@charset "UTF-8";
@font-face {
  font-family: "Eastman";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Eastman-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Eastman";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Eastman-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Eastman";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Eastman-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Eastman";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Eastman-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Eastman";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Eastman-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Eastman";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Eastman-BoldItalic.ttf") format("truetype");
}
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

body {
  font-family: "Eastman", arial, sans-serif;
  font-size: 16px;
}
body.noscroll {
  overflow: hidden;
}

a {
  color: #204d40;
  text-decoration: none;
  transition: 0.2s ease-in-out all;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}

input[type=text],
input[type=date] {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  font-size: 21px;
  padding: 18px 32px;
  margin-bottom: 20px;
}
input[type=text]::placeholder,
input[type=date]::placeholder {
  color: #808080;
}
@media screen and (max-width: 640px) {
  input[type=text],
input[type=date] {
    font-size: 18px;
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 15px;
  }
}

input[type=date]:before {
  content: attr(placeholder);
  color: #808080;
  position: absolute;
  background: #fff;
}

input[type=date]:focus:before,
input[type=date].filled:before {
  content: "";
}

a.button,
button,
input[type=submit] {
  border-radius: 10px;
  font-size: 20px;
  line-height: 20px;
  padding: 22px 38px;
  display: inline-block;
  text-decoration: none;
  min-width: 230px;
  transition: 0.2s ease-in-out all;
  background: #D9D9D9;
  color: #000;
}
@media screen and (max-width: 640px) {
  a.button,
button,
input[type=submit] {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 220px;
  }
}
a.button:hover, a.button:active, a.button:focus,
button:hover,
button:active,
button:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
  background: #f0f0f0;
}

a.button-main,
button.button-main,
input[type=submit].button-main {
  border-radius: 10px;
  font-size: 20px;
  line-height: 20px;
  padding: 22px 38px;
  display: inline-block;
  text-decoration: none;
  min-width: 230px;
  transition: 0.2s ease-in-out all;
  background: linear-gradient(90deg, #4FBA45 0%, #1B68D9 100%);
  color: #FFF;
}
@media screen and (max-width: 640px) {
  a.button-main,
button.button-main,
input[type=submit].button-main {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 220px;
  }
}
a.button-main[disabled],
button.button-main[disabled],
input[type=submit].button-main[disabled] {
  background: #eee;
  color: #888;
}
a.button-main:hover, a.button-main:active, a.button-main:focus,
button.button-main:hover,
button.button-main:active,
button.button-main:focus,
input[type=submit].button-main:hover,
input[type=submit].button-main:active,
input[type=submit].button-main:focus {
  opacity: 0.8;
}

header,
footer > .inner,
.slide > .inner {
  max-width: 1580px;
  margin: 0 auto;
  padding: 80px 40px 20px;
}
@media screen and (max-width: 640px) {
  header,
footer > .inner,
.slide > .inner {
    padding: 50px 20px 20px;
  }
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
header a {
  color: inherit;
}
header img.logo {
  flex: 0 0;
}
header .logo1 {
  height: 52px;
}
header .logo2 {
  height: 44px;
}
header .logo3 {
  height: 52px;
}
header .phone {
  flex-grow: 1;
}
header .menu-line {
  display: flex;
  gap: 40px;
}
header .spacer {
  display: none;
  flex: 1 1 auto;
}
header #hamburger {
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  flex: 0 0 auto;
  position: relative;
}
header #hamburger:focus {
  outline: none;
}
header #hamburger .inner {
  display: block;
  position: absolute;
  top: 18px;
  left: 7px;
  width: 26px;
  height: 4px;
  background-color: #213225;
  transition: background 0s 0.3s;
  border-radius: 2px;
}
header #hamburger .inner:before, header #hamburger .inner:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #213225;
  content: "";
  border-radius: 2px;
}
header #hamburger .inner:before {
  top: -8px;
  transition: top 0.3s 0.3s, transform 0.3s 0s, background-color 0.3s 0.3s;
}
header #hamburger .inner:after {
  bottom: -8px;
  transition: bottom 0.3s 0.3s, transform 0.3s 0s, background-color 0.3s 0.3s;
}
header #hamburger .inner * {
  display: none;
}
header #hamburger.active .inner {
  background: none;
}
header #hamburger.active .inner:before {
  top: 0;
  background-color: #213225;
  transform: rotate(45deg);
  transition: top 0.3s 0s, transform 0.3s 0.3s, background-color 0.1s 0.1s;
}
header #hamburger.active .inner:after {
  bottom: 0;
  background-color: #213225;
  transform: rotate(-45deg);
  transition: bottom 0.3s 0s, transform 0.3s 0.3s, background-color 0.1s 0.1s;
}
header #menu_mobile {
  display: flex;
  display: none;
  position: fixed;
  top: 72px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1;
  padding: 40px 20px 20px;
  flex-direction: column;
  justify-content: space-between;
}
header #menu_mobile .menu-m {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
header #menu_mobile .phone-m {
  display: block;
  font-weight: bold;
}
header #menu_mobile img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  header {
    justify-content: start;
  }
  header .phone,
