@font-face {
    font-family: Titillium;
    src: url('../assets/fonts/TitilliumWeb-Regular.ttf');
}

@font-face {
    font-family: T-bold;
    src: url('../assets/fonts/TitilliumWeb-Bold.ttf');
}

@font-face {
    font-family: T-light;
    src: url('../assets/fonts/TitilliumWeb-Light.ttf');
}

@font-face {
    font-family: T-semibold;
    src: url('../assets/fonts/TitilliumWeb-SemiBold.ttf');
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Titillium;
    padding-top: 110px;
}

.acknowledgements .acknowledgement {
    display: flex;
    align-items: start;
    gap: 30px;
    margin-bottom: 60px;
}

.acknowledgements .acknowledgement div:first-child {
    flex: 1 0 400px;
}

.acknowledgements .acknowledgement div img {
    max-width: 100%;
}

@media(max-width: 768px) {
    .acknowledgements .acknowledgement {
        flex-direction: column;
    }

    .acknowledgements .acknowledgement div:first-child {
        flex: 1 0 100%
    }
}

.ajanlatkeres {
    margin-bottom: 25px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.page-wrap {
    width: 1315px;
    max-width: 100%;
    margin: 0 auto;
}

.page-wrap--1000 {
    width: 1015px;
}

.page-wrap--780 {
    width: 795px;
}

.page-wrap--900 {
    width: 915px;
}

.page-wrap--1180 {
    width: 1195px;
}

.page-content {
    padding: 42px 15px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

input,
textarea {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

h1,
h2,
h3 {
    line-height: 1;
}

p {
    font-size: 20px;
    font-family: Titillium;
    color: #2b2b2b;
}

a {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

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

.section-title-mid {
    font-size: 40px;
    font-family: T-semibold;
    padding-bottom: 25px;
}

.section-title-mid--red {
    color: #e1251b;
}

.section-title-mid--white {
    color: #ffffff;
}

.section-title-mid--purple {
    color: #87317f;
}

.section-title-mid--black {
    color: #000000;
}

.title {
    font-size: 60px;
    font-family: T-semibold;
}

.title--green {
    color: #97c234;
}

form {
    padding-top: 25px;
}

form .email-newsletter {
    width: 400px;
    max-width: 100%;
    border: 1px solid #fdd145;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 11px;
    color: #ffffff;
    background-color: transparent;
    outline: none;
}

form .email-newsletter::-webkit-input-placeholder {
    color: #ffffff !important;
}

form .email-newsletter:-ms-input-placeholder {
    color: #ffffff !important;
}

form .email-newsletter::-ms-input-placeholder {
    color: #ffffff !important;
}

form .email-newsletter::placeholder {
    color: #ffffff !important;
}

form .email-newsletter--small {
    width: 242px;
}

form .btn {
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    font-size: 12px;
    width: 180px;
    padding: 11px;
    cursor: pointer;
    outline: none;
    font-family: T-bold;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 25px;
    max-width: 100%;
    font-size: 12px;
    appearence: none;
    -webkit-appearance: none;
}

form .btn--small {
    width: 120px;
    margin-left: 10px;
    font-size: 12px;
}

form .btn--big {
    font-size: 20px;
}

form .btn--yellow {
    background-color: #fdd145;
}

form .btn--yellow:hover {
    -webkit-animation: pulse--yellow 2s infinite;
    animation: pulse--yellow 2s infinite;
}

form .btn--blue {
    background-color: #33b0c7;
}

form .btn--blue:hover {
    -webkit-animation: pulse--blue 2s infinite;
    animation: pulse--blue 2s infinite;
}

form .btn_text--purple {
    color: #87317f;
}

form .btn_text--white {
    color: #ffffff;
}

.btn {
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    font-size: 12px;
    padding: 11px;
    cursor: pointer;
    outline: none;
    font-family: T-bold;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btn--big {
    width: 180px;
    font-size: 16px;
}

.btn--purple {
    background-color: #87317f;
}

.btn--purple:hover {
    -webkit-animation: pulse--purple 2s infinite;
    animation: pulse--purple 2s infinite;
}

.btn--blue {
    background-color: #33b0c7;
    width: 200px;
}

.btn--blue:hover {
    -webkit-animation: pulse--blue 2s infinite;
    animation: pulse--blue 2s infinite;
}

.btn--green {
    background-color: #97c234;
}

.btn--green:hover {
    -webkit-animation: pulse--green 2s infinite;
    animation: pulse--green 2s infinite;
}

.btn-text--white {
    color: #ffffff;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    background-color: #ffffff;
    z-index: 10;
    top: 0;
    padding: 15px 0 !important;
    border-bottom: 2px solid #e1251b;
}

.visible {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@-webkit-keyframes pulse--yellow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(253, 209, 69, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(253, 209, 69, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(253, 209, 69, 0);
    }
}

@keyframes pulse--yellow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(253, 209, 69, 0.8);
        box-shadow: 0 0 0 0 rgba(253, 209, 69, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(253, 209, 69, 0);
        box-shadow: 0 0 0 15px rgba(253, 209, 69, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(253, 209, 69, 0);
        box-shadow: 0 0 0 0 rgba(253, 209, 69, 0);
    }
}

@-webkit-keyframes pulse--red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

@keyframes pulse--red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.8);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
        box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

@-webkit-keyframes pulse--purple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(135, 49, 127, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(135, 49, 127, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(135, 49, 127, 0);
    }
}

@keyframes pulse--purple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(135, 49, 127, 0.8);
        box-shadow: 0 0 0 0 rgba(135, 49, 127, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(135, 49, 127, 0);
        box-shadow: 0 0 0 15px rgba(135, 49, 127, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(135, 49, 127, 0);
        box-shadow: 0 0 0 0 rgba(135, 49, 127, 0);
    }
}

@-webkit-keyframes pulse--blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(51, 176, 199, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(51, 176, 199, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(51, 176, 199, 0);
    }
}

@keyframes pulse--blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(51, 176, 199, 0.8);
        box-shadow: 0 0 0 0 rgba(51, 176, 199, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(51, 176, 199, 0);
        box-shadow: 0 0 0 15px rgba(51, 176, 199, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(51, 176, 199, 0);
        box-shadow: 0 0 0 0 rgba(51, 176, 199, 0);
    }
}

@-webkit-keyframes pulse--green {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(151, 194, 52, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(151, 194, 52, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(151, 194, 52, 0);
    }
}

@keyframes pulse--green {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(151, 194, 52, 0.8);
        box-shadow: 0 0 0 0 rgba(151, 194, 52, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(151, 194, 52, 0);
        box-shadow: 0 0 0 15px rgba(151, 194, 52, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(151, 194, 52, 0);
        box-shadow: 0 0 0 0 rgba(151, 194, 52, 0);
    }
}

@-webkit-keyframes fadeInUp {
}
from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        margin-bottom: -500px;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        margin-top: -500px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@font-face {
    font-family: Titillium;
    src: url('../assets/fonts/TitilliumWeb-Regular.ttf');
}

@font-face {
    font-family: T-bold;
    src: url('../assets/fonts/TitilliumWeb-Bold.ttf');
}

@font-face {
    font-family: T-light;
    src: url('../assets/fonts/TitilliumWeb-Light.ttf');
}

@font-face {
    font-family: T-semibold;
    src: url('../assets/fonts/TitilliumWeb-SemiBold.ttf');
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Titillium;
    padding-top: 110px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.page-wrap {
    width: 1315px;
    max-width: 100%;
    margin: 0 auto;
}

.page-wrap--1000 {
    width: 1015px;
}

.page-wrap--780 {
    width: 795px;
}

.page-wrap--900 {
    width: 915px;
}

.page-wrap--1180 {
    width: 1195px;
}

.page-content {
    padding: 42px 15px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

input,
textarea {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

h1,
h2,
h3 {
    line-height: 1;
}

p {
    font-size: 20px;
    font-family: Titillium;
    color: #2b2b2b;
}

a {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

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

.section-title-mid {
    font-size: 40px;
    font-family: T-semibold;
    padding-bottom: 25px;
}

.section-title-mid--red {
    color: #e1251b;
}

.section-title-mid--white {
    color: #ffffff;
}

.section-title-mid--purple {
    color: #87317f;
}

.section-title-mid--black {
    color: #000000;
}

.title {
    font-size: 60px;
    font-family: T-semibold;
}

.title--green {
    color: #97c234;
}

form {
    padding-top: 25px;
}

form .email-newsletter {
    width: 400px;
    max-width: 100%;
    border: 1px solid #fdd145;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 11px;
    color: #ffffff;
    background-color: transparent;
    outline: none;
}

form .email-newsletter::-webkit-input-placeholder {
    color: #ffffff !important;
}

form .email-newsletter:-ms-input-placeholder {
    color: #ffffff !important;
}

form .email-newsletter::-ms-input-placeholder {
    color: #ffffff !important;
}

form .email-newsletter::placeholder {
    color: #ffffff !important;
}

form .email-newsletter--small {
    width: 242px;
}

form .btn {
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    font-size: 12px;
    width: 180px;
    padding: 11px;
    cursor: pointer;
    outline: none;
    font-family: T-bold;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 25px;
    max-width: 100%;
    font-size: 12px;
    appearence: none;
    -webkit-appearance: none;
}

form .btn--small {
    width: 120px;
    margin-left: 10px;
    font-size: 12px;
}

form .btn--big {
    font-size: 20px;
}

form .btn--yellow {
    background-color: #fdd145;
}

form .btn--yellow:hover {
    -webkit-animation: pulse--yellow 2s infinite;
    animation: pulse--yellow 2s infinite;
}

form .btn--blue {
    background-color: #33b0c7;
}

form .btn--blue:hover {
    -webkit-animation: pulse--blue 2s infinite;
    animation: pulse--blue 2s infinite;
}

form .btn_text--purple {
    color: #87317f;
}

form .btn_text--white {
    color: #ffffff;
}

.btn {
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    font-size: 12px;
    padding: 11px;
    cursor: pointer;
    outline: none;
    font-family: T-bold;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btn--big {
    width: 180px;
    font-size: 16px;
}

.btn--purple {
    background-color: #87317f;
}

.btn--purple:hover {
    -webkit-animation: pulse--purple 2s infinite;
    animation: pulse--purple 2s infinite;
}

.btn--blue {
    background-color: #33b0c7;
    width: 200px;
}

.btn--blue:hover {
    -webkit-animation: pulse--blue 2s infinite;
    animation: pulse--blue 2s infinite;
}

.btn--green {
    background-color: #97c234;
}

.btn--green:hover {
    -webkit-animation: pulse--green 2s infinite;
    animation: pulse--green 2s infinite;
}

.btn-text--white {
    color: #ffffff;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    background-color: #ffffff;
    z-index: 10;
    top: 0;
    padding: 15px 0 !important;
    border-bottom: 2px solid #e1251b;
}

.visible {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@-webkit-keyframes pulse--yellow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(253, 209, 69, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(253, 209, 69, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(253, 209, 69, 0);
    }
}

@keyframes pulse--yellow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(253, 209, 69, 0.8);
        box-shadow: 0 0 0 0 rgba(253, 209, 69, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(253, 209, 69, 0);
        box-shadow: 0 0 0 15px rgba(253, 209, 69, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(253, 209, 69, 0);
        box-shadow: 0 0 0 0 rgba(253, 209, 69, 0);
    }
}

@-webkit-keyframes pulse--red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

@keyframes pulse--red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.8);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
        box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

@-webkit-keyframes pulse--purple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(135, 49, 127, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(135, 49, 127, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(135, 49, 127, 0);
    }
}

@keyframes pulse--purple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(135, 49, 127, 0.8);
        box-shadow: 0 0 0 0 rgba(135, 49, 127, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(135, 49, 127, 0);
        box-shadow: 0 0 0 15px rgba(135, 49, 127, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(135, 49, 127, 0);
        box-shadow: 0 0 0 0 rgba(135, 49, 127, 0);
    }
}

@-webkit-keyframes pulse--blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(51, 176, 199, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(51, 176, 199, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(51, 176, 199, 0);
    }
}

@keyframes pulse--blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(51, 176, 199, 0.8);
        box-shadow: 0 0 0 0 rgba(51, 176, 199, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(51, 176, 199, 0);
        box-shadow: 0 0 0 15px rgba(51, 176, 199, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(51, 176, 199, 0);
        box-shadow: 0 0 0 0 rgba(51, 176, 199, 0);
    }
}

@-webkit-keyframes pulse--green {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(151, 194, 52, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(151, 194, 52, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(151, 194, 52, 0);
    }
}

@keyframes pulse--green {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(151, 194, 52, 0.8);
        box-shadow: 0 0 0 0 rgba(151, 194, 52, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(151, 194, 52, 0);
        box-shadow: 0 0 0 15px rgba(151, 194, 52, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(151, 194, 52, 0);
        box-shadow: 0 0 0 0 rgba(151, 194, 52, 0);
    }
}

@-webkit-keyframes fadeInUp {
}
from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        margin-bottom: -500px;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        margin-top: -500px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.header__search__container {
    background-color: #e1251b;
    border-bottom: 1px solid #d0d0d0;
    display: none;
}

.header__search__container input {
    width: 100%;
    padding: 15px 45px;
    background-color: inherit;
    border: none;
    outline: none;
    color: #ffffff;
    font-family: T-light;
    font-size: 30px;
}

.header__search__container input::-webkit-input-placeholder {
    color: #d0d0d0 !important;
}

.header__search__container input:-ms-input-placeholder {
    color: #d0d0d0 !important;
}

.header__search__container input::-ms-input-placeholder {
    color: #d0d0d0 !important;
}

.header__search__container input::placeholder {
    color: #d0d0d0 !important;
}

header {
    z-index: 100;
    position: relative;
    font-family: T-bold;
    background-color: #e1251b;
    padding: 0 36px;
    position: fixed;
    height: 110px;
    top: 0;
    width: 100%;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}

header .header__inner {
    height: 110px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header__inner__nav ul {
    list-style-type: none;
}

header .header__inner__nav li {
    display: inline-block;
    padding: 0 12px;
}

header .header__inner__nav li.header__inner__nav__featured {
    padding: 8px 32px;
}

header .header__inner__nav li a {
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
}

header .header__inner__nav__language__item {
    padding: 0 6px !important;
    font-family: T-light;
}

header .header__inner__nav__language__item:last-child {
    padding-right: 12px !important;
}

header .header__inner__nav__language__item a {
    padding: 0px !important;
    font-size: 16px !important;
}

header .header__inner__nav__language__item.active {
    font-family: T-bold;
}

header .header__inner__nav__featured a {
    border: 2px solid #ffffff;
    border-radius: 5px;
    padding: 8px 32px;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

header .header__inner__nav__featured a:hover {
    background-color: #ffffff;
    color: #e1251b !important;
}

header .header__inner__nav #js-header__inner__nav__search {
    margin: 0 30px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border: none;
    background-color: inherit;
    background-image: url('../assets/images/Search.png');
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
}

header .header__inner__logo {
    position: absolute;
    left: 50%;
    margin-left: -55px;
}

header .header__inner #js-mobile__menu__trigger {
    display: none;
}

header .header__inner #js-mobile__menu__trigger button {
    text-transform: uppercase;
    color: #ffffff;
    font-family: T-bold;
    font-size: 20px;
    border: 2px solid #ffffff;
    border-radius: 5px;
    padding: 10px 20px;
    background-color: inherit;
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

header .header__inner #js-mobile__menu__trigger button:hover {
    color: #e1251b;
    background-color: #ffffff;
}

header .header__inner .mobile__menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    font-size: 1rem;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0s 0.3s;
    transition: opacity 0.3s ease-in-out, visibility 0s 0.3s;
}

header .header__inner .mobile__menu.is-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

header .header__inner .mobile__menu.is-visible .mobile__menu__inner {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

header .header__inner .mobile__menu__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 1em 1em 0;
    background: rgba(255, 0, 0, 0.8);
    -webkit-box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 100;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

header .header__inner .mobile__menu__inner ul {
    list-style-type: none;
}

header .header__inner .mobile__menu__inner ul li {
    padding: 10px;
    text-align: center;
}

header .header__inner .mobile__menu__inner ul li a {
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}

header .header__inner .mobile__menu__inner ul li button {
    display: inline-block;
}

header .header__inner .mobile__menu__inner ul li:last-child {
    margin-top: 20px;
}

header .header__inner .mobile__menu__inner #mobile__menu__close {
    position: absolute;
    right: 10px;
    top: 0px;
    width: 32px;
    height: 32px;
    opacity: 0.5;
    display: block;
    padding: 25px;
    border: 0;
    background: none;
    font-size: 0.875em;
    line-height: 1;
    color: #777;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

header .header__inner .mobile__menu__inner #mobile__menu__close:hover {
    opacity: 1;
}

header .header__inner .mobile__menu__inner #mobile__menu__close::before,
header .header__inner .mobile__menu__inner #mobile__menu__close::after {
    position: absolute;
    top: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff;
}

header .header__inner .mobile__menu__inner #mobile__menu__close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

header .header__inner .mobile__menu__inner #mobile__menu__close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

header .header__inner .mobile__menu__inner #mobile__menu__close:hover {
    opacity: 1;
}

header .header__inner .mobile__menu__inner #mobile__menu__close::before,
header .header__inner .mobile__menu__inner #mobile__menu__close::after {
    position: absolute;
    top: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff;
}

header .header__inner .mobile__menu__inner #mobile__menu__close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

header .header__inner .mobile__menu__inner #mobile__menu__close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-up {
    top: -110px;
}

#apply {
    padding: 75px 15px;
}

#apply .form-yellow {
    text-align: center;
}

#apply .form-yellow .input-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 580px;
    flex: 1 1 580px;
}

#apply .form-yellow .input-container:first-child {
    margin-right: 20px;
}

#apply .form-yellow .input-group {
    position: relative;
    width: 100%;
    text-align: left;
}

#apply .form-yellow .input-group input {
    width: 100%;
    max-width: 100%;
    padding: 17px;
    margin-bottom: 27px;
}

#apply .form-yellow .input-group textarea {
    width: 100%;
    max-width: 100%;
    resize: none;
    height: 278px;
    padding: 17px;
}

#apply .form-yellow .input-group input[type='tel'] {
    width: 380px;
}

