/* ogólne style -------------------------------------- */
body,html{
    padding:0;
    margin:0;
    font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
  font-size: 10px;
  color:#2e2e2e;
  background-color:#FBFBFB;
  --global-light-sea-blue: #1ae2c1;
  --global-sea-blue: #27816e;
    --global-left-right-padding:100px;
}
@media(max-width:1200px){
  html,
  body {
    --global-left-right-padding:50px;
  }
}
@media(max-width:1024px){
  html,
  body {
    --global-left-right-padding:40px;
  }
}
@media(max-width:768px){
  html,
  body {
    --global-left-right-padding:20px;
  }
}
a{
    text-decoration:none;
    color:inherit;
}

* {
    font-family: 'Poppins';
    font-size:10px;
    --primary-color : #22bda4;
}

h2{
    font-size: 1.8rem !important;
    font-weight: 600 !important;
}

h3 {
    font-size: 1.8rem !important;
    font-weight: 600 !important;
}

table,
tr,
td {
    border: 1px solid #000;
    border-collapse: collapse;
}

td {
    padding: 5px;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

p>a {
    color: #80cb2e;
    font-weight: 700;
}

hr{
    width:100%;
    border:none;
    border-top: 1px dashed #d7d7d7;
}

/*niebieski kolor dla linków w ciekawych miejscach w pobliżu*/

ul>li>strong {
    font-size: 1.8rem;
    list-style-type: none;
}

ul>li>strong:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #5dd70091;
    display: inline-block;
    margin-right: 10px;
    border-radius: 10px;
}


/* header style */
.header{
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:20px var(--global-left-right-padding);
    border-bottom:1px solid #f0f0f0;
    box-sizing:border-box;
}

.box{
    display:flex;
}

.logo{
    height: 100%;
    width: 100%;
}

/*style exists, but in react is "if" that creates style */
/* header style */
.header{
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:20px var(--global-left-right-padding);
    border-bottom:1px solid #f0f0f0;
    box-sizing:border-box;
}

.box{
    display:flex;
}

.logo{
    height: 100%;
    width: 100%;
}


/*style exists, but in react is "if" that creates style */
.menuHamburger{
    display:none;
    font-size:2.5rem;
    font-weight:500;
    cursor:pointer;
}
@media(max-width:900px){
    .menuHamburger{
        display:block; 
    }
}

.menu{
    width:calc(100% - 80px);
    display:flex;
    flex-direction:row;
    justify-content:flex-end;
}
@media(max-width:900px){
    .menu{
        display:none;
        position:fixed;
        flex-direction:column;
        justify-content: flex-start;
        z-index:1000;
        top:0;
        right:0;
        height:100vh;
        width:calc(300px);
        padding: 30px 30px;
        background-color:#FBFBFB;
        -webkit-box-shadow: 0px 0px 10px 3px rgba(235,235,235,1);
        -moz-box-shadow: 0px 0px 10px 3px rgba(235,235,235,1);
        box-shadow: 0px 0px 10px 3px rgba(235,235,235,1);
    }
}

.menuLinks{
    display:flex;
    flex-direction:row;
    justify-content:flex-end;
}

.menuLink{
    font-size:1.3rem;
    letter-spacing:0.5px;
    font-weight:600;
    text-transform:uppercase;
    margin-left: 25px;
    letter-spacing:1.5px;
    position:relative;
    display:flex;
    align-items: center;
}
@media(max-width:1024px){
    .menuLink{
        margin-left:20px;
        letter-spacing:1px; 
    }
}

.menuLink:before{
    content:"";
    width:5px;
    height:5px;
    border-radius:15px;
    background-color:#000948;
    position:absolute;
    left:-10px;
    margin-top: -1px;
    transition:0.2s;
}

@media(min-width:900px){
   .menuLink:hover:before{
        width:calc(100% + 16px);
        background-color:rgba(0, 9, 72,0.1);
        transition:0.2s;
        height:22px;
    } 
}


.menuLink:nth-child(2):before{
    background-color:#0500ff;
}
@media(min-width:900px){
    .menuLink:nth-child(2):hover:before{
        background-color:rgba(5, 0, 255, 0.1);
    }
}

.menuLink:nth-child(3):before{
    background-color:#f0366b;
}
@media(min-width:900px){
    .menuLink:nth-child(3):hover:before{
        background-color:rgba(240, 54, 107,0.1);
    }
}

.menuLink:nth-child(4):before{
    background-color:#00ffd1;
}
@media(min-width:900px){
    .menuLink:nth-child(4):hover:before{
        background-color:rgba(0, 255, 209,0.1);
    }
}

.menuLink:nth-child(5):before{
    background-color:#f9a664;
}
@media(min-width:900px){
    .menuLink:nth-child(5):hover:before{
        background-color:rgba(249, 166, 100,0.1);
    }
}

.advancedLink>.menuLink:before{
    background-color:#5a68bb;
}
.advancedLink>.menuLink:hover:before{
    width:5px;
    height:5px;
}

.advancedLink{
    color:#2e2e2e;
    position:relative;
}

