html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    width: 100%;
}
body {
    font: 400 100%/1.4 Lato, Arial, sans-serif;
    color: #a6a6a0;
    height:4000px;
    overflow-x: hidden;
    width: 100%;
}

#wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

header {
    height: 70px;
    background-color: rgba(29, 29, 32, 0.9);
    position:fixed;
    width: 100%;
    z-index: 999;
}
div[id^="section"] {
    display: block;
    height: 400px;
    text-align: center;
}
.filmy {
	Width:100%;
	float:left;
}
.wrappTo1020 {
    width: 1020px;
    margin: 0 auto;
    position: relative;
}

a:link, a:visited {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: inherit;
}
a:hover,a:focus, a:active {
    border-bottom: #2d57ce 3px solid;
}
.top {
    width: 100%; 
    height: 700px;
    background: url(../images/top_bg.jpg) no-repeat center top #212025;
    color:#fff;
}
.top i:not(.strzalka) {
    text-shadow: 1px 2px 3px rgba(1, 1, 1, 0.4);
    cursor: pointer;
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0.3;

}
.top i:hover {
    color:#2d57ce;
    opacity: 1;
}

.oferta {
    min-height: 800px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 100px 0;
}

.logo {
    width: 166px;
    height: 100px;
    float: left;
    display: block;
    margin-top: 5px;
}

.menu {
    width: 540px;
    float: right;
    margin-top: 25px;
    color: #fff;
    font: 700 14px / 19px Lato;
    text-transform:uppercase;
    display: block;
    height: 16px;
}
.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}
.menu ul li {
    float:left;
    margin-right: 20px;
}

.menu li:last-child {
    margin-right: 0;
}
.menu li a:link, .menu li a:visited {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.menu li a:hover {
    border-bottom: #2d57ce 3px solid;
}

.claim {
    color: #fff;
    font: italic 300 62px / 19px Lato;
    display: block;
    top:230px;
    margin-left: 30px;
    position: relative;
    animation-delay: 2s;
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
}

.sub_claim {
    color: #2d57ce;
    font: 900 30px / 19px Lato;
    margin-left: 60px;
    position: relative;
    top: 280px;
    text-transform: uppercase;
    animation-delay: 2.2s;
    -moz-animation-delay: 2.2s;
    -webkit-animation-delay: 2.2s;
}

#inner{
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg); 
    background-image: -moz-linear-gradient( 135deg, rgb(0,0,0) 0%, rgb(33,32,36) 24%);
    background-image: -webkit-linear-gradient( 135deg, rgb(0,0,0) 0%, rgb(33,32,36) 24%);
    background-image: -ms-linear-gradient( 135deg, rgb(0,0,0) 0%, rgb(33,32,36) 24%);

    width:100px;
    height:100px;
    top: -45px;
    left: 13px;
    position:relative;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#outer {
    position: absolute;
    width: 130px;
    height: 70px;    
    overflow: hidden;
    left:25%;
}
#outer3 {
    position: absolute;
    width: 130px;
    height: 70px;    
    overflow: hidden;
    left:25%;
}


.arrow {
    width: 245px;
    background: url(../images/cien.png);
    height: 42px;
    position:relative;
    bottom: -573px;
    margin-left:auto;
    margin-right:auto;
    cursor: pointer;
    color: #fff;
    text-shadow: 0px 0px 8px rgba(1, 1, 1, 1);
    font-size: 36px;
}

.strzalka {
    position: absolute;
    transform: rotate(-45deg);
    bottom: 7%;
    left: 55%;
}

.mouse {
    z-index: 9;
    position: relative;
    bottom: -580px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 37px;
    height: 45px;
    left: 0px;
    right: 0px;
}


#nav {
    position:fixed;
    right:20px;
    top:25%;
    list-style:none;
    z-index: 99;
    width: 20px;
    padding: 10px 10px 0px 10px;
}

