@charset "UTF-8";
.mfp-arrow, .owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent
}

.owl-carousel.owl-hidden, .owl-carousel.owl-loading {
    opacity: 0
}

.datepicker--nav-action.-disabled-, .owl-carousel .owl-stage:after, .owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.irs-hidden-input, .irs-line, .mfp-wrap {
    outline: 0 !important
}

.irs--modern .irs-handle > i:nth-child(2), .irs--modern .irs-handle > i:nth-child(3), .irs-handle, .mfp-container, img.mfp-img {
    -webkit-box-sizing: border-box
}

.icon-logout {
    fill: transparent;
    stroke: var(--color-blue);
    max-width: 2rem;
    height: 2.2rem
}

:root {
    --color-black: #000000;
    --color-white: #ffffff;
    --color-orange: #F39301;
    --color-orange-hover: #FD7900;
    --color-gray: #7C7B7B;
    --color-border: #E6E6E6;
    --color-gray-50: #FBFBFB;
    --color-blue: #0163CA;
    --color-blue-light: #047EEF;
    --color-red: #FF2020;
    --color-placeholder: #9A9898;
    --padding-top: 6.8rem
}

.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded, .owl-carousel.owl-loading {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.irs, .irs-bar, .irs-line {
    display: block
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.irs {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-family: Arial, sans-serif
}

.irs-line {
    position: relative;
    overflow: hidden
}

.irs-bar, .irs-shadow {
    position: absolute;
    width: 0;
    left: 0
}

.irs-shadow {
    display: none
}

.irs-from, .irs-handle, .irs-max, .irs-min, .irs-single, .irs-to {
    display: block;
    position: absolute;
    cursor: default
}

.irs-handle {
    box-sizing: border-box;
    z-index: 1
}

.irs-handle.type_last {
    z-index: 2
}

.irs-min {
    left: 0
}

.irs-max {
    right: 0
}

.irs-from, .irs-single, .irs-to {
    top: 0;
    left: 0;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000
}

.irs-grid-pol.small {
    height: 4px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed
}

.irs-disabled {
    opacity: .4
}

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

.irs--flat {
    height: 40px
}

.irs--flat.irs-with-grid {
    height: 60px
}

.irs--flat .irs-line {
    top: 25px;
    height: 12px;
    background-color: #e1e4e9;
    border-radius: 4px
}

.irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #ed5565
}

.irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px
}

.irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: #e1e4e9
}

.irs--flat .irs-handle {
    top: 22px;
    width: 16px;
    height: 18px;
    background-color: transparent
}

.irs--flat .irs-handle > i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #da4453
}

.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
    background-color: #a43540
}

.irs--flat .irs-max, .irs--flat .irs-min {
    top: 0;
    padding: 1px 3px;
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: #e1e4e9;
    border-radius: 4px
}

.irs--flat .irs-from, .irs--flat .irs-single, .irs--flat .irs-to {
    color: #fff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #ed5565;
    border-radius: 4px
}

.irs--flat .irs-from:before, .irs--flat .irs-single:before, .irs--flat .irs-to:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #ed5565
}

.irs--big, .irs--modern, .irs--modern.irs-with-grid {
    height: 55px
}

.irs--flat .irs-grid-pol {
    background-color: #e1e4e9
}

.irs--flat .irs-grid-text {
    color: #999
}

.irs--big.irs-with-grid {
    height: 70px
}

.irs--big .irs-line {
    top: 33px;
    height: 12px;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, #fff));
    background: linear-gradient(to bottom, #ddd -50%, #fff 150%);
    border: 1px solid #ccc;
    border-radius: 12px
}

.irs--big .irs-bar {
    top: 33px;
    height: 12px;
    background-color: #92bce0;
    border: 1px solid #428bca;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #428bca), to(#b9d4ec));
    background: linear-gradient(to bottom, #fff 0, #428bca 30%, #b9d4ec 100%);
    -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, .5);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, .5)
}

.irs--big .irs-bar--single {
    border-radius: 12px 0 0 12px
}

.irs--big .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: rgba(66, 139, 202, .5)
}

.irs--big .irs-handle {
    top: 25px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, .3);
    background-color: #cbcfd5;
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #B4B9BE), to(white));
    background: linear-gradient(to bottom, #fff 0, #B4B9BE 30%, #fff 100%);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 0 3px 1px #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 0 3px 1px #fff;
    border-radius: 30px
}

.irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover {
    border-color: rgba(0, 0, 0, .45);
    background-color: #939ba7;
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #919BA5), to(white));
    background: linear-gradient(to bottom, #fff 0, #919BA5 30%, #fff 100%)
}

.irs--big .irs-max, .irs--big .irs-min {
    top: 0;
    padding: 1px 5px;
    color: #fff;
    text-shadow: none;
    background-color: #9f9f9f;
    border-radius: 3px
}

.irs--big .irs-from, .irs--big .irs-single, .irs--big .irs-to {
    color: #fff;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #428bca;
    background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
    background: linear-gradient(to bottom, #428bca 0, #3071a9 100%);
    border-radius: 3px
}

.irs--big .irs-grid-pol {
    background-color: #428bca
}

.irs--big .irs-grid-text {
    color: #428bca
}

.irs--modern .irs-line {
    top: 25px;
    height: 5px;
    background-color: #d1d6e0;
    background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
    background: linear-gradient(to bottom, #e0e4ea 0, #d1d6e0 100%);
    border: 1px solid #a3adc1;
    border-bottom-width: 0;
    border-radius: 5px
}

.irs--modern .irs-bar {
    top: 25px;
    height: 5px;
    background: #20b426;
    background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
    background: linear-gradient(to bottom, #20b426 0, #18891d 100%)
}

.irs--modern .irs-bar--single {
    border-radius: 5px 0 0 5px
}

.irs--modern .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(209, 214, 224, .5)
}

.irs--modern .irs-handle {
    top: 37px;
    width: 12px;
    height: 13px;
    border: 1px solid #a3adc1;
    border-top-width: 0;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    border-radius: 0 0 3px 3px
}

.irs--modern .irs-handle > i:nth-child(1) {
    position: absolute;
    display: block;
    top: -4px;
    left: 1px;
    width: 6px;
    height: 6px;
    border: 1px solid #a3adc1;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.irs--modern .irs-handle > i:nth-child(2) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 10px;
    height: 12px;
    background: #e9e6e6;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e6e6));
    background: linear-gradient(to bottom, #fff 0, #e9e6e6 100%);
    border-radius: 0 0 3px 3px
}

.irs--modern .irs-handle > i:nth-child(3) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 3px;
    left: 3px;
    width: 4px;
    height: 5px;
    border-left: 1px solid #a3adc1;
    border-right: 1px solid #a3adc1
}

.irs--modern .irs-handle.state_hover, .irs--modern .irs-handle:hover {
    border-color: #7685a2;
    background: #c3c7cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #919ba5), to(#fff));
    background: linear-gradient(to bottom, #fff 0, #919ba5 30%, #fff 100%)
}

.irs--modern .irs-handle.state_hover > i:nth-child(1), .irs--modern .irs-handle:hover > i:nth-child(1) {
    border-color: #7685a2
}

.irs--modern .irs-handle.state_hover > i:nth-child(3), .irs--modern .irs-handle:hover > i:nth-child(3) {
    border-color: #48536a
}

.irs--modern .irs-max, .irs--modern .irs-min {
    top: 0;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    color: #fff;
    background-color: #d1d6e0;
    border-radius: 5px
}

.irs--modern .irs-from, .irs--modern .irs-single, .irs--modern .irs-to {
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #20b426;
    color: #fff;
    border-radius: 5px
}

.irs--modern .irs-from:before, .irs--modern .irs-single:before, .irs--modern .irs-to:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #20b426
}

.irs--modern .irs-grid {
    height: 25px
}

.irs--modern .irs-grid-pol {
    background-color: #dedede
}

.irs--modern .irs-grid-text {
    color: silver;
    font-size: 13px
}

.irs--sharp {
    height: 50px;
    font-size: 12px;
    line-height: 1
}

.irs--sharp.irs-with-grid {
    height: 57px
}

.irs--sharp .irs-line {
    top: 30px;
    height: 2px;
    background-color: #000;
    border-radius: 2px
}

.irs--sharp .irs-bar {
    top: 30px;
    height: 2px;
    background-color: #ee22fa
}

.irs--sharp .irs-bar--single {
    border-radius: 2px 0 0 2px
}

.irs--sharp .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(0, 0, 0, .5)
}

.irs--sharp .irs-handle {
    top: 25px;
    width: 10px;
    height: 10px;
    background-color: #a804b2
}

.irs--sharp .irs-handle > i:first-child {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #a804b2
}

.irs--sharp .irs-handle.state_hover, .irs--sharp .irs-handle:hover {
    background-color: #000
}

.irs--sharp .irs-handle.state_hover > i:first-child, .irs--sharp .irs-handle:hover > i:first-child {
    border-top-color: #000
}

.irs--sharp .irs-max, .irs--sharp .irs-min {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 4px;
    opacity: .4;
    background-color: #a804b2;
    border-radius: 2px
}

.irs--sharp .irs-from, .irs--sharp .irs-single, .irs--sharp .irs-to {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 4px;
    background-color: #a804b2;
    color: #fff;
    border-radius: 2px
}

.irs--sharp .irs-from:before, .irs--sharp .irs-single:before, .irs--sharp .irs-to:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #a804b2
}

.irs--sharp .irs-grid {
    height: 25px
}

.irs--sharp .irs-grid-pol {
    background-color: #dedede
}

.irs--sharp .irs-grid-text {
    color: silver;
    font-size: 13px
}

.irs--round.irs-with-grid {
    height: 65px
}

.irs--round .irs-line {
    background-color: #dee4ec;
    border-radius: 4px
}

.irs--round .irs-bar {
    background-color: #006cfa
}

.irs--round .irs-shadow {
    height: 4px;
    bottom: 21px;
    background-color: rgba(222, 228, 236, .5)
}

.irs--round .irs-handle {
    border: 4px solid #006cfa;
    background-color: #fff
}

.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
    background-color: #f0f6ff
}

.irs--round .irs-max, .irs--round .irs-min {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 4px
}

.irs--round .irs-from, .irs--round .irs-single, .irs--round .irs-to {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #006cfa;
    color: #fff;
    border-radius: 4px
}

.irs--round .irs-grid-pol, .irs--square .irs-line {
    background-color: #dedede
}

.irs--round .irs-from:before, .irs--round .irs-single:before, .irs--round .irs-to:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #006cfa
}

.irs--round .irs-grid, .irs--square .irs-grid {
    height: 25px
}

.irs--round .irs-grid-text {
    color: silver;
    font-size: 13px
}

.irs--square {
    height: 50px
}

.irs--square.irs-with-grid {
    height: 60px
}

.irs--square .irs-line {
    top: 31px;
    height: 4px
}

