/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


/* reset */
* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a,
a:hover,
a:link,
a:visited {
    text-decoration: none
}

aside,
footer,
header,
legend,
main,
nav,
section {
    display: block
}

h1,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit
}

main h1,
main h2,
main h3,
main h4,
main p {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

ol,
li {
    list-style-position: inside;
}

ul,
ul li {
    list-style: none
}

img {
    vertical-align: top
}

img,
svg {
    max-width: 100%;
    height: auto
}

address {
    font-style: normal
}

input,
select,
textarea {
    background-color: transparent
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit
}

input::-ms-clear {
    display: none
}

button,
input[type=submit] {
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background: 0 0;
    cursor: pointer
}

button:active,
button:focus,
input:active,
input:focus {
    outline: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

label {
    cursor: pointer
}

:root {
    --font-family: "Lato", sans-serif;
}

html {
    scroll-behavior: smooth
}

body {
    font-family: var(--font-family);
    font-weight: 400;
    line-height: 140%;
    overflow-x: hidden;
    font-size: 18px;
    color: #000;
}

body,
html {
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

img {
    display: block
}

a {
    cursor: pointer
}

.mobile-column b {
    font-weight: 600;
}

code,
pre.code {
    background-color: #e9f1f6;
    padding: .2rem;
    border-radius: 4px
}

pre.code {
    overflow-x: auto;
    padding: 1rem
}

.btn-link {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #004996;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.btn-link:hover {
    color: #eb9435
}

section,
article {
    position: relative;
}

.container {
    margin: 0 auto;
    padding: 0 83px 0 83px;
    max-width: 1366px;
    width: 100%
}

.container-small {
    max-width: 900px;
}

.only-mobile {
    display: none;

    @media screen and (max-width: 980px) {
        display: block;

    }
}

.only-desktop {
    display: block;

    @media screen and (max-width: 980px) {
        display: none;

    }
}

.title-1 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 50px;
    color: #004996;
    line-height: 120%;
}

.product-container h2,
.product-container .title-2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 32px;
    color: #004996;
    line-height: normal;
    margin-bottom: 40px;
}

.product-container h2 b {
    font-weight: 900;
    text-transform: uppercase;
}

.product-container h3,
.product-container .title-3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 28px;
    color: #035296;
    line-height: normal;
    margin-bottom: 30px;
}

.product-container .title-3 {
    font-weight: 500;
}

ol,
ul {
    margin-bottom: 40px;
}

ol ul {
    margin-bottom: 0px;
}

.product-body ul,
ul li {
    list-style: disc;
}

.product-body ul li {
    margin-left: 20px
}

.product-footer__cities ul li {
    margin-left: 0px
}

.product-body li,
.product-body li a,
.product-container p {
    font-size: 18px;
    line-height: 156%;
    color: #000;
}

.product-body .divider {
    height: 1px;
    background: #c0c0c0;
    max-width: 850px;
    margin: 44px 0 58px;
}

.product-container p {
    margin-bottom: 40px;
}

.product-content__image {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: 72px;
    margin-top: 24px;
}

.product-content__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.product-content__image.product__main-img {
    border-radius: 20px;
}

/* breadcrumbs */
.breadcrumbs {
    padding-top: 10px;
}

.breadcrumbs ul {
    list-style: none;
  /* padding: 32px 0; */
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;

}

.breadcrumbs li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
}

.breadcrumbs li+li::before {
    content: "|";
    margin: 0 8px;
    color: #999;
}

.breadcrumbs a {
    color: #1a5dab;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

/* hero */
.product-hero {
    padding: 40px 0px 86px;
}

.product-hero .product-discount {
    width: 100%;
    height: 48px;
    max-width: 693px;
    padding: 10px 15px;
}

.product-hero__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
}

.product-hero__image {
    width: 100%;
    max-width: 559px;
    position: relative;
}

