@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: height, -o-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform, -o-transform;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent);
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: -webkit-calc(var(--swiper-navigation-size)/44*27);
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: -webkit-calc(var(--swiper-navigation-size)*-1/2);
    margin-top: calc(var(--swiper-navigation-size)*-1/2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: normal;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000;
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    -o-transform: scale(.33);
    transform: scale(.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    -o-transform: scale(.66);
    transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    -o-transform: scale(.33);
    transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    -o-transform: scale(.66);
    transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    -o-transform: scale(.33);
    transform: scale(.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top 0.2s, -webkit-transform 0.2s;
    transition: top 0.2s, -webkit-transform 0.2s;
    -o-transition: top 0.2s, -o-transform 0.2s;
    transition: transform 0.2s, top 0.2s;
    transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s, -o-transform 0.2s;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left 0.2s, -webkit-transform 0.2s;
    transition: left 0.2s, -webkit-transform 0.2s;
    -o-transition: left 0.2s, -o-transform 0.2s;
    transition: transform 0.2s, left 0.2s;
    transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s, -o-transform 0.2s;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right 0.2s, -webkit-transform 0.2s;
    transition: right 0.2s, -webkit-transform 0.2s;
    -o-transition: right 0.2s, -o-transform 0.2s;
    transition: transform 0.2s, right 0.2s;
    transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s, -o-transform 0.2s;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    touch-action: none;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
    -o-animation: swiper-preloader-spin 1s linear infinite;
    animation: swiper-preloader-spin 1s linear infinite;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top: 4px solid transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@-o-keyframes swiper-preloader-spin {
    to {
        -o-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
    margin: -1px;
}

.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    padding: 0.4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none;
}

.ui-button-icon-only {
    width: 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup>.ui-controlgroup-item:focus {
    z-index: 9999;
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
    padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: -webkit-calc(100% - 2.4em);
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    -webkit-box-shadow: inset 1px 1px 1px #ccc;
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: 0.12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-checkboxradio-disabled {
    pointer-events: none;
}

.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: 700;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: 0.5em;
    top: 0.3em;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}

.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
    width: 7px;
    height: 7px;
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,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");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit;
}

.ui-slider-horizontal {
    height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0.222em 0;
    vertical-align: middle;
    margin: 0.2em 2em 0.2em 0.4em;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: 0.5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-tabs {
    position: relative;
    padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
}

.ui-widget,
.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}

.ui-widget-content a {
    color: #333;
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700;
}

.ui-widget-header a {
    color: #333;
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545;
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
    box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
    background-image: url("../themes/salamcredit_kz/assets/css/images/ui-icons_444444_256x240.png");
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url("../themes/salamcredit_kz/assets/css/images/ui-icons_555555_256x240.png");
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
    background-image: url("../themes/salamcredit_kz/assets/css/images/ui-icons_ffffff_256x240.png");
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
    background-image: url("../themes/salamcredit_kz/assets/css/images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("../themes/salamcredit_kz/assets/css/images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("../themes/salamcredit_kz/assets/css/images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-first,
.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
    background: #aaa;
    opacity: 0.003;
    filter: Alpha(Opacity=0.3);
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
}

@font-face {
    font-family: 'Jura Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Jura Regular'), url('../themes/salamcredit_kz/assets/fonts/Jura/Jura-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Jura Book';
    font-style: normal;
    font-weight: normal;
    src: local('Jura Book'), url('../themes/salamcredit_kz/assets/fonts/Jura/JuraBook.woff') format('woff');
}

@font-face {
    font-family: 'Jura Light';
    font-style: normal;
    font-weight: normal;
    src: local('Jura Light'), url('../themes/salamcredit_kz/assets/fonts/Jura/JuraLight.woff') format('woff');
}

@font-face {
    font-family: 'Jura Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Jura Medium'), url('../themes/salamcredit_kz/assets/fonts/Jura/JuraMedium.woff') format('woff');
}

@font-face {
    font-family: 'Jura Demi-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Jura Demi-Bold'), url('../themes/salamcredit_kz/assets/fonts/Jura/JuraDemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Jura SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Jura SemiBold'), url('../themes/salamcredit_kz/assets/fonts/Jura/Jura-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Jura Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Jura Bold'), url('../themes/salamcredit_kz/assets/fonts/Jura/Jura-Bold.woff') format('woff');
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
    font-family: 'Jura SemiBold', Arial, sans-serif;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

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

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

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

.row-nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.row-gutters {
    margin-left: -20px;
    margin-right: -20px;
}

.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

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

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

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

.align-horisontal-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

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

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

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

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

.align-vertical-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

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

.col-w-16 {
    width: 16.666666%;
    width: 16.66667%;
}

.col-w-20 {
    width: 20%;
}

.col-w-25 {
    width: 25%;
}

.col-w-33 {
    width: 33.3333%;
    width: 33.33333%;
}

.col-w-50 {
    width: 50%;
}

.col-w-100 {
    width: 100%;
}

.col-gutters {
    padding: 0 20px;
}

html {
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html.is-fixed {
    overflow: hidden;
}

* {
    padding: 0;
    margin: 0;
}

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

body {
    font: 16px 'Jura Regular', Arial, sans-serif;
    line-height: 18.75px;
    overflow-x: hidden;
    min-width: 320px;
    height: 100%;
    opacity: 1;
    position: relative;
    color: #202e3d;
    background-color: #f8f8f8;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
ul {
    margin: 0;
    padding: 0;
}

input,
textarea {
    outline: none;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    transition: all 0.17s ease-in-out;
}

input:focus,
textarea:focus {
    outline: none;
}

textarea {
    resize: vertical;
    width: 100%;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    transition: all 0.17s ease-in-out;
    cursor: pointer;
}

a,
select:focus {
    outline: none;
}

a {
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    transition: all 0.17s ease-in-out;
}

a,
a:hover {
    text-decoration: none;
}

button {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    transition: all 0.17s ease-in-out;
    background: transparent;
}

button,
button:focus {
    outline: none;
}

img {
    width: 100%;
    height: auto;
}

.disable-hover,
.disable-hover * {
    pointer-events: none !important;
}

.gutters {
    padding: 90px 0;
}

.gutter-top {
    padding-top: 90px;
}

.gutter-bottom {
    padding-bottom: 90px;
}

.w3c {
    visibility: hidden;
    display: none;
}

.content__wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.sect-title {
    font: 32px 'Jura Bold', Arial, sans-serif;
    color: #202e3d;
    line-height: 1.25;
    text-transform: uppercase;
}

@media only screen and (max-width:656px) {
    .sect-title {
        font-size: 26px;
    }
}

.sect-subtitle {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 50px;
}

@media only screen and (max-width:656px) {
    .sect-subtitle {
        font-size: 16px;
    }
}

.title {
    font-family: 'Jura Bold', Arial, sans-serif;
}

.title-h1-size {
    font-size: 36px;
    line-height: 38px;
}

.title-h2-size {
    font-size: 32px;
    line-height: 34px;
}

.title-h3-size {
    font-size: 28px;
    line-height: 32px;
}

.point-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.point-left:before {
    content: "";
    margin-right: 10px;
    height: 10px;
    width: 10px;
    background: #87C4E3;
    border-radius: 50%;
    left: 0;
}

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

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

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

.basic-white-color {
    color: #fff;
}

.basic-black-color {
    color: #000;
}

.light-text-color {
    color: rgba(32, 46, 61, .5);
}

.dark-text-color {
    color: #202e3d;
}

.accent-color {
    color: #005792;
}

.content-img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.bg,
.bg-with-overlay {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}

.bg-with-overlay {
    position: relative;
}

.bg-with-overlay:after,
.bg-with-overlay:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2c272d;
    opacity: 0.4;
    background-image: -webkit-radial-gradient(57.99% 4.69%, 17.86% 31.59%, hsla(0, 0%, 100%, .05) 0, hsla(0, 0%, 100%, 0) 100%), -webkit-radial-gradient(-.91% 19.35%, 36.8% 44.76%, hsla(0, 0%, 100%, .1) 0, hsla(0, 0%, 100%, 0) 100%);
    background-image: -o-radial-gradient(57.99% 4.69%, 17.86% 31.59%, hsla(0, 0%, 100%, .05) 0, hsla(0, 0%, 100%, 0) 100%), -o-radial-gradient(-.91% 19.35%, 36.8% 44.76%, hsla(0, 0%, 100%, .1) 0, hsla(0, 0%, 100%, 0) 100%);
    background-image: radial-gradient(17.86% 31.59% at 57.99% 4.69%, hsla(0, 0%, 100%, .05) 0, hsla(0, 0%, 100%, 0) 100%), radial-gradient(36.8% 44.76% at -.91% 19.35%, hsla(0, 0%, 100%, .1) 0, hsla(0, 0%, 100%, 0) 100%);
}

.bg-with-overlay:after {
    z-index: 1;
}

.bg-with-overlay .container {
    position: relative;
    z-index: 2;
}

.color-bg {
    background-color: #f4f5f7;
}

.dark-bg {
    background-color: #2c272d;
}

.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    z-index: -999;
    opacity: 0;
    display: none;
}

.thumbnail {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 50%;
}

.thumbnail img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.content :last-child {
    margin-bottom: 0;
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    line-height: 1;
    font-family: 'Jura Bold', Arial, sans-serif;
}

.content b,
.content strong {
    font-family: 'Jura Bold', Arial, sans-serif;
}

.content ol li,
.content ul li {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.content ol li:last-child,
.content ul li:last-child {
    margin-bottom: 0;
}

.content ul li:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 4px;
    background-color: #202e3d;
}

.content ol {
    counter-reset: list;
}

.content ol li:before {
    counter-increment: list;
    content: counter(list) ". ";
    display: inline-block;
    margin-right: 4px;
}

.btn {
    padding: 18px 22px;
    text-align: center;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font: 14px 'Jura Bold', Arial, sans-serif;
    overflow: hidden;
    mask-image: -webkit-radial-gradient(#fff, #000);
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    background: -webkit-gradient(linear, left top, right top, from(#005792), to(#2077b2));
    background: -webkit-linear-gradient(left, #005792, #2077b2);
    background: -o-linear-gradient(left, #005792, #2077b2);
    background: linear-gradient(90deg, #005792, #2077b2);
    color: #fff;
    position: relative;
    border-radius: 5px;
}

.btn,
.btn:before {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 59px;
    line-height: 1em;
}

.btn:before {
    content: "";
    -webkit-box-shadow: 0 4px 4px rgba(255, 105, 94, .25);
    box-shadow: 0 4px 4px rgba(255, 105, 94, .25);
    -webkit-transition: opacity 0.17s ease-in-out;
    -o-transition: opacity 0.17s ease-in-out;
    transition: opacity 0.17s ease-in-out;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #005792;
    position: absolute;
    z-index: 1;
}

.btn span {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    position: relative;
    z-index: 2;
}

.btn:hover:before {
    opacity: 0;
}

.btn-lg {
    border-radius: 5px;
    font: 16px 'Jura Bold', Arial, sans-serif;
}

.btn-lg:before,
.btn-step-back {
    background: #005792;
}

.btn-step-back {
    color: #202e3d;
}

.btn-step-back:before {
    background: #f0f0f0;
}

.btn-step-back:hover {
    color: #fff;
}

.btn-radius-bottom {
    border-radius: 0 0 5px 5px;
}

.btn-with-arrow {
    font-size: 20px;
}

.btn-with-arrow span {
    position: relative;
    display: inline-block;
    padding-right: 30px;
}

.btn-with-arrow span:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 24px;
    background: url("../themes/salamcredit_kz/assets/img/icons/svg/btn-arrow.svg") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-wide {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-accent {
    background-color: #005792;
}

.btn-transparent {
    background-color: transparent;
}

.btn-dark {
    background-color: #000;
}

.btn-disabled {
    background: #eee;
    color: #999;
}

.btn-disabled.btn:before {
    content: none;
    background: #eee;
    color: #999;
}

.btn-disabled:hover, .btn-disabled:hover:before {
    background: #eee;
    color: #999;
    cursor: progress;
}

.btn-close {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../themes/salamcredit_kz/assets/img/icons/svg/close-ic.svg") 50% no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}

.btn-search::-ms-clear,
.btn-search::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.btn-search::-webkit-search-cancel-button,
.btn-search::-webkit-search-decoration,
.btn-search::-webkit-search-results-button,
.btn-search::-webkit-search-results-decoration {
    display: none;
}

.btn-top {
    display: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background-color: #005792;
    z-index: 10;
    text-align: center;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    transition: all 0.17s ease-in-out;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .21);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .21);
}

.btn-top:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 10px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transition: all 0.23s ease-in-out;
    -o-transition: all 0.23s ease-in-out;
    transition: all 0.23s ease-in-out;
}

.btn-top:hover {
    background-color: #000;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 0 13px 0 rgba(255, 105, 94, .21);
    box-shadow: 0 0 13px 0 rgba(255, 105, 94, .21);
}

.btn-top:hover:after {
    border-top: 1px solid #005792;
    border-right: 1px solid #005792;
}

.btn-hamburger {
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #005792;
    position: relative;
    -webkit-transition: background-color 0.17s ease-in-out;
    -o-transition: background-color 0.17s ease-in-out;
    transition: background-color 0.17s ease-in-out;
    margin-left: 15px;
}

.btn-hamburger__line {
    width: 27px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-hamburger.is-active .btn__hamburger--line:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

.btn-hamburger.is-active .btn__hamburger--line:nth-child(2) {
    opacity: 0;
}

.btn-hamburger.is-active .btn__hamburger--line:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

.nav__item {
    display: inline-block;
    margin-right: 15px;
}

.nav__item:last-child {
    margin-right: 0;
}

.nav__link {
    display: block;
    color: #202e3d;
}

.pagination__list {
    text-align: center;
}

.pagination__item {
    display: inline-block;
    margin-right: 10px;
}

.pagination__item:last-child {
    margin-right: 0;
}

.breadcrumbs__item {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.breadcrumbs__item:last-child {
    margin-right: 0;
}

.breadcrumbs__link {
    display: block;
    color: #202e3d;
}

.breadcrumbs__link.is-active {
    color: #005792;
}

.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Jura Regular', Arial, sans-serif;
    font-size: 20px;
    color: #000;
    line-height: 1.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.logo img {
    display: inline-block;
    width: auto;
    height: 60px;
}

@media only screen and (max-width:460px) {
    .logo img.logo-desktop {
        display: none;
    }
}

.logo img.logo-mobile {
    display: none;
}

@media only screen and (max-width:460px) {
    .logo img.logo-mobile {
        display: initial;
    }
}

.logo__footer {
    color: #fff;
}

input[type=search] {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    appearance: none;
    -webkit-appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.form {
    width: 100%;
    margin: 0 auto;
}

.form-label {
    font-size: 18px;
    font-family: 'Jura SemiBold', Arial, sans-serif;
    line-height: 1em;
    display: flex;
    align-items: flex-end;
    min-height: 24px;
    margin-bottom: 0.5em;
}

.form-input {
    display: block;
    width: 100%;
    padding: 19px;
    text-align: left;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    font: 16px 'Jura Regular', Arial, sans-serif;
    color: #202e3d;
}

.form-input:focus,
.form-input:hover {
    border-color: #87C4E3;
}

.form-input:focus::-webkit-input-placeholder {
    color: transparent;
}

.form-input:focus::-moz-placeholder {
    color: transparent;
}

.form-input:focus:-ms-input-placeholder {
    color: transparent;
}

.form-input:focus::placeholder {
    color: transparent;
}

.form-input::-webkit-input-placeholder {
    font: 1em 'Jura Regular', Arial, sans-serif;
    color: #7c7c7c;
}

.form-input::-moz-placeholder {
    font: 1em 'Jura Regular', Arial, sans-serif;
    color: #7c7c7c;
}

.form-input:-ms-input-placeholder {
    font: 1em 'Jura Regular', Arial, sans-serif;
    color: #7c7c7c;
}

.form-input::placeholder {
    font: 1em 'Jura Regular', Arial, sans-serif;
    color: #7c7c7c;
}

.form-input.is-error,
.is-invalid,
.form-input[aria-invalid=true] {
    border-color: red;
}

.is-valid {
    border-color: green!important;
}

.form-groups {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.form-group:last-child {
    margin-bottom: 0;
}

.form-group__label {
    display: inline-block;
    margin-bottom: 5px;
}

.form-group .help-block {
    position: absolute;
    top: 100%;
    margin-top: 3px;
    font-size: 12px;
    font-family: 'Jura Bold', Arial, sans-serif;
    color: #ba0000;
    display: none;
}

.form-group.is-error .form-group__error {
    display: block;
}

.form-group.is-error .form-input {
    border-color: #ba0000;
}

.form-textarea {
    min-height: 200px;
}

.form-select {
    border: none;
    border-bottom: 1px solid #c4c4c4;
    font: 16px 'Jura Regular', Arial, sans-serif;
    padding-right: 20px;
}

.form-select__wrapper {
    position: relative;
}

.form-select__wrapper:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 7px;
    right: 10px;
    width: 24px;
    height: 13px;
    pointer-events: none;
    background: url("../themes/salamcredit_kz/assets/img/icons/svg/select-arrow.svg") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.form-promo-text {
    font: 24px 'Jura Bold', Arial, sans-serif;
    color: #005792;
}

.form-notice {
    color: #7c7c7c;
    line-height: 1.5;
    font-size: 14px;
}

.form-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 44px;
    font: 12px 'Jura Regular', Arial, sans-serif;
    line-height: 1em;
    color: #202e3d;
}

.form-checkbox a {
    color: #202e3d;
    text-decoration: underline;
}

.form-checkbox a:hover {
    color: #005792;
    text-decoration: none;
}

.form-checkbox:before {
    content: "";
    display: inline-block;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    transition: all 0.17s ease-in-out;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 5px;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(32, 46, 61, .5);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px;
}

.form-checkbox.is-invalid:before {
    border: 1px solid red;
}

.form-checkbox.is-valid:before {
    border: 1px solid green;
}

.form-checkbox__label {
    display: inline-block;
    line-height: 0.8em;
    font-size: 13px;
}

.form-checkbox__label input {
    display: none;
}

.form-checkbox__label input:checked+span:before {
    background-color: #005792;
    border-color: #005792;
    background-image: url("../themes/salamcredit_kz/assets/img/icons/svg/checkbox-ic.svg");
}

.form-radio {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font: 1em 'Jura Regular', Arial, sans-serif;
    line-height: 1;
    color: #202e3d;
}

.form-radio:before {
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: 1px solid #202e3d;
}

.form-radio:after,
.form-radio:before {
    content: "";
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    transition: all 0.17s ease-in-out;
    position: absolute;
}

.form-radio:after {
    display: inline-block;
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #202e3d;
    display: none;
}

.form-radio__label {
    display: inline-block;
}

.form-radio__label input {
    display: none;
}

.form-radio__label input:checked+span:after {
    display: block;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 90;
    width: 100%;
    height: 100%;
    display: none;
}

.popup__overflow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    z-index: 105;
    background-color: rgba(0, 0, 0, .8);
    padding: 10px;
    text-align: center;
    white-space: nowrap;
}

.popup__overflow:before {
    content: "";
    width: 0;
    height: 100%;
}

.popup__body,
.popup__overflow:before {
    display: inline-block;
    vertical-align: middle;
}

.popup__body {
    width: 100%;
    max-width: 400px;
    background-color: #fff;
    padding: 20px;
    position: relative;
    white-space: normal;
}

.popup .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.slider__loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(32, 46, 61, .5);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.slider__loader:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("../themes/salamcredit_kz/assets/img/slider-loader.gif") 50% 50% no-repeat;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
}

.slider__loader.is-loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.slider-pagination {
    margin-bottom: 20px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 50px;
}

.slider-pagination .swiper-pagination-bullet {
    opacity: 1;
    outline: none;
    width: 14px;
    height: 14px;
    background-color: #202e3d;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    margin-bottom: 33px;
    position: relative;
    will-change: transform;
    -webkit-transition: -webkit-transform 0.17s ease-in-out;
    transition: -webkit-transform 0.17s ease-in-out;
    -o-transition: -o-transform 0.17s ease-in-out;
    transition: transform 0.17s ease-in-out;
    transition: transform 0.17s ease-in-out, -webkit-transform 0.17s ease-in-out, -o-transform 0.17s ease-in-out;
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    -o-transform: scale(.75);
    transform: scale(.75);
}

.slider-pagination .swiper-pagination-bullet:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-transition: opacity 0.17s ease-in-out;
    -o-transition: opacity 0.17s ease-in-out;
    transition: opacity 0.17s ease-in-out;
    background-color: #fff;
    width: 10px;
    height: 10px;
    opacity: 0;
}

.slider-pagination .swiper-pagination-bullet-active {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.slider-pagination .swiper-pagination-bullet-active:before {
    opacity: 1;
}

.slider-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.swiper-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width:1100px) {
    .swiper-container {
        pointer-events: none;
    }
}

.feedbacks-slider {
    height: 500px;
    overflow: hidden;
}

.feedbacks-slider__row {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.feedbacks-slider .swiper-slide {
    width: 550px;
    padding: 20px;
}

.preloader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1001;
    -webkit-perspective: 500px;
    perspective: 500px;
}

.preloader span {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    -webkit-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.preloader__wrapper {
    left: 0;
    width: 100%;
}

.preloader__section,
.preloader__wrapper {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 1000;
}

.preloader__section {
    width: 51%;
    background-color: #202e3d;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.preloader__section--left {
    left: 0;
}

.preloader__section--right {
    right: 0;
}

@-webkit-keyframes rotating {
    to {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn);
    }
}

@-o-keyframes rotating {
    to {
        transform: rotateY(1turn);
    }
}

@keyframes rotating {
    to {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn);
    }
}

.is-loaded .preloader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.is-loaded .preloader__wrapper {
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 1s;
    -o-transition: all 0.3s ease-out 1s;
    transition: all 0.3s ease-out 1s;
}

.is-loaded .preloader__section--left {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.7s cubic-bezier(.645, .045, .355, 1) 0.3s;
    -o-transition: all 0.7s cubic-bezier(.645, .045, .355, 1) 0.3s;
    transition: all 0.7s cubic-bezier(.645, .045, .355, 1) 0.3s;
}

.is-loaded .preloader__section--right {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.7s cubic-bezier(.645, .045, .355, 1) 0.3s;
    -o-transition: all 0.7s cubic-bezier(.645, .045, .355, 1) 0.3s;
    transition: all 0.7s cubic-bezier(.645, .045, .355, 1) 0.3s;
}

.header {
    padding: 15px 0;
    background-color: #f8f8f8;
    position: relative;
    width: 100%;
    z-index: 2;
}

@media only screen and (max-width:656px) {
    .header {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: none;
        font-size: 14px;
    }
}

@media only screen and (max-width:656px) {
    .header .logo img {
        height: 45px;
    }
    .header .logo strong {
        font-size: 28px;
        line-height: 28px;
    }
}

.shopwindow-o .header,
.success .header {
    background: #fff;
}

.header .offer-timer {
    display: none;
    text-align: center;
    font-size: 18px;
}

.header .offer-timer strong {
    color: #87C4E3;
    font: 38px 'Jura SemiBold', Arial, sans-serif;
}

.shopwindow-o .header .offer-timer {
    display: block;
}

@media only screen and (max-width:1100px) {
    .shopwindow-o .header .offer-timer {
        display: none;
    }
}

.shopwindow-o .header {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.worktime {
    text-transform: uppercase;
    color: #005792;
    font-family: 'Jura Bold', Arial, sans-serif;
    text-align: right;
}

.worktime span, .worktime a {
    color: #005792;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Jura SemiBold', Arial, sans-serif;
    font-weight: 500;
}

@media only screen and (max-width:460px) {
    .worktime {
        font-size: 20px;
        width: 100%;
    }
    .worktime strong {
        display: none;
    }
}

.sect__about-service {
    padding: 40px 0;
}

.sect__about-service a {
    text-decoration: underline;
}

.sect__about-service a:hover {
    color: #005792;
}

.sect__about-service a,
.sect__about-service strong {
    font-weight: 700;
}

.sect__about-service h3 {
    line-height: 20px;
}

.sect__about-service .sect-title {
    margin-bottom: 0;
}

.sect__about-service .footer-content {
    margin-top: 50px;
}

.about-service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .15);
    border-radius: 5px;
    position: relative;
    z-index: 2;
    padding: 50px;
    width: 100%;
    background-color: #f4f5f7;
}

.about-service__img {
    min-width: 400px;
    mix-blend-mode: multiply;
}

.about-service__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 50px;
    line-height: 1.5;
    padding: 40px 0;
}

.about-service a.btn {
    text-decoration: none;
    width: 50%;
    display: none;
}

.about-service a.btn:hover {
    color: #fff;
}

.confirmation .about-service,
.shopwindow-o .about-service,
.steps .about-service {
    padding: 0;
    margin-top: 40px;
}

.index .about-service__text {
    padding: 0;
}

.index .about-service a.btn {
    display: inline;
}

.dark-bg .sect__about-service {
    color: #fff;
    background-color: #202e3d;
}

.dark-bg .about-service {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footer {
    color: #aaccdd;
    background-color: #202e3d;
    padding: 35px 0 50px;
    font-family: 'Jura SemiBold', Arial, sans-serif;
}

.footer .btn {
    display: none;
    margin-bottom: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.footer .logo-mobile {
    display: none;
}

.footer-top {
    margin-bottom: 80px;
}

.footer-content__title {
    text-transform: uppercase;
    margin-bottom: 45px;
}

.footer-content__block {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}

.footer-content__block:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #676767;
}

.footer-content__block--part {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.footer-content__block--part ol, .footer-content__block--part ul {
    list-style: auto;
    margin-bottom: 15px;
    padding-left: 14px;
}

.footer-content__block:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 15px;
}

.footer-content__block:last-child:before {
    display: none;
}

.footer-content__block p {
    margin-bottom: 15px;
}

.footer-content__block p:last-child {
    margin-bottom: 0;
}

.footer-content__block h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 18px;
}

.footer-content a {
    color: #99aaff;
}

.footer-content a:hover {
    text-decoration: underline;
}

.footer-inside-page .footer-top {
    display: none;
}

.footer-inside-page .footer-content {
    border-top: 2px solid #5a5a5a;
    padding-top: 33px;
}

.footer-inside-page .footer-content__block:before {
    display: none;
}

.phone-link {
    position: relative;
    padding-left: 50px;
    color: #fff;
    font-size: 18px;
}

.phone-link:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: url("../themes/salamcredit_kz/assets/img/icons/svg/phone.svg") 50% 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.phone-link:hover {
    opacity: 0.8;
}

.sect__promo .calculator {
    position: relative;
    z-index: 2;
    padding-right: 10px;
}

.sect__promo .calculator__subtitle {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid hsla(0, 0%, 76.9%, .5);
}

.promo-block {
    margin: 0 auto;
    max-width: 1580px;
    padding: 0 0 50px;
    position: relative;
}

@media only screen and (max-width:1100px) {
    .promo-block {
        padding-bottom: 0;
    }
}

@media only screen and (max-width:460px) {
    .promo-block {
        padding-top: 15px;
    }
}

.promo-block .container {
    position: relative;
}

.promo-block__text {
    position: relative;
    z-index: 2;
    font-size: 20px;
    line-height: 32px;
}

@media only screen and (max-width:460px) {
    .promo-block__text {
        display: none;
    }
}

.promo-block__text-mobile {
    display: none;
}

@media only screen and (max-width:460px) {
    .promo-block__text-mobile {
        display: initial;
    }
    .promo-block__text-mobile .title {
        font-size: 28px !important;
    }
    .promo-block__text-mobile .subtitle {
        font-size: 22px !important;
    }
}

@media only screen and (max-width:321px) {
    .promo-block__text-mobile {
        display: initial;
    }
    .promo-block__text-mobile .title {
        font-size: 23px !important;
    }
}

.promo-block__img {
    display: block;
    width: 187px;
    position: absolute;
    right: 15px;
    bottom: -160px;
}

.promo-block .title {
    font: 46px 'Jura Bold', Arial, sans-serif;
    line-height: 1.21;
    margin-bottom: 20px;
    color: #202e3d;
}

@media only screen and (max-width:867px) {
    .promo-block .title {
        font-size: 35px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:656px) {
    .promo-block .title {
        font-size: 27px;
    }
}

@media only screen and (max-width:460px) {
    .promo-block .title {
        font-size: 21px;
    }
}

@media only screen and (max-width:374px) {
    .promo-block .title {
        font-size: 18px;
    }
}

.promo-block .title strong {
    color: #87C4E3;
}

@media only screen and (max-width:867px) {
    .promo-block .title strong {
        font-size: 30px;
    }
}

@media only screen and (max-width:656px) {
    .promo-block .title strong {
        font-size: 23px;
    }
}

@media only screen and (max-width:460px) {
    .promo-block .title strong {
        font-size: 18px;
    }
}

@media only screen and (max-width:321px) {
    .promo-block .title strong {
        font-size: 16px;
    }
}

.promo-block .subtitle {
    font-size: 22px;
    line-height: 1.22;
}

@media only screen and (max-width:867px) {
    .promo-block .subtitle {
        font-size: 18px;
        line-height: 1.5;
    }
}

@media only screen and (max-width:321px) {
    .promo-block .subtitle {
        font-size: 16px;
        display: none;
    }
}

#calculation {
    margin-top: 65px;
    position: relative;
    background: #fff;
    padding-right: 15px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    border-radius: 4px 0 0 4px;
}

@media only screen and (max-width:1100px) {
    #calculation {
        margin-top: 50px;
    }
}

@media only screen and (max-width:460px) {
    #calculation {
        margin-top: 25px;
    }
}

@media only screen and (max-width:321px) {
    #calculation {
        margin-top: 20px;
    }
}

.calculator {
    position: relative;
    z-index: 2;
    padding: 50px 15px 30px 42.5px;
    max-width: 865px;
    width: 100%;
    line-height: 1.5;
}

@media only screen and (max-width:1280px) {
    .calculator {
        width: 91%;
    }
}

@media only screen and (max-width:1100px) {
    .calculator {
        padding: 50px 42.5px 30px !important;
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width:656px) {
    .calculator {
        padding: 30px !important;
    }
}

@media only screen and (max-width:460px) {
    .calculator {
        padding: 30px 20px !important;
    }
}

@media only screen and (max-width:321px) {
    .calculator {
        padding: 20px !important;
    }
}

.calculator__title {
    font: 34px 'Jura Bold', Arial, sans-serif;
    line-height: 47px;
    margin-bottom: 45px;
}

.calculator__title--with-subtitle {
    margin-bottom: 20px;
}

.calculator-group__field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

@media only screen and (max-width:460px) {
    .calculator-group__field {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:321px) {
    .calculator-group__field {
        margin-bottom: 25px;
    }
}

.calculator-group__field-label {
    color: #202e3d;
    font: 20px 'Jura Bold', Arial, sans-serif;
}

@media only screen and (max-width:460px) {
    .calculator-group__field-label {
        text-align: center;
    }
}

@media only screen and (max-width:321px) {
    .calculator-group__field-label {
        font-size: 16px;
    }
}

.calculator-group__field-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media only screen and (max-width:460px) {
    .calculator-group__field-wrapper {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 25px;
        width: 100%;
    }
}

@media only screen and (max-width:321px) {
    .calculator-group__field-wrapper {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 20px;
        width: 100%;
    }
}

.calculator-group__field-input {
    display: block;
    width: 115px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font: 20px 'Jura Regular', Arial, sans-serif;
    color: #202e3d;
    padding: 8px 16px;
    border: 0.5px solid rgba(0, 0, 0, .3);
    border-right: none;
    border-radius: 5px 0 0 5px;
    margin-left: 36.5px;
}

@media only screen and (max-width:656px) {
    .calculator-group__field-input {
        margin-left: 22px;
    }
}

@media only screen and (max-width:460px) {
    .calculator-group__field-input {
        margin-left: 0;
        padding: 16px;
        width: 55%;
        text-align: center;
    }
}

@media only screen and (max-width:321px) {
    .calculator-group__field-input {
        padding: 11px;
    }
}

.calculator-group__field-input::-webkit-inner-spin-button,
.calculator-group__field-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
}

.calculator-group__field-input:focus,
.calculator-group__field-input:hover {
    border-color: #005792;
}

.calculator-group__slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media only screen and (max-width:460px) {
    .calculator-group__slider {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.calculator-group__slider-wrapper {
    width: 100%;
}

.calculator-group__slider-value {
    color: rgba(32, 46, 61, .5);
    font-size: 16px;
}

@media only screen and (max-width:374px) {
    .calculator-group__slider-value {
        font-size: 13px;
    }
}

.calculator-group__slider-values {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.calculator-group__slider-range {
    width: 100%;
    height: 19px;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, .2);
    pointer-events: none;
}

.calculator-group__slider-range_tooltip {
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: rgba(32, 46, 61, .5);
    margin-top: 2px;
    white-space: nowrap;
}

.calculator-group__slider-range_tooltip.is-hidden {
    display: none;
}

.calculator-group__slider-range .ui-slider-handle {
    pointer-events: auto;
    cursor: pointer;
    outline: none;
    width: 31.3px;
    height: 31.3px;
    border-radius: 50%;
    background-color: #000;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    border: 5px solid #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.calculator-group__slider-range .ui-slider-handle:nth-child(2) {
    display: none !important;
}

.calculator-group__slider-range .ui-slider-range {
    border-radius: 30px;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, .05);
    background: #87C4E3;
}

@media only screen and (max-width:1100px) {
    .calculator__pic {
        display: none;
    }
}

.calculator-note {
    font-size: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

@media only screen and (max-width:321px) {
    .calculator-note {
        font-size: 11px;
    }
}

.calculator-note__row {
    margin-top: 15px;
}

.calculator-note .info-icon {
    width: 30px;
    margin-right: 7px;
}

.calc-amount-control__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-left: -5px;
    pointer-events: none;
}

@media only screen and (max-width:460px) {
    .calc-amount-control__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        width: 45%;
    }
}

.calc-amount-control__button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 1;
    width: 50px;
    border: 0.5px solid rgba(0, 0, 0, .3);
    pointer-events: auto;
}

@media only screen and (max-width:460px) {
    .calc-amount-control__button {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 50%;
        font-size: 40px;
        line-height: 1.5;
    }
}

@media only screen and (max-width:321px) {
    .calc-amount-control__button {
        font-size: 33px;
    }
}

.calc-amount-control__button-up {
    border-radius: 5px 5px 0 0;
}

@media only screen and (max-width:460px) {
    .calc-amount-control__button-up {
        border-radius: 0 5px 5px 0;
        border-left: 0.5px solid #fff;
    }
}

.calc-amount-control__button-down {
    border-top: none;
    border-radius: 0 0 5px 5px;
}

@media only screen and (max-width:460px) {
    .calc-amount-control__button-down {
        border-top: 0.5px solid rgba(0, 0, 0, .3);
        border-radius: 5px 0 0 5px;
    }
}

.calc-amount-control__button:hover {
    background: #87C4E3;
    cursor: pointer;
}

.calculator__subtitle {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 38px;
}

.calculator__subtitle .point-left {
    font-family: 'Jura Bold', Arial, sans-serif;
}

.calculator-results {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1.5;
}

@media only screen and (max-width:867px) {
    .calculator-results {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width:460px) {
    .calculator-results {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.calculator-results img {
    height: 32px;
}

.calculator-results__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    line-height: 1.25;
    white-space: nowrap;
}

@media only screen and (max-width:867px) {
    .calculator-results__block {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }
}

@media only screen and (max-width:656px) {
    .calculator-results__block {
        width: 100%;
    }
}

@media only screen and (max-width:460px) {
    .calculator-results__block {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.calculator-results__block:last-child {
    padding-right: 0;
}

.calculator-results__block--label {
    font-family: 'Jura Bold', Arial, sans-serif;
    line-height: 1.25;
    color: #202e3d;
    display: block;
}

@media only screen and (max-width:1280px) {
    .calculator-results__block--label {
        font-size: 14px;
    }
}

@media only screen and (max-width:656px) {
    .calculator-results__block--label {
        font-size: 12px;
        line-height: 1.5;
    }
}

@media only screen and (max-width:460px) {
    .calculator-results__block--label {
        font-size: 16px;
        line-height: 1.25;
    }
}

@media only screen and (max-width:321px) {
    .calculator-results__block--label {
        font-size: 12px;
        line-height: 1.5;
    }
}

.calculator-results__block--value {
    font: 40px 'Jura Bold', Arial, sans-serif;
    color: #202e3d;
    margin-left: 10.5px;
    min-width: 90px;
}

@media only screen and (max-width:1280px) {
    .calculator-results__block--value {
        font-size: 34px;
    }
}

@media only screen and (max-width:656px) {
    .calculator-results__block--value {
        font-size: 28px;
    }
}

@media only screen and (max-width:460px) {
    .calculator-results__block--value {
        font-size: 45px;
    }
}

@media only screen and (max-width:321px) {
    .calculator-results__block--value {
        font-size: 32px;
    }
}

.calculator-results__block-promo {
    padding: 0 15px;
}

@media only screen and (max-width:867px) {
    .calculator-results__block-promo {
        padding: 0;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media only screen and (max-width:460px) {
    .calculator-results__block-promo {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (max-width:321px) {
    .calculator-results__block-promo {
        margin-top: 10px;
    }
}

.calculator-results__block-promo--label,
.calculator-results__block-promo--value {
    font-family: 'Jura Bold', Arial, sans-serif !important;
    color: #005792 !important;
}

.calculator-results__row {
    padding: 0;
    margin-top: 30px;
}

@media only screen and (max-width:321px) {
    .calculator-results__row {
        margin-top: 20px;
    }
}

.calculator-results__row .btn {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 301px;
    max-width: 100%;
    margin-top: 25px;
    font-size: 20px;
}

@media only screen and (max-width:656px) {
    .calculator-results__row .btn {
        width: 100%;
    }
}

@media only screen and (max-width:460px) {
    .calculator-results__row .btn {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 10px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:321px) {
    .calculator-results__row .btn {
        font-size: 16px;
    }
}

.calculator-notice {
    margin-top: 35px;
}

.google-block {
    background-color: #fff;
    margin-top: 70px;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .15);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 200px;
}

.google-block img {
    display: block;
    max-width: 410px;
}

.sect__calculation {
    padding: 30px 0 55px;
}

.sect__calculation .calculator:after {
    display: block;
    content: url("../themes/salamcredit_kz/assets/img/icons/svg/grey-dots.svg");
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    top: -90px;
    left: -90px;
}

.sect__benefits,
.sect__clients,
.sect__spend-ways {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: bottom;
}

.sect__benefits .google-block,
.sect__clients .google-block,
.sect__spend-ways .google-block {
    margin-top: 60px;
    margin-bottom: 80px;
}

.easy-moneys .sect-title,
.spend-ways .sect-title {
    margin-bottom: 20px;
}

.easy-moneys_note,
.spend-ways_note {
    margin-top: 30px;
    padding: 0 120px;
    line-height: 24px;
}

.benefits {
    text-align: center;
}

.benefits .sect-title {
    margin-top: 20px;
}

.benefit {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #202e3d;
    line-height: 1.25;
}

.benefit div>div {
    font: 48px Circe-ExtraBold, Arial, sans-serif;
    line-height: 48px;
}

@media only screen and (max-width:1100px) {
    .benefit__bg {
        display: none;
    }
}

.benefit__wrapper {
    padding: 20px;
}

@media only screen and (max-width:656px) {
    .benefit__wrapper {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }
}

.benefit__text {
    margin-top: 30px;
    font-family: 'Jura SemiBold', Arial, sans-serif;
}

.benefit__ic {
    width: 95px;
    height: auto;
}

.sect__spend-ways {
    background-color: #fff;
}

@media only screen and (max-width:460px) {
    .sect__spend-ways {
        padding: 40px 0;
    }
}

.sect__spend-ways .sect-title {
    text-transform: uppercase;
}

.sect__spend-ways .sect-subtitle,
.sect__spend-ways .sect-title {
    text-align: center;
}

.sect__spend-ways .sect-subtitle {
    line-height: 1.3;
}

@media only screen and (max-width:867px) {
    .sect__spend-ways .sect-subtitle {
        margin-bottom: 20px;
    }
}

.sect__spend-ways .sect-subtitle br {
    display: none;
}

@media only screen and (max-width:656px) {
    .sect__spend-ways .sect-subtitle br {
        display: initial;
    }
}

.spend-way {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0;
    color: #202e3d;
    font-size: 18px;
    line-height: 26px;
}

.spend-way__ic {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 80px;
    height: 80px;
}

@media only screen and (max-width:867px) {
    .spend-way__ic {
        width: 60px;
        height: 60px;
    }
}

.spend-way__wrapper {
    padding-bottom: 0;
}

@media only screen and (max-width:1100px) {
    .spend-way__wrapper {
        margin: 0 !important;
    }
}

.spend-way__text {
    font-family: 'Jura SemiBold', Arial, sans-serif;
    text-align: center;
    margin-top: 25px;
}

@media only screen and (max-width:867px) {
    .spend-way__text {
        font-size: 14px;
        margin-top: 20px;
    }
}

@media only screen and (max-width:1100px) {
    .spend-way__center {
        display: none;
    }
}

.spend-way__left .spend-way__wrapper:first-of-type,
.spend-way__left .spend-way__wrapper:nth-of-type(3) {
    margin-left: 100px;
}

.spend-way__left .spend-way__wrapper:nth-of-type(2) {
    margin-right: 120px;
}

.spend-way__right .spend-way__wrapper:first-of-type,
.spend-way__right .spend-way__wrapper:nth-of-type(3) {
    margin-right: 100px;
}

.spend-way__right .spend-way__wrapper:nth-of-type(2) {
    margin-left: 120px;
}

@media only screen and (max-width:1100px) {
    .header,
    body {
        background-color: #fff;
    }
}

.delimiter {
    padding: 58px 0;
}

@media only screen and (max-width:1100px) {
    .delimiter {
        display: none;
    }
}

.delimiter-top {
    background: url("../themes/salamcredit_kz/assets/img/backgrounds/up-delim.svg");
    background-position: 50%;
}

.delimiter-bottom {
    background: url("../themes/salamcredit_kz/assets/img/backgrounds/bot-delim.svg");
    background-position: 50%;
}

.sect__why-we-terms {
    padding: 80px 0;
}

@media only screen and (max-width:460px) {
    .sect__why-we-terms {
        padding: 40px 0;
    }
}

@media only screen and (max-width:867px) {
    .sect__why-we-terms .sect-title {
        text-align: center;
        font-size: 22px;
    }
}

.sect__why-we-terms .sect-subtitle {
    font-size: 20px;
    margin-top: 25px;
}

@media only screen and (max-width:867px) {
    .sect__why-we-terms .sect-subtitle br.mb {
        display: none;
    }
}

@media only screen and (max-width:867px) {
    .sect__why-we-terms .sect-subtitle {
        text-align: center;
        font-size: 16px;
    }
}

.why-we-term {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width:867px) {
    .why-we-term {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.why-we-term:nth-of-type(2) {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width:867px) {
    .why-we-term:nth-of-type(2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 80px;
    }
}

@media only screen and (max-width:867px) {
    .why-we-term__img {
        width: 237px;
    }
}

@media only screen and (max-width:460px) {
    .why-we-term__img {
        width: 200px;
    }
}

.why-we-term__text-1 {
    margin-left: 48px;
}

.why-we-term__text-2 {
    margin-right: 30px;
}

@media only screen and (max-width:867px) {
    .why-we-term__text-1,
    .why-we-term__text-2 {
        margin: 0;
    }
}

.why-we-term__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 60px;
}

@media only screen and (max-width:867px) {
    .why-we-term__button {
        display: none;
    }
}

@media only screen and (max-width:460px) {
    .why-we-term__button {
        margin-top: 50px;
    }
}

.why-we-term__button-mobile {
    display: none;
}

@media only screen and (max-width:867px) {
    .why-we-term__button-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.why-we-term__button .btn {
    padding: 20px 60px;
}

@media only screen and (max-width:460px) {
    .why-we-term__button .btn {
        padding: 20px 33px;
    }
}

.sect__we-help {
    background: #fff;
    padding: 100px 0;
}

@media only screen and (max-width:1100px) {
    .sect__we-help {
        display: none;
    }
}

@media only screen and (max-width:867px) {
    .sect__we-help .sect-title {
        text-align: center;
    }
}

.we-help__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width:867px) {
    .we-help__row {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.we-help__row:nth-child(2) {
    margin-top: 70px;
}

@media only screen and (max-width:867px) {
    .we-help__col {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.we-help__col:last-child {
    margin-left: 34px;
}

@media only screen and (max-width:867px) {
    .we-help__col:last-child {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 30px 0 0;
    }
}

.we-help__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width:1100px) {
    .we-help__img {
        width: 300px;
    }
}

@media only screen and (max-width:867px) {
    .we-help__img {
        display: none;
    }
}

.we-help__img-mobile {
    display: none;
}

@media only screen and (max-width:867px) {
    .we-help__img-mobile {
        display: initial;
    }
}

.we-help__items {
    margin-top: 60px;
    max-width: 730px;
}

@media only screen and (max-width:867px) {
    .we-help__items {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 100%;
    }
}

@media only screen and (max-width:867px) {
    .we-help__items-controls {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.we-help__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width:1100px) {
    .we-help__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.we-help__item:nth-child(2) {
    margin-top: 45px;
}

@media only screen and (max-width:867px) {
    .we-help__item:nth-child(2) {
        margin: 0;
    }
}

.we-help__item-text {
    margin-left: 20px;
}

@media only screen and (max-width:1100px) {
    .we-help__item-text {
        margin: 20px 0 0;
    }
}

.we-help__item-icon {
    width: 80px;
    height: 80px;
}

.we-help__button {
    width: 334px;
}

.we-help__button .btn {
    width: 100%;
}

.we-help__note {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
}

@media only screen and (max-width:867px) {
    .we-help__note {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.we-help__note strong {
    display: block;
    margin-top: 10px;
    font-family: 'Jura SemiBold', Arial, sans-serif;
    color: #000;
}

@media only screen and (max-width:867px) {
    .we-help__note strong {
        margin-top: 0;
        margin-bottom: 10px;
    }
}

.sect__faq {
    padding: 80px 0;
}

@media only screen and (max-width:460px) {
    .sect__faq {
        padding: 40px 0;
    }
}

.faq {
    padding-top: 55px;
    background-position: right -112px top;
}

@media only screen and (max-width:1100px) {
    .faq {
        background: none;
    }
}

@media only screen and (max-width:374px) {
    .faq {
        padding-top: 30px;
    }
}

.faq__quest {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 105px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 0 90px;
    color: #202e3d;
    font: 18px 'Jura SemiBold', Arial, sans-serif;
    background: #fff;
    border-radius: 5px;
    line-height: 1.4;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

@media only screen and (max-width:1100px) {
    .faq__quest {
        padding-right: 50px;
        padding-left: 70px;
        background-position-x: 22px;
        font-size: 16px;
    }
}

@media only screen and (max-width:460px) {
    .faq__quest {
        padding-right: 25px;
        padding-left: 60px;
        -webkit-background-size: 20px 20px;
        background-size: 20px;
    }
}

.faq__quest:before {
    background: url("../themes/salamcredit_kz/assets/img/backgrounds/faq-arrow.svg") no-repeat 32px;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
}

@media only screen and (max-width:1100px) {
    .faq__quest:before {
        background-position-x: 24px;
    }
}

@media only screen and (max-width:460px) {
    .faq__quest:before {
        background-position-x: 18px;
        -webkit-background-size: 20px 20px;
        background-size: 20px;
    }
}

.faq__quest.active:before {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
}

.faq__quest-wrapper {
    padding: 15px 0;
    max-width: 770px;
}

@media only screen and (max-width:1100px) {
    .faq__quest-wrapper {
        max-width: 100%;
    }
}

.faq__answer {
    display: none;
    padding: 20px;
    background: #fff;
    margin-top: -5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    line-height: 1.4;
}

.sect__feedback {
    padding: 55px 0 50px;
    background-color: #fff;
}

@media only screen and (max-width:460px) {
    .sect__feedback {
        padding: 40px 0;
    }
}

.feedbacks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width:1100px) {
    .feedbacks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.feedbacks .sect-title {
    margin-bottom: 28px;
    font-size: 26px;
}

.feedbacks-slider {
    height: 550px;
}

.feedbacks-slider__row {
    position: relative;
}

@media only screen and (max-width:1100px) {
    .feedbacks-slider__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (max-width:1100px) {
    .feedbacks .slider-pagination {
        display: none;
    }
}

.feedbacks .slider-pagination__mobile {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 20px 0;
}

@media only screen and (max-width:1100px) {
    .feedbacks .slider-pagination__mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.feedbacks .slider-pagination__mobile .swiper-pagination-bullet {
    margin-bottom: 0;
    margin-right: 40px;
    width: 20px;
    height: 20px;
}

.feedbacks .slider-pagination__mobile .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.feedbacks .slider-pagination__mobile .swiper-pagination-bullet:before {
    width: 7px;
    height: 7px;
}

.feedbacks-facts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width:1100px) {
    .feedbacks-facts {
        margin-top: 40px;
    }
}

.feedbacks-facts .sect-title {
    margin: 0;
}

.feedbacks-facts__button .btn {
    padding: 18px 58px;
}

@media only screen and (max-width:460px) {
    .feedbacks-facts__button .btn {
        padding: 18px 40px;
        width: 100%;
    }
}

.feedbacks-facts__button .btn-with-arrow {
    font-size: 18px;
}

.fact {
    color: #202e3d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.fact__wrapper {
    padding: 20px 0;
}

.fact__number {
    font: 52px 'Jura Bold', Arial, sans-serif;
}

.fact__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 33px;
    font-size: 14px;
}

.fact__text strong {
    display: block;
    font: 20px 'Jura Bold', Arial, sans-serif;
    margin-bottom: 10px;
}

.feedback-slide {
    font-family: 'Jura Regular', Helvetica, sans-serif;
    background-color: #eff9fe;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    padding: 30px;
    color: #202e3d;
    height: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width:1100px) {
    .feedback-slide {
        height: 155px;
        padding-top: 20px;
    }
}

@media only screen and (max-width:460px) {
    .feedback-slide {
        padding-top: 15px;
    }
}

.feedback-slide__wrapper {
    padding: 15px 0;
}

.feedback-slide:before {
    z-index: 0;
    content: "";
    display: block;
    width: 50px;
    height: 100px;
    position: absolute;
    left: 0;
    background: url("../themes/salamcredit_kz/assets/img/backgrounds/feedback-back-icon.svg") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.feedback-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    z-index: 1;
}

@media only screen and (max-width:1100px) {
    .feedback-author {
        margin-bottom: 15px;
    }
}

.feedback-author__photo {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    overflow: hidden;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin-right: 20px;
    background-color: #c4c4c4;
}

.feedback-author__name {
    font: 18px 'Jura Bold', Arial, sans-serif;
    line-height: 21px;
}

.feedback-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    z-index: 1;
}

.feedback-rating {
    margin-top: 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.feedback-rating__label {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin-right: 7px;
}

.feedback-rating__stars {
    display: inline-block;
    height: 15px;
    background-repeat: repeat-x;
    background-position: 0;
    background-image: url("../themes/salamcredit_kz/assets/img/icons/svg/star.svg");
}

.feedback-rating__stars.rating-5 {
    width: 75px;
}

.feedback-rating__stars.rating-4 {
    width: 60px;
}

.feedback-rating__stars.rating-3 {
    width: 45px;
}

.feedback-rating__stars.rating-2 {
    width: 30px;
}

.feedback-rating__stars.rating-1 {
    width: 15px;
}

.sect__calc {
    padding: 80px 0;
}

@media only screen and (max-width:460px) {
    .sect__calc {
        padding: 40px 0;
    }
}

.sect__calc .sect-title {
    text-align: center;
    margin-bottom: 100px;
}

@media only screen and (max-width:1100px) {
    .sect__calc .sect-title {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width:867px) {
    .sect__calc .sect-title {
        font-size: 28px;
    }
    
    .hidden-md {
        display: none!important;
    }
}

@media only screen and (max-width:460px) {
    .sect__calc .sect-title {
        font-size: 22px;
    }
}

.sect__easy-money {
    padding: 80px 0;
}

.easy-moneys {
    position: relative;
}

.easy-moneys img.separator {
    display: none;
}

.easy-money {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 35px 20px 15px 25px;
    color: rgba(32, 46, 61, .5);
}

.easy-money__wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.easy-money__lightning {
    position: absolute;
}

.easy-money__lightning-wrapper img {
    width: 22px;
    height: auto;
}

.easy-money__lightning-wrapper img:first-of-type {
    left: 150px;
}

.easy-money__lightning-wrapper img:nth-of-type(2) {
    left: 172px;
}

.easy-money__lightning-wrapper img:nth-of-type(3) {
    left: 194px;
}

.easy-money__pic {
    max-height: 152px;
    width: auto;
}

.easy-money__content {
    margin-top: 20px;
}

.easy-money__header {
    font: 18px 'Jura Bold', Arial, sans-serif;
    color: #202e3d;
    line-height: 27px;
}

.easy-money__header a {
    color: #19bb4e;
    -webkit-text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-decoration-line: underline;
}

.easy-money__header a:hover {
    text-decoration: none;
}

.easy-money__text {
    margin-top: 15px;
    line-height: 24px;
}

.easy-money__time {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.easy-money__time img {
    width: 20px;
}

.easy-money__time span {
    margin-left: 10px;
    margin-top: 4px;
    font-size: 14px;
    color: #000;
}

.sect__seo {
    padding: 50px 0;
}

.sect__seo .sect-title {
    font-size: 38px;
    margin-bottom: 20px;
}

.sect__seo .sect-title,
.sect__seo strong {
    line-height: 1;
}

.sect__our-team {
    padding: 50px 0;
}

.sect__our-team .sect-title {
    margin-bottom: 75px;
}

.sect__our-team .sect-subtitle {
    margin-top: 10px;
    max-width: 100%;
    color: rgba(32, 46, 61, .5);
}

.team {
    text-align: center;
    width: 25%;
    margin-bottom: 33px;
}

.team__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.team img {
    width: 125px;
    margin-bottom: 16px;
}

.team__name {
    font-family: 'Jura Bold', Arial, sans-serif;
}

.form-block {
    position: relative;
    padding-top: 16px;
}

.form-block__img {
    top: 0;
    position: absolute;
    width: 1410px;
    height: 640px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
    background-image: url("../themes/salamcredit_kz/assets/img/backgrounds/promo.png");
}

.form-block__content {
    position: relative;
    z-index: 2;
}

@media only screen and (max-width:1100px) {
    .form-block__content--row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.form-block__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    margin-right: 50px;
}

.form-block__text:before {
    display: none;
    position: absolute;
    content: "";
    -webkit-background-size: contain;
    background-size: contain;
    width: 275px;
    height: 400px;
    z-index: -1;
    top: 70px;
    left: -webkit-calc(50% - 137.5px);
    left: calc(50% - 137.5px);
}

@media only screen and (max-width:1100px) {
    .form-block__text:before {
        display: block;
    }
}

.form-block .title {
    font-size: 30px;
    line-height: 47px;
    max-width: 500px;
    color: #202e3d;
    padding: 0;
    text-transform: uppercase;
}

@media only screen and (max-width:1100px) {
    .form-block .title {
        display: none;
    }
}

.form-block .title strong {
    color: #87C4E3;
}

.field-formconfirmation-amount,
.field-formconfirmation-amount label {
}

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

.amount-control-wrapper input {
    border-radius: 5px 0 0 5px;
    border-right: none;
    font-family: 'Jura SemiBold', Arial, sans-serif;
    background: #f9fbff;
}

.amount-control-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 28px;
    padding: 20px;
    background: #f9fbff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: all;
}

.amount-control-button:hover {
    background: #f9fbff;
}

.amount-control-button__up {
    border-radius: 0 5px 5px 0;
    border: 1px solid rgba(0, 0, 0, .2);
}

.amount-control-button__down {
    border-radius: 5px 0 0 5px;
    border-left: 1px solid rgba(0, 0, 0, .2);
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.form {
    background: #fff;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 30px rgba(0, 0, 0, .15);
    border-radius: 5px;
    padding: 50px 50px 25px;
    position: relative;
}

.form__wrapper {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 670px;
}

.form__wrapper .title {
    display: none;
}

.form-step {
    color: #202e3d;
}

.form-step__pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 5px 5px 0 0;
    height: 10px;
}

.form-step__page {
    width: 25%;
    background: #fff;
    border: 0.5px solid rgba(0, 0, 0, .2);
}

.form-step__page.active {
    background: #005792;
    -webkit-box-shadow: inset -2px -4px 4px rgba(0, 0, 0, .1), inset 2px 4px 15px hsla(0, 0%, 100%, .25), inset 2px 4px 4px hsla(0, 0%, 100%, .2);
    box-shadow: inset -2px -4px 4px rgba(0, 0, 0, .1), inset 2px 4px 15px hsla(0, 0%, 100%, .25), inset 2px 4px 4px hsla(0, 0%, 100%, .2);
    border: none;
}

.form-step__page:first-of-type {
    border-radius: 5px 0 0 0;
}

.form-step__page:last-of-type {
    border-radius: 0 5px 0 0;
}

.form-step__page_text {
    width: 25%;
    height: 25px;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    background: #fff;
    border: 0.5px solid rgba(0, 0, 0, .2);
}

.form-step__page_text.active {
    background: #005792;
    -webkit-box-shadow: inset -2px -4px 4px rgba(0, 0, 0, .1), inset 2px 4px 15px hsla(0, 0%, 100%, .25), inset 2px 4px 4px hsla(0, 0%, 100%, .2);
    box-shadow: inset -2px -4px 4px rgba(0, 0, 0, .1), inset 2px 4px 15px hsla(0, 0%, 100%, .25), inset 2px 4px 4px hsla(0, 0%, 100%, .2);
    border: none;
    color: #fff;
}

.form-step__page_text:first-of-type {
    border-radius: 5px 0 0 0;
}

.form-step__page_text:last-of-type {
    border-radius: 0 5px 0 0;
}

.form-step:nth-child(6) {
    display: block;
}

.form-step__count {
    display: block;
    text-align: right;
    color: #005792;
    font: 14px 'Jura Bold', Arial, sans-serif;
    margin-bottom: 13px;
}

.form-step__title {
    font: 24px 'Jura Bold', Arial, sans-serif;
    line-height: 26px;
    margin-bottom: 10px;
    color: #000;
}

@media only screen and (max-width:656px) {
    .form-step__title {
        display: none;
        text-align: center;
        font-size: 15px;
        line-height: 1.5;
    }
}

@media only screen and (max-width:374px) {
    .form-step__title {
        font-size: 12px;
    }
}

.form-step__title-mobile {
    display: none;
}

@media only screen and (max-width:656px) {
    .form-step__title-mobile {
        display: block;
    }
}

.form-step__subtitle {
    color: #87C4E3;
    font: 20px 'Jura SemiBold', Arial, sans-serif;
    margin-bottom: 30px;
}

.form-step__text {
    color: #929292;
    margin-bottom: 30px;
}

.warn-message {
    position: relative;
    padding: 20px;
    line-height: 1.8;
    font-size: 14px;
    color: #202e3d;
    margin-top: 30px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width:1100px) {
    .warn-message {
        width: 500px;
        margin: 20px auto;
    }
}

@media only screen and (max-width:656px) {
    .warn-message {
        width: 100%;
    }
}

.warn-message__text {
    width: 222px;
}

.fancybox-slide:before {
    display: none !important;
}

.sect__promo-result {
    -webkit-background-size: 75% 75%;
    background-size: 75%;
    background: #fff;
    padding: 0;
}

.sect__promo-result .form-block {
    min-height: auto;
    padding-top: 0;
}

.sect__promo-result .form-block__img {
    height: 100%;
}

.sect__promo-result .form-block__text {
    padding: 53px 115px;
    background: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .05), 15px 15px 20px rgba(0, 0, 0, .1), 1px 2px 0 rgba(154, 131, 0, .5), inset -2px -4px 4px rgba(0, 0, 0, .1), inset 2px 4px 15px hsla(0, 0%, 100%, .25), inset 2px 4px 4px hsla(0, 0%, 100%, .2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05), 15px 15px 20px rgba(0, 0, 0, .1), 1px 2px 0 rgba(154, 131, 0, .5), inset -2px -4px 4px rgba(0, 0, 0, .1), inset 2px 4px 15px hsla(0, 0%, 100%, .25), inset 2px 4px 4px hsla(0, 0%, 100%, .2);
    border-radius: 5px;
}

.sect__promo-result .form-block__text .title {
    font-size: 36px;
    line-height: 47px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid hsla(0, 0%, 76.9%, .5019607843137255);
}

.sect__promo-result .form-block__text-value {
    color: #005792;
    font: 24px 'Jura Bold', Arial, sans-serif;
}

.sect__promo-result .form-block__text-value span {
    font: 18px 'Jura Regular', Arial, sans-serif;
}

.sect__promo-result .promo-block__text {
    padding: 10px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    text-align: center;
    position: relative;
}

.sect__promo-result .promo-block__text .title {
    text-align: left;
    font-family: 'Jura Bold', Arial, sans-serif;
    color: #202e3d;
    font-size: 30px;
    line-height: 47px;
    padding-bottom: 15px;
    margin-bottom: 0;
    padding-top: 0;
    border: none;
}

.sect__promo-result .promo-block__text-value {
    color: #000;
    text-align: left;
}

.sect__promo-result .promo-block__text-value,
.sect__promo-result .promo-block__text-value span {
    font: 18px 'Jura Regular', Arial, sans-serif;
}

.sect__promo-result .promo-block__offer-counter {
    text-align: left;
    color: #000;
    font-family: 'Jura Bold', Arial, sans-serif;
    margin-top: 15px;
}

.sect__promo-result .promo-block__offer-counter strong#js-offer-counter {
    color: #005792;
}

.sect__promo-result .form-block__text-value,
.sect__promo-result .title {
    max-width: 100%;
    text-align: center;
}

.sect__promo-result .promo-block__text {
    max-width: 100%;
}

.sect__promo-result .form-block__text-value {
    margin-bottom: 0;
}

.sect__promo-result .your-offer__item {
    width: 20%;
    margin-bottom: 0;
}

.sect__promo-result .your-offer__privacy {
    margin-top: 25px;
}

.result {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .15);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    transition: all 0.17s ease-in-out;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.result .btn span {
    text-align: left;
}

.result:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.result-content {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px 20px 15px;
}

.result-content__block {
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font: 18px 'Jura Regular', Arial, sans-serif;
    color: #202e3d;
    line-height: 22px;
}

.result-content__block img {
    display: block;
    max-width: 120px;
    margin: 0 auto 10px;
    width: auto;
    height: 50px;
}

.result-content__block:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.result-content__label {
    line-height: 14px;
    color: #202e3d;
    margin-bottom: 10px;
}

.result-content__label,
.result-status {
    font: 12px 'Jura Bold', Arial, sans-serif;
    text-transform: uppercase;
}

.result-status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #009300;
    width: 100%;
    line-height: 1.5;
}

.result-status img {
    display: inline;
    margin: 0 0 2px 5px;
    width: 15px;
    height: auto;
}

.result__wrapper {
    margin-bottom: 45px;
}

.sect__result {
    position: relative;
    z-index: 2;
    padding: 15px 0 30px;
    background: #fff;
}

.shopwindow-o .sect__promo-result .promo-block__text-value {
    color: #000;
}

.shopwindow-o .sect__promo-result .promo-block__text-value.js-offer-timer {
    display: none;
    margin-top: 10px;
    font-family: 'Jura Bold', Arial, sans-serif;
}

@media only screen and (max-width:1100px) {
    .shopwindow-o .sect__promo-result .promo-block__text-value.js-offer-timer {
        display: block;
    }
}

.shopwindow-o .sect__promo-result .promo-block__text-value.js-offer-timer strong {
    color: #87C4E3;
}

#window-o-offers .result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .15);
}

#window-o-offers .result__wrapper {
    padding: 15px 10px;
    margin-bottom: 10px;
}

#window-o-offers .result-status {
    font-size: 10px;
    line-height: 1.5;
    position: absolute;
    top: -22px;
    padding: 5px 10px 2px;
    color: #319300;
    font-family: Circe-ExtraBold, Arial, sans-serif;
    background: #fff;
    border-radius: 5px;
    width: auto;
    z-index: -1;
    border: 1px solid #319300;
}

#window-o-offers .result__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid rgba(83, 83, 83, .5);
}

#window-o-offers .result__img img {
    height: 46px;
    width: auto;
    margin-bottom: 0;
}

#window-o-offers .result-content {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#window-o-offers .result-content__block {
    position: relative;
    border: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
}

#window-o-offers .result-content__block-amount {
    font-size: 26px;
    font-family: 'Jura Bold', Arial, sans-serif;
}

#window-o-offers .result-btn-wrapper {
    margin-top: 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#window-o-offers .result .btn {
    width: 100%;
    padding: 12px 22px;
}

#window-o-offers .result .btn:before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#window-o-offers .result .btn-with-arrow {
    font-size: 18px;
}

#window-o-offers .result .btn-lg {
    background-color: #4cc111;
}

#window-o-offers .result .btn-lg:before {
    background: #319300;
}

@media only screen and (max-width:1599px) {
    .card-link {
        width: 33.3333%;
    }
}

@media only screen and (max-width:1380px) {
    .easy-moneys:after {
        display: none;
    }
}

@media only screen and (max-width:1259px) {
    #window-o-offers .result__wrapper {
        width: 33.3333333%;
    }
}

@media only screen and (max-width:1136px) {
    .benefits_note {
        margin: 30px 0;
    }
    .benefits__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .benefits__block-info {
        width: 100%;
    }
    .benefits__block-tiles {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 35px;
    }
    .benefits__block-tiles__column {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0;
    }
    .benefit__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .team__wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width:1049px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    .title {
        margin-bottom: 35px;
        font-size: 40px;
        line-height: 44px;
    }
    .promo-block__img {
        right: 25px;
    }
    .col-gutters {
        padding-left: 15px;
        padding-right: 15px;
    }
    .row-gutters {
        margin-left: -15px;
        margin-right: -15px;
    }
    .card-link {
        padding-left: 25px;
        padding-right: 25px;
    }
    .offer__wrapper {
        width: 50%;
    }
    .offer__content {
        padding: 25px;
    }
    .about-us__card {
        font-size: 16px;
    }
    .about-us__card--wrapper {
        width: 50%;
    }
    .about-us__card--value {
        font-size: 45px;
        line-height: 50px;
    }
    .easy-money__wrapper,
    .get-way__wrapper {
        width: 50%;
    }
    .easy-moneys__row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .easy-moneys img.separator {
        display: none;
    }
    .easy-money {
        width: 100%;
    }
    .easy-money__step-num {
        width: 20px;
        height: 20px;
    }
    .form-block__content--row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sect__promo-result .promo-block__text {
        padding: 30px 0;
    }
    .sect__promo-result .promo-block__text .title {
        font-size: 32px;
        line-height: 1.3;
    }
    .sect__promo-result .promo-block__text-value span {
        font-size: 16px;
    }
    .form-block {
        padding-top: 20px;
    }
    .form-block__img {
        height: 460px;
    }
    .form-block__text {
        width: 100%;
        margin-right: 0;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }
    .form-block__text .title,
    .form-block__text-value {
        display: none;
    }
    .form-block .title {
        max-width: 100%;
        font-size: 26px;
        line-height: 34px;
    }
    .form-block__text {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .form__wrapper {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }
    .form__wrapper .title {
        display: block;
        margin-bottom: 22px;
    }
    .result__wrapper {
        padding-left: 12.5px;
        padding-right: 12.5px;
        margin-bottom: 35px;
        width: 50%;
    }
    .results__row {
        margin-left: -12.5px;
        margin-right: -12.5px;
    }
    .sect__promo-result .form-block__text-value,
    .sect__promo-result .title {
        display: block;
    }
    .sect__promo-result .your-offer__item {
        width: 33.3333%;
        margin-bottom: 25px;
    }
    .sect__promo-result .your-offer__privacy {
        margin-top: 0;
    }
    .sect__about-service .sect-title {
        margin-bottom: 40px;
    }
    .about-service {
        padding: 30px 46px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .about-service__img {
        display: none;
    }
    .about-service__text {
        margin: 0;
        padding: 0;
    }
    .about-service__text--block {
        margin-bottom: 20px;
    }
    .about-service__text--block:last-of-type {
        margin-bottom: 40px;
    }
    .about-service a.btn {
        width: 100%;
    }
}

@media only screen and (max-width:1023px) {
    #window-o-offers .result__wrapper {
        width: 50%;
    }
    .sect__result {
        padding-top: 0;
    }
}

@media only screen and (max-width:767px) {
    body {
        font-size: 14px;
        line-height: 16px;
    }
    .worktime strong {
        display: none;
    }
    .promo-block__img {
        width: 120px;
        right: 25px;
    }
    .promo-block__subtitle {
        display: none;
    }
    .title {
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 30px;
    }
    .get-way img {
        width: 100px;
    }
    .sect__advantages {
        padding-top: 0;
    }
    .sect__advantages .calculator {
        margin-top: -300px;
    }
    .advantage__wrapper {
        width: 50%;
        margin-bottom: 30px;
    }
    .card-link {
        width: 50%;
    }
    .offer__wrapper {
        width: 100%;
    }
    .offer__wrapper:last-child {
        padding-bottom: 0;
    }
    .offer__content {
        position: relative;
        padding-right: 20px;
    }
    .offer__content:before {
        content: attr(data-offer-counter);
        position: absolute;
        right: 25px;
        bottom: -20px;
        font: 70px 'Jura Bold', Arial, sans-serif;
        line-height: 1;
        display: block;
        color: #3badf5;
        opacity: 0.2;
    }
    .get-ways_note {
        margin-top: 25px;
        padding: 0;
    }
    .sect__about-service .sect-title {
        margin-bottom: 20px;
    }
    .about-service {
        padding-left: 20px;
        padding-right: 20px;
    }
    .about-service__text--block:last-of-type {
        margin-bottom: 20px;
    }
    .sect__promo-result .promo-block__text {
        padding: 0;
    }
    .sect__promo-result .promo-block__text .title {
        font-size: 21px;
        line-height: 30px;
    }
    .sect__promo-result .promo-block__text .title br {
        display: none;
    }
    .sect__promo-result .promo-block__text-value {
        font-size: 18px;
        padding: 0;
    }
    .sect__promo-result .promo-block__text-value span {
        display: none;
    }
}

@media only screen and (max-width:620px) {
    .header {
        padding: 10px 0;
    }
    .title br {
        display: initial !important;
    }
    .form {
        width: 100%;
    }
    .form-promo-text {
        font-size: 18px;
        text-decoration: underline;
    }
    .form-input::-webkit-input-placeholder {
        font-size: 12px;
    }
    .form-input::-moz-placeholder {
        font-size: 12px;
    }
    .form-input:-ms-input-placeholder {
        font-size: 12px;
    }
    .form-input::placeholder {
        font-size: 12px;
    }
    .form-checkbox {
        font-size: 12px;
        line-height: 1.5;
    }
    .form-label {
        font-size: 12px;
    }
    .form__wrapper {
        padding: 0;
    }
    .benefits .btn {
        width: 100%;
    }
    .benefits__block {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .benefits__block-tiles__column {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
    .sect__easy-money {
        padding-top: 37px;
    }
    .sect__advantages {
        padding-bottom: 20px;
    }
    .sect__advantages-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .sect__advantages-content .google-block {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-top: 22px;
    }
    .advantages {
        margin-top: 40px;
    }
    .advantage__wrapper {
        margin-bottom: 55px;
    }
    .advantage__ic {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }
    .google-block {
        height: 100px;
        padding: 15px;
    }
    .google-block img {
        max-width: 260px;
    }
    .card-link {
        padding: 25px;
    }
    .card-link__title {
        font-size: 14px;
        line-height: 18px;
    }
    .card-link__permalink {
        font-size: 12px;
        white-space: nowrap;
        padding-right: 20px;
    }
    .card-link__permalink:before {
        border-width: 4px 0 4px 8px;
        margin-top: -3px;
    }
    .sect__offers {
        padding: 62px 0;
    }
    .btn-radius-bottom {
        border-radius: 5px;
    }
    .sect__about-us {
        padding: 25px 0 60px;
    }
    .about-us__card {
        font-size: 20px;
    }
    .about-us__card--value {
        font-size: 40px;
        line-height: 53px;
        margin-bottom: 10px;
    }
    .about-us__card--wrapper {
        width: 100%;
    }
    .about-us__card--wrapper:last-child {
        padding-bottom: 0;
    }
    .sect__calculation {
        padding: 50px 0;
    }
    .sect__benefits,
    .sect__clients,
    .sect__get-ways {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .sect__benefits .google-block,
    .sect__clients .google-block,
    .sect__get-ways .google-block {
        margin-bottom: 60px;
    }
    .get-way div>div {
        font-size: 22px;
    }
    .benefit__wrapper,
    .easy-money__wrapper,
    .get-way__wrapper {
        width: 100%;
    }
    .benefit__wrapper:last-child,
    .easy-money__wrapper:last-child,
    .get-way__wrapper:last-child {
        padding-bottom: 0;
    }
    .feedbacks-slider .swiper-slide {
        width: auto;
    }
    .footer {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .footer .btn {
        display: block;
    }
    .footer .phone-link {
        display: none;
    }
    .footer .logo img {
        max-width: 140px;
    }
    .footer .logo-mobile {
        display: inline-block;
    }
    .footer .logo-mobile img {
        max-width: 150px;
    }
    .footer-top {
        margin-bottom: 55px;
    }
    .footer-content__title {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 20px;
    }
    .footer-content__block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 12px;
        line-height: 15px;
        margin-left: 0;
        margin-right: 0;
    }
    .footer-content__block:before {
        left: 0;
        right: 0;
    }
    .footer-content__block h3 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 20px;
    }
    .footer-content__block--part {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .footer-content__block--part:last-child {
        margin-bottom: 0;
    }
    .footer-inside-page {
        border-top: none;
    }
    .footer-inside-page .footer-top {
        display: 1 0 100%;
        margin-bottom: 37px;
        border-bottom: none;
    }
    .footer-inside-page .footer-content {
        border-top: none;
        padding-top: 0;
    }
    .form {
        padding: 28px 15px;
    }
    .form-step__count {
        margin-bottom: 0;
    }
    .form-step__subtitle {
        display: none;
    }
    .form-step__text {
        font: 16px 'Jura Bold', Arial, sans-serif;
        line-height: 19px;
        color: #040404;
        margin-bottom: 29px;
        max-width: 200px;
    }
    .your-offer__content {
        padding: 16px 10px;
    }
    .your-offer__content--title {
        text-align: center;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 19px;
    }
    .your-offer__items {
        margin-left: -4px;
        margin-right: -4px;
    }
    .your-offer__item {
        width: 50%;
        padding-left: 4px;
        padding-right: 4px;
    }
    .your-offer__item,
    .your-offer__item:nth-child(4) {
        margin-bottom: 19px;
    }
    .your-offer__item:last-child {
        display: none;
    }
    .your-offer__item--ic {
        margin-right: 10px;
    }
    .your-offer__item--content {
        font-size: 12px;
    }
    .your-offer__item--content b,
    .your-offer__item--content strong {
        font-size: 14px;
    }
    .your-offer__privacy {
        margin-top: 0;
    }
    #window-o-offers .result-content {
        margin-bottom: 0;
    }
    #window-o-offers .result-content__block:first-of-type {
        font-size: 16px;
    }
    .result {
        padding: 20px 15px 15px;
    }
    .result-content {
        padding: 0;
        margin-bottom: 10px;
    }
    .result-content__block {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 16px;
        font-size: 14px;
    }
    .result-status {
        font-size: 10px;
    }
    .result-status img {
        width: 11.622px;
        margin-left: 2px;
        margin-bottom: 4px;
    }
    .result img {
        max-width: 110px;
    }
    .result .btn {
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .result .btn span {
        padding-right: 0;
    }
    .result .btn span:before {
        display: none;
    }
    .sect__promo-result {
        padding: 28px 0;
    }
    .sect__promo-result .your-offer__item {
        width: 50%;
        margin-bottom: 19px;
    }
    .sect__promo-result .form-block__img {
        height: 460px;
    }
    .sect__promo-result .form-block__text,
    .sect__result {
        margin-top: 0;
    }
    .team {
        width: 50%;
    }
    .sect__our-team {
        padding: 30px 0 0;
    }
}

@media only screen and (max-width:450px) {
    .header .logo img {
        height: 45px;
    }
    .title {
        font-size: 28px;
        line-height: 28px;
    }
    .title strong {
        font-size: 34px;
    }
    .result__wrapper {
        padding: 5px;
        margin-bottom: 20px;
    }
    .result__wrapper .btn span {
        text-align: center;
    }
    #window-o-offers .result__wrapper {
        width: 100%;
    }
    #window-o-offers .result-btn-wrapper .btn {
        padding: 15px 20px;
    }
    .results__row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .team img {
        width: 90px;
    }
    .form-promo-text {
        font-size: 14px;
    }
    .form-notice {
        font-size: 12px;
    }
    .form-input {
        font-size: 14px;
        padding: 15px 5px;
    }
    .sect__promo-result .promo-block__offer-counter {
        text-align: center;
        font-size: 16px;
    }
    .sect__promo-result .promo-block__text {
        padding: 0;
    }
    .sect__promo-result .promo-block__text .title {
        padding-bottom: 7px;
        margin-bottom: 7px;
        font-size: 15px;
        line-height: 21px;
        text-align: center;
    }
    .sect__promo-result .promo-block__text-value {
        text-align: center;
        font-size: 13px;
    }
    .amount-control-button {
        font-size: 21px;
        padding: 10px 15px;
    }
    .form__wrapper .title {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    .form-group .help-block {
        font-size: 9px;
        margin-top: 1px;
        line-height: 13px;
    }
    .sect__promo-result .promo-block__text-value.js-offer-timer {
        font-size: 16px;
    }
}

@media only screen and (max-width:376px) {
    .form__wrapper .title {
        font-size: 18px;
    }
}

@media only screen and (max-width:359px) {
    .title {
        font-size: 23px;
        line-height: 27px;
        margin-bottom: 15px;
    }
    .title strong {
        font-size: 26px;
    }
    .sect__promo-result .promo-block__text .title {
        font-size: 12px;
    }
    .get-way__way {
        font-size: 18px;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .offer__content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .feedback-slide {
        padding: 15px;
    }
    .your-offer__item--ic {
        width: 35px;
        height: 35px;
        margin-right: 7px;
    }
    .result__wrapper {
        width: 100%;
    }
    .form {
        padding: 28px 22px;
    }
    .form-promo-text {
        font-size: 13px;
    }
    .form-label {
        font-size: 12px;
    }
    .form-group {
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 13px;
    }
    .form-input {
        padding: 10px 5px;
        font-size: 12px;
    }
    .form-block {
        padding-top: 15px;
    }
    .form__wrapper .title {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .form-step__text {
        margin-bottom: 20px;
    }
}

body.fancybox-active {
    overflow: hidden
}

body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion
}

.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    transform: translateZ(0);
    -webkit-transform: translateZ(0)
}

.fancybox-is-closing .fancybox-stage {
    overflow: visible
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide>base,
.fancybox-slide>link,
.fancybox-slide>meta,
.fancybox-slide>script,
.fancybox-slide>style,
.fancybox-slide>title {
    display: none
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}

.fancybox-error,
.fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px
}

.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, .6);
    transition: color .3s ease;
    cursor: pointer;
    outline: none
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff
}

.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: .6
}

.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--zoom svg path {
    fill: transparent
}

.fancybox-navigation {
    display: none
}

.fancybox-show-nav .fancybox-navigation {
    display: block
}

.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: transparent;
    width: 60px;
    height: 100px;
    padding: 17px
}

.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, .6)
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: "Г—";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -40px
}

.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: transparent
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
    position: relative
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-slide>.fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, .4);
    border-top: 6px solid hsla(0, 0%, 100%, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999
}

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

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

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%
}

