@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&subset=cyrillic-ext');
/*! normalize.css v8.0.0 | 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;
  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 Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  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;
}
/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule in Firefox.
 */
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;
}
/**
 * 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.
 * 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 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;
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-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.
 */
::-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 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
 * ========================================================================== */

.container {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  padding: 0px 15px;
}
* {
  box-sizing: border-box;
}
body {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 1.25;
  color: #666666;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
input,
button {
  margin: 0;
  padding: 0;
  border: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.logo {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 210px;
  height: 38px;
  z-index: 2;
}
.sec-one {
  position: relative;
  width: 100%;

  background-image: url('../img/sec-one_bg.jpg');
  background-repeat: no-repeat;
  background-position: calc(100% - 50% - 223px) center;
  background-size: cover;
}
.sec-one .container,
.sec-three .container {
  padding: 0px;
}
.over-before-bg {
  padding: 23px 15px 63px 15px;
}
.over-before-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 0;
}
.sec-one__col-left {
  position: relative;
  margin-top: 91px;
  z-index: 2;
}
.sec-one__title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
}
.sec-one__text {
  margin-top: 20px;
  font-size: 18px;
  color: #15ff79;
}
.form {
  width: 100%;
  margin-top: 33px;
}
.form__input {
  display: block;
  width: 290px;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 15px;

  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.8);
}
.form__wrapp {
  position: relative;
}
.form__label {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #333333;
  font-size: 14px;
  opacity: 1;
}
.form__input:focus {
  outline: 2px solid rgb(0, 153, 51);
  -moz-outline-radius: 2px;
}
.form__input:focus + .form__label,
.form__input--stop + .form__label {
  top: 0px;
  transition: all 0.3s;
  opacity: 0;
}
.form__button {
  display: block;
  width: 290px;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  background-image: linear-gradient(
    to top,
    rgb(0, 153, 51) 0%,
    rgb(0, 225, 90) 100%
  );
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}
.form__button:hover {
  transition: all 0.3s;
  background-image: linear-gradient(
    90deg,
    rgb(0, 153, 51) 0%,
    rgb(0, 190, 76) 100%
  );
}

.form__button:active {
  background-image: linear-gradient(
    90deg,
    rgb(0, 190, 76) 0%,
    rgb(0, 153, 51) 100%
  );
}

.sec-second {
  padding: 57px 0px;
}
.plus__item {
  margin-top: 52px;
  width: 100%;
  padding: 0px 35px;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #00c07c;
  white-space: pre-line;
}

.plus__item::before {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  margin: auto auto 20px auto;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 75px 75px, 100%;
}
.plus__item:first-child::before {
  background-image: url('../img/icon-1.svg'),
    linear-gradient(to top, rgb(218, 246, 237) 0%, rgb(236, 255, 249) 100%);
}
.plus__item:nth-child(2)::before {
  background-image: url('../img/icon-2.svg'),
    linear-gradient(to top, rgb(218, 246, 237) 0%, rgb(236, 255, 249) 100%);
}
.plus__item:last-child::before {
  background-image: url('../img/icon-3.svg'),
    linear-gradient(to top, rgb(218, 246, 237) 0%, rgb(236, 255, 249) 100%);
}

.sec-three {
  position: relative;

  background-image: url('../img/sec-three_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: calc(100% - 50% - -470px) calc(0px);
}

.sec-three__col-right {
  position: relative;
  z-index: 2;
}

.over-before-bg--right {
  margin-top: 382px;
  padding-bottom: 65px;
}
.sec-one--footer .over-before-bg--right {
  margin-top: 0;
}
.sec-three__title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  color: #00c07a;
}
.sec-three__subtitle {
  margin-top: 10px;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
}
.sec-three__text {
  margin-top: 41px;
  line-height: 1.7;
  font-size: 18px;
  letter-spacing: 1.4px;
  color: #ffffff;
}
.sec-four {
  padding: 60px 0px;
}
.sec-four__title {
  text-transform: uppercase;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #333333;
}
.requirements__item {
  margin-top: 50px;
  text-align: center;
  white-space: pre-line;
}
.requirements__item::before {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  margin: auto auto 20px auto;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80px 80px, 100%;
}