.product-hero__image:has(.one__image) {
    width: 100%;
    border-radius: 20px;
    max-width: 549px;
    overflow: hidden;
    -ms-flex-item-align: start;;
        -ms-grid-row-align: start;;
        align-self: flex-start;;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.product-hero__image:has(.one__image) a {
    border-radius: 20px;
    overflow: hidden;
}

.product-hero__image .one__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slide {
    overflow: hidden;
    border-radius: 20px;
    height: 490px;
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Миниатюры */
.thumbs-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}


.product-hero-thumbs {
    margin-top: 15px;
    max-width: 499px;
}

.product-hero__image a.pswp-item {
  cursor: zoom-in;
}

.product-hero-thumbs .swiper-slide {
    width: 90px !important;
    height: 90px;
    overflow: hidden;
    border-radius: 10px;
}

.product-hero-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-hero-thumbs .swiper-slide {
    opacity: 0.6;
    cursor: pointer;
}

.product-hero-thumbs .swiper-slide.is-active {
    opacity: 1;
    cursor: not-allowed;
}

.swiper-button-prev.hero-prev,
.swiper-button-next.hero-next {
    width: 18px;
    height: 18px;
    margin-top: 8px;
    pointer-events: auto !important;
    opacity: 1 !important;
    cursor: pointer !important;
    top: calc(50% - 9px);
}

.swiper-button-prev.hero-prev {
    left: 0;
}

.swiper-button-next.hero-next {
    right: 0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.6 !important;
    cursor: not-allowed;
}

/* PhotoSwipe thumbnails bar */
.pswp {
    z-index: 999999;
}

.pswp__bg {
    background: #fff !important;
    opacity: 1 !important;
}


@media (min-width: 769px) {
    .pswp.is-first-open .pswp__img {
        transform: translate3d(0,0,0) scale(0.8) !important;
    }
}

.pswp__img {
    --custom-scale: 1;
    transform: translate3d(0,0,0) scale(var(--custom-scale));
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
    cursor: zoom-out;
}

.pswp-thumbs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 96px;
  padding: 10px 64px;
  background: #fff;
}

.pswp-thumbs__inner {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow-x: auto;
}

.pswp-thumb {
  background: none;
  border: 0;
  padding: 0;
  opacity: .7;
  cursor: pointer;
}

.pswp-thumb.is-active {
  opacity: 1;
}

.pswp-thumb img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: 6px;
}

.pswp__button {
    position: absolute;
    z-index: 99999;
    width: 40px;
    height: 40px;
    color: #007aff;
    padding: 0;
    border: none;
    display: block;
    transition: opacity .2s ease;
}

.pswp__button:focus, .pswp__button:hover {
    color: inherit;
    background-color: transparent;
    text-decoration: none;
    outline: 0;
}

.pswp__button:hover {
    opacity: 0.6;
}

.pswp__button.pswp__button--close {
    transform: translateY(0);
    top: 35px;
    right: 35px;
    padding: 4px;
}

.pswp__button.pswp__button--close svg path {
    fill: #007aff;
}

.pswp__button.pswp__button--zoom {
    display: none;
}

.pswp__preloader {
    display: none !important;
}

.pswp__counter {
    position: absolute;
    top: 35px;
    left: 35px;
    color: #007aff;
}

/* Hide default PhotoSwipe SVG icon */
.pswp__button--arrow--prev svg,
.pswp__button--arrow--next svg {
    display: none;
}

/* Base arrow button */
.pswp__button--arrow--prev,
.pswp__button--arrow--next {
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
}

/* Left arrow */
.pswp__button--arrow--prev {
    background-image: url('/wp-content/themes/hello-elementor/assets/icons/arrow.svg') !important;
}

/* Right arrow */
.pswp__button--arrow--next {
    background-image: url('/wp-content/themes/hello-elementor/assets/icons/arrow.svg') !important;
    transform: rotate(180deg);
}

.pswp__button--arrow--prev,
.pswp__button--arrow--next {
    position: absolute;
    bottom: 24px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    visibility: visible !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.pswp__button--arrow--next {
    right: calc(50% - 320px + 8px);
    top: 98%;
}

.pswp__button--arrow--prev {
    left: calc(50% - 320px + 8px);
    top: 98%;
}

@media screen and (max-width: 540px) {
    .pswp-thumbs {
      padding: 10px 72px;
    }
    .pswp-thumbs__inner {
        justify-content: flex-start;
    }
    .pswp__button--arrow--prev {
        left: 8px;
    }
    .pswp__button--arrow--next {
        right:8px;
    }
    .pswp__button.pswp__button--close {
        right: 13px;
    }
    .pswp__counter {
        left: 15px;
    }
}


.product-hero__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.divider {
    height: 1px;
    background: #c0c0c0;
    margin: 22px 0 22px;
}

.product-hero__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    margin-top: 24px;
}