#nav a {
    border: #ffffff 3px solid;
    background-color: #212025;
    display: block;
    box-shadow: 0px 1px 3px 0.00px rgba(1, 1, 1, 0.75);
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius:5px;
    border-radius: 15px;
    width: 10px;
    height: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#nav a:hover {
    background: #2d57ce;
}
#nav .active a {
    background: #2d57ce;
    border: none;
    color: #ededed;
    width: 20px;
    height: 20px;
    margin-left: 0px;
    box-shadow: 0px 1px 3px 0.00px rgba(1, 1, 1, 0.75);

}

.anchor:before {
    display: block; 
    content: " "; 
    height: 100px;
    margin-top: -80px; 
    visibility: hidden; 
}
.anchor2:before {
    display: block; 
    content: " "; 
    height: 160px;
    margin-top: -80px; 
    visibility: hidden; 
}
.anchor3:before {
    display: block; 
    content: " "; 
    height: 180px;
    margin-top: -80px; 
    visibility: hidden; 
}
.anchor4:before {
    display: block; 
    content: " "; 
    height: 130px;
    margin-top: -80px; 
    visibility: hidden;
}

.header_oferta {
    color: #212024;
    font: 900 36px / 19px Lato;
    text-transform: uppercase;
    margin: 0px -50px;
    display: block;
    float: left;
}
.header_serwis {
    color: #fff;
    font: 900 36px / 19px Lato;
    text-transform: uppercase;
    margin: 0px -50px;
    display: block;
    float: left;
}
.header_kontakt {
    color: #fff;
    font: 900 36px / 19px Lato;
    text-transform: uppercase;
    margin: 50px -50px;
    display: block;
    float: left;
}
.header_oferta span {
    font-weight: 300;
}
.header_serwis span {
    font-weight: 300;
}
.header_kontakt span {
    font-weight: 300;
}
#bar{
    position:fixed;
    background-color:#2d57ce;
    width:100%;
    height:3px;
    z-index: 99999;
    display: block;
    bottom:0;
}

.mask_white {
    width: 67px;
    height: 100px;
    background:url(../images/white_mask.png) no-repeat;
    display: block;
    z-index: 2;
    position: relative;
    float: left;
    top: -49px;
    left:-25px;
}
.mask_black {
    width: 67px;
    height: 100px;
    background: url(../images/black_mask.png) no-repeat;
    display: block;
    z-index: 2;
    position: relative;
    float: left;
    top: 0;
    left:-25px;
}
.mask_blue {
    width: 67px;
    height: 100px;
    background: url(../images/blue_mask.png) no-repeat;
    display: block;
    z-index: 2;
    position: relative;
    float: left;
    top: -49px;
    left:-25px;
}
.mask_grey {
    width: 67px;
    height: 100px;
    background: url(../images/grey_mask.png)no-repeat;
    display: block;
    z-index: 2;
    position: relative;
    float: left;
    top: -49px;
    left:-25px;
}

