@import '../../../qs-starter/fonts/almoni.css';
/** Social colors **/
/** Theme colors **/
@focus () {
  outline-style: solid;
  outline-color: blue;
  outline-width: 2px;
  outline-offset: 1px;
}
html {
  font-size: 62.5%;
}

body {
  background: #FFF;
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Almoni";
  font-style: normal;
}
body input[type],
body textarea,
body label {
  font-size: 18px;
  font-size: 1.8rem;
}
body h1, body h2, body h3,
body h4, body h5, body h6 {
  word-break: break-word;
  font-family: "Almoni";
  font-style: normal;
}
body input,
body select,
body textarea,
body button {
  font-family: "Almoni";
  font-style: normal;
}
body picture {
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
body button,
body input[type=submit] {
  cursor: pointer;
}
body a {
  line-height: 1;
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
body svg {
  width: auto;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .responsive-svg svg {
  width: 100%;
  height: 100%;
}
body .sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
body .mobile-only,
body .mobile-only-1024 {
  display: none;
}
body .custom-row {
  width: 100%;
  max-width: 1830px;
}
body .custom-row {
  margin: 0 auto;
  padding: 0 50px;
}
body .site-wrapper {
  min-height: 100vh;
}
body .content-wrap {
  position: relative;
}
body .no-margin {
  margin: 0;
}
body .overflow-hidden, body.overflow-hidden {
  overflow: hidden;
}
body .noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .clear-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body ::-webkit-input-placeholder {
  color: #444444;
  opacity: 1;
}
body :-moz-placeholder {
  color: #444444;
  opacity: 1;
}
body ::-moz-placeholder {
  color: #444444;
  opacity: 1;
}
body :-ms-input-placeholder {
  color: #444444;
  opacity: 1;
}
body .site-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body .site-wrapper [role=main] {
  width: 100%;
  flex: 1 0 0px;
  -webkit-flex: 1 0 0px;
  -ms-flex: 1 0 0px;
  -webkit-box-flex: 1 0 0px;
  -moz-box-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
}
body .img-wrap {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
body .uppercase {
  text-transform: uppercase;
}
body .flex-it {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
body .flex-it.flex-it--margin-fix {
  margin-right: -15px;
  margin-left: -15px;
}
body .flex-it.flex-it--nowrap {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
}
body .flex-it.flex-it--dir-col {
  flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body .flex-it.flex-it--jstfy-cntr {
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
body .flex-it.flex-it--jstfy-btwn {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
body .flex-it.flex-it--jstfy-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}
body .flex-it.flex-it--align-cntr {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
body .flex-it.flex-it--align-strch {
  -webkit-align-self: stretch;
  align-self: stretch;
  -ms-flex-item-align: stretch;
}
body .flex-it.flex-it--align-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}
body .flex-it.flex-it--align-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
}
body .flex-it .flex-it__item {
  padding: 0 15px;
}
body .flex-it .flex-it__item.flex-it__item--100 {
  width: 100%;
}
body .flex-it .flex-it__item.flex-it__item--50 {
  width: 50%;
}
body .flex-it .flex-it__item.flex-it__item--33 {
  width: 33.33%;
}
body .flex-it .flex-it__item.flex-it__item--66 {
  width: 66.66%;
}
body .flex-item-break {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  height: 0;
}
body .page-section {
  position: relative;
}
body .color-white {
  color: #FFF;
}
body .text-center {
  text-align: center;
}
body .visual-editor * {
  margin: 0;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}
body .bg-img,
body .bg-img-mobile {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
body .load-more-btn {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
body .css-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .css-loader .sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-animation: sk-chase 2.5s infinite linear both;
          animation: sk-chase 2.5s infinite linear both;
}
body .css-loader .sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: sk-chase-dot 2s infinite ease-in-out both;
          animation: sk-chase-dot 2s infinite ease-in-out both;
}
body .css-loader .sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-chase-dot-before 2s infinite ease-in-out both;
          animation: sk-chase-dot-before 2s infinite ease-in-out both;
}
body .css-loader .sk-chase-dot:nth-child(1) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
body .css-loader .sk-chase-dot:nth-child(2) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
body .css-loader .sk-chase-dot:nth-child(3) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
body .css-loader .sk-chase-dot:nth-child(4) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
body .css-loader .sk-chase-dot:nth-child(5) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
body .css-loader .sk-chase-dot:nth-child(6) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
body .css-loader .sk-chase-dot:nth-child(1):before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
body .css-loader .sk-chase-dot:nth-child(2):before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
body .css-loader .sk-chase-dot:nth-child(3):before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
body .css-loader .sk-chase-dot:nth-child(4):before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
body .css-loader .sk-chase-dot:nth-child(5):before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
body .css-loader .sk-chase-dot:nth-child(6):before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
@-webkit-keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chase-dot {
  80%, 100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  100%, 0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  100%, 0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
body .css-loader.css-loader--visible {
  opacity: 1;
  visibility: visible;
}
body .form {
  position: relative;
}
body .form span.wpcf7-not-valid-tip,
body .form .form-error {
  margin: 0;
  padding: 0 9px;
  position: absolute;
  right: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
body .form .form__field label,
body .form .form__field .span-label {
  position: relative;
}
body .form .form__field label input,
body .form .form__field label textarea,
body .form .form__field .span-label input,
body .form .form__field .span-label textarea {
  margin: 0;
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
}
body .form .form__field label input:hover, body .form .form__field label input:focus,
body .form .form__field label textarea:hover,
body .form .form__field label textarea:focus,
body .form .form__field .span-label input:hover,
body .form .form__field .span-label input:focus,
body .form .form__field .span-label textarea:hover,
body .form .form__field .span-label textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}
body .form .form__field label input:hover, body .form .form__field label input:focus,
body .form .form__field label textarea:hover,
body .form .form__field label textarea:focus,
body .form .form__field .span-label input:hover,
body .form .form__field .span-label input:focus,
body .form .form__field .span-label textarea:hover,
body .form .form__field .span-label textarea:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body .form .form__field label input.focused ~ .placeholder, body .form .form__field label input:focus ~ .placeholder,
body .form .form__field label textarea.focused ~ .placeholder,
body .form .form__field label textarea:focus ~ .placeholder,
body .form .form__field .span-label input.focused ~ .placeholder,
body .form .form__field .span-label input:focus ~ .placeholder,
body .form .form__field .span-label textarea.focused ~ .placeholder,
body .form .form__field .span-label textarea:focus ~ .placeholder {
  -webkit-transform: translate(-10px, -14px);
  transform: translate(-10px, -14px);
  font-size: 12px;
  font-size: 1.2rem;
}
body .form .form__field label .placeholder,
body .form .form__field .span-label .placeholder {
  position: absolute;
  top: 12px;
  right: 0;
  pointer-events: none;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .form .form__field.form__field--file .resume input,
body .form .form__field.form__field--file .cover-letter input {
  display: none;
}
body .form .form__field.form__field--file .form__title {
  cursor: pointer;
}
body .form button,
body .form input[type=submit] {
  margin: 0;
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .form button:hover, body .form button:focus,
body .form input[type=submit]:hover,
body .form input[type=submit]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}
body .wpcf7-form-control-wrap {
  display: block;
}
body div.wpcf7-validation-errors,
body div.wpcf7-acceptance-missing {
  border: 1px dashed #f00;
  margin: 0;
  margin-top: 40px;
  padding: 12px 20px;
}
body div.wpcf7-mail-sent-ok {
  margin: 0;
  margin-top: 40px;
  border: 1px dashed #0f0;
}
body div.wpcf7 .ajax-loader {
  position: absolute;
  top: -16px;
  right: 0;
}
body .slick-slider ~ .slick-slider__left-arrow,
body .slick-slider ~ .slick-slider__right-arrow {
  margin: 0;
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
  left: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .slick-slider ~ .slick-slider__left-arrow:hover, body .slick-slider ~ .slick-slider__left-arrow:focus,
body .slick-slider ~ .slick-slider__right-arrow:hover,
body .slick-slider ~ .slick-slider__right-arrow:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}
body .slick-slider ~ .slick-slider__left-arrow.slick-disabled,
body .slick-slider ~ .slick-slider__right-arrow.slick-disabled {
  opacity: 0.5;
}
body .slick-slider ~ .slick-slider__right-arrow {
  left: auto;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body {
  color: #444444;
  line-height: 1.5294117647;
  font-size: 17px;
  font-size: 1.7rem;
}
body main {
  margin-top: 175px;
}
body p,
body .txt-block {
  margin-bottom: 35px;
  line-height: 1.55;
  line-height: 1.5294117647;
  font-size: 17px;
  font-size: 1.7rem;
  color: #444444;
}
body h1,
body .visual-editor h1 {
  margin-bottom: 15px;
  color: #343838;
  text-align: right;
  word-break: break-word;
  font-weight: 700;
  line-height: 1.0555555556;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Almoni";
  font-style: normal;
}
body h1 p,
body .visual-editor h1 p {
  margin: 0;
}
body h2,
body .visual-editor h2 {
  margin-bottom: 15px;
  color: #343838;
  text-align: right;
  word-break: break-word;
  font-weight: 700;
  line-height: 1.0666666667;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Almoni";
  font-style: normal;
}
body h2 p,
body .visual-editor h2 p {
  margin: 0;
}
body h3,
body .visual-editor h3 {
  margin-bottom: 15px;
  color: #343838;
  text-align: right;
  word-break: break-word;
  font-weight: 700;
  line-height: 1.0833333333;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Almoni";
  font-style: normal;
}
body h3 p,
body .visual-editor h3 p {
  margin: 0;
}
body h4,
body .visual-editor h4 {
  margin-bottom: 20px;
  color: #000;
  text-align: right;
  word-break: break-word;
  font-weight: 700;
  line-height: 1.25;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Almoni";
  font-style: normal;
}
body h4 p,
body .visual-editor h4 p {
  margin: 0;
}
body h5,
body .visual-editor h5 {
  margin-bottom: 25px;
  color: #000;
  text-align: right;
  word-break: break-word;
  line-height: 1.25;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Almoni";
  font-style: normal;
}
body h5 p,
body .visual-editor h5 p {
  margin: 0;
}
body h1.visual-reset *, body h1.visual-reset, body h2.visual-reset *, body h2.visual-reset, body h3.visual-reset *, body h3.visual-reset,
body h4.visual-reset *,
body h4.visual-reset, body h5.visual-reset *, body h5.visual-reset, body h6.visual-reset *, body h6.visual-reset {
  margin: 0;
  text-align: right;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}
body .off-canvas {
  background: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body .page-section {
  margin-bottom: 85px;
}
body .swiper-button-next,
body .swiper-button-prev {
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  width: auto;
  background: transparent;
}
body .swiper-button-prev {
  left: -140px;
}
body .swiper-button-next {
  right: -140px;
  /* -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); */
}
body .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
body .slick-dots li {
  padding: 0 5px;
}
body .slick-dots li.slick-active button {
  background: #B9CC49;
}
body .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #C4C4C4;
  border-radius: 50%;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body img.size-full {
  max-width: 100%;
  margin: 0;
}

.clear-both {
  clear: both;
}

body div.wpcf7-mail-sent-ok,
body div.wpcf7-validation-errors,
body div.wpcf7-acceptance-missing {
  position: relative;
  margin: 0;
  margin-top: 30px;
  padding: 0;
  color: #0f0;
  border: 0;
}
body div.wpcf7-validation-errors,
body div.wpcf7-acceptance-missing {
  padding-left: 31px;
  color: #e00;
}
body div.wpcf7-validation-errors:before,
body div.wpcf7-acceptance-missing:before {
  display: block;
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  height: 15px;
  width: 17px;
  background: url(../../images/cf7-validation-error.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
body .form .form__field {
  max-width: 320px;
}
body .form .form__field label,
body .form .form__field .span-label {
  margin-bottom: 30px;
}
body .form .form__field label input,
body .form .form__field label textarea,
body .form .form__field label .form__title,
body .form .form__field .span-label input,
body .form .form__field .span-label textarea,
body .form .form__field .span-label .form__title {
  position: relative;
  color: #FFF;
  border: 1px solid #CDCFCF;
}
body .form .form__field label input.wpcf7-not-valid,
body .form .form__field label textarea.wpcf7-not-valid,
body .form .form__field label .form__title.wpcf7-not-valid,
body .form .form__field .span-label input.wpcf7-not-valid,
body .form .form__field .span-label textarea.wpcf7-not-valid,
body .form .form__field .span-label .form__title.wpcf7-not-valid {
  color: #e00;
  border-bottom: 1px solid #e00;
}
body .form .form__field label input.wpcf7-not-valid ~ .placeholder,
body .form .form__field label textarea.wpcf7-not-valid ~ .placeholder,
body .form .form__field label .form__title.wpcf7-not-valid ~ .placeholder,
body .form .form__field .span-label input.wpcf7-not-valid ~ .placeholder,
body .form .form__field .span-label textarea.wpcf7-not-valid ~ .placeholder,
body .form .form__field .span-label .form__title.wpcf7-not-valid ~ .placeholder {
  color: #e00;
}
body .form .form__field label input.wpcf7-not-valid.focused ~ .placeholder, body .form .form__field label input.wpcf7-not-valid:focus ~ .placeholder,
body .form .form__field label textarea.wpcf7-not-valid.focused ~ .placeholder,
body .form .form__field label textarea.wpcf7-not-valid:focus ~ .placeholder,
body .form .form__field label .form__title.wpcf7-not-valid.focused ~ .placeholder,
body .form .form__field label .form__title.wpcf7-not-valid:focus ~ .placeholder,
body .form .form__field .span-label input.wpcf7-not-valid.focused ~ .placeholder,
body .form .form__field .span-label input.wpcf7-not-valid:focus ~ .placeholder,
body .form .form__field .span-label textarea.wpcf7-not-valid.focused ~ .placeholder,
body .form .form__field .span-label textarea.wpcf7-not-valid:focus ~ .placeholder,
body .form .form__field .span-label .form__title.wpcf7-not-valid.focused ~ .placeholder,
body .form .form__field .span-label .form__title.wpcf7-not-valid:focus ~ .placeholder {
  color: #e00;
}
body .form .form__field label input:hover, body .form .form__field label input:focus,
body .form .form__field label textarea:hover,
body .form .form__field label textarea:focus,
body .form .form__field label .form__title:hover,
body .form .form__field label .form__title:focus,
body .form .form__field .span-label input:hover,
body .form .form__field .span-label input:focus,
body .form .form__field .span-label textarea:hover,
body .form .form__field .span-label textarea:focus,
body .form .form__field .span-label .form__title:hover,
body .form .form__field .span-label .form__title:focus {
  border: 1px solid #CDCFCF;
}
body .form .form__field label input.focused ~ .placeholder, body .form .form__field label input:focus ~ .placeholder,
body .form .form__field label textarea.focused ~ .placeholder,
body .form .form__field label textarea:focus ~ .placeholder,
body .form .form__field label .form__title.focused ~ .placeholder,
body .form .form__field label .form__title:focus ~ .placeholder,
body .form .form__field .span-label input.focused ~ .placeholder,
body .form .form__field .span-label input:focus ~ .placeholder,
body .form .form__field .span-label textarea.focused ~ .placeholder,
body .form .form__field .span-label textarea:focus ~ .placeholder,
body .form .form__field .span-label .form__title.focused ~ .placeholder,
body .form .form__field .span-label .form__title:focus ~ .placeholder {
  color: #FFF;
  -webkit-transform: translate(0px, -14px);
  transform: translate(0px, -14px);
}
body .form .form__field label input.focused ~ .focused__focused-el, body .form .form__field label input:focus ~ .focused__focused-el,
body .form .form__field label textarea.focused ~ .focused__focused-el,
body .form .form__field label textarea:focus ~ .focused__focused-el,
body .form .form__field label .form__title.focused ~ .focused__focused-el,
body .form .form__field label .form__title:focus ~ .focused__focused-el,
body .form .form__field .span-label input.focused ~ .focused__focused-el,
body .form .form__field .span-label input:focus ~ .focused__focused-el,
body .form .form__field .span-label textarea.focused ~ .focused__focused-el,
body .form .form__field .span-label textarea:focus ~ .focused__focused-el,
body .form .form__field .span-label .form__title.focused ~ .focused__focused-el,
body .form .form__field .span-label .form__title:focus ~ .focused__focused-el {
  width: 100%;
}
body .form .form__field label .placeholder,
body .form .form__field .span-label .placeholder {
  top: 0;
  color: #FFF;
}
body .form .form__field label .focused__focused-el,
body .form .form__field .span-label .focused__focused-el {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0px;
  background: rgb(185, 204, 73);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .form .form__field label .focused__focused-el.focused__focused-el--left,
body .form .form__field .span-label .focused__focused-el.focused__focused-el--left {
  right: auto;
  left: 0;
}
body .form .form__field.form__field--file {
  margin-bottom: 30px;
}
body .form .form__field.form__field--file label,
body .form .form__field.form__field--file .span-label {
  margin-bottom: 0;
}
body .form .form__field.form__field--file .resume input {
  display: none;
}
body .form .form__field.form__field--file .form__title {
  cursor: pointer;
  display: block;
}
body .form.form--footer {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
body .form.form--footer .form__field {
  max-width: none;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
}
body .form.form--footer .form__field label,
body .form.form--footer .form__field .span-label {
  margin: 0;
}
body .form.form--footer .form__field label input,
body .form.form--footer .form__field label textarea,
body .form.form--footer .form__field label .form__title,
body .form.form--footer .form__field .span-label input,
body .form.form--footer .form__field .span-label textarea,
body .form.form--footer .form__field .span-label .form__title {
  padding: 0 15px;
  height: 41px;
  color: #555555;
  background: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
}
body .form.form--footer .form__field label input.focused ~ .placeholder, body .form.form--footer .form__field label input:focus ~ .placeholder,
body .form.form--footer .form__field label textarea.focused ~ .placeholder,
body .form.form--footer .form__field label textarea:focus ~ .placeholder,
body .form.form--footer .form__field label .form__title.focused ~ .placeholder,
body .form.form--footer .form__field label .form__title:focus ~ .placeholder,
body .form.form--footer .form__field .span-label input.focused ~ .placeholder,
body .form.form--footer .form__field .span-label input:focus ~ .placeholder,
body .form.form--footer .form__field .span-label textarea.focused ~ .placeholder,
body .form.form--footer .form__field .span-label textarea:focus ~ .placeholder,
body .form.form--footer .form__field .span-label .form__title.focused ~ .placeholder,
body .form.form--footer .form__field .span-label .form__title:focus ~ .placeholder {
  color: #555555;
  -webkit-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}
body .form.form--footer .form__field label .placeholder,
body .form.form--footer .form__field .span-label .placeholder {
  padding: 0 15px;
  top: 6px;
  color: #555555;
  font-size: 16px;
  font-size: 1.6rem;
}
body .form.form--footer .submit-wrap {
  height: 41px;
  width: 50%;
  max-width: 125px;
}
body .form.form--footer .submit-wrap button,
body .form.form--footer .submit-wrap input {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  height: 100%;
  width: 100%;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  background: #00A0D8;
}
body .form.form--footer ~ div.wpcf7-validation-errors,
body .form.form--footer ~ div.wpcf7-acceptance-missing {
  display: none !important;
}

body .breadcrumbs {
  margin-bottom: 30px;
}
body .breadcrumbs .breadcrumbs__nav a,
body .breadcrumbs .breadcrumbs__nav .breadcrumb_last {
  font-size: 14px;
  font-size: 1.4rem;
  color: #777777;
}
body form.search {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
body form.search .search__input {
  margin: 0;
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
}
body form.search .search__input:hover, body form.search .search__input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}
body .socials-wrap {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .socials-wrap li {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .socials-wrap li a {
  padding-right: 18px;
  width: 100%;
  max-width: 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .socials-wrap li a:hover, body .socials-wrap li a:focus, body .socials-wrap li a:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
body .tags-block {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
body .tags-block li a {
  margin: 0 0 10px 10px;
  padding: 6px 12px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border: 1px solid #343838;
  color: #555555;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .tags-block li a:hover, body .tags-block li a:focus, body .tags-block li a:active {
  color: #FFF;
  background: #555555;
}
body .newsletter {
  position: relative;
}
body .newsletter .newsletter__heading {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
body .newsletter .newsletter__heading .img-wrap {
  margin-left: 17px;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
}
body .newsletter .newsletter__heading .txt-block {
  margin-bottom: 21px;
  font-size: 16px;
  font-size: 1.6rem;
}
body .newsletter .newsletter__heading .txt-block h3 {
  margin-bottom: 3px;
}
body .newsletter .newsletter__corcer-img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
body .newsletter--sidebar {
  padding: 17px 40px 35px 40px;
  background: #00A0D8;
}
body .newsletter--sidebar .newsletter__heading .txt-block {
  color: #FFF;
}
body .newsletter--sidebar .newsletter__heading .txt-block h2, body .newsletter--sidebar .newsletter__heading .txt-block h3, body .newsletter--sidebar .newsletter__heading .txt-block h4, body .newsletter--sidebar .newsletter__heading .txt-block h5 {
  color: #FFF;
}
body .newsletter--sidebar .newsletter__corcer-img {
  display: block;
}
body .newsletter--sidebar .form.form--footer .form__field label .focused__focused-el,
body .newsletter--sidebar .form.form--footer .form__field .span-label .focused__focused-el {
  background: #343838;
}
body .newsletter--sidebar .form.form--footer .submit-wrap {
  width: 40%;
  max-width: 142px;
}
body .newsletter--sidebar .form.form--footer .submit-wrap button,
body .newsletter--sidebar .form.form--footer .submit-wrap input {
  color: #FFF;
  background: #343838;
}
body .cf7-module {
  max-width: 685px;
}
body .cf7-module .txt-block {
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}
body .cf7-module .form.form--default span.wpcf7-not-valid-tip,
body .cf7-module .form.form--default .form-error {
  top: 100%;
}
body .cf7-module .form.form--default .form__field {
  max-width: none;
}
body .cf7-module .form.form--default .form__field label input,
body .cf7-module .form.form--default .form__field label textarea,
body .cf7-module .form.form--default .form__field label .form__title,
body .cf7-module .form.form--default .form__field .span-label input,
body .cf7-module .form.form--default .form__field .span-label textarea,
body .cf7-module .form.form--default .form__field .span-label .form__title {
  margin-bottom: 30px;
  padding: 12px 16px;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #CDCFCF;
  color: #555555;
  resize: none;
  max-height: 150px;
}
body .cf7-module .form.form--default .form__field label input.focused ~ .placeholder, body .cf7-module .form.form--default .form__field label input:focus ~ .placeholder,
body .cf7-module .form.form--default .form__field label textarea.focused ~ .placeholder,
body .cf7-module .form.form--default .form__field label textarea:focus ~ .placeholder,
body .cf7-module .form.form--default .form__field label .form__title.focused ~ .placeholder,
body .cf7-module .form.form--default .form__field label .form__title:focus ~ .placeholder,
body .cf7-module .form.form--default .form__field .span-label input.focused ~ .placeholder,
body .cf7-module .form.form--default .form__field .span-label input:focus ~ .placeholder,
body .cf7-module .form.form--default .form__field .span-label textarea.focused ~ .placeholder,
body .cf7-module .form.form--default .form__field .span-label textarea:focus ~ .placeholder,
body .cf7-module .form.form--default .form__field .span-label .form__title.focused ~ .placeholder,
body .cf7-module .form.form--default .form__field .span-label .form__title:focus ~ .placeholder {
  color: #777777;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-transform: translate(0, -22px);
  transform: translate(0, -22px);
}
body .cf7-module .form.form--default .form__field label .placeholder,
body .cf7-module .form.form--default .form__field .span-label .placeholder {
  padding: 0 8px;
  top: 15px;
  right: 8px;
  background: #FFF;
  color: #555555;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
}
body .cf7-module .form.form--default .form__field label .focused__focused-el,
body .cf7-module .form.form--default .form__field .span-label .focused__focused-el {
  background: rgb(185, 204, 73);
}
body .cf7-module .form.form--default .submit-wrap button,
body .cf7-module .form.form--default .submit-wrap input {
  padding: 13px 12px;
  width: 100%;
  max-width: 164px;
  color: #FFF;
  background: #025D8C;
}
body .splitted-content.flex-it--margin-fix {
  margin-left: -30px;
  margin-right: -30px;
}
body .splitted-content .splitted-content__content-wrap {
  padding-right: 30px;
  padding-left: 30px;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  width: 65%;
}
body .splitted-content .splitted-content__content-wrap h1 {
  font-size: 28px;
  font-size: 2.8rem;
}
body .splitted-content .splitted-content__content-wrap .excerpt-block {
  margin-bottom: 25px;
}
body .splitted-content .splitted-content__content-wrap .splitted-content__pre-wp-content {
  margin-bottom: 35px;
}
body .splitted-content .splitted-content__content-wrap .splitted-content__pre-wp-content .post-date {
  margin-left: 20px;
}
body .splitted-content .splitted-content__content-wrap .splitted-content__pre-wp-content .socials-share-heading {
  color: #777777;
}
body .splitted-content .splitted-content__content-wrap .splitted-content__pre-wp-content .socials-wrap li a {
  padding-right: 14px;
}
body .splitted-content .splitted-content__content-wrap .post-tags .txt-block {
  margin: 0;
  margin-left: 18px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  height: 28px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}
body .splitted-content .splitted-content__sidebar-wrap {
  padding-right: 30px;
  padding-left: 30px;
  width: 35%;
  max-width: 597px;
}
body .splitted-content .splitted-content__sidebar-wrap .splitted-content__sidebar-module {
  margin-bottom: 40px;
}
body .articles-item {
  margin-bottom: 50px;
}
body .articles-item .articles-item__content-wrap {
  position: relative;
  width: 62%;
  max-width: 535px;
}
body .articles-item .articles-item__content-wrap:hover .heading-block, body .articles-item .articles-item__content-wrap:focus .heading-block, body .articles-item .articles-item__content-wrap:active .heading-block {
  text-decoration: underline;
}
body .articles-item .articles-item__content-wrap:hover ~ .articles-item__thumb-wrap .articles-item__thumb > img,
body .articles-item .articles-item__content-wrap:hover ~ .articles-item__thumb-wrap .articles-item__thumb .img-wrap img,
body .articles-item .articles-item__content-wrap:hover ~ .articles-item__thumb-wrap .articles-item__img-wrap > img,
body .articles-item .articles-item__content-wrap:hover ~ .articles-item__thumb-wrap .articles-item__img-wrap .img-wrap img, body .articles-item .articles-item__content-wrap:focus ~ .articles-item__thumb-wrap .articles-item__thumb > img,
body .articles-item .articles-item__content-wrap:focus ~ .articles-item__thumb-wrap .articles-item__thumb .img-wrap img,
body .articles-item .articles-item__content-wrap:focus ~ .articles-item__thumb-wrap .articles-item__img-wrap > img,
body .articles-item .articles-item__content-wrap:focus ~ .articles-item__thumb-wrap .articles-item__img-wrap .img-wrap img, body .articles-item .articles-item__content-wrap:active ~ .articles-item__thumb-wrap .articles-item__thumb > img,
body .articles-item .articles-item__content-wrap:active ~ .articles-item__thumb-wrap .articles-item__thumb .img-wrap img,
body .articles-item .articles-item__content-wrap:active ~ .articles-item__thumb-wrap .articles-item__img-wrap > img,
body .articles-item .articles-item__content-wrap:active ~ .articles-item__thumb-wrap .articles-item__img-wrap .img-wrap img {
  -webkit-transform: scale(1.075);
  transform: scale(1.075);
}
body .articles-item .articles-item__content-wrap:after {
  display: none;
  content: "";
  position: absolute;
  top: 4px;
  right: 15px;
  bottom: 0;
  width: 3px;
  background: #B9CC49;
}
body .articles-item .articles-item__content-wrap .heading-block {
  margin-bottom: 7px;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .articles-item .articles-item__content-wrap .excerpt-block {
  margin-bottom: 8px;
  color: #444444;
  line-height: 1.5294117647;
  font-size: 17px;
  font-size: 1.7rem;
}
body .articles-item .articles-item__thumb-wrap {
  position: relative;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 0;
  -moz-order: -1;
  -ms-flex-order: -1;
  order: -1;
  width: 38%;
  max-width: 328px;
}
body .articles-item .articles-item__thumb-wrap.articles-item__thumb-wrap--hide {
  display: none;
}
body .articles-item .articles-item__thumb-wrap .articles-item__thumb {
  overflow: hidden;
}
body .articles-item .articles-item__thumb-wrap .articles-item__thumb img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .articles-item .articles-item__thumb-wrap .articles-item__thumb img:hover, body .articles-item .articles-item__thumb-wrap .articles-item__thumb img:focus {
  -webkit-transform: scale(1.075);
  transform: scale(1.075);
}
body .articles-item .articles-item__thumb-wrap .articles-item__term-name {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 30px;
  padding: 7px 21px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  background: #343838;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .articles-item .articles-item__thumb-wrap .articles-item__term-name:hover, body .articles-item .articles-item__thumb-wrap .articles-item__term-name:focus, body .articles-item .articles-item__thumb-wrap .articles-item__term-name:active {
  color: #00A0D8;
}
body .articles-item .articles-item__img-wrap {
  position: relative;
}
body .articles-item .articles-item__img-wrap:hover .img-wrap img, body .articles-item .articles-item__img-wrap:focus .img-wrap img, body .articles-item .articles-item__img-wrap:active .img-wrap img {
  -webkit-transform: scale(1.075);
  transform: scale(1.075);
}
body .articles-item .articles-item__img-wrap .img-wrap {
  overflow: hidden;
}
body .articles-item .articles-item__img-wrap .img-wrap img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .articles-item .articles-item__img-wrap .articles-item__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body .articles-item--extra-small {
  margin-bottom: 40px;
}
body .articles-item--extra-small .articles-item__content-wrap {
  margin-top: 0;
  width: 53%;
}
body .articles-item--extra-small .articles-item__thumb-wrap {
  width: 47%;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  max-width: 268px;
}
body .articles-item--medium {
  margin-bottom: 37px;
  max-width: 368px;
}
body .articles-item--medium > .flex-it {
  flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body .articles-item--medium .articles-item__content-wrap {
  width: 100%;
  max-width: none;
}
body .articles-item--medium .articles-item__thumb-wrap {
  width: 100%;
  max-width: none;
}
body .articles-item--x-medium,
body .articles-item--videos-slider {
  margin-bottom: 30px;
  max-width: 417px;
}
body .articles-item--x-medium > .flex-it,
body .articles-item--videos-slider > .flex-it {
  flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body .articles-item--x-medium .articles-item__content-wrap,
body .articles-item--videos-slider .articles-item__content-wrap {
  position: relative;
  margin-top: 10px;
  padding-right: 40px;
  width: 100%;
  max-width: none;
}
body .articles-item--x-medium .articles-item__content-wrap:after,
body .articles-item--videos-slider .articles-item__content-wrap:after {
  display: block;
}
body .articles-item--x-medium .articles-item__content-wrap .heading-block,
body .articles-item--videos-slider .articles-item__content-wrap .heading-block {
  line-height: 1.2;
  font-size: 20px;
  font-size: 2rem;
}
body .articles-item--x-medium .articles-item__thumb-wrap,
body .articles-item--videos-slider .articles-item__thumb-wrap {
  width: 100%;
  max-width: none;
}
body .articles-item--large {
  margin-bottom: 37px;
  max-width: 417px;
}
body .articles-item--large > .flex-it {
  flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body .articles-item--large .articles-item__content-wrap {
  width: 100%;
  max-width: none;
}
body .articles-item--large .articles-item__content-wrap .heading-block {
  line-height: 1.2;
  font-size: 20px;
  font-size: 2rem;
}
body .articles-item--large .articles-item__content-wrap .excerpt-block {
  display: none;
}
body .articles-item--large .articles-item__thumb-wrap {
  width: 100%;
  max-width: none;
}
body .articles-item--x-large,
body .articles-item--xx-large {
  margin-bottom: 55px;
  max-width: 567px;
}
body .articles-item--x-large > .flex-it,
body .articles-item--xx-large > .flex-it {
  flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body .articles-item--x-large .articles-item__content-wrap,
body .articles-item--xx-large .articles-item__content-wrap {
  z-index: 1;
  position: relative;
  margin-right: 15px;
  margin-top: -40px;
  padding-top: 23px;
  padding-right: 25px;
  width: 86%;
  max-width: none;
  background: #FFF;
}
body .articles-item--x-large .articles-item__content-wrap:after,
body .articles-item--xx-large .articles-item__content-wrap:after {
  display: block;
  top: 30px;
  right: 0;
}
body .articles-item--x-large .articles-item__content-wrap .heading-block,
body .articles-item--xx-large .articles-item__content-wrap .heading-block {
  line-height: 1.1818181818;
  font-size: 22px;
  font-size: 2.2rem;
}
body .articles-item--x-large .articles-item__thumb-wrap,
body .articles-item--xx-large .articles-item__thumb-wrap {
  width: 100%;
  max-width: none;
}
body .articles-item--xx-large {
  margin-bottom: 50px;
  max-width: 865px;
}
body .articles-item--flash {
  margin-bottom: 35px;
  max-width: 537px;
}
body .articles-item--flash .articles-item__content-wrap {
  padding-right: 2.0833333333vw;
  width: 100%;
  max-width: none;
}
body .articles-item--flash .articles-item__content-wrap:after {
  display: block;
}
body .articles-item--flash .articles-item__content-wrap .heading-block {
  font-weight: 400;
  line-height: 1.5294117647;
  font-size: 17px;
  font-size: 1.7rem;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
  margin-bottom: 10px !important;
}
body .articles-item--events-slider {
  max-width: 567px;
}
body .articles-item--events-slider > .flex-it {
  flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body .articles-item--events-slider .articles-item__content-wrap {
  margin-top: 10px;
  padding-right: 40px;
  width: 100%;
  max-width: none;
}
body .articles-item--events-slider .articles-item__content-wrap:after {
  display: block;
}
body .articles-item--events-slider .articles-item__thumb-wrap {
  width: 100%;
  max-width: none;
}
body .articles-item--videos-slider {
  margin-bottom: 0;
  max-width: none;
}
body .articles-item--videos-slider .articles-item__content-wrap .heading-block {
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.8rem;
}
body .articles-item--videos-slider .articles-item__content-wrap .post-date {
  display: none;
}
body .od-banose > .heading-block {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #343838;
}
body .od-banose .articles-item--extra-small {
  margin-bottom: 35px;
}
body .post-date,
body .author-name {
  color: #777777;
  font-size: 15px;
  font-size: 1.5rem;
}
body .post-date a,
body .author-name a {
  color: #777777;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .post-date a:hover, body .post-date a:focus, body .post-date a:active,
body .author-name a:hover,
body .author-name a:focus,
body .author-name a:active {
  color: #00A0D8;
}
body .post-date img,
body .author-name img {
  margin-left: 9px;
}
body .author-name {
  font-size: 16px;
  font-size: 1.6rem;
}
body .wp-content-block hr.is-style-wide {
  max-width: none;
  height: 2px;
}
body .wp-content-block .wp-block-image {
  margin-bottom: 35px;
}
body .ads-box {
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(52, 55, 56, 0.2);
  width: 100%;
}
body .ads-box .ads-box__inner {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  height: 360px;
  border: 6px solid #eee;
  color: #666;
  font-size: 24px;
  font-size: 2.4rem;
}

body header.header {
  z-index: 9999;
  position: fixed;
  width: 100%;
  background: #FFF;
}
body header.header.header--fixed .header__top-bar {
  height: 45px;
}
body header.header.header--fixed .header__top-bar .header__date,
body header.header.header--fixed .header__top-bar .header__top-nav ul li a {
  font-size: 14px;
  font-size: 1.4rem;
}
body header.header.header--fixed .header__top-bar .socials-wrap li a {
  max-width: 22px;
}
body header.header.header--fixed .header__main {
  height: 85px;
}
body header.header.header--fixed .header__main .logo {
  max-width: 175px;
}
body header.header.header--fixed .header__main .header__main-nav {
  margin-right: 45px;
}
body header.header.header--fixed .header__main .header__main-nav ul li a {
  font-size: 17px;
  font-size: 1.7rem;
  font-size: 0.8854166667vw;
}
body header.header .header__top-bar {
  height: 67px;
  border-bottom: 1px solid rgba(52, 55, 56, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body header.header .header__top-bar .header__date {
  color: #777777;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body header.header .header__top-bar .header__top-nav {
  margin-right: 29px;
}
body header.header .header__top-bar .header__top-nav:before {
  margin-left: 15px;
  display: block;
  content: "";
  height: 20px;
  width: 1px;
  background: rgba(52, 55, 56, 0.2);
}
body header.header .header__top-bar .header__top-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
body header.header .header__top-bar .header__top-nav ul li {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
body header.header .header__top-bar .header__top-nav ul li.current-menu-item a, body header.header .header__top-bar .header__top-nav ul li.current_page_item a {
  color: #00A0D8;
}
body header.header .header__top-bar .header__top-nav ul li a {
  padding: 0 15px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #444444;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body header.header .header__top-bar .header__top-nav ul li a:hover, body header.header .header__top-bar .header__top-nav ul li a:focus, body header.header .header__top-bar .header__top-nav ul li a:active {
  color: #00A0D8;
}
body header.header .header__top-bar .socials-wrap {
  margin-right: auto;
}
body header.header .header__main {
  height: 97px;
  border-bottom: 3px solid #025D8C;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body header.header .header__main .logo {
  width: 100%;
  max-width: 232px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body header.header .header__main .header__main-nav {
  margin-right: 98px;
  margin-right: 5.1041666667vw;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body header.header .header__main .header__main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
body header.header .header__main .header__main-nav ul li {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
body header.header .header__main .header__main-nav ul li.current-menu-item a, body header.header .header__main .header__main-nav ul li.current_page_item a {
  color: #00A0D8;
}
body header.header .header__main .header__main-nav ul li a {
  padding: 0 15px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #343838;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  font-size: 1.0416666667vw;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body header.header .header__main .header__main-nav ul li a:hover, body header.header .header__main .header__main-nav ul li a:focus, body header.header .header__main .header__main-nav ul li a:active {
  color: #00A0D8;
}
body header.header .header__main .header__search {
  position: relative;
  margin-right: 15px;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  min-width: 30px;
  text-align: left;
}
body header.header .header__main .header__search .header__search-form-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 15px;
  min-width: 250px;
  width: 100%;
  max-width: 350px;
  background: #FFF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body header.header .header__main .header__search .header__search-form-wrap:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  height: 20px;
  width: 1px;
  background: rgba(52, 55, 56, 0.2);
}
body header.header .header__main .header__search .header__search-form-wrap.header__search-form-wrap--visible {
  opacity: 1;
  visibility: visible;
}
body header.header .header__main .header__search .header__search-form-wrap .header__search-close-btn-wrap {
  -webkit-box-ordinal-group: 0;
  -moz-order: -1;
  -ms-flex-order: -1;
  order: -1;
  margin-left: 15px;
}
body header.header .header__main .header__search .header__search-form-wrap form {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
}
body header.header .header__main .header__search .header__search-form-wrap form input {
  font-size: 16px;
  font-size: 1.6rem;
}
body header.header .header__main .header__a11y {
  margin-right: 22px;
  padding-right: 19px;
  position: relative;
}
body header.header .header__main .header__a11y:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  height: 30px;
  width: 1px;
  background: rgba(52, 55, 56, 0.2);
}

body footer.footer {
  padding: 48px 0 30px 0;
}
body footer.footer .footer__nav-list > * > .heading-block,
body footer.footer .footer__tags-wrap > * > .heading-block {
  position: relative;
  margin-bottom: 27px;
  padding-bottom: 12px;
  font-size: 18px;
  font-size: 1.8rem;
}
body footer.footer .footer__nav-list > * > .heading-block:after,
body footer.footer .footer__tags-wrap > * > .heading-block:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 30px;
  background: #00A0D8;
}
body footer.footer .footer__main {
  padding-top: 50px;
  border-top: 3px solid #025D8C;
}
body footer.footer .footer__main .footer__main-inner .footer__menu-toggle-btn {
  display: none;
}
body footer.footer .footer__main .footer__main-inner .footer__nav-list .footer__nav-item {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 255px;
}
body footer.footer .footer__main .footer__main-inner .footer__nav-list .footer__nav-item:first-child {
  margin: 0;
}
body footer.footer .footer__main .footer__main-inner .footer__nav-list .footer__nav-item.footer__nav-item--two-cols ul {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}
body footer.footer .footer__main .footer__main-inner .footer__nav-list .footer__nav-item.footer__nav-item--two-cols ul li {
  width: 48%;
}
body footer.footer .footer__main .footer__main-inner .footer__nav-list .footer__nav-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body footer.footer .footer__main .footer__main-inner .footer__nav-list .footer__nav-item ul li {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
body footer.footer .footer__main .footer__main-inner .footer__nav-list .footer__nav-item ul li a {
  padding: 9px 0;
  font-size: 15px;
  font-size: 1.5rem;
  color: #555555;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body footer.footer .footer__main .footer__main-inner .footer__nav-list .footer__nav-item ul li a:hover, body footer.footer .footer__main .footer__main-inner .footer__nav-list .footer__nav-item ul li a:focus, body footer.footer .footer__main .footer__main-inner .footer__nav-list .footer__nav-item ul li a:active {
  color: #00A0D8;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
body footer.footer .footer__main .footer__main-inner .footer__tags-wrap .footer__tags-inner {
  max-width: 352px;
}
body footer.footer .footer__main .footer__main-inner .footer__tags-wrap .footer__tags-inner .footer__tags {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 17px;
}
body footer.footer .footer__main .footer__main-inner .footer__newsletter-wrap .footer__newsletter-inner {
  width: 100%;
  max-width: 383px;
}
body footer.footer .footer__main .footer__main-inner .footer__newsletter-wrap .footer__newsletter-inner .newsletter {
  margin-bottom: 47px;
}
body footer.footer .footer__main .footer__main-inner .footer__newsletter-wrap .footer__newsletter-inner .socials-wrap li a {
  padding: 0;
  padding-left: 18px;
}
body footer.footer .footer__copyrights {
  margin-top: 35px;
  padding-top: 29px;
  border-top: 1px solid rgba(52, 55, 56, 0.2);
  padding-bottom: 30px;
  margin-bottom: 60px;
}
body footer.footer .footer__copyrights .footer__copyrights-inner .txt-block {
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
}
body footer.footer .footer__copyrights .footer__copyrights-inner .footer__copyrights-right {
  font-size: 15px;
  font-size: 1.5rem;
}
body footer.footer .footer__copyrights .footer__copyrights-inner .footer__copyrights-left {
  font-size: 15px;
  font-size: 1.5rem;
}

body.page-template-tpl-home footer.footer .footer__main {
  border-top: 0;
}
body .page-home .main-articles {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
body .page-home .main-articles .main-articles__main-post {
  margin-left: 1.5625vw;
  width: 50%;
  max-width: 835px;
}
body .page-home .main-articles .main-articles__main-post .articles-item--xx-large {
  max-width: 865px;
}
body .page-home .main-articles .main-articles__posts {
  margin-right: 1.5625vw;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
}
body .page-home .main-articles .main-articles__posts .articles-item--x-medium {
  width: 48%;
  max-width: 387px;
}
body .page-home .splitted-content h2.heading-block {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #343838;
}
body .page-home .hot-topics .hot-topics__nav {
  margin-top: -8px;
  margin-bottom: 40px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(52, 55, 56, 0.2);
}
body .page-home .hot-topics .hot-topics__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
}
body .page-home .hot-topics .hot-topics__nav ul li {
  position: relative;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
}
body .page-home .hot-topics .hot-topics__nav ul li:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  height: 19px;
  width: 1px;
  background: rgba(52, 55, 56, 0.2);
}
body .page-home .hot-topics .hot-topics__nav ul li:last-child:after {
  display: none;
}
body .page-home .hot-topics .hot-topics__nav ul li button {
  margin: 0;
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  padding: 8px 18px;
  font-size: 16px;
  font-size: 1.6rem;
}
body .page-home .hot-topics .hot-topics__nav ul li button:hover, body .page-home .hot-topics .hot-topics__nav ul li button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}
body .page-home .hot-topics .hot-topics__nav ul li button:hover, body .page-home .hot-topics .hot-topics__nav ul li button:focus, body .page-home .hot-topics .hot-topics__nav ul li button:active, body .page-home .hot-topics .hot-topics__nav ul li button.selected {
  color: #00A0D8;
}
body .page-home .hot-topics .hot-topics__views {
  position: relative;
}
body .page-home .hot-topics .hot-topics__views .hot-topics__view-item {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .page-home .hot-topics .hot-topics__views .hot-topics__view-item.selected {
  position: relative;
  opacity: 1;
  visibility: visible;
}
body .page-home .hot-topics .hot-topics__views .hot-topics__view-item .hot-topics__main-post .articles-item__content-wrap .heading-block,
body .page-home .hot-topics .hot-topics__views .hot-topics__view-item .hot-topics__main-post .articles-item__content-wrap .excerpt-block {
  margin-bottom: 22px;
}
body .page-home .hot-topics .hot-topics__views .hot-topics__view-item .hot-topics__posts article {
  margin-bottom: 21px;
}
body .page-home .events-slider .events-slider__the-slider {
  position: relative;
}
body .page-home .events-slider .events-slider__the-slider article {
  margin-bottom: 10px;
}
body .page-home .events-slider .events-slider__the-slider article .articles-item__thumb-wrap .articles-item__thumb {
  display: block;
  width: 100%;
}
body .page-home .events-slider .events-slider__the-slider article .articles-item__thumb-wrap .articles-item__thumb img {
  width: 100%;
}
body .page-home .events-slider .events-slider__the-slider .slick-slider__left-arrow,
body .page-home .events-slider .events-slider__the-slider .slick-slider__right-arrow {
  top: 8.3333333333vw;
}
body .page-home .color-articles .articles-cats__x-large-posts-wrap {
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  -webkit-box-flex: 1 0 100%;
  -moz-box-flex: 1 0 100%;
  -moz-flex: 1 0 100%;
}
body .page-home .color-articles .articles-cats__x-large-posts-wrap .articles-item--x-large {
  padding: 0 30px;
  width: 50%;
  max-width: none;
}
body .page-home .color-articles .articles-cats__medium-posts-wrap .articles-item--medium {
  padding: 0 30px;
  max-width: none;
}
body .page-home .color-articles .articles-cats__medium-posts-wrap .articles-item--medium .articles-item__content-wrap {
  margin-top: 10px;
}
body .page-home .videos-slider {
  padding: 35px 0 50px 0;
  background: #343838;
}
body .page-home .videos-slider .heading-block {
  padding: 0;
  border: 0;
  color: #FFF;
}
body .page-home .videos-slider .videos-slider__heading-n-link-wrap {
  margin-bottom: 35px;
}
body .page-home .videos-slider .videos-slider__heading-n-link-wrap .heading-block {
  margin: 0;
}
body .page-home .videos-slider .videos-slider__heading-n-link-wrap .videos-slider__archive-link .txt-block {
  margin: 0;
  color: #FFF;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}
body .page-home .videos-slider .videos-slider__heading-n-link-wrap .videos-slider__archive-link .txt-block p {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
body .page-home .videos-slider .videos-slider__heading-n-link-wrap .videos-slider__archive-link .txt-block img {
  margin: auto;
}
body .page-home .videos-slider .videos-slider__slides .videos-slider__slide-item a {
  display: block;
  width: 100%;
}
body .page-home .videos-slider .videos-slider__slides .videos-slider__slide-item a .img-wrap {
  width: 100%;
}
body .page-home .videos-slider .videos-slider__slides .videos-slider__slide-item a .img-wrap img {
  width: 100%;
}
body .page-home .videos-slider .videos-slider__slides .slick-dots {
  margin: 0 auto;
  margin-top: 20px;
}

body .page-advertise .page-advertise__heading-content-wrap .heading-block {
  margin-bottom: 21px;
}

body .page-contact .page-contact__heading-content-wrap {
  max-width: 925px;
}
body .page-contact .page-contact__heading-content-wrap .heading-block {
  margin-bottom: 21px;
}
body .page-contact .page-contact__heading-content-wrap .cf7-module {
  max-width: none;
}
body .page-contact .page-contact__sidebar {
  max-width: 567px;
}
body .page-contact .page-contact__sidebar .ads-box {
  margin-top: 38px;
}

body .single-page-articles .splitted-content__content-wrap,
body .single-page-flash .splitted-content__content-wrap,
body .single-page-events .splitted-content__content-wrap,
body .single-page-videos .splitted-content__content-wrap {
  max-width: 1105px;
}

body .articles-cats {
  position: relative;
}
body .articles-cats .articles-cats__heading-excerpt {
  margin-bottom: 50px;
  padding-bottom: 34px;
  border-bottom: 2px solid #B9CC49;
}
body .articles-cats .articles-cats__heading-excerpt .articles-cats__inner .articles-cats__heading {
  position: relative;
}
body .articles-cats .articles-cats__heading-excerpt .articles-cats__inner .articles-cats__heading .heading-block {
  margin: 0;
  padding: 10px 40px;
  color: #FFF;
  background: #B9CC49;
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
}
body .articles-cats .articles-cats__heading-excerpt .articles-cats__inner .articles-cats__heading .articles-cats__heading-bg {
  position: absolute;
  top: -1px;
  left: 14px;
}
body .articles-cats .articles-cats__heading-excerpt .articles-cats__inner .articles-cats__excerpt {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  max-width: 920px;
}
body .articles-cats .articles-cats__posts-list .articles-cats__x-large-posts-wrap {
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  -webkit-box-flex: 1 0 100%;
  -moz-box-flex: 1 0 100%;
  -moz-flex: 1 0 100%;
}
body .articles-cats .articles-cats__posts-list .articles-cats__x-large-posts-wrap .articles-item--x-large {
  padding: 0 30px;
  width: 33.33%;
  max-width: 597px;
}

/*******************************
    Banners
*******************************/
.banner-wrapper.footer-sticky-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  z-index: 999;
}
.banner-wrapper.footer-sticky-banner .banner-inner {
  width: 100%;
}
.banner-wrapper.footer-sticky-banner #bsa-image-1 .bsaProItemInner__img {
  width: 100%;
  height: 80px;
  background-size: cover;
}
.banner-wrapper.home_under_hot_topics_banner {
  margin-bottom: 30px;
}
.banner-wrapper.global_header_space_shortcode {
  margin-bottom: 42px;
}
.banner-wrapper.ads_banner_cube_left_side {
  margin-bottom: 26px;
}
.banner-wrapper.home_footer_banner {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-wrapper.home_footer_banner .banner-inner-right,
.banner-wrapper.home_footer_banner .banner-inner-left {
  width: 49%;
  overflow: hidden;
}
.banner-wrapper.home_footer_banner .banner-inner {
  border: 0;
}
.banner-wrapper.home_footer_banner .bsaProItem {
  width: 100% !important;
}
.banner-wrapper.home_footer_banner .bsaProItem img {
  border: 6px solid #EEEEEE;
  width: auto;
  max-width: 100%;
  margin: 0.8% 0 0.8% 1.6%;
  float: right;
}
.banner-wrapper.home_footer_banner .bsaProItem img:last-child {
  float: left;
}
.banner-wrapper.home_events_slider_banner .bsaProItemInner__img {
  min-height: auto;
  height: auto;
}
.banner-wrapper .banner-inner {
  border: 6px solid #EEEEEE;
}
.banner-wrapper .banner-inner .bsaProHeader {
  display: none !important;
}
.banner-wrapper .banner-inner .bsa-pro-col-1 .bsaProItem {
  margin: 0 !important;
}

.home-under-main-articles-banners {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.home-under-main-articles-banners .banner-right {
  margin-left: 1.5625vw;
  width: 50%;
  max-width: 835px;
}
.home-under-main-articles-banners .banner-left {
  margin-right: 1.5625vw;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.bsaProHeader {
  display: none;
}

/**************************
    A11Y
**************************/
button.wahout.aicon_link {
  display: none !important;
}

body .page-home .hot-topics .hot-topics__views .hot-topics__view-item .hot-topics__main-post .articles-item__content-wrap .heading-block,
body .articles-item--extra-small .articles-item__content-wrap .heading-block {
  padding-bottom: 0 !important;
  margin-bottom: 10px !important;
  border-bottom: 0 !important;
}

body.author .articles-cats {
  overflow: hidden;
}

body.page-template-tpl-about .slider-gblock .slider-gblock__slider-nav {
  margin: 0 -10px;
}
body.page-template-tpl-about .video-with-placeholder-gblock a {
  width: 100%;
}
body.page-template-tpl-about .video-with-placeholder-gblock .img-wrap,
body.page-template-tpl-about .video-with-placeholder-gblock .video-with-placeholder-gblock__img-wrap {
  width: 100%;
}
body.page-template-tpl-about .video-with-placeholder-gblock .img-wrap img,
body.page-template-tpl-about .video-with-placeholder-gblock .img-wrap picture,
body.page-template-tpl-about .video-with-placeholder-gblock .video-with-placeholder-gblock__img-wrap img,
body.page-template-tpl-about .video-with-placeholder-gblock .video-with-placeholder-gblock__img-wrap picture {
  width: 100%;
}
body.page-template-tpl-about .wp-content-block .wp-block-image img {
  width: 100%;
}

.bsaProContainerNew.bsa-pro-col-2 .bsaGridGutter .bsaProItem {
  margin: 30px 0 30px 1.6%;
}

.comments-wrapper {
  margin-top: 60px;
}
.comments-wrapper:before,
.comments-wrapper *:after {
  clear: both;
  display: block;
  content: "";
}
.comments-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.comments-wrapper ul.children {
  margin: 0 30px 0 0;
}
.comments-wrapper .comment-body .comment-author {
  float: right;
  margin-left: 29px;
  width: 100px;
  height: 103px;
  background: #EEEEEE;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.comments-wrapper .comment-body .comment-author cite, .comments-wrapper .comment-body .comment-author .says {
  display: none;
}
.comments-wrapper h3 {
  font-family: "Almoni";
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 44px;
  text-align: right;
  color: #343738;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #343738;
}
.comments-wrapper .comment-item {
  display: block;
  margin-bottom: 35px;
}
.comments-wrapper .comment-item:before,
.comments-wrapper .comment-item *:after {
  clear: both;
  display: block;
  content: "";
}
.comments-wrapper .comment-item .comment-author-avatar {
  float: right;
  margin-left: 29px;
  width: 100px;
  height: 103px;
  background: #EEEEEE;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.comments-wrapper .comment-meta {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
.comments-wrapper .comment-meta .comment-author-name {
  margin-left: 18px;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #444444;
}
.comments-wrapper .comment-meta .comment-author-name .author-name {
  font-weight: 500;
  color: #00A0D8;
}
.comments-wrapper .comment-meta .comment-date-icon {
  margin-left: 9px;
  line-height: 1.2;
}
.comments-wrapper .comment-meta .comment-date {
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-align: right;
  color: #777777;
}
.comments-wrapper .comment-edit-link {
  margin-right: 5px;
}
.comments-wrapper .comment-reply-link {
  background: url(../../images/comment-reply.png) no-repeat 100% 50%;
  padding-right: 20px;
  color: #777777;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
}

.comment-body-inner p {
  margin-bottom: 0;
}
.comment-body-inner p:last-child {
  margin-bottom: 0;
}

.comment-body {
  margin-bottom: 30px;
}

.comment-content {
  float: right;
  width: calc(100% - 130px);
}

.comments-subheader {
  border-bottom: 1px solid rgba(52, 55, 56, 0.2);
  margin-bottom: 35px;
  padding-bottom: 10px;
}
.comments-subheader:before, .comments-subheader:after {
  clear: both;
  content: "";
  display: block;
}
.comments-subheader .title {
  float: right;
  color: #444444;
  font-weight: normal;
  font-size: 17px;
  line-height: 40px;
}

.new_comment_wrapper {
  float: left;
}
.new_comment_wrapper a,
.new_comment_wrapper button {
  background: #00A0D8;
  color: #FFF;
  height: 41px;
  line-height: 40px;
  font-weight: normal;
  font-size: 16px;
  padding: 0 20px;
}

.comment-notes,
.comment-form-cookies-consent {
  display: none;
}

.comment-form-author {
  width: 48%;
  float: right;
}

.comment-form-email {
  float: left;
  width: 48%;
}

#commentform p {
  margin-bottom: 0;
}
#commentform .form-submit input {
  background: #00A0D8;
  color: #FFF;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  height: 41px;
  padding: 0 40px;
  border: 0;
}

.cf7-module.comment-form-subject,
.cf7-module.comment-form-body {
  max-width: none;
  clear: both;
}

p.logged-in-as {
  margin-bottom: 20px !important;
}

.empty-spacer {
  min-height: 100px;
}

.video-slide-inner {
  margin: 0 15px;
}

.articles-item .img-wrap {
  position: relative;
}
.articles-item .img-wrap .articles-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -28px;
  margin-left: -28px;
  z-index: 2;
}
.articles-item .item-title {
  margin-top: 7px;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #FFF;
  position: relative;
  margin-right: 19px;
}
.articles-item .item-title:before {
  content: "";
  background: #B9CC49;
  width: 3px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -19px;
}

.event-slider-item .event-item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #343838;
  position: relative;
  margin-right: 19px;
}
.event-slider-item .event-item-title:before {
  content: "";
  background: #00A0D8;
  width: 3px;
  height: 98%;
  display: block;
  position: absolute;
  top: 2px;
  right: -19px;
}

.page-contact .ads_banner_cube_left_side {
  width: 100%;
}
.page-contact .ads_banner_cube_left_side .bsaProItem__url,
.page-contact .ads_banner_cube_left_side .bsaProContainerNew {
  height: auto;
  min-height: 360px;
}
.page-contact .ads_banner_cube_left_side .bsaProItemInner__img,
.page-contact .ads_banner_cube_left_side .bsaProItemInner__thumb,
.page-contact .ads_banner_cube_left_side .bsaProAnimateThumb {
  height: 100% !important;
  min-height: 360px;
}

.flash-news-wrapper {
  margin-bottom: 0 !important;
}

.related-articles-on-taxonomy-wrapper {
  background: #F2F2F2;
  padding-top: 36px;
  padding-bottom: 36px;
}
.related-articles-on-taxonomy-wrapper .related-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 44px;
  color: #343738;
  margin-bottom: 36px;
}
.related-articles-on-taxonomy-wrapper .related-link {
  display: block;
}
.related-articles-on-taxonomy-wrapper .article-title {
  font-weight: 700;
  margin-top: 10px;
  font-size: 18px;
  line-height: 26px;
  color: #343838;
}
.related-articles-on-taxonomy-wrapper .related-excerpt {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #343838;
}

.hidden-banners-before-init {
  display: none;
}

.row-1,
.row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  clear: both;
  padding: 0 14px;
  margin: 0 0 25px 0;
}
.row-1 .banner-right,
.row-1 .banner-left,
.row-2 .banner-right,
.row-2 .banner-left {
  width: 49%;
}

@media (min-width: 1200px) {
  .flexible-section-container {
    max-width: 1830px;
    width: 100%;
  }
  .flexible-section-container.business-container {
    max-width: 1790px;
  }
  .flexible-section-container.business-container .row {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .flexible-section-container.business-container {
    width: 100%;
    max-width: 100%;
  }
}
.flexible-content-container .flexible-section {
  margin-bottom: 50px;
}
.flexible-content-container .videos-slider {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 50px;
}
.flexible-content-container .videos-slider .custom-row {
  max-width: 1770px;
}

.flexible-section-container .title-section {
  color: #343838;
  font-weight: 700;
  font-size: 30px;
}
.flexible-section-container .title-section.column-title {
  line-height: 1;
  border-bottom: 2px solid #025D8C;
  padding-bottom: 20px;
  margin: 0 0 25px;
}
.flexible-section-container .row {
  max-width: 1830px;
}
.flexible-section-container .row.ad-row {
  height: 100%;
}
.flexible-section-container .row .row-separatow {
  border-top: 2px solid #025D8C;
  margin-bottom: 25px;
}
.flexible-section-container .top-row-ad {
  margin-bottom: 50px;
}
.flexible-section-container .bottom-row-ad {
  margin-top: 50px;
}

body.rtl .flexible-section-container .col-lg-1, body.rtl .flexible-section-container .col-lg-10, body.rtl .flexible-section-container .col-lg-11, body.rtl .flexible-section-container .col-lg-12, body.rtl .flexible-section-container .col-lg-2, body.rtl .flexible-section-container .col-lg-3, body.rtl .flexible-section-container .col-lg-4, body.rtl .flexible-section-container .col-lg-5, body.rtl .flexible-section-container .col-lg-6, body.rtl .flexible-section-container .col-lg-7, body.rtl .flexible-section-container .col-lg-8, body.rtl .flexible-section-container .col-lg-9 {
  float: right;
}

.text-ad-block {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.text-ad-block.empty-block {
  min-height: 180px;
  background-color: #FDFDFD;
  border: 6px solid #EEEEEE;
  text-align: center;
  padding: 50px 15px;
}

.business_directory .icon-block {
  padding: 0 15px;
  box-sizing: border-box;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.business_directory .icon-block a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.business_directory .icon-block .icon-image {
  display: block;
  margin-bottom: 30px;
}
.business_directory .icon-block .icon-title {
  color: #FFF;
  display: block;
  font-size: 26px;
  font-weight: 500;
}
.business_directory .icon-block-inner {
  display: block;
  background-color: #025D8C;
  max-width: 240px;
  margin: auto;
  padding: 50px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 240px;
}

.sub-cats-title {
  color: #025D8C;
  font-size: 42px;
  font-weight: 700;
  border-bottom: 1px solid #025D8C;
  padding-bottom: 30px;
  margin: 0;
  text-align: center;
}

.sub-cats-wrapper .sub-cats-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}
.sub-cats-wrapper .sub-cats-list .sub-cats-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.sub-cats-wrapper .sub-cats-list .sub-cats-item-link {
  display: block;
  background-color: #025D8C;
  color: #ffffff;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  padding: 6px 35px;
  border-radius: 40px;
  border: 1px solid #025D8C;
}
.sub-cats-wrapper .sub-cats-list .sub-cats-item-link:hover {
  background-color: #ffffff;
  color: #025D8C;
}

.business-row-title {
  color: #343838;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 30px;
  margin: 0;
  border-bottom: 2px solid #025D8C;
}
@media (max-width: 767px) {
  .row.business-row > .col-12.col-md-2 {
    margin-bottom: 15px;
  }
}

.row.business-row {
  margin-bottom: 50px;
}
.row .business-item-wrapper {
  background-color: #EFEFEF;
  height: 100%;
  padding: 25px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.row .business-item-wrapper .business-item-container .item-title {
  color: #343838;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}
.row .business-item-wrapper .business-item-container .item-excerpt {
  color: #343838;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
}
.row .business-item-wrapper .business-item-container .meta-text {
  color: #343838;
  font-size: 14px;
}
.row .business-item-wrapper .business-item-container .more-link {
  color: #025D8C;
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
}
.row .business-item-wrapper .img-box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.row .business-item-wrapper .img-box .img-box-picture {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 213/140;
}
.row .business-item-wrapper .img-box .img-box-picture img {
  display: block;
  position: relative;
  width: 100%;
  max-width: none;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 213/140;
  -webkit-transition: all 0.3s ease; /* Safari */
  transition: all 0.3s ease;
}
.row .business-item-wrapper:hover .img-box .img-box-picture img {
  width: 110%;
  top: -5%;
  left: 5%;
}
.row.first-row .business-item-wrapper {
  background-color: rgba(185, 204, 73, 0.6980392157);
}

.business-single-wrapper .business-single-container, .business-single-wrapper .row {
  max-width: 1580px;
}
.business-single-wrapper .logo-column {
  text-align: center;
}
.business-single-wrapper .logo-description {
  font-size: 26px;
  font-weight: 500;
  margin: 25px 0;
  text-align: center;
}
.business-single-wrapper .top-meta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.business-single-wrapper .top-meta-row .meta-column {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  text-align: center;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.business-single-wrapper .top-meta-row .meta-column:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
}
.business-single-wrapper .top-meta-row a {
  display: block;
  color: #343838;
  height: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.business-single-wrapper .top-meta-row a .icon-img-hover {
  display: none;
  margin-bottom: 15px;
}
.business-single-wrapper .top-meta-row a .icon-img {
  display: inline-block;
  margin-bottom: 15px;
}
.business-single-wrapper .top-meta-row a .text-row {
  color: #333333;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.business-single-wrapper .top-meta-row a:hover {
  background-color: #333333;
  color: #fff;
}
.business-single-wrapper .top-meta-row a:hover .text-row {
  color: #fff;
}
.business-single-wrapper .top-meta-row a:hover .icon-img-hover {
  display: inline-block;
}
.business-single-wrapper .top-meta-row a:hover .icon-img {
  display: none;
}
.business-single-wrapper .page-content-block {
  border: 5px solid #000000;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 50px 0;
}
.business-single-wrapper .content-text-box {
  text-align: center;
}
.business-single-wrapper .tabs-container-block {
  max-width: 1290px;
  margin: auto;
}
.business-single-wrapper .tabs-container-block .tabs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #BDBDBD;
}
.business-single-wrapper .tabs-container-block .tabs-row .tab-button-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
}
.business-single-wrapper .tabs-container-block .tabs-row .tab-button {
  color: #333333;
  font-size: 30px;
  font-weight: 400;
  border-bottom: 6px solid transparent;
  padding: 15px 50px;
}
.business-single-wrapper .tabs-container-block .tabs-row .tab-button.active {
  border-color: #9AC2E0;
  font-weight: 600;
}
.business-single-wrapper .tabs-container-block .tabs-content-block {
  padding: 50px 0 0;
}
.business-single-wrapper .tabs-container-block .tabs-content-block .tab-content-item:not(.active) {
  display: none;
}
.business-single-wrapper .slider-gallery-wrapper {
  position: relative;
  border: 5px solid #000000;
  padding: 25px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.business-single-wrapper .slider-gallery-wrapper .image-swiper-button-prev {
  cursor: pointer;
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 10px;
  background-image: url("/wp-content/themes/qs-starter/images/icon-button-prev.png");
  background-repeat: no-repeat;
  background-position: center;
}
.business-single-wrapper .slider-gallery-wrapper .image-swiper-button-next {
  cursor: pointer;
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: 10px;
  background-image: url("/wp-content/themes/qs-starter/images/icon-button-next.png");
  background-repeat: no-repeat;
  background-position: center;
}

body.single-business .header {
  background-color: #333333;
  padding: 7px 0;
}
body.single-business main {
  margin-top: 80px;
}
body.single-business .header-row {
  display: block;
  width: 100%;
  max-width: 1550px;
  padding: 0 15px;
  margin: auto;
}
body.single-business .header-row .header-logo {
  display: inline-block;
}
body.single-business .header-row .header-logo .logo img {
  display: inline-block;
  max-height: 33px;
}

.footer-container .footer-row {
  margin-top: 50px;
  margin-bottom: 50px;
}
.footer-container .row {
  max-width: 1030px;
}
.footer-container .footer-title {
  text-align: center;
  color: #333333;
  font-weight: 600;
  font-size: 30px;
  margin: 0;
}
.footer-container .title-separator {
  background-color: #9AC2E0;
  width: 38px;
  height: 4px;
  margin: 35px auto;
}
.footer-container .label-block {
  display: block;
  margin-bottom: 30px;
}
.footer-container .label-block input {
  display: block;
  height: 50px;
  border: 1px solid #333333;
  font-size: 20px;
  font-weight: 500;
  border-radius: 0;
  text-align: right;
}
.footer-container .label-block input[type=submit] {
  background-color: #333333;
  color: #ffffff;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.footer-container .label-block textarea {
  display: block;
  height: 130px;
  border: 1px solid #333333;
  border-radius: 0;
}
.footer-container .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 30px;
}
.footer-container .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
}

.share-links-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
.share-links-block .share-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 53px;
  height: 53px;
}
.share-links-block .share-item a {
  outline: rgba(51, 51, 51, 0) solid 3px;
  border-radius: 53px;
  outline-offset: 5px;
  outline-offset: 0;
  -webkit-transition: all 0.3s ease; /* Safari */
  transition: all 0.3s ease;
  text-align: center;
}
.share-links-block .share-item a:hover {
  outline: rgb(51, 51, 51) solid 3px;
  outline-offset: 5px;
}

.business-cat-slider {
  position: relative;
}
@media (max-width: 1700px) {
  .business-cat-slider .categories-slider {
    padding: 0 25px;
  }
}
.business-cat-slider .swiper-button-prev-btn {
  position: absolute;
  display: block;
  width: 30px;
  height: 54px;
  background-image: url("/wp-content/themes/qs-starter/images/slider-r.png");
  background-repeat: no-repeat;
  background-position: center;
  top: 58%;
  right: -20px !important;
}
.business-cat-slider .swiper-button-prev-btn svg{
    display: none;
}
@media (min-width: 1700px) {
  .business-cat-slider .swiper-button-prev-btn {
    right: -25px;
  }
}
.business-cat-slider .swiper-button-prev-btn:after {
  display: none !important;
  content: none !important;
}
.business-cat-slider .swiper-button-next-btn {
  position: absolute;
  display: block;
  width: 30px;
  height: 54px;
  background-image: url("/wp-content/themes/qs-starter/images/slider-l.png");
  background-repeat: no-repeat;
  background-position: center;
  top: 58%;
  left: -20px !important;
}
.business-cat-slider .swiper-button-next-btn svg{
    display: none;
}
@media (min-width: 1700px) {
  .business-cat-slider .swiper-button-next-btn {
    left: -25px;
  }
}
.business-cat-slider .swiper-button-next-btn:after {
  display: none !important;
  content: none !important;
}

.waze-row {
  text-align: center;
  border-bottom: 1.5px solid #000000;
  padding: 25px 0;
}
.waze-row .label-text {
  display: inline-block;
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
}
.waze-row .addres-text {
  display: inline-block;
  color: #333333;
  font-size: 20px;
  font-weight: 400;
  vertical-align: middle;
}
.waze-row .link-waze {
  display: inline-block;
  color: #fff;
  background-color: #333333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  height: 50px;
  padding: 10px 50px;
  vertical-align: middle;
}
.waze-row .link-waze::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url("/wp-content/themes/qs-starter/images/waze.svg");
  background-position: center;
  backg25und-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 15px;
}

.aricle-row {
  max-width: 1730px;
}
.aricle-row .aricle-col {
  max-width: 1730px;
}
.aricle-row .flexible-section-container {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.aricle-row .flexible-section-container .row {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.aricle-block {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-columns: minmax(0, 1fr) 537px;
  grid-template-areas: "content1 block1" "block2 block2" "content2 block3";
  gap: 30px;
  -webkit-column-gap: 8%;
     -moz-column-gap: 8%;
          column-gap: 8%;
}
.aricle-block .block-1 {
  grid-area: block1;
}
.aricle-block .content-1 {
  grid-area: content1;
}
.aricle-block .block-2 {
  grid-area: block2;
}
.aricle-block .block-3 {
  grid-area: block3;
}
.aricle-block .content-2 {
  grid-area: content2;
}
.aricle-block .post-title {
  font-weight: 700;
  font-size: 28px;
}
.aricle-block .post-subtitle {
  font-size: 17px;
  font-weight: 400;
}
.aricle-block .splitted-content__pre-wp-content {
  margin: 25px 0;
}

@media (max-width: 768px) {
  .aricle-block {
    grid-template-columns: 1fr;
    grid-template-areas: "content1" "block1" "content2" "block2" "block3";
  }
}
.business-list-wrapper .title-section {
  color: #8FA127;
  border-bottom: 2px solid #8FA127;
  font-weight: 700;
  font-size: bold;
  font-size: 30px;
  padding-bottom: 25px;
  margin: 0 0 25px;
}

.articles-cats .articles-cats-container, .articles-cats .row {
  max-width: 1730px;
}
.articles-cats .row.row-part {
  margin-bottom: 25px;
}

.page-contact .contact-template-container, .page-contact .row, .page-advertise .contact-template-container, .page-advertise .row {
  max-width: 1730px;
}
.page-contact .row.row-part, .page-advertise .row.row-part {
  margin-bottom: 25px;
}
.page-contact .row.ad-top-banner, .page-advertise .row.ad-top-banner {
  margin-bottom: 50px;
}
.page-contact .row-separator, .page-advertise .row-separator {
  margin: 35px 0;
  border-bottom: 1px solid rgba(52, 55, 56, 0.2);
}

.company-single-wrapper .company-single-container, .company-single-wrapper .row {
  max-width: 1730px;
}

.block-gallery-main {
  margin-bottom: 15px;
}
.block-gallery-main .gallery-main-image {
  display: block;
  width: 100%;
  max-height: 596px;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-gallery-thumbs .gallery-thumb-image {
  display: block;
  width: 100%;
  height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
}

.media-columns-section .col-image-block .col-image {
  display: block;
  width: 100%;
  max-height: 286px;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-single-wrapper .content-title {
  color: #8FA127;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  margin: 0 0 25px;
}
.company-single-wrapper .ad-banner-top {
  margin-bottom: 50px;
}
.company-single-wrapper .content-title-block .about-content-title {
  color: #343838;
  font-size: 38px;
  font-weight: 700;
  margin: 0 0 25px;
}
.company-single-wrapper .content-column .flexible-section-container {
  margin-left: -15px;
  margin-right: -15px;
}
.company-single-wrapper .form-column .side-form-title {
  color: #025D8C;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 2px solid #8FA127;
}
.company-single-wrapper .form-column .wpcf7-list-item {
  margin: 0 0 25px;
}
.company-single-wrapper .form-column input {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 20px;
  padding: 10px 15px;
  border: 1px solid #333333;
  margin-bottom: 25px;
  text-align: right;
}
.company-single-wrapper .form-column input[type=checkbox] {
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: middle;
  margin: 0;
}
.company-single-wrapper .form-column textarea {
  display: block;
  width: 100%;
  height: 130px;
  font-size: 20px;
  padding: 10px 15px;
  border: 1px solid #333333;
  margin-bottom: 25px;
}
.company-single-wrapper .form-column [type=submit] {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #8FA127;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 15px;
  border: none;
  text-align: center;
}

.teams-section .team-column {
  margin-bottom: 15px;
}
.teams-section .team-box {
  background-color: #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.teams-section .team-box .team-image-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.teams-section .team-box .team-image-col .item-image {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 90px;
}
.teams-section .team-box .meta-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.teams-section .team-box .meta-col .team-name {
  color: #025D8C;
  font-size: 19px;
  line-height: 19px;
  font-weight: 500;
  margin: 10px 0;
}
.teams-section .team-box .meta-col .team-description {
  color: #444444;
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
}
@media (min-width: 980px) {
  .only-mobile{
    display: none;
  }
}
@media (min-width: 380px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}/*# sourceMappingURL=main-style.css.map */

.flexible-content-container .flexible-section .swiper-slide{
  height: auto;
}
.flexible-content-container .flexible-section .icon-block-inner{
  height: 100%;
}


@media (max-width: 980px) {
  .post-tumbnail-row{
    margin: 15px 0;
  }
  .alignnone{
    margin: 15px auto;
  }
  .socials-share-row{
    margin: 25px auto;
  }
  .post-meta-row{
    width: 100%;
  }
  .post-meta-row .post-date{
    width: 50%;
  }
  .post-meta-row .author-name{
    width: 50%;
  }
  .row.page-content{
    flex-direction: column;
  }
  .row.page-content [class*="col-"]{
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .row.page-content .row,
  .row.page-content .container{
    padding: 0;
    margin: 0;
  }
  .row.page-content .row{
    row-gap: 15px;
  }
}