body {
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-name: fadeIn;
    animation-duration: 1s;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding-top: 100px;
}
body.home {
    padding-top: calc(45vw + 80px);
}
* {
    outline: none;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.marg-top {
    margin-top: 60px;
}
.marg-top-big {
    margin-top: 100px;
}
.marg-bottom {
    margin-bottom: 60px;
}
.absolute-link {
    position: relative;
}
.absolute-link .absolute-link__item {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
}
.position-relative {
    position: relative;
}
.section-heading {
    font-size: 40px;
    line-height: 52px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.page-heading {
    font-size: 24px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    margin-bottom: 60px;
}
.text-center {
    text-align: center;
}
main {
    background-color: #fff;
    position: relative;
    padding-top: 80px;
}
.cbtn {
    font-size: 25px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 66px;
    transition: .3s;
}
.cbtn--orange {
    background-color: #F7931E;
    color: #fff;
}
.cbtn--orange:hover {
    background-color: #000;
    color: #fff;
}

/* @ @ HEADER @ @ */
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    z-index: 999999;
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
/* menu button start */
.nav-icon {
    width: 33px;
    height: 23px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 999999;
    position: relative;
    display: none;
}
.nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.nav-icon span:nth-child(1) {
    top: 0px;
}
.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
    top: 10px;
}
.nav-icon span:nth-child(4) {
    top: 20px;
}
.nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
.nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
/* menu button end */

/* menu start */
.header__wrapper ul li.current-menu-item a {
    color: #F7931E;
}
/* menu end */
/* @ @ HEADER END @ @ */

/* @ @ BANER START @ @ */
.baner {
    max-width: 100%;
    position: relative;
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: 45vw;
    min-height: 400px;
    max-height: 900px;
}
.baner__video {
    background-color: #000;
}
.baner video {
    width: 100%;
    object-fit: cover;
    opacity: .5;
    height: 45vw;
}
.baner__txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.baner h1 {
    font-size: 52px;
    line-height: 56px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 0px 3px rgba(255, 255, 255, .7);
}
.baner p {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, .7);
}
/* @ @ BANER END @ @ */

/* @ @ ICONS START @ @ */
.icons header {
    margin-bottom: 80px;
}
.icons__item {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 120px;
}
.icons__item svg,
.icons__item img {
    max-height: 90px;
}
.icons__item h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 10px;
}
/* @ @ ICONS END @ @ */

/* @ @ MOVIE START @ @ */
.movie header h2 {
    font-size: 20px;
    line-height: 28px;
}
.movie__video {
    margin-top: 40px;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}
.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.movie video {
    width: 100%;
}
/* @ @ MOVIE END @ @ */

/* @ @ PRODUCTIONS START @ @ */
.productions {
    margin-top: 100px;
}
.home .productions {
    margin-top: 200px;
}
.productions header {
    margin-bottom: 80px;
}
.productions__wrapper {
    padding-left: 10px;
    padding-right: 10px;
}
.productions__item {
    margin-bottom: 100px;
}
.productions__item iframe {
    width: 100%;
    height: 225px;
}
.productions__item p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
/* @ @ PRODUCTIONS END @ @ */

/* @ @ CLIENTS START @ @ */
.clients {
    background-color: #EEEEEE;
    padding-top: 100px;
    padding-bottom: 120px;
    margin-top: 200px;
}
.clients header {
    margin-bottom: 30px;
}
.clients__item {
    padding: 20px;
}
.clients__slider .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    display: flex;
    margin-top: 20px;
}
.clients__slider .slick-dots li {
    cursor: pointer;
    width: 12px;
    height: 12px;
    background-color: #000;
    border-radius: 50%;
    margin: 0 5px;
}
.clients__slider .slick-dots li.slick-active {
    background-color: #F7931E;
}
.clients__slider .slick-dots button {
    font-size: 0;
    background-color: transparent;
    border: none;
}
.clients__slider .slick-track {
    text-align: center;
}
/* @ @ CLIENTS END @ @ */

