@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600&family=Barlow:wght@400;600&display=swap");
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
  font-size: 118.75%;
  line-height: 1.47368em;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 1.68421em;
  line-height: 1.75em;
  margin: 0.875em 0;
}
h2 {
  font-size: 1.26316em;
  line-height: 1.16667em;
  margin: 1.16667em 0;
}
h3 {
  font-size: 0.98526em;
  line-height: 1.49573em;
  margin: 1.49573em 0;
}
h4 {
  font-size: 0.84211em;
  line-height: 1.75em;
  margin: 1.75em 0;
}
h5 {
  font-size: 0.69895em;
  line-height: 2.10843em;
  margin: 2.10843em 0;
}
h6 {
  font-size: 0.56421em;
  line-height: 2.61194em;
  margin: 2.61194em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
blockquote {
  margin: 1.47368em 40px;
}
dl,
menu,
ol,
ul {
  margin: 1.47368em 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
figure {
  margin: 1.47368em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
p,
pre {
  margin: 1.47368em 0;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
input {
  overflow: visible;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  padding: 0;
}
optgroup {
  font-weight: 700;
}
textarea {
  overflow: auto;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
a,
img {
  border: 0;
}
input,
textarea {
  border: 0;
  background: transparent;
  outline: none;
  resize: none;
  border-radius: 0;
}
button {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
textarea {
  overflow: hidden;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body,
html {
  margin: 0;
  padding: 0;
}
body {
  font-family: Barlow, sans-serif;
  font-size: 19px;
  line-height: 28px;
  background-color: #fff;
  color: #000;
}
.toCenter {
  width: 100%;
  padding: 0 12px;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}
.toCenter.thin {
  max-width: 1115px;
}
.toCenter.thinner {
  max-width: 1054px;
}
@media only screen and (max-width: 1140px) {
  .toCenter {
    padding: 0 30px;
  }
}
main {
  position: relative;
}
.fit {
  display: block;
  width: 100%;
}
.center {
  text-align: center;
}
.grid {
  display: grid;
}
.flex {
  display: flex;
}
.block {
  display: block;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.alignRight {
  text-align: right;
}

.centered {
  margin: 0 auto;
}

.alignCenter {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}
b,
strong {
  font-weight: 600;
}
@media only screen and (min-width: 1140px) {
  .slideUp {
    opacity: 0;
    position: relative;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 0.6s ease 0.15s;
  }
  .slideUp.finished {
    opacity: 1;
    transform: translate(0);
    visibility: visible;
  }
}
@media only screen and (max-width: 1140px) {
  .slideUp {
    opacity: 1;
    transform: translate(0);
    visibility: visible;
  }
}
nav {
  font-family: Barlow Condensed, sans-serif;
}
nav a {
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #fff;
}
nav.headerNav {
  margin: 70px 0 0;
}
@media only screen and (max-width: 1140px) {
  nav.headerNav {
    display: none;
  }
}
nav.headerNav ul {
  font-size: 0;
}
nav.headerNav ul li {
  display: inline-block;
  margin: 0 41px 0 0;
}
nav.headerNav ul li:last-child {
  margin-right: 0;
}
nav.headerNav ul li.menu-item-has-children {
  position: relative;
}
nav.headerNav ul li.menu-item-has-children > a {
  padding: 10px 15px 10px 0;
  background: url(../images/dropdown.png) no-repeat right 22px;
}
nav.headerNav ul li.menu-item-has-children ul {
  position: absolute;
  text-align: left;
  background-color: #152637;
  left: 50%;
  top: 100%;
  width: 320px;
  padding: 25px 30px;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%);
  transition: all 0.15s ease-in-out;
}
nav.headerNav ul li.menu-item-has-children li {
  display: block;
  padding: 5px 0;
}
nav.headerNav ul li.menu-item-has-children li a {
  font-size: 19px;
}
nav.headerNav ul li.menu-item-has-children li a:after {
  display: none;
}
nav.headerNav ul li.menu-item-has-children li a:hover {
  text-decoration: underline;
}
nav.headerNav ul li.menu-item-has-children:hover > a:after {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
nav.headerNav ul li.menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
}
nav.headerNav ul a {
  position: relative;
  padding: 10px 0;
}
nav.headerNav ul a:hover:after {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
nav.headerNav ul a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition: all 0.15s ease-in-out;
  background-color: #b33101;
}

nav.footerNav {
  padding: 62px 0 56px;
}
nav.footerNav ul {
  font-size: 0;
  text-align: center;
}
nav.footerNav li {
  vertical-align: top;
  display: inline-block;
  padding: 0 42px 0 0;
  position: relative;
}
@media only screen and (max-width: 1264px) {
  nav.footerNav li {
    padding-right: 26px;
  }
}
nav.footerNav li:last-child {
  padding-right: 0;
}
nav.footerNav li:last-child:after {
  display: none;
}
nav.footerNav li:after {
  content: "";
  background-color: #b33101;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
  border-radius: 999px;
}
@media only screen and (max-width: 1264px) {
  nav.footerNav li:after {
    right: 11px;
  }
}
nav.footerNav a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: block;
}
nav.footerNav a:hover {
  text-decoration: underline;
}

nav.mobileNav {
  z-index: 9999;
  padding: 58px 20px 40px;
}
nav.mobileNav li {
  margin: 0 0 18px;
}
nav.mobileNav li.menu-item-has-children > a {
  padding-right: 16px;
  background: url(../images/dropdown.png) no-repeat 100%/11px 7px;
}
nav.mobileNav ul ul {
  display: none;
}
nav.mobileNav ul ul li {
  padding: 10px 0 0 15px;
  margin: 0;
}
nav.mobileNav ul ul li a {
  font-size: 19px;
}
.languages {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 0;
}
@media only screen and (max-width: 1140px) {
  .languages {
    display: none;
  }
}
.languages li {
  display: inline-block;
  font-size: 19px;
  line-height: 28px;
  margin: 0 5px 0 0;
}
.languages li:last-child {
  margin-right: 0;
}
.languages a {
  padding: 0 4px;
  color: #717475;
  display: block;
  border-top: 5px solid transparent;
  transition: all 0.15s ease-in-out;
}
.languages a.active,
.languages a:hover {
  border-top-color: #b33101;
}
.news .image a {
  display: block;
  opacity: 1;
  transition: all 0.15s ease-in-out;
}
.news .image a:hover {
  opacity: 0.8;
}
.news .texts {
  padding: 0 15px;
}
@media only screen and (max-width: 1140px) {
  .news .texts {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 380px) {
  .news .texts {
    padding: 0 10px;
  }
}
.news h3 {
  font: 600 48px/52px Barlow Condensed, sans-serif;
  padding: 25px 0 0;
  letter-spacing: 1.1px;
}
.news h4 {
  font: 600 37px/42px Barlow Condensed, sans-serif;
  padding: 0 0 15px;
}
.news h3 a,
.news h4 a {
  color: #000;
}
.news h3 a:hover,
.news h4 a:hover {
  text-decoration: underline;
}
.news p {
  padding: 24px 0 25px;
}
.news .articles {
  padding: 0 0 65px;
}
@media only screen and (max-width: 1140px) {
  .news .articles {
    display: none;
  }
}
.more {
  color: #b33101;
  letter-spacing: 1px;
  font: 600 21px/26px Barlow Condensed, sans-serif;
  display: table;
  padding: 0 34px 0 0;
  background: url(../images/arrow.png) no-repeat 100%;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 1140px) {
  .more {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1140px) {
  .more:hover {
    padding-right: 40px;
  }
}
.button {
  border: 2px solid #b33101;
  display: table;
  color: #b33101;
  padding: 0 65px 0 80px;
  font: 600 21px/68px Barlow Condensed, sans-serif;
  border-radius: 999px;
  letter-spacing: 1px;
  height: 74px;
  background: transparent;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 1140px) {
  .button {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 380px) {
  .button {
    letter-spacing: 0;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1140px) {
  .button:hover {
    transform: scale(1.05);
  }
}
.button span {
  display: table;
  padding: 0 38px 0 0;
  background: url(../images/arrow.png) no-repeat 100%;
}
@media only screen and (max-width: 1140px) {
  .button span {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 380px) {
  .button span {
    padding: 0;
    background: none;
  }
}
.mobileMenu {
  display: none;
  background-color: #152637;
  position: fixed;
  right: -250px;
  top: 0;
  height: 100%;
  width: 250px;
  overflow: auto;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 1140px) {
  .mobileMenu {
    display: block;
  }
}
.mobileMenu .languages {
  display: block;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}
.outerContainer {
  position: relative;
  transition: all 0.25s ease-in-out;
  transform: translate(0);
}
.mobileBars {
  display: none;
  width: 100%;
  height: 40px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1140px) {
  .mobileBars {
    display: block;
  }
}
.mobileBars span {
  width: 100%;
  height: 8px;
  background-color: #b33101;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: rotate(0);
  transition: all 0.25s ease-in-out;
}
.mobileBars span:first-child {
  top: 0;
}
.mobileBars span:nth-child(2) {
  top: 16px;
}
.mobileBars span:nth-child(3) {
  top: 32px;
}
@media only screen and (max-width: 1140px) {
  body.openMenu .mobileBars span:first-child {
    transform: rotate(45deg);
    top: 17px;
  }
  body.openMenu .mobileBars span:nth-child(2) {
    opacity: 0;
  }
  body.openMenu .mobileBars span:nth-child(3) {
    transform: rotate(-45deg);
    top: 17px;
  }
  body.openMenu .outerContainer {
    transform: translate(-250px);
  }
  body.openMenu .mobileMenu {
    right: 0;
  }
}
.sectionTitle {
  color: #b33101;
  font: 600 73px/80px Barlow Condensed, sans-serif;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1140px) {
  .sectionTitle {
    font-size: 48px;
    line-height: 48px;
  }
}
.sectionTitle a {
  color: #b33101;
}
.sectionTitle a:hover {
  text-decoration: underline;
}
.mainHeader {
  z-index: 9999;
  font-weight: 600;
}
.mainHeader,
.mainHeader:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mainHeader:before {
  content: "";
  height: 228px;
  background: linear-gradient(rgba(0, 0, 0, 0.8), transparent);
}
@media only screen and (max-width: 1140px) {
  .mainHeader:before {
    height: 40px;
    top: 100px;
    background: linear-gradient(#152637, transparent);
  }
}
.mainHeader .logo {
  margin: 28px 0 0;
  display: block;
  transition: all 0.15s ease-in-out;
  opacity: 1;
}
@media only screen and (max-width: 1140px) {
  .mainHeader .logo {
    margin: 0;
  }
}
.mainHeader .logo:hover {
  opacity: 0.8;
}
.mainHeader .grid {
  grid-template-columns: 154px auto;
  position: relative;
}
@media only screen and (max-width: 1140px) {
  .mainHeader .grid {
    padding: 20px 0 0;
    grid-template-columns: 130px auto 55px;
    align-items: center;
  }
}
.hero {
  background: #152637;
  width: 100%;
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 1140px) {
  .hero {
    height: auto;
  }
}
.hero .middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 999;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1140px) {
  .hero .middle {
    position: relative;
    top: auto;
    transform: translate(0);
    background-color: #152637;
  }
}
.hero .heroImage {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1140px) {
  .hero .heroImage {
    position: relative;
    padding: 100px 0 0;
  }
}
.hero .heroImage:after {
  content: "";
  background: url(../images/filter.png) no-repeat -300px / cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.8;
  height: 100%;
}
@media only screen and (max-width: 1140px) {
  .hero .heroImage:after {
    display: none;
  }
}
.hero .heroImage img {
  display: block;
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 1140px) {
  .hero .heroImage img {
    min-height: 100%;
    width: 1250px;
  }
}
@media only screen and (max-width: 1140px) {
  .hero .heroImage img {
    width: 100%;
  }
}
.hero h3 {
  color: #b33101;
  font: 600 48px/50px Barlow Condensed, sans-serif;
  letter-spacing: 3px;
}
@media only screen and (max-width: 380px) {
  .hero h3 {
    font-size: 38px;
    line-height: 38px;
    letter-spacing: 1.5px;
  }
}
.hero .hero-h1 {
  color: #fff;
  letter-spacing: 3px;
  padding: 0 0 30px;
  font: 600 117px/103px Barlow Condensed, sans-serif;
}
@media only screen and (min-width: 1140px) {
  .hero .hero-h1 {
    margin: 0 0 0 -6px;
  }
}
@media only screen and (max-width: 1140px) {
  .hero .hero-h1 {
    font-size: 80px;
    line-height: 80px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 380px) {
  .hero .hero-h1 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 1px;
  }
}
.hero .hero-h1 + h3 {
  padding-bottom: 20px;
}
@media only screen and (max-width: 1140px) {
  .hero .hero-h1 + h3 {
    padding-bottom: 20px;
  }
}
.hero p {
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  padding: 0 0 50px;
  max-width: 530px;
}
@media only screen and (max-width: 1140px) {
  .hero p {
    max-width: unset;
    padding: 0 0 40px;
    font-size: 19px;
    line-height: 28px;
  }
  .hero p br {
    display: none;
  }
}
.hero .texts {
  padding: 100px 16px 0;
}
@media only screen and (max-width: 1140px) {
  .hero .texts {
    padding: 30px 0 40px;
  }
}
@media only screen and (max-width: 1140px) {
  .hero .heroSlider .texts {
    padding: 30px 0 120px;
  }
}
.hero .steps {
  position: absolute;
  bottom: 62px;
  width: 100%;
}
@media only screen and (max-width: 1140px) {
  .hero .steps {
    bottom: 44px;
  }
}
.hero .steps ul {
  font-size: 0;
  line-height: 14px;
}
@media only screen and (max-width: 1140px) {
  .hero .steps ul {
    display: table;
    margin: 0 auto;
  }
}
.hero .steps ul li {
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border-radius: 999px;
  margin: 0 24px 0 0;
  box-shadow: 0 0 0 0 #b33101;
  transition: all 0.15s ease-in-out;
}
.hero .steps ul li:last-child {
  margin-right: 0;
}
.hero .steps ul li.active,
.hero .steps ul li:hover {
  box-shadow: 0 0 0 5px #b33101;
}
.hero .breadcrumbs {
  font-size: 0;
  padding: 0 0 20px;
}
.hero .breadcrumbs + .hero-h1 {
  padding-bottom: 15px;
  margin-top: -5px;
}
@media only screen and (max-width: 1140px) {
  .hero .breadcrumbs + .hero-h1 {
    padding-bottom: 0;
  }
}
.hero .breadcrumbs li {
  display: inline-block;
  font-size: 19px;
  color: #b7b7b7;
  vertical-align: top;
}
.hero .breadcrumbs li:after {
  content: "»";
  padding: 0 9px 0 7px;
}
.hero .breadcrumbs li:last-child:after {
  display: none;
}
.hero .breadcrumbs li a {
  color: #b7b7b7;
}
.hero .breadcrumbs li a:hover {
  text-decoration: underline;
}
.hero .heroSlider,
.hero .slick-list,
.hero .slick-slide,
.hero .slick-track {
  height: 100%;
}
.hero .oneSlide {
  height: 100%;
  position: relative;
  display: none;
}
.hero .oneSlide:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, #242c46 10%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  top: 0;
  max-width: 700px;
  z-index: 10;
}
.hero.subpage:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, #242c46 10%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  top: 0;
  max-width: 700px;
  z-index: 10;
}
.hero .oneSlide:first-child,
.hero .slick-initialized .oneSlide {
  display: block;
}
.news {
  padding: 110px 0 180px;
  position: relative;
}
@media only screen and (max-width: 1140px) {
  .news {
    padding: 60px 0 110px;
  }
}
.news:before {
  content: "";
  width: 100%;
  height: 1050px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f7e8e3;
}
@media only screen and (max-width: 1140px) {
  .news:before {
    height: 200px;
  }
}
@media only screen and (max-width: 1140px) {
  .news .toCenter {
    padding: 0;
  }
}
.newsGrid {
  padding: 78px 0 0;
  grid-template-columns: 41% auto;
  grid-gap: 40px;
}
@media only screen and (max-width: 1140px) {
  .newsGrid {
    padding-top: 30px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1140px) {
  .newsGrid .col:last-child {
    padding: 20px 30px 0;
  }
}
@media only screen and (max-width: 380px) {
  .newsGrid .col:last-child {
    padding: 20px 10px 0;
  }
}
.articleGrid {
  grid-template-columns: 212px auto;
  grid-gap: 35px;
  margin: 0 0 40px;
  align-items: center;
}
@media only screen and (max-width: 1140px) {
  .articleGrid {
    grid-template-columns: 1fr;
  }
}
.articleGrid:last-child {
  margin-bottom: 0;
}
.articleGrid .texts {
  padding: 0;
}
.history {
  background: url(../images/pattern.jpg) no-repeat 50% / cover;
  padding: 118px 0 135px;
}
@media only screen and (max-width: 1140px) {
  .history {
    padding: 50px 0 110px;
  }
}
.history h3 {
  font-size: 27px;
  line-height: 30px;
  letter-spacing: 2.5px;
  font-weight: 600;
  padding: 0 0 10px;
}
@media only screen and (max-width: 1140px) {
  .history h3 {
    padding-bottom: 5px;
  }
}
.history p {
  padding: 60px 0 0;
  max-width: 960px;
  margin: 0 auto 50px;
  line-height: 32px;
}
@media only screen and (max-width: 1140px) {
  .history p {
    padding-top: 40px;
    margin-bottom: 30px;
  }
}
.history .more {
  margin: 0 auto;
}
.partners {
  padding: 140px 0 152px;
}
@media only screen and (max-width: 1140px) {
  .partners {
    padding: 60px 0 50px;
  }
  .partners .toCenter {
    padding: 0;
  }
  .partners .slick-slide {
    margin: 0 25px;
  }
  .partners .slick-list {
    margin: 0 -25px;
  }
}
.partners.paddingMod {
  padding: 115px 0 210px;
}
@media only screen and (max-width: 1140px) {
  .partners.paddingMod {
    padding: 60px 0 50px;
  }
}
.partners img {
  margin: 0 auto;
  max-width: 100%;
}
.partners .partnerSlider {
  padding: 40px 0 0;
  overflow: hidden;
}
.favorites {
  padding: 0 0 105px;
}
.favorites .button {
  margin: 105px auto 0;
}
@media only screen and (max-width: 1140px) {
  .favorites .button {
    margin-top: 80px;
  }
}
.favorites .sectionTitle {
  margin: 0 0 132px;
}
@media only screen and (max-width: 1140px) {
  .favorites .sectionTitle {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1140px) {
  .favorites .toCenter.forMobile {
    padding: 0;
  }
}
.favorites img {
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (max-width: 380px) {
  .favorites img {
    max-width: 80%;
  }
}
.favorites .slick-list {
  z-index: 99;
}
.favorites .slick-arrow {
  position: absolute;
  top: 50%;
  padding: 0;
  width: 83px;
  height: 47px;
  text-indent: -9999px;
  transform: translateY(-50%);
  transition: all 0.15s ease-in-out;
  opacity: 1;
  z-index: 0;
}
@media screen and (min-width: 1140px) and (max-width: 1520px) {
  .favorites .slick-arrow {
    display: none !important;
  }
}
.favorites .slick-arrow:hover {
  opacity: 0.8;
}
.favorites .slick-arrow.slick-prev {
  left: -140px;
  background: url(../images/step-left.png) no-repeat 50% / cover;
}
@media only screen and (max-width: 1140px) {
  .favorites .slick-arrow.slick-prev {
    left: 10px;
  }
}
.favorites .slick-arrow.slick-next {
  right: -140px;
  background: url(../images/step-right.png) no-repeat 50% / cover;
}
@media only screen and (max-width: 1140px) {
  .favorites .slick-arrow.slick-next {
    right: 10px;
  }
}
.mapContact {
  grid-template-columns: 1fr 1fr;
  background-color: #152637;
  align-items: center;
}
@media only screen and (max-width: 1140px) {
  .mapContact {
    grid-template-columns: 1fr;
  }
}
.mapContact img {
  width: 100%;
  display: block;
}
.mapContact .texts {
  padding: 0 0 0 100px;
  max-width: 608px;
}
@media screen and (min-width: 1140px) and (max-width: 1520px) {
  .mapContact .texts {
    padding: 0 0 0 40px;
  }
}
@media only screen and (max-width: 1140px) {
  .mapContact .texts {
    max-width: unset;
    padding: 40px 30px 60px;
    display: table;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 380px) {
  .mapContact .texts {
    max-width: unset;
    padding: 40px 10px 60px;
  }
}
.mapContact h2 {
  padding: 0 0 5px;
  color: #b33101;
  letter-spacing: 2px;
  font: 600 72px/78px Barlow Condensed, sans-serif;
}
@media screen and (min-width: 1140px) and (max-width: 1520px) {
  .mapContact h2 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1140px) {
  .mapContact h2 {
    font-size: 44px;
    line-height: 44px;
    text-align: center;
  }
}
@media only screen and (max-width: 380px) {
  .mapContact h2 {
    font-size: 36px;
    line-height: 36px;
  }
}
.mapContact p {
  color: #fff;
  padding: 30px 0 0;
}
.mapContact p a {
  color: #fff;
}
.mapContact p a:hover {
  text-decoration: underline;
}
.brandList {
  padding: 35px 0 45px;
  border-bottom: 2px solid #ececec;
}
@media only screen and (max-width: 1140px) {
  .brandList {
    display: none;
  }
}
.brandList .flex {
  align-items: end;
  flex-direction: row;
  gap: 5px;
}
.brandList .flex > * {
  flex: 1 1 auto;
}
.brandList img {
  max-width: 100%;
}
.products {
  position: relative;
  overflow: hidden;
  padding: 60px 0 0;
}
@media only screen and (max-width: 1140px) {
  .products {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.products .grid {
  grid-gap: 40px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 60px 0;
}
@media only screen and (max-width: 1140px) {
  .products .grid {
    grid-template-columns: 1fr;
    grid-gap: 10px;
    padding-bottom: 0;
  }
  .products .grid .texts:first-child {
    order: 2;
  }
  .products .grid .image:last-child {
    order: 1;
  }
}
.products .image:last-child {
  position: relative;
}
.products .image:last-child:after {
  content: "";
  position: absolute;
  height: 740px;
  width: 100vw;
  top: 50%;
  left: 225px;
  transform: translateY(-50%);
  margin-top: -20px;
  background-color: #f7e8e3;
}
@media only screen and (max-width: 1140px) {
  .products .image:last-child:after {
    display: none;
  }
}
.products p {
  padding: 40px 0;
  max-width: 540px;
}
@media only screen and (max-width: 1140px) {
  .products p {
    max-width: unset;
  }
}
.products img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.products .sectionTitle {
  line-height: 70px;
}
@media only screen and (max-width: 1140px) {
  .products .sectionTitle {
    line-height: 48px;
    text-align: center;
  }
}
.products .image a {
  display: block;
  opacity: 1;
  position: relative;
  z-index: 99;
  transition: all 0.15s ease-in-out;
}
.products .image a:hover {
  opacity: 0.8;
}
.gallery {
  padding: 0 0 130px;
}
@media only screen and (max-width: 1140px) {
  .gallery {
    padding-bottom: 60px;
  }
}
.gallery .sectionTitle {
  padding: 0 0 50px;
}
.gallery .slick-slide {
  margin: 0 15px;
}
.gallery .slick-list {
  margin: 0 -15px;
}
.gallery .galleryCnt {
  position: relative;
  overflow: hidden;
}
.gallery .step {
  width: 96px;
  height: 96px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  cursor: pointer;
  border-radius: 999px;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1140px) {
  .gallery .step {
    display: none;
  }
}
.gallery .step:before {
  cursor: default;
  content: "";
  width: 184px;
  height: 182px;
  position: absolute;
}
.gallery .step:after {
  content: "";
  cursor: pointer;
  width: 96px;
  height: 96px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 999px;
}
.gallery .step.left {
  margin: 0 0 0 -430px;
}
.gallery .step.left:before {
  top: -28px;
  left: -29px;
  background: url(../images/rounded-left.png) no-repeat 50%;
}
.gallery .step.right {
  margin: 0 0 0 430px;
}
.gallery .step.right:before {
  top: -28px;
  left: -29px;
  background: url(../images/rounded-right.png) no-repeat 50%;
}
.gallery .slick-arrow {
  display: none !important;
}
.prepare {
  padding: 200px 0 135px;
}
@media only screen and (max-width: 1140px) {
  .prepare {
    padding: 40px 0 70px;
  }
}
.prepare h3 {
  font: 600 29px/30px Barlow Condensed, sans-serif;
}
.prepare p {
  padding: 20px 0 0;
}
.prepare .mainGrid {
  padding: 120px 0 0;
  grid-template-columns: 1fr 1fr;
  grid-gap: 70px;
}
@media only screen and (max-width: 1140px) {
  .prepare .mainGrid {
    grid-template-columns: 1fr;
    grid-gap: 60px;
    padding-top: 50px;
  }
}
.prepare .innerGrid {
  grid-template-columns: 130px auto;
  grid-gap: 45px;
}
@media only screen and (max-width: 1140px) {
  .prepare .innerGrid {
    grid-template-columns: 1fr;
    grid-gap: 35px;
  }
}
@media only screen and (max-width: 1140px) {
  .prepare img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: table;
  }
}
.infos {
  position: relative;
  padding: 90px 0 0;
}
@media only screen and (max-width: 1140px) {
  .infos {
    padding-top: 70px;
  }
}
.infos:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 440px;
  background-color: #f7e8e3;
}
.infos .mainGrid {
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  padding: 80px 0 0;
}
@media only screen and (max-width: 1140px) {
  .infos .mainGrid {
    grid-template-columns: 1fr;
    padding-top: 70px;
  }
}
.infos p {
  max-width: 530px;
}
@media only screen and (max-width: 1140px) {
  .infos p {
    max-width: unset;
  }
}
.infos h3 {
  color: #202020;
  font: 600 29px/30px Barlow Condensed, sans-serif;
  padding: 0 0 44px;
}
.infos .infoList {
  max-width: 500px;
}
@media only screen and (max-width: 1140px) {
  .infos .infoList {
    max-width: unset;
  }
}
.infos .infoList .grid {
  grid-template-columns: auto 158px;
  grid-gap: 20px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 2px solid #e2e2e2;
}
.infos .infoList .grid:last-child {
  border-bottom: 0;
}
.infos .infoList .col {
  font-size: 19px;
  line-height: 22px;
}
.infos .infoList .col:first-child {
  padding: 0 0 0 18px;
  font-weight: 600;
}
@media only screen and (max-width: 1140px) {
  .infos .infoList .col:first-child {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .infos .infoList .col:last-child {
    text-align: right;
  }
}

.intro {
  padding: 120px 0;
  background-color: #f6f3eb;
}
@media only screen and (max-width: 1145px) {
  .intro {
    padding: 70px 0 60px;
  }
}
.intro .toCenter {
  max-width: 1090px;
}
.intro p {
  padding: 45px 0;
}
.mainProducts {
  padding: 160px 0 90px;
}
@media only screen and (max-width: 1145px) {
  .mainProducts {
    padding: 100px 0 0;
  }
}
.mainProducts img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 1145px) {
  .mainProducts img {
    max-width: 250px;
  }
}
.mainProducts .slider {
  position: relative;
  margin: 0 0 95px;
}
@media only screen and (max-width: 1145px) {
  .mainProducts .slider {
    margin-bottom: 50px;
  }
}
.mainProducts .slider .toCenter {
  max-width: 1330px;
}
.mainProducts .slider:before {
  content: "";
  width: 100%;
  height: 240px;
  position: absolute;
  left: 0;
  top: calc(50% + 20px);
  transform: translate(0, -50%);
  background: url(../images/pattern.png);
}
@media only screen and (max-width: 1145px) {
  .mainProducts .slider:before {
    top: 130px;
    transform: translate(0, 0);
  }
}
.mainProducts .slides {
  padding: 125px 0 0;
}
@media only screen and (max-width: 1145px) {
  .mainProducts .slides {
    padding: 50px 0 0;
  }
}
.mainProducts .slick-arrow {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translate(0, -50%);
  text-indent: -9999px;
  z-index: 99;
}
@media only screen and (max-width: 1145px) {
  .mainProducts .slick-arrow {
    top: 220px;
    transform: translate(0, 0);
  }
}
.mainProducts .slick-arrow.slick-prev {
  left: 0;
  background: url(../images/step_left.png) no-repeat center center;
  background-size: contain;
}
@media only screen and (max-width: 1145px) {
  .mainProducts .slick-arrow.slick-prev {
    left: -10px;
  }
}
.mainProducts .slick-arrow.slick-next {
  right: 0;
  background: url(../images/step_right.png) no-repeat center center;
  background-size: contain;
}
@media only screen and (max-width: 1145px) {
  .mainProducts .slick-arrow.slick-next {
    right: -10px;
  }
}
.mainProducts h5 {
  font: 500 29px/30px "Barlow Condensed";
  padding: 65px 0 0;
  color: #152637;
}

.sectionSubTitle {
  color: #152637;
  font: 300 32px/32px "Montserrat";
  letter-spacing: 1px;
  padding: 20px 0 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 1145px) {
  .sectionSubTitle {
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 0;
  }
}

.whereToBuy {
  padding: 0 0 210px;
}
@media only screen and (max-width: 1145px) {
  .whereToBuy {
    padding: 40px 0 90px;
  }
  .whereToBuy .toCenter {
    padding: 0;
  }
  .whereToBuy .slick-slide {
    margin: 0 25px;
  }
  .whereToBuy .slick-list {
    margin: 0 -25px;
  }
}
.whereToBuy img {
  margin: 0 auto;
  max-width: 100%;
}
.whereToBuy .partnerSlider {
  padding: 50px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 1145px) {
  .whereToBuy .partnerSlider {
    padding-top: 30px;
  }
}
.largeBlock {
  background-color: #152637;
  padding: 230px 0 270px;
  position: relative;
}
@media only screen and (max-width: 1145px) {
  .largeBlock {
    padding: 0 0 70px;
    text-align: center;
  }
}
.largeBlock .toCenter {
  max-width: 1120px;
}
@media only screen and (max-width: 1145px) {
  .largeBlock .more {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1145px) {
  .largeBlock .sectionTitle {
    padding-top: 50px;
  }
}
.largeBlock .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 68%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 1145px) {
  .largeBlock .image {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.largeBlock .image div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1145px) {
  .largeBlock .image div {
    position: relative;
    height: auto;
  }
}
.largeBlock .image div:after {
  content: "";
  width: 570px;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(90deg, #152637 0%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 1145px) {
  .largeBlock .image div:after {
    display: none;
  }
}
.largeBlock img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.largeBlock p {
  padding: 60px 0 40px;
  color: #fff;
  max-width: 480px;
}
@media only screen and (max-width: 1145px) {
  .largeBlock p {
    max-width: unset;
    padding: 40px 0;
  }
}
.largeBlock .toCenter {
  z-index: 2;
}
.largeBlock + .whereToBuy {
  padding: 160px 0 245px;
}
@media only screen and (max-width: 1145px) {
  .largeBlock + .whereToBuy {
    padding: 130px 0 110px;
  }
}

.recipes {
  padding: 160px 0 120px;
  position: relative;
}
.recipes:after {
  content: "";
  position: absolute;
  top: 465px;
  left: 0;
  width: 100%;
  height: 840px;
  background-color: #f6f3eb;
  z-index: -1;
}
@media only screen and (max-width: 1145px) {
  .recipes:after {
    display: none;
  }
}
@media only screen and (max-width: 1145px) {
  .recipes {
    padding: 80px 0 75px;
  }
}
.recipes.subpage {
  padding-top: 140px;
}
@media only screen and (max-width: 1145px) {
  .recipes.subpage {
    padding-top: 80px;
  }
}
.recipes img {
  width: 100%;
  display: block;
}
.recipes .image {
  position: relative;
}
.recipes .image a {
  opacity: 1;
  transition: all ease-in-out 150ms;
  display: block;
}
.recipes .image a:hover {
  opacity: 0.8;
}
.recipes .badge {
  top: -10px;
  left: 25px;
  width: 105px;
  height: 119px;
  position: absolute;
  z-index: 1;
  background: url(../images/badge.png) no-repeat center center;
}
@media only screen and (max-width: 1145px) {
  .recipes .badge {
    left: 50%;
    transform: translate(-50%, 0);
    top: auto;
    bottom: -55px;
  }
}
.recipes .toCenter {
  max-width: 1120px;
}
.recipes h3 a {
  color: #152637;
}
.recipes h3 a:hover {
  text-decoration: underline;
}

.largeRecipe {
  padding: 70px 0 0;
}
@media only screen and (max-width: 1145px) {
  .largeRecipe {
    padding-bottom: 55px;
  }
}
@media only screen and (max-width: 1145px) {
  .largeRecipe .toCenter {
    padding: 0;
  }
}
@media only screen and (max-width: 1145px) {
  .largeRecipe .texts {
    padding: 80px 10px 0;
  }
}
.largeRecipe h3 {
  padding: 35px 0 5px;
  font: 300 48px/50px "Montserrat";
  display: table;
  margin: 0 auto;
}
@media only screen and (max-width: 1145px) {
  .largeRecipe h3 {
    text-align: center;
    padding: 0 0 20px;
  }
}
@media only screen and (max-width: 1145px) {
  .largeRecipe + .smallRecipes {
    display: none;
  }
}

.smallRecipes {
  padding: 90px 0 55px;
}
@media only screen and (max-width: 1145px) {
  .smallRecipes {
    padding: 55px 0;
  }
}
@media only screen and (max-width: 1145px) {
  .smallRecipes .toCenter {
    padding: 0;
  }
}
.smallRecipes .grid {
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1145px) {
  .smallRecipes .grid {
    grid-template-columns: 1fr;
  }
}
.smallRecipes .texts {
  padding: 20px;
}
@media only screen and (max-width: 1145px) {
  .smallRecipes .texts {
    padding: 22px 28px;
  }
}
.smallRecipes h3 {
  padding: 15px 0 0;
  font: 300 37px/40px "Montserrat";
}
.smallRecipes p {
  padding: 20px 0;
}
@media only screen and (max-width: 1145px) {
  .smallRecipes .col:last-child {
    display: none;
  }
}

.productIntro {
  padding: 120px 0 130px;
  background: url(../images/pattern.jpg) no-repeat 50% / cover;
  position: relative;
  z-index: 9999;
}
@media only screen and (max-width: 1140px) {
  .productIntro {
    padding: 0 0 100px;
  }
}
.productIntro img {
  max-width: 50%;
  top: -195px;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 1140px) {
  .productIntro img {
    position: relative;
    max-width: 100%;
    margin: -60px auto 0;
    display: table;
    top: 0;
  }
}
.productIntro .grid {
  position: relative;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1140px) {
  .productIntro .grid {
    grid-template-columns: 1fr;
  }
}
.productIntro p {
  max-width: 480px;
  padding: 0 0 30px;
}
@media only screen and (max-width: 1140px) {
  .productIntro p {
    max-width: unset;
  }
}
.productIntro p:last-child {
  padding-bottom: 0;
}
.toggleForms {
  padding: 0 0 190px;
}
@media only screen and (max-width: 1140px) {
  .toggleForms {
    padding-bottom: 90px;
  }
}
.toggleForms .toggleChange span {
  display: block;
}
.toggleForms .toggleChange span:first-child {
  display: none;
}
@media only screen and (max-width: 1140px) {
  .toggleForms .sectionTitle {
    text-align: center;
  }
}
.toggleForms .forms {
  padding: 45px 0 0;
}
.toggleForms .oneForm {
  border: 2px solid silver;
  margin: 0 0 25px;
}
.toggleForms .oneForm:last-child {
  margin-bottom: 0;
}
.toggleForms .oneForm.open {
  background-color: #fafafa;
}
.toggleForms .oneForm.open .contents {
  display: block;
}
@media only screen and (max-width: 1140px) {
  .toggleForms .oneForm.open .place {
    display: block;
  }
}
@media only screen and (max-width: 1140px) {
  .toggleForms .oneForm.open .toggleChange {
    display: none;
  }
}
.toggleForms .oneForm.open .toggleChange span {
  display: none;
}
.toggleForms .oneForm.open .toggleChange span:first-child {
  display: block;
}
.toggleForms .position {
  font: 600 27px/28px Barlow Condensed, sans-serif;
  color: #142535;
}
@media only screen and (max-width: 1140px) {
  .toggleForms .position {
    padding: 0 0 5px;
  }
}
.toggleForms .place {
  line-height: 28px;
}
@media only screen and (max-width: 1140px) {
  .toggleForms .place {
    display: none;
  }
}
.toggleForms .place span {
  display: table;
  margin: 0 0 0 auto;
  padding: 0 0 0 32px;
  background: url(../images/poi.png) no-repeat 0;
}
@media only screen and (max-width: 1140px) {
  .toggleForms .place span {
    margin: 8px 0 0;
  }
}
.toggleForms .headerGrid {
  padding: 25px 30px;
  grid-template-columns: auto 190px 280px;
  align-items: center;
}
@media only screen and (max-width: 1140px) {
  .toggleForms .headerGrid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 380px) {
  .toggleForms .headerGrid {
    padding: 25px 10px;
  }
}
.toggleForms .more {
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 1140px) {
  .toggleForms .more {
    margin: 0;
  }
}
.toggleForms .contents {
  display: none;
  padding: 25px 50px 80px;
}
@media only screen and (max-width: 1140px) {
  .toggleForms .contents {
    padding: 10px 30px 40px;
  }
}
@media only screen and (max-width: 380px) {
  .toggleForms .contents {
    padding: 10px 10px 40px;
  }
}
.toggleForms .contents h3 {
  font: 600 27px/28px Barlow Condensed, sans-serif;
  padding: 0 0 40px;
}
.toggleForms .contents h4 {
  font-size: 21px;
  line-height: 22px;
  font-weight: 600;
  padding: 0 0 15px;
}
.toggleForms .contents ul li {
  position: relative;
  padding: 0 0 0 12px;
}
.toggleForms .contents ul li:before {
  content: "-";
  position: absolute;
  top: 1px;
  left: 0;
}
.toggleForms .col-50 {
  grid-gap: 100px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1140px) {
  .toggleForms .col-50 {
    margin: 0 0 40px;
    grid-gap: 40px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1140px) {
  .toggleForms .block {
    margin: 0 0 40px;
  }
  .toggleForms .block + form {
    padding-top: 0;
  }
}
.toggleForms .inputGrid {
  grid-gap: 22px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1140px) {
  .toggleForms .inputGrid {
    grid-template-columns: 1fr;
    grid-gap: 0;
    margin: 0 0 15px;
  }
}
.toggleForms form {
  padding: 40px 0 0;
}
.toggleForms .hr {
  margin: 55px 0;
  height: 2px;
  background-color: #f1f1f1;
}
@media only screen and (max-width: 1140px) {
  .toggleForms .hr {
    display: none;
  }
}
.toggleForms input,
.toggleForms textarea {
  display: block;
  width: 100%;
  background-color: #f1f1f1;
  font: 19px Barlow, sans-serif;
  color: grey;
}
.toggleForms input::-moz-placeholder,
.toggleForms textarea::-moz-placeholder {
  opacity: 1;
  color: grey;
}
.toggleForms input:-ms-input-placeholder,
.toggleForms textarea:-ms-input-placeholder {
  opacity: 1;
  color: grey;
}
.toggleForms input::placeholder,
.toggleForms textarea::placeholder {
  opacity: 1;
  color: grey;
}
.toggleForms label {
  display: block;
  position: relative;
}
.toggleForms .fakeFile {
  height: 58px;
  padding: 0 180px 0 25px;
  color: grey;
  line-height: 58px;
  background-color: #f1f1f1;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 380px) {
  .toggleForms .fakeFile {
    padding: 0 10px;
  }
}
.toggleForms .fakeFile:after {
  content: "";
  width: 135px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  background: url(../images/select.png) no-repeat 50% / contain;
}
@media only screen and (max-width: 380px) {
  .toggleForms .fakeFile:after {
    display: none;
  }
}
@media only screen and (max-width: 1140px) {
  .toggleForms .fakeFile span {
    display: none;
  }
}
.toggleForms input {
  height: 58px;
  padding: 0 25px;
}
@media only screen and (max-width: 380px) {
  .toggleForms input {
    padding: 0 10px;
  }
}
.toggleForms input[type="checkbox"],
.toggleForms input[type="file"] {
  display: none;
}
.toggleForms textarea {
  padding: 15px 25px;
  height: 244px;
}
@media only screen and (max-width: 380px) {
  .toggleForms textarea {
    padding: 10px;
  }
}
.toggleForms .oneLine {
  margin: 0 0 15px;
}
.toggleForms .oneLine:last-child {
  margin-bottom: 0;
}
.toggleForms .inputs {
  padding: 0 0 30px;
}
.toggleForms .button {
  margin: 0 auto;
}
.toggleForms .checkbox {
  padding: 0 0 0 58px;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 1140px) {
  .toggleForms .checkbox {
    line-height: 26px;
  }
}
.toggleForms .checkbox input:checked + span:after {
  opacity: 1;
}
.toggleForms .checkbox span {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  background-color: #f1f1f1;
}
.toggleForms .checkbox span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 2px;
  left: 2px;
  opacity: 0;
  background: url(../images/check.png) no-repeat 50%/19px auto;
}
.careerIntro {
  padding: 95px 0 80px;
}
@media only screen and (max-width: 1140px) {
  .careerIntro {
    padding-top: 70px;
  }
}
.careerIntro .sectionTitle {
  padding: 0 0 35px;
}
@media only screen and (max-width: 1140px) {
  .careerIntro .sectionTitle {
    text-align: center;
  }
}
.careerIntro .careerIcons {
  padding: 75px 40px 85px;
  grid-gap: 85px;
  grid-template-columns: auto 5px auto 5px auto;
}
@media only screen and (max-width: 1140px) {
  .careerIntro .careerIcons {
    grid-template-columns: 1fr;
    grid-gap: 50px;
    padding-bottom: 50px;
  }
}
.careerIntro .separator {
  width: 5px;
  height: 186px;
  background: url(../images/dots.jpg) no-repeat 50% / cover;
}
@media only screen and (max-width: 1140px) {
  .careerIntro .separator {
    display: none;
  }
}
.careerIntro h4 {
  text-align: center;
  font-weight: 600;
  padding: 20px 0 0;
}
.careerIntro img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

.mainFooter {
  position: relative;
  overflow: hidden;
  background-color: #152637;
}
.mainFooter img {
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 1145px) {
  .mainFooter .top {
    display: none;
  }
}
.mainFooter .mid {
  padding: 35px 0;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
@media only screen and (max-width: 1145px) {
  .mainFooter .mid {
    padding: 42px 0;
    border-top: 0;
    border-bottom: 0;
  }
}
.mainFooter .mid .toCenter {
  max-width: 1170px;
}
.mainFooter .mid p {
  color: #fff;
  font-size: 19px;
  line-height: 26px;
}
.mainFooter .mid .outer {
  grid-template-columns: 240px auto 430px;
}
@media only screen and (max-width: 1264px) {
  .mainFooter .mid .outer {
    grid-template-columns: 300px auto 380px;
  }
}
@media only screen and (max-width: 1145px) {
  .mainFooter .mid .outer {
    grid-template-columns: 1fr;
  }
  .mainFooter .mid .outer > .col:nth-child(2):before,
  .mainFooter .mid .outer > .col:nth-child(2):after {
    content: "";
    background-color: #1f278f;
    width: 300%;
    height: 1px;
    left: -100%;
    position: absolute;
    display: block !important;
  }
  .mainFooter .mid .outer > .col:nth-child(2):before {
    top: 0;
    transform: translate(0, 0);
  }
  .mainFooter .mid .outer > .col:nth-child(2):after {
    bottom: 0;
    top: auto;
    transform: translate(0, 0);
  }
  .mainFooter .mid .outer > .col:nth-child(3):before,
  .mainFooter .mid .outer > .col:nth-child(3):after {
    display: none;
  }
}
.mainFooter .mid .grid {
  align-items: center;
}
.mainFooter .mid .inner {
  grid-gap: 25px;
}
.mainFooter .mid .col {
  padding: 0 52px;
  position: relative;
}
@media only screen and (max-width: 1145px) {
  .mainFooter .mid .col {
    padding: 0;
  }
}
.mainFooter .mid .col a {
  display: block;
  opacity: 1;
  transition: all ease-in-out 150ms;
}
.mainFooter .mid .col a:hover {
  opacity: 0.8;
}
.mainFooter .mid .col:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 68px;
  transform: translate(0, -50%);
  /*   background: url(../images/dots.png) no-repeat center center;
 */
}
@media only screen and (max-width: 1145px) {
  .mainFooter .mid .col:after {
    display: none;
  }
}
.mainFooter .mid .col:last-child:after {
  display: none;
}
@media only screen and (max-width: 1145px) {
  .mainFooter .mid .col:last-child:after {
    display: block;
  }
}
@media only screen and (max-width: 1145px) {
  .mainFooter .mid .col:first-child:after {
    display: none;
  }
}
@media only screen and (max-width: 1145px) {
  .mainFooter .mid .col:nth-child(1) {
    padding: 0 0 50px;
  }
}
.mainFooter .mid .col:nth-child(1) a {
  margin: 0 auto;
  display: table;
}
@media only screen and (max-width: 1145px) {
  .mainFooter .mid .col:nth-child(2) {
    padding: 45px 0 40px;
  }
}
.mainFooter .mid .col:nth-child(2) .inner {
  grid-template-columns: auto 180px;
}
@media only screen and (max-width: 1145px) {
  .mainFooter .mid .col:nth-child(2) .inner {
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 1145px) {
  .mainFooter .mid .col:nth-child(2) {
    display: table;
    margin: 0 auto;
    max-width: 360px;
    width: 100%;
  }
}
@media only screen and (max-width: 1145px) {
  .mainFooter .mid .col:nth-child(3) {
    padding: 40px 0 0;
  }
}
.mainFooter .mid .col:nth-child(3) .inner {
  text-align: right;
  grid-template-columns: auto 96px;
}
@media only screen and (max-width: 1145px) {
  .mainFooter .mid .col:nth-child(3) .inner {
    text-align: left;
  }
}
.mainFooter .mid .col:nth-child(3) img {
  width: 100%;
}
@media only screen and (max-width: 1145px) {
  .mainFooter .mid .col:nth-child(3) {
    display: table;
    margin: 0 auto;
    max-width: 360px;
    width: 100%;
  }
}
.mainFooter .bottom {
  padding: 32px 0 70px;
}
@media only screen and (max-width: 1145px) {
  .mainFooter .bottom {
    padding: 20px 0 80px;
  }
}
.mainFooter .bottom p {
  color: #fff;
  font-size: 19px;
  line-height: 24px;
}
@media only screen and (max-width: 1145px) {
  .mainFooter .bottom p {
    text-align: center;
  }
}
.mainFooter .bottom p:first-child {
  text-align: right;
}
@media only screen and (max-width: 1145px) {
  .mainFooter .bottom p:first-child {
    text-align: center;
  }
}
@media only screen and (max-width: 1145px) {
  .mainFooter .bottom p:last-child {
    display: none;
  }
}
.mainFooter .bottom p a {
  color: #fff;
}
.mainFooter .bottom p a:hover {
  text-decoration: underline;
}
.mainFooter .bottom .grid {
  grid-gap: 90px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1145px) {
  .mainFooter .bottom .grid {
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }
}
.mainFooter .socials {
  display: flex;
  gap: 16px; /* szebb, mint margin trükközés */
  align-items: center;
}

.mainFooter .socials a {
  width: 48px;
  height: 48px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -9999px; 
}

.mainFooter .socials a.facebook {
  background-image: url(../images/facebook.png);
}

.mainFooter .socials a.youtube {
  background-image: url(../images/youtube.png);
}

.mainFooter .socials a.instagram {
  background-image: url(../images/instagram.png);
}

.mainFooter .socials a.tiktok {
  background-image: url(../images/tiktok.png);
}

/* .mainFooter {
  padding: 22px 0;
}
@media only screen and (max-width: 1140px) {
  .mainFooter {
    padding-top: 26px;
  }
}
.mainFooter .flex {
  padding: 0 25px;
  gap: 5px;
  flex-direction: row;
}
@media only screen and (max-width: 1140px) {
  .mainFooter .flex {
    padding: 0;
    display: block;
  }
}
.mainFooter .flex > * {
  flex: 1 1 auto;
}
.mainFooter p {
  color: silver;
  font-size: 15px;
  line-height: 20px;
}
.mainFooter p br {
  display: none;
}
@media only screen and (max-width: 1140px) {
  .mainFooter p {
    display: none;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .mainFooter p:first-child,
  .mainFooter p br {
    display: block;
  }
}
.mainFooter p a {
  color: silver;
}
.mainFooter p a:hover {
  text-decoration: underline;
}
.mainFooter .mobileGrid {
  display: none;
  padding: 30px 0 20px;
}
.mainFooter .mobileGrid p {
  display: block;
}
@media only screen and (max-width: 1140px) {
  .mainFooter .mobileGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
 */
img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.cookiealert {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  background: #152637d9;
  color: #fff;
}

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.acceptcookies {
  border: 2px solid #b33101;
  color: #b33101;
  padding: 0 25px 0 30px;
  font: 600 21px/42px Barlow Condensed, sans-serif;
  border-radius: 999px;
  letter-spacing: 1px;
  height: 74px;
  background: transparent;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}

.modal-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

/* A modális ablak stílusai */
.modal {
  position: fixed;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  width: 800px;
  max-width: 100%;
  z-index: 1001;
  border-radius: 8px;
  text-align: left;
}

/* Tartalom görgethető beállítása */
.modal-content {
  max-height: 500px; /* Magasság korlátozása */
  overflow-y: auto; /* Függőleges görgetősáv bekapcsolása */
}

/* Bezárás gomb stílus */
.close-btn {
  cursor: pointer;
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  font-weight: bold;
}

.close-btn:hover {
  color: #000;
}