.one4 {
    width: 33%;
    box-sizing: border-box;
    float: left;
    text-align: center;
    color: #a6a6a0;
    font-size: 14px;
    padding: 20px 20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.one4-2 {
    width: 25%;
    box-sizing: border-box;
    float: left;
    text-align: center;
}
.one4:hover, .one4:focus {
    cursor: pointer;
    box-shadow: 1px 1px 2px 0px rgba(173,173,173,0.55);
}

.circle {
    display: block;
    border-radius: 44px;
    width: 88px;
    text-align: center;
    border: #ccc 1px solid;
    height: 88px;
    color: #2d57ce;
    font: 400 40px / 86px icomoon;
    margin: 0 auto;
}

h2 {
    color: #2d57ce;
    font: 900 18px Lato;
    text-transform: uppercase;
}

.offers {
    clear: both;
    width: 100%;
    display: block;
}

.highlight {
    color: #4567d1;
}




#inner2{
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg); 
    background-image: -moz-linear-gradient( 135deg, rgb(116,117,118) 0%, rgb(255,255,255) 20%);
    background-image: -webkit-linear-gradient( 135deg, rgb(116,117,118) 0%, rgb(255,255,255) 20%);
    background-image: -ms-linear-gradient( 135deg, rgb(116,117,118) 0%, rgb(255,255,255) 20%);
    width:100px;
    height:100px;
    top: -45px;
    left: 13px;
    position:relative;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#inner5{
   transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -moz-transform: rotate(225deg); 
    background-image: -moz-linear-gradient( 135deg, rgb(116,117,118) 0%, rgb(255,255,255) 20%);
    background-image: -webkit-linear-gradient( 135deg, rgb(116,117,118) 0%, rgb(255,255,255) 20%);
    background-image: -ms-linear-gradient( 135deg, rgb(116,117,118) 0%, rgb(255,255,255) 20%);
    width:100px;
    height:100px;
    top: 13px;
    left: 13px;
    position:relative;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#outer2 {
    position: absolute;
    width: 130px;
    height: 70px;    
    overflow: hidden;
    left:25%;
}
#outer5 {
    position: absolute;
    width: 130px;
    height: 70px;    
    overflow: hidden;
    left:25%;
}
#outer4 {
    position: absolute;
    width: 130px;
    height: 70px;    
    overflow: hidden;
    left:25%;
}

.arrow2 {
    width: 245px;
    background: url(../images/cien.png);
    height: 42px;
    position:relative;
    bottom: -135px;
    margin-left:auto;
    margin-right:auto;
    cursor: pointer;
    color: #212024;
    text-shadow: 0px 0px 8px rgba(1, 1, 1, 1);
    font-size: 36px;
}
.arrow5 {
    width: 245px;
    background: url(../images/cien.png) center 26px no-repeat;
    height: 66px;
    position:relative;
    bottom: 57px;
    margin-left:auto;
    margin-right:auto;
    cursor: pointer;
    color: #212024;
    text-shadow: 0px 0px 8px rgba(1, 1, 1, 1);
    font-size: 36px;
}
.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.strzalka2 {
    position: absolute;
    transform: rotate(-45deg);
    bottom: 7%;
    left: 55%;
}
.serwis {
    width:100%;
    min-height: 620px;
    background-color: #2d57ce;
    box-sizing: border-box;
    float: left;
    margin-top: 40px;
    padding-top: 30px;
    color: #fff;
    text-align: center;
    font-weight: 300;
}
.realizacje {
    width:100%;
    min-height: 682px;
    background-color: #2d57ce;

    padding-top: 30px;
    color: #212024;
    text-align: center;
    font-weight: 300;
    background-color: #f6f6f6;
    clear: both;
}

.serwisIntro {
    text-transform: uppercase;
    color: #212024;
    font: 900 18px / 27px Lato;
    clear: both;
    margin-bottom: 20px;
}

.btn, .button-primary {
    border: medium none;
    font-family: inherit;
    font-size: 14px;
    color: #fff !important;
    background: none;
    cursor: pointer;
    padding: 8px 20px;
    display: inline-block;
    margin: 5px 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: medium none;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration:none !important;
}
.btn-2, .button-primary {
    background-color: #212024;
    color: #fff;
    box-shadow: 0 4px #111012;
    -webkit-transition: none;
    transition: none;
}
.btn-2c, .button-primary {
    border-radius: 5px;
}

.btn-2c:hover, .button-primary:hover, .button-primary:focus {
    box-shadow: 0 3px #111012;
    top: 1px;
    border: none;
    background-color: #38363c;
}

.btn-2c:active, .button-primary:active {
    box-shadow: 0 0 #0B3F6B;
    top: 5px;
    border: none;
}

.arrow_s {
    margin-left: -110px;
    margin-top: -12px;
    left: 160px;
    position: relative;
}


