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

body {
  margin: 0;
}

main {
  display: block;
}

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

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          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;
}

/* Montserrat Thin */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Montserrat ExtraLight */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
/* Montserrat Light */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Montserrat Regular */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Montserrat Medium */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Montserrat SemiBold */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Montserrat Bold */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Montserrat ExtraBold */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* Montserrat Black */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  line-height: normal;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: inherit;
  transition: inherit;
  scrollbar-width: thin;
}

html {
  scrollbar-width: thin;
  background: #f1f1f1;
  font-size: 16px;
  line-height: normal;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  color: #fff;
  line-height: normal;
  font-weight: 400;
  max-width: 100%;
  width: 100%;
  position: relative;
  scrollbar-width: thin;
  top: 0 !important;
}

main {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 920px) {
  main {
    padding: 0 16px;
  }
}

input {
  padding: 0;
  margin: 0;
  border: 0;
  border: none;
  outline: none;
  resize: none;
  text-align: left;
  background: none;
  font-size: 1rem;
  border-radius: 0;
}

input::-moz-placeholder {
  opacity: 1;
}

input::placeholder {
  opacity: 1;
}

label {
  padding: 0;
  margin: 0;
  cursor: pointer;
}

button {
  padding: 0;
  border: none;
  font-family: inherit;
  color: inherit;
  background-color: transparent;
  transition: opacity 1s ease-in-out;
  display: inline-block;
  cursor: pointer;
}

ul {
  padding: 0;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 138%;
  color: #40414d;
  font-weight: 500;
}
p span {
  font-weight: 700;
}
p a {
  color: #fff;
}

a {
  text-decoration: none;
  transition: opacity 0.5s ease-in-out;
  cursor: pointer;
  display: inline;
  color: inherit;
  letter-spacing: 0.01em;
}
a:hover {
  opacity: 0.5;
}

textarea {
  resize: none;
  scrollbar-width: thin;
}
textarea::-webkit-scrollbar {
  width: 0;
}

ul {
  display: flex;
  flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

input {
  max-width: 100%;
  width: 100%;
  background: none;
  border: none;
  line-height: normal;
  font-size: 1rem;
}

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

input:disabled {
  opacity: 0.4;
  pointer-events: none;
}

textarea:focus {
  outline: none;
}

.hidden {
  opacity: 0;
}

section {
  scroll-margin-top: 10rem;
}

.fw-4 {
  font-weight: 400;
}
.fw-5 {
  font-weight: 500;
}
.fw-6 {
  font-weight: 600;
}
.fw-7 {
  font-weight: 700;
}

.link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  position: relative;
  border: 1px solid #285193;
  border-radius: 24px;
  transition: all 0.5s ease-in-out;
  background: #fff;
}
.link:hover {
  opacity: 1;
  background: #285193;
}
.link:hover .link__text {
  color: #fff;
}
.link:hover svg {
  color: #fff;
}
.link__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #285193;
}
.link svg {
  color: #285193;
}
.link--blue {
  border-color: #fff;
  background: #285193;
}
.link--blue:hover {
  background: #fff;
}
.link--blue:hover .link__text {
  color: #285193;
}
.link--blue:hover svg {
  color: #285193;
}
.link--blue .link__text {
  color: #fff;
}
.link--blue svg {
  color: #fff;
}
@media (max-width: 920px) {
  .link {
    padding: 10px 24px;
  }
  .link__text {
    font-size: 12px;
  }
}

.title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #40414d;
}
.title span {
  color: #285193;
}
@media (max-width: 920px) {
  .title {
    font-size: 24px;
  }
  .title br {
    display: none;
  }
}

.header {
  top: 0;
  position: sticky;
  width: 100%;
  z-index: 6;
  transition: all 0.5s ease;
  padding: 24px;
}
.header--scroll {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  background: rgba(241, 241, 241, 0.8);
}
.header__top {
  display: flex;
  width: 100%;
  max-width: 100%;
  gap: 24px;
  position: relative;
  z-index: 6;
}
.header__logo {
  max-width: 100%;
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 22.5px 24px;
  border-radius: 24px;
  background: #fff;
}
.header__logo-text {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: #285193;
}
.header__contacts {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 684px;
  width: 100%;
  flex-shrink: 0;
}
.header__contact {
  border-radius: 24px;
  width: 100%;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #40414d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  transition: all 0.5s ease-in-out;
}
.header__contact:hover {
  opacity: 1;
  background: #285193;
  color: #fff;
}
@media (max-width: 1200px) {
  .header__contacts {
    flex-shrink: 1;
  }
  .header__logo {
    flex-shrink: 2;
    max-width: 142px;
  }
}
@media (max-width: 920px) {
  .header {
    padding: 16px 16px 24px 16px;
  }
  .header__top {
    gap: 16px;
  }
  .header__logo {
    width: 100%;
    max-width: 100%;
  }
}