header .menu-line {
    display: none;
  }
  header #hamburger {
    display: block;
  }
  header .spacer {
    display: block;
  }
}

.slide > .inner > h2,
.slide > .inner .pane > h2,
.slide > .inner .desc,
.slide > .inner .text {
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.slide > .inner > h2,
.slide > .inner .pane > h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.slide > .inner .desc {
  font-size: 23px;
  margin-bottom: 40px;
}
.slide > .inner .text {
  font-size: 15px;
}
.slide > .inner > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .slide > .inner > h2,
.slide > .inner .pane > h2,
.slide > .inner .desc,
.slide > .inner .text {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
  .slide > .inner .desc {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.slide .slider-controls {
  margin-bottom: 50px;
  font-size: 0;
  text-align: center;
  position: relative;
  min-height: 19px;
}
.slide .slider-controls:before {
  content: "";
  background: #92B692;
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
}
.slide .slider-controls .slick-arrow {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAPBAMAAACcmWsnAAAAMFBMVEUAAACPtY+Ut5STt5OStZKQtJCStpKStpKRtZGTtpOTtpOStpKPs4+PtY+Pr4+StpLd2NtiAAAAD3RSTlMAYJ9/YFDv38+/r3BAMCDB+EP4AAAAQklEQVQY02MAAvsDDGiA+f8FdCH7L5iKHMhT9F0JFWxgyP+PBiYwyP8QRAUBDIz/DRjQgfxndBHilQVgiEU9QOECANxFJgPGM+ZUAAAAAElFTkSuQmCC");
  display: inline-block;
  height: 19px;
  width: 39px;
  background-position: center;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  font-size: 0;
  border-radius: 0;
  padding: 0;
  min-width: auto;
  margin: 0 13px;
}
.slide .slider-controls .slick-next {
  transform: rotate(180deg);
}

#slide_top {
  background: url("../img/bg_top.jpg") no-repeat center center transparent;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
}
#slide_top:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 0;
  background: url("../img/hmao95.png") no-repeat right center;
  background-size: contain;
  opacity: 0.15;
}
#slide_top > .inner {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
#slide_top .logo-er {
  height: 74px;
  display: block;
  margin: 10px auto 30px;
}
#slide_top .button-vik a {
  border: 1px solid #808080;
  border-radius: 10px;
  background-color: rgba(27, 39, 28, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  padding: 8px 14px;
  display: inline-block;
  text-decoration: none;
}
#slide_top .button-vik a:hover, #slide_top .button-vik a:active, #slide_top .button-vik a:focus {
  background-color: rgba(80, 80, 80, 0.5);
}
#slide_top h1 {
  font-size: 60px;
  line-height: 135%;
  font-weight: 500;
  max-width: 900px;
  margin: 10px auto;
}
#slide_top .desc {
  font-size: 25px;
  max-width: 920px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#slide_top .buttons {
  font-size: 0;
  margin: 60px 0;
}
#slide_top .buttons a {
  margin: 0 20px;
}
@media screen and (max-width: 640px) {
  #slide_top {
    text-align: left;
  }
  #slide_top .logo-er {
    margin-left: 0;
  }
  #slide_top h1 {
    font-size: 35px;
  }
  #slide_top .desc {
    font-size: 16px;
  }
  #slide_top .buttons {
    margin: 40px 0;
  }
  #slide_top .buttons a {
    margin: 10px 0;
  }
}

