@charset "UTF-8";
@import "../bootstrap/css/bootstrap.min.css";
@import "../font-awesome/css/font-awesome.min.css";
@import "../../contentberg/style.css";
a, a:hover, a:focus {
  color: #161616;
  text-decoration: none !important;
}

.form-control {
  height: 44px;
  border-radius: 0;
}

p {
  margin-bottom: 21px;
}

img {
  max-width: 100%;
}

.textwidget a {
  color: #eb5554;
}

.post-content p > a,
.post-content li > a,
.post-content dd > a,
.post-content td a,
.post-content th a,
.post-content h1 a,
.post-content h2 a,
.post-content h3 a,
.post-content h4 a,
.post-content h5 a,
.post-content h6 a,
.post-content em a,
.post-content strong a {
  color: #2d53fe;
  box-shadow: none;
}

h1, h2, h3, h4, h5, h6,
p.h1, p.h2, p.h3, p.h4, p.h5, p.h6 {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 500;
  color: #111;
  -webkit-font-smoothing: antialiased;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6,
.post-content p.h1,
.post-content p.h2,
.post-content p.h3,
.post-content p.h4,
.post-content p.h5,
.post-content p.h6,
.textwidget p.h1,
.textwidget p.h2,
.textwidget p.h3,
.textwidget p.h4,
.textwidget p.h5,
.textwidget p.h6 {
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.sidebar .widget-title,
.block-head-c .title,
.the-post-header .post-title,
.the-post-header .post-title-alt {
  font-weight: 500;
}

p.h1 {
  font-size: 29px;
}

p.h2 {
  font-size: 26px;
}

p.h3 {
  font-size: 22px;
}

p.h4 {
  font-size: 18px;
}

p.h5 {
  font-size: 16px;
}

p.h6 {
  font-size: 14px;
}

input[type=submit], button, input[type=button], .button {
  display: inline-block;
  background-color: #ffca28;
  color: #000000;
  font-weight: 700;
}

a.button {
  color: #000000 !important;
}

a.btn-link,
button.btn-link {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-transform: uppercase;
  background: transparent;
  color: #000;
  border-bottom: 1px solid #000000;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
  outline: none;
}

a.btn-outline,
button.btn-outline {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-transform: uppercase;
  background: transparent;
  color: #000;
  border: 1px solid #000000;
  transition: all 0.25s ease-in-out;
  box-shadow: none !important;
}
a.btn-outline:hover,
button.btn-outline:hover {
  background: #000000;
  color: #ffffff;
}

a.btn-outline {
  color: #000 !important;
  text-decoration: none;
  display: inline-block;
  padding: 14px 20px;
  line-height: 1;
}
a.btn-outline:hover {
  color: #ffffff !important;
}

a.btn-outline-white,
button.btn-outline-white {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-transform: uppercase;
  background: #ffffff;
  color: #000;
  border: 1px solid #000000;
  transition: all 0.25s ease-in-out;
  box-shadow: none !important;
}
a.btn-outline-white:hover,
button.btn-outline-white:hover {
  background: #000000;
  color: #ffffff;
}

a.btn-outline-white {
  color: #000 !important;
  text-decoration: none;
  display: inline-block;
  padding: 14px 20px;
  line-height: 1;
}
a.btn-outline-white:hover {
  color: #ffffff !important;
}

a.btn-yellow,
button.btn-yellow {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-transform: uppercase;
  color: #000 !important;
  background-color: #ffca28;
  border-color: transparent;
  transition: all 0.25s ease-in-out;
  box-shadow: none !important;
}

a.btn-yellow {
  color: #000 !important;
  text-decoration: none;
  display: inline-block;
  padding: 14px 20px;
  line-height: 1;
}
a.btn-yellow:hover {
  color: #000 !important;
}

a.btn-red,
button.btn-red {
  color: #fff !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #eb5554;
  border-color: transparent;
  transition: all 0.25s ease-in-out;
  box-shadow: none !important;
}

a.btn-red {
  color: #fff !important;
  text-decoration: none;
  display: inline-block;
  padding: 14px 20px;
  line-height: 1;
}
a.btn-red:hover {
  color: #fff !important;
}

a.dynamic-underline {
  transition: all 0.3s ease-in;
}
a.dynamic-underline:hover {
  opacity: 1;
  text-shadow: 0px 0px white, 0px 0px white, 0px 0px white, 0px 0px white;
  box-shadow: 0 -1px 0 0 white inset, 0 -2px 0 0 #2d53fe inset;
}

.main-pagination .ajax-load-button {
  display: inline-block;
  min-width: initial;
  padding: 16px 50px;
  border: 0;
  background: #f6f6f6;
  color: #000;
  box-shadow: 0 2px 3px rgba(110, 110, 110, 0.25);
  font-family: Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

nav.main-pagination {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.top-10 {
  padding-top: 10px;
}

.top-20 {
  padding-top: 20px;
}

.top-30 {
  padding-top: 30px;
}

figure.company-switch {
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
figure.company-switch .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
figure.company-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
figure.company-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
figure.company-switch .slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
figure.company-switch input:checked + .slider {
  background-color: #2196F3;
}
figure.company-switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
figure.company-switch input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}
figure.company-switch .slider.round {
  border-radius: 12px;
}
figure.company-switch .slider.round:before {
  border-radius: 50%;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.flex-row > .col, .flex-row > .col-1, .flex-row > .col-2, .flex-row > .col-3, .flex-row > .col-4, .flex-row > .col-5, .flex-row > .col-6, .flex-row > .col-7, .flex-row > .col-8, .flex-row > .col-9, .flex-row > .col-10, .flex-row > .col-11, .flex-row > .col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .flex-row > .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0;
    flex: 0 0 0;
    max-width: 100%;
    width: auto;
  }
  .flex-row > .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .flex-row > .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .flex-row > .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-row > .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .flex-row > .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .flex-row > .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-row > .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .flex-row > .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .flex-row > .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-row > .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .flex-row > .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .flex-row > .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.d-flex {
  display: flex;
}

@media screen and (max-width: 767px) {
  .d-mobile-none {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .d-md-none {
    display: none !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .d-lg-none {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}

.border-box {
  border: 1px solid #e4e4e4;
  padding: 1.5rem 2rem;
  margin-bottom: 20px;
}

.archive-full-width-banner {
  margin-bottom: 2rem;
}

header#main-head.main-head {
  padding-top: 0;
}
header#main-head.main-head.simple-boxed {
  border-top: 0;
}
header#main-head.main-head.simple .inner-head.sticky-bar {
  width: 100vw;
}
header#main-head.main-head.simple .title .logo-image {
  max-height: 40px;
}
@media (min-width: 941px) {
  header#main-head.main-head.simple-boxed .actions {
    position: absolute;
    right: 30px;
    height: 40px;
  }
}
header#main-head.main-head .inner-head.sticky-bar .actions {
  display: none !important;
}
header#main-head.main-head .telegram-banner {
  background-color: #ffca28;
  text-align: center;
  line-height: normal;
}
header#main-head.main-head .telegram-banner a {
  display: block;
  padding: 10px 0;
}
header#main-head.main-head .inner-head.sticky-bar .telegram-banner a {
  padding: 5px 0;
}
header#main-head.main-head .social-icons {
  line-height: 24px;
}
header#main-head.main-head .social-icons a:hover {
  color: inherit;
  opacity: 0.7;
}
header#main-head.main-head img.header-social-icon {
  max-width: 16px;
  vertical-align: -2px;
  opacity: 0.9;
}
@media screen and (min-width: 992px) {
  header#main-head.main-head nav.navigation ul.menu li.two-cols > ul.sub-menu li.menu-item {
    float: left;
    width: 50%;
  }
  header#main-head.main-head nav.navigation ul.menu li.two-cols > ul.sub-menu li.menu-item a {
    padding: 0px 30px;
  }
}