.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px;
    font-size: 33px;
    font-weight: 700;
    text-align: center
}

.fancybox-share p {
    margin: 0;
    padding: 0;
    text-align: center
}

.fancybox-share p:first-of-type {
    margin-right: -10px
}

.fancybox-share_button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 10px 20px;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
    background: #fff;
    white-space: nowrap;
    font-size: 16px;
    line-height: 23px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 140px;
    color: #707070;
    transition: all .2s
}

.fancybox-share_button:focus,
.fancybox-share_button:hover {
    text-decoration: none;
    color: #333;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3)
}

.fancybox-share_button svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom
}

.fancybox-share input {
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0 0;
    padding: 10px 15px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    background: #ebebeb;
    color: #5d5b5b;
    font-size: 14px;
    outline: none
}

.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap
}

.fancybox-thumbs-x>ul {
    overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-thumbs>ul>li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs>ul>li {
        max-width: calc(100% - 10px)
    }
}

.suggestions-nowrap {
    white-space: nowrap
}

.suggestions-input {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.suggestions-input::-ms-clear {
    display: none
}

.suggestions-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: top;
    min-height: 1px;
    -webkit-text-size-adjust: 100%
}

.suggestions-addon {
    display: none;
    opacity: 0;
    position: absolute
}

.suggestions-addon[data-addon-type="spinner"] {
    background: rgba(255, 255, 255, 0.75) url("data:image/gif;base64,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") 50% 50% no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.suggestions-addon[data-addon-type="clear"] {
    background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=") 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
    opacity: 0.8
}

.suggestions-addon[data-addon-type="clear"] {
    max-width: 26px;
    transform: translateX(15px)
}

.suggestions-addon[data-addon-type="clear"]:hover {
    opacity: 1
}

.suggestions-suggestions {
    background: #fff;
    border: 1px solid #999;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    z-index: 9999;
    -webkit-text-size-adjust: 100%
}

.suggestions-suggestions strong {
    font-weight: normal;
    color: #39F
}

.suggestions-suggestions.suggestions-mobile {
    border-style: none
}

.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
    border-bottom: 1px solid #ddd
}

