* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

input,
button {
  outline: none;
  border: none;
}

button {
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-width: 303px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@font-face {
  font-family: "Grandis Extended";
  src: url(../fonts/GrandisExtended/GrandisExtended-Thin.woff2);
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Grandis Extended";
  src: url(../fonts/GrandisExtended/GrandisExtended-Regular.woff2);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Grandis Extended";
  src: url(../fonts/GrandisExtended/GrandisExtended-Medium.woff2);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Grandis Extended";
  src: url(../fonts/GrandisExtended/GrandisExtended-Light.woff2);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Grandis Extended";
  src: url(../fonts/GrandisExtended/GrandisExtended-Bold.woff2);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Grandis Extended";
  src: url(../fonts/GrandisExtended/GrandisExtended-Black.woff2);
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Jost";
  src: url(../fonts/Jost/Jost-200-Thin.woff2);
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Jost";
  src: url(../fonts/Jost/Jost-300-Light.woff2);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Jost";
  src: url(../fonts/Jost/Jost-400-Book.woff2);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Jost";
  src: url(../fonts/Jost/Jost-500-Medium.woff2);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Jost";
  src: url(../fonts/Jost/Jost-700-Bold.woff2);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Jost";
  src: url(../fonts/Jost/Jost-800-Heavy.woff2);
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Jost";
  src: url(../fonts/Jost/Jost-900-Black.woff2);
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Mulish";
  src: url(../fonts/Mulish/Mulish-VariableFont_wght.ttf);
  font-style: normal;
}
@font-face {
  font-family: "Geologica Roman";
  src: url(../fonts/GeologicaRoman/Geologica-Black.woff2);
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Geologica Roman";
  src: url(../fonts/GeologicaRoman/Geologica-Bold.woff2);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Geologica Roman";
  src: url(../fonts/GeologicaRoman/Geologica-Medium.woff2);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Geologica Roman";
  src: url(../fonts/GeologicaRoman/Geologica-Regular.woff2);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Geologica Roman";
  src: url(../fonts/GeologicaRoman/Geologica-Light.woff2);
  font-weight: 300;
  font-style: normal;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
header.sticky {
  background: linear-gradient(153deg, rgba(5, 5, 7, 0.3882352941) 11.93%, rgba(45, 96, 167, 0.3803921569) 47.46%, rgba(6, 32, 71, 0.3843137255) 71.33%, rgba(5, 5, 7, 0.368627451) 84.99%);
  backdrop-filter: blur(7.5px);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
header .header {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 475px) {
  header .header {
    height: 79px;
  }
}
header .header_logo {
  width: 260px;
}
@media (max-width: 768px) {
  header .header_logo {
    width: 220px;
  }
}
@media (max-width: 475px) {
  header .header_logo {
    width: 175px;
  }
}
@media (max-width: 400px) {
  header .header_logo {
    width: 109px;
  }
}
@media (max-width: 330px) {
  header .header_logo {
    width: 95px;
  }
}
header .header_logo img {
  width: 100%;
}
header .header_contact {
  max-width: 367px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media (max-width: 1366px) {
  header .header_contact {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  header .header_contact {
    gap: 20px;
  }
}
@media (max-width: 530px) {
  header .header_contact {
    gap: 10px;
  }
}
header .header_contact-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 13px;
}
@media (max-width: 768px) {
  header .header_contact-icons {
    gap: 5px;
  }
}
header .header_contact-icons a {
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  border: 1px solid #fff;
  cursor: pointer;
}
@media (max-width: 768px) {
  header .header_contact-icons a {
    padding: 3px;
  }
}
header .header_contact-icons a img {
  width: 31px;
  height: 31px;
}
@media (max-width: 1366px) {
  header .header_contact-icons a img {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 768px) {
  header .header_contact-icons a img {
    width: 25px;
    height: 25px;
    padding: 3px;
  }
}
@media (max-width: 375px) {
  header .header_contact-icons a img {
    width: 17px;
    height: 17px;
  }
}
header .header_contact-info {
  max-width: 244px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header .header_contact-info p {
  color: #fff;
  font-family: "Mulish";
  font-size: 20px;
  font-weight: 500;
}
header .header_contact-info p a {
  color: #fff;
  font-family: "Geologica Roman";
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
}
@media (max-width: 1366px) {
  header .header_contact-info p a {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  header .header_contact-info p a {
    font-size: 18px;
  }
}
@media (max-width: 530px) {
  header .header_contact-info p a {
    font-size: 12px;
  }
}
@media (max-width: 1366px) {
  header .header_contact-info p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  header .header_contact-info p {
    font-size: 15px;
  }
}
@media (max-width: 530px) {
  header .header_contact-info p {
    font-size: 10px;
  }
}
header .header_contact-info p span {
  color: #5ac9ff;
  cursor: pointer;
}

.container {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1366px) {
  .container {
    max-width: 1096px;
    padding: 0 25px;
  }
}
@media (max-width: 606px) {
  .container {
    max-width: 1096px;
    padding: 0 16px;
  }
}
.input-wrap {
  position: relative;
}
.input-wrap p {
  position: absolute;
  display: none;
  left: 0;
  top: 100%;
  color: #d92f00 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  font-family: "Mulish" !important;
}

.input-wrap.error input[type=text], .input-wrap.error input[type=tel] {
  border: 1px solid #d92f00 !important;
}
.input-wrap.error p {
  display: block;
}

.input-wrap.red-block {
  position: relative;
}
.input-wrap.red-block p {
  position: absolute;
  display: none;
  left: 0;
  top: 100%;
  color: #ffc300 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  font-family: "Mulish" !important;
}

.input-wrap.red-block.error input[type=text], .input-wrap.red-block.error input[type=tel] {
  border: 2px solid #ffc300 !important;
}
.input-wrap.red-block.error p {
  display: block;
}

.input-wrap.input-wrap_checkbox p {
  color: #fff !important;
  font-family: "Mulish";
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: normal !important;
  display: block !important;
  position: static !important;
}

.input-wrap.input-wrap_checkbox.error svg path {
  stroke: #ffc300 !important;
}

.input-wrap.w-full {
  width: 100%;
}

.input-wrap.w-full.error input[type=text], .input-wrap.w-full.error input[type=tel] {
  border: 2px solid #d92f00 !important;
}
.input-wrap.w-full.error p {
  display: block;
}

.iti input,
.iti input[type=tel] {
  width: 100%;
}

.overlay {
  display: none !important;
}

.overlay.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.online_meeting {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  backdrop-filter: brightness(25%);
  z-index: 99999;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}
.online_meeting-modal {
  position: relative;
  padding: 120px 110px;
  border-radius: 24px;
  background: #f6f6f6;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5rem;
}
@media (max-width: 1100px) {
  .online_meeting-modal {
    padding: 70px 60px;
  }
}
@media (max-width: 850px) {
  .online_meeting-modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    padding: 30px 15px !important;
    padding-top: 60px !important;
    padding-bottom: 70px !important;
    border-radius: 10px;
  }
}
.online_meeting-modal svg {
  position: absolute;
  top: 20px;
  right: 25px;
  cursor: pointer;
}
.online_meeting-modal .left {
  width: calc(50% - 2.5rem);
}
@media (max-width: 850px) {
  .online_meeting-modal .left {
    width: 100%;
  }
}
.online_meeting-modal .left h1 {
  color: #18253d;
  font-family: "Grandis Extended";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  max-width: 500px;
}
@media (max-width: 1100px) {
  .online_meeting-modal .left h1 {
    font-size: 45px;
  }
}
@media (max-width: 970px) {
  .online_meeting-modal .left h1 {
    font-size: 38px;
  }
}
@media (max-width: 850px) {
  .online_meeting-modal .left h1 {
    text-align: center;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .online_meeting-modal .left h1 {
    font-size: 24px;
    margin: 0 0 10px 0;
  }
}
.online_meeting-modal .left h1 span {
  color: #d92f00;
}
.online_meeting-modal .left p {
  color: #18253d;
  font-family: "Mulish";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.2px;
  max-width: 380px;
}
@media (max-width: 1100px) {
  .online_meeting-modal .left p {
    font-size: 22px;
  }
}
@media (max-width: 970px) {
  .online_meeting-modal .left p {
    font-size: 18px;
  }
}
@media (max-width: 850px) {
  .online_meeting-modal .left p {
    text-align: center;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .online_meeting-modal .left p {
    font-size: 16px;
  }
}
.online_meeting-modal .right {
  width: calc(50% - 2.5rem);
}
@media (max-width: 850px) {
  .online_meeting-modal .right {
    width: 100%;
  }
}
.online_meeting-modal .right form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  .online_meeting-modal .right form {
    gap: 15px;
  }
}
.online_meeting-modal .right form input {
  width: 100%;
  padding: 15px 30px;
  border-radius: 8px;
  border: 2px solid #bebebe;
  color: #505050;
  font-family: "Geologica Roman";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .online_meeting-modal .right form input {
    padding: 20px 15px;
    font-size: 16px;
  }
}
.online_meeting-modal .right form input::-webkit-input-placeholder {
  color: #bebebe;
  font-family: "Geologica Roman";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.online_meeting-modal .right form input::-moz-placeholder {
  color: #bebebe;
  font-family: "Geologica Roman";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.online_meeting-modal .right form input:-ms-input-placeholder {
  color: #bebebe;
  font-family: "Geologica Roman";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.online_meeting-modal .right form input::-ms-input-placeholder {
  color: #bebebe;
  font-family: "Geologica Roman";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.online_meeting-modal .right form input::placeholder {
  color: #bebebe;
  font-family: "Geologica Roman";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.online_meeting-modal .right form input:focus {
  border: 2px solid #505050;
  color: #505050;
}
.online_meeting-modal .right form input:active {
  border: 2px solid #505050;
  color: #505050;
}
.online_meeting-modal .right form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 55px;
  padding: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #fff;
  text-align: center;
  font-family: "Mulish";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: wrap;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 8px;
  background: linear-gradient(96deg, #ff1b0e 1.51%, #d72f04 83.22%);
  cursor: pointer;
  background-size: 300% 100%;
  -webkit-transition: background-position 0.4s ease;
  transition: background-position 0.4s ease;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 520px) {
  .online_meeting-modal .right form button {
    font-size: 16px;
    padding: 20px 24px;
  }
}
.online_meeting-modal .right form button:hover {
  background-position: 100% 0;
}

.order_call {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  backdrop-filter: brightness(25%);
  z-index: 99999;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}
.order_call-modal {
  position: relative;
  padding: 120px 110px;
  border-radius: 24px;
  background: #f6f6f6;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5rem;
}
@media (max-width: 1100px) {
  .order_call-modal {
    padding: 70px 60px;
  }
}
@media (max-width: 850px) {
  .order_call-modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    padding: 30px 15px !important;
    padding-top: 60px !important;
    padding-bottom: 70px !important;
    border-radius: 10px;
  }
}
.order_call-modal svg {
  position: absolute;
  top: 20px;
  right: 25px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .order_call-modal svg {
    top: 10px;
    right: 10px;
  }
}
.order_call-modal .left {
  width: calc(50% - 2.5rem);
}
@media (max-width: 850px) {
  .order_call-modal .left {
    width: 100%;
  }
}
.order_call-modal .left h1 {
  color: #d92f00;
  font-family: "Grandis Extended";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  max-width: 500px;
}
@media (max-width: 1100px) {
  .order_call-modal .left h1 {
    font-size: 45px;
  }
}
@media (max-width: 970px) {
  .order_call-modal .left h1 {
    font-size: 38px;
  }
}
@media (max-width: 850px) {
  .order_call-modal .left h1 {
    text-align: center;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .order_call-modal .left h1 {
    font-size: 24px;
    margin: 0 0 10px 0;
  }
}
.order_call-modal .left p {
  color: #18253d;
  font-family: "Mulish";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.2px;
  max-width: 380px;
}
@media (max-width: 1100px) {
  .order_call-modal .left p {
    font-size: 22px;
  }
}
@media (max-width: 970px) {
  .order_call-modal .left p {
    font-size: 18px;
  }
}
@media (max-width: 850px) {
  .order_call-modal .left p {
    text-align: center;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .order_call-modal .left p {
    font-size: 16px;
  }
}
.order_call-modal .right {
  width: calc(50% - 2.5rem);
}
@media (max-width: 850px) {
  .order_call-modal .right {
    width: 100%;
  }
}
.order_call-modal .right form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  .order_call-modal .right form {
    gap: 15px;
  }
}
.order_call-modal .right form input {
  width: 100%;
  padding: 15px 30px;
  border-radius: 8px;
  border: 2px solid #bebebe;
  color: #505050;
  font-family: "Geologica Roman";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .order_call-modal .right form input {
    padding: 20px 15px;
    font-size: 16px;
  }
}
.order_call-modal .right form input::-webkit-input-placeholder {
  color: #bebebe;
  font-family: "Geologica Roman";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.order_call-modal .right form input::-moz-placeholder {
  color: #bebebe;
  font-family: "Geologica Roman";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.order_call-modal .right form input:-ms-input-placeholder {
  color: #bebebe;
  font-family: "Geologica Roman";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.order_call-modal .right form input::-ms-input-placeholder {
  color: #bebebe;
  font-family: "Geologica Roman";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.order_call-modal .right form input::placeholder {
  color: #bebebe;
  font-family: "Geologica Roman";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.order_call-modal .right form input:focus {
  border: 2px solid #505050;
  color: #505050;
}
.order_call-modal .right form input:active {
  border: 2px solid #505050;
  color: #505050;
}
.order_call-modal .right form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 55px;
  padding: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #fff;
  text-align: center;
  font-family: "Mulish";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: wrap;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 8px;
  background: linear-gradient(96deg, #ff1b0e 1.51%, #d72f04 83.22%);
  cursor: pointer;
  background-size: 300% 100%;
  -webkit-transition: background-position 0.4s ease;
  transition: background-position 0.4s ease;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 520px) {
  .order_call-modal .right form button {
    font-size: 16px;
    padding: 20px 24px;
  }
}
.order_call-modal .right form button:hover {
  background-position: 100% 0;
}

.request_received {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  backdrop-filter: brightness(25%);
  z-index: 99999;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}
.request_received-modal {
  position: relative;
  padding: 95px 80px 80px 93px;
  border-radius: 24px;
  background: #f6f6f6;
  max-width: 1280px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 1366px) {
  .request_received-modal {
    max-width: 1046px;
    padding: 100px 0;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .request_received-modal {
    max-width: 714px;
    gap: 20px;
  }
}
@media (max-width: 400px) {
  .request_received-modal {
    padding: 70px 0;
    gap: 10px;
  }
}
.request_received-modal svg {
  position: absolute;
  top: 25px;
  right: 20px;
  cursor: pointer;
}
.request_received-modal .image {
  position: relative;
  width: 208px;
  height: 208px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  background: linear-gradient(96deg, #ff1b0e 1.51%, #d72f04 83.22%);
  border-radius: 50%;
  overflow: visible;
}
.request_received-modal .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 0px 5px #f6f6f6;
          box-shadow: 0px 10px 0px 5px #f6f6f6;
  z-index: 2;
  pointer-events: none;
}
.request_received-modal .image img {
  width: 75%;
}
.request_received-modal .text p {
  color: #18253d;
  text-align: center;
  font-family: "Mulish";
  font-weight: 500;
  font-size: 24px;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 1px;
  max-width: 515px;
}
@media (max-width: 1366px) {
  .request_received-modal .text p {
    font-size: 20px;
    max-width: 350px;
  }
}
@media (max-width: 400px) {
  .request_received-modal .text p {
    font-size: 16px;
  }
}

.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(153deg, #050507 11.93%, #2d5fa7 47.46%, #062047 71.33%, #050507 84.99%);
  padding-top: 100px;
  padding-bottom: 20px;
  z-index: 2;
}
.hero .section_number {
  position: absolute;
  left: 90px;
  top: 50px;
  z-index: -1;
}
@media (max-width: 1600px) {
  .hero .section_number {
    left: 50px;
  }
}
@media (max-width: 1500px) {
  .hero .section_number {
    left: 5px;
  }
}
@media (max-width: 1410px) {
  .hero .section_number {
    left: -10px;
  }
}
@media (max-width: 1366px) {
  .hero .section_number {
    left: 5px;
  }
}
@media (max-width: 1200px) {
  .hero .section_number {
    display: none;
  }
}
.hero_wrapper {
  width: 100%;
}
.hero_wrapper-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero_wrapper-top h3 {
  color: #fff;
  text-align: center;
  font-family: "Grandis Extended";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2.7px;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  .hero_wrapper-top h3 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .hero_wrapper-top h3 {
    font-size: 40px;
  }
}
@media (max-width: 420px) {
  .hero_wrapper-top h3 {
    font-size: 19px;
  }
}
.hero_wrapper-top h1 {
  color: #5ac9ff;
  text-align: center;
  font-family: "Grandis Extended";
  font-size: 135.873px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  .hero_wrapper-top h1 {
    font-size: 96px;
  }
}
@media (max-width: 768px) {
  .hero_wrapper-top h1 {
    font-size: 64px;
  }
}
@media (max-width: 510px) {
  .hero_wrapper-top h1 {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .hero_wrapper-top h1 {
    font-size: 50px;
  }
}
@media (max-width: 420px) {
  .hero_wrapper-top h1 {
    font-size: 40px;
  }
}
.hero_wrapper-top p {
  color: #fff;
  text-align: center;
  font-family: "Mulish";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.2px;
  max-width: 876px;
  margin-top: 10px;
}
@media (max-width: 1366px) {
  .hero_wrapper-top p {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .hero_wrapper-top p {
    font-size: 14px;
  }
}
.hero_wrapper-top .hero__icons {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.hero_wrapper-top .hero__icons img {
  height: 100px;
}
@media (max-width: 1024px) {
  .hero_wrapper-top .hero__icons img {
    height: 80px;
  }
}
@media (max-width: 606px) {
  .hero_wrapper-top .hero__icons img {
    height: 65px;
  }
}
@media (max-width: 1024px) {
  .hero_wrapper-top .hero__icons {
    padding: 20px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 606px) {
  .hero_wrapper-top .hero__icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
  }
}
.hero_wrapper-bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
}
.hero_wrapper-bottom img {
  width: 100%;
  max-width: 1439px;
  z-index: 2;
  margin-top: 15px;
}
@media (max-width: 1022px) {
  .hero_wrapper-bottom img {
    width: 100%;
  }
}
.hero_wrapper-bottom-cards {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  margin-top: -50px;
}
@media (max-width: 1366px) {
  .hero_wrapper-bottom-cards {
    margin-top: -25px;
  }
}
@media (max-width: 1024px) {
  .hero_wrapper-bottom-cards {
    gap: 15px;
  }
}
@media (max-width: 650px) {
  .hero_wrapper-bottom-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 850px) {
  .hero_wrapper-bottom-cards {
    margin-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.hero_wrapper-bottom-cards .card {
  width: calc(25% - 30px);
  padding: 40px 30px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16.9px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 16.9px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 850px) {
  .hero_wrapper-bottom-cards .card {
    width: calc(50% - 30px);
    padding: 20px 15px;
  }
}
@media (max-width: 1366px) {
  .hero_wrapper-bottom-cards .card {
    padding: 20px 15px;
  }
}
@media (max-width: 520px) {
  .hero_wrapper-bottom-cards .card {
    padding: 20px;
  }
}
@media (max-width: 650px) {
  .hero_wrapper-bottom-cards .card {
    width: 100%;
    min-width: none;
    gap: 1rem;
  }
}
@media (max-width: 606px) {
  .hero_wrapper-bottom-cards .card {
    border-radius: 10px;
  }
}
.hero_wrapper-bottom-cards .card:first-child {
  border-radius: 20px;
  background: linear-gradient(96deg, #ff1b0e 1.51%, #d72f04 83.22%);
  color: #fff;
  display: block;
}
@media (max-width: 606px) {
  .hero_wrapper-bottom-cards .card:first-child {
    border-radius: 10px;
    padding: 15px;
  }
}
.hero_wrapper-bottom-cards .card:first-child span {
  color: #123d7c;
  font-family: "Mulish";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 39px;
  background: #fff;
  padding: 3px 15px;
  white-space: nowrap;
  width: 100%;
}
@media (max-width: 1366px) {
  .hero_wrapper-bottom-cards .card:first-child span {
    font-size: 16px;
    font-weight: 500;
  }
}
.hero_wrapper-bottom-cards .card:first-child div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 23px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .hero_wrapper-bottom-cards .card:first-child div {
    gap: 15px;
  }
}
@media (max-width: 650px) {
  .hero_wrapper-bottom-cards .card:first-child div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .hero_wrapper-bottom-cards .card:first-child div h2:first-child {
    padding-right: 1rem;
  }
}
@media (max-width: 650px) and (max-width: 386px) {
  .hero_wrapper-bottom-cards .card:first-child div h2:first-child {
    padding-right: 10px;
    font-size: 20px;
  }
}
@media (max-width: 650px) and (max-width: 335px) {
  .hero_wrapper-bottom-cards .card:first-child div h2:first-child {
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  .hero_wrapper-bottom-cards .card:first-child div h2:last-child {
    border-left: 2px solid #fff;
    padding-left: 1rem;
  }
}
@media (max-width: 650px) and (max-width: 386px) {
  .hero_wrapper-bottom-cards .card:first-child div h2:last-child {
    padding-left: 10px;
    font-size: 20px;
  }
}
@media (max-width: 650px) and (max-width: 335px) {
  .hero_wrapper-bottom-cards .card:first-child div h2:last-child {
    font-size: 16px;
  }
}
@media (max-width: 606px) {
  .hero_wrapper-bottom-cards .card:first-child div {
    gap: 0;
  }
}
.hero_wrapper-bottom-cards .card:first-child div h2 {
  color: #fff;
  font-family: "Grandis Extended";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 1366px) {
  .hero_wrapper-bottom-cards .card:first-child div h2 {
    font-size: 24px;
  }
}
.hero_wrapper-bottom-cards .card:first-child div h2 p {
  color: #fff;
  font-family: "Mulish";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.2px;
  text-transform: lowercase;
}
@media (max-width: 1366px) {
  .hero_wrapper-bottom-cards .card:first-child div h2 p {
    font-size: 18px;
  }
}
.hero_wrapper-bottom-cards .card p {
  max-width: 237px;
  color: #050507;
  font-family: "Mulish";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.2px;
  max-width: 237px;
}
@media (max-width: 1366px) {
  .hero_wrapper-bottom-cards .card p {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .hero_wrapper-bottom-cards .card p {
    font-size: 16px;
  }
}
@media (max-width: 850px) {
  .hero_wrapper-bottom-cards .card p {
    font-size: 20px;
  }
}
@media (max-width: 650px) {
  .hero_wrapper-bottom-cards .card p {
    max-width: none;
  }
}
@media (max-width: 650px) {
  .hero_wrapper-bottom-cards .card p br {
    display: none;
  }
}
.hero_wrapper-bottom-cards .card p span {
  color: #0c4ba7;
  font-weight: 700;
}
.hero_wrapper-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin-bottom: -65px;
  padding: 20px 40px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 52px 0px rgba(3, 23, 36, 0.05);
          box-shadow: 0px 4px 52px 0px rgba(3, 23, 36, 0.05);
  backdrop-filter: blur(13.0500001907px);
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hero_wrapper-form div.group {
  gap: 2rem;
}
.hero_wrapper-form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 520px) {
  .hero_wrapper-form div {
    width: 100%;
  }
}
.hero_wrapper-form div button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 55px;
  padding: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #fff;
  text-align: center;
  font-family: "Mulish";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: wrap;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 8px;
  background: linear-gradient(96deg, #ff1b0e 1.51%, #d72f04 83.22%);
  cursor: pointer;
  background-size: 300% 100%;
  -webkit-transition: background-position 0.4s ease;
  transition: background-position 0.4s ease;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 520px) {
  .hero_wrapper-form div button {
    font-size: 16px;
    padding: 20px 24px;
  }
}
.hero_wrapper-form div button:hover {
  background-position: 100% 0;
}
.hero_wrapper-form div input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
  color: #505050;
  font-family: "Mulish";
  font-size: 24px;
  font-weight: 300;
  padding: 10px 15px;
}
.hero_wrapper-form div input::-webkit-input-placeholder {
  color: rgba(3, 23, 36, 0.4);
}
.hero_wrapper-form div input::-moz-placeholder {
  color: rgba(3, 23, 36, 0.4);
}
.hero_wrapper-form div input:-ms-input-placeholder {
  color: rgba(3, 23, 36, 0.4);
}
.hero_wrapper-form div input::-ms-input-placeholder {
  color: rgba(3, 23, 36, 0.4);
}
.hero_wrapper-form div input::placeholder {
  color: rgba(3, 23, 36, 0.4);
}
.hero_wrapper-form div input:focus {
  border: 1px solid #505050;
  color: #505050;
}
.hero_wrapper-form .input-wrap input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 720px) {
  .hero_wrapper-form {
    gap: 1rem;
  }
}
@media (max-width: 1366px) {
  .hero_wrapper-form {
    padding: 20px;
  }
}
@media (max-width: 520px) {
  .hero_wrapper-form {
    padding: 10px;
  }
}
.hero_wrapper-form p {
  color: #263937;
  font-family: "Mulish";
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1.2px;
}
@media (max-width: 520px) {
  .hero_wrapper-form p {
    font-size: 16px;
    text-align: center;
    color: #263937;
    margin: 0 auto;
  }
}

.sections_wrapper {
  background: linear-gradient(117deg, #e1e6ee 5.24%, #e1e6ee 56.14%, #cfd7e2 94.72%);
}
.sections_wrapper .video {
  position: relative;
  width: 100%;
  padding-top: 145px;
  padding-bottom: 50px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 850px) {
  .sections_wrapper .video {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.sections_wrapper .video .section_number {
  position: absolute;
  left: 90px;
  top: 50px;
  z-index: 0;
}
@media (max-width: 1600px) {
  .sections_wrapper .video .section_number {
    left: 50px;
  }
}
@media (max-width: 1500px) {
  .sections_wrapper .video .section_number {
    left: 5px;
  }
}
@media (max-width: 1410px) {
  .sections_wrapper .video .section_number {
    left: -10px;
  }
}
@media (max-width: 1366px) {
  .sections_wrapper .video .section_number {
    left: 5px;
  }
}
@media (max-width: 1200px) {
  .sections_wrapper .video .section_number {
    display: none;
  }
}
.sections_wrapper .video_wrapper {
  width: 100%;
}
.sections_wrapper .video_wrapper-video {
  position: relative;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sections_wrapper .video_wrapper-video .video_cover {
  width: 100%;
  max-height: 564px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sections_wrapper .video_wrapper-video.active .video_cover {
  z-index: -1;
}
.sections_wrapper .video_wrapper-video iframe {
  max-width: 100%;
  width: 100%;
  max-height: 564px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 992px) {
  .sections_wrapper .video_wrapper-video iframe {
    aspect-ratio: 2/1.5;
    height: auto;
  }
}
.sections_wrapper .video_wrapper-video .play_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (max-width: 768px) {
  .sections_wrapper .video_wrapper-video .play_btn {
    width: 50px;
    height: 50px;
  }
}
.sections_wrapper .video_wrapper-video.active .play_btn {
  z-index: -1;
}
.sections_wrapper .video_wrapper-video::after {
  position: absolute;
  content: "";
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 3;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sections_wrapper .video_wrapper-video.active::after {
  z-index: -1;
}
.sections_wrapper .video_wrapper-video::before {
  content: "";
  width: 90%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: -15px;
  left: 50%;
  height: 15px;
  background-color: rgb(217, 46, 0);
  z-index: -1;
  border-radius: 5px;
}
.sections_wrapper .services {
  position: relative;
  width: 100%;
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 130px;
  z-index: 1;
}
@media (max-width: 768px) {
  .sections_wrapper .services {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.sections_wrapper .services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/landscape-contry-road-travel-destination-rural-concept 1.webp") no-repeat center center;
  background-size: 100%;
  background-position: bottom;
  -webkit-filter: opacity(20%);
          filter: opacity(20%);
  opacity: 0.5;
  z-index: -1;
}
.sections_wrapper .services .section_number {
  position: absolute;
  left: 90px;
  top: 50px;
  z-index: 0;
}
@media (max-width: 1600px) {
  .sections_wrapper .services .section_number {
    left: 50px;
  }
}
@media (max-width: 1500px) {
  .sections_wrapper .services .section_number {
    left: 5px;
  }
}
@media (max-width: 1410px) {
  .sections_wrapper .services .section_number {
    left: -10px;
  }
}
@media (max-width: 1366px) {
  .sections_wrapper .services .section_number {
    left: 5px;
  }
}
@media (max-width: 1200px) {
  .sections_wrapper .services .section_number {
    display: none;
  }
}
.sections_wrapper .services_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sections_wrapper .services_wrapper button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 55px;
  padding: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #fff;
  text-align: center;
  font-family: "Mulish";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: wrap;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 8px;
  background: linear-gradient(96deg, #ff1b0e 1.51%, #d72f04 83.22%);
  cursor: pointer;
  background-size: 300% 100%;
  -webkit-transition: background-position 0.4s ease;
  transition: background-position 0.4s ease;
  margin-top: 50px;
}
@media (max-width: 520px) {
  .sections_wrapper .services_wrapper button {
    font-size: 16px;
    padding: 20px 24px;
  }
}
.sections_wrapper .services_wrapper button:hover {
  background-position: 100% 0;
}
@media (max-width: 680px) {
  .sections_wrapper .services_wrapper button {
    width: 100%;
  }
}
.sections_wrapper .services_wrapper-cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 30px;
}
@media (max-width: 1022px) {
  .sections_wrapper .services_wrapper-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 680px) {
  .sections_wrapper .services_wrapper-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sections_wrapper .services_wrapper-cards .card_text {
  grid-column: span 2;
  color: #18253d;
  text-align: start;
  font-family: "Grandis Extended";
  font-size: 75px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.35px;
  text-transform: uppercase;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1366px) {
  .sections_wrapper .services_wrapper-cards .card_text {
    font-size: 65px;
  }
}
@media (max-width: 1022px) {
  .sections_wrapper .services_wrapper-cards .card_text {
    grid-column: span 1;
  }
}
@media (max-width: 1090px) {
  .sections_wrapper .services_wrapper-cards .card_text {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .sections_wrapper .services_wrapper-cards .card_text {
    font-size: 32px;
  }
}
@media (max-width: 680px) {
  .sections_wrapper .services_wrapper-cards .card_text {
    font-size: 55px;
    grid-column: span 2;
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    text-align: center;
  }
}
@media (max-width: 550px) {
  .sections_wrapper .services_wrapper-cards .card_text {
    font-size: 32px;
  }
}
.sections_wrapper .services_wrapper-cards .card_text span {
  color: #d92f00;
}
.sections_wrapper .services_wrapper-cards .card {
  position: relative;
  border-radius: 20px;
  border-top-left-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: 407px;
}
@media (max-width: 1366px) {
  .sections_wrapper .services_wrapper-cards .card {
    height: 328px;
  }
}
@media (max-width: 680px) {
  .sections_wrapper .services_wrapper-cards .card {
    height: auto;
  }
}
.sections_wrapper .services_wrapper-cards .card__header {
  display: grid;
  grid-template-columns: 194px 1fr;
  width: 100%;
  min-height: 73px;
}
@media (max-width: 1366px) {
  .sections_wrapper .services_wrapper-cards .card__header {
    min-height: 60px;
    grid-template-columns: 167px 1fr;
  }
}
.sections_wrapper .services_wrapper-cards .card__figure {
  border-radius: 20px 20px 0 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(316deg, #19529a -129%, #081b34 126%);
  position: relative;
}
.sections_wrapper .services_wrapper-cards .card__figure::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 0%;
  left: -25px;
  border-radius: 0 0 20px 0;
  background: transparent;
  -webkit-box-shadow: 6px 6px 0 6px #0a274c;
          box-shadow: 6px 6px 0 6px #0a274c;
}
@media (max-width: 1022px) {
  .sections_wrapper .services_wrapper-cards .card__figure {
    background: linear-gradient(318deg, #19529a -87%, #081b34 128%);
  }
}
@media (max-width: 900px) {
  .sections_wrapper .services_wrapper-cards .card__figure {
    background: linear-gradient(318deg, #19529a -104%, #081b34 128%);
  }
}
@media (max-width: 768px) {
  .sections_wrapper .services_wrapper-cards .card__figure {
    background: linear-gradient(318deg, #19529a -132%, #081b34 128%);
  }
}
@media (max-width: 680px) {
  .sections_wrapper .services_wrapper-cards .card__figure {
    background: linear-gradient(318deg, #19529a -40%, #081b34 122%);
  }
}
@media (max-width: 580px) {
  .sections_wrapper .services_wrapper-cards .card__figure {
    background: linear-gradient(318deg, #19529a -62%, #081b34 122%);
  }
}
@media (max-width: 455px) {
  .sections_wrapper .services_wrapper-cards .card__figure {
    background: linear-gradient(318deg, #19529a -70%, #081b34 122%);
  }
}
@media (max-width: 400px) {
  .sections_wrapper .services_wrapper-cards .card__figure {
    background: linear-gradient(318deg, #19529a -85%, #081b34 123%);
  }
}
.sections_wrapper .services_wrapper-cards .card__body {
  padding: 60px 30px 30px 30px;
  background: linear-gradient(324deg, #19529a 0%, #081b34 100%);
  height: 100%;
  border-radius: 20px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.sections_wrapper .services_wrapper-cards .card__body-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.sections_wrapper .services_wrapper-cards .card__body-title img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 93px;
}
@media (max-width: 1022px) {
  .sections_wrapper .services_wrapper-cards .card__body-title img {
    height: 80px;
  }
}
@media (max-width: 1366px) {
  .sections_wrapper .services_wrapper-cards .card__body {
    padding: 48px 25px 25px 25px;
  }
}
@media (max-width: 680px) {
  .sections_wrapper .services_wrapper-cards .card__body {
    padding: 30px 25px;
  }
}
.sections_wrapper .services_wrapper-cards .card_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sections_wrapper .services_wrapper-cards .card_number img {
  width: 134px;
}
@media (max-width: 1366px) {
  .sections_wrapper .services_wrapper-cards .card_number img {
    width: 107px;
  }
}
.sections_wrapper .services_wrapper-cards .card h3 {
  color: #fff;
  font-family: "Grandis Extended";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  .sections_wrapper .services_wrapper-cards .card h3 {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
@media (max-width: 375px) {
  .sections_wrapper .services_wrapper-cards .card h3 {
    font-size: 16px;
  }
}
.sections_wrapper .services_wrapper-cards .card p {
  color: #fff;
  font-family: "Jost";
  font-size: 22px;
  font-style: normal;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1366px) {
  .sections_wrapper .services_wrapper-cards .card p {
    font-size: 16px;
  }
}
.sections_wrapper .services_wrapper-cards .card1 {
  position: relative;
  width: 100%;
  grid-row: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 750px) {
  .sections_wrapper .services_wrapper-cards .card1 {
    max-width: none;
  }
}
.sections_wrapper .services_wrapper-cards .card1_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-inline: 20px;
  border-radius: 20px;
  height: 100%;
  background: linear-gradient(334deg, #ff1b0e 6.05%, #b61616 74.31%);
}
@media (max-width: 680px) {
  .sections_wrapper .services_wrapper-cards .card1_top {
    padding-top: 80px;
  }
}
.sections_wrapper .services_wrapper-cards .card1_top h3 {
  color: #fff;
  font-family: "Grandis Extended";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  .sections_wrapper .services_wrapper-cards .card1_top h3 {
    font-size: 22px;
    letter-spacing: 1.1px;
  }
}
.sections_wrapper .services_wrapper-cards .card1_top p {
  color: #fff;
  font-family: "Jost";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1366px) {
  .sections_wrapper .services_wrapper-cards .card1_top p {
    font-size: 16px;
  }
}
.sections_wrapper .services_wrapper-cards .card1_bottom {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 680px) {
  .sections_wrapper .services_wrapper-cards .card1_bottom {
    width: auto;
    background-color: #e0e5ee;
    padding: 8px 24px;
    border-bottom-right-radius: 20px;
    position: absolute;
    top: -1px;
    left: 0;
  }
  .sections_wrapper .services_wrapper-cards .card1_bottom::before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0%;
    right: -25px;
    border-top-left-radius: 75%;
    -webkit-box-shadow: -10px -5px 0 5px #e0e5ee;
            box-shadow: -10px -5px 0 5px #e0e5ee;
    background-color: transparent;
  }
  .sections_wrapper .services_wrapper-cards .card1_bottom::after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    background-color: transparent;
    bottom: -25px;
    left: 0%;
    border-top-left-radius: 75%;
    -webkit-box-shadow: -10px -5px 0 5px #e0e5ee;
            box-shadow: -10px -5px 0 5px #e0e5ee;
  }
}
.sections_wrapper .services_wrapper-cards .card1_bottom .bg {
  width: 100%;
}
@media (max-width: 680px) {
  .sections_wrapper .services_wrapper-cards .card1_bottom .bg {
    width: 107px;
  }
}
.sections_wrapper .services_wrapper-cards .card1_bottom .number {
  position: absolute;
  inset: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}
@media (max-width: 680px) {
  .sections_wrapper .services_wrapper-cards .card1_bottom .number {
    padding: 12px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.sections_wrapper .services_wrapper-cards .card1_bottom h2 {
  position: absolute;
  z-index: 2;
  color: #eef1f5;
  text-align: center;
  font-family: "Grandis Extended";
  font-size: 175px;
  font-style: normal;
  font-weight: 700;
  line-height: 175px;
  letter-spacing: 8.75px;
  width: 100%;
  left: 0;
  top: 2px;
}
@media (max-width: 1366px) {
  .sections_wrapper .services_wrapper-cards .card1_bottom h2 {
    font-size: 140px;
    line-height: 142px;
    top: 15px;
  }
}
@media (max-width: 1250px) {
  .sections_wrapper .services_wrapper-cards .card1_bottom h2 {
    top: 0;
  }
}
@media (max-width: 1050px) {
  .sections_wrapper .services_wrapper-cards .card1_bottom h2 {
    font-size: 120px;
    line-height: 100%;
    top: 10px;
  }
}
@media (max-width: 1000px) {
  .sections_wrapper .services_wrapper-cards .card1_bottom h2 {
    top: 5px;
  }
}
@media (max-width: 680px) {
  .sections_wrapper .services_wrapper-cards .card1_bottom h2 {
    font-size: 48px;
  }
}

.stats {
  position: relative;
  width: 100%;
  padding-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/stats_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: -1;
}
.stats .section_number {
  position: absolute;
  left: 90px;
  top: 50px;
  z-index: 0;
}
@media (max-width: 1600px) {
  .stats .section_number {
    left: 50px;
  }
}
@media (max-width: 1500px) {
  .stats .section_number {
    left: 5px;
  }
}
@media (max-width: 1410px) {
  .stats .section_number {
    left: -10px;
  }
}
@media (max-width: 1366px) {
  .stats .section_number {
    left: 5px;
  }
}
@media (max-width: 1200px) {
  .stats .section_number {
    display: none;
  }
}
.stats_wrapper {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1366px) {
  .stats_wrapper {
    margin-bottom: -100px;
  }
}
@media (max-width: 950px) {
  .stats_wrapper {
    margin-bottom: -50px;
  }
}
@media (max-width: 650px) {
  .stats_wrapper {
    margin-bottom: 0px;
  }
}
.stats_wrapper h1 {
  color: #fff;
  font-family: "Grandis Extended";
  font-size: 169.19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 8.46px;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  .stats_wrapper h1 {
    font-size: clamp(48px, 5vw, 96px);
  }
}
@media (max-width: 450px) {
  .stats_wrapper h1 {
    font-size: 48px;
  }
}
.stats_wrapper p {
  color: #fff;
  text-align: center;
  font-family: "Grandis Extended";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  .stats_wrapper p {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .stats_wrapper p {
    font-size: 16px;
  }
}
.stats_wrapper-stats {
  padding-top: 100px;
  width: 100%;
  max-width: 1076px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
}
@media (max-width: 768px) {
  .stats_wrapper-stats {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .stats_wrapper-stats {
    margin-bottom: -35px;
  }
}
.stats_wrapper-stats .stat {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
}
@media (max-width: 520px) {
  .stats_wrapper-stats .stat {
    padding: 0px;
  }
}
.stats_wrapper-stats .stat:first-child {
  padding-bottom: 3rem;
  margin-top: 1.5rem;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.stats_wrapper-stats .stat:nth-child(2) {
  padding-bottom: 1rem;
  border-bottom: 2px solid #fff;
}
.stats_wrapper-stats .stat:nth-child(3) {
  padding-top: 2rem;
  border-right: 2px solid #fff;
}
.stats_wrapper-stats .stat h3 {
  color: #ff1b0e;
  text-align: center;
  font-family: "Grandis Extended";
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .stats_wrapper-stats .stat h3 {
    font-size: 76px;
  }
}
@media (max-width: 650px) {
  .stats_wrapper-stats .stat h3 {
    font-size: 36px;
  }
}
.stats_wrapper-stats .stat p {
  color: #fff;
  text-align: center;
  font-family: "Jost";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 650px) {
  .stats_wrapper-stats .stat p {
    font-size: 16px;
    text-transform: none;
    line-height: 100%;
  }
}
.stats .container_img {
  width: 100%;
  margin: -220px 0 0 0;
}
@media (max-width: 1370px) {
  .stats .container_img {
    margin: -100px 0 0 0;
  }
}
@media (max-width: 992px) {
  .stats .container_img {
    margin: -20px 0 0 0;
  }
}

.meeting {
  position: relative;
  width: 100%;
  padding-top: 176px;
  padding-bottom: 280px;
  background-image: url(../images/meeting-bg-2.webp);
  background-position: 50% 27%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #E8EDF4;
}
@media (max-width: 1585px) {
  .meeting {
    background-position: right;
  }
}
@media (max-width: 1366px) {
  .meeting {
    padding: 140px 0;
    background-position: 24% 50%;
    background-image: url(../images/meeting-bg-2.webp);
  }
}
@media (max-width: 606px) {
  .meeting {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, rgb(229, 229, 229)), color-stop(35%, rgb(221, 221, 221)));
    background: linear-gradient(180deg, rgb(229, 229, 229) 12%, rgb(221, 221, 221) 35%);
    padding-top: 70px;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .meeting {
    padding-top: 70px;
  }
}
.meeting .section_number {
  position: absolute;
  left: 90px;
  top: 50px;
  z-index: 0;
}
@media (max-width: 1600px) {
  .meeting .section_number {
    left: 50px;
  }
}
@media (max-width: 1500px) {
  .meeting .section_number {
    left: 5px;
  }
}
@media (max-width: 1410px) {
  .meeting .section_number {
    left: -10px;
  }
}
@media (max-width: 1366px) {
  .meeting .section_number {
    left: 5px;
  }
}
@media (max-width: 1200px) {
  .meeting .section_number {
    display: none;
  }
}
.meeting_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.meeting_wrapper .meeting_dynamic_img {
  display: none;
}
@media (max-width: 606px) {
  .meeting_wrapper .meeting_dynamic_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 32px);
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 -16px;
  }
}
.meeting_wrapper h1 {
  color: #18253d;
  font-family: "Grandis Extended";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  margin-bottom: 20px;
  max-width: 500px;
}
@media (max-width: 768px) {
  .meeting_wrapper h1 {
    font-size: 48px;
    max-width: 470px;
  }
}
@media (max-width: 606px) {
  .meeting_wrapper h1 {
    font-size: 24px;
    text-align: center;
    width: 100%;
    max-width: none;
  }
}
.meeting_wrapper h1 span {
  color: #d92f00;
}
.meeting_wrapper p {
  color: #18253d;
  font-family: "Mulish";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.6px;
  max-width: 530px;
  margin-bottom: 60px;
}
@media (max-width: 1022px) {
  .meeting_wrapper p {
    max-width: 460px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .meeting_wrapper p {
    font-size: 20px;
    max-width: 360px;
    width: 100%;
  }
}
@media (max-width: 606px) {
  .meeting_wrapper p {
    font-size: 16px;
    text-align: center;
    width: 100%;
    max-width: none;
  }
}
.meeting_wrapper button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 55px;
  padding: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #fff;
  text-align: center;
  font-family: "Mulish";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: wrap;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 8px;
  background: linear-gradient(96deg, #ff1b0e 1.51%, #d72f04 83.22%);
  cursor: pointer;
  background-size: 300% 100%;
  -webkit-transition: background-position 0.4s ease;
  transition: background-position 0.4s ease;
}
@media (max-width: 520px) {
  .meeting_wrapper button {
    font-size: 16px;
    padding: 20px 24px;
  }
}
.meeting_wrapper button:hover {
  background-position: 100% 0;
}
@media (max-width: 606px) {
  .meeting_wrapper button {
    width: 100%;
  }
}

.price {
  position: relative;
  width: 100%;
  background: linear-gradient(316deg, #a80900 0.31%, #ff1b0e 87.35%);
  padding-top: 120px;
}
@media (max-width: 1366px) {
  .price {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .price {
    padding-top: 70px;
  }
}
.price .section_number {
  position: absolute;
  left: 90px;
  top: 50px;
  z-index: 0;
}
@media (max-width: 1600px) {
  .price .section_number {
    left: 50px;
  }
}
@media (max-width: 1500px) {
  .price .section_number {
    left: 5px;
  }
}
@media (max-width: 1410px) {
  .price .section_number {
    left: -10px;
  }
}
@media (max-width: 1366px) {
  .price .section_number {
    left: 5px;
  }
}
@media (max-width: 1200px) {
  .price .section_number {
    display: none;
  }
}
.price_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 961px) {
  .price_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.price_wrapper-left {
  width: 40%;
  position: relative;
}
@media (max-width: 961px) {
  .price_wrapper-left {
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
}
@media (max-width: 520px) {
  .price_wrapper-left {
    width: 100px;
    height: 100px;
  }
}
.price_wrapper-left img {
  position: absolute;
  bottom: -50px;
  left: -90px;
}
@media (max-width: 1366px) {
  .price_wrapper-left img {
    left: -125px;
    width: 530px;
  }
}
@media (max-width: 1260px) {
  .price_wrapper-left img {
    width: 480px;
    left: -90px;
  }
}
@media (max-width: 1060px) {
  .price_wrapper-left img {
    width: 430px;
    left: -50px;
  }
}
@media (max-width: 961px) {
  .price_wrapper-left img {
    position: static;
    width: 100%;
    height: 100%;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
.price_wrapper-right {
  width: 68%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 120px;
  gap: 30px;
}
@media (max-width: 1366px) {
  .price_wrapper-right {
    max-width: 684px;
    width: 100%;
  }
}
@media (max-width: 961px) {
  .price_wrapper-right {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 768px) {
  .price_wrapper-right {
    padding-top: 50px;
  }
}
@media (max-width: 520px) {
  .price_wrapper-right {
    padding-top: 20px;
  }
}
.price_wrapper-right h1 {
  color: #fff;
  text-align: center;
  font-family: "Grandis Extended";
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  max-width: 684px;
}
@media (max-width: 1100px) {
  .price_wrapper-right h1 {
    font-size: 60px;
  }
}
@media (max-width: 750px) {
  .price_wrapper-right h1 {
    font-size: 50px;
  }
}
@media (max-width: 520px) {
  .price_wrapper-right h1 {
    font-size: 32px;
  }
}
@media (max-width: 955px) {
  .price_wrapper-right h1 {
    max-width: none;
  }
}
.price_wrapper-right form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 35px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (max-width: 955px) {
  .price_wrapper-right form {
    row-gap: 35px;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}
@media (max-width: 606px) {
  .price_wrapper-right form {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .price_wrapper-right form div {
    width: 100%;
  }
}
.price_wrapper-right form div:last-child {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
}
@media (max-width: 768px) {
  .price_wrapper-right form div:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (max-width: 600px) {
  .price_wrapper-right form div:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 600px) {
  .price_wrapper-right form div:last-child div {
    width: 100%;
  }
}
.price_wrapper-right form div:last-child div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .price_wrapper-right form div:last-child div:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.price_wrapper-right form div:last-child div:last-child .checkbox_container {
  cursor: pointer;
}
.price_wrapper-right form div:last-child div:last-child .checkbox_container input {
  display: none;
}
.price_wrapper-right form div:last-child div:last-child .checkbox_container svg {
  overflow: visible;
}
.price_wrapper-right form div:last-child div:last-child .checkbox_container .path {
  fill: none;
  stroke: white;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
  transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
  stroke-dasharray: 241 9999999;
  stroke-dashoffset: 0;
}
.price_wrapper-right form div:last-child div:last-child .checkbox_container input:checked ~ svg .path {
  stroke-dasharray: 70.5096664429 9999999;
  stroke-dashoffset: -262.2723388672;
}
.price_wrapper-right form div:last-child div:last-child p {
  color: #fff;
  font-family: "Mulish";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.price_wrapper-right form div:last-child div:last-child p a {
  color: #fff;
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.price_wrapper-right form div input {
  width: 100%;
  color: #fff;
  font-family: "Geologica Roman";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 15px 30px;
  border-radius: 8px;
  border: 2px solid #fff;
  background-color: transparent;
  z-index: -2;
}
@media (max-width: 600px) {
  .price_wrapper-right form div input {
    font-size: 16px;
    padding: 20px 15px;
  }
}
.price_wrapper-right form div input::-webkit-input-placeholder {
  width: 100%;
  color: #fff;
  font-family: "Geologica Roman";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  opacity: 0.7;
}
.price_wrapper-right form div input::-moz-placeholder {
  width: 100%;
  color: #fff;
  font-family: "Geologica Roman";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  opacity: 0.7;
}
.price_wrapper-right form div input:-ms-input-placeholder {
  width: 100%;
  color: #fff;
  font-family: "Geologica Roman";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  opacity: 0.7;
}
.price_wrapper-right form div input::-ms-input-placeholder {
  width: 100%;
  color: #fff;
  font-family: "Geologica Roman";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  opacity: 0.7;
}
.price_wrapper-right form div input::placeholder {
  width: 100%;
  color: #fff;
  font-family: "Geologica Roman";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  opacity: 0.7;
}
.price_wrapper-right form div button {
  position: relative;
  width: 100%;
  padding: 24px;
  border-radius: 8px;
  background: linear-gradient(96deg, #fff 1.51%, #f6f7fc 83.22%);
  color: #050507;
  text-align: center;
  font-family: "Mulish";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 768px) {
  .price_wrapper-right form div button {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    font-size: 16px;
  }
}
@media (max-width: 955px) {
  .price_wrapper-right form .form-btn {
    grid-column: 2/span 1;
  }
}
@media (max-width: 606px) {
  .price_wrapper-right form .form-btn {
    grid-column: 1/span 1;
  }
}
@media (max-width: 955px) {
  .price_wrapper-right form .policy {
    grid-column: 1/span 1;
    grid-row: 4/span 1;
  }
}
@media (max-width: 606px) {
  .price_wrapper-right form .policy {
    grid-row: 7/span 1;
  }
}

.risk {
  position: relative;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 100px;
  background: linear-gradient(344deg, #fff 66.67%, #e1e6ee 116.3%);
}
@media (max-width: 768px) {
  .risk {
    padding-bottom: 50px;
    padding-top: 170px;
  }
}
.risk .section_number {
  position: absolute;
  left: 90px;
  top: 50px;
  z-index: 0;
}
@media (max-width: 1600px) {
  .risk .section_number {
    left: 50px;
  }
}
@media (max-width: 1500px) {
  .risk .section_number {
    left: 5px;
  }
}
@media (max-width: 1410px) {
  .risk .section_number {
    left: -10px;
  }
}
@media (max-width: 1366px) {
  .risk .section_number {
    left: 5px;
  }
}
@media (max-width: 1200px) {
  .risk .section_number {
    display: none;
  }
}
.risk .truck_top {
  position: absolute;
  top: -150px;
  right: 0;
  width: 750px;
  z-index: 0;
}
@media (max-width: 1535px) {
  .risk .truck_top {
    width: 650px;
    top: -155px;
  }
}
@media (max-width: 1366px) {
  .risk .truck_top {
    width: 534px;
    top: -120px;
  }
}
@media (max-width: 1300px) {
  .risk .truck_top {
    width: 434px;
    top: -50px;
  }
}
@media (max-width: 1155px) {
  .risk .truck_top {
    width: 350px;
    top: 0;
  }
}
@media (max-width: 1022px) {
  .risk .truck_top {
    width: 529px;
    right: 0;
    top: -165px;
  }
}
@media (max-width: 606px) {
  .risk .truck_top {
    width: 296px;
    top: -115px;
    right: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.risk .truck_bottom {
  width: 100%;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .risk .truck_bottom {
    margin-top: 60px;
  }
}
.risk_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1022px) {
  .risk_wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.risk_wrapper h1 {
  color: #18253d;
  font-family: "Grandis Extended";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  max-width: 687px;
  z-index: 2;
}
@media (max-width: 1022px) {
  .risk_wrapper h1 {
    font-size: 48px;
    margin-top: 200px;
    text-align: center;
  }
}
@media (max-width: 606px) {
  .risk_wrapper h1 {
    font-size: 24px;
    margin-top: 0px;
    text-align: center;
  }
}
.risk_wrapper h1 span {
  color: #d92f00;
}
.risk_wrapper p {
  color: #18253d;
  font-family: "Mulish";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.6px;
  max-width: 600px;
  z-index: 2;
}
@media (max-width: 950px) {
  .risk_wrapper p {
    font-size: 28px;
    text-align: center;
  }
}
@media (max-width: 520px) {
  .risk_wrapper p {
    font-size: 16px;
  }
}
.risk_wrapper p span {
  font-weight: 800;
}
.risk_wrapper-cards {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: 80px;
}
@media (max-width: 950px) {
  .risk_wrapper-cards {
    margin-top: 0px;
  }
}
@media (max-width: 1050px) {
  .risk_wrapper-cards {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .risk_wrapper-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}
.risk_wrapper-cards .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.3333333333% - 30px);
  background: #f6f7fc;
  border-radius: 20px;
  padding: 18px 13px;
  border: 1px solid #d9d9d9;
  min-height: 437px;
  margin-top: 5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1050px) {
  .risk_wrapper-cards .card {
    width: calc(33.3333333333% - 15px);
  }
}
@media (max-width: 768px) {
  .risk_wrapper-cards .card {
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .risk_wrapper-cards .card:first-child {
    margin-top: 0;
  }
}
.risk_wrapper-cards .card img {
  width: 100%;
  margin-bottom: -100px;
}
@media (max-width: 768px) {
  .risk_wrapper-cards .card img {
    width: 100%;
    max-width: 700px;
    margin-bottom: -74px;
    margin-top: 20px;
  }
}
.risk_wrapper-cards .card_number {
  position: absolute;
  top: -1px;
  right: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom-left-radius: 40px;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.risk_wrapper-cards .card_number::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0%;
  left: -25px;
  border-top-right-radius: 75%;
  -webkit-box-shadow: 5px -10px 0 0px white;
          box-shadow: 5px -10px 0 0px white;
  background-color: transparent;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.risk_wrapper-cards .card_number::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: -25px;
  right: 0px;
  border-top-right-radius: 75%;
  -webkit-box-shadow: 5px -10px 0 0px white;
          box-shadow: 5px -10px 0 0px white;
  background-color: transparent;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.risk_wrapper-cards .card_number span {
  width: 61px;
  height: 61px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #123d7c;
  color: #fff;
  text-align: center;
  font-family: "Grandis Extended";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.risk_wrapper-cards .card h2 {
  color: #052421;
  font-family: "Grandis Extended";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 65%;
}
@media (max-width: 950px) {
  .risk_wrapper-cards .card h2 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .risk_wrapper-cards .card h2 {
    font-size: 32px;
    max-width: none;
    max-width: 90%;
  }
}
@media (max-width: 520px) {
  .risk_wrapper-cards .card h2 {
    font-size: 20px;
    max-width: 80%;
  }
}
.risk_wrapper-cards .card p {
  color: #050507;
  font-family: "Mulish";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  text-align: start;
}
@media (max-width: 768px) {
  .risk_wrapper-cards .card p {
    width: 85%;
  }
}
@media (max-width: 520px) {
  .risk_wrapper-cards .card p {
    font-size: 16px;
  }
}

.drivers {
  position: relative;
  width: 100%;
  padding-top: 130px;
  padding-bottom: 130px;
  background-image: url(../images/stats_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .drivers {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.drivers .section_number {
  position: absolute;
  left: 90px;
  top: 50px;
  z-index: 0;
}
@media (max-width: 1600px) {
  .drivers .section_number {
    left: 50px;
  }
}
@media (max-width: 1500px) {
  .drivers .section_number {
    left: 5px;
  }
}
@media (max-width: 1410px) {
  .drivers .section_number {
    left: -10px;
  }
}
@media (max-width: 1366px) {
  .drivers .section_number {
    left: 5px;
  }
}
@media (max-width: 1200px) {
  .drivers .section_number {
    display: none;
  }
}
.drivers_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.drivers_wrapper .owl-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drivers_wrapper .owl-carousel .item {
  width: 100%;
}
.drivers_wrapper .owl-carousel .owl-prev {
  position: absolute;
  top: 50%;
  left: -20px;
}
.drivers_wrapper .owl-carousel .owl-prev:hover {
  background-color: transparent !important;
}
.drivers_wrapper .owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  right: -20px;
}
.drivers_wrapper .owl-carousel .owl-next:hover {
  background-color: transparent !important;
}
.drivers_wrapper h1 {
  color: #fff;
  text-align: center;
  font-family: "Grandis Extended";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  .drivers_wrapper h1 {
    font-size: 54px;
  }
}
@media (max-width: 768px) {
  .drivers_wrapper h1 {
    font-size: 48px;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .drivers_wrapper h1 {
    font-size: 35px;
  }
}
@media (max-width: 520px) {
  .drivers_wrapper h1 {
    font-size: 24px;
  }
}
.drivers_wrapper p {
  color: #fff;
  text-align: center;
  font-family: "Mulish";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.8px;
}
@media (max-width: 1366px) {
  .drivers_wrapper p {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .drivers_wrapper p {
    font-size: 28px;
  }
}
@media (max-width: 520px) {
  .drivers_wrapper p {
    font-size: 16px;
  }
}
.drivers_wrapper-cards {
  margin-top: 90px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 60px;
}
@media (max-width: 1366px) {
  .drivers_wrapper-cards {
    margin-top: 60px;
    row-gap: 50px;
  }
}
@media (max-width: 1022px) {
  .drivers_wrapper-cards {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}
@media (max-width: 606px) {
  .drivers_wrapper-cards {
    display: none;
  }
}
.drivers_wrapper .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.drivers_wrapper .card:nth-child(odd) .text {
  background-color: rgb(11, 75, 167);
}
.drivers_wrapper .card:nth-child(odd) .text h2 {
  color: white;
}
.drivers_wrapper .card:nth-child(odd) .text p span {
  color: #5ac9ff;
}
.drivers_wrapper .card:nth-child(odd) .text p span svg path {
  stroke: #5ac9ff;
}
.drivers_wrapper .card:nth-child(even) .text {
  background-color: #fff;
}
.drivers_wrapper .card:nth-child(even) .text h2 {
  color: #123d7c;
}
.drivers_wrapper .card:nth-child(even) .text p {
  color: #050507;
}
.drivers_wrapper .card:nth-child(even) .text p span {
  color: #d92f00;
}
.drivers_wrapper .card:nth-child(even) .text p span svg path {
  stroke: #d92f00;
}
.drivers_wrapper .card .image {
  width: 100%;
}
.drivers_wrapper .card .image img {
  width: 100%;
}
@media (max-width: 606px) {
  .drivers_wrapper .card .image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 606px) {
  .drivers_wrapper .card .image {
    height: 189px;
    border-radius: 15px;
    overflow: hidden;
  }
}
.drivers_wrapper .card .text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 20px;
  border-radius: 20px;
}
@media (max-width: 1050px) {
  .drivers_wrapper .card .text {
    padding: 20px 10px;
  }
}
.drivers_wrapper .card .text h2 {
  color: #fff;
  font-family: "Grandis Extended";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 25px;
  max-width: 250px;
}
@media (max-width: 1050px) {
  .drivers_wrapper .card .text h2 {
    font-size: 20px;
  }
}
.drivers_wrapper .card .text div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 1050px) {
  .drivers_wrapper .card .text div {
    font-size: 15px;
  }
}
.drivers_wrapper .card .text div p {
  display: inline;
  color: #fff;
  font-family: "Mulish";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: start;
  letter-spacing: 0px;
}
@media (max-width: 606px) {
  .drivers_wrapper .card {
    max-width: 301px;
    width: 100%;
    margin: 0 auto;
  }
}
.drivers__slider {
  display: none;
  width: 100%;
}
@media (max-width: 606px) {
  .drivers__slider {
    display: block;
    margin-top: 30px;
  }
}

.partners {
  width: 100%;
  padding-top: 100px;
  background-image: url(../images/partners_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 130px;
  position: relative;
}
@media (max-width: 768px) {
  .partners {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.partners .logos_number {
  position: absolute;
  left: 90px;
  top: 50px;
  z-index: 0;
}
@media (max-width: 1600px) {
  .partners .logos_number {
    left: 50px;
  }
}
@media (max-width: 1500px) {
  .partners .logos_number {
    left: 5px;
  }
}
@media (max-width: 1410px) {
  .partners .logos_number {
    left: -10px;
  }
}
@media (max-width: 1366px) {
  .partners .logos_number {
    left: 5px;
  }
}
@media (max-width: 1200px) {
  .partners .logos_number {
    display: none;
  }
}
.partners_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 520px) {
  .partners_wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.partners_wrapper h1 {
  color: #fff;
  font-family: "Grandis Extended";
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .partners_wrapper h1 {
    text-align: center;
    font-size: 48px;
  }
}
@media (max-width: 520px) {
  .partners_wrapper h1 {
    font-size: 24px;
  }
}
.partners_wrapper h1 span {
  color: #d92f00;
}
.partners_wrapper-cards {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 520px) {
  .partners_wrapper-cards {
    gap: 15px;
  }
}
.partners_wrapper-cards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(16.6666666667% - 25px);
}
@media (max-width: 768px) {
  .partners_wrapper-cards .card {
    width: calc(25% - 23px);
  }
}
@media (max-width: 520px) {
  .partners_wrapper-cards .card {
    width: calc(25% - 12px);
  }
}
.partners_wrapper-cards .card img {
  width: 100%;
}
.partners_wrapper-cards button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 55px;
  padding: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #fff;
  text-align: center;
  font-family: "Mulish";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: wrap;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 8px;
  background: linear-gradient(96deg, #ff1b0e 1.51%, #d72f04 83.22%);
  cursor: pointer;
  background-size: 300% 100%;
  -webkit-transition: background-position 0.4s ease;
  transition: background-position 0.4s ease;
  width: calc(33.3333333333% - 24px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 520px) {
  .partners_wrapper-cards button {
    font-size: 16px;
    padding: 20px 24px;
  }
}
.partners_wrapper-cards button:hover {
  background-position: 100% 0;
}
@media (max-width: 375px) {
  .partners_wrapper-cards button {
    max-width: none;
    width: 100%;
  }
}

.contacts {
  width: 100%;
  padding-top: 140px;
  padding-bottom: 100px;
  background: #f6f7fc;
  position: relative;
}
.contacts .logos_number {
  position: absolute;
  left: 90px;
  top: 50px;
  z-index: 0;
}
@media (max-width: 1600px) {
  .contacts .logos_number {
    left: 50px;
  }
}
@media (max-width: 1500px) {
  .contacts .logos_number {
    left: 5px;
  }
}
@media (max-width: 1410px) {
  .contacts .logos_number {
    left: -10px;
  }
}
@media (max-width: 1366px) {
  .contacts .logos_number {
    left: 5px;
  }
}
@media (max-width: 1200px) {
  .contacts .logos_number {
    display: none;
  }
}
@media (max-width: 1366px) {
  .contacts {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .contacts {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.contacts_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts_wrapper .owl-carousel .item {
  width: 100%;
  height: 100%;
}
.contacts_wrapper .owl-carousel .owl-prev {
  position: absolute;
  top: 20%;
  left: -20px;
}
.contacts_wrapper .owl-carousel .owl-prev:hover {
  background-color: transparent !important;
}
.contacts_wrapper .owl-carousel .owl-next {
  position: absolute;
  top: 20%;
  right: -20px;
}
.contacts_wrapper .owl-carousel .owl-next:hover {
  background-color: transparent !important;
}
.contacts_wrapper button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 55px;
  padding: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #fff;
  text-align: center;
  font-family: "Mulish";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: wrap;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 8px;
  background: linear-gradient(96deg, #ff1b0e 1.51%, #d72f04 83.22%);
  cursor: pointer;
  background-size: 300% 100%;
  -webkit-transition: background-position 0.4s ease;
  transition: background-position 0.4s ease;
  background: linear-gradient(96deg, #19529a 1.51%, #081b34 83.22%);
  margin-top: 50px;
}
@media (max-width: 520px) {
  .contacts_wrapper button {
    font-size: 16px;
    padding: 20px 24px;
  }
}
.contacts_wrapper button:hover {
  background-position: 100% 0;
}
@media (max-width: 520px) {
  .contacts_wrapper button {
    margin-top: 40px;
  }
}
.contacts_wrapper h1 {
  color: #18253d;
  font-family: "Grandis Extended";
  font-size: 87px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.35px;
  text-transform: uppercase;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .contacts_wrapper h1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1366px) {
  .contacts_wrapper h1 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .contacts_wrapper h1 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .contacts_wrapper h1 {
    font-size: 32px;
  }
}
.contacts_wrapper-cards {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.contacts_wrapper-cards .card {
  width: calc(50% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 20px;
  border: 1px solid #e8e8e8;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6.4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 6.4px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1050px) {
  .contacts_wrapper-cards .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contacts_wrapper-cards .card .left {
  width: 45%;
  border-radius: 20px;
  background: linear-gradient(96deg, #19529a 1.51%, #081b34 83.22%);
}
@media (max-width: 1050px) {
  .contacts_wrapper-cards .card .left {
    width: 100%;
    height: 278px;
  }
}
.contacts_wrapper-cards .card .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contacts_wrapper-cards .card .right {
  width: 55%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1160px) {
  .contacts_wrapper-cards .card .right {
    padding: 20px;
  }
}
@media (max-width: 1050px) {
  .contacts_wrapper-cards .card .right {
    width: 100%;
  }
}
.contacts_wrapper-cards .card .right h2 {
  color: #052421;
  font-family: "Grandis Extended";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 1366px) {
  .contacts_wrapper-cards .card .right h2 {
    font-size: 30px;
    max-width: 218px;
  }
}
.contacts_wrapper-cards .card .right p.position {
  color: #263937;
  font-family: "Mulish";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  opacity: 0.7;
  margin-top: 10px;
}
@media (max-width: 1366px) {
  .contacts_wrapper-cards .card .right p.position {
    max-width: 218px;
  }
}
.contacts_wrapper-cards .card .right_contacts {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.contacts_wrapper-cards .card .right_contacts p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #052421 !important;
  font-family: "Mulish";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  opacity: 1;
}
.contacts_wrapper-cards .card .right_contacts p a {
  color: #052421;
  font-family: "Mulish";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
@media (max-width: 1366px) {
  .contacts_wrapper-cards .card .right_contacts p:first-child a {
    font-size: 13px;
  }
}
.contacts_wrapper-cards .card .right_contacts p:first-child a {
  text-decoration: none !important;
}
.contacts_wrapper-cards .card .right_contacts p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 1022px) {
  .contacts__grid {
    display: none;
  }
}
.contacts__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media (max-width: 1022px) {
  .contacts__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.contacts__card-img {
  width: 298px;
  height: 339px;
  border-radius: 20px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#123d7c), to(#0c274a));
  background: linear-gradient(180deg, #123d7c 0%, #0c274a 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contacts__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1022px) {
  .contacts__card-img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1366px) {
  .contacts__card-img {
    width: 244px;
    height: 278px;
  }
}
@media (max-width: 1105px) {
  .contacts__card-img {
    width: 210px;
    height: 244px;
  }
}
@media (max-width: 1022px) {
  .contacts__card-img {
    height: 278px;
    width: 100%;
  }
}
@media (max-width: 520px) {
  .contacts__card-img {
    height: 242px;
  }
}
.contacts__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 20px;
  height: 100%;
}
@media (max-width: 1022px) {
  .contacts__card-body {
    padding: 30px;
  }
}
@media (max-width: 520px) {
  .contacts__card-body {
    padding: 20px;
  }
}
.contacts__card-name {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #052421;
  font-family: "Grandis Extended", sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 1366px) {
  .contacts__card-name {
    font-size: 30px;
  }
}
@media (max-width: 520px) {
  .contacts__card-name {
    font-size: 24px;
  }
  .contacts__card-name br {
    display: none;
  }
}
.contacts__card-position {
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #263937;
  opacity: 0.7;
  margin-bottom: 25px;
}
@media (max-width: 1366px) {
  .contacts__card-position {
    font-size: 16px;
  }
}
@media (max-width: 1022px) {
  .contacts__card-position {
    margin-bottom: 15px;
  }
}
.contacts__card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.contacts__card-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #052421;
}
.contacts__card-list li a svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contacts__card-list li a.email {
  font-size: 16px;
}
@media (max-width: 1366px) {
  .contacts__card-list li a.email {
    font-size: 13px;
  }
}
@media (max-width: 1022px) {
  .contacts__card-list li a.email {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .contacts__card-list li a.email {
    font-size: 15px;
  }
}
.contacts__slider {
  display: none;
  width: 100%;
}
@media (max-width: 1022px) {
  .contacts__slider {
    display: block;
  }
}

.footer {
  width: 100%;
  padding: 40px 25px;
  background-color: #050507;
}
.footer_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 620px) {
  .footer_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.footer_wrapper .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 680px) {
  .footer_wrapper .tab:first-child img {
    width: 220px;
  }
}
.footer_wrapper .tab:last-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 830px) {
  .footer_wrapper .tab:last-child {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 25px;
    border-top: 1px solid #fff;
    margin-top: 25px;
  }
}
@media (max-width: 830px) and (max-width: 620px) {
  .footer_wrapper .tab:last-child {
    padding-top: 0;
    margin-top: 0;
    border: none;
  }
}
.footer_wrapper .tab:last-child p {
  color: #fff;
  font-family: "Mulish";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.footer_wrapper .tab:last-child .socs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
}
.footer_wrapper .tab:last-child .socs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_wrapper .tab:last-child .socs svg,
.footer_wrapper .tab:last-child .socs img {
  width: 40px;
  height: 40px;
}
.footer_wrapper .tab .soc_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.footer_wrapper .tab .soc_icons a {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 5px;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .footer_wrapper .tab .soc_icons a {
    width: 35px;
    height: 35px;
    padding: 5px;
  }
}
.footer_wrapper .tab .soc_icons a svg {
  width: 100%;
}
.footer_wrapper .tab p {
  color: #fff;
  font-family: "Mulish";
  font-size: 20px;
  font-weight: 500;
}
.footer_wrapper .tab p a {
  color: #fff;
  font-family: "Geologica Roman";
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
}
@media (max-width: 1366px) {
  .footer_wrapper .tab p a {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .footer_wrapper .tab p a {
    font-size: 18px;
  }
}
@media (max-width: 530px) {
  .footer_wrapper .tab p a {
    font-size: 12px;
  }
}
@media (max-width: 1366px) {
  .footer_wrapper .tab p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .footer_wrapper .tab p {
    font-size: 15px;
  }
}
@media (max-width: 530px) {
  .footer_wrapper .tab p {
    font-size: 10px;
  }
}
.footer_wrapper .tab p span {
  color: #5ac9ff;
  cursor: pointer;
}

.swiper-button-prev {
  border-radius: 100%;
  background: linear-gradient(146deg, #ff1b0e 0%, #d72f04 100%);
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 7px;
  margin-top: 0;
  left: 5px;
  top: calc(50% - 114px);
}
.swiper-button-prev svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 13px;
  height: 21px;
}
.swiper-button-prev::after {
  display: none;
}
@media (max-width: 768px) {
  .swiper-button-prev {
    top: calc(50% - 145px);
  }
}
@media (max-width: 520px) {
  .swiper-button-prev {
    top: calc(50% - 120px);
  }
}

.swiper-button-next {
  border-radius: 100%;
  background: linear-gradient(146deg, #ff1b0e 0%, #d72f04 100%);
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 2px;
  margin-top: 0;
  right: 5px;
  top: calc(50% - 114px);
}
.swiper-button-next svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 13px;
  height: 21px;
}
.swiper-button-next::after {
  display: none;
}
@media (max-width: 768px) {
  .swiper-button-next {
    top: calc(50% - 145px);
  }
}
@media (max-width: 520px) {
  .swiper-button-next {
    top: calc(50% - 120px);
  }
}

.swiper-button-prev.drivers-btn {
  top: 61%;
  left: calc(50% - 172px);
}
@media (max-width: 526px) {
  .swiper-button-prev.drivers-btn {
    top: 63%;
  }
}
@media (max-width: 520px) {
  .swiper-button-prev.drivers-btn {
    top: 58%;
  }
}
@media (max-width: 375px) {
  .swiper-button-prev.drivers-btn {
    left: 5px;
  }
}
@media (max-width: 365px) {
  .swiper-button-prev.drivers-btn {
    top: 60%;
  }
}

.swiper-button-next.drivers-btn {
  top: 61%;
  right: calc(50% - 172px);
}
@media (max-width: 526px) {
  .swiper-button-next.drivers-btn {
    top: 63%;
  }
}
@media (max-width: 520px) {
  .swiper-button-next.drivers-btn {
    top: 58%;
  }
}
@media (max-width: 375px) {
  .swiper-button-next.drivers-btn {
    right: 5px;
  }
}
@media (max-width: 365px) {
  .swiper-button-next.drivers-btn {
    top: 60%;
  }
}

.callback {
  background: #f6f7fc;
}
.callback__wrapper {
  padding: 100px 0 150px 0;
  border-top: 1px solid #afafaf;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 1366px) {
  .callback__wrapper {
    padding: 80px 0 100px 0;
  }
}
@media (max-width: 1022px) {
  .callback__wrapper {
    padding: 70px 0 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .callback__wrapper {
    gap: 10px;
    padding: 60px 0;
  }
}
.callback__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.callback__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 606px) {
  .callback__image img {
    -o-object-position: left;
       object-position: left;
  }
}
@media (max-width: 1022px) {
  .callback__image {
    height: 414px;
  }
}
@media (max-width: 768px) {
  .callback__image {
    height: auto;
  }
}
@media (max-width: 606px) {
  .callback__image {
    height: 230px;
  }
}
.callback__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 1366px) {
  .callback__info {
    gap: 20px;
  }
}
@media (max-width: 1022px) {
  .callback__info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    row-gap: 40px;
  }
}
@media (max-width: 1022px) {
  .callback__info {
    row-gap: 15px;
  }
}
.callback__title {
  font-family: "Grandis Extended", sans-serif;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #18253d;
}
@media (max-width: 1366px) {
  .callback__title {
    font-size: 40px;
  }
}
@media (max-width: 1022px) {
  .callback__title {
    grid-column: span 2;
    margin: 0 auto;
    text-align: center;
  }
  .callback__title br {
    display: none;
  }
}
@media (max-width: 768px) {
  .callback__title {
    font-size: 32px;
  }
  .callback__title br {
    display: initial;
  }
}
.callback__contacts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  row-gap: 25px;
}
@media (max-width: 1366px) {
  .callback__contacts {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 20px;
  }
}
@media (max-width: 1022px) {
  .callback__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 27px;
    grid-column: 2/span 1;
  }
}
@media (max-width: 768px) {
  .callback__contacts {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    grid-column: 1/span 2;
  }
}
.callback__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #050507;
  white-space: nowrap;
}
@media (max-width: 1366px) {
  .callback__contact {
    font-size: 20px;
    gap: 15px;
  }
}
@media (max-width: 1022px) {
  .callback__contact {
    font-size: 24px;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .callback__contact {
    font-size: 20px;
    gap: 15px;
  }
}
.callback__contact svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1366px) {
  .callback__contact svg {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1022px) {
  .callback__contact svg {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 768px) {
  .callback__contact svg {
    width: 30px;
    height: 30px;
  }
}
.callback__contact_3 {
  grid-column: span 2;
  white-space: normal;
}
.callback__map {
  height: 255px;
  margin-top: auto;
}
@media (max-width: 1366px) {
  .callback__map {
    height: 207px;
  }
}
@media (max-width: 1022px) {
  .callback__map {
    height: 232px;
    grid-column: 1/span 1;
    grid-row: 2/span 1;
  }
}
@media (max-width: 768px) {
  .callback__map {
    grid-row: 3/span 1;
    grid-column: 1/span 2;
    margin-top: 15px;
  }
}/*# sourceMappingURL=styles.css.map */