.irs--square .irs-bar {
    top: 31px;
    height: 4px;
    background-color: #000
}

.irs--square .irs-shadow {
    height: 2px;
    bottom: 21px;
    background-color: #dedede
}

.irs--square .irs-handle {
    top: 25px;
    width: 16px;
    height: 16px;
    border: 3px solid #000;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mfp-bg, .mfp-container, .mfp-wrap {
    width: 100%;
    height: 100%
}

.irs--square .irs-handle.state_hover, .irs--square .irs-handle:hover {
    background-color: #f0f6ff
}

.irs--square .irs-max, .irs--square .irs-min {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, .1)
}

.irs--square .irs-from, .irs--square .irs-single, .irs--square .irs-to {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #000;
    color: #fff
}

.irs--square .irs-grid-pol {
    background-color: #dedede
}

.irs--square .irs-grid-text {
    color: silver;
    font-size: 11px
}

.mfp-bg {
    top: 0;
    left: 0;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    z-index: 1043;
    position: fixed;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box
}

.mfp-content, .select2-container {
    position: relative;
    vertical-align: middle
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide, .mobile-show {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-close, .mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.mfp-figure:after, img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    max-width: 100%;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.checkbox__text, .datepicker--nav-action, .select2-results__option {
    -moz-user-select: none;
    -ms-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option--selectable {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear, .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear, .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 26px;
    margin-right: 20px;
    padding-right: 0
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: 700;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0 0 0 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap
}

.select2-container--classic .select2-results > .select2-results__options, .select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #f1f1f1;
    color: #333;
    outline: 0
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-radius: 0 4px 4px 0
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 26px;
    margin-right: 20px
}

.clear__left, .select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eee));
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(white));
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: 0
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-radius: 0 4px 4px 0
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.datepicker--cells {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.datepicker--cell {
    border-radius: .4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 3.2rem;
    z-index: 1
}

.datepicker--cell.-focus- {
    background: #f0f0f0
}

.datepicker--cell.-current- {
    color: #4EB5E6
}

.datepicker--cell.-current-.-focus- {
    color: #4a4a4a
}

.datepicker--cell.-current-.-in-range- {
    color: #4EB5E6
}

.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, .1);
    color: #000;
    border-radius: 0
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae
}

.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1
}

.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 4px 0 0 4px
}

.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 0 4px 4px 0
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #0162C9
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px
}

.datepicker--cell.-selected- {
    border: none
}

.datepicker--cell.-selected-.-focus- {
    background: #45bced
}

.datepicker--cell:empty {
    cursor: default
}

.datepicker--days-names {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px
}

.datepicker--day-name {
    color: #000;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700
}

.-only-timepicker- .datepicker--content, .datepicker--body, .datepicker-inline .datepicker--pointer {
    display: none
}

.datepicker--cell-day {
    width: 14.28571%
}

.datepicker--cells-months {
    height: 17rem
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%
}

.datepicker--cells-years, .datepicker--years {
    height: 17rem
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%
}

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0
}

.datepicker {
    background: #fff;
    -webkit-box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15);
    box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15);
    border-radius: .4rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-family: Tahoma, sans-serif;
    font-size: 1.4rem;
    color: #000;
    width: 28rem;
    position: absolute;
    left: -100000px;
    opacity: 0;
    -webkit-transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease;
    z-index: 100
}

.datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

.datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
}

.datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s, -webkit-transform .3s ease
}

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.datepicker--content {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 4px
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 1rem;
    height: 1rem;
    z-index: -1
}

.datepicker--nav-action:hover, .datepicker--nav-title:hover {
    background: #f0f0f0
}

.-top-center- .datepicker--pointer, .-top-left- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.-right-bottom- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-top- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.-bottom-center- .datepicker--pointer, .-bottom-left- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}

.-left-bottom- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-top- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer {
    left: 10px
}

.-bottom-right- .datepicker--pointer, .-top-right- .datepicker--pointer {
    right: 10px
}

.-bottom-center- .datepicker--pointer, .-top-center- .datepicker--pointer {
    left: calc(50% - 10px / 2)
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2)
}

.datepicker--body.active {
    display: block
}

.datepicker--nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-height: 3.2rem;
    padding: 4px
}

.-only-timepicker- .datepicker--nav {
    display: none
}

.datepicker--nav-action, .datepicker--nav-title {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    cursor: pointer;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.datepicker--nav-action {
    width: 2.4rem;
    border-radius: 4px;
    -webkit-user-select: none;
    user-select: none
}

.datepicker--nav-action svg {
    width: 2.2rem;
    height: 2.2rem
}

.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px
}

.datepicker--nav-title {
    font-size: 1.6rem;
    border-radius: 4px;
    padding: 0 8px
}

.datepicker--buttons, .datepicker--time {
    border-top: 1px solid #efefef;
    padding: 4px
}

.datepicker--nav-title i {
    font-style: normal;
    margin-left: 5px
}

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: 0 0
}

.datepicker--buttons {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.datepicker--button, .flex_inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox
}

.datepicker--button {
    color: #4EB5E6;
    cursor: pointer;
    border-radius: 4px;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: inline-flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 3.2rem
}

.datepicker--button:hover {
    color: #000;
    background: #f0f0f0
}

.datepicker--time {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    -ms-flex: 0 1 13.8rem;
    -webkit-box-flex: 0;
    flex: 0 1 13.8rem;
    max-width: 13.8rem
}

.-only-timepicker- .datepicker--time {
    border-top: none
}

.datepicker--time-sliders {
    -ms-flex: 0 1 15.3rem;
    -webkit-box-flex: 0;
    flex: 0 1 15.3rem;
    margin-right: 1rem;
    max-width: 15.3rem
}

.datepicker--time-label {
    display: none;
    font-size: 1.2rem
}

.datepicker--time-current {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 1.4rem;
    text-align: center;
    margin: 0 0 0 10px
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.datepicker--time-current-hours, .datepicker--time-current-minutes {
    line-height: 1;
    font-size: 1.9rem;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1
}

.loader__count, body {
    font-family: 'PT Sans', Arial, sans-serif
}

.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0
}

.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
    opacity: 1
}

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 1.1rem;
    margin-bottom: 1px
}

.datepicker--time-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 1.1rem;
    height: 17px;
    background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
    background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat
}

.datepicker--time-row:first-child {
    margin-bottom: 4px
}

.datepicker--time-row input[type=range] {
    background: 0 0;
    cursor: pointer;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-ms-tooltip {
    display: none
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:focus {
    outline: 0
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 1.2rem;
    width: 1.2rem;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s;
    margin-top: -.6rem
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    height: 1.2rem;
    width: 1.2rem;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -moz-transition: background .2s;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-ms-thumb {
    box-sizing: border-box;
    height: 1.2rem;
    width: 1.2rem;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -ms-transition: background .2s;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
    background: 0 0
}

.datepicker--time-row span {
    padding: 0 12px
}

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 1.6rem;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute
}

.container, body {
    position: relative
}

.datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px)
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none
}

.box, .btn, .kontomatik__items, .mfp-content {
    border-radius: .3rem
}

.resize-animation-stopper * {
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transition: none !important;
    transition: none !important
}

.btn, .menu__link {
    -webkit-transition: .25s;
    text-transform: uppercase
}

.box {
    -webkit-box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15);
    box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15);
    background-color: var(--color-white)
}

.color-blue {
    color: var(--color-blue)
}

.checkbox.error .checkbox__text, .color-red {
    color: var(--color-red)
}

.btn_border-orange, .color-orange {
    color: var(--color-orange)
}

.fill-blue {
    fill: var(--color-blue-light)
}

.fill-white {
    fill: var(--color-white)
}

.fill-orange {
    fill: var(--color-orange)
}

.fill-gray {
    fill: #FEFDFD
}

.stroke-orange {
    stroke: var(--color-orange)
}

.stroke-white {
    stroke: var(--color-white)
}

.hamburger__line, .nav-bar__link.is-current .icon .stroke-white, .nav-bar__link:hover .icon .stroke-white {
    stroke: var(--color-blue)
}

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

.container {
    padding: 0 2rem;
    max-width: 127rem;
    z-index: 1;
    margin: auto
}

html {
    font-size: .69444vw
}

html.js-lock {
    overflow: hidden
}

body.js-lock, body.scroll-y {
    overflow-y: scroll
}

body {
    font-size: 1.6rem;
    padding-top: var(--padding-top)
}

body.js-lock {
    overflow-x: hidden
}

button, input, textarea {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    color: inherit;
    font-family: inherit
}

main {
    display: block
}

a {
    color: inherit;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration: none
}

li, ul {
    list-style: none
}

.inline {
    font-size: 0
}

.inline > * {
    display: inline-block;
    vertical-align: middle
}

.icon {
    width: 100%
}

.clear:after {
    content: "";
    display: block;
    clear: both
}

.clear__right {
    float: right
}

.center {
    text-align: center
}

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

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

.flex_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex_inline {
    display: inline-flex
}

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

.flex_column {
    flex-direction: column-reverse;
}

.flex_left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex_evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

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

.flex_right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

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

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

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

.css-text-left {
    text-align: left !important
}

.css-text-center {
    text-align: center !important
}

.css-text-right {
    text-align: right !important
}

.btn, .input__field_center {
    text-align: center
}

img, svg {
    vertical-align: top;
    max-width: 100%
}

.object-fit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.css-scrollbar {
    overflow-y: auto
}

.b-circle, .banner__bg, .btn, .btn__back, .details__text nobr, .documents__banner {
    overflow: hidden
}

.css-scrollbar::-webkit-scrollbar {
    width: 3px
}

.css-scrollbar::-webkit-scrollbar-track {
    background: rgba(196, 196, 196, .4)
}

.css-scrollbar::-webkit-scrollbar-thumb {
    background: gray
}

.btn {
    transition: .25s;
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    min-width: 34.5rem;
    padding: 1.5rem 2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: none
}

.btn_small, .checkbox__text, .input {
    font-size: 1.4rem
}

.checkbox__arrow, .loader {
    -webkit-box-align: center
}

.btn__back {
    position: absolute;
    left: -.3rem;
    top: -.3rem;
    right: -.3rem;
    bottom: -.3rem;
    border-radius: inherit
}

.btn__text, .checkbox__text, .input__parent {
    position: relative
}

.btn__text {
    z-index: 15
}

.btn_small {
    line-height: 1.28em;
    min-width: 10rem;
    padding: .9rem
}

.btn_tiny {
    font-size: 1.2rem;
    min-width: 11rem;
    padding: .9rem
}

.btn_middle {
    font-size: 1.8rem;
    padding: 1.35rem 2rem;
    min-width: 19rem
}

.btn_border {
    border-style: solid;
    border-width: .2rem
}

.btn_border-orange {
    border-color: var(--color-orange)
}

.btn_border-orange:hover, .btn_orange {
    color: var(--color-white)
}

.btn_border-orange .b-circle {
    border-color: var(--color-orange);
    background: var(--color-orange)
}

