body {
  text-transform: none !important;
  font-family: "Open Sans", sans-serif !important;
}
html {
  height: 100% !important;
}

h1,
h2,
h3,
h4,
.heading,
.heading-1,
.heading-2,
.heading-3,
h1 span,
h2 span,
h3 span,
h4 span {
  font-family: Oswald, sans-serif !important;
}

li {
  list-style-type: none !important;
}

ul {
  padding-left: 0 !important;
}

table p {
  margin: 0 !important;
}

a.active-link {
  color: #0056b3;
}

.lato {
  font-family: Lato !important;
}

.d-block {
  display: block !important;
}

.bg-color-white {
  background-color: white !important;
}

.bg-color-black {
  background-color: black !important;
}

.bg-color-f0f0f0 {
  background-color: #f0f0f0 !important;
}
.box-shadow-05 {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5) !important;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5) !important;
}

.bg-color-fbfbfb {
  background-color: #fbfbfb !important;
}

.bg-color-f1f1f1 {
  background-color: #f1f1f1 !important;
}

.bg-color-3f3f3f {
  background-color: #3f3f3f !important;
}

.min-w-100 {
  min-width: 100%;
}

.no-select {
  user-select: none !important;
}

.color-green {
  color: green;
}

.color-red {
  color: red;
}

.w-12rem {
  width: 1.2rem;
}
.form-body p {
  font-weight: 400;
  font-size: 0.8rem;
}

.form-control::placeholder {
  color: #696969;
}

.what-we-do-item {
  background-color: #f5f5f5;
}

.border-color-white {
  border-color: white;
}

.border-top-f1f1f1 {
  border-top: 1px solid #f1f1f1 !important;
}

.border-right-f1f1f1 {
  border-right: 1px solid #f1f1f1 !important;
}

.pr-0625rem {
  padding-right: 0.625rem !important;
}

.p-unset {
  position: unset !important;
}

.color-3452ff {
  color: #3452ff;
}

.h-50px {
  height: 50px;
}

.h-240px {
  height: 240px;
}

.w-500px {
  width: 500px;
}

.min-h-150 {
  min-height: 150px;
}

.min-h-380 {
  min-height: 380px;
}

.min-h-400 {
  min-height: 400px;
}

.min-h-600 {
  min-height: 600px;
}

.ws-normal {
  white-space: normal;
}

.ws-unset {
  white-space: unset;
}

.min-h-300 {
  min-height: 300px;
}

.font-size-14px {
  font-size: 14px;
}

.font-size-15px {
  font-size: 15px;
}

.font-size-16px {
  font-size: 15px;
}

.fsz-18px {
  font-size: 18px;
}

.font-size-07rem {
  font-size: 0.7rem;
}

.font-size-095rem {
  font-size: 0.95rem;
}

.cursor-pointer {
  cursor: pointer;
}

.font-size-08rem {
  font-size: 0.8rem !important;
}

.font-size-0875rem {
  font-size: 0.875rem !important;
}

.font-size-12rem {
  font-size: 1.2rem !important;
}

.font-size-13rem {
  font-size: 1.3rem !important;
}

.font-size-14rem {
  font-size: 1.4rem !important;
}

.font-size-15rem {
  font-size: 1.5rem !important;
}

.fsz-18-lh15rem {
  font-size: 18px !important;
  line-height: 1.5rem !important;
}

.h-unset {
  height: unset !important;
}

.w-unset {
  width: unset !important;
}

.w-200px {
  width: 200px;
}

.line-height-0 {
  line-height: 0;
}

.close-login-form {
  right: 25px;
  top: 55px;
}

.h-200px {
  height: 200px;
}

.invalid-feedback {
  font-size: 0.8rem;
}

.float__filter-block input {
  width: 180px;
}

.float__filter label {
  min-width: 100px;
}

.float__filter input, 
.float__filter .single-select {
  width: 100%;
}

/* Multiselect for forms*/
.boomerang-multiselect button {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.boomerang-multiselect .ms-drop {
  border-radius: 0 !important;
  padding: 10px 0 10px 10px !important;
  min-width: 170px;
}

.boomerang-multiselect .ms-search input:focus,
.boomerang-multiselect .ms-search input {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #f9f9f9;
  -webkit-box-shadow: 0 1px 0 0 #f9f9f9;
  box-shadow: 0 1px 0 0 #f9f9f9;
}

.boomerang-multiselect .ms-search input {
  height: 2rem !important;
  background: none;
  color: #696969;
}

.boomerang-multiselect .ms-search {
  padding-right: 15px !important;
}

.boomerang-multiselect .ms-choice > div {
  display: none;
}

.boomerang-multiselect .ms-choice {
  font-size: 0.875rem;
  line-height: 2.9rem;
}

.boomerang-multiselect .ms-choice > span {
  padding-left: 1rem;
  padding-right: 1rem;
}

.boomerang-multiselect ul li input {
  height: 1.3rem !important;
  width: 1.3rem !important;
  border-radius: 0 !important;
}

.boomerang-multiselect ul li label {
  margin: 0 !important;
}

.boomerang-multiselect ul li:hover {
  background-color: #f9f9f9 !important;
}

.boomerang-multiselect ul li.selected {
  background-color: #f9f9f9 !important;
}

.boomerang-multiselect ul li.selected input {
  background-color: #f9f9f9 !important;
}

.boomerang-multiselect .ms-parent {
  height: 100% !important;
  width: 100% !important;
}

.boomerang-multiselect .ms-parent > button {
  height: 100% !important;
}

.boomerang-multiselect .ms-parent > button > span {
  position: unset;
}
/* END */

.selectpicker + .select2-container {
  width: 100% !important;
}

.listing-selectpicker .input-group {
  justify-content: center;
}

.listing-selectpicker .single-select {
  min-width: 90px;
}

.listing-selectpicker
  .single-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.listing-selectpicker
  .single-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  line-height: 2.2rem;
}

