@charset "UTF-8";

/*!
Theme Name: pixanet
Author: Miku
Description: Motyw wyjściowy
Version: 1.0.0
*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    color: #141414
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none;
    outline: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: Nippo-Medium;
    src: url(../fonts/Nippo-Medium.woff2) format("woff2"), url(../fonts/Nippo-Medium.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Nippo-Light;
    src: url(../fonts/Nippo-Light.woff2) format("woff2"), url(../fonts/Nippo-Light.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Nippo-Regular;
    src: url(../fonts/Nippo-Regular.woff2) format("woff2"), url(../fonts/Nippo-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

body {
    font-family: Nippo-Light
}

*,
::after,
::before {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
}

*,
div:focus {
    outline: 0 !important
}

body,
html {
    height: 100%;
    margin: 0;
    background: #000
}

body {
    overflow-x: hidden
}

html.disable-scroll {
    overflow: hidden
}

.container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto
}

.inner {
    position: relative
}

#primary {
    padding-top: 0 !important;
    position: relative
}

.wishlist-button {
    background-image: url(../images/Wishlist-Button.svg);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    text-decoration: none;
    display: block;
}

.wishlist-button:before {
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: ease-in-out .5s;
    transition: ease-in-out .5s
}

.header-wishlist-button {
    width: 356px;
    height: 106px;
    position: absolute;
    right: 5%;
    top: 45px;
    opacity: 0;
    z-index: 8;
    -webkit-transition: ease-in-out .5s;
    transition: ease-in-out .5s
}

.header-wishlist-button:before {
    width: 100%;
    height: 100%
}

.header-wishlist-button:hover:before {
    opacity: 1
}

@media (max-width:1300px) {
    .header-wishlist-button {
        width: 250px;
        right: 2%
    }
}

.header-wishlist-button.show {
    opacity: 1
}

@media (max-width:1000px) {
    .header-wishlist-button {
        display: none
    }
}

.home-wishlist-button {
    position: absolute;
    right: 10%;
    bottom: 15%;
    z-index: 9;
    width: 428px;
    height: 128px;
    z-index: 1
}

.home-wishlist-button:before {
    width: 100%;
    height: 100%
}

.home-wishlist-button:hover:before {
    opacity: 1
}

@media (max-width:1000px) {
    .home-wishlist-button {
        width: 255px;
        margin-left: auto !important;
        margin-right: auto !important;
        left: 0;
        right: 0
    }
}

.wishlist-button-menu-mobile {
    position: relative !important;
    margin-left: 60px;
    width: 221px;
    height: 66px;
    margin-top: 125px;
    top: 0 !important
}

.wishlist-button-menu-mobile:before {
    width: 100%;
    height: 100%
}

.wishlist-button-menu-mobile:hover:before {
    opacity: 1
}

.stripe-pc {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 7 !important
}

.stripe-pc-left {
    left: 0
}

.stripe-pc-right {
    right: -1px
}

.stripe-mobile {
    display: none
}

@media (max-width:1000px) {
    .stripe-pc {
        display: none
    }

    .stripe-mobile {
        display: block;
        width: auto;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 100000000000000020 !important
    }

    .stripe-mobile-left {
        left: 0
    }

    .stripe-mobile-right {
        right: 0
    }
}

.social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.social-icons img {
    height: 15px;
    margin-right: 45px
}

@media (max-width:1000px) {
    #masthead .social-icons {
        padding-right: 30px
    }

    #masthead .social-icons img {
        height: 20px;
        margin-right: 45px
    }
}

#contact .social-icons {
    width: 30%
}

#contact .social-icons img {
    height: 22px;
    margin-right: 45px
}

#contact .social-icons-contact-mobile {
    display: none
}

@media (max-width:1000px) {
    #contact .social-icons {
        margin-bottom: 20px;
        margin-bottom: 0;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 30px
    }

    #contact .social-icons-contact-mobile {
        display: block;
        background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(70%, rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, .5) 70%, rgba(0, 0, 0, 0) 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }
}

.section-bottom {
    position: absolute;
    z-index: 2;
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    height: inherit
}

.section-bottom img {
    display: block;
    height: auto;
    width: 100%
}

.section-bottom-header {
    top: 80px !important
}

@media (max-width:1000px) {
    .section-bottom-header {
        top: 60px !important
    }
}

.section-bottom-header-mobile {
    display: none
}

@media (max-width:1000px) {
    .section-bottom-header-mobile {
        display: block
    }

    .section-bottom-header-pc {
        display: none
    }
}

.section-bottom-2 {
    bottom: -1px
}

.section-bottom-4 {
    top: -1px
}

.section-bottom-4-mobile {
    display: none
}

@media (max-width:1000px) {
    .section-bottom-4-pc {
        display: none
    }

    .section-bottom-4-mobile {
        display: block
    }
}

#masthead {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6 !important;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 99;
    min-height: 80.84px;
    background: #000;
    padding-left: 5%;
    padding-right: 5%
}

@media (max-width:1000px) {
    #masthead {
        min-height: inherit;
        padding-left: 30px;
        padding-right: 30px
    }
}

#masthead .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#masthead .inner .social-icons {
    width: 38%
}

#masthead .inner .pc-navigation {
    width: 24%
}

#masthead .inner .header-wishlist-button-wrapper {
    width: 38%
}

@media (max-width:1300px) {
    #masthead .inner .social-icons {
        width: 30%
    }

    #masthead .inner .pc-navigation {
        width: 40%
    }

    #masthead .inner .header-wishlist-button-wrapper {
        width: 30%
    }
}

@media (max-width:1000px) {

    .header-wishlist-button-wrapper,
    .pc-navigation {
        display: none
    }
}

.pc-navigation #primary-menu {
    list-style-type: none !important;
    padding-left: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.pc-navigation #primary-menu li {
    margin-right: 0 !important
}

.pc-navigation #primary-menu li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Nippo-Light;
    font-size: 16px;
    letter-spacing: 2px
}

@media (max-width:1000px) {
    .pc-navigation {
        display: none
    }
}

#mobile-menu-button {
    display: none
}

@media (max-width:1000px) {
    #mobile-menu-button {
        display: block
    }
}

#mobile-menu-button {
    width: auto;
    cursor: pointer
}

#close-mobile-menu {
    color: #fff;
    position: absolute;
    z-index: 9999;
    top: 20px;
    right: 55px;
    cursor: pointer;
    width: 25px;
    height: auto
}

#site-navigation-mobile {
    display: none
}

#site-navigation-mobile.show-mobile-menu {
    visibility: visible
}

#site-navigation-mobile.hide-mobile-menu {
    visibility: hidden
}

@media (max-width:1000px) {
    #site-navigation-mobile {
        display: block;
        background: #000;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 999999999999 !important;
        padding-top: 55px;
        visibility: hidden
    }

    #site-navigation-mobile ul {
        width: 100%;
        list-style-type: none;
        padding-left: 60px;
        padding-right: 60px
    }

    #site-navigation-mobile ul li {
        margin-bottom: 45px
    }

    #site-navigation-mobile ul li a {
        width: 100%;
        color: #fff;
        text-transform: uppercase;
        font-weight: 400 !important;
        font-family: Nippo-Light !important;
        font-size: 20px !important;
        letter-spacing: 2px !important
    }

    #site-navigation-mobile .site-navigation-mobile-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

#cookieinfo {
    position: fixed;
    background-image: url(../images/Cookies-Frame.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 526.5px;
    height: 151.5px;
    color: #fff;
    z-index: 999999999999;
    left: 5%;
    bottom: 5%;
    font-size: 12px;
    line-height: 1.7em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#cookieinfo p {
    margin: 0;
    width: 80%;
    padding: 0 30px 30px;
    font-family: Nippo-Light;
    font-weight: 300 !important
}

#cookieinfo h3 {
    color: red;
    margin: 0 0 5px;
    width: 100%;
    padding: 30px 30px 0;
    font-family: Nippo-Medium;
    font-weight: 500
}

#cookieinfo #cookiebutton {
    padding-bottom: 30px;
    padding-right: 30px
}

#cookieinfo #cookielink {
    position: relative;
    background-image: url(../images/ok-button.svg);
    width: 51.071px !important;
    height: 40.856px !important;
    display: block;
    -webkit-transition: all 2s ease-in-out 2s;
    transition: all 2s ease-in-out 2s
}

#cookieinfo #cookielink:before {
    content: "";
    width: 51.071px !important;
    height: 40.856px !important;
    background-image: url(../images/ok-button-hover.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: ease-in-out .5s;
    transition: ease-in-out .5s
}

#cookieinfo #cookielink:hover:before {
    opacity: 1
}

@media (max-width:1000px) {
    #cookieinfo {
        width: 90%;
        height: auto;
        right: 0;
        left: 0;
        bottom: 10px;
        margin-right: auto;
        margin-left: auto;
        display: block
    }

    #cookieinfo #cookiebutton {
        padding-left: 30px !important
    }

    #cookieinfo p {
        width: 100%;
        font-size: 14px
    }

    #cookieinfo h3 {
        font-size: 14px
    }
}

.error-404 {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #fff;
    font-size: 22px
}

.error-404 .page-title {
    font-size: 65px;
    color: #fff
}

.error-404 .button-404 {
    margin-top: 25px;
    display: inline-block;
    background: #fa1000;
    color: #fff;
    padding: 15px 25px;
    -webkit-transition: ease-in-out .5s;
    transition: ease-in-out .5s
}

.error-404 .button-404:hover {
    background: #fba537
}

@media (max-width:1000px) {
    .error-404 {
        padding-bottom: 35px
    }

    .error-404 .page-title {
        font-size: 30px
    }
}

.section {
    position: relative;
    width: 100%
}

#home {
    height: 100vh;
    min-height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Nippo-Light;
    background-image: url(https://starrupture-game.com/wp-content/uploads/2024/10/StarRupture-KeyArt111.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    /* Wideo jako tło */
}

