.black-bg:after, .header-h1:after {
  content: ''
}

.title-h1 {
  font-size: 1.25rem;
  font-weight: 700
}

.sub-title-h1 {
  font-size: 1rem;
  font-weight: 700;
  color: #9E9E9E
}

.header-h1 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1.2rem
}

.header-h1:after {
  position: absolute;
  width: 9rem;
  height: .75rem;
  bottom: 0;
  left: 0;
  background: url(../images/elements/index-title.svg) center no-repeat;
  background-size: 100%
}

.relative, .service-wrapper {
  position: relative
}

.header-h1 .text-min {
  display: block;
  font-weight: 400;
  font-size: 1.125rem
}

.header-sub-h1 {
  font-size: .875rem
}

.sub-index-title-h1 {
  font-size: 1rem;
  text-align: center;
  color: #757575;
  margin-top: .5rem;
  font-weight: 700
}

.index-title-h2 {
  text-align: center;
  font-weight: 700;
  color: #03A9F4;
  font-size: 1.5rem
}

.sub-index-title-h2 {
  font-size: .875rem;
  text-align: center;
  color: #757575;
  margin-top: .5rem
}

.index-title-h3 {
  text-align: center;
  font-weight: 700;
  color: #03A9F4;
  font-size: 1.25rem
}

.sub-index-title-h3 {
  font-size: .875rem;
  text-align: center;
  color: #616161;
  margin-top: .5rem
}

.card-title-h2 {
  font-size: .875rem;
  color: #424242;
  font-weight: 700
}

.card-title-h2:hover {
  text-decoration: none;
  color: #03A9F4
}

.card-title-h2 + .card-sub-title-h2 {
  margin-top: .5rem
}

.card-sub-title-h2 {
  font-size: .8125rem;
  color: #757575
}

.section-padding {
  padding: 1.5rem 1rem
}

.title-href:before {
  display: block;
  height: 8rem;
  margin-top: -8rem;
  content: ""
}

.alert-flex {
  display: flex
}

.alert-title {
  font-size: 1rem;
  font-weight: 700
}

.alert p, .alert-text, .switch-btn-sx {
  font-size: .875rem !important
}

.alert p:last-child, .alert-text:last-child {
  margin-bottom: 0 !important
}

.navbar-light.navbar {
  padding: .75rem 1rem;
  align-items: center
}

.navbar-light.navbar .nav-link {
  padding-top: .25rem;
  padding-bottom: .25rem;
  color: #424242
}

.navbar-light.navbar .nav-link:hover {
  color: #03A9F4
}

.btn-primary {
  background: #03A9F4;
  border-color: #03A9F4
}

.btn-outline-primary {
  border-color: #cdcdcd;
  color: #03A9F4;
  background: #fff
}

.btn-outline-primary:hover {
  background: #03A9F4;
  border-color: #03A9F4;
  color: #fff
}

.btn-success {
  background: #27AE60
}

.btn-light {
  background: #E0E0E0;
  color: #424242
}

.btn-danger {
  background: #EB5757;
  border-color: #EB5757
}

.btn-outline-light {
  background: #fff;
  border-color: #E0E0E0;
  color: #424242;
  padding-top: .75rem;
  padding-bottom: .75rem
}

.form-control::-moz-placeholder {
  font-style: italic;
  font-size: .875rem;
  color: #757575
}

.form-control:-ms-input-placeholder {
  font-style: italic;
  font-size: .875rem;
  color: #757575
}

.form-control::placeholder {
  font-style: italic;
  font-size: .875rem;
  color: #757575
}

.custom-select, input.form-control {
  border-radius: .25rem;
  border-color: #E0E0E0
}

textarea.form-control {
  border-color: #cdcdcd;
  min-height: 6rem
}

.input-group > .input-group-append > .btn {
  padding-left: 3rem;
  padding-right: 3rem;
  border-top-left-radius: 25rem;
  border-bottom-left-radius: 25rem;
  margin-left: -1rem;
  z-index: 4
}

.nav-tabs .nav-item {
  margin-top: 3px;
  margin-bottom: 0
}

.nav-tabs .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
  color: #424242;
  padding: .5rem;
  font-size: .875rem;
  font-weight: 600
}

.nav-tabs .nav-link.active {
  color: #03A9F4;
  border-bottom-color: #03A9F4
}

.nav-tabs .nav-link:hover {
  color: #03A9F4
}

.breadcrumb {
  background: 0 0;
  margin-bottom: 0
}

.text-primary, .text-primary:hover, a.text-primary, a.text-primary:hover {
  color: #E9A08D !important
}

.text-success, .text-success:hover, a.text-success, a.text-success:hover {
  color: #7DC185 !important
}

.text-danger, .text-danger:hover, a.text-danger, a.text-danger:hover {
  color: #C65E89 !important
}

.text-warning, .text-warning:hover, a.text-warning, a.text-warning:hover {
  color: #EDD158 !important
}

.rounded {
  border-radius: .375rem
}

.bg-primary {
  background-color: #F7B8A7 !important
}

.bg-success {
  background-color: #7DC185 !important
}

.bg-warning {
  background-color: #FAEEB9 !important
}

.bg-danger {
  background-color: #D48BA9 !important
}

.border-primary {
  border-color: #F7B8A7 !important
}

.border-success {
  border-color: #7DC185 !important
}

.border-warning {
  border-color: #FAEEB9 !important
}

.border-danger {
  border-color: #D48BA9 !important
}

.popover {
  min-width: 10rem
}

.popover-header {
  background: 0 0;
  border-bottom: none;
  color: #27AE60;
  font-size: .875rem
}

.popover-body p {
  margin-bottom: .25rem;
  padding-bottom: .25rem;
  border-bottom: 1px solid #F5F5F5;
  font-size: .75rem
}

.popover-body p:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0
}

a {
  color: #03A9F4;
  outline: 0
}

a:focus, a:hover {
  outline: 0 !important;
  box-shadow: none !important
}

.btn-primary.btn-shadow, .switch-group-shadow {
  box-shadow: 0 5px 15px rgba(3, 169, 244, .5)
}

.switch-group-btn {
  border-radius: 6px;
  font-weight: 700
}

.switch-group-btn .switch-group-control {
  display: none
}

.switch-group-inner {
  padding: .25rem;
  border-radius: 6px;
  background-color: #455A64;
  white-space: nowrap;
  min-height: 36px;
  display: flex
}

.switch-group-dark .switch-group-inner {
  background: #E0E0E0
}

.switch-group-dark .switch-btn.active {
  background: #455A64
}

.switch-btn {
  border-radius: 6px;
  margin-bottom: 0;
  cursor: pointer;
  padding: .157rem 1.2rem;
  font-size: 1rem;
  display: inline-flex;
  align-items: center
}

.switch-btn-sx {
  width: auto !important
}

.switch-btn.active {
  background: #03A9F4;
  color: #fff
}

.switch-btn:hover:not(.active) {
  color: #03A9F4;
  text-decoration: none
}

.btn {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  padding: .4rem .6rem;
  border-width: 2px
}

.btn i {
  margin-left: .25rem;
  margin-right: .25rem
}

.btn-lg {
  font-size: 1.25rem;
  font-weight: 700;
  padding: .75rem 2.5rem
}

.btn-rounded {
  border-radius: 25rem
}

.btn.btn-sm {
  padding: .25rem .5rem
}

.btn-primary {
  background-color: #03A9F4
}

.btn-success {
  border-color: #219653;
  background-color: #219653
}

.btn-success.btn-shadow {
  box-shadow: 0 5px 15px rgba(33, 150, 83, .5)
}

.btn-secondary {
  border-color: #cdcdcd;
  background-color: #cdcdcd
}

.btn-secondary.btn-shadow {
  box-shadow: 0 5px 15px rgba(205, 205, 205, .5)
}

.btn-danger {
  background-color: #EB5757
}

.btn-danger.btn-shadow {
  box-shadow: 0 5px 15px rgba(235, 87, 87, .5)
}

.btn-light {
  border-color: #E0E0E0;
  background-color: #E0E0E0
}

.btn-light.btn-shadow {
  box-shadow: 0 5px 15px rgba(224, 224, 224, .5)
}

.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .8125rem;
  border-radius: .2rem;
  border-width: 1px;
  line-height: 1
}

.card-shadow-lg {
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .25)
}

.methodologies-sidebar, .service-sidebar {
  min-height: 100%;
  box-shadow: 0 0 .25rem 0 rgba(0, 0, 0, .15)
}

.card-border-danger {
  border: 2px solid #EB5757
}

.card-border-success {
  border: 2px solid #219653
}

.card-border-info {
  border: 2px solid #03A9F4
}

body, html {
  height: 100%;
  min-height: 100%
}

body {
  font-family: OpenSans, sans-serif;
  background: #F2F2F2;
  color: #424242
}

.service-wrapper {
  height: auto;
  min-height: 100%;
  background: #F2F2F2
}

.service-sidebar {
  position: fixed;
  z-index: 1021;
  width: 8rem;
  top: 0;
  left: -8rem;
  padding-top: 65px;
  background: #F5F5F5;
  border-right: 2px solid #E0E0E0;
  transition: left .35s ease-in-out
}

.service-sidebar-inner {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: calc(100vh - 4rem)
}

.service-sidebar-sticky {
  position: sticky;
  top: 0
}

.service-sidebar-nav {
  list-style: none;
  padding: 0
}

.service-sidebar-nav-item {
  position: relative
}

.service-sidebar-nav-item:last-child .service-sidebar-nav-link {
  border-bottom: none
}

.service-sidebar-nav-link {
  padding: .75rem;
  display: block;
  color: #424242;
  font-size: .8125rem;
  text-align: center;
  font-weight: 700;
  border-left: .25rem solid transparent
}

.service-sidebar-nav-link .menu-icon {
  width: 2.5rem;
  margin: 0 auto .5rem
}

.service-sidebar-nav-link .menu-icon img {
  filter: grayscale(100%)
}

.service-sidebar-nav-link.active, .service-sidebar-nav-link:hover {
  color: #03A9F4;
  text-decoration: none;
  background: #fff;
  border-color: #03A9F4
}

.service-sidebar-nav-link.active .menu-icon img, .service-sidebar-nav-link:hover .menu-icon img {
  filter: grayscale(0)
}

.service-sidebar-nav-link.active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #03A9F4
}

.service-content {
  min-height: calc(100vh - 4rem);
  background: #fff
}

.service-content-left {
  margin-right: 1.75rem;
  transition: margin-right .35s ease-in-out
}

.service-content-left-inner {
  min-height: calc(100vh - 7.9375rem);
  padding: .5rem 0
}

.service-content-right {
  width: 100%;
  padding: 1rem 0 1rem 2.25rem;
  position: fixed;
  z-index: 101;
  top: 4rem;
  right: calc(32px - 100%);
  height: calc(100vh - 4rem);
  background: #fff;
  transition: right .35s ease-in-out
}

.service-content-header {
  border-bottom: 1px solid #E0E0E0;
  padding-top: .5rem;
  padding-bottom: .75rem;
  margin-bottom: .75rem
}

.service-content-header-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #212121;
  margin-bottom: 0
}

