.btn {

  background: linear-gradient(248.91deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%), #007CED;

  border-radius: 30px;

  font-size: 18px;

  line-height: 21px;

  color: #ffffff;

  font-family: "Roboto", Arial, sans-serif;

  font-weight: 300;

  padding: 17px 40px;

  display: inline-block;

  cursor: pointer;
}


.btn:hover {

  color: #ffffff;
}


.btn.btn-yellow {

  background: #f6cc07;

  color: #074cad;
}


.btn.btn-yellow:hover {

  color: #007CED;
}


.bg-gradient .content__mosaic {

  background: none;
}


.content .text_container {

  position: relative;
}


.content .text_container:hover a.btn {

  opacity: 1;
}


.content .btn_container {

  text-align: center;
}


.content__subtext {

  max-width: 800px;

  margin: 0 auto;

  margin-bottom: 80px;
}


.content .btn {

  margin-top: 40px;
}


.content__plus {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  -webkit-justify-content: space-between;

  -moz-justify-content: space-between;

  justify-content: space-between;

  margin-bottom: 170px;
}


.content__plus-item {

  text-align: left;

  max-width: 333px;
}


.content__row {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-flex;

  display: -ms-flexbox;

  display: flex;
}


.content__row-item--text {

  max-width: 500px;
}


.content__row-item--text p {

  line-height: 26px;
}


.content__row-item--text p b {

  font-weight: 500;
}


.content__row-item--add {

  width: 570px;

  margin-bottom: 170px;
}


.content__row--main {

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  -webkit-justify-content: space-between;

  -moz-justify-content: space-between;

  justify-content: space-between;

  -webkit-box-align: center;

  -ms-flex-align: center;

  -webkit-align-items: center;

  -moz-align-items: center;

  align-items: center;

  width: 1000px;

  margin: 0 auto;

  margin-bottom: 40px;
}


.content__row--add {

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  -webkit-justify-content: space-between;

  -moz-justify-content: space-between;

  justify-content: space-between;

  position: relative;
}


.content__row--add p {

  line-height: 32px;
}


.content__row--add .circle {

  width: 688px;

  height: 688px;

  border: 3px solid rgba(0, 0, 0, 0.03);

  position: absolute;

  left: -400px;

  top: -140px;
}


.content__row-in {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  -webkit-justify-content: space-between;

  -moz-justify-content: space-between;

  justify-content: space-between;
}


.content__row-in p {

  line-height: 24px;
}


.content__row-in span {

  font-weight: 300;

  font-size: 14px;

  line-height: 24px;

  color: #888888;
}


.content__row-in-item {

  width: 220px;
}


