@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,300,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Merriweather:300,300italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Inconsolata:400,700);

body {
    color: #555;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    background: #0b0910 !important;
}
.danger-popup {
    padding: 20px;
    margin-bottom: 25px !important;
    background: black;
    border: 1px solid white;
}
.dnowrap {
    white-space: nowrap;
}
.carousel-control {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-stalowydark {
    background: #3c3c3c !important;
}
#opis-szkolenia hr {
    margin-top: 10px;
}
.stacjonarny.stretch {
    margin: 0 -22px !important;
}
.hollow-data small {
    color: white;
    line-height: 18px;
}
body span.s {
    display: inline-block;
    width: 8px !important;
}
.black-bg {
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: black;
}
.red-border-y {
    border-top: 2px solid red;
    border-bottom: 2px solid red;
}
.border-y-darkgreen {
    border-top: 1px solid #1e311a;
    border-bottom: 1px solid #1e311a;
}

.stal {
    background: #696365 !important;
}
.terminy-wrapper .row-wrapper:last-child {
	margin-bottom: 0px;
}

.hollow_button .small {
    color: white;
}

.stacjonarny {
    background: #504628 !important;
}

body .stacjonarny h2, body .stacjonarny, body .stacjonarny span {
    border-color: white !important;
    border-width: 1px !important; 
}

.get-up {
    position: relative;
    z-index: 999;
}

.hollow_button.main-kurs > *:first-child {
    max-width: 91px;
    width: 100%;
}
.hollow_button.main-kurs > *:nth-child(2){
    max-width: 591px;
    width: 100%;
}
.hollow_button.main-kurs {
    text-align: left;
    justify-content: flex-start !important;
    position: relative;
    padding-bottom: 40px;
}
.main-kurs .btn-danger.btn-pdf {
    position: absolute;
    right: 1px;
    bottom: 0px;
    border-radius: 0;
    letter-spacing: 0;
    text-transform: lowercase;
    z-index: 999;
}

.hollow_button.main-kurs > *:nth-child(3) {
    text-align: right;
    max-width: 236.32px !important;
    width: 100%;
}
.d-flex {
    display: flex;
}
.first-order {
	order: -1;
}
.text-normal {
    font-weight: initial !important;
}

p {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px;
}

.w-100 {
    width: 100% !important;
}

#pomoc {
    line-height: 20px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.space {
    display: inline-block;
    width: 100px;
}
.phone-call {
    display: none;
}

.download-list a i {
    color: #2f0fff !important;
}
#works .download-list li * {
    display: inline !important;
}

#download-list.download-list a {
    flex-wrap: nowrap !important;
}

#download-list.download-list span {
    width: 100% !important;
    height: initial !important;
    line-height: initial !important;
    min-height: initial !important;
    margin: 0px !important;
}
#download-list.download-list b {
    width: 100% !important;
    height: initial !important;
    line-height: initial !important;
    margin: 0px !important;
}
body #works .space {
    display: inline-block;
}
body #works #content2 .space {
    display: inline-block !important;
}

.rekonwersja-mon h2.kursy-title {
    display: none !important;
}

a i.fa-download,
a i.fa-link {
    color: #2f0fff !important;
}

body section a {
    transition: 0.3s !important;
}

body section a:hover, body section a:hover span {
    color: red !important;
}

body section a:hover h1, body section a:hover h2, body section a:hover .small {
    color: red !important;
}

body section a.btn-danger:hover {
    color: white !important;
}

body section a.hollow_button.btn-red:hover {
    color: black !important;
    /*font-weight: bold !important;*/
}

body section a.disable-link:hover h1, body section a.disable-link:hover span,
body section a.disable-link:hover h2 {
    color: white !important;
}

h4 {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.8571px;
}

.d-none {
    display: none;
}

#unmuteButton {
   width: 50px;
   height: 50px;
   display: flex !important;
   align-items: center;
   justify-content: center;
   border-radius: 100%;
   border: 2px solid white !important;
   color: white !important;
   font-size: 30px !important;       
}
#unmuteButton .line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: red;
    transform: rotate(45deg);
}
#unmuteButton .line-right {
    position: absolute;
    width: 100%;
    height: 2px;
    background: red;
    transform: rotate(-45deg);
}
#unmuteButton.active .line, #unmuteButton.active .line-right {
	display: none;
}
.hero-mobile-image {
    margin: 0 auto;
}

.modal-body {
    background: black !important;
}

.roman {
    list-style-type: upper-roman;
}

.button-wrapper.flex-end {
    display: flex;
    justify-content: flex-end;
}

.tron {
    margin-bottom: 0px;
    margin-top: 25px;
    padding: 20px;
    background: black;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

body .lower {
    text-transform: lowercase !important;
}

body .text-black {
    color: black !important;
    font-weight: 400 !important;
}

/*spacing*/
.p-0 {
    padding: 0px !important;
}

.p-2 {
    padding: 15px !important;
}

body ul.pl-2 {
    padding-left: 20px !important;
}

.py-2 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.pt-3 {
    padding-top: 20px !important;
}

.pb-3 {
    padding-bottom: 20px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.m-0 {
    margin: 0 !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 15px !important;
}

.mt-2 {
    margin-top: 15px !important;
}

.mt-5 {
    margin-top: 30px !important;
}

.mb-2 {
    margin-bottom: 5px !important;
}

.mb-3 {
    margin-bottom: 20px !important;
}

.kurs-title {
    font-size: 18px;
}
.kursy-plik {
    display: flex;
    flex-wrap: wrap;;
}
.kursy-plik h3 {
    line-height: 16px;
    width: 80%;
}
.kursy-plik .btn {
    height: 32px;
}
.row-wrapper {
    width: 100%;
    align-items: center;
    margin-bottom: 15px;
}
.justify-content-between {
    justify-content: space-between;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end;
}
.col-2 {
    max-width: 16.66%;
    width: 100%;
}
.col-3 {
    max-width: 25%;
    width: 100%;
}
.col-7 {
    max-width: 58.33%;
    width: 100%;
}

.hollow_button .termin > span:nth-child(2) {
    text-transform: lowercase !important;
}

.hollow_button .termin .data.spread {
    text-transform: uppercase !important;
    letter-spacing: 2px;
}

#aktualne-kursy .wkrotce {
    text-transform: initial !important;
    font-weight: 400;
    line-height: 1;
}
#aktualne-kursy a[href$="prowadzacy-strzelanie/"], .main-course #instruktor-btn > div, .main-course .black-box, .bg-greendark {
  background: #273128 !important;
}

.main-course #instruktor-btn > div, .main-course .black-box, .bg-greendark {
	background: #273128 !important;
}

#aktualne-kursy a[href$="pierwsza-pomoc/"] {
  background: #350000 !important;
}

/*background: #350000 !important;*/

.text-white, .text-white li {
    color: white !important;
}
.text-black {
    color: black !important;
}
.m-box h4.mb-2 {
    color: #2f0fff;
}

.text-green {
    color: #5fbb46;
}

.border-green {
    border: 3px solid #5fbb46;
}

.v-center {
    display: flex;
    align-items: center;
}

.my-5 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.ml-0 {
    margin-left: -0px !important;
}

.my-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.my-2 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.py-0 {
    padding-left: -0px !important;
    padding-right: -0px !important;
}

.py-2 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.px-3 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.mx-3 {
    margin: 20px 0 !important;
}

.bold p {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    color: #f7f7f7;
    letter-spacing: 2px;
    margin-top: 0px;
}

a,
a:active {
    text-decoration: none;
    color: #cbcbcb !important;
}

a:hover {
    text-decoration: none;
}

.space-bot-0 h2,
.space-bot-0 h1,
.space-bot-0 h3,
.space-bot-0 h4,
.space-bot-0 h5,
.space-bot-0 h6,
.space-bot-0 p {
    margin-bottom: -0px !important;
    padding-bottom: -0px !important;
}

.loader-container {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: black;
    z-index: 99999;
    display: flex;
}

.bg-black {
    background: black;
}

