.back-to {
    color: #180d09;
    font-size: 15px;
    font-weight: bold;
    
}

.back-to-div-h {
    transform: translate(-50%, -50%);
    left: 80%;
    top: 12%;
    position: absolute;
}

.back-to-div {
    padding: 5vw;
    padding-bottom: 0;
    padding-right: 10vw;
    text-align: right;
}

a.back-to {
    text-decoration: none;
}


a:hover {
    opacity: 0.25;
}

.header-functional {
    text-align: center;
    padding-bottom: 5vw;
}

.sh-head {
    font-size: 20px;
    text-decoration: none;
    color: #180d09;
}

.specifications {

    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(1, auto);
    justify-content: center;
    align-content: center;
    
}

.item-header {
    font-size: 15px;
    text-align: center;
}

.paypal-outline {

    text-align: center;
    
}

.paypal-button {
    text-align: center;
}

.black {
    color: #180d09;
    font-size: 60px;
}

.black-smaller {
    color: #180d09;
    font-size: 30px;
}

.no-marg {
    margin: 0;
}

p {
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    margin: 0;
}

.bigger-text {
    font-size: 20px;
    line-height: 30px;
}

.t-and-c {
    font-size: 20px;
    text-align: left;
    line-height: 30px;
    margin: 30px 0;
}

.head-top {
    display: flex;
    justify-content: end;
    padding-bottom: 0;
    padding-top: 5vw;
}

.foot-top {
    display: flex;
    justify-content: end;
    padding-bottom: 10vw;
    padding-top: 0;
}

.top-break-smaller {
    padding-top: 5vw;
}

.top-space {
    padding-top: 40px;
}

.gallery-image {
    width: 75%;
}

