/* ===== Usage ===== */
/* ===== Usage ===== */
/* ===== Usage ===== */
/* ===== Usage ===== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

button {
  cursor: pointer;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

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

button:hover,
button:focus {
  outline: none;
}

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

button {
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  color: #333333;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  cursor: pointer;
  color: #333333;
}

input::-moz-placeholder {
  color: #333333;
}

input::placeholder {
  color: #333333;
}

*,
*::before,
*::after {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  min-height: 100%;
  max-width: 100vw;
  background-color: #FFFFFF;
  color: #333333;
  scroll-behavior: smooth;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #333333;
  border: 2px solid transparent;
  background-clip: content-box;
}

@media (prefers-color-scheme: dark) {
  html {
    color-scheme: dark;
  }
}
main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  max-width: 100%;
  overflow: hidden;
}

.container {
  margin: 0 auto;
  padding: 100px 0;
  width: 100%;
}
@media (max-width: 1640px) {
  .container {
    max-width: calc(100% - 120px);
  }
}
@media (max-width: 1260px) {
  .container {
    max-width: 932px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 728px;
  }
}
@media (max-width: 740px) {
  .container {
    max-width: calc(100% - 40px);
  }
}

.no-scroll {
  overflow: hidden;
}

/* ===== Usage ===== */
/* ===== Usage ===== */
/* ===== Usage ===== */
/* ===== Usage ===== */
.header__container {
  padding: 20px 0;
}
.header__container-bottom {
  padding: 40px 0 20px 0;
}
@media (max-width: 600px) {
  .header__container-bottom {
    padding: 30px 0 20px 0;
  }
}
.header__top-wrapper {
  background: rgba(207, 244, 129, 0.5);
}
.header__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1640px) {
  .header__top-inner {
    gap: 25px;
  }
}
.header__contacts {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 45px;
}
@media (max-width: 1260px) {
  .header__contacts {
    gap: 3.5%;
  }
}
@media (max-width: 991px) {
  .header__contacts {
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header .chevron-icon-nav {
  transition: transform 0.3s ease;
}
.header .rotated {
  transform: rotate(180deg);
}
@media (max-width: 600px) {
  .header__icon {
    width: 18px;
    height: 18px;
  }
}
.header__contacts-item {
  min-width: -moz-max-content;
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 991px) {
  .header__contacts-item {
    gap: 6px;
  }
}
.header__contacts-info {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  min-width: -moz-max-content;
  min-width: max-content;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .header__contacts-info {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .header__contacts-info {
    font-size: 10px;
  }
}
.header__contacts-info--mobile {
  display: none;
}
@media (max-width: 991px) {
  .header__contacts-info--mobile {
    display: block;
  }
}
.header__contacts-info--address {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 1260px) {
  .header__contacts-info--address {
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .header__contacts-info--address {
    white-space: normal;
  }
}
@media (max-width: 1260px) {
  .header__contacts-info--phone {
    white-space: nowrap;
  }
}
.header__top-list {
  display: flex;
  align-items: center;
  gap: 45px;
}
@media (max-width: 1640px) {
  .header__top-list {
    gap: 25px;
  }
}
@media (max-width: 1260px) {
  .header__top-list {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .header__top-list {
    display: none;
  }
}
.header__top-link {
  white-space: nowrap;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.header__logo {
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: 114px;
  min-height: 30px;
}
@media (max-width: 1260px) {
  .header__logo img {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .header__logo img img {
    width: 100%;
  }
}
.header__navigation-list {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1640px) {
  .header__navigation-list {
    gap: 20px;
  }
}
@media (max-width: 1260px) {
  .header__navigation-list {
    display: none;
  }
}
.header__navigation-item {
  position: relative;
  display: inline-block;
}
.header__navigation-dropdown {
  margin-top: 10px;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.header__navigation-dropdown li {
  list-style: none;
  padding: 8px;
  text-align: left;
}
.header__navigation-dropdown a {
  color: black;
  display: block;
  padding: 8px 16px;
}
.header__navigation-dropdown a:hover {
  background-color: #ddd;
}
.header__navigation-link {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1640px) {
  .header__navigation-link {
    font-size: 16px;
    gap: 5px;
  }
}
@media (max-width: 1260px) {
  .header__navigation-link {
    font-size: 14px;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header__button-lng {
  background-color: #CFF481;
  padding: 20px 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 991px) {
  .header__button-lng {
    display: none;
  }
}
.header__custom-input {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #333;
  border-radius: 49px;
  padding: 5px 10px;
  width: 220px;
  height: 60px;
  background-color: #fff;
}
@media (max-width: 1640px) {
  .header__custom-input {
    width: 150px;
  }
}
@media (max-width: 1260px) {
  .header__custom-input {
    width: 150px;
  }
}
@media (max-width: 600px) {
  .header__custom-input {
    width: 120px;
    height: 40px;
  }
}
@media (max-width: 600px) {
  .header__custom-input img {
    width: 16px;
    height: 16px;
  }
}
.header__custom-input input {
  color: #333;
  border: none;
  outline: none;
  flex: 1;
  padding: 5px 50px 5px 10px;
  border-radius: 20px;
  max-width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 600px) {
  .header__custom-input input {
    padding: 5px 30px 5px 10px;
  }
}
@media (max-width: 600px) {
  .header__custom-input input {
    font-size: 14px;
  }
}
.header__custom-input img {
  position: absolute;
  right: 20px;
}
.header__burger {
  display: none;
}
@media (max-width: 1260px) {
  .header__burger {
    display: block;
  }
}

/* ===== Usage ===== */
/* ===== Usage ===== */
/* ===== Usage ===== */
/* ===== Usage ===== */
.burger-menu {
  display: none;
  position: fixed;
  top: 66px;
  left: 0;
  width: 100%;
  height: calc(100vh - 66px);
  padding-bottom: 120px;
  background-color: #292929;
  overflow-y: scroll;
  z-index: 1000;
}
@media (max-width: 991px) {
  .burger-menu {
    top: 73.6px;
    height: calc(100vh - 73.6px);
  }
}
@media (max-width: 600px) {
  .burger-menu {
    top: 64px;
    height: calc(100vh - 64px);
  }
}
.burger-menu::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent;
}
.burger-menu::-webkit-scrollbar-thumb {
  background-color: #333333;
  border: 2px solid transparent;
  background-clip: content-box;
}
.burger-menu__header {
  padding: 30px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.burger-menu__button-lng {
  background-color: #cff481;
  padding: 20px 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.burger-menu__navigation-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.burger-menu__navigation-item {
  margin-bottom: 20px;
}
.burger-menu__navigation-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.burger-menu__navigation-dropdown {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-direction: column;
}
.burger-menu__navigation-dropdown a {
  color: #fffcfc;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.burger-menu__navigation-selected {
  color: #cff481;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.burger-menu .chevron-icon {
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.burger-menu__navigation-item.open .chevron-icon {
  transform: rotate(360deg);
}/*# sourceMappingURL=index.css.map */