#apply .form-yellow input[type='submit'] {
    margin-top: 37px;
}

#apply .form-yellow .accept-box {
    text-align: left;
    position: relative;
    padding-bottom: 20px;
}

#apply .form-yellow .accept-box input[type='checkbox'] {
    position: absolute;
    margin-left: -30px;
    margin-top: 1px;
    background-color: inherit;
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#apply .form-yellow .accept-box input[type='checkbox'].validation-failed {
    background-image: none;
}

#apply .form-yellow .accept-box input[type='checkbox'].validation-success {
    background-image: none;
    border: none;
}

#apply .form-yellow .accept-box input[type='checkbox']:checked {
    background-image: url('../assets/images/square-checkmark-512.png');
    background-repeat: no-repeat;
    background-position: center;
}

#apply .form-yellow .accept-box label {
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    color: #2b2b2b;
    display: inline-block;
}

#apply .form-yellow .accept-box .error-message {
    bottom: 0;
}

#career {
    padding: 80px 15px;
}

#career .career__inner {
    width: 1180px;
    max-width: 100%;
    margin: 0 auto;
}

#career .career__inner .advertised-positions {
    padding-top: 30px;
}

#career .career__inner .advertised-positions .position {
    padding: 20px 0 10px 100px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    border-left: 0px;
    border-right: 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 500px) {
    .our-company .infogroup {
        position: relative !important;
        width: 80%;
        margin: 0 auto;
        display: block;
        height: auto;
    }
    .image-w-text .page-wrap .text h1 {
        font-size: 20px !important;
    }

    .section__inner__title,
    .page-content .page-title,
    .slider-title,
    .title {
        font-size: 25px !important;
    }

    .section__inner__intro {
        font-size: 15px !important;
    }
}

