@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,700&display=swap);

html {
  font-size: 16px;
  line-height: 24px;
}

body {
  min-width: 320px;
  background-color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  color: #012a42;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
}

embed,
img,
object {
  max-width: 100%;
}

a:active,
a:focus,
a:hover {
  outline: 0 !important;
}

b,
strong {
  font-weight: 700;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, Arial, sans-serif;
  color: #012a42;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  font-size: 1.875em;
  line-height: 1.2;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  font-size: 1.5em;
  line-height: 1.25;
}

p {
  margin: 0;
}

.text-center {
  text-align: center;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #047bc1;
  z-index: 1001;
}

.navbar-header {
  float: left;
}

.navbar-brand {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 30px;
  margin: 10px 0;
}

.navbar-brand img {
  display: block;
  width: auto;
  max-width: 240px;
  height: auto;
  max-height: 30px;
  height: 30px;
}

.navbar-brand .logo-contrast {
  display: none;
}

.navbar-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  float: right;
}

.navbar-page-actions {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1px 0;
}

.navbar-languages {
  display: -webkit-flex;
  display: flex;
  list-style: none;
  border: 1px solid #047bc1;
  padding: 0;
  margin: 0;
}

.navbar-languages>li+li {
  border-left: 1px solid #047bc1;
}

.navbar-languages>li>a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #012a42;
  font-size: 1em;
  line-height: 1;
  height: 50px;
  padding: 0 12px;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}

.navbar-languages>li>a:focus,
.navbar-languages>li>a:hover {
  background: #047bc1;
  color: #fff;
  text-decoration: none;
}

.navbar-languages-text {
  padding-right: 8px;
}

.navbar-languages-icon img {
  display: block;
  width: auto;
  max-width: 40px;
  height: 24px;
}

.navbar-textSize {
  display: -webkit-flex;
  display: flex;
  list-style: none;
  border: 1px solid #047bc1;
  padding: 0;
  margin: 0 0 0 -1px;
}

.navbar-textSize>li+li {
  border-left: 1px solid #047bc1;
}

.navbar-textSize>li>a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 50px;
  height: 50px;
  color: #012a42;
  font-weight: 500;
  text-align: center;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}

.navbar-textSize>li>a:focus,
.navbar-textSize>li>a:hover {
  text-decoration: none;
}

.navbar-textSize>li>a.active,
.navbar-textSize>li>a:hover,
.navbar-textSize>li>a:focus {
  background: #047bc1;
  color: #fff;
}

.navbar-textSize>li>a.textSize-small {
  font-size: 18px;
}

.navbar-textSize>li>a.textSize-medium {
  font-size: 26px;
}

.navbar-textSize>li>a.textSize-large {
  font-size: 28px;
}

.textSize-letter {
  position: relative;
  display: block;
}

.textSize-small .textSize-letter {
  padding-bottom: 8px;
}

.textSize-medium .textSize-letter {
  padding-right: 7px;
  padding-bottom: 5px;
}

.textSize-large .textSize-letter {
  padding-right: 17px;
  padding-bottom: 4px;
}

.textSize-badge {
  position: absolute;
  top: 1px;
  right: 0;
  font-size: 18px;
}

.operator-category-heading .ulc-form-title {
  font-size: 2.125em;
  text-align: left;
  margin-bottom: 25px;
}

.operator-category-heading .ulc-operator-desc {
  font-size: 1.5em;
  line-height: 1.33333333;
  margin-bottom: 32px;
}

.operator-category-group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin: 0 -10px;
}

.operator-category-radio {
  padding: 0 10px 20px;
}

.operator-category-input {
  display: none;
}

.operator-category-checkbox .form-checkbox-label {
  width: 24px;
  height: 24px;
  padding: 0;
  margin-left: 20px;
}

.operator-category-label {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #efefef;
  padding: 14px 26px 14px 14px;
  cursor: pointer;
}

.operator-category-checker {
  padding-left: 26px;
}