.requirements__item:first-child::before {
  background-image: url('../img/icon-5.svg'),
    linear-gradient(to top, rgb(218, 246, 237) 0%, rgb(236, 255, 249) 100%);
}
.requirements__item:nth-child(2)::before {
  background-image: url('../img/icon-4.svg'),
    linear-gradient(to top, rgb(218, 246, 237) 0%, rgb(236, 255, 249) 100%);
}
.requirements__item:nth-child(3)::before {
  background-size: 64px 80px, 100%;
  background-image: url('../img/icon-6.svg'),
    linear-gradient(to top, rgb(218, 246, 237) 0%, rgb(236, 255, 249) 100%);
}
.requirements__item:nth-child(4)::before {
  background-size: 70px 70px, 100%;
  background-image: url('../img/icon-7.svg'),
    linear-gradient(to top, rgb(218, 246, 237) 0%, rgb(236, 255, 249) 100%);
}
.requirements__item:nth-child(5)::before {
  background-size: 70px 70px, 100%;
  background-image: url('../img/icon-9.svg'),
    linear-gradient(to top, rgb(218, 246, 237) 0%, rgb(236, 255, 249) 100%);
}
.requirements__title {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  color: #00c07c;
}
.requirements__text {
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
}
.sec-five {
  padding: 50px 0;
}
.sec-five .container {
  padding: 0;
}
.sec-five__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  color: #333333;
}
.prop__item {
  padding-top: 70px;
  padding-bottom: 300px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: auto 230px;
  background-position: center bottom;
}
.prop__item:first-child {
  background-image: url('../img/prop-1.jpg');
}
.prop__item:nth-child(2) {
  background-image: url('../img/prop-2.jpg');
}
.prop__item:nth-child(3) {
  background-image: url('../img/prop-3.jpg');
}
.prop__item:nth-child(4) {
  background-position: right bottom;
  background-image: url('../img/prop-4.jpg');
}
.prop__item:nth-child(5) {
  background-image: url('../img/prop-5.jpg');
}

.prop__title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  color: #00c07c;
}
.prop__text {
  margin-top: 10px;
  font-size: 18px;
  white-space: pre-line;
}

