@font-face {
  font-family: 'Circle Light';
  src: url("../fonts/cirLig/Circe-Light.eot");
  src: url("../fonts/cirLig/Circe-Light.woff2");
  src: url("../fonts/cirLig/Circe-Light.woff");
  src: url("../fonts/cirLig/Circe-Light.ttf");
  font-display: swap; }

@font-face {
  font-family: 'Circle Extra Light';
  src: url("../fonts/cirExLig/Circe-ExtraLight.eot");
  src: url("../fonts/cirExLig/Circe-ExtraLight.woff2");
  src: url("../fonts/cirExLig/Circe-ExtraLight.woff");
  src: url("../fonts/cirExLig/Circe-ExtraLight.ttf");
  font-display: swap; }

@font-face {
  font-family: 'Circle Regular';
  src: url("../fonts/cirReg/Circe-Regular.eot");
  src: url("../fonts/cirReg/Circe-Regular.woff2");
  src: url("../fonts/cirReg/Circe-Regular.woff");
  src: url("../fonts/cirReg/Circe-Regular.ttf");
  font-display: swap; }

@font-face {
  font-family: 'Circle Bold';
  src: url("../fonts/cirBold/Circe-Bold.eot");
  src: url("../fonts/cirBold/Circe-Bold.woff2");
  src: url("../fonts/cirBold/Circe-Bold.woff");
  src: url("../fonts/cirBold/Circe-Bold.ttf");
  font-display: swap; }

@font-face {
  font-family: 'Circle Extra Bold';
  src: url("../fonts/cirExBold/Circe-ExtraBold.eot");
  src: url("../fonts/cirExBold/Circe-ExtraBold.woff2");
  src: url("../fonts/cirExBold/Circe-ExtraBold.woff");
  src: url("../fonts/cirExBold/Circe-ExtraBold.ttf");
  font-display: swap; }

* {
  box-sizing: border-box; }

html {
  font-family: "Circle Regular";
  font-size: 62.5%;
  font-style: normal;
  font-weight: normal;
  -webkit-animation: bugfix infinite 1s;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000; }

body, input, textarea {
  font-family: "Circle Regular";
  font-size: 62.5%;
  font-style: normal;
  font-weight: normal;
  -webkit-animation: bugfix infinite 1s;
  line-height: 1.2;
  position: relative;
  margin: 0;
  padding: 0; }

a, a:hover {
  text-decoration: none; }

button, input, a, textarea {
  outline: none;
  cursor: pointer; }

button:focus, input:focus, a:focus, textarea:focus {
  outline: none; }

button:active, input:active, a:active, textarea:active {
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  display: block;
  width: 100%;
  font-size: unset;
  margin: 0;
  padding: 0; }

p {
  margin-top: 0;
  margin-bottom: 0; }

a {
  color: unset; }

img {
  width: 100%; }

.btn {
  border: none; }

ul {
  padding: 0;
  margin: 0; }

ul li {
  margin: 0;
  padding: 0;
  list-style: none; }

.container {
  width: 147rem;
  margin: 0 auto;
  position: relative;
  max-width: unset; }

.hidden {
  overflow: hidden; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

@media (max-width: 108em) {
  html {
    font-size: 9px; } }

@media (max-width: 105em) {
  html {
    font-size: 8.75px; } }

@media (max-width: 91.5em) {
  html {
    font-size: 7.9px; } }

@media (max-width: 91em) {
  html {
    font-size: 8.4px; } }

@media (max-width: 90em) {
  html {
    font-size: 7.9px; } }

@media (max-width: 80em) {
  html {
    font-size: 7.2px; } }

@media (max-width: 72em) {
  html {
    font-size: 6.5px; } }

@media (max-width: 68em) {
  html {
    font-size: 6px; } }

@media (max-width: 64em) {
  html {
    font-size: 5.5px; } }

@media (max-width: 60em) {
  html {
    font-size: 5.2px; } }

@media (max-width: 55em) {
  html {
    font-size: 5px; } }

@media (max-width: 51em) {
  html {
    font-size: 4.5px; } }

@media (max-width: 48em) {
  html {
    font-size: 10px;
    -webkit-text-size-adjust: none; }
  body {
    -webkit-text-size-adjust: none; }
  .container {
    padding: 0;
    margin: 0 auto;
    width: 100%; } }

@media (max-width: 44em) {
  html {
    font-size: 9px; } }

@media (max-width: 38em) {
  html {
    font-size: 8px; } }

@media (max-width: 34em) {
  html {
    font-size: 7px; } }

@media (max-width: 30em) {
  html {
    font-size: 6px; } }

@media (max-width: 26em) {
  html {
    font-size: 5px; } }

@media (max-width: 22.5em) {
  html {
    font-size: 4.5px; } }

@media (max-width: 21em) {
  html {
    font-size: 4.4px; } }

.header {
  padding-top: 3rem;
  position: relative;
  z-index: 100;
  box-shadow: 0px 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500; }

.header__inner {
  height: 13.8rem;
  position: relative;
  background-color: #f52121; }

.header__panel {
  display: flex;
  align-items: center;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  padding-left: 6rem;
  position: static; }

.header__search {
  z-index: 10;
  margin-right: 9.2rem; }

.header__burger {
  display: none; }

.header__logo {
  width: 13rem;
  height: 10.4rem;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -55%); }

.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.header__img-text {
  margin-right: 0;
  margin-left: auto;
  height: 3.7rem; }

.header__img-text img {
  width: auto;
  height: 100%; }

.header__line {
  display: flex;
  justify-content: space-between; }

.header__line::after, .header__line::before {
  content: "";
  width: calc(50% - 10rem);
  display: block;
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.4); }

.header__nav {
  padding-left: 1rem; }

@media (max-width: 48em) {
  .header {
    padding-top: 0; }
  .header__inner {
    height: auto; }
  .header__line {
    display: none; }
  .header__search {
    orphans: 3;
    margin-right: 0; }
  .header__panel {
    justify-content: space-between;
    padding-bottom: 2.7rem;
    padding-top: 2.7rem;
    padding-right: 5rem; }
  .header__logo {
    width: 13.2rem;
    position: static;
    transform: translate(0, 0); }
  .header__nav {
    padding-left: auto; } }

.search-on {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 50; }

.search-on__inner {
  width: 43.6rem;
  width: 0;
  height: 4.6rem;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: width 200ms; }

.search-on__inner.active {
  overflow: visible;
  width: 43.6rem;
  transition: width 200ms; }

.search-on__inner::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 3;
  width: 2.4rem;
  height: 2.3rem;
  left: 1.4rem;
  background-image: url(../img/mag-grey.svg); }