.operator-category-checker .checker-item {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #047bc1;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

.operator-category-input:checked+.operator-category-label .operator-category-checker .checker-item {
  background: #047bc1;
}

.operator-category-checker .checker-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background-image: url(../images/checker-icon.png);
  background-size: 12px 12px;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.operator-category-input:checked+.operator-category-label .operator-category-checker .checker-item:before {
  opacity: 1;
}

.operator-category-actions {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.container.container-operator {
  width: 740px;
}

.operator-cancel {
  width: 180px;
}

.operator-generate {
  width: 360px;
}

.navbar-contrast {
  border: 1px solid #047bc1;
  margin-left: -1px;
}

.navbar-contrast a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-image: url(../images/contrast-icon.svg);
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.navbar-contrast a.active,
.navbar-contrast a:hover {
  background-color: #047bc1;
}

.navbar-user-actions {
  display: -webkit-flex;
  display: flex;
  margin: -1px 0 -1px -1px;
}

.navbar-login,
.navbar-logout {
  border: 1px solid #047bc1;
}

.navbar-login a {
  position: relative;
  display: block;
  color: #047bc1;
  font-size: 1em;
  line-height: 50px;
  padding: 0 53px 0 18px;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}

.navbar-login a:focus,
.navbar-login a:hover {
  background: #047bc1;
  color: #fff;
  text-decoration: none;
}

.navbar-login a:after,
.navbar-login a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 23px;
  height: 25px;
  background-position: center;
  background-size: cover;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar-login a:before {
  background: url(../images/login-icon.svg);
}

.navbar-login a:focus:before,
.navbar-login a:hover:before {
  opacity: 0;
}

.navbar-login a:after {
  background: url(../images/login-icon_hvr.svg);
  opacity: 0;
}

.navbar-login a:focus:after,
.navbar-login a:hover:after {
  opacity: 1;
}

.navbar-user-toggle {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 52px;
  background: 0 0;
  color: #047bc1;
  font-size: 1em;
  text-align: left;
  line-height: 1.125;
  border: 1px solid #047bc1;
  box-shadow: none;
  outline: 0;
  padding: 0 15px;
  margin: 0;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}

.navbar-user-toggle:hover,
.open>.navbar-user-toggle {
  background: #047bc1;
  color: #fff;
}

.dropdown-user {
  right: 0;
  left: auto;
  width: 100%;
  background: #fff;
  font-size: inherit;
  box-shadow: none;
  border: 1px solid #047bc1;
  border-top: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.dropdown-user>li>a {
  display: block;
  color: #047bc1;
  font-size: 1em;
  text-align: right;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 15px;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}

.dropdown-user>li>a:focus,
.dropdown-user>li>a:hover {
  background: #047bc1;
  color: #fff;
  text-decoration: none;
}

.navbar-logout {
  margin-left: -1px;
}

.navbar-logout a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.navbar-logout a:focus,
.navbar-logout a:hover {
  background: #047bc1;
}

.navbar-logout a:after,
.navbar-logout a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 24px 25px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.navbar-logout a:before {
  background-image: url(../images/logout-icon.svg);
}

.navbar-logout a:focus:before,
.navbar-logout a:hover:before {
  opacity: 0;
}

.navbar-logout a:after {
  background-image: url(../images/logout-icon_hvr.svg);
  opacity: 0;
}

.navbar-logout a:focus:after,
.navbar-logout a:hover:after {
  opacity: 1;
}

.ulc-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  background-position: top center;
  background-repeat: no-repeat;
}

.ulc-wrapper_home {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  background-image: url(../images/ulc-kv-full-hd-bez-logo.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ulc-body {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 51px 0 80px;
}

.ulc-content {
  padding-top: 74px;
}

.ulc-lesson-main .ulc-content {
  padding-top: 0;
}

.ulc-content-description {
  margin-top: 18px;
  text-align: justify;
}

.ulc-content-description p {
  margin-top: 13px;
}

.ulc-content-description span {
  text-align: justify;
}

.ulc-home-absolute~.container .ulc-content-description p {
  background-color: rgba(4, 123, 193, 0.8);
  padding: 15px;
}

.ulc-appGenerator {
  margin-top: 54px;
}

.row-appGenerator-panel {
  display: -webkit-flex;
  display: flex;
}

.ulc-appGenerator-item {
  display: block;
  position: relative;
  color: #012a42;
  border: 1px solid #047bc1;
  padding: 18px 140px 19px 25px;
  -webkit-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.ulc-appGenerator-item.green {
  background: #1b8e32;
  color: #fff;
  border-color: #1b8e32;
}

.ulc-appGenerator-item.gray {
  background: #a2a2a2;
  color: #fff;
  border-color: #a2a2a2;
}

.ulc-appGenerator-item:after,
.ulc-appGenerator-item:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 45px;
  height: 78px;
  background-size: cover;
  background-position: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ulc-appGenerator-item:before {
  background-image: url(../images/right-arrow_dark.svg);
}

.ulc-appGenerator-item:focus:before,
.ulc-appGenerator-item:hover:before {
  opacity: 0;
}

.ulc-appGenerator-item:after {
  background-image: url(../images/right-arrow_white.svg);
  opacity: 0;
}

.ulc-appGenerator-item:focus:after,
.ulc-appGenerator-item:hover:after {
  opacity: 1;
}

.ulc-appGenerator-item.gray:before,
.ulc-appGenerator-item.green:before {
  background-image: url(../images/right-arrow_white.svg);
}

.ulc-appGenerator-item.gray:after,
.ulc-appGenerator-item.green:after {
  content: none;
  display: none;
}

.ulc-appGenerator-item.gray:focus:before,
.ulc-appGenerator-item.gray:hover:before,
.ulc-appGenerator-item.green:focus:before,
.ulc-appGenerator-item.green:hover:before {
  opacity: 1;
}

.ulc-appGenerator-item:focus,
.ulc-appGenerator-item:hover {
  background: #047bc1;
  color: #fff;
  text-decoration: none;
}

.ulc-appGenerator-item.green:focus,
.ulc-appGenerator-item.green:hover {
  background: #20a23a;
  border-color: #20a23a;
}

.ulc-appGenerator-item.gray:focus,
.ulc-appGenerator-item.gray:hover {
  background: #a2a2a2;
  color: #fff;
  border-color: #a2a2a2;
}

.ulc-appGenerator-item+.ulc-appGenerator-item {
  margin-top: 30px;
}

.ulc-appGenerator-item h2 {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.ulc-appGenerator-item.gray h2,
.ulc-appGenerator-item.green h2,
.ulc-appGenerator-item:focus h2,
.ulc-appGenerator-item:hover h2 {
  color: #fff;
}

.ulc-appGenerator-item.gray h2,
.ulc-appGenerator-item.green h2 {
  font-size: 1.5em;
}

.ulc-appGenerator-description {
  margin-top: 6px;
}

.ulc-footer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #012a42;
  color: #fff;
  font-weight: 500;
  padding: 27px 60px;
}

.ulc-footer-links ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}

.ulc-footer-links ul>li {
  padding: 0 15px;
}

.ulc-footer-links ul>li>a {
  color: inherit;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.ulc-footer-links ul>li>a:focus,
.ulc-footer-links ul>li>a:hover {
  text-decoration: none;
  opacity: 0.75;
}

.ulc-logo-title {
  text-align: center;
  padding: 2px 0 53px;
}

.ulc-button-group {
  padding-top: 42px;
}

.btn-primary {
  position: relative;
  display: inline-block;
  min-width: 100px;
  background: #fff;
  color: #047bc1;
  font-size: 1.25em;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  border: 1px solid #047bc1;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  padding: 11px 15px;
  margin: 0;
  -webkit-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
  cursor: pointer;
}

.btn-primary:focus,
.btn-primary:hover {
  background: #047bc1;
  color: #fff;
  text-decoration: none;
}

.btn-primary.btn-inverse {
  background: #047bc1;
  color: #fff;
}

.btn-primary.btn-inverse:focus,
.btn-primary.btn-inverse:hover {
  background: #012a42;
  border-color: #012a42;
}

.btn-primary.btn-inverse.btn-gray {
  background: #a2a2a2;
  border-color: #a2a2a2;
}

.btn-primary.btn-inverse.btn-gray:focus,
.btn-primary.btn-inverse.btn-gray:hover {
  background: #a2a2a2;
  border-color: #a2a2a2;
}

.btn-primary.btn-inverse.btn-purple {
  background: #a349a3;
  border-color: #a349a3;
}

.btn-primary.btn-inverse.btn-purple:focus,
.btn-primary.btn-inverse.btn-purple:hover {
  background: #8e2e8e;
  border-color: #8e2e8e;
}

.btn-primary.btn-inverse.btn-green {
  background: #1b8e32;
  border-color: #1b8e32;
}

.btn-primary.btn-inverse.btn-green:focus,
.btn-primary.btn-inverse.btn-green:hover {
  background: #23a63d;
  border-color: #23a63d;
}

.btn-primary.btn-full {
  display: block;
  width: 100%;
}

.btn-primary.btn-small {
  min-width: auto;
  font-size: 0.875rem;
  line-height: 1.14285714;
  padding: 9px 12px;
}

.ulc-button-group .btn-primary+.btn-primary {
  margin-top: 20px;
}

.btn-primary.w-arrow.next {
  margin-right: calc(2.4em - 1px);
}

.btn-primary.w-arrow.prev {
  margin-left: calc(2.4em - 1px);
}

.btn-primary.w-arrow:after,
.btn-primary.w-arrow:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 2.4em;
  background-color: #fff;
  background-size: auto 1.2em;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.btn-primary.w-arrow.next:after,
.btn-primary.w-arrow.next:before {
  left: 100%;
}

.btn-primary.w-arrow.prev:after,
.btn-primary.w-arrow.prev:before {
  right: 100%;
}

.btn-show-number {
  display: block;
}

.btn-show-number:hover {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.btn-primary.w-arrow:before {
  border: 1px solid #047bc1;
}

.btn-primary.w-arrow.next:before {
  background-image: url(../images/button-arrow-next.svg);
}

.btn-primary.w-arrow.prev:before {
  background-image: url(../images/button-arrow-prev.svg);
}

.btn-primary.w-arrow:after {
  border: 1px solid #047bc1;
  opacity: 0;
}

.btn-primary.btn-inverse.w-arrow:after {
  border: 1px solid #012a42;
}

.btn-primary.w-arrow.next:after {
  background-image: url(../images/button-arrow-next.svg);
}

.btn-primary.btn-inverse.w-arrow.next:after {
  background-image: url(../images/button-arrow-next_hvr.svg);
}

.btn-primary.w-arrow.prev:after {
  background-image: url(../images/button-arrow-prev.svg);
}

.btn-primary.btn-inverse.w-arrow.prev:after {
  background-image: url(../images/button-arrow-prev_hvr.svg);
}

.btn-primary.w-arrow:focus:after,
.btn-primary.w-arrow:hover:after {
  opacity: 1;
}

.pt-48 {
  padding-top: 48px;
}

.input-primary {
  display: block;
  width: 100%;
  background: #fff;
  color: #047bc1;
  font-size: 1.25em;
  line-height: 1.2;
  border: 1px solid #047bc1;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  padding: 11px 15px;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.input-primary::-webkit-input-placeholder {
  color: #047bc1;
}

.input-primary.error {
  border-color: red;
}

.input-primary[disabled] {
  background: #fff;
  color: #a2a2a2;
  border-color: #a2a2a2;
}

.input-primary[disabled]::-webkit-input-placeholder {
  color: #a2a2a2;
}

.ulc-login-form {
  padding-top: 23px;
}

.login-form-messages+form .ulc-login-form {
  padding-top: 0;
}

.disabled {
  cursor: default !important;
}

.disabledColor {
  background-color: #dbdbdb !important;
}

.login-form-row+.login-form-row {
  margin-top: 20px;
}

.login-form-actions {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.login-form-actions.action-confirm {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.login-form-actions>div {
  padding: 0 10px;
}

.login-form-messages {
  color: red;
  font-size: 1.125em;
  line-height: 1.22222222;
}

.ulc-home-notify {
  color: #fff;
  padding: 15px;
  background: #b90303;
  text-align: center;
  font-weight: 600;
}

.login-form-messages .notification-error {
  list-style: none;
  padding: 0;
  margin: 0;
}

.notification-error li {
  margin-bottom: 5px !important;
}

.notification-error {
  padding-top: 25px;
  color: red;
}

.notification-error-header {
  padding-top: 25px;
  color: red;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
}

.notification-success {
  color: green;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
  text-align: center;
}

.ulc-list {
  list-style: none;
  padding: 44px 0 0;
  margin: 0;
}

.scrollBox {
  padding: 10px;
  height: 120px;
  border: 1px solid #ccc;
  font: 16px/26px Georgia, Garamond, Serif;
  overflow: auto;
  margin-top: 10px;
}

.ulc-list>li+li {
  margin-top: 2px;
}

.ulc-list>li>a {
  display: inline-block;
  position: relative;
  color: #047bc1;
  font-size: 1.125em;
  line-height: 1.22222222;
  padding-left: 20px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.ulc-list>li>a:focus,
.ulc-list>li>a:hover {
  color: #012a42;
  text-decoration: none;
}

.ulc-list>li>a:after,
.ulc-list>li>a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 17px;
  background-size: cover;
  background-position: center;
  margin-top: -1px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ulc-list>li>a:before {
  background-image: url(../images/right-arrow-sm_light.svg);
}

.ulc-list>li>a:focus:before,
.ulc-list>li>a:hover:before {
  opacity: 0;
}

.ulc-list>li>a:after {
  background-image: url(../images/right-arrow-sm_dark.svg);
  opacity: 0;
}

.ulc-list>li>a:focus:after,
.ulc-list>li>a:hover:after {
  opacity: 1;
}

.ulc-content-link {
  text-align: right;
  margin-top: 24px;
}

.row-lesson {
  padding-top: 80px;
}

.ulc-lesson-aside {
  height: 100%;
  border-right: 1px solid #047bc1;
  padding-right: 30px;
}

.ulc-lesson-aside-title {
  padding-bottom: 26px;
}

.ulc-lesson-widget+.ulc-lesson-widget {
  margin-top: 34px;
}

.ulc-progress {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 12px;
}

.ulc-progress-column {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-right: 10px;
}

.progress {
  height: 30px;
  background: #99a9b3;
  box-shadow: none;
  margin: 0;
}

.progress-bar {
  background: #012a42;
  font-size: 0.875em;
  line-height: 30px;
  box-shadow: none;
}

.progress-text {
  font-size: 1em;
  line-height: 1;
}

.ulc-lesson-steps {
  margin-top: 10px;
}

.ulc-lesson-time {
  font-size: 3em;
  line-height: 1;
  margin-top: 6px;
}

.ulc-lesson-time.time-over {
  color: #8094a0;
}

.ulc-lesson-preview {
  border: 1px solid #777;
  margin-top: 42px;
}

.preview-container {
  position: relative;
  min-height: 320px;
  padding-bottom: 50%;
}

.preview-holder {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

body.lightbox-opened {
  overflow: hidden;
}

.preview-holder a,
.preview-holder img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
}

.preview-holder a {
  max-height: 100%;
}

.preview-holder a img {
  margin: 0 auto;
}

.preview-holder video {
  display: block;
  width: 100%;
  height: 100%;
}

.ulc-lesson-actions {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 28px;
  margin: 0 -10px;
}

.ulc-lesson-actions {
  padding-top: 16px;
  display: inline-flex;
  width: 100%;
}

.ulc-lesson-actions>div:nth-child(1) {
  float: right;
}

.ulc-lesson-actions.action-single {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.ulc-lesson-actions>div {
  padding: 20px 10px 0;
}

.ulc-lesson-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #047bc1;
  padding: 15px 0;
  z-index: 1001;
}

.lesson-mobile-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -10px;
}

.lesson-mobile-flex>div {
  padding: 0 10px;
}

.progress-mobile-column {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.lesson-mobile-text {
  white-space: nowrap;
}

.lesson-mobile-text span {
  font-weight: 600;
}

.ulc-lesson-result {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 224px;
  text-align: center;
}

.ulc-lesson-result.success {
  color: #1b8e32;
}

.ulc-lesson-result.fail {
  color: #cf0101;
}

.ulc-lesson-result h2 {
  color: inherit;
}

.ulc-form-primary {
  padding-top: 74px;
}

.ulc-form-title {
  text-align: center;
  margin-bottom: 74px;
}

.ulc-operator-title {
  text-align: center;
  margin-bottom: 25px;
}

.ulc-operator-textarea {
  resize: none;
  height: 100px;
}

.ulc-panel .form-group {
  padding-top: 60px;
}

.form-row {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -15px;
}

.form-row>div {
  padding: 0 15px;
}

.form-row-text {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  min-width: 40%;
  width: 40%;
  text-align: right;
  line-height: 1.2;
}

.form-row-text-home {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  min-width: 30%;
  width: 30%;
  text-align: left;
  line-height: 1.2;
}

.form-row-input-home {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  min-width: 70%;
  width: 70%;
}

.form-row-home {
  justify-content: center;
}

.form-row-input {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  min-width: 60%;
  width: 60%;
}

.form-checker {
  display: none;
}

.form-checker-label {
  display: inline-block;
  font-weight: 400;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.form-checker-flex {
  display: -webkit-flex;
  display: flex;
}

.form-checker-toggle {
  position: relative;
  color: #047bc1;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2;
  border: 1px solid #047bc1;
  padding: 11px 15px;
  -webkit-transition: background 0.3s ease, opacity 0.3s ease;
  transition: background 0.3s ease, opacity 0.3s ease;
}

.form-checker-toggle:after,
.form-checker-toggle:before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  width: calc(2.4em - 8px);
  background-size: auto 24px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #047bc1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.form-checker-toggle+.form-checker-toggle {
  margin-left: 30px;
}

.form-checker-toggle.form-checker-prev {
  opacity: 0.1;
  padding-right: 2.9em;
}

.form-checker:checked+.form-checker-label .form-checker-toggle.form-checker-prev {
  background: #047bc1;
  color: #fff;
}

.form-checker:checked+.form-checker-label .form-checker-toggle.form-checker-prev {
  opacity: 1;
}

.form-checker-toggle.form-checker-next {
  background: #047bc1;
  color: #fff;
  padding-left: 2.9em;
}

.form-checker:checked+.form-checker-label .form-checker-toggle.form-checker-next {
  background: #fff;
  color: #047bc1;
  opacity: 0.1;
}

.form-checker-toggle.form-checker-prev:after,
.form-checker-toggle.form-checker-prev:before {
  right: 3px;
}

.form-checker-toggle.form-checker-next:after,
.form-checker-toggle.form-checker-next:before {
  left: 3px;
}

.form-checker-toggle.form-checker-prev:before {
  background-image: url(../images/button-arrow-prev.svg);
}

.form-checker-toggle.form-checker-prev:after {
  background-image: url(../images/button-arrow-prev_hvr2.svg);
  border-color: #fff;
  opacity: 0;
}

.form-checker-toggle.form-checker-next:before {
  background-image: url(../images/button-arrow-next_hvr2.svg);
  border-color: #fff;
}

.form-checker-toggle.form-checker-next:after {
  background-image: url(../images/button-arrow-next.svg);
  opacity: 0;
}

.form-checker:checked+.form-checker-label .form-checker-toggle.form-checker-next:before,
.form-checker:checked+.form-checker-label .form-checker-toggle.form-checker-prev:before {
  opacity: 0;
}

.form-checker:checked+.form-checker-label .form-checker-toggle.form-checker-next:after,
.form-checker:checked+.form-checker-label .form-checker-toggle.form-checker-prev:after {
  opacity: 1;
}

.form-group {
  margin-top: -12px;
}

.form-row,
.group-switch {
  margin-top: 12px;
}

.group-switch {
  display: none;
}

.group-switch.active {
  display: block;
}

.form-row-title {
  padding: 18px 0 14px;
}

.form-input {
  display: block;
  width: 100%;
  color: #047bc1;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  border: 1px solid #047bc1;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  padding: 13px 15px;
  -webkit-transition: color 0.3s ease, border 0.3s ease;
  transition: color 0.3s ease, border 0.3s ease;
}

.form-input[disabled] {
  color: #a2a2a2;
  background: #fff;
  border-color: #afafaf;
}

.form-row-checkbox {
  margin-top: 12px;
}

.form-checkbox {
  display: none;
}

.form-checkbox-label {
  display: block;
  position: relative;
  font-size: 0.75em;
  line-height: 1.33333333;
  padding-left: 39px;
  cursor: pointer;
}

.form-checkbox-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #047bc1;
}

.form-checkbox-label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #047bc1;
  background-image: url(../images/checker-icon.png);
  background-size: 12px 12px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.form-checkbox:checked+.form-checkbox-label:after {
  opacity: 1;
}

.form-container {
  margin-top: 58px;
  text-align: justify;
}

.form-container-title {
  line-height: 1.2;
}

.form-container-title {
  margin-bottom: 10px;
}

.form-container-description {
  margin-top: 15px;
}

.form-container-checkbox {
  margin-top: 26px;
}

.form-attachments {
  margin-top: 32px;
}

.form-attachments-title {
  margin-bottom: 6px;
}

.form-attachments-description {
  font-size: 0.75em;
  line-height: 1.33333333;
  margin-bottom: 18px;
}

.form-attachments-box-title {
  margin-bottom: 9px;
}

.form-attachments-box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.holder-column {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  min-width: 70%;
  width: 70%;
}

.button-column {
  padding-left: 30px;
}

.attachments-group {
  min-height: 98px;
  border: 1px solid #047bc1;
  padding: 15px;
}

.attachment-item {
  display: -webkit-flex;
  display: flex;
}

.attachment-item+.attachment-item {
  margin-top: 6px;
}

.attachment-item>.name-column {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-left: 10px;
}

.attachment-item-remove {
  position: relative;
  width: 1.125em;
  height: 1.125em;
  border-radius: 50%;
  border: 1px solid #012a42;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer;
}

.attachment-item-remove:hover {
  background: #012a42;
}

.attachment-item-remove:after,
.attachment-item-remove:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75em;
  border-bottom: 1px solid #012a42;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.image.image-style-align-right {
  float: right;
}

.attachment-item-remove:hover:after,
.attachment-item-remove:hover:before {
  border-color: #fff;
}

.attachment-item-remove:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.attachment-item-remove:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.attachment-item-name {
  font-size: 0.875em;
  line-height: 1.28571428;
  word-break: break-all;
}

.form-file {
  display: none;
}

.form-file-group .btn-primary {
  white-space: nowrap;
}

.form-row-status {
  margin-bottom: 36px;
}

.form-status {
  background: #047bc1;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 6px 10px;
  cursor: default;
}

.form-status.pending {
  background: #b5a216;
}

.form-aside-buttons {
  max-width: 430px;
  margin-top: 60px;
  margin-left: auto;
}

.form-aside-buttons .btn-primary {
  display: block;
  font-size: 1em;
}

.form-aside-buttons .btn-primary:not(:first-child) {
  margin-top: 12px;
}

.form-aside-buttons .btn-mt-36:not(:first-child) {
  margin-top: 36px;
}

.tooltip {
  font-size: inherit;
}

.tooltip.in {
  opacity: 1;
}

.tooltip-inner {
  width: 100%;
  max-width: 480px;
  background: #fff;
  color: #012a42;
  font-size: 0.875em;
  border: 1px solid #047bc1;
  border-radius: 0;
  padding: 9px 15px;
}

.tooltip-arrow {
  display: none;
}

.form-bottom-actions {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 40px;
  margin: 0 -10px;
}

.form-bottom-actions>div {
  padding: 20px 10px 0;
}

.other-actions {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0 !important;
  margin: 0 -10px;
}

.other-actions>div {
  padding: 20px 10px 0;
}

.datepicker {
  width: 15em;
  font-size: 1em;
  font-family: Montserrat, Arial, sans-serif;
  border-color: #047bc1;
  border-radius: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.datepicker--pointer {
  border-color: #047bc1;
}

.datepicker--nav {
  border-color: #047bc1;
}

.datepicker--cell {
  height: 2em;
}

.datepicker--day-name {
  color: #047bc1;
}

.datepicker--cell,
.datepicker--nav-action,
.datepicker--nav-title {
  border-radius: 0;
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current-,
.datepicker--cell.-selected-.-focus- {
  background: #047bc1;
  color: #fff;
}

.datepicker--cell.-current-,
.datepicker--cell.-current-.-focus- {
  color: #047bc1;
}

.datepicker--cell.-selected-.-current-.-focus- {
  color: #fff;
}

.form-permissions {
  margin-top: 53px;
}

.permissions-grid {
  padding-top: 39px;
}

.form-permissions-title {
  text-align: center;
}

.permissions-row {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.permissions-row+.permissions-row {
  padding-top: 16px;
}

.permissions-row.row-title+.permissions-row {
  padding-top: 29px;
}

.permissions-block,
.permissions-title {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  min-width: 50%;
  width: 50%;
}

.permissions-title {
  text-align: right;
  line-height: 1.2;
  padding-right: 20px;
}

.permissions {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: default;
}

.permissions>div {
  padding: 3px;
}

.permission-item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #a2a2a2;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
}

.permission-item.active {
  background-color: #1b8e32;
}

.ulc-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2001;
}

.ulc-modal:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: -1;
}

.ulc-modal-wrap {
  height: 100vh;
  overflow-y: auto;
}

.ulc-modal-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 100vh;
}

.ulc-modal-dialog {
  width: 750px;
  margin: 30px 0;
}

.ulc-modal-content {
  background: #fff;
  padding: 42px 60px;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.ulc-modal.in .ulc-modal-content {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.ulc-modal.in.out .ulc-modal-content {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.ulc-modal-body .ulc-list {
  padding-top: 27px;
}

.ulc-panel {
  padding-top: 120px;
}

.ulc-form-smallTitle {
  font-size: 1.5em;
  text-align: center;
  line-height: 1.2;
  margin-top: 55px;
}

.row-permissions-tables {
  padding-top: 20px;
}

.permissions-table {
  width: 100%;
  margin-top: 30px;
}

.permissions-table .first {
  width: 0.01%;
}

.permissions-table-title {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.permissions-table tr+tr td {
  padding-top: 10px;
}

.permissions-table-items-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.permissions-table-items-wrap>div {
  margin: 0 5px;
}

.permissions-table-item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #a2a2a2;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  margin: 0 auto;
}

.permissions-table-item.active {
  background-color: #1b8e32;
}

.permissions-table-input input {
  display: block;
  width: 100%;
  max-width: 160px;
  color: #047bc1;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  line-height: 1.25;
  border: 1px solid #047bc1;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  padding: 13px 15px;
  margin: 0 auto;
  -webkit-transition: color 0.3s ease, border 0.3s ease;
  transition: color 0.3s ease, border 0.3s ease;
}

.permissions-table-input input[disabled] {
  color: #a2a2a2;
  background: #fff;
  border-color: #afafaf;
}

.ulc-lesson-answer-group {
  margin-top: 28px;
}

.ulc-lesson-answer-title {
  padding-bottom: 10px;
}

.ulc-lesson-answer {
  margin-top: 6px;
}

.test-checker {
  display: none;
}

.test-checker-label {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  padding-left: 30px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
}

.test-checker-label:hover {
  color: #047bc1;
}

.test-checker-label:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #012a42;
  border-radius: 50%;
}

.test-checker-label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #012a42;
  border-radius: 50%;
  opacity: 0;
  z-index: 2;
}

.test-checker:checked+.test-checker-label:after {
  opacity: 1;
}

.group-actionTime {
  display: -webkit-flex;
  display: flex;
}

.ulc-lesson-actionTime {
  display: inline-block;
  min-width: 100px;
  background: #fff;
  color: #047bc1;
  font-size: 1.25em;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  border: 1px solid #047bc1;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  padding: 11px 15px;
  margin: 0;
}

#formFile-button.disabled {
  background: gray;
  cursor: not-allowed !important;
  border-color: gray;
}

.form-checkbox-label.disabled::after {
  background-color: gray;
  cursor: not-allowed !important;
}

.form-checker-field.disabled {
  cursor: not-allowed !important;
}

.form-checker-field.disabled .form-checker:checked+.form-checker-label .form-checker-toggle.form-checker-prev {
  background: gray;
  cursor: not-allowed !important;
}

.form-checker-field.disabled .form-checker-toggle.form-checker-next {
  background: gray;
  cursor: not-allowed !important;
}

.form-checker-field.disabled .form-checker-toggle {
  border: 1px solid gray;
  cursor: not-allowed !important;
}

.form-checker:checked+.form-checker-label .form-checker-toggle {
  color: gray;
}

.form-checker-field.disabled .form-checker:checked+.form-checker-label .form-checker-toggle.form-checker-next {
  color: gray;
  cursor: not-allowed !important;
}

.form-checker-field.disabled .form-checker-toggle.form-checker-prev::before {
  background-image: url(../images/button-arrow-prev-disabled.png);
}

.form-checker-field.disabled .form-checker-toggle.form-checker-next::after {
  background-image: url(../images/button-arrow-next-disabled.png);
}

.ulc-form-primary .notification-error {
  text-align: center;
}

.ulc-form-primary .notification-error p {
  font-size: 20px;
  margin-bottom: 30px;
  font-family: Montserrat, Arial, sans-serif;
}

.ulc-form-primary .login-form-messages ul li {
  text-align: left;
}

#ulc_uavo+.form-checker-label .form-checker-prev.disabled {
  color: gray;
}

#ulc_uavo+.form-checker-label .form-checker-prev.disabled:after {
  border: 1px solid gray;
}

#ulc_uavo+.form-checker-label .form-checker-prev.disabled:before {
  border: 1px solid gray;
}

#ulc_uavo:checked+.form-checker-label .form-checker-prev.disabled {
  color: #fff;
}

#ulc_uavo:checked+.form-checker-label .form-checker-prev.disabled:after {
  border: 1px solid #fff;
}

#ulc_uavo:checked+.form-checker-label .form-checker-prev.disabled:before {
  border: 1px solid #fff;
}