.btn_orange {
    background-color: var(--color-orange);
    border-color: var(--color-orange-hover)
}

.btn_gray {
    background-color: #9A9A9A;
    border-color: #9A9A9A;
    color: var(--color-white);
}

.btn_gray .b-circle {
    background-color: #877f7f;
    border-color: #877f7f;
}

.btn_blue {
    background-color: var(--color-blue-light);
    border-color: var(--color-blue-light);
    color: var(--color-white);
}

.content li, .content p, .li, .p {
    font-size: 1.6rem;
    line-height: 1.1875
}

.content p {
    line-height: 1.3em
}

.b, .content b {
    font-weight: 700
}

.content strong, .strong {
    font-weight: 500
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
    line-height: 1.25em
}

.content h1 strong, .content h2 strong, .content h3, .content h3 strong, .content h4, .content h4 strong, .content h5 strong, .content h6, .content h6 strong, .h1 strong, .h2 strong, .h3, .h3 strong, .h4, .h4 strong, .h5 strong, .h6, .h6 strong, .input__field_bold, .input_big .input__field {
    font-weight: 700
}

.content h1, .content h2, .h1, .h2 {
    font-size: 3.6rem;
    line-height: 1.3em
}

.content h3, .h3 {
    font-size: 3rem
}

.content h4, .h4 {
    font-size: 2.4rem
}

.content h6, .h6 {
    font-size: 1.8rem
}

.hamburger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: none
}

.b-circle, .logo__link {
    display: inline-block
}

.hamburger svg {
    width: 5rem;
    height: 4rem
}

.hamburger__line {
    fill: none;
    stroke-width: .3rem;
    -webkit-transition: stroke-dasharray .6s cubic-bezier(.4, 0, .2, 1), stroke-dashoffset .6s cubic-bezier(.4, 0, .2, 1);
    transition: stroke-dasharray .6s cubic-bezier(.4, 0, .2, 1), stroke-dashoffset .6s cubic-bezier(.4, 0, .2, 1)
}

.hamburger__line_1 {
    stroke-dasharray: 60 207;
    stroke-width: .6rem
}

.hamburger__line_2 {
    stroke-dasharray: 60 60;
    stroke-width: .6rem
}

.hamburger__line_3 {
    stroke-dasharray: 60 207;
    stroke-width: .6rem
}

.hamburger.is-active .hamburger__line_1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134
}

.hamburger.is-active .hamburger__line_2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30
}

.hamburger.is-active .hamburger__line_3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134
}

.logo {
    margin-right: 2rem
}

.logo img {
    width: 14rem
}

.b-circle {
    border: .4rem solid var(--color-orange-hover);
    position: absolute;
    left: 0;
    top: 0;
    width: 20.16%;
    padding-top: 20.16%;
    will-change: transform, opacity;
    border-radius: 50%;
    -webkit-transition: opacity 0s ease 0s, -webkit-transform 1s ease-out 0s;
    transition: opacity 0s ease 0s, -webkit-transform 1s ease-out 0s;
    transition: opacity 0s ease 0s, transform 1s ease-out 0s;
    transition: opacity 0s ease 0s, transform 1s ease-out 0s, -webkit-transform 1s ease-out 0s;
    background-color: var(--color-orange-hover);
    -webkit-transform: scale(0);
    transform: scale(0)
}

.b-circle_pause {
    -webkit-transition: opacity 0s ease 0s, -webkit-transform .5s ease-out 0s;
    transition: opacity 0s ease 0s, -webkit-transform .5s ease-out 0s;
    transition: opacity 0s ease 0s, transform .5s ease-out 0s;
    transition: opacity 0s ease 0s, transform .5s ease-out 0s, -webkit-transform .5s ease-out 0s;
    -webkit-transform: scale(0) !important;
    transform: scale(0) !important
}

.link, .nav-bar__link {
    -webkit-transition: all linear .2s
}

.checkbox {
    margin-bottom: 2rem;
    display: block
}

.checkbox.error .checkbox__arrow {
    border-color: var(--color-red)
}

.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.checkbox__input:checked ~ .checkbox__text .icon {
    opacity: 1
}

.checkbox__arrow {
    width: 1.6rem;
    height: 1.6rem;
    border: 1px solid var(--color-black);
    border-radius: .2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    fill: var(--color-blue-light);
    position: absolute;
    left: 0;
    top: .1rem;
    cursor: pointer
}

.checkbox__arrow .icon {
    opacity: 0
}

.checkbox__text {
    padding-left: 3rem;
    display: block;
    line-height: 1.428em;
    -webkit-user-select: none;
    user-select: none
}

.faq__item-title, .switcher {
    -webkit-user-select: none;
    -moz-user-select: none
}

.checkbox__text a {
    color: var(--color-blue-light);
    text-decoration: underline
}

.input {
    margin-bottom: 1.2rem;
    width: 100%
}

.input_width {
    width: calc(50% - 3rem)
}

.input_required .input__label::after {
    content: ' *';
    color: var(--color-red);
    margin-right: auto;
    margin-left: .2rem
}

.input_big .input__field {
    font-size: 2.4rem
}

.input__label {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.input__label_required::after {
    content: ' *';
    margin-right: auto;
    margin-left: .5rem;
}

.input__parent::after {
    content: 'Esto no puede estar vacío.';
    opacity: 0;
    display: block
}

.input__parent.error::after {
    display: none
}

.input__parent.error .input__field {
    border-color: var(--color-red)
}

.input__parent.error .icon {
    fill: var(--color-red)
}

.input__parent ~ .error {
    display: block;
    color: var(--color-red);
    font-size: 1.4rem
}

.input__parent ~ .error a {
    color: var(--color-blue-light);
    text-decoration: underline;
}

.input__field {
    display: block;
    height: 4.5rem;
    width: 100%;
    border: 1px solid var(--color-black);
    font-size: 1.8rem;
    padding: 1.5rem 1rem;
    border-radius: .3rem
}

.input__field[readonly] {
    pointer-events: none;
    caret-color: transparent;
}

.input__field::-webkit-input-placeholder {
    font-size: 1.8rem;
    color: var(--color-placeholder)
}

.input__field:-moz-placeholder {
    font-size: 1.8rem;
    color: var(--color-placeholder)
}

.input__field::-moz-placeholder {
    font-size: 1.8rem;
    color: var(--color-placeholder)
}

.input__field:-ms-input-placeholder {
    font-size: 1.8rem;
    color: var(--color-placeholder)
}

.input__field_bold::-webkit-input-placeholder {
    font-weight: 400
}

.input__field_bold::-moz-placeholder {
    font-weight: 400
}

.input__field_bold:-ms-input-placeholder {
    font-weight: 400
}

.input__field_bold::-ms-input-placeholder {
    font-weight: 400
}

.input__field_bold::placeholder {
    font-weight: 400
}

.input_icon .icon {
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: 1.2rem;
    z-index: 1;
    right: 1rem
}

.input_icon .input__field {
    padding-right: 3.5rem;
    position: relative;
    background-color: transparent;
    z-index: 2
}

.input__text {
    display: block
}

.kontomatik {
    width: 54.47154%;
    margin-left: 3rem;
    padding-bottom: 3rem
}

.kontomatik__top {
    margin-bottom: 1.5rem;
    max-width: 57rem
}

.kontomatik__text {
    margin-top: .5rem
}

.kontomatik__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.kontomatik__items {
    width: 40.29851%;
    padding: 1.5rem 1rem;
    -webkit-box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15);
    box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15);
    margin-left: 2rem
}

.account__head, .kontomatik__image {
    -webkit-box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15)
}

.kontomatik__item {
    margin-bottom: 1.5rem
}

.kontomatik__form {
    width: 56.71642%
}

.kontomatik__subtitle {
    font-weight: 700;
    margin-bottom: 1rem
}

.kontomatik__image {
    width: 100%;
    box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15)
}

.link {
    display: inline-block;
    color: var(--color-blue-light);
    text-decoration: underline;
    transition: all linear .2s;
    font-size: 1.4rem
}

.link:hover {
    color: var(--color-blue)
}

.modal__bg, .nav-bar {
    color: var(--color-white)
}

.link_right {
    text-align: right
}

.account-table__body td, .advantages__slide-wrap, .card, .loans__cell, .modal__bg, .questionnaire__cell .input__field, .thanks__content {
    text-align: center
}

