/* SCSS */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-LightItalic.woff2") format("woff2"), url("../fonts/Poppins-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
.side-nav-active {
  font-weight: bold;
  color: black;
}

button,
input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
}

button:focus {
  box-shadow: none !important;
}

*:focus {
  outline: none;
}

body {
  font: 400 1rem "Poppins", sans-serif;
}
body.overflow {
  overflow: hidden;
}

.vorteil-titel {
  margin-top: 60px;
  margin-bottom: 30px;
}

.shoutbox-message.admin {
  float: right;
  border-radius: 15px 0 15px 15px;
  margin-bottom: 10px;
}

.shoutbox-message.self {
  border-radius: 0 15px 15px 15px;
}

.shoutbox-message {
  width: 80%;
  background: #f7f7f7;
  padding: 10px 10px 10px 10px;
}

.shoutbox-message-user {
  font-width: bold;
  color: #c3d138;
}

.shoutbox-message-datum {
  color: #bdbdbd;
  font-size: 0.7rem;
}

.bold {
  font-weight: bold;
}

.green {
  color: #c3d138;
}

.new-shoutbox {
  border: 1px solid #f7f7f7;
  margin-bottom: 10px;
}

.new-shoutbox-header {
  background: #ededed;
  padding: 10px 10px 10px 10px;
}

.body-shoutbox-new {
  background: white;
  padding: 10px 20px 20px 10px;
}

.btn-juridicus-green {
  background-color: #c3d138;
  color: white;
}

.new-box-body {
  background: #f7f7f7;
  padding: 10px 20px 20px 10px;
}

.new-box-header {
  padding: 10px;
}

.new-box {
  background: #ededed;
}

a {
  display: inline-block;
  font: 400 1rem "Poppins", sans-serif;
  transition: 300ms;
  color: #c3d138;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a img {
  border: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  padding-right: 60px;
  padding-left: 60px;
  background-color: #e53935;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 1525px) {
  .button {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .button {
    height: 60px;
  }
}
@media screen and (max-width: 370px) {
  .button {
    height: 48px;
    padding-right: 12px;
    padding-left: 12px;
  }
}
.button:hover {
  background-color: #e44d4a;
  color: #ffffff;
}

.title {
  position: relative;
  padding-bottom: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1525px) {
  .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1336px) {
  .title {
    font-size: 25px;
  }
}
@media screen and (max-width: 575px) {
  .title {
    padding-bottom: 22px;
    font-size: 20px;
  }
}
.title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 188px;
  height: 8px;
  background-color: #c3d138;
}
@media screen and (max-width: 1525px) {
  .title:before {
    width: 160px;
    height: 6px;
  }
}
@media screen and (max-width: 1336px) {
  .title:before {
    width: 140px;
  }
}
@media screen and (max-width: 575px) {
  .title:before {
    width: 100px;
    height: 4px;
  }
}
.title.title--center {
  text-align: center;
}
.title.title--center:before {
  left: 50%;
  transform: translateX(-50%);
}

.alert-green {
  background-color: #c3d138;
  border-color: #c3d138;
  color: white;
}

.alert-orange {
  background-color: #ebbf22;
  border-color: #ebbf22;
  color: white;
}

.alert-red {
  background-color: #e53935;
  border-color: #e53935;
  color: white;
}

.circle-bg-red {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  background: white;
  border-color: #e53935;
  color: #e53935;
  font-size: 15px;
  padding: 0.5em 0.5em;
}

.circle-bg-orange {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  background: white;
  border-color: #ebbf22;
  color: #ebbf22;
  font-size: 15px;
  padding: 0.5em 0.5em;
}

.circle-bg-green {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background: white;
  border-color: #c3d138;
  color: #c3d138;
  font-size: 15px;
  padding: 0.5em 0.5em;
}

.burger {
  display: none;
  width: 30px;
}
@media screen and (max-width: 767px) {
  .burger {
    display: block;
  }
}
.burger.burger--active {
  z-index: 100;
}
.burger.burger--active a span {
  background-color: #000000;
}
.burger.burger--active a span:before, .burger.burger--active a span:after {
  background-color: #000000;
}
.burger a {
  display: block;
  padding: 12px 0;
  cursor: pointer;
}
.burger a.active span {
  background-color: transparent;
}
.burger a.active span:before {
  transform: rotate(45deg) translate(5px, 6px);
}
.burger a.active span:after {
  transform: rotate(-45deg) translate(5px, -6px);
}
.burger a span {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.burger a span:before, .burger a span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.burger a span:before {
  top: -8px;
}
.burger a span:after {
  top: 8px;
}

.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 0;
}

