@font-face {
    font-family: "Gilroy";
    src: url("../assets/fonts/Gilroy-Medium.woff2") format("woff2"), url("../assets/fonts/Gilroy-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gilroy";
    src: url("../assets/fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../assets/fonts/Gilroy-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
    font: inherit;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
img,
picture,
svg,
video {
    display: block;
    max-width: 100%;
}
button {
    background: none;
    border: none;
}
a {
    text-decoration: none;
    color: inherit;
}
html {
	scroll-behavior: smooth;
}
body {
    padding-top: 115px;
    font-family: "Gilroy", sans-serif;
}
.wrapper {
    max-width: 1200px;
}
.button {
    display: block;
    padding: 22px;
    border: 2px solid #000;
    border-radius: 100vmax;
    width: fit-content;
    margin-inline: auto;
    font-size: 16px;
    font-weight: 500;
}
.desktop-only {
    display: none;
}
.no-scroll {
    overflow: hidden;
}
.skip-to-content-link {
    position: absolute;
    top: 0;
    z-index: -10;
    height: 30px;
    padding: 8px;
    opacity: 0;
    transition: 0.25s opacity ease-in-out;
    outline: 0;
}
.skip-to-content-link:focus,
.skip-to-content-link:active {
    opacity: 1;
    z-index: 300;
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 40px 16px;
}
.header__logo {
    margin-inline: auto;
    width: fit-content;
}
.text-video__column {
    position: relative;
}
.text-video__column--big {
    padding-inline: 16px;
    padding-bottom: 40px;
}
.text-video__column--small {
    height: 458px;
}
.text-video__column--small::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}
.text-video__heading {
    margin-bottom: 24px;
    font-size: 41px;
    line-height: 41px;
    font-weight: 600;
    letter-spacing: -1px;
    text-align: center;
}
.text-video__heading .color--blue {
    color: #4977f6;
}
.text-video__heading .color--green {
    color: #61b77e;
}
.text-video__heading .color--purple {
    color: #958ff8;
}
.text-video__text {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}
.text-video__video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-video__play-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 110px 76px;
    font-size: 20px;
    color: #fff;
    z-index: 1;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.text-video__play-button span {
    white-space: nowrap;
}
.text-video__play-button-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.text-video__play-button-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    z-index: -1;
    fill: #ef8d3d;
    transform-origin: center;
}
.video-modal {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}
.video-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
}
.video-modal__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 16px * 2);
    transform: translate(-50%, -50%);
}
.video-modal__video {
    border: none;
    height: 95dvh;
    width: 100%;
}
.video-modal__close:before,
.video-modal__close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100vmax;
    height: 4px;
    width: 20px;
    background: #000;
    transform-origin: center;
}
.video-modal__close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.video-modal__close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.footer {
    padding: 40px 16px;
}
.footer .wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.footer__contact-button {
    margin-bottom: 30px;
}
.footer__address {
    margin-bottom: 28px;
}
.footer__address-text {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
.footer__address-text:first-of-type {
    margin-bottom: 8px;
}
@media (min-width: 992px) {
    body {
        padding: 0;
    }
    .wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-inline: auto;
    }
    .desktop-only {
        display: block;
    }
    .mobile-only {
        display: none;
    }
    .header {
        z-index: 1;
    }
    .header__logo {
        margin-inline: initial;
    }
    .header__contact {
        color: #fff;
        border-color: #fff;
        margin-inline: auto 0;
        transition: 0.3s background, 0.3s color;
    }
    .header__contact:hover {
        background: #fff;
        color: #000;
    }
    .text-video {
        display: flex;
    }
    .text-video__column--big,
    .text-video__column--small {
        height: 100dvh;
    }
    .text-video__column--big {
        width: 51%;
        padding-left: calc((100% - 1200px) / 2);
    }
    .text-video__column--small {
        width: 49%;
        height: 100dvh;
    }
    .text-video__content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding-inline: 16px;
    }
    .text-video__heading {
        font-size: 72px;
        line-height: 72px;
        text-align: left;
    }
    .text-video__text {
        font-size: 22px;
        line-height: 26px;
        text-align: left;
    }
    .text-video__play-button {
        padding: 166px 116px;
        font-size: 32px;
    }
    .text-video__play-button-icon {
        width: 32px;
        height: 32px;
    }
    .text-video__play-button-background {
        transition: 0.3s transform ease-in-out, 0.3s fill ease-in-out;
    }
    .text-video__play-button:hover .text-video__play-button-background {
        transform: translate(-50%, -50%) rotate(4deg);
        fill: #b86b2b;
    }
    .video-modal__close {
        transition: 0.3s background;
    }
    .video-modal__close:hover {
        background: #ef8d3d;
    }
    .footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .footer .wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: last baseline;
    }
    .footer__address {
        display: flex;
        gap: 24px;
        margin-bottom: 0;
    }
    .footer__address-text {
        color: #fff;
        text-align: initial;
    }
}
@media (min-width: 1230px) {
    .text-video__content {
        position: absolute;
        padding-left: 0;
    }
}
@media (max-height: 750px) and (min-width: 992px) {
    body {
        position: relative;
        min-height: 750px;
    }
    .text-video__column--big,
    .text-video__column--small {
        min-height: 750px;
    }
}
.fever-cookie__bar .fever-button {
    cursor: pointer;
}
.fever-cookie__bar .fever-button--reject,
.fever-cookie__bar .fever-button--settings {
    border-color: #fff !important;
}
.fever-cookie__bar .fever-button--reject {
    background: #0000 none repeat 0 0 / auto auto padding-box border-box scroll !important;
    background: initial !important;
}

.fever-cookie__bar .fever-button.fever-button--allow {
	border-color: #000 !important;
	background-color: #000 !important;
}
@media (max-width: 991px) {
    .fever-cookie__bar-text {
        margin-bottom: 32px;
    }
    .fever-cookie__bar .fever-cookie-container {
        padding-top: 32px;
    }
}
.fever-cookie__modal-container {
    border-radius: 0 !important;
}
.fever-cookie__modal-logo {
    padding-bottom: 18px;
    padding-top: 18px;
}
.fever-cookie__modal-title {
    font-size: 14px;
    font-weight: 700;
}
.fever-cookie__modal-button.js-cookies-accept-all {
	background-color: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
}

.fever-cookie__modal-button-close {
    border-radius: 0 !important;
    cursor: pointer;
    font-size: 0;
    height: 36px;
    position: relative;
    width: 36px;
	background-color: #000 !important
}
.fever-cookie__modal-button-close:after,
.fever-cookie__modal-button-close:before {
    background: #fff;
    border-radius: 2px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform-origin: center;
    width: 20px;
}
.fever-cookie__modal-button-close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.fever-cookie__modal-button-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.fever-cookie__modal-tabs-item {
    border-color: #000;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.fever-cookie__modal-tabs-content .fever-cookie__modal-title {
    font-size: 14px !important;
}
.fever-cookie__modal-tabs-content-title {
    font-size: 14px;
    font-weight: 700;
}
.fever-cookie__modal-button,
.fever-cookie__modal-tabs-content-text {
    font-size: 14px;
}
@media (max-width: 991px) {
    .fever-cookie__modal-tabs-item {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .fever-cookie__modal-footer {
        justify-content: center;
    }
}