.burger {
  display: flex;
  align-items: center;
  padding: 24px;
  max-width: 212px;
  min-width: 160px;
  border-radius: 24px;
  width: 100%;
  background: #fff;
  justify-content: space-between;
  transition: all 0.5s ease-in-out;
}
.burger:hover {
  opacity: 1;
  background: #285193;
}
.burger:hover .burger__text {
  color: #fff;
}
.burger:hover .burger__icon {
  color: #fff;
}
.burger:hover .item__element {
  background: #fff !important;
}
.burger__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  text-align: right;
  color: #40414d;
}
.burger__icon {
  display: flex;
  color: #40414d;
  transition: all 0.5s ease-in-out;
}
.burger .item {
  width: 60px;
  height: 50px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  backface-visibility: hidden;
  position: absolute;
  scale: 0.7;
}
.burger .item-wrapper {
  position: relative;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.burger .item span {
  display: block;
  background: #40414d;
  width: calc(100% - 30px);
  height: 5px;
  position: absolute;
  left: 15px;
  right: 15px;
  border-radius: 8px;
}
.burger .item span.top {
  top: 13px;
}
.burger .item span.middle {
  top: 23px;
}
.burger .item span.bottom {
  top: 33px;
}
@keyframes item-d-top-in {
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}
@keyframes item-d-middle-in {
  100% {
    opacity: 0;
  }
}
@keyframes item-d-bottom-in {
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-10px) rotate(-45deg);
  }
}
@keyframes item-d-top-out {
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(10px) rotate(-45deg);
  }
}
@keyframes item-d-middle-out {
  100% {
    opacity: 0;
  }
}
@keyframes item-d-bottom-out {
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-10px) rotate(45deg);
  }
}
.burger--active {
  background: #285193;
}
.burger--active .burger__text {
  color: #fff;
}
.burger--active .burger__icon {
  color: #fff;
}
.burger--active .item__element {
  background: #fff !important;
}
.burger--active .top {
  animation-name: item-d-top-in;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.48, -0.28, 0.41, 1.4);
  animation-fill-mode: forwards;
}
.burger--active .middle {
  animation-name: item-d-middle-in;
  animation-duration: 0.2s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.48, -0.28, 0.41, 1.4);
  animation-fill-mode: forwards;
}
.burger--active .bottom {
  animation-name: item-d-bottom-in;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.48, -0.28, 0.41, 1.4);
  animation-fill-mode: forwards;
}
.burger--out .top {
  animation-name: item-d-top-out;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
  animation-direction: reverse;
  animation-timing-function: cubic-bezier(0.48, -0.28, 0.41, 1.4);
  animation-fill-mode: forwards;
}
.burger--out .middle {
  animation-name: item-d-middle-out;
  animation-duration: 0.2s;
  animation-iteration-count: 1;
  animation-direction: reverse;
  animation-timing-function: cubic-bezier(0.48, -0.28, 0.41, 1.4);
  animation-fill-mode: forwards;
}
.burger--out .bottom {
  animation-name: item-d-bottom-out;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
  animation-direction: reverse;
  animation-timing-function: cubic-bezier(0.48, -0.28, 0.41, 1.4);
  animation-fill-mode: forwards;
}
@media (max-width: 1200px) {
  .burger {
    flex-shrink: 2;
  }
}
@media (max-width: 920px) {
  .burger {
    width: unset;
    min-width: unset;
  }
  .burger__text {
    display: none;
  }
}