article.cases .post-cat, article.cases .meta-sep, article.cases .date-link {
  display: none;
}

body.post-type-archive-cases .meta-item.read-time {
  display: none;
}

.archive-head.front-head {
  padding: 20px 0;
}
.archive-head.front-head h1 {
  font-size: 1.25rem;
  text-align: center;
}

.front-page.main {
  margin-top: 30px;
}
.front-page .main-post-title {
  font-size: 27px;
  color: #000000;
  font-weight: 500;
}
.front-page .grid-post-b {
  text-align: left;
}
.front-page .grid-post .post-thumb {
  margin-left: 0;
}
.front-page .grid-post .image-link img {
  width: 70%;
}
.front-page .front-seo-text ul {
  list-style: disc;
  padding-left: 20px;
}

.page-ads .pricing-table th {
  padding: 10px;
}
.page-ads .pricing-table .text-center {
  text-align: center;
}
.page-ads .pricing-table .modal-button {
  padding: 10px;
}
.page-ads ul.ads-ul {
  padding-left: 20px;
  list-style: none;
}
.page-ads ul.ads-ul li {
  position: relative;
}
.page-ads ul.ads-ul li:before {
  display: block;
  position: absolute;
  left: -20px;
  font-family: FontAwesome;
  content: "";
}
.page-ads #adsModal .modal-content {
  border-radius: 0;
}
.page-ads #adsModal .wpcf7 p {
  font-style: normal;
}

.widget_search .search-field {
  box-sizing: border-box;
}

.main-company-filter ul.nav {
  margin-bottom: 2rem;
}
.main-company-filter a.company-filter-button {
  display: block;
  position: relative;
  background: transparent;
  border: 10px solid transparent;
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #000000;
}
.main-company-filter a.company-filter-button:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px dashed #000000;
}
.main-company-filter li.active a.company-filter-button {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}
.main-company-filter li.active a.company-filter-button:hover, .main-company-filter li.active a.company-filter-button :active, .main-company-filter li.active a.company-filter-button :focus {
  background: #000000 !important;
}
.main-company-filter li.active a.company-filter-button:after {
  border-bottom: 1px dashed #ffffff;
}
.main-company-filter .top-companies-table {
  overflow-x: auto;
}
.main-company-filter .top-companies-table table th.counter-holder,
.main-company-filter .top-companies-table table td.counter-holder {
  width: 50px;
}
.main-company-filter .top-companies-table table th.td-services,
.main-company-filter .top-companies-table table td.td-services {
  width: 40%;
}
.main-company-filter .top-companies-table table th.td-services li,
.main-company-filter .top-companies-table table td.td-services li {
  margin-bottom: 0;
}
.main-company-filter .top-companies-table table tbody {
  counter-reset: top-companies-counter;
}
.main-company-filter .top-companies-table table tbody tr {
  counter-increment: top-companies-counter;
}
.main-company-filter .top-companies-table table tbody tr td.counter-holder:before {
  content: counter(top-companies-counter) ".";
}
.main-company-filter .top-companies-table table td {
  width: 20%;
  vertical-align: top;
}
.main-company-filter .top-companies-table table td img {
  min-width: 150px;
}

@media (max-width: 940px) {
  .companies-archive-wrapper {
    display: flex;
    flex-direction: column;
  }
  .companies-archive-wrapper aside.sidebar {
    margin-top: 0;
  }
}

.company-tag-desc {
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.79;
  color: rgba(0, 0, 0, 0.74);
}
.company-tag-desc h1, .company-tag-desc h2, .company-tag-desc h3, .company-tag-desc h4, .company-tag-desc h5, .company-tag-desc h6 {
  margin-bottom: calc(10px + 0.2em);
}
.company-tag-desc a {
  color: #2d53fe;
  box-shadow: none;
  transition: 0.3s ease-in;
}
.company-tag-desc a:hover {
  opacity: 1;
  box-shadow: 0 -1px 0 0 currentColor inset;
}
.company-tag-desc ul {
  list-style-type: disc;
  padding-left: 50px;
  margin-bottom: 26px;
}
.company-tag-desc ul li {
  padding-left: 5px;
  margin-bottom: 0.8em;
}