.content__mosaic {

  padding-bottom: 10px;

  background: linear-gradient(to top, #f5fbfd 50%, #ffffff);
}


.content__mosaic h3 {

  font-weight: 300;

  font-size: 30px;

  line-height: 35px;

  max-width: 400px;
}


.content__mosaic p {

  font-weight: 300;

  font-size: 16px;

  line-height: 30px;
}


.content__mosaic a.btn {

  text-decoration: none;

  position: relative;

  display: inline-block;

  margin-top: 0;

  opacity: 0;

  transition: all .3s linear;
}


.content__mosaic a.block_link {

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  z-index: 10;
}


.content__mosaic-row {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  -webkit-justify-content: space-between;

  -moz-justify-content: space-between;

  justify-content: space-between;

  -webkit-box-align: center;

  -ms-flex-align: center;

  -webkit-align-items: center;

  -moz-align-items: center;

  align-items: center;

  position: relative;

  z-index: 10;

  margin-bottom: 0;
}


.content__mosaic-item {

  position: relative;
}


.content__mosaic-item span {

  font-weight: 900;

  font-size: 30px;

  line-height: 35px;

  font-family: "Roboto", Arial, sans-serif;
}


.content__mosaic-item--text {

  width: 380px;
}


.content__mosaic-item--text a {

  color: #444444;
}


.content__mosaic-item--text span {

  position: absolute;

  right: 0;

  top: -30px;

  color: rgba(68, 68, 68, 0.1);
}


.content__mosaic-item--text-wrap {

  position: relative;

  margin-top: 50px;

  background: rgba(68, 68, 68, 0.02);

  padding: 30px;
}


.content__mosaic-item--blue {

  width: 700px;
}


.content__mosaic-item--blue h3,
.content__mosaic-item--blue p {

  color: #ffffff;
}


.content__mosaic-item--blue span {

  position: absolute;

  right: 60px;

  top: 60px;

  color: rgba(255, 255, 255, 0.25);
}


.content__mosaic-item--blue-wrap {

  background: linear-gradient(247.29deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #007CED;

  padding: 60px;

  padding-right: 100px;

  position: relative;

  z-index: 10;
}


.content__mosaic-item--blue:before {

  content: '';

  position: absolute;

  top: 55%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 640px;

  height: 293px;

  background: rgba(0, 124, 237, 0.2);

  filter: blur(30px);

  z-index: 1;
}


.content__mosaic-item--orange {

  width: 700px;
}


.content__mosaic-item--orange h3,
.content__mosaic-item--orange p,
.content__mosaic-item--orange a {

  color: #444444;
}


.content__mosaic-item--orange span {

  position: absolute;

  right: 60px;

  top: 60px;

  color: rgba(0, 0, 0, 0.08);
}


.content__mosaic-item--orange-wrap {

  background: linear-gradient(249.5deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #F6CC07;

  padding: 60px;

  padding-right: 100px;

  position: relative;

  z-index: 10;
}


.content__mosaic-item--orange-wrap a.btn {

  color: #fff;
}


.content__mosaic-item--orange:before {

  content: '';

  position: absolute;

  top: 55%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 640px;

  height: 293px;

  background: rgba(246, 204, 7, 0.2);

  filter: blur(30px);

  z-index: 1;
}


.content__mosaic .circle {

  position: absolute;

  width: 688px;

  height: 688px;

  left: -463px;

  top: 46%;

  border: 3px solid rgba(0, 0, 0, 0.03);

  box-sizing: border-box;

  z-index: 1;
}


.content__event {

  padding-top: 70px;

  margin-bottom: 170px;
}


.content__event a {

  color: #007CED;
}


.content__event h2 {

  font-weight: 300;

  font-size: 24px;

  line-height: 28px;

  color: #444444;

  margin-bottom: 60px;
}


.content__event h3 {

  font-weight: bold;

  font-size: 24px;

  line-height: 34px;

  color: #007CED;
}


.content__event p {

  color: #888888;

  line-height: 30px;
}


.content__event-date {

  z-index: 10;

  position: absolute;

  top: 50%;

  left: 50px;

  transform: translateY(-50%);

  margin: 0;
}


.content__event-month {

  font-weight: 300;

  font-size: 58px;

  line-height: 100%;

  color: #FFFFFF;

  display: block;
}


.content__event-year {

  font-weight: 300;

  font-size: 24px;

  line-height: 100%;

  color: rgba(255, 255, 255, 0.6);

  display: block;

  margin-top: 5px;
}


.content__event-wrap {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-flex;

  display: -ms-flexbox;

  display: flex;

  width: 1000px;

  margin: 0 auto;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  -webkit-justify-content: space-between;

  -moz-justify-content: space-between;

  justify-content: space-between;

  -webkit-box-align: center;

  -ms-flex-align: center;

  -webkit-align-items: center;

  -moz-align-items: center;

  align-items: center;
}


.content__event-item--text {

  width: 440px;
}


.content__event-item--img {

  width: 500px;

  height: 261px;

  position: relative;

  overflow: hidden;
}


.content__event-item--img img {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 1;
}


.content__event-item--img p {

  position: relative;

  z-index: 10;
}


.content__seminars h2 {

  font-weight: 300;

  font-size: 24px;

  line-height: 28px;

  color: #444444;

  margin-bottom: 60px;
}


.content__seminars-item {

  width: 360px;

  margin-bottom: 90px;
}


.content__seminars-item--img {

  width: 360px;

  min-height: 188px;

  position: relative;

  overflow: hidden;
}


.content__seminars-item--img img {

  width: 100%;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 1;
}


.content__seminars-item a {

  font-weight: bold;

  font-size: 18px;

  line-height: 26px;

  color: #007CED;

  display: block;

  margin-top: 20px;
}


.content__seminars .content__event-month {

  font-size: 36px;
}


.content__seminars .content__event-year {

  font-size: 18px;

  margin-top: 5px;
}


.content__seminars-wrap {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -moz-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  -webkit-justify-content: space-between;

  -moz-justify-content: space-between;

  justify-content: space-between;
}


.content__seminars--archiv .content__seminars-item {

  opacity: .6;
}


.content__form {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  -webkit-justify-content: space-between;

  -moz-justify-content: space-between;

  justify-content: space-between;

  width: 1000px;

  margin: 0 auto;

  align-items: center;

  padding-bottom: 170px;

  position: relative;
}


.content__form .loader {

  position: absolute;

  width: 100%;

  height: 100%;

  background: rgba(255, 255, 255, 0.7);

  z-index: 200;

  display: none;
}


.content__form .loader:before {

  content: '';

  display: block;

  position: absolute;

  left: 50%;

  top: 50%;

  background: url(../images/loading.svg) no-repeat 0 0;

  width: 85px;

  height: 85px;

  margin: -43.5px 0 0 -42.5px;
}


.content__form-wrap {

  background: #ffffff;

  padding: 50px 46px 60px 34px;

  position: relative;

  z-index: 10;
}


.content__form select,

.content__form input {

  min-width: 100%;

  width: 100%;

  background: #F5F5F5;

  border-radius: 25px;

  margin-bottom: 40px;

  border: none;

  padding: 15px 30px;

  box-sizing: border-box;

  font-weight: 300;

  font-size: 18px;

  line-height: 51px;

  height: 51px;

  color: #444444;

  font-family: 'Roboto', Arial, sans-serif;

  outline: none;

  border: 1px solid #074cad;
}


.content__form select::placeholder,

.content__form input::placeholder {

  font-weight: 300;

  font-size: 18px;

  line-height: 21px;

  color: #444444;

  font-family: 'Roboto', Arial, sans-serif;
}


.content__form select+p,

.content__form input+p {

  font-weight: 300;

  font-size: 16px;

  line-height: 19px;

  margin-bottom: 15px;

  text-align: center;
}


.content__form label {

  font-weight: 300;

  font-size: 14px;

  line-height: 22px;

  color: #444444;

  margin-bottom: 15px;

  display: block;
}


.content__form p.content__form-title {

  font-weight: 300;

  font-size: 24px;

  line-height: 36px;

  text-align: center;

  margin-bottom: 40px;

  margin-top: 0;
}


.content__form-item--left {

  width: 400px;

  position: relative;

  z-index: 10;
}


.content__form-item--left:before {

  content: '';

  background: rgba(68, 68, 68, 0.13);

  filter: blur(30px);

  position: absolute;

  width: 360px;

  height: 388px;

  z-index: 1;

  bottom: -30px;

  left: 50%;

  transform: translateX(-50%);
}


.content__form-item--right {

  width: 500px;

  position: relative;

  z-index: 10;
}


.content__form-item--right p.content__form-title {

  font-weight: 300;

  font-size: 30px;

  line-height: 46px;

  text-align: left;

  margin-bottom: 60px;

  margin-top: 0;
}


.content__form-price {

  font-weight: 300;

  font-size: 42px;

  line-height: 49px;

  text-align: center;

  display: block;
}


.content__form .btn {

  margin-top: 0;

  border: none;
}


.content__form .circle {

  position: absolute;

  width: 1195px;

  height: 1195px;

  left: 700px;

  top: -200px;

  border: 3px solid #F7F7F7;

  box-sizing: border-box;

  z-index: 1;
}


.services .text_container {

  position: relative;
}


.services .text_container:hover a.btn {

  opacity: 1;
}

.rating__title {

  font-weight: 300;

  font-size: 48px;

  line-height: 56px;

  color: #444444;

  margin-bottom: 20px;

  margin-top: 0;
}

.rating__text {

  font-weight: 300;

  font-size: 16px;

  line-height: 24px;

  color: #888888;

  margin-top: 0;

  margin-bottom: 30px;
}

.rating .container {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-flex;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-pack: distribute;

  -webkit-justify-content: space-around;

  -moz-justify-content: space-around;

  justify-content: space-around;
}

.rating__item {

  text-align: center;

  max-width: 373px;

  position: relative;

  z-index: 10;

  perspective: 1000px;

  transform-style: preserve-3d;
}

.rating__item-wrap {

  height: 100%;
}

.rating__item-wrap:before {

  content: '';

  position: absolute;

  width: 293px;

  height: 465px;

  background: rgba(0, 0, 0, 0.08);

  filter: blur(30px);

  left: 50%;

  transform: translateX(-50%);

  top: 20px;
}

.rating__title {

  font-weight: 300;

  font-size: 48px;

  line-height: 56px;

  color: #444444;

  margin-bottom: 20px;

  margin-top: 0;
}

.rating__text {

  font-weight: 300;

  font-size: 16px;

  line-height: 24px;

  color: #888888;

  margin-top: 0;

  margin-bottom: 30px;
}

.rating__price {

  margin-bottom: 25px;
}

.rating__block {

  height: 100%;

  width: 100%;

  position: relative;

  background: #ffffff;

  padding: 50px 30px 70px 30px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-direction: normal;

  -webkit-box-orient: vertical;

  -webkit-flex-direction: column;

  -moz-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-align: center;

  -ms-flex-align: center;

  -webkit-align-items: center;

  -moz-align-items: center;

  align-items: center;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  -webkit-justify-content: space-between;

  -moz-justify-content: space-between;

  justify-content: space-between;

  transition: transform .2s;
}

.rating__block * {

  pointer-events: none;
}

.rating .circle {

  position: absolute;

  width: 332px;

  height: 332px;

  border: 3px solid rgba(0, 0, 0, 0.03);

  box-sizing: border-box;

  left: -190px;

  top: -50px;

  z-index: 1;
}

.block_link {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease;
}

.block_link:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}
.content__plus-item p {
  font-weight: 300;
  font-size: 16px;
  line-height: 34px;
  margin-top: 30px;
}

.content__mosaic-item--text-wrap:hover a.btn,
.content__mosaic-item--blue-wrap:hover a.btn,
.content__mosaic-item--orange-wrap:hover a.btn {
  opacity: 1;
}

/* Responsive Design for Mobile Devices */
@media (max-width: 992px) {
  /* Always show buttons on mobile (no hover needed) */
  .content__mosaic a.btn,
  .content .text_container a.btn {
    opacity: 1 !important;
  }

  /* Reduce huge margins */
  .content__row--main,
  .content__row-item--add,
  .content__event,
  .content__form,
  .content__subtext,
  .content__row {
    margin-bottom: 60px !important;
  }
  .content__form {
    padding-bottom: 60px !important;
  }

  /* Plus Block */
  .content__plus {
    flex-direction: column;
    align-items: flex-start;
  }
  .content__plus-item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }

  /* Mosaic Layout */
  .content__mosaic-row {
    flex-direction: column;
  }
  .content__mosaic-item--text,
  .content__mosaic-item--blue,
  .content__mosaic-item--orange {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin-bottom: 20px;
  }
  .content__mosaic-item--text-wrap {
    margin-top: 20px !important;
  }
  .content__mosaic-item--blue-wrap,
  .content__mosaic-item--orange-wrap,
  .content__mosaic-item--text-wrap {
    padding: 30px !important;
  }
  .content__mosaic-item--blue span,
  .content__mosaic-item--orange span {
    right: 20px;
    top: 20px;
  }
  .content__mosaic-item--blue:before,
  .content__mosaic-item--orange:before {
    display: none;
  }

  /* Rows */
  .content__row--main,
  .content__row--add {
    width: 100% !important;
    flex-direction: column;
  }
  .content__row-item--text,
  .content__row-item--add {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 30px !important;
  }

  .content__row-in {
    flex-direction: column;
  }
  .content__row-in-item {
    width: 100%;
    margin-bottom: 20px;
  }

  /* Event / Seminars */
  .content__event-wrap {
    width: 100% !important;
    flex-direction: column;
  }
  .content__event-item--text,
  .content__event-item--img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 30px;
  }
  .content__event-item--img img {
    position: relative !important;
  }

  .content__seminars-wrap {
    flex-direction: column;
  }
  .content__seminars-item,
  .content__seminars-item--img {
    width: 100% !important;
    height: auto !important;
  }
  .content__seminars-item--img img {
    position: relative !important;
  }

  /* Form */
  .content__form {
    width: 100% !important;
    flex-direction: column;
  }
  .content__form-item--left,
  .content__form-item--right {
    width: 100% !important;
  }
  .content__form-item--left:before {
    display: none;
  }
  .content__form-item--right {
    margin-top: 40px;
  }
}


/* Overrides for rating inside mosaic */
.content__mosaic p.rating__title {
  font-size: 48px;
  line-height: 56px;
}
.content__mosaic p.rating__text {
  font-size: 16px;
  line-height: 24px;
}