@media (max-width:1000px) {
    #home {
        padding-left: 30px;
        padding-right: 30px;
        background-image: url(../images/KA_9x16_2160x3840_evo1.jpg)
    }

    .background-video {
        display: none;
        /* Ukryj wideo na urządzeniach mobilnych */
    }
}

@media (max-width:1200px) {
    #home {
        background-image: url(../images/KA_9x16_2160x3840_evo1.jpg)
    }
}

#about {
    height: 100vh;
    min-height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.back-video {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100%;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.back-video::-webkit-media-controls {
    display: none !important
}

@media (max-width:1000px) {
    .back-video-mobile {
        min-height: 350px
    }
}

.section-2-inner-pc-box {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.section-2-inner-pc-box p {
    font-size: 30px;
    line-height: 40px;
    color: #fff
}

@media (max-width:1000px) {
    #about {
        height: inherit
    }
}

.section-2-inner-mobile .section-2-mobile-box {
    position: relative;
    min-height: 500px
}

.section-2-inner-mobile p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    padding: 35px 30px
}

.play-traser-button {
    position: relative;
    width: 294px;
    height: 105px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px !important;
    background-image: url(../images/Play-Button.svg);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer
}

.play-traser-button:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    background-image: url(../images/Play-Button-Hover.svg);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: ease-in-out .5s;
    transition: ease-in-out .5s
}