.onservices-archive .wrap {
  position: relative;
  text-align: unset;
}
@media screen and (max-width: 991px) {
  .onservices-archive h1.title {
    margin-bottom: 20px;
  }
}
.onservices-archive figure.add-onservice {
  width: 190px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .onservices-archive figure.add-onservice {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 70%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .onservices-archive figure.add-onservice {
    right: 35px;
  }
}
.onservices-archive figure.add-onservice a {
  font-size: 0.75rem;
  display: block;
}
.onservices-archive figure.add-onservice a:hover, .onservices-archive figure.add-onservice a:focus {
  color: grey;
}

.ratings-archive section.ratings-archive-banner {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4da3cd+0,067db6+100 */
  background: #ffffff;
  /* background: radial-gradient(circle at 90% 90%,
  				$mtbg 0%, #ffffff 50%); */
  border: 1px solid #e4e4e4;
  padding: 60px 80px;
  padding-right: 480px;
  margin-bottom: 55px;
  background-size: cover;
  background-position: left top;
}
@media screen and (max-width: 991px) {
  .ratings-archive section.ratings-archive-banner {
    padding: 30px;
    padding-right: 30px;
  }
}
.ratings-archive section.ratings-archive-banner h1 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .ratings-archive section.ratings-archive-banner .banner-buttons {
    display: flex;
  }
}
.ratings-archive section.ratings-archive-banner .banner-buttons a.btn-outline {
  margin-right: 10px;
  margin-bottom: 10px;
}
.ratings-archive section.ratings-first-item,
.ratings-archive section.rating-list-item {
  border: 1px solid #e4e4e4;
  margin-bottom: 20px;
  position: relative;
}
.ratings-archive section.ratings-first-item:hover,
.ratings-archive section.rating-list-item:hover {
  border-color: #eb5554;
}
.ratings-archive section.ratings-first-item .rating-title-box,
.ratings-archive section.rating-list-item .rating-title-box {
  padding: 20px 30px;
}
@media screen and (min-width: 768px) {
  .ratings-archive section.ratings-first-item .rating-title-box,
.ratings-archive section.rating-list-item .rating-title-box {
    padding: 30px 40px;
  }
}
.ratings-archive section.ratings-first-item .rating-title-box .rating-category,
.ratings-archive section.rating-list-item .rating-title-box .rating-category {
  font-size: 15px;
  color: #eb5554;
  text-transform: uppercase;
  font-weight: 500;
}
.ratings-archive section.ratings-first-item .rating-title-box .rating-date,
.ratings-archive section.rating-list-item .rating-title-box .rating-date {
  color: #757575;
}
@media screen and (min-width: 940px) {
  .ratings-archive section.ratings-first-item .rating-title-box .rating-date,
.ratings-archive section.rating-list-item .rating-title-box .rating-date {
    text-align: right;
  }
}
.ratings-archive section.ratings-first-item .rating-title-box .rating-title,
.ratings-archive section.rating-list-item .rating-title-box .rating-title {
  font-size: 36px;
  font-weight: 500;
  color: #222222;
  line-height: 1.27em;
}
@media screen and (max-width: 767px) {
  .ratings-archive section.ratings-first-item .rating-title-box .rating-title,
.ratings-archive section.rating-list-item .rating-title-box .rating-title {
    font-size: 24px;
  }
}
.ratings-archive section.ratings-first-item .rating-title-box .rating-title a:hover,
.ratings-archive section.rating-list-item .rating-title-box .rating-title a:hover {
  color: #eb5554;
}
.ratings-archive section.ratings-first-item .first-rating-banner {
  height: 420px;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid #e4e4e4;
}
.ratings-archive section.ratings-first-item mark {
  background-color: #eb5554;
  padding: 9px 20px;
  color: #ffffff;
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  .ratings-archive section.rating-list-item {
    padding-left: 304px;
  }
}
@media screen and (max-width: 767px) {
  .ratings-archive section.rating-list-item {
    padding-top: 200px;
  }
}
.ratings-archive section.rating-list-item figure.rating-thumb {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .ratings-archive section.rating-list-item figure.rating-thumb {
    width: 304px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ratings-archive section.rating-list-item figure.rating-thumb {
    width: 100%;
    height: 200px;
  }
}
.ratings-archive section.rating-list-item mark {
  position: relative;
  padding: 9px 46px 9px 20px;
  border-radius: 999px;
  background-color: #e1e1e1;
  color: #626262;
}
.ratings-archive section.rating-list-item mark img {
  position: absolute;
  right: 18px;
  top: 7px;
  width: 18px;
}

section.single-rating {
  font-size: 1.35rem;
}
section.single-rating .main {
  margin-top: 0;
  margin-bottom: 0;
}
section.single-rating p#breadcrumbs {
  padding-top: 20px;
  margin-bottom: 40px;
}
section.single-rating p#breadcrumbs a {
  color: #757575;
}
section.single-rating h1 {
  margin-bottom: 20px;
}
section.single-rating figure.rating-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
section.single-rating figure.rating-banner img {
  display: block;
  height: auto;
  object-fit: cover;
  object-position: center;
}
section.single-rating figure.rating-banner > div:nth-of-type(1) {
  margin-bottom: 20px;
}
section.single-rating figure.rating-banner > div:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
}
section.single-rating figure.rating-banner > div:nth-of-type(2) img {
  width: calc(50% - 10px);
}
@media screen and (min-width: 1200px) {
  section.single-rating figure.rating-banner {
    flex-direction: row;
    justify-content: space-between;
  }
  section.single-rating figure.rating-banner > div:nth-of-type(1) {
    width: 770px;
    margin-bottom: 0;
  }
  section.single-rating figure.rating-banner > div:nth-of-type(1) img {
    width: 100%;
    height: 532px;
  }
  section.single-rating figure.rating-banner > div:nth-of-type(2) {
    width: 370px;
    flex-direction: column;
  }
  section.single-rating figure.rating-banner > div:nth-of-type(2) img {
    width: 100%;
    height: 251px;
  }
  section.single-rating figure.rating-banner > div:nth-of-type(2) img:first-of-type {
    margin-bottom: 30px;
  }
}
section.single-rating figure.rating-source {
  padding-bottom: 27px;
  display: flex;
  align-items: center;
}
section.single-rating figure.rating-source .source-logo img {
  display: inline-block;
}
@media screen and (max-width: 939px) {
  section.single-rating figure.rating-source .source-logo img {
    max-width: 100px;
  }
}
section.single-rating figure.rating-source .rating-place {
  background-color: #eb5554;
  padding: 0 10px;
  color: #ffffff;
  border-radius: 999px;
}
@media screen and (min-width: 940px) {
  section.single-rating figure.rating-source .rating-place {
    padding: 0 28px;
    font-size: 20px;
  }
  section.single-rating figure.rating-source .rating-place span {
    font-size: 24px;
  }
}
section.single-rating .companies-carousel {
  position: relative;
}
section.single-rating .companies-carousel .gray-bg {
  background-color: #F7F7F7;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 940px) {
  section.single-rating .companies-carousel .ts-row {
    display: flex;
  }
}
section.single-rating .companies-carousel .company-logo-wrap {
  height: 100%;
  min-height: 360px;
  max-height: 390px;
  position: relative;
  background-color: #ffffff;
}
section.single-rating .companies-carousel .company-logo-wrap img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 300px;
  max-height: 200px;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
}
section.single-rating .companies-carousel .company-logo-wrap mark {
  display: block;
  position: absolute;
  bottom: 54px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #52C0D8;
  padding: 10px 20px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
}
section.single-rating .companies-carousel .company-logo-wrap mark span {
  font-size: 22px;
}
section.single-rating .companies-carousel .rating-carousel-control {
  position: absolute;
  display: block;
  width: 41px;
  height: 41px;
  border: 1px solid #D1D1D1;
  border-radius: 50%;
  text-align: center;
  background-color: #ffffff;
  top: calc(50% - 20px);
  font-size: 18px;
  padding: 3px;
}
section.single-rating .companies-carousel .rating-carousel-control:hover {
  color: #eb5554;
}
section.single-rating .companies-carousel .rating-carousel-control.left {
  left: 20px;
}
section.single-rating .companies-carousel .rating-carousel-control.right {
  right: 20px;
}
section.single-rating .companies-carousel table.table {
  border-color: #f1f1f1;
}
section.single-rating .companies-carousel table.table td {
  border: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
section.single-rating .companies-carousel table.table td mark {
  background-color: transparent;
  color: #eb5554;
}
section.single-rating .companies-carousel table.table tr:nth-child(odd) td {
  background: #ffffff;
}
section.single-rating .companies-carousel table.table tr:nth-child(even) td {
  background: #fafafa;
}
section.single-rating .companies-carousel .mt-trust-index {
  font-weight: bold;
}
section.single-rating .companies-carousel .mt-trust-index img {
  width: auto;
  height: 15px;
}
section.single-rating .companies-carousel .mt-trust-index span {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.3em;
}
section.single-rating .companies-carousel .about-company {
  padding-top: 30px;
  padding-bottom: 70px;
}
section.single-rating .companies-carousel .about-company ul {
  padding-left: 50px;
  list-style: disc;
}
section.single-rating .companies-carousel .about-company ul li {
  padding-left: 5px;
  margin-bottom: 0.8em;
}
section.single-rating .companies-carousel .about-company .rating-carousel-button {
  background-color: #eb5554;
  padding: 14px 20px;
  color: #ffffff;
  border-radius: 999px;
}
@media screen and (max-width: 767px) {
  section.single-rating .companies-carousel .about-company .rating-carousel-button.prev-btn {
    display: none;
  }
}

footer.main-footer.bold ul.menu ul.sub-menu {
  display: none !important;
}
footer.main-footer.bold .lower-footer .social-icons svg {
  height: 1.4em;
  width: 1.4em;
  margin-top: 1em;
  display: inline-block;
}
@media (max-width: 767px) {
  footer.main-footer.bold .lower-footer .social-icons svg {
    height: 0.9em;
    width: 0.9em;
    margin-top: 0;
  }
}

div.modal .modal-body form input[type=text],
div.modal .modal-body form input[type=email],
div.modal .modal-body form input[type=tel],
div.modal .modal-body form input[type=text] {
  width: 100%;
}

/*    Убирает зум изображения с понижением качества (например как на страницах "Рейтинг маркетинговых агентств")*/
.company-logo-wrap > img {
  width: auto !important;
}

.rating-source-adaptive {
  justify-content: center;
}
.rating-source-adaptive__place-container {
  margin-right: auto;
}
.rating-source-adaptive__place-selector {
  margin-right: 10px;
}
.rating-source-adaptive__place-selector:last-child {
  margin-right: auto;
}
@media screen and (max-width: 940px) {
  .rating-source-adaptive {
    flex-wrap: wrap;
  }
  .rating-source-adaptive__place-container {
    margin-bottom: 10px;
    flex-basis: 100%;
  }
  .rating-source-adaptive__place-selector {
    flex: 1;
    margin-right: 10px;
  }
  .rating-source-adaptive__place-selector:last-child {
    margin-right: 0px;
  }
}
@media screen and (max-width: 580px) {
  .rating-source-adaptive {
    text-align: center;
  }
  .rating-source-adaptive__place-selector {
    flex-basis: 100%;
    margin: 0px;
    margin-bottom: 10px;
  }
}

.ratting-buttons-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ratting-buttons-group > *:not(:first-child) {
  margin-left: 10px;
}

.rating-button {
  display: block;
  background-color: #eb5554;
  padding: 0px 10px;
  color: #ffffff;
  border-radius: 999px;
  line-height: 44px;
  transition: 150ms;
  animation: rating-button-pulse 2s infinite ease-in-out;
}
.rating-button:hover {
  color: white !important;
  background-color: #f08282;
}
@media screen and (min-width: 940px) {
  .rating-button {
    padding: 0 28px;
    font-size: 20px;
  }
}

@keyframes rating-button-pulse {
  from {
    background-color: #eb5554;
  }
  50% {
    background-color: #f08282;
  }
  to {
    background-color: #eb5554;
  }
}
.no-rounded-borders {
  border-radius: 0px !important;
}

#menu-item-3972 .sub-menu {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: repeat(20, 29px);
  grid-auto-flow: column;
  width: auto;
}
#menu-item-3972 .sub-menu > li {
  min-width: auto !important;
  max-width: 100% !important;
  width: auto !important;
}
@media screen and (max-width: 940px) {
  #menu-item-3972 .sub-menu {
    display: flex;
    flex-direction: column;
  }
  #menu-item-3972 .sub-menu > li {
    min-width: 100%;
  }
}

