@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-solid-straight/css/uicons-solid-straight.css');
@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-brands/css/uicons-brands.css');

body {
    background-color: #f1f3f7;
}

html {
    font-size: 15px;
}

header .container-fluid:first-of-type {
    border-bottom: 1px solid #d9d9d9;
}

header .container {
    height: 90px;
}

header .btn-primary {
    background-color: #9c1f54;
    height: 46px;
    padding: 0px 36px;
    line-height: 46px;
    color: #fff;
    font-size: 1rem;
}

header .partners img {
    height: 50px;
}

header i {
    background-color: #9c1f54;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}

header i.mail {
    background-image: url('/images/mail.png');
}

header i.phone {
    background-image: url('/images/phone.png');
}

header a {
    color: #181818;
}

header .logo img {
    height: 46px;
}

header ul li a {
    transition: .3s all ease-in-out;
}

header ul li.active a,
header ul li:hover a {
    color: #9c1f54;
}

.slider {
    width: 100%;
    height: fit-content;
    background-image: url('/images/Slider.jpg');
    background-repeat: no-repeat;
    height: 600px;
    background-size: cover;
    background-position: center;
}

.slider h1 {
    font-size: 56px;
    font-weight: 500;
    line-height: 70px;
    margin-bottom: 25px;
}

.slider .btn-dark {
    height: 50px;
    padding: 0px 25px;
    background-color: #181818;
    display: inline-block;
    color: #fff;
    line-height: 50px;
}

.articles article {
    border-radius: 17px;
    background-color: #fff;
    padding: 29px 17px 17px 29px;
    color: #181818;
    transition: .3s all ease-in-out;
    height: 100%;
}

.articles article h2 {
    font-size: 2rem;
}

.articles article .row {
    display: flex;
    gap: 16px;
}

.articles article .col:first-child {
    flex: 1;
}

.articles article .col-image {
    flex: 0 0 220px;
    position: relative;
    height: 100%;
}

.articles article .thumbnail img {
    width: 220px;
    height: auto;
    z-index: 1;
    position: relative;
    border-radius: 17px;
}

.articles article .thumbnail div {
    position: relative;
}

.articles article .thumbnail div::before {
    width: 220px;
    height: 220px;
    display: block;
    background-color: #f1f3f7;
    border-radius: 17px;
    position: absolute;
    left: -12px;
    top: -12px;
    content: '';
    z-index: 0;
}

.articles article .badge {
    background-color: #f1f3f7;
    color: #181818;
    border-radius: 36px;
    height: 36px;
    padding: 0px 30px;
    font-weight: 400;
    line-height: 36px;
    font-size: .85rem;
    width: fit-content;
}

.articles article .badge.promo {
    background-color: #9c1f54;
    color: #fff;
}

.articles article .prices del,
.articles article .prices h2 {
    font-size: 1.5rem;
    font-weight: 700;
}

.articles article .prices {
    line-height: 2.2rem;
}

.articles article strong {
    font-size: 2.2rem;
    font-weight: 700;
    color: #9c1f54;
}

.articles article i {
    background-color: #9c1f54;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/images/gift.png');
    background-size: 16px;
    padding: 15px;
}

.articles a:hover article {
    box-shadow: 0px 4px 6px rgba(3, 7, 18, 0.03);
}

.articles article h2 {
    font-weight: 700;
}

a {
    text-decoration: none;
}

.bg-darker {
    background-color: #e4e7ed;
}

.py-6 {
    padding-top: 4.2rem;
    padding-bottom: 4.2rem;
}

.reviews .card {
    border-radius: 17px;
    border: 0px;
}

.reviews .pinned-review {
    height: 400px;
    color: #181818;
}

.reviews .pinned-review h3 {
    font-size: 2.3rem;
    font-weight: 700;
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 24%;
}

.reviews .pinned-review .content {
    max-width: 24%;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.reviews .pinned-review .rating img {
    height: 24px;
}

.reviews .pinned-review p {
    font-size: 1rem;
}

.reviews .pinned-review .photo {
    width: 320px;
    height: 450px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: -32px;
}

.reviews .pinned-review .photo::before {
    width: 320px;
    height: 100%;
    position: absolute;
    content: '';
    background-color: #f1f3f7;
    border-radius: 17px;
    left: -17px;
    top: -17px;
}

.reviews .pinned-review .photo img {
    width: 320px;
    max-height: 450px;
    object-fit: contain;
    position: relative;
}

.reviews .single-review .card-body {
    padding: 27px 17px;
    padding-left: 167px;
}

.reviews .single-review .card-footer {
    background-color: #2c3237;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    height: 44px;
    line-height: 44px;
    font-size: .9rem;
    color: #fff;
    padding: 0px;
    padding-left: 167px;
    font-weight: 400;
}

.reviews .single-review .photo {
    width: auto;
    height: auto;
    position: absolute;
    left: -27px;
    top: 8px;
}

.reviews .single-review .photo div::before {
    width: 160px;
    height: 100%;
    position: absolute;
    content: '';
    background-color: #f1f3f7;
    border-radius: 17px;
    left: -10px;
    top: -10px;
}

.reviews .single-review .photo div img {
    width: 160px;
    object-fit: contain;
    position: relative;
}

.reviews .single-review .content,
.reviews .single-review .name {
    font-size: 1.1rem;
}

.reviews .single-review .date {
    font-size: .9rem;
}

.price-card {
    height: 100%;
}

.price-card .card-body {
    padding: 35px;
    padding-bottom: 70px;
}

.price-card .card-body .price {
    font-size: 1.7rem;
    font-weight: 700;
}

.price-card {
    border: 0px;
    border-radius: 17px;
}

.price-card .card-body strong {
    font-size: 1.35rem;
}

.price-card .card-body .point {
    padding-left: 30px;
    background-position: 6px 3px;
    background-size: 14px;
    background-repeat: no-repeat;
    font-size: .95rem;
}

.price-card .card-body .cancel {
    background-image: url('/images/cancel.png');
}

.price-card .card-body .check {
    background-image: url('/images/check.png');
}

.price-card .price.promo span {
    color: #9c1f54;
}

.price-card .price.promo {
    line-height: 1.6rem;
}

.price-card .price del {
    font-size: 1.1rem;
    font-weight: 400;
    color: #181818;
}

.prices-cards {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}

a.more {
    color: #2c3237;
    border: 2px solid #2c3237;
    height: 48px;
    display: inline-block;
    padding: 0px 24px;
    border-radius: 48px;
    line-height: 46px;
    font-size: .95rem;
    transition: .3s all ease-in-out;
}

a.more:hover {
    background-color: #2c3237;
    color: #e4e7ed;
}

footer {
    background-color: #161616;
}

footer .container {
    padding-top: 60px;
    padding-bottom: 40px;
}

footer h3 {
    color: #adadad;
    font-size: 1.35rem;
    margin-bottom: 1.4rem;
}

footer p,
footer a {
    color: #7a7a7a;
    font-size: .95rem;
    line-height: 24px;
}

footer a {
    transition: .3s all ease-in-out;
}

footer a:hover {
    color: #fff;
}

footer .copy {
    color: #595959;
    font-size: .8rem;
}

footer .fi {
    font-size: 22px;
}

footer .container-fluid {
    border-bottom: 1px solid #212121;
}

footer ul {
    padding: 30px 0px;
}

footer ul li a {
    height: 30px;
    display: block;
    line-height: 30px;
}

footer .d-flex {
    gap: 140px;
}

footer .col {
    text-align: center;
}

.navigation {
    width: 35px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 1044;
    display: none;
}

.navigation span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #181818;
    border-radius: 50px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navigation.open span {
    background-color: #9c1f54;
}

.navigation span:nth-child(1) {
    top: 0px;
}

.navigation span:nth-child(2),
.navigation span:nth-child(3) {
    top: 10px;
}

.navigation span:nth-child(4) {
    top: 20px;
}

.navigation.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
}

.navigation.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navigation.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navigation.open span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
}

