@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
}
html {
  height: 100%;
}

body {
  min-height: 100%;
}

h1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  color: #000000;
  padding-bottom: 25px;
}

#button-up {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 100px;
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: 30px;
  padding: 15px;
  transition: 0.3s;
  border-radius: 70px;
  width: 75px;
  height: 75px;
  opacity: 0.3;
}

#button-up:hover {
  cursor: pointer;
  transition: 0.3s;
  opacity: 1;
}

.menu-block {
  padding: 40px 50px;
  background: #1D1D1F;
  min-height: 100vh;
  position: relative;
}
.menu-block ul.menu {
  position: fixed;
  padding-top: 50px;
}
.menu-block ul.menu li {
  border-radius: 5px;
  padding: 10px;
  margin: 5px 0;
  position: relative;
  padding-bottom: 5px;
}
.menu-block ul.menu li a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  opacity: 0.5;
  position: relative;
  bottom: 3px;
}
.menu-block ul.menu li.active, .menu-block ul.menu li:hover {
  background: #E53316;
}
.menu-block ul.menu li.active:after, .menu-block ul.menu li:hover:after {
  content: " ";
  width: 10px;
  height: 25px;
  border-left: 25px solid #E53316;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  right: -7px;
  top: 8px;
}
.menu-block ul.menu li.active a, .menu-block ul.menu li:hover a {
  opacity: 1;
}

@media (max-width: 1399.98px) {
  .menu-block {
    padding: 10px;
  }
}
@media (max-width: 1199.98px) {
  .menu-block {
    padding: 40px 50px;
    position: fixed;
    left: -90%;
    height: 100%;
    transition: 0.3s all ease-in;
  }
  .menu-block.active-mobile {
    left: 0;
    z-index: 15;
  }
  .menu-block.active-mobile .show-mobile {
    border-right: 25px solid red;
    border-left: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    right: 0;
  }
  .menu-block .show-mobile {
    position: absolute;
    right: -23px;
    top: 48%;
    width: 25px;
    border-radius: 5px;
    height: 50px;
    border-left: 25px solid red;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
  }

  .main-content .main-block {
    padding: 40px;
    font-size: 16px;
  }
  .main-content .main-block h2 {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .main-content .main-block {
    padding: 20px;
  }
  .main-content .main-block h2 {
    font-size: 25px;
  }
}
.main-content {
  background: #EFF2F8;
  min-height: 100vh;
}

.profil-block {
  padding-top: 10%;
}
.profil-block .profil-title {
  position: relative;
}
.profil-block .profil-title img {
  position: absolute;
  right: 0;
  bottom: 5px;
}
.profil-block .wrapper {
  padding: 50px;
  background: white;
  border-radius: 25px;
}
.profil-block .wrapper .form-row {
  padding-bottom: 15px;
}
.profil-block .wrapper .form-row .label {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.profil-block .wrapper .form-row .input {
  display: flex;
}
.profil-block .wrapper .form-row .input.password_input {
  flex-direction: column;
}
.profil-block .wrapper .form-row .input input {
  border: none;
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
}
.profil-block .wrapper .form-row .input .edit {
  padding: 5px 10px;
  border: 1px solid #D6DAE2;
  border-radius: 5px;
  margin-left: 15px;
}
.profil-block .wrapper .form-row .password_change {
  border: 1px solid #D6DAE2;
  border-radius: 5px;
  background: #FFFFFF;
  padding: 5px 10px;
}
.profil-block .wrapper .form-row .password_change img {
  padding-right: 15px;
}
.profil-block .wrapper .form-row .edit-b {
  border: 1px solid #D6DAE2;
  border-radius: 5px;
  background: #e36300;
  padding: 5px 10px;
}
.profil-block .wrapper .form-row .save {
  border: 1px solid #D6DAE2;
  border-radius: 5px;
  background: #008202;
  padding: 5px 10px;
}

.demo {
  padding-top: 10%;
}
.demo .wrapper {
  padding: 50px;
  background: white;
  border-radius: 25px;
}
.demo .wrapper .demo-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  color: #000000;
  position: relative;
}
.demo .wrapper .demo-title img {
  position: absolute;
  right: 0;
  bottom: 5px;
}
.demo .wrapper .demo-text {
  position: relative;
  max-height: 180px;
  overflow: hidden;
  transition: all 0.5s ease-in;
}
.demo .wrapper .demo-text .show_more, .demo .wrapper .demo-text .hide_more {
  border-bottom: 1px solid #CAD1DF;
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.demo .wrapper .demo-text .show_more .show, .demo .wrapper .demo-text .show_more .hide, .demo .wrapper .demo-text .hide_more .show, .demo .wrapper .demo-text .hide_more .hide {
  background: #FFFFFF;
  border: 1px solid #D6DAE2;
  border-radius: 5px;
  position: relative;
  top: 14px;
}
.demo .wrapper .demo-text .show_more .show img, .demo .wrapper .demo-text .show_more .hide img, .demo .wrapper .demo-text .hide_more .show img, .demo .wrapper .demo-text .hide_more .hide img {
  padding-right: 5px;
}
.demo .wrapper .demo-text .hide_more {
  display: none;
}
.demo .wrapper .demo-text .shadow-block {
  z-index: 1;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 42%, white 100%);
}
.demo .wrapper .demo-text .title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
}
.demo .wrapper .demo-text .text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.75);
}
.demo .wrapper .demo-text .text ul li {
  padding-bottom: 15px;
}
.demo .wrapper .demo-text .text ul li.image {
  list-style: none;
  padding-bottom: 25px;
}
.demo .wrapper .demo-text .text ul li img {
  max-width: 100%;
}
.demo .wrapper .demo-video .title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
}
.demo .wrapper .demo-files .demo-files-block .demo-files-item {
  text-decoration: none;
}
.demo .wrapper .demo-files .demo-files-block .demo-files-item .wrapper {
  background: #EFF2F9;
  border: 1px solid #CAD1DF;
  border-radius: 5px;
  padding: 10px;
  height: 100%;
}
.demo .wrapper .demo-files .demo-files-block .demo-files-item .wrapper .name {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.demo .wrapper .demo-files .demo-files-block .demo-files-item .wrapper .name img {
  padding-right: 10px;
}
.demo .wrapper .demo-files .title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  padding-bottom: 25px;
}