.product-hero__nav a {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #004996;
    white-space: nowrap;
    letter-spacing: -0.7px;
}

.product-hero__nav a:not(:first-child) {
    margin-left: 16px;
}

.product-hero__nav a:not(:first-child)::before {
    content: '';
    border-radius: 100%;
    background: #ffaa1c;
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 4px;
}


.product-hero__desc p {
    line-height: 156%;
    margin-bottom: 48px;
    max-width: 690px;
    font-size: 18px;
}

.product-hero__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
    padding-left: 20px;
}

.price-wrapper {
    font-weight: 600;
    font-size: 12px;
    color: #000;
    white-space: nowrap;
    line-height: normal
}

.price-label {
    text-transform: uppercase;
    margin-right: 5px;
}

.price-value {
    font-size: 50px;
    white-space: nowrap;
}

.btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 333px;
    width: 100%;
    margin-left: 46px;
}

a.btn-buy {
    height: 59px;
    width: 100%;
    background: #004996;
    border-radius: 103px;
    padding: 1px 83px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 139%;
    text-align: center;
    color: #fff !important;
    white-space: nowrap;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}

a.btn-buy:hover {
    background: #eb9435
}

.payment-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-hero__trust {
    border-radius: 20px;
    background: #f3f7f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding: 20px 28px;
    max-width: 693px;
    min-width: 620px;
    margin-top: auto;
}

.trust-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    font-weight: 600;
    font-size: 22px;
    color: #000;
    padding-right: 15px;
}

.trust-text>p:first-of-type {
    padding: 10px;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 400;
}

.trust-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    white-space: nowrap;
}

.trust-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
}

.trust-stars img {
    height: 26px;
    width: 26px;
}

.trust-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.trust-numbers {
    font-weight: 600;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 40px;
    max-width: 328px;
    width: 100%;
    height: 50px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -20px;
    padding: 0 20px;
}

/* Product body */
.product-body {
    position: relative;
}

.sticky-box-wrapper {
    position: relative;
    min-height: 330px;
}

.sticky-box-wrapper .container {
    display: flex;
    justify-content: flex-end;
    max-width: 1470px;
}

.product-sticky-box {
    z-index: 10;
    position: fixed;
    margin-left: auto;
    top: 830px;
}


.product-discount {
    background: -o-linear-gradient(45deg, #ffd48d 6.25%, #fecc4e 49.04%, #ffaa1c 100%);
    background: linear-gradient(45deg, #ffd48d 6.25%, #fecc4e 49.04%, #ffaa1c 100%);
    border-radius: 15px;
    width: 331px;
    height: 56px;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    padding: 13px 15px;
    margin-bottom: 14px;
}

.product-discount span {
    font-weight: 600;
    font-size: 21px;
}

.product-box {
    border: 1px solid #808080;
    border-radius: 20px;
    width: 331px;
    background: #fff;
    padding: 28px 19px 30px 23px;
}

.product-title {
    font-weight: 600;
    font-size: 25px;
    color: #004996;
}

.product-price-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.product-box .product-price {
    font-weight: 600;
    font-size: 20px;
    color: #000;

}

.product-box .btn-buy {
    font-size: 18px;
    line-height: 161%;
    width: 174px;
    height: 39px;
}

.product-about {
    margin-top: -332px;
}

.no-box .product-about {
    margin-top: -190px;
}

.product-about__wrapper {
    background: #f3f7f9;
    border-radius: 20px;
    max-width: 928px;
    padding: 64px;
    margin-bottom: 63px;
}

.city-about .product-about__wrapper {
    padding: 38px 28px 38px 40px;
    margin-bottom: 56px;
    max-width: 900px;
}

.info-container {
    max-width: 900px;
}

.product_about__desc-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 18px;
}

.product_about__desc-title h2 {
    margin-bottom: 0;
}

.city-about .product_about__desc-title h2 {
    font-size: 32px;
    text-transform: capitalize;
    font-weight: 700;
    color: #004996;
}

.prepare__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 614px;
    margin-top: 26px;
}

