

/* Start:/local/templates/zdeslegko/styles.css?17701308025134*/
div[id^="wait_"] {
    display: none !important;
    background: none !important;
    border: 0 !important;
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal;
    letter-spacing: normal !important;
    line-height: normal;
    padding: 0 !important;
    position: absolute;
    text-align: center !important;
    text-indent: 0 !important;
    width: 0px !important;
    height: 0px !important;
    word-spacing: normal !important;
    z-index: 0;
    content: "";
}

.filter__radio {
    cursor: pointer;
}

.links-container {
    max-width: 1200px;
    margin: 0 auto;
}

.links-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: left;
}

.links-grid-zaym {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: left;
}

.link-item {
    font-size: 15px;
    padding: 10px;
    text-align: left;
    white-space: nowrap;
}

.link-item.three-link {
    margin-left: -105px;
}

.link-item:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .links-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .links-grid-zaym {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .link-item {
        padding: 15px;
    }

    .link-item.three-link {
        margin: 0px;
    }
}

.timer-modal__phone {
    text-align: center;
}

.timer-modal__phone a {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .timer-modal__phone {
        text-align: unset;
    }

    #b24-fab {
        display: none !importan;
    }
    .timer-modal__phone a {
        font-size: 28px;
        font-weight: 700;
        pointer-events: none;
        text-decoration: none;
    }
}

@media (max-width: 1024px) {
    .timer-modal__title span {
        font-size: 4.5rem;
    }

    .timer-modal__title {
        font-size: 3.7rem;
    }
}

.banner {
    color: #ffffff;
}

.banner--black {
    color: #000000;
}
/*cookies*/
.cookies {
    position:fixed;
    bottom:0;
    left:0;
    display:flex;
    align-items:center;
    width:100%;
    z-index:1000;
    box-shadow:2px 4px 4px 0 rgba(0,0,0,.25);
    background:#dfdfdf;
    border-radius:22px 22px 0 0;
    min-height:auto;
}
.cookies p {
    max-width:519px;
    margin:0;
    font-weight:400;
    font-size:16px;
    line-height:130%;
    color:#000
}
.cookies p a {
    text-decoration:underline
}
.cookies p a:hover {
    text-decoration:none
}
.cookies:after {
    content:"";
    position:absolute;
    top:0;
    right:0;
    z-index:-1;
    width:327px;
    height:100%;
    background:url(/local/templates/zdeslegko/./../img/components/cookies/red.svg) left/cover no-repeat;
    display:none
}
.cookies__wrapper {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    gap:40px;
    padding-top:20px;
    padding-bottom:20px
}
.cookies__btn {
    padding:0 19px;
    font-size:15px;
    background:#fed837;
    border-radius:10px;
    min-height:45px;
    color:#000;
    margin-left: 0;
}
@media only screen and (max-width:768px) {
    .cookies {
        min-height:auto
    }
    .cookies p {
        font-size:14px
    }
    .cookies:after {
        top:unset;
        bottom:0;
        width:331px;
        height:117px;
        background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='331' height='117' viewBox='0 0 331 117' fill='none'%3E%3Cpath d='M212.579 0C95.1773 0 0 91.45 0 204.222C0 294.694 34.1576 342.913 75.6587 395.68C109.913 439.253 180.885 526.938 204.655 556.28C208.762 561.366 216.396 561.366 220.502 556.28C244.272 526.987 315.245 439.253 349.499 395.68C391 342.913 425.158 294.694 425.158 204.222C425.158 91.45 329.98 0 212.579 0Z' fill='%23E30616'/%3E%3C/svg%3E")
    }
    .cookies__wrapper {
        flex-direction:column;
        padding:20px;
        gap:28px;
        align-items:flex-start
    }
}
@media only screen and (min-width:1024px) {
    .cookies__btn:focus-visible,.cookies__btn:hover {
        filter:brightness(.9)
    }
}

:root {
    --b24-btn-bg: #f11716;   /* фон кнопки */
    --b24-btn-ico: #fff300;  /* цвет иконки */
    --b24-btn-size: 66px;
    --b24-btn-offset: 50px;  /* отступы от края экрана */
}
#b24-fab {
    position: fixed;
    right: var(--b24-btn-offset);
    bottom: var(--b24-btn-offset);
    z-index: 10000;
    width: var(--b24-btn-size);
    height: var(--b24-btn-size);
    border-radius: 50%;
    background: var(--b24-btn-bg);
    box-shadow: 0 10px 20px rgba(0,0,0,.25);
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}
#b24-fab:hover { transform: translateY(-2px); box-shadow: 0 14px 24px rgba(0,0,0,.28); }
#b24-fab:active { transform: translateY(0); box-shadow: 0 8px 16px rgba(0,0,0,.22); }
#b24-fab svg { width: 28px; height: 28px; display: block; }
@media (max-width: 480px) {
    :root { --b24-btn-offset: 20px; }
}

/* End */


/* Start:/local/templates/zdeslegko/template_styles.css?17669227821012*/
b {
    font-weight: bold !important;
}

.mobile_only {
    display: none;
}

@media(max-width:600px) {
    .mobile_only {
        display: block;
    }
}

.benefit b {
  font-weight: 700;
}

.benefit i {
  font-weight: 400;
  font-style: italic;
}

.benefit ul {
  list-style: disc;
  padding-left: 20px;
}

@media only screen and (min-width: 960px) {
   .footer-contact__inner .footer-contact__time {
        display: none;
    }
.footer-contact__inner .footer-contact__social {
        display: none;
    }
}

@media only screen and (min-width: 960px) {
    .footer-contact__inner .footer-contact__social {
        display: none;
    }
}
#wait_comp {
    display: none !important;
}

#sw-app-642e90fca4a4df2df2a31c94b3ca375d {
    padding-bottom: 50px !important;
}
#sw-app-642e90fca4a4df2df2a31c94b3ca375d .sw-review-bottom .sw-swiper-button-prev {
    z-index: 1;
}
#sw-app-642e90fca4a4df2df2a31c94b3ca375d .sw-review-bottom .sw-swiper-button-next {
    z-index: 1;
}

.sw-review-bottom {
    z-index: 1;
}

/* End */
/* /local/templates/zdeslegko/styles.css?17701308025134 */
/* /local/templates/zdeslegko/template_styles.css?17669227821012 */