#slide_about .mosaic {
  display: flex;
  height: 628px;
  gap: 14px;
  margin-top: 60px;
}
#slide_about .mosaic .mc {
  border-radius: 10px;
}
#slide_about .mosaic .mc {
  background-size: cover;
  background-position: center;
  transition: 1s linear background-image;
  flex: 1 1 50%;
}
#slide_about .mosaic .mg, #slide_about .mosaic > .mc:last-child {
  flex: 1 1 25%;
}
#slide_about .mosaic .mg {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 640px) {
  #slide_about .mosaic_wrapper {
    overflow-x: scroll;
  }
  #slide_about .mosaic {
    height: 265px;
    margin-top: 10px;
    gap: 10px;
    width: 360%;
  }
  #slide_about .mosaic .mc,
#slide_about .mosaic > .mc:last-child {
    flex-basis: 25%;
  }
  #slide_about .mosaic .mg {
    flex-basis: 50%;
    gap: 10px;
    flex-direction: row;
  }
}

#slide_prize > .inner {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
#slide_prize .prizes {
  display: flex;
  overflow: hidden;
  margin-bottom: 30px;
}
#slide_prize .prizes > * {
  flex: 0 0 100%;
}
#slide_prize .prizes .group {
  display: flex;
  will-change: transform;
  animation: scrolling 90s linear infinite;
}
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#slide_prize .prizes:hover .group {
  animation-play-state: paused;
}
#slide_prize .prizes .p {
  position: relative;
  padding: 25px;
  margin: 0 25px;
  width: 360px;
}
#slide_prize .prizes .p:before {
  content: "";
  background: rgba(237, 247, 237, 0.68);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 190px;
  border-radius: 15px;
}
#slide_prize .prizes .p .img {
  position: relative;
  margin-bottom: 10px;
  height: 230px;
  display: flex;
  align-items: end;
}
#slide_prize .prizes .p .img img {
  max-height: 100%;
  max-width: 80%;
}
#slide_prize .prizes .p .title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
}
#slide_prize .prizes .p .text {
  margin-top: 10px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #slide_prize > .inner > h2,
#slide_prize > .inner .desc,
#slide_prize > .inner .text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#slide_facts .facts {
  margin-bottom: 50px;
}
#slide_facts .facts .slick-track {
  display: flex !important;
}
#slide_facts .facts .slick-slide {
  height: inherit !important;
}
#slide_facts .facts .slick-slide > div {
  height: 100%;
  padding: 0 10px;
}
#slide_facts .facts > .f {
  display: none;
}
#slide_facts .facts .f {
  background: rgba(237, 247, 237, 0.68);
  border-radius: 15px;
  padding: 25px;
  height: 100%;
}
#slide_facts .facts .f:before {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 12px;
}
#slide_facts .facts .f.f1:before {
  background-image: url("../img/icon_f1.png");
}
#slide_facts .facts .f.f2:before {
  background-image: url("../img/icon_f2.png");
}
#slide_facts .facts .f.f3:before {
  background-image: url("../img/icon_f3.png");
}
#slide_facts .facts .f.f4:before {
  background-image: url("../img/icon_f4.png");
}

#slide_video .wrapper {
  position: relative;
  padding-bottom: 40%;
  padding-top: 25px;
  height: 0;
}
#slide_video .wrapper iframe {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#slide_org .orgs,
#slide_org .partners1,
#slide_org .partners2,
#slide_org .partners3 {
  margin-bottom: 50px;
}
#slide_org .orgs .slick-track,
#slide_org .partners1 .slick-track,
#slide_org .partners2 .slick-track,
#slide_org .partners3 .slick-track {
  display: flex !important;
}
#slide_org .orgs .slick-slide,
#slide_org .partners1 .slick-slide,
#slide_org .partners2 .slick-slide,
#slide_org .partners3 .slick-slide {
  height: inherit !important;
}
#slide_org .orgs .slick-slide > div,
#slide_org .partners1 .slick-slide > div,
#slide_org .partners2 .slick-slide > div,
#slide_org .partners3 .slick-slide > div {
  height: 100%;
  padding: 0 10px;
}
#slide_org .orgs .p,
#slide_org .partners1 .p,
#slide_org .partners2 .p,
#slide_org .partners3 .p {
  background: rgba(237, 247, 237, 0.68);
  border-radius: 15px;
  padding: 25px;
  height: 100%;
  text-align: center;
  font-weight: 500;
  overflow-wrap: break-word;
}
#slide_org .orgs .p a,
#slide_org .partners1 .p a,
#slide_org .partners2 .p a,
#slide_org .partners3 .p a {
  color: inherit;
}
#slide_org .orgs .p img,
#slide_org .partners1 .p img,
#slide_org .partners2 .p img,
#slide_org .partners3 .p img {
  margin: 0 auto 15px;
  max-height: 90px;
  max-width: 100%;
}