.advancedLink:hover > .ulSubMenu{
    display:flex;
}

.arrow{
    transform:rotate(90deg);
    margin-top:-3px;
}

@media(max-width:900px){
    .arrow{
        margin-top: 0px;
        margin-left: 3px;
    }
}


.ulSubMenu{
    display:none;
    position:absolute;
    width:calc(100% - 10px);
    justify-content: flex-end;
    padding:10px 5px;
    box-shadow: 0px 2px 5px -3px rgb(168 168 168);
    background-color:#fff;
    margin:0;
    margin-left:10px;
    box-sizing:border-box;
    border-radius:3px;
    list-style-type: none;
}

@media(max-width:900px){
    .ulSubMenu{
        display:flex;
        position: relative;
        justify-content: flex-start;
        padding: 0px 0px 10px 0;
        box-shadow: none;
        background-color: #fbfbfb;
        margin: 0 0 0 20px;
        border-radius: 0;
        list-style-type: disc;
    }
}

.liSubMenu{
    width:100%;
    text-align:center;
    padding:2px 0;
    transition:0.3s;
    font-size: 1.3rem;
    text-transform:uppercase;
}


.liSubMenu:hover{
    background-color:rgba(90, 104, 187,0.1);
    transition:0.3s;
    border-radius:5px;
}

.menuSubLink{
    font-size:1.3rem;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:400;
    display:flex;
    justify-content: center;
    width:100%;
    text-align:center;
}
@media(max-width:900px){
    .menuSubLink{
        text-align:left;
        justify-content: flex-start;
        padding:0px 5px;
    }
}
/*
.menuMobile{
    position:fixed;
    display:flex;
    flex-direction:column;
    top:0;
    right:0;
    height:100vh;
    width:calc(300px);
    padding: 30px 30px;
    background-color:#FBFBFB;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(235,235,235,1);
    -moz-box-shadow: 0px 0px 10px 3px rgba(235,235,235,1);
    box-shadow: 0px 0px 10px 3px rgba(235,235,235,1);
}
*/
@media(max-width:900px){
    .menuLinks{
        flex-direction: column;
    }

    .menuLink{
        margin:10px 0;
        font-size:1.5rem;
    }

}


.menuMobileTitle{
    
    border-bottom:1px solid #ECECEC;
    padding-bottom:30px;
    margin-bottom:20px;
    text-transform:uppercase;
    letter-spacing:2px;
    display:flex;
    justify-content:space-between;
    display:none;
}
@media(max-width:900px){
    .menuMobileTitle{
        display:block; 
    }
}
.menuMobileTitle>span{
    font-size:1.9rem;
    font-weight:700;
}


.x{
    width:30px;
    height:30px;
    cursor:pointer;

}
.x1{
    width:30px;
    height:2px;
    display:block;
    background-color:#000000;
    transform:rotate(45deg);
    position: relative;
    top:15px;
}

.x2{
    content: "";
    display:block;
    width:30px;
    height:2px;
    background-color:#000000;
    transform:rotate(135deg);
    top: 13px;
    position: relative;
}


/* header style END */

/* footer style START */
footer {
    margin-top: 0;
    box-sizing:border-box;
}

.footer{
    width:100%;
    padding:20px var(--global-left-right-padding);
    font-size: 12px;
    font-weight:300;
    border-top: 1px solid #DEDEDE;
    margin-top:0px;
    text-align:center;
}

.copyright{
    margin-top:10px;
}
/* footer style END */

/*-------------------------left column----------------------*/



.container-1 {
    display: flex;
    justify-content: space-between;
    margin: auto;
    position: relative;
    max-width: 1355px;
    /*width: 92%;*/
    width:100%;
    margin: auto;
    margin-top: 20px;
    padding:0 var(--global-left-right-padding);
    overflow:hidden;
    box-sizing: border-box;
}

@media(max-width:1024px) {
    .container-1 {
        flex-direction: column;
        
    }
}

.container-1-left {
    /*width: calc(100% - 300px);*/
    width:100%;
    margin-top: 20px;
    padding-right: 0;
    /*max-width: 900px;*/
    box-sizing: border-box;
}

@media(max-width:1024px) {
    .container-1-left {
        width: calc(100%);
        padding: 0 0;
    }
}

@media(max-width:768px) {
    .container-1-left {
        padding: 0px 0px;
        width: 100%;
        margin-top: 10px;
    }
}


h1 {
    font-size: 2.5rem !important;
    line-height: 3.5rem !important;
    font-weight: 800 !important;
    margin: 0px;
    margin-bottom:10px;
}

@media(max-width:1024px) {
    h1 {
        font-size: 2.5rem !important;
        line-height: 4.5rem !important;
    }
}

@media(max-width:768px) {
    h1 {
        font-size: 2.5rem !important;
        line-height: 3.4rem !important;
    }
}


/*--------------------------------left column END------------------------------*/



/* breadcrumbs ---------------------------------------------------------- */
.breadcrumbs {
    width: 100%;
    overflow-x: scroll;
}

