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

.mb-10 {
  margin-bottom: 10px; }

.mr-10 {
  margin-right: 10px; }

.ml-10 {
  margin-left: 10px; }

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

.mb-20 {
  margin-bottom: 20px; }

.mr-20 {
  margin-right: 20px; }

.ml-20 {
  margin-left: 20px; }

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

.mb-30 {
  margin-bottom: 30px; }

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

.mr-24 {
  margin-right: 24px; }

.mb-24 {
  margin-bottom: 24px; }

.ml-24 {
  margin-left: 24px; }

.mb-40 {
  margin-bottom: 40px; }

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

.mb-44 {
  margin-bottom: 44px; }

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

.mr-48 {
  margin-right: 48px; }

.mb-48 {
  margin-bottom: 48px; }

.ml-48 {
  margin-left: 48px; }

.mb-60 {
  margin-bottom: 60px; }

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

.low-margin {
	margin: 0 auto 25px;
}

.roboto-normal {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px; }

.roboto-normal-italic {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px; }

.roboto-medium {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px; }

.roboto-bold {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px; }

.text-white {
  color: #ffffff !important; }

.text-gray {
  color: #9F9F9F; }

.text-black {
  color: #000000; }

.justify-center {
  justify-content: center; }

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

.text-left {
  text-align: left; }

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

.title {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  padding: 0; }

.subtitle-date {
  margin: 8px 0 0 0; }

.ellipsis-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%; }

.inherited-link {
  color: inherit;
  text-decoration: none; }

.ad-zone {
  position: relative; }
  .ad-zone > div {
    margin-bottom: 30px; }
  .ad-zone > div:last-child {
    margin-bottom: 0; }

.ad-post {
  position: relative;
  min-width: 100%; }
  .ad-post .ad-link {
    display: block; }
  .ad-post .ad-badge {
    position: absolute;
    width: 87px;
    height: 24px;
    right: 10px;
    top: 10px; }
  .ad-post .ad-image {
    display: block;
    width: 100%;
    height: auto; }

.ad-normal .col-12 {
  padding: 0; }
  .ad-normal .col-12 .article {
    margin: 0; }
    .ad-normal .col-12 .article .article-body {
      padding-left: 0; }
      .ad-normal .col-12 .article .article-body .article-title {
        padding-right: 0; }

.ad-three_row > div {
  padding: 0;
  margin-right: 0;
  margin-left: auto;
  border-radius: 5px;
  overflow: hidden; }

.ad-three_row .article-small .col-12 {
  padding-left: 0; }

.ad-three_col > .col {
  width: 370px;
  max-width: 370px;
  min-width: 370px;
  padding: 0;
  margin-bottom: 20px; }

.desktop-ad {
  display: none; }

.tablet-ad {
  display: none; }

.normal-ad {
  padding: 0; }

@media (min-width: 830px) {
  .ad-three_row {
    display: flex;
    flex-wrap: wrap; }
  .ad-three_col {
    flex-wrap: wrap;
    width: 770px; }
    .ad-three_col > .col {
      width: 370px;
      max-width: 370px;
      min-width: 370px;
      padding: 0; }
    .ad-three_col > div:nth-child(2n+1) {
      margin-right: 30px; }
    .ad-three_col > div {
      margin-bottom: 0;
      width: 370px; }
  .desktop-ad {
    display: none; }
  .tablet-ad {
    display: flex; }
  .mobile-ad {
    display: none; } }

@media (min-width: 1230px) {
  .ad-three_row {
    display: block; }
  .ad-three_col {
    width: 1170px; }
    .ad-three_col > .col {
      width: 370px;
      max-width: 370px;
      min-width: 370px;
      padding: 0; }
    .ad-three_col > .col:nth-child(3n+1) {
      margin-right: 15px; }
    .ad-three_col > .col:nth-child(3n+2) {
      margin-left: 15px;
      margin-right: 15px; }
    .ad-three_col > .col:nth-child(3n+3) {
      margin-left: 15px; }
    .ad-three_col > div:nth-child(2n+1) {
      margin-right: 0; }
    .ad-three_col > div {
      margin-bottom: 0; }
  .desktop-ad {
    display: flex; }
  .desktop-ad.ad-three_row {
    display: block;
    margin-right: 0; }
  .tablet-ad {
    display: none; }
  .mobile-ad {
    display: none; } }

.wpcf7-form div.wpcf7-response-output {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #B52221;
  margin: 0;
  margin-top: 20px;
  padding: 0;
  border: none !important; }

.wpcf7-form .wpcf7-not-valid-tip {
  display: none !important; }

.wpcf7-form .wpcf7-not-valid {
  border: 1px solid #B52221 !important; }

.wpcf7-form .wpcf7-mail-sent-ok {
  color: darkgreen !important; }

.article-title {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 42px;
  margin: 0;
  padding: 0; }
  .article-title a {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 42px; }

.article-subtitle {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  margin: 0;
  padding: 0; }
  .article-subtitle a {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px; }

.article-excerpt {
  font-size: 16px;
  line-height: 19px; }

.article-meta {
  display: flex;
  position: relative;
  align-items: center; }
  .article-meta .article-date {
    width: 80px;
    margin-left: 0;
    height: 12px; }
  .article-meta .article-badge {
    margin-right: 16px; }

.article-image-wrapper a {
  display: block;
  height: 100%; }

.article-portret {
  display: flex !important;
  flex-direction: column; }
  .article-portret .article-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .article-portret .article-image-wrapper {
    overflow: hidden;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 5px;
    height: 100%;
    width: 100%; }
    .article-portret .article-image-wrapper .article-image {
      display: block; }

.article-landscape {
  position: relative;
  min-height: 530px; }
  .article-landscape .article-image-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 5px; }
  .article-landscape .article-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2; }
  .article-landscape .article-meta {
    margin-top: 0;
    margin-bottom: 55px; }
  .article-landscape .article-excerpt {
    margin: 16px 0 24px; }

.article-small {
  height: 113px; }
  .article-small .article-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 190px;
    max-width: 190px;
    min-width: 190px;
    padding-left: 15px;
    padding-right: 0; }
  .article-small .article-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px; }
    .article-small .article-title a {
      font-size: 18px;
      line-height: 22px; }
  .article-small .article-image-wrapper {
    height: 100%;
    width: 100px;
    max-width: 100px;
    min-width: 100px;
    overflow: hidden;
    border-radius: 5px;
    padding: 0; }
    .article-small .article-image-wrapper .article-image {
      width: auto;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%;
      width: 100%;
      height: 100%; }
  .article-small .article-meta {
    align-items: flex-start; }
    .article-small .article-meta .article-date {
      margin: 0; }