/* Multiselect for forms*/
.listing-multiselect button {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.listing-multiselect .ms-drop {
  border-radius: 0 !important;
  padding: 10px 0 10px 10px !important;
  min-width: 170px;
}

.listing-multiselect .ms-search input:focus,
.listing-multiselect .ms-search input {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #f9f9f9;
  -webkit-box-shadow: 0 1px 0 0 #f9f9f9;
  box-shadow: 0 1px 0 0 #f9f9f9;
}

.listing-multiselect .ms-search input {
  height: 2rem !important;
  background: none;
  color: #696969;
}

.listing-multiselect .ms-search {
  padding-right: 15px !important;
}

.listing-multiselect .ms-choice {
  line-height: inherit;
}

.listing-multiselect .ms-choice > div {
  display: none;
}

.listing-multiselect .ms-choice > span {
  color: #696969;
}

.listing-multiselect ul li input {
  height: 1.3rem !important;
  width: 1.3rem !important;
  border-radius: 0 !important;
}

.listing-multiselect ul li label {
  margin: 0 !important;
}

.listing-multiselect ul li:hover {
  background-color: #f9f9f9 !important;
}

.listing-multiselect ul li.selected {
  background-color: #f9f9f9 !important;
}

.listing-multiselect ul li.selected input {
  background-color: #f9f9f9 !important;
}

.listing-multiselect .ms-parent {
  height: 100% !important;
  width: 100% !important;
}

.listing-multiselect .ms-parent > button {
  height: 100% !important;
}

.listing-multiselect .ms-parent > button > span {
  position: unset;
}

.flatpicker-listing-date {
  display: flex;
  align-items: center;
}

.flatpicker-listing-date i {
  font-size: 25px;
  margin-right: 5px;
}

.listing-header th a {
  color: #296DA8;
  cursor: pointer;
}
/* END */

/* single select for forms */
.single-select .select2-container--default .select2-selection--single {
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.single-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0;
  line-height: 2.9rem;
  font-size: 0.875rem;
  color: #696969;
}

.single-select .select2-selection__placeholder {
  line-height: 2.9rem;
  font-size: 0.875rem;
}
/* END */

.show-page {
  font-size: 0.875rem;
}

#questionnaire_description p strong {
  font-weight: 700 !important;
}

#questionnaire_instruction p strong {
  font-weight: 700 !important;
}

#questionnaire_description img {
  max-width: 100% !important;
}

.list-disc li {
  list-style-type: disc !important;
}

.list-disc ul {
  padding-left: 3rem !important;
}

.h-80pr {
  min-height: 80% !important;
}

.legend-counter {
  width: 25px !important;
  height: 25px !important;
}

.text-black {
  color: black !important;
}

.mt-40 {
  margin-top: 40px;
}

.ml-20 {
  margin-left: 20px !important;
}
.m-vertical-auto {
  margin: auto 0;
}

.strong-900 {
  font-weight: 900 !important;
}

.d-flex-table tr {
  display: flex;
}

.buttons-group {
  display: flex;
}
.buttons-group > * {
  margin: 0 3px;
}
.buttons-group > :first-child {
  margin-left: 0;
}

.buttons-group > :last-child {
  margin-right: 0;
}

.navbar-nav .dropdown-menu .dropdown-item {
  text-transform: none !important;
}

.mega-dropdown-menu {
  background: #f6f6f6 !important;
}

.mega-dropdown-menu .title {
  color: white;
}

.menu-categories-container .menu-categories-item {
  text-align: center;
}

.menu-categories-background {
  background-position: center center;
  background-size: 100%;
}

.product-offer-description {
  padding: 10px 0;
  text-align: center;
  color: white;
}

.product-offer-container {
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.border-radius {
  border-radius: 10px;
}

.product-offer-container ul {
  list-style: none;
  padding: 0;
}

.product-description img {
  max-width: 100% !important;
}

.card-body li {
  list-style-type: unset !important;
}

.card-body ul {
  padding: inherit !important;
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}

.login-wrap {
  background-color: white !important;
}

/** Test question **/

.legend-block {
  align-items: center;
}

.counter-legend {
  display: inline-block;
  height: 20px;
  max-width: 20px;
  position: relative;
  margin: 0;
  text-align: center;
  margin-right: 5px;
}

.counter {
  display: inline-block;
  position: relative;
  margin: 0;
  height: 44px;
  width: 44px;
  text-align: center;
  margin-right: 5px;
  cursor: pointer;
  user-select: none;
}

.z-index-499 {
  z-index: 499;
}

.organization-context-menu li > a {
  height: 100%;
  display: flex;
  align-items: center;
}

.z-index-999 {
  z-index: 999;
}

.element-selected {
  filter: drop-shadow(0 0 6px black);
}

.droppable {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #bcbac7;
}

.droppable:focus {
  outline: 2px solid black;
}

.droppable img,
.droppable img:hover {
  -webkit-transition: width 0.8s, height 0.8s;
  -moz-transition: width 0.8s, height 0.8s;
  -o-transition: width 0.8s, height 0.8s;
  transition: width 0.8s, height 0.8s;
  width: 200px;
  height: 115px;
}

.ui-draggable-dragging {
    z-index: 999 !important;
}

.legend-ul > li {
  margin: 0 5px;
  display: flex;
  align-items: center;
}

.answers select {
  display: none;
}

.svg-color1 {
  fill: #CB253B !important;
}

.svg-color2 {
  fill: #348037 !important;
}

.svg-color3 {
  fill: #0177B2 !important;
}

.svg-color4 {
  fill: #8757D1 !important;
}
/** Personal test **/

.radio-tests,
.radio-tests > div label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkbox-alphanumeric input:checked ~ label,
.checkbox-alphanumeric input:hover ~ label {
  color: #ffffff !important;
  background-color: #228731 !important;
  border-color: #228731;
}

.checkbox-alphanumeric label {
  width: 3.25rem !important;
  height: 3.25rem !important;
  font-size: 1rem;
}

#person-title {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
}

/** Summary **/

.summary .legend .block-not-answered,
.summary .legend .block-answered {
  width: 30px;
  height: 30px;
}

.summary .block-answered,
.summary .legend .block-answered {
  background-color: #259b24;
}