.suggestions-suggestion {
    padding: 4px 4px;
    overflow: hidden
}

.suggestions-suggestion:hover {
    background: #f7f7f7
}

.suggestions-selected {
    background: #f0f0f0
}

.suggestions-selected:hover {
    background: #f0f0f0
}

.suggestions-hint {
    padding: 4px 4px;
    white-space: nowrap;
    overflow: hidden;
    color: #777;
    font-size: 85%
}

.suggestions-constraints {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important
}

.suggestions-constraints:empty {
    display: none !important
}

.suggestions-constraints li {
    background: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: default;
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0 0.5em
}

.suggestions-constraints li .suggestions-remove {
    height: 1em;
    width: 1em;
    display: inline-block;
    margin: 0 0 0 0.25em;
    background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=") 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
    opacity: 0.8
}

.suggestions-constraints li .suggestions-remove:hover {
    opacity: 1
}

.suggestions-constraints li span {
    vertical-align: middle
}

.suggestions-subtext {
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.suggestions-subtext_inline {
    display: inline-block;
    min-width: 6em;
    vertical-align: bottom;
    margin: 0 0.5em 0 0
}

.suggestions-subtext-delimiter {
    display: inline-block;
    width: 2px
}

.suggestions-subtext_label {
    margin: 0 0 0 0.25em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 3px;
    background: #f5f5f5;
    font-size: 85%
}

.suggestions-value[data-suggestion-status="LIQUIDATED"] {
    position: relative
}

.suggestions-value[data-suggestion-status="LIQUIDATED"]:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    content: ''
}