.service-content-header-back {
  margin-left: auto
}

.service-content-header-date {
  font-weight: 600;
  font-style: italic;
  margin: 0 1rem 0 0;
  padding: 0
}

.service-content-header-btn {
  margin-left: auto;
  display: flex;
  align-items: center
}

.service-content-header-btn + .service-content-header-back {
  margin-left: 1rem
}

.service-content-header-btn .btn + .btn {
  margin-left: .5rem
}

.service-content-inner {
  width: 100%
}

.service-content-inner.right-panel .service-content-right {
  right: 0
}

.service-content-inner.right-panel .service-content-right .service-hint-btn-close {
  width: 1.25rem;
  background: 0 0
}

.service-content-inner.right-panel .service-content-right .service-hint-btn-close .fa-chevron-left {
  display: none
}

.service-content-inner.right-panel .service-content-right .service-hint-btn-close .fa-chevron-right {
  display: block
}

.service-content-inner.right-panel .service-hint-tabs span {
  display: inline-block
}

.service-content-inner.no-right-panel .service-content-left {
  margin-right: 0
}

.methodologies-sidebar {
  position: fixed;
  z-index: 1021;
  width: 90%;
  top: 0;
  left: -90%;
  padding-top: 65px;
  background: #F5F5F5;
  border-right: 1px solid #E0E0E0;
  transition: left .35s ease-in-out
}

.methodologies-sidebar-inner {
  padding: 1.5rem 0;
  height: calc(100vh - 65px)
}

.methodologies-sidebar-header {
  font-size: 1rem;
  font-weight: 700;
  color: #616161;
  margin-bottom: 1rem
}

.methodologies-content {
  min-height: calc(100vh - 65px);
  background: #fff
}

.methodologies-content-header {
  border-bottom: 1px solid #E0E0E0;
  padding-top: .5rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem
}

.methodologies-content-header-title {
  font-size: 2.25rem;
  font-weight: 500
}

.methodologies-inner-content {
  padding-bottom: 3rem
}

.methodologies-nav-tabs .nav-link {
  background: 0 0 !important
}

.methodologies-header-btn {
  padding: 1rem 0
}

.methodologies-header-info, .methodologies-list-group {
  padding-left: 0;
  list-style: none
}

.methodologies-header-btn .btn {
  margin-right: .5rem
}

.methodologies-header-btn .btn:last-child {
  margin-right: 0
}

.methodologies-header-info li {
  display: inline-block;
  margin-right: 1rem
}

.methodologies-header-info li:last-child {
  margin-right: 0
}

.methodologies-list-group {
  border-top: 1px solid #E0E0E0
}

.methodologies-list-group-item a {
  display: flex;
  align-items: center;
  padding: .75rem 1.5rem;
  border-bottom: 1px solid #E0E0E0;
  text-decoration: none;
  color: #616161;
  font-weight: 700;
  font-size: .875rem
}

.methodologies-list-group-item a:hover, .methodologies-list-group-item.active a {
  background: #fff;
  color: #03A9F4
}

.site-header {
  background: #455A64;
  min-height: 3.5rem;
  z-index: 1030;
  position: sticky;
  top: 0;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .25)
}

.site-header .btn-login {
  margin-left: .5rem;
  padding: .5rem .75rem;
  border-radius: 25rem
}

.service-list-item-btn .btn, .site-header .navbar-brand, .test-page .list-group-item .btn {
  margin-left: 1rem
}

.site-header .lang-select {
  margin-right: 1rem
}

.site-header .lang-select .nav-link {
  padding: .5rem;
  font-size: .8125rem;
  color: #fff
}

.site-header .lang-select .dropdown-menu {
  position: absolute;
  min-width: 3rem
}

.site-header .navbar-brand {
  width: 8rem;
  margin-right: 0
}

.site-header-avatar, .site-header-avatar img {
  width: 2.375rem;
  height: 2.375rem
}

.site-header .navbar-right {
  flex-direction: row
}

.site-header .navbar-right .nav-link {
  padding-left: .25rem;
  padding-right: .25rem
}

.site-header .navbar-toggler {
  padding: 0;
  border: none;
  display: block
}

.site-header-index {
  background: #212121;
  box-shadow: none
}

.site-header-index .navbar-light.navbar .nav-link {
  color: #fff
}

.site-header-profile {
  font-size: .875rem
}

.site-header-profile a {
  color: #fff;
  text-decoration: none
}

.site-header-profile a:hover {
  color: #03A9F4
}

.site-header-profile .dropdown-menu {
  position: absolute !important
}

.site-header-profile .dropdown-item {
  color: #212121;
  font-size: .875rem
}

.site-header-profile .dropdown-item:hover {
  color: #03A9F4
}

.site-header-profile-name {
  font-weight: 700
}

.site-header-avatar img {
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover
}

.site-header .nav-mobile-menu .fa {
  color: #fff
}

.nav-mobile-menu {
  padding-top: .3125rem;
  border: none;
  background: 0 0;
  border-right: 1px solid #BDBDBD;
  margin-right: .75rem;
  padding-right: .75rem;
  display: block
}

.nav-mobile-menu .fa {
  font-size: 1.25rem;
  color: #212121
}

.modal, .site-footer {
  color: #424242
}

.nav-mobile-menu:focus {
  outline: 0;
  border-right: 1px solid #BDBDBD
}

.black-bg {
  overflow-x: hidden;
  transition: margin-left .4s cubic-bezier(.7, 0, .3, 1)
}

.black-bg:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, .8);
  opacity: 0;
  transition: opacity .5s, width .1s .5s, height .1s .5s;
  z-index: 1012
}

.open-sidebar {
  height: auto;
  position: relative;
  overflow: hidden
}

.open-sidebar .black-bg:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity .5s
}

.open-sidebar .methodologies-sidebar, .open-sidebar .service-sidebar {
  left: 0 !important
}

.site-footer {
  background: #FAFAFA;
  min-height: 3.9375rem;
  border-top: 1px solid #E0E0E0;
  padding: .75rem 1rem;
  font-size: .8125rem
}

.site-footer-info {
  margin-bottom: 0
}

.site-footer-contact {
  margin-left: auto;
  border-top: 1px solid #BDBDBD;
  margin-top: 1rem;
  padding-top: 1rem
}

.site-footer-contact p {
  font-size: .8125rem;
  margin-bottom: 0
}

.site-footer h5 {
  display: block;
  font-size: .875rem;
  font-weight: 700;
  margin-bottom: 0
}

.modal-auch {
  max-width: 450px
}

.modal-auch .form-control {
  height: calc(1.5em + .75rem + 4px);
  border-color: #C2C2C2
}

.modal-nav, .service-list-item {
  border-bottom: 1px solid #E0E0E0
}

.modal-info {
  max-width: 600px
}

.modal-content {
  padding: .5rem 1rem
}

.modal-body, .modal-header {
  padding-left: 0;
  padding-right: 0
}

.modal-title {
  font-size: 1.125rem;
  font-weight: 700
}

.modal-hint, .modal-remember .custom-control-label {
  font-size: .875rem
}

.modal-hint, .modal-info-logo, .modal-logo {
  text-align: center;
  margin-bottom: 1rem
}

.modal-hint {
  font-style: italic;
  color: #757575
}

.modal-info-logo img {
  max-width: 15rem
}

.modal-remember .custom-control-label:after, .modal-remember .custom-control-label:before {
  top: .15rem
}

.modal-remember .btn {
  padding: 0;
  font-weight: 400;
  text-decoration: underline;
  color: #03A9F4
}

.modal-remember .btn:hover {
  text-decoration: none
}

.modal .btn-block {
  padding-top: .75rem;
  padding-bottom: .75rem
}

.modal-footer-hint {
  border-top: 1px solid #E0E0E0;
  text-align: center;
  font-size: .8125rem;
  padding-top: 1rem;
  margin-top: 1rem
}

.modal-footer-hint .modal-link {
  color: #03A9F4
}

.modal-rules-hint {
  font-size: .8125rem;
  color: #757575;
  line-height: 1.5;
  font-style: italic
}

.modal-text {
  text-align: center;
  color: #424242;
  line-height: 1.2
}

.modal-text-title {
  font-size: 2.25rem;
  font-weight: 700
}

.modal-text-info {
  font-size: 1.5rem;
  color: #757575;
  margin-bottom: 1rem;
  font-weight: 700
}

.modal-comment-title {
  font-weight: 700;
  margin-bottom: .75rem
}

.modal-vote-star {
  display: inline-block
}

.modal-vote-star-title {
  display: inline-block;
  font-size: .875rem;
  color: #000;
  margin-right: .5rem
}

.modal-vote-star-item {
  margin-right: .25rem;
  font-size: 1.25rem;
  color: #ffc107;
  font-weight: 400
}

.modal-vote-star-item:before {
  content: "\f005"
}

.modal-vote-star-item:hover {
  color: #ffc107;
  text-decoration: none;
  font-weight: 900
}

.modal-vote-star-item:hover:before {
  content: "\f005"
}

.modal-nav {
  margin-bottom: 1rem;
  padding-bottom: 1rem
}

.modal-nav-link {
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #EEE;
  margin-bottom: .75rem;
  width: 100%;
  padding: .75rem 0;
  font-weight: 600;
  color: #616161;
  font-size: .875rem
}

.modal-nav-link .media-icon {
  width: 1.5rem
}

.modal-nav-link:hover {
  background: #FAFAFA;
  color: #03A9F4;
  text-decoration: none
}

.modal-nav-link:last-child {
  border: none
}

.modal-content-header-sub {
  padding: .5rem 1rem;
  background: #F5F5F5;
  font-weight: 600;
  font-size: .875rem
}

.breadcrumbs {
  background: #fff
}

.breadcrumbs .breadcrumb {
  font-size: .8125rem;
  padding-left: 0;
  padding-right: 0
}

.breadcrumbs .breadcrumb .breadcrumb-item {
  color: #757575
}

.breadcrumbs .breadcrumb .breadcrumb-item + .breadcrumb-item {
  position: relative;
  padding-left: .5rem;
  margin-left: .5rem
}

.breadcrumbs .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: '';
  border-left: 1px solid #E0E0E0;
  height: 1rem;
  position: absolute;
  top: 50%;
  margin-top: -.5rem;
  left: 0
}

.breadcrumbs .breadcrumb .breadcrumb-item a {
  color: #757575;
  text-decoration: none
}

.breadcrumbs .breadcrumb .breadcrumb-item a:hover {
  color: #03A9F4
}

.service-list-group {
  margin-bottom: 1rem
}

.service-list-group h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: .5rem;
  margin-bottom: 1rem;
  background: #FAFAFA;
  padding: 1rem;
  border-radius: .25rem
}

.service-list-group h4 {
  font-size: .875rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 1rem
}

.service-list-count, .service-list-type {
  color: #757575
}

.service-list-item {
  margin-bottom: .75rem;
  padding-bottom: .75rem
}

.service-list-item:last-child {
  border: none
}

.service-list-item .media img {
  width: 2.75rem;
  height: 2.75rem;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid #E0E0E0;
  border-radius: 25rem;
  overflow: hidden
}

