@media (max-width: 767px) {
	.header__logo--mob {
    position: relative;
    display: flex;
    flex-shrink: 0;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    margin-right: 0;
    margin-left: auto;
  }
}
  
  
  svg {
transform: scaleX(-1) !important;
}

.intro__pagination {
	right: auto !important;
}

.header__logo {
	margin-right: 0;
	margin-left: auto;
}


  .header__close-menu {
    z-index: 15;
  }
  
.about::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 50%;
  height: 90%;
  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url('../img/about__bg.jpg') no-repeat center/cover;
  z-index: 0;
}

.about::after {
  content: '';
  position: absolute;
  top: -5%;
  right: 0;
  display: flex;
  width: 200px;
  height: 200px;
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="257" height="256" viewBox="0 0 257 256" fill="none"%3E%3Cg style="mix-blend-mode:multiply" transform="scale(-1,1) translate(-257,0)"%3E%3Cpath d="M0.613281 0H178.7V178.087H0.613281V0Z" fill="%231F4DA1"/%3E%3Cpath d="M178.7 178.087H256.613V256H178.7V178.087Z" fill="%231F4DA1"/%3E%3C/g%3E%3C/svg%3E') no-repeat center/cover;
  mix-blend-mode: multiply;
  z-index: 1;
}

@media (max-width: 767px) {
	.about::after {
		display: none;
	}
}

.about__title-second::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  display: flex;
  width: 256px;
  height: 256px;
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="264" height="174" viewBox="0 0 264 174" fill="none"%3E%3Cg transform="scale(-1,1) translate(-264,0)"%3E%3Cpath d="M228.278 174C225.893 174 224.104 173.031 222.911 171.094C221.718 169.145 221.569 167.124 222.464 165.031L250.195 102.247H174.158C170.877 102.247 167.973 100.974 165.444 98.4266C162.904 95.8913 161.634 92.9794 161.634 89.6907V12.5567C161.634 9.26804 162.904 6.3501 165.444 3.80288C167.973 1.26763 170.877 0 174.158 0H251.089C254.37 0 257.28 1.26763 259.82 3.80288C262.349 6.3501 263.613 9.26804 263.613 12.5567V96.4175C263.613 98.2113 263.387 100.005 262.933 101.799C262.492 103.593 261.973 105.387 261.377 107.18L234.093 170.412C233.497 171.608 232.751 172.505 231.857 173.103C230.962 173.701 229.769 174 228.278 174ZM67.2578 174C64.8723 174 63.0832 173.031 61.8905 171.094C60.6977 169.145 60.5487 167.124 61.4432 165.031L89.1745 102.247H13.1371C9.85704 102.247 6.95271 100.974 4.42409 98.4266C1.88355 95.8913 0.613281 92.9794 0.613281 89.6907V12.5567C0.613281 9.26804 1.88355 6.3501 4.42409 3.80288C6.95271 1.26763 9.85704 0 13.1371 0H90.0691C93.3491 0 96.2594 1.26763 98.7999 3.80288C101.329 6.3501 102.593 9.26804 102.593 12.5567V96.4175C102.593 98.2113 102.366 100.005 101.913 101.799C101.472 103.593 100.953 105.387 100.356 107.18L73.0725 170.412C72.4761 171.608 71.7306 172.505 70.8361 173.103C69.9415 173.701 68.7488 174 67.2578 174Z" fill="%23E0E0E0"/%3E%3C/g%3E%3C/svg%3E') no-repeat center/contain;
  mix-blend-mode: multiply;
  z-index: 3;
}

@media (max-width: 767px) {
	.about__title-second::before {
		display: none;
	}
}

.about__title-second::after {
	display: none;
}


.about__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  align-self: flex-end;
  padding: 32px 96px 32px 180px;
  background: var(--bright-gray);
}

@media (max-width: 767px) {
 .about__content {
    width: 100%;
    padding: 16px;
  }
}

.about__content::before {
  content: '';
  position: absolute;
  display: flex;
  width: calc(100% - 96px);
  height: 64px;
  bottom: 100%;
  left: 0;
  background: var(--bright-gray);
}

.about__content::after {
  content: '';
  position: absolute;
  display: flex;
  width: 80%;
  height: 80px;
  top: 100%;
  right: 0;
  background: var(--bright-gray);
}

.who-are-we__content {
  display: flex;
  width: 60%;
  flex-direction: column;
  align-items: flex-start;

  margin: 136px 0;
  padding: 48px 0 48px 48px;

  background: var(--white);
  z-index: 2;
}


.who-are-we__img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  display: flex;
  width: 70%;
  height: 100%;

  z-index: 1;
}

.who-are-we::after {
  content: '';
  position: absolute;
  display: flex;
  width: 30%;
  height: calc(100% + 120px);
  top: 0;
  left: 0;
    right: auto;
  background: var(--bright-gray);
  z-index: 0;
}

.team__controls {
  position: absolute;
  top: 134px;
  right: 200px;
    left: auto;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  background: var(--white);
}

.ac .ac-trigger {
  font: inherit;
  color: var(--dark);
  text-align: left;
  width: 100%;
  padding: 32px 32px 32px 64px;
  display: flex;
  cursor: pointer;
  background-color: transparent;
  transition: color .25s ease;
  position: relative;
  text-decoration: none;
  margin: 0;
  border: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: var(--dark);

  transition: 0.2s;
}

.ac .ac-trigger::after {
  content: "+";
  text-align: center;
  width: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  left: 32px;
  right: auto;
  top: 50%;
}

.team__arrow-img--right,
.team__arrow-img--left {
	transform: scaleX(-1) !important;
}



@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(100% + 32px));
  }
}

.scroll {
  animation: scroll 20s linear infinite;
}

.services::after {
  content: '';
  position: absolute;
  display: flex;
  width: 30%;
  height: 70%;
  right: auto;
  left: 0;
  top: 0;
  background: var(--bright-gray);
  z-index: 0;
}

.home-page .latest-media::before {
  content: '';
  position: absolute;
  display: flex;
  width: 30%;
  height: 40%;
  left: auto;
  right:0;
  bottom: 0;
  background: var(--bright-gray);
  z-index: 0;
}



.contacts-form__container .wpcf7-form {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 16px;
	    direction: rtl !important; /* Устанавливает направление текста справа налево */
  text-align: right; /* Выравнивает текст по правому краю */

.contacts-form__container p label {
  display: flex;
  align-items: flex-end;
    direction: rtl !important; /* Устанавливает направление текста справа налево */
  text-align: right; /* Выравнивает текст по правому краю */
  width: 100%;
  flex-direction: column;
  gap: 8px;
  font-weight: 700;
}

.contacts-form__container p label span input {
  display: flex;
  direction: rtl !important; /* Устанавливает направление текста справа налево */
  text-align: right; /* Выравнивает текст по правому краю */
  width: 100%;
  min-width: 100%;
  padding: 16px 24px;
}

.contacts-form__container p label span {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
    direction: rtl !important; /* Устанавливает направление текста справа налево */
  text-align: right; /* Выравнивает текст по правому краю */
}


.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	 direction: rtl !important;
}





.parsley-required, .parsley-custom-error-message {
	direction: ltr !important;
	text-align: right !important;
	color: white !important;
}

.parsley-required,.parsley-custom-error-message {
    color: white !important;
}