#inner3{
     transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg); 
    background-image: -moz-linear-gradient( 135deg, rgb(24,54,139) 0%, rgb(45,87,206) 20%);
    background-image: -webkit-linear-gradient( 135deg, rgb(24,54,139) 0%, rgb(45,87,206) 20%);
    background-image: -ms-linear-gradient( 135deg, rgb(24,54,139) 0%, rgb(45,87,206) 20%);

    width:100px;
    height:100px;
    top: -45px;
    left: 13px;
    position:relative;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.arrow3 {
    width: 245px;
    background: url(../images/cien.png);
    height: 42px;
    position:relative;
    bottom: -713px;
    margin-left:auto;
    margin-right:auto;
    cursor: pointer;
    color: #fff;
    text-shadow: 0px 0px 8px rgba(1, 1, 1, 1);
    font-size: 36px;
}

.swiper-container {
    height: 430px;
    width: 100%;
    clear: both;
}
.swiper-slide {
    background-color: #fff;
}

.swiper-button-prev {
    position: relative !important;
    top:-200px !important;
    left:10% !important;
}

.swiper-button-next {
    position: relative !important;
    top:-222px !important;
    right:-90% !important;
}
.swiper-pagination {
    margin: 10px auto !important;
    width: 200px !important;
    position: relative !important;
}



#inner4{
     transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg); 
    background-image: -moz-linear-gradient(  135deg, rgb(196,196,196) 0%, rgb(246,246,246) 20%);
    background-image: -webkit-linear-gradient(  135deg, rgb(196,196,196) 0%, rgb(246,246,246) 20%);
    background-image: -ms-linear-gradient( 135deg, rgb(196,196,196) 0%, rgb(246,246,246) 20%);
    width:100px;
    height:100px;
    top: -45px;
    left: 13px;
    position:relative;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#outer2 {
    position: absolute;
    width: 130px;
    height: 70px;    
    overflow: hidden;
    left:25%;
}

.arrow4 {
    width: 245px;
    background: url(../images/cien.png);
    height: 42px;
    position:relative;
    bottom: 25px;
    margin-left:auto;
    margin-right:auto;
    cursor: pointer;
    color: #212024;
    font-size: 36px;
}

.referencje {
    width:100%;
    min-height: 682px;
    background-color: #2d57ce;
    float: left;
    padding-top: 10px;
    color: #212024;
    text-align: center;
    font-weight: 300;
    background-color: #fff;
    margin-top: -40px;
}

.kontakt {
    width:100%;
    min-height: 600px;
    background-color: #fff;
    float: left;
    color: #212024;
    text-align: center;
    font-weight: 300;
}
.ref_txt {
    color: #a6a6a0;
    font: italic 300 18px / 32px Lato;
    width: 60%;
    float: left;
}

.fat {
    font: 900 18px Lato;
}

.signature {
    color: #212024;
    font: 300 18px Lato;
    float: right;
    width: 30%;
    text-align: right;
    bottom: 0;
    position: absolute;
    bottom: 18px;
    right: 0;
}

.referencja {
    width: 100%;
    display: block;
    border-bottom:#212024 1px dashed;
    padding: 20px 0;
    height: 100%;
    float: left;
    text-align: left;
    position: relative;
    text-indent: 80px;
    background: url(../images/quotes.png) no-repeat left 20px;
}

.credits {
    color: #212024;
    font: 400 10px / 19px Lato;
    width: 260px;
    float: left;
    text-transform: uppercase;
}

footer {
    height:60px;
    clear: both;
    padding-top:10px;
}

#vipkam {
    height:210px;
    width:100%;
}
.gm-style-iw * {
    display: block;
    width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
    margin: 0;
    padding: 0;
}
.gm-style-iw a {
    color: #4272db;
}

.inner_kontakt {
    width: 100%;
    min-height: 380px;
    display: block;
    background:url(../images/map.png) #212024 bottom center no-repeat;
    color:#fff;
}

.yasio {
    float: right;
    position: relative;
    right: 0;
    bottom: 56px;
}

.k_1 {
    width: 30%;
    display: block;
    float: left;
    text-align: left;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
}
.k_2 {
    width: 30%;
    display: block;
    float: left;
    text-align: left;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
}