.summary .block-answered:hover,
.summary .block-answered:active,
.summary .legend .block-answered:hover,
.summary .legend .block-answered:active {
  background-color: #5cb45b;
}

.summary .block-not-answered,
.summary .legend .block-not-answered {
  background-color: #e51c23;
}

.summary .block-not-answered:hover,
.summary .block-not-answered:active,
.summary .legend .block-not-answered:hover,
.summary .legend .block-not-answered:active {
  background-color: #ec555a;
}

.questions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.questions div {
  width: 12%;
  height: 61px;
  background-color: green;
  margin-top: 5px;
  margin-right: 5px;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/** index tests **/

.questionnaire a {
  margin-bottom: 5px !important;
}

.questionnaire-summary {
  display: none;
}

.questionnaire-description {
  display: none;
}

.questionnaire-instruction {
  display: none;
}

.dynamic-questions-data {
  display: none !important;
}

#myDoughnut > div {
  margin: auto !important;
}

/** Products **/

.products {
  margin: 0 100px;
}

.products-slogan {
  background-color: #757575;
}

.products-slogan h1 {
  color: #fff;
  animation: 1s slogan-right 1s forwards;
  transform: translateX(-120%);
}

@keyframes slogan-right {
  to {
    transform: translateX(0);
  }
}
/** Home page **/

.main-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35%;
  animation: main-img 3s forwards;
  opacity: 1;
}

@keyframes main-img {
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.main-description {
  animation: 2s slogan-left 2s forwards;
  transform: translateX(-200%);
}

@keyframes slogan-left {
  to {
    transform: translateX(0);
  }
}

.show-more {
  background-color: #575857 !important;
}

.show-more h3 {
  color: white;
}

/** Do tests **/

.do-test-description p {
  text-align: justify;
  font-size: 1.25rem;
  font-weight: 300;
}

/** My products **/

.decided:active,
.decided:hover,
.decided.active {
  border-bottom: 1px solid green !important;
  background: transparent !important;
  color: green;
}
.underway:active,
.underway:hover,
.underway.active {
  border-bottom: 1px solid orange !important;
  background: transparent !important;
  color: orange;
}
.not-decided:active,
.not-decided:hover,
.not-decided.active {
  border-bottom: 1px solid red !important;
  background: transparent !important;
  color: red;
}

.cart-ul {
  max-height: 400px;
  overflow-y: auto;
  min-height: 75px;
}

.card-header {
  background-color: #bfbfbf;
  border: 0;
}
.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4 {
  color: #fff;
}

.custom-radio .form-check label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -15px;
  border: 2px solid #e6e6e6;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.custom-radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
  position: relative;
  margin-left: 0;
}

.custom-radio input[type="radio"]:checked + label::after {
  background-color: #757575;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.custom-radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -15px;
  border-radius: 50%;
  background-color: #333;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.custom-radio .form-check label {
  display: inline-block;
  vertical-align: top;
  font-size: 0.875rem;
  line-height: 18px;
  position: relative;
  padding-left: 0.75rem;
  cursor: pointer;
}

.sct-color-5 {
  background-color: #f7f7f7;
}

/** Cart **/
.delete-cart-item {
  cursor: pointer;
}

/** Slick slider **/

.slick-slider {
  width: 95%;
  margin: 0 auto;
  padding: 6% 0;
}
.slick-slide > div {
  height: 100%;
}
.summary-answer {
  width: 12%;
}
.green-block,
.red-block {
  height: 40px;
  color: white;
  font-size: 1rem;
  justify-content: center;
  align-items: center;
  display: flex !important;
  margin-right: 5px !important;
}
.green-block {
  background-color: #288639;
  color: white !important;
  width: 12%;
  height: 61px;
}
.red-block {
  background-color: #ab2812;
  color: white !important;
  width: 12%;
  height: 61px;
}

.green-block:hover,
.green-block:active {
  background-color: #5cb45b;
  color: white;
}

.red-block:hover,
.red-block:active {
  background-color: #ec555a;
  color: white;
}

.slick-slide {
  margin: 0 5px;
}

.slick-prev:before,
.slick-next:before {
  color: black !important;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.login-background {
  background-image: url("../../../images/backgrounds/slider/img-52.jpg");
  background-position: bottom center;
}

.login-html > .preloader {
  display: none;
}

.home-background {
  background-image: url("../../../images/backgrounds/slider/home.png");
  background-repeat: no-repeat;
  background-color: #0f0f10;
  background-size: auto 100%;
  background-position: top right;
  height: 40vh;
}

.covid-background {
  background-image: url("../../../images/backgrounds/slider/covid.png");
  background-repeat: no-repeat;
  background-color: #25355b;
  background-size: cover;
  background-position: center;
  height: 40vh;
}

.covid-container {
  display: none;
}

@media screen and (max-width: 767px) {
  .covid-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  div.slice-xl.slice--offset-top.banner-on-covid-page.covid-background.covid-slider {
    display: none;
  }
}

.covid-content {
  width: 65%;
  background: #892f3f;
  text-align: center;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.76);
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.76);
}

.covid-content__title,
.covid-content__subtitle {
  color: white;
  text-transform: uppercase;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.7);
}

.covid-content__title {
  font-size: 4.5rem;
  font-weight: 800;
}

.covid-content__subtitle {
  font-size: 3.25rem;
  font-weight: 500;
}

.covid-img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .covid-background,
  .home-background {
    height: 100vh;
  }
}

.activation-code-background {
  background-image: url("../../../images/backgrounds/slider/img-52.jpg");
  background-position: bottom center;
}

.trainings-background {
  background-image: url("../../../images/backgrounds/desktop/training_desktop.jpeg");
}

.reset-check-email-background {
  background-image: url("../../../images/backgrounds/slider/img-52.jpg");
  background-position: bottom center;
}

.change-password-background {
  background-image: url("../../../images/backgrounds/slider/img-52.jpg");
  background-position: bottom center;
}

.register-background {
  background-image: url("../../../images/backgrounds/slider/img-52.jpg");
  background-position: bottom center;
}