.play-traser-button:hover:before {
    opacity: 1
}

@media (max-width:1000px) {
    .play-traser-button {
        width: 180px;
        margin-top: 0 !important;
        position: absolute;
        top: 35%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto
    }
}

.section-2-inner-mobile {
    display: none
}

@media (max-width:1000px) {
    .section-2-inner-mobile {
        display: block
    }

    .section-2-inner-pc {
        display: none
    }
}

#press-kit {
    background: #000;
    min-height: 800px
}

#press-kit h2 {
    font-family: Nippo-Light !important
}

#press-kit {
    color: #fff;
    line-height: 31px;
    font-size: 20px;
    padding-bottom: 85px
}

#press-kit h2 {
    color: #fff;
    font-size: 65px;
    line-height: 1.1em
}

.section-3-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1%;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 65px
}

.section-3-inner .section-3-box-outer {
    width: 49%;
    height: 43vh;
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.section-3-inner .section-3-box-inner {
    position: absolute;
    bottom: 5%;
    width: 50%
}

.section-3-inner .section-3-box-inner-right {
    right: 5%;
    text-align: right
}

.section-3-inner .section-3-box-inner-left {
    left: 5%
}

.section-3-box-outer-1 {
    background-image: url(../images/Explore-Photo%402x_v2.png) !important;
    margin-bottom: 2vh
}

.section-3-box-outer-2 {
    background-image: url(../images/Build-Photo%402x_v2.png) !important;
    margin-bottom: 2vh
}

.section-3-box-outer-3 {
    background-image: url(../images/Fight-Photo%402x_v2.png) !important;
    background-position: bottom
}

.section-3-box-outer-4 {
    background-image: url(../images/Alone-Photo%402x_v2.png) !important;
    color: #000 !important;
    background-position: bottom
}

.section-3-box-outer-4 h2 {
    color: #000 !important
}

.section-3-inner-mobile {
    display: none
}

@media (max-width:1000px) {
    #press-kit {
        padding-bottom: 20px
    }

    .section-3-inner-mobile {
        display: block
    }

    .section-3-inner-pc {
        display: none
    }

    .section-3-inner .section-3-box-outer {
        width: 100%
    }

    .section-3-inner .section-3-box-outer h2 {
        font-size: 45px
    }

    .section-3-inner .section-3-box-outer .section-3-box-inner {
        width: 100%
    }

    .section-3-inner-mobile-box img {
        width: 100%;
        height: auto;
        margin-bottom: 30px
    }

    .section-3-inner-mobile-box h2 {
        font-size: 45px !important;
        line-height: 35px;
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 10px
    }

    .section-3-inner-mobile-box p {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 20px;
        line-height: 30px
    }

    .section-3-inner-mobile-box-1 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .section-3-inner-mobile-box-2 {
        margin-bottom: 50px
    }

    .section-3-inner-mobile-box-3 {
        margin-bottom: 50px
    }

    .section-3-inner-mobile-box-4 {
        margin-top: 50px;
        margin-bottom: 50px
    }
}

