 
.page .carousel-item .box {
    max-width: 650px;
    min-height: 200px;
    background: rgba(255, 255, 255, .7);
    padding: 65px
}

@media (min-width: 992px) {
    .page .carousel-item .box {
        margin-top: 330px
    }
}

@media (max-width: 991px) {
    .page .carousel-item .box {
       /* margin-top: 100px;*/
        margin-bottom: 50px
    }
}

.page .carousel-item .box h5 {
    color: #000;
    font-style: italic;
    font-size: 24px;
    font-weight: 400 !important
}

.page .carousel-item .box h1 {
    color: #b0793d;
    font-style: italic
}

@media (min-width: 450px) {
    .page .carousel-item .box h1 {
        font-size: 56px
    }
}

@media (max-width: 449px) {
    .page .carousel-item .box h1 {
        font-size: 36px
    }
}

@media (min-width: 450px) {
    .page .carousel-item .box h2 {
        font-size: 56px
    }
}

@media (max-width: 449px) {
    .page .carousel-item .box h2 {
        font-size: 36px
    }
}

 .p4-1_1 .col-lg-12:nth-of-type(1) h2, .p4_1 .col-lg-2 .box a {
    color: #b0793d;
    font-family: playfair display, serif
}
.p4-1_1, .p4-1_2 {
    width: 100%;
    background: #fff
}

.p4-1_1 .col-lg-12:nth-of-type(1) strong, .p4-1_1 .row:nth-of-type(1) p {
    font-style: italic;
    color: #141414;
    font-weight: 400 !important;
    text-align: center
}

.p4-1_1 {
    min-height: 200px;
    padding-top: 95px
}

.p4-1_1 .col-lg-12:nth-of-type(1) h2 {
    font-size: 36px;
    margin-bottom: 0;
    line-height: 36px
}

.p4-1_1 .col-lg-12:nth-of-type(1) strong {
    font-size: 24px;
    line-height: 24px;
    margin-top: 13px;
    margin-bottom: 36px;
    display: block
}

.p4-1_1 .row:nth-of-type(1) img {
    display: block;
    margin: 0 auto 40px
}

.p4-1_2 .btn, .p4-1_2 .col-lg-3 .box, .p4-1_2 .col-lg-3 .box .img div div, .p4-1_2 .col-lg-3 .box .title, .p4-1_2 .col-lg-3 .box img {
    margin-left: auto;
    margin-right: auto
}

.p4-1_1 .row:nth-of-type(1) p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 36px
}

.p4-1_1 .row:nth-child(2) .col-lg-12 {
    border-top: 1px solid #ddd;
    padding-top: 48px
}
@media (min-width: 992px) {
    .p4-1_1 .row:nth-of-type(1) p {
        margin-left: 100px;
        margin-right: 100px
    }
}

@media (max-width: 991px) {
    .p4-1_1 .row:nth-of-type(1) p {
        margin-left: 20px;
        margin-right: 20px
    }
}

.p4-1_2 {
    min-height: 440px;
    padding-top: 35px
}

.p4-1_2 .col-lg-3 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width: 1250px) {
    .p4-1_2 .col-lg-3 {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important
    }
}