.register-organization-background {
  background-image: url("../../../images/backgrounds/slider/img-52.jpg");
  background-position: bottom center;
}

.reset-password-confirm-background {
  background-image: url("../../../images/backgrounds/slider/img-52.jpg");
  background-position: bottom center;
}

.reset-password-request-background {
  background-image: url("../../../images/backgrounds/slider/img-52.jpg");
  background-position: bottom center;
}

.about-background {
  background-image: url("../../../images/pc/contact.png");
  background-position: center bottom;
}

.contact-background {
  background-image: url("../../../images/pc/contact.png");
  background-position: center bottom;
}

.what-we-do-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../../../images/pc/contact.png");
}

.what-we-do-background h2 {
  color: #e51c24;
}

.about-main .number-count {
  font-size: 35px;
  line-height: 25px;
}

#searchPreloader {
  display: none;
}

#clearPreloader {
  display: none;
}

#sortPreloader {
  display: none;
}

#paginationPreloader {
  display: none;
}

#hide-product {
  display: none !important;
}

.product .animated-modal {
  display: none;
}

.client-category .animated-modal {
  display: none;
}

.trainings-no-items {
  display: none;
}

.profile-edit-form {
  display: none;
}

.training-ajax .fake-amount {
  top: -20px;
  right: 0;
}

.training-price .fake-amount {
  top: -40px;
  right: 0;
}

.training-show-description p {
  font-size: 0.875rem !important;
}

.training-show-description ul {
  padding-left: 40px !important;
}

.training-show-description li {
  list-style-type: inherit !important;
  font-size: 0.875rem !important;
}

/** Languages **/
.languages ul {
  min-width: 100% !important;
  padding: 0 0 !important;
}

.active-language,
.active-language:hover {
  display: block;
  font-weight: 600;
  background: #3452ff !important;
  color: #fff !important;
}

.languages > ul.language-menu > li > a {
  color: black;
}

/** MBTI **/

.checkbox input:checked {
  color: green !important;
}

/** preloader **/

.preloader {
  background: white;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
}

.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #000;
  border-color: #000 transparent #b90027 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/** Cognitive **/

.cognitive-drop > .counter {
  position: absolute;
}

@media screen and (min-width: 1200px) {
  .cognitive-drag-relative {
    height: 500px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .cognitive-drag-relative {
    height: 300px;
  }

  .covid-content__title {
    font-size: 3.5rem;
  }

  .covid-content__subtitle {
    font-size: 2.25rem;
  }
}

.keyboard {
  text-align: center;
  font-size: 14px;
  font-family: sans-serif;
}

.keyboard__row {
  display: inline-block;
  height: 6em;
  margin: 0.2em;
}
.keyboard__row > * {
  position: relative;
  background: #333;
  text-align: center;
  color: #eee;
  float: left;
  border-radius: 0.3em;
  margin: 0.2em;
  padding: 0.2em;
  width: 3.3em;
  height: 100%;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-user-select: none;
  border: 1px solid #444;
  box-shadow: 0 0.2em 0 0.05em #222;
  border-bottom-color: #696969;
  font-size: 1.5rem;
}

.keyboard__row > div[data-pressed],
.keyboard__row > div:active {
  background: #2a2a2a;
  color: #aaa;
  position: relative;
  top: 0.2em;
  box-shadow: 0 0 0 0.05em black;
}

.key--letter {
  line-height: 2.8em;
}

.pressed-key {
  background: green;
}
.pressed-key-box {
  box-shadow: 0 0.2em 0 0.05em #0d7702;
}

.containerr {
  position: absolute;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #3b3a3f;
  font-family: "Roboto", sans-serif;
  text-align: center;
  top: 0;
  right: 0;
}

#progress {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s ease-in-out;
}

#result,
#sec {
  margin: 0;
  color: #00ce9b;
  font-weight: 700;
}

#result {
  padding: 20px 0 0;
  font-size: 30px;
  line-height: 12px;
}

#sec {
  font-size: 24px;
  padding-top: 2px;
}

#start,
#stop {
  position: relative;
  width: 100px;
  height: 40px;
  outline: 0;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}

#start {
  background: #4897f0;
}

#start:hover {
  background: #4087d8;
}

#stop {
  background: #00ce9b;
}

#stop:hover {
  background: #00b98b;
}

#start:active,
#stop:active {
  top: 1px;
}

#plus {
  width: 100%;
  padding: 0;
  outline: 0;
  border: 0;
  color: #aaa;
  background: transparent;
  cursor: pointer;
  font-size: 20px;
  font-family: FontAwesome, sans-serif;
}

#minus {
  width: 100%;
  padding: 0;
  outline: 0;
  border: 0;
  color: #aaa;
  background: transparent;
  cursor: pointer;
  font-size: 20px;
  font-family: FontAwesome, sans-serif;
}

#pm {
  position: absolute;
  top: 70px;
  left: 20px;
  opacity: 0.1;
  z-index: 9999;
}

.containerr:hover > #pm {
  opacity: 1;
}

.abc-list-image input[type="checkbox"][id^="cb"] {
  display: none;
}

.abc-list-image label {
  border: 1px solid #fff;
  padding: 10px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
}