.loader {
    position: fixed;
    z-index: 10000;
    background-color: rgba(255, 255, 255, .6);
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.advantages__icon, .banner, .modal__bg, .select__parent {
    position: relative
}

.loader__img {
    max-width: 27rem
}

.loader__count {
    font-size: 6.4rem;
    line-height: 7.4rem;
    font-weight: 700;
    margin-top: -6rem
}

.loader__count::after {
    content: ' segundos';
    display: inline-block;
    font-size: 3.6rem;
    line-height: 1em
}

.mfp-fade.mfp-bg {
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-fade.mfp-bg {
    background: rgba(0, 0, 0, .6);
    opacity: 1
}

.mfp-hide-close .close {
    display: none
}

.modal, .modal__content {
    display: -webkit-box;
    display: -ms-flexbox
}

.mfp-content {
    background-color: var(--color-white);
    -webkit-box-shadow: .3rem .4rem 2rem rgba(0, 0, 0, .25);
    box-shadow: .3rem .4rem 2rem rgba(0, 0, 0, .25);
    max-width: 116.5rem
}

.modal .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .modal__bg {
    background-color: var(--color-blue)
}

.mfp-container {
    padding: 0 2rem
}

.modal {
    min-height: calc(100vh - 10rem);
    display: flex
}

.modal__bg {
    width: 31.75966%;
    padding: 18rem 2rem 2rem
}

.modal__close {
    position: absolute;
    fill: #D0D1D2;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 1rem
}

.modal__close .icon {
    width: 1.5rem;
    height: 1.5rem
}

.modal__content {
    width: 68.66953%;
    padding: 10rem 2rem 10rem 12.5rem;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal .input__field {
    font-size: 1.4rem
}

.modal .input__field::-webkit-input-placeholder {
    font-size: 1.4rem
}

.modal .input__field:-moz-placeholder {
    font-size: 1.4rem
}

.modal .input__field::-moz-placeholder {
    font-size: 1.4rem
}

.modal .input__field:-ms-input-placeholder {
    font-size: 1.4rem
}

.modal .input__field_bold {
    font-size: 1.8rem
}

.modal .input__field_bold::-webkit-input-placeholder {
    font-size: 1.8rem
}

.modal .input__field_bold:-moz-placeholder {
    font-size: 1.8rem
}

.modal .input__field_bold::-moz-placeholder {
    font-size: 1.8rem
}

.modal .input__field_bold:-ms-input-placeholder {
    font-size: 1.8rem
}

.modal .input_big .input__field {
    font-size: 2.4rem;
    text-align: center;
}

.modal .input_big .input__field::-webkit-input-placeholder {
    font-size: 1.8rem
}

.modal .input_big .input__field:-moz-placeholder {
    font-size: 1.8rem
}

.modal .input_big .input__field::-moz-placeholder {
    font-size: 1.8rem
}

.modal .input_big .input__field:-ms-input-placeholder {
    font-size: 1.8rem
}

.modal .select .select2-container--default .select2-selection--single .select2-selection__rendered, .select {
    font-size: 1.4rem
}

.modal__form {
    max-width: 39rem
}

.modal__title {
    margin-bottom: 1.8rem
}

.modal__subtitle {
    font-weight: 400;
    margin-bottom: 2rem
}

.modal__button {
    width: 100%
}

.document__title {
    padding: 2.5rem;
    border-bottom: 1px solid #E2E2E2;
}

.document__content {
    max-height: calc(100vh - 20rem);
    overflow: auto;
    padding: 3rem;
}

.nav-bar {
    width: 24.39024%;
    background: -webkit-gradient(linear, left top, left bottom, from(#0162C9), color-stop(99.99%, #047EEF), color-stop(100%, rgba(44, 94, 150, 0)), to(#0084FF));
    background: linear-gradient(180deg, #0162C9 0, #047EEF 99.99%, rgba(44, 94, 150, 0) 100%, #0084FF 100%);
    -webkit-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .15));
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .15));
    border-radius: 3px;
    min-height: 75rem;
    padding: 3rem 0
}

.nav-bar__link.is-current, .nav-bar__link:hover {
    color: var(--color-black);
    background-color: var(--color-white)
}

.nav-bar__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.2rem;
    padding: .9rem 1rem .9rem 2rem;
    transition: all linear .2s
}

.nav-bar__link .icon {
    min-width: 3.7rem;
    max-width: 3.7rem;
    height: 3.7rem;
    margin-right: 1rem
}

.nav-bar__link .icon .fill-white, .nav-bar__link .icon .stroke-white {
    -webkit-transition: all linear .2s;
    transition: all linear .2s
}

.nav-bar__link:hover .icon .fill-white {
    fill: var(--color-blue)
}

.nav-bar__link.is-current .icon .fill-white {
    fill: var(--color-blue)
}

.nav-bar__top {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--color-white);
    margin: 0 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nav-bar__close {
    width: 2.1rem;
    height: 2.1rem;
    cursor: pointer;
    fill: var(--color-white);
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.nav-bar__name {
    margin-right: 1.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.partners__slider:not(.owl-loaded) {
    display: flex;
    overflow: hidden;
    align-items: center;
}

.partners__slider:not(.owl-loaded) > * {
    display: flex;
    flex: 0 0 auto;
    width: 26.229vw;
    justify-content: center;
}

.partners__slider:not(.owl-loaded) > *:not(:last-child) {
    margin-right: 40px;
}

.owl-counter {
    display: none
}

.owl-dots, .partners__slider .owl-stage {
    display: -webkit-box;
    -webkit-box-align: center
}

.owl-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3rem
}

.owl-dots button.owl-dot {
    width: 1rem;
    height: 1rem;
    background: #C4C4C4;
    border-radius: 50%;
    margin: 0 1rem
}

.menu__link::before, .owl-dots button.owl-dot.active {
    background-color: var(--color-blue)
}

.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto
}

.partners__slider .owl-stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2rem
}

.pagination__link {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 .5rem;
    line-height: 1em
}

.pagination__link .icon {
    width: .8rem;
    height: 2rem;
    stroke: var(--color-blue-light);
    margin: 0 .25rem
}

.pagination__link span {
    color: var(--color-blue-light);
    border-bottom: 1px solid var(--color-blue-light)
}

.pagination__link.is-active span {
    font-weight: 700;
    color: var(--color-black);
    border-bottom-color: transparent
}

.select {
    margin-bottom: 3rem;
    width: 100%
}

.select__label {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.select .select2-container--default .select2-results__option--selected, .select .select2-container--default.select2-container--open .select2-selection__arrow {
    display: none
}

.steps__item, .switcher {
    -webkit-box-align: center
}

.select .select2-selection--single {
    background-color: var(--color-white);
    border-color: var(--color-black);
    border-radius: .3rem;
    height: 4.5rem
}

.select .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100%;
    font-size: 1.8rem;
    line-height: 4.5rem;
    color: var(--color-black);
    padding: 0 1rem
}

.select .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 1.8rem;
    height: 1rem;
    top: 2rem;
    right: 1rem
}

.select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--color-blue) transparent transparent;
    border-style: solid;
    border-width: 1rem .9rem 0;
    margin-left: -1rem;
    margin-top: -.9rem
}

.steps__count, .steps__item {
    display: -webkit-box;
    display: -ms-flexbox
}

.select2-dropdown {
    border-color: var(--color-black);
    border-radius: .3rem
}

.select2-dropdown .select2-results__option {
    padding: .4rem 1rem
}

.steps__item {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    opacity: .4;
    margin-bottom: 4.5rem
}

.steps__item.is-active, .switcher__input:checked ~ .switcher__text .switcher__arrow::before {
    opacity: 1
}

.steps__item:last-child {
    margin-bottom: 0
}

.steps__item.is-current {
    color: var(--color-blue-light);
}

.card__text, .switcher {
    margin-bottom: 1rem
}

.steps__count {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    margin-right: 4rem;
    font-size: 4.8rem;
    line-height: 1em;
    border: 2px solid var(--color-blue-light);
    color: var(--color-blue-light);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--color-white)
}

.switcher {
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.switcher__text, .user__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox
}

.switcher__input {
    position: absolute;
    width: 0;
    height: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.switcher__text {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.4rem
}

.switcher__text::after {
    content: '*';
    color: var(--color-red);
    margin-left: .3rem
}

.account__content, .prompt__icon, .switcher__item:not(:first-child) {
    margin-left: 3rem
}

.switcher__arrow {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 1px solid #000;
    margin-right: .8rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.account-table__body tr, .transfer__item {
    border-top: 1px solid #E2E2E2
}

.account-table__body td span, .switcher__arrow::before, .switcher__item {
    display: block
}

.switcher__arrow::before {
    content: '';
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: var(--color-blue-light);
    opacity: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.account-table {
    width: calc(100% + 5rem);
    margin: -2.5rem;
    font-size: 1.4rem;
    border-collapse: collapse
}

.account-table__head {
    color: var(--color-placeholder)
}

.account-table__head th {
    padding: 1.5rem .5rem;
    text-transform: uppercase
}

.account-table__body td {
    padding-top: 2.5rem;
    padding-bottom: 4rem
}

.account-table__result-text {
    padding: 1.5rem 0;
}

.transfer {
    margin-top: 2.5rem;
    font-size: 1.8rem;
    max-width: 60rem;
    width: 100%;
    color: var(--color-black)
}

.transfer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1.5rem;
    padding-top: .75rem
}

.transfer__title {
    margin-bottom: 2.5rem
}

.transfer__subtitle {
    font-weight: 700;
    padding-right: 1rem;
    min-width: 20rem
}

.user__icon {
    width: 1.8rem;
    height: 1.8rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.5rem
}

.top-title, .user__link {
    -webkit-box-align: center
}

.user__name {
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase
}

.user__link {
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1.5rem;
    -webkit-transition: all linear .2s;
    transition: all linear .2s
}

.account__wrap, .advantages__slider {
    display: -webkit-box;
    display: -ms-flexbox
}

.user__link:hover {
    color: var(--color-blue)
}

.account {
    background-color: #F3F5F6
}

.account__content {
    width: 73.17073%
}

.account__wrap {
    display: flex;
    padding-top: 2rem;
    padding-bottom: 4rem
}

.account__head, .account__main {
    background-color: var(--color-white);
    padding: 2.5rem
}

.account__head {
    box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15);
    border-radius: .3rem
}

.account__main, .card {
    -webkit-box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15);
    border-radius: .3rem
}

.account__main {
    box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15);
    margin-top: 2rem
}

.account__main:first-child {
    margin-top: 0;
}

.account__top {
    margin-bottom: 3.5rem
}

.top-title {
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--color-blue-light);
    color: var(--color-white);
    margin: -1.5rem -2rem 1.5rem;
    padding: 1.1rem 2rem;
    font-size: 2.2rem
}

.top-title__icon {
    margin-right: 1.5rem;
    width: 3.7rem
}

.black-list {
    padding: 2.2rem 3rem;
    box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15);
    border-radius: .3rem;
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem;
}

.black-list__icon {
    width: 4rem;
    height: 4rem;
    margin-right: 3rem;
    flex-shrink: 0;
}

.black-list__icon svg {
    width: 100%;
    height: 100%;
}

.black-list__text {
    font-weight: 700;
    font-size: 1.8rem;
    max-width: 42rem;
}

.status {
    padding-right: 1rem;
    padding-left: 1rem
}

.status__text:not(:last-child) {
    margin-right: 1rem
}

.back {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    margin-bottom: 2rem;
}

.back .icon {
    width: 1.3rem;
    height: 1rem;
    stroke: var(--color-blue-light);
    margin-right: .5rem
}

.advantages {
    padding-top: 5rem;
    padding-bottom: 3.5rem;
    background-color: var(--color-gray-50)
}

.advantages__slider {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.card, .card-add {
    color: var(--color-white);
    display: -ms-flexbox;
    min-height: 14.5rem
}

.card, .login__inner {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.advantages__slide {
    width: 33.33333333%;
    margin-top: 3rem
}

.advantages__slide-wrap {
    max-width: 38rem;
    padding-top: 1rem
}

.advantages__slide:nth-child(even) .advantages__slide-wrap {
    margin-left: auto
}

.advantages__icon {
    padding-top: 33.33333%;
    width: 33.33333%;
    margin: 0 auto
}

.advantages__cell {
    width: 76.87747%;
    margin: 0 auto
}

.advantages__text {
    margin-top: 1rem
}

.banner {
    padding: 10rem 0
}

.banner__bg, .documents__bg {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0
}

.banner__bg {
    width: 100%
}

.banner__bg-image {
    width: 100%;
    will-change: opacity
}

.banner__content {
    max-width: 56rem;
    padding: 4.3rem 4.5rem;
    background: rgba(255, 255, 255, .7);
    margin: 0 auto
}

.banner__btn {
    margin-top: 3rem
}

.card {
    background: linear-gradient(89.58deg, #0160C8 .33%, #047EEF 99.64%);
    box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15);
    padding: 2rem;
    font-size: 1.2rem;
    height: 100%;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card__button {
    padding: .9rem 2rem;
    width: 100%;
    margin-top: auto;
    border: none
}

.card-add {
    background-color: var(--color-placeholder);
    -webkit-box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15);
    box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15);
    border-radius: .3rem;
    font-size: 1.8rem;
    font-weight: 700;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    text-transform: uppercase
}

.documents__content, .faq__item-subtitle, .faq__item-title, .menu__link:hover, .message__content a, .message__link {
    color: var(--color-blue)
}

.card-add__text, .details__inner {
    display: -webkit-box;
    display: -ms-flexbox
}

.card-add .icon {
    width: 1.6rem;
    height: 1.6rem;
    stroke: var(--color-white);
    stroke-width: 2px;
    margin-top: .3rem;
    margin-right: .5rem
}

.card-add__text {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.details__inner {
    border-radius: .3rem;
    background-color: var(--color-white);
    -webkit-box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15);
    box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15);
    display: flex
}

