/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root, :before, :after {
  --navbar-height: 100px;
  --navbar-gap: 40px;
  --navbar-togglersize: 50px;
}

@media only screen and (max-width: 1500px) {
  :root {
    --navbar-gap: 20px;
  }
}
::-webkit-scrollbar {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-display: swap;
  outline: none;
  box-sizing: border-box;
}

*::-webkit-scrollbar {
  display: none;
}

html,
body {
  min-height: 100vh;
  counter-reset: section;
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
  color: #000000;
}

a {
  display: block;
  text-decoration: none;
  color: #000000;
}

.btn {
  display: inline-block;
}
.btn--navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  isolation: isolate;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  padding: 0 100px;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  background-color: #e7411a;
  color: #ffffff;
}
.btn--navbar:hover::before {
  width: 75%;
  height: 75%;
}
.btn--navbar::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 70%;
  height: 70%;
  border: 1px solid #ffffff;
  transition: 0.3s;
}
@media only screen and (max-width: 1500px) {
  .btn--navbar {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .btn--navbar {
    width: 100%;
    height: auto;
    padding: 25px 0;
    margin: 50px auto 0 auto;
  }
}
.btn--arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn--arrow:hover::after {
  margin-left: 25px;
}
.btn--arrow::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  background-image: url("../img/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: 0.3s;
}
.btn--download {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn--download:hover::before {
  transform: translateY(5px);
}
.btn--download::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  background-image: url("../img/icons/download.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: 0.3s;
}
.btn--zoom {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  background: transparent;
  color: #3f4a5f;
  border: 0;
  cursor: pointer;
}
.btn--zoom:hover::before {
  transform: scale(1.1);
}
.btn--zoom::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  background-image: url("../img/icons/zoom.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: 0.3s;
}
.btn--primary {
  position: relative;
  padding: 10px 20px;
  background-color: #e7411a;
  color: #ffffff;
  font-weight: 600;
  border: 2px solid transparent;
  border-radius: 100px;
  transition: 0.3s;
}
.btn--primary:hover {
  transform: scale(1.1);
}
.btn--white {
  position: relative;
  padding: 10px 20px;
  background-color: #ffffff;
  color: #3f4a5f;
  font-weight: 600;
  border: 2px solid transparent;
  border-radius: 100px;
  transition: 0.3s;
}
.btn--white:hover {
  transform: scale(1.1);
}
.btn--squere {
  padding: 17px 30px;
  background-color: #ffffff;
  border: 1px solid #2B4160;
  font-size: 17px;
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
}
.btn--squere:hover {
  background-color: #d2dceb;
}
.btn--squere.active {
  background-color: #2B4160;
  color: #ffffff;
}

.navbar {
  padding-left: calc((100% - 1640px) / 2);
  padding-right: calc((100% - 1640px) / 2);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 1000;
  transform-style: preserve-3d;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--navbar-height);
  background-color: #ffffff;
}
@media only screen and (max-width: 1500px) {
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.navbar__logo {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 30%;
  width: 100%;
  height: 100%;
}
.navbar__logo img {
  aspect-ratio: 3.125 !important;
  width: 70%;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 3.125) {
  .navbar__logo img::before {
    content: "";
    float: left;
    padding-top: calc((96 / 300) * 100%);
  }
  .navbar__logo img::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar__logo img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .navbar__logo {
    max-width: 50%;
  }
}
.navbar__toggler {
  display: none;
  width: var(--navbar-togglersize);
  height: var(--navbar-togglersize);
  background-color: transparent;
  border: 0;
}
.navbar__toggler.active span:nth-child(1) {
  transform: translateY(13px) rotate(45deg);
}
.navbar__toggler.active span:nth-child(2) {
  opacity: 0;
}
.navbar__toggler.active span:nth-child(3) {
  transform: translateY(-13px) rotate(-45deg);
}
.navbar__toggler span {
  display: block;
  width: calc(var(--navbar-togglersize) - 5px);
  height: 3px;
  margin: calc(var(--navbar-togglersize) / 5 / 2) 0;
  background-color: #000000;
  border-radius: 10px;
  transition: 0.3s;
}
@media only screen and (max-width: 1200px) {
  .navbar__toggler {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.navbar__content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  gap: calc(var(--navbar-gap));
  width: 100%;
  height: 100%;
}
.navbar__content nav > ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--navbar-gap);
  list-style: none;
}
.navbar__content nav > ul > li > a {
  position: relative;
  z-index: 1000;
  overflow: hidden;
  padding-bottom: 7px;
  margin-bottom: -7px;
  font-size: 17px;
  font-weight: 600;
  transition: 0.3s;
}
.navbar__content nav > ul > li > a::before {
  content: "";
  position: absolute;
  left: -100%;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e7411a;
  transition: 0.3s;
}
.navbar__content nav > ul > li:hover a {
  color: #e7411a;
}
.navbar__content nav > ul > li:hover a::before {
  left: 0;
}
.navbar__content nav > ul > li:hover .mega-menu {
  opacity: 1;
  top: 0;
  pointer-events: all;
}
.navbar__content nav > ul > li:hover .active > a {
  transform: translateX(-20px);
  color: #e7411a;
}
.navbar__content nav > ul > li:hover .active > a::after {
  opacity: 1;
}
.navbar__content nav > ul > li:hover .active ul {
  opacity: 1;
  pointer-events: all;
  padding-left: 30px;
}
@media only screen and (max-width: 1200px) {
  .navbar__content nav > ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.navbar__content .mega-menu {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  z-index: 0;
  pointer-events: none;
  top: -100%;
  opacity: 0;
  left: 0;
  padding: 50px;
  padding-right: calc(100vw - 1640px);
  padding-top: calc(var(--navbar-height) + 50px);
  width: calc(100% + 100vw - 1640px);
  height: calc(400px + var(--navbar-height));
  background-color: #ffffff;
  transition: 0.3s;
}
.navbar__content .mega-menu__content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  height: 100%;
}
.navbar__content .mega-menu__content ul:not(.sub-menu) {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 17px;
  position: relative;
  height: 100%;
  list-style: none;
}
.navbar__content .mega-menu__content ul:not(.sub-menu) > li {
  width: 100%;
}
.navbar__content .mega-menu__content ul:not(.sub-menu) > li > a {
  color: #3f4a5f;
  text-transform: uppercase;
  text-align: right;
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s;
}
.navbar__content .mega-menu__content ul:not(.sub-menu) > li > a::after {
  content: ">";
  margin-left: 20px;
  opacity: 0;
  transition: 0.3s;
}
@media only screen and (max-width: 1200px) {
  .navbar__content .mega-menu__content ul:not(.sub-menu) > li > a::after {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar__content .mega-menu__content ul:not(.sub-menu) > li > a {
    text-align: center;
  }
}
.navbar__content .mega-menu__content ul:not(.sub-menu) > li:hover > a {
  transform: translateX(-20px);
  color: #e7411a;
}
.navbar__content .mega-menu__content ul:not(.sub-menu) > li:hover > a::after {
  opacity: 1;
}
.navbar__content .mega-menu__content ul:not(.sub-menu) > li:hover ul {
  opacity: 1;
  pointer-events: all;
  padding-left: 30px;
}
.navbar__content .mega-menu__content ul:not(.sub-menu) > li ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 17px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 100%;
  height: 100%;
  list-style: none;
  border-left: 1px solid red;
  transition: 0.3s;
}
.navbar__content .mega-menu__content ul:not(.sub-menu) > li ul li a {
  width: -moz-max-content;
  width: max-content;
  font-size: 17px;
  font-weight: 400;
  color: #3f4a5f;
  transition: 0.3s;
}
.navbar__content .mega-menu__content ul:not(.sub-menu) > li ul li a:hover {
  color: #e7411a;
}
@media only screen and (max-width: 1200px) {
  .navbar__content .mega-menu__content {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.navbar__content .mega-menu__img {
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.navbar__content .mega-menu__img img {
  opacity: 0.3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.navbar__content .mega-menu__img img:hover {
  opacity: 1;
  transform: scale(1.1);
}
@media only screen and (max-width: 1200px) {
  .navbar__content .mega-menu__img {
    display: none;
  }
}
.navbar__content .mega-menu:hover {
  opacity: 1;
  top: 0;
  pointer-events: all;
}
@media only screen and (max-width: 1500px) {
  .navbar__content .mega-menu {
    position: fixed;
    top: var(--navbar-height);
    left: 0;
    width: 100vw;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25);
  }
}
@media only screen and (max-width: 1200px) {
  .navbar__content .mega-menu {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    display: none;
    position: static;
    padding: 0;
  }
}
.navbar__content .accs {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: calc(var(--navbar-gap) / 4);
  height: 100%;
  cursor: pointer;
}
.navbar__content .accs__search {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 50%;
  padding-right: 10px;
  border-right: 1px solid #b3b3b3;
}
.navbar__content .accs__search:hover img {
  transform: rotate(45deg);
}
.navbar__content .accs__search:hover .search-from {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%) translateY(10px);
}
@media only screen and (max-width: 1200px) {
  .navbar__content .accs__search:hover .search-from {
    left: 100%;
    transform: translateX(-100%) translateY(10px);
  }
}
.navbar__content .accs__search img {
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.navbar__content .accs__search .search-from {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  z-index: 1000;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #b3b3b3;
  transition: 0.3s;
}
.navbar__content .accs__search .search-from input {
  height: 100%;
  padding: 5px;
  background-color: #D2DAEA;
  color: #4c69a4;
  border: 1px solid #8ca1ca;
}
.navbar__content .accs__search .search-from button {
  display: block;
  height: 100%;
  padding: 5px;
  background-color: #e7411a;
  color: #ffffff;
  border: 0;
  cursor: pointer;
}
.navbar__content .accs__search .search-from::before, .navbar__content .accs__search .search-from::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 5px);
  transform: translate(-50%, -100%);
  display: block;
  width: 0px;
  height: 0px;
  border: 6px solid transparent;
  border-bottom-color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .navbar__content .accs__search .search-from::before, .navbar__content .accs__search .search-from::after {
    left: calc(100% - 20px);
    transform: translate(-50%, -100%);
  }
}
.navbar__content .accs__search .search-from::after {
  z-index: -1;
  border: 8px solid transparent;
  border-bottom-color: #b3b3b3;
}
@media only screen and (max-width: 1200px) {
  .navbar__content .accs__search {
    border: 0;
  }
}
.navbar__content .accs__lang {
  position: relative;
}
.navbar__content .accs__lang .current-lang {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
}
.navbar__content .accs__lang:hover ul {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%) translateY(10px);
}
.navbar__content .accs__lang ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: calc(var(--navbar-gap) / 4);
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #b3b3b3;
  transition: 0.3s;
}
.navbar__content .accs__lang ul::before, .navbar__content .accs__lang ul::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  display: block;
  width: 0px;
  height: 0px;
  border: 6px solid transparent;
  border-bottom-color: #ffffff;
}
.navbar__content .accs__lang ul::after {
  z-index: -1;
  border: 8px solid transparent;
  border-bottom-color: #b3b3b3;
}
.navbar__content .accs__lang ul li .lang {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  color: #b3b3b3;
  transition: 0.3s;
}
.navbar__content .accs__lang ul li .lang:hover {
  color: #000000;
}
@media only screen and (max-width: 1200px) {
  .navbar__content .accs {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    order: -1;
    width: 100%;
    height: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar__content {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    transform: translateZ(-10px) translateY(calc(-100% - var(--navbar-height)));
    padding: 25px 20px;
    width: 100%;
    min-height: auto;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
    transition: 0.3s;
  }
  .navbar__content.active {
    top: calc(var(--navbar-height));
    transform: translate(0);
  }
}
@media only screen and (max-width: 1200px) {
  .navbar {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.intro {
  width: 100%;
  height: 100vh;
  height: 100svh;
  padding-top: var(--navbar-height);
}
.intro__slider {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.intro__slider .swiper {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .intro__slider .swiper-wrapper {
    height: 75vh;
    height: 75svh;
  }
}
.intro__slider .swiper-slide {
  position: relative;
}
.intro__slider .swiper-slide::before {
  content: "";
  opacity: 0.75;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 70%;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(1, 25, 60) 100%);
}
.intro__slider .swiper-slide img {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro__slider .swiper-slide .content {
  max-width: 1640px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  position: absolute;
  z-index: 1000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 50%;
}
@media only screen and (max-width: 1500px) {
  .intro__slider .swiper-slide .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.intro__slider .swiper-slide .content h2, .intro__slider .swiper-slide .content h3, .intro__slider .swiper-slide .content a {
  color: #ffffff;
}
.intro__slider .swiper-slide .content h2 {
  font-size: 49px;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .intro__slider .swiper-slide .content h2 {
    font-size: 35px;
    text-align: center;
  }
}
.intro__slider .swiper-slide .content h3 {
  max-width: 500px;
  font-size: 21px;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .intro__slider .swiper-slide .content h3 {
    max-width: 100%;
    font-size: 15px;
    text-align: center;
  }
}
.intro__slider .swiper-slide .content a {
  margin-top: auto;
  margin-bottom: 50px;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .intro__slider .swiper-slide .content a {
    font-size: 10px;
    -moz-text-align-last: center;
         text-align-last: center;
  }
}
@media only screen and (max-width: 1200px) {
  .intro__slider .swiper-slide .content {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.intro__slider .quick-links {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: calc((100vw - 1640px) / 2);
  transform: translateY(40px);
  height: 200px;
  list-style: none;
}
.intro__slider .quick-links li {
  height: 100%;
}
.intro__slider .quick-links li a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1.2075471698 !important;
  position: relative;
  overflow: hidden;
  gap: 30px;
  height: 100%;
  background-color: #ffffff;
  transition: 0.3s;
}
@supports not (aspect-ratio: 1.2075471698) {
  .intro__slider .quick-links li a::before {
    content: "";
    float: left;
    padding-top: calc((212 / 256) * 100%);
  }
  .intro__slider .quick-links li a::after {
    content: "";
    display: block;
    clear: both;
  }
}
.intro__slider .quick-links li a:hover {
  background-color: #d3ddeb;
}
.intro__slider .quick-links li a:hover::before {
  transform: translate(0);
}
.intro__slider .quick-links li a::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  height: 5px;
  background-color: #e7411a;
  transition: 0.3s;
}
.intro__slider .quick-links li a img {
  width: 75px;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.intro__slider .quick-links li a h2 {
  text-transform: uppercase;
  color: #3f4a5f;
}
@media only screen and (max-width: 1200px) {
  .intro__slider .quick-links li a {
    width: 100%;
    height: 100%;
    border: 2px solid #d3ddeb;
  }
}
@media only screen and (max-width: 1200px) {
  .intro__slider .quick-links li {
    width: calc(50% - 10px);
    aspect-ratio: 1 !important;
  }
  @supports not (aspect-ratio: 1) {
    .intro__slider .quick-links li::before {
      content: "";
      float: left;
      padding-top: calc((1 / 1) * 100%);
    }
    .intro__slider .quick-links li::after {
      content: "";
      display: block;
      clear: both;
    }
  }
}
@media only screen and (max-width: 768px) {
  .intro__slider .quick-links li {
    width: 100%;
  }
}
.intro__slider .quick-links .swiper-pagination {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 10px;
  left: initial;
  top: 0;
  right: 0;
  transform: translate(0, calc(-100% - 40px));
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
}
.intro__slider .quick-links .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  opacity: 1;
  background-color: transparent;
  border: 3px solid #ffffff;
  transition: 0.3s;
}
.intro__slider .quick-links .swiper-pagination-bullet:hover {
  transform: scale(1.1);
}
.intro__slider .quick-links .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .intro__slider .quick-links .swiper-pagination {
    display: none;
  }
}
@media only screen and (max-width: 1500px) {
  .intro__slider .quick-links {
    height: 175px;
    right: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .intro__slider .quick-links {
    max-width: 1510px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: static;
    gap: 10px;
    right: 0;
    transform: translate(0);
    height: auto;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1500px) {
  .intro__slider .quick-links {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .intro {
    height: -moz-max-content;
    height: max-content;
  }
}

.top-projects {
  max-width: 1510px;
  width: 100%;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1500px) {
  .top-projects {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top-projects__title {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #707070;
}
.top-projects__title h2 {
  font-size: 30px;
  font-weight: 600;
  color: #3f4a5f;
}
@media only screen and (max-width: 1200px) {
  .top-projects__title h2 {
    text-align: center;
  }
}
.top-projects__title .slider-buttons {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
.top-projects__title .slider-buttons__left, .top-projects__title .slider-buttons__right {
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: 0.3s;
}
.top-projects__title .slider-buttons__left:hover {
  transform: translateX(-5px);
}
.top-projects__title .slider-buttons__right:hover {
  transform: translateX(5px);
}
@media only screen and (max-width: 1200px) {
  .top-projects__title {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
.top-projects__slider {
  overflow: visible;
}
.top-projects__slider .swiper-slide {
  max-width: 606px;
  width: 100%;
  height: 470px;
}
.top-projects__slider .swiper-slide .wrapper {
  aspect-ratio: 1.6666666667 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@supports not (aspect-ratio: 1.6666666667) {
  .top-projects__slider .swiper-slide .wrapper::before {
    content: "";
    float: left;
    padding-top: calc((36 / 60) * 100%);
  }
  .top-projects__slider .swiper-slide .wrapper::after {
    content: "";
    display: block;
    clear: both;
  }
}
.top-projects__slider .swiper-slide .wrapper:hover img {
  opacity: 1;
}
.top-projects__slider .swiper-slide .wrapper:hover .content {
  transform: translate(0);
}
.top-projects__slider .swiper-slide .wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  transition: 0.3s;
}
@media only screen and (max-width: 1200px) {
  .top-projects__slider .swiper-slide .wrapper img {
    height: 50%;
  }
}
.top-projects__slider .swiper-slide .wrapper .content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  gap: 20px;
  top: 0;
  left: 0;
  transform: translateX(-110%);
  width: 33.3333333333%;
  height: 100%;
  padding: 20px;
  background-color: rgba(1, 25, 60, 0.75);
  color: #ffffff;
  transition: 0.6s;
}
.top-projects__slider .swiper-slide .wrapper .content .each {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}
.top-projects__slider .swiper-slide .wrapper .content .each:nth-child(3) {
  border: 0;
}
.top-projects__slider .swiper-slide .wrapper .content .each img {
  width: 20px;
  height: 20px;
}
.top-projects__slider .swiper-slide .wrapper .content .each h2 {
  font-size: 18px;
  font-weight: 300;
}
.top-projects__slider .swiper-slide .wrapper .content .each h3 {
  font-size: 15px;
  font-weight: 100;
}
@media only screen and (max-width: 1200px) {
  .top-projects__slider .swiper-slide .wrapper .content .each {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border: 0;
  }
}
.top-projects__slider .swiper-slide .wrapper .content a {
  margin-top: auto;
}
@media only screen and (max-width: 1200px) {
  .top-projects__slider .swiper-slide .wrapper .content {
    top: 50%;
    left: 0;
    transform: translate(0);
    gap: 10px;
    width: 100%;
    height: 50%;
    background-color: #01193C;
  }
}
@media only screen and (max-width: 1200px) {
  .top-projects__slider .swiper-slide .wrapper {
    height: 500px;
  }
}
.top-projects__slider .swiper-slide .text {
  margin-top: 20px;
}
.top-projects__slider .swiper-slide .text h2 {
  max-width: 70%;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
  color: #3f4a5f;
}
@media only screen and (max-width: 1200px) {
  .top-projects__slider .swiper-slide .text h2 {
    max-width: 100%;
    text-align: center;
  }
}
.top-projects__slider .swiper-slide .text h3 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}
.top-projects__slider .swiper-slide .text h3 img {
  width: 20px;
  height: 20px;
  filter: brightness(-100%);
}
@media only screen and (max-width: 1200px) {
  .top-projects__slider .swiper-slide .text h3 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.top-projects__slider .mask {
  position: absolute;
  z-index: 1000000;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  max-width: 606px;
  width: 100%;
  min-height: 470px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .top-projects__slider .mask {
    height: 600px;
  }
}
@media only screen and (max-width: 1200px) {
  .top-projects {
    margin-bottom: 200px;
  }
}

.quick-info {
  max-width: 1510px;
  width: 100%;
  margin: auto;
  margin-top: 70px;
  margin-bottom: 172px;
}
@media only screen and (max-width: 1500px) {
  .quick-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.quick-info__title {
  margin-bottom: 40px;
}
.quick-info__title h2 {
  max-width: 400px;
  width: 1005%;
  padding-bottom: 12px;
  font-size: 25px;
  font-weight: 600;
  color: #3f4a5f;
  border-bottom: 1px solid #707070;
}
@media only screen and (max-width: 1200px) {
  .quick-info__title h2 {
    max-width: 100%;
    text-align: center;
  }
}
.quick-info__content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 140px;
}
.quick-info__content .img {
  position: relative;
  max-width: 40%;
  width: 100%;
}
.quick-info__content .img img {
  width: 100%;
}
.quick-info__content .img::before, .quick-info__content .img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 256px;
  height: 211px;
  background-image: url("../img/icons/w-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media only screen and (max-width: 1200px) {
  .quick-info__content .img::before, .quick-info__content .img::after {
    display: none;
  }
}
.quick-info__content .img::after {
  z-index: -1;
  transform: translateX(37%);
  background-image: url("../img/icons/w-icon-grey.svg");
}
@media only screen and (max-width: 1200px) {
  .quick-info__content .img {
    max-width: 100%;
  }
}
.quick-info__content .text {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 14px;
  max-width: 60%;
  width: 100%;
}
.quick-info__content .text h2 {
  max-width: 400px;
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3f4a5f;
}
.quick-info__content .text p {
  font-size: 18px;
  font-weight: 400;
}
.quick-info__content .text a {
  margin-top: 30px;
}
@media only screen and (max-width: 1200px) {
  .quick-info__content .text a {
    margin: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .quick-info__content .text {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .quick-info__content {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .quick-info {
    margin-bottom: 70px;
  }
}

.products {
  padding-left: calc((100% - 1510px) / 2);
  padding-right: calc((100% - 1510px) / 2);
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgba(210, 218, 234, 0.2);
}
@media only screen and (max-width: 1500px) {
  .products {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.products__title {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  color: #3f4a5f;
}
.products__title h2 {
  font-size: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .products__title h2 {
    margin-bottom: 20px;
  }
}
.products__title ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  list-style: none;
}
.products__title ul li button {
  font-size: 19px;
  font-weight: 600;
  background-color: transparent;
  color: #777F90;
  border: 0;
  cursor: pointer;
  transition: 0.3s;
}
.products__title ul li button.active {
  color: #e7411a;
}
.products__title ul li button:hover {
  color: #e7411a;
}
@media only screen and (max-width: 1200px) {
  .products__title ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1200px) {
  .products__title {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.products__content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.products__content ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  gap: 16px;
  list-style: none;
  transition: opacity 0.3s;
}
.products__content ul.active {
  opacity: 1;
  pointer-events: all;
  width: auto;
  height: auto;
}
.products__content ul li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  overflow: hidden;
  padding-bottom: 30px;
  background-color: #E1E7F4;
  transition: 0.3s;
}
.products__content ul li .wrapper {
  aspect-ratio: 1.3611111111 !important;
  overflow: hidden;
  width: 100%;
}
@supports not (aspect-ratio: 1.3611111111) {
  .products__content ul li .wrapper::before {
    content: "";
    float: left;
    padding-top: calc((36 / 49) * 100%);
  }
  .products__content ul li .wrapper::after {
    content: "";
    display: block;
    clear: both;
  }
}
.products__content ul li .wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.products__content ul li h2 {
  font-size: 25px;
  font-weight: 600;
  color: #3f4a5f;
  text-align: center;
}
.products__content ul li:hover img {
  transform: scale(1.1);
}
@media only screen and (max-width: 1200px) {
  .products__content ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.products__content a {
  margin-top: 20px;
}

.types {
  max-width: 1510px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1500px) {
  .types {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.types__content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
}
.types__content h2 {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 600;
  color: #3f4a5f;
}
@media only screen and (max-width: 1200px) {
  .types__content h2 {
    text-align: center;
    margin-bottom: 20px;
  }
}
.types__content .main, .types__content .sub {
  width: 50%;
  list-style: none;
}
.types__content .main li button, .types__content .sub li button {
  position: relative;
  padding: 20px 0 20px 40px;
  font-size: 25px;
  font-weight: 500;
  text-align: left;
  color: #3f4a5f;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  transition: 0.3s;
}
.types__content .main li button::before, .types__content .sub li button::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #777F90;
  transition: width 0.3s;
}
@media only screen and (max-width: 1200px) {
  .types__content .main li button::before, .types__content .sub li button::before {
    display: none;
  }
}
.types__content .main li button.active, .types__content .sub li button.active {
  color: #e7411a;
}
.types__content .main li button.active::before, .types__content .sub li button.active::before {
  width: 7px;
  background-color: #e7411a;
}
@media only screen and (max-width: 1500px) {
  .types__content .main li button, .types__content .sub li button {
    padding-left: 20px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .types__content .main li button, .types__content .sub li button {
    width: 100%;
    padding: 5px;
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .types__content .main, .types__content .sub {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 2px solid #777F90;
  }
}
.types__content .sub {
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  transition: 0.3s opacity;
}
.types__content .sub.active {
  width: 50%;
  height: auto;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1200px) {
  .types__content .sub.active {
    width: 100%;
  }
}
.types__content .sub li button {
  transition: opacity 0.3s;
}
@media only screen and (max-width: 1200px) {
  .types__content .sub {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .types__content {
    width: 100%;
  }
}
.types__img {
  width: 50%;
}
.types__img ul {
  list-style: none;
}
.types__img ul li {
  opacity: 0;
  width: 0;
  height: 0;
  transition: opacity 0.3s;
}
.types__img ul li.active {
  aspect-ratio: 1.8918918919 !important;
  opacity: 1;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: 1.8918918919) {
  .types__img ul li.active::before {
    content: "";
    float: left;
    padding-top: calc((37 / 70) * 100%);
  }
  .types__img ul li.active::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 1200px) {
  .types__img ul li.active {
    aspect-ratio: 1 !important;
  }
  @supports not (aspect-ratio: 1) {
    .types__img ul li.active::before {
      content: "";
      float: left;
      padding-top: calc((1 / 1) * 100%);
    }
    .types__img ul li.active::after {
      content: "";
      display: block;
      clear: both;
    }
  }
}
.types__img ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1200px) {
  .types__img {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .types {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.services {
  max-width: 1510px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 1500px) {
  .services {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.services__title {
  margin-bottom: 50px;
}
.services__title h2 {
  font-size: 30px;
  font-weight: 600;
  color: #3f4a5f;
}
.services__content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.services__content .each {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  width: 50%;
}
.services__content .each .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 2.2424242424 !important;
  border: 7px solid #D2DAEA;
  overflow: hidden;
}
@supports not (aspect-ratio: 2.2424242424) {
  .services__content .each .wrapper::before {
    content: "";
    float: left;
    padding-top: calc((33 / 74) * 100%);
  }
  .services__content .each .wrapper::after {
    content: "";
    display: block;
    clear: both;
  }
}
.services__content .each .wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.services__content .each .wrapper:hover img {
  transform: scale(1.1);
}
@media only screen and (max-width: 1200px) {
  .services__content .each .wrapper {
    aspect-ratio: 1 !important;
  }
  @supports not (aspect-ratio: 1) {
    .services__content .each .wrapper::before {
      content: "";
      float: left;
      padding-top: calc((1 / 1) * 100%);
    }
    .services__content .each .wrapper::after {
      content: "";
      display: block;
      clear: both;
    }
  }
}
.services__content .each h2 {
  font-size: 25px;
  font-weight: 600;
  color: #3f4a5f;
}
.services__content .each p {
  font-size: 18px;
  font-weight: 400;
}
.services__content .each a {
  justify-content: flex-start;
  font-size: 19px;
  font-weight: 600;
  color: #3f4a5f;
}
.services__content .each a::after {
  filter: brightness(0);
}
@media only screen and (max-width: 1200px) {
  .services__content .each {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .services__content {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
  }
}

.referances {
  max-width: 1510px;
  width: 100%;
  margin: auto;
  margin-top: 150px;
  margin-bottom: 150px;
}
@media only screen and (max-width: 1500px) {
  .referances {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.referances__title {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #707070;
}
.referances__title h2 {
  font-size: 30px;
  font-weight: 600;
  color: #3f4a5f;
}
@media only screen and (max-width: 1200px) {
  .referances__title h2 {
    text-align: center;
  }
}
.referances__title .slider-buttons {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
.referances__title .slider-buttons__left, .referances__title .slider-buttons__right {
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: 0.3s;
}
.referances__title .slider-buttons__left:hover {
  transform: translateX(-5px);
}
.referances__title .slider-buttons__right:hover {
  transform: translateX(5px);
}
@media only screen and (max-width: 1200px) {
  .referances__title {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
.referances__slider ul li a {
  padding: 50px;
  border: 2px solid #D2DAEA;
}
.referances__slider ul li a img {
  aspect-ratio: 3.7142857143 !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
  opacity: 0.5;
  transition: 0.3s;
}
@supports not (aspect-ratio: 3.7142857143) {
  .referances__slider ul li a img::before {
    content: "";
    float: left;
    padding-top: calc((7 / 26) * 100%);
  }
  .referances__slider ul li a img::after {
    content: "";
    display: block;
    clear: both;
  }
}
.referances__slider ul li a:hover img {
  transform: scale(1.1);
  filter: grayscale(0);
  opacity: 1;
}

.blog-news {
  padding-left: calc((100% - 1510px) / 2);
  padding-right: calc((100% - 1510px) / 2);
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgba(210, 218, 234, 0.2);
}
@media only screen and (max-width: 1500px) {
  .blog-news {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blog-news--page .blog-news__slider {
  overflow: hidden;
}
.blog-news--page .blog-news__slider::before {
  display: none;
}
.blog-news--page .blog-news__slider .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px 30px;
}
.blog-news--page .blog-news__slider .swiper-wrapper .swiper-slide {
  width: calc(33.3333333333% - 30px);
  padding-right: 30px;
}
.blog-news--page .blog-news__slider .swiper-wrapper .swiper-slide:nth-child(3) {
  border: 0;
}
@media only screen and (max-width: 1200px) {
  .blog-news--page .blog-news__slider .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-news--page .blog-news__slider .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.blog-news__title {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #707070;
}
.blog-news__title h2 {
  font-size: 30px;
  font-weight: 600;
  color: #3f4a5f;
}
@media only screen and (max-width: 1200px) {
  .blog-news__title h2 {
    text-align: center;
  }
}
.blog-news__title .slider-buttons {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
.blog-news__title .slider-buttons__left, .blog-news__title .slider-buttons__right {
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: 0.3s;
}
.blog-news__title .slider-buttons__left:hover {
  transform: translateX(-5px);
}
.blog-news__title .slider-buttons__right:hover {
  transform: translateX(5px);
}
@media only screen and (max-width: 1200px) {
  .blog-news__title {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
.blog-news__slider {
  margin-right: -50px;
}
.blog-news__slider::before {
  content: "";
  position: absolute;
  z-index: 100;
  top: 0;
  right: -2px;
  background-color: #f6f8fb;
  width: 50px;
  height: 100%;
}
.blog-news__slider .swiper-slide {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  gap: 15px;
  border-right: 2px solid #777F90;
  padding-right: 50px;
}
.blog-news__slider .swiper-slide img {
  aspect-ratio: 2 !important;
  width: 100%;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 2) {
  .blog-news__slider .swiper-slide img::before {
    content: "";
    float: left;
    padding-top: calc((2 / 4) * 100%);
  }
  .blog-news__slider .swiper-slide img::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-news__slider .swiper-slide img {
    aspect-ratio: 1 !important;
  }
  @supports not (aspect-ratio: 1) {
    .blog-news__slider .swiper-slide img::before {
      content: "";
      float: left;
      padding-top: calc((1 / 1) * 100%);
    }
    .blog-news__slider .swiper-slide img::after {
      content: "";
      display: block;
      clear: both;
    }
  }
}
.blog-news__slider .swiper-slide h2 {
  font-size: 25px;
  font-weight: 600;
  color: #3f4a5f;
}
.blog-news__slider .swiper-slide p {
  font-size: 18px;
  font-weight: 400;
}
.blog-news__slider .swiper-slide a {
  justify-content: flex-start;
  margin-top: 20px;
  font-size: 19px;
  font-weight: 600;
  color: #3f4a5f;
}
.blog-news__slider .swiper-slide a:after {
  filter: brightness(0);
}
.blog-news__slider .swiper-slide .date {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  background-color: #e7411a;
  color: #ffffff;
}
@supports not (aspect-ratio: 1) {
  .blog-news__slider .swiper-slide .date::before {
    content: "";
    float: left;
    padding-top: calc((1 / 1) * 100%);
  }
  .blog-news__slider .swiper-slide .date::after {
    content: "";
    display: block;
    clear: both;
  }
}
.blog-news__slider .swiper-slide .date h2 {
  font-size: 16px;
  font-weight: 600;
  color: inherit;
}
.blog-news__slider .swiper-slide .date h3 {
  font-size: 16px;
  font-weight: 300;
}
.blog-news--item {
  overflow: visible;
  position: relative;
  top: -130px;
  padding-top: 0;
  background-color: transparent;
}
.blog-news--item__intro {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
}
.blog-news--item__intro .text {
  width: calc(40% - 50px);
}
.blog-news--item__intro .text h2 {
  height: 130px;
  font-size: 36px;
  font-weight: 600;
  line-height: 65px;
}
@media only screen and (max-width: 1200px) {
  .blog-news--item__intro .text h2 {
    height: auto;
    line-height: inherit;
    text-align: center;
  }
}
.blog-news--item__intro .text p {
  max-width: 500px;
  width: 100%;
  margin-top: 23px;
  font-size: 29px;
  font-weight: 400;
  line-height: 41px;
}
@media only screen and (max-width: 1200px) {
  .blog-news--item__intro .text p {
    font-size: 18px;
    line-height: inherit;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-news--item__intro .text {
    width: 100%;
  }
}
.blog-news--item__intro .image {
  width: 60%;
  position: relative;
  z-index: 1;
  top: -100px;
}
.blog-news--item__intro .image img {
  aspect-ratio: 1.9130434783 !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 1.9130434783) {
  .blog-news--item__intro .image img::before {
    content: "";
    float: left;
    padding-top: calc((46 / 88) * 100%);
  }
  .blog-news--item__intro .image img::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-news--item__intro .image img {
    aspect-ratio: 1 !important;
  }
  @supports not (aspect-ratio: 1) {
    .blog-news--item__intro .image img::before {
      content: "";
      float: left;
      padding-top: calc((1 / 1) * 100%);
    }
    .blog-news--item__intro .image img::after {
      content: "";
      display: block;
      clear: both;
    }
  }
}
@media only screen and (max-width: 1200px) {
  .blog-news--item__intro .image {
    width: 100%;
    top: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-news--item__intro {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.blog-news--item__content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin-top: 50px;
}
.blog-news--item__content p {
  font-size: 18px;
  font-weight: 400;
}
.blog-news--item__content img {
  aspect-ratio: 1.9736842105 !important;
  width: calc(50% - 20px);
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 1.9736842105) {
  .blog-news--item__content img::before {
    content: "";
    float: left;
    padding-top: calc((38 / 75) * 100%);
  }
  .blog-news--item__content img::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-news--item__content img {
    aspect-ratio: 1 !important;
    width: 100%;
  }
  @supports not (aspect-ratio: 1) {
    .blog-news--item__content img::before {
      content: "";
      float: left;
      padding-top: calc((1 / 1) * 100%);
    }
    .blog-news--item__content img::after {
      content: "";
      display: block;
      clear: both;
    }
  }
}
.blog-news--item__others {
  margin-top: 100px;
}
.blog-news--item__others .blog-news__title {
  position: relative;
  border: 0;
  padding-bottom: 0;
}
.blog-news--item__others .blog-news__title h2 {
  display: block;
  padding-right: 50px;
  background-color: #ffffff;
}
.blog-news--item__others .blog-news__title::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 7px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #777F90;
}

.boxes {
  max-width: 1510px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  gap: 20px;
  margin-top: 100px;
}
@media only screen and (max-width: 1500px) {
  .boxes {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.boxes::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc((100vw - 1510px) / 2 * -1);
  display: block;
  width: 100vw;
  height: 50%;
  background-color: #E1E7F4;
}
@media only screen and (max-width: 1200px) {
  .boxes::before {
    display: none;
  }
}
.boxes .each {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  aspect-ratio: 2.4666666667 !important;
  gap: 15px;
  position: relative;
  isolation: isolate;
  width: 100%;
  padding: 30px 70px;
  background-color: #3f4a5f;
  transition: 0.3s;
}
@supports not (aspect-ratio: 2.4666666667) {
  .boxes .each::before {
    content: "";
    float: left;
    padding-top: calc((30 / 74) * 100%);
  }
  .boxes .each::after {
    content: "";
    display: block;
    clear: both;
  }
}
.boxes .each:hover {
  background-color: #e7411a;
}
.boxes .each:hover .mask {
  opacity: 0.2;
}
.boxes .each:hover .icon {
  right: 50px;
}
.boxes .each h2 {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
}
.boxes .each p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.boxes .each a {
  margin-top: 30px;
  font-weight: 600;
  color: #ffffff;
}
.boxes .each .mask {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.boxes .each .icon {
  content: "";
  position: absolute;
  display: block;
  top: 30px;
  right: 30px;
  transition: 0.3s;
}
@media only screen and (max-width: 1200px) {
  .boxes .each .icon {
    transform: scale(0.5);
  }
}
@media only screen and (max-width: 1200px) {
  .boxes .each {
    padding: 120px 20px 20px 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .boxes {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
  }
}

.footer {
  padding-left: calc((100% - 1510px) / 2);
  padding-right: calc((100% - 1510px) / 2);
  padding-top: 70px;
  padding-bottom: 30px;
  background-color: #E1E7F4;
}
@media only screen and (max-width: 1500px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer__upper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 2px solid #777F90;
}
.footer__upper a img {
  width: 100%;
}
.footer__upper form {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.footer__upper form label {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .footer__upper form label {
    text-align: center;
  }
}
.footer__upper form input {
  position: relative;
  display: block;
  width: 400px;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 400;
  background-color: transparent;
  color: #777F90;
  border: 0;
  border-bottom: 2px solid #707070;
}
.footer__upper form input::-moz-placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.footer__upper form input::placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
@media only screen and (max-width: 1200px) {
  .footer__upper form input {
    width: 100%;
  }
}
.footer__upper form button {
  display: block;
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  transition: 0.3s;
}
.footer__upper form button:hover {
  transform: translateX(5px);
}
.footer__upper form button img {
  width: 100%;
  height: 100%;
  filter: brightness(0);
}
@media only screen and (max-width: 1200px) {
  .footer__upper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
.footer__below {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}
.footer__below .text {
  max-width: 500px;
  width: 100%;
}
.footer__below .text p {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #3f4a5f;
}
@media only screen and (max-width: 1200px) {
  .footer__below .text p {
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .footer__below .text {
    display: none;
  }
}
.footer__below .links {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px;
}
.footer__below .links .each h2 {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .footer__below .links .each h2 {
    text-align: center;
  }
}
.footer__below .links .each ul {
  max-width: 140px;
  list-style: none;
}
.footer__below .links .each ul li {
  margin: 10px 0;
}
.footer__below .links .each ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #3f4a5f;
  transition: 0.3s;
}
.footer__below .links .each ul li a:hover {
  color: #e7411a;
}
@media only screen and (max-width: 1200px) {
  .footer__below .links .each ul li a {
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .footer__below .links .each ul {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .footer__below .links {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .footer__below {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}

.links__bottom {
  padding-left: calc((100% - 1510px) / 2);
  padding-right: calc((100% - 1510px) / 2);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1500px) {
  .links__bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.links__bottom h2 {
  font-size: 14px;
  font-weight: 400;
  color: #3f4a5f;
}
.links__bottom .terms {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  list-style: none;
}
.links__bottom .terms li a {
  font-size: 14px;
  font-weight: 400;
  color: #3f4a5f;
}
.links__bottom .social {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  list-style: none;
}
.links__bottom .social li:last-child {
  margin-left: 20px;
}
@media only screen and (max-width: 1200px) {
  .links__bottom .social li:last-child {
    margin-left: 0;
  }
}
.links__bottom .social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.links__bottom .social li a:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 1200px) {
  .links__bottom {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}

.page-top {
  padding-left: calc((100% - 1640px) / 2);
  padding-right: calc((100% - 1640px) / 2);
  position: relative;
  isolation: isolate;
  min-height: 400px;
  height: 100%;
  padding-top: 25px;
  margin-top: var(--navbar-height);
  background-color: rgba(210, 218, 234, 0.2);
}
@media only screen and (max-width: 1500px) {
  .page-top {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-top--dark {
  background-color: rgba(210, 218, 234, 0.7);
}
.page-top--only-bread {
  min-height: auto;
  background-color: rgba(210, 218, 234, 0.2);
}
.page-top--only-bread .breadcumb {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1200px) {
  .page-top--only-bread {
    min-height: auto !important;
  }
}
.page-top--tiny {
  min-height: 200px;
}
@media only screen and (max-width: 1200px) {
  .page-top--tiny {
    min-height: auto !important;
    padding: 30px 0;
  }
}
.page-top .mask {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: calc((100vw - 1510px) / 2);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1200px) {
  .page-top .mask {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.page-top .breadcumb {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 340px;
  width: 100%;
  margin-bottom: 70px;
  padding-bottom: 17px;
  border-bottom: 1px solid #777F90;
  list-style: none;
}
.page-top .breadcumb li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.page-top .breadcumb li:first-child::before {
  display: none;
}
.page-top .breadcumb li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 18px;
  margin-right: 10px;
  background-image: url("../img/icons/arrow-thich.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.page-top .breadcumb li a {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  color: #777F90;
}
@media only screen and (max-width: 1200px) {
  .page-top .breadcumb {
    display: none;
  }
}
.page-top__title {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.page-top__title h1 {
  margin-left: 100px;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
  color: #3f4a5f;
}
@media only screen and (max-width: 1200px) {
  .page-top__title h1 {
    margin: 0;
    text-align: center;
  }
}
.page-top__title .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .page-top__title .buttons {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
.page-top__title .serial {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 5px;
}
.page-top__title .serial h2 {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 300;
  color: #3f4a5f;
}
.page-top__title .serial span {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 600;
  color: #3f4a5f;
}
@media only screen and (max-width: 1200px) {
  .page-top__title {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .page-top {
    min-height: 300px;
  }
}

.about--intro {
  max-width: 1510px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: var(--navbar-height);
  margin-bottom: 200px;
}
@media only screen and (max-width: 1500px) {
  .about--intro {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.about--intro__content {
  width: 50%;
  height: 100%;
}
.about--intro__content ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 70px;
  padding-bottom: 17px;
  border-bottom: 1px solid #777F90;
  list-style: none;
}
.about--intro__content ul li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.about--intro__content ul li:first-child::before {
  display: none;
}
.about--intro__content ul li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 18px;
  margin-right: 10px;
  background-image: url("../img/icons/arrow-thich.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.about--intro__content ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #777F90;
}
@media only screen and (max-width: 1200px) {
  .about--intro__content ul {
    display: none;
  }
}
.about--intro__content h2 {
  max-width: 300px;
  width: 100%;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .about--intro__content h2 {
    max-width: 100%;
    text-align: center;
  }
}
.about--intro__content p {
  padding-right: 70px;
  font-size: 16px;
  font-weight: 400;
  color: #3f4a5f;
}
@media only screen and (max-width: 1200px) {
  .about--intro__content p {
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .about--intro__content {
    width: 100%;
  }
}
.about--intro__img {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  width: 50%;
  min-height: 400px;
  background-color: #D2DAEA;
}
.about--intro__img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  display: block;
  width: calc((100vw - 1510px) / 2);
  height: 100%;
  background-color: #D2DAEA;
}
@media only screen and (max-width: 1500px) {
  .about--intro__img::before {
    display: none;
  }
}
.about--intro__img img {
  aspect-ratio: 1.7441860465 !important;
  width: 100%;
  margin-left: calc((100vw - 1510px) / 2);
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(50px);
}
@supports not (aspect-ratio: 1.7441860465) {
  .about--intro__img img::before {
    content: "";
    float: left;
    padding-top: calc((43 / 75) * 100%);
  }
  .about--intro__img img::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 1500px) {
  .about--intro__img img {
    margin: 0;
    transform: translate(0);
  }
}
@media only screen and (max-width: 1200px) {
  .about--intro__img img {
    aspect-ratio: 1 !important;
  }
  @supports not (aspect-ratio: 1) {
    .about--intro__img img::before {
      content: "";
      float: left;
      padding-top: calc((1 / 1) * 100%);
    }
    .about--intro__img img::after {
      content: "";
      display: block;
      clear: both;
    }
  }
}
@media only screen and (max-width: 1500px) {
  .about--intro__img {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .about--intro__img {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .about--intro {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 100px;
  }
}
.about--bottom {
  max-width: 1510px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 1500px) {
  .about--bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.about--bottom ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none;
}
.about--bottom ul li {
  padding-right: 60px;
  padding-bottom: 70px;
  margin-left: 60px;
  margin-bottom: 20px;
  border-right: 1px solid #777F90;
}
.about--bottom ul li:last-child {
  border: 0;
  padding-right: 0;
}
.about--bottom ul li h2 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .about--bottom ul li h2 {
    text-align: center;
  }
}
.about--bottom ul li p {
  font-size: 16px;
  font-weight: 400;
  color: #3f4a5f;
}
@media only screen and (max-width: 1200px) {
  .about--bottom ul li p {
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .about--bottom ul li {
    padding: 20px 0;
    margin: 0;
    border: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .about--bottom ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1200px) {
  .about--bottom {
    margin-bottom: 100px;
  }
}

.products--page {
  max-width: 1510px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 1500px) {
  .products--page {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.products--page ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  transform: translateY(-150px);
  list-style: none;
}
.products--page ul li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 25%;
  background-color: #ffffff;
  border: 1px solid #D2DAEA;
  transition: 0.3s;
}
.products--page ul li .wrapper {
  aspect-ratio: 1.7142857143 !important;
  width: 100%;
  overflow: hidden;
  padding: 10px 10px 0 10px;
}
@supports not (aspect-ratio: 1.7142857143) {
  .products--page ul li .wrapper::before {
    content: "";
    float: left;
    padding-top: calc((21 / 36) * 100%);
  }
  .products--page ul li .wrapper::after {
    content: "";
    display: block;
    clear: both;
  }
}
.products--page ul li .wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.products--page ul li img {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
.products--page ul li h2 {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 600;
  color: #3f4a5f;
}
.products--page ul li a {
  width: 100%;
  padding: 20px 0;
  background-color: #D2DAEA;
  color: #3f4a5f;
  font-weight: 600;
  transition: 0.3s;
}
.products--page ul li a::after {
  filter: brightness(0);
}
.products--page ul li:hover {
  background-color: #D2DAEA;
}
.products--page ul li:hover .wrapper img {
  transform: scale(1.1);
}
.products--page ul li:hover a {
  background-color: #e7411a;
  color: #ffffff;
}
.products--page ul li:hover a:after {
  filter: brightness();
}
@media only screen and (max-width: 1200px) {
  .products--page ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .products--page ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.products--list {
  max-width: 1510px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 1500px) {
  .products--list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.products--list ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  gap: 50px 15px;
  margin-right: -15px;
  transform: translateY(-150px);
  list-style: none;
  transition: opacity 0.3s;
}
.products--list ul.active {
  width: auto;
  height: auto;
  opacity: 1;
}
.products--list ul li {
  width: calc(33.3333333333% - 15px);
}
.products--list ul li img {
  width: 100%;
  margin-bottom: 18px;
}
.products--list ul li h2 {
  max-width: 300px;
  width: 100%;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e7411a;
  white-space: nowrap;
  font-size: 21px;
  font-weight: 600;
  color: #3f4a5f;
}
.products--list ul li .bottom {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.products--list ul li .bottom a {
  font-size: 15px;
  font-weight: 600;
  color: #3f4a5f;
}
.products--list ul li .bottom a::after {
  background-image: url("../img/icons/r-arrow-p.svg");
}
.products--list ul li .bottom span {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #3f4a5f;
}
@media only screen and (max-width: 1200px) {
  .products--list ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .products--list ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin: 0 0 50px 0;
    transform: translate(0);
  }
}

.product--element {
  max-width: 1640px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 1500px) {
  .product--element {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product--element .element--slider {
  position: relative;
  padding-bottom: 100px;
  transform: translateY(-150px);
}
.product--element .element--slider .swiper-slide img {
  aspect-ratio: 2 !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 2) {
  .product--element .element--slider .swiper-slide img::before {
    content: "";
    float: left;
    padding-top: calc((8 / 16) * 100%);
  }
  .product--element .element--slider .swiper-slide img::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 1200px) {
  .product--element .element--slider .swiper-slide img {
    aspect-ratio: 1 !important;
  }
  @supports not (aspect-ratio: 1) {
    .product--element .element--slider .swiper-slide img::before {
      content: "";
      float: left;
      padding-top: calc((1 / 1) * 100%);
    }
    .product--element .element--slider .swiper-slide img::after {
      content: "";
      display: block;
      clear: both;
    }
  }
}
.product--element .element--thumbs {
  position: absolute;
  width: 50%;
  padding: 20px;
  bottom: 0;
  right: 50px;
  background-color: #D2DAEA;
}
.product--element .element--thumbs .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
  transition: 0.3s;
}
.product--element .element--thumbs .swiper-slide:hover {
  opacity: 1;
}
.product--element .element--thumbs .swiper-slide-active {
  opacity: 1;
}
.product--element .element--thumbs .swiper-slide img {
  aspect-ratio: 1 !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@supports not (aspect-ratio: 1) {
  .product--element .element--thumbs .swiper-slide img::before {
    content: "";
    float: left;
    padding-top: calc((1 / 1) * 100%);
  }
  .product--element .element--thumbs .swiper-slide img::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 1200px) {
  .product--element .element--thumbs {
    display: none;
  }
}

.product--content {
  max-width: 1510px;
  width: 100%;
  margin: auto;
  padding-bottom: 50px;
  margin-top: -200px;
}
@media only screen and (max-width: 1500px) {
  .product--content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product--content h2 {
  max-width: 470px;
  width: 100%;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 600;
  color: #3f4a5f;
}
@media only screen and (max-width: 1200px) {
  .product--content h2 {
    text-align: center;
  }
}
.product--content p {
  max-width: 1000px;
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  color: #3f4a5f;
}
@media only screen and (max-width: 1200px) {
  .product--content p {
    text-align: center;
  }
}

.product--plan {
  padding-left: calc((100% - 1510px) / 2);
  padding-right: calc((100% - 1510px) / 2);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(210, 218, 234, 0.2);
}
@media only screen and (max-width: 1500px) {
  .product--plan {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product--plan__img {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 50%;
  padding: 30px;
  background-color: #ffffff;
}
.product--plan__img img {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .product--plan__img {
    width: 100%;
  }
}
.product--plan__content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  width: 50%;
}
.product--plan__content h2 {
  font-size: 32px;
  font-weight: 600;
  color: #3f4a5f;
}
@media only screen and (max-width: 1200px) {
  .product--plan__content h2 {
    width: 100%;
    text-align: center;
  }
}
.product--plan__content p {
  font-size: 17px;
  font-weight: 400;
  color: #3f4a5f;
}
.product--plan__content .buttons {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .product--plan__content .buttons {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .product--plan__content {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .product--plan {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.product--details {
  max-width: 1510px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1500px) {
  .product--details {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product--details > h2 {
  width: 100%;
  font-size: 32px;
  font-weight: 600;
  color: #3f4a5f;
}
.product--details__content {
  width: 50%;
}
.product--details__content ul li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #777F90;
}
.product--details__content ul li h2 {
  width: 50%;
  font-size: 17px;
  font-weight: 700;
  color: #3f4a5f;
}
.product--details__content ul li h3 {
  width: 50%;
  font-size: 17px;
  font-weight: 400;
  color: #3f4a5f;
}
@media only screen and (max-width: 1200px) {
  .product--details__content {
    width: 100%;
  }
}
.product--details__img {
  width: calc(50% - 100px);
}
.product--details__img img {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .product--details__img {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .product--details {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.product--tabs {
  max-width: 1510px;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
  max-width: 1585px;
  background-color: rgba(210, 218, 234, 0.2);
}
@media only screen and (max-width: 1500px) {
  .product--tabs {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product--tabs .tabs {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.product--tabs .tabs li {
  width: 25%;
  list-style: none;
}
.product--tabs .tabs li button {
  width: 100%;
  padding: 50px;
  font-size: 20px;
  font-weight: 600;
  background-color: #ffffff;
  color: #3f4a5f;
  border: 0;
  cursor: pointer;
  transition: 0.3s;
}
.product--tabs .tabs li button:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.product--tabs .tabs li button.active {
  background: transparent;
}
@media only screen and (max-width: 1200px) {
  .product--tabs .tabs li button.active {
    color: #e7411a;
  }
}
@media only screen and (max-width: 1200px) {
  .product--tabs .tabs li button {
    padding: 10px;
    background-color: transparent;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .product--tabs .tabs li {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .product--tabs .tabs {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.product--tabs .content {
  overflow: hidden;
}
.product--tabs .content li {
  width: 0;
  height: 0;
  padding: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.product--tabs .content li.active {
  width: auto;
  height: auto;
  padding: 50px 50px 100px 50px;
  opacity: 1;
}
@media only screen and (max-width: 1200px) {
  .product--tabs .content li.active {
    padding: 0;
  }
}
.product--tabs .content li p {
  font-size: 17px;
  font-weight: 400;
  color: #3f4a5f;
}
@media only screen and (max-width: 1200px) {
  .product--tabs .content {
    margin-top: 50px;
  }
}

.product--others {
  max-width: 1640px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 1500px) {
  .product--others {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product--others__title {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #707070;
}
.product--others__title h2 {
  font-size: 30px;
  font-weight: 600;
  color: #3f4a5f;
}
@media only screen and (max-width: 1200px) {
  .product--others__title h2 {
    text-align: center;
  }
}
.product--others__title .slider-buttons {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
.product--others__title .slider-buttons__left, .product--others__title .slider-buttons__right {
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: 0.3s;
}
.product--others__title .slider-buttons__left:hover {
  transform: translateX(-5px);
}
.product--others__title .slider-buttons__right:hover {
  transform: translateX(5px);
}
@media only screen and (max-width: 1200px) {
  .product--others__title {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
.product--others__slider {
  margin-bottom: 50px;
}
.product--others__slider ul {
  list-style: none;
}
.product--others__slider ul li {
  width: 100%;
}
.product--others__slider ul li img {
  width: 100%;
  margin-bottom: 18px;
}
.product--others__slider ul li h2 {
  max-width: 300px;
  width: 100%;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e7411a;
  white-space: nowrap;
  font-size: 21px;
  font-weight: 600;
  color: #3f4a5f;
}
.product--others__slider ul li .bottom {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.product--others__slider ul li .bottom a {
  font-size: 15px;
  font-weight: 600;
  color: #3f4a5f;
}
.product--others__slider ul li .bottom a::after {
  background-image: url("../img/icons/r-arrow-p.svg");
}
.product--others__slider ul li .bottom span {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #3f4a5f;
}
@media only screen and (max-width: 1200px) {
  .product--others__slider ul li {
    width: 100%;
  }
}

.services--page {
  max-width: 1510px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 1500px) {
  .services--page {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.services--page .services__content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 70px;
}
.services--page .services__content .each {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  width: 100%;
  transform: translateY(-100px);
}
.services--page .services__content .each:nth-child(even) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
}
.services--page .services__content .each .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1.48 !important;
  width: calc(50% - 70px);
  border: 7px solid #D2DAEA;
  overflow: hidden;
}
@supports not (aspect-ratio: 1.48) {
  .services--page .services__content .each .wrapper::before {
    content: "";
    float: left;
    padding-top: calc((50 / 74) * 100%);
  }
  .services--page .services__content .each .wrapper::after {
    content: "";
    display: block;
    clear: both;
  }
}
.services--page .services__content .each .wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.services--page .services__content .each .wrapper:hover img {
  transform: scale(1.1);
}
@media only screen and (max-width: 1200px) {
  .services--page .services__content .each .wrapper {
    aspect-ratio: 1 !important;
    width: 100%;
  }
  @supports not (aspect-ratio: 1) {
    .services--page .services__content .each .wrapper::before {
      content: "";
      float: left;
      padding-top: calc((1 / 1) * 100%);
    }
    .services--page .services__content .each .wrapper::after {
      content: "";
      display: block;
      clear: both;
    }
  }
}
.services--page .services__content .each .content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: 50%;
}
.services--page .services__content .each .content h2 {
  font-size: 25px;
  font-weight: 600;
  color: #3f4a5f;
}
.services--page .services__content .each .content p {
  font-size: 18px;
  font-weight: 400;
}
.services--page .services__content .each .content a {
  justify-content: flex-start;
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
}
.services--page .services__content .each .content a::after {
  filter: brightness(0);
}
@media only screen and (max-width: 1200px) {
  .services--page .services__content .each .content {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .services--page .services__content {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
  }
}

.referances--page {
  margin-top: 0;
}
.referances--page ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.referances--page ul li {
  list-style: none;
  width: calc(25% - 10px);
  transform: translateY(-50%);
}
.referances--page ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1.9473684211 !important;
  width: 100%;
  background-color: #ffffff;
  border: 5px solid #D2DAEA;
}
@supports not (aspect-ratio: 1.9473684211) {
  .referances--page ul li a::before {
    content: "";
    float: left;
    padding-top: calc((19 / 37) * 100%);
  }
  .referances--page ul li a::after {
    content: "";
    display: block;
    clear: both;
  }
}
.referances--page ul li a img {
  width: 75%;
  transition: 0.3s;
}
.referances--page ul li a:hover img {
  transform: scale(1.1);
}
@media only screen and (max-width: 1200px) {
  .referances--page ul li {
    width: 100%;
  }
}

.contact-us {
  padding-left: calc((100% - 1510px) / 2);
  padding-right: calc((100% - 1510px) / 2);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
  padding-bottom: 120px;
  background-color: rgba(210, 218, 234, 0.2);
}
@media only screen and (max-width: 1500px) {
  .contact-us {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact-us__details {
  width: 50%;
}
.contact-us__details > h2 {
  margin: 50px 60px;
  font-size: 26px;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .contact-us__details > h2 {
    margin: 0;
    text-align: center;
  }
}
.contact-us__details ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none;
}
.contact-us__details ul li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
}
.contact-us__details ul li:last-child {
  border: 0;
}
.contact-us__details ul li img {
  aspect-ratio: 1 !important;
  width: 40px;
}
@supports not (aspect-ratio: 1) {
  .contact-us__details ul li img::before {
    content: "";
    float: left;
    padding-top: calc((1 / 1) * 100%);
  }
  .contact-us__details ul li img::after {
    content: "";
    display: block;
    clear: both;
  }
}
.contact-us__details ul li .text {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.contact-us__details ul li .text h2 {
  font-size: 17px;
  font-size: 500;
}
.contact-us__details ul li .text h3 {
  font-size: 17px;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  .contact-us__details ul li .text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .contact-us__details ul li {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1200px) {
  .contact-us__details {
    width: 100%;
  }
}
.contact-us__map {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  aspect-ratio: 1.4897959184 !important;
  width: 50%;
}
@supports not (aspect-ratio: 1.4897959184) {
  .contact-us__map::before {
    content: "";
    float: left;
    padding-top: calc((49 / 73) * 100%);
  }
  .contact-us__map::after {
    content: "";
    display: block;
    clear: both;
  }
}
.contact-us__map a {
  margin-top: 50px;
}
@media only screen and (max-width: 1200px) {
  .contact-us__map {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 !important;
    width: 100%;
  }
  @supports not (aspect-ratio: 1) {
    .contact-us__map::before {
      content: "";
      float: left;
      padding-top: calc((1 / 1) * 100%);
    }
    .contact-us__map::after {
      content: "";
      display: block;
      clear: both;
    }
  }
}
@media only screen and (max-width: 1200px) {
  .contact-us {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}

.contact-us--form {
  max-width: 1510px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
  height: 100%;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1500px) {
  .contact-us--form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact-us--form h2 {
  width: 100%;
  margin: 50px;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .contact-us--form h2 {
    margin: 0;
    text-align: center;
  }
}
.contact-us--form__inputs {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: 50%;
}
.contact-us--form__inputs .three {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.contact-us--form__inputs .three div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(33.3333333333% - 20px);
}
.contact-us--form__inputs .three div label {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  color: #01193C;
}
.contact-us--form__inputs .three div input {
  display: block;
  width: 100%;
  padding: 17px 25px;
  font-size: 17px;
  font-weight: 500;
  background-color: #eeeeee;
  color: #01193C;
  border: 1px solid #bbbbbb;
}
.contact-us--form__inputs .three div .select2 {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
.contact-us--form__inputs .three div .select2 .select2-selection {
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
.contact-us--form__inputs .three div .select2 .select2-selection .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.contact-us--form__inputs .three div .select2 .select2-selection__rendered {
  padding: 17px 25px;
  font-size: 17px;
  font-weight: 500;
  line-height: initial;
  background-color: #eeeeee;
  color: #01193C;
  border: 1px solid #bbbbbb;
}
@media only screen and (max-width: 1200px) {
  .contact-us--form__inputs .three div {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .contact-us--form__inputs .three {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.contact-us--form__inputs .two {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.contact-us--form__inputs .two div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(33.3333333333% - 20px);
}
.contact-us--form__inputs .two div:first-child {
  width: calc(66.6666666667% - 20px);
}
@media only screen and (max-width: 1200px) {
  .contact-us--form__inputs .two div:first-child {
    width: 100%;
  }
}
.contact-us--form__inputs .two div label {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  color: #01193C;
}
.contact-us--form__inputs .two div input {
  width: 100%;
  padding: 17px 25px;
  font-size: 17px;
  font-weight: 500;
  background-color: #eeeeee;
  color: #01193C;
  border: 1px solid #bbbbbb;
}
@media only screen and (max-width: 1200px) {
  .contact-us--form__inputs .two div {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .contact-us--form__inputs .two {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.contact-us--form__inputs .text {
  width: calc(100% - 20px);
}
.contact-us--form__inputs .text label {
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  color: #01193C;
}
.contact-us--form__inputs .text textarea {
  width: 100%;
  padding: 17px 25px;
  font-size: 17px;
  font-weight: 500;
  background-color: #eeeeee;
  color: #01193C;
  border: 1px solid #bbbbbb;
  resize: none;
}
@media only screen and (max-width: 1200px) {
  .contact-us--form__inputs .text {
    width: 100%;
  }
}
.contact-us--form__inputs button {
  margin-left: auto;
}
@media only screen and (max-width: 1200px) {
  .contact-us--form__inputs {
    width: 100%;
  }
}
.contact-us--form__panel {
  width: calc(50% - 50px) !important;
  margin: 0;
  margin-top: 30px;
}
.contact-us--form__panel::before {
  display: none;
}
.contact-us--form__panel .each {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  aspect-ratio: 1.4897959184 !important;
  padding-top: 150px;
  padding-left: 30px;
}
@supports not (aspect-ratio: 1.4897959184) {
  .contact-us--form__panel .each::before {
    content: "";
    float: left;
    padding-top: calc((49 / 73) * 100%);
  }
  .contact-us--form__panel .each::after {
    content: "";
    display: block;
    clear: both;
  }
}
.contact-us--form__panel .each:hover .icon {
  left: 40px;
}
.contact-us--form__panel .each h2 {
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .contact-us--form__panel .each h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .contact-us--form__panel .each p {
    font-size: 13px;
    text-align: center;
  }
}
.contact-us--form__panel .each .icon {
  left: 30px;
}
@media only screen and (max-width: 1200px) {
  .contact-us--form__panel .each .icon {
    display: none;
  }
}
.contact-us--form__panel .each .btn {
  margin-top: auto;
  margin-left: auto;
}
.contact-us--form__panel .each .btn:hover::after {
  margin-left: 20px;
}
@media only screen and (max-width: 1200px) {
  .contact-us--form__panel .each .btn {
    margin: auto;
  }
}
@media only screen and (max-width: 1500px) {
  .contact-us--form__panel .each {
    aspect-ratio: 1.2931034483 !important;
  }
  @supports not (aspect-ratio: 1.2931034483) {
    .contact-us--form__panel .each::before {
      content: "";
      float: left;
      padding-top: calc((58 / 75) * 100%);
    }
    .contact-us--form__panel .each::after {
      content: "";
      display: block;
      clear: both;
    }
  }
}
@media only screen and (max-width: 1200px) {
  .contact-us--form__panel .each {
    aspect-ratio: 1.4897959184 !important;
    padding: 50px;
  }
  @supports not (aspect-ratio: 1.4897959184) {
    .contact-us--form__panel .each::before {
      content: "";
      float: left;
      padding-top: calc((49 / 73) * 100%);
    }
    .contact-us--form__panel .each::after {
      content: "";
      display: block;
      clear: both;
    }
  }
}
@media only screen and (max-width: 1200px) {
  .contact-us--form__panel {
    width: 100% !important;
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .contact-us--form {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.select2-search--dropdown {
  display: none !important;
}

.select2-results__options {
  padding: 17px 25px;
}
.select2-results__options .select2-results__option {
  padding: 10px 0;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 2px solid #777F90;
  color: #777F90;
  cursor: pointer;
}
.select2-results__options .select2-results__option:last-child {
  border: 0;
}
.select2-results__options .select2-results__option:hover {
  color: #e7411a;
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */