body {
    font-family: AllianceNo2Regular, sans-serif;
}

html {
  scroll-behavior: smooth;
}
/*END*/


.custom-cursor {
  position: fixed;
  top: -18px;
  left: -18px;
  display: block;
  width: 80px;
  height: 80px;
  pointer-events: none;
  will-change: transform;
  z-index: 99999999999999;
  -webkit-transform: matrix(1, 0, 0, 1, -100, -100);
  transform: matrix(1, 0, 0, 1, -100, -100);
  opacity: 0;
  mix-blend-mode:difference;
  transition: opacity 0.4s ease,
    -webkit-transform 0.15s cubic-bezier(0, 0.89, 0.49, 0.92);
  transition: transform 0.15s cubic-bezier(0, 0.89, 0.49, 0.92),
    opacity 0.4s ease;
  transition: transform 0.15s cubic-bezier(0, 0.89, 0.49, 0.92),
    opacity 0.4s ease, -webkit-transform 0.15s cubic-bezier(0, 0.89, 0.49, 0.92);
}
.custom-cursor .cursor {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    will-change: transform;
    width: 80px;
    height: 80px;
    float: left;
    border-radius: 100%;
    margin-top: -20px;
    margin-left: -20px;
    background: #ffffff20;
}

.custom-cursor.custom-cursor-active .cursor {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 1;
}

body {
  min-height: 100vh;
}

body:hover .custom-cursor {
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .custom-cursor {
    display: none !important;
  }
* {
  cursor:inherit;
}
}







*::-webkit-scrollbar-thumb {
    border: 2px solid #35363a;
    background-clip: content-box;
    border-radius: 4px;
    background-color: #ffffff;
}
*::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    background: #35363a;
}
main {
  height: 100vh;
  overflow-y: visible;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
}
.container {
    width: 1440px;
    margin: 0 auto;
}
.wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
h2 {
    font-size: 48px;
    line-height: 54px;
    font-weight: 100;
    margin: 0;
    color: #fafafa;
    font-family: 'AllianceNo2Medium';
}
h3 {
    font-size: 35px;
    line-height: 46px;
    font-weight: 400;
    margin: 0;
}
h4 {
    font-family: AllianceNo2Medium;
    font-size: 36px;
    line-height: 42px;
    font-weight: 100;
    margin: 0;
}
p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}
p.extra {
    font-size: 15px;
    line-height: 30px;
}
/*Section 1*/
.mobile__logo {
    display: none;
    width: 100%;
    margin-left: 30px;
}
.header__burger {
    display: none;
    width: 40px;
    height: 24px;
    position: absolute;
    right: 30px;
    margin: 0;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s, ease;
    -moz-transition: 0.3s, ease;
    -o-transition: 0.3s, ease;
    transition: 0.3s, ease;
}
.header__burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #1bea2300;
    opacity: 1;
    left: 0;
    border-radius: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border-top: 3px solid #1bea23!important;
    border-style: solid;
    border-color: #0000;
}
.header__burger span:nth-child(1) {top: 0px;}
.header__burger span:nth-child(2) {top: 11px;}
.header__burger span:nth-child(3) {top: 22px;}
.header__burger.open span {
    background-color: #1bea2300!important;
}
.header__burger.open span:first-child {
    border: 1px solid #1bea23;
    border-style: solid;
}
.header__burger.open span:last-child {
    border: 1px solid #1bea23;
    border-style: solid;
}
.header__burger.open span:nth-child(1) { top: 11px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg);}
.header__burger.open span:nth-child(2) { opacity: 0; left: -35px;}
.header__burger.open span:nth-child(3) {top: 11px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg);}
.header__menu.active {
    top: 0;
    padding-top: 100px;
    right: 0vw;
    z-index: 9;
    padding-left: 20px;
    width: 100%;
    overflow: hidden;
}
.header__row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    transition: all 0.2s ease;
    position: fixed;
    top: 0;
    height: 80px;
    z-index: 99;
}
.header__row.active {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    transition: all 0.2s ease;
    position: fixed;
    top: 0;
    height: 80px;
    z-index: 9999999;
    background: #000c;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #333333;
}
.header__logo {
    background-position: center center;
    float: left;
    display: flex;
    align-items: center;
    margin-top: 0;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    height: 80px;
}
.header__logo:hover {
    opacity: 0.6;
}
.header__logo a {
    height: 35px!important;
    display: block;
}
.header__row.active .header__logo {
    margin: 0;
}
.header__logo img {
    transition: all 0.1s ease;
}
.header__row.active .header__logo img {
    height: 35px;
}
.header__menu {
    padding: 0;
    margin: 0;
    width: inherit;
    font-size: 14px;
    text-transform: uppercase;
}
.header__menu ul{margin-bottom: 0;margin-top: 0;}
.header__menu li {
    display: inline-block;
}
.header__menu li:last-child a {
    margin-right: 0;
}
.header__menu li a {
    color: #969696;
    letter-spacing: 0.5px;
    font-size: 15px;
    text-decoration: none;
    margin-left: 15px;
    margin-right: 45px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    position: relative;
    line-height: 80px;
    padding: 30px 0;
}
#menu-menu_header_right li:last-child:before {
    content: "";
    border-top: 1px solid #ffffff30;
    height: 6px;
    width: 90px;
    display: inline-block;
    margin-left: -30px;
}
.header__menu li a:hover {
    color: #1bea23;
}
.header {
    padding-top: 28px;
    text-align: left;
}
.menu-menu_header-container {
    display: inline-block;
    float: right;
    height: 80px;
}
.sub-menu {
    position: absolute;
    background-color: #fdfdfd;
    min-width: auto;
    box-shadow: 0px 6px 6px 0px rgb(0 0 0 / 10%);
    padding: 0;
    z-index: 1;
    top: 0px;
    overflow: hidden;
    height: 0;
    top: 0px;
    margin-top: 34px!important;
    font-size: 14px;
    line-height: 140%;
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
    flex-direction: column;
    display: flex;
    opacity: 0;
}
.header__menu ul.sub-menu a {
    text-transform: initial;
    width: 100%;
    display: block;
    border-radius: 0px!important;
    text-align: left;
    line-height: 24px;
    font-size: 15px;
    margin: 15px;
}
ul.sub-menu a {
    color: #26231E;
}
#menu-menu_header_right .sub-menu li:last-child:before {
    content: none!important;
}
.menu-item.menu-item-has-children a {
    padding-right: 25px;
}
.header__menu .sub-menu li a {
    padding: 0;
}
.menu-item.menu-item-has-children::after {
    content: "";
    display: block;
    width: -webkit-fill-available;
    height: 0px;
    background: #0000;
    position: absolute;
    bottom: -30px;
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
    width: -moz-available;
}
.menu-item.menu-item-has-children {
    position: relative;
}
.menu-item-has-children:hover .sub-menu {
    height: fit-content;
    transition: all 0.3s ease-out;
    overflow: hidden;
    z-index: -9;
    opacity: 1;
    top: 46px;
    width: 240px;
}
.menu-item-has-children:hover > a {
    color: #1bea23;
}
.menu-item-has-children:hover > a:before {
}
.menu-item-has-children > a:before {
    content: "";
    background-image: url(../images/dropdown.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 12px;
    width: 12px;
    position: absolute;
    bottom: 30px;
    right: 0;
}
.header__menu ul.sub-menu li:hover {
    background: #1bea23;
}
.header__menu ul.sub-menu li:hover a {
    color: #111;
}

.hero {
    height: 100vh;
    height: 100dvh;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .2s ease;
    background: #000;
}
.hero:before {
    content: "";
    position: absolute;
    height: 100vh; 
    height: 100dvh; 
    width: 100%;
    filter: grayscale(0.3);
    background: #000000;
    opacity: 0.7;
    background-size: cover;
    -webkit-transition: all .2s ease;
}
.sub.hero:before {
    content: none!important;
}
.hero h1 {
    color: #e5e5e5;
    font-size: 84px;
    line-height: 120%;
    text-align: left;
    letter-spacing: -0.01em;
    margin: 0;
    font-weight: 500;
}
.hero_content {
    position: relative;
}
.hero_content .container {
    display: flex;
    height: 100vh;
    height: 100dvh;
    -webkit-transition: all .2s ease;
}
.hero_content p {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #e5e5e5;
}
.hero_content .main-content {
    display: flex;
    z-index: 9;
    align-items: center;
}
.hero_content img {
    float: right;
    display: inline-block;
}
.subpage_hero_content:before {
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    filter: grayscale(0.3);
    opacity: 0.7;
    background-size: cover;
    filter: blur(12px);
    -webkit-filter: blur(12px);
    scale: 1.5;
}
.video-container {
    position: absolute;
    left: 0;
    right: 0;
    height: 100vh;
    background: #000;
    top: 38%;
}
.hero_content i {
    color: #1bea23;
    font-style: normal;
}
video {
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    object-fit: cover;
    height: 100%;
    transition: all 0.3s ease;
    filter: contrast(0.8);
}
.hero_recent {
    z-index: 9;
    position: absolute;
    bottom: 80px;
    display: flex;
    justify-items: start;
    background: #96969621;
    padding: 30px;
    width: auto;
    backdrop-filter: blur(10px);
    border-radius: 4px;
    flex-direction: row;
    align-items: flex-end;
    box-shadow: 0px 4px 16px 4px rgb(0 0 0 / 15%);
    text-decoration: none;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.hero_recent:hover {
    background: #1bea2340;
}
.hero_recent:hover .btn-link {
    transform: translateY(-10px);
}
.hero_recent .project_title {
    color: #fff;
    font-size: 42px;
    text-decoration: none;
    font-weight: 500;
    margin:0;
}
.hero_recent span {
    color: #969696;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    margin-left: 2px;
    letter-spacing: 0.01em;
}
.hero_btn {
    margin-left: 30px;
}
.contact-btn {
    position: relative;
}
.contact-btn a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    border: 2px solid #3E45FF;
    padding: 15px 30px;
    position: absolute;
    right: 0;
    top: 20px;
    transition: all 0.3s cubic-bezier(0.49, 0, 0.41, 1);
    text-transform: uppercase;
}
.contact-btn a:hover {
    padding: 15px 30px;
    border: 2px solid #3E45FF;
    background: #3E45FF;
}
.follow_text {
    bottom: 100px;
    position: absolute;
    left: 0;
    right: 0;
}
.follow_text a span:before {
    content: "";
    background-image: url(../images/arrow_down.svg);
    width: 10px;
    height: 40px;
    position: absolute;
    background-repeat: no-repeat;
    left: calc(50%);
    filter: invert(100%) sepia(0%) saturate(1411%) hue-rotate(348deg) brightness(129%) contrast(100%);
    bottom: -50px;
}
.arrow_href:before{
    content: "";
    background-image: url(../images/arrow_down.svg);
    width: 10px;
    height: 40px;
    position: absolute;
}
/* BUTTONS & LINKS*/
.btn-link {
    font-family: "AllianceNo2SemiBold",Arial,sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #1bea23;
    letter-spacing: 0.05em;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    text-decoration: none;
    display: inline-block;
}
.btn-link:hover {
    transform: translateY(-10px);
    color: #1bea23!important;
}
.btn {
    font-family: "AllianceNo2SemiBold",Arial,sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    letter-spacing: 0.05em;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    text-decoration: none;
    background: #1bea23;
    padding: 21px 40px;
    display: inline-block;
}
.btn:hover {
    transform: translateY(-10px);
    background: #1bea23;
    color: #000;
}
.btn-more.btn {
    padding: 21px 100px;
}

/*SERVICES*/
.our_services .item.service-field .btn {
    padding: 18px 36px;
    margin-top: 20px;
    position: absolute;
    bottom: 60px;
}
.our_services .arrow_href:before{
    filter: invert(21%) sepia(70%) saturate(7425%) hue-rotate(242deg) brightness(118%) contrast(101%);
}
.our_services {
    height: auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 9;
}
.our_services .section_header {
    padding: 0px 0 100px;
}
.services {
    float: left;
}
.services .owl-stage {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
}
.service-field {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
    height: 100%;
    background-size: cover;
    display: flex;
    padding: 50px 0;
    min-height: 400px;
    text-decoration: none;
    background-color: #E5E5E5;
    background-repeat: no-repeat;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    background-position: 50% 50%;
}
.service_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 20%;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
    margin-top: 5%;
    z-index: 999;
}
.our_services .owl-item {
    overflow: hidden;
}
.item.service-field:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    border-right: 3px solid #fff;
}
.item.service-field:hover {
    background-color: #1bea23;
}
.services h4 {
    font-size: 30px;
    line-height: 36px;
    float: left;
    color: #111111;
    margin-top: 14px;
    width: 100%;
    text-align: center;
}
.service-field p:nth-child(2) {
    font-size: 18px;
    line-height: 26px;
    color: #111111;
}
.services p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-top: 20px;
    color: #111111;
    margin-bottom: 100px!important;
}
.service-field img {
    margin-bottom: 20px;
    float: left;
}
.services.owl-carousel .owl-item img {
    width: auto;
}
.icon_title {
    width: 100%;
    display: inline-block;
}
#services .btn-link {
    display: flex;
    margin-top: 30px;
}
.service-field .btn_line.btn-link span {
    bottom: 12px;
    top: auto;
}
/*CLIENTS*/
.clients {
    overflow: hidden;
    width: 100%;
    padding: 100px 0;
}
/*.client_wrapper {
    width: calc(100% + 8.69%);
    display: inline-block;
}*/
.client_logo {
    display: inline-block;
    position: relative;
    float: left;
    opacity: 1;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    width: 100%;
}
.client_logo:hover {
    opacity: 1;
}
.client_logo img {
    width: 100%;
    float: left;
    padding: 15px;
    height: 180px;
}
.client_logo img:nth-child(2) {
    position: absolute;
    opacity: 0;
}
.fade-out-blink {
  animation: fade-out 15s infinite;
}

