@charset "UTF-8";
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h3 {
/* H3 */
color: rgb(19, 20, 22);
font-family: Fustat;
font-size: 28px;
font-weight: 600;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

p {
/* body-text */
color: rgb(19, 20, 22);
font-family: Fustat;
font-size: 18px;
font-weight: 400;
line-height: 22px;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "Gotham-pro";
  src: url(../fonts/GothamPro.eot);
  src: local("😥"), url(../fonts/GothamPro.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

*[data-aos].aos-animate {
  transition: all 0.3s ease-in-out;
}

html, body {
  min-width: 320px;
  background: #F2F2F2;
  font-family: "Fustat", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #131416;
  overflow-x: hidden;
}
.page {
  display: flex;
  flex-direction: column;
}
.page-content {
  margin-top: 160px;
}
.page-content h1 {
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 1;
  margin-top: 0;
  font-weight: 400;
}
@media only screen and (min-width: 740px) {
  .page-content h1 {
    font-size: 48px;
  }
}
.page-content p {
  font-size: 16px;
  line-height: 18px;
}
@media only screen and (min-width: 740px) {
  .page-content p {
    font-size: 18px;
    line-height: 22px;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #2052A9;
  color: #fff;
  text-decoration: unset;
  transition: all 0.3s ease-in-out;
  color: pointer;
}
.btn:hover {
  color:#dedcdc;
  background-color: #17418A;
}
.btn-light {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #fff;
  color: #131416;
  text-decoration: unset;
  transition: all 0.3s ease-in-out;
  color: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-light:hover {
  background-color: #F2F2F2;
}
.btn-gray {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #2052a9;
  color: #fff;
  text-decoration: unset;
  transition: all 0.3s ease-in-out;
  color: pointer;
  width: -moz-fit-content;
  width: fit-content;
  padding: 25px 10px;
}
@media only screen and (min-width: 1200px) {
  .btn-gray {
    padding: 22px 32px;
  }
}
.btn-gray:hover {
    color: #dedcdc;
    background-color: #17418A;
}

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

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media only screen and (min-width: 390px) {
  .container {
    padding: 0 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    padding: 0 24px;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    padding: 0 60px;
    max-width: 1440px;
  }
}

.margin {
  margin: 80px 0;
}

@media (max-width: 767.98px) {
.margin {
  margin: 20px 0;
}
}

.title {
  font-size: 26px;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) {
  .title {
    font-size: 48px;
    line-height: 1;
  }
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.nav div {
  top: unset;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: unset;
  left: unset;
  transform: unset;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12.1902H19' stroke='%23131416' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5.19019L19 12.1902L12 19.1902' stroke='%23131416' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  margin: 0;
  background-color: #E3E3E3;
  border-radius: 6px;
}
.nav div::after, .nav div:before {
  display: none;
}
.nav div.swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 12.1902H5' stroke='%23131416' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 19.1902L5 12.1902L12 5.19019' stroke='%23131416' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.nav div:hover {
  background-color: #F2F2F2;
  outline: 1px solid #E3E3E3;
}

.template-part-name-example {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  background: #F2F2F2;
  padding: 24px 0;
}
@media only screen and (min-width: 1200px) {
  .header {
    padding: 28px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .header .header__menu,
  .header .header__btns {
    display: none;
  }
  .header.active .header__menu,
  .header.active .header__btns {
    display: flex;
  }
  .header.active .header__burger span {
    background-color: #F2F2F2;
  }
  .header.active .header__burger span:before, .header.active .header__burger span:after {
    transform: rotate(45deg);
    top: 0;
    bottom: unset;
  }
  .header.active .header__burger span:after {
    transform: rotate(135deg);
    top: 0;
    bottom: unset;
  }
}
.header__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1200px) {
  .header__wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.header__logo {
  display: none;
  width: 171px;
  height: 60px;
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 1200px) {
  .header__logo {
    display: block;
  }
}
.header__menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: unset;
  padding: unset;
  flex-wrap: wrap;
  padding-top: 40px;
}
@media only screen and (min-width: 1200px) {
  .header__menu {
    padding-top: 0;
    flex-wrap: nowrap;
    gap: 56px;
  }
}
.header__menu li a {
  text-decoration: unset;
  white-space: nowrap;
  color: #2052A9;
  transition: all 0.3s ease-in-out;
}
.header__menu li a:hover {
  color: #131416;
}
.header__btns {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 20px;
}
@media only screen and (min-width: 1200px) {
  .header__btns {
    padding-top: 0;
  }
}
.header__phone {
  color: #BF2B1B;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .header__top {
    display: none;
  }
}
.header__top .header__logo {
  display: block;
}
.header__burger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 16px;
  position: relative;
  cursor: pointer;
}
.header__burger span {
  display: block;
  background-color: #181D27;
  width: 90%;
  height: 2px;
}
.header__burger span:before {
  content: "";
  display: block;
  background-color: #181D27;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.header__burger span:after {
  content: "";
  display: block;
  background-color: #181D27;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}

.main {
  padding-top: 115px;
  color: #fff;
}
.main__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.main__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 20, 22, 0.5);
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .main__wrapper {
    padding: 170px 60px;
  }
}
.main__subtitle {
  position: relative;
  z-index: 2;
  padding-bottom: 35px;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .main__subtitle {
    font-size: 24px;
    line-height: 1.2;
  }
}
.main__title {
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 36px;
  line-height: 1.2;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .main__title {
    font-size: 48px;
    line-height: 1.2;
  }
}
.main__text {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 16px;
  opacity: 0.8;
}
.main__link {
  position: relative;
  z-index: 2;
  background-color: #fff;
  color: #131416;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 35px;
}
@media only screen and (min-width: 1200px) {
  .main__link {
    margin-top: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  .blog .swiper {
    overflow: visible;
  }
}
.blog__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog__title {
  font-size: 26px;
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) {
  .blog__title {
    font-size: 48px;
    line-height: 1;
    max-width: 904px;
  }
}
.blog__nav {
  position: relative;
}
@media (max-width: 767.98px) {
  .blog__nav, .reviews__nav nav {
    display: none;
  }
}
.blog__list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media only screen and (min-width: 1200px) {
  .blog__list {
    flex-wrap: nowrap;
    margin-top: 60px;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.blog__popup {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog__popup .popup__wrapper {
  width: 100%;
  display: block;
}
.blog__popup .popup__wrapper p {
  display: block;
  word-wrap: break-word;
}
.blog__item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 340px;
  margin-bottom: 16px;
  flex-shrink: 0;
}
@media only screen and (min-width: 1200px) {
  .blog__item {
    max-width: 456px;
    margin-bottom: 0px;
  }
}
.blog__item--img {
  display: block;
  width: 100%;
  height: 318px;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
}
.blog__item--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__item--title {
  margin-top: 16px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) {
  .blog__item--title {
    font-size: 28px;
    line-height: 32px;
  }
}
.blog__item--excerpt {
  margin-top: 8px;
  font-size: 16px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 1200px) {
  .blog__item--excerpt {
    margin-top: 12px;
    font-size: 18px;
    line-height: 22px;
  }
}
.blog__item--more {
  margin-top: 8px;
  background-color: #E3E3E3;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1;
}
.blog__item--close {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 180px;
  margin: 0 auto;
}
.blog__btn {
  margin: 0 auto;
  margin-top: 40px;
}
@media only screen and (max-width: 1200px) {
  .blog__btn {
    background-color: #2052A9;
    color: #fff;
  }
}
@media only screen and (min-width: 1200px) {
  .blog__btn {
    margin: 40px auto 0;
  }
}

.why-choose__wrapper {
  margin-top: 40px;
  display: grid;
  gap: 16px;
}
@media only screen and (min-width: 1200px) {
  .why-choose__wrapper {
    margin-top: 60px;
    grid-template-columns: 1fr 1fr;
  }
}
.why-choose__img {
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  .why-choose__img {
    height: 500px;
  }
}
.why-choose__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why-choose__content {
  padding: 40px 20px;
  background: linear-gradient(294.91deg, #3863B9 -7.77%, #000000 83.53%);
  border-radius: 24px;
  overflow: hidden;
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .why-choose__content {
    padding: 40px;
    padding-right: 100px;
  }
}
.why-choose__content:first-child {
  margin-top: unset;
}
.why-choose__content p {
  margin: unset;
  font-size: 18px;
  line-height: 1.2;
}
.why-choose__content h4 {
  margin: unset;
  font-size: 28px;
  line-height: 1.1;
  margin-top: 40px;
  margin-bottom: 18px;
}
.why-choose__content h4:first-of-type {
  margin-top: unset;
}
@media only screen and (min-width: 1200px) {
  .why-choose__content h4 {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .reviews .swiper {
    overflow: visible;
  }
}
.reviews__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reviews__list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media only screen and (min-width: 1200px) {
  .reviews__list {
    flex-wrap: nowrap;
    margin-top: 60px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.reviews__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  border-radius: 24px;
  background: linear-gradient(151.5deg, #000000 17.6%, #3863B9 93.95%);
  padding: 29px 27px;
  color: #fff;
}
@media only screen and (min-width: 400px) {
  .reviews__item {
    max-width: 340px;
  }
}
@media only screen and (min-width: 1200px) {
  .reviews__item {
    max-width: 456px;
  }
}
.reviews__item--icon {
  display: block;
  width: 38px;
  height: 30px;
  margin-bottom: 8px;
}
.reviews__item--text {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}
.reviews__item--footer {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.reviews__item--footer div {
  letter-spacing: 0.3px;
  font-size: 14px;
  font-weight: 700;
}
.reviews__item--footer div:last-of-type {
  letter-spacing: 0;
  font-weight: 400;
}

.ready-start__wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 16px;
}

.ready-start__wrapper > div {
  flex: 1 1 calc(50% - 16px); /* по 2 в ряд */
}

/* На мобильных — по 1 */
@media (max-width: 768px) {
  .ready-start__wrapper > div {
    flex: 1 1 100%;
  }
}


.ready-start__wrapper  .fx-item-wrapper {
  flex: 1 1 calc(50% - 8px);
  min-width: 250px;
}

@media only screen and (min-width: 1200px) {
  .ready-start__wrapper {
    margin-top: 60px;
    grid-template-columns: 1fr 1fr;
  }
}
.ready-start__content {
  padding: 40px 26px;
  background: linear-gradient(294.91deg, #3863B9 -7.77%, #000000 83.53%);
  border-radius: 24px;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .ready-start__content {
    padding: 40px;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .ready-start__content.center {
    justify-content: center;
  }
}
.ready-start__content.center .ready-start__text {
  flex-grow: unset;
  margin-bottom: 0;
}

.ready-start__content.center .ready-start__text p {
	color:#fff;
}

.ready-start__content.center .ready-start__text p:last-of-type {
  margin-bottom: unset;
}
.ready-start__img {
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  .ready-start__img {
    height: 500px;
  }
}
.ready-start__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ready-start__title {
  max-width: 370px;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .ready-start__title {
    text-align: left;
  }
}
.ready-start__text {
  text-align: center;
  font-size: 16px;
  opacity: 0.8;
}
@media only screen and (min-width: 1200px) {
  .ready-start__text {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    flex-grow: 1;
    margin-bottom: auto;
  }
}
.ready-start__footer {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
}
@media only screen and (min-width: 1200px) {
  .ready-start__footer {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
.ready-start__footer a {
  width: 100%;
  max-width: 240px;
  padding: 20px 32px;
}
@media only screen and (min-width: 1200px) {
  .ready-start__footer a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.ready-start__mission {
  margin: 0 auto;
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .ready-start__mission {
    margin-top: 60px;
    max-width: 895px;
  }
}
.ready-start__mission h3 {
  margin: 0;
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 26px;
  font-size: 600;
}
@media only screen and (min-width: 1200px) {
  .ready-start__mission h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
.footer {
  padding-top: 120px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 1200px) {
  .footer {
    padding-top: 80px;
    padding-bottom: 48px;
  }
}
.footer__wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (min-width: 1200px) {
  .footer__wrapper {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.footer__general {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 434px;
  width: 100%;
}
.footer__text {
  font-size: 18px;
  line-height: 22px;
}
.footer__btn {
  width: -moz-fit-content;
  width: fit-content;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}
@media only screen and (min-width: 1200px) {
  .footer__nav {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.footer__nav--item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__nav--item:first-of-type {
  width: 184px;
}
.footer__nav--item:last-of-type {
  width: 280px;
}
.footer__nav--title {
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-size: 14px;
  line-height: 1;
  opacity: 0.5;
  white-space: nowrap;
}
.footer__menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.footer__menu li a {
  font-size: 18px;
  line-height: 1.2;
  text-decoration: unset;
  white-space: nowrap;
  color: #2052A9;
  transition: all 0.3s ease-in-out;
}
.footer__menu li a:hover {
  color: #131416;
}
.footer__link {
  font-size: 18px;
  line-height: 22px;
  color: #2052A9;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
.footer__link:hover {
  color: #131416;
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer__socials a {
  width: 24px;
  height: 24px;
  display: block;
}
.footer__socials a img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__socials a:hover img {
  transform: scale(1.1);
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 40px;
}
@media only screen and (min-width: 1200px) {
  .footer__bottom {
    flex-direction: row;
    margin-top: 128px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.footer__bottom p {
  opacity: 0.5;
  margin: 0;
  line-height: 1;
  font-size: 12px;
  line-height: 18px;
}
.footer__bottom a {
  font-size: 12px;
  line-height: 18px;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.footer__bottom a:hover {
  opacity: 1;
}

@media only screen and (max-width: 1200px) {
  .portfolio {
    margin-top: 120px;
  }
}
.portfolio__text {
  margin-top: 12px;
}
@media only screen and (min-width: 1200px) {
  .portfolio__text {
    max-width: 805px;
  }
}
.portfolio__content {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .portfolio__content {
    max-width: 805px;
  }
}
.portfolio__content h1 {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1200px) {
  .portfolio__content h1 {
    margin-bottom: 12px;
    font-size: 48px;
    line-height: 1;
  }
}
.portfolio__content p:last-of-type {
  margin-bottom: 0;
}
.portfolio__gallery {
  display: grid;
  gap: 16px;
  margin-top: 40px;
}
@media only screen and (min-width: 760px) {
  .portfolio__gallery {
    margin-top: 60px;
    grid-template-columns: 1fr 1fr;
  }
}
.portfolio__row {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 16px;
}
@media only screen and (min-width: 760px) {
  .portfolio__row {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.portfolio__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  .portfolio__list {
    height: 100%;
  }
}
.portfolio__list--img {
  display: block;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 24px;
  overflow: hidden;
}
.portfolio__list--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio__list--btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 40px;
  background-color: #2052A9;
  color: #fff;
}
@media only screen and (min-width: 760px) {
  .portfolio__list--btn {
    margin-right: unset;
    margin-top: auto;
    padding: 22px 32px;
  }
}
.portfolio__image {
  display: block;
  width: 100%;
  height: 342px;
  border-radius: 24px;
  overflow: hidden;
}
.portfolio__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1200px) {
  .portfolio__image {
    height: 100%;
    max-height: 660px;
  }
}
.portfolio button {
  margin: 0 auto;
  margin-top: 40px;
  border: unset;
  padding: 25px 32px;
}
@media only screen and (min-width: 1200px) {
  .portfolio button {
    margin-top: 60px;
  }
}

.lightbox {
  height: 100vh;
  position: fixed;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
.lightbox .lb-outerContainer {
  background-color: unset;
}
.lightbox .lb-image {
  border: unset;
  border-radius: 24px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .lightbox .lb-image {
    max-width: 1200px !important;
  }
}
.lightbox .lb-nav {
  top: unset;
  bottom: -100px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media only screen and (min-width: 1200px) {
  .lightbox .lb-nav {
    bottom: 0;
    width: 100%;
    bottom: 20px;
  }
}
.lightbox .lb-nav a {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: unset;
  left: unset;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12.1902H19' stroke='%23131416' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5.19019L19 12.1902L12 19.1902' stroke='%23131416' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  margin: 0;
  background-color: #E3E3E3;
  border-radius: 6px;
  opacity: 1 !important;
}
.lightbox .lb-nav a::after, .lightbox .lb-nav a:before {
  display: none;
}
.lightbox .lb-nav a.lb-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 12.1902H5' stroke='%23131416' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 19.1902L5 12.1902L12 5.19019' stroke='%23131416' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.lightbox .lb-nav a:hover {
  background-color: #F2F2F2;
}
.lightbox .lb-data {
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0;
}
.lightbox .lb-number,
.lightbox .lb-caption {
  padding: 0;
}
.lightbox .lb-details {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.lightbox .lb-details .lb-number {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}

.nofound__content {
  justify-content: center;
}
.nofound__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 1200px) {
  .nofound__text {
    gap: 15px;
  }
}
.nofound__text h1, .nofound__text h2, .nofound__text h3, .nofound__text h4, .nofound__text h5, .nofound__text h6, .nofound__text p {
  margin: 0;
}
.nofound__text h1 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) {
  .nofound__text h1 {
    font-size: 48px;
    line-height: 1;
  }
}
.nofound__text h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) {
  .nofound__text h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
.nofound__text p {
  font-size: 16px;
  line-height: 18px;
}
@media only screen and (min-width: 1200px) {
  .nofound__text p {
    font-size: 18px;
    line-height: 22px;
  }
}
.nofound__btn {
  margin-top: 20px;
  padding: 20px 32px;
}
@media only screen and (min-width: 1200px) {
  .nofound__btn {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 1200px) {
  .contacts {
    margin-top: 120px;
  }
}
.contacts__wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .contacts__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.contacts__content--text p {
	color:#fff;
}

.contacts__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contacts__content {
  display: flex;
  flex-direction: column;
  background: linear-gradient(294.91deg, #3863B9 -7.77%, #000000 83.53%);
  border-radius: 24px;
  overflow: hidden;
  padding: 40px 20px;
  gap: 12px;
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .contacts__content {
    padding: 30px 40px;
  }
}
.contacts__content--text h1 {
  margin: 0;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 28px;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .contacts__content--text h1 {
    margin-bottom: 12px;
    font-size: 48px;
    line-height: 1;
  }
}
.contacts__content--text h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1200px) {
  .contacts__content--text h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
.contacts__link {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 24px;
  max-width: 278px;
}
@media only screen and (min-width: 1200px) {
  .contacts__link {
    font-size: 18px;
    line-height: 22px;
  }
}
.contacts__link svg {
  display: block;
  width: 24px;
  height: 24px;
}
.contacts__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding: 37px 16px;
}
@media only screen and (min-width: 1200px) {
  .contacts__form {
    padding: 55px 70px;
    gap: 48px;
  }
}
.contacts__form .title {
  text-align: center;
}
.contacts__form form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contacts__form form label {
  font-size: 18px;
  line-height: 22px;
  margin-top: 24px;
  color: #131416;
}
.contacts__form form label:first-of-type {
  margin-top: 0;
}
@media only screen and (min-width: 1200px) {
  .contacts__form form label {
    font-size: 22px;
    line-height: 28px;
  }
}
.contacts__form form span {
  margin-top: 8px;
}
.contacts__form form input, .contacts__form form textarea {
  width: 100%;
  background-color: transparent;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 18px;
  font-family: "Fustat", sans-serif;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--black-50, rgba(19, 20, 22, 0.5));
}
.contacts__form form input::-moz-placeholder, .contacts__form form textarea::-moz-placeholder {
  color: #131416;
  opacity: 0.5;
}
.contacts__form form input::placeholder, .contacts__form form textarea::placeholder {
  color: #131416;
  opacity: 0.5;
}
.contacts__form form textarea {
  resize: none;
}
.contacts__form form span[data-name=phone1] {
  position: relative;
}
.contacts__form form span[data-name=acceptance-490] {
  margin: 0;
  margin-top: 32px;
}
.contacts__form form span[data-name=acceptance-490] span {
  margin: 0;
  font-size: 16px;
}
.contacts__form form span[data-name=acceptance-490] label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(19, 20, 22, 0.5);
}
.contacts__form form span[data-name=acceptance-490] label input {
  width: 20px;
  height: 20px;
  opacity: 0;
  z-index: 3;
  position: relative;
}
.contacts__form form span[data-name=acceptance-490] label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: cursor;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='5.5' fill='%23131416' fill-opacity='0.05'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='5.5' stroke='%232052A9'/%3E%3C/svg%3E%0A");
}
.contacts__form form span[data-name=acceptance-490] label.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: cursor;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='1' width='19' height='19' rx='5.5' fill='%23131416' fill-opacity='0.05'/%3E%3Crect x='0.5' y='1' width='19' height='19' rx='5.5' stroke='%232052A9'/%3E%3Cpath d='M14.6667 7L8.25004 13.4167L5.33337 10.5' stroke='%232052A9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.contacts__form form .btn {
  width: 241px;
  border-color: #2052A9;
  background-color: #2052A9;
  margin: 0 auto;
  padding: 19px 32px;
  margin-top: 32px;
}
.contacts__form form .btn:hover {
  background-color: #17418A;
}
.contacts__form .wpcf7 {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .contacts__form .wpcf7 {
    max-width: 512px;
  }
}
.contacts__map {
  padding: 40px 0;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .contacts__map {
    padding: 80px 0;
  }
}
.contacts__map--img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .contacts__map--img {
    max-width: 1142px;
  }
}
.contacts__map--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.popup {
  background: rgba(19, 20, 22, 0.56);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 35px 15px;
  overflow-y: scroll;
}
@media only screen and (min-width: 1200px) {
  .popup {
    padding: 120px 20px;
  }
}
.popup.active {
  display: flex;
}
.popup__wrapper {
  padding: 37px 20px;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .popup__wrapper {
    padding: 55px 100px;
    width: 720px;
  }
}

@media only screen and (min-width: 1200px) {
  .blog__popup .popup__wrapper {
    width: 720px;
  }
  .popup__wrapper.contacts__form {
    gap: 20px;
  }
  .popup .contacts__form form label {
    margin-top: 14px;
  }
  .contacts__form form span[data-name=acceptance-490] {
    margin-top: 0px;
  }
  .popup {
    padding: 80px 20px;
  }
}


 /*home section problems*/

.land-services {
  padding: 40px 20px;
  color: #333;
  margin-top: 75px;
}

.land-services .container {
  max-width: 1440px;
  margin: 0 auto;
}

.land-services .main-title {
/* H2 */
color: rgb(19, 20, 22);
font-family: Fustat;
font-size: 48px;
font-weight: 500;
line-height: 48px;
letter-spacing: 0%;
text-align: left;
margin: 0 auto;
}

.land-services .intro-text {
color: rgb(19, 20, 22);
font-family: Fustat;
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0px;
text-align: left;
}

/* two-column grid for the service items */
.land-services .services-list {
    display: inline-block;
}

.land-services .services-list .service-item {
	padding: 50px 25px;
	border-radius: 24px;
	background: linear-gradient(-51.84deg, rgb(56, 99, 185) -9.158%,rgb(0, 0, 0) 84.715%);
}

.land-services .services-list .services-group {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.land-services .services-list .group-1 .service-item {
  flex: 1 1 calc(33.333% - 13.33px);
}

.land-services .services-list .group-2 .service-item {
  flex: 1 1 calc(50% - 10px);
}

@media only screen and (max-width: 564px) {
	.land-services .main-title {
    font-size: 26px;
    line-height: normal;
	}
.land-services {padding:0;}
.land-services .services-list .services-group {
  display: block;
}
.land-services .services-list .service-item {
	margin-bottom: 25px;
}
}

.land-services .service-item h3 {
color: #fff;
font-family: Fustat;
font-size: 28px;
font-weight: 600;
line-height: 32px;
letter-spacing: 0%;
text-align: left;
}

.land-services .service-item p {

color: #fff;
font-family: Fustat;
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0px;
text-align: left;
}


/*home services*/

.services {
  margin:70px 0;
}

.services .d-grid {
    display: grid;
	grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

@media only screen and (max-width: 564px) {
.services .d-grid {grid-template-columns: 1fr;}
}

.services .super-card {
  grid-area: supercard;
  text-align: center;
  margin-bottom: 10px;
  color: white;
}

.services .super-card h2 {
color: rgb(19, 20, 22);
font-family: Fustat;
font-size: 48px;
font-weight: 500;
line-height: 48px;
letter-spacing: 0%;
text-align: left;
margin: 0 auto;
}

.services .super-card p {
color: rgb(19, 20, 22);
font-family: Fustat;
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0px;
text-align: left;
}

.services .intro {
  grid-area: intro;
  text-align: center;
  color: white;
  margin-bottom: 30px;
}

.services .intro p {
	color: rgb(19, 20, 22);
	font-family: Fustat;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: left;
}

.services .card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  min-height: 200px;
}

.services .card h2,
.services .card h3 {
  margin-bottom: 10px;
}

.services .card p {
  margin-bottom: 10px;
  line-height: 1.4;
}

.services .card a {
  color: #0044cc;
  text-decoration: underline;
  font-weight: bold;
}

.card.right-bottom {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 250px;
  color: white;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.card.right-bottom::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

.card.right-bottom > * {
  position: relative;
  z-index: 2;
}

.card.right-bottom a {
  background: white;
  color: #0d1630;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .services .container {
    grid-template-areas:
      "supercard"
      "intro"
      "left-top"
      "right-top"
      "right-mid"
      "left-mid"
      "left-bottom"
      "right-bottom";
  }
}


/*dropdown navigation*/

/* Top-level menu */
.header__menu {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
}

.header__menu > .menu-item {
  position: relative;
}

/* Top-level links */
.header__menu a {
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  color: #000;
}

/* Remove bullets from all list levels */
.header__menu,
.header__menu .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Dropdown container */
.header__menu .sub-menu {
	display: none;
    position: absolute;
    top: 100%;
    right: 0;
    max-height: 600px;
    background: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    z-index: 1000;
    border-radius: 10px;
    overflow: auto;
}

/* Dropdown items */
.header__menu .sub-menu .menu-item a {
  padding: 10px 20px;
  color: #333;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}

/* Hover effect on dropdown links */
.header__menu .sub-menu .menu-item a:hover {
  background-color: #f0f0f0;
  color: #000;
}

/* Show dropdown on hover */
.menu-item-has-children:hover > .sub-menu {
  display: block;
}

/* Optional: arrow indicator for parent links */
.menu-item-has-children > a::after {
  content: " ▼";
  font-size: 0.6em;
  margin-left: 4px;
}

/*areas*/

.areas {
	width:100%;
	padding: 0 60px;
    max-width: 1440px;
    margin: 75px auto;
}

.areas h2 {
color: rgb(19, 20, 22);
font-family: Fustat;
font-size: 48px;
font-weight: 500;
line-height: 48px;
letter-spacing: 0%;
text-align: left;
margin:0;
}

.areas p, .areas h3 {
	color:#fff;
}

.areas .intro {
color: rgb(19, 20, 22);
font-family: Fustat;
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0px;
text-align: left;
}

.areas .grid {
  display: grid;
  grid-template-columns: 1fr;  /* default 1 column on small screens */
  gap: 30px;
}

@media screen and (min-width: 768px) {
  .areas .grid {
    grid-template-columns: repeat(3, 1fr); /* 2 columns on tablets+ */
    grid-template-rows: repeat(3, auto);
  }
}

@media only screen and (max-width: 525px) {
.areas {
	padding:0 24px;
}

.areas h2 {
    font-size: 26px;
    line-height: normal;
}

.areas h3 {
    font-size: 22px;
	line-height: normal;
}

.services .super-card h2 {
	font-size:26px;
}

.land-services .service-item h3 {
	font-size:22px;
}

.services .card h2, .services .card h3 {
	font-size:22px;
}

}

.areas .location {
    color: #fff;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px 25px;
    border-radius: 24px;
    background: linear-gradient(-51.84deg, rgb(56, 99, 185) -9.158%, rgb(0, 0, 0) 84.715%);
}

.why-choose {
	margin:75px auto;
}

.why-choose p, .why-choose h3 {
	color:#fff;
}

.why-choose .why-choose__content p {
	margin-bottom:30px;
}


.ready-start .contacts__content--socials .socials_d_link {	
	display: flex;
    align-items: center;
    gap: 15px;
	width: 100%;
    background-color: #fff;
    border-radius: 24px;
    padding: 30px;
    margin-bottom: 25px;
}

.ready-start .contacts__content--socials .socials_d_link a, .ready-start .contacts__content--socials .socials_d_link p {
color: rgb(19, 20, 22);
font-family: Fustat;
font-size: 28px;
font-weight: 600;
line-height: 32px;
letter-spacing: 0%;
text-align: left;
}

.ready-start .contacts__content--socials .socials_d_link path {
fill: rgb(19, 20, 22);
width:50px;
height:50px;
}

@media only screen and (max-width: 564px) {
.why-choose {
    margin: 0 auto;
}

.why-choose h2 {
    font-size: 26px;
	font-weight:500;
    line-height: normal;
}

.reviews h2 {
    font-size: 26px;
	font-weight:500;
    line-height: normal;
}

.ready-start .contacts__content--socials .socials_d_link a, .ready-start .contacts__content--socials .socials_d_link p {
	font-size:22px;
}

}

.blog-categories-section {
  padding: 60px 20px;
  text-align: center;
}

.section-title {
  font-size: 48px;
  margin-bottom: 40px;
  font-weight: 600;
  text-align: center;
}

.category-block {
  margin-bottom: 60px;
  text-align: left;
}

.category-title {
  font-size: 1.75rem;
  margin-bottom: 20px;
  font-weight: 500;
}


/* ==================================BLOG SERVICE=========================== */
    .blog-service .service-grid-wrapper {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    @media (min-width: 768px) {
      .blog-service .service-grid-wrapper {
        flex-direction: row;
        gap: 40px;
      }

      .blog-service .service-left-column, .blog-service .service-right-column {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 20px;
      }
    }

    .blog-service .service-card {
      border-radius: 20px;
      overflow: hidden;
      position: relative;
    }

    .blog-service  .service-card img {
      width: 100%;
      height: auto;
      display: block;
    }
	
	.blog-service .service-card .max300 {
		max-height:260px;
	}
	
	.blog-service .service-card .max450 {
		height:370px;
	}

    .blog-service .card-content {
      position: relative;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(to right, #1d294b, #2f4a84);
      color: white;
      padding: 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .blog-service .service-card .card-title {
color: rgb(255, 255, 255);
font-family: Fustat;
font-size: 28px;
font-weight: 600;
line-height: 32px;
    padding-left: 25px;
text-align: left;
    }

    .blog-service .service-card .btn {
	  width: 200px;
	  height: 40px;
      background-color: white;
      color: #1d294b;
      border: none;
      padding: 5px 15px;
      border-radius: 6px;
      font-weight: 500;
      cursor: pointer;
    }
	
	.blog-service .service-card .btn:hover {
		background-color:#F2F2F2;
		color:#2052A9;
	}
/* ==================================PAGE GALLERY=========================== */
.page-gallery {
	    padding-top: 115px;
	margin-bottom:75px;
}

.page-gallery h1 {
color: rgb(0, 0, 0);
font-size: 40px;
font-weight: 700;
    margin: 0;
}
.page-gallery h2 {
	
}
.page-gallery h3 {
color: rgb(0, 0, 0);
font-size: 28px;
font-weight: 700;
    margin: 0;
}

   .page-gallery .service-grid-wrapper {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    @media (min-width: 768px) {
      .page-gallery .service-grid-wrapper {
        flex-direction: row;
        gap: 40px;
      }

      .page-gallery .service-left-column, .page-gallery .service-right-column {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 20px;
      }
	  
	  .page-gallery .service-left-column {
		  flex: 0 0 60%;
	  }
    }

    .page-gallery .service-card {
      border-radius: 20px;
      overflow: hidden;
      position: relative;
    }

    .page-gallery  .service-card img {
      width: 100%;
      height: auto;
      display: block;
    }
	
	.page-gallery .service-card .max300 {
	 width: 100%;     
     height: auto;        
     max-height: 200px;    
     object-fit: cover;    
     display: block; 
	}
	
	.page-gallery .service-card .max450 {
    
    width: 100%;
    height:auto;

	}

    .page-gallery .card-content {
position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 60%);
    color: white;
    display: block;
    text-align: center;
    }

    .page-gallery .service-card .card-title a{
color: rgb(255, 255, 255);
font-family: Fustat;
font-size: 28px;
font-weight: 600;
line-height: 32px;
    }

    .page-gallery .service-card .btn {
	  width: 200px;
	  height: 40px;
      background-color: white;
      color: #1d294b;
      border: none;
      padding: 5px 15px;
      border-radius: 6px;
      font-weight: 500;
      cursor: pointer;
    }
	
	.category-block-page .blog-title {
		    text-align: center;
	}
	
	.category-block-page .blog-card-color .blog-title {
		    color:#fff;
	}
	
	.category-block-page .blog-footer {
    width: 230px;
    margin: 0 auto;
	}
	
	
	.category-block-page .blog-footer .btn-light {
    width: 100%;
	}
	
	.category-block-page .blog-card-color {
		background:linear-gradient(294.91deg, #3863B9 -7.77%, #000000 83.53%);
	}
	
.ready-start__footer_page {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
}
@media only screen and (min-width: 1200px) {
  .ready-start__footer_page {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
.ready-start__footer_page a {
  width: 100%;
  padding: 20px 32px;
}
@media only screen and (min-width: 1200px) {
  .ready-start__footer_page a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
/*===================================BLOG=================================== */
.blog__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.blog__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 20, 22, 0.5);
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .blog__wrapper {
    padding: 45px 0;
  }
}

.blog-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 364px));
gap: 20px;
justify-content: center;
}

.category-block .blog_view {
width: 100%;
    display: block;
    margin: 35px 0;
color: rgb(19, 20, 22);
font-family: Fustat;
font-size: 18px;
font-weight: 500;
line-height: 18px;
letter-spacing: 0px;
text-align: center;
text-decoration-line: underline;
}

.blog__list .swiper-wrapper {
  align-items: stretch;
}

.blog__list .swiper-slide {
  height: auto;
  display: flex;
}

.blog-card {
  width: 100%;
  max-width: 430px;
  height: 100%;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

@media (max-width: 1199.98px) {
  .blog__list {
    overflow: visible;
  }

  .blog__list .swiper-wrapper {
    align-items: stretch;
  }

  .blog__list .swiper-slide {
    width: calc(100% - 32px);
    height: auto;
    display: flex;
  }

  .blog-card {
    width: 100%;
    height: 100%;
    max-width: none;
  }

  .blog__nav {
    display: none;
  }
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-image img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-content {
  padding: 20px;
  text-align: left;
}

.blog-title {
color: rgb(0, 0, 0);
font-family: Fustat;
font-size: 28px;
font-weight: 600;
line-height: 32px;
  margin-bottom: 10px;
}

.blog-excerpt {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 20px;
}

.blog-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  color: #888;
}

.read-more {
  color: #333;
  text-decoration: underline;
}

@media (max-width: 568px) {
	
.blog-categories-section {
    padding: 0;
    margin: 25px auto;
}
	
.blog-categories-section .section-title {
	font-size:26px;
}

.blog-grid {
	display: block;
}

.blog-card {
		max-width: 100%;
        margin: 25px auto;
}
	
  .section-title {
    font-size: 2rem;
  }
  .blog-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  
  .service-grid-wrapper {
	  gap:0;
  }
  
  .service-card {
	      margin-bottom: 25px;
  }
  
  
.blog-service .section-title {
	font-size:26px;
}
  
  .card-content {
    display: grid;
    justify-content: space-around;
  }
  
  .service-card .card-title {
	  font-size: 24px;
        padding: 0;
        margin: 15px 0;
        text-align: center;
  }
  
  .service-card .max300, .service-card .max450 {
    height: 100%;
    width: 100%;
    max-height: 100%;
  }
}



/*========================================PAGINATION=========================================*/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 2rem;
}

.pagination .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #111;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  background: transparent;
  transition: all 0.2s ease;
}

.pagination .page-numbers:hover {
  background: rgba(255, 255, 255, 0.1);
}

.pagination .current {
  background: #fff;
  color: #000;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.pagination .prev,
.pagination .next {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  transition: background 0.2s ease;
}

.pagination .prev:hover,
.pagination .next:hover {
  background: rgba(46, 91, 255, 0.1);
}

.pagination .prev svg,
.pagination .next svg {
  width: 10px;
  height: auto;
  stroke: #2E5BFF;
}

blockquote {
  background: linear-gradient(to right, #050d1a, #23418c);
  padding: 1.5em;
  border-left: 5px solid rgba(255, 255, 255, 0.2); /* #ffffff33 hex = 20% opacity */
  font-style: italic;
  margin: 1.5em 0;
  border-radius: 6px;
}

blockquote p {
  color: white;
  margin: 0; /* optional, to avoid extra spacing */
}

blockquote a {
  color: #a8c8ff; /* a light blue to stand out on dark bg */
  text-decoration: underline;
}

blockquote a:hover {
  color: #e0e7ff; /* lighter on hover */
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  color: #ffffffcc; /* slightly transparent white for text */
  background-color: #112244; /* dark background to match blockquote vibe */
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

table tbody tr:nth-child(even) {
  background-color: #1a2a55; /* subtle row striping */
}

table th,
table td {
  padding: 0.75em 1em;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #334877;
}

table tr:first-child td {
  font-weight: 700;
  color: #e0e7ff;
  background-color: #23418c;
  border-bottom: 2px solid #ffffff33;
}

table p {
  margin: 0; /* remove extra spacing inside cells */
  font-style: normal;
  line-height: 1.4;
  color: inherit; /* inherit text color */
}

table strong {
  color: #ffffff;
}

table a {
  color: #a8c8ff;
  text-decoration: underline;
}

table a:hover {
  color: #e0e7ff;
  text-decoration: none;
}

.table-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
  margin: 1.5em 0;
}

/* Existing table styles (repeat or keep as is) */
table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  color: #ffffffcc;
  background-color: #112244;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  min-width: 600px; /* ensures horizontal scroll on small screens */
}

/* other table styles remain the same */

/* Optional: make font smaller on very small devices */
@media (max-width: 480px) {
  table td,
  table th {
    padding: 0.5em 0.75em;
    font-size: 0.875rem;
  }
}

.areas a {
  color: #a8c8ff;
  text-decoration: underline;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}

.areas a:hover {
  color: #e0e7ff;
  text-decoration: none;
}

a {
    color: black;
    text-decoration: underline;
    

}

a:hover {
  color: #0044cc;
  text-decoration: none;
}

.header_tt .main__text p{
	color:#fff;
}

.single_progect_page .swiper-slide {
    border-radius: 15px;
}

  /* ===== scoped styles: only .services-block* ===== */
  .services-block{
    background:#F2F2F2;
    color:#131416;
    font-family:"Fustat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    padding: clamp(40px, 6vw, 90px) 0;
  }

  .services-block *{ box-sizing:border-box; }

  .services-block__container{
    max-width:1322px;
    margin:0 auto;
    padding:0 16px;
    display:flex;
    flex-direction:column;
    gap:46px;
  }

  .services-block__head{
    display:flex;
    flex-direction:column;
    gap:12px;
  }

  .services-block__title{
    margin:0;
    font-weight:500;
    font-size:clamp(32px, 4vw, 48px);
    line-height:1;
  }

  .services-block__subtitle{
    margin:0;
    font-weight:400;
    font-size:18px;
    line-height:22px;
    max-width:652px;
  }

  .services-block__group{
    display:flex;
    flex-direction:column;
    gap:23px;
  }

  .services-block__group-title{
    margin:0;
    font-weight:600;
    font-size:28px;
    line-height:32px;
  }

  .services-block__grid{
    display:grid;
    gap:20px;
  }

  /* Desktop layouts */
  .services-block__grid--residential{
    grid-template-columns:repeat(4, minmax(260px, 1fr));
    align-items:stretch;
  }

  .services-block__grid--commercial{
    grid-template-columns:repeat(3, minmax(280px, 1fr));
    align-items:stretch;
  }

  .services-block__card{
    background:#FFFFFF;
    border-radius:24px;
    padding:30px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:16px;
  }

  .services-block__card--short{ min-height:194px; }

  .services-block__card-top{
    display:flex;
    flex-direction:column;
    gap:16px;
  }

  .services-block__card-title{
    margin:0;
    font-weight:700;
    font-size:22px;
    line-height:28px;
  }

  .services-block__list{
    margin:0;
    padding-left:18px;
    display:flex;
    flex-direction:column;
    gap:4px;
    font-weight:400;
    font-size:18px;
    line-height:22px;
    opacity:.7;
  }

  .services-block__text{
    margin:0;
    font-weight:400;
    font-size:18px;
    line-height:22px;
    opacity:.7;
    max-width:40ch;
  }

  .services-block__link{
    align-self:flex-start;
    font-weight:600;
    font-size:22px;
    line-height:26px;
    color:#2052A9;
    text-decoration:underline;
    text-underline-offset:3px;
    text-decoration-thickness:1px;
    white-space:nowrap;
  }

  .services-block__link:hover{ opacity:.85; }

  /* ===== Responsive ===== */
  @media (max-width:1100px){
    .services-block__grid--residential{ grid-template-columns:repeat(2, minmax(240px, 1fr)); }
    .services-block__grid--commercial{ grid-template-columns:repeat(2, minmax(240px, 1fr)); }
    .services-block__card{ min-height:auto; }
  }

  @media (max-width:640px){
    .services-block__grid--residential,
    .services-block__grid--commercial{
      grid-template-columns:1fr;
    }

    .services-block__subtitle{
      font-size:16px;
      line-height:20px;
    }

    .services-block__card{ padding:22px; }

    .services-block__link{
      font-size:18px;
      line-height:22px;
    }
    

 
}

/* === Projects single gallery text (FIXED) === */
.page.single_progect_page .project-case {
  padding: 80px 0;
}

.page.single_progect_page .project-case > .container {
  display: block !important;
}

.page.single_progect_page .project-case__title {
  max-width: 780px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 600;
}

.page.single_progect_page .project-case__desc {
  max-width: 820px;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: #4a4a4a;
}

.page.single_progect_page .project-case__gallery {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.page.single_progect_page .project-case__gallery img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}

/* === Tablet === */
@media (max-width: 991px) {
  .page.single_progect_page .project-case {
    padding: 60px 0;
  }

  .page.single_progect_page .project-case__gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* === Mobile === */
@media (max-width: 575px) {
  .page.single_progect_page .project-case {
    padding: 45px 0;
  }

  .page.single_progect_page .project-case__gallery {
    grid-template-columns: 1fr;
  }
}

/* === Project steps formatting === */
.project-case__desc {
  text-align: left !important;
}

.project-case__desc p {
  margin-bottom: 20px;
  line-height: 1.7;
  color: #3f3f3f;
}

/* Step title (Step 1, Step 2, etc.) */
.project-case__desc strong,
.project-case__desc b {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #131416;
}

/* Optional: make steps visually separated */
.project-case__desc p:not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}

/* Mobile tuning */
@media (max-width: 575px) {
  .project-case__desc {
    font-size: 15px;
  }
}