.menu.show {
    opacity: 1;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100dvh;
    z-index: 1;
}

.menu.show ul {
    transform: translate(-50%, -50%);
}

.opened-menu {
    overflow: hidden;
    width: 100%;
    height: 100dvh;
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 90%;
    }

    .reviews .single-review {
        padding-left: calc(var(--bs-gutter-x)* .5);
    }
}

@media (max-width: 1399.98px) {
    .articles article .thumbnail img {
        width: 190px;
    }

    .articles article .thumbnail div::before {
        width: 190px;
        height: 190px;
    }

    .articles article .col-image {
        flex: 0 0 190px;
    }

    .articles article h2 {
        font-size: 1.8rem;
    }

    .articles article strong {
        font-size: 2rem;
    }

    .reviews .single-review .card-body {
        padding: 17px !important;
        padding-left: 167px !important;
    }

    .reviews .single-review .card-footer {
        background-color: #2c3237 !important;
        border-bottom-left-radius: 17px !important;
        border-bottom-right-radius: 17px !important;
        height: 44px !important;
        line-height: 44px !important;
        font-size: .9rem !important;
        color: #fff !important;
        padding: 0px !important;
        padding-left: 167px !important;
        font-weight: 400 !important;
    }

    .reviews .single-review .photo {
        width: auto !important;
        height: auto !important;
        position: absolute !important;
    }

    .reviews .single-review .photo div::before {
        width: 100% !important;
        height: 100% !important;
        position: absolute !important;
        content: '' !important;
        background-color: #f1f3f7 !important;
        border-radius: 17px !important;
        left: -10px !important;
        top: -10px !important;
    }

    .reviews .single-review .photo div img {
        width: 160px !important;
        object-fit: contain !important;
        position: relative !important;
    }

    .reviews .single-review .content,
    .reviews .single-review .name {
        font-size: 1.1rem !important;
    }

    .reviews .single-review .date {
        font-size: .9rem !important;
    }
}

