@font-face {
  font-family: 'Object Sans Regular';
  src: url('/wp-content/themes/torden22/public/fonts/ObjectSans-Regular.woff2') format('woff2'),
       url('/wp-content/themes/torden22/public/fonts/ObjectSans-Regular.woff') format('woff'),
       url('/wp-content/themes/torden22/public/fonts/ObjectSans-Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'PPObject Sans Bold';
  src: url('/wp-content/themes/torden22/public/fonts/PPObjectSans-Bold.woff2') format('woff2'),
       url('/wp-content/themes/torden22/public/fonts/PPObjectSans-Bold.woff') format('woff'),
       url('/wp-content/themes/torden22/public/fonts/PPObjectSans-Bold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'PPObject Sans Light';
  src: url('/wp-content/themes/torden22/public/fonts/PPObjectSans-Light.woff2') format('woff2'),
       url('/wp-content/themes/torden22/public/fonts/PPObjectSans-Light.woff') format('woff'),
       url('/wp-content/themes/torden22/public/fonts/PPObjectSans-Light.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'PPObject Sans Medium';
  src: url('/wp-content/themes/torden22/public/fonts/PPObjectSans-Medium.woff2') format('woff2'),
       url('/wp-content/themes/torden22/public/fonts/PPObjectSans-Medium.woff') format('woff'),
       url('/wp-content/themes/torden22/public/fonts/PPObjectSans-Medium.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'torden';
  src: url('/wp-content/themes/torden22/public/fonts/torden.eot');
  src: url('/wp-content/themes/torden22/public/fonts/torden.eot#iefix') format('embedded-opentype'),
       url('/wp-content/themes/torden22/public/fonts/torden.ttf') format('truetype'),
       url('/wp-content/themes/torden22/public/fonts/torden.woff') format('woff'),
       url('/wp-content/themes/torden22/public/fonts/torden.svg#torden') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.cookie {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 3%;
    z-index: 99;
    display: none;
    background: #e8f1ff;
    border-radius: 16px;
    max-width: 1280px;
    margin: 0 auto;
    box-shadow: 0 0 15px #0003;
    zoom: .6;
}

.cookie__wrap {
    display: grid;
    grid-template-columns: 1fr 190px;
    align-items: center;
    gap: 0;
    padding: 32px;
    font-size: 26px;
    background: url('/wp-content/themes/torden22/src/img/moon.svg') no-repeat center right;
    background-size: auto 100%;
}

.cookie__left {
    max-width: 770px;
    font-weight: 700;
}

.cookie__btn {
    display: grid;
    width: auto;
    min-width: 160px;
    padding: 15px 0;
    border: 0;
    border-radius: 12px;
    background: #1b76ff;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.cookie__btn:hover {
    opacity: .8;
}

.woof_reset_button_2 {
    border: 0;
    border-radius: 10px;
    background: #2360ff;
    color: #fff;
    font-family: 'PPObject Sans Medium', sans-serif;
    font-size: 14px;
}

.slideshow__slider.torden-slider-fallback,
.hero__slider.torden-slider-fallback {
    visibility: visible;
    opacity: 1;
    height: auto;
}

.slideshow__slider.torden-slider-fallback > [hidden],
.hero__slider.torden-slider-fallback > [hidden] {
    display: none !important;
}

.slideshow__inner {
    display: block !important;
    width: 100% !important;
    max-width: 100%;
}

.slideshow__adaptive-image,
.slideshow__adaptive-image img,
.slideshow__adaptive-image-text,
.slideshow__adaptive-image-text img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.useful-block__video {
    height: 100%;
}

.useful-block__video .video-popup-btn {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.useful-block__video .video-popup-btn > img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: cover;
}

.slideshow.slideshow_home .slideshow__inner {
    overflow: hidden;
}

@media (min-width: 641px) {
    .slideshow.slideshow_home .slideshow__adaptive-image,
    .slideshow.slideshow_home .slideshow__adaptive-image-text {
        display: block;
        width: 100%;
    }

    .slideshow.slideshow_home .slideshow__adaptive-image img,
    .slideshow.slideshow_home .slideshow__adaptive-image-text img {
        width: 100% !important;
        height: auto !important;
        max-width: 100%;
    }

    .slideshow.slideshow_home .slideshow__adaptive-image-text {
        position: absolute;
        inset: 0;
        height: auto !important;
        z-index: 1;
        pointer-events: none;
    }

    .slideshow.slideshow_home .slideshow__inner .adaptive-image__content {
        position: absolute;
        inset: 0;
        height: auto !important;
        z-index: 2;
    }

    .slideshow.slideshow_home .slideshow__inner a.link.spt-slide__btn {
        z-index: 3;
    }
}

@media (max-width: 1280px) {
    .cookie {
        zoom: .5;
    }
}

@media (max-width: 1227px) {
    .site-header__topbar {
        padding: 15px;
    }
}

@media (max-width: 640px) {
    .slideshow.slideshow_home .slideshow__slider {
        height: auto;
    }

    .slideshow.slideshow_home .slideshow__inner {
        aspect-ratio: 4 / 3;
        min-height: 240px;
        max-height: 360px;
        position: relative;
    }

    .slideshow.slideshow_home .slideshow__adaptive-image,
    .slideshow.slideshow_home .slideshow__adaptive-image-text,
    .slideshow.slideshow_home .slideshow__inner .adaptive-image__content {
        position: absolute;
        inset: 0;
        height: 100%;
    }

    .slideshow.slideshow_home .slideshow__adaptive-image img,
    .slideshow.slideshow_home .slideshow__adaptive-image-text img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        object-position: center;
    }

    .slideshow.slideshow_home .slideshow__inner a.link.spt-slide__btn {
        z-index: 3;
    }

    .cookie {
        zoom: 100%;
        left: 1%;
        right: 1%;
        bottom: 10%;
        max-width: 328px;
    }

    .cookie__wrap {
        grid-template-columns: 1fr 80px;
        gap: 10px;
        padding: 15px;
        font-size: 10px;
        background: url('/wp-content/themes/torden22/src/img/moon2.svg') no-repeat center right;
        background-size: auto 100%;
    }

    .cookie__btn {
        width: 100%;
        min-width: auto;
        padding: 10px 0;
        font-size: 12px;
    }
}
