@charset "UTF-8";

/* Обнулення стилів */

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

/* Підключення шрифтів */

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  font-display: swap;
  src: url("../fonts/FiraSans-Bold.woff") format("woff"), url("../fonts/FiraSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  font-display: swap;
  src: url("../fonts/FiraSans-Regular.woff") format("woff"), url("../fonts/FiraSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

input:focus {
  outline: none;
}

body {
  --padding-value: 0;
}

.wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* Обмежуючий контейнер */

.container {
  max-width: 1460px;
  margin: 0px auto;
  padding: 0 15px;
}

/* Стилізація скролу */

::-webkit-scrollbar {
  width: 16px;
}

body._touch ::-webkit-scrollbar {
  width: 0px;
}

::-webkit-scrollbar-track {
  background: #E5E5E5;
}

::-webkit-scrollbar-thumb {
  background: #FAD555;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

::-webkit-scrollbar-thumb:hover {
  background: #FFCF01;
}

/* Опис кнопки */

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 55px;
  position: relative;
  overflow: hidden;
  background: rgba(241, 178, 54, 0.9);
  -webkit-box-shadow: 4px 6px 8px rgba(150, 149, 148, 0.58);
          box-shadow: 4px 6px 8px rgba(150, 149, 148, 0.58);
  border-radius: 50px;
  font-family: Fira Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 105.5555555556%;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn:hover {
  background: rgb(170, 115, 5);
}

.btn:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
}

body {
  height: 100%;
  width: 100%;
  padding-right: var(--padding-value);
}

.fullscreen-form {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background: linear-gradient(117.78deg, rgba(95, 127, 210, 0.83) 0.5%, rgba(219, 241, 244, 0.4648) 97.88%);
}

.form {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.form__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 10px 200px;
}

.form__content {
  padding: 20px 30px;
  width: 30%;
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
          box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  border-radius: 10px;
}

.form__content.-signin {
  width: 20%;
}

.form__form {
  text-align: center;
}

.form__logo {
  text-align: center;
  margin-bottom: 30px;
}

.form__item {
  margin-bottom: 35px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__item:nth-last-child(1) {
  margin-bottom: 70px;
}

.form__label {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: Fira Sans;
  font-size: 14px;
  line-height: 114.2857142857%;
  color: rgba(19, 39, 67, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-bottom: 1px solid #132743;
  outline: none;
  font-family: Fira Sans;
  font-weight: bold;
  font-size: 14px;
  line-height: 114.2857142857%;
  color: rgba(19, 39, 67, 0.5);
  padding: 4px 0 8px 2px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.form__input:focus {
  border-bottom: 1px solid #F49A23;
}

.form .form__input:not(:-moz-placeholder-shown) ~ .form__label {
  top: -20px;
  opacity: 0.7;
}

.form .form__input:not(:-ms-input-placeholder) ~ .form__label {
  top: -20px;
  opacity: 0.7;
}

.form__input:focus ~ .form__label,
.form .form__input:not(:placeholder-shown) ~ .form__label {
  top: -20px;
  opacity: 0.7;
}

.form__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  margin-bottom: 20px;
}

.form__message {
  font-family: Fira Sans;
  font-weight: bold;
  font-size: 14px;
  line-height: 114.2857142857%;
}

.form__message span {
  padding: 0 5px;
}

.form__link {
  color: #FFCF01;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form__link:hover {
  color: rgba(19, 39, 67, 0.75);
}

.form__text {
  font-family: Fira Sans;
  font-weight: bold;
  font-size: 14px;
  line-height: 114.2857142857%;
  margin-bottom: 27px;
  text-align: left;
}

.form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-bottom: 1px solid #132743;
  outline: none;
  font-family: Fira Sans;
  font-weight: bold;
  font-size: 14px;
  line-height: 114.2857142857%;
  color: rgba(19, 39, 67, 0.5);
  padding: 4px 0 8px 2px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.form__photo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  outline: none;
  font-family: Fira Sans;
  font-weight: bold;
  font-size: 14px;
  line-height: 114.2857142857%;
  color: rgba(19, 39, 67, 0.5);
  padding: 4px 0 8px 2px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  border-bottom: none;
}

.form__photo:hover {
  cursor: pointer;
}

.form__photo:focus {
  border-bottom: none;
}

.form__item_photo {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  border-bottom: none;
}

.form__item_photo label {
  top: -18px;
}

.remember_check {
  margin-left: 20px;
}

.form__remember:hover {
  cursor: pointer;
}

.parallax {
  position: absolute;
  width: 110%;
  height: 100%;
  left: -5%;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}

.parallax__item {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.parallax__big-grass,
.parallax__small-grass {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}

.parallax__big-grass {
  background-image: url("../img/parallax/big_grass.webp");
  background-position: bottom center;
  background-size: 98% 52%;
  background-repeat: no-repeat;
  z-index: 4;
  bottom: 0;
}

.parallax__small-grass {
  background-image: url("../img/parallax/small_grass.webp");
  background-position: bottom center;
  background-size: 70% 40%;
  background-repeat: no-repeat;
  bottom: -7%;
  left: -3%;
  z-index: 3;
}

.form-add {
  min-height: 100vh;
  width: 100%;
  background: #475153;
}

.form-add__body {
  max-width: 500px;
  min-height: 100vh;
  margin: 0px auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-add__form {
  background: rgba(50, 58, 58, 0.9);
  width: 100%;
  height: 100%;
  padding: 40px 23px;
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #F1B236;
  border-radius: 15px;
}

.form-add__logo {
  text-align: center;
  margin-bottom: 30px;
}

.form-add__item {
  margin-bottom: 35px;
  width: 100%;
  position: relative;
}

.form-add__item:nth-last-child(1) {
  margin-bottom: 70px;
}

.form-add__label {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: Fira Sans;
  font-size: 14px;
  line-height: 114.2857142857%;
  color: rgba(255, 255, 255, 0.54);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-add__input {
  outline: none;
  background: inherit;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-bottom: 1px solid #FFCF01;
  outline: none;
  font-family: Fira Sans;
  font-weight: bold;
  font-size: 14px;
  line-height: 114.2857142857%;
  color: rgb(222, 222, 222);
  padding: 4px 0 8px 2px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.form-add__input:focus {
  border-bottom: 1px solid #F49A23;
}

.form-add .form-add__input:not(:-moz-placeholder-shown) ~ .form-add__label {
  top: -20px;
  opacity: 0.7;
}

.form-add .form-add__input:not(:-ms-input-placeholder) ~ .form-add__label {
  top: -20px;
  opacity: 0.7;
}

.form-add__input:focus ~ .form-add__label,
.form-add .form-add__input:not(:placeholder-shown) ~ .form-add__label {
  top: -20px;
  opacity: 0.7;
}

.form-add__button {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  padding: 0 50px;
  margin: 0px auto;
}

.form-add__message {
  font-family: Fira Sans;
  font-weight: bold;
  font-size: 14px;
  line-height: 114.2857142857%;
}

.form-add__message span {
  padding: 0 5px;
}

.form-add__link {
  color: #FFCF01;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-add__link:hover {
  color: rgba(19, 39, 67, 0.75);
}

.form-add__text {
  font-family: Fira Sans;
  font-weight: bold;
  font-size: 14px;
  line-height: 114.2857142857%;
  margin-bottom: 38px;
  text-align: left;
  color: #fff;
}

@media (max-width: 1200px) {
  .form__content {
    width: 50%;
  }

  .form__content.-signin {
    width: 30%;
  }
}

@media (max-width: 992px) {
  .form__content.-signin {
    width: 40%;
  }
}

@media (max-width: 850px) {
  .parallax__big-grass {
    background-size: 115% 50%;
  }

  .parallax__small-grass {
    background-size: 85% 40%;
  }
}

@media (max-width: 767px) {
  .form__content {
    width: 70%;
  }

  .form__content.-signin {
    width: 50%;
  }
}

@media (max-width: 650px) {
  .parallax__big-grass {
    width: 0;
  }

  .parallax__small-grass {
    background-size: 100% 40%;
  }
}

@media (max-width: 600px) {
  .form__content.-signin {
    width: 89%;
  }
}

@media (max-width: 550px) {
  .parallax__small-grass {
    background-size: 110% 40%;
    left: 0;
  }
}

@media (max-width: 500px) {
  .form__content {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .parallax__small-grass {
    background-size: 130% 35%;
  }
}

@media (max-width: 350px) {
  .parallax__small-grass {
    background-size: 150% 35%;
  }
}

@media (max-aspect-ratio: 3/2) {
  .parallax__big-grass {
    height: 80%;
    bottom: -2%;
  }

  .parallax__small-grass {
    height: 80%;
  }
}
@supports (-webkit-appearance:none){

}

 @media (max-width: 1200px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 992px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 850px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 767px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 650px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 600px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 550px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 500px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 400px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 350px){

@supports (-webkit-appearance:none){

}

}

 @media (max-aspect-ratio: 3/2){

@supports (-webkit-appearance:none){

}

}