.hidden-sm {
    display: block;
}

.hidden-md {
    display: block;
}

.visible-sm {
    display: none;
}

.col-w-40 {
    width: 40%;
}

@media (max-width: 960px) {
    .info .col-w-50,
    .info .col-w-40 {
        width: 100%;
    }
    
    .info .col-w-40 .btn {
        width: 100%;
    }
}

@media (min-width:460px) {
    .hidden-sm {
        display: none;
    }
    
    .visible-sm {
        display: block;
    }
}

.select2-container .select2-selection {
    display: block;
    width: 100%;
    padding: 19px;
    text-align: left;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    font: 16px 'Jura Regular', Arial, sans-serif;
    color: #202e3d;
    height: 59px;
}

.select2-container .select2-selection:focus,
.select2-container .select2-selection:hover {
    border-color: #87C4E3;
}

.select2-container .select2-selection:focus::-webkit-input-placeholder {
    color: transparent;
}

.select2-container .select2-selection:focus::-moz-placeholder {
    color: transparent;
}

.select2-container .select2-selection:focus:-ms-input-placeholder {
    color: transparent;
}

.select2-container .select2-selection:focus::placeholder {
    color: transparent;
}

.select2-container .select2-selection::-webkit-input-placeholder {
    font: 1em 'Jura Regular', Arial, sans-serif;
    color: #7c7c7c;
}