.language {
  position: relative;
  display: flex;
  flex-shrink: 0;
}
.language__block {
  padding: 24px;
  color: #40414d;
  background: #fff;
  border-radius: 24px;
  display: flex;
  transition: all 0.5s ease-in-out;
}
.language__block:hover {
  opacity: 1;
  background: #285193;
  color: #fff;
}
.language-content {
  top: 99px;
  position: absolute;
  right: 0;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  opacity: 0;
  width: 183px;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  transform: translateY(-20px);
  padding: 24px;
  align-items: flex-start;
}
.language-content__element {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #40414d;
}
.language--open .language-content {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.language--open .language__block {
  background: #285193;
  color: #fff;
}

.menu {
  position: absolute;
  z-index: 5;
  margin-top: 24px;
  padding: 0 24px 24px 24px;
  width: 100%;
  opacity: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  transform: translateY(-40px);
  pointer-events: none;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  background: rgba(241, 241, 241, 0.8);
}
.menu-content {
  background: #285193;
  padding: 24px 32px;
  border-radius: 25px;
  width: 100%;
}
.menu--active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.menu__title {
  font-weight: 700;
  font-size: 32px;
  color: #fff;
}
.menu__close {
  display: flex;
  flex-shrink: 0;
  transition: all 0.5s ease-in-out;
}
.menu__close:hover {
  opacity: 0.5;
}
.menu__content {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1240px;
  width: 100%;
  justify-content: space-between;
}
.menu__section {
  width: 100%;
}
.menu__section-title {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.menu__list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding-left: 16px;
}
.menu__link {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.menu__footer {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
}
.menu__logo {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: -0.02em;
  color: #fff;
  margin-left: auto;
}
.menu__info {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.menu__address {
  font-size: 12px;
  text-align: right;
  color: #fff;
}
.menu__contacts {
  display: flex;
  align-items: center;
  gap: 18px;
}
.menu__contact {
  font-size: 12px;
  color: #fff;
}
@media (max-width: 920px) {
  .menu {
    padding: 16px;
  }
  .menu__title {
    font-size: 24px;
  }
  .menu-content {
    padding: 24px;
    max-height: calc(100vh - 180px);
    overflow: auto;
  }
  .menu__content {
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    justify-content: unset;
    gap: 26px;
  }
  .menu__section-title {
    font-size: 16px;
  }
  .menu__list {
    margin-top: 16px;
    gap: 16px;
    padding-left: 0;
  }
  .menu__link {
    font-size: 14px;
  }
  .menu__footer {
    margin-top: 56px;
  }
  .menu__logo {
    font-size: 24px;
    margin-left: 0;
  }
  .menu__info {
    flex-direction: column-reverse;
    align-items: unset;
    gap: 17px;
  }
  .menu__address {
    font-size: 12px;
    text-align: left;
    color: #fff;
  }
}

.main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer {
  margin-top: 24px;
  padding: 12px 56px 36px 45px;
}
.footer-head {
  display: flex;
  align-items: flex-start;
  gap: 37px;
}
.footer__logo {
  font-weight: 700;
  font-size: 24px;
  color: #285193;
}
.footer__logo span {
  font-weight: 600;
  color: #40414d;
}
.footer-block {
  display: flex;
  flex-direction: column;
  max-width: 342px;
  min-height: 116px;
  justify-content: space-between;
}
.footer__info {
  font-size: 12px;
  color: #40414d;
  max-width: 282px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-links__element {
  font-weight: 600;
  font-size: 14px;
  color: #40414d;
}
.footer-links__element:hover {
  opacity: 1;
  color: #285193;
}
.footer__who {
  margin-left: auto;
  font-size: 14px;
  text-align: right;
  color: rgba(64, 65, 77, 0.5);
}
.footer-bottom {
  margin-top: 97px;
  display: flex;
}
.footer-bottom-left {
  display: flex;
  max-width: 580px;
  width: 100%;
  justify-content: space-between;
  gap: 16px;
}
.footer-bottom__link {
  font-size: 12px;
  color: #40414d;
  text-decoration: underline;
}
.footer-bottom__copyright {
  margin-left: auto;
  font-size: 12px;
  color: #40414d;
}
@media (max-width: 920px) {
  .footer {
    margin-top: 24px;
    padding: 0 16px 36px 16px;
  }
  .footer-head {
    flex-direction: column;
    gap: 16px;
  }
  .footer-block {
    max-width: 100%;
    min-height: unset;
    gap: 8px;
  }
  .footer-links {
    gap: 8px;
  }
  .footer__who {
    margin-left: 0;
    text-align: left;
  }
  .footer__info {
    max-width: unset;
  }
  .footer-bottom {
    margin-top: 24px;
    display: flex;
    gap: 16px;
    flex-direction: column;
  }
  .footer-bottom-left {
    flex-direction: column;
    gap: 16px;
  }
  .footer-bottom__link {
    font-size: 12px;
    color: #40414d;
    text-decoration: underline;
  }
  .footer-bottom__copyright {
    margin-left: 0;
    font-size: 12px;
    color: #40414d;
  }
}

.block {
  padding: 32px;
  border-radius: 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media (max-width: 920px) {
  .block {
    padding: 40px 24px 24px 24px;
  }
}

.gap-24 {
  gap: 24px;
}

.preview {
  width: 100%;
}
.preview-fill {
  display: flex;
  gap: 24px;
  height: calc(100vh - 148px);
  height: calc(100dvh - 148px);
}
.preview-left {
  display: flex;
  flex-direction: column;
  background: #285193;
  max-width: 560px;
  width: 100%;
  padding: 24px 32px;
  border-radius: 24px;
}
.preview__description {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}
.preview__title {
  margin-top: 63px;
  font-weight: 700;
  font-size: 32px;
  color: #fff;
}
.preview__text {
  margin-top: auto;
  font-size: 20px;
  color: #fff;
}
.preview .link {
  margin-top: 32px;
}
.preview-mid {
  border-radius: 24px;
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.preview-tel {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  padding: 32px 24px;
  background: #fff;
  border-radius: 24px;
  justify-content: space-between;
  gap: 24px;
}
.preview-tel-icon {
  border: 1px solid #b4b4b9;
  border-radius: 24px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  color: #b4b4b9;
}
.preview-tel-icon:hover {
  border-color: #61c554;
  background: #61c554;
}
.preview-tel-icon:hover svg {
  color: #ffffff;
}
.preview-tel-open {
  border: 1px solid #b4b4b9;
  border-radius: 24px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  color: #b4b4b9;
}
.preview-tel-open:hover {
  border-color: #285193;
  background: #285193;
}
.preview-tel-open:hover svg {
  color: #ffffff;
}
@media (max-width: 1440px) {
  .preview-left {
    max-width: 440px;
    flex-shrink: 0;
  }
  .preview__title {
    margin-top: 36px;
  }
}
@media (max-height: 660px) {
  .preview-fill {
    height: unset;
  }
}
@media (max-width: 920px) {
  .preview-fill {
    flex-direction: column;
    height: unset;
  }
  .preview-left {
    padding: 32px 24px;
    max-width: 100%;
  }
  .preview__description {
    display: none;
  }
  .preview__title {
    margin-top: 0;
    font-size: 16px;
  }
  .preview__text {
    margin-top: 16px;
    font-size: 15px;
  }
  .preview .link {
    margin-top: 40px;
  }
  .preview-mid {
    aspect-ratio: 1/1;
  }
  .preview-tel {
    display: none;
  }
}

.about {
  background: #fff;
  padding: 40px 48px;
  border-radius: 24px;
  min-height: 539px;
  display: flex;
  flex-direction: column;
}
.about__annotation {
  font-weight: 400;
  font-size: 14px;
  color: #b4b4b9;
}
.about-fill {
  margin-top: 39px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.about .video {
  max-width: 404px;
  aspect-ratio: 1/1;
  width: 100%;
  height: 404px;
}
.about-left {
  max-width: 818px;
}
.about__text {
  margin-top: 47px;
  font-size: 15px;
  color: #000;
  max-width: 762px;
}
.about .link {
  margin-top: 24px;
  max-width: 762px;
  width: 100%;
}
@media (max-width: 920px) {
  .about {
    padding: 32px 24px;
    min-height: unset;
  }
  .about-fill {
    margin-top: 32px;
    flex-direction: column;
  }
  .about .video {
    margin: 0 auto;
    max-width: 404px;
    min-height: 404px;
  }
  .about-left {
    max-width: 100%;
  }
  .about__text {
    margin-top: 47px;
    font-size: 14px;
    max-width: 100%;
  }
  .about .link {
    margin-top: 32px;
  }
}

.navigation {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.navigation--4 {
  grid-template-columns: repeat(4, 1fr);
}
.navigation-element {
  padding: 32px;
  border-radius: 32px;
  background: #fff;
  min-height: 277px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s ease-in-out;
}
.navigation-element:hover {
  opacity: 1;
  background: #285193;
}
.navigation-element:hover .navigation__title {
  color: #fff;
}
.navigation-element:hover svg path {
  fill: #fff;
}
.navigation-element:hover .navigation__text {
  color: #fff;
}
.navigation-element--selected {
  background: #285193;
  pointer-events: none;
}
.navigation-element--selected .navigation__title {
  color: #fff;
}
.navigation-element--selected svg path {
  fill: #fff;
}
.navigation-element--selected .navigation__text {
  color: #fff;
}
.navigation-head {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.navigation__title {
  font-size: 14px;
  color: #b4b4b9;
}
.navigation__text {
  font-weight: 700;
  font-size: 24px;
  color: #285193;
}
@media (max-width: 1440px) {
  .navigation {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 920px) {
  .navigation {
    grid-template-columns: 1fr;
  }
  .navigation-element {
    padding: 32px 24px;
    min-height: 153px;
  }
  .navigation__title {
    font-size: 14px;
  }
  .navigation__text {
    font-size: 20px;
  }
}

.form {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1000;
  padding: 16px;
  display: flex;
  overflow: auto;
}
.form.is-open {
  opacity: 1;
  visibility: visible;
}
.form.is-open .form-content {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.form-content {
  max-width: 936px;
  width: 100%;
  background: #285193;
  border-radius: 24px;
  padding: 32px;
  color: #fff;
  opacity: 0;
  transform: translateY(40px) scale(0.96);
  transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  margin: auto;
}
.form-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}
.form-block {
  transition: 0.3s;
}
.form-block.is-hidden {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  position: absolute;
  inset: 0;
}
.form__title {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
}
.form__title--2 {
  font-size: 40px;
}
.form__text {
  margin-top: 24px;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}
.form__tel {
  margin-top: 16px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  padding-bottom: 16px;
}
.form-fill {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-fill__row {
  display: flex;
  gap: 16px;
}
.form-fill input,
.form-fill textarea {
  width: 100%;
  padding: 17px 24px;
  border: 1px solid #fff;
  border-radius: 16px;
  color: #fff;
  font-size: 16px;
  color: #fff;
  background: none;
}
.form-fill input::-moz-placeholder, .form-fill textarea::-moz-placeholder {
  color: #fff;
}
.form-fill input::placeholder,
.form-fill textarea::placeholder {
  color: #fff;
}
.form-fill textarea {
  min-height: 240px;
}
.form .checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.form .checkbox__box {
  border: 1px solid #fff;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  flex-shrink: 0;
  position: relative;
  vertical-align: middle;
  background: none;
}
.form .checkbox__input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
.form .checkbox__input:checked + .checkbox__box {
  background: #fff;
  border-color: #fff;
}
.form .checkbox__text {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}
.form-button {
  margin-top: 16px;
  width: 100%;
  height: 56px;
  border-radius: 32px;
  border: 1px solid #fff;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.form-button:hover {
  background: #285193;
  color: #fff;
}
.form-button--submit {
  background: #fff;
  color: #2b5395;
}
.form-button--close {
  background: #fff;
  color: #2b5395;
  margin-top: 20px;
}
.form-button .btn-loader {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(43, 83, 149, 0.3);
  border-top-color: #2b5395;
  border-radius: 100%;
  animation: spin 0.8s linear infinite;
  position: absolute;
  opacity: 0;
}
.form-button.is-loading {
  pointer-events: none;
}
.form-button.is-loading .btn-text {
  opacity: 0;
}
.form-button.is-loading .btn-loader {
  opacity: 1;
}
.form-info {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.form-info-right {
  display: flex;
  gap: 24px;
}
.form-info__text {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}
.form-info__text--link {
  text-decoration: underline;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 920px) {
  .form-content {
    padding: 32px 24px;
  }
  .form__title {
    font-size: 20px;
  }
  .form__text {
    font-size: 16px;
  }
  .form-fill__row {
    flex-direction: column;
  }
  .form__tel {
    font-size: 16px;
  }
  .form-info {
    flex-direction: column;
  }
}

.slider-arrow {
  display: flex;
  flex-shrink: 0;
}

.slider-dots {
  width: 100%;
  display: flex;
}
.slider-dots .slick-dots {
  flex-direction: row;
  display: flex;
  width: 100%;
  justify-content: space-between;
  height: 100%;
  gap: 6px;
  align-items: center;
}
.slider-dots .slick-dots li {
  font-size: 0;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.slider-dots .slick-dots .slick-active {
  background: #fff;
}

.projects {
  background: #fff;
  padding: 40px 0;
}
.projects .slider__title {
  font-weight: 700;
  font-size: 24px;
  color: #40414d;
}
.projects .slider-loader {
  background: #f1f1f1;
}
.projects .slider-loader__fill-2 {
  background: #315494;
}
.projects .slider-prev-2 {
  transform: rotate(180deg);
}
.projects-element {
  background: #315494;
  border-radius: 24px;
  padding: 40px 32px;
  height: unset !important;
  display: flex !important;
  flex-direction: column !important;
}
.projects .slider-list-2 {
  margin-top: 24px;
  cursor: grab;
  padding: 0 20px;
}
.projects .slick-track {
  display: flex !important;
}
.projects .slider-head {
  padding: 0 32px;
}
.projects__title {
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  min-height: 89px;
}
.projects__img {
  margin-top: 24px;
  border-radius: 16px;
  width: 100%;
  border-radius: 16px;
}
.projects__subtitle {
  margin-top: 24px;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.projects__ul {
  margin-top: 20px;
  padding-left: 16px;
  margin-bottom: 32px;
}
.projects__ul li {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}
.projects .link {
  margin-top: auto;
}
@media (max-width: 920px) {
  .projects {
    padding: 32px 0;
  }
  .projects .slider-head {
    padding: 0 24px;
  }
  .projects .slider__title {
    text-align: left;
  }
  .projects-element {
    padding: 32px 16px;
  }
  .projects__title {
    font-size: 20px;
  }
  .projects .slider-list-2 {
    padding: 0 12px;
  }
  .projects__img {
    margin-top: 8px;
  }
  .projects__subtitle {
    font-size: 16px;
    margin-top: 8px;
  }
  .projects__ul {
    margin-top: 8px;
  }
  .projects__ul li {
    font-size: 14px;
  }
  .projects .slider-arrows {
    margin-top: 24px;
    padding: 0 24px;
  }
}
.projects .modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
  z-index: 1000;
  padding: 16px;
  display: none;
  overflow: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.projects .modal-content {
  max-width: 1056px;
  width: 100%;
  background: #285193;
  border-radius: 24px;
  padding: 40px;
  color: #fff;
  transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  margin: auto;
}
.projects .modal__topic {
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
  color: #fff;
}
.projects .modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.projects .modal__title {
  margin-top: 24px;
  font-weight: 700;
  font-size: 32px;
  color: #fff;
}
.projects .modal-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.projects .modal__subtitle {
  margin-top: 24px;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.projects .modal__img {
  margin-top: 24px;
  width: 100%;
  border-radius: 16px;
}
.projects .modal__ul {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 21px;
  max-width: 836px;
}
.projects .modal__ul li {
  font-size: 18px;
  color: #fff;
}
.projects .modal .link {
  margin-top: 48px;
  width: 100%;
}
.projects .modal__text {
  margin-top: 40px;
  font-weight: 500;
  font-size: 30px;
  color: #fff;
}
@media (max-width: 920px) {
  .projects .modal {
    padding: 32px 16px;
  }
  .projects .modal-content {
    padding: 24px 16px;
  }
  .projects .modal__title {
    margin-top: 8px;
    font-size: 20px;
  }
  .projects .modal__title br {
    display: none;
  }
  .projects .modal__topic {
    font-size: 12px;
  }
  .projects .modal-grid-2 {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .projects .modal__img {
    margin-top: 16px;
  }
  .projects .modal__subtitle {
    margin-top: 16px;
    font-size: 14px;
  }
  .projects .modal__ul {
    margin-top: 8px;
    gap: 8px;
    padding-left: 16px;
  }
  .projects .modal__ul li {
    font-size: 14px;
  }
  .projects .modal .link {
    margin-top: 16px;
  }
  .projects .modal__text {
    margin-top: 16px;
    font-size: 16px;
  }
}
.projects .slick-dots {
  flex-direction: row;
  display: flex;
  width: 100%;
  justify-content: space-between;
  height: 100%;
  gap: 6px;
  align-items: center;
}
.projects .slick-dots li {
  background: rgba(40, 81, 147, 0.5);
}
.projects .slick-dots .slick-active {
  background: #285193;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.skiptranslate {
  display: none !important;
  position: absolute;
}
.skiptranslate * {
  opacity: 0 !important;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
  display: none !important;
}

@media (max-width: 920px) {
  .desk {
    display: none !important;
  }
}

.mob {
  display: none !important;
}
@media (max-width: 920px) {
  .mob {
    display: flex !important;
  }
}/*# sourceMappingURL=all.css.map */