/*!
Theme Name: Alex-audit
Author: Яковенко Игорь
Description: Description
Version: 1.0.0
Text Domain: alex-audit

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

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

.form_popap {
  padding: 0 1.5625rem;
  background-color: #fff;
  max-width: 35rem;
}

.form_input__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form_input__inner input:not(.btn.btn_form) {
  color: #000000;
  background-color: transparent;
  border: 0.0625rem solid #c9c9c9;
  border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  -webkit-border-radius: 0.3125rem;
  margin: 0;
  font-size: 100%;
  height: 3.75rem;
  padding: 0 1.25rem;
  font-size: 1rem;
  line-height: 1.33;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin-bottom: 1.5625rem;
}

.form_input__inner textarea {
  color: #000000;
  border: 0.0625rem solid #c9c9c9;
  border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  -webkit-border-radius: 0.3125rem;
  font-size: 16px;
  line-height: 1.33;
  height: 6.375rem;
  width: 100%;
  padding: 1.25rem;
  outline: none;
  margin-bottom: 1.5625rem;
}

.form_header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.form_title {
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.23;
  margin-bottom: 0.6875rem;
}

.form_subtitle {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.55;
}

.btn.btn_form {
  border-radius: 0.1875rem;
  font-size: 1rem;
  padding: 1.25rem;
  width: 100%;
  height: 3.9375rem;
}

.wpcf7-form-control.wpcf7-radio {
  display: flex;
  align-items: center;
  gap: 20px;

  padding-top: 10px;
  margin-bottom: 20px;
}

/* .wpcf7-radio [input='radio'] .wpcf7-list-item.first { */