.arrow {
    padding-left: 65px;
    padding-right: 65px;
}

.arrow>li {
    list-style: none;
    font-weight: 400 !important;
}

.arrow>li:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    content: '\f124';
    margin: 0 23px 0 -40px;
    color: #fff;
    transform: rotate(45deg) !important;
    display: inline-block;
}

.bg-darkgreen {
    background: #323428;
}

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid grey;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin: auto;
}

.bg-darkbrown {
    background: #42341a;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.main_navigation {
    text-align: center;
    width: 100%;
    background: rgba(40, 40, 46, 0);
    height: auto;
    z-index: 99999;
    top: 0;
    position: fixed;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

a.disable-link:hover {
    color: white !important;
    text-decoration: none !important;
}

.relative {
    position: relative;
}

.text-spread {
    line-height: 22px !important;
    font-size: 15px;
    line-height: 1em;
    font-family: 'Lato', sans-serif;
    font-weight: normal !important;
    color: #f7f7f7 !important;
    letter-spacing: 2px !important;
    margin-top: 0px !important;
}

.btn-pdf {
    display: flex;
    align-items: center;
    letter-spacing: initial;
}

.btn-pdf i {
    margin-right: 5px !important;
    font-size: 20px !important;
}

.white-box p {
    font-weight: 400 !important;
    margin-bottom: 10px;
}

.justify p,
.justify li {
    text-align: justify !important;
}

.entire-div-link:hover a {
    color: red !important;
}

body section div.hollow_button:hover {
    color: white !important;
}

.black-box {
    background: black;
    padding: 20px;
    border: 1px solid white;
    color: white;
}

.black-box *:last-child {
    margin-bottom: 0px !important;
}

.black-box ol,
.black-box ul {
    padding-left: 0 !important;
}

.black-box ol {
    margin-left: 15px !important;
}

.white-box {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin: 0 !important;
    background: white !important;
    color: black !important;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 26px !important;
}

.title-bread {
    text-transform: uppercase;
}

.breadcrumbs-container {
    padding-top: 93px;
}

.bg-white {
    background-color: white;
}

.nav-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px;
}

.nav-logo {
    padding: 10px;
    ;
    text-align: left;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.nav-menu {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    max-width: 800px;
}

.nav-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.nav-menu ul li {
    float: left;
    padding-top: 10px;
    position: relative;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    font-family: "Montserrat", sans-serif;
    color: #FFF;
}

.nav-menu>ul>li {
    font-size: 12px;
}

.nav-menu ul li ul li:before {
    display: none;
}

.nav-menu ul li ul {
    display: none;
    position: absolute;
    right: 0;
    top: 60px;
    left: -220px;
    width: 500px;
    flex-direction: column;
}

.nav-menu>ul>li>ul>li {
    width: 100% !important;
    display: flex;
    align-items: center;
    line-height: 40px !important;
}

.nav-menu>ul>li>ul>li a {
    border-bottom: 1px solid #737373;
}

.nav-menu ul li:hover>ul {
    display: block;
}

.nav-menu ul li a {
    font-family: "Montserrat", sans-serif;
    color: #FFF;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    padding: 10px 10px 10px 15px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.nav-menu ul ul li:hover a {
    color: red !important;
}

.nav-menu ul li ul li {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 0;
    padding: 0px 25px;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    width: 200px;
    min-height: 40px;
    right: 0;
}

.nav-menu ul li ul li a {
    text-align: left;
    padding: 0 !important;
}

.stuck .nav-menu ul li ul li {
    background: rgba(40, 40, 46, 0.9);
}

.nav-menu-pop {
    float: right;
}

.nav-menu-pop a {
    width: 155px;
    color: #FFF;
    font-weight: bold;
    outline: none;
    text-decoration: none;
}

.stuck {
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    background: rgba(40, 40, 46, 0.9) !important;
    padding-bottom: 8px;
}

.stuck .nav-menu ul li {
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.stuck .nav-menu ul li a {
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    padding: 7px 10px 7px 15px;
}

.stuck .nav-logo {
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    padding: 0 10px;
}

.footer-menu {
    float: right;
}

.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu ul li {
    float: left;
    position: relative;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.footer-menu ul li:before {
    border: 1px solid #999;
    border-radius: 0%;
    content: "";
    height: 5px;
    left: 1px;
    margin-top: 1px;
    position: absolute;
    top: 35%;
    width: 5px;
}

.footer-menu ul li a {
    font-family: "Montserrat", sans-serif;
    color: #FFF;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.footer-menu ul li a:hover {
    color: #cfcfcf;
}

.hero-section {
    background: url('../images/hero.png') scroll no-repeat;
    background-size: cover !important;
    overflow: hidden;
    width: 100%;
}

.hero-section-photo {
    background: url('../images/imagebg.jpg') center top no-repeat;
    background-size: cover;
}

.hero-section-app {
    background: url('../images/hero_2.jpg') center top repeat-x;
    background-position: 0 0;
    animation: animatedBackground 120s linear infinite;
    -webkit-animation: animatedBackground 120s linear infinite;
}

body #works {
    padding-top: 30px !important;
}

.hero-overlay {
    background-image: -o-linear-gradient(left bottom, rgb(48, 35, 235) 0%, rgb(247, 19, 91) 100%);
    background-image: -moz-linear-gradient(left bottom, rgb(48, 35, 235) 0%, rgb(247, 19, 91) 100%);
    background-image: -webkit-linear-gradient(left bottom, rgb(247, 19, 91, .8) 0%, rgb(48, 35, 235, .8) 100%);
    background-image: -ms-linear-gradient(left bottom, rgb(48, 35, 235) 0%, rgb(247, 19, 91) 100%);
    background-image: linear-gradient(to left bottom, rgba(0, 0, 0, .5) 0%, rgba(48, 35, 235, .5) 100%);
}

.hero-overlay-video {
    background-image: -o-linear-gradient(left bottom, rgb(48, 35, 235) 0%, rgb(247, 19, 91) 100%);
    background-image: -moz-linear-gradient(left bottom, rgb(48, 35, 235) 0%, rgb(247, 19, 91) 100%);
    background-image: -webkit-linear-gradient(left bottom, rgb(247, 19, 91, .5) 0%, rgb(48, 35, 235, .5) 100%);
    background-image: -ms-linear-gradient(left bottom, rgb(48, 35, 235) 0%, rgb(247, 19, 91) 100%);
    background-image: linear-gradient(to left bottom, rgba(247, 19, 91, .5) 0%, rgba(48, 35, 235, .5) 100%);
}

.hero-overlay-two {
    background-image: -o-linear-gradient(left bottom, rgba(0, 0, 0, 1) 0%, rgba(48, 35, 235, .4) 100%);
    background-image: -moz-linear-gradient(left bottom, rgba(0, 0, 0, 1) 0%, rgba(48, 35, 235, .4) 100%);
    background-image: -webkit-linear-gradient(left bottom, rgba(0, 0, 0, 1) 0%, rgba(48, 35, 235, .4) 100%);
    background-image: -ms-linear-gradient(left bottom, rgba(0, 0, 0, 1) 0%, rgba(48, 35, 235, .4) 100%);
    background-image: linear-gradient(to left bottom, rgba(0, 0, 0, 1) 0%, rgba(48, 35, 235, .4) 100%);
}

.hero-content h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    color: #FFF;
    text-align: center;
    font-size: 90px;
    margin-top: 2px;
}

.hero-content h4 {
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-weight: lighter;
    font-size: 16px;
}

.hero-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    color: #FFF;
    font-size: 24px;
    line-height: 65px;
    border-top: solid 1px #FFF;
    text-transform: uppercase;
    display: inline-block;
}

.hero-content p {
    width: 60%;
    font-family: 'Merriweather', sans-serif;
    font-weight: lighter;
    color: #FFF;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 1px;
}

.hero-content p span {
    font-family: 'Merriweather', sans-serif;
    font-weight: lighter;
    font-style: italic;
    text-decoration: underline;
}

