@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo-SemiBold.ttf");
}
strong,
b {
  font-weight: 600;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.wrapper {
  max-width: 1885px;
  margin-inline: auto;
}
@media (max-width: 1919px) {
  .wrapper {
    max-width: 1416px;
  }
}
@media (max-width: 1439px) {
  .wrapper {
    max-width: calc(100% - 20px);
  }
}

iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.title {
  font-family: "Cairo", sans-serif;
  color: #0F3A5D;
  font-size: 6.0625em;
}
@media (max-width: 1439px) {
  .title {
    font-size: 4.1875em;
  }
}
@media (max-width: 837px) {
  .title {
    font-size: 3.4375em;
    line-height: 1;
    text-align: center;
  }
}
.title span {
  color: #E9511D;
}

.section-title {
  display: inline-block;
  font-size: 0.8em;
  color: #0F3A5D;
  border: 1px solid #0F3A5D;
  padding: 7.65px;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: rgba(15, 58, 93, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-container .wrapper-modal {
  background-color: #fff;
  max-width: 90%;
  width: 700px;
  position: relative;
}
.modal-container .modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: #0F3A5D;
  row-gap: 2em;
}
.modal-container .modal-content .title {
  font-size: 1.5625em;
}
.modal-container .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #0F3A5D;
  font-size: 1.25em;
  cursor: pointer;
}

.ct-header__top {
  padding-top: 26px;
  padding-bottom: 22px;
  padding-left: 22px;
  padding-right: 42px;
}
@media (max-width: 1439px) {
  .ct-header__top {
    font-size: 0.875em;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 22px;
  }
}
@media (max-width: 837px) {
  .ct-header__top {
    position: relative;
    padding-bottom: 17px;
  }
}
.ct-header__top .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ct-header__top .links {
  display: flex;
  align-items: center;
  column-gap: 42px;
}
@media (max-width: 1439px) {
  .ct-header__top .links {
    column-gap: 24px;
  }
}
@media (max-width: 837px) {
  .ct-header__top .links {
    display: none;
  }
}
.ct-header__top .links .lang {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.ct-header__top .links .lang img {
  height: 20px;
}
@media (max-width: 1439px) {
  .ct-header__top .links .lang img {
    height: 17px;
  }
}
.ct-header__top .links a {
  color: #0F3A5D;
  text-decoration: none;
  transition: all 0.2s ease;
}
.ct-header__top .links a:hover {
  color: #E9511D;
}
.ct-header__top .mobile-menu-button {
  display: block;
}
@media (min-width: 838px) {
  .ct-header__top .mobile-menu-button {
    display: none;
  }
}
.ct-header__top .mobile-menu {
  display: none;
}
@media (max-width: 837px) {
  .ct-header__top .mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2;
  }
  .ct-header__top .mobile-menu nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ct-header__top .mobile-menu nav a {
    width: 100%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #0F3A5D;
    text-decoration: none;
  }
  .ct-header__top .mobile-menu nav a:not(:last-child) {
    border-bottom: 1px solid #0F3A5D;
  }
  .ct-header__top .mobile-menu nav a img {
    height: 18px;
  }
}
.ct-header__content {
  margin-bottom: 148px;
}
@media (max-width: 1919px) {
  .ct-header__content {
    margin-bottom: 200px;
  }
}
@media (max-width: 1439px) {
  .ct-header__content {
    margin-bottom: 107px;
  }
}
@media (max-width: 837px) {
  .ct-header__content {
    bottom: 78px;
  }
}
.ct-header__content .wrapper {
  position: relative;
  height: 1009px;
  background: url("../images/header-bg.webp") right bottom no-repeat;
  background-size: cover;
  max-width: 100%;
  width: calc(100% - 24px);
}
@media (max-width: 1919px) {
  .ct-header__content .wrapper {
    height: 796px;
  }
}
@media (max-width: 1439px) {
  .ct-header__content .wrapper {
    height: 1195px;
  }
}
@media (max-width: 837px) {
  .ct-header__content .wrapper {
    height: 678px;
  }
}
.ct-header__content .image {
  text-align: center;
  padding-top: 154px;
}
@media (max-width: 1919px) {
  .ct-header__content .image {
    padding-top: 103px;
  }
  .ct-header__content .image img {
    max-width: 520px;
  }
}
@media (max-width: 1439px) {
  .ct-header__content .image {
    padding-top: 245px;
  }
  .ct-header__content .image img {
    max-width: 587px;
  }
}
@media (max-width: 837px) {
  .ct-header__content .image {
    padding-top: 202px;
  }
  .ct-header__content .image img {
    max-width: 286px;
  }
}
.ct-header__content .link {
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.ct-header__content .link a:hover svg path {
  fill: #E9511D;
}

.ct-about {
  padding-bottom: 510px;
  background: url("../images/bg-about-hd.png") center bottom no-repeat;
  background-size: 100% auto;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .ct-about {
    padding-bottom: 250px;
    background: url("../images/bg-about-dt.png") center bottom no-repeat;
  }
}
@media (max-width: 1439px) {
  .ct-about {
    padding-bottom: 350px;
    background: url("../images/bg-about-tb.png") center bottom no-repeat;
  }
}
@media (max-width: 837px) {
  .ct-about {
    padding-bottom: 220px;
    background: url("../images/bg-about-mb.png") center bottom no-repeat;
  }
}
.ct-about .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .ct-about .wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 154px;
    column-gap: 575px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .ct-about .section-title {
    order: 2;
  }
}
@media (max-width: 1439px) {
  .ct-about .section-title {
    margin-bottom: 78px;
  }
}
@media (max-width: 837px) {
  .ct-about .section-title {
    margin-bottom: 47px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .ct-about .title {
    order: 1;
    width: 100%;
    line-height: 1;
  }
  .ct-about .title span {
    display: block;
  }
}
@media (max-width: 1439px) {
  .ct-about .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 837px) {
  .ct-about .title {
    margin-bottom: 28px;
  }
}
.ct-about .text {
  font-size: 2.5em;
  color: #0F3A5D;
  width: 1070px;
  text-align: center;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .ct-about .text {
    order: 3;
    width: 503px;
    text-align: left;
    font-size: 2.3125em;
  }
}
@media (max-width: 1439px) {
  .ct-about .text {
    width: 60.6205250597%;
    font-size: 2em;
    text-align: center;
  }
}
@media (max-width: 837px) {
  .ct-about .text {
    max-width: 360px;
    width: 100%;
    font-size: 1.5625em;
  }
}

.ct-video .wrapper {
  max-width: 100%;
  width: calc(100% - 24px);
}

.ct-services {
  text-align: center;
  margin-top: 175px;
  margin-bottom: 228px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .ct-services {
    margin-top: 150px;
    margin-bottom: 216px;
  }
}
@media (max-width: 1439px) {
  .ct-services {
    margin-top: 147px;
    margin-bottom: 200px;
  }
}
@media (max-width: 837px) {
  .ct-services {
    margin-top: 90px;
    margin-bottom: 150px;
  }
}
.ct-services .section-title {
  margin-bottom: 80px;
}
@media (max-width: 837px) {
  .ct-services .section-title {
    margin-bottom: 40px;
  }
}
.ct-services .title {
  margin-bottom: 121px;
}
@media (max-width: 837px) {
  .ct-services .title {
    margin-bottom: 90px;
  }
}
.ct-services__buttons {
  margin-top: 120px;
}
@media (max-width: 837px) {
  .ct-services__buttons {
    margin-top: 80px;
  }
}
.ct-services__buttons .buttons {
  display: flex;
  justify-content: flex-end;
  column-gap: 19px;
}
@media (max-width: 1439px) {
  .ct-services__buttons .buttons {
    justify-content: center;
  }
}
.ct-services__buttons .buttons .button {
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  background-color: #E9511D;
}
.ct-services__buttons .buttons .button.swiper-button-disabled {
  background-color: rgba(233, 81, 29, 0.5);
  cursor: initial;
}
.ct-services__buttons .buttons .button:hover:not(.swiper-button-disabled) {
  cursor: pointer;
  background-color: #F5B333;
}

.swiper-wrapper {
  justify-content: stretch;
}

.swiper-slide {
  background: url(../images/slide-bg.png) right bottom no-repeat;
  background-size: cover;
  width: 311px;
  height: 527px;
}
@media (max-width: 1439px) {
  .swiper-slide {
    width: 292px;
    height: 480px;
  }
}
@media (max-width: 837px) {
  .swiper-slide {
    width: 268px;
  }
}
.swiper-slide .content {
  width: 85.0855745721%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  padding-bottom: 40px;
  color: #fff;
  text-align: left;
  position: relative;
}
.swiper-slide .icon {
  align-self: center;
}
.swiper-slide .icon svg {
  max-width: 100%;
}
.swiper-slide .slide-title {
  font-size: 1.25em;
  font-weight: bold;
  align-self: flex-start;
  margin-bottom: 11px;
}
.swiper-slide .slide-text {
  font-size: 1.125em;
  align-self: flex-start;
}
@media (max-width: 1439px) {
  .swiper-slide .slide-text {
    font-size: 1em;
  }
}
.swiper-slide .check {
  position: absolute;
  left: 0;
  bottom: 40px;
}
@media (max-width: 1439px) {
  .swiper-slide .check {
    bottom: 28px;
  }
  .swiper-slide .check svg {
    max-width: 33px;
  }
}

.ct-contact {
  padding-top: 200px;
  padding-bottom: 200px;
  background: url(../images/contact-bg.jpg) center center repeat;
  background-size: cover;
  color: #fff;
}
@media (max-width: 1919px) {
  .ct-contact {
    padding-top: 195px;
  }
}
@media (max-width: 1439px) {
  .ct-contact {
    padding-top: 119px;
  }
}
@media (max-width: 837px) {
  .ct-contact {
    padding-bottom: 50px;
  }
}
.ct-contact .section-title, .ct-contact .title {
  color: #fff;
  border-color: #fff;
}
.ct-contact .title {
  font-size: 4.1875em;
  line-height: 1;
  margin-top: 57px;
  margin-bottom: 24px;
}
@media (max-width: 1919px) {
  .ct-contact .title {
    font-size: 3.75em;
  }
}
@media (max-width: 837px) {
  .ct-contact .title {
    font-size: 2.1875em;
  }
}
.ct-contact a {
  color: #fff;
  transition: all 0.2s ease;
}
.ct-contact a:hover {
  color: #F5B333;
}
@media (max-width: 837px) {
  .ct-contact .text {
    display: none;
  }
}
.ct-contact .wrapper {
  display: flex;
  padding-left: 200px;
  padding-right: 272px;
  column-gap: 284px;
}
@media (max-width: 1919px) {
  .ct-contact .wrapper {
    padding-left: 85px;
    padding-right: 85px;
    column-gap: 92px;
  }
}
@media (max-width: 1439px) {
  .ct-contact .wrapper {
    padding-left: 50px;
    padding-right: 50px;
    flex-direction: column;
  }
}
@media (max-width: 837px) {
  .ct-contact .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ct-contact .content {
  max-width: 464px;
}
@media (max-width: 1439px) {
  .ct-contact .content {
    max-width: 100%;
    text-align: center;
  }
}
.ct-contact .form {
  padding-inline: 42px;
  padding-top: 110px;
  padding-bottom: 53px;
  background: url(../images/form-bg.png) left top no-repeat;
  background-size: cover;
  margin-top: 100px;
}
@media (max-width: 1919px) {
  .ct-contact .form {
    max-width: 645px;
  }
}
@media (max-width: 1439px) {
  .ct-contact .form {
    max-width: 100%;
  }
}
@media (max-width: 837px) {
  .ct-contact .form {
    margin-top: 10px;
    background-image: url(../images/form-bg-mobile.png);
    padding-top: 75px;
    padding-bottom: 25px;
  }
}
.ct-contact .form a {
  color: rgba(15, 58, 93, 0.5);
}
.ct-contact .form a:hover {
  color: #0F3A5D;
}
.ct-contact .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #0F3A5D;
  font-size: 1.125em;
  color: #0F3A5D;
}
@media (max-width: 837px) {
  .ct-contact .form-control {
    font-size: 0.75em;
  }
}
.ct-contact .form-control::placeholder {
  color: rgba(15, 58, 93, 0.5);
}
.ct-contact .form input[type=checkbox] {
  accent-color: #E9511D;
}
.ct-contact .form label {
  font-size: 0.625em;
  line-height: 1;
  color: rgba(15, 58, 93, 0.5);
}
.ct-contact .form .btn-orange {
  background-color: #E9511D;
  color: #fff;
  width: 131px;
  height: 52px;
  border-radius: 0;
  font-size: 1.25em;
}
@media (max-width: 837px) {
  .ct-contact .form .btn-orange {
    width: 128px;
    height: 36px;
    font-size: 0.875em;
  }
}

.ct-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 0.9375em;
}
@media (max-width: 1439px) {
  .ct-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 837px) {
  .ct-footer {
    display: none;
  }
}
@media (max-width: 1919px) {
  .ct-footer .wrapper {
    padding-inline: 115px;
  }
}
.ct-footer__links, .ct-footer__copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ct-footer__links {
  padding-bottom: 40px;
  border-bottom: 1px solid #0F3A5D;
}
.ct-footer__copy {
  padding-top: 40px;
}
.ct-footer nav {
  display: flex;
  align-items: center;
  column-gap: 17px;
}
.ct-footer nav a {
  color: #0F3A5D;
  text-decoration: none;
  transition: all 0.2s ease;
}
.ct-footer nav a:hover {
  color: #E9511D;
}
.ct-footer .linkedin a {
  color: #0F3A5D;
  transition: all 0.2s ease;
}
.ct-footer .linkedin a:hover {
  text-decoration: none;
  color: #E9511D;
}
.ct-footer .copy {
  color: rgba(15, 58, 93, 0.5);
}
.ct-footer .top {
  color: #0F3A5D;
  transition: all 0.2s ease;
  text-decoration: none;
  color: #0F3A5D;
  text-decoration: none;
}
.ct-footer .top svg circle {
  transition: all 0.2s ease;
}
.ct-footer .top:hover {
  color: #E9511D;
  cursor: pointer;
}
.ct-footer .top:hover svg circle {
  fill: #F5B333;
}

.footer-mobile {
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 0.9375em;
}
@media (max-width: 837px) {
  .footer-mobile {
    display: block;
  }
}
.footer-mobile__top {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #0F3A5D;
}
.footer-mobile .top {
  margin-bottom: 1em;
  color: #0F3A5D;
  text-decoration: none;
}
.footer-mobile .links {
  display: flex;
  justify-content: center;
  column-gap: 1em;
}
.footer-mobile .links a {
  color: #0F3A5D;
  text-decoration: none;
}
.footer-mobile .linkedin {
  margin-bottom: 1em;
}
.footer-mobile .linkedin a {
  color: #0F3A5D;
}
.footer-mobile .copy {
  color: rgba(15, 58, 93, 0.5);
}

.ct-pp {
  color: #0F3A5D;
  font-weight: 200;
  padding-top: 160px;
}
@media (max-width: 1439px) {
  .ct-pp {
    padding-top: 85px;
  }
}
.ct-pp .wrapper {
  max-width: 930px;
}
@media (max-width: 1439px) {
  .ct-pp .wrapper {
    max-width: 690px;
  }
}
@media (max-width: 1439px) {
  .ct-pp .wrapper {
    max-width: 295px;
  }
}
.ct-pp h1 {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #0F3A5D;
  font-size: 2.8125em;
  font-weight: 400;
}
.ct-pp h2 {
  font-size: 1.25em;
  font-weight: 400;
}
