@font-face {
    font-family: 'Montserrat Thin';
    src: url('/fonts/Montserrat-Thin.ttf') format("truetype");
    font-weight: 100;
}
@font-face {
    font-family: 'Montserrat Regular';
    src: url('/fonts/Montserrat-Regular.ttf') format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: 'Montserrat SemiBold';
    src: url('/fonts/Montserrat-SemiBold.ttf') format("truetype");
    font-weight: 600;
}
@font-face {
    font-family: 'Montserrat Bold';
    src: url('/fonts/Montserrat-Bold.ttf') format("truetype");
    font-weight: 700;
}
@font-face {
    font-family: 'Montserrat Black';
    src: url('/fonts/Montserrat-Black.ttf') format("truetype");
    font-weight: 900;
}
@font-face {
    font-family: 'Raleway Medium';
    src: url('/fonts/Raleway/Raleway-Medium.ttf') format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: 'Raleway SemiBold';
    src: url('/fonts/Raleway/Raleway-SemiBold.ttf') format("truetype");
    font-weight: 600;
}
@font-face {
    font-family: 'MyriadPro Bold';
    src: url('/fonts/Myriad/MyriadPro-Bold.otf') format("opentype");
    font-weight: 700;
}
@font-face {
    font-family: 'MyriadPro Regular';
    src: url('/fonts/Myriad/MyriadPro-Regular.otf') format("opentype");
    font-weight: 500;
}
html, body {
    overflow-x: hidden;
}
body {
    font-family: 'Montserrat Regular';
    color: #f9f9f9;
    background-color: #141d2e;
    line-height: 28px;
}
header {
	position: fixed;
	width: 100%;
	background-color: inherit;
	display: flex;
	z-index: 500;
}
header > div {
    width: 100%;
}
a, a:hover {
    color: inherit;
    text-decoration: none;
}
.darker {
    background-color: #0a121f;
    position: relative;
    z-index: 1;
}
.nav-link {
    font-family: 'Montserrat SemiBold';
    font-size: 16px;
    color: #ffffff !important;
}
.nav-link.active-item, .nav-link:hover {
    color: #0cb6ff !important;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.navbar-toggler {
    border: none;
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='40' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 237, 0%29' stroke-linecap='round' stroke-miterlimit='15' stroke-width='3' d='M4 7h30M4 15h30M4 23h30'/%3e%3c/svg%3e");
	width: 30px;
	height: 30px;
}
.navbar-nav {
    display: flex;
    flex-direction: inherit;
}
main {
    margin-top: 25px;
}
.center-logo {
    width: 350px;
    height: 100px;
}
.background-image {
    background: url('/img/Warstwa-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px;
    align-content: center;
    align-items: center;
}
.company-desc {
    font-size: 22px;
    font-family: 'Raleway SemiBold';
    color: #fefefe;
    position: absolute;
    white-space: nowrap;
}
.company-desc.active-item, .company-desc:hover {
    color: #0cb6ff;
}
.social-media-link {
    position: relative;
    align-items: center;
    display: flex;
}
.social-media-link:first-of-type:before {
	content: '';
	background-color: #ffffff;
	position: absolute;
	height: 50%;
	width: 1px;
	display: inline-block;
	left: 0;
}
#zdjecia {
	right: 25%;
	bottom: 160px;
}
#zdjecia::before {
	position: absolute;
	content: '';
	height: 2px;
	width: 210px;
	background-color: #ffffff;
	top: 18px;
	left: 150%;
}
#zdjecia::after {
	position: absolute;
	content: '';
	height: 2px;
	width: 150px;
	background-color: #ffffff;
	transform: rotateY(0deg) rotate(45deg);
	top: 71px;
	left: 398%;
}
#transmisje-live {
    right: 25%;
    top: 215px;
}
#transmisje-live::before {
	position: absolute;
	content: '';
	height: 2px;
	width: 213px;
	background-color: #ffffff;
	top: 13px;
	left: 123%;
}
#transmisje-live::after {
	position: absolute;
	content: '';
	height: 2px;
	width: 150px;
	background-color: #ffffff;
	transform: rotateY(0deg) rotate(135deg);
	top: -40px;
	left: 239%;
}
#filmy {
    left: 25%;
    bottom: 160px;
}
#filmy::before {
	position: absolute;
	content: '';
	height: 2px;
	width: 210px;
	background-color: #ffffff;
	top: 18px;
	right: 152%;
}
#filmy::after {
	position: absolute;
	content: '';
	height: 2px;
	width: 150px;
	background-color: #ffffff;
	transform: rotateY(0deg) rotate(315deg);
	top: 71px;
	right: 483%;
}
#spacer-wirtualny {
    left: 25%;
    top: 215px;
}
#spacer-wirtualny::before {
	position: absolute;
	content: '';
	height: 2px;
	width: 210px;
	background-color: #ffffff;
	top: 13px;
	right: 117%;
}
#spacer-wirtualny::after {
	position: absolute;
	content: '';
	height: 2px;
	width: 150px;
	background-color: #ffffff;
	transform: rotateY(0deg) rotate(45deg);
	top: -40px;
	right: 224%;
}
#description {
    padding: 80px 0 0 0 !important;
}
.section-heading {
    margin-bottom: 80px;
}
p {
    font-size: 14px;
    line-height: 24px;
}
.heading {
    font-family: 'Raleway SemiBold';
    font-weight: 600;
    position: relative;
}
.heading::before {
	content: "\002F\002F";
	color: #ffed00;
	position: absolute;
	right: 101%;
	font-weight: bold;
}
.big.heading {
    font-size: 30px;
}
.small.heading {
    font-size: 24px;
}
.subheading {
    max-width: 555px;
}
#description-image {
    position: relative;
    bottom: 95px;
    border-top: 30px solid #ffed00;
    border-left: 30px solid #ffed00;
    border-right: 30px solid #ffed00;
    max-height: 450px;  
}
section, a {
    scroll-margin-top: 120px;
}
section:not(#header) {
    padding: 120px 0 120px 0;
}
.background-text {
    font-family: 'MyriadPro Bold';
    font-size: 100px;
    color: #15233a;
    position: relative;
    top: 50px;
}
#oferta > .container > .row {
    margin-top: 30px;
}
#oferta > .container > .row > .col:first-of-type {
    margin-right: 30px; 
}
.oferta-card {
    position: relative;
    width: 570px;
    height: 300px;
    background-color: #0a121f;
    padding-left: 20px;
    justify-content: center;
    align-items: center;
}
.oferta-card img {
    margin-right: 30px;
}
.oferta-card .content {
    padding-right: 12px;
    height: 200px;
}
.oferta-card .content > h5 {
    font-family: 'Raleway SemiBold';
    font-size: 18px;
    margin-bottom: 25px;
}
.oferta-card > .background {
    position: absolute;
    border-top-style: solid;
    border-top-color: #ffed00;
    border-top-width: 9px;
    border-right-style: solid;
    border-right-color: #ffed00;
    border-right-width: 9px;
    width: 570px;
    height: 100%;
    right: -9px;
    top: -9px;
}
.col-md:nth-child(2n) {
    margin-left: 35px;
}
.oferta-card.active {
    background-color: #0cb6ff;
}
#oferta {
    padding: 135px 0 135px 0;
}
.stats-container {
    display: flex;
    justify-content: center;
    padding: 30px;
}
.stats-container:not(:last-child) {
    border-right: 1px solid #ffed00;
    min-height: 170px;
}
.stats-container .stat-value {
    font-family: 'Raleway SemiBold';
    font-size: 40px;
    margin-bottom: 15px;
}
.stats-container .stat-text {
    font-family: 'Raleway Medium';
    font-size: 20px;
}
.selection {
    list-style-type: none;
    padding: 0;
    margin-right: 90px;
}
[data-target] {
    font-size: 16px;
    font-family: 'Raleway Medium';
    margin: 15px 0 15px 0;
}
[data-target] > .selected, [data-target] a:hover {
    color: #0cb6ff;
}
[data-source] {
    margin: 30px 0 30px 0;
}
.gallery {
    justify-content: space-between;
    margin: 0;
}
.gallery-item {
    height: 350px;
}
.response {
    margin-top: 20px;
    padding: 20px;
    border-radius: 2px;
}
.successful.response {
    background-color: #0cb6ff;
}
.failed.response {
    background-color: #ffed00;
}
footer {
    font-family: 'Raleway Medium';
    font-size: 18px;
    margin-top: 150px;
}
footer a {
    font-family: 'Raleway SemiBold';
    color: #0cb6ff;
}
.button {
    padding: 8px 24px 8px 24px;
    border-radius: 2px;
    font-size: 18px;
    background-color: #0cb6ff;
    color: #ffffff;
    border: 0;
}
.more-button {
    display: none;
}
.centered-heading {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.opinion-image {
    width: 60px !important;
    height: 60px !important;
    border-radius: 100%;
}
.opinion-text {
    max-width: 650px;
}
.owl-carousel {
    margin-top: 100px;
}
.opinion-text {
    margin: 20px 0 80px 0;
}
.opinion-name {
    margin-bottom: 20px;
    text-transform: uppercase;
}
.owl-prev, .owl-next {
    color: #0cb6ff;
    font-size: 50px;
}
.phone-anchor {
    color: #0cb6ff;
    font-family: 'MyriadPro Regular';
    font-size: 24px;
}
.contact-form {
    margin-top: 100px;
}
.contact-info-title {
    margin-bottom: 50px;
}
.contact-info-field {
    margin: 30px 0 30px 0;
    font-size: 14px;
}
.contact-info-field:last-child {
    margin-bottom: 0px;
}
input, textarea {
    border: none;
    border-bottom: 3px solid #15233a;
    color: #777777;
    background-color: #0a121f;
    width: 100%;
    padding: 20px;
}
.form-button {
    margin-top: 40px;
}
.input-name {
    margin-right: 50px;
}
#contact {
    padding-bottom: 80px;
}

