body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.screen-reader-response,
.screen-reader-text {
  display: none;
}
#homepage .posts .for-scale.init {
  transform: scale(0);
}

.for-scale.load {
  transform: scale(1);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

section.contacts form p,
section.for-form form p {
  font-size: 16px;
  font-size: 1rem;
  color: #444;
}

section.contacts form p:before,
section.for-form form p:before {
  z-index: -1;
  background: #eaf0ff;
  border-color: #eaf0ff;
}

section.contacts form p.for-submit,
section.for-form form p.for-submit {
  justify-content: flex-start;
  align-items: flex-start;
}

section.contacts form p.for-submit > span,
section.for-form form p.for-submit > span {
  position: relative;
  width: auto;
  border-radius: 24px;
  overflow: hidden;
}

section.contacts form p.for-submit > span:before,
section.for-form form p.for-submit > span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5436ff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

section.contacts form p.for-submit > span:after,
section.for-form form p.for-submit > span:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  right: 25px;
  color: #fff;
}

section.contacts form p.for-submit > span:hover:before,
section.for-form form p.for-submit > span:hover:before {
  background: #01ce70;
}

section.contacts form input,
section.contacts form textarea,
section.contacts form select,
section.for-form form input,
section.for-form form textarea,
section.for-form form select {
  padding-top: 11px;
  padding-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
  color: #444;
}

section.contacts form input::-webkit-input-placeholder,
section.contacts form textarea::-webkit-input-placeholder,
section.contacts form select::-webkit-input-placeholder,
section.for-form form input::-webkit-input-placeholder,
section.for-form form textarea::-webkit-input-placeholder,
section.for-form form select::-webkit-input-placeholder {
  font-size: 16px;
  font-size: 1rem;
  color: #444;
}

section.contacts form input:-moz-placeholder,
section.contacts form textarea:-moz-placeholder,
section.contacts form select:-moz-placeholder,
section.for-form form input:-moz-placeholder,
section.for-form form textarea:-moz-placeholder,
section.for-form form select:-moz-placeholder {
  font-size: 16px;
  font-size: 1rem;
  color: #444;
}

section.contacts form input::-moz-placeholder,
section.contacts form textarea::-moz-placeholder,
section.contacts form select::-moz-placeholder,
section.for-form form input::-moz-placeholder,
section.for-form form textarea::-moz-placeholder,
section.for-form form select::-moz-placeholder {
  font-size: 16px;
  font-size: 1rem;
  color: #444;
}

section.contacts form input:-ms-input-placeholder,
section.contacts form textarea:-ms-input-placeholder,
section.contacts form select:-ms-input-placeholder,
section.for-form form input:-ms-input-placeholder,
section.for-form form textarea:-ms-input-placeholder,
section.for-form form select:-ms-input-placeholder {
  font-size: 16px;
  font-size: 1rem;
  color: #444;
}

section.contacts form input[type="submit"],
section.for-form form input[type="submit"] {
  position: relative;
  z-index: 2;
  color: #fff;
  background: transparent;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: 24px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 45px;
}

section.contacts form select,
section.for-form form select {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"> <path d="m207.03 381.48-194.34-194.34c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-0.04l154.75 154.02 154.74-154.02c9.379-9.335 24.544-9.317 33.901 0.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941l-194.34 194.34c-9.373 9.372-24.569 9.372-33.942 0z" fill="%23444444"/></svg>');
}

@media screen and (min-width: 768px) {
  #cookie-notice:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    height: calc(100% - 30px);
    width: 25%;
    background-image: url(/assets/uploads/img/cookie.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right center;
  }
}

@media screen and (min-width: 768px) {
  .cookie-notice-container {
    width: 50%;
    margin: 0 auto;
  }
}

.cookie-notice-container .cn-text-container {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .cookie-notice-container .cn-text-container {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
  }
}

.cookie-notice-container .cn-text-container a {
  color: inherit;
}

@media screen and (min-width: 768px) {
  .cookie-notice-container .cn-buttons-container {
    display: block;
    text-align: left;
  }
}

.cookie-notice-container .cn-button {
  margin: 0 15px 0 0 !important;
  background: transparent;
  border: 1px solid #fff !important;
  border-radius: 0;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 1460px) {
  .container {
    max-width: 1400px;
  }
}

h1,
h3,
h5,
h6,
p,
ul,
ol,
li {
  margin-top: 0;
}

.list-unstyled {
  list-style: none;
}

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

.text-uppercase {
  text-transform: uppercase;
}

.position-relative {
  position: relative;
}