.service-list-item .media-title {
  margin-bottom: 0;
  font-size: 1rem
}

.service-list-item-num {
  margin-right: .5rem;
  width: 1.5rem;
  font-size: .875rem;
  color: #757575;
  font-weight: 600
}

.service-list-item-type {
  font-size: .812rem;
  font-weight: 700;
  align-items: center;
  display: flex
}

.service-list-item-type a, .service-list-item-type span {
  margin-right: .25rem
}

.service-list-item-type a:hover, .service-list-item-type span:hover {
  text-decoration: none
}

.service-list-item-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center
}

.service-list-item-btn .btn-sm {
  padding: .5rem 1rem;
  font-size: .875rem
}

.service-list-group-header {
  margin-bottom: 1rem;
  position: relative
}

.service-list-group-header .group-header-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0;
  cursor: help
}

.service-list-group-header .group-header-sub-title {
  font-size: .875rem
}

.service-list-group-header .group-header-info {
  position: absolute;
  right: 0;
  top: 0;
  color: #9E9E9E;
  cursor: help;
  width: 1.5rem;
  height: 1.5rem;
  font-size: .875rem;
  border-radius: 25rem;
  border: 2px solid #9E9E9E;
  display: flex;
  align-items: center;
  justify-content: center
}

.service-group-item-users-list .order-0, .service-group-item-users-list .order-1, .service-group-item-users-list .order-2, .service-group-item-users-list .order-3, .social-passport-list_left {
  position: relative
}

.service-list-group-header .group-header-info:hover {
  text-decoration: none;
  background: #EEE
}

.card-list:hover, .service-list-info {
  background: #FAFAFA
}

.service-list-info {
  padding: .75rem 1rem;
  font-weight: 700;
  text-align: right;
  font-size: .875rem
}

.service-select-group-list .service-select-group-item {
  border-bottom: 1px solid #E0E0E0;
  padding: .75rem 0;
  display: flex;
  align-items: center
}

.service-select-group-list .service-select-group-item h5 {
  display: inline-flex;
  font-size: .875rem;
  font-weight: 700;
  margin-bottom: 0
}

.service-select-group-list .service-select-group-item-name {
  color: #757575;
  font-size: .75rem;
  padding: .25rem;
  cursor: pointer;
  margin-left: .75rem
}

.service-select-group-list .service-select-group-item-name:hover {
  color: #03A9F4
}

.service-select-group-list .btn {
  font-size: .8125rem;
  padding: .45rem 1.5rem
}

.service-select-table {
  width: 100%;
  font-size: .8125rem;
  table-layout: fixed
}

.service-select-table-type {
  font-weight: 700
}

.service-select-table-first {
  width: 20%
}

.service-select-table-name {
  padding: 0;
  list-style: none;
  font-size: .75rem
}

.service-select-table-item {
  border: 3px solid #fff
}

.service-select-table thead .service-select-table-type {
  text-align: left;
  white-space: nowrap;
  transform: rotate(-90deg);
  transform-origin: 0 50%;
  padding-top: 1.5rem
}

.service-select-table thead .service-select-table-type a, .service-select-table thead .service-select-table-type p {
  margin: 0 -100%;
  display: inline-block
}

.service-select-table thead .service-select-table-type a:before, .service-select-table thead .service-select-table-type p:before {
  content: '';
  width: 0;
  padding-top: 110%;
  display: inline-block;
  vertical-align: middle
}

.service-select-table thead .service-select-table-type a {
  cursor: pointer;
  text-decoration: none;
  color: #424242
}

.service-group-item-users-list .order-0, .service-group-item-users-list .order-2 {
  padding-right: 1.5rem
}

.service-group-item-users-list .order-1, .service-group-item-users-list .order-3 {
  padding-left: 1.5rem
}

.service-group-item-users-list .order-0:before, .service-group-item-users-list .order-1:before, .service-group-item-users-list .order-2:before, .service-group-item-users-list .order-3:before {
  content: '';
  position: absolute;
  width: 3rem;
  height: 1.3rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain
}

.service-group-item-users-list .order-0:before {
  right: -1.5rem;
  top: 50%;
  margin-top: -.65rem
}

.service-group-item-users-list .order-1:before {
  right: 50%;
  bottom: -2.1rem;
  margin-right: -.65rem;
  transform: rotate(90deg)
}

.service-group-item-users-list .order-2:before {
  right: 50%;
  top: -2.1rem;
  margin-right: -.65rem;
  transform: rotate(-90deg)
}

.service-group-item-users-list .order-3:before {
  left: -1.5rem;
  top: 50%;
  margin-top: -.65rem;
  transform: rotate(-180deg)
}

.service-group-item-users-list.user-green .service-group-item-user {
  border-color: #59CB00
}

.service-group-item-users-list.user-green .order-0:before, .service-group-item-users-list.user-green .order-1:before, .service-group-item-users-list.user-green .order-2:before, .service-group-item-users-list.user-green .order-3:before {
  background-image: url(../images/service/arrow-green.svg)
}

.service-group-item-users-list.user-grey .service-group-item-user {
  border-color: #E0E0E0
}

.service-group-item-users-list.user-grey .order-0:before, .service-group-item-users-list.user-grey .order-1:before, .service-group-item-users-list.user-grey .order-2:before, .service-group-item-users-list.user-grey .order-3:before {
  background-image: url(../images/service/arrow-grey.svg)
}

.service-group-item-users-list.user-grey .user-none {
  background: #F5F5F5
}

.service-group-item-users-list.user-grey .user-none h4 {
  font-size: 1.25rem;
  margin-bottom: .25rem
}

.service-group-item-users-list.user-grey .user-none h5 {
  font-size: .875rem;
  margin-bottom: 0
}

.service-group-item-users-list.user-orange .service-group-item-user {
  border-color: #F2C94C
}

.service-group-item-users-list.user-orange .order-0:before, .service-group-item-users-list.user-orange .order-1:before, .service-group-item-users-list.user-orange .order-2:before, .service-group-item-users-list.user-orange .order-3:before {
  background-image: url(../images/service/arrow-orange.svg)
}

.service-group-item-users-list .col-sm-6 {
  min-height: 4.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}

.service-group-item-user .media {
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #F5F5F5
}

.service-group-item-user .media:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0
}

.service-group-item-user {
  height: 100%;
  align-items: center;
  border: 1px solid transparent;
  border-radius: .25rem;
  padding: 1rem
}

.service-group-item-user img {
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #E0E0E0;
  border-radius: 25rem;
  overflow: hidden
}

.service-group-item-user .media-title {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0
}

.service-group-item-user .media-text {
  font-size: .875rem;
  font-weight: 700
}

.service-type-group {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 1rem;
  padding-bottom: 1rem
}

.service-type-group-title {
  font-size: 1.125rem;
  margin-bottom: 1.25rem
}

.service-type-group .media-body {
  padding-right: 2rem
}

.service-type-group .media-type-group-img {
  width: 6rem;
  height: 6rem;
  border-radius: .25rem;
  margin-right: 1rem
}

.service-type-group .media-type-group-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.service-type-history-item {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: .75rem;
  padding-bottom: .75rem
}

.service-type-history-item-header {
  font-size: .875rem
}

.service-type-history-item-header h5 {
  font-size: .875rem;
  margin-bottom: 0;
  font-weight: 700
}

.service-type-history-item-header h5 span {
  color: #27AE60;
  margin-left: .25rem
}

.service-type-history-item-header:hover {
  cursor: pointer
}

.service-type-history-item-body {
  padding-top: 1rem
}

.service-type-history-item-body p {
  font-size: .8125rem
}

.class-list .media-title {
  font-weight: 700;
  color: #424242
}

.class-list .media-title-sm {
  font-size: .875rem;
  color: #424242
}

.class-list-br-left {
  border-left: 2px solid #E0E0E0
}

.class-list-inner {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: .5rem;
  padding-bottom: .5rem
}

.class-list-inner:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0
}

.filter-block {
  padding: 1rem;
  border-radius: .25rem;
  background: #F5F5F5
}

.filter-block .input-group-append .input-group-text, .filter-block .input-group-prepend .input-group-text {
  padding-top: 5px;
  padding-bottom: 5px;
  min-width: 50px;
  justify-content: center
}