@media (min-width: 992px) and (max-width: 1249px) {
    .p4-1_2 .col-lg-3 {
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

@media (max-width: 991px) {
    .p4-1_2 .col-lg-3 {
        width: 100%
    }
}

.p4-1_2 .col-lg-3 .box {
    border: 1px solid #b6834b;
    width: 291px;
    height: 503px;
    display: block
}

.p4-1_2 .col-lg-3 .box .img, .p4-1_2 .col-lg-3 .box .img div {
    width: 265px;
    height: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.p4-1_2 .col-lg-3 .box .img {
    margin-top: 13px;
    overflow: hidden
}

.p4-1_2 .col-lg-3 .box .img div {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: 100;
    transform: scale(1);
    transition: all .3s
}

.p4-1_2 .col-lg-3 .box:hover .img div {
    transform: scale(1.2);
    transition: all .3s
}

.p4-1_2 .col-lg-3 .box .img div div {
    width: 100%;
    height: 100%;
    z-index: 0;
    color: #fff;
    font-size: 72px;
    font-weight: 100;
    display: none;
    text-align: center;
    padding-top: 100px
}

.p4-1_2 .col-lg-3 .box:hover .img div div {
    background: rgba(176, 121, 61, .71);
    display: block
}

.p4-1_2 .col-lg-3 .box .title {
    height: 73px;
    width: 265px;
    background: #000;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .39);
    font-family: playfair display, serif !important;
    font-size: 24px;
    text-align: center;
    padding-top: 20px;
    font-style: italic !important
}
.p4-1_2 .col-lg-3 .box img {
    display: block;
    margin-top: 13px;
    z-index: 300
}

.p4-1_2 .btn {
    display: block;
    margin-top: 50px;
    max-width: 200px
}
.p4-1_2, .p4-1_3 {
    padding-bottom: 50px
}

.p4-1_3, .p4-1_4 {
    width: 100%;
    min-height: 440px
}

.p4-1_3 p, .p7-1_3 p {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .34)
}

.p4-1_3 h3, .p4-1_3 p, .p4-1_4 h3 {
    text-align: center;
    font-style: italic
}

.p4-1_2 .col-lg-3 .box:hover .title {
    background: #b0793d
}

.p4-1_2 .col-lg-3 .box img {
    display: block;
    margin-top: 13px;
    z-index: 300
}

.p4-1_2 .btn {
    display: block;
    margin-top: 50px;
    max-width: 200px
}

.p4-1_3 {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    -webkit-transform: translateZ(0x) !important
}

.p4-1_3 h3 {
    font-size: 36px;
    color: #b0793d;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 155px
}

.p4-1_3 p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px
}

@media (min-width: 992px) {
    .p4-1_3 p {
        margin-left: 115px;
        margin-right: 115px
    }
}

@media (max-width: 991px) {
    .p4-1_3 p {
        margin-left: 20px;
        margin-right: 20px
    }

    .p4-1_4 .col-lg-3 {
        width: 100%
    }
}

.p4-1_4 {
    padding-top: 75px
}

.p4-1_4 h3 {
    font-size: 36px;
    color: #b0793d;
    margin-bottom: 0;
    line-height: 36px;
        font-family: playfair display,serif;
}

.p4-1_4 img:first-of-type {
    display: block;
    margin: 30px auto 65px
}

.p4-1_4 .col-lg-3 .box a, .p4-1_4 .col-lg-3 .box a:hover {
    font-style: italic;
    text-align: left;
    margin-top: 20px;
    font-size: 24px;
    text-decoration: none
}

.p4-1_4 .col-lg-3 .box, .p4-1_4 .col-lg-3 img {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.p4-1_4 .col-lg-3 {
    padding: 10px;
    max-height: 420px
}

@media (min-width: 1250px) {
    .p4-1_4 .col-lg-3 {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important
    }
}

@media (min-width: 992px) and (max-width: 1249px) {
    .p4-1_4 .col-lg-3 {
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.p4-1_4 .col-lg-3 .box {
    padding: 12px 16px;
    border: 1px solid #b6834b;
    min-height: 380px;
    width: 290px
}

.p4-1_5, .p5_1 {
    min-height: 440px
}

.p4-1_4 .col-lg-3 .box .img, .p4-1_4 .col-lg-3 .box .img div {
    width: 100%;
    height: 203px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.p4-1_4 .col-lg-3 .box a {
    color: #b0793d;
    display: block
}

.p4-1_4 .col-lg-3 .box a:hover {
    color: #141414;
    display: block
}

.p4-1_5 h4, .p4-1_5 p {
    text-align: center;
    font-style: italic;
    color: #141414;
    line-height: 24px
}

.p4-1_5 {
    width: 100%;
    padding-bottom: 150px
}

.p4-1_5 h4 {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 70px
}

.p4-1_5 img {
    display: block;
    margin: 30px auto 65px
}

.p4-1_5 p {
    font-size: 16px;
    margin-top: 40px;
    font-weight: 400 !important
}

.p4-1_5 .col-lg-2 .box a, .p5_1 h1 {
    color: #b0793d;
    font-style: italic;
    text-align: center
}

@media (min-width: 992px) {
    .p4-1_1 .row:nth-of-type(1) p {
        margin-left: 100px;
        margin-right: 100px
    }
}

@media (max-width: 991px) {
    .p4-1_1 .row:nth-of-type(1) p {
        margin-left: 20px;
        margin-right: 20px
    }
}

.p4-1_5 .col-lg-2 {
    padding: 5px;
    margin-top: 50px
}

@media (min-width: 1200px) {
    .p4-1_5 .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .p4-1_5 .col-lg-2 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .p4-1_5 .col-lg-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 767px) {
    .p4-1_5 .col-lg-2 {
        width: 100%
    }
}

.p4-1_5 .col-lg-2 .box {
    border: 1px solid #c7a075;
    padding: 37px 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 192px;
    cursor: pointer
}

.p4-1_5 .col-lg-2 .box:hover {
    background: #f9ecde
}

.p4-1_5 .col-lg-2 .box a {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 24px;
    display: block;
    text-decoration: none
}


@font-face{font-family:'Playfair Display';font-style:italic;font-display:swap;font-weight:400;src:url(/public/website/fonts/v21/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Playfair Display';font-style:italic;font-display:swap;font-weight:400;src:url(/public/website/fonts/v21/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Playfair Display';font-style:italic;font-display:swap;font-weight:400;src:url(/public/website/fonts/v21/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Playfair Display';font-style:italic;font-display:swap;font-weight:400;src:url(/public/website/fonts/v21/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Playfair Display';font-style:italic;font-display:swap;font-weight:700;src:url(/public/website/fonts/v21/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Playfair Display';font-style:italic;font-display:swap;font-weight:700;src:url(/public/website/fonts/v21/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Playfair Display';font-style:italic;font-display:swap;font-weight:700;src:url(/public/website/fonts/v21/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Playfair Display';font-style:italic;font-display:swap;font-weight:700;src:url(/public/website/fonts/v21/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Playfair Display';font-style:italic;font-display:swap;font-weight:900;src:url(/public/website/fonts/v21/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Playfair Display';font-style:italic;font-display:swap;font-weight:900;src:url(/public/website/fonts/v21/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Playfair Display';font-style:italic;font-display:swap;font-weight:900;src:url(/public/website/fonts/v21/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Playfair Display';font-style:italic;font-display:swap;font-weight:900;src:url(/public/website/fonts/v21/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Playfair Display';font-style:normal;font-display:swap;font-weight:400;src:url(/public/website/fonts/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Playfair Display';font-style:normal;font-display:swap;font-weight:400;src:url(/public/website/fonts/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Playfair Display';font-style:normal;font-display:swap;font-weight:400;src:url(/public/website/fonts/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Playfair Display';font-style:normal;font-display:swap;font-weight:400;src:url(/public/website/fonts/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Playfair Display';font-style:normal;font-display:swap;font-weight:700;src:url(/public/website/fonts/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Playfair Display';font-style:normal;font-display:swap;font-weight:700;src:url(/public/website/fonts/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Playfair Display';font-style:normal;font-display:swap;font-weight:700;src:url(/public/website/fonts/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Playfair Display';font-style:normal;font-display:swap;font-weight:700;src:url(/public/website/fonts/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Playfair Display';font-style:normal;font-display:swap;font-weight:900;src:url(/public/website/fonts/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Playfair Display';font-style:normal;font-display:swap;font-weight:900;src:url(/public/website/fonts/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Playfair Display';font-style:normal;font-display:swap;font-weight:900;src:url(/public/website/fonts/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Playfair Display';font-style:normal;font-display:swap;font-weight:900;src:url(/public/website/fonts/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:italic;font-display:swap;font-weight:100;src:local('Poppins Thin Italic'),local('Poppins-ThinItalic'),url(/public/website/fonts/v13/pxiAyp8kv8JHgFVrJJLmE0tDMPKzSQ.woff2) format('woff2');unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:italic;font-display:swap;font-weight:100;src:local('Poppins Thin Italic'),local('Poppins-ThinItalic'),url(/public/website/fonts/v13/pxiAyp8kv8JHgFVrJJLmE0tMMPKzSQ.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:italic;font-display:swap;font-weight:100;src:local('Poppins Thin Italic'),local('Poppins-ThinItalic'),url(/public/website/fonts/v13/pxiAyp8kv8JHgFVrJJLmE0tCMPI.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:italic;font-display:swap;font-weight:200;src:local('Poppins ExtraLight Italic'),local('Poppins-ExtraLightItalic'),url(/public/website/fonts/v13/pxiDyp8kv8JHgFVrJJLmv1pVFteOcEg.woff2) format('woff2');unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:italic;font-display:swap;font-weight:200;src:local('Poppins ExtraLight Italic'),local('Poppins-ExtraLightItalic'),url(/public/website/fonts/v13/pxiDyp8kv8JHgFVrJJLmv1pVGdeOcEg.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:italic;font-weight:200;font-display:swap;src:local('Poppins ExtraLight Italic'),local('Poppins-ExtraLightItalic'),url(/public/website/fonts/v13/pxiDyp8kv8JHgFVrJJLmv1pVF9eO.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:italic;font-weight:300;font-display:swap;src:local('Poppins Light Italic'),local('Poppins-LightItalic'),url(/public/website/fonts/v13/pxiDyp8kv8JHgFVrJJLm21lVFteOcEg.woff2) format('woff2');unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:italic;font-display:swap;font-weight:300;src:local('Poppins Light Italic'),local('Poppins-LightItalic'),url(/public/website/fonts/v13/pxiDyp8kv8JHgFVrJJLm21lVGdeOcEg.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:italic;font-display:swap;font-weight:300;src:local('Poppins Light Italic'),local('Poppins-LightItalic'),url(/public/website/fonts/v13/pxiDyp8kv8JHgFVrJJLm21lVF9eO.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:italic;font-display:swap;font-weight:400;src:local('Poppins Italic'),local('Poppins-Italic'),url(/public/website/fonts/v13/pxiGyp8kv8JHgFVrJJLucXtAKPY.woff2) format('woff2');unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:italic;font-display:swap;font-weight:400;src:local('Poppins Italic'),local('Poppins-Italic'),url(/public/website/fonts/v13/pxiGyp8kv8JHgFVrJJLufntAKPY.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:italic;font-display:swap;font-weight:400;src:local('Poppins Italic'),local('Poppins-Italic'),url(/public/website/fonts/v13/pxiGyp8kv8JHgFVrJJLucHtA.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:italic;font-display:swap;font-weight:500;src:local('Poppins Medium Italic'),local('Poppins-MediumItalic'),url(/public/website/fonts/v13/pxiDyp8kv8JHgFVrJJLmg1hVFteOcEg.woff2) format('woff2');unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:italic;font-display:swap;font-weight:500;src:local('Poppins Medium Italic'),local('Poppins-MediumItalic'),url(/public/website/fonts/v13/pxiDyp8kv8JHgFVrJJLmg1hVGdeOcEg.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:italic;font-display:swap;font-weight:500;src:local('Poppins Medium Italic'),local('Poppins-MediumItalic'),url(/public/website/fonts/v13/pxiDyp8kv8JHgFVrJJLmg1hVF9eO.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:italic;font-display:swap;font-weight:600;src:local('Poppins SemiBold Italic'),local('Poppins-SemiBoldItalic'),url(/public/website/fonts/v13/pxiDyp8kv8JHgFVrJJLmr19VFteOcEg.woff2) format('woff2');unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:italic;font-display:swap;font-weight:600;src:local('Poppins SemiBold Italic'),local('Poppins-SemiBoldItalic'),url(/public/website/fonts/v13/pxiDyp8kv8JHgFVrJJLmr19VGdeOcEg.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:italic;font-display:swap;font-weight:600;src:local('Poppins SemiBold Italic'),local('Poppins-SemiBoldItalic'),url(/public/website/fonts/v13/pxiDyp8kv8JHgFVrJJLmr19VF9eO.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:italic;font-display:swap;font-weight:700;src:local('Poppins Bold Italic'),local('Poppins-BoldItalic'),url(/public/website/fonts/v13/pxiDyp8kv8JHgFVrJJLmy15VFteOcEg.woff2) format('woff2');unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:italic;font-display:swap;font-weight:700;src:local('Poppins Bold Italic'),local('Poppins-BoldItalic'),url(/public/website/fonts/v13/pxiDyp8kv8JHgFVrJJLmy15VGdeOcEg.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:italic;font-display:swap;font-weight:700;src:local('Poppins Bold Italic'),local('Poppins-BoldItalic'),url(/public/website/fonts/v13/pxiDyp8kv8JHgFVrJJLmy15VF9eO.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:italic;font-display:swap;font-weight:800;src:local('Poppins ExtraBold Italic'),local('Poppins-ExtraBoldItalic'),url(/public/website/fonts/v13/pxiDyp8kv8JHgFVrJJLm111VFteOcEg.woff2) format('woff2');unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:italic;font-weight:800;font-display:swap;src:local('Poppins ExtraBold Italic'),local('Poppins-ExtraBoldItalic'),url(/public/website/fonts/v13/pxiDyp8kv8JHgFVrJJLm111VGdeOcEg.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:italic;font-display:swap;font-weight:800;src:local('Poppins ExtraBold Italic'),local('Poppins-ExtraBoldItalic'),url(/public/website/fonts/v13/pxiDyp8kv8JHgFVrJJLm111VF9eO.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:italic;font-display:swap;font-weight:900;src:local('Poppins Black Italic'),local('Poppins-BlackItalic'),url(/public/website/fonts/v13/pxiDyp8kv8JHgFVrJJLm81xVFteOcEg.woff2) format('woff2');unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:italic;font-display:swap;font-weight:900;src:local('Poppins Black Italic'),local('Poppins-BlackItalic'),url(/public/website/fonts/v13/pxiDyp8kv8JHgFVrJJLm81xVGdeOcEg.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:italic;font-display:swap;font-weight:900;src:local('Poppins Black Italic'),local('Poppins-BlackItalic'),url(/public/website/fonts/v13/pxiDyp8kv8JHgFVrJJLm81xVF9eO.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:100;src:local('Poppins Thin'),local('Poppins-Thin'),url(/public/website/fonts/v13/pxiGyp8kv8JHgFVrLPTucXtAKPY.woff2) format('woff2');unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:100;src:local('Poppins Thin'),local('Poppins-Thin'),url(/public/website/fonts/v13/pxiGyp8kv8JHgFVrLPTufntAKPY.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:100;src:local('Poppins Thin'),local('Poppins-Thin'),url(/public/website/fonts/v13/pxiGyp8kv8JHgFVrLPTucHtA.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:200;src:local('Poppins ExtraLight'),local('Poppins-ExtraLight'),url(/public/website/fonts/v13/pxiByp8kv8JHgFVrLFj_Z11lFc-K.woff2) format('woff2');unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:200;src:local('Poppins ExtraLight'),local('Poppins-ExtraLight'),url(/public/website/fonts/v13/pxiByp8kv8JHgFVrLFj_Z1JlFc-K.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:200;src:local('Poppins ExtraLight'),local('Poppins-ExtraLight'),url(/public/website/fonts/v13/pxiByp8kv8JHgFVrLFj_Z1xlFQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:300;src:local('Poppins Light'),local('Poppins-Light'),url(/public/website/fonts/v13/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:300;src:local('Poppins Light'),local('Poppins-Light'),url(/public/website/fonts/v13/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:300;src:local('Poppins Light'),local('Poppins-Light'),url(/public/website/fonts/v13/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:local('Poppins Regular'),local('Poppins-Regular'),url(/public/website/fonts/v13/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:local('Poppins Regular'),local('Poppins-Regular'),url(/public/website/fonts/v13/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:local('Poppins Regular'),local('Poppins-Regular'),url(/public/website/fonts/v13/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:500;src:local('Poppins Medium'),local('Poppins-Medium'),url(/public/website/fonts/v13/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:local('Poppins Medium'),local('Poppins-Medium'),url(/public/website/fonts/v13/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:500;src:local('Poppins Medium'),local('Poppins-Medium'),url(/public/website/fonts/v13/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:local('Poppins SemiBold'),local('Poppins-SemiBold'),url(/public/website/fonts/v13/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:local('Poppins SemiBold'),local('Poppins-SemiBold'),url(/public/website/fonts/v13/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:local('Poppins SemiBold'),local('Poppins-SemiBold'),url(/public/website/fonts/v13/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:700;src:local('Poppins Bold'),local('Poppins-Bold'),url(/public/website/fonts/v13/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:700;src:local('Poppins Bold'),local('Poppins-Bold'),url(/public/website/fonts/v13/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:700;src:local('Poppins Bold'),local('Poppins-Bold'),url(/public/website/fonts/v13/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:800;src:local('Poppins ExtraBold'),local('Poppins-ExtraBold'),url(/public/website/fonts/v13/pxiByp8kv8JHgFVrLDD4Z11lFc-K.woff2) format('woff2');unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:800;src:local('Poppins ExtraBold'),local('Poppins-ExtraBold'),url(/public/website/fonts/v13/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:800;src:local('Poppins ExtraBold'),local('Poppins-ExtraBold'),url(/public/website/fonts/v13/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:900;src:local('Poppins Black'),local('Poppins-Black'),url(/public/website/fonts/v13/pxiByp8kv8JHgFVrLBT5Z11lFc-K.woff2) format('woff2');unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:900;src:local('Poppins Black'),local('Poppins-Black'),url(/public/website/fonts/v13/pxiByp8kv8JHgFVrLBT5Z1JlFc-K.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:900;src:local('Poppins Black'),local('Poppins-Black'),url(/public/website/fonts/v13/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}


 


.roz{
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    font-size: 3vh;
}
.w{
    height: 100%;
}

	@media (max-width: 445px) {
    .prawe {
    color: white;
    width: 33%;
    float: right;
    border: solid;
    text-align: center;
    margin-right: 12%;
    border-radius: 25px 25px 25px 25px;
    border-width: 0.2vw;
    margin-top: 1%;
        margin-top: 10%;
    }

    .lewe {
   width: 33%;
    color: white;
    float: left;
    border: solid;
    margin-left: 12%;
    text-align: center;
    border-radius: 25px 25px 25px 25px;
    border-width: 0.2vw;
    margin-top: 1%;
        margin-top: 10%;
    }
        .od{
    margin-top: 10.5%;
        
}
.age{
        text-align: center;
    font-family: playfair display,serif;
       font-size: 2vh;
    color: white;
}


}

	@media (min-width: 446px) {
    .prawe {
    color: white;
    width: 15%;
    float: right;
    border: solid;
    text-align: center;
    margin-right: 25%;
    border-radius: 25px 25px 25px 25px;
    border-width: 0.1vw;
    margin-top: 1%;
    }
    .lewe {
   width: 15%;
    color: white;
    float: left;
    border: solid;
    margin-left: 25%;
    text-align: center;
    border-radius: 25px 25px 25px 25px;
    border-width: 0.1vw;
    margin-top: 1%;
    }
        .od{
    margin-top: 7.5%;
    
}

.age{
        text-align: center;
    font-family: playfair display,serif;
    font-size: 3vh;
    color: white;
}
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    cursor: pointer;
}

#text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

  
    @keyframes rotate {
        0% {
            transform: rotateZ(0deg);
        }
        100% {
            transform: rotateZ(360deg);
        }}
 .cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:1.1em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
  
 

.preloader{
    display:none!important;
}
html.load {
    overflow: unset!important;
}
html.load:after {
    opacity: unset!important;
    pointer-events: unset!important;
    content:unset!important;
}
.preloader_logo{
    background:unset!important;
}
