<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.yourt-page {
    display: flex;
    flex-direction: column;
    gap: 64px;
    margin-bottom: 150px;
}

.about-yourt {
    width: min(1400px, 90%);
    margin: auto;
}

.about-yourt h2 {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 3.5px;
}

.about-yourt .articles-group {
    display: flex;
    gap: 80px;
    margin-top: 40px;
}

.about-yourt .photo-section {
    height: 580px;
    width: 530px;
    display: flex;
    align-items: center;
    position: relative;
}

.about-yourt .photo-section&gt;div {
    width: 516px;
    height: 516px;
    position: relative;
}

.about-yourt .photo-section::after {
    content: '';
    width: 120px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -50px;
    background-color: #ffffff00;
    background-image: radial-gradient(circle, #374f4e60 5%, transparent 10%), radial-gradient(circle, #374F4E60 5%, transparent 10%);
    background-size: 20px 20px;
    background-position: 0 0, 20px 20px;
}


.about-yourt .photo-section img {
    width: 500px;
    height: 500px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    object-fit: cover;
}


.about-yourt .photo-section img+div {
    width: 500px;
    height: 500px;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #899789;
    z-index: 0;
}

.about-yourt .text-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 32px;
}

.about-yourt .text-section&gt;p {
    font-size: 18px;
}

.about-yourt .text-section ul {
    margin-left: 24px;
}

.about-yourt .warning{
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-left: 5px solid #374F4E;
    padding-left: 16px;
}

.about-yourt .warning span{font-size: 20px;}

.yourt-cta-link{
    display: flex;
    justify-content: center;
    background-color: #374F4E;
    padding: 16px;
    border-radius: 5px;
    width: 800px;
    margin-inline: auto;
    text-decoration: none;
    transition-duration: 700ms;
}

.yourt-cta-link:hover{background-color: #4f706f;}
.yourt-cta-link &gt; p{color: white; font-size: 18px; font-weight: 500; text-align: center;}

/* ---------- Cennik ---------- */
.pricing-yourt {
    width: 100%;
    background-color: #ffffff40;
    padding-block: 32px;
}

.pricing-yourt &gt; article {
    width: 1200px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
}

.pricing-yourt h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 32px;
}

.pricing-yourt article&gt;p:nth-child(even) {
    border-left: 9px solid #374F4E;
    font-size: 20px;
    padding-left: 16px;
}

.pricing-yourt article&gt;p:nth-child(odd) {
    border-left: 9px solid #899789;
    font-size: 20px;
    padding-left: 16px;
}

.pricing-yourt .reservations &gt; h3, .pricing-yourt h3{
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 3.5px;
    margin-block: 32px;
}

