div,
form,
label {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  display: inline-block;
}
input,
button {
  vertical-align: middle;
  border: none;
  background-color: transparent;
}
input:focus,
button:focus {
  outline: none;
}
button {
  cursor: pointer;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
main {
  padding-bottom: 100px;
}
.main {
  padding-bottom: 0;
}
main {
  display: block;
}
a {
  background-color: transparent;
}
button,
input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
button,
[type="submit"] {
  -webkit-appearance: button;
}
a {
  background-color: transparent;
}
button,
input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
button,
[type="submit"] {
  -webkit-appearance: button;
}
:focus::placeholder {
  opacity: 0;
}
input::placeholder,
input {
  color: #000000;
}
.main {
  overflow: hidden;
}
.inner {
  position: relative;
}
.inner.page {
  border-top: 1px solid #b0b0b0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #414047;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:focus,
a:active,
a:link,
a:visited {
  outline: 0 none;
}
input,
button {
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
.btn-2 {
  width: 230px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background: #646270;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-2:hover {
  background: #ff6b00;
}
.btn-2:active {
  background: #f98a3a;
}
:focus::placeholder {
  opacity: 0;
}
input::placeholder,
input {
  color: #000000;
}
.main {
  overflow: hidden;
}
.inner {
  position: relative;
}
.inner.page {
  border-top: 1px solid #b0b0b0;
}
.form-box {
  max-width: 860px;
  width: 100%;
  padding: 40px 60px;
  -webkit-box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 6px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.form-box label {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  color: #414047;
}
.form-box input {
  margin: 6px 0 0;
  padding: 0 20px;
  width: 100%;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  background: #fff;
  font-weight: 300;
  color: #414047;
  border: 1px solid #cbcbcb;
}
.main--imgbg {
  position: relative;
  padding: 30px 0;
  min-height: 890px;
  background: url("https://www.stavros.ru/HTML/assets/img/body-bg-lg.jpg")
    no-repeat;
  background-size: cover;
  background-position: center;
}
.main--imgbg:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(100, 98, 112, 0.7);
}
.form-box {
  position: relative;
  margin: 0 auto;
  max-width: 485px;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}
.form-box label {
  display: block;
  margin-bottom: 10px;
  color: #646270;
}
.form-box a {
  color: #8b8a94;
  line-height: 15px;
  border-bottom: 1px solid #8b8a94;
}
.form-box button {
  display: block;
  margin: 20px 0 0 auto;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
}
.form-box--signin .form-box__subtitle {
  margin-bottom: 30px;
  text-align: center;
}
.form-box__title {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}
.form-box__subtitle {
  margin-bottom: 20px;
}
.form-box__text,
.form-box__subtitle {
  font-size: 16px;
  font-weight: 300;
  color: #8b8a94;
}
.btn-2 {
  margin: auto 20px auto 0;
}
.main {
  overflow: visible;
}
::placeholder {
  color: unset;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
a {
  color: inherit;
  text-decoration: none;
}
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page > main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .btn-2 {
    margin: auto auto 10px;
  }
}
@media (max-width: 768px) {
  .main--imgbg {
    padding-left: 40px;
    padding-right: 40px;
    min-height: 823px;
    background: url("https://www.stavros.ru/HTML/assets/img/body-bg-md.jpg");
  }
}
@media (max-width: 670px) {
  .main--imgbg {
    padding-left: 30px;
    padding-right: 30px;
  }
  .form-box {
    padding: 30px 20px;
  }
  .form-box__title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 26px;
  }
  .form-box label {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .form-box button {
    margin: 20px auto 0 !important;
  }
}
@media (max-width: 425px) {
  .main--imgbg {
    min-height: 630px;
    background: url("https://www.stavros.ru/HTML/assets/img/body-bg-sm.jpg")
      no-repeat;
  }
  .form-box {
    padding: 30px 17px;
  }
}
.page {
  overflow-x: clip;
}
@media (min-width: 1025px) {
  .page {
    overflow-x: clip;
  }
}
/*! CSS Used from: https://www.stavros.ru/bitrix/cache/css/s1/artfactor/template_e12b68ec5c2f679eee3315196f71ab13/template_e12b68ec5c2f679eee3315196f71ab13_v1.css?1751019816851775 */
div,
form,
label {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  display: inline-block;
}
input,
button {
  vertical-align: middle;
  border: none;
  background-color: transparent;
}
input:focus,
button:focus {
  outline: none;
}
button {
  cursor: pointer;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
main {
  padding-bottom: 100px;
}
.main {
  padding-bottom: 0;
}
main {
  display: block;
}
a {
  background-color: transparent;
}
button,
input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
button,
[type="submit"] {
  -webkit-appearance: button;
}
a {
  background-color: transparent;
}
button,
input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
button,
[type="submit"] {
  -webkit-appearance: button;
}
:focus::placeholder {
  opacity: 0;
}
input::placeholder,
input {
  color: #000000;
}
.main {
  overflow: hidden;
}
.inner {
  position: relative;
}
.inner.page {
  border-top: 1px solid #b0b0b0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #414047;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:focus,
a:active,
a:link,
a:visited {
  outline: 0 none;
}
input,
button {
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
.btn-2 {
  width: 230px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background: #646270;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-2:hover {
  background: #ff6b00;
}
.btn-2:active {
  background: #f98a3a;
}
:focus::placeholder {
  opacity: 0;
}
input::placeholder,
input {
  color: #000000;
}
.main {
  overflow: hidden;
}
.inner {
  position: relative;
}
.inner.page {
  border-top: 1px solid #b0b0b0;
}
.form-box {
  max-width: 860px;
  width: 100%;
  padding: 40px 60px;
  -webkit-box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 6px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.form-box label {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  color: #414047;
}
.form-box input {
  margin: 6px 0 0;
  padding: 0 20px;
  width: 100%;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  background: #fff;
  font-weight: 300;
  color: #414047;
  border: 1px solid #cbcbcb;
}
.main--imgbg {
  position: relative;
  padding: 30px 0;
  min-height: 890px;
  background: url("https://www.stavros.ru/HTML/assets/img/body-bg-lg.jpg")
    no-repeat;
  background-size: cover;
  background-position: center;
}
.main--imgbg:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(100, 98, 112, 0.7);
}
.form-box {
  position: relative;
  margin: 0 auto;
  max-width: 485px;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}
.form-box label {
  display: block;
  margin-bottom: 10px;
  color: #646270;
}
.form-box a {
  color: #8b8a94;
  line-height: 15px;
  border-bottom: 1px solid #8b8a94;
}
.form-box button {
  display: block;
  margin: 20px 0 0 auto;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
}
.form-box--signin .form-box__subtitle {
  margin-bottom: 30px;
  text-align: center;
}
.form-box__title {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}
.form-box__subtitle {
  margin-bottom: 20px;
}
.form-box__text,
.form-box__subtitle {
  font-size: 16px;
  font-weight: 300;
  color: #8b8a94;
}
.btn-2 {
  margin: auto 20px auto 0;
}
.main {
  overflow: visible;
}
::placeholder {
  color: unset;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
a {
  color: inherit;
  text-decoration: none;
}
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page > main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .btn-2 {
    margin: auto auto 10px;
  }
}
@media (max-width: 768px) {
  .main--imgbg {
    padding-left: 40px;
    padding-right: 40px;
    min-height: 823px;
    background: url("https://www.stavros.ru/HTML/assets/img/body-bg-md.jpg");
  }
}
@media (max-width: 670px) {
  .main--imgbg {
    padding-left: 30px;
    padding-right: 30px;
  }
  .form-box {
    padding: 30px 20px;
  }
  .form-box__title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 26px;
  }
  .form-box label {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .form-box button {
    margin: 20px auto 0 !important;
  }
}
@media (max-width: 425px) {
  .main--imgbg {
    min-height: 630px;
    background: url("https://www.stavros.ru/HTML/assets/img/body-bg-sm.jpg")
      no-repeat;
  }
  .form-box {
    padding: 30px 17px;
  }
}
.page {
  overflow-x: clip;
}
@media (min-width: 1025px) {
  .page {
    overflow-x: clip;
  }
}
/*! CSS Used from: Embedded */
body > .inner {
  display: block;
}
