/* 
Wykonawca oprogramowania oraz kodu: www.iconfuture.pl 
Wszelkie prawa dotyczące wykorzystywania, korzystania ze skryptu oraz jego modyfikacji posiada firma
iconfuture Adam Skwarek ul.Żelechowska 10a 04-854 Warszawa nip: 952-215-91-29
*/

/* Tło */

body {
    background-color: #ffffff;
    color: #041638;
    font-size:14px;
    font-family: 'Muli', sans-serif;
    overflow-x:hidden;
}

/* Tekst */

a {
    text-decoration: none;
    color: #041638;
    outline: none;
}

a:hover,
a:active,
a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #041638;
}

.red{
    color:#e2171f !important;
}

.blue {
    color: #00b3f3 !important;
}

.navyblue{
    color: #041638 !important;
}

.yellow {
    color: #f8ce1d !important;
}

.yellow-lite {
    color: #ffff00 !important;
}

.white{
    color:#ffffff !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px !important;
    }
}

/* Buttons */

a.btn-realization{
    color:#fff !important;
}


.btn-realization{
    background:#041331;
    border-radius: 50px;
    padding: 15px 55px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 5px;
    border:none;
    outline: none;
    cursor: pointer;
}

.btn-realization:hover,
.btn-realization:focus {
    background:#f8ce1d !important;
    color: #fff !important;
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


.description-offer{
    margin-top:150px;
    padding-left:50px;
}


.btn-blue {
    background: #00b3f3;
    border-radius: 50px;
    padding: 15px 55px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 5px;
    border:none;
    outline: none;
    cursor: pointer;
}

.btn-blue:hover,
.btn-blue:focus {
    color: #fff !important;
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.btn-navyblue {
    background: #041638;
    border-radius: 50px;
    padding: 15px 55px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 5px;
}

.btn-navyblue:hover,
.btn-navyblue:focus {
    color: #fff !important;
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.btn-red {
    background: #e2171f;
    border-radius: 50px;
    padding: 15px 55px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 5px;
}

.btn-red:hover,
.btn-red:focus {
    color: #fff !important;
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


.btn-yellow {
    background: #f8ce1d;
    border-radius: 50px;
    padding: 15px 55px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 5px;
}

.btn-yellow:hover,
.btn-yellow:focus {
    color: #fff !important;
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* Title */

.title > h1 {
    font-size: 36px;
    font-weight: 900;
}

.font-weight-black {
    font-weight: 900;
}

/* Header */

header {
    background: url('../img/header.png') no-repeat center bottom;
    width: 100%;
    height: 1096px;
    position: relative;
}

/* Menu */

.navbar-top {
    position: relative;
    width: 100%;
    padding: 120px 0px;
    z-index: 999;
}

.navbar-nav-top > li > a {
    font-size: 16px;
    font-weight: 400;
    color: #041638 !important;
    position: relative;
    top: 2px;
}

.navbar-nav-top > li.nav-item.active > a {
    font-weight: 700;
}

.navbar-nav-top > li > a:hover {
    font-weight: 700;
}

a.nav-link{
    transition: .2s;
}

ul.navbar-nav-top > li.nav-item:last-child{
    background:#000;
    border-radius:25px;
    padding: 0px 0px 5px 0px;
    background-color: #00aff0;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 10s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-iteration-count: infinite;
    animation-duration: 10s;
}

ul.navbar-nav-top > li.nav-item:last-child > a.nav-link{
    color:#ffffff !important;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  12%  {background-color: #00aff0;}
  24%  {background-color: #033e68;}
  36%  {background-color: #041638;}    
  48%  {background-color: #b01a29;}
  60%  {background-color: #ec1c24;}
  72%  {background-color: #f5a01f;}
  84%  {background-color: #f8ce1d;}    
  96%  {background-color: #40b7b9;}
}

/* Standard syntax */
@keyframes example {
  12%  {background-color: #00aff0;}
  24%  {background-color: #033e68;}
  36%  {background-color: #041638;}    
  48%  {background-color: #b01a29;}
  60%  {background-color: #ec1c24;}
  72%  {background-color: #f5a01f;}
  84%  {background-color: #f8ce1d;}    
  96%  {background-color: #40b7b9;}
}

/* News */

.news {
    position: relative;
    width: 100%;
    padding-top: 50px;
}

.news-title {
    text-transform: uppercase;
    color: #b0b0b0;
    font-weight: 500;
}

.news-discription > h1 {
    padding: 30px 0px;
    font-weight: 900;
    font-size: 36px;
}

.specjal-add {
    background: url('../img/special-add.png') bottom left no-repeat;
    width: 1374px;
    height: 391px;
    position: absolute;
    bottom: 15px;
    margin-left: -400px;
  /*    
  animation: shake2 10s linear;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  animation-iteration-count: infinite;
  animation-delay:1s;
  */
}

/*
@keyframes shake2 {
  10%, 90% {
    transform: translate3d(-2px, -5px, 0);
  }
  
  20%, 80% {
    transform: translate3d(-5px, -7px, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(2px, -12px, 0);
  }

  40%, 60% {
    transform: translate3d(5px, -10px, 0);
  }
}
*/

.partners-title{
    padding:0px 0px 35px 0px;
}

/* Cooperation */

.title-cooperation {
    padding: 170px 0px 115px 0px;
}

.circle-cooperation {
    text-align: center;
    height: 325px;
    width: 100%;
}

.circle-offer:hover > i:first-child, .circle-offer:hover > i:last-child{
    transition: 2s;
}

.circle-offer {
    width: 315px;
    height: 315px;
    border-radius: 50%;
    border: 5px solid #fcfcfc;
    cursor: pointer;
    position: relative;
    z-index: 10;
    background: #fff;
}

.circle-offer:last-child {
    flex: none;
    max-width: 467px !important;
    width: 500px !important;
    height: 315px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 5px solid #fcfcfc;
    cursor: pointer;
    margin-left: -150px;
    position: relative;
    z-index: 1;
    padding-left: 120px;
}

.circle-offer:hover,
.circle-offer.active {
    background: #fcfcfc;
}

.circle-offer:hover > .icon-circle,
.circle-offer.active > .icon-circle {
    color: #ed1c24;
}

.icon-circle-big {
    display: none;
}

.circle-offer:last-child:hover > .icon-circle-big,
.circle-offer:last-child.active > .icon-circle-big {
    padding-left: 100px;
}

.circle-offer:hover > .icon-circle-big,
.circle-offer.active > .icon-circle-big {
    display: block;
    color: #041638;
    font-size: 180px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.03;
    text-align: center;
}


.icon-circle {
    font-size: 70px;
    position: relative;
    margin-top: 80px;
    color: #dcdcdc;
}

.text-circle {
    position: relative;
    font-size: 18px;
    text-align: center;
    padding: 5px 50px;
}

/* Aboutus */
.aboutus {
    background: url('../img/aboutus.png') no-repeat center top;
    width: 100%;
    height: 1170px;
    position: relative;
}

.specjal-add2{
    background: url('../img/special-add2.png') top right no-repeat;
    width: 789px;
    height: 439px;
    float:right;
    position: relative;
    top: 175px;
    margin-right:-140px;
}

.phone-render{
    background: url('../img/phone-render.png') center top no-repeat;
    width:404px;
    height:863px;
    position: absolute;
    margin-left:239px;
    margin-top:-20px;
    z-index:999;
}

.phone-img{
    position: absolute;
    z-index:1;
	transform:translateX(-17%);
}

.phone-all{
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  animation-iteration-count: infinite;
  animation-delay:2s;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(0px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(2px, 0, 0);
  }
}


.phone-render-window{
	position:relative;
	width:365px;
    height:780px;
	margin-top:10px;
    margin-left:255px;
	overflow:hidden;
}


.title-aboutus{
    color:#fff;
    padding:420px 0px 0px 0px;
}

.title-aboutus > h1{
    font-size:36px;
    font-weight: 900;
}

h1 > .big-aboutus{
    font-size:48px;
    font-weight: 900;
}

.discription-aboutus{
    width:55%;
    color:#ffffff;
    font-size:16px;
    font-weight: 500;
    padding:60px 0px;
}

.point-text{
    font-weight: 900;
    font-size:24px;
    color:#fff;
    width:55%;
    position: relative;
    top:6px;
    left:15px;
}

.aboutus-point{
    padding: 15px 0px;
}

.point-img{
    position: relative;
    width:30px;
    height:31px;
}

/* Workquality */
.workquality {
    background: url('../img/workquality.png') no-repeat center top;
    width: 100%;
    height: 914px;
    position: relative;
}

.title-workquality{
    padding:250px 0px 0px 0px;
}

.discription-workquality{
    width:95%;
    font-size:16px;
    font-weight: 500;
    padding:70px 0px;
}

.realizacion{
    width:100%;
    position: relative;
}

.circles{
	background-position:center;
	background-size:cover;
}

.circle1-realizacion{
    float:right;
    width:575px;
    height:575px;
    border-radius:50%;
    position: relative;
    margin-right:-170px;
    margin-top:230px;  
}

.circle2-realizacion{
    float:right;
    width:475px;
    height:475px;
    border-radius:50%;
    position: relative;
    margin-right:200px;
    margin-top:-630px;  
}

.realization-all{
    width: 100%;
    padding:100px 0px;
}

.circle-realizacion-img{
    float:left;
    width:100%;
    padding-top:100%;
    border-radius:50%;
    position: relative;
    margin-top:50px;  
    cursor: pointer;
}

.circle3-realizacion{
    float:right;
    background:rgba(0,175,240, 0.61);
    width:590px;
    height:590px;
    border-radius:50%;
    position: relative;
    margin-right:-20px;
    margin-top:-510px;  
}

.circle4-realizacion{
    float:left;
    width:575px;
    height:575px;
    border-radius:50%;
    position: relative;
    margin-top:12px;
}



/* FAQ */

.title-faq {
    padding: 100px 0px 180px 0px;
}

.news-faq {
    padding: 80px 0px 190px 0px;
}

.faq-info {
    width: 100%;
    position: relative;
    padding: 0px 0px 80px 0px;
}

.faq-info2 {
    width: 100%;
    position: relative;
    padding: 0px 0px 0px 0px;
    right: -80px;
}

.faq-shadow {
    opacity: 0.2;
}

.faq-info2 > .row > .col-md-1 > .faq-info-circle {
    background: #00b3f3;
}

.faq-info-circle {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #e2171f;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.faq-info-title {
    font-size: 24px;
    font-weight: 900;
}

.faq-info-discripcion {
    padding-top: 25px;
    font-size: 16px;
    font-weight: 500;
    padding-right: 60px;
}

/* Findus */

.findus {
    background: url('../img/findus.png') no-repeat center top;
    width: 100%;
    height: 973px;
    position: relative;
}

.title-findus {
    padding: 140px 0px 0px 0px;
}

.fb-findus {
    padding: 140px 0px;
}

.specjal-add3 {
    background: url('../img/special-add3.png') top center no-repeat;
    width: 100%;
    height: 82px;
    position: relative;
    top: 6px;
}

/* Footer */

footer {
    background: url('../img/footer.png') no-repeat center top;
    width: 100%;
    height: 654px;
    position: relative;
}

.partners {
    width: 100%;
    height: 410px;
    position: relative;
}

.partners-title > h2 {
    text-align: right;
    font-size: 30px;
    font-weight: 900;
    opacity: 0.2;
    padding: 100px 0px 20px 0px;
}


/* PARTNERS CAROUSEL */

.item {
    background: none;
    padding: 0px 50px;
}

.carousel-partners{
    top:30px;
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    clear: both;
}

.owl-nav > .owl-prev,
.owl-nav > .owl-next {
    font-size: 0px !important;
    outline: none;
}

.owl-nav > .owl-prev {
    background:url('../img/arrow-left.png') no-repeat !important;
    width:16px;
    height:28px;
    float: left;
}

.owl-nav > .owl-next {
    background:url('../img/arrow-right.png') no-repeat !important;
    width:16px;
    height:28px;
    float: right;
}

.owl-carousel {
    position: relative;
}

.copyrights {
    width: 100%;
    position: relative;
}

.footer-logotyp {
    padding: 60px 0px 40px 0px;
}

.copyrights-text {
    color: #fff;
    font-size: 16px;
}

button.owl-prev{
    
}

/****************************
*****************************
**********PODSTRONY**********
*****************************
*****************************/

header2{
    background: url('../img/header.png') no-repeat center bottom;
    width: 100%;
    height:650px;
    float:left;
    position: relative;
}

.specjal-add4 {
    background: url('../img/special-add4.png') bottom center no-repeat;
    width: 1010px;
    height: 275px;
    position: relative;
    bottom: 0px;
    left:-70px;
    top:65px;
    margin:0px auto;
}


.findus2 {
    background: url(../img/findus.png) no-repeat center top;
    width: 100%;
    height: 600px;
    position: relative;
    float:left;
}

.title-findus2 {
    padding: 140px 0px 100px 0px;
}

.footer-logotyp2 {
    padding: 87px 0px 40px 0px;
}

footer2{
    background: url('../img/footer2.png') no-repeat center top;
    width: 100%;
    height: 270px;
    float:left;
    position: relative;
}

/* OFERTA */

.title-site-offer{
    font-weight: 900;
    font-size:36px;
    color:#dcdcdc;
}

.title-site-offer-sub{
    font-weight: 900;
    font-size:48px;
    color:#041638;
}

.offer-site-all{
    padding:150px 0px;
    width:100%;
}

.small-text-offer{
    font-size:12px;
    margin-top:10px;
}

.offer-site-all-assistant{     
    padding: 210px 0px 150px 0px; 
    width:100%;
}

.circle-offer-side {
    width: 100%;
    height: 280px;
    border-radius: 50%;
    border: 5px solid #fcfcfc;
    cursor: pointer;
    position: relative;
    z-index: 10;
    background: #fff;
    margin-top:15px;
}

.circle-offer-side:hover,
.circle-offer-side.active{
    background: #fcfcfc;
}

.circle-offer-side:hover > i:first-child, .circle-offer-side:hover > i:last-child,
.circle-offer-side.active > i:first-child, .circle-offer-side:hover > i:last-child{
    transition: 2s;
}

.circle-offer-side:hover > .icon-circle,
.circle-offer-side.active > .icon-circle{
    color:#00aeef;
}

.circle-offer-side2 {
    width: 100%;
    height: 280px;
    border-radius: 50%;
    border: 5px solid #fcfcfc;
    cursor: pointer;
    position: relative;
    z-index: 10;
    background: #fff;
    margin-top:15px;
}

.circle-offer-side2:hover > i:first-child, .circle-offer-side2:hover > i:last-child,
.circle-offer-side2.active > i:first-child, .circle-offer-side2:hover > i:last-child{
    transition: 2s;
}

.circle-offer-side2:hover,
.circle-offer-side2.active{
    background: #4bc6f3;
    color:#fff;
}

.circle-offer-side2:hover > .icon-circle,
.circle-offer-side2.active > .icon-circle{
    color:#fff;
}

.circle-offer-side > .icon-circle,
.circle-offer-side2 > .icon-circle{
    text-align: center;
    width: 100%;
    margin-top:60px;
}

.offer-spec{
    width: 100%;
    padding:120px 0px;
}

.img-work-spec{
    margin-top:90px;
    margin-bottom:90px;
}

.info-spec{
    padding:0px 0px 0px 50px;
}

/* Realizacje */

.realization-bg{
    width:100%;
    height:auto;
    position: relative;
    /*background: url('../img/bg-realizacion.png') no-repeat center top;*/
    margin:0px auto;
    top:300px;
    background:
        url('../img/bg-realization-top.png') center top no-repeat,
        url('../img/bg-realization-bottom.png') center bottom no-repeat;
    background-color:#041638;
}

.realization-top{
    top:-200px;
    position: relative;
}

.specjal-add5 {
    background: url('../img/special-add5.png') bottom left no-repeat;
    width: 768px;
    height: 420px;
    position: absolute;
    bottom: 15px;
    z-index: 999;
    top: 80px;
    margin-left:-215px;
}


.specjal-add6 {
    background: url('../img/special-add5.png') bottom left no-repeat;
    width: 768px;
    height: 420px;
    position: relative;
    bottom: 15px;
    z-index: 999;
    top: 0px;
    margin-left:-215px;
}

.cooperation-site{
    width:100%;
    height:auto;
    margin-top:270px;
    margin-bottom:200px;
}

.category-realization{
     padding:100px 0px;   
}

.circle-realizacion-img:hover{
    filter: opacity(60%);
}

.img-look-realizacion{
    display: none;
}

.circle-realizacion-img:hover > .img-look-realizacion{
    background: url('../img/look.png') no-repeat center;
    width:47px;
    height:47px;
    display: block;
    position: absolute;
    left:170px;
    top:160px;
    filter: opacity(100%) !important;
}

.title-site-date{
    color:#f8ce1d;
    font-size:16px;
    font-weight: 900;
}

.title-site-offer2{
    font-size:24px;
    font-weight:900;
}

.point-realization{
    display: flex;
    width: 100%;
}

.center{
    margin:0px auto;
    text-align: center;
}

.btn-realization-step{
    padding:15px;
    justify-content: center;
    align-items: center;
}

.opinion{
    padding:100px 0px;
}

.opinion-text{
    padding-left:50px;
}

.nameandsubname-opinion{
    font-weight:900;
    color:#fff;
    font-size:30px;
}

.status-opinion{
    font-weight:300;
    color:#fff;
    font-size:18px;
}

.info-opinion{
    font-size:16px;
    color:#fff;
    padding:80px 0px;
}

.progress-point{
    width:100%;
    left:0px;
}

.left-text-progress{
    font-size: 16px;
}

.right-text-progress{
    font-size: 16px;
}

.black{
    font-weight: 900;
}

.progress{
    margin-top:10px;
    background:#041433;
    height:6px;
}

.bg-warning {
    background-color: #ffff00!important;
}

.progress-point{
    margin-bottom:20px;
}

.progress-points{
    padding-top:70px;
}

.circles-opinion{
    width:100%;
}

.circle-opinion{
    width:100%;
    padding-top:100%;
    background:#041534;
    font-size:50px;
    padding:95px;
    border-radius:50%;
    color:#fcfcfd;
    text-align: center;
    margin-top: 40px;
}

/* FAQ */

.h1-faq{
    font-size:30px;
    font-weight:100 !important;
    color:#041638;
    text-transform: uppercase;
}

.h2-faq{
    font-size:30px;
    font-weight:500 !important;
    color:#041638;
}

.faq-size{
    padding:50px 0px 250px 0px;
}

.search-button{
    background:#ffffff;
    width:100%;
    height:75px;
    padding-left:30px;
    border-radius:25px;
    border:none;
    outline: none;
    color:#041638;
    box-shadow: 4px 4px #ededef;
    margin-bottom:50px;
    font-weight: 600;
}

.button-loop{
    color:#00aff0;
    background:none;
    border:none;
    outline:none;
    font-size:20px;
    text-align: right;
    padding-right:25px;
    position: relative;
    float:right;
    cursor: pointer;
    margin-top:-100px;
}

.title-faq-2{
    color:#fff;
    font-size:24px;
    font-weight:100;
    text-align:left;
    margin-left:60px;
}

.nav-pills{
    padding:30px 0px 0px 60px;
    list-style: circle !important;
}

div.nav-pills > a.nav-link::before{
    content:' ';
    display:inline-block;
    background:url('../img/circle.png') no-repeat;
    width:7px;
    color:#041638;
    height:7px;
    position: relative;
    top:-1px;
    padding-right:20px;
}

a.nav-link.active::before,
a.nav-link:hover::before{
    content:' ';
    display:inline-block;
    background:url('../img/circle-hover.png') no-repeat !important;
}

div.nav-pills > a.nav-link:hover,
div.nav-pills > a.nav-link.active{
    background:none !important; 
    font-weight: 900;
}

.tab-content{
    text-align: left;
    padding:20px 50px;
}

.text-tab-content{
    padding:50px 0px;    
}

.title-tab-content{
    font-size:24px;
    font-weight:100;
    
}

.nav-pills > a {
    color:#fff;
    font-size:16px;
    text-align: left;
    padding:15px 0px;
}

.step-error404{
    margin-bottom:150px;
}

.card-faq{
    border:none;
}

.card-header-faq{
    background:none; 
    border:none;
    outline:none;
    padding:10px 0px;
    font-size:24px;
}

.faq-category-title{
    font-size:24px;
    font-weight:900;
    color:#041638;
    position: relative;
    top:4px;
    width: 90%;
    float: left;
}

.faq-content-text{
    padding:20px 0px;
    font-size:16px;
    font-weight:500;
    color:#041638;
    width:90%;
    float:left;
    margin-left:10%;
}

.btn-faq{
     color:#041638;
     font-size:24px;
     width: 10%;
     float: left;
}

.btn-faq:hover{
     color:#041638;
}

.contact-info2{
    background: url('../img/contact-info2.png') no-repeat center top;
    width: 517px;
    height: 565px;
    margin-top:0px;
    margin-left:-143px;
    padding:50px 0px 25px 130px;
    position: relative;
}


.text-site-bg{
    background:#fbfbfb;
    padding:50px;
    border-radius:25px;
    font-size:16px;
    text-align: left;
    box-shadow: 4px 4px #ededef;
}

.search-button::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #041638;
  opacity: 1; /* Firefox */
}

.search-button:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #041638;
}

.search-button::-ms-input-placeholder { /* Microsoft Edge */
  color: #041638;
}

/* Poznajmy się */

.workers{
    width: 100%;
    padding: 100px 0px;
}

.worker{
    padding:120px 0px;
}

.img-worker{
    width:80%;
    border-radius:50%;
}

.name-worker{
    font-size:36px;
    color:#041638;
    font-weight: 900;
}

.subname-worker{
    font-size:48px;
    font-weight: 900;
    margin-top:-10px;
}

.position-worker{
    margin-top:25px;
    margin-bottom:70px;
}

.discripsion-worker{
    font-weight: 500;
    color:#041638;
    font-size:16px;
}

/* Assistant */

.calc-info{
    width: 100%;
    padding:50px 0px 150px 0px;
}

.form-calc{
    padding:0px 0px 200px 0px;
}

.title-time-assistant{
    text-align:right;
    font-size:36px;
    font-weight:900;
    color:#dcdcdc;
    text-transform: uppercase;
}

.subtitle-time-assistant{
    text-align: right;
    color:#041638;
    font-size:30px;
    font-weight:100;
    text-transform: uppercase;
}

.title-cost-assistant{
    text-align: left;
    color:#041638;
    font-size:30px;
    font-weight:100;
    text-transform: uppercase;
}

.cost-circle{
    width:25px;
    height:25px;
    background:#ededed;
    border-radius: 50%;
    position: relative;
    margin:0px auto;
    text-align: center;
    top:40px;
}

.subtitle-cost-assistant{
    text-align: left;
    color:#00aff0;
    font-size:55px;
    font-weight:900;
    text-transform: uppercase;
}

/* Kontakt */

header-contact{
    width: 100%;
    height:310px;
    float:left;
    position: relative;
}

.findus-contact {
    background: url(../img/findus.png) no-repeat center top #f9f9f9;
    width: 100%;
    position: relative;
    float:left;
    padding-bottom:100px;
}

.title-findus-contact {
    padding: 140px 0px 100px 0px;
}

.title-findus-faq{
    padding: 0px 0px 40px 0px;
    position: relative;
}

.title-findus-asystent{
    padding: 20px 0px 40px 0px;
}

footer3{
    background: url('../img/footer2.png') no-repeat center top;
    width: 100%;
    height: 270px;
    margin-top:-60px;
    float:left;
    position: relative;
}

.contact-date{
    width:100%;
    padding:80px 0px;
}

.faq-date{
    width:100%;
    padding:120px 0px 50px 0px;
}

.google-maps-contact{
    width:100%;
    height:330px;
    border-radius:25px;
    margin-top:100px;
    margin-bottom:100px;
}

.contact-info{
    background: url('../img/contact-info.png') no-repeat center top;
    width: 517px;
    height: 565px;
    margin-top:0px;
    margin-left:-143px;
    padding:50px 0px 25px 130px;
    position: relative;
}

.tel-contact{
    font-size:36px;
    color:#b9e7f7;
    font-weight:900;
}

.tel-contact:hover,
.tel-contact:focus{
    color:#b9e7f7 !important;
}

.info-date-contact{
     padding:40px 0px;    
}

.contact-form{
    background: url('../img/contact-form.png') no-repeat top;
    width: 100%;
    background-size: 100% 100%;
    position: relative;
}

.adress-date{
    color:#ffffff;
    padding:20px 0px;
    font-weight: 500;
    font-size:16px;
}

.title-contact{
    font-weight: 900;
    font-size:24px;
    color:#ffffff;
    margin-top:40px;
}

.form-contact-form{
    font-weight:100;
    font-size:30px;
    text-align: left;
}

.contact-form{
    padding:50px 70px 40px 70px;
}

.btn-form{
    width:100%;
    border-radius: 25px;
    padding: 25px 20px;
    border: none;
    margin-top:20px;
    box-shadow: 4px 4px #ededef;
}

.btn-form2{
    background: #fbfbfb;
    width:100%;
    color:#041638 !important;
    font-weight: bold;
    border-radius: 25px;
    padding: 30px 20px;
    border: none;
    margin-top:40px;
    box-shadow: 4px 4px #ededef;
}

.btn-form2::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #041638;
  font-weight:300;
}
.btn-form2::-moz-placeholder { /* Firefox 19+ */
  color: #041638;
  font-weight:300;
}
.btn-form2:-ms-input-placeholder { /* IE 10+ */
  color: #041638;
  font-weight:300;    
}
.btn-form2:-moz-placeholder { /* Firefox 18- */
  color: #041638;
  font-weight:300;    
}

.btn-step-form{
    position: relative;
    margin-top:80px;
}

.hotpoint-form{
    padding:100px 0px 0px 0px;
    font-size:16px;
}

.hotpoint-form-small{
    padding:30px 0px 0px 0px;
    font-size:16px;
}

.form-all{
    margin-top:35px;
}

/****************************
*****************************
************RWD************
*****************************
*****************************/

/* Medium devices (landscape tablets, 768px and up) */
@media (max-width: 768px) {
    .specjal-add{
        width:100%;
        margin-left:0px;
        background-position: center bottom;
        animation: none;
        position: relative;
        margin-top: 70px;
    }
    
    
    .img-worker {
    width: 100%;
    height: 450px;
    border-radius: 50%;
    margin-top:50px;
    margin-bottom:50px
}
    .circle-offer-side2{
         height: 500px;   
    }
    
    .circle-offer-side2:nth-child(1) {
        margin-top:150px;
}

    .circle-offer-side > .icon-circle, .circle-offer-side2 > .icon-circle{
        margin-top:175px !important;
    }

.cost-circle{
    margin-bottom:100px;
}

.specjal-add5 {
    width: 100%;
    position: absolute;
    bottom: 15px;
    z-index: 999;
    top: 120px;
    margin-left: -15px;
}

.specjal-add6{
    width:100%;
    margin-left: 0px;
    background-position:bottom center;
}

.realization-top{
    top: -95px !important;
}
    
    header{
        height: auto;
        background-size:cover;
    }
    
    .navbar-top{
        padding:100px 0px;
    }
    
    .phone-all{
        display: none;
    }    
    
    .circle-cooperation{
        height:auto;
    }
    .circle-offer{
        margin:0px auto;
        margin-top: 15px !important;
    }
    
    .circle-offer:last-child {
    flex: none;
    max-width: 315px !important;
    width: 315px !important;
    height: 315px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border: 5px solid #fcfcfc;
    cursor: pointer;
    margin-left: 0px;
    position: relative;
    margin:0px auto; 
    z-index: 1;
    padding-left: 15px;
    }
    
    .circle-offer:last-child:hover > .icon-circle-big, .circle-offer:last-child.active > .icon-circle-big {
    padding-left: 0px;
    }
    
    .title-workquality{
        padding:50px 0px 0px 0px !important;
    }
    
    .specjal-add2{
        width:100%;
        margin-right:55px;
        top:0px;
    }
    
    .workquality-button{
        margin:0px auto;
    }
    
    .discription-workquality{
        width:100%;
        text-align: center;
    }
    
    .title-cooperation {
    padding: 100px 0px 100px 0px;
    }
    
    .circle1-realizacion {
        display: none;
    }
    .circle2-realizacion {
        display: none;
    }
    
    .navbar-light .navbar-toggler {
        margin-top: 4px;
    }
    
    .navbar-toggler-icon{
        cursor:pointer;
    }
    
    .navbar-collapse{
        text-align: center;
        padding: 50px 0px 0px 0px;
    }
    
    .circle3-realizacion{
        margin:0px auto;
        top:50px;
        width:300px;
        height:300px;
    }
    .circle4-realizacion{
        width:285px;
        height:285px;
    }
    
    .faq-info{
        text-align: center;
    }
    
    .faq-info2{
        margin-right:0px;
        right:0px;
        text-align: center;
        padding: 0px 0px 80px 0px;
    }
    
    .faq-info-circle{
        margin:0px auto;
    }
    
    .faq-info-title{
        padding-top:20px;
    }
    
    .faq-info-discripcion{
        padding:20px 0px 0px 0px;
    }
    
    .news-faq{
        padding:0px 0px 120px 0px;
    }
    
    .title-faq{
        padding: 100px 0px 70px 0px;
    }
    
    .btn-red{
        font-size:11px;
        width:100%;
    }
    
    .btn-navyblue{
        font-size:11px;
        width:100%;
    }
    .btn-blue{
        font-size:11px;
        width:100%;
    }
    
    .fb-findus{
        padding:80px 0px;
    }
    
    .news-discription > h1 {
    font-size: 30px;
    }
    
    .title-aboutus {
    padding: 470px 0px 0px 0px;
    }
    
    .title-aboutus > h1{
        font-size:30px;
    }
    
    h1 > .big-aboutus{
        font-size:42px;
    }
    
    .discription-aboutus {
    width: 100%;
    text-align: center;
    }
    
    .aboutus{
        background-size:cover;
        height:1300px;
    }
     .specjal-add4{
        width:100%;
        left:0px;
        margin-top:30px;
    }
    .circle-offer-side{
        height:500px;
    }
    .circle-offer-side > .icon-circle {
    font-size: 125px;
    position: relative;
    margin-top: 130px;
    color: #ededed;
    }
    .contact-info{
        width: calc(100% + 85px);
        background-size: 100% 100%;
        margin-left:-85px;
        margin-bottom:100px;
        padding: 25px 0px 25px 98px;
    }
    
    .info-date-contact {
        padding: 5px 0px;
    }
    
    .contact-form{
        height: auto;
        padding: 10px;
    }
    
    .tel-contact{
        font-size:25px;
    }
    .form-contact-form{
        font-size:24px;
        width:100%;
        text-align: center;
        padding-top:20px;
    }
}


/* Large devices (laptops/desktops, 992px and up) */
@media (min-width: 769px) and (max-width: 991px) {
    .navbar-collapse{
        text-align: center;
        padding: 50px 0px 0px 0px;
    }
    
    .img-worker {
    width: 100%;
    height: 300px;
    border-radius: 50%;
    margin-top:50px;
    margin-bottom:50px
    } 
    
    .circle3-realizacion{
        margin:0px auto;
        top:150px;
        width:350px;
        height:350px;
    }
    .circle4-realizacion{
        width:335px;
        height:335px;
    }
    
    .title-workquality {
        padding: 100px 0px 0px 0px;
    }
    
    .news-discription > h1 {
        font-size: 24px;
    }    
    
    header{
        height: auto;
        background-size:cover;
    }
    
    .col-md-3-site{
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .col-md-4-site{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .specjal-add{
        width:100%;
        margin-left:0px;
        background-position: center bottom;
        animation: none;
        position: relative;
        margin-top: 70px;
    }
    
    .icon-circle{
        margin-top:90px;
    }
    .text-circle{
        font-size:14px;
    }
    
    .circle-offer:hover > .icon-circle-big, .circle-offer.active > .icon-circle-big {
        font-size:140px;
    }
    
    .circle-cooperation{
        height:650px;
    }
    
    .title-aboutus > h1 {
    font-size: 24px;
    }
    
    h1 > .big-aboutus {
    font-size: 36px;
    }
    
    .point-text{
        font-size:20px;
    }
    
    .circle-offer {
    width: 330px;
    height: 330px;
    border-radius: 50% !important;
    border: 5px solid #fcfcfc;
    cursor: pointer;
    position: relative;
    z-index: 10;
    background: #fff;
    margin-top:15px;
    }
    
    .circle-offer:last-child{
        width:330px !important;
        max-width:330px !important;
        height:330px;
        border-radius: 50% !important;
        margin-left:0px;
        padding-left:15px;
    }
    
    
    .specjal-add2{
        width:649px;
        background-size:100% 100%;
        margin-right:0px;
        top:120px;
    }
    
    .phone-all{
        display: none;
    }
   
    .btn-navyblue,
    .btn-blue,
    .btn-red{
        font-size:11px;
    }
    .circle1-realizacion {
          display: none;
    }
    .circle2-realizacion {
         display: none;
    }
    
    .faq-info2{
        right:0px;
    }
    .specjal-add4{
        width:100%;
        left:0px;
    }
    
    .contact-info{
        margin-left:0px;
        margin-bottom:100px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 2.0rem;
        padding-left: 2.0rem;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media (min-width: 992px) and (max-width: 1200px) { 
    .navbar-nav-top > li > a {
    font-size: 15px;
    }
    
    .img-worker {
    width: 100%;
    height: 400px;
    border-radius: 50%;
    margin-top:50px;
    margin-bottom:50px
    } 
    
    .specjal-add{
        width:100%;
        margin-left:-110px;
    }
    .circle-offer:last-child{
        width:380px !important;
        max-width:380px !important;
        height:230px;
    }
    .icon-circle{
        margin-top:40px;
    }
    .text-circle{
        font-size:14px;
    }
    
    .circle-offer:hover > .icon-circle-big, .circle-offer.active > .icon-circle-big {
        font-size:140px;
    }
    
    .circle-cooperation{
        height:250px;
    }
    
    .title-aboutus > h1 {
    font-size: 24px;
    }
    
    h1 > .big-aboutus {
    font-size: 36px;
    }
    
    .point-text{
        font-size:20px;
    }
    
    .circle-offer {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    border: 5px solid #fcfcfc;
    cursor: pointer;
    position: relative;
    z-index: 10;
    background: #fff;
    }
    .specjal-add2{
        width:649px;
        background-size:100% 100%;
        margin-right:0px;
        top:142px;
    }
    .phone-render{
        margin-left: 240px;
    }
    .phone-render-window {
        margin-left: 256px;
    }
    .btn-navyblue,
    .btn-blue,
    .btn-red{
        font-size:11px;
    }
    .circle1-realizacion {
          display: none;
    }
    .circle2-realizacion {
         display: none;
    }
    .circle3-realizacion{
        margin-right:0px;
        width:520px;
        height:520px;
        margin-top:200px;
    }
    .circle4-realizacion {
        width: 500px;
        height: 500px;
    }
    
    .faq-info2{
        right:0px;
    }
    .circle-offer-side {
    width: 100%;
    height: 210px;
    }
    .circle-offer-side > .icon-circle{
        margin-top:20px;
    }
    .contact-info{
        width: calc(100% + 143px);
        background-size:100% 100%;
        padding: 50px 0px 25px 106px;
    }
}


/* Small pc */

@media (min-width: 1201px) and (max-width: 1650px) {
    .specjal-add2{
        width:649px;
        background-size:100% 100%;
        margin-right:0px;
        top:165px;
    }
    .phone-render{
        margin-left: 209px;
    }
    .phone-render-window {
        margin-left: 222px;
    }
    
    .circle-offer:last-child {
    max-width: 435px !important;
    }
    
    .faq-info2{
        right: 0px;
    }
    
    .circle1-realizacion {
        width: 500px;
        height: 500px;
        margin-right: 0px;
        margin-top: 230px;
    }
    .circle2-realizacion {
        width: 400px;
        height: 400px;
        margin-right: 275px;
        margin-top: -450px;    
    }
    .circle3-realizacion{
        margin-right:0px;
        width:520px;
        height:520px;
        margin-top:-360px;
    }
    .circle4-realizacion {
        width: 500px;
        height: 500px;
    }
    
}