/* @ @ CONTACT FORM START @ @ */
.cf {
    padding-top: 40px;
}
.cf--home {
    margin-top: 120px;
}
.cf header {
    margin-bottom: 80px;
}
.cf input:not([type='submit']):not([type='checkbox']),
.cf textarea {
    border: none;
    border-bottom: 2px solid #000;
    padding: 2px 10px;
    font-family: 'Open Sans', sans-serif;
    resize: none;
    width: 100%;
    font-size: 20px;
    margin-bottom: 60px;
}
.cf input:not([type='submit']):not([type='checkbox'])::placeholder,
.cf textarea::placeholder {
    color: rgba(0,0,0, .5);
}
.cf input[type='submit'] {
    font-size: 25px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 66px;
    transition: .3s;
    background-color: #F7931E;
    color: #fff;
    border: none;
    cursor: pointer;
}
.cf input[type='submit']:hover {
    background-color: #000;
    color: #fff;
}
.cf-right__wrapper {
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.cf__links {
    text-align: center;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 60px;
    font-weight: 600;
    letter-spacing: 1.25px;
}
.cf__links figure {
    margin-bottom: 10px;
}
.cf__links p {
    margin: 0;
}
.cf__links a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
.cf__socials a {
    margin: 0 15px;
}
.cf__socials svg {
    width: 40px;
    height: 45px;
}
.cf__socials svg path {
    fill: #F7931E;
    transition: .3s;
}
.cf__socials a:hover svg path {
    fill: #fff;
    transition: .3s;
}
.cf .wpcf7-acceptance {
    font-size: 12px;
    color: #000;
    line-height: 18px;
}
.cf .wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}
.cf .wpcf7-acceptance .wpcf7-list-item a {
    font-weight: 600;
}
.rcaptcha {
    line-height: 18px;
    font-size: 12px;
    display: block;
    margin-top: 10px;
    color: #000;
}
.rcaptcha a {
    font-weight: 600;
}
/* @ @ CONTACT FORM END @ @ */

/* @ @ FOOTER START @ @ */
.call {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #F7931E;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 12px rgba(0,0,0, .3);
    animation: callto 5s linear 2s infinite;
}
@keyframes callto {
    0%   {transform: scale(1);}
    50%  {transform: scale(1.1);}
    100% {transform: scale(1);}
}
.call svg {
    width: 20px;
    height: 20px;
}
.call svg path {
    fill: #fff;
}
.footer {
    background-color: #000000;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 100px;
}
.footer p {
    margin: 20px 0 0 0;
}
.footer__item p,
.footer__item a {
    color: #B9B9B9;
    font-size: 16px;
    line-height: 28px;
}
/* @ @ FOOTER END @ @ */

/* @ @ OFFER START @ @ */
.offer {
    margin-top: 160px;
}
.offer__desc {
    padding-left: 9vw;
    padding-right: 9vw;
    margin-bottom: 30px;
}
.offer__movie iframe {
    width: 100%;
    height: 700px;
}
.process {
    padding-top: 140px;
    padding-bottom: 140px;
    margin-top: 200px;
    background-color: #EEEEEE;
}
.process__item {
    margin-top: 100px;
}
.process__wrapper {
    position: relative;
}
.process__number {
    position: absolute;
    top: 0;
    left: 5vw;
    font-size: 200px;
    line-height: 145px;
    color: rgba(247, 147, 30, .1);
    font-weight: 800;
}
.process h3 {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    color: #F7931E;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
}
.process p {
    font-size: 24px;
    line-height: 34px;
    margin: 20px 0 0 0;
    text-align: center;
    font-weight: 600;
}
.offer-info {
    margin-top: 200px;
}
.offer-info__desc {
    margin-top: 30px;
    padding-left: 4vw;
    padding-right: 4vw;
}
/* @ @ OFFER END @ @ */

/* @ @ BLOG START @ @ */
.blog {
    margin-top: 80px;
}
.blog-item {
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    margin-top: 60px;
}
.blog-item__desc {
    background-color: #EEEEEE;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.blog-item__desc p {
    margin: 0 0 60px 0;
}
.blog-item__desc a {
    margin-bottom: 20px;
    display: inline-block;
}
.blog-item__video {
    background-color: rgba(247, 147, 30, .1);
    padding: 0;
}

.blog-item__video figure img,
.blog-item__video video {
    width: 100%;
}
.blog-item__video p {
    padding: 100px 80px 30px 60px;
    letter-spacing: 1.25px;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}
/* @ @ BLOG END @ @ */
.grecaptcha-badge {
    visibility: hidden;
    z-index: -99999;
    height: 0;
    width: 0;
}

.wtxt__wideo iframe {
    width: 100%;
    min-height: 100%;
}