.company-sidebar-banner {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sidebar-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
}
.sidebar-banner > img {
  display: block;
  margin: auto;
  min-height: 90vh;
  max-height: 500px;
}
.sidebar-banner > img[data-erir] {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  min-width: 1px;
  min-height: 1px;
  margin: 0;
}
.sidebar-banner > .erir-marker {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.main {
  margin-top: 20px;
}
.main .companies-archive-wrapper {
  display: flex;
}
.main .companies-archive-wrapper .sidebar > .theiaStickySidebar {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.main .companies-archive-wrapper .sidebar .special-block {
  height: 100%;
}
.main .companies-archive-wrapper .sidebar .special-block .g {
  overflow: visible;
  height: 100%;
}
.main .companies-archive-wrapper .sidebar .special-block .g .g-col {
  float: none;
}
.main .companies-archive-wrapper .sidebar .special-block .g .g-col:last-child {
  position: sticky;
  top: 80px;
}

.add-your-entity-block {
  margin-bottom: 20px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  background-color: #FAFAFA;
  text-align: center;
}
.add-your-entity-block__target {
  color: #9e9e9e;
}
.add-your-entity-block__message {
  margin-bottom: 20px;
  font-size: 1.25em;
}
.add-your-entity-block__form {
  position: relative;
}
.add-your-entity-block__form form {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 724px) {
  .add-your-entity-block__form form {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.add-your-entity-block__form form > p {
  margin-bottom: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  flex-basis: 25%;
}
.add-your-entity-block__form form > p .policyAgree {
  margin-top: 0px;
}
.add-your-entity-block__form form > p .senderMessage {
  display: block;
  overflow: hidden;
}
.add-your-entity-block__form form > p .senderMessage > textarea {
  display: block;
}
.add-your-entity-block__form form > p:nth-child(5n) {
  padding-right: 0px;
}
.add-your-entity-block__form form > p:nth-child(6n) {
  padding-right: 0px;
  flex-basis: 100%;
}
.add-your-entity-block__form form > p:nth-child(7n) {
  padding-right: 0px;
  flex-basis: 50%;
}
@media only screen and (max-width: 724px) {
  .add-your-entity-block__form form > p:nth-child(7n) {
    flex-basis: 100%;
  }
}
.add-your-entity-block__form form > p:nth-child(8n) {
  padding-right: 0px;
  flex-basis: 50%;
}
@media only screen and (max-width: 724px) {
  .add-your-entity-block__form form > p:nth-child(8n) {
    flex-basis: 100%;
  }
}
.add-your-entity-block__form form > p:nth-child(8n) input {
  display: block;
  margin-left: auto;
  width: auto;
  font-style: normal;
  border-radius: 3px;
  background-color: #ffca28;
  color: #212121;
}
@media only screen and (max-width: 724px) {
  .add-your-entity-block__form form > p:nth-child(8n) input {
    box-sizing: border-box;
    margin: 0;
    width: 100% !important;
  }
}
.add-your-entity-block__form form > p:nth-child(9n) {
  padding-right: 0px;
  flex-basis: 100%;
}
.add-your-entity-block__form form > p input:not([type=checkbox]):not([type=submit]) {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .add-your-entity-block__form form > p {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 724px) {
  .add-your-entity-block__form form > p {
    padding-right: 0px;
  }
}
.add-your-entity-block_left {
  text-align: left;
}
.add-your-entity-block_concat-form-fix {
  padding: 1.5rem 2rem;
  padding-bottom: 0px;
}
.add-your-entity-block_eye-catchy {
  background-color: #e3f2fd;
  border-color: #42a5f5;
}
.add-your-entity-block_eye-catchy button {
  margin-right: 5px;
  border-radius: 3px;
  background-color: #2d53fe;
  color: #fff;
}
.add-your-entity-block_eye-catchy button.outlined {
  color: #2d53fe;
  background-color: transparent;
  border: 1px solid #2d53fe;
}
.add-your-entity-block_eye-catchy-alternative {
  background-color: #fff8e1;
  border-color: #ffca28;
}
.add-your-entity-block_eye-catchy-alternative button {
  margin-right: 5px;
  border-radius: 3px;
  background-color: #ffca28;
  color: #212121;
}
.add-your-entity-block_eye-catchy-alternative button.outlined {
  color: #212121;
  background-color: transparent;
  border: 1px solid #ffca28;
}

@media only screen and (max-width: 724px) {
  #agencyConsultFormTipButton {
    box-sizing: border-box;
    width: 100%;
  }
}

.add-your-entity-block .es_caption {
  font-size: 1.25em !important;
}
.add-your-entity-block .es-field-wrap {
  text-align: left;
}
.add-your-entity-block .es-field-wrap > label > input {
  width: 100%;
}

.main-wrap {
  overflow-x: visible !important;
}

.full-width-wrap {
  width: 100%;
}
@media screen and (min-width: 724px) {
  .full-width-wrap {
    padding-right: 45px;
    padding-left: 45px;
  }
}

#sidebar-banners {
  position: sticky;
}

.agency-selection-list {
  list-style: decimal;
}
.single-company {
  padding: 2rem;
  box-sizing: border-box;
}
.single-company_highlighted {
  border: 3px solid #fbc02d !important;
  border-radius: 8px;
}
.single-company_highlighted-gray {
  border: 4px solid #e4e4e4 !important;
  border-radius: 8px;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.archive-head {
  padding: 20px 0;
}

@media (min-width: 940px) and (max-width: 1200px) {
  .main-head.simple .menu > li > a {
    padding: 0 5px;
    font-size: 12px;
  }
}
.main-head.simple-boxed .inner:not(.sticky-bar) .navigation {
  line-height: inherit;
}

.main-head.simple-boxed .inner {
  line-height: inherit;
  height: auto;
}

.main-head.simple .inner {
  min-height: auto;
}

.actions {
  display: none !important;
}

.main .sidebar {
  padding-left: inherit;
}

.main {
  margin-bottom: 20px;
}

.archive-head .title {
  margin-top: 0px;
  font-size: 24px;
  line-height: 1.5em;
}

.wrap-head {
  width: 100%;
}
@media screen and (min-width: 724px) {
  .wrap-head {
    padding-right: 45px;
    padding-left: 45px;
  }
}

#main-head {
  padding: 10px 0px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

@media (max-width: 940px) {
  .mobile-nav {
    display: flex;
    align-items: center;
  }
}

/* Footer */
footer.main-footer-22 {
  position: relative;
  padding-top: 50px;
  background-color: #ebebeb;
  border-top: #e4e4e4;
  padding-bottom: 70px;
}
footer.main-footer-22 .main-footer-top {
  padding-bottom: 30px;
}
footer.main-footer-22 .main-footer-top .footer-logo-wrap {
  display: flex;
}
footer.main-footer-22 .main-footer-top .logo img {
  margin: auto;
  margin-top: 10px;
  display: block;
  height: 100%;
  max-height: 140px;
  text-align: center;
}
footer.main-footer-22 .main-footer-top form.es_subscription_form {
  position: relative;
}
footer.main-footer-22 .main-footer-top form.es_subscription_form .es_caption {
  padding-bottom: 10px;
}
footer.main-footer-22 .main-footer-top form.es_subscription_form .es-field-wrap label {
  width: 100%;
  max-width: 300px;
}
footer.main-footer-22 .main-footer-top form.es_subscription_form input[type=email] {
  width: 100%;
}
@media screen and (min-width: 768px) {
  footer.main-footer-22 .main-footer-top form.es_subscription_form input[type=submit] {
    position: absolute;
    left: 320px;
    top: 62px;
  }
}
footer.main-footer-22 .main-footer-menus {
  padding-bottom: 30px;
}
@media screen and (min-width: 375px) and (max-width: 991px) {
  footer.main-footer-22 .main-footer-menus .ts-row .col-3 {
    float: left;
    width: 50%;
  }
}
footer.main-footer-22 .main-footer-menus .footer-menu-wrapper {
  margin-bottom: 20px;
}
footer.main-footer-22 .main-footer-menus .footer-menu-wrapper strong {
  font-size: 1.25em;
}
footer.main-footer-22 .main-footer-menus .single-item-menus ul.menu > li {
  margin-bottom: 10px;
}
footer.main-footer-22 .main-footer-menus .single-item-menus ul.menu > li > a {
  font-size: 1.25em;
  font-weight: 700;
  color: #494949;
}

.testimonials {
  margin: 40px auto;
  text-align: center;
}
.testimonials__primary {
  font-size: 2em;
  line-height: 1.35em;
}
.testimonials__secondary {
  margin: auto;
  color: #aaa;
  max-width: 300px;
}

.container-block {
  padding: 40px 20px;
  box-sizing: border-box;
  background-color: #232C3B;
  color: white;
}
.container-block > h1, .container-block h2, .container-block h3, .container-block h4, .container-block h5 {
  color: white;
}
.container-block__header {
  margin: 0 auto;
  max-width: 750px;
}
.container-block__header_huge {
  font-size: 4.5em;
  line-height: 1.5em;
}
.container-block__subheader-text {
  margin: 0 auto;
  max-width: 800px;
  font-size: 1.5em;
  line-height: 1.5em;
}
.container-block > p {
  color: #aaa;
}
.container-block_full {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0px;
}
.container-block_transparent {
  color: #333;
  background-color: transparent;
}
.container-block_transparent > h1, .container-block_transparent h2, .container-block_transparent h3, .container-block_transparent h4, .container-block_transparent h5 {
  color: #333;
}

.separation-block {
  margin-top: 100px;
}

.page-ads-splash {
  position: relative;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
  color: white;
  background: #E91D63;
}
.page-ads-splash__header {
  font-size: 4em;
  line-height: 1.35em;
  color: white;
  text-align: center;
}
.page-ads-splash__text {
  font-size: 2em;
  line-height: 1.35em;
  text-align: center;
}
.page-ads-splash::after {
  position: absolute;
  content: " ";
  width: 30px;
  height: 30px;
  background-color: #E91D63;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 50%) rotate(45deg);
  z-index: -1;
}

.ads-offer .ads-offer-title {
  font-size: 24px;
  line-height: 1.5em;
}
.ads-offer .ads-offer-item {
  width: 100%;
  max-width: 365px;
  text-align: center;
  font-size: 24px;
  margin: 0 auto 20px;
  padding: 7px;
  background-color: #ffca28;
}
.ads-offer .promo-highlight {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  border: 5px solid #eb5554;
}
.ads-offer .promo-highlight p {
  margin-bottom: 0;
}

.page-ads-sidebar {
  position: sticky;
  top: 80px;
}

.page-ads-sidebar-link {
  display: block;
  font-weight: bold;
  display: block;
  font-weight: bold;
  border-left: 4px solid #ebebeb;
  padding: 5px 10px;
  padding-left: 15px;
}
.page-ads-sidebar-link:hover, .page-ads-sidebar-link_active {
  color: #2196f3;
  border-left-color: #2196f3;
}
.page-ads-sidebar-link_active {
  background-color: #e3f2fd;
}

.page-ads-review {
  display: flex;
  flex-direction: column;
  padding: 3rem;
  box-sizing: border-box;
  border-radius: 0.5rem;
  border: 1px solid #ebebeb;
  box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.1);
}

ul.compact > li {
  margin-bottom: 0px;
}

.contact-data {
  display: block;
  margin-bottom: 20px;
}
.contact-data__defenition {
  width: 150px;
  font-size: 1.5em;
  line-height: 1.35em;
  font-weight: bold;
}
/*
.attractor-button {
	cursor: pointer;

	padding: 25px;
	box-sizing: border-box;

	background-color: #E91D63;
	color: white;

	//font: inherit;
	text-transform: uppercase;
	border-radius: 8px;

	&:hover {
		background-color: lighten(#E91D63, 10%);
		color: white;
	}
}
 */
#pricing-table td:nth-child(2), #pricing-table .left-shadow {
  padding-right: 30px;
  box-sizing: border-box;
  box-shadow: -55px 0px 40px -34px rgba(0, 0, 0, 0.07) inset;
}
#pricing-table td:nth-child(3), #pricing-table .accent {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  border-color: #f9f9f9;
  background-color: white;
}
#pricing-table td:nth-child(4), #pricing-table .right-shadow {
  padding-left: 30px;
  box-sizing: border-box;
  box-shadow: 55px 0px 40px -34px rgba(0, 0, 0, 0.07) inset;
}
#pricing-table .top-shadow {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
}
#pricing-table .bottom-shadow {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
}

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

