 @import url('https://fonts.googleapis.com/css?family=Didact+Gothic');

html {
    margin:0;
    padding:0;
    background: #e9e9e9;
    color:#5e5e5e;
    font-weight: 400;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 14px;
    text-align: justify;
}
body {
    margin:0;
    padding:0;
}
.end {
    clear:both;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
}

h1 {
    font: 400 30px/30px 'Didact Gothic', sans-serif;
    color: #ed1c24;
    text-transform: uppercase;
    margin: 0 0 16px;
    display: inline-block;
}
h2 {
    font: 400 30px/30px 'Didact Gothic', sans-serif;
    text-transform: uppercase;
    margin: 0 0 16px;
    color:#fff;
}
h3 {
    font: 400 30px/30px 'Didact Gothic', sans-serif;
    text-transform: uppercase;
    margin: 0 0 16px;
    color:#ed1c24;
}
h4, h4 a {
    font: 400 14px/18px 'Didact Gothic', sans-serif;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    color:#cfcfcf;
}
h5, h2.colr {
    font: 400 24px/24px 'Didact Gothic', sans-serif;
    margin: 0 0 5px 0;
    color:#333333;
}
p {
    padding: 10px 0;
}

@media (min-width:1200px){
    .cont {
        margin:0 auto;
        width:1200px;
    }
}
@media (min-width: 600px) and (max-width:1200px){
    .cont {
        margin:0 5%;
        width:90%;
    }
}
@media (max-width: 600px){
    .cont {
        margin-left: 10%;
        width:80%;
    }
}


@media (max-width: 900px) { 
    .logo {
        margin: 0 auto;
        max-width: 250px;
        padding: 20px 0;
    }
}


@media (min-width: 600px){
    img {
        margin:0;
        padding:0;
        border:0;
        max-width:100%;
        float:left;
    }
}

@media (max-width: 600px){
    img {
        margin:0;
        padding:0;
        border:0;
        max-width:100%;
        float:left;
    }
}

.kpoz {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #333333;
}
.kpoz p, .kpoz a {
    color: #333333;
}
.cherry-icon {
    color: #b2b2b2;
    margin-right: 5px;
}

@media (min-width:900px) {
    .module3 .poz {
        float: left;
        width: calc(100% / 4 - 30px);
        margin: 0 15px;
        vertical-align: top;
        text-align: center;
    }
    .module3 .poz h4 {
        height: 30px;
    }
}

.module3 img {
    width: 30%;
    margin-left: 35%;
    padding: 10px 0;
}


.op-banner {
    position:absolute;
    bottom: 0;
    left:0;
    color:#FFF;
    padding:10px 0;
    z-index: 1000;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    background: rgba(51,51,51,0.75);
    width: 100%;
}
.banner img {
    width: 100%;
}

.banner h3 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    
}


[class*="span"] {
    position: relative;
}

[class*="module"] {
    position: relative;
    padding: 80px 0;
}

@media (min-width: 900px){
    .lewa-col {
        float: left;
        width: calc(100% - 350px);
    }
    .prawa-col {
        float: right;
        width: 320px;
        background: #f4f4f4;
        padding: 20px;
        webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
}


@media (min-width: 900px){
    .img-r {
        float: right;
        width: 30%;
        margin: 20px 0 0 20px;
    }
}
.img-l {
    background: #fff;
}

header.top {
    top: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 0.75);
        box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 0.75);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
}

@media (min-width: 900px) { 
    header.top .logo {
        width: 250px;
        padding: 10px 0;
        float: left;
        -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
    }
   
    .menugr {
        float: right;
        margin-top: 80px;
    }
}

@media (max-width: 900px) { 
    .logo {
        margin: 0 auto;
        max-width: 250px;
        padding: 20px 0;
    }
}


.dark {
    background: #333333;  
    color: #fff;
}