.result__content-item,
.prepare__content-item {
    width: calc(50% - 7px);
    border-radius: 20px;
    background: #fff;
    height: 88px;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 300px;
}

.result__content-item:last-child {
    max-width: 613px;
    width: 100%;
    height: 118px;
    margin-top: 13px;
}

.prepare__content-item h3,
.result__content-item h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 17px;
    color: #004996;
    letter-spacing: -0.3px;
    padding-top: 0;
}

.product_result {
    margin-top: 30px;
}

.result__content-item ol {
    margin-bottom: 0;
}

.result__content-item p,
.result__content-item ol li,
.prepare__content-item p {
    font-weight: 400;
    font-size: 12px;
    color: #000;
    padding-left: 27px;
    margin-bottom: 0;
    line-height: 1.18;
}

.product-about__wrapper .divider {
    background: #004996;
    margin: 0 0 61px;
}

.punkt-content {
    max-width: 900px;
}

.punkt h2 {
    font-weight: 700;
    font-size: 35px;
    color: #004996;
    line-height: normal;

}

.punkt .punkt-text {
    padding: 13px 0 38px 0;
}

.punkt .punkt-text p {
        font-size: 18px;
    }

.punkt__list {
    margin-bottom: 73px;
}

.punkt__list-item {
    border: 1px solid #808080;
    border-radius: 20px;
    background: #fff;
    padding: 24px 24px 20px;
    margin-bottom: 20px;
}

.punkt__list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.punkt__list-header .btn-buy {
    width: 245px;
    height: 50px;
}

.punkt__geo span {
    display: block;
    font-weight: 500;
    font-size: 22px;
    color: #000;
}

.punkt__geo p {
    font-weight: 500;
    font-size: 16px;
    color: #035296;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    padding: 0;
    letter-spacing: 0;
}

.punkt__list-item hr {
    margin: 20px 0;
    border-top: 1px solid #c0c0c0;
    max-width: 443px;
}

.punkt__list-content a,
.punkt__list-content p,
.estimate__num {
    font-weight: 600;
    font-size: 15px;
    color: #000;
}

.estimate {
    display: flex;
    align-items: start;
    gap: 12px;
    margin-top: 3px;
}

.work__hour {
    display: flex;
    gap: 16px;
    align-items: baseline;
    margin-top: 3px;
}

.work__hour-item {
    width: 188px;
}

.work__hour-item:not:last-child {
    margin-bottom: 4px;
}

.work__hour-list p {
    font-weight: 400;
    font-size: 15px;
    color: #808080;
    display: flex;
    justify-content: space-between;
    line-height: 148%;
}

.work__hour-list p.current {
    color: #000;
}

.work__hour-list p span.closed {
    color: #8f291c;
}
.work__hour-list p span:first-child {
  flex: 0 0 96px;
}
.work__hour-list p span:last-child {
  flex: 1;
}

.work__hour-arrow {
    margin-left: 47px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.work__hour-arrow svg {
    transition: transform 0.3s ease;
}

.work__hour.expanded .hour-row {
    display: flex !important;
}

.work__hour-arrow svg {
    margin-bottom: 6px;
    transform: rotate(180deg);
}

.stars-container {
    display: flex;
}

.star {
    position: relative;
    width: 20px;
    height: 19px;
}

.star-bg {
    width: 100%;
    height: 100%;
}

.star-bg path {
    fill: #ffffff;
    stroke: #fecc4e;
}

.star-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.star-fill path {
    fill: #FECC4E;
}

.recent-products {
    padding: 33px 0 80px;
}

.recent-products__container {
    max-width: 1074px;
}

.recent-products__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 33px;
}

.recent-products .recent-products__header h2 {
    margin-bottom: 0px;
}

.recent-products__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 34px;
    height: 64px;
    position: static;
}

