

/* Start:/bitrix/templates/headliner/css/slick.css?16399229801776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/partners/flatinbox/fib.css?163992298128090*/
.fib-container {
    width: 1280px;
    margin: 0 auto;
}
.fib-section-about {
    margin: -70px 0 0 0;
    background: #fff url(/partners/flatinbox/img/about-bk.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 285px;
    position: relative;
    z-index: 2;
}
.fib-section-about > .fib-container > .pre-title {
    color: #706f73;
    font-size: 20px;
    line-height: 30px;
    padding: 100px 0 50px 109px;
}
.fib-section-about > .fib-container > .title {
    width: 423px;
    height: 63px;
    background: url(/partners/flatinbox/img/fib-logo.png) no-repeat;
    color: transparent;
}
.fib-section-about > .fib-container > .sub-title {
    color: #000;
    font-size: 44px;
    line-height: 50px;
    padding: 35px 109px 100px 109px;
}
.fib-section-about > .fib-container > .tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.fib-section-about > .fib-container > .tabs > .buttons {
    flex: 1 1 auto;
    z-index: 1;
}
.fib-section-about > .fib-container > .tabs > .buttons {
    flex: 1 1 auto;
    z-index: 1;
}
.fib-section-about > .fib-container > .tabs > .buttons > a {
    display: flex;
    padding: 50px 0 50px 15px;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}