.select2-container .select2-selection::-moz-placeholder {
    font: 1em 'Jura Regular', Arial, sans-serif;
    color: #7c7c7c;
}

.select2-container .select2-selection:-ms-input-placeholder {
    font: 1em 'Jura Regular', Arial, sans-serif;
    color: #7c7c7c;
}

.select2-container .select2-selection::placeholder {
    font: 1em 'Jura Regular', Arial, sans-serif;
    color: #7c7c7c;
}

.select2-selection__arrow {
    top: 30%!important;
    right: 12px!important;
}

@media only screen and (max-width:620px) {
    
    .select2-container .select2-selection::-webkit-input-placeholder {
        font-size: 12px;
    }
    .select2-container .select2-selection::-moz-placeholder {
        font-size: 12px;
    }
    .select2-container .select2-selection:-ms-input-placeholder {
        font-size: 12px;
    }
    .select2-container .select2-selection::placeholder {
        font-size: 12px;
    }
    
    .btn,
    .btn:before {
        font-size: 8px !important;
        padding: 5px 5px;
    }
    
}

@media only screen and (max-width:450px) {
    .select2-container .select2-selection {
        font-size: 14px;
        padding: 15px 5px;
        height: 50px;
    }
    
    .select2-selection__rendered {
        line-height: 18px!important;
    }
    
    .select2-selection__arrow {
        top: 25%!important;
        right: 12px!important;
    }
    
    .btn,
    .btn:before {
        height: 50px;
    }
}