.abc-list-image label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.abc-list-image label img {
  height: 150px;
  width: 200px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

.abc-list-image :checked + label {
  border-color: #ddd;
}

.abc-list-image :checked + label:before {
  content: "✓";
  background-color: grey;
  transform: scale(1);
}

.abc-list-image :checked + label img {
  transform: scale(0.9);
  box-shadow: 0 0 5px #333;
  z-index: -1;
}

/** END Cognitive **/

.question-radio-images input[type="radio"] {
  display: none;
}

.question-radio-images label {
  border: 1px solid #fff;
  padding: 10px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
}

.question-radio-images label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.question-radio-images label img {
  height: 150px;
  width: 200px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

.question-radio-images :checked + label {
  border-color: #ddd;
}

.question-radio-images :checked + label:before {
  content: "✓";
  background-color: grey;
  transform: scale(1);
}

.question-radio-images :checked + label img {
  transform: scale(0.9);
  box-shadow: 0 0 5px #333;
  z-index: -1;
}

.modal-dialog {
  max-width: 100% !important;
}

.modal {
  overflow: auto !important;
}

.slice-sm {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}

.st-container {
  overflow: auto;
}

.container {
  height: 100% !important;
}

.footer {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.required span {
  font-size: small;
}

.product-search-block,
.category-filter {
  border-bottom: none !important;
  border-top: none !important;
  border-left: 1px solid #999 !important;
  border-radius: unset;
  padding: 0 !important;
  height: 5rem !important;
}

.product-search-block input:active,
.product-search-block input:focus {
  border: none;
}

.category-filter {
  border-right: 1px solid #999 !important;
}

#search,
#searchByParams {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0 !important;
  width: 6rem;
  height: 100% !important;
  cursor: pointer;
  border-left: 1px solid #999 !important;
}

.top-navbar-gray {
  background: #757575;
  border-bottom: none;
}

.top-navbar .top-navbar-menu > ul.top-menu > li > a {
  color: white;
}

.top-navbar .top-navbar-menu > ul.top-menu > li > a:hover {
  background: #3452ff;
  color: white;
}

.link-basket-color {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Open Sans", sans-serif !important;
}

.dropdown-cart,
.dc-quantity,
.dropdown-cart,
.dc-price,
.dc-item {
  font-family: "Open Sans", sans-serif !important;
}

#restore-padding-last-child {
  padding-right: 0.625rem !important;
}

#navbar_main > nav > ul > li > a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#navbar_main > ul > li > a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#ex4 .p1[data-count]:after {
  position: absolute;
  right: 16%;
  top: -8%;
  content: attr(data-count);
  font-size: 75%;
  padding: 0.25em;
  border-radius: 50%;
  line-height: 1em;
  color: #ffffff;
  background: rgb(52, 82, 255);
  text-align: center;
  min-width: 1.5em;
}
#ex4 > .fa-stack {
  line-height: 1.5 !important;
}
.search-categories {
  z-index: 4 !important;
}
.about-tabs-ul li {
  padding-left: 0 !important;
  padding-right: 5px !important;
  margin-right: 0 !important;
}
.about-tabs-ul li > a {
  background-color: #343a40 !important;
  border-color: #343a40 !important;
  color: #fff !important;
}
.about-tabs-ul li > a.active {
  border: 1px solid #3452ff !important;
  background: #3452ff !important;
  color: #fff !important;
}

.color-link {
  color: #428dcb;
}
/*nav>ul>li.drop-down>ul{ FIXME do usunięcia jeżeli nie jest potrzebne*/
/*    position:absolute;*/
/*    border-top:3px solid #3452ff;*/
/*    top:-9999px;*/
/*    visibility:hidden;*/
/*    opacity:0;*/
/*    left:-99999px;*/
/*    background:#ecf0f1;*/
/*    -webkit-transition:opacity 300ms ease-in-out;*/
/*    -moz-transition:opacity 300ms ease-in-out;*/
/*    transition:opacity 300ms ease-in-out;*/
/*}*/
/*nav>ul>li.drop-down>ul:after, nav>ul>li.drop-down>ul:before {*/
/*    bottom: 100%;*/
/*    left: 50%;*/
/*    border: solid transparent;*/
/*    content: " ";*/
/*    height: 0;*/
/*    width: 0;*/
/*    position: absolute;*/
/*    pointer-events: none;*/
/*}*/

/*nav>ul>li.drop-down>ul:after {*/
/*    border-color: rgba(236, 240, 241, 0);*/
/*    border-bottom-color: #ecf0f1;*/
/*    border-width: 5px;*/
/*    margin-left: -5px;*/
/*}*/
/*nav>ul>li.drop-down>ul:before {*/
/*    border-color: rgba(231, 76, 60, 0);*/
/*    border-bottom-color: #3452ff;*/
/*    border-width: 9px;*/
/*    margin-left: -9px;*/
/*}*/
/*nav>ul>li.drop-down:hover>ul{*/
/*    opacity:1;*/
/*    top:100%;*/
/*    left:-170%;*/
/*    visibility:visible;*/
/*}*/
/*nav>ul>li.drop-down>ul a{*/
/*    padding:10px;*/
/*    display:block;*/
/*    border-bottom:1px solid #ddd;*/
/*    font:400 15px 'oswald','fontawesome',sans-serif;*/
/*    -webkit-transition:all 300ms ease-in-out;*/
/*    -moz-transition:all 300ms ease-in-out;*/
/*    transition:all 300ms ease-in-out;*/
/*}*/

/*nav>ul>li.drop-down>ul>li.sub-drop{*/
/*    position:relative;*/
/*}*/
/*nav>ul>li.drop-down>ul>li.sub-drop>ul{*/
/*    left:90%;*/
/*    opacity:0;*/
/*    background:#ecf0f1;*/
/*    top:-99999px;*/
/*    visibility:hidden;*/
/*    border-left:3px solid #3452ff;*/
/*    position:Absolute;*/
/*    -webkit-transition:opacity 300ms ease-in-out;*/
/*    -moz-transition:opacity 300ms ease-in-out;*/
/*    transition:opacity 300ms ease-in-out;*/
/*}*/
/*nav>ul>li.drop-down>ul>li.sub-drop:hover>ul{*/
/*    opacity:1;*/
/*    left:100%;*/
/*    top:0;*/
/*    visibility:visible;*/
/*}*/
.register-menu,
.language-menu {
  border-radius: unset !important;
}
.register-menu > ul > li,
.language-menu > li {
  border-bottom: 1px solid #ddd !important;
}
.min-h-450 {
  min-height: 446px !important;
}

min-h-350 {
  min-height: 346px !important;
}

.min-h-60 {
  min-height: 60px !important;
}

.banner-on-page {
  background-position: center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-image: url("../../../images/pc/pc7.jpg");
}

.banner-on-covid-page {
  background-position: center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-image: url("../../../images/backgrounds/slider/covid2.png");
}

