@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');

:root {
  --background-color: #f6f6f6;
  --green-color: #7a965a;
  --gray-color: #777777;
  --dark-color: #4a4a4a;
}

/*! normalize.css v9.0.1 | MIT License | github.com/csstools/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
 * ========================================================================== *//**
 * 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 */
}/**
 * Add the correct display in IE.
 */

main {
  display: block;
}/**
 * 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
 * ========================================================================== *//**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}/**
 * 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%;
}/* Embedded content
 * ========================================================================== *//**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}/* Forms
 * ========================================================================== *//**
 * Remove the margin in Safari.
 */

button,
input,
select {
  margin: 0;
}/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */

button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}/**
 * Show the overflow in Edge and IE.
 */

input {
  overflow: visible;
}/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */

textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
}/**
 * 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 */
}/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

::-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 */
}/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:-moz-focusring {
  outline: 1px dotted ButtonText;
}/* Interactive
 * ========================================================================== *//*
 * Add the correct display in Edge and IE.
 */

details {
  display: block;
}/*
 * Add the correct styles in Edge, IE, and Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}/* Scripting
 * ========================================================================== *//**
 * Add the correct display in IE.
 */

template {
  display: none;
}/* User interaction
 * ========================================================================== */

html {
  height: 100%;
  overflow-x: hidden;
  font-family: 'Roboto', Helvetica, Arial, serif;
  /*
    font-size: 62.5%;
*/
  font-size: calc(10px + 1.0vw);
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

*:focus {
  outline: none;
}

body {
  height: 100vh;
  /*
    height: 100%;
*/
  margin: 0;
  background-color: Gainsboro;
  background-color: WhiteSmoke;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
/*
  background-image: url('../img/background.jpg');
  background-size: cover;
  background-position: center;
*/
}


.container {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: auto;
/*
  max-width: 1024px;
*/
}

.header {
  flex: none;
  padding: 1em;
  display: flex;
}

.footer {
  flex: none;
  padding: 1em;
}

.main {
  flex: 1 0 auto;
  padding: 1em 1em 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.main::after {
  content: '\00a0'; /* &nbsp; */
  display: block;
  margin-top: 1em;
  height: 0px;
  visibility: hidden;
}



.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 1em;
}

.logo__item {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.logo__icon {
  display: block;
  height: 2em;
}

.info {
}


.equal_columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.equal_columns__rows {
  flex: 1;

  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.img {
  display: block;
  width: 100%;
  height: auto;
}

.button {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: red;
  border: solid 2px red;
  border-radius: 3px;
  transition: .4s;
  margin: auto;
}

.button:hover {
  background: cornsilk;
  color: red;
}




.pane {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 25rem;
  min-height: 100%;
  /*
    max-width: 60rem;
    max-height: 100rem;
*/
  margin: auto;
  background-color: #f6f6f6;
  background-color: var(--background-color);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mobile-header {
  background-color: #fff;
}

.mobile-header__pane {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.mobile-header__logo {
  margin: 1em 1em;
  height: 2.5em;
}

.mobile-header__menu {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: stretch;
}

.mobile-header__row {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
}

.mobile-header__menu_hidden {
  display: none;
}

.mobile-header__item {
  margin: 1em 0;
  height: 1.5em;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: #000;
}

.mobile-header__button {
  height: 1.5em;
  /*
    width: 100%;
    text-align: left;
*/
  margin: 1em;
  color: #5e7b3b;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}

.mobile-header__button a {
  color: #5e7b3b;
  text-decoration: none;
}

.mobile-header__button_active {
  color: #777777;
  color: var(--gray-color);
}/* begin hamburger menu from https://jonsuh.com/hamburgers/ */

.mobile-header__hamburger {
  padding: 1em 1em;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.mobile-header__hamburger:hover {
  opacity: 0.7;
}

.mobile-header__hamburger.mobile-header__hamburger_active:hover {
  opacity: 0.7;
}

.mobile-header__hamburger.mobile-header__hamburger_active .mobile-header__hamburger-inner,
.mobile-header__hamburger.mobile-header__hamburger_active .mobile-header__hamburger-inner::before,
.mobile-header__hamburger.mobile-header__hamburger_active .mobile-header__hamburger-inner::after {
  background-color: #000;
}

.mobile-header__hamburger-box {
  width: 2.5em;
  height: 1.5em;
  display: inline-block;
  position: relative;
}

.mobile-header__hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.125em;
}

.mobile-header__hamburger-inner,
.mobile-header__hamburger-inner::before,
.mobile-header__hamburger-inner::after {
  width: 2.6em;
  height: 0.25em;
  background-color: #000;
  border-radius: 0.25em;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.mobile-header__hamburger-inner::before,
.mobile-header__hamburger-inner::after {
  content: "";
  display: block;
}

.mobile-header__hamburger-inner::before {
  top: -0.625em;
}

.mobile-header__hamburger-inner::after {
  bottom: -0.625em;
}

.mobile-header__hamburger .mobile-header__hamburger-inner {
  top: 0.125em;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.mobile-header__hamburger .mobile-header__hamburger-inner::before {
  top: 0.625em;
  transition: opacity 0.125s 0.275s ease;
}

.mobile-header__hamburger .mobile-header__hamburger-inner::after {
  top: 1.25em;
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.mobile-header__hamburger.mobile-header__hamburger_active .mobile-header__hamburger-inner {
  -webkit-transform: translate3d(0, 0.625em, 0) rotate(135deg);
  transform: translate3d(0, 0.625em, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.mobile-header__hamburger.mobile-header__hamburger_active .mobile-header__hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.mobile-header__hamburger.mobile-header__hamburger_active .mobile-header__hamburger-inner::after {
  -webkit-transform: translate3d(0, -1.25em, 0) rotate(-270deg);
  transform: translate3d(0, -1.25em, 0) rotate(-270deg);
  transition-delay: 0.075s;
}/* end hamburger menu from https://jonsuh.com/hamburgers/ */

@media (min-width: 823px) {
  .mobile-header {
    display: none;
  }
}

.mobile-footer {
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
}

@media (min-width: 823px) {
  .mobile-footer {
    display: none;
  }
}

.panes {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.panes__left {
  padding: 1em;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.panes__right {
  padding: 1em;
  display: none;
  flex-grow: 1;
  flex: 1;
  background-image: url('../img/reg-1-5-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column wrap;
  justify-content: flex-end;

  /*
    background-position: left -472px top -48px;
*/
}

.panes__right-logo {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.panes__right-logo img {
  max-height: 7em;
  align-self: center;
}

.panes__right-contacts {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 1em;
}

.panes__right-contacts a {
  text-decoration: none;
  color: #fff;
}

.panes__right-footer {
  font-size: 80%;
  color: #fff;
  text-align: center;
}

@media (min-width: 823px) {
  .panes__right {
    display: flex;
  }
}

.content {
  flex-grow: 1;
}

.content__title {
  font-family: 'Gilroy-Bold', Helvetica, Arial, serif;
  width: auto;
  height: auto;
  text-align: left;
  letter-spacing: 0.5em;
  color: #7a965a;
  color: var(--green-color);
}

.content__title-img {
  height: 0.75em;
}

.content__line {
  width: 10em;
  height: 0.2em;
  margin-top: 1em;
}

.form {
}

.form__input {
  font-size: inherit;
  display: block;
  width: 100%;
  height: 3em;
  margin-top: 1em;
  padding: 0 1em 0 1em;
  text-align: left;
  color: #777777;
  color: var(--gray-color);
  border: none;
}

.form__input_submit {
  font-family: 'Gilroy-Medium', Helvetica, Arial, serif;
  text-align: center;
  letter-spacing: 0.2em;
  color: #fff;
  border-width: 0.1rem;
  border-style: solid;
  border-color: #7a965a;
  border-color: var(--green-color);
  border-radius: 0;
  background-color: #7a965a;
  background-color: var(--green-color);
  box-shadow: none;
}

.form__input_submit:disabled {
  color: #7a965a;
  color: var(--green-color);
  background-color: #fff;
}

.form__text {
  width: auto;
  margin: 1em auto;
  margin-top: 2em;
  text-align: center;
  color: #777777;
  color: var(--gray-color);
}

.form__text a {
  color: #7a965a;
  color: var(--green-color);
}

.form__text_error {
  color: #ee0000;
}

.form__disclaimer {
  color: #777777;
  color: var(--gray-color);
}

.form__info {
  font-size: 80%;
  margin-top: 1.6em;
}