@media (max-width: 550px) {
    .two-column__layout__sidebar {
        margin: 0 auto;
    }
    .pl__container__description__inner .btn {
        width: 150px !important;
    }
    .section__inner__title,
    .page-content .page-title,
    .slider-title,
    .title {
        font-size: 40px;
    }
    #js-main-slider .item__content .slider-subtitle {
        font-size: 25px !important;
        padding-top: 15px;
    }
    .section__inner__name,
    .section__inner__intro {
        padding-bottom: 25px !important;
    }
}

@media (max-width: 600px) {
    .product__info__container a {
        position: relative !important;
        margin-top: 15px;
    }
    .product__info__container form {
        position: relative !important;
        margin-top: 30px;
    }
    .product__info__container form input {
        margin-left: 0px !important;
    }
}

@media (max-width: 646px) {
    .contact__lower__container {
        padding-bottom: 15px;
    }
    .contact__lower__container:last-child {
        padding-top: 0px;
    }
}

@media (max-width: 660px) {
    #newsletter-signup__submit {
        margin: 0 auto !important;
        margin-top: 15px !important;
        display: block;
    }
    #newsletter-signup__submit__footer {
        margin-top: 15px !important;
    }
    #newsletter-signup__footer {
        text-align: center;
    }
    form .email-newsletter--small {
        display: block !important;
        margin: 0 auto !important;
    }
}

@media (max-width: 768px) {
    .footer__upper__right,
    .footer__upper__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer__upper__left ul {
        -webkit-columns: 1 !important;
        columns: 1 !important;
        text-align: center;
        padding-top: 20px;
    }
    .footer__upper__right {
        padding-top: 20px !important;
    }
    .footer__upper__right__newsletter {
        padding-bottom: 20px;
        text-align: center;
    }
    .footer__lower {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .footer__lower__left {
        padding: 20px !important;
    }
    .footer__lower__right {
        padding: 20px !important;
    }
    .footer__lower ul {
        text-align: center;
    }
    .form-yellow .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form-yellow .flex .input-container {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
        flex: 1 !important;
    }
    .form-yellow .flex .input-container:first-child {
        margin-right: 0px !important;
    }
    .form-yellow .flex .input-container .input-group input {
        width: 100% !important;
    }
    .blogpost {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .blogpost__content {
        padding: 15px 0 !important;
    }
    .certification__description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .certification__description .certification__logo {
        padding-bottom: 30px;
    }
    #about-us .flex,
    #philosophy .flex,
    #awareness .flex,
    #health .flex,
    #future .flex,
    #easier .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #about-us .right,
    #philosophy .right,
    #awareness .right,
    #health .right,
    #future .right,
    #easier .right {
        padding-top: 30px;
    }
    #about1,
    #about2 {
        padding-bottom: 0px !important;
    }
    .our-company .infogroup {
        left: 20px;
        top: -85px !important;
    }
    #future {
        padding-top: 30px !important;
    }
    .pl__container__description__inner {
        width: auto !important;
    }
    .page-content .page-title--job-advertisement,
    .page-content .page-title--blogpost {
        padding-bottom: 60px !important;
    }
    #career .career__inner .advertised-positions .position {
        padding-left: 10px !important;
    }
    .position .btn {
        width: 100px !important;
    }
    .blogpost__image a img {
        width: 220px !important;
    }
    .blogpost__content {
        width: 100% !important;
    }
    .left .section-title-mid {
        padding-left: 0px !important;
    }
    .pl__container__description {
        padding-left: 0px !important;
    }
    .pl__container__description__inner .btn,
    .pl__container__description__inner form {
        margin-left: 0px !important;
        display: block;
    }
    .more-products__container .more-products__product {
        -ms-flex-preferred-size: 33% !important;
        flex-basis: 33% !important;
    }
    .image-w-text .page-wrap .text h1 {
        font-size: 25px;
    }
}

