@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700&display=swap');
.color-orange {
  color: #e8a000;
}
.color-red {
  color: #ce5e52;
}
.color-green {
  color: #8cb83e;
}
.color-grey {
  color: #7f7f7f;
}
.background-orange {
  background-color: #e8a000;
}
.background-red {
  background-color: #ce5e52;
}
.background-green {
  background-color: #8cb83e;
}
.background-white {
  background-color: #FFFFFF;
}
.col-1-5,
.col-2-5,
.col-3-5,
.col-4-5,
.col-sm-1-5,
.col-sm-2-5,
.col-sm-3-5,
.col-sm-4-5,
.col-md-1-5,
.col-md-2-5,
.col-md-3-5,
.col-md-4-5,
.col-lg-1-5,
.col-lg-2-5,
.col-lg-3-5,
.col-lg-4-5,
.col-xl-1-5,
.col-xl-2-5,
.col-xl-3-5,
.col-xl-4-5
.col-xxl-1-5,
.col-xxl-2-5,
.col-xxl-3-5,
.col-xxl-4-5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-1-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.col-2-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.col-3-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.col-4-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
@media (min-width: 576px) {
  .col-sm-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-sm-2-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-sm-3-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-sm-4-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .col-md-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-2-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-md-3-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-md-4-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .col-lg-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-2-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-lg-3-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-lg-4-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-2-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-xl-3-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-xl-4-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xxl-2-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-xxl-3-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-xxl-4-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}
.custom-gutter-8 {
  margin-left: -8px;
  margin-right: -8px;
}
.custom-gutter-8 > [class*='col'] {
  padding-right: 8px;
  padding-left: 8px;
}
.custom-gutter-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.custom-gutter-5 > [class*='col'] {
  padding-right: 5px;
  padding-left: 5px;
}
.custom-gutter-2 {
  margin-left: -2px;
  margin-right: -2px;
}
.custom-gutter-2 > [class*='col'] {
  padding-right: 2px;
  padding-left: 2px;
}
@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .offset-xxl-0 {
    margin-left: 0%;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666666666667%;
  }
  .offset-xxl-12 {
    margin-left: 100%;
  }
  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .mt-xxl-0 {
    margin-top: 0rem !important;
  }
  .mr-xxl-0 {
    margin-right: 0rem !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xxl-0 {
    margin-left: 0rem !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3 {
    margin-left: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5 {
    margin-left: 3rem !important;
  }
}
body {
  color: #282828;
  background-color: #ffffff;
  line-height: 1.3;
  font-family: "Source Sans Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal-header .close {
  font-size: 14px;
  opacity: 1 !important;
  color: #282828;
}
.modal-header .close img {
  margin-left: 15px;
  width: 18px;
}
.modal-header .close:focus {
  outline: none;
}
.modal-header .close.hover {
  opacity: 1 !important;
}
.vegeredmeny_wrong {
  color: #ce5e52;
  font-weight: bold;
}
.vegeredmeny_good {
  color: #8cb83e;
  font-weight: bold;
}
.user_form_msg {
  color: #ce5e52;
  text-align: justify;
  padding-bottom: 5px;
}
.form-group label {
  margin-bottom: 5px;
  font-size: 12px;
  font-family: Merriweather;
  font-weight: 400;
}
.form-group .form-control {
  border-radius: 4px;
  border-color: #7f7f7f;
  height: calc(1.5em + .75rem + 4px);
}
.form-group .form-control:focus {
  border-color: inherit;
  box-shadow: none;
}
.modal {
  padding: 0 !important;
}
.modal .modal-dialog .modal-content {
  border: none;
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 15px 25px;
  border: none;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 700;
  font-size: 24px;
  font-family: Merriweather;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0 25px 40px;
  font-size: 12px;
  font-family: Merriweather;
  font-weight: 400;
}
.modal .modal-dialog .modal-content .modal-footer {
  padding: 2.5rem;
  border: none;
}
.modal-backdrop.show {
  opacity: .7;
}
#forgot-modal .modal-dialog {
  max-width: 325px;
}
#login-modal .modal-dialog {
  max-width: 325px;
}
#reg-modal .modal-dialog {
  max-width: 325px;
}
a {
  color: #282828;
}
a:hover {
  text-decoration: none;
  color: #282828;
}
.btn {
  padding: 0.44rem .75rem;
  color: #FFFFFF;
  background-color: #ce5e52;
}
.btn:hover {
  color: #FFFFFF;
}
.btn:focus {
  box-shadow: none;
}
.btn-border {
  background-color: transparent;
  color: #282828;
  border: 1px solid #282828;
  font-weight: 600;
}
.btn-border:hover {
  color: #282828;
}
.box-shadow {
  box-shadow: 0 1px 10px 3px rgba(149,149,149,0.4);
}
.container {
  max-width: 1200px;
}
header {
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}
header #logo {
  max-width: 210px;
}
header #logo+span {
  font-weight: 700;
  font-size: 20px;
  font-family: Merriweather;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