.help-block {
  color: red;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 26px;
  padding-bottom: 26px;
}
@media screen and (max-width: 370px) {
  .header {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.header__content {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .header__content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: 300ms;
  }
}
.header__content--show {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}
.header__nav {
  padding-top: 10px;
  margin-right: 60px;
}
@media screen and (max-width: 1336px) {
  .header__nav {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header__nav {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.header__logs {
  max-width: 160px;
  padding: 0.75rem 1rem;
  background-color: #e53935;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .header__logs {
    max-width: 150px;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header__logs {
    max-width: 300px;
  }
}

.logo {
  max-width: 116px;
}
@media screen and (max-width: 991px) {
  .logo {
    max-width: 96px;
  }
}
@media screen and (max-width: 370px) {
  .logo {
    max-width: 76px;
  }
}

.nav__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .nav__items {
    flex-direction: column;
  }
}
.nav__item {
  margin-right: 54px;
}
@media screen and (max-width: 1336px) {
  .nav__item {
    margin-right: 44px;
  }
}
@media screen and (max-width: 767px) {
  .nav__item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.nav__item:last-child {
  margin-right: 0;
}
.nav__link {
  border-bottom: 5px solid transparent;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .nav__link {
    color: #000000;
  }
}
.nav__link:hover, .nav__link.nav__link--active {
  border-color: #c3d138;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .nav__link:hover, .nav__link.nav__link--active {
    color: #000000;
  }
}

.breadcrumb {
  background-color: transparent !important;
  padding: 0px;
}

.breadcrumb li {
  padding-right: 3px;
}

.intro-page {
  position: relative;
  z-index: 2;
  height: 440px;
  padding-bottom: 40px;
  background: url("../images/all-bg.jpg") no-repeat 50%/cover;
}
@media screen and (max-width: 1525px) {
  .intro-page {
    height: 440px;
  }
}
@media screen and (max-width: 1336px) {
  .intro-page {
    height: 420px;
  }
}
@media screen and (max-width: 991px) {
  .intro-page {
    height: 420px;
  }
}
@media screen and (max-width: 370px) {
  .intro-page {
    height: auto;
    min-height: 235px;
    padding-bottom: 20px;
  }
}
.intro-page:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.intro-page__content {
  margin-top: 40px;
  color: #ffffff;
}
@media screen and (max-width: 1525px) {
  .intro-page__content {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1336px) {
  .intro-page__content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .intro-page__content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 370px) {
  .intro-page__content {
    margin-top: 50px;
  }
}
.intro-page__title {
  margin-bottom: -10px;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 1336px) {
  .intro-page__title {
    font-size: 56px;
  }
}
@media screen and (max-width: 991px) {
  .intro-page__title {
    font-size: 46px;
  }
}
@media screen and (max-width: 575px) {
  .intro-page__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 370px) {
  .intro-page__title {
    font-size: 26px;
  }
}
.intro-page__slogan {
  font-size: 1.3rem;
}
.intro-page__list {
  margin-bottom: 58px;
}
@media screen and (max-width: 370px) {
  .intro-page__list {
    margin-bottom: 44px;
  }
}
.intro-page__list-item {
  position: relative;
  margin-bottom: 4px;
  padding-left: 52px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1525px) {
  .intro-page__list-item {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .intro-page__list-item {
    font-size: 20px;
  }
}
@media screen and (max-width: 370px) {
  .intro-page__list-item {
    padding-left: 36px;
    font-size: 16px;
  }
}
.intro-page__list-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #cddc39;
  box-shadow: inset 0 0 0 5px #b2be3c;
}

.intro {
  position: relative;
  z-index: 2;
  height: 600px;
  padding-bottom: 30px;
  background: url("../images/intro-bg.jpg") no-repeat 50%/cover;
}
@media screen and (max-width: 1525px) {
  .intro {
    height: 616px;
  }
}
@media screen and (max-width: 1336px) {
  .intro {
    height: 500px;
  }
}
@media screen and (max-width: 991px) {
  .intro {
    height: 462px;
  }
}
@media screen and (max-width: 370px) {
  .intro {
    height: auto;
    min-height: 329px;
    padding-bottom: 20px;
  }
}
.intro:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.intro__content {
  margin-top: 100px;
  color: #ffffff;
}
@media screen and (max-width: 1525px) {
  .intro__content {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1336px) {
  .intro__content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .intro__content {
    margin-top: 25px;
  }
}
@media screen and (max-width: 370px) {
  .intro__content {
    margin-top: 15px;
  }
}
.intro__title {
  margin-bottom: 21px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .intro__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .intro__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 370px) {
  .intro__title {
    font-size: 18px;
  }
}
.intro__list {
  margin-bottom: 58px;
}
@media screen and (max-width: 370px) {
  .intro__list {
    margin-bottom: 44px;
  }
}
.intro__list-item {
  position: relative;
  margin-bottom: 4px;
  padding-left: 52px;
  font-size: 1rem;
}
@media screen and (max-width: 1525px) {
  .intro__list-item {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .intro__list-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 370px) {
  .intro__list-item {
    padding-left: 36px;
    font-size: 11px;
  }
}
.intro__list-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #cddc39;
  box-shadow: inset 0 0 0 5px #b2be3c;
}

.protocol {
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #c3d138;
}
@media screen and (max-width: 1525px) {
  .protocol {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .protocol {
    padding: 14px 15px 8px;
  }
}
.protocol__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .protocol__items {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 370px) {
  .protocol__items {
    flex-direction: column;
    align-items: flex-start;
  }
}
.protocol__item {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .protocol__item {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .protocol__item {
    width: 33.33%;
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .protocol__item {
    width: 50%;
  }
}
@media screen and (max-width: 370px) {
  .protocol__item {
    width: 100%;
    font-size: 16px;
  }
}
.protocol__item a {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}
.how-works {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1525px) {
  .how-works {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1336px) {
  .how-works {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .how-works {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.how-works__title {
  margin-bottom: 61px;
}
@media screen and (max-width: 1336px) {
  .how-works__title {
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 575px) {
  .how-works__title {
    margin-bottom: 25px;
  }
}
.how-works__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .how-works__items {
    flex-direction: column;
    align-items: center;
  }
}
.how-works__item {
  width: calc(33.33% - 10px);
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .how-works__item {
    width: 100%;
    max-width: 575px;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .how-works__item:last-child {
    margin-bottom: 0;
  }
}
.how-works__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 238px;
  height: 238px;
  margin: 0 auto 32px;
  padding-bottom: 6px;
  border-radius: 50%;
  background-color: #c3d138;
}
@media screen and (max-width: 1525px) {
  .how-works__img {
    width: 210px;
    height: 210px;
  }
}
@media screen and (max-width: 1336px) {
  .how-works__img {
    width: 160px;
    height: 160px;
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .how-works__img {
    margin-bottom: 20px;
  }
}
.how-works__img.how-works__img--signature {
  padding-left: 30px;
}
@media screen and (max-width: 1336px) {
  .how-works__img.how-works__img--signature {
    padding-left: 40px;
    padding-right: 20px;
  }
}
.how-works__caption {
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 1525px) {
  .how-works__caption {
    margin-bottom: 10px;
    font-size: 26px;
  }
}
@media screen and (max-width: 1336px) {
  .how-works__caption {
    font-size: 20px;
    line-height: 1.25;
  }
}
.how-works__description {
  font-weight: 300;
  line-height: 1.55;
}
@media screen and (max-width: 1525px) {
  .how-works__description {
    font-size: 20px;
  }
}
@media screen and (max-width: 1336px) {
  .how-works__description {
    font-size: 16px;
  }
}

/* Video */
.video {
  padding: 100px 0;
  background: #f9f8f8;
}
.video__container {
  display: flex;
  align-items: flex-start;
}
.video__info {
  width: 50%;
  padding-right: 60px;
}
.video__frame {
  width: 50%;
  background: url(../images/video-frame.jpg) no-repeat 50%;
  background-size: cover;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
}
.video__title {
  margin-bottom: 35px;
}
.video__description {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}
.video__icon {
  flex-shrink: 0;
  padding-right: 1rem;
}

@media only screen and (max-width: 1336px) {
  .video__description {
    font-size: 60px;
  }
  .video__title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  .video__description {
    font-size: 50px;
  }
  .video__icon {
    width: 150px;
  }
  .video__text {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .video__frame {
    height: 300px;
  }
  .video__icon {
    width: 75px;
  }
  .video__text {
    font-size: 18px;
  }
  .video__title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .video {
    padding: 50px 0;
  }
  .video__container {
    display: block;
  }
  .video__info {
    margin-bottom: 25px;
    width: 100%;
  }
  .video__frame {
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
  }
  .video__description {
    font-size: 37px;
  }
}
/* Reviews */
.reviews {
  padding: 100px 0 150px;
}
.reviews__title {
  margin-bottom: 67px;
}
.reviews__container {
  display: flex;
  align-items: flex-start;
}
.reviews__description {
  background: #c3d138;
  min-height: 330px;
  padding: 15px 33px;
  width: 33%;
  margin-right: 45px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 1.25rem;
  text-align: justify;
}
.reviews__items {
  min-width: 0;
  box-shadow: 2.5px 4.3px 16.2px 1.8px rgba(0, 0, 0, 0.14);
}
.reviews__item {
  padding: 96px 64px 16px 132px;
  position: relative;
  min-height: 330px;
}
.reviews__text {
  font-size: 1.25rem;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 45px;
  line-height: 1.1;
  text-align: justify;
}
.reviews__content:before {
  content: "";
  display: block;
  width: 80px;
  height: 65px;
  background: url(../images/quote-icon.png) no-repeat;
  background-size: 80%;
  position: absolute;
  left: 0;
  top: 44px;
  left: 53px;
}
.reviews__name {
  font-weight: 300;
  font-size: 1.25rem;
}
.reviews__name span {
  color: #c3d138;
  font-weight: 500;
}
.reviews .slick-dots {
  position: absolute;
  bottom: -54px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews .slick-dots li {
  width: 60px;
  height: 8px;
  background-color: #e6e6e6;
  transition: 300ms;
  margin: 0 2px;
  cursor: pointer;
}
.reviews .slick-dots li.slick-active, .reviews .slick-dots li:hover {
  background: #c3d138;
}
.reviews .slick-dots li button {
  display: none;
}

@media only screen and (max-width: 1336px) {
  .reviews__title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  .reviews__description {
    width: 320px;
    min-height: 320px;
    font-size: 18px;
  }
  .reviews__item {
    min-height: 320px;
    padding-top: 90px;
  }
  .reviews__text {
    font-size: 18px;
  }
  .reviews__name {
    font-size: 21px;
  }
}
@media only screen and (max-width: 991px) {
  .reviews__content:before {
    display: none;
  }
  .reviews__item {
    padding: 50px;
  }
  .reviews__title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .reviews {
    padding: 50px 0 100px;
  }
  .reviews__container {
    display: block;
  }
  .reviews__description {
    width: 100%;
    min-height: 0;
    margin-bottom: 25px;
  }
  .reviews__item {
    min-height: 0;
    padding: 15px 33px;
  }
  .reviews .slick-dots li {
    width: 30px;
    height: 4px;
  }
}
/* Advantages */
.advantages {
  background: url(../images/advantages-bg.jpg) no-repeat 50%;
  background-size: cover;
  padding: 210px 0 180px;
}
.advantages__items {
  display: flex;
  justify-content: space-between;
}
.advantages__item {
  display: flex;
  color: #ffffff;
}
.advantages__icon {
  flex-shrink: 0;
  border-right: 8px solid #e53935;
  padding-right: 25px;
  margin-right: 25px;
  display: flex;
  align-items: center;
}
.advantages__number {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.advantages__text {
  font-size: 1.5rem;
  font-weight: 500;
}

@media only screen and (max-width: 1336px) {
  .advantages__number {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .advantages__icon {
    width: 90px;
  }
  .advantages__number {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .advantages__text {
    font-size: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .advantages {
    padding: 150px 0;
  }
  .advantages__icon {
    width: 75px;
  }
  .advantages__number {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .advantages__text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .advantages {
    padding: 50px 0 25px;
  }
  .advantages__items {
    display: block;
  }
  .advantages__item {
    width: 260px;
    margin: 0 auto 25px;
  }
}
/* Calendar */
.calendar {
  padding: 100px 0;
}
.calendar__title {
  margin-bottom: 100px;
}
.calendar__container {
  display: flex;
}
.calendar__exam {
  width: 50%;
  padding-right: 20px;
}
.calendar__head {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  line-height: 1.1;
  margin-bottom: 70px;
}
.calendar__head:before {
  content: "";
  display: block;
  height: 8px;
  width: 188px;
  background: #e53935;
  position: absolute;
  bottom: -12px;
  left: 0;
}
.calendar__item {
  margin-bottom: 50px;
  display: flex;
  align-items: flex-start;
}
.calendar__date {
  padding: 1rem 0.5rem;
  border-radius: 16px;
  border: 7px solid #c3d138;
  text-align: center;
  flex-shrink: 0;
  width: 164px;
  margin-right: 15px;
}
.calendar__day {
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
}
.calendar__month {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
}
.calendar__content {
  font-weight: 300;
  line-height: 1.2;
}
.calendar__content b {
  display: block;
  font-weight: 500;
}
.calendar__content span {
  display: block;
  color: #c3d138;
}
.calendar__link {
  margin-top: 20px;
  text-align: center;
}
.calendar__link a {
  padding: 18px 80px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  background: #e53935;
}
.calendar__link a:hover {
  background: #e44d4a;
}

@media only screen and (max-width: 1336px) {
  .calendar__head {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1200px) {
  .calendar__date {
    width: 152px;
  }
  .calendar__day {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .calendar {
    padding: 50px 0;
  }
  .calendar__date {
    width: 120px;
  }
  .calendar__day {
    font-size: 50px;
  }
  .calendar__month {
    font-size: 18px;
  }
  .calendar__content {
    font-size: 20px;
  }
  .calendar__link a {
    padding: 15px 40px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar__title {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .calendar__container {
    display: block;
  }
  .calendar__exam {
    padding-right: 0;
    width: 100%;
  }
  .calendar__head {
    font-size: 24px;
  }
  .calendar__head:before {
    width: 100px;
    height: 4px;
  }
  .calendar__date {
    width: 100px;
    padding: 15px;
  }
  .calendar__day {
    font-size: 40px;
    border-width: 5px;
  }
  .calendar__link a {
    padding: 10px 20px;
    font-size: 18px;
  }
}
/* Callback-small */
.callback-sm-padding {
  padding-right: 2px !important;
  padding-left: 2px !important;
}

.callback-sm {
  overflow: hidden;
  position: relative;
  background: #c3d138;
}
.callback-sm__content {
  width: 100%;
  position: relative;
  padding: 70px 50px 100px 0;
  color: #ffffff;
}
.callback-sm__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1.2;
}
.callback-sm select {
  height: 60px;
  background: #fff url(../images/arrow.png) 95% 50% no-repeat;
  background-size: 28px;
  border: 0;
  color: #797979;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 0 75px 0 25px;
}
.callback-sm__btn {
  width: 100%;
  height: 60px;
  border: 0;
  background: #e53935;
  transition: 300ms;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
}
.callback-sm__btn:hover {
  background: #e44d4a;
}

/* Callback */
.callback {
  overflow: hidden;
  position: relative;
}
.callback__content {
  width: 50%;
  background: #c3d138;
  position: relative;
  padding: 100px 50px 100px 0;
  color: #ffffff;
}
.callback__content:before {
  content: "";
  display: block;
  background: #c3d138;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 2000px;
}
.callback__img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: url(../images/callback-img.jpg) no-repeat 50%;
  background-size: cover;
}
.callback__title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 60px;
  line-height: 1.2;
}
.callback select {
  height: 60px;
  background: #fff url(../images/arrow.png) 95% 50% no-repeat;
  background-size: 28px;
  border: 0;
  color: #797979;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 75px 0 25px;
}
.callback input {
  height: 60px;
  background-size: 28px;
  border: 0;
  color: #797979;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 75px 0 25px;
}
.callback__type {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.callback__radio {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.callback__btn {
  width: 100%;
  border: 0;
  background: #e53935;
  transition: 300ms;
  cursor: pointer;
  padding: 18px 0;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 25px;
}
.callback__btn:hover {
  background: #e44d4a;
}

.radio {
  width: 28px;
  height: 28px;
  background: #ffffff;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  margin-right: 18px;
}
.radio input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.radio input:checked + span {
  opacity: 1;
  visibility: visible;
}
.radio span {
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  background: #c3d138;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
.radio__text {
  font-size: 1.25rem;
}

@media only screen and (max-width: 1200px) {
  .callback__title {
    font-size: 32px;
  }
  .callback select {
    font-size: 28px;
    height: 70px;
  }
  .callback__type {
    font-size: 27px;
  }
  .callback__btn {
    font-size: 28px;
  }

  .radio__text {
    font-size: 27px;
  }
}
@media only screen and (max-width: 991px) {
  .callback__title {
    font-size: 27px;
  }
  .callback select {
    font-size: 21px;
    height: 50px;
    background-size: 20px;
  }
  .callback__type {
    font-size: 21px;
  }
  .callback__btn {
    font-size: 21px;
  }
  .callback__content {
    padding: 50px 30px 50px 0;
  }

  .radio__text {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .callback {
    background: #c3d138;
  }
  .callback__img {
    display: none;
  }
  .callback__content {
    width: 100%;
    padding-right: 0;
  }
  .callback select, .callback__type, .callback__btn {
    font-size: 18px;
  }
  .callback__btn {
    padding: 15px 0;
  }
}
/* juri-block*/
.juri-block {
  padding: 100px 0;
}

/* Price PAGE */
.price-page-price-color {
  color: #c3d138;
}

.price-page-price-card-arrow {
  font-size: 1.5rem;
  color: #c3d138;
}

.price-page-price-main-number {
  font-size: 1.4rem;
  font-weight: bold;
}

/* Price */
.price {
  padding: 100px 0;
}
.price__title {
  margin-bottom: 55px;
}
.price__description {
  font-weight: 300;
  margin-bottom: 40px;
}
.price__container {
  display: flex;
}
.price__list {
  width: 33.33%;
}
.price__img {
  width: 33.33%;
  margin: 0 1rem;
  background: url(../images/price-img.jpg) no-repeat 50%;
  background-size: cover;
  position: relative;
}
.price__img:before {
  content: "";
  display: block;
  width: 153px;
  height: 139px;
  background: url(../images/edge.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.price__item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 3px solid #e6e6e6;
  font-weight: 300;
}
.price__item span {
  color: #c3d138;
  font-weight: 400;
  font-size: 1.1rem;
}
.price__item b {
  font-weight: 400;
  font-size: 1.1rem;
}
.price__item:last-child {
  margin-bottom: 0;
}
.price__head {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 1200px) {
  .price__description {
    font-size: 21px;
  }
  .price__img {
    display: none;
  }
  .price__list {
    width: 50%;
  }
  .price__list:first-child {
    padding-right: 10px;
  }
  .price__head {
    font-size: 24px;
  }
  .price__item {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .price {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .price__container {
    display: block;
  }
  .price__head {
    margin-bottom: 15px;
  }
  .price__list {
    width: 100%;
  }
  .price__list:first-child {
    padding-right: 0;
    margin-bottom: 25px;
  }
  .price__description {
    font-size: 18px;
  }
}
/* Footer */
.footer {
  background: #f6f4f4;
  padding: 100px 0 80px;
}
.footer__container {
  display: flex;
}
.footer__list {
  margin-right: 4rem;
}
.footer__list ul {
  list-style-type: none;
}
.footer__list ul li {
  font-size: 1.25rem;
  font-weight: 700;
  color: #5f5f5f;
}
.footer__list ul li a {
  font-weight: 300;
  font-size: inherit;
  color: #5f5f5f;
}
.footer__list ul li a:hover {
  color: #c3d138;
}
.footer__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer__logo {
  text-align: right;
}
.footer__copyright span {
  color: #c3d138;
}
.footer__social {
  margin-top: 32px;
  display: flex;
}
.footer__social a {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 300;
  color: #5f5f5f;
}
.footer__social a:hover {
  color: #c3d138;
}
.footer__social a img {
  margin-right: 15px;
  flex-shrink: 0;
}
.footer__social a:first-child {
  margin-right: 35px;
}

@media only screen and (max-width: 1200px) {
  .footer__list ul li {
    font-size: 21px;
  }
  .footer__copyright, .footer__social a {
    font-size: 21px;
  }
}
@media only screen and (max-width: 991px) {
  .footer {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer__container {
    display: block;
  }
  .footer__list {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer__list ul li {
    font-size: 18px;
  }
  .footer__copyright, .footer__social a {
    font-size: 18px;
  }
  .footer__info {
    flex-direction: column-reverse;
    width: 100%;
    align-items: center;
    margin-top: 20px;
  }
  .footer__logo {
    text-align: center;
  }
  .footer__copyright {
    margin-top: 30px;
  }
}


details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}


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