#contact {
    color: #fff
}

#contact a {
    color: #fff;
    text-decoration: none
}

#contact {
    background-image: url(../images/back-section-5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 800px;
    padding-top: 75px;
    padding-bottom: 45px
}

#contact h2 {
    font-size: 65px;
    color: #fff;
    line-height: 1.1em;
    margin: 100px 0 0
}

#contact p {
    color: #fff;
    font-size: 20px
}

#contact .section-4-inner {
    padding-left: 5%;
    padding-right: 5%
}

#contact .section-4-row-1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px;
    min-height: 500px
}

#contact .credits-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

#contact .credits-wrapper div:nth-of-type(4) {
    width: 50%
}

#contact .section-4-row-2-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#contact .section-4-row-2-wrapper>.col:nth-of-type(1) {
    width: 30%
}

#contact .section-4-row-2-wrapper>.col:nth-of-type(2) {
    width: 70%;
    font-size: 16px;
    line-height: 16px
}

#contact .section-4-row-2-wrapper>.col:nth-of-type(2) div:nth-of-type(4) {
    font-size: 12px
}

@media (max-width:1000px) {
    #contact {
        padding-top: 0 !important;
        padding-bottom: 0;
        background-image: none
    }

    #contact .social-icons-contact-pc {
        display: none
    }

    #contact h2 {
        color: #000;
        font-size: 45px;
        line-height: 45px
    }

    #contact p {
        color: #000
    }

    #contact .section-4-inner {
        padding-left: 0;
        padding-right: 0
    }

    .section-4-row-1 {
        background-image: url(../images/Footer-Croped.png);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 30px;
        padding-right: 30px;
        min-height: 700px !important
    }

    #contact .section-4-row-2-wrapper {
        padding-top: 20px;
        display: block
    }

    #contact .credits-wrapper {
        display: block;
        padding: 20px 30px 45px
    }

    #contact .credits-wrapper img {
        width: 242px
    }

    #contact .credits-wrapper div {
        margin-bottom: 30px
    }

    #contact .credits-wrapper div:nth-of-type(4),
    #contact .section-4-row-2-wrapper>.col:nth-of-type(1),
    #contact .section-4-row-2-wrapper>.col:nth-of-type(2) {
        width: 100%
    }

    .section-4-row-2-wrapper>.col:nth-of-type(2) div:nth-of-type(4) {
        font-size: 10px;
        color: #7c7c7c
    }

    .section-4-row-2-wrapper>.col:nth-of-type(2) div:nth-of-type(4) a {
        color: #7c7c7c !important
    }
}