.hero-content-sl h1 {
    font-family: 'Lato', sans-serif;
    color: #FFF;
    font-size: 80px;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 900;
}

.hero-content-sl h4 {
    font-family: 'Lato', sans-serif;
    color: #FFF;
    text-transform: uppercase;
}

.hero-content-sl h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #FFF;
    font-size: 14px;
    line-height: 10px;
    margin-bottom: 60px;
    position: relative;
}

.hero-content-sl h2:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #EE3F34;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
}

.hero-bold-head {
    font-family: 'Lato', sans-serif !important;
}

.hero-bold-head span {
    font-weight: 900;
}

.home-carousel .owl-controls .owl-pagination .owl-page span {
    border-radius: 0;
    background: #FFF;
    width: 7px;
    height: 7px;
}

.home-button {
    position: absolute;
    left: calc(50% - 19px);
    bottom: 28px;
    padding: 15px 15px;
    border-radius: 30px;
    border: solid 1px #FFF;
    background: none;
    display: inline-block;
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 30px;
    letter-spacing: 1px;
    opacity: 1;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.home-button:hover {
    opacity: 0.5;
    color: #FFF;
}

.home-button.wide-btn {
    padding: 10px 15px;
}

.home-button.dark {
    color: #545454;
    border: solid 1px #444;
}

.video-button {
    position: absolute;
    left: calc(50% - 100px);
    padding: 15px 15px;
    border-radius: 30px;
    border: solid 1px #FFF;
    background: none;
    display: inline-block;
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 1px;
    opacity: 1;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}
.uppercase {
    text-transform: uppercase !important;
}
.video-button:hover {
    opacity: 0.5;
    color: #FFF;
}

.canvas-page {
    background: #28282E;
}

.canvas-block {
    width: 100%;
}

.canvas-block h4,
.canvas-block h1,
.canvas-block p {
    text-align: center;
}

.canvas-block p {
    width: 100%;
}

.download-button {
    padding: 10px 20px;
    min-width: 210px;
    overflow-x: auto;
    border-radius: 5px;
    background: none;
    display: inline-block;
    margin: 5px 10px 5px 0;
    border: solid 1px #FFF;
    color: #fff;
    background: none;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 1px;
    opacity: 1;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.download-button:hover {
    color: #333;
    background: #FFF;
    border: solid 1px #FFF;
}

.db-logo {
    width: 30%;
    float: left;
}

.db-logo i {
    font-size: 35px;
    margin-top: 2px;
}

.db-head {
    float: left;
    width: 70%;
}

.db-head span:first-child {
    font-weight: lighter;
    font-size: 12px;
    display: block;
}

.db-head span:last-child {
    font-weight: bold;
    font-size: 16px;
    display: block;
    letter-spacing: normal;
}

.bg {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    z-index: 0;
}

.ibg-bg {
    position: absolute;
}

.camera-service-page {
    background: url('https://pixabay.com/static/uploads/photo/2015/08/13/05/04/man-886601_960_720.jpg') center top no-repeat;
    background-size: cover;
}

.caro_item {
    min-height: 350px;
}

.home-icon {
    margin-right: 35px;
}

.particles {
    position: absolute;
    width: 100%;
    top: 0;
}

.particle-content {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
}

#large-header canvas {
    width: 100%;
    position: absolute;
    z-index: 1;
}

.hero_left {
    width: 50%;
    background: url('../images/left_man.png') center right no-repeat rgba(13, 177, 253, 0.8);
    float: left;
}

.hero_right {
    width: 50%;
    background: #001C22;
    background: #E8E8E8;
    float: left;
    padding-left: 60px;
}

.hero_right_cont {
    padding: 30px 0;
    width: 50%;
    margin: 0 auto;
    display: block;
    text-align: left;
}

.hero_right_cont_personal h1 {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 90px;
    margin: 10px 0;
    font-weight: lighter;
}

.hero_right_cont_personal h2 {
    font-size: 35px;
    line-height: 30px;
    margin-bottom: 5px;
    font-family: "Open Sans";
    font-weight: lighter;
    padding-left: 5px;
}

.simple-button {
    font-family: "Montserrat";
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #444;
}

.simple-button:hover {
    color: #333;
    text-decoration: line-through;
}

.app-promo-image {
    width: 100%;
    overflow: hidden;
    max-width: 495px;
    text-align: right;
}

.app-promo-image img {
    margin-bottom: -990px;
}

.common-section {
    padding: 30px 0;
    background: #FFF;
}

.common-section-small {
    padding: 50px 0;
}

.common-section-medium {
    padding: 75px 0;
}

.wide-section {
    width: 100%;
    min-height: 350px;
    height: auto;
}

.call-action-section {
    padding: 25px;
    width: 100%;
    background: #B23E67;
    color: #FFF;
}

.border-left {
    border-left: solid 1px #FFF;
}

.border-right {
    border-right: solid 1px #FFF;
}

.border-top {
    border-left: solid 1px #FFF;
}

.border-bottom {
    border-bottom: solid 1px #FFF;
}

.casestudy_cont p {
    width: 100%;
}

.caseslider .gall-img a {
    cursor: url('../images/arrows_stretch_rl.png'), auto;
}

.ic-video-bg video {
    width: 100%;
}

.ic-video-poster {
    background-image: url('../../videos/ic-poster.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: black;
}

.caseslider-overlay {
    width: 100%;
    height: 100%;
    padding: 10px 25px;
    opacity: 0;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(236, 55, 159, 0.6) 10%, rgba(36, 179, 255, 1.0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(10%, rgba(236, 55, 159, 0.6)), color-stop(100%, rgba(198, 23, 28, 1.0)));
    background: -webkit-linear-gradient(top, rgba(236, 55, 159, 0.6)) 10%, rgba(198, 23, 28, 1.0) 100%);
background: -o-linear-gradient(top, rgba(236, 55, 159, 0.6) 10%, rgba(198, 23, 28, 1.0) 100%);
background: -ms-linear-gradient(top, rgba(236, 55, 159, 0.6) 10%, rgba(198, 23, 28, 1.0) 100%);
background: linear-gradient(to bottom, rgba(236, 55, 159, 0.6) 10%, rgba(198, 23, 28, 1.0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#999', GradientType=0);
-webkit-transition: all 900ms ease;
-moz-transition: all 900ms ease;
-o-transition: all 900ms ease;
transition: all 900ms ease;
overflow: hidden;
}

.gall-img:hover .caseslider-overlay {
    opacity: 1;
}

.main-head {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #fff;
    font-size: 55px;
    line-height: 60px;
    letter-spacing: 5px;
    margin-top: 0;
    text-transform: uppercase;
}

.main-head-light {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: #3c3c3c;
    font-size: 36px;
    margin-top: 0;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#FFF, #ccc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sub-heading {
    font-family: 'Inconsolata', sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: #888;
    line-height: 21px;
    margin-top: 15px;
}

.head-cube {
    width: 30px;
    height: 30px;
    background: #999;
}

.head-cube-small {
    width: 40px;
    height: 2px;
    background: #999;
    margin-top: 10px;
}

.intro-text p {
    line-height: 36px;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: "Open Sans";
    padding: 10px 20px;
    text-align: left;
}

.intro-text p span {}

.sub-intro {
    font-size: 20px;
    font-family: "Merriweather";
    line-height: 40px;
    padding: 3px 0;
}

.sub-intro-2 {
    font-family: 'Inconsolata';
    font-size: 17px;
    text-align: left;
}

.sub-intro-2 span {
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-size: 14px;
}

h3 {
    font-size: 22px;
}

.intro-icon {
    padding-top: 40px;
}

.intro-icon img {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.intro-icon img:hover {
    -webkit-transform: rotateX(45deg);
    transform: rotateX(45deg);
}

.bg-steel {
    background-color: #0b0910;
}

.gradient-section {
    background: linear-gradient(#28282E, #222555, #222555);
    /*background-color: #0b0910;*/
}

.main_navigation,
footer {
    background: black !important;
}

.blue-section {
    background: #222555;
}

.purple-section {
    background: #A41566;
}

.purple-gradient-section {
    background-image: -o-linear-gradient(left top, rgb(40, 40, 46) 20%, rgb(49, 55, 140) 100%);
    background-image: -moz-linear-gradient(left top, rgb(40, 40, 46) 20%, rgb(49, 55, 140) 100%);
    background-image: -webkit-linear-gradient(left top, rgb(40, 40, 46) 20%, rgb(49, 55, 140) 100%);
    background-image: -ms-linear-gradient(left top, rgb(40, 40, 46) 20%, rgb(49, 55, 140) 100%);
    background-image: linear-gradient(to left top, rgb(40, 40, 46) 20%, rgb(49, 55, 140) 100%);
}

.light-text {
    color: #FFF !important;
}

.dark-text {
    color: #333;
}

blockquote {
    font-family: 'Merriweather';
}

blockquote span {
    font-weight: bold;
    font-family: 'Open Sans';
}

.negative-placed-down {
    margin-bottom: -140px;
    margin-left: -80px;
}

.process_count {
    position: absolute;
    z-index: -1;
    font-size: 100px;
    opacity: 0.1;
    right: 10%;
    top: -20px;
    font-weight: 900;
}

.serv_item {
    padding: 32px;
    width: 33%;
    height: 275px;
    float: left;
    display: inline-block;
    text-align: center;
    padding-top: 25px;
    overflow: hidden;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

@media screen and (min-width: 767px) {
    .serv_item:hover {
        background: #28282E;
    }
}

.serv_item h3 {
    font-size: 18px;
}

.serv_item h4 {
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 15px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 400;
}

.serv_item h4:after {
    border-bottom: 1px solid #999;
    bottom: 2px;
    content: "";
    height: 0;
    position: absolute;
    left: 40%;
    width: 20%;
}

.serv_item h4 span {
    display: block;
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
}

.serv_item h5 {
    text-transform: uppercase;
    font-size: 13px;
    padding-bottom: 15px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 400;
}

.serv_cont {
    margin-top: 32%;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.serv_cont_desc {
    line-height: 40px;
    font-size: 14px;
    opacity: 0;
    color: #FFF;
    padding-top: 10px;
    -webkit-transition: all 900ms ease-in-out;
    -moz-transition: all 900ms ease-in-out;
    -o-transition: all 900ms ease-in-out;
    transition: all 900ms ease-in-out;
}

.serv_cont a {
    color: #999;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

/*=========================================================#                 28.09.17=========================================================*/
.serv_item:hover>.serv_cont {
    margin-top: 5%;
}

.serv_cont {
    margin-top: 20%;
}

.serv_item {
    height: 240px;
}

.serv_item h5 {
    padding-bottom: 0;
}

.serv_item:hover .serv_cont_desc {
    line-height: 50px;
}
.m-float-right {
    float: right !important;
}

@media screen and (max-width: 767px) {
    ol.download-list {
        padding-left: 0px !important;
    }
    ol.download-list li {
        line-height: 24px !important;
    }
    .m-justify-content-initial {
        justify-content: initial !important;
    }
    .m-max-width-70 {
        max-width: 70% !important;
    }
    .mmy-3 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .m-max-width-initial {
        max-width: initial !important;
    }
    .m-max-width-200 {
        max-width: 200px;
    }
    .serv_item:hover {
        background-color: none;
    }

    .serv_item:hover>.serv_cont {
        margin-top: 0;
    }

    .serv_item>.serv_cont {
        margin-top: 0%;
    }

    .serv_cont_desc {
        opacity: 1;
    }

    .serv_item a {
        display: block;
        opacity: 1;
    }
    .hollow_button.main-kurs > *:first-child {
        width: 30% !important;
        max-width: unset;
    }
    .hollow_button.main-kurs > *:nth-child(2){
        max-width: initial !important;
        width: 70% !important;
    }
    .hollow_button.main-kurs {
        text-align: left;
        justify-content: flex-start !important;
    }
    .hollow_button.main-kurs > *:nth-child(3) {
        text-align: right;
        max-width: initial !important;
        width: 100%;
    }
    body .hollow_button.main-kurs {
        padding-bottom: 40px !important;
    }
    .hollow_button.rejestracja {
     height: 65px !important;
     line-height: 52px !important;
     font-size: 14px !important;
     text-align: center !important;
     width: 100% !important;
     display: block !important;
 }
 .kursy-plik
}

@media screen and (min-width: 767px) {
    .serv_cont a:hover {
        letter-spacing: 5px;
    }

    .serv_item:hover h3 {
        color: #FFF;
    }

    .serv_item:hover>.serv_cont {
        margin-top: 0%;
    }
}

.serv_item:hover .serv_cont_desc {
    line-height: 23px;
    opacity: 1;
}

.realizacje h2,
.realizacje h3 {
    font-family: 'Merriweather', sans-serif;
    font-weight: lighter;
    color: #FFF;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 25px;
    border: 0;
    text-transform: none;
}

.highlight-services-items.light,
.highlight-services-items.light h3 {
    color: #FFF;
}

.highlight-services-items {
    padding-left: 20%;
    font-size: 14px;
    line-height: 26px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.highlight-services-items h3 {
    font-family: 'Lato';
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.highlight-services-items_icon {
    position: absolute;
    left: 0px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.highlight-services-items.left {
    padding-right: 20%;
    padding-left: 0px;
    text-align: right;
}

.highlight-services-items_icon-left {
    right: -5px;
    position: absolute;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.highlight-services-items:hover>.highlight-services-items_icon {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.highlight-services-items:hover>.highlight-services-items_icon-left {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.team_member {
    width: 20%;
    height: 350px;
    overflow: hidden;
    float: left;
}

.member_overlay {
    width: 100%;
    height: 100%;
    padding: 10px 25px;
    opacity: 0;
    background: -moz-linear-gradient(top, rgba(239, 64, 53, 0.6) 10%, rgba(239, 64, 53, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(10%, rgba(239, 64, 53, 0.6)), color-stop(100%, rgba(239, 64, 53, 1)));
    background: -webkit-linear-gradient(top, rgba(239, 64, 53, 0.6) 10%, rgba(239, 64, 53, 1) 100%);
    background: -o-linear-gradient(top, rgba(239, 64, 53, 0.6) 10%, rgba(239, 64, 53, 1) 100%);
    background: -ms-linear-gradient(top, rgba(239, 64, 53, 0.6) 10%, rgba(239, 64, 53, 1) 100%);
    background: linear-gradient(to bottom, rgba(239, 64, 53, 0.6) 10%, rgba(239, 64, 53, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#999', GradientType=0);
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    overflow: hidden;
}

.member_overlay:hover {
    opacity: 1;
}

.member_info {
    position: relative;
    width: 100%;
    top: 70%;
    left: -100%;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.member_info h4 {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: #FFF;
    border-bottom: solid 0px #FFF;
    margin-bottom: 5px;
    display: block;
}

.member_info p {
    font-size: 14px;
    line-height: 18px;
    color: #FFF;
    font-family: "Merriweather", sans-serif;
    font-style: italic;
    margin-bottom: 5px;
}

.member_overlay:hover .member_info {
    left: 0%;
}

.member_social a {
    color: #FFF;
    margin-right: 8px;
    font-size: 18px;
}

.member_social a:hover {
    color: #ccc;
}

.member_1 {
    background: url(../images/team/01.jpg) center top no-repeat;
    background-size: cover;
}

.member_2 {
    background: url(../images/team/02.jpg) center top no-repeat;
    background-size: cover;
}

.member_3 {
    background: url(../images/team/03.jpg) center top no-repeat;
    background-size: cover;
}

.member_4 {
    background: url(../images/team/04.jpg) center top no-repeat;
    background-size: cover;
}

.member_5 {
    background: url(../images/team/05.jpg) center top no-repeat;
    background-size: cover;
}

.process-block h3 {
    margin: 15px 0;
}

.skill_desc {
    color: #FFF;
    line-height: 24px;
    font-size: 14px;
    padding: 15px 25px 0 25px;
}

.skill p {
    line-height: 21px;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: 'Merriweather', sans-serif;
    text-transform: uppercase;
}

.block_skills .skill {
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 18px;
}

.block_skills .level_rail {
    background: none;
    border-radius: 0px;
    height: 5px;
    position: relative;
}

.block_skills .level_rail .level {
    height: 5px;
    left: 0;
    padding: 41px 12px 8px 0;
    position: absolute;
    top: -35px;
    width: 18px;
}

.block_skills .level_rail .level .bar {
    background: #888;
    border-radius: 0px;
    height: 5px;
    left: 0;
    position: absolute;
    right: 12px;
    top: 35px;
}

.block_skills .level_rail .marker {
    background: #888;
    height: 10px;
    position: absolute;
    right: 11px;
    top: 33px;
    width: 1px;
}

.block_skills .level_rail .note {
    background-color: #FE3434;
    border-radius: 2px 2px 2px 2px;
    color: #fff;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 39px;
}

.block_skills .level_rail .note:after,
.block_skills .level_rail .note:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.block_skills .level_rail .note:after {
    border-top-color: #FE3434;
    border-width: 4px;
    left: 50%;
    margin-left: -4px;
}

.block_skills .level_rail .note:before {
    border-top-color: #FE3434;
    border-width: 5px;
    left: 50%;
    margin-left: -5px;
}

.the_bar {
    padding: 2px;
    border: solid 1px #dfdfdf;
}

#grid {
    width: 100%;
}

#filter {
    text-align: center;
}

.filter {
    padding: 10px 10px;
    margin-right: 10px;
    border: dashed 1px #dfdfdf;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px;
    color: #fff;
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}

.filter.active {
    background: #444;
    color: #FFF;
    text-decoration: none;
    border: solid 1px #dfdfdf;
}

.filter:hover {
    background: #444;
    color: #FFF;
}

.box {
    width: 100%;
    height: 100%;
    float: left;
    color: #fff;
}

.wide {
    width: 49.99%;
}

.big {
    height: 600px;
}

.box a {
    color: #FFF;
    -moz-outline-style: none;
    -webkit-outline-style: none;
    outline-style: none;
}

.witm_overlay {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    opacity: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}

.itm_data {
    position: absolute;
    bottom: -100%;
    width: 80%;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.itm_data h4 {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: #FFF;
    border-bottom: solid 0px #FFF;
    margin-bottom: 10px;
    display: block;
}

.itm_data p {
    font-size: 14px;
    line-height: 18px;
}

.witm_overlay:hover {
    opacity: 1;
}

.witm_overlay:hover .itm_data {
    bottom: 0%;
}

.img1 {
    background: url('../images/works/9.jpg') center top;
}

.img2 {
    background: url('../images/works/2.jpg') center top;
}

.img3 {
    background: url('../images/works/1.jpg') center top;
}

.img4 {
    background: url('../images/works/3.jpg') center top;
}

.img5 {
    background: url('../images/works/4.jpg');
}

.img6 {
    background: url('../images/works/10.jpg');
}

.img7 {
    background: url('../images/works/6.jpg');
}

.img8 {
    background: url('../images/works/5.jpg');
}

.img9 {
    background: url('../images/works/11.jpg');
}

.img10 {
    background: url('../images/works/8.jpg');
}

.ajax_drop {}

.ajax_area {
    color: #fff;
    margin-top: 40px;
    background: #33333A;
}

.ajax_area p {
    color: #fafafa;
    line-height: 25px;
    font-size: 14px;
}

.ajax_area .inner-sub-heading {
    font-family: 'Lato';
    font-weight: bold;
    color: #fff;
    font-size: 45px;
    margin: 25px 0;
    text-transform: uppercase;
}

.ajax_area .port-category {
    font-family: "Merriweather";
    margin: 15px 0;
    font-weight: normal;
}

.ajax_close {
    color: #222;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    margin-top: 20px;
}

.ajax_area_trigger {
    width: 100%;
}

.client_logos {
    cursor: e-resize;
}

.client_logo {
    padding-top: 15px;
}

.big_button {
    width: 100%;
    padding: 20px;
    background: #999;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.big_button:hover {
    background: #28282E;
}

.big_button_inv {
    width: 100%;
    padding: 20px;
    background: #28282E;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.big_button_inv:hover {
    background: #999;
}

.hollow-data a span h1,
.hollow-data a span h2 {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 20px;
}

.hollow-data a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.hollow-data a span:nth-child(1) {
    text-align: left !important;
    width: 10%;
}

.hollow-data a span:nth-child(2) {
    text-align: left !important;
    width: 65%;
}

.hollow-data a span:nth-child(3) {
    text-align: right !important;
    width: 10%;
}

.hollow-data a span:nth-child(4) {
    text-align: right !important;
    width: 20%;
    text-transform: lowercase;
}

.hollow-data a .terminy span {
    width: unset;
}

.terminy {
    width: 26%;
}

.termin {
    justify-content: space-between;
    margin-bottom: 10px;
}

.terminy .termin span:last-child {
    text-align: right !important;
}

.hollow_button {
    display: inline-block;
    padding: 15px 25px;
    border: solid 1px #fff;
    color: #FFF;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.hollow_button:hover {
    color: #28282E;
    background: #FFF;
}

.hollow_button.small {
    padding: 10px 15px;
    font-size: 14px;
    margin-top: 20px;
}

.hollow_button.dark {
    border: solid 1px #555;
    color: #555;
}

.hollow_button.dark:hover {
    color: #FFF;
    background: #28282E;
}

.border-radius-5 {
    border-radius: 25px;
}

.btn-normal {
    background: #999 !important;
    font-size: 14px !important;
    color: #FFF !important;
    cursor: pointer;
    padding: 8px 12px;
    display: inline-block;
    border: 1px solid transparent;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: allr 200ms ease-in;
    transition: all 200ms ease-in;
}

.btn-normal:hover {
    background: #202937 !important;
}

.btn-normal:active,
.btn-normal.active {
    background: #202937 !important;
}

.devider-section {
    width: 100%;
    overflow-x: visible;
}

.devider-overlay {
    background: rgba(0, 0, 0, 0.8);
}

.devider-overlay-cyan {
    background: rgba(23, 238, 196, 0.6980392156862745);
}

.devider-overlay-megenta {
    background: rgba(237, 24, 56, 0.6);
}

.devider-overlay-red {
    background: rgba(227, 20, 89, 0.7);
}

.min-pad-devider {
    padding: 50px 0 50px 0;
}

.normal-pad-devider {
    padding: 100px 0 100px 0;
}

.heavy-pad-devider {
    padding: 180px 0 150px 0;
}

.ovl-gradient {
    padding: 130px 0 105px 0;
    background: rgba(0, 185, 252, 0.8);
}

.ovl-blue-gradient {
    background: linear-gradient(rgba(40, 40, 46, 0.9), rgba(34, 37, 85, 0.8));
}

.ovl-black-gradient {
    background: rgba(0, 0, 0, 0.8);
}

.pbg_01 {
    background: #364956;
    ;
    background-position: 0 0;
    animation: animatedBackground 120s linear infinite;
    -webkit-animation: animatedBackground 120s linear infinite;
}

.pbg_02 {
    background: url('../images/hero.png') center top repeat #F53655;
    animation: animatedBackground 120s linear infinite;
    -webkit-animation: animatedBackground 120s linear infinite;
}

.pbg_03 {
    background: url('../images/blur_section.jpg');
}

.pbg_04 {
    background: url('../images/hero_grain.jpg');
}

.pbg_05 {
    background: url('../images/wood.png');
    background-size: cover;
}

.parallax {
    overflow-x: visible !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

@-webkit-keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 0;
    }

    100 {
        background-position: 0 0;
    }
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 0;
    }

    100 {
        background-position: 0 0;
    }
}

.parallax-half-left {
    background-attachment: fixed !important;
    background-position-x: 0% !important;
    background-size: 51% 150% !important;
}

.parallax-half-right {
    background-attachment: fixed !important;
    background-position-x: 100% !important;
    background-size: 50% 150% !important;
}

.testimonial_text {
    font-family: "Merriweather", sans-serif;
    font-size: 20px;
    line-height: 1.4em;
    color: #FFF;
    cursor: e-resize;
    font-weight: 200;
    font-style: italic;
}

.testimonial_author {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: normal;
}

.testimonials_container .owl-page span {
    background: none !important;
    border: solid 1px #FFF;
}

.survey-results h4 {
    font-weight: lighter;
    text-transform: capitalize;
    letter-spacing: 6px;
}

.blog-item-wrap {
    border: 1px solid #efefef;
    margin-right: 20px;
    background: #FFF;
}

.blog-content {
    padding: 10px 20px 20px 20px;
}

.date-show {
    position: absolute;
    width: 90px;
    height: 90px;
    padding: 10px;
    background: rgba(239, 64, 53, 0.8);
    z-index: 102;
    color: #FFF;
}

.date-show h4 {
    margin-top: 5px;
}

.date-show h1 {
    margin-top: 0px;
    border-top: solid 1px #FFF;
}

.blog-info {
    border-right: solid 1px #dfdfdf;
    padding-bottom: 20px;
}

.blog-info h1 {
    margin-bottom: 0px;
}

.blog-info h4 {
    margin-top: 0;
}

.blog-content p {
    line-height: 25px;
}

.rr_post_meta {
    color: #888;
    padding: 8px 0;
    font-family: 'Merriweather', sans-serif;
    font-style: italic;
    font-weight: normal;
}

.blog_slider .owl-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
}

.blog_slider.owl-theme .owl-buttons .owl-prev {
    float: left;
    left: 0;
}

.blog_slider.owl-theme .owl-buttons .owl-next {
    float: right;
    right: 0;
}

.blog_slider .owl-buttons div {
    border-radius: 0 !important;
    background: rgba(0, 0, 0, 0.75) !important;
    width: 50px;
    height: 50px;
}

.blog-content-new h2 {
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: lighter;
}

.blog-content-new h5 {
    margin-bottom: 20px;
}

.news_slide_single.owl-theme .owl-controls .owl-buttons div {
    top: 50%;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    padding-top: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.news_slide_single.owl-theme .owl-controls .owl-buttons div:hover {
    opacity: 0.5;
}

.news_slide_single .owl-prev {
    background: url("../images/arrows_left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-radius: 0 !important;
    height: 32px;
    left: -5%;
    width: 32px;
}

.news_slide_single .owl-next {
    background: url("../images/arrows_right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-radius: 0 !important;
    height: 32px;
    right: -5%;
    width: 32px;
}

.color-bg {
    padding: 10px 15px;
}

.error.color-bg {
    color: red;
}

.success.color-bg {
    color: #fff;
    background: green;
}

.failure.color-bg {
    color: #fff;
    background: red;
}

.address {
    padding: 20px 0 20px 50px;
    border-top: solid 1px #dfdfdf;
}

.tabs {
    padding: 20px 0;
}

th {
    font-size: 17px;
}

.social_icons a {
    color: #5B5B5B;
    text-align: center;
    margin-right: 20px;
}

.social_icons a:hover {
    color: #dfdfdf;
}

.social_icons i {
    font-size: 18px;
}

.rr_contactform input[type="text"],
.rr_contactform input[type="email"],
.rr_contactform textarea {
    border: none;
    border: solid 1px #dfdfdf;
    background: #fff;
    margin-top: 25px;
    padding: 15px;
    font-size: 16px;
    color: #3C3C3C;
    font-family: "Merriweather";
}

.rr_contactform input::-webkit-input-placeholder {
    color: #3C3C3C;
}

.rr_contactform input::-moz-placeholder {
    color: #3C3C3C;
}

.rr_contactform input:-moz-placeholder {
    color: #3C3C3C;
}

.rr_contactform input:-ms-input-placeholder {
    color: #3C3C3C;
}

.rr_contactform textarea::-webkit-textarea-placeholder {
    color: #3C3C3C;
}

.rr_contactform textarea::-moz-placeholder {
    color: #3C3C3C;
}

.rr_contactform textarea:-moz-placeholder {
    color: #3C3C3C;
}

.rr_contactform textarea:-ms-textarea-placeholder {
    color: #3C3C3C;
}

.rr_contactform input[type="submit"] {
    font-family: "Montserrat";
    text-transform: uppercase;
    background: #999;
    color: #FFF;
    width: 25%;
    text-align: center;
    padding: 15px;
    border: none;
    margin-top: 25px;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.rr_contactform input[type="submit"]:hover {
    background: #28282E;
}

.frm_left {
    float: left;
    width: 47.5%;
}

.frm_right {
    float: right;
    width: 47.5%;
}

.frm_full {
    width: 100%;
}

.fifty-fifty {
    overflow: auto;
}

.fifty-block {
    width: 50%;
    float: left;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 87px;
    padding-bottom: 87px;
    background: #28282E;
    color: #333;
}

.fifty-block.left {
    background: #ccc;
}

.bigtext {
    font-size: 24px !important;
    line-height: normal !important;
    font-family: 'Lato';
    font-weight: 900;
}

.footer_logo {
    opacity: 0.5;
}

.wide_callaction {
    width: 100%;
    padding: 25px 0;
    text-align: center;
    border-bottom: solid 0px #414149;
    font-size: 14px;
    color: #FFF;
    background: #37373F;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

#ticker {
    cursor: e-resize;
    background: url('../images/twitter_32px.png') left center no-repeat;
    padding-left: 35px;
}

.wide_callaction #ticker a {
    color: #FFF;
    font-style: italic;
    font-family: "Merriweather";
}

footer {
    background: #28282E;
    padding: 45px 0;
    height: auto;
}

.red {
    color: #CB2224;
}

#funkcjonariusze ul {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 20%;
}

.footertag {
    font-family: "Merriweather";
    font-size: 400;
    color: #656568;
    font-size: 14px;
    letter-spacing: auto;
}

.copytext {
    padding-top: 25px;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.fl-right {
    float: right;
}

.fl-left {
    float: left;
}

.fl-center {
    margin: 0 auto;
}

.clears {
    clear: both;
}

.no-padding {
    padding: 0;
}

.pad-top-10 {
    padding-top: 10px;
}

.pad-top-20 {
    padding-top: 20px;
}

.pad-top-50 {
    padding-top: 50px;
}

.pad-top-75 {
    padding-top: 50px;
}

.pad-top-100 {
    padding-top: 100px;
}

.pad-bottom-10 {
    padding-bottom: 10px;
}

.pad-bottom-20 {
    padding-bottom: 20px;
}

.pad-bottom-50 {
    padding-bottom: 50px;
}

.pad-bottom-100 {
    padding-bottom: 100px;
}

.pad-bottom-remove {
    padding-bottom: 0;
}

.pad-left-10 {
    padding-left: 10px;
}

.pad-left-30 {
    padding-left: 30px;
}

.pad-left-50 {
    padding-left: 50px;
}

.mar-bot-20 {
    margin-bottom: 20px;
}

.mar-top-30 {
    margin-top: 30px;
}

.mar-bot-30 {
    margin-bottom: 30px;
}

.mar-bot-50 {
    margin-bottom: 50px;
}

.mar-top-50 {
    margin-top: 50px;
}

.mar-top-100 {
    margin-top: 100px;
}

.mar-top-150 {
    margin-top: 150px;
}

.mar-bot-100 {
    margin-bottom: 100px;
}

.minh-50 {
    min-height: 50px;
}

.pad-bot-none {
    padding-bottom: 0;
}

.pad-top-none {
    padding-top: 0;
}

.align-bottom {
    position: absolute;
    bottom: 0;
}

.full-width {
    width: 100% !important;
}

.light {
    color: #FFF;
}

.dark {
    color: #28282E;
}

.medium {
    font-size: 14px;
    color: #cbcbcb;
}

.themecolor {
    color: #999;
}

.sec_font {
    font-family: "Merriweather", sans-serif
}

.weight-normal {
    font-weight: normal;
}

.weight-bolder {
    font-weight: 900;
}

.weight-lighter {
    font-weight: lighter;
}

.responsive-accordion-default.responsive-accordion li .responsive-accordion-head {
    color: #444;
    border: none;
    border-left: solid 1px #999;
}

.responsive-accordion-default.responsive-accordion li .responsive-accordion-panel {
    border: none;
    border: solid 1px #dfdfdf;
    border-left: solid 1px #999;
}

.responsive-accordion-head {
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #444;
    font-size: 12px;
    font-weight: bold;
}

.lightmode .responsive-accordion-default.responsive-accordion li .responsive-accordion-head {
    color: #fff;
    border: none;
    border: solid 1px #fff;
    background: rgba(255, 255, 255, 0.1);
}

.lightmode .responsive-accordion-default.responsive-accordion li .responsive-accordion-panel {
    background: none;
    border: solid 1px #fff;
    color: #FFF;
}

.lightmode .responsive-accordion-head {
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #444;
    font-size: 12px;
    font-weight: bold;
}

.redrice-tabs .tab-pane {
    padding: 15px 0;
    border: solid 1px #999;
    border: none;
}

.redrice-tabs .tab-pane p {
    font-size: 14px;
    line-height: 30px;
}

.redrice-tabs .nav-tabs>li>a {
    border-radius: 0;
    color: #444;
    outline: none;
}

.redrice-tabs .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: none;
    border-radius: none;
    background: #999;
    color: #FFF;
}

.mobile-only {
    display: none;
}

mark {
    background-color: red;
    color: white;
}

.panel {
    background-color: #dedede;
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5 {
    letter-spacing: 0;
    color: #555;
}

.panel h2 {
    font-size: 23px;
}

button.hollow_button {
    background-color: transparent;
}

.container {
    max-width: 1000px;
}

.fade-enter-active {
    transition: all .5s ease;
}

.fade-leave-active {
    transition: all .1s ease;
}

.fade-enter,
.fade-leave-to

/* .slide-fade-leave-active for <2.1.8 */
{
    transform: translateY(50px);
    opacity: 0;
}

.registration-form div,
.registration-form p {
    font-family: tahoma !important;
}

.registration-form p {
    margin: .5em 0;
}

.registration-form a {
    color: #3071a9 !important;
    text-decoration: underline !important;
}

.registration-form hr {
    margin: 1em 0;
}

.registration-form input,
.registration-form button,
.registration-form select,
.registration-form textarea {
    font-family: Arial, Helvetica, sans-serif;
}

.fadeh-enter-active {
    transition: all .5s ease;
}

.fadeh-leave-active {
    transition: all .5s ease;
}

.fadeh-enter,
.fadeh-leave-to

/* .slide-fade-leave-active for <2.1.8 */
{
    transform: translateX(50px);
    opacity: 0;
}

.realizacje {
    margin-top: 200px;
}

button.hollow_button {
    background-color: rgba(255, 255, 255, .1)
}

.select-training label.training-title {
    font-size: 18px;
}

.select-training h3 {
    font-size: 18px;
    font-weight: bold;
}

.nowrap {
    white-space: nowrap;
}

.nav-menu ul li ul {
    background-color: black !important;
    border: none !important;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: transparent !important;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1;
    object-fit: cover;
    width: 100%;
}

.row {
    width: 100%;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-1 {
    margin-bottom: 15px !important;
}

.mt-1 {
    margin-top: 15px !important;
}

.mb-5 {
    margin-bottom: 30px !important;
}

.mt-5 {
    margin-top: 30px !important;
}

.mb-6 {
    margin-bottom: 40px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mt-6 {
    margin-top: 40px !important;
}

.p-0 {
    padding: 0px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.p-1 {
    padding: 15px !important;
}

.pb-1 {
    padding-bottom: 15px !important;
}

.pt-1 {
    padding-top: 15px !important;
}

.pt-5 {
    padding-top: 30px !important;
}

.pb-5 {
    padding-bottom: 30px !important;
}

.p-5 {
    padding: 30px !important;
}
.py-5 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.p-20 {
    padding: 20px !important;
}

.pt-6 {
    padding-top: 40px !important;
}

.pb-6 {
    padding-bottom: 40px !important;
}

.px-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.p-6 {
    padding: 40px !important;
}

.fixed {
    position: fixed;
    width: 100%;
}

.border-none {
    border: none !important;
}

#pw-courses-offer h4.highlight {
    line-height: 27px !important;
}

.carousel-indicators {
    bottom: 5px !important;
}

.orange {
    color: orange !important;
}

.border-orange {
    border-color: orange !important;
}

.flex-table li {
    display: flex;
}

.flex-table li span {
    padding-left: 20px;
}

.flex-table li span:first-child {
    padding-left: -0px !important;
}

.bg-tablo {
    background: #513c0f !important;
    margin-top: 0px !important;
}
.bg-tablo {
    margin-top: 20px !important;
}

.side-container .cell p {
    font-size: 14px !important;
}

.transparent {
    background-color: transparent !important;
}

.dark-grey {
    background: #28282E;
}

.hollow_button {
    position: relative;
}

#aktualne-kursy .hollow_button:after {
    content: 'Przejdź dalej >';
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    right: 20px;
    margin: auto;
    z-index: 0;
}

#aktualne-kursy .hollow_button {
    padding-bottom: 35px;
}

.light-grey {
    background-color: #2D2E38;
}

.green {
    background-color: #455C44;
}

.red-border {
    border: 1px solid red;
}

.dark-grey {
    background: #28282E;
}

.elegant-black {
    background-color: #000;
}

#aktualne-kursy {}

.phone-call {
    display: none;
}

#instruktor-btn .button-wrapper {
    z-index: 20 !important
}
#instruktor-btn > a  {
    min-height: 150px;
}

.bold {
    font-weight: bold;
}

.shadow {
    -webkit-box-shadow: 0px 0px 48px -1px rgba(45, 45, 63, 0.36);
    -moz-box-shadow: 0px 0px 48px -1px rgba(45, 45, 63, 0.36);
    box-shadow: 0px 0px 48px -1px rgba(45, 45, 63, 0.36);
}

#aktualne-kursy .small {
    text-transform: initial !important;
}

#aktualne-kursy .col-md-12 {
    padding: 0;
    margin-bottom: 5px !important
}

#aktualne-kursy .box {
    width: 100% !important;
    padding: 15px;
    height: initial !important;
}

#aktualne-kursy h3 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
    text-align: center;
    line-height: 20px;
}

#aktualne-kursy .box h3:last-child {
    margin-bottom: 0px !important;
}

#aktualne-kursy h3.small {
    font-size: 14px !important;
    text-transform: initial;
}

#aktualne-kursy .text-normal {
    text-transform: initial !important;
}

.small {
    font-size: 14px !important;
}

.mark {
    background-color: rgba(255, 255, 255, 0.21);
    text-transform: uppercase;
}

.upper {
    text-transform: uppercase !important;
}

#video .video-container {
    overflow: hidden !important;
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: black !important;
    display: flex;
}

#video video {
    width: 100%;
    margin: auto;
}

#video .go-down,
#video .play-button {
    height: 60px;
    min-width: 100px;
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

#video .play-button {
    display: none;
}

#video .go-down {
    left: calc(50% - 110px);
    bottom: 20%;
}

#video .play-button {
    left: calc(50% - 50px);
    bottom: calc(50% - 30px);
}

#video .go-down i,
#video .play-button i {
    margin: auto;
    font-size: 50px;
}

.nav-menu ul li a {
    transition: 0.2s !important;
}

.nav-menu ul li a:hover {
    color: white !important;
}

.nav-menu ul li a.active {
    font-weight: bold;
}

.nav-menu {
    width: 100% !important;
    max-width: 1100px !important;
}

.main-head h1,
.main-head li {
    padding-left: 30px;
    text-align: left;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 3px;
    font-size: 16px !important;
}

.modal-body {
    background: black;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: black;
}

.fa-download,
.fa-link {
    margin-left: 15px;
    margin-right: 5px;
}

.list-wrapper {
    display: flex !important;
}

.list-wrapper ul:first-child {
    padding-left: 0px;
}

.close {
    color: white !important;
}

.download-list li a {
    display: flex !important;
}

.m-box i {
    margin-left: 10px;
    margin-right: 10px;
}

@media screen and (max-width: 1600px) {
    .nav-logo {
        max-width: 200px;
    }
}

@media screen and (max-width: 1366px) {

    .nav-container:after,
    .nav-container:before {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .m-d-none {
        display:none !important;
    }
    .carousel-inner>.item>img,
    .carousel-inner>.item>a>img {
        object-fit: cover !important;
        height: 100% !important;
        width: 100% !important;
    }

    #cross-image .carousel-inner .item {
        /*height: 46vh;*/
    }

    #cssmenu #head-mobile {
        padding: 0px !important;
        height: 50px !important;
        display: flex !important;
        align-items: center !important;
        padding-left: 15px !important;
        position: relative;
        z-index: 200;
    }

    #cssmenu .button {
        top: 6px !important;
    }

    #head-mobile i {
        font-size: 20px;
        width: 40px !important;
        height: 40px !important;
        border-radius: 50%;
        border: 1px solid white;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .movi-logo {
        height: 50px !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 200px;
        z-index: 300;
        margin: auto !important;
    }

    /*	#cssmenu  {		height: 50px !important;		}*/
}