@keyframes fade-out {
  0% {
    opacity: 1;
    z-index: 9;
  }
  40% {
    opacity: 1;
    z-index: 9;
  }
  50% {
    opacity: 0;
    z-index: 1;
  }
  90% {
    opacity: 0;
    z-index: 1;
  }
  100% {
    opacity: 1;
    z-index: 9;
  }
}

.fade-in-blink {
  animation: fade-in 15s infinite;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/*SHOWCASE PROJECT*/
#showcase {
    display: inline-block;
    width: 100%;
    background-color: #fff;
}
.project_case {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 100px;
    z-index: 999999;
    position: relative;
    overflow: hidden;
}
.project_element {
    max-width: 100%;
    min-width: 20%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 20% 10%;
    object-fit: cover;
    text-align: center;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.showcase .left .project_element {
    justify-content: left!important;
    padding: 20% 40px!important;
}
.project_case:hover .project_element {
    
}
.project_logo {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 999999;
}
.project_img {
    width: 100%;
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    float: left;
}
/*
.project_img:before {
    content: "";
    background-image: url(../images/triangle.svg);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    filter: invert(0%) sepia(23%) saturate(12%) hue-rotate(142deg) brightness(102%) contrast(80%);
}*/
.project_img .img {
    content: "";
    width: 100%;
    display: inline-block;
    transition: all 2s ease;
    -moz-transition: all 2s ease;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    z-index: -999999;
    position: relative;
    float: left;
}
.project_img img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}
.title_box {
    width: 100%;
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    position: absolute;
    background: #00000000!important;
    left: 0;
    bottom: 0;
}
.project_titles {
    color: #fff;
    padding: 0 40px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    display: inline-block;
    width: 100%;
    float: left;
}
.title_box .btn-link {
    position: absolute;
    right: 40px;
    bottom: -20px;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}
.project_case:hover .btn-link {
    bottom: 40px;
}
.title_box .btn-link:hover {
    transform: translateY(0px);
}
.title {
    color: #fff;
    display: inline-block;
    padding: 20px 0;
}
.title span {
    float: right;
    font-size: 14px;
    margin-bottom: -4px;
}
.title b {
    opacity: 0;
    letter-spacing: -0.1em;
}
.title h2 b {
    color: #939393;
    opacity: 1;
    font-weight: 200;
    letter-spacing: -0.01em;
    font-size: 30px;
}
.scope {
    color: #fff;
    display: inline-block;
    margin-left: 0;
    width: 100%;
}
.scope p {
    font-size: 14px;
    margin: 0;
}
.project_case:hover .project_img .img {
    background-position: 50% 50%;
    scale: 1.12;
}
.project_case:hover .title_box {
    
}