@media (max-width: 800px) {
    #blog .blog-carousel .item {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    #blog .blog-carousel__image img {
        width: 100% !important;
    }
    #blog .blog-carousel__content {
        padding-left: 0px !important;
        padding-top: 20px;
    }
}

@media (max-width: 865px) {
    .product-supply__container img {
        position: relative !important;
        left: 0 !important;
        width: 100% !important;
    }
}

@media (max-width: 880px) {
    .page-subnav ul li {
        padding: 0 10px !important;
    }
    .page-subnav ul li a {
        font-size: 16px !important;
    }
}

@media (max-width: 900px) {
    .pl__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .products__intro {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contact__upper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contact__upper .map {
        margin: 0 auto;
        padding-top: 30px;
    }
}

@media (max-width: 925px) {
    .section__inner__image {
        display: none !important;
    }
    .section__inner__intro {
        width: auto !important;
    }
    .section__inner__readmore {
        width: 200px;
        padding: 15px 21px !important;
        text-align: center;
    }
}

@media (max-width: 950px) {
    .contact__lower {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
        justify-content: baseline;
    }
    .contact__lower__container:last-child {
        padding-top: 30px;
    }
}

@media (max-width: 992px) {
    .two-column__layout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .two-column__layout__image img {
        margin: 0 auto;
    }
    .two-column__layout__content {
        width: auto !important;
    }
    .two-column__layout__content p {
        max-width: 100% !important;
    }
    .two-column__layout__content--product p {
        max-width: 100% !important;
    }
    .product__main__image {
        margin: 0 auto;
    }
    #testimonials .owl-nav {
        display: none !important;
    }
    .certification {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .certification__description {
        padding-top: 30px;
    }
    #main-slider .item {
        height: 400px !important;
    }
    #main-slider .slider-infogroup {
        display: none !important;
    }
    .metanszamlalo {
        padding-top: 15px !important;
        text-align: center;
    }
}

@media (max-width: 1040px) {
    .header__inner__nav {
        display: none;
    }
    #js-mobile__menu__trigger {
        display: block !important;
    }
    .journey-navigation {
        display: none !important;
    }
    .index-page {
        padding-top: 0px !important;
    }
    .index-page header {
        display: none;
    }
    .bg-left,
    .bg-right {
        display: none;
    }
}

@media (max-width: 1130px) {
    #testimonials .owl-nav button.owl-next {
        margin-right: -80px !important;
    }
    #testimonials .owl-nav button.owl-prev {
        margin-left: -80px !important;
    }
    .section--field,
    .section--settlement,
    .section--milk,
    .section--process,
    .section--products,
    .section--recipes {
        background-image: none !important;
    }
    #js-blog-carousel .owl-nav {
        display: none !important;
    }
}

@media (max-width: 1170px) {
    .image-w-text--recipe {
        background-position-x: 60%;
    }
}

@media (max-width: 1200px) {
    .certification__title {
        min-width: 300px !important;
    }
}

@media (max-width: 1350px) {
    .header__inner {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .header__inner__logo {
        left: 0 !important;
        margin-left: 15px !important;
    }
    #js-header__inner__nav__search {
        margin: 0px !important;
    }
}

@media (max-width: 1260px) {
    #newsletter .newsletter__container .bg-right {
        display: none !important;
    }
    #newsletter .newsletter__container .bg-left {
        left: -5px !important;
        bottom: -45px !important;
        width: 20% !important;
    }
}

@media (max-width: 1360px) {
    .product-supply__container img {
        right: -50px !important;
        top: 15px !important;
        width: 50%;
    }
}

@media (max-width: 1480px) {
    .footer__upper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer__upper__left {
        width: 100% !important;
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .footer__upper__right {
        width: 100% !important;
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
}

@media (max-width: 1700px) {
    .journey-navigation {
        display: none !important;
    }
}

@-webkit-keyframes pulse--yellow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(253, 209, 69, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(253, 209, 69, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(253, 209, 69, 0);
    }
}

@keyframes pulse--yellow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(253, 209, 69, 0.8);
        box-shadow: 0 0 0 0 rgba(253, 209, 69, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(253, 209, 69, 0);
        box-shadow: 0 0 0 15px rgba(253, 209, 69, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(253, 209, 69, 0);
        box-shadow: 0 0 0 0 rgba(253, 209, 69, 0);
    }
}

@-webkit-keyframes pulse--red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

@keyframes pulse--red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.8);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
        box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

@-webkit-keyframes pulse--purple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(135, 49, 127, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(135, 49, 127, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(135, 49, 127, 0);
    }
}

@keyframes pulse--purple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(135, 49, 127, 0.8);
        box-shadow: 0 0 0 0 rgba(135, 49, 127, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(135, 49, 127, 0);
        box-shadow: 0 0 0 15px rgba(135, 49, 127, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(135, 49, 127, 0);
        box-shadow: 0 0 0 0 rgba(135, 49, 127, 0);
    }
}

@-webkit-keyframes pulse--blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(51, 176, 199, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(51, 176, 199, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(51, 176, 199, 0);
    }
}

@keyframes pulse--blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(51, 176, 199, 0.8);
        box-shadow: 0 0 0 0 rgba(51, 176, 199, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(51, 176, 199, 0);
        box-shadow: 0 0 0 15px rgba(51, 176, 199, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(51, 176, 199, 0);
        box-shadow: 0 0 0 0 rgba(51, 176, 199, 0);
    }
}

@-webkit-keyframes pulse--green {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(151, 194, 52, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(151, 194, 52, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(151, 194, 52, 0);
    }
}

@keyframes pulse--green {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(151, 194, 52, 0.8);
        box-shadow: 0 0 0 0 rgba(151, 194, 52, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(151, 194, 52, 0);
        box-shadow: 0 0 0 15px rgba(151, 194, 52, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(151, 194, 52, 0);
        box-shadow: 0 0 0 0 rgba(151, 194, 52, 0);
    }
}

@-webkit-keyframes fadeInUp {
}
from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        margin-bottom: -500px;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        margin-top: -500px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#product-supply .product-supply {
    padding: 130px 15px;
}

#product-supply .product-supply img {
    position: absolute;
    top: 85px;
    right: -200px;
}

#product-supply .product-supply__container {
    position: relative;
    background-color: #ffffff;
    width: 780px;
    max-width: 100%;
    padding: 30px 20px 80px 20px;
    position: relative;
    border-radius: 10px;
}

#product-supply .product-supply__container__inner {
    width: 450px;
    max-width: 100%;
}

#product-supply .product-supply__container__inner h1 {
    line-height: 1.2;
}