.sec-one--footer {
  background-image: url('../img/footer-bg.jpg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 50% - -519px) calc(0px);
}
.sec-one--footer .sec-one__col-left {
  margin-top: 238px;
}

.footer {
  text-align: center;
  padding-top: 48px;
  padding-bottom: 36px;
  background-color: #333333;
}
.neo-elem__title {
  font-weight: 700;
  color: #ffffff;
}
.neo-elem__text {
  padding-top: 23px;
  font-size: 14px;
  color: #999999;
}
.social__text {
  color: #ffffff;
}
footer .logo {
  margin-top: 46px;
  width: 50px;
  height: 56px;
}
.social {
  margin-top: 55px;
}
.social__list {
  display: flex;
  justify-content: space-around;
  margin-top: 23px;
  padding: 0px 25px;
}
.social__link svg:hover {
  fill: #ffffff;
  transition: fill 0.3s;
}
.copyright {
  margin-top: 57px;
}

@media screen and (min-width: 548px) {
  .prop__item:nth-child(4) {
    background-position: center bottom;
  }
}
@media screen and (min-width: 768px) {
  .container {
    /*width:738px;*/
    margin: auto;
    padding: 0;
  }
  .sec-one {
    width: 100%;
    background-size: cover;
    background-position: calc(100% - 50% - 110px) calc(0px);
  }

  .over-before-bg {
    padding: 37px 0 223px 50px;
  }

  .sec-one .container,
  .sec-three .container {
    width: 100%;
    margin: 0;
  }
  .over-before-bg::before {
    width: 465px;
    left: 0;
  }
  .logo {
    width: 255px;
    height: 47px;
  }
  .sec-one__col-left {
    width: 376px;
    margin-top: 234px;
  }
  .form__input {
    width: 100%;
  }

  .form__input:nth-child(2) {
    margin-bottom: 30px;
  }

  .form__button {
    width: 376px;
  }

  .plus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
  }
  .plus__item {
    width: 25%;
    padding: 0px;
  }
  .plus__item::before {
    width: 170px;
    height: 170px;
  }

  .sec-three {
    background-position: calc(100% - 50% + 150px);
  }
  .over-before-bg--right {
    margin-top: 0;
    padding: 194px 50px 190px 70px;
    margin-left: auto;
    width: 466px;
  }
  .over-before-bg--right::before {
    left: auto;
    right: 0;
  }
  .sec-three__title {
    font-size: 36px;
  }
  .requirements {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .requirements__item {
    width: 25%;
    white-space: normal;
  }
  .requirements__item:nth-child(4) {
    width: 27%;
    margin-left: 20px;
  }
  .requirements__item::before {
    width: 162px;
    height: 162px;
  }
  .sec-five {
    padding: 150px 0;
  }
  .sec-five__title {
    margin-bottom: 65px;
  }
  .prop__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 350px;
    position: relative;
    padding-top: 109px;
    padding-bottom: 109px;

    text-align: left;
  }
  .prop__item:first-child {
    background-image: none;
  }
  .prop__item:nth-child(2) {
    background-image: none;
  }
  .prop__item:nth-child(3) {
    background-image: none;
  }
  .prop__item:nth-child(4) {
    background-image: none;
  }
  .prop__item:nth-child(5) {
    background-image: none;
  }

  .prop__wrapp {
    margin: 0 auto 0 auto;
  }
  .prop__title {
    width: 100%;
    font-size: 36px;
  }
  .prop__text {
    max-width: 360px;
    margin-top: 30px;
    font-size: 24px;
  }
  .prop__item::before {
    content: '';
    display: block;
    width: 50%;
    order: 1;
    min-height: 350px;
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .prop__item--before::before {
    order: 0;
  }

  .prop__item:first-child::before {
    background-image: url('../img/prop-1.jpg');
  }
  .prop__item:nth-child(2)::before {
    background-image: url('../img/prop-2.jpg');
  }
  .prop__item:nth-child(3)::before {
    background-image: url('../img/prop-3.jpg');
  }
  .prop__item:nth-child(4)::before {
    background-position: right bottom;
    background-image: url('../img/prop-4.jpg');
  }
  .prop__item:nth-child(5)::before {
    background-image: url('../img/prop-5.jpg');
  }

  .sec-one--footer {
    background-size: auto;
    background-position: calc(100% - 50% + 319px) calc(0px);
  }
  .sec-one--footer .over-before-bg--right {
    padding: 220px 70px 160px 50px;
  }
  .sec-one--footer .sec-one__col-left {
    margin-top: 0;
  }
  .footer {
    text-align: left;
  }
  .subscription {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
  }
  .subscription .logo {
    margin-top: 0;
  }
  .neo-elem__text {
    white-space: pre-line;
    padding-top: 0;
    margin-top: -20px;
  }
  .social {
    margin-top: 0;
  }
  .copyright {
    text-align: center;
  }
  .social__list {
    display: flex;
    justify-content: flex-end;
    padding: 0px 0px;
  }
  .social__item {
    margin-left: 20px;
  }
  .animate-plus:first-child::before {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
  }
  .animate-plus:nth-child(2)::before {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
  }
  .animate-plus:last-child::before {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  .animate-plus::before {
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  @-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }

  @keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }

  .bounceIn::before {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .sec-one {
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.45) 100%,
        rgb(255, 255, 255, 0)
      ),
      url(../img/sec-one_bg.jpg);
    background-size: 45%, cover;
    background-position: calc(100% - 50% - 50%), center top;
  }
  .sec-one .container,
  .sec-three .container {
    width: 1170px;
    margin: auto;
  }
  .sec-one__col-left {
    margin-top: 248px;
  }
  .over-before-bg {
    padding: 30px 0 223px 72px;
  }
  .over-before-bg::before {
    display: none;
  }
  .sec-second {
    padding-top: 137px;
    padding-bottom: 131px;
  }
  .plus__item {
    margin-top: 0;
  }
  .plus__item::before {
    width: 220px;
    height: 220px;
  }
  .sec-three {
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.45) 100%,
        rgb(255, 255, 255, 0)
      ),
      url(../img/sec-three_bg.jpg);
    background-size: 60%, cover;
    background-position: calc(100% - 50% + 60%), center top;
  }
  .sec-three .over-before-bg {
    padding: 316px 0 270px 97px;
  }
  .over-before-bg--right {
    width: 700px;
  }
  .sec-three__title {
    font-size: 48px;
  }
  .sec-three__subtitle {
    font-size: 36px;
  }
  .sec-three__text {
    margin-top: 60px;
  }
  .sec-four {
    padding: 72px 0px;
  }
  .requirements__title {
  }
  .requirements__item::before {
    width: 170px;
    height: 170px;
  }
  .requirements__item {
    margin-top: 100px;
  }

  .requirements__item:last-child,
  .requirements__item:nth-child(4) {
    margin-top: 86px;
  }
  .requirements__item:nth-child(4) {
    margin-left: 90px;
  }
  .requirements__item:last-child {
    margin-right: 90px;
  }
  .sec-five .container {
    width: 100%;
  }
  .prop__item::before {
    width: 50%;
    background-position: left center;
    background-size: cover;
  }
  .prop__item--before::before {
    background-position: right center;
  }
  .prop__item .prop__wrapp {
    margin: 0 0 0 auto;
    padding-left: 0;
    padding-right: 82px;
  }
  .prop__item--before .prop__wrapp {
    margin: 0 auto 0 0;
    padding-left: 82px;
    padding-right: 0;
  }

  .sec-one--footer {
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.45) 100%,
        rgb(255, 255, 255, 0)
      ),
      url('../img/footer-bg.jpg');
    background-size: 60%, cover;
    background-position: calc(100% - 50% + 60%), center top;
  }
  .sec-one--footer .over-before-bg--right {
    padding: 220px 70px 160px 97px;
  }
}

.registration__form-input_error {
  border: 1px solid red;
}

.registration__form-validation {
  opacity: 0;
  visibility: hidden;
  color: red;
  overflow: hidden;
  height: 0;
}
.registration__form-validation_active {
  opacity: 1;
  visibility: visible;
  padding: 20px 0 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: visible;
}
