@font-face{font-family:'gerbera-light';src:url('fonts/gerbera/Gerbera-Light.eot');src:url('fonts/gerbera/Gerbera-Light.eot?#iefix') format('embedded-opentype'),url('fonts/gerbera/Gerbera-Light.woff') format('woff'),url('fonts/gerbera/Gerbera-Light.woff2') format('woff2'),url('fonts/gerbera/Gerbera-Light.ttf') format('truetype');font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:'gerbera-medium';src:url('fonts/gerbera/Gerbera-Medium.eot');src:url('fonts/gerbera/Gerbera-Medium.eot?#iefix') format('embedded-opentype'),url('fonts/gerbera/Gerbera-Medium.woff') format('woff'),url('fonts/gerbera/Gerbera-Medium.woff2') format('woff2'),url('fonts/gerbera/Gerbera-Medium.ttf') format('truetype');font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:'gerbera-bold';src:url('fonts/gerbera/Gerbera-Bold.eot');src:url('fonts/gerbera/Gerbera-Bold.eot?#iefix') format('embedded-opentype'),url('fonts/gerbera/Gerbera-Bold.woff') format('woff'),url('fonts/gerbera/Gerbera-Bold.woff2') format('woff2'),url('fonts/gerbera/Gerbera-Bold.ttf') format('truetype');font-weight:normal;font-style:normal;font-display:swap}
@font-face{font-family:glober-light;src:url(fonts/globerm/GloberMLight.eot);src:url(fonts/globerm/GloberMLight.eot?#iefix) format('embedded-opentype'),url(fonts/globerm/GloberMLight.woff) format('woff'),url(fonts/globerm/GloberMLight.ttf) format('truetype'),url(fonts/globerm/GloberMLight.svg#GloberMLight) format('svg');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:glober-book;src:url(fonts/globerm/GloberMBook.eot);src:url(fonts/globerm/GloberMBook.eot?#iefix) format('embedded-opentype'),url(fonts/globerm/GloberMBook.woff) format('woff'),url(fonts/globerm/GloberMBook.ttf) format('truetype'),url(fonts/globerm/GloberMBook.svg#GloberMBook) format('svg');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:glober-regular;src:url(fonts/globerm/GloberMRegular.eot);src:url(fonts/globerm/GloberMRegular.eot?#iefix) format('embedded-opentype'),url(fonts/globerm/GloberMRegular.woff) format('woff'),url(fonts/globerm/GloberMRegular.ttf) format('truetype'),url(fonts/globerm/GloberMRegular.svg#GloberMRegular) format('svg');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:glober-semibold;src:url(fonts/globerm/GloberMSemiBold.eot);src:url(fonts/globerm/GloberMSemiBold.eot?#iefix) format('embedded-opentype'),url(fonts/globerm/GloberMSemiBold.woff) format('woff'),url(fonts/globerm/GloberMSemiBold.ttf) format('truetype'),url(fonts/globerm/GloberMSemiBold.svg#GloberMSemiBold) format('svg');font-weight:400;font-style:normal;font-display:swap}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
body, ol ol, ol ul, ul ol, ul ul {
    margin: 0;
}
blockquote, body, sub, sup {
    position: relative;
}
body{
    webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 100%;
    word-spacing: 1.6px;
    font: 16px/1.6em glober-regular;
    color: #272727;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.link, .link:focus, a, a:focus {
    color: #2A94E5;
    text-decoration: none;
}
.b-btn-rounded, .b-default-btn {
    display: inline-block;
    transition: all .4s cubic-bezier(.26,.86,.44,.985) 0s;
    white-space: nowrap;
}
.b-btn-rounded {
    margin-top: 24px;
    padding: 26px 47px 18px;
    border-radius: 54px;
    background-color: rgba(124,175,25,.8);
    font: 24px glober-book;
    color: #FFF;
}
.b-btn-rounded_big {
    padding: 32px 47px 24px;
    width: 431px;
    font: 32px/46px glober-regular;
}
.b-travel-video__play {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 6px 0 0;
    width: 250px;
    height: 62px;
    border: none;
    border-radius: 4px;
    background: #FFF;
    cursor: pointer;
    transition: background-color .2s ease;
    line-height: 1.2;
    font-weight: 700;
    font-size: 20px;
    color: #000;
}
.b-travel-video__play .os-icon {
    margin: -3px 0 0 13px;
}

.os-icon {
    width: calc(24px * var(--icon-zoom-index,1));
    height: calc(24px * var(--icon-zoom-index,1));
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.os-btn-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: calc(56px * var(--btn-zoom-index, 1));
    height: calc(56px * var(--btn-zoom-index, 1));
    border-radius: 50%;
    background: #FFF;
    cursor: pointer
}

.os-btn-icon:hover, .os-btn-icon:focus {
    outline: none;
    background: #0B276F
}

.os-btn-icon .os-icon {
    pointer-events: none;
    transition: all .2s ease;
    color: #00AEEF
}

.os-icon, .os-icon_btn, .os-icon_link {
    vertical-align: middle
}

.os-icon {
    width: calc(24px * var(--zoom-index, 1));
    height: calc(24px * var(--zoom-index, 1));
    max-width: 100%;
    max-height: 100%
}

.os-icon-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: var(--align-items, flex-start);
    -moz-align-items: var(--align-items, flex-start);
    -ms-align-items: var(--align-items, flex-start);
    align-items: var(--align-items, flex-start);
    -webkit-justify-content: var(--justify-items, flex-start);
    -moz-justify-content: var(--justify-items, flex-start);
    -ms-justify-content: var(--justify-items, flex-start);
    justify-content: var(--justify-items, flex-start);
    -webkit-flex-wrap: var(--wrap-items, nowrap);
    -moz-flex-wrap: var(--wrap-items, nowrap);
    -ms-flex-wrap: var(--wrap-items, nowrap);
    flex-wrap: var(--wrap-items, nowrap);
    margin: 0;
    padding: 0;
    list-style: none
}

.os-icon-bar__item {
    padding: 0;
    margin: 0
}

.os-icon-bar__item:not(:last-child) {
    margin-right: var(--space-between, 10px)
}

.os-icon-bar__icon {
    width: var(--icon-width, 70px);
    max-height: var(--icon-max-height, 70px)
}

.os-btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    width: calc(24px * var(--zoom-index, 1));
    height: calc(24px * var(--zoom-index, 1));
    border: 0;
    background: none;
    z-index: 1;
    color: #272727
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    overflow: hidden;
    opacity: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.modal._open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    background-color: rgba(10, 17, 31, 0.96);
    overflow: hidden auto;
    z-index: 2000
}

.modal-open {
    overflow: hidden;
    height: 100vh
}

.modal-dialog {
    margin: auto;
    max-width: 920px;
    transition: all cubic-bezier(0.26, 0.86, 0.44, 0.985) 0.4s
}