.filter-block .input-group-append > .input-group-text {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.filter-block .from-input.form-control, .filter-block .to-input.form-control {
  height: 36px
}

.filter-block .input-group-append + .input-group-append, .filter-block .input-group-prepend + .from-input.form-control {
  min-width: calc(100% - 50px);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem
}

.filter-block .from-input.form-control + .input-group-append {
  margin-left: 0
}

.filter-block .from-input.form-control + .input-group-append + .input-group-append {
  flex-grow: 1
}

.filter-block .from-input.form-control + .input-group-append + .input-group-append > .to-input.form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.nav-filter .nav-item {
  margin: 0 .15rem
}

.nav-filter .nav-item:first-child {
  margin-left: 0
}

.nav-filter .nav-item:last-child {
  margin-right: 0
}

.nav-filter .nav-link {
  font-size: .875rem;
  font-weight: 600;
  border: 2px solid transparent;
  color: #616161;
  padding: .25rem .75rem
}

.nav-filter .nav-link.active {
  background: #03A9F4
}

.nav-filter .nav-link:hover {
  border-color: #03A9F4;
  color: #03A9F4;
  background: #fff
}

.nav-filter-sub {
  margin-top: .5rem;
  background: #fff;
  padding: .25rem;
  border-radius: .25rem
}

.card {
  border-radius: .375rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.card .card-body {
  padding: 1rem
}

.card .card-body.disabled {
  pointer-events: none;
  opacity: .9
}

.card .card-body.disabled .btn {
  background-color: #616161;
  border-color: #616161
}

.card .card-footer {
  padding: .5rem 1.5rem;
  background: #fff
}

.card .card-footer:last-child {
  border-radius: 0 0 calc(.375rem - 1px) calc(.375rem - 1px)
}

.card .card-img-top {
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem
}

.card-header {
  background: #fff;
  padding: 1rem 1.5rem
}

.card-header:first-child {
  border-radius: calc(.375rem - 1px) calc(.375rem - 1px) 0 0
}

.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6 {
  margin-bottom: 0
}

.card-flat {
  box-shadow: none;
  border: .25rem solid #E0E0E0;
  border-radius: 0
}

.card-flat .card-header {
  border-bottom: .25rem solid #E0E0E0 !important;
  border-radius: 0;
  padding: .75rem 1rem;
  background: #E0E0E0
}

.card-flat .card-header h5 {
  font-weight: 600;
  font-size: 1rem
}

.card-flat .card-body {
  padding: 1rem !important
}

.card-method-row {
  margin-right: -.5rem;
  margin-left: -.5rem
}

.card-method-row div[class*=col-] {
  padding-left: .5rem;
  padding-right: .5rem
}

.card-method-list {
  height: 100%;
  width: 100%;
  box-shadow: none;
  border: .125rem solid #E0E0E0;
  color: #212121
}

.card-method-list:hover {
  text-decoration: none;
  color: #03A9F4;
  border-color: #03A9F4
}

.card-method-list .media-title {
  font-weight: 500;
  font-size: .8125rem
}

.card-method-list .media-title small {
  display: block
}

.card-method-list .media {
  align-items: center
}

.card-method-list .card-body {
  display: flex;
  align-items: center;
  padding: .5rem .75rem !important
}

.card-list {
  box-shadow: none;
  cursor: pointer;
  border-width: 2px
}

.card-list .card-body {
  padding: .75rem 1rem !important
}

.card-list-date {
  font-size: .875rem
}

.card-list h5 {
  font-size: 1rem;
  font-weight: 600
}

.card-notification-text, .social-passport-list {
  font-size: .875rem
}

.card-document {
  border-radius: 0 !important;
  box-shadow: .1rem .2rem 1rem 0 rgba(0, 0, 0, .15);
  border: none !important
}

.card-document > .card-body {
  padding: 2.5rem 4rem !important
}

.card-document-nav {
  background: #fff;
  z-index: 101;
  top: 62px
}

.card-document .card-flat {
  border: none !important
}

.service-hint, .social-passport-list_item-colors_group, .social-passport-list_item-name, .test-info-lamp {
  border-left: 1px solid #E0E0E0
}

.card-document .card-flat .card-header {
  background: 0 0 !important
}

.social-passport_fix-top {
  height: calc(100vh - 6rem)
}

.social-passport-list hr:last-child {
  display: none
}

.social-passport-list_left-inner {
  position: sticky !important;
  top: 5rem;
  border-radius: .25rem;
  border: 1px solid #E0E0E0
}

.social-passport-list_header {
  background: #EEE;
  padding: .75rem;
  border-radius: .25rem
}

.social-passport-list_inner {
  padding: .75rem;
  height: calc(100vh - 13rem)
}

.social-passport-list_sub-title {
  font-size: 1rem;
  font-weight: 700;
  padding: .75rem .5rem .25rem;
  margin-bottom: .25rem;
  border-bottom: 2px solid #03A9F4
}

.login-header, .main-header-sub-menu, .service-filter, .service-hint-info-text, .service-hint-question, .social-passport-list_item {
  border-bottom: 1px solid #E0E0E0
}

.social-passport-list_sub-title:first-child {
  padding-top: .25rem
}

.social-passport-list_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .5rem;
  flex-wrap: wrap
}

.social-passport-list_item.active, .social-passport-list_item:hover {
  border-radius: .25rem;
  cursor: pointer;
  background: #EEE
}

.social-passport-list_item-link {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0
}

.social-passport-list_item-num {
  width: 1.5rem;
  margin-right: .25rem;
  flex-shrink: 0
}

.social-passport-list_item-name {
  font-size: .875rem;
  padding-left: .5rem;
  flex-basis: calc(100% - 1.75rem)
}

.social-passport-list_item-colors {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: .5rem;
  border: 1px solid #E0E0E0;
  margin-left: .25rem;
  text-align: center;
  font-size: .75rem
}

.social-passport-list_item-colors_group {
  margin-left: auto;
  margin-top: .25rem;
  padding-left: .25rem;
  display: flex;
  flex-basis: calc(100% - 1.75rem)
}

.service-hint h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #616161
}

.service-hint .title-blue {
  color: #03A9F4
}

.service-hint-inner {
  height: calc(100vh - 5.25rem);
  padding-right: 1rem
}

.service-hint-info {
  font-size: .875rem;
  margin-top: 1rem
}

.service-hint-info-text {
  font-size: .875rem;
  margin-bottom: 1rem
}

.service-hint-tabs {
  margin-bottom: 1rem
}

.service-hint-tabs span {
  display: none
}

.service-hint-tabs .nav-link {
  padding: .5rem !important
}

.login-form-block, .service-hint-vote {
  padding: 1.5rem 1rem
}

.service-hint-tabs .nav-link.active {
  background: 0 0
}

.service-hint-people {
  margin-bottom: 1.5rem
}

.service-hint-people-name {
  font-weight: 700;
  margin-bottom: 1rem
}

.service-hint-people-item {
  margin-bottom: .75rem
}

.service-hint-people-item img {
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #E0E0E0;
  border-radius: 25rem;
  overflow: hidden
}

.service-hint-people-item .media-title {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0
}

.service-hint-people-item .media-text {
  font-size: .875rem;
  font-weight: 700
}

.service-hint-vote {
  background: #F5F5F5;
  border-radius: .375rem;
  text-align: center;
  margin-bottom: 1.5rem
}

.service-hint-vote h3 {
  font-size: 1rem;
  margin-bottom: 1rem
}

.service-hint-vote .btn {
  margin: 0 .4rem;
  width: 5rem;
  padding-left: 1rem;
  padding-right: 1rem
}

.service-hint-vote .btn-outline-danger {
  background: #fff
}

.service-hint-vote .btn-outline-danger:hover {
  background: #dc3545
}

.service-hint-vote-info {
  color: #757575;
  font-size: .75rem;
  margin-top: .75rem
}

.service-hint-question {
  margin-bottom: .75rem;
  padding-bottom: 1rem
}

.service-hint-question .btn-link {
  padding-left: 0;
  padding-right: 0;
  color: #03A9F4;
  text-decoration: underline;
  margin-bottom: 1rem
}

.service-hint-question .btn-link:hover {
  text-decoration: none
}

.service-hint-question .form-control {
  margin-bottom: 1rem
}

.service-hint-btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border-right: 1px solid #E0E0E0;
  width: 2rem;
  height: 100%;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  color: #828282
}

.service-hint-btn-close:hover {
  text-decoration: none;
  color: #219653;
  background: #F2F2F2 !important
}

.service-hint-btn-close .fa-chevron-right {
  display: none
}

.service-hint-btn-close .fa-chevron-left {
  display: block
}

.service-filter {
  margin-bottom: 1rem;
  padding-bottom: .5rem
}

.service-filter h5 {
  font-size: .875rem
}

.service-filter .form-control {
  border-radius: .25rem
}

.service-filter-select-group {
  border: 1px solid #E0E0E0;
  border-radius: .25rem;
  overflow-y: scroll;
  height: 11rem;
  padding: .25rem 0
}

.service-filter-select-group-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0
}

.service-filter-select-group-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .25rem 1rem;
  font-size: .875rem
}

.service-filter-select-group-list a .fa {
  display: none;
  color: #757575
}

.service-filter-select-group-list a .fa:hover {
  color: #212121
}

.service-filter-select-group-list a:hover {
  background: #F5F5F5;
  text-decoration: none;
  color: #212121
}

.service-filter-select-group-list a:hover .fa {
  display: inline-flex
}

.service-filter-select-group-list h5 {
  padding: .25rem 1rem;
  font-size: .875rem;
  font-weight: 700;
  color: #757575;
  margin-bottom: 0
}

.legend-color {
  width: 3.5rem;
  height: 2.125rem;
  background: #F5F5F5;
  margin-right: 1rem
}

.legend-title {
  font-size: .8125rem;
  font-weight: 700
}

.test-header-info {
  padding: 2rem 0;
  width: 70%
}

.test-title-h1 {
  font-size: 1.125rem;
  text-align: center;
  color: #616161;
  line-height: 1.6;
  font-weight: 700
}

.test-title-h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #424242
}

.test-title-count {
  font-size: 1.75rem;
  color: #757575;
  font-weight: 700;
  text-align: center
}

.test-title-finish {
  font-size: 1.25rem;
  font-weight: 800;
  color: #212121
}

.test-title-fio {
  font-weight: 600;
  font-size: 1.5rem
}

.test-sub-title {
  font-size: 1rem;
  color: #757575;
  font-weight: 500
}

.test-info {
  font-size: 1rem;
  color: #424242;
  line-height: 1.5
}

.test-page {
  display: flex;
  align-items: center;
  justify-content: center
}

.test-page.test-page-right {
  order: 1
}

.test-page .list-group-item {
  padding-left: 0;
  padding-right: 0
}

.test-margin-top {
  margin-top: 0
}

.test-body {
  padding-bottom: 3rem
}

.test-body .card {
  margin-top: 2rem
}

.main-header-sub-menu .nav-item, .test-body .card:first-child {
  margin-top: 0
}

.test-body .card.card-test {
  padding-top: .75rem;
  padding-bottom: .75rem
}

.test-body .card.card-finish .card-title {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.5
}

.test-body .card.card-finish .card-text {
  font-size: .875rem;
  line-height: 1.7
}

.test-body .card.card-finish .card-text p {
  margin-bottom: 1rem;
  color: #616161
}

.test-body .card.card-finish .card-text p:last-child {
  margin-bottom: 0
}

.test-body .card.card-finish .card-text h3 {
  line-height: 1.2;
  margin-bottom: .75rem
}

.test-description-after {
  position: relative;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  padding-left: 3rem
}

.test-description-after:after, .test-description-after:before {
  position: absolute;
  left: 0;
  content: ''
}

.test-description-after p {
  margin-bottom: 0;
  color: #757575;
  font-size: .8125rem;
  line-height: 1.2
}

.test-description-after:after {
  top: 50%;
  margin-top: -.25rem;
  width: 2rem;
  height: 2rem;
  background: url(../images/test/icon-danger.svg) center no-repeat;
  background-size: 100%
}

.test-description-after:before {
  width: 10rem;
  height: 3px;
  top: 0;
  background: #ffc107
}

.test-info-footer {
  padding-top: 1rem;
  color: #757575;
  font-size: .75rem
}

.test-info-footer p {
  font-size: .8125rem;
  line-height: 1.2rem
}

.test-btn-start {
  padding: 1.5rem 0;
  width: 100%
}

.test-btn-start .btn {
  border-radius: .625rem;
  margin: .75rem 0;
  padding: .75rem 3rem;
  display: block;
  width: 100%;
  font-size: .875rem
}

.test-btn-run .btn:first-child, .test-info-pgt h4 {
  margin-bottom: 1rem
}

.test-btn-run {
  padding: 2rem 0
}

.test-btn-run .btn {
  border-radius: .625rem;
  padding: .75rem 1rem;
  font-weight: 600;
  line-height: 1.6;
  font-size: .8125rem
}

.test-alert-success h4, .test-info-pgt h4, .test-questions-title {
  line-height: 1.5
}

.test-result-switch {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.test-result-switch h3 {
  font-size: .875rem;
  font-weight: 700;
  color: #424242
}

.test-alert-success .btn {
  border-radius: .625rem;
  padding: .75rem 2rem;
  margin-top: 1rem
}

.test-alert-success .title-alert {
  font-size: 1rem;
  color: #424242;
  font-weight: 700;
  text-align: center
}

.test-alert-success .text-alert {
  font-size: .875rem;
  color: #616161;
  text-align: center
}

.test-info-pgt {
  border-top: 1px solid #E0E0E0;
  padding-top: 1rem;
  margin-top: 1rem
}

.test-info-lamp-inner {
  padding-left: 1rem
}

.test-info-lamp-img {
  text-align: center;
  margin-bottom: .75rem
}

.test-questions-item, .test-questions-list {
  margin-bottom: 1.5rem
}

.test-info-lamp-img img {
  width: 5rem
}

.test-info-lamp p {
  font-weight: 600
}

.test-questions-title span {
  display: block;
  font-weight: 400;
  font-style: italic;
  font-size: .875rem
}

.test-questions-item {
  padding: 1.5rem;
  border: 2px dotted #E0E0E0;
  border-radius: .5rem
}

.test-questions-item:last-child {
  margin-bottom: 0
}

.test-questions-linearrow {
  position: relative
}

.test-questions-linearrow .line-arrow-header {
  margin-bottom: 1rem;
  margin-top: .5rem;
  font-weight: 600
}

.test-questions-linearrow .line-arrow-header-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: .5rem;
  font-size: .875rem;
  position: relative
}