header nav {
  height: 100%;
}
header nav.navbar {
  padding: 0;
}
header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header nav ul li {
  display: inline-block;
  padding: 28px 25px;
  font-weight: 600;
}
header nav ul li.active a {
  border-bottom: 2px solid #282828;
}
header nav ul li:last-child {
  padding-right: 0;
}
header nav ul li a {
  line-height: 40px;
}
header nav ul li .btn {
  width: 130px;
}
header nav ul li .btn.btn-border.login {
  border-color: #e8a000;
  width: 190px;
  cursor: pointer;
}
header nav ul li .dropdown-toggle i {
  font-size: 10px;
}
header nav ul li .dropdown-menu {
  padding: 0.7rem 0;
  box-shadow: 0 1px 10px 3px rgba(149,149,149,0.4);
  top: 75px !important;
  left: -40px;
  border: none;
}
header nav ul li .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 0px 40px;
  line-height: 32px;
  font-weight: 600;
}
header nav ul li .dropdown-menu .dropdown-item:hover {
  background-color: rgba(127,127,127,0.1);
}
header nav .navbar-toggler {
  border: none !important;
  outline: none;
}
footer {
  min-height: 96px;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer ul li {
  display: inline-block;
  font-weight: 600;
  margin-right: 30px;
}
footer ul li:last-child {
  margin-right: 0;
}
#main-content {
  min-height: 700px;
}
.back {
  font-family: Merriweather;
  font-weight: 700;
  text-transform: uppercase;
}
#index-page {
  position: relative;
  background-color: #fff3e1;
}
#index-page .image-container {
  position: relative;
  z-index: 2;
}
#index-page svg {
  width: 90%;
  height: auto;
}
#index-page svg .icon {
  cursor: pointer;
}
#index-page .outer-container {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
#index-page .outer-container .container {
  transform: translateY(100%);
  height: 50%;
  z-index: 100;
}
#index-page .outer-container .container .text {
  max-width: 340px;
}
#index-page .outer-container .container .text h1 {
  font-size: 28px;
  line-height: 32px;
  font-family: Merriweather;
  font-weight: 700;
}
#index-page .outer-container .container .text h5 {
  font-size: 18px;
  line-height: 24px;
  font-family: Merriweather;
  font-weight: 400;
}
#profile-page {
  background-color: #efefef;
  padding: 25px 0 220px;
}
#profile-page h1 {
  font-family: Merriweather;
  font-size: 30px;
  font-weight: 700;
}
#profile-page .text {
  line-height: 150%;
  font-weight: 400;
  font-family: Merriweather;
}
#profile-page .sub-title {
  font-weight: 700;
  font-size: 20px;
  font-family: Merriweather;
  margin-bottom: 20px;
}
#profile-page .box {
  background-color: #FFFFFF;
  height: 190px;
  border-radius: 4px;
  overflow: hidden;
}
#profile-page .box .background-orange {
  width: 100%;
}
#profile-page .box .background-orange img {
  width: 60%;
}
#profile-page .box .point {
  font-size: 20px;
  font-weight: 700;
  font-family: Merriweather;
}
#profile-page .box .point-text {
  font-family: Merriweather;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
