@charset "UTF-8";

/* Remark normalize */
input, textarea, select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p{
    margin: 0;
}

*:hover, *:focus{
    -webkit-tap-highlight-color: transparent;
    outline: none;
    -webkit-appearance: none;
}

html a{
    outline: none;
    border: none;
    text-decoration: none;
}

html ol, html ul, html dl{
    margin-top: 0;
    margin-bottom: 0px;
}

html ol, html ul{
    padding-left: 0px;
    list-style-type: none;
}

@font-face{
    font-family: "PTRootUI";
    src: local("PT Root UI Bold"), local("PT-Root-UI_Bold"), url("../fonts/PT-Root-UI_Bold.woff2") format("woff2"), url("../fonts/PT-Root-UI_Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face{
    font-family: "PTRootUI";
    src: local("PT Root UI Medium"), local("PT-Root-UI_Medium"), url("../fonts/PT-Root-UI_Medium.woff2") format("woff2"), url("../fonts/PT-Root-UI_Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face{
    font-family: "PTRootUI";
    src: local("PT Root UI Regular"), local("PT-Root-UI_Regular"), url("../fonts/PT-Root-UI_Regular.woff2") format("woff2"), url("../fonts/PT-Root-UI_Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html,
body{
    height: 100%;
}

ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar{
    width: 0px;
    max-width: 0px;
}

button{
    outline: none;
    border: none;
    background: none;
    padding: 0px;
}

.page__wrapper{
    min-height: 100%;
}

* html .page__wrapper{
    height: 100%;
}

.page__buffer{
    height: 50px;
}

.section .row-fix{
    padding-right: 0;
    padding-left: 0;
}

.section .row-fix-r{
    padding-right: 0;
}

body{
    overflow-x: hidden;
}

.fslightbox-open{
    overflow: initial !important;
}

.fslightbox-open body{
    overflow: hidden;
}

@media (max-width: 767px){
    .container--disable-md{
        padding: 0px !important;
    }
}

@media (max-width: -1){
    .container--disable-sm{
        padding: 0px !important;
    }
}

html body{
    font-family: "PTRootUI", sans-serif;
    font-weight: normal;
}

.canvas-area{
    position: relative;
    display: block;
    margin: auto;
    height: 100%;
}

.canvas-area__canvas{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.canvas-area__canvas-item{
    fill: #3a4654;
    opacity: 0.9;
}

/*.image-fancy {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/

.preloader-elements{
    -webkit-transition: all ease-in-out 150ms;
    transition: all ease-in-out 150ms;
    position: absolute;
    left: 0;
    top: 36px;
    z-index: -1;
    opacity: 0;
    background-image: url(../img/preloader.svg);
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-position: center 250px;
    background-repeat: no-repeat;
}

.preloader-elements + *{
    padding-top: 18px;
}

.preloader-elements.show{
    opacity: 0.8;
    z-index: 20;
}

.preloader{
    -webkit-transition: all ease-in-out 150ms;
    transition: all ease-in-out 150ms;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    background-image: url(../img/preloader.svg);
    width: 100%;
    height: 101%;
    background-color: #f1f7fa;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 150px;
}

.preloader.show{
    opacity: 1;
    z-index: 20;
}

#object-form{
    position: relative;
}

#object-form .error{
    color: white !important;
}

#object-form .f-input{
    color: white;
}

.preloader-object{
    background-color: rgba(245, 245, 245, 0.7490196078);
}

.main-preloader{
    -webkit-transition: all ease-in-out 150ms;
    transition: all ease-in-out 150ms;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    background-image: url(../img/preloader.svg);
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: 150px;
}

.main-preloader.show{
    opacity: 1;
    z-index: 11111;
}

.preloader-logo img{
    width: 280px;
}

@media (max-width: 767px){
    .preloader-logo img{
        width: 175px;
    }
}

.error{
    position: absolute;
    top: 100%;
    left: 0;
    color: #e53a59 !important;
}

@media (min-width: 0px){
    .error{
        font-size: 12px;
        line-height: 16px;
    }
}

@media (min-width: 320px){
    /*.tab-content .image-fancy {*/
    /*  position: absolute;*/
    /*  top: 12%;*/
    /*  left: 0;*/
    /*}*/
}

@media (min-width: 768px){
    .error{
        font-size: 12px;
        line-height: 16px;
    }

    /*.tab-content .image-fancy {*/
    /*  position: absolute;*/
    /*  top: 12%;*/
    /*  left: 0;*/
    /*}*/
}

@media (min-width: 1024px){
    .error{
        font-size: 12px;
        line-height: 16px;
    }
}

@media (min-width: 1440px){
    .error{
        font-size: 12px;
        line-height: 16px;
    }
}

.preloader-chess{
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 110%;
    background-color: white;
    z-index: 10000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: none; display: block; shape-rendering: auto;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.9333333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(24 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.8666666666666667s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(48 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.8s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(72 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.7333333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(96 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.6666666666666666s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.6s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(144 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.5333333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(168 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.4666666666666667s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(192 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.4s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(216 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.3333333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.26666666666666666s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(264 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.2s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(288 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.13333333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(312 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.06666666666666667s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(336 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='0s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center top 200px;
    opacity: 0;
    visibility: hidden;
}

.preloader-chess.show{
    opacity: 1;
    visibility: visible;
}

.preloader-apartment{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-color: white;
    z-index: 100;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: none; display: block; shape-rendering: auto;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.9333333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(24 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.8666666666666667s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(48 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.8s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(72 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.7333333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(96 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.6666666666666666s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.6s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(144 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.5333333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(168 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.4666666666666667s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(192 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.4s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(216 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.3333333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.26666666666666666s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(264 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.2s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(288 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.13333333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(312 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.06666666666666667s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(336 50 50)'%3E%3Crect x='48' y='26' rx='1.3' ry='1.3' width='4' height='10' fill='%23008BF8'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='0s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center top 200px;
    opacity: 0;
    visibility: hidden;
}

.preloader-apartment.show{
    opacity: 1;
    visibility: visible;
}

.ss-main{
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #666666;
    width: 100%;
}

.ss-main .ss-single-selected{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    width: 100%;
    height: 30px;
    padding: 6px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    background-color: #ffffff;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.ss-main .ss-single-selected.ss-disabled{
    background-color: #dcdee2;
    cursor: not-allowed;
}

.ss-main .ss-single-selected.ss-open-above{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.ss-main .ss-single-selected.ss-open-below{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ss-main .ss-single-selected .placeholder{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: left;
    width: calc(100% - 30px);
    line-height: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ss-main .ss-single-selected .placeholder, .ss-main .ss-single-selected .placeholder *{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ss-main .ss-single-selected .placeholder *{
    width: auto;
}

.ss-main .ss-single-selected .placeholder .ss-disabled{
    color: #dedede;
}

.ss-main .ss-single-selected .ss-deselect{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 6px;
    font-weight: 700;
}

.ss-main .ss-single-selected .ss-deselect.ss-hide{
    display: none;
}

.ss-main .ss-single-selected .ss-arrow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 6px;
}

.ss-main .ss-single-selected .ss-arrow span{
    border: solid #666666;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transition: margin 0.2s, -webkit-transform 0.2s;
    transition: margin 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, margin 0.2s;
    transition: transform 0.2s, margin 0.2s, -webkit-transform 0.2s;
}

.ss-main .ss-single-selected .ss-arrow span.arrow-up{
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin: 3px 0 0;
}

.ss-main .ss-single-selected .ss-arrow span.arrow-down{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -3px 0 0;
}

.ss-main .ss-multi-selected{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: pointer;
    min-height: 30px;
    width: 100%;
    padding: 0 0 0 3px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    background-color: #ffffff;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.ss-main .ss-multi-selected.ss-disabled{
    background-color: #dcdee2;
    cursor: not-allowed;
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled{
    color: #666666;
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete{
    cursor: not-allowed;
}

.ss-main .ss-multi-selected.ss-open-above{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.ss-main .ss-multi-selected.ss-open-below{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ss-main .ss-multi-selected .ss-values{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: calc(100% - 30px);
}

.ss-main .ss-multi-selected .ss-values .ss-disabled{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 5px;
    margin: 2px 0;
    line-height: 1em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #dedede;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@-webkit-keyframes scaleIn{
    0%{
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    to{
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scaleIn{
    0%{
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    to{
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes scaleOut{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to{
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes scaleOut{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to{
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

.ss-main .ss-multi-selected .ss-values .ss-value{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    padding: 3px 5px;
    margin: 3px 5px 3px 0;
    color: #ffffff;
    background-color: #5897fb;
    border-radius: 4px;
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.ss-main .ss-multi-selected .ss-values .ss-value.ss-out{
    -webkit-animation-name: scaleOut;
    animation-name: scaleOut;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete{
    margin: 0 0 0 5px;
    cursor: pointer;
}

.ss-main .ss-multi-selected .ss-add{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 3px;
    flex: 0 1 3px;
    margin: 9px 12px 0 5px;
}

.ss-main .ss-multi-selected .ss-add .ss-plus{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #666666;
    position: relative;
    height: 10px;
    width: 2px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.ss-main .ss-multi-selected .ss-add .ss-plus:after{
    background: #666666;
    content: "";
    position: absolute;
    height: 2px;
    width: 10px;
    left: -4px;
    top: 4px;
}

.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ss-content{
    position: absolute;
    width: 100%;
    margin: -1px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dcdee2;
    z-index: 1010;
    background-color: #ffffff;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.ss-content.ss-open{
    display: block;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.ss-content .ss-search{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 8px 8px 6px;
}

.ss-content .ss-search.ss-hide, .ss-content .ss-search.ss-hide input{
    height: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
}

.ss-content .ss-search input{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: inherit;
    line-height: inherit;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    height: 30px;
    padding: 6px 8px;
    margin: 0;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    background-color: #ffffff;
    outline: 0;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: textfield;
}

.ss-content .ss-search input::-webkit-input-placeholder{
    color: #8a8a8a;
    vertical-align: middle;
}

.ss-content .ss-search input::-moz-placeholder{
    color: #8a8a8a;
    vertical-align: middle;
}

.ss-content .ss-search input:-ms-input-placeholder{
    color: #8a8a8a;
    vertical-align: middle;
}

.ss-content .ss-search input::-ms-input-placeholder{
    color: #8a8a8a;
    vertical-align: middle;
}

.ss-content .ss-search input::placeholder{
    color: #8a8a8a;
    vertical-align: middle;
}

.ss-content .ss-search input:focus{
    -webkit-box-shadow: 0 0 5px #5897fb;
    box-shadow: 0 0 5px #5897fb;
}

.ss-content .ss-search .ss-addable{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 30px;
    margin: 0 0 0 8px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ss-content .ss-addable{
    padding-top: 0;
}

.ss-content .ss-list{
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label{
    padding: 6px 10px;
    font-weight: 700;
}

.ss-content .ss-list .ss-optgroup .ss-option{
    padding: 6px 6px 6px 25px;
}

.ss-content .ss-list .ss-optgroup-label-selectable{
    cursor: pointer;
}

.ss-content .ss-list .ss-optgroup-label-selectable:hover{
    color: #ffffff;
    background-color: #5897fb;
}

.ss-content .ss-list .ss-option{
    padding: 6px 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ss-content .ss-list .ss-option *{
    display: inline-block;
}

.ss-content .ss-list .ss-option.ss-highlighted, .ss-content .ss-list .ss-option:hover{
    color: #ffffff;
    background-color: #5897fb;
}

.ss-content .ss-list .ss-option.ss-disabled{
    cursor: not-allowed;
    color: #dedede;
    background-color: #ffffff;
}

.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected{
    color: #666666;
    background-color: rgba(88, 151, 251, 0.1);
}

.ss-content .ss-list .ss-option.ss-hide{
    display: none;
}

.ss-content .ss-list .ss-option .ss-search-highlight{
    background-color: #fffb8c;
}

/**
 * Swiper 6.7.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 1, 2021
 */
@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-container{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

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

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

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

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

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

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

.swiper-container-pointer-events{
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical{
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

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

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

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

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

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

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

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

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

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

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

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

.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{
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

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

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

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

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

.swiper-button-next:after, .swiper-button-prev:after{
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    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: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes swiper-preloader-spin{
    100%{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin{
    100%{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow{
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before{
    content: "";
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

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

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

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

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

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

.f-checkbox{
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
}

@media (min-width: 0){
    .f-checkbox{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px){
    .f-checkbox{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px){
    .f-checkbox{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px){
    .f-checkbox{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

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

.f-checkbox.disabled{
    opacity: 0.5;
    pointer-events: none;
}

.f-checkbox input{
    display: none;
}

.f-checkbox input:checked + span{
    border-color: #0a7ebf;
    -webkit-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}

.f-checkbox input:checked + span svg{
    opacity: 1;
}

.f-checkbox input + span{
    position: relative;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    border-radius: 4px;
    border: 1px solid #cfe4f1;
    -webkit-transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
    transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
}

.f-checkbox input + span:hover{
    -webkit-transition: none;
    transition: none;
    border-color: #0a7ebf;
}

.f-checkbox input + span svg{
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    fill: #0a7ebf;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.f-input{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    background-color: transparent;
    padding: 10px 0px;
    font-weight: 400;
    position: relative;
    border: none;
    border-bottom: 1px solid #bce0ff;
    color: #221e26;
    outline: none;
    -webkit-transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
    transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
}

@media (min-width: 0){
    .f-input{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px){
    .f-input{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px){
    .f-input{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px){
    .f-input{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

.f-input:hover{
    -webkit-transition: none;
    transition: none;
}

.f-input::-webkit-input-placeholder{
    color: rgba(34, 30, 38, 0.5);
}

.f-input::-moz-placeholder{
    color: rgba(34, 30, 38, 0.5);
}

.f-input:-ms-input-placeholder{
    color: rgba(34, 30, 38, 0.5);
}

.f-input::-ms-input-placeholder{
    color: rgba(34, 30, 38, 0.5);
}

.f-input::placeholder{
    color: rgba(34, 30, 38, 0.5);
}

.f-input:after{
    position: absolute;
    top: 0;
    left: 11px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.f-input:hover, .f-input:focus, .f-input__range:hover .f-input, .f-input__range:focus .f-input{
    border-color: #008bf8;
}

.f-input.error, .rm-form__field--error .f-input, .f-input__range.error .f-input,
.f-input .f-input__range--error, .f-input-counter.error .f-input{
    border-color: #f09595;
}

.f-input:disabled, .f-input--disabled, .f-input__wrapper.disabled .f-input{
    pointer-events: none;
    opacity: 0.7;
}

.f-input--pl{
    padding-left: 24px;
}

.f-input__wrapper{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.f-input__wrapper[data-label]{
    position: relative;
}

.f-input__wrapper[data-label]:after{
    content: attr(data-label);
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #221e26;
    pointer-events: none;
}

@media (min-width: 0){
    .f-input__wrapper[data-label]:after{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px){
    .f-input__wrapper[data-label]:after{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px){
    .f-input__wrapper[data-label]:after{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px){
    .f-input__wrapper[data-label]:after{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

.f-input__wrapper[data-label].disabled:after{
    color: #221e26;
    opacity: 0.5;
}

.f-input__range{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}

.f-input__range-item{
    width: 50%;
}

.f-input__range-item--from .f-input{
    border-radius: 2px 0 0 2px;
}

.f-input__range-item--to{
    margin-left: -1px;
}

.f-input__range-item--to .f-input{
    border-radius: 0 2px 2px 0;
}

.f-select{
    height: 38px;
    border: none;
    background-color: transparent;
    position: relative;
    border: none;
    border-bottom: 1px solid #cfe4f1;
    color: #221e26;
    outline: none;
    -webkit-transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
    transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
}

.f-select:hover{
    -webkit-transition: none;
    transition: none;
    border-bottom: 1px solid #0a7ebf;
}

.f-select__icon{
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    z-index: 1;
    pointer-events: none;
}

.f-select__icon svg{
    fill: #0a7ebf;
}

.f-select__wrapper{
    width: 100%;
    position: relative;
}

.f-select__counter{
    position: absolute;
    bottom: 10px;
    font-weight: 400;
    left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: hidden;
}

@media (min-width: 0){
    .f-select__counter{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px){
    .f-select__counter{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px){
    .f-select__counter{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px){
    .f-select__counter{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

.f-select__counter.show{
    visibility: visible;
}

.ss-content.ss-open ~ .f-select__icon{
    -webkit-transform: translateY(-50%) scale(1, -1);
    transform: translateY(-50%) scale(1, -1);
}

.f-select .ss-multi-selected,
.f-select .ss-single-selected{
    min-height: initial;
    height: 100%;
    border: none;
    padding: 10px 0px;
    background: transparent;
}

.f-select .ss-option{
    background-color: #f0f8ff;
    font-weight: 400;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

@media (min-width: 0){
    .f-select .ss-option{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px){
    .f-select .ss-option{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px){
    .f-select .ss-option{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px){
    .f-select .ss-option{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

.f-select .ss-content{
    -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.17)) drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.22));
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.17)) drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.22));
}

.f-select .ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected{
    color: #ffffff;
    background-color: #008bf8;
}

.f-select .ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected::before{
    border-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.50005 11.3789L14.3941 4.48413L15.4553 5.54463L7.50005 13.4999L2.72705 8.72688L3.78755 7.66638L7.50005 11.3789Z' fill='white'/%3E%3C/svg%3E%0A");
}

.f-select .ss-content .ss-list .ss-option.ss-highlighted,
.f-select .ss-content .ss-list .ss-option:hover{
    background-color: #f1f7fa;
    color: #0a7ebf;
}

.f-select .ss-content .ss-list .ss-option.ss-highlighted::before,
.f-select .ss-content .ss-list .ss-option:hover::before{
    border-color: #0a7ebf;
}

.ss-content .ss-list .ss-option{
    padding: 10px 12px;
}

.ss-multi-selected ~ .ss-content .ss-option{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ss-multi-selected ~ .ss-content .ss-option::before{
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #cfe4f1;
    border-radius: 4px;
    margin-right: 8px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}

.bv_ul_inner{
    max-height: 152px;
    margin: 0px;
}

.ss-main .ss-multi-selected .ss-values .ss-value{
    display: none;
}

.ss-main .ss-multi-selected .ss-values .ss-disabled{
    font-weight: 400;
    color: #221e26;
    opacity: 0.5;
    margin: 0px;
    padding: 0px;
}

@media (min-width: 0){
    .ss-main .ss-multi-selected .ss-values .ss-disabled{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px){
    .ss-main .ss-multi-selected .ss-values .ss-disabled{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px){
    .ss-main .ss-multi-selected .ss-values .ss-disabled{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px){
    .ss-main .ss-multi-selected .ss-values .ss-disabled{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

.ss-arrow,
.ss-add{
    display: none !important;
}

.ss-content{
    margin: 3px 0 0;
    border: none;
}

.ss-content .ss-list{
    max-height: 152px;
    background-color: #f1f7fa;
    scrollbar-width: thin;
    scrollbar-color: #cfe4f1 transparent;
}

.ss-content .ss-list::-webkit-scrollbar{
    width: 4px;
    padding: 0px;
}

.ss-content .ss-list::-webkit-scrollbar-track{
    background: transparent;
}

.ss-content .ss-list::-webkit-scrollbar-thumb{
    background-color: #cfe4f1;
    border-radius: 4px;
}

.link__wrapper{
    padding-left: 26px;
    position: relative;
}

.link__left-icon{
    position: absolute;
    top: 4px;
    left: 0;
}

.link--light.link{
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
    transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
}

.link--light.link:hover{
    -webkit-transition: none;
    transition: none;
    border-color: transparent;
    color: #ffffff;
}

.nav-arrow.nav-arrow--hero{
    position: absolute;
    top: -90px;
}

@media (max-width: 767px){
    .nav-arrow.nav-arrow--hero{
        display: none;
    }
}

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

@media (max-width: 767px){
    .tab--detail.tab{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.tab--detail.tab .nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    top: 8px;
    z-index: 10;
}

@media (max-width: 767px){
    .tab--detail.tab .nav{
        position: static;
        margin-top: 8px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.tab--detail.tab .tab{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 10px;
    border-radius: 4px 23px 23px 4px;
    background: -webkit-gradient(linear, left top, right top, from(#ff007a), to(#ff7a00));
    background: -webkit-linear-gradient(left, #ff007a 0%, #ff7a00 100%);
    background: linear-gradient(90deg, #ff007a 0%, #ff7a00 100%);
    color: #ffffff;
    font-weight: 500;
}

@media (min-width: 0){
    .tab--detail.tab .tab{
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 768px){
    .tab--detail.tab .tab{
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 1024px){
    .tab--detail.tab .tab{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1440px){
    .tab--detail.tab .tab{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

.tab--detail.tab .tab-tag{
    background: -webkit-gradient(linear, left top, right top, from(#ff007a), to(#ff7a00));
    background: -webkit-linear-gradient(left, #ff007a 0%, #ff7a00 100%);
    background: linear-gradient(90deg, #ff007a 0%, #ff7a00 100%);
    padding: 4px 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 4px 23px 23px 4px;
    color: #ffffff;
    position: absolute;
    left: 16px;
    bottom: 16px;
    font-weight: 500;
}

@media (min-width: 0){
    .tab--detail.tab .tab-tag{
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 768px){
    .tab--detail.tab .tab-tag{
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 1024px){
    .tab--detail.tab .tab-tag{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1440px){
    .tab--detail.tab .tab-tag{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (max-width: 767px){
    .tab--detail.tab .tab-tag{
        left: 8px;
        bottom: 8px;
    }
}

.tab--detail.tab .tab-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 45px 30px;
    height: 400px;
    border: 1px solid #cfe4f1;
    border-radius: 2px;
}

@media (max-width: 1023px){
    .tab--detail.tab .tab-content{
        height: 440px;
    }
}

@media (max-width: 767px){
    .tab--detail.tab .tab-content{
        height: 250px;
    }
}

.tab--detail.tab .tab-content img{
    max-width: 100%;
    max-height: 100%;
}

.tab--detail.tab .tab__icon{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 10%);
    transform: translate(-50%, 10%);
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}

.tab--detail.tab .tab-pane:hover .tab__icon{
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
    opacity: 1;
}

@media (max-width: 768px){
    .tab--detail.tab .tab__icon{
        top: 40%;
    }
}

.tab--projects.tab .tab-content{
    margin-top: 24px;
}

@media (max-width: 1023px){
    .tab--header.tab{
        margin-top: 24px;
    }
}

@media (max-width: 767px){
    .tab--header.tab{
        margin-top: 16px;
    }
}

.tab--vertical.tab{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

@media (max-width: 1023px){
    .tab--vertical.tab{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.tab--vertical.tab .tab-content{
    width: 100%;
    padding-left: 31px;
}

@media (max-width: 1023px){
    .tab--vertical.tab .tab-content{
        padding-left: 0px;
        margin-top: 24px;
    }
}

.tab--vertical.tab .tab-select{
    min-width: 257px;
}

.tab--vertical.tab .nav{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tab--vertical.tab .nav-link{
    min-width: 300px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    background: transparent;
    -webkit-transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
    transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
    -webkit-transition: background 0.1s ease-in-out, color 0.4s ease-in-out;
    transition: background 0.1s ease-in-out, color 0.4s ease-in-out;
}

@media (min-width: 0){
    .tab--vertical.tab .nav-link{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px){
    .tab--vertical.tab .nav-link{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px){
    .tab--vertical.tab .nav-link{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px){
    .tab--vertical.tab .nav-link{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

.tab--vertical.tab .nav-link__icon{
    fill: #ffffff;
    width: 15px;
    height: 24px;
    opacity: 0;
}

.tab--vertical.tab .nav-link.active{
    background: #008bf8;
}

.tab--vertical.tab .nav-link.active .nav-link__icon{
    opacity: 1;
}

.tab--vertical.tab .nav-link:hover{
    -webkit-transition: none;
    transition: none;
    color: #008bf8;
    background: transparent;
    -webkit-transition: background 0.1s ease-in-out, color 0s ease-in-out;
    transition: background 0.1s ease-in-out, color 0s ease-in-out;
}

.tab--vertical.tab .nav-link.disabled{
    pointer-events: none;
    opacity: 0.5;
}

.f-checkbox--filter.f-checkbox + .f-checkbox--filter.f-checkbox{
    margin-left: 4px;
}

.f-checkbox--filter.f-checkbox input{
    display: none;
}

.f-checkbox--filter.f-checkbox input:checked + span{
    border-color: #008bf8;
    background-color: #008bf8;
    color: #ffffff;
    -webkit-transition: border-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    -webkit-transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
    transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
    -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.f-checkbox--filter.f-checkbox input:checked + span:hover{
    -webkit-transition: none;
    transition: none;
    border-color: #008bf8;
    background-color: #008bf8;
    color: #ffffff;
    -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.f-checkbox--filter.f-checkbox input + span{
    padding: 10px;
    width: initial;
    height: initial;
    font-weight: 400;
    margin: 0px;
    border: 1px solid #bce0ff;
    border-radius: 4px;
    -webkit-transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
    transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
}

.f-checkbox--filter.f-checkbox input + span:hover{
    -webkit-transition: none;
    transition: none;
    border-color: #008bf8;
    background-color: #f0f8ff;
    color: #008bf8;
}

.f-checkbox.f-checkbox--chess{
    border-color: #cfe4f1;
}

.f-checkbox.f-checkbox--chess.st{
    background-color: #e6ffda;
}

.f-checkbox.f-checkbox--chess.k1{
    background-color: #fffccf;
}

.f-checkbox.f-checkbox--chess.k2{
    background-color: #efecf3;
}

.f-checkbox.f-checkbox--chess.k3{
    background-color: #ffeeee;
}

.f-input--light.f-input{
    border-bottom: 1px solid rgba(207, 228, 241, 0.2);
    color: #ffffff;
    -webkit-transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
    transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
}

.f-input--light.f-input::-webkit-input-placeholder{
    color: #ffffff;
    opacity: 0.5;
}

.f-input--light.f-input::-moz-placeholder{
    color: #ffffff;
    opacity: 0.5;
}

.f-input--light.f-input:-ms-input-placeholder{
    color: #ffffff;
    opacity: 0.5;
}

.f-input--light.f-input::-ms-input-placeholder{
    color: #ffffff;
    opacity: 0.5;
}

.f-input--light.f-input::placeholder{
    color: #ffffff;
    opacity: 0.5;
}

.f-input--light.f-input:hover{
    -webkit-transition: none;
    transition: none;
    border-color: rgba(207, 228, 241, 0.8);
}

.f-select__wrapper--sort{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.f-select__wrapper--sort .ss-single-selected{
    padding: 0px;
}

.f-select__wrapper--sort .ss-content{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 4px;
}

.f-select__wrapper--sort .f-select{
    height: initial;
    padding-bottom: 2px;
}

.favorites__empty{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px;
}

@media (max-width: 767px){
    .favorites__empty{
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

@media (max-width: 1023px){
    .favorites__empty{
        margin-top: 30px;
    }
}

@media (max-width: 767px){
    .favorites__empty{
        margin-top: 24px;
    }
}

.favorites__empty-text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 0){
    .favorites__empty-text{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px){
    .favorites__empty-text{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px){
    .favorites__empty-text{
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 1440px){
    .favorites__empty-text{
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (max-width: 767px){
    .favorites__empty-text{
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.favorites__empty-text + *{
    margin-top: 24px;
}

.favorites__empty-text svg{
    margin-right: 8px;
    display: block;
    min-width: 24px;
}

.favorites__header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (min-width: 0){
    .favorites__header{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px){
    .favorites__header{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px){
    .favorites__header{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px){
    .favorites__header{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

.favorites__header + *{
    margin-top: 18px;
}

.favorites__header svg{
    margin-right: 4px;
}

.favorites__header .f-select__wrapper{
    margin-left: 5px;
}

.footer__menu{
    border-bottom: 1px solid #cfe4f1;
}

.footer__menu::after, .footer__menu::before{
    height: calc(100% + 3px);
    top: -3px;
}

.footer__menu + .footer__info{
    margin-top: 32px;
}

@media (max-width: 1023px){
    .footer__menu + .footer__info{
        margin-top: 26px;
    }
}

@media (max-width: 767px){
    .footer__menu + .footer__info{
        margin-top: 22px;
    }
}

.footer__inner{
    background-color: #f0f8ff;
    padding-bottom: 24px;
}

@media (max-width: 1439px){
    .footer__inner{
        padding-bottom: 20px;
    }
}

@media (max-width: 767px){
    .footer__inner{
        padding-bottom: 16px;
    }
}

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

@media (max-width: 767px){
    .footer__logo{
        width: 50%;
    }
}

@media (max-width: 1023px){
    .footer__logo svg{
        max-width: 118px;
        max-height: 24px;
    }
}

.footer__logo-link{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.footer__rm-link{
    position: relative;
}

.footer__rm-link a{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.footer__info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 767px){
    .footer__info{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer__logo + .footer__info-phone{
    margin-left: 70px;
}

@media (max-width: 1439px){
    .footer__logo + .footer__info-phone{
        margin-left: 56px;
    }
}

@media (max-width: 1023px){
    .footer__logo + .footer__info-phone{
        margin-left: 48px;
    }
}

@media (max-width: 767px){
    .footer__logo + .footer__info-phone{
        margin-left: 0;
        margin-top: 32px;
    }
}

@media (max-width: 767px){
    .footer__info-phone{
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

.footer__info-phone + .footer__info-action{
    margin-left: 16px;
}

.footer__info-action{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media (max-width: 767px){
    .footer__info-action{
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 24px;
    }
}

.footer__info-social{
    margin-left: auto;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

@media (max-width: 767px){
    .footer__info-social{
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 50%;
    }

    .footer__info-social svg{
        width: 24px;
        height: 24px;
    }
}

.footer__info + .footer__policy{
    margin-top: 56px;
}

@media (max-width: 1023px){
    .footer__info + .footer__policy{
        margin-top: 32px;
    }
}

@media (min-width: 0){
    .footer__policy{
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 768px){
    .footer__policy{
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 1024px){
    .footer__policy{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1440px){
    .footer__policy{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

.footer__policy .row > *:last-child{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px){
    .footer__policy .row > *:last-child{
        margin-top: 16px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.header{
    -webkit-transition: -webkit-box-shadow ease-in-out 200ms;
    transition: -webkit-box-shadow ease-in-out 200ms;
    transition: box-shadow ease-in-out 200ms;
    transition: box-shadow ease-in-out 200ms, -webkit-box-shadow ease-in-out 200ms;

}

.header__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 54px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 32px;
    background-color: #ffffff;
}

@media (max-width: 1023px){
    .header__content{
        padding: 0px 15px;
    }
}

@media (max-width: 767px){
    .header__content{
        height: 34px;
    }
}

.header__nav-favorite{
    position: relative;
}

@media (max-width: 767px){
    .header__nav-favorite svg{
        width: 20px;
        height: 20px;
    }
}

.header__nav-favorite a{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.header__logo{
    position: relative;
}

.header__logo-icon{
    width: 149px;
    height: 30px;
    display: block;
}

.header__logo-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header.animated{
    -webkit-transition: background-color ease-in-out 200ms, -webkit-transform ease-in-out 200ms, -webkit-box-shadow ease-in-out 200ms;
    transition: background-color ease-in-out 200ms, -webkit-transform ease-in-out 200ms, -webkit-box-shadow ease-in-out 200ms;
    transition: transform ease-in-out 200ms, background-color ease-in-out 200ms, box-shadow ease-in-out 200ms;
    transition: transform ease-in-out 200ms, background-color ease-in-out 200ms, box-shadow ease-in-out 200ms, -webkit-transform ease-in-out 200ms, -webkit-box-shadow ease-in-out 200ms;
}

.header.fixed{
    position: fixed;
    width: 100%;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    left: 0;
    top: 0;
}

.header.show{
    -webkit-box-shadow: 0px 8px 15px rgba(85, 93, 106, 0.08);
    box-shadow: 0px 8px 15px rgba(85, 93, 106, 0.08);
    background-color: #ffffff;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.map{
    width: 100%;
    height: 660px;
    overflow: hidden;
}

@media (max-width: 1023px){
    .map{
        height: 600px;
    }
}

@media (max-width: 767px){
    .map{
        height: 400px;
    }
}

.balloon__title{
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 600;
    color: #221e26;
    display: block;
    margin-bottom: 6px;
    -webkit-transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
    transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
}

@media (min-width: 0){
    .balloon__title{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 20px;
    }
}

@media (min-width: 768px){
    .balloon__title{
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

@media (min-width: 1024px){
    .balloon__title{
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

@media (min-width: 1440px){
    .balloon__title{
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

.balloon__title:hover{
    -webkit-transition: none;
    transition: none;
    color: #0a7ebf;
}

.balloon__dsc{
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #221e26;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}

@media (min-width: 0){
    .balloon__dsc{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px){
    .balloon__dsc{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px){
    .balloon__dsc{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px){
    .balloon__dsc{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

.balloon__price{
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #221e26;
    font-weight: 500;
}

@media (min-width: 0){
    .balloon__price{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px){
    .balloon__price{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px){
    .balloon__price{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px){
    .balloon__price{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

.page{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: opacity ease-in-out 300ms;
    transition: opacity ease-in-out 300ms;
    opacity: 0;
}

.page.active{
    opacity: 1 !important;
    overflow-y: auto;
    /*overflow: scroll;*/
}

.page.no-active{
    overflow: hidden;
}

.page__inner--mt-32{
    margin-top: 32px;
}

.page__inner--pb-0{
    padding-bottom: 0px;
    margin-top: 32px;
}

.pantries__img{
    width: 100%;
}

.pantries__icon{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 10%);
    transform: translate(-50%, 10%);
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}

.pantries:hover .pantries__icon{
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
    opacity: 1;
}

.pantries a{
    display: block;
    position: relative;
    width: 100%;
}

.parking img{
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

.parking img + *{
    margin-top: 30px;
}

.parking__img{
    height: 100%;
    width: 100%;
}

@media (max-width: 1439px){
    .parking__img{
        height: 560px;
    }
}

@media (max-width: 1023px){
    .parking__img{
        height: 400px;
    }
}

@media (max-width: 767px){
    .parking__img{
        height: 220px;
    }
}

.parking__info{
    height: 100%;
}

@media (max-width: 1439px){
    .parking__info{
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 767px){
    .parking__info{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 1439px){
    .parking__info > *{
        height: 300px;
        max-height: 300px;
        width: calc(50% - 15px);
    }
}

@media (max-width: 1023px){
    .parking__info > *{
        height: 240px;
        max-height: 240px;
    }
}

@media (max-width: 767px){
    .parking__info > *{
        height: 220px;
        width: 100%;
        max-height: 220px;
    }
}

@media (max-width: 1439px){
    .parking__info > *:last-child{
        margin-top: 0px;
        margin-left: 30px;
    }
}

@media (max-width: 767px){
    .parking__info > *:last-child{
        margin-left: 0px;
        margin-top: 12px;
    }
}

.parking__info-card{
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(50% - 15px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f0f8ff;
    border-radius: 4px;
}

.parking__info-img{
    width: 100%;
}

@media (max-width: 1439px){
    .parking__info-img{
        width: calc(50% - 15px);
    }
}

@media (max-width: 767px){
    .parking__info-img{
        width: 100%;
    }
}

.parking__info-title{
    font-size: 72px;
    line-height: 80px;
    font-weight: bold;
    color: #008bf8;
}

@media (min-width: 0){
    .parking__info-desc{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px){
    .parking__info-desc{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px){
    .parking__info-desc{
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 1440px){
    .parking__info-desc{
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

.quotes{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f1f7fa;
    border-radius: 4px;
    padding: 24px;
}

@media (max-width: 1439px){
    .quotes{
        padding: 24px 32px;
    }
}

@media (max-width: 1023px){
    .quotes{
        padding: 24px;
    }
}

@media (max-width: 767px){
    .quotes{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.quotes__text{
    padding-left: 55px;
    font-weight: 500;
}

@media (min-width: 0){
    .quotes__text{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px){
    .quotes__text{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px){
    .quotes__text{
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 1440px){
    .quotes__text{
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (max-width: 767px){
    .quotes__text{
        padding-left: 0px;
        margin-top: 12px;
    }
}

.rm-form__fields-name{
    font-weight: normal;
}

@media (min-width: 0){
    .rm-form__fields-name{
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 768px){
    .rm-form__fields-name{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 1024px){
    .rm-form__fields-name{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1440px){
    .rm-form__fields-name{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

.rm-form__fields-items{
    margin-top: 4px;
    position: relative;
}

.rm-form__fields-error{
    position: absolute;
    top: 100%;
    color: #f09595;
}

@media (min-width: 0){
    .rm-form__fields-error{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 768px){
    .rm-form__fields-error{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1024px){
    .rm-form__fields-error{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1440px){
    .rm-form__fields-error{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

.rm-form__success{
    margin-top: 24px;
}

.rm-form__success svg{
    text-align: center;
    margin: auto;
    width: 32px;
    height: 32px;
}

.rm-form__success-name{
    margin-top: 12px;
}

@media (min-width: 0){
    .rm-form__success-name{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px){
    .rm-form__success-name{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px){
    .rm-form__success-name{
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 1440px){
    .rm-form__success-name{
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

.rm-form__success #successIcon .circle{
    -webkit-animation-name: check;
    animation-name: check;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    stroke-dashoffset: 1000;
    stroke-dasharray: 1000;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.rm-form__success #successIcon .check{
    -webkit-animation-name: check;
    animation-name: check;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    stroke-dashoffset: 1000;
    stroke-dasharray: 1000;
    -webkit-animation-delay: 1s;
    animation-delay: 0.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes check{
    from{
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
    }
    to{
        stroke-dashoffset: 0;
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }
}

@keyframes check{
    from{
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
    }
    to{
        stroke-dashoffset: 0;
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }
}

@media (min-width: 0){
    .typography p, li{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px){
    .typography p, li{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px){
    .typography p, li{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px){
    .typography p, li{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

.typography p.strong{
    font-weight: 500;
}

@media (min-width: 0){
    .typography p.strong{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px){
    .typography p.strong{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px){
    .typography p.strong{
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 1440px){
    .typography p.strong{
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

.typography p.strong + p{
    margin-top: 24px;
}

.typography p + p{
    margin-top: 8px;
}

.typography ol + P,
.typography ul + P{
    margin-top: 16px;
}

* + .typography__visual, .typography__visual + *,
.typography * + .quotes,
.typography .quotes + *,
.typography p + .strong{
    margin-top: 24px;
}

.typography h3, .typography .h3{
    font-weight: bold;
}

@media (min-width: 0){
    .typography h3, .typography .h3{
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 768px){
    .typography h3, .typography .h3{
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 28px;
    }
}

@media (min-width: 1024px){
    .typography h3, .typography .h3{
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 28px;
    }
}

@media (min-width: 1440px){
    .typography h3, .typography .h3{
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 28px;
    }
}

.typography h3 + *, .typography .h3 + *{
    margin-top: 8px;
}

.typography ol{
    padding-left: 16px;
    list-style-type: auto;
}

.typography ol > *{
    padding-left: 10px;
}

.typography ul{
    list-style: none;
}

.typography ul li:not(:first-child){
    margin-top: 8px;
}

.typography ul li{
    padding-left: 12px;
    position: relative;
}

.typography ul li::before{
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #008bf8;
    margin-right: 8px;
}

.typography__visual--video{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 46.25%;
    height: 420px;
}

@media (max-width: 1439px){
    .typography__visual--video{
        height: 364px;
    }
}

@media (max-width: 767px){
    .typography__visual--video{
        height: 164px;
    }
}

.typography__visual--video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.tags{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -4px;
}

.tags__item{
    border-radius: 4px;
    font-weight: 500;
    padding: 6px 12px;
    background: #f0f8ff;
    margin: 4px;
    -webkit-transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
    transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
}

@media (min-width: 0){
    .tags__item{
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 768px){
    .tags__item{
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 1024px){
    .tags__item{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1440px){
    .tags__item{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

.tags__item:hover{
    -webkit-transition: none;
    transition: none;
    color: #0a7ebf;
}

.tags__item.active{
    background: #008bf8;
    color: #ffffff;
    pointer-events: none;
}

.row--around-30{
    margin: -15px;
}

.row--around-30 > *{
    padding: 15px;
}

.row--around-16{
    margin: -8px -15px;
}

.row--around-16 > *{
    padding: 8px 15px;
}

.row--around-24{
    margin: -12px -15px;
}

.row--around-24 > *{
    padding: 12px 15px;
}

.row--around-24-16{
    margin: -12px -15px;
}

@media (max-width: 767px){
    .row--around-24-16{
        margin: -8px -15px;
    }
}

.row--around-24-16 > *{
    padding: 12px 15px;
}

@media (max-width: 767px){
    .row--around-24-16 > *{
        padding: 8px 15px;
    }
}

.popover-arrow{
    display: none !important;
}

.popover-header{
    padding: 0px;
    font-size: initial;
    background-color: transparent;
}

.popover{
    max-width: initial;
    font-family: inherit;
    font-style: initial;
    font-weight: initial;
    line-height: initial;
    text-align: initial;
    text-decoration: initial;
    text-shadow: initial;
    text-transform: initial;
    letter-spacing: initial;
    font-size: initial;
    word-wrap: initial;
    background-color: initial;
    background-clip: initial;
    border: initial;
    border-radius: initial;
}

.popover-header{
    border: none;
}

@media (max-width: 1439px){
    .section + .section{
        margin-top: 56px;
    }
}

@media (max-width: 1023px){
    .section + .section{
        margin-top: 48px;
    }
}

@media (max-width: 767px){
    .section + .section{
        margin-top: 40px;
    }
}

.section + .section--concat{
    position: relative;
    z-index: 2;
}

.section + .section--mt-40{
    margin-top: 40px;
}

.section + .section--mt-32{
    margin-top: 32px;
}

@media (max-width: 767px){
    .section + .section--mt-32{
        margin-top: 24px;
    }
}

.section__header-title{
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 0){
    .section__header-title{
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 30px;
    }
}

@media (min-width: 768px){
    .section__header-title{
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 40px;
    }
}

@media (min-width: 1024px){
    .section__header-title{
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 40px;
    }
}

@media (min-width: 1440px){
    .section__header-title{
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 40px;
    }
}

.section__header-title + *{
    margin-top: 24px;
}

@media (max-width: 767px){
    .section__header-title + *{
        margin-top: 16px;
    }
}

@media (max-width: 767px){
    .section__header-title--btn{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.section__header-desc{
    max-width: 67%;
}

.section__header-desc + *{
    margin-top: 24px;
}

@media (max-width: 1023px){
    .section__header-desc + *{
        margin-top: 16px;
    }
}

@media (min-width: 0){
    .section__header-desc{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px){
    .section__header-desc{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px){
    .section__header-desc{
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 1440px){
    .section__header-desc{
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (max-width: 1023px){
    .section__header-desc{
        max-width: 100%;
    }
}

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

.section__footer{
    margin-top: 32px;
}

@media (max-width: 767px){
    .section__footer{
        margin-top: 24px;
        margin-bottom: 24px;
    }
}

.section + .section--mt-0{
    margin-top: 0px;
}

.section--colored{
    background: #f0f8ff;
    padding: 64px 0px;
}

@media (max-width: 1439px){
    .section--colored{
        padding: 57px 0px;
    }
}

@media (max-width: 1023px){
    .section--colored{
        padding: 48px 0px;
    }
}

@media (max-width: 767px){
    .section--colored{
        padding: 41px 0px;
    }
}

.section--colored + .section__colored{
    margin-top: 0;
}

.swiper--stretch .swiper-slide{
    height: unset;
}

.swiper--stretch .swiper-slide > *{
    height: 100%;
}

.swiper--overflow-opacity .swiper-slide{
    will-change: opacity;
}

.menu--about-object.menu{
    background: #f0f8ff;
    position: relative;
}

@media (max-width: 1023px){
    .menu--about-object.menu{
        width: 100%;
        overflow-x: scroll;
    }
}

.menu--about-object.menu .menu__wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.menu--about-object.menu .menu__wrapper-separator{
    height: 2px;
    background: #0a7ebf;
    position: absolute;
    left: 0;
    bottom: 0;
    visibility: hidden;
}

.menu--about-object.menu .menu__item{
    padding: 16px 0px;
}

.menu--about-object.menu .menu__item.selected a{
    color: #0a7ebf;
}

.menu--about-object.menu .menu__item + .menu__item{
    margin-left: 24px;
}

.menu--about-object.menu .menu__item-logo + .menu__item{
    margin-left: 40px;
}

@media (max-width: 1439px){
    .menu--about-object.menu .menu__item-logo + .menu__item{
        margin-left: 0px;
    }
}

.menu--about-object.menu .menu__item-logo{
    padding: 0px;
}

@media (max-width: 1439px){
    .menu--about-object.menu .menu__item-logo{
        display: none;
    }
}

@media (min-width: 0){
    .menu--about-object.menu .menu__item .link--menu{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px){
    .menu--about-object.menu .menu__item .link--menu{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px){
    .menu--about-object.menu .menu__item .link--menu{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px){
    .menu--about-object.menu .menu__item .link--menu{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (max-width: 1023px){
    .menu--about-object.menu .menu__item .link--menu{
        white-space: nowrap;
    }
}

.menu.menu--footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px;
}

.menu.menu--footer::before{
    right: 99%;
}

.menu.menu--footer::before{
    left: 99%;
}

@media (max-width: 1023px){
    .menu.menu--footer{
        padding: 16px 47px;
    }
}

@media (max-width: 767px){
    .menu.menu--footer{
        padding: 16px 0px;
    }
}

@media (max-width: 767px){
    .menu.menu--footer{
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        white-space: nowrap;
        overflow-x: scroll;
    }
}

.menu.menu--footer .menu__item-text{
    -webkit-transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
    transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
}

@media (min-width: 0){
    .menu.menu--footer .menu__item-text{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px){
    .menu.menu--footer .menu__item-text{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px){
    .menu.menu--footer .menu__item-text{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px){
    .menu.menu--footer .menu__item-text{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

.menu.menu--footer .menu__item-text:hover{
    -webkit-transition: none;
    transition: none;
    color: #0a7ebf;
}

@media (max-width: 767px){
    .menu.menu--footer .menu__item + .menu__item{
        margin-left: 24px;
    }
}

.rm-form.rm-form--aside .rm-form__title{
    font-weight: bold;
}

@media (min-width: 0){
    .rm-form.rm-form--aside .rm-form__title{
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 30px;
    }
}

@media (min-width: 768px){
    .rm-form.rm-form--aside .rm-form__title{
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 40px;
    }
}

@media (min-width: 1024px){
    .rm-form.rm-form--aside .rm-form__title{
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 40px;
    }
}

@media (min-width: 1440px){
    .rm-form.rm-form--aside .rm-form__title{
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 40px;
    }
}

.rm-form.rm-form--aside .rm-form__desc{
    margin-top: 8px;
}

@media (min-width: 0){
    .rm-form.rm-form--aside .rm-form__desc{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px){
    .rm-form.rm-form--aside .rm-form__desc{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px){
    .rm-form.rm-form--aside .rm-form__desc{
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 1440px){
    .rm-form.rm-form--aside .rm-form__desc{
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

.rm-form.rm-form--aside .rm-form__policy{
    max-width: 290px;
    opacity: 0.5;
}

@media (min-width: 0){
    .rm-form.rm-form--aside .rm-form__policy{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px){
    .rm-form.rm-form--aside .rm-form__policy{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px){
    .rm-form.rm-form--aside .rm-form__policy{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px){
    .rm-form.rm-form--aside .rm-form__policy{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (max-width: 1439px){
    .rm-form.rm-form--aside .rm-form__policy{
        max-width: 100%;
    }
}

.rm-form.rm-form--aside .rm-form__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 11px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -8px -15px;
}

@media (max-width: 767px){
    .rm-form.rm-form--aside .rm-form__content{
        padding-top: 24px;
    }
}

.rm-form.rm-form--aside .rm-form__content > *{
    margin: 8px 15px;
}

@media (max-width: 767px){
    .rm-form.rm-form--aside .rm-form__content > *{
        width: 100%;
    }
}

.rm-form.rm-form--aside .rm-form__content > *:nth-child(2), .rm-form.rm-form--aside .rm-form__content > *:first-child{
    -webkit-box-flex: 0;
    -ms-flex: 0 300px;
    flex: 0 300px;
}

@media (max-width: 1023px){
    .rm-form.rm-form--aside .rm-form__content > *:nth-child(2), .rm-form.rm-form--aside .rm-form__content > *:first-child{
        -webkit-box-flex: 0;
        -ms-flex: 0 230px;
        flex: 0 230px;
    }
}

@media (max-width: 767px){
    .rm-form.rm-form--aside .rm-form__content > *:nth-child(2), .rm-form.rm-form--aside .rm-form__content > *:first-child{
        -webkit-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%;
    }
}

.rm-form.rm-form--aside .rm-form__content > *:nth-child(3), .rm-form.rm-form--aside .rm-form__content > *:first-child{
    -webkit-box-flex: 0;
    -ms-flex: 0 300px;
    flex: 0 300px;
}

@media (max-width: 1023px){
    .rm-form.rm-form--aside .rm-form__content > *:nth-child(3), .rm-form.rm-form--aside .rm-form__content > *:first-child{
        -webkit-box-flex: 0;
        -ms-flex: 0 230px;
        flex: 0 230px;
    }
}

@media (max-width: 767px){
    .rm-form.rm-form--aside .rm-form__content > *:nth-child(3), .rm-form.rm-form--aside .rm-form__content > *:first-child{
        -webkit-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%;
    }
}

.rm-form.rm-form--aside .rm-form__success{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 45px;
}

@media (max-width: 767px){
    .rm-form.rm-form--aside .rm-form__success{
        margin-top: 84px;
    }
}

.rm-form.rm-form--aside .rm-form__success svg{
    margin: 0px;
}

.rm-form.rm-form--aside .rm-form__success-name{
    margin-top: 0px;
    margin-left: 16px;
}

.rm-form.rm-form--callback .rm-form__fields + *{
    margin-top: 24px;
}

.rm-form.rm-form--callback .rm-form__fields + .rm-form__policy{
    margin-top: 8px;
}

.rm-form.rm-form--callback .rm-form__fields-name{
    font-weight: normal;
}

@media (min-width: 0){
    .rm-form.rm-form--callback .rm-form__fields-name{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px){
    .rm-form.rm-form--callback .rm-form__fields-name{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px){
    .rm-form.rm-form--callback .rm-form__fields-name{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px){
    .rm-form.rm-form--callback .rm-form__fields-name{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

.rm-form.rm-form--callback .rm-form__policy{
    opacity: 0.7;
    font-weight: normal;
}

@media (min-width: 0){
    .rm-form.rm-form--callback .rm-form__policy{
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }

    .rm-form.rm-form--callback .rm-form__policy > .link{
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 768px){
    .rm-form.rm-form--callback .rm-form__policy{
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }

    .rm-form.rm-form--callback .rm-form__policy > .link{
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 1024px){
    .rm-form.rm-form--callback .rm-form__policy{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }

    .rm-form.rm-form--callback .rm-form__policy > .link{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px){
    .rm-form.rm-form--callback .rm-form__policy{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@keyframes check{
    from{
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
    }
    to{
        stroke-dashoffset: 0;
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }
}

.rm-form.rm-form--filter .rm-form__fields + *{
    margin-top: 24px;
}

.rm-form.rm-form--filter .rm-form__fields-items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rm-form.rm-form--filter .rm-form__fields-items > * + *{
    margin-left: 8px;
}

.rm-form.rm-form--filter .rm-form__additionally-name.collapsed svg{
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.rm-form.rm-form--filter .rm-form__additionally-item + .rm-form__additionally-item{
    margin-top: 16px;
}

.rm-form.rm-form--filter .rm-form__additionally-icon{
    width: 18px;
    height: 18px;
    fill: #0a7ebf;
    margin-left: 4px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: none;
    transform: none;
}

.rm-form.rm-form--filter .rm-form__additionally-list{
    margin-top: 18px;
}

.rm-form.rm-form--filter .rm-form__additionally-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rm-form--subscribe.rm-form{
    border-radius: 4px;
    background-color: #008bf8;
    color: #ffffff;
    padding: 62px 32px 40px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 1439px){
    .rm-form--subscribe.rm-form{
        padding: 40px 24px 20px;
    }
}

@media (max-width: 767px){
    .rm-form--subscribe.rm-form{
        padding: 24px 24px 16px;
    }
}

.rm-form--subscribe.rm-form .rm-form__title{
    font-weight: 700;
}

@media (min-width: 0){
    .rm-form--subscribe.rm-form .rm-form__title{
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 30px;
    }
}

@media (min-width: 768px){
    .rm-form--subscribe.rm-form .rm-form__title{
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 40px;
    }
}

@media (min-width: 1024px){
    .rm-form--subscribe.rm-form .rm-form__title{
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 40px;
    }
}

@media (min-width: 1440px){
    .rm-form--subscribe.rm-form .rm-form__title{
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 40px;
    }
}

.rm-form--subscribe.rm-form .rm-form__fields{
    margin-top: 24px;
}

.rm-form--subscribe.rm-form .rm-form__fields-name{
    font-weight: normal;
}

@media (min-width: 0){
    .rm-form--subscribe.rm-form .rm-form__fields-name{
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 768px){
    .rm-form--subscribe.rm-form .rm-form__fields-name{
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 1024px){
    .rm-form--subscribe.rm-form .rm-form__fields-name{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1440px){
    .rm-form--subscribe.rm-form .rm-form__fields-name{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

.rm-form--subscribe.rm-form .rm-form__fields-items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1439px){
    .rm-form--subscribe.rm-form .rm-form__fields-items{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.rm-form--subscribe.rm-form .rm-form__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.rm-form--subscribe.rm-form .rm-form__policy{
    opacity: 0.5;
    font-weight: 500;
}

@media (min-width: 0){
    .rm-form--subscribe.rm-form .rm-form__policy{
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 768px){
    .rm-form--subscribe.rm-form .rm-form__policy{
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 1024px){
    .rm-form--subscribe.rm-form .rm-form__policy{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1440px){
    .rm-form--subscribe.rm-form .rm-form__policy{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 0){
    .rm-form--subscribe.rm-form .rm-form__policy .link{
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 768px){
    .rm-form--subscribe.rm-form .rm-form__policy .link{
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 1024px){
    .rm-form--subscribe.rm-form .rm-form__policy .link{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1440px){
    .rm-form--subscribe.rm-form .rm-form__policy .link{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (max-width: 1023px){
    .rm-form--subscribe.rm-form .rm-form__policy{
        margin-top: 44px;
    }
}

@media (max-width: 767px){
    .rm-form--subscribe.rm-form .rm-form__policy{
        margin-top: 32px;
    }
}

.f-fields__name{
    padding-bottom: 17px;
    font-weight: normal;
}

@media (min-width: 0){
    .f-fields__name{
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 768px){
    .f-fields__name{
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 1024px){
    .f-fields__name{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1440px){
    .f-fields__name{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

.modal-header, .modal-body{
    padding: 0px;
}

.modal-header{
    border-bottom: none;
    color: #221e26;
    font-weight: bold;
}

@media (min-width: 0){
    .modal-header{
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 768px){
    .modal-header{
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 28px;
    }
}

@media (min-width: 1024px){
    .modal-header{
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 28px;
    }
}

@media (min-width: 1440px){
    .modal-header{
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 28px;
    }
}

.modal-header + *{
    margin-top: 24px;
}

.modal-content{
    padding: 32px 24px;
    position: relative;
    border: none;
}

.modal .btn-close{
    height: 14px;
    width: 14px;
    padding: 0px;
    position: absolute;
    top: 21px;
    right: 21px;
    opacity: 1;
    -webkit-transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
    transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
}

.modal .btn-close:hover{
    -webkit-transition: none;
    transition: none;
    opacity: 0.5;
}

.modal-dialog{
    width: 410px;
}

@media (max-width: 1439px){
    .modal-dialog{
        width: 480px;
    }
}

@media (max-width: 767px){
    .modal-dialog{
        width: calc(100% - 30px);
    }
}

.nav-arrow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-arrow__prev + .nav-arrow__next{
    margin-left: 8px;
}

.nav-arrow__progress{
    position: relative;
    width: 100%;
    height: 2px;
    margin-left: 16px;
    background: #f0f8ff;
}

.nav-arrow__progress .swiper-pagination-progressbar-fill{
    background: #0872c5;
}

@media (max-width: 767px){
    .tab .nav-pills{
        overflow: scroll;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .tab .nav-pills > *{
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
    }
}

.tab .nav-link{
    background: #f1f7fa;
    color: #221e26;
    font-weight: 500;
    padding: 10px 12px;
    border-radius: 4px;
    -webkit-transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
    transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
}

@media (min-width: 0){
    .tab .nav-link{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px){
    .tab .nav-link{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px){
    .tab .nav-link{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px){
    .tab .nav-link{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

.tab .nav-link:hover{
    -webkit-transition: none;
    transition: none;
    color: #0a7ebf;
    background: #cfe4f1;
}

.tab .nav-link.active{
    pointer-events: none;
    background: #008bf8;
    color: #ffffff;
}

.f-input__file{
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
}

.f-input__file-label{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.f-input__file-label > span{
    opacity: 0.5;
}

.rm-form__content .rm-form__fields--message{
    height: 39px !important;
}

.map-shell{
    position: relative;
}

.rm-form__content{
    position: relative;
}

.rm-form .rm-form__content .rm-form__fields--message textarea{
    line-height: 0.6em;
    padding-top: 0;
    padding-bottom: 0;

}

.rm-form.rm-form--vacancy .rm-form__fields{
    height: auto;
}

section.section.section--concat .container.container--disable-md{
    position: relative;
    min-height: 138px;
}

section.section.section--concat .container.container--disable-md .filter.smartfilter{
    width: 100%;
}

.section--mt-40{
    margin-top: 40px;
}

.section--mt-custom{
    margin-top: 56px;
}

@media (max-width: 1439px){
    .section--mt-custom{
        margin-top: 40px;
    }

    .section__header-desc{
        max-width: 905px;
    }
}

.tooltip{
    background: transparent;
}

.tooltip-inner{
    background: transparent;
}

.tab--detail.tab .tab-content{
    height: unset;
}

.page__inner-no-overflow{
    overflow: visible;
}

.modal-dialog{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content{
    height: max-content;
}

.nav-arrow.nav-arrow--hero{
    top: -140px;
}

@media (max-width: 1023px){
    .nav-arrow.nav-arrow--hero{
        top: -90px;
    }
}

@media (max-width: 767px){
    .section.section.section--concat .container.container--disable-md{
        min-height: 330px;
    }
}

@media (min-width: 0){
    .rm-form.rm-form--callback .rm-form__policy .link{
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 768px){
    .rm-form.rm-form--callback .rm-form__policy .link{
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 1024px){
    .rm-form.rm-form--callback .rm-form__policy .link{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1440px){
    .rm-form.rm-form--callback .rm-form__policy .link{
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

.nav-pills .nav-item{
    margin-left: 10px;
}

@media (min-width: 1024px){
    .rm-form__fields--inputs{
        -webkit-box-flex: 0;
        -ms-flex: 0 300px;
        flex: 0 300px;
    }
}

.nav-arrow--hero{
    margin-top: 24px;
}

.nav-pills .nav-item:first-child{
    margin-left: 0;
}

.socials__item-icon{
    width: 32px;
    height: 32px;
}

@media (max-width: 1023px){
    .socials__item-icon{
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 767px){
    .rm-form.rm-form--callback .rm-form__fields-name{
        font-size: 12px;
    }
}

.manager{
    display: none;
}

@media (min-width: 768px) and (max-width: 1023px){
    .rm-form__fields{
        flex: 0 100px;
    }

    .rm-form__fields--inputs{
        flex: 0 230px !important;
    }
}

#vacancy .modal-dialog{
    height: 100%;
    display: block;
    justify-content: unset;
    align-items: unset;
}

@media (max-width: 767px){
    .footer__logo .header__logo-icon{
        height: 25px;
    }

    .header__logo .header__logo-icon{
        width: 120px;
    }
}