#ulc_uavo:checked+.form-checker-label .form-checker-next.disabled {
  color: gray;
}

#ulc_uavo+.form-checker-label .form-checker-next.disabled {
  color: #fff;
}

.form-checker-field.disabled .form-checker+.form-checker-label .form-checker-prev.disabled {
  color: gray;
}

.form-checker-field.disabled .form-checker+.form-checker-label .form-checker-prev.disabled:after {
  border-color: gray;
}

.form-checker-field.disabled .form-checker+.form-checker-label .form-checker-prev.disabled:before {
  border-color: gray;
}

.form-checker-field.disabled .form-checker:checked+.form-checker-label .form-checker-prev.disabled {
  color: #fff;
}

.form-checker-field.disabled .form-checker:checked+.form-checker-label .form-checker-prev.disabled:after {
  border-color: #fff;
}

.form-checker-field.disabled .form-checker:checked+.form-checker-label .form-checker-prev.disabled:before {
  border-color: #fff;
}

.form-checker-field.disabled .form-checker+.form-checker-label .form-checker-next.disabled:after {
  border-color: #fff;
}

.form-checker-field.disabled .form-checker+.form-checker-label .form-checker-next.disabled:before {
  border-color: #fff;
}

.form-checker-field.disabled .form-checker:checked+.form-checker-label .form-checker-next.disabled:after {
  border-color: gray;
}