.instruction {
  padding-top: 10%;
}
.instruction .wrapper {
  padding: 50px;
  background: white;
  border-radius: 25px;
}
.instruction .wrapper .instruction-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  color: #000000;
  position: relative;
}
.instruction .wrapper .instruction-title img {
  position: absolute;
  right: 0;
  bottom: 5px;
}
.instruction .wrapper .demo-files .demo-files-block .demo-files-item {
  text-decoration: none;
}
.instruction .wrapper .demo-files .demo-files-block .demo-files-item .wrapper {
  background: #EFF2F9;
  border: 1px solid #CAD1DF;
  border-radius: 5px;
  padding: 10px;
  height: 100%;
}
.instruction .wrapper .demo-files .demo-files-block .demo-files-item .wrapper .name {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.instruction .wrapper .demo-files .demo-files-block .demo-files-item .wrapper .name img {
  padding-right: 10px;
}
.instruction .wrapper .demo-files .title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  padding-bottom: 25px;
}
.instruction .wrapper .instruction-item .title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  color: #000000;
}
.instruction .wrapper .instruction-item .text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.75);
}
.instruction .wrapper .instruction-item .video video {
  border-radius: 5px;
}
.instruction .wrapper .instruction-list .instruction-list-title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
}
.instruction .wrapper .instruction-list .files-link a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
}
.instruction .wrapper .instruction-list .list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding-left: 15px;
}
.instruction .wrapper .instruction-list .list li a {
  text-decoration: none;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #E53316;
}
.instruction .wrapper .instruction-list .list li::marker {
  color: black;
}

@media (max-width: 991.98px) {
  .instruction .wrapper .instruction-list .list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
.auth-form {
  padding-top: 10%;
  min-height: 100vh;
  margin-left: 38%;
}
.auth-form.register {
  padding-top: 3%;
  margin-left: 30%;
}
.auth-form .reg {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
}
.auth-form .reg a {
  text-decoration: none;
  color: #E53316;
}
.auth-form .wrapper {
  padding: 30px;
  background: white;
  border-radius: 25px;
}
.auth-form .wrapper .link {
  text-decoration: none;
  color: #000000;
}
.auth-form .wrapper .bx-auth p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.75);
}
.auth-form .wrapper .bx-auth .bx-auth-title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  color: #000000;
  padding-bottom: 10px;
  position: relative;
}
.auth-form .wrapper .bx-auth .bx-auth-title img {
  position: absolute;
  right: 0;
  bottom: 5px;
}
.auth-form .wrapper .bx-auth label {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.75);
  padding-bottom: 5px;
}
.auth-form .wrapper .bx-auth .form-group {
  padding-bottom: 15px;
}
.auth-form .wrapper .bx-auth .form-group input:not([type=submit]) {
  border: 1px solid #D6DAE2;
  border-radius: 5px;
  padding: 5px;
}
.auth-form .wrapper .bx-auth .form-group .forget {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  text-align: center;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.75);
}
.auth-form .wrapper .bx-auth .btn-red {
  background: #E53316;
  border-radius: 5px;
  padding: 15px 75px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

/*# sourceMappingURL=style.css.map */
