/*
Theme Name: Biolit Pro
Author: Level Media
Description: Biologically active additive.
*/

/* Reset styles */
:root {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html,
body {
  position: relative;
  height: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.4;
  letter-spacing: 0.01em;

  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strong,
sub,
sup,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

address,
caption,
cite,
code,
dfn,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
input[type="submit"] {
  display: inline-block;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
  border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

h1,
h2,
h3,
h4 {
  letter-spacing: 0.03em;
}

pre,
code,
kbd,
samp {
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 1em;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
}

input,
select {
  vertical-align: middle;
}

nav ul {
  list-style: none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

a {
  font-size: inherit;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

abbr {
  font-variant: normal;
  border: 0;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;

  -webkit-text-decoration: underline dotted;
}

::-webkit-file-upload-button {
  font: inherit;

  -webkit-appearance: button;
}

del {
  text-decoration: line-through;
}

details {
  display: block;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
  border: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input::-ms-clear {
  display: none;
}

ins {
  text-decoration: none;
  color: #000000;
  background-color: #ffff99;
}

img {
  border-style: none;
}

label {
  cursor: pointer;
}

legend {
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  color: inherit;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000000;
  background-color: rgba(255, 255, 153, 0.6);
}

p + p {
  margin-top: 1em;
}

progress {
  vertical-align: baseline;
}

small {
  font-size: 80%;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

summary {
  display: list-item;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

textarea {
  overflow: auto;
  resize: none;
}

template {
  display: none;
}

ul ul {
  font-size: 100%;
}

[hidden] {
  display: none;
}

[type="search"] {
  outline-offset: -2px;

  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* Reset styles /end */

/* --- Main styles --- */
:root {
  font-size: 0.75em;
}

@media (min-width: 800px) {
  :root {
    font-size: 0.875em;
  }
}

@media (min-width: 1150px) {
  :root {
    font-size: 1em;
  }
}

main {
  flex: 1 1 auto;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.strong {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.strong_italic {
  font-weight: 700;
  font-style: italic;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 0.9375em;
}

.weglot-lang {
  display: none;
}

/* Buttons color gradient */
.colorgrad-btn-1,
.colorgrad-btn-2,
.colorgrad-btn-3 {
  display: inline-block;
  color: #fff;
  font-size: 0.9375rem;
  padding: 14px 40px;
  font-weight: 600;
  background: linear-gradient(90deg, #167da4, #32ae8c, #127531);
  border-radius: 26px;
}

.colorgrad-btn-2 {
  background: linear-gradient(90deg, #dc3034, #fbc775);
}

.colorgrad-btn-3 {
  border: 3px solid #f38d35;
  background: linear-gradient(360deg, #e34a35, #f38d35);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* List items */
.list-item {
  position: relative;
  margin-top: 40px;
  padding-top: 10px;
  padding-left: 35px;
}

.list-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 60px;
  height: 60px;
}

.list-text {
  display: block;
  padding-left: 35px;
}

/* List items /end */

.title {
  color: #575656;
  font-size: 36px;
  font-family: "Oswald", Arial, sans-serif;
  text-transform: uppercase;
}

body {
  font-family: "Raleway", Arial, sans-serif;
  line-height: 1.45;
  color: #575656;
  font-size: 1rem;
}

/* Header */

.header {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  z-index: 20;
  background-color: #fff;
}

.header__inner,
.header__item,
.header__menu,
.header__menu-list,
.header__item-local {
  display: flex;
}

.header__inner {
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  max-height: 70px;
}

.header__logo {
  display: inline-block;
}
 
.header__logo img {
  max-width: 160px;
  width: 100%;
}

.header__item {
  font-size: 1.125rem;
}

.header__menu-list,
.header__item-local {
  align-items: center;
}

.header__menu-list-item  + .header__menu-list-item {
  margin-left: 30px;
}

.header__local-link + .header__local-link {
  margin-left: 15px;
}

.header__find-link {
  margin-right: 30px;
}

.header__find-link {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 0.875rem;
  color: #fff;
  vertical-align: middle;
  background-color: #f18535;
  padding: 10px 30px;
  border-radius: 20px;
  border: none;
  text-transform: uppercase;
  text-align: center;
}

.header__menu-list-link {
  transition: all 0.3s;
}

.header__menu-list-link:hover {
  color: #f18535;
}

.header__menu-list__item--active {
  color: #f18535;
  border-bottom: 1px solid #f18535;
  font-weight: 600;
}

.header__menu-list__item--19 > .header__menu-list-link {
  display: none;
}

/* Burger menu btn */
.mobile-nav {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  padding: 40px 15px;
  text-align: center;
  background-color: rgb(255, 255, 255);
}

.mobile-nav.active {
  display: flex;
}

.mobile-nav__list {
  font-size: 20px;
}

.mobile-nav__list li + li {
  margin-top: 20px;
}

/* Mobile btn */
.mobile-nav-button {
  /* Nav icon styles */
  position: relative;
  z-index: 30;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 30px;
  padding: 0;

  /* Reset for button */
  cursor: pointer;
  border: none;
  background: transparent;
}

.mobile-nav-button__icon {
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #f18535;
}

.mobile-nav-button__icon::after,
.mobile-nav-button__icon::before {
  position: absolute;
  width: 30px;
  height: 2px;
  content: "";

  /* Трансформация при закрывании */
  transition: transform 0.15s ease-in, top 0.15s ease-in 0.15s;
  background-color: #f18535;
}

.mobile-nav-button__icon::before {
  top: -10px;
  left: 0;
}

.mobile-nav-button__icon::after {
  top: 10px;
  left: 0;
}

.mobile-nav-button__icon.active {
  background-color: transparent;
}

.mobile-nav-button__icon.active::before {
  top: 0;

  /* Трансформация при открывании */
  transition: top 0.15s linear, transform 0.15s ease-in 0.15s;
  transform: rotate(45deg);
}

.mobile-nav-button__icon.active::after {
  top: 0;

  /* Трансформация при открывании */
  transition: top 0.15s linear, transform 0.15s ease-in 0.15s;
  transform: rotate(-45deg);
}

.mobile-nav__list {
  color: #000000;
}

.menu-btn {
  display: none;
}
/* Header /end */

/* Promo */
.promo {
  top: 70px;
  padding-bottom: 100px;
}

.promo,
.promo__spiral-element {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  position: relative;
}

.promo__elements,
.promo__spiral-element {
  position: absolute;
}

.promo__elements {
  top: 0;
  left: 0;
  max-width: 950px;
  z-index: 1;
}

.promo__content {
  position: relative;
}

.promo__inner {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
}

.promo__item {
  text-align: center;
  padding-bottom: 80px;
}

.promo__item-img {
  max-width: 637px;
}

.promo__item-text {
  margin-left: 25px;
}

.promo__img {
  max-width: 700px;
  width: 100%;
  padding-top: 40px;
}

.promo__title {
  font-size: 63px;
  font-weight: 700;
  background: linear-gradient(360deg, #e34a35, #f38d35);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 20px;
}

.promo__subtitle {
  font-size: 35px;
  padding: 15px 33px;
  background-color: transparent;
  border: 2px solid #f18535;
  border-radius: 40px;
  margin-top: 43px;
}

.promo__btn-box {
  margin-top: 60px;
}

.promo__btn-link {
  position: absolute;
  z-index: 10;
  left: 170px;
  padding: 14px 26px;
}

.promo__elements-img,
.promo__spiral-element {
  height: 100%;
}

.promo__elements-img-1,
.promo__elements-img-4 {
  max-width: 100px;
}

.promo__elements-img-2,
.promo__elements-img-3 {
  max-width: 75px;
}

.promo__elements-img-5 {
  max-width: 80px;
}

.promo__elements-img-1 {
  margin-top: 20px;
  margin-left: -15px;
}

.promo__elements-img-2 {
  margin-top: 110px;
  margin-left: -70px;
}

.promo__elements-img-3 {
  margin-top: 440px;
  margin-left: 300px;
}

.promo__elements-img-4 {
  margin-top: 479px;
  margin-left: -30px;
}

.promo__elements-img-5 {
  margin-left: 105px;
  margin-top: 112px;
}
/* Promo /end */

/* Tasks */
.tasks {
  position: relative;
}

.tasks__content {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
}

.tasks__inner {
  display: flex;
  justify-content: space-around;
}

.tasks__list-item {
  padding-top: 10px;
  padding-left: 35px;
}

.tasks__list-icon {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 60px;
  height: 60px;
}

.tasks__item {
  z-index: 10;
}

.tasks__item-text {
  text-align: right;
}

.tasks__items {
  display: flex;
  gap: 20px;
  padding-top: 50px;
}

.tasks__img-box {
  text-align: right;
  margin-top: 20px;
}

.tasks__img-box-1,
.tasks__img-box-2 {
  max-width: 300px;
}

.tasks__img-box-3 {
  max-width: 250px;
}

.tasks__img-box-4 {
  max-width: 180px;
  text-align: center;
}

.tasks__item-1 {
  padding-top: 60px;
}

.tasks__item-text {
  line-height: 2;
}

/* Spiral element */
.promo__spiral-element {
  top: 41%;
  left: -390px;
  max-width: 950px;
  width: 100%;
}

.tasks__list {
  max-width: 500px;
  margin-top: 25px;
}

.tasks__item-header {
  padding-top: 85px;
}

.tasks__items {
  z-index: 10;
}

.tasks__item {
  max-width: 600px;
}

.tasks__title-text {
  text-transform: uppercase;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 36px;
}

.tasks__title-img {
  max-width: 160px;
}

.tasks__list-item {
  position: relative;
  vertical-align: middle;
}

.tasks__list-item {
  margin-top: 50px;
}

.tasks__list-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
}

.tasks__list-btn {
  margin-top: 70px;
}

.decore-element {
  position: absolute;
  max-width: 300px;
  width: 100%;
}

.tasks__img-bottom-left {
  top: 400px;
  left: 0;
}

.tasks__img-top-right {
  top: 0;
  right: 0;
}
/* Tasks /end */

/* About */
.about {
  position: relative;
  height: 100%;
  margin-top: 699px;
  padding-bottom: 30px;
/*  overflow: hidden;*/
}

.about__item-left {
  max-width: 436px;
  width: 100%;
  z-index: 1;
}

.about__item-right {
  z-index: 2;
  overflow: hidden;
  padding-top: 13px;
  min-height: 100vh;
}

.about__inner {
  display: flex;
  justify-content: space-between;
}

.about__list {
  margin-top: -80px;
}

.about__list-item {
  margin-top: 0;
  max-width: 330px;
}

.about__list-text {
  display: block;
  margin-top: 0;
  line-height: 1.2;
}

.about__list-icon {
  top: 50%;
  transform: translateY(-50%);
}

.about__item-left-img {
  max-width: 300px;
  width: 100%;
}

.about__item-left-title {
  font-size: 24px;
  font-family: "Oswald", Arial, sans-serif;
  padding-top: 30px;
}

.about__item-right-img,
.marking__item-right-img {
  position: relative;
  max-width: 750px;
  width: 100%;
  margin-top: -107px;
  text-align: center;
}

.about__item-right-imgbox,
.marking__item-right-imgbox,
.find__item-right-imgbox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.about__img-top-right {
  bottom: -53px;
  right: 0;
}

.about__img-bottom-left {
  top: -40px;
  left: 0;
}

.about__item-left-text {
  padding-top: 10px;
}

.about__buttons {
  text-align: center;
  display: flex;
  flex-direction: column;
  max-width: 200px;
}

.about__buttons {
  margin-top: 40px;
}

.about__button-2 {
  margin-top: 5px;
}

.about__list-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.about__list-item {
  margin-top: 30px;
  padding-top: 0;
}

.about__list-item-long {
  margin: 0 auto;
  margin-top: 40px;
}
/* About /end */

/* Compount  */
.compound {
  margin-top: 53px;
  position: relative;
  overflow: hidden;
}

.compound__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.compound__item-title {
  font-size: 36px;
  display: inline-block;
  position: relative;
}

.compound__item-title:before {
  position: absolute;
  content: "1";
  top: 0;
  left: 482px;
  font-size: 16px;
  font-family: "Oswald", Arial, sans-serif;
}

.compound__item-left {
  position: relative;
  z-index: 10;
}

.compound__item-left-title {
  position: absolute;
  top: 40px;
  left: 20px;
}

.compound__item-title-img {
  max-width: 155px;
  width: 100%;
  padding-top: 2px;
}

.compound__item-left-img {
  max-width: 600px;
  width: 100%;
  margin-left: -44px;
}

.compound__item-left-sup sup {
  font-size: 16px;
  margin-top: -10px;
}

.compound__item-right {
  padding-top: 130px;
  max-width: 540px;
}

.compound__item-right-list {
  margin-top: 10px;
  max-width: 600px;
  width: 100%;
}

.compound__list-item {
  margin-top: 20px;
}

.compaund__img-top-right {
  top: 0;
}

/* Compound elements */
.compound__img-element {
  max-width: 100px;
  width: 100%;
  z-index: 3;
}

.compound__item-element {
  position: absolute;
  display: flex;
  top: 0;
}

/* Element Cl */
.compound__item-element-1 {
  top: 100px;
  left: 100px;
}

.compound__item-dl-1 {
  top: 50px;
  right: 50px;
}

/* Element Na */
.compound__item-element-2 {
  top: 100px;
  left: 390px;
}

.compound__item-dl-2 {
  top: 50px;
  left: 50px;
}

/* Element C6H12O6 */
.compound__item-element-3 {
  top: 270px;
  left: 50px;
}

.compound__item-dl-3 {
  top: 50px;
  right: 50px;
}

/* Element K */
.compound__item-element-4 {
  top: 270px;
  left: 424px;
}

.compound__item-dl-4 {
  top: 50px;
  left: 50px;
}

/* Element molecule */
.compound__item-element-5 {
  top: 430px;
  left: 98px;
}

.compound__item-dl-5 {
  top: 50px;
  right: 50px;
}

/* Element Citrate  */
.compound__item-element-6 {
  left: 390px;
  top: 440px;
}

.compound__item-dl-6 {
  top: 50px;
  left: 50px;
}

.compound__item-dl {
  border: 3px dotted #50af31;
  border-radius: 31px;
  background-color: #fff;
  padding: 2px 15px;
  text-align: center;
  position: absolute;
  width: 155px;
}

.compound__item-dt {
  font-weight: 600;
}

.compound__item-dt-5 {
  font-size: 12px;
  line-height: 1;
  font-style: italic;
}

.compound__item-dd-5 {
  font-size: 14px;
  line-height: 1;
}

/* Consumption */
.consumption__inner {
  display: flex;
  padding-top: 50px;
  gap: 80px;
}

.consumption__item {
  position: relative;
  max-width: 600px;
  width: 100%;
}

.consumption__img-bg {
  max-width: 500px;
  width: 100%;
}

.consumption__title {
  font-size: 36px;
}

.consumption__img-element {
  position: absolute;
  top: 0;
  left: 0;
}

.consumption__img-bg-2 {
  margin-left: 70px;
}

.consumption__img-child {
  max-width: 280px;
  width: 100%;
  top: 90px;
}

.consumption__img-adults {
  max-width: 377px;
  width: 100%;
}

.consumption__list-inner {
  display: flex;
  gap: 80px;
  margin-bottom: 30px;
}

.consumption__textbox {
  background-color: #fbfffa;
  padding: 40px;
  border: 3px dotted #50af31;
  border-radius: 30px;
  max-width: 591px;
  width: 100%;
}

.consumption__textbox-title {
  font-size: 24px;
}

.consumption__textbox {
  position: absolute;
  top: 337px;
  left: 0;
}

.consumption__list-item-left {
  margin-top: 78px;
}

.consumption__list-item-right {
  margin-top: 130px;
}

.consumption__text-bottom {
  margin-top: 40px;
}

.consumption__link {
  color: #0e9ac6;
  text-decoration: underline;
}

.consumption__note-list {
  padding-top: 80px;
  margin-left: 10px;
}

.consumption__note-item {
  font-size: 11px;
  color: #454545;
}

.contact__form {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  width: 100%;
  margin-top: 40px;
}

.contact__form * {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 16px;
  color: #575656;
  background-color: #f2f2f2;
  border: none;
  font-weight: 400;
}

.contact__input {
  padding: 15px 20px 15px;
}

.contact__area {
  margin-top: 20px;
  padding: 15px 20px 30px;
}

/* Compount  /end */

/* Marking */
.marking__inner,
.find__inner {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.about__item-right-imgelement,
.marking__item-right-imgelement {
  margin-top: 20px;
  max-width: 620px;
  width: 100%;
}

.marking__item-left {
  margin-top: 150px;
}

.marking__item-right,
.find__item-left {
  display: block;
  margin: 0 auto;
}

.marking__item-left-img {
  display: block;
  max-width: 320px;
}

.marking__button {
  margin-top: 60px;
  padding: 14px 65px;
}

.about__item-right-imgbox {
  margin: 0 auto;
}

.marking__item-right-img {
  top: 40px;
  overflow: hidden;
}

.marking__item-right-imgelement {
  max-width: 700px;
  width: 100%;
}

/* Instruction */
.instruction {
  padding: 50px 0 100px;
}

.instruction__header {
  text-align: center;
  font-size: 21px;
  padding-bottom: 40px;
  line-height: 1.2;
}

.instruction__title {
  text-transform: uppercase;
  font-weight: 600;
}

.instruction__text {
  line-height: 1.2;
}

/* Instruction table */
.instruction__table {
  border-collapse: collapse;
  border: 1px solid #575656;
  letter-spacing: 1px;
  font-size: 1rem;
  letter-spacing: -1px;
  max-width: 470px;
  width: 100%;
  margin: 10px 0;
}

.instruction__table th {
  font-weight: 600;
}

.instruction__table td,
.instruction__table th {
  border: 1px solid #575656;
  padding: 1px 10px 1px;
  text-align: left;
}
/* Marking /end */

/* Contacts */
.contacts {
  margin-top: 230px;
  padding-bottom: 200px;
}

.contacts__offices {
  display: flex;
  gap: 20px;
  font-size: 14px;
  line-height: 1.2;
}

.contacts__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contacts__item {
  max-width: 550px;
  width: 100%;
  z-index: 5;
}

.contacts__office-title {
  font-weight: 600;
  padding-bottom: 10px;
}

.contacts__office {
  background-color: #fff;
  box-shadow: 2px 2px 4px 2px rgb(0 0 0 / 20%);
  border-radius: 20px;
  padding: 30px;
  max-width: 450px;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.contacts__text {
  padding-top: 15px;
}

.contacts__offices {
  padding-top: 30px;
}

/* Form button */
.contact__btn {
  color: #fff;
  background-color: #f18535;
  border-radius: 50px;
  font-family: Raleway;
  font-weight: 600;
  font-size: 14px;
  width: 160px;
  padding: 15px;
  display: block;
  text-align: center;
  margin-top: 25px;
}

.contact__img-bottom-left {
  left: 0;
  top: 500px;
}

.contact__img-top-right {
  top: 70px;
  right: 0;
}
/* Contact /end */

/* Right paginations */
.right-bar {
  position: fixed;
  z-index: 11;
  top: 50%;
  right: 10px;
  transform: translate(-50%);
}

.right-bar__list {
  list-style: none;
}

.right-bar__link {
  position: relative;
  width: 13px;
  height: 13px;
  border: 2px solid #f18535;
  border-radius: 50%;
  background-color: #fff;
}

.right-bar__item + .right-bar__item {
  margin-top: 10px;
}

.right-bar__link--active {
  background-color: #f18535;
}

.right-bar__link {
  position: relative;
}

.right-bar__text {
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  display: none;
  transform: translate(0%, -50%);
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background-color: #f18535;
}

.right-bar__text:before {
  position: absolute;
  top: 5px;
  right: -5px;
  width: 20px;
  height: 19px;
  content: "";
  transform: rotate(132deg);
  background-color: #f18535;
}

.right-bar__link:hover .right-bar__text {
  display: block;
}

.right-bar__text-top {
  right: 30px;
  width: 166px;
  padding: 4px 17px;
}

.right-bar__text-bottom {
  right: 30px;
  width: 170px;
  padding: 4px 17px;
}
/* Right paginations /end */

/* Button scroll to top */
.btn-up {
  position: fixed;
  z-index: 20;
  right: 25px;
  bottom: 25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 28px;
  box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 20%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: none;
}

.btn-up_hide {
  display: none;
}
/* Button scroll to top /end */

/* Find */
.find__inner {
  justify-content: start;
}
.find__item-right {
  margin: -60px 0 0 -80px;
}

.find__item-right-img {
  position: relative;
  overflow: hidden;
}

.find__item-right-imgbox {
  position: absolute;
  top: 50%;
  left: -135px;
  max-width: 900px;
}

.find__item-left {
  padding-top: 200px;
  position: relative;
}

.find__button {
  padding: 14px 35px;
  position: absolute;
  margin-top: 30px;
}

.find__img-top-right {
  right: 0;
  top: 0;
  z-index: -1;
}

.find__img-bottom-left {
  transform: rotate(180deg);
  top: 495px;
  z-index: -1;
}

/* Find /end */

/* Animation */
@keyframes spin {
  from {transform:rotate(0deg);}
  to {transform:rotate(360deg);}
}

/* One turn rotation */
.spiral-img-1 {
   animation: spin 7s 0s;
}

/* Endless rotation */
.spiral-img-2 {
  animation: spin 7s linear 0s infinite;
}
/* Animation /end */

/* 404 */
.page-404 {
  height: 100%;
}

.page-404__content {
  padding-bottom: 80px;
}

.page-404__item {
  text-align: center;
}

.page-404__title {
  font-size: 170px;
  font-weight: 700;
  padding-top: 50px;
  color: #f18535;
}

.page-404__subtitle {
  font-size: 20px;
  font-weight: 500;
}

.page-404-text {
  padding-top: 50px;
}

/* Footer */
.advertising__title,
.advertising__list {
  font-size: 11px;
}

.advertising__title {
  font-weight: 700;
}

.advertising__text {
  padding: 20px 0 50px;
}

.advertising__list {
  list-style: none;
}

.footer__copy {
  background-color: #f2f2f2;
  padding-bottom: 50px;
  position: relative;
}

.footer__logo {
  max-width: 100px;
  width: 100%;
  position: absolute;
  top: 25px;
  left: 30px;
}

.footer__text {
  display: block;
  text-align: center;
  font-size: 18px;
  padding-top: 20px;
}

.footer__create {
  height: 50px;
  text-align: center;
  margin-top: 30px;
}

.footer__create-link {
  color: #f18535;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  display: inline;
}
/* Footer /end */
/* Main styles /end */

/* --- Adaptive --- */

@media (max-width: 1280px) {
  .consumption__textbox {
    padding: 20px;
  }
}

@media (max-width: 1247px) {
.promo__title {
  font-size: 53px;
}

.promo__subtitle {
  font-size: 27px;
 }

 .instruction {
  padding-bottom: 50px;
 }
}

@media (max-width: 1220px) {
  .compound__inner {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .compound__item-left,
  .compound__item-right {
    margin: 0 auto;
  }

  .compound__item-right {
    padding-top: 30px;
  }

  .consumption__img-bg-2 {
    margin-left: 0;
  }

  .consumption__list-item-left {
    margin-top: 130px;
  }

  .consumption__list-item-right {
    margin-top: 180px;
  }
}

@media (max-width: 1143px) {
  .contacts__item {
    margin: 0 auto;
  }

  .contacts {
    margin-top: 120px;
  }

  .contacts__item-form {
    margin-top: 70px;
  }

  .contact__img-bottom-left {
  top: 800px;
  }
}

@media (max-width: 1150px) {
  .take__item-img {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 1136px) {
  .promo__elements {
  top: 58px;
  }

  .promo__btn-link {
  position: absolute;
  z-index: 10;
  left: 107px;
  padding: 14px 26px;
  top: 346px;
}

.promo__subtitle {
  font-size: 23px;
  }

.promo__elements-img-5 {
  margin-left: 30px;
}

.promo__elements-img-4 {
  margin-top: 384px;
  margin-left: -30px;
}

.promo__elements-img-3 {
  margin-top: 349px;
  margin-left: 185px;
  }
}

@media (max-width: 1082px) {
.promo__inner {
  flex-direction: column;
}

.promo__subtitle {
  max-width: 380px;
  margin: 0 auto;
  margin-top: 20px;
}

.promo__elements {
  top: 58px;
  right: 0;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}

.promo__btn-link {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 194px;
}

.promo__elements-img-3 {
  margin-top: 326px;
  margin-left: 327px;
  }

.promo__elements-img-4 {
  margin-top: 355px;
  }

.promo__elements-img-5 {
  margin-left: -66px;
  margin-top: 98px;
}

 .promo__btn-link {
  top: 319px;
}

.promo__item-img {
  margin: 0 auto;
}

.promo__img {
  max-width: 600px;
}

.promo__item {
  padding-bottom: 0;
  z-index: 10;
}

.promo__spiral-element {
  background-size: 60%;
  background-position: 50%;
}
}

@media (max-width: 1082px) {
  .promo__spiral-element {
   background-size: contain;
   left: -267px;
  }
}

@media (max-width: 990px) {
.about {
  margin-top: 1151px;
}

.tasks__inner {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  }

  .tasks__items {
  margin: 0 auto;
  }

  .tasks__img-box {
    text-align: center;
  }

  .tasks__items {
  padding-top: 30px;
 }

 .tasks__item-header {
  padding-top: 20px;
  }

  .tasks__item {
  margin: 0 auto;
  }

  .tasks__img-bottom-left {
    top: 852px;
  }

  .about__inner {
  flex-direction: column;
  }

  .about__item-left {
    margin: 0 auto;
  }

  .about__buttons {
   flex-direction: row;
   max-width: 400px;
   width: 100%;
   gap: 20px;
   margin: 0 auto;
   margin-top: 40px;
  }

  .about__button-2 {
    margin-top: 0;
  }

  .about__item-right-img {
    margin-top: -70px;
  }

  .about__item-right {
    margin: 0 auto;
  }

  .about__list {
  padding-bottom: 30px;
  }

  .about__img-top-right {
    bottom: 0;
  }

  .compound {
  margin-top: 0px;
  }

  .marking__item-left {
  margin-top: 106px;
  z-index: 1;
  }

  .marking__item-right-img {
  max-width: 600px;
  }

  .marking__item-right-imgelement {
    max-width: 600px;
    width: 100%;
  }

  .right-imgbox {
  max-width: 378px;
}

  .marking__inner {
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  }

  .marking__item-left-img {
    margin: 0 auto;
    max-width: 250px;
  }

  .marking__button {
  margin-top: 20px;
  font-size: 14px;
  }

  .promo__btn-link,
  .task__btn-link,
  .colorgrad-btn-3,
  .colorgrad-btn-2 {
    font-size: 14px;
  }

  .marking__item-right {
    margin-top: 15px;
  }

  .find__img-bottom-left {
  top: 380px;
  }

  .find__item-right-imgbox {
  max-width: 790px;
  }
}

@media (max-width: 940px) {
  .consumption__list-item-right {
    margin-top: 250px;
  }

  .consumption__list-item-left {
  margin-top: 190px;
  }
}

@media (max-width: 900px) {
  .right-bar {
    display: none;
  }
}

@media (max-width: 830px) {

  .consumption__img-child {
    max-width: 200px;
  }

  .consumption__textbox {
    top: 289px;
  }

  .consumption__list-inner {
  gap: 10px;
}

  .list-text {
  padding-left: 15px;
  }

  .consumption__img-adults {
  max-width: 286px;
}

.consumption__list-item-right {
  margin-top: 204px;
  }

.consumption__img-bg-2 {
  margin-left: 12px;
  margin-top: 42px;
}

  .list-icon {
  width: 40px;
 }
}

@media (max-width: 800px) {
 .header__menu,
  .header__item-local {
    display: none;
  }

  .mobile-nav-button {
    display: flex;
  }

  .header__menu-list__item--19 > .header__menu-list-link {
  display: block;
}

  .mobile-nav.active {
    display: flex;
    justify-content: center;
    z-index: 11;
  }

  .header__menu-list {
    flex-direction: column;
    margin-right: 0;
  }

  .header__menu-link {
    font-size: 18px;
  }

  .header__menu-item + .header__menu-item {
  margin-left: 0;
  margin-top: 15px;
  }

  .header__find-link {
    background-color: #fff;
    border: none;
    border-radius: 0;
    font-size: 18px;
    font-family: "Raleway", Arial, sans-serif;
    color: #575656;
    text-transform: inherit;
    margin: 0 auto;
    transition: all 0.3s;
  }

  .header__find-link:hover {
    color: #f18535;
  }

.header__local {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  }

  .instruction,
  .instruction__table {
    font-size: 14px;
  }

  .marking__item-right-imgelement {
  max-width: 500px;
  }

  .find__item-right-imgbox {
  left: -127px;
  max-width: 700px;
  }

  .find__item-left {
  padding-top: 130px;
  }

  .find__img-top-right,
  .find__img-bottom-left {
    max-width: 200px;
  }

  .find__img-top-right {
  top: 50px;
  }

  .find__img-bottom-left {
  top: 367px;
  }

  .marking__item-right-imgbox {
  max-width: 320px;
  }

  .weglot-lang {
  display: block;
}
}

@media (max-width: 780px) {
.consumption__inner {
  gap: 15px;
  }
}

@media (max-width: 713px) {
 .consumption__title {
  font-size: 30px;
  }
}

@media (max-width: 680px) {
  .find {
    padding-bottom: 80px;
  }
}

@media (max-width: 650px) {
.promo__inner {
  padding-top: 50px;
}

.promo__elements-img {
  max-width: 60px;
}

.promo__elements-img-1 {
  margin-top: -13px;
  margin-left: 54px;
  }

.promo__elements-img-2 {
  margin-top: 52px;
  margin-left: -51px;
  }

.promo__elements-img-3 {
  margin-top: 250px;
  margin-left: 224px;
}

.promo__elements-img-4 {
  margin-top: 290px;
  }

.promo__elements-img-5 {
  margin-left: -21px;
  margin-top: 50px;
  }

  .promo__elements {
  max-width: 500px;
}

.promo__btn-link {
  top: 268px;
  }

  .promo__img {
  max-width: 500px;
  }

  .compound__item-left-img {
  max-width: 500px;
  }

  .compound__img-element {
    width: 80px;
    height: 80px;
  }

  .compound__item-left {
  max-width: 600px;
  width: 100%;
  }

  .compound__item-element-1 {
  top: 159px;
  }

  .compound__item-element-2 {
  left: 333px;
  top: 159px;
  }

  .compound__item-element-3 {
  left: 94px;
  top: 295px;
}

   .compound__item-element-4 {
  left: 335px;
  top: 295px;
  }

  .compound__item-element-6 {
  left: 323px;
  top: 425px;
  }

  .compound__item-dl-2,
  .compound__item-dl-4,
  .compound__item-dl-6 {
  left: 20px;
  }

  .compound__item-left {
    margin-top: 50px;
  }

  .compound__item-dl-1,
  .compound__item-dl-3,
  .compound__item-dl-5 {
  right: 23px;
  }

  .compound__item-left-title {
    top: 0;
  }

  .compound__item-left-img {
    padding-top: 50px;
  }

  .compound__item-right-list {
    padding-bottom: 50px;
  }

  .find__item-right-imgbox {
  left: -95px;
  max-width: 600px;
  }
}

@media (max-width: 620px) {
  .consumption__inner{
    flex-direction: column;
  }

.consumption__list-item-left,
.consumption__list-item-right {
  margin-top: 0;
}

.find__inner {
  flex-direction: column-reverse;
  }

  .find__item-left {
  padding-top: 48px;
  }

  .find__item-right-imgbox {
  left: 0;
  right: 0;
  margin: 0 auto;
  }

  .marking__item-right-imgelement {
  margin: 0 auto;
  max-width: 450px;
  display: block;
  }

  .find__item-right-img {
    margin-top: 130px;
  }

  .find__img-bottom-left {
  top: 600px;
  }

  .marking__item-right {
  margin-top: 55px; 
  }
}

@media (max-width: 600px) {
  .about__item-left-img {
  max-width: 200px;
  }

  .about__item-left-title {
    font-size: 20px;
  }

  .consumption__inner {
    gap: 30px;
  }

  .footer__logo {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .footer__text {
    padding-top: 50px;
  }

  .marking__item-right-imgbox {
    max-width: 350px;
  }

  .consumption__inner {
    padding-top: 0;
  }

  .contacts__title {
    font-size: 30px;
  }

  .find__item-right-imgbox {
    max-width: 600px;
  } 
}

@media (max-width: 570px) {
  .about__item-right-imgelement {
    max-width: 420px;
  }

  .about__item-right {
  padding-top: 45px;
  }

  .about__list {
  margin-top: -35px;
  }

  .about__list-inner {
    flex-direction: column;
    gap: 0;
  }

  .tasks__list-icon {
    width: 50px;
    height: 50px;
  }

  .about__list-item-long {
    margin-left: 0;
    margin-top: 30px;
  }
}

@media (max-width: 550px) {
.promo__img {
  max-width: 400px;
  }

  .promo__elements-img-2 {
  margin-top: 37px;
}

.promo__elements-img-5 {
  margin-top: 0px;
}

.promo__subtitle {
  margin-top: 8px;
  }

  .promo__title {
  font-size: 40px;
  }

  .promo__subtitle {
  font-size: 20px;
  max-width: 337px;
  }

  .promo__btn-link {
  top: 220px;
  }

.promo__elements-img-3 {
  margin-top: 207px;
  }

  .promo__elements-img-4 {
  margin-top: 244px;
  }

   .promo__elements-img-5 {
  margin-left: -59px;
  }

  .tasks__item-text {
  line-height: 1.2;
  }

  .consumption__list-item-left, 
  .consumption__list-item-right {
  margin-top: 50px;
  }
}

@media (max-width: 530px) {
  .compound__item-left-img {
  padding-top: 432px;
  margin: 0 auto;
  }

  .compound__item-right {
  padding-top: 0px;
}

  .compound__item-element-1 {
    left: 50px;
  }

  .compound__item-element-2,
  .compound__item-element-4,
  .compound__item-element-6 {
    left: 225px;
  }

   .compound__item-element-3 {
    left: 48px;
   }

  .compound__item-element-1,
  .compound__item-element-2 {
    top: 130px;
  }

  .compound__item-element-3,
  .compound__item-element-4 {
    top: 215px;
  }

  .compound__item-element-5 {
  top: 302px;
  left: 51px;
}

  .compound__item-element-6 {
  top: 300px;
  }

  .compound__item-dl-1, 
  .compound__item-dl-3, 
  .compound__item-dl-5 {
  right: -90px;
  }

  .marking__item-right-imgbox {
  max-width: 280px;
  }

  .find__item-right-imgbox {
  max-width: 600px;
  }
}

@media (max-width: 500px) {
  .consumption__list-item-left, 
  .consumption__list-item-right {
   margin-top: 100px;
 }

 .consumption__note-list {
  padding-bottom: 30px;
  }

  .marking__item-right-img {
    top: 60px;
  }

  .decore-element {
  max-width: 200px;
  }

  .contacts {
  padding-bottom: 100px;
  }

  .contact__area {
  padding: 15px 20px 100px;
  }

  .instruction__header {
    font-size: 18px;
  }

  .about {
  margin-top: 1065px;
  }

  .page-404__title {
    font-size: 120px;
  }
}

@media (max-width: 490px) {
   .promo__elements-img-1 {
  margin-top: -24px;
 }

  .promo__elements-img-2 {
  margin-top: 21px;
}

  .promo__elements-img-3 {
  margin-left: 183px;
  }

  .promo__elements-img-5 {
  margin-left: -85px;
  }

  .find__item-right-imgbox {
  left: -50px;
  }
}

@media (max-width: 450px) {
.promo__spiral-element {
  left: -182px;
  }

   .promo__elements-img-1 {
  margin-left: 18px;
}

  .promo__elements-img-2 {
  margin-left: -48px;
}

.promo__elements-img-5 {
  margin-left: -60px;
  }

  .promo__spiral-element {
   left: -193px;
   top: 34%;
  }

  .consumption__note-list {
    max-width: 400px;
    width: 100%;
  }

.consumption__note-item {
    word-break:break-all;
  }

  .marking__item-left-img {
    max-width: 200px;
  }

  .marking__item-right-imgbox {
  max-width: 240px;
  }

  .contacts__offices {
  flex-direction: column;
  }

  .find__item-right-imgbox {
  max-width: 600px;
 }
}

@media (max-width: 449px) { 
.contact__img-bottom-left {
  top: 1100px;
}
}

@media (max-width: 440px) {
  .compound__item-element-1,
  .compound__item-element-3,
  .compound__item-element-5 {
    left: 10px;
  }

  .compound__item-element-2, 
  .compound__item-element-4, 
  .compound__item-element-6 {
  left: 165px;
  }

  .compound__item-left {
  margin-top: 0px;
  }
}

@media (max-width: 415px) {
.promo__elements-img-1 {
  margin-left: -11px;
 }

 .promo__subtitle {
  padding: 15px 13px;
 }

 .consumption__list-item-left, .consumption__list-item-right {
  margin-top: 150px;
 }
}

@media (max-width: 400px) {
  .contact__btn {
    width: 100%;
  }

  .contacts {
  padding-bottom: 90px;
  }
}

@media (max-width: 390px) {
.promo__elements-img-5 {
  position: absolute;
  top: -137px;
  left: 359px;
 }

 .marking__item-right-imgbox {
  max-width: 200px;
 }

 .consumption__list-item-left, 
 .consumption__list-item-right {
  margin-top: 170px;
  }

  .find__item-right-imgbox {
  max-width: 500px;
  }
}

@media (max-width: 385px) {
.promo__elements-img-5 {
  position: absolute;
  top: -251px;
  left: 338px;
}

.promo__elements-img-4 {
  margin-left: -48px;
  }
}

@media (max-width: 380px) {
.promo__elements-img-5 {
 top: -108px;
  left: 362px;
  }

  .promo__elements-img-3 {
  margin-left: 147px; 
  }

  .tasks__title-text {
  font-size: 30px;
  }

  .tasks__title-img {
  max-width: 131px;
  }

  .tasks__item-header {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  }

  .tasks__title-img {
  margin: 0 auto;
  }

 .task__btn-link {
  width: 100%;
  text-align: center;
  }
}

@media (max-width: 370px) {
.promo__elements-img-5 {
  left: 326px;
 }

 .compound__item-left-title {
  padding-bottom: 40px;
 }

.compound__item-title {
  font-size: 30px;
  }

 .compound__item-element-1, 
 .compound__item-element-3, 
 .compound__item-element-5 {
  left: -22px;
  }

.compound__item-element-2, 
.compound__item-element-4, 
.compound__item-element-6 {
  left: 129px;
  }

  .consumption__list-item-left, 
  .consumption__list-item-right {
  margin-top: 195px;
 }
}

@media (max-width: 360px) { 
  .promo__subtitle {
  padding: 15px 6px;  
  }

  .find__img-bottom-left {
  top: 547px;
  }
}

@media (max-width: 350px) { 
  .about__item-right-imgbox {
    max-width: 400px;
    left: -50px;
  }

  .about__buttons {
    flex-direction: column;
  }

  .about__item-right {
    min-height: 0;
  }

  .decore-element {
    max-width: 200px;
  }

  .about {
  margin-top: 1065px;
  }

  .footer__text {
    font-size: 16px;
  }
}

@media (max-width: 347px) { 
  .promo__subtitle {
   font-size: 18px;
  }

  .consumption__list-item-left, .consumption__list-item-right {
  margin-top: 250px;
}

@media (max-width: 340px) {
  .marking__item-right-imgbox {
  max-width: 170px;
  }

  .find__item-right-imgbox {
  max-width: 500px;
  }
 
 .find__item-right-imgelement {
  margin-left: 32px;
 }
} 

@media (max-width: 330px) { 
  .promo__subtitle {
   font-size: 18px;
  }

  .promo__elements-img-3 {
  margin-left: 122px;
  }

  .promo__elements-img-5 {
  left: 309px;
  }

  .promo__item-text {
  margin: 0 auto;
  }
  .about__item-right-imgbox {
    left: -64px;
  }
}
/* @media (max-width: 1000px) {} */

/* Adaptive /end */