.breadcrumbs::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.breadcrumbs-list {
    list-style-type: none;
    /*display:flex;*/
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 0;
    width: 780px;
}

@media(max-width:768px) {
    .breadcrumbs-list {
        padding: 0 0;
    }
}

.breadcrumbs-list>li,
.breadcrumbs-list>li>a {
    display: inline;
    font-weight: 400;
    font-size: 1.3rem;
    color: #616161;
}

.breadcrumbs-list>li:before {
    content: '/';
    padding: 0 5px;
    font-size: 1.3rem;
}

.breadcrumbs-1-li:before {
    content: '' !important;
    padding: 0px !important;
}

.breadcrumbs-last-li {
    cursor: default;
    pointer-events: none;
    color: #9d9d9d !important;
}

label {
    font-size: 1.6rem;
    display: block;
    color:#616161;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left:10px;
    position:relative;
    top: -60px;
    left:0;
    text-align:left;
    height:0;
    transition:0.5s;
}
/*
#login:focus + label {
    font-size: 1.1rem;
    top:-100px;
    transition:0.5s;
}

#login:placeholder-shown + label {
    font-size: 1.6rem;
    top:-80px;
    transition:0.5s;
}

#login:not(placeholder-shown) + label {
    font-size: 1.1rem;
    top:-100px;
    color:red;
    transition:0.5s;
}
*/



input{
    height: 64px;
    width: 100%;
    padding: 0 10px;
    padding-top:14px;
    border: 0.0625rem solid #9da3a6;
    background: #fff;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 1.6rem;
    color: #000;
    font-family: pp-sans-big-regular,Helvetica Neue,Arial,sans-serif;
    font-variant: normal;
    font-weight: 400;
    direction: ltr;
    margin-bottom:0px;
}

input:focus{
    outline: 0;
    border: 0.0625rem solid #1040c1;
    box-shadow: inset 0 0 0 0.125rem #1040c1, 0 0 0 0.375rem rgba(16,114,235,.16), inset 0 0 0 1px #031954, 0 0 0 1px #1040c1;
    background-color: #fff;
}   

input:-internal-autofill-selected {
    background-color:#fff;
}


button {
    background-color: #0500ff;
    width:100%;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    line-height: 20px;
    outline: none;
    padding: 20px 65px;
    transition: background-color .5s,opacity .5s;
    margin-top:10px;
}

@media (max-width:768px){
    button{
        padding: 20px 0;
    }
}

button:hover {
    box-shadow: 0 0.2px 0.6px 0 rgba(0, 0, 0, 0.2), 0 0.8px 6px 0 silver;
    -webkit-box-shadow: 0 0.2px 0.6px 0 rgba(0, 0, 0, 0.2), 0 0.8px 6px 0 silver;
    -moz-box-shadow: 0 0.2px 0.6px 0 rgba(0, 0, 0, 0.2), 0 0.8px 6px 0 silver;
    color: white;
    border: 0px solid black;
    cursor: pointer;
}

/* switch inset/outline shadow START */
/*.inset-switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 28px;
}

.inset-switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.circle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.circle:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .circle {
    background-color: var(--primary-color);
}

input:focus + .circle {
    box-shadow: 0 0 1px var(--primary-color);
}

input:checked + .circle:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders *//*
.circle.round {
    border-radius: 30px;
}

.circle.round:before {
    border-radius: 50%;
}*/

/* switch inset/outline shadow START */


/* rectangle START */
.rectangle-wrapper{
    box-sizing:border-box;
    padding:50px;
    width:100%;
    display:flex;
    justify-content:center;
}
@media(max-width:768px){
    .rectangle-wrapper{
        padding:10px 10px 30px 10px;
    }
}
.rectangle{
    width:100%;
    height:300px;
    max-width:360px;
    
}
@media(max-width:768px){
    .rectangle{
        height:200px;
    }
}
/*
#box-shadow-code{
    margin-top:40px;
    width: 360px;
    border:1px solid #cdcdcd;
    padding:20px;
    box-sizing:border-box;
    background-color: #f2f2f2;
}
@media(max-width:768px){
    #box-shadow-code{
        margin-top:10px;
        margin-bottom:40px;
        padding:10px;
        width: 100%;
    }
}
*/

/* rectangle END */

.portfolio-link{
    font-size:1.5rem;
    color:#0500ff;
}

.portfolio-link:hover{
    text-decoration:underline;
}

/* strona formularza START */

.container{
	min-height:calc(100vh - 96px - 122px);
    width:100%;
    display:flex;
    align-items: center;
}

.form-block {
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
    padding: 50px 50px 50px 50px;
    text-align:center;
	width:500px;
	border: 1px solid #eaeced;
    border-radius:12px;
    box-sizing:border-box;
    position:relative;
}

@media(max-width:520px){
    .form-block {
        margin-left:10px;
        margin-right:10px;
        padding: 30px 20px 30px 20px;
    }
}

.error
{
	color:red;
	font-size:11px;
	margin-top:-10px;
	margin-bottom:15px;
    position:absolute;
    text-align:center;
}
