@font-face {
    font-family: Commissioner;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Commissioner-Light.woff2) format("woff2");
}
@font-face {
    font-family: Commissioner;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Commissioner-Regular.woff2) format("woff2");
}
@font-face {
    font-family: SpaceGrotesk;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/SpaceGrotesk-Regular.woff2) format("woff2");
}
@font-face {
    font-family: Commissioner;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Commissioner-Medium.woff2) format("woff2");
}
@font-face {
    font-family: Commissioner;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Commissioner-SemiBold.woff2) format("woff2");
}
@font-face {
    font-family: SpaceGrotesk;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/SpaceGrotesk-Bold.woff2) format("woff2");
}
@font-face {
    font-family: IBMPlexSans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/IBMPlexSans.woff2) format("woff2");
}
@font-face {
    font-family: IBMPlexSans;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/IBMPlexSans-Medium.woff2) format("woff2");
}
@font-face {
    font-family: IBMPlexSans;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/IBMPlexSans-SemiBold.woff2) format("woff2");
}
@font-face {
    font-family: IBMPlexSans;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/IBMPlexSans-Bold.woff2) format("woff2");
}
html {
    min-height: 100%;
}
body,
html {
    scroll-behavior: smooth;
}
body {
    font-family: Commissioner, sans-serif;
    font-size: 0.9375em;
    line-height: 1.6;
    width: 100%;
    min-width: 320px;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #111827;
    background-color: #edf3f8;
    font-weight: 400;
}
@media all and (max-width: 575px) {
    body {
        font-size: 0.875em;
        line-height: 1.571428;
    }
}
html[lang="ar"] body {
    font-family: IBMPlexSans, sans-serif;
}
footer,
header {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
ul {
    list-style: none;
    margin: 0;
}
p {
    font-style: normal;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: SpaceGrotesk, sans-serif;
    font-weight: 700;
    line-height: 120%;
    font-style: normal;
    margin: 0;
}
html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6 {
    font-family: IBMPlexSans, sans-serif;
    font-weight: 700;
}
h1 {
    font-size: 48px;
}
@media all and (max-width: 1199px) {
    h1 {
        font-size: 38px;
    }
}
.heading {
    margin-bottom: 48px;
}
@media all and (max-width: 575px) {
    .heading {
        margin-bottom: 30px;
    }
}
.heading.heading-block h1 strong,
.heading.heading-block h2 strong {
    display: block;
}
.heading.heading-white {
    color: #f4f7fa;
}
.heading.heading-white p {
    color: #fff;
}
.heading h1,
.heading h2 {
    font-size: 40px;
    text-transform: uppercase;
}
@media all and (max-width: 1199px) {
    .heading h1,
    .heading h2 {
        font-size: 30px;
    }
}
.heading h1 strong,
.heading h2 strong {
    color: #4d7fb3;
    font-weight: 700;
}
.heading p {
    font-size: 11px;
    line-height: 16px;
    color: #4d7fb3;
    margin-bottom: 10px;
}
h3 {
    font-size: 28px;
}
@media all and (max-width: 1199px) {
    h3 {
        font-size: 22px;
    }
}
h4 {
    font-size: 20px;
}
@media all and (max-width: 1199px) {
    h4 {
        font-size: 17px;
    }
}
.btn {
    font-family: SpaceGrotesk, sans-serif;
    display: inline-block;
    text-align: center;
    color: #f6faff;
    background-color: #4d7fb3;
    padding: 12px 30px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px;
    border: none;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    cursor: pointer;
}
@media all and (max-width: 1199px) {
    .btn {
        font-size: 16px;
        border-radius: 16px;
        padding: 15px 30px;
    }
}
.btn:hover {
    color: #f6faff;
    background-color: #3a6fa6;
}
.btn span {
    position: relative;
    padding-right: 30px;
}
.btn span:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_1.svg);
    width: 14px;
    height: 13px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.btn.btn-blue {
    background-color: #e7f1ff;
    color: #6b7280;
}
.btn.btn-blue:hover {
    color: #f6faff;
    background-color: #3a6fa6;
}
.btn.btn-blue:hover span::after {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(2%)
        saturate(1141%) hue-rotate(170deg) brightness(113%) contrast(100%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(1141%)
        hue-rotate(170deg) brightness(113%) contrast(100%);
}
.btn.btn-blue span::after {
    background-image: url(../img/icon_2.svg);
}
html[lang="ar"] .btn {
    font-family: IBMPlexSans, sans-serif;
}
html[lang="ar"] .btn span {
    padding-right: 0;
    padding-left: 30px;
}
html[lang="ar"] .btn span:after {
    left: 0;
    right: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media all and (max-width: 575px) {
    .btn-100 {
        max-width: none !important;
        width: 100% !important;
        min-width: inherit !important;
    }
}
a {
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
button {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button:active,
button:focus {
    outline: 0;
}
button:disabled,
button[disabled] {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
button:disabled:hover,
button[disabled]:hover {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
:focus {
    outline: 0;
}
* {
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.center {
    text-align: center;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
input,
textarea {
    outline: 0 !important;
    border-radius: 0;
}
input.wpcf7-submit {
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
details summary::-webkit-details-marker {
    display: none;
}
details > summary {
    list-style: none;
}
.swiper-button-disabled {
    cursor: pointer !important;
    pointer-events: auto !important;
}
section {
    margin-bottom: 80px;
}
@media all and (max-width: 1199px) {
    section {
        margin-bottom: 58px;
    }
}
section#footer {
    margin-bottom: 0;
}
.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media all and (max-width: 1199px) {
    .section-padding {
        padding-top: 58px;
        padding-bottom: 58px;
    }
}
.section-wrapper {
    background-color: #fff;
    border-radius: 100px;
    padding: 80px 60px;
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media all and (max-width: 1199px) {
    .section-wrapper {
        border-radius: 50px;
        padding: 56px 10px;
    }
}
.mb-0 {
    margin-bottom: 0 !important;
}
#arrowup {
    position: fixed;
    right: 20px;
    bottom: 30px;
    background: url(../img/up.svg) no-repeat center center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
@media all and (max-width: 575px) {
    #arrowup {
        width: 36px;
        height: 36px;
        bottom: 20px;
    }
}
#arrowup:hover {
    opacity: 0.8 !important;
}
#arrowup.active {
    visibility: visible;
    opacity: 1;
}
.modal {
    color: #111827;
    max-width: 450px;
    width: 100%;
    border-radius: 20px;
}
#modal-thanks .modal__heading {
    margin-bottom: 0;
}
.form__inner .form__item {
    margin-bottom: 16px;
}
@media all and (max-width: 575px) {
    .form__inner .form__item {
        margin-bottom: 12px;
    }
}
.form__inner .form__item input,
.form__inner .form__item select,
.form__inner .form__item textarea {
    width: 100%;
    height: 82px;
    border: 1px solid #95b3d2;
    background-color: #fdfdfe;
    border-radius: 20px;
    padding-left: 56px;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #4d7fb3;
}
@media all and (max-width: 575px) {
    .form__inner .form__item input,
    .form__inner .form__item select,
    .form__inner .form__item textarea {
        height: 54px;
        font-size: 16px;
        padding-left: 40px;
        border-radius: 16px;
    }
}
.form__inner .form__item input::-webkit-input-placeholder,
.form__inner .form__item select::-webkit-input-placeholder,
.form__inner .form__item textarea::-webkit-input-placeholder {
    color: #4d7fb3;
    opacity: 1;
}
.form__inner .form__item input::-moz-placeholder,
.form__inner .form__item select::-moz-placeholder,
.form__inner .form__item textarea::-moz-placeholder {
    color: #4d7fb3;
    opacity: 1;
}
.form__inner .form__item input::-ms-placeholder,
.form__inner .form__item select::-ms-placeholder,
.form__inner .form__item textarea::-ms-placeholder {
    color: #4d7fb3;
    opacity: 1;
}
.form__inner .form__item input::-webkit-input-placeholder,
.form__inner .form__item select::-webkit-input-placeholder,
.form__inner .form__item textarea::-webkit-input-placeholder {
    color: #4d7fb3;
    opacity: 1;
}
.form__inner .form__item input::-moz-placeholder,
.form__inner .form__item select::-moz-placeholder,
.form__inner .form__item textarea::-moz-placeholder {
    color: #4d7fb3;
    opacity: 1;
}
.form__inner .form__item input:-ms-input-placeholder,
.form__inner .form__item select:-ms-input-placeholder,
.form__inner .form__item textarea:-ms-input-placeholder {
    color: #4d7fb3;
    opacity: 1;
}
.form__inner .form__item input::-ms-input-placeholder,
.form__inner .form__item select::-ms-input-placeholder,
.form__inner .form__item textarea::-ms-input-placeholder {
    color: #4d7fb3;
    opacity: 1;
}
.form__inner .form__item input::placeholder,
.form__inner .form__item select::placeholder,
.form__inner .form__item textarea::placeholder {
    color: #4d7fb3;
    opacity: 1;
}
.form__inner .form__item.form__item-description input {
    padding-left: 24px;
}
.form__inner .form__item .item__inner {
    position: relative;
}
.form__inner .form__item .item__inner:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    top: 0;
    bottom: 0;
    left: 22px;
    margin: auto;
}
@media all and (max-width: 575px) {
    .form__inner .form__item .item__inner:after {
        width: 15px;
        height: 15px;
        left: 16px;
    }
}
.form__inner .form__item .item__inner.form__name:after {
    background-image: url(../img/icon_12.svg);
}
.form__inner .form__item .item__inner.form__company:after {
    background-image: url(../img/icon_13.svg);
}
.form__inner .form__item .item__inner.form__email:after {
    background-image: url(../img/icon_14.svg);
}
.form__inner .form__item .item__inner.form__phone:after {
    background-image: url(../img/icon_15.svg);
}
.form__inner .form__item .item__inner.form__equipment:after {
    background-image: url(../img/icon_16.svg);
}
.form__inner .form__item .item__inner.form__name:after {
    background-image: url(../img/icon_12.svg);
}
.form__inner .form__submit {
    position: relative;
    margin-bottom: 16px;
}
.form__inner .form__submit .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.form__inner .form__submit .btn {
    font-size: 28px;
    padding: 29px 30px;
}
@media all and (max-width: 575px) {
    .form__inner .form__submit .btn {
        font-size: 16px;
        padding: 15px;
    }
}
.form__inner .form__policy .policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}
.form__inner .form__policy .policy .text p {
    color: #727271;
    font-size: 12px;
    line-height: 18px;
}
.form__inner .form__policy .policy .text p a {
    color: #727271;
}
.form__inner .form__policy .policy .checkbox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    position: relative;
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap {
    margin-bottom: 0;
    height: auto;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap:before {
    display: none;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item {
    margin: 0;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    input {
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    width: 0;
    height: 0;
    display: none;
    visibility: hidden;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    input:checked
    ~ .wpcf7-list-item-label {
    background-color: #7299c3;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    input:checked
    ~ .wpcf7-list-item-label:after {
    display: block;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    span.wpcf7-list-item-label {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #7299c3;
    color: transparent;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 6px;
    background-color: transparent;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    span.wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    display: none;
    top: 4px;
    left: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form__inner .form__file {
    margin-bottom: 16px;
}
@media all and (max-width: 575px) {
    .form__inner .form__file {
        margin-bottom: 12px;
    }
}
.form__inner .form__file .file-upload {
    position: relative;
    width: 100%;
    border: 1px solid #95b3d2;
    border-radius: 20px;
    height: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d8e4f1;
}
@media all and (max-width: 575px) {
    .form__inner .form__file .file-upload {
        height: 54px;
        border-radius: 16px;
    }
}
.form__inner .form__file .file-upload:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_17.svg);
    width: 24px;
    height: 24px;
    top: 0;
    bottom: 0;
    left: 24px;
    margin: auto;
}
@media all and (max-width: 575px) {
    .form__inner .form__file .file-upload:after {
        width: 15px;
        height: 15px;
        left: 16px;
    }
}
.form__inner .form__file .file-upload label {
    position: relative;
    padding-left: 56px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media all and (max-width: 575px) {
    .form__inner .form__file .file-upload label {
        padding-left: 40px;
    }
}
.form__inner .form__file .file-upload label input[type="file"] {
    display: none;
}
.form__inner .form__file .file-upload label .file__text {
    font-size: 18px;
    font-weight: 500;
    color: #4d7fb3;
    font-weight: 400;
}
@media all and (max-width: 575px) {
    .form__inner .form__file .file-upload label .file__text {
        font-size: 16px;
    }
}
.form__inner .form__file .file-upload #file-name {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    font-size: 10px;
    color: red;
    z-index: 100;
}
html[lang="ar"] .form__inner .form__item input,
html[lang="ar"] .form__inner .form__item select,
html[lang="ar"] .form__inner .form__item textarea {
    padding-left: 20px;
    padding-right: 56px;
    text-align: right;
}
@media all and (max-width: 575px) {
    html[lang="ar"] .form__inner .form__item input,
    html[lang="ar"] .form__inner .form__item select,
    html[lang="ar"] .form__inner .form__item textarea {
        padding-right: 40px;
    }
}
html[lang="ar"] .form__inner .form__item.form__item-description input {
    padding-right: 24px;
}
html[lang="ar"] .form__inner .form__item .item__inner:after {
    left: auto;
    right: 22px;
    margin: auto;
}
@media all and (max-width: 575px) {
    html[lang="ar"] .form__inner .form__item .item__inner:after {
        right: 16px;
    }
}
html[lang="ar"] .form__inner .form__file .file-upload:after {
    left: auto;
    right: 24px;
    margin: auto;
}
@media all and (max-width: 575px) {
    html[lang="ar"] .form__inner .form__file .file-upload:after {
        right: 16px;
    }
}
html[lang="ar"] .form__inner .form__file .file-upload label {
    padding-left: auto;
    padding-right: 56px;
}
@media all and (max-width: 575px) {
    html[lang="ar"] .form__inner .form__file .file-upload label {
        padding-right: 40px;
    }
}
html[lang="ar"] .form__inner .form__file .file-upload #file-name {
    left: auto;
    right: 0;
}
html[lang="ar"] .form__inner .form__policy .policy .checkbox {
    margin-right: 0;
    margin-left: 10px;
}
header {
    max-width: 1380px;
    width: calc(100% - 20px);
    margin: 0 auto;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(-9.06%, #fff),
        color-stop(109.06%, #e7f1ff)
    );
    background: linear-gradient(360deg, #fff -9.06%, #e7f1ff 109.06%);
    border-radius: 0 0 100px 100px;
    padding: 24px 60px 80px 60px;
    position: relative;
    overflow: hidden;
    z-index: 100;
}
@media all and (max-width: 1199px) {
    header {
        padding: 8px 0 58px 0;
        border-radius: 0 0 30px 30px;
    }
}
header.page {
    padding: 24px 60px;
    margin-bottom: 60px;
}
@media all and (max-width: 1199px) {
    header.page {
        padding: 8px 0 0 0;
        margin-bottom: 40px;
        background: 0 0;
    }
}
header .image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
@media all and (max-width: 1199px) {
    header .image {
        top: 100px;
    }
}
@media all and (max-width: 991px) {
    header .image {
        position: relative;
        top: 0;
        margin-bottom: 16px;
    }
}
@media all and (max-width: 1199px) {
    header .image img {
        width: 500px;
    }
}
@media all and (max-width: 991px) {
    header .image img {
        width: auto;
    }
}
header .header__top {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    padding: 8.5px 24px;
    position: relative;
    z-index: 20;
}
@media all and (max-width: 1199px) {
    header .header__top {
        border-radius: 20px;
        padding: 18px 0;
    }
}
header .header__top .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
header .header__top .wrapper .header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
header .header__top .wrapper .header__logo img {
    width: 205px;
    height: auto;
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .header__menu .menu__inner {
        display: none;
    }
}
header .header__top .wrapper .header__menu .menu__inner ul {
    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;
    gap: 24px;
}
header .header__top .wrapper .header__menu .menu__inner ul li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #111827;
    display: inline-block;
}
header .header__top .wrapper .header__menu .menu__inner ul li a:hover {
    color: #4d7fb3;
}
header .header__top .wrapper .header__menu .header_burger {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .header__menu .header_burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
header .header__top .wrapper .header__menu .header_burger .burger_button {
    position: relative;
    width: 42px;
    height: 42px;
    border: 1px solid #d8e4f1;
    border-radius: 14px;
    display: block;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 20;
}
header .header__top .wrapper .header__menu .header_burger .burger_button span {
    display: block;
    position: absolute;
    height: 2px;
    width: 18px;
    background: #0e1b2e;
    opacity: 1;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
header
    .header__top
    .wrapper
    .header__menu
    .header_burger
    .burger_button
    span:nth-child(1) {
    top: 15px;
}
header
    .header__top
    .wrapper
    .header__menu
    .header_burger
    .burger_button
    span:nth-child(2) {
    top: 25px;
}
header
    .header__top
    .wrapper
    .header__menu
    .header_burger
    .burger_button.open
    span:nth-child(1) {
    top: 20px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
header
    .header__top
    .wrapper
    .header__menu
    .header_burger
    .burger_button.open
    span:nth-child(2) {
    top: 20px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
header .header__top .wrapper .header__menu .header_burger .menu_toggle {
    position: absolute;
    top: calc(100% + 2px);
    left: 10px;
    right: 10px;
    background: #fff;
    padding-bottom: 16px;
    margin: 0;
    overflow: auto;
    text-align: center;
    z-index: 5;
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    width: calc(100% - 20px);
    border-radius: 5px 5px 20px 20px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
header
    .header__top
    .wrapper
    .header__menu
    .header_burger
    .menu_toggle.menuopen {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
}
header
    .header__top
    .wrapper
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .container {
    padding-left: 10px;
    padding-right: 10px;
}
header
    .header__top
    .wrapper
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu {
    margin-bottom: 12px;
}
header
    .header__top
    .wrapper
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li:not(:last-child) {
    margin-bottom: 12px;
}
header
    .header__top
    .wrapper
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a {
    font-size: 16px;
    color: #111827;
    display: block;
    padding: 12px;
}
header
    .header__top
    .wrapper
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a:hover {
    background-color: #4d7fb3;
    color: #fff;
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .header__lang {
        display: none;
    }
}
header .language-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}
@media all and (max-width: 1199px) {
    header .language-switcher {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 308px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0 20px;
    }
}
@media all and (max-width: 1199px) {
    header .language-switcher li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
header .language-switcher li.current-lang a {
    background-color: #4d7fb3;
    color: #fff;
    border: 1px solid #4d7fb3;
}
header .language-switcher li a {
    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;
    border: 1px solid #d1dce8;
    border-radius: 6px;
    width: 37px;
    height: 28px;
    font-size: 11px;
    font-weight: 500;
    color: #6b7280;
}
@media all and (max-width: 1199px) {
    header .language-switcher li a {
        width: 100%;
    }
}
header .header__main {
    padding-top: 36px;
}
@media all and (max-width: 575px) {
    header .header__main {
        padding-top: 28px;
    }
}
header .header__main .content .content__inner {
    max-width: 660px;
    width: 100%;
    margin-bottom: 16px;
}
header .header__main .content .content__inner h1 {
    text-transform: uppercase;
    margin-bottom: 32px;
    color: #1a2e47;
}
@media all and (max-width: 575px) {
    header .header__main .content .content__inner h1 {
        margin-bottom: 16px;
    }
}
header .header__main .content .content__inner p {
    font-size: 18px;
    line-height: 28px;
    max-width: 534px;
    width: 100%;
}
@media all and (max-width: 575px) {
    header .header__main .content .content__inner p {
        font-size: 16px;
        line-height: 25px;
    }
}
header .header__main .content .text {
    margin-bottom: 32px;
    max-width: 534px;
    width: 100%;
}
@media all and (max-width: 575px) {
    header .header__main .content .text {
        margin-bottom: 16px;
    }
}
header .header__main .content .text p {
    color: #6b7280;
}
header .header__main .content .box__buttons {
    margin-bottom: 32px;
}
@media all and (max-width: 991px) {
    header .header__main .content .box__buttons {
        margin-bottom: 16px;
    }
}
@media all and (max-width: 575px) {
    header .header__main .content .box__buttons .btn {
        -webkit-box-shadow: 0 16px 34px -18px rgba(10, 23, 48, 0.18);
        box-shadow: 0 16px 34px -18px rgba(10, 23, 48, 0.18);
    }
}
@media all and (max-width: 575px) {
    header .header__main .content .box__buttons .btn-blue {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #4d7fb3;
        background-color: #fff;
        color: #4d7fb3;
        padding: 14px 28px;
    }
}
@media all and (max-width: 575px) {
    header .header__main .content .box__buttons .btn-blue:hover {
        color: #f6faff;
        background-color: #3a6fa6;
    }
}
@media all and (max-width: 575px) {
    header .header__main .content .box__buttons .btn-blue:hover span::after {
        -webkit-filter: brightness(0) saturate(100%) invert(90%) sepia(12%)
            saturate(301%) hue-rotate(194deg) brightness(105%) contrast(104%);
        filter: brightness(0) saturate(100%) invert(90%) sepia(12%)
            saturate(301%) hue-rotate(194deg) brightness(105%) contrast(104%);
    }
}
@media all and (max-width: 575px) {
    header .header__main .content .box__buttons .btn-blue span::after {
        -webkit-filter: brightness(0) saturate(100%) invert(50%) sepia(8%)
            saturate(3278%) hue-rotate(170deg) brightness(90%) contrast(81%);
        filter: brightness(0) saturate(100%) invert(50%) sepia(8%)
            saturate(3278%) hue-rotate(170deg) brightness(90%) contrast(81%);
    }
}
header .header__main .content .features {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.65);
    -webkit-box-shadow: 0 8px 14.8px rgba(0, 15, 36, 0.14);
    box-shadow: 0 8px 14.8px rgba(0, 15, 36, 0.14);
    border-radius: 24px;
    padding: 30px 22px;
}
@media all and (max-width: 1199px) {
    header .header__main .content .features {
        padding: 0 22px;
    }
}
@media all and (max-width: 575px) {
    header .header__main .content .features {
        padding: 0 16px;
    }
}
header .header__main .content .features ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 40px;
}
@media all and (max-width: 1199px) {
    header .header__main .content .features ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4px 16px;
    }
}
header .header__main .content .features li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    color: #7587a3;
    position: relative;
}
@media all and (max-width: 1199px) {
    header .header__main .content .features li {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-height: 94px;
    }
}
@media all and (max-width: 575px) {
    header .header__main .content .features li {
        font-size: 12px;
        line-height: 18px;
        gap: 8px;
    }
}
header .header__main .content .features li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -20px;
    width: 1px;
    height: 54px;
    background-color: #bdd1eb;
}
@media all and (max-width: 1199px) {
    header .header__main .content .features li:not(:last-child)::after {
        display: none;
    }
}
header .header__main .content .features li img {
    width: 35px;
    height: auto;
}
@media all and (max-width: 575px) {
    header .header__main .content .features li img {
        width: 25px;
    }
}
html[lang="ar"] header .header__top .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
html[lang="ar"] header .image {
    right: auto;
    left: 0;
}
html[lang="ar"] header .image img {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
html[lang="ar"]
    header
    .header__main
    .content
    .features
    ul
    li:not(:last-child)::after {
    display: none;
}
html[lang="ar"] header .header__main .content .features ul li::after {
    content: "";
    position: absolute;
    right: -20px;
    width: 1px;
    height: 54px;
    background-color: #bdd1eb;
    display: block !important;
}
@media all and (max-width: 1199px) {
    html[lang="ar"] header .header__main .content .features ul li::after {
        display: none !important;
    }
}
html[lang="ar"]
    header
    .header__main
    .content
    .features
    ul
    li:first-child::after {
    display: none !important;
}
.box__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
}
article .aligncenter,
article div.aligncenter,
article img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
article img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
article img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
article .alignright {
    float: right;
}
article .alignleft {
    float: left;
}
article h2,
article h3,
article h4,
article h5,
article h6 {
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 0.625em;
}
article h2 {
    font-size: 32px;
}
article h3 {
    font-size: 26px;
}
article h4 {
    font-size: 22px;
}
article h5 {
    font-size: 18px;
}
article h6 {
    font-size: 16px;
}
article p {
    margin-bottom: 1em;
}
article a {
    color: #4d7fb3;
}
article ul {
    margin-bottom: 1em;
    list-style-type: disc;
    padding-left: 15px;
}
article ul ul {
    margin-bottom: 0;
}
article ol li,
article ul li {
    margin-bottom: 4px;
}
article ol {
    margin-bottom: 1em;
    padding-left: 15px;
}
article mark {
    padding: 0;
}
article .wp-block-table,
article table {
    overflow-x: auto;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    padding: 0;
    border-spacing: 0;
}
article table form,
article table li,
article table p,
article table ul {
    margin: 6px 0;
    padding: 0;
}
article table tfoot,
article table thead,
article table.wp-block-table tfoot,
article table.wp-block-table thead {
    border: 1px solid rgba(0, 0, 0, 0.12);
}
article table tbody tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.04);
}
article table th,
article table.wp-block-table th {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin: 0;
    padding: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media all and (max-width: 575px) {
    article table td,
    article table th {
        min-width: 180px;
    }
}
article table td,
article table.wp-block-table td {
    padding: 12px;
    margin: 0;
    border-top: 1px solid #ddd;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
article table.wp-block-table.is-style-stripes {
    border-collapse: collapse;
}
article table.wp-block-table.is-style-stripes td {
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.12);
}
.lightbox-image-container {
    width: 100vw !important;
}
.lightbox-image-container figure img {
    width: auto !important;
    height: auto !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
    max-height: 100% !important;
}
.wpcf7-validation-errors {
    display: none !important;
}
.wpcf7-form .wpcf7-response-output {
    font-size: 13px;
    line-height: 17px;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
#block-15 input[type="tel"].wpcf7-not-valid,
#block-15 input[type="text"].wpcf7-not-valid,
#block-7 input[type="tel"].wpcf7-not-valid,
#block-7 input[type="text"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border: 2px solid #ec3c06 !important;
    position: relative;
}
body span.wpcf7-not-valid-tip {
    display: none !important;
    color: #ec3c06;
    border: none;
    background: 0 0;
}
body span.wpcf7-not-valid-tip-no-ajax {
    display: inline-block;
    font-size: 18px;
    margin: 0 0 0 10px;
}
body div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 2px solid #ff8a8a;
    color: #ec3c06;
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 12000;
}
.contact-inner-form .wpcf7-response-output {
    width: 95%;
}
body div.wpcf7-response-output {
    padding: 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 3px;
}
body .wpcf7-mail-sent-ng {
    background: #fff2e2;
    border: 1px solid #ffbc8a;
    color: #e17731;
}
body .wpcf7-mail-sent-ok {
    border: 1px solid transparent;
    color: #ff5805;
    text-align: center;
}
.section-about {
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_3.svg);
}
@media all and (max-width: 575px) {
    .section-about {
        background-image: url(../img/icon_3_1.svg);
        background-position: 50% 0;
    }
}
.section-about .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 48px;
}
@media all and (max-width: 991px) {
    .section-about .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}
.section-about .wrapper .about__list ul {
    display: grid;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    gap: 32px 34px;
    padding: 22px 0 22px 28px;
    position: relative;
}
@media all and (max-width: 575px) {
    .section-about .wrapper .about__list ul {
        padding: 0;
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
    }
}
.section-about .wrapper .about__list ul::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #4d7fb3;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
@media all and (max-width: 575px) {
    .section-about .wrapper .about__list ul::after {
        display: none;
    }
}
.section-about .wrapper .about__list ul li {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: 1/-1;
    position: relative;
}
@media all and (max-width: 991px) {
    .section-about .wrapper .about__list ul li {
        display: block;
        padding: 22px 20px;
        background: #fff;
        border: 1px solid #d8e4f1;
        -webkit-box-shadow: 0 12px 28px -18px rgba(10, 23, 48, 0.07);
        box-shadow: 0 12px 28px -18px rgba(10, 23, 48, 0.07);
        border-radius: 24px;
    }
}
.section-about .wrapper .about__list ul li::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #4d7fb3;
    top: 0;
    bottom: 0;
    left: -32px;
    margin: auto;
}
@media all and (max-width: 575px) {
    .section-about .wrapper .about__list ul li::after {
        display: none;
    }
}
.section-about .wrapper .about__list ul li .list__title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #4d7fb3;
}
@media all and (max-width: 575px) {
    .section-about .wrapper .about__list ul li .list__title {
        margin-bottom: 12px;
    }
}
.section-about .wrapper .about__list ul li .list__title .number {
    font-family: SpaceGrotesk, sans-serif;
    font-size: 40px;
    line-height: 120%;
    display: block;
    margin-bottom: 4px;
}
@media all and (max-width: 575px) {
    .section-about .wrapper .about__list ul li .list__title .number {
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 12px;
    }
}
.section-about .wrapper .about__list ul li .list__title .title {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
}
@media all and (max-width: 575px) {
    .section-about .wrapper .about__list ul li .list__title .title {
        font-size: 17px;
        line-height: 24px;
        font-weight: 600;
        color: #0e1b2e;
    }
}
@media all and (max-width: 575px) {
    .section-about .wrapper .about__list ul li .list__content {
        color: #6b7280;
    }
}
.section-about .wrapper .about__mission {
    padding: 16px;
    isolation: isolate;
    max-width: 498px;
    width: 100%;
    background: #4d7fb3;
    border: 1px solid rgba(255, 255, 255, 0.35);
    -webkit-box-shadow: 0 22px 54px rgba(0, 18, 41, 0.18);
    box-shadow: 0 22px 54px rgba(0, 18, 41, 0.18);
    border-radius: 30px;
    color: #fff;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_4.svg);
}
@media all and (max-width: 991px) {
    .section-about .wrapper .about__mission {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
@media all and (max-width: 575px) {
    .section-about .wrapper .about__mission {
        padding: 40px 16px;
    }
}
.section-about .wrapper .about__mission .mission__title {
    display: block;
    color: #d1dce8;
    margin-bottom: 10px;
}
@media all and (max-width: 575px) {
    .section-about .wrapper .about__mission .mission__title {
        font-size: 11px;
    }
}
.section-about .wrapper .about__mission h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.section-about .wrapper .about__mission p {
    color: rgba(255, 255, 255, 0.78);
}
html[lang="ar"] .section-about .wrapper .about__list ul {
    padding: 22px 28px 22px 0;
}
@media all and (max-width: 575px) {
    html[lang="ar"] .section-about .wrapper .about__list ul {
        padding: 0;
    }
}
html[lang="ar"] .section-about .wrapper .about__list ul::after {
    left: auto;
    right: 0;
}
html[lang="ar"] .section-about .wrapper .about__list ul li::after {
    left: auto;
    right: -32px;
}
html[lang="ar"]
    .section-about
    .wrapper
    .about__list
    ul
    li
    .list__title
    .number {
    font-family: IBMPlexSans, sans-serif;
    font-weight: 700;
}
.section-industries .industries__item {
    margin-bottom: 20px;
}
.section-industries .industries__item .item__inner {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    min-height: 506px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 40px 22px;
    color: rgba(255, 255, 255, 0.8);
}
@media all and (max-width: 1400px) {
    .section-industries .industries__item .item__inner {
        min-height: 450px;
    }
}
@media all and (max-width: 1199px) {
    .section-industries .industries__item .item__inner {
        min-height: 400px;
        padding: 30px 22px;
    }
}
@media all and (max-width: 575px) {
    .section-industries .industries__item .item__inner {
        min-height: 314px;
        border-radius: 26px;
        padding: 20px;
    }
}
.section-industries .industries__item .item__inner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(23.65%, rgba(36, 71, 101, 0)),
        color-stop(86.67%, #0e1b2e)
    );
    background: linear-gradient(
        180deg,
        rgba(36, 71, 101, 0) 23.65%,
        #0e1b2e 86.67%
    );
    z-index: -1;
}
.section-industries .industries__item .item__inner img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.section-industries .industries__item .item__inner h3 {
    text-transform: uppercase;
    margin-bottom: 8px;
}
.section-industries .industries__item .item__inner p {
    font-size: 14px;
    line-height: 22px;
}
.section-services {
    overflow: hidden;
}
.section-services .wrapper ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    position: relative;
    z-index: 2;
}
@media all and (max-width: 1199px) {
    .section-services .wrapper ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 80px;
    }
}
.section-services .wrapper ul::after {
    position: absolute;
    content: "";
    width: 500%;
    height: 2px;
    background-color: #4d7fb3;
    top: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: auto;
    z-index: -1;
}
@media all and (max-width: 1199px) {
    .section-services .wrapper ul::after {
        width: 2px;
        height: 100%;
        left: 40px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 0;
        bottom: 0;
    }
}
.section-services .wrapper ul li {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
@media all and (max-width: 1199px) {
    .section-services .wrapper ul li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
        margin-left: -74px;
    }
}
.section-services .wrapper ul li .number {
    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;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_5.svg);
    font-family: SpaceGrotesk, sans-serif;
    font-size: 40px;
    line-height: 120%;
    font-weight: 400;
    color: #4d7fb3;
    margin-bottom: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    background-color: #edf3f8;
    border-radius: 50%;
}
@media all and (max-width: 1199px) {
    .section-services .wrapper ul li .number {
        width: 70px;
        height: 70px;
        font-size: 34px;
    }
}
.section-services .wrapper ul li .number::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    background-color: #4d7fb3;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
@media all and (max-width: 1199px) {
    .section-services .wrapper ul li .number::after {
        width: 12px;
        height: 1px;
        top: 0;
        bottom: 0;
        left: 100%;
        right: auto;
    }
}
.section-services .wrapper ul li .content {
    background-color: #fff;
    border-radius: 20px;
    padding: 16px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media all and (max-width: 1199px) {
    .section-services .wrapper ul li .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
        padding: 28px 14px;
        min-height: 270px;
    }
}
.section-services .wrapper ul li .content .image {
    margin-bottom: 4px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 1199px) {
    .section-services .wrapper ul li .content .image img {
        width: 99px;
        height: auto;
    }
}
.section-services .wrapper ul li .content h4 {
    margin-bottom: 8px;
}
.section-services .wrapper ul li .content p {
    font-size: 13px;
    line-height: 20px;
    color: #6b7280;
}
@media all and (max-width: 1199px) {
    html[lang="ar"] .section-services .wrapper ul {
        padding-left: 0;
        padding-right: 80px;
    }
}
@media all and (max-width: 1199px) {
    html[lang="ar"] .section-services .wrapper ul::after {
        left: auto;
        right: 40px;
    }
}
@media all and (max-width: 1199px) {
    html[lang="ar"] .section-services .wrapper ul li {
        margin-left: 0;
        margin-right: -74px;
    }
}
html[lang="ar"] .section-services .wrapper ul li .number {
    font-family: IBMPlexSans, sans-serif;
    font-weight: 700;
}
@media all and (max-width: 1199px) {
    html[lang="ar"] .section-services .wrapper ul li .number::after {
        width: 12px;
        height: 1px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 100%;
    }
}
.section-equipment {
    position: relative;
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-radius: 100px 0 0 0;
}
@media all and (max-width: 991px) {
    .section-equipment {
        border-radius: 0;
        padding-bottom: 56px;
    }
}
.section-equipment .equipment__slider {
    position: relative;
    z-index: 2;
}
@media all and (min-width: 991px) {
    .section-equipment .equipment__slider .swiper-wrapper {
        min-height: 1024px;
    }
}
.section-equipment .equipment__slider .swiper-slide {
    height: auto;
}
.section-equipment .equipment__slider .slide__inner {
    min-height: 280px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 140px;
}
@media all and (max-width: 991px) {
    .section-equipment .equipment__slider .slide__inner {
        padding-top: 310px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.section-equipment .equipment__slider .slide__inner .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
@media all and (max-width: 991px) {
    .section-equipment .equipment__slider .slide__inner .image {
        border-radius: 28px;
        overflow: hidden;
        height: 295px;
        top: 90px;
    }
}
.section-equipment .equipment__slider .slide__inner .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
@media all and (max-width: 991px) {
    .section-equipment .equipment__slider .slide__inner .container {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        height: 100%;
    }
}
.section-equipment .equipment__slider .slide__inner .content {
    padding: 64px 96px 64px 64px;
    max-width: 563px;
    width: 100%;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 80px;
}
@media all and (max-width: 991px) {
    .section-equipment .equipment__slider .slide__inner .content {
        max-width: none;
        border-radius: 20px;
        padding: 44px 24px 75px 24px;
        height: 100%;
    }
}
.section-equipment .equipment__slider .slide__inner .content .heading {
    margin-bottom: 10px;
}
.section-equipment
    .equipment__slider
    .slide__inner
    .content
    .equipment__details
    p {
    color: #6b7280;
    margin-bottom: 24px;
}
@media all and (max-width: 575px) {
    .section-equipment
        .equipment__slider
        .slide__inner
        .content
        .equipment__details
        p {
        margin-bottom: 12px;
    }
}
.section-equipment
    .equipment__slider
    .slide__inner
    .content
    .equipment__details
    hr {
    width: 64px;
    height: 2px;
    background-color: #4d7fb3;
    margin-bottom: 24px;
}
@media all and (max-width: 575px) {
    .section-equipment
        .equipment__slider
        .slide__inner
        .content
        .equipment__details
        hr {
        margin-bottom: 12px;
    }
}
.section-equipment
    .equipment__slider
    .slide__inner
    .content
    .equipment__details
    h4 {
    margin-bottom: 8px;
}
.section-equipment
    .equipment__slider
    .slide__inner
    .content
    .equipment__details
    ul {
    list-style-type: disc;
    padding-left: 17px;
}
.section-equipment
    .equipment__slider
    .slide__inner
    .content
    .equipment__details
    ul
    li {
    font-size: 17px;
}
@media all and (max-width: 575px) {
    .section-equipment
        .equipment__slider
        .slide__inner
        .content
        .equipment__details
        ul
        li {
        font-size: 12px;
    }
}
.section-equipment .equipment__thumbs {
    position: absolute;
    top: 32px;
    right: 0;
    z-index: 2;
    max-width: 284px;
    width: 100%;
    height: calc(100% - 95px);
    background-color: #7299c3;
    border-radius: 80px 0 0 80px;
    padding: 40px 0;
}
@media all and (max-width: 991px) {
    .section-equipment .equipment__thumbs {
        top: 0;
        max-width: none;
        height: 76px;
        border-radius: 0;
        padding: 0;
    }
}
.section-equipment .equipment__thumbs .swiper-slide {
    height: 76px !important;
    cursor: pointer;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
@media all and (max-width: 991px) {
    .section-equipment .equipment__thumbs .swiper-slide {
        width: auto !important;
    }
}
.section-equipment .equipment__thumbs .swiper-slide.swiper-slide-thumb-active {
    background-color: #4d7fb3;
}
.section-equipment .equipment__thumbs .swiper-slide .slide__inner {
    padding: 4px 24px;
    color: #f7fbff;
    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;
    height: 100%;
}
@media all and (max-width: 991px) {
    .section-equipment .equipment__thumbs .swiper-slide .slide__inner {
        padding: 8px 24px 14px 8px;
        width: 123px;
    }
}
.section-equipment .equipment__thumbs .swiper-slide .slide__inner .number {
    display: block;
}
@media all and (max-width: 991px) {
    .section-equipment .equipment__thumbs .swiper-slide .slide__inner .number {
        font-size: 12px;
    }
}
.section-equipment .equipment__thumbs .swiper-slide .slide__inner hr {
    width: 40px;
    height: 1px;
    background-color: #f7fbff;
    margin-top: 4px;
    margin-bottom: 4px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 991px) {
    .section-equipment .equipment__thumbs .swiper-slide .slide__inner hr {
        display: none;
    }
}
@media all and (max-width: 991px) {
    .section-equipment .equipment__thumbs .swiper-slide .slide__inner p {
        font-size: 12px;
        line-height: 18px;
    }
}
.section-equipment .nav__counter {
    position: absolute;
    z-index: 2;
    left: 60px;
    bottom: 63px;
    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: 16px;
    width: 210px;
}
@media all and (max-width: 991px) {
    .section-equipment .nav__counter {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 80px;
    }
}
.section-equipment .nav__counter .counter {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #f7fbff;
    max-width: 63px;
    width: 100%;
}
@media all and (max-width: 991px) {
    .section-equipment .nav__counter .counter {
        font-size: 16px;
        color: #4d7fb3;
    }
}
.section-equipment .nav__counter .swiper-button {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    top: 0;
    bottom: 0;
    position: relative;
    cursor: pointer;
    margin: auto;
    z-index: 100;
    width: 55px;
    height: 55px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/arrow.svg);
}
@media all and (max-width: 991px) {
    .section-equipment .nav__counter .swiper-button {
        width: 35px;
        height: 35px;
    }
}
.section-equipment .nav__counter .swiper-button:hover {
    opacity: 0.8;
}
.section-equipment .nav__counter .swiper-button:after {
    display: none !important;
}
.section-equipment .nav__counter .swiper-button.swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 0;
}
.section-equipment .nav__counter .swiper-button.swiper-button-next {
    right: 0;
}
html[lang="bg-BG"]
    .section-equipment
    .equipment__thumbs
    .swiper-slide
    .slide__inner
    p {
    font-size: 14px;
    line-height: 110%;
}
@media all and (max-width: 991px) {
    html[lang="bg-BG"]
        .section-equipment
        .equipment__thumbs
        .swiper-slide
        .slide__inner
        p {
        font-size: 12px;
        line-height: 16px;
    }
}
html[lang="ar"] .section-equipment .equipment__thumbs {
    right: auto;
    left: 0;
    border-radius: 0 80px 80px 0;
}
@media all and (max-width: 991px) {
    html[lang="ar"] .section-equipment .equipment__thumbs {
        border-radius: 0;
    }
}
html[lang="ar"] .section-equipment .nav__counter {
    left: auto;
    right: 60px;
}
@media all and (max-width: 991px) {
    html[lang="ar"] .section-equipment .nav__counter {
        left: 0;
        right: 0;
    }
}
html[lang="ar"]
    .section-equipment
    .nav__counter
    .swiper-button.swiper-button-prev {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
html[lang="ar"]
    .section-equipment
    .nav__counter
    .swiper-button.swiper-button-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.section-parts {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fff),
        to(#edf3f8)
    );
    background: linear-gradient(180deg, #fff 0, #edf3f8 100%);
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
}
@media all and (max-width: 1199px) {
    .section-parts {
        padding-top: 58px;
    }
}
.section-parts .parts__content {
    margin-bottom: 56px;
}
@media all and (max-width: 575px) {
    .section-parts .parts__content {
        margin-bottom: 20px;
    }
}
.section-parts .parts__content .content__inner .heading {
    margin-bottom: 10px;
}
.section-parts .parts__content .content__inner .text {
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    color: #6b7280;
}
@media all and (max-width: 575px) {
    .section-parts .parts__content .content__inner .text {
        font-size: 14px;
        font-weight: 400;
    }
}
.section-parts .parts__content .content__inner .text p {
    margin-bottom: 20px;
}
@media all and (min-width: 991px) {
    .section-parts .parts__content .content__inner .text img {
        display: none;
    }
}
.section-parts .parts__image {
    margin-bottom: 56px;
}
@media all and (max-width: 991px) {
    .section-parts .parts__image {
        display: none;
    }
}
.section-parts h3 {
    text-transform: uppercase;
    margin-bottom: 24px;
}
@media all and (max-width: 575px) {
    .section-parts h3 {
        margin-bottom: 20px;
    }
}
.section-parts .wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    background: rgba(231, 241, 255, 0.6);
    -webkit-box-shadow: 0 10px 20.9px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 20.9px rgba(0, 0, 0, 0.07);
    border-radius: 30px;
    padding: 16px 0;
    gap: 20px;
}
@media all and (max-width: 1199px) {
    .section-parts .wrapper {
        grid-template-columns: repeat(3, 1fr);
        padding: 8px;
    }
}
.section-parts .wrapper .parts__item {
    position: relative;
}
@media all and (max-width: 991px) {
    .section-parts .wrapper .parts__item {
        min-height: 106px;
    }
}
.section-parts .wrapper .parts__item:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #d8e4f1;
    top: 0;
    bottom: 0;
    right: -10px;
    margin: auto;
}
@media all and (max-width: 1199px) {
    .section-parts .wrapper .parts__item:nth-child(3)::after {
        display: none;
    }
}
.section-parts .wrapper .parts__item .icon {
    margin-bottom: 4px;
}
.section-parts .wrapper .parts__item .icon img {
    width: 63px;
    height: auto;
}
@media all and (max-width: 1199px) {
    .section-parts .wrapper .parts__item .icon img {
        width: 30px;
    }
}
.section-parts .wrapper .parts__item p {
    font-size: 17px;
    line-height: 28px;
}
@media all and (max-width: 1400px) {
    .section-parts .wrapper .parts__item p {
        font-size: 15px;
        line-height: 24px;
    }
}
@media all and (max-width: 575px) {
    .section-parts .wrapper .parts__item p {
        font-size: 12px;
        line-height: 18px;
    }
}
html[lang="ar"] .section-parts .wrapper .parts__item::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #d8e4f1;
    top: 0;
    bottom: 0;
    right: -10px;
    margin: auto;
    display: block !important;
}
html[lang="ar"] .section-parts .wrapper .parts__item:first-child::after {
    display: none !important;
}
@media all and (max-width: 1199px) {
    html[lang="ar"] .section-parts .wrapper .parts__item:nth-child(4)::after {
        display: none !important;
    }
}
.section-choose {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/2.webp);
    padding-bottom: 180px;
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px 100px 0 0;
}
@media all and (max-width: 1199px) {
    .section-choose {
        padding-bottom: 140px;
        border-radius: 50px 50px 0 0;
    }
}
.section-choose .choose__wrapper {
    margin-bottom: 20px;
}
@media all and (max-width: 991px) {
    .section-choose .choose__wrapper {
        margin-bottom: 8px;
    }
}
.section-choose .choose__wrapper .wrapper__inner .choose__item {
    background: #f7fbff;
    border: 1px solid #d1dce8;
    border-radius: 20px;
    min-height: 123px;
    padding: 14px 24px;
    height: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
@media all and (max-width: 991px) {
    .section-choose .choose__wrapper .wrapper__inner .choose__item {
        min-height: 170px;
        padding: 24px;
    }
}
.section-choose
    .choose__wrapper
    .wrapper__inner
    .choose__item.choose__item-small {
    height: auto;
    padding: 24px 220px 24px 24px;
}
@media all and (max-width: 991px) {
    .section-choose
        .choose__wrapper
        .wrapper__inner
        .choose__item.choose__item-small {
        padding: 24px;
    }
}
.section-choose
    .choose__wrapper
    .wrapper__inner
    .choose__item.choose__item-big {
    min-height: 266px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 50px;
    padding-bottom: 20px;
    padding-left: 40px;
}
@media all and (max-width: 991px) {
    .section-choose
        .choose__wrapper
        .wrapper__inner
        .choose__item.choose__item-big {
        min-height: 170px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 24px;
    }
}
.section-choose
    .choose__wrapper
    .wrapper__inner
    .choose__item.choose__item-big:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_6.svg);
    width: 246px;
    height: 160px;
    top: -10px;
    left: -20px;
    z-index: -1;
}
@media all and (max-width: 991px) {
    .section-choose
        .choose__wrapper
        .wrapper__inner
        .choose__item.choose__item-big:after {
        width: 132px;
        height: 80px;
        top: auto;
        bottom: 0;
    }
}
@media all and (max-width: 991px) {
    .section-choose
        .choose__wrapper
        .wrapper__inner
        .choose__item.choose__item-big
        img {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 70px;
        height: 70px;
        z-index: -1;
    }
}
.section-choose
    .choose__wrapper
    .wrapper__inner
    .choose__item.choose__item-two {
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_8.svg);
}
@media all and (max-width: 991px) {
    .section-choose
        .choose__wrapper
        .wrapper__inner
        .choose__item.choose__item-two {
        background-position: 190% 50%;
    }
}
.section-choose
    .choose__wrapper
    .wrapper__inner
    .choose__item.choose__item-three {
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_9.svg);
}
@media all and (max-width: 991px) {
    .section-choose
        .choose__wrapper
        .wrapper__inner
        .choose__item.choose__item-three {
        background-position: 190% 50%;
    }
}
.section-choose
    .choose__wrapper
    .wrapper__inner
    .choose__item:not(:last-child) {
    margin-bottom: 20px;
}
@media all and (max-width: 991px) {
    .section-choose
        .choose__wrapper
        .wrapper__inner
        .choose__item:not(:last-child) {
        margin-bottom: 8px;
    }
}
.section-choose .choose__wrapper .wrapper__inner .choose__item .content h4 {
    margin-bottom: 8px;
}
@media all and (max-width: 991px) {
    .section-choose .choose__wrapper .wrapper__inner .choose__item .content h4 {
        text-transform: uppercase;
    }
}
.section-choose .choose__wrapper .wrapper__inner .choose__item .content p {
    font-size: 13px;
    line-height: 20px;
    color: #6b7280;
}
html[lang="ar"]
    .section-choose
    .choose__wrapper
    .wrapper__inner
    .choose__item.choose__item-small {
    padding: 24px 24px 24px 220px;
}
@media all and (max-width: 991px) {
    html[lang="ar"]
        .section-choose
        .choose__wrapper
        .wrapper__inner
        .choose__item.choose__item-small {
        padding: 24px;
    }
}
html[lang="ar"]
    .section-choose
    .choose__wrapper
    .wrapper__inner
    .choose__item.choose__item-three,
