@charset "UTF-8";
/***** FONTS *****/
@font-face {
  font-family: "Inter-Medium";
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Bold";
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter-Bold";
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter-Regular";
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
/***** GENERAL ELEMENTS *****/
:root {
  --dark-grey: #535151;
  --grey-transparent-90: rgba(92, 92, 92, 0.9);
  --light-grey: #b4b4b4;
  --light-grey-tranparent-40: rgba(180, 180, 180, 0.4);
  --background-grey: #eeeeee;
  --white: #f5f5f5;
  --white-transparent-85: rgba(241, 241, 241, 0.85);
  --white-transparent-50: rgba(241, 241, 241, 0.5);
  --red: #ed5b5b;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
@media (max-width: 1525px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 1080px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 13px;
  }
}

body {
  font-family: "Inter-Regular";
  font-style: normal;
  font-size: 1rem;
  line-height: 120%;
  color: var(--dark-grey);
  background-color: var(--background-grey);
  letter-spacing: -0.03em;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
body.no-scroll {
  position: fixed;
}

main {
  width: 100%;
  position: relative;
  min-height: calc(100vh - 30rem);
}

section {
  margin: 10rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media (max-width: 992px) {
  section {
    margin: 7.5rem 0;
    gap: 1.5rem;
  }
}
@media (max-width: 680px) {
  section {
    margin: 5.71rem 0;
    gap: 1.428rem;
  }
}
section .head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9375rem;
}
@media (max-width: 992px) {
  section .head {
    gap: 0.8rem;
  }
}
@media (max-width: 680px) {
  section .head {
    gap: 0.714rem;
  }
}
section .head .text {
  max-width: 43.375rem;
}
section .head .button {
  width: 21.25rem;
  max-width: 100%;
}
@media (max-width: 480px) {
  section .head .button {
    width: 100%;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 540px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.md-hidden {
  display: none;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.hidden {
  display: none !important;
}

@media (min-width: 992px) {
  /* Работает в Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: var(--color_1) transparent;
  }
  /* Работает в Chrome, Edge и Safari */
  *::-webkit-scrollbar {
    width: 0.3125rem;
    height: 0.1875rem;
  }
  *::-webkit-scrollbar-track {
    background: transparent;
    border-left: 1px solid #d4d7e7;
  }
  *::-webkit-scrollbar-thumb {
    background-color: var(--color_1);
    border-radius: 1.25rem;
  }
  *::-webkit-scrollbar-thumb:hover {
    background-color: #434356;
  }
}
input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: transparent !important;
  color: fieldtext !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}

a,
a:hover,
button:hover {
  transition: 0.5s;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  outline: 0;
  color: inherit;
  outline: none;
  outline-offset: 0;
  text-decoration: none;
}

a[role=button] {
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg,
svg:hover,
path,
polygon {
  transition: 0.05s;
}

svg:not(:root) {
  overflow: hidden;
}

h1,
h2,
h3 {
  font-weight: normal;
  margin: 0;
}

b,
strong {
  font-family: "Inter-Bold";
  font-weight: normal;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

mark {
  background: none;
  font-weight: 600;
  color: red;
  margin-left: 0.3125rem;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  border: 0;
  border-top: 1px solid #f2f2f2;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
  outline-offset: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 0.125rem;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media (min-width: 280px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 100%;
    width: 91.5rem;
  }
}
/*-----buttons----*/
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  gap: 0.25rem;
  min-height: 2.25rem;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  border: 1px solid transparent;
  font-family: "Montserrat-Bold";
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  box-sizing: border-box;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 992px) {
  .button {
    min-height: 2.857rem;
    font-size: 0.857rem;
    line-height: 1;
  }
}
.button-global {
  color: var(--dark-grey);
  border-color: var(--light-grey-tranparent-40);
}
.button-global:hover, .button-global:focus {
  color: var(--dark-grey);
  border-color: var(--dark-grey);
}
.button-global:active {
  color: var(--dark-grey);
  border-color: var(--dark-grey);
}
.button-white {
  color: var(--white);
  border-color: var(--white-transparent-50);
}
.button-white:hover, .button-white:focus {
  color: var(--white);
  border-color: var(--white);
}
.button-white:active {
  color: var(--white);
  border-color: var(--white);
}

.link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  background: transparent;
  border: none;
  font-family: "Montserrat-Bold";
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media (max-width: 680px) {
  .link {
    font-size: 0.857rem;
    line-height: 1;
  }
}
.link svg,
.link img {
  width: 1.5rem;
  height: auto;
}

/*-----title-----*/
.page-title {
  font-family: "Montserrat-Bold";
  font-size: 2.8125rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
@media (max-width: 680px) {
  .page-title {
    font-size: 2.0714rem;
  }
}

.section-title {
  font-family: "Montserrat-Bold";
  font-size: 2.25rem;
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media (max-width: 680px) {
  .section-title {
    font-size: 1.857rem;
  }
}

.entry-title,
.subtitle {
  font-family: "Montserrat-SemiBold";
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media (max-width: 680px) {
  .entry-title,
.subtitle {
    font-size: 1.285rem;
  }
}

.text-small {
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
@media (max-width: 680px) {
  .text-small {
    font-size: 0.857rem;
    line-height: 1.3;
  }
}

.text-link {
  font-family: "Inter-Bold";
  line-height: 1.1;
  letter-spacing: -0.03em;
}
@media (max-width: 680px) {
  .text-link {
    font-size: 0.857rem;
    line-height: 1;
  }
}

/***** BLOCKS GLOBAL *****/
/*----header-----*/
header {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.4s;
  background-color: var(--background-grey);
}
@media (min-width: 992px) {
  header.sticky {
    top: 0;
    transition: 0.4s;
  }
}
.header {
  min-height: 3.125rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 4.5rem;
}
@media (max-width: 992px) {
  .header .nav {
    display: none;
  }
}

.logo {
  width: 3.125rem;
}
@media (max-width: 992px) {
  .logo {
    margin-left: -0.5rem;
  }
}
.logo img,
.logo svg {
  width: 100%;
  height: auto;
}

.lang {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3.125rem;
  position: relative;
  font-family: "Inter-Medium";
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .lang {
    display: none;
  }
}
.lang .current-lang {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
}
.lang .current-lang:after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background-image: url(../img/icons/down.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.lang ul {
  width: 5rem;
  height: 0;
  position: absolute;
  top: 100%;
  left: -1.6rem;
  right: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
  list-style: none;
  gap: 0.9375rem;
  padding: 0 1.875rem 0;
  background-color: var(--background-grey);
  transition: 0.4s;
  overflow: hidden;
  opacity: 0;
}
.lang ul li {
  position: relative;
  z-index: 10;
  color: var(--dark-grey);
}
.lang ul li:hover {
  color: var(--grey-transparent-90);
}
.lang ul li.active {
  display: none;
}
.lang:hover ul {
  display: flex;
  height: 5.5625rem;
  padding: 1.125rem 1.875rem 1.875rem;
  transition: 0.4s;
  opacity: 1;
}

.toggle {
  display: none;
}
@media (max-width: 992px) {
  .toggle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 2.142rem;
    height: 2.142rem;
    position: relative;
    margin-left: auto;
    cursor: pointer;
  }
}
.toggle img {
  width: 100%;
}

/*----------navigation-------------*/
.nav {
  height: 100%;
  display: inline-flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 992px) {
  .nav {
    display: block;
    height: calc(100% - 9rem);
    overflow-y: auto;
    margin-bottom: 2.5rem;
  }
}
.nav .head-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2.5rem;
  height: 100%;
}
@media (max-width: 992px) {
  .nav .head-menu {
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.5rem;
  }
}
.nav .head-menu li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3.125rem;
  position: relative;
}
@media (max-width: 992px) {
  .nav .head-menu li {
    justify-content: flex-start;
    min-height: 1px;
  }
}
.nav .head-menu li a {
  font-family: "Inter-Medium";
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--dark-grey);
}
.nav .head-menu li a:hover {
  color: var(--grey-transparent-90);
}
@media (max-width: 992px) {
  .nav .head-menu li a {
    font-size: 1rem;
    color: var(--white);
  }
  .nav .head-menu li a:hover {
    color: var(--white);
  }
}
.nav .head-menu li a.no-link:after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background-image: url(../img/icons/down.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .nav .head-menu li a.no-link:after {
    width: 0.714rem;
    height: 0.714rem;
    background-image: url(../img/icons/down-white.svg);
  }
}
.nav .head-menu li a.active:after {
  transform: rotate(180deg);
}
.nav .head-menu li .sub-menu {
  width: 46rem;
  height: 0;
  position: absolute;
  top: 100%;
  left: -16rem;
  right: 0;
  display: flex;
  gap: 0.9375rem 2rem;
  align-items: flex-start;
  padding: 0 1.875rem 0;
  background-color: var(--background-grey);
  transition: 0.4s;
  overflow: hidden;
  opacity: 0;
}
@media (max-width: 992px) {
  .nav .head-menu li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0.875rem 0 0;
    gap: 1.5rem;
    background-color: transparent;
    display: none;
  }
  .nav .head-menu li .sub-menu.active {
    display: flex;
    flex-direction: column;
    opacity: 1;
    height: auto;
  }
}
.nav .head-menu li .sub-menu li {
  width: calc(50% - 1rem);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 1px;
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .nav .head-menu li .sub-menu li {
    width: 100%;
    border: none;
    padding: 0 0 0 1rem;
  }
  .nav .head-menu li .sub-menu li:before {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    display: block;
    background-color: var(--white);
    position: absolute;
    top: 0.2rem;
    left: 0;
  }
}
.nav .head-menu li .sub-menu li a {
  text-transform: uppercase;
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .nav .head-menu li .sub-menu li a {
    font-size: 1rem;
  }
}
.nav .head-menu li .sub-menu li ul {
  width: 100%;
  padding: 0;
  margin-top: 0.875rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.9375rem 2rem;
}
.nav .head-menu li .sub-menu li ul li {
  width: 100%;
  padding-left: 1.125rem;
  position: relative;
}
.nav .head-menu li .sub-menu li ul li:before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  display: block;
  background-color: var(--dark-grey);
  position: absolute;
  top: 0.2rem;
  left: 0;
}
.nav .head-menu li .sub-menu li ul li a {
  line-height: 1.2;
}
.nav .head-menu li .sub-menu li ul li ul {
  margin-top: 0.5rem;
  gap: 0.75rem;
}
.nav .head-menu li .sub-menu li ul li ul li {
  display: flex;
  align-items: center;
  padding: 0;
  margin-left: -1rem;
}
@media (max-width: 992px) {
  .nav .head-menu li .sub-menu li ul li ul li {
    margin-left: 0;
  }
}
.nav .head-menu li .sub-menu li ul li ul li:before {
  display: none;
}
.nav .head-menu li .sub-menu li ul li ul li a {
  text-transform: none;
}
.nav .head-menu li .sub-menu li ul li ul li a:before {
  content: "";
  width: 1.2rem;
  min-width: 1.2rem;
  height: 1.2rem;
  background-image: url(../img/icons/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .nav .head-menu li .sub-menu li ul li ul li a:before {
    background-image: url(../img/icons/arrow-white.svg);
  }
}
@media (min-width: 992px) {
  .nav .head-menu li:hover a.no-link:after {
    transform: rotate(180deg);
  }
}
@media (min-width: 992px) {
  .nav .head-menu li:hover .sub-menu {
    height: auto;
    padding: 1.125rem 1.875rem 1.875rem;
    opacity: 1;
    transition: 0.4s;
  }
}

.nav-mobile {
  width: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  z-index: 99999;
  color: var(--white);
  background-color: var(--dark-grey);
  padding: 7.5rem 2.5rem 2.5rem;
  display: none;
  transition: 0.4s;
}
@media (max-width: 992px) {
  .nav-mobile {
    display: block;
  }
}
@media (max-width: 540px) {
  .nav-mobile {
    padding: 5rem 2rem 2.5rem;
  }
}
.nav-mobile.active {
  left: 0;
  transition: 0.4s;
}
.nav-mobile .close {
  position: absolute;
  top: 1.7857rem;
  right: 1.7857rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
.nav-mobile .close:before, .nav-mobile .close:after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 0.125rem;
  background: #fff;
  position: absolute;
  transition: 0.6s;
  top: 0.3rem;
}
.nav-mobile .close:before {
  transform: rotate(45deg);
}
.nav-mobile .close:after {
  transform: rotate(-45deg);
}
.nav-mobile .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.nav-mobile .bottom .logo {
  width: 6.142rem;
  margin-left: -1.5rem;
  margin-bottom: -1rem;
}
.nav-mobile .bottom .logo img {
  width: 100%;
}
.nav-mobile .bottom .lang-mobile {
  display: flex;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav-mobile .bottom .lang-mobile li a {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.nav-mobile .bottom .lang-mobile li.active {
  opacity: 0.5;
}

.forma {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.25rem;
}
.forma .form-row-wide {
  width: 100%;
  position: relative;
}
.forma .form-row-first,
.forma .form-row-last {
  width: calc(50% - 0.125rem);
}
@media (max-width: 540px) {
  .forma .form-row-first,
.forma .form-row-last {
    width: 100%;
  }
}
.forma input {
  width: 100%;
  background: transparent;
  border: 1px solid var(--light-grey-tranparent-40);
  height: 2.5rem;
  padding: 0.5rem 1rem;
  color: var(--white);
}
.forma input.wpcf7-not-valid {
  border-color: var(--red);
}
.forma input::-webkit-input-placeholder {
  color: var(--light-grey);
}
.forma input::-moz-placeholder {
  color: var(--light-grey);
}
.forma input:-moz-placeholder {
  color: var(--light-grey);
}
.forma input:-ms-input-placeholder {
  color: var(--light-grey);
}
.forma input:focus::-webkit-input-placeholder {
  color: transparent;
}
.forma input:focus::-moz-placeholder {
  color: transparent;
}
.forma input:focus:-moz-placeholder {
  color: transparent;
}
.forma input:focus:-ms-input-placeholder {
  color: transparent;
}

.agreement-check {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.agreement-check p {
  margin: 0;
  color: var(--white-transparent-50);
  font-size: 12px;
}
.agreement-check p a {
  text-decoration: underline;
}
.agreement-check p a:hover {
  text-decoration: none;
}

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

.wpcf7-acceptance label > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.wpcf7-acceptance label > span.wpcf7-list-item-label {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
}

.wpcf7-acceptance label > span.wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid var(--light-grey);
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60% 60%;
}

.wpcf7-acceptance label > input:not(:disabled):not(:checked) + span.wpcf7-list-item-label:hover::before {
  border-color: var(--white-transparent-85);
}

.wpcf7-acceptance label > input:checked + span.wpcf7-list-item-label::before {
  border-color: var(--white-transparent-85);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.58601 5.08101L0.85101 3.34601C0.757522 3.25252 0.630723 3.2 0.49851 3.2C0.366297 3.2 0.239499 3.25252 0.14601 3.34601C0.0525215 3.4395 0 3.5663 0 3.69851C0 3.76398 0.0128945 3.8288 0.0379469 3.88928C0.0629994 3.94976 0.0997193 4.00472 0.14601 4.05101L2.23601 6.14101C2.43101 6.33601 2.74601 6.33601 2.94101 6.14101L8.23101 0.85101C8.3245 0.757522 8.37702 0.630724 8.37702 0.49851C8.37702 0.366297 8.3245 0.239499 8.23101 0.14601C8.13752 0.0525216 8.01072 0 7.87851 0C7.7463 0 7.6195 0.0525216 7.52601 0.14601L2.58601 5.08101Z' fill='%23F1F1F1' fill-opacity='0.85'/%3e%3c/svg%3e ");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.wpcf7-acceptance label > input:disabled + span.wpcf7-list-item-label::before {
  background-color: #e9ecef;
}

.wpcf7-not-valid-tip {
  color: var(--red);
  font-size: 0.75em;
  font-weight: normal;
  display: none;
}

.wpcf7-response-output {
  display: none !important;
  padding: 0 !important;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid var(--light-grey-tranparent-40);
  border-radius: 0;
  height: 2.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--light-grey);
  line-height: 1;
  height: 2.5rem;
  padding: 0.25rem 1rem;
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--light-grey);
}

.select2-dropdown {
  border: 1px solid var(--light-grey-tranparent-40);
  background-color: var(--dark-grey);
  color: var(--white);
  border-radius: 0;
  z-index: 1051;
}

.select2-results__option {
  padding: 0.35rem 1rem;
  user-select: none;
  -webkit-user-select: none;
  color: var(--white);
}

.select2-container--default .select2-results__option--selected {
  background-color: var(--light-grey-tranparent-40);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--light-grey-tranparent-40);
  color: var(--white);
}

.atributes {
  margin: 0.625rem 0;
  padding: 0;
  list-style: none;
}
.atributes li {
  padding: 0.3125rem 0;
  border-bottom: 1px solid var(--light-grey-tranparent-40);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
.atributes li span:first-child {
  color: var(--grey-transparent-90);
  opacity: 0.5;
}
.atributes li:first-child {
  border-top: 1px solid var(--light-grey-tranparent-40);
}

/*------ modal ------*/
.state {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.state.active {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(0.625rem);
}

.state-box {
  width: 31.25rem;
  min-height: 26.25rem;
  padding: 3.75rem;
  max-width: 90%;
  max-height: 100%;
  background: transparent;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background-color: var(--background-grey);
}
@media (max-width: 540px) {
  .state-box {
    max-width: 100%;
  }
}
.state-box .close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
@media (max-width: 30rem) {
  .state-box .close {
    top: 1.5rem;
    right: 1rem;
  }
}
.state-box .close:before, .state-box .close:after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.125rem;
  background-color: var(--dark-grey);
  position: absolute;
  transition: 0.6s;
  top: 0.3rem;
}
.state-box .close:before {
  transform: rotate(45deg);
}
.state-box .close:after {
  transform: rotate(-45deg);
}
.state-box .close:hover:before, .state-box .close:hover:after {
  opacity: 0.5;
}
.state-box.review-modal {
  width: 37.5rem;
  padding: 3.75rem;
  overflow-y: auto;
  min-height: 1rem;
}
@media (max-width: 540px) {
  .state-box.review-modal {
    padding: 3.75rem 1.5rem;
  }
}
.state-box.review-modal .text-review {
  max-height: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.state-box.review-modal .text-review p:first-child {
  margin-top: 0;
}
.state-box.review-modal .text-review p:last-child {
  margin-bottom: 0;
}
.state-box.review-modal .text-review .author {
  color: var(--grey-transparent-90);
}
.state-box.about-modal {
  width: 62.5rem;
  padding: 3.75rem 6.25rem;
  overflow-y: auto;
}
@media (max-width: 992px) {
  .state-box.about-modal {
    padding: 3.75rem;
  }
}
@media (max-width: 540px) {
  .state-box.about-modal {
    padding: 3.75rem 1.5rem;
  }
}
.state-box.about-modal .text-about {
  max-height: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}
@media (max-width: 540px) {
  .state-box.about-modal .text-about .section-title {
    text-align: left;
  }
}
.state-box.about-modal .text-about .text {
  max-width: 35.625rem;
  margin: 0.9375rem auto;
  text-align: center;
}
@media (max-width: 540px) {
  .state-box.about-modal .text-about .text {
    text-align: left;
  }
}
.state-box.about-modal .text-about .section-request-popap {
  margin: 0;
  padding: 0;
}
.state-box.about-modal .text-about .section-request-popap .infobox {
  gap: 1rem;
}
.state-box.about-modal .text-about .section-request-popap .section-title {
  font-family: "Montserrat-SemiBold";
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media (max-width: 680px) {
  .state-box.about-modal .text-about .section-request-popap .section-title {
    font-size: 1.285rem;
  }
}
.state-box.about-modal .text-about .section-request-popap .block,
.state-box.about-modal .text-about .section-request-popap .image {
  width: calc(50% - 0.75rem);
}
@media (max-width: 992px) {
  .state-box.about-modal .text-about .section-request-popap .block,
.state-box.about-modal .text-about .section-request-popap .image {
    width: 100%;
  }
}
.state-box.about-modal .text-about .section-request-popap .image img {
  width: 100%;
  aspect-ratio: 400/350;
  object-fit: cover;
}
@media (max-width: 480px) {
  .state-box.about-modal .text-about .section-request-popap .image img {
    width: 100%;
    aspect-ratio: 276/230;
    object-fit: cover;
  }
}
.state-box.about-modal .text-about .section-request-popap .forma .form-row-first {
  width: 100%;
}
.state-box.call-modal {
  width: 51.6875rem;
  padding: 6.5rem 6.25rem;
  background: var(--dark-grey);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .state-box.call-modal {
    padding: 3.75rem;
  }
}
@media (max-width: 540px) {
  .state-box.call-modal {
    padding: 3.75rem 1.5rem;
  }
}
.state-box.call-modal .close:before, .state-box.call-modal .close:after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.125rem;
  background-color: var(--white);
  position: absolute;
  transition: 0.6s;
  top: 0.3rem;
}
.state-box .button {
  width: 100%;
}
.state-box .dropdown-wrapper {
  position: relative;
}

.to-state {
  cursor: pointer;
}

.carousel {
  position: relative;
}
.carousel .swiper-nav {
  position: absolute;
  top: -2.75rem;
  right: 0;
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 680px) {
  .carousel .swiper-nav {
    display: none;
  }
}
@media (max-width: 680px) {
  .carousel .swiper {
    overflow: visible;
  }
}
.carousel .swiper-button-prev,
.carousel .swiper-button-next {
  position: static;
  width: 2.1875rem;
  height: 2.1875rem;
  border: 1px solid var(--light-grey);
  color: var(--light-grey);
  transition: 0.3s;
}
.carousel .swiper-button-prev:after,
.carousel .swiper-button-next:after {
  display: none;
}
.carousel .swiper-button-prev:hover,
.carousel .swiper-button-next:hover {
  border-color: var(--dark-grey);
  color: var(--dark-grey);
  transition: 0.3s;
}
.carousel .swiper-button-prev {
  transform: rotate(180deg);
}
.carousel.cases .swiper-wrapper {
  align-items: stretch;
  align-content: stretch;
}
.carousel.cases .swiper-wrapper .swiper-slide {
  align-self: stretch;
  height: auto;
  display: flex;
}

footer {
  position: relative;
  background-color: var(--dark-grey);
  color: var(--white);
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.5rem 7rem;
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .footer-top {
    flex-direction: column;
    margin-bottom: 0;
    gap: 2.857rem;
  }
}
.footer-top .logo {
  margin-right: auto;
  width: 5.4375rem;
}
@media (max-width: 992px) {
  .footer-top .logo {
    width: 6.214em;
    order: 10;
    margin-left: -1.5rem;
  }
}
.footer-top .logo img {
  width: 100%;
  height: auto;
}
.footer-top .widget {
  min-width: 8rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.footer-top .widget-title {
  color: var(--light-grey-tranparent-40);
  font-family: "Inter-Medium";
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
}
.footer-top ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.footer-top ul li a {
  color: var(--white);
  font-family: "Inter-Medium";
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
}
.footer-top ul li a:hover {
  color: var(--white-transparent-50);
}
.footer-top .contacts {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.footer-top .contacts a:hover {
  color: var(--light-grey);
}
.footer-top .contacts address {
  max-width: 21.25rem;
  font-style: normal;
  color: var(--light-grey);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}
@media (max-width: 480px) {
  .footer-bottom {
    align-items: flex-end;
  }
}
.footer-bottom .widget:last-child {
  text-align: right;
}

.copy {
  color: var(--white-transparent-50);
}
@media (max-width: 480px) {
  .copy {
    max-width: 10.714rem;
  }
}
.copy a {
  color: var(--white-transparent-50);
}
.copy a:hover {
  color: var(--white);
}

.social {
  display: flex;
  gap: 0.9375rem;
  margin-top: 0.625rem;
}
.social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social a svg,
.social a img {
  width: 1.75rem;
  height: auto;
}
.social a:hover {
  background: var(--light-grey);
}

article {
  margin-top: 1.875rem;
}
@media (max-width: 992px) {
  article {
    margin-top: 20px;
  }
}
article h2,
article h3,
article h4,
article h5 {
  margin: 1.6em 0 0.8em;
  width: 100%;
  font-family: "Montserrat-Bold";
  text-transform: uppercase;
}
article h2:first-child,
article h3:first-child,
article h4:first-child,
article h5:first-child {
  margin-top: 0;
}
article h2:last-child,
article h3:last-child,
article h4:last-child,
article h5:last-child {
  margin-bottom: 0;
}
article h2 {
  font-size: 1.75rem;
}
@media (max-width: 992px) {
  article h2 {
    font-size: 1.4rem;
  }
}
article h3 {
  font-size: 1.5rem;
  margin: 1em 0;
}
@media (max-width: 992px) {
  article h3 {
    font-size: 1.2rem;
  }
}
article h4 {
  font-size: 1.2rem;
}
@media (max-width: 992px) {
  article h4 {
    font-size: 1rem;
  }
}
article p {
  margin: 1.2em 0;
}
article p:first-child {
  margin-top: 0;
}
article p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  article p {
    font-size: 14px;
  }
}
article b,
article strong {
  font-family: "Inter-Bold";
  font-weight: normal;
}
article a {
  color: inherit;
  text-decoration: underline;
}
article a:hover {
  text-decoration: none;
}
article .wp-block-image {
  margin: 3rem 0;
  text-align: center;
}
article .wp-block-image:first-child {
  margin-top: 0;
}
article .wp-block-image:last-child {
  margin-bottom: 0;
}
article .wp-element-caption {
  margin-top: 1.5rem;
  color: #adb2db;
  font-size: 1rem;
}
article ul {
  padding-left: 2rem;
  margin: 1.2em 0;
  width: 100%;
}
article ul:first-child {
  margin-top: 0;
}
article ul:last-child {
  margin-bottom: 0;
}
article ul li {
  margin: 1.2em 0;
  position: relative;
  /*
  &:before {
  	content: "";
  	width: 0.375rem;
  	height: 0.375rem;
  	background: $global-color;
  	border-radius: 100%;
  	position: absolute;
  	left: 0;
  	top: calc(50% - 0.3125rem);
  }
  */
}
article ol {
  padding: 0 0 0 1.25rem;
  margin: 1.2em 0;
  width: 100%;
}
article ol:first-child {
  margin-top: 0;
}
article ol:last-child {
  margin-bottom: 0;
}
article ol li {
  counter-increment: listCounter;
  padding-left: 0.3125rem;
  margin: 0.5em 0;
  position: relative;
}
article ol li::marker {
  font-family: "Inter-Bold";
  margin-top: 0.3125rem;
}

.project-item {
  padding: 1.25rem;
  border: 1px solid var(--light-grey);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.625rem;
  transition: 0.3s;
}
@media (max-width: 680px) {
  .project-item {
    padding: 0.75rem;
  }
}
.project-item .image img {
  width: 100%;
  aspect-ratio: 420/270;
  object-fit: cover;
}
.project-item .atributes {
  margin: 0.625rem 0;
}
@media (max-width: 680px) {
  .project-item .atributes {
    display: none;
  }
}
.project-item .atributes li span {
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.project-item .atributes li span:first-child {
  color: var(--grey-transparent-90);
  opacity: 0.5;
  transition: 0.3s;
}
.project-item .atributes li:first-child {
  border-top: 1px solid var(--light-grey-tranparent-40);
}
.project-item .buttons {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 680px) {
  .project-item .buttons {
    justify-content: flex-end;
    margin-top: auto;
  }
  .project-item .buttons .button-global {
    margin-top: 1.428em;
    display: none;
  }
}

.review-item {
  padding: 1.25rem;
  border: 1px solid var(--light-grey);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.9375rem;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 680px) {
  .review-item {
    padding: 0.857rem;
  }
}
.review-item .rating {
  display: flex;
  color: var(--light-grey);
  transition: 0.3s;
}
.review-item .rating svg,
.review-item .rating img {
  width: 1.25rem;
  height: auto;
  transition: 0.3s;
}
.review-item .text {
  margin-top: 0.9375rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
@media (max-width: 680px) {
  .review-item .text {
    font-size: 1.142rem;
    line-height: 1.2;
  }
}
.review-item .author {
  color: var(--grey-transparent-90);
  transition: 0.3s;
}
.review-item:hover {
  transition: 0.3s;
}
@media (min-width: 992px) {
  .review-item:hover {
    background-color: var(--dark-grey);
    border-color: var(--dark-grey);
    color: var(--white);
  }
}
.review-item:hover .rating {
  transition: 0.3s;
}
@media (min-width: 992px) {
  .review-item:hover .rating {
    color: var(--white);
  }
}
.review-item:hover .author {
  transition: 0.3s;
}
@media (min-width: 992px) {
  .review-item:hover .author {
    color: var(--white);
  }
}

.team-item {
  padding: 1.25rem;
  border: 1px solid var(--light-grey);
  background-color: var(--background-grey);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.625rem;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 680px) {
  .team-item {
    padding: 0.75rem;
  }
}
.team-item .image img {
  width: 100%;
  aspect-ratio: 300/320;
  object-fit: cover;
}
.team-item .position {
  color: var(--grey-transparent-90);
  transition: 0.3s;
}
.team-item .info {
  margin-top: 1.25rem;
  display: none;
  transition: 0.3s;
}
.team-item:hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .team-item:hover {
    background-color: var(--dark-grey);
    border-color: var(--dark-grey);
    color: var(--white);
  }
}
.team-item:hover .position {
  transition: 0.3s;
}
@media (min-width: 992px) {
  .team-item:hover .position {
    color: var(--white-transparent-50);
  }
}
.team-item:hover .info {
  display: flex;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .team-item:hover .info {
    color: var(--white);
  }
}

.case-item {
  min-height: 25.5rem;
  padding: 1.25rem;
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.625rem;
  transition: 0.3s;
}
@media (max-width: 680px) {
  .case-item {
    min-height: 1rem;
  }
}
.case-item .image img {
  width: 100%;
  aspect-ratio: 420/270;
  object-fit: cover;
}
.case-item .link {
  margin-top: auto;
  margin-left: auto;
}
@media (max-width: 680px) {
  .case-item .link {
    margin-top: 1.428rem;
  }
}
.case-item:hover {
  transition: 0.3s;
}
@media (min-width: 992px) {
  .case-item:hover {
    background-color: var(--dark-grey);
    border-color: var(--dark-grey);
    color: var(--white);
  }
}

/***** Sections *****/
.section-intro {
  margin: 0;
  padding: 3.75rem 0;
  min-height: 46.25rem;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 680px) {
  .section-intro {
    min-height: 1rem;
    height: auto;
    padding: 0;
  }
}
.section-intro .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 680px) {
  .section-intro .image {
    position: relative;
    aspect-ratio: 320/240;
  }
}
.section-intro .image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(10.57deg, rgba(0, 0, 0, 0.65) 33.588%, rgba(102, 102, 102, 0) 70%);
}
@media (max-width: 680px) {
  .section-intro .image:after {
    display: none;
  }
}
.section-intro .container {
  position: relative;
  z-index: 10;
}
.section-intro .intro {
  max-width: 61.375rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.9375rem;
  color: #fff;
}
@media (max-width: 680px) {
  .section-intro .intro {
    color: var(--dark-grey);
    padding: 6rem 0 1.428rem;
  }
}
.section-intro .intro .button {
  min-width: 18.75rem;
  margin-top: 0.9375rem;
}
@media (max-width: 680px) {
  .section-intro .intro .button {
    width: 100%;
    color: var(--dark-grey);
    border-color: var(--light-grey-tranparent-40);
  }
  .section-intro .intro .button:hover, .section-intro .intro .button:focus {
    color: var(--dark-grey);
    border-color: var(--dark-grey);
  }
  .section-intro .intro .button:active {
    color: var(--dark-grey);
    border-color: var(--dark-grey);
  }
}
.section-intro .intro .text p:first-child {
  margin-top: 0;
}
.section-intro .intro .text p:last-child {
  margin-bottom: 0;
}
.section-intro .intro .text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
.section-intro .intro .text ul li {
  padding-left: 1.125rem;
  position: relative;
}
.section-intro .intro .text ul li:before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  display: block;
  background-color: var(--white);
  position: absolute;
  top: 0.4rem;
  left: 0;
}
@media (max-width: 680px) {
  .section-intro .intro .text ul li:before {
    background-color: var(--dark-grey);
  }
}

.single-services .section-intro .intro {
  max-width: 65rem;
}

.intro-project {
  background-color: var(--dark-grey);
  padding: 0;
  position: relative;
}
@media (max-width: 992px) {
  .intro-project {
    height: auto;
  }
}
.intro-project .container {
  display: flex;
  align-items: flex-end;
  gap: 1.25rem;
  padding-top: 4.5rem;
  padding-bottom: 1.25rem;
  height: 100vh;
  position: static;
}
@media (max-width: 992px) {
  .intro-project .container {
    flex-direction: column;
    gap: 3.428rem;
    padding-top: 8rem;
    padding-bottom: 2rem;
    height: auto;
  }
}
.intro-project .container .block {
  width: calc(50% - 0.625rem);
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media (max-width: 992px) {
  .intro-project .container .block {
    width: 100%;
  }
}
.intro-project .container .block .atributes {
  margin: 0;
}
.intro-project .container .block .atributes li span:first-child {
  color: var(--white-transparent-85);
  opacity: 0.5;
}
.intro-project .container .block .atributes li:first-child {
  border-top: 1px solid var(--light-grey-tranparent-40);
}
.intro-project .container .project-img {
  position: absolute;
  left: calc(50% + 0.625rem);
  top: 4.375rem;
  right: 1.25rem;
  bottom: 1.25rem;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 992px) {
  .intro-project .container .project-img {
    width: 100%;
    aspect-ratio: 300/225;
    position: static;
  }
}

.section-project-about {
  gap: 5rem;
}
@media (max-width: 992px) {
  .section-project-about {
    gap: 3rem;
  }
}
@media (max-width: 680px) {
  .section-project-about {
    gap: 1.785rem;
  }
}
.section-project-about .head {
  gap: 1.875rem;
}
@media (max-width: 680px) {
  .section-project-about .head {
    gap: 0.785rem;
  }
}
.section-project-about .head p:first-child {
  margin-top: 0;
}
.section-project-about .head p:last-child {
  margin-bottom: 0;
}
@media (max-width: 680px) {
  .section-project-about .head .button {
    margin-top: 0.714rem;
  }
}

.project-gallery {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.project-gallery .images {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.project-gallery .images a {
  display: block;
  width: calc(50% - 0.3125rem);
  background-color: var(--white);
}
@media (max-width: 540px) {
  .project-gallery .images a {
    width: 100%;
  }
}
.project-gallery .images a img {
  width: 100%;
  aspect-ratio: 695/500;
  object-fit: cover;
}
@media (max-width: 540px) {
  .project-gallery .images a img {
    aspect-ratio: 320/230;
  }
}
.project-gallery .images a:nth-child(1), .project-gallery .images a:nth-child(4), .project-gallery .images a:nth-child(7), .project-gallery .images a:nth-child(10) {
  width: 100%;
}
.project-gallery .images a:nth-child(1) img, .project-gallery .images a:nth-child(4) img, .project-gallery .images a:nth-child(7) img, .project-gallery .images a:nth-child(10) img {
  width: 100%;
  aspect-ratio: 1405/790;
  object-fit: cover;
}
@media (max-width: 540px) {
  .project-gallery .images a:nth-child(1) img, .project-gallery .images a:nth-child(4) img, .project-gallery .images a:nth-child(7) img, .project-gallery .images a:nth-child(10) img {
    aspect-ratio: 320/230;
  }
}
.project-gallery .planes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.project-gallery .planes a {
  display: block;
  width: calc(50% - 0.3125rem);
  background-color: var(--white);
}
@media (max-width: 540px) {
  .project-gallery .planes a {
    width: 100%;
  }
}
.project-gallery .planes a img {
  width: 100%;
  aspect-ratio: 695/500;
  object-fit: contain;
}
@media (max-width: 540px) {
  .project-gallery .planes a img {
    aspect-ratio: 320/230;
  }
}

.services {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.services .item {
  width: calc(50% - 0.3125rem);
  min-height: 22.75rem;
  display: flex;
  border: 1px solid var(--light-grey);
  padding: 1.25rem;
  gap: 1.25rem;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .services .item {
    width: 100%;
    min-height: 1rem;
    padding: 0.857rem;
  }
}
.services .item .image {
  width: calc(50% - 0.625rem);
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 540px) {
  .services .item .image {
    display: none;
  }
}
.services .item .block {
  width: calc(50% - 0.625rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.625rem;
}
@media (max-width: 540px) {
  .services .item .block {
    width: 100%;
  }
}
.services .item .block ul {
  margin: 0 0 0.625rem 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
.services .item .block ul li {
  padding-left: 1.125rem;
  color: var(--grey-transparent-90);
  position: relative;
  transition: 0.3s;
}
.services .item .block ul li:before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  display: block;
  background-color: var(--dark-grey);
  position: absolute;
  top: 0.4rem;
  left: 0;
  transition: 0.3s;
}
.services .item .block .link {
  margin-top: auto;
}
@media (min-width: 992px) {
  .services .item:hover {
    background-color: var(--dark-grey);
    border-color: var(--dark-grey);
    color: var(--white);
    transition: 0.3s;
  }
  .services .item:hover .block ul li {
    color: var(--white-transparent-85);
    transition: 0.3s;
  }
  .services .item:hover .block ul li::before {
    background-color: var(--white);
    transition: 0.3s;
  }
}

.services-image {
  display: none;
}
@media (max-width: 540px) {
  .services-image {
    display: block;
    margin: 0 -1.5rem;
  }
  .services-image img {
    width: 100%;
    aspect-ratio: 320/240;
    object-fit: cover;
  }
}

.directions {
  display: flex;
  flex-direction: column;
}
@media (max-width: 680px) {
  .directions {
    gap: 0.714rem;
  }
}
.directions .item {
  padding: 1.875rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5rem 6.375rem;
  border-bottom: 1px solid var(--light-grey);
  transition: 0.3s;
}
.directions .item:first-child {
  border-top: 1px solid var(--light-grey);
}
@media (max-width: 992px) {
  .directions .item {
    gap: 0.714rem;
  }
}
@media (max-width: 680px) {
  .directions .item {
    border: 1px solid var(--light-grey);
    padding: 0.714rem;
  }
}
.directions .item .block {
  max-width: 28.125rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (max-width: 540px) {
  .directions .item .block {
    width: 100%;
    max-width: 100%;
  }
}
.directions .item .link {
  margin-left: auto;
  margin-top: auto;
}
@media (max-width: 680px) {
  .directions .item .link {
    margin-top: 1.428rem;
  }
}
@media (min-width: 992px) {
  .directions .item:hover {
    padding: 1.875rem;
    background-color: var(--dark-grey);
    border-color: var(--dark-grey);
    color: var(--white);
    transition: 0.3s;
  }
}

.directions-image {
  display: none;
}
@media (max-width: 540px) {
  .directions-image {
    display: block;
    margin: 0 -1.5rem;
  }
  .directions-image img {
    width: 100%;
    aspect-ratio: 320/240;
    object-fit: cover;
  }
}

.section-cases .bottom {
  display: none;
}
@media (max-width: 540px) {
  .section-cases .bottom {
    display: block;
  }
  .section-cases .bottom .button {
    width: 100%;
  }
}

.about {
  display: flex;
  flex-direction: column;
}
.about .team .swiper-slide {
  padding-bottom: 5rem;
  position: relative;
}

.infobox {
  padding: 1.875rem;
  background-color: var(--dark-grey);
  color: var(--white);
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
@media (max-width: 680px) {
  .infobox {
    padding: 0.857rem;
    gap: 0.857rem;
  }
}
.infobox .image {
  width: calc(50% - 0.9375rem);
}
@media (max-width: 992px) {
  .infobox .image {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .infobox .image img {
    width: 100%;
    aspect-ratio: 276/230;
    object-fit: cover;
  }
}
.infobox .block {
  width: calc(50% - 2.8125rem);
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .infobox .block {
    width: 100%;
    padding-bottom: 0.57em;
  }
}
.infobox .block .text p:first-child {
  margin-top: 0;
}
.infobox .block .text p:last-child {
  margin-bottom: 0;
}
.infobox .block .link {
  margin-top: auto;
}
@media (max-width: 680px) {
  .infobox .block .link {
    margin-top: 1.285rem;
  }
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.accordion .accordion-box {
  padding: 1.25rem;
  border: 1px solid var(--light-grey);
  background-color: var(--background-grey);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
@media (max-width: 680px) {
  .accordion .accordion-box {
    padding: 1.714rem 0.857rem;
  }
}
.accordion .accordion-box .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 680px) {
  .accordion .accordion-box .top {
    align-items: flex-start;
  }
}
.accordion .accordion-box .top .off {
  display: none;
}
.accordion .accordion-box .top .on {
  display: block;
}
.accordion .accordion-box .top svg,
.accordion .accordion-box .top img {
  width: 1.5rem;
  height: auto;
}
.accordion .accordion-box .accordion-body {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
  box-sizing: border-box;
}
.accordion .accordion-box .accordion-body .block {
  max-width: 62.5rem;
  padding-top: 1.25rem;
}
@media (max-width: 680px) {
  .accordion .accordion-box .accordion-body .block {
    padding-top: 0.857rem;
  }
}
.accordion .accordion-box .accordion-body .block p:first-child {
  margin-top: 0;
}
.accordion .accordion-box .accordion-body .block p:last-child {
  margin-bottom: 0;
}
.accordion .accordion-box.active {
  background-color: var(--dark-grey);
  border-color: var(--dark-grey);
  color: var(--white);
  transition: 0.3s;
}
.accordion .accordion-box.active .top .off {
  display: block;
}
.accordion .accordion-box.active .top .on {
  display: none;
}
.accordion .accordion-box:hover {
  transition: 0.3s;
}
@media (min-width: 992px) {
  .accordion .accordion-box:hover {
    background-color: var(--dark-grey);
    border-color: var(--dark-grey);
    color: var(--white);
  }
}

.request {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 680px) {
  .request {
    margin-bottom: -2.5rem;
  }
}
.request .block {
  gap: 1.875rem;
}
@media (max-width: 992px) {
  .request .block {
    order: 2;
  }
}
@media (max-width: 680px) {
  .request .block {
    gap: 1.285rem;
    padding-bottom: 0.857em;
  }
}
.request .block .forma {
  width: 100%;
}
.request .block .forma .button {
  width: 100%;
}

.section-offer {
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .section-offer {
    display: none;
  }
}
.section-offer .block {
  width: 56.5rem;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
}
.section-offer .block .text {
  max-width: 42rem;
}

.section-advantages {
  margin-top: 5rem;
}
@media (max-width: 680px) {
  .section-advantages {
    display: none;
  }
}

.advantages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.625rem;
  min-height: 15rem;
  margin-bottom: 0.9375rem;
}
.advantages:last-child {
  margin-bottom: 0;
}
.advantages .item {
  width: calc(33.33% - 0.4375rem);
  min-height: 15rem;
  padding: 1.25rem;
  border: 1px solid var(--light-grey);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.75rem;
}
.advantages .item .num {
  margin-bottom: auto;
}

.projects-grid {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: center;
}
.projects-grid .show-projects {
  margin-top: 1rem;
}
@media (max-width: 480px) {
  .projects-grid .show-projects {
    width: 100%;
  }
}

.projects {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
@media (min-width: 993px) {
  .projects {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0.625rem;
    grid-row-gap: 0.625rem;
  }
}
.projects .case-item {
  width: calc(50% - 0.3125rem);
}
@media (max-width: 540px) {
  .projects .case-item {
    width: 100%;
  }
}
@media (min-width: 993px) {
  .projects .case-item {
    width: 100%;
  }
  .projects .case-item:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .projects .case-item:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .projects .case-item:nth-child(3) {
    grid-area: 1/2/3/4;
  }
  .projects .case-item:nth-child(4) {
    grid-area: 3/1/5/3;
  }
  .projects .case-item:nth-child(5) {
    grid-area: 3/3/4/4;
  }
  .projects .case-item:nth-child(6) {
    grid-area: 4/3/5/4;
  }
  .projects .case-item:nth-child(7) {
    grid-area: 5/1/6/2;
  }
  .projects .case-item:nth-child(8) {
    grid-area: 6/1/7/2;
  }
  .projects .case-item:nth-child(9) {
    grid-area: 5/2/7/4;
  }
  .projects .case-item:nth-child(3) .image img, .projects .case-item:nth-child(4) .image img, .projects .case-item:nth-child(9) .image img {
    width: 100%;
    aspect-ratio: 890/690;
    object-fit: cover;
  }
}

.section-contacts .contacts-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.625rem;
}
.section-contacts .contacts {
  width: calc(33.33% - 0.4375rem);
  min-height: 10rem;
  padding: 1.25rem;
  border: 1px solid var(--light-grey);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.75rem;
}
@media (max-width: 680px) {
  .section-contacts .contacts {
    width: 100%;
  }
}
.section-contacts .contacts .entry-title {
  margin-bottom: auto;
}
.section-contacts .contacts address {
  max-width: 21.25rem;
  font-style: normal;
  color: var(--dark-grey);
}

#map {
  position: absolute;
  top: 0;
  left: 0;
  right: -30%;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 992px) {
  #map {
    position: static;
    width: 100%;
    height: 26rem;
  }
}

.error404, .page-template-template-susses {
  background: var(--dark-grey);
  color: var(--white);
}
.error404 header, .error404 footer, .page-template-template-susses header, .page-template-template-susses footer {
  display: none;
}
.error404 main, .page-template-template-susses main {
  height: 100vh;
  display: flex;
  align-items: center;
}
.error404 .section-error, .page-template-template-susses .section-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.error404 .section-error .text, .page-template-template-susses .section-error .text {
  max-width: 26.125rem;
  margin: 0 auto;
}

/***** Pages *****/
/*# sourceMappingURL=style.min.css.map */