@media only screen and (max-width:359px) {
    .select2-container .select2-selection {
        padding: 10px 5px;
        font-size: 14px;
        height: 40px;
    }
    
    .select2-selection__rendered {
        line-height: 18px!important;
    }
    
    .select2-selection__arrow {
        top: 15%!important;
        right: 12px!important;
    }
}

.footer-links {
    background-color: #EEC34A;
    margin: -35px auto 35px;
    padding: 30px 0;
    color: #333;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: bold;
    gap: 20px;
}

.footer-links a {
    color: #333;
    margin: auto;
}

.footer-links .logo a {
    margin-right: 0;
}

.footer-links ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin-top: 15px;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-between;
    align-items: center;
}

.footer-links ul li {
    margin: 10px;
}



.form-gradient {
    display: block;
    max-width: 90%;
    margin: 25px auto;
    padding: 40px;
    border-radius: 10px;
    background-color: #fff;
    border: solid 1px #000;
}

.form-gradient p {
    text-align: center;
    padding: 0 0 20px 0;
}

.form-gradient input[type=text],
.form-gradient input[type=email] {
    display: block;
    width: 100%;
    margin: 10px auto 20px;
    background-color: white;
    border: 1px solid gray;
    padding: 15px;
    border-radius: 10px;
    color: gray;
}