html[lang="ar"]
    .section-choose
    .choose__wrapper
    .wrapper__inner
    .choose__item.choose__item-two {
    background-position: 0 50%;
}
@media all and (max-width: 991px) {
    html[lang="ar"]
        .section-choose
        .choose__wrapper
        .wrapper__inner
        .choose__item.choose__item-three,
    html[lang="ar"]
        .section-choose
        .choose__wrapper
        .wrapper__inner
        .choose__item.choose__item-two {
        background-position: -130px 50%;
    }
}
html[lang="ar"]
    .section-choose
    .choose__wrapper
    .wrapper__inner
    .choose__item.choose__item-big {
    padding-left: 0;
    padding-right: 40px;
}
@media all and (max-width: 991px) {
    html[lang="ar"]
        .section-choose
        .choose__wrapper
        .wrapper__inner
        .choose__item.choose__item-big {
        padding: 24px;
    }
}
html[lang="ar"]
    .section-choose
    .choose__wrapper
    .wrapper__inner
    .choose__item.choose__item-big:after {
    left: auto;
    right: -20px;
}
@media all and (max-width: 991px) {
    html[lang="ar"]
        .section-choose
        .choose__wrapper
        .wrapper__inner
        .choose__item.choose__item-big
        img {
        right: auto;
        left: 12px;
    }
}
.section-howwework {
    margin-top: -100px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/3.webp);
}
.section-howwework .wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
@media all and (max-width: 1199px) {
    .section-howwework .wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media all and (max-width: 767px) {
    .section-howwework .wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media all and (max-width: 575px) {
    .section-howwework .wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}
.section-howwework .wrapper .howwework__item {
    padding: 24px;
    background: #fff;
    border-radius: 0 0 20px 20px;
}
@media all and (max-width: 575px) {
    .section-howwework .wrapper .howwework__item {
        padding: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 24px;
        min-height: 168px;
        border-radius: 0 0 24px 24px;
    }
}
/* .section-howwework .wrapper .howwework__item:first-child {
  background-color: #4d7fb3;
  color: #fff
}
.section-howwework .wrapper .howwework__item:first-child .number {
  color: #fff
}
.section-howwework .wrapper .howwework__item:first-child p {
  color: #d4e4f2
} */
.section-howwework .wrapper .howwework__item .number {
    font-family: SpaceGrotesk, sans-serif;
    font-size: 28px;
    line-height: 120%;
    font-weight: 700;
    display: block;
    margin-bottom: 12px;
    color: rgba(77, 127, 179, 0.35);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 575px) {
    .section-howwework .wrapper .howwework__item .number {
        font-size: 34px;
        color: #4d7fb3;
    }
}
.section-howwework .wrapper .howwework__item h4 {
    margin-bottom: 12px;
}
@media all and (max-width: 575px) {
    .section-howwework .wrapper .howwework__item h4 {
        text-transform: uppercase;
        margin-bottom: 6px;
    }
}
.section-howwework .wrapper .howwework__item p {
    font-size: 13px;
    line-height: 20px;
    color: #6b7280;
}
@media all and (max-width: 575px) {
    .section-howwework .wrapper .howwework__item p {
        font-size: 14px;
        line-height: 22px;
    }
}
html[lang="ar"] .section-howwework .wrapper .howwework__item .number {
    font-family: IBMPlexSans, sans-serif;
}
@media all and (max-width: 991px) {
    .section-brands .brands__heading .heading {
        margin-bottom: 16px;
    }
}
.section-brands .brands__subheading {
    margin-bottom: 32px;
}
@media all and (max-width: 991px) {
    .section-brands .brands__subheading {
        margin-bottom: 16px;
    }
}
.section-brands .brands__subheading p {
    color: #6b7280;
}
@media all and (max-width: 767px) {
    .section-brands .brands__desk {
        display: none;
    }
}
.section-brands .brands__item {
    margin-bottom: 20px;
}
.section-brands .brands__item .item__inner {
    text-align: center;
    border: 1px solid #4d7fb3;
    border-radius: 8px;
    padding: 20px 6px 40px 6px;
}
.section-brands .brands__item .item__inner p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #4d7fb3;
    margin-bottom: 24px;
}
.section-brands .brands__item .item__inner .gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
}
.section-brands .brands__item .item__inner .gallery .image {
    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;
    height: 58px;
    padding: 10px;
}
.section-brands .brands__item .item__inner .gallery .image img {
    max-height: 40px;
}
.section-brands .note {
    font-size: 12px;
    line-height: 18px;
    color: #6b7280;
}
@media all and (min-width: 767px) {
    .section-brands .note {
        padding-top: 12px;
    }
}
@-webkit-keyframes showBlock {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes showBlock {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.section-brands .tabs {
    --transition-time: 0.3s;
    margin-bottom: 16px;
}
@media all and (min-width: 767px) {
    .section-brands .tabs {
        display: none;
    }
}
.section-brands .tabs .tabs__caption {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 10px;
    text-align: center;
    margin-bottom: 16px;
}
.section-brands .tabs .tabs__caption li {
    cursor: pointer;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    font-size: 12px;
    border: 1px solid #4d7fb3;
    border-radius: 22px;
    padding: 11.9px;
    height: 44px;
    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;
}
.section-brands .tabs .tabs__caption li.active {
    background-color: #4d7fb3;
    color: #fff;
}
.section-brands .tabs .tabs__content {
    display: none;
    -webkit-animation: fadeIn var(--transition-time) ease-out;
    animation: fadeIn var(--transition-time) ease-out;
}
.section-brands .tabs .tabs__content.active {
    display: block;
}
.section-finalcall {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/4.webp);
    border-radius: 0 0 100px 100px;
}
@media all and (max-width: 1199px) {
    .section-finalcall {
        border-radius: 0 0 50px 50px;
    }
}
@media all and (max-width: 767px) {
    .section-finalcall {
        background-image: url(../img/4_1.webp);
    }
}
.section-finalcall .heading {
    max-width: 650px;
    width: 100%;
}
@media all and (max-width: 767px) {
    .section-finalcall .heading p {
        color: #edf3f8;
    }
}
.section-finalcall ul {
    max-width: 460px;
    width: 100%;
    margin-bottom: 24px;
}
.section-finalcall ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
}
.section-finalcall ul li:not(:last-child) {
    margin-bottom: 16px;
}
.section-finalcall ul li .icon {
    width: 100px;
    height: 100px;
    border-radius: 19px;
    background-color: #fff;
    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;
}
@media all and (max-width: 575px) {
    .section-finalcall ul li .icon {
        width: 69px;
        height: 69px;
    }
}
.section-finalcall ul li .icon img {
    width: 55px;
    height: auto;
}
@media all and (max-width: 575px) {
    .section-finalcall ul li .icon img {
        width: 42px;
    }
}
.section-finalcall .btn {
    margin-bottom: 24px;
}
.section-finalcall .text {
    max-width: 488px;
    width: 100%;
    padding: 16px;
    background: rgba(237, 243, 248, 0.82);
    border-radius: 19px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #4d7fb3;
}
@media all and (max-width: 575px) {
    .section-finalcall .text {
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        padding: 24px 11px;
    }
}
html[lang="ar"] .section-finalcall {
    background-image: url(../img/4-rtl.webp);
}
@media all and (max-width: 767px) {
    html[lang="ar"] .section-finalcall {
        background-image: url(../img/4_1-rtl.webp);
    }
}
.section-contacts {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../img/5.webp);
    padding-bottom: 80px;
    margin-bottom: 40px;
}
@media all and (max-width: 1400px) {
    .section-contacts {
        background-size: 500px;
    }
}
@media all and (max-width: 1199px) {
    .section-contacts {
        background-image: none;
        padding-bottom: 58px;
        margin-bottom: 0;
    }
}
@media all and (min-width: 1199px) {
    .section-contacts .wrapper {
        max-width: 814px;
        width: 100%;
    }
}
.section-contacts .wrapper h3 {
    text-transform: uppercase;
    margin-bottom: 16px;
}
.section-contacts .wrapper .contacts__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 20px;
    margin-bottom: 40px;
}
@media all and (max-width: 991px) {
    .section-contacts .wrapper .contacts__list {
        -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: flex-start;
    }
}
@media all and (max-width: 575px) {
    .section-contacts .wrapper .contacts__list {
        margin-bottom: 18px;
    }
}
.section-contacts .wrapper .contacts__list li {
    font-family: SpaceGrotesk, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    background-color: #4d7fb3;
    border-radius: 30px;
    padding: 20px 30px;
    height: 117px;
}
@media all and (max-width: 991px) {
    .section-contacts .wrapper .contacts__list li {
        border-radius: 18px;
        padding: 20px;
        width: 100%;
    }
}
@media all and (max-width: 575px) {
    .section-contacts .wrapper .contacts__list li {
        font-size: 16px;
        line-height: 24px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
        padding: 16px;
        height: 70px;
    }
}
.section-contacts .wrapper .contacts__list li.phones {
    font-size: 28px;
}
@media all and (max-width: 575px) {
    .section-contacts .wrapper .contacts__list li.phones {
        font-size: 16px;
    }
}
.section-contacts .wrapper .contacts__list li a {
    display: block;
    color: #edf3f8;
    text-transform: uppercase;
    white-space: nowrap;
}
.section-contacts .wrapper .contacts__list li a:not(:last-child) {
    margin-bottom: 4px;
}
.section-contacts .wrapper .contacts__list li a img {
    width: 24px;
    height: auto;
}
.section-contacts .wrapper .contacts__form {
    background-color: #fff;
    border-radius: 40px;
    padding: 24px 32px;
}
@media all and (max-width: 575px) {
    .section-contacts .wrapper .contacts__form {
        padding: 24px 18px;
        border-radius: 28px;
        border: 1px solid #d8e4f1;
    }
}
.section-contacts .wrapper .contacts__form .heading {
    margin-bottom: 24px;
}
@media all and (max-width: 575px) {
    .section-contacts .wrapper .contacts__form .heading {
        margin-bottom: 12px;
    }
}
.section-contacts .wrapper .contacts__form .subheading {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 28px;
}
@media all and (max-width: 575px) {
    .section-contacts .wrapper .contacts__form .subheading {
        font-size: 14px;
        line-height: 22px;
        color: #6b7280;
        margin-bottom: 12px;
    }
}
html[lang="ar"] .section-contacts {
    background-position: 0 100%;
    background-image: url(../img/5-rtl.webp);
}
@media all and (max-width: 1400px) {
    html[lang="ar"] .section-contacts {
        background-size: 500px;
    }
}
@media all and (max-width: 1199px) {
    html[lang="ar"] .section-contacts {
        background-image: none;
    }
}
html[lang="ar"] .section-contacts .wrapper .contacts__list li a {
    font-family: IBMPlexSans, sans-serif;
    font-size: 26px;
}
@media all and (max-width: 575px) {
    html[lang="ar"] .section-contacts .wrapper .contacts__list li a {
        font-size: 16px;
    }
}
#footer {
    font-size: 12px;
    line-height: 18px;
    color: #6b7280;
}
#footer .wrapper {
    border-top: 1px solid #374151;
    padding-top: 32px;
}
@media all and (max-width: 767px) {
    #footer .wrapper {
        padding-bottom: 32px;
    }
}
#footer a {
    color: #6b7280;
}
#footer .footer__item {
    margin-bottom: 40px;
}
@media all and (max-width: 767px) {
    #footer .footer__item {
        margin-bottom: 8px;
    }
}
#footer .footer__menu .menu__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 10px;
}
@media all and (max-width: 767px) {
    #footer .footer__menu .menu__inner ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
#footer .footer__menu .menu__inner ul li {
    position: relative;
}
#footer .footer__menu .menu__inner ul li:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #6b7280;
    top: 0;
    bottom: 0;
    right: -6.5px;
    margin: auto;
}
#footer
    .footer__menu
    .menu__inner
    ul
    li.current-menu-item:not(.menu-item-object-custom)
    > a {
    text-decoration: underline;
}
#footer .footer__menu .menu__inner ul li a {
    display: inline-block;
}
#footer .footer__menu .menu__inner ul li a:hover {
    text-decoration: underline;
}
html[lang="ar"] #footer .footer__menu .menu__inner ul li:last-child::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #6b7280;
    top: 0;
    bottom: 0;
    right: -6.5px;
    margin: auto;
}
html[lang="ar"] #footer .footer__menu .menu__inner ul li:first-child::after {
    display: none !important;
}