@media screen and (max-width: 1700px) {
    #zdjecia {
        right: 15%;
    }
    #zdjecia::before {
        left: 120%;
        width: 150px;
        top: 15px;
    }
    #zdjecia::after {
        width: 100px;
        top: 50px;
        left: 298%;
    }
    #transmisje-live {
        right: 15%;
    }
    #transmisje-live::before {
        width: 150px;
        left: 110%;
        top: 13px;
    }
    #transmisje-live::after {
        width: 100px;
        left: 192%;
        top: -22px;
    }
    #filmy {
        left: 15%;
    }
    #filmy::before {
        left: auto;
        width: 150px;
        top: 15px;
    }
    #filmy::after {
        width: 100px;
        top: 50px;
        right: 390%;
    }
    #spacer-wirtualny {
        left: 15%;
    }
    #spacer-wirtualny::before {
        width: 150px;
        top: 13px;
        right: 205px;
    }
    #spacer-wirtualny::after {
        right: 193%;
        width: 100px;
        top: -22px;
    }
}
@media screen and (max-width: 1000px) {
    .navbar {
        justify-content: center;
    }
    .gallery {
        justify-content: center;
    }
    #zdjecia {
        right: 15%;
    }
    #zdjecia::before {
        left: 120%;
        width: 90px;
        top: 15px;
    }
    #zdjecia::after {
        width: 75px;
        top: 41px;
        left: 224%;
    }
    #transmisje-live {
        right: 15%;
        top: 180px
    }
    #transmisje-live::before {
        width: 90px;
        left: 109%;
        top: 13px;
    }
    #transmisje-live::after {
        width: 75px;
        left: 157%;
        top: -13px;
    }
    #filmy {
        left: 15%;
    }
    #filmy::before {
        left: auto;
        width: 90px;
        top: 15px;
    }
    #filmy::after {
        width: 75px;
        top: 41px;
        right: 291%;
    }
    #spacer-wirtualny {
        left: 15%;
        top: 180px
    }
    #spacer-wirtualny::before {
        width: 90px;
        top: 13px;
        right: 200px;
    }
    #spacer-wirtualny::after {
        top: -13px;
        right: 279px;
        width: 75px;
    }
}
@media screen and (max-width: 767px) {
    .navbar-nav {
        flex-direction: column;
    }
    .contact-info-title {
        margin-bottom: 20px;
    }
    section:not(#header) {
        padding: 75px 0 75px 0;
    }
    #oferta {
        padding: 0 !important;
    }
    .form-padding {
        padding: 30px;
    }
    p {
        font-size: 13px;
    }
    .center-logo {
        bottom: 50px;
        position: relative;
    }
    .background-image {
        align-items: flex-start;
        margin: 0;
        left: 0;
        position: relative;
        top: 0;
    }
    #navigation {
        padding: 7px 0 7px 0;
    }
    #zdjecia::before {
        left: 0;
        top: 30px !important;
    }
    .company-desc::before {
        height: 1px;
        bottom: 0 !important;
        top: auto !important;
        width: 100% !important;
    }
    .company-desc {
        font-size: 14px;
        width: 111px;
        text-align: center;
    }
    .company-desc::after {
        height: 1px;
        width: 50px !important;
    }
    #zdjecia {
        left: 15%;
        right: auto;
    }
    #zdjecia::after {
        top: 47px;
        left: 93%;
    }
    #filmy {
        left: auto;
        right: 15%;
    }
    #filmy::before {
        right: auto;
        left: 0;
        top: 30px !important;
    }
    #filmy::after {
        top: 47px;
        left: -43px;
    }
    #transmisje-live {
        right: auto;
        left: 15%;
        top: 180px;
    }
    #transmisje-live::before {
        top: -2px !important;
        left: 0 !important;
    }
    #transmisje-live::after {
        right: auto;
        left: 93%;
        top: -20px;
    }
    #spacer-wirtualny {
        right: 15%;
        left: auto;
        top: 180px;
    }
    #spacer-wirtualny::before {
        top: -2px !important;
        right: 0;
    }
    #spacer-wirtualny::after {
        left: -38%;
        top: -20px;
    }
    .header-main {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-left: 10px;
        padding-right: 10px;
        align-items: center;
        width: 100%;
    }
    .navbar-brand img {
        width: 95px;
        height: 28px;
        margin-left: 15px;
    }
    .navbar-toggler {
        margin-right: 15px;
    }
    .oferta-card {
        padding-left: 10px;
        padding-top: 25px;
        align-items: flex-start;
    }
    .oferta-card .content > h5 {
        margin-bottom: 10px;
    }
    .oferta-card, .oferta-card > .background {
        width: 100%;
        margin-bottom: 42px;
    }
    .oferta-card .content p {
        line-height: 1.2;
    }
    .content {
        height: auto;
    }
    .selection {
        margin-right: 20px;
        margin-left: 20px;
    }
    [data-target] {
        text-align: center;
        margin: 20px 0 20px 0;
    }
    [data-source] {
        margin: 10px 0 10px 0
    }
    .col-md:nth-child(2n) {
        margin: 0;
    }
    #statistics {
        padding: 20px;
    }
    #statistics .container {
        flex-direction: column;
        text-align: center;
    }
    .stats-container {
        padding: 50px;
    }
    .stats-container:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #ffed00;
    }
    .small.heading {
        margin-bottom: 20px;
    }
    .input-name {
        margin-right: 0;
    }
    .section-heading {
        margin: 0;
    }
    .contact-form {
        flex-direction: column-reverse;
        white-space: nowrap;
        align-items: flex-end;
    }
    .contact-form .col-4 {
        position: relative;
        left: -25%;
        margin-top: 105px;
    }
    .form-button-container {
        position: relative;
    }
    form > .row {
        min-height: 200px;
    }
    textarea {
        height: 60%;
        position: relative;
        top: 25px;
    }
    .contact-form {
        margin-top: 20px;
    }
    .nav-item {
        text-align: center;
        position: relative;
        display: flex;
        justify-content: center;
        padding: 10px;
    }
    .nav-item:not(.social-media-link)::after {
        content: '';
        position: absolute;
        width: 125%;
        height: 1px;
        background-color: #ffff;
        bottom: 0;
    }
    form {
        min-height: 365px;
    }
    .form-button {
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .social-media-link::before {
        width: 0;
    }
    footer {
        font-size: 14px;
        white-space: nowrap;
        text-align: center;
    }
    .response {
        margin-top: 0;
        padding: 20px;
        border-radius: 2px;
        top: -25px;
        position: relative;
    }
}
@media screen and (max-width: 500px) {
    .center-logo {
        height: auto;
        width: 215px;
    }
    #spacer-wirtualny, #transmisje-live {
        bottom: auto;
        top: 125px;
    }
    .left.heading {
        left: 30px;
    }
    .contact-form .col-4 {
        position: absolute;
        left: 22%;
        padding-left: 0;
        bottom: 15%;
    }
}