button,
.btn {
  cursor: pointer;
  outline: none;
  box-shadow: unset;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 7.5px 20px;
  border: 1px solid rgba(84, 54, 255, 0.3);
  border-radius: 24px;
  background: transparent;
  color: #5436ff;
  text-decoration: none;
  font-family: "Catamaran", sans-serif;
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  button,
  .btn {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

button::-moz-focus-inner,
.btn::-moz-focus-inner {
  border: 0;
}

button:hover,
.btn:hover {
  background: #5436ff;
  border-color: #5436ff;
  color: #fff;
}

button.style-brand2,
.btn.style-brand2 {
  border-color: rgba(1, 206, 112, 0.3);
  color: #01ce70;
}

button.style-brand2:hover,
.btn.style-brand2:hover {
  background: #01ce70;
  border-color: #01ce70;
  color: #fff;
}

button.style-brand3,
.btn.style-brand3 {
  border-color: rgba(255, 29, 51, 0.3);
  color: #ff1d33;
}

button.style-brand3:hover,
.btn.style-brand3:hover {
  background: #ff1d33;
  border-color: #ff1d33;
  color: #fff;
}

button.style-light,
.btn.style-light {
  color: #000;
}

button.style-light:hover,
.btn.style-light:hover {
  background: #d2ddff;
  border-color: #d2ddff;
  color: #000;
}

button.style-small,
.btn.style-small {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 16px;
  font-size: 1rem;
}

button.style-medium,
.btn.style-medium {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 17px;
  font-size: 1.0625rem;
}

button.with-chevron:after,
.btn.with-chevron:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 10px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

button.with-chevron.style-medium:after,
.btn.with-chevron.style-medium:after {
  font-size: 10px;
  font-size: 0.625rem;
}

button.with-arrow,
.btn.with-arrow {
  padding-right: 45px;
}

button.with-arrow:after,
.btn.with-arrow:after {
  content: "";
  position: absolute;
  right: 20px;
  width: 16px;
  height: 16px;
  background-image: url(/assets/uploads/img/icons/arrow-down.png);
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

button.with-arrow.beetle-lazy-bg:after,
.btn.with-arrow.beetle-lazy-bg:after {
  background-image: none !important;
}

button.with-arrow.beetle-lazy-bg.beetle-visible:after,
.btn.with-arrow.beetle-lazy-bg.beetle-visible:after {
  background-image: url(/assets/uploads/img/icons/arrow-down.png) !important;
}

button.with-arrow:hover:after,
.btn.with-arrow:hover:after {
  margin-top: 5px;
}

button.with-bg,
.btn.with-bg {
  border: 0;
  background: #5436ff;
  color: #fff;
}

button.with-bg:hover,
.btn.with-bg:hover {
  background: #4626fc;
}

button.with-bg:hover.style-brand2,
.btn.with-bg:hover.style-brand2 {
  background: #01c66c;
}

button.with-bg:hover.style-brand3,
.btn.with-bg:hover.style-brand3 {
  background: #fd142b;
}

button.with-bg:hover.hover-bg-brand,
.btn.with-bg:hover.hover-bg-brand {
  background: #5436ff;
}

button.with-bg:hover.hover-bg-brand2,
.btn.with-bg:hover.hover-bg-brand2 {
  background: #01ce70;
}

button.with-bg:hover.hover-bg-brand3,
.btn.with-bg:hover.hover-bg-brand3 {
  background: #ff1d33;
}

button.with-bg.style-brand2,
.btn.with-bg.style-brand2 {
  background: #01ce70;
}

button.with-bg.style-brand3,
.btn.with-bg.style-brand3 {
  background: #ff1d33;
}

button.with-icon,
.btn.with-icon {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  padding: 0;
}

@media screen and (min-width: 768px) {
  button.with-icon,
  .btn.with-icon {
    width: 45px;
    min-width: 45px;
    height: 45px;
  }
}

button.with-icon:hover img.for-hover,
.btn.with-icon:hover img.for-hover {
  opacity: 1;
}

button.with-icon img,
.btn.with-icon img {
  max-width: 50%;
}

button.with-icon img.for-hover,
.btn.with-icon img.for-hover {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

button.with-icon img.for-all,
.btn.with-icon img.for-all {
  position: relative;
  z-index: 2;
  opacity: 1 !important;
}

button.with-icon.style-icon-big,
.btn.with-icon.style-icon-big {
  width: 55px;
  height: 55px;
}

@media screen and (min-width: 768px) {
  button.with-icon.style-icon-big,
  .btn.with-icon.style-icon-big {
    width: 63px;
    height: 63px;
  }
}

button.with-icon.style-icon-medium,
.btn.with-icon.style-icon-medium {
  font-size: 15px;
  font-size: 0.9375rem;
}

button.with-icon.style-icon-small,
.btn.with-icon.style-icon-small {
  width: 30px;
  height: 30px;
  font-size: 10px;
  font-size: 0.625rem;
  margin-left: 0.4rem;
}

button.with-icon.with-bg,
.btn.with-icon.with-bg {
  background: #d2ddff;
  color: #5436ff;
}

button.with-icon.with-bg:before,
.btn.with-icon.with-bg:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: #5436ff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

button.with-icon.with-bg > *,
.btn.with-icon.with-bg > * {
  position: relative;
  z-index: 2;
}

button.with-icon.with-bg:hover,
.btn.with-icon.with-bg:hover {
  color: #fff;
}

button.with-icon.with-bg:hover:before,
.btn.with-icon.with-bg:hover:before {
  width: 100%;
  height: 100%;
}

button.with-icon.with-bg.style-brand2,
.btn.with-icon.with-bg.style-brand2 {
  color: #01ce70;
}

button.with-icon.with-bg.style-brand2:before,
.btn.with-icon.with-bg.style-brand2:before {
  background: #01ce70;
}

button.with-icon.with-bg.style-brand3,
.btn.with-icon.with-bg.style-brand3 {
  color: #ff1d33;
}

button.with-icon.with-bg.style-brand3:before,
.btn.with-icon.with-bg.style-brand3:before {
  background: #ff1d33;
}

button.for-video,
.btn.for-video {
  box-shadow: 0 0 87px rgba(210, 221, 255, 0.78);
  border-radius: 10px;
  background: #fff;
  padding: 0;
  border: 0;
}

button.for-video:before,
button.for-video:after,
.btn.for-video:before,
.btn.for-video:after {
  content: "";
  position: absolute;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

button.for-video:before,
.btn.for-video:before {
  z-index: 2;
  width: 45px;
  height: 45px;
  background: #5436ff;
  border-radius: 100%;
}

@media screen and (min-width: 768px) {
  button.for-video:before,
  .btn.for-video:before {
    width: 80px;
    height: 80px;
  }
}

button.for-video:after,
.btn.for-video:after {
  z-index: 4;
  border-style: solid;
  border-width: 6.5px 0 6.5px 12px;
  border-color: transparent transparent transparent #fff;
  margin-left: 3px;
}

@media screen and (min-width: 768px) {
  button.for-video:after,
  .btn.for-video:after {
    border-width: 12px 0 12px 20px;
    margin-left: 0;
  }
}

button.for-video:hover:before,
button.for-video:hover:after,
.btn.for-video:hover:before,
.btn.for-video:hover:after {
  transform: scale(1.2);
}

button.for-video:hover .radial,
.btn.for-video:hover .radial {
  width: 47px;
  height: 47px;
  transform: scale(1.2);
}

@media screen and (min-width: 768px) {
  button.for-video:hover .radial,
  .btn.for-video:hover .radial {
    width: 82px;
    height: 82px;
  }
}

button.for-video .radial,
.btn.for-video .radial {
  display: block;
  position: absolute;
  z-index: 3;
  width: 0;
  height: 0;
  background: #01ce70;
  border-radius: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.breadcrumbs {
  padding: 10px 0;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  color: #5436ff;
}

@media screen and (min-width: 768px) {
  .breadcrumbs {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.breadcrumbs a {
  outline: none;
  color: #0e0e0e;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  .breadcrumbs a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.breadcrumbs a:hover {
  color: #5436ff;
}

.breadcrumbs li {
  position: relative;
}

.breadcrumbs li:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  font-size: 0.5rem;
  padding: 0 6px;
}

@media screen and (min-width: 768px) {
  .breadcrumbs li:after {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.breadcrumbs li:last-child:after {
  content: none;
}

.show-date {
  display: inline-flex;
  align-items: center;
  background: #fff;
  padding: 4px 10px 3px;
  border-radius: 10px;
  color: #5436ff;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  margin-bottom: 0.3rem;
}

.show-date.style-brand2 {
  background: rgba(1, 206, 112, 0.62);
  color: #fff;
}

.show-date.style-small {
  padding: 3px 8px 2px;
  border-radius: 8px;
  font-size: 12px;
  font-size: 0.75rem;
}

.beetle-modal .beetle-modal-content,
.beetle-modal .scrolled {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .beetle-modal .beetle-modal-content {
    max-width: 670px;
    min-width: 670px;
  }
}

.beetle-modal .beetle-modal-content form .for-submit span {
  justify-content: center;
}

.beetle-modal .scrolled {
  padding: 35px 10px;
}

@media screen and (min-width: 768px) {
  .beetle-modal .scrolled {
    padding: 35px;
  }
}

.beetle-modal h2 {
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  .beetle-modal h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.beetle-modal h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  .beetle-modal h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.beetle-modal .content {
  margin: 0 0 15px;
}

.beetle-modal .content > *:last-child {
  margin-bottom: 0;
}

.beetle-modal .btn-beetle-modal-close {
  text-indent: -1000vw;
  color: transparent !important;
}

.beetle-modal .btn-beetle-modal-close:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #fff;
  mask-image: url(/assets/uploads/img/icons/lnr-cross.svg);
  -webkit-mask-image: url(/assets/uploads/img/icons/lnr-cross.svg);
}

.beetle-modal .btn-beetle-modal-close.beetle-lazy-bg:before {
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

.beetle-modal .btn-beetle-modal-close.beetle-lazy-bg.beetle-visible:before {
  mask-image: url(/assets/uploads/img/icons/lnr-cross.svg) !important;
  -webkit-mask-image: url(/assets/uploads/img/icons/lnr-cross.svg) !important;
}

.beetle-modal.beetle-modal-white {
  align-items: start;
  padding-top: 65px;
}

@media screen and (min-width: 768px) {
  .beetle-modal.beetle-modal-white {
    padding-top: 155px;
  }
}

.beetle-modal.beetle-modal-white .beetle-modal-content {
  background: transparent;
}

@media screen and (max-width: 767px) {
  .beetle-modal.beetle-modal-white .beetle-modal-content {
    max-width: 100vw;
    width: 100vw;
  }
}

.beetle-modal.beetle-modal-for-video .scrolled {
  padding: 0;
}

body.admin-bar .beetle-modal.beetle-modal-white {
  padding-top: 111px;
}

@media screen and (min-width: 768px) {
  body.admin-bar .beetle-modal.beetle-modal-white {
    padding-top: 187px;
  }
}

.btn-beetle-modal.with-icon:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #5436ff;
  mask-image: url(/assets/uploads/img/icons/lnr-cross.svg);
  -webkit-mask-image: url(/assets/uploads/img/icons/lnr-cross.svg);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.btn-beetle-modal.with-icon.beetle-lazy-bg:after {
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

.btn-beetle-modal.with-icon.beetle-lazy-bg.beetle-visible:after {
  mask-image: url(/assets/uploads/img/icons/lnr-cross.svg) !important;
  -webkit-mask-image: url(/assets/uploads/img/icons/lnr-cross.svg) !important;
}

.btn-beetle-modal.show.with-icon {
  background: #d2ddff;
  border-color: #d2ddff;
}

.btn-beetle-modal.show.with-icon img {
  opacity: 0;
}

.btn-beetle-modal.show.with-icon:after {
  z-index: 2;
  opacity: 1;
}

.btn-beetle-modal.show.with-icon:hover {
  border-color: #5436ff;
}

.btn-beetle-modal.show.with-icon:hover img {
  opacity: 0;
}

.btn-beetle-modal.show.with-icon:hover:before {
  background-color: #5436ff;
}

.btn-beetle-modal.show.with-icon:hover:after {
  background-color: #fff;
}

body.beetle-modal-show:after {
  background: rgba(14, 14, 14, 0.8);
}

body.beetle-modal-white-show:after {
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.9));
}

body.beetle-modal-white-show.beetle-modal-white-in-header header {
  z-index: 999999;
  border-bottom-color: #9ea9e4;
}

@media screen and (min-width: 768px) {
  body.beetle-modal-white-show.beetle-modal-white-in-header
    header
    > .container
    > * {
    opacity: 0;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  body.beetle-modal-white-show.beetle-modal-white-in-header
    header
    > .container
    > *.btn-beetle-modal.show {
    opacity: 1;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  body.beetle-modal-white-show.beetle-modal-white-in-header:after {
    top: 65px;
  }
}

body.admin-bar.beetle-modal-white-show:before {
  top: 146px;
}

form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

form p {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 15px;
  text-align: left;
  color: #0e0e0e;
  font-family: "Catamaran", sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  max-width: 100%;
  flex: 1 0 100%;
}

@media screen and (min-width: 768px) {
  form p {
    width: calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
    flex: 1 0 calc(50% - 7.5px);
  }
}

form p:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #d2cbff;
  border-radius: 6px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

form p.not-valid:before,
form p.wpcf7-not-valid:before {
  border-color: #ff1d33 !important;
}

form p.for-radio:before,
form p.for-checkbox:before,
form p.for-submit:before,
form p.form-submit:before,
form p.for-acceptance:before {
  content: none;
}

form p.for-radio label,
form p.for-checkbox label,
form p.for-submit label,
form p.form-submit label,
form p.for-acceptance label {
  display: inline-block;
  width: auto;
}

form p.for-textarea,
form p.for-submit,
form p.for-radio,
form p.for-checkbox,
form p.form-submit,
form p.comment-form-comment,
form p.for-acceptance {
  width: 100%;
  max-width: 100%;
  flex: 1 0 100%;
}

@media screen and (min-width: 768px) {
  form p.for-radio,
  form p.for-checkbox,
  form p.for-acceptance {
    flex-direction: row;
  }
}

form p.for-radio span,
form p.for-checkbox span,
form p.for-acceptance span {
  display: inline-flex;
  width: auto;
}

form p.for-radio span.custom-text,
form p.for-checkbox span.custom-text,
form p.for-acceptance span.custom-text {
  margin: 5px 0 0 15px !important;
}

@media screen and (max-width: 767px) {
  form p.for-radio span.custom-text,
  form p.for-checkbox span.custom-text,
  form p.for-acceptance span.custom-text {
    text-align: left;
    margin-left: 0 !important;
  }
}

form p.for-radio input,
form p.for-checkbox input,
form p.for-acceptance input {
  margin: 0 10px 0 0;
}

form p.for-submit,
form p.form-submit {
  margin-bottom: 0;
  text-align: center;
  justify-content: center;
}

form p.label-col-1 {
  width: 100%;
  max-width: 100%;
  flex: 1 0 100%;
}

@media screen and (min-width: 768px) {
  form p.label-col-2 {
    width: calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
    flex: 1 0 calc(50% - 7.5px);
  }
}

@media screen and (min-width: 768px) {
  form p.label-col-3 {
    width: calc(33.333333% - 6.666666px);
    max-width: calc(33.333333% - 6.666666px);
    flex: 1 0 calc(33.333333% - 6.666666px);
  }
}

form p.logged-in-as {
  flex-direction: row;
}

form p.logged-in-as:before {
  content: none;
}

form span {
  display: flex;
  align-items: center;
  margin: 0 !important;
  width: 100%;
  height: auto;
}

form span.wpcf7-form-control-wrap {
  height: 100%;
}

form span.wpcf7-form-control-wrap > * {
  height: 100%;
}

form span.iti__country-name {
  margin-right: 6px !important;
}

form span.iti__country-name,
form span.iti__dial-code {
  display: inline-flex;
  width: auto;
}

form label {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  /*flex: 0 0 100% !important;*/
  padding: 0 !important;
  font-weight: 500;
}

form input,
form textarea,
form select {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 6px 15px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #726e90;
  font-family: "Catamaran", sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  outline: none;
}

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form select::-webkit-input-placeholder {
  opacity: 1;
  color: #726e90;
  font-family: "Catamaran", sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
}

form input:-moz-placeholder,
form textarea:-moz-placeholder,
form select:-moz-placeholder {
  opacity: 1;
  color: #726e90;
  font-family: "Catamaran", sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
}

form input::-moz-placeholder,
form textarea::-moz-placeholder,
form select::-moz-placeholder {
  opacity: 1;
  color: #726e90;
  font-family: "Catamaran", sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
}

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
form select:-ms-input-placeholder {
  opacity: 1;
  color: #726e90;
  font-family: "Catamaran", sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
}

form input[type="checkbox"],
form input[type="radio"] {
  width: auto;
}

form input[type="submit"] {
  cursor: pointer;
  width: auto;
  padding: 7px 29px;
  border: 0;
  border-radius: 21px;
  background: #01ce70;
  color: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 800;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

form input[type="submit"]:hover {
  background: #01c66c;
}

form input[type="submit"] {
  position: relative;
  padding-right: 2.5rem;
}

form textarea {
  height: 95px !important;
  resize: none;
}

form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"> <path d="m207.03 381.48-194.34-194.34c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-0.04l154.75 154.02 154.74-154.02c9.379-9.335 24.544-9.317 33.901 0.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941l-194.34 194.34c-9.373 9.372-24.569 9.372-33.942 0z" fill="%23726e90"/></svg>');
  background-size: 12px;
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
}

form .rating.wpcf7-form-control.selected .wpcf7-list-item:before {
  background-image: url(/assets/uploads/img/icons/star.png);
}

form .rating.wpcf7-form-control:hover .wpcf7-list-item:before {
  background-image: url(/assets/uploads/img/icons/star.png) !important;
}

form .rating.wpcf7-form-control .wpcf7-list-item {
  position: relative;
  display: inline-block;
  width: 40px !important;
  height: 36px !important;
  text-indent: -999em;
}

form .rating.wpcf7-form-control .wpcf7-list-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/uploads/img/icons/star-o.png);
  background-size: cover;
  background-position: center;
}

form .rating.wpcf7-form-control .wpcf7-list-item.selected:before {
  background-image: url(/assets/uploads/img/icons/star.png);
}

form
  .rating.wpcf7-form-control
  .wpcf7-list-item.selected
  ~ .wpcf7-list-item:before {
  background-image: url(/assets/uploads/img/icons/star-o.png);
}

form .rating.wpcf7-form-control .wpcf7-list-item:hover:before {
  background-image: url(/assets/uploads/img/icons/star.png) !important;
}

form
  .rating.wpcf7-form-control
  .wpcf7-list-item:hover
  ~ .wpcf7-list-item:before {
  background-image: url(/assets/uploads/img/icons/star-o.png) !important;
}

form .rating.wpcf7-form-control label,
form .rating.wpcf7-form-control input {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

form .rating.wpcf7-form-control input {
  opacity: 0;
}

form.search-form {
  position: relative;
  display: flex;
  align-items: center;
}

form.search-form label {
  position: relative;
  height: auto;
  background: #fff;
  border-radius: 29px;
  box-shadow: 0 14px 32px #e3e9ff;
}

form.search-form label input {
  color: #0e0e0e;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  border-radius: 29px;
  padding: 11px 25px;
}

@media screen and (min-width: 768px) {
  form.search-form label input {
    padding: 14px 29px;
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

form.search-form label input::-webkit-input-placeholder {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  font-family: "Catamaran", sans-serif;
  color: #0e0e0e;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  form.search-form label input::-webkit-input-placeholder {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

form.search-form label input:-moz-placeholder {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  font-family: "Catamaran", sans-serif;
  color: #0e0e0e;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  form.search-form label input:-moz-placeholder {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

form.search-form label input::-moz-placeholder {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  font-family: "Catamaran", sans-serif;
  color: #0e0e0e;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  form.search-form label input::-moz-placeholder {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

form.search-form label input:-ms-input-placeholder {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  font-family: "Catamaran", sans-serif;
  color: #0e0e0e;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  form.search-form label input:-ms-input-placeholder {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

form.search-form label.focus:before {
  border-color: #79ecb7;
}

form.search-form label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #d4dbfb;
  border-radius: 29px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

form.search-form .search-submit {
  position: absolute;
  z-index: 2;
  right: 0;
  box-shadow: 0 0 24px #01ce70;
  background: #01ce70;
}

form.search-form .search-submit:before {
  background: #01c66c;
}

form .comment-form-comment textarea {
  height: 65px;
}

form .wpcf7-not-valid-tip,
form .wpcf7-response-output {
  display: none;
}

form .iti {
  width: 100%;
  height: 100%;
  z-index: 9;
}

.date-placeholder {
  display: none !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid #edeffa;
  -webkit-transition: border-color 0.2s ease, background 0.2s ease;
  -moz-transition: border-color 0.2s ease, background 0.2s ease;
  -ms-transition: border-color 0.2s ease, background 0.2s ease;
  -o-transition: border-color 0.2s ease, background 0.2s ease;
  transition: border-color 0.2s ease, background 0.2s ease;
}

header.fixed-top {
  background: #fff;
}

header .custom-logo-link {
  padding: 10px 0 6px;
}

@media screen and (min-width: 768px) {
  header .custom-logo-link {
    padding: 14px 0;
  }
}

header .custom-logo-link img {
  /*width: 110px;*/
  max-height: 46.25px;
  padding: 0.3rem;
}

header a {
  outline: none;
}

header nav {
  position: fixed;
  top: 0;
  right: -220px;
  width: 220px;
  height: 100vh;
  background: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  header nav {
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  header nav {
    position: relative;
    right: 0;
    width: auto;
    height: auto;
    background: transparent;
    padding-left: 20px;
    padding-top: 0;
  }
}

header nav:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 54px;
  height: 100%;
  background: linear-gradient(to right, #e9edf8, transparent);
}

@media screen and (min-width: 768px) {
  header nav:before {
    content: none;
  }
}

header nav > * {
  position: relative;
  z-index: 1;
}

header nav .custom-logo-link {
  border-bottom: 1px solid #ebebeb;
}

header nav > ul a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 15px 40px;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 800;
  color: #000;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  header nav > ul a {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  header nav > ul a {
    line-height: 1.2;
  }
}

@media screen and (min-width: 768px) {
  header nav > ul a {
    height: 100%;
    font-size: 16px;
    font-size: 1rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 1300px) {
  header nav > ul a {
    padding: 0 30px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

header nav > ul li {
  position: relative;
}

header nav > ul li.current-menu-item > a {
  color: #5436ff;
}

@media screen and (min-width: 768px) {
  header nav > ul li:hover > a,
  header nav > ul li:focus > a {
    color: #5436ff;
  }
}

@media screen and (max-width: 767px) {
  header nav > ul li.menu-item-has-children > a {
    padding-right: 35px;
  }
}

header nav > ul li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: 12px;
  margin-top: 2px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #5436ff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  header nav > ul li.menu-item-has-children > a:after {
    right: 0;
  }
}

@media screen and (min-width: 1300px) {
  header nav > ul li.menu-item-has-children > a:after {
    right: 12px;
  }
}

@media screen and (min-width: 768px) {
  header nav > ul li.menu-item-has-children:hover > a:after,
  header nav > ul li.menu-item-has-children:focus > a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@media screen and (min-width: 768px) {
  header nav > ul li.menu-item-has-children:hover > ul,
  header nav > ul li.menu-item-has-children:focus > ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 767px) {
  header nav > ul li.menu-item-has-children.show-children > a:after {
    transform: rotate(180deg);
  }
}

header nav > ul li.menu-item-has-children.show-children > ul {
  display: block;
}

header nav > ul ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  header nav > ul ul {
    display: block;
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;
    height: auto;
    width: 100%;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    border: 1px solid #edeffa;
    -webkit-transform: translate(0, 1rem);
    -moz-transform: translate(0, 1rem);
    -ms-transform: translate(0, 1rem);
    -o-transform: translate(0, 1rem);
    transform: translate(0, 1rem);
    -webkit-transition: opacity 200ms ease-in, transform 200ms ease-in,
      visibility 200ms ease-in;
    -moz-transition: opacity 200ms ease-in, transform 200ms ease-in,
      visibility 200ms ease-in;
    -ms-transition: opacity 200ms ease-in, transform 200ms ease-in,
      visibility 200ms ease-in;
    -o-transition: opacity 200ms ease-in, transform 200ms ease-in,
      visibility 200ms ease-in;
    transition: opacity 200ms ease-in, transform 200ms ease-in,
      visibility 200ms ease-in;
  }
}

@media screen and (min-width: 768px) {
  header nav > ul > li > ul > li.menu-item-has-children:hover > a:after,
  header nav > ul > li > ul > li.menu-item-has-children:focus > a:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

header nav > ul > li > ul > li.menu-item-has-children:nth-child(1) > ul {
  top: -1px;
}

@media screen and (max-width: 767px) {
  header nav > ul > li > ul > li a {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 25px 5px 35px;
  }
}

@media screen and (min-width: 768px) {
  header nav > ul > li > ul > li > ul {
    top: 0;
    left: 100%;
    -webkit-transform: translate(1rem, 1rem);
    -moz-transform: translate(1rem, 1rem);
    -ms-transform: translate(1rem, 1rem);
    -o-transform: translate(1rem, 1rem);
    transform: translate(1rem, 1rem);
  }
}

@media screen and (max-width: 767px) {
  header nav > ul > li > ul > li > ul a {
    padding: 5px 25px 5px 45px;
  }
}

header nav > ul > li > ul > li > ul ul {
  display: none;
}

header .btn-menu {
  position: relative;
  display: flex;
  order: 2;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-right: -15px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: 0;
}

header .btn-menu:hover,
header .btn-menu:focus {
  background: transparent;
}

header .btn-menu.show span {
  background: transparent;
}

header .btn-menu.show span:before {
  top: 0;
  transform: rotate(45deg);
}

header .btn-menu.show span:after {
  bottom: 0;
  transform: rotate(-45deg);
}

header .btn-menu span {
  position: relative;
  display: block;
  width: 25px;
  height: 3px;
  background: #000;
  border-radius: 3px;
  text-indent: -1000vw;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

header .btn-menu span:before,
header .btn-menu span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 3px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

header .btn-menu span:before {
  top: -9px;
}

header .btn-menu span:after {
  bottom: -9px;
}

@media screen and (min-width: 768px) {
  header button {
    margin-left: 25px;
  }
}

main {
  margin-top: 65px;
  padding-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  main {
    margin-top: 115px;
  }
}

body {
  position: relative;
  left: 0;
}

@media screen and (max-width: 767px) {
  body {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
}

body.beetle-show-menu {
  overflow-y: hidden;
  left: -220px;
}

@media screen and (min-width: 768px) {
  body.beetle-show-menu {
    overflow-y: auto;
    left: 0;
  }
}

body.beetle-show-menu #wpadminbar {
  left: -220px;
}

@media screen and (min-width: 768px) {
  body.beetle-show-menu #wpadminbar {
    left: 0;
  }
}

body.beetle-show-menu header {
  left: -220px;
}

@media screen and (min-width: 768px) {
  body.beetle-show-menu header {
    left: 0;
  }
}

body.beetle-show-menu header nav {
  right: 0;
}

@media screen and (max-width: 767px) {
  body.beetle-show-menu .mobile-buttons {
    left: -220px;
  }
}

body.admin-bar header {
  top: 32px;
}

@media screen and (max-width: 767px) {
  body.admin-bar header {
    top: 46px;
  }
}

body #wpadminbar {
  top: -46px;
}

@media screen and (max-width: 767px) {
  body #wpadminbar {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
}

@media screen and (min-width: 768px) {
  body #wpadminbar {
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  footer.with-mobile-buttons {
    margin-bottom: 46px;
  }
}

footer a {
  outline: none;
}

footer .footer-sidebar {
  border-top: 1px solid #ebebeb;
}

@media screen and (min-width: 768px) {
  footer .footer-sidebar {
    padding: 80px 0 65px;
  }
}

footer .footer-sidebar .widget {
  position: relative;
  width: 100%;
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  footer .footer-sidebar .widget {
    width: 20%;
    margin-bottom: 30px;
    padding: 0 25px;
    border-right: 1px solid #ebebeb;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-sidebar .widget:after {
    content: "";
    position: absolute;
    left: -15px;
    bottom: 0;
    width: calc(100% + 30px);
    height: 1px;
    background: #ebebeb;
  }
}

@media screen and (min-width: 768px) {
  footer .footer-sidebar .widget:nth-child(5n),
  footer .footer-sidebar .widget:last-child {
    border-right-color: transparent;
    padding-right: 0;
  }
}

footer .footer-sidebar .widget:last-child:after {
  content: none;
}

@media screen and (min-width: 768px) {
  footer .footer-sidebar .widget:first-child {
    padding-left: 0;
  }
}

footer .footer-sidebar .widget .widget-title {
  margin: 0 0 10px;
  font-weight: 800;
  font-size: 18px;
  font-size: 1.125rem;
  color: #5436ff;
}

footer .copyright {
  padding: 12px 0 11px;
  border-top: 1px solid #ebebeb;
  color: #0e0e0e;
  font-weight: 700;
  font-size: 11px;
  font-size: 0.6875rem;
}

@media screen and (min-width: 768px) {
  footer .copyright {
    padding: 17px 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

footer .copyright a {
  text-decoration: none;
  color: #0e0e0e;
  font-weight: 700;
  font-size: 11px;
  font-size: 0.6875rem;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  footer .copyright a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

footer .copyright a:hover {
  color: #5436ff;
}

footer .copyright .container * {
  margin: 0 5px;
  display: flex;
  align-items: center;
}

.widget_beetle-theme-posts li {
  border-bottom: 1px solid #fff;
}

.widget_beetle-theme-posts li:last-child {
  border-bottom: 0;
}

.widget_beetle-theme-posts li:last-child article a {
  padding-bottom: 0;
}

.widget_beetle-theme-custom-contacts {
  color: #0e0e0e;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1rem;
}

.widget_beetle-theme-custom-contacts .label {
  display: block;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .widget_beetle-theme-custom-contacts .label {
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
  }
}

.widget_beetle-theme-custom-contacts a {
  outline: none;
  text-decoration: none;
  color: #0e0e0e;
  background-image: linear-gradient(to right, #5436ff, #5436ff);
  background-repeat: repeat-x;
  background-position: 0 87%;
  background-size: 1px 1px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.widget_beetle-theme-custom-contacts a.custom-logo-link {
  display: flex;
  background: none;
}

.widget_beetle-theme-custom-contacts a.custom-logo-link img {
  max-height: 50px;
}

@media screen and (min-width: 768px) {
  .widget_beetle-theme-custom-contacts a.custom-logo-link img {
    max-height: unset;
  }
}

.widget_beetle-theme-custom-contacts a:hover {
  color: #5436ff;
}

.widget_beetle-theme-custom-contacts .desc {
  font-weight: 700;
  line-height: 24px;
}

.widget_beetle-theme-custom-contacts .for-btn {
  margin-bottom: 25px;
}

.widget_beetle-theme-custom-contacts .top {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .widget_beetle-theme-custom-contacts .top:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -15px;
    width: calc(100% + 30px);
    height: 1px;
    background: #ebebeb;
  }
}

.widget_beetle-theme-custom-contacts button,
.widget_beetle-theme-custom-contacts .btn {
  border-color: #ff1d33;
}

.widget_beetle-theme-custom-contacts button:after,
.widget_beetle-theme-custom-contacts .btn:after {
  font-size: 12px;
  font-size: 0.75rem;
}

.widget_beetle-theme-companies .companies-head {
  padding: 7px 0;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  color: #747a93;
  border-bottom: 1px solid #fff;
}

.widget_beetle-theme-companies .companies-head .thumbnail {
  width: 80px;
  margin-right: 15px;
}

@media screen and (min-width: 1300px) {
  .widget_beetle-theme-companies .companies-head .thumbnail {
    width: 120px;
  }
}

.widget_beetle-theme-companies .companies-head .rating {
  width: 80px;
  padding-right: 30px;
}

.widget_beetle-theme-companies
  .companies-list
  > li:last-child
  .short-post-wide-small {
  border-bottom: 0;
}

.widget_beetle-theme-companies
  .companies-list
  > li:last-child
  .short-post-wide-small
  .thumbnail {
  margin-bottom: 0;
}

.widget_nav_menu ul {
  margin: 0;
  padding: 0;
}

.widget_nav_menu ul li:before {
  content: none;
}

.widget_nav_menu ul li a {
  display: block;
  padding: 3px 0;
  outline: none;
  color: #0e0e0e;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.widget_nav_menu ul li a:hover {
  color: #5436ff;
}

.widget_nav_menu > div > ul > li:first-child {
  margin-top: -3px;
}

.short-post-small a {
  outline: none;
  padding: 15px 0;
  text-decoration: none;
}

.short-post-small a:hover .short-post-small-title {
  color: #5436ff;
}

.short-post-small .thumbnail {
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .short-post-small .thumbnail {
    width: 75px;
    height: 75px;
    margin-right: 20px;
    margin-bottom: 8px;
  }
}

.short-post-small .thumbnail img {
  display: block;
  opacity: 0;
}

.short-post-small .right {
  width: calc(100% - 95px);
}

.short-post-small .short-post-small-title {
  margin: 0;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  .short-post-small .short-post-small-title {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.social-networks {
  overflow: hidden;
}

.social-networks ul {
  margin-right: -8px;
}

.social-networks li {
  margin-right: 8px;
}

@font-face {
  font-family: "Catamaran";
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/catamaran/catamaran-regular.woff2) format("woff2"),
    url(/assets/fonts/catamaran/catamaran-regular.woff) format("woff"),
    url(/assets/fonts/catamaran/catamaran-regular.ttf) format("truetype");
}

@font-face {
  font-family: "Catamaran";
  font-weight: 500;
  font-display: swap;
  src: url(/assets/fonts/catamaran/catamaran-medium.woff2) format("woff2"),
    url(/assets/fonts/catamaran/catamaran-medium.woff) format("woff"),
    url(/assets/fonts/catamaran/catamaran-medium.ttf) format("truetype");
}

@font-face {
  font-family: "Catamaran";
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/catamaran/catamaran-semibold.woff2) format("woff2"),
    url(/assets/fonts/catamaran/catamaran-semibold.woff) format("woff"),
    url(/assets/fonts/catamaran/catamaran-semibold.ttf) format("truetype");
}

@font-face {
  font-family: "Catamaran";
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/catamaran/catamaran-bold.woff2) format("woff2"),
    url(/assets/fonts/catamaran/catamaran-bold.woff) format("woff"),
    url(/assets/fonts/catamaran/catamaran-bold.ttf) format("truetype");
}

@font-face {
  font-family: "Catamaran";
  font-weight: 800;
  font-display: swap;
  src: url(/assets/fonts/catamaran/catamaran-extrabold.woff2) format("woff2"),
    url(/assets/fonts/catamaran/catamaran-extrabold.woff) format("woff"),
    url(/assets/fonts/catamaran/catamaran-extrabold.ttf) format("truetype");
}

body {
  color: #444;
  font-family: "Catamaran", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

h1 {
  line-height: 1.4;
  color: #0e0e0e;
  font-weight: 800;
  font-size: 28px;
  font-size: 1.75rem;
}

@media screen and (max-width: 767px) {
  h1 {
    margin: 0 0 5px;
  }
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

h2 {
  color: #0e0e0e;
  font-weight: 800;
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

h3 {
  color: #0e0e0e;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}

h4 {
  color: #0e0e0e;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
}

ul {
  list-style: none;
  margin-left: 40px;
  padding: 0 0 0 25px;
}

ul.list-unstyled li:before {
  content: none;
}

ul li {
  position: relative;
  font-weight: 600;
}

ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -25px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #01ce70;
}

p {
  margin: 0 0 20px;
}

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

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

blockquote {
  margin: 30px 0;
  color: #0e0e0e;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  blockquote {
    margin: 50px 0;
  }
}

blockquote h2 {
  margin-top: 0;
  position: relative;
  font-weight: 800;
}

blockquote h2 .line {
  background: #fff !important;
  padding-right: 15px;
}

blockquote h2 .line:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 7px;
  background: #01ce70;
}

.line {
  background-image: linear-gradient(
    to right,
    rgba(84, 54, 255, 0.26),
    rgba(84, 54, 255, 0.26)
  );
  background-repeat: repeat-x;
  background-position: 0 90%;
  background-size: 1px 3px;
}

.line.color-brand3 {
  background-image: linear-gradient(to right, #fb6072, #fb6072);
  background-position: 0 85%;
  background-size: 1px 2px;
}

.color-black {
  color: #0e0e0e;
}

.color-white {
  color: #fff;
}

.color-brand {
  color: #5436ff;
}

.color-brand2 {
  color: #01ce70;
}

.color-brand3 {
  color: #ff1d33;
}

.strong {
  font-weight: 700;
}

.icon-chevron-right {
  display: inline-block;
  width: 10px;
  height: 10px;
}

.icon-chevron-right:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border: 2px solid #0e0e0e;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  transform: rotate(-45deg);
}

.color-brand .icon-chevron-right:before {
  border-color: #5436ff;
}

.color-brand2 .icon-chevron-right:before {
  border-color: #01ce70;
}

.color-brand3 .icon-chevron-right:before {
  border-color: #ff1d33;
}

.right-sidebar {
  padding: 15px 0 30px;
}

@media screen and (min-width: 768px) {
  .right-sidebar {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.right-sidebar .widget {
  padding: 15px;
  margin: 0 0 40px;
  border-radius: 6px;
  background: rgba(1, 206, 112, 0.15);
}

@media screen and (min-width: 768px) {
  .right-sidebar .widget {
    padding: 20px;
  }
}

.right-sidebar .widget:nth-child(2n) {
  background: #eaf0ff;
}

.right-sidebar .widget:last-child {
  margin-bottom: 0;
}

.right-sidebar .widget .widget-title {
  padding: 0 0 15px;
  margin: 0;
  color: #0e0e0e;
  font-weight: 800;
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 1px solid #fff;
}

.short-post-wide {
  margin: 0.4rem 0;
}

@media screen and (min-width: 768px) {
  .right-sidebar .widget .widget-title {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.short-post-wide {
  background: #eaf0ff;
  border-radius: 6px;
  font-size: 17px;
  font-size: 1.0625rem;
  border: 1px solid transparent;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.short-post-wide:hover {
  border-color: #e8ebf7;
  background: #fff;
}

.short-post-wide a {
  text-decoration: none;
  outline: none;
  color: #0e0e0e;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (min-width: 768px) {
  .short-post-wide a {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.short-post-wide .content {
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .short-post-wide .content {
    padding: 20px;
  }

  .blacklist-list .short-post-wide .content {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .blacklist-button-holder {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    padding-left: 1rem;
  }
}

@media (min-width: 1200px) {
  .blacklist-list .short-post-wide .content {
    justify-content: space-between !important;
    flex-wrap: nowrap;
  }
  .blacklist-list .for-btn {
    flex: 0;
  }
}

.short-post-wide .thumbnail {
  background: #fff;
  border-radius: 6px;
  padding: 5px;
  margin-right: 10px;
  width: 30%;
  height: 100px;
}

@media screen and (min-width: 768px) {
  .short-post-wide .thumbnail {
    padding: 10px 15px;
    margin-right: 25px;
  }
}

.short-post-wide .rating {
  font-weight: 700;
  margin: 0 5px 0 10px;
}

@media screen and (min-width: 768px) {
  .short-post-wide .rating {
    margin: 0 25px;
  }
}

.short-post-wide .rating .stars {
  color: #cad5ed;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (min-width: 768px) {
  .short-post-wide .rating .stars {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.short-post-wide .rating .stars i {
  margin: 0 1px;
}

@media screen and (min-width: 768px) {
  .short-post-wide .rating .stars i {
    margin: 0 2px;
  }
}

.short-post-wide .rating .stars i:first-child {
  margin-left: 0;
}

.short-post-wide .rating .stars i:last-child {
  margin-right: 0;
}

.short-post-wide .rating .stars .selected {
  color: #ff1d33;
}

.short-post-wide .score {
  color: #01ce70;
  font-weight: 800;
  margin: 0 10px 0 5px;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .short-post-wide .score {
    margin: 0 25px;
  }
}

@media screen and (min-width: 768px) {
  .short-post-wide .score .shield {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .short-post-wide .score .score-title {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.short-post-wide .btn {
  font-size: 18px;
  font-size: 1.125rem;
  text-indent: -1000vw;
}

@media screen and (max-width: 767px) {
  .short-post-wide .btn {
    padding: 0;
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
}

@media screen and (min-width: 768px) {
  .short-post-wide .btn {
    text-indent: 0;
  }
}

.short-post-wide .btn:after {
  text-indent: 0;
}

@media screen and (max-width: 767px) {
  .short-post-wide .btn:after {
    margin: 0;
  }
}

.short-post-wide.style-red {
  background-color: #feecee;
}

.short-post-wide.style-red:hover {
  background-color: #fff;
  border-color: #f5dcdf;
}

.short-post-wide.style-red .rating .stars {
  color: #fdc5cc;
}

.short-post-wide.style-red .score {
  color: #ff1d33;
}

.short-post-wide-small {
  border-bottom: 1px solid #fff;
}

.short-post-wide-small a {
  text-decoration: none;
  outline: none;
  color: #0e0e0e;
  font-size: 12px;
  font-size: 0.75rem;
}

.short-post-wide-small .thumbnail {
  width: 80px;
  padding: 7px;
  background: #fff;
  border-radius: 6px;
  margin: 15px 15px 15px 0;
}

@media screen and (min-width: 1300px) {
  .short-post-wide-small .thumbnail {
    width: 120px;
  }
}

.short-post-wide-small .rating {
  width: 80px;
}

.short-post-wide-small .rating .stars {
  color: #cad5ed;
}

.short-post-wide-small .rating .stars .selected {
  color: #ff1d33;
}

.comment-form-cookies-consent {
  display: none !important;
}

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

.comment-body .says {
  display: none;
}

.comment-body .comment-meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 160px;
  padding-right: 20px;
}

.comment-body .comment-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 160px);
  background: #edf1f9;
  border-radius: 6px;
  padding: 20px 25px 15px;
}

.comment-body .comment-content * {
  margin: 0;
  color: #545263;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  font-style: italic;
}

.comment-body .comment-content:before {
  content: "";
  position: absolute;
  top: calc(50% - 12.5px);
  left: -17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 17px 12.5px 0;
  border-color: transparent #edf1f9 transparent transparent;
}

.comment-body .comment-author {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

.comment-body .comment-metadata,
.comment-body .comment-metadata a {
  color: rgba(14, 14, 14, 0.56);
  font-size: 13px;
  font-size: 0.8125rem;
}

.comment-body .comment-metadata a {
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.comment-body .comment-metadata a:hover {
  color: #5436ff;
}

.comment-body .comment-awaiting-moderation {
  font-size: 12px;
  line-height: 1.2;
  display: block;
  font-weight: 700;
  color: #ff1d33;
}

.comment-rating-stars {
  color: #cad5ed;
}

.comment-rating-stars .selected {
  color: #ff1d33;
}

.comment-form input[type="submit"] {
  margin-left: auto;
}

.browser {
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 20px 29px rgba(210, 221, 255, 0.35);
}

.browser .browser-head {
  width: 100%;
  background: #d2ddff;
  padding: 2.5px 8px 2.5px 5px;
}

@media screen and (min-width: 768px) {
  .browser .browser-head {
    padding: 5px 15px 5px 10px;
  }
}

.browser .browser-head .circles {
  width: 6px;
  min-width: 6px;
  height: 6px;
  margin-right: 28px;
  border-radius: 100%;
  background: #e6edff;
}

@media screen and (min-width: 768px) {
  .browser .browser-head .circles {
    width: 10px;
    min-width: 10px;
    height: 10px;
    margin-right: 48px;
  }
}

.browser .browser-head .circles:before,
.browser .browser-head .circles:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: 100%;
}

.browser .browser-head .circles:before {
  right: -10px;
}

@media screen and (min-width: 768px) {
  .browser .browser-head .circles:before {
    right: -17px;
  }
}

.browser .browser-head .circles:after {
  right: -20px;
}

@media screen and (min-width: 768px) {
  .browser .browser-head .circles:after {
    right: -34px;
  }
}

.browser .browser-head .browser-nav {
  width: 8px;
  min-width: 8px;
  height: 8px;
  background: #e6edff;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .browser .browser-head .browser-nav {
    width: 13px;
    min-width: 13px;
    height: 13px;
    margin-right: 7px;
  }
}

.browser .browser-head .browser-nav:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border: medium solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .browser .browser-head .browser-nav:before {
    width: 7px;
    height: 7px;
  }
}

.browser .browser-head .browser-nav.left:before {
  transform: rotate(135deg);
}

.browser .browser-head .browser-nav:nth-child(3) {
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .browser .browser-head .browser-nav:nth-child(3) {
    margin-right: 35px;
  }
}

.browser .browser-head .browser-line {
  width: 100%;
  height: 6px;
  background: #e6edff;
  border-radius: 4px;
  margin-right: 40px;
}

@media screen and (min-width: 768px) {
  .browser .browser-head .browser-line {
    height: 8px;
    margin-right: 55px;
  }
}

.browser .browser-head .browser-line:before,
.browser .browser-head .browser-line:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #e6edff;
}

@media screen and (min-width: 768px) {
  .browser .browser-head .browser-line:before,
  .browser .browser-head .browser-line:after {
    width: 13px;
    height: 13px;
  }
}

.browser .browser-head .browser-line:before {
  right: -27px;
}

@media screen and (min-width: 768px) {
  .browser .browser-head .browser-line:before {
    right: -34px;
  }
}

.browser .browser-head .browser-line:after {
  right: -40px;
}

@media screen and (min-width: 768px) {
  .browser .browser-head .browser-line:after {
    right: -55px;
  }
}

.browser .browser-content {
  padding: 10px;
  width: 100%;
  box-shadow: 0 20px 29px rgba(210, 221, 255, 0.35);
}

@media screen and (min-width: 768px) {
  .browser .browser-content {
    padding: 20px;
  }
}

.browser .browser-content ul.browser-list li {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  padding: 7px;
  background: #e6eeff;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .browser .browser-content ul.browser-list li {
    margin-bottom: 20px;
    padding: 10px 15px;
  }
}

.browser .browser-content ul.browser-list li:last-child {
  margin-bottom: 0;
}

.browser .browser-content ul.browser-list li:nth-child(2n) .lines:before {
  background-color: #f8faff;
}

.browser .browser-content ul.browser-list li .lines {
  position: relative;
  width: 100%;
}

.browser .browser-content ul.browser-list li .lines:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: calc(100% - 5px);
  background-color: #fff;
  mask-size: 15px;
  -webkit-mask-size: 15px;
  mask-repeat: repeat-y, repeat, repeat-y;
  -webkit-mask-repeat: repeat-y, repeat, repeat-y;
  mask-position: left top, top, right top;
  -webkit-mask-position: left top, top, right top;
  mask-composite: exclude;
  -webkit-mask-composite: exclude;
  mask-image: url('data:image/svg+xml;utf8, <svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M9,299v-26"/><path d="M77,180c-4.86-0.02-35.7-0.64-58-26C0.71,133.21,0,109.24,0,103v77H77z"/><path d="M77,0H0l0,77c0.01-4.91,0.58-34.72,25-57C46.18,0.68,71.06,0,77,0z"/></svg>'),
    url('data:image/svg+xml;utf8, <svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" style="width:100%"><rect x="0" width="512" height="180"/></svg>'),
    url('data:image/svg+xml;utf8, <svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" style="transform:scale(-1,1)"><path d="M9,299v-26"/><path d="M77,180c-4.86-0.02-35.7-0.64-58-26C0.71,133.21,0,109.24,0,103v77H77z"/><path d="M77,0H0l0,77c0.01-4.91,0.58-34.72,25-57C46.18,0.68,71.06,0,77,0z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8, <svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M9,299v-26"/><path d="M77,180c-4.86-0.02-35.7-0.64-58-26C0.71,133.21,0,109.24,0,103v77H77z"/><path d="M77,0H0l0,77c0.01-4.91,0.58-34.72,25-57C46.18,0.68,71.06,0,77,0z"/></svg>'),
    url('data:image/svg+xml;utf8, <svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" style="width:100%"><rect x="0" width="512" height="180"/></svg>'),
    url('data:image/svg+xml;utf8, <svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" style="transform:scale(-1,1)"><path d="M9,299v-26"/><path d="M77,180c-4.86-0.02-35.7-0.64-58-26C0.71,133.21,0,109.24,0,103v77H77z"/><path d="M77,0H0l0,77c0.01-4.91,0.58-34.72,25-57C46.18,0.68,71.06,0,77,0z"/></svg>');
}

@media screen and (min-width: 768px) {
  .browser .browser-content ul.browser-list li .lines:before {
    top: 10px;
    height: calc(100% - 10px);
    mask-size: 20px;
    -webkit-mask-size: 20px;
  }
}

.browser .browser-content ul.browser-list li .lines.beetle-lazy-bg:before {
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

.browser
  .browser-content
  ul.browser-list
  li
  .lines.beetle-lazy-bg.beetle-visible:before {
  mask-image: url('data:image/svg+xml;utf8, <svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M9,299v-26"/><path d="M77,180c-4.86-0.02-35.7-0.64-58-26C0.71,133.21,0,109.24,0,103v77H77z"/><path d="M77,0H0l0,77c0.01-4.91,0.58-34.72,25-57C46.18,0.68,71.06,0,77,0z"/></svg>'),
    url('data:image/svg+xml;utf8, <svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" style="width:100%"><rect x="0" width="512" height="180"/></svg>'),
    url('data:image/svg+xml;utf8, <svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" style="transform:scale(-1,1)"><path d="M9,299v-26"/><path d="M77,180c-4.86-0.02-35.7-0.64-58-26C0.71,133.21,0,109.24,0,103v77H77z"/><path d="M77,0H0l0,77c0.01-4.91,0.58-34.72,25-57C46.18,0.68,71.06,0,77,0z"/></svg>') !important;
  -webkit-mask-image: url('data:image/svg+xml;utf8, <svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M9,299v-26"/><path d="M77,180c-4.86-0.02-35.7-0.64-58-26C0.71,133.21,0,109.24,0,103v77H77z"/><path d="M77,0H0l0,77c0.01-4.91,0.58-34.72,25-57C46.18,0.68,71.06,0,77,0z"/></svg>'),
    url('data:image/svg+xml;utf8, <svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" style="width:100%"><rect x="0" width="512" height="180"/></svg>'),
    url('data:image/svg+xml;utf8, <svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" style="transform:scale(-1,1)"><path d="M9,299v-26"/><path d="M77,180c-4.86-0.02-35.7-0.64-58-26C0.71,133.21,0,109.24,0,103v77H77z"/><path d="M77,0H0l0,77c0.01-4.91,0.58-34.72,25-57C46.18,0.68,71.06,0,77,0z"/></svg>') !important;
}

.browser .browser-content ul.browser-list li .lines:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 20px;
  background: #e6eeff;
}

.img-with-browser.init .browser {
  position: absolute;
  right: 0;
}

.img-with-browser.init .for-img {
  position: absolute;
  top: -8%;
  left: 10%;
  max-height: 108%;
  height: 108%;
  max-width: 90%;
}

@media screen and (min-width: 768px) {
  .img-with-browser.init .for-img {
    left: 65px;
    max-width: calc(100% - 65px);
  }
}

.shield {
  width: 25px;
  height: 32px;
  mask-image: url(/assets/uploads/img/icons/shield.png);
  -webkit-mask-image: url(/assets/uploads/img/icons/shield.png);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: rgba(1, 206, 112, 0.16);
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-bottom: 2px;
}

@media screen and (min-width: 768px) {
  .shield {
    font-size: 22px;
    font-size: 1.375rem;
    width: 49px;
    height: 62px;
    padding-bottom: 5px;
  }
}

.shield.beetle-lazy-bg {
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

.shield.beetle-lazy-bg.beetle-visible {
  mask-image: url(/assets/uploads/img/icons/shield.png) !important;
  -webkit-mask-image: url(/assets/uploads/img/icons/shield.png) !important;
}

.shield.style-full-bg {
  background-color: #01ce70;
}

.shield.style-red {
  background-color: rgba(255, 29, 51, 0.19);
}

.shield.style-red.style-full-bg {
  background-color: #ff1d33;
}

@media screen and (min-width: 768px) {
  .shield.style-medium {
    width: 41px;
    height: 53px;
  }
}

.shield.style-small {
  width: 35px;
  height: 46px;
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 3px;
}

.shield.with-icon:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border: 3px solid #01ce70;
  border-radius: 100%;
}

.shield.with-icon:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 16px;
  margin-top: -4px;
  border: medium solid #01ce70;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}

.shield.with-icon.style-red:before {
  border-color: #ff1d33;
}

.shield.with-icon.style-red:after {
  margin-top: 0;
  width: 27px;
  height: 4px;
  border: 0;
  background: #ff1d33;
  transform: rotate(-45deg);
}

.mobile-buttons {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.mobile-buttons button,
.mobile-buttons .btn {
  width: 100%;
  border-radius: 0;
  border: 0;
  color: #fff;
  font-weight: 700;
  opacity: 0.96;
  padding: 10px 10px 9px;
}

.mobile-buttons button.style-brand,
.mobile-buttons .btn.style-brand {
  background: #5436ff;
}

.mobile-buttons button.style-brand2,
.mobile-buttons .btn.style-brand2 {
  background: #01ca6f;
}

.mobile-buttons button.style-brand3,
.mobile-buttons .btn.style-brand3 {
  background: #ff1d33;
}

.for-share {
  position: relative;
}

.share {
  margin: 15px 0;
  border-bottom: 1px solid #d7d7d7;
}

@media screen and (min-width: 768px) {
  .share {
    margin: 0 30px 0 0;
    padding: 15px 0;
    border-bottom: 0;
  }
}

.share.fixed-top {
  position: fixed;
  top: 115px;
  margin-top: 115px;
}

.share.fixed-bottom {
  position: absolute;
  bottom: 0;
}

.share .share-title {
  padding: 5px 0 3px;
  border: 1px solid #d7d7d7;
  border-left: 0;
  border-right: 0;
  color: #050505;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
}

.share > * {
  margin-bottom: 10px;
}

.share > *:last-child {
  margin-bottom: 0;
}

.share .btn.mail {
  font-size: 17px;
  font-size: 1.0625rem;
}

.share .btn.whatsapp {
  font-size: 22px;
  font-size: 1.375rem;
}

body.admin-bar .share.fixed-top {
  top: 147px;
}

.center-pic {
  width: 100% !important;
  overflow: hidden !important;
}

main {
  overflow: hidden;
}

.for-money {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.money {
  position: absolute;
  opacity: 0;
  animation-name: money-animate;
  animation-iteration-count: infinite;
}

.money:nth-child(1) {
  animation-duration: 4s;
  animation-delay: 0s;
}

.money:nth-child(2) {
  animation-duration: 4.3s;
  animation-delay: 0.7s;
}

.money:nth-child(3) {
  animation-duration: 4.6s;
  animation-delay: 1.4s;
}

.money:nth-child(4) {
  animation-duration: 4.9s;
  animation-delay: 2.1s;
}

@keyframes money-animate {
  0% {
    top: 0;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    top: 100%;
    opacity: 0;
  }
}

section.banner-with-search {
  padding: 30px 0 20px;
}

@media screen and (min-width: 768px) {
  section.banner-with-search {
    padding-top: 110px;
  }
}

section.banner-with-search .bg-left:before {
  content: "";
  position: absolute;
  top: calc(-115px - 33vw);
  left: -18vw;
  width: 95vw;
  height: 95vw;
  background: #f2f6ff;
  border-bottom-right-radius: 100%;
}

@media screen and (min-width: 768px) {
  section.banner-with-search .bg-left:before {
    width: 50vw;
    height: 50vw;
    transform: rotate(-8deg);
  }
}

section.banner-with-search .bg-left:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: radial-gradient(
    ellipse at center,
    #eaedf9 0%,
    #eaedf9 25%,
    transparent 25%
  );
  background-size: 15px 15px;
  background-repeat: repeat;
}

@media screen and (min-width: 768px) {
  section.banner-with-search .bg-left:after {
    top: 10px;
    left: 6vw;
  }
}

section.banner-with-search .bg-right:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  mask-image: url(/assets/uploads/img/mask3.png);
  -webkit-mask-image: url(/assets/uploads/img/mask3.png);
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-position: center top;
  -webkit-mask-position: center top;
  background: linear-gradient(#e6edff, transparent);
}

@media screen and (min-width: 768px) {
  section.banner-with-search .bg-right:after {
    content: "";
    position: absolute;
    top: -57.5px;
    right: 25px;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    background: radial-gradient(
      ellipse at center,
      #eaedf9 0%,
      #eaedf9 25%,
      transparent 25%
    );
    background-size: 15px 15px;
    background-repeat: repeat;
  }
}

section.banner-with-search .bg-right.beetle-lazy-bg:before {
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

section.banner-with-search .bg-right.beetle-lazy-bg.beetle-visible:before {
  mask-image: url(/assets/uploads/img/mask3.png) !important;
  -webkit-mask-image: url(/assets/uploads/img/mask3.png) !important;
}

section.banner-with-search .title {
  margin: 0 0 15px;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  section.banner-with-search .title {
    margin-bottom: 35px;
    font-size: 52px;
    font-size: 3.25rem;
  }
}

section.banner-with-search .content {
  margin: 15px 0;
  color: #0e0e0e;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  section.banner-with-search .content {
    margin: 35px 0 25px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

section.banner-with-search .content > *:first-child {
  margin-top: 0;
}

section.banner-with-search .content > *:last-child {
  margin-bottom: 0;
}

section.banner-with-search .search-form {
  max-width: 415px;
}

section.banner-with-search .browser {
  margin: 0 15px;
  width: calc(100% - 30px);
}

@media screen and (min-width: 768px) {
  section.banner-with-search .browser {
    margin-right: -45px;
    width: 85%;
  }
}

section.banner-with-search .browser .right {
  min-width: 100px;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  section.banner-with-search .browser .right {
    min-width: 120px;
    padding-left: 30px;
  }
}

section.banner-with-search .browser .shield {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  section.banner-with-search .browser .shield {
    width: 32px;
    height: 40px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  section.banner-with-search .browser .shield:before {
    width: 20px;
    height: 20px;
    border-width: 2px;
  }
}

@media screen and (max-width: 767px) {
  section.banner-with-search .browser .shield:after {
    width: 6px;
    height: 9px;
    margin-top: -1px;
    border-width: 0 3px 3px 0;
  }
}

@media screen and (max-width: 767px) {
  section.banner-with-search .browser .shield.style-red:after {
    width: 18px;
    height: 3px;
  }
}

section.banner-with-search .browser .shield-title {
  white-space: nowrap;
  color: #01ce70;
  font-weight: 800;
  font-size: 10px;
  font-size: 0.625rem;
}

@media screen and (min-width: 768px) {
  section.banner-with-search .browser .shield-title {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

section.banner-with-search .browser .shield-title.style-red {
  color: #ff1d33;
}

@media screen and (max-width: 767px) {
  section.banner-with-search .img-with-browser {
    margin-top: 55px;
    min-height: 380px !important;
    max-height: 380px;
  }
}

section.banner-with-search .for-img {
  z-index: 1;
}

section.banner-with-search .money:nth-child(1) {
  z-index: -1;
  left: 0;
  transform: scale(0.3, 0.3) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  section.banner-with-search .money:nth-child(1) {
    transform: scale(0.5, 0.5) rotate(-45deg);
  }
}

section.banner-with-search .money:nth-child(2),
section.banner-with-search .money:nth-child(3) {
  transform: scale(0.3, 0.3);
}

@media screen and (min-width: 768px) {
  section.banner-with-search .money:nth-child(2),
  section.banner-with-search .money:nth-child(3) {
    transform: scale(0.5, 0.5);
  }
}

section.banner-with-search .money:nth-child(2) {
  z-index: -1;
  right: 0;
}

section.banner-with-search .money:nth-child(3) {
  left: -65px;
}

section.banner-with-search .money:nth-child(4) {
  right: -50px;
  transform: scale(0.3, 0.3) rotate(-20deg);
}

@media screen and (min-width: 768px) {
  section.banner-with-search .money:nth-child(4) {
    transform: scale(0.5, 0.5) rotate(-20deg);
  }
}

section.banner-with-search .bag-with-dollars {
  position: relative;
  right: 30px;
  min-height: 100px;
  max-height: 100px;
  height: 100px;
}

@media screen and (min-width: 768px) {
  section.banner-with-search .bag-with-dollars {
    right: -100px;
    min-height: 151px;
    max-height: 151px;
    height: 151px;
  }
}

section.banner-with-search .money-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 65px);
}

section.companies-blacklist {
  padding: 25px 0 30px;
}

@media screen and (min-width: 768px) {
  section.companies-blacklist {
    padding: 60px 0 110px;
  }
}

section.companies-blacklist .title {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 25px;
}

@media screen and (max-width: 767px) {
  section.companies-blacklist .title {
    line-height: 1.2;
  }
}

@media screen and (min-width: 768px) {
  section.companies-blacklist .title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 65px;
  }
}

section.companies-blacklist .for-subtitle {
  text-decoration: none;
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  section.companies-blacklist .for-subtitle {
    margin-bottom: 25px;
  }
}

section.companies-blacklist .for-subtitle .shield {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  section.companies-blacklist .for-subtitle .shield {
    width: 36px;
    height: 46px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  section.companies-blacklist .for-subtitle .shield.with-icon:before {
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 767px) {
  section.companies-blacklist .for-subtitle .shield.with-icon:after {
    width: 6px;
    height: 10px;
    margin-top: -2px;
    border-width: 0 3px 3px 0;
  }
}

@media screen and (max-width: 767px) {
  section.companies-blacklist .for-subtitle .shield.with-icon.style-red:after {
    width: 19px;
    height: 3px;
    margin-top: 0;
    border: 0;
  }
}

section.companies-blacklist .subtitle {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin: 0;
}

@media screen and (min-width: 359px) {
  section.companies-blacklist .subtitle {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

@media screen and (min-width: 374px) {
  section.companies-blacklist .subtitle {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

@media screen and (min-width: 768px) {
  section.companies-blacklist .subtitle {
    font-size: 32px;
    font-size: 2rem;
  }
}

section.companies-blacklist .subtitle span {
  padding: 0 5px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

section.companies-blacklist .subtitle:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 1px;
  padding-left: 10px;
}

@media screen and (min-width: 768px) {
  section.companies-blacklist .subtitle:after {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 2px;
    padding-left: 15px;
  }
}

section.companies-blacklist .for-companies-subtitle:hover .subtitle {
  color: #01ce70 !important;
}

section.companies-blacklist .for-companies-subtitle:hover .subtitle span {
  color: #01ce70 !important;
}

section.companies-blacklist .for-companies-subtitle .subtitle:after {
  color: #01ce70;
}

section.companies-blacklist .for-blacklist-subtitle {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  section.companies-blacklist .for-blacklist-subtitle {
    margin-top: 30px;
  }
}

section.companies-blacklist .for-blacklist-subtitle:hover .subtitle {
  color: #ff1d33 !important;
}

section.companies-blacklist .for-blacklist-subtitle:hover .subtitle span {
  color: #ff1d33 !important;
}

section.companies-blacklist .for-blacklist-subtitle .subtitle:after {
  color: #ff1d33;
}

@media screen and (min-width: 768px) {
  section.companies-blacklist .list {
    max-width: 620px;
  }
}

section.companies-blacklist .list li {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  section.companies-blacklist .list li {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  section.companies-blacklist .short-post-wide > a {
    padding: 15px;
  }
}

@media screen and (min-width: 768px) {
  section.companies-blacklist .short-post-wide .thumbnail {
    margin-right: 15px;
    padding: 5px;
  }
}

@media screen and (min-width: 768px) {
  section.companies-blacklist .short-post-wide .rating,
  section.companies-blacklist .short-post-wide .score {
    margin: 0 15px;
  }
}

@media screen and (min-width: 768px) {
  section.companies-blacklist .short-post-wide .rating {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  section.companies-blacklist .short-post-wide .shield {
    margin-right: 10px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  section.companies-blacklist .short-post-wide.style-red .score-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

section.about {
  padding: 60px 0 90px;
  color: #0e0e0e;
}

@media screen and (min-width: 768px) {
  section.about {
    padding: 270px 0 180px;
  }
}

section.about:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 136px;
  background: linear-gradient(#e6edff, transparent);
  mask-image: url(/assets/uploads/img/mask5.png);
  -webkit-mask-image: url(/assets/uploads/img/mask5.png);
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-position: center;
  -webkit-mask-position: center;
}

@media screen and (min-width: 768px) {
  section.about:before {
    top: 0;
    height: 188px;
  }
}

section.about:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 57%;
  left: -30px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: radial-gradient(
    ellipse at center,
    #eaedf9 0%,
    #eaedf9 25%,
    transparent 25%
  );
  background-size: 15px 15px;
  background-repeat: repeat;
}

@media screen and (min-width: 768px) {
  section.about:after {
    top: 200px;
    left: 10vw;
    width: 175px;
    height: 175px;
    background: radial-gradient(
      ellipse at center,
      #eaedf9 0%,
      #eaedf9 35%,
      transparent 35%
    );
  }
}

section.about.beetle-lazy-bg:before {
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

section.about.beetle-lazy-bg.beetle-visible:before {
  mask-image: url(/assets/uploads/img/mask5.png) !important;
  -webkit-mask-image: url(/assets/uploads/img/mask5.png) !important;
}

section.about .title {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 30px 0 15px;
}

@media screen and (min-width: 768px) {
  section.about .title {
    font-size: 42px;
    font-size: 2.625rem;
    margin-bottom: 20px;
  }
}

section.about .content {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  section.about .content {
    margin-bottom: 50px;
  }
}

section.about .content > *:last-child {
  margin-bottom: 0;
}

section.about .for-money {
  top: 140px;
  height: calc(100% - 230px);
}

@media screen and (min-width: 768px) {
  section.about .for-money {
    top: 180px;
    height: calc(100% - 310px);
  }
}

section.about .money:nth-child(1) {
  left: 21.5%;
  transform: scale(0.75) rotate(90deg);
}

@media screen and (min-width: 768px) {
  section.about .money:nth-child(1) {
    transform: scale(1.5) rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  section.about .money:nth-child(2),
  section.about .money:nth-child(3) {
    transform: scale(0.75);
  }
}

section.about .money:nth-child(2) {
  right: 10%;
}

section.about .money:nth-child(3) {
  left: 10%;
  opacity: 0 !important;
}

section.about .money:nth-child(4) {
  right: 25%;
  transform: scale(0.75) rotate(45deg);
}

@media screen and (min-width: 768px) {
  section.about .money:nth-child(4) {
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 767px) {
  section.about .btn {
    margin-bottom: 55px;
  }
}

section.posts:before,
section.posts:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  background: #5436ff;
}

section.posts:before {
  top: 0;
  height: 48px;
  mask-image: url(/assets/uploads/img/mask5.png);
  -webkit-mask-image: url(/assets/uploads/img/mask5.png);
  mask-size: cover;
  -webkit-mask-size: cover;
  transform: scale(-1, 1);
  mask-position: center;
  -webkit-mask-position: center;
}

@media screen and (min-width: 768px) {
  section.posts:before {
    height: 188px;
  }
}

section.posts:after {
  top: 48px;
  height: calc(100% - 48px);
}

@media screen and (min-width: 768px) {
  section.posts:after {
    top: 185px;
    height: calc(100% - 188px);
  }
}

section.posts .bg:before,
section.posts .bg:after {
  content: "";
  position: absolute;
  border-radius: 100%;
  background: radial-gradient(
    ellipse at center,
    #644ef9 0%,
    #644ef9 25%,
    transparent 25%
  );
  background-size: 15px 15px;
  background-repeat: repeat;
}

section.posts .bg:before {
  bottom: 50px;
  left: 2%;
  width: 120px;
  height: 120px;
}

section.posts .bg:after {
  top: 90px;
  right: 6%;
  width: 175px;
  height: 175px;
}

section.posts .title {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0;
}

@media screen and (min-width: 768px) {
  section.posts .title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

section.posts .subtitle {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  color: #cbc9f5;
  margin: 0 0 15px;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  section.posts .subtitle {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 35px;
  }
}

section.posts .slick-arrow {
  position: absolute;
  top: calc(50% - 30px);
  border: 0;
  padding: 0;
  text-indent: -1000vw;
  overflow: hidden;
  width: 60px;
  height: 60px;
  background: rgba(130, 125, 238, 0.38);
  border-radius: 100%;
  color: transparent !important;
}

section.posts .slick-arrow:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  margin-right: 4px;
  background-color: #fff;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

section.posts .slick-arrow.slick-next {
  left: -75px;
}

section.posts .slick-arrow.slick-prev {
  right: -75px;
  transform: rotate(180deg);
}

section.posts .slick-arrow:hover {
  background: #fff;
}

section.posts .slick-arrow:hover:before {
  background-color: #5436ff;
}

section.posts .slick-initialized .slick-arrow:before {
  mask-image: url(/assets/uploads/img/icons/lnr-chevron-left.svg);
  -webkit-mask-image: url(/assets/uploads/img/icons/lnr-chevron-left.svg);
}

section.posts .slick-initialized .slick-track {
  display: flex;
  align-content: space-between;
}

section.posts .slick-initialized .slick-slide {
  display: flex;
  height: auto;
}

section.posts .slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 10px 0 0;
  padding: 5px 0;
}

@media screen and (min-width: 768px) {
  section.posts .slick-dots {
    margin: 30px 0 0;
  }
}

section.posts .slick-dots li {
  display: flex;
}

section.posts .slick-dots li:before {
  content: none;
}

section.posts .slick-dots li.slick-active button {
  opacity: 1;
}

section.posts .slick-dots button {
  border: 0;
  padding: 0;
  text-indent: -1000vw;
  overflow: hidden;
  border-radius: 0;
  width: 5px;
  height: 5px;
  background: #fff;
  opacity: 0.35;
  margin: 5px 4px;
  color: transparent !important;
}

section.posts .slick-dots button:hover {
  opacity: 1;
}

section.posts .slick-slider {
  margin: 0 -15px;
}

@media screen and (max-width: 767px) {
  section.posts .slick-slider {
    width: calc(100% + 30px);
  }
}

@media screen and (max-width: 767px) {
  section.posts .slick-list {
    padding-right: 60px;
  }
}

section.posts .slick-slide {
  padding: 0 0 0 15px;
}

@media screen and (min-width: 768px) {
  section.posts .slick-slide {
    padding: 0 15px;
  }
}

section.posts .short-post {
  height: 100%;
}

section.posts .short-post > a {
  box-shadow: none;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #cbc9f5;
}

section.posts .short-post > a:hover {
  background: #fff;
  color: #0e0e0e;
}

section.posts .short-post > a:hover .short-post-title {
  color: #0e0e0e;
}

section.posts .short-post > a:hover .btn {
  color: #5436ff;
  border-color: rgba(84, 54, 255, 0.3);
}

section.posts .short-post > a:hover .btn:hover {
  color: #fff;
}

section.posts .short-post .short-post-title {
  color: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

section.posts .short-post .date {
  background: #827dee;
  color: #fff;
}

section.posts .short-post .btn {
  color: #fff;
  border-color: #fff;
}

.short-post {
  height: 100%;
}

.short-post > a {
  height: 100%;
  overflow: hidden;
  outline: none;
  border-radius: 6px;
  background: #eaf0ff;
  text-decoration: none;
  color: #0e0e0e;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding: 40px 10px;
}

@media screen and (min-width: 768px) {
  .short-post > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.short-post > a:hover {
  background: #fff;
  box-shadow: 0 0 57px #d2ddff;
}

.short-post .thumbnail {
  display: block;
  margin: -40px -10px 0;
  background-size: cover;
  background-position: center;
  width: calc(100% + 40px);
}

@media screen and (min-width: 768px) {
  .short-post .thumbnail {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}

.short-post .thumbnail img {
  opacity: 0;
}

.short-post .short-post-title {
  margin: 20px 0 10px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .short-post .short-post-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.short-post .date {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .short-post .date {
    margin-bottom: 20px;
  }
}

.short-post .desc {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
}

@media screen and (min-width: 768px) {
  .short-post .desc {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 26px;
    margin-bottom: 25px;
  }
}

.blocks-row {
  max-width: 800px;
}

.blocks-block {
  text-decoration: none;
  width: 100%;
  padding: 15px;
  margin: 0 0 30px;
  border: 1px solid #e6ebff;
  border-radius: 5px;
  box-shadow: 0 0 27px rgba(210, 221, 255, 0.58);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  .blocks-block {
    width: calc(25% - 30px);
    margin: 0 15px 30px;
  }
}

.blocks-block:hover {
  box-shadow: 0 0 27px #d2ddff;
}

.blocks-block img {
  margin-bottom: 10px;
}

.blocks-block-title {
  line-height: 1;
}

.recommendations-block {
  padding: 20px 30px;
  border: 1px solid #e6ebff;
  border-radius: 5px;
  box-shadow: 0 0 27px rgba(210, 221, 255, 0.58);
}

.recommendations-block ul {
  margin: 0;
  padding: 0;
  color: #0e0e0e;
  font-size: 16px;
  font-size: 1rem;
}

.recommendations-block-header {
  margin-bottom: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.recommendations-block-red .recommendations-title {
  color: #ff1d33;
  border-bottom-color: rgba(255, 29, 51, 0.23);
}

.recommendations-block-green .recommendations-title {
  color: #01ce6e;
  border-bottom-color: rgba(1, 206, 110, 0.23);
}

.recommendations-title {
  font-size: 26px;
  font-size: 1.625rem;
  text-transform: uppercase;
  border-bottom: 1px solid;
}

.recommendations-list-item-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  color: #5436ff;
  text-transform: uppercase;
}

.recommendations-block-header img {
  margin-left: auto;
  margin-top: 1rem;
}

section.for-form form {
  max-width: 1140px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  section.for-form form p {
    width: calc(25% - 15px);
    max-width: calc(25% - 15px);
    flex: 1 0 calc(25% - 15px);
    margin: 0 auto 30px;
  }
}

section.for-form form p.for-submit > span {
  width: auto;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

section.companies-blacklist .subtitle {
  line-height: 2rem;
  display: block;
}

.a-buttons button {
  margin: 5px auto !important;
  width: 100%;
}

.brr {
  height: 10px;
}

.short-post-wide .thumbnail.x-new {
  width: 200px;
}

.company .risk .index.scam-block .val-line:before {
  background: #ff1d33;
}

.company .risk .index.scam-block .val {
  background-color: #ff1d33;
}

.company .risk .index.scam-block .val-title {
  color: #ff1d33;
}

.widget_beetle-theme-companies a.widget-title-link {
  text-decoration: none;
}

a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

/* Archive Company */

@media screen and (max-width: 767px) {
  section.posts {
    margin-top: 25px;
  }
}

section.posts .posts-head {
  padding: 20px 0;
  color: #747a93;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
}

section.posts .posts-head .thumbnail {
  width: 140px;
  max-width: 20%;
  margin-left: 20px;
  margin-right: 25px;
}

@media screen and (min-width: 1300px) {
  section.posts .posts-head .thumbnail {
    width: 175px;
  }
}

section.posts .posts-head .rating {
  width: 125px;
  margin: 0 25px;
}

section.posts .posts-head .score {
  margin: 0 25px;
}

section.posts .posts-head .score span {
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding-left: 56px;
  font-size: 17px;
  font-size: 1.0625rem;
}

section.posts .posts-head .contact {
  margin-right: 20px;
}

section.posts .posts-head .contact .btn {
  overflow: hidden;
  opacity: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0;
  font-size: 18px;
  font-size: 1.125rem;
}

section.posts .for-posts > li {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

section.posts .right-sidebar {
  padding-top: 60px;
}

section.posts .posts-loader {
  display: flex;
  margin-bottom: 70px;
}

section.posts .posts-loader img {
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

section.posts .btn-load-posts {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  background: #01ce70 !important;
  margin-bottom: 70px;
}

section.posts .btn-load-posts:hover {
  background: #01c66c !important;
}

section.banner-2 {
  border-bottom: 1px solid #edeffa;
}

section.banner-2 .bg-left:before {
  content: "";
  position: absolute;
  top: calc(-115px - 33vw);
  left: -18vw;
  background: #f2f6ff;
  border-bottom-right-radius: 100%;
  transform: rotate(-8deg);
  width: 100vw;
  height: 60vw;
}

@media screen and (min-width: 768px) {
  section.banner-2 .bg-left:before {
    width: 50vw;
    height: 50vw;
  }
}

@media screen and (min-width: 768px) {
  section.banner-2 .bg-left:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 6vw;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background: radial-gradient(
      ellipse at center,
      #eaedf9 0%,
      #eaedf9 25%,
      transparent 25%
    );
    background-size: 15px 15px;
    background-repeat: repeat;
  }
}

section.banner-2 .bg-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

section.banner-2 .bg-right:before {
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  width: 100%;
  height: calc(100% - 15px);
  background-color: #f0f5ff;
  mask-image: url("/assets/uploads/img/mask.png");
  -webkit-mask-image: url("/assets/uploads/img/mask.png");
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-position: center;
  -webkit-mask-position: center;
}

@media screen and (min-width: 768px) {
  section.banner-2 .bg-right:before {
    top: 15px;
    width: 65vw;
  }
}

section.banner-2 .bg-right.beetle-lazy-bg:before {
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

section.banner-2 .bg-right.beetle-lazy-bg.beetle-visible:before {
  mask-image: url("/assets/uploads/img/mask.png") !important;
  -webkit-mask-image: url("/assets/uploads/img/mask.png") !important;
}

@media screen and (min-width: 768px) {
  section.banner-2 .bg-right2:after {
    content: "";
    position: absolute;
    top: -57.5px;
    right: 25px;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    background: radial-gradient(
      ellipse at center,
      #eaedf9 0%,
      #eaedf9 25%,
      transparent 25%
    );
    background-size: 15px 15px;
    background-repeat: repeat;
  }
}

section.banner-2 .title {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  section.banner-2 .title {
    font-size: 41px;
    font-size: 2.5625rem;
    margin-bottom: 10px;
  }
}

section.banner-2 .content {
  color: #0e0e0e;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  section.banner-2 .content {
    margin-left: -52px;
    width: calc(100% + 52px);
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  section.banner-2 .content {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

section.banner-2 .content > *:last-child {
  margin-bottom: 0;
}

section.banner-2 .img {
  margin-right: -15px;
}

@media screen and (min-width: 768px) {
  section.banner-2 .img {
    padding-top: 30px;
    margin-right: 0;
  }
}

section.banner-2 .shield {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  section.banner-2 .shield {
    width: 42px;
    min-width: 42px;
    height: 53px;
  }
}

@media screen and (min-width: 768px) {
  section.banner-2 .shield {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  section.banner-2 .shield:before {
    width: 26px;
    height: 26px;
  }
}

@media screen and (max-width: 767px) {
  section.banner-2 .shield:after {
    width: 8px;
    height: 13px;
    margin-top: -3px;
    border-width: 0 3px 3px 0;
  }
}

section.banner-2 .search-form {
  max-width: 415px;
  margin-bottom: 2rem;
}

section.block-faq {
  color: #fff;
  background: linear-gradient(to bottom, #694eff, #5436ff);
  padding: 70px 0 35px;
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  section.block-faq {
    padding: 120px 0 105px;
  }
}

section.block-faq:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background-color: #fff;
  mask-image: url("/assets/uploads/img/mask7.png");
  -webkit-mask-image: url("/assets/uploads/img/mask7.png");
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-position: center;
  -webkit-mask-position: center;
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  section.block-faq:before {
    height: 100px;
    mask-image: url("/assets/uploads/img/mask2.png");
    -webkit-mask-image: url("/assets/uploads/img/mask2.png");
    transform: rotate(0deg);
  }
}

section.block-faq.beetle-lazy-bg:before {
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

section.block-faq.beetle-lazy-bg.beetle-visible:before {
  mask-image: url("/assets/uploads/img/mask7.png") !important;
  -webkit-mask-image: url("/assets/uploads/img/mask7.png") !important;
}

@media screen and (min-width: 768px) {
  section.block-faq.beetle-lazy-bg.beetle-visible:before {
    mask-image: url("/assets/uploads/img/mask2.png") !important;
    -webkit-mask-image: url("/assets/uploads/img/mask2.png") !important;
  }
}

@media screen and (min-width: 768px) {
  section.block-faq .bg:before,
  section.block-faq .bg:after {
    content: "";
    position: absolute;
    border-radius: 100%;
    background: radial-gradient(
      ellipse at center,
      #9ea9e4 0%,
      #9ea9e4 25%,
      transparent 25%
    );
    background-size: 15px 15px;
    background-repeat: repeat;
  }
}

@media screen and (min-width: 768px) {
  section.block-faq .bg:before {
    bottom: 40px;
    left: 0;
    width: 120px;
    height: 120px;
  }
}

@media screen and (min-width: 768px) {
  section.block-faq .bg:after {
    top: 140px;
    right: 10%;
    width: 180px;
    height: 180px;
  }
}

section.block-faq .title {
  font-size: 28px;
  font-size: 1.75rem;
  color: #fff;
  margin: 0 0 25px;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  section.block-faq .title {
    font-size: 34px;
    font-size: 2.125rem;
    margin-bottom: 30px;
  }
}

section.block-faq .faq {
  cursor: pointer;
  padding-left: 50px;
}

@media screen and (min-width: 768px) {
  section.block-faq .faq {
    padding-left: 55px;
  }
}

section.block-faq .faq:hover .circle,
section.block-faq .faq:focus .circle,
section.block-faq .faq.show .circle {
  background: #fff;
}

section.block-faq .faq:hover .circle:before,
section.block-faq .faq:hover .circle:after,
section.block-faq .faq:focus .circle:before,
section.block-faq .faq:focus .circle:after,
section.block-faq .faq.show .circle:before,
section.block-faq .faq.show .circle:after {
  background: #0e0e0e;
}

section.block-faq .faq.show .circle:before,
section.block-faq .faq.show .circle:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

section.block-faq .faq.show .circle:after {
  opacity: 0;
}

section.block-faq .faq .circle {
  position: absolute;
  top: calc(50% - 15px);
  left: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  section.block-faq .faq .circle {
    top: calc(50% - 18px);
    left: -55px;
    width: 36px;
    height: 36px;
  }
}

section.block-faq .faq .circle:before,
section.block-faq .faq .circle:after {
  content: "";
  position: absolute;
  background: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

section.block-faq .faq .circle:before {
  width: 14px;
  height: 2px;
}

section.block-faq .faq .circle:after {
  width: 2px;
  height: 14px;
}

section.block-faq .faq .question {
  position: relative;
  margin: 15px 0;
  font-weight: 800;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  user-select: none;
}

@media screen and (min-width: 768px) {
  section.block-faq .faq .question {
    margin: 20px 0;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

section.block-faq .faq .answer {
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

section.block-faq .faq .answer > div {
  padding-bottom: 30px;
}

section.block-faq .faq .answer > div > *:last-child {
  margin-bottom: 0;
}

section.block-faq .img {
  margin-top: 35px;
}

@media screen and (min-width: 768px) {
  section.block-faq .img {
    margin-top: 0;
    position: relative;
    right: -70px;
  }
}

/* Single Company */

.company {
  color: #0e0e0e;
  line-height: 27px;
  margin-bottom: 30px;
}

.company .title {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .company .short-post-wide > a {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

@media screen and (max-width: 767px) {
  .company .short-post-wide .score {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .company .short-post-wide .for-btn {
    position: relative;
    padding: 10px 0 0;
    width: 100%;
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 448px) {
  .company .short-post-wide .for-btn > span {
    margin-top: 1rem;
  }
  .company .short-post-wide .for-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: calc(100% + 20px);
    height: 1px;
    background: #dcddff;
  }
}

@media screen and (max-width: 767px) {
  .company .short-post-wide .for-btn .btn {
    text-indent: 0;
    width: auto;
    height: auto;
    padding: 4px 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .company .short-post-wide .for-btn .btn:after {
    content: none;
  }
}

.company .risk {
  margin: 5px 0 30px;
  color: #ff1d33;
  font-weight: 800;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (min-width: 768px) {
  .company .risk {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 20px;
  }
}

@media (width < 200px) {
  .company .risk {
    flex-direction: column;
    margin: 2rem 0.4rem;
  }
}

.company .risk .risk-title {
  white-space: nowrap;
  padding-right: 10px;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .company .risk .risk-title {
    padding-right: 20px;
  }
}

.company .risk .index {
  position: relative;
  width: 100%;
}

.company .risk .index:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 10px;
  width: calc(100% - 10px);
  height: 3px;
  border-radius: 1.5px;
  background: #eaf0ff;
}

@media screen and (min-width: 768px) {
  .company .risk .index:before {
    left: 20px;
    width: calc(100% - 20px);
  }
}

.company .risk .index .val-line {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}

.company .risk .index .val-line:before {
  content: "";
  position: absolute;
  left: 10px;
  width: 100%;
  height: 3px;
  background: #01ce70;
  border-radius: 1.5px;
}

@media screen and (min-width: 768px) {
  .company .risk .index .val-line:before {
    left: 20px;
  }
}

.company .risk .index .for-val {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  left: -13.5px;
}

.company .risk .index .val {
  position: relative;
  z-index: 2;
  width: 27px;
  height: 34px;
  background-color: #01ce70;
  mask-image: url("/assets/uploads/img/icons/shield.png");
  -webkit-mask-image: url("/assets/uploads/img/icons/shield.png");
  mask-size: cover;
  -webkit-mask-size: cover;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 3px;
}

.company .risk .index .val.beetle-lazy-bg {
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

.company .risk .index .val.beetle-lazy-bg.beetle-visible {
  mask-image: url("/assets/uploads/img/icons/shield.png") !important;
  -webkit-mask-image: url("/assets/uploads/img/icons/shield.png") !important;
}

.company .risk .index .val-title {
  color: #01ce70;
  font-size: 10px;
  font-size: 0.625rem;
}

.company .risk img {
  width: 34px;
  min-width: 34px;
  max-width: 34px;
  height: 34px;
  min-height: 34px;
  max-height: 34px;
  margin-right: 6px;
}

@media screen and (min-width: 768px) {
  .company .risk img {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    margin-right: 15px;
  }
}

.company .highlights {
  margin-bottom: 45px;
}

@media screen and (min-width: 768px) {
  .company .highlights {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .company .highlights > div {
    margin-bottom: 15px;
  }
}

.company .highlights .positive,
.company .highlights .negative {
  height: 100%;
  border-radius: 6px;
  color: #0e0e0e;
  font-size: 16px;
  font-size: 1rem;
}

.company .highlights .positive {
  background: #e2f9ef;
}

.company .highlights .negative {
  background: #fff4f2;
}

.company .highlights .negative ul li:before {
  background: #ff1d33;
}

.company .highlights .negative ul li:after {
  height: 2px;
  width: 8px;
  border: 0;
  background: #fff;
  transform: rotate(0deg);
  top: 8px;
  left: -27px;
}

.company .highlights .highlights-title {
  margin: 0;
  padding: 20px 15px 15px;
  font-weight: 800;
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .company .highlights .highlights-title {
    font-size: 22px;
    font-size: 1.375rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.company .highlights ul {
  margin: 20px 25px 30px;
  padding: 0 0 0 30px;
}

.company .highlights ul li {
  line-height: 1.4;
  margin-bottom: 10px;
}

.company .highlights ul li:before {
  top: 2px;
  left: -30px;
  width: 14px;
  height: 14px;
}

.company .highlights ul li:after {
  content: "";
  position: absolute;
  top: 4px;
  left: -26px;
  width: 6px;
  height: 8px;
  border: medium solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.company .highlights ul li:last-child {
  margin-bottom: 0;
}

.comment-form input,
.comment-form textarea,
.comment-form select {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 16px;
  font-size: 1rem;
}

.comment-form input::placeholder,
.comment-form textarea::placeholder,
.comment-form select::placeholder {
  font-size: 16px;
  font-size: 1rem;
}

.comment-form .form-submit,
.comment-form .for-acceptance {
  width: calc(50% - 7.5px);
  max-width: calc(50% - 7.5px);
  flex: 1 0 calc(50% - 7.5px);
}

.comment-form .for-acceptance {
  margin: 0;
}

.comment-form .for-acceptance label {
  display: flex;
  align-items: center;
}

.comment-form .for-acceptance label a {
  margin-left: 3px;
}

.comment-respond h3 {
  font-weight: 800;
  font-size: 20px;
  font-size: 1.25rem;
}

/*Contact CSS*/

section.contacts .bg-left:before {
  content: "";
  position: absolute;
  top: calc(-115px - 33vw);
  left: -18vw;
  width: 50vw;
  height: 50vw;
  background: #f2f6ff;
  border-bottom-right-radius: 100%;
  transform: rotate(-8deg);
}

section.contacts .bg-left:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 6vw;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: radial-gradient(
    ellipse at center,
    #eaedf9 0%,
    #eaedf9 25%,
    transparent 25%
  );
  background-size: 15px 15px;
  background-repeat: repeat;
}

section.contacts .bg-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

section.contacts .bg-right:before {
  content: "";
  position: absolute;
  bottom: -35vw;
  right: -25vw;
  width: 50vw;
  height: 50vw;
  background: #f2f6ff;
  border-radius: 100%;
}

section.contacts .title {
  margin: 30px 0 0;
  font-size: 50px;
  font-size: 3.125rem;
}

section.contacts .content {
  margin-bottom: 20px;
  color: #0e0e0e;
  font-weight: 800;
  font-size: 20px;
  font-size: 1.25rem;
}

section.contacts .content > *:last-child {
  margin-bottom: 0;
}

section.contacts form {
  max-width: 550px;
  margin-bottom: 40px;
}

section.contacts .for-contacts {
  margin-bottom: 70px;
  font-weight: 600;
  color: #0e0e0e;
}

section.contacts .for-contacts * {
  margin: 0;
}

section.contacts .for-contacts .label {
  display: block;
  width: 100%;
  color: #01ce6f;
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
}

section.contacts .for-contacts a {
  color: #0e0e0e;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

section.contacts .for-contacts a:hover {
  color: #5436ff;
}

/*Missing*/

@media screen and (min-width: 768px) {
  section.form .bg-left::before {
    width: 50vw;
    height: 50vw;
  }
}
section.form .bg-left::before {
  content: "";
  position: absolute;
  top: calc(-115px - 33vw);
  left: -18vw;
  background: #f2f6ff;
  border-bottom-right-radius: 100%;
  transform: rotate(-8deg);
  width: 100vw;
  height: 60vw;
}

@media screen and (min-width: 768px) {
  section.form .bg-left::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 6vw;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background: radial-gradient(
      ellipse at center,
      #eaedf9 0%,
      #eaedf9 25%,
      transparent 25%
    );
    background-repeat: repeat;
    background-size: auto;
    background-size: 15px 15px;
    background-repeat: repeat;
  }
}

@media screen and (min-width: 768px) {
  section.form .bg-right::before {
    top: 15px;
    width: 35vw;
  }
}
section.form .bg-right::before {
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  width: 100%;
  height: calc(100% - 15px);
  background-color: #f0f5ff;
  mask-image: url("/assets/uploads/img/mask.png");
  -webkit-mask-image: url("/assets/uploads/img/mask.png");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: right bottom;
  -webkit-mask-position: right bottom;
}

section.banner .bg-left:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 6vw;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: radial-gradient(
    ellipse at center,
    #eaedf9 0%,
    #eaedf9 25%,
    transparent 25%
  );
  background-size: 15px 15px;
  background-repeat: repeat;
}
section.banner .bg-left:before {
  content: "";
  position: absolute;
  top: calc(-115px - 33vw);
  left: -18vw;
  width: 50vw;
  height: 50vw;
  background: #f2f6ff;
  border-bottom-right-radius: 100%;
  transform: rotate(-8deg);
}
section.banner .bg-right:before {
  content: "";
  position: absolute;
  top: 15px;
  right: calc(-50vw + 10%);
  width: 100vw;
  height: 100vw;
  border-radius: 100%;
  background: linear-gradient(to bottom, #f0f5ff 0%, transparent 15%);
}
section.banner .bg-right:after {
  content: "";
  position: absolute;
  top: calc(50% - 80px);
  right: 13vw;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  background: radial-gradient(
    ellipse at center,
    #eaedf9 0%,
    #eaedf9 25%,
    transparent 25%
  );
  background-size: 15px 15px;
  background-repeat: repeat;
}

section.contacts .bg-left::before {
  content: "";
  position: absolute;
  top: calc(-115px - 33vw);
  left: -18vw;
  width: 50vw;
  height: 50vw;
  background: #f2f6ff;
  border-bottom-right-radius: 100%;
  transform: rotate(-8deg);
}

section.contacts .bg-left::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 6vw;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: radial-gradient(
    ellipse at center,
    #eaedf9 0%,
    #eaedf9 25%,
    transparent 25%
  );
  background-repeat: repeat;
  background-size: auto;
  background-size: 15px 15px;
  background-repeat: repeat;
}

section.contacts .bg-right::before {
  content: "";
  position: absolute;
  bottom: -35vw;
  right: -25vw;
  width: 50vw;
  height: 50vw;
  background: #f2f6ff;
  border-radius: 100%;
}

section.with-right-thumbnail .bg-left::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 6vw;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: radial-gradient(
    ellipse at center,
    #eaedf9 0%,
    #eaedf9 25%,
    transparent 25%
  );
  background-repeat: repeat;
  background-size: auto;
  background-size: 15px 15px;
  background-repeat: repeat;
}

section.with-right-thumbnail .bg-right::before {
  content: "";
  position: absolute;
  top: 40px;
  right: calc(-50vw + 10%);
  width: 100vw;
  height: 100vw;
  border-radius: 100%;
  background: linear-gradient(to bottom, #f0f5ff 80px, transparent 20%);
}

section.with-right-thumbnail .bg-right::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 70px;
  right: 26vw;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  background: radial-gradient(
    ellipse at center,
    #eaedf9 0%,
    #eaedf9 25%,
    transparent 25%
  );
  background-repeat: repeat;
  background-size: auto;
  background-size: 15px 15px;
  background-repeat: repeat;
}

@media screen and (min-width: 768px) {
  section.banner-small .bg-left::before {
    width: 50vw;
    height: 50vw;
  }
}

section.banner-small .bg-left::before {
  content: "";
  position: absolute;
  top: calc(-115px - 33vw);
  left: -18vw;
  background: #f2f6ff;
  border-bottom-right-radius: 100%;
  transform: rotate(-8deg);
  width: 100vw;
  height: 60vw;
}

@media screen and (min-width: 768px) {
  section.banner-small .bg-left::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background: radial-gradient(
      ellipse at center,
      #eaedf9 0%,
      #eaedf9 25%,
      transparent 25%
    );
    background-repeat: repeat;
    background-size: auto;
    background-size: 15px 15px;
    background-repeat: repeat;
  }
}

section.banner-small .bg-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

section.banner-small .bg-right.beetle-lazy-bg.beetle-visible::before {
  mask-image: url("/assets/uploads/img/mask.png") !important;
  -webkit-mask-image: url("/assets/uploads/img/mask.png") !important;
}
section.banner-small .bg-right.beetle-lazy-bg::before {
  mask-image: none !important;
  -webkit-mask-image: none !important;
}
@media screen and (min-width: 768px) {
  section.banner-small .bg-right::before {
    top: 15px;
    width: 65vw;
  }
}

@media screen and (min-width: 768px) {
  section.banner-small .bg-right2::after {
    content: "";
    position: absolute;
    top: -57.5px;
    right: 25px;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    background: radial-gradient(
      ellipse at center,
      #eaedf9 0%,
      #eaedf9 25%,
      transparent 25%
    );
    background-repeat: repeat;
    background-size: auto;
    background-size: 15px 15px;
    background-repeat: repeat;
  }
}

section.banner-small .bg-right::before {
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  width: 100%;
  height: calc(100% - 15px);
  background-color: #f0f5ff;
  mask-image: url("/assets/uploads/img/mask.png");
  -webkit-mask-image: url("/assets/uploads/img/mask.png");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: right bottom;
  -webkit-mask-position: right bottom;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

section.banner-small .search-form {
  max-width: 415px;
}

section.banner-small .bg-right.beetle-lazy-bg.beetle-visible:before {
  mask-image: url(/assets/uploads/img/mask.png) !important;
  -webkit-mask-image: url(/assets/uploads/img/mask.png) !important;
}
section.banner-small .bg-right.beetle-lazy-bg:before {
  mask-image: none !important;
  -webkit-mask-image: none !important;
}
@media screen and (min-width: 768px) {
  section.banner-small .bg-right:before {
    top: 15px;
    width: 65vw;
  }
}
section.banner-small .bg-right:before {
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  width: 100%;
  height: calc(100% - 15px);
  background-color: #f0f5ff;
  mask-image: url(/assets/uploads/img/mask.png);
  -webkit-mask-image: url(/assets/uploads/img/mask.png);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: right bottom;
  -webkit-mask-position: right bottom;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

/*Custom*/

.umbraco-forms-navigation > div {
  display: flex;
  justify-content: center;
}

.umbraco-forms-navigation input {
  background: #5436ff !important;
}

.blacklist-link-holder {
  display: flex;
}

.blacklist-link-holder > * {
  flex: 1;
}

.blacklist-button-holder {
  margin-left: 0 !important;
  margin-top: 1rem;
}

@media (min-width: 1200px) {
  .blacklist-button-holder {
    margin-top: 0;
  }
}

.user-metadata {
  display: none;
}

.umbraco-forms-field-wrapper-validation {
  display: none;
  /*width: 100%;*/
}

.recaptchav3withscore .umbraco-forms-field-wrapper-validation {
    display: block;
    position: relative;
    z-index: 1000;
    width: 100%;
    padding: 1rem;
}

.recaptchav3withscore .umbraco-forms-field-wrapper-input {
    display: none;
}

.recaptcha {
    display: none;
}

.grecaptcha-badge {
    z-index: 10000 !important;
}

.termsandconditions .umbraco-forms-field-wrapper-input::before,
.starrating .umbraco-forms-field-wrapper-input::before,
.starratingtext .umbraco-forms-field-wrapper-input::before {
  border: none !important;
}

.umbraco-forms-form,
.umbraco-forms-form * {
  box-sizing: border-box;
}

.umbraco-forms-form form {
  width: 100%;
}

.umbraco-forms-page {
  width: 100%;
  position: relative;
}

.umbraco-forms-form legend {
  display: none;
}

.umbraco-forms-form fieldset {
  margin: 0.4rem 0.2rem;
  border: none;
}

.umbraco-forms-form fieldset > div {
  width: 100%;
}

.umbraco-forms-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.umbraco-forms-container > * {
  width: 100%;
  position: relative;
}

@media (min-width: 700px) {
  .umbraco-forms-container > * {
    width: 49%;
    position: relative;
  }
}

.umbraco-forms-field {
  margin: 0.3rem 0;
}

.umbraco-forms-field-wrapper-input h6 {
  margin: 0;
}

.umbraco-forms-field-wrapper-input::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(210, 203, 255);
  border-image: initial;
  border-radius: 6px;
  transition: all 0.2s ease 0s;
  background: #eaf0ff;
  border-color: #eaf0ff;
}

.beetle-modal-content .umbraco-forms-field-wrapper-input::before {
  border: 1px solid #d2cbff;
}

.your-opinion-form .umbraco-forms-field-wrapper-input::before,
.termsandconditions .umbraco-forms-field-wrapper-input::before,
.starratingtext .umbraco-forms-field-wrapper-input::before,
.starrating .umbraco-forms-field-wrapper-input::before {
  background: none;
  border-color: none;
}

.your-opinion-form .umbraco-forms-form fieldset {
  margin: 0 !important;
  padding: 0 0 !important;
}

.umbraco-forms-field-wrapper {
  display: flex;
  flex-direction: column;
}

.umbraco-forms-field-wrapper input {
  width: 100%;
}

.umbraco-forms-field > label {
  display: none;
}

.message,
.termsandconditions {
  width: 100%;
}

.termsandconditions {
  display: flex;
}

.termsandconditions .umbraco-forms-field-wrapper-validation {
  display: block;
  position: absolute;
  left: 0;
  bottom: -24px;
  font-size: 0.8em;
  color: red;
}

.help-block {
  display: inline;
  order: 2;
  flex-wrap: wrap;
  font-size: 0.8em;
  width: auto;
}

.help-block a {
  white-space: nowrap;
}

.basic-info {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.user-info {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.free-consultation-form .umbraco-forms-container > * {
  width: 23%;
  margin: 1%;
}

@media (max-width: 768px) {
  .free-consultation-form .umbraco-forms-container > * {
    width: 48%;
  }
}

@media (max-width: 468px) {
  .free-consultation-form .umbraco-forms-container > * {
    width: 100%;
  }
}

.help-block a {
  z-index: 1;
  margin-left: 4px;
}

.umbraco-forms-submitmessage-wrapper {
  display: flex;
  justify-content: center;
}

/* star */

.starratingtext {
  flex: 1;
  direction: ltr;
  display: flex;
  align-items: center;
}

.umbraco-forms-fieldset.star-rating .umbraco-forms-container {
  justify-content: flex-start;
}

.starrating {
  width: 100%;
  margin: 0;
  margin-right: 1rem;
  display: flex;
}

.starrating > div {
  width: 100%;
}

.starrating .umbraco-forms-field-wrapper-input {
  display: flex;
  justify-content: space-between;
}

.starrating .umbraco-forms-field-wrapper-input h6 {
  direction: ltr;
  padding: 0 0.6rem;
  display: flex;
  align-items: center;
}

.starrating label {
  width: auto;
  height: auto;
  cursor: pointer;
}

@media (width < 440px) {
  .starrating .umbraco-forms-field-wrapper-input {
    flex-direction: column;
  }
  .starrating .umbraco-forms-field-wrapper-input h6 {
    padding: 0.8rem;
    padding-top: 0;
  }
}

.radiobuttonlist {
  display: flex;
}

.star-rating {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  direction: rtl;
  position: relative;
  display: flex;
  z-index: 4;
}

.star-rating label {
  font-size: 48px;
  color: #ddd;
  transition: all 0.2s;
}

.star-rating input:hover ~ label,
.star-rating label:hover ~ label,
.star-rating input:checked ~ label {
  color: #ff1d33;
}

.radio-btn {
  display: none;
}

.submit-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 1rem;
}

.submit-wrapper > i {
  position: relative;
  right: 30px;
  color: white;
  z-index: 10;
}

/*BLACKLIST*/

.blacklist-list-item {
  border: 2px solid red;
}

.blacklist-link-holder {
  align-items: stretch;
}

.blacklist-link-holder > div {
  flex: 4;
}

.blacklist-link-holder > a {
  flex: 1;
  position: relative;
}

.thumbnail.x-new {
  height: 100%;
}

.blacklist-link-holder img {
  width: 100px;
}

.logo-rating-wrapper {
  display: flex;
}

/*FIX RESPONSIVE CARDS*/

#single-company-page .content h2 span {
  background-image: linear-gradient(
    to right,
    rgba(84, 54, 255, 0.26),
    rgba(84, 54, 255, 0.26)
  );
  background-repeat: repeat-x;
  background-position: 0 90%;
  background-size: 1px 3px;
}

/*Responsive Widget Header*/
.right-sidebar .widget .widget-title {
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  section.companies-blacklist .short-post-wide .rating {
    margin-right: auto;
  }
  section.companies-blacklist .short-post-wide .shield {
    order: 2;
    margin-left: 10px;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .short-post-wide .score {
    margin-left: auto;
    align-items: flex-end !important;
  }
}

@media screen and (min-width: 768px) {
  aside .short-post-wide {
    margin: 1rem 0;
  }
  aside .short-post-wide .content {
    display: flex;
    flex-direction: column;
    padding: 10px;
  }
  aside .short-post-wide .thumbnail {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  aside .stars-and-ratngs {
    justify-content: flex-start;
    margin-top: 1rem;
  }
  aside .stars-and-ratngs > * {
    margin: 0 !important;
  }
}

@media (min-width: 1200px) {
  aside .short-post-wide .content {
    flex-direction: row;
  }
  aside .stars-and-ratngs {
    margin-top: 0;
    margin-left: 0.8rem;
  }
}

/*Responsive sticky-wrapper cards*/

#sticky-wrapper {
  position: relative;
  z-index: 1000;
}

#sticky-wrapper .short-post-wide > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  align-items: center !important;
}

#sticky-wrapper .short-post-wide > a > span {
  margin: 0;
  padding: 0;
  flex: 1;
}

#sticky-wrapper .thumbnail,
#sticky-wrapper .score {
  margin-right: 1rem;
}

#sticky-wrapper .thumbnail {
  max-width: 20%;
}

@media screen and (max-width: 400px) {
  #sticky-wrapper .thumbnail {
    max-width: 100% !important;
  }
}

#sticky-wrapper .thumbnail img {
  padding: 1rem;
}

#sticky-wrapper .a-buttons {
  flex-direction: row !important;
  flex-wrap: wrap;
  width: 100%;
}

#sticky-wrapper .stars-and-ratngs {
  flex: 2;
}

#single-company-page #sticky-wrapper span.for-btn {
  min-width: 100%;
}

#single-company-page .content > p {
  margin: 0 0 20px;
}

#single-company-page .content > p > span {
  display: block;
  margin: 0 0 20px;
}

/*%TEMP%*/

.short-post-wide a > * {
  flex: 1;
}

.stars-and-ratngs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 10px 0;
}

.short-post-wide .thumbnail {
  max-width: 30%;
}

@media screen and (max-width: 768px) {
  .stars-and-ratngs {
    justify-content: flex-start;
  }
  .short-post-wide .rating .stars {
    font-size: 1.2rem;
  }
  .short-post-wide a {
    font-size: 1rem;
  }
  .shield {
    width: 35px;
    height: 45px;
    font-size: 1.2rem;
  }
  .short-post-wide .score .score-title {
    font-size: 1rem;
  }
  .short-post-wide .thumbnail {
    min-width: 100px;
  }
}

@media screen and (max-width: 400px) {
  .short-post-wide a {
    flex-direction: column;
  }
  .short-post-wide .thumbnail {
    width: 100%;
    max-width: 100%;
    height: 160px;
    margin-right: 0;
    margin-bottom: 1rem;
    padding: 1rem;
  }
}

.blog-title-date {
  margin-bottom: 1rem;
}

/*Responsive blog aside*/
@media (max-width: 992px) {
  aside .short-post-small a {
    display: flex;
    flex-direction: column;
  }

  aside .short-post-small a > * {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  aside .short-post-small a {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }
  aside .short-post-small a > * {
    width: auto !important;
  }
  aside .short-post-small .thumbnail {
    width: 30% !important;
    min-width: 30% !important;
  }
}

/*Comments*/

@media (max-width: 768px) {
  .comments-inner {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 568px) {
  .comment-body {
    display: flex;
    flex-direction: column;
  }

  .comment-body > * {
    width: 100%;
  }
  .comment-content {
    width: 100% !important;
  }
}

#blacklist-page .short-post-wide .thumbnail {
  max-width: 100%;
}

#blacklist-page .short-post-wide .content {
  justify-content: space-between !important;
}

#blacklist-page .rating,
#blacklist-page .score {
  justify-content: flex-end !important;
}

@media (min-width: 1200px) {
  #blacklist-page .rating,
  #blacklist-page .score {
    justify-content: flex-start !important;
  }
}

@media (max-width: 460px) {
  #blacklist-page .rating {
    justify-content: flex-start !important;
  }
}

.blacklist-button-holder {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 768px) {
  .blacklist-button-holder {
    width: auto;
    margin-top: 0;
  }
}

.blacklist-button-holder a {
  margin: 5px;
}

.blacklist-link-holder {
  flex: 1;
}

@media (max-width: 460px) {
  #blacklist-page .blacklist-link-holder {
    display: flex;
    flex-direction: column;
  }
  #blacklist-page .blacklist-button-holder {
    display: none !important;
  }
  #blacklist-page .thumbnail {
    height: 160px;
    width: 100%;
    margin-bottom: 1rem;
  }
}

/*Single Blacklist Page*/
#single-blacklist-page .content > p > span {
  display: block;
  margin: 0 0 20px;
}

/*Homepage*/

#homepage .posts {
  padding-top: 10rem;
  padding-bottom: 3rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

/*get-your-money-back-page*/

#get-your-money-back-page .container > div.row {
  padding-bottom: 2rem;
}

/*Fix top margin*/

@media screen and (min-width: 1200px) {
  main {
    margin-top: 76px;
  }
}

/*Form Validation*/

.input-validation-error {
  border: 3px solid red !important;
  box-sizing: border-box !important;
}

/*Search page*/
.posts-head {
  background: white;
}
.posts-head p {
  padding: 20px 0;
  color: #747a93;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0.4rem 1rem;
}

.info {
  margin-bottom: 2rem;
}

/*Single Blog Post Page*/

#single-blog-post-page .post .thumbnail {
  width: 100%;
  max-height: 380px;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 40px;
}

#single-blog-post-page .post .thumbnail img {
  width: 100%;
  height: auto;
}

.beetle-modal {
  z-index: 10000;
}

header {
  z-index: 1000;
}

section {
  position: relative;
  z-index: 100;
}
section h1,
section h2,
section h3 {
  position: relative;
  z-index: 80;
}

.load-more-wrapper {
  display: flex;
  justify-content: center;
}

#loadMoreButton {
  margin: 1rem;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  background: #01ce70 !important;
  margin-bottom: 70px;
  color: white;
}

#blog-page .banner {
  overflow: hidden;
}

/*Search Page*/

#search-page .stars {
  font-size: 1.4em;
}

#search-page .rating > span {
  flex-direction: row !important;
  flex-wrap: wrap;
}

#search-page .votes {
  margin-left: 0.5rem;
}

#search-page .search-form {
  padding-bottom: 1.4rem;
}
