:root {
  --font-family: "Ysabeau Infant", sans-serif;
  --second-family: "Inter Tight", sans-serif;
}

@font-face {
  font-family: "Ysabeau Infant";
  src: url("../fonts/YsabeauInfant-Medium.woff2") format("woff2"), url("../fonts/YsabeauInfant-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-Regular.woff2") format("woff2"), url("../fonts/InterTight-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.home {
  height: 100%;
  overflow: hidden;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

button,
input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
}

button:focus {
  box-shadow: none !important;
}

*:focus {
  outline: none;
}

body {
  font-family: "Inter Tight";
  background: #f3f3f3;
  color: #312d2b;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  display: inline-block;
  font: inherit;
  color: inherit;
  transition: 300ms;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

a img {
  border: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4 {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 100%;
  font-family: var(--font-family);
}

h1 {
  font-size: 60px;
  letter-spacing: -1.2px;
}

.h2-title,
h2 {
  font-size: 55px;
  letter-spacing: -1.1px;
}

@media screen and (max-width: 991px) {
  .h2-title,
  h2 {
    font-size: 46px;
  }
}

@media screen and (max-width: 767px) {
  .h2-title,
  h2 {
    font-size: 34px;
    letter-spacing: -0.68px;
  }
}

@media screen and (max-width: 420px) {
  .h2-title {
    font-size: 22px;
  }
}

h3 {
  font-size: 25px;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
}

h4 {
  font-size: 20px;
  letter-spacing: -0.4px;
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}

.container {
  max-width: 1810px;
  margin: 0 auto;
}

@media screen and (max-width: 1870px) {
  .container {
    margin: 0 55px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    margin: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
}

.wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

section {
  padding: 210px 0 160px;
}

@media screen and (max-width: 991px) {
  section {
    padding: 160px 0 120px;
  }
}

@media screen and (max-width: 767px) {
  section {
    padding: 110px 0 80px;
  }
}

body.fixed {
  overflow: hidden;
}

.wrapper .header {
  color: #312d2b;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
}

.header__items {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  font-size: 62.395px;
  font-weight: 500;
  line-height: 100%;
  /* 62.395px */
  letter-spacing: -3.12px;
  font-family: var(--font-family);
  transition: 300ms;
}

.header__logo:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1280px) {
  .header__logo {
    font-size: 50px;
    letter-spacing: -2.52px;
  }
}

@media screen and (max-width: 767px) {
  .header__logo {
    font-size: 27.448px;
    letter-spacing: -1.372px;
  }
}

.header__logo span {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-family: var(--second-family);
  letter-spacing: normal;
}

@media screen and (max-width: 1280px) {
  .header__logo span {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .header__logo span {
    font-size: 7px;
  }
}

.header__nav {
  display: flex;
  width: 100%;
  max-width: 605px;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1280px) {
  .header__nav {
    max-width: 500px;
  }
}

@media screen and (max-width: 991px) {
  .header__nav {
    justify-content: flex-end;
  }
}

.header__tels {
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 991px) {
  .header__tels {
    display: none;
  }
}

.header__tels a {
  font-size: 18px;
  line-height: 100%;
  /* 18px */
  text-transform: uppercase;
}

.header__tels a:hover {
  opacity: 0.5;
}

.header__burger {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  line-height: 100%;
  /* 18px */
  text-transform: uppercase;
  cursor: pointer;
  transition: 300ms;
}

.header__burger:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .header__burger {
    font-size: 16px;
  }
  .header__burger svg {
    max-width: 40px;
  }
}

.banner {
  position: relative;
  overflow: hidden;
  color: #fff;
  height: 100vh;
  /* min-height: 950px; */
  min-height: 600px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .banner {
    min-height: 600px;
  }
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #312d2b 0%, rgba(49, 45, 43, 0) 100%);
  height: 215px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .banner::before {
    height: 260px;
  }
}

.banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #312d2b 0%, rgba(49, 45, 43, 0) 100%);
  height: 215px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .banner::after {
    height: 260px;
    background: linear-gradient(0deg, #312d2b 43.46%, rgba(49, 45, 43, 0) 100%);
  }
}

.banner-bg {
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .banner-bg {
    /*display: none;*/
  }
}

.banner-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-slider {
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  display: none;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .banner-slider {
    /*display: flex;*/
  }
}

.banner-slider__img {
  width: 100%;
  display: flex;
}

.banner-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .banner-bottom {
    /*padding-bottom: 30px;*/
  }
}

.banner-bottom__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 1400px) {
  .banner-bottom__items {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .banner-bottom__items {
    gap: 15px;
  }
}

.banner-bottom__text {
  max-width: 600px;
  font-size: 18px;
  line-height: 150%;
}

@media screen and (max-width: 1400px) {
  .banner-bottom__text {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .banner-bottom__text {
    font-size: 16px;
  }
}

.menu-drop {
  position: absolute;
  right: -150vh;
  z-index: 101;
  top: 0;
  padding: 40px 55px 55px;
  background: rgba(49, 45, 43, 0.7);
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 300ms;
  overflow-y: auto;
  height: 100vh;
  gap: 50px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .menu-drop {
    max-width: 100%;
    padding: 15px 15px 30px;
  }
}

.menu-drop.active {
  right: 0;
}

.menu-drop .header__burger {
  justify-content: flex-end;
}

.menu-drop__list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .menu-drop__list {
    margin-top: 40px;
    gap: 20px;
  }
}

.menu-drop__list li {
  transition: 300ms;
}

.menu-drop__list li a {
  font-size: 18px;
  line-height: 100%;
  /* 18px */
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .menu-drop__list li a {
    font-size: 16px;
  }
}

.menu-drop__list li:hover {
  opacity: 0.5;
}

.menu-drop__tels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  line-height: 100%;
  /* 18px */
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .menu-drop__tels {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.menu-drop__tels a:hover {
  opacity: 0.5;
}

.menu-drop__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  line-height: 100%;
  /* 16px */
  text-transform: uppercase;
  color: #312d2b;
  background: #fff;
  gap: 10px;
  border: 1px solid transparent;
}

@media screen and (max-width: 767px) {
  .menu-drop__btn {
    font-size: 14px;
    padding: 10px 30px;
  }
}

.menu-drop__btn:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.menu-drop__btn:hover svg path {
  stroke: #fff;
}

.menu-drop__btn svg path {
  transition: 300ms;
}

.modal {
  max-width: 900px;
  padding: 40px;
  width: 100%;
  color: #312d2b;
  box-shadow: 2px 2px 25px 0 rgba(22, 21, 21, 0.08);
}

@media screen and (max-width: 767px) {
  .modal {
    padding: 15px;
  }
}

.modal h3 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .modal h3 {
    max-width: 275px;
    margin: 0 auto;
  }
}

.modal__text {
  line-height: 150%;
  max-width: 640px;
  margin: 20px auto 30px;
  text-align: center;
}

.modal__text a {
  display: inline-flex;
}

@media screen and (max-width: 767px) {
  .modal__text {
    font-size: 14px;
    margin: 20px auto;
  }
}

.modal__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 10px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .modal__inputs {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.modal__input:nth-child(3) {
  grid-column: 1 / 3;
}

@media screen and (max-width: 767px) {
  .modal__input:nth-child(3) {
    grid-column: auto;
  }
}

.modal__input input {
  width: 100%;
  border-radius: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border: none;
  border-bottom: 1px solid #312d2b;
  padding: 15px 0;
  background: transparent;
}

@media screen and (max-width: 767px) {
  .modal__input input {
    padding: 10px 0;
    font-size: 16px;
  }
}

.modal__input input::-moz-placeholder {
  color: #312d2b;
}

.modal__input input::-ms-input-placeholder {
  color: #312d2b;
}

.modal__input input::placeholder {
  color: #312d2b;
}

.modal__btn {
  background: #312d2b;
  margin-top: 30px;
  border: none;
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  text-transform: uppercase;
  color: #fff;
  gap: 10px;
  position: relative;
  border: 1px solid transparent;
  transition: 300ms;
}

.modal .modal__btn {
  grid-column-start: 1;
  grid-column-end: 5;

  order: 5;
}

@media screen and (max-width: 767px) {
  .modal__btn {
    font-size: 14px;
    padding: 10px;
    margin-top: 20px;

    grid-column-start: auto!important;
    grid-column-end: auto!important;
  }
}

.modal__btn:hover {
  background: transparent;
  border: 1px solid #312d2b;
  color: #312d2b;
}

.modal__btn:hover svg path {
  stroke: #312d2b;
}

.modal__btn svg path {
  transition: 300ms;
}

.modal__btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.modal__btn input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.modal__exit {
  position: absolute;
  display: flex;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.modal-thanks .modal__text {
  margin: 20px auto 0px;
}

.wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
}

.wpcf7-not-valid-tip {
  position: absolute;
}


.checkbox-politic {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  gap: 10px;
}

.wpcf7-spinner {
  display: none!important;
}
.modal__btn br {
  display: none;
}

.modal__agreebox {
  grid-column-start: 1;
  grid-column-end: 5;
}

.wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  /*gap: 10px;*/
}
.wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label .checkbox-politic__inner {
  margin: 0 10px 0 0;
}

.wpcf7-form-control-wrap .wpcf7-list-item label .checkbox-politic__inner {
  display: inline-flex;
}

.checkbox-politic__inner {
  width: 25px;
  height: 25px;
  min-width: 25px;
  border: 1px solid #312d2b;
  transition: 300ms;
}

@media screen and (max-width: 767px) {
  .checkbox-politic__inner {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
}

.checkbox-politic__inner > span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.checkbox-politic__inner > span::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 11px;
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="15" height="11" viewBox="0 0 15 11" fill="none"%3E%3Cpath d="M0.353516 4.85352L4.85352 9.35352L13.8535 0.353516" stroke="white"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

.wpcf7-form-control-wrap .wpcf7-list-item label input:checked + .wpcf7-list-item-label .checkbox-politic__inner {
  background: #312d2b;
}

.checkbox-politic input:checked + .checkbox-politic__inner {
  background: #312d2b;
}

.wpcf7-form-control-wrap .wpcf7-list-item label input:checked + .wpcf7-list-item-label .checkbox-politic__inner span::before,
.checkbox-politic input:checked + .checkbox-politic__inner span::before {
  opacity: 1;
  visibility: visible;
}

.wpcf7-form-control-wrap .wpcf7-list-item label input.agreement,
.checkbox-politic input {
  display: none;
}

.checkbox-politic__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #6f6c6b;
}

.checkbox-politic__text a {
  color: #312d2b;
  display: inline;
}

.fancybox-is-open .fancybox-bg {
  background: rgba(49, 45, 43, 0.7);
  opacity: 1;
}

.fancybox-button.fancybox-close-small {
  display: none;
}

@media screen and (max-width: 767px) {
  .fancybox-slide {
    padding: 15px;
  }
}

.wrapper .header__burger svg path {
  fill: #312d2b;
}

.wrapper .menu-drop {
  background: rgba(49, 45, 43, 0.8);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.wrapper .menu-drop .header__burger svg path {
  fill: #fff;
}

.wrapper .header__logo span {
  color: #6f6c6b;
}

.wrapper .header__tels a:hover {
  color: #6f6c6b;
  opacity: 1;
}

.project__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .project__blocks {
    grid-template-columns: 1fr;
    gap: 5px;
    margin-top: 30px;
  }
}

.project__block {
  position: relative;
  text-align: center;
}

.project__block:hover .project__info {
  opacity: 1;
}

.project__img {
  display: flex;
  overflow: hidden;
  height: 100%;

  min-height: 530px;
}


.project__img picture,
.project__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .project__img {
    min-height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .project__img {
    min-height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .project__img {
    min-height: 246px;
  }
}

.project__info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: rgba(49, 45, 43, 0.8);
  color: #fff;
  opacity: 0;
  transition: 300ms;
}

@media screen and (max-width: 767px) {
  .project__info {
    padding: 5px;
  }
}

.project__text {
  max-width: 600px;
  font-size: 18px;
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .project__text {
    font-size: 16px;
  }
}

.footer {
  padding: 120px 0 60px;
  background: #312d2b;
  color: #fff;
  margin-top: auto;
}

@media screen and (max-width: 991px) {
  .footer {
    padding: 90px 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 60px 0 20px;
  }
}

.footer__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  line-height: 100%;
  text-transform: uppercase;
  color: #312d2b;
  background: #fff;
  gap: 10px;
  border: 1px solid transparent;
}

