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

body {
  margin: 0; }

main {
  display: block; }

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

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

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

a {
  background-color: transparent; }

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

b,
strong {
  font-weight: bolder; }

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

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; }

img {
  border-style: none; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[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; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

progress {
  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-decoration {
  -webkit-appearance: none; }

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

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

body {
  font-family: 'Neue Montreal', sans-serif;
  background: #121d4a;
  color: #a2a2a2;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px; }

a {
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s !important; }
  a:hover {
    color: #518bc9; }

.blue {
  color: #518bc9; }

.container {
  padding: 0 15px;
  max-width: 1553px;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .container {
      max-width: 960px; } }
  @media (max-width: 991px) {
    .container {
      max-width: 720px; } }
  @media (max-width: 767px) {
    .container {
      max-width: 540px; } }

.d-flex, .q {
  display: flex; }

.body-wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

footer {
  margin-top: auto; }

h1 {
  color: #A2A2A2;
  font-family: 'Graphik LCG';
  font-size: 70px;
  font-weight: 500;
  line-height: 77px;
  text-transform: uppercase;
  margin: 0; }
  h1 span {
    display: inline-flex;
    background: #518bc9;
    padding: 17px 33px 8px;
    color: white;
    border-radius: 89px;
    margin-top: -20px; }

h2 {
  margin: 0;
  color: #A2A2A2;
  font-size: 70px;
  font-weight: 500;
  font-family: 'Graphik LCG';
  line-height: 81.6px;
  text-transform: uppercase; }

.sub {
  color: #e48f1f;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 17px; }

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

p {
  margin: 0; }

.svg, rect, line, circle {
  transition: 0.5s ease; }

a {
  transition: color 0.5s ease;
  box-sizing: border-box; }

li a {
  transition: color 0.5s ease; }

button {
  cursor: pointer;
  box-sizing: border-box; }

textarea {
  transition: border 0.5s;
  box-sizing: border-box; }
  textarea:focus {
    transition: border 0.5s;
    outline: none;
    border: 1px solid #518bc9; }

input {
  transition: 0.5s;
  box-sizing: border-box;
  border: 1px solid #fff; }
  input:disabled {
    pointer-events: none;
    opacity: 0.5; }
  input:focus {
    border: 1px solid #518bc9;
    transition: 0.5s; }
  input:focus-visible {
    outline: initial; }

path {
  transition: fill 0.5s, stroke 0.5s; }

div {
  box-sizing: border-box; }

.icon {
  transition: fill 0.5s, stroke 0.5s; }

html * {
  scrollbar-width: thin;
  scrollbar-color: blue #518bc9; }

.popup__bg, .popup.active, .popup__bg.active, .popup__bg2.active, .popup__bg3.active {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent; }

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
  height: 7px;
  width: 7px; }

*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
  background: #E7E7E7;
  border-radius: 3px; }

*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
  background-color: #518bc9;
  border-radius: 6px; }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  width: 988px;
  height: 110px;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: 500;
  font-family: 'Graphik LCG';
  line-height: 77px;
  text-transform: uppercase;
  background: #e48f1f;
  border: 2px solid #e48f1f;
  color: #121d4a; }
  .btn .svg path {
    fill: #121d4a; }
  .btn:hover {
    background: white;
    border: 2px solid white;
    color: #121d4a; }
    .btn:hover .svg path {
      fill: #121d4a; }
  .btn .svg {
    margin-right: 20px; }
  .btn:hover {
    color: #121d4a;
    background: white; }
    .btn:hover .svg path {
      fill: #121d4a; }

@font-face {
  font-family: 'Graphik LCG';
  src: url("../fonts/GraphikLCG-Medium.eot");
  src: url("../fonts/GraphikLCG-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GraphikLCG-Medium.woff2") format("woff2"), url("../fonts/GraphikLCG-Medium.woff") format("woff"), url("../fonts/GraphikLCG-Medium.ttf") format("truetype"), url("../fonts/GraphikLCG-Medium.svg#GraphikLCG-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Graphik LCG';
  src: url("../fonts/GraphikLCG-Bold.eot");
  src: url("../fonts/GraphikLCG-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GraphikLCG-Bold.woff2") format("woff2"), url("../fonts/GraphikLCG-Bold.woff") format("woff"), url("../fonts/GraphikLCG-Bold.ttf") format("truetype"), url("../fonts/GraphikLCG-Bold.svg#GraphikLCG-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Graphik LCG';
  src: url("../fonts/GraphikLCG-Semibold.eot");
  src: url("../fonts/GraphikLCG-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/GraphikLCG-Semibold.woff2") format("woff2"), url("../fonts/GraphikLCG-Semibold.woff") format("woff"), url("../fonts/GraphikLCG-Semibold.ttf") format("truetype"), url("../fonts/GraphikLCG-Semibold.svg#GraphikLCG-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Neue Montreal';
  src: url("../fonts/NeueMontreal-Regular.eot");
  src: url("../fonts/NeueMontreal-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueMontreal-Regular.woff2") format("woff2"), url("../fonts/NeueMontreal-Regular.woff") format("woff"), url("../fonts/NeueMontreal-Regular.ttf") format("truetype"), url("../fonts/NeueMontreal-Regular.svg#NeueMontreal-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Graphik LCG';
  src: url("../fonts/GraphikLCG-Regular.eot");
  src: url("../fonts/GraphikLCG-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GraphikLCG-Regular.woff2") format("woff2"), url("../fonts/GraphikLCG-Regular.woff") format("woff"), url("../fonts/GraphikLCG-Regular.ttf") format("truetype"), url("../fonts/GraphikLCG-Regular.svg#GraphikLCG-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Neue Montreal';
  src: url("../fonts/NeueMontreal-Bold.eot");
  src: url("../fonts/NeueMontreal-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueMontreal-Bold.woff2") format("woff2"), url("../fonts/NeueMontreal-Bold.woff") format("woff"), url("../fonts/NeueMontreal-Bold.ttf") format("truetype"), url("../fonts/NeueMontreal-Bold.svg#NeueMontreal-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Neue Montreal';
  src: url("../fonts/NeueMontreal-Medium.eot");
  src: url("../fonts/NeueMontreal-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueMontreal-Medium.woff2") format("woff2"), url("../fonts/NeueMontreal-Medium.woff") format("woff"), url("../fonts/NeueMontreal-Medium.ttf") format("truetype"), url("../fonts/NeueMontreal-Medium.svg#NeueMontreal-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

input::-webkit-input-placeholder {
  color: #202020 !important; }

input::-moz-placeholder {
  color: #202020 !important; }

input:-ms-input-placeholder {
  color: #202020 !important; }

input:-moz-placeholder {
  color: #202020 !important; }

.menu-btn, .menu {
  display: none; }

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

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-checkbox + label {
  display: flex;
  align-items: center;
  user-select: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #494949;
  cursor: pointer; }
  .custom-checkbox + label:hover:before {
    border: 1px solid #518bc9; }

.custom-checkbox + label::before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  display: flex;
  flex-grow: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  background: #FFFFFF;
  flex: 1 0 auto;
  transition: 0.2s;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  max-width: 20px;
  margin-right: 11px; }

.custom-checkbox:checked + label::before {
  background: url(../img/check2.png) no-repeat center center;
  background-size: 8px; }

.swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 19px;
  position: absolute;
  z-index: 2; }

.swiper-pagination-bullet {
  width: 52px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.2; }

.swiper-pagination-bullet-active {
  background-color: #518bc9 !important;
  opacity: 1; }

.tabs__pane {
  display: none; }

.tabs__pane_show {
  display: block; }

.tabs__btn_active {
  color: #20252d !important;
  position: relative; }

.swiper-button-next, .swiper-button-prev {
  z-index: 9; }

.swiper-button-disabled {
  opacity: 0;
  pointer-events: none; }

.bread {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
  margin-top: 20px;
  flex-wrap: wrap; }
  .bread a {
    color: #a2a2a2;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px; }
    .bread a:after {
      content: "/";
      display: inline-block;
      color: #a2a2a2 !important;
      font-size: 14px;
      font-weight: 500;
      line-height: 18px;
      margin: 0 12px; }
    .bread a:last-child {
      color: #a2a2a2; }
      .bread a:last-child:after {
        display: none; }
    .bread a:hover {
      color: #518bc9; }

.mob {
  display: none; }

/* SELECT */
.selectCF {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  width: max-content;
  height: auto;
  background: transparent; }

.selectCF li {
  list-style: none;
  cursor: pointer;
  perspective: 900px;
  -webkit-perspective: 900px;
  text-align: left;
  width: 100%;
  height: 100%;
  max-height: 100%;
  box-sizing: border-box; }

.selectCF > li {
  position: relative;
  border: none; }

.selectCF span {
  display: flex;
  height: auto;
  line-height: 100%;
  color: #888888;
  z-index: 1;
  align-items: center; }

.selectCF .arrowCF {
  transition: .3s;
  -webkit-transition: .3s;
  width: 7px;
  height: 5px;
  text-align: center;
  vertical-align: top;
  background: url(../img/down-arrow.png) no-repeat !important;
  position: absolute;
  right: -16px;
  top: 8px; }

.selectCF .titleCF {
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
  color: #000000 !important;
  white-space: nowrap;
  width: max-content !important;
  height: max-content !important;
  box-sizing: border-box;
  background: transparent !important; }

.selectCF .searchCF {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: -1; }

@keyframes searchActive {
  from {
    transform: rotateY(180deg); }
  to {
    transform: rotateY(0deg); } }

@-moz-keyframes searchActive {
  from {
    transform: rotateY(180deg); }
  to {
    transform: rotateY(0deg); } }

@-webkit-keyframes searchActive {
  from {
    -webkit-transform: rotateY(180deg); }
  to {
    -webkit-transform: rotateY(0deg); } }

.searchActive .searchCF {
  z-index: 1;
  animation: searchActive 0.3s alternate 1;
  -moz-animation: searchActive 0.3s alternate 1;
  -webkit-animation: searchActive 0.3s alternate 1; }

.searchActive .titleCF {
  opacity: 0; }

.selectCF .searchCF input {
  border: none !important;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  background: transparent; }

.selectCF .searchCF input:active, .selectCF .searchCF input:focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important; }

.selectCF li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 1px;
  width: 100%;
  background: grey;
  max-height: 255px;
  overflow-y: auto;
  transition: .2s;
  -webkit-transition: .2s;
  z-index: 2;
  box-sizing: border-box;
  padding-bottom: 10px;
  border-top: none; }

.selectCF li ul li {
  padding: 9px 0 9px 10px;
  transition: .2s;
  -webkit-transition: .2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: none;
  box-sizing: border-box;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #FAFAFF; }
  .selectCF li ul li:last-child {
    border-radius: 0px 0px 5px 5px;
    padding-bottom: 10px; }
  .selectCF li ul li:hover {
    color: #518bc9; }

.onCF .arrowCF {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

@-moz-keyframes effect1 {
  from {
    transform: translateY(15px);
    opacity: 0; }
  to {
    transform: translateY(0px);
    opacity: s1; } }

@-webkit-keyframes effect1 {
  from {
    -webkit-transform: translateY(15px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0px);
    opacity: 1; } }

.onCF li ul {
  display: block;
  position: absolute;
  -moz-animation: effect1 0.3s alternate 1;
  -webkit-animation: effect1 0.3s alternate 1;
  left: -6.55px;
  top: 22px;
  border-radius: 0 0 4px 4px;
  width: 100%;
  min-width: max-content;
  padding-right: 10px; }

ul.info li, #event-change {
  color: #FFF; }

ul.info {
  padding: 0;
  display: none; }

ul.info li {
  display: inline-block;
  border-radius: 5px;
  padding: 0 5px; }

.accordeon, .accordeon2 {
  padding: 5px 0 30px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 26px;
  width: 100%; }

.accordeon__item {
  width: 100%;
  list-style-type: none; }

.accordeon__item:first-child .accordeon__button {
  margin-top: 0; }

.accordeon__button, .accordeon__button2 {
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
  font-size: 17px;
  font-weight: 700;
  color: #282828;
  display: flex;
  justify-content: space-between; }

.accordeon__button:hover, .accordeon__button2:hover {
  color: #518bc9; }

.accordeon__button:after, .accordeon__button2:after {
  content: "";
  position: absolute;
  right: 0px;
  background: url(../img/down-arrow.png) no-repeat !important;
  width: 7px;
  left: inherit;
  height: 5px;
  top: 8px;
  bottom: inherit;
  margin-bottom: -20px;
  transition: all 0.5s ease; }

.accordeon__button.active:after, .accordeon__button2.active:after {
  content: "";
  position: absolute;
  right: 0px;
  background: url(../img/down-arrow.png) no-repeat !important;
  width: 7px;
  left: inherit;
  height: 5px;
  bottom: 30%;
  margin-bottom: -20px;
  transition: all 0.5s ease;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.accordeon__panel, .accordeon__panel2 {
  max-height: 0;
  overflow: hidden;
  margin-left: 0;
  transition: all 0.5s ease; }

.panel__text, .panel__text2 {
  list-style-type: none;
  padding-top: 0px;
  max-width: 688px;
  margin-top: 30px; }

.panel__info {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 20px; }
  .panel__info:last-child {
    margin-bottom: 0; }

.pag {
  display: none;
  width: max-content;
  justify-content: center;
  margin: 25px auto 0;
  position: relative;
  bottom: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important; }
  .pag .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #e6e6e6;
    opacity: 1;
    margin-right: 10px !important; }
    .pag .swiper-pagination-bullet:last-child {
      margin-right: 0 !important; }

.menu2 {
  position: absolute;
  top: 144px;
  width: 100%;
  height: auto;
  padding: 110px 200px;
  background: white;
  transform: translatey(-500%);
  transition: transform 0s;
  z-index: 20; }
  .menu2 p {
    position: absolute;
    font-family: 'Graphik LCG';
    opacity: 0.1;
    color: #9d9d9d;
    font-size: 208px;
    font-weight: 700;
    line-height: 28.9px;
    z-index: 0;
    top: 130px;
    left: 50%;
    margin-left: -368px; }

.menu2.active {
  transform: translatey(0); }
  .menu2.active:before {
    content: "";
    display: block;
    position: absolute;
    top: -273px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }
  .menu2.active:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5000%;
    left: 0;
    width: 100%;
    height: 5000%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.6); }

.menu-btn2 {
  background: transparent;
  border: none;
  cursor: pointer;
  margin-left: 0;
  z-index: 5;
  position: absolute;
  transition: 0.2s;
  top: 23px;
  right: 0px; }
  .menu-btn2:hover {
    opacity: 0.7; }
  .menu-btn2 .svg:nth-child(2) {
    display: none; }

.menu-btn2.active {
  z-index: 50; }
  .menu-btn2.active .svg:nth-child(2) {
    display: block; }
  .menu-btn2.active .svg:nth-child(1) {
    display: none; }

.mobile__form {
  position: relative;
  width: 100%;
  z-index: 2; }
  .mobile__form input {
    width: 100%;
    color: black;
    font-size: 30px;
    font-weight: 400;
    line-height: 28.9px;
    height: auto;
    background: transparent;
    border: none;
    border-bottom: 1px solid #e6e6ed;
    padding: 0 0 17px 20px; }
    .mobile__form input:focus {
      border-bottom: 1px solid #518bc9 !important; }
  .mobile__form input::-webkit-input-placeholder {
    color: #9d9d9d !important; }
  .mobile__form input::-moz-placeholder {
    color: #9d9d9d !important; }
  .mobile__form input:-ms-input-placeholder {
    color: #9d9d9d !important; }
  .mobile__form input:-moz-placeholder {
    color: #9d9d9d !important; }
  .mobile__form button {
    position: absolute;
    background: none;
    border: none;
    right: 15px;
    transition: 0.5s;
    bottom: 15px; }
    .mobile__form button:hover circle, .mobile__form button:hover path {
      stroke: black; }

.nav {
  padding: 18px 0 30px; }
  .nav__box {
    position: relative;
    align-items: center;
    padding: 14px 0 7px;
    justify-content: space-between;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-top: 2px solid rgba(255, 255, 255, 0.2); }
  .nav__logo {
    display: block;
    margin-right: 53px; }
    .nav__logo img {
      width: 100%;
      object-fit: contain; }
  .nav__list {
    position: relative;
    top: -5px;
    left: -27px;
    flex-wrap: wrap; }
    .nav__list li {
      margin-right: 24px; }
      .nav__list li:last-child {
        margin-right: 0; }
      .nav__list li a {
        color: white;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.05rem;
        line-height: 33px; }
        .nav__list li a:hover {
          color: #e48f1f; }
  .nav__call {
    color: #e48f1f;
    font-size: 18px;
    font-weight: bold;
    line-height: 33px;
    margin-left: 0px;
    position: relative;
    margin-right: 252px;
    top: -5px;
    letter-spacing: 0.02rem; }
    .nav__call:hover {
      color: white; }

.header {
  position: relative;
  padding-bottom: 53px; }
  .header__pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover; }
  .header__wrap {
    width: 100%;
    margin-top: 467px;
    overflow: hidden; }
    .header__wrap h1 {
      margin-bottom: 56px; }
    .header__wrap img {
      width: 100%;
      object-fit: cover;
      height: 415px;
      margin-bottom: 32px; }
    .header__wrap p {
      font-size: 30px;
      font-weight: 500;
      line-height: 77px;
      font-family: 'Graphik LCG';
      margin-top: -2px; }
      .header__wrap p span {
        color: #518bc9; }
  .header__flex {
    align-items: center; }
    .header__flex a {
      color: #a2a2a2;
      font-size: 20px;
      font-weight: 400;
      line-height: 77px;
      font-family: 'Graphik LCG';
      margin-right: 50px; }
      .header__flex a:hover {
        color: white; }
    .header__flex p {
      color: #a2a2a2;
      font-size: 20px;
      font-weight: 400;
      font-family: 'Graphik LCG';
      line-height: 77px; }

.info {
  padding: 0px 0 0px; }
  .info__content a {
    color: #393939;
    font-family: 'Graphik LCG';
    font-size: 20px;
    font-weight: 400;
    margin-right: 50px; }
    .info__content a:hover {
      color: #518bc9; }
  .info__content p {
    color: #393939;
    font-family: 'Graphik LCG';
    font-size: 20px;
    font-weight: 400; }
  .info__link {
    align-items: center;
    color: #393939;
    font-size: 30px;
    font-weight: 500;
    line-height: 120%;
    font-family: 'Graphik LCG';
    text-transform: uppercase; }
    .info__link:hover {
      color: #518bc9; }
    .info__link .svg {
      margin-right: 20px; }
      .info__link .svg path {
        fill: #518bc9; }
  .info__area {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    padding: 50px 40px;
    justify-content: space-between; }
  .info__item {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column; }
    .info__item span {
      font-family: 'Graphik LCG';
      color: #a2a2a2;
      font-size: 109px;
      font-weight: 400;
      line-height: 110%;
      margin-bottom: 20px;
      display: flex;
      flex-direction: column;
      position: relative;
      top: 33px; }
      .info__item span small {
        display: block;
        text-align: center;
        color: rgba(255, 255, 255, 0.95);
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 5px; }
    .info__item p {
      color: rgba(255, 255, 255, 0.95);
      font-size: 20px;
      font-weight: 500;
      line-height: 30px;
      margin-top: auto; }
    .info__item:after {
      content: "";
      display: block;
      position: absolute;
      right: -118px;
      top: 9px;
      width: 2px;
      height: 227px;
      background: rgba(255, 255, 255, 0.2); }
    .info__item:last-child:after {
      display: none; }
    .info__item:first-child span {
      top: 0; }

.about {
  padding: 50px 0 0; }
  .about__box {
    padding-bottom: 50px;
    margin-bottom: 50px;
    justify-content: space-between;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2); }
    .about__box_2 {
      border: none;
      margin-bottom: 0; }
  .about__area {
    width: 100%;
    max-width: 32.45%;
    display: flex;
    padding-right: 40px;
    flex-direction: column;
    align-items: flex-start; }
  .about__content {
    width: 100%;
    max-width: 67.4%;
    padding-left: 40px;
    border-left: 2px solid rgba(255, 255, 255, 0.2); }
    .about__content p {
      margin-bottom: 40px;
      font-weight: 400; }
  .about__bottom {
    display: flex;
    align-items: flex-end;
    margin-top: auto;
    width: 100%;
    justify-content: space-between; }
  .about__images {
    justify-content: space-between; }
    .about__images img {
      object-fit: cover;
      transition: 0.8s; }
  .about__big {
    height: 474px;
    width: 100%;
    max-width: 74.2%; }
  .about__img {
    overflow: hidden; }
    .about__img img {
      width: 100%;
      height: 100%; }
    .about__img:hover img {
      transform: scale(1.12); }
  .about__block {
    width: 100%;
    max-width: 23%; }
    .about__block .about__img {
      height: 138px;
      width: 100%;
      margin-bottom: 30px; }
      .about__block .about__img img {
        width: 100%;
        height: 100%; }
      .about__block .about__img:last-child {
        margin-bottom: 0; }
  .about__row {
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative; }
  .about .white {
    display: none; }
  .about__item {
    display: flex;
    flex-direction: column;
    height: 256px;
    background: #f6f6f6;
    transition: 0.5s;
    width: 100%;
    align-items: center;
    padding: 30px;
    justify-content: center; }
    .about__item img {
      transition: 0.5s;
      max-width: 100%;
      max-height: 100%; }
    .about__item div {
      position: absolute;
      right: -100px;
      opacity: 0;
      width: 65px;
      height: 65px;
      background: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0s;
      margin: auto 0 0 auto; }
      .about__item div .svg path {
        fill: #518bc9; }
    .about__item p {
      font-size: 30px;
      font-family: 'Graphik LCG';
      font-weight: 500;
      line-height: 40px;
      transition: 0.5s;
      color: #393939;
      text-transform: uppercase; }
      .about__item p span {
        color: #518bc9;
        transition: 0.5s; }
    .about__item_last {
      align-items: flex-start;
      padding: 30px;
      width: 31.9%;
      justify-content: flex-start;
      position: absolute;
      bottom: 0;
      z-index: 5;
      right: 0; }
      .about__item_last div {
        width: 65px;
        height: 65px;
        background: #518bc9;
        border-radius: 50%;
        position: relative;
        opacity: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 0 !important;
        transition: 0.5s;
        margin: auto 0 0 auto; }
        .about__item_last div .svg path {
          fill: white; }
      .about__item_last:hover div {
        background: white; }
        .about__item_last:hover div .svg path {
          fill: #518bc9; }
    .about__item:hover {
      background: #518bc9;
      justify-content: flex-start;
      align-items: flex-start; }
      .about__item:hover p, .about__item:hover span {
        color: white; }
      .about__item:hover div {
        background: white;
        position: relative;
        right: 0;
        opacity: 1; }
        .about__item:hover div .svg path {
          fill: #518bc9; }
      .about__item:hover > img {
        display: none; }
      .about__item:hover .white {
        display: block; }
  .about .swiper-wrapper {
    flex-wrap: wrap; }
  .about .swiper-slide {
    height: 256px;
    margin-bottom: 20px;
    width: 31.9% !important; }
    .about .swiper-slide:nth-child(3n) {
      margin-right: 0 !important; }
    .about .swiper-slide:nth-child(n+7) {
      margin-bottom: 0; }
  .about__el {
    width: 32%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    transition: 0.5s;
    height: 230px; }
    .about__el img {
      max-width: 77%;
      max-height: 100%;
      width: 100%;
      object-fit: contain; }
    .about__el:nth-last-child(-n+3) {
      margin-bottom: 0; }
    .about__el:hover {
      background: #1b2963; }

.ser {
  padding: 0 0 50px; }
  .ser__title {
    align-items: center;
    margin-bottom: 20px;
    justify-content: center; }
    .ser__title h2 {
      font-size: 70px; }
    .ser__title img {
      display: none; }
  .ser__sub {
    color: #a2a2a2;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px; }
  .ser__row {
    justify-content: space-between;
    gap: 0px;
    flex-wrap: wrap;
    margin-bottom: 50px; }
  .ser__item {
    padding: 30px 9px 40px 30px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
    align-items: flex-start;
    height: 266px;
    width: 100%;
    max-width: 32.4%;
    border-top: 2px solid #414a6e; }
    .ser__item p {
      color: #a2a2a2;
      font-size: 30px;
      font-weight: 500;
      font-family: 'Graphik LCG';
      line-height: 34px; }
    .ser__item .svg {
      margin-top: auto; }
      .ser__item .svg path {
        fill: #e48f1f; }
    .ser__item:nth-child(4), .ser__item:nth-child(6), .ser__item:nth-child(7), .ser__item:nth-child(5) {
      border-bottom: 2px solid #414a6e; }
    .ser__item:nth-child(7) {
      border-top: none;
      align-self: center;
      margin: 0 auto; }
    .ser__item:hover {
      background: #1b2963; }

.main__pag {
  position: absolute;
  z-index: 3;
  align-items: center;
  bottom: 0;
  left: 0; }

.arrow {
  transition: 0.5s;
  cursor: pointer;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  background: #518bc9;
  height: 65px;
  box-sizing: border-box;
  border-radius: 100px; }
  .arrow .svg path {
    fill: #f0ebe6; }
  .arrow:hover {
    background: #393939; }

.prev {
  margin-right: 20px; }

.pag {
  display: flex;
  width: max-content;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  bottom: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  font-family: 'Graphik LCG';
  font-size: 20px;
  line-height: 53px;
  text-transform: uppercase;
  color: rgba(57, 57, 57, 0.5); }
  .pag .swiper-pagination-current {
    color: #393939 !important;
    font-weight: 500;
    font-size: 70px;
    margin-right: 5px;
    line-height: 82px; }
  .pag .swiper-pagination-total {
    font-size: 20px;
    font-weight: 500;
    color: rgba(57, 57, 57, 0.5); }

.team {
  padding: 12px 0 0px; }
  .team__main {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block; }
  .team__wrap {
    position: relative;
    border-bottom: 2px solid #bdbeb9;
    padding-bottom: 50px; }
  .team__title {
    padding-bottom: 31px;
    margin-bottom: 50px;
    width: 100%;
    border-bottom: 2px solid #bdbeb9;
    align-items: center; }
    .team__title .sub {
      margin-left: 36px;
      margin-bottom: 0; }
  .team .main__pag {
    width: 100%;
    max-width: 731px;
    justify-content: space-between;
    align-items: center;
    right: 2px;
    left: inherit;
    bottom: 74px; }
  .team .pag {
    margin: 0 !important; }
  .team .swiper1 {
    height: 493px;
    width: 100%;
    max-width: 304px; }
    .team .swiper1 .swiper-slide {
      display: flex;
      flex-direction: column;
      padding: 30px;
      height: 245px;
      max-width: 304px;
      transition: 0.5s;
      position: relative; }
      .team .swiper1 .swiper-slide img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1; }
      .team .swiper1 .swiper-slide span {
        align-items: center;
        width: max-content;
        height: 45px;
        padding: 0 35px;
        transition: 0.5s;
        opacity: 0;
        background: #518bc9;
        color: white;
        font-size: 18px;
        font-weight: 500;
        font-family: 'Graphik LCG';
        text-align: center;
        text-transform: uppercase;
        border-radius: 500px; }
    .team .swiper1 .swiper-slide-active {
      height: 100%;
      max-width: 761px;
      width: 761px !important; }
      .team .swiper1 .swiper-slide-active span, .team .swiper1 .swiper-slide-active .team__info {
        opacity: 1; }
  .team__info {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: auto;
    transition: 0.5s;
    opacity: 0; }
    .team__info p {
      color: white;
      font-size: 30px;
      font-family: 'Graphik LCG';
      font-weight: 600;
      line-height: 39px; }
  .team__content {
    position: relative;
    z-index: 2; }
    .team__content a {
      display: block;
      color: white;
      font-size: 20px;
      font-weight: 500;
      line-height: 30px;
      border-bottom: 1px solid white;
      margin-bottom: 15px;
      text-align: right;
      width: max-content;
      margin-left: auto; }
      .team__content a:last-child {
        margin-bottom: 0; }
      .team__content a:hover {
        color: #518bc9;
        border-bottom: 1px solid #518bc9; }

.contacts {
  padding: 50px 0; }
  .contacts #map {
    width: 100%;
    height: 534px; }
  .contacts__socials {
    position: absolute;
    top: 63px;
    left: 258px; }
    .contacts__socials a {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 13px;
      width: 44.02px;
      height: 44.02px;
      border: 2px solid rgba(255, 255, 255, 0.2); }
      .contacts__socials a:last-child {
        margin-right: 0; }
      .contacts__socials a:hover {
        background: #518bc9; }
        .contacts__socials a:hover .svg path {
          fill: white; }
  .contacts__box {
    justify-content: space-between;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 0px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2); }
  .contacts__left {
    width: 100%;
    max-width: 30.45%; }
    .contacts__left img {
      margin-top: 160px; }
  .contacts__content {
    width: 100%;
    max-width: 35.1%;
    padding-left: 40px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2); }
  .contacts__right {
    width: 100%;
    max-width: 30.4%;
    background: #e48f1f;
    align-items: center;
    justify-content: center; }
    .contacts__right p {
      transition: 0.5s;
      color: #0e1621;
      font-size: 30px;
      font-weight: 500;
      line-height: 40px;
      font-family: 'Graphik LCG';
      text-transform: uppercase; }
    .contacts__right .svg {
      margin-right: 20px; }
      .contacts__right .svg path {
        fill: #0e1621; }
    .contacts__right:hover p {
      color: white; }
    .contacts__right:hover .svg path {
      fill: white; }
  .contacts__item {
    margin-bottom: 30px; }
    .contacts__item:last-child {
      margin-bottom: 0; }
    .contacts__item span {
      margin-bottom: 8px;
      color: #a2a2a2;
      font-size: 20px;
      font-weight: 500;
      display: block;
      line-height: 30px; }
    .contacts__item p {
      color: #e48f1f;
      font-size: 20px;
      font-weight: 500;
      line-height: 30px; }
    .contacts__item a {
      color: #e48f1f;
      font-size: 20px;
      font-weight: 500;
      line-height: 30px; }
      .contacts__item a:hover {
        color: white; }

.call .about__box {
  padding: 50px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2); }

.call__form {
  width: 100%; }
  .call__form button {
    width: 100%;
    background: #e48f1f;
    border: 2px solid #e48f1f;
    color: #121d4a; }
    .call__form button .svg path {
      fill: #121d4a; }
    .call__form button:hover {
      background: white;
      border: 2px solid white;
      color: #121d4a; }
      .call__form button:hover .svg path {
        fill: #121d4a; }
  .call__form input {
    width: 100%;
    padding-left: 30px;
    height: 110px;
    background: #f6f6f6;
    border: 2px solid #f6f6f6;
    color: #393939;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 28.9px; }
    .call__form input:focus {
      border: 2px solid #518bc9; }
  .call__form textarea {
    width: 100%;
    padding-left: 30px;
    margin-bottom: 30px;
    min-height: 210px;
    padding-top: 40px;
    max-width: 100%;
    background: #f6f6f6;
    border: 2px solid #f6f6f6;
    color: #393939;
    font-size: 25px;
    font-weight: 400;
    line-height: 28.9px; }
    .call__form textarea:focus {
      border: 2px solid #518bc9; }
  .call__form input::-webkit-input-placeholder, .call__form textarea::-webkit-input-placeholder {
    color: #9d9d9d !important; }
  .call__form input::-moz-placeholder, .call__form textarea::-moz-placeholder {
    color: #9d9d9d !important; }
  .call__form input:-ms-input-placeholder, .call__form textarea:-ms-input-placeholder {
    color: #9d9d9d !important; }
  .call__form input:-moz-placeholder, .call__form textarea:-moz-placeholder {
    color: #9d9d9d !important; }

.footer {
  padding: 0px 0 30px; }
  .footer__content {
    width: 50.5%;
    justify-content: space-between;
    margin-right: 310px; }
  .footer__box {
    justify-content: flex-start;
    padding-bottom: 50px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    align-items: flex-start; }
  .footer__area {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .footer__item {
    margin-bottom: 100px; }
    .footer__item span {
      display: block;
      margin-bottom: 10px;
      color: rgba(255, 255, 255, 0.56);
      font-size: 18px;
      font-weight: 500;
      line-height: 33px; }
    .footer__item p {
      color: #a2a2a2;
      font-size: 18px;
      font-weight: 500;
      line-height: 33px; }
    .footer__item:nth-child(2) {
      margin-top: auto; }
    .footer__item ul li a {
      color: #a2a2a2;
      font-size: 18px;
      font-weight: 500;
      line-height: 40px; }
      .footer__item ul li a:hover {
        color: white; }
    .footer__item:last-child {
      margin-bottom: 0; }
  .footer__tel {
    color: #a2a2a2;
    font-size: 30.55px;
    font-weight: 500;
    line-height: 56px; }
    .footer__tel:hover {
      color: white; }
  .footer__mail, .footer__policy {
    color: #a2a2a2;
    font-size: 18px;
    font-weight: 500;
    line-height: 33px; }
    .footer__mail:hover, .footer__policy:hover {
      color: white; }
  .footer__links {
    margin-bottom: 49px; }
    .footer__links a {
      display: block;
      color: #393939;
      font-size: 18px;
      font-weight: 500;
      line-height: 33px; }
      .footer__links a:hover {
        color: #518bc9; }
  .footer__com {
    margin: 30px auto 0;
    display: block;
    text-align: center; }

.swiper-pagination2, .swiper-pagination3 {
  display: none; }

.page h1 {
  margin-bottom: 40px; }

.page .header__wrap {
  margin-top: 0; }

.page .header {
  padding-bottom: 0; }

.info-about {
  padding-top: 30px; }

.about-page .about__box {
  margin-bottom: 29px; }

.about-page__content {
  border-bottom: 2px solid #bdbeb9;
  margin-bottom: 40px; }
  .about-page__content p {
    color: #676767;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 40px;
    width: 100%;
    max-width: 75.9%; }
  .about-page__content img {
    width: 100%;
    object-fit: cover;
    height: 415px;
    margin-bottom: 40px; }

.ymaps-2-1-79-image {
  background-size: 100%  !important;
  width: 40px !important;
  height: 40px !important; }

.call-about .about__box {
  border-top: none !important; }

.about-customers .about__content {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  border-left: none; }

.about-customers .about__row {
  justify-content: flex-start; }
  .about-customers .about__row .about__item {
    width: 24%;
    margin-right: 20px;
    margin-bottom: 20px; }
    .about-customers .about__row .about__item:nth-child(4n) {
      margin-right: 0; }

.contacts-page {
  padding: 0 !important; }
  .contacts-page .contacts__box {
    padding-top: 50px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    margin-top: 40px;
    margin-bottom: 0; }
    .contacts-page .contacts__box .contacts__content {
      padding-left: 0;
      border-left: none;
      border-right: none;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      max-width: 100%; }
      .contacts-page .contacts__box .contacts__content .contacts__item {
        margin-right: 0px;
        margin-bottom: 0px; }
        .contacts-page .contacts__box .contacts__content .contacts__item span {
          margin-bottom: 15px;
          font-size: 18px;
          color: rgba(255, 255, 255, 0.56); }
        .contacts-page .contacts__box .contacts__content .contacts__item a {
          font-size: 18px;
          color: #a2a2a2; }
          .contacts-page .contacts__box .contacts__content .contacts__item a:hover {
            color: #518bc9; }
        .contacts-page .contacts__box .contacts__content .contacts__item p {
          font-size: 18px;
          color: #a2a2a2; }
        .contacts-page .contacts__box .contacts__content .contacts__item:nth-child(1), .contacts-page .contacts__box .contacts__content .contacts__item:nth-child(4) {
          min-width: 165px; }
        .contacts-page .contacts__box .contacts__content .contacts__item:nth-child(4), .contacts-page .contacts__box .contacts__content .contacts__item:nth-child(5) {
          margin-bottom: 0; }
        .contacts-page .contacts__box .contacts__content .contacts__item .footer__links {
          margin-bottom: 0; }
          .contacts-page .contacts__box .contacts__content .contacts__item .footer__links a {
            margin-right: 25px;
            margin-bottom: 0; }
            .contacts-page .contacts__box .contacts__content .contacts__item .footer__links a:last-child {
              margin-right: 0; }

.charity__content {
  border-bottom: 2px solid #bdbeb9;
  margin-bottom: 50px; }

.charity__text {
  width: 100%;
  max-width: 74.1%;
  margin-bottom: 40px; }
  .charity__text p {
    width: 100%;
    margin-bottom: 25px;
    color: #676767;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px; }
    .charity__text p:last-child {
      margin-bottom: 0; }

.charity__image {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  justify-content: space-between; }
  .charity__image img {
    object-fit: cover;
    width: 32.5%;
    height: 415px; }

.ser-page .about-page__content {
  border-bottom: none;
  margin-bottom: 0; }

.team-page {
  margin-top: -20px;
  padding-bottom: 25px; }
  .team-page__item {
    align-items: flex-start;
    height: 493px;
    margin-bottom: 50px;
    background: #f6f6f6;
    width: 100%;
    border: 2px solid transparent;
    transition: 0.5s;
    justify-content: space-between; }
    .team-page__item .info__link {
      margin-top: auto;
      width: max-content; }
    .team-page__item img {
      object-fit: cover;
      height: 100%;
      width: 49.99%; }
    .team-page__item:nth-child(2n) .team-page__content {
      order: 1; }
    .team-page__item:nth-child(2n) img {
      order: 2; }
    .team-page__item:hover {
      border: 2px solid #518bc9; }
  .team-page__content {
    width: 49.99%;
    padding: 50px;
    height: 100%; }
    .team-page__content span {
      display: flex;
      width: max-content;
      align-items: center;
      justify-content: center;
      border-radius: 500px;
      height: 45px;
      background: #518bc9;
      color: white;
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
      font-family: 'Graphik LCG';
      margin-bottom: 35px;
      padding: 0 35px; }
    .team-page__content p {
      color: #393939;
      width: 100%;
      max-width: 600px;
      font-size: 45px;
      font-weight: 600;
      font-family: 'Graphik LCG';
      line-height: 140%;
      margin-bottom: 30px; }
  .team-page__links {
    margin-bottom: 60px; }
    .team-page__links a {
      display: block;
      color: #393939;
      font-size: 20px;
      font-weight: 500;
      line-height: 30px;
      border-bottom: 1px solid #393939;
      margin-bottom: 15px;
      width: max-content; }
      .team-page__links a:last-child {
        margin-bottom: 0; }
      .team-page__links a:hover {
        color: #518bc9;
        border-bottom: 1px solid #518bc9; }
  .team-page__area {
    border-bottom: 2px solid #bdbeb9;
    padding-bottom: 30px; }
  .team-page__row {
    align-items: center;
    justify-content: space-between;
    height: auto;
    width: 100%;
    background: #f6f6f6;
    margin-bottom: 30px;
    transition: 0.5s;
    border: 2px solid #f6f6f6;
    padding: 50px; }
    .team-page__row .info__link {
      transition: 0.5s; }
    .team-page__row span {
      display: flex;
      width: max-content;
      align-items: center;
      justify-content: center;
      border-radius: 500px;
      height: 45px;
      background: #518bc9;
      color: white;
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
      font-family: 'Graphik LCG';
      padding: 0 35px; }
    .team-page__row p {
      color: #393939;
      font-size: 35px;
      font-weight: 600;
      line-height: 39px;
      width: 100%;
      max-width: 676px;
      position: relative;
      left: 20px;
      font-family: 'Graphik LCG';
      display: flex;
      align-items: center; }
      .team-page__row p img {
        object-fit: cover;
        width: 112px;
        height: 112px;
        margin-right: 40px; }
    .team-page__row:hover {
      border: 2px solid #518bc9; }
      .team-page__row:hover .info__link {
        color: #518bc9; }
  .team-page__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }

.team-item {
  padding-bottom: 30px; }
  .team-item__box {
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px; }
  .team-item__content {
    width: 100%;
    max-width: 42.25%; }
  .team-item__photo {
    width: 100%;
    height: 559px;
    max-width: 49.95%;
    position: relative; }
  .team-item__pic {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .team-item__code {
    width: 190px;
    height: 190px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    position: absolute;
    right: 0;
    bottom: 0; }
    .team-item__code img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .team-item__block {
    display: flex;
    width: max-content;
    align-items: center;
    justify-content: center;
    border-radius: 45.1px;
    height: 86px;
    background: #518bc9;
    color: white;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Graphik LCG';
    padding: 0 51px;
    margin-bottom: 30px; }
  .team-item__el {
    margin-bottom: 30px; }
    .team-item__el span {
      display: block;
      color: rgba(0, 0, 0, 0.5);
      font-size: 16px;
      font-weight: 500;
      line-height: 33px;
      margin-bottom: 7px; }
    .team-item__el a {
      color: #393939;
      font-size: 40px;
      font-weight: 500;
      line-height: 30px;
      text-transform: uppercase; }
      .team-item__el a:hover {
        color: #518bc9; }
  .team-item__text {
    margin: 40px 0 60px;
    color: #676767;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px; }

.ser-item__image img {
  width: 49.32%; }

.ser-item .charity__content {
  margin-bottom: 30px; }

.ser-item #map {
  width: 100%;
  height: 769px;
  margin-top: 40px; }

.proj__top {
  margin-bottom: 50px;
  align-items: center; }
  .proj__top .info__link {
    margin-top: 0;
    margin-left: 200px; }
  .proj__top .main__pag {
    position: relative;
    margin-left: auto; }

.proj .swiper4 {
  overflow: hidden; }

.proj__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.proj__link {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start; }
  .proj__link img {
    object-fit: cover;
    margin-bottom: 20px;
    height: 320px;
    width: 100%; }
  .proj__link span {
    color: #232323;
    font-size: 14px;
    font-family: 'Graphik LCG';
    font-weight: 500;
    line-height: 21px;
    display: block; }
  .proj__link p {
    color: #232323;
    font-family: 'Graphik LCG';
    font-size: 22px;
    font-weight: 500;
    transition: 0.5s;
    line-height: 33px; }
  .proj__link:hover p {
    color: #518bc9; }

.proj__area {
  width: 100%;
  max-width: 47.75%; }
  .proj__area .proj__link:first-child {
    margin-bottom: 28px; }

.proj__main {
  max-width: 47.75%;
  width: 100%; }
  .proj__main img {
    height: 741px; }

.proj .pag {
  margin-top: 40px; }
  .proj .pag .swiper-pagination-bullet {
    width: 80px;
    height: 2px;
    background: rgba(164, 164, 164, 0.4);
    opacity: 1; }

.proj__wrap {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 40px;
  border-bottom: 2px solid #bdbeb9; }

.top {
  padding: 50px 0;
  background: #518bc9; }
  .top__row {
    align-items: center;
    justify-content: space-between; }
  .top__logo {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 346px;
    height: 130px;
    border-radius: 10px;
    padding: 20px;
    background: white; }
    .top__logo img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain; }
  .top__back {
    display: flex;
    align-items: center; }
    .top__back div {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 65px;
      height: 65px;
      background: white;
      border-radius: 50%;
      transition: 0.5s; }
    .top__back p {
      color: white;
      font-size: 20px;
      font-weight: 500;
      line-height: 30px;
      text-align: justify;
      margin-left: 25px; }
    .top__back:hover div {
      background: black; }
      .top__back:hover div .svg path {
        fill: white; }

.area .container {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 2px solid #bdbeb9; }

.area__wrap {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.area .area__links {
  width: 100%; }
  .area .area__links li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 46px 0;
    border-bottom: 1px solid #bdbeb9;
    border-top: 1px solid #bdbeb9;
    transition: 0.5s;
    background: transparent;
    cursor: pointer; }
    .area .area__links li.frst, .area .area__links li:first-child {
      border-top: 2px solid #bdbeb9; }
    .area .area__links li:last-child {
      border-bottom: 2px solid #bdbeb9; }
    .area .area__links li:hover {
      border-bottom: 1px solid #518bc9;
      border-top: 1px solid #518bc9;
      padding-left: 40px;
      background: rgba(81, 139, 201, 0.05); }
      .area .area__links li:hover .area__name {
        color: #518bc9; }
    .area .area__links li.active {
      background: #518bc9;
      padding-left: 40px;
      position: relative; }
      .area .area__links li.active span, .area .area__links li.active p {
        color: white !important; }
      .area .area__links li.active:after {
        content: "";
        display: block;
        position: absolute;
        top: 30px;
        right: 30px;
        width: 71px;
        height: 71px;
        background: url(../img/fig.svg) no-repeat center center; }

.area__local {
  color: rgba(35, 35, 35, 0.5);
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
  font-family: 'Graphik LCG';
  margin-bottom: 20px;
  transition: 0.5s; }

.area__name {
  color: #393939;
  font-size: 30px;
  font-weight: 600;
  line-height: 33px;
  font-family: 'Graphik LCG';
  margin-bottom: 20px;
  transition: 0.5s; }

.area__text {
  color: #232323;
  font-size: 18px;
  font-family: 'Graphik LCG';
  font-weight: 400;
  width: 100%;
  max-width: 375px;
  line-height: 29px;
  transition: 0.5s; }

.area__stick {
  width: 100%;
  max-width: 56.5%;
  height: 667px;
  position: sticky;
  top: 20px; }
  .area__stick .map2 {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative; }
    .area__stick .map2.active {
      z-index: 6; }
  .area__stick .pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
    .area__stick .pic.hover {
      z-index: 5; }

.area-row {
  justify-content: space-between;
  align-items: center;
  background: #518bc9;
  padding: 52px 40px; }
  .area-row__link {
    display: flex;
    position: relative;
    align-items: center; }
    .area-row__link p {
      color: white;
      font-size: 30px;
      font-weight: 500;
      font-family: 'Graphik LCG';
      line-height: 77px;
      text-transform: uppercase;
      margin-left: 20px; }
    .area-row__link div {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 244px;
      height: 130px;
      margin-left: 40px;
      border: 2px solid #518bc9;
      border-radius: 10px;
      background: white; }
      .area-row__link div img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain; }
    .area-row__link:nth-child(2) div {
      margin-left: 0;
      margin-right: 40px;
      order: 1; }
    .area-row__link:nth-child(2) .svg {
      order: 2; }
    .area-row__link:nth-child(2) p {
      order: 3; }
    .area-row__link:nth-child(2):before {
      content: "";
      display: block;
      position: absolute;
      left: -121px;
      top: 1px;
      height: 128px;
      width: 2px;
      background: rgba(255, 255, 255, 0.5); }
    .area-row__link:hover {
      opacity: 0.75; }

.area .pag {
  margin-top: 40px;
  display: none; }
  .area .pag .swiper-pagination-bullet {
    width: 80px;
    height: 2px;
    background: rgba(164, 164, 164, 0.4);
    opacity: 1; }

.area .swiper-wrapper {
  flex-wrap: wrap; }

.area .swiper5 {
  max-width: 40.85%;
  width: 100%; }

.area .swiper-slide {
  width: 100% !important; }

.sticky {
  overflow: visible; }

.proj-item {
  margin-bottom: 50px; }
  .proj-item #map {
    width: 100%;
    height: 769px;
    margin-top: 40px; }
  .proj-item .info__item span {
    font-size: 58px; }
  .proj-item .info__item:after {
    top: -10px; }
  .proj-item__info {
    border-bottom: 2px solid #bdbeb9;
    padding-bottom: 40px; }
  .proj-item__content {
    border-bottom: 2px solid #bdbeb9;
    margin-top: 100px; }
    .proj-item__content img {
      width: 100%;
      height: 415px;
      object-fit: cover;
      margin-bottom: 50px; }
  .proj-item__block {
    margin-bottom: 50px; }
    .proj-item__block h3 {
      font-family: 'Graphik LCG';
      margin-top: 0;
      color: #393939;
      font-size: 40px;
      font-weight: 500;
      line-height: 48px;
      margin-bottom: 30px; }
    .proj-item__block p {
      color: #676767;
      font-size: 20px;
      font-weight: 500;
      line-height: 30px;
      width: 100%;
      max-width: 69.35%; }

.projects .proj__wrap {
  padding-top: 40px;
  margin-top: 20px;
  border-top: 2px solid #bdbeb9; }

.projects .proj__item {
  margin-bottom: 60px; }
  .projects .proj__item:last-child {
    margin-bottom: 0; }
  .projects .proj__item:nth-child(2n) .proj__main {
    order: 2; }

.projects__load {
  border-bottom: 2px solid #bdbeb9;
  padding-bottom: 40px;
  margin-bottom: 40px; }
  .projects__load p {
    color: #393939;
    font-size: 26px;
    font-family: 'Graphik LCG';
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    margin-bottom: 13px; }

.projects__add {
  display: block;
  text-align: center;
  width: max-content;
  margin: 0 auto; }
  .projects__add:hover .svg path {
    fill: black; }

.service__text {
  margin-top: 50px;
  width: 100%;
  max-width: 880px; }
  .service__text p, .service__text li {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px; }
  .service__text p {
    color: white; }
  .service__text li {
    color: #a2a2a2; }
  .service__text ol {
    padding-left: 20px;
    margin: 0;
    margin-top: 5px; }
    .service__text ol li:marker {
      min-width: 40px;
      display: block; }
  .service__text ul {
    padding-left: 10px;
    margin-top: 5px; }
    .service__text ul li {
      display: flex;
      align-items: flex-start; }
      .service__text ul li::before {
        content: "";
        display: flex;
        border-radius: 50%;
        background: #a2a2a2;
        margin-right: 20px;
        width: 5px;
        height: 5px;
        position: relative;
        top: 12px;
        flex: 1 0 auto;
        max-width: 5px; }

.close-popup, .close-popup2, .close-popup3 {
  position: relative;
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 79px;
  height: 79px;
  fill: white;
  z-index: 20;
  transition: 0.5s;
  margin-top: 45px;
  display: block;
  transform: rotate(0deg); }
  .close-popup:hover, .close-popup2:hover, .close-popup3:hover {
    transform: rotate(90deg); }

.close-popup2, .close-popup3 {
  position: absolute;
  right: 5%;
  top: 10%;
  margin-top: 0; }

.popup__bg, .popup__bg2, .popup__bg3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #121d4a;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all;
  overflow-y: auto;
  overflow-x: hidden; }

.popup__bg.active, .popup__bg2.active, .popup__bg3.active {
  opacity: 1;
  pointer-events: all;
  transition: 0.5s all;
  z-index: 22; }

.popup, .popup2, .popup3 {
  position: absolute;
  top: 31rem;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  max-width: 1920px;
  height: max-content;
  transition: 0.5s all;
  background: #121d4a;
  padding: 50px 80px; }
  .popup .about__box, .popup2 .about__box, .popup3 .about__box {
    max-width: 1533px;
    width: 100%;
    padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 auto; }

.popup3 .close-popup3 {
  position: absolute;
  right: 8%;
  top: 34%; }

.popup3 h2 {
  text-align: center;
  margin-bottom: 25px; }

.popup3 .popup__sub {
  text-align: center;
  color: #e48f1f;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 30px; }

.popup3 a {
  width: 100%; }

.popup.active, .popup2.active, .popup3.active {
  transform: translate(-50%, -46%) scale(1);
  transition: 0.5s all; }

.ser-item__image {
  width: 100%;
  max-width: 100%;
  margin: 50px 0;
  object-fit: cover; }

.projects__table {
  border-collapse: separate;
  width: 100%;
  border-spacing: 0;
  margin: 50px 0; }
  .projects__table td {
    text-align: left;
    color: #393939;
    font-size: 20px;
    font-weight: 500;
    box-sizing: border-box;
    line-height: 30px;
    padding: 30px; }
    .projects__table td:first-child {
      text-align: left;
      width: 464px;
      padding-left: 30px; }
    .projects__table td:nth-child(2) {
      width: 255px; }
    .projects__table td:nth-child(3) {
      width: 208px; }
    .projects__table td:last-child {
      padding-right: 30px;
      width: 462px; }
  .projects__table tr {
    vertical-align: baseline; }
    .projects__table tr:last-child td:first-child {
      border-radius: 0 0 0 4px; }
    .projects__table tr:last-child td:last-child {
      border-radius: 0 0 4px 0; }
  .projects__table thead td {
    color: #518bc9;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase; }
    .projects__table thead td:first-child {
      width: 464px; }
    .projects__table thead td:last-child {
      border-radius: 0 4px 0 0 !important; }
  .projects__table tbody tr td {
    background: #f6f6f6; }
    .projects__table tbody tr td:nth-child(2n) {
      color: #9c9c9c;
      font-size: 20px;
      font-weight: 500;
      line-height: 30px; }
  .projects__table tbody tr:nth-child(2n) td {
    background: white; }

.projects .container {
  margin-bottom: 50px;
  border-bottom: 2px solid #bdbeb9; }

.note {
  position: fixed;
  bottom: 20px;
  width: 20%;
  border-radius:10px;
  box-sizing:border-box;
  background: #f6f6f6;
  gap:15px;
  padding: 16px;
  right: calc((100% - 1553px) / 2);
  display: flex;
  flex-direction:column;
  justify-content: space-between;
  z-index: 20; }
  .note__name {
    display: block;
    color: #121d4a;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Graphik LCG';
    line-height: 14px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .note__text {
    color: #121d4a;
    font-size: 10px;
    font-family: 'Graphik LCG';
    font-weight: 300;
    line-height: 16px; }
  .note__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height:40px;
    border-radius: 5000px;
    background: #121d4a;
    color: white;
    font-size: 18px;
    font-weight: 250;
    line-height: 23.04px;
    flex: 1 0 auto;
    cursor: pointer;
    transition: 0.5s; }
    .note__close:hover {
      color: white;
      background: #e48f1f; }

.exp__top {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 50px 0;
  margin-bottom: 50px; }

.exp #map {
  width: 100%;
  height: 534px; }

.exp__images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px; }
  .exp__images a {
    display: block;
    width: 32.4%;
    height: 415px; }
  .exp__images img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.exp .tabs {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2); }

.exp .tabs__nav {
  margin-bottom: 50px; }
  .exp .tabs__nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 312.95px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 33px;
    height: 71px;
    box-sizing: border-box;
    border: 2px solid #e48f1f;
    margin-right: 20px; }
    .exp .tabs__nav a:hover {
      background: #e48f1f;
      color: #121D4A; }
    .exp .tabs__nav a:last-child {
      margin-right: 0; }
  .exp .tabs__nav .tabs__btn_active {
    background: #e48f1f !important;
    color: #121D4A !important; }

.exp__row {
  gap: 50px;
  flex-wrap: wrap; }
  .exp__row a {
    width: 17.3%;
    height: 353px; }
    .exp__row a img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.doc__wrap {
  padding-top: 30px;
  border-top: 2px solid rgba(255, 255, 255, 0.2); }

.doc__item {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 50px;
  margin-bottom: 50px; }

.doc__title {
  text-transform: uppercase;
  font-size: 38px;
  line-height: 120%;
  font-family: 'Graphik LCG';
  color: #a2a2a2;
  margin-bottom: 5px; }

.doc__text {
  line-height: 120%;
  font-family: 'Graphik LCG';
  color: rgba(162, 162, 162, 0.5);
  font-size: 30px;
  margin-bottom: 5px; }

.doc__files {
  display: flex;
  margin-top: 30px;
  gap: 20px;
  flex-wrap: wrap; }
  .doc__files a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24%;
    height: 200px;
    background: #d9d9d9; }
    .doc__files a:hover {
      background: #e48f1f; }

@media screen and (max-width: 1550px) {
  .container {
    max-width: 1380px; }
  .nav__call {
    margin-left: 25px;
    font-size: 16px; }
  .nav__logo {
    margin-right: 30px;
    width: 352px; }
  .nav__list li a {
    font-size: 15px; }
  .menu2 {
    padding: 110px 150px; }
  h1 {
    font-size: 64px; }
  .info__area {
    padding: 50px 0; }
  h2 {
    font-size: 64px; }
  .about__content > p {
    font-size: 18px; }
  .about .swiper-slide {
    width: 31.7% !important; }
  .ser__title h2 {
    text-align: center;
    font-size: 60px; }
  .ser__item {
    width: 32.3%; }
  .ser__item p {
    font-size: 26px;
    line-height: 32px; }
  .info__link {
    font-size: 28px; }
  .team .swiper1 .swiper-slide-active {
    width: 700px !important; }
  .team .main__pag {
    max-width: 620px; }
  .info__item:after {
    right: -94px; }
  .menu-btn2 {
    top: 19px; }
  .contacts__socials {
    left: 234px; }
  .about-customers .about__row .about__item {
    width: 23.8%; }
  .contacts-page .contacts__box .contacts__content .contacts__item {
    margin-right: 0px; }
  .charity__image img {
    height: auto; }
  .proj-item .info__item:after {
    right: -91px;
    top: -11px; }
  h1 span {
    padding: 16px 33px 8px; }
  .area-row__link:nth-child(2):before {
    left: -34px; }
  .note {
    width: 90%;
    left: 5%;
    margin-left: 0; }
  .exp__images a {
    width: 32.3%; }
  .exp__row {
    gap: 40px; }
  .exp__row a {
    width: 17.6%; }
  .doc__files a {
    width: 29%; } }

@media screen and (max-width: 1380px) {
  .container {
    max-width: 1200px; }
  .nav__logo {
    width: 300px; }
  .nav__list li a {
    font-size: 14px; }
  .nav__list li {
    margin-right: 20px; }
  .nav__call {
    margin-left: 20px;
    font-size: 15px; }
  h1 {
    font-size: 54px; }
  h1 span {
    padding: 11px 27px 0px;
    margin-top: -26px; }
  .info__content a {
    font-size: 18px;
    margin-right: 25px; }
  .info__content p {
    font-size: 18px; }
  .info__item {
    width: 20%; }
    .info__item:nth-child(2):after {
      right: -80px; }
  .info__item:after {
    right: -30px; }
  h2 {
    font-size: 54px;
    line-height: 120%; }
  .about .swiper-slide {
    width: 31.5% !important; }
  .about__item {
    padding: 20px; }
  .about__item p {
    font-size: 26px;
    line-height: 35px; }
  .ser__title h2 {
    font-size: 104px; }
  .team .main__pag {
    max-width: 445px; }
  .contacts__socials {
    left: 197px;
    top: 54px; }
  .footer__content {
    width: 60%;
    margin-right: 200px; }
  .about-customers .about__row .about__item {
    width: 23.7%; }
  .about__item img {
    max-width: 100%; }
  .team-page__content p {
    font-size: 38px; }
  .team-page__row p {
    font-size: 30px;
    max-width: 440px;
    left: 0; }
  .team-page__row {
    padding: 40px; }
  .team-item__text {
    font-size: 18px; }
  .proj-item .info__item span {
    font-size: 40px; }
  .proj-item .info__item:nth-child(2):after {
    right: -48px; }
  .proj-item .info__item:after {
    right: -30px; }
  .area-row__link p {
    font-size: 21px; }
  .area-row__link div {
    width: 200px;
    height: 110px; }
  .area-row__link:nth-child(2):before {
    left: -55px;
    top: -9px; }
  .projects__table td, .projects__table tbody tr td:nth-child(2n) {
    font-size: 18px; }
  .info__item span {
    font-size: 95px; }
  .exp__images a {
    width: 32.1%; }
  .exp__row a {
    width: 17.2%;
    height: 320px; } }

@media screen and (max-width: 1199px) {
  .menu-btn {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 0px;
    top: 21px;
    z-index: 11;
    overflow: hidden;
    background: url(../img/bur1.svg) no-repeat center center; }
  .menu-btn span {
    width: 38px;
    display: none;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #518bc9;
    transition: all 0.5s; }
  .menu-btn span:nth-of-type(2) {
    top: calc(50% - 8.5px);
    width: 38px;
    height: 2px; }
  .menu-btn span:nth-of-type(3) {
    top: calc(50% + 9.4px);
    width: 38px;
    height: 2px; }
  .nav.active {
    background: #121d4a; }
  .menu {
    position: absolute;
    top: 85px;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 40px 16px;
    background: #121d4a;
    transform: translateX(500%);
    transition: transform 0.2s;
    z-index: 7;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .menu ul {
      text-align: right; }
      .menu ul li {
        margin-bottom: 20px; }
        .menu ul li a {
          color: #a2a2a2;
          font-size: 18px;
          font-weight: 500;
          line-height: 33px; }
          .menu ul li a:hover {
            color: white; }
    .menu .nav__call {
      display: block;
      text-align: right;
      margin-top: 233px;
      font-size: 18px;
      margin-right: 0;
      top: 0; }
    .menu:before {
      content: "";
      display: block;
      width: 500%;
      background: #121d4a;
      position: absolute;
      left: -500%;
      height: 100%;
      top: 0;
      pointer-events: none;
      opacity: 0;
      transition: transform 0.5s; }
    .menu:after {
      content: "";
      display: block;
      width: 500%;
      background: #121d4a;
      position: absolute;
      right: -500%;
      height: 100%;
      opacity: 0;
      top: 0;
      pointer-events: none;
      transition: transform 0.5s; }
  .menu.active {
    display: flex;
    transform: translateX(0); }
    .menu.active:before, .menu.active:after {
      opacity: 1; }
  .menu-btn.active {
    overflow: visible;
    background: url(../img/bur2.svg) no-repeat center center; }
  .menu-btn.active span:nth-of-type(1) {
    display: none; }
  .menu-btn.active span:nth-of-type(2) {
    top: 50%;
    width: 24px;
    transform: translate(-50%, 0%) rotate(45deg);
    margin-left: 0; }
  .menu-btn.active span:nth-of-type(3) {
    width: 24px;
    top: 50%;
    transform: translate(-50%, 0%) rotate(-44deg);
    margin-left: 0; }
  .menu-btn, .menu {
    display: block; }
  .nav__list, .nav__call {
    display: none; }
  .menu-btn2 {
    width: 40px;
    right: 53px;
    top: 21px;
    height: 40px; }
    .menu-btn2 .svg {
      width: 100%;
      height: 100%; }
  .nav__box {
    padding: 12px 0 10px;
    position: relative; }
  .container {
    max-width: 960px; }
  .menu2 {
    padding: 50px 20px;
    top: 118px; }
  .mobile__form input {
    font-size: 14px;
    padding-left: 0; }
  .menu2 p {
    font-size: 62px;
    margin-left: -110px;
    top: 78px; }
  .menu2.active:before {
    top: -151px; }
  .header__wrap img {
    height: 350px;
    margin-bottom: 20px; }
  h1 {
    font-size: 48px;
    line-height: 124%; }
  h1 span {
    padding: 8px 19px 0px;
    margin-top: 3px; }
  .header__flex p {
    font-size: 20px; }
  .header {
    padding-bottom: 50px; }
  .info {
    padding: 30px 0 25px; }
  .info__row {
    flex-wrap: wrap; }
  .info__link {
    margin-top: 30px;
    font-size: 22px; }
  .info__area {
    padding: 30px 0;
    flex-wrap: wrap; }
  .info__item {
    margin-bottom: 40px;
    width: 47%; }
    .info__item:nth-child(n+3) {
      margin-bottom: 0; }
  .info__item span {
    font-size: 80px;
    line-height: 120%; }
  .info__item p {
    font-size: 17px;
    line-height: 24px; }
  .info__item:after {
    height: 78px; }
  .info__item:after {
    top: 30px; }
  .about__box {
    flex-direction: column; }
  .about__bottom {
    display: none; }
  .about__content {
    border-left: none;
    max-width: 100%;
    padding-left: 0;
    margin-top: 20px; }
  .about__content > p {
    margin-bottom: 30px; }
  .ser__title {
    justify-content: center;
    margin-bottom: 30px; }
    .ser__title img {
      display: none; }
  .about__box {
    margin-bottom: 30px; }
  .ser__title h2 {
    font-size: 80px; }
  .team__title {
    padding-bottom: 0;
    margin-bottom: 30px;
    border-bottom: none; }
  .team .main__pag {
    max-width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 25px; }
  .team__wrap {
    padding-bottom: 30px; }
  .contacts {
    padding: 30px 0; }
  .contacts__box {
    margin-bottom: 30px;
    flex-direction: column; }
  .contacts__left img {
    display: none; }
  .contacts__content {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 20px;
    border-left: none;
    border-right: none; }
  .contacts__right {
    height: 107px;
    margin-top: 30px;
    width: 280px; }
  .contacts__right p {
    font-size: 20px;
    line-height: 120%; }
  .contacts__box {
    padding-bottom: 30px; }
  .contacts #map {
    height: 376px; }
  .call .about__box {
    padding: 30px 0; }
  .call .about__area {
    padding-right: 0;
    max-width: 100%; }
  .call__form input {
    margin-bottom: 20px;
    height: 80px;
    padding-left: 15px;
    font-size: 16px; }
  .call__form textarea {
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 20px;
    min-height: 158px; }
  .call__form button {
    width: 100%;
    height: 80px;
    font-size: 23px; }
  .footer__box {
    padding-bottom: 0px;
    flex-direction: column; }
  .footer__item {
    margin-bottom: 30px; }
  .footer__item:nth-child(2) {
    margin-top: 0; }
  .footer__area {
    width: 100%; }
  .footer__content {
    width: 100%;
    flex-wrap: wrap; }
  .footer__item span {
    line-height: 22px; }
  .footer__links {
    margin-bottom: 0; }
  .about__item_last {
    width: 31.5%;
    right: 11px; }
  .nav .container {
    position: relative; }
  .info__item:nth-child(2):after {
    display: none; }
  .about-customers .about__row .about__item {
    width: 31.9%; }
    .about-customers .about__row .about__item:nth-child(4n) {
      margin-right: 20px; }
    .about-customers .about__row .about__item:nth-child(3n) {
      margin-right: 0; }
  .contacts-page .contacts__box .contacts__content .contacts__item {
    margin-right: 59px; }
  .charity__text {
    max-width: 100%; }
  .team-page__item {
    margin-bottom: 30px;
    height: auto;
    flex-direction: column; }
    .team-page__item:nth-child(2n) {
      flex-direction: column-reverse; }
  .team-page__item img {
    width: 100%;
    height: auto; }
  .team-page__content {
    width: 100%;
    padding: 30px 20px; }
  .team-page__row {
    flex-direction: column;
    align-items: flex-start; }
  .team-page__row span {
    margin-bottom: 20px; }
  .team-item__box {
    flex-direction: column-reverse; }
  .team-item__photo {
    max-width: 100%;
    margin-bottom: 40px; }
  .team-item__content {
    max-width: 100%; }
  .proj__item {
    flex-direction: column; }
  .proj__area {
    display: none; }
  .proj__main {
    max-width: 100%; }
    .proj__main img {
      height: 500px; }
  .proj__top {
    margin-bottom: 20px; }
  .proj__top .main__pag {
    position: absolute;
    bottom: 243px;
    left: 50%;
    margin-left: -75px; }
  .proj__top .info__link {
    margin-left: 0;
    position: absolute;
    bottom: 46px;
    left: 0; }
  .proj .pag {
    margin-top: 20px; }
  .proj__wrap {
    padding-bottom: 120px; }
  .area__wrap {
    padding: 50px 0 30px;
    flex-direction: column; }
  .area .swiper5 {
    max-width: 100%;
    overflow: hidden; }
  .area .map2 {
    max-width: 100%;
    margin-top: 30px; }
  .area .area__links li {
    padding: 30px 0; }
  .area .area__links li.active {
    padding-left: 20px; }
  .area .swiper-wrapper {
    flex-wrap: initial; }
  .area .area__links li.active {
    border-top: none;
    border-bottom: none; }
  .area .area__links li {
    border-top: 2px solid #bdbeb9; }
  .top {
    padding: 20px 0; }
    .top__row {
      flex-direction: column; }
  .top__logo {
    height: 105px;
    width: 100%;
    margin-bottom: 20px; }
  .top__back p {
    text-transform: uppercase;
    order: 1;
    margin-left: 20px;
    margin-right: 20px;
    font-family: 'Graphik LCG'; }
  .top__back div {
    order: 2; }
  .area .pag {
    display: flex;
    margin-top: 20px; }
  .area__local {
    font-size: 14px; }
  .area__name {
    font-size: 20px; }
  .area__text {
    font-size: 14px;
    line-height: 120%; }
  .proj-item .info__item span {
    margin-bottom: 30px; }
  .proj-item .info__item:after {
    top: 4px; }
  .proj-item__block p {
    max-width: 100%; }
  .proj-item__content {
    margin-top: 50px; }
  .projects .proj__wrap {
    padding-bottom: 0; }
  .projects .proj__area {
    display: block;
    max-width: 100%;
    margin-bottom: 40px; }
  .projects .proj__main {
    margin-bottom: 40px; }
    .projects .proj__main img {
      height: 320px; }
  .projects .proj__item {
    margin-bottom: 0; }
    .projects .proj__item:nth-child(n+3) {
      display: none; }
  .area__stick .pic {
    display: none; }
  .area__stick {
    position: relative;
    top: 0;
    margin-bottom: 20px;
    max-width: 100%; }
  .sticky {
    overflow: hidden; }
  .area-row {
    flex-direction: column-reverse; }
  .area-row__link:nth-child(2) {
    margin-bottom: 20px; }
    .area-row__link:nth-child(2):before {
      display: none; }
  .projects__scroll {
    overflow-x: auto; }
  .projects__table {
    width: 1440px; }
  .header__wrap {
    margin-top: 223px; }
  .header__wrap h1 {
    margin-bottom: 50px; }
  h2 {
    font-size: 60px !important; }
  .ser__title {
    margin-bottom: 10px; }
  .ser__item {
    width: 100%;
    max-width: 48%; }
  .about__el {
    height: 180px;
    margin-bottom: 50px; }
  .about__box_2 {
    margin-bottom: 0 !important; }
  .info {
    padding: 0 !important; }
  .contacts__box {
    margin-bottom: 0; }
  .footer__item p {
    line-height: 120%;
    color: #e48f1f; }
    .footer__item p br {
      display: none; }
  .footer__item {
    margin-bottom: 40px; }
  .footer__area:last-child {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    padding: 40px 0; }
    .footer__area:last-child .footer__item {
      margin-bottom: 0; }
  .footer__item span {
    color: rgba(162, 162, 162, 0.5); }
  .footer__item:last-child {
    margin-bottom: 40px; }
  .footer__tel {
    color: #e48f1f;
    font-size: 18px;
    margin-top: -18px;
    display: block; }
  .footer__mail {
    color: #e48f1f;
    font-size: 18px;
    margin-top: -5px;
    display: block; }
  .footer__com {
    margin: 30px 0 0;
    text-align: left; }
  .contacts-page .contacts__box {
    padding-top: 30px; }
  .contacts-page .contacts__box .contacts__content {
    margin-top: 0; }
  .contacts-page .contacts__box .contacts__content .contacts__item {
    margin-bottom: 30px;
    margin-right: 0 !important; }
  .exp__images {
    gap: 10px;
    padding-top: 50px;
    margin-top: 50px;
    border-top: 2px solid #414a6e; }
  .exp__images a {
    width: 49.4%; }
  .exp__row {
    gap: 20px; }
    .exp__row a {
      width: 31.8%; }
  .doc__files a {
    width: 40%; } }

@media (max-width: 991px) {
  .note {
    padding: 20px;
    flex-direction: column;
    text-align: center; }
  .note__name {
    font-size: 21px;
    text-align: center;
    line-height: 100%; }
  .note__text {
    font-size: 14px; }
  .note__close {
    margin: 20px auto 0px;
    height: 60px;
    width: 100%;
    font-size: 14px;
    max-width: 100%;
    top: 0; }
  input, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .container {
    max-width: 720px; }
  .info__content {
    flex-wrap: wrap; }
  .info__content a {
    margin-right: 20px;
    margin-bottom: 20px; }
  .about h2 {
    font-size: 40px; }
    .about h2 br {
      display: none; }
  .about__area {
    padding-right: 0;
    max-width: 100%; }
  .about__content > p {
    margin-bottom: 20px;
    font-size: 16px; }
  .about__row {
    flex-direction: column; }
  .about__item {
    padding: 20px;
    height: 226px;
    align-items: center;
    justify-content: center; }
    .about__item:hover {
      background: #f6f6f6; }
  .about__item div {
    margin: 47px auto 0;
    width: 57px;
    height: 57px;
    background: #518bc9; }
    .about__item div .svg path {
      fill: white; }
  .about__item_last {
    width: 100%;
    right: 0;
    position: relative;
    justify-content: space-between;
    flex-direction: initial;
    background: #518bc9;
    align-items: center;
    height: 107px;
    margin-top: 30px; }
    .about__item_last p {
      margin-bottom: 0;
      color: white; }
    .about__item_last span {
      color: white !important; }
  .about__item_last div {
    background: white;
    margin: 0; }
    .about__item_last div .svg path {
      fill: #518bc9; }
  .about .swiper-wrapper {
    flex-wrap: initial; }
  .about .swiper-slide {
    height: max-content;
    width: inherit !important; }
  .swiper2 {
    width: 100%;
    overflow: hidden; }
  .swiper-pagination2, .pg {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    width: max-content; }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background: rgba(164, 164, 164, 0.4);
    opacity: 1; }
  .ser__title h2 {
    font-size: 60px; }
  .about__images {
    flex-direction: column; }
  .about__big {
    height: auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px; }
  .about__block {
    max-width: 100%;
    display: flex;
    justify-content: space-between; }
  .about__block img {
    margin-bottom: 0;
    height: 133px;
    width: 32%; }
  .team .swiper1 {
    max-width: 100%;
    overflow: hidden; }
  .team .swiper1 .swiper-slide-active {
    width: inherit !important;
    max-width: 100%; }
  .team .swiper1 .swiper-slide {
    height: 100%;
    max-width: 100%; }
  .contacts__left {
    max-width: 100%; }
  .contacts__right {
    width: 100%;
    margin-top: 100px;
    max-width: 100%; }
  .contacts__box {
    position: relative; }
  .contacts__socials {
    left: 0;
    top: inherit;
    bottom: 167px; }
  .swiper3 {
    overflow: hidden; }
    .swiper3 .swiper-slide {
      border-top: 2px solid #bdbeb9; }
  .about-page__content p {
    max-width: 100%; }
  .about-page__content p {
    font-size: 16px; }
  .about-customers .about__row .about__item {
    width: 48.5%; }
    .about-customers .about__row .about__item:nth-child(3n) {
      margin-right: 20px; }
    .about-customers .about__row .about__item:nth-child(2n) {
      margin-right: 0; }
  .about-customers .about__row {
    flex-direction: initial; }
  .ser-page .ser__item {
    border-bottom: 2px solid #bdbeb9;
    padding-bottom: 85px; }
    .ser-page .ser__item:last-child {
      border-bottom: none; }
  .ser-page .ser__right .info__link {
    bottom: 30px; }
  .ser-page .ser__left span {
    bottom: 276px; }
  .charity__image {
    flex-direction: column;
    margin-bottom: 20px; }
    .charity__image img {
      width: 100%;
      margin-bottom: 10px; }
  .charity__text {
    margin-bottom: 20px; }
    .charity__text p {
      font-size: 14px;
      line-height: 30px; }
  .header .charity__title {
    font-size: 39px; }
  .charity__text p {
    margin-bottom: 10px; }
  .ser-page2 {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .team-page {
    margin-top: -10px; }
  .about__item {
    align-items: center !important;
    justify-content: center !important; }
    .about__item div {
      position: relative;
      bottom: 0;
      opacity: 1;
      right: 0; }
  .about__item_last {
    justify-content: space-between !important; }
  .about__block .about__img {
    height: 133px;
    width: 32%;
    margin-bottom: 0; }
  h1 {
    font-size: 36px; }
  .header__wrap h1 {
    margin-bottom: 40px; }
  .header__flex {
    flex-direction: column;
    align-items: flex-start; }
  .header__flex a {
    line-height: 100%;
    margin-bottom: 20px;
    margin-right: 0; }
  .header__flex p {
    line-height: 100%; }
  h2 {
    font-size: 40px !important; }
  .ser__sub {
    font-size: 18px;
    margin-bottom: 30px; }
  .ser__item p {
    font-size: 21px;
    line-height: 27px; }
  .about__row {
    flex-direction: inherit; }
  .about__el {
    margin-bottom: 30px;
    height: 140px; }
  .about__box_2 {
    padding-bottom: 20px !important; }
  .contacts__right {
    margin-top: 30px; }
  .contacts-page .contacts__box .contacts__content .contacts__item:nth-child(1), .contacts-page .contacts__box .contacts__content .contacts__item:nth-child(4) {
    min-width: 344px; }
  .exp__images a {
    width: 49.2%;
    height: 350px; }
  .exp__row a {
    width: 48.5%; }
  .doc__files a {
    width: 48%; } }

@media screen and (max-width: 767px) {
  .container {
    max-width: 540px; }
  .info__item:after {
    right: -10px; }
  .about-customers .about__row .about__item {
    width: 100%;
    margin-right: 0 !important; }
  .contacts-page .contacts__box .contacts__content .contacts__item {
    margin-right: 0;
    margin-bottom: 25px; }
  .contacts-page .contacts__box .contacts__content .contacts__item:nth-child(4) {
    margin-bottom: 25px; }
  .contacts-page .contacts__box .contacts__content {
    flex-direction: column; }
  .contacts-page .contacts__box {
    padding-top: 10px; }
  .header .charity__title {
    font-size: 20px; }
  .exp__top {
    padding: 30px 0;
    margin-bottom: 30px; }
  .exp .tabs__nav {
    margin-bottom: 35px;
    flex-direction: column; }
  .exp .tabs__nav a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
    .exp .tabs__nav a:last-child {
      margin-bottom: 0; }
  .exp #map {
    height: 667px; }
  .exp__images a {
    width: 48.2%;
    height: 113px; }
  .exp__row a {
    width: 100%;
    height: max-content; }
  .doc__title {
    font-size: 16px;
    line-height: 26px; }
  .doc__text {
    font-size: 14px;
    line-height: 26px; }
  .doc__files a {
    width: 100%;
    height: 320px; }
    .doc__files a img {
      width: 72px; }
  .doc__files {
    margin-top: 20px; } }

@media screen and (max-width: 576px) {
  button:active, button:focus {
    outline: none; }
  button::-moz-focus-inner {
    border: 0; }
  a:active, a:focus {
    outline: none; }
  input, textarea {
    outline: none; }
  input:active, textarea:active {
    outline: none; }
  input:focusout {
    outline: none; }
  .mm {
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .mm li {
      margin-bottom: 40px !important;
      width: 100% !important;
      margin-top: 0 !important; }
  .mob {
    display: block !important; }
  .container {
    padding: 0 20px; }
  .nav__logo {
    width: 160px; }
  .nav {
    padding: 21px 0; }
    .nav__box {
      padding: 15px 0 10px; }
  .menu-btn {
    top: 9px; }
  .menu-btn2 {
    right: 50px;
    top: 10px; }
  .mobile__form input {
    padding-bottom: 10px; }
  .mobile__form button {
    width: 20px;
    right: 0;
    bottom: 10px;
    padding: 0; }
    .mobile__form button .svg {
      width: 100%;
      height: 20px; }
  .menu2 {
    top: 107px; }
    .menu2 p {
      font-weight: 600;
      top: 69px;
      margin-left: -117px; }
  .menu2.active:before {
    top: -134px; }
  .menu {
    top: 85px; }
  .header__wrap img {
    height: 185px;
    width: 118%;
    position: relative;
    left: -21px;
    margin-bottom: 8px; }
  .header__wrap {
    overflow: visible; }
    .header__wrap p {
      font-size: 14px;
      line-height: 23px;
      margin-top: 20px;
      width: 100%;
      max-width: 280px; }
  h1 {
    font-size: 19.5px;
    line-height: 23px; }
    h1 span {
      padding: 2px 11px 1px;
      margin-top: 3px; }
  .info__content a, .info__content p {
    font-size: 14px; }
  .info {
    padding: 11px 0 25px; }
  .info__content a {
    margin-bottom: 0; }
  .info__content p {
    line-height: 21px; }
  .info__link {
    margin-top: 17px;
    font-size: 20px; }
    .info__link .svg {
      width: 55px;
      margin-right: 15px; }
  .info__row {
    margin-bottom: 45px; }
  .info__item span {
    font-size: 40px; }
  .info__item p {
    font-size: 12px;
    line-height: 15px; }
    .info__item p br {
      display: none; }
  .info__area {
    padding: 23px 0; }
  .info__item {
    margin-bottom: 26px; }
  .info__item:after {
    top: 7px;
    right: -6px; }
  .sub {
    font-size: 14px;
    margin-bottom: -2px; }
  h2 {
    font-size: 20px !important;
    line-height: 30px !important; }
  .about__item p {
    font-size: 20px;
    line-height: 25px; }
  .about__content > p {
    font-size: 14px;
    line-height: 30px; }
  .about__content {
    margin-top: 10px; }
    .about__content img.mob {
      width: 100%;
      object-fit: cover;
      margin-top: 29px; }
  .about__block img {
    height: 61px;
    width: 31%; }
  .about__box {
    margin-bottom: 50px;
    padding-bottom: 50px; }
    .about__box:last-child {
      margin-bottom: 24px;
      padding-bottom: 50px; }
  .about .swiper-slide {
    margin-bottom: 42px; }
  .swiper-pagination3 {
    margin-top: -30px; }
  .team__title {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 10px; }
  .team__title .sub {
    margin-left: 0; }
  .team .swiper1 {
    height: 347px; }
  .team .swiper1 .swiper-slide-active {
    padding: 20px; }
  .team .swiper1 .swiper-slide span {
    height: 32px;
    font-size: 14px;
    margin-top: auto;
    padding: 0px 10px;
    text-transform: none; }
  .team__info {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 15px; }
  .team__content a {
    margin-left: 0;
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 19px; }
  .team__info p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px; }
  .team .pag {
    font-size: 18px;
    line-height: 66px; }
  .pag .swiper-pagination-current {
    font-size: 50px; }
  .pag .swiper-pagination-total {
    font-size: 18px; }
  .team .main__pag {
    margin-top: 17px; }
  .team__wrap {
    padding-bottom: 40px;
    border-bottom: 2px solid #bdbeb9; }
  .team {
    padding-bottom: 0px;
    border-bottom: none; }
  .contacts {
    padding: 50px 0; }
  .contacts__item span {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0; }
  .contacts__item p {
    font-size: 14px;
    line-height: 30px; }
  .contacts__item a {
    font-size: 14px;
    line-height: 30px; }
  .contacts__content {
    margin-top: 10px; }
  .contacts__item {
    margin-bottom: 17px; }
  .contacts__right .svg {
    width: 55px; }
  .contacts__box {
    padding-bottom: 34px;
    margin-bottom: 52px;
    border-bottom: 2px solid #bdbeb9; }
  .contacts #map {
    width: 120%;
    position: relative;
    left: -21px;
    height: 667px; }
  .ymaps-2-1-79-image {
    background-size: 100%  !important;
    width: 55px !important;
    height: 55px !important; }
  .call .about__box {
    padding: 50px 0;
    margin-bottom: 38px; }
  .call .about__content {
    margin-top: 20px; }
    .call .about__content img.mob {
      width: 100%;
      object-fit: cover;
      margin-top: 20px; }
  .call__form input {
    height: 60px;
    font-size: 14px; }
  .call__form textarea {
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 13px;
    padding-top: 16px; }
  .contacts-page .contacts__box .contacts__content .contacts__item, .contacts-page .contacts__box .contacts__content .contacts__item:nth-child(4) {
    margin-bottom: 25px; }
    .contacts-page .contacts__box .contacts__content .contacts__item:last-child, .contacts-page .contacts__box .contacts__content .contacts__item:nth-child(4):last-child {
      margin-bottom: 0; }
  .call__form button {
    height: 60px;
    font-size: 20px; }
    .call__form button .svg {
      width: 55px; }
  .footer__item p {
    font-size: 14px; }
  .footer__item span {
    margin-bottom: 7px; }
  .footer__tel {
    font-size: 14px;
    line-height: 29px; }
  .footer__com {
    text-align: left;
    margin: 30px 0 0; }
    .footer__com img {
      width: 95px; }
  .footer__mail, .footer__policy, .footer__links a, .footer__item span, .footer__item ul li a {
    font-size: 14px; }
  .bread {
    margin-bottom: 20px;
    margin-top: 0px; }
    .bread a {
      font-size: 12px; }
  .page h1 {
    margin-bottom: 20px; }
  .info-about {
    padding-top: 40px; }
  .about-page__content p {
    font-size: 14px;
    line-height: 30px; }
  .about-page__content img {
    width: 115%;
    height: 185px;
    position: relative;
    left: -22px; }
  .ser-page .ser__left span {
    bottom: 225px; }
  .ser-page .ser__item:last-child {
    border-bottom: 2px solid #bdbeb9;
    margin-bottom: 0; }
  .ser-page {
    margin-bottom: 0; }
  .contacts-page .contacts__box .contacts__content .contacts__item span {
    margin-bottom: 0px;
    font-size: 14px; }
  .contacts-page .contacts__box .contacts__content .contacts__item a {
    font-size: 14px; }
  .contacts-page .contacts__box .contacts__content .contacts__item, .contacts-page .contacts__box .contacts__content .contacts__item:nth-child(4) {
    margin-bottom: 10px; }
  .contacts-page .contacts__box .contacts__content .contacts__item p {
    font-size: 14px; }
  .contacts-page .contacts__box .contacts__content .contacts__item .footer__links {
    flex-direction: column; }
    .contacts-page .contacts__box .contacts__content .contacts__item .footer__links a {
      margin-right: 0;
      line-height: 24px; }
  .contacts-page .contacts__box {
    padding-top: 19px;
    margin-bottom: -14px; }
  .ser-page .about-page__content p {
    margin-bottom: 30px; }
  .team-page__content span {
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    margin-bottom: 20px; }
  .team-page__content p {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 20px; }
  .team-page__links {
    margin-bottom: 30px; }
    .team-page__links a {
      font-size: 14px;
      margin-bottom: 7px; }
  .team-page__row {
    padding: 30px 20px; }
    .team-page__row span {
      height: 32px;
      padding: 0 15px;
      font-size: 14px;
      margin-bottom: 20px; }
    .team-page__row p {
      font-size: 20px;
      line-height: 35px; }
  .team-item__photo {
    height: 214px;
    position: initial; }
  .team-item__block {
    height: 48px;
    padding: 0 25px;
    font-size: 14px;
    margin-bottom: 20px; }
  .team-item__el span {
    font-size: 9px;
    margin-bottom: 0; }
  .team-item__el a {
    font-size: 22px; }
  .team-item__el {
    margin-bottom: 10px; }
  .team-item__text {
    font-size: 14px;
    margin: 10px 0 20px; }
  .team-item__box {
    padding-bottom: 178px;
    position: relative; }
  .team-item__code {
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 146px;
    height: 146px; }
  .ser-item {
    margin-bottom: 0; }
  .proj__main img {
    height: 290px; }
  .proj__top .main__pag {
    bottom: 234px; }
    .proj__top .main__pag .arrow {
      background: white; }
      .proj__top .main__pag .arrow .svg path {
        fill: #518bc9; }
      .proj__top .main__pag .arrow:hover {
        background: #518bc9; }
        .proj__top .main__pag .arrow:hover .svg path {
          fill: white; }
  .area .map2 {
    max-width: 120%;
    width: 120%;
    position: relative;
    left: -20px; }
  .proj-item #map {
    width: 120%;
    position: relative;
    left: -20px; }
  .proj-item .info__area {
    margin-top: 20px; }
  .proj-item .info__item {
    margin-bottom: 40px; }
    .proj-item .info__item span {
      font-size: 23px;
      margin-bottom: 20px; }
    .proj-item .info__item:nth-child(n+3) {
      margin-bottom: 0; }
  .proj-item .info__item:after {
    top: -10px; }
  .proj-item__block h3 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 120%; }
  .proj-item__block p {
    font-size: 14px; }
  .proj-item__block {
    margin-bottom: 30px; }
  .proj-item__content img {
    height: 185px;
    margin-bottom: 30px;
    width: 120%;
    position: relative;
    left: -20px; }
  .proj2 .proj__wrap {
    margin-bottom: 0; }
  .proj-item .info__item:after {
    right: -10px; }
  .projects__load {
    margin-bottom: 30px;
    padding-bottom: 30px; }
    .projects__load p {
      font-size: 18px; }
  .projects .proj__area .proj__link:first-child {
    margin-bottom: 40px; }
  .projects .proj__wrap {
    margin-top: 40px; }
  .about__block .about__img {
    height: 61px;
    width: 31%;
    margin-bottom: 0; }
  .about__big {
    height: 280px; }
  .area .area__links li.active:after {
    top: 10px;
    right: 10px; }
  .area-row__link:nth-child(2) {
    margin-bottom: 40px;
    flex-direction: column-reverse; }
  .area-row__link:nth-child(2) div {
    margin-right: 0;
    margin-top: 20px; }
  .area-row__link {
    flex-direction: column; }
  .area-row__link div {
    margin-left: 0; }
  .area-row__link p {
    margin-left: 0;
    line-height: 51px; }
  .ser-item #map, .proj-item #map {
    height: 600px; }
  .team-page__row p img {
    margin-right: 20px; }
  .popup, .popup2 {
    top: 35rem;
    padding: 100px 20px 40px; }
  .ser-item__image {
    margin: 20px 0; }
  .projects__table {
    width: 929px;
    margin: 20px 0 30px; }
  .projects__table td {
    padding: 20px;
    font-size: 16px !important; }
  .ser-item__image {
    height: 185px;
    width: 118%;
    position: relative;
    left: -21px;
    max-width: inherit; }
  .nav__box {
    padding: 10px 0 5px; }
  .menu2.active:before {
    top: -143px; }
  .menu {
    padding-right: 20px; }
  .header__flex a {
    font-size: 14px; }
  .header__wrap p {
    margin-top: 0;
    font-size: 14px; }
  .about {
    padding-top: 0px;
    margin-top: 50px; }
    .about .container {
      padding-top: 50px;
      border-top: 2px solid #414a6e; }
  .about__big {
    height: 230px; }
  .ser__sub {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 23px; }
  .about__box {
    margin-bottom: 30px; }
  .ser__item {
    max-width: 100%;
    height: auto;
    padding: 30px 0; }
  .ser__item .svg {
    margin-top: 30px;
    width: 55px; }
  .ser__item p {
    font-size: 18px;
    line-height: 27px; }
  .ser__item:nth-child(4), .ser__item:nth-child(5) {
    border-bottom: none; }
  .about__el {
    width: 48%;
    height: auto;
    margin-bottom: 15px;
    padding: 10px; }
    .about__el:nth-child(n+21) {
      display: none; }
  .info__item span small {
    font-size: 12px;
    line-height: 110%; }
  .info__item span {
    margin-bottom: 5px;
    top: 0; }
  .info__item:nth-child(2) span {
    top: 20px; }
  .info__item:after {
    top: 10px;
    right: -18px; }
  .info__area {
    padding: 20px 0 30px; }
  .contacts__box {
    padding-bottom: 30px;
    margin-bottom: 0px;
    border-bottom: 2px solid #414a6e; }
  .footer__tel {
    margin-top: -5px;
    margin-bottom: 25px; }
  .footer__content {
    margin-right: 0; }
  .contacts {
    padding: 50px 0 30px; }
  .footer__item {
    margin-bottom: 25px; }
  .footer__mail {
    margin-top: -9px; }
  .footer__area:last-child {
    padding: 25px 0; }
  .close-popup, .close-popup2, .close-popup3 {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 43px;
    margin-top: 0; }
  .popup .about__box, .popup2 .about__box, .popup3 .about__box {
    padding: 20px 0; }
  .popup, .popup2, .popup3 {
    padding-top: 30px;
    top: 25rem; }
  .service__text p, .service__text li {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; }
  .service__text {
    margin-top: 20px; }
  .service__text ul li::before {
    margin-right: 10px; }
  .service__text ul {
    padding-left: 7px; }
  .popup3 {
    padding: 20px; }
  .popup3 h2 {
    margin-bottom: 15px; }
  .popup3 .popup__sub {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px; }
  .popup3 a {
    height: 60px;
    font-size: 20px; }
    .popup3 a .svg {
      width: 55px; }
  .popup3 .close-popup3 {
    right: 5%;
    top: -39px; }
  .contacts-page .contacts__box {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 50px; } }
    
.simplesearch-result a{
    color: #e48f1f;
}


.ymaps-2-1-79-balloon__layout,
.ymaps-2-1-79-balloon__content,
.ymaps-2-1-79-balloon__tail,
.ymaps-2-1-79-balloon__tail:after{
    background-color: #121d4a !important;
    color: #fff !important;
}
.ymaps-2-1-79-balloon__content {
    min-height: 1px!important;
    height: 100%!important;
    font-size: inherit!important;
    font-weight: bold!important;
    color: #A2A2A2 !important;
    margin-right:60px!important;
}
.ymaps-2-1-79-balloon__layout {
    padding: 5px 10px !important;
}
.ymaps-2-1-79-balloon__close-button {
    width: 30px !important;
    height: 30px !important;
    filter: invert(1);
}
.ymaps-2-1-79-balloon__content > ymaps {
    height:auto!important;
}
.consent{
    margin-bottom:30px;
    position:relative;
    display:flex;
    font-size:14px;
    gap:10px;
    align-items:center;
    cursor:pointer;
}
.consent a{
    color:#e48f1f;
}
.consent input{
    width:auto;
    height:auto;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
}
.consent__box{
    display:flex;
    align-items:center;
    justify-content:center;
    width:18px;
    height:18px;
    border:1px solid #e48f1f;
    transition:0.2s;
}
.consent__box svg{
    opacity:0;
    transition:0.2s;
}
.consent input:checked + .consent__box{
    background:#e48f1f;
}
.consent input:checked + .consent__box svg{
    opacity:1;
}

.contacts #map.main-map{
    height:750px;
}

.doc__files .doc__files__item{
    width: 17.3%;
    height: 353px;
    background:none;
}
.doc__files__item img{
    max-width:100%;
}

@media screen and (max-width: 1380px) {
    .doc__files .doc__files__item {
        width: 17.2%;
        height: max-content;
    }
}
@media screen and (max-width: 1199px) {
    .doc__files .doc__files__item  {
        width: 31.8%;
        height: max-content;
    }
}
@media (max-width: 991px) {
    .doc__files .doc__files__item {
        width: 48.5%;
        height: max-content;
    }
}
@media screen and (max-width: 767px) {
    .doc__files .doc__files__item{
        width: 100%;
        height: 300px;
    }
    .doc__files .doc__files__item img{
        width:auto;
        max-height:100%;
    }
}

@media screen and (max-width: 1550px) {
    .note {
        width: 33%;
        left: auto;
        right:20px;
    }
}
@media (max-width: 991px) {
    .note {
        width:calc(100% - 20px);
        left:10px;
        right:auto;
        bottom:10px;
    }
    .note__close {
        margin: 0;
        height: 40px;
    }
    .note__name {
        font-size: 14px;
        text-align: left;
    }
    .note__text {
        text-align:left;
    }
    
    .contacts #map.main-map {
        height: 400px;
    }
}

@media screen and (max-width: 576px) {
    .about__el:nth-child(n+21) {
        display: flex;
    }
}