html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  color: #f5f7fa;
  background: #11141a;
  line-height: 1.5;
  margin: 0;
  font-family: "Manrope", sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

p {
  color: #f5f7fa;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #0f1a20;
}

::-webkit-scrollbar-thumb {
  background: #1a89bc;
  border-radius: 10px;
  border: 2px solid #0f1a20;
  box-shadow: 0 0 8px rgba(26, 137, 188, 0.6);
}

::-webkit-scrollbar-thumb:hover {
  background: #157aa6;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #1a89bc #0f1a20;
}

button, .btn {
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  border: none;
  color: #fff;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 70px;
  transition: 0.3s;
  box-shadow:
    0 8px 24px 0 rgba(0, 0, 0, 0.18),
    inset 0 4px 4px 0 rgba(255, 255, 255, 0.1);
  background: #1a89bc;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

button:hover {
  background: rgb(8, 66, 128);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 15px 0;
}

.header-left img {
  height: 90px;
}

.header-nav ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-nav a {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  transition: color 0.3s;
  color: #f5f7fa;
}

.sertif .swiper {
	    padding: 30px 0;
}

.header-nav a:hover {
  color: #1a89bc;
}

.header-contacts {
  display: flex;
  align-items: center;
  gap: 15px;
}

.mobile-menu-content {
  position: relative;
}

.mobile-close {
	all: unset;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
}

.burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

header.transparent {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}

header.scrolled {
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

body.home header {
  position: fixed;
  z-index: 999999999999999999;
  width: 100%;
}

img {
  display: block;
  max-width: 100%;
}

.container,
.header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.hero {
  background: url("../image/hero.png") center/cover no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
}

.inter {
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  background: #171b22;
}

.inter-img {
  background: url("../image/inter.jpg") center/cover no-repeat;
}

.left .container {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}

.hero-title {
  font-weight: 700;
  text-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.3);
  font-size: 64px;
  margin-bottom: 15px;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.h-130 {
  line-height: 130%;
}

.h-110 {
  line-height: 110%;
}

.hero-text {
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #f5f7fa;
  width: 70%;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.width-65 {
  width: 65%;
}

.prev {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.prev-card {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
  background: rgba(10, 12, 16, 0.5);
  border: 1px solid #313845;
  border-radius: 100px;
  padding: 7px 20px;
  width: 100%;
  max-width: 210px;
  text-align: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.text-grey {
  color: #d9dee6;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
}

.inter-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  width: 100%;
  max-width: 600px;
}

.inter-num-left,
.inter-num-right {
  position: relative;
  padding-left: 20px;
}

.inter-num-left .text-32 {
  border-left: 3px solid #1a89bc;
  padding-left: 20px;
}

.text-32.bl {
  border-left: 3px solid rgba(95, 175, 209, 0.4);
  padding-left: 20px;
}

.inter-num {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.text-blue span {
  font-weight: 700;
  font-size: 48px;
  line-height: 115%;
  color: #5fafd1;
}

.text-orange span {
  font-weight: 700;
  font-size: 48px;
  line-height: 115%;
  color: #b38a4a;
}

.text-14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #d9dee6;
}

.margin-120 {
  margin: 120px 0;
}

.bottom {
  margin-bottom: 60px;
}

.rabota-row {
  display: grid;
  gap: 20px;
  margin-top: 20px;
}

/* 2 карточки */
.rabota-row-2 {
  grid-template-columns: 1.7fr 1.3fr;
  width: 100%;
  height: 375px;
}

/* 3 карточки */
.rabota-row-3 {
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

/* карточки */
.card {
  border-radius: 14px;
  padding: 20px;
  min-height: 120px;
  box-shadow: 0 18px 16px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  position: relative;
  justify-content: center;
  gap: 20px;

  overflow: hidden;
  z-index: 1;
}

.primer-item {
    flex: 1 1 calc(25% - 30px);
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
  z-index: -1;
}

/* картинки */
.rabota-row-2 .card:nth-child(1)::before {
  background-image: url("../image/01.jpg");
}

.rabota-row-2 .card:nth-child(2)::before {
  background-image: url("../image/02.jpg");
}

/* hover */
.card:hover::before {
  transform: scale(1.1);
}

.rabota-row-3 .card:nth-child(1)::before {
  background-image: url("../image/03.jpg");
}

.rabota-row-3 .card:nth-child(2)::before {
  background-image: url("../image/04.jpg");
}

.rabota-row-3 .card:nth-child(3)::before {
  background-image: url("../image/05.jpg");
}

.card-number,
.we-work-card-number {
  opacity: 0.05;
  font-weight: 800;
  font-size: 120px;
  line-height: 110%;
  color: #fff;
  position: absolute;
  top: 40px;
  font-family: "Plus Jakarta Sans", sans-serif;
  transition: opacity 0.3s ease;
}

.card:hover .card-number,
.card:hover .we-work-card-number {
  opacity: 0.4;
}

.btn-border {
  border: solid 1px #1a89bc;
  background: #171b22;
  width: 100%;
}

.w-300 {
  max-width: 300px;
}

.card-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 10px;
}

.prev.width-auto {
  width: auto;
}

.width-auto .prev-card {
  width: auto;
}

.margin-70 {
  margin-top: 70px;
}

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

.cta-project {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px 20px;
  box-shadow: 0 18px 16px 0 rgba(0, 0, 0, 0.25);
  background: #171b22;
  margin-top: 20px;
  border-radius: 14px;
  align-items: center;
  gap: 90px;
}

.cta-text h3 {
  margin-bottom: 20px;
}

.text-32 {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #fff;
}

.czet .container {
  display: grid;
  grid-template-columns: 1.7fr 1.3fr;
  gap: 30px;
}

.czet-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
}

.czet-card {
  background: #313845;
  box-shadow: 0 18px 16px 0 rgba(0, 0, 0, 0.25);
  border-right: 3px solid rgba(26, 137, 188, 0.6);
  border-radius: 8px;
  padding: 20px;
  color: #fff;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.czet-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 20px 0 rgba(0, 0, 0, 0.3);
}

.czet-card h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #fff;
  margin-bottom: 10px;
}

.czet-card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
}

.czet-card span {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 10px;
}

.czet-num {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.inter-num-left {
  flex: 1;
}

.inter-num-left .text-32 {
  height: 120px;
}

.inter-num-left .text-12 {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #aab3bf;
}

.text-grey-2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #d9dee6;
}

hr {
  border: none;
  height: 2px;
  background: #5fafd1;
  filter: blur(2px);
  box-shadow: 0 0 6px #5fafd1;
  margin: 30px 0 40px 20px;
}

.right-czet button {
  margin-left: 20px;
  width: 100%;
}

.btn-bot {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #66707d;
  text-align: center;
  margin-top: 14px;
}

.big {
  font-weight: 800;
  font-size: 160px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.03);
  font-family: "Plus Jakarta Sans", sans-serif;
}