.form-checker-field.disabled .form-checker:checked+.form-checker-label .form-checker-next.disabled:before {
  border-color: gray;
}

.ulc-home-content .ulc-logo-title {
  max-width: 250px;
  display: block;
  margin: 40px auto 70px;
  padding: 0;
}

.ulc-home-content .ulc-content-description {
  padding-top: 40px;
  color: #fff;
}

.ulc-home-content~.ulc-button-group {
  padding-top: 20px;
}

.ulc-prefooter-text {
  padding: 30px 20px 40px;
  font-size: 1.55em;
}

.ulc-home-absolute {
  color: #fff;
  position: absolute;
  font-family: Stem;
  font-size: 0.75em;
}

.ulc-home-absolute h1 {
  font-size: 4.9em;
  color: #fff;
  font-family: Stem;
  line-height: 0.88;
}

.ulc-home-absolute h2 {
  font-size: 7.6em;
  line-height: 1.1;
  color: #fff;
  font-weight: 300;
  font-family: Stem;
}

.ulc-home-absolute h2:last-of-type {
  line-height: 0.8;
}

.contrast-enabled .ulc-home-content .logo-standard,
.ulc-home-content .logo-contrast {
  display: none;
}

.contrast-enabled .ulc-home-content .logo-contrast,
.ulc-home-content .logo-standard {
  display: block;
}