@media screen and (max-width: 767px) {
  .footer__btn {
    padding: 10px;
    font-size: 14px;
  }
}

.footer__btn:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.footer__btn:hover svg path {
  stroke: #fff;
}

.footer__btn svg path {
  transition: 300ms;
}

.footer__items {
  display: flex;
  flex-direction: column;
}

.footer__list {
  display: flex;
  gap: 30px;
  width: 100%;
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .footer__list {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.footer__list li a {
  font-size: 18px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .footer__list li a {
    font-size: 16px;
  }
}

.footer__list li:hover a {
  opacity: 0.5;
}

.footer__info {
  width: 100%;
  max-width: 900px;
}

@media screen and (max-width: 1500px) {
  .footer__info {
    max-width: 510px;
  }
}

@media screen and (max-width: 1280px) {
  .footer__info {
    max-width: 100%;
  }
}

.footer__contacts {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 104px;
  gap: 30px;
}

@media screen and (max-width: 1280px) {
  .footer__contacts {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 40px;
    gap: 40px;
  }
}

.footer__tels {
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1280px) {
  .footer__tels {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .footer__tels {
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.footer__tels a {
  font-size: 40px;
  line-height: 100%;
  /* 40px */
  letter-spacing: -0.8px;
  text-transform: uppercase;
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .footer__tels a {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .footer__tels a {
    font-size: 26px;
    letter-spacing: -0.52px;
  }
}

.footer__tels a:hover {
  opacity: 0.5;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__links a {
  font-size: 18px;
  opacity: 0.7;
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .footer__links a {
    font-size: 16px;
  }
}

.footer__links a:hover {
  opacity: 1;
}

.footer__author {
  display: flex;
  gap: 15px;
  margin-top: 37px;
  font-size: 18px;
  line-height: 150%;
}

.footer__author--mob {
  display: none;
}

@media screen and (max-width: 1280px) {
  .footer__author--mob {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .footer__author--mob {
    flex-wrap: wrap;
    gap: 7px 15px;
    font-size: 16px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .footer__author--desc {
    display: none;
  }
}

.footer__author:hover p {
  color: #fff;
}

.footer__author p {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.7);
  transition: 300ms;
}

.footer__author p img {
  opacity: 1;
}

.footer__nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

@media screen and (max-width: 1280px) {
  .footer__nav {
    flex-direction: column-reverse;
    gap: 40px;
  }
}

.footer__copy {
  opacity: 0.7;
  line-height: 150%;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 14px;
    margin-top: 6px;
  }
}

.footer__logo {
  width: 100%;
  max-width: 800px;
}

.footer__logo a {
  display: flex;
}

@media screen and (max-width: 1500px) {
  .footer__logo a {
    max-width: 600px;
  }
}

.footer__logo a:hover {
  opacity: 0.6;
}

.footer__bottom {
  width: 100%;
  max-width: 900px;
}

@media screen and (max-width: 1500px) {
  .footer__bottom {
    max-width: 510px;
  }
}

@media screen and (max-width: 1280px) {
  .footer__bottom {
    max-width: 100%;
  }
}

.project-detail__back {
  line-height: 100%;
  /* 16px */
  text-transform: uppercase;
  color: #6f6c6b;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .project-detail__back {
    font-size: 14px;
  }
}

.project-detail__back:hover {
  color: #312d2b;
}

.project-detail__back:hover svg path {
  stroke: #312d2b;
}

.project-detail__back svg path {
  transition: 300ms;
}

.project-detail__bg {
  width: 100%;
  max-height: 800px;
  overflow: hidden;
  display: flex;
  margin-top: 40px;
  margin-bottom: 80px;
}
.project-detail__bg.last {
  margin-bottom: 0!important;
}

@media screen and (max-width: 767px) {
  .project-detail__bg {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

.project-detail__bg picture,
.project-detail__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .project-detail__bg picture,
  .project-detail__bg img {
    min-height: 400px;
  }
}

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

@media screen and (max-width: 767px) {
  .project-detail__characterictics {
    margin-top: 20px;
  }
}

.project-detail__info {
  max-width: 900px;
  margin: 0 auto;
}

.project-detail__characterictic {
  padding: 10px 0;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #d6d5d5;
}

@media screen and (max-width: 767px) {
  .project-detail__characterictic {
    font-size: 14px;
  }
}

.project-detail__characterictic:first-child {
  border-top: 1px solid #d6d5d5;
}

.project-detail__characterictic p {
  color: #6f6c6b;
  width: 100%;
}

.project-detail__characterictic span {
  color: #312d2b;
  width: 100%;
}

.project-detail__about {
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-size: 16px;
  line-height: 150%;
  color: #312d2b;
  margin: 80px 0;
}

@media screen and (max-width: 767px) {
  .project-detail__about {
    font-size: 14px;
    margin: 40px 0;
    gap: 20px;
  }
}

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

@media screen and (max-width: 767px) {
  .project-detail__about-block {
    gap: 10px;
  }
}

.project-detail .swiper-button-next,
.project-detail .swiper-button-prev {
  width: 32px;
  height: 32px;
  z-index: 2;
  display: block;
  position: static;
  margin: 0;
}

.project-detail .swiper-button-next {
  background-image: url(../images/arrow-r.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.project-detail .swiper-button-prev {
  background-image: url(../images/arrow-l.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

.project-detail .swiper__nav {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .project-detail .swiper__nav {
    display: none;
  }
}

.project-detail .swiper-pagination {
  display: none;
  position: relative;
  align-items: center;
  padding-top: 10px;
  /*   width: 65px !important; */
  transform: none;
  bottom: 0;
}

.project-detail .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border: 1px solid #312d2b;
  background: transparent;
  opacity: 1;
  margin: 0 2px;
  /* 
      transform: none; */
}

.project-detail .swiper-pagination .swiper-pagination-bullet-active {
  background: #312d2b;
}

.project-detail .swiper-pagination .swiper-pagination-bullet-active-next,
.project-detail .swiper-pagination .swiper-pagination-bullet-active-prev {
  transform: scale(1);
}

.project-detail .swiper-pagination .swiper-pagination-bullet-active-next-next,
.project-detail .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.8);
}

@media screen and (max-width: 767px) {
  .project-detail .swiper-pagination {
    display: flex;
  }
}

.project-detail__slide {
  display: flex;
  max-height: 600px;
  overflow: hidden;
}

.project-detail__slide .project-detail__slide-image {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .project-detail__slide {
    min-height: 270px;
  }
}

.project-detail__slide picture,
.project-detail__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;

  max-width: auto;
}

@media screen and (max-width: 767px) {
  .project-detail__slide picture,
  .project-detail__slide img {
    min-height: 270px;
  }
}

.error {
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error__btn {
  background: #312d2b;
  padding: 15px 30px;
  font-size: 16px;
  color: #fff;
  line-height: 100%;
  /* 16px */
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid transparent;
}

@media screen and (max-width: 767px) {
  .error__btn {
    font-size: 14px;
  }
}

.error__btn:hover {
  background: #fff;
  border: 1px solid #312d2b;
  color: #312d2b;
}

.error__btn:hover svg path {
  stroke: #312d2b;
}

.error__btn svg path {
  transition: 300ms;
}

.error__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .error__items {
    gap: 30px;
  }
}

.error h3 {
  text-align: center;
}

.uslugi__blocks {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .uslugi__blocks {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .uslugi__blocks {
    margin-top: 30px;
  }
}

.uslugi__block {
  display: flex;
  position: relative;
  transition: 300ms;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .uslugi__block::before {
    content: "";
    position: absolute;
    height: 260px;
    width: 100%;
    background: linear-gradient(0deg, #312d2b 43.46%, rgba(49, 45, 43, 0) 100%);
    bottom: -90px;
    left: 0;
  }
}

.uslugi__block:hover .uslugi__block-info {
  opacity: 1;
}

.uslugi__block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .uslugi__block img {
    min-height: 400px;
  }
}

.uslugi__block-info {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(49, 45, 43, 0.8);
  opacity: 0;
  transition: 300ms;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .uslugi__block-info {
    text-align: left;
    padding: 15px 10px;
    align-items: flex-end;
    background: transparent;
    bottom: 0;
    opacity: 1;
  }
}

.uslugi__block-info h3 {
  color: #fff;
}

.uslugi-detail__bg {
  display: flex;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .uslugi-detail__bg--desc {
    display: none;
  }
}

.uslugi-detail__bg--mob {
  display: none;
}

@media screen and (max-width: 767px) {
  .uslugi-detail__bg--mob {
    display: flex;
  }
}

.uslugi-detail__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .uslugi-detail__bg img {
    min-height: 400px;
  }
}

.uslugi-detail__info {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin-top: 80px;
}

@media screen and (max-width: 1280px) {
  .uslugi-detail__info {
    gap: 40px;
    flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  .uslugi-detail__info {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .uslugi-detail__info {
    margin-top: 40px;
  }
}

.uslugi-detail__title {
  font-family: var(--font-family);
  font-size: 25px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  max-width: 850px;
}

@media screen and (max-width: 767px) {
  .uslugi-detail__title {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
}

.uslugi-detail__text {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .uslugi-detail__text {
    margin-top: 20px;
    gap: 20px;
  }
}

.uslugi-detail__cta {
  margin-top: 80px;
}
.wpcf7-form.sent {
  position: relative;
}
.wpcf7-form.sent .wpcf7-response-output {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f3f3f3;
  border-color: #312d2b;
  border: 1px solid #312d2b;
  font-family: var(--font-family);
  font-size: 22px;
}

@media screen and (max-width: 991px) {
  .uslugi-detail__cta {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .uslugi-detail__cta {
    margin-top: 40px;
  }
}

.uslugi-detail__cta .modal__input:nth-child(3) {
  grid-column: auto;
}

.uslugi-detail__cta .modal__inputs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-end;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .modal__agreebox {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .uslugi-detail__cta .modal__inputs {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .modal__agreebox {
    grid-column-start: auto;
    grid-column-end: auto;
  }
  .uslugi-detail__cta .modal__inputs {
    grid-template-columns: 1fr;
  }
  .modal__btn {
    order: 5;
  }
}

.uslugi-detail__cta .checkbox-politic {
  max-width: 1355px;
}

@media screen and (max-width: 767px) {
  .uslugi-detail__cta .checkbox-politic--desc {
    display: none;
  }
}

.politic-mobile,
.uslugi-detail__cta .checkbox-politic--mob {
  display: none;
}

@media screen and (max-width: 767px) {
  .politic-mobile,
  .uslugi-detail__cta .checkbox-politic--mob {
    display: flex;
    margin-top: 5px;
  }
}

.uslugi-detail__cta .modal__text {
  max-width: 100%;
  margin: 40px 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .uslugi-detail__cta .modal__text {
    margin: 10px 0 15px;
  }
}

.uslugi-detail__cta .modal__btn {
  margin-top: 0;
}

.uslugi-detail__slider {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .uslugi-detail__slider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .uslugi-detail__slider {
    margin-top: 40px;
  }
}

.uslugi-detail .swiper-button-next,
.uslugi-detail .swiper-button-prev {
  width: 32px;
  height: 32px;
  z-index: 2;
  display: block;
  position: static;
  margin: 0;
}

.uslugi-detail .swiper-button-next {
  background-image: url(../images/arrow-r.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.uslugi-detail .swiper-button-prev {
  background-image: url(../images/arrow-l.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

.uslugi-detail__slider .swiper-wrapper{
  align-items: stretch;
}

.uslugi-detail__slide {
  height: auto;
}

.uslugi-detail .swiper__nav {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .uslugi-detail .swiper__nav {
    display: none;
  }
}

.uslugi-detail .swiper-pagination {
  display: none;
  position: relative;
  align-items: center;
  padding-top: 10px;
  /*   width: 65px !important; */
  transform: none;
  bottom: 0;
}

.uslugi-detail .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border: 1px solid #312d2b;
  background: transparent;
  opacity: 1;
  margin: 0 2px;
  /* 
      transform: none; */
}

.uslugi-detail .swiper-pagination .swiper-pagination-bullet-active {
  background: #312d2b;
}

.uslugi-detail .swiper-pagination .swiper-pagination-bullet-active-next,
.uslugi-detail .swiper-pagination .swiper-pagination-bullet-active-prev {
  transform: scale(1);
}

.uslugi-detail .swiper-pagination .swiper-pagination-bullet-active-next-next,
.uslugi-detail .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.8);
}

@media screen and (max-width: 767px) {
  .uslugi-detail .swiper-pagination {
    display: flex;
  }
}

.uslugi-detail__slide {
  display: flex;
}

@media screen and (max-width: 767px) {
  .uslugi-detail__slide {
    min-height: 270px;
  }
}

.uslugi-detail__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .uslugi-detail__slide img {
    min-height: 270px;
  }
}

.contacts__blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 10px;
  margin-top: 40px;
}

@media screen and (max-width: 1740px) {
  .contacts__blocks {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .contacts__blocks {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}

.contacts__block {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .contacts__block {
    gap: 15px;
  }
}

.contacts__block:nth-child(1) {
  grid-column: 1 / 3;
}

@media screen and (max-width: 767px) {
  .contacts__block:nth-child(1) {
    grid-column: auto;
  }
}

@media screen and (max-width: 991px) {
  .contacts__block:nth-child(1) .contacts__block-text {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .contacts__block:nth-child(1) .contacts__block-text {
    gap: 5px;
  }
}

.contacts__block a:hover {
  color: #989695;
}

@media screen and (max-width: 767px) {
  .contacts__block--desc {
    display: none;
  }
}

.contacts__block--mob {
  display: none;
}

@media screen and (max-width: 767px) {
  .contacts__block--mob {
    display: flex;
  }
}

.contacts__block-text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contacts__block-icons {
  display: flex;
  gap: 5px;
}

.contacts__block-name {
  font-size: 30px;
  line-height: 100%;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .contacts__block-name {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .contacts__block-name {
    font-size: 20px;
    margin-bottom: 0;
  }
}

.contacts__block-text {
  font-size: 20px;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .contacts__block-text {
    font-size: 18px;
  }
}

.map-contacts {
  height: 720px;
  width: 100%;
  overflow: hidden;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .map-contacts {
    height: 560px;
  }
}

.map-contacts .ymaps-2-1-79-ground-pane {
  filter: grayscale(1) !important;
  -webkit-filter: grayscale(1) !important;
}

.map-contacts .ymaps-2-1-79-placemark-overlay,
.map-contacts .ymaps-2-1-79-image,
.map-contacts .ymaps-2-1-79-places-pane {
  filter: grayscale(0) !important;
  -webkit-filter: grayscale(0) !important;
}

.about__bg {
  display: flex;
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .about__bg--desc {
    display: none;
  }
}

.about__bg--mob {
  display: none;
}

@media screen and (max-width: 767px) {
  .about__bg--mob {
    display: flex;
    width: 100%;
  }
  .about__bg--mob picture {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .about__bg {
    margin-top: 30px;
  }
}

.about__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .about__bg img {
    min-height: 400px;
  }
}

.about__info {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .about__info {
    margin-top: 60px;
    flex-direction: column;
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .about__info {
    margin-top: 40px;
    gap: 20px;
  }
}

.about__info-title {
  font-family: var(--font-family);
  font-size: 25px;
  font-weight: 500;
  line-height: 130%;
  /* 32.5px */
  letter-spacing: -0.5px;
  text-transform: uppercase;
  max-width: 750px;
}

@media screen and (max-width: 767px) {
  .about__info-title {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
}

.about__info-text {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 900px;
}

.about__block {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .about__block {
    flex-direction: column;
    gap: 40px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .about__block {
    gap: 20px;
    margin-top: 40px;
  }
}

.about__block-img {
  width: 100%;
  display: flex;
}

.about__block-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .about__block-img img {
    min-height: 400px;
  }
}

.about__block-info {
  padding-left: 55px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .about__block-info {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .about__block-info {
    gap: 20px;
  }
}

.about__block-text {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media screen and (max-width: 767px) {
  .about__block-text {
    gap: 25px;
  }
}

.about .contacts__block-name {
  margin: 0;
}

.about .map-contacts {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .about .map-contacts {
    margin-top: 10px;
  }
}

.about .contacts__blocks {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .about .contacts__blocks {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .about .contacts__blocks {
    margin-top: 40px;
  }
}

.about .swiper-button-next,
.about .swiper-button-prev {
  width: 32px;
  height: 32px;
  z-index: 2;
  display: block;
  position: static;
  margin: 0;
}

.about .swiper-button-next {
  background-image: url(../images/arrow-r.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.about .swiper-button-prev {
  background-image: url(../images/arrow-l.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

.about .swiper__nav {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 15px;
}

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

.about .swiper-pagination {
  display: none;
  position: relative;
  align-items: center;
  padding-top: 10px;
  /*   width: 65px !important; */
  transform: none;
  bottom: 0;
}

.about .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border: 1px solid #312d2b;
  background: transparent;
  opacity: 1;
  margin: 0 2px;
  /* 
      transform: none; */
}

.about .swiper-pagination .swiper-pagination-bullet-active {
  background: #312d2b;
}

.about .swiper-pagination .swiper-pagination-bullet-active-next,
.about .swiper-pagination .swiper-pagination-bullet-active-prev {
  transform: scale(1);
}

.about .swiper-pagination .swiper-pagination-bullet-active-next-next,
.about .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.8);
}

@media screen and (max-width: 767px) {
  .about .swiper-pagination {
    display: flex;
  }
}

.about__slide {
  display: flex;
}

@media screen and (max-width: 767px) {
  .about__slide {
    min-height: 270px;
  }
}

.about__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .about__slide img {
    min-height: 270px;
  }
}

.about .project-detail__slider {
  margin-top: 40px;
}

.about__project {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .about__project {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .about__project {
    margin-top: 40px;
  }
}

.clients__logos {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .clients__logos {
    margin-top: 30px;
  }
}

.clients__logos .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
}

@media screen and (max-width: 1280px) {
  .clients__logos .swiper-wrapper {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .clients__logos .swiper-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .clients__logos .swiper-wrapper {
    display: flex;
    gap: 0;
  }
}

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

.clients__logos .swiper__nav {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .clients__logos .swiper__nav {
    display: none;
  }
}

.clients__logos .swiper-pagination {
  display: none;
  position: relative;
  align-items: center;
  padding-top: 10px;
  /*   width: 65px !important; */
  transform: none;
  bottom: 0;
  width: 100%;
  justify-content: center;
}

.clients__logos .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border: 1px solid #312d2b;
  background: transparent;
  opacity: 1;
  margin: 0 2px;
  /* 
        transform: none; */
}

.clients__logos .swiper-pagination .swiper-pagination-bullet-active {
  background: #312d2b;
}

.clients__logos .swiper-pagination .swiper-pagination-bullet-active-next,
.clients__logos .swiper-pagination .swiper-pagination-bullet-active-prev {
  transform: scale(1);
}

.clients__logos .swiper-pagination .swiper-pagination-bullet-active-next-next,
.clients__logos .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.8);
}

@media screen and (max-width: 767px) {
  .clients__logos .swiper-pagination {
    display: flex;
    width: 100%!important;
    justify-content: center;
  }
}

.clients__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95px;
}

@media screen and (max-width: 767px) {
  .clients__logo {
    height: 70px;
  }
}

.clients__logo-gas {
  align-items: flex-start;
}

.clients__logo-gas img {
  padding-top: 5px;
}

.clients__letters {
  margin-top: 160px;
}

@media screen and (max-width: 991px) {
  .clients__letters {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .clients__letters {
    margin-top: 80px;
  }
}

.clients__letters-blocks {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .clients__letters-blocks {
    margin-top: 20px;
  }
}

.clients__letters-blocks .swiper-wrapper {
  align-items: stretch;
}

.clients__letters-blocks .swiper-button-next,
.clients__letters-blocks .swiper-button-prev {
  width: 32px;
  height: 32px;
  z-index: 2;
  display: block;
  position: static;
  margin: 0;
}

.swiper-button-lock {
  display: none!important;
}

.clients__letters-blocks .swiper-button-next {
  background-image: url(../images/arrow-r.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.clients__letters-blocks .swiper-button-prev {
  background-image: url(../images/arrow-l.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

.clients__letters-blocks .swiper__nav {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .clients__letters-blocks .swiper__nav {
    display: none;
  }
}

.clients__letters-blocks .swiper-pagination {
  display: none;
  position: relative;
  align-items: center;
  padding-top: 10px;
  /*   width: 65px !important; */
  transform: none;
  bottom: 0;
  justify-content: center;
}

.clients__letters-blocks .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border: 1px solid #312d2b;
  background: transparent;
  opacity: 1;
  margin: 0 2px;
  /* 
          transform: none; */
}

.clients__letters-blocks .swiper-pagination .swiper-pagination-bullet-active {
  background: #312d2b;
}

.clients__letters-blocks .swiper-pagination .swiper-pagination-bullet-active-next,
.clients__letters-blocks .swiper-pagination .swiper-pagination-bullet-active-prev {
  transform: scale(1);
}

.clients__letters-blocks .swiper-pagination .swiper-pagination-bullet-active-next-next,
.clients__letters-blocks .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.8);
}

@media screen and (max-width: 767px) {
  .clients__letters-blocks .swiper-pagination {
    display: flex;
  }
}

.clients__letters-block {
  display: flex;
  width: 100%;
  height: auto;
}

.clients__letters-block picture {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .clients__letters-block {
    min-height: 480px;
  }
}

.clients__letters-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .clients__letters-block img {
    min-height: 480px;
  }
}

.politic h1,
.politic h2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .politic h1,
  .politic h2 {
    margin-bottom: 30px;
    font-size: 26px;
    letter-spacing: -0.52px;
  }
}

.politic h3 {
  margin: 40px 0 20px;
}

.politic p {
  margin-bottom: 20px;
}

.politic p:last-child {
  margin-bottom: 0;
}

.politic ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}

.politic ul li {
  padding-left: 20px;
  position: relative;
}

.politic ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #312d2b;
  top: 6px;
  left: 0;
}


.cookie-modal-primary{
  width: 598px;
}

.cookie-modal{
  padding: 40px;
}

.modal-header h2{
  font-size: 25px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 25px */
letter-spacing: -0.5px;
text-transform: uppercase;

}
.modal-header{
  margin-bottom: 20px;
}


.modal-content{
  margin-bottom: 30px;
}

.modal-content p{
  font-size: 16px;
line-height: 150%;
font-family: "Inter Tight";
color: #6F6C6B;
}

.modal-content a{
  text-decoration: none;
  color: #312D2B;
  display: inline;
}

.btn-accept-all{
  font-size: 16px;
line-height: 100%; /* 16px */
text-transform: uppercase;
color: #fff;
padding: 15px 30px;
background: #312D2B;
border: 1px solid transparent;
font-family: "Inter Tight";
font-weight: 400;
}

.btn-accept-all:hover{
  background: transparent;
  color: #312D2B;
  border: 1px solid #312D2B;
  opacity: 1;
}

.cookie-modal-settings-title{
  font-size: 25px;
font-weight: 500;
line-height: 100%; /* 25px */
letter-spacing: -0.5px;
text-transform: uppercase;
color: #312D2B;
}

.cookie-settings{
  margin-top: 30px;
}

.cookie-modal-settings-subTitle{
  font-size: 20px;
font-weight: 500;
line-height: 100%; /* 20px */
letter-spacing: -0.4px;
text-transform: uppercase;
color: #312D2B;
}

.cookie-type-title{
  font-family: "Inter Tight";
  color: #202020;
  line-height: 150%;

  
}

.cookie-checkbox-container input[type="checkbox"] + label{
  padding-left: 40px;
}

.cookie-checkbox-container input[type="checkbox"]:checked + label:after{

  content: '';
  display: inline-block;
  width: 15px;
  height: 11px;
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="15" height="11" viewBox="0 0 15 11" fill="none"%3E%3Cpath d="M0.353516 4.85352L4.85352 9.35352L13.8535 0.353516" stroke="white"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
  left: 6px;
  top: 8px;
}

.cookie-checkbox-container input[type="checkbox"]{
  width: 25px;
height: 25px;
}

.cookie-checkbox-container input[type="checkbox"] + label:before{
  width: 25px;
  height: 25px;

}

.cookie-checkbox-container input[type="checkbox"] + label:before{
  border-color: #312D2B;
}

.cookie-checkbox-container input[type="checkbox"]:checked + label:before{
  border-color: #312D2B;
  background: #312D2B;
}



.cookie-modal-settings p{
  color: #312D2B;
}

.cookie-modal-settings p a{
  color: #6F6C6B;
}

.btn-accept-pick{
  border: 1px solid #312D2B;
  background: transparent;
  font-size: 16px;
font-weight: 400;
line-height: 100%; /* 16px */
text-transform: uppercase;
color: #312D2B;
padding: 15px 30px;
font-family: "Inter Tight";
}

.btn.btn-accept-pick:hover{
  opacity: 1;
}

.btn-cancel{
  font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 16px */
text-transform: uppercase;
font-family: "Inter Tight";
}

.btn-cancel:hover{
  opacity: 1;
}


@media screen and (max-width: 767px) {
  .cookie-modal{
    padding: 15px;
  }

  .modal-header h2{
    font-size: 20px;
line-height: 100%; /* 20px */
letter-spacing: -0.4px;
  }

  .modal-content{
    margin-bottom: 20px;
  }

  .btn-accept-all{
    padding: 10px;
    font-size: 14px;
  }

  .cookie-modal-primary{
    width: calc(100% - 30px);
    right: 15px;
    bottom: 30px;
  }

  .cookie-modal-settings-title{
    font-size: 20px;
font-weight: 500;
line-height: 100%; /* 20px */
letter-spacing: -0.4px;
text-transform: uppercase;
  }

  .cookie-modal-settings p{
    font-size: 14px;
  }

  .cookie-modal-settings-subTitle{
    font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 18px */
letter-spacing: -0.36px;
text-transform: uppercase;
  }

  .btn-accept-pick{
    padding: 10px;
        font-size: 14px;
  }

  .btn-cancel{
    font-size: 14px;
  }

  .cookie-type-title{
    font-size: 14px;
  }
}