.details__cell {
    width: 50%
}

.details__title {
    padding: 2.5rem 2rem
}

.details__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 6rem;
    padding: 0 2rem;
    border-top: 1px solid #E2E2E2
}

.details__subtitle {
    font-weight: 700;
    max-width: 18rem;
    width: 100%;
    padding-right: 1rem
}

.details__text {
    max-width: 23rem
}

.details__text nobr {
    display: block;
    width: 100%;
    text-overflow: ellipsis
}

.details__btn {
    margin-top: 2rem;
    min-width: 25.5rem;
}

.documents__bg {
    width: 100%
}

.documents__banner {
    position: relative;
    -webkit-filter: drop-shadow(0 .2rem .8rem rgba(0, 0, 0, .15));
    filter: drop-shadow(0 .2rem .8rem rgba(0, 0, 0, .15));
    mix-blend-mode: normal;
    -webkit-box-shadow: .3rem .3rem 2rem rgba(0, 0, 0, .2);
    box-shadow: .3rem .3rem 2rem rgba(0, 0, 0, .2);
    border-radius: .3rem;
    margin-bottom: 2rem
}

.reset {

}

.reset__wrap {
    background: var(--color-white);
    -webkit-box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15);
    box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15);
    border-radius: .3rem;
}

.reset__form {
    max-width: 39rem;
    margin: 0 auto;
    padding: 5rem 2rem;
}

.reset__button {
    width: 100%;
}

.faq__item, .message__item {
    background: var(--color-white);
    -webkit-box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15);
    border-radius: .3rem
}

.documents__inner {
    padding: 3rem;
    min-height: 27rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.documents__button, .documents__content {
    margin-top: 2rem
}

.documents__head {
    padding: 2.5rem 3rem;
    border-bottom: 1px solid #E2E2E2
}

.documents__title {
    font-weight: 400;
    font-size: 2.4rem
}

.documents__subtitle {
    font-weight: 400;
    font-size: 1.8rem;
    margin-bottom: 2rem
}

.documents__item {
    padding: 2rem 0;
    margin: 0 3rem;
    border-bottom: 1px solid #E2E2E2
}

.documents__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: underline
}

.documents__link img {
    width: 4.1rem;
    height: 4.1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1rem
}

.documents__link:not(:last-child) {
    margin-right: 8rem
}

.documents__main {
    overflow: auto;
    max-height: 38rem
}

.faq__bg, .intro {
    overflow: hidden
}

.faq {
    padding-top: 2rem;
    padding-bottom: 3rem
}

.faq_padding {
    padding: 0;
}

.faq__banner {
    position: relative;
    padding: 6rem 3rem;
    margin-bottom: 3rem
}

.faq__bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-filter: drop-shadow(0 .2rem .8rem rgba(0, 0, 0, .15));
    filter: drop-shadow(0 .2rem .8rem rgba(0, 0, 0, .15));
    border-radius: .3rem
}

.faq__bg-image {
    width: 100%;
    height: 100%;
    will-change: opacity;
    mix-blend-mode: normal
}

.faq__content {
    position: relative;
    max-width: 40.5rem;
    font-size: 1.8rem;
    z-index: 1
}

.faq__title {
    margin-bottom: 1rem;
    font-size: 2.4rem
}

.faq__item {
    box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15);
    padding: 2.8rem 3rem;
    margin-top: 1rem
}

.faq__item-title {
    padding: 2.8rem 3rem;
    margin: -2.8rem -3rem;
    cursor: pointer;
    font-size: 2.4rem;
    font-weight: 400;
    position: relative;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    -ms-user-select: none;
    user-select: none
}

.faq__item-title::before {
    content: '';
    position: absolute;
    width: 3rem;
    height: 1.7rem;
    right: 3rem;
    top: 3.5rem;
    -webkit-transition: all linear .2s;
    transition: all linear .2s
}

.faq__item-title.is-active {
    padding-bottom: 1.5rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 3rem;
    border-bottom: 1px solid var(--color-border)
}

.faq__item-subcontent h3, .faq__item-subcontent p, .faq__item-subcontent ul {
    margin-bottom: 1rem
}