.project_case:hover .project_titles {
    
}
.show_more {
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
}
.shadow {
    width: 150px;
    height: 100px;
    position: absolute;
    bottom: -100px;
    right: 0;
    background-size: 100%;
    background-color: #00000094;
    box-shadow: 0 0 100px 100px #00000094;
    z-index: -99;
    opacity: 0;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.project_case:hover .shadow {
    opacity: 0.4;
}
.scope ul {
    list-style: none;
    margin-top: 20px;
    padding: 0;
}
.scope li {
    padding: 8px 14px;
    background: #96969640;
    color: #676767;
    text-align: center;
    line-height: 14px;
    font-size: 14px;
    letter-spacing: 0.04em;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    border-radius: 2px;
}
.single-realizacje .subpage_header {
    z-index: 9;
    position: relative;
    display: flex;
    height: 340px;
    padding-top: 70px;
    align-items: center;
    font-weight: 100;
}
.single-realizacje .subpage_header h2 {
    font-weight: 100;
    font-family: AllianceNo2Regular, sans-serif;
}
/*CALL TO ACTION*/
#call-to-action {
    position: initial;
}
.call-to-action {
    overflow: hidden;
    display: inline-block;
    float: left;
    width: 100%;
}
.call-to-action .active.center h4 {
    font-size: 48px;
    line-height: 52px;
}
.call-to-action .cta_bg {
    background: #000;
    position: relative;
    color: #fff;
    padding: 190px 0;
    height: 720px;
}
.call-to-action .text-container {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
.call-to-action .text-container .btn {
    margin-top: 20px;
    padding: 9px 50px;
    font-size: 14px;
    color: #000;
}
.call-to-action .text-container a {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    text-decoration: none;
}
#call-to-action button.owl-prev {
    position: absolute;
    left: 20px!important;
    top: 50%;
}
#call-to-action button.owl-next {
    right: 20px;
    position: absolute;
    top: 50%;
}
#call-to-action .owl-item .item {
    opacity: 0.5;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transform: translateY(calc(50% - 42px));
}
#call-to-action .owl-item.active.center .item {
    opacity: 1;
    transform: translateY(0%);
}
#call-to-action .owl-item .item p{
    opacity: 0;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
}
#call-to-action .owl-item.active.center .item p{
    opacity: 1;
}
#call-to-action .owl-item .btn {
    opacity: 0;
}
#call-to-action .owl-item.active.center .btn {
    opacity: 1;
}
#call-to-action .owl-theme .owl-nav [class*=owl-] {
    font-size: 64px!important;
}
.bg_changer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    filter: grayscale(100%);
    opacity: 0.3;
}
.bg_changer:before {
    content: "";
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.700717787114846) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.7035189075630253) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999999999;
}
.bg_changer img {
    position: absolute;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.bg_changer #strony, .bg_changer #reklama, .bg_changer #studio {
    opacity: 0;
    -moz-transition: all 3s ease;
    -webkit-transition: all 3s ease;
    -o-transition: all 3s ease;
    scale: 100%;
    overflow: hidden;
}
.call-to-action.strony-active .bg_changer #strony, .call-to-action.reklama-active .bg_changer #reklama, .call-to-action.studio-active .bg_changer #studio {
    opacity: 1;
    scale: 110%;
}
.bg_changer #reklama {
    object-position: 50% 20%;
}
.active.center .text-container h4 {
    transform: translate(0)!important;
}
/*QUICK CONTACT*/
.quick_contact {
    display: inline-block;
    width: 100%;
    padding: 80px 0;
    float: left;
    background: #000;
}
.quick_contact h4 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.contact_link{
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}
.btn_line{
    text-decoration: none;
    margin-top: 10px;
    display: block;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transform: translateX(0px);
    padding-left: 0px;
}
.btn_line:hover {
    color: #1bea23;
    transform: translateX(30px);
    padding-left: 30px;
    margin-left: -30px;
}
.btn_line span {
    width: 0px;
    height: 1px;
    border-top: 1px solid #1bea23;
    display: block;
    position: absolute;
    top: 50%;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.btn_line:hover span {
    transform: translateX(-30px);
    width: 20px;
}
.tel_form input {
    margin: 0!important;
    width: 80%;
}
.tel_form .btn {
    width: 20%;
    padding: 12px 0;
    font-size: 12px;
    cursor: pointer;
    border-bottom: 1px solid #1bea23!important;
}

/*SECTION HEADER*/
.section_header {
    color: #000;
    padding: 80px 0;
}
#coop_boxes {
    margin: 0;
    padding-top: 30px;
}
.coop_box {
    float: left;
    width: 100%;
    position: relative;
    min-height: 110vh;
}
.coop_box_left {
    position: absolute;
    width: 50%;
    left: 0;
    height: 100vh;
    z-index: -9;
}
.image_box_right {
    position: absolute;
    right: 0;
    height: 110vh;
    z-index: -9;
    flex: 0 0 50%;
    width: calc(50% - 60px);
    object-fit: cover;
    background-position: 100% 0%;
    min-height: 100%!important;
    background: no-repeat center/cover;
}
.coop_box_row {
    display: flex;
    flex-wrap: nowrap;
    width: 50%;
}
.coop_box_text {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 50% 0 50%;
    min-height: 800px;
}
.coop_box.left .image_box_right {
    left: 0;
}
.coop_box.left .empty-space {
    width: 50%;
    display: inline-block;
    float: left;
    height: 100px;
}
.coop_box.left .coop_box_text {
    padding-left: 60px;
}