.we-work-left .text-18 {
  color: #d9dee6;
}

.text-18 {
  font-size: 18px;
}

.we-work .container {
  display: flex;
  gap: 30px;
}

.we-work .container > * {
  flex: 1;
}

.det-block {
  display: flex;
  gap: 130px;
  flex-direction: row;
}

.we-work {
  position: relative;
  background-image: url("../image/work.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.we-work-card {
  position: relative;
}

.we-work-card-number.left-abs {
  top: -10px;
  left: 0;
}

.we-work-card:hover .we-work-card-number {
  opacity: 0.4;
  transform: scale(0.9);
}

.we-work-card-number.right-abs {
  top: -10px;
  right: 0;
}

.right-pad {
  padding-left: 90px;
}

.we-work-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.we-work-card .card-text {
  width: 100%;
  max-width: 400px;
}

.we-work-left {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.primer-item {
  flex: 1;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 0 0 25px 45px;
  color: #fff;
  overflow: hidden; /* обязательно */
}

/* фон через before */
.primer-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
  z-index: -1;
}

/* картинки */
.item-1::before {
  background-image: url("../image/derebo.png");
}

.item-2::before {
  background-image: url("../image/ka.png");
}

.item-3::before {
  background-image: url("../image/svet.png");
}

/* zoom */
.primer-item:hover::before {
  transform: scale(1.1);
}

.content {
  z-index: 2;
}

.primer {
  display: flex;
  flex-direction: row;
  height: 100vh;
}

.primer-item::before {
  content: "";
  position: absolute;
  inset: 0;
}

.content h3 {
  text-transform: uppercase;
  color: #d9dee6;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.primer-item p {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #f5f7fa;
}

.details-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.detail-item {
  display: flex;
}

.left-border {
  border-left: 3px solid #1a89bc;
  height: 100%;
  margin-right: 20px;
}

.det-block > *:first-child {
  flex: 1.4;
}

.det-block > *:last-child {
  flex: 1.6;
}

.value {
  font-weight: 700;
  font-size: 48px;
  line-height: 115%;
  letter-spacing: -0.01em;
  color: #5fafd1;
  padding: 15px 0;
}

.title1 {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #d9dee6;
}

.description {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #d9dee6;
}

.details .hero-title {
  color: #d9dee6;
}

.details .text-18 {
  color: #aab3bf;
}

.mySwiper {
  padding-top: 60px;
}

/* Навигация по центру снизу */
.swiper {
  position: relative;
}

.swiper-nav-bottom {
  position: relative;
  left: 50%; /* центрирование по горизонтали */
  transform: translateX(-50%);
  display: flex;
  gap: 20px; /* расстояние между кнопками */
  z-index: 10;
  width: 90px;
}

.arrow-btn {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.swiper-wrapper {
  padding-bottom: 30px;
}

.faq-item {
  padding: 20px 0;
  width: 100%;
  max-width: 680px;
}

.faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.faq-index {
  font-weight: bold;
  color: #1a89bc;
  margin-right: 15px;
  font-size: 18px;
}

.faq-question {
  flex: 1;
  font-size: 18px;
  margin: 0;
}

.faq-toggle svg {
  transition: transform 0.3s;
}

.faq-toggle.active svg {
  transform: rotate(180deg);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 35px; /* отступ, чтобы текст был чуть справа от индекса */
  font-size: 16px;
  color: #333;
}

.faq-content.open {
  max-height: 500px;
}

.faq-items {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

sup {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1a89bc;
}

h3.faq-question,
.text-faq {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 20px;
}

.faq-toggle {
  margin-bottom: 20px;
}

.faq-content {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #fff;
}

.cont {
  background: url("../image/cont.jpg");
  padding: 80px 0;
}

.contact-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: rgba(17, 20, 26, 0.5);
  padding: 17px;
}

.contact-form {
  display: flex;
  flex-direction: column;
}


.mobile-menu-content .contact-info { 
	  margin: 17px 17px 17px 0;
}


.contact-left li {
  display: flex;
  gap: 20px;
  align-items: center;
}

.contact-left span {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #aab3bf;
}

.contact-left p {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #f5f7fa;
}

.contact-right {
  box-shadow: 0 18px 16px 0 rgba(0, 0, 0, 0.25);
  background: rgba(17, 20, 26, 0.6) !important;
  border-radius: 14px;
  padding: 20px 60px;
}

form label {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #d9dee6;
  margin-bottom: 6px;
}

form .checkbox-wrapper label {
  margin-bottom: 0px;
}

form button {
  padding: 10px 70px;
}

input,
textarea,
select {
  background: #11141a;
  border: 1px solid #313845;
  border-radius: 14px;
  padding: 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #aab3bf;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.checkbox-wrapper input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #1a89bc;
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}

.checkbox-wrapper input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 10px;
  width: 15px;
  height: 30px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-bottom: 0px;
}

.checkbox-wrapper input {
  margin-bottom: 0px !important;
}

input::placeholder,
textarea::placeholder {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #aab3bf;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  margin-bottom: 20px;
}

.contact-container p {
  color: #d9dee6;
}

.contact-form {
  display: flex;
  flex-direction: column;
}

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


.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap select {
  width: 100%;
}



.contact-info {
  margin: 17px;
}

.contact-left li {
  display: flex;
  gap: 20px;
  align-items: center;
}

.contact-left span {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #aab3bf;
}

.contact-left p {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #f5f7fa;
}

.contact-right {
  box-shadow: 0 18px 16px 0 rgba(0, 0, 0, 0.25);
  background: rgba(17, 20, 26, 0.6) !important;
  border-radius: 14px;
  padding: 20px 60px;
}

/* ⚠️ ВАЖНО: меняем form → .contact-form */
.contact-form label {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #d9dee6;
  margin-bottom: 6px;
}

.contact-form .checkbox-wrapper span {
  margin-bottom: 0px;
}

.submit-btn {
  padding: 10px 70px;
  background: transparent;
  border: 1px solid #1a89bc;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
}

/* поля */
.input-field,
.contact-form input,
.contact-form textarea,
.contact-form select {
  background: #11141a;
  border: 1px solid #313845;
  border-radius: 14px;
  padding: 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #aab3bf;
  width: 100%;
  margin-bottom: 20px;
}

/* чекбокс */
.checkbox-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

/* 🔥 кастомный чекбокс для CF7 */
.custom-checkbox input {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #1a89bc;
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}

.custom-checkbox input:checked::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 10px;
  width: 15px;
  height: 30px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

input::placeholder,
textarea::placeholder {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #aab3bf;
}

.contact-container p {
  color: #d9dee6;
}

.contact-right .text-18{
	  margin-bottom: 20px;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  box-shadow: none;
  outline: none;
	    margin-top: 4px;
}

textarea.input-field {
  min-height: 80px;
  max-height: 90px;
  resize: vertical;
}

.pum-theme-11,
.pum-theme-tema-po-umolchaniyu {
  background-color: transparent !important;
}

.pum-theme-11 .pum-container, .pum-theme-tema-po-umolchaniyu .pum-container{
	background: rgb(17 20 26 / 85%) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.contact-right h2 {
  margin-bottom: 20px;
}

.checkbox-wrapper br{
	display:none;
}

.wpcf7-list-item {
    display:  inline-flex;
    margin: 0;
}

.pum-theme-11 .pum-content + .pum-close, .pum-theme-tema-po-umolchaniyu .pum-content + .pum-close {
	font-size: 19px !important;
	border:none !important;
	    background-color: transparent !important;
}

.pum-container .pum-content h2 {
    text-align: center;
    color: #f5f7fa;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.submit-btn {
	    color: white !important;
  background-color: #1a89bc !important;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;

  margin: 0 !important;
  padding: 0 !important;

  font-weight: 500;
  font-size: 14px;
  height: 40px;        /* задаём высоту, если нужно */
  width: 100%;         /* если кнопка должна быть во всю ширину контейнера */
}

.checkbox-wrapper .wpcf7-acceptance {
  display: flex;
  align-items: center;
}

.checkbox-wrapper p{
	display: flex;
    align-content: center;
    align-items: center;
}


.checkbox-wrapper span{
font-size: 14px;
}

.wpcf7-form-control-wrap {
    width: auto;
}

.checkbox-wrapper .wpcf7-form-control-wrap {
  display: inline-flex;
}

.footer-container {
  display: flex;
  gap: 40px;
  padding: 40px 0;
  align-items: flex-start;
}

.footer-col {
  flex: 1;
}
.footer-contacts {
  flex: 2;
}

.foot-nav {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #f5f7fa;
  margin-bottom: 20px;
}

.foot-ul {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #d9dee6 !important;
}

.foot-ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #d9dee6 !important;
  margin-bottom: 10px;
}

.foot-ul li {
  margin-bottom: 4px;
}

.dis-foot {
  display: flex;
  gap: 20px;
}

.footer-contacts ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.bot-info p {
  margin-bottom: 10px;
}

.bot-info .title1 {
  margin-bottom: 10px !important;
}

.page-template {
	    margin-top: 20px;
}

.container-text h4{
	padding:10px 0px
}
.breadcrumbs{
	    padding-bottom: 20px;
}

.wp-block-heading{
	    padding: 10px 0 10px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #555;
  padding: 20px ;
}

.footer-bottom span {
  color: white;
}

.project-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

.project-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.project-card {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.project-card.large {
  height: 500px;
}

.project-card.small {
  height: 240px;
}

.project-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;

  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.project-info h3 {
  margin: 5px 0;
  font-size: 22px;
}

.project-info p {
  font-size: 14px;
  opacity: 0.9;
}

.tag {
  font-size: 12px;
  opacity: 0.8;
}

.project-card {
  position: relative;
}

.project-card img {
  transition:
    transform 0.7s ease,
    filter 0.7s ease;
}

/* затемнение слой */
.project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}

.project-card:hover img {
  transform: scale(1.1);
  filter: brightness(0.9);
}

.project-slider {
  margin-top: 40px;
}

.swiper-slide {
  height: auto;
}

/* чтобы grid нормально работал внутри */
.swiper-slide .project-grid {
  height: 100%;
}

.project-card:hover::after {
  background: rgba(0, 0, 0, 0.1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* твоя правая стрелка */
.swiper-button-next {
  background-image: url("../image/right.svg");
}

/* твоя левая стрелка */
.swiper-button-prev {
  background-image: url("../image/left.svg");
}

.project-grid {
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  top: auto;
  bottom: 0;
  transform: none;
}

.nav-pr {
  position: relative;
  width: 100%;
  max-width: 100px;
  margin: 0 0 0 auto;
padding-bottom: 25px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
}

.swiper-wrapper {
  padding-bottom: 20px;
}

ul.contact-info-none{
	display:none;
}

@media (max-width: 1200px) {
	li.dis-foot{
	display:none;

}

ul.contact-info-none{
	display:flex;
}

}

	.faq-item .faq-arrow.open {
  transform: rotate(180deg) !important;
  transition: transform 0.3s ease;
}

@media (max-width: 996px) {
	
	.footer-contacts li img{
		width:24px;
	}
  .width-65 {
    width: 100%;
    font-size: 56px;
  }

  .hero-title {
    font-size: 56px;
  }

  .hero-text {
    width: 100%;
  }

  header .phone-number {
    display: none;
  }
  .footer-contacts {
    flex: 3;
  }
}

@media (max-width: 860px) {
  .inter {
    height: 100%;
    grid-template-columns: 1fr;
    max-width: 100%;
    padding-bottom: 30px;
  }

  .inter-text {
    padding: 0 15px;

    max-width: 100%;
  }

  .inter-img {
    height: 300px;
  }
	
	.faq-arrow {
  transition: transform 0.3s ease;
}

.faq-arrow.open {
  transform: rotate(180deg);
}

  .czet .container {
    grid-template-columns: 1fr;
  }

  .right-czet button {
    margin: 0 auto;
  }

  .we-work .container {
    gap: 30px;
    flex-direction: column;
  }

  .we-work-right {
    align-items: center;
  }

  .we-work-left {
    align-items: center;
  }

  .project-grid {
    padding-bottom: 0px;
  }

  .contact-container {
    flex-direction: column;
    gap: 20px;
  }

  .contact-right {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
  }
  .big {
    color: rgb(255 255 255 / 60%);
  }

 .footer-container {
    display: flex;
     gap: 5px;
	  }
	 
  .burger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
  }
}

.burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 200;
}


.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 340px;
  height: 100vh;
  background: #0A0C10;
  color: #fff;

  transform: translateX(100%);
  transition: 0.4s ease;

  z-index: 150;
}