.test-questions-linearrow .line-arrow-header-left {
  width: 40%;
  text-align: left;
  padding: .5rem .75rem
}

.test-questions-linearrow .line-arrow-header-right {
  width: 40%;
  text-align: right;
  padding: .5rem .75rem
}

.test-questions-linearrow .line-arrow-header-bottom {
  display: none
}

.test-questions-linearrow .line-arrow-header-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.test-questions-linearrow .line-arrow-header-center-line {
  position: relative;
  width: 100%;
  display: block;
  height: 1px;
  background: #4F4F4F;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}

.test-questions-linearrow .line-arrow-header-center-line:after, .test-questions-linearrow .line-arrow-header-center-line:before {
  content: '';
  position: absolute;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #4F4F4F;
  border-right: 2px solid #4F4F4F;
  margin-right: 10px
}

.test-questions-linearrow .line-arrow-header-center-line:before {
  top: 5px;
  left: -4px;
  transform: rotate(-45deg)
}

.test-questions-linearrow .line-arrow-header-center-line:after {
  top: auto;
  left: -4px;
  bottom: 0;
  transform: rotate(135deg)
}

.test-questions-linearrow .line-arrow-btn-group {
  display: flex;
  justify-content: space-between
}

.test-questions-linearrow .line-arrow-btn {
  border: 1px solid #F2F2F2;
  border-radius: .5rem;
  padding: .25rem 1rem;
  width: 100%;
  margin-left: .5rem;
  margin-right: .5rem;
  text-align: center;
  color: #828282
}

.test-questions-linearrow .line-arrow-btn .fa {
  color: #E0E0E0
}

.test-questions-linearrow .line-arrow-btn span {
  display: block;
  text-align: center;
  font-weight: 700
}

.test-questions-linearrow .line-arrow-btn.active {
  color: #fff;
  background: #03A9F4;
  border-color: #03A9F4
}

.test-questions-linearrow .line-arrow-btn.active .fa {
  color: #fff
}

.right-test-wrapper {
  width: 100%;
  position: relative;
  order: 0;
  overflow: hidden
}

.right-test-block {
  width: 100%;
  position: relative;
  display: inline-flex;
  overflow: hidden;
  float: left;
  height: 100%;
  min-height: 1px
}

.right-test-block:after, .right-test-block:before {
  content: '';
  position: absolute
}

.right-test-block-link {
  z-index: 101;
  position: relative;
  display: flex;
  padding: 2rem 1.5rem 1.5rem;
  min-height: 314px;
  color: #fff
}

.right-test-block-link:hover {
  color: #cdcdcd;
  text-decoration: none
}

.right-test-block-link:hover .right-test-block-header-name:after {
  background: #cdcdcd
}

.right-test-block-header {
  margin-top: 2%
}

.right-test-block-header-logo {
  margin-bottom: .75rem;
  margin-top: 1.5rem;
  width: 14rem
}

.right-test-block-header-name {
  font-size: .875rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1rem
}

.right-test-block-header-name:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 5px;
  background: #fff;
  bottom: 0;
  left: 0
}

.right-test-block-header-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2
}

.right-test-block-header-title span {
  margin-top: .5rem;
  display: block;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.4
}

.right-test-block-footer {
  position: absolute;
  bottom: 2rem;
  right: 1.5rem;
  left: 1.5rem
}

.block-ish {
  background: #15191c
}

.block-ish:before {
  width: 100%;
  height: 600px;
  background: url(../images/ish/logo-ish.svg) center no-repeat;
  background-size: contain
}

.block-ish:after {
  width: 100%;
  height: 462px;
  background: url(../images/ish/bg-img-ish.png) center no-repeat;
  background-size: cover;
  left: 0;
  bottom: 0
}

.block-ish .btn-ish {
  display: block;
  background-color: #80bf44;
  border-color: #80bf44;
  border-radius: 0 !important;
  font-size: .875rem
}

.block-arizona {
  background: #0F1A41
}

.block-arizona:before {
  width: 100%;
  height: 600px;
  background: url(../images/arizona/flat-top.png) center top no-repeat;
  background-size: contain;
  top: -7rem
}

.block-arizona:after {
  width: 100%;
  height: 100vh;
  background: url(../images/arizona/flat-bottom.png) center bottom no-repeat;
  background-size: contain;
  left: 0;
  bottom: -18rem
}

.block-arizona .btn-arizona {
  display: block;
  background-color: #EB5757;
  border-color: #EB5757;
  font-size: .875rem
}

.block-arizona .right-test-block-link {
  align-items: center
}

.block-arizona .right-test-block-footer {
  margin-top: 2rem;
  position: relative;
  bottom: 0;
  left: 0;
  top: 0
}

.page-error {
  margin-top: 3rem;
  margin-bottom: 3rem
}

.page-error-top {
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  border-bottom: 2px solid #E0E0E0
}

.page-error-logo img {
  width: 8rem
}

.page-error-num {
  font-size: 8rem;
  color: #03A9F4;
  font-weight: 700;
  line-height: 1
}

.page-error-text {
  margin-top: 2rem;
  line-height: 1.1;
  font-size: .875rem;
  font-weight: 700;
  color: #4F4F4F
}

.page-error-text span {
  margin-top: .5rem;
  display: block;
  font-size: 1.5rem
}

.page-error-list {
  margin-top: 1.5rem
}

.page-error-list-title {
  font-size: .875rem;
  font-weight: 700;
  margin-bottom: .5rem;
  color: #828282
}

.page-error-list ul {
  padding-left: 0
}

.page-error-list ul li {
  list-style: none;
  position: relative;
  padding-left: 1rem
}

.page-error-list ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #03A9F4;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px
}

.page-error-list ul li a {
  font-size: .875rem;
  color: #828282;
  text-decoration: underline
}

.page-error-list ul li a:hover {
  color: #03A9F4;
  text-decoration: none
}

.page-content-header {
  padding: .75rem;
  border-left: .25rem solid #03A9F4;
  background: #F5F5F5;
  margin-bottom: 1rem
}

.page-content-header h5 {
  font-weight: 600
}

.page-content-header h6 {
  margin-bottom: 0;
  font-size: .875rem
}

.login-main-panel {
  background: #fff
}

.login-left-panel {
  padding: 2rem 0
}

.login-left-panel.panel-top {
  background: url(../images/login-page/login-left-bg.jpg) left no-repeat;
  background-size: cover
}

.login-left-panel.panel-top.login-blue {
  background: url(../images/login-page/login-bg.jpg) left no-repeat
}

.login-left-panel.panel-bottom {
  background: #fff
}

.login-top-text-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: .25rem 2rem;
  border-left: 8px solid rgba(0, 0, 0, .2)
}

.login-logo-big {
  margin-top: 1rem;
  width: 25rem
}

.login-right-panel {
  background: #D7EFDE;
  width: 100%;
  position: relative
}

.login-right-panel.login-blue {
  background: #F3F9FF
}

.login-right-panel.login-blue .login-btn {
  background: #03A9F4;
  border-color: #03A9F4
}

.login-right-panel.login-blue .login-btn-outline {
  border-color: #9E9E9E
}

.login-right-panel.login-blue .login-h3:after {
  background: #03A9F4
}

.login-h3 {
  font-size: 2.25rem;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1rem
}

.login-form, .login-header, .reviews-item {
  margin-bottom: 1.5rem
}

.login-h3:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 5px;
  background: #00B74A;
  left: 0;
  bottom: 0
}

.login-title-sub {
  color: #757575;
  font-weight: 700
}

.login-header {
  padding-bottom: 1.5rem
}

.login-header-lang {
  position: absolute;
  z-index: 101;
  right: 1rem;
  top: 1.5rem
}

.login-header-text {
  font-size: 1.35rem;
  line-height: 1.6;
  color: #fff;
  font-weight: 700;
  margin-top: 1rem
}

.login-header-form {
  padding: 1.5rem 1rem 0
}

.login-header-form .login-logo {
  width: 12rem
}

.login-header-form-text {
  margin-top: 1.25rem;
  font-size: .875rem;
  font-weight: 700
}

.login-footer-title {
  font-size: .8125rem;
  color: #616161
}

.login-footer-add {
  position: relative;
  padding-left: 2.28rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  font-size: .875rem
}

.login-footer-add:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  width: 30px;
  height: 30px;
  background: url(../images/login-page/login-school-bag-icon.png) center no-repeat;
  background-size: 100%
}

.login-footer-add:hover {
  text-decoration: none;
  color: #00B74A
}

.login-footer-copy {
  font-size: .7rem;
  color: #4F4F4F;
  margin-top: 1rem
}

.login-form-block h3 {
  font-size: 1.75rem;
  font-weight: 700
}

.login-form {
  margin-top: 1.5rem
}

.login-form .form-group {
  margin-bottom: 1.25rem
}

.login-form-info, .login-info-item {
  margin-bottom: 1rem;
  margin-top: 1rem
}

.login-form .form-group-icon {
  width: 4rem;
  height: 2.125rem;
  top: .5rem;
  position: absolute;
  font-size: 1.25rem;
  color: #9E9E9E;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #cdcdcd
}

.login-form .form-control {
  padding: .75rem .75rem .75rem 5rem;
  height: calc(2.125rem + .75rem + 2px);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
  font-size: 1rem;
  border-radius: 6px
}

.login-form-info {
  font-size: .875rem;
  color: #616161
}

.login-btn, .login-btn-outline {
  padding: .75rem;
  font-size: 1rem
}

.login-nav-select .btn.active {
  display: none
}

.login-btn {
  border-radius: 6px;
  background: #00B74A;
  border-color: #00B74A;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .35)
}

.login-btn:hover {
  box-shadow: none;
  background: #27AE60;
  border-color: #00B74A
}

.login-btn-outline {
  background: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .35);
  border-color: #fff
}

.login-info-item {
  padding-bottom: 1rem;
  align-items: center;
  border-bottom: 1px dotted #E0E0E0
}

.login-info-item img {
  max-width: 9rem
}

.login-info-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #219653
}

.login-info-text, .login-page-nav li a {
  font-size: .875rem
}

.login-info-text {
  color: #616161
}

.login-page-nav {
  padding-left: 0;
  list-style: none
}

.login-page-nav li {
  display: inline-flex;
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 1px solid #9E9E9E
}

.login-page-nav li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none
}

.arrow-down {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%, 0);
  padding-bottom: 2.5rem;
  color: #fff
}

.arrow-down:after, .modal-womenday-title:before {
  bottom: 0;
  content: ''
}

.arrow-down:after {
  position: absolute;
  left: 50%;
  margin-left: -18px;
  width: 36px;
  height: 36px;
  background: url(../images/arrow-down.svg) center no-repeat;
  transform: rotate(-90deg)
}