#product-supply .product-supply__container__inner p {
    font-size: 20px;
    font-family: Titillium;
    color: #97c234;
    line-height: 1.2;
}

#product-supply .product-supply__container a {
    width: 74px;
    height: 76px;
    position: absolute;
    background-image: url('../assets/images/goto-productsupply.png');
    background-repeat: no-repeat;
    background-size: cover;
    left: 20px;
    bottom: -25px;
}

#product-supply .product-supply__container img {
    position: absolute;
    right: -385px;
    top: -45px;
}

.products__intro > div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.products__intro > div p {
    padding-bottom: 30px;
}

.pl__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 60px;
}

.pl__container__image {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.pl__container__image img {
    width: 100%;
    height: auto;
}

.pl__container__description {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-left: 20px;
}

.pl__container__description__inner {
    width: 480px;
    max-width: 100%;
}

.pl__container__description__inner p {
    margin-bottom: 30px;
}

.pl__container__description__inner .btn,
.pl__container__description__inner form {
    display: inline-block;
    width: 200px;
    margin-right: 20px;
}

.pl__container__description__meta {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.pl__container__description__meta .pl__category {
    text-transform: uppercase;
    font-family: T-bold;
    font-size: 24px;
}

.pl__container__description__meta .pl__category--blue {
    color: #33b0c7;
}

.pl__container__description__meta .pl__category--red {
    color: #e1251b;
}

.pl__container__description__meta .pl__category--green {
    color: #97c234;
}

.pl__container__description__meta .pl__category--purple {
    color: #87317f;
}

.pl__container__description__meta .variant-list {
    list-style-type: none;
    text-align: right;
    max-width: 360px;
}

.pl__container__description__meta .variant-list .variant {
    display: inline-block;
    font-size: 16px;
    font-family: T-bold;
    padding-left: 30px;
}

.pl__container__description__meta .variant-list .variant--blue {
    color: #33b0c7;
}

.pl__container__description__meta .variant-list .variant--red {
    color: #e1251b;
}

.pl__container__description__meta .variant-list .variant--black {
    color: #000000;
}

.pl__container__description__meta .variant-list .variant--purple {
    color: #87317f;
}

.pl__container__description__meta .variant-list .variant--green {
    color: #97c234;
}

.pl__container__description__meta .variant-list .variant--pink {
    color: #ff6c9f;
}

.pl__container__description__meta .variant-list .variant--strawberry {
    color: #c90055;
}

.pl__container__description__meta .variant-list .variant--yellow {
    color: #fdd145;
}

.pl__container__description__meta .variant-list .variant--dark-green {
    color: #649000;
}

.pl__container__description__meta .variant-list .variant--dark-blue {
    color: #005a91;
}

.pl__container__description__meta .variant-list .variant--dark-red {
    color: #af0014;
}

.search__window {
    position: fixed;
    background-color: rgba(255, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out;
    z-index: -1;
}

.search__window #search__close {
    position: absolute;
    right: 10px;
    top: 0px;
    width: 32px;
    height: 32px;
    opacity: 0.5;
    display: block;
    padding: 25px;
    border: 0;
    background: none;
    font-size: 0.875em;
    line-height: 1;
    color: #777;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.search__window #search__close:hover {
    opacity: 1;
}

.search__window #search__close::before,
.search__window #search__close::after {
    position: absolute;
    top: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff;
}

.search__window #search__close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search__window #search__close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search__window #search__close:hover {
    opacity: 1;
}

.search__window #search__close::before,
.search__window #search__close::after {
    position: absolute;
    top: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff;
}

.search__window #search__close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search__window #search__close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search__window__inner {
    height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search__window__inner form {
    font-family: Titillium;
    width: 600px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    opacity: 0;
    position: relative;
}

.search__window__inner form input {
    max-width: 100%;
    width: 100%;
    background-color: inherit;
    border-bottom: 2px solid #fff;
    padding: 20px;
    font-size: 40px;
    color: #ffffff;
}

.search__window__inner form input::-webkit-input-placeholder {
    color: #ffffff;
}

.search__window__inner form input:-ms-input-placeholder {
    color: #ffffff;
}

.search__window__inner form input::-ms-input-placeholder {
    color: #ffffff;
}

.search__window__inner form input::placeholder {
    color: #ffffff;
}

.search__window.is-visible {
    opacity: 1;
    z-index: 10000;
}

#main-slider {
    position: relative;
}

#main-slider .slider-infogroup {
    position: absolute;
    left: 15px;
    top: 60px;
    z-index: 10;
}

#main-slider .item {
    background-image: url('../assets/images/slider-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
}

#js-main-slider {
    position: relative;
}

#js-main-slider .owl-dots {
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#js-main-slider .owl-dots button {
    outline: none;
}

#js-main-slider .item {
    position: relative;
}

#js-main-slider .item__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -121px;
    text-align: center;
    width: 705px;
    max-width: 100%;
    padding: 0 15px;
}

#js-main-slider .item__content .slider-title {
    font-size: 60px;
    color: #ffffff;
    font-family: T-bold;
}

#js-main-slider .item__content .slider-subtitle {
    font-size: 40px;
    color: #ffffff;
    font-family: T-semibold;
}

.journey {
    position: absolute;
    bottom: -40px;
    width: 100%;
    height: 78px;
    background-image: url('../assets/images/journey-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    z-index: 10;
}

.journey button {
    background-image: url('../assets/images/journey-btn.png');
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    width: 433px;
    max-width: 100%;
    display: inline-block;
    padding: 11px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: T-bold;
    text-decoration: none;
    outline: none;
    margin-top: 45px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}

.journey button span.arrow-down {
    width: 20px;
    height: 20px;
    background-image: url('../assets/images/arrow-down.png');
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.section--white {
    background-color: #ffffff;
}

.section--yellow {
    background-color: #fdd145;
}

.section--red {
    background-color: #e1251b;
}

.section--purple {
    background-color: #87317f;
}

.section--lightblue {
    background-color: #33b0c7;
}

.section--light-grey {
    background-color: #ededed;
}

.section--green {
    background-color: #97c234;
}

.section--field {
    background-image: url('../assets/images/section_bg-1.png');
    background-repeat: no-repeat;
    background-position-x: 86%;
    background-position-y: -32%;
}

.section--settlement {
    background-image: url('../assets/images/section_bg-2.png');
    background-repeat: no-repeat;
    background-position-x: 14%;
    background-position-y: 11%;
}

.section--milk {
    background-image: url('../assets/images/section_bg-3.png');
    background-repeat: no-repeat;
    background-position-x: 87%;
    background-position-y: 1345%;
}

.section--process {
    background-image: url('../assets/images/section_bg-4.png');
    background-repeat: no-repeat;
    background-position-x: 14%;
    background-position-y: 11%;
}

.section--products {
    background-image: url('../assets/images/section_bg-5.png');
    background-repeat: no-repeat;
    background-position-x: 75%;
    background-position-y: 53%;
}

.section--recipes {
    background-image: url('../assets/images/section_bg-6.png');
    background-repeat: no-repeat;
    background-position-x: 14%;
    background-position-y: 88%;
}

.section__inner {
    height: 100vh;
    width: 1315px;
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
}

.section__inner__text {
    padding: 20px;
}

.section__inner__name {
    text-transform: uppercase;
    font-family: T-bold;
    font-size: 24px;
    padding-bottom: 60px;
}

.section__inner__name--blue {
    color: #33b0c7;
}

.section__inner__name--white {
    color: #ffffff;
}

.section__inner__name--yellow {
    color: #fdd145;
}

.section__inner__title {
    font-family: T-bold;
    font-size: 60px;
    line-height: 1.2;
    padding-bottom: 20px;
}

.section__inner__title--red {
    color: #e1251b;
}

.section__inner__title--purple {
    color: #87317f;
}

.section__inner__title--yellow {
    color: #fdd145;
}

.section__inner__intro {
    width: 480px;
    max-width: 100%;
    font-family: Titillium;
    font-size: 20px;
    color: #2b2b2b;
    padding-bottom: 60px;
}

.section__inner__intro--narrow {
    padding-bottom: 20px;
}

.section__inner__intro--white {
    color: #ffffff;
}

.section__inner__infogroup {
    padding-bottom: 20px;
}

.section__inner__readmore {
    text-transform: uppercase;
    font-size: 16px;
    font-family: T-bold;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 21px;
    display: inline-block;
    border-radius: 5px;
}

.section__inner__readmore--purple {
    background-color: #87317f;
}

.section__inner__readmore--purple:hover {
    -webkit-animation: pulse--purple 2s infinite;
    animation: pulse--purple 2s infinite;
}

.section__inner__readmore--red {
    background-color: red;
}

.section__inner__readmore--red:hover {
    -webkit-animation: pulse--red 2s infinite;
    animation: pulse--red 2s infinite;
}

#blog {
    padding: 68px 15px;
}

#blog .blog-carousel {
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}