#profile-page .box.inactive .background-orange {
  filter: grayscale(100%);
}
#simple-text-page {
  background-color: #efefef;
  padding: 60px 0 220px;
}
#simple-text-page .title {
  font-size: 24px;
  font-weight: 700;
  font-family: Merriweather;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#simple-text-page .lead {
  line-height: 150%;
  font-size: 20px;
  font-weight: 400;
  font-family: Merriweather;
  margin-bottom: 30px;
}
#simple-text-page.look-around {
  padding: 25px 0 220px;
}
#simple-text-page.look-around .title {
  text-transform: none;
  font-size: 30px;
}
#simple-text-page.look-around .icon {
  max-width: 100%;
}
#simple-text-page.look-around .btn {
  width: 250px;
  margin: auto;
  display: block;
}
#region-page {
  background-color: #efefef;
  padding: 25px 0 120px;
}
#region-page .title {
  font-size: 24px;
  font-weight: 700;
  font-family: Merriweather;
  margin-bottom: 20px;
}
#region-page .lead {
  line-height: 150%;
  font-size: 20px;
  font-weight: 400;
  font-family: Merriweather;
  margin-bottom: 30px;
}
#region-page .more {
  background-color: #FFFFFF;
  border-radius: 4px;
  padding: 15px 15px 25px;
  display: block;
}
#region-page .more .text-center {
  font-family: Merriweather;
  font-size: 16px;
  color: #7f7f7f;
  font-weight: 700;
}
#region-page .more img {
  max-width: 100%;
}
#region-page .big,
#region-page .small,
#region-page .icon {
  max-width: 100%;
}
.wrong {
  border-color: #ce5e52 !important;
}
.good {
  border-color: #8cb83e !important;
}
#task-page {
  padding: 70px 60px;
  background-repeat: repeat;
}
#task-page .container {
  max-width: 1190px;
}
#task-page .background-white {
  border-radius: 4px;
  padding: 90px 60px 0;
  min-height: 750px;
}
#task-page .background-white .title {
  font-family: Merriweather;
  font-size: 20px;
  font-weight: 700;
  color: #ce5e52;
  padding-right: 40px;
}
#task-page .background-white .close {
  position: absolute;
  top: 20px;
  right: 40px;
}
#task-page .background-white .close img {
  width: 25px;
}
#task-page .background-white .feladat_num {
  position: absolute;
  top: 0px;
  left: 15px;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
  padding-right: 20px;
  border-radius: 4px 0px 100% 0px;
}
#task-page .background-white .feladat_num.active {
  background-color: #ce5e52;
  color: white;
  font-weight: bold;
}
#task-page .background-white .feladat_num.inactive {
  background-color: #8cb83e;
  color: white;
  font-weight: bold;
}
#task-page .background-white .question {
  font-size: 16px;
  font-family: Merriweather;
  font-weight: 400;
  line-height: 150%;
}
#task-page .background-white .btn {
  font-size: 16px;
  font-family: Merriweather;
  font-weight: 700;
}
#task-page .background-white .custom-radio {
  position: relative;
  display: block;
  padding: 0;
}
#task-page .background-white .custom-radio label {
  display: block;
  color: #282828;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #7f7f7f;
  margin-bottom: 5px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-family: Merriweather;
  font-weight: 400;
}
#task-page .background-white .custom-radio label:before,
#task-page .background-white .custom-radio label:after {
  display: none;
}
#task-page .background-white .custom-radio input[type="radio"] {
  display: none;
  position: absolute;
  width: 100%;
  appearance: none;
}
#task-page .background-white .custom-radio input[type="radio"]:checked + label {
  background: #e5e5e5;
}
#task-page .background-white .custom-radio.wrong label {
  border-color: #ce5e52;
}
#task-page .background-white .custom-radio.good label {
  border-color: #8cb83e;
}
#task-page .background-white select {
  display: inline;
  width: auto;
  padding: .375rem 2rem .375rem 1.5rem;
  background: url(/images/icons/arrow_down.svg);
  background-repeat: no-repeat;
  background-position: right 8px center;
}
#task-page.task-3 .table {
  margin-bottom: 0;
}
#task-page.task-3 .table td {
  border: none;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  font-family: Merriweather;
  padding: .5rem;
}
#task-page.task-3 .table td:last-child {
  padding-left: 0;
  padding-right: 0;
}
#task-page.task-3 .table td:last-child div {
  border-radius: 4px;
  border: 1px solid #7f7f7f;
  padding: 9px 15px;
}
#task-page.task-5 .custom-radio2 {
  padding: 0;
}
#task-page.task-5 .custom-radio2 .custom-control-label {
  padding-left: 25px;
}
#task-page.task-5 .custom-radio2 .custom-control-label:before {
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #7f7f7f;
  background-color: transparent;
}
#task-page.task-5 .custom-radio2 .custom-control-label:after {
  width: 14px;
  height: 7px;
  border-bottom: 1px solid #7f7f7f;
  border-left: 1px solid #7f7f7f;
  -webkit-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  transition: transform ease 0.25s;
  will-change: transform;
  position: absolute;
  top: 6px;
  left: 5px;
}
#task-page.task-5 .custom-radio2 .custom-control-input:checked~.custom-control-label:after {
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}
#task-page.task-5 .custom-radio2 .custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}
#task-page.task-5 .custom-radio2.wrong .custom-control-label:before {
  border-color: #ce5e52;
}
#task-page.task-5 .custom-radio2.good .custom-control-label:before {
  border-color: #8cb83e;
}
#task-page.task-5 .table td {
  text-align: center;
  border: none;
  padding: .5rem;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1199.98px) {
  #main-content {
    min-height: auto;
  }
}
@media (max-width: 1100px) {
  #index-page .outer-container .container {
    transform: translateY(90%);
  }
  #index-page .outer-container .container .text {
    max-width: 280px;
  }
  #index-page .outer-container .container .text h1 {
    font-size: 25px;
    line-height: 26px;
  }
  #index-page .outer-container .container .text h5 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 991.98px) {
  header nav ul li {
    padding: 5px 25px;
  }
  header nav ul li a {
    line-height: 30px;
  }
  #index-page .outer-container .container {
    transform: translateY(90%);
  }
  #index-page .outer-container .container .text {
    max-width: 280px;
  }
  #index-page .outer-container .container .text h1 {
    font-size: 20px;
    line-height: 26px;
  }
  #index-page .outer-container .container .text h5 {
    font-size: 13px;
    line-height: 20px;
  }
  #task-page {
    padding: 40px 30px;
  }
  #task-page .background-white {
    padding: 50px 30px 0;
  }
}
@media (max-width: 767.98px) {
  #index-page .outer-container {
    position: static;
    padding: 30px 0 50px;
  }
  #index-page .outer-container .container {
    transform: none;
    height: auto;
  }
  #index-page .outer-container .container .text {
    text-align: center;
    max-width: 60%;
    margin: auto;
  }
  #profile-page .text {
    font-size: 14px;
  }
  #profile-page .box {
    height: auto;
  }
  #profile-page .box .background-orange img {
    width: auto;
    height: 70%;
  }
  #region-page .lead {
    font-size: 16px;
  }
  #region-page .content {
    font-size: 14px;
  }
  #simple-text-page .lead {
    font-size: 16px;
  }
  #simple-text-page .content {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  #index-page .outer-container .container .text {
    max-width: 80%;
  }
  #task-page {
    padding: 20px 0px;
  }
  #task-page .background-white {
    padding: 30px 20px 0;
  }
  #task-page.task-5 .table td {
    padding: 0 .2rem;
  }
}