@media screen and (max-width: 768px) {
    .dnowrap {
        white-space: initial !important;
    }
    #aktualne-kursy .hollow_button:after {
        display: block;
        left: 0;
        right: 0;
    }
    #unmuteButton {
        display: none !important;
    }
    #main-video {
        height: auto !important;
    }

    footer.text-left {
        position: relative;
    }

    .phone-call {
        display: block;
        position: absolute;
        bottom: 50px;
        right: 20px;
        font-size: 20px;
        width: 40px !important;
        height: 40px !important;
        border-radius: 50%;
        border: 1px solid white;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .breadcrumbs-container {
        padding-top: 40px;
    }

    #aktualne-kursy .hollow_button.disable-link:after {
        display: none;
    }

    .hollow-data a span h1 {
        font-size: 16px !important;
        margin-bottom: 0px !important;
        line-height: 20px !important;
    }

    .hollow-data a span {
        width: 50% !important;
    }

    .hollow-data a,
    .hollow_data .hollow_button {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .hollow_data .hollow_button span {
        width: 50% !important;
    }

    .hollow_data .hollow_button span:first-child,
    .hollow_data .hollow_button span:nth-child(3) {
        text-align: left !important;
    }

    .hollow_data .hollow_button {
        padding: 5px !important;
    }

    #works .hollow_button span:nth-child(4) {
        width: 50% !important;
    }

    #page-content .mm-0 {
        margin: 0px !important;
    }

    #video .main-video {
        height: 100%;
    }

    .arrow {
        padding: 20px !important;
    }

    .arrow li {
        font-size: 16px !important;
    }

    #page-content .text-wrapper {
        margin: 0 !important;
    }

    .mpr-20 {
        padding-right: 20px !important;
    }

    .hero-mobile-image {
        display: block !important;
    }

    .hero-mobile-image img {
        margin: 0 auto;
        display: block;
        width: 100%;
        height: auto;
    }

    #spero-slider {
        display: none;
    }

    .hollow-data a span {
        width: 50% !important;
    }

    .hollow-data a,
    .hollow_button {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .hollow_button span {
        width: 50% !important;
    }

    .hollow_button span:first-child {
        text-align: left !important;
    }

    .hollow_button {
        padding: 5px !important;
    }

    body #works {
        padding-top: 20px !important;
    }

    h1.main-head {
        font-size: 12px !important;
    }

    .m-box h3 {
        padding: 0 !important;
        font-size: 14px !important;
        line-height: 16px !important;
        font-weight: 400;
    }

    .m-box h1 {
        font-size: 20px !important;
    }

    .m-box h1,
    .m-box h2,
    .m-box h3 {
        padding: 0px !important;
        margin-bottom: 0px !important;
    }

    body .m-box {
        padding: 10px !important;
    }

    article {
        padding: 0px !important;
    }

    .mp-0 {
        padding: 0px !important;
    }

    .casestudy_cont {
        border: none !important;
    }

    p {
        margin-bottom: 20px !important;
    }

    body .mm-20 {
        margin-top: 20px !important;
    }

    .main-head h1,
    .main-head li {
        font-size: 12px !important;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        line-height: 1.4 !important;
    }

    .hollow-data a {
        flex-wrap: wrap;
    }

    .hollow-data a span {
        width: 50% !important;
    }

    .hollow-data a span:nth-child(1) {
        text-align: left !important;
        width: 30% !important;
    }

    .hollow-data a span:nth-child(2) {
        text-align: left !important;
        width: 70% !important;
    }

    .hollow-data a span:nth-child(3) {
        text-align: left !important;
        width: 30% !important;
        margin-top: 30px;
    }

    .hollow-data a span:nth-child(4) {
        text-align: right !important;
        width: 70% !important;
        margin-top: 30px;
    }

    .terminy {
        width: 100%;
    }

    .terminy .termin span:last-child {
        text-align: right !important;
    }

    #page-content .mobile-fix-padding {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .mobile-fix-padding {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    #instruktor-btn {
        padding-bottom: 55px;
        background-color: black;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px !important;
        margin: 120px auto !important;
    }
}