.faq__item-title.is-active::before {
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq__item-content {
    padding-left: 2rem
}

.faq__item-subtitle {
    font-size: 1.8rem;
    font-weight: 400;
    border-top: 1px solid var(--color-border);
    padding: 1rem 2rem;
    margin-left: -2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.faq__item-subtitle:first-child {
    border-top: none
}

.faq__item-subcontent {
    padding-left: 4rem;
    padding-bottom: 2rem;
    max-width: 80rem;
    display: none
}

.faq__item-subcontent h3 {
    font-size: 1.8rem
}

.faq__item-subcontent ul li {
    margin-bottom: .5rem
}

.faq__item-subcontent img {
    max-width: 51.5rem;
    margin-bottom: .5rem
}

.faq__button {
    position: absolute;
    right: 3rem;
    bottom: 2rem;
    border: none
}

.footer {
    background: -webkit-gradient(linear, left top, right top, from(#0162C9), to(#047EEF));
    background: linear-gradient(90deg, #0162C9 0, #047EEF 100%);
    color: #bad3ed;
    padding: 2.5rem 0;
    font-size: 1.4rem
}

.footer__cell {
    max-width: 32rem;
}

.footer__cell_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
}

.footer__cell p {
    margin-bottom: 1rem
}

.footer__cell p a {
    font-weight: 700
}

.footer__cell p a:hover {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.footer__link {
    display: block
}

.footer__link:hover {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.footer__link_icon {
    margin-bottom: 1.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__link-icon {
    width: 2.5rem;
    height: 2.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1rem
}

.footer__cards {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
}

.footer__cards-icon:last-child {
    margin-left: 1rem;
}

.header {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-color: var(--color-white);
    z-index: 1000
}

.header__menu {
    margin-left: auto;
    margin-right: 1.5rem
}

.header__inner {
    border-bottom: 1px solid var(--color-border);
    margin: 0 -4rem;
    padding: 1rem 4rem
}

.header__btn {
    font-size: 1.4rem;
    padding: .9rem 0.5rem;
    min-width: 8.5rem;
}

.intro__bg {
    position: relative;
    margin-right: -14.5rem;
    width: 65.85366%;
    max-height: 69rem
}

.intro__bg-image {
    position: absolute;
    height: 100%;
    width: 100%
}

.intro__info {
    position: absolute;
    background: rgba(255, 255, 255, .8);
    border-radius: .3rem;
    padding: 2.5rem 15rem 2.5rem 2rem;
    right: 0;
    bottom: 17.3913%
}

.intro__calc-top, .login {
    position: relative
}

.intro__info-item strong {
    font-size: 3rem;
    font-weight: 700
}

.intro__info-item:not(:last-child) {
    margin-right: 1rem;
    padding-right: 1rem;
    border-right: 1px solid var(--color-white)
}

.intro__info-text {
    text-shadow: .2rem .4rem .4rem rgba(255, 252, 252, .38)
}

.intro__content {
    width: 41.05691%;
    padding-top: 3rem;
    padding-bottom: 3rem
}

.intro__calc {
    margin-top: 4rem
}

.intro__calc-top {
    z-index: 1
}

.intro__calc-numbers {
    font-size: 1.6rem;
    line-height: 1.2em;
    color: var(--color-gray);
    padding-top: 1rem
}

.intro__calc-number {
    cursor: default
}

.intro__calc-number::after {
    content: " " attr(data-value)
}

.intro__result {
    margin-top: 4.5rem
}

.intro__btn, .message__info {
    margin-top: 2rem
}

.intro__result-row {
    margin-bottom: 2rem
}

.intro__result-col:not(:last-child) {
    margin-right: 3rem;
    padding-right: 3rem;
    border-right: 1px solid var(--color-border)
}

.intro__result-number {
    display: block;
    font-size: 2.6rem;
    margin-bottom: 1rem
}

.intro__result-number::after {
    content: " " attr(data-value)
}

.intro__result-text {
    display: block
}

.loans__slider .owl-stage, .login__inner {
    display: -webkit-box;
    display: -ms-flexbox
}

.intro__result-desc {
    font-size: 1rem;
    line-height: 1.3em;
    max-width: 31.5rem
}

.intro__result-desc::before {
    content: '* '
}

.loans__info {
    padding: 0 3.5rem
}

.loans__cell {
    max-width: 15rem;
    width: 100%
}

.loans__number {
    margin-bottom: 1rem
}

.loans__text {
    font-size: 1.4rem
}

.message__item, .prompt__content p {
    font-size: 1.8rem
}

.loans__slider {
    margin-top: 1.5rem;
    width: 100%
}

.loans__slider:not(.owl-loaded) {
    overflow: hidden;
    height: 0;
}

.loans__slider .owl-stage {
    display: flex
}

.loans__title_margin {
    margin-top: 2.5rem;
    margin-bottom: -.5rem
}

.loans__button {
    min-width: 24rem
}

.prompt__icon {
    width: 4.4rem;
    margin-right: 6rem
}

.prompt__title {
    margin-bottom: 1rem
}

.login__title, .thanks__title {
    margin-bottom: 3rem
}

.login__bg {
    position: absolute;
    width: 42.01389%;
    height: 100%;
    top: 0;
    left: 0
}

.login__inner {
    min-height: calc(100vh - var(--padding-top));
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 18rem
}

.login__content {
    width: 37.14286%;
    margin-left: auto
}

.login__button {
    min-width: 100%;
    margin-top: 2.5rem;
    border: none
}

.login__row {
    margin-top: 4rem
}

.menu__list {
    list-style: none;
    display: flex;
}

.menu__item {
    margin-right: 2.5rem
}

.menu__link {
    font-weight: 700;
    font-size: 1.4rem;
    transition: .25s;
    position: relative
}

.menu__link::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: .2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-right: -50%;
    -webkit-transition: .25s;
    transition: .25s
}

.menu__link:hover::before {
    width: 100%
}

.menu__link.is-current {
    color: var(--color-blue);
}

.message__item {
    box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15);
    min-height: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2rem
}

.questionnaire__bg, .thanks__inner {
    min-height: calc(100vh - var(--padding-top))
}

.message__content, .message__top {
    padding-bottom: 3rem;
    border-bottom: 1px solid #9A9A9A
}

.message__item:not(:last-child) {
    margin-bottom: 1rem
}

.message__item.is-active {
    font-weight: 700
}

.message__item.is-active .message__item-text {
    padding-left: 2rem;
    position: relative
}

.message__item.is-active .message__item-text::before {
    content: '';
    position: absolute;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    left: 0;
    top: .5rem;
    background-color: var(--color-orange)
}

.message__item-text {
    max-width: 60rem;
    padding-right: 1rem
}

.message__item-day {
    font-size: 1.6rem;
    margin-right: 1rem
}

.message__box {
    padding: 3rem;
    -webkit-box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15);
    box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15);
    border-radius: .3rem;
    background-color: var(--color-white)
}

.message__title {
    font-weight: 400
}

.message__cell {
    padding-right: 1rem;
    font-size: 1.4rem;
    margin-bottom: 1.5rem
}

.message__email, .message__phone {
    margin-left: 2.5rem
}

.message__content {
    padding-top: 3rem
}

.message__content p {
    line-height: 1.875em;
    margin-bottom: 1rem
}

.message__content a {
    text-decoration: underline
}

.message__bottom {
    margin-top: 3.3rem
}

.message__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.message__link:not(:last-child) {
    margin-right: 2.5rem
}

.message__link:hover {
    text-decoration: underline
}

.message__link .icon {
    width: 2.2rem;
    height: 2.2rem;
    margin-right: .7rem;
    fill: var(--color-blue)
}

.partners {
    padding-top: 6rem;
    padding-bottom: 10rem
}

.partners__slider {
    margin-top: 5rem
}

.privacy {
    padding-top: 4rem;
    padding-bottom: 3rem
}

.privacy__title {
    padding: 1.8rem 1.5rem;
    border-bottom: 2px solid #F2F2F2;
    margin: 0 -6rem 2.5rem
}

.privacy__content {
    padding: 0 6rem 2rem
}

.privacy__content p {
    margin-top: 2rem
}

.privacy__content ol, .privacy__content ul {
    list-style: none
}

.privacy__content li {
    margin-bottom: .5rem
}

.privacy__content span {
    margin-bottom: 1rem;
    margin-top: 1rem;
    display: block
}

.irs--round .irs-line {
    height: .4rem;
    top: 3.6rem;
    background: var(--color-border)
}

.irs--round .irs-line::after, .irs--round .irs-line::before {
    content: '';
    position: absolute;
    height: 100%;
    background-color: var(--color-white);
    bottom: 0;
    z-index: 5
}

.questionnaire, .thanks {
    position: relative
}

.irs--round .irs-line::before {
    left: 0
}

.irs--round .irs-line::after {
    right: 0
}

.irs--round .irs-bar {
    height: .4rem;
    top: 3.6rem;
    background-color: var(--color-orange)
}

.irs--round .irs-bar--single {
    border-radius: 0
}

.irs.irs--round {
    width: calc(100% + 2rem);
    margin-left: -1rem
}

.irs--round .irs-handle {
    width: 2.5rem;
    height: 2.5rem;
    border: .2rem solid var(--color-orange);
    background-color: var(--color-white);
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 2.6rem;
    z-index: 6
}

.irs--round {
    height: 5rem;
    margin-top: -1.5rem
}

.services {
    padding-top: 5rem;
    padding-bottom: 4rem
}

.services__items {
    margin-top: 8rem
}

.services__item {
    max-width: 24rem
}

.services__item-title {
    margin-bottom: 1rem
}

.services__item-icon {
    display: inline-block;
    max-width: 10rem;
    margin-bottom: 2rem
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    overflow: auto
}

.tabs__link {
    margin-left: 4.5rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    color: var(--color-gray);
    font-weight: 700
}

.tabs__link:first-child {
    margin-left: 0
}

.tabs__link.is-active {
    color: var(--color-blue)
}

.thanks__bg {
    position: absolute;
    width: 42.01389%;
    height: 100%;
    top: 0;
    left: 0
}

.thanks__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 12rem
}

.thanks__inner_width {
    padding-right: 0
}

.thanks__content {
    padding: 3rem 0;
    width: 40.65041%;
    margin-left: auto
}

.thanks__content p {
    font-size: 2.4rem;
    margin-top: 3rem
}

.thanks__content_width {
    width: 56.12245%
}

.thanks__btn {
    margin-top: 3rem
}

.thanks__btn_margin {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 39rem
}

.questionnaire {
    padding-top: 2.5rem
}

.questionnaire_hidden {
    overflow: hidden;
}

.questionnaire__bg {
    position: absolute;
    width: 42.01389%;
    height: 100%;
    top: 0;
    left: 0
}

.questionnaire__content {
    width: 40.65041%
}

.questionnaire__form {
    width: 31.70732%;
    margin-left: 13rem;
    padding-bottom: 3rem
}

.questionnaire__form_margin {
    margin-top: 6rem
}

.questionnaire__form_width {
    width: 47.56098%;
    margin-top: 2rem
}

.questionnaire__title {
    margin-bottom: 5rem
}

.questionnaire__row {
    margin-left: -3rem
}

.questionnaire__field {
    margin-left: 3rem
}

.questionnaire__field:not(.input_width) {
    width: calc(100% - 3rem)
}

.questionnaire__button {
    min-width: 100%;
    margin-top: 2rem;
    border: none;
    display: block
}

.questionnaire__button.btn_margin {
    margin-top: 0
}

.questionnaire__button.btn_width {
    max-width: 39rem;
    width: 100%;
    display: block;
    min-width: auto
}

.questionnaire__subtitle {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    width: 100%
}

.questionnaire__cell {
    margin-top: 2rem;
    margin-bottom: 2.5rem
}

.questionnaire__link {
    margin-top: 3.5rem
}

.questionnaire__info {
    margin-bottom: 2rem;
    margin-top: 3rem
}

.replenishment__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 250rem;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.questionnaire__info-item:not(:first-child) {
    margin-left: 4.5rem
}

.questionnaire__info-icon {
    max-width: 5rem;
    margin-right: 2.5rem
}

.questionnaire__info-content h6 {
    margin-bottom: 1rem
}

.questionnaire__info-content p {
    font-size: 1.8rem
}

.questionnaire__time {
    font-size: 2rem;
    text-align: center;
    background: var(--color-white);
    box-shadow: 0 .2rem .8rem rgba(0, 0, 0, 0.15);
    border-radius: .3rem;
    color: var(--color-blue-light);
    font-weight: 700;
    margin-bottom: 2.5rem;
    padding: .7rem 1rem;
}

.ws .owl-carousel .owl-video-play-icon {
    background: url(owl.video.play.webp) no-repeat
}

.wn .owl-carousel .owl-video-play-icon {
    background: url(owl.video.play.png) no-repeat
}

.faq__item-title::before {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='17' viewBox='0 0 30 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.8595 13.4593L27.5877 0.73105L29.002 2.14526L14.86 16.2873L14.3546 15.7819L14.3541 15.7824L0.714218 2.1425L2.12843 0.728289L14.8595 13.4593Z' fill='%230163CA'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.pages {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.pages__top {
    padding: 2rem 3rem;
    font-size: 2.4rem;
    border-bottom: 1px solid #DADADA;
}

.pages__content {
    padding: 3rem;
}
.pages__content h4 {
    margin-bottom: 1rem;
    font-weight: 400;
}
.pages__content p {
    margin-bottom: 1rem;
}

.pages__row {
    justify-content: space-between;
}

.pages__col {
    position: relative;
    padding-top: 68%;
    width: calc(50% - 1.5rem);
    filter: drop-shadow(0 .2rem .8rem rgba(0, 0, 0, .15));
    margin-bottom: 3rem;
}

.pages__inner {
    box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15);
    border-radius: .3rem;
}

.unsubscribe {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.unsubscribe__content {
    text-align: center;
    background: var(--color-white);
    box-shadow: 0 .2rem .8rem rgba(0, 0, 0, 0.15);
    border-radius: .3rem;
    padding: 2.5rem 6rem 4rem;
    max-width: 51rem;
    width: 100%;
}

.unsubscribe__title {
    margin-bottom: 2rem;
}

.unsubscribe__text {
    font-size: 2.4rem;
    margin-bottom: 2rem;
}

.unsubscribe__bottom {
    padding-top: 3rem;
    border-top: 1px solid #9A9A9A;
    justify-content: space-between;
}

.unsubscribe__button {
    min-width: 17.5rem;
    margin: 0 -1.5rem;
}

.unsubscribe__button.btn_blue {
    min-width: 24rem;
}

.unsubscribe__subtitle.h2 {
    font-size: 2.8rem;
    line-height: 3.6rem;
    margin-bottom: 2rem;
}

.footer__info {
    margin: 2rem 0;
}

.footer__info h4 {
    margin: 1rem 0;
}

@media only screen and (min-width: 581px) {
    .menu {
        display: block !important
    }
}

@media only screen and (max-width: 1280px) {
    .header__inner {
        margin: 0 -2rem;
        padding: 1rem 2rem
    }
}

@media only screen and (max-width: 1120px) {
    .container {
        max-width: 100%
    }

    .advantages__slider {
        max-width: 110rem;
        margin: 0 auto
    }
}

@media only screen and (max-width: 980px) {
    html {
        font-size: 1.02041vw
    }

    .content h1, .content h2, .h1, .h2 {
        font-size: 3.3rem
    }

    .content h3, .h3 {
        font-size: 2.6rem
    }

    .content h4, .h4 {
        font-size: 2.1rem
    }

    .kontomatik {
        width: 45.74468%;
        margin-left: 0
    }

    .kontomatik__inner {
        display: block
    }

    .kontomatik__items {
        width: 100%;
        margin-left: 0
    }

    .kontomatik__form {
        width: 100%
    }

    .modal__content {
        padding: 8rem 2rem 8rem 8rem
    }

    .nav-bar {
        width: 30.43478%
    }

    .nav-bar__link {
        font-size: 1.8rem
    }

    .account-table {
        font-size: 1.2rem
    }

    .account-table__button {
        min-width: 8rem
    }

    .account__content {
        margin-left: 1.5rem
    }

    .banner {
        padding: 7rem 0
    }

    .banner__content {
        padding: 4rem 5rem;
        max-width: 52rem
    }

    .details__title {
        padding: 2rem 1rem
    }

    .details__item {
        font-size: 1.4rem;
        padding: 0 1rem;
        min-height: 5rem
    }

    .details__text {
        max-width: 18rem
    }

    .footer__cell, .footer__cell:nth-child(1), .footer__cell:nth-child(3), .footer__cell:nth-child(4) {
        max-width: 50%
    }

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

    .footer__cell {
        margin-right: 0;
        padding-right: 3rem;
        margin-bottom: 3rem
    }

    .intro__bg {
        max-height: 69rem;
        margin-right: -30rem;
        width: 87%
    }

    .intro__info {
        padding: 2.5rem 30rem 2.5rem 2rem
    }

    .login__inner, .thanks__inner {
        padding-right: 7rem
    }

    .loans__slider .owl-item {
        min-width: 30.7rem
    }

    .prompt__icon {
        margin-right: 3rem
    }

    .login__bg {
        width: 51.02041%
    }

    .login__content {
        width: 37.7551%
    }

    .services__items {
        margin-top: 6rem
    }

    .thanks__bg {
        width: 51.02041%
    }

    .thanks__content {
        width: 37.7551%
    }

    .thanks__content p {
        font-size: 2rem;
        margin-top: 2rem
    }

    .questionnaire__bg, .questionnaire__content {
        width: 51.02041%
    }

    .questionnaire__form {
        margin-left: 7rem;
        width: 41.48936%
    }

    .questionnaire__form_width {
        margin-left: auto;
        width: 45.74468%
    }

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

    .questionnaire__info-content p {
        font-size: 1.6rem
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

@media (max-width: 900px) {
    .mfp-container {
        padding: 0 2rem
    }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media only screen and (max-width: 768px) {
    .login__bg, .questionnaire__bg, .questionnaire__content, .thanks__bg {
        width: 48.17708%
    }

    .questionnaire__form {
        margin-left: 0;
        width: 46.19565%
    }

    .questionnaire__form_width {
        margin-left: auto
    }
}

@media only screen and (max-width:649px) {
    .partners__slider:not(.owl-loaded) > * {
        width: 43.15vw;
    }

    .partners__slider:not(.owl-loaded) > *:not(:last-child) {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 580px) {
    .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .h1, .h2, .h3, .h4, .h5, .h6, .input_big .input__field, .kontomatik__text, .modal__subtitle {
        text-align: center
    }

    .footer__cell_mobile, .steps__item {
        -ms-flex-direction: column-reverse;
        -webkit-box-direction: reverse
    }

    .footer__cell_mobile, .intro__inner, .loans__cell, .questionnaire__content, .steps__item {
        -webkit-box-direction: reverse
    }

    :root {
        --padding-top: 6rem
    }

    .mobile-show {
        display: block !important
    }

    .mobile-show_flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .desktop-show {
        display: none !important
    }

    html {
        font-size: 2.66667vw
    }

    .btn {
        min-width: 100%;
        font-size: 1.8rem;
        padding: 1.2rem 2rem
    }

    .btn_small {
        font-size: 1rem;
        padding: .4rem;
        min-width: 11rem
    }

    .modal__content, .status {
        padding: 0
    }

    .btn_border-orange:hover {
        background: var(--color-orange)
    }

    .btn_orange:hover {
        background: var(--color-orange-hover)
    }

    .modal__title, .questionnaire__subtitle_mobile, .thanks__title {
        background-color: var(--color-blue)
    }

    .wn .faq__bg, .wn .intro__bg, .ws .faq__bg, .ws .intro__bg {
        background-repeat: no-repeat
    }

    .content h1, .h1 {
        font-size: 3rem
    }

    .content h2, .content h3, .h2, .h3 {
        font-size: 2.4rem
    }

    .content h4, .h4 {
        font-size: 1.8rem
    }

    .content h6, .h6 {
        font-size: 1.6rem
    }

    .hamburger {
        display: block;
        margin-left: 1rem
    }

    .logo {
        margin-right: 1rem
    }

    .logo img {
        width: 8.5rem
    }

    .input_width, .kontomatik, .modal__content {
        width: 100%
    }

    .checkbox, .input {
        margin-bottom: 1rem
    }

    .input_big .input__field {
        font-size: 1.8rem
    }

    .input__label {
        margin-bottom: .5rem
    }

    .input__field::-webkit-input-placeholder {
        font-size: 1.4rem
    }

    .input__field:-moz-placeholder {
        font-size: 1.4rem
    }

    .input__field::-moz-placeholder {
        font-size: 1.4rem
    }

    .input__field:-ms-input-placeholder {
        font-size: 1.4rem
    }

    .input__field {
        font-size: 1.4rem
    }

    .header__btn, .input__field_center {
        font-size: 1.8rem
    }

    .input__field_center::-webkit-input-placeholder {
        font-size: 1.8rem
    }

    .input__field_center::-moz-placeholder {
        font-size: 1.8rem
    }

    .input__field_center:-ms-input-placeholder {
        font-size: 1.8rem
    }

    .input__field_center::-ms-input-placeholder {
        font-size: 1.8rem
    }

    .input__field_center::placeholder {
        font-size: 1.8rem
    }

    .modal {
        min-height: auto;
        display: block
    }

    .modal__bg {
        display: none
    }

    .modal__form {
        max-width: 100%;
        padding: 2.5rem 2rem 4rem
    }

    .modal__title {
        margin-bottom: 0;
        border-radius: .3rem;
        color: var(--color-white);
        padding: 2.5rem
    }

    .modal__subtitle {
        margin-bottom: 0;
        margin-top: 1.5rem
    }

    .modal .input_big .input__field {
        font-size: 1.8rem;
    }

    .nav-bar {
        position: fixed;
        width: 90.66667%;
        height: 100vh;
        top: 0;
        overflow: auto;
        right: 0;
        z-index: 1001;
        padding: 2.5rem 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all linear .2s;
        transition: all linear .2s
    }

    .nav-bar.is-active {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .nav-bar__menu {
        height: calc(100vh - 7rem);
        overflow: auto
    }

    .partners__slider .owl-stage {
        display: block
    }

    .select {
        margin-bottom: 2rem
    }

    .select__label {
        margin-bottom: .5rem
    }

    .steps {
        margin-bottom: 2rem
    }

    .steps__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    .steps__item.is-active:not(.is-current) {
        color: var(--color-black)
    }

    .steps__item.is-active .steps__count {
        background-color: var(--color-blue-light)
    }

    .steps__item {
        -webkit-box-orient: vertical;
        flex-direction: column-reverse;
        opacity: 1;
        margin-bottom: 0;
        width: 33.33333333%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        color: #9A9A9A
    }

    .steps__item:nth-child(2) {
        z-index: -1;
        margin-left: -1.1rem
    }

    .steps__item:nth-child(3) {
        z-index: -2;
        margin-left: -1.1rem
    }

    .steps__count {
        font-size: 1.6rem;
        height: 2rem;
        width: 100%;
        border-radius: 1rem;
        background-color: #E2E1E1;
        border-color: var(--color-white);
        color: var(--color-white);
        margin-right: 0;
        margin-top: 1rem
    }

    .account-table__body tr, .menu {
        background-color: var(--color-white);
        -webkit-box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15)
    }

    .steps__title {
        font-size: 1.2rem;
        max-width: 11.2rem
    }

    .steps__title_margin {
        margin-bottom: .8rem
    }

    .steps__title_left {
        margin-left: -1rem
    }

    .account-table {
        display: block;
        margin: -2rem -1rem;
        width: calc(100% + 2rem);
        font-size: 1.4rem
    }

    .account-table__head {
        display: none
    }

    .account-table__body {
        display: block
    }

    .account-table__body tr:not(:first-child) {
        display: block;
        padding: 0 1rem 2rem;
        border: none;
        box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15);
        border-radius: .3rem;
        margin-bottom: 2rem
    }

    .account-table__body tr {
        display: block;
        padding: 0 1rem 2rem;
        border: none;
        box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15);
        border-radius: .3rem;
        margin-bottom: 2rem;
    }

    .account-table__result-text {
        box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15);
        border-radius: .3rem;
        padding: 1.5rem 1rem;
        background-color: var(--color-white);
        -webkit-box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15);
    }

    .account-table__body td, .details__title {
        display: -webkit-box;
        display: -ms-flexbox
    }

    .details__item, .details__title {
        border-bottom: 1px solid #E2E2E2
    }

    .account-table__title, .account__top, .transfer__title {
        margin-bottom: 1.5rem
    }

    .account-table__body td {
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 1rem 0;
        border-top: 1px solid #E2E2E2
    }

    .account-table__body td br {
        display: none;
    }

    .account-table__body td:first-child, .account-table__body td:last-child, .details__item {
        border-top: none
    }

    .account-table__body td::before {
        content: attr(data-mobile-title);
        font-weight: 700;
        color: var(--color-placeholder);
        max-width: 13.5rem;
        text-align: left;
        text-transform: uppercase
    }

    .account-table__body td a.link {
        width: 100%;
        text-align: right;
        margin-top: 1.5rem
    }

    .account-table__title {
        padding-top: 1rem
    }

    .history .account-table__body tr:first-child {
        margin-bottom: 0;
        padding: 0;
    }

    .history .account-table__result {
        width: 100%;
        text-align: left;
    }

    .transfer {
        font-size: 1.4rem;
        padding: 0 2rem
    }

    .advantages__text, .details__item, .faq__item-subcontent p {
        font-size: 1.6rem
    }

    .transfer__item {
        padding-bottom: 1.2rem;
        padding-top: .8rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .transfer__subtitle {
        min-width: 12.5rem;
        padding-right: .4rem
    }

    .transfer__text {
        text-align: right
    }

    #pay-transfer .mfp-close {
        color: var(--color-white);
        opacity: 1
    }

    .user__icon {
        margin-right: 1rem
    }

    .account__content {
        margin-left: 0;
        width: 100%
    }

    .account__wrap {
        padding-top: 1.5rem;
        padding-bottom: 2rem;
        display: block
    }

    .account__head, .account__main {
        padding: 2rem 1rem
    }

    .account__main_mobile-shadow {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent
    }

    .account__top {
        display: block
    }

    .status {
        margin: 1.5rem 0 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .status__text:not(:last-child) {
        margin-right: 1.5rem
    }

    .back {
        margin-bottom: 1.5rem
    }

    .advantages {
        padding: 3rem 0
    }

    .advantages__slide {
        width: 100%;
        margin-top: 0
    }

    .advantages__icon {
        padding-top: 35.8209%;
        width: 35.8209%
    }

    .advantages__cell {
        width: 100%
    }

    .banner {
        padding: 3.5rem 0
    }

    .banner__content {
        max-width: calc(100% + 2rem);
        width: calc(100% + 2rem);
        margin: 0 -1rem;
        padding: 3rem 1.5rem
    }

    .card__button {
        padding: .9rem 2rem
    }

    .details__inner {
        display: block
    }

    .details__cell {
        width: 100%
    }

    .details__title {
        text-align: left;
        padding: 1rem;
        min-height: 4.7rem;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .details__item {
        min-height: 4rem;
        padding: .5rem 1rem
    }

    .details__subtitle {
        max-width: 16rem
    }

    .details__text {
        max-width: 13rem
    }

    .documents__banner {
        margin: -1.5rem -2rem 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0
    }

    .documents__head {
        padding: 1.2rem 1rem
    }

    .documents__subtitle {
        margin-bottom: 1rem
    }

    .documents__item {
        margin: 0 1rem;
        padding: 1.5rem 0
    }

    .documents__link, .menu__item, .message__item-day {
        margin-right: 0
    }

    .documents__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin-bottom: .8rem
    }

    .faq__bg-image, .intro__bg-image, .intro__info {
        display: none
    }

    .documents__main {
        max-height: 64rem
    }

    .faq {
        padding-top: 0
    }

    .faq__banner {
        padding: 0
    }

    .faq__bg {
        position: static;
        margin: 0 -2rem;
        width: calc(100% + 4rem);
        padding-top: 76%
    }

    .faq__bg * {
        position: static
    }

    .faq__content {
        color: var(--color-black);
        text-align: center;
        padding-top: 1.5rem;
        max-width: 31rem;
        margin: 0 auto
    }

    .faq__item {
        padding: 2rem 1rem
    }

    .faq__item-title::before {
        right: 1rem;
        top: 3rem
    }

    .faq__item-title {
        padding: 2rem 9rem 2rem 1rem;
        margin: -2rem -1rem
    }

    .faq__item-subtitle {
        padding: 1rem
    }

    .faq__item-subcontent {
        padding-left: 1rem
    }

    .faq__item-subcontent img {
        max-width: 100%;
        width: 100%
    }

    .faq__button {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 2.5rem
    }

    .faq_padding {
        margin-top: -1.5rem;
    }

    .footer {
        padding-bottom: 2rem;
        font-size: 1.2rem;
    }

    .footer__cell:nth-child(1) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .footer__cell:nth-child(3), .footer__cell:nth-child(4) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        min-width: 50%
    }

    .footer__cell {
        margin-bottom: 2rem;
        min-width: 100%;
        padding-right: 0
    }

    .footer__cell p {
        line-height: 1.35em;
        margin-bottom: .5rem
    }

    .footer__link {
        line-height: 1.35em;
    }

    .footer__cell_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        flex-direction: column-reverse
    }

    .footer__link_icon {
        margin-bottom: 1rem
    }

    .footer__link-icon {
        width: 2rem;
        height: 2rem
    }

    .footer__info {
        margin: 1rem 0 2rem;
    }

    .header__inner {
        margin: 0;
        padding: 1rem 0;
        min-height: 6rem
    }

    .header__btn {
        margin-left: auto;
        padding: 0.3rem 0;
        font-size: 1.2rem;
        min-width: 5.5rem;
    }

    .menu__list {
        display: block;
    }

    .intro__inner {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .intro__bg-image {
        padding-top: 66.66667%
    }

    .intro__bg {
        width: calc(100% + 4rem);
        margin-right: -2rem;
        margin-left: -2rem;
        max-height: 100%;
        padding-top: 74.62687%
    }

    .loans__slider, .prompt__title {
        margin-left: auto;
        margin-right: auto
    }

    .intro__content {
        width: 100%
    }

    .intro__content h2 {
        max-width: 32rem;
        margin-left: auto;
        margin-right: auto;
        font-size: 3rem
    }

    .intro__calc {
        margin-top: 3rem
    }

    .intro__btn, .intro__result {
        margin-top: 4rem
    }

    .intro__calc-top {
        font-size: 1.4rem
    }

    .intro__calc-numbers {
        font-size: 1.2rem
    }

    .intro__result-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .intro__result-col:not(:last-child) {
        margin-right: 2rem;
        padding-right: 2rem
    }

    .intro__result-number {
        font-size: 2.4rem;
        line-height: .7em
    }

    .intro__result-text, .message__content a, .message__content p, .message__item, .message__item-day, .services__item {
        font-size: 1.4rem
    }

    .intro__result-desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -.5rem
    }

    .intro__result-desc::before {
        display: inline-block;
        margin-right: .5rem
    }

    .loans__info {
        padding: 0;
        display: block
    }

    .loans__cell {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 2.5rem
    }

    .loans__cell:last-child, .loans__number {
        margin-bottom: 0
    }

    .loans__number {
        margin-top: .5rem
    }

    .loans__button, .login__button {
        margin-top: 2rem
    }

    .loans__text {
        text-align: left;
        max-width: 15rem;
        width: 100%
    }

    .menu, .prompt__content, .questionnaire__info-item, .questionnaire__subtitle, .questionnaire__text {
        text-align: center
    }

    .loans__slider {
        max-width: 26rem
    }

    .loans__slider .owl-stage {
        display: block
    }

    .login__bg, .prompt__icon {
        display: none
    }

    .loans__slider .owl-item {
        min-width: auto
    }

    .prompt__title {
        max-width: 24.5rem
    }

    .login__inner {
        padding-right: 0;
        display: block
    }

    .login__content {
        width: 100%;
        padding-top: 3rem
    }

    .login__title {
        margin-bottom: 2.5rem
    }

    .login__switcher {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .menu {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        right: 0;
        margin: 0;
        padding: 2rem;
        box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .15);
        display: none
    }

    .menu__item, .partners__slide {
        margin-bottom: 1rem
    }

    .message__title, .privacy__title {
        text-align: left
    }

    .message__item {
        min-height: 5rem;
        padding: 1rem
    }

    .message__item.is-active .message__item-text::before {
        width: 1.2rem;
        height: 1.2rem
    }

    .message__box {
        padding: 2rem 1rem
    }

    .message__info {
        display: block;
        margin-top: .85rem
    }

    .message__top {
        padding-bottom: 2rem
    }

    .message__email, .message__phone {
        margin-left: 0;
        margin-right: 2rem
    }

    .message__name {
        display: block
    }

    .message__content {
        padding: 2rem 0
    }

    .message__content p {
        line-height: 1.428em
    }

    .message__bottom {
        margin-top: 1.8rem
    }

    .partners {
        padding-top: 3rem;
        padding-bottom: 5rem
    }

    .partners__slider {
        padding: 0 2rem;
        margin-top: 3rem
    }

    .privacy {
        padding-top: 3rem
    }

    .privacy__title {
        margin: 0 0 1rem;
        padding: 1.5rem 1rem
    }

    .privacy__content {
        padding: 0 1rem 2rem
    }

    .privacy__content p {
        margin-top: 1rem
    }

    .privacy__content span {
        margin-bottom: .5rem;
        margin-top: .5rem
    }

    .irs--round .irs-handle {
        width: 2.2rem;
        height: 2.2rem
    }

    .services {
        padding: 4rem 0
    }

    .services__items {
        margin-top: 4rem;
        display: block
    }

    .services__item {
        max-width: 21rem;
        margin: 0 auto 3.5rem
    }

    .services__item:last-child {
        margin-bottom: 0
    }

    .services__item-icon {
        max-width: 7rem;
        margin-bottom: 1.5rem
    }

    .tabs__link {
        margin-left: 3.5rem;
        font-size: 1.2rem
    }

    .thanks__bg {
        display: none
    }

    .thanks__inner {
        padding-right: 0;
        display: block
    }

    .thanks__content {
        width: 100%;
        padding-top: 0
    }

    .thanks__content p {
        font-size: 1.8rem
    }

    .thanks__title {
        margin: 0 -2rem 6.5rem;
        padding: 3.5rem 2rem;
        color: var(--color-white)
    }

    .thanks__btn {
        margin-top: 6.5rem
    }

    .thanks__btn_margin {
        margin-top: 2rem
    }

    .questionnaire {
        padding-top: 2.5rem
    }

    .questionnaire__time {
        margin-top: -2.5rem;
        padding: 1rem;
        box-shadow: none;
        background-color: var(--color-blue-light);
        color: var(--color-white);
        border-radius: 0;
    }

    .questionnaire__bg {
        display: none
    }

    .questionnaire__content {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .questionnaire__form_margin {
        margin-top: 0
    }

    .questionnaire__form {
        width: 100%
    }

    .questionnaire__inner {
        display: block
    }

    .questionnaire__title {
        margin-bottom: 2.5rem;
        font-size: 1.8rem
    }

    .questionnaire__field, .questionnaire__row {
        margin-left: 0
    }

    .questionnaire__field:not(.input_width) {
        width: 100%
    }

    .questionnaire__button {
        margin-top: 1rem
    }

    .questionnaire__subtitle_mobile {
        margin: -2.5rem -2rem 0;
        width: calc(100% + 4rem);
        color: var(--color-white);
        padding: .5rem 3.5rem
    }

    .questionnaire__link {
        margin-top: 2rem
    }

    .questionnaire__info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .questionnaire__info-item:not(:first-child) {
        margin-left: 0
    }

    .questionnaire__info-item {
        display: block;
        width: 50%
    }

    .questionnaire__info-icon {
        margin: 0 auto 1rem
    }

    .questionnaire__info-content p {
        font-size: 1.4rem
    }

    .document__title {
        padding: 1.8rem;
    }

    .document__content {
        max-height: calc(100vh - 10rem);
        padding: 1.2rem 2rem;
    }

    .ws .faq__bg {
        background-image: url(../img/faq-bg-mobile.webp);
        background-size: cover;
        background-position: center
    }

    .wn .faq__bg {
        background-image: url(../img/faq-bg-mobile.jpg);
        background-size: cover;
        background-position: center
    }

    .ws .intro__bg {
        background-image: url(../img/intro-bg-mobile.webp);
        background-size: cover;
        background-position: center
    }

    .wn .intro__bg {
        background-image: url(../img/intro-bg-mobile.jpg);
        background-size: cover;
        background-position: center
    }

    .pages__row {
        display: block;
    }

    .pages__col {
        width: 100%;
        padding-top: 87%;
        margin-bottom: 2rem;
    }

    .pages__content {
        padding: 1.5rem;
    }

    .pages__top {
        padding: 1rem 1.5rem 1.5rem;
        font-size: 1.8rem;
    }

    .black-list {
        padding: 2rem 1.2rem;
    }

    .black-list__icon {
        width: 3.6rem;
        height: 3.6rem;
        margin-right: 1.3rem;
    }

    .black-list__text {
        max-width: 28.5rem;
        font-size: 1.6rem;
    }

    .unsubscribe {
        background-image: none !important;
    }

    .unsubscribe__text {
        font-size: 2rem;
        line-height: 2.6rem;
    }

    .unsubscribe__subtitle {
        font-size: 2rem;
        line-height: 2.6rem;
    }

    .unsubscribe__content {
        padding: 3rem 1.5rem;
    }

    .unsubscribe__button {
        min-width: 13.5rem;
        margin: 0;
        padding: 0.6rem 2rem;
    }

    .advantages__slider:not(.owl-loaded) {
        max-width: unset;
        overflow: hidden;
        flex-wrap: nowrap;
    }

    .advantages__slider:not(.owl-loaded) > * {
        flex: 0 0 auto;
    }

    .partners__slider:not(.owl-loaded) > * {
        width: 100%;
    }

    .partners__slider:not(.owl-loaded) > *:not(:last-child) {
        margin-right: unset;
    }
}

@media print {
    .datepickers-container {
        display: none
    }
}

form.form-error .input__field {
    border-color: var(--color-red);
}
.list-view {
    padding: 0 !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

.intro__result_buttons {
    display: inline-block;
    text-align: center;
}
.buttons_container {
    text-align: center;
    display: inline-block
}
@media (max-width: 500px) {
    .intro__result_buttons {
        width: 100%;
        display: block;
    }
    .buttons_container {
        display: block
    }
}

.footer__cell_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
}