* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
}

body {
    margin: 0;
    font-family: 'AlboriRegular' !important;
    color: #333333;
}

header {
    background-color: #FFFFFF;
    position: relative;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

main {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}

footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.container {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

a {
    text-decoration: none;
    color: #333333;
}

.header-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 768px) {
    .navigation {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-right: 32px;
    margin-left: 10px;
}

.menu li {
    white-space: nowrap;
    font-size: 15px;
    font-weight: 200;
}
.menu li a {
    font-size: 20px;
}

.underline-decor {
    text-decoration: underline;
}

.navbar-wrapper {
    text-align: center;
    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;
}

.header-logo {
    width: 255px;
}

.header-logo img {
    width: 100%;
}

.menu li+li {
    margin-left: 20px;
}

.header-bottom-wrapper {
    padding-top: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
}

.header-bottom-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 16px;
}

.header-bottom-wrapper > picture img {
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header-bottom .container {
    position: relative;
}

.load-button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.load-button button {
    width: 260px;
    height: 50px;
    background-color: #D9D9D9;
    text-align: center;
    font-size: 25px;
    border: none;
    color: #333333;
    font-family: 'AlboriRegular';
    border-radius: 4px;
}

.underline {
    width: 100%;
    height: 0;
    position: relative;
}

.underline::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border: thin solid #BB261A;
}

.underline::after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: -12px;
    border: 12px solid #BB261A;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.view-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #333333;
    font-weight: 300;
}

.read-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: pre-wrap;
    font-size: 16px;
}

.arrow-right {
    width: 17px;
    height: 0;
    border: 0.5px solid #E27D60;
    position: relative;
    margin-bottom: 1px;
}

.arrow-right::after {
    content: '';
    width: 0;
    height: 0;
    border: 5px solid #E27D60;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    top: -6px;
    right: -5px;
    position: absolute;
}

.active-page {
    position: relative;
}

.active-page::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    border: 1px solid #E27D60;
    bottom: -7px;
    left: 0;
}

.active-page::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid #E27D60;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
    bottom: -5px;
    right: calc(50% - 7px);
}

.button {
    position: relative;
    margin: 1em;
    font-weight: 100;
    padding: 1em 1.25em;
    text-align: center;
    width: 200px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    cursor: pointer;
}
.button.raised {
    background: #41B3A3;;
}

.anim {
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.anim:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%;
}
.anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
}

.hoverable:hover > .anim {
    -webkit-animation: anim-out 0.75s;
    animation: anim-out 0.75s;
}
.hoverable:hover > .anim:after {
    -webkit-animation: anim-out-pseudo 0.75s;
    animation: anim-out-pseudo 0.75s;
}

.burger-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


@-webkit-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-webkit-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}
@keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}

.gray-btn {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.gray-btn:hover {
    background-color: #41B3A3;
    color: #FFFFFF;
    cursor: pointer;
}

@media (pointer: coarse) {
    .gray-btn:hover {
        background-color: #d9d9d9;
        color: #333;
    }
}

@media (max-width: 991px) {
    .header-logo {
        width: 169px;
    }
}


@media (max-width: 768px) {
    .wrapper {
        overflow-x: hidden;
    }
}

@media (max-width: 568px) {
    .arrow-right::after {
        border-width: 4px;
        right: -4px;
    }
}







.cookie-popup {
	position: fixed;
	display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 80%;
    max-width: 750px;
	background: #F8F5F5;
    box-shadow: 2px 6px 20px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
	z-index: 3;
}

.cookie-popup::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 20%;
    left: 0;
    border-left: 33px solid #e27d60;
    border-bottom: 26px solid transparent;
    border-top: 26px solid transparent;
}

.cookie-popup .footer-img img {
    width: 100%;
}

.cookie-popup-box {
	display: flex;
    justify-content: space-between;
}

.cookie-popup__img {
    height: 100%;
}

.cookie-popup__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cookie-popup__text {
	display: flex;
    flex-direction: column;
    padding: 40px;
    width: 50%;
    justify-content: space-between;
}

.cookie-popup__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 0.05em;
    color: #333333;
    text-transform: uppercase;
    margin: 0;
}

.cookie-popup__p {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #333333;
    margin: 20px 0;
}

.cookie-popup__accept {
    display: inline-block;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    padding: 15px 5px!important;
    width: 100%;
    margin-bottom: 20px!important;
}


.cookie-popup__close {
	position: absolute;
    top: -20px;
    right: -20px;
    background: none;
	border: none;
	cursor: pointer;
	width: 16px;
	height: 16px;
}


.cookie-popup__close::before, .cookie-popup__close::after {
	content: "";
	position: absolute;
	top: 7px;
	left: -2px;
	width: 20px;
	height: 2px;
	background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.cookie-popup__close::before {
	transform: rotate(45deg);
}

.cookie-popup__close::after {
	transform: rotate(-45deg);
}

@media (max-width: 768px) {
    .cookie-popup-box {
        flex-direction: column;
    }

    .cookie-popup__img {
        order: -1;
        height: 250px;
    } 
    .cookie-popup__text {
        width: 100%;
    }

    .cookie-popup::after {
        top: 50%;
        left: auto;
        right: 0;
        border-left: 0 solid #e27d60;
        border-right: 33px solid #e27d60;
    }
}