@media (max-width: 1199.98px) {
    .articles article .col-image {
        flex: 0 0 160px;
    }

    .articles article .thumbnail div::before {
        width: 160px;
        height: 160px;
    }

    .articles article .thumbnail img {
        width: 160px;
    }

    .articles article h2 {
        font-size: 1.6rem;
    }

    .articles article strong {
        font-size: 1.8rem;
    }

    .articles article .text-wrap {
        font-size: .9rem;
    }

    .reviews .pinned-review h3 {
        max-width: 40%;
    }

    .reviews .pinned-review .content {
        max-width: 40%;
    }
}

@media (min-width: 1199.99px) {

    .prices-cards .col-xl-4:nth-of-type(2) {
        margin-top: 0px;
    }

    .reviews .pinned-review .photo {
        display: block !important;
    }
}

@media (min-width: 991.99px) {
    .reviews .single-review .photo {
        top: 27px !important;
        left: -17px !important;
    }

    footer .d-flex {
        flex-wrap: wrap;
        gap: unset;
        gap: 120px;
        justify-content: center;
    }

    footer .d-flex .col {
        flex: 0 0 auto;
        text-align: start;
    }
}

@media (max-width: 991.98px) {
    html {
        font-size: 13.5px;
    }

    header .btn-primary {
        height: 40px;
        padding: 0px 20px;
        line-height: 40px;
        font-size: 1rem;
    }

    header i {
        width: 32px;
        height: 32px;
        border-radius: 32px;
        background-size: 16px;
    }

    header .logo img {
        height: 36px;
    }

    .slider h1 {
        font-size: 46px;
        font-weight: 500;
        line-height: 60px;
        margin-bottom: 25px;
    }

    .articles article .col-image {
        flex: 0 0 140px;
    }

    .articles article .thumbnail div::before {
        width: 140px;
        height: 140px;
    }

    .articles article .thumbnail img {
        width: 140px;
    }

    .reviews .single-review {
        padding-left: 40px;
    }

    .reviews .single-review .photo div img {
        width: 140px;
    }

    .reviews .single-review .photo div {
        left: 10px;
        bottom: -20px;
        position: relative;
        height: 100%;
    }

    .reviews .single-review .photo div::before {
        width: 100%;
    }

    .reviews .single-review .card-body,
    .reviews .single-review .card-footer {
        padding-left: 157px;
    }

    footer .d-flex {
        flex-wrap: wrap;
        gap: unset;
    }

    footer .d-flex .col {
        flex: 0 0 50%;
        margin-bottom: 40px;
    }

    .prices-cards {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media (max-width: 879px) {
    header .menu {
        display: none;
    }

    header .navigation {
        display: flex;
    }

    header .menu ul {
        flex-direction: column;
        position: absolute;
        left: 50%;
        top: 50%;
        gap: 15px !important;
    }

    header .menu ul li a {
        text-align: center;
        display: inline-block;
        width: 100%;
        font-size: 1.2rem;
        font-weight: 500;
    }

    footer .d-flex {
        gap: 40px !important;
        flex-direction: column !important;
        margin-top: 20px !important;
        flex-wrap: nowrap;
    }

    footer .d-flex .col {
        flex: unset;
    }

    footer .container {
        padding-top: 30px !important;
    }

    footer .d-flex .col .d-flex:last-of-type {
        flex-wrap: nowrap;
        flex-direction: row !important;
    }

    .reviews .pinned-review {
        height: auto;
    }

    .reviews .pinned-review .card-body {
        padding: 34px;
    }

    .reviews .pinned-review .content,
    .reviews .pinned-review .photo,
    .reviews .pinned-review h3 {
        position: relative !important;
        max-width: unset;
        transform: unset;
        left: unset;
        top: unset;
        right: unset;
    }

    .reviews .pinned-review .photo::before {
        width: calc(100% - 17px);
    }

    .reviews .pinned-review .rating {
        margin-top: 8px;
    }

    .reviews .pinned-review .photo {
        margin-left: 17px;
        height: unset;
        margin-top: 26px;
        width: 100%;
    }

    .reviews .pinned-review .photo img {
        width: calc(100% - 17px);
    }

    .reviews .pinned-review strong.name {
        font-size: 1.1rem;
    }
}

@media (max-width: 450px) {
    header i.me-3 {
        margin-right: 0px !important;
    }

    header a[href^="tel:+420"] div {
        display: none !important;
    }

    .slider h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .articles article .col-image {
        flex: 0 0 120px;
    }

    .articles article .thumbnail::before {
        width: 120px;
        height: 120px;
    }

    .articles article .thumbnail img {
        width: 120px;
    }

    .reviews .single-review .photo {
        left: -30px !important;
    }

    .reviews .single-review .photo div::before {
        left: -10px !important;
    }
}

@media (min-width: 381px) {
    .reviews .single-review .photo div img {
        width: 160px !important;
        height: 200px !important;
    }

    .reviews .single-review .photo div::before {
        left: 0px !important;
        width: calc(160px - 17px) !important;
    }

    .reviews .single-review .card-body {
        min-height: 166px !important;
    }
}

@media (min-width: 451px) {
    .g-reviews {
        margin-top: 2rem;
    }

    .reviews .pinned-review .photo {
        display: none;
    }
}

@media (max-width: 380px) {
    .articles article .row:first-of-type {
        flex-direction: column-reverse;
        height: fit-content !important;
        gap: 8px;
    }

    .articles article .row .row {
        display: flex;
        flex-direction: column;
        height: fit-content !important;
        gap: 8px;
    }

    .articles article .badge {
        height: 30px;
        line-height: 30px;
        padding: 0px 20px;
        font-size: .8rem;
    }

    .articles article .thumbnail {
        width: 100%;
    }

    .articles article .thumbnail img {
        width: 100%;
        height: 150px;
        object-fit: none;
    }

    .articles article .thumbnail div::before {
        width: 100%;
    }

    .reviews .single-review .card-body {
        display: flex;
        padding: 17px;
    }

    .reviews .single-review {
        padding-left: calc(var(--bs-gutter-x)* .5);
    }

    .reviews .single-review .photo {
        position: relative !important;
        left: 17px !important;
        right: unset !important;
        transform: unset !important;
        top: 0px !important;
        margin-top: 17px;
    }

    .reviews .single-review .photo div {
        position: relative !important;
        left: unset;
        bottom: unset;
    }

    .reviews .single-review .photo div img {
        width: calc(100% - 17px) !important;
    }

    .reviews .single-review .card-body {
        padding: 27px !important;
        flex-direction: column;
    }

    .reviews .single-review .card-footer {
        padding: 0px 27px !important;
    }

    .reviews .single-review .photo div::before {
        left: -17px !important;
        top: -17px !important;
        width: calc(100% - 17px) !important;
    }

    .reviews .pinned-review .card-body {
        padding: 27px !important;
    }

    .reviews .single-review .content {
        margin-top: 27px;
    }
}

@media (min-width: 1399.99px) {
    .reviews .single-review .photo {
        top: 27px !important;
    }

    .reviews .single-review .photo div img {
        width: 160px !important;
        height: 220px !important;
    }

    .reviews .single-review .photo div::before {
        width: calc(100% - 17px) !important;
        left: -6px !important;
    }
}

* {
    font-family: "Poppins", sans-serif !important
}