.welcome ul {
    list-style: none;
}
.welcome li {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.welcome li img {
    padding-right: 50px;
    margin-top: 20px;
}
.welcome p {
    color: #464646;
    width: 80%;
    margin: 40px 0;
}
.welcome .col-50 ul {
    margin-left: 10%;
}
/*Section 3*/
.section-3 {
    background-color: #000000;
    height: fit-content;
}
.section-3 h2 {
    color: #fff;
    margin-bottom: 50px;
}
.section-3 p {
    color: #fff;
}
.tag-line {
    color: #fff;
    font-size: 18px;
    margin: 10px 0;
    display: block;
}
/*Section 4*/

/*Section 5*/
.additional_services {
    background-color: #efefef;
    float: left;
    width: 100%;
}
.additional_services h2 {
    color: #CFCFCF;
}
.contact_info ul {
    list-style: none;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    margin: 50px 0 30px;
}
.contact_info ul a {
    color: #D9D9D9;
    text-decoration: none;
}
.additional_services .section-header {
    margin: 80px 0 80px;
    text-align: center;
}
.additional.services p, .additional.services h4 {
    color: #000000;
}
/*CTA*/
.cta {
    background-color: #fff;
    background-image: url(../images/arch_3.png);
    background-size: cover;
    height: fit-content;
    float: left;
    width: 100%;
}
.cta {
    padding: 200px 0 110px;
}
.cta .col-70 {
    text-align: center;
    display: block;
    float: none;
    margin: 0 auto;
}
.cta h2, .cta p {
    color: #fff;
    margin: 0;
}
span.line {
    display: block;
    border: 1px solid #fff;
    width: 70px;
    margin: 40px auto;
}

/*Contact*/
section.contact__section {
    float: left;
    width: 100%;
    color: #fff;
    position: relative;
}
.contact_bg {
    background-color: #000000;
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.half {
    width: 50%;
    float: right;
    margin-top: 150px;
}
.contact-form {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 150px;
    padding-left: 50px;
}
*, ::after, ::before {
    box-sizing: border-box;
}
input, select, textarea {
    color: #fff;
}
input {
    height: 40px;
    width: calc(50% - 35px);
    background: none;
    border-bottom: 1px solid #CFCFCF!important;
    margin-bottom: 30px;
    border: none;
    float: left;
    font-size: 15px;
}
textarea {
    width: 100%;
    background: none;
    border: 1px solid #CFCFCF;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: 18px;
    padding: 15px;
}
input:hover, textarea:hover {
    outline: none;
}
input:focus, textarea:focus {
    outline: none;
    border-color: #1bea23!important;
}
.checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
    margin-top: 30px;
}
.checkbox.round input {
    height: 15px;
    width: auto;
    margin-right: 15px;
}
label.checkbox.round {
    font-size: 12px;
    color: #000000;
    line-height: 16px;
}
.consent label:hover .more__info {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.contact_details .row {
    display: flex;
    flex-direction: column;
}
.contact_info p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.send-btn .btn {
    background: #3E45FF;
    color: #FFFFFF;
    padding: 19px 36px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.49, 0, 0.41, 1);
}
.send-btn .btn:hover {
    background: #000000;
}
.contact-form .send-btn {
    float: right;
    margin-top: 30px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #959595;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #959595;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #959595;
}
.gotop span:before {
    content: "";
    background-image: url(../images/gotop.svg);
    width: 65px;
    height: 65px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
}
/*MAP*/
iframe#gmap_canvas {
    display: block;
}
/*Footer*/
footer {
    background-image: url(../images/foo_bg.png);
    display: inline-block;
    width: 100%;
    padding: 34px 0;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.credits p {
    text-align: left;
    font-size: 14px;
    color: #939393;
    display: inline-block;
}
.fb img {
    vertical-align: middle;
    margin-top: -5px;
}
.col-20.logo span {
    margin-left: -40px;
    color: #ebebeb;
    font-size: 14px;
}
footer .col-40.credits{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.col-40.credits img {
    vertical-align: middle;
    margin-left: 15px;
}
footer a {
    color: #cdcdcd;
    text-decoration: none;
    font-size: 14px;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
footer a:hover {
    color: #1bea23;
}
.col-40.credits a {
    font-size: 14px;
}
footer img {
    height: 47px;
}
footer .col-10 {
    text-align: center;
    font-size: 12px;
    color: #CFCFCF;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .socialmedia .sm_icon {
    filter: invert(92%) sepia(93%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
}
footer .sm_icon {
    width: 24px;
    margin: 5px 0;
}
footer .sm_icon:hover {
    filter: invert(82%) sepia(37%) saturate(6736%) hue-rotate(74deg) brightness(102%) contrast(105%);
}
footer .socialmedia {
    text-align: right;
}
footer .socialmedia a {
    margin-left: 15px;
}
footer .socialmedia p {
    color: #939393;
    font-size: 14px;
}
footer .seo p {
    color: #939393;
    font-size: 13px;
}
.col-10 {
    width: 10%;
    float: left;
}
.col-20 {
    width: 20%;
    float: left;
}
.col-30 {
    width: 30%;
    display: inline-block;
    float: left;
}
.col-40 {
    width: 40%;
    float: left;
}
.col-45 {
    width: 45%;
    float: left;
}
.col-50 {
    width: 50%;
    float: left;
}
.col-60 {
    width: 60%;
    float: left;
}
.col-70 {
    width: 70%;
    float: left;
}
.col-80 {
    width: 80%;
    float: left;
}
body {
    color: #111111;
    margin: 0;
}
html, body {
    margin: 0;
    padding: 0;
}
img{max-width: 100%; max-height: 100%;}

.image_box_right_mobile {
    display: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 4px!important;
    height: 4px!important;
    border-radius: 0px!important;
    -moz-transition: all .2s ease!important;
    -webkit-transition: all .2s ease!important;
    -o-transition: all .2s ease!important;
    transition: all .2s ease!important;
}
button.owl-dot.active span {
    background: #1bea23!important;
}
.owl-theme .owl-dots .owl-dot span {
    margin: 5px 15px!important;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #1bea23!important;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background: #1bea23!important;
}
.owl-theme .owl-dots .owl-dot.active span {
    width: 30px!important;
}
.our_services .owl-theme .owl-dots .owl-dot.active span {
    background: #1bea23!important;
}
.our_services .owl-theme .owl-dots .owl-dot span {
    background: #ababab!important;
}
.our_services .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 50px!important;
}
.call-to-action .owl-stage-outer {
    z-index: 9999!important;
}
.call-to-action .owl-dots {
    position: absolute!important;
    bottom: 20px!important;
    z-index: 99999!important;
    left: 0!important;
    right: 0!important;
}

.owl-dots.disabled {
    display: block!important;
}
.call-to-action .owl-nav.disabled {
    display: block!important;
}
button.owl-prev span, button.owl-next span{
    display: none;
}
#call-to-action button.owl-prev, #call-to-action button.owl-next, #gallery button.owl-prev, #gallery button.owl-next{
    position: absolute;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    border: 3px solid #efefef00;
    border-radius: 0;
    z-index: 99999999;
    overflow: hidden;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    background: #ffffffad;
    backdrop-filter: blur(10px);
}
#call-to-action button.owl-prev{
    left:30%!important;
}
#call-to-action button.owl-next{
    right:30%!important;
}
#gallery button.owl-prev {
    left: -5px!important;
    top: calc(50% - 75px);
}
#gallery button.owl-next{
    right:-3px!important;
    top: calc(50% - 75px);
}

button.owl-prev:before, button.owl-next:before {
    background-image: url(../images/nextprev.svg);
    width: 21px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    content: "";
    margin-left: 11px;
    position: absolute;
    filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(338deg) brightness(106%) contrast(109%);
}
button.owl-prev:after, button.owl-next:after {
    background-image: url(../images/nextprev.svg);
    width: 21px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    content: "";
    margin-left: 11px;
    position: absolute;
    filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(338deg) brightness(106%) contrast(109%);
}
button.owl-prev:before, button.owl-next:before, button.owl-prev:after, button.owl-next:after{
    top:12px;
}
button.owl-prev:before, button.owl-prev:after{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #1bea23!important;
    border-color: #1bea23!important;
    text-decoration: none;
}