.functional {
    box-sizing: border-box;
    padding: 10vw;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.functional-h {
    box-sizing: border-box;
    height: 100vh;
    padding: 10vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blue {
    color: #183CD3;
    text-align: center;
}

.yellow {
    color: #eaae30;
    text-align: center;
}

.thanks-text {
    font-size: 25px;
    margin-top: 50px;
    line-height: 35px;
}

.sh-foot {
    font-size: 25px;
    text-decoration: none;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 88%;
    color: #180d09;
    text-align: center;
}

.animation {
    padding: 0;
}

table {
    width: 100%;
}

table, td {
    border: 2px solid #180d09;
    border-collapse: collapse;
    padding: 10px;
}

td {
    width: 30%;
}

td.first-in-row {
    width: 40%;
}

.table-two {
    margin-top: 30px;
}

td.first-of-two {
    width: 40%;
}

td.second {
    width: 60%;
}

ul {
    padding-left: 20px;
}

li {
    padding-top: 10px;
}

li:first-child {
    padding-top: 0;
}

.t-c-anchor {
    font-weight: bold;
    color: #180d09;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.t-c-anchor:hover {
    opacity: 0.25;
}


/*Animacje*/

@keyframes up {
    0% {
        transform: translateY(50px);
    }

    75% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes pop {
    0% {
        transform: scale(0);
    }

    95% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes colorful {
    0% {
        color: #183CD3;
    }

    33% {
        color: #183CD3;
    }

    33.3% {
        color: #d7230e;
    }

    66.3% {
        color: #d7230e;
    }

    66.6% {
        color: #180d09;
    }

    99.7% {
        color: #180d09;
    }
}

@keyframes twocolors {
    0% {
        color: #eaae30;
    }

    49.5% {
        color: #eaae30;
    }

    50% {
        color: #180d09;
    }

    99.5% {
        color: #180d09;
    }
}

.blue {
    animation: colorful 3s none 0s infinite;

}

.yellow {
    animation: twocolors 2s none 0s infinite;
}

/*Responsywność*/

@media screen and (max-width: 1600px) {
    .black {
        font-size: 50px;
    }

    .header-functional {
        padding-bottom: 2.5vw;
    }

    .gallery-image {
        width: 100%;
    }
}

@media screen and (max-width: 1400px) {

    .sh-foot {
        top: 90%;
    }

    .thanks-header {
        font-size: 50px;
    }

    .black {
        font-size: 40px;
    }
  
}

@media screen and (max-width: 1300px) {
    .back-to {
        top: 7%;
    }

    .sh-foot {
        top: 93%;
    }

    .header-functional {
        top: 5%;
    }
}

@media screen and (max-width: 1200px) {

    .back-to {
        top: 8%;
    }

    .sh-foot {
        top: 92%;
        font-size: 20px;
    }

    .header-functional {
        top: 7%;
    }

    h3 {
        font-size: 40px;
    }

    .thanks-text {
        font-size: 20px;
        margin-top: 40px;
        line-height: 30px;
    }

    .thanks-header {
        font-size: 40px;
    }
}


@media screen and (max-width: 900px) {
    h3 {
        font-size: 35px;
    }

    .head-top {
        padding-top: 10vw;
    }

    .top-break-smaller {
        padding-top: 10vw;
    }

    .thanks-header {
        font-size: 35px;
    }
}

@media screen and (max-width: 880px) {
    .back-to {
        font-size: 12px;
        
    }
}

@media screen and (max-width: 820px) {
    .row {
    flex-direction: column;
    align-items: center;
  }

  .gallery {
    width: 75%;
  }

  .gallery-vertical {
    width: 75%;
    display: none;
    flex-direction: column;
    align-items: center;
  }

  .specifications {
    padding: 10vw 0 0;
    text-align: center;
    width: 75%;
    padding-top: 5vw;
  }
  
  .line {
    width: 40px;
    height: 6px;
    margin-right: 10px; 
    margin-left: 10px;
  }

  .lines {
    padding: 0 0 10vw 0;
    display: flex;
    justify-content: center;
  }
  
  .header-functional {
    padding-bottom: 7.5vw;
    padding-left: 10vw;
    text-align: left;
  }

  .back-to-div {
    padding: 10vw 10vw 0;
  }
}



@media screen and (max-width: 790px) {

    h3 {
        font-size: 30px;
    }

}

@media screen and (max-width: 785px) {
    .thanks-header {
        font-size: 30px;
    }
}

@media screen and (max-width: 780px) {

    .back-to {
        top: 10%;
    }

    .sh-foot {
        top: 90%;
    }

    .header-functional {
        top: 8%;
        left: 30%;
    }

}

@media screen and (max-width: 720px) {
    .thanks-text {
        font-size: 15px;
        margin-top: 30px;
        line-height: 25px;
    }
}

@media screen and (max-width: 675px) {
    h3 {
        font-size: 25px;
    }

    .sh-foot {
        font-size: 15px;
    }

    .thanks-header {
        font-size: 25px;
    }
}


@media screen and (max-width: 630px) {
    .back-to {
        left: 70%;
    }

    .header-functional {
        left: 40%;
        top: 20%;
    }
}



@media screen and (max-width: 580px) {
    .lines {
        padding-bottom: 10vw;
    }

    .black {
        font-size: 30px;
    }

    .sh-head {
        font-size: 15px;
    }

    .t-and-c {
        font-size: 15px;
        line-height: 25px;
        margin: 20px 0;
    }

    .black-smaller {
        font-size: 20px;
    }
}

@media screen and (max-width: 560px) {
    h3 {
        font-size: 20px;
    }
   
    .thanks-text {
        margin-top: 20px;
    }

    .thanks-header {
        font-size: 20px;
    }

    .thanks-text {
        font-size: 12px;
        line-height: 22px;
    }
}



@media screen and (max-width: 480px) {
    .sh-foot {
        font-size: 12px;
    }

    .header-functional {
        padding-top: 5vw;
    }
}

@media screen and (max-width: 455px) {
    .head-top {
        padding-top: 15vw;
    }

    .top-break-smaller {
        padding-top: 15vw;
    }

    .black {
        font-size: 25px;
    }
}

@media screen and (max-width: 450px) {
    .thanks-header {
        font-size: 18px;
    }
}

@media screen and (max-width: 435px) {
    .thanks-text {
        font-size: 10px;
        line-height: 20px;
    }
}

@media screen and (max-width: 420px) {
    .back-to {
        font-size: 10px;
        top: 8%;
    }

    p {
        font-size: 12px;
        line-height: 22px;
    }

    .header-functional {
        top: 16%;
    }
    
    .sh-foot {
        top: 92%;
    }

    .sh-head {
        font-size: 12px;
    }

    .general {
        padding: 10vw;
    }

    .bigger-text {
        font-size: 15px;
        line-height: 25px;
    }
}

@media screen and (max-width: 385px) {
    .sh-foot{
        font-size: 10px;
    }
}

@media screen and (max-width: 380px) {
    .black {
        font-size: 25px;
    }

}

@media screen and (max-width: 370px) {
    .thanks-header {
        font-size: 15px;
    }
}

@media screen and (max-width: 350px) {
    .functional {
        padding-top: 45vw;
    }

    .back-to {
        font-size: 9px;
    }
}

