/*
Theme Name:   BrandActive
Description:  BrandActive theme
Author:       web
Author URL:   http://new.brandactive.pl
Template:     blankslate
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  BrandActive
*/

/* Write here your own personal stylesheet */

/*
 * Web Fonts from colophon-foundry.org
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Colophon Foundry. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2020 Colophon Foundry
 *
 * Licenced to Brand Active Brand Active Sp. z o.o.
 */

@font-face {
    font-family: 'basis-grotesque-regular-pro';
    src: url('/wp-content/themes/BrandActive/assets/font/basis-grotesque-regular-pro.eot');
    src: url('/wp-content/themes/BrandActive/assets/font/basis-grotesque-regular-pro.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/BrandActive/assets/font/basis-grotesque-regular-pro.woff2') format('woff2'),
        url('/wp-content/themes/BrandActive/assets/font/basis-grotesque-regular-pro.woff') format('woff'),
        url('/wp-content/themes/BrandActive/assets/font/basis-grotesque-regular-pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body,
*{
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'basis-grotesque-regular-pro';
    max-width: 100vw;
    width: 100%;
    overflow-x: hidden;
    height: 100vh;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a{
    font-family: 'basis-grotesque-regular-pro';  
}
a{
    text-decoration: none;
}
.main-wrap{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.header{
    height: 180px;
    transition: all .4s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    display: flex;
    align-items: center; 
    z-index: 20;
    width: 100%;
    max-width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer{
    margin-top: auto;
}
.body--scroll .header {
    height: 100px;
    transition: all .4s;
    box-shadow: 0 4px 3px -3px rgba(0, 0, 0, .1);
}
.admin-bar .header {
    top: 30px;
}
.nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1660px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.eu-logo {
    position: absolute;
    bottom: -22px;
    right: 50px;
    transition: 200ms ease-in-out;
}
.eu-logo svg {
    width: 114px;
}
@media (max-width: 1750px) {
    .eu-logo {
        right: 20px;
    }
}
@media (max-width: 980px) {
    .nav {
        position: unset;
    }
    .eu-logo {
        right: -14px;
        bottom: 5px;
    }
    .eu-logo svg {
        height: 15px;
        width: 135px;
    }
}
.body--scroll .eu-logo {
    opacity: 0;
}
@media(max-width: 1750px) {
    .nav {
        max-width: calc(100% - 100px);
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media(max-width: 1300px){
    .nav {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media(max-width: 980px){
    .nav {
        max-width: 100%;
    }
}
.logo {
    height: 40px;
}
.menu-menu-1-container{
    display: flex;
}
.menu-item a,
.menu-item span {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.07em;
    color: #000000;
    text-decoration: none; 
}
.menu-item a:hover{
    color: #907D50;
    transition: all .3s;
}

.current_page_item a {
    font-weight: bold;
}


.main {
    position: relative;
    transform: translateY(160px);
    margin-bottom: 160px; 
    z-index: 1;
    transition: .4s;
    max-width: 100%;
    overflow: hidden;
}

.body--scroll .main {
    position: relative;
    transform: translateY(100px);
    margin-bottom: 100px;
    z-index: 1;
}

@media(min-width: 981px){
    .menu{
        display: flex;
        align-items: center;
        height: 80px;
    }
    .sub-menu{
        visibility: hidden;
        opacity: 0;
        position: absolute;
        background-color: #000000;
        padding: 25px 35px;
        width: 350px;
        left: 50%;
        transform: translateX(-50%);
        top: 80px;
    }
    .sub-menu::before{
        content: "";
        display: inline-flex;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 12.5px 20px 12.5px;
        border-color: transparent transparent #000000 transparent;
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
    }
    .page-template-services .sub-menu,
    .page-template-work .sub-menu,
    .page-template-services1-shopify-plus .sub-menu,
	.page-template-services9-box .sub-menu,
    .page-template-services4-seo .sub-menu,
    .page-template-services6-email-marketing .sub-menu,
    .page-template-shopify .sub-menu,
    .page-template-services3-ux-ui .sub-menu {
        background-color: #696969;
    }
    .page-template-services .sub-menu::before,
    .page-template-work .sub-menu::before,
    .page-template-services1-shopify-plus .sub-menu::before,
	.page-template-services9-box .sub-menu::before,
    .page-template-services4-seo .sub-menu::before,
    .page-template-services6-email-marketing .sub-menu::before,
    .page-template-shopify .sub-menu::before,
    .page-template-services3-ux-ui .sub-menu::before {
        border-color: transparent transparent #696969 transparent; 
    }  
    .sub-menu .menu-item a{
        color: #ffffff;
        height: auto;
        margin-bottom: 10px;
        font-size: 16px;
        text-transform: none;
    }
    .menu-item{
        margin-left: 55px; 
        height: 80px;
        display: flex;
        align-items: center;
    }
    .menu-item-has-children{
        position: relative;
    }
    .menu-item-has-children:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
    }
    .sub-menu .menu-item {
        margin-left: 0px;
        height: auto;
    }
    .current_page_item .sub-menu a{
        text-decoration: none;
    }
    #nav-icon1{
        display: none;
    }
}
@media(max-width: 1260px){
    .menu-item a,
    .menu-item span {
        font-size: 15px;
        line-height: 18px;
        letter-spacing: 0.07em;
    }
    .menu-item {
        margin-left: 26px;
    }
}
@media(max-width: 980px){
    .menu-menu-1-container{
        position: absolute;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 30px;
        padding-top: 90px;
        z-index: 99;
        background-color: rgba(255, 255, 255, 1);
        transform: translateX(100%);
        transition: all .3s;
        opacity: 0;
    }
    .menu-menu-1-container.open{
        opacity: 1;
        transform: translateX(0%);
    }
    .menu{
        overflow: auto;
        width: 100%;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .menu-item a,
    .menu-item span{
        margin-top: 12px;
        font-size: 17px;
        line-height: 22px;
        letter-spacing: 0.1em;
        display: inline-flex;
    }
    .menu-item{
        width: 100%;
        margin-left: 0;
    }
    .sub-menu{
        display: none;
        padding: 8px 0 23px 16px;
        margin: 10px 0;
        background: #f3f3f3;
    }
    .menu-item .sub-menu a{
        font-size: 15px;
    }
    .menu-item-has-children{
        display: block;
        width: 100%;
        position: relative;
    }
    .menu-item-has-children::after{
        content:"";
        display: inline-flex;
        margin-left: auto;
        position: absolute;
        right: 0;
        top: 10px;
        width: 20px;
        height: 20px;
        background: url('/wp-content/themes/BrandActive/img/right-arrow.svg');
        transform: rotate(90deg);
    }
   
    .menu-item-has-children .sub-menu a{
        font-weight: normal;
        text-decoration: none;
    }
    .header {
        height: 100px;
    }

    .body--scroll .header {
        height: 100px;
        box-shadow: 0 4px 3px -3px rgba(0, 0, 0, .1);
    }
    .main {
        transform: translateY(80px);
    }

    .body--scroll .main {
        transform: translateY(100px);
        margin-bottom: 100px;
    }

}

img{
    max-width: 100%;
    height: auto;
}

.bronze-partner-logo {
    margin: 0 auto;
    display: block;
    max-height: 390px;
    width: auto !important;
}

.pim-implementation-image img {
    display: block;
    margin: 0 auto;
}

.akeneo-testimonials {
    margin-top: 100px;
    margin-bottom: 100px;
}

.akeneo-testimonials .case-testimonials__text {
    margin-top: 50px;
}

.akeneo-testimonials .case-testimonials__text::before {
    background-image: url('/wp-content/uploads/2023/01/quote1.jpg');
}

.akeneo-testimonials .case-testimonials__text::after {
    background-image: url('/wp-content/uploads/2023/01/quote2.jpg');
}

.page-template-services2-pin-akeneo .e-book-slider__item {
    margin-bottom: 0;
}

.page-template-services2-pin-akeneo .blog-part {
    margin: 20px 0;
}

/*hamburger*/
#nav-icon1 {
    width: 45px;
    height: 32px;
    position: absolute;
    top: 33px;
    right: 20px;
    z-index: 120;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 15px;
}

#nav-icon1 span:nth-child(3) {
    top: 30px;
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.admin-bar #nav-icon1{
    top: 32px;
}
@media(max-width: 400px){
    .logo svg{
        width: 225px;
    }
    #nav-icon1 {
        top: 34px !important;
    }
}
 @media(max-width:1260px){
     .logo svg {
         width: 200px;
     }
 }
/*footer*/

.footer{
    background-color: #000000;
    color: #ffffff;
    position: relative;
    padding-bottom: 14px;
}
.footer__top{
    position: relative;
    max-width: 1600px;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 20px;
}
.footer__title{
    display: flex;
    font-weight: 800;
    font-size: 55px;
    line-height: 60px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

#copyright{
    display: flex;
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
    background-color: #000000;
    padding-top: 14px;
    border-top: 1px solid #777777;
}
#copyright a{
    margin-left: 4px;
    color: #FFFFFF;
}
.footer__wrap{
    display: flex;
}

.footer__col{
    width: 25%;
    padding-right: 30px;
}
.footer__col--1{
    margin-top: 60px;
}
.footer__h3 {
    font-weight: 800;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.footer__link {
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 17px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    display: block;
}

.footer__small-link{
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    display: block;
}

.footer__small-text{
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 40px;
    color: #FFFFFF;
    margin: 65px 0 140px;
}
.footer__social-icon{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 280px;
}
@media(max-width: 1200px){
    .footer__h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 25px;
    }

    .footer__link {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 14px;
    }

    .footer__small-link {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 14px;
    }

    .footer__small-text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 14px;
        margin: 35px 0 60px;
    }
    .footer__title {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 10px;
    }
}
.img-footer{
    position: absolute;
}
.img-footer--1{
    left: -220px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 18px;
    color: #fff;
}
.img-footer--2 {
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
}
@media(max-width: 1750px){
    .footer__top {
        max-width: calc(100% - 100px);
    }
    #copyright {
        max-width: calc(100% - 100px);
    }
}
@media(max-width: 980px) {
    .img-footer--1 {
        display: none;
    }
    .img-footer--2 {
        display: none;
    }
    .footer__top {
        max-width: 100%;
    }
    #copyright {
      max-width: 100%;
      justify-content: center;
      text-align: center;
    }
    .footer__wrap{
        flex-wrap: wrap;
    }
    .footer__top{
        padding: 50px 20px;
        padding-bottom: 5px;
    }
    .footer__col {
        width: 50%;
        padding-right: 30px;
    }
    .footer__col:not(:last-child) {
        margin-bottom: 45px;
    }
}
@media(max-width: 500px) {
    .footer__col {
        width: 100%;
        padding-right: 30px;
        margin-bottom: 45px;
    }
    .footer__col--1 {
        margin-top: 35px;
    }
}

/*uniwersal*/
.title {
    font-weight: bold;
    font-size: 55px;
    line-height: 60px;
    color: #000000;
    margin-bottom: 18px;  
}
.title--white{
    color: #ffffff;
}
.title-small {
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    margin-bottom: 46px;
}
.title-small a {
    color: inherit;
}
.title-small a:hover {
    color: #907D50;
}
.title-small--white {
    color: #ffffff;
}
.title-small span{
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
}
.text {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    color: #000000;
}
.text--white {
    color: #ffffff;
}
.title-white{
    font-weight: 800;
    font-size: 48px;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 60px;
}
.text-white{
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    color: #FFFFFF; 
    margin-bottom: 60px;
}
.grid {
    max-width: 1600px;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.grid--big{
    max-width: 1675px;
}
.grid--big .title {
    margin-left: 37.5px;
}
.grid__img {
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
}
.grid--big .grid__img {
    right: -2.5px;
}
.btn-link {
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    padding: 23px 0;
    padding-right: 80px;
    color: #FFFFFF;
    display: flex;
    transition: all .3s;
}
.btn-link--small{
    font-size: 18px;
    line-height: 18px;
    padding: 5px 0;
    padding-right: 50px;
}
.btn-link--black{
    color: #000000;
}
.underline{
    /* text-decoration: underline; */
}
.ct-btn span::after {
    display: none;
}
.btn-link img{
    margin-left: 50px;
    align-self: center;
    transform: translateX(0px);
    transition: all .3s;
}
.btn-link--small img{
    margin-left: 35px;
}
.btn-link:hover img {
    transform: translateX(10px);
    transition: all .3s;
}
.btn-link:hover{
    color: #907D50;
    transition: all .3s;
}

.text-small {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    color: #000000;
}

@media(max-width: 1750px) {
    .grid {
        max-width: calc(100% - 100px);
    }
    .page-template-single-case14naturelove .our-clients__wrap {
        row-gap: 50px;
        max-width: 100%;
    }
    .page-template-single-case14naturelove .our-clients .our-clients__title {
        max-width: 100%;
    }
    .grid--big {
        width: 100%;
        max-width: calc(100% - 25px);
    }
    .grid--big .grid__img {
        right: 3.5px;
    }
    .title {
        font-size: 45px;
        line-height: 45px;
    }

    .title-small {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .title-small span {
        font-size: 22px;
        line-height: 26px;
    }

    .text {
        font-size: 18px;
        line-height: 24px;
    }
    .title-white {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 50px;
    }

    .text-white {
        font-size: 18px;
        line-height: 26px;
    }
    .btn-link {
        font-size: 20px;
        line-height: 23px;
        padding: 18px 0; 
    }

    .btn-link img {
        margin-left: 25px;
        max-width: 55px;
    }
}

@media(max-width: 980px) {
    .grid {
        max-width: 100%;
    }
    .grid--big{
        max-width: 100%;
    }
    .grid__img {
        display: none;
    }
    .title {
        font-size: 30px;
        line-height: 35px;
    }
    .title-small {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    .title-small span {
        font-size: 17px;
        line-height: 24px;
    }
    .title-white {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 35px;
    }

    .text-white {
        font-size: 15px;
        line-height: 22px;
    }
    .text {
        font-size: 16px;
        line-height: 22px;
    }
    .btn-link {
        font-size: 16px;
        line-height: 19px;
        padding: 15px 0;
    }

    .btn-link img {
        margin-left: 10px;
        max-width: 45px;
    }
    .text-white {
       margin-bottom: 35px;
    }
    .text-small {
        font-size: 14px;
        line-height: 24px;
    }
    .btn-link--small {
        font-size: 15px;
        line-height: 15px;
        padding: 5px 0;
        padding-right: 0px;
    }
    .btn-link--small img{
        margin-left: 25px;
    }
}
@media(max-width: 480px) {
    .btn-link {
        font-size: 14px;
        line-height: 19px;
        padding: 12px 0;
    }

    .btn-link img {
        margin-left: 10px;
        max-width: 35px;
    }
}
/*services-shopify*/
.services-shopify__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
.services-shopify__item--special .text {
    max-width: 580px;
}
.services-shopify__item--reverse{
    flex-direction: row;
}
.services-shopify__col {
    width: calc(50% - 25px);
}
.services-shopify__item:not(:last-child){
    /* margin-bottom: -30px; */
}
.services-shopify__text{
    padding-top: 35px;
    padding-bottom: 35px;
}


@media(max-width: 980px) {
    .services-shopify__item {
        flex-direction: column;
        margin-bottom: 35px !important;
    }
    .services-shopify__col {
        width: 100%;
        padding-bottom: 30px;
        display: block;
    }
    .services-shopify__col img{
        width: 100%;
        height: auto;
    }
    .services-shopify__text {
        padding: 0px;
        padding: 0px;
    }
}

/*our-clients*/
.our-clients{
    background: #F8F8F8;
    width: 100%;
    padding-top: 78px;
    padding-bottom: 66px;
}
.our-clients__wrap{
    display: flex;
    flex-wrap: wrap;
}
.our-clients__img{
    width: 25%;
    text-align: center;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-template-single-case14naturelove .our-clients__img {
    width: 16.6666%;
}

@media(max-width: 1024px){
    .page-template-single-case14naturelove .our-clients__img {
        width: 33.33%;
    }
}

.our-clients__wrap--small .our-clients__img {
    width: 33.333%;
    text-align: center;
}
.our-clients__wrap--small2{  
    justify-content: space-between;
    margin-top: 60px; 
}
.our-clients__wrap--small2 .our-clients__img img{
    max-width: 100%;
}
.our-clients__wrap--small2 .our-clients__img {
    width: 32%;
    text-align: center;
}
@media(max-width: 768px){
    .our-clients__img {
        width: 50%; 
    }
    .our-clients__wrap--small .our-clients__img {
        width: 50%;
        text-align: center;
    }
    .our-clients__wrap--small2 .our-clients__img {
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }
    .our-clients {
        padding-top: 50px;
        padding-bottom: 20px;
    }
}
 
/*brand-team*/
.brand-team{
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
    padding-bottom: 180px;
}
.brand-team__col{
    width: calc(50% - 25px);
}
.brand-team__col--black{
    background-color: #000;
    padding: 85px 75px;
}
.brand-team__col--white{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.brand-team__col--white .title {
    padding-top: 30px;
    margin-bottom: 30px;
}
.brand-team__img{
    vertical-align: bottom;
}
@media(max-width: 1750px){
    .brand-team {
        margin-top: 100px;
        padding-bottom: 150px;
    }
    .brand-team__col--black {
        background-color: #000;
        padding: 55px 60px;
    }
    .brand-team__col--white .title {
        padding-top: 60px;
    }
}
@media(max-width: 1500px){
    .brand-team__col .text-white {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}
@media(max-width: 1350px) {
    .brand-team__col--black {
        background-color: #000;
        padding: 40px 25px;
    }
    .brand-team__col--white .title {
        padding-top: 45px;
    }
}
@media(max-width: 1100px) {
    .brand-team__col--black {
        background-color: #000;
        padding: 40px 25px;
    }
}
@media(max-width: 980px) {
    .brand-team {
        margin-top: 60px;
        padding-bottom: 80px;
        flex-direction: column;
    }
    .brand-team__col {
        width: 100%;
    }
    .brand-team__col--white{
        margin-bottom: 50px;
    }
    .brand-team__col--white .title {
        padding-top: 0px;
        padding-bottom: 25px; 
    }
    .brand-team__col .text-white {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px; 
    }
}

/* hp-slider */
.hp-slider {
    margin-top: 130px;
    padding-bottom: 100px;
}

.hp-slider__wrap {
    margin-top: 100px;
}

.hp-slider__item {
    display: flex !important;
    justify-content: space-between;
}

.hp-slider__text {
    width: 60%;
}
.hp-slider__graph {
    width: 35%;
    background-color: #F3F3F4;
    padding: 42px 80px 51px 55px;
    display: flex;
    flex-direction: column;
}

.hp-slider__testimonials {
    padding: 25px 33px 25px 52px;
    position: relative;
}
.hp-slider__testimonials::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 19px; 
    background: url('/wp-content/uploads/2020/10/q1.png') no-repeat;
    left: 0;
    top: 0;
}
.hp-slider__testimonials::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 19px;
    background: url('/wp-content/uploads/2020/10/q2.png') no-repeat;
    right: 0;
    bottom: 0;
}
.hp-slider__client {
    margin-right: 25px;
    text-align: right;
    margin-top: 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}

.hp-slider__icon {
    margin-top: 69px;
    display: flex;
    justify-content: space-between;
}

.hp-slider__icon-item {
    display: flex;
    align-items: center;
    flex-direction: column; 
    width: 32%;
}

.hp-slider__icon-text {
    text-align: center;
    margin-top: 45px;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #000000;
}
.hp-slider__graph img{
    max-width: 100%;
    align-self: flex-start;
}
.hp-slider__graph-text {
    margin-top: 43px;
    margin-bottom: 80px;
    flex-direction: column;
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    color: #000000;
}

.hp-slider__graph-text span {
    font-size: 23px;
    line-height: 23px;
}
.hp-slider .slick-prev{
    top: unset;
    left: unset;
    right: 140px;
    bottom: -100px;
    transform: none;
    width: 70px;
    height: 70px;
}
.hp-slider .slick-next{
    top: unset;
    left: unset;
    right: 20px;
    bottom: -100px;
    transform: none;
    width: 70px;
    height: 70px;
}
.hp-slider .slick-prev::before {
    width: 70px;
    height: 70px;
    background: url('/wp-content/uploads/2020/10/arr-l.png') no-repeat;
    background-position: center center;
    display: flex;
    color: transparent;
}
.hp-slider .slick-next::before {
    width: 70px;
    height: 70px;
    background: url('/wp-content/uploads/2020/10/arr-r.png') no-repeat;
    background-position: center center;
    display: flex;
    color: transparent;
}
@media(max-width: 1300px){
    .hp-slider__graph{
        padding: 25px;
        justify-content: space-around;
    }
}
@media(max-width: 980px) {
    .hp-slider{
        margin-top: 60px;
        margin-bottom: 0px;
    }
    .hp-slider__item{
        flex-direction: column;
    }
    .hp-slider__graph {
        padding: 25px 20px;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        margin-top: 50px;
    }
    .hp-slider__graph img{
        align-self: center;
    }
    .hp-slider__graph-text{
        text-align: center;
        margin: 30px 0;
    }
    .hp-slider__graph-text {
        font-size: 28px;
        line-height: 34px;
        color: #000000;
    }

    .hp-slider__graph-text span {
        font-size: 20px;
        line-height: 23px;
    }
    .hp-slider__text{
        width: 100%;
    }
    .hp-slider__wrap{
        margin-top: 40px;
    }
    .hp-slider__icon-text{
        font-size: 12px;
        line-height: 14px;
        margin-top: 18px;
    }

    .hp-slider .slick-prev {
        right: 80px;
        bottom: -60px;
        width: 42px;
        height: 42px;
    }

    .hp-slider .slick-next {
        bottom: -60px;
        width: 42px;
        height: 42px;
    }

    .hp-slider .slick-prev::before {
        width: 42px;
        height: 42px;
        background-size: contain;
    }

    .hp-slider .slick-next::before {
        width: 42px;
        height: 42px;
        background-size: contain;
    }
    .hp-slider{
        padding-bottom: 60px;
    }
}
@media(max-width: 768px){
    .hp-slider__testimonials {
        padding: 25px 33px 25px 28px;
        position: relative;
    }
}

/*hp-case*/
.hp-case {
    display: flex;
    justify-content: space-between;
    margin: 200px auto;
}

.hp-case__col {
    width: calc(50% - 75px); 
    display: flex;
    flex-direction: column;
}

.hp-case__col .title {
    margin-bottom: 146px;
}

.hp-case__item:not(:last-child) {
    margin-bottom: 100px;
}

.hp-case__img {
    margin-bottom: 50px;
}

.hp-case__col .btn-link--last {
    margin-top: auto;
    justify-content: flex-end;
    padding-right: 0;
}

@media(max-width: 1300px){
    .hp-case__col {
        width: calc(50% - 25px);
    }
}
@media(max-width: 980px) {
    .hp-case {
        margin: 60px auto;
        margin-top: 40px; 
        margin-bottom: 40px;
        flex-direction: column;
    }
    .hp-case__col {
        width: 100%;
    }
    .hp-case__item {
        margin-bottom: 50px;
    }
    .hp-case__item:not(:last-child) {
        margin-bottom: 50px;
    }
    .hp-case__col .title {
        margin-bottom: 40px;
    }
} 

/*hp-blog*/

.hp-blog {
    margin-top: 150px;
    margin-bottom: 150px;

}
.hp-blog .title {
    margin-bottom: 100px;
}
.hp-blog__wrap .slick-track {
    display: flex !important;
    justify-content: space-between !important;
}
.hp-blog__item {
    width: calc(33.333% - 0px) !important;
    padding-right: 37.5px !important;
    padding-left: 37.5px !important; 
}
.hp-blog__img {  
    width: 100%;
}
.hp-blog__text {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}
.hp-blog__text div, 
.hp-blog__text p,
.hp-blog__text div a{
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #9A9A9A;
}
.hp-blog__title{
    font-size: 24px;
    line-height: 29px;
}
.hp-blog__title, 
.hp-blog__title a {
    font-style: normal;
    font-weight: 800;
    color: #000000;
    transition: all .3s;
}

.hp-blog__title{
    height: 58px;
    overflow: hidden; 
}
.hp-blog__excerpt {
    margin-top: 18px;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}
.hp-blog__excerpt{
    height: 72px;
    overflow: hidden;
}
.hp-blog__link{
    color: #000;
}
.hp-blog__title a:hover{
    color: #907D50;
    transition: all .3s;
}
.hp-blog .slick-prev {
    top: unset;
    left: unset;
    right: 155px;
    bottom: -100px;
    transform: none;
    width: 70px;
    height: 70px;
}

.hp-blog .slick-next {
    top: unset;
    left: unset;
    right: 35px;
    bottom: -100px;
    transform: none;
    width: 70px;
    height: 70px;
}

.hp-blog .slick-prev::before {
    width: 70px;
    height: 70px;
    background: url('/wp-content/uploads/2020/10/arr-l.png') no-repeat;
    background-position: center center;
    display: flex;
    color: transparent;
}

.hp-blog .slick-next::before {
    width: 70px;
    height: 70px;
    background: url('/wp-content/uploads/2020/10/arr-r.png') no-repeat;
    background-position: center center;
    display: flex;
    color: transparent;
}
@media(max-width: 980px){
    .hp-blog__item {
        width: 100% !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .hp-blog__img {
        width: auto;
        max-width: 100%;
    }
    .hp-blog__title{
        font-size: 16px;
        line-height: 24px;
        height: 48px;
    }
    .hp-blog__excerpt{
        margin-top: 15px;
    }
    .hp-blog__text{
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .hp-blog__text div,
    .hp-blog__text p,
    .hp-blog__text div a {
        font-size: 13px !important;
        line-height: 16px;
    }
    .hp-blog .slick-prev {
        right: 60px;
        bottom: -50px;
        width: 42px;
        height: 42px;
    }

    .hp-blog .slick-next {
        bottom: -50px;
        width: 42px;
        height: 42px;
        right: 0;
    }

    .hp-blog .slick-prev::before {
        width: 42px;
        height: 42px;
        background-size: contain;
    }

    .hp-blog .slick-next::before {
        width: 42px;
        height: 42px;
        background-size: contain;
    }

    .hp-blog {
        padding-bottom: 60px;
    }
}

/*hp-hero*/
.hp-hero {
    display: flex;
}
.hp-hero img{
    vertical-align: bottom;
}
.hp-hero__text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hp-hero__img {
    width: 800px;
    max-width: 800px;
    padding-right: 20px;
    position: relative;
    margin-right: auto;
}
.hp-hero__icon {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 25px;
    align-items: center;
    justify-content: center;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
}
.hp-hero__icon a:not(:last-child){
    margin-bottom: 30px;
}
.hp-hero__title {
    font-weight: 800;
    font-size: 75px;
    line-height: 90px;
    color: #000000;
    width: 800px;
    margin-left: auto;
    padding-left: 20px;
    margin-top: auto;
    margin-bottom: auto;
}
.hp-hero__title span{
    margin-top: 35px;
    font-size: 55px;
    line-height: 67px;
    display: block;
}
.hp-hero__info {
    display: flex;
    background-color: #000;
}

.hp-hero__info-img {
    width: 60%;
}

.hp-hero__info-text {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #000;
}
.hp-hero__info-text p{
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF; 
}
.hp-hero__info-text-img {
    max-width: 75%;
}
@media(max-width: 1750px){
    .hp-hero__title {
        font-size: 55px;
        line-height: 70px;
        width: calc(100% - 50px);
    }
    .hp-hero__title span {
        margin-top: 28px;
        font-size: 40px;
        line-height: 55px; 
    }
    .hp-hero__img {
        width: calc(50% - 50px);
        padding-right: 20px;
        position: relative;
        margin-right: auto;
    }
}
@media(max-width: 1550px) {
    .hp-hero__info-text img{
        /* max-width: 120px; */
    }
    .hp-hero__info-text-img {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .hp-hero__info-text p {
        font-size: 16px;
        line-height: 22px;
    }
}
@media(max-width: 1350px) {
    .hp-hero__info-text img {
        max-width: 120px;
    }

    .hp-hero__info-text-img {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
@media(max-width: 980px){
    .hp-hero{
        flex-direction: column;
    }
    .hp-hero__title{
        text-align: center;
        padding-left: 0;
        width: 100%;
        margin-left: auto;
        margin-right: auto; 
    }
    .hp-hero__text{
        width: 100%;
    }
    .hp-hero__img{
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .hp-hero__title {
        font-size: 40px;
        line-height: 50px;
        width: calc(100% - 50px);
    }

    .hp-hero__title span {
        margin-top: 28px;
        margin-bottom: 40px;
        font-size: 30px;
        line-height: 40px;
    }
    .hp-hero__img img{
        display: none;
    }
    .hp-hero__icon{
        flex-direction: row;
        height: 40px;
        align-items: center;
        justify-content: center;
        width: 100%;
        position: static;
        transform: translateY(0%);
        margin-top: 30px;
    }
    .hp-hero__icon a{
        margin-bottom: 0 !important;
        margin: 10px;
    }
}
@media(max-width: 600px) {
    .hp-hero__info{
        flex-direction: column;
    }
    .hp-hero__info-img,
    .hp-hero__info-text {
        width: 100%;
    }
    .hp-hero__info-text{
        padding: 25px 10px;
    }
    
}
/*blog*/
.post-edit-link{
    display: none;
}
.ba-blog {}

.big-title {
    font-weight: bold;
    font-size: 80px;
    line-height: 94px;
    color: #030303;
    margin-bottom: 60px;
}

.ba-blog__nav {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    background: #000;
    padding: 36px 20px;
}

.ba-blog__nav-link,
.ba-blog__nav span {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.ba-blog__nav span{
    margin-left: 15px;
    margin-right: 15px;
}
.entry-title.category-title{
    font-weight: bold;
    font-size: 48px;
    line-height: 57px;
    color: #000000;
    margin-top: 55px;
    margin-bottom: 30px;
}
.hp-blog--site{
    display: flex;
    flex-wrap: wrap;
}
.hp-blog--site .hp-blog__item {
    width: calc(33.333% - 0px) !important;
    margin-bottom: 80px;
}
 
.category .entry-title.category-title{
    margin-left: 37.5px;
}
.category .hp-blog__item{
    display: flex;
    flex-direction: column;
}
.category .hp-blog__item .blog-part{
    order: -2; 
}
.category .hp-blog__item  .blog-category {
     order: -1;
}
.hp-blog__img,
.wp-post-image {
    width: 100%;
    height: auto;
}
.post-categories{
    display: flex;
    flex-wrap: wrap;
}
@media(max-width: 1200px) {
    .big-title {
        font-size: 40px;
        line-height: 55px;
        color: #030303;
        margin-bottom: 35px;
    }
    .entry-title.category-title {
        font-size: 35px;
        line-height: 50px;
        margin-top: 40px;
        margin-bottom: 20px; 
    }
}
@media(max-width: 980px){
    .page-template-blog .hp-blog__item {
        width: 48% !important;
        padding: 0 !important;
        margin-bottom: 45px;
    }
    .page-template-blog .hp-blog__item:nth-child(2n) {
        margin-left: 4% !important;
    }
    .hp-blog .title {
        margin-bottom: 40px;
        margin-left: 0 !important;
    }
    .hp-blog {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .ba-blog__nav span {
        margin-left: 8px;
        margin-right: 8px;
    }
    .ba-blog__nav-link,
    .ba-blog__nav span {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.1em;
    }
    .ba-blog__nav{
        padding: 20px;
    }
    .big-title{
        font-size: 30px;
        line-height:40px;
        color: #030303;
        margin-bottom: 25px;
    }
    .category .entry-title.category-title {
        margin-left: 0px;
    }
    .entry-title.category-title {
        font-size: 28px;
        line-height: 40px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

}
@media(max-width: 600px) { 
    .page-template-blog .hp-blog__item {
        width: 100% !important;
        padding: 0 !important;
    }
    .page-template-blog .hp-blog__item:nth-child(2n) {
        margin-left: 0% !important;
    } 
}
.blog-category{
    display: flex;
}
.category .entry-meta {
    order: 2;
}
.category .btn-link{
    order: 3;
}
.category .meta-sep,
.category .author.vcard{
    display: none;
}
.single .hp-blog__item {
    width: 100% !important;
    max-width: 855px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}
.author.category-title a{
    color: #000000;
}
/*animation*/
.ba-anim .fadeRight:not(.in-view) {
    opacity: 0;
    transform: translateX(40px);
}

.ba-anim .fadeIn:not(.in-view) {
    opacity: 0;
}

.ba-anim .fadeIn.in-view {
    opacity: 1;
    -webkit-animation: fadeIn .6s;
    -moz-animation: fadeIn .6s;
    -o-animation: fadeIn .6s;
    animation: fadeIn .6s;
}

.ba-anim .fadeLeft:not(.in-view) {
    opacity: 0;
    transform: translateX(-50px);
}

.ba-anim .fadeLeft.in-view {
    opacity: 1;
    transform: translateX(0);
    -webkit-animation: fadeLeft .9s;
    -moz-animation: fadeLeft .9s;
    -o-animation: fadeLeft .9s;
    animation: fadeLeft .9s;
}

.ba-anim .fadeRight:not(.in-view) {
    opacity: 0;
    transform: translateX(40px);
}

.ba-anim .fadeRight.in-view {
    opacity: 1;
    transform: translateX(0);
    -webkit-animation: fadeRight .6s;
    -moz-animation: fadeRight .6s;
    -o-animation: fadeRight .6s;
    animation: fadeRight .6s;
}

.ba-anim .fadeUp:not(.in-view) {
    opacity: 0;
    transform: translateY(120px);
}

.ba-anim .fadeUp.in-view {
    opacity: 1;
    transform: translateY(0);
    -webkit-animation: fadeUp 1.1s;
    -moz-animation: fadeUp 1.1s;
    -o-animation: fadeUp 1.1s;
    animation: fadeUp 1.1s; 
}
 
/*animation*/
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* fade right */

@-webkit-keyframes fadeRight {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-moz-keyframes fadeRight {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-o-keyframes fadeRight {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeRight {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* fade left */

@-webkit-keyframes fadeLeft {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-moz-keyframes fadeLeft {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-o-keyframes fadeLeft {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeLeft {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* fade Up */

@-webkit-keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-moz-keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-o-keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.btn-link--absolute {
    position: absolute;
    bottom: -80px;
    right: 320px;
    padding-right: 0;
    font-weight: 300 !important;
}
@media(max-width: 1750px) {
    .btn-link--absolute {
        bottom: -93px;
    }
}
@media(max-width: 980px) {
    .hp-blog__wrap--slider .hp-blog__item{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .btn-link--absolute{
        bottom: 9px;
        right: 150px;
        padding-right: 0;
        font-size: 14px !important;
        line-height: 19px !important;
        padding: 12px 0 !important;
    }
}

p strong{
    font-weight: bold;
}
.entry-content .attachment-post-thumbnail{
    margin-bottom: 68px;
    margin-top: 10px;
}
.entry-content p,
.entry-content li {
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #000000;
}
.entry-title.single-post-title{
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    color: #000000;
    margin: 35px 0;
}
.single .entry-meta{
    display: flex;
}
.single .entry-date{
    margin: 0;
    margin: 0 10px;
}
.single .entry-date div{
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.single .meta-sep{
    margin: 0 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.single .author a{
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-right: 10px;
}

.gravatar {
    margin: 100px 0;
    display: flex;
    align-items: center;
} 
.gravatar__img{
    width: 90px;
}
.gravatar__text{
    width: calc(100% - 90px);
    padding-left: 27px;
}
.gravatar__name{
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 10px;
}
.gravatar__text{
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    color: #000000;
}
.entry-content ul{
    margin: 10px 0;
    list-style: disc;
    list-style-position: inside;
}
.entry-content a{
    color: #907D50;
}
@media(max-width: 980px){
    .entry-content .attachment-post-thumbnail {
        margin-bottom: 40px;
    }
    .entry-content p,
    .entry-content li {
        font-size: 15px;
        line-height: 22px;
    }
    .entry-title.single-post-title {
        font-size: 25px;
        line-height: 35px;
        margin: 25px 0;
    }
    .gravatar {
        margin: 40px 0;
        display: flex;
        align-items: center;
    }

    .gravatar__img {
        width: 90px;
    }
    .gravatar__img img{
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .gravatar__text {
        width: calc(100% - 90px);
        padding-left: 22px;
    }

    .gravatar__name {
        font-size: 16px;
        line-height: 22px;
        color: #000000;
        margin-bottom: 5px;
    }

    .gravatar__text {
        font-size: 14px;
        line-height: 20px;
    }
}
.single #comments{
    display: none;
}
.navigation.post-navigation, .single-footer {
    display: none; 
}
.single .entry-links{
    margin-top: 65px;
    padding-top: 18px;
    border-top: 1px solid #000000;
}
.single .entry-footer .cat-links,
.single .entry-footer .comments-link,
.single .entry-footer .meta-sep {
    display: none;
}

@media(min-width: 981px){
    .ba-blog-template .hp-blog__item:first-child {
        width: calc(100% - 70px) !important;
        background-color: #000;
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: 37.5px !important;
        margin-left: 37.5px !important;
        position: relative;
    }
    .ba-blog-template .hp-blog__item:first-child a:first-child{
        float: left;
        width: 50%;
    }
    .ba-blog-template .hp-blog__item:first-child a:first-child img{
        vertical-align: bottom;
        width: 100%;
    }
    .ba-blog-template .hp-blog__item:first-child .hp-blog__text{
        display: none;
    }
    .ba-blog-template .hp-blog__item:first-child .hp-blog__title{
        color: #FFFFFF; 
        padding-left: 40px;
        padding-right: 80px;
        padding-top: 90px;
        height: auto;
        font-size: 36px;
        line-height: 42px;
    }
    .ba-blog-template .hp-blog__item:first-child .hp-blog__excerpt{
        height: auto;
    }
    .ba-blog-template .hp-blog__item:first-child .hp-blog__excerpt{
        color: #FFFFFF;
        padding-left: 40px;
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
        padding-right: 80px;
        text-align: justify;
        color: #FFFFFF;
        margin-top: 30px;
        margin-bottom: 30px;
        height: auto;
    }
    .ba-blog-template .hp-blog__item:first-child .btn-link--black{
        padding-left: 40px;
        color: #FFFFFF; 
    }
    .btn-link--black .white {
        display: none;
    }
    .ba-blog-template .hp-blog__item:first-child .btn-link--black img{
        display: none;
    }
    .ba-blog-template .hp-blog__item:first-child .btn-link--black .white {
        display: inline-flex;
    }
}
@media(max-width: 1750px){
    .ba-blog-template .hp-blog__item:first-child .hp-blog__title {
        padding-right: 60px;
        padding-top: 70px; 
        font-size: 34px;
        line-height: 40px;
    }

    .ba-blog-template .hp-blog__item:first-child .hp-blog__excerpt {
        font-size: 18px;
        line-height: 30px;
        padding-right: 60px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
}
@media(max-width: 1450px) {
    .ba-blog-template .hp-blog__item:first-child .hp-blog__title {
        padding-right: 40px;
        padding-top: 50px;
        font-size: 28px;
        line-height: 35px;
    }

    .ba-blog-template .hp-blog__item:first-child .hp-blog__excerpt {
        font-size: 16px;
        line-height: 25px;
        padding-right: 40px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
}
@media(max-width: 1250px) {
    .ba-blog-template .hp-blog__item:first-child .hp-blog__title {
        padding-right: 40px;
        padding-top: 20px;
        font-size: 20px;
        line-height: 25px;
    }

    .ba-blog-template .hp-blog__item:first-child .hp-blog__excerpt {
        font-size: 16px;
        line-height: 25px;
        padding-right: 40px;
        margin-top: 15px;
        margin-bottom: 15px;
    } 
}
.addtoany_share_save_container{
    display: none;
}
.single .addtoany_share_save_container{
    display: inline-flex;
}
.tag-links{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.tags__wrap{
    width: calc(100% - 130px);
    display: flex;
    flex-wrap: wrap;
}

.tags__share{
    width: 120px;
}
.addtoany_share_save_container{
    margin: 0 !important;
    margin-left: auto !important;
}
.single .entry-footer .tag-links {
    font-size: 0;
    display: flex;
}

.single .entry-footer .tags__wrap a {
    font-size: 16px;
    background: #DFDFDF;
    border-radius: 75px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    padding: 9px 25px;
    margin-right: 20px;
    margin-bottom: 12px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
@media(max-width: 600px){
    .tag-links {
        display: flex;
        flex-direction: column-reverse;
    }
    .tags__wrap {
        width: 100%;
        margin-top: 20px; 
    }
    .tags__share {
        width: 100%;
    }
    .single .entry-footer .tags__wrap a {
        font-size: 12px;
        border-radius: 70px;
        padding: 6px 10px;
        margin-right: 10px;
        margin-bottom: 8px;
        height: 24px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}
.author .archive-meta{
    display: none;
}
.breadcrumbs{
    margin-top: 40px;
}
.breadcrumbs--white{
    margin-bottom: 20px;
}
.breadcrumbs a,
.breadcrumbs span{
    margin-right: 10px; 
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 5px;
}
.breadcrumbs--white a,
.breadcrumbs--white span {
    color:#ffffff;
}
.breadcrumbs .next{
    font-weight: bold;
}
.case-hero__social{
    background-color: #000;
}
/*case page*/
.case-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 95px;
    background: url('/wp-content/uploads/2020/10/case-background.png') no-repeat;
    background-position: center bottom; 
    background-size: 90%;
}
.case-hero--lestello{
    background: url('/wp-content/uploads/2020/11/lestello-background.png') no-repeat;
    background-position: left bottom 100px;
}
.case-hero__col {
    width: calc(50% - 25px);
    position: relative; 
}
.case-hero .title {
    margin-bottom: 70px;
}
.case-hero .title-small {
    margin-bottom: 50px;
}
.case-hero .text {}
.case-hero__img {
    max-width: 100%;
    width: 100%;
    vertical-align: bottom;
}
.case-hero__social {
    position: absolute;
    right: -55px;
    width: 75px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
}
.case-hero__social a:not(:last-child){
    margin-bottom: 20px;
}
.case-navigation-target {
    position: absolute;
    top: -140px;
}

@media(max-width: 1750px){
    .case-hero__social {
        right: -55px;
    }
}
@media(max-width: 1400px){
    .case-hero .title {
        margin-bottom: 40px;
    }

    .case-hero .title-small {
        margin-bottom: 30px;
    }
}
@media(max-width: 980px) {
    .case-hero{
        flex-direction: column;
        background-position: center 120px;
        margin-bottom: 50px;
    }
    .case-hero__social {
        position: static;
        width: 100%;
        margin-top: 0px;
        transform: translateY(0%);
        display: flex;
        flex-direction: row;
    }
    .case-hero__col{
        width: 100%;
        margin-bottom: 40px;
    }
    .case-hero__col--last{
        margin-bottom: 0px;
    }
    .case-hero__social a:not(:last-child) {
        margin-bottom: 0px;
        margin-right: 20px;
    }
    .case-hero .title {
        margin-bottom: 25px;
    }

    .case-hero .title-small {
        margin-bottom: 18px;
    }
}

.single-case {
    background-color: #000;
    margin-bottom: 100px;
    max-width: 1560px;
    display: flex;
    padding: 100px 90px 60px 90px;
    justify-content: space-between;
    align-items: center;
}

.single-case--1 {
    border-bottom: 30px solid #97B639;
}
.single-case--2 {
    border-bottom: 30px solid #E3D19C;
}
.single-case--3 {
    border-bottom: 30px solid #009E0F;
}
.single-case--4 {
    border-bottom: 30px solid #81BD41; 
}
.single-case--5{
    border-bottom: 30px solid #007FE9;
}
.single-case--6{
    border-bottom: 30px solid #00A2AE;
}
.single-case--7{
    border-bottom: 30px solid #9a9a9a;
}
.single-case__col {
    width: calc(45% - 25px);
}
.single-case__col--big{
    width: calc(55% - 25px);
}
.single-case .title {
    margin-bottom: 55px;
}

.single-case .title-small {
    margin-bottom: 40px;
}

.single-case .text {
    margin-bottom: 60px;
}

.single-case__img {
    width: 100%;
}
.title--case{
    margin-bottom: 100px;
}
.single-case__wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1560px;
}



.single-case__wrap .single-case__col {
    width: 100%;
}

@media(max-width: 1750px) {
    .single-case,
    .single-case__wrap {
        max-width: calc(100% - 140px);
    }
    .single-case .title {
        margin-bottom: 45px;
    }

    .single-case .title-small {
        margin-bottom: 30px;
    }

    .single-case .text {
        margin-bottom: 40px;
    }
    .title--case {
        margin-bottom: 80px;
    }

}
@media(max-width: 1250px) {
    .single-case {
        padding: 60px 50px 50px 60px;
        border-bottom-width: 20px;
    }
    .single-case .title {
        margin-bottom: 30px;
    }

    .single-case .title-small {
        margin-bottom: 20px;
    }
    .single-case .text {
        margin-bottom: 25px;
    }
    .title--case {
        margin-bottom: 50px;
    }

}

@media(max-width: 980px) {
    .single-case {
        padding: 40px 20px 40px 20px;
        border-bottom-width: 10px;
        margin-bottom: 40px;
        flex-direction: column-reverse;
    }
    .single-case__wrap{
        width: 100%;
        max-width: 100%;
    }
    .single-case__wrap {
       flex-direction: column;
    }

    .single-case__wrap .single-case__col {
        width: 100%;
    }
    .single-case__col {
        width: 100%;
    }
    .single-case__wrap .single-case {
        width: 100%;
    }
    .single-case {
        max-width:calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }
    .single-case__img{
        margin-bottom: 30px;
    } 
}
.tnp.tnp-subscription{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 40px;
}
.tnp-field-email label{
    display: none;
}
.tnp-field-email input{
    width: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #777777;
    padding: 9px 0;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 15px;
    font-family: 'basis-grotesque-regular-pro';
}
.tnp-field-button {
    background: url('/wp-content/uploads/2020/10/new-arr.png') no-repeat center center;
    position: absolute;
    right: 0;
    transition: all .3s;
    top: 0;
    transform: translateX(0px);
}
.tnp-field-button input {
    background: transparent;
    font-size: 0;
    width: 50px;
    height: 39px;
    border: none;
    outline: none;
    cursor: pointer;
}
.tnp-field-button:hover {
    transition: all .3s;
    transform: translateX(5px);
}

.tnp-privacy-field label{
    font-family: 'basis-grotesque-regular-pro';
}
.single-case__wrap{
    padding-left: 0;
    padding-right: 0;
}
.single-case__wrap .single-case {
    align-items: flex-start !important;
}
.single-case__wrap .single-case {
    width: calc(50% - 50px) !important;
}
@media(max-width: 1500px){
    .single-case__wrap .single-case {
        width: calc(50% - 25px) !important;
        padding: 60px 30px 30px 30px;
    }
}
@media(max-width: 980px) {
    .single-case__wrap .single-case {
        width: 100% !important;
        padding: 40px 20px 40px 20px;
    }
}
/*MENU SINGLE CASE*/
.logo .white{
    display: none;
}
.page-template-single-case1lestello .header {
    background-color: #81BD41;
}
.page-template-services3-ux-ui .header {
    background-color: #000;
}
.page-template-single-case1lestello .single-case-hero {
    background-color: #81BD41;
    margin-top: -30px;
    padding-top: 30px;
}
.page-template-services3-ux-ui .single-case-hero {
    background-color: #000;
    margin-top: -30px;
    padding-top: 30px;
}
.page-template-single-case1lestello .logo .white,
.page-template-services3-ux-ui .logo .white {
    display: inline-flex;
}
.page-template-single-case1lestello .logo .black,
.page-template-services3-ux-ui .logo .black {
    display: none;
}
.page-template-single-case1lestello .header,
.page-template-services3-ux-ui .header {
    box-shadow: none;
}
@media(min-width: 981px){
    .page-template-single-case1lestello .menu-item a,
    .page-template-services3-ux-ui .menu-item a,
    .page-template-single-case1lestello .menu-item span,
    .page-template-services3-ux-ui .menu-item span {
        color: white;
    }
}
/*max elektro*/

.page-template-single-case3max-electro .header {
    background-color:#00A2AE;
}


.page-template-single-case3max-electro .single-case-hero {
    background-color:#00A2AE;
    margin-top: -30px;
    padding-top: 30px;
}

.page-template-single-case3max-electro .logo .white {
    display: inline-flex;
}


.page-template-single-case3max-electro .logo .black {
    display: none;
}



.page-template-single-case3max-electro .header {
    box-shadow: none;
}


@media(min-width: 981px) {
    .page-template-single-case3max-electro .menu-item a,
    .page-template-single-case3max-electro .menu-item span {
        color: white;
    }
}


/*max elektro end*/

/** ruch */
.page-template-single-case2ruch .header {
    box-shadow: none;
}
.page-template-single-case2ruch .logo .black {
    display: none;
}
.page-template-single-case2ruch .logo .white {
    display: inline-flex;
}
.page-template-single-case2ruch .single-case-hero {
    background-color:#007AC2;
    margin-top: -30px;
    padding-top: 30px;
}
.page-template-single-case2ruch .header {
    background-color:#007AC2;
}
@media(min-width: 981px) {
    .page-template-single-case2ruch .menu-item a,
    .page-template-single-case2ruch .menu-item span {
        color: white;
    }
}
.single-case-hero--ruch{
    background: url('/wp-content/uploads/2020/11/Ruch-SA.png') no-repeat;
    background-size: 80%;
    background-position: left 15% bottom 80px;
    padding-bottom: 80px;
}
.case-hero--ruch {
    background: transparent; 
    margin-bottom: 0;
}
.page-template-single-case6margo .header {
    box-shadow: none;
}
.page-template-single-case6margo .case-hero{
    background: transparent; 
}
.page-template-single-case6margo .logo .black {
    display: none;
}

.page-template-single-case6margo .logo .white {
    display: inline-flex;
}

.page-template-single-case6margo .single-case-hero {
    background-color:#009E0F;
    margin-top: -30px;
    padding-top: 30px;
}

.page-template-single-case6margo .header {
    background-color:#009E0F;
}

/* viola style template - can be reused for other case studies by wrapping them with div.page-template-single-case7viola */

.page-template-single-case7viola .logo .black
 {
    display: none;
}

.page-template-single-case7viola .logo .white {
    display: inline-flex;
}

.page-template-single-case7viola .single-case-hero {
    background: url('/wp-content/uploads/2021/01/Zasób-2-2.png') no-repeat;
    background-color: #AFB1AC;
    background-position: left 15% bottom 80px;
    background-size: 80%;
    margin-top: -30px;
    padding-top: 30px;
}

.page-template-single-case7viola .header {
    background-color:#AFB1AC;
}

.page-template-single-case7viola .two-cols,
.page-template-single-case9manufaktura .two-cols {
    display: flex;
    margin-bottom: 102px;
    position: relative;
}

.page-template-single-case7viola .two-cols section,
.page-template-single-case9manufaktura .two-cols section{
    width: 50%;
}

.page-template-single-case7viola #co-zrobilismy,
.page-template-single-case7viola #metoda-kamieni,
.page-template-single-case7viola #seo-ppc,
.page-template-single-case9manufaktura #co-zrobilismy,
.page-template-single-case9manufaktura #metoda-kamieni,
.page-template-single-case9manufaktura #seo-ppc {
    position: absolute;
    top: -140px;
}

.page-template-single-case7viola .our-clients,
.page-template-single-case9manufaktura .our-clients {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.page-template-single-case7viola .our-clients .grid,
.page-template-single-case9manufaktura .our-clients .grid {
    background: #030303;
}

.page-template-single-case7viola .our-clients .grid.wrapper,
.page-template-single-case9manufaktura .our-clients .grid.wrapper {
    background: #fff;
    padding: 0 20px;
}

.page-template-single-case7viola .our-clients__wrap:not(:last-of-type),
.page-template-single-case9manufaktura .our-clients__wrap:not(:last-of-type) {
    margin-bottom: 40px;
}

.page-template-single-case7viola .our-clients__wrap,
.page-template-single-case9manufaktura .our-clients__wrap {
    padding-bottom: 112px;
}

.page-template-single-case7viola .our-clients h2,
.page-template-single-case9manufaktura .our-clients h2 {
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 93px;
    margin-left: 75px;
    font-size: 45px;
}

.page-template-single-case7viola .case-testimonials__text::before,
.page-template-single-case7viola .case-testimonials__text::after,
.page-template-single-case9manufaktura .case-testimonials__text::before,
.page-template-single-case9manufaktura .case-testimonials__text::after {
    display: none;
}

.page-template-single-case7viola .case-more-info {
    border-top: 1px solid #000;
    margin-top: 110px;
    padding-top: 110px;
}

.page-template-blog .case-more-info,
.single-post .case-more-info {
    border-top: 1px solid #000;
    margin-top: 0;
    padding-top: 110px;
}	

.page-template-single-case14naturelove .page-template-single-case7viola .case-more-info {
    margin-top: 0;
    padding-top: 110px;
}

.page-template-single-case14naturelove .main,
.page-template-single-case15miior .main {
    overflow: inherit;
}

@media (max-width: 980px) {
    .page-template-single-case14naturelove .page-template-single-case7viola .case-more-info {
        padding-top: 60px;
    }
}


.page-template-single-case7viola .case-text {
    background: #030303;
    padding: 100px 0;
    margin: 0;
}

.page-template-single-case7viola .case-text .grid,
.page-template-single-case7viola .case-target.list .grid {
    max-width: 800px;
}

.page-template-single-case7viola .case-text .grid {
    margin-right: 0;
    padding-right: 150px;
}

.page-template-single-case7viola .case-target.list .grid {
    margin-left: 0;
    padding-left: 150px;
}

.page-template-single-case7viola .case-text h2 {
    margin-bottom: 110px;
}

.page-template-single-case7viola .case-target h2 {
    margin-bottom: 84px;
}

.page-template-single-case7viola .case-target.case-target--white {
    background: #fff;
    margin: 100px 0;
    padding: 0;
	position: relative;
}

.page-template-single-case7viola .case-target__wrap {
    padding-left: 0;
}

.page-template-single-case7viola .case-target.case-target--white .text::before {
    background: url('/wp-content/uploads/2020/11/Vector-21.png') no-repeat center center;
}

.page-template-single-case7viola .case-about {
    margin-bottom: 100px;
}

.page-template-single-case7viola .case-slider {
    margin-bottom: 62px;
}

.page-template-single-case7viola .case-testimonials {
    margin-top: 133px;
}

.page-template-single-case14naturelove .page-template-single-case7viola .case-testimonials {
    margin-top: 0;
    position: relative;
}

.page-template-single-case7viola .case-testimonials__col-small img {
    max-height: 170px;
}

.page-template-single-case7viola .stat {
    margin-bottom: 0;
    max-width: 1275px;
}

.page-template-single-case7viola .stat-wrapper {
    margin-bottom: 103px;
}

.page-template-single-case7viola .stat__time {
    font-weight: 300;
    text-align: right;
}

.page-template-single-case7viola .stat__item .title-small {
    font-weight: normal;
}

.page-template-single-case7viola .stat__item .title-small span {
    font-weight: bold;
    font-size: 20px;
}

.case-hero--viola {
    background: none;
    margin-bottom: 0;
}

.case-hero--viola a {
    color: #fff;
}

.case-hero--viola a span {
    text-decoration: underline;
}

.case-hero--viola a svg {
    margin-left: 37px;
}

.page-template-single-case7viola .text {
    line-height: 40px;
    font-weight: normal;
    font-size: 24px;
}

.page-template-single-case7viola .stat__text {
    font-size: 36px;
    display: flex;
}

.page-template-single-case7viola .stat__text span {
    font-size: 24px;
    margin-left: 6.5px;
}

.page-template-single-case7viola .title--stat span {
    font-size: 24px;
    display: block;
    margin-top: 10px;
    font-weight: 300;
}


@media (max-width: 1750px) {
    .page-template-single-case7viola .case-text .grid,
    .page-template-single-case7viola .case-target.list .grid {
        max-width: calc(100% - 100px);
        margin-left: auto;
        margin-right: auto;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 1749.98px) {
    .page-template-single-case7viola .text {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 1499.98px) {
    .page-template-single-case7viola .our-clients h2 {
        margin-left: 25px;
    }
}

@media (max-width: 980px) {
	.page-template-blog .case-more-info,
	.single-post .case-more-info {
		padding-top: 60px;
	}
    .page-template-single-case7viola .text {
        font-size: 16px;
        line-height: 22px;
    }
    .page-template-single-case7viola .case-about,
    .page-template-single-case7viola .stat-wrapper {
        margin-bottom: 40px;
    }
    .page-template-single-case7viola .case-target h2 {
        margin-bottom: 40px;
    }
    .page-template-single-case7viola .case-testimonials__col-small img {
        margin-top: 30px;
    }
    .page-template-single-case7viola .case-text {
        padding: 40px 0;
    }
    .page-template-single-case7viola .case-text h2 {
        margin-bottom: 35px;
    }
    .page-template-single-case7viola .our-clients h2 {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-left: 20px;
        margin-right: 20px;
        line-height: 45px;
    }
    .page-template-single-case7viola .our-clients__wrap {
        padding-bottom: 40px;
    }
    .page-template-single-case7viola .case-testimonials {
        margin-top: 40px;
    }
    .page-template-single-case7viola .two-cols .case-target {
        margin-top: 40px;
        margin-bottom: 0;
    }
    .page-template-single-case14naturelove .page-template-single-case7viola .two-cols .case-target {
        padding-top: 0;
    }
    .page-template-single-case7viola .case-target .text::before {
        width: 34px;
        height: 30px;
        flex-shrink: 0;
    }
}

@media (max-width: 767.98px) {
    .page-template-single-case7viola .text {
        font-size: 16px;
        line-height: 22px;
    }
    .page-template-single-case7viola .two-cols {
        flex-direction: column;
    }
    .page-template-single-case7viola .two-cols {
        margin-bottom: 40px;
    }
    .page-template-single-case7viola .two-cols section {
        width: 100%;
    }
    .page-template-single-case7viola .case-text .grid, .page-template-single-case7viola .case-target.list .grid {
        max-width: 100%;
        padding: 0 20px;
    }
}

@media(min-width: 981px) {
    .page-template-single-case6margo .menu-item a,
    .page-template-single-case6margo .menu-item span,
    .page-template-single-case7viola .menu-item a,
    .page-template-single-case7viola .menu-item span,
    .page-template-single-case8adventure .menu-item a,
    .page-template-single-case8adventure .menu-item span {
        color: #fff;
    }
}

/* adventure sports - viola case mods */

.page-template-single-case8adventure .logo .black {
    display: none;
}

.page-template-single-case8adventure .logo .white {
    display: inline-flex;
}

.page-template-single-case8adventure .header {
    background-color: #5B6E8B;
}

.page-template-single-case8adventure .page-template-single-case7viola .single-case-hero {
    background: url('/wp-content/uploads/2021/02/napis-adventure-sports.png') no-repeat;
    background-color: #5B6E8B;
    background-position: left 15% bottom 80px;
    background-size: 80%;
}

.page-template-single-case8adventure .case-summary {
    background: url('/wp-content/uploads/2021/02/STOCK-adventure.jpg');
    background-size: cover;
}

.page-template-single-case8adventure .page-template-single-case7viola .case-more-info {
    padding-top: 0;
    border-top: 0;
}

.page-template-single-case8adventure .page-template-single-case7viola .our-clients__img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-template-single-case8adventure .page-template-single-case7viola .our-clients__img .cut-square {
    width: 100%;
    height: 100%;
    max-width: 150px;
    max-height: 150px;
    object-fit: cover;
}

@media (max-width: 980px) {
    .page-template-single-case8adventure .page-template-single-case7viola .case-more-info {
        margin-top: 60px;
    }
}

.page-template-single-case4bbb .case-hero {
    background: transparent;
}
.page-template-single-case4bbb .header {
    box-shadow: none;
}

.page-template-single-case4bbb .logo .black {
    display: none;
}

.page-template-single-case4bbb .logo .white {
    display: inline-flex;
}

.page-template-single-case4bbb .single-case-hero {
    background-color:#97B639;
    margin-top: -30px; 
    padding-top: 30px;
}

.page-template-single-case4bbb .header {
    background-color:#97B639;
}

.page-template-single-case9manufaktura .single-case-hero {
    background-color: #1C355D;
    margin-top: -30px; 
    padding-top: 30px;
}
.page-template-single-case9manufaktura .logo .black {
    display: none;
}

.page-template-single-case9manufaktura .logo .white {
    display: inline-flex;
}

.page-template-single-case9manufaktura .header {
    background-color: #1C355D;
}

@media(min-width: 981px) {
    .page-template-single-case4bbb .menu-item a,
    .page-template-single-case4bbb .menu-item span {
        color: white;
    }
    .page-template-single-case9manufaktura .menu-item a,
    .page-template-single-case9manufaktura .menu-item span {
        color: white;
    }
}

.page-template-single-case5luxury .case-hero {
    background: transparent;
}

.page-template-single-case5luxury .header {
    box-shadow: none;
}

.page-template-single-case5luxury .logo .black {
    display: none;
}

.page-template-single-case5luxury .logo .white {
    display: inline-flex;
}

.page-template-single-case5luxury .single-case-hero {
    background-color: #E3D19C;
    margin-top: -30px;
    padding-top: 30px;
}

.page-template-single-case5luxury .header {
    background-color: #E3D19C;
}

@media(min-width: 981px) {
    .page-template-single-case5luxury .menu-item a,
    .page-template-single-case5luxury .menu-item span {
        color: white;
    }
}
/**end ruch
/*max-elektro hero*/

.case-hero--max-elektro {
    background: transparent; 
    margin-bottom: 0;
}

.single-case-hero--max-elektro{
    background: url('/wp-content/uploads/2020/11/Max-Elektro.png') no-repeat;
    background-size: 80%;
    background-position: left 15% bottom 80px;
    padding-bottom: 80px;
}
.case-hero--margo {
    background: transparent;
    margin-bottom: 0;
}
.single-case-hero--margo {
    background: url('/wp-content/uploads/2020/11/MargoPack.png') no-repeat;
    background-size: 80%;
    background-position: left 15% bottom 80px;
    padding-bottom: 80px;
}
.single-case-hero--bbb {
    background: url('/wp-content/uploads/2020/11/Biobabalscy.png') no-repeat;
    background-size: 80%;
    background-position: left 15% bottom 80px;
    padding-bottom: 80px;
}
.single-case-hero--luxury {
    background: url('/wp-content/uploads/2020/11/Luxury-Fashion2.png') no-repeat;
    background-size: 70%; 
    background-position: left 15% bottom 80px; 
    padding-bottom: 80px;
}
.page-template-single-case9manufaktura .single-case-hero--boleslawiec{
    background: #1C355D url('/wp-content/uploads/2021/02/manufaktura.png') no-repeat !important;
    background-size: 70% !important;  
    background-position: left 15% bottom 80px !important; 
    padding-bottom: 80px !important;
}
.case-title{
    margin-top: 80px;
    display: flex;
    flex-direction: column;
}
.case-title span{
    display: block;
    margin-top: 20px;
    font-size: 55px;
}
@media(max-width: 1750px) {
    .case-title {
        margin-top: 60px;
    }
    .case-title span {
        margin-top: 15px;
        font-size: 35px;
    }
}

@media(max-width: 980px) {
    .case-title { 
        margin-top: 30px; 
    }
    .case-title span {
        margin-top: 12px;
        font-size: 22px;
    } 
}
/*max-elektro hero end*/

.single-case-hero .title,
.single-case-hero .title-small,
.single-case-hero .text {
    color: white;
}
.single-case-hero.single-case-hero--bebe .title {
    color: #000;
    font-size: 65px;
    line-height: 65px;
}
.single-case-hero.single-case-hero--bebe .case-title span {
    font-size: 48px;
    line-height: 57px;
}
.single-case-hero .case-hero__social {
    background: transparent;
}
.single-case-hero .case-hero__col--last{
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-case-hero .case-hero__img{
    max-width: 100%;
    width: auto;
}
.single-case-hero{
    padding-bottom: 100px;
}
.single-case-hero .btn-link{
    margin-top: 80px;
}
@media(max-width: 980px) {
    .single-case-hero {
        padding-bottom: 0px;
    }
    .single-case-hero .btn-link {
        margin-top: 25px;
        margin-bottom: 30px;
    }
}
/*single case*/
.case-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 60px auto;
}

.case-menu a,
.case-menu span {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.1em;
    color: #000000;
    margin-right: 20px;
}
.line{
    max-width: 1560px;
    height: 1px;
    background-color: #000000;
    margin: 0 auto;
}
@media(max-width: 1750px){
    .line {
        max-width: calc(100% - 140px);
    }
    .case-menu {
        margin: 45px auto;
    }
}
@media(max-width: 980px) {
    .line {
        max-width: calc(100% - 40px);
    }
    .case-menu {
        margin: 25px auto;
    }

    .case-menu a,
    .case-menu span {
        font-size: 14px;
        line-height: 18px;
        margin-right: 12px;
    }
}

.case-about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
    margin-bottom: 120px;
}
.case-about .title{
    margin-bottom: 80px;
}
.case-about__col {
    width: calc(50% - 25px);
}
.case-about__col img{
    width: 100%;
    height: auto;
}
.grid__img-black {
    background-color: black;
    position: absolute;
    right: -55px;
    width: 75px;
    height: 200px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

@media(max-width: 1750px) {
    .case-about .title {
        margin-bottom: 55px;
    }
}

@media(max-width: 980px) {
    .grid__img-black{
        display: none;
    }
    .case-about {
        flex-direction: column;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .case-about .title {
        margin-bottom: 30px;
    }

    .case-about__col {
        width: 100%;
    }
    .case-about__col img {
        margin-top: 30px;
    }
}

.case-target {
    background-color: #000;
    padding: 100px 0;
    position: relative; 
}

.case-target__wrap {
    padding-left: 42%;
    padding-top: 20px;
}

.case-target .title {
    display: flex;
    flex-direction: column; 
}

.case-target .title span{
    margin-left: 90px;
    display: block;
    font-size: 45px;
    line-height: 50px;
    margin-top: 20px;
}


.case-target .text {
    display: flex;
    margin-bottom: 35px;
}

.case-target .text::before {
    content: "";
    display: inline-flex;
    width: 34px;
    min-width: 34px;
    height: 30px;
    background: url('/wp-content/uploads/2020/11/check.png') no-repeat center center;
    margin-right: 40px;
}

@media(max-width: 1750px) {
   .case-target .title span {
       margin-left: 60px;
       font-size: 32px;
       line-height: 40px;
       margin-top: 18px;
   }
}

@media(max-width: 980px) {
     .case-target .title span {
         margin-left: 40px;
         font-size: 24px;
         line-height: 32px;
         margin-top: 15px;
     }
     .case-target__wrap {
         padding-left: 0%;
     }
     .case-target .text::before {
         width: 24px;
         height: 20px;
         background-size: 24px 20px;
         margin-right: 25px;
    }
    .case-target {
        padding: 40px 0;
    }
}

.case-design {
    margin-top: 100px;
    position: relative;
}

.case-design__wrap .title {
    margin-bottom: 100px;
}

.case-design__wrap-background {
    background-color: #000000;
    padding-top: 200px;
    margin-top: -200px;
    padding-bottom: 100px;
}

.case-design .title-small {
    text-align: right;
    padding-right: 50px;
}
@media(max-width: 1750px) {
    .case-design {
        margin-top: 80px;
    }
    .case-design__wrap .title {
        margin-bottom: 60px;
    }
}

@media(max-width: 980px) {
    .case-design {
        margin-top: 40px;
    }
    .case-design__wrap .title {
        margin-bottom: 30px;
    }
    .case-design__wrap-background {
        background-color: #000000;
        padding-top: 50px;
        margin-top: 0px;
        padding-bottom: 50px;
    } 

    .case-design .title-small {
        text-align: left;
        padding-right: 0px;
        padding-right: 20px;
    }
}
.case-slider .slick-prev {
    display: none !important;
}

.case-slider .slick-next {
    top: unset;
    left: unset;
    right: 0px;
    bottom: 0px;
    transform: none;
    width: 70px;
    height: 70px;
}

.case-slider .slick-next::before {
    width: 70px;
    height: 70px;
    background: url('/wp-content/uploads/2020/10/arr-r.png') no-repeat;
    background-position: center center;
    display: flex;
    color: transparent;
}

@media(max-width: 980px) {
    .case-slider .slick-next {
        bottom: 0px;
        width: 42px;
        height: 42px;
    }
    .case-slider .slick-next::before {
        width: 42px;
        height: 42px;
        background-size: contain;
    }
}
.case-slider {
    margin: 120px auto;
    margin-bottom: 0;
}

.case-slider .title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 60px;
}

.case-slider .title span {
    display: block;
    text-align: center;
    margin-left: 150px;
    font-size: 36px;
    line-height: 50px;
    margin-top: 10px;
}

.case-slider__wrap {}

.case-slider__item {
    position: relative;
    padding-bottom: 40px;
}

.case-slider .mobile {
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    color: #000000;
    position: absolute;
    right: 120px;
    bottom: 11px;
    cursor: pointer;
}

@media(max-width: 1750px) {
    .case-slider .title span {
        margin-left: 140px;
        font-size: 28px;
        line-height: 40px;
    }
    .case-slider .title {
        margin-bottom: 50px;
    }
    .case-slider {
        margin: 90px auto;
    }
    .case-slider {
        margin: 90px auto;
        margin-bottom: 0;
    }
    .case-slider__item {
        position: relative;
        padding-bottom: 30px;
    }
}

@media(max-width: 980px) {
    .case-slider .title span {
        margin-left: 80px;
        font-size: 20px;
        line-height: 30px;
    }
    .case-slider .title {
        margin-bottom: 30px;
    }
    .case-slider {
        margin: 40px auto;
    }
    .case-slider__item {
        position: relative;
        padding-bottom: 50px;
    }
    .case-slider .mobile {
        font-size: 18px;
        line-height: 50px;
        position: absolute;
        right: 60px;
        bottom: -2px;
        cursor: pointer; 
    }
}
.solution {
    background-color: #000;
    width: 100%;
    max-width: 1560px;
    margin: 120px auto;
    padding: 100px 0; 
    position: relative;
}
.solution .title {
    padding-left: 90px;
    padding-bottom: 70px;
}

.solution__wrap {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
}
.solution__item{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(max-width: 1750px) {
    .solution {
        max-width: calc(100% - 140px);
        margin: 80px auto;
        padding: 70px 0;
    }
    .solution .title {
        padding-left: 50px;
        padding-bottom: 30px;
    }
}
@media(max-width: 980px) {
    .solution {
        max-width: 100%;
        margin: 50px auto;
        padding: 30px 0;
    }
    
    .solution .title {
        padding-bottom: 30px;
        padding-left: 10px;
    }
}
@media(max-width: 480px) {
    .solution__item {
        width: 50%;
    }
}

.case-testimonials {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.case-testimonials__col-big {
    width: 65%;
}
.case-testimonials__col-mid {
    width: 50%;
}
.case-testimonials__col-small {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.case-testimonials__video {
	padding-right: 20px;
	padding-left: 20px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.case-testimonials__text {
    position: relative;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    text-align: justify;
    color: #000000;
    margin-top: 100px;
    margin-bottom: 26px;
}

.case-testimonials__text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    background: url('/wp-content/uploads/2020/11/g2.png') no-repeat center;
    background-size: 96px 87px;
    width: 96px;
    height: 87px;
    z-index: -1;
}

.case-testimonials__text::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-flex;
    background: url('/wp-content/uploads/2020/11/g1.png') no-repeat center;
    background-size: 96px 87px;
    width: 96px;
    height: 87px;
    z-index: -1;
}
.case-testimonials__text--margo::before {
    background: url('/wp-content/uploads/2020/11/mb1.png') no-repeat center;
}
.case-testimonials__text--margo::after {
    background: url('/wp-content/uploads/2020/11/mb2.png') no-repeat center;
}
.case-testimonials__text--luxury::before {
    background: url('/wp-content/uploads/2020/11/lb1.png') no-repeat center;
}

.case-testimonials__text--luxury::after {
    background: url('/wp-content/uploads/2020/11/lb2.png') no-repeat center;
}
.case-testimonials__text--bbb::before {
    background: url('/wp-content/uploads/2020/11/bbb1.png') no-repeat center;
}

.case-testimonials__text--bbb::after { 
    background: url('/wp-content/uploads/2020/11/bbb2.png') no-repeat center;
}
.case-testimonials__author {
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    color: #000000;
}
.case-testimonials__author span{
    color: #9A9A9A;
}
@media(max-width: 1750px) {
    .case-testimonials__text {
        font-size: 18px;
        line-height: 28px;
        margin-top: 70px;
        margin-bottom: 26px;
    }

    .case-testimonials__text::before,
    .case-testimonials.blue .case-testimonials__text::before {
        background-size: 76px 68px !important;
        width: 76px;
        height: 68px;
    }

    .case-testimonials__text::after,
    .case-testimonials.blue .case-testimonials__text::after {
        background-size: 76px 68px !important;
        width: 76px;
        height: 68px;
    }
    .case-testimonials__author {
        font-size: 22px;
        line-height: 35px;
    }
}
@media(max-width: 980px) {
    .case-testimonials__text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 40px;
    }

    .case-testimonials__text::before,
    .case-testimonials.blue .case-testimonials__text::before {
        background-size: 36px 28px !important;
        width: 36px;
        height: 28px;
    }

    .case-testimonials__text::after,
    .case-testimonials.blue .case-testimonials__text::after {
        background-size: 36px 28px !important;
        width: 36px;
        height: 28px;
    }
    .case-testimonials {
        flex-direction: column;
    }

    .case-testimonials__col-big, 
	.case-testimonials__col-mid {
        width: 100%;
    }
	
	.case-testimonials__video {
		margin-top: 26px;
	}

    .case-testimonials__col-small {
        width: 100%;
        margin-top: 30px;
        
    }
    .case-testimonials__author {
        font-size: 18px;
        line-height: 28px;
    }
}
.case-summary {
    background: url('/wp-content/uploads/2020/11/case-back.jpg') no-repeat;
    background-size: cover;
    padding: 150px 0;
    margin-top: 100px;
    position: relative;
}

.case-summary .title {
    margin-bottom: 100px;
    text-align: center;
} 

.case-summary .text {
    text-align: justify;
}

@media(max-width: 1750px) {
    .case-summary {
        padding: 120px 0;
        margin-top: 80px;
    }
    .case-summary .title {
        margin-bottom: 80px;
    }
    
}

@media(max-width: 980px) {
    .case-summary {
        padding: 60px 0;
        margin-top: 60px;
    }
    .case-summary .title {
        margin-bottom: 50px;
    }
}
.case-more-info {
    margin-top: 120px;
    margin-bottom: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.case-more-info.case-more-info--partners{
    text-align: left;
}

.case-more-info.case-more-info--partners .case-more-info__title.grid{
    width: 100%;
    margin-bottom: 50px;
}
.case-more-info.case-more-info--partners .text{
    text-align: left;
}
.case-more-info.case-more-info--partners .tech-con img{
    filter: brightness(0) invert(1);
    max-width: 302px;
    max-height: 63px;
    object-fit: contain;
    width: 100%;
}
.case-more-info.case-more-info--partners .tech-con img.recharge {
    filter: invert(100%) brightness(100) grayscale(1);
}
.case-more-info .title-small {
    margin-bottom: 28px;
}
.case-more-info .text {
    text-align: center;
}
.case-more-info .ct-btn {
    display: inline-flex;
    margin-top: 48px;
}
@media(max-width: 980px) {
    .case-more-info {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}
#podsumowanie {
    position: absolute;
    top: -120px;
}
.page-template-single-case15miior #podsumowanie {
    top: -200px;
}
#o-marce, #about {
    position: absolute;
    top: -140px; 
}
#cel, #purpose {
    position: absolute;
    top: -120px;
}
#cele-audytu {
    position: absolute;
    top: -120px; 
}
#o-wspolpracy,
#audyt,
#marketing,
#rozwiazania,
#tools {
    position: absolute;
    top: -140px;  
}

#design {
    position: absolute;
    top: -150px;
}
#rozwiazania{
    position: absolute;  
    top: -140px;
}

section{
    max-width: 100vw;
} 
.single-blog-file{
    width: 100% !important;
    max-width: 855px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}
.single-blog-file .title{
    margin-left: 0 !important;
}
.single-blog-file .hp-blog__wrap .hp-blog__item{
    width: calc(50% - 25px) !important;
    margin: 0 !important;
}
.single-blog-file .hp-blog__wrap{
    justify-content: space-between !important; 
}
@media(max-width: 980px){
    .single-blog-file .hp-blog__wrap {
        flex-direction: column;
    }
    .single-blog-file .hp-blog__wrap .hp-blog__item {
        width: 100% !important;
        margin-bottom: 40px !important;
    }
}

.case-target__text .text::before {
    display: none;
}
.case-target__row{
    display: flex;
    justify-content: space-between;
    align-items: center;
} 
.case-target__text{
    padding-right: 180px;
    width: calc(100% - 350px);
}
.case-target__text .title {
    margin-bottom: 80px;
}
.case-target__img{
    width: 350px;
}
.page-template-single-case14naturelove .case-target__img,
.page-template-single-case15miior .case-target__img {
    border-radius: 50%;
    overflow: hidden;
}
.page-template-single-case14naturelove .case-target__img img,
.page-template-single-case14naturelove .e-book-slider__img img,
.page-template-single-case15miior .case-target__img img,
.page-template-single-case15miior .e-book-slider__img img {
    border-radius: 50%;
}
.case-target__author{
    color: #ffffff;
    font-size: 24px;
    line-height: 40px;
    font-weight: normal;
}
.case-target__author span{
    font-weight: bold;
}
@media(max-width: 1750px){
    .case-target__text .title {
        margin-bottom: 50px;
    }
    .case-target__text {
        padding-right: 140px;
        width: calc(100% - 300px);
    }
    .case-target__img {
        width: 300px;
    }
    .case-target__author {
        font-size: 20px;
        line-height: 35px;
    }
}
@media(max-width: 1500px) {
    .case-target__text .title {
        margin-bottom: 40px;
    }
    .case-target__text {
        padding-right: 100px;
        width: calc(100% - 250px);
    }

    .case-target__img {
        width: 250px;
    }
}
@media(max-width: 980px) {
    .case-target__row{
        flex-direction: column-reverse;
    }
    .case-target__text {
        padding-right: 0px;
        width: 100%;
    }

    .case-target__img {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 45px; 
    }
    .case-target__author {
        font-size: 17px;
        line-height: 24px;
    }
}
.case-icons-el .icon{
    width: 100px; 
    height: 100px;
}
.case-icons--black{
    background-color: #000000;
}
.case-icons--black .text{
    color: white !important;
}
.case-icons.case-icons--black .case-icons-con {
    grid-template-columns: 1fr 1fr 1fr;
}
.case-icons .case-icons-el .text{
    font-size: 20px;
}
.case-icons .case-icons-el {
    justify-content: flex-start;
}
@media(max-width: 1750px) {
    .case-icons .case-icons-el .text {
        font-size: 18px;
        padding-top: 25px; 
    }
}
@media(max-width: 580px){
    .case-icons .case-icons-con {
        grid-template-columns: 1fr 1fr;
    }
    .case-icons.case-icons--black .case-icons-con {
        grid-template-columns: 1fr 1fr;
    }
    .case-icons .case-icons-el .text {
        font-size: 14px;
        line-height: 18px;
        padding-top: 25px;
    }
    .case-icons-el .icon svg,
    .case-icons-el .icon {
        width: 75px;
        height: 75px;
    }
}
.case-more-info--margin{
    margin-top: 0; 
}
.work-hero .case-hero__col{
    width: 100%;
}
.page-template-work .header,
.page-template-services1-shopify-plus .header,
.page-template-services9-box .header,
.page-template-services4-seo .header,
.page-template-services6-email-marketing .header {
    background: #000;
}

@media (min-width: 981px){
    .page-template-work .menu a,
    .page-template-services1-shopify-plus .menu a,
	.page-template-services9-box .menu a,
    .page-template-services4-seo .menu a,
    .page-template-services6-email-marketing .menu a,
    .page-template-work .menu span,
    .page-template-services1-shopify-plus .menu span,
	.page-template-services9-box .menu span,
    .page-template-services4-seo .menu span,
    .page-template-services6-email-marketing .menu span {
        color: #fff;
    }
}

.page-template-work .logo .white,
.page-template-services1-shopify-plus .white,
.page-template-services9-box .white,
.page-template-services4-seo .white,
.page-template-services6-email-marketing .white {
    display: block;
}

.page-template-work .logo .black,
.page-template-services1-shopify-plus .logo .black,
.page-template-services9-box .logo .black,
.page-template-services4-seo .logo .black,
.page-template-services6-email-marketing .logo .black {
    display: none;
}
.single-case-hero--black{
    margin-top: -18px;
    padding-top: 20px;
}
.job-offer__wrap{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px;
}
.job-offer__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #585858;
    transform: scale(1);
    transition: all .3s;
    padding: 60px 20px;
}
.job-offer__item:hover{
    border: 1px solid #000;
    background-color: #000;
    transform: scale(1.05);
    transition: all .3s;
}
.job-offer__item:hover .btn-line{
    fill: #fff;
}
.job-offer .title-small{
    text-align: center;
}
.job-offer .text {
    margin-bottom: 16px;
    text-align: left;
}
.job-offer__item:hover .title-small,
.job-offer__item:hover .text {
    color: #fff;
}
.single-case-hero--work{
    background: url('/wp-content/uploads/2020/11/Praca.png') no-repeat !important;
    background-size: 40% !important;
    background-position: left 15% bottom 80px !important;
}
.job-offer__btn {
    color: #000;
    font-weight: normal;
    font-size: 20px;
}
.job-offer__item:hover .job-offer__btn {
    color: #fff;
}
.job-offer__btn .btn-line{
    margin-left: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.job-offer__btn-underline{
    /* text-decoration: underline; */
}
.job-offer__wrap, 
.job-offer__traffit {
    margin-top: 120px;
    margin-bottom: 120px;
}
.job-offer__traffit > div {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.job-offer__traffit .details {
    display: none !important;
}
.job-offer__traffit .btn-container__button {
    text-transform: none;
}
.job-offer__traffit .traffit-an-list-xtxrxaxfxixtx2x0x1x6x-list-element {
    border: 1px solid #585858 !important;
    padding: 60px 20px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 100% !important;
    margin: 0 !important;
    justify-content: center !important;
    flex-direction: column;
    position: relative;
}
.job-offer__traffit .traffit-an-list-xtxrxaxfxixtx2x0x1x6x-list-element:hover {
    border: 1px solid #000;
    background-color: #000;
    transform: scale(1.05);
    transition: all .3s;
}
.job-offer__traffit .traffit-an-list-xtxrxaxfxixtx2x0x1x6x-list-element:hover .title,
.job-offer__traffit .traffit-an-list-xtxrxaxfxixtx2x0x1x6x-list-element:hover .btn-container__button--text-only {
    color: #fff !important;
}
.btn-container__button--text-only {
    color: #000 !important;
    font-size: 20px !important;
}
.job-offer__traffit .title {
    font-size: 36px !important;
    line-height: 42px;
    color: #000 !important;
    margin-bottom: 46px !important;
    width: auto !important;
    padding: 0 !important;
    white-space: normal !important;
    text-align: center;
}
#xtxrxaxfxixtx2x0x1x6x-list-div {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px;
}
@media(max-width: 1750px) {
    .job-offer__wrap,
    .job-offer__traffit {
        margin-top: 90px;
        margin-bottom: 90px;
    }
    .job-offer__btn {
        font-size: 18px;
    }
    .job-offer__btn .btn-line {
        margin-left: 18px;
        width: 55px;
    }
    .job-offer__traffit .title {
        font-size: 26px !important;
        line-height: 32px !important;
        margin-bottom: 30px !important;
    }
    .btn-container__button--text-only {
        font-size: 18px !important;
    }
}
@media(max-width: 1350px) {
    .job-offer__btn .btn-line {
        margin-left: 15px;
        width: 40px;
    }
}
@media(max-width: 980px) {
    .job-offer__traffit .traffit-an-list-xtxrxaxfxixtx2x0x1x6x-list-element {
        padding: 40px 10px !important;
    }
    .job-offer__traffit .title {
        font-size: 22px !important;
        line-height: 24px !important;
        margin-bottom: 25px !important;
    }
    .btn-container__button--text-only {
        font-size: 16px !important;
    }
    .single-case-hero--work{
        padding-bottom: 0px !important;
    }
    .job-offer__wrap,
    .job-offer__traffit {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .job-offer__btn {
        font-size: 16px;
    }
    .job-offer__wrap,
    #xtxrxaxfxixtx2x0x1x6x-list-div {
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }
    .job-offer__btn .btn-line {
        margin-left: 18px;
        width: 35px;
    }
    .job-offer__item {
        padding: 40px 6px; 
    }
}
@media(max-width: 480px) {
    .job-offer__btn{
        font-size: 14px;
    }
    .job-offer__btn .btn-line {
        margin-left: 7px;
        width: 30px;
    }
}
.sub-title{
    font-weight: bold;
    font-size: 48px;
    line-height: 57px;
    color: #FFFFFF;
}
.sub-title span{
    font-weight: 300;
}
@media(max-width: 1750px) {
    .sub-title {
        font-size: 38px;
        line-height: 45px;
    }
}
@media(max-width: 980px) {
    .sub-title {
        font-size: 25px;
        line-height: 35px;
    } 
}
.work-slider {
    position: relative;
    margin: 100px auto;
}

.work-slider::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    display: inline-flex;
    width: 70%;
    height: 100%;
    background-color: #000;
    z-index: -1;
}

.work-slider .work-slider__item {
    display: flex !important; 
    padding: 100px 0;
}
.work-slider__item-wrap{
    width: 100%;
    display: block;
    position: relative;
}

.work-slider__item-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.work-slider__item-content img {
    height: 480px;
    max-height: 100%;
    object-fit: cover;
}
.work-slider__item-col{
    width: calc(50% - 40px);
}
.work-slider .title {
    margin-left: 35%;
    margin-bottom: 50px;
}

.work-slider .text {
    padding-right: 80px;
}

@media(max-width: 1750px){
    .work-slider__item-col {
        width: calc(50% - 30px);
    }

    .work-slider .text {
        padding-right: 60px;
    }
    .work-slider .work-slider__item {
        padding: 70px 0;
    }
}

.work-slider .slick-prev {
    top: unset;
    left: unset;
    right: 180px;
    bottom: 25px;
    transform: none;
    width: 70px;
    height: 70px;
    z-index: 20;
}

.work-slider .slick-next {
    top: unset;
    left: unset;
    right: 80px;
    bottom: 25px;
    transform: none;
    width: 70px;
    height: 70px;
    z-index: 20;
}

.work-slider .slick-prev::before {
    width: 70px;
    height: 70px;
    background: url('/wp-content/uploads/2020/11/white-arr-left.png') no-repeat;
    background-position: center center;
    display: flex;
    color: transparent;
}

.work-slider .slick-next::before {
    width: 70px;
    height: 70px;
    background: url('/wp-content/uploads/2020/11/white-arr-right.png') no-repeat;
    background-position: center center;
    display: flex;
    color: transparent;
}
@media(max-width: 1750px) {
    .work-slider .slick-prev {
        right: 160px;
    }
    .work-slider .slick-next {
        right: 60px;
    }
}
@media(max-width: 1300px){
    .work-slider .slick-prev {
        bottom: 10px;
    }
    .work-slider .slick-next {
        bottom: 10px;
    }
}
@media(max-width: 980px){
    .work-slider .slick-prev {
        right: 60px;
        bottom: 10px;
        width: 42px;
        height: 42px;
    }
    .work-slider .slick-next {
        right: 0px; 
        bottom: 10px;
        width: 42px;
        height: 42px;
    }
    .work-slider .slick-prev::before {
        width: 42px;
        height: 42px;
        background-size: contain;
    }
    .work-slider .slick-next::before {
        width: 42px;
        height: 42px;
        background-size: contain; 
    }
    .work-slider::after {
        width: 100%;
    }
    .work-slider__item-content{
        flex-direction: column;
    }
    .work-slider__item-col {
        width: 100%;
    }
    .work-slider .text {
        padding-right: 0px;
    }
    .work-slider img{
        width: 100%;
        margin-bottom: 30px;
    }
    .work-slider .title{
        text-align: center;
        margin-left: 0;
    }
    .work-slider__item{
        padding-top: 40px;
    }
    .work-slider{
        margin: 50px auto;
    }
}

.work-text {
    padding: 100px 20px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.work-text .title {
    text-align: center;
}

.work-text .text {
    text-align: center;
}

.btn-white {
    background-color: #fff;
    padding: 15px 55px;
    border-radius: 75px;
    display: inline-flex;
    margin-top: 40px;
    color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    transition: all .3s;
}
.btn-white:hover{
    transition: all .3s;
    background-color: #907D50 !important;
}
@media(max-width: 980px){
    .btn-white {
        padding: 12px 35px;
        margin-top: 30px;
        font-size: 15px;
    }
    .work-text {
        padding: 50px 20px;
    }
}
.work-benefits {
    margin: 120px auto;
}

.work-benefits__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 70px;
    margin-top: 100px;
}

.work-benefits__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.work-benefits__icon {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center; 
    margin-bottom: 35px;
}

.work-benefits__item .title-small {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.work-benefits__item .text {
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #000000;
}
@media(max-width: 1750px){
    .work-benefits {
        margin: 90px auto;
    }

    .work-benefits__wrap {
        grid-gap: 55px;
        margin-top: 80px;
    }

    .work-benefits__icon {
        width: 100px;
        height: 100px;
        margin-bottom: 30px;
    }

    .work-benefits__item .title-small {
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 18px;
    }

    .work-benefits__item .text {
        font-size: 18px;
        line-height: 25px;
    }
}
@media(max-width: 980px) {
    .work-benefits {
        margin: 60px auto;
    }

    .work-benefits__wrap {
        grid-gap: 45px 30px;
        margin-top: 50px;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .work-benefits__icon {
        width: 80px;
        height: 80px;
        margin-bottom: 25px;
    }

    .work-benefits__item .title-small {
        font-size: 18px;
        line-height: 24px;
    }

    .work-benefits__item .text {
        font-size: 14px;
        line-height: 20px;
    }
}
@media(max-width: 768px) {

    .work-benefits__wrap {
        grid-gap: 40px 25px;
        margin-top: 45px;
        grid-template-columns: 1fr 1fr;
    }

    .work-benefits__icon {
        width: 60px;
        height: 60px;
        margin-bottom: 22px;
    }

    .work-benefits__item .title-small {
        font-size: 15px;
        line-height: 22px;
    }

    .work-benefits__item .text {
        font-size: 13px;
        line-height: 18px;
    }
}
.work-future {
    background: url('/wp-content/uploads/2022/06/our-team.jpg') no-repeat;
    background-position: center; 
    background-size: cover;
    padding: 200px;
    margin-bottom: 100px;
    position: 1;
}
.work-future:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0,0,0,.75);
}
.work-future__text {
    position: relative;
}
.work-future .title{
    margin-bottom: 80px;
}
@media(max-width: 1750px){
    .work-future {
        padding: 150px;
        margin-bottom: 80px;
    }
} 
@media(max-width: 1500px) {
    .work-future {
        padding: 100px;
    } 
}
@media(max-width: 1300px) {
    .work-future {
        padding: 80px;
    }
}
@media(max-width: 980px) {
    .work-future {
        padding: 50px 20px; 
        margin-bottom: 50px; 
    }
}
.work-instagram{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 50px;
}
.work-instagram__title{
    margin-bottom: 80px;
}
.work-instagram__title .title{
    margin-bottom: 0;
}
@media(max-width: 980px) {
    .work-instagram {
        grid-gap: 30px;
    }
    .work-instagram__title {
        margin-bottom: 50px;
    } 

}
@media(max-width: 600px) {
    .work-instagram {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    #xtxrxaxfxixtx2x0x1x6x-list-div {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
} 
.tnp-privacy-field label{ 
    font-size: 13px;  
    font-weight: normal;
}
/*ba-work*/
.ba-work-back {
    background: url('/wp-content/uploads/2020/11/ba-team.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 200px 20px;
}

.ba-work-back__h1 {
    color: #ffffff;
    font-size: 55px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 38px;
    text-align: center;
}
.ba-work-back__h1.low-margin {
    margin-bottom: 10px;
}

.ba-work-back__h2 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
}

.ba-work-back__h2 span {
    font-weight: 700;
}

@media(max-width: 980px) {
    .ba-work-back {
        padding: 100px 20px;
    }

    .ba-work-back__h1 {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .ba-work-back__h2 {
        font-size: 25px;
        line-height: 32px;
    }
}

@media(max-width: 480px) {
    .ba-work-back {
        padding: 70px 20px;
    }

    .ba-work-back__h1 {
        font-size: 23px;
        margin-bottom: 20px;
    }

    .ba-work-back__h2 {
        font-size: 18px;
        line-height: 27px;
    }
}
.ba-work-back--shopify {
    background: rgba(0, 0, 0, .6) url('/wp-content/uploads/2020/11/full-stack.jpg') no-repeat; 
    background-size: cover;
    background-position: center;
    padding-top: 130px;
    padding-bottom: 80px;
}
.ba-work-back--vue{
    background: url('/wp-content/uploads/2021/02/1920x550_2.png') no-repeat; 
    background-size: cover;
    background-position: center;
    padding-top: 130px;
    padding-bottom: 80px;
}
.ba-work-back--cto{
    background: url('/wp-content/uploads/2021/09/cto-background.png') no-repeat; 
    background-size: cover;
    background-position: center;
    padding-top: 130px;
    padding-bottom: 80px;
}
.ba-work-back__p {
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.ba-work-back__p--big {
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    margin: 32px 0;
}

.ba-work-back__btn {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    width: 150px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 25px;
    margin-top: 55px;
    transition: all .3s;
    text-decoration: none;
}

.ba-work-back__btn:hover {
    background-color: #000000;
    color: #ffffff;
}

@media(max-width: 980px) {
    .ba-work-back--shopify {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .ba-work-back__p {
        font-size: 16px;
        line-height: 22px;
    }

    .ba-work-back__p br {
        display: none;
    }

    .ba-work-back__p--big {
        font-size: 17px;
        margin: 20px 0;
        line-height: 26px;
    }

    .ba-work-back__btn {
        margin-top: 30px;
    }
}

.ba-signle-offer {
    padding-top: 70px;
    padding-bottom: 40px;
}

.ba-signle-offer--last {
    padding-bottom: 100px;
}

.ba-signle-offer__h2 {
    color: #242222;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
}

.ba-signle-offer__p {
    padding-left: 29px;
    position: relative;
    color: #242222;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.ba-signle-offer__p::before {
    position: absolute;
    left: 0;
    top: 5px;
    content: '';
    width: 15px;
    height: 13px;
    background: url('/wp-content/uploads/2020/11/verification-mark.png') no-repeat;
    background-size:13px 15px;
    display: inline-flex;
}

.ba-join-us__h2--sigle {
    text-align: left;
    max-width: 1320px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width: 980px) {
    .ba-signle-offer {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .ba-signle-offer--last {
        padding-bottom: 50px;
    }

    .ba-signle-offer__h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .ba-signle-offer__p {
        padding-left: 25px;
        font-size: 16px;
    }
}

.ba-work-agreement {
    background-color: #ffffff;
    width: 100%;
}

.ba-work-agreement__wrap { 
    max-width: 1320px;
    padding: 55px 20px;
    margin-left: auto;
    margin-right: auto;
}

.ba-work-agreement__p {
    color: #242222; 
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

@media(max-width: 980px) {
    .ba-work-agreement__wrap {
        padding: 30px 20px;
    }
}

.ba-work-back--graphic {
    background: url('/wp-content/uploads/2020/11/graphic-designer.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 130px;
    padding-bottom: 80px;
}

.ba-work-back--project-coordinator {
    background: url('/wp-content/uploads/2020/11/e-commerce-project-coordinator.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 130px;
    padding-bottom: 80px;
}

.ba-work-back--administration-assistant {
    background: url('/wp-content/uploads/2022/05/administration-assistant.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 130px;
    padding-bottom: 80px;
}

.ba-work-back--sales-assistant {
    background: url('/wp-content/uploads/2022/05/sales-assistant.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 130px;
    padding-bottom: 80px;
}

.ba-work-back--b2b {
    background: url('/wp-content/uploads/2020/11/b2b.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 130px;
    padding-bottom: 80px;
}

.ba-work-back--akeneo {
    background: url('/wp-content/uploads/2020/11/akeneo.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 130px;
    padding-bottom: 80px;
}

.ba-work-back--php {
    background: url('/wp-content/uploads/2021/03/1920x550_2.png') no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 130px;
    padding-bottom: 80px;
}

.ba-work-back--tester {
    background: url('/wp-content/uploads/2021/04/1920x550_3-tester.png') no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 130px;
    padding-bottom: 80px;
}
.ba-work-back--product-design{
    background: url('/wp-content/uploads/2021/11/workoffer.png') no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 130px;
    padding-bottom: 80px;
}
@media(max-width: 980px) {
    .ba-work-back--graphic {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .ba-work-back--project-coordinator {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .ba-work-back--b2b {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .ba-work-back--akeneo {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .ba-work-back--php {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .ba-work-back--tester {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .ba-work-back--product-design{
        padding-top: 50px;
        padding-bottom: 40px;
    }
}

.ba-join-us__row--last {
    justify-content: center;
}

.ba-signle-offer__h2 {
    margin-bottom: 25px;
}

@media(max-width: 980px) {
    .ba-signle-offer__h2 {
        margin-bottom: 18px;
    }
}

.ba-work-new__btn {
    margin-left: 25px;
    color: #ffffff;
    background-color: #000000;
    font-size: 14px;
    font-weight: 600;
    width: 150px;
    height: 36px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 25px;
    transition: all .3s;
}

.ba-work-new__btn:hover {
    background-color: #ffffff; 
    color: #000000;
}

.ba-work-new {
    display: flex;
    width: 100%;
}

.ba-work-new__col--1 {
    background: url('/wp-content/uploads/2020/11/ba-work.jpg') no-repeat;
    background-size: cover;
    width: 50%;
    height: 350px;
    display: flex;
    align-items: center;
}

.ba-work-new__col--1 .ba-work-new__text {
    width: 100%;
    max-width: 660px;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.ba-work-new__col--1 .ba-work-new__text .ba-work-cv__h2 {
    text-align: center;
    margin-bottom: 30px;
    line-height: 28px;
}

.ba-work-new__col--1 .ba-work-new__text .ba-work-cv__btn {
    margin-right: auto;
    margin-left: auto;
}

.ba-work-new__col--2 {
    background-color: #F3F3F4;
    width: 50%;
    height: 350px;
    display: flex;
    align-items: center;
}

.ba-work-new__col--2 .ba-work-new__text {
    width: 100%;
    max-width: 660px;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 30px;
}

.ba-work-new__col--2 .ba-work-new__text .ba-work-cv__h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #242222;
    line-height: 28px;
}

.ba-work-new__col--2 .ba-work-new__text .ba-work-new__btn {
    margin-left: auto;
    margin-right: auto;
}

@media(max-width: 768px) {
    .ba-work-new {
        flex-direction: column;
    }

    .ba-work-new__col {
        width: 100%;
        height: 200px;
    }

    .ba-work-new__col .ba-work-new__text {
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .ba-work-new__col .ba-work-new__text .ba-work-cv__h2 {
        line-height: 23px;
    }
} 
/*Ba cv*/
.ba-work-cv {
    padding: 57px 20px;
    background-color: #0088cc;
}

.ba-work-cv__wrap {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ba-work-cv__h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    margin: 0;
}

.ba-work-cv__btn {
    margin-left: auto;
    
    background-color: #ffffff;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    width: 150px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 25px;
    transition: all .3s;
}

.ba-work-cv__btn:hover {
    color: #ffffff;
    background-color: #000000;
    transition: all .3s;
}

@media(max-width: 1060px) {
    .ba-work-cv {
        padding: 30px 20px;
    }

    .ba-work-cv__wrap {
        justify-content: center;
        flex-direction: column;
    }

    .ba-work-cv__h2 {
        text-align: center;
        font-size: 16px;
        line-height: 22px;
    }

    .ba-work-cv__btn {
        margin-right: auto;
        margin-top: 20px;
    }
}
.work-benefits--margin{ 
    margin-top: 0;
}
.our-clients--shoper{
    background-color: #fff;
}
@media(max-width: 980px){
    .our-clients--shoper .our-clients__img img {
        max-width: 80%;
    }
}
.shoper-hero{
    background: url('/wp-content/uploads/2020/11/shoper-background.jpg') no-repeat center center;
    padding: 165px 0;
    background-size: cover;
}
.shoper-hero--payment{
    background: url('/wp-content/uploads/2020/11/shop-payment.jpg') no-repeat center center;
    background-size: cover; 
}
.shoper-hero .title{
    margin-bottom: 45px;
}
.shoper-text{
    margin: 100px 0;
    position: relative;
}
.shoper-text__text{
    width: 75%;
    margin-left: 25%;
    background-color: #000;
    padding: 80px;
}
.shoper-text--reverse .shoper-text__text {
    margin-right: 25%;
    margin-left: 0;
}
.shoper-text .title{
    margin-bottom: 30px;
}
.shoper-text__img{
    position: absolute;
    left: 0; 
    top: 50%;
    transform: translateY(-50%);
    max-width: 26%;
}
.shoper-text--reverse .shoper-text__img {
    left: unset; 
    right: 0;
}  
@media(max-width: 1750px){
    .shoper-text__text {
        padding: 60px 50px;
    }
}
@media(max-width: 980px) {
    .shoper-hero {
        padding: 60px 0;
    }
    .shoper-text{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 45px 0;
    }
    .shoper-text__img {
        margin-bottom: 30px;
        transform: translateY(0%);
        position: static;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .shoper-text__text {
        width: 100%; 
        margin-left: 0;
        padding: 30px 20px;
    }
}
.ct-shoper-l{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.case-text{
    margin: 100px auto;
}
.case-text .title{
    margin-bottom: 50px; 
}
.title--m{
    margin-bottom: 45px; 
}
@media(max-width: 980px){
    .case-text {
        margin: 50px auto;
    }
    .case-text .title {
        margin-bottom: 35px; 
    }
}
.case-icons--white{
    background-color: #fff !important;
}
.case-icons--white .text{
    color: #000000 !important; 
}
.facebook-post{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 100px;
}
@media(max-width: 980px) {
    .facebook-post {
        flex-direction: column;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .facebook-post iframe{
        margin-bottom: 50px;
    }
    .video-wrap{
        margin-top: 45px;
    }
}
.img-round{
    border-radius: 50%;
}    
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-weight: bold;
    margin-bottom: 20px;
}
.entry-content h2 {
    font-size: 25px;
}
.entry-content h3 {
    font-size: 22px;
}
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-size: 20px; 
}
.hp-slider__text--special{
    display: flex;
    flex-direction: column; 
    justify-content: center;
} 
.ul{
    list-style: disc;
    list-style-position: inside;
    margin-top: 20px;
    font-size: 17px;
}
.ul li{
    margin-bottom: 10px;
}
.ul--white{
    color: white;
}
.pim-hero {
    padding-top: 16px;
}
.pim-text {
    background-color: #000; 
    padding: 100px 0;
    margin-top: 100px;
}
.pim-text a {
    color: #fff;
    font-weight: bold;
}
@media(max-width: 980px){
    .ul {
        font-size: 15px;    
    }
    .pim-text{
        padding: 50px 0;
        margin-top: 50px;
    }
    .grid.s-text .title .to-right {
        padding-top: 10px !important;  
        padding-left: 30px !important;
    }   
}

.case-design__wrap img,
.case-slider__item img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.text a{
    color: #907D50; 
}
.img-black{
    filter: grayscale(100%);
}


.ba-tech {
    width: 100%;
    margin-bottom: 170px;
}

.ba-tech__row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px;
    margin: 30px auto 0 auto;
}

.ba-tech__col {
    
}

.ba-tech__col--big {
    
    text-align: center;  
}

.ba-tech__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 104px;
    text-align: center;
    background-color: #0088cc;
    border-radius: 10px;
    color: #ffffff;
    font-size: 20px; 
    font-weight: 700;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;
}

.ba-tech__btn--black {
    background-color: #212529;
}

.ba-tech__col img {
    width: 100%; 
    filter: grayscale(100%); 
}

@media(max-width: 980px) {
    .ba-tech__btn {
        font-size: 17px;
        padding: 5px;
        padding-right: 5px;
        line-height: 22px;
    }
    .ba-tech__row {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 768px) {
    .ba-tech__row {
        grid-template-columns: 1fr;
    }



    .ba-tech {
        margin-bottom: 45px;
    }
}

@media(max-width: 480px) {
    .ba-tech__btn {
        font-size: 15px;
        height: 85px;
    }

}

@media(max-width: 370px) {
    .ba-tech__col--big {
        width: calc(100% - 16px);
        margin: 8px;
    }

    .ba-tech__btn {
        font-size: 13px;
        height: 75px;
    }
}
.ba-tech__col--full:hover img {
    transition: all .3s;
}

.ba-tech__col--full {
    position: relative;
}

.ba-tech__h3--special {
    color: white;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 100%;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 32px;
    transition: .4s;
}

.ba-tech__btn--special {
    width: 140px;
    height: 36px;
    border: 1px solid #ffffff;
    color: white;
    border-radius: 25px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

.ba-tech__col--full:hover .ba-tech__h3--special {
    transform: translate(-50%, -90%);
}

.ba-tech__col--full:hover .ba-tech__btn--special {
    visibility: visible;
    transform: translate(-50%, -30px);
    transition: all .4s;
}

@media(max-width: 1100px) {
    .ba-tech__h3--special {
        font-size: 18px;
        line-height: 24px;
    }
}
.g-margin{
    margin-top: 80px;
    margin-bottom: 80px;
}
.g-margin .title-small{
    margin-bottom: 20px;
}
@media(max-width: 980px) {
    .ba-tech__h3--special {
        transform: translate(-50%, -90%);
        font-size: 16px;
        line-height: 22px;
    }

    .ba-tech__col--full:hover .ba-tech__btn--special,
    .ba-tech__btn--special {
        visibility: visible;
        transform: translate(-50%, -10px);
        transition: all .4s;
    }
    .g-margin {
        margin-top: 45px; 
        margin-bottom: 40px; 
    }
}
 
@media(max-width: 768px) {
    .ba-tech__h3--special {
        transform: translate(-50%, -90%); 
        font-size: 22px;
        line-height: 28px;  
    }
}
 
.case-slider__item{
    outline: none;
} 
.navigation.posts-navigation{
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
.navigation.posts-navigation .nav-links{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px;
}
.navigation.posts-navigation .nav-links a{
    color: #000000;
    font-weight: bold;
}
.entry-content img{
    padding-top: 25px;
    padding-bottom: 25px;
}
.entry-content .attachment-post-thumbnail{
    padding-top: 0;
    padding-bottom: 0; 
}

.ba-btn-group__btn {
    text-align: center;
    width: 150px;
    height: 36px;
    border: 1px solid#000;
    color: white;
    border-radius: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color:#000;
    font-size: 14px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    margin-top: 20px;
    transition: all .3s;
    margin-right: 20px;
}

.ba-btn-group__btn:hover {
    color:#000;
    background-color: #ffffff;
    transition: all .3s;
}

.ba-btn-group {
    margin-bottom: 30px;
}
@media(max-width: 980px) {
    .ba-btn-group {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
    }

    .ba-btn-group__btn {
        margin-left: auto; 
        margin-right: auto;
    }
}
/*Ba price table*/
.ba-price-table {
    width: 100%;
    margin-bottom: 170px;
    margin-top: 100px;
}

.ba-price-table__wrap {
    max-width: 1320px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.ba-price-table__col-1 {
    width: calc(45% - 25px);
    margin-right: 25px;
    box-shadow: 3px 3px 10px #e2e2e2;
    background-color: #f3f3f4;
    border-radius: 20px;
    padding: 55px 60px 90px 60px;
    position: relative;
}

.ba-price-table__h2-black {
    color: #242222;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 45px;
    margin: 0;
    margin-bottom: 50px;
    text-align: center;
}

.ba-price-table__p-black {
    color: #242222;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 50px;
    text-align: center;
}

.ba-price-table__text {
    margin-bottom: 100px;
}

.ba-price-table__h3-black {
    color: #242222;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 30px;
}

.ba-price-table__price-1 {
    color: #000;
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    margin: 0;
}

.ba-price-table__price-1 span {
    font-size: 20px;
}

.ba-price-table__btn-1 {
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 140px;
    height: 36px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 3px 10px #e2e2e2;
    background-color: #000;
    border: 1px solid #000;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 25px;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: calc(50% - 70px);
    transition: all .3s;
}

.ba-price-table__btn-1:hover {
    color: #000;
    background-color: #ffffff;
}

.ba-price-table__col-2 {
    width: 55%;
    box-shadow: 3px 3px 10px #e2e2e2;
    background-color: #000;
    border-radius: 20px;
    padding: 55px 60px 90px 60px;
    position: relative;
}

.ba-price-table__h2 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 50px;
}

.ba-price-table__p {
    margin-top: 0;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 46px;
    font-weight: 400;
    line-height: 30px;
}

.ba-price-table__h3 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 30px;
}

.ba-price-table__oldprice {
    margin: 0;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: white;
}

.ba-price-table__oldprice span {
    text-decoration: line-through;
    margin: 0;
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
}

.ba-price-table__price-2 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 55px;
}

.ba-price-table__price-2 span {
    font-weight: 500;
    font-size: 20px;
}

.ba-price-table__p-small {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    font-weight: 400;
    line-height: 20px;
}

.ba-price-table__btn-2 {
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 200px;
    height: 36px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 3px 10px #e2e2e2;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    border-radius: 25px;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: calc(50% - 100px);
    transition: all .3s;
}

.ba-price-table__btn-2:hover {
    background-color: #000000;
    border: 1px solid #f3f3f4;
    color: #ffffff;
}

@media(max-width: 1200px) {
    .ba-price-table__col-1 {
        padding: 35px 30px 50px 30px;
    }

    .ba-price-table__col-1 {
        padding: 35px 30px 50px 30px;
    }
}

@media(max-width: 980px) {
    .ba-price-table__h2-black {
        font-size: 25px;
        margin-bottom: 24px;
    }

    .ba-price-table__h2 {
        font-size: 25px;
        margin-bottom: 24px;
    }

    .ba-price-table__p-black {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .ba-price-table__text {
        margin-bottom: 40px;
    }

    .ba-price-table__h3-black {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .ba-price-table__price-1 {
        font-size: 26px;
    }

    .ba-price-table__price-1 span {
        font-size: 17px;
    }

    .ba-price-table__p {
        font-size: 16px;
        margin-bottom: 25px;
        line-height: 24px;
    }

    .ba-price-table__h3 {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .ba-price-table__oldprice {
        font-size: 16px;
        line-height: 25px;
    }

    .ba-price-table__oldprice span {
        font-size: 18px;
        line-height: 25px;
    }

    .ba-price-table__price-2 {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .ba-price-table__price-2 span {
        font-size: 18px;
    }
}

@media(max-width: 980px) {
    .ba-price-table__wrap {
        flex-direction: column;
    }

    .ba-price-table__col-1,
    .ba-price-table__col-2 {
        width: 100%;
        margin-bottom: 55px;
    }

    .ba-price-table {
        margin-bottom: 50px;
    }
}

@media(max-width: 600px) {

    .ba-price-table__col-1,
    .ba-price-table__col-2 {
        padding: 30px 20px 50px 20px;
    }

    .ba-price-table {
        margin-bottom: 50px;
    } 
}
.case-hero__img--shopify-plus{
    max-height: 220px;
    width: max-content;
}
.single-case-hero--shopify{
    background: #000 !important;
}
.single-case-hero--box {
    margin-top: 0;
	background: #000;
	padding-top: 100px;
}
.single-case-hero--box .box-hero {
	background: url('/wp-content/uploads/2022/05/box-1.png') no-repeat 85% bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}
.page-template-services9-box .shopify-p .title {
	min-height: 135px;
	display: flex;
	align-items: center;
}
.page-template-services9-box .shopify-p .text {
	text-align: left;
}
.page-template-services9-box .services-shopify__wrap {
	padding-bottom: 50px;
}
.page-template-services9-box .work-benefits__wrap {
	grid-template-columns: 1fr 1fr 1fr;
}
.page-template-services9-box .work-benefits__item .title-small {
	min-height: 70px;
}
@media(min-width: 1751px) {
	.single-case-hero--box .title {
		font-size: 80px;
		line-height: 94px;
		margin-bottom: 35px;
	}
	.single-case-hero--box .title-small {
		font-size: 48px;
		line-height: 57px;
		margin-bottom: 0;
	}
}
@media(max-width: 1750px) {
	.single-case-hero--box .box-hero {
		background-position: 85% center;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media(max-width: 1399px) {
	.page-template-services9-box .shopify-p .title {
		font-size: 33px;
	}
}
@media(max-width: 1200px) {
	.page-template-services9-box .shopify-p .title {
		font-size: 23px;
		line-height: 35px;
		min-height: 105px;
	}
}
@media(max-width: 980px) {
	.single-case-hero--box {
		padding-top: 35px;
	}
	.single-case-hero--box .box-hero {
		background-size: 25%;
		background-position: 85% 15%;
	}
	.page-template-services9-box .shopify-p .title {
		min-height: auto;
	}
	.page-template-services9-box .work-benefits__item .title-small {
		min-height: 48px;
	}
	.page-template-services9-box .services-shopify__wrap {
		padding-bottom: 0;
	}
    .case-hero__img--shopify-plus {
        margin-top: 50px;
    }
}
@media(max-width: 768px) {
	.page-template-services9-box .work-benefits__wrap {
		grid-template-columns: 1fr 1fr;
	}
	.page-template-services9-box .work-benefits__item .title-small {
		min-height: 44px;
	}
}
.work-slider__item .title .small{
    display: block;
    font-size: 75%;
    margin-top: 10px; 
}
.shopify-plus-mark .text {
    display: flex;
    margin-bottom: 25px;
    padding-left: 50px;
    position: relative;
}

.shopify-plus-mark .text::before {
    content: "";
    display: inline-flex;
    width: 34px;
    height: 30px;
    background: url('/wp-content/uploads/2020/11/Vector-21.png') no-repeat center center;
    background-size: 34px 30px; 
    position: absolute;
    left: 0;
    top: 5px;
} 
@media(max-width: 980px){
    .shopify-plus-mark .text {
        padding-left: 40px;
    }

    .shopify-plus-mark .text::before {
        width: 24px;
        height: 20px;
        background-size: 24px 20px;
    }
}
.shopify-p{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px;
    margin-top: 100px;
}
.shopify-p__item {
    display: flex;
    flex-direction: column;
    background-color: #000;
    padding: 50px 30px;
}
.shopify-p__item a{
    margin-top: auto;
}
.shopify-p__item .title{
    margin-bottom: 50px;
}
.shopify-p__item .text{
    margin-bottom: 30px;
}
@media(max-width: 980px){
    .shopify-p {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 50px;
        margin-top: 50px;  
    }

    .shopify-p__item {
        display: flex;
        flex-direction: column;
        background-color: #000;
        padding: 30px 18px;
    }
}
 
.s-boxes-el{
    display: flex;
    flex-direction: column; 
}
.s-boxes-el .btn-link{
    margin-top: auto !important;
}
.stat {
    margin-top: 100px;
    margin-bottom: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 80px;
}
.stat4{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.stat2 {
    grid-template-columns: 1fr 1fr;
} 
.stat .title-small{
    text-align: center;
    margin-top: 40px;
    font-weight: bold;
    font-size: 20px;
}

.stat__info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    font-weight: bold;
}

@media(max-width: 980px){
    .stat {
        grid-gap: 40px;
    }
}
@media(max-width: 768px) {
    .stat {
        grid-template-columns: 1fr;
        grid-gap: 50px;
        margin-top: 60px;
        margin-bottom: 60px;
    }
}  
.link-to-case{
    background-color: #E3D19C;
    padding: 5px 0;
}
.link-to-case .case-text{
    display: flex;
    align-items: center;
    justify-content: space-between; 
}
.link-to-case__col-big{
    width: 65%;
}
.link-to-case__col-big .btn-link{
    margin-top: 40px;
}
.link-to-case__col-small {
    width: 25%;
}
@media(max-width: 980px) {
    .link-to-case {
        padding: 5px 0;
    }
    .link-to-case__col-big {
        width: 100%; 
    }
    .link-to-case .case-text {
        flex-direction: column; 
    }
    .link-to-case__col-small {
        margin-top: 50px;
        width: 100%;
    }
}
.case-about--google-ads{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.services-shopify__col--special{
    justify-content: center;
}
.services-shopify__col--special .services-shopify__col {
    width: 90%;
}
.work-benefits--special{
    margin-bottom: 20px !important; 
}
.ct-btn:hover{
    transition: all .3s; 
    background-color: #907D50 !important; 
}
.shoper-img{
    max-width: 300px; 
}
@media(max-width: 980px){
    .shoper-img {
        max-width: 250px;
    }
}  
.shopify-p__item .title{
    font-size: 50px;
}
@media(max-width: 1750px) {
    .shopify-p__item .title {
        font-size: 40px;
    }
}
@media(max-width: 980px) {
    .shopify-p__item .title {
        font-size: 30px;
        line-height: 35px;
    }
}
 
.case-more-info--black{
    background-color: #000;
    padding: 80px 20px;
}
 
@media(max-width: 980px) {
    .case-more-info--black {
        padding: 40px 20px;
    }
}
.tech-con{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 60px;
    align-items: center;
}

@media(max-width: 980px) {
    .tech-con {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px 15px;  
    } 
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; 
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  
    margin-top: 30px;
}  
.ct-btn--blog{
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.policy{
    padding-top: 100px;
    padding-bottom: 100px; 
}
@media(max-width: 980px){
    .policy {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.tnp-field.tnp-privacy-field a{
    font-weight: bold;
    color: #fff;  
}
.tnp-subscription form{
    width: 100%;
} 
.wpcf7-not-valid-tip{
    font-size: 14px !important;
    line-height: 16px;
}
.ct-form-con .wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
}
.wpcf7-form-control.wpcf7-submit{
    text-decoration: none !important;
}
.wpcf7-form-control.wpcf7-submit:hover{
    transition: all .3s;
    background-color: #907D50 !important;
}   
@media(max-width: 600px) {
    .tech-con--shopify {
        display: flex !important;
        flex-wrap: wrap;
    }

    .tech-con--shopify .tech-con-el {
        width: 100%; 
        font-size: 16px;  
    }
} 
.ct-form-text {
    display: flex;
    align-items: center; 
    flex-wrap: wrap;
}
.ct-form-text img{
    margin-left: 30px;
    transform: translate(0, 3px);
    transition: all .3s;
}
.ct-form-text:hover img {
    transform: translate(30px, 3px); 
    transition: all .3s;
}

.work-text--margin{
    margin-top: 100px;
}
@media(max-width: 980px){ 
    .ct-form-text img {
        display: none;
    }
    .work-text--margin {
        margin-top: 60px;
    } 
}    
.case-more-info--special .title{
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.case-more-info--special .title-small{
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}
@media(max-width: 980px) {
    .case-more-info--special .title {
        font-size: 28px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .case-more-info--special .title-small {
        font-size: 20px;
        line-height: 30px;
    }
}
.ba-form-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 20px;
}
.ct-shopify-r .ba-form-wrap--full textarea {
    height: 110px !important;
}
.not-found-404 {
    font-size: 150px;
    text-align: center;
    display: block;
    margin-bottom: 35px;
}
@media(max-width: 850px){
    .ba-form-wrap {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }
    .ct-form-con .ct-form-left label {
        padding-bottom: 10px !important;
    }
    .not-found-404 {
        font-size: 80px;
        margin-bottom: 25px;
    }
}  
.cookie-notice-container{
    border-top: 1px solid #fff;
}
.cn-set-cookie.cn-button,
.cn-more-info.cn-button {
    background-color: #fff;
    color: #000;
    border-radius: 75px;
}
.hide-clock{
    display: none !important;
}
.grid-contac-m {
    margin-top: 100px;
}
.grid-contact-m30 {
    margin-top: 30px;
}
@media(max-width: 980px){
    .grid-contac-m {
        margin-top: 50px;
    }
}
/* .hp-slider__wrap .slick-cloned {
    display: none !important;
} */
.deloitte{ 
    margin-top: 30px;
}
.entry-content .center-newsletter {
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}
.configuration-progress {
    background-color: #000 !important;
}

/* ---------------------   CONTACT */
.text-rotate {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    transform: rotate(-90deg);
}

.ct-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding-bottom: 125px;
}

.ct-title {
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 94px;
    color: #030303;
    margin-bottom: 55px;
}

.ct-sub-title {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 50px;
    padding-bottom: 25px;
}

.ct-text {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 40px;
    color: #000000;
    padding-bottom: 40px;
}
.ct-text a {
    color: #000;
}

.ct-btn {
    width: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 50px;
    height: 45px;
    background: #000000;
    border-radius: 75px;
}

.ct-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    height: 100%;
}

.ct-grid.black {
    background: #000;
}

.ct-btn span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: #fff;
}

.ct-btn .no-underline:after {
    content: none;
}

.ct-grid-info {
    max-width: 1600px;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    color: #fff;
    padding: 90px 20px;
}

.ct-grid-info {
    display: flex;
    justify-content: space-between;
}

.ct-info-el {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.ct-info-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    color: #ffffff;
    padding-bottom: 25px;
}

.ct-info-text {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 40px;
}

.ct-grid-info-img {
    background: url(/wp-content/themes/BrandActive/img/ct-bg.jpg);
    filter: grayscale(1);
    height: 600px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ct-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 120px;
}

.ct-time-title {
    display: block;
    padding: 100px 0;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 50px;
}

.ct-time-el {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 348px;
    height: 300px;
    background: #030303;
}

.ct-time-time {
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
}

.ct-time-el-title {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.2em;
}

.ct-form-title {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 50px;
    text-align: left;
    color: #000000;
}

.ct-form-con form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -25px;
}

.ct-form-con .ct-form-left,
.ct-form-con .ct-form-right {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 50%;
    padding: 0 25px;
}

.ct-form-con .ct-form-checkbox {
    width: 100%;
    padding-top: 30px;
}

.ct-form-con br {
    display: none;
}

.ct-form-con .ct-form-left label {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 20px !important;
    line-height: 30px !important;
    color: #000000;
}
@media(max-width: 980px){
	.ct-form-con .ct-form-left label {
		font-size: 17px !important;
	}
}

.ct-form-con .ct-form-right .simple {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 20px !important;
    line-height: 30px !important;
    color: #000000;
}

.lf-con,
.rg-con {
    padding-bottom: 6px;
}

.ct-form-con .ct-form-left label:not(:last-of-type) {
    padding-bottom: 20px;
}

.ct-form-left input {
    display: block;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    background: #e5e5e5;
    border: none;
    box-sizing: border-box;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    outline: none;
}

.ct-form-con .ct-form-right .simple {
    padding-bottom: 45px;
}

.ct-form-right textarea {
    display: block;
    width: 100%;
    height: 331px;
    padding-left: 20px;
    padding-top: 20px;
    background: #e5e5e5;
    border: none;
    outline: none;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    outline: none;
    resize: none;
}

.ct-form-right .radio-els {
    display: flex;
    justify-content: space-between;
}

.ct-form-right .radio-els>* {
    padding: 0px;
    margin: 0px;
}

.ct-form-right .radio-els label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
    margin: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
    color: #000000;
    cursor: pointer;
}

.ct-form-right .radio-els>* {
    cursor: pointer;
}

.ct-form-right .radio-els input[type="radio"] {
    display: block;
    width: 15px;
    height: 15px;
    margin: 0;
    margin-right: 14px;
    cursor: pointer;
}

.ct-form-right .radio-els input[type="radio"]:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: relative;
    background-color: transparent;
    content: "";
    display: inline-block;
    visibility: visible;
}

.ct-form-right .radio-els input[type="radio"]:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: relative;
    background-color: #000;
    content: "";
    display: inline-block;
    visibility: visible;
}

.ct-form-checkbox {
    width: 100%;
    margin: 0 25px;
}

.ct-form-checkbox label {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}

.ct-form-checkbox span.wpcf7-list-item {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 20px 0 30px;
}

.ct-form-checkbox input[type="checkbox"] {
    display: inline-block;
    margin: 0px;
    margin-top: 1px;
    margin-right: 10px;
}

.ct-form-checkbox .wpcf7-not-valid-tip {
    padding-bottom: 20px;
}

.ct-form-con .ct-form-sb {
    width: 100%;
    margin: 0 25px;
}

.ct-form-con {
    padding-bottom: 100px;
}

.page-template-shopify .case-more-info + .grid .ct-form-con {
    padding-top: 100px;
}

#ct-form,
#contact-form {
    outline: none;
    position: relative;
    position: absolute;
}

#ct-form {
    outline: none;
    position: relative;
    position: absolute;
	top: -135px;
}

#contact-form {
	top: -19px;
}

.ct-form-con .ct-form-sb input[type="submit"] {
    width: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    height: 45px;
    background: #000000;
    border-radius: 75px;
    border: none;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    text-align: right;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #ffffff;
    outline: none;
    cursor: pointer;
}

.ct-form-con .wpcf7 form .wpcf7-response-output {
    margin: 0 25px;
}

/* ---------------------END   CONTACT */

/** RUCH **/

.case-more-info.text-left {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
}

.case-more-info.text-left .title-small {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 50px;
}

.case-testimonials.blue {
    position: relative;
    display: block;
    width: 100%;
    background: #007fe9;
    color: #fff;
}

.case-testimonials.blue .case-testimonials__col-big {
    width: 100%;
    padding-top: 150px;
    padding-bottom: 130px;
}

.case-testimonials.blue .case-testimonials__text {
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 40px;
    /* or 167% */

    text-align: justify;
}

.case-testimonials.blue .title,
.case-testimonials.blue .case-testimonials__author {
    color: #fff;
}

.case-testimonials.blue .case-testimonials__author span {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
}

.case-testimonials.blue .text-rotate {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
}

.case-testimonials.blue .case-testimonials__text::before {
    background: url("/wp-content/uploads/2020/11/quote1.png") no-repeat;
}

.case-testimonials.blue .case-testimonials__text::after {
    background: url("/wp-content/uploads/2020/11/quote2.png") no-repeat;
}

.case-icons {
    display: block;
    padding: 130px 20px 130px;
}

.case-icons-con {
    padding-top: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 100px 20px;
}

.case-icons-con--3 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 100px 20px;
}

.case-icons-con--5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 80px 20px;
}

.case-icons-el {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.case-icons-el .text {
    display: block;
    padding-top: 45px;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;

    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.case-icons-con--5 .text {
    font-size: 16px !important;
    padding-top: 30px !important;
    line-height: 22px;
}

@media(max-width: 980px) {
    .case-icons-con--5 .text {
        font-size: 13px !important;
    }
}

.single-case-hero--black {
    background-color: #000 !important;
    background: url('/wp-content/uploads/2020/11/Uslugi.png') no-repeat;
    background-size: 50%;
    background-position: left 15% bottom 80px;
    padding-bottom: 80px;
}

.single-case-hero--shopify-service {
    background: #000 url('/wp-content/uploads/2020/11/Shopify2-2.png') no-repeat;
    background-size: 50%;
    background-position: left 15% bottom 80px;
    padding-bottom: 80px;
    margin-top: -30px;
    padding-top: 30px;
}


.case-icons-con--full .case-icons-el .icon {
    width: auto !important;
    height: auto !important;
}

.page-template-services .header {
    background: #000;
}

.case-icons-con--5 {
    padding-top: 30px;
}

.case-icons--5 {
    padding: 60px 20px !important;
}

@media(min-width: 981px) {
    .page-template-services .menu a,
    .page-template-services .menu span {
        color: #fff;
    }
}

.page-template-services .logo .white {
    display: block;
}

.page-template-services .logo .black {
    display: none;
}

.grid.s-text .title {
    display: flex;
    flex-direction: column;
    padding: 100px 0;
}

.grid.s-text .title .to-right {
    position: relative;
    padding-top: 30px;
    padding-left: 30%;
}

.s-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 93px 100px;
    padding-bottom: 140px;
}

.grid.s .img-footer {
    top: 0px;
    transform: none;
}

.s-boxes-el {
    background: #000;
    color: #fff;
    padding: 58px 95px 32px;
}

.s-boxes-el .title {
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
    padding-bottom: 40px;
}

@media(max-width: 1750px) {
    .s-boxes-el .title {
        color: #fff;
        font-style: normal;
        font-weight: bold;
        font-size: 42px;
        line-height: 48px;
        padding-bottom: 30px;
    }
}

.s-boxes-el .text {
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 40px;
    text-align: justify;
    padding-bottom: 55px;
}

.s-boxes-el .btn-link span {
    color: #fff;
    font-size: 20px;
    line-height: 70px;

    text-transform: uppercase;
}

.grid__img.text-rotate.s {
    transform: rotate(-90deg) translateX(-50%);
    right: -35px;
    top: 0px;
}

.newsletter-ba__success {
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 17px;
    letter-spacing: 0.1em;
    color: #ffffff;
    display: block;
}

.page-template-shopify .logo .white {
    display: block;
}

.page-template-shopify .logo .black {
    display: none;
}

.page-template-shopify .header {
    background: #000;
}

@media(min-width: 981px) {
    .page-template-shopify .menu a,
    .page-template-shopify .menu span {
        color: #fff !important;  
    }
}

.text b {
    font-weight: bold;
}

.page-template-shopify .services-shopify__item:not(:last-child) {
    margin: 10px 0px;
}

.page-template-services1-shopify-plus .services-shopify__wrap { 
    padding-top: 40px;
}

.page-template-shopify .services-shopify__wrap {
    padding-top: 40px;
}

.page-template-shopify .services-shopify .title {
    padding-bottom: 30px;
}

.page-template-shopify .case-more-info {
    margin: 50px 0 0;
    padding: 60px 20px;
    background: #000;
    color: #fff;
}

.page-template-shopify .case-more-info .title-small {
    color: #fff;
}

.page-template-shopify .case-more-info .text,
.page-template-shopify .case-more-info .title {
    color: #fff;
}

.page-template-shopify .case-more-info svg {
    margin-bottom: 30px;
}

.ct-btn.inverse {
    background: #fff;
    color: #000;
}

.ct-btn.inverse span {
    color: #000;
}

.page-template-shopify .our-clients {
    margin-bottom: 50px;
}

.page-template-shopify .our-clients {
    margin-bottom: 50px;
}

.page-template-shopify .tech-con {
    display: grid;
    padding: 0 20px;
    max-width: 1600px;
    margin: 80px auto;
    grid-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    font-size: 21px;
    font-weight: bold;

}

.page-template-shopify .tech-con-el {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 104px;
    background: #fff;
    color: #000;
    padding: 0 20px;
    font-size: 21px;
    font-weight: bold;
}

.meetings-con {
    padding: 30px 0;
    display: flex;
    justify-content: center;
    margin: 0 -10px;
}

.meetings-el {
    margin: 0px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.meetings-el:hover {
    transform: scale(1.1);
}

.grid.meetings {
    padding: 50px 20px;
}

.grid.meetings .text {
    padding: 50px 0 0;
}

.ct-shopify {
    display: flex;
}

.ct-shopify-l,
.ct-shopify-r {
    width: 50%;
}

.page-template-shopify .services-shopify__col img {
    margin: 0 auto;
}

.ct-shopify-r .ct-form-left {
    width: 100%;
    padding: 0;
}

.ct-shopify-r .ct-form-left textarea {
    display: block;
    width: 100%;
    height: 331px;
    padding-left: 20px;
    padding-top: 20px;
    background: #e5e5e5;
    border: none;
    outline: none;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    outline: none;
    resize: none;
}

.ct-shopify-r .ct-form-radio .radio-els {
    display: flex;
    justify-content: space-between;
    margin: 0 -5px;
}

.ct-shopify-r .ct-form-radio .radio-els>* {
    padding: 0px;
    margin: 0px;
}

.ct-shopify-r .ct-form-radio .radio-els label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 5px;
    margin: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
    color: #000000;
    cursor: pointer;
}

.ct-shopify-r .ct-form-radio .radio-els>* {
    cursor: pointer;
}

.ct-shopify-r .ct-form-radio .radio-els input[type="radio"] {
    display: block;
    width: 15px;
    height: 15px;
    margin: 0;
    margin-right: 14px;
    cursor: pointer;
}

.ct-shopify-r .ct-form-radio .radio-els input[type="radio"]:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: relative;
    background-color: transparent;
    content: "";
    display: inline-block;
    visibility: visible;
}

.ct-shopify-r .ct-form-radio .radio-els input[type="radio"]:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: relative;
    background-color: #000;
    content: "";
    display: inline-block;
    visibility: visible;
}

.ct-shopify-r .ct-form-checkbox {
    margin: 0px;
}

.ct-shopify-r .ct-form-sb {
    margin: 0px;
}

.ct-shopify-r .ct-form-radio {
    margin: 30px 25px 0 0px;
    width: 100%;
}

.ct-shopify-l {
    padding: 75px 50px 0 0;
    position: relative;
}

.ct-shopify-r {
    padding: 30px 0px 30px 50px;
}

.ct-shopify-l:after {
    content: "";
    position: absolute;
    left: -25%;
    top: 0;
    background: #000;
    height: 100%;
    width: 125%;
    z-index: -1;
}

.ct-form-con.ct-shopify .title-small {
    display: block;
    margin: 0px 0 20px 0px;
}

.ct-shopify-l .ct-form-title {
    color: #fff;
    font-style: normal;
}

.ct-form-con.ct-shopify form {
    margin: 0px;
}

.ct-shopify-l .ct-form-text {
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    line-height: 42px;
}

.page-template-services2-pin-akeneo .ct-form-con {
	padding-top: 100px;
}

.page-template-services2-pin-akeneo .ba-blog-template {
    margin-bottom: 20px;
}

.page-template-services2-pin-akeneo .ba-blog-template .title {
    margin-bottom: 80px;
}

.page-template-services2-pin-akeneo .e-book-slider {
    margin-top: 65px;
}
.page-template-services1-shopify-plus .services-shopify {
    margin-bottom: 100px;
}
.page-template-services1-shopify-plus .hp-blog {
    margin-top: 20px;
    margin-bottom: 20px;
}
.page-template-shoper .ct-shoper-l,
.page-template-services1-shopify-plus .ct-shoper-l,
.page-template-services9-box .ct-shoper-l,
.page-template-others11-payment-shopify .ct-shoper-l,
.page-template-services2-pin-akeneo .ct-shoper-l,
.page-template-shopify .ct-shoper-l {
    justify-content: center;
    padding: 30px 50px 30px 0;
}

.page-template-shoper .ct-form-title,
.page-template-services1-shopify-plus .ct-form-title,
.page-template-services9-box .ct-form-title,
.page-template-others11-payment-shopify .ct-form-title,
.page-template-services2-pin-akeneo .ct-form-title,
.page-template-shopify .ct-form-title {
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
}

.ct-form-small-title--tel,
.ct-form-text {
    font-style: normal;
    font-weight: bold;
    font-size: 28px !important;
    line-height: 50px !important;
}

.page-template-shoper .ct-form-small-title,
.page-template-services1-shopify-plus .ct-form-small-title,
.page-template-services9-box .ct-form-small-title,
.page-template-others11-payment-shopify .ct-form-small-title,
.page-template-services2-pin-akeneo .ct-form-small-title,
.page-template-shopify .ct-form-small-title {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 50px;
    color: #fff;
}

.ct-second-column {
    padding-top: 40px;
}

.ct-form-title {
    display: block;
}

.ct-form-title br {
    display: block;
}

.page-template-shoper .ct-form-text,
.page-template-services1-shopify-plus .ct-form-text,
.page-template-services9-box .ct-form-text,
.page-template-others11-payment-shopify .ct-form-text,
.page-template-services2-pin-akeneo .ct-form-text,
.page-template-shopify .ct-form-text {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
}

.page-template-shoper .ct-second-column,
.page-template-services1-shopify-plus .ct-second-column,
.page-template-services9-box .ct-second-column,
.page-template-others11-payment-shopify .ct-second-column,
.page-template-services2-pin-akeneo .ct-second-column,
.page-template-shopify .ct-second-column {
    display: grid;
    justify-content: space-between;
}

.page-template-shoper .ct-form-small-title--tel,
.page-template-services1-shopify-plus .ct-form-small-title--tel,
.page-template-services9-box .ct-form-small-title--tel,
.page-template-others11-payment-shopify .ct-form-small-title--tel,
.page-template-services2-pin-akeneo .ct-form-small-title--tel,
.page-template-shopify .ct-form-small-title--tel {
    padding-bottom: 35px;
}



@media (max-width: 1750px) {
    .case-icons {
        display: block;
        padding: 90px 20px 90px;
    }

    .case-icons-con {
        padding-top: 75px;
    }

    .ct-text {
        font-size: 22px;
        line-height: 32px;
        padding-bottom: 30px;
    }

    .ct-info-title {
        font-size: 32px;
        line-height: 42px;
        padding-bottom: 22px;
    }

    .ct-info-text {
        font-size: 22px;
        line-height: 35px;
    }

    .ct-time-title {
        padding: 75px 0;
    }

    .ct-time-time {
        font-size: 50px;
        line-height: 62px;
    }

    .ct-time-el-title {
        font-size: 32px;
        line-height: 42px;
    }

    .grid-wrapper {
        padding-bottom: 80px;
    }

    .ct-form-con {
        padding-bottom: 80px;
    }

    .page-template-shopify .case-more-info + .grid .ct-form-con {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 1600px) {
    .ct-form-right .radio-els {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .ct-form-right .radio-els>* {
        margin: 0 10px;
    }

    .ct-time-el {
        border: 1px solid #fff;
    }

    .ct-shopify-r .ct-form-radio .radio-els {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}


@media only screen and (max-width: 1250px) {
    .s-boxes-el {
        padding: 30px;
    }

    .s-boxes-el .title {
        padding-bottom: 20px;
    }

    .s-boxes-el .text {
        padding-bottom: 20px;
    }

    .s-boxes {
        grid-gap: 50px;
    }
}

@media only screen and (max-width: 1100px) {
    .meetings-con {
        justify-content: center;
        flex-wrap: wrap;
    }

    .meetings-el {
        padding: 20px;
    }

    .ct-grid-info {
        flex-wrap: wrap;
        justify-content: center;
    }

    .case-testimonials.blue .case-testimonials__col-big {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .case-testimonials.blue .case-testimonials__text {
        font-size: 18px;
    }

    .ct-grid-info .ct-info-el {
        padding: 20px;
    }

    .ct-time {
        flex-wrap: wrap;
    }

    .ct-time-el {
        width: 50%;
    }

    .ct-text {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 30px;
    }

    .ct-info-title {
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 20px;
    }

    .ct-time-time {
        font-size: 30px;
        line-height: 40px;
    }

    .grid-wrapper {
        padding-bottom: 60px;
    }

    .page-template-shoper .ct-form-title,
    .page-template-services1-shopify-plus .ct-form-title,
	.page-template-services9-box .ct-form-title,
	.page-template-others11-payment-shopify .ct-form-title,
	.page-template-services2-pin-akeneo .ct-form-title,
    .page-template-shopify .ct-form-title {
        font-size: 40px;
    }

    .page-template-shoper .ct-form-small-title,
    .page-template-services1-shopify-plus .ct-form-small-title,
	.page-template-services9-box .ct-form-small-title,
	.page-template-others11-payment-shopify .ct-form-small-title,
	.page-template-services2-pin-akeneo .ct-form-small-title,
    .page-template-shopify .ct-form-small-title {
        font-style: normal;
        font-weight: bold;
        font-size: 21px;
        line-height: 50px;
        color: #fff;
        padding-bottom: 50px;
    }

    .page-template-shoper .ct-form-text,
    .page-template-services1-shopify-plus .ct-form-text,
	.page-template-services9-box .ct-form-text,
	.page-template-others11-payment-shopify .ct-form-text,
	.page-template-services2-pin-akeneo .ct-form-text,
    .page-template-shopify .ct-form-text {
        font-style: normal;
        font-weight: bold;
        font-size: 21px;
        line-height: 30px;
        color: #fff;
    }
}

@media (max-width: 980px) {
    .grid.s-text .title {
        padding: 50px 0;
    }

    .page-template-services2-pin-akeneo .ct-form-con {
		padding-top: 50px;
        padding-bottom: 50px;
	}

    .page-template-services2-pin-akeneo .ba-blog-template .title {
        margin-bottom: 25px;
        margin-left: 0;
    }

    .akeneo-testimonials {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .akeneo-testimonials .case-testimonials__text {
        margin-top: 25px;
    }

    .page-template-services2-pin-akeneo .e-book-slider {
        margin-top: 0;
        padding-bottom: 0;
    }

    .page-template-services2-pin-akeneo .hp-blog--site .hp-blog__item {
        width: 100% !important;
        padding: 0 !important;
    }

    .page-template-services2-pin-akeneo .hp-blog--site .hp-blog__item {
        margin-bottom: 25px;
    }

    .page-template-services2-pin-akeneo .hp-blog--site .hp-blog__item .hp-blog__title {
        margin-bottom: 25px;
        height: auto;
    }

    .s-boxes-el .title {
        font-size: 30px;
        line-height: 35px;
    }

    .s-boxes-el .text {
        font-size: 20px;
        line-height: 25px;
    }

    .page-template-shopify .services-shopify__col img {
        width: initial;
        height: auto;
        margin: 0 auto;
        display: block;
    }

}

@media only screen and (max-width: 850px) {
    .page-template-shopify .tech-con {
        grid-template-columns: 1fr 1fr;
    }

    .page-template-services2-pin-akeneo .ct-form-con .ct-shopify-r {
        padding-bottom: 0;
    }

    .page-template-shoper .ct-shoper-l:after,
    .page-template-services1-shopify-plus .ct-shoper-l:after,
	.page-template-services9-box .ct-shoper-l:after,
	.page-template-others11-payment-shopify .ct-shoper-l:after,
	.page-template-services2-pin-akeneo .ct-shoper-l:after,
    .page-template-shopify .ct-shoper-l:after {
        content: "";
        position: absolute;
        left: 25%;
        top: 0;
        background: #000;
        height: 100%;
        width: 100%;
        z-index: -1;
    }

    .page-template-shoper .ct-shoper-l:before,
    .page-template-services1-shopify-plus .ct-shoper-l:before,
	.page-template-services9-box .ct-shoper-l:before,
	.page-template-others11-payment-shopify .ct-shoper-l:before,
	.page-template-services2-pin-akeneo .ct-shoper-l:before,
    .page-template-shopify .ct-shoper-l:before {
        content: "";
        position: absolute;
        right: 25%;
        top: 0;
        background: #000;
        height: 100%;
        width: 100%;
        z-index: -1;
    }

    .ct-form-con.ct-shopify {
        flex-wrap: wrap;
    }

    .ct-shopify-l {
        padding: 75px 20px
    }

    .ct-shopify-r {
        padding: 50px 0;
    }

    .ct-shopify-l:after {
        content: "";
        position: absolute;
        left: -0%;
        top: 0;
        background: #000;
        height: 100%;
        width: 100%;
        z-index: -1;
    }

    .ct-shopify-l,
    .ct-shopify-r {
        width: 100%;
    }

    .s-boxes {
        grid-gap: 20px 0;
        grid-template-columns: 1fr;
    }

    .case-icons-con {
        grid-template-columns: 1fr 1fr;
    }

    .grid-wrapper {
        padding-bottom: 50px;
    }

    .case-testimonials.blue .case-testimonials__text {
        font-size: 16px;
        line-height: 22px;
    }

    .case-icons .title {
        font-size: 30px;
        text-align: center;
        line-height: 35px;
    }

    .case-icons {
        padding: 30px 20px 30px;
    }

    .case-icons-el .text {
        font-size: 18px;
    }

    .case-testimonials.blue .case-testimonials__col-big {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .case-icons-con {
        padding-top: 50px;
    }

    .case-testimonials.blue .case-testimonials__author span {
        font-size: 18px;
    }

    .case-more-info.text-left .title-small {
        font-size: 24px;
        line-height: 38px;
    }

    .case-more-info .ct-btn {
        margin-top: 20px;
    }

    .ct-btn span {
        font-weight: bold;
        font-size: 14px;
    }

    .ct-info-text {
        font-size: 16px;
        line-height: 23px;
    }

    .ct-time-title {
        font-size: 25px;
        line-height: 35px;
        padding: 45px 0;
    }

    .ct-time-time {
        font-size: 20px;
        line-height: 25px;
    }

    .ct-time-el-title {
        font-size: 18px;
        line-height: 26px;
    }

    .ct-form-con .ct-form-left label:not(:last-of-type) {
        padding-bottom: 25px;
    }

    .ct-form-title {
        padding-bottom: 0;
    }

    .lf-con,
    .rg-con {
        padding-bottom: 4px;
        font-size: 14px;
        line-height: 18px;
    }

    .ct-form-con {
        padding-bottom: 45px;
    }

    .page-template-shopify .case-more-info + .grid .ct-form-con {
        padding-top: 45px;
    }

    .page-template-shopify .case-more-info h2 {
        text-align: center;
    }
	
	.page-template-single-case13bebe .assume {
		padding-top: 50px !important;
		padding-bottom: 40px !important;
	}
}

@media only screen and (max-width: 767px) {

    .ct-title,
    .ct-title {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 30px;
    }

    .ct-wrapper {
        padding-bottom: 20px;
    }

    .ct-grid-info {
        padding: 10px 0px;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: column;
    }

    .ct-grid-info-img {
        height: 300px;
    }

    .ct-form-con .ct-form-left,
    .ct-form-con .ct-form-right {
        width: 100%;
        padding: 0 25px;
    }

    .ct-shopify div.ct-shopify-r div.ct-form-left {
        width: 100%;
        padding: 0px;
    }

    .ct-form-con .ct-form-left label:last-of-type {
        padding-bottom: 45px;
    }

    .ct-text {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 25px;
    }

    .ct-info-title {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 20px;
    }

    .page-template-shoper .ct-shoper-l,
    .page-template-services1-shopify-plus .ct-shoper-l,
	.page-template-services9-box .ct-shoper-l,
	.page-template-others11-payment-shopify .ct-shoper-l,
	.page-template-services2-pin-akeneo .ct-shoper-l,
    .page-template-shopify .ct-shoper-l {
        justify-content: space-between;
        padding: 50px 50px 50px 0;
    }
}

@media only screen and (max-width: 580px) {
    .case-icons-con {
        grid-template-columns: 1fr;
        grid-gap: 40px 20px;
    }

    .page-template-shoper .ct-form-text,
    .page-template-services1-shopify-plus .ct-form-text,
	.page-template-services9-box .ct-form-text,
	.page-template-others11-payment-shopify .ct-form-text,
	.page-template-services2-pin-akeneo .ct-form-text,
    .page-template-shopify .ct-form-text {
        font-style: normal;
        font-weight: bold;
        font-size: 21px;
        line-height: 29px;
    }

    .page-template-shoper .ct-form-small-title,
    .page-template-services1-shopify-plus .ct-form-small-title,
	.page-template-services9-box .ct-form-small-title,
	.page-template-others11-payment-shopify .ct-form-small-title,
	.page-template-services2-pin-akeneo .ct-form-small-title,
    .page-template-shopify .ct-form-small-title {

        padding-bottom: 25px;
    }
}

@media(max-width: 980px) {
    .ct-form-small-title {
        font-size: 20px !important;
        line-height: 30px !important;
        padding-bottom: 0 !important;
    }

    .ct-form-text {
        font-size: 20px !important;
        line-height: 30px !important;
        padding-bottom: 0 !important;
        padding-top: 20px;
    }

    .ct-form-title {
        font-size: 25px !important;
        line-height: 32px !important;
    }

    .ct-second-column {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 500px) {
    .ct-time-el {
        width: 50%;
        height: 160px;
    } 

    .ct-title,
    .ct-form-title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .ct-sub-title {
        font-size: 22px;
        line-height: 35px;
    }

    .ct-wrapper {
        padding-bottom: 20px;
    }
}

@media(max-width: 850px) {
    .ct-shoper-l::after {
        content: "";
        position: absolute;
        left: -20px !important;
        width: calc(100% + 40px) !important;
    }

    .ct-shoper-l::before {
        display: none;
    }
}

.menu-item.menu-item-type-custom a {
    font-weight: bold;
}


@media(max-width: 980px){
    .menu-item.menu-item-type-custom:last-child {
        margin-left: 0;
    }
}

.post-template-default.single .scrollable-wrapper table td {
    padding: 3px;
    border: 1px solid;
}

.post-template-default.single .scrollable-wrapper table td strong {
    font-weight: bold;
}
.navbar-lang span{
    opacity: 1;
    cursor: default;
    font-weight: bold;
}
.navbar-lang a{
    opacity: .5;
    margin-left: 3px;
}
.navbar-lang .bullet {
    margin-left: 3px;
}
@media(max-width: 980px){
    .navbar-lang{
        margin-top: 30px;
        flex-direction: row !important;
        justify-content: flex-start !important;
    } 
}
.grecaptcha-badge{
    visibility: hidden !important;
}
.case-slider .case-slider__item{
    max-height: 720px;
}
.single-post .wpcf7{
    margin-top: 50px;
    margin-bottom: 50px;
}
.single-post .lf-con{
    font-size: 17px;
    margin-bottom: 10px;
} 
.single-post .wpcf7-text{
    margin-top: 10px; 
}
.single-post .ba-form-wrap {
    grid-template-columns: 1fr;
}
.single-post input[type="submit"]:not(.tnp-field-button input) {
    width: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    height: 45px;
    background: #000000;
    border-radius: 75px;
    border: none;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    text-align: right;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #ffffff;
    outline: none;
    cursor: pointer;
}
.single-post .ct-form-checkbox{
    margin-left: 0 !important;
    margin-right: 0 !important;
} 
.hp-slider__graph{
    max-height: 650px;
}
/* .slide {
    height: 100%;
} */
.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}
.case-target__wrap--small .text{
    margin-bottom: 15px !important;
}
.title-small-black{
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 22px;
    font-size: 20px;
}
.case-target.case-target--white-background{
    background-color: #fff;
}
.case-target.case-target--white-background .title,
.case-target.case-target--white-background .text,
.case-target.case-target--white-background .case-target__author{
    color: #000;
}
.case-testimonials.blue--boleslawiec{
    background: url('https://brandactive.pl/wp-content/uploads/2021/02/M-background.jpg') no-repeat;
    background-size: cover;
}
.page-template-single-case10manufaktura .our-clients--white, 
.our-clients--white{
    background-color: #fff !important;
}
.page-template-single-case7viola .our-clients .our-clients--white h2{
    margin-left: 0;
    padding-left: 0;
    padding: 50px 0;
}
.single-case--boleslawiec{
    border-bottom: 30px solid #1C355D;
}
@media(max-width: 980px){
    .page-template-single-case7viola .our-clients .our-clients--white h2{
        font-size: 30px;
    }
    .single-case--boleslawiec{
        border-bottom: 10px solid #1C355D;
    }
}

.page-template-single-case10corteva .header,
.page-template-single-case14naturelove .header,
.page-template-single-case15miior .header {
    box-shadow: none;
}

.page-template-single-case10corteva .logo .black,
.page-template-single-case14naturelove .logo .black,
.page-template-single-case15miior .logo .black {
    display: none;
}

.page-template-single-case10corteva .logo .white,
.page-template-single-case14naturelove .logo .white,
.page-template-single-case15miior .logo .white {
    display: inline-flex;
}
.page-template-single-case10corteva .single-case-hero {
    background-color:#007AC2;
    margin-top: -30px;
    padding-top: 30px;
}
.page-template-single-case10corteva .header {
    background-color:#007AC2;
}
@media(min-width: 981px) {

    .page-template-single-case10corteva .menu-item a,
    .page-template-single-case10corteva .menu-item span,
    .page-template-single-case14naturelove .menu-item a,
    .page-template-single-case14naturelove .menu-item span,
    .page-template-single-case15miior .menu-item a,
    .page-template-single-case15miior .menu-item span {
        color: white;
    }
}
.page-template-single-case7viola .single-case-hero--corteva{
    background: #007AC2  url('/wp-content/uploads/2021/02/NAPIS.png') no-repeat;
    background-size: 80%;
    background-position: left 15% bottom 80px;
    padding-bottom: 80px;
}

.case-testimonials.blue--corteva {
    background: url('/wp-content/uploads/2021/02/PODSUMOWANIE-TLO-WERSJA2.jpg') no-repeat;
    background-size: cover;
}

.single-case--viola {
    border-bottom: 30px solid #AFB1AC;
}

@media(max-width: 980px) {
    .single-case--viola {
        border-bottom: 10px solid #AFB1AC;
    }
}

.single-case--pmsport {
    border-bottom: 30px solid #5B6E8B;
}

@media(max-width: 980px) {
    .single-case--pmsport {
        border-bottom: 10px solid #5B6E8B;
    }
}

.single-case--corteva {
    border-bottom: 30px solid #007AC2;
}

@media(max-width: 980px) {
    .single-case--corteva {
        border-bottom: 10px solid #007AC2;
    }
    .menu-item.menu-item-type-custom:last-child {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
        justify-content: flex-end;
    }
}

.page-template-single-case7viola .single-case-hero--seo{
    background: #9A9A9A  url('/wp-content/uploads/2021/02/NAPIS-1.png') no-repeat;
    background-size: 80%;
    background-position: left 45% bottom 80px;
    padding-bottom: 80px;
}
.page-template-single-case11seo .header {
    background: #9a9a9a;
}
.page-template-single-case11seo .header .logo .black {
    display: none;
}
.page-template-single-case11seo .header .logo .white {
    display: block;
}
@media(min-width: 981px) {
    .page-template-single-case11seo .menu-item a,
    .page-template-single-case11seo .menu-item span {
        color: white;
    }
}
.case-hero--seo {
    background: none;
}
.case-hero--seo .case-title {
    margin-bottom: 0;
    margin-top: 14;
}
.page-template-single-case11seo .case-menu {
    justify-content: center;
}
.case-seo-intro {
    margin-top: 223px;
}
.case-seo-intro h2 {
    text-align: center;
    font-weight: bold;
    font-size: 65px;
    line-height: 65px;
}
.case-seo-intro section {
    margin-top: 120px;
}
.case-seo-intro section:first-of-type {
    margin-top: 147px;
}
.case-seo-intro section h3 {
    font-weight: bold;
    font-size: 45px;
    line-height: 65px;
    margin-bottom: 113px;
}
.case-seo-intro-table {
    width: 100%;
    max-width: 1016px;
    margin: auto;
    margin-top: 148px;
}
.case-seo-intro-table th {
    background: #000;
    padding: 30px;
    width: 50%;
    border: 1px solid #000;
}
.case-seo-intro-table th:first-of-type {
    border-right: 1px solid #fff;
}
.case-seo-intro-table th p {
    text-align: center;
}
.case-seo-intro-table td {
    padding: 30px;
    border: 1px solid #000;
}
.case-seo-intro-table td p {
    text-align: left;
}
.case-seo-intro-list {
    counter-reset: orderedlist;
    margin-top: 155px;
}
.case-seo-intro-list li {
    display: flex;
    align-items: center;
}
.case-seo-intro-list li:not(:last-of-type) {
    margin-bottom: 68px;
}
.case-seo-intro-list li::before {
    counter-increment: orderedlist;
    content: counter(orderedlist);
    width: 73px;
    height: 73px;
    margin-right: 41px;
    font-size: 24px;
    background: #F3F3F4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100%;
    align-self: start;
}
.case-seo-intro-list li p.bold {
    font-weight: bold;
    margin-top: 18px;
    margin-bottom: 32px;
}
.page-template-single-case11seo .case-icons {
    background: #030303;
    margin-top: 159px;
    padding-top: 74px;
    padding-bottom: 0;
}
.page-template-single-case11seo .case-icons h2 {
    margin-bottom: 0;
    font-size: 45px;
    line-height: 65px;
}
.page-template-single-case11seo .case-icons .text {
    color: #fff;
}
.page-template-single-case11seo .case-icons .case-icons-con {
    padding-top: 281px;
    padding-bottom: 323px;
}
.page-template-single-case11seo .case-icons .case-icons-con .icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-template-single-case11seo .case-icons .case-icons-con .text {
    line-height: 28px;
}
.case-seo-effects-header {
    margin-top: 252px;
}
.case-seo-effects-header h2 {
    font-weight: bold;
    font-size: 65px;
    line-height: 65px;
}
.case-seo-effects-header h2 span {
    font-size: 48px;
    display: block;
    font-weight: 300;
}
.case-seo-effect {
    margin-top: 190px;
}
.case-seo-effect h3 {
    font-size: 45px;
    line-height: 65px;
    font-weight: bold;
    margin-bottom: 191px;
}
.case-seo-effect img {
    display: block;
}
.case-seo-effect .two-cols {
    margin-bottom: 284px;
}
.case-seo-effect .two-cols div:first-of-type {
    flex-shrink: 0;
}
.case-seo-effect .two-cols div:last-of-type {
    flex-shrink: 1;
}
.case-seo-effect .two-cols div:first-of-type img {
    height: 100%;
    object-fit: cover;
}
.page-template-single-case11seo .page-template-single-case7viola .case-seo-effect .case-target {
    padding-left: 107px;
    padding-right: 107px;
    padding-top: 60px;
    padding-bottom: 40px;
}
.page-template-single-case11seo .page-template-single-case7viola .case-seo-effect .case-target h2 {
    font-size: 45px;
    margin-bottom: 62px;
}
.case-seo-effect .case-target .text::before {
    flex-shrink: 0;
}
.case-seo-effect .stat-wrapper {
    margin-bottom: 228px;
}
.case-seo-effect .title--stat {
    font-size: 45px;
    font-weight: bold;
}
.case-seo-effect .title--stat span {
    font-weight: 300;
}
.case-seo-effect .title-small {
    line-height: 28px;
    margin-bottom: 40px;
}
.case-seo-effect-laptop h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 83px;
}
.case-seo-effect-laptop h3 span {
    font-size: 80px;
    display: block;
    margin-right: 470px;
}
.case-seo-effect-laptop img {
    margin: auto;
}
.case-seo-effect-senuto {
    margin-top: 270px;
}
.case-seo-effect-senuto h3 {
    font-weight: bold;
    font-size: 45px;
    line-height: 65px;
    margin-bottom: 181px;
}
.case-seo-effect-senuto-section {
    background: #F8F8F8;
    padding: 29px 0;
    position: relative;
    margin: auto;
    display: flex;
    width: 100%;
    max-width: 920px;
    align-items: center;
}
.case-seo-effect-senuto-section:not(:last-of-type) {
    margin-bottom: 41px;
}
.case-seo-effect-senuto-section .grid__img-black {
    right: -75px;
    height: 100%;
    padding: 0;
}
.case-seo-effect-senuto-section h4 {
    font-weight: 300;
    font-size: 30px;
    line-height: 65px;
    margin-left: 102px;
    font-weight: normal;
    margin-bottom: 19px;
}
.case-seo-effect-senuto-section .results {
    margin-left: 99px;
    padding-bottom: 15px;
}
.case-seo-effect-senuto-section .text {
    font-weight: bold;
    font-size: 30px;
    line-height: 65px;
    color: #4A494A;
    text-align: left;
    display: flex;
    align-items: center;
}
.case-seo-effect-senuto-section .text span {
    color: #000;
}
.case-seo-effect-senuto-section .text::before {
    content: "";
    display: inline-flex;
    width: 34px;
    height: 30px;
    background: url('/wp-content/uploads/2020/11/Vector-21.png') no-repeat center center;
    margin-right: 38px;
}
.case-seo-effect-senuto-section img {
    object-fit: contain;
    max-height: 194px;
}
.case-seo-effect-comparison {
    background: #030303;
    padding-top: 99px;
    padding-bottom: 52px;
    margin-top: 139px;
}
.case-seo-effect-comparison h3 {
    text-align: center;
    font-weight: bold;
    font-size: 45px;
    line-height: 65px;
    margin-bottom: 15px;
}
.case-seo-effect-comparison p {
    background: #030303;
    text-align: center;
    font-weight: 300;
    font-size: 36px;
    line-height: 65px;
    margin-bottom: 49px;
}
.case-seo-effect-comparison img {
    margin: auto;
    max-height: 298px;
}
.our-clients--seo {
    margin-top: 258px;
}
.our-clients--seo .our-clients__img {
    width: 16.66666%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-template-single-case7viola .case-more-info--seo {
    margin-top: 239px;
}

@media (max-width: 1749.98px) {
    .case-seo-intro {
        margin-top: 90px;
    }
    .case-seo-intro section {
        margin-top: 60px;
    }
    .case-seo-intro section:first-of-type {
        margin-top: 73px;
    }
    .case-seo-intro section .title {
        margin-bottom: 35px;
    }
    .case-seo-intro-table,
    .case-seo-intro-list {
        margin-top: 60px;
    }
    .case-seo-intro-list li::before {
        width: 60px;
        height: 60px;
    }
    .page-template-single-case11seo .case-icons .case-icons-con {
        padding-top: 151px;
        padding-bottom: 183px;
    }
    .case-seo-effects-header {
        margin-top: 152px;
    }
    .case-seo-effects-header h2 {
        font-size: 55px;
        line-height: 65px;
    }
    .case-seo-effects-header h2 span {
        font-size: 36px;
    }
    .case-seo-effect {
        margin-top: 90px;
    }
    .case-seo-effect h3 {
        margin-bottom: 121px;
    }
    .case-seo-effect .two-cols {
        margin-bottom: 102px;
    }
    .case-seo-effect .two-cols div:first-of-type {
        flex-shrink: 1;
    }
    .page-template-single-case11seo .page-template-single-case7viola .case-seo-effect .case-target {
        padding-left: 60px;
        padding-right: 60px;
    }
    .case-seo-effect .stat-wrapper {
        margin-bottom: 75px;
    }
    .case-seo-effect-laptop h3 {
        font-size: 30px;
        margin-bottom: 50px;
    }
    .case-seo-effect-laptop h3 span {
        font-size: 55px;
    }
    .case-seo-effect-senuto {
        margin-top: 75px;
    }
    .case-seo-effect-senuto h3 {
        margin-bottom: 121px;
    }
    .case-seo-effect-senuto .title {
        margin-bottom: 50px;
    }
    .case-seo-effect-senuto-section {
        justify-content: space-between;
    }
    .case-seo-effect-senuto-section .results {
        margin-left: 50px;
    }
    .case-seo-effect-senuto-section h4 {
        font-size: 20px;
        margin-left: 60px;
        margin-bottom: 0;
    }
    .case-seo-effect-senuto-section .text {
        font-size: 25px;
    }
    .case-seo-effect-senuto-section .text:not(:last-of-type) {
        margin-bottom: 0;
    }
    .case-seo-effect-senuto-section .text:before {
        margin-right: 35px;
        width: 25px;
        height: 25px;
        background-size: contain;
    }
    .case-seo-effect-senuto-section img {
        max-width: 50%;
    }
    .case-seo-effect-comparison h3 {
        margin-bottom: 15px;
    }
    .our-clients--seo,
    .page-template-single-case7viola .case-more-info--seo {
        margin-top: 90px;
    }
    .our-clients--seo .our-clients__img {
        width: 25%;
    }
}
@media (max-width: 979.98px) {
    .page-template-single-case7viola .single-case-hero--seo {
        padding-bottom: 60px;
        background-position: left 45% bottom 70px;
    }
    .case-hero--seo {
        margin: 0;
    }
    .case-hero--seo .case-hero__col {
        margin-top: 0;
    }
    .case-seo-intro {
        margin-top: 48px;
    }
    .case-seo-intro h2,
    .page-template-single-case11seo .case-icons h2,
    .case-seo-effects-header h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .case-seo-effects-header {
        margin-top: 90px;
    }
    .case-seo-effects-header h2 span {
        font-size: 24px;
    }
    .case-seo-intro section {
        margin-top: 50px;
    }
    .case-seo-intro section:first-of-type {
        margin-top: 60px;
    }
    .case-seo-intro section h3,
    .case-seo-effect h3 {
        font-size: 25px;
        margin-bottom: 25px;
        line-height: 30px;
    }
    .case-seo-intro-table {
        margin-top: 25px;
    }
    .case-seo-intro-table th,
    .case-seo-intro-table td {
        padding: 20px;
    }
    .case-seo-intro-list {
        margin-top: 35px;
    }
    .case-seo-intro-list li:not(:last-of-type) {
        margin-bottom: 35px;
    }
    .case-seo-intro-list li::before {
        width: 40px;
        height: 40px;
        margin-right: 20px;
    }
    .case-seo-intro-list li p.bold {
        margin-top: 2px;
        margin-bottom: 16px;
    }
    .page-template-single-case11seo .case-icons {
        margin-top: 80px;
    }
    .page-template-single-case11seo .case-icons .case-icons-con {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .case-seo-effect {
        margin-top: 40px;
    }
    .case-seo-effect .two-cols {
        margin-bottom: 40px;
    }
    .page-template-single-case11seo .page-template-single-case7viola .case-seo-effect .case-target {
        margin-top: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        padding-bottom: 0;
    }
    .page-template-single-case11seo .page-template-single-case7viola .case-seo-effect .case-target h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 40px;
    }
    .case-seo-effect .title--stat {
        font-size: 25px;
        line-height: 50px;
    }
    .case-seo-effect .title--stat span {
        font-size: 20px;
        line-height: 30px;
    }
    .case-seo-effect .stat-wrapper {
        margin-bottom: 80px;
    }
    .case-seo-effect-laptop h3 {
        text-align: center;
    }
    .case-seo-effect-laptop h3 span {
        font-size: 40px;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .case-seo-effect-senuto {
        margin-top: 70px;
    }
    .case-seo-effect-senuto .title {
        font-size: 25px;
        line-height: 40px;
    }
    .case-seo-effect-senuto-section {
        flex-direction: column;
        align-items: flex-start;
    }
    .case-seo-effect-senuto-section:not(:last-of-type) {
        margin-bottom: 40px;
    }
    .case-seo-effect-senuto-section .results {
        margin-left: 25px;
    }
    .case-seo-effect-senuto-section .results h4 {
        font-size: 20px;
        margin-left: 50px;
    }
    .case-seo-effect-senuto-section .text {
        font-size: 16px;
    }
    .case-seo-effect-senuto-section .text:not(:last-of-type) {
        margin-bottom: 0;
    }
    .case-seo-effect-senuto-section .text:before {
        width: 16px;
        height: 16px;
    }
    .case-seo-effect-senuto-section img {
        align-self: center;
        max-width: 100%;
    }
    .case-seo-effect-comparison {
        padding-top: 49px;
        padding-bottom: 85px;
        margin-top: 30px;
    }
    .our-clients--seo,
    .page-template-single-case7viola .case-more-info--seo {
        margin-top: 70px;
    }
    .our-clients--seo .our-clients__img {
        width: 50%;
    }
}
@media (max-width: 767.98px) {
    .case-seo-effect .two-cols div:first-of-type img {
        height: auto;
        margin-bottom: 20px;
    }
}

.single-case-hero--shopify-dev {
    background-image: url('/wp-content/uploads/2021/04/Tarik-Shopify-Dev-desktop.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 0;
    margin-top: 18px;
}
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    .single-case-hero--shopify-dev {
        background-image: url('/wp-content/uploads/2021/04/Tarik-Shopify-Dev-retina.jpg');
    }
}
.single-case-hero--shopify-dev .case-hero__col {
    margin-top: 162px;
    margin-bottom: 182px;
    max-width: 754px;
}
.page-template-shopify-dev .single-case-hero--shopify-dev h1 {
    margin-top: 0;
    margin-bottom: 36px;
    font-size: 36px;
    line-height: 30px;
}
.shopify-dev-two-cols {
    display: flex;
    margin-top: 80px;
}
.shopify-dev-two-cols-text {
    background: #000;
    padding: 0 80px;
}
.shopify-dev-two-cols-image {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-left: 50px;
}
.shopify-dev-black-text {
    background: #000;
    margin-top: 80px;
    padding: 0 80px;
}
.shopify-dev-two-cols-text h2,
.shopify-dev-black-text h2 {
    font-size: 48px;
    line-height: 65px;
    padding-top: 80px;
    padding-bottom: 26px;
    margin-bottom: 0;
}
.shopify-dev-two-cols-text p {
    padding-bottom: 80px;
}
.shopify-dev-black-text > div {
    display: flex;
    align-items: center;
    padding-bottom: 80px;
}
.shopify-dev-black-text > div svg {
    flex-shrink: 0;
    margin-left: 93px;
}
.shopify-dev-black-text.testimonials {
    margin-bottom: 80px;
}
.shopify-dev-black-text.testimonials h2 {
    padding-bottom: 71px;
}
.shopify-dev-black-text.testimonials > div {
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 234px;
    margin: 0 -40px;
}
.shopify-dev-black-text.testimonials > div > div {
    max-width: 600px;
    margin: 0 40px;
    flex-shrink: 0;
    flex: 1;
    position: relative;
}
.shopify-dev-black-text.testimonials > div > div::before,
.shopify-dev-black-text.testimonials > div > div::after {
    background: url('/wp-content/uploads/2020/11/quote1.png') no-repeat;
    background-size: 76px 68px !important;
    width: 76px;
    height: 68px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    z-index: -1;
}
.shopify-dev-black-text.testimonials > div > div::after {
    bottom: 0;
    right: 0;
    top: unset;
    left: unset;
    background: url('/wp-content/uploads/2020/11/quote2.png') no-repeat;
}
.shopify-dev-black-text.testimonials > div > div .credit {
    text-align: right;
}
.shopify-dev-form-section {
    margin-bottom: 80px;
}
.shopify-dev-form-section h2 {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 140px;
}
.shopify-dev-form-table-wrapper {
    overflow-x: auto;
}
.shopify-dev-form table {
    border-collapse: collapse;
}
.shopify-dev-form th {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    padding-right: 230px;
    padding-left: 0;
}
#baw-shopify-dev-form-level-header {
    transition: 150ms ease-in-out;
}
#baw-shopify-dev-form-level-header.disabled {
    opacity: 0;
    visibility: hidden;
}
.shopify-dev-form td {
    font-size: 20px;
    padding: 0;
    vertical-align: middle;
}
.shopify-dev-form tr {
    border-bottom: 50px solid transparent;
}
.shopify-dev-form input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    margin: 0;
}
.shopify-dev-form td:nth-child(2) div,
.shopify-dev-form td:nth-child(3) div {
    display: flex;
}
.shopify-dev-form td:nth-child(2) label,
.shopify-dev-form td:nth-child(3) label {
    width: 70px;
    height: 40px;
    border: 1px solid #000;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 300ms ease-in-out;
    cursor: pointer;
}
.shopify-dev-form td:nth-child(2) input[type=radio]:checked + label {
    color: #fff;
    background: #000;
    font-size: 22px;
    font-weight: bold;
    box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.8), 5px 5px 10px rgba(195, 195, 195, 0.7);
}
.shopify-dev-form td:nth-child(3) label {
    width: 40px;
    transition: 150ms ease-in-out;
}
.shopify-dev-form td:nth-child(3) input[type=radio]:disabled + label {
    opacity: 0;
    cursor: not-allowed;
    visibility: hidden;
}
.shopify-dev-form td:nth-child(3) label:not(:last-of-type) {
    margin-right: 15px;
}
.shopify-dev-form td:nth-child(3) label:last-of-type {
    margin-right: 25px;
}
.shopify-dev-form td:nth-child(3) input[type=radio]:checked + label {
    color: #fff;
    background: #000;
    font-weight: bold;
    transform: scale(1.2);
    box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.8), 5px 5px 10px rgba(195, 195, 195, 0.7);
}
.shopify-dev-form .mobile-only-label {
    display: none;
}
.shopify-dev-form button,
.shopify-dev-form-submit-section input[type=submit] {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 16px;
    font-size: 20px;
    font-family: inherit;
    padding: 11px 32px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all .3s;
    margin-bottom: 60px;
}
.shopify-dev-form-submit-section input[type=submit]:disabled {
    opacity: .5;
}
.shopify-dev-form button:hover,
.shopify-dev-form-submit-section input[type=submit]:hover {
    background: #907D50;
}
.shopify-dev-form-section #baw-shopify-dev-form-result {
    font-size: 28px;
    line-height: 33px;
    font-weight: bold;
}
.shopify-dev-form-submit-section .text {
    margin-bottom: 27px;
}
.shopify-dev-form-submit-section input[type=submit] {
    margin-top: 20px;
    margin-bottom: 0;
}
.shopify-dev-form-submit-up {
    display: flex;
    flex-wrap: wrap;
}
.shopify-dev-form-submit-up input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 20px;
    font-size: 24px;
    border: 1px solid #000;
    font-family: inherit;
    max-width: 350px;
    border-radius: 0;
    box-shadow: none;
}
.shopify-dev-form-submit-up span:last-of-type {
    margin-left: 50px;
}

@media (max-width: 1749.98px) {
    .shopify-dev-two-cols-text h2,
    .shopify-dev-black-text h2,
    .shopify-dev-form-section h2
    {
        font-size: 36px;
        line-height: 42px;
    }
    .shopify-dev-form-section h2 {
        margin-bottom: 40px;
    }
    .shopify-dev-black-text.testimonials > div {
        padding-bottom: 80px;
    }
    .shopify-dev-form th {
        font-size: 20px;
        padding-right: 160px;
    }
    .shopify-dev-form td {
        font-size: 16px;
    }
    .shopify-dev-form tr {
        border-bottom: 30px solid transparent;
    }
    .shopify-dev-form td:nth-child(2) input[type=radio]:checked + label {
        font-size: 20px;
    }
    .shopify-dev-form button {
        margin-bottom: 20px;
    }
    .shopify-dev-form-section #baw-shopify-dev-form-result {
        font-size: 22px;
    }
    .shopify-dev-form-submit-section input[type=submit] {
        font-size: 20px;
    }
    .shopify-dev-form-submit-up input {
        font-size: 16px;
    }
}
@media (max-width: 1279.98px) {
    .single-case-hero--shopify-dev {
        background-position: 70%;
    }
    .single-case-hero--shopify-dev .case-hero__col {
        max-width: 500px;
    }
    .shopify-dev-two-cols-image,
    .shopify-dev-black-text div svg {
        width: 25%;
    }
}
@media (max-width: 979.98px) {
    .single-case-hero--shopify-dev .case-hero__col {
        align-self: flex-start;
        max-width: 350px;
    }
    .shopify-dev-form-section {
        margin-bottom: 40px;
    }
    .shopify-dev-form th {
        padding-right: 80px;
    }
}
@media (max-width: 789.98px) {
    .shopify-dev-form-submit-up {
        flex-direction: column;
    }
    .shopify-dev-form-submit-up span:last-of-type {
        margin-left: 0;
        margin-top: 20px;
    }
    .shopify-dev-form-submit-up input {
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .single-case-hero--shopify-dev {
        background-image: url('/wp-content/uploads/2021/04/Tarik-Shopify-Dev-mobile.jpg');
        background-position: 55%;
    }
    .single-case-hero--shopify-dev .case-hero__col {
        margin-top: 400px;
        margin-bottom: 50px;
        padding: 32px 16px 16px 16px;
        align-self: center;
        max-width: 100%;
    }
    .single-case-hero--shopify-dev .case-hero__social {
        padding: 16px;
    }
    .single-case-hero--shopify-dev .case-hero__col,
    .single-case-hero--shopify-dev .case-hero__social {
        background: rgba(0,0,0,.7);
    }
    .shopify-dev-two-cols,
    .shopify-dev-black-text div {
        flex-direction: column;
    }
    .shopify-dev-two-cols-image,
    .shopify-dev-black-text div svg {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    .shopify-dev-black-text div svg {
        margin-top: 40px;
        width: 80%;
    }
    .shopify-dev-two-cols-image img {
        width: 100%;
    }
    .shopify-dev-two-cols-text,
    .shopify-dev-black-text {
        padding: 0 20px;
    }
    .shopify-dev-two-cols-text h2,
    .shopify-dev-black-text h2 {
        padding-top: 30px;
        font-size: 25px;
        line-height: 30px;
    }
    .shopify-dev-black-text.testimonials h2 {
        padding-bottom: 40px;
    }
    .shopify-dev-black-text.testimonials div {
        margin: -20px 0;
    }
    .shopify-dev-black-text.testimonials p {
        margin: 20px 0;
    }
    .shopify-dev-form-section h2 {
        font-size: 25px;
        line-height: 30px;
        text-align: center;
    }
    .shopify-dev-form table {
        width: 100%;
    }
    .shopify-dev-form tr {
        border-bottom: 40px solid transparent;
    }
    .shopify-dev-form th {
        display: none;
    }
    .shopify-dev-form td {
        display: block;
        text-align: center;
    }
    .shopify-dev-form td:nth-child(1) {
        font-size: 20px;
        font-weight: bold;
    }
    .shopify-dev-form td:nth-child(2) {
        margin-top: 10px;
    }
    .shopify-dev-form td:nth-child(3) {
        max-height: 0;
        opacity: 0;
        transition: 500ms ease-in-out;
        overflow: hidden;
    }
    .shopify-dev-form td:nth-child(3).expand {
        max-height: 100vh;
        opacity: 1;
        overflow: visible;
    }
    .shopify-dev-form td div {
        justify-content: center;
    }
    .shopify-dev-form td:nth-child(3) label:last-of-type {
        margin-right: 0;
    }
    .shopify-dev-form .mobile-only-label {
        padding: 10px 0;
        display: block;
    }
}
@media (max-width: 599.98px) {
    .shopify-dev-form th:nth-child(2) {
        padding-right: 40px;
    }
}

.grid-wrapper {
    padding: 0 20px;
}


.hp-hero__info-text-wrap{
    display: flex;
    justify-content: space-between;
}
.hp-hero__info-text-wrap img{
    width: 45%;
    align-self: center;
}
.hp-hero__info-text .hp-hero__info-text-paragraph{
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}
.divante{
    margin-bottom: 55px;
} 
@media(max-width: 1400px){
    .hp-hero__info-text .hp-hero__info-text-paragraph{
        margin-bottom: 18px;
        font-size: 18px;
        font-weight: 300;
        text-align: center;
    }
    .divante{
        margin-bottom: 30px;
    }
}
.footer__h3--margin{
    margin-top: 35px;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer__h3--bold{
    font-weight: bold;
    text-transform: uppercase;
}
.footer__logo-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__logo-wrap img{
    align-self: center;
    width: 45%;
}
.logo .logo-ba-div{
    width: 320px;
}
.divante-footer{
    max-width: 45%;
}
@media(max-width: 1350px){
    .logo .logo-ba-div{
        width: 260px;
    }
}
@media(max-width: 1280px){
    .logo .logo-ba-div{
        width: 220px;
    }
}
@media(max-width: 980px){
    .logo .logo-ba-div{
        width: 320px;
    }
    .main{
        transform: translateY(100px);
    }
}
@media(max-width: 480px){
    .logo .logo-ba-div{
        width: 250px;
    }
}
@media(max-width: 380px){
    .logo .logo-ba-div{
        width: 220px;
    }
}
@media(max-width: 320px){
    .logo .logo-ba-div{
        width: 190px;
    }
}
.pim-text__wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pim-text__img img{
    max-width: 300px;
    align-self: center;
}
.pim-text__img {
    padding-left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}
@media(max-width: 768px){
    .pim-text__wrap{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .pim-text__img {
        padding-left: 0px;
        padding-top: 30px;
    }
	.text--thankyou br {
		display: none;
	}
}
.thankYou{
    font-size: 50px;
	line-height: 1.2;
    padding-bottom: 20px;
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.ct-wrapper--padding{
    padding-bottom: 50px;
}

.career-testimonials-wrapper {
    background: #000;
    color: #fff;
    padding-top: 64px;
    padding-bottom: 64px;
    margin-bottom: 100px;
}
.career-testimonials-slider {
    margin-bottom: 0 !important;
    z-index: 1000;
}
.career-testimonials-slider .slick-slide {
    padding: 48px 48px 16px 48px;
    height: fit-content !important;
}
.career-testimonials-slider .testimonial {
    display: flex;
}
.career-testimonials-slider .testimonial h4 {
    font-size: 22px;
    font-weight: bold;
}
.career-testimonials-slider .testimonial .image {
    flex-shrink: 0;
    padding-right: 50px;
}
.career-testimonials-slider .testimonial .image img {
    border-radius: 100%;
    max-width: 315px;
    max-height: 315px;
}
.career-testimonials-slider .testimonial .quote p:not(:last-of-type) {
    margin-bottom: 16px;
}
.career-testimonials-slider .slick-dots {
    z-index: 1000;
    bottom: -46px;
    display: flex;
    left: calc(50% - 88px);
    width: auto;
}
.career-testimonials-slider .slick-dots button {
    display: block;
    width: 16px;
    height: 16px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #C3C3C3;
    opacity: .4;
    text-indent: -9999px;
    transition: 300ms ease-in-out;
}
.career-testimonials-slider .slick-dots li.slick-active button {
    opacity: 1;
}
.career-testimonials-slider .slick-arrow {
    color: #fff;
    font-size: 48px;
    opacity: .7;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 1000;
    transition: 300ms ease-in-out;
}
.career-testimonials-slider .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden;
}
.career-testimonials-slider .slick-arrow.icon-angle-left {
    left: 0;
    margin-left: -16px;
}
.career-testimonials-slider .slick-arrow.icon-angle-right {
    right: 0;
    margin-right: -16px;
}
.career-testimonials-nav {
    padding-bottom: 60px;
}
.career-testimonials-nav .slick-track {
    transform: none !important;
    width: 100% !important;
    justify-content: flex-end;
    min-height: 64px;
}
.career-testimonials-nav li {
    display: none !important;
    border-radius: 100%;
}
.career-testimonials-nav li.slick-current+.slick-slide {
    display: block !important;
}
.career-testimonials-nav li img {
    border-radius: 100%;
    opacity: .7;
    transition: opacity .3s;
    cursor: pointer;
    height: 68px;
}
@media (max-width: 979.98px) {
    .career-testimonials-wrapper {
        padding-top: 60px;
        margin-bottom: 50px;
    }
    .career-testimonials-slider .testimonial .image img {
        max-width: 200px;
        max-height: 200px;
    }
    .career-testimonials-slider .slick-dots {
        left: calc(50% - 90px);
    }
}
@media (max-width: 767.98px) {
    .career-testimonials-slider {
        margin-left: -16px;
        margin-right: -16px;
    }
    .career-testimonials-slider .slick-slide {
        padding: 48px 16px 16px 16px;
    }
    .career-testimonials-slider .testimonial {
        flex-direction: column;
    }
    .career-testimonials-slider .testimonial .image {
        padding-right: 0;
        margin-bottom: 48px;
    }
    .career-testimonials-slider .testimonial .image img {
        margin: auto;
    }
    .career-testimonials-slider .testimonial .quote h4 {
        text-align: center;
    }
    .career-testimonials-slider .slick-dots {
        left: calc(50% - 86px);
    }
    .career-testimonials-slider .slick-dots button {
        width: 12px;
        height: 12px;
    }
    .career-testimonials-nav .slick-track {
        min-height: 32px;
        margin-top: 16px;
    }
    .career-testimonials-nav li {
        width: 32px !important;
        height: 32px;
    }
    .career-testimonials-nav li img {
        width: 32px;
        height: 32px;
    }
}
.fundusze {
    padding-top: 16px;
    margin-bottom: 50px;
}
.fundusze img {
    margin-bottom: 16px !important;
    margin: auto;
    display: block;
}
.case-icons-el .icon--big{
    width: auto;
}
@media (max-width: 1200px){
    .case-icons-el .icon--big, .case-icons-el .icon--big svg {
        width: 160px;
    }
}
@media(max-width: 580px){
    .case-icons-el .icon--big,
    .case-icons-el .icon--big svg{ 
        width: 120px;
    }
}
@media(min-width: 1200px){
    .work-slider__item-col--small{
        width: 550px;
    }   
    .work-slider__item-col--big{
        width: calc(100% - 600px);
    } 
}
.about-shopify{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 90px;
    align-items: center;
    margin-bottom: 100px;
}
.about-shopify__item{
    max-width: 755px;
    margin-left: auto; 
    padding-left: 20px;
}
.about-shopify__item .ct-btn{
    display: inline-flex;
    margin-top: 30px;
}
@media(max-width: 1750px){
    .about-shopify__item{
        max-width: 100%;
        margin-left: auto;
        padding-left: 70px;
    }
}
@media(max-width: 980px){
    .about-shopify{
        grid-template-columns: 1fr;
        grid-gap: 50px;
        padding-left: 20px;
        margin-bottom: 60px;
    }
    .about-shopify__item{
        max-width: 100%;
        padding-right: 20px;
        padding-left: 0;
    }
    .about-shopify__item .ct-btn{
        display: inline-flex;
        margin-top: 30px;
    }
}
.ct-btn.ct-btn--gray{
    background-color: #585858;
}

.e-book-slider{
    background-color: #E5E5E5;
    padding-top: 100px;
    padding-bottom: 100px;
}

.page-template-single-case14naturelove .slick-track,
.page-template-single-case15miior .slick-track {
    display: flex;
}
.page-template-single-case14naturelove .e-book-slider,
.page-template-single-case15miior .e-book-slider {
    position: relative;
    margin-top: 100px;
}
.page-template-single-case14naturelove .e-book-slider__item,
.page-template-single-case15miior .e-book-slider__item {
    align-items: flex-start;
    height: auto;
    position: relative;
}
.page-template-single-case14naturelove .e-book-slider__text,
.page-template-single-case15miior .e-book-slider__text {
    position: static;
}
.e-book-slider--one-slide .e-book-slider__item {
    margin-bottom: 0;
}
@media (max-width: 980px) {
    .page-template-single-case14naturelove .page-template-single-case7viola .stat {
        margin-top: 40px;
    }
    .page-template-single-case14naturelove .page-template-single-case7viola .two-cols {
        margin-bottom: 40px;
    }
    .page-template-single-case14naturelove .assume {
		padding-top: 50px !important;
		padding-bottom: 40px !important;
	}
    .page-template-single-case14naturelove .title,
    .page-template-single-case14naturelove .e-book-slider__title {
        font-size: 30px !important;
        text-align: left;
    }
}
@media (max-width: 767px) {
    .page-template-single-case14naturelove .page-template-single-case7viola .two-cols .case-target {
        padding-bottom: 0;
    }
}
.page-template-single-case14naturelove .page-template-single-case7viola .stat__text {
    font-size: 30px;
}
.page-template-single-case14naturelove .e-book-slider .text,
.page-template-single-case14naturelove .page-template-single-case7viola .case-target .text {
    font-size: 18px;
    line-height: 32px;
}
.e-book-slider__item{
    display: grid !important;
    grid-template-columns: 240px 1fr; 
    grid-gap: 50px;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

.e-book-slider__text{
    position: relative;
}
.e-book-slider__title{
    font-weight: 700;
    font-size: 36px;
    line-height: 1.4;
    text-align: justify;
    color: #000000;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
}
.e-book-slider__title span{
    font-weight: 300;
    font-size: 30px;
}
.page-template-single-case14naturelove .e-book-slider__title, 
.page-template-single-case14naturelove .e-book-slider__title span {
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
}
.slick-slide .e-book-slider__number{
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    bottom: -73px;
    right: 230px;
    opacity: 0;
    visibility: hidden;
    transition: all 0s;
}
.slick-active.slick-slide .e-book-slider__number{
    opacity: 1;
    visibility: visible;
    transition: all .5s;
}

.e-book-slider__next-img{
    width: 40px;
    height: 40px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 10px;
    bottom: -50px;
    transition: all 0s;
}
.e-book-slider .text{
    font-size: 20px;
    padding-bottom: 40px;
}
.e-book-slider .slick-prev {
    top: unset;
    left: unset;
    right: 120px;
    bottom: 0px;
    transform: none;
    width: 70px;
    height: 70px;
    z-index: 99;
}
.slick-active.slick-slide .e-book-slider__next-img{
    opacity: .5;
    visibility: visible;
    transition: all .5s;
}
.e-book-slider .slick-next {
    top: unset;
    left: unset;
    right: 0px;
    bottom: 0px;
    transform: none;
    width: 70px;
    height: 70px;
    z-index: 99;
}

.e-book-slider .slick-prev::before {
    width: 70px;
    height: 70px;
    background: url('/wp-content/uploads/2020/10/arr-l.png') no-repeat;
    background-position: center center;
    display: flex;
    color: transparent;
}

.e-book-slider .slick-next::before {
    width: 70px;
    height: 70px;
    background: url('/wp-content/uploads/2020/10/arr-r.png') no-repeat;
    background-position: center center;
    display: flex;
    color: transparent;
}
@media(max-width: 980px){
    .e-book-slider .slick-prev {
        right: 60px;
        bottom: -50px;
        width: 42px;
        height: 42px;
    }
    .e-book-slider .slick-next {
        bottom: -50px;
        width: 42px;
        height: 42px;
        right: 0;
    }
    .e-book-slider .slick-prev::before {
        width: 42px;
        height: 42px;
        background-size: contain;
    }
    .e-book-slider .slick-next::before {
        width: 42px;
        height: 42px;
        background-size: contain;
    }
    .e-book-slider__item{
        display: grid !important;
        grid-template-columns: 1fr; 
        grid-gap: 40px;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 50px;
    }    
    .e-book-slider__img img{
        margin-left: auto;
        margin-right: auto;
    }
    .slick-slide .e-book-slider__number {
        bottom: -40px;
        right: 60px;
    }
    .e-book-slider__next-img{
        right: 0;
    }
    .e-book-slider{
        padding-top: 50px;
    }
}

.work-slider__item-col--small img{
    max-width: 100%;
    width: unset;
    margin-left: auto;
    margin-right: auto;
}
.grid-relative{
    position: relative;
}
#pdf-download{
    position: absolute;
    top: -130px; 
}
.grid.pdf-download{
    padding-top: 60px;
    padding-bottom: 60px;
}
@media(max-width: 980px){
    .grid.pdf-download{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.e-book-slider__text{
    min-height: 280px;
}
/*  */
.hp-hero__title {
    flex: 0 0 64.1%;
    width: 64.1%;
    padding-left: 40px;
    margin-left: 0;
    position: relative;
  }
  .hp-hero {
    display: block;
  }
  .hp-hero__title::before {
    content: '';
    width: 5px;
    height: 78%;
    position: absolute;
    left: 0;
    background: #000;
    top: 11%;
  }
  .hp-hero__title span {
    font-size: 45px;
    margin-top: 6px;
  }
  .hp-hero__title-img, .hp-hero__info-text {
    flex: 0 0 35.9%;
    width: 35.9%;
  }
  .hp-hero__title-img img {
    width: 100%;
    height: 100%;
    vertical-align: unset;
    object-fit: cover;
  }
  .hp-hero__text {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .hp-hero__img {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    display: flex;
  }
  .hp-hero__info {
    flex: 0 0 64.1%;
    width: 64.1%;
  }
  .hp-hero__icon {
    right: -30px;
    top: 16%;
  }
  @media (max-width: 980px) {
    .hp-hero__title-img {
      display: none;
    }
    .hp-hero__title {
      padding-left: 0;
      width: 100%;
      flex-basis: 100%;
      font-size: 40px;
      line-height: 50px;
    }
    .hp-hero__title span {
      margin-top: 28px;
      margin-bottom: 40px;
      font-size: 30px;
      line-height: 40px;
    }
    .hp-hero__img img {
      display: block;
    }
    .hp-hero__title::before {
      display: none;
    }
  }
  @media (max-width: 600px) {
    .hp-hero__img {
      flex-direction: column;
      margin-left: -20px;
      max-width: none;
      width: calc(100% + 40px);
    }
    .hp-hero__info {
      width: 100%;
      flex-basis: 100%;
    }
    .hp-hero__info-text {
      width: 100%;
      flex-basis: 100%;
    }
  }
.hp-hero__img{
    background-color: #000;
}
/*  */
.ebook-listing {
    padding-top: 20px
  }
  .ebook-listing__title {
    font-weight: 700;
    text-align: center;
    padding-top: 50px;
  }
  .ebook-listing__grid {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
  }
  .ebook-listing__item {
    padding: 2vw;
    position: relative;
    flex-basis: 33.3%;
    flex-grow: 0;
    width: 33.3%;
    flex-shrink: 0;
  }
  .ebook-listing__item .item__image {
    width: 100%;
  }
  .ebook-listing__item .item__image img {
    max-height: 440px;
    margin: 0 auto;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
    height: auto;
    padding: 10px 0;
    transition: all .3s;
    display: block;
  }
  .ebook-listing__item .item__text {
    padding: 1.6vw 1.6vw 4px;
    transition: .3s;
  }
  .ebook-listing__item:hover .item__image img{
    transform: translateY(-20px);
  }
  .ebook-listing__item:hover .item__text {
    background: #000;
  }
  .ebook-listing__item:hover .item__link img {
    filter: brightness(1);
  }
  .ebook-listing__item:hover .item__link span {
    color: #fff;
  }
  .ebook-listing__item:hover .item__title {
    color: #fff;
  }
  .ebook-listing__item:hover .item__kind {
    color: #fff;
  }
  .ebook-listing__item .item__link::before {
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ebook-listing__item .item__title {
    font-weight: 700;
    font-family: 'basis-grotesque-regular-pro';
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
    transition: 0.3s;
    color: #000;
  }
  .ebook-listing__item .item__kind {
    font-weight: 400;
    font-family: 'basis-grotesque-regular-pro';
    font-size: 18px;
    line-height: 21px;
    transition: 0.3s;
    color: #000;
  }
  .ebook-listing__item .item__link {
    padding: 26px 0;
  }
  .ebook-listing__item .item__link {
    font-size: 18px;
  }
  .ebook-listing__item .item__link span {
    font-weight: 400;
    font-family: 'basis-grotesque-regular-pro';
    font-size: 18px;
    line-height: 21px;
    transition: 0.3s;
    color: #000;
  }
  .ebook-listing__item .item__link img {
    filter: brightness(0);
    transition: 0.3s;
  }
  .ebook-listing__seo {
    margin-top: 42px;
    padding: 75px 0 60px;
    position: relative;
    background: rgba(0,0,0, 0.5);
  }
  .ebook-listing__seo .seo__back {
    position: absolute;
    top: 0;
    filter: grayscale(1);
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
  }
  .ebook-listing__seo .seo__title {
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-family: 'basis-grotesque-regular-pro';
  }
  .ebook-listing__seo .seo__text {
    text-align: justify;
    font-weight: 400;
    font-family: 'basis-grotesque-regular-pro';
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 40px;
  }
  @media (max-width: 980px) {
    .ebook-listing__grid {
      margin-top: 30px;
    }
    .ebook-listing__item {
      flex-basis: 50%;
      width: 50%;
    }
    .ebook-listing__seo .seo__text {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 30px;
    }
    .ebook-listing__seo .seo__title {
      margin-bottom: 30px;
    }
    .ebook-listing__seo {
      padding: 50px 0 30px;
    }
    .ebook-listing__item .item__link, .ebook-listing__item .item__link span {
      font-size: 16px;
      line-height: 22px;
    }
    .ebook-listing__item .item__kind {
      font-size: 16px;
      line-height: 18px;
    }
    .ebook-listing__item .item__title {
      font-size: 18px;
      line-height: 26px;
    }
  }
  @media (max-width: 600px) {
    .ebook-listing__item {
      padding: 14px;
    }
    .ebook-listing__item .item__text {
      padding: 10px 10px 4px;
    }
  }
@media (max-width: 500px) {
    .ebook-listing__item {
      flex-basis: 100%;
      width: 100%;
      padding: 10px 0
    }
    .ebook-listing__item .item__text {
      text-align: center;
      padding-left: 0;
      padding-right: 0;
    }
    .ebook-listing__item .item__link {
      padding: 14px 0;
      justify-content: center;
    }
}
/* Form PDF */
.case-about__col .ct-form-left{
    width: 100%;
}
.case-about__col .ct-form-left select{
    width: 100%;
    display: block;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    padding-right: 10px;
    background: #e5e5e5;
    border: none;
    box-sizing: border-box;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    outline: none;
    position: relative;
    background: #e5e5e5 url('/wp-content/uploads/2021/08/down-arrow.png') no-repeat;
    background-position: right 20px bottom 15px;
    background-size: 20px 20px;
}
.case-about__col .ct-form-left select {
    -moz-appearance: none;
    -webkit-appearance: none;
}
.case-about__col .ct-form-left select::-ms-expand {
    display: none;
}
.case-about__col .ct-form-left .ba-form-wrap--full{
    padding-top: 10px;
    padding-bottom: 10px;
}
.case-about__col .ct-form-con .wpcf7 form .wpcf7-response-output{
    margin-left: 25px !important;
}
.pdf-download {
    align-items: center;
}
.pdf-download .ct-form-con{
    padding-bottom: 0 !important;
}

/* new */
.ct-btn--inline{
    display: inline-flex;
    margin-top: 30px;
}
.ct-form-checkbox a{
    color: #000;
    font-weight: bold;
}
.pdf-msg{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.pdf-msg .thankYou{
    font-size: 32px;
}
.pdf-msg .title{
    font-size: 30px;
    text-align: center;
    margin-bottom: 35px;
}

/* video */

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}
  
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
  
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #000;
    border-radius: 50%;
    transition: all 200ms;
}
  
.video-play-button:hover:after {
    background-color: darken(#fff, 10%);
}
  
.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}
  
.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}
  
@keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
}
.hp-hero__info{
    position: relative;
}
@media(max-width: 600px){
    .video-play-button:before,
    .video-play-button:after {
        width: 50px;
        height: 50px;
    }
    .video-play-button {
        width: 16px;
        height: 22px;
        padding: 9px 10px 9px 14px;
    }
    .video-play-button span {
        display: block;
        position: relative;
        z-index: 3;
        width: 0;
        height: 0;
        border-left: 16px solid #fff;
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
    }
}

/* case-study-nature-love */

.page-template-single-case7viola .single-case-hero--nature-love,
.page-template-single-case14naturelove .header {
	background: #0A2923;
}

.page-template-single-case14naturelove #nav-icon1:not(.open) span, 
.page-template-single-case14naturelove #nav-icon3:not(.open) span,
.page-template-single-case14naturelove  #nav-icon4:not(.open) span {
    background: #fff;
}
  
/* case-study-bebe */

.page-template-single-case7viola .single-case-hero--bebe,
.page-template-single-case13bebe .header {
	background: #FAF8F4;
}
.page-template-single-case7viola .single-case-hero--bebe .case-hero--viola {
	background: url('/wp-content/uploads/2022/06/bebe-transparent.png') no-repeat 15px 35px;
}

.page-template-single-case7viola .single-case-hero--nature-love {
	background: #0A2923 url('/wp-content/uploads/2024/01/nature-love-transparent.png') no-repeat left 5% bottom 0;
}

.page-template-single-case7viola .single-case-hero--miior {
	background: #403c41 url('/wp-content/uploads/2024/07/Miior.png') no-repeat left 5% bottom 0;
    background-size: 50%;
}

.page-template-single-case7viola .single-case-hero--nature-love .case-hero--viola,
.page-template-single-case7viola .single-case-hero--miior .case-hero--viola{
    background: none;
}

.page-template-single-case14naturelove .case-hero .title {
    margin-top: 40px;
    margin-bottom: 110px;
}

@media (max-width: 1750px) {
	.page-template-single-case7viola .single-case-hero--bebe .case-hero--viola {
		background-size: 40%;
	}
}

@media (max-width: 1199px) {
	.page-template-single-case7viola .single-case-hero--bebe .case-hero--viola {
		background-size: 50%;
	}
}

@media (max-width: 980px) {
    .page-template-single-case7viola .single-case-hero--nature-love,
    .page-template-single-case7viola .single-case-hero--miior {
        background-size: 75%;
        background-position: left -4% bottom 0;
    }
	.page-template-single-case7viola .single-case-hero--bebe .case-hero--viola {
		background-position: 15px 25px;
		background-size: auto 150px;
	}
}

@media (max-width: 768px) {
    .page-template-single-case7viola .single-case-hero--nature-love,
    .page-template-single-case7viola .single-case-hero--miior {
        background-position: left -3% bottom 0;
    }
}

@media (max-width: 699px) {
    .page-template-single-case7viola .single-case-hero--nature-love,
    .page-template-single-case7viola .single-case-hero--miior {
        background-position: left -2% bottom 0;
    }
}

@media (max-width: 599px) {
    .page-template-single-case7viola .single-case-hero--nature-love,
    .page-template-single-case7viola .single-case-hero--miior {
        background-position: left 0 bottom 0;
    }
}

@media (max-width: 499px) {
	.page-template-single-case7viola .single-case-hero--bebe .case-hero--viola {
		background-position: 15px 25px;
		background-size: auto 100px;
	}
}

.page-template-single-case13bebe .assume {
	background: #DAD9CD;
	padding-top: 150px;
	padding-bottom: 130px;
}

.page-template-single-case14naturelove .assume {
    background: #9BC5AC;
	padding-top: 100px;
	padding-bottom: 80px;
}

.page-template-single-case14naturelove .assume + .case-more-info {
    border-top: 0;
}

.page-template-single-case13bebe .case-testimonials__video {
	align-items: center;
	flex-direction: column;
	width: 100%;
}

.page-template-single-case13bebe .case-testimonials__video iframe {
	max-width: 100%;
}

.page-template-single-case13bebe .case-testimonials__video .title {
	margin-bottom: 50px;
}

.page-template-single-case13bebe .case-testimonials * {
	color: inherit;
}

/* case-study-genactiv */
.page-template-single-case12genactiv .header {
    background-color: #f5333f;
}

.page-template-single-case12genactiv .header {
    box-shadow: none;
}

.page-template-single-case7viola .single-case-hero--genactiv {
	background: #f5333f url(/wp-content/uploads/2022/01/Genactiv_napis.png) no-repeat;
    background-size: 80%;
    background-position: left 15% bottom 80px;
    padding-bottom: 80px;
}

.case-testimonials.blue--genactiv {
    background: url(/wp-content/uploads/2022/01/genactiv_podsumowanie_2.png) no-repeat;
    background-size: cover;
    background-color: #f5333f;
}

.page-template-single-case12genactiv .case-testimonials,
.page-template-single-case13bebe .case-testimonials {
	padding-bottom: 100px;
}	
@media (max-width: 980px) {
	.page-template-single-case12genactiv .case-testimonials,
	.page-template-single-case13bebe .case-testimonials	{
		padding-bottom: 40px;
	}
	.page-template-single-case13bebe .case-testimonials {
		padding-top: 40px;
	}
	.page-template-single-case13bebe .case-testimonials__video {
		margin-top: 0;
	}
}
.single-case--nature-love {
    border-bottom: 30px solid #0A2923;
}
.single-case--miior {
    border-bottom: 30px solid #403c41;
}
.single-case--genactiv {
    border-bottom: 30px solid #f5333f;
}
.single-case--bebe {
    border-bottom: 30px solid #faf8f4;
}
.error404 .case-menu {
    justify-content: center;
}
.error404 .case-menu a,
.error404 .case-menu span {
    line-height: 35px;
}
/*Changelog styles*/
.page-template-changelog .main {
	overflow: visible;
}
.changelog {
	display: flex; 
	align-items: flex-start; 
	padding-bottom: 100px; 
	padding-top: 50px;
}
.changelog-posts {
	flex: 1 1 auto;
}
.changelog-post {
	display: flex; 
	align-items: flex-start;
}
.changelog-item__post {
	padding: 0 35px 23px; 
	border-left: solid 1px #E5E5E5;
}
.changelog-item__post:nth-last-of-type {
	padding-bottom: 0;
}
.changelog-filter {
	flex: 0 0 300px;
	background: #E5E5E5; 
	padding: 25px;
	position: sticky;
	top: 30px;
}
.changelog-item__date {
	font-weight: 300; 
	font-size: 16px; 
	line-height: 29px; 
	color: #9A9A9A; 
	width: 140px; 
	min-width: 140px; 
	padding-right: 35px; 
	text-align: right; 
	text-transform: uppercase;
}
.changelog-item__post-title, 
.changelog-filter__title {
	font-weight: 800; 
	color: #000; 
	font-size: 24px; 
	line-height: 1; 
	position: relative; 
	cursor: pointer;
}
.changelog-filter__title {
	cursor: default;
}
.changelog-item__post-title:before {
	position: absolute; 
	content: ""; 
	top: 0; 
	left: -49px; 
	width: 15px; 
	height: 15px; 
	border-radius: 50%; 
	background: #fff; 
	border: solid 7px #E5E5E5; 
	transition: all .3s;
}
.changelog-item__post:hover .changelog-item__post-title:before {
	border-color: #000;
}
.changelog-item__post-content {
	margin-top: 18px; 
	font-size: 15px; 
	line-height: 24px; 
	color: #000;
}
.changelog-item__post-categories {
	margin-top: 25px;
}
.changelog-item__post-categories span {
	font-size: 16px; 
	background: #DFDFDF; 
	border-radius: 75px; 
	font-size: 14px; 
	text-transform: uppercase; 
	color: #000; 
	padding: 9px 25px; 
	margin-right: 20px; 
	margin-bottom: 12px; 
	height: 32px; 
	display: inline-flex; 
	justify-content: center; 
	align-items: center; 
	text-align: center;
}
.changelog-item__post-categories span.badge-shopify {
	color: #fff; 
	background: #81C038;
}
.changelog-item__post-categories span.badge-new {
	background: #F78F5D; 
	color: #fff;
}
.changelog-item__post-categories span.badge-akeneo {
	color: #fff; 
	background: #793A9F;
}
.changelog-filter__title {
	padding: 25px;
	margin: -25px -25px 0 -25px;
	position: relative;
}
.changelog-filter__item {
	cursor: pointer; 
	display: block; 
	margin-bottom: 20px;
}
.changelog-filter__item input {
	display: inline-block; 
	margin: 0 10px 0 0;
}
@media(max-width: 1024px) {
	.changelog-item__date {
		width: 120px; 
		min-width: 120px;
	}
	.changelog-filter {
		flex: 0 0 200px;
	}
}
@media(max-width: 980px) {
	.changelog {
		margin-top: 0; 
		padding-bottom: 40px; 
		padding-top: 40px;
	}
	.changelog-item__post-title, 
	.changelog-filter__title, 
	.changelog-item__date {
		font-size: 16px;
		line-height: 24px;
	}
}
@media(max-width: 768px) {
	.changelog {
		flex-wrap: wrap;
	}
	.changelog-filter {
		flex: 1 1 100%; 
		margin-bottom: 35px;
		position: static;
		order: -1;
		max-height: 74px;
		transition: max-height 0.15s ease-out;
		overflow: hidden;
	}
	.changelog-filter.expanded {
		max-height: 600px;
		transition: max-height 0.25s ease-in;
	}
	.changelog-filter__title:after {
		content: '+';
		position: absolute;
		right: 25px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 40px;
		font-weight: bold;
	}
	.changelog-filter.expanded .changelog-filter__title:after {
		content: '-';
	}
}
@media(max-width: 600px) {
	.changelog-post {
		flex-direction: column;
	}
	.changelog-item__date {
		width: 100%; 
		min-width: auto; 
		padding: 18px 0; 
		text-align: left;
	}
	.changelog-item__post {
		padding: 0 0 23px;
		border: 0;
		border-bottom: solid 1px #E5E5E5;
	}
	.changelog-item__post-title:before {
		display: none;
	}
	.changelog-post:nth-last-of-type(1) .changelog-item__post {
		border-bottom: 0; 
		padding-bottom: 0; 
		margin-bottom: -12px;
	}
	.changelog-post:nth-of-type(1) .changelog-item__date {
		padding-top: 0;
	}
}
.page-template-single-case9viola .single-case-hero--miior,
.page-template-single-case15miior .header {
    background: #403c41;
}
.page-template-single-case15miior .single-case-hero--miior .case-hero--viola{
    background: none;
}
.page-template-single-case15miior .case-testimonials.assume {
    position: relative;
}
@media (max-width: 980px) {
    .page-template-single-case15miior .single-case-hero--miior {
        background-size: 75%;
        background-position: left -4% bottom 0;
    }
}

@media (max-width: 768px) {
    .page-template-single-case15miior .single-case-hero--miior {
        background-position: left -3% bottom 0;
    }
}

@media (max-width: 699px) {
    .page-template-single-case15miior .single-case-hero--miior {
        background-position: left -2% bottom 0;
    }
}

@media (max-width: 599px) {
    .page-template-single-case15miior .single-case-hero--miior {
        background-position: left 0 bottom 0;
    }
}