#blog .blog-carousel .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#blog .blog-carousel .item .blog-carousel__image img {
    width: auto !important;
}

#blog .blog-carousel__content {
    font-family: Titillium;
    padding-left: 20px;
    min-height: 220px;
    position: relative;
}

#blog .blog-carousel__content__title {
    font-family: T-semibold;
    font-size: 24px;
}

#blog .blog-carousel__content__title a {
    color: #e1251b;
    text-decoration: none;
}

#blog .blog-carousel__content__text {
    font-size: 20px;
    color: #2b2b2b;
}

#blog .blog-carousel__content__date {
    font-size: 16px;
    color: #2b2b2b;
    position: absolute;
    bottom: 0;
}

#blog .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

#blog .owl-nav button {
    outline: none;
}

#blog .owl-nav button.owl-prev {
    margin-left: -150px;
}

#blog .owl-nav button.owl-next {
    margin-right: -150px;
}

#blog .owl-nav button:hover {
    background-color: transparent;
}

#newsletter .newsletter__container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #87317f;
    padding: 90px 15px;
    position: relative;
    z-index: 1;
}

#newsletter .newsletter__container p {
    color: #ffffff;
    font-size: 16px;
}

#newsletter .newsletter__container .bg-left {
    position: absolute;
    bottom: -45px;
    left: 0;
}

#newsletter .newsletter__container .bg-right {
    position: absolute;
    right: 55px;
    top: -54px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

#testimonials {
    padding: 50px 15px 50px 15px;
}

#testimonials .testimonial-carousel {
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
}

#testimonials .testimonial-carousel__content {
    text-align: center;
}

#testimonials .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#testimonials .owl-nav button {
    outline: none;
}

#testimonials .owl-nav button.owl-prev {
    margin-left: -150px;
    margin-top: -75px;
}

#testimonials .owl-nav button.owl-next {
    margin-right: -150px;
    margin-top: -75px;
    outline: none;
}

#testimonials .owl-nav button:hover {
    background-color: transparent;
}

.testimonials--product {
    padding-top: 0px !important;
}

footer .copy {
    color: #ffffff;
    text-align: center;
}

footer .copy a {
    color: #ffffff;
}

footer .footer__upper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

footer .footer__upper__left {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50%;
    padding: 50px;
    padding-bottom: 0px;
}

footer .footer__upper__right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50%;
    padding: 50px;
    padding-bottom: 0px;
}

footer .footer__upper__right__newsletter {
    width: 380px;
}

footer .footer__upper__right__newsletter h2 {
    font-size: 20px;
    font-family: T-bold;
    color: #ffffff;
}

footer .footer__upper__right__newsletter p {
    font-size: 16px;
    font-family: Titillium;
    color: #ffffff;
}

footer .footer__upper ul {
    list-style-type: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

footer .footer__upper ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    font-family: T-bold;
}

footer .footer__lower {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

footer .footer__lower ul {
    list-style-type: none;
}

footer .footer__lower ul li {
    color: #ffffff;
}

footer .footer__lower ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}

footer .footer__lower__left {
    padding: 50px;
    padding-top: 0px !important;
}

footer .footer__lower__left ul li p {
    display: inline-block;
    color: #ffffff;
}

footer .footer__lower__left ul:first-child {
    padding-bottom: 20px;
}

footer .footer__lower__left ul:first-child li {
    display: inline-block;
}

footer .footer__lower__left .facebook,
footer .footer__lower__left .instagram {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
}

footer .footer__lower__left .facebook {
    background-image: url('../assets/images/facebook--white-big.png');
    background-position: left;
    padding-left: 30px;
    font-size: 20px;
}

footer .footer__lower__left .instagram {
    background-image: url('../assets/images/instagram--white.png');
}

footer .footer__lower__right {
    padding: 50px;
}

footer .footer__lower__right ul li {
    display: inline-block;
    padding: 0 15px;
}

.breadcrumbs {
    font-size: 16px;
    color: #e1251b;
    padding-bottom: 15px;
}

.breadcrumbs a {
    font-family: T-bold;
    text-decoration: none;
    display: inline-block;
    color: #e1251b;
}

.breadcrumbs p {
    font-family: Titillium;
    display: inline-block;
    color: #e1251b;
    font-size: 16px;
}

.page-content .page-title {
    font-size: 60px;
    font-family: T-semibold;
}

.page-content .page-title--job-advertisement {
    padding-bottom: 110px;
    color: #e1251b;
}

.page-content .page-title--blogpost {
    padding-top: 30px;
    padding-bottom: 110px;
    color: #e1251b;
}

.page-content .page-title--dessert {
    color: #2b2b2b;
    padding-top: 30px;
}

.page-content .page-title--product {
    color: #2b2b2b;
    padding: 15px 0;
}

.page-content .page-title--search {
    color: #e1251b;
    padding-bottom: 40px;
}

.page-content .page-content__inner p {
    color: #2b2b2b;
    font-size: 20px;
}

.page-content .page-content__inner ul {
    font-size: 20px;
    padding: 0 25px 40px 25px;
}

.page-content .page-content__inner--job-advertisement p {
    font-size: 20px;
    color: #2b2b2b;
}

.page-content .page-content__inner--job-advertisement .job-description {
    font-size: 24px;
    font-family: T-bold;
    line-height: 1.2;
    color: #2b2b2b;
}

.page-content .page-content__inner--job-advertisement .job-advertisement__subtitle {
    font-size: 20px;
    font-family: T-bold;
    padding: 40px 0;
}

.page-content .page-content__inner--job-advertisement .job-advertisement__subtitle--red {
    color: #e1251b;
}

.page-content .page-content__inner--job-advertisement .job-advertisement__subtitle--purple {
    color: #87317f;
}

.page-content .page-content__inner--blogpost p {
    font-size: 20px;
    color: #2b2b2b;
    padding-bottom: 25px;
}

.page-content .page-content__inner--blogpost h2 {
    padding-bottom: 10px;
}

.page-subnav {
    padding-top: 35px;
    -webkit-transition: top 0.2s ease-in-out, padding 0.2s ease-in-out;
    transition: top 0.2s ease-in-out, padding 0.2s ease-in-out;
}

.page-subnav ul {
    text-align: center;
}

.page-subnav ul.filter a.green.active {
    color: #97c234;
}

.page-subnav ul.filter a.blue.active {
    color: #33b0c7;
}

.page-subnav ul.filter a.red.active {
    color: #e1251b;
}

