/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

:root {
  --vh100: 100vh;
}

* {
  position: relative;
  outline: none;
  box-sizing: border-box;
}

html, body {
  width: 100%;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}
a:hover, a:focus, a.active {
  outline: none;
  color: inherit;
  text-decoration: none;
}

.wrapper {
  width: 90%;
  margin: 0 auto;
}

.alert {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 96%;
  margin: 0 2%;
  max-width: 660px;
  border-color: rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background: white;
  color: black;
  padding: 40px 40px 60px;
  z-index: 200;
}
.alert .heading {
  font: 700 44px/40px "Roboto Condensed";
  color: black;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.alert .text {
  font: 400 16px/1.3 "Roboto", Arial, sans-serif;
  color: black;
  text-align: center;
}
.alert .close {
  position: absolute;
  right: 7px;
  top: 3px;
  color: black;
  opacity: 1;
  font-size: 24px;
  font-weight: 400;
}

.site-error {
  padding: 5vh 0;
}

.contentWrapper {
  height: var(--vh100);
  overflow: hidden;
}

.leftbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 185px;
  height: 100%;
  background: #14523b;
  z-index: 1;
}
.leftbar .logo {
  display: block;
  width: 100%;
  padding: 0 25%;
  margin-top: 44px;
  z-index: 10;
}
.leftbar .logo img {
  display: block;
  max-width: 100%;
  width: 74px;
}

.elements-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}
.elements-wrapper .figure {
  position: absolute;
}
.elements-wrapper .figure img {
  max-width: 100%;
}
.elements-wrapper .gray-rectangle {
  top: -100px !important;
  left: 78px !important;
  z-index: 2;
  width: 953px;
  height: 750px;
}
.elements-wrapper .round-logo {
  top: 43px !important;
  left: 231px !important;
  z-index: 3;
  width: 178px;
  height: 178px;
}
.elements-wrapper .orange-ring {
  top: 450px !important;
  left: 308px !important;
  z-index: 3;
  width: 522px;
  height: 522px;
}
.elements-wrapper .green-triangle {
  top: 324px !important;
  left: 684px !important;
  z-index: 4;
  width: 334px;
  height: 312px;
}
.elements-wrapper .top-lines {
  top: 249px !important;
  left: 468px !important;
  z-index: 5;
  width: 573px;
  height: 621px;
}
.elements-wrapper .bottom-lines {
  top: 741px !important;
  left: 234px !important;
  z-index: 6;
  width: 790px;
  height: 315px;
}
.elements-wrapper .orange-square {
  top: 343px !important;
  left: 688px !important;
  z-index: 7;
  height: 135px;
  width: 135px;
}
.elements-wrapper .gray-rhomb {
  top: 292px !important;
  left: 1180px !important;
  z-index: 8;
  width: 66px;
  height: 67px;
}

.page_link {
  z-index: 100;
  font: 700 54px/52px "Roboto Condensed";
  color: black;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 6px;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.page_link:hover {
  background-color: black;
  color: white;
}

.line {
  width: 100%;
  height: 19px;
  background: black;
  margin-top: 16px;
}

.topBlock {
  position: absolute;
  top: 100px;
  left: 580px;
  z-index: 10;
}
.topBlock .line {
  position: absolute;
  left: 0;
  top: 100%;
  width: 460px;
  margin-top: 20px;
  transform: rotate(-15deg);
}

.bottomBlock {
  position: absolute;
  bottom: 52px;
  left: 73px;
  z-index: 10;
  width: 540px;
  height: 94px;
}
.bottomBlock .small-text {
  float: left;
  font: 400 18px/1.2 "Roboto", Arial, sans-serif;
  color: white;
}
.bottomBlock .page_link {
  float: right;
}
.bottomBlock .line {
  float: left;
}

#popUp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
#popUp.active {
  opacity: 1;
  visibility: visible;
}
#popUp .closeBtn {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: black url("/files/close.png") no-repeat 0 0;
  cursor: pointer;
  bottom: -4px;
}
#popUp #popUpContent {
  display: inline-block;
  width: 96%;
  max-height: calc(var(--vh100) - 80px);
  max-height: -moz-calc(var(--vh100) - 80px);
  max-height: -webkit-calc(var(--vh100) - 80px);
  overflow: auto;
  margin: 0 2%;
  max-width: 660px;
  background: white;
  padding: 40px 40px 60px;
}
#popUp #popUpContent .heading {
  font: 700 44px/40px "Roboto Condensed";
  color: black;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#popUp #popUpContent .text {
  font: 400 16px/1.3 "Roboto", Arial, sans-serif;
  color: black;
  text-align: left;
}