.arrow-down:hover {
  color: #fff;
  text-decoration: none
}

.school-main-content {
  padding: 0;
  background-image: url(../images/for_school-main-bg.jpg)
}

.school-top {
  background-image: url(../images/for_school-bg-in.png), url(../images/for_school-bg.jpg);
  background-repeat: no-repeat;
  background-position: center, bottom right;
  text-align: center;
  color: #fff;
  padding: 1.5rem 0 12rem;
  position: relative
}

.school-top .btn-warning {
  font-size: 1.25rem;
  background-color: #FFE000;
  border-color: #FFE000;
  padding: .75rem 3.5rem
}

.school-top .btn-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107
}

.school-bottom {
  background-image: url(../images/for_school-bg-in.png), url(../images/for_school-bottom.jpg);
  background-repeat: no-repeat;
  background-position: center, top right;
  padding: 4rem 0 1rem;
  color: #fff
}

.school-bottom hr {
  border-top-color: #fff
}

.school-bottom .login-page-nav li {
  border-right-color: #fff
}

.school-bottom .login-page-nav a {
  color: #fff
}

.school-sub-title-h1 {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  margin-top: 1.5rem
}

.school-title-h1 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 2rem
}

.school-title-h1 span {
  display: block;
  margin-top: 1.5rem;
  font-weight: 400
}

.school-title-h2 {
  text-align: center;
  color: #424242;
  font-size: 1.75rem;
  font-weight: 700
}

.school-title-h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 3rem;
  color: #fff
}

.school-info-title {
  font-size: 1.25rem;
  color: #5C74AD;
  font-weight: 700
}

.school-info-title.line {
  text-decoration: line-through
}

.school-info-text p {
  font-size: .875rem;
  color: #717171
}

.school-info-text-big p {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 30px
}

.school-order-form {
  border-radius: .625rem;
  padding: 1.5rem 1rem;
  margin: 3rem auto 0;
  border: 3px solid rgba(255, 255, 255, .2);
  max-width: 650px
}

.school-order-form .btn-warning {
  font-size: 1.25rem;
  background-color: #FFE000;
  border-color: #FFE000;
  padding: .75rem 3.5rem
}

.school-order-form .btn-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107
}

.school-order-form .form-group {
  margin-bottom: 1.5em
}

.school-order-form .form-control {
  height: calc(2.125em + 1rem + 2px);
  border-radius: 25rem
}

.school-order-form .login-page-nav a {
  color: #fff !important
}

.modal-womenday {
  background: url(../images/womenday/woomenday-bg.png) left center no-repeat #E3E0FE;
  padding-bottom: 2rem;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, .35)
}

.modal-womenday .modal-header {
  border-bottom: none
}

.modal-womenday-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #03A9F4;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative
}

.modal-womenday-title:before {
  position: absolute;
  left: 0;
  width: 150px;
  height: 4px;
  background: #FFC305
}

.modal-womenday-title span {
  font-size: 1.75rem;
  display: block
}

.modal-womenday-text {
  font-style: italic
}

.modal-start .modal-content {
  border: none;
  box-shadow: 0 0 0 12px rgba(0, 0, 0, .25);
  padding: 0 15px;
  background-color: #a56b08
}

.modal-start .modal-content .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 101
}

.modal-start .modal-body {
  padding: 0;
  font-family: "Times New Roman", serif
}

.modal-chatgpt .btn-modal-download, .modal-sclad .btn-modal-download, .modal-start .btn-modal-download, .modal-start-autor-text {
  font-family: OpenSans, sans-serif
}

.modal-start-title {
  text-align: center;
  color: #fccc06;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  line-height: 1.1;
  font-weight: 700
}

.modal-start-text {
  color: #fff;
  margin-bottom: 2rem;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed;
  padding: 1rem 0;
  font-size: 1.125rem
}

.modal-chatgpt-title, .modal-sclad-title, .modal-start-autor {
  font-size: 1.25rem;
  font-weight: 700
}

.modal-start-text p:last-child {
  margin-bottom: 0
}

.modal-start-avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 50rem
}

.modal-start-autor {
  line-height: 1.1;
  color: #4F4F4F
}

.modal-start-autor-text {
  margin-top: 1.5rem;
  font-size: .8125rem
}

.modal-start-left-inner {
  padding: 2rem 1rem
}

.modal-start-right {
  padding: 3rem 2rem 8rem;
  background: url(../images/modal/footer-moadl.jpg) bottom left no-repeat #fff;
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem
}

.modal-start .btn-modal-download {
  text-align: center;
  display: block;
  background: #fff;
  border-radius: 25rem;
  padding-top: 1rem;
  padding-bottom: 1rem
}

.modal-sclad {
  max-width: 700px
}

.modal-sclad .modal-content {
  border: none;
  box-shadow: 0 0 0 12px rgba(0, 0, 0, .25);
  background: #132AD0;
  position: relative;
  overflow: hidden
}

.modal-sclad .modal-content:before {
  content: '';
  position: absolute;
  width: 12rem;
  height: 12rem;
  border-radius: 50rem;
  left: -3rem;
  bottom: -1rem;
  border: 5px dotted #E399FF
}

.modal-sclad .modal-content:after {
  content: '';
  position: absolute;
  width: 8rem;
  height: 8rem;
  border-radius: 50rem;
  right: -3rem;
  top: -2rem;
  border: 5px solid #384AD7
}

.modal-sclad .close {
  position: relative;
  z-index: 101;
  color: #fff
}

.modal-sclad-title {
  color: #fff
}

.modal-sclad-title-sub {
  color: #fff;
  margin-bottom: .5rem;
  font-weight: 700;
  opacity: .8
}

.modal-sclad-date {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 2rem
}

.modal-sclad-left {
  margin-top: 1rem
}

.modal-sclad-right {
  min-height: 14rem;
  margin-top: 1rem
}

.modal-sclad-right-inner {
  position: absolute;
  background: #fff;
  padding: 4.5rem 6rem 4.5rem 4.5rem;
  border-radius: 50rem;
  width: 30rem;
  height: 30rem;
  box-shadow: 0 0 0 6px #132AD0, 0 0 0 10px #E399FF
}

.modal-sclad-list {
  padding-left: 2rem;
  margin-bottom: 0
}

.modal-sclad-list-item {
  list-style: none;
  position: relative;
  font-size: .9rem;
  font-weight: 700;
  padding-left: 1rem;
  margin: .25rem 0
}

.modal-sclad-list-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #E399FF
}

.modal-sclad .btn-modal-download {
  text-align: center;
  display: block;
  background: #fff;
  border-radius: 25rem;
  padding-top: 1rem;
  padding-bottom: 1rem
}

.modal-sclad .btn-modal-download + .btn-modal-download {
  margin-top: 1rem
}

.modal-sclad .btn-modal-download:hover {
  background: #E399FF;
  border-color: #E399FF
}

.modal-chatgpt {
  max-width: 700px
}

.modal-chatgpt .modal-body {
  padding: 0
}

.modal-chatgpt .modal-content {
  border: none;
  box-shadow: 0 0 0 12px rgba(56, 74, 215, .25);
  background: #384AD7;
  position: relative;
  overflow: hidden;
  padding: 0 !important
}

.modal-chatgpt .close {
  position: absolute;
  right: .75rem;
  top: .75rem;
  z-index: 101;
  color: #fff;
  background: #132AD0;
  border: 5px solid #7381ff;
  border-radius: .5rem;
  width: 50px;
  height: 50px
}

.modal-chatgpt-title {
  color: #333;
  padding-right: 2rem
}

.modal-chatgpt-title-sub {
  color: #132AD0;
  margin-bottom: .5rem;
  font-weight: 700;
  opacity: .8
}

.modal-chatgpt-date {
  font-size: 1.5rem;
  color: #E399FF;
  font-weight: 700;
  margin-bottom: .5rem;
  margin-top: 1rem
}

.modal-chatgpt-up {
  background: #fff;
  padding: 2rem;
  border-radius: .5rem
}

.modal-chatgpt-down {
  padding: 2rem
}

.modal-chatgpt-inner {
  position: relative
}

.modal-chatgpt-info {
  position: absolute;
  color: #fff;
  background: #132AD0;
  border: 5px solid #7381ff;
  padding: 1rem;
  border-radius: .5rem;
  font-size: .8125rem;
  font-weight: 500;
  top: 0
}

.modal-chatgpt-list {
  padding-left: 0;
  margin-bottom: 0
}

.modal-chatgpt-list-item {
  list-style: none;
  position: relative;
  font-size: .9rem;
  font-weight: 700;
  padding-left: 1rem;
  margin: .25rem 0
}

.modal-chatgpt-list-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 2rem;
  background: #E399FF
}

.modal-chatgpt .btn-modal-download {
  text-align: center;
  background: #7381ff;
  border-radius: .25rem;
  color: #fff;
  padding: .75rem 1.5rem;
  border: 4px solid #7381ff
}

.modal-chatgpt .btn-modal-download + .btn-modal-download {
  margin-left: 1rem;
  background: 0 0;
  border: 4px solid #fff
}

.modal-chatgpt .btn-modal-download:hover {
  background: #E399FF;
  border-color: #E399FF
}

.nav-main {
  background: #fff;
  width: 100%;
  box-shadow: 0 .625rem .625rem 0 rgba(0, 10, 10, .1);
  border-radius: .625rem;
  padding-left: .75rem;
  padding-right: .75rem
}

.nav-main-menu {
  padding-left: 0
}

.nav-main-menu-item {
  list-style: none;
  display: inline-flex;
  margin: 0 .5rem
}

.nav-main-menu-link {
  display: flex;
  align-items: center;
  font-size: .875rem;
  color: #4F4F4F;
  font-weight: 600;
  border-bottom: 3px solid transparent;
  padding: 1.125rem 0;
  padding-top: calc(1.125rem + 3px)
}

.nav-main-menu-link.active, .nav-main-menu-link:hover {
  color: #03A9F4;
  border-color: #03A9F4;
  text-decoration: none
}

.nav-main-menu .flexMenu-viewMore {
  list-style: none;
  display: inline-flex;
  position: relative;
  margin: 0 .5rem
}

.nav-main-menu .flexMenu-viewMore a {
  font-size: .875rem;
  color: #4F4F4F;
  font-weight: 600;
  display: block;
  padding: calc(1.125rem + 3px) .75rem
}

.nav-main-menu .flexMenu-viewMore a:hover {
  text-decoration: none;
  color: #03A9F4;
  background: #F2F2F2
}

.nav-main-menu .flexMenu-viewMore.active > a {
  box-shadow: 0 10px 26px 0 rgba(0, 10, 10, .15);
  background: 0 0;
  color: #03A9F4
}

.btn-loadmore, h3, h4 {
  color: #424242
}

.nav-main-menu_dropdown {
  width: 240px;
  background: #fff;
  right: -1rem;
  top: 60px;
  padding: .75rem .5rem;
  box-shadow: 0 16px 26px 0 rgba(0, 10, 10, .15);
  border-radius: .625rem
}