#slide_faq .faq {
  position: relative;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 20px;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}
#slide_faq .faq:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(360deg, #4FBA45 0%, #2D6BB0 100%);
}
#slide_faq .faq .q {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 55px 14px 25px;
  cursor: pointer;
  position: relative;
}
#slide_faq .faq .q:after {
  content: "";
  position: absolute;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAARCAMAAAASeod7AAAA1VBMVEUAAABAhXs3f5VPukVFomVOtUgvcKoyeZ44jH0tbLEwdKZMtkwta7Aub6sxd6A1fZk2gpE5ioU9kH04hY06i4ZNtU1GqF5DoGpKslI+mHc6kIg4gI9Ar0hPukZAl3VKrlVBmnBLsVEwc6Y5h4pNsk5Ot0o3gZQ8j4A+k3w0f5dAmHU/lXlBmXBKrVVLslJCnW1JrVtHqGBIqVlKrldAm3AwcK8+lHlCnG4ub6wyeZ01gJU5iIk8joJDoGhFo2VGpWFHqF1Iq1pKsFQwc6YxdqI3hI9Al3VN1s9UAAAANnRSTlMAEB/fgB+fnyAfH/7f39/f39/fz8/Pf18wLx8QEP7v7+7u39/f38/Pz7+/r6Cfn4+Pb19PQBBPg05aAAAArklEQVQoz3XM1xKCMBRF0YuIimABFcTeey9goVv+/5M0Q9WQ/ZLJrJMATTNAKsOfgW7XWiS+8CwwNOcPcC6w34MZc5skzj4Qo8HIXSfwc5AHr3rf3WF8LSL2B11H+tHmHHHU0bGlOE9upRTEO9hWOrxQlYCj9pYph/wqBxyVNg3Z4+odMT4wtJPHQ4+xgdZTgJrqQgOS22odZaYLOSC1equqGDHeQhXR58So5f/rD9LFDw/61YCfAAAAAElFTkSuQmCC") no-repeat center transparent;
  background-size: 16px auto;
  width: 20px;
  height: 12px;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  transform: rotate(-90deg);
  transition: 0.2s ease-in-out all;
}
#slide_faq .faq .a {
  display: none;
  padding: 10px 25px 14px;
}
#slide_faq .faq.active .q:after {
  transform: none;
}