.page-subnav ul li {
    padding: 0 42px;
    display: inline-block;
}

.page-subnav ul li .page-subnav__item {
    text-transform: uppercase;
    font-size: 20px;
    font-family: T-bold;
    color: #d0d0d0;
    text-decoration: none;
}

.page-subnav ul li .page-subnav__item--blue {
    color: #33b0c7;
}

.page-subnav ul li .page-subnav__item.active-item.blue {
    color: #33b0c7;
}

.page-subnav ul li .page-subnav__item.active-item.red {
    color: #e1251b;
}

.page-subnav ul li .page-subnav__item.active-item.green {
    color: #97c234;
}

.page-subnav ul li .page-subnav__item.active-item.purple {
    color: #87317f;
}

.contact__upper p {
    font-size: 16px;
}

.contact__upper__short {
    padding-top: 35px;
}

.contact__upper__short p:first-child {
    font-size: 20px;
}

.contact__upper div {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    min-width: 45%;
}

.contact__upper .map {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    min-width: 55%;
}

.contact__lower {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 60px;
}

.contact__lower div {
    width: 300px;
}

.contact__lower__info {
    list-style-type: none;
    position: relative;
    padding-left: 46px;
}

.contact__lower__info--top {
    padding-bottom: 30px;
}

.contact__lower__info span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
}