.nav-main-menu_dropdown .nav-main-menu-item {
  display: block;
  border-bottom: 1px dotted #E0E0E0
}

.nav-main-menu_dropdown .nav-main-menu-item:last-child {
  border-bottom: none
}

.nav-main-menu_dropdown .nav-main-menu-link {
  border: none;
  display: block;
  height: auto;
  padding: .5rem !important
}

.nav-main-menu_dropdown .nav-main-menu-link:hover {
  background: 0 0 !important
}

.nav-main + .main-header {
  border-top: none;
  margin-top: -1rem !important
}

.btn-loadmore, .main-header-sub-menu, .send-order {
  border-top: 1px solid #E0E0E0
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1
}

h4 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1
}

.btn-loadmore {
  font-size: .875rem;
  border-radius: 0 0 .375rem .375rem;
  padding: 1rem
}

.btn-loadmore:hover {
  color: #03A9F4;
  background: #FAFAFA
}

.send-order {
  background: #FDF7E4
}

.send-order .card-title {
  font-size: 1.125rem
}

.type-status {
  font-size: .8125rem;
  font-weight: 700;
  color: #9E9E9E
}

.type-status i {
  font-size: 1rem
}

.type-user {
  font-size: .625rem;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  margin-left: .25rem
}

.social-link {
  padding: .5rem 0;
  color: #9E9E9E
}

.social-link-title {
  font-size: .875rem
}

.social-link-item {
  font-size: 1.5rem;
  margin-left: .5rem;
  color: #9E9E9E
}

.social-link-item:hover {
  color: #03A9F4
}

.link-reply {
  font-size: .75rem;
  color: #9E9E9E
}

.link-reply i {
  margin-left: .25rem
}

.link-reply:hover {
  text-decoration: none;
  color: #03A9F4
}

.reviews-item:last-child {
  margin-bottom: 0
}

.reviews-item-reply {
  margin-left: 2rem
}

.btn-nav-sub {
  color: #757575;
  padding: 1rem;
  text-decoration: none
}

.contact-social {
  list-style: none;
  padding-left: 0
}

.contact-social-item {
  display: inline-block;
  margin-right: .5rem
}

.main-header-breadcrumbs {
  color: #03A9F4;
  margin-bottom: 1rem
}

.main-header-breadcrumbs i {
  margin-right: .5rem
}

.main-header-breadcrumbs a {
  font-weight: 700
}

.main-header-deck {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .785rem;
  color: #9E9E9E
}

.main-header-deck i {
  margin-right: .5rem
}

.main-header-sub-menu .nav-link {
  padding: .75rem !important
}

.main-header-sub-menu .nav-link.active {
  background: 0 0
}

.service-main-header {
  position: relative;
  margin-bottom: 1rem;
  padding-right: 1rem;
  display: flex;
  align-items: center
}

.service-main-header .service-type {
  font-size: .875rem;
  color: #757575;
  font-weight: 700;
  padding-left: 0
}

.service-main-header .service-type li {
  display: inline-flex;
  border-right: 2px solid #E0E0E0;
  margin-right: .5rem;
  padding-right: .5rem
}

.service-main-header .service-type li:last-child {
  border: none
}

.service-main-header .btn-group {
  position: absolute;
  right: 1rem;
  top: 0
}

.service-main-header .btn-group .btn {
  font-size: 1rem;
  padding: .6rem .75rem;
  border-color: #E0E0E0
}

.service-main-header .service-header-avatar {
  width: 5rem;
  height: 5rem;
  border: 1px solid #E0E0E0;
  border-radius: 25rem;
  margin-right: 1rem
}

.service-profile {
  margin-top: 2rem
}

.service-profile-avatar {
  width: 12rem;
  height: 12rem;
  border: 1px solid #E0E0E0;
  border-radius: 25rem;
  margin-right: 2rem
}

.service-profile-type {
  padding-left: 0;
  font-size: .875rem
}

.service-profile-type li {
  margin: .5rem 0;
  padding-bottom: .5rem;
  list-style: none;
  border-bottom: 1px solid #E0E0E0
}

.service-dropdown-name .dropdown-menu {
  padding: .5rem 1rem;
  max-height: 60vh;
  overflow-y: auto;
  min-width: 16rem
}

.service-dropdown-name .dropdown-item {
  border-bottom: 1px solid #E0E0E0;
  padding: .5rem;
  font-size: .875rem
}

.service-dropdown-name .dropdown-item:last-child {
  border: none
}

.service-dropdown-btn {
  padding-left: 0;
  padding-right: 0;
  border: none;
  font-size: 1.5rem;
  font-weight: 700
}

.service-dropdown-btn:focus, .service-dropdown-btn:hover {
  outline: 0;
  border: none;
  color: #03A9F4;
  box-shadow: none
}

.btn-method-list {
  padding: .25rem;
  color: #fff;
  font-size: 1.5rem;
  margin-top: .25rem
}

.btn-method-list:hover {
  color: #E0E0E0
}

.media-icon {
  width: 2rem;
  margin-right: .75rem
}

.method-list-h5 {
  font-size: 1rem;
  color: #616161;
  font-weight: 600;
  border-bottom: 1px solid #E0E0E0;
  padding: .75rem 0;
  margin-bottom: .75rem
}

.modal-method-list {
  background: #FAFAFA
}

.control-label {
  font-size: .875rem;
  color: #616161
}

.row-flex, .row-flex > div[class*=col-] {
  display: flex;
  flex: 1 1 auto
}

.row-flex-wrap {
  align-content: flex-start;
  flex: 0
}

.row-flex > div[class*=col-] {
  margin: -.2px
}

.table-text-sm th, .table-text-sm tr {
  font-size: .8125rem
}

.top-btn {
  display: none;
  width: 3rem;
  height: 3rem;
  background: #03A9F4;
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  border-radius: 25rem;
  text-align: center;
  z-index: 101
}

.top-btn i {
  padding: .85rem .75rem;
  font-size: 1.25rem;
  color: #fff
}

.top-btn:hover {
  background: #616161
}

.profile-test-menu {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #616161;
  color: #fff
}

.profile-test-menu-title {
  font-size: .875rem;
  color: #FF9800;
  margin-bottom: .75rem
}

.profile-test-menu-info {
  font-size: .8125rem;
  font-weight: 700;
  margin-top: .75rem;
  color: #cdcdcd
}

.profile-test-menu-list {
  list-style: none;
  padding-left: 0
}

.profile-test-menu-list li {
  border-bottom: 1px dashed #616161
}

.profile-test-menu-list li:last-child {
  border: none
}

.profile-test-menu-list li a {
  color: #F5F5F5;
  font-size: .8125rem;
  padding: .5rem 1rem .5rem 0;
  display: flex
}

.profile-test-menu-list li a:hover {
  color: #03A9F4;
  text-decoration: none
}

.profile-test-menu-list li span {
  color: #F5F5F5;
  font-size: .8125rem;
  padding: .5rem 1rem .5rem 0;
  display: flex
}

.profile-test-menu .progress {
  height: 1.5rem;
  background-color: #9E9E9E
}

.table-text-vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: 0;
  margin-right: 0;
  transform: rotate(-180deg);
  white-space: nowrap
}

.table-height-100 {
  height: 100px
}

.table-height-150 {
  height: 150px
}

.table-height-200 {
  height: 200px
}

.table-height-250 {
  height: 250px
}

.has-curtains::after, .has-curtains::before {
  position: fixed;
  top: 63px;
  background: #fff;
  height: 450px;
  width: 15px;
  z-index: 5;
  content: ''
}

.table-height .table-text-vertical {
  white-space: normal
}

.form-control {
  font-size: .875rem;
  padding-left: .5rem;
  padding-right: .5rem
}

.has-curtains::before {
  left: 0
}

.has-curtains::after {
  right: 0
}

.form-description-help small.form-text {
  position: relative;
  margin-top: 1rem;
  padding-left: 3rem;
  color: #757575;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.2
}

.form-description-help small.form-text:before {
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2rem;
  height: 2rem;
  position: absolute;
  background: url(../images/test/icon-danger.svg) center no-repeat;
  background-size: 100%
}

.form-description-help.alert-help small.form-text {
  padding: .75rem 1rem .75rem 4rem;
  border-radius: 6px;
  background: #fff3cd;
  border-top: 1px solid #ffeeba
}

.form-description-help.alert-help small.form-text:before {
  left: 1rem
}

.form-control-big .chosen-single span, .form-control-big .form-control {
  font-weight: 700;
  font-size: 1.25rem !important
}

@media (min-width: 576px) {
  .filter-block .input-group-append .input-group-text, .filter-block .input-group-prepend .input-group-text {
    min-width: auto;
    justify-content: initial
  }

  .filter-block .input-group-append > .input-group-text {
    border-top-left-radius: initial;
    border-bottom-left-radius: initial
  }

  .filter-block .input-group-append + .input-group-append, .filter-block .input-group-prepend + .from-input.form-control {
    min-width: 160px;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial
  }

  .filter-block .from-input.form-control + .input-group-append {
    margin-left: -1px
  }

  .filter-block .from-input.form-control + .input-group-append + .input-group-append {
    flex-grow: initial
  }

  .social-passport-list_item-colors_group--basis-auto-sm {
    flex-basis: auto
  }
}