.swiper-button-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.swiper-slide {
    width: auto;
}

.product-card {
    border: 1px solid #808080;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.product-card__image {
    height: 244px;
    padding-top: 56px;
    overflow: hidden;
}

.product-card .product-discount {
    font-size: 19px;
    padding: 14px 10px;
    font-weight: 600;
    text-align: center;
    border-radius: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    letter-spacing: -1px;
}

.product-card .product-discount span {
    font-size: 19px;
    font-weight: 900;
}

.product-card__image img {
    width: 100%;
    height: auto;
}

.product-card__info {
    padding: 14px 21px 23px 12px;
}

.pakiet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.product-card__title {
    font-weight: 700;
    font-size: 22px !important;
    color: #004996 !important;
    line-height: normal !important;
    margin: 8px 0 !important;
}

.swiper-slide .product-card__text {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0 !important;
    color: #000;
}

.swiper-slide .product-price {
    font-weight: 400;
    font-size: 15px;
    color: #000;
}

.swiper-slide .product-price b {
    font-weight: 600;
    font-size: 24px;
}

.product-card .product-price-row {
    margin-top: 0;
    padding: 0 13px 27px 12px;
}

.product-card .btn-buy {
    width: 180px;
    height: 46px;
    font-size: 18px;
}

.product-banner {
    background: rgba(159, 195, 208, 0.13);
    border-radius: 20px;
    max-width: 900px;
    padding: 27px 34px 36px 250px;
    position: relative;
    margin: 110px 0 77px;
}

.product-banner img {
    position: absolute;
    bottom: 0;
    left: -60px;
}

.product-banner h2 {
    padding-top: 0;
    margin-bottom: 29px;
}

.product-banner h3 {
    padding-top: 0;
    margin-bottom: 22px;
}

.product-banner p:last-of-type {
    margin-bottom: 0;
}

