@font-face {
    font-family: 'Silka';
    src: url('../fonts/subset-Silka-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Silka';
    src: url('../fonts/subset-Silka-RegularItalic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Silka';
    src: url('../fonts/subset-Silka-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Silka';
    src: url('../fonts/subset-Silka-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/subset-Merriweather36pt-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/subset-Merriweather36pt-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/subset-Merriweather36pt-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body.nav-open {
    overflow: hidden;
}

.nav-menu-toggle {
    appearance: none;
    border: 0;
    background: transparent;
    width: 48px;
    height: 48px;
    padding: 0;
    color: var(--Plum);
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 0;
}

@media screen and (min-width: 992px) {
    .nav-menu-toggle {
        display: none;
    }
}

.nav-menu-toggle:focus-visible,
.btn-primary:focus-visible,
.button-ghost:focus-visible,
.social-media-icon-button:focus-visible,
.swiper-arrow-left:focus-visible,
.swiper-arrow-right:focus-visible {
    outline: 2px solid var(--Orange);
    outline-offset: 4px;
}

.icon {
    display: inline-block;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
}

.nav-menu-toggle-icon {
    width: 48px;
    height: 48px;
    display: block;
    position: relative;
    flex: none;
    transition: transform 260ms cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-menu-toggle-bar {
    position: absolute;
    left: 50%;
    width: 24px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
    transform-origin: center;
    transform: translateX(-50%);
    transition:
        top 260ms cubic-bezier(0.4, 0, 0.2, 1),
        transform 260ms cubic-bezier(0.4, 0, 0.2, 1),
        opacity 180ms ease,
        width 260ms cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-menu-toggle-bar-top {
    top: 15px;
}

.nav-menu-toggle-bar-middle {
    top: 23px;
}

.nav-menu-toggle-bar-bottom {
    top: 31px;
}

.main-nav.opened .nav-menu-toggle-icon {
    transform: scale(0.98);
}

.main-nav.opened .nav-menu-toggle-bar-top {
    top: 23px;
    width: 24px;
    transform: translateX(-50%) rotate(45deg);
}

.main-nav.opened .nav-menu-toggle-bar-middle {
    opacity: 0;
    transform: translateX(-50%) scaleX(0.2);
}

.main-nav.opened .nav-menu-toggle-bar-bottom {
    top: 23px;
    width: 24px;
    transform: translateX(-50%) rotate(-45deg);
}

.btn-primary .icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.75rem;
}

.home-offer-case-bar .icon {
    width: 1rem;
    height: 1rem;
    margin-left: 1rem;
}

.js-testimonials-slider .t273 .icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.375rem;
    vertical-align: -0.125em;
}

.social-media-icon {
    width: 2rem;
    height: 2rem;
    color: var(--Plum);
    transition: color 300ms ease;
}

.social-media-icon-button:hover .social-media-icon {
    color: var(--Orange);
}

.swiper-arrow-left,
.swiper-arrow-right {
    color: var(--Plum);
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    flex: none;
}

.slider-arrow-icon {
    width: 32px;
    height: 32px;
    display: block;
    flex: none;
}

.swiper-arrow-left:hover .slider-arrow-icon,
.swiper-arrow-right:hover .slider-arrow-icon {
    opacity: 1;
}

.js-testimonials-slider {
    overflow: clip !important;
    font-size: 16px !important;
    max-height: 100%;
    padding-right: 4px;
}

.js-testimonials-slider .swiper-slide,
.js-testimonials-slider .swiper-slide.t268 {
    display: grid !important;
    grid-template-rows: 120px 1fr;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
    justify-items: stretch;
}

.js-testimonials-slider .t269 {
    grid-area: 1 / 1 / 3 / 3;
}

.js-testimonials-slider .t271 {
    grid-area: 1 / 3 / 2 / 6;
}

@media screen and (max-width: 991px) {
    body .t61 {
        align-items: center !important;
        padding-bottom: 0 !important;
    }

    .nav-menu-toggle {
        display: inline-flex;
        transform: none;
    }
}