.article-medium.with-label {
  height: 136px; }

.article-medium .article-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  width: 257px;
  max-width: 257px;
  min-width: 257px;
  padding-left: 15px;
  padding-right: 0; }

.article-medium .article-meta {
  margin-bottom: 15px; }

.article-medium .article-title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px; }
  .article-medium .article-title a {
    font-size: 20px;
    line-height: 24px; }

.article-medium .article-image-wrapper {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  padding: 0;
  overflow: hidden;
  border-radius: 5px;
  padding: 0;
  height: 100%; }
  .article-medium .article-image-wrapper .article-image {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%; }

.article-medium.article-without-image .article-title a {
  font-size: 20px;
  line-height: 24px; }

.article-medium.article-without-image .article-body {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 0; }

.article-medium.article-with-image .article-title {
  height: 44px;
  overflow: hidden;
  padding-right: 0;
  font-size: 18px;
  line-height: 22px; }
  .article-medium.article-with-image .article-title a {
    font-size: 18px;
    line-height: 22px; }

.article-medium.article-with-image .article-body {
  width: 65%;
  min-width: 65%;
  max-width: 65%; }

.article-big .article-title {
  font-size: 35px;
  line-height: 42px; }
  .article-big .article-title a {
    font-size: 35px;
    line-height: 42px; }

.article-big.article-portret .article-image-wrapper {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 0;
  min-height: 180px;
  max-height: 180px;
  flex-basis: auto; }
  .article-big.article-portret .article-image-wrapper .article-image {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%; }

.article-big.article-portret .article-body {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }
  .article-big.article-portret .article-body .article-meta {
    margin: 25px 0; }
  .article-big.article-portret .article-body .article-title {
    margin-bottom: 16px; }
  .article-big.article-portret .article-body .article-excerpt {
    margin-bottom: 17px; }

.article-video {
  position: relative; }
  .article-video.big {
    height: 400px; }
  .article-video.medium {
    height: 185px; }
    .article-video.medium .article-title {
      font-size: 20px;
      line-height: 24px; }
      .article-video.medium .article-title a {
        font-size: 20px;
        line-height: 24px; }
  .article-video .article-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center; }
  .article-video .article-image-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 5px; }
  .article-video .article-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2; }
  .article-video .article-meta {
    margin-top: 0;
    margin-bottom: auto; }