.mobile-menu-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
padding: 60px 20px 40px 20px;
}

.mobile-menu contact-info{
	    padding: 17px 17px 17px 0 !important;
}

.mobile-nav ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mobile-nav a {
  color: #fff;
  font-size: 18px;
}


.mobile-contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.mobile-contact .phone {
  font-size: 18px;
}


.mobile-menu.active {
  transform: translateX(0);
}


.mobile-menu.active::before {
  opacity: 1;
  pointer-events: all;
}


@media (max-width: 860px) {
  .header-nav {
    display: none;
  }

 
	
	button.burger{
		 display: block !important;
	}

  .rabota-row-2 {
    grid-template-columns: 1fr;
    width: 100%;
    height: 575px;
  }
  .rabota-row-3 {
    grid-template-columns: 1fr;
  }

  .cta-project {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 20px;
    box-shadow: 0 18px 16px 0 rgba(0, 0, 0, 0.25);
    background: #171b22;
    margin-top: 20px;
    border-radius: 14px;
    align-items: stretch;
    gap: 20px;
    align-content: space-between;
  }

  .we-work {
    background-size: cover;
  }
  .dis-foot {
    display: none;
  }
}

@media (max-width: 730px) {
  .primer-item p {
    font-size: 26px;
  }

  .det-block {
    gap: 20px;
  }
  .text-18 {
    font-size: 16px;
  }
}