.time-constraints {
  background-color: #3c5e7a;
  color: white;
  padding: 1rem 1.5rem;
}

.header_fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000000;
  width: 100%;
}

.search-list div.hide {
  display: none;
}

.tabs--style-1 .nav-tabs > li > a.active,
.tabs--style-1 .nav-tabs > li > a:hover {
  border: 1px solid #757575 !important;
  background: #757575 !important;
  color: #fff !important;
}
.tabs--style-1 .nav-tabs > li > a {
  border: 1px solid #343a40 !important;
  background: #343a40 !important;
  color: #fff !important;
}

#sortPreloader .lds-dual-ring:after {
  width: 33px;
  height: 33px;
}

.tooltip-wrapper {
  display: inline-block;
}

.tooltip-wrapper .btn[disabled] {
  pointer-events: none;
}

.tooltip-wrapper.disabled {
  cursor: not-allowed;
}

.search-select .ms-drop ul {
  text-align: left !important;
}

.select-training .ms-parent > button > span {
  margin-left: 0.5rem !important;
  font-size: 0.875rem !important;
  padding-left: 0.55rem;
  padding-right: 0.55rem;
}
.select-training .ms-parent {
  border: 1px solid #e6e6e6;
}

.training-search-date {
  padding: 0.75rem 1rem !important;
  border-radius: 2px !important;
}
.training-block-filter .training-search-button {
  font-size: 0.8rem !important;
  padding: 0.6rem 0.7rem !important;
}
.training-block-filter .training-clear-button {
  font-size: 0.8rem !important;
  align-items: center;
  display: flex;
  justify-content: center;
}

.btn-md {
  font-size: 0.8rem !important;
  padding: 0.5rem 1rem !important;
}

.btn-primary {
  background-color: #0065D1;
  border: 1px solid #0065D1;
}

.btn-base-1 {
  background-color: #696969;
  border: #696969;
}

.btn-orange {
  color: #292929 !important;
}

.btn-info {
  background-color: #117888;
  border: 1px solid #117888;
}

.btn-success {
  background-color: #218739;
  border: 1px solid #218739;
}

.btn-secondary {
  background-color: #6B727B;
  border: 1px solid #6B727B
}

/** About us / For who **/

.for-who .tab-content {
  border: 0;
}

.for-who-left-block {
  padding: 15px;
  background-color: #f5f5f5;
}

.for-who-left-block .item.active {
  color: red !important;
}

.for-who-left-block .item {
  border-bottom: 1px solid black;
  padding: 10px 0;
}

.accordion--style-1 .card-title a i,
.accordion--style-2 .card-title a i {
  position: absolute;
  top: 22px;
  right: 17px;
  color: #ccc;
}

.accordion-toggle {
  background-color: #f7f7f7;
}

.accordion p,
.accordion li {
  font-size: 1rem !important;
}

.accordion ul {
  padding-top: 0 !important;
}

.price-tag--5 {
  font-size: 2rem !important;
}

.novelty-container .novelty-title {
  font-size: 1.25rem;
}

.about-us .what-is-it-container .what-is-it-item,
.about-us .how-work-container .how-work-item,
.about-us .individual-person-container .individual-person-item,
.about-us .genesis-count-container .genesis-count-item,
.about-us .genesis-description-container .genesis-description-item {
  text-align: center;
}

.about-us .genesis-count-container .genesis-count-item,
.about-us .genesis-description-container .genesis-description-item {
  margin-bottom: 25px;
}

.about-us .genesis-description-container {
  background-color: #ebebeb;
}

.profile-menu .link-menu,
.organization-context-menu {
  display: flex;
  justify-content: center;
  padding: 1.5rem 0;
}

.organization-context-menu .link-menu:not(:last-child) > a {
  margin-right: 1rem;
}

.profile-test .profile-test-image {
  text-align: center;
}

.profile-test .profile-test-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.access-code {
  white-space: nowrap;
}

.access-code:hover {
  color: #649dfa;
}

.access-code:active {
  color: #92bbfc;
}

.custom-status-form {
  width: 7rem;
}

.custom-downloadable-form {
  width: 4.5rem;
}

.select-all-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.25rem;
}

.content-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}

.wup-logo {
  max-width: 230px;
  margin-bottom: 20px;
  margin-top: 20px
}

.base-wup-logo {
 margin-left: 10px; 
 margin-bottom: -10px; 
 margin-top: 5px;
}

.additional-wup-logo {
  margin-top: -30px;
}

.metric-wp-logo {
  margin-top: -25px;
}

.wup-banner {
  max-width: 100%;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 0;
}

.wup-banner img {
  margin-top: 40px;
  max-width: 85%;
}

.base-wup-banner {
  padding-bottom: 1.5rem;
}

.base-wup-banner img {
  margin-top: -30px; 
  max-width: 85%;
}

.question-wup-banner {
  padding-bottom: 1.5rem;
}

.question-wup-banner img {
  margin-top: 0; 
  max-width: 85%;
}

.additional-wup-banner {
  padding-top: 5px;
}

.show-finished-wup-banner {
  margin-bottom: -15px;
}