.pricing-yourt .reservations &gt; div{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.pricing-yourt .reservations &gt; div &gt; p{font-size: 18px;}

.pricing-yourt .dots{
    position: absolute;
    bottom: -16px;
    right: 0;
    width: 80%;
    height: 85%;
    background-color: #ffffff00;
    background-image: radial-gradient(circle, #374f4e40 5%, transparent 10%), radial-gradient(circle, #374F4E40 5%, transparent 10%);
    background-size: 20px 20px;
    background-position: 0 0, 20px 20px;
    z-index: -1;
}

.pricing-yourt .packages{
    display: flex;
    gap: 64px;
    justify-content: center;
    align-items: center;
}

.pricing-yourt .packages &gt; div{
    width: 50%;
    border: 2px solid #374F4E;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 225px;
    position: relative;
}

.pricing-yourt .packages &gt; div &gt; h4{font-size: 25px; font-weight: 600;}
.pricing-yourt .packages &gt; div &gt; p{font-size: 18px;}

.pricing-yourt .packages &gt; div &gt; p &gt; span{
    font-weight: 600;
    color: #899789;
    font-size: 23px;
}

.pricing-yourt .packages &gt; div &gt; ul{margin-top: 16px; list-style: inside}

.pricing-yourt .custom-packages ul{margin-right: auto;}
.pricing-yourt .custom-packages li &gt; span{font-weight: 600; color: #899789; font-size: 23px;}
.pricing-yourt .custom-packages p:nth-of-type(2){margin-top: 8px; font-size: 20px;}

.pricing-yourt .download-offer{
    margin-top: 32px;
    padding: 16px;
    background-color: #374F4E;
    border-radius: 5px;
    border: none;
    width: 400px;
    margin-inline: auto;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: white;
    transition-duration: 700ms;
}

.pricing-yourt .download-offer:hover{background-color: #4f706f;}
/* ---------- Galeria ---------- */
.gallery-yourt article{
    width: 1400px;
    margin-inline: auto;
}

.gallery-yourt h2{
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 32px;
}

.gallery-yourt article &gt; div{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 304px;
    gap: 16px;
}

.gallery-yourt article &gt; div &gt; img{
    border-radius: 5px; 
    object-fit: cover;
    width: 456px;
    height: 100%;
}

.gallery-yourt article .vertical-img{
    grid-row: span 2;
    height: 624px;
}

/* ---------- Media ---------- */
@media only screen and (max-width: 1535px) {
    .about-yourt .photo-section {width: 480px; height: 530px;}
    .about-yourt .photo-section&gt;div {width: 466px; height: 466px; }
    .about-yourt .photo-section img {width: 450px; height: 450px;}
    .about-yourt .photo-section img+div {width: 450px; height: 450px;}

    .about-yourt .articles-group {align-items: center;}
    .about-yourt .text-section {padding-top: 0;}
    .about-yourt .text-section &gt; p{font-size: 16px;}

    .pricing-yourt article{width: 960px;}
    .pricing-yourt article&gt;p:nth-child(even),
    .pricing-yourt article&gt;p:nth-child(odd)
    {font-size: 18px;}

    .gallery-yourt article{width: 1240px;}
    .gallery-yourt article &gt; div &gt; img{height: 100%;}
}

@media only screen and (max-width: 1279px) {
    .about-yourt h2, .pricing-yourt h2, .gallery-yourt h2{font-size: 30px;}
    .pricing-yourt .reservations &gt; h3, .pricing-yourt h3{font-size: 25px;}
    
    .gallery-yourt article &gt; div{grid-template-columns: repeat(2, 1fr);}
    .gallery-yourt article{width: 1000px;}
    .gallery-yourt article &gt; div &gt; img{width: 100%;}
}

@media only screen and (max-width: 1023px) {
    .about-yourt .articles-group {flex-direction: column-reverse; gap: 32px;}
    .pricing-yourt article, .gallery-yourt article {width: 90%;}
    .gallery-yourt article &gt; div{grid-template-columns: repeat(1, 1fr); grid-auto-rows: auto;}
    .pricing-yourt .packages{flex-direction: column; gap: 16px;}
    .pricing-yourt .packages &gt; div{width: 500px;}
    .yourt-cta-link{width: 90%;}
}

@media only screen and (max-width: 639px) {
    .about-yourt h2, .pricing-yourt h2, .gallery-yourt h2{font-size: 25px; text-align: center;}
    .pricing-yourt .reservations &gt; h3, .pricing-yourt h3{font-size: 22px; text-align: center; letter-spacing: 0;}
    .about-yourt .photo-section {
        align-items: center;
        justify-content: center;
        aspect-ratio: 480/530;
        width: 90%;
        height: auto;
    }

    .about-yourt .photo-section&gt;div {width: 90%; height: 90%;}
    .about-yourt .photo-section img+div {display: none;}
    .about-yourt .photo-section img {width: 100%; height: 100%;}
    .about-yourt .photo-section::after {right: auto; width: 100%; height: 100%;}

    .pricing-yourt article&gt;p:nth-child(even),
    .pricing-yourt article&gt;p:nth-child(odd),
    .pricing-yourt .reservations &gt; div &gt; p,
    .yourt-cta-link &gt; p
    {font-size: 16px;}

    .pricing-yourt .packages &gt; div, .pricing-yourt .download-offer{width: 100%;}
}</pre></body></html>