html {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Roboto";
  height: 100%;
}
html body {
  font-size: 18px;
  max-width: 1920px;
  min-width: 320px;
  margin: auto;
  color: #6f6f6f;
  overflow-y: auto;
  overflow-x: hidden;
  font-weight: 400;
  line-height: normal;
  background: #FFFDFA;
  min-height: 100%;
  padding-bottom: 200px;
  position: relative;
}
html body iframe {
  max-width: 100%;
}
html body .topbar {
  margin: 0;
}
@media (min-width: 992px) {
  html body .topbar {
    padding: 26px 0;
  }
}
html body .topbar .container {
  position: relative;
}
html body .topbar:before {
  content: "";
  background: url("/images/header-min.svg") 50% 0% no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 730px;
}
@media (min-width: 992px) {
  html body .topbar:before {
    content: "";
    background: url("/images/header-inner.svg") 50% 0% no-repeat;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 519px;
  }
}
@media (min-width: 992px) {
  html body .topbar.nav-site-index:before {
    background: url("/images/header-big-1.svg") 50% 0% no-repeat;
    height: 620px;
  }
}
html body .navbar-brand {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  font-weight: bold;
  font-size: 28px;
  line-height: 42px;
  color: #444444;
  margin-top: 25px;
}
@media (min-width: 992px) {
  html body .navbar-brand {
    margin-top: 0px;
    font-size: 36px;
  }
}
html body .navbar-brand img {
  margin-right: 6px;
}
html body .navbar-right {
  display: flex;
}
html body .navbar-right > * {
  margin-left: 10px;
}
html body .button-login a {
  display: flex;
  padding: 0;
  background: linear-gradient(90deg, #FD6847 0%, #F97B4B 97.9%);
  border-radius: 50px;
  font-style: normal;
  font-weight: 500;
  color: #FFFDFA;
  flex: none;
  order: 1;
  margin: 10px 0px;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  text-decoration: none;
  height: 35px;
  min-width: 97px;
  font-size: 12px;
}
@media (min-width: 992px) {
  html body .button-login a {
    height: 56px;
    min-width: 156px;
    font-size: 18px;
  }
}
html body .button-login a:before {
  content: "";
  background-image: url("/images/login.svg");
  background-size: 100%;
  width: 13px;
  height: 13px;
  display: inline-block;
  min-width: 13px;
  margin-right: 5px;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  html body .button-login a:before {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-bottom: 3px;
  }
}
html body .button-login a,
html body .button-logout {
  display: flex;
  padding: 0;
  background: linear-gradient(90deg, #FD6847 0%, #F97B4B 97.9%);
  border-radius: 50px;
  font-style: normal;
  font-weight: 500;
  color: #FFFDFA;
  flex: none;
  order: 1;
  margin: 10px 0px;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  text-decoration: none;
  height: 35px;
  min-width: 97px;
  font-size: 12px;
}
@media (min-width: 992px) {
  html body .button-login a,
  html body .button-logout {
    height: 56px;
    min-width: 156px;
    font-size: 18px;
  }
}
html body .button-login a:before,
html body .button-logout:before {
  content: "";
  background-image: url("/images/login.svg");
  background-size: 100%;
  width: 13px;
  height: 13px;
  display: inline-block;
  min-width: 13px;
  margin-right: 5px;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  html body .button-login a:before,
  html body .button-logout:before {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-bottom: 3px;
  }
}
html body .button-register a {
  display: flex;
  padding: 0;
  border: 2px solid #ffffff;
  border-radius: 50px;
  font-style: normal;
  font-weight: 500;
  color: #FFFDFA;
  flex: none;
  order: 1;
  margin: 10px 0px;
  justify-content: center;
  align-items: center;
  outline: none;
  text-decoration: none;
  height: 35px;
  min-width: 117px;
  font-size: 12px;
}
@media (min-width: 992px) {
  html body .button-register a {
    height: 56px;
    min-width: 175px;
    font-size: 18px;
  }
}
html body .button-register a:hover {
  background: none;
}
html body .button-register a:before {
  content: "";
  background-image: url("/images/reg.svg");
  background-size: 100%;
  width: 10px;
  height: 13px;
  display: inline-block;
  min-width: 10px;
  margin-right: 5px;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  html body .button-register a:before {
    width: 16px;
    height: 20px;
    min-width: 16px;
    margin-bottom: 3px;
  }
}
html body .button-course a {
  display: flex;
  padding: 0;
  border: 2px solid #ffffff;
  border-radius: 50px;
  font-style: normal;
  font-weight: 500;
  color: #FFFDFA;
  flex: none;
  order: 1;
  margin: 10px 0px;
  justify-content: center;
  align-items: center;
  outline: none;
  text-decoration: none;
  height: 35px;
  min-width: 117px;
  font-size: 12px;
}
@media (min-width: 992px) {
  html body .button-course a {
    height: 56px;
    min-width: 175px;
    font-size: 18px;
  }
}
html body .button-course a:hover {
  background: none;
}
html body .footer {
  position: relative;
  padding-top: 88px;
  padding-bottom: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}
html body .footer a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-decoration-line: underline;
  color: #FF5A36;
  margin: 0 15px 20px;
  display: inline-flex;
}
html body .footer a:first-child {
  margin-left: 0px;
}
html body .footer .copyright {
  max-width: 300px;
}
@media (min-width: 992px) {
  html body .footer .copyright {
    max-width: none;
  }
}
html body .footer:before {
  content: "";
  background: url("/images/footer-min.svg") 50% 0% no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 221px;
}
@media (min-width: 992px) {
  html body .footer:before {
    content: "";
    background: url("/images/footer.svg") 50% 0% no-repeat;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 395px;
  }
}
html h1 {
  font-size: 34px;
  margin-top: 15px;
  font-weight: 500;
  color: #143642;
}
@media (min-width: 768px) {
  html h1 {
    font-size: 46px;
  }
}
html h2 {
  margin-top: 15px;
  font-size: 30px;
  font-weight: 500;
  color: #143642;
}
@media (min-width: 768px) {
  html h2 {
    font-size: 36px;
  }
}
html h3 {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
  color: #143642;
}
@media (min-width: 768px) {
  html h3 {
    font-size: 24px;
  }
}
html h4 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #143642;
}
@media (min-width: 768px) {
  html h4 {
    font-size: 20px;
  }
}
html h5 {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #143642;
}
@media (min-width: 768px) {
  html h5 {
    font-size: 18px;
  }
}
html h6 {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #143642;
}
@media (min-width: 768px) {
  html h6 {
    font-size: 16px;
  }
}
html img {
  max-width: 100%;
}
html object {
  max-width: 100%;
}
html #contant-container {
  position: relative;
  z-index: 1;
}
html #contant-container .banner {
  background: #FFFDFA;
  box-shadow: 0px 4px 60px rgba(191, 62, 35, 0.1);
  border-radius: 10px;
  padding: 30px 45px;
  font-size: 18px;
  margin-top: 63px;
}
html #contant-container .button-1 {
  background: linear-gradient(90deg, #FD6847 0%, #F97B4B 97.9%);
  box-shadow: 0px 4px 20px rgba(230, 88, 59, 0.5);
  border-radius: 50px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #FFFDFA;
  flex: none;
  order: 1;
  margin: 0px;
  justify-content: center;
  height: 56px;
  align-items: center;
  border: none;
  outline: none;
  text-decoration: none;
  display: inline-block;
  padding: 15px 25px;
}
html #contant-container ul {
  list-style: none;
  padding: 0;
}
html #contant-container ul > li {
  margin-top: 7px;
}
html #contant-container ul > li:before {
  content: '— ';
  color: #ff5a36;
}
html #contant-container .checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
html #contant-container .checkbox:not(checked) + label {
  position: relative;
  display: inline-flex;
  width: 100%;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  padding: 15px 0;
}
html #contant-container .checkbox:not(checked) + label:before {
  content: '';
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  margin-right: 15px;
  border-radius: 4px;
  background: #fff;
  display: block;
  border: 2px solid #FF5A36;
  box-sizing: border-box;
}
html #contant-container .checkbox:not(checked) + label:after {
  font-family: Roboto;
  content: '';
  position: absolute;
  opacity: 1;
  left: 6px;
  border-radius: 10px;
  color: #fff;
  top: 15px;
  display: block;
}
html #contant-container .checkbox:checked + label:after {
  content: '✔';
}
html #contant-container .checkbox:checked + label:before {
  background: #FF5A36;
  border: 0px;
}
html #contant-container .radiobutton:not(checked) {
  position: absolute;
  opacity: 0;
}
html #contant-container .radiobutton:not(checked) + label {
  position: relative;
  display: inline-flex;
  width: 100%;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  padding: 15px 0;
}
html #contant-container .radiobutton:not(checked) + label:before {
  margin-top: 3px;
  content: '';
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-right: 18px;
  background: #fff;
  display: block;
  border: 1px solid #44444440;
  box-sizing: border-box;
  border-radius: 20px;
}
html #contant-container .radiobutton:checked + label:before {
  border: 5px solid #FF5A36;
}
html #contant-container form {
  padding: 30px 5%;
  background: #FFFFFF;
  box-shadow: 0px 4px 60px rgba(191, 62, 35, 0.1);
  border-radius: 10px;
}
html #contant-container form input.form-control {
  border: none;
  background: none;
  border-bottom: 1px solid #D1D4D1;
  margin-top: 10px;
  width: 100%;
  outline: none !important;
  padding: 15px 0;
  margin-bottom: 14px;
  box-shadow: none !important;
  border-radius: 0;
  height: auto;
}
html #contant-container .help-block-error {
  font-size: 0.8em;
  color: red;
}
html .mainpage .color-box {
  color: #FF5A36;
  font-weight: 900;
  text-align: right;
  margin-top: 35px;
  line-height: 18px;
  font-size: 16px;
}
@media (min-width: 992px) {
  html .mainpage .color-box {
    font-size: 30px;
    line-height: 35px;
  }
}
html .mainpage .color-box .procent {
  font-weight: 900;
  text-align: left;
  font-size: 40px;
  line-height: 32px;
}
@media (min-width: 992px) {
  html .mainpage .color-box .procent {
    font-size: 70px;
    line-height: 60px;
  }
}
html .mainpage .firstscreen .list {
  margin-top: 30px;
}
html .mainpage .firstscreen .list ul {
  margin-top: 21px;
  margin-bottom: 25px;
}
html .mainpage .benefit {
  margin-top: 92px;
}
html .mainpage .benefit .title {
  margin-bottom: 44px;
}
html .mainpage .benefit .text {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  max-width: 280px;
  margin: 43px auto 50px;
}
@media (min-width: 992px) {
  html .mainpage .benefit .text {
    margin: 43px auto 0px;
  }
}
html .mainpage .whom {
  margin-top: 57px;
}
html .mainpage .whom .table {
  margin-top: 7px;
}
html .mainpage .whom .table h3 {
  margin-bottom: 26px;
}
html .mainpage .what {
  margin-top: 24px;
}
html .mainpage .what h2 {
  margin-top: 40px;
}
html .mainpage .what h3 {
  margin-top: 31px;
  margin-bottom: 21px;
}
html .mainpage .who {
  margin-top: 33px;
}
html .mainpage .who h2 {
  margin-top: 41px;
  margin-bottom: 33px;
}
html .mainpage .photobox {
  background: #FFFDFA;
  box-shadow: 0px 4px 60px rgba(191, 62, 35, 0.1);
  border-radius: 10px;
  margin-top: 47px;
}
html .mainpage .photobox .text {
  padding: 45px 50px;
}
html .mainpage .photobox .text > * {
  padding-bottom: 15px;
  line-height: 23px;
}
html .mainpage .photobox .img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-size: cover !important;
  min-height: 600px;
}
html .mainpage .form-container {
  margin-top: 60px;
}
html .mainpage .form-container h2 {
  margin-bottom: 25px;
}
html .mainpage .form-container h3 {
  margin-top: 6px;
  margin-bottom: 26px;
}
html .mainpage .form-container .button-1 {
  margin-top: 26px !important;
  margin-bottom: 34px !important;
}
html .mainpage .form-container .social-in {
  margin: 0 15px;
  outline: none;
  text-decoration: none;
  display: inline-flex;
  height: 20px;
  align-items: center;
  justify-content: center;
}
html .mainpage .form {
  padding: 30px 5%;
  background: #FFFFFF;
  box-shadow: 0px 4px 60px rgba(191, 62, 35, 0.1);
  border-radius: 10px;
}
html .mainpage .form input {
  border: none;
  background: none;
  border-bottom: 1px solid #D1D4D1;
  margin-top: 10px;
  width: 100%;
  outline: none;
  padding: 15px 0;
  margin-bottom: 14px;
}
/*# sourceMappingURL=site.css.map */