@media screen and (max-width: 480px) {
  .header-mobile-relative {
    position: relative !important;
  }
  .st-container {
    overflow: hidden !important;
  }
  .mobile-width-100 {
    width: 100% !important;
  }
  .mobile-height-24rem {
    height: 2.4rem !important;
  }
  .mobile-min-height-0 {
    min-height: 0 !important;
  }
  .mobile-d-none {
    display: none;
  }
  .mobile-d-flex {
    display: flex !important;
  }
  .mobile-d-inline-flex {
    display: inline-flex !important;
  }
  .mobile-flex-direction-column {
    flex-direction: column !important;
  }
  .mobile-justify-content-start {
    justify-content: flex-start !important;
  }
  .mobile-d-block {
    display: block !important;
  }
  .mobile-p-unset {
    padding: unset !important;
  }
  .mobile-order-1 {
    order: 1 !important;
  }
  .mobile-order-2 {
    order: 2 !important;
  }
  .mobile-p-0 {
    padding: 0 !important;
  }
  .mobile-p-1 {
    padding: 1rem !important;
  }
  .mobile-px-15 {
    padding: 15px !important;
  }
  .mobile-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .mobile-px-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .mobile-px-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .mobile-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mobile-pt-1 {
    padding-top: 1rem !important;
  }
  .mobile-pb-0 {
    padding-bottom: 0 !important;
  }
  .mobile-pt-0 {
    padding-top: 0 !important;
  }
  .mobile-pt-1 {
    padding-top: 1rem !important;
  }
  .mobile-pt-2 {
    padding-top: 2rem !important;
  }
  .mobile-pt-3 {
    padding-top: 3rem !important;
  }
  .mobile-pt-4 {
    padding-top: 4rem !important;
  }
  .mobile-pt-5 {
    padding-top: 5rem !important;
  }
  .mobile-m-0-auto {
    margin: 0 auto !important;
  }
  .mobile-mt-0 {
    margin-top: 0 !important;
  }
  .mobile-mt-1 {
    margin-top: 1rem !important;
  }
  .mobile-mt-2 {
    margin-top: 2rem !important;
  }
  .mobile-mb-1 {
    margin-bottom: 1rem !important;
  }
  .mobile-mb-2 {
    margin-bottom: 2rem !important;
  }
  .mobil-ml-0 {
    margin-left: 0 !important;
  }
  .mobile-ml-1 {
    margin-left: 1rem !important;
  }
  .mobile-m-0 {
    margin: 0 !important;
  }
  .mobile-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mobile-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mobile-text-white {
    color: white !important;
  }
  .mobile-text-center {
    text-align: center;
  }
  .mobile-fsz-13rem {
    font-size: 1.3rem !important;
  }
  .mobile-text-left {
    text-align: left !important;
  }
  .mobile-justify-content-end {
    justify-content: flex-end !important;
  }
  .mobile-client-category .nav-tabs li {
    width: 100% !important;
  }
  .mega-dropdown-menu {
    background: unset !important;
  }

  .mobile-heading-4 {
    font-size: 1rem !important;
  }
  .btn-container > .mobile-btn-base-5 {
    background-color: transparent !important;
    border-color: #fff !important;
    color: #fff !important;
  }

  .main-img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 80%;
  }

  .home-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../../images/backgrounds/mobile/pc2_480.png");
  }

  .covid-content {
    width: 95%;
  }

  .slick-slider {
    width: 85% !important;
  }

  .what-we-do-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../../../images/backgrounds/mobile/pc1_480.png);
  }

  .about-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../../../images/backgrounds/mobile/pc_about_480.jpg");
  }

  .contact-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../../../images/backgrounds/mobile/pc_about_480.jpg");
  }

  .trainings-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../../../images/backgrounds/mobile/training_mobile.jpeg");
  }

  .summary-answer {
    width: 18%;
  }
  .videos-mobile > div:not(:first-child) {
    padding-top: 3rem;
  }
  .products {
    width: 80%;
    margin: auto;
  }
  #edit-form .row {
    margin: 0 !important;
  }
  .profile-menu .link-menu {
    text-align: center;
  }

  .slick-prev {
    left: -5px !important;
  }
  .slick-next {
    right: -5px !important;
  }
  .animated-modal {
    width: 100% !important;
    margin: 0 !important;
  }
  .fancybox-close-small {
    position: fixed;
  }
  .do-test-mobile {
    display: block !important;
  }
  .questions div {
    width: 23%;
  }
  .summary {
    margin-left: 0 !important;
  }
  .delete-cart-item {
    width: unset !important;
    padding-left: unset !important;
  }
  .card > .card-body {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .accordion .card .card-body img {
    width: 100% !important;
    height: auto !important;
  }
  .product-name {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .cart-buttons {
    text-align: center !important;
  }
  .mobile-wh-20 {
    width: 20px !important;
    height: 20px !important;
  }
  .mobile-fsz-1-3 {
    font-size: 1.3rem !important;
  }
  .dropdown-cart {
    min-width: unset !important;
  }
  .dropdown-cart a,
  .dropdown-cart span,
  .dropdown-cart h3 {
  }
  .userMustLogin {
    font-size: 0.7rem;
    margin-top: 0.5rem;
  }
  .cart-background {
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .mobile-bottom-menu li {
    padding-top: 1rem !important;
  }
  .mobile-bottom-menu li > a {
    padding-bottom: 1rem !important;
  }
  #navbar_main > ul > li > a {
    padding-bottom: 1rem !important;
    color: white !important;
  }
  #navbar_main > nav > ul > li > a {
    padding-bottom: 1rem !important;
    width: 100%;
  }

  /** About us **/

  .about-us h2,
  .about-us h3 {
    font-size: 1.3rem !important;
    text-align: center !important;
  }

  .about-us .genesis-count-item {
    flex-direction: column;
  }

  .about-us .genesis-count-item img {
    max-height: 100% !important;
  }

  .about-us .mobile-count-title {
    text-align: center !important;
    padding-right: 0 !important;
    padding-top: 1rem !important;
  }

  .about-us .mobile-counter {
    justify-content: center !important;
  }

  .about-us .what-is-it-container .what-is-it-item img,
  .about-us .how-work-container .how-work-item img,
  .about-us .individual-person-container .individual-person-item img,
  .about-us .genesis-count-container .genesis-count-item img,
  .about-us .genesis-description-container .genesis-description-item img {
    width: 70%;
  }

  /** Products Offers **/

  .mobile-product-offers .promo {
    margin: 0 !important;
  }

  .mobile-product-offers .promo .offer-reports {
    padding-left: 15px !important;
  }

  /** Profile menu **/
  .profile-menu .link-menu a {
    width: 100%;
  }

  .product-test .product-test-image {
    width: 100%;
  }

  .menu-categories-container .menu-categories-item ul {
    min-height: auto;
  }

  .menu-categories-container .menu-categories-item img {
    max-width: 80%;
  }

  .novelty-container .novelty-title {
    font-size: 1rem;
  }

  .training-show .training-show-general .panel-collapse {
    font-size: 0.8rem;
  }

  .client-subcategory-recomended-tests .slick-slide {
    text-align: center;
  }

  .client-subcategory-recomended-tests .slick-slide img {
    display: inherit;
  }

  .profile .organization-context-menu-container {
    margin-bottom: 0;
  }

  .profile-menu .link-menu,
  .organization-context-menu {
    display: block;
  }

  .organization-context-menu li.link-menu {
    margin-top: 0;
  }

  .organization-context-menu a {
    width: 100%;
  }

  .profile-test .profile-test-content h3 {
    text-align: center;
  }

  .profile-test .profile-test-content .profile-buttons {
    margin: 0 auto;
  }

  .navbar-nav .sub-menu .dropdown-item {
    padding: 10px;
  }

  .sub-menu .dropdown-item .dc-item {
    padding: 0;
  }

  button.continue-pay {
    padding: 0.75rem 1rem;
  }

  .organization-service .test {
    text-align: center;
  }

  .purchase-order-buttons-group,
  .participants-buttons-group {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .purchase-order-buttons-group > a,
  .participants-buttons-group > * {
    margin: 0 0 4px 0;
  }

  .product-search-block {
    border-right: 1px solid #999 !important;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .main-img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 40%;
  }

  .home-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-size: cover;
    background-position: top right;
    background-image: url("../../images/backgrounds/tablet/pc2_720.png");
  }

  .covid-content {
    width: 90%;
  }

  .what-we-do-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../../../images/backgrounds/tablet/pc1_720.png);
  }

  .about-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../../../images/backgrounds/tablet/pc_about_720.jpg");
  }

  .contact-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../../../images/backgrounds/tablet/pc_about_720.jpg");
  }

  .trainings-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../../../images/backgrounds/tablet/training_tablet.jpeg");
  }

  .about-us .what-is-it-container .what-is-it-item img,
  .about-us .how-work-container .how-work-item img,
  .about-us .individual-person-container .individual-person-item img,
  .about-us .genesis-count-container .genesis-count-item img,
  .about-us .genesis-description-container .genesis-description-item img {
    width: 70%;
  }

  .mobile-pt-5 {
    padding-top: 5rem !important;
  }
}
@media screen and (min-width: 415px) and (max-width: 995px) {
  .mobile-pt-4 {
    padding-top: 4rem !important;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .header-mobile-relative {
    position: relative !important;
  }
  .mobile-text-center {
    text-align: center !important;
  }
  .mobile-min-height-0 {
    min-height: 0 !important;
  }
  .mobile-d-flex {
    display: flex !important;
  }
  .mobile-pb-0 {
    padding-bottom: 0 !important;
  }
  .mobile-d-inline-flex {
    display: inline-flex !important;
  }
  .mobile-fw-normal {
    font-weight: 400 !important;
  }
  .mobile-no-padding {
    padding: 0 !important;
  }
  .tablet-heading-4 {
    font-size: 1rem !important;
  }
  .videos-mobile > div:not(:first-child) {
    padding-top: 3rem;
  }
  .products {
    width: 80%;
    margin: auto;
  }
  #edit-form .row {
    margin: 0 !important;
  }
  .animated-modal {
    width: 100% !important;
    margin: 0 !important;
  }
  .fancybox-close-small {
    position: fixed;
  }
  .mobile-fsz-1-3 {
    font-size: 1.3rem !important;
  }
  .dropdown-cart {
    min-width: unset !important;
  }
  .dropdown-cart a,
  .dropdown-cart span,
  .dropdown-cart h3 {
  }
  .mobile-bottom-menu li {
    padding-top: 1rem !important;
  }
  .mobile-bottom-menu li > a {
    padding-bottom: 1rem !important;
  }
  #navbar_main > ul > li > a {
    padding-bottom: 1rem !important;
    color: white !important;
  }
  #navbar_main > nav > ul > li > a {
    padding-bottom: 1rem !important;
    width: 100%;
  }

  .mega-dropdown-menu {
    background: unset !important;
  }
}