.fib-section-about > .fib-container > .tabs > .buttons > a + div {
    display: none;
}
.fib-section-about > .fib-container > .tabs > .buttons > a > span {
    display: inline-block;
    transition: .3s;
    text-align: center;
    color: transparent;
    width: 60px;
    flex: 0 0 60px;
    position: relative;
    font-size: 20px;
    line-height: 20px;
    z-index: 1;
}
.fib-section-about > .fib-container > .tabs > .buttons > a > strong {
    flex: 1 1 auto;
    margin-left: -50px;
    z-index: 2;
    position: relative;
    transition: .3s;
}
.fib-section-about > .fib-container > .tabs > .buttons > a > span::before {
    content: "";
    display: block;
    border-radius: 50%;
    border: 2px dotted #fe5027;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90px;
    height: 90px;
    margin: -45px 0 0 -45px;
    transition: .3s;
}
.fib-section-about > .fib-container > .tabs > .buttons > a.active {
    background: #fff;
    color: #fe5027;
}
.fib-section-about > .fib-container > .tabs > .buttons > a.active > span {
    color: #fe5027;
}
.fib-section-about > .fib-container > .tabs > .buttons > a:hover.active > strong,
.fib-section-about > .fib-container > .tabs > .buttons > a.active > strong {
    margin-left: 60px;
}
.fib-section-about > .fib-container > .tabs > .buttons > a.active:hover > span::before,
.fib-section-about > .fib-container > .tabs > .buttons > a.active > span::before {
    width: 134px;
    height: 134px;
    margin: -67px 0 0 -67px;
}
.fib-section-about > .fib-container > .tabs > .buttons > a:hover {
    color: #fe5027;
}
.fib-section-about > .fib-container > .tabs > .buttons > a:hover > span::before {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
}
.fib-section-about > .fib-container > .tabs > .buttons > a:hover > strong {
    margin-left: -30px;
}
.fib-section-about > .fib-container > .tabs > .pages {
    flex: 0 0 900px;
    width: 900px;
    z-index: 2;
    background: #303030;
    box-shadow: 0 30px 90px rgba(70, 19, 7, .3);
    overflow: hidden;
    display: block;
}
.fib-section-about > .fib-container > .tabs > .pages > .wrapper {
    color: #fff;
    display: flex;
    transition: .3s;
}
.fib-section-about > .fib-container > .tabs > .pages > .wrapper > .page {
    flex: 0 0 900px;
    position: relative;
    box-sizing: border-box;
    padding: 100px 90px;
}
.fib-section-about > .fib-container > .tabs > .pages > .wrapper > .page > .price {
    color: #fe5027;
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    top: 100px;
    right: 100px;
}
.fib-section-about > .fib-container > .tabs > .pages > .wrapper > .page > .title {
    font: 50px/60px "Roboto Slab", serif;
}
.fib-section-about > .fib-container > .tabs > .pages > .wrapper > .page > ul {
    padding: 45px 0 0 0;
    margin: 0;
    list-style: none;
}
.fib-section-about > .fib-container > .tabs > .pages > .wrapper > .page > ul > li {
    padding: 5px 0 5px 30px;
    margin: 0;
    position: relative;
    font-size: 20px;
    line-height: 30px;
}
.fib-section-about > .fib-container > .tabs > .pages > .wrapper > .page > ul > li::before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fe5027;
    border-radius: 50%;
    top: 15px;
    left: 5px;
}
.fib-section-about > .fib-container > .tabs > .pages > .wrapper > .page > .more {
    padding: 35px 0 0 0;
}
.fib-section-about > .fib-container > .tabs > .pages > .wrapper > .page > .more > a {
    position: relative;
    color: #fe5027;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 50px 10px 0;
}
.fib-section-about > .fib-container > .tabs > .pages > .wrapper > .page > .more > a::before {
    content: "";
    display: block;
    width: 47px;
    height: 22px;
    background: url(/partners/flatinbox/img/arrow-right.png) no-repeat;
    position: absolute;
    right: -27px;
    top: 8px;
    transition: .3s;
}
.fib-section-about > .fib-container > .tabs > .pages > .wrapper > .page > .more > a:hover::before {
    right: -47px;
}
.fib-section-gift {
    position: absolute;
    width: 100%;
    z-index: 3;
    margin-top: -120px;
}
.fib-section-gift > .fib-container {
    border-top: 2px solid #fe5027;
    background: url(/partners/flatinbox/img/gift-bk.jpg) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 100px 109px 0 109px;
    height: 320px;
    box-shadow: 0 30px 90px rgba(70, 19, 7, .3);
}
.fib-section-gift > .fib-container > h2 {
    font-size: 44px;
    line-height: 50px;
    padding: 0;
    margin: 0;
}
.fib-section-gift > .fib-container > .boxes {
    display: flex;
    flex-direction: row;
    padding-top: 20px;
}
.fib-section-gift > .fib-container > .boxes > .box {
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
}
.fib-section-gift > .fib-container > .boxes > .box > a {
    color: #fe5027;
}
.fib-section-gift > .fib-container > .boxes > .box.left {
    flex: 1 1 60%;
    margin-right: 80px;
}
.fib-section-gift > .fib-container > .boxes > .box.right {
    flex: 1 1 40%;
}
.fib-section-design {
    padding: 220px 0 135px 0;
    background: url(/partners/flatinbox/img/design-bk.jpg) no-repeat;
    background-size: cover;
}
.fib-section-design > .fib-container {
}
.fib-section-design > .fib-container > .boxes {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.fib-section-design > .fib-container > .boxes > .box.left {
    flex: 1 1 auto;
    padding-right: 20px;
    padding-left: 109px;
}
.fib-section-design > .fib-container > .boxes > .box.left > h2 {
    color: #fff;
    font: 50px/60px "Roboto Slab", serif;
    margin: 0;
    padding: 0 0 25px 0;
}
.fib-section-design > .fib-container > .boxes > .box.left > p {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 30px;
}
.fib-section-design > .fib-container > .boxes > .box.left > p > a {
    color: #fe5027;
}
.fib-section-design > .fib-container > .boxes > .box.right {
    flex: 0 0 630px;
    width: 630px;
    height: 506px;
    background: left center url(/partners/flatinbox/img/hl-logo.png) no-repeat;
}
.fib-section-fix {
    position: absolute;
    width: 100%;
    margin-top: -135px;
    z-index: 3;
}
.fib-section-fix > .fib-container {
    background: #fff;
    box-shadow: 0 30px 90px rgba(70, 19, 7, .3);
    height: 580px;
}
.fib-section-fix > .fib-container > .boxes {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.fib-section-fix > .fib-container > .boxes > .box.left {
    flex: 1 1 auto;
    padding-right: 109px;
    padding-left: 109px;
}
.fib-section-fix > .fib-container > .boxes > .box.left > h2 {
    color: #000;
    font: 50px/60px "Roboto Slab", serif;
    margin: 0;
    padding: 0 0 25px 0;
}
.fib-section-fix > .fib-container > .boxes > .box.left > p {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 30px;
}
.fib-section-fix > .fib-container > .boxes > .box.right {
    flex: 0 0 630px;
    width: 630px;
    height: 580px;
    background: url(/partners/flatinbox/img/fix-bk.jpg) no-repeat;
}
.fib-section-rooms {
    padding: 445px 0 380px 0;
    background: url(/partners/flatinbox/img/rooms-bk.jpg) no-repeat;
    background-size: cover;
}
.fib-section-rooms > .fib-container {
}
.fib-section-rooms > .fib-container > .box {
    box-sizing: border-box;
    padding: 120px 0 120px 109px;
}
.fib-section-rooms > .fib-container > .box > h2 {
    font: 50px/60px "Roboto Slab", serif;
    margin: 0;
    padding: 0 0 25px 0;
    color: #000;
}
.fib-section-rooms > .fib-container > .box > p {
    max-width: 520px;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}
.fib-section-steps {
    position: absolute;
    margin-top: -380px;
    width: 100%;
}
.fib-section-steps > .fib-container {
    background: #fff;
    box-shadow: 0 30px 90px rgba(70, 19, 7, .3);
    height: 690px;
    box-sizing: border-box;
    padding: 100px 109px 0 109px;
}
.fib-section-steps > .fib-container > h2 {
    font: 50px/60px "Roboto Slab", serif;
}
.fib-section-steps > .fib-container > .boxes {
    display: flex;
    flex-direction: row;
}
.fib-section-steps > .fib-container > .boxes > .box {
    flex: 1 1 30%;
    padding: 150px 0 0 0;
    background: 0 50px url(/partners/flatinbox/img/icon-1.png) no-repeat; 
}
.fib-section-steps > .fib-container > .boxes > .box:nth-child(2) {
    background: 0 50px url(/partners/flatinbox/img/icon-2.png) no-repeat; 
}
.fib-section-steps > .fib-container > .boxes > .box:nth-child(3) {
    background: 0 50px url(/partners/flatinbox/img/icon-3.png) no-repeat; 
}
.fib-section-steps > .fib-container > .boxes > .box + .box {
    margin-left: 40px;
}
.fib-section-steps > .fib-container > .boxes > .box > h3 {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0 0 25px 0;
    margin: 0;
    width: 50%;
}
.fib-section-steps > .fib-container > .boxes > .box > p {
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    margin: 0;
}
.fib-section-projects {
    padding: 460px 0 0 0;
    background: url(/partners/flatinbox/img/projects-bk.jpg) no-repeat;
    background-size: cover;
}
.fib-section-projects > .fib-container {
    text-align: center;
    position: relative;
}
.fib-section-projects > .fib-container > h2 {
    font: 50px/60px "Roboto Slab", serif;
    margin: 0;
    padding: 0 0 60px 0;
    color: #fff;    
}
.fib-section-projects > .fib-container > .slide-numbers {
    display: none;
}
.fib-section-projects > .fib-container > .slides {
    width: 1104px;
    height: 740px;
    margin: 0 auto -150px auto;
    position: relative;
    box-shadow: 0 30px 90px rgba(70, 19, 7, .3);
}
.fib-section-projects > .fib-container .slick-arrow {
    width: 32px;
    height: 32px;
    display: block;
    color: transparent;
    overflow: hidden;
    position: absolute;
    top: 450px;
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
}
.fib-section-projects > .fib-container .slick-arrow.slick-prev {
    left: 0;
    background: center center url(/partners/flatinbox/img/arr-prev.svg) no-repeat;
}
.fib-section-projects > .fib-container .slick-arrow.slick-next {
    right: 0;
    background: center center url(/partners/flatinbox/img/arr-next.svg) no-repeat;
}
.fib-section-projects > .fib-container .slick-dots {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 60px;
    width: 100%;
}
.fib-section-projects > .fib-container .slick-dots > li {
    margin: 0;
    padding: 0;
    flex: 0 0 30px;
    width: 30px;
    height: 2px;
    position: relative;
}
.fib-section-projects > .fib-container .slick-dots > li + li {
    margin-left: 10px;
}
.fib-section-projects > .fib-container .slick-dots > li > button {
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #fff;
    outline: none;
    position: absolute;
    color: transparent;
    overflow: hidden;
}
.fib-section-projects > .fib-container .slick-dots > li.slick-active > button {
    background: #fe5027;
}

.fib-section-projects > .fib-container > .slides .slide {
    width: 1104px;
    height: 740px;
    position: relative;
}
.fib-section-projects > .fib-container > .slides .slide > a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.fib-section-contacts {
    padding-top: 280px;
    padding-bottom: 180px;
    background: #fff;
}
.fib-section-contacts > .fib-container {
}
.fib-section-contacts > .fib-container > h2 {
    font: 50px/60px "Roboto Slab", serif;
    margin: 0;
    padding: 0 0 60px 0;
}
.fib-section-contacts > .fib-container > .boxes {
    display: block;
    position: relative;
}
.fib-section-contacts > .fib-container > .boxes > .box.left {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 650px;
    height: 580px;
    background: url(/partners/flatinbox/img/cont-left.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 90px 0 0 90px;
    font-size: 20px;
    line-height: 30px;
}
.fib-section-contacts > .fib-container > .boxes > .box.left a {
    color: #fff;
}
.fib-section-contacts > .fib-container > .boxes > .box.left a:hover {
    color: #fe5027;
}
.fib-section-contacts > .fib-container > .boxes > .box.left a.map {
    color: #fe5027;
    text-decoration: underline;
    padding-left: 24px;
    background: 0 2px url(/partners/flatinbox/img/poi.svg) no-repeat;
}
.fib-section-contacts > .fib-container > .boxes > .box.left span {
    color: #fe5027;
}
.fib-section-contacts > .fib-container > .boxes > .box.left strong {
    text-transform: uppercase;
}
.fib-section-contacts > .fib-container > .boxes > .box.right {
    display: block;
    position: absolute;
    box-sizing: border-box;
    z-index: 3;
    top: 0;
    left: 562px;
    width: 542px;
    height: 480px;
    background: url(/partners/flatinbox/img/cont-right.jpg) no-repeat;
    background-size: cover;
    box-shadow: 0 30px 90px rgba(70, 19, 7, .3);
    padding: 90px 90px 0 109px;
    font-size: 20px;
    line-height: 30px;
}
.fib-section-contacts > .fib-container > .boxes > .box.right div.logo {
    width: 265px;
    height: 49px;
    background: url(/partners/flatinbox/img/fib-logo.png) no-repeat;
    background-size: contain;
}
.fib-section-contacts > .fib-container > .boxes > .box.left > h3 {
    display: none;
}

@media screen and (max-width: 1279px) {
    .fib-container {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .fib-section-about {
        margin: 0;
        padding-bottom: 0;
    }
    .fib-section-about > .fib-container > .pre-title {
        font-size: 16px;
        line-height: 24px;
        padding: 45px 0 25px 0;
    }
    .fib-section-about > .fib-container > .title {
        width: 248px;
        height: 37px;
        background-size: contain;
    }
    .fib-section-about > .fib-container > .sub-title {
        font-size: 26px;
        line-height: 32px;
        padding: 30px 0 60px 0;
    }
    .fib-section-about > .fib-container > .tabs {
        display: block;
    }
    .fib-section-about > .fib-container > .tabs > .buttons {
        background: #303030;
        margin: 0 -20px;
        padding: 30px 0 30px 20px;
    }
    .fib-section-about > .fib-container > .tabs > .buttons > a {
        background: #fff;
        font-size: 16px;
        line-height: 20px;
        padding: 35px 0 35px 0;
        outline: none;
    }
    .fib-section-about > .fib-container > .tabs > .buttons > a + div + a {
        margin-top: 10px;
    }
    .fib-section-about > .fib-container > .tabs > .buttons > a.active + div {
        display: block;
        color: #fff;
        padding-bottom: 35px;
    }
    .fib-section-about > .fib-container > .tabs > .buttons > a > span {
        width: 60px;
        flex: 0 0 60px;
        font-size: 14px;
        line-height: 18px;
    }
    .fib-section-about > .fib-container > .tabs > .buttons > a > strong {
        margin-left: -10px;
    }
    .fib-section-about > .fib-container > .tabs > .buttons > a > span::before {
        width: 100px;
        height: 100px;
        margin: -50px 0 0 -20px;
    }
    .fib-section-about > .fib-container > .tabs > .buttons > a:hover.active > strong,
    .fib-section-about > .fib-container > .tabs > .buttons > a.active > strong {
        margin-left: 35px;
    }
    .fib-section-about > .fib-container > .tabs > .buttons > a.active:hover > span::before,
    .fib-section-about > .fib-container > .tabs > .buttons > a.active > span::before {
        width: 100px;
        height: 100px;
        margin: -50px 0 0 -50px;
    }
    .fib-section-about > .fib-container > .tabs > .buttons > a::before {
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        background: center url(/partners/flatinbox/img/arr-next.svg) no-repeat;
        background-size: contain;
        transform: rotate(90deg);
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -12px;
        transition: .3s;
    }    
    .fib-section-about > .fib-container > .tabs > .buttons > a.active::before {
        transform: rotate(-90deg);
    }    
    .fib-section-about > .fib-container > .tabs > .pages {
        display: none;
    }
    .fib-section-about > .fib-container > .tabs > .buttons > div > .price {
        color: #fe5027;
        font-size: 20px;
        line-height: 30px;
    }
    .fib-section-about > .fib-container > .tabs > .buttons > div > .title {
        font: 32px/42px "Roboto Slab", serif;
        padding: 30px 0 10px 0;
    }
    .fib-section-about > .fib-container > .tabs > .buttons > div > ul {
        padding: 20px 0 0 0;
        margin: 0;
        list-style: none;
    }
    .fib-section-about > .fib-container > .tabs > .buttons > div > ul > li {
        padding: 5px 0 5px 20px;
        margin: 0;
        position: relative;
        font-size: 16px;
        line-height: 26px;
    }
    .fib-section-about > .fib-container > .tabs > .buttons > div > ul > li::before {
        content: "";
        display: block;
        position: absolute;
        width: 3px;
        height: 3px;
        background: #fe5027;
        border-radius: 50%;
        top: 16px;
        left: 5px;
    }
    .fib-section-about > .fib-container > .tabs > .buttons > div > .more {
        padding: 20px 0 0 0;
    }
    .fib-section-about > .fib-container > .tabs > .buttons > div > .more > a {
        position: relative;
        color: #fe5027;
        font-size: 13px;
        line-height: 18px;
        text-transform: uppercase;
        display: inline-block;
        padding: 10px 50px 10px 0;
    }
    .fib-section-about > .fib-container > .tabs > .buttons > div > .more > a::before {
        content: "";
        display: block;
        width: 40px;
        height: 20px;
        background: url(/partners/flatinbox/img/arrow-right.png) no-repeat;
        background-size: contain;
        position: absolute;
        right: -20px;
        top: 8px;
        transition: .3s;
    }
    .fib-section-gift {
        position: relative;
        margin-top: unset;
    }
    .fib-section-gift > .fib-container {
        padding: 50px 20px;
        height: unset;
    }
    .fib-section-gift > .fib-container > h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .fib-section-gift > .fib-container > .boxes {
        display: block;
        padding-top: unset;
    }
    .fib-section-gift > .fib-container > .boxes > .box {
        font-size: 16px;
        line-height: 24px;
        padding-top: 20px;
    }
    .fib-section-gift > .fib-container > .boxes > .box.left {
        margin-right: unset;
    }
    .fib-section-design {
        padding: 65px 0 0 0;
        background-image: url(/partners/flatinbox/img/design-mbk.jpg);
    }
    .fib-section-design > .fib-container > .boxes {
        display: block;
        align-items: unset;
    }
    .fib-section-design > .fib-container > .boxes > .box.left {
        padding: 0 0 45px 0;
    }
    .fib-section-design > .fib-container > .boxes > .box.left > h2 {
        font: 32px/42px "Roboto Slab", serif;
        padding: 0 0 20px 0;
    }
    .fib-section-design > .fib-container > .boxes > .box.left > p {
        font-size: 16px;
        line-height: 26px;
        margin: 0;
        padding: 20px 0 0 0;
    }
    .fib-section-design > .fib-container > .boxes > .box.right {
        width: unset;
        display: block;
        height: 0;
        padding-bottom: 100%;
        background-position: center bottom;
        background-size: contain;
    }
    .fib-section-fix {
        position: relative;
        width: unset;
        margin-top: unset;
    }
    .fib-section-fix > .fib-container {
        height: unset;
        padding-right: 0;
    }
    .fib-section-fix > .fib-container > .boxes {
        align-items: stretch;
        position: relative;
    }
    .fib-section-fix > .fib-container > .boxes > .box.left {
        flex: 1 1 auto;
        padding: 70px 0 95px 0;
        /* margin-right: -15%; */
        position: relative;
        z-index: 2;
    }
    .fib-section-fix > .fib-container > .boxes > .box.left > h2 {
        font: 32px/42px "Roboto Slab", serif;
        padding: 0 0 25px 0;
    }
    .fib-section-fix > .fib-container > .boxes > .box.left > p {
        font-size: 16px;
        line-height: 26px;
    }
    .fib-section-fix > .fib-container > .boxes > .box.right {
        display: none;
        /* flex: 0 0 25%;
        width: 25%;
        height: unset;
        background-size: cover;
        background-image: url(/partners/flatinbox/img/fix-mbk.jpg);
        position: relative;
        z-index: 1; */
    }
    .fib-section-rooms {
        padding: 70px 0 70px 0;
        background: right bottom url(/partners/flatinbox/img/rooms-mbk.jpg) no-repeat;
        background-size: cover;
    }
    .fib-section-rooms > .fib-container {
    }
    .fib-section-rooms > .fib-container > .box {
        padding: 0;
    }
    .fib-section-rooms > .fib-container > .box > h2 {
        font: 32px/42px "Roboto Slab", serif;
        padding: 0 0 25px 0;
    }
    .fib-section-rooms > .fib-container > .box > p {
        max-width: unset;
        font-size: 16px;
        line-height: 26px;
        padding: 0;
        margin: 0;
    }
    .fib-section-steps {
        position: relative;
        margin-top: unset;
        width: unset;
    }
    .fib-section-steps > .fib-container {
        box-shadow: 0 30px 90px rgba(70, 19, 7, .3);
        height: unset;
        padding: 70px 20px 70px 20px;
    }
    .fib-section-steps > .fib-container > h2 {
        font: 32px/42px "Roboto Slab", serif;
    }
    .fib-section-steps > .fib-container > .boxes {
        display: block;
    }
    .fib-section-steps > .fib-container > .boxes > .box {
        padding: 0;
        background: 0 40px url(/partners/flatinbox/img/icon-1.png) no-repeat; 
    }
    .fib-section-steps > .fib-container > .boxes > .box:nth-child(2) {
        background: 0 40px url(/partners/flatinbox/img/icon-2.png) no-repeat; 
    }
    .fib-section-steps > .fib-container > .boxes > .box:nth-child(3) {
        background: 0 40px url(/partners/flatinbox/img/icon-3.png) no-repeat; 
    }
    .fib-section-steps > .fib-container > .boxes > .box + .box {
        margin-left: unset;
    }
    .fib-section-steps > .fib-container > .boxes > .box > h3 {
        font-size: 18px;
        line-height: 28px;
        padding: 50px 0 0 100px;
        margin: 0 0 15px 0;
        width: 10%;
        height: 125px;
    }
    .fib-section-steps > .fib-container > .boxes > .box > p {
        font-size: 20px;
        line-height: 30px;
        padding: 0;
        margin: 0;
    }
    .fib-section-projects {
        padding: 70px 0 0 0;
        background: url(/partners/flatinbox/img/projects-bk.jpg) no-repeat;
        background-size: cover;
    }
    .fib-section-projects > .fib-container {
        text-align: center;
        position: relative;
        padding: 0;
    }
    .fib-section-projects > .fib-container > h2 {
        font: 32px/42px "Roboto Slab", serif;
        margin: 0;
        padding: 0 0 30px 0;
    }
    .fib-section-projects > .fib-container > .slides {
        width: 100vw;
        height: 120vw;
        margin: 0;
    }
    .fib-section-projects > .fib-container .slick-arrow {
        display: none;
    }
    .fib-section-projects > .fib-container .slick-dots,
    .fib-section-projects > .fib-container .slick-dots * {
        display: none;
    }
    .fib-section-projects > .fib-container > .slides .slide {
        width: 100vw;
        height: 120vw;
    }
    .fib-section-projects > .fib-container > .slides .slide > a {
        background-size: cover;
    }
    .fib-section-projects > .fib-container > .slide-numbers {
        display: block;
        color: #fff;
        font-size: 26px;
        line-height: 32px;
        position: absolute;
        left: 20px;
        bottom: 20px;
    }
    .fib-section-projects > .fib-container > .slide-numbers > span {
        color: #fe5027;
    }
    .fib-section-contacts {
        padding: 0;
    }
    .fib-section-contacts > .fib-container {
        padding: 0;
    }
    .fib-section-contacts > .fib-container > h2 {
        display: none;
    }
    .fib-section-contacts > .fib-container > .boxes {
        display: flex;
        flex-direction: column-reverse;
    }
    .fib-section-contacts > .fib-container > .boxes > .box.left {
        width: unset;
        height: unset;
        padding: 80px 20px 70px 20px;
        font-size: 16px;
        line-height: 26px;
    }
    .fib-section-contacts > .fib-container > .boxes > .box.left a {
        color: #fff;
    }
    .fib-section-contacts > .fib-container > .boxes > .box.left a:hover {
        color: #fe5027;
    }
    .fib-section-contacts > .fib-container > .boxes > .box.left a.map {
        color: #fe5027;
        text-decoration: underline;
        padding-left: 24px;
        background: 0 2px url(/partners/flatinbox/img/poi.svg) no-repeat;
    }
    .fib-section-contacts > .fib-container > .boxes > .box.left span {
        color: #fe5027;
    }
    .fib-section-contacts > .fib-container > .boxes > .box.left strong {
        text-transform: uppercase;
    }
    .fib-section-contacts > .fib-container > .boxes > .box.right {
        position: relative;
        box-sizing: border-box;
        z-index: 3;
        top: unset;
        left: unset;
        width: unset;
        height: unset;
        box-shadow: 0 30px 90px rgba(70, 19, 7, .3);
        padding: 80px 20px 70px 20px;
        font-size: 16px;
        line-height: 26px;
    }
    .fib-section-contacts > .fib-container > .boxes > .box.right div.logo {
        width: 265px;
        height: 49px;
        background: url(/partners/flatinbox/img/fib-logo.png) no-repeat;
        background-size: contain;
    }
    .fib-section-contacts > .fib-container > .boxes > .box.left > h3 {
        font: 32px/42px "Roboto Slab", serif;
        display: block;
        padding: 0;
        margin: 0;
    }

}
/* End */
/* /bitrix/templates/headliner/css/slick.css?16399229801776 */
/* /partners/flatinbox/fib.css?163992298128090 */