button.owl-prev:before {
    right: 12px;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
button.owl-prev:after {
    right: -40px;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
button.owl-prev:hover::before {
    right: 50px;
}
button.owl-prev:hover::after {
    right: 12px;
}
button.owl-next:before {
    left: 1px;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
button.owl-next:after {
    left: -40px;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
button.owl-next:hover::before {
    left: 50px;
}
button.owl-next:hover::after {
    left: 1px;
}


/*SUBPAGES*/
.subpage {
    height: auto!important;
}
/*BREADCRUMBS*/
#breadcrumbs {
    background: #fff;
    float: left;
    width: 100%;
}
.breadcrumbs ul {
    margin: 0px 0;
    padding: 0;
}
.breadcrumbs {
    margin-top: -80px;
    margin-bottom: 80px;
}
.breadcrumbs ul li {
    display: inline-block;
    margin-right: 6px;
    font-size: 14px;
    letter-spacing: 0.02em;
}
.breadcrumbs ul li a {
    color: #949494;
    text-decoration: none;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.breadcrumbs ul li a:hover {
    color: #1bea23;
}
.breadcrumbs li.active a {
    color: #fff!important;
}
.breadcrumbs li span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    position: relative;
}
.breadcrumbs li span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 15px;
    border-top: 1px solid #606060;
    transform: rotate(135deg);
}
/*OFFER*/
.subpage_hero_content {
    position: relative;
    background: linear-gradient(0deg, rgba(0,0,0,0.5018382352941176) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
    overflow: hidden;
}
.subpage_header h1 {
    color: #747474;
    font-size: 48px;
    letter-spacing: 0.01em;
    padding-bottom: 0;
    text-align: center;
    font-weight: 300;
    margin: 0;
}
.subpage_variant_content {
    background: #3c3c3c;
}
.subpage_variant_content .subpage_header {
    display: flex;
    height: 340px;
    padding-top: 70px;
    align-items: center;
}
.first_section {
    background: #fff;
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 100px;
    margin-top: 100px;
}
.first_section .section_header h2 {
    font-size: 48px;
    line-height: 52px;
}
.first_section.case_study {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
/*FEATURES*/
ul#feature_boxes {
    margin: 0;
    float: left;
    padding: 0;
    width: 100%;
}
.feature_box {
    float: left;
    width: 100%;
    position: relative;
    list-style: none;
    margin-bottom: 100px;
}
.feature_box_left {
    position: absolute;
    left: 0;
    height: -webkit-fill-available;
    z-index: -9;
    width: calc(50% + 100px);
    background: no-repeat center/cover;
}
.feature_box.left .image_feature_box_right {
    left: 0;
}
.image_feature_box_right {
    width: calc(50% - 100px);
}
.image_feature_box_right {
    position: absolute;
    right: 0;
    height: -webkit-fill-available;
    width: calc(50% + 100px);
    background: no-repeat center/cover;
    z-index: 99;
}
.feature_box.left .empty-space {
    width: calc(50% + 200px);
    display: inline-block;
    float: left;
    min-height: 70vh;
}
.feature_box_row {
    display: flex;
    flex-wrap: nowrap;
    width: calc(50% - 200px);
    min-height: 70vh;
}
.feature_box .feature_box_text a {
    text-decoration: none!important;
}
.feature_box .feature_box_text {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    flex-direction: column;
}
#feature_boxes .feature_box h2 {
    font-size: 36px;
    line-height: 45px;
    color: #111111;
    margin-bottom: 20px;
}
#feature_boxes .feature_box .intro {
    font-size: 20px;
    line-height: 28px;
    color: #111111;
}
#feature_boxes .feature_box p {
    font-size: 16px;
    line-height: 24px;
    color: #111111;
    margin-top: 10px;
}
/*TECHNOLOGY CAROUSEL*/
.technology {
    display: inline-block;
    float: left;
    width: 100%;
    background: #1a1a1a;
    padding: 50px 0 150px;
}
.item.technology_logo {
    height: 54px;
    filter: grayscale(1) invert(1);
}
/*MORE FEATURES*/
.more_features {
    background: #1a1a1a;
    display: inline-block;
    width: 100%;
    padding-bottom: 100px;
    overflow: hidden;
    float: left;
}
.more_features_wrapper {
    width: calc(100% + 5%);
    display: inline-block;
    overflow: hidden;
}
.item.more_features_field {
    width: calc(20%);
    margin-right: 5%;
    display: inline-block;
    float: left;
}
.item.more_features_field h4 {
    font-size: 24px;
    line-height: 30px;
    display: inline-block;
    transform: translateY(12px);
}
.item.more_features_field p {
    font-size: 15px;
    line-height: 24px;
}
.icon_title img {
    float: left;
    display: inline-block;
    margin-right: 12px;
}
/*QUOTATION*/
.quotation {
    padding: 120px 0;
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.quotation_wrapper {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.quotation_wrapper p {
    font-size: 18px;
    line-height: 28px;
    margin: 30px 0 40px;
}
/*CLIENTS&OPINION*/
.clients_reference {
    display: inline-block;
    float: left;
    width: 100%;
    background: #fff;
    padding-bottom: 100px;
    overflow: hidden;
}
.first_row {
    display: block;
    float: left;
    width: calc(100% + 11%);
}
.biz_logo {
    float: left;
    width: calc(10%);
    margin-right: 10%;
    position: relative;
    opacity: 0.7;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.biz_logo:hover{
    opacity: 1;
}
.biz_logo img {
    width: 100%;
    display: block;
}
.biz_logo img:nth-child(2) {
    position: absolute;
    opacity: 0;
    top: 0;
}
#references {
    width: 60%;
    margin-left: 20%;
    display: inline-flex;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-direction: column;
    background: #F5F5F5;
    padding: 50px 30px;
}
#references p{
    font-size:15px;
    line-height:20px;
}
.first_row div:nth-child(6) {
    position: absolute;
    left: 0;
    top: calc(50%);
    margin-right: 0;
    width: calc(11.1%);
}
.second_row {
    display: block;
    float: left;
    width: calc(100% + 11%);
}
.second_row div:nth-child(6) {
    position: absolute;
    right: 0;
    top: calc(50%);
    margin-right: 0;
    width: calc(11.1%);
}
.first_row div:nth-child(5) {
    margin-right: 0!important;
}
.second_row div:nth-child(5) {
    margin-right: 0!important;
}
#references button.owl-prev, #references button.owl-next {
    position: absolute;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    border: 3px solid #efefef00;
    border-radius: 0;
    z-index: 99999999;
    overflow: hidden;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    background: #fff;
}
#references button.owl-prev {
    left: 30px!important;
    margin: 0;
}
#references button.owl-next {
    right: 30px!important;
    margin: 0;
}
#references p.name {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 30px 0 10px;
}
#references p.corp {
    text-align: center;
    font-size: 15px;
    margin: 0px;
}
#references .item.reference {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
#references .owl-item.active {
    opacity: 1;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}
#references .owl-item {
    opacity: 0;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}



/*ISOTOPE*/

/* ---- button ---- */

.isotope_menu .button {
    display: inline-block;
    padding: 20px 25px;
    margin-bottom: 0;
    border: none;
    background: #f5f5f500;
    cursor: pointer;
}

.isotope_menu .button:hover {
    color: #222;
}




.isotope_menu .button.is-checked {
    color:#000;
}


/* ---- button-group ---- */

.isotope_menu .button-group.filters-button-group {
    margin-bottom: 30px;
}

.isotope_menu .button-group:after {
  content: '';
  display: block;
  clear: both;
}

.isotope_menu .button-group .button {
    float: left;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'AllianceNo2Medium';
    color: #000;
    text-decoration: none;
}
.button.category-menu.is-checked {
    color: #000;
}
/* ---- isotope ---- */

.grid {
  border: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
/*NAV ANIMATION*/
.nav-list {
    display: block;
    height: 55px;
    margin-bottom: 40px;
}
.nav-list .button{
    list-style: none;
    height: auto;
    width: auto;
    display: inline-block;
    z-index: 2;
    position: relative;
}
.nav-list .overlay {
    position: absolute;
    background-color: #1bea23;
    z-index: 1;
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
    opacity: 0;
    height: 3px!important;
    transform: translateY(52px)!important;
}
.nav-list .overlay.active {
    opacity: 1;
}
.isotope_menu .button:active, .isotope_menu  .button.is-checked {
    
}
.button span {
    background: #1bea23;
    height: 0;
    display: block;
    position: absolute;
    width: -webkit-fill-available;
    bottom: 0;
    left: 0;
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
    z-index: -1;
}
.button.is-checked span {
    height: 55px;
}
/*CASE STUDY*/
.case_study .section_header h4 {
    color: #000;
    font-size: 42px;
}
.case_study .section_header {
    display: flex;
    padding: 100px 0 100px;
    position: relative;
}
.case_study .scope {
    color: #000;
    width: 100%;
    margin-bottom: 30px;
}
.case_study .scope span {
    color: #111111;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 600;
}
.case_study .scope p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    color: #111111;
}
.project_mockup {
    margin-top: -300px;
    margin-left: -200px;
}
#icon\ online {
    display: inline-block;
    background-image: url(../images/online.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
    position: absolute;
    right: 35px;
}
.btn_var {
    padding: 21px 70px 21px 40px;
    position: relative;
}
.case_cover {
    position: relative;
}
.case_study_content .project_main {
    margin-bottom: 100px;
}
.see_also#showcase {
    background: #E5E5E5;
}
.web_sim_header {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
    column-gap: 30px;
}
.web_sim_header p {
    margin-bottom: -3px;
}
.web_sim {
    background: #000;
    border-radius: 30px;
    padding: 0 10px;
    border-top: 10px solid #000;
    border-bottom: 10px solid #000;
    box-shadow: 0px 4px 16px 4px rgb(70 70 70 / 15%);
    outline: 2px solid #fff;
    float: left;
    position: relative;
}
.web_sim .browser_wrapper {
    overflow: hidden;
    aspect-ratio: 16 / 8.8;
    scroll-behavior: smooth;
    overflow-y: clip;
    border-radius: 24px;
    opacity: 0.5;
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
}
.web_sim.active .browser_wrapper{
    overflow-y: scroll;
    opacity: 1;
}
.mobile.web_sim {
    width: 27.5%;
    float: left;
}
.web_sim p {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 999;
    opacity: 1;
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
}
.web_sim.active p {
    opacity: 0;
    z-index: -999;
}
.mobile.web_sim .browser_wrapper {
    aspect-ratio: 9 / 17;
    width: 100%;
}
.mobile_view {
    display: flex;
    align-items: center;
    margin-top: 140px;
    float: left;
}
.mobile_view h4 {
    margin-bottom: 30px;
    margin-top: 30px;
}
.web_sim_header h4, .mobile_view h4 {
    font-size: 30px;
}
.key_words {
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    margin-top: 140px;
    border-top: 1px solid #c0c0c0;
    padding-top: 120px;
    float: left;
    width: 100%;
    margin-bottom: 120px;
}
.key_words p {
    font-size: 15px;
    display: inline-block;
    font-weight: 400;
    width: 80%;
    color: #969696;
    line-height: 140%;
    margin: 0;
}
/*ABOUT*/
.first_section.about_page .feature_box:last-child {
    margin-bottom: 0;
}
/*CONTACT*/
ul#contact_list {
    list-style: none;
    padding: 0;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}
