
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    font-size: 10px;
    height: 100%;
    background-color: #414042;
}

body {
    background-color: #414042;
    font-family: 'castobetaregular';
}


/*body, button, input, select, optgroup, textarea {
    color: #404040;
    font-family:'castobetaregular';
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    margin: 0;
    padding: 0;
}*/

*, *::before, *::after {
    box-sizing: inherit;
}


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

.row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

:focus-visible {
    outline: none;
}

.center-block {
    max-width: 42rem;
    margin: 0 auto;
    position: relative;
}

header#masthead {
    position: relative;
    display: -webkit-box;
    display: flex;
    z-index: 1;
    background: #58595B;
}

.col-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

a.logo img {
    -o-object-fit: cover;
    object-fit: cover;
    width: auto;
    height: 18px;
}

.content-block {
    padding: 0 25px;
    width: 100%;
}

.site-header {
    padding: 20px 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
}

.site-header.two-page {
    justify-content: space-between;
}

#first-page-content,
#two-page-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 1;
}

#two-page-content {
    margin-bottom: 50px;
}

.page {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.page-title {
    padding: 125px 0 80px;
    width: 100%;
}

h1 {
    color: #FFDB00;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    font-family: "Good-Home-Bold";
}

.search-block {
    margin-top: 0px;
    width: 100%;
    font-family: "Good-Home-Bold";
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: inherit;
    background: rgb(204, 204, 204);
    background: linear-gradient(
        90deg, rgba(204, 204, 204, 1) 0%, rgba(204, 204, 204, 1) 51%, rgba(255, 219, 0, 1) 79%, rgba(255, 219, 0, 1) 98%);
    border-radius: 35px;
}

.background-red {
    background: #ED1C24;
}

.text-red {
    color: #ED1C24;
    padding-top: 5px;
}

.errors-list {
    list-style-type: none;
}

.error {
    font-size: 16px
}

#write {
    width: 100%;
    min-height: 56px;
    text-align: left;
    font-family: "Good-Home-Bold";
    font-size: 24px;
    line-height: 27px;
    text-transform: lowercase;
    display: flex;
    margin: auto;
    position: relative;
    padding: 8px 0 5px 40px;
    box-sizing: border-box;
    color: #fff;
    background: #58595B;
    background-clip: padding-box;
    border: solid 4px transparent;
    border-radius: 35px;
}

#write input {
    background: transparent;
    border: none;
    width: 15rem;
}

button.opis {
    width: auto;
    color: #231F20;
    font-size: 18px;
    line-height: 21px;
    font-family: "Good-Home-Bold";
    max-height: 36px;
    background: #FFDB00;
    padding: 5px 40px 6px;
    border-radius: 2.5rem;
    box-shadow: 0 0 0 5px rgb(252 218 5 / 50%);
    text-align: center;
    border: none;
    position: absolute;
    right: 9px;
}


.button-block {
    /*position: relative;*/
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 270px;
    margin: 0 auto;
}

input#btn-submit {
    background: #e30613;
    background-size: contain;
    border: none;
    color: #fff;
    width: 100%;
    font-size: 1.9rem;
    padding: 15px 70px;
    border-radius: 3rem;
    position: relative;
    outline: none;
    cursor: pointer;
    font-family: "Roboto-Medium";
}

footer {
    bottom: 0;
    z-index: 10;
    background: #fff;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.footer-block {
    height: 45px;
}

.footer-block-container {
    width: 100%;
    padding: 15px 0 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

a.footer-text {
    color: #000;
    display: block;
    font-size: 15px;
    text-decoration: none;
    font-family: "Roboto-Light";
}

a.footer-text b {
    font-size: 18px;
    color: transparent;
    background: url(img/ico21.svg) no-repeat;
    background-size: contain;
    width: 80px;
    background-position: center;
}

div.order_item {
    position: absolute;
    top: 0;
    background: #0000008f;
    width: 100%;
    height: 100%;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
}

.page-content {
    flex: 1;
    display: flex;
}

.carousel-footer {
    height: 3.3rem;
    padding: 2.6rem 0 4em;
    background-color: #58595b;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    box-shadow: 0px 0px 20px 10px rgb(0 0 0 / 10%);
}

.carousel-footer a {
    color: #CCCCCC;
    font-size: 18px;
    line-height: 21px;
    text-decoration: underline;
    text-align: center;
}

.header-back a {
    color: #CCCCCC;
    font-size: 18px;
    line-height: 21px;
    text-decoration: underline;
}

section.carousel-section {
    margin-bottom: 25px;
}

.kolekcja-title {
    width: 100%;
}

.kolekcja-title h1 {
    padding-top: 40px;
    font-size: 34px;
    color: #FFDB00;
    line-height: 48px;
    font-family: "Good-Home-Bold";
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 40px;
}

#mala-lazienka {
    width: 100%;
}

#mala-lazienka h2 {
    font-size: 26px;
    line-height: 36px;
    color: #FFFFFF;
    font-family: "Good-Home-Bold";
    margin: 0 0 15px;
}

div#carousel {
    width: 100%;
    height: auto;
}

.swiper-slide {
    width: 100% !important;
}

.swiper-slide img {
    width: 100%;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    background-image: url(/img/ico-1.png) !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(/img/ico-2.png) !important;
    left: 10px;
    right: auto;
}

.swiper-button-prev, .swiper-button-next {
    width: 44px !important;
    background-size: 44px 44px !important;
}

.swiper-pagination.swiper-pagination-bullets {
    bottom: -25px;
    left: 0;
    right: 0;
}

.swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    display: inline-block;
    border-radius: 100%;
    background: #58595B !important;
    opacity: 1 !important;
    margin: 2px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ccc !important;
}

.plain-content-title {
    color: #CCCCCC;
    font-size: 14px;
    line-height: 21px;
    font-family: "Good-Home-Bold";
    max-width: 55%;
}

.plain-content-button a {
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    font-family: "Good-Home-Bold";
    padding: 10px 25px;
    border-radius: 30px;
    border: 2px solid #FFDB00;
    display: block;
    margin: 12px 0;
}

.plain-content {
    width: 100%;
}

.plain-content > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.big-text {
    color: #58595B;
    font-size: 200px;
    line-height: 260px;
    font-family: "Good-Home-Bold";
}

.text-after-big-text {
    font-size: 34px;
    line-height: 40px;
    color: #FFDB00;
    font-family: "Good-Home-Bold";
}

.description-after-big-text {
    color: #ccc;
    font-size: 18px;
    line-height: 21px;
    font-family: "Good-Home-Bold";
    margin-top: 15px;
}

.error-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.eror-section .page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    text-align: center;
}


@media (max-width: 406px) {

    .plain-content-title {
        max-width: 100%;
        width: calc(100% - 165px);
    }

}

@media (max-width: 345px) {

    .plain-content>div {
        margin-bottom: 10px;
    }

    .plain-content-title {
        max-width: 100%;
        width: calc(100% - 140px);
    }

    .plain-content-button a {
        padding: 10px 10px;
    }

}