.modal-dialog_full-width {
    max-width: 100%
}

@media (min-width: 992px) {
    .modal-dialog {
        width: 920px
    }
}

@media all and (max-width: 991px) {
    .modal-dialog {
        max-width: 100%
    }
}

.modal-content {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: #FFF;
    outline: 0
}

.modal-content .currency-logo {
    padding-left: 5px
}

.modal-header {
    position: relative;
    padding: 34px;
    text-align: center;
    color: #272727
}

.modal-title {
    font: 30px/1.25em "glober-book"
}

.modal__sub-title {
    display: block;
    margin-top: 20px;
    font-size: 1.2em
}

.modal-body {
    position: relative;
    z-index: 10;
    padding: 34px;
    margin: 0
}

.modal-footer {
    position: relative;
    z-index: 5;
    padding: 25px 34px;
    border-radius: 0 0 8px 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.modal-btn-close {
    --zoom-index: .8;
    top: 34px;
    right: 34px;
    z-index: 11
}

.modal-btn-close:hover {
    color: #000
}

@media all and (max-width: 767px) {
    .modal-btn-close {
        top: 17px;
        right: 17px
    }
}

.modal__close-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.modal-notification {
    margin-top: .5em
}

.modal_video .modal-btn-close {
    top: 0;
    right: -40px;
    color: #FFF
}

.modal_video .modal-btn-close:hover {
    color: #FFF
}

.modal_video .modal-content {
    background: transparent
}

.modal_video .video-block {
    margin: 0 auto
}

.modal_video .video-block iframe {
    max-width: 100%
}

@media all and (min-width: 1200px) {
    .modal_video .modal-content {
        max-width: none
    }
}

@media (min-width: 992px) {
    .modal_video .modal-dialog {
        width: auto
    }
}

@media (max-width: 1199px) {
    .modal_video .modal-btn-close {
        top: auto;
        bottom: 103%;
        right: 10px
    }
}
.wrapper.wrapper_landing{position: relative;z-index: 6;background: #FFF;font: 16px/1.6em glober-regular;color: #272727;height: 100vh;overflow-x: hidden;overflow-y: scroll;scroll-behavior: smooth;}
.b-page {
    background: #F3F1ED;
}
@-webkit-keyframes animateArrowScroll{0%,40%{opacity:0}100%{opacity:1}}@-moz-keyframes animateArrowScroll{0%,40%{opacity:0}100%{opacity:1}}@-ms-keyframes animateArrowScroll{0%,40%{opacity:0}100%{opacity:1}}.b-arrow-scroll{position:relative;transform:rotate(45deg);display:block;margin:10px auto 0;width:24px;height:24px;border-right:2px solid #FFF;border-bottom:2px solid #FFF;cursor:pointer;opacity:0;animation:animateArrowScroll 1.5s infinite alternate}.b-btn-rounded,.b-default-btn{display:inline-block;transition:all .4s cubic-bezier(.26,.86,.44,.985) 0s;white-space:nowrap}.b-arrow-scroll:after,.b-arrow-scroll:before{content:"";position:absolute;top:10px;left:10px;width:22px;height:22px;border-right:2px solid #FFF;border-bottom:2px solid #FFF}.b-intro,.b-intro__content,.b-projects{position:relative}.b-arrow-scroll:after{top:20px;left:20px}.b-default-btn{z-index:99;padding:17px 54px 11px;border:2px solid #E5E5E5;border-radius:6px;background-color:#E5E5E5;cursor:pointer;font:20px glober-book;color:#000}.b-default-btn:hover{background-color:rgba(235,236,233,.8);border-color:#fff;color:#000}.b-default-btn__icon{margin-left:5px;width:12px;height:12px;stroke-width:3;stroke:#000;transition:all .4s cubic-bezier(.26,.86,.44,.985) 0s}.b-default-btn_transparent{border:2px solid #FFF;background:0 0;color:#FFF}.b-default-btn_transparent .b-default-btn__icon{stroke:#FFF}.b-default-btn_transparent:hover{color:#000;background:#FFF!important}.b-default-btn_transparent:hover .b-default-btn__icon{stroke:#000}.b-btn-rounded{margin-top:24px;padding:26px 47px 18px;border-radius:54px;background-color:rgba(124,175,25,.8);font:24px glober-book;color:#FFF}.b-btn-rounded:hover{background-color:#7caf19;color:#FFF}.b-btn-rounded:focus{color:#FFF}.b-btn-rounded_big{padding:32px 47px 24px;width:431px;font:32px/46px glober-regular}@media (max-width:767px){.b-btn-rounded_big{padding:19px 47px 14px;width:288px;font-size:22px}}.b-intro{z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:50px 20px;width:100%;min-height:772px;overflow:hidden;text-align:center;color:#FFF}.b-intro_house .b-intro__text{color:white;margin-top:95px;font:32px/1.43em glober-light}@media (max-width:767px){.b-intro{min-height:680px}.b-intro_house .b-intro__text{margin-top:66px;font-size:25px}}.b-intro__header{display:block;margin-bottom:30px;letter-spacing:-2px;font:55px/1.45 glober-light}.b-text-row__content,.b-text-row__plain-text{display:inline-block;color:#000;text-align:center}@media (max-width:767px){.b-intro__header{font-size:45px}}.b-intro__subheader{margin-bottom:60px;font:22px/1.59 glober-book}.b-intro__text{font:18px glober-book;cursor:pointer}.b-content-block{background:#FFF}.b-content-block_gradient{background-image:linear-gradient(to bottom,#F8F8F8 0,#FFF 100%);overflow:hidden}.b-content-block__business-pro{padding:80px 0}.b-text-row{padding-top:85px;padding-bottom:86px;background:#F8F8F8;text-align:center}.b-text-row__header{margin-bottom:30px;font:36px/1 glober-light;color:#000}.b-text-row__plain-text{font:16px/1.56 glober-regular}.b-text-row__content{width:730px;font:22px/1.59em glober-light}.b-text-row_white{background:#FFF}.b-text-row_no-padding{padding-bottom:0}.b-text-row_reg{padding-top:84px;padding-bottom:84px}.b-text-row_reg .b-text-row__content{line-height:35px;font-size:32px}.b-text-row__business-pro{margin-bottom:10px}.b-text-row__business-pro .b-text-row__content{width:auto;max-width:1050px;line-height:1.66;font-size:24px}@media (max-width:767px){.b-text-row__business-pro .b-text-row__content{padding:0 10px;line-height:1.4;font-size:23px}}.b-projects{padding:115px 0 65px;background:#394357;color:#FFF}.b-projects:after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);z-index:2;width:calc(100% - 32px);height:1px;max-width:1128px;background:rgba(255,255,255,.1)}.b-projects__title{display:block;max-width:550px;margin:0 auto 40px;text-align:center;font:39px/1.38em glober-light}.b-projects__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:center}.b-projects__item{display:block;width:245px}@media (max-width:767px){.b-projects{padding:65px 16px 50px}.b-projects__title{margin:0 auto 33px;letter-spacing:-1px;line-height:35px;font-size:29px}.b-projects__list{display:block}.b-projects__item{margin:0 auto}}.b-projects__item:not(:last-child){margin-right:75px}@media (max-width:767px){.b-projects__item:not(:last-child){margin:0 auto 40px}}.b-projects__item:focus .b-projects__img,.b-projects__item:hover .b-projects__img{box-shadow:0 10px 50px}.b-projects__img{display:block;width:100%;border:none;border-radius:50%;overflow:hidden;transition:box-shadow .2s ease;color:rgba(255,255,255,.32)}.b-projects__text{display:block;margin:30px -2px 0;text-align:center;line-height:35px;font-size:22px;color:#FFF}.b-page{background:#F3F1ED}@media (max-width:1199px){.b-page .b-content-block .b-text-row__content,.b-page .b-content-block .text-left-align{transform:none;padding:0 40px;width:auto}}@media (max-width:767px){.b-page .photostack__header{font-size:45px}}.b-work-with-us .b-text-row__content{margin:0 auto 38px;width:100%}@media (max-width:991px){.b-page .b-content-block .b-text-row__content,.b-page .b-content-block .text-left-align{padding:0 20px}.b-work-with-us{padding:103px 0 170px;background:#FFF;text-align:center}.b-work-with-us .b-text-row__content{transform:none;margin:0 auto;line-height:54px;font-size:39px}}.b-parallax{position:absolute;top:-10px;left:0;width:100%;height:150%;background-repeat:no-repeat;filter:brightness(.7)}.b-parallax_house{background:url(images/home/business-house-main.jpg) top right no-repeat}@media (max-width:767px){.b-parallax_house{background-position:top right 15%;background-size:1300px}}.b-parallax_pro{background:url(images/pro/business-pro.jpg) top center no-repeat}@media (max-width:991px){.b-parallax_pro{background-position:37% top}}@media (max-width:767px){.b-parallax_pro{background-position:32% 12%}}
.b-btn-play,.b-stories .swiper-slide-active .b-btn-play{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox}.b-btn-arrow,.b-btn-play{transition:background-color .2s ease}.b-btn-arrow_dark .b-btn-arrow__icon,.b-btn-play,.b-btn-play:active,.b-btn-play:focus,.b-btn-play:hover,.b-btn-play:link,.b-btn-play:visited{color:#FFF}.b-btn-play{--zoom-index:1.5;display:flex;justify-content:center;align-items:center;width:100px;height:100px;border-radius:4px;background:#00AEEF;cursor:pointer}@media (max-width:767px){.b-btn-play{--zoom-index:1.2;width:65px;height:65px}}.b-btn-play:focus,.b-btn-play:hover{background:#0099D6}.b-btn-arrow{margin:0 10px 0 0;flex-shrink:0;width:32px;height:32px}.b-btn-arrow:focus,.b-btn-arrow:hover{background:#00AEEF}.b-btn-arrow_dark{background:#0B276F}.b-pagination{min-width:45px;letter-spacing:1px;line-height:1.25;font-size:16px;color:#FFF}.b-pagination_dark{color:#0B276F}.b-stories{position:relative;margin:54px 120px 0}@media (max-width:1399px){.b-stories{margin:54px 50px 0}}.b-stories .b-btn-play{display:none}.b-stories .swiper-slide-active .b-btn-play{display:flex}.b-stories .swiper-slide-duplicate.swiper-slide-prev:not(.swiper-slide-active){opacity:0}.b-stories__slide{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.b-stories__video{width:61.78%;height:472px;overflow:hidden}@media (max-width:991px){.b-stories__slide{display:block}.b-stories__video{width:100%}}.b-stories__video .b-btn-play{position:absolute;top:55px;left:40px}@media (max-width:767px){.b-stories{margin:40px auto 0;max-width:364px}.b-stories__video{height:227px}.b-stories__video .b-btn-play{top:24px;left:22px}}.b-stories__preview{width:100%;height:100%;object-fit:cover}.b-stories__preview._mama-person-04{width:auto;max-height:100%}.b-stories__content{position:relative;margin:55px 0 0 -95px;padding:53px 45px 0 53px;width:550px;height:450px;background:#0B276F;color:#FFF}@media (max-width:991px){.b-stories__content{margin:0;width:100%}}.b-stories__quote{margin:0 0 20px;letter-spacing:-1px;font:26px/1.3 gerbera-medium}@media (max-width:767px){.b-stories__content{padding:42px 20px 40px;min-height:352px;height:auto}.b-stories__quote{font-size:23px}}.b-stories__quote._small{font-size:25px}.b-stories__author{margin:0}.b-stories__flag{position:relative;top:-1px;display:inline-block;width:36px;height:24px;margin-right:5px;vertical-align:middle}.b-stories__nav{position:absolute;bottom:33px;right:40px;z-index:2;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center}.b-card-person{margin:0;background-color:#FFF}.b-card-person__img-container{position:relative}.b-card-person__img{width:100%;min-height:207px;object-fit:cover}.b-card-person__btn-play{--zoom-index:1;position:absolute;bottom:14px;left:14px;width:38px;height:34px}@media (max-width:991px){.b-card-person__btn-play{width:44px;height:44px}}@media (max-width:767px){.b-stories__quote._small{font-size:23px}.b-stories__author{font-size:17px}.b-stories__nav{display:none}.b-card-person__btn-play{bottom:17px;left:16px}}.b-card-person__info{padding:15px 17px 20px;letter-spacing:-.4px;font:.875rem/1.28571429em gerbera-light;color:#272727}.b-card-person__title{margin-bottom:6px;letter-spacing:-.2px;font:1rem/1.25em gerbera-medium;color:#0B276F}.b-card-person__flag{margin-right:10px;width:25px;height:19px;box-shadow:0 2.7px 5.4px rgba(0,0,0,.2);vertical-align:text-bottom}.b-play-video{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;align-items:center;transition:color .2s ease;font:16px/1.31 gerbera-medium;color:#FFF}.b-play-video:visited{color:#FFF}.b-play-video .os-btn-icon{margin-right:13px}
@-webkit-keyframes animateArrowScroll{0%,40%{opacity:0}100%{opacity:1}}@-moz-keyframes animateArrowScroll{0%,40%{opacity:0}100%{opacity:1}}@-ms-keyframes animateArrowScroll{0%,40%{opacity:0}100%{opacity:1}}.b-arrow-scroll{position:relative;transform:rotate(45deg);display:block;margin:10px auto 0;width:24px;height:24px;border-right:2px solid #FFF;border-bottom:2px solid #FFF;cursor:pointer;opacity:0;animation:animateArrowScroll 1.5s infinite alternate}.b-btn-rounded,.b-default-btn{display:inline-block;transition:all .4s cubic-bezier(.26,.86,.44,.985) 0s;white-space:nowrap}.b-arrow-scroll:after,.b-arrow-scroll:before{content:"";position:absolute;top:10px;left:10px;width:22px;height:22px;border-right:2px solid #FFF;border-bottom:2px solid #FFF}.b-intro,.b-intro__content,.b-projects{position:relative}.b-arrow-scroll:after{top:20px;left:20px}.b-default-btn{z-index:99;padding:17px 54px 11px;border:2px solid #E5E5E5;border-radius:6px;background-color:#E5E5E5;cursor:pointer;font:20px glober-book;color:#000}.b-default-btn:hover{background-color:rgba(235,236,233,.8);border-color:#fff;color:#000}.b-default-btn__icon{margin-left:5px;width:12px;height:12px;stroke-width:3;stroke:#000;transition:all .4s cubic-bezier(.26,.86,.44,.985) 0s}.b-default-btn_transparent{border:2px solid #FFF;background:0 0;color:#FFF}.b-default-btn_transparent .b-default-btn__icon{stroke:#FFF}.b-default-btn_transparent:hover{color:#000;background:#FFF!important}.b-default-btn_transparent:hover .b-default-btn__icon{stroke:#000}.b-btn-rounded{margin-top:24px;padding:26px 47px 18px;border-radius:54px;background-color:rgba(124,175,25,.8);font:24px glober-book;color:#FFF}.b-btn-rounded:hover{background-color:#7caf19;color:#FFF}.b-btn-rounded:focus{color:#FFF}.b-btn-rounded_big{padding:32px 47px 24px;width:431px;font:32px/46px glober-regular}@media (max-width:767px){.b-btn-rounded_big{padding:19px 47px 14px;width:288px;font-size:22px}}.b-intro{z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:50px 20px;width:100%;min-height:772px;overflow:hidden;text-align:center;color:#FFF}.b-intro_house .b-intro__text{margin-top:95px;font:32px/1.43em glober-light}@media (max-width:767px){.b-intro{min-height:680px}.b-intro_house .b-intro__text{margin-top:66px;font-size:25px}}.b-intro__header{display:block;margin-bottom:30px;letter-spacing:-2px;font:55px/1.45 glober-light}.b-text-row__content,.b-text-row__plain-text{display:inline-block;color:#000;text-align:center}@media (max-width:767px){.b-intro__header{font-size:45px}}.b-intro__subheader{margin-bottom:60px;font:22px/1.59 glober-book}.b-intro__text{font:18px glober-book;cursor:pointer}.b-content-block{background:#FFF}.b-content-block_gradient{background-image:linear-gradient(to bottom,#F8F8F8 0,#FFF 100%);overflow:hidden}.b-content-block__business-pro{padding:80px 0}.b-text-row{padding-top:85px;padding-bottom:86px;background:#F8F8F8;text-align:center}.b-text-row__header{margin-bottom:30px;font:36px/1 glober-light;color:#000}.b-text-row__plain-text{font:16px/1.56 glober-regular}.b-text-row__content{width:730px;font:22px/1.59em glober-light}.b-text-row_white{background:#FFF}.b-text-row_no-padding{padding-bottom:0}.b-text-row_reg{padding-top:84px;padding-bottom:84px}.b-text-row_reg .b-text-row__content{line-height:35px;font-size:32px}.b-text-row__business-pro{margin-bottom:10px}.b-text-row__business-pro .b-text-row__content{width:auto;max-width:1050px;line-height:1.66;font-size:24px}@media (max-width:767px){.b-text-row__business-pro .b-text-row__content{padding:0 10px;line-height:1.4;font-size:23px}}.b-projects{padding:115px 0 65px;background:#394357;color:#FFF}.b-projects:after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);z-index:2;width:calc(100% - 32px);height:1px;max-width:1128px;background:rgba(255,255,255,.1)}.b-projects__title{display:block;max-width:550px;margin:0 auto 40px;text-align:center;font:39px/1.38em glober-light}.b-projects__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:center}.b-projects__item{display:block;width:245px}@media (max-width:767px){.b-projects{padding:65px 16px 50px}.b-projects__title{margin:0 auto 33px;letter-spacing:-1px;line-height:35px;font-size:29px}.b-projects__list{display:block}.b-projects__item{margin:0 auto}}.b-projects__item:not(:last-child){margin-right:75px}@media (max-width:767px){.b-projects__item:not(:last-child){margin:0 auto 40px}}.b-projects__item:focus .b-projects__img,.b-projects__item:hover .b-projects__img{box-shadow:0 10px 50px}.b-projects__img{display:block;width:100%;border:none;border-radius:50%;overflow:hidden;transition:box-shadow .2s ease;color:rgba(255,255,255,.32)}.b-projects__text{display:block;margin:30px -2px 0;text-align:center;line-height:35px;font-size:22px;color:#FFF}.b-page{background:#F3F1ED}@media (max-width:1199px){.b-page .b-content-block .b-text-row__content,.b-page .b-content-block .text-left-align{transform:none;padding:0 40px;width:auto}}@media (max-width:767px){.b-page .photostack__header{font-size:45px}}.b-work-with-us .b-text-row__content{margin:0 auto 38px;width:100%}@media (max-width:991px){.b-page .b-content-block .b-text-row__content,.b-page .b-content-block .text-left-align{padding:0 20px}.b-work-with-us{padding:103px 0 170px;background:#FFF;text-align:center}.b-work-with-us .b-text-row__content{transform:none;margin:0 auto;line-height:54px;font-size:39px}}.b-parallax{position:absolute;top:-10px;left:0;width:100%;height:150%;background-repeat:no-repeat;filter:brightness(.7)}.b-parallax_house{background:url(images/home/business-house-main.jpg) top right no-repeat}@media (max-width:767px){.b-parallax_house{background-position:top right 15%;background-size:1300px}}.b-parallax_pro{background:url(images/pro/business-pro.jpg) top center no-repeat}@media (max-width:991px){.b-parallax_pro{background-position:37% top}}@media (max-width:767px){.b-parallax_pro{background-position:32% 12%}}.b-travel{background:#FFF}.b-travel-intro{padding:260px 20px 200px;background:url(images/travel/intro.jpg) center top/1920px no-repeat;text-align:center;letter-spacing:-1px;font:32px/46px glober-light;color:#FFF}@media only screen and (min-resolution:124dpi),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:5/4),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.b-travel-intro{background-image:url(images/travel/intro-2x.jpg)}}@media (max-width:767px){.b-travel-intro{padding:133px 20px 180px;background:url(images/travel/intro-mob.jpg) center/cover no-repeat;line-height:36px;font-size:25px}}.b-travel-intro__title{font-weight:200;display:block;margin-bottom:140px;text-transform:uppercase;letter-spacing:-2px;line-height:70px;font-size:55px}@media (max-width:767px){.b-travel-intro__title{margin-bottom:105px;line-height:52px;font-size:45px}}.b-travel-planet{position:relative;margin:90px auto;padding:182px 0 193px 158px;max-width:1820px;border-radius:10px;overflow:hidden;background:#F8F8F8;color:#000}@media (max-width:1919px){.b-travel-planet{padding:122px 0 122px 90px}}@media (max-width:1199px){.b-travel-planet{padding:100px 0 100px 16px}}@media (max-width:767px){.b-travel-planet{margin:0;padding:70px 16px 80px}}.b-travel-planet__desc{max-width:530px}.b-travel-planet__title{display:block;margin:0 0 46px;line-height:57px;font-weight:400;font-size:46px}@media (max-width:767px){.b-travel-planet__title{margin:0 0 28px;line-height:37px;font-size:30px}}.b-travel-planet__tip{margin:0 0 21px;line-height:35px;font-size:22px}@media (max-width:767px){.b-travel-planet__tip{margin:0 0 8px;line-height:27px;font-size:18px;color:#272727}}.b-travel-planet__footer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:flex-end;line-height:35px;font-weight:700;font-size:22px}.b-travel-planet__icon{margin:0 23px 0 0;width:78px}.b-travel-planet__img{position:absolute;top:0;right:0;z-index:0;display:block}@media (max-width:1919px){.b-travel-planet__img{width:auto;height:100%}}@media (max-width:767px){.b-travel-planet__footer{line-height:27px;font-size:18px;color:#272727}.b-travel-planet__img{display:none}}.b-travel-places{position:relative;margin:160px auto 0;padding:325px 0 185px 840px;max-width:1920px;color:#000}@media (max-width:1399px){.b-travel-planet{border-radius:0}.b-travel-planet__img{right:-140px}.b-travel-places{padding:275px 3px 215px 840px}}@media (max-width:1199px){.b-travel-planet__img{right:-240px}.b-travel-places{padding:320px 3px 215px 366px}}@media (max-width:991px){.b-travel-places{padding:305px 3px 215px 366px}}@media (max-width:767px){.b-travel-places{margin:0 auto;padding:237px 16px 256px;max-width:414px}}@media (max-width:480px){.b-travel-places{max-width:100%}}.b-travel-places__title{position:relative;z-index:1;display:block;margin:0;max-width:560px;line-height:70px;font-weight:400;font-size:45px}.b-travel-places__icon{display:inline-block;width:50px}@media (max-width:1399px){.b-travel-places__title{font-size:34px}.b-travel-places__icon{width:40px}}.b-travel-places__img{position:absolute;top:0;z-index:0;display:block;box-shadow:0 19px 44px rgba(0,0,0,.32)}.b-travel-places__img img{display:block;max-width:100%}.b-travel-places__img_paris{left:0}.b-travel-places__img_jaguar{top:320px;left:0}.b-travel-places__img_pool{left:366px}@media (max-width:1199px){.b-travel-places__title{font-size:40px}.b-travel-places__icon{width:45px}.b-travel-places__img_pool{display:none}}.b-travel-places__img_hotel{left:840px}@media (max-width:1399px){.b-travel-places__img_hotel{display:none}}@media (max-width:767px){.b-travel-places__title{line-height:47px;font-size:30px}.b-travel-places__icon{width:32px}.b-travel-places__img_paris{display:none}.b-travel-places__img_jaguar{top:484px}.b-travel-places__img_hotel{top:70px;left:0;display:block}}.b-travel-places__img_ship{right:366px}@media (max-width:1919px){.b-travel-places__img_ship{width:19%}}@media (max-width:1849px){.b-travel-places__img_ship{display:none}}@media (max-width:1399px){.b-travel-places__img_ship{left:840px;display:block;width:398px}.b-travel-places__img_safari{display:none}}@media (max-width:1199px){.b-travel-places__img_ship{left:366px}}@media (max-width:767px){.b-travel-places__img_ship{top:70px;right:0;left:auto;width:auto}}.b-travel-places__img_safari{right:0}@media (max-width:1919px){.b-travel-places__img_safari{width:242px}}@media (max-width:1199px){.b-travel-places__img_safari{right:-30px;display:block;width:auto;height:205px}}.b-travel-places__img_ocean{top:360px;right:52px}@media (max-width:1919px){.b-travel-places__img_ocean{width:19%;right:0}}@media (max-width:1749px){.b-travel-places__img_ocean{display:none}}.b-travel-video{position:relative;margin:0 auto;padding:230px 0 188px;max-width:1820px;border-radius:10px;overflow:hidden;background:url(images/travel/video.jpg) center top/cover no-repeat}@media (max-width:1399px){.b-travel-video{border-radius:0;background-size:auto 100%}}@media (max-width:1199px){.b-travel-video{padding:170px 16px}}@media (max-width:991px){.b-travel-places__img_safari{display:none}.b-travel-video{padding:150px 16px}}@media (max-width:767px){.b-travel-places__img_ocean{display:block;width:auto;top:501px}.b-travel-video{padding:72px 16px 84px;background-image:url(images/travel/video-mob.jpg);background-size:100%}.b-travel-video__back{display:none}}.b-travel-video__back{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%}.b-travel-video__video{width:100%;height:100%;object-fit:cover;filter:brightness(.7)}@media (max-width:991px){.b-travel-video__video{width:auto}}.b-travel-video__list{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:center;margin:0 0 40px}.b-travel-video__item{width:100%;max-width:490px;line-height:46px;font-weight:700;font-size:32px;color:#FFF}@media (max-width:1199px){.b-travel-video__list{margin:0 auto 60px}.b-travel-video__item{max-width:380px}}@media (max-width:767px){.b-travel-video__list{display:block;margin:0 auto 53px}.b-travel-video__item{max-width:100%;line-height:36px;font-size:25px}}.b-travel-video__item:not(:last-child){margin-right:118px}@media (max-width:767px){.b-travel-video__item:not(:last-child){margin:0 auto 40px}}.b-travel-video__title{display:block;margin:0 0 -20px -1px;letter-spacing:-8px;line-height:1.2;font-size:155px}@media (max-width:767px){.b-travel-video__title{margin:0 0 -15px;letter-spacing:-5px;font-size:90px}}.b-travel-video__play{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;margin:0 auto;padding:6px 0 0;width:250px;height:62px;border:none;border-radius:4px;background:#FFF;cursor:pointer;transition:background-color .2s ease;line-height:1.2;font-weight:700;font-size:20px;color:#000}.b-travel-video__play:focus,.b-travel-video__play:hover{background:rgba(255,255,255,.9);color:#000}.b-travel-video__play .os-icon{margin:-3px 0 0 13px}.b-travel-countries{margin:52px auto 0;padding:108px 0 170px;max-width:1820px;background:url(images/travel/map.svg) center top/1820px no-repeat;text-align:center;color:#000}@media (max-width:1199px){.b-travel-countries{background-size:100%}}@media (max-width:767px){.b-travel-countries{margin:0;padding:80px 16px 60px;background:0 0}}.b-travel-countries__desc{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;margin:0 auto 84px;text-align:left}@media (max-width:1199px){.b-travel-countries__desc{margin:0 16px 80px}}@media (max-width:767px){.b-travel-countries__desc{flex-direction:column-reverse;margin:0 16px 95px}}.b-travel-countries__play{position:relative;display:block;margin:0;flex-shrink:0;border-radius:10px;overflow:hidden;box-shadow:12px 12px 64px rgba(0,0,0,.5);cursor:pointer;pointer-events:none}@media (max-width:767px){.b-travel-countries__play{margin:0 auto}}.b-travel-countries__play:focus .b-travel-countries__icon,.b-travel-countries__play:hover .b-travel-countries__icon{width:38px}.b-travel-countries__preview{display:block;width:278px}.b-travel-countries__icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:none;width:31px;fill:#FFF;transition:width .2s ease}.b-travel-countries__title{display:block;margin:0 0 0 48px;width:100%;max-width:860px;line-height:57px;font-weight:400;font-size:46px}@media (max-width:767px){.b-travel-countries__title{margin:0 auto 20px;text-align:center;line-height:37px;font-size:30px}}.b-travel-countries__footer{margin:0 auto 14px;text-align:center;font:39px/1.38em glober-light;color:#272727}@media (max-width:991px){.b-travel-countries__footer{margin:120px auto 14px}}.b-travel-projects{padding:115px 0 65px;background:#394357;color:#FFF}@media (max-width:767px){.b-travel-countries__footer{margin:60px auto 28px;line-height:35px;font-size:30px}.b-travel-projects{padding:65px 16px 50px}}.b-travel-projects__title{display:block;margin:0 auto 40px;max-width:550px;text-align:center;font:39px/1.38em glober-light}.b-travel-projects__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:center}.b-travel-projects__item{display:block;width:245px}@media (max-width:767px){.b-travel-projects__title{margin:0 auto 33px;letter-spacing:-1px;line-height:35px;font-size:29px}.b-travel-projects__list{display:block}.b-travel-projects__item{margin:0 auto}}.b-travel-projects__item:not(:last-child){margin-right:75px}@media (max-width:767px){.b-travel-projects__item:not(:last-child){margin:0 auto 40px}}.b-travel-projects__item:focus .b-project__img,.b-travel-projects__item:hover .b-project__img{box-shadow:0 10px 50px rgba(255,255,255,.32)}.b-travel-projects__img{display:block;width:100%;border-radius:50%;overflow:hidden;transition:box-shadow .2s ease}.b-travel-projects__text{display:block;margin:30px auto 0;text-align:center;line-height:35px;font-size:22px;color:#FFF}
@-webkit-keyframes animateArrowScroll{0%,40%{opacity:0}100%{opacity:1}}@-moz-keyframes animateArrowScroll{0%,40%{opacity:0}100%{opacity:1}}@-ms-keyframes animateArrowScroll{0%,40%{opacity:0}100%{opacity:1}}.b-arrow-scroll{position:relative;transform:rotate(45deg);display:block;margin:10px auto 0;width:24px;height:24px;border-right:2px solid #FFF;border-bottom:2px solid #FFF;cursor:pointer;opacity:0;animation:animateArrowScroll 1.5s infinite alternate}.b-btn-rounded,.b-default-btn{display:inline-block;transition:all .4s cubic-bezier(.26,.86,.44,.985) 0s;white-space:nowrap}.b-arrow-scroll:after,.b-arrow-scroll:before{content:"";position:absolute;top:10px;left:10px;width:22px;height:22px;border-right:2px solid #FFF;border-bottom:2px solid #FFF}.b-house-photostack::after,.b-house-photostack::before,.b-house-photostack__figure::after,.b-projects:after{content:''}.b-intro,.b-intro__content,.b-projects{position:relative}.b-arrow-scroll:after{top:20px;left:20px}.b-default-btn{z-index:99;padding:17px 54px 11px;border:2px solid #E5E5E5;border-radius:6px;background-color:#E5E5E5;cursor:pointer;font:20px glober-book;color:#000}.b-default-btn:hover{background-color:rgba(235,236,233,.8);border-color:#fff;color:#000}.b-default-btn__icon{margin-left:5px;width:12px;height:12px;stroke-width:3;stroke:#000;transition:all .4s cubic-bezier(.26,.86,.44,.985) 0s}.b-default-btn_transparent{border:2px solid #FFF;background:0 0;color:#FFF}.b-default-btn_transparent .b-default-btn__icon{stroke:#FFF}.b-default-btn_transparent:hover{color:#000;background:#FFF!important}.b-default-btn_transparent:hover .b-default-btn__icon{stroke:#000}.b-btn-rounded{margin-top:24px;padding:26px 47px 18px;border-radius:54px;background-color:rgba(124,175,25,.8);font:24px glober-book;color:#FFF}.b-btn-rounded:hover{background-color:#7caf19;color:#FFF}.b-btn-rounded:focus{color:#FFF}.b-btn-rounded_big{padding:32px 47px 24px;width:431px;font:32px/46px glober-regular}@media (max-width:767px){.b-btn-rounded_big{padding:19px 47px 14px;width:288px;font-size:22px}}.b-intro{z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:50px 20px;width:100%;min-height:772px;overflow:hidden;text-align:center;color:#FFF}.b-intro_house .b-intro__text{margin-top:95px;font:32px/1.43em glober-light}@media (max-width:767px){.b-intro{min-height:680px}.b-intro_house .b-intro__text{margin-top:66px;font-size:25px}}.b-intro__header{display:block;margin-bottom:30px;letter-spacing:-2px;font:55px/1.45 glober-light}@media (max-width:767px){.b-intro__header{font-size:45px}}.b-intro__subheader{margin-bottom:60px;font:22px/1.59 glober-book}.b-intro__text{font:18px glober-book;cursor:pointer}.b-content-block{background:#FFF}.b-content-block_gradient{background-image:linear-gradient(to bottom,#F8F8F8 0,#FFF 100%);overflow:hidden}.b-content-block__business-pro{padding:80px 0}.b-text-row{padding-top:85px;padding-bottom:86px;background:#F8F8F8;text-align:center}.b-text-row__header{margin-bottom:30px;font:36px/1 glober-light;color:#000}.b-text-row__plain-text{display:inline-block;text-align:center;font:16px/1.56 glober-regular;color:#000}.b-text-row__content{width:730px;font:22px/1.59em glober-light;color:#000}.b-text-row_white{background:#FFF}.b-text-row_no-padding{padding-bottom:0}.b-text-row_reg{padding-top:84px;padding-bottom:84px}.b-text-row__business-pro{margin-bottom:10px}.b-text-row__business-pro .b-text-row__content{width:auto;max-width:1050px;line-height:1.66;font-size:24px}@media (max-width:767px){.b-text-row__business-pro .b-text-row__content{padding:0 10px;line-height:1.4;font-size:23px}}.b-projects{padding:115px 0 65px;background:#394357;color:#FFF}.b-projects:after{position:absolute;bottom:0;left:50%;transform:translateX(-50%);z-index:2;width:calc(100% - 32px);height:1px;max-width:1128px;background:rgba(255,255,255,.1)}.b-projects__title{display:block;max-width:550px;margin:0 auto 40px;text-align:center;font:39px/1.38em glober-light}.b-projects__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:center}.b-projects__item{display:block;width:245px}@media (max-width:767px){.b-projects{padding:65px 16px 50px}.b-projects__title{margin:0 auto 33px;letter-spacing:-1px;line-height:35px;font-size:29px}.b-projects__list{display:block}.b-projects__item{margin:0 auto}}.b-projects__item:not(:last-child){margin-right:75px}@media (max-width:767px){.b-projects__item:not(:last-child){margin:0 auto 40px}}.b-projects__item:focus .b-projects__img,.b-projects__item:hover .b-projects__img{box-shadow:0 10px 50px}.b-projects__img{display:block;width:100%;border:none;border-radius:50%;overflow:hidden;transition:box-shadow .2s ease;color:rgba(255,255,255,.32)}.b-projects__text{display:block;margin:30px -2px 0;text-align:center;line-height:35px;font-size:22px;color:#FFF}.b-page{background:#F3F1ED}@media (max-width:1199px){.b-page .b-content-block .b-text-row__content,.b-page .b-content-block .text-left-align{transform:none;padding:0 40px;width:auto}}@media (max-width:767px){.b-page .photostack__header{font-size:45px}}.b-work-with-us .b-text-row__content{margin:0 auto 38px;width:100%}@media (max-width:991px){.b-page .b-content-block .b-text-row__content,.b-page .b-content-block .text-left-align{padding:0 20px}.b-work-with-us{padding:103px 0 170px;background:#FFF;text-align:center}.b-work-with-us .b-text-row__content{transform:none;margin:0 auto;line-height:54px;font-size:39px}}.b-parallax{position:absolute;top:-10px;left:0;width:100%;height:150%;background-repeat:no-repeat;filter:brightness(.7)}.b-parallax_house{background:url(images/home/business-house-main.jpg) top right no-repeat}@media (max-width:767px){.b-parallax_house{background-position:top right 15%;background-size:1300px}}.b-parallax_pro{background:url(images/pro/business-pro.jpg) top center no-repeat}@media (max-width:991px){.b-parallax_pro{background-position:37% top}}.b-text-row_pd50{padding:50px 0}@media (max-width:1199px){.b-text-row_pd50{text-align:left}}@media (max-width:767px){.b-parallax_pro{background-position:32% 12%}.b-text-row_pd50{padding:98px 0 65px}}.b-text-row_reg{padding:103px 0;text-align:center}.b-text-row_reg .b-text-row__content{transform:none;margin:0 auto 38px;text-align:center;line-height:54px;font-size:39px}.b-text-row__content{transform:translateX(-230px);display:inline-block;text-align:left}@media (max-width:1199px){.b-text-row__content{transform:none}}@media (max-width:767px){.b-text-row_reg .b-text-row__content{font:30px/1.16em glober-light}.b-text-row__content{font:18px/27px glober-regular}}.b-text-row__head{transform:translateX(-165px);margin-bottom:16px;font:39px/1.38em glober-light;color:#272727}@media (max-width:1199px){.b-text-row__head{transform:none;padding:0 40px}}@media (max-width:991px){.b-text-row__head{padding:0 20px}}@media (max-width:767px){.b-text-row__head{margin-bottom:19px;font:30px/1.16em glober-regular}}.b-house-photostack{position:relative;height:650px;overflow:hidden;background:url(images/slider-bg.jpg) center/cover no-repeat;text-align:center}.b-house-photostack::before{position:absolute;top:0;left:0;z-index:100;width:100%;height:100%;background:rgba(0,0,0,.5);transition:opacity .3s,visibility 0s .3s}.b-house-photostack::after{display:none!important}.b-house-photostack::after,.b-house-photostack::before{opacity:0;visibility:hidden}.b-house-photostack__default-btn{display:none;background:#FFF}.b-house-photostack__default-btn_transparent{position:absolute;top:350px;right:0;left:0;z-index:999;margin:0 auto;width:224px;height:62px;background:0 0}.b-house-photostack.photostack_wide-img .b-house-photostack__figure{padding:0;width:574px;height:439px}.b-house-photostack.photostack_wide-img .b-house-photostack__photostack-img{margin:35px auto 0;width:520px;height:255px;cursor:default}.b-house-photostack .photostack-back p,.b-house-photostack.photostack_wide-img .b-house-photostack__photostack-title{margin:0}.b-house-photostack.photostack_wide-img .b-house-photostack__figcaption{height:150px}.b-house-photostack.photostack_wide-img .b-house-photostack__figcaption.photostack-current{top:50%;left:50%;transform:translate(-50%,-50%)!important;z-index:99}.b-house-photostack.photostack_wide-img .b-house-photostack__image-header{position:relative;top:50%;transform:translateY(-50%);text-align:center}.b-house-photostack.photostack_wide-img .b-house-photostack__photostack-img-item{display:block;height:100%;background-size:cover!important}.b-house-photostack.photostack-transition .b-house-photostack__default-btn{display:inline-block}.b-house-photostack.photostack-transition .b-house-photostack__nav-btn{display:block}.b-house-photostack.photostack-transition .b-house-photostack__default-btn_transparent{display:none}.b-house-photostack.photostack-transition .b-house-photostack__figure{transition:transform .6s ease-in-out}.b-house-photostack.photostack-start{cursor:pointer}.b-house-photostack.photostack-start .b-default-btn_transparent{display:inline-block}.b-house-photostack.photostack-start .b-house-photostack__header{display:block}.b-house-photostack.photostack-start nav{opacity:0}.b-house-photostack.photostack-start::before{transition:opacity .3s}.b-house-photostack.photostack-start::before,.b-house-photostack.photostack-start:hover::after,.touch .b-house-photostack.photostack-start::after{opacity:1;visibility:visible}.b-house-photostack .photostack-img{position:relative;display:block;width:240px;height:240px;overflow:hidden;background:#F8F8F8;outline:0}.b-house-photostack .photostack-img img{height:100%}.b-house-photostack .photostack-back{position:absolute;top:0;left:0;z-index:1;display:none;padding:50px 40px;width:100%;height:100%;background:#FFF;text-align:left;font:22px/1.25 "Give You Glory",cursive;color:#a7a0a2}.b-house-photostack .photostack-back p span{text-decoration:line-through}.b-house-photostack.photostack-perspective{perspective:1800px}.b-house-photostack.photostack-perspective .b-house-photostack__figure{transform-style:preserve-3d}.b-house-photostack.photostack-perspective .b-house-photostack__figure div{backface-visibility:hidden}.b-house-photostack.photostack-perspective .b-house-photostack__figure.photostack-flip{transform-origin:0 50%}.b-house-photostack nav .current{transform:scale(.61);background:#888}.b-house-photostack__figcaption h2{margin:20px 0 0}.b-house-photostack__figures-container{margin:0 auto;width:100%;height:100%}.b-house-photostack__figure{position:absolute;margin:0;padding:40px;width:320px;height:380px;background:#FFF;text-align:center}.b-house-photostack__figure::after{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.05);opacity:1;visibility:visible;transition:opacity .6s}.b-house-photostack__figure.photostack-current::after{opacity:0;visibility:hidden;transition:opacity .6s,visibility 0s .6s}.b-house-photostack__figure.photostack-showback .photostack-back{display:block}.b-house-photostack__title{display:block;margin:18px 0 0;font:15px/1.3 glober-regular}.b-house-photostack__name{margin-top:5px;font:14px glober-regular}.b-house-photostack__header{position:absolute;top:33%;z-index:999;display:none;width:100%;text-align:center;letter-spacing:-1px;font:60px glober-light;color:#FFF}.b-house-photostack__nav-btn{position:absolute;z-index:188;display:none;width:67px;height:128px;border-radius:4px;box-shadow:0 0 40px 0 rgba(10,8,8,.2);cursor:pointer;opacity:.65;transition:all .5s ease}.b-house-photostack__nav-btn:hover{opacity:1}.b-house-photostack__nav-btn:after,.b-house-photostack__nav-btn:before{display:none}.b-house-photostack__nav-btn.swiper-button-prev{top:35%;left:13%;transform:rotate(-180deg)}.b-house-photostack__nav-btn.swiper-button-next{top:35%;right:13%}.b-house-photostack__nav-btn_left{top:44%;left:13%;transform:rotate(-180deg)}.b-house-photostack__nav-btn_right{top:44%;right:13%}@media (max-width:767px){.b-house-description>.b-house-description__text-row{padding:70px 0 90px}}.b-house-description__text-container{display:inline-block;width:700px;text-align:left}@media (max-width:1199px){.b-house-description__text-container{transform:none;padding:0 40px;width:auto}}@media (max-width:991px){.b-house-description__text-container{padding:0 20px}}.b-house-description__text{font:22px/35px glober-light;color:#272727}.b-house-description__text:not(:last-child){margin-bottom:20px}.b-house-description__picture{position:relative;bottom:-148px;left:-70px;z-index:998;display:inline-block;margin:-30px 0 0}@media (max-width:1199px){.b-house-description__picture{margin:-130px 0 0}}.b-house-choice{padding:77px 0 20px}@media (max-width:767px){.b-house-description__text{font:18px/27px glober-regular}.b-house-description__picture{bottom:-145px;left:0;width:240px}.b-house-choice{padding:60px 0 20px}}.b-house-choice__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:space-between;margin:0 auto;padding:0 20px;max-width:1760px}@media (max-width:991px){.b-house-choice__list{display:block;padding:0 16px}}.b-house-choice__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:flex-end;margin:0;width:353px}@media (max-width:991px){.b-house-choice__item{margin:0 auto}}.b-house-choice__item:not(:last-child){margin-right:30px}@media (max-width:991px){.b-house-choice__item:not(:last-child){margin:0 auto 100px}}@media (max-width:767px){.b-house-choice__item{width:288px}.b-house-choice__item:not(:last-child){margin:0 auto 70px}}.b-house-choice__caption{display:block;margin:0 0 23px 30px;max-width:296px;text-transform:uppercase;letter-spacing:1px;font:24px/1.5417em glober-semibold;color:#272727}@media (max-width:767px){.b-house-choice__caption{margin:0 0 15px 13px}}.b-house-choice__img{width:100%;border-radius:50%;box-shadow:0 19px 44px rgba(0,0,0,.32)}.b-house-choice__bottom{margin:10px 0 0;padding:246px 0 305px;background:url(images/home/business-home.jpg) top right 170px/1589px no-repeat;text-align:center;font-size:0;color:#000}@media only screen and (min-resolution:124dpi),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:5/4),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.b-house-choice__bottom{background-image:url(images/home/business-home-2x.jpg)}}@media (max-width:1700px){.b-house-choice__bottom{background-position:top right;background-size:100%}}@media (max-width:1399px){.b-house-choice__bottom{padding:246px 0 245px}}@media (max-width:1199px){.b-house-choice__bottom{padding-left:40px;background-position:center right;text-align:left}}@media (max-width:991px){.b-house-choice__bottom{padding:246px 20px 134px;background-image:url(images/home/business-home-mob.jpg);background-position:center bottom}}@media (max-width:767px){.b-house-choice__bottom{padding:246px 16px 134px}}@media (max-width:480px){.b-house-choice__bottom{margin:-300px 0 0;padding:434px 16px 134px}}.b-house-choice__title{transform:translateX(-230px);display:inline-block;margin:0 0 50px;width:100%;max-width:700px;text-align:left;letter-spacing:-2px;font:55px/1.27em glober-light}@media (max-width:1199px){.b-house-choice__title{transform:none}}@media (max-width:480px){.b-house-choice__title{margin:0 0 40px;text-align:center;line-height:52px;font-size:45px}}.b-house-choice__text{transform:translateX(-230px);display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;margin:0;width:100%;max-width:700px;text-align:left;line-height:35px;font-size:22px}@media (max-width:1199px){.b-house-choice__text{transform:none;max-width:600px}}@media (max-width:480px){.b-house-choice__text{display:block;text-align:center;line-height:27px;font-size:18px}.b-house-choice__value{display:block}}.b-house-choice__value{margin:0 26px 0 0;letter-spacing:-4px;font:110px/.9 glober-light;color:#009EE3}@supports (transform-style:preserve-3d){figure.photostack-flip .photostack-back{transform:rotateY(180deg);display:block}figure.photostack-showback .photostack-back{display:none}}