ul#contact_list li:first-child {
    font-size: 20px;
    background: none;
    margin-bottom: 4px;
    margin-left: 8px;
    color: #000;
}
ul#contact_list li {
    display: inline-flex;
    align-items: center;
    width: 100%;
    float: left;
}
ul#contact_list li a {
    text-decoration: none;
    color: #111111;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
ul#contact_list li:hover {
    color: #000!important;
}
ul#contact_list li a:hover {
    background: #1bea23!important;
    color: #000!important;
}
ul#contact_list li a {
    text-decoration: none;
    color: #3c3c3c;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    padding: 2px 8px;
    line-height: 24px;
    border-radius: 4px;
}
ul#contact_list a:hover {
    color: #1bea23;
}
.contact_page .feature_box .intro{
    font-size: 15px!important;
    text-transform: uppercase;
    font-weight: 600!important;
    color:#959595!important;
    letter-spacing: 0.03em;
}
ul#contact_list .icon {
    width: 30px;
    height: 22px;
    display: inline-block;
    margin-right: 10px;
}
.mail.icon {
    background-image: url(../images/mail.svg);
}
.phone.icon {
    background-image: url(../images/phone.svg);
}
.address.icon {
    background-image: url(../images/address.svg);
}
.contact_person {
    margin: 30px 0;
}
.contact_person #role {
    text-transform: uppercase;
    display: block;
    padding: 8px 14px;
    background: #96969640;
    color: #676767;
    text-align: center;
    line-height: 10px;
    font-size: 14px;
    letter-spacing: 0.04em;
    margin-bottom: 30px;
    border-radius: 2px;
}
.contact_inner {
    display: flex;
    align-items: center;
}
.contact_inner img {
    width: 90px;
}
/*NAVBAR HOVER*/
.overlaymenu {
    position: absolute;
    background-color: #1bea23;
    z-index: 1;
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
    opacity: 0;
    height: 2px!important;
    bottom: 42px;
}
.header__row.active .overlaymenu {
    bottom: -1px;
    height: 3px!important;
    z-index: -9;
}
.header__row .overlaymenu {
    bottom: 20px;
    height: 2px!important;
    z-index: -9;
}
.overlaymenu.active_hover{
    opacity: 1;
}
/*GALLERY*/
.gallery {
    display: inline-block;
    width: 100%;
    float: left;
    background: #000;
    color: #fff;
    padding-bottom: 70px;
    overflow: hidden;
}
.fancybox__container {
    z-index: 99999999999!important;
}
.item.gallery_item p {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    z-index: 9;
    position: relative;
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    border-color: #1bea23!important;
    opacity: 0.8!important;
    border: 3px solid #1bea23!important;
}
.item.gallery_item {
    cursor: pointer;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    text-decoration: none;
}
.gallery .owl-item.active.center {
    max-width: 1440px;
}
.gallery .owl-carousel .owl-stage-outer {
    overflow: visible !important;
}
.gallery .screen_count {
    position: absolute;
    right: 20px;
    top: 20px;
    text-align: center;
    min-width: 86px;
    color: #fff;
    background: #00000080;
    border-radius: 4px;
    padding: 20px 25px;
    backdrop-filter: blur(10px);
    z-index: 9;
}
span#count {
    z-index: 999999;
    position: relative;
    display: block;
    font-size: 15px;
    letter-spacing: 0.02em;
}
.locations {
    display: none;
}
.check_gallery {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: calc(50% - 60px);
    z-index: 9;
}
.item.gallery_item .check_gallery .btn {
    background: #1bea23;
    color: #000;
    box-shadow: 0px 6px 10px 0px #0000000f;
    opacity: 0;
    transform: translateY(50px);
    -moz-transition: all .3s cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all .3s cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all .3s cubic-bezier(0.645,0.045,0.355,1);
}
.item.gallery_item:hover .check_gallery .btn {
    opacity: 1;
    transform: translateY(0px);
}
.gallery .owl-item p{
    opacity: 0;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.gallery .owl-item.active.center p{
    opacity: 1;
}
.overlay_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #000;
    opacity: 0;
    -moz-transition: all .3s cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all .3s cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all .3s cubic-bezier(0.645,0.045,0.355,1);
}
.item.gallery_item:hover .overlay_bg {
    opacity: 0.45;
}
/*SECTION FILES*/
.files_section {
    background: #e5e5e5;
    padding-bottom: 100px;
    display: inline-block;
    width: 100%;
    float: left;
}
.download_files {
    width: calc(100% + 15px);
    display: inline-block;
    margin-left: -15px;
}
.download_button {
    width: calc(33.33333% - 15px);
    cursor: pointer;
    float: left;
    margin-left: 15px;
    position: relative;
    padding: 40px 30px 32px;
    background: #ffffff;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    box-shadow: 0px 6px 10px 0px #0000000f;
}
.download_button:hover {
    background: #1bea23;
    transform: translateY(-10px);
}
.download_button.col-33 span {
    font-size: 14px;
    line-height: 22px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
}
.download_button:before {
    content: "";
    background: url(../images/download.svg);
    width: 22px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    float: right;
    position: absolute;
    right: 30px;
    top: calc(50% - 8px);
}
.download_button span:before {
    content: "";
    background: url(../images/pdf.svg);
    width: 34px;
    height: 46px;
    display: inline-block;
    margin-right: 26px;
    margin-top: -5px;
    background-repeat: no-repeat;
}
.tel_form {
    position: relative;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: 0!important;
    color: #fff;
    font-size: 14px;
    margin: 0!important;
    padding: 0;
    position: absolute;
    top: 50px;
}
form.wpcf7-form.invalid {
    margin: 0!important;
}
.tel_form p {
    margin: 0!important;
}
.wpcf7-spinner {
    position: absolute!important;
    left: 0!important;
    top: 100px!important;
}
form.wpcf7-form.sent,form.wpcf7-form.init {
    margin: 0;
}
.wpcf7-not-valid-tip {
    color: #959595!important;
    font-size: 14px!important;
    font-weight: normal;
    display: block;
    position: absolute;
    top: 50px;
    display: none;
}
.wpcf7-response-output {
    border: none!important;
    position: absolute;
    color: #fff;
    margin: 0!important;
    padding: 0!important;
    top: 100px;
}
/* OFFER*/
.process {
    float: left;
    width: 100%;
    background: #E5E5E5;
    position: relative;
    padding-bottom: 30px;
}
.process .section_title {
    margin: 100px 0 70px;
}
.process_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 24px);
}
.process_box {
    width: calc(33.33333% - 40px);
    box-sizing: border-box;
    margin-right: 40px;
    margin-bottom: 50px;
}
.process h5 {
    font-size: 24px;
    margin: 0;
    font-family: 'AllianceNo2Medium';
    font-weight: 100;
}
.process p {
    font-size: 16px;
    line-height: 140%;
    margin: 30px 0;
}
.custom.call-to-action .cta_bg {
    background: #000;
    position: relative;
    color: #fff;
    padding: 100px 0 60px;
    height: auto;
}
.custom #call-to-action {
    position: relative;
    z-index: 999;
}
.credits_showcase {
    position: absolute;
    display: inline-flex;
    z-index: 99999;
    bottom: 16px;
    left: 20px;
    padding: 8px 14px;
    background: #00000080;
    color: #cccccc;
    text-align: center;
    line-height: 14px;
    font-size: 14px;
    letter-spacing: 0.04em;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    border-radius: 2px;
    text-decoration: none;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    backdrop-filter: blur(10px);
    align-items: center;
}
.feature_box.left .credits_showcase {
    right: 10px;
    left: auto;
}
.credits_showcase:hover {
    color: #1bea23;
}
.process h5 i {
    font-style: normal;
    font-weight: 600;
    color: #1bea23;
    max-width: 50px;
    max-height: 50px;
    display: block;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    background: url(https://mediapark.pl/wp-content/themes/mediapark/images/square_bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}
.credits_showcase img {
    margin-right: 10px;
    filter: invert(40%) sepia(0%) saturate(100%) hue-rotate(359deg) brightness(105%) contrast(100%);
}



@media(max-height: 764px){
    .hero_recent {
        bottom: 30px;
    }
    .hero h1 {
        font-size: 64px;
    }
}


@media(max-width: 1440px){
.container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}
.call-to-action .text-container {
    width: 100%;
}
.text-container h4 {
    font-size: 30px;
    line-height: 36px;
}
#call-to-action button.owl-prev {
    left: 30px!important;
}
#call-to-action button.owl-next{
    right: 30px!important;
}
.call-to-action .text-container {
    width: 50%;
}
.first_row div:nth-child(6) {
    left: 30px;
}
.second_row div:nth-child(6) {
    margin-right: 30px;
}
.first_row div:nth-child(6), .second_row div:nth-child(6) {
    width: calc(10.7%);
}
.image_feature_box_right {
    width: calc(50%);
}
.feature_box.left .empty-space {
    width: calc(50% + 30px);
    min-height: 60vh;
}
.feature_box_row {
    width: calc(50% - 100px);
    min-height: 60vh;
}
}