.contrast-enabled .ulc-home-content .logo-contrast img {
  background-color: transparent;
}

.operator-edit-first,
.operator-edit-second {
  position: absolute;
  max-width: 32px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.dropdown-user>li>a:hover .operator-edit-second,
.operator-edit-first {
  opacity: 1;
}

.dropdown-user>li>a:hover .operator-edit-first,
.operator-edit-second {
  opacity: 0;
}

#UavoPrev,
#isComporationPrev {
  margin-left: 30px;
}

.login-form-messages~.iti__flag-container {
  bottom: auto !important;
  top: 35% !important;
  height: 48px !important;
}

.app-OperatorDataQRDescription {
  padding: 30px 0 0;
  text-align: center;
}

@media (max-width: 1599px) {
  .ulc-wrapper {
    background-size: cover;
  }

  .ulc-prefooter-text {
    font-size: 1.35em;
  }
}

@media (max-width: 1199px) {
  .navbar-header {
    float: none;
  }

  .navbar-brand {
    -webkit-justify-content: center;
    justify-content: center;
  }

  .navbar-nav {
    float: none;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .ulc-body {
    padding: 101px 0 60px;
  }

  .ulc-content {
    padding-top: 54px;
  }

  .ulc-appGenerator {
    margin-top: 42px;
  }

  .ulc-appGenerator-item+.ulc-appGenerator-item {
    margin-top: 24px;
  }

  .ulc-footer {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    padding-right: 48px;
    padding-left: 48px;
  }

  .ulc-footer-links {
    padding-top: 18px;
  }

  .ulc-logo-title {
    padding-bottom: 33px;
  }

  .row-lesson {
    padding-top: 60px;
  }

  .ulc-form-primary {
    padding-top: 53px;
  }

  .ulc-form-title {
    margin-bottom: 53px;
  }

  .form-bottom-actions {
    padding-top: 28px;
  }

  .form-aside-buttons {
    margin-top: 48px;
  }

  .form-container {
    margin-top: 46px;
  }

  .ulc-panel {
    padding-top: 60px;
  }

  .ulc-prefooter-text {
    font-size: 1.15em;
  }

  .holder-column {
    -ms-flex-preferred-size: 64%;
    flex-basis: 64%;
    min-width: 64%;
    width: 64%;
  }

  .form-ckb-item {
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  .ulc-lesson-main {
    padding-bottom: 49px;
  }

  .ulc-lesson-mobile {
    display: block;
  }

  .ulc-lesson-result {
    height: auto;
    padding-bottom: 47px;
    margin-top: -6px;
  }

  .form-group {
    padding-top: 0;
  }

  .holder-column {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: auto;
    width: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }

  .form-aside {
    padding-top: 48px;
  }

  .row-appGenerator-panel {
    display: block;
  }

  .row-appGenerator-panel>div+div {
    margin-top: 60px;
  }

  .ulc-appGenerator-item.gray,
  .ulc-appGenerator-item.green {
    height: auto;
  }

  .ulc-panel .form-group {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
    line-height: 20px;
  }

  .navbar {
    position: static;
    width: auto;
  }

  .navbar-page-actions {
    margin: 0;
  }

  .navbar-contrast,
  .navbar-languages,
  .navbar-textSize {
    margin-bottom: -1px;
  }

  .navbar-user-actions {
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 100%;
    width: 100%;
    margin: 0 0 -1px;
  }

  .ulc-wrapper {
    min-height: calc(100vh - 153px);
  }

  .ulc-body {
    padding: 0 0 48px;
  }

  .row-lesson,
  .ulc-content {
    padding-top: 42px;
  }

  .ulc-content-description {
    margin-top: 12px;
  }

  .ulc-content-description p {
    margin-top: 8px;
  }

  .ulc-appGenerator {
    margin: 31px -15px 0;
  }

  .ulc-appGenerator-item {
    border-right: 0;
    border-left: 0;
    padding-right: 80px;
    padding-left: 15px;
  }

  .ulc-appGenerator-item:after,
  .ulc-appGenerator-item:before {
    right: 15px;
    width: 35px;
    height: 60px;
  }

  .ulc-appGenerator-description {
    margin-top: 3px;
  }

  .ulc-appGenerator-item+.ulc-appGenerator-item {
    margin-top: 18px;
  }

  .ulc-footer {
    padding: 19px 15px;
  }

  .ulc-footer-links {
    padding-top: 14px;
  }

  .ulc-footer-links ul {
    margin: 0 -10px;
  }

  .ulc-footer-links ul>li {
    padding: 0 10px;
  }

  .ulc-logo-title {
    padding-bottom: 27px;
  }

  .ulc-button-group {
    padding-top: 31px;
  }

  .ulc-login-form {
    padding-top: 15px;
  }

  .ulc-list {
    padding-top: 32px;
  }

  .ulc-lesson-preview {
    margin-top: 30px;
  }

  .pt-48 {
    padding-top: 36px;
  }

  .ulc-lesson-result {
    padding-bottom: 36px;
    margin-top: 0;
  }

  .ulc-form-primary {
    padding-top: 41px;
  }

  .ulc-form-title {
    margin-bottom: 41px;
  }

  .form-aside {
    padding-top: 36px;
  }

  .form-bottom-actions {
    padding-top: 16px;
  }

  .form-aside-buttons {
    margin-top: 36px;
  }

  .form-container {
    margin-top: 34px;
  }

  .form-permissions {
    margin-top: 43px;
  }

  .permissions-grid {
    padding-top: 27px;
  }

  .permissions-row.row-title+.permissions-row {
    padding-top: 23px;
  }

  .ulc-panel {
    padding-top: 48px;
  }

  .permissions-table {
    max-width: 290px;
    margin: 30px auto 0;
  }

  .permissions-table .first {
    width: 136px;
  }

  .ulc-prefooter-text {
    font-size: 1em;
  }

  .container.container-operator {
    width: auto;
  }

  .operator-category-heading .ulc-form-title {
    font-size: 1.85714285em;
    margin-bottom: 18px;
  }

  .operator-category-heading .ulc-operator-desc {
    font-size: 1.42857142em;
    margin-bottom: 23px;
  }

  .operator-category-group {
    padding-bottom: 10px;
  }

  .operator-generate {
    width: 320px;
  }
}

@media (max-width: 599px) {
  .form-row {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
  }

  .form-row-input,
  .form-row-text {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: auto;
    width: auto;
    text-align: left;
  }

  .form-row-input-home,
  .form-row-text-home {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 100%;
    width: 100%;
  }

  .form-row-text p {
    margin-bottom: 7px;
  }

  .form-aside-buttons {
    margin-right: auto;
  }

  .form-bottom-actions,
  .other-actions {
    -webkit-justify-content: center;
    justify-content: center;
  }

  .form-bottom-actions {
    margin: 0;
  }

  .other-actions {
    padding: 0 !important;
  }

  .form-attachments-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
  }

  .button-column {
    padding-top: 20px;
    padding-left: 0;
  }

  .permissions-row {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }

  .permissions-block,
  .permissions-title {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: auto;
    width: auto;
  }

  .permissions-title {
    text-align: center;
    padding-right: 0;
  }

  .permissions-title p {
    margin-bottom: 4px;
  }

  .permissions {
    -webkit-justify-content: center;
    justify-content: center;
    cursor: default;
  }

  .operator-category-actions {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: stretch;
    justify-content: stretch;
  }

  .operator-category-actions>div:first-child {
    -webkit-order: 2;
    order: 2;
  }

  .operator-category-actions>div:last-child {
    -webkit-order: 1;
    order: 1;
  }

  .operator-category-actions>div+div {
    padding-bottom: 20px;
  }

  .operator-cancel,
  .operator-generate {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .ulc-appGenerator-item {
    padding-right: 15px;
  }

  .ulc-appGenerator-item:after,
  .ulc-appGenerator-item:before {
    content: none;
    display: none;
  }

  .lesson-mobile-flex {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .progress-mobile-column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 100%;
    width: 100%;
    margin-top: 8px;
  }

  .ulc-lesson-main {
    padding-bottom: 78px;
  }

  .preview-container {
    min-height: 240px;
  }

  .ulc-lesson-actions {
    -webkit-justify-content: center;
    justify-content: center;
  }

  .group-actionTime {
    display: block;
  }

  .ulc-lesson-actionTime {
    display: block;
    border-bottom: 0;
  }

  .preview-holder a,
  .preview-holder img {
    height: auto;
    max-height: 100%;
  }

  .operator-category-radio {
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }

  .operator-category-label {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 14px;
  }

  .operator-category-checker {
    padding-left: 14px;
  }
}

@media (min-width: 992px) {
  .row-lesson {
    display: -webkit-flex;
    display: flex;
  }
}

.ulc-error-page {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: calc(100vh - 51px - 80px - 78px);
  text-align: center;
}

.ulc-error-page h1 {
  margin-bottom: 48px;
}

.form-checker:checked+.form-checker-label .form-checker-flex.disabled .form-checker-next {
  color: gray;
  border-color: gray;
  background: #fff;
}

.form-checker:checked+.form-checker-label .form-checker-flex.disabled .form-checker-next:after {
  border-color: gray;
  background-image: url(../images/button-arrow-next-disabled.png);
}

.form-checker:checked+.form-checker-label .form-checker-flex.disabled .form-checker-next:before {
  border-color: gray;
}

.form-checker:checked+.form-checker-label .form-checker-flex.disabled .form-checker-prev {
  background: gray;
  border-color: gray;
  color: #fff;
}

.form-checker:checked+.form-checker-label .form-checker-flex.disabled .form-checker-prev:after {
  border-color: #fff;
}

.form-checker:checked+.form-checker-label .form-checker-flex.disabled .form-checker-prev:before {
  border-color: #fff;
}

.form-checker+.form-checker-label .form-checker-flex.disabled .form-checker-next {
  background-color: gray;
  border-color: gray;
}

.form-checker+.form-checker-label .form-checker-flex.disabled .form-checker-prev {
  color: gray;
  border-color: gray;
}

.form-checker+.form-checker-label .form-checker-flex.disabled .form-checker-prev:after {
  border-color: gray;
}

.form-checker+.form-checker-label .form-checker-flex.disabled .form-checker-prev:before {
  border-color: gray;
  background-image: url(../images/button-arrow-prev-disabled.png);
}

.attachments-new-files {
  padding-top: 6px;
}

.form-container .scrollBox>p {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.28571428;
  text-align: justify;
}

.form-container .scrollBox>ol>li {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.28571428;
  text-align: justify;
}

.form-checker-next.disabled {
  cursor: not-allowed !important;
}

.form-checker-prev.disabled {
  cursor: not-allowed !important;
}

@media (max-width: 479px) {

  .navbar-languages-text,
  .navbar-login {
    display: none !important;
  }

  .navbar-nav {
    padding-bottom: 1rem !important;
  }

  .ulc-content-description:not(.ulc-home-notify),
  .ulc-wrapper_home .ulc-content:not(.ulc-home-notify) {
    padding-top: 0 !important;
  }

  .ulc-home-absolute h1 {
    font-size: 3.9em;
  }

  .ulc-home-absolute h2 {
    font-size: 3.6em;
  }
}

.form-ckb-group {
  display: -webkit-flex;
  display: flex;
  margin: 0 -15px;
}

.form-ckb-item {
  padding: 0 15px;
  font-size: 12px;
  width: 50%;
  text-align: center;
  justify-content: center;
}

.form-ckb {
  display: none !important;
}

.form-ckb-label {
  display: block;
  position: relative;
  color: #047bc1;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2;
  border: 1px solid #047bc1;
  padding: 11px 15px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.form-ckb-label.timeout {
  pointer-events: none;
}

.form-ckb-label.ckb-prev {
  padding-right: 2.9em;
}

.form-ckb-label.ckb-next {
  padding-left: 2.9em;
}

.form-ckb:checked+.form-ckb-label {
  background: #047bc1;
  color: #fff;
}

.form-ckb-label:after,
.form-ckb-label:before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  width: calc(2.4em - 8px);
  background-size: auto 24px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #047bc1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.form-ckb-label.ckb-prev:after,
.form-ckb-label.ckb-prev:before {
  right: 3px;
}

.form-ckb-label.ckb-next:after,
.form-ckb-label.ckb-next:before {
  left: 3px;
}

.form-ckb-label.ckb-prev:before {
  background-image: url(../images/button-arrow-prev.svg);
}

.form-ckb-label.ckb-prev:after {
  background-image: url(../images/button-arrow-prev_hvr2.svg);
  border-color: #fff;
  opacity: 0;
}

.form-ckb-label.ckb-next:before {
  background-image: url(../images/button-arrow-next.svg);
}

.form-ckb-label.ckb-next:after {
  background-image: url(../images/button-arrow-next_hvr2.svg);
  border-color: #fff;
  opacity: 0;
}

.form-ckb:checked+.form-ckb-label:before {
  opacity: 0;
}

.form-ckb:checked+.form-ckb-label:after {
  opacity: 1;
}

.form-ckb-group.disabled .form-ckb-label {
  color: gray;
  border-color: gray;
}

.form-ckb-group.disabled .form-ckb:checked+.form-ckb-label {
  color: #fff;
  background: gray;
}

.form-ckb-group.disabled .form-ckb-label.ckb-prev:before {
  border-color: gray;
  background-image: url(../images/button-arrow-prev-disabled.png);
}

.form-ckb-group.disabled .form-ckb-label.ckb-next:before {
  border-color: gray;
  background-image: url(../images/button-arrow-next-disabled.png);
}


.drone_repeater {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  padding-bottom: 2rem;
}

.drone_repeater .row {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
}


@media screen and (max-width: 600px) {
  .drone_repeater .row {
    align-items: center;
    flex-direction: column;
  }
}

.drone_repeater .counter {
  margin-bottom: 14px;
  min-width: 14px;
}

.drone_repeater .btn {
  color: #fff;
  background-color: #047bc1;
  border: none;
}

.drone_repeater .add_btn {
  font-size: 1.75rem;
  padding: 3px 15px;

}

.drone_repeater .footer_btn {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}