/*
  Reset
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..700;1,100..700&display=swap");
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input {
  -webkit-appearance: none;
  border-radius: 0;
}

/*
  Main
 */
body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: inherit;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background-color: #FFF;
}
@media (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

a {
  color: inherit;
}
a.underline {
  text-decoration: underline !important;
  text-decoration-thickness: 0.75px;
  text-underline-offset: 2.5px;
}

img {
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

a.btn, button {
  color: #FFF;
  background-color: #00674F;
}
a.btn:hover, a.btn:focus, button:hover, button:focus {
  background-color: #D0E0C2;
}

textarea {
  resize: none;
}

button {
  text-decoration: none;
  transition: background-color 0.25s cubic-bezier(0.55, 0.07, 0.93, 0.67), text-decoration-thickness 0.5s cubic-bezier(0.55, 0.07, 0.93, 0.67), text-decoration-offset 0.5s cubic-bezier(0.55, 0.07, 0.93, 0.67);
  font-weight: 400 !important;
}
button:disabled {
  opacity: 0.6;
  cursor: not-allowed !important;
}
button:hover, button:focus {
  text-decoration: underline !important;
  text-decoration-thickness: 0.75px;
  text-underline-offset: 2.5px;
}

iframe.gtm {
  display: none;
  visibility: hidden;
}

.hidden {
  display: none !important;
}

#page-loader {
  position: fixed;
  inset: 0;
  color: #00674F;
  background-color: #D0E0C2;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease;
}

body.loaded #page-loader {
  opacity: 0;
  pointer-events: none;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #FFF;
  border-top-color: #00674F;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
header {
  background-color: #FFF;
  z-index: 1000;
}
header .container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 769px) {
  header .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 768px) {
  header .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header .container {
  display: flex;
  flex-direction: column;
}
header a {
  text-decoration: none;
  transition: background-color 0.25s cubic-bezier(0.55, 0.07, 0.93, 0.67), text-decoration-thickness 0.5s cubic-bezier(0.55, 0.07, 0.93, 0.67), text-decoration-offset 0.5s cubic-bezier(0.55, 0.07, 0.93, 0.67);
}
header a:hover, header a:focus {
  text-decoration: underline !important;
  text-decoration-thickness: 0.75px;
  text-underline-offset: 2.5px;
}
header .header__top {
  display: flex;
  align-items: stretch;
  gap: 24px;
  padding: 10px 50px;
  font-size: 13px;
  border-bottom: 1px solid #000;
}
header .header__top ul {
  display: flex;
  align-items: center;
  gap: 16px;
}
header .header__top ul li a {
  padding: 5px;
  margin: -5px;
}
header .header__top--contacts {
  padding-right: 24px;
  position: relative;
}
header .header__top--contacts::after {
  content: "";
  position: absolute;
  right: 0;
  top: -2.5px;
  bottom: -2.5px;
  width: 1px;
  background: #000;
}
header .header__top--menu {
  flex: 1;
  min-width: 0;
}
header .header__top--menu li:last-child {
  margin-left: auto;
}
header .header__main {
  display: flex;
  align-items: center;
  padding: 37px 50px;
}
header .header__main .header__logo {
  line-height: 0;
}
header .header__main .header__logo a {
  display: block;
  padding: 10px;
  margin: -14px;
}
header .header__main .header__logo img {
  display: block;
  width: 313px;
  height: 34px;
}
header .header__bottom {
  background-color: #D0E0C2;
  padding: 0 50px;
  font-size: 20px;
}
header .header__bottom ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
header .header__bottom ul li {
  background-color: pink;
  padding: 20px 0;
}
header .header__bottom ul li a {
  padding: 18px;
  margin: -18px;
}
header .header__bottom ul li:first-child {
  background-color: #00674F;
  color: #FFF;
  padding: 20px 25px;
}

/*# sourceMappingURL=main.css.map */