.g-col {
  width: 100%;
}

.posts-dynamic .list-post .post-thumb {
  max-width: 300px;
  width: 100%;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.my-0_5 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-5 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.m-auto {
  margin: auto;
}
.m-0_5 {
  margin: 0.5rem;
}
.m-1 {
  margin: 1rem;
}
.m-2 {
  margin: 2rem;
}
.m-3 {
  margin: 3rem;
}
.m-4 {
  margin: 4rem;
}
.m-5 {
  margin: 5rem;
}
.m-5 {
  margin: 10rem;
}

.mt-auto {
  margin-top: auto;
}
.mt-0_5 {
  margin-top: 0.5rem;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mt-5 {
  margin-top: 5rem;
}
.mt-10 {
  margin-top: 10rem;
}

.mb-auto {
  margin-bottom: auto;
}
.mb-0_5 {
  margin-bottom: 0.5rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.mb-5 {
  margin-bottom: 5rem;
}
.mb-10 {
  margin-bottom: 10rem;
}

.ml-auto {
  margin-left: auto;
}
.ml-0_5 {
  margin-left: 0.5rem;
}
.ml-1 {
  margin-left: 1rem;
}
.ml-2 {
  margin-left: 2rem;
}
.ml-3 {
  margin-left: 3rem;
}
.ml-4 {
  margin-left: 4rem;
}
.ml-5 {
  margin-left: 5rem;
}
.ml-10 {
  margin-left: 10rem;
}

.mr-auto {
  margin-right: auto;
}
.mr-0_5 {
  margin-right: 0.5rem;
}
.mr-1 {
  margin-right: 1rem;
}
.mr-2 {
  margin-right: 2rem;
}
.mr-3 {
  margin-right: 3rem;
}
.mr-4 {
  margin-right: 4rem;
}
.mr-5 {
  margin-right: 5rem;
}
.mr-10 {
  margin-right: 10rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}
.mx-0_5 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.mx-4 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.mx-5 {
  margin-left: 5rem;
  margin-right: 5rem;
}
.mx-10 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.text-secondary {
  color: #bababa !important;
}
.text-small {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

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

.w-auto {
  width: auto;
}
.w-100 {
  width: 100%;
}
.w-50 {
  width: 50%;
}

.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #7254f3;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.4rem;
  border-radius: 6px;
  box-sizing: border-box;
}
.tag_success {
  background-color: #29c76f;
  color: #ffffff;
}
.tag_success-outline {
  border: 1px solid #29c76f;
  color: #29c76f;
  background: transparent;
}
.tag_warning {
  background-color: #ff9f42;
  color: #ffffff;
}
.tag_warning-outline {
  border: 1px solid #ff9f42;
  color: #ff9f42;
  background: transparent;
}
.tag_danger {
  background-color: #ea5455;
  color: #ffffff;
}
.tag_danger-outline {
  border: 1px solid #ff9f42;
  color: #ff9f42;
  background: transparent;
}

.display-flex {
  display: flex;
}

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

.input-required {
  color: #ea5455;
}

.separator {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.link {
  cursor: pointer;
  color: #2d53fe !important;
}

ol {
  list-style: decimal inside;
}

ul {
  list-style: disc;
}

.list-style-none {
  list-style: none !important;
}

footer ol {
  list-style: none;
}

footer ul {
  list-style: none;
}

.collapsible {
  display: none;
  overflow: hidden;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.collapsible.expanded {
  display: block;
}

.collapsible-toggle:not(.active) > .expanded-text {
  display: none;
}
.collapsible-toggle.active > .collapsed-text {
  display: none;
}

.company-star {
  color: #fdd835;
  font-size: 1rem;
}

.company-age-medal {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 20px;
  height: 20px;
}
.company-age-medal__icon {
  color: #fdd835;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.company-age-medal__value {
  margin-top: 4px;
  font-size: 0.85rem;
  font-weight: bold;
  z-index: 3;
}

/* Background branding */
body.has-background .main-wrap {
  position: relative;
}
body.has-background .main-wrap > :not(.archive-head) + .main.wrap {
  position: relative;
  background-color: #ffffff;
  margin-top: 170px;
}
@media screen and (min-width: 1200px) {
  body.has-background .main-wrap > :not(.archive-head) + .main.wrap {
    margin-top: 170px;
  }
}
body.has-background .main-wrap > .erir {
  position: absolute;
  right: 0;
}
body.has-background .main-wrap > .archive-head {
  margin-top: 170px;
}
@media screen and (min-width: 1200px) {
  body.has-background .main-wrap > .archive-head {
    margin-top: 170px;
  }
}
body.has-background .main-wrap > .archive-head + .main.wrap {
  position: relative;
  background-color: #ffffff;
  padding-top: 20px;
  margin-top: 0;
}
body.has-background .main-wrap > .archive-head + .main.wrap.full-width-wrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.has-background .main-wrap > .archive-head + .main.wrap.full-width-wrap {
    width: calc(100vw - 90px);
  }
}
body.has-background .main-wrap.main.kb-archive {
  position: relative;
  background-color: #ffffff;
  padding-top: 20px;
  margin-top: 0;
}
body.has-background a.bg-brand {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
}
@media screen and (min-width: 768px) {
  body.has-background a.bg-brand {
    top: 70px;
    background-size: auto;
  }
}
@media screen and (min-width: 1200px) {
  body.has-background a.bg-brand {
    background-size: auto;
  }
}

.grecaptcha-badge {
  z-index: 2;
}

.main-content {
  box-sizing: border-box !important;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.main-content_full {
  padding: 3rem !important;
}
@media screen and (max-width: 680px) {
  .main-content_mobile {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (max-width: 680px) {
  .mobile-rating-table {
    margin-top: 3rem;
  }
  .mobile-rating-table tr {
    position: relative;
  }
  .mobile-rating-table tr > td:first-child {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    font-weight: bold;
    border-bottom: none !important;
  }
  .mobile-rating-table tr > td:last-child {
    padding-top: 4rem;
  }
}

@media screen and (max-width: 680px) {
  .mobile-rating-mark {
    font-size: 1em !important;
    bottom: 2rem !important;
    line-height: 1.5em;
    text-align: center;
    padding: 1rem !important;
    width: 80%;
  }
}

@media screen and (max-width: 680px) {
  .mobile-rating-container {
    padding: 1rem !important;
  }
}

@media screen and (max-width: 680px) {
  .mobile-rating-border {
    padding: 0px !important;
  }
}

#content_tabs ul li {
  margin-bottom: 0px !important;
}

.company-review {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 4rem;
}
.company-review:last-child {
  border-bottom: none;
}
.company-review .review-score {
  position: relative;
  width: 5.8em;
}
.company-review .review-score .score-bg {
  width: 100%;
}
.company-review .review-score .score-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#menu-mt-main > #menu-item-6164 > .sub-menu {
  margin-left: -30% !important;
}
#menu-mt-main > #menu-item-6164 > .sub-menu > li {
  max-width: 400px !important;
}

#menu-mt-main > #menu-item-13757 > .sub-menu {
  margin-left: -60% !important;
}
#menu-mt-main > #menu-item-13757 > .sub-menu > li {
  max-width: 400px !important;
}

.phone-snippet {
  cursor: pointer;
  display: flex;
}
.phone-snippet .phone-snippet-icon {
  padding: 2px 6px;
  box-sizing: border-box;
  width: 30px;
  height: 25px;
  border: 1px solid;
  border-radius: 3px;
  opacity: 0.3;
  font-size: 0.8em;
}
.phone-snippet .initial {
  display: block;
}
.phone-snippet .full {
  display: none;
  color: inherit;
  text-decoration: none;
}
.phone-snippet.clicked .initial {
  display: none;
}
.phone-snippet.clicked .initial + .phone-snippet-icon {
  display: none;
}
.phone-snippet.clicked .full {
  display: block;
}

.promocode {
  display: inline-block;
  padding: 2px 10px;
  box-sizing: border-box;
  border: 2px dashed #ffca28;
  border-radius: 4px;
}
.promocode__code {
  font-weight: bold;
}
.promocode__description {
  color: #868686;
  font-style: italic;
}

.archive-head .invisible {
  height: 0px;
  padding: 0px;
  border: none;
}

.front-page-2022 .main-in-industry, .companies-by-city, .companies-by-mt-index, .blocks {
  padding: 2rem;
  box-sizing: border-box;
}

.erir-marker {
  cursor: pointer;
  padding: 0.25rem 0.75rem;
  display: inline-block;
  border-radius: 0.5rem;
  background-color: #f0f0f0;
  color: #646464;
  font-size: 0.8rem;
  line-height: 1rem;
  opacity: 0.5;
  transition: 150ms;
}
.erir-marker:hover {
  opacity: 1;
}

.errir-stat {
  display: flex;
}
.errir-stat__label {
  flex-basis: 200px;
  flex-shrink: 0;
}
.errir-stat__value {
  overflow: hidden;
  color: #bababa;
  overflow-wrap: break-word;
}

.confidence-index-label {
  color: #9E9E9E;
}
.confidence-index-label.great {
  color: #2db935;
}
.confidence-index-label.good {
  color: #9dd565;
}
.confidence-index-label.medium {
  color: #f5b114;
}

div.table-wrapper {
  overflow-x: auto;
}

.case-snippet {
  display: block;
  padding: 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 250px;
  box-shadow: none !important;
}

.splide__slide {
  padding: 0 !important;
}

.vacancy-wrapper {
  padding: 1rem !important;
  box-sizing: border-box;
}

.vacancy-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vacancy-heading__position {
  font-size: 1.5em;
  line-height: 1.5em;
}
.vacancy-heading__payment {
  width: 100%;
  text-align: center;
}
.vacancy-heading__payment_big {
  font-size: 1.25em;
  line-height: 1.25em;
}
.vacancy-heading__payment_none {
  opacity: 0.5;
}
@media screen and (max-width: 650px) {
  .vacancy-heading {
    flex-direction: column;
    text-align: center;
  }
}

.vacancy-heading-main {
  margin-right: 1rem;
}
@media screen and (max-width: 650px) {
  .vacancy-heading-main {
    margin: 0;
  }
}

.vacancy-experience {
  opacity: 0.5;
}

.vacancy-payment-wrapper {
  max-width: 250px;
  width: 100%;
}

.content-tabs.alternative .nav-tabs {
  border: none;
}
.content-tabs.alternative .nav-tabs li {
  margin-right: 1rem;
}
.content-tabs.alternative .nav-tabs li > a {
  cursor: pointer;
  padding: 0.25rem 1rem;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 11px;
  line-height: 1.5em;
  color: #646464;
  background-color: #fff6d9;
  border: none !important;
  border-radius: 1rem;
}
.content-tabs.alternative .nav-tabs li > a:hover {
  background-color: #fdecb7;
}
.content-tabs.alternative .nav-tabs li.active > a {
  cursor: initial;
  background-color: #ffca28;
  color: #000000;
}

.tab-content.alternative {
  border: none;
}
.tab-content.alternative a, .tab-content.alternative span.active, .tab-content.alternative span.tab {
  padding: 0.25rem 1rem;
  box-sizing: border-box;
  border-radius: 1rem;
  background-color: #f8f8f8;
  font-size: 11px;
  line-height: 1.5em;
}
.tab-content.alternative a {
  cursor: pointer;
}
.tab-content.alternative a:hover {
  background-color: #f0f0f0;
}
.tab-content.alternative span.active {
  background-color: #E6E6E6;
}
.tab-content.alternative span.tab {
  cursor: initial;
  background-color: #ffca28;
  color: #000000;
  font-weight: bold;
}

.telegram-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.25rem 0.5rem;
  box-sizing: border-box;
  background-color: #ffca28;
  text-align: center;
  line-height: normal;
  z-index: 11;
}

.table-row {
  display: flex;
}

figure.company-table div.th,
figure.company-table div.td {
  padding: 10px 15px;
  border-bottom: 1px solid #e4e4e4;
}
figure.company-table div.th {
  flex-basis: 40%;
  color: gray;
}
figure.company-table div.td {
  flex-basis: 60%;
}
figure.company-table .special mark {
  background: #eb5554;
  color: #ffffff;
  padding: 0.1em 0.5em;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 5px;
}

figure.basic-company-information {
  overflow: hidden;
}
figure.basic-company-information .onservice-socials {
  padding-top: 20px;
}
figure.basic-company-information .onservice-socials.flex-row {
  margin-left: -5px;
  margin-right: -5px;
}
figure.basic-company-information .onservice-socials.flex-row .col {
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
}
figure.basic-company-information .special mark {
  background: #eb5554;
  color: #ffffff;
  padding: 0.1em 0.5em;
  display: inline-block;
  margin-bottom: 5px;
}
figure.basic-company-information figure.company-table .table-row.direction-column {
  flex-direction: column;
}
figure.basic-company-information figure.company-table .table-row.direction-column div.th {
  border-bottom-color: transparent;
  padding-bottom: 0;
}
figure.basic-company-information figure.company-table div.th,
figure.basic-company-information figure.company-table div.td {
  padding: 10px 15px;
  border-bottom: 1px solid #e4e4e4;
}
figure.basic-company-information figure.company-table div.th {
  flex-basis: 40%;
  color: gray;
}
figure.basic-company-information figure.company-table div.td {
  flex-basis: 60%;
}
figure.basic-company-information .company-tags a, figure.basic-company-information .company-tags li {
  border: 1px solid #eb5554;
  padding: 0.1em 0.5em;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 6px;
  font-size: 0.8rem !important;
}
figure.basic-company-information .company-tags a:hover, figure.basic-company-information .company-tags li:hover {
  background-color: #eb5554;
  color: #ffffff;
}
figure.basic-company-information .company-tags li {
  margin-bottom: 0.5em;
  font-size: 75%;
}
figure.basic-company-information .service-features ul {
  margin-left: 20px;
}
figure.basic-company-information .service-features ul li::marker {
  font-size: 1.2em;
}
figure.basic-company-information ul {
  padding-left: 20px;
}

section.single-company {
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.79;
  color: rgba(0, 0, 0, 0.74);
}
section.single-company figure.content-tabs .tab-content {
  padding-top: 30px;
}
section.single-company figure.content-tabs .tab-content h3 {
  margin-top: 0;
}
section.single-company figure.content-tabs .tab-content ul, section.single-company figure.content-tabs .tab-content ol {
  padding-left: 50px;
}
section.single-company figure.content-tabs .tab-content .portfolio-tab mark {
  font-size: 0.8em;
  background-color: #ebebeb;
  white-space: nowrap;
}
section.single-company figure.content-tabs ul.nav-tabs {
  border-bottom: 0;
}
section.single-company figure.content-tabs ul.nav-tabs li {
  padding-left: 0;
}
section.single-company figure.content-tabs ul.nav-tabs li > a {
  box-shadow: 0 -1px 0 0 #eb5554 inset;
}
section.single-company figure.content-tabs table.clients-table tr td {
  background: transparent;
}
section.single-company figure.content-tabs .team-member {
  margin-bottom: 3rem;
}
section.single-company figure.content-tabs .review-response {
  padding-top: 5rem;
  margin-bottom: 5rem;
  font-size: 2rem;
}
section.single-company figure.content-tabs .company-case {
  color: inherit;
}
section.single-company figure.content-tabs .company-publication {
  color: inherit;
}
section.single-company figure.content-tabs .company-publication img {
  width: 100%;
}

section.companies-archive section.single-company,
section.search-results section.single-company {
  font-size: 1rem;
  line-height: normal;
  margin-bottom: 5rem;
}
section.companies-archive section.single-company .company-table h2,
section.search-results section.single-company .company-table h2 {
  margin-top: 0;
  margin-bottom: 0;
}

body.archive .search-companies {
  /*margin-top: 100px;*/
}

section.search-companies {
  margin-bottom: 50px;
  padding: 1.5rem 2rem;
  border: 1px solid #e4e4e4;
}
section.search-companies h3 {
  margin-bottom: 1rem;
}
section.search-companies .form-control {
  width: 100%;
}
section.search-companies .form-group {
  margin-bottom: 1rem;
}
section.search-companies .services-list {
  margin-bottom: 1rem;
}
section.search-companies .company-switch {
  margin-bottom: 1rem;
}
section.search-companies a.dash-underline {
  text-decoration: none;
}
section.search-companies a.dash-underline strong {
  border-bottom: 1px dashed #000000;
}

.companies-lead-form .form-foreword {
  padding-top: 20px;
  margin-bottom: 20px;
}
.companies-lead-form form textarea, .companies-lead-form form input[type=text], .companies-lead-form form input[type=email], .companies-lead-form form input[type=tel] {
  border-color: #000000;
}
.companies-lead-form form textarea {
  max-height: 114px;
}
.companies-lead-form form .custom-file-upload {
  display: inline-block;
  padding: 14px 20px;
  border: 2px solid #000;
  cursor: pointer;
  line-height: 12px;
  color: #000000;
}
.companies-lead-form form .custom-file-upload .wpcf7-form-control-wrap {
  margin-top: 0;
}
.companies-lead-form form .custom-file-upload input[type=file] {
  position: absolute;
  left: -10000px;
  opacity: 0;
}

section.company-search-section {
  margin-bottom: 20px;
  padding: 1.5rem 2rem;
  border: 1px solid #e4e4e4;
}
@media screen and (max-width: 767px) {
  section.company-search-section input[type=text],
section.company-search-section select {
    width: 100%;
    margin-bottom: 10px;
  }
}
section.company-search-section h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
section.company-search-section select[name=company-city] {
  height: 44px;
}
section.company-search-section .services-list > div {
  display: flex;
  flex-wrap: wrap;
}
section.company-search-section .services-list > div .checkbox {
  width: 100%;
  max-width: 350px;
}

section.search-single-company {
  border: 1px solid #e4e4e4;
  padding: 1.5rem 2rem;
  margin-bottom: 20px;
}
section.search-single-company figure.basic-company-information header.company-info-header {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  section.search-single-company figure.basic-company-information header.company-info-header {
    flex-direction: column;
  }
}
section.search-single-company figure.basic-company-information header.company-info-header .company-title {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  section.search-single-company figure.basic-company-information header.company-info-header .company-title {
    min-width: 40%;
    padding-top: 3px;
  }
}
section.search-single-company figure.basic-company-information header.company-info-header .company-title .h3 {
  color: #333333;
  margin-top: 0;
  margin-bottom: 0;
}
section.search-single-company figure.basic-company-information header.company-info-header .company-flow,
section.search-single-company figure.basic-company-information header.company-info-header .mt-trust-index {
  font-weight: bold;
}
section.search-single-company figure.basic-company-information header.company-info-header .company-flow img,
section.search-single-company figure.basic-company-information header.company-info-header .mt-trust-index img {
  width: auto;
  height: 15px;
}
section.search-single-company figure.basic-company-information header.company-info-header .company-flow span,
section.search-single-company figure.basic-company-information header.company-info-header .mt-trust-index span {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.3em;
}
section.search-single-company figure.basic-company-information header.company-info-header .company-flow {
  line-height: 2.3em;
}
@media screen and (max-width: 991px) {
  section.search-single-company figure.basic-company-information figure.company-info-table .table-row {
    flex-direction: column;
  }
}
section.search-single-company figure.basic-company-information figure.company-info-table .th {
  background-color: #ebebeb;
  border: 1px solid #e4e4e4;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  section.search-single-company figure.basic-company-information figure.company-info-table .th {
    display: none;
  }
}
section.search-single-company figure.basic-company-information figure.company-info-table .td {
  padding: 10px 5px;
}
section.search-single-company figure.basic-company-information figure.company-info-table .td .mobile-column-header {
  background-color: #ebebeb;
  padding: 5px 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  section.search-single-company figure.basic-company-information figure.company-info-table .td .mobile-column-header {
    display: none;
  }
}
section.search-single-company figure.basic-company-information figure.company-info-table .td.about-company-col {
  font-size: 0.8em;
}
section.search-single-company figure.basic-company-information figure.company-info-table .td.about-company-col > div {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 5px;
}
section.search-single-company figure.basic-company-information figure.company-info-table .td.special {
  font-size: 0.8em;
}
section.search-single-company figure.basic-company-information figure.company-info-table .td.services-col {
  font-size: 0.8em;
}
section.search-single-company figure.basic-company-information figure.company-info-table .td.services-col mark {
  display: block;
  color: unset;
  background-color: transparent;
  line-height: normal;
  padding: 0.1em 0.5em;
  border: 1px solid #e4e4e4;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 992px) {
  section.search-single-company figure.basic-company-information figure.company-info-table .about-company-col {
    width: 25%;
  }
  section.search-single-company figure.basic-company-information figure.company-info-table .special {
    width: 40%;
  }
  section.search-single-company figure.basic-company-information figure.company-info-table .services-col {
    width: 35%;
  }
}
section.search-single-company figure.basic-company-information .details-button {
  margin-top: 20px;
  background-color: #ffca28;
  border-color: transparent;
}

/*# sourceMappingURL=company-page.css.map */