.search-on__inner input {
  font-size: 1.8rem;
  color: #7c7c7c;
  width: 100%;
  height: 3rem;
  padding-top: 0.4rem;
  padding-left: 5.4rem;
  border: none;
  background-color: transparent; }

.search-on__inner input.form-autocomplete {
  background-image: none; }

.search-on__inner input[type=submit] {
  display: none; }

.search-api-autocomplete-search {
  margin-top: 16px;
  font-size: 1.8rem;
  color: #212121;
  padding: 0.5rem 0 0.5rem 5rem;
  /*    transition: 200ms;*/
  min-width: 43.5rem; }

.search-on__mag {
  display: inline-block;
  font-size: 0;
  width: 2.4rem;
  height: 2.3rem;
  background-image: url(../img/mag.svg);
  background-repeat: no-repeat;
  background-size: contain; }

.search-on__close {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 3;
  width: 1.2rem;
  height: 1.2rem;
  font-size: 0;
  right: 1.4rem;
  background-image: url(../img/close-grey.svg); }

.search-on__close:hover {
  opacity: 0.7; }

.search-on__label {
  display: flex;
  align-items: center;
  max-width: none;
  width: 100%;
  height: 100%; }

.search-on__input {
  display: block;
  font-size: 1.8rem;
  color: #7c7c7c;
  width: 100%;
  height: 3rem;
  padding-top: 0.4rem;
  padding-left: 5.4rem;
  border: none;
  background-color: transparent; }