.contact__lower__info span.red-dot {
    background-image: url('../assets/images/red-dot.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

.contact__lower__info span.purple-dot {
    background-image: url('../assets/images/purple-dot.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

.contact__lower__info span.blue-dot {
    background-image: url('../assets/images/blue-dot.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

.contact__lower__info span.green-dot {
    background-image: url('../assets/images/green-dot.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

.contact__lower__info a {
    text-decoration: none;
    color: #2b2b2b;
    display: block;
    font-size: 16px;
}

.contact__lower__info a:hover {
    text-decoration: underline;
}

.contact__lower__info .info {
    font-family: T-bold;
    color: #2b2b2b;
    font-size: 16px;
}

.contact__lower__info__title {
    font-size: 16px;
    font-family: T-bold;
}

.contact__lower__info__title--red {
    color: #e1251b;
}

.contact__lower__info__title--purple {
    color: #87317f;
}

.contact__lower__info__title--blue {
    color: #33b0c7;
}

.contact__lower__info__title--green {
    color: #97c234;
}

.contact__lower__info__title--red {
    color: #e1251b;
}

.contact__lower__info .name {
    margin-top: 30px;
}

.blogpost {
    padding-bottom: 60px;
}

.blogpost__image a img {
    width: 100%;
    height: auto;
}

.blogpost__content {
    padding-left: 20px;
    width: 480px;
    max-width: 100%;
}

.blogpost__content a {
    text-decoration: none;
}

.blogpost__content a .blogpost__content__title {
    font-size: 24px;
    font-family: T-bold;
    color: #2b2b2b;
    padding-bottom: 10px;
}

.blogpost__content__excerpt {
    font-family: Titillium;
    font-size: 20px;
    color: 20px;
}

.blogpost__content__date {
    font-family: Titillium;
    font-size: 16px;
    color: #d0d0d0;
    line-height: 1;
    padding-top: 30px;
}

.blogpost__content__date .date {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-image: url('../assets/images/date-icon.png');
    background-position: center;
    background-repeat: no-repeat;
}

.blogpost__navigation {
    text-align: center;
    margin-top: 45px;
}

.blogpost__navigation a,
.blogpost__navigation span {
    padding: 0 5px;
    text-decoration: none;
    color: #e1251b;
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
}

.filter-content__inner {
    display: none;
}

.recipe-big {
    -o-object-fit: cover;
    object-fit: cover;
    height: 550px;
    width: 1180px;
}

.recipe__container {
    padding: 90px 15px 0 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.recipe__container .recipe {
    -ms-flex-preferred-size: 0 0 33.333333%;
    flex-basis: 0 0 33.333333%;
    margin-bottom: 110px;
}

.recipe__container .recipe__title {
    font-size: 20px;
    font-family: T-bold;
    color: #2b2b2b;
    text-decoration: none;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    margin-top: 20px;
    text-align: center;
    display: block;
}

.recipe__container .recipe__title--green:hover {
    color: #97c234;
}

.recipe__container .recipe__title--blue:hover {
    color: #33b0c7;
}

.recipe__container .recipe__title--red:hover {
    color: #e1251b;
}

.recipe__container .recipe a {
    position: relative;
    display: block;
}

.recipe__container .recipe a .typeofdish {
    width: 118px;
    height: 30px;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -12px;
    background-repeat: no-repeat;
    background-position: center;
}

.recipe__container .recipe a .typeofdish--soup {
    background-image: url('../assets/images/leves.png');
}

.recipe__container .recipe a .typeofdish--dessert {
    background-image: url('../assets/images/desszert.png');
}

.recipe__container .recipe a .typeofdish--main {
    background-image: url('../assets/images/foetel.png');
}

.recipe__container__more {
    padding: 0px;
}

.dessert-featured-image {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

.thank-you-message {
    height: 37vh;
}

.two-column__layout .wauto {
    width: auto;
}

.two-column__layout__content {
    padding-right: 15px;
    width: 520px;
    max-width: 100%;
}

.two-column__layout__content--product .product__meta {
    overflow: hidden;
}

.two-column__layout__content--product .product__meta h2 {
    color: #33b0c7;
    font-size: 24px;
    font-family: T-bold;
    text-transform: uppercase;
    float: left;
}

.two-column__layout__content--product .product__meta p {
    color: #33b0c7;
    font-size: 16px;
    font-family: T-bold;
    float: right;
    padding: 0px !important;
}

.two-column__layout__content--product form input {
    margin-left: 0px !important;
}

.two-column__layout__content h3 {
    text-transform: uppercase;
    color: #33b0c7;
    font-family: T-bold;
    font-size: 20px;
    padding: 60px 0 40px 0;
}

.two-column__layout__content p {
    padding-bottom: 30px;
    max-width: 680px;
}

.two-column__layout__content ol {
    font-size: 20px;
    font-family: Titillium;
    color: #2b2b2b;
}

.two-column__layout__content .bon-appetit {
    color: #33b0c7;
    font-family: T-bold;
    font-size: 16px;
}

.two-column__layout__sidebar {
    padding-top: 15px;
}

.two-column__layout__sidebar .recipe__sidebar {
    width: 380px;
    max-width: 100%;
}

.two-column__layout__sidebar .recipe__sidebar .preparation {
    background-color: #97c234;
    padding: 15px;
    text-align: center;
}

.two-column__layout__sidebar .recipe__sidebar .preparation p {
    color: #ffffff;
    font-size: 16px;
    font-family: Titillium;
    line-height: 1;
}

.two-column__layout__sidebar .recipe__sidebar .preparation .prep-clock {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
    background-image: url('../assets/images/prep-clock.png');
    background-position: center;
    background-repeat: no-repeat;
}

.two-column__layout__sidebar .recipe__ingredients {
    background-color: #ededed;
    padding: 25px;
}

.two-column__layout__sidebar .recipe__ingredients__title {
    font-size: 20px;
    font-family: T-bold;
    padding-bottom: 42px;
}

.two-column__layout__sidebar .recipe__ingredients ul {
    list-style-type: none;
}

.two-column__layout__sidebar .recipe__ingredients ul li {
    padding-bottom: 25px;
    font-size: 16px;
}

.two-column__layout__sidebar .recipe__ingredients ul li span {
    font-weight: bold;
    display: inline-block;
    width: 100px;
}

#more-recipes h3,
#more-products h3 {
    color: #e1251b;
    text-transform: uppercase;
    font-family: T-bold;
    font-size: 20px;
    padding: 30px 0;
}

#more-products h3 {
    color: #2b2b2b !important;
}

.product__info__container {
    position: relative;
}

.product__info__container form {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 0px;
}

.product__info__container .prod-form {
    position: relative !important;
    width: 414px;
    margin: 0 auto;
    margin-top: 20px;
}

.product__info__container .product__info {
    background-color: #ededed;
    width: 300px;
    max-width: 100%;
    padding: 20px;
    margin-right: 25px;
}

.product__info__container .product__info table tr th {
    padding: 5px;
    color: #e1251b;
    font-family: T-bold;
    font-size: 16px;
}

.product__info__container .product__info table tr td {
    padding: 5px;
}

.product__info__container .product__info table tr td:last-child {
    text-align: right;
    font-weight: bold;
}

.more-products__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e3e3e3;
}

.more-products__container:last-child {
    border: none;
}

.more-products__container .more-products__product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.certification {
    padding-bottom: 55px;
}

.certification__title {
    min-width: 380px;
}

.certification__title h1 {
    font-size: 40px;
    color: #97c234;
    font-family: T-semibold;
}

.certification__description {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.certification__description p {
    padding-bottom: 15px;
}

.certification__description .certification__subtitle {
    font-size: 20px;
    font-family: T-bold;
    padding-bottom: 30px;
}

.certification__description .certification__subtitle--blue {
    color: #33b0c7;
}

.certification__description .certification__subtitle--red {
    color: #e1251b;
}

.certification__description .certification__subtitle--green {
    color: #97c234;
}

.certification__description .certification__logo {
    min-width: 180px;
    margin-right: 42px;
}

.our-company {
    position: relative;
}

.our-company section {
    padding-bottom: 30px;
}

.our-company .infogroup,
.our-company .info-logo {
    position: absolute;
    right: 0;
}

.our-company .infogroup {
    top: -110px;
}

.our-company .info-logo {
    bottom: -110px;
}

.left {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.left .section-title-mid {
    padding-bottom: 70px;
    padding-left: 40px;
}

.left .section__title__container .section__title {
    font-size: 20px;
    font-family: T-bold;
    text-transform: uppercase;
    padding-left: 40px;
}

.left .section__title__container .section__title--red {
    color: #e1251b;
}

.left .section__title__container .section__title--blue {
    color: #33b0c7;
}

.left .section__title__container .section__title--white {
    color: #ffffff;
}

.right {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.right p {
    padding-bottom: 30px;
}

.right p.blue {
    color: #33b0c7;
    font-family: T-bold;
}

#health {
    background-color: #33b0c7;
    padding: 104px 15px 72px 15px;
    position: relative;
}

#health p {
    color: #ffffff;
}

#health .ripped {
    position: absolute;
    top: -30px;
    left: 0;
    max-width: 100%;
}

#about1,
#about2 {
    padding-bottom: 102px;
}

#about1 .owl-nav,
#about2 .owl-nav {
    display: block;
    text-align: right;
    margin-right: 60px;
}

#about1 .owl-nav .owl-next,
#about2 .owl-nav .owl-next {
    background-color: inherit;
    border: none;
    color: #e1251b;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    font-family: T-bold;
}

#about1 .owl-nav .owl-next:after,
#about2 .owl-nav .owl-next:after {
    content: '';
    background-image: url('../assets/images/next-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 20px;
}

#future {
    padding-top: 104px;
}

.validation-failed {
    border: 2px solid #e74c3c !important;
    background-image: url('../assets/images/red.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%;
}

.validation-success {
    border: 2px solid #2ecc71 !important;
    background-image: url('../assets/images/green.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%;
}

textarea {
    background-position-y: 5% !important;
}

.error-message {
    color: red;
    font-size: 13px;
    position: absolute;
    left: 20px;
    bottom: 29px;
}

.error-message.captcha {
    bottom: -20px;
    left: 0px;
}

.filter-content__container {
    display: none;
}

.current-filter {
    display: block;
}

.journey-navigation {
    opacity: 0;
    position: fixed;
    left: 15px;
    top: 150px;
    z-index: 100;
    height: 315px;
    margin-top: 100px;
    -webkit-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out;
}

.journey-navigation--blue p {
    color: #33b0c7 !important;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.journey-navigation--blue ul {
    color: #33b0c7 !important;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.journey-navigation--blue ul:before {
    border-left: 2px dashed #33b0c7 !important;
}

.journey-navigation--blue ul li > span {
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    background: #33b0c7 !important;
}

.journey-navigation--blue ul li > span:before,
.journey-navigation--blue ul li > span:after {
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    border: 2px solid #33b0c7 !important;
    background: #33b0c7 !important;
}

.journey-navigation--blue ul li button {
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    color: #33b0c7 !important;
}

.journey-navigation p {
    position: absolute;
    left: -10px;
    color: #ffffff;
    font-family: T-bold;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.journey-navigation ul {
    margin: 0;
    list-style: none;
    position: relative;
    padding: 1px 100px;
    color: #fff;
    font-size: 13px;
    list-style-type: none;
    padding-left: 50px;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.journey-navigation ul:before {
    content: '';
    width: 1px;
    height: 95%;
    position: absolute;
    border-left: 2px dashed #fff;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.journey-navigation ul li {
    position: relative;
}

.journey-navigation ul li:first-child {
    margin-top: -7px;
}

.journey-navigation ul li:first-child > span {
    height: 430%;
}

.journey-navigation ul li:nth-child(2) {
    margin-top: 75px;
}

.journey-navigation ul li:nth-child(3) {
    margin-top: 28px;
}

.journey-navigation ul li:nth-child(4) {
    margin-top: 28px;
}

.journey-navigation ul li:last-child {
    margin-top: 78px;
}

.journey-navigation ul li > span {
    width: 2px;
    background: #fff;
    top: 6px;
    position: absolute;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.journey-navigation ul li > span:before,
.journey-navigation ul li > span:after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    position: absolute;
    background: #ffffff;
    left: -3px;
    top: 0;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.journey-navigation ul li button {
    border: none;
    background-color: transparent;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    font-family: T-bold;
    font-size: 16px;
    margin-left: 20px;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    outline: none;
}

.visible-journey {
    opacity: 1;
}

.number-of-items {
    padding: 60px 0;
    font-size: 16px;
    font-family: Titillium;
    color: #707070;
}

.not-found {
    font-size: 40px;
    font-family: Titillium;
    color: #e1251b;
    padding-top: 45px;
}

#individual-searchForm {
    width: 100%;
    max-width: 100%;
    border: 1px solid #2b2b2b;
    padding-top: 0px !important;
    margin-bottom: 60px;
}

#individual-searchForm input {
    width: 100%;
    font-size: 40px;
    padding: 21px 0;
    padding-left: 68px;
    background-image: url('../assets/images/search-icon.png');
    background-repeat: no-repeat;
    background-position: center left;
    background-position-x: 2%;
    color: #707070;
}

#individual-searchForm input::-webkit-input-placeholder {
    color: #707070;
}

#individual-searchForm input:-ms-input-placeholder {
    color: #707070;
}

#individual-searchForm input::-ms-input-placeholder {
    color: #707070;
}

#individual-searchForm input::placeholder {
    color: #707070;
}

.image-w-text {
    position: relative;
    height: 495px;
}

.image-w-text .page-wrap {
    position: relative;
}

.image-w-text .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 15px;
}

.image-w-text--recipe {
    background-image: url('../assets/images/martontej-recept-header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.map,
.mapouter,
.gmap_canvas {
    max-width: 100%;
}

.metanszamlalo {
    padding-top: 95px;
}
/*# sourceMappingURL=style.css.map */