.form-gradient input[type=checkbox] {
    margin: 20px 10px 0 0;
}

.form-gradient label {
    display: inline-block;
    font-size: 0.8rem;
}

.form-gradient button{
      align-self: flex-start;
      background-color: #2B3034;
      box-sizing: border-box;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      border-radius: 10px;
      font-family: Montserrat, serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      height: 50px;
      letter-spacing: 1px;
      line-height: 14px;
      margin: 16px auto;
      outline-width: 0px;
      padding: 10px 50px 10px;
      position: relative;
      text-align: center;
      text-decoration-color: rgb(0, 0, 0);
      text-decoration-line: none;
      text-decoration-style: solid;
}

.form-gradient button:active,
.form-gradient button:hover {
    color: white;
    background-color: #FCD469;
}

.form-gradient span {
    font-size: 0.65rem;
}
body {
  background-color: #fff;
  font-family: Montserrat, sans-serif !important;
}
.footer {
  background-color: #000;
  font-family: Montserrat, sans-serif !important;
}
.header {
  background-color: #fff;
  padding: 5px 0;
}
input, .form-checkbox{
    font-family: Montserrat, sans-serif !important;
}
.logo img {
  height: 100px;
}
.worktime span, .worktime a{
    margin: 0 2px;
}
.header-menu {
    height: 24px;
    width: 24px;
    margin: 0 50px;
}
.promo-block .title, .promo-block .subtitle, .sect-title{
  font-family: Montserrat, sans-serif !important;
  font-weight: 700;
  font-size: 46px;
  color: #555555;
}