@media (min-width: 768px) {
  .title-h1 {
    font-size: 2rem
  }

  .sub-title-h1 {
    font-size: 1.125rem
  }

  .header-h1 {
    line-height: 1.2;
    font-size: 4rem;
    margin-bottom: 2rem;
    padding-bottom: 2.4rem
  }

  .header-h1 .text-min {
    font-size: 2.25rem
  }

  .header-sub-h1 {
    font-size: 1.125rem
  }

  .sub-index-title-h1 {
    font-size: 3rem;
    margin-top: 1rem
  }

  .index-title-h2 {
    font-size: 4rem
  }

  .sub-index-title-h2 {
    font-size: 1.125rem;
    margin-top: 1rem
  }

  .index-title-h3 {
    font-size: 2.8rem
  }

  .sub-index-title-h3 {
    font-size: 1.75rem;
    margin-top: 1rem
  }

  .card-title-h2 {
    font-size: 1.125rem
  }

  .methodologies-sidebar-header, .service-content-header-title {
    font-size: 1.5rem
  }

  .section-padding {
    padding: 3rem 2rem
  }

  .nav-tabs .nav-link {
    padding: .5rem 1rem
  }

  .btn {
    padding: .6rem 2rem
  }

  .service-sidebar {
    left: 0
  }

  .service-content {
    margin-left: 8rem
  }

  .service-content-left-inner {
    padding: 1rem .75rem
  }

  .service-content-right {
    width: 27rem;
    right: -25rem;
    transition: right .35s ease-in-out
  }

  .service-content-header {
    display: flex;
    align-items: center
  }

  .methodologies-sidebar {
    width: 18%;
    left: 0
  }

  .methodologies-content {
    margin-left: 18%
  }

  .site-header .btn-login {
    padding: .5rem 2rem
  }

  .site-header-profile {
    padding-left: 1rem;
    border-left: 1px solid #9E9E9E
  }

  .nav-mobile-menu {
    display: none
  }

  .site-footer {
    padding: .75rem 1.5rem;
    display: flex;
    align-items: center
  }

  .site-footer-contact {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    padding-left: 1.5rem;
    border-left: 1px solid #BDBDBD;
    text-align: right
  }

  .modal-content {
    padding: .5rem 2rem
  }

  .modal-title {
    font-size: .875rem
  }

  .modal-nav {
    display: flex;
    justify-content: space-between
  }

  .modal-nav-link {
    margin-bottom: 0;
    border-bottom: none;
    border-right: 2px solid #EEE;
    width: 33.33333%;
    padding: .75rem 2rem;
    font-size: 1rem
  }

  .modal-nav-link .media-icon {
    width: 2.5rem
  }

  .modal-content-header-sub {
    font-size: 1rem
  }

  .class-list-br-left-md-tr {
    border-left: 2px solid transparent
  }

  .card .card-body {
    padding: 1.25rem
  }

  .card-method-list .media-title {
    font-size: .875rem
  }

  .card-method-list .card-body {
    padding: 1rem !important
  }

  .test-title-h1 {
    font-size: 1.5rem
  }

  .test-title-count, .test-title-finish, .test-title-fio {
    font-size: 2.25rem
  }

  .test-sub-title {
    font-size: 1.25rem
  }

  .test-page {
    min-height: 100vh
  }

  .test-page.test-page-right {
    margin-right: 360px
  }

  .test-margin-top {
    margin-top: -4rem
  }

  .test-body .card.card-test {
    padding: 1.5rem
  }

  .test-body .card.card-finish .card-title {
    font-size: 2rem
  }

  .test-description-after p {
    font-size: .875rem;
    line-height: 1.5
  }

  .test-info-footer {
    font-size: 1rem
  }

  .test-info-footer p {
    font-size: .875rem;
    line-height: 1.5rem
  }

  .test-btn-start {
    padding: 2rem 0;
    display: flex;
    justify-content: center
  }

  .test-btn-start .btn {
    margin: 0 .5rem;
    padding: 1rem 4rem;
    display: flex;
    font-size: 1.125rem;
    width: auto
  }

  .test-btn-run .btn {
    padding: 1rem 2rem;
    font-size: .875rem
  }

  .test-result-switch h3 {
    font-size: 1rem
  }

  .test-alert-success {
    padding-left: 2rem;
    padding-right: 2rem
  }

  .test-alert-success .btn {
    margin: 0 .5rem;
    padding: 1rem 3rem
  }

  .test-alert-success .title-alert {
    text-align: left;
    font-size: 1.25rem
  }

  .test-alert-success .text-alert {
    font-size: 1rem;
    text-align: left
  }

  .test-questions-linearrow .line-arrow-header-center-line:before {
    top: auto;
    left: 0;
    transform: rotate(-135deg)
  }

  .test-questions-linearrow .line-arrow-header-center-line:after {
    bottom: auto;
    left: auto;
    right: -10px;
    transform: rotate(45deg)
  }

  .test-questions-linearrow .line-arrow-btn:hover {
    text-decoration: none;
    color: #03A9F4;
    border-color: #03A9F4
  }

  .test-questions-linearrow .line-arrow-btn:hover .fa {
    color: #03A9F4
  }

  .right-test-wrapper {
    width: 360px;
    position: fixed;
    z-index: 1015;
    top: 0;
    right: 0
  }

  .right-test-block-link {
    min-height: 100vh;
    padding: 6.2rem 2rem 2rem
  }

  .right-test-block-header-name {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem
  }

  .right-test-block-header-title {
    font-size: 2rem
  }

  .right-test-block-header-title span {
    margin-top: 1rem;
    font-size: 1.125rem;
    line-height: 1.5
  }

  .block-arizona .btn-arizona, .block-ish .btn-ish {
    padding-top: 1rem;
    font-size: 1rem;
    padding-bottom: 1rem
  }

  .block-ish:before {
    width: 400px;
    left: 50%;
    margin-left: -200px
  }

  .block-arizona:before {
    width: 100%;
    left: 50%;
    top: 3rem;
    transform: translateX(-50%)
  }

  .block-arizona:after {
    bottom: 0
  }

  .page-error-top {
    margin-bottom: 1rem;
    padding-bottom: 1rem
  }

  .page-error-logo img {
    width: 15rem
  }

  .page-error-num {
    font-size: 12rem
  }

  .page-error-text {
    font-size: 1.125rem
  }

  .page-error-text span {
    font-size: 2rem
  }

  .page-error-list-title {
    font-size: 1rem
  }

  .page-content-header {
    padding: 1rem;
    display: flex;
    align-items: center
  }

  .login-left-panel {
    padding: 2rem 29rem 2rem 1rem;
    width: 100%;
    min-height: 100vh
  }

  .login-left-panel .container {
    padding-right: 4rem
  }

  .login-top-text {
    display: flex;
    align-items: flex-end;
    height: 85vh
  }

  .login-right-panel {
    width: 38rem;
    height: 100vh;
    z-index: 101;
    position: fixed;
    padding-left: 7rem;
    display: flex;
    align-items: center;
    right: 0;
    top: 0;
    background: url(../images/login-page/login-right.svg) left no-repeat
  }

  .login-right-panel.login-blue {
    background: url(../images/login-page/login-right-blue.svg) left no-repeat
  }

  .login-header-lang {
    right: 4rem;
    top: 2rem
  }

  .login-header-form {
    display: none
  }

  .login-footer-copy {
    text-align: right;
    margin-top: 2rem
  }

  .login-form-block {
    padding: 2rem 4rem
  }

  .login-info-item .media-body {
    margin-left: 2rem
  }

  .login-info-item .media-body.media-order {
    margin-left: 0;
    margin-right: 2rem
  }

  .school-main-content {
    padding: 0 29rem 0 0 !important
  }

  .school-top {
    padding: 1.5rem 2.5rem 12rem
  }

  .school-bottom {
    padding: 5rem 2.5rem 2.5rem
  }

  .school-sub-title-h1 {
    margin-top: 2rem;
    font-size: 3rem
  }

  .school-title-h1 {
    font-size: 1.25rem
  }

  .school-title-h2, .school-title-h3 {
    font-size: 3rem
  }

  .school-info-title {
    font-size: 2rem
  }

  .school-info-text p {
    font-size: 1.125rem;
    line-height: 26px
  }

  .school-info-text-big p {
    font-size: 1.5rem
  }

  .school-order-form {
    padding: 2.5rem
  }

  .media-icon {
    width: 2.75rem;
    margin-right: 1rem
  }

  .has-curtains::before {
    left: 128px;
    width: 22px
  }

  .has-curtains::after {
    width: 22px
  }

  .form-description-help small.form-text {
    line-height: 1.5
  }
}

@media (min-width: 922px) {
  .container {
    max-width: 1290px
  }

  .school-main-content .container {
    max-width: 1170px
  }

  .reviews-item-reply {
    margin-left: 4rem
  }
}

@media (min-width: 992px) {
  .open-sidebar {
    padding-right: 15px
  }

  .card .card-body {
    padding: 1.5rem
  }

  .card .card-footer {
    padding: 1rem 1.5rem
  }

  .login-form-block {
    padding: 2rem 3rem
  }

  .school-top {
    padding: 3rem 5rem 12rem
  }

  .school-bottom {
    padding: 6rem
  }

  .school-sub-title-h1 {
    margin-top: 3rem
  }
}

@media (min-width: 1200px) {
  .social-passport-list_item {
    flex-wrap: nowrap
  }

  .social-passport-list_item-name {
    flex-basis: auto
  }

  .social-passport-list_item-colors_group {
    flex-basis: auto;
    padding-left: .5rem;
    margin-top: 0
  }
}

@media (min-width: 1364px) {
  .service-content-inner.right-panel .service-content-left {
    margin-right: 27rem
  }
}

@media (max-width: 1199.98px) {
  .site-header-profile-name {
    display: none
  }
}

@media (max-width: 768px) {
  .nav-tad-overflow {
    overflow: auto;
    overflow-y: hidden;
    flex-wrap: nowrap
  }

  .btn-sm-w100 {
    width: 100%
  }
}

@media (max-width: 767.98px) {
  .login-info-item, .login-info-item img, .login-info-text, .login-info-title, .switch-btn, .test-header-info {
    text-align: center
  }

  .switch-btn {
    padding: .5rem 1rem;
    font-size: .8125rem;
    justify-content: center;
    width: 50%
  }

  .switch-btn-sx {
    padding: .25rem .75rem !important
  }

  .modal.show {
    padding-right: 0
  }

  .modal-content .list-group-item {
    padding: .5rem .25rem;
    border-left: none;
    border-right: none
  }

  .modal-body, .modal-header {
    padding-top: .5rem;
    padding-bottom: .5rem
  }

  .modal-nav-link:last-child {
    border-bottom: none;
    margin-bottom: 0
  }

  .test-header {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .test-header-info {
    width: 100%;
    margin-top: .75rem;
    margin-bottom: .75rem;
    padding: 0
  }

  .test-wrapper {
    display: flex;
    flex-direction: column
  }

  .test-body .card.card-finish .card-text h3 {
    font-size: 1.25rem
  }

  .test-questions-linearrow .line-arrow-header {
    margin-top: 1.5rem
  }

  .test-questions-linearrow .line-arrow-header-left {
    width: 100%;
    padding: 0 0 0 2rem
  }

  .test-questions-linearrow .line-arrow-header-right {
    display: none
  }

  .test-questions-linearrow .line-arrow-header-bottom {
    margin-top: .5rem;
    font-size: .875rem;
    display: block;
    padding-left: 2rem;
    font-weight: 600
  }

  .test-questions-linearrow .line-arrow-header-center {
    display: none
  }

  .test-questions-linearrow .line-arrow-header-center-line {
    position: absolute;
    width: 2px;
    height: 100%
  }

  .test-questions-linearrow .line-arrow-btn-group {
    flex-direction: column;
    padding-left: 2rem
  }

  .test-questions-linearrow .line-arrow-btn {
    margin: 0 0 .75rem
  }

  .test-questions-linearrow .line-arrow-btn:last-child {
    margin-bottom: 0
  }

  .right-test-block-header {
    margin-bottom: 1rem
  }

  .right-test-block-header-logo {
    width: 10rem;
    margin-top: 1rem;
    display: none
  }

  .block-ish .right-test-block-link {
    padding-bottom: 5rem
  }

  .page-content-header h5 {
    font-size: 1rem
  }

  .login-header, .login-left-panel.panel-top {
    display: none
  }

  .login-form-block {
    min-height: 100vh;
    display: flex;
    align-items: center
  }

  .login-info-item {
    display: block
  }

  .login-info-item img {
    margin: 0 auto
  }

  .login-info-title {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.125rem
  }

  .school-order-form .btn-warning, .school-top .btn-warning {
    font-size: 1rem;
    display: block;
    width: 100%
  }

  .top-btn {
    right: 1rem;
    bottom: 1rem
  }

  .table-text-vertical-md {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-left: 0;
    margin-right: 0;
    transform: rotate(-180deg);
    white-space: nowrap
  }

  p {
    font-size: .875rem;
    margin-bottom: .5rem
  }
}