/* font */
/* @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Roboto+Slab&family=Roboto:wght@400;500&display=swap"); */


@font-face {
    font-family: "Roboto Slab", serif;
    src: url('fonts/RobotoSlab-Regular.woff2') format('woff2'),
        url('fonts/RobotoSlab-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Roboto", sans-serif;
    src: url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto", sans-serif;
    src: url('fonts/Roboto-Medium.woff2') format('woff2'),
        url('fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Open Sans", sans-serif;
    src: url('fonts/OpenSans-Regular.woff2') format('woff2'),
        url('fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans", sans-serif;
    src: url('fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans", sans-serif;
    src: url('fonts/OpenSans-Medium.woff2') format('woff2'),
        url('fonts/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans", sans-serif;
    src: url('fonts/OpenSans-Light.woff2') format('woff2'),
        url('fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans", sans-serif;
    src: url('fonts/OpenSans-Bold.woff2') format('woff2'),
        url('fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html,
body {
  color: #302f2f;
  font-size: 50px;
  line-height: 66px;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Roboto Slab", serif;
}

h1 {
  font-size: 50px;
  line-height: 66px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 25px;
    line-height: 28px;
  }
}

h2 {
  font-size: 45px;
  line-height: 59px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 22px;
    line-height: 1.3;
  }
}

h3 {
  font-size: 40px;
  line-height: 53px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 20px;
    line-height: 1.3;
  }
}

h4 {
  font-size: 35px;
  line-height: 50px;
}
@media (max-width: 768px) {
  h4 {
    font-size: 18px;
    line-height: 1.3;
  }
}

h5 {
  font-size: 25px;
  line-height: 33px;
}
@media (max-width: 768px) {
  h5 {
    font-size: 14px;
    line-height: 1.3;
  }
}

h6 {
  font-size: 21px;
  line-height: 20px;
}
@media (max-width: 768px) {
  h6 {
    font-size: 12px;
    line-height: 1.3;
  }
}

body,
p {
  font-size: 20px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 768px) {
  body,
  p {
    font-size: 16px;
    line-height: 24px;
  }
}

p {
  margin-top: 0;
}

a, a:hover, a:focus, a:visited {
  color: inherit;
  text-decoration: inherit;
}

p a, p a:hover, p a:focus, p a:visited {
  color: #B4B4B5;
}

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

hr {
  border-color: #535353;
}

.main {
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .hide-xs {
    display: none;
  }
}

.show-xs {
  display: none;
}
@media (max-width: 768px) {
  .show-xs {
    display: block;
  }
}

/* font helpers */
.font-weight--semibold {
  font-weight: 500;
}

.text-color--brand {
  color: #cb054c;
}

/* margin helpers */
.margin--none {
  margin: 0;
}

/* image component */
.image img {
  max-width: 100%;
}

.image--float-left, .image--float-right {
  display: table;
  max-width: 50%;
}
.image--float-left .alt-text, .image--float-right .alt-text {
  display: table-caption;
  caption-side: bottom;
}

.image--float-left {
  float: left;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .image--float-left {
    float: none;
    margin: 10px auto;
  }
}

.image--float-right {
  float: right;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .image--float-right {
    float: none;
    margin: 10px auto;
  }
}

.alt-text {
  font-size: 14px;
  color: #505050;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.5;
}

.alt-text .credits {
  color: #919191;
  margin-left: 15px;
}

/* breadcrumbs */
.breadcrumbs {
  font-size: 18px;
  color: #707070;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
  margin-bottom: 50px;
}
.breadcrumbs.breadcrumbs-search {
  border: none !important;
}
@media (max-width: 768px) {
  .breadcrumbs {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: none;
    margin-bottom: 0px;
  }
}

.breadcrumb__item {
  display: inline-block;
}

.breadcrumb__item::after {
  content: "";
  margin-left: 7px;
  margin-right: 7px;
  width: 10px;
  height: 12px;
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon-double-arrow-right-grey.svg");
}

.breadcrumb__item:last-of-type:after {
  content: none;
}

.post-content {
  padding-top: 15px;
  padding-bottom: 15px;
}

.post-content::before,
.post-content::after {
  content: "";
  clear: both;
}

.post-content::after {
  display: table;
}

.post-content h1 {
  font-size: 50px;
  line-height: 66px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .post-content h1 {
    font-size: 27px;
    line-height: 1.6;
  }
}

.post-content h2 {
  font-size: 35px;
  line-height: 50px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .post-content h2 {
    font-size: 25px;
    line-height: 1.6;
  }
}

.post-content h3 {
  font-size: 25px;
  line-height: 33px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 15px;
  font-size: 28px;
}
@media (max-width: 768px) {
  .post-content h3 {
    font-size: 23px;
    line-height: 1.6;
  }
}

/* accordion */
.accordion {
  margin-bottom: 30px;
}

.accordion__item {
  background-color: #f7f3e9;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 20px 25px 0px 25px;
}
@media (max-width: 768px) {
  .accordion__item {
    padding: 10px 10px 0px 10px;
  }
}

.accordion__item--bordered {
  border-top: 6px solid #CB054C;
  padding-top: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .accordion__item--bordered {
    padding-top: 20px;
  }
}
.accordion__item--bordered::before {
  content: "";
  border-top: 10px solid #cb054c;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  margin-left: -5px;
  left: 50%;
  top: 0;
}

.accordion__item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.accordion__item__headings {
  max-width: 75%;
}

.accordion__item__header__pretitle {
  font-size: 21px;
  color: #cb054c;
  margin-bottom: 10px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .accordion__item__header__pretitle {
    font-size: 15px;
  }
}

.accordion__item__header__title {
  font-size: 25px;
  line-height: 33px;
  font-family: "Roboto Slab", serif;
}
@media (max-width: 768px) {
  .accordion__item__header__title {
    font-size: 20px;
  }
}

.accordion__item__header__title--lg {
  font-size: 35px;
}
@media (max-width: 768px) {
  .accordion__item__header__title--lg {
    font-size: 20px;
  }
}

.accordion__item__header__button {
  min-width: 40px;
  min-height: 40px;
  cursor: pointer;
  border-radius: 2px;
  background: #cb054c;
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon-double-arrow-down.svg");
}

.accordion__item__header__button--active {
  transform: rotate(180deg);
}

.accordion__item__content {
  overflow: hidden;
  transition: 0.2s height;
  height: 0;
}

.accordion__item__content--active {
  margin-bottom: 20px;
}

.bg-info {
  margin-bottom: 30px;
  background-color: #f7f3e9;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 20px 25px 0px 25px;
}
@media (max-width: 768px) {
  .bg-info {
    padding: 10px 10px 0px 10px;
  }
}

.bg-info--bordered {
  border-top: 6px solid #CB054C;
  padding-top: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .bg-info--bordered {
    padding-top: 20px;
  }
}
.bg-info--bordered::before {
  content: "";
  border-top: 10px solid #cb054c;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  margin-left: -5px;
  left: 50%;
  top: 0;
}

.bg-info__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.bg-info__header__pretitle {
  font-size: 21px;
  color: #cb054c;
  margin-bottom: 10px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .bg-info__header__pretitle {
    font-size: 15px;
  }
}

.bg-info__header__title {
  font-size: 25px;
  line-height: 33px;
  font-family: "Roboto Slab", serif;
}
@media (max-width: 768px) {
  .bg-info__header__title {
    font-size: 20px;
  }
}

.bg-info__header__title--lg {
  font-size: 35px;
}
@media (max-width: 768px) {
  .bg-info__header__title--lg {
    font-size: 20px;
  }
}

.bg-info__content {
  overflow: hidden;
  margin-bottom: 20px;
}

.bg-info__content--active {
  margin-bottom: 20px;
}

/* comments */
.comments_header {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #9e9e9e;
  margin-bottom: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comments-list .comments-list {
  margin-left: 80px;
}

.comments-list__item {
  border-left: 5px solid #cb054c;
}

.comments-list__item__header {
  padding: 17px 45px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}
@media (max-width: 768px) {
  .comments-list__item__header {
    padding: 10px 15px;
    font-size: 14px;
  }
}

.comment-list__item__content {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .comment-list__item__content {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.comment-list__item__user {
  flex: 0 0 200px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .comment-list__item__user {
    flex: 0 0 100px;
  }
}

.comment-list__item__user__img {
  max-width: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.comment-list__item__user__username {
  font-size: 18px;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .comment-list__item__user__username {
    font-size: 14px;
  }
}

.comments__header__title {
  text-align: center;
  margin-bottom: 40px;
}

.comments__header__title {
  text-align: center;
}

.comment-form {
  margin-bottom: 50px;
}
.comment-form #comment {
  width: 100%;
  height: 150px;
  padding: 30px;
  background-color: #F5F5F5;
  border-radius: 5px;
}
.comment-form .control {
  width: 33%;
  margin-bottom: 30px;
  padding-right: 20px;
  display: inline-block;
}
.comment-form .control:first-of-type {
  width: 100%;
}
@media (max-width: 768px) {
  .comment-form .control {
    width: 100%;
  }
}
.comment-form .control input[type=text] {
  width: 100%;
  background-color: #F5F5F5;
  border-radius: 5px;
  border: 1px solid #302F2F;
  line-height: 36px;
}
.comment-form .form-submit {
  text-align: right;
}
.comment-form .submit {
  border: 0;
  color: #fff;
  padding: 15px 30px;
  border-radius: 30px;
  background-color: #CB054C;
}
.comment-form .logged-in-as a {
  color: #CB054C;
}

/* button */
.button {
  border: 0;
  padding: 15px 30px;
  display: inline-block;
  background-color: #C2C2C2;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 768px) {
  .button {
    padding: 10px 15px;
  }
}

.button--rounded {
  border-radius: 30px;
}

.button--brand, a.button--brand {
  color: #fff;
  background-color: #CB054C;
}

.button--block {
  display: block;
  width: 100%;
  text-align: center;
}

/* article card */
.similar-articles {
  margin-bottom: 50px;
  overflow: hidden;
}
.similar-articles__title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .similar-articles__title {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
.similar-articles__item {
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.similar-articles__item__featured-image {
  margin-bottom: 15px;
}
.similar-articles__item__category {
  color: #cb054c;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}
.similar-articles__item__title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
}
.similar-articles__item__content, .similar-articles__item__content p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}
.similar-articles__item__footer {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  font-size: 12px;
  line-height: 18px;
}
.similar-articles__item__footer__marker-button {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon-mark.svg");
}
.similar-articles__item__footer__marked-button {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon-marked.svg");
}

.similar-articles__wrapper {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #9e9e9e;
  margin-left: -20px;
  margin-right: -20px;
}

.similar-articles__wrapper__item {
  border-bottom: 1px solid #9e9e9e;
}

@media (min-width: 992px) {
  .similar-articles__wrapper:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #9e9e9e;
    position: relative;
    top: -1px;
  }
  .similar-articles__wrapper__item {
    flex: 0 0 33.333%;
  }
  
  .similar-articles__wrapper .similar-articles__wrapper__item:nth-of-type(3n) .similar-articles__item:after,
    .threeItemPostBox .txtImgPost:nth-of-type(3n) .similar-articles__item:after {
    display: none;
  }
}


.similar-articles__item:after {
    content: "";
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 40px;
    width: 1px;
    background-color: #9e9e9e;
  }

  
/* .article-card::after {
  content: "";
  display: block;
  width: 1px;
  background: #9E9E9E;
  position: absolute;
  right: -16px;
  top: 40px;
  bottom: 40px;
} */
/* blockquote */
blockquote {
  margin: 0;
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-style: italic;
  border-left: 3px solid #cb054c;
  margin-bottom: 30px;
}

/* author box */
.author-box {
  display: flex;
  border: 1px solid rgba(112, 112, 112, 0.5);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .author-box {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
  }
}

.author-box__image {
  flex: 0 0 130px;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(112, 112, 112, 0.5);
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .author-box__image {
    justify-content: center;
    border-right: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.5);
    margin-bottom: 15px;
  }
}

.author-box__image-wrapper {
  border-radius: 50%;
  overflow: hidden;
}

img.author-box__image__src {
  max-width: 100%;
}

.author-box__content {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .author-box__content {
    padding: 0;
  }
}

/* table */
table {
  width: 100%;
  font-size: 16px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

th, .vc-th td {
  color: #fff;
  text-align: left;
  padding: 20px 30px;
  background-color: #cb054c;
  border: 1px solid #cb054c;
}

td {
  padding: 15px 30px;
  border-bottom: 1px solid #707070;
}

td:first-child {
  border-left: 1px solid #707070;
}

td:last-child {
  border-right: 1px solid #707070;
}

tr:nth-child(even) td {
  background-color: #f7f3e9;
}

/* lists */
.post-content ul, .wpb_text_column ul {
  padding-left: 16px;
}
.post-content ol, .wpb_text_column ol {
  padding-left: 0px;
  counter-reset: item;
}
.post-content ol ol, .wpb_text_column ol ol {
  padding-left: 10px;
}
.post-content ol li, .wpb_text_column ol li {
  display: block;
}
.post-content ol li:before, .wpb_text_column ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  color: #cb054c;
}
.post-content ul li::marker, .wpb_text_column ul li::marker {
  content: "- ";
  font-size: 40px;
  color: transparent;
}
.post-content ul li, .wpb_text_column ul li {
  position: relative;
}
.post-content ul li::before, .wpb_text_column ul li::before {
  content: "";
  width: 10px;
  height: 3px;
  background-color: #CB054C;
  display: inline-block;
  position: absolute;
  left: -15px;
  top: 18px;
}
.post-content a, .post-content a:hover, .post-content a:visited, .wpb_text_column a, .wpb_text_column a:hover, .wpb_text_column a:visited {
  color: #B4B4B5;
  text-decoration: underline;
}

/* archive filters */
.archive-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .archive-filters {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  .archive-filters + form {
    display: none;
  }
  .archive-filters .select2-container {
    width: 100% !important;
  }
  .archive-filters .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .archive-filters {
    flex-wrap: wrap;
  }
}

.archive-filters__wrapper {
  flex: 1;
  overflow: hidden;
  margin-left: 5px;
  margin-right: 5px;
}
.archive-filters__wrapper #magazine_year + .select2 {
  margin-left: 15px;
}
@media (max-width: 768px) {
  .archive-filters__wrapper #magazine_year + .select2 {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .archive-filters__wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.archive-filters__wrapper label {
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
}
.archive-filters__wrapper select {
  padding: 12px 40px;
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  background-color: #E5E5E5;
  border: 0;
  outline: 0;
  appearance: none;
}
@media (max-width: 768px) {
  .archive-filters__wrapper select {
    width: 100%;
  }
}
.archive-filters__wrapper .select2-container {
  width: 100% !important;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .archive-filters__wrapper {
    flex: 0 0 48% !important;
    max-width: 48% !important;
    margin-bottom: 15px;
  }
}

.archive-filters__dropdown--bordered select {
  background-color: #fff;
  border: 1px solid #000;
}

.archive-filters__text-input {
  position: relative;
}
.archive-filters__text-input input[type=text] {
  height: 46px;
  width: 100%;
  line-height: 46px;
  padding-left: 10px;
  padding-right: 30px;
  background-color: transparent;
  outline: 0;
  border: 1px solid #000;
}
@media (max-width: 768px) {
  .archive-filters__text-input input[type=text] {
    width: 100%;
    min-width: initial;
  }
}
.archive-filters__text-input::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  height: 46px;
  width: 30px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon-search.svg");
}

.archive-filters__datepicker {
  display: inline-block;
}
.archive-filters__datepicker:first-of-type {
  margin-right: 15px;
}
@media (max-width: 768px) {
  .archive-filters__datepicker {
    width: 49%;
    margin-right: 0 !important;
  }
}
.archive-filters__datepicker input {
  font-size: 14px;
  max-width: 92px;
  height: 46px;
  line-height: 46px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: transparent;
  outline: 0;
  border: 1px solid #000;
}
@media (max-width: 768px) {
  .archive-filters__datepicker input {
    max-width: none;
    width: 100%;
  }
}

.archive-filters__toggler {
  display: none;
}
@media (max-width: 768px) {
  .archive-filters__toggler {
    display: flex;
    align-items: center;
  }
}

.archive-filters__toggler__icon {
  width: 40px;
  height: 40px;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon-filters.svg");
}

.archive-filters__toggler__label {
  font-size: 18px;
}

.archive-filters__toggler__label--hidden {
  display: none;
}

@media (min-width: 768px) {
  .archive-filters__wrapper--datepicker {
    flex: 0 0 280px;
  }
}

@media (min-width: 768px) {
  .archive-filters__wrapper--search {
    min-width: 200px;
  }
}

.archive {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .archive {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

body.page-template-template-marchive .archive .row {
  display: flex;
  flex-wrap: wrap;
}

.archive__title {
  font-size: 45px;
}
@media (max-width: 768px) {
  .archive__title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 16px !important;
  }
}

.archive__title--mb-25 {
  margin-bottom: 25px;
}

.archive__item {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .archive__item {
    flex-direction: column-reverse;
  }
}

.archive__item--grid {
  flex-direction: column;
  padding: 45px;
  padding-bottom: 35px;
  margin-bottom: 30px;
  border: 1px solid #cbcbcb;
  position: relative;
}
.archive__item--grid .simplefavorite-button {
  position: absolute;
  top: 45px;
  right: 8px;
  cursor: pointer;
}
.archive__item--grid .simplefavorite-button.active {
  opacity: 1;
}
@media (max-width: 768px) {
  .archive__item--grid .simplefavorite-button {
    bottom: -42px;
    top: auto;
    right: -3px;
  }
}
@media (max-width: 768px) {
  .archive__item--grid {
    padding: 12px;
    margin-bottom: 60px;
  }
  .archive__item--grid .button {
    display: none;
  }
}

.archive__item--list {
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px solid #707070;
  position: relative;
}
.archive__item--list .archive__item__image {
  flex: 0 0 300px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .archive__item--list .archive__item__image {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    flex: none;
  }
}
.archive__item--list .simplefavorite-button {
  position: absolute;
  right: 0;
  bottom: 30px;
  cursor: pointer;
}
.archive__item--list .simplefavorite-button.active {
  opacity: 1;
}
@media (max-width: 768px) {
  .archive__item--list .simplefavorite-button {
    bottom: 17px;
  }
}

.archive__item--list:last-of-type {
  border-bottom: 1px solid #707070;
}

.archive__item__detail {
  flex: 1;
}

.archive__item__detail__date {
  font-size: 16px;
  color: #707070;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .archive__item__detail__date {
    font-size: 12px;
  }
}

.archive__item__detail__preheading {
  font-size: 21px;
  color: #cb054c;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .archive__item__detail__preheading {
    font-size: 16px;
  }
}

.archive__item__detail__heading {
  font-size: 35px;
  margin-bottom: 10px;
  font-family: "Roboto Slab", serif;
}
@media (max-width: 768px) {
  .archive__item__detail__heading {
    font-size: 22px;
    line-height: 29px;
    margin-top: 12px;
  }

  .archive__item__detail__short-desc {
    margin-bottom: 30px !important;
  }

  .rightTxt{
    padding-right: 20px;
  }
}

.archive__item__detail__short-desc {
  margin-bottom: 30px;
}

.archive__item__detail__link {
  font-size: 18px;
  color: #CB054C;
}
@media (max-width: 768px) {
  .archive__item__detail__link {
    font-size: 16px;
    max-width: calc(100% - 30px);
    display: inline-block;
  }
}
.archive__item__detail__link::after {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon-download.svg");
  margin-left: 5px;
}
.archive__item__detail__link:hover, .archive__item__detail__link:visited {
  color: #CB054C;
}

.archive__item__title {
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .archive__item__title {
    position: absolute;
    bottom: 0px;
    left: 0;
    margin-bottom: -35px;
    font-size: 14px;
  }
}

.archive__pagination {
  display: flex;
  justify-content: center;
  margin: 50px;
}

.archive__pagination__button {
  min-width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  color: inherit;
}
.archive__pagination__button:hover {
  color: #CB054C;
  text-decoration: none;
  background-color: #f7f3e9;
}

.archive__pagination__button--prev,
.archive__pagination__button--next {
  background-color: #cb054c;
  color: #fff;
  border-radius: 5px;
}
.archive__pagination__button--prev:hover,
.archive__pagination__button--next:hover {
  background-color: #cb054c;
}

.archive__pagination__button--prev {
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon-double-arrow-left.svg");
}

.archive__pagination__button--next {
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon-double-arrow-right.svg");
}

.archive__pagination__button--active {
  background-color: #f7f3e9;
  color: #cb054c;
}

/* page header */
.page-header {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .page-header {
    margin-bottom: 10px;
    flex-direction: column-reverse;
  }
}

.page-header__main {
  flex: 4;
}
.page-header__main p {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .page-header__main p {
    font-size: 16px;
  }
}
.page-header__main h1 span {
  vertical-align: middle;
}

.page-header__aside {
  flex: 1;
  max-width: 255px;
  margin-right: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .page-header__aside {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .page-header__aside {
    margin-top: 30px !important;
    margin-right: 0 !important;
  }
}

.page-header__aside__image {
  margin: 0 0 30px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.page-header__preheading {
  font-size: 21px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  color: #CB054C;
}
@media (max-width: 768px) {
  .page-header__preheading {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
}

.page-header__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .page-header__footer {
    margin-top: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.page-header__footer__left-label {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .page-header__footer__left-label {
    margin-bottom: 5px;
  }
}

.page-header__footer__right-label {
  font-size: 16px;
  line-height: 22px;
  color: #707070;
}
@media (max-width: 768px) {
  .page-header__footer__right-label {
    margin-bottom: 5px;
  }
}

.page-header__buttons {
  float: right;
}
@media (max-width: 768px) {
  .page-header__buttons {
    margin-top: 15px;
  }
}
.page-header__buttons__item {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.page-header__buttons__item--share {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon-share.svg");
  position: relative;
  cursor: pointer;
}
.page-header__buttons__item--share div {
  position: absolute;
  top: 130%;
  transform: translateX(-50%);
  left: 50%;
  border: 1px solid;
  padding: 5px 10px;
  background-color: #fff;
  z-index: 9;
  display: none;
  text-align: center;
}
.page-header__buttons__item--share div::before {
  content: "";
  left: 50%;
  top: -10px;
  position: absolute;
  transform: translateX(-10px);
  border-left: 10px solid transparent;
  border-bottom: 10px solid #000;
  border-right: 10px solid transparent;
}
.page-header__buttons__item--share div::after {
  content: "";
  left: 50%;
  top: -9px;
  position: absolute;
  transform: translateX(-10px);
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
}
.page-header__buttons__item--share div a {
  font-size: 16px;
}
.page-header__buttons__item--share div a:last-of-type {
  padding-right: 0;
}
.page-header__buttons__item--marker {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon-mark.svg");
}
.page-header__buttons__item--marked {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon-marked.svg");
}

.heading-label {
  top: -2px;
  color: #fff;
  height: 22px;
  line-height: 22px;
  padding-left: 15px;
  padding-right: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #CB054C;
  font-size: 14px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
}
.heading-label::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  display: inline-block;
  border-top: 11px solid #CB054C;
  border-left: 11px solid #fff;
  border-bottom: 11px solid #CB054C;
}

.heading-label-img {
  display: inline-block;
  vertical-align: middle;
  line-height: 0 !important;
}
.heading-label-img img {
  margin-bottom: 0 !important;
}
.heading-label-img + a {
  vertical-align: middle;
}

.container {
  width: 90%;
  max-width: 1440px;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
}

.container--w-90 {
  max-width: none;
  width: 90%;
}
@media (max-width: 768px) {
  .container--w-90 {
    width: 100%;
  }
}

.select2-container--default .select2-results__option {
  font-size: 16px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #CB054C;
}
.select2-container--default .select2-selection--single {
  height: 46px;
  border: 0;
  outline: 0;
  border-radius: 0;
  background-color: #E5E5E5;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  text-align: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
}

.wpb_video_heading {
  margin-bottom: 15px;
  color: #CB054C;
}

.wpb_video_widget .wpb_wrapper {
  float: none;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .wpb_video_widget .wpb_wrapper {
    max-width: none;
  }

  .top-menu__shop-menu__list{
    align-items: center;
  }
}

.top-menu__shop-menu__list__item ul.sso li.caption {
    text-align: center;
}
.top-menu__shop-menu__list__item ul.sso li a {
    display: block;
    text-align: center;
}

.widgetItem:empty {
    display: none;
}

.simplefavorite-button {
  cursor: pointer;
}
.simplefavorite-button.active {
  opacity: 1 !important;
}

.widget .wp-block-image img {
  width: 100%;
  max-width: 100%;
}

.widgetItem p:empty {
    display: none;
}

.month-picker {
  border-radius: 0px;
  border: 1px solid #000 !important;
}
.month-picker .ui-widget-header {
  border: none;
  color: #333;
  background: #fff;
  font-weight: normal;
}
.month-picker table {
  margin: 10px 0;
  min-width: 210px;
  border-collapse: collapse !important;
}
.month-picker td {
  border: 0;
  background: none !important;
}
.month-picker .ui-button {
  cursor: pointer;
  border: none;
  border-radius: 0;
  background: transparent;
  width: 4em;
}

.month-picker-year-table {
  margin: 0;
}
.month-picker-year-table .month-picker-previous .ui-state-active,
.month-picker-year-table .month-picker-previous .ui-button:active,
.month-picker-year-table .month-picker-next .ui-state-active,
.month-picker-year-table .month-picker-next .ui-button:active {
  border: none;
  background: inherit;
  background-color: #fff;
}
.month-picker-year-table .month-picker-previous .ui-state-active .ui-icon,
.month-picker-year-table .month-picker-previous .ui-button:active .ui-icon,
.month-picker-year-table .month-picker-next .ui-state-active .ui-icon,
.month-picker-year-table .month-picker-next .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}
.month-picker-year-table .month-picker-previous .ui-button-icon-primary {
  background-position: -96px -16px;
}
.month-picker-year-table .month-picker-next .ui-button-icon-primary {
  background-position: -32px -16px;
}
.month-picker-year-table .month-picker-title .ui-button {
  cursor: pointer;
}
.month-picker-year-table .month-picker-title .ui-button:hover {
  color: #0a4391;
}

.month-picker-month-table .ui-button:hover {
  border: none;
  color: #fff;
  background: #0B4391;
}
.month-picker-month-table .ui-state-active,
.month-picker-month-table .ui-button:active,
.month-picker-month-table .ui-state-highlight {
  border: none;
  color: #fff;
  background: #0B4391;
}

.top-menu {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .top-menu {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
}
.top-menu .sub-menu {
  display: none;
  position: absolute;
  padding: 10px;
  min-width: 200px;
  max-width: 250px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 9;
  color: #000;
  top: calc(100% + 10px);
  list-style: none;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.top-menu .sub-menu::before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: -21px;
  transform: rotate(45deg);
  background-color: #fff;
  transform-origin: 0;
  left: 50%;
  margin-left: -12px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.top-menu .sub-menu::after {
  content: "";
  width: 100%;
  height: 20px;
  top: 0;
  left: 0;
  background-color: #fff;
  display: block;
  position: absolute;
}
.top-menu .sub-menu .top-menu__sites-menu__list__item__link, .top-menu .sub-menu .top-menu__pages-menu__list__item__link {
  font-size: 16px;
}

.top-menu__mobile-menu-toggler {
  display: none;
}
@media (max-width: 1261px) {
  .top-menu__mobile-menu-toggler {
    display: inline-block;
    padding: 13px 20px;
  }
}

.top-menu__logo {
  min-width: 40px;
}
@media (max-width: 1200px) {
  .top-menu__logo {
    max-width: 40px;
  }
}

@media (max-width: 768px) {
  .top-menu__logo__src {
    height: 50px;
    max-width: 100px;
  }
}
.top-menu__logo__src.show-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (max-width: 1261px) {
  .top-menu__sites-menu {
    display: none;
  }
}

@media (max-width: 1261px) {
  .top-menu__pages-menu {
    display: none;
  }
}

.top-menu__sites-menu__list {
  border-right: 1px solid #707070;
}

.top-menu__sites-menu__list, .top-menu__pages-menu__list {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  list-style: none;
  display: flex;
  align-items: center;
}

.top-menu__sites-menu__list__item, .top-menu__pages-menu__list__item {
  position: relative;
}
.top-menu__sites-menu__list__item:hover .sub-menu, .top-menu__pages-menu__list__item:hover .sub-menu {
  display: block;
}

.top-menu__sites-menu__list__item__link, .top-menu__pages-menu__list__item__link {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  padding: 6px;
  text-transform: uppercase;
}
.top-menu__sites-menu__list__item__link:visited, .top-menu__pages-menu__list__item__link:visited {
  color: #535353;
}
.top-menu__sites-menu__list__item__link:hover, .top-menu__pages-menu__list__item__link:hover {
  text-decoration: none;
}

.top-menu__sites-menu__list__item__link {
  color: #535353;
}
.top-menu__sites-menu__list__item__link:visited {
  color: #535353;
}

.top-menu__pages-menu__list__item__link {
  color: #B4B4B5;
}
.top-menu__pages-menu__list__item__link:hover, .top-menu__pages-menu__list__item__link:visited {
  color: #B4B4B5;
}

.top-menu__search {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .top-menu__search {
    order: 9;
    flex: 0 0 100%;
  }
}

form.top-menu__search__form {
  display: flex;
}

.top-menu__search__form__input {
  height: 38px;
  background-color: transparent;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  outline: 0;
  border: 1px solid gray;
  border-left: none;
}

.top-menu__search__form__button {
  width: 50px;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  background: white !important;
  position: relative;
  left: -5px;
  top: 0px;
  border: 1px solid gray;
  border-left: none;
}
.top-menu__search__form__button img {
  filter: invert(62%) sepia(1%) saturate(0%) hue-rotate(259deg) brightness(92%) contrast(89%);
}

.top-menu__shop-menu {
  margin-left: auto;
}

.top-menu__shop-menu__list {
  list-style: none;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

@media (max-width: 1261px) {
  .top-menu__shop-menu__list__item:first-child {
    display: none;
  }
}

.top-menu__shop-menu__list__item__link {
  color: #919191;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 4px 8px;
  border-right: 1px solid #E5E5E5;
}
.top-menu__shop-menu__list__item__link:hover, .top-menu__shop-menu__list__item__link:visited {
  color: #919191;
  text-decoration: none;
}
@media (min-width: 1595px) and (max-width: 1662px) {
  .top-menu__shop-menu__list__item__link {
    font-size: 14px;
    padding: 4px 6px;
  }
}
@media (max-width: 1261px) {
  .top-menu__shop-menu__list__item__link {
    font-size: 0px;
    margin-left: 4px;
    margin-right: 4px;
    border: 0;
  }
}
@media (max-width: 1200px) {
  .top-menu__shop-menu__list__item__link {
    width: 40px;
    height: 40px;
  }
  .top-menu__shop-menu__list__item__link span {
    display: none;
  }
}
@media (max-width: 768px) {
  .top-menu__shop-menu__list__item__link {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1201px) and (max-width: 1594px) {
  .top-menu__shop-menu__list__item__link span {
    display: none;
  }
}
.top-menu__shop-menu__list__item__link img {
  max-width: 24px;
  max-height: 24px;
}
@media (min-width: 1595px) and (max-width: 1662px) {
  .top-menu__shop-menu__list__item__link img {
    max-width: 20px;
    max-height: 20px;
  }
}

.top-menu__shop-menu__list__item__link--always-visible {
  width: auto;
  height: auto;
}

.top-menu__shop-menu__list__item__link--always-visible span {
  display: inline;
}

.top-menu__shop-menu__list__item:last-child .top-menu__shop-menu__list__item__link {
  border: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .top-menu__shop-menu__list__item:last-child .top-menu__shop-menu__list__item__link {
    margin-right: 0;
  }
}

.top-menu__shop-menu__list__item:first-child .top-menu__shop-menu__list__item__link {
  padding-left: 0;
  width: auto;
}

.top-menu__shop-menu__list__item ul {
  display: none;
  position: absolute;
  top: calc(100% + 15px);
  z-index: 9;
  background-color: #fff;
  list-style: none;
  padding: 15px;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

.top-menu__shop-menu__list__item ul:before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: -21px;
  transform: rotate(45deg);
  background-color: #fff;
  transform-origin: 0;
  left: 50%;
  margin-left: -12px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

.top-menu__shop-menu__list__item ul:after {
  content: "";
  width: 100%;
  height: 15px;
  top: 0;
  left: 0;
  background-color: #fff;
  display: block;
  position: absolute;
}

.top-menu__shop-menu__list__item:hover ul {
  display: block;
}

.top-menu__shop-menu__list__item {
  position: relative;
}

.top-menu__shop-menu__list__item li {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  position: relative;
}

.top-menu__shop-menu__list__item li:nth-child(odd) {
  background-color: #F5F5F5;
}

.top-menu__shop-menu__list__item li a {
  display: flex;
  padding: 7px;
}

.top-menu__shop-menu__list__item ul.sso {
  font-family: "Roboto", sans-serif;
  width: 196px;
  font-size: 16px;
  line-height: 22px;
}

.top-menu__shop-menu__list__item ul.sso li {
  font-size: 16px;
  line-height: 22px;
  background-color: #fff;
}

.top-menu__shop-menu__list__item ul.sso li a {
  color: #b4b4b5;
}

.top-menu__shop-menu__list__item ul.sso li a:hover {
  color: #282828;
  text-decoration: none;
  background: #e0e0e6;
}

.top-menu__shop-menu__list__item ul.sso li.no-bg {
  background-color: #fff;
}

.top-menu__shop-menu__list__item ul.sso li.no-bg a {
  justify-content: right;
  color: #0B4391;
}

.top-menu__shop-menu__list__item ul.sso li.no-bg a:hover {
  text-decoration: underline;
}

.top-menu__shop-menu__list__item ul.sso li a.btn {
  color: #fff;
  background: #6ca5d9;
  border-color: #6ca5d9;
  border-radius: 24px;
  border-width: 1px;
  transition: 0.2s ease-in-out 0s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 16px;
}

.top-menu__shop-menu__list__item ul.sso li a.btn:hover {
  color: #fff;
  background: #25328a;
  border-color: #25328a;
  transform: scale(0.9);
  text-decoration: none;
}

.top-menu__shop-menu__list__item ul.sso li.caption {
  border-bottom: 1px solid #798490;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 0;
  color: #282828;
  background: #fff;
}

.top-menu__shop-menu__list__item ul.sso li.logout {
  background: white !important;
}

.top-menu__shop-menu__list__item ul.sso li.logout a {
  padding-left: 25px;
  background: url(../img/icon-logout.svg) no-repeat 0 50%/22px transparent;
  color: #0B4391;
  font-weight: 600;
}

.top-menu__shop-menu__list__item ul.sso li.logout a:hover {
  text-decoration: underline;
}

.top-menu__shop-menu__list__item li a img {
  max-width: 95px;
  margin-right: 10px;
}

.main-menu {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .main-menu {
    display: none;
  }
}

.main-menu__logo {
  position: relative;
  max-width: 250px;
  left: -8px;
  z-index: 1;
}
@media (max-width: 990px) {
  .main-menu__logo {
    max-width: 190px;
  }
}

.main-menu__logo__src {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-right: 10%;
  max-width: 70%;
  max-height: 60%;
}

.main-menu__menu {
  width: 100%;
  background-color: #EF6700;
  color: #fff;
  position: absolute;
  padding-left: 250px;
  width: calc(100vw - 5% - 25px);
}
@media (max-width: 990px) {
  .main-menu__menu {
    padding-left: 170px;
  }
}

.main-menu__menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

#gform_confirmation_wrapper_2 ~ div {
  display: none;
}

.main-menu__menu__list__item {
  padding: 12px 20px;
  position: relative;
  font-size: 20px;
}
.main-menu__menu__list__item:hover .sub-menu {
  display: block;
}
@media (max-width: 1200px) {
  .main-menu__menu__list__item {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  .main-menu__menu__list__item {
    padding: 12px 10px;
  }
}

.main-menu__menu__list__item__link {
  padding: 2px 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.main-menu__menu .sub-menu {
  display: none;
  position: absolute;
  padding: 10px;
  min-width: 240px;
  max-width: 300px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 9;
  color: #000;
  top: calc(100% + 10px);
  list-style: none;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.main-menu__menu .sub-menu::before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: -21px;
  transform: rotate(45deg);
  background-color: #fff;
  transform-origin: 0;
  left: 50%;
  margin-left: -12px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.main-menu__menu .sub-menu::after {
  content: "";
  width: 100%;
  height: 20px;
  top: 0;
  left: 0;
  background-color: #fff;
  display: block;
  position: absolute;
}

.sub-menu .main-menu__menu__list__item {
  padding: 0;
  background-color: #fff;
}
.sub-menu .main-menu__menu__list__item a {
  display: block;
  padding: 12px 20px;
}
.sub-menu .main-menu__menu__list__item a:hover {
  background-color: #F5F5F5;
}

.image-box {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
  transition: 0.2s transform;
}
.image-box:hover {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.21);
  transform: scale(1.02);
}

.post-slider {
  margin-top: 50px;
  margin-bottom: 50px;
}

.post-slider__title {
  text-align: center;
}

.post-slider__slides {
  margin-top: 30px;
  position: relative;
}

.post-slider__slides .slick-track {
  display: flex;
}

.post-slider__slides .slick-track .slick-slide {
  height: inherit;
  display: flex;
  flex-direction: column;
}
.post-slider__slides .slick-track .slick-slide a {
  outline: 0;
}

.post-slider__slides__item {
  padding-left: 20px;
  padding-right: 20px;
}

.post-slider__slides__item__image img {
  width: 100%;
}

.post-slider__slides__item__content {
  flex: 1;
  padding: 30px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
}

.post-slider__slides__item__content__title {
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 30px;
}

.post-slider__slides__item__content__desc {
  margin: 0;
  font-size: 22px;
}

.post-slider__slides__item__content__image a,
.post-slider__slides__item__content__title a,
.post-slider__slides__item__content__desc a {
  color: inherit;
  text-decoration: none;
}
.post-slider__slides__item__content__image a:hover, .post-slider__slides__item__content__image a:visited,
.post-slider__slides__item__content__title a:hover,
.post-slider__slides__item__content__title a:visited,
.post-slider__slides__item__content__desc a:hover,
.post-slider__slides__item__content__desc a:visited {
  color: inherit;
  text-decoration: none;
}

.post-slider .slick-list {
  padding-bottom: 15px;
}

.post-slider__slides__nav__prev.slick-arrow, .post-slider__slides__nav__next.slick-arrow {
  position: absolute;
  top: 50%;
  width: 25px;
  padding: 5px;
  cursor: pointer;
}

.post-slider__slides__nav__prev.slick-arrow {
  left: -20px;
}
@media (max-width: 768px) {
  .post-slider__slides__nav__prev.slick-arrow {
    left: -5px;
  }
}

.post-slider__slides__nav__next.slick-arrow {
  right: -20px;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .post-slider__slides__nav__next.slick-arrow {
    right: -5px;
  }
}

.event-slider {
  margin-bottom: 50px;
  position: relative;
}

.event-slider--ribon {
  padding: 50px;
}

.event-slider--related .slick-slider .slick-track {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .event-slider--related {
    max-width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
  }
}

.event-slider__title--text-center {
  text-align: center;
}

.event-slider .slick-list {
  padding-top: 15px;
  padding-bottom: 15px;
}

.event-slider .slick-track {
  display: flex;
}

.event-slider .slick-slide {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  height: inherit;
}

.event-slider__slides__item {
  padding: 30px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  max-width: 100%;
}
.event-slider__slides__item a {
  outline: 0;
}

.event-slider__slides__item {
  transition: 0.2s transform;
}

.event-slider__slides__item:hover {
  transform: scale(1.02);
}

.event-slider__slides__item__header {
  display: flex;
  margin-bottom: 15px;
  height: 25px;
}

.event-slider__slides__item__header__label {
  display: inline-block;
  font-size: 12px;
  line-height: 1.3;
  padding: 8px 10px;
  text-transform: uppercase;
  margin-right: 8px;
}

.event-slider__slides__item__header__label--green {
  color: #fff;
  background-color: #1CAF00;
}

.event-slider__slides__item__header__label--red {
  color: #fff;
  background-color: #CB0202;
}

.event-slider__slides__item__image {
  width: 50%;
  max-width: 230px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
}

.event-slider__slides__item__marker {
  width: 30px;
  height: 30px;
  margin-left: auto;
  display: inline-block;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-mark.svg);
}

.event-slider__slides__item__event__type {
  font-size: 12px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

.event-slider__slides__item__event__info {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.event-slider__slides__item__event__info__icon {
  margin-right: 7px;
  min-width: 12px;
  max-width: 18px;
  line-height: 0;
}
.event-slider__slides__item__event__info__icon img {
  height: 16px !important;
}

.event-slider__slides__item__event__info__label {
  font-size: 16px;
  line-height: 1.3;
  color: #919191;
  font-family: "Roboto", sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.event-slider__slides__item__event {
  margin-bottom: 20px;
}

.event-slider__slides__item__event__title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  color: #2a2a2a !important;
}
.event-slider__slides__item__event__title.shop-product-title {
  font-size: 16px;
  margin-top: 30px;
}

.event-slider__slides__item__event__desc,
.event-slider__slides__item__event__desc + p {
  font-size: 18px;
}

.event-slider__slides__item__event__desc + p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.event-slider__slides__item--inactive > a {
  opacity: 0.4;
}

.event-slider__slides__item__event__inactive-layer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  opacity: 1 !important;
}

.event-slider__slides__item__event__inactive-layer__label {
  flex: 1;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #CB0202;
}

.event-slider__slides__item--inactive .event-slider__slides__item__event__inactive-layer {
  display: flex;
}

.event-slider__slides__item .simplefavorite-button {
  position: absolute;
  right: 15px;
  z-index: 1;
}

.event-slider--with-ribon {
  padding: 50px;
  margin-top: 50px;
  position: relative;
  background-color: #FAF7F1;
}
@media (max-width: 768px) {
  .event-slider--with-ribon {
    padding-left: 0;
    padding-right: 0;
  }
}

.event-slider-ribon {
  background-color: transparent;
  width: 220px;
  max-width: 80%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  right: -30px;
  top: -36px;
  position: absolute;
  text-align: center;
  width: 220px;
  right: -23px;
  top: -35px;
}
@media (max-width: 768px) {
  .event-slider-ribon {
    height: 60px;
    line-height: 60px;
    top: -30px;
    right: -15px;
    min-width: initial;
    max-width: 150px;
  }
}

.event-slider-ribon__before {
  position: absolute;
  border-style: solid;
  border-width: 30px;
  border-right: 0px;
  left: -29px;
  border-top-color: #707070;
  border-bottom-color: #707070;
  border-left-color: transparent;
  top: -1px;
}
@media (max-width: 768px) {
  .event-slider-ribon__before {
    border-width: 30px;
    border-right: 0px;
    left: -29px;
  }
}
.event-slider-ribon__before::before {
  content: "";
  top: -29px;
  position: absolute;
  border-style: solid;
  border-width: 29px;
  border-right: 0px;
  left: -28px;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-left-color: transparent;
  left: -28px;
}

.event-slider-ribon__after {
  right: 0;
  top: 100%;
  position: absolute;
  border-style: solid;
  width: 30px;
  height: 30px;
  border-width: 15px;
  border-top-color: #0B4391;
  border-left-color: #0B4391;
  border-right-color: transparent;
  border-bottom-color: transparent;
  opacity: 0.3;
  border-top-color: #EF6700;
  border-left-color: #EF6700;
  border-right-color: transparent;
  border-bottom-color: transparent;
  opacity: 0.3;
  opacity: 1;
  width: 15px;
  height: 15px;
  border-width: 7px;
}

.event-slider__link-wrapper {
  margin-top: 50px;
  text-align: center;
}

.event-slider__link-wrapper__link {
  border: 0;
  outline: 0;
  color: #fff;
  padding: 15px 50px;
  display: inline-block;
  border-radius: 50px;
  background-color: #EF6700;
}
.event-slider__link-wrapper__link:hover, .event-slider__link-wrapper__link:focus, .event-slider__link-wrapper__link:visited {
  color: #fff;
}
.event-slider__link-wrapper__link img {
  margin-left: 12px;
  transition: transform 0.2s;
}
.event-slider__link-wrapper__link:hover {
  color: #fff;
}
.event-slider__link-wrapper__link:hover img {
  transform: translateX(7px);
}

.event-slider__slides__nav__prev.slick-arrow, .event-slider__slides__nav__next.slick-arrow {
  position: absolute;
  top: 50%;
  width: 25px;
  padding: 5px;
  cursor: pointer;
}

.event-slider__slides__nav__prev.slick-arrow {
  left: -20px;
}
@media (max-width: 768px) {
  .event-slider__slides__nav__prev.slick-arrow {
    left: -5px;
  }
}

.event-slider__slides__nav__next.slick-arrow {
  right: -20px;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .event-slider__slides__nav__next.slick-arrow {
    right: -5px;
  }
}

.prefooter {
  background-image: url(../img/prefooter-bg.png);
  padding: 5% 5% 5% 15%;
  margin: 30px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -20px 0;
  position: relative;
}
@media (max-width: 768px) {
  .prefooter {
    background-image: none;
    padding: 30px;
    background-color: #faf7f2;
    margin-bottom: 0px;
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  .prefooter {
    background: none;
    background-color: #FAF7F1;
    padding: 30px;
  }
}

.prefooter__decoration {
  content: "";
  height: calc(100% - 60px);
  position: absolute;
  left: 80%;
  width: 50vw;
  top: 0;
  bottom: 0;
  z-index: -1;
  margin-top: 5%;
  background-color: #F1EFEA;
  box-shadow: 0 5px 23px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .prefooter__decoration {
    display: none;
  }
}
@media (max-width: 990px) {
  .prefooter__decoration {
    display: none;
  }
}

.prefooter__decoration:before {
  content: "";
  background-image: url(../img/prefooter-right-bottom.png);
}

.prefooter__mobile-decoration {
  display: none;
}
@media (max-width: 768px) {
  .prefooter__mobile-decoration {
    display: block;
    margin-bottom: 30px;
    margin-top: -3.1%;
    margin-left: -9%;
    margin-right: -9%;
  }
  .prefooter__mobile-decoration img {
    width: 100%;
  }
}

.prefooter__title {
  font-size: 35px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .prefooter__title {
    font-size: 20px;
    text-align: center;
    margin-left: 0 !important;
  }
  .prefooter__title ~ p {
    text-align: center;
    margin-left: 0 !important;
  }
}

@media (max-width: 768px) {
  .prefooter__short-desc {
    text-align: center;
  }
}

.person-box {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .person-box {
    flex-direction: column;
    margin-bottom: 30px;
  }
}

.person-box__image {
  max-width: 140px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .person-box__image {
    padding: 0;
  }
}

.person-box__content {
  border-left: 1px solid rgba(112, 112, 112, 0.5);
  padding-left: 20px;
}
@media (max-width: 768px) {
  .person-box__content {
    padding: 0;
    border: 0;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(112, 112, 112, 0.5);
    text-align: center;
  }
}

.person-box__content__title {
  font-weight: normal;
}

.person-box__content__list {
  list-style-type: none;
  padding: 0;
}

.person-box__content__list__item a {
  text-decoration: underline;
  color: #0B4391;
}

.tabs__btns {
  display: flex;
}
@media (max-width: 768px) {
  .tabs__btns {
    max-width: 100%;
    overflow-x: scroll;
    padding-bottom: 30px;
  }
}

.tabs__btns__item {
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  margin-left: -1px;
  padding: 20px 60px;
  position: relative;
}
.tabs__btns__item:first-child {
  margin-left: 0px;
}
@media (max-width: 768px) {
  .tabs__btns__item {
    padding: 15px;
    font-size: 14px;
  }
}

.tabs__btns--orange .tabs__btns__item {
  color: #EF6700;
  border: 1px solid #657A84;
}
.tabs__btns--orange .tabs__btns__item--active {
  background-color: #EF6700;
  border: 1px solid #EF6700;
  color: #fff;
}
.tabs__btns--orange .tabs__btns__item--active:before {
  content: "";
  left: 50%;
  top: 100%;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #EF6700;
  margin-left: -12px;
}

.tabs__btns--blue .tabs__btns__item {
  background-color: #FAF8F3;
}
.tabs__btns--blue .tabs__btns__item--active {
  background-color: #0B4391;
  border: 1px solid #0B4391;
  color: #fff;
}
.tabs__btns--blue .tabs__btns__item.tabs__btns__item--active:before {
  content: "";
  left: 50%;
  top: 100%;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #0a4391;
  margin-left: -12px;
}

.tabs__content__item {
  display: none;
}

.tabs__content__item--active {
  display: block;
}

.tabs__content {
  padding: 40px;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .tabs__content {
    padding: 0;
    box-shadow: none;
  }
}

.tabs__content--no-shadow {
  box-shadow: none;
}

.tabs__content--no-padding {
  padding: 0;
}

.events-list__item {
  padding: 15px;
  padding-bottom: 0;
  margin-bottom: 10px;
  border: 1px solid #919191;
}

.events-list__item:last-of-type {
  margin-bottom: 0;
}

.events-list__item__header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.events-list__item__header[data-toggle-btn] {
  cursor: pointer;
}
@media (max-width: 768px) {
  .events-list__item__header {
    padding-right: 35px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.events-list__item__header--active .events-list__item__header__icon {
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon-minus.svg");
}

.events-list__item__header__icon {
  width: 24px;
  height: 24px;
  background-color: #EF6700;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon-plus--white.svg");
  margin-right: 10px;
}
@media (max-width: 768px) {
  .events-list__item__header__icon {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
  }
}

.events-list__item__header__title {
  font-size: 25px;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
  max-width: 100%;
  word-wrap: break-word;
}

.events-list__item__header__time {
  font-size: 18px;
  color: #303030;
  margin-left: auto;
  font-weight: bold;
  margin-bottom: 10px;
}
.events-list__item__header__time img {
  width: 27px;
}
@media (max-width: 768px) {
  .events-list__item__header__time {
    margin: 0;
    margin-top: 15px;
  }
}

.events-list__item__authors__item__main {
  display: flex;
  margin-bottom: 20px;
}
.events-list__item__authors__item__main[data-toggle-btn] {
  cursor: pointer;
}

.events-list__item__authors__item__main__img {
  max-width: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .events-list__item__authors__item__main__img {
    max-width: 40px;
    margin-right: 15px;
  }
}

.events-list__item__authors__item__main__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.events-list__item__authors__item__main__info__name {
  color: #657A84;
  font-size: 20px;
  margin: 0px;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
}
@media (max-width: 768px) {
  .events-list__item__authors__item__main__info__name {
    font-size: 14px;
  }
}

.events-list__item__authors__item__main__info__position {
  font-size: 16px;
  display: none;
  color: #919191;
  line-height: 1.3;
  font-weight: normal;
  margin: 0px;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
}
@media (max-width: 768px) {
  .events-list__item__authors__item__main__info__position {
    font-size: 14px;
  }
}

.events-list__item__desc {
  color: #484848;
  margin-bottom: 20px;
}
/* .events-list__item__desc[data-toggle-content] {
  display: none;
} */

.events-list__item__desc--active[data-toggle-content] {
  display: block;
}

.events-list__show-all-items {
  display: flex;
  justify-content: center;
}

.events-list__show-all-items__btn {
  border: 0;
  outline: 0;
  color: #fff;
  padding: 20px 45px;
  display: inline-block;
  border-radius: 50px;
  background-color: #EF6700;
  margin-top: 40px;
}
.events-list__show-all-items__btn:hover, .events-list__show-all-items__btn:focus, .events-list__show-all-items__btn:visited {
  color: #fff;
}
.events-list__show-all-items__btn img {
  margin-left: 12px;
  transition: transform 0.2s;
}
.events-list__show-all-items__btn:hover {
  color: #fff;
}
.events-list__show-all-items__btn:hover img {
  transform: translateX(7px);
}

.authors-slider__slides {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

.authors-slider__title {
  text-align: center;
}

.authors-slider__slides__item__img {
  overflow: hidden;
  max-width: 184px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.authors-slider__slides__item__info {
  text-align: center;
}

.authors-slider__slides__item__info__name {
  font-size: 25px;
  line-height: 1.3;
  font-weight: normal;
}

.authors-slider__slides__item__info__title {
  font-size: 20px;
  line-height: 1.3;
  color: #535353;
  margin-top: 5px;
  display: none;
}

.authors-slider .slick-dots {
  bottom: -40px;
}
.authors-slider .slick-dots li.slick-active button:before {
  color: #EF6700;
}

body > footer {
  margin-top: 100px;
  border-top: 7px solid #0B4391;
}

.footer {
  display: flex;
  position: relative;
  padding-top: 40px;
  padding-left: 150px;
  padding-bottom: 60px;
}
@media (max-width: 990px) {
  .footer {
    padding-left: 100px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
    display: block;
  }
}

.footer__logo {
  top: 0;
  left: 0;
  width: 150px;
  position: absolute;
}
@media (max-width: 990px) {
  .footer__logo {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .footer__logo {
    position: static;
  }
}

.footer__col__subtitle {
  color: #474343;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 0) {
  .footer__col__subtitle {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .footer__col__subtitle {
    font-size: 20px;
  }
}

.footer__col__main-title {
  color: #4A4A4A;
  line-height: 1.3;
  margin-bottom: 25px;
  font-family: "Roboto Slab", serif;
}
@media (min-width: 0) {
  .footer__col__main-title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .footer__col__main-title {
    font-size: 30px;
  }
}

.footer__col--1 {
  flex: 0 0 40%;
  max-width: 40%;
  padding-left: 40px;
  padding-right: 20px;
  border-right: 1px solid #E5E5E5;
}
@media (max-width: 768px) {
  .footer__col--1 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 35px;
    padding-top: 30px;
  }
}

.footer__col--2, .footer__col--3 {
  flex: 0 0 30%;
  max-width: 30%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .footer__col--2, .footer__col--3 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

.footer__col--2 {
  border-right: 1px solid #E5E5E5;
}
@media (max-width: 768px) {
  .footer__col--2 {
    padding-bottom: 20px;
  }
}

.footer__col--3 {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .footer__col--3 .footer__col__main-title {
    display: none;
  }
}

.footer__col__button {
  border: 0;
  outline: 0;
  color: #fff;
  padding: 10px 70px;
  display: inline-block;
  border-radius: 50px;
  background-color: #0B4391;
  display: block;
  max-width: 270px;
  text-align: center;
  padding: 10px 20px;
}
.footer__col__button:hover, .footer__col__button:focus, .footer__col__button:visited {
  color: #fff;
}
.footer__col__button img {
  margin-left: 12px;
  transition: transform 0.2s;
}
.footer__col__button:hover {
  color: #fff;
}
.footer__col__button:hover img {
  transform: translateX(7px);
}
@media (min-width: 769px) and (max-width: 990px) {
  .footer__col__button {
    padding: 10px 30px;
  }
}
.footer__col__button img {
  margin-left: 12px;
  transition: transform 0.2s;
}
@media (min-width: 769px) and (max-width: 990px) {
  .footer__col__button img {
    display: none;
  }
}
.footer__col__button:hover {
  color: #fff;
}
.footer__col__button:hover img {
  transform: translateX(7px);
}
@media (max-width: 768px) {
  .footer__col__button {
    padding: 10px;
    text-align: center;
    min-width: 240px;
  }
}

.footer__col__social-share {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .footer__col__social-share {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.footer__col__social-share__title {
  font-size: 18px;
  color: #535353;
  font-weight: normal;
  margin-bottom: 20px;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .footer__col__social-share__title {
    display: none;
  }
}

.footer__col__social-share__icons__item {
  margin-right: 10px;
  display: inline-block;
}

.footer__col__menu {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .footer__col__menu {
    margin-bottom: 35px;
  }
}

.footer__col__menu:last-of-type {
  margin-bottom: 0;
}

.footer__col__menu__title {
  color: #535353;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.footer__col__menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

.footer__col__menu__list__item a {
  display: block;
  font-size: 18px;
  color: #535353;
  margin-bottom: 10px;
  font-family: "Roboto Slab", serif;
}
.footer__col__menu__list__item a img {
  max-width: 100px;
}

.footer__copyright {
  padding: 20px 0;
  font-size: 18px;
  color: #535353;
  text-align: center;
  border-top: 1px solid #E5E5E5;
}
@media (max-width: 768px) {
  .footer__copyright {
    display: none;
  }
}

.footer__copyright__text {
  display: inline-block;
  margin-right: 15px;
}
.footer__copyright__text:last-of-type {
  margin-right: 0;
}

.footer__col__copyright {
  display: none;
}
@media (max-width: 768px) {
  .footer__col__copyright {
    display: block;
    padding-bottom: 35px;
  }
}

.footer__col__copyright__text {
  display: block;
  font-size: 18px;
  color: #535353;
  margin-bottom: 10px;
  font-family: "Roboto Slab", serif;
}

.author-page__title-wrapper {
  display: flex;
  position: relative;
}

.author-page__title {
  background-color: #FAF7F1;
  color: #303030;
  text-align: center;
  padding: 40px 30px;
  font-weight: normal;
  margin-bottom: 50px;
  line-height: 1.3;
  flex: 1;
}
@media (min-width: 0) {
  .author-page__title {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .author-page__title {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .author-page__title {
    padding-left: 110px !important;
  }
}

.author-page__image {
  display: none;
}
@media (max-width: 768px) {
  .author-page__image {
    display: block;
    max-width: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    overflow: hidden;
  }
}

.author-page-header {
  display: flex;
  margin-bottom: 30px;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .author-page-header {
    margin-bottom: 10px;
    flex-direction: column-reverse;
  }
}

.author-page-header__aside {
  flex: 1;
  max-width: 255px;
  margin-right: 30px;
  text-align: center;
  border-right: 1px solid #707070;
  padding-right: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .author-page-header__aside {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .author-page-header__aside {
    display: none;
  }
}

.author-page-header__aside__image {
  margin: 0 0 30px 0;
  border-radius: 50%;
  overflow: hidden;
}

.author-page-header__main {
  flex: 4;
  display: flex;
  align-items: center;
  color: #535353;
}
.author-page-header__main p {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .author-page-header__main p {
    font-size: 16px;
  }
}
.author-page-header__main p {
  color: #535353;
}

.service-box {
  display: flex;
  max-width: 100%;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 40px;
  transition: transform 0.2s;
}
.service-box:hover {
  transform: scale(1.02);
}
@media (max-width: 768px) {
  .service-box {
    flex-direction: column;
  }
}

.service-box__image {
  flex: 0 0 40%;
  max-width: 40%;
  padding-left: 35px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .service-box__image {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    flex: 1;
  }
}

.service-box__main {
  flex: 0 0 60%;
  max-width: 60%;
  padding-left: 20px;
  padding-right: 35px;
  border-left: 2px solid #657A84;
}
@media (max-width: 768px) {
  .service-box__main {
    flex: 1;
    max-width: 100%;
    margin-top: 30px;
    border-left: none;
    border-top: 2px solid #657A84;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}

.service-box__main__title {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.service-box__main__desc {
  color: #484848;
  font-family: "Open Sans", sans-serif;
}

.service-box__main__btn {
  border: 0;
  outline: 0;
  color: #fff;
  padding: 10px 10px;
  display: inline-block;
  border-radius: 50px;
  background-color: #0B4391;
  min-width: 80%;
  margin-top: 30px;
  text-align: center;
}
.service-box__main__btn:hover, .service-box__main__btn:focus, .service-box__main__btn:visited {
  color: #fff;
}
.service-box__main__btn img {
  margin-left: 12px;
  transition: transform 0.2s;
}
.service-box__main__btn:hover {
  color: #fff;
}
.service-box__main__btn:hover img {
  transform: translateX(7px);
}
.service-box__main__btn img {
  margin-left: 12px;
  transition: transform 0.2s;
}
.service-box__main__btn:hover {
  color: #fff;
}
.service-box__main__btn:hover img {
  transform: translateX(7px);
}

.faq-box {
  padding: 15px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #919191;
  margin-bottom: 20px;
}

.faq-box--blue {
  border-color: #0B4391;
}

.faq-box__title {
  cursor: pointer;
  color: #484848;
  line-height: 1.3;
  position: relative;
  font-weight: normal;
  padding-right: 40px;
  font-family: "Open Sans", sans-serif;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .faq-box__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 0) {
  .faq-box__title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .faq-box__title {
    font-size: 20px;
  }
}
.faq-box__title:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon-plus.svg");
}

.faq-box--blue .faq-box__title {
  color: #373737;
}

@media (max-width: 768px) {
  .faq-box__title--active {
    -webkit-line-clamp: unset;
  }
}
.faq-box__title--active::before {
  transform: translateY(-50%) rotate(45deg);
}

.faq-box__desc {
  display: none;
  margin-top: 15px;
  padding-right: 40px;
}

@media (min-width: 0) {
  .faq-box__desc, .faq-box__desc p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .faq-box__desc, .faq-box__desc p {
    font-size: 18px;
  }
}

.faq-box__desc--active {
  display: block;
}

.author-box-icons {
  display: flex;
  max-width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .author-box-icons {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px !important;
  }
}

.author-box-icons__image {
  flex: 0 0 40%;
  max-width: 300px;
  padding-left: 35px;
  padding-right: 20px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .author-box-icons__image {
    padding: 0;
    max-width: 200px;
  }
}

.author-box-icons__image-wrapper {
  overflow: hidden;
  border-radius: 50%;
}

.author-box-icons__main {
  flex: 0 0 60%;
  max-width: 60%;
  padding-left: 20px;
  padding-right: 35px;
  border-left: 2px solid #0B4391;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 0;
}
@media (max-width: 768px) {
  .author-box-icons__main {
    padding: 0;
    border: 0;
    padding-top: 20px;
    border-top: 2px solid #0B4391;
    margin-top: 20px;
  }
}

.author-box-icons__main--with-quote {
  border: 0;
}
@media (max-width: 768px) {
  .author-box-icons__main--with-quote {
    padding: 0;
    padding-top: 20px;
    border-top: 2px solid #0B4391;
    margin-top: 20px;
    border: 0;
    position: relative;
  }
  .author-box-icons__main--with-quote:before {
    content: "";
    width: 200px;
    height: 2px;
    background-color: #0B4391;
    margin-left: auto;
    margin-right: auto;
  }
}

.author-box-icons__main__quote {
  font-style: italic;
  margin-bottom: 20px;
  color: #302F2F;
  padding-left: 20px;
  border-left: 2px solid #0B4391;
  margin-left: -20px;
}
@media (max-width: 768px) {
  .author-box-icons__main__quote {
    padding: 0;
    border: 0;
    margin-left: 0;
  }
}

.author-box-icons__main__title {
  font-size: 35px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: normal;
  color: #0B4391;
}
@media (min-width: 0) {
  .author-box-icons__main__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .author-box-icons__main__title {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .author-box-icons__main__title {
    margin-top: 0;
  }
}

.author-box-icons__main__desc {
  color: #302F2F;
  font-weight: bold;
  margin-bottom: 20px;
}

.author-box-icons__main__btn {
  border: 0;
  outline: 0;
  color: #fff;
  padding: 10px 10px;
  display: inline-block;
  border-radius: 50px;
  background-color: #0B4391;
  min-width: 80%;
  margin-top: 30px;
  text-align: center;
}
.author-box-icons__main__btn:hover, .author-box-icons__main__btn:focus, .author-box-icons__main__btn:visited {
  color: #fff;
}
.author-box-icons__main__btn img {
  margin-left: 12px;
  transition: transform 0.2s;
}
.author-box-icons__main__btn:hover {
  color: #fff;
}
.author-box-icons__main__btn:hover img {
  transform: translateX(7px);
}
.author-box-icons__main__btn img {
  margin-left: 12px;
  transition: transform 0.2s;
}
.author-box-icons__main__btn:hover {
  color: #fff;
}
.author-box-icons__main__btn:hover img {
  transform: translateX(7px);
}

.author-box-icons__main__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .author-box-icons__main__list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.author-box-icons__main__list__item {
  color: #303030;
  padding-left: 25px;
  margin-bottom: 10px;
}
.author-box-icons__main__list__item:last-child {
  margin-bottom: 0;
}

.author-box-icons__main__list__item--mail {
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon-mail.svg");
  background-position: left;
}

.author-box-icons__main__list__item--phone {
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon-phone.svg");
  background-position: left;
}

.download-list-form {
  display: flex;
}
@media (max-width: 768px) {
  .download-list-form {
    flex-direction: column;
  }
  .download-list-form form {
    max-width: 100%;
  }
}

.download-list-form__image {
  max-width: 190px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .download-list-form__image {
    display: flex;
    align-self: center;
    margin-bottom: 50px;
  }
}

.download-list-form__form {
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.download-list-form__form div {
  margin-bottom: 20px;
}
.download-list-form__form div::last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .download-list-form__form {
    padding: 0;
  }
}

.download-list-form__form__label {
  color: #000;
}

.download-list-form__form__input {
  height: 50px;
  border-radius: 4px;
  border: 1px solid #535353;
  width: 400px;
  max-width: 100%;
}

.download-list-form__form__button {
  border: 0;
  outline: 0;
  color: #fff;
  padding: 10px 50px;
  display: inline-block;
  border-radius: 50px;
  background-color: #0B4391;
}
.download-list-form__form__button:hover, .download-list-form__form__button:focus, .download-list-form__form__button:visited {
  color: #fff;
}
.download-list-form__form__button img {
  margin-left: 12px;
  transition: transform 0.2s;
}
.download-list-form__form__button:hover {
  color: #fff;
}
.download-list-form__form__button:hover img {
  transform: translateX(7px);
}
.download-list-form__form__button img {
  margin-left: 12px;
  transition: transform 0.2s;
}
.download-list-form__form__button:hover {
  color: #fff;
}
.download-list-form__form__button:hover img {
  transform: translateX(7px);
}

.download-list-content {
  overflow: hidden;
  margin-top: 50px;
}

.download-list-content__group {
  margin-bottom: 50px;
}

.download-list-content__group__title {
  font-weight: normal;
  margin-bottom: 30px;
}

.download-list-content__group__item {
  display: flex;
  margin-bottom: 10px;
}

.download-list-content__group__item__title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: normal;
  color: #000000;
  background-color: #F5F5F5;
  padding: 15px 30px;
  margin-right: 10px;
  flex: 1 1 auto;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 768px) {
  .download-list-content__group__item__title {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.download-list-content__group__item__button {
  border: 0;
  flex: 0 0 auto;
  font-size: 16px;
  flex-basis: 200px;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Open Sans", sans-serif;
  background-color: #F5F5F5;
  display: flex;
  color: inherit !important;
  text-decoration: inherit !important;
  vertical-align: bottom;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.download-list-content__group__item__button img {
  max-width: 30px;
  margin-right: 7px;
}
@media (max-width: 768px) {
  .download-list-content__group__item__button {
    font-size: 0;
    flex-basis: 40px;
  }
  .download-list-content__group__item__button img {
    margin: 0;
  }
}

.timeline {
  display: flex;
  position: relative;
  flex-direction: column;
  padding-top: 50px;
  margin-bottom: 50px;
}
.timeline::after {
  content: "";
  width: 2px;
  left: 50%;
  margin-left: -1px;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: #0B4391;
}
@media (max-width: 768px) {
  .timeline::after {
    left: 10px !important;
  }
}

.timeline__item {
  width: 50%;
  display: flex;
  text-align: right;
  padding-right: 50px;
  flex-direction: row-reverse;
  position: relative;
}
.timeline__item::after {
  content: "";
  width: 50px;
  height: 2px;
  right: 0;
  top: 75px;
  position: absolute;
  background-color: #0B4391;
}
@media (max-width: 768px) {
  .timeline__item {
    width: 100% !important;
    text-align: left !important;
    flex-direction: column !important;
    padding-left: 30px !important;
    padding-right: 0 !important;
    margin-bottom: 20px !important;
  }
  .timeline__item::after {
    left: 10px !important;
    width: 20px !important;
  }
}

.timeline__item__image {
  flex: 0 0 150px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .timeline__item__image {
    margin: 0 !important;
    flex: auto !important;
    max-width: 150px;
  }
}

.timeline__item:nth-child(odd) {
  text-align: left;
  flex-direction: row;
  align-self: flex-end;
  padding-right: 0;
  padding-left: 50px;
}
.timeline__item:nth-child(odd) .timeline__item__image {
  margin-left: 0;
  margin-right: 20px;
}
.timeline__item:nth-child(odd)::after {
  left: 0;
  top: 75px;
  right: auto;
}

.timeline__item__content__year {
  font-size: 32px;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
}

.timeline__item__content__desc {
  font-size: 18px;
  color: #101010;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
}

.ribon-container {
  padding: 50px;
  position: relative;
  margin-bottom: 50px;
  border-radius: 10px;
  border: 2px solid #E5E5E5;
}
@media (max-width: 768px) {
  .ribon-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 990px) {
  .ribon-container .dhz-custom-btn {
    margin-bottom: 30px;
  }
}

.ribon-container > :last-child {

    margin-bottom: 0;
  
  }
  
  .ribon-container a.orange {
  
    color: #EF6700;
  
  }

.ribon-container__title {
  margin-top: 0;
  margin-bottom: 20px;
  word-wrap: break-word;
}

.ribon-container--p-x-sm {
  padding-left: 15px;
  padding-right: 15px;
}

.ribon-container__ribon {
  background-color: #0B4391;
  width: 300px;
  max-width: 80%;
  height: 70px;
  line-height: 70px;
  color: #fff;
  right: -30px;
  top: -36px;
  position: absolute;
  text-align: center;
}
@media (max-width: 768px) {
  .ribon-container__ribon {
    height: 50px;
    line-height: 50px;
    top: -26px;
    right: -15px;
  }
}

.ribon-container__ribon__before {
  position: absolute;
  border-style: solid;
  border-width: 35px;
  border-right: 0px;
  left: -34px;
  border-top-color: #0B4391;
  border-bottom-color: #0B4391;
  border-left-color: transparent;
  height: 70px;
}
@media (max-width: 768px) {
  .ribon-container__ribon__before {
    border-width: 25px;
    border-right: 0px;
    left: -24px;
    height: 50px;
  }
}

.ribon-container__ribon__after {
  right: 0;
  top: 100%;
  position: absolute;
  border-style: solid;
  width: 30px;
  height: 30px;
  border-width: 15px;
  border-top-color: #0B4391;
  border-left-color: #0B4391;
  border-right-color: transparent;
  border-bottom-color: transparent;
  opacity: 0.3;
}
@media (max-width: 768px) {
  .ribon-container__ribon__after {
    width: 0;
    height: 0;
    border-width: 7px;
  }
}

.ribon-container__ribon--pink {
  background-color: #CB054C;
}

.ribon-container__ribon__before--pink {
  border-top-color: #CB054C;
  border-bottom-color: #CB054C;
  border-left-color: transparent;
}

.ribon-container__ribon__after--pink {
  border-top-color: #CB054C;
  border-left-color: #CB054C;
  border-right-color: transparent;
  border-bottom-color: transparent;
  opacity: 0.3;
}

.ribon-container__ribon--orange {
  background-color: #EF6700;
}

.ribon-container__ribon__before--orange {
  border-top-color: #EF6700;
  border-bottom-color: #EF6700;
  border-left-color: transparent;
}

.ribon-container__ribon__after--orange {
  border-top-color: #EF6700;
  border-left-color: #EF6700;
  border-right-color: transparent;
  border-bottom-color: transparent;
  opacity: 0.3;
}

.ribon-container__ribon--grey {
  background-color: #657A84;
}

.ribon-container__ribon__before--grey {
  border-top-color: #657A84;
  border-bottom-color: #657A84;
  border-left-color: transparent;
}

.ribon-container__ribon__after--grey {
  border-top-color: #657A84;
  border-left-color: #657A84;
  border-right-color: transparent;
  border-bottom-color: transparent;
  opacity: 0.3;
}

.ribon-container__ribon--h50 {
  height: 50px;
  line-height: 50px;
  top: -26px;
  right: -26px;
}

.ribon-container__ribon__before--h50 {
  border-width: 25px;
  border-right: 0px;
  left: -24px;
  height: 50px;
}

.ribon-container__ribon__after--h50 {
  width: 25px;
  height: 25px;
  border-width: 12.5px;
}

[data-gravity-form] .select2-selection.select2-selection--single {
  background-color: transparent;
  border: 1px solid #535353;
  border-radius: 4px;
}
[data-gravity-form] .select2.select2-container.select2-container--default {
  min-width: 150px;
}
[data-gravity-form] .select2-container--default .select2-selection--single .select2-selection__rendered {
  text-align: left;
  padding-right: 50px;
}
[data-gravity-form] .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-color: #0B4391;
  top: 0;
  right: 0;
  bottom: 0;
  width: 42px;
  height: 100%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
[data-gravity-form] .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}
[data-gravity-form] input[type=text],
[data-gravity-form] input[type=email],
[data-gravity-form] input[type=password],
[data-gravity-form] textarea {
  width: 100%;
  padding: 0 15px;
  border-radius: 4px;
  border: 1px solid #535353;
}
[data-gravity-form] input[type=text],
[data-gravity-form] input[type=email],
[data-gravity-form] input[type=password] {
  height: 46px;
}
[data-gravity-form] label {
  color: #302F2F;
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
}
[data-gravity-form] label a, [data-gravity-form] label a:hover, [data-gravity-form] label a:focus, [data-gravity-form] label a:visited {
  color: #0B4391;
}
[data-gravity-form] label span {
  display: block;
  font-weight: normal;
  font-size: 18px;
}
[data-gravity-form] textarea {
  min-height: 130px;
  padding-top: 15px;
  padding-bottom: 15px;
}
[data-gravity-form] input[type=submit],
[data-gravity-form] .gform_button.button {
  border: 0;
  outline: 0;
  color: #fff;
  padding: 10px 60px;
  display: inline-block;
  border-radius: 50px;
  background-color: #0B4391;
  font-size: 20px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #0B4391;
}

.contact-info__title {
  font-size: 35px;
  line-height: 1.3;
  font-weight: bold;
  color: #0B4391;
  margin-bottom: 50px;
}

.contact-info {
  text-align: center;
  background-color: #FAF7F1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 40px;
  border-top: 10px solid #0B4391;
}

.contact-info__image {
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-top: 50px;
}

.contact-form {
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .contact-form {
    padding: 20px;
  }
}

.dhz-custom-btn {
  border: 0;
  outline: 0;
  color: #fff;
  padding: 10px 45px;
  display: inline-block;
  border-radius: 50px;
  background-color: #0B4391;
}
.dhz-custom-btn:hover, .dhz-custom-btn:focus, .dhz-custom-btn:visited {
  color: #fff;
}
.dhz-custom-btn img {
  margin-left: 12px;
  transition: transform 0.2s;
}
.dhz-custom-btn:hover {
  color: #fff;
}
.dhz-custom-btn:hover img {
  transform: translateX(7px);
}
.dhz-custom-btn.dhz-custom-btn--pink {
  background-color: #cb054c;
}
.dhz-custom-btn.dhz-custom-btn--orange {
  background-color: #EF6700;
}
.dhz-custom-btn img {
  margin-left: 12px;
  transition: transform 0.2s;
}
.dhz-custom-btn:hover img {
  transform: translateX(7px);
}

.mobile-nav [data-toggle-content] {
  display: none;
}

.mobile-nav .active[data-toggle-content] {
  display: block;
}

.mobile-nav [data-toggle-btn].active .mobile-nav__menu__sites__item__main__toggle-icon {
  transform: rotate(180deg);
}

.mobile-nav [data-toggle-btn].active.mobile-nav__menu__sites__item__menu__item__toggler,
.mobile-nav [data-toggle-btn].active.mobile-nav__menu__secondary__item__main__toggler {
  transform: rotate(180deg);
}

.logged-in .mobile-nav {
  padding-top: 46px;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: none;
}
@media (max-width: 1261px) {
  .mobile-nav.active {
    display: block;
  }
}

.mobile-nav__overlay {
  background: rgba(0, 0, 0, 0.37);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.mobile-nav__menu {
  width: 450px;
  max-width: 90%;
  min-height: 100%;
  background: #fff;
}

.mobile-nav__menu__header {
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: #F7F3E9;
  position: relative;
}

.mobile-nav__menu__header button {
  background: transparent;
  border: none;
  position: absolute;
  right: 15px;
  top: 17px;
}

.mobile-nav__menu__header__logo {
  margin-right: 15px;
}

.mobile-nav__menu__header__user {
  display: flex;
  color: #4D4D4D;
  padding-top: 15px;
}

.mobile-nav__menu__header__user__logo {
  margin-right: 8px;
}

.mobile-nav__menu__header__user__content {
  font-family: "Open Sans";
}

.mobile-nav__menu__header__user__content__myaccount {
  font-size: 25px;
}

.mobile-nav__menu__header__user__content__greeting {
  font-size: 16px;
}

.mobile-nav__menu__sites {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mobile-nav__menu__sites__item {
  margin-bottom: 10px;
}

.mobile-nav__menu__sites__item__main {
  display: flex;
  border: 1px solid #707070;
  border-right: 0;
}

.mobile-nav__menu__sites__item__main__logo {
  flex: 1;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile-nav__menu__sites__item__main__logo img {
  max-height: 50px;
}

.mobile-nav__menu__sites__item__main__toggle-icon {
  flex: 0 0 70px;
  text-align: center;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}
.mobile-nav__menu__sites__item__main__toggle-icon img {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.mobile-nav__menu__sites__item__menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mobile-nav__menu__sites__item__menu__item {
  color: #535353;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}

.mobile-nav__menu__sites__item__menu__item__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-nav__menu__sites__item__menu__item:nth-child(odd) .mobile-nav__menu__sites__item__menu__item__main {
  background-color: #F5F5F5;
}

.mobile-nav__menu__sites__item__menu__item__link {
  padding: 16px;
}

.mobile-nav__menu__sites__item__menu__item__toggler {
  flex: 0 0 70px;
  text-align: center;
}

.mobile-nav__menu__sites__item__menu__item__submenu {
  padding: 15px 30px;
}

.mobile-nav__menu__sites__item__secondary-menu__item {
  color: #535353 !important;
  padding: 6px 8px;
  display: inline-block;
  border: 1px solid #707070;
  border-radius: 6px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin: 5px 3px;
}

.mobile-nav__menu__secondary {
  border-bottom: 1px solid;
}

.mobile-nav__menu__secondary__item__main {
  display: flex;
  padding: 10px 20px;
  justify-content: space-between;
  background-color: #F5F5F5;
  border-top: 1px solid;
}

.mobile-nav__menu__secondary__item__main__link {
  font-size: 18px;
}

.mobile-nav__menu__secondary__item {
  font-family: "Open Sans", sans-serif;
}

.mobile-nav__menu__secondary {
  padding: 0;
  margin: 0;
}

.mobile-nav__menu__secondary__item__submenu {
  padding: 20px 30px;
}

.mobile-nav__menu__secondary__item__submenu__item {
  display: block;
  margin-bottom: 10px;
}

.mobile-nav__menu__secondary__item__submenu__item:last-of-type {
  margin-bottom: 0;
}

.single-termine .pp-multiple-authors-boxes-wrapper {
  margin-right: 0 !important;
}
.single-termine .webinar-link {
  text-decoration: underline;
}

.single-termine__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.single-termine__header__label {
  display: inline-block;
  font-size: 12px;
  line-height: 1.3;
  padding: 8px 10px;
  text-transform: uppercase;
  margin-right: 8px;
}

.single-termine__header__label--red {
  color: #fff;
  background-color: #CB0202;
}

.single-termine__header__label--green {
  color: #fff;
  background-color: #1CAF00;
}

.single-termine__header__marker-btn {
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/icon-mark.svg);
}

.single-termine__header__marker-btn--marked {
  background-image: url(../img/icon-marked.svg);
}

.single-termine__heading {
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 30px;
  word-break: break-word;
}

.single-termine__booking-btn {
  border: 0;
  outline: 0;
  color: #fff;
  padding: 10px 70px;
  display: inline-block;
  border-radius: 50px;
  background-color: #EF6700;
  margin-bottom: 50px;
}
.single-termine__booking-btn:hover, .single-termine__booking-btn:focus, .single-termine__booking-btn:visited {
  color: #fff;
}
.single-termine__booking-btn img {
  margin-left: 12px;
  transition: transform 0.2s;
}
.single-termine__booking-btn:hover {
  color: #fff;
}
.single-termine__booking-btn:hover img {
  transform: translateX(7px);
}
@media (max-width: 768px) {
  .single-termine__booking-btn {
    margin-bottom: 20px;
  }
}

.single-termine__content {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 50px;
}
.single-termine__content p {
  font-family: "Open Sans", sans-serif;
}
.single-termine__content h1, .single-termine__content h2, .single-termine__content h3, .single-termine__content h4, .single-termine__content h5, .single-termine__content h6 {
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: normal;
}
@media (min-width: 0) {
  .single-termine__content h2 {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .single-termine__content h2 {
    font-size: 35px;
  }
}
@media (min-width: 0) {
  .single-termine__content h3 {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .single-termine__content h3 {
    font-size: 25px;
  }
}

.single-termine .author-box {
  margin-bottom: 50px;
}

.termine-info {
  list-style: none;
  margin: 0;
  padding: 0;
}

.termine-info li {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}

.termine-info li:nth-child(odd) {
  background-color: #F5F5F5;
}

.termin-info__label {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.termin-info__label img {
  margin-right: 8px;
  height: 22px;
}
@media (max-width: 768px) {
  .termin-info__label {
    font-size: 0;
  }
}

.termin-info__value {
  text-align: right;
}

.single-termine__nav-links {
  display: flex;
  justify-content: space-between;
  color: #EF6700;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .single-termine__nav-links {
    flex-direction: column;
  }
}

.single-termine__nav-links__item {
  display: inline-flex;
}
.single-termine__nav-links__item img {
  width: 15px;
  margin-right: 6px;
}
.single-termine__nav-links__item:last-of-type img {
  transform: rotate(180deg);
  margin-right: 0;
  margin-left: 6px;
}

.alternative-dates-links {
  margin-bottom: 70px;
}

.alternative-dates-links__heading {
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (min-width: 0) {
  .alternative-dates-links__heading {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .alternative-dates-links__heading {
    font-size: 25px;
  }
}

.alternative-dates-links__item {
  display: block;
  margin-bottom: 10px;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  border: 2px solid #E5E5E5;
  border-radius: 10px;
  transition: border 0.3s ease;
}
.alternative-dates-links__item:hover {
  border: 2px solid #EF6700;
}

.termine-filtering > div {
  margin-bottom: 30px;
}
.termine-filtering input[type=text] {
  width: 100%;
  height: 46px;
  padding-left: 10px;
  padding-right: 30px;
  border: 1px solid #707070;
  border-radius: 5px;
  font-size: 18px;
}
.termine-filtering select {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 46px;
  border: 1px solid #707070;
  border-radius: 5px;
  font-size: 18px;
  background-image: linear-gradient(to right, #ffffff calc(100% - 40px), #EF6700 calc(100% - 40px), #EF6700 100%);
}

.termine-filtering__date {
  display: flex;
  align-items: center;
}
.termine-filtering__date span {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}
.termine-filtering__date div {
  position: relative;
}
.termine-filtering__date div img {
  top: 12px;
  right: 8px;
  position: absolute;
  width: 18px;
}

.termine-filtering__hide-booked {
  font-size: 18px;
}

.termine-filtering__submit {
  text-align: right;
}
.termine-filtering__submit .btn {
  border: 0;
  outline: 0;
  color: #fff;
  padding: 10px 50px;
  display: inline-block;
  border-radius: 50px;
  background-color: #EF6700;
}
.termine-filtering__submit .btn:hover, .termine-filtering__submit .btn:focus, .termine-filtering__submit .btn:visited {
  color: #fff;
}
.termine-filtering__submit .btn img {
  margin-left: 12px;
  transition: transform 0.2s;
}
.termine-filtering__submit .btn:hover {
  color: #fff;
}
.termine-filtering__submit .btn:hover img {
  transform: translateX(7px);
}

.termine-filtering__author .select2-container--default .select2-selection--single {
  border-radius: 5px;
  border: 1px solid #707070;
  background-color: transparent;
}
.termine-filtering__author .select2-container--default .select2-selection--single .select2-selection__rendered {
  text-align: left;
}

.related-termine {
  padding: 50px 30px;
  background-color: #FAF7F1;
}
@media (max-width: 768px) {
  .related-termine {
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.page-404 {
  min-height: 50vh;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  background-size: cover;
  background-position: center;
  background-image: url("../img/404-bg.jpg");
}

@media (min-width: 0) {
  .page-404__ups {
    font-size: 75px;
  }
}
@media (min-width: 992px) {
  .page-404__ups {
    font-size: 150px;
  }
}

@media (min-width: 0) {
  .page-404__title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .page-404__title {
    font-size: 35px;
  }
}

.page-404-text {
  width: 720px;
  max-width: 100%;
  padding: 50px;
  margin: 0 auto;
  text-align: center;
  color: #707070;
  font-size: 22px;
}
.page-404-text p {
  font-size: 22px;
}
.page-404-text a {
  color: #0B4391;
  text-decoration: underline;
}

.termine-items .termine-items__item {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
@media (max-width: 360px) {
  .termine-items .termine-items__item {
    float: none;
  }
}
.termine-items .termine-items__item .event-slider__slides__item {
  max-width: 330px;
}
@media (min-width: 992px) {
  .termine-items {
    display: flex;
    flex-wrap: wrap;
  }
  .termine-items .event-slider__slides__item {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}

.termine-marklist__title {
  margin-bottom: 50px;
  font-weight: normal;
}

.termine-marklist__secondary-title {
  margin-bottom: 20px;
  font-weight: normal;
}

.events__pagination {
  text-align: center;
  margin-top: 30px;
}

.events__pagination__button {
  padding: 7px 14px;
  font-size: 24px;
  color: #535353;
  display: inline-block;
}
.events__pagination__button :hover {
  color: #0B4391;
}

.events__pagination__button--active {
  margin: 0 7px;
  color: #0B4391;
  border: 1px solid #0B4391;
}

.events__pagination__button--prev {
  display: inline-block;
  transform: rotate(180deg);
  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon-double-arrow-right-blue.svg");
}

.events__pagination__button--next {
  display: inline-block;
  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon-double-arrow-right-blue.svg");
  padding-top: 10px;
}

.fullWidthMenu ul {
  margin-left: 0;
  margin-right: 0;
}

.fullWidthMenu ul li {
  margin-left: 15px;
  margin-right: 15px;
}

.fullWidthMenu ul li a {
  text-wrap: nowrap;
}

.category-menu-next {
  margin-left: 20px;
  cursor: pointer;
  position: absolute;
  top: 13px;
  right: 22px;
}

.Bildartikel h5 {
  font-size: 14px;
  color: #505050;
  padding-bottom: 10px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
}
.Bildartikel h6 {
  font-size: 14px;
  color: #919191;
  font-family: "Roboto", sans-serif;
}

.threeItemPostBoxWrapper--bordered {
  padding: 50px;
  position: relative;
  border: 1px solid #707070;
  margin-bottom: 50px;
}

.threeItemPostBoxRibon {
  background-color: transparent;
  width: 220px;
  max-width: 80%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  right: -30px;
  top: -36px;
  position: absolute;
  text-align: center;
  width: 220px;
  right: -23px;
  top: -35px;
}
@media (max-width: 768px) {
  .threeItemPostBoxRibon {
    height: 60px;
    line-height: 60px;
    top: -30px;
    min-width: initial;
    max-width: 150px;
    right: -16px;
  }
}

@media (max-width: 768px) {

    .threeItemPostBox .txtImgPost:nth-child(3n+2) {
  
      border-left: none;
  
      border-right: none;
  
    }
  
  }
  
  
  
  @media (max-width: 768px) {
  
    .footer__col.footer__col--3 {
  
      padding-bottom: 20px;
  
    }
  
  }

.threeItemPostBoxRibon__before {
  position: absolute;
  border-style: solid;
  border-width: 30px;
  border-right: 0px;
  left: -29px;
  border-top-color: #707070;
  border-bottom-color: #707070;
  border-left-color: transparent;
  top: -1px;
}
@media (max-width: 768px) {
  .threeItemPostBoxRibon__before {
    border-width: 30px;
    border-right: 0px;
    left: -29px;
  }
}
.threeItemPostBoxRibon__before::before {
  content: "";
  top: -29px;
  position: absolute;
  border-style: solid;
  border-width: 29px;
  border-right: 0px;
  left: -28px;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-left-color: transparent;
  left: -28px;
}

.threeItemPostBoxRibon__after {
  right: 0;
  top: 100%;
  position: absolute;
  border-style: solid;
  width: 30px;
  height: 30px;
  border-width: 15px;
  border-top-color: #0B4391;
  border-left-color: #0B4391;
  border-right-color: transparent;
  border-bottom-color: transparent;
  opacity: 0.3;
  border-top-color: #CB054C;
  border-left-color: #CB054C;
  border-right-color: transparent;
  border-bottom-color: transparent;
  opacity: 0.3;
  opacity: 1;
}

.threeItemPostBoxLinkWrapper {
  margin-top: 50px;
  text-align: center;
}

.threeItemPostBoxLink {
  border: 0;
  outline: 0;
  color: #fff;
  padding: 15px 50px;
  display: inline-block;
  border-radius: 50px;
  background-color: #CB054C;
}
.threeItemPostBoxLink:hover, .threeItemPostBoxLink:focus, .threeItemPostBoxLink:visited {
  color: #fff;
}
.threeItemPostBoxLink img {
  margin-left: 12px;
  transition: transform 0.2s;
}
.threeItemPostBoxLink:hover {
  color: #fff;
}
.threeItemPostBoxLink:hover img {
  transform: translateX(7px);
}

.large-image-box {
  display: block;
  margin-bottom: 30px;
}
.large-image-box:hover .large-image-box__text::after {
  right: 20px;
}

.large-image-box__text {
  display: flex;
  position: relative;
  background-color: #F7F3E9;
  padding: 30px 100px 30px 50px;
}
@media (max-width: 768px) {
  .large-image-box__text {
    padding: 20px 100px 20px 30px;
  }
  /* .threeItemPostBox .txtImgPost:nth-child(3n+2) {
    border-left:none;
    border-right: none;
}

.footer__col.footer__col--3 {
    padding-bottom: 20px;
} */

}
.large-image-box__text::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: 0.2s right;
  background-size: 80% 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon-double-arrow-right-blue.svg");
}

.large-image-box__image {
  position: relative;
}
.large-image-box__image img {
  width: 100%;
}

.large-image-box__image__overlay {
  position: absolute;
  left: 0;
  top: 20%;
  box-shadow: 18px 17px 22px rgba(0, 0, 0, 0.43);
  background-color: #5F9DD3;
  max-width: 70%;
}
.large-image-box__image__overlay img {
  max-width: 400px;
  max-height: 120px;
}

.large-image-box__image__overlay__text {
  color: #fff;
  padding: 30px;
  display: block;
  font-family: "Roboto Slab", serif;
  line-height: 1.1;
}
@media (min-width: 0) {
  .large-image-box__image__overlay__text {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .large-image-box__image__overlay__text {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .large-image-box__image__overlay__text {
    padding: 20px;
  }
}

@media (min-width: 0) {
  .large-image-box__image__overlay__text--lg {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .large-image-box__image__overlay__text--lg {
    font-size: 30px;
  }
}

.catalog-slider {
  margin-bottom: 50px;
  position: relative;
}
.catalog-slider::before {
  content: "";
  height: 300px;
  width: 100%;
  background-color: #FAF7F1;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -115px;
}

.catalog-slider [data-slick] {
  max-width: 80%;
  margin: 0 auto;
}

.catalog-slider .slick-track {
  display: flex;
}

.catalog-slider .slick-slide {
  height: inherit;
}

.catalog-slider__item {
  margin-left: 35px;
  margin-right: 35px;
  background-color: #fff;
  border: 1px solid #CBCBCB;
  padding: 30px 30px 40px 30px;
}

.catalog-slider__item__image {
  line-height: 1;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.catalog-slider__item__image img {
  max-width: 80%;
}

.catalog-slider__item__content {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.catalog-slider__item__content__link a {
  padding-left: 14px;
  color: #0B4391;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon-double-arrow-right-blue.svg");
  background-position: left;
}

.catalog-slider__title {
  text-align: center;
}

.catalog-slider__nav {
  max-width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  height: 50px;
  right: 0;
}

.catalog-slider__nav__prev.slick-arrow,
.catalog-slider__nav__next.slick-arrow {
  position: absolute;
  top: 50%;
  width: 25px;
  padding: 5px;
  cursor: pointer;
}

.catalog-slider__nav__prev.slick-arrow {
  left: 30px;
}
@media (max-width: 768px) {
  .catalog-slider__nav__prev.slick-arrow {
    left: 10px;
  }
}

.catalog-slider__nav__next.slick-arrow {
  right: 30px;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .catalog-slider__nav__next.slick-arrow {
    right: 10px;
  }
}

.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}

.aligncenter {
  margin: 0 auto;
  margin-bottom: 30px;
}

.wp-caption-text {
  font-size: 14px;
  color: #505050;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.5;
}

.infobox {
  border-top: 6px solid #CB054C;
  padding-top: 30px;
  position: relative;
  background-color: #f7f3e9;
  overflow: hidden;
  padding: 20px 25px 0px 25px;
}

.infobox:before {
  content: "";
  border-top: 10px solid #cb054c;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  margin-left: -5px;
  left: 50%;
  top: 0;
}

.infobox h4 {
  font-size: 21px;
  color: #cb054c;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
}

.infobox h3 {
  font-size: 35px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Roboto Slab", serif;
}

#iframe-doo-termine {
  width: 100%;
  min-height: 100px;
  border: none;
  transition: height 0.5s ease;
}

.center {
  text-align: center;
}

.top-menu__search__form__button {
  background: #e7e7e7;
}
.top-menu__search__form__button img {
  width: 25px;
  margin-top: -3px;
}

.top-menu__search__form {
  display: flex;
}

.top-menu__search__select {
  background-color: #F5F5F5;
  text-align: left;
  width: 100px;
  padding: 10px;
  font-size: 14px;
  outline: none;
  border-radius: 0;
  border: 1px solid gray;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 9px;
}
.top-menu__search__select option:nth-child(even) {
  background: #F5F5F5;
}

.top-menu__search__form__input {
  outline: none;
}

.post__breadcrumbs {
  font-size: 14px;
  color: #707070;
}
.post__breadcrumbs .breadcrumb__item:not(:last-child):after {
  content: "";
  margin-left: 5px;
  margin-right: 5px;
  width: 7px;
  height: 8px;
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon-double-arrow-right-grey.svg");
}

.global__search-query {
  font-size: 35px;
  margin-top: 0;
  color: #302F2F;
}

.global__search__cta__wrapper {
  border-top: 1px solid lightgrey;
  padding: 10px 0px;
  margin-top: 30px;
}
.global__search__cta__wrapper .global__search__cta {
  padding: 0;
  font-size: 18px;
  margin: 10px 0 0 0;
}
.global__search__cta__wrapper .global__search__cta li {
  display: inline-block;
  color: #0E4692;
  position: relative;
  margin-right: 12px;
}
.global__search__cta__wrapper .global__search__cta li:not(:first-child):before {
  content: " ";
  margin: 0px 6px 0px 2px;
  border-left: 1px solid #0E4692;
  position: absolute;
  left: -11px;
  height: 25px;
}

.search-slider {
  margin-top: 50px;
  margin-bottom: 30px !important;
  padding: 0px 50px;
}
.search-slider .slick-slide {
  display: initial !important;
}
.search-slider .simplefavorite-button {
  outline: none;
}
.search-slider .search-slider-content {
  opacity: 0;
  max-height: 600px;
  overflow: hidden;
}
.search-slider .search-slider-content.slick-initialized {
  opacity: 1;
  max-height: initial;
  overflow: initial;
}
.search-slider .search-slider-content .event-slider__slides__item__header {
  margin-top: -10px;
  margin-left: -10px;
}
.search-slider .search-slider-content .event-slider__slides__item__event {
  margin-bottom: 0;
}
.search-slider .simplefavorite-button {
  right: 5px;
}
@media (max-width: 670px) {
  .search-slider .event-slider__slides__item__event {
    height: 105px !important;
  }
}
@media (max-width: 1024px) {
  .search-slider .event-slider__slides__item__event {
    height: 105px !important;
  }
}
@media (max-width: 1261px) {
  .search-slider .event-slider__slides__item__event {
    height: 105px !important;
  }
}
.search-slider.no-slider {
  padding: 0;
}
.search-slider.no-slider .search-slider-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  opacity: 1 !important;
  max-height: initial !important;
}
.search-slider.no-slider .search-slider-arrow-next,
.search-slider.no-slider .search-slider-arrow-prev {
  display: none;
}
.search-slider.no-slider .search-slider-content.academy-slider,
.search-slider.no-slider .search-slider-content.shop-slider {
  overflow: visible !important;
}
.search-slider.no-slider .event-slider__slides__item {
  margin-left: 0;
  margin-right: 25px;
}
@media (min-width: 670px) {
  .search-slider.no-slider .event-slider__slides__item {
    flex: 0 0 45%;
  }
}
@media (min-width: 1024px) {
  .search-slider.no-slider .event-slider__slides__item {
    flex: 0 0 30%;
  }
}
@media (min-width: 1480px) {
  .search-slider.no-slider .event-slider__slides__item {
    flex: 0 0 22%;
  }
}

.search-slider-wrapper {
  position: relative;
}

.search-slider-arrow-prev,
.search-slider-arrow-next {
  width: 20px;
  height: 30px;
  display: inline-block;
  background-size: cover;
  cursor: pointer;
  position: absolute;
}
.search-slider-arrow-prev img,
.search-slider-arrow-next img {
  max-width: 20px;
  max-height: 20px;
  filter: invert(41%) sepia(39%) saturate(3078%) hue-rotate(347deg) brightness(94%) contrast(89%);
}
.search-slider-arrow-prev.shop-slider-arrow-next img, .search-slider-arrow-prev.shop-slider-arrow-prev img,
.search-slider-arrow-next.shop-slider-arrow-next img,
.search-slider-arrow-next.shop-slider-arrow-prev img {
  filter: invert(57%) sepia(34%) saturate(567%) hue-rotate(166deg) brightness(94%) contrast(100%);
}

.search-slider-arrow-prev {
  transform: rotate(180deg);
  left: -50px;
  top: calc(50% - 15px);
}

.search-slider-arrow-next {
  right: -50px;
  top: calc(50% - 15px);
}

.search-slider .event-slider__slides__item {
  overflow: hidden;
  margin: 15px;
}
.search-slider .event-slider__slides__item__link {
  outline: none;
}
.search-slider .event-slider__slides__item__image {
  overflow: visible;
  max-width: initial;
  width: initial;
  text-align: center;
  height: 140px;
}
.search-slider .event-slider__slides__item__image img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin: 0 auto;
}
.search-slider .event-slider__slides__item__event {
  height: 140px;
}
.search-slider .event-slider__slides__item__event__title {
  display: block;
  height: 75px;
}
.search-slider .event-slider__slides__item__event__info__icon img {
  width: 20px;
  height: 20px;
}
.search-slider .event-slider__slides__item__event__desc {
  overflow-wrap: break-word;
  display: block;
  height: 80px;
  overflow: hidden;
}

.product-slider .event-slider__slides__item__image {
  height: 250px;
}
.product-slider .event-slider__slides__item__image img {
  border-radius: initial;
  width: initial;
  height: initial;
  max-width: 100%;
  max-height: 250px;
}
.product-slider .event-slider__slides__item__event__title {
  overflow: hidden;
}
.product-slider .slider-product-price {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  height: 100px;
  padding-top: 30px;
  color: #AB0707;
}
.product-slider .event-slider__slides__item__event__desc {
  font-size: 32px !important;
}

.search-slider-link {
  margin-bottom: 50px;
  color: #5B80B5;
}
.search-slider-link a {
  color: #0B4391;
  text-decoration: underline;
  font-weight: bold;
}

.search__item--list {
  margin-top: 30px;
}

.dhz__item--list .dhz__item {
  display: flex;
  padding: 15px 5px;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
}
.dhz__item--list .dhz__item .dhz__item__image {
  width: 155px;
  min-width: 155px;
}
.dhz__item--list .dhz__item .dhz__item__image img {
  max-width: 155px;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.dhz__item--list .dhz__item .dhz__item__no-image {
  font-size: 16px;
}
.dhz__item--list .dhz__item .simplefavorite-button {
  position: absolute;
  right: 15px;
}
.dhz__item--list .dhz__item .dhz__item__content {
  margin-left: 30px;
}
.dhz__item--list .dhz__item .dhz__item__content .dhz__item__title {
  display: flex;
  margin: 0 0 5px 0;
}
.dhz__item--list .dhz__item .dhz__item__content .dhz__item__title .dhz__item__title--image {
  max-width: 70px;
  max-height: 25px;
}
.dhz__item--list .dhz__item .dhz__item__content .dhz__item__title .dhz__item__title--image.dhz__item__title--image--hebammen {
  margin-top: 3px;
}
.dhz__item--list .dhz__item .dhz__item__content .dhz__item__title .dhz__item__title--title {
  color: black;
  margin: 7px 0 0 10px !important;
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
}
.dhz__item--list .dhz__item .dhz__item__content .dhz__item__date {
  color: #707070;
  margin-right: 5px;
}
.dhz__item--list .dhz__item .company-label {
  padding-top: 6px;
}
.dhz__item--list .dhz__item .company-label .heading-label {
  margin-top: 5px;
}
.dhz__item--list .dhz__item .company-label .dhz__item__title--image {
  margin-top: 0;
}
.dhz__item--list .dhz__item .dhz__item__date {
  font-size: 18px;
}
.dhz__item--list .dhz__item .dhz__item__description {
  font-size: 18px;
}

.post__relevance {
  display: inline-block;
  width: 100%;
  max-width: 370px;
  padding: 10px;
  font-size: 18px;
  border: 2px solid black;
}
.post__relevance .relevance-score {
  font-size: 22px;
}
.post__relevance .relevance-list-item {
  opacity: 0.5;
}
.post__relevance .relevance-list-item:hover {
  background: #e3e3e3;
}
.post__relevance .relevance-color-1 {
  opacity: 1;
}
.post__relevance .relevance-label {
  display: inline-block;
}
.post__relevance .relevance-value {
  float: right;
}

.top-menu__search__close-button {
  display: none;
}

.top-menu__search__close-button {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
}

.top-menu__search__close-button:before, .top-menu__search__close-button:after {
  position: absolute;
  top: 0px;
  left: 15px;
  content: " ";
  height: 22px;
  width: 2px;
  background-color: #535353;
}

.top-menu__search__close-button:before {
  transform: rotate(45deg);
}

.top-menu__search__close-button:after {
  transform: rotate(-45deg);
}

.top-menu__search__toggle {
  display: none;
}

@media (max-width: 1261px) {
  .top-menu__search {
    position: relative;
    top: -150px;
    left: 0;
    transition: top .3s ease;
    z-index: 1;
    padding: 0;
    width: 100%;
    background: white;
    /* box-shadow: 0 0 16px -3px black; */
    /* height: 50px; */
    max-height: 0;
    
    transition: max-height 0.2s ease;
  }
  .top-menu__search.active {
    display: block !important;
    top: 0px;
    max-height: 50px;
    border: 1px solid #808080;
  }
  .top-menu__search form.top-menu__search__form {
    display: block !important;
  }
  .top-menu__search .top-menu__search__select {
    border: 0 solid #C5C5C5;
    background-color: #F5F5F5;
    color: #535353;
    height: 48px;
    float: left;
    border-right: 1px solid #808080;
  }
  .top-menu__search .top-menu__search__form__input {
    height: 48px;
    background: transparent;
    padding-left: 10px;
    border: none;
  }
  .top-menu__search .top-menu__search__form__button {
    float: right;
    background: white;
    margin-top: 5px;
    margin-right: 0px;
    border: none;
  }
  .top-menu__search .top-menu__search__form__button img {
    width: 20px;
    filter: invert(62%) sepia(1%) saturate(0%) hue-rotate(259deg) brightness(92%) contrast(89%);
  }
  .top-menu__search .top-menu__search__close-button {
    position: absolute;
    top: 13px;
    right: 8px;
    outline: none;
    background: transparent;
    border: none;
    display: none;
  }
  .top-menu__search__close-button {
    display: block;
  }
  .search-global .global__search__cta {
    margin: 0;
  }
  .search-global .search__item--list {
    margin-top: 0;
  }
  .search-global .search__item--list .dhz__item {
    display: block;
  }
  .search-global .search__item--list .dhz__item .simplefavorite-button {
    display: none;
  }
  .search-global .search__item--list .dhz__item .post__breadcrumbs {
    display: none;
  }
  .search-global .search__item--list .dhz__item .dhz__item__image {
    min-width: 100%;
    width: 100%;
  }
  .search-global .search__item--list .dhz__item .dhz__item__image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
  }
  .search-global .search__item--list .dhz__item .dhz__item__no-image {
    display: none;
  }
  .search-global .search__item--list .dhz__item .dhz__item__content {
    margin: 15px 0 0 0;
  }
  .search-global .search__item--list .dhz__item .dhz__item__content .dhz__item__title {
    display: block;
    margin-top: 10px;
  }
  .search-global .search__item--list .dhz__item .dhz__item__content .dhz__item__title .dhz__item__title--image {
    float: left;
    margin-right: 10px;
  }
  .search-global .search__item--list .dhz__item .dhz__item__content .dhz__item__title .dhz__item__title--title {
    margin: 0 0 10px 0 !important;
    color: black !important;
  }
  .search-global .search__item--list .dhz__item .dhz__item__content .dhz__item__description__wrapper {
    position: relative;
    padding-bottom: 25px;
  }
  .search-global .search__item--list .dhz__item .dhz__item__content .dhz__item__description__wrapper .dhz__item__date {
    position: absolute;
    bottom: -4px;
    left: 0;
    font-size: 12px;
  }
  .search-global .search-slider-link {
    margin-bottom: 20px;
  }
  .search-global .search-slider {
    padding: 0px;
    margin: 10px 10px;
  }
  .search-global .search-slider .event-slider__slides__item__link {
    padding: 5px;
    margin: 0px 10px;
  }
  .search-global .search-slider .slick-arrow {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    z-index: 10000;
  }
  .search-global .search-slider .slick-arrow.search-slider-arrow-next {
    right: -18px;
  }
  .search-global .search-slider .slick-arrow.search-slider-arrow-prev {
    left: -18px;
  }
  .search-global .search-slider .event-slider__slides__item__event__title {
    color: black;
  }
  .search-global .search-slider .event-slider__slides__item__event__desc {
    font-size: 17px;
  }
  .search-global .events__pagination .events__pagination__button {
    padding: 3px 7px;
    font-size: 24px;
  }
  .search-global .events__pagination .events__pagination__button--prev,
  .search-global .events__pagination .events__pagination__button--next {
    padding: 7px 14px;
  }
  .top-menu__search__toggle {
    display: block;
  }
  .top-menu__search__toggle img {
    width: 22px;
    margin-top: 6px;
    margin-left: 4px;
    filter: invert(62%) sepia(1%) saturate(0%) hue-rotate(259deg) brightness(92%) contrast(89%);
  }
}
@media (max-width: 360px) {
  .top-menu__search #search {
    width: 120px;
  }
  .top-menu__mobile-menu-toggler {
    padding: 13px 15px;
  }
}

.termine-debug_color-red-300 {

    color: #f55353;
  
  }
  
  .termine-debug_color-red-400 {
  
    color: #f13232;
  
  }
  
  .termine-debug_border-red {
  
    border: 3px solid #f51616;
  
  }
  
  .termine-debug_color-green-400 {
  
    color: #38ad4a;
  
  }
  
  .termine-debug_border-green {
  
    border: 3px solid #03a919;
  
  }
  
  .termine-debug_color-grey {
  
    color: #696868;
  
  }
  
  .termine-debug_font_14 {
  
    font-size: 14px;
  
  }
  
  .termine-debug_font_18 {
  
    font-size: 18px;
  
  }
  
  .termine-debug_font_20 {
  
    font-size: 20px;
  
  }
  
  .termine-debug_mt_10 {
  
    margin-top: 10px;
  
  }
  
  
  
  #iframe-doo-wrapper {
  
    min-height: 100px;
  
  }
  
  #iframe-doo-wrapper.logged-out {
  
    position: relative;
  
  }
  
  #iframe-doo-wrapper.logged-out iframe {
  
    filter: blur(2px);
  
    overflow: hidden !important;
  
    pointer-events: none !important;
  
  }
  
  #iframe-doo-wrapper.logged-out .disabledMessage {
  
    position: absolute;
  
    top: 0;
  
    left: 0;
  
    width: 100%;
  
    height: 100%;
  
    z-index: 1;
  
  }
  
  #iframe-doo-wrapper.logged-out .disabledMessage a {
  
    position: absolute;
  
    top: 0;
  
    left: 0;
  
    width: 100%;
  
    height: 100%;
  
    z-index: 2;
  
    text-align: center;
  
    display: flex;
  
    flex-wrap: wrap;
  
    justify-content: center;
  
    align-items: flex-start;
  
    outline: none;
  
  }
  
  #iframe-doo-wrapper.logged-out .disabledMessage a .single-termine__booking-btn {
  
    margin-top: 10%;
  
    margin-bottom: 0;
  
    background-color: #168331;
  
  }
  
  @media (max-width: 767.98px) {
  
    #iframe-doo-wrapper.logged-out .disabledMessage a .single-termine__booking-btn {
  
      margin-top: 40px;
  
    }
  
    .page-header__main h1{
        hyphens: auto;
        word-wrap: break-word;
    }
  }
  
  
  
  /* body.no-touch {
  
    #iframe-doo-wrapper {
  
      &.logged-out {
  
        iframe {
  
          filter: blur(0);
  
        }
  
        .disabledMessage {
  
          opacity: 0;
  
        }
  
  
  
        &:hover {
  
          iframe {
  
            filter: blur(2px);
  
          }
  
          .disabledMessage {
  
            opacity: 1;
  
          }
  
        }
  
      }
  
    }
  
  } */
  
  .d-none {
  
    display: none;
  
  }
  
  
  
  @media (min-width: 992px) {
  
    .d-lg-block {
  
      display: block;
  
    }
  
    .d-lg-none {
  
      display: none;
  
    }
  
  }
  


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