#slide_vik {
  display: none;
}
#slide_vik.inited {
  display: block;
}
#slide_vik .pane {
  background: #F3FAF3;
  border-radius: 15px;
  padding: 50px 40px;
}
#slide_vik .welcome {
  text-align: center;
}
#slide_vik .questions {
  overflow: hidden;
}
#slide_vik .questions .status {
  overflow: hidden;
}
#slide_vik .questions .status .count {
  float: left;
}
#slide_vik .questions .status .result {
  float: right;
}
#slide_vik .questions .status_line {
  clear: both;
  border-radius: 6px;
  height: 12px;
  background: #fff;
  margin-top: 12px;
  border: 1px solid #f0f0f0;
  position: relative;
  overflow: hidden;
}
#slide_vik .questions .status_line .done {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #4FBA45;
  border-radius: 6px;
  transition: 0.5s ease-in-out width;
}
#slide_vik .questions .question {
  margin-top: 60px;
  font-size: 23px;
}
#slide_vik .questions .options {
  margin-top: 40px;
  font-size: 18px;
  position: relative;
  z-index: 0;
}
#slide_vik .questions .options .option {
  position: relative;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 3.51px 3.51px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  margin-top: 18px;
  padding: 16px 68px 16px 32px;
}
#slide_vik .questions .options .option:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(360deg, #4FBA45 0%, #2D6BB0 100%);
}
#slide_vik .questions .options .option:before {
  display: none;
}
#slide_vik .questions .options .option:after {
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAgCAMAAAC8RHExAAABPlBMVEUAAAAme7EbaNcshqYcbss4k4IccM8leLspf68lebshdMEuhKIwipRMt0hIrVgrgqw5mYJCp2kxjJkca9QidcI0kZE4l4RGrGFJslU2lYpIrlsaaNhHrlszj5Q/onJQu0QaaNkofrRQukQbaNdMuEcwjpccZ9ohccksgatNtks8nHtCpmlPu0UviJ9PukUqgaoviZ8xjJpPukQjdMEda9Qofa8zjZU6moAidMQ8m3wmerkyjZtCpWpOuUYgcsgyjZU9nHZBpW4gcMVApWVQr0AbaNkgcckne7cidcMpfrEthaUcatUrgqsfbs8leL5Pu0U+oHVAo3AviZ8xjJkzj5M1ko03lodIsFhNt0wviJ88nHtPuUYkd706mYJCpmoebs9EqWNGrV1Ls1Ixi5lEqmRGrF5Ks1E7nHtKtFFOuUaPIF+aAAAARXRSTlMAIIB/ICAQ39/PT08gIB/+/v7v39/f39/fz8+gkI9/f29vb2BQL+/v7+/u7u7f38/Pz7+gn5+fn4+Af39/f3BgUE8wMBCTFigzAAABPklEQVQ4y43OZ1uCUACG4deF29Ky3Dnbe++9My1sqWjgaPz/P9CRA0USHW7GBS/PB2BKdra87IcpY2Vi/tRsSmTBlq8Tn/X6Hpj8Uy9Unp1GWq03cnwkwBKIPFMxMMUkqduVutJoACwJsdMRO6JoIt0NNoNNYuYELKl7xRFYDu8UKbA4pmu19xqxxU5HBhuNBrk2TKRPVBRM0Ucq7NCMvuT6AXSSD1TYpxkLoUq7vaQuqp12RRYqQGOR56t8dc4LLRtfJSM5fs/XCptm8+pGylUkBsi5YIHCMlmk+lJkrlQuj5K6lGEN/TIX37bl1Km8uaFDPpZKQqlHcNsBt/wmCE4L/sCtXKqGPZvqE0319s/7TRzDiH3o9Zbo3eiDB8a41RstK/6VPvuhS/X/oaZxMHFxuRxPwwx7zmrNcTDwBahfaE2Umh+rAAAAAElFTkSuQmCC") no-repeat center;
  background-size: auto 16px;
  position: absolute;
  width: 22px;
  height: 16px;
  top: 50%;
  margin-top: -11px;
  right: 24px;
  display: none;
}
#slide_vik .questions .options .option.active:before, #slide_vik .questions .options .option.active:after {
  display: block;
}
#slide_vik .questions .next_question {
  font-size: 18px;
  margin-top: 50px;
  float: right;
  cursor: pointer;
  pointer-events: none;
  opacity: 0.5;
}
#slide_vik .questions .next_question.active {
  pointer-events: all;
  opacity: 1;
}
#slide_vik .questions .next_question:after {
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAfCAMAAAA2uda4AAAAz1BMVEUAAAAwdZxAlHg4hI1AmnI2eo8tbK9KsVMsb6hOuUcwc6Yxd6BBm3BIqlwvcalFpGMucKoyeps1fpY6iodAl3U1gJY4hY46i4Y9kH5CnmtCn2I8j4AsbbItba9Fo2ZDoGo3gpA4hos7joE+kX1PukU/lXlFo2ZFpWJNt0pOuUdKr1JNtU1GpmFGqV5OtFFAk3hQukVRvkdQt0hQr0A+k3pHp2Ayd6E0fJo4iIo7joNIqlpKrVdLsFNMs09Ot0k2gJQ4hJBAl3VBmnJCnG5En2pnz7rUAAAANHRSTlMAIBAgHxDffx/v39/ff/7u39/f39/Pz8/PzzAgH/7+79/f39/fr6Cfn49/YF9fX0AwLyAQ1fgcLwAAAJtJREFUKM9lz0UWg0AURFFISOMa4sTdDYIT3f+aMq7fNbyDd04JjAUCjg2ZghI4lkNI0SyNkKg9dJGQzpMbuw1CXtwiVPeeHE1ebUrThKNm0qlRSikNZmmX0jykdA7DJYDkv30JwPgYBL49qPTHPwL2aAXRgx2tAY5RZAKYWYYg57mMUBQ7hLI8AWwqdQ+wrdQr3l2oFwF3uxP4A4zODi5DAo4CAAAAAElFTkSuQmCC") no-repeat center;
  background-size: auto 16px;
  display: inline-block;
  width: 9px;
  height: 16px;
  margin-left: 12px;
  margin-bottom: -3px;
}
#slide_vik .form .desc {
  margin-bottom: 12px;
}
#slide_vik .form .text {
  color: #888;
}
#slide_vik .form .name_inputs {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}
#slide_vik .form .name_inputs * {
  flex: 1 1 auto;
}
#slide_vik .form .addr_autocomplete {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  width: 100%;
}
#slide_vik .form .addr_autocomplete input {
  display: block;
  width: 100%;
}
#slide_vik .form .addr_autocomplete .addr_suggestions {
  position: absolute;
  background: #fff;
  border: 1px solid #204E41;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  width: 100%;
  margin-top: -30px;
  overflow-wrap: break-word;
  overflow-y: auto;
  max-height: 281px;
}
#slide_vik .form .addr_autocomplete .addr_suggestions .addr_suggestion {
  padding: 3px 15px;
  cursor: pointer;
}
#slide_vik .form .addr_autocomplete .addr_suggestions .addr_suggestion.focused, #slide_vik .form .addr_autocomplete .addr_suggestions .addr_suggestion:focus, #slide_vik .form .addr_autocomplete .addr_suggestions .addr_suggestion:focus-visible {
  background: #D6E4EC;
  outline: none;
}
#slide_vik .form .mphone {
  width: 270px;
  margin-right: 20px;
}
#slide_vik .form .get-code {
  margin-right: 20px;
}
#slide_vik .form .password {
  width: 190px;
}
#slide_vik .form .send-form {
  display: block;
  margin-top: 30px;
}
#slide_vik .form .checkboxes {
  margin-top: -10px;
  font-size: 18px;
}
#slide_vik .form .checkboxes .checkbox {
  margin-top: 10px;
}
#slide_vik .form .checkboxes .checkbox input {
  margin-right: 10px;
}
#slide_vik .form .status-messages .message {
  margin-top: 20px;
}
#slide_vik .form .status-messages .error {
  color: #FF0000;
}
#slide_vik .thanks {
  text-align: center;
}
#slide_vik .thanks:before {
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAgCAMAAAC8RHExAAABPlBMVEUAAAAme7EbaNcshqYcbss4k4IccM8leLspf68lebshdMEuhKIwipRMt0hIrVgrgqw5mYJCp2kxjJkca9QidcI0kZE4l4RGrGFJslU2lYpIrlsaaNhHrlszj5Q/onJQu0QaaNkofrRQukQbaNdMuEcwjpccZ9ohccksgatNtks8nHtCpmlPu0UviJ9PukUqgaoviZ8xjJpPukQjdMEda9Qofa8zjZU6moAidMQ8m3wmerkyjZtCpWpOuUYgcsgyjZU9nHZBpW4gcMVApWVQr0AbaNkgcckne7cidcMpfrEthaUcatUrgqsfbs8leL5Pu0U+oHVAo3AviZ8xjJkzj5M1ko03lodIsFhNt0wviJ88nHtPuUYkd706mYJCpmoebs9EqWNGrV1Ls1Ixi5lEqmRGrF5Ks1E7nHtKtFFOuUaPIF+aAAAARXRSTlMAIIB/ICAQ39/PT08gIB/+/v7v39/f39/fz8+gkI9/f29vb2BQL+/v7+/u7u7f38/Pz7+gn5+fn4+Af39/f3BgUE8wMBCTFigzAAABPklEQVQ4y43OZ1uCUACG4deF29Ky3Dnbe++9My1sqWjgaPz/P9CRA0USHW7GBS/PB2BKdra87IcpY2Vi/tRsSmTBlq8Tn/X6Hpj8Uy9Unp1GWq03cnwkwBKIPFMxMMUkqduVutJoACwJsdMRO6JoIt0NNoNNYuYELKl7xRFYDu8UKbA4pmu19xqxxU5HBhuNBrk2TKRPVBRM0Ucq7NCMvuT6AXSSD1TYpxkLoUq7vaQuqp12RRYqQGOR56t8dc4LLRtfJSM5fs/XCptm8+pGylUkBsi5YIHCMlmk+lJkrlQuj5K6lGEN/TIX37bl1Km8uaFDPpZKQqlHcNsBt/wmCE4L/sCtXKqGPZvqE0319s/7TRzDiH3o9Zbo3eiDB8a41RstK/6VPvuhS/X/oaZxMHFxuRxPwwx7zmrNcTDwBahfaE2Umh+rAAAAAElFTkSuQmCC") no-repeat center;
  display: block;
  width: 43px;
  height: 32px;
  margin: 30px auto;
}
#slide_vik .thanks .desc {
  max-width: 660px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  #slide_vik .inner {
    padding-left: 0;
    padding-right: 0;
  }
  #slide_vik .pane {
    padding: 30px 20px;
    border-radius: 0;
  }
  #slide_vik .pane > h2 {
    font-size: 24px;
  }
  #slide_vik .questions .status {
    font-size: 14px;
  }
  #slide_vik .questions .question {
    margin-top: 30px;
    font-size: 16px;
  }
  #slide_vik .questions .options .option {
    padding-left: 16px;
    padding-right: 54px;
  }
  #slide_vik .questions .options .option:after {
    right: 16px;
  }
  #slide_vik .form .name_inputs {
    flex-direction: column;
    gap: 0;
    margin-top: 30px;
  }
  #slide_vik .form .addr_autocomplete .addr_suggestions {
    font-size: 12px;
  }
  #slide_vik .form .addr_autocomplete .addr_suggestions .addr_suggestion {
    padding-left: 5px;
    padding-right: 5px;
  }
  #slide_vik .form .mphone,