.product-banner.myself-banner {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: -o-linear-gradient(28deg, #004996 0%, #407eb7 100%);
    background: linear-gradient(62deg, #004996 0%, #407eb7 100%);
    overflow: hidden;
}

.product-banner__text {
    padding: 36px 52px 43px 31px;

}

.product-banner.myself-banner .title-2,
.product-banner.myself-banner p {
    color: #fff
}

.product-banner.myself-banner .title-2 span {
    color: #FFAA1C
}

.product-banner.myself-banner .product-banner__image {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 0;
}

.product-banner.myself-banner img {
    position: static;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 18px 24px;
    list-style: none;
}

.product-tags ul li {
    border-radius: 100px;
    padding: 0px 52px;
    background: #c0d4e7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 52px;
    margin-left: 0;
}

.product-tags ul li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #000;
}

.product-footer {
    padding: 77px 95px 37px 60px;
    border-radius: 20px;
    background: #f3f7f9;
    width: 100%;
    max-width: 1553px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 112px;
    margin-bottom: 150px;
    gap: 60px;
}

.product-footer__info {
    max-width: 700px;
}

.product-footer__cities ul,
.product-footer__cities ul li {
    list-style: none;
}

.swiper-pagination {
    display: none
}

.product-hero .product-hero {
    display: none
}

.product-template-default .elementor-33954 .elementor-element.elementor-element-2e705fdd {
    z-index: 11;
}

.recent-products__container {
    max-width: 1074px;
}

.single-product-city .product-faq {
    padding-bottom: 50px;
}



/*max-width: 1500px*/
@media screen and (max-width: 1500px) {
    .container {
        padding: 0 24px 0 24px;
    }

    .product-hero__content {
        padding-right: 0px;
    }

    .sticky-box-wrapper .container {
        max-width: 1238px;
    }

}

/*max-width: 1340px*/
@media screen and (max-width: 1340px) {
    .product-hero {
        padding: 24px 0px 146px;
    }
    
    .product-hero__image:has(.one__image) {
        height: auto;
    }

    .sticky-box-wrapper {
        display: none;
    }

    .product-about {
        margin-top: 85px;
    }

    .product-hero .product-discount {
        display: block;
    }

    .product-footer {
        padding: 32px 32px 10px 32px;
        gap: 24px;
    }

    .product-footer__cities {
        min-width: 360px;
    }

    .title-1 {
        font-size: 40px;
        line-height: 50px;
    }

    .product-hero .product-hero {
        display: block;
    }

    .product-hero__nav a:not(:first-child) {
        margin-left: 8px;
    }

    .product-hero__nav {
        margin-bottom: 18px;
    }

    .product-hero__nav a {
        font-size: 16px;
    }

    .product-hero__nav a:not(:first-child)::before {
        margin-right: 8px;
    }

    .price-value {
        font-size: 32px;
    }

    .trust-text {
        font-size: 20px;
    }

    .product-hero__desc p {
        margin-bottom: 42px;
    }

    .product-hero__content .divider {
        margin: 24px 0 18px;
    }

    .product-hero__trust {
        position: absolute;
        bottom: -194px;
        left: 0px;
    }
}

/*max-width: 980px*/
@media screen and (max-width: 980px) {
    .product-hero__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .product-hero__image:has(.one__image) {
        margin: 0 auto;
    }

    .product-hero {
        padding: 24px 0px 42px;
    }

    .product-hero .product-hero {
        margin: 0 auto 24px;
    }


    .product-hero__image img {
        max-width: 600px;
    }

    .product-hero__trust {
        position: static;
    }

    .product-about {
        margin-top: 0px;
    }

    .product-footer {
        padding: 32px 32px 10px 32px;
        gap: 24px;
    }

    .product-hero .product-discount {
        margin: 0 auto 38px;
        height: 56px;
    }
}

/*max-width: 768px*/
@media screen and (max-width: 768px) {

    .container {
        padding: 0 16px 0 16px;
    }

    .hero-slide {
        overflow: hidden;
        border-radius: 10px;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .title-1 {
        font-size: 35px;
        line-height: 42px;
        font-weight: 600;
    }

    .thumbs-wrapper {
        display: none;
    }

    .product-container h2,
    .product-container .title-2 {
        font-size: 32px;
        margin-bottom: 36px;
    }

    .product-container h3,
    .product-container .title-3 {
        margin-bottom: 32px;
    }

    .product-container ul {
        padding-left: 20px;
    }

    .product-body .divider {
        margin: 61px 0 74px;
    }

    .product-container p {
        margin-bottom: 32px;
    }

    .product_about__desc-title h2 {
        margin-bottom: 18px;
    }

    .product-content__image {
        border-radius: 10px;
        margin-bottom: 40px;
    }

    .product-container.product-banner h2,
    .product-container.product-banner h3,
    .product-container.product-banner p {
        margin-bottom: 24px;
    }

    .product-banner {
        padding: 35px 3px 36px 250px;
        margin: 50px 0 30px;
    }

    .product-banner__text {
        padding: 36px 32px 43px 21px;
    }

    .product-banner.myself-banner .product-banner__image {
        min-width: 276px;
    }

    .result__content-item,
    .prepare__content-item {
        width: 100%;
        max-width: 100%;
    }

    .product-hero__trust {
        min-width: unset
    }

    .trust-text,
    .trust-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .trust-info {
        gap: 8px;
    }

    .trust-numbers {
        margin-left: 0;
    }

    .product-banner.product-banner__first img {
        max-width: 200px;
        bottom: 50%;
        left: 9px;
    }

    .product-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-footer__cities {
        min-width: unset;
    }

    .recent-products {
        padding: 0px 0 115px;
    }

    .recent-products .container {
        padding-right: 0;
    }

    .recent-products__swiper .swiper-wrapper {
        padding-bottom: 30px;
    }

    .swiper-pagination {
        bottom: -26px !important;
        display: block;
    }

    .swiper-pagination-bullet {
        background: #fff;
        border: 1px solid #407EB7;
        opacity: 1;
    }

    .swiper-pagination-bullet-active {
        background: #c0d4e7;
    }

    .recent-products__nav {
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-62%);
    }

    .recent-products__swiper .swiper-slide {
        width: 350px !important;
    }

    .punkt__list-header {
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }

    .punkt__list-header .btn-buy {
        width: 206px;
        height: 40px;
        font-size: 18px;
    }

    .work__hour {
        display: flex;
        gap: 12px;
    }

    .work__hour-arrow {
        margin-left: 0px;
    }
}

/*max-width: 540px*/
@media screen and (max-width: 540px) {
    .breadcrumbs ul {
        font-style: 12px;
        line-height: 233%;
        padding: 10px 0;
    }

    .container {
        padding: 0 10px;
    }

    .product-hero {
        padding: 0px 0px 32px;
    }

    .product-hero__wrapper {
        gap: 23px;
        margin-top: 12px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    
    .product-hero__content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .product-hero__meta {
        margin-top: -5px;
        font-size: 12px;
    }

    .product-hero__nav {
        margin-bottom: 14px;
        margin-top: 14px;
        justify-content: center;
    }

    .product-hero__nav a {
        font-size: 13px;
        letter-spacing: 0;
    }

    .product-hero__nav a:not(:first-child) {
        margin-left: 5px;
    }

    .product-hero__nav a:not(:first-child)::before {
        margin-right: 5px;
        margin-bottom: 2px;
    }

    .product-hero__desc p {
        margin-bottom: 24px;
    }

    .mobile-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        line-height: normal;
    }

    .mobile-column b {
        font-weight: 600;
    }

    .product-hero__meta-author>span:last-child {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .product-hero__price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
        margin: 0 auto 24px auto;
        padding-left: 0;
        width: 100%;
    }
    
    .price-wrapper {
        margin: 0 auto
    }

    .product-hero .product-discount {
        padding: 16px 8px;
        margin: 0 auto 24px;
    }

    .product-discount span {
        font-size: 25px;
    }

    .product-hero__trust {
        padding: 32px 21px 42px;
        width: 100%;
    }


    .btn-wrapper {
        margin: 0px auto;
    }

    .btn-wrapper.btn-fixed {

        position: fixed;
        bottom: 0px;
        z-index: 999;
        background: #fff;
        width: 100%;
        max-width: 100%;
        padding: 5px 20px;
    }

    .trust-text>p:first-of-type {
        padding: 0px;
        font-size: 20px;
    }

    .product-about__wrapper {
        padding: 37px 24px 39px 21px;
        margin-bottom: 40px
    }

    .product__about-logo {
        display: none;
    }

    .product-body .divider {
        margin: 0px 0 35px;
    }

    .recent-products__header {
        margin-bottom: 0
    }

    .product-banner {
        padding: 235px 3px 36px 21px;
        border-radius: 10px;
    }

    .product-banner.product-banner__first img {
        bottom: 69%;
        left: 10px;
    }

    .product-banner.myself-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-banner__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 36px 21px 20px;
    }

    .product-tags ul,
    .product-footer ul {
        padding-left: 0;
    }

    .product-tags ul li {
        padding: 0px 42px;
    }

    .product-body .product-footer ul li {
        margin-left: 0px;
    }

    .product-footer {
        margin: 54px 0;
    }

    .city-about .product-about__wrapper {
        padding: 45px 24px 66px 24px;
        margin-bottom: 56px;
    }

    .result__content-item,
    .prepare__content-item {
        padding: 21px 17px;
    }

    .prepare__content {
        margin-top: 0px;
    }
    
    .punkt h2 {
        line-height: 1.2;
    }
    
    .product_about__desc-title {
        margin-bottom: 6px;
    }

    .product_result {
        margin-top: 45px;
    }

    .product_result .product_about__desc-title {
        margin-bottom: 6px;
        padding: 28px;
    }

    .result__content-item:last-child {
        height: auto;
    }

    .punkt .punkt-text {
        padding: 24px 0 54px 0;
        line-height: 154%;
    }
    
    .punkt .punkt-text p {
        font-size: 18px;
    }

    .punkt__list-item {
        padding: 24px 14px 20px;
    }
}


@media screen and (max-width: 389px) {
    .product-hero .product-discount {
        width: 100%;
    }


    .product-hero__content {
        width: 100%;
    }

    .product-hero__meta-author>span:last-child {
        margin-left: 16px;

    }

    .product-hero__nav a {
        font-size: 12px;
    }


}