.b-arrow-scroll,
.b-intro,
.b-intro__content,
.b-projects {
    position: relative
}

@-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 {
    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-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-arrow-scroll:after {
    top: 20px;
    left: 20px
}

.b-default-btn {
    z-index: 99;
    display: inline-block;
    padding: 17px 54px 11px;
    border: 2px solid #E5E5E5;
    border-radius: 6px;
    background-color: #E5E5E5;
    cursor: pointer;
    transition: all .4s cubic-bezier(.26, .86, .44, .985) 0s;
    white-space: nowrap;
    font: 20px gerbera-light;
    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-intro {
    z-index: 1;
    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: 30px/1.43em gerbera-light;
    color: #FFF
}

@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: 50px/1.45 gerbera-light
}

@media (max-width:767px) {
    .b-intro__header {
        font-size: 45px
    }
}

.b-intro__subheader {
    margin-bottom: 60px;
    font: 22px/1.59 gerbera-light
}

.b-intro__text {
    font: 18px gerbera-light;
    color: #FFF;
    cursor: pointer
}

.b-intro__text:focus,
.b-intro__text:hover {
    color: #FFF
}

.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 gerbera-light;
    color: #000
}

.b-text-row__plain-text {
    display: inline-block;
    text-align: center;
    font: 16px/1.56 gerbera-medium;
    color: #000
}

.b-text-row__content {
    display: inline-block;
    width: 730px;
    text-align: center;
    font: 22px/1.59em gerbera-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_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-size: 35px
}

.b-projects__list {
    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-bottom: 33px;
        letter-spacing: -1px;
        font-size: 25px
    }

    .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-work-with-us .b-text-row__content {
    margin: 0 auto 38px;
    width: 100%
}

@media (max-width:991px) {
    .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(../../img/pages/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(../img/business-pro.jpg) top center no-repeat
}

.b-pro-btn-icon {
    display: inline-flex;
    margin-top: 20px;
    height: 40px;
    border-radius: 4px;
    background-color: #9dc256;
    transition: all .4s cubic-bezier(.26, .86, .44, .985);
    color: #fff
}

.b-pro-btn-icon__icon-block,
.b-pro-btn-icon__text-block {
    overflow: hidden;
    transition: all .4s cubic-bezier(.26, .86, .44, .985)
}

.b-pro-btn-icon__icon-block {
    padding: 0 13px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #7ca827
}

.b-pro-btn-icon__icon {
    width: 25px;
    height: 100%
}

.b-pro-btn-icon__text-block {
    padding: 5px 20px 0 16px;
    line-height: 35px;
    font-size: 16px
}

.b-pro-btn-icon:focus,
.b-pro-btn-icon:hover {
    background-color: #88b630
}

.b-pro-btn-icon:active,
.b-pro-btn-icon:active .b-pro-btn-icon__icon-block {
    background-color: #66832f
}

.b-pro-title {
    margin-bottom: 60px;
    letter-spacing: -1px;
    font: 39px/1.18 gerbera-light
}

@media (max-width:991px) {
    .b-parallax_pro {
        background-position: 37% top
    }

    .b-pro-title {
        font-size: 30px
    }
}

.b-pro-about {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1400px
}

.b-pro-about__video,
.b-pro-flex-tiles__img {
    height: auto;
    max-width: 100%;
    box-shadow: 12px 12px 64px rgba(0, 0, 0, .5)
}

.b-pro-about_inner {
    display: flex;
    justify-content: space-between
}

@media (max-width:767px) {
    .b-parallax_pro {
        background-position: 32% 12%
    }

    .b-pro-about_inner {
        flex-wrap: wrap
    }

    .b-pro-about__column {
        width: 100%
    }
}

.b-pro-about__column_video {
    margin-right: 80px;
    flex: 0 0 60%
}

@media (max-width:1199px) {
    .b-pro-about__column_video {
        margin-right: 40px;
        flex-basis: calc(50% - 20px)
    }
}

@media (min-width:1200px) {
    .b-pro-about__title {
        padding-left: 80px
    }
}

.b-pro-about__video {
    display: inline-block
}

@media (max-width:767px) {
    .b-pro-about__column_video {
        margin-right: 0;
        flex-basis: 100%
    }

    .b-pro-about__video {
        margin-bottom: 50px
    }
}

.b-pro-about__list {
    counter-reset: section
}

.b-pro-about__text-list {
    padding-left: 20px
}

.b-pro-about__content {
    position: relative;
    z-index: 1;
    font-family: gerbera-light
}

.b-pro-about__heading {
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
    font-family: gerbera-bold
}

.b-pro-about__item {
    position: relative;
    margin-bottom: 30px;
    padding-top: 75px;
    line-height: 1.687;
    font-size: 16px
}

.b-pro-about__item:last-child {
    margin-bottom: 0
}

.b-pro-about__item:before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    top: 5px;
    left: -3px;
    z-index: 0;
    font: 80px/1 gerbera-bold;
    color: #e3eaf0
}

.b-pro-flex-tiles {
    display: flex;
    align-items: stretch
}

@media (max-width:767px) {
    .b-pro-flex-tiles {
        flex-wrap: wrap
    }
}

.b-pro-flex-tiles:nth-child(odd) {
    background-color: #F8F8F8
}

.b-pro-flex-tiles__item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 20px;
    width: 50%
}

.b-pro-flex-tiles__item_img {
    padding: 70px 0
}

@media (max-width:767px) {
    .b-pro-flex-tiles__item {
        width: 100%
    }

    .b-pro-flex-tiles__item_img {
        order: 5;
        padding: 0 0 30px
    }
}

.b-pro-flex-tiles__item_img:first-child {
    padding-left: 50px
}

.b-pro-flex-tiles__item_img:last-child {
    padding-right: 50px
}

@media (max-width:767px) {
    .b-pro-flex-tiles__item_img:first-child {
        padding-left: 10px
    }

    .b-pro-flex-tiles__item_img:last-child {
        padding-right: 10px
    }
}

.b-pro-flex-tiles__img {
    display: block
}

.b-pro-flex-tiles__title {
    margin-bottom: 30px
}

.b-pro-flex-tiles__content {
    padding: 70px 25px;
    font-family: gerbera-medium
}

@media (min-width:992px) {
    .b-pro-flex-tiles__content {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media (min-width:1200px) {
    .b-pro-flex-tiles__content {
        padding-left: 120px;
        padding-right: 120px
    }
}

@media (min-width:1400px) {
    .b-pro-flex-tiles__content {
        padding-left: 150px;
        padding-right: 150px
    }
}

@media (max-width:767px) {
    .b-pro-flex-tiles__content {
        padding: 20px 10px
    }
}

.b-pro-flex-tiles__list {
    padding-left: 20px
}