.articles_grid_wrapper {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%; }
  .articles_grid_wrapper .articles_grid_pagination {
    text-align: right;
    margin-top: 40px;
    margin-bottom: 30px; }
    .articles_grid_wrapper .articles_grid_pagination .page-numbers {
      display: inline-flex;
      width: 30px;
      height: 30px;
      justify-content: center;
      align-items: center;
      border: 1px solid #E9E9E9;
      border-radius: 5px;
      box-sizing: border-box;
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 700;
      font-size: 12px;
      line-height: 14px;
      text-align: center;
      text-decoration: none;
      color: #000000; }
    .articles_grid_wrapper .articles_grid_pagination .page-numbers.current {
      background-color: #B52221;
      color: #ffffff; }

.articles_grid {
  display: flex;
  flex-wrap: wrap; }
  .articles_grid .articles_grid_item {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 40px; }
    .articles_grid .articles_grid_item .article {
      margin: 0; }

.single-article-header .single-article-title .col-8 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 0; }

.single-article-header .single-article-meta .single-article-meta-list {
  display: flex;
  align-items: center;
  padding: 0;
  width: 100%;
  min-width: 100%; }
  .single-article-header .single-article-meta .single-article-meta-list .single-article-meta-breacker {
    display: block;
    width: 3px;
    height: 3px;
    margin: 0 15px;
    background-color: #B52221; }
  .single-article-header .single-article-meta .single-article-meta-list .single-article-social-item {
    margin-right: 10px; }
    .single-article-header .single-article-meta .single-article-meta-list .single-article-social-item img {
      display: block;
      width: 16px;
      height: 16px; }

.single-article-header .single-article-meta .single-article-meta-list.justify-flex-end {
  margin-top: 0; }

.video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 5px;
  overflow: hidden; }
  .video-wrapper iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }

.single-article-main .single-article-content {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 0; }
  .single-article-main .single-article-content .wp-block-embed {
    margin: 0; }
    .single-article-main .single-article-content .wp-block-embed .wp-block-embed__wrapper {
      position: relative;
      height: 0;
      padding-bottom: 56.25%;
      /** 16 pe 9 */ }
      .single-article-main .single-article-content .wp-block-embed .wp-block-embed__wrapper iframe {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%; }

.single-article-main .article-image-wrapper {
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px; }
  .single-article-main .article-image-wrapper img {
    object-fit: contain;
    display: block;
    width: 100%;
    height: auto; }

.single-article-main .article-content-wrapper {
  line-height: 19px;
  font-size: 16px; }
  .single-article-main .article-content-wrapper .content-overlay-wrapper {
    position: relative; }
  .single-article-main .article-content-wrapper .content-overlay {
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.9) 0%, rgba(0, 0, 0, 0) 100%), url(.jpg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3; }
  .single-article-main .article-content-wrapper .content-restiction-banner {
    width: 100%;
    height: 300px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    background-position: center;
    background-size: cover; }
    .single-article-main .article-content-wrapper .content-restiction-banner .content-restriction-message {
      color: #ffffff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .single-article-main .article-content-wrapper p, .single-article-main .article-content-wrapper a, .single-article-main .article-content-wrapper span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
/*    color: #000000; */
}
  .single-article-main .article-content-wrapper h1, .single-article-main .article-content-wrapper h2, .single-article-main .article-content-wrapper h3, .single-article-main .article-content-wrapper h4, .single-article-main .article-content-wrapper h5, .single-article-main .article-content-wrapper h6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000; }
  .single-article-main .article-content-wrapper img {
    display: block;
    max-width: 100%;
    height: auto; }
  .single-article-main .article-content-wrapper iframe {
    max-width: 100%; }
  .single-article-main .article-content-wrapper blockquote {
    position: relative; }
    .single-article-main .article-content-wrapper blockquote p {
      font-family: 'Roboto';
      font-style: italic;
      font-weight: 500;
      font-size: 18px;
      line-height: 21px; }
  .single-article-main .article-content-wrapper blockquote::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #E9E9E9;
    position: absolute;
    top: 0;
    left: -100px;
    font-size: 52px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    display: none; }