#slide_vik .form .password {
    width: 100%;
    margin-right: 0;
  }
  #slide_vik .form .get-code {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
}

#slide_win {
  display: none;
  text-align: center;
}
#slide_win .pane {
  background: #F3FAF3;
  border-radius: 15px;
  padding: 50px 40px;
}
@media screen and (max-width: 640px) {
  #slide_win .inner {
    padding-left: 0;
    padding-right: 0;
  }
  #slide_win .pane {
    padding: 30px 20px;
    border-radius: 0;
  }
  #slide_win .pane > h2 {
    font-size: 24px;
  }
}

#win_list {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 18px;
  padding: 60px;
  max-width: 800px;
  max-height: 700px;
}
@media screen and (max-width: 800px) {
  #win_list {
    max-width: 100%;
  }
}
@media screen and (max-height: 700px) {
  #win_list {
    max-height: 100%;
  }
}
#win_list .close {
  position: absolute;
}
footer {
  background: #204E42;
  color: #87C8B9;
  font-size: 13px;
  margin-top: 60px;
}
footer .inner {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 0;
  column-gap: 100px;
  row-gap: 10px;
}
footer .block {
  max-width: 250px;
}
footer .block strong {
  font-size: 15px;
  color: #fff;
  font-weight: normal;
}
footer .block p {
  margin: 7px 0;
}
footer .block a {
  color: inherit;
}
footer .block .hilite {
  color: #ACF4E4;
}
footer .block:last-child {
  max-width: none;
  width: 100%;
  border-top: 1px solid #ACF4E4;
  text-align: center;
  padding: 40px 0;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  footer .inner {
    padding-top: 30px;
    column-gap: 70px;
  }
  footer .block:nth-child(1) {
    width: 100%;
    max-width: none;
  }
  footer .block:nth-child(3) {
    order: 4;
    flex-basis: 150px;
  }
  footer .block:nth-child(4) {
    order: 3;
  }
  footer .block:nth-child(5) {
    order: 5;
  }
}

#cookies {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #F3FAF3;
  border-radius: 10px;
  padding: 15px 20px;
  display: none;
  gap: 20px;
  margin-right: 20px;
  align-items: center;
}
#cookies button {
  font-size: 16px;
  line-height: 100%;
  min-width: auto;
  padding: 10px 30px;
}
@media screen and (max-width: 640px) {
  #cookies {
    font-size: 13px;
  }
}
/*# sourceMappingURL=style.css.map */