.flex-block {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#feedbackForm {
  width: 100%;
  margin-top: 20px;
  text-align: left;
}
#feedbackForm .captcha label {
  display: none;
}

.form-group input {
  width: 100%;
  font: 300 24px/1 "Roboto", Arial, sans-serif;
  color: black;
  padding: 0;
  border: none;
  border-radius: 0;
  border-bottom: 4px solid #7f7f7f;
  box-shadow: none !important;
  opacity: 0.5;
  margin-bottom: 18px;
}
.form-group input:focus {
  opacity: 1;
}
.form-group .submitBtn {
  width: 100%;
  height: 55px;
  background: #14523b;
  border: none;
  font: 700 18px/55px "Roboto Condensed";
  text-align: center;
  color: white;
  margin-top: 4px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.form-group .submitBtn:hover {
  background: #eb6339;
}

@media screen and (max-width: 880px) and (min-width: 768px) {
  .elements-wrapper .top-lines {
    top: 249px !important;
    left: 362px !important;
    width: 573px;
    height: 621px;
  }
  .elements-wrapper .green-triangle {
    top: 275px !important;
    left: 599px !important;
    width: 334px;
    height: 312px;
  }
  .elements-wrapper .orange-square {
    top: 275px !important;
    left: 599px !important;
  }

  .topBlock {
    left: 444px;
  }
}
@media screen and (max-width: 767px) {
  .leftbar {
    width: 120px;
  }
  .leftbar .logo {
    margin-top: 18px;
  }

  .elements-wrapper .gray-rectangle {
    top: 0px !important;
    left: 50px !important;
    width: 400px;
    height: 299px;
  }
  .elements-wrapper .round-logo {
    top: 44px !important;
    left: 154px !important;
    width: 80px;
    height: 80px;
  }
  .elements-wrapper .orange-ring {
    top: 300px !important;
    left: 205px !important;
    width: 220px;
    height: 348px;
  }
  .elements-wrapper .orange-square {
    top: 162px !important;
    left: 284px !important;
    height: 90px;
    width: 71px;
  }
  .elements-wrapper .green-triangle {
    top: 205px !important;
    left: 358px !important;
    width: 200px;
    height: 208px;
  }
  .elements-wrapper .top-lines {
    top: 100px !important;
    left: 270px !important;
    width: 340px;
  }
  .elements-wrapper .bottom-lines {
    top: 430px !important;
    left: 156px !important;
    width: 340px;
    height: 210px;
  }

  .page_link {
    font-size: 28px;
    line-height: 25px;
    margin-top: 12px;
  }

  .line {
    height: 8px;
  }

  .topBlock {
    top: 50px;
    left: 50%;
  }
  .topBlock .line {
    width: 130%;
  }

  .bottomBlock {
    bottom: 50px;
    left: 28px;
    width: 266px;
    height: 63px;
  }
  .bottomBlock .small-text {
    font-size: 13px;
  }
}

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

/* ------------------------------------------------------------------ */
/* Добавлено при переносе на статику: кнопки вместо span, Turnstile,   */
/* строка статуса формы и ловушка для ботов.                          */
/* ------------------------------------------------------------------ */

.feedbackBtn,
.closeBtn {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
}

.feedbackBtn.page_link {
  font: 700 54px/52px "Roboto Condensed";
  text-transform: uppercase;
  padding: 2px 6px;
}

#popUp .closeBtn {
  background: black url('/files/close.png') no-repeat 0 0;
}

.hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#feedbackForm .cf-turnstile {
  margin: 4px 0 18px;
}

.formStatus {
  font: 400 16px/1.3 "Roboto", Arial, sans-serif;
  color: black;
  text-align: left;
  margin: 12px 0 0;
  min-height: 1.3em;
}

.formStatus[data-kind="err"] {
  color: #eb6339;
}

.form-group .submitBtn[disabled] {
  opacity: 0.6;
  cursor: default;
}

@media screen and (max-width: 767px) {
  .feedbackBtn.page_link {
    font-size: 28px;
    line-height: 25px;
    margin-top: 12px;
  }
}