@media(max-width:1280px) and (max-height:800px){
.hero_content p {
    display:none;
}
.hero_content .main-content {
    bottom: 10%;
}
.hero_content .main-content .col-60 {
    width: 100%;
}
}
@media(max-width:1280px) and (max-height:400px){
.hero_content p {
    display:none;
}
.hero_content .main-content {
    bottom: 10%;
}
}
@media(max-width: 1024px){
.menu-item-has-children:hover .sub-menu {
    display: none;
    margin: 0!important;
    z-index: 99999;
    top: 0;
}
.menu-item-has-children .sub-menu {
    opacity: 0!important;
    display: block!important;
    max-height: 0px!important;
    transition: 0.6s cubic-bezier(0.645,0.045,0.355,1)!important;
    padding: 0!important;
}
.menu-item-has-children .sub-menu.active-sub {
    display: block!important;
    opacity: 1!important;
    max-height: 999px!important;
}
.menu-item-has-children > a:before {
    height: 18px;
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
}
.sub-menu {
    height: fit-content;
    transition: all 0.3s ease-out;
    overflow: hidden;
    padding: 10px 0px;
    z-index: 1;
    background: none;
    box-shadow: none;
    display: none;
    width: 100%;
    text-align: center;
    position: relative;
    left: 0px;
    margin-top: 0px!important;
}
ul.sub-menu li {
    display: block;
    padding: 0!important;
    margin: 0!important;
}
ul.sub-menu a {
    color: #969696;
    font-size: 18px!important;
    margin: 0!important;
    padding: 0!important;
    line-height: 48px!important;
}
.header__row .overlaymenu {
    display: none!important;
}
.header__menu ul.sub-menu li:hover {
    background: none;
}
.header__menu ul.sub-menu li:hover a {
    color: #1bea23;
}


.breadcrumbs {
    margin-top: 0;
    margin-bottom: 40px;
}
.web_sim_header {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.key_words {
    padding-top: 100px;
    margin-bottom: 100px;
    margin-top: 60px;
}
.key_words p {
    width: 80%;
}
.mobile_view {
    align-items: center;
    width: 100%;
    flex-direction: column;
    margin-top:80px;
}
.mobile.web_sim {
    width: 50%;
    margin-left: 0!important;
    margin-bottom: 50px;
}
.project_mockup {
    margin-top: -150px;
    margin-left: 0;
}
.scope li {
    margin-bottom: 5px;
}
.section_header .col-50 {
    width: 100%;
    text-align: left!important;
}
.section_header .col-50:first-child {
    margin-bottom: 20px;
}
.hero_content .main-content .col-60 {
    width: 100%;
}
.header__row{  
	z-index: 9999999;
}
.header__row.active {
    z-index: 999999999;
}
.hero h1:before{
    display: none;
}
.header__menu.active {
    overflow-y: scroll;
}
.header__menu ul {
    padding: 0;
}
.mobile__logo a {
    display: inline-block;
    margin-top: 8px;
}
.mobile__logo img {
    max-width: 240px;
}
.hero_content p {
    width: 60%;
}
.hero_content .main-content img {
    display: none;
}
.hero_content .main-content .col-40 {
    width: 100%;
}
.hero h1 {
    font-size: 64px;
}
.subpage_variant_content h1 {
    font-size: 48px;
    margin: 0!important;
}
#menu-menu_header_right li:last-child:before{
    display: none;
}
.header__menu li a {
    font-size: 24px;
    margin-left: 0px;
    line-height: 80px;
}
.header__row.active .header__menu li a {
    line-height: 80px;
}
.header__menu li {
    display: block;
    width: max-content;
    overflow: hidden;
}
.menu-menu_header-container {
    width: 100%;
}
.header__logo {
    display: none;
}
.mobile__logo{
    display: block;
}
.header__burger {
    display: block;
    z-index: 98;
    margin-left: 30px;
}
.header__menu {
    width: 0;
    position: fixed;
    left: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    height: 100vh;
    padding-top: 100px;
    display: block;
    transition: 300ms;
    background: #000;
    overflow: hidden;
}
.quick_contact .container {
    display: inline-block!important;
}
.quick_contact .container .head {
    width: 30%;
}
.quick_contact .container .mail {
    width: 40%;
}
.quick_contact .container .call {
    width: 30%;
}
.quick_contact .container .tel {
    width: 70%;
    margin-left: 30%;
}
.quick_contact .section_header {
    padding: 28px 0 100px;
}
.header__menu li:last-child a {
    font-size: 18px;
}
.call-to-action .text-container {
    width: 70%;
}
.feature_box_row {
    width: calc(50% - 30px);
}
.item.more_features_field {
    width: calc(45%);
    margin-right: 4%;
    margin-bottom: 30px;
}
.more_features {
    padding-bottom: 70px;
}
#references {
    padding: 30px 0;
}
#references button.owl-prev {
    left: 10px!important;
}
#references button.owl-next {
    right: 10px!important;
}
.case_study .section_header {
    display: inline-flex;
    width: 100%;
    padding: 70px 0 50px;
    flex-direction: column-reverse;
}
.case_study .col-30{
    width: 100%;
}
.case_study .scope {
    margin-left: 0;
}
.case_study .col-20 {
    width: 50%;
    margin-top: 27px;
}
.project_logo img {
    max-width: 15vw;
    max-height: 8vw;
}
.case_study_content .project_main {
    margin-bottom: 80px;
}
.process_box {
    width: calc(50% - 40px);
}
}