@media screen and (max-width: 1025px) {
  .what-we-do-mobile > .card {
    margin-top: 3rem !important;
  }

  .tablet-flex-direction-column {
    flex-direction: column !important;
  }
  .about-tabs-mobile {
    margin-top: -8rem;
  }
  .mobile-flex-direction-column {
    flex-direction: column !important;
  }
  .mobile-justify-content-start {
    justify-content: flex-start !important;
  }
  .mobile-d-block {
    display: block !important;
  }
  .mobile-p-unset {
    padding: unset !important;
  }
  .mobile-order-1 {
    order: 1 !important;
  }
  .mobile-order-2 {
    order: 2 !important;
  }
  .mobile-order-3 {
    order: 3 !important;
  }

  .tablet-heading-4 {
    font-size: 1rem !important;
  }

  .mobile-px-15 {
    padding: 15px !important;
  }

  .about-tabs-ul li > a {
    border: 1px solid #f1f1f1 !important;
  }
  .about-tabs-ul li > a.active {
    border: 1px solid #f1f1f1 !important;
  }
  .mobile-user-settings {
    display: inline-flex !important;
    font-size: 25px;
    color: white;
    opacity: 0.7;
  }
  .menu-categories-container {
    flex-wrap: wrap;
  }

  .training-show .training-show-general img {
    max-width: 100%;
  }

  .organization-context-menu {
    flex-wrap: wrap;
  }

  .organization-context-menu li {
    flex-wrap: wrap;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  #ex4 .p1[data-count]:after {
    top: -26% !important;
    right: 9% !important;
    font-size: 76%;
  }
  .mobile-user-settings {
    display: inline-flex !important;
    font-size: 25px;
    color: white;
    opacity: 0.7;
  }
  .user-settings {
    display: none !important;
  }

  .training-show .training-show-price {
    order: 1;
    text-align: center;
    margin-bottom: 20px;
  }

  .training-show .training-show-general {
    order: 2;
  }
}