.module2 ul {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.module2 .poz {
    padding: 10px 0;
    font-size: 0.8em;
    overflow: hidden;
    float: left;
}

@media (min-width:900px) {
    .module2 .poz {
        float: left;
        width: calc(100% / 4 - 20px);
        margin: 0 10px;
    }
}

.module2 .poz img {
    margin-bottom: 30px;
    padding: 0 30px;
    -webkit-border-radius: 60px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius: 60px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-radius: 60px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}


.btn {
    float: right;
    margin-top: 20px;
}
.btn a {
    background-color:rgba(2,53,88,1);
    color: #fff;
    padding: 10px;
}

.btn a:after {
    display: inline-block;
    width: 12px;
    height: 12px;
    content: attr(data-icon);
    font-family: 'FontAwesome';
    speak: none;
    margin-left: 10px;
    color: #fff;
    content: "\f105";
}

.module4 {
    margin: 0;
    padding: 0;
    background-image: url('../images/banner4.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.module4 .tlos {
    background: -moz-radial-gradient(center, ellipse cover, rgba(2,53,88,0.5) 0%, rgba(2,53,88,0.8) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(2,53,88,0.5) 0%,rgba(2,53,88,0.8) 100%);
    background: radial-gradient(ellipse at center, rgba(2,53,88,0.5) 0%,rgba(2,53,88,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80023558', endColorstr='#cc023558',GradientType=1 );
    padding: 80px 0;
    color: #fff;
    font-size: 0.8em;
}

.module4 figure {
    width: 50%;
    margin-left: 25%;
}

@media (min-width:900px) {
    .module4 .poz {
        float: left;
        width: calc(100% / 3 - 30px);
        padding: 10px;
    }
}

.module4 h5 {
    color: #ffde00;
}
.module4 .poz {
    border: 1px solid rgba(255,255,255, 0.5);
    margin: 5px;
    -webkit-box-shadow: inset 0px 0px 20px 0px rgba(2, 53, 88, 0.05);
    -moz-box-shadow:    inset 0px 0px 20px 0px rgba(2, 53, 88, 0.05);
    box-shadow:         inset 0px 0px 20px 0px rgba(2, 53, 88, 0.05);
    transition: all .3s;
}
.module4 .poz:hover {
    border: 1px solid rgba(255,255,255, 1);
    -webkit-box-shadow: inset 0px 0px 20px 0px rgba(2, 53, 88, 0.75);
    -moz-box-shadow:    inset 0px 0px 20px 0px rgba(2, 53, 88, 0.75);
    box-shadow:         inset 0px 0px 20px 0px rgba(2, 53, 88, 0.75);
    transition: all .3s;
}

@media (min-width:900px) {
    .module5 img {
        width: calc(100% / 3 - 10px);
        padding: 10px;
    }
}

footer {
    font-size: 14px;
}

footer li a {
    color: #333;
}
footer li a:hover, footer li.active a {
    color: #ed1c24;
}

@media (min-width: 800px) {
    footer li {
        float: left;
        padding: 0 10px;
        overflow: hidden;
        line-height: 60px;
    }
    .menud {
        float: left;
    }
    .menud li {
        font-size: 14px;
    }
    .autor {
        float: right;
    }
    .menud ul ul {
        display: none;
    }
}
@media (max-width: 800px) {
    .menud {
        display: none;
    }
    .autor {
        text-align: center;
    }
}

.autor p {
    line-height: 60px;
    color: #333333;
    margin: 0;
    padding: 0;
}

.autor p a {
    color:#ed1c24;
}


#cssmenu {
    margin: 0;
    padding: 0;
}

#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu #menu-button {
    display: none;
}
#cssmenu ul {
    z-index: 9999;
}
#cssmenu > ul > li {
    float: left;
}
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right > ul > li {
    float: right;
    padding: 0 5px;
}
#cssmenu ul li a {
    padding: 10px 20px;
    font-size: 21px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    color: #333333;
    transition: all .3s;
    position: relative;
    text-decoration: none;
    display: block;
    width: 100%; 

}
#cssmenu ul li a:after {
    content: "";
  height: 2px; 
  left: 0; 
  bottom: 0; 
  width: 100%;  
  position: absolute; 
  transition: all 0.3s ease 0s; 
  -webkit-transition: all 0.3s ease 0s; 
  z-index: -1;
    background: rgba(51,51,51,0.2);
    
    
    
}

#cssmenu > ul > li.active > a::after, #cssmenu ul li a:hover:after, #cssmenu > ul > li.current_page_item > a::after{
    background: rgba(51,51,51,0.3);
    width: 100%;
    height: 4px;
}


#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a{
    
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 40px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #3f3f4d;
    content: '';
}
#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 37px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #3f3f4d;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:after {
    background: #fff;
}
#cssmenu > ul > li.has-sub:hover > a:before {
    top: 37px;
    height: 0;
    background: #fff;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu li:hover > ul {
    left: auto;
    background: #f96209;
    background: -moz-radial-gradient(center, ellipse cover, #f96209 0%, #bb0406 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #f96209 0%,#bb0406 100%);
    background: radial-gradient(ellipse at center, #f96209 0%,#bb0406 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f96209', endColorstr='#bb0406',GradientType=1 );
}
#cssmenu.align-right li:hover > ul {
    left: auto;
    right: 0;
}
#cssmenu li:hover > ul > li {
    height: 35px;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(255, 148, 5, 0.25);
    padding: 11px 15px;
    width: 200px;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #fff;
    background: #ff9405;
}
#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: 100%;
    }
    #cssmenu ul {
        width: 100%;
        display: none;
    }
    #cssmenu.align-center > ul {
        text-align: left;
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.2);
    }
    #cssmenu ul ul li,
    #cssmenu li:hover > ul > li {
        height: auto;
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
    }
    #cssmenu > ul > li {
        float: none;
    }
    #cssmenu ul ul li a {
        padding-left: 25px;
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px;
    }
    #cssmenu ul ul li a {
        color: #dddddd;
        background: none;
    }
    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.active > a {
        color: #ffffff;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul,
    #cssmenu.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before {
        display: none;
    }
    #cssmenu #menu-button {
        display: block;
        padding: 17px;
        color: #000;
        cursor: pointer;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 400;
    }
    #cssmenu #menu-button:after {
        position: absolute;
        top: 22px;
        right: 17px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        content: '';
    }
    #cssmenu #menu-button:before {
        position: absolute;
        top: 16px;
        right: 17px;
        display: block;
        height: 2px;
        width: 20px;
        background: #000;
        content: '';
    }
    #cssmenu #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 15px;
        background: #000;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #cssmenu #menu-button.menu-opened:before {
        top: 23px;
        background: #000;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 9999;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.2);
        height: 46px;
        width: 46px;
        cursor: pointer;
    }
    #cssmenu .submenu-button.submenu-opened {
        background: #262626;
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
        content: '';
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #ffffff;
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        content: '';
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }
}