button.burger {
  all: unset;
  display: none;
}

@media (max-width: 600px) {
  .hero-title {
    font-size: 40px;
  }

  .bottom {
    margin-bottom: 30px;
  }

  .margin-120 {
    margin: 80px 0;
  }

  .footer-container {
    display: flex;
    gap: 20px;
    flex-direction: column;
    padding: 40px 15px;
  }

  .dis-foot {
    display: block;
  }

  h3.faq-question,
  .text-faq {
    font-size: 20px;
  }

  .czet-row {
    grid-template-columns: 1fr;
  }

  .czet-row {
    margin-top: 30px;
  }

  .primer {
    flex-direction: column;
  }

  .header-left img {
    height: 60px;
  }

  .swiper-nav-bottom {
    width: 100px;
  }
}

@media (max-width: 530px) {
  .project-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .det-block {
    flex-direction: column;
  }

  .hero-title {
    font-size: 36px;
  }
  .mySwiper {
    padding-top: 30px;
  }

  .faq-content {
    font-size: 16px;
  }

  .hero-text {
    font-size: 16px;
  }

  button {
    padding: 10px 30px;
  }

  .inter-text {
    gap: 20px;
  }

  .card-title {
    font-size: 28px;
  }

  .card-number,
  .we-work-card-number {
    top: 10px;
  }

  .prev-card {
    padding: 4px 10px;
  }

  .text-grey {
    font-size: 16px;
  }

  .text-32 {
    font-size: 26px;
  }

  .big {
    font-size: 110px;
  }

  .footer-bottom {
    gap: 10px;
  }

  .foot-ul li a {
    font-size: 16px;
  }

  .contact-right {
    padding: 20px;
  }
}