.promo-block .title strong, .promo-block .subtitle strong, .form-block .title strong {
    color: #e0790b !important;
}
.sect__promo{
    background-color: #efeaea;
    padding: 20px 0;
}
.feedbacks {
  align-items: center;
  justify-content: center;
}
.feedbacks-facts {
    align-items: center;
}
.cards-img{
    padding: 20px;
    display: flex;
}
.credit-cards-img{
    display: flex;
    justify-content: center;
}

.credit-cards-img img{
    max-height: 200px !important;
    max-width: 80vw !important;
    width: auto !important;
    height: auto !important;
}

.calculator-results__block--value {
    min-width: 90px;
}
.sect__why-we-terms {
    background-image: url(https://salamcredit.kz/themes/salamcredit_kz/assets/salamcredit/images/3.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left;
    background-size: cover;
}
.sect__why-we-terms .container{
    max-width: inherit;
}
.sect-title {
  text-align: center;
}
.why-we-term{
    background-color: #4354a1;
    border-radius: 10px;
}
.why-we-term__button {
  justify-content: center;
}
.form-block__text {
    margin-right: 0px !important;
}
.form-block__text .title {
  text-align: center;
  font-family: Montserrat, sans-serif !important;
  font-weight: 700;
}

#calculation {
  min-width: 600px;
  background: #efeaea;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, .1);
}
#calculation .calculator{
    padding: 25px 25px;
}
#calculation .calculator .calculator-results__row{
    padding: 0;
    margin: 0;
}
.calculator-results__row .btn{
    width: auto;
    padding: 15px 50px;
    border-radius: 10px;
}
.calculator-results{
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
}
.calculator-group__field-label{
    font-family: Montserrat, sans-serif;
    font-weight: 700;
}
.calculator-group__field-input{
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    margin-left: 10px;
    height: 40px;
}
.calculator-group__field-input, .calc-amount-control__button{
    background-color: #fff;
}
.calc-amount-control__button{
    width: 30px;
    font-size: 19px;
}
.calc-amount-control__button-up{
    border-radius: 0 5px 0 0;
}
.calc-amount-control__button-down{
    border-radius: 0 0 5px 0;
}
.subscription{
    background: #4354a1 !important;
}
.calculator-group__slider-range {
  height: 40px;
  border-radius: 5px;
  background-color: #f8f8f8;
}
.calculator-group__slider-range .ui-slider-range {
  top: 45%;
  border-radius: 0px;
  height: 10%;
  background: #ff9b40;
}
.calculator-group__slider-range .ui-slider-handle {
  margin: 0px -15px;
  background-color: #f29f54;
  border: 2px solid #fff;
}
.btn{
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}
.btn::before {
  background: #4354a1;
}
.form__wrapper {
  background: #efeaea;
  border-radius: 25px;
  border: 1px solid #ed8e29;
}
.form-anketa-1{
    background: none;
    border-radius: 25px;
}
.form-input {
  border-radius: 15px;
}
.form-step__title{
    text-align: center;
    font-family: Montserrat, sans-serif;
}
.delimiter {
  padding: 30px 0;
}
.delimiter-top-triangle {
    background: url("../themes/salamcredit_kz/assets/img/backgrounds/svgexport-7.svg");
    background-position: 77%;
    filter: invert(68%) sepia(77%) saturate(428%) hue-rotate(5deg) brightness(96%) contrast(104%);
}
.delimiter-bottom-triangle {
    background: url("../themes/salamcredit_kz/assets/img/backgrounds/svgexport-8.svg");
    background-position: 140%;
    filter: invert(68%) sepia(77%) saturate(428%) hue-rotate(5deg) brightness(96%) contrast(104%);
}

.why-we-terms {
  margin: 15px;
}

.why-we-terms .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.why-we-terms .column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #f9cfa1;
  margin: 15px;
  padding: 15px;
}

.why-we-terms .blue-column {
  height: 100px;
  margin: 25px 0;
}

.why-we-terms .green-column {
  height: 100px;
  margin: 25px 0;
  justify-content: left;
}
.why-we-terms p{
    font-size: 1.5625rem;
    font-weight: 700;
    margin: 30px auto;
    font-family: Montserrat, sans-serif !important;
    text-align: center;
    color: #ed8e29;
}
.why-we-term__text .sect-title{
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-transform: none;
}
.why-we-term__text-1, .why-we-term__text-2{
    display: flex;
    justify-content: left;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: baseline;
}
.why-we-term__text-1 .strong, .why-we-term__text-2 .strong{
    font-size: 1.125rem;
    font-weight: 700;
}
.why-we-term__img img{
    max-width: 100px;
    padding: 15px;
}
.social-network-subs{
    background-color: #efeaea;
}
.social-network-block{
    border: 1px solid #ed8e29;
    border-radius: 10px;
    padding: 30px 80px;
}
.partners-images{
    display: flex;
    justify-content: space-around;
}
.partners-block{
    margin: 30px 0;
}
.partners-block img{
    max-width: 150px;
}
.feedbacks.email-notifications{
    justify-content: right;
}
.email-notifications .feedbacks-facts{
    align-items: end;
}
.email-notifications .promo-block__text{
    text-align: center;
    margin: 20px 0;
}
.email-notifications .promo-block__text .title{
    font-size: 30px;
    text-decoration: underline;
}
.email-notifications .promo-block__text .subtitle{
    font-size: 24px;
}
.email-notifications #calculation {
    border-radius: 10px;
    margin-top: 0px;
    padding-right: 0px;
}
.email-notifications .feedbacks-facts .form{
    max-width: 600px;
}
.email-notifications .feedbacks-facts .calculator__pic{
    margin: 40px 0;
    filter: drop-shadow(3px 3px 50px #db6802);
}
.email-notifications .form-step__title{
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #ed8e29;
}
.email-notifications .btn::before{
    background-color: #ed8e29;
}
.email-notifications .btn:hover{
    background: linear-gradient(90deg, #ed8e29, #f0ac65);
}
.form-label{
    font-family: Montserrat, sans-serif;
}
.email-notifications .form-label, .email-notifications .form-checkbox{
    font-family: Montserrat, sans-serif;
    color: #fff;
}
.email-notifications .form-checkbox::before{
    background-color: #fff;
}
.email-notifications .form-checkbox__label input:checked + span::before{
    background-color: #ed8e29;
}
.slider-pagination {
  padding: 10px;
  margin-left: 20px !important;
}

.btn-xs::before {
  background: transparent !important;
}
.btn-xs {
  display: inline;
  color: #fff !important;
}
@media only screen and (max-width: 650px){
    #calculation {
      min-width: 400px;
    }
    .social-network-subs, .partners{
        display:none;
    }
}
@media only screen and (max-width: 460px){
    #calculation {
      min-width: 250px;
    }
    .why-we-term__img {
      width: 120px;
    }
    .cards-img{
        display:none;
    }
    .promo-block .title, .promo-block .subtitle, .sect-title {
      font-size: 32px;
    }
    .calc-amount-control__button-down, .calc-amount-control__button-up{
        border-radius: 0;
    }
    .calc-amount-control__button{
        width: 100%;
        font-size: 26px;
    }
    
}
@media only screen and (max-width: 800px){
    .feedbacks-facts{
        margin-top: 10px;
    }
    .promo-block__text .title{
      font-size: 30px;
        margin-bottom: 0px;
    }
    .promo-block__text .subtitle{
      font-size: 30px;
    }
    .promo-block .title strong {
      font-size: 31px !important;
    }
    .why-we-term__text .sect-title{
        font-size: 10px;
    }
    .why-we-term__img img{
        max-width: 60px;
    }
    .why-we-term{
        flex-direction: row;
    }
}
@media only screen and (max-width: 1100px){
    .credit-cards-img {
      display: none;
    }
    .sect__why-we-terms {
        background-image: url(https://salamcredit.kz/themes/salamcredit_kz/assets/salamcredit/images/55940161.svg);
        background-repeat: no-repeat, no-repeat;
        background-position: center;
        background-size: cover;
    }    
    
}
@media only screen and (max-width: 867px){
    .why-we-term__img {
      width: 120px;
    }
    .why-we-terms .column{
        border-width: 0px;
    }
    .why-we-term{
        flex-direction: row;
    }
    .promo-block .title strong {
      font-size: 47px;
    }
}

/**
 * Modal
 */
.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  width: 90%;
  max-width: 75rem;
  min-height: 20rem;
  padding: 1rem;
  border-radius: 3px;
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.modal .close-modal {
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 15px;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.modal .close-modal svg {
  width: 1.75em;
  height: 1.75em;
}
.modal .modal-content {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.modal.active {
  visibility: visible;
  opacity: 1;
}
.modal.active .modal-content {
  opacity: 1;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-flow: row;
}
.modal.active .close-modal {
  opacity: 1;
}
.modal-content-img img{
    max-width: 300px;
}
.modal-content-text{
    font-weight: 600;
}
.modal-content-text .title{
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    padding: 20px 0;
}
.modal-content-text .subtitle{
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    padding: 20px 0;
}
.modal-content-text .btn{
    width: 100%;
    border-radius: 50px;
}
.social-network-images{
    display: flex;
    justify-content: space-evenly;
}
.social-network-images img{
    max-width: 30px;
}
/**
 * Mobile styling
 */
@media only screen and (min-width: 40em) {
  .modal-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .modal-overlay.active {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 39.9375em) {
  h1 {
    font-size: 1.5rem;
  }

  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    transform: scale(1.1);
    padding: 0 !important;
  }

  .close-modal {
    right: 20px !important;
  }
}