.article-tags-list {
  display: flex;
  flex-wrap: wrap; }
  .article-tags-list .article-tag-item {
    padding: 0;
    background: #ffffff;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 5px;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: 0.3s background-color ease-in-out; }
    .article-tags-list .article-tag-item a, .article-tags-list .article-tag-item span {
      font-weight: bold;
      font-size: 12px;
      line-height: 14px;
      padding: 5px 20px;
      display: block;
      box-sizing: border-box;
      transition: 0.3s color ease-in-out; }
  .article-tags-list .article-tag-item:hover {
    background-color: #B52221; }
    .article-tags-list .article-tag-item:hover a, .article-tags-list .article-tag-item:hover span {
      color: #ffffff; }

.section-related .articles_grid .articles_grid_item:last-child {
  display: block; }

.article-tags-wrapper {
  margin: 30px 0; }

@media (min-width: 400px) {
  .article-small .article-image-wrapper {
    height: 100%;
    width: 113px;
    max-width: 113px;
    min-width: 113px; }
  .article-small .article-body {
    width: 257px;
    max-width: 257px;
    min-width: 257px; }
  .article-medium .article-image-wrapper {
    width: 113px;
    min-width: 113px;
    max-width: 113px; } }

@media (min-width: 830px) {
  .article-portret {
    flex-direction: row; }
  .article-medium {
    height: 124px; }
    .article-medium.article-without-image .article-body {
      width: 370px;
      max-width: 370px;
      min-width: 370px; }
    .article-medium.article-with-image .article-title {
      height: initial;
      padding-right: 20px;
      font-size: 18px;
      line-height: 22px; }
      .article-medium.article-with-image .article-title a {
        font-size: 18px;
        line-height: 22px; }
  .single-article-main .article-content-wrapper .content-restiction-banner {
    height: 200px; }
  .article-big {
    height: 400px; }
    .article-big.article-portret .article-image-wrapper {
      width: 270px;
      min-width: 270px;
      max-width: 270px;
      padding: 0;
      height: 100%;
      min-height: unset;
      max-height: unset; }
    .article-big.article-portret .article-body {
      width: 500px;
      min-width: 500px;
      max-width: 500px;
      padding-left: 30px;
      padding-right: 0;
      justify-content: initial; }
      .article-big.article-portret .article-body .article-meta {
        margin-top: 0; }
      .article-big.article-portret .article-body .article-title {
        margin-bottom: 20px; }
      .article-big.article-portret .article-body .article-excerpt {
        margin-bottom: 40px; }
  .articles_grid_wrapper {
    width: 770px;
    min-width: 770px;
    max-width: 770px; }
  .section-related .articles_grid_wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%; }
  .section-related .articles_grid .articles_grid_item:last-child {
    display: block; }
  .articles_grid .articles_grid_item {
    width: 370px;
    min-width: 370px;
    max-width: 370px; }
  .articles_grid .articles_grid_item:nth-child(2n+1) {
    margin-right: 30px; }
  .articles_grid .articles_grid_item:nth-last-of-type(1) {
    margin-bottom: 40px; }
  .articles_grid .articles_grid_item:nth-last-of-type(2) {
    margin-bottom: 40px; }
  .articles_grid.three_col {
    justify-content: space-between; }
    .articles_grid.three_col .articles_grid_item:nth-child(2n+1) {
      margin-right: 0; }
  .article-landscape {
    min-height: auto; }
    .article-landscape .article-body {
      width: 80%; }
  .single-article-header .single-article-meta .single-article-meta-list {
    width: 50%;
    min-width: 50%;
    max-width: 50%; }
  .single-article-header .single-article-meta .single-article-meta-list.justify-flex-end {
    margin-top: 20px; } }

.membership_cta_banner {
  height: 252px;
  overflow: hidden;
  position: relative;
  border-radius: 5px; }
  .membership_cta_banner .participant-banner-image {
    display: block;
    width: 100%;
    object-fit: cover; }
  .membership_cta_banner .membership_cta_banner_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
    .membership_cta_banner .membership_cta_banner_text .article-title {
      font-size: 22px;
      line-height: 26px; }
    .membership_cta_banner .membership_cta_banner_text a span {
      color: #ffffff !important; }

@media (min-width: 830px) {
  .membership_cta_banner .membership_cta_banner_text .article-title {
    font-size: 25px;
    line-height: 32px; } }

@media (min-width: 1230px) {
  .articles_grid .articles_grid_item:nth-last-of-type(1) {
    margin-bottom: 0; }
  .articles_grid .articles_grid_item:nth-last-of-type(2) {
    margin-bottom: 0; }
  .single-article-header .single-article-title .col-8 {
    width: 770px;
    min-width: 770px;
    max-width: 770px; }
  .single-article-main .single-article-content {
    width: 770px;
    min-width: 770px;
    max-width: 770px; }
  .section-related .articles_grid .articles_grid_item:last-child {
    display: none; } }

html {
  margin-top: 0 !important; }

div, p, span {
  font-family: 'Roboto'; }

#wpadminbar {
  display: none; }

.d-block {
  display: block; }

.justify-flex-end {
  justify-content: flex-end; }

.no-decorations {
  text-decoration: none; }

.sidebar_right_padding {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.section-more {
  display: flex;
  align-items: center; }

.left-triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid #B52221;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin-left: 8px; }

.left-triangle-white {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 12px solid #ffffff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2; }

.badge {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  border-radius: 5px;
  height: 24px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px; }

.badge-bg-purple {
  background-color: #8E29DE; }

.section-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  .section-title .title {
    font-size: 25px;
    line-height: 30px; }

.breadcrumbs-list {
  display: flex;
  flex-wrap: wrap; }
  .breadcrumbs-list .breadcrumbs-item {
    padding: 0;
    background: #ffffff;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 10px;
    transition: 0.3s background-color ease-in-out; }
    .breadcrumbs-list .breadcrumbs-item a, .breadcrumbs-list .breadcrumbs-item span {
      font-size: 12px;
      line-height: 14px;
      padding: 5px 20px;
      display: block;
      box-sizing: border-box;
      transition: 0.3s color ease-in-out; }
  .breadcrumbs-list .breadcrumbs-item:hover {
    background-color: #B52221; }
    .breadcrumbs-list .breadcrumbs-item:hover a, .breadcrumbs-list .breadcrumbs-item:hover span {
      color: #ffffff; }
  .breadcrumbs-list .breadcrumbs-breaker {
    margin: 0 18px;
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .breadcrumbs-list .breadcrumbs-breaker i {
      display: flex;
      font-size: 12px;
      width: 4px;
      height: 7px;
      justify-content: center;
      align-items: center; }

.breadcrumbs-list-desktop {
  display: none; }

.section-404 .subtitle-404 {
  display: block;
  width: 100%;
  margin: 0; }

.section-404 .description-404 {
  display: block;
  width: 100%;
  margin-bottom: 30px; }

.section-404 .search-form {
  width: 100%; }

.section-404 .search-field {
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #9F9F9F; }

.section-404 .search-submit {
  visibility: hidden; }

.slick-arrow {
  display: flex !important;
  width: 20px;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

.slick-slide {
  -webkit-transform: translate3d(0, 0, 0); }

.page-content-wrapper {
  padding: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%; }
  .page-content-wrapper p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px; }
    .page-content-wrapper p strong {
      font-family: 'Inter';
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 22px; }

.section-search-results .search-form {
  width: 100%; }

.section-search-results input[type=search] {
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #9F9F9F; }

.section-search-results input[type=search]:active,
.section-search-results input[type=search]:focus {
  color: #000000; }

.section-search-results input[type=submit] {
  display: none; }

.container {
  width: 100%;
  max-width: 400px; }

.container .row {
  margin-left: 0;
  margin-right: 0; }

.woocommerce .woocommerce-form-login button.woocommerce-form-login__submit {
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border: none; }

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:focus {
  outline: 0;
  border: none; }

.woocommerce .woocommerce-notices-wrapper,
.woocommerce .woocommerce-message {
  font-family: 'Roboto'; }

.woocommerce .woocommerce-ResetPassword .woocommerce-Input--text {
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 15px;
  font-family: 'Roboto'; }

.woocommerce .woocommerce-ResetPassword button.button {
  background: none;
  padding: 0;
  margin: 10px 0;
  outline: 0;
  border: none; }

.woocommerce form .show-password-input, .woocommerce .woocommerce-page form .show-password-input {
  top: 16px;
  right: 15px; }

.register_msg.fail, .login_msg.fail {
  display: none !important; }

#cookie-law-info-bar {
  font-family: 'Roboto' !important; }

.wp-block-quote {
  margin-top: 50px;
  margin-bottom: 50px; }

@media (min-width: 830px) {
  .container {
    max-width: 800px; }
  .breadcrumbs-list-desktop {
    display: flex; }
  .breadcrumbs-list-mobile {
    display: none; }
  .sidebar_right_padding {
    padding-right: 0;
    padding-left: 0;
    width: 770px;
    min-width: 770px;
    max-width: 770px; }
  .page-content-wrapper {
    width: 770px;
    min-width: 770px;
    max-width: 770px; }
    .page-content-wrapper.full-width-wrapper {
      width: 100%;
      min-width: 100%;
      max-width: 100%; }
  .section-search-results input[type=search] {
    width: 770px; }
  .section-404 .search-form {
    width: 770px; } }

@media (min-width: 1230px) {
  .container {
    max-width: 1200px; }
  .sidebar_right_padding {
    padding-right: 0;
    padding-left: 30px;
    width: 400px;
    min-width: 400px;
    max-width: 400px; } }