.itxt {
    margin-top: 80px;
}
.itxt__wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-left: calc(4vw - 15px);
    padding-right: calc(4vw - 15px);
}
.itxt__img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.itxt__title {
    font-weight: 700;
}
.itxt__content {
    font-size: 20px;
    line-height: 30px;
}
/* @ @ MEDIA START @ @  */
@media(min-width: 2100px) {
   
}
@media(max-width: 1500px) {
   
}
@media(max-width: 1280px) {
}
@media(max-width: 1200px) {
  
}
@media(max-width: 1100px) {
    body.home {
        padding-top: calc(80vw + 80px);
    }
    .baner {
        height: 80vw;
    }
    .baner video {
        height: 80vw;
    }
}
@media(min-width: 993px) {
    .header {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .header__mobile {
        display: none;
    }
    .header__wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header__wrapper ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
    .menu-menu-glowne-prawe-container {
        width: 100%;
    }
    .header__wrapper li {
        text-align: center;
    }
    .header__wrapper ul li a {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
    }
    .header__wrapper ul li a:hover {
        color: #F7931E;
    }
    .header__wrapper ul ul {
        display: none;
    }
    .header__logo {
        text-align: center;
    }
    .header__right {
        display: flex;
    }
    .header__socials {
        display: flex;
        justify-content: space-around;
    }
    .header__socials a {
        display: inline-block;
        margin: 0 15px;
    }
    .header__socials a svg {
        max-width: 30px;
    }
    .header__socials a svg path {
        transition: .3s;
    }
    .header__socials a:hover svg path {
        fill: #F7931E;
    }
    
    .cf {
        padding-bottom: 100px;
    }
    .cf-left {
        padding-right: 40px;
    }
    .cf-right {
        padding-right: 40px;
    }

    .offer-info {
        padding-bottom: 100px;
    }

    .blog-item {
        margin-bottom: 80px;
    }
    .blog-item:nth-child(even) {
        flex-direction: row-reverse;
    }
    .blog-item:nth-child(even) .blog-item__desc {
        padding-left: 6vw;
        padding-right: 3vw;
    }
    .blog-item:nth-child(odd) .blog-item__desc {
        padding-right: 6vw;
        padding-left: 3vw;
    }
}
@media(max-width: 1360px) {
    .header__wrapper ul li a {
        font-size: 14px;
    }
}
@media(max-width: 992px) {
    .header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header__mobile {
        display: flex;
        width: 100%;
    }
    .header__wrapper {
        display: none;
    }
    .header__btn {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .nav-icon {
        display: block;
    }
    .header__socials {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
    }
    .header__socials a {
        margin: 0 10px;
        display: flex;
    }
    .header__socials a svg {
        width: 20px;
        max-height: 20px;
    }
    .header__menu {
        position: fixed;
        top: 80px;
        left: -150%;
        width: 100%;
        height: 100%;
        padding-left: 40px;
        padding-top: 20px;
        transition: .5s;
        background-color: #fff;
    }
    .menuopened .header__menu {
        left: 0;
    }
    .header__menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .header__menu ul li {
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    .baner {
        top: 80px;
    }
    .icons__item {
        margin-bottom: 40px;
    }

    .cf-right {
        margin-top: 40px;
    }
    
    .offer {
        margin-top: 60px;
    }
    .offer__movie iframe {
        height: 400px;
    }
    .process {
        margin-top: 60px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .process__number {
        left: 0;
    }
    .offer-info {
        margin-top: 60px;
    }

    .cf--home,
    .clients,
    .home .productions,
    .productions {
        margin-top: 60px;
    }
    .clients {
        padding-top: 60px;
    }
    .blog {
        margin-top: 30px;
    }
    .blog-item__video p {
        padding: 60px;
        margin: 0;
    }

    .cf--home {
        padding-top: 0;
    }
    .cf header {
        margin-bottom: 30px;
    }
    .cf input[type='submit'] {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .call {
        display: flex;
    }

    .wtxt__wideo iframe  {
        min-height: initial;
    }

    .itxt {
        margin-top: 60px;
        padding-bottom: 30px;
    }
    .itxt .section-heading {
        text-align: center;
    }
    .itxt__content {
        font-size: inherit;
        line-height: inherit;
        margin-bottom: 30px;
    }
}
@media(max-width: 767px) {
    .marg-top-big {
        margin-top: 60px;
    }
    .section-heading {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 2px;
    }
    .cf input[type='submit'],
    .cbtn {
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        font-weight: 600;
        padding: 14px 66px;
        transition: .3s;
    }
    body.home {
        padding-top: calc(600px + 80px);
    }
    main {
        padding-top: 20px;
    }
    .baner {
        height: 400px;
    }
    .baner video {
        height: 400px;
    }
    .baner__txt {
        width: 100%;
    }
    .baner h1 {
        font-size: 36px;
        line-height: 42px;
    }
    .baner p {
        font-size: 16px;
        line-height: 24px;
    }

    .icons header {
        margin-bottom: 30px;
    }
    .icons__item {
        margin-bottom: 20px;
    }

    .productions {
        margin-top: 60px;
    }
    .productions header {
        margin-bottom: 30px;
    }
    .productions__wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .productions__item {
        margin-bottom: 40px;
    }
    .productions__item p {
        font-size: 16px;
        line-height: 24px;
    }

    .cf__links,
    .cf__links a,
    .cf textarea,
    .cf input:not([type='checkbox']):not([type='submit']) {
        font-size: 16px;
    }
    
    .process {
        padding-top: 30px;
    }
    .process .process__item:first-of-type {
        margin-top: 30px;
    }
    .process h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .process p {
        font-size: 20px;
        line-height: 30px;
    }


}
@media(max-width: 500px) {
    .baner {
        top: 70px;
    }
    .header__menu {
        top: 65px;
    }
    .header__socials a {
        margin: 0 5px;
    }
    .header__socials {
        margin-right: 5px;
    }
    .header__logo img {
        min-width: 160px;
        width: 160px;
    }
}
/* @ @ MEDIA END @ @  */