.wpcf7-radio .wpcf7-list-item label {
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.wpcf7-radio .wpcf7-list-item label input {
  cursor: pointer;
}

.form_input__inner .wpcf7-radio .wpcf7-list-item input {
  width: 30px;
  height: 30px;
  margin: 0;
}

.header__top--mobVid {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.contacts__text__phones a {
  color: var(--text-color);
  transition: color 0.3s ease 0s;
}

.contacts__text__phones a:hover {
  text-decoration: underline;
}

.header_phones {
  margin-bottom: 0.5rem;
}

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

@media (min-width: 0) and (max-width: 48rem) {
  .form_popap {
    padding: 0 !important;
  }

  .form_header img {
    display: none;
  }
}

.header__mob_logo img {
  max-width: 6.25rem;
  height: auto;
}

.header_mob_phone {
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_mob_phone a {
  font-size: 0.01px;
}

.header__mob_logo {
  background-color: #fff;
  position: relative;

  display: flex;
  align-items: center;
  gap: 10px;
}

/* .menu__icon--mob {
  position: relative;
} */

.menu__icon--mob__desc {
  font-size: 0.5625rem;
  text-transform: uppercase;
  width: min-content;
  display: flex;
  text-align: left;
  font-weight: 900;
}

.scan_img__slider:not(.swiper-initialized) .swiper-slide,
.logoPartners__slider:not(.swiper-initialized) .swiper-slide {
  display: none;
}

.scan_img--item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
}

.logoPartners__slide {
  text-align: center;
  display: flex;
  align-items: center;
  height: auto;
  background-color: #fff;
  padding: 0.5rem;
}

.logoPartners__slide img {
  margin: 0 auto;
}

.logoPartners {
  padding-top: 5em;
}

.post-header {
  margin-bottom: 1.5em;
}

article.type-post {
  padding-block: 5rem;
}

.posts__list li {
  padding-top: 0;
  margin-bottom: 1rem;
}

.posts__list li::before {
  display: none;
}

.posts__itam a {
  color: #000;
  font-weight: 500;
}

.posts__itam:hover {
}

.breadcrumbs {
  width: 100%;
  display: flex;
  justify-content: start;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding-top: 26px;
  font-size: 12px;
  list-style: none;
}

@media (min-width: 0) and (max-width: 48rem) {
  .breadcrumbs {
    display: none;
  }
}

/* .logoPartners__wrapper{
  align-items: center;
} */
.logoPartners__slide {
  height: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.logoPartners__slide img {
  display: flex;
}

._padding-bottom {
  padding-bottom: 60px;
}

h1,
.h1 {
  margin-bottom: 24px;
}

@media (min-width: 0) {
  h1,
  .h1 {
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}

h2,
.h2 {
  margin-bottom: 24px;
}

@media (min-width: 0) {
  h2,
  .h2 {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}

h3,
.h3 {
  font-size: clamp(1.188rem, 1.074rem + 0.57vw, 1.5rem);
  margin-bottom: 24px;
}

h4,
.h4 {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  margin-bottom: 24px;
}

h5,
.h5 {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  margin-bottom: 24px;
}

h6,
.h6 {
  font-size: 16px;
  margin-bottom: 24px;
}

strong {
  font-weight: 500;
}

@media (min-width: 576px) {
  #primary-menu > li > a {
    white-space: nowrap;
  }
}

@media (min-width: 992px) {
  #primary-menu {
    flex-wrap: wrap;
    justify-content: start;
  }

  .menu-item {
    padding-left: 0;
    margin-right: 0.9375rem;
  }
}

.menu-item.menu-item-has-children a {
  cursor: pointer;
}

.services_single-content {
  padding-top: 60px;
  padding-bottom: 120px;
}

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

.post-type-archive-services .h1,
.single-title > * {
  font-weight: 700;
}

.post-type-archive-services .h1 {
  margin-bottom: 0;
}

.footer {
  margin-top: 60px;
}

.services_single-content .h2 {
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
}

.box-modal {
  position: relative;
  /* max-width: 900px; */
  width: 100%;
  padding: 16px;
  background: #fff;
  -webkit-box-shadow: 0 0 0 6px rgba(153, 153, 153, 0.3);
  box-shadow: 0 0 0 6px rgba(153, 153, 153, 0.3);
  border-radius: 6px;
}

.box-modal_close {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 11px;
  line-height: 15px;
  color: #999;
  cursor: pointer;
}

.box-modal_close:hover {
  color: #666;
}

.box-modal_close svg {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.box-modal_close:hover svg line {
  stroke: #ff8400;
}

.mega-menu-item.category-item {
  position: relative;
}

.mega-menu-item.category-item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.25rem 0.1875rem 0;
  position: absolute;
  top: 10px;
  right: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-color: transparent;
  border-top-color: inherit;

  display: none;
}

.mega-menu-item.category-item .mega-sub-menu {
  display: none;
  top: 0;
  left: 100%;
  background-color: #fff;
  box-shadow: 0 0 0.4375rem 0 rgba(0, 0, 0, 0.2);
  padding: 7px;
  z-index: 10;
  width: 100%;
  margin-bottom: 20px;
}

@media (width >=991.9px) {
  .mega-menu-item.category-item .mega-sub-menu {
    position: absolute;
    width: 300px;
  }
}

li {
  display: flex;
  align-items: center;
  gap: 10px;
}

ul li.mega-menu-item::before {
  display: none;
}

.category-item .mega-sub-men {
}

.category-item:hover .mega-sub-menu {
  display: block;
}

.mega-menu-item:hover > a {
  color: var(--asstets-color);
}

.mega-menu-item .mega-sub-menu:hover > a {
  color: var(--asstets-color);
}

.services__item--text ul {
  margin-bottom: 24px;
}

.services__item--text li,
.services__item--text ol {
  display: flex;
}

.services__item--title a {
  color: inherit;
  font-weight: 800;
  transition: color 0.3s ease-in;
}

.services__item--title a:hover {
  color: var(--asstets-color);
}

.taxonomy-title {
  font-weight: 500;
}

.mega-menu-list {
  margin-bottom: 20px;
}

.page__content li a:hover,
.services__list--inner li a:hover {
  color: #000;
}

.grid {
  display: grid;
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.vacancies__list-contacts,
.vacancies__list {
  margin-bottom: 40px;
}

.page__form .form_input__inner input:not(.btn.btn_form) {
  background-color: #fff;
}

.hentry .entry-header {
  margin-bottom: 0 !important;
  padding-bottom: clamp(0rem, -0.909rem + 4.55vw, 2.5rem) !important;
}
.entry-content h3 {
  margin-top: 40px;
}