@media (max-width: 530px) {
	.hero {
	height: 100%;
    padding: 90px 0;
}
	
	.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 40px 0;
  align-items: start;
}
	
	.footer-bottom .text-18 {
		font-size: 15px;
		        align-items: center;
	}
	
	.faq-question{
	font-size:18px;
	}
	
	.faq-content{
		font-size:17px;
		padding-left: 0;
	}
	
	.details-right {
    gap: 20px;
}
	
}

@media (max-width: 786px) {
	
		
	.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 40px 0;
  align-items: start;
}
	
  .footer-container {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-auto-rows: auto;
  }

  .footer-container > :last-child {
    grid-column: 1 / -1 !important;
  }
}


@media (max-width: 450px) {
	button, .btn { 
		width: 100%;
    padding: 10px 70px;
	}
	
	.prev-card {
		font-size:14px;
	}
	
	    .prev-card {
        padding: 4px;
    }
	
	    .inter-text {
        gap: 10px;
    }
	
	    .rabota-row-2 { 
			height: auto;
	}
	
	.rabota-row .prev-card {
		
        padding: 5px 14px;
    
	}
	
	.right-czet {
		gap: 30px;
	}
	
	 .prev {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

	hr {
    margin: 80px 0 40px 20px;
}
	    .text-32 {
        font-size: 24px;
    }
	

}


@media (max-width: 360px) {
    .prev-card {
        font-size: 12px;
    }
	
	
}
