@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

.noUi-tooltip,.noUi-value {
    text-align: center;
    white-space: nowrap
}

.noUi-target,.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box
}

.pulse{
    animation: pulse 0.6s linear infinite;
    display: inline-block;
}
[type="submit"]{
    cursor: pointer;
}
@keyframes pulse {
    0% {
        scale: 1;
    }
    50% {
        scale: 1.05;
    }
    100%{
        scale: 1;
    }
}
.noUi-target {
    position: relative;
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb
}

.noUi-base,.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connect,.noUi-handle,.noUi-marker,.noUi-origin,.noUi-pips,.noUi-tooltip,.noUi-value {
    position: absolute
}

.noUi-connects {
    overflow: hidden;
    z-index: 0;
    border-radius: 3px
}

.noUi-connect,.noUi-origin {
    will-change: transform;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat
}

.noUi-connect {
    height: 100%;
    width: 100%;
    background: #3fb8af
}

.noUi-origin {
    height: 10%;
    width: 10%
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin {
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit!important
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    top: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    backface-visibility: hidden;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb
}

.noUi-handle:after,.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled].noUi-handle,[disabled] .noUi-handle,[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,.noUi-pips * {
    box-sizing: border-box
}

.noUi-pips {
    color: #999
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    background: #ccc
}

.noUi-marker-large,.noUi-marker-sub {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    transform: translate(-50%,50%)
}

.noUi-rtl .noUi-value-horizontal {
    transform: translate(50%,50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    transform: translateY(-50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    transform: translateY(50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px
}

.noUi-horizontal .noUi-tooltip {
    transform: translate(-50%);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    transform: translateY(-50%);
    top: 50%;
    right: 120%
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
    transform: translate(50%);
    left: auto;
    bottom: 10px
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
    transform: translateY(-18px);
    top: auto;
    right: 28px
}

.swiper-slide,.swiper-wrapper {
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-container-android .swiper-slide,.swiper-pagination,.swiper-wrapper {
    transform: translateZ(0)
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px
}

.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 {
    flex-direction: column
}

.swiper-wrapper {
    z-index: 1;
    display: flex;
    box-sizing: content-box
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-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 {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(var(--swiper-navigation-size)*-1/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-scrollbar-cursor-drag,.swiper-slide-zoomed {
    cursor: move
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .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;
    line-height: 1
}

.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;
    transition: opacity .3s;
    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-container-cube,.swiper-container-flip {
    overflow: visible
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

.swiper-pagination-lock,.swiper-scrollbar-lock {
    display: none
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: 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%;
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s,top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,right .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%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: 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-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s linear infinite;
    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
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    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;
    backface-visibility: hidden
}

.fancybox-is-open .fancybox-stage,body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-container,.fancybox-thumbs,.fancybox-thumbs__list a {
    -webkit-tap-highlight-color: transparent
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.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: .9;
    transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s,visibility .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s,visibility;
    visibility: visible
}

.fancybox-slide,.fancybox-slide--image .fancybox-content {
    transition-property: transform,opacity;
    -webkit-backface-visibility: hidden
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-slide {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous {
    display: block
}

.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2),.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small,.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-image,.fancybox-slide--image .fancybox-content,.fancybox-spaceball {
    max-width: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    top: 0;
    left: 0
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5,0,.14,1);
    background: 0 0/100% 100% no-repeat;
    overflow: visible;
    padding: 0;
    position: absolute;
    transform-origin: top left;
    -moz-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    margin: 0;
    max-height: none;
    padding: 0;
    position: absolute;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,.fancybox-button:link,.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content,.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg,rgba(0,0,0,.85),rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid;
    border-color: #888 #888 #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.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 {
    opacity: 0;
    transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left:6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left:max(12px,env(safe-area-inset-left));
            padding-right: max(12px,env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: .2s;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    backface-visibility: hidden;
    background-color: rgba(0,0,0,.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .2s cubic-bezier(.25,.46,.45,.94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width:110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear,.select2-container .select2-search--inline {
    float: left
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear,.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container--classic .select2-results>.select2-results__options,.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    clip-path: inset(50%)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-results__option[aria-disabled=true],.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear,.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(180deg,#fff 50%,#eee);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(180deg,#eee 50%,#ccc);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(180deg,#fff 0,#eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(180deg,#eee 50%,#fff);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

@keyframes bounce {
    0%,20%,53%,80%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateZ(0)
    }

    40%,43% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-30px,0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-15px,0)
    }

    90% {
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    0%,to {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    0%,to {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25,.75,1)
    }

    40% {
        transform: scale3d(.75,1.25,1)
    }

    50% {
        transform: scale3d(1.15,.85,1)
    }

    65% {
        transform: scale3d(.95,1.05,1)
    }

    75% {
        transform: scale3d(1.05,.95,1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {
    0%,to {
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        transform: translate3d(10px,0,0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    0%,to {
        transform: scaleX(1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    0%,to {
        transform: translateZ(0)
    }

    15% {
        transform: translate3d(-25%,0,0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%,0,0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%,0,0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%,0,0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%,0,0) rotate(-1deg)
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {
    0%,11.1%,to {
        transform: translateZ(0)
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes heartBeat {
    0%,28%,70% {
        transform: scale(1)
    }

    14%,42% {
        transform: scale(1.3)
    }
}

.heartBeat {
    animation-name: heartBeat;
    animation-duration: 1.3s;
    animation-timing-function: ease-in-out
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    20% {
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    animation-duration: .75s;
    animation-name: bounceIn
}

.bounceIn,.bounceOut,.flipOutX {
    -webkit-animation-duration: .75s
}

@keyframes bounceInDown {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,25px,0)
    }

    75% {
        transform: translate3d(0,-10px,0)
    }

    90% {
        transform: translate3d(0,5px,0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px,0,0)
    }

    75% {
        transform: translate3d(-10px,0,0)
    }

    90% {
        transform: translate3d(5px,0,0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px,0,0)
    }

    75% {
        transform: translate3d(10px,0,0)
    }

    90% {
        transform: translate3d(-5px,0,0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    75% {
        transform: translate3d(0,10px,0)
    }

    90% {
        transform: translate3d(0,-5px,0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }
}

.bounceOut {
    animation-duration: .75s;
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    0% {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    backface-visibility: visible!important;
    animation-name: flipInX
}

.flipInX,.flipInY,.flipOutX {
    -webkit-backface-visibility: visible!important
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    backface-visibility: visible!important;
    animation-name: flipInY
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-duration: .75s;
    animation-name: flipOutX;
    backface-visibility: visible!important
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    animation-duration: .75s;
    backface-visibility: visible!important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg)
    }

    to {
        transform: translateZ(0)
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

.hinge {
    animation-duration: 2s;
    animation-name: hinge
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0) rotate(120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px,0,0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px,0,0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,100%,0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%,0,0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%,0,0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,-100%,0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.delay-1s {
    animation-delay: 1s
}

.animated.delay-2s {
    animation-delay: 2s
}

.animated.delay-3s {
    animation-delay: 3s
}

.animated.delay-4s {
    animation-delay: 4s
}

.animated.delay-5s {
    animation-delay: 5s
}

.animated.fast {
    animation-duration: .8s
}

.animated.faster {
    animation-duration: .5s
}

.animated.slow {
    animation-duration: 2s
}

.animated.slower {
    animation-duration: 3s
}

@media (prefers-reduced-motion:reduce) {
    .animated {
        animation-duration: 1ms!important;
        transition-duration: 1ms!important;
        animation-iteration-count: 1!important
    }
}

body {
    position: relative;
    min-width: 320px;
    height: 100%;
    font-size: 18px;
    line-height: 34px;
    color: #192122;
    background: #ec563b;
    font-weight: 500;
    font-family: 'Montserrat',sans-serif;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0
}

img {
    display: block;
    max-width: 100%
}

input[type=email],input[type=number],input[type=text] {
    -moz-appearance: none;
    appearance: none;
    outline: none
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

table {
    border-collapse: collapse;
    border-width: 0;
    padding: 0;
    margin: 0
}

html {
    height: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    scroll-behavior: smooth
}

input,textarea {
    color: #192122;
    font-family: 'Montserrat',sans-serif;
    border-radius: 0
}

button,input[type=button],input[type=submit] {
    cursor: pointer;
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    line-height: 34px
}

td,ul {
    margin: 0;
    padding: 0
}

ul {
    list-style: none
}

form {
    padding: 0;
    margin: 0
}

a {
    color: #192122;
    transition: all .3s ease-in;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

a,button,div,span {
    outline: none!important
}

button,input[type=button],input[type=submit] {
    -webkit-appearance: none;
    outline: none
}

* {
    box-sizing: border-box
}

:after,:before {
    box-sizing: border-box
}

input::-moz-placeholder,textarea::-moz-placeholder {
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

input::-moz-placeholder, textarea::-moz-placeholder {
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

input::placeholder,textarea::placeholder {
    transition: opacity .2s ease-out
}

input:focus::-moz-placeholder,textarea:focus::-moz-placeholder {
    opacity: 0
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    opacity: 0
}

input:focus::placeholder,textarea:focus::placeholder {
    opacity: 0
}

.footer a{
    color: white;
}
.footer {
    background: linear-gradient(280.06deg,#ee864d -6.58%,#eb553a 86.87%) , #eb533a;
    padding: 20px 0 80px;
    color: white;
}

.footer .wrapper {
    max-width: 1310px
}

.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -10px
}

.footer-calculator {
    background-image: url(img/bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 108px
}

.footer-main {
    padding: 13px 0
}

.footer-btns {
    justify-content: space-between;
    max-width: 872px;
    width: 100%
}

.footer-btn,.footer-btns {
    display: flex;
    align-items: center
}

.footer-btn {
    justify-content: flex-start;
    font-size: 14px;
    line-height: 17px;
    margin-left: 15px;
    transition: all .3s ease-in
}

.footer-btn:hover {
    text-decoration: underline
}

.footer-btn .icon {
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer-main-bottom,.footer-main-top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer-main-bottom {
    margin: 18px 0
}

.footer-main-bottom p {
    font-size: 14px;
    line-height: 17px;
}

.footer-list {
    display: flex;
    justify-content: flex-end
}

.footer-list-item {
    margin-left: 42px
}

.footer-list-item a {
    font-size: 14px;
    line-height: 17px;
    transition: all .3s ease-in;
    border-bottom: 1px solid transparent
}

.footer-list-item:first-child {
    margin-left: 15px
}

.footer-subtitle {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px
}

.footer-bottom {
    padding-top: 22px
}

.footer-bottom-text p {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 25px
}

@media (max-width: 992px) {
    .footer-logo {
        margin-left:-26px
    }

    .footer-main-top {
        flex-direction: column
    }

    .footer-btns {
        margin: 40px 0 0
    }

    .footer-btn:first-child {
        margin-left: 0
    }
}

@media (max-width: 768px) {
    .footer {
        padding-bottom:50px
    }

    .footer-btns {
        flex-direction: column
    }

    .footer-btn {
        margin: 0 0 20px
    }

    .footer-main-bottom {
        flex-direction: column;
        margin: 0
    }

    .footer-main-bottom p {
        order: 2
    }

    .footer-nav {
        order: 1;
        margin: 10px 0 28px
    }

    .footer-list {
        flex-direction: column
    }

    .footer-list-item {
        margin-left: 0;
        text-align: center;
        margin-bottom: 5px
    }

    .footer-list-item:first-child {
        margin-left: 0
    }

    .footer-bottom-text p {
        margin-bottom: 10px
    }

    .footer-bottom {
        padding-top: 27px
    }

    .footer-subtitle {
        margin-top: 20px
    }
}

@media (max-width: 768px) {
    .footer-calculator {
        background:none;
        padding: 20px 0 27px
    }

    .footer-calculator .wrapper {
        padding: 0 10px
    }

    .footer-calculator .calculatorMain {
        padding-bottom: 30px;
        border-radius: 25px
    }
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 0 20px;
    z-index: 3
}

.header .wrapper {
    max-width: 1330px
}

.header .logo {
    max-width: 140px;
    width: 100%
}

.header-content,.header .logo {
    display: flex
}

.header-content {
    justify-content: space-between;
    align-items: center
}

.header-btn {
    display: flex;
    width: 100%;
    margin-left: 20px
}

.header-btn .default-btn {
    padding: 18px 25px 16px
}

.header-btn.login {
    max-width: 97px;
    margin-left: 30px
}

.header-navigation {
    margin-left: 20px
}

.header-navigation__list {
    justify-content: center;
    align-items: center
}

.header-navigation__item,.header-navigation__list {
    display: flex
}

.header-navigation__item {
    margin: 0 20px
}

.header-navigation__item a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    transition: all .3s ease-in;
    border-bottom: 1px solid transparent;
    color: white;
}

.header-navigation__item a:hover {
    border-color: #192122
}

.header-menu__button,.header-mobile__menu {
    display: none
}

.header-button__menu {
    display: none;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 11
}

.header-line {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #192122;
    left: calc(50% - 10px);
    transition: all .3s ease-in
}

.header-line1 {
    top: 9px
}

.header-line2 {
    top: 14px
}

.header-line3 {
    top: 19px
}

.header .adaptive {
    display: none
}

@media (max-width: 1240px) {
    .header .logo {
        max-width:155px
    }

    .header-navigation {
        margin-left: 0
    }

    .header-navigation__item {
        margin: 0 10px
    }
}

@media (max-width: 992px) {
    .header .adaptive {
        display:flex
    }

    .header .desktop {
        display: none
    }

    .header .wrapper {
        padding: 0 30px 0 27px
    }

    .header-navigation {
        display: none
    }

    .header-navigation__list {
        flex-direction: column;
        align-items: center
    }

    .header-navigation__item {
        margin: 0 0 20px
    }

    .header-navigation__item a {
        font-size: 14px;
        line-height: 18px
    }

    .header-navigation__item:last-child {
        margin-bottom: 0
    }

    .header-block {
        margin-left: 0
    }

    .header-button__menu {
        display: flex;
        margin-right: 28px
    }

    .header .header-info {
        display: none
    }

    .header-mobile__menu {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100vw;
        z-index: 10;
        display: flex;
        pointer-events: none
    }

    .header-mobile__menu .header-navigation {
        display: block;
        margin-top: 31px
    }

    .header-mobile__menu .logo img {
        margin-left: -8px
    }

    .header-mobile__block {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-height: 100vh;
        overflow-y: auto;
        transform: translateY(-100%);
        transition: all .3s ease-in;
        padding: 20px 40px 60px;
        background: radial-gradient(100% 100% at 50% 45.06%,#ffd14f 0,#ffc138 100%);
        border-radius: 0 0 25px 25px;
        display: flex;
        flex-direction: column
    }

    .header .logo {
        margin: 0 auto
    }

    .header .login {
        max-width: -moz-max-content;
        max-width: max-content
    }

    .header .login-btn {
        justify-content: center;
        align-items: center
    }
}

@media (max-width: 768px) {
    .header {
        padding:20px 0
    }

    .header-btn .default-btn {
        padding: 13px 20px 11px
    }
}

@media (max-width: 480px) {
    .header .logo {
        max-width:140px
    }

    .header-btn.signUp {
        max-width: 138px
    }
}

@media (max-width: 992px) {
    .openMenu {
        overflow:hidden
    }

    .openMenu .header-line {
        top: 50%
    }

    .openMenu .header-line2 {
        opacity: 0
    }

    .openMenu .header-line1 {
        transform: rotate(-45deg)
    }

    .openMenu .header-line3 {
        transform: rotate(45deg)
    }

    .openMenu .header-mobile__menu {
        pointer-events: all;
        background: rgba(0,0,0,.5)
    }

    .openMenu .header-mobile__block {
        transform: translateY(0)
    }
}

.fancybox-content {
    background: transparent;
    padding: 0
}

.fancybox-slide--html .fancybox-close-small {
    top: 40px;
    right: 17px;
    display: none
}

.fancybox-is-open .fancybox-bg {
    background: rgba(0,0,0,.5)
}

.modal {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    display: none
}

.modal-main {
    position: relative;
    background: #fff;
    border-radius: 25px;
    padding: 50px 60px 60px
}

.modal .close-modal__btn {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 4
}

.modal-title {
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    color: #192122;
    margin-bottom: 30px
}

.modal-text {
    font-size: 14px;
    line-height: 24px;
    color: rgba(25,33,34,.5);
    text-align: center
}

.modal-content {
    overflow: hidden
}

.modal-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px
}

.modal-btns .modal-btn {
    width: calc(50% - 10px);
    text-align: center
}

.modal-personalDataProcessing .default-btn {
    max-width: 148px;
    border-radius: 15px;
    margin: 40px auto 0
}

.modal-saveChange .default-btn {
    margin: 40px auto 0
}

@media (max-width: 768px) {
    .modal-title {
        font-size:26px;
        line-height: 34px
    }

    .modal-main {
        padding: 50px 20px 40px
    }

    .modal-btns {
        flex-direction: column
    }

    .modal-btns .modal-btn {
        width: 100%;
        order: 1
    }

    .modal-btns .modal-btn-link {
        order: 2;
        margin-top: 10px
    }
}

.select2-container.select2-container--default {
    width: 100%!important;
    position: static!important
}

.select2-container .select2-selection {
    background: #fff;
    border: 1px solid #d1d6d8;
    border-radius: 15px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 25px;
    width: 100%;
    position: relative
}

.select2-container .select2-selection:focus {
    outline: none
}

.select2-container .select2-selection--single {
    width: 100%
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-family: 'Montserrat',sans-serif;
    border-radius: 10px;
    border: none;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    color: #192122;
    padding: 0;
    height: 25px
}

.select2-container .select2-selection--single .select2-selection__arrow {
    right: 20px;
    top: calc(50% - 12px);
    transition: all .3s ease-in;
    width: 24px;
    height: 24px
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    display: none
}

.select2-container .select2-selection--single .select2-selection__arrow:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url(img/selectarrow.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    transition: all .4s ease
}

.select2-container .select2-selection--single .select2-selection__placeholder {
    color: #353333;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Montserrat',sans-serif
}

.select2-container .select2-selection-container--open .select2-selection__arrow:after {
    transform: rotate(180deg)
}

.select2-container .select2-selection-search {
    display: none
}

.select2-container.select2-container--open .select2-selection__arrow {
    transform: rotate(-180deg)
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 230px;
    position: relative
}

.select2-container--open.select2-container .select2-selection {
    border-radius: 15px 15px 0 0!important;
}

.select2-search--dropdown {
    display: none
}

.select2-dropdown {
    border-radius: 0 0 15px 15px!important;
    border: 1px solid #d1d6d8!important;
    border-top: none!important;
    position: static!important;
    width: 100%!important;
    padding: 18px 0 22px
}

.select2-dropdown .select2-results__option {
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: rgba(25,33,34,.5);
    padding: 7px 20px 8px 25px;
    position: relative;
    transition: all .3s ease-in
}

.select2-dropdown .select2-results__option:first-child {
    border-radius: 10px 10px 0 0
}

.select2-dropdown .select2-results__option:last-child {
    border-radius: 0 0 10px 10px
}

.select2-dropdown .select2-results__option:last-child:after {
    display: none
}

.select2-dropdown .select2-results__option:first-child {
    display: none
}

.select2-dropdown .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
    color: #192122
}

.select2-dropdown .select2-results__option[aria-selected=true] {
    background-color: transparent;
    color: #192122
}

.wrapper {
    min-width: 320px;
    max-width: 1070px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative
}

h1,h2,h3,p {
    padding: 0;
    margin: 0
}

p {
    font-size: 18px;
    line-height: 34px
}

h1 {
    line-height: 76px
}

h1,h2 {
    font-size: 64px;
    font-weight: 700;
    color: #192122
}

h2 {
    line-height: 74px
}

h3 {
    font-size: 24px;
    line-height: 28px;
    color: #192122;
    font-weight: 700
}

.page {
    position: relative;
    padding-top: 114px
}

.default-btn {
    font-size: 18px;
    line-height: 18px;
    background: linear-gradient(280.06deg,#ee864d -6.58%,#eb553a 86.87%) , #eb533a;;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    padding: 10px 30px;
    height: 60px;
    width: 100%;
    border: none;
    cursor: pointer;
    transition: all .3s ease-in;
    text-align: center;
    color: white;
}

.default-btn:hover {
    box-shadow: 0 22px 60px rgba(186,110,0,.552)
}

.default-btn .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 18px;
    max-width: 18px;
    margin-left: 10px
}

.default-btn.big {
    height: 76px;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    border-radius: 20px
}

.default-btn.big .icon {
    min-width: 24px;
    max-width: 24px;
    margin-left: 15px
}

.default-btn.white {
    background: #fff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    height: 44px
}

.default-btn.disabled {
    pointer-events: none;
    background: #ccc;
    opacity: .5
}

.default-input label {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 14px
}

.default-input input,.default-input textarea {
    background: #fff;
    border: 1px solid #d1d6d8;
    border-radius: 15px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 18px 25px;
    width: 100%;
    resize: none
}

.default-input input:focus,.default-input textarea:focus {
    border-color: #192122
}

.default-input-status {
    font-size: 14px;
    line-height: 17px;
    color: rgba(25,33,34,.5);
    margin-top: 11px
}

.default-input-description {
    font-size: 16px;
    line-height: 20px;
    color: rgba(25,33,34,.5);
    margin-top: 17px;
    margin-bottom: -3px
}

.default-input.error input,.default-input.error textarea,.default-input.invalid input,.default-input.invalid textarea {
    border-color: #ff7b7b
}

.default-input.invalid .default-input-status {
    color: #ff7b7b
}

.default-input.valid input,.default-input.valid textarea {
    border-color: #5db54f
}

.default-checkbox input {
    display: none
}

.default-checkbox input:checked+.default-checkbox__label .default-checkbox__block {
    border-color: #ec563b;
    background-color: #ec563b;
    background-image: url(img/done.svg);
    background-position: 50%;
    background-repeat: no-repeat
}

.default-checkbox input:checked+.default-checkbox__label .default-checkbox__block:after {
    left: 22px
}

.default-checkbox__text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #8991a3
}

.default-checkbox__text a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    transition: all .3s ease-in;
    color: #ff9a26;
    text-decoration: underline
}

.modal-text a {
    color: #8991a3;
    text-decoration: underline
}

.default-checkbox__text a:hover {
    text-decoration: underline
}

.default-checkbox__label {
    display: flex;
    align-items: flex-start;
    cursor: pointer
}

.default-checkbox__block {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border: 2px solid #d1d6d8;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    transition: all .4s ease-in;
    margin-right: 20px
}

.default-radio {
    display: flex
}

.default-radio,.default-radio .radio-btn {
    justify-content: flex-start;
    align-items: center
}

.default-radio .radio-btn {
    display: flex!important;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0
}

.default-radio .radio-btn:first-child {
    margin-right: 40px
}

.default-radio input[type=radio] {
    display: none
}

.default-radio .radio-block {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #fff;
    border: 1px solid #d1d6d8;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 15px;
    position: relative
}

.default-radio .radio-block:after {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid transparent
}

.default-radio input:checked+.radio-block {
    background-color: #ec563b;
    border-color: #ffd14f
}

.default-radio input:checked+.radio-block:after {
    border-color: #192122
}

input:focus,textarea:focus {
    outline: none
}

.input-mask {
    letter-spacing: 2px
}

span.whiteBg {
    color: #192122;
    position: relative;
    z-index: 2;
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto
}

span.whiteBg:before {
    content: "";
    position: absolute;
    background: #fff;
    left: -5%;
    top: -1px;
    width: 111%;
    height: 109%;
    border-radius: 20px;
    z-index: -1
}

span.highlight {
    position: relative
}

span.highlight:after {
    content: "";
    position: absolute;
    left: -20px;
    top: -9px;
    background-image: url(img/oval.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 339px;
    height: 52px
}

p.bold,span.bold {
    font-weight: 700
}

.noUi-target {
    background: #e2e3e4
}

.noUi-connect {
    background: #ec563b;
    position: relative;
    box-shadow: inset 0 -1px #dabb93
}

.noUi-connects {
    border-radius: 13px;
    z-index: 1
}

.noUi-tooltip {
    padding: 0;
    font-weight: 700;
    line-height: 20px
}

.noUi-horizontal .noUi-handle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    right: -20px;
    top: -18px;
    cursor: pointer;
    box-shadow: inset 0 -1px #dabb93;
    background-image: url(img/nouslider-arrow.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #ec563b
}

.noUi-horizontal .noUi-handle:after,.noUi-horizontal .noUi-handle:before {
    display: none
}

.calculator {
    background: #fff;
    border-radius: 35px
}

.calculator p {
    color: rgba(25,33,34,.5)
}

.calculator-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px
}

.calculator-description {
    width: 105px;
    font-size: 16px;
    line-height: 16px
}

.calculator-description.max {
    text-align: right;
    padding-right: 4px
}

.calculator-description.min {
    padding-left: 4px
}

.calculator-slider {
    width: 100%
}

.calculator-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 53px
}
.form-field input{
    background: #fff;
    border: 1px solid #d1d6d8;
    border-radius: 15px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 18px 25px;
    width: 100%;
    resize: none;
}
.form-field {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}
.calculator-result {
    font-size: 14px;
    line-height: 17px
}

.calculator-btn {
    max-width: 450px;
    width: 100%
}

.calculatorMain {
    padding: 100px 60px 60px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 60px 60px rgba(32,44,51,.16)
}

.autocomplete-suggestions {
    border-radius: 15px!important;
    border: 1px solid #d1d6d8!important;
    border-top: none!important;
    position: static!important;
    width: 100%!important;
    padding: 18px 0 22px
}

.autocomplete-suggestion {
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #192122;
    padding: 7px 20px 8px 25px;
    position: relative
}

.wow {
    visibility: hidden
}

@media (max-width: 768px) {
    .wrapper {
        padding:0 30px
    }

    h2 {
        font-size: 26px;
        line-height: 34px
    }

    .calculator-block {
        flex-wrap: wrap
    }

    .calculator-description {
        width: 50%;
        margin-top: 5px;
        font-size: 14px;
        line-height: 16px
    }

    .calculator-description.min {
        text-align: left;
        order: 2
    }

    .calculator-description.max {
        text-align: right;
        order: 3
    }

    .calculator-result {
        font-size: 15px;
        line-height: 18px
    }

    .default-btn.big {
        font-size: 18px;
        line-height: 18px;
        border-radius: 20px;
        height: 70px
    }

    .default-btn.big .icon {
        max-width: 18px;
        min-width: 18px;
        margin-left: 10px
    }

    .default-input {
        display: flex;
        flex-direction: column
    }

    .default-input label {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 9px
    }

    .default-input input,.default-input textarea {
        font-size: 16px;
        line-height: 18px;
        padding: 10px 20px;
        border-radius: 10px
    }

    .default-input textarea {
        padding: 15px 20px
    }

    .default-input-description {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 0
    }

    .default-checkbox__block {
        margin-right: 15px
    }

    .default-radio .radio-btn {
        font-size: 16px;
        line-height: 18px;
        width: 50%
    }

    .default-radio .radio-btn:first-child {
        margin-right: 0
    }

    .default-radio .radio-block {
        margin-right: 5px
    }

    .select2-container .select2-selection {
        height: 40px;
        border-radius: 10px
    }

    .select2-container .select2-selection--single .select2-selection__arrow {
        width: 18px;
        height: 18px;
        top: calc(50% - 9px);
        right: 10px
    }

    .select2-container .select2-selection--single .select2-selection__arrow:after {
        width: 18px;
        height: 18px;
        background-size: contain
    }

    .autocomplete-suggestion,.select2-dropdown .select2-results__option {
        font-size: 16px;
        line-height: 18px;
        padding: 7px 20px 8px
    }

    .autocomplete-suggestions,.select2-dropdown {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .select2-container .select2-selection {
        padding: 0 20px
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 16px
    }

    .select2-container--open.select2-container .select2-selection {
        border-radius: 10px 10px 0 0!important;
    }

    .noUi-tooltip {
        font-size: 15px;
        line-height: 15px
    }
}

@media (max-width: 480px) {
    .page {
        padding-top:102px
    }
}

.footer-bottom-text a {
    font-weight: 900
}

.mainPage {
    padding-top: 0;
    overflow: hidden
}

.mainPage .mainBlock {
    padding-top: 94px;
    background: #ec563b;
    position: relative
}

.mainPage .mainBlock-bg-image {
    position: absolute;
    max-width: 467px;
    width: 100%;
    bottom: 0
}

.mainPage .mainBlock-bg-man {
    left: 0
}

.mainPage .mainBlock-bg-woman {
    right: 0
}

.mainPage .mainBlock .main-title {
    text-align: center;
    margin-bottom: 15px;
    padding-top: 55px;
    color: white;
}

.mainPage .mainBlock .main-text {
    font-size: 17px;
    line-height: 29px;
    text-align: center;
    color: white;
}

.mainPage .mainBlock .calculator {
    margin-top: -35px;
    position: relative;
    top: 85px
}

.mainPage .steps {
    background: #fff;
    padding: 205px 0 245px
}

.mainPage .steps-items {
    justify-content: center;
    align-items: stretch;
    margin: 0 -20px
}

.mainPage .steps-item,.mainPage .steps-items {
    display: flex
}

.mainPage .steps-item {
    width: calc(33.3333% - 40px);
    margin: 0 20px;
    flex-direction: column
}

.mainPage .steps-item-top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: auto
}

.mainPage .steps-item-icon {
    justify-content: center;
    margin-right: 20px;
    min-width: 40px
}

.mainPage .steps-item-bottom,.mainPage .steps-item-icon {
    display: flex;
    align-items: center
}

.mainPage .steps-item-bottom {
    justify-content: flex-start;
    margin-top: 20px
}

.mainPage .steps-item-num {
    font-weight: 700;
    font-size: 94px;
    line-height: 94px;
    color: #ebeef2;
    margin-right: 25px;
    margin-left: -5px
}

.mainPage .steps-item-line {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.mainPage .steps-item-line .line {
    display: flex;
    width: 100%;
    height: 4px;
    background-image: url(img/line.svg);
    background-position: 50%
}

.mainPage .methods {
    margin-top: -166px
}

.mainPage .methods-block {
    padding: 60px 80px 50px;
    border-radius: 35px;
    background: #f2f5f8;
    text-align: center
}

.mainPage .methods-title {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 25px
}

.mainPage .methods-text {
    font-size: 14px;
    line-height: 14px;
    color: rgba(25,33,34,.5)
}

.mainPage .methods-items {
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap
}

.mainPage .methods-item,.mainPage .methods-items {
    display: flex;
    align-items: center
}

.mainPage .methods-item {
    width: 16.666%;
    margin-bottom: 30px;
    justify-content: center
}

.mainPage .why {
    padding: 82px 0 80px
}

.mainPage .why-title {
    text-align: center;
    color: white;
}

.mainPage .why-subtitle {
    max-width: 880px;
    width: 100%;
    margin: 42px auto 0;
    line-height: 34px;
    text-align: center;
    color: white;
}

.mainPage .why-items {
    display: flex;
    justify-content: space-between;
    margin: 59px -10px 0
}

.mainPage .why-item {
    background: #fff;
    border-radius: 35px;
    padding: 30px 45px 30px 40px;
    position: relative;
    max-width: 320px;
    width: 100%;
    margin: 0 10px;
    cursor: pointer;
    transition: all .3s ease-in
}

.mainPage .why-item:hover {
    box-shadow: 0 60px 60px rgba(186,110,0,.552)
}

.mainPage .why-item-icon {
    position: absolute;
    top: 10px;
    right: 10px
}

.mainPage .why-item-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px
}

.mainPage .why-item-text {
    font-size: 14px;
    line-height: 22px;
    color: rgba(25,33,34,.5);
    margin-top: 5px
}

.mainPage .requests {
    background: #fff;
    padding-bottom: 40px
}

.mainPage .requests-girl {
    max-width: 680px;
    width: 100%;
    margin: 0 auto -28px;
    position: relative;
    top: -28px
}

.mainPage .requests-block {
    box-shadow: 0 35px 60px rgba(32,44,51,.16);
    background: #fff;
    border-radius: 35px;
    z-index: 2;
    position: relative
}

.mainPage .requests-main {
    padding: 60px 80px 64px
}

.mainPage .requests-title {
    margin-bottom: 35px;
    text-align: center
}

.mainPage .requests-text {
    margin-bottom: 10px
}

.mainPage .requests-subtitle {
    margin-top: 32px;
    margin-bottom: 25px
}

.mainPage .requests-list-item {
    position: relative;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start
}

.mainPage .requests-list-item:before {
    content: "—";
    color: #8c8f90;
    margin-right: 20px
}

.mainPage .requests-list-item a {
    color: #ff9a26
}

.mainPage .requests-bottom {
    background: #f2f5f8;
    border-radius:35px;
    padding: 66px 80px 80px
}

.mainPage .requests-bottom-items {
    display: flex;
    justify-content: space-between
}

.mainPage .requests-bottom-item {
    text-align: center;
    max-width: 268px;
    width: 100%
}

.mainPage .requests-bottom-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: rgba(25,33,34,.5);
    margin-top: 15px
}

.mainPage .video {
    background: #fff;
    padding: 40px 0 80px
}

.mainPage .video-block.activeVideo .video-startBlock {
    opacity: 0;
    pointer-events: none
}

.mainPage .video-block.activeVideo .video-iframe {
    opacity: 1;
    pointer-events: all
}

.mainPage .video-logo {
    max-width: 214px;
    width: 100%;
    margin: 0 auto
}

.mainPage .video-startBlock-btn {
    position: absolute;
    top: 47.5%;
    left: 50%;
    width: 8.75%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

.mainPage .video-startBlock-btn,.mainPage .video-startBlock-btn img {
    transition: all .3s ease-in
}

.mainPage .video-startBlock-btn:hover img {
    transform: scale(.9)
}

.mainPage .video-iframe,.mainPage .video-startBlock {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.mainPage .video-iframe {
    opacity: 0;
    pointer-events: none
}

.mainPage .testimonials {
    background: #ec563b;
    overflow: hidden
}

.mainPage .testimonials .wrapper {
    max-width: 1310px;
    position: relative
}

.mainPage .testimonials-slider {
    max-width: 1128px;
    padding: 0 44px;
    width: 100%;
    margin: 0 auto
}

.mainPage .testimonials-girl {
    position: absolute;
    max-width: 1040px;
    width: 100%;
    bottom: -16.5%;
    left: 50%;
    transform: translateX(-50%)
}

.mainPage .testimonials-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 200px 0;
    position: relative
}
.slick-track > *{
    height: 100%;
}
.slick-track{
    display: flex!important;
}

.mainPage .testimonials-slide {
    border-radius: 35px;
    background: #fff;
    padding: 30px 40px;
    height: auto;
    margin-right: 40px;
}

.mainPage .testimonials-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px
}

.mainPage .testimonials-name {
    font-size: 14px;
    line-height: 22px;
    color: rgba(25,33,34,.5)
}

.mainPage .testimonials-button {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.mainPage .testimonials-button-prev {
    left: 0
}

.mainPage .testimonials-button-next {
    right: 0
}

.mainPage .testimonials-button path {
    stroke: #192122
}

.mainPage .testimonials-button.swiper-button-disabled path {
    stroke: rgba(25,33,34,.5)
}

.mainPage .faq {
    background: #fff;
    padding: 80px 0
}

.mainPage .faq-title {
    text-align: center;
    margin-bottom: 40px
}

.mainPage .faq-block {
    background: #f2f5f8;
    border-radius: 35px;
    padding: 40px 50px 40px 60px;
    margin-bottom: 10px;
    transition: all .3s ease-in
}

.mainPage .faq-block:last-child {
    margin-bottom: 0
}

.mainPage .faq-block-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer
}

.mainPage .faq-block-bottom {
    display: none
}

.mainPage .faq-block-bottom p {
    padding-bottom: 15px
}

.mainPage .faq-block-bottom p:first-child {
    padding-top: 30px
}

.mainPage .faq-block-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 24px;
    max-width: 24px;
    margin-top: 1px
}

.mainPage .faq-block-arrow img {
    transition: all .3s ease-in
}

.mainPage .faq-block.active {
    background: #fff;
    box-shadow: 0 35px 60px rgba(32,44,51,.16)
}

.mainPage .faq-block.active .faq-block-bottom {
    display: block
}

.mainPage .faq-block.active .faq-block-arrow img {
    transform: rotate(-180deg)
}

@media (max-width: 1200px) {
    .mainPage .mainBlock-bg-man {
        left:-150px
    }

    .mainPage .mainBlock-bg-woman {
        right: -150px
    }
}

@media (max-width: 998px) {
    .mainPage .mainBlock-bg-image {
        max-width:350px;
        bottom: 180px
    }

    .mainPage .mainBlock-bg-man {
        left: -140px
    }

    .mainPage .mainBlock-bg-woman {
        right: -140px
    }

    .mainPage .mainBlock .calculator {
        max-width: none;
        width: calc(100% + 60px);
        margin-left: -30px;
        top: 82px;
        border-radius: 25px 25px 0 0
    }

    .mainPage .steps {
        padding: 144px 0 120px
    }

    .mainPage .steps .wrapper {
        padding: 0 20px
    }

    .mainPage .steps-items {
        flex-direction: column;
        max-width: 340px;
        width: 100%;
        margin: 0 auto
    }

    .mainPage .steps-item {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        margin: 0 0 4px
    }

    .mainPage .steps-item-top {
        order: 2;
        margin-left: 11px
    }

    .mainPage .steps-item-bottom {
        flex-direction: column;
        align-items: flex-start;
        order: 1;
        max-width: 60px;
        width: 100%;
        margin-top: 0
    }

    .mainPage .steps-item-num {
        font-size: 44px;
        line-height: 44px;
        margin-right: 0;
        margin-left: 0
    }

    .mainPage .steps-item-icon {
        margin-right: 15px
    }

    .mainPage .steps-item-title {
        font-size: 18px;
        line-height: 22px
    }

    .mainPage .steps-item-line {
        height: 45px;
        flex-direction: column;
        margin-left: 23px
    }

    .mainPage .steps-item-line .line {
        height: 100%;
        width: 5px;
        background-image: url('img/line-2.svg');
        background-repeat-x: no-repeat;
        background-repeat-y: repeat
    }

    .mainPage .steps-item-arrow {
        transform: rotate(90deg);
        width: 13px;
        height: 13px;
        display: flex
    }

    .mainPage .why-subtitle .highlight {
        display: block
    }

    .mainPage .why-subtitle .highlight:after {
        left: calc(50% + 20px);
        top: -6px;
        transform: translateX(-50%)
    }

    .mainPage .requests-main {
        padding: 40px 30px 24px
    }

    .mainPage .requests-bottom {
        padding: 55px 30px
    }

    .mainPage .requests-bottom-num {
        font-size: 44px;
        line-height: 44px
    }

    .mainPage .testimonials-girl {
        width: 910px;
        bottom: -8.5%;
        left: calc(50% - 455px)
    }
}

@media (max-width: 768px) {
    .mainPage .mainBlock-bg-image {
        max-width:180px;
        bottom: auto;
        top: 14%
    }

    .mainPage .mainBlock-bg-man {
        left: 0
    }

    .mainPage .mainBlock-bg-woman {
        right: 0
    }

    .mainPage .mainBlock .main-title {
        padding-top: 11px;
        font-size: 26px;
        line-height: 34px
    }

    .mainPage .mainBlock .main-title .whiteBg:before {
        left: -8%;
        width: 115%;
        border-radius: 10px
    }

    .mainPage .mainBlock .main-text {
        font-size: 13px;
        line-height: 21px;
        max-width: 60%;
        margin: 0 auto
    }

    .mainPage .steps {
        padding-bottom: 222px
    }

    .mainPage .methods .wrapper {
        padding: 0
    }

    .mainPage .methods-block {
        padding: 40px 30px 26px;
        border-radius: 0
    }

    .mainPage .methods-title {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 10px
    }

    .mainPage .methods-items {
        margin: 30px -4px 0
    }

    .mainPage .methods-item {
        width: calc(33.333% - 8px);
        margin: 0 4px 30px
    }

    .mainPage .methods-text {
        font-size: 14px;
        line-height: 20px
    }

    .mainPage .why {
        padding: 40px 0 50px
    }

    .mainPage .why .wrapper {
        padding: 0 25px
    }

    .mainPage .why-subtitle {
        font-size: 16px;
        line-height: 22px;
        margin-top: 11px
    }

    .mainPage .why-subtitle br {
        display: none
    }

    .mainPage .why-subtitle .highlight {
        display: inline
    }

    .mainPage .why-subtitle .highlight:after {
        width: 237px;
        height: 36px
    }

    .mainPage .why-items {
        flex-direction: column;
        margin: 39px 5px 0
    }

    .mainPage .why-item {
        margin: 0 0 10px;
        max-width: none;
        border-radius: 25px;
        padding: 30px 45px 30px 40px;
        min-height: 159px
    }

    .mainPage .requests .wrapper {
        padding: 0 10px
    }

    .mainPage .requests-girl {
        margin-bottom: -33px;
        top: -33px
    }

    .mainPage .requests-title {
        margin-bottom: 21px
    }

    .mainPage .requests-text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px
    }

    .mainPage .requests-subtitle {
        font-size: 18px;
        line-height: 24px;
        margin-top: 29px;
        margin-bottom: 21px
    }

    .mainPage .requests-list-item:before {
        font-size: 16px;
        line-height: 24px
    }

    .mainPage .requests-list-item p {
        font-size: 16px;
        line-height: 24px
    }

    .mainPage .requests-bottom {
        padding: 40px 30px
    }

    .mainPage .requests-bottom-items {
        flex-direction: column
    }

    .mainPage .requests-bottom-item {
        max-width: none;
        margin-bottom: 19px
    }

    .mainPage .requests-bottom-text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 6px
    }

    .mainPage .video {
        padding: 0 0 40px
    }

    .mainPage .video .wrapper {
        padding: 0 10px
    }

    .mainPage .video-block {
        border-radius: 12px
    }

    .mainPage .testimonials .wrapper {
        padding: 0 10px
    }

    .mainPage .testimonials-block {
        padding: 180px 0 130px
    }

    .mainPage .testimonials-slider {
        padding: 0 33px
    }

    .mainPage .testimonials-slide {
        padding: 25px 30px;
        border-radius: 25px
    }

    .mainPage .testimonials-girl {
        bottom: -35.5%
    }

    .mainPage .testimonials-button {
        top: 56%
    }

    .mainPage .faq {
        padding: 40px 0
    }

    .mainPage .faq .wrapper {
        padding: 0 10px
    }

    .mainPage .faq-block-title {
        font-size: 18px;
        line-height: 26px
    }

    .mainPage .faq-title {
        margin-bottom: 20px
    }

    .mainPage .faq-block {
        padding: 25px 25px 25px 30px;
        border-radius: 25px
    }

    .mainPage .faq-block-bottom p {
        font-size: 16px;
        line-height: 24px
    }

    .mainPage .faq-block-bottom p:first-child {
        padding-top: 11px
    }

    .mainPage .faq-block-bottom p:last-child {
        padding-bottom: 4px
    }
}

@media (max-width: 480px) {
    .mainPage .mainBlock-bg-image {
        max-width:210px;
        bottom: auto;
        top: 23%
    }

    .mainPage .mainBlock-bg-man {
        left: -61px
    }

    .mainPage .mainBlock-bg-woman {
        right: -61px
    }

    .mainPage .mainBlock .main-text {
        max-width: 220px;
        width: 100%
    }

    .mainPage .testimonials-girl {
        bottom: -25.5%
    }
}

@media (max-width: 374px) {
    .mainPage .testimonials-slide {
        padding:20px
    }

    .mainPage .testimonials-text {
        font-size: 15px;
        line-height: 20px
    }
}

@media (max-width: 768px) {
    .calculatorMain {
        padding:42px 27px 50px
    }

    .calculatorMain .calculator-block {
        margin-bottom: 29px;
        padding: 0 10px
    }

    .calculatorMain .calculator-bottom {
        margin-top: -8px;
        padding: 0 3px
    }

    .calculatorMain .calculator-result {
        display: none
    }

    .calculatorMain .calculator-btn {
        margin: 0 auto
    }
}

.noUi-marker-horizontal.noUi-marker,.noUi-marker-horizontal.noUi-marker-large {
    display: none
}

.noUi-pips-horizontal {
    height: auto;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: .8px;
    color: #8991a3;
    padding: 0
}

.noUi-horizontal .noUi-tooltip {
    bottom: 100%
}

.noUi-tooltip {
    border: none;
    background: transparent;
    border-radius: 0;
    font-weight: 800;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: .8px;
    color: #18243f
}

.noUi-horizontal .noUi-handle:after {
    display: none
}

.noUi-value.noUi-value-horizontal.noUi-value-large {
    top: -20px;
    text-align: left;
    width: 105px
}

.noUi-value.noUi-value-horizontal.noUi-value-large.min {
    text-align: right;
    width: 85px
}

.slider {
    padding: 0 85px
}

.noUi-target {
    background: transparent;
    border-radius: 13px;
    border: none;
    box-shadow: none;
    height: 8px;
    margin-bottom: 68px
}

.noUi-base {
    z-index: 1
}

.noUi-base:after {
    content: "";
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 8px;
    transform: translate(-50%,-50%);
    background-color: #e2e3e4;
    border-radius: 13px
}

@media (max-width: 768px) {
    .noUi-tooltip {
        font-size:15px;
        line-height: 15px
    }

    .slider {
        padding: 0 15px
    }

    .noUi-value.noUi-value-horizontal.noUi-value-large {
        top: 15px
    }
}

.default-btn {
    padding: 10px 20px;
    width: 100%;
    height: 70px
}

.mainPage .mainBlock {
    padding-top: 120px
}

@media (min-width: 320px) and (max-width:480px) {
    .mainPage .mainBlock .main-text {
        margin-top:15px
    }

    .mainPage .mainBlock-bg-image {
        max-width: 182px;
        bottom: auto;
        top: 17%
    }

    .mainPage .mainBlock .calculator {
        margin-top: -65px
    }
}

@media (min-width: 320px) and (max-width:768px) {
    .mainPage .testimonials-slider {
        max-width:1128px;
        padding: 0 44px;
        width: 100%;
        margin: 171px auto -40px
    }

    .mainPage .testimonials-button {
        top: 70%
    }

    .mainPage .testimonials-girl {
        left: 50%;
        width: 810px
    }

    .slider-wrap {
        margin-top: 15px
    }

    .noUi-horizontal .noUi-tooltip {
        margin-bottom: 7px
    }

    .noUi-target {
        margin-bottom: 90px
    }

    .mainPage .mainBlock .calculator {
        top: 71px
    }

    .mainPage .mainBlock-bg-image {
        top: 16%
    }

    .calculatorMain {
        padding: 54px 35px 50px
    }

    .mainPage .faq-block-bottom p:first-child {
        padding-top: 20px
    }

    .footer-logo {
        margin-top: 20px
    }

    .footer-btns {
        margin: 20px 0 0
    }

    .mainPage .why-items {
        margin: 25px 0 0;
        align-items: center
    }

    .mainPage .why-subtitle {
        margin: 20px auto 0;
        font-size: 18px
    }

    body {
        font-size: 16px
    }

    .mainPage .mainBlock .main-title {
        text-align: center;
        max-width: 500px;
        margin: 20px auto
    }

    .mainPage .mainBlock-bg-man {
        left: -61px;
        top: 15%
    }

    .mainPage .mainBlock-bg-woman {
        right: -73px;
        top: 15%
    }

    .mainPage .mainBlock-bg-image {
        max-width: 184px
    }

    .mainPage .mainBlock .main-text {
        max-width: 168px;
        width: 100%;
        font-size: 14px
    }
}

@media (min-width: 481px) and (max-width:768px) {
    .mainPage .mainBlock .main-text {
        margin:15px auto;
        max-width: 50%
    }

    .mainPage .mainBlock-bg-image {
        max-width: 182px;
        bottom: auto;
        top: 17%
    }

    .mainPage .mainBlock .main-title {
        text-align: center;
        padding-top: 55px;
        max-width: 300px;
        margin: 20px auto
    }

    .mainPage .mainBlock-bg-man {
        left: -60px;
        top: 35%
    }

    .mainPage .mainBlock-bg-woman {
        right: -60px;
        top: 35%
    }

    .mainPage .mainBlock .main-text {
        width: 40%;
        font-size: 14px
    }
}

@media (max-width: 768px) {
    .footer-logo {
        margin-top:30px
    }

    .footer-btns {
        margin: 30px 0 0
    }

    body {
        font-size: 18px
    }
}

@media (min-width: 769px) and (max-width:998px) {
    .mainPage .mainBlock-bg-man,.mainPage .mainBlock-bg-woman {
        top:16%
    }
}

@media (min-width: 769px) and (max-width:997px) {
    .mainPage .testimonials-slider {
        max-width:1128px;
        padding: 0 44px;
        width: 100%;
        margin: 163px auto -100px
    }

    .mainPage .testimonials-button {
        top: 66%
    }

    .mainPage .testimonials-girl {
        left: 50%;
        width: 931px
    }

    .mainPage .mainBlock .main-title {
        text-align: center;
        padding-top: 55px;
        max-width: 500px;
        margin: 20px auto
    }

    .mainPage .mainBlock-bg-man {
        left: -140px;
        top: 15%
    }

    .mainPage .mainBlock-bg-woman {
        right: -140px;
        top: 15%
    }

    .mainPage .mainBlock .main-text {
        width: 100%;
        font-size: 17px
    }
}

@media (min-width: 998px) and (max-width:1119px) {
    .mainPage .testimonials-slider {
        max-width:1128px;
        padding: 0 44px;
        width: 100%;
        margin: 200px auto -103px
    }

    .mainPage .testimonials-button {
        top: 66%
    }

    .mainPage .testimonials-girl {
        left: 50%;
        width: 1040px
    }
}

@media (min-width: 1199px) {
    .mainPage .testimonials-slider {
        max-width:1128px;
        padding: 0 44px;
        width: 100%;
        margin: 180px auto -70px
    }

    .mainPage .testimonials-button {
        top: 66%
    }
}

@media (min-width: 998px) and (max-width:1200px) {
    .mainPage .mainBlock .main-title {
        text-align:center;
        padding-top: 55px;
        max-width: 500px;
        margin: 20px auto
    }

    .mainPage .mainBlock-bg-man {
        left: -150px
    }

    .mainPage .mainBlock-bg-woman {
        right: -150px
    }
}ф

@media (min-width: 1201px) {
    .mainPage .mainBlock .main-title {
        text-align:center;
        padding-top: 55px;
        max-width: 500px;
        margin: 20px auto
    }

    .mainPage .mainBlock-bg-man {
        left: -50px
    }

    .mainPage .mainBlock-bg-woman {
        right: -50px
    }
}

.creditors-line {
    border-top: 1px solid #daebf2;
    margin-top: 50px;
    padding-top: 20px
}

.footer-column__link {
    letter-spacing: .56px;
    font-size: 20px;
    line-height: 35px;
    color: white;
}

.mainPage .steps {
    padding: 180px 0 120px
}

.mainPage .why {
    padding: 60px 0 80px
}

.mainPage .why-subtitle {
    margin: 35px auto 0
}

.mainPage .why-items {
    margin: 45px -10px 0
}

.mainPage .why-item {
    max-width: 317px
}

.mainPage .requests-main {
    padding: 40px 60px 50px
}

.mainPage .requests-title {
    margin-bottom: 25px
}

.mainPage .requests-subtitle {
    margin-top: 25px;
    margin-bottom: 15px
}

.mainPage .requests {
    padding-bottom: 70px
}

.mainPage .testimonials-girl {
    bottom: 0
}

.mainPage .faq {
    padding: 55px 0
}

.mainPage .faq-block.active .faq-block-bottom {
    margin-top: -12px
}

@media (max-width: 768px) {
    .mainPage .testimonials-girl {
        left:50%
    }

    .mainPage .mainBlock .main-title {
        margin-bottom: 0
    }

    .mainPage .mainBlock .calculator {
        margin-left: -30px
    }

    .mainPage .requests-main {
        padding: 40px 30px 24px
    }

    .requests-list {
        list-style-type: disc
    }
}