.k_1 i, .k_2 i {
    color: #2d57ce;
    font-size: 26px;
    vertical-align: middle;
}

.k_1 p, .k_2 p {
    margin-bottom: 40px;
}


.foot_text {
    clear: both;
    width: 100%;
    display: block;
    height: 100%;
}

.k_3 {
    width:35%;
    float: right;
    text-align: right;
    display: block;
}

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #2d57ce;
    font-weight: 300;
    font-family: Lato;
    -webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #2d57ce;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}


/* Ruri */
.input__field--ruri {
    width: 100%;
    background: transparent;
    padding: 0.5em 0;
    margin-bottom: 1em;
    color: #fff;
}

.input__label--ruri {
    width: 100%;
    position: absolute;
    text-align: left;
    font-size: 1em;
    padding: 0px 0 5px;
    pointer-events: none;
}

.input__label--ruri::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    left: 0;
    top: 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
}

.input__label-content--ruri {
    padding: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.3s, color 0.3s;
    transition: transform 0.3s, color 0.3s;
}

.input__field--ruri:focus + .input__label--ruri::after,
.input--filled .input__label--ruri::after {
    background: #fff;
    -webkit-transform: scale3d(1, 0.25, 1);
    transform: scale3d(1, 0.25, 1);
}

.input__field--ruri:focus + .input__label--ruri .input__label-content--ruri,
.input--filled .input__label--ruri .input__label-content--ruri {
    color: #fff;
    -webkit-transform: translate3d(0, 2em, 0) scale3d(0.655, 0.655, 1);
    transform: translate3d(0, 2em, 0) scale3d(0.655, 0.655, 1);
}







.submint_btn {
    border: #fff solid 3px;
    padding: 5px 35px;
    display: block;
    background: none;
    font-weight: 400;
}
.submint_btn:hover {
    background-color: rgba(255,255,255,0.1);
    border-color:#2d57ce;
}

.podkreslenie {
    width: 96px;
    height: 4px;
    background-color: #2d57ce;
    display: block;
    margin:10px 0;
}

.description {
    padding: 40px 15px;
    color: #a6a6a0;
    font: italic 300 18px / 32px Lato;
    box-sizing: border-box;
    width: 35%;
    float: right;
    display: block;
    text-align: left;
    position: relative;
}

.real_foto img {
width:100%;
}
.real_foto {
    float: left;
    width: 65%;
}

h4 {
    margin:0;
    color: #212024;
    font: 900 22px / 32px Lato;
    text-transform: uppercase;
}

.works_icons {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #2d57ce;
    margin-top: 30px;
}
.works_icons img {
    
    margin: 5px 37px 10px 0;
}

.pl-1 {
    position: absolute;
    z-index: 9;
    top: 470px;
    left: 120px;
    animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.pl-2 {
    position: absolute;
    z-index: 9;
    top: 420px;
    left: 250px;
    animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}
.pl-3 {
    position: absolute;
    z-index: 9;
    top: 455px;
    left: 770px;
    animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}
.pl-4 {
    position: absolute;
    z-index: 9;
    top: 140px;
    left: 494px;
    animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    -webkit-animation-delay: 1.8s;
}
.pl-5 {
    position: absolute;
    z-index: 9;
    top: 275px;
    left: 800px;
    animation-delay: 2.2s;
    -moz-animation-delay: 2.2s;
    -webkit-animation-delay: 2.2s;
}
.pl-6 {
    position: absolute;
    z-index: 9;
    top: 510px;
    left: 484px;
    animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
}

.pl-7 {
    position: absolute;
    z-index: 9;
    top: 200px;
    left: 884px;
    animation-delay: 3s;
    -moz-animation-delay: 3s;
    -webkit-animation-delay: 3s;
}


#fancybox-outer {
    color: #000;
}
.chmurki {
    width:400px;
    text-align:center;
}