@media(max-width: 768px){
.service_wrapper {
    padding: 0 20px;
}
.hero_content p {
    width: 80%;
}
.hero h1 {
    font-size: 9vw;
}
.welcome {
    background-position: 50% 50%;
}
.welcome .col-40 {
    padding: 0%!important;
}
.welcome ul {
    padding: 0;
}
.quick_contact .container .mail {
    width: 70%;
}
.quick_contact .container .call {
    width: 70%;
    margin: 40px 0;
}
.project_case, .project_case, .project_img .img {
    max-height: calc(100vh - 140px);
}
.title_box .btn-link {
    bottom: 40px;
}
.project_titles {
    bottom: 30px;
    position: absolute;
}
.project_titles .title{
    padding: 0;
}
.title_box .btn-link {
    bottom: 10px;
}
.project_case:hover .btn-link {
    bottom: 10px;
}
.project_logo {
    top: 30px;
    right: 30px;
}
.video-container {
    top: 34%;
}
.call-to-action .active.center h4 {
    font-size: 36px;
    line-height: 48px;
}
#call-to-action .owl-item .item p {
    font-size: 20px;
    line-height: 28px;
}
.call-to-action .text-container {
    width: calc(100% - 150px);
}
.table.container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column-reverse;
    flex-flow: column-reverse;
}
#references {
    width: 100%;
    margin-left: 0;
    order: 1;
    margin-top: 0;
    margin-bottom: 0;
}
.first_row div:nth-child(6), .second_row div:nth-child(6) {
    position: relative;
    left: auto!important;
    width: 20%;
    margin-right: 13%;
}
.second_row div:nth-child(5), .first_row div:nth-child(5) {
    margin-right: 13%!important;
}
.first_row, .second_row {
    width: calc(100% + 16.5%);
}
#references .item.reference {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
.biz_logo {
    width: calc(20%);
    margin-right: 12.9%;
    margin-bottom: 6%;
}
.quotation_wrapper {
    width: 100%;
}
.image_feature_box_right {
    position: relative;
    height: 400px;
    width: 100%;
}
.feature_box_left {
    width: 100%;
}
.feature_box_row {
    width: 100%;
    min-height: auto;
    margin-top: 50px;
}
.feature_box.left .empty-space {
    display: none;
}
.biz_logo img {
    background: #ffffff;
    padding: 20px;
    border: 1px solid #4d4d4d30;
}
.second_row {
    margin-top: 50px;
}
.section_header {
    padding: 80px 0 50px;
}
.clients_reference {
    padding-bottom: 80px;
}
.project_case {
    margin-bottom: 80px;
}
.first_section .section_header h2 {
    font-size: 36px;
    line-height: 48px;
}
#feature_boxes .feature_box h2 {
    font-size: 30px;
    line-height: 40px;
}
.subpage_header h1 {
    font-size: 36px;
}
.breadcrumbs ul {
    margin: 15px 0 17px;
}
.feature_box {
    margin-bottom: 50px;
}
.quotation {
    padding: 80px 0;
}
.nav-list {
    display: inline-block;
    height: auto;
    position: relative;
    width: 100%;
}
.isotope_menu .button-group .button {
    width: 100%;
}
.nav-list .overlay.active {
    left: 0!important;
}
.case_study_content .project_main {
    margin-bottom: 50px;
}
.download_button {
    width: calc(100% - 15px);
    margin-bottom: 20px;
}
.hero_recent {
    flex-direction: row;
    align-items: flex-end;
    width: calc(100% - 30px)!important;
    justify-content: space-between;
    left: 0;
    bottom: 15px;
    margin-left: 15px;
}
.hero_btn {
    margin-left: 0;
}
.clients {
    padding: 30px 0;
}
.web_sim {
    padding: 0 6px;
    border-top: 6px solid #000;
    border-bottom: 6px solid #000;
}
.feature_box.left .credits_showcase, .feature_box .credits_showcase {
    right: 10px!important;
    left: auto!important;
}
.first_section {
    margin-top: 0;
}
}

@media(max-width: 670px){
.project_case .scope {
    display: none;
}
.title_box .btn-link {
    display: none;
}
footer .col-30.socialmedia {
    display: none;
}
footer .credits.col-70 {
    width: 100%;
}
footer .seo.col-80 {
    width: 100%;
    margin-top: 20px;
}
footer .container {
    display: inline-block!important;
}
footer .socialmedia {
    width: 100%;
    text-align: left;
}
footer .socialmedia a {
    margin-left: 0;
    margin-right: 15px;
}
footer .credits.col-70 a {
    display: block;
    margin: 0!important;
}
footer {
    display: flex;
    flex-flow: column;
    background-position: 80%;
}
footer div:first-child {
    order: 2;
}
}

@media(max-width: 540px){
.key_words p {
    width: 100%;
}
.project_element {
    max-width: 100%;
    left: 0!important;
    right: 0!important;
    text-align: center;
    padding: 20% 40px;
}
.hero_content p {
    display: none;
}
.quick_contact .container .head, .quick_contact .container .mail, .quick_contact .container .call,.quick_contact .container .tel {
    width: 100%;
    margin-left: 0;
}
.quick_contact .section_header {
    padding: 0px 0 80px;
}
.head.col-20 h2 {
    transform: translateY(0px)!important;
}
#call-to-action button.owl-prev, #call-to-action button.owl-next {
    top: inherit;
    bottom: 0;
}
.call-to-action .text-container {
    width: 100%;
}
.call-to-action .cta_bg {
    padding: 90px 0;
    max-height: 500px;
}
.item.more_features_field {
    width: calc(100% - 30px);
}
#references button.owl-prev, #references button.owl-next {
    top: auto;
    bottom: 40px;
}
#references .item.reference {
    width: 100%;
    padding: 0 20px;
}
.breadcrumbs ul li {
    font-size: 14px;
}
.biz_logo {
    width: calc(25%);
    margin-right: 5.4%;
    margin-bottom: 6%;
}
.biz_logo img {
    padding: 10px;
}
.first_row div:nth-child(6), .second_row div:nth-child(6) {
    width: calc(25%);
    margin-right: 6%;
}
.second_row div:nth-child(5), .first_row div:nth-child(5) {
    margin-right: 5.4%!important;
}
.project_img {
    height: 50vh;
}
.case_study_content .project_main {
    margin-bottom: 30px;
}
.hero_recent {
    display: block;
}
.hero_recent .project_title {
    font-size: 32px;
}
.hero_recent span {
    font-size: 12px;
}
.hero_recent {
    padding: 20px 15px;
}
.project_img img {
    height: 100%;
}
.mobile.web_sim {
    width: 100%;
}
.case_study .col-20 {
    width: 100%;
}
.process_wrapper {
    display: block;
    width: 100%;
}
.process_box {
    width: 100%;
    margin-right: 0;
}
.custom.call-to-action .text-container {
    padding: 0 20px;
}
.custom.call-to-action .text-container p {
    font-size: 18px;
    line-height: 140%;
}
.custom.call-to-action .cta_bg {
    padding: 80px 0 60px;
}
}

@media(max-width: 425px){
.project_titles {
    bottom: 20px;
}
.project_titles {
    padding: 0 20px;
}
.project_element {
    padding: 20% 20px;
}
.project_case, .project_case, .project_img .img {
    max-height: calc(100vh - 140px);
}
.project_case{
    margin-bottom: 60px;
}
.contact_link {
    font-size: 1.4em;
}
.services h4 {
    font-size: 24px;
    line-height: 32px;
}
.services.owl-carousel .owl-item img {
    width: 80px;
}
.call-to-action .active.center h4 {
    font-size: 30px;
    line-height: 42px;
}
#call-to-action .owl-item .item p {
    font-size: 18px;
    line-height: 24px;
}
.btn-more.btn {
    padding: 21px 0px;
    width: 100%;
}
#call-to-action .owl-item .btn {
    width: 100%;
    padding: 9px 0px;
}
.container {
    padding-right: 20px;
    padding-left: 20px;
}
.mobile__logo {
    margin-left: 20px;
}
.header__burger {
    right: 20px;
}
h2 {
    font-size: 32px;
    line-height: 46px;
}
video {
    opacity: 0.8;
}
.project_logo {
    top: 20px;
    right: 20px;
}
.breadcrumbs ul li {
    line-height: 24px;
}
.col-50 {
    width: 100%;
}
.case_study .col-20 {
    width: 100%;
    text-align: left!important;
}
.project_logo img {
    max-width: 30vw;
    max-height: 15vw;
}
.project_case .shadow {
    opacity: 0.4!important;
    width: 100%!important;
}
ul#contact_list {
    margin-left: 10px;
}
.contact_person {
    width: 100%;
}
.contact_inner img {
    width: 70px;
}
}

@media(max-width: 320px){
.contact_link {
    font-size: 1.4em;
}
.mobile__logo img {
    max-width: 180px;
}
.services h4 {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}
.subpage_header h1 {
    font-size: 30px;
}
.subpage_hero_content {
    padding: 100px 0 1px;
}
}