.search-on__input::-moz-placeholder {
  font-size: 1.8rem;
  color: #7c7c7c; }

.search-on__input:-ms-input-placeholder {
  font-size: 1.8rem;
  color: #7c7c7c; }

.search-on__input::placeholder {
  font-size: 1.8rem;
  color: #7c7c7c; }

.search-on__result {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  width: 100%;
  padding-left: 5.4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: auto;
  display: none;
  box-shadow: 0px 0.5rem 0.5rem rgba(0, 0, 0, 0.25); }

.search-on__result.active {
  display: block; }

.search-on__result a {
  display: block;
  font-size: 1.8rem;
  color: #212121;
  padding: 0.5rem 0;
  transition: 200ms; }

.search-on__result a:hover {
  opacity: 0.7;
  transition: 200ms; }

.search-on--black .search-on__mag {
  background-image: url(../img/mag-black.svg); }

@media (max-width: 48em) {
  .search-on__inner {
    height: 6.4rem; }
  .search-on__inner.active {
    width: 89vw; }
  .search-on__inner::before {
    width: 3rem;
    height: 3rem;
    left: 1.4rem; }
  .search-on__close {
    width: 2.2rem;
    height: 2.2rem;
    right: 2.2rem; }
  .search-on__mag {
    width: 3rem;
    height: 3rem; }
  .search-on__input {
    font-size: 2.8rem;
    width: 100%;
    height: 4.5rem;
    padding-top: 0.5rem;
    padding-left: 6.2rem; }
  .search-on__input::-moz-placeholder {
    font-size: 2.8rem; }
  .search-on__input:-ms-input-placeholder {
    font-size: 2.8rem; }
  .search-on__input::placeholder {
    font-size: 2.8rem; }
  .search-on--white .search-on__inner {
    right: 0;
    left: auto; }
  .search-on--white .search-on__inner.active {
    right: 0;
    left: auto; }
  .search-on--black .search-on__inner {
    background-color: #D9D9D9; }
  .search-on--black .search-on__inner::before {
    background-image: url(../img/mag-white.svg); }
  .search-on--black .search-on__close {
    background-image: url(../img/close-white.svg); }
  .search-on--black .search-on__input {
    color: #fff; }
  .search-on--black .search-on__input::-moz-placeholder {
    color: #fff; }
  .search-on--black .search-on__input:-ms-input-placeholder {
    color: #fff; }
  .search-on--black .search-on__input::placeholder {
    color: #fff; }
  .search-on--black .search-on__result {
    bottom: 100%;
    top: auto; }
  .search-on__result {
    max-height: 12.5rem; }
  .search-on__result a {
    font-size: 2.3rem; } }

.logo {
  display: inline-block; }

.nav__list {
  display: flex;
  align-items: center; }

.nav__item {
  font-family: "Circle Bold";
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.5;
  margin-right: 10rem;
  margin-left: 0;
  position: relative;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem; }

.nav__item:last-child {
  margin-right: 0rem; }

.nav__item:nth-of-type(2) {
  margin-right: auto; }

.nav__item.active::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.3rem;
  width: 100%;
  background-color: #fff;
  z-index: 2; }

.nav__item.active .nav__drop {
  display: block;
  opacity: 1;
  transition: 200ms; }

.nav__item.after::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5; }

.nav__item.after.active::after {
  display: none; }

.nav__drop {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background-color: #fff;
  padding-right: 11.2rem;
  padding-top: 2.4rem;
  padding-left: 4.9rem;
  padding-bottom: 2.4rem;
  opacity: 0;
  transition: 200ms; }

.nav__drop li {
  font-family: "Circle Regular";
  margin-bottom: 2rem;
  color: #000;
  font-size: 1.8rem; }

.nav__top, .nav__bottom, .nav__img-text {
  display: none; }

nav#block-sidebarmenu select,
nav#block-sidebarmenu .select2-container {
  display: none; }

@media (max-width: 48em) {
  nav#block-sidebarmenu ul,
  .select2-search--dropdown {
    display: none; }
  nav#block-sidebarmenu .select2-selection {
    border: none;
    background-color: #F2F2F2;
    font-size: 6em; }
  nav#block-sidebarmenu .select2-container {
    display: inline-block; }
  .select2-container ul li {
    font-size: 5em; }
  .select2-container ul li:before {
    display: inline-block;
    content: "> "; }
  nav#block-sidebarmenu select {
    display: inline-block;
    font-size: 5em;
    text-overflow: ellipsis;
    border: none;
    background-color: #F2F2F2;
    padding: 5px;
    width: 100%;
    max-width: 100%; }
  .nav {
    left: -100%;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 6rem 5rem;
    transition: left 300ms; }
  .nav.open {
    left: 0;
    transition: left 200ms;
    z-index: 100; }
  .nav__inner {
    display: flex;
    flex-direction: column;
    min-height: 100%; }
  .nav__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem; }
  .nav__title {
    font-family: "Circle Bold";
    font-size: 3.6rem;
    color: #001828; }
  .nav__close {
    width: 2.2rem;
    height: 2.2rem;
    background-image: url(../img/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 0; }
  .nav__list {
    display: block;
    margin-bottom: 5.4rem; }
  .nav__item {
    font-size: 2.8rem;
    line-height: 1.25;
    color: #000;
    position: relative;
    margin-right: 0;
    padding: 0; }
  .nav__item > a {
    display: flex;
    justify-content: space-between;
    padding: 3.4rem 0; }
  .nav__item > a::before {
    content: "";
    display: block;
    width: 102%;
    height: 0.2rem;
    background-color: #D8D8D8;
    position: absolute;
    bottom: 0;
    left: -2%; }
  .nav__item > a::after {
    content: "";
    display: inline;
    width: 1.4rem;
    height: 3.4rem;
    background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .nav__item:last-child {
    margin-right: 0; }
  .nav__drop {
    position: static;
    background-color: #fff;
    padding-right: 11.2rem;
    padding-top: 2.4rem;
    padding-left: 4.9rem;
    padding-bottom: 2.4rem; }
  .nav__drop li {
    margin-bottom: 3rem;
    color: #000;
    font-size: 3rem; }
  .nav__img-text {
    display: block;
    width: 48.6rem; }
  .nav__img-text img {
    width: 100%;
    height: auto; }
  .nav__bottom {
    margin-top: auto;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center; } }

.lang {
  display: flex;
  align-items: center; }

.lang__list {
  display: none; }

.lang__current,
.lang ul.links li {
  display: none;
  font-family: "Circle Bold";
  font-size: 2rem;
  line-height: 1.5;
  color: #fff;
  margin-right: 1rem; }

.lang ul.links li.is-active {
  display: block; }

.lang ul.links li.is-active a {
  color: #fff; }

.lang .contextual {
  right: -40px; }

.lang__toggle {
  padding-bottom: 0.5rem; }

.lang__up, .lang__down {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0; }

.lang__up {
  background-image: url(../img/to-up.svg); }

.lang__down {
  background-image: url(../img/to-down.svg); }

.lang--black .lang__current {
  color: #000; }

.lang--black .lang__up {
  background-image: url(../img/to-up-black.svg); }

.lang--black .lang__down {
  background-image: url(../img/to-down-black.svg); }

@media (max-width: 48em) {
  .lang__current {
    font-size: 3.2rem;
    margin-right: 1rem; }
  .lang__up, .lang__down {
    width: 2.6rem;
    height: 2.6rem; } }

.burger {
  width: 3rem;
  height: 2.6rem;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  position: relative;
  z-index: 7;
  opacity: 1; }

.burger span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 50%;
  background: #fff;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out; }

.burger span:nth-child(even) {
  right: 0;
  border-radius: 0 0.6rem 0.6rem 0; }

.burger span:nth-child(odd) {
  left: 0px;
  border-radius: 0.6rem 0 0 0.6rem; }

.burger span:nth-child(1),
.burger span:nth-child(2) {
  top: 0rem; }

.burger span:nth-child(3),
.burger span:nth-child(4) {
  top: 1.1rem; }

.burger span:nth-child(5),
.burger span:nth-child(6) {
  top: 2.2rem; }

.burger.open span:nth-child(1),
.burger.open span:nth-child(6) {
  transform: rotate(45deg); }

.burger.open span:nth-child(2),
.burger.open span:nth-child(5) {
  transform: rotate(-45deg); }

.burger.open span:nth-child(1) {
  left: 0.2rem;
  top: 0.8rem; }

.burger.open span:nth-child(2) {
  right: 0.2rem;
  top: 0.8rem; }

.burger.open span:nth-child(3) {
  right: -50%;
  left: auto;
  opacity: 0; }

.burger.open span:nth-child(4) {
  left: -50%;
  opacity: 0; }

.burger.open span:nth-child(5) {
  left: 0.2rem;
  top: 2rem; }

.burger.open span:nth-child(6) {
  right: 0.2rem;
  top: 2rem; }

@media (max-width: 48em) {
  .burger {
    display: flex; } }

@media (max-width: 48em) {
  .m-n {
    display: none; }
  .logo.opasity {
    opacity: 0; } }

.footer {
  background-color: #F1F1F1; }

.footer__inner {
  display: flex;
  justify-content: space-between;
  padding-right: 5rem;
  padding-left: 13rem;
  padding-top: 3.1rem;
  padding-bottom: 3.8rem; }

.footer__item {
  width: 18rem; }

.footer__item--big {
  width: 44rem; }

.footer__item--big .footer__list ul {
  height: 20rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }

.footer__item--big .footer__list ul li {
  width: 50%; }

.footer__title {
  font-family: "Circle Bold";
  font-size: 1.8rem;
  color: #212121;
  line-height: 1.5;
  margin-bottom: 4rem; }

.footer__list {
  font-family: "Circle Light";
  font-size: 1.6rem;
  color: #212121;
  line-height: 1.5; }

.footer__list li {
  margin-bottom: 1.5rem; }

.footer__center {
  margin-right: 6rem; }

.footer__lang {
  display: none; }

.footer__logo {
  width: 16.6rem;
  padding-bottom: 15rem; }
  @media (max-width: 600px) {
    .footer__logo {
      margin-right: 15px; } }

.footer__logo img {
  width: 100%; }

.footer__soc {
  display: flex;
  justify-content: center; }

.footer__soc-link {
  width: 2.9rem;
  height: 2.9rem;
  margin-right: 2.2rem; }

.footer__soc-link img {
  width: 100%; }

.footer__soc-link:last-child {
  margin-right: 0; }

@media (max-width: 48em) {
  .footer__inner {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 6.6rem;
    flex-wrap: wrap; }
  .footer__item {
    width: 50%;
    margin-bottom: 6rem; }
  .footer__item--big {
    width: 100%; }
  .footer__item--big .footer__list ul {
    height: 32rem; }
  .footer__title {
    font-size: 3.2rem;
    margin-bottom: 3rem; }
  .footer__list {
    font-size: 2.4rem; }
  .footer__list li {
    margin-bottom: 2.5rem; }
  .footer__center {
    width: 100%;
    order: -1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 0;
    margin-bottom: 8.2rem; }
  .footer__logo {
    width: 11.2rem;
    padding-bottom: 0; }
  .footer__soc {
    width: 30%;
    justify-content: flex-end; }
  .footer__soc-link {
    width: 4rem;
    height: 4rem;
    margin-right: 3rem; } }

.main-slider__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3; }

.main-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.main-slider__img--mob {
  display: none; }

.main-slider__slide {
  position: relative; }

.main-slider__img-text {
  width: 64rem;
  height: 33rem;
  position: absolute;
  top: 0;
  left: -9.6rem;
  z-index: 4; }

.main-slider__img-text img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.main-slider__content {
  position: relative;
  display: flex;
  align-items: center;
  height: 51rem;
  z-index: 5;
  padding-top: 7.5%; }

.main-slider__text-block {
  width: 43.9rem;
  position: relative;
  z-index: 5; }

.main-slider__title {
  font-family: "Circle Bold";
  font-size: 3rem;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 1rem; }

.views_slideshow_slide .main-slider__content {
  padding-top: 1.5%; }

.views_slideshow_slide .main-slider__title,
.views_slideshow_slide .main-slider__text {
  color: #212121; }

.main-slider__text {
  font-size: 2rem;
  line-height: 1.52;
  color: #fff;
  margin-bottom: 3rem; }

.main-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  position: absolute;
  bottom: 2.6rem;
  left: 0;
  z-index: 10; }

.main-slider__nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.3rem;
  height: 3.9rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 10; }

.main-slider__nav-btn.disabled {
  opacity: 0.7; }

.main-slider__nav-btn--prev {
  left: 3%;
  background-image: url(../img/arrow-left-white.svg); }

.main-slider__nav-btn--next {
  right: 3%;
  background-image: url(../img/arrow-right-white.svg); }

@media (max-width: 48em) {
  .main-slider {
    padding: 4rem 4.8rem;
    padding: 0; }
  .main-slider__img-text {
    width: 64rem;
    height: 33rem;
    position: absolute;
    top: 26vw;
    left: 50%;
    transform: translateX(-50%); }
  .main-slider__img img {
    display: none; }
  .main-slider__img--mob {
    display: block; }
  .main-slider__img--mob img {
    display: block; }
  .main-slider__content {
    display: block;
    height: 130vw;
    padding-top: 50%;
    padding-left: 10.4rem;
    padding-right: 10.4rem; }
  .main-slider__text-block {
    top: 12rem;
    width: 100%;
    text-align: center; }
  .main-slider__title {
    font-size: 3.2rem;
    margin-bottom: 3rem; }
  .main-slider__text {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 7.2rem; }
  .main-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    justify-content: flex-end;
    bottom: auto;
    left: auto;
    right: 2.6rem;
    top: 4.2rem; }
  .main-slider__nav-btn {
    width: 1.6rem;
    height: 2.6rem; }
  .main-slider__nav-btn--prev {
    left: 2.1rem;
    background-image: url(../img/arrow-left-white-mob.svg); }
  .main-slider__nav-btn--next {
    right: 2.1rem;
    background-image: url(../img/arrow-right-white-mob.svg); } }

.slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }

.slider-pagination__item {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1.8rem;
  border: 0.5rem solid #CCCDD0;
  background-color: #CCCDD0; }

.slider-pagination__item.active {
  border-color: #fff;
  background-color: #fff; }

.slider-pagination__item:last-child {
  margin-right: 0; }

@media (max-width: 48em) {
  .slider-pagination__item {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 1.6rem;
    border: 0.4rem solid #CCCDD0;
    background-color: #CCCDD0; } }

#fluxslider {
  max-width: 100% !important;
  height: auto !important; }

.fluxslider .images div {
  background-size: cover !important;
  background-repeat: no-repeat !important; }

.main-banner__inner {
  position: relative; }

.main-banner__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3; 
  overflow: hidden;
}

.main-banner__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover; }

.main-banner__content {
  display: flex;
  align-items: center;
  height: 60rem;
  z-index: 5; }

.main-banner__text-block {
  width: 71rem; }

.main-banner__title {
  font-family: "Circle Bold";
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 0.98;
  color: #fff;
  margin-bottom: 1.8rem; }

.main-banner__text {
  font-size: 2rem;
  line-height: 1.52;
  color: #fff;
  margin-bottom: 3rem; }

@media (max-width: 48em) {
  .main-banner {
    padding: 4rem 4.8rem; }
  .main-banner__img img {
    -o-object-position: 46% 50%;
       object-position: 46% 50%;
       height: 100%; }
  .main-banner__content {
    height: 130vw;
    align-items: flex-end;
    padding-left: 10.4rem;
    padding-right: 10.4rem;
    padding-bottom: 8rem; }
  .main-banner__text-block {
    width: 100%;
    text-align: center; }
  .main-banner__title {
    font-size: 5.6rem;
    margin-bottom: 3rem; }
  .main-banner__text {
    font-size: 3.2rem;
    line-height: 1.5;
    margin-bottom: 7.2rem; } }

.btn {
  font-family: "Circle Bold";
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0.9rem 3rem 0.7rem;
  background-color: #282657;
  opacity: 0.9; }

.btn--submit {
  padding: 1.8rem 7.8rem; }

@media (max-width: 48em) {
  .btn {
    font-size: 3.2rem;
    padding: 1.8rem 6rem 1.4rem; }
  .btn--submit {
    padding: 3.3rem 7.8rem;
    width: 100%; } }

.hr-line {
  border-bottom: 1px solid #D0D0D0; }

.tiles__inner {
  padding-top: 9rem;
  padding-bottom: 7.1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.tiles__item {
  width: 47.6rem;
  position: relative;
  margin-bottom: 2rem;
  display: block; }

.tiles__item.active .tiles__content {
  height: 100%;
  transition: 200ms; }

.tiles__item.active .tiles__text {
  margin-top: 0.9rem;
  height: auto;
  opacity: 1;
  transition: 200ms; }

.tiles__img {
  height: 25.1rem; }

.tiles__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.tiles__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 3.6rem;
  padding-right: 20%;
  background-color: #ddd;
  height: 5.1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 200ms; }

.tiles__title {
  font-family: "Circle Bold";
  font-size: 1.8rem;
  color: #FFFFFF;
  white-space: nowrap; }

.tiles__text {
  margin-top: 0rem;
  font-size: 1.8rem;
  color: #FFFFFF;
  line-height: 1.5;
  height: 0;
  opacity: 0;
  transition: 200ms; }

.tiles--main .tiles__content {
  opacity: 0.9;
  background-color: #282657; }

@media (max-width: 48em) {
  .tiles__inner {
    padding: 12rem 5rem;
    padding-bottom: 8rem; }
  .tiles__item {
    width: 100%;
    margin-bottom: 5.4rem; }
  .tiles__img {
    height: 34.6rem; }
  .tiles__content {
    height: 7rem;
    padding-top: 2rem;
    padding-left: 4rem;
    padding-bottom: 2rem; }
  .tiles__title {
    font-size: 2.4rem; }
  .tiles__text {
    font-size: 2rem; } }

.news__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 6.5rem;
  padding-bottom: 8.6rem; }

.news__main-title {
  font-family: "Circle Bold";
  font-size: 1.8rem;
  line-height: 1.5; }

.news__main-title--underline {
  position: relative; }

.news__main-title--underline::after {
  content: "";
  display: block;
  height: 0.3rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #3D12BE; }

.news__all-news,
.news .view-latest-news .more-link a,
.news .view-latest-news-jap .more-link a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #000; }

.news__all-news::after,
.news .view-latest-news .more-link a::after,
.news .view-latest-news-jap .more-link a::after {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 1.2rem;
  background-image: url(../img/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 1rem; }

.news__wrapper {
  min-height: 53rem;
  position: relative;
  width: 100%; }

.news__list {
  width: 100%;
  padding-top: 1.7rem; }

.news__list.active {
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 200ms; }

.news__list.hide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 200ms; }

.news__item {
  padding-top: 2.6rem; }

.news__date {
  font-size: 1.4rem;
  color: #C4C4C4;
  margin-bottom: 1.5rem; }

.news__content {
  display: flex;
  flex-wrap: wrap; }

.news__icon {
  width: 1.4rem;
  height: 1.8rem;
  margin-left: 0.3rem;
  margin-right: 0.6rem;
  margin-top: 0.2rem; }

.news__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.news__title {
  width: 100%;
  font-size: 1.8rem;
  color: #000;
  line-height: 1.5;
  display: flex;
  padding-bottom: 1.8rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.25); }

.news__title p {
  color: #000;
  display: inline-block; }

.news__title::after {
  transform: rotate(0deg);
  transition: 300ms; }

.news__title.active::after {
  transform: rotate(-180deg);
  transition: 300ms; }

.news__title.active + .news__drop {
  opacity: 1;
  padding: 5rem 20rem;
  height: auto;
  transition: 300ms; }

.news__drop {
  width: 100%;
  padding: 0rem 20rem;
  background-color: #FCFCFC;
  height: 0;
  overflow: hidden;
  opacity: 0; }

.news__drop p {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 2.7rem; }

.news__drop p:last-of-type {
  margin-bottom: 0; }

.news__drop img {
  width: 43.2rem;
  float: left;
  margin-right: 1.5rem; }

.news--page .news__inner {
  padding-bottom: 0rem; }

.news--page .news__title {
  cursor: pointer; }

.news--page .news__title::after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  margin-left: 1rem;
  margin-top: 0.5rem;
  background-image: url(../img/arrow-down-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.news__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 4.6rem; }

.news__btn {
  font-family: "Circle Bold";
  font-size: 2rem;
  color: #000;
  display: flex;
  align-items: center; }

.news__btn::after {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.news__btn--prev {
  flex-direction: row-reverse;
  margin-right: 5rem; }

.news__btn--prev::after {
  margin-right: 2.2rem;
  background-image: url(../img/prev-news.svg); }

.news__btn--next::after {
  margin-left: 2.2rem;
  background-image: url(../img/next-news.svg); }

@media (max-width: 48em) {
  .news__inner {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 12.3rem; }
  .news__main-title {
    font-size: 2.8rem; }
  .news .view-latest-news,
  .news .view-latest-news-jap {
    max-width: 100%; }
  .news__all-news,
  .news .view-latest-news .more-link a,
  .news .view-latest-news-jap .more-link a {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-size: 2.4rem;
    order: 5; }
  .news__all-news::after,
  .news .view-latest-news .more-link a::after,
  .news .view-latest-news-jap .more-link a::after {
    width: 1.6rem;
    height: 2.4rem; }
  .news__date {
    font-size: 2.4rem;
    margin-bottom: 3.7rem; }
  .news__wrapper {
    min-height: 88.8rem; }
  .news__list {
    padding-top: 3.8rem; }
  .news__title {
    align-items: flex-start;
    font-size: 3rem; }
  .news__title.active + .news__drop {
    padding: 3rem 5rem; }
  .news__icon {
    width: 4.8rem;
    height: 3.6rem;
    margin-left: 0;
    margin-right: 1.2rem; }
  .news__link {
    font-size: 2.8rem; }
  .news__drop {
    padding: 0rem 5rem; }
  .news__drop p {
    font-size: 2.2rem;
    margin-bottom: 2.7rem; }
  .news__drop img {
    width: 100%;
    margin: 0;
    float: none;
    margin-bottom: 3rem; }
  .news--page .news__title {
    align-items: flex-start; }
  .news--page .news__title::after {
    display: none; }
  .news__btn {
    font-size: 3rem; }
  .news__btn::after {
    width: 5rem;
    height: 5rem; }
  .news__btn--prev {
    margin-right: 8rem; }
  .news__btn--prev::after {
    margin-right: 3rem; }
  .news__btn--next::after {
    margin-left: 3rem; } }

.bottom-links__inner {
  display: flex;
  justify-content: space-between;
  padding-top: 6.8rem;
  padding-bottom: 6.8rem; }

.bottom-links__item {
  display: block;
  width: 33.5rem;
  height: 9.5rem;
  position: relative; }

.bottom-links__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.bottom-links__content {
  font-family: "Circle Bold";
  font-size: 2rem;
  line-height: 1.5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 2rem;
  padding-top: 2.7rem;
  padding-right: 13rem; }

@media (max-width: 48em) {
  .bottom-links__inner {
    padding: 0 5rem;
    padding-top: 12.8rem;
    padding-bottom: 12.8rem;
    display: block; }
  .bottom-links__item {
    width: 100%;
    height: 17rem;
    margin-bottom: 7.2rem; }
  .bottom-links__item:last-child {
    margin-bottom: 0; }
  .bottom-links__content {
    font-size: 3.2rem;
    padding: 4rem;
    padding-top: 6.7rem;
    padding-right: 26rem; } }

.contact__inner {
  padding-top: 4.6rem;
  padding-bottom: 4.6rem;
  display: flex; }

.contact__img {
  width: 133.9rem;
  height: 38.6rem;
  margin-right: 5rem; }

.contact__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.contact__content {
  padding-top: 0rem;
  margin-top: -2rem; }

.contact__text {
  font-size: 2rem;
  line-height: 1.83;
  margin-bottom: 7rem; }

.contact__list {
  display: flex; }

.contact__item {
  width: 17.8rem;
  margin-right: 5.4rem; }

.contact__item:last-child {
  margin-right: 0; }

.contact__item--big {
  width: 31.1rem; }

.contact__title {
  font-family: "Circle Bold";
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
  margin-bottom: 3rem;
  display: inline-block; }

.contact__title::after {
  content: "";
  display: block;
  height: 0.3rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #3D12BE; }

.contact__req span, .contact__req a {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 0.7rem;
  display: inline-block; }

.contact__req span:last-child, .contact__req a:last-child {
  margin-bottom: 0; }

@media (max-width: 48em) {
  .contact__content {
    margin-top: 0rem; }
  .contact__inner {
    display: block;
    padding: 5.4rem 5rem; }
  .contact__img {
    width: 100%;
    height: 35.4rem;
    margin-bottom: 1.4rem; }
  .contact__text {
    font-size: 3.6rem;
    line-height: 1.83;
    margin-bottom: 8rem; }
  .contact__list {
    display: block; }
  .contact__title {
    font-size: 2.4rem;
    margin-bottom: 4.4rem; }
  .contact__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 11.6rem; }
  .contact__item:last-child {
    margin-bottom: 0; }
  .contact__item--big {
    width: 100%; }
  .contact__req {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
  .contact__req span, .contact__req a {
    font-size: 2.8rem;
    margin-bottom: 1.7rem; } }

.contact-form__inner {
  padding: 5.5rem 25rem;
  padding-bottom: 14.7rem; }

@media (max-width: 48em) {
  .contact-form__inner {
    padding: 8.5rem 5rem;
    padding-bottom: 11.7rem; } }

.form__title {
  font-family: "Circle Bold";
  font-size: 3.5rem;
  line-height: 1.5;
  margin-bottom: 5rem; }

.form__inner {
  display: flex;
  flex-wrap: wrap; }

.form__item {
  width: 100%;
  padding: 0.9rem 0.5rem; }

.form__item--50 {
  width: 50%; }

.form__item--33 {
  width: 33.33333%; }

.form__item--66 {
  width: 66.66666%; }

.form__item--bottom {
  margin-top: 2.5rem;
  display: flex; }

.form__item.hide {
  display: none; }

.form .btn:focus {
  outline: none;
  box-shadow: 0px 0px 0px 0.2rem #25b0e0; }

.form__message {
  display: none;
  align-items: center;
  font-size: 1.6rem;
  padding-left: 5.7rem;
  opacity: 0;
  transition: 300ms; }

.form__message::before {
  content: "";
  display: inline-block;
  width: 2.3rem;
  height: 2.3rem;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: 2.2rem;
  margin-right: 1.1rem; }

.form__message.my-success {
  color: #88C821;
  display: flex;
  opacity: 1;
  transition: 300ms; }

.form__message.my-success::before {
  background-image: url(../img/success.svg); }

.form__message.my-error {
  color: #F52121;
  display: flex;
  opacity: 1;
  transition: 300ms; }

.form__message.my-error::before {
  background-image: url(../img/error.svg); }

.form__content {
  display: flex;
  align-items: center;
  width: 100%;
  border: none;
  height: 7.3rem;
  position: relative;
  border: none;
  background-color: #F4F4F4; }

.form__placeholder {
  font-size: 1.6rem;
  color: #393544;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 3rem;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 2.5rem;
  z-index: 1; }

.form__placeholder.none {
  display: none; }

.form__input, .form__select, .form__textarea {
  font-size: 1.6rem;
  color: #393544;
  line-height: 1;
  max-width: none;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 2.5rem;
  background-color: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  z-index: 2;
  transition: 200ms; }

.form__input:focus, .form__select:focus, .form__textarea:focus {
  box-shadow: 0px 0px 0px 0.1rem #25b0e0; }

.form__input.active, .form__select.active, .form__textarea.active {
  background-color: #F4F4F4;
  transition: 200ms; }

.form__input.hide, .form__select.hide, .form__textarea.hide {
  background-color: #F4F4F4;
  transition: 200ms; }

.form__select {
  background-image: url(../images/dest/filter-down.svg);
  background-repeat: no-repeat;
  background-position: right 2.3rem center;
  background-size: 1.8rem;
  padding-right: 5rem; }

.form__textarea {
  overflow: auto;
  padding-top: 3rem;
  padding-bottom: 1.3rem; }

@media (max-width: 48em) {
  .form__title {
    font-size: 4rem;
    margin-bottom: 2.7rem; }
  .form__item {
    padding: 2.45rem 0; }
  .form__item--33, .form__item--66 {
    width: 100%; }
  .form__item--bottom {
    margin-top: 1.3rem;
    display: block; }
  .form__content {
    height: 14.6rem; }
  .form__content--textarea {
    height: 47.6rem; }
  .form__placeholder {
    top: 5.9rem;
    font-size: 3.2rem;
    padding: 0 5.1rem; }
  .form__input, .form__select, .form__textarea {
    font-size: 3.2rem;
    padding: 0 5.1rem; }
  .form__select {
    background-position: right 3.8rem center;
    background-size: 2.8rem;
    padding-right: 8rem; }
  .form__textarea {
    padding-top: 5.9rem;
    padding-bottom: 3.45rem; }
  .form__message {
    font-size: 3.2rem;
    padding: 6rem; }
  .form__message::before {
    width: 4.3rem;
    height: 4.3rem;
    background-size: 4.2rem;
    margin-right: 2.1rem; } }

.prod-banner {
  /*background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 29.72%, rgba(214, 214, 224, 0.6) 100%); */
  background: linear-gradient(180deg, #f6f6f6 29.72%, #dddce2 100%);
  /*background: url(../img/prod-banner-bg.png);*/ 
  overflow: hidden;
  position: relative;
}

.prod-banner .container {
  position: unset;
}

.prod-banner__inner {
  display: flex;
  justify-content: space-between;
  padding-left: 13.3rem;
  padding-top: 0;
  padding-right: 10rem;
  padding-bottom: 0;
  position: unset; }

.prod-banner__content {
  width: 56.1rem;
  padding-top: 12rem;
  padding-bottom: 21rem;
  z-index: 2; }

.prod-banner__title {
  font-family: "Circle Bold";
  font-size: 3rem;
  line-height: 1.5;
  color: #212121;
  margin-bottom: 0.3rem; }

.prod-banner__text {
  font-size: 1.8rem;
  line-height: 2.2;
  color: #212121; }

.prod-banner__img {
  width: 76rem; 
  position: absolute;
  right: 0rem;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}

.prod-banner__img img {
  width: auto;
  height: 100%;}

@media (max-width: 48em) {
  .prod-banner__inner {
    flex-direction: column-reverse;
    align-items: center;
    padding: 5rem;
    padding-bottom: 14.2rem; }
  .prod-banner__img {
    width: auto;
    height: auto;
    margin-bottom: 4.2rem;
    position: relative;
    right: unset;
    margin-left: -5rem;
    margin-right: -5rem;
    margin-top: -5rem;
    display: block;
  }
  .prod-banner__content {
    width: 100%;
    text-align: center;
    padding-top: 0; }
  .prod-banner__title {
    font-size: 3.6rem;
    margin-bottom: 3.3rem; }
  .prod-banner__text {
    font-size: 2.8rem; } 

  .prod-banner__img img {
    width: 100%;
    height: auto;
  }

}

.prod-head__inner {
  padding-top: 11rem;
  padding-bottom: 10rem;
  display: flex;
  justify-content: center; }

.prod-head__content {
  width: 93.4rem; }

.prod-head__title {
  font-family: "Circle Bold";
  font-size: 2rem;
  line-height: 1.5;
  color: #212121;
  position: relative;
  display: inline-block;
  margin-bottom: 5rem; }

.prod-head__title::after {
  content: "";
  display: block;
  height: 0.3rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #3D12BE; }

.prod-head__text {
  font-size: 2rem;
  color: #000;
  line-height: 1.5; }

.prod-head__text p:not(:last-of-type), .prod-list__text p:not(:last-of-type) {
  margin-bottom: 1em; }

@media (max-width: 48em) {
  .prod-head__inner {
    padding: 5rem;
    padding-top: 12rem; }
  .prod-head__content {
    width: 100%; }
  .prod-head__title {
    font-size: 3.2rem; }
  .prod-head__text {
    font-size: 3.2rem; } }

.prod-list {
  overflow: hidden; }

.prod-list__inner {
  padding-top: 4.3rem;
  padding-bottom: 13rem; }

.prod-list__item {
  display: flex;
  flex-wrap: wrap;
  padding-left: 13rem;
  padding-top: 5rem;
  padding-bottom: 5rem; }

.prod-list__item:nth-of-type(2n + 2) {
  flex-direction: row-reverse;
  padding-bottom: 9.3rem; }

.prod-list__item:nth-of-type(2n + 2) .prod-list__content {
  margin-right: 0;
  margin-left: 16rem;
  width: 67rem;
   }

.prod-list__item:nth-of-type(2n + 2) .prod-list__title {
  display: flex;
  justify-content: flex-end; }

.prod-list__item:nth-of-type(2n + 2) .prod-list__title p, .prod-list__item:nth-of-type(2n + 2) .prod-list__title h1, .prod-list__item:nth-of-type(2n + 2) .prod-list__title h2, .prod-list__item:nth-of-type(2n + 2) .prod-list__title h3 {
  padding-right: 0;
  padding-left: 6rem;
  width: 67rem; }

.prod-list__item:nth-of-type(2n + 2) .prod-list__title p::before, .prod-list__item:nth-of-type(2n + 2) .prod-list__title h1::before, .prod-list__item:nth-of-type(2n + 2) .prod-list__title h2::before, .prod-list__item:nth-of-type(2n + 2) .prod-list__title h3::before {
  right: auto;
  left: 99.9999%; }

.prod-list__item:nth-of-type(2n + 2) .prod-list__subtitle {
  padding-left: 6rem; }

.prod-list__item:nth-of-type(2n + 2) .prod-list__text {
  padding-left: 6rem; }

.prod-list__item:nth-of-type(2n + 2) .prod-list__img {
  width: 73.4rem;
  justify-content: flex-end;
  right: unset;
  left: -7rem;
  margin-top: 12rem;
}

.prod-list__content {
  width: 61rem;
  margin-right: 13.8rem;
  z-index: 1; }

.prod-list__title {
  width: 100%;
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
  min-height: 6.4rem; }

.prod-list__title p, .prod-list__title h1, .prod-list__title h2, .prod-list__title h3 {
  font-family: "Circle Bold";
  font-size: 3rem;
  line-height: 2;
  color: #fff;
  position: relative;
  background-color: #282657;
  display: inline-flex;
  align-items: center;
  padding-right: 36rem; }

.prod-list__title p::before, .prod-list__title h1::before, .prod-list__title h2::before, .prod-list__title h3::before {
  content: "";
  display: block;
  height: 100%;
  width: 100vw;
  background-color: #282657;
  position: absolute;
  right: 99.9999%;
  top: 0;
  z-index: 1; }

.prod-list__subtitle {
  font-family: "Circle Bold";
  font-size: 2rem;
  line-height: 1.5;
  color: #212121;
  margin-bottom: 2.3rem; }

.prod-list__text {
  font-size: 2rem;
  line-height: 1.5;
  color: #000; }

.prod-list__img {
  width: 73.4rem; 
  position: absolute;
  right: -7rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 13rem;
}

.prod-list__img img {
  width: 100%;
  height: auto;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center; }

@media (max-width: 48em) {
  .prod-list__inner {
    padding-top: 6.5rem; }
  .prod-list__item {
    padding: 0;
    padding-bottom: 7.3rem;
    flex-direction: column;
    align-items: center; }
  .prod-list__item:nth-of-type(2n + 2) {
    flex-direction: column;
    padding-bottom: 7rem; }
  .prod-list__item:nth-of-type(2n + 2) .prod-list__content {
    margin-right: 0;
    margin-left: 0;
    padding: 5rem;
    padding-top: 7.5rem;
    width: 100%; }
  .prod-list__item:nth-of-type(2n + 2) .prod-list__title {
    display: flex; }
  .prod-list__item:nth-of-type(2n + 2) .prod-list__title p, .prod-list__item:nth-of-type(2n + 2) .prod-list__title h1, .prod-list__item:nth-of-type(2n + 2) .prod-list__title h2, .prod-list__item:nth-of-type(2n + 2) .prod-list__title h3 {
    padding-right: 0;
    padding-left: 5rem;
    width: 100%; }
  .prod-list__item:nth-of-type(2n + 2) .prod-list__title p::before, .prod-list__item:nth-of-type(2n + 2) .prod-list__title h1::before, .prod-list__item:nth-of-type(2n + 2) .prod-list__title h2::before, .prod-list__item:nth-of-type(2n + 2) .prod-list__title h3::before {
    right: 0;
    left: auto; }
  .prod-list__item:nth-of-type(2n + 2) .prod-list__subtitle {
    padding-left: 0rem; }
  .prod-list__item:nth-of-type(2n + 2) .prod-list__text {
    padding-left: 0rem; }
  .prod-list__item:nth-of-type(2n + 2) .prod-list__img {
    width: 50.4rem;
    left: unset;
    right: unset;
    margin-left: auto;
    margin-right: auto;
  }
  .prod-list__img {
    display: block;
    position: relative;
    left: unset;
    right: unset;
  }
  .prod-list__img img {
    position: relative;
    width: 100%;
    height: auto;
    right: unset;
    left: unset;
  }
  .prod-list__title {
    order: 1;
    position: relative;
    min-height: 5.6rem; }
  .prod-list__title p, .prod-list__title h1, .prod-list__title h2, .prod-list__title h3 {
    padding-left: 5rem;
    padding-right: 5rem;
    position: static; }
  .prod-list__title p::before, .prod-list__title h1::before, .prod-list__title h2::before, .prod-list__title h3::before {
    right: 0; 
    z-index: -1;
  }
  .prod-list__img {
    order: 2;
    width: 46.5rem;
    margin-left: auto;
    margin-right: auto; }
  .prod-list__content {
    order: 3;
    padding: 5rem;
    padding-top: 7.5rem;
    margin-right: 0;
    width: 100%; }
  .prod-list__subtitle {
    font-size: 3.2rem;
    margin-bottom: 4.3rem; }
  .prod-list__text {
    font-size: 3.2rem; } }

.page-wrapper {
  width: 119.6rem;
  margin: 0 auto;
  padding-top: 4.7rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

@media (max-width: 48em) {
  .page-wrapper {
    width: 100%;
    display: block;
    padding: 5rem;
    padding-top: 7.2rem; } }

.current-page {
  font-family: "Circle Bold";
  font-size: 2rem;
  line-height: 1.5;
  display: inline-block;
  position: relative; }

.current-page::after {
  content: "";
  display: block;
  height: 0.3rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #3D12BE; }

.current-page--mob {
  display: none; }

@media (max-width: 48em) {
  .current-page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 8.4rem;
    padding: 2.4rem;
    background-color: #F2F2F2;
    font-family: "Circle Bold";
    font-size: 3.6rem;
    line-height: 1.5;
    color: #2F2F2F;
    position: relative;
    z-index: 111; }
  .current-page--des {
    display: none; }
  .current-page--mob {
    display: flex; }
  .current-page.active::after {
    transform: rotate(180deg);
    transition: 300ms; }
  .current-page::after {
    position: static;
    background-color: transparent;
    flex-shrink: 0;
    content: '';
    display: inline-block;
    width: 2.5rem;
    height: 2.4rem;
    background-image: url(../img/sidebar-arrow-mob.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2.4rem;
    transform: rotate(0deg);
    transition: 300ms; } }

.sidebar {
  width: 24.7rem;
  padding-right: 3rem; }

.sidebar__item {
  margin-bottom: 2.3rem;
  cursor: pointer; }

.sidebar__item.active .sidebar__link {
  font-family: "Circle Bold";
  transition: 300ms; }

.sidebar__item.active .sidebar__link::before {
  transform: rotate(90deg);
  transition: 300ms; }

.sidebar__item.active .sidebar__drop {
  padding-top: 0.7rem;
  opacity: 1;
  transition: 300ms ease-out; }

.sidebar__link {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #2F2F2F; }

.sidebar__link::before {
  flex-shrink: 0;
  content: '';
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.3rem;
  margin-top: -0.2rem;
  background-image: url(../img/sidebar-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.7rem;
  transform: rotate(0deg);
  transition: 300ms; }

.sidebar__drop {
  height: 0;
  opacity: 0;
  padding-left: 3.5rem;
  overflow: hidden;
  transition: 300ms ease-out; }

.sidebar__subitem {
  margin-bottom: 1.3rem; }

.sidebar__sublink {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #2F2F2F;
  transition: 300ms; }

.sidebar__sublink.active {
  font-family: "Circle Bold";
  color: #3D12BE;
  transition: 300ms; }

.sidebar__overlay {
  display: none; }

@media (max-width: 48em) {
  .sidebar {
    width: 100%;
    position: relative;
    padding-right: 0; }
  .sidebar__list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 3.2rem 3.4rem;
    z-index: 111;
    display: none;
    opacity: 0;
    transition: opacity 300ms; }
  .sidebar__list.active {
    display: block;
    opacity: 1;
    transition: opacity 300ms; }
  .sidebar__item {
    margin-bottom: 4.6rem; }
  .sidebar__item.after {
    position: relative;
    z-index: 2; }
  .sidebar__item.after::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }
  .sidebar__item.after.active::after {
    display: none; }
  .sidebar__link {
    font-size: 3.6rem; }
  .sidebar__link::before {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.6rem;
    margin-top: -0.4rem;
    background-size: 1.4rem; }
  .sidebar__drop {
    padding-top: 3.6rem; }
  .sidebar__subitem {
    margin-bottom: 2.6rem; }
  .sidebar__sublink {
    font-size: 2.4rem; } }

.sidebar__overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 110;
  background-color: rgba(0, 0, 0, 0.65);
  display: none;
  opacity: 0;
  transition: opacity 300ms; }

.sidebar__overlay.active {
  display: block;
  opacity: 1;
  transition: opacity 300ms; }

.content-page {
  width: 94.5rem;
  padding-bottom: 7.4rem; }

@media (max-width: 48em) {
  .content-page {
    width: 100%;
    padding-top: 0;
    padding-bottom: 3.5rem; } }

.content {
  padding-top: 3.6rem; }

.content h2 {
  font-family: "Circle Bold";
  font-size: 2.4rem;
  line-height: 1.44;
  color: #212121;
  margin-top: 4rem;
  margin-bottom: 2rem; }

.content h2:first-child {
  margin-top: 0; }

.content p {
  font-size: 2rem;
  line-height: 2;
  color: #000000;
  margin-bottom: 1rem; }

.paragraph--type--text p {
  margin: 2rem 0; }

.content video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 2rem;
  margin-bottom: 2rem; }

.content img {
  margin-top: 2rem;
  margin-bottom: 2rem; }

@media (max-width: 48em) {
  .content {
    padding-top: 11.2rem; }
  .content h2 {
    font-size: 3.6rem;
    margin-top: 7rem;
    margin-bottom: 4rem; }
  .content p {
    font-size: 2.8rem; }
  .content video {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .content img {
    margin-top: 3rem;
    margin-bottom: 3rem; } }

.content-tiles {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 3.4rem; }

.content-tiles__item {
  width: calc(50% - 0.75rem);
  height: 18.7rem;
  position: relative;
  margin-bottom: 1.5rem; }

.content-tiles__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0; }

.content-tiles__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Circle Bold";
  font-size: 2.4rem;
  line-height: 1.5;
  background-color: rgba(40, 38, 87, 0.9);
  transition: 300ms;
  padding: 0 3rem;
  text-align: center; }

.content-tiles__item a.active {
  background-color: rgba(40, 38, 87, 0.5);
  transition: 300ms; }

@media (max-width: 48em) {
  .content-tiles {
    display: block;
    padding-top: 6.8rem; }
  .content-tiles__item {
    width: 100%;
    height: 25.8rem;
    margin-bottom: 2.6rem; }
  .content-tiles__item a {
    font-size: 3.6rem;
    text-align: center; } }

.field--name-field-languages-products {
  display: none!important;
}

.user-login-form {
  font-size: 24px;
  padding-left: 5rem;
}