@media screen and (min-width: 768px) {
    #video .play-button {
        display: none;
    }
}

@media screen and (min-width: 1600px) {
    .col-xxl-1 {
        width: 8.33333333% !important;
    }

    .col-xxl-2 {
        width: 16.66666667% !important;
    }

    .col-xxl-3 {
        width: 25% !important;
    }

    .col-xxl-4 {
        width: 33.33333333% !important;
    }

    .col-xxl-5 {
        width: 41.66666667% !important;
    }

    .col-xxl-6 {
        width: 50% !important;
    }

    .col-xxl-7 {
        width: 58.33333333% !important;
    }

    .col-xxl-8 {
        width: 66.66666667% !important;
    }

    .col-xxl-9 {
        width: 75% !important;
    }

    .col-xxl-10 {
        width: 83.33333333% !important;
    }

    .col-xxl-11 {
        width: 91.66666667% !important;
    }

    .col-xxl-12 {
        width: 100% !important;
    }

    .col-xxl-offset-1 {
        margin-left: 8.33333333% !important;
    }

    .col-xxl-offset-2 {
        margin-left: 16.66666667% !important;
    }

    .col-xxl-offset-3 {
        margin-left: 25% !important;
    }

    .col-xxl-offset-4 {
        margin-left: 33.33333333% !important;
    }

    .col-xxl-offset-5 {
        margin-left: 41.66666667% !important;
    }

    .col-xxl-offset-6 {
        margin-left: 50% !important;
    }

    .col-xxl-offset-7 {
        margin-left: 58.33333333% !important;
    }

    .col-xxl-offset-8 {
        margin-left: 66.66666667% !important;
    }

    .col-xxl-offset-9 {
        margin-left: 75% !important;
    }

    .col-xxl-offset-10 {
        margin-left: 83.33333333% !important;
    }

    .col-xxl-offset-11 {
        margin-left: 91.66666667% !important;
    }

    .col-xxl-offset-12 {
        margin-left: 100% !important;
    }
}

@media screen and (max-width: 660px) {
    #funkcjonariusze ul {
        margin-left: 0px;
    }
    .row-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    .row-wrapper > h3 {
        width: 100%;
        margin: 20px 0 !important;
        font-size: 16px !important;
    }
    .m-max-width-70 {
        max-width: 100% !important;
    }
    .btn-pdf.kafelek {
        margin-bottom: 40px !important;
    }
}
