.slick-list,
.slick-slider,
.slick-track {
    display: block;
    position: relative
}

.lp-section-features__box,
.lp-section-features__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

:root {
    --col_space: 15px
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

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

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-arrow:focus,
.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-track {
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-initialized .slick-slide,
.slick-slide img {
    display: block
}

.slick-arrow.slick-hidden,
.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.lp .row,
.lp-section-features__box,
.lp-section-features__col,
.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox
}

.slick-arrow {
    z-index: 1;
    background: 0 0;
    border: none;
    font-size: 1.7em;
    outline: 0
}

.slick-arrow.slick-prev {
    left: -3%
}

.slick-arrow.slick-next {
    right: -3%
}

.slick-dots {
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0
}

.slick-dots>li {
    list-style: none;
    margin: 3px;
    line-height: 1
}

.slick-dots>li>button {
    overflow: hidden;
    text-indent: -99999px;
    width: 39px;
    height: 5px;
    padding: 0;
    background-color: #000;
    border: none;
    opacity: .3;
    border-radius: 3px
}

.slick-dots>li.slick-active>button {
    opacity: 1
}

@media screen and (max-width:767px) {
    .slick-dots>li>button {
        width: 26px;
        height: 3px
    }
}

.lp h2 {
    font-size: 45px;
    line-height: 1.11;
    letter-spacing: -.03em;
    margin-bottom: 25px
}

.lp .row {
    margin-left: calc(-1 * var(--col_space));
    margin-right: calc(-1 * var(--col_space));
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.lp .row>* {
    padding-left: var(--col_space);
    padding-right: var(--col_space)
}

.lp section .btn {
    line-height: 39px
}

.lp section .btn:before {
    right: 22px
}

.lp section:not(.section-banner-promo ):not(.section-support ) p {
    font-size: 20px;
    letter-spacing: -.019em;
    line-height: 1.5
}

.lp-section-hero {
    position: relative;
    overflow: hidden;
    color: #fff
}

.lp-section-hero__eff {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-70%, -50%);
    transform: translate(-70%, -50%)
}

.lp-section-hero .container {
    position: relative;
    z-index: 10
}

.lp-section-hero__txt {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 590px;
    flex: 1 1 590px;
    max-width: 590px;
    padding-top: 90px;
    padding-bottom: 116px
}

.lp-section-hero__txt h1 {
    font-size: 72px;
    letter-spacing: -.03em;
    line-height: 1;
    margin-bottom: 15px
}

.lp-section-hero__txt h1 .icon {
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px);
    width: 252px;
    height: 1em
}

.lp-section-hero__txt h4 {
    font-weight: 400;
    font-size: 28px;
    line-height: 1.4
}

.lp-section-hero__media {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.lp-section-hero__media img {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%)
}

.lp-section-hero__media .llp-block {
    --skew: 30deg;
    background-color: #ccecf9;
    padding: 18px 70px 16px;
    position: absolute;
    right: 0;
    top: 30px;
    -webkit-transform: skewX(calc(-1 * var(--skew)));
    transform: skewX(calc(-1 * var(--skew)))
}

.section-equip__hire .section-equip__media figure:before,
.team-box__txt:before {
    background-color: #ffb900
}

.lp-section-hero__media .llp-block .icon {
    -webkit-transform: skewX(var(--skew));
    transform: skewX(var(--skew));
    position: relative;
    z-index: 10;
    height: 36px
}

.lp-section-hero__media .llp-block:before {
    background-color: #ccecf9;
    left: 50px;
    top: 0;
    width: 50vw;
    height: 100%;
    content: "";
    display: block;
    position: absolute
}

.lp-section-features {
    --col_space: 20px;
    padding-top: 58px;
    padding-bottom: 58px
}

.lp-section-features__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: column;
    flex-direction: column
}

.lp-section-features__box {
    padding: 50px 42px;
    border: 3px solid #e6e6e6;
    border-radius: 21px;
    text-align: center;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.lp-section-features__box h4 {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 15px
}

.lp-section-features__box p {
    font-size: 20px;
    line-height: 1.26
}

.lp-section-features__box .icon {
    margin: 0 auto 25px;
    width: 120px;
    height: 120px
}

.lp-section-category {
    background-color: #f7f7f6;
    padding-top: 70px;
    padding-bottom: 70px
}

.lp-section-category__head {
    text-align: center;
    padding-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px
}

.lp-section-category__col {
    margin-bottom: 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.333%;
    flex: 1 1 33.333%;
    max-width: 33.333%
}

.lp-section-category__box h5,
.team-box__media {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap
}

.lp-section-category__box {
    border: 2px solid #e6e6e6;
    border-radius: 18px;
    min-height: 350px;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.lp-section-category__box header {
    padding: 30px 35px;
    background-color: var(--white)
}

.lp-section-category__box h5 {
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.lp-section-category__box h5 .icon {
    color: var(--primary);
    margin-left: 5px;
    width: 17px;
    height: 17px
}

.lp-section-category__footer {
    text-align: center;
    padding-top: 42px
}

.lp-section-category__footer .btn {
    min-width: 221px
}

.lp-section-peadteam {
    padding-top: 83px
}

.team-box {
    --col_space: 0;
    background-color: #2aa38b;
    border-radius: 12px
}

.team-box__media {
    text-align: center;
    padding-top: 45px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.team-box__media img {
    position: relative;
    z-index: 10
}

.team-box__media .arc-img {
    width: calc(100% + 160px);
    position: absolute;
    top: -60px;
    left: 0
}

.team-box__txt {
    position: relative;
    overflow: hidden;
    border-radius: 0 12px 12px 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 600px;
    flex: 1 1 600px;
    max-width: 600px
}

.team-box__txt-inner {
    padding: 24px 24px 24px 145px;
    position: relative;
    z-index: 10
}

.team-box__txt-inner p {
    font-size: 20px;
    letter-spacing: -.019em
}

.team-box__txt h2 {
    font-size: 42px;
    font-weight: 900
}

.team-box__txt:before {
    left: 0;
    bottom: 0;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(17deg);
    transform: rotate(17deg);
    width: 150%;
    height: 150%;
    content: "";
    display: block;
    position: absolute
}

.section-equip__media figure:before,
.support-section__txt:before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: absolute
}

@media (max-width:1299px) {
    .lp-section-hero__txt {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 420px;
        flex: 1 1 420px;
        max-width: 420px
    }
    .lp-section-hero__media img {
        max-width: 150%;
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%)
    }
    .lp-section-hero__media .llp-block {
        top: 0
    }
    .team-box__media {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
    .team-box__media img {
        max-width: 100%
    }
    .team-box__media .arc-img {
        max-width: 100%;
        top: auto;
        bottom: 0
    }
    .team-box__txt {
        border-radius: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
    .team-box__txt:before {
        -webkit-transform: none;
        transform: none
    }
    .team-box__txt-inner {
        padding: 30px 10%
    }
    .team-box__txt h2 {
        font-size: 28px
    }
}

.section-equip {
    padding-bottom: 40px
}

.section-equip .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-equip__txt {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 47%;
    flex: 1 1 47%;
    max-width: 47%
}

.section-equip__txt h2 {
    margin-bottom: 26px
}

.section-equip__txt p {
    font-size: 20px;
    letter-spacing: -.019em
}

.section-equip__media {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    max-width: 48%;
    margin-left: auto;
    margin-right: auto
}

.section-equip__media figure {
    position: relative
}

.section-equip__media figure img {
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    width: 100%
}

.section-equip__media figure:before {
    background-color: #00a98d;
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    top: -25px;
    left: 30px
}

.section-equip__trial {
    padding-top: 115px;
    padding-bottom: 90px
}

.section-equip__trial .section-equip__txt {
    text-align: right
}

.section-equip__hire {
    padding-top: 111px;
    padding-bottom: 111px
}

.section-equip__hire .section-equip__txt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.section-equip__hire .section-equip__media {
    margin-left: 0
}

.section-equip__trial+.section-equip__hire {
    border-top: 1px solid rgba(0, 0, 0, .3)
}

.support-section {
    color: #fff;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #7d2a8c), color-stop(40%, #e63e4b), to(#e63e4b));
    background: linear-gradient(90deg, #7d2a8c 40%, #e63e4b 40%, #e63e4b)
}

.support-section .sect-img {
    position: absolute;
    bottom: 0;
    left: 47%
}

.support-section__txt {
    position: relative;
    z-index: 10;
    padding-top: 63px;
    padding-bottom: 82px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 47%;
    flex: 1 1 47%;
    max-width: 47%
}

.support-section__txt .btn {
    background-color: #fff;
    color: #000
}

.support-section__txt .btn:before {
    color: #fff;
    background-color: #000
}

.support-section__txt .btn:hover {
    background-color: #ddd
}

.support-section__txt>div {
    position: relative;
    z-index: 10
}

.support-section__txt:before {
    background-color: #7d2a8c;
    right: -35px;
    top: 0;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg)
}

.lp-section-testimonials {
    background-color: #f7f7f6;
    padding-top: 80px;
    padding-bottom: 70px
}

.lp-section-testimonials h2 {
    font-weight: 900;
    text-align: center;
    margin-bottom: 46px
}

.lp-section-testimonials__box {
    padding: 92px 32px 70px;

    background-color: #ccecf9;
    border-radius: 20px
}

.lp-section-testimonials__slider {
    margin-left: -26px;
    margin-right: -26px
}

.lp-section-testimonials__slider .slick-dots {
    margin-top: 84px
}

.lp-section-testimonials__slider .slick-dots>li>button {
    border-radius: 50%;
    width: 18px;
    height: 18px
}

.lp-section-testimonials .sl {
    height: auto;
    padding-left: 26px;
    padding-right: 26px
}

.lp-section-testimonials blockquote {
    margin-bottom: 0;
    padding-left: 20px;
    color: #003d5b
}

.lp-section-testimonials blockquote p {
    line-height: 1.26;
    position: relative;
    margin-bottom: 32px
}

.lp-section-testimonials blockquote p:before {
    top: -10px;
    position: absolute;
    content: open-quote;
    font-size: 50px;
    line-height: 1;
    letter-spacing: -.022em;
    left: -20px
}

.lp-section-testimonials blockquote p:after {
    position: absolute;
    content: close-quote;
    font-size: 50px;
    line-height: 1;
    letter-spacing: -.022em
}

.lp-section-testimonials blockquote cite {
    font-size: 18px;
    font-weight: 700;
    font-style: normal
}

.lp-section-portfolio {
    --col_space: 23px;
    color: #003d5b;
    padding-top: 112px;
    padding-bottom: 100px
}

.lp-section-portfolio__txt {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%
}

.lp-section-portfolio__logos {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: wrap;
    -ms-flex-pack: wrap;
    justify-content: wrap;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between
}

.lp-section-portfolio__logos .row div {
    text-align: center;
    margin-bottom: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%
}

.lp-section-portfolio__logos .row div img {
    max-width: 100%
}

@media (max-width:1024px) {
    .lp-section-hero {
        padding-top: 50px
    }
    .lp-section-features {
        --col_space: 15px
    }
    .lp-section-features__box {
        padding: 30px 20px
    }
    .lp-section-category,
    .section-equip__hire,
    .section-equip__trial {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .lp-section-category__col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%;
        max-width: 33.33%
    }
    .lp-section-category__head {
        padding-bottom: 60px
    }
    .lp-section-peadteam {
        padding-top: 20px
    }
    .section-equip {
        padding-bottom: 0
    }
    .support-section {
        padding-bottom: 50vw;
        background: #e63e4b
    }
    .support-section .sect-img {
        max-width: 100%;
        left: 0
    }
    .support-section__txt {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
    .support-section__txt:before {
        display: none
    }
    .lp-section-portfolio {
        --col_space: 15px;
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width:768px) {
    .lp h2 {
        font-size: 28px
    }
    .lp section p {
        font-size: 16px
    }
    .lp-section-features__col,
    .lp-section-hero__media,
    .lp-section-hero__txt,
    .lp-section-portfolio__logos {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
    .lp-section-category__footer,
    .lp-section-hero__txt {
        padding-top: 0
    }
    .lp-section-hero__txt h1 {
        font-size: 40px
    }
    .lp-section-hero__txt h1 .icon {
        width: 130px;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    .lp-section-hero__txt h4 {
        font-size: 22px
    }
    .lp-section-hero__media img {
        position: static;
        -webkit-transform: none;
        transform: none;
        max-width: 80%
    }
    .lp-section-hero__media .llp-block {
        top: -85px;
        right: -20px;
        padding: 10px 35px
    }
    .lp-section-features {
        padding-top: 30px;
        padding-bottom: 0
    }
    .lp-section-features__box {
        margin-bottom: 30px
    }
    .lp-section-category {
        --col_space: 10px;
        padding-top: 30px;
        padding-bottom: 30px
    }
    .lp-section-category__col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%
    }
    .lp-section-category__box {
        border-radius: 10px;
        min-height: 200px
    }
    .lp-section-category__box header {
        padding: 10px
    }
    .lp-section-category__box h5 {
        letter-spacing: -.02em;
        font-size: 14px
    }
    .lp-section-category__box h5 .icon {
        width: 10px;
        height: 10px
    }
    .lp-section-category__head {
        padding-bottom: 0
    }
    .section-equip__hire {
        padding-top: 40px;
        padding-bottom: 30px
    }
    .lp-section-portfolio,
    .section-equip__trial {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .section-equip__trial .section-equip__txt {
        text-align: left
    }
    .section-equip__txt {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
    .lp-section-testimonials h2,
    .section-equip__txt h2 {
        margin-bottom: 20px
    }
    .section-equip__media {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
    .section-equip__media figure:before {
        top: -10px;
        left: -10px
    }
    .lp-section-testimonials {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .lp-section-testimonials__box {
        padding: 45px 25px
    }
    .lp-section-testimonials__slider .slick-dots {
        margin-top: 40px
    }
    .lp-section-portfolio__txt {
        padding-bottom: 30px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
    .lp-section-portfolio__logos .row div {
        margin-bottom: 15px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%;
        max-width: 33.33%
    }
}

@media(max-width:500px) {
    .lp-section-category__col {
        flex: 1 1 100%;
        max-width: 100%
    }
}

.section-lp-contact {
    color: #003d5b;
    padding-bottom: 52px
}
.section-lp-contact__inner > .row{
    position: relative;
    z-index: 2;
}
.section-lp-contact__eff {
    position: absolute;
    z-index: 1;
}

.section-lp-contact__inner {
    position: relative;
    border-radius: 14px;
    background-color: #ffb900
}

.section-lp-contact__img {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 56%;
    flex: 1 1 56%;
    max-width: 56%
}

.section-lp-contact__img img {
    position: absolute;
    bottom: 0;
    right: -60px
}

.section-lp-contact__txt {
    padding-top: 43px;
    padding-bottom: 43px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 44%;
    flex: 1 1 44%;
    max-width: 44%
}

.section-lp-contact__txt h2 {
    letter-spacing: -.03em;
    line-height: 1.22;
    margin-bottom: 10px
}

.section-lp-contact__txt p {
    margin-bottom: 0;
    letter-spacing: -.019em
}

.section-lp-contact__txt p a {
    color: inherit
}

.section-lp-contact__txt .btn {
    margin-top: 10px;
    background-color: #003d5b
}

@media (max-width:1024px) {
    .section-lp-contact__inner {
        overflow: hidden
    }
    .section-lp-contact__img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
    .section-lp-contact__img img {
        max-width: 100%;
        position: static;
        bottom: auto;
        right: auto
    }
    .section-lp-contact__txt {
        padding-top: 30px;
        padding-bottom: 30px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
    .section-lp-contact__txt>div {
        padding-left: 15px;
        padding-right: 15px
    }
}

body.page-template-page-department .section-hero {
	background-color: #009EDD;
	overflow: hidden;
	position: relative;
}

body.page-template-page-department .section-hero .container {
	position: relative;
}

body.page-template-page-department .section-hero .content-wrapper {
	max-width: 780px;
	padding:135px 250px 115px 0;
	background-color: #009EDD;
    position: relative;
}

body.page-template-page-department .section-hero  h1{
	max-width: 560px;
	margin-bottom: 35px;
	font-family: 'Arial';
	font-style: normal;
	font-weight: 700;
	font-size: 71px;
	line-height: 72px;
	display: flex;
	align-items: center;
	letter-spacing: -2.16px;
	color: #FFFFFF;
}

body.page-template-page-department .section-hero p {
	max-width: 560px;
	padding: 0;
	margin: 0 0 20px 0;
	font-family: 'Arial';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 39px;
	color: #FFFFFF;
}

.section-hero__bg-img {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	object-fit: cover;
	object-position: top right;
	width: 42%;
}

body.page-template-page-department  .section-hero__decorate  {
    display: block;
    position: absolute;
    max-width: 250px;
    max-width: 200px;
    right: 13px;
    bottom: -25px;
}

body.page-template-page-department .section-hero.section-hero--kids-v2 .content-wrapper {
	background-color: transparent;
}

body.page-template-page-department .section-hero.section-hero--kids-v2 .content-wrapper h1 {
	color: #009edd;
}

body.page-template-page-department .section-hero.section-hero--kids-v2 .content-wrapper p {
	color: #fff;
}

.section-hero.section-hero--kids-v2  .section-hero__bg-img {
	width: 100%;
	object-position: center right;
}

/*.lp-section-category-bg{*/
/*    background: #fff url(../img/hero-images/bg.png) top center repeat-y;*/
/*    background-size: 100%;*/
/*}*/
.lp-section-blue-bg{
    background: rgba(0, 159, 221, 0.4);
}
.lp-section-blue-bg .lp-section-category__box{
    background-color: #fff !important;
}
.lp-section-blue-bg  .lp-section-category__box header{
    border-bottom: 2px solid #e6e6e6;
}

.lp-section-blue-bg  .lp-section-category__box header h5:after{
    font-family: "ILS Icon Font" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906";
    display: inline-block;

    border-radius: 50%;
    margin: auto 0;
    text-align: center;
    font-size: 12px;
    padding-left: 1px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    width: 16px;
    height: 16px;
    background: #009FDD;
    color: #fff;
    line-height: 16px;
    margin-left: 9px;
}
.lp-section-blue-bg .lp-section-category__box h5{
    display: block;
}
.lp-section-blue-bg  .lp-section-category__col{
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
}
@media(max-width: 1299px) {
    .lp-section-blue-bg  .lp-section-category__col{
        -ms-flex: 1 1 33.3333%;
        flex: 1 1 33.3333%;
        max-width: 33.3333%;
    }
}
@media(max-width: 1200px) {
	body.page-template-page-department .section-hero .content-wrapper {
		max-width: 50%;
	}

	body.page-template-page-department .section-hero.section-hero--kids-v2 .content-wrapper {
		max-width: unset;
	}

	.section-hero__bg-img {
		width: 48%;
	}


    .lp-section-blue-bg .lp-section-category__box header {
        padding: 20px;
    }
}

@media(max-width: 992px) {
    body.page-template-page-department  .section-hero__decorate {
        max-width: 150px;
        right: 0;
    }
    body.page-template-page-department .section-hero .content-wrapper{
        padding-right: 160px;
    }
}
@media(max-width: 768px) {
	body.page-template-page-department .section-hero .content-wrapper,
	body.page-template-page-department .section-hero p,
	body.page-template-page-department .section-hero h1 {
		max-width: unset;
	}

	body.page-template-page-department .section-hero .content-wrapper {
		padding: 55px 0;
        padding-right: 160px;
		margin-top: 300px;
	}

	.section-hero__bg-img {
		width: 100%;
		object-position: top center;
	}

	.section-hero.section-hero--kids-v2 .section-hero__bg-img {
		height: calc(100% - 200px);
		object-position: center right;
	}

	body.page-template-page-department .section-hero.section-hero--kids-v2 .content-wrapper h1 {
		color: #fff;
	}

	body.page-template-page-department .section-hero.section-hero--kids-v2 .content-wrapper {
		padding-right: 0;
	}
	
	body.page-template-page-department .section-hero .container {
		background-color: #009EDD;
	}
    .lp-section-blue-bg  .lp-section-category__col{
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
    }
    .lp-section-blue-bg .lp-section-category__box header {
        padding: 20px;
    }
		body.single-product .specs {
		overflow-y: scroll;
	}
}

@media(max-width: 500px) {
	body.page-template-page-department .section-hero .content-wrapper {
    margin-top: 200px;
    padding: 20px 0 15px;
        padding-right: 160px;
	}

	body.page-template-page-department .section-hero h1 {
    margin-bottom: 10px;
		font-size: 50px;
	}

	body.page-template-page-department .section-hero p {
		font-size: 22px;
	}
    .lp-section-blue-bg  .lp-section-category__col{
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
    }
}
@media(max-width: 375px) {
    body.page-template-page-department  .section-hero__decorate {
        max-width: 100px;
    }
    body.page-template-page-department .section-hero .content-wrapper {
        padding-right: 110px;
    }
}