@charset "UTF-8";
@font-face {
    font-family: IstokWeb;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/IstokWeb-Regular.woff2) format("woff2");
}
@font-face {
    font-family: IstokWeb;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/IstokWeb-Bold.woff2) format("woff2");
}
html {
    min-height: 100%;
}
body,
html {
    scroll-behavior: smooth;
}
body {
    font-family: IstokWeb, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    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: #2a2f35;
    background-color: #f8f9fb;
    font-weight: 400;
}
@media all and (max-width: 991px) {
    body {
        font-size: 12px;
        line-height: 1.4166;
    }
}
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-weight: 700;
    font-style: normal;
    line-height: 1.2;
    margin: 0;
}
h1 {
    font-size: 32px;
}
@media all and (max-width: 991px) {
    h1 {
        font-size: 24px;
    }
}
h2 {
    font-size: 24px;
}
@media all and (max-width: 991px) {
    h2 {
        font-size: 20px;
    }
}
h3 {
    font-size: 20px;
}
@media all and (max-width: 991px) {
    h3 {
        font-size: 18px;
    }
}
h4 {
    font-size: 18px;
}
@media all and (max-width: 991px) {
    h4 {
        font-size: 16px;
    }
}
h5 {
    font-size: 16px;
}
@media all and (max-width: 991px) {
    h5 {
        font-size: 14px;
    }
}
h6 {
    font-size: 14px;
}
@media all and (max-width: 991px) {
    h6 {
        font-size: 12px;
    }
}
.heading {
    margin-bottom: 24px;
}
@media all and (max-width: 575px) {
    .heading {
        margin-bottom: 16px;
    }
}
.heading h1,
.heading h2 {
    font-size: 32px;
}
@media all and (max-width: 991px) {
    .heading h1,
    .heading h2 {
        font-size: 24px;
    }
}
.heading h1 strong,
.heading h2 strong {
    color: #2e93ff;
}
.heading p {
    font-size: 12px;
    color: rgba(42, 47, 53, 0.8);
    text-transform: uppercase;
    margin-bottom: 16px;
}
@media all and (max-width: 991px) {
    .heading p {
        font-size: 10px;
    }
}
.heading article p {
    font-size: inherit;
    text-transform: none;
    margin-top: 16px;
    margin-bottom: 0;
    color: #2a2f35;
}
.heading.heading-flex {
    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;
    gap: 40px;
}
@media all and (max-width: 767px) {
    .heading.heading-flex .btn {
        display: none;
    }
}
.heading.heading-white {
    color: #f8f9fb;
}
.heading.heading-white p {
    color: rgba(248, 249, 251, 0.5);
}
.heading.heading-small h1,
.heading.heading-small h2 {
    font-size: 24px;
}
@media all and (max-width: 991px) {
    .heading.heading-small h1,
    .heading.heading-small h2 {
        font-size: 20px;
    }
}
.btn {
    display: inline-block;
    text-align: center;
    color: #f8f9fb;
    background-color: #2e93ff;
    padding: 10.5px 24px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    border: none;
    border-radius: 6px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    cursor: pointer;
}
@media all and (max-width: 991px) {
    .btn {
        font-size: 12px;
        border-radius: 4px;
        padding: 8px 24px;
    }
}
.btn:hover {
    color: #f8f9fb;
    background-color: #2e93ff;
    -webkit-box-shadow: 0 2px 8px rgba(42, 47, 53, 0.25);
    box-shadow: 0 2px 8px rgba(42, 47, 53, 0.25);
}
.btn:active {
    color: rgba(248, 249, 251, 0.5);
}
.btn.btn-border {
    border: 1px solid #2e93ff;
    color: #2e93ff;
    padding: 9.8px 23px;
    background-color: transparent;
}
@media all and (max-width: 991px) {
    .btn.btn-border {
        padding: 7.4px 23px;
    }
}
.btn.btn-border:hover {
    color: #f8f9fb;
    background-color: #2e93ff;
    -webkit-box-shadow: 0 2px 8px rgba(42, 47, 53, 0.25);
    box-shadow: 0 2px 8px rgba(42, 47, 53, 0.25);
}
.btn.btn-border:active {
    color: rgba(42, 47, 53, 0.5);
}
.btn.btn-border-gray {
    border: 1px solid rgba(248, 249, 251, 0.25);
    color: #f8f9fb;
}
.btn.btn-arrow.btn-white span::after {
    -webkit-filter: brightness(0) saturate(100%) invert(45%) sepia(29%)
        saturate(4375%) hue-rotate(197deg) brightness(105%) contrast(103%);
    filter: brightness(0) saturate(100%) invert(45%) sepia(29%) saturate(4375%)
        hue-rotate(197deg) brightness(105%) contrast(103%);
}
.btn.btn-arrow span {
    position: relative;
    padding-right: 30px;
}
.btn.btn-arrow span:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_6.svg);
    width: 24px;
    height: 24px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0.6;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.btn.btn-arrow:hover span::after {
    opacity: 1;
}
.btn.btn-arrow:active span::after {
    opacity: 0.6;
}
.btn.btn-arrow-left.btn-arrow-left-accent span::after {
    -webkit-filter: brightness(0) saturate(100%) invert(91%) sepia(1%)
        saturate(975%) hue-rotate(108deg) brightness(110%) contrast(96%);
    filter: brightness(0) saturate(100%) invert(91%) sepia(1%) saturate(975%)
        hue-rotate(108deg) brightness(110%) contrast(96%);
}
.btn.btn-arrow-left span {
    position: relative;
    padding-left: 30px;
}
.btn.btn-arrow-left span:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_44.svg);
    width: 24px;
    height: 24px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0.6;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.btn.btn-arrow-left:hover span::after {
    opacity: 1;
    -webkit-filter: brightness(0) saturate(100%) invert(90%) sepia(11%)
        saturate(767%) hue-rotate(186deg) brightness(116%) contrast(97%);
    filter: brightness(0) saturate(100%) invert(90%) sepia(11%) saturate(767%)
        hue-rotate(186deg) brightness(116%) contrast(97%);
}
.btn.btn-arrow-left:active span::after {
    opacity: 0.6;
}
.btn.btn-white {
    background-color: #f8f9fb;
    color: #2e93ff;
    -webkit-box-shadow: 0 2px 8px rgba(42, 47, 53, 0.1);
    box-shadow: 0 2px 8px rgba(42, 47, 53, 0.1);
}
.btn.btn-white:active {
    color: rgba(46, 147, 255, 0.5);
}
.btn-more {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 8px rgba(42, 47, 53, 0.1);
    box-shadow: 0 2px 8px rgba(42, 47, 53, 0.1);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_9.svg);
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    display: block;
}
.btn-more:hover {
    background-image: url(../img/icon_10.svg);
}
@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: 100vh;
    min-height: 100vh;
    overflow: hidden;
}
.stop-scrolling .overlay {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transition:
        opacity 0.15s ease,
        visibility 0.15s ease;
    transition:
        opacity 0.15s ease,
        visibility 0.15s ease;
}
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: 48px;
}
@media all and (max-width: 991px) {
    section {
        margin-bottom: 24px;
    }
}
section#footer {
    margin-bottom: 0;
}
.section-padding {
    padding: 48px 0;
}
@media all and (max-width: 991px) {
    .section-padding {
        padding: 36px 0;
    }
}
@media all and (max-width: 575px) {
    .section-padding {
        padding: 24px 0;
    }
}
.section-white {
    background-color: #fff;
}
.section-gray {
    background-color: #f3f5f7;
}
.mb-0 {
    margin-bottom: 0 !important;
}
@media all and (max-width: 575px) {
    .row-6 {
        margin-left: -3px;
        margin-right: -3px;
    }
}
@media all and (max-width: 575px) {
    .row-6 .box-6 {
        padding-left: 3px;
        padding-right: 3px;
    }
}
.bg__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.bg__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.modal {
    color: #2a2f35;
    background-color: #f8f9fb;
    max-width: 460px;
    width: 100%;
    border-radius: 24px;
    padding: 36px;
}
@media all and (max-width: 575px) {
    .modal {
        padding: 24px;
        border-radius: 12px;
    }
}
.modal .modal__heading {
    margin-bottom: 24px;
}
@media all and (max-width: 575px) {
    .modal .modal__heading {
        margin-bottom: 16px;
    }
}
.modal .modal__heading h6 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: rgba(42, 47, 53, 0.8);
    margin-bottom: 16px;
}
@media all and (max-width: 575px) {
    .modal .modal__heading h6 {
        font-size: 10px;
        margin-bottom: 12px;
    }
}
.modal .modal__heading h2 {
    font-size: 32px;
    margin-bottom: 16px;
}
@media all and (max-width: 575px) {
    .modal .modal__heading h2 {
        font-size: 24px;
    }
}
.modal .modal__heading h2 strong {
    color: #2e93ff;
}
.modal .modal__heading p {
    color: rgba(42, 47, 53, 0.8);
}
#modal-thanks .modal__heading {
    margin-bottom: 0;
}
#modal-thanks .modal__heading h2 {
    margin-bottom: 0;
}
.form__inner.form__inner-gray .form__item input,
.form__inner.form__inner-gray .form__item select,
.form__inner.form__inner-gray .form__item textarea {
  background-color: rgba(165,174,181,.05);
  border: 1px solid rgba(165,174,181,.5)
}
.form__inner.form__inner-gray .form__policy .policy .text p {
  color: rgba(248,249,251,.5)
}
.form__inner.form__inner-gray .form__policy .policy .text p a {
  color: rgba(248,249,251,.5)
}
.form__inner.form__inner-gray .form__consent span.wpcf7-form-control-wrap span.wpcf7-checkbox span.wpcf7-list-item label .wpcf7-list-item-label {
  color: rgba(248,249,251,.5)
}
.form__inner.form__inner-gray .wpcf7-response-output {
  color: #fff
}
.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: 40px;
    border: 1px solid rgba(165, 174, 181, 0.5);
    border-radius: 6px;
    padding-left: 24px;
    padding-right: 12px;
    background-color: #f8f9fb;
    color: #a5aeb5;
    font-size: 16px;
}
@media all and (max-width: 575px) {
    .form__inner .form__item input,
    .form__inner .form__item select,
    .form__inner .form__item textarea {
        height: 32px;
    }
}
.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: #a5aeb5;
    opacity: 1;
}
.form__inner .form__item input::-moz-placeholder,
.form__inner .form__item select::-moz-placeholder,
.form__inner .form__item textarea::-moz-placeholder {
    color: #a5aeb5;
    opacity: 1;
}
.form__inner .form__item input::-ms-placeholder,
.form__inner .form__item select::-ms-placeholder,
.form__inner .form__item textarea::-ms-placeholder {
    color: #a5aeb5;
    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: #a5aeb5;
    opacity: 1;
}
.form__inner .form__item input::-moz-placeholder,
.form__inner .form__item select::-moz-placeholder,
.form__inner .form__item textarea::-moz-placeholder {
    color: #a5aeb5;
    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: #a5aeb5;
    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: #a5aeb5;
    opacity: 1;
}
.form__inner .form__item input::placeholder,
.form__inner .form__item select::placeholder,
.form__inner .form__item textarea::placeholder {
    color: #a5aeb5;
    opacity: 1;
}
.form__inner .form__submit {
    position: relative;
    margin-top: 24px;
    margin-bottom: 24px;
}
@media all and (max-width: 575px) {
    .form__inner .form__submit {
        margin-top: 16px;
        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__policy .policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form__inner .form__policy .policy .text p {
    color: #2a2f35;
    font-size: 14px;
    line-height: 100%;
}
.form__inner .form__policy .policy .text p a {
    text-decoration: underline;
    color: #2a2f35;
}
.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: #2e93ff;
}
.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 #2e93ff;
    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__consent {
    margin-top: 10px;
}
.form__inner .form__consent span.wpcf7-form-control-wrap {
    margin-bottom: 0;
    height: auto;
}
.form__inner .form__consent span.wpcf7-form-control-wrap:before {
    display: none;
}
.form__inner
    .form__consent
    span.wpcf7-form-control-wrap
    span.wpcf7-checkbox
    span.wpcf7-list-item {
    margin: 0;
}
.form__inner
    .form__consent
    span.wpcf7-form-control-wrap
    span.wpcf7-checkbox
    span.wpcf7-list-item
    label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0;
}
.form__inner
    .form__consent
    span.wpcf7-form-control-wrap
    span.wpcf7-checkbox
    span.wpcf7-list-item
    label
    input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    pointer-events: none;
}
.form__inner
    .form__consent
    span.wpcf7-form-control-wrap
    span.wpcf7-checkbox
    span.wpcf7-list-item
    label
    input:checked
    + .wpcf7-list-item-label::before {
    background-color: #2e93ff;
}
.form__inner
    .form__consent
    span.wpcf7-form-control-wrap
    span.wpcf7-checkbox
    span.wpcf7-list-item
    label
    input:checked
    + .wpcf7-list-item-label::after {
    display: block;
}
.form__inner
    .form__consent
    span.wpcf7-form-control-wrap
    span.wpcf7-checkbox
    span.wpcf7-list-item
    label
    .wpcf7-list-item-label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2a2f35;
    font-size: 14px;
    line-height: 100%;
    padding-left: 34px;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.form__inner
    .form__consent
    span.wpcf7-form-control-wrap
    span.wpcf7-checkbox
    span.wpcf7-list-item
    label
    .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: 1px solid #2e93ff;
    border-radius: 6px;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form__inner
    .form__consent
    span.wpcf7-form-control-wrap
    span.wpcf7-checkbox
    span.wpcf7-list-item
    label
    .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    display: none;
    left: 8px;
    top: calc(50% - 2px);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
}
.form__inner .box__buttons {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
@media all and (max-width: 1199px) {
    .form__inner .box__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: -12px;
    }
}
@media all and (max-width: 575px) {
    .form__inner .box__buttons {
        margin-top: -6px;
    }
}
.form__inner .form__file .file-upload {
    position: relative;
    width: 100%;
    border: 1px solid rgba(165, 174, 181, 0.5);
    border-radius: 6px;
    height: 40px;
    text-align: center;
}
.form__inner .form__file .file-upload label {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.form__inner .form__file .file-upload label input[type="file"] {
    display: none;
}
.form__inner .form__file .file-upload label .file__text {
    font-size: 16px;
    font-weight: 400;
    color: #2e93ff;
}
.form__inner .form__file .file-upload #file-name {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    font-size: 10px;
    color: red;
    z-index: 100;
}
header {
    background-color: #2a2f35;
    color: #f8f9fb;
    position: relative;
    z-index: 100;
    min-height: 600px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media all and (max-width: 991px) {
    header {
        min-height: auto;
    }
}
header.case__page {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
}
header.page {
    min-height: auto;
    background-color: #f8f9fb;
    padding-bottom: 48px;
    overflow: visible;
}
@media all and (max-width: 991px) {
    header.page {
        padding-bottom: 36px;
    }
}
@media all and (max-width: 767px) {
    header.page {
        padding-bottom: 24px;
    }
}
header.page::after {
    display: none;
}
header.page .header__top {
    position: relative;
}
header.standard__page {
    min-height: 360px;
    margin-bottom: 48px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: visible;
}
@media all and (max-width: 991px) {
    header.standard__page {
        margin-bottom: 24px;
        min-height: 294px;
    }
}
@media all and (max-width: 575px) {
    header.standard__page {
        min-height: 284px;
    }
}
header.standard__page::after {
    display: none;
}
header.standard__page .header__top {
    position: absolute;
}
header:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_7.svg);
    width: 1269px;
    height: 404px;
    top: 0;
    left: -80px;
    right: 0;
    margin: auto;
    z-index: -1;
}
@media all and (max-width: 1199px) {
    header:after {
        width: 1130px;
        height: 351px;
        left: -30px;
    }
}
@media all and (max-width: 991px) {
    header:after {
        left: -70px;
    }
}
@media all and (max-width: 767px) {
    header:after {
        display: none;
    }
}
header .header__top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 999;
}
header .header__top .wrapper {
    position: relative;
    z-index: 2;
    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;
    padding: 12px 32px;
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper {
        padding: 11px 47px;
    }
}
@media all and (max-width: 991px) {
    header .header__top .wrapper {
        padding: 11px 20px;
    }
}
@media all and (max-width: 575px) {
    header .header__top .wrapper {
        padding: 6px 10px;
    }
}
header .header__top .wrapper .trapezoid-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1180px;
    height: 64px;
    -webkit-filter: drop-shadow(0 8px 24px rgba(42, 47, 53, 0.25));
    filter: drop-shadow(0 8px 24px rgba(42, 47, 53, 0.25));
    z-index: -1;
}
@media all and (max-width: 1250px) {
    header .header__top .wrapper .trapezoid-wrapper {
        max-width: 1100px;
    }
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .trapezoid-wrapper {
        max-width: 900px;
        height: 60px;
    }
}
@media all and (max-width: 991px) {
    header .header__top .wrapper .trapezoid-wrapper {
        height: 54px;
    }
}
@media all and (max-width: 575px) {
    header .header__top .wrapper .trapezoid-wrapper {
        height: 44px;
    }
}
@media all and (max-width: 575px) {
    header .header__top .wrapper .trapezoid-wrapper {
        width: calc(100% - 4px);
    }
}
header .header__top .wrapper .trapezoid {
    width: 100%;
    height: 100%;
    background-color: #f8f9fb;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    position: relative;
}
header .header__top .wrapper .trapezoid::after,
header .header__top .wrapper .trapezoid::before {
    content: "";
    position: absolute;
    top: 0;
    width: 34px;
    height: 100%;
    background-color: #f8f9fb;
}
@media all and (max-width: 1250px) {
    header .header__top .wrapper .trapezoid::after,
    header .header__top .wrapper .trapezoid::before {
        width: 100px;
    }
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .trapezoid::after,
    header .header__top .wrapper .trapezoid::before {
        width: 34px;
    }
}
header .header__top .wrapper .trapezoid::before {
    left: -18px;
    -webkit-transform: skewX(26deg);
    -ms-transform: skewX(26deg);
    transform: skewX(26deg);
    border-bottom-left-radius: 12px;
}
@media all and (max-width: 1250px) {
    header .header__top .wrapper .trapezoid::before {
        left: -50px;
    }
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .trapezoid::before {
        left: -14px;
    }
}
@media all and (max-width: 991px) {
    header .header__top .wrapper .trapezoid::before {
        left: -8px;
        -webkit-transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        transform: skewX(20deg);
    }
}
@media all and (max-width: 575px) {
    header .header__top .wrapper .trapezoid::before {
        left: -6px;
    }
}
header .header__top .wrapper .trapezoid::after {
    right: -18px;
    -webkit-transform: skewX(-26deg);
    -ms-transform: skewX(-26deg);
    transform: skewX(-26deg);
    border-bottom-right-radius: 12px;
}
@media all and (max-width: 1250px) {
    header .header__top .wrapper .trapezoid::after {
        right: -50px;
    }
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .trapezoid::after {
        right: -14px;
    }
}
@media all and (max-width: 991px) {
    header .header__top .wrapper .trapezoid::after {
        right: -8px;
        -webkit-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
        transform: skewX(-20deg);
    }
}
@media all and (max-width: 575px) {
    header .header__top .wrapper .trapezoid::after {
        right: -6px;
    }
}
header .header__top .wrapper .header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .header__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
    }
}
header .header__top .wrapper .header__logo .header_burger {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .header__logo .header_burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
header .header__top .wrapper .header__logo .header_burger .burger_button {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-color: #2e93ff;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    z-index: 20;
}
@media all and (max-width: 575px) {
    header .header__top .wrapper .header__logo .header_burger .burger_button {
        width: 26px;
        height: 26px;
    }
}
header .header__top .wrapper .header__logo .header_burger .burger_button span {
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    background: #f8f9fb;
    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;
}
@media all and (max-width: 575px) {
    header
        .header__top
        .wrapper
        .header__logo
        .header_burger
        .burger_button
        span {
        width: 14px;
    }
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .burger_button
    span:nth-child(1) {
    top: 9px;
}
@media all and (max-width: 575px) {
    header
        .header__top
        .wrapper
        .header__logo
        .header_burger
        .burger_button
        span:nth-child(1) {
        top: 6px;
    }
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .burger_button
    span:nth-child(2) {
    top: 15px;
}
@media all and (max-width: 575px) {
    header
        .header__top
        .wrapper
        .header__logo
        .header_burger
        .burger_button
        span:nth-child(2) {
        top: 12px;
    }
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .burger_button
    span:nth-child(3) {
    top: 21px;
}
@media all and (max-width: 575px) {
    header
        .header__top
        .wrapper
        .header__logo
        .header_burger
        .burger_button
        span:nth-child(3) {
        top: 18px;
    }
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .burger_button.open
    span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
@media all and (max-width: 575px) {
    header
        .header__top
        .wrapper
        .header__logo
        .header_burger
        .burger_button.open
        span:nth-child(1) {
        top: 12px;
    }
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .burger_button.open
    span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .burger_button.open
    span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
@media all and (max-width: 575px) {
    header
        .header__top
        .wrapper
        .header__logo
        .header_burger
        .burger_button.open
        span:nth-child(3) {
        top: 12px;
    }
}
header .header__top .wrapper .header__logo .header_burger .overlay {
    background: rgba(25, 25, 25, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    outline: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    -webkit-transition:
        opacity 0.4s ease,
        visibility 0.4s ease;
    transition:
        opacity 0.4s ease,
        visibility 0.4s ease;
}
header .header__top .wrapper .header__logo .header_burger .menu_toggle {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    margin: 0;
    overflow: auto;
    z-index: 11;
    padding-top: 50px;
    top: 0;
    width: 70%;
    padding-bottom: 70px;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
@media all and (max-width: 767px) {
    header .header__top .wrapper .header__logo .header_burger .menu_toggle {
        width: 100%;
    }
}
@media all and (max-width: 575px) {
    header .header__top .wrapper .header__logo .header_burger .menu_toggle {
        padding-top: 44px;
    }
}
header .header__top .wrapper .header__logo .header_burger .menu_toggle.slide {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .menu_toggle.menuopen {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .menu_toggle
    .toggle__inner {
    background-color: #f8f9fb;
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .menu_toggle
    .toggle__inner
    .container {
    padding: 0;
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li {
    position: relative;
    border-bottom: 1px solid rgba(165, 174, 181, 0.25);
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.current-menu-item:not(.menu-item-object-custom)
    > a {
    color: #2e93ff;
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li:hover
    > a {
    color: #2e93ff;
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a {
    color: #2a2f35;
    font-weight: 700;
    font-size: 18px;
    padding: 12px;
    display: block;
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children {
    position: relative;
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    > a {
    padding-right: 18px;
    position: relative;
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    > a:before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_20.svg);
    width: 24px;
    height: 24px;
    top: 14px;
    right: 12px;
    margin: auto;
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children:hover
    > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children:hover::before {
    -webkit-filter: brightness(0) saturate(100%) invert(53%) sepia(82%)
        saturate(3029%) hue-rotate(191deg) brightness(99%) contrast(104%);
    filter: brightness(0) saturate(100%) invert(53%) sepia(82%) saturate(3029%)
        hue-rotate(191deg) brightness(99%) contrast(104%);
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    ul.sub-menu {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 10;
    display: none;
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    ul.sub-menu
    li:not(:last-child) {
    border-bottom: 1px solid rgba(165, 174, 181, 0.25);
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    ul.sub-menu
    li:first-child {
    border-top: 1px solid rgba(165, 174, 181, 0.25);
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    ul.sub-menu
    li.current-menu-item
    > a {
    background-color: #2e93ff;
    color: #f8f9fb;
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    ul.sub-menu
    li.current-menu-item
    > a
    .menu-item-description {
    color: rgba(248, 249, 251, 0.8);
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    ul.sub-menu
    li.current-menu-item
    > a::after {
    background-image: url(../img/icon_9.svg) !important;
    -webkit-box-shadow: 0 2px 8px rgba(42, 47, 53, 0.1) !important;
    box-shadow: 0 2px 8px rgba(42, 47, 53, 0.1) !important;
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    ul.sub-menu
    li.current-menu-item
    > a:hover {
    color: #f8f9fb;
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    ul.sub-menu
    li
    a {
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
    display: block;
    padding-left: 24px;
}
@media all and (max-width: 991px) {
    header
        .header__top
        .wrapper
        .header__logo
        .header_burger
        .menu_toggle
        .toggle__inner
        .mobile__menu
        li.menu-item-has-children
        ul.sub-menu
        li
        a {
        font-size: 14px;
        line-height: 18px;
    }
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    ul.sub-menu
    li
    a:hover {
    color: #2e93ff;
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    ul.sub-menu
    li
    a:hover::after {
    background-image: url(../img/icon_10.svg);
    -webkit-box-shadow: none;
    box-shadow: none;
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    ul.sub-menu
    li
    a
    .menu-item-description {
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-top: 2px;
    color: rgba(42, 47, 53, 0.8);
}
header
    .header__top
    .wrapper
    .header__logo
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    ul.sub-menu
    li
    a:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_9.svg);
    width: 32px;
    height: 32px;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 8px rgba(42, 47, 53, 0.1);
    box-shadow: 0 2px 8px rgba(42, 47, 53, 0.1);
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
header .header__top .wrapper .header__logo .logo__inner img {
    width: 239px;
    height: auto;
}
@media all and (max-width: 1220px) {
    header .header__top .wrapper .header__logo .logo__inner img {
        width: 200px;
    }
}
@media all and (max-width: 575px) {
    header .header__top .wrapper .header__logo .logo__inner img {
        width: 112px;
    }
}
@media all and (max-width: 364px) {
    header .header__top .wrapper .header__logo .logo__inner img {
        width: 100px;
    }
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .header__menu {
        display: none;
    }
}
header .header__top .wrapper .header__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}
header .header__top .wrapper .header__menu ul li {
    position: relative;
}
header
    .header__top
    .wrapper
    .header__menu
    ul
    li.current-menu-item:not(.menu-item-object-custom)
    > a {
    color: #2e93ff;
}
header
    .header__top
    .wrapper
    .header__menu
    ul
    li.current-menu-item:not(.menu-item-object-custom)
    > a::before {
    background-color: #2e93ff;
}
header .header__top .wrapper .header__menu ul li:hover > a {
    color: #2e93ff;
}
header .header__top .wrapper .header__menu ul li:hover > a::before {
    background-color: #2e93ff;
}
header .header__top .wrapper .header__menu ul li a {
    color: #2a2f35;
    font-size: 14px;
    padding: 8px 0;
    display: inline-block;
    cursor: pointer;
}
header .header__top .wrapper .header__menu ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 1px;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: transaprent;
}
header .header__top .wrapper .header__menu ul li.menu-item-has-children {
    position: relative;
}
header .header__top .wrapper .header__menu ul li.menu-item-has-children > a {
    padding-right: 18px;
}
header .header__top .wrapper .header__menu ul li.menu-item-has-children:before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_1.svg);
    width: 16px;
    height: 16px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
header
    .header__top
    .wrapper
    .header__menu
    ul
    li.menu-item-has-children:hover
    > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
header
    .header__top
    .wrapper
    .header__menu
    ul
    li.menu-item-has-children:hover::before {
    -webkit-filter: brightness(0) saturate(100%) invert(53%) sepia(82%)
        saturate(3029%) hue-rotate(191deg) brightness(99%) contrast(104%);
    filter: brightness(0) saturate(100%) invert(53%) sepia(82%) saturate(3029%)
        hue-rotate(191deg) brightness(99%) contrast(104%);
}
header
    .header__top
    .wrapper
    .header__menu
    ul
    li.menu-item-has-children
    ul.sub-menu {
    position: absolute;
    top: 36px;
    left: 0;
    width: 400px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    display: block;
    z-index: 10;
    background-color: #f8f9fb;
    -webkit-box-shadow: 0 4px 24px rgba(42, 47, 53, 0.1);
    box-shadow: 0 4px 24px rgba(42, 47, 53, 0.1);
    border-radius: 12px;
    overflow: hidden;
}
header
    .header__top
    .wrapper
    .header__menu
    ul
    li.menu-item-has-children
    ul.sub-menu
    li:not(:last-child) {
    border-bottom: 1px solid rgba(165, 174, 181, 0.25);
}
header
    .header__top
    .wrapper
    .header__menu
    ul
    li.menu-item-has-children
    ul.sub-menu
    li.current-menu-item
    > a {
    background-color: #2e93ff;
    color: #f8f9fb;
}
header
    .header__top
    .wrapper
    .header__menu
    ul
    li.menu-item-has-children
    ul.sub-menu
    li.current-menu-item
    > a
    .menu-item-description {
    color: rgba(248, 249, 251, 0.8);
}
header
    .header__top
    .wrapper
    .header__menu
    ul
    li.menu-item-has-children
    ul.sub-menu
    li.current-menu-item
    > a::after {
    background-image: url(../img/icon_9.svg) !important;
    -webkit-box-shadow: 0 2px 8px rgba(42, 47, 53, 0.1) !important;
    box-shadow: 0 2px 8px rgba(42, 47, 53, 0.1) !important;
}
header
    .header__top
    .wrapper
    .header__menu
    ul
    li.menu-item-has-children
    ul.sub-menu
    li.current-menu-item
    > a:hover {
    color: #f8f9fb;
}
header
    .header__top
    .wrapper
    .header__menu
    ul
    li.menu-item-has-children
    ul.sub-menu
    li
    a {
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
    display: block;
    padding: 12px 56px 12px 12px;
}
@media all and (max-width: 991px) {
    header
        .header__top
        .wrapper
        .header__menu
        ul
        li.menu-item-has-children
        ul.sub-menu
        li
        a {
        font-size: 14px;
        line-height: 18px;
    }
}
header
    .header__top
    .wrapper
    .header__menu
    ul
    li.menu-item-has-children
    ul.sub-menu
    li
    a:hover {
    color: #2e93ff;
}
header
    .header__top
    .wrapper
    .header__menu
    ul
    li.menu-item-has-children
    ul.sub-menu
    li
    a:hover::after {
    background-image: url(../img/icon_10.svg);
    -webkit-box-shadow: none;
    box-shadow: none;
}
header
    .header__top
    .wrapper
    .header__menu
    ul
    li.menu-item-has-children
    ul.sub-menu
    li
    a
    .menu-item-description {
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-top: 2px;
    color: rgba(42, 47, 53, 0.8);
}
header
    .header__top
    .wrapper
    .header__menu
    ul
    li.menu-item-has-children
    ul.sub-menu
    li
    a::before {
    display: none;
}
header
    .header__top
    .wrapper
    .header__menu
    ul
    li.menu-item-has-children
    ul.sub-menu
    li
    a:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_9.svg);
    width: 32px;
    height: 32px;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 8px rgba(42, 47, 53, 0.1);
    box-shadow: 0 2px 8px rgba(42, 47, 53, 0.1);
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
header .header__top .wrapper .header__contacts {
    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: 24px;
}
@media all and (max-width: 767px) {
    header .header__top .wrapper .header__contacts {
        gap: 8px;
    }
}
header .header__top .wrapper .header__contacts .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    font-size: 20px;
    line-height: 120%;
    font-weight: 700;
    color: #2a2f35;
}
@media all and (max-width: 1220px) {
    header .header__top .wrapper .header__contacts .phone {
        font-size: 18px;
    }
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .header__contacts .phone img {
        width: 24px;
        height: 24px;
    }
}
@media all and (max-width: 767px) {
    header .header__top .wrapper .header__contacts .phone img {
        width: 42px;
        height: 32px;
    }
}
header .header__top .wrapper .header__contacts .phone:hover {
    color: #2e93ff;
}
@media all and (max-width: 767px) {
    header .header__top .wrapper .header__contacts .phone span {
        display: none;
    }
}
@media all and (max-width: 575px) {
    header .header__top .wrapper .header__contacts .btn {
        padding-left: 12px;
        padding-right: 12px;
    }
}
header .header__main {
    width: 100%;
    padding-top: 126px;
    padding-bottom: 28px;
}
@media all and (max-width: 1199px) {
    header .header__main {
        padding-top: 116px;
        padding-bottom: 70px;
    }
}
@media all and (max-width: 767px) {
    header .header__main {
        padding-top: 100px;
    }
}
@media all and (max-width: 575px) {
    header .header__main {
        padding-top: 70px;
        padding-bottom: 30px;
    }
}
header .header__main.header__main-cases .container {
    height: 100%;
}
header .header__main.header__main-cases .container .row {
    height: 100%;
}
header .header__main.header__main-cases .main__content .content__inner .btn {
    margin-bottom: 64px;
}
@media all and (max-width: 991px) {
    header
        .header__main.header__main-cases
        .main__content
        .content__inner
        .btn {
        margin-bottom: 24px;
    }
}
header
    .header__main.header__main-cases
    .main__content
    .content__inner
    .industry {
    font-size: 12px;
    color: rgba(248, 249, 251, 0.5);
    margin-bottom: 16px;
    text-transform: uppercase;
}
@media all and (max-width: 991px) {
    header
        .header__main.header__main-cases
        .main__content
        .content__inner
        .industry {
        font-size: 10px;
    }
}
header .header__main.header__main-cases .main__content .content__inner h1 {
    margin-bottom: 16px;
}
header
    .header__main.header__main-cases
    .main__content
    .content__inner
    .case__details {
    margin-top: 64px;
    gap: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}
@media all and (max-width: 1199px) {
    header
        .header__main.header__main-cases
        .main__content
        .content__inner
        .case__details {
        margin-top: 36px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
header
    .header__main.header__main-cases
    .main__content
    .content__inner
    .case__details
    li {
    padding: 12px;
    border: 1px solid rgba(248, 249, 251, 0.1);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: 6px;
}
@media all and (max-width: 1199px) {
    header
        .header__main.header__main-cases
        .main__content
        .content__inner
        .case__details
        li:nth-child(2) {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
@media all and (max-width: 1199px) {
    header
        .header__main.header__main-cases
        .main__content
        .content__inner
        .case__details
        li:not(:nth-child(2)) {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
header
    .header__main.header__main-cases
    .main__content
    .content__inner
    .case__details
    li
    span {
    display: block;
    color: rgba(248, 249, 251, 0.8);
    font-size: 20px;
}
@media all and (max-width: 575px) {
    header
        .header__main.header__main-cases
        .main__content
        .content__inner
        .case__details
        li
        span {
        font-size: 15px;
    }
}
header
    .header__main.header__main-cases
    .main__content
    .content__inner
    .case__details
    li
    span.details__title {
    font-size: 14px;
    margin-bottom: 2px;
}
@media all and (max-width: 991px) {
    header
        .header__main.header__main-cases
        .main__content
        .content__inner
        .case__details
        li
        span.details__title {
        font-size: 12px;
        margin-top: 0;
    }
}
@media all and (max-width: 767px) {
    header .header__main .main__content {
        margin-bottom: 55px;
    }
}
header .header__main .main__content .content__inner {
    margin-bottom: 48px;
}
@media all and (max-width: 991px) {
    header .header__main .main__content .content__inner {
        margin-bottom: 24px;
    }
}
@media all and (max-width: 767px) {
    header .header__main .main__content .content__inner {
        text-align: center;
        margin-bottom: 12px;
    }
}
header .header__main .main__content .content__inner h1 {
    margin-bottom: 16px;
}
@media all and (min-width: 767px) {
    header .header__main .main__content .content__inner h1 {
        max-width: 500px;
        width: 100%;
    }
}
@media all and (max-width: 767px) {
    header .header__main .main__content .content__inner h1 {
        margin-bottom: 12px;
    }
}
header .header__main .main__content .content__inner h1 strong {
    color: #2e93ff;
}
@media all and (max-width: 767px) {
    header .header__main .main__content .content__inner h1 strong {
        display: block;
    }
}
header .header__main .main__content .content__inner p {
    color: rgba(248, 249, 251, 0.8);
}
header .header__main .main__content .content__inner p:not(:last-child) {
    margin-bottom: 6px;
}
header .header__main .main__content .wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
@media all and (max-width: 991px) {
    header .header__main .main__content .wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
header .header__main .main__content .wrapper .features__item {
    border: 1px solid rgba(248, 249, 251, 0.1);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: 6px;
    padding: 12px;
    color: rgba(248, 249, 251, 0.8);
    position: relative;
    z-index: 3;
}
header .header__main .main__content .wrapper .features__item span {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: block;
    margin-bottom: 2px;
}
@media all and (max-width: 991px) {
    header .header__main .main__content .wrapper .features__item span {
        font-size: 20px;
    }
}
header .header__main .main__content .wrapper .features__item p {
    font-weight: 700;
}
@media all and (max-width: 991px) {
    header .header__main .main__content .wrapper .features__item p {
        font-size: 12px;
    }
}
header .header__main .main__project .project__inner {
    position: relative;
}
header .header__main .main__project .project__inner .image {
    position: relative;
}
@media all and (max-width: 767px) {
    header .header__main .main__project .project__inner .image {
        padding-left: 40px;
    }
}
header .header__main .main__project .project__inner .image:after {
    position: absolute;
    content: "";
    width: 144px;
    height: 136px;
    background: rgba(248, 249, 251, 0.25);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
    top: -20px;
    right: 0;
    -webkit-box-shadow: 0 0 24px rgba(42, 47, 53, 0.5);
    box-shadow: 0 0 24px rgba(42, 47, 53, 0.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
@media all and (max-width: 991px) {
    header .header__main .main__project .project__inner .image:after {
        width: 116px;
        height: 106px;
        top: 30px;
    }
}
header .header__main .main__project .project__inner .image::before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_18.png);
    width: 309px;
    height: 276px;
    top: -40px;
    left: 2%;
    z-index: -1;
}
@media all and (min-width: 767px) {
    header .header__main .main__project .project__inner .image::before {
        display: none;
    }
}
header .header__main .main__project .project__inner .image .image__outer {
    width: 100%;
    max-width: 502px;
    aspect-ratio: 502/459;
    border-radius: 24px;
    overflow: hidden;
}
@media all and (min-width: 1199px) {
    header .header__main .main__project .project__inner .image .image__outer {
        position: relative;
        right: 20px;
    }
}
@media all and (max-width: 767px) {
    header .header__main .main__project .project__inner .image .image__outer {
        display: block;
        margin: 0 auto;
    }
}
header .header__main .main__project .project__inner .image .image__outer svg {
    display: block;
    width: 100%;
    height: 100%;
}
header .header__main .main__project .project__inner .element {
    position: absolute;
    bottom: -31px;
    right: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 3000px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
@media all and (max-width: 1199px) {
    header .header__main .main__project .project__inner .element {
        bottom: -71px;
    }
}
@media all and (max-width: 575px) {
    header .header__main .main__project .project__inner .element {
        bottom: -31px;
    }
}
header .header__main .main__project .project__inner .element:after {
    position: absolute;
    content: "";
    -webkit-clip-path: path(
        "M 50,0 L 3000,0 L 3000,3000 L -30,200 Q 20,0 70,0 Z"
    );
    clip-path: path("M 50,0 L 3000,0 L 3000,3000 L -30,200 Q 20,0 70,0 Z");
    width: 3000px;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#f8f9fb),
        to(rgba(248, 249, 251, 0.5))
    );
    background: linear-gradient(0deg, #f8f9fb 0, rgba(248, 249, 251, 0.5) 100%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    bottom: -2px;
    left: 0;
    top: 0;
}
header .header__main .main__project .project__inner .element .element__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    position: relative;
    z-index: 2;
}
@media all and (max-width: 575px) {
    header
        .header__main
        .main__project
        .project__inner
        .element
        .element__inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
header
    .header__main
    .main__project
    .project__inner
    .element
    .element__inner
    .element__content {
    text-align: right;
    color: rgba(42, 47, 53, 0.8);
}
header
    .header__main
    .main__project
    .project__inner
    .element
    .element__inner
    .element__content
    h5 {
    font-size: 8px;
    line-height: 140%;
    text-transform: uppercase;
}
@media all and (max-width: 991px) {
    header
        .header__main
        .main__project
        .project__inner
        .element
        .element__inner
        .element__content
        h5 {
        font-size: 6px;
    }
}
header
    .header__main
    .main__project
    .project__inner
    .element
    .element__inner
    .element__content
    h3 {
    color: #2a2f35;
    text-transform: uppercase;
}
@media all and (max-width: 575px) {
    header
        .header__main
        .main__project
        .project__inner
        .element
        .element__inner
        .element__content
        h3 {
        font-size: 16px;
        line-height: 18px;
        max-width: 200px;
    }
}
header
    .header__main
    .main__project
    .project__inner
    .element
    .element__inner
    .element__content
    p {
    font-size: 12px;
}
@media all and (max-width: 991px) {
    header
        .header__main
        .main__project
        .project__inner
        .element
        .element__inner
        .element__content
        p {
        font-size: 10px;
    }
}
header
    .header__main
    .main__project
    .project__inner
    .element
    .element__inner
    .icon
    img {
    width: 48px;
    height: auto;
}
header .header__main-page {
    width: 100%;
    padding-top: 126px;
    padding-bottom: 55px;
}
@media all and (max-width: 1199px) {
    header .header__main-page {
        padding-top: 116px;
        padding-bottom: 42px;
    }
}
@media all and (max-width: 767px) {
    header .header__main-page {
        padding-top: 100px;
        padding-bottom: 34px;
    }
}
@media all and (max-width: 575px) {
    header .header__main-page {
        padding-top: 70px;
    }
}
header .header__main-page #breadcrumbs .breadcrumbs {
    color: #f8f9fb;
}
header .header__main-page #breadcrumbs .breadcrumbs span {
    color: #f8f9fb;
}
header .header__main-page #breadcrumbs .breadcrumbs span a {
    color: rgba(248, 249, 251, 0.5);
}
header .header__main-page #breadcrumbs .breadcrumbs span a span {
    color: inherit;
}
header .header__main-page .heading {
    max-width: 708px;
    width: 100%;
}
header .header__main-page .heading p {
    font-size: 14px;
    color: rgba(248, 249, 251, 0.8);
    text-transform: none;
    margin-bottom: 0;
    margin-top: 16px;
}
@media all and (max-width: 991px) {
    header .header__main-page .heading p {
        font-size: 12px;
    }
}
header .header__main-page .box__buttons {
    margin-top: 36px;
    margin-bottom: 0;
}
@media all and (max-width: 991px) {
    header .header__main-page .box__buttons {
        margin-top: 24px;
    }
}
@media all and (max-width: 575px) {
    header .header__main-page .box__buttons {
        margin-top: 16px;
    }
}
header .box__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 86px;
}
@media all and (max-width: 991px) {
    header .box__buttons {
        margin-bottom: 48px;
    }
}
@media all and (max-width: 767px) {
    header .box__buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 24px;
    }
}
@media all and (max-width: 575px) {
    header .box__buttons {
        gap: 12px;
    }
}
@media all and (max-width: 575px) {
    header .box__buttons .btn {
        padding-left: 12px;
        padding-right: 12px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: auto;
        max-width: 100%;
    }
}
#breadcrumbs {
    margin-bottom: 16px;
}
#breadcrumbs .breadcrumbs {
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(42, 47, 53, 0.5);
}
@media all and (max-width: 991px) {
    #breadcrumbs .breadcrumbs {
        font-size: 10px;
    }
}
#breadcrumbs .breadcrumbs span {
    color: rgba(42, 47, 53, 0.5);
    display: inline-block;
}
#breadcrumbs .breadcrumbs span a {
    color: #2e93ff;
    display: inline-block;
}
#breadcrumbs .breadcrumbs span a span {
    color: inherit;
}
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 {
    margin-bottom: 0.625em;
}
article p {
    margin-bottom: 1em;
}
article a {
    color: #00a8d2;
}
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 .block-1 {
    border-width: 1px 0;
    border-style: solid;
    border-color: rgba(165, 174, 181, 0.1);
}
@media all and (max-width: 991px) {
    article .block-1 {
        padding: 24px 0;
    }
}
@media all and (max-width: 767px) {
    article .block-1 .block-1__image {
        text-align: center;
        margin-bottom: 16px;
    }
}
@media all and (max-width: 991px) {
    article .block-1 .block-1__content .content__inner .service__items {
        display: none;
    }
}
article .block-1 .service__items-mobile {
    margin-top: 24px;
}
@media all and (min-width: 991px) {
    article .block-1 .service__items-mobile {
        display: none;
    }
}
@media all and (max-width: 767px) {
    article .block-1 .service__items-mobile {
        margin-top: 12px;
    }
}
article .block-1 .service__item {
    margin-bottom: 20px;
}
@media all and (max-width: 991px) {
    article .block-1 .service__item {
        margin-bottom: 16px;
    }
}
@media all and (max-width: 767px) {
    article .block-1 .service__item {
        margin-bottom: 6px;
    }
}
article .block-1 .service__item .item__inner {
    padding: 46px 12px 12px 12px;
    background-color: #f8f9fb;
    -webkit-box-shadow: 0 0 4px rgba(42, 47, 53, 0.1);
    box-shadow: 0 0 4px rgba(42, 47, 53, 0.1);
    border-radius: 12px;
    position: relative;
}
@media all and (max-width: 991px) {
    article .block-1 .service__item .item__inner {
        padding: 36px 12px 12px 12px;
    }
}
article .block-1 .service__item .item__inner .number {
    display: block;
    font-weight: 700;
    font-size: 64px;
    line-height: 120%;
    color: rgba(46, 147, 255, 0.25);
    opacity: 0.5;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    margin: auto;
}
@media all and (max-width: 991px) {
    article .block-1 .service__item .item__inner .number {
        font-size: 56px;
    }
}
article .block-1 .service__item .item__inner h5 {
    margin-bottom: 4px;
}
article .block-1 .service__item .item__inner p {
    font-size: 12px;
    color: rgba(42, 47, 53, 0.8);
    margin-bottom: 0;
}
@media all and (max-width: 575px) {
    article .block-1 .service__item .item__inner p {
        font-size: 8px;
    }
}
article .block-2 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 30px;
}
article .block-2 .block-2__content .content__inner .factory__item {
    padding-left: 36px;
    position: relative;
}
article
    .block-2
    .block-2__content
    .content__inner
    .factory__item:not(:last-child) {
    margin-bottom: 16px;
}
article .block-2 .block-2__content .content__inner .factory__item:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_26.svg);
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
}
article .block-2 .block-2__content .content__inner .factory__item h4 {
    margin-bottom: 4px;
}
article .block-2 .block-2__content .content__inner .factory__item p {
    color: rgba(42, 47, 53, 0.8);
}
article .block-3 {
    background-color: rgba(233, 236, 241, 0.5);
    border-radius: 24px;
    padding: 36px;
    margin-bottom: 30px;
}
@media all and (max-width: 991px) {
    article .block-3 {
        border-radius: 12px;
        padding: 24px;
    }
}
article .block-3 .heading {
    margin-bottom: 16px;
}
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: 5px 0 0 0 !important;
    border: none !important;
    text-align: center;
}
#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;
}
@media all and (max-width: 767px) {
    .section-included .heading {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}
@media all and (max-width: 767px) {
    .section-included .heading h2 strong {
        display: block;
    }
}
.section-included .box__button {
    text-align: center;
}
@media all and (min-width: 767px) {
    .section-included .box__button {
        display: none;
    }
}
@media all and (max-width: 575px) {
    .section-included .box__button {
        margin-top: 10px;
    }
}
.section-included .included__item {
    margin-bottom: 20px;
}
@media all and (max-width: 991px) {
    .section-included .included__item {
        margin-bottom: 16px;
    }
}
@media all and (max-width: 575px) {
    .section-included .included__item {
        margin-bottom: 6px;
    }
}
.section-included .included__item .item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid rgba(165, 174, 181, 0.25);
    border-radius: 12px;
    padding: 24px;
    background-color: #f8f9fb;
    color: #2a2f35;
}
@media all and (max-width: 575px) {
    .section-included .included__item .item__inner {
        padding: 16px 24px;
    }
}
.section-included .included__item .item__inner:hover {
    color: #2e93ff;
}
.section-included .included__item .item__inner:hover .btn-more {
    background-image: url(../img/icon_10.svg);
}
.section-included .included__item .item__inner .icon img {
    width: 48px;
    height: auto;
}
.section-included .included__item .item__inner .content {
    position: relative;
    width: 100%;
}
.section-included .included__item .item__inner .content h4 {
    color: inherit;
    margin-bottom: 6px;
    padding-right: 40px;
}
.section-included .included__item .item__inner .content p {
    color: rgba(42, 47, 53, 0.8);
}
.section-included .included__item .item__inner .content .btn-more {
    position: absolute;
    top: 0;
    right: 0;
}
.section-turnkey {
    overflow: hidden;
    background-color: #fff;
}
@media all and (max-width: 575px) {
    .section-turnkey {
        padding-top: 50px;
    }
}
.section-turnkey .heading {
    position: relative;
    z-index: 2;
    margin-bottom: 90px;
}
@media all and (max-width: 1199px) {
    .section-turnkey .heading {
        margin-bottom: 60px;
    }
}
@media all and (max-width: 767px) {
    .section-turnkey .heading {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 767px) {
    .section-turnkey .heading .heading__content {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 16px;
    }
}
.section-turnkey .heading .element {
    position: absolute;
    top: -49px;
    right: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 3000px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
@media all and (max-width: 575px) {
    .section-turnkey .heading .element {
        top: -54px;
        max-width: calc(100% - 20px);
    }
}
.section-turnkey .heading .element:after {
    position: absolute;
    content: "";
    -webkit-clip-path: path(
        "M 50,0 L 3000,0 L 3000,3000 L -30,200 Q 20,0 70,0 Z"
    );
    clip-path: path("M 50,0 L 3000,0 L 3000,3000 L -30,200 Q 20,0 70,0 Z");
    width: 3000px;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#f8f9fb),
        to(#f8f9fb)
    );
    background: linear-gradient(0deg, #f8f9fb 0, #f8f9fb 100%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    bottom: -2px;
    left: 0;
    top: 0;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}
.section-turnkey .heading .element .element__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    position: relative;
    z-index: 2;
}
@media all and (max-width: 575px) {
    .section-turnkey .heading .element .element__inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.section-turnkey .heading .element .element__inner .element__content {
    text-align: right;
    color: rgba(42, 47, 53, 0.8);
}
.section-turnkey .heading .element .element__inner .element__content p {
    text-transform: none;
    margin-bottom: 2px;
    color: #2a2f35;
}
.section-turnkey .heading .element .element__inner .element__content h4 {
    color: #2e93ff;
}
.section-turnkey .heading .element .element__inner .icon img {
    width: 48px;
    height: auto;
}
.section-turnkey .wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    padding-bottom: 34px;
    position: relative;
    margin-bottom: 50px;
}
@media all and (max-width: 991px) {
    .section-turnkey .wrapper {
        margin-bottom: 40px;
    }
}
@media all and (max-width: 767px) {
    .section-turnkey .wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 44px;
        padding-left: 70px;
        padding-bottom: 0;
        margin-bottom: 16px;
    }
}
.section-turnkey .wrapper::after {
    position: absolute;
    content: "";
    width: calc(100% - 180px);
    height: 2px;
    background-color: rgba(165, 174, 181, 0.1);
    bottom: 14px;
    left: 0;
    right: 0;
    margin: auto;
}
@media all and (max-width: 1199px) {
    .section-turnkey .wrapper::after {
        width: calc(100% - 160px);
    }
}
@media all and (max-width: 991px) {
    .section-turnkey .wrapper::after {
        width: calc(100% - 130px);
    }
}
@media all and (max-width: 767px) {
    .section-turnkey .wrapper::after {
        width: 2px;
        height: calc(100% - 54px);
        right: auto;
        left: 32px;
        bottom: auto;
    }
}
.section-turnkey .wrapper .turnkey__item {
    position: relative;
}
@media all and (min-width: 767px) {
    .section-turnkey .wrapper .turnkey__item {
        text-align: center;
    }
}
.section-turnkey .wrapper .turnkey__item::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: rgba(165, 174, 181, 0.1);
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
}
@media all and (max-width: 767px) {
    .section-turnkey .wrapper .turnkey__item::before {
        bottom: auto;
        top: 0;
        right: auto;
        left: -48px;
    }
}
.section-turnkey .wrapper .turnkey__item::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #a5aeb5;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: auto;
}
@media all and (max-width: 767px) {
    .section-turnkey .wrapper .turnkey__item::after {
        right: auto;
        bottom: auto;
        top: 6px;
        left: -42px;
    }
}
.section-turnkey .wrapper .turnkey__item:last-child::before {
    background-color: rgba(46, 147, 255, 0.1);
}
.section-turnkey .wrapper .turnkey__item:last-child::after {
    background-color: #2e93ff;
}
.section-turnkey .wrapper .turnkey__item .number {
    display: block;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 700;
    font-size: 64px;
    line-height: 120%;
    color: rgba(46, 147, 255, 0.25);
    opacity: 0.5;
}
@media all and (max-width: 991px) {
    .section-turnkey .wrapper .turnkey__item .number {
        font-size: 56px;
        top: -30px;
    }
}
.section-turnkey .wrapper .turnkey__item h5 {
    margin-bottom: 4px;
}
.section-turnkey .wrapper .turnkey__item p {
    font-size: 12px;
    color: rgba(42, 47, 53, 0.8);
}
@media all and (max-width: 991px) {
    .section-turnkey .wrapper .turnkey__item p {
        font-size: 10px;
    }
}
.section-turnkey .composition {
    margin-bottom: 12px;
    padding: 16px 24px;
    background: rgba(248, 249, 251, 0.05);
    -webkit-box-shadow: 0 0 12px rgba(42, 47, 53, 0.1);
    box-shadow: 0 0 12px rgba(42, 47, 53, 0.1);
    border-radius: 12px;
}
@media all and (max-width: 767px) {
    .section-turnkey .composition {
        text-align: center;
        padding: 16px;
    }
}
.section-turnkey .composition h5 {
    margin-bottom: 6px;
}
.section-turnkey .composition ul {
    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: 6px;
}
@media all and (max-width: 767px) {
    .section-turnkey .composition ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.section-turnkey .composition ul li {
    font-size: 12px;
    color: rgba(42, 47, 53, 0.8);
    padding: 6px 16px;
    background: rgba(46, 147, 255, 0.1);
    border-radius: 15px;
}
@media all and (max-width: 991px) {
    .section-turnkey .composition ul li {
        font-size: 10px;
    }
}
.section-turnkey .note {
    padding: 24px;
    background: rgba(46, 147, 255, 0.05);
    border: 1px solid rgba(46, 147, 255, 0.1);
    border-radius: 12px;
    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;
    gap: 10px 40px;
}
@media all and (max-width: 991px) {
    .section-turnkey .note {
        padding: 16px 24px;
    }
}
@media all and (max-width: 767px) {
    .section-turnkey .note {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media all and (max-width: 575px) {
    .section-turnkey .note {
        padding: 16px 12px;
    }
}
.section-turnkey .note .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}
@media all and (max-width: 767px) {
    .section-turnkey .note .text {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.section-turnkey .note .text h3 {
    margin-bottom: 2px;
}
.section-turnkey .note .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.section-factory {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/1.webp);
    overflow: hidden;
}
.section-factory .factory__image {
    position: relative;
}
@media all and (max-width: 767px) {
    .section-factory .factory__image {
        text-align: center;
        margin-bottom: 12px;
    }
}
@media all and (max-width: 767px) {
    .section-factory .factory__image.factory__image-forwhom {
        margin-bottom: 24px;
    }
}
.section-factory .factory__image .element {
    position: absolute;
    bottom: -52px;
    left: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 3000px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
@media all and (max-width: 1199px) {
    .section-factory .factory__image .element {
        bottom: -51px;
    }
}
@media all and (max-width: 991px) {
    .section-factory .factory__image .element {
        bottom: -37px;
    }
}
@media all and (max-width: 767px) {
    .section-factory .factory__image .element {
        bottom: auto;
        top: -37px;
        left: auto;
        right: 0;
        text-align: left;
    }
}
@media all and (max-width: 575px) {
    .section-factory .factory__image .element {
        top: -25px;
    }
}
.section-factory .factory__image .element:after {
    position: absolute;
    content: "";
    -webkit-clip-path: path(
        "M 50,0 L 3000,0 L 3000,3000 L -30,200 Q 20,0 70,0 Z"
    );
    clip-path: path("M 50,0 L 3000,0 L 3000,3000 L -30,200 Q 20,0 70,0 Z");
    width: 3000px;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(248, 249, 251, 0.5)),
        to(#f8f9fb)
    );
    background: linear-gradient(
        180deg,
        rgba(248, 249, 251, 0.5) 0,
        #f8f9fb 100%
    );
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    bottom: -2px;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
@media all and (max-width: 767px) {
    .section-factory .factory__image .element:after {
        -webkit-clip-path: path(
            "M 50,0 L 3000,0 L 3000,3000 L -30,200 Q 20,0 70,0 Z"
        );
        clip-path: path("M 50,0 L 3000,0 L 3000,3000 L -30,200 Q 20,0 70,0 Z");
        background: -webkit-gradient(
            linear,
            left bottom,
            left top,
            from(#fff),
            to(rgba(248, 249, 251, 0.5))
        );
        background: linear-gradient(
            0deg,
            #fff 0,
            rgba(248, 249, 251, 0.5) 100%
        );
        left: 0;
        right: auto;
        top: 0;
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1);
    }
}
.section-factory .factory__image .element .element__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 60px;
    position: relative;
    z-index: 2;
}
@media all and (max-width: 767px) {
    .section-factory .factory__image .element .element__inner {
        padding-left: 60px;
        padding-right: 0;
    }
}
@media all and (max-width: 575px) {
    .section-factory .factory__image .element .element__inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.section-factory .factory__image .element .element__inner .element__content p {
    font-size: 12px;
    color: rgba(42, 47, 53, 0.8);
}
@media all and (max-width: 767px) {
    .section-factory
        .factory__image
        .element
        .element__inner
        .element__content
        p {
        font-size: 10px;
    }
}
.section-factory .factory__image .element .element__inner .icon img {
    width: 48px;
    height: auto;
}
@media all and (max-width: 575px) {
    .section-factory .factory__image .element .element__inner .icon img {
        width: 36px;
    }
}
.section-factory .factory__content .content__inner {
    color: #f8f9fb;
}
.section-factory .factory__content .content__inner .heading {
    margin-bottom: 16px;
}
@media all and (max-width: 991px) {
    .section-factory .factory__content .content__inner .heading {
        margin-bottom: 12px;
    }
}
.section-factory .factory__content .content__inner .content .content__text {
    margin-bottom: 16px;
    color: rgba(248, 249, 251, 0.8);
}
@media all and (max-width: 991px) {
    .section-factory .factory__content .content__inner .content .content__text {
        margin-bottom: 12px;
    }
}
.section-factory .factory__content .content__inner .content .wrapper {
    margin-bottom: 36px;
}
@media all and (max-width: 991px) {
    .section-factory .factory__content .content__inner .content .wrapper {
        margin-bottom: 24px;
    }
}
.section-factory
    .factory__content
    .content__inner
    .content
    .wrapper
    .factory__item {
    padding-left: 36px;
    position: relative;
}
.section-factory
    .factory__content
    .content__inner
    .content
    .wrapper
    .factory__item:not(:last-child) {
    margin-bottom: 16px;
}
.section-factory
    .factory__content
    .content__inner
    .content
    .wrapper
    .factory__item:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_26.svg);
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
}
.section-factory
    .factory__content
    .content__inner
    .content
    .wrapper
    .factory__item
    h4 {
    margin-bottom: 4px;
}
.section-factory
    .factory__content
    .content__inner
    .content
    .wrapper
    .factory__item
    p {
    color: rgba(248, 249, 251, 0.8);
}
.section-factory .factory__content .content__inner .text {
    margin-bottom: 36px;
}
.section-factory .factory__content .content__inner .team__wrapper .team__item {
    margin-bottom: 12px;
}
@media all and (max-width: 575px) {
    .section-factory
        .factory__content
        .content__inner
        .team__wrapper
        .team__item {
        margin-bottom: 6px;
    }
}
.section-factory
    .factory__content
    .content__inner
    .team__wrapper
    .team__item
    .item__inner {
    border: 1px solid rgba(248, 249, 251, 0.1);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: 6px;
    padding: 12px;
    color: rgba(248, 249, 251, 0.8);
}
.section-factory
    .factory__content
    .content__inner
    .team__wrapper
    .team__item
    .item__inner
    .title {
    font-size: 24px;
    display: block;
    color: #2e93ff;
    font-weight: 700;
    margin-bottom: 2px;
}
@media all and (max-width: 991px) {
    .section-factory
        .factory__content
        .content__inner
        .team__wrapper
        .team__item
        .item__inner
        .title {
        font-size: 20px;
    }
}
.section-factory
    .factory__content
    .content__inner
    .team__wrapper
    .team__item
    .item__inner
    p
    strong {
    color: rgba(233, 236, 241, 0.8);
}
.section-factory
    .factory__content
    .content__inner
    .team__wrapper
    .team__item
    .item__inner
    p:not(:last-child) {
    margin-bottom: 2px;
}
.section-concerns .heading h2 strong {
    display: block;
}
.section-concerns .concerns__item {
    margin-bottom: 20px;
}
@media all and (max-width: 991px) {
    .section-concerns .concerns__item {
        margin-bottom: 15px;
    }
}
@media all and (max-width: 575px) {
    .section-concerns .concerns__item {
        margin-bottom: 6px;
    }
}
.section-concerns .concerns__item .item__inner {
    background-color: #f8f9fb;
    -webkit-box-shadow: 0 0 12px rgba(42, 47, 53, 0.1);
    box-shadow: 0 0 12px rgba(42, 47, 53, 0.1);
    border-radius: 12px;
    padding: 16px;
}
@media all and (max-width: 575px) {
    .section-concerns .concerns__item .item__inner {
        padding: 16px 6px;
    }
}
.section-concerns .concerns__item .item__inner .title {
    padding: 12px 12px 12px 24px;
    border-radius: 12px;
    background-color: #f5eff2;
    margin-bottom: 12px;
    position: relative;
    margin-left: 20px;
}
@media all and (max-width: 991px) {
    .section-concerns .concerns__item .item__inner .title {
        margin-bottom: 8px;
    }
}
@media all and (max-width: 575px) {
    .section-concerns .concerns__item .item__inner .title {
        margin-left: 0;
        padding-left: 54px;
    }
}
.section-concerns .concerns__item .item__inner .title:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_30.svg);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 8px rgba(42, 47, 53, 0.1);
    box-shadow: 0 2px 8px rgba(42, 47, 53, 0.1);
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto;
}
@media all and (max-width: 575px) {
    .section-concerns .concerns__item .item__inner .title:after {
        left: 10px;
    }
}
.section-concerns .concerns__item .item__inner .title h5 {
    color: rgba(42, 47, 53, 0.8);
}
.section-concerns .concerns__item .item__inner .content {
    padding-left: 44px;
    position: relative;
}
@media all and (max-width: 575px) {
    .section-concerns .concerns__item .item__inner .content {
        padding-left: 54px;
    }
}
.section-concerns .concerns__item .item__inner .content:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_31.svg);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 8px rgba(42, 47, 53, 0.1);
    box-shadow: 0 2px 8px rgba(42, 47, 53, 0.1);
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
@media all and (max-width: 575px) {
    .section-concerns .concerns__item .item__inner .content:after {
        left: 10px;
    }
}
.section-projects {
    overflow: hidden;
}
@media all and (max-width: 767px) {
    .section-projects {
        padding: 0;
    }
}
.section-projects .wrapper {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/2.webp);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 86px;
}
@media all and (max-width: 991px) {
    .section-projects .wrapper {
        margin-bottom: 48px;
    }
}
@media all and (max-width: 767px) {
    .section-projects .wrapper {
        padding: 24px 0;
        margin-bottom: 24px;
    }
}
.section-projects .projects__heading {
    padding-top: 82px;
    padding-bottom: 82px;
    position: relative;
    z-index: 2;
}
@media all and (max-width: 767px) {
    .section-projects .projects__heading {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.section-projects .projects__image {
    position: relative;
}
@media all and (max-width: 767px) {
    .section-projects .projects__image {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
.section-projects .projects__image .image {
    position: absolute;
    top: -30px;
    left: 0;
}
@media all and (max-width: 1199px) {
    .section-projects .projects__image .image {
        left: -110px;
        top: -10px;
    }
}
@media all and (max-width: 991px) {
    .section-projects .projects__image .image {
        top: 24px;
        left: -70px;
    }
}
@media all and (max-width: 767px) {
    .section-projects .projects__image .image {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }
}
@media all and (max-width: 991px) {
    .section-projects .projects__image .image img {
        max-width: 440px;
        width: 100%;
    }
}
.section-projects .projects__image .element {
    position: absolute;
    top: -1px;
    right: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 3000px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
@media all and (max-width: 767px) {
    .section-projects .projects__image .element {
        top: -25px;
    }
}
@media all and (max-width: 575px) {
    .section-projects .projects__image .element {
        max-width: calc(100% - 20px);
    }
}
.section-projects .projects__image .element:after {
    position: absolute;
    content: "";
    -webkit-clip-path: path(
        "M 50,0 L 3000,0 L 3000,3000 L -30,200 Q 20,0 70,0 Z"
    );
    clip-path: path("M 50,0 L 3000,0 L 3000,3000 L -30,200 Q 20,0 70,0 Z");
    width: 3000px;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#f8f9fb),
        to(rgba(248, 249, 251, 0.5))
    );
    background: linear-gradient(0deg, #f8f9fb 0, rgba(248, 249, 251, 0.5) 100%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    bottom: -2px;
    left: 0;
    top: 0;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}
.section-projects .projects__image .element .element__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    position: relative;
    z-index: 2;
}
@media all and (max-width: 575px) {
    .section-projects .projects__image .element .element__inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.section-projects .projects__image .element .element__inner .element__content {
    text-align: right;
    color: rgba(42, 47, 53, 0.8);
}
.section-projects
    .projects__image
    .element
    .element__inner
    .element__content
    p {
    font-size: 12px;
}
@media all and (max-width: 991px) {
    .section-projects
        .projects__image
        .element
        .element__inner
        .element__content
        p {
        font-size: 10px;
    }
}
.section-projects
    .projects__image
    .element
    .element__inner
    .element__content
    h3 {
    color: #2a2f35;
    text-transform: uppercase;
}
.section-projects .projects__image .element .element__inner .icon img {
    width: 48px;
    height: auto;
}
@media all and (max-width: 575px) {
    .section-projects .projects__image .element .element__inner .icon img {
        width: 36px;
    }
}
.section-projects .projects__list .first__project {
    margin-bottom: 24px;
}
@media all and (max-width: 767px) {
    .section-projects .projects__list .first__project {
        margin-bottom: 12px;
    }
}
.section-projects .projects__list .first__project .project__inner {
    border-radius: 24px;
    overflow: hidden;
    background-color: #f8f9fb;
    -webkit-box-shadow: 0 0 24px rgba(42, 47, 53, 0.1);
    box-shadow: 0 0 24px rgba(42, 47, 53, 0.1);
}
@media all and (max-width: 991px) {
    .section-projects .projects__list .first__project .project__inner {
        border-radius: 12px;
    }
}
.section-projects
    .projects__list
    .first__project
    .project__inner
    .project__image
    .image__inner {
    display: block;
}
@media all and (max-width: 767px) {
    .section-projects
        .projects__list
        .first__project
        .project__inner
        .project__image
        .image__inner {
        height: 300px;
    }
}
@media all and (max-width: 575px) {
    .section-projects
        .projects__list
        .first__project
        .project__inner
        .project__image
        .image__inner {
        height: 192px;
    }
}
.section-projects
    .projects__list
    .first__project
    .project__inner
    .project__image
    .image__inner:hover {
    opacity: 0.8;
}
.section-projects
    .projects__list
    .first__project
    .project__inner
    .project__image
    .image__inner
    img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.section-projects
    .projects__list
    .first__project
    .project__inner
    .project__details
    .details__inner {
    padding: 24px;
}
@media all and (max-width: 991px) {
    .section-projects
        .projects__list
        .first__project
        .project__inner
        .project__details
        .details__inner {
        padding: 16px 24px 16px 0;
    }
}
@media all and (max-width: 767px) {
    .section-projects
        .projects__list
        .first__project
        .project__inner
        .project__details
        .details__inner {
        padding: 20px 16px 16px 16px;
    }
}
.section-projects
    .projects__list
    .first__project
    .project__inner
    .project__details
    .details__inner
    .details__top {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-bottom: 16px;
}
@media all and (max-width: 991px) {
    .section-projects
        .projects__list
        .first__project
        .project__inner
        .project__details
        .details__inner
        .details__top {
        margin-bottom: 12px;
    }
}
.section-projects
    .projects__list
    .first__project
    .project__inner
    .project__details
    .details__inner
    .details__top
    .industry {
    display: block;
    font-size: 12px;
    color: rgba(42, 47, 53, 0.5);
}
@media all and (max-width: 991px) {
    .section-projects
        .projects__list
        .first__project
        .project__inner
        .project__details
        .details__inner
        .details__top
        .industry {
        font-size: 10px;
    }
}
.section-projects
    .projects__list
    .first__project
    .project__inner
    .project__details
    .details__inner
    .details__top
    .location {
    border: 1px solid rgba(165, 174, 181, 0.5);
    border-radius: 4px;
    padding: 5.5px 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
    font-size: 8px;
    font-weight: 700;
    color: #a5aeb5;
    text-transform: uppercase;
}
@media all and (max-width: 991px) {
    .section-projects
        .projects__list
        .first__project
        .project__inner
        .project__details
        .details__inner
        .details__top
        .location {
        font-size: 6px;
        padding: 4px;
    }
}
@media all and (max-width: 991px) {
    .section-projects
        .projects__list
        .first__project
        .project__inner
        .project__details
        .details__inner
        .details__top
        .location
        img {
        width: 12px;
        height: auto;
    }
}
.section-projects
    .projects__list
    .first__project
    .project__inner
    .project__details
    .details__inner
    h3 {
    font-size: 32px;
    margin-bottom: 16px;
}
@media all and (max-width: 991px) {
    .section-projects
        .projects__list
        .first__project
        .project__inner
        .project__details
        .details__inner
        h3 {
        font-size: 24px;
        margin-bottom: 12px;
    }
}
.section-projects
    .projects__list
    .first__project
    .project__inner
    .project__details
    .details__inner
    ul {
    margin-bottom: 24px;
}
@media all and (max-width: 991px) {
    .section-projects
        .projects__list
        .first__project
        .project__inner
        .project__details
        .details__inner
        ul {
        margin-bottom: 16px;
    }
}
.section-projects
    .projects__list
    .first__project
    .project__inner
    .project__details
    .details__inner
    ul
    li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
}
.section-projects
    .projects__list
    .first__project
    .project__inner
    .project__details
    .details__inner
    ul
    li:not(:last-child) {
    margin-bottom: 16px;
}
@media all and (max-width: 991px) {
    .section-projects
        .projects__list
        .first__project
        .project__inner
        .project__details
        .details__inner
        ul
        li:not(:last-child) {
        margin-bottom: 12px;
    }
}
.section-projects
    .projects__list
    .first__project
    .project__inner
    .project__details
    .details__inner
    ul
    li
    .content
    .title {
    color: rgba(42, 47, 53, 0.8);
    display: block;
    margin-bottom: 4px;
}
@media all and (max-width: 767px) {
    .project__item {
        margin-bottom: 12px;
    }
}
.project__item .item__inner {
    background-color: #f8f9fb;
    -webkit-box-shadow: 0 0 24px rgba(42, 47, 53, 0.1);
    box-shadow: 0 0 24px rgba(42, 47, 53, 0.1);
    border-radius: 24px;
    overflow: hidden;
}
@media all and (max-width: 991px) {
    .project__item .item__inner {
        border-radius: 12px;
    }
}
.project__item .item__inner .project__image {
    display: block;
    height: 360px;
}
@media all and (max-width: 991px) {
    .project__item .item__inner .project__image {
        height: 234px;
    }
}
@media all and (max-width: 767px) {
    .project__item .item__inner .project__image {
        height: 300px;
    }
}
@media all and (max-width: 575px) {
    .project__item .item__inner .project__image {
        height: 220px;
    }
}
.project__item .item__inner .project__image:hover {
    opacity: 0.8;
}
.project__item .item__inner .project__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.project__item .item__inner .project__details {
    padding: 20px 24px 24px 24px;
}
.project__item .item__inner .project__details .project__top {
    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;
    gap: 10px;
    margin-bottom: 16px;
}
.project__item .item__inner .project__details .project__top .content p {
    font-size: 12px;
    margin-bottom: 4px;
    color: rgba(42, 47, 53, 0.5);
}
@media all and (max-width: 991px) {
    .project__item .item__inner .project__details .project__top .content p {
        font-size: 10px;
    }
}
.project__item .item__inner .project__details .project__top .content h3 {
    font-size: 24px;
}
@media all and (max-width: 991px) {
    .project__item .item__inner .project__details .project__top .content h3 {
        font-size: 20px;
    }
}
.project__item .item__inner .project__details .project__top .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.section-work {
    background-color: rgba(165, 174, 181, 0.05);
}
.section-work .work__content .content__inner .work__item {
    background-color: #f8f9fb;
    -webkit-box-shadow: 0 0 12px rgba(42, 47, 53, 0.1);
    box-shadow: 0 0 12px rgba(42, 47, 53, 0.1);
    border-radius: 12px;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
}
@media all and (max-width: 991px) {
    .section-work .work__content .content__inner .work__item {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}
@media all and (max-width: 767px) {
    .section-work .work__content .content__inner .work__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 12px;
    }
}
.section-work .work__content .content__inner .work__item:not(:last-child) {
    margin-bottom: 6px;
}
@media all and (min-width: 991px) {
    .section-work .work__content .content__inner .work__item .work__title {
        width: 188px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
@media all and (max-width: 767px) {
    .section-work .work__content .content__inner .work__item .work__title {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(165, 174, 181, 0.25);
    }
}
.section-work .work__content .content__inner .work__item .work__title .number {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: rgba(46, 147, 255, 0.25);
    opacity: 0.5;
    display: block;
}
@media all and (max-width: 991px) {
    .section-work
        .work__content
        .content__inner
        .work__item
        .work__title
        .number {
        font-size: 24px;
    }
}
.section-work .work__content .content__inner .work__item .work__title h5 {
    color: rgba(42, 47, 53, 0.8);
}
.section-work .work__content .content__inner .work__item .work__text {
    width: 100%;
}
@media all and (max-width: 767px) {
    .section-work .work__content .content__inner .work__item .work__text {
        width: calc(50% - 10px);
    }
}
.section-work
    .work__content
    .content__inner
    .work__item
    .work__text:last-child
    .title {
    color: #2e93ff;
}
.section-work .work__content .content__inner .work__item .work__text .title {
    display: block;
    margin-bottom: 2px;
}
.section-work .work__content .content__inner .work__item .work__text p {
    color: rgba(42, 47, 53, 0.8);
}
.section-calculation {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/3.webp);
}
@media all and (max-width: 767px) {
    .section-calculation .calculation__heading {
        margin-bottom: 16px;
    }
}
.section-calculation .calculation__heading .heading h2 strong {
    display: block;
}
.section-calculation .calculation__heading .content {
    color: #f8f9fb;
}
.section-calculation .calculation__heading .content p {
    margin-bottom: 24px;
}
@media all and (max-width: 991px) {
    .section-calculation .calculation__heading .content p {
        margin-bottom: 16px;
    }
}
.section-calculation .calculation__heading .content ul li {
    position: relative;
    padding-left: 36px;
    font-size: 18px;
}
@media all and (max-width: 991px) {
    .section-calculation .calculation__heading .content ul li {
        font-size: 16px;
    }
}
.section-calculation .calculation__heading .content ul li:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_26.svg);
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
}
.section-calculation .calculation__heading .content ul li:not(:last-child) {
    margin-bottom: 12px;
}
.section-calculation .calculation__form .form__inner {
    background-color: rgba(248, 249, 251, 0.05);
    border: 1px solid rgba(248, 249, 251, 0.1);
    -webkit-box-shadow: 0 0 24px rgba(42, 47, 53, 0.25);
    box-shadow: 0 0 24px rgba(42, 47, 53, 0.25);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: 24px;
    padding: 36px;
}
@media all and (max-width: 991px) {
    .section-calculation .calculation__form .form__inner {
        border-radius: 12px;
        padding: 24px;
    }
}
.section-faq.section-bg {
    background-color: #f3f5f7;
}
.section-faq .faq_tabs .tabs_item {
    border: 1px solid rgba(165, 174, 181, 0.25);
    border-radius: 12px;
}
@media all and (max-width: 991px) {
    .section-faq .faq_tabs .tabs_item {
        border-radius: 8px;
    }
}
.section-faq .faq_tabs .tabs_item:not(:last-child) {
    margin-bottom: 6px;
}
.section-faq .faq_tabs .tabs_item .title {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 50px 16px 16px;
}
@media all and (max-width: 991px) {
    .section-faq .faq_tabs .tabs_item .title {
        font-size: 14px;
    }
}
.section-faq .faq_tabs .tabs_item .title:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_40.svg);
    width: 24px;
    height: 24px;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
}
.section-faq .faq_tabs .tabs_item .title.active:after {
    background-image: url(../img/icon_41.svg);
}
.section-faq .faq_tabs .tabs_item .tab_content {
    display: none;
    color: rgba(42, 47, 53, 0.8);
    padding: 1px 50px 1px 16px;
}
.section-faq .faq_tabs .tabs_item .tab_content article {
    padding-left: 12px;
    border-left: 1px solid rgba(165, 174, 181, 0.25);
}
.section-startproject {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/4.webp);
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media all and (max-width: 991px) {
    .section-startproject {
        min-height: 240px;
    }
}
@media all and (max-width: 575px) {
    .section-startproject {
        padding: 10px 0;
        text-align: center;
    }
}
.section-startproject.startproject-task {
    min-height: 157px;
    padding: 24px 0;
    background-image: url(../img/7.webp);
}
.section-startproject .wrapper {
    padding: 24px 36px;
    background-color: rgba(42, 47, 53, 0.8);
    border: 1px solid #2a2f35;
    border-radius: 24px;
}
@media all and (max-width: 991px) {
    .section-startproject .wrapper {
        border-radius: 12px;
    }
}
@media all and (max-width: 575px) {
    .section-startproject .wrapper {
        padding: 24px;
    }
}
@media all and (min-width: 991px) {
    .section-startproject .wrapper .startproject__heading .heading {
        margin-bottom: 0;
    }
}
.section-startproject .wrapper .startproject__heading .heading h5 {
    color: rgba(248, 249, 251, 0.5);
    margin-top: 4px;
}
.section-startproject .wrapper .startproject__buttons .buttons__inner {
    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: 12px 20px;
}
@media all and (max-width: 991px) {
    .section-startproject .wrapper .startproject__buttons .buttons__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 190px;
        width: 100%;
        margin-left: auto;
        margin-right: 0;
    }
}
@media all and (max-width: 575px) {
    .section-startproject .wrapper .startproject__buttons .buttons__inner {
        max-width: none;
    }
}
@media all and (max-width: 991px) {
    .section-startproject .wrapper .startproject__buttons .buttons__inner .btn {
        width: 100%;
    }
}
#footer {
    border-top: 1px solid rgba(165, 174, 181, 0.25);
    background-color: #2a2f35;
    padding-top: 36px;
    color: rgba(248, 249, 251, 0.5);
}
@media all and (max-width: 991px) {
    #footer {
        padding-top: 24px;
    }
}
@media all and (max-width: 767px) {
    #footer {
        text-align: center;
        padding-top: 16px;
        padding-bottom: 4px;
    }
}
#footer .footer__top {
    border-bottom: 1px solid rgba(165, 174, 181, 0.25);
    margin-bottom: 24px;
}
@media all and (max-width: 991px) {
    #footer .footer__top {
        margin-bottom: 12px;
    }
}
#footer .footer__top h6 {
    font-size: 14px;
    margin-bottom: 12px;
}
@media all and (max-width: 991px) {
    #footer .footer__top h6 {
        font-size: 12px;
    }
}
#footer .footer__top .footer__item {
    margin-bottom: 24px;
}
@media all and (max-width: 991px) {
    #footer .footer__top .footer__item {
        margin-bottom: 12px;
    }
}
@media all and (max-width: 767px) {
    #footer .footer__top .footer__item {
        margin-bottom: 16px;
    }
}
@media all and (min-width: 991px) {
    #footer .footer__top .footer__logo .logo__inner {
        max-width: 280px;
        width: 100%;
    }
}
#footer .footer__top .footer__logo .logo {
    margin-bottom: 12px;
}
#footer .footer__top .footer__logo .logo img {
    width: 239px;
    height: auto;
}
@media all and (max-width: 991px) {
    #footer .footer__top .footer__logo .logo img {
        width: 162px;
    }
}
#footer .footer__top .footer__logo .text {
    font-size: 12px;
    margin-bottom: 24px;
}
@media all and (max-width: 991px) {
    #footer .footer__top .footer__logo .text {
        font-size: 10px;
    }
}
#footer .footer__top .footer__logo ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}
@media all and (max-width: 767px) {
    #footer .footer__top .footer__logo ul li {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#footer .footer__top .footer__logo ul li:not(:last-child) {
    margin-bottom: 12px;
}
@media all and (max-width: 991px) {
    #footer .footer__top .footer__logo ul li:not(:last-child) {
        margin-bottom: 8px;
    }
}
#footer .footer__top .footer__logo ul li a {
    color: rgba(248, 249, 251, 0.8);
    font-size: 10px;
}
@media all and (max-width: 991px) {
    #footer .footer__top .footer__logo ul li a {
        font-size: 8px;
    }
}
#footer .footer__top .footer__logo ul li a:hover {
    color: #2e93ff;
}
#footer .footer__top .footer__logo ul li .phone {
    font-size: 14px;
}
@media all and (max-width: 991px) {
    #footer .footer__top .footer__logo ul li .phone {
        font-size: 12px;
    }
}
@media all and (max-width: 991px) {
    #footer .footer__top .footer__logo ul li img {
        width: 12px;
        height: auto;
    }
}
@media all and (max-width: 767px) {
    #footer .footer__top .footer__menu {
        display: none;
    }
}
#footer .footer__top .footer__menu .menu__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
}
@media all and (max-width: 991px) {
    #footer .footer__top .footer__menu .menu__inner {
        gap: 16px;
    }
}
#footer
    .footer__top
    .footer__menu
    .menu__inner
    .menu__item
    ul
    li:not(:last-child) {
    margin-bottom: 2px;
}
#footer
    .footer__top
    .footer__menu
    .menu__inner
    .menu__item
    ul
    li.current-menu-item:not(.menu-item-object-custom)
    > a {
    text-decoration: underline;
}
#footer .footer__top .footer__menu .menu__inner .menu__item ul li a {
    font-size: 10px;
    color: #f8f9fb;
    display: inline-block;
}
#footer .footer__top .footer__menu .menu__inner .menu__item ul li a:hover {
    text-decoration: underline;
}
#footer .footer__top .footer__buttons .buttons__inner h6 {
    margin-bottom: 24px;
}
@media all and (max-width: 991px) {
    #footer .footer__top .footer__buttons .buttons__inner h6 {
        margin-bottom: 6px;
    }
}
#footer .footer__top .footer__buttons .buttons__inner .text {
    font-size: 12px;
    margin-bottom: 24px;
}
@media all and (max-width: 991px) {
    #footer .footer__top .footer__buttons .buttons__inner .text {
        font-size: 10px;
        margin-bottom: 12px;
    }
}
#footer .footer__top .footer__buttons .buttons__inner ul li:not(:last-child) {
    margin-bottom: 12px;
}
#footer .footer__bottom .footer__item {
    margin-bottom: 36px;
}
@media all and (max-width: 991px) {
    #footer .footer__bottom .footer__item {
        margin-bottom: 24px;
    }
}
@media all and (max-width: 767px) {
    #footer .footer__bottom .footer__item {
        margin-bottom: 12px;
    }
}
#footer .footer__bottom .footer__copyright p {
    font-size: 10px;
}
@media all and (max-width: 991px) {
    #footer .footer__bottom .footer__copyright p {
        font-size: 8px;
    }
}
@media all and (max-width: 767px) {
    #footer .footer__bottom .footer__links {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
#footer .footer__bottom .footer__links .links__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: 24px;
}
@media all and (max-width: 767px) {
    #footer .footer__bottom .footer__links .links__inner ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#footer .footer__bottom .footer__links .links__inner ul li {
    position: relative;
}
#footer
    .footer__bottom
    .footer__links
    .links__inner
    ul
    li.current-menu-item:not(.menu-item-object-custom)
    > a {
    text-decoration: underline;
}
#footer
    .footer__bottom
    .footer__links
    .links__inner
    ul
    li:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background-color: rgba(248, 249, 251, 0.5);
    top: 0;
    bottom: 0;
    right: -12px;
    margin: auto;
}
#footer .footer__bottom .footer__links .links__inner ul li a {
    font-size: 10px;
    color: rgba(248, 249, 251, 0.5);
    display: inline-block;
}
@media all and (max-width: 991px) {
    #footer .footer__bottom .footer__links .links__inner ul li a {
        font-size: 8px;
    }
}
#footer .footer__bottom .footer__links .links__inner ul li a:hover {
    text-decoration: underline;
}
#page.page-standart {
    overflow: hidden;
}
#page .page__services .wrapper .service__item {
    background-color: #f8f9fb;
    -webkit-box-shadow: 0 0 12px rgba(42, 47, 53, 0.1);
    box-shadow: 0 0 12px rgba(42, 47, 53, 0.1);
    border-radius: 24px;
    padding: 12px;
}
@media all and (max-width: 991px) {
    #page .page__services .wrapper .service__item {
        border-radius: 12px;
    }
}
#page .page__services .wrapper .service__item:not(:last-child) {
    margin-bottom: 12px;
}
@media all and (min-width: 767px) {
    #page
        .page__services
        .wrapper
        .service__item:nth-child(2n)
        .service__details {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
#page
    .page__services
    .wrapper
    .service__item:nth-child(2n)
    .service__details
    .details__inner {
    padding: 36px 40px 36px 36px;
}
@media all and (max-width: 991px) {
    #page
        .page__services
        .wrapper
        .service__item:nth-child(2n)
        .service__details
        .details__inner {
        padding: 12px 44px 12px 36px;
    }
}
@media all and (max-width: 767px) {
    #page
        .page__services
        .wrapper
        .service__item:nth-child(2n)
        .service__details
        .details__inner {
        padding: 12px 4px;
    }
}
#page .page__services .wrapper .service__item .service__image .image__inner {
    min-height: 260px;
    border-radius: 16px;
    overflow: hidden;
    display: block;
}
@media all and (max-width: 991px) {
    #page
        .page__services
        .wrapper
        .service__item
        .service__image
        .image__inner {
        border-radius: 12px;
        min-height: 234px;
    }
}
@media all and (max-width: 575px) {
    #page
        .page__services
        .wrapper
        .service__item
        .service__image
        .image__inner {
        min-height: 192px;
    }
}
#page
    .page__services
    .wrapper
    .service__item
    .service__image
    .image__inner:hover {
    opacity: 0.8;
}
#page
    .page__services
    .wrapper
    .service__item
    .service__image
    .image__inner
    img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#page
    .page__services
    .wrapper
    .service__item
    .service__details
    .details__inner {
    padding: 36px 36px 36px 40px;
    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;
    gap: 40px;
}
@media all and (max-width: 991px) {
    #page
        .page__services
        .wrapper
        .service__item
        .service__details
        .details__inner {
        padding: 12px 36px 12px 44px;
        gap: 24px;
    }
}
@media all and (max-width: 767px) {
    #page
        .page__services
        .wrapper
        .service__item
        .service__details
        .details__inner {
        padding: 12px 4px;
        gap: 12px;
    }
}
#page
    .page__services
    .wrapper
    .service__item
    .service__details
    .details__inner
    .service__title {
    color: #2a2f35;
    display: block;
    margin-bottom: 12px;
}
#page
    .page__services
    .wrapper
    .service__item
    .service__details
    .details__inner
    .service__title:hover {
    color: #2e93ff;
}
#page
    .page__services
    .wrapper
    .service__item
    .service__details
    .details__inner
    .service__title
    h3 {
    color: inherit;
    font-size: 24px;
}
@media all and (max-width: 991px) {
    #page
        .page__services
        .wrapper
        .service__item
        .service__details
        .details__inner
        .service__title
        h3 {
        font-size: 20px;
    }
}
#page
    .page__services
    .wrapper
    .service__item
    .service__details
    .details__inner
    .excerpt {
    color: rgba(42, 47, 53, 0.8);
}
#page
    .page__services
    .wrapper
    .service__item
    .service__details
    .details__inner
    .tags__btn {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px 24px;
}
#page
    .page__services
    .wrapper
    .service__item
    .service__details
    .details__inner
    .tags__btn
    ul {
    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: 6px;
}
@media all and (max-width: 767px) {
    #page
        .page__services
        .wrapper
        .service__item
        .service__details
        .details__inner
        .tags__btn
        ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#page
    .page__services
    .wrapper
    .service__item
    .service__details
    .details__inner
    .tags__btn
    ul
    li {
    font-size: 12px;
    color: rgba(42, 47, 53, 0.8);
    padding: 6px 16px;
    background: rgba(46, 147, 255, 0.1);
    border-radius: 15px;
}
@media all and (max-width: 991px) {
    #page
        .page__services
        .wrapper
        .service__item
        .service__details
        .details__inner
        .tags__btn
        ul
        li {
        font-size: 10px;
    }
}
#page .page__cases .cases__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 36px;
    padding-left: 4px;
    padding-right: 4px;
}
@media all and (max-width: 991px) {
    #page .page__cases .cases__filter {
        padding-bottom: 24px;
    }
}
#page .page__cases .cases__filter button {
    scroll-snap-align: start;
    white-space: nowrap;
    padding: 8px 24px;
    border: 1px solid #2e93ff;
    border-radius: 6px;
    color: #2e93ff;
    background-color: #f8f9fb;
}
@media all and (max-width: 991px) {
    #page .page__cases .cases__filter button {
        border-radius: 4px;
    }
}
#page .page__cases .cases__filter button.active {
    border: 1px solid #f8f9fb;
    -webkit-box-shadow: 0 2px 6px rgba(42, 47, 53, 0.2);
    box-shadow: 0 2px 6px rgba(42, 47, 53, 0.2);
}
#page .page__cases .cases__item {
    margin-bottom: 20px;
}
@media all and (max-width: 991px) {
    #page .page__cases .cases__item {
        margin-bottom: 16px;
    }
}
#page .page__cases .cases__item .item__inner {
    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;
    gap: 20px;
    background-color: #f8f9fb;
    -webkit-box-shadow: 0 0 24px rgba(42, 47, 53, 0.1);
    box-shadow: 0 0 24px rgba(42, 47, 53, 0.1);
    border-radius: 12px;
    overflow: hidden;
}
@media all and (max-width: 991px) {
    #page .page__cases .cases__item .item__inner {
        gap: 12px;
    }
}
#page .page__cases .cases__item .item__inner .cases__image {
    display: block;
    height: 236px;
}
@media all and (max-width: 991px) {
    #page .page__cases .cases__item .item__inner .cases__image {
        height: 153px;
    }
}
@media all and (max-width: 575px) {
    #page .page__cases .cases__item .item__inner .cases__image {
        height: 215px;
    }
}
#page .page__cases .cases__item .item__inner .cases__image:hover {
    opacity: 0.8;
}
#page .page__cases .cases__item .item__inner .cases__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#page .page__cases .cases__item .item__inner .cases__details {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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;
    gap: 12px;
    padding: 0 24px 24px 24px;
}
@media all and (max-width: 991px) {
    #page .page__cases .cases__item .item__inner .cases__details {
        padding: 0 16px 16px 16px;
    }
}
#page .page__cases .cases__item .item__inner .cases__details .details__inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#page
    .page__cases
    .cases__item
    .item__inner
    .cases__details
    .details__inner
    .industry {
    font-size: 12px;
    color: rgba(42, 47, 53, 0.8);
    padding: 6px 16px;
    background: rgba(46, 147, 255, 0.1);
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 12px;
}
@media all and (max-width: 991px) {
    #page
        .page__cases
        .cases__item
        .item__inner
        .cases__details
        .details__inner
        .industry {
        font-size: 10px;
    }
}
#page
    .page__cases
    .cases__item
    .item__inner
    .cases__details
    .details__inner
    .cases__title {
    color: #2a2f35;
    display: block;
    margin-bottom: 12px;
}
@media all and (max-width: 991px) {
    #page
        .page__cases
        .cases__item
        .item__inner
        .cases__details
        .details__inner
        .cases__title {
        margin-bottom: 6px;
    }
}
#page
    .page__cases
    .cases__item
    .item__inner
    .cases__details
    .details__inner
    .cases__title:hover {
    color: #2e93ff;
}
#page
    .page__cases
    .cases__item
    .item__inner
    .cases__details
    .details__inner
    .cases__title
    h3 {
    font-size: 24px;
    color: inherit;
}
@media all and (max-width: 991px) {
    #page
        .page__cases
        .cases__item
        .item__inner
        .cases__details
        .details__inner
        .cases__title
        h3 {
        font-size: 20px;
    }
}
#page
    .page__cases
    .cases__item
    .item__inner
    .cases__details
    .details__inner
    .address {
    font-weight: 700;
    font-size: 8px;
    line-height: 140%;
    text-transform: uppercase;
    color: #a5aeb5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
}
@media all and (max-width: 991px) {
    #page
        .page__cases
        .cases__item
        .item__inner
        .cases__details
        .details__inner
        .address {
        font-size: 6px;
    }
}
@media all and (max-width: 991px) {
    #page
        .page__cases
        .cases__item
        .item__inner
        .cases__details
        .details__inner
        .address
        img {
        width: 12px;
        height: 12px;
    }
}
#page
    .page__cases
    .cases__item
    .item__inner
    .cases__details
    .details__inner
    ul {
    display: grid;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    gap: 12px 30px;
}
@media all and (max-width: 991px) {
    #page
        .page__cases
        .cases__item
        .item__inner
        .cases__details
        .details__inner
        ul {
        gap: 8px 20px;
    }
}
#page
    .page__cases
    .cases__item
    .item__inner
    .cases__details
    .details__inner
    ul
    li {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: 1/-1;
    color: rgba(42, 47, 53, 0.8);
}
#page
    .page__cases
    .cases__item
    .item__inner
    .cases__details
    .details__inner
    ul
    li
    span {
    color: #2a2f35;
    font-weight: 700;
    text-align: right;
}
@media all and (max-width: 991px) {
    #page .page__contacts .contacts__content {
        margin-bottom: 14px;
    }
}
@media all and (min-width: 991px) {
    #page .page__contacts .contacts__content .content__inner {
        max-width: 708px;
        width: 100%;
    }
}
#page .page__contacts .contacts__content .content__inner .contacts__item {
    margin-bottom: 20px;
}
@media all and (max-width: 991px) {
    #page .page__contacts .contacts__content .content__inner .contacts__item {
        margin-bottom: 6px;
    }
}
#page
    .page__contacts
    .contacts__content
    .content__inner
    .contacts__item
    .item__inner {
    background-color: #f8f9fb;
    border: 1px solid #e9ecf1;
    border-radius: 6px;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
}
@media all and (min-width: 991px) {
    #page
        .page__contacts
        .contacts__content
        .content__inner
        .contacts__item
        .item__inner {
        min-height: 99px;
    }
}
@media all and (max-width: 767px) {
    #page
        .page__contacts
        .contacts__content
        .content__inner
        .contacts__item
        .item__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 16px 24px;
    }
}
#page
    .page__contacts
    .contacts__content
    .content__inner
    .contacts__item
    .item__inner
    .icon
    img {
    width: 24px;
    height: auto;
}
#page
    .page__contacts
    .contacts__content
    .content__inner
    .contacts__item
    .item__inner
    .item__content
    h6 {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: rgba(42, 47, 53, 0.5);
    margin-bottom: 2px;
}
@media all and (max-width: 991px) {
    #page
        .page__contacts
        .contacts__content
        .content__inner
        .contacts__item
        .item__inner
        .item__content
        h6 {
        font-size: 10px;
    }
}
#page
    .page__contacts
    .contacts__content
    .content__inner
    .contacts__item
    .item__inner
    .item__content
    a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #2e93ff;
}
@media all and (max-width: 991px) {
    #page
        .page__contacts
        .contacts__content
        .content__inner
        .contacts__item
        .item__inner
        .item__content
        a {
        font-size: 14px;
    }
}
#page .page__contacts .contacts__form .form__inner {
    background-color: #f8f9fb;
    -webkit-box-shadow: 0 0 24px rgba(42, 47, 53, 0.25);
    box-shadow: 0 0 24px rgba(42, 47, 53, 0.25);
    border-radius: 24px;
    padding: 36px;
}
@media all and (max-width: 991px) {
    #page .page__contacts .contacts__form .form__inner {
        padding: 24px;
        border-radius: 12px;
    }
}
#page .page__contacts .contacts__form .form__inner .heading h2 {
    font-size: 24px;
    margin-bottom: 16px;
}
@media all and (max-width: 991px) {
    #page .page__contacts .contacts__form .form__inner .heading h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }
}
@media all and (max-width: 991px) {
    #page .page__contacts .contacts__form .form__inner .heading p {
        margin-bottom: 12px;
    }
}
#page .page__contacts .contacts__form .form__inner .heading p:last-child {
    text-transform: none;
    color: rgba(42, 47, 53, 0.8);
    margin-bottom: 0;
}
@media all and (max-width: 991px) {
    .section-format .format__heading {
        margin-bottom: 20px;
    }
}
.section-format .format__heading .heading {
    margin-bottom: 16px;
}
.section-format .format__list .list__inner ul li {
    background-color: #f8f9fb;
    -webkit-box-shadow: 0 0 12px rgba(42, 47, 53, 0.1);
    box-shadow: 0 0 12px rgba(42, 47, 53, 0.1);
    border-radius: 12px;
    padding: 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
@media all and (max-width: 991px) {
    .section-format .format__list .list__inner ul li {
        border-radius: 8px;
    }
}
@media all and (max-width: 575px) {
    .section-format .format__list .list__inner ul li {
        gap: 14px;
    }
}
.section-format .format__list .list__inner ul li:not(:last-child) {
    margin-bottom: 6px;
}
.section-format .format__list .list__inner ul li span {
    display: block;
    color: rgba(42, 47, 53, 0.8);
}
.section-format .format__list .list__inner ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    color: #2e93ff;
}
@media all and (max-width: 575px) {
    .section-format .format__list .list__inner ul li a {
        gap: 14px;
    }
}
.section-format .format__list .list__inner ul li a:hover {
    text-decoration: underline;
}
.section-format .format__list .list__inner ul li a img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 8px rgba(42, 47, 53, 0.1);
    box-shadow: 0 2px 8px rgba(42, 47, 53, 0.1);
}
@media all and (max-width: 767px) {
    .section-service .service__heading {
        margin-bottom: 8px;
    }
}
@media all and (min-width: 991px) {
    .section-service .service__heading .heading__inner {
        max-width: 604px;
        width: 100%;
    }
}
.section-service .service__heading .heading__inner article {
    padding-bottom: 4px;
}
@media all and (max-width: 991px) {
    .section-service .service__heading .heading__inner .row-desk {
        display: none;
    }
}
.section-service .service__image .image__inner {
    min-height: 420px;
    border-radius: 24px;
    overflow: hidden;
}
@media all and (max-width: 991px) {
    .section-service .service__image .image__inner {
        border-radius: 12px;
        min-height: 306px;
    }
}
@media all and (max-width: 767px) {
    .section-service .service__image .image__inner {
        min-height: auto;
        height: 300px;
    }
}
@media all and (max-width: 575px) {
    .section-service .service__image .image__inner {
        height: auto;
        border-radius: 0;
    }
}
@media all and (min-width: 575px) {
    .section-service .service__image .image__inner 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: 575px) {
    .section-service .service__image .image__inner img {
        border-radius: 12px;
    }
}
.section-service .service__items {
    margin-top: 20px;
}
@media all and (min-width: 991px) {
    .section-service .service__items {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .section-service .service__items {
        margin-top: 24px;
    }
}
.section-service .service__item {
    margin-bottom: 20px;
}
@media all and (max-width: 991px) {
    .section-service .service__item {
        margin-bottom: 16px;
    }
}
@media all and (max-width: 767px) {
    .section-service .service__item {
        margin-bottom: 6px;
    }
}
.section-service .service__item .item__inner {
    padding: 46px 12px 12px 12px;
    background-color: #f8f9fb;
    -webkit-box-shadow: 0 0 4px rgba(42, 47, 53, 0.1);
    box-shadow: 0 0 4px rgba(42, 47, 53, 0.1);
    border-radius: 12px;
    position: relative;
}
@media all and (max-width: 991px) {
    .section-service .service__item .item__inner {
        padding: 36px 12px 12px 12px;
    }
}
.section-service .service__item .item__inner .number {
    display: block;
    font-weight: 700;
    font-size: 64px;
    line-height: 120%;
    color: rgba(46, 147, 255, 0.25);
    opacity: 0.5;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    margin: auto;
}
@media all and (max-width: 991px) {
    .section-service .service__item .item__inner .number {
        font-size: 56px;
    }
}
.section-service .service__item .item__inner h5 {
    margin-bottom: 4px;
}
.section-service .service__item .item__inner p {
    font-size: 12px;
    color: rgba(42, 47, 53, 0.8);
}
.section-scope {
    background-color: #f3f5f7;
}
@media all and (max-width: 991px) {
    .section-scope .scope__heading {
        margin-bottom: 4px;
    }
}
.section-scope .scope__heading .heading {
    margin-bottom: 16px;
}
.section-scope .scope__list .list__inner ul li {
    background-color: #f8f9fb;
    -webkit-box-shadow: 0 0 12px rgba(42, 47, 53, 0.1);
    box-shadow: 0 0 12px rgba(42, 47, 53, 0.1);
    border-radius: 12px;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px 20px;
}
@media all and (max-width: 991px) {
    .section-scope .scope__list .list__inner ul li {
        border-radius: 8px;
    }
}
@media all and (max-width: 767px) {
    .section-scope .scope__list .list__inner ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.section-scope .scope__list .list__inner ul li:not(:last-child) {
    margin-bottom: 6px;
}
.section-scope .scope__list .list__inner ul li .title {
    width: 240px;
    -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;
    gap: 12px;
}
@media all and (max-width: 767px) {
    .section-scope .scope__list .list__inner ul li .title {
        border-bottom: 1px solid rgba(165, 174, 181, 0.25);
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-bottom: 12px;
    }
}
.section-scope .scope__list .list__inner ul li .title .number {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: rgba(46, 147, 255, 0.25);
    opacity: 0.5;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
}
@media all and (max-width: 991px) {
    .section-scope .scope__list .list__inner ul li .title .number {
        font-size: 24px;
    }
}
.section-scope .scope__list .list__inner ul li .title h5 {
    color: rgba(42, 47, 53, 0.8);
}
.section-scope .scope__list .list__inner ul li p {
    color: rgba(42, 47, 53, 0.8);
}
.section-cases {
    overflow: hidden;
}
@media all and (max-width: 575px) {
    .section-cases .heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
}
.section-cases .heading .btn {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.section-cases .wrapper {
    position: relative;
}
@media all and (max-width: 767px) {
    .section-cases .wrapper {
        padding: 0 12px;
    }
}
.section-cases .wrapper .swiper__nav {
    height: 40px;
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    margin: auto;
}
@media all and (max-width: 575px) {
    .section-cases .wrapper .swiper__nav {
        top: 96px;
    }
}
.section-cases .wrapper .swiper__nav .swiper-button {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    top: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer;
    margin: auto;
    z-index: 100;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/arrow.svg);
}
.section-cases .wrapper .swiper__nav .swiper-button:hover {
    opacity: 0.8;
}
.section-cases .wrapper .swiper__nav .swiper-button:after {
    display: none !important;
}
.section-cases .wrapper .swiper__nav .swiper-button.swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 24px;
}
@media all and (max-width: 575px) {
    .section-cases .wrapper .swiper__nav .swiper-button.swiper-button-prev {
        left: 6px;
    }
}
.section-cases .wrapper .swiper__nav .swiper-button.swiper-button-next {
    right: 24px;
}
@media all and (max-width: 575px) {
    .section-cases .wrapper .swiper__nav .swiper-button.swiper-button-next {
        right: 6px;
    }
}
.section-cases .cases__slider {
    padding: 10px !important;
    margin: 0 -10px;
}
.section-cases .cases__slider .swiper-slide {
    height: auto;
}
.section-cases .cases__slider .project__item {
    min-height: 280px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.section-cases .cases__slider .project__item .item__inner {
    -webkit-box-shadow: 2px 1px 8px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 2px 1px 8px 2px rgba(0, 0, 0, 0.08);
}
.section-features .features__item {
    margin-bottom: 12px;
}
@media all and (max-width: 575px) {
    .section-features .features__item {
        margin-bottom: 6px;
    }
}
.section-features .features__item .item__inner {
    background-color: #f8f9fb;
    -webkit-box-shadow: 0 4px 12px rgba(42, 47, 53, 0.1);
    box-shadow: 0 4px 12px rgba(42, 47, 53, 0.1);
    border-radius: 6px;
    padding: 12px;
}
.section-features .features__item .item__inner .title {
    font-size: 32px;
    font-weight: 700;
    display: block;
    color: #2e93ff;
    margin-bottom: 2px;
}
@media all and (max-width: 991px) {
    .section-features .features__item .item__inner .title {
        font-size: 24px;
    }
}
@media all and (max-width: 991px) {
    .section-important .important__heading .heading {
        margin-bottom: 12px;
    }
}
.section-important .important__subheading {
    margin-bottom: 24px;
}
@media all and (max-width: 575px) {
    .section-important .important__subheading {
        margin-bottom: 16px;
    }
}
@media all and (min-width: 991px) {
    .section-important .wrapper {
        padding-top: 12px;
    }
}
.section-important .wrapper .important__content .content__wrapper {
    margin-bottom: 36px;
}
@media all and (max-width: 991px) {
    .section-important .wrapper .important__content .content__wrapper {
        margin-bottom: 24px;
    }
}
.section-important
    .wrapper
    .important__content
    .content__wrapper
    .content__item {
    padding-left: 36px;
    position: relative;
}
.section-important
    .wrapper
    .important__content
    .content__wrapper
    .content__item:not(:last-child) {
    margin-bottom: 16px;
}
.section-important
    .wrapper
    .important__content
    .content__wrapper
    .content__item:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_26.svg);
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
}
.section-important
    .wrapper
    .important__content
    .content__wrapper
    .content__item
    h4 {
    margin-bottom: 4px;
}
.section-important
    .wrapper
    .important__content
    .content__wrapper
    .content__item
    p {
    color: rgba(42, 47, 53, 0.8);
}
.section-important .wrapper .important__content .table__wrapper {
    background: #f8f9fb;
    -webkit-box-shadow: 0 4px 12px rgba(42, 47, 53, 0.1);
    box-shadow: 0 4px 12px rgba(42, 47, 53, 0.1);
    border-radius: 12px;
    padding: 12px 24px;
}
@media all and (max-width: 991px) {
    .section-important .wrapper .important__content .table__wrapper {
        padding: 12px;
    }
}
.section-important .wrapper .important__content .table__wrapper table {
    width: 100%;
    border-collapse: collapse;
}
.section-important .wrapper .important__content .table__wrapper tr {
    border-bottom: 1px solid #e5e5e5;
}
.section-important .wrapper .important__content .table__wrapper tr:last-child {
    border-bottom: none;
}
.section-important .wrapper .important__content .table__wrapper td {
    padding: 12px 0;
    font-family: inherit;
    color: #1a1a1a;
}
@media all and (max-width: 991px) {
    .section-important .wrapper .important__content .table__wrapper td {
        padding: 8px 0;
    }
}
.section-important .wrapper .important__content .table__wrapper td:first-child {
    width: 40%;
}
.section-important .wrapper .important__content .table__wrapper td:last-child {
    text-align: right;
}
.section-important .important__image {
    text-align: right;
}
@media all and (max-width: 767px) {
    .section-important .important__image {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        text-align: center;
        margin-bottom: 36px;
    }
}
.section-capability .capability__list .list__inner .list__item {
    background-color: #f8f9fb;
    -webkit-box-shadow: 0 0 12px rgba(42, 47, 53, 0.1);
    box-shadow: 0 0 12px rgba(42, 47, 53, 0.1);
    border-radius: 12px;
    padding: 12px;
}
@media all and (max-width: 991px) {
    .section-capability .capability__list .list__inner .list__item {
        border-radius: 8px;
    }
}
.section-capability
    .capability__list
    .list__inner
    .list__item:not(:last-child) {
    margin-bottom: 6px;
}
.section-capability
    .capability__list
    .list__inner
    .list__item
    .item__title
    .title__inner
    p {
    color: #a5aeb5;
    font-size: 16px;
    line-height: 120%;
}
@media all and (max-width: 991px) {
    .section-capability
        .capability__list
        .list__inner
        .list__item
        .item__title
        .title__inner
        p {
        font-size: 14px;
    }
}
.section-capability .capability__list .list__inner .list__item .item__text {
    color: rgba(42, 47, 53, 0.8);
}
.section-quality .quality__headihg {
    margin-bottom: 20px;
}
@media all and (max-width: 991px) {
    .section-quality .quality__headihg {
        margin-bottom: 16px;
    }
}
@media all and (max-width: 767px) {
    .section-quality .quality__headihg {
        margin-bottom: 6px;
    }
}
.section-quality .quality__headihg .heading {
    margin-bottom: 0;
    background: rgba(46, 147, 255, 0.05);
    border: 1px solid rgba(46, 147, 255, 0.1);
    border-radius: 12px;
    padding: 24px;
}
.section-quality .quality__headihg .heading p {
    margin-bottom: 12px;
}
@media all and (max-width: 991px) {
    .section-quality .quality__headihg .heading p {
        margin-bottom: 6px;
    }
}
.section-quality .quality__headihg .heading h2 {
    font-size: 24px;
}
@media all and (max-width: 991px) {
    .section-quality .quality__headihg .heading h2 {
        font-size: 20px;
    }
}
.section-quality .quality__item {
    margin-bottom: 20px;
}
@media all and (max-width: 991px) {
    .section-quality .quality__item {
        margin-bottom: 16px;
    }
}
@media all and (max-width: 767px) {
    .section-quality .quality__item {
        margin-bottom: 6px;
    }
}
.section-quality .quality__item .item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(165, 174, 181, 0.25);
    border-radius: 12px;
    padding: 24px;
    color: rgba(42, 47, 53, 0.8);
}
.section-quality .quality__item .item__inner .number {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: rgba(46, 147, 255, 0.5);
    opacity: 0.5;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.section-gallery {
    overflow: hidden;
}
.section-gallery .gallery__slider {
    margin-bottom: 20px;
}
.section-gallery .gallery__slider .slide__inner a {
    display: block;
    height: 660px;
    border-radius: 24px;
    overflow: hidden;
}
@media all and (max-width: 1199px) {
    .section-gallery .gallery__slider .slide__inner a {
        height: 500px;
    }
}
@media all and (max-width: 991px) {
    .section-gallery .gallery__slider .slide__inner a {
        height: 460px;
    }
}
@media all and (max-width: 575px) {
    .section-gallery .gallery__slider .slide__inner a {
        height: 260px;
        border-radius: 12px;
    }
}
.section-gallery .gallery__slider .slide__inner a img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.section-gallery .wrapper {
    padding: 0 20px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
@media all and (max-width: 991px) {
    .section-gallery .wrapper {
        padding: 0 16px;
    }
}
@media all and (max-width: 575px) {
    .section-gallery .wrapper {
        padding: 0 8px;
    }
}
.section-gallery .gallery__thumb .swiper-slide {
    opacity: 0.5;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.section-gallery .gallery__thumb .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}
.section-gallery .gallery__thumb .slide__inner {
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}
@media all and (max-width: 575px) {
    .section-gallery .gallery__thumb .slide__inner {
        height: 133px;
        border-radius: 8px;
    }
}
.section-gallery .gallery__thumb .slide__inner img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.section-gallery .swiper-button-next,
.section-gallery .swiper-button-prev {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    color: #2e93ff;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    background-image: url(../img/arrow.svg);
}
.section-gallery .swiper-button-next:after,
.section-gallery .swiper-button-prev:after {
    display: none;
}
.section-gallery .swiper-button-next:hover,
.section-gallery .swiper-button-prev:hover {
    opacity: 0.8;
}
.section-gallery .swiper-button-next {
    right: 24px;
}
@media all and (max-width: 991px) {
    .section-gallery .swiper-button-next {
        right: 7px;
    }
}
.section-gallery .swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 24px;
}
@media all and (max-width: 991px) {
    .section-gallery .swiper-button-prev {
        left: 7px;
    }
}
.section-task .task__main .main__inner .heading.heading-mb {
    margin-bottom: 16px;
}
.section-task .task__main .main__inner .wrapper {
    margin-bottom: 36px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
    margin-bottom: 36px;
}
@media all and (max-width: 991px) {
    .section-task .task__main .main__inner .wrapper {
        margin-bottom: 24px;
    }
}
@media all and (max-width: 575px) {
    .section-task .task__main .main__inner .wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 6px;
    }
}
.section-task .task__main .main__inner .wrapper .factory__item {
    padding-left: 36px;
    position: relative;
}
.section-task .task__main .main__inner .wrapper .factory__item:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_26.svg);
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
}
.section-task .task__main .main__inner .wrapper .factory__item h4 {
    margin-bottom: 4px;
}
.section-task .task__main .main__inner .wrapper .factory__item p {
    color: rgba(42, 47, 53, 0.8);
}
.section-task .task__main .main__inner .aside__inner {
    margin-bottom: 24px;
}
@media all and (min-width: 991px) {
    .section-task .task__main .main__inner .aside__inner {
        display: none;
    }
}
.section-task .task__main .main__inner .task__image {
    height: 360px;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 36px;
}
@media all and (max-width: 991px) {
    .section-task .task__main .main__inner .task__image {
        border-radius: 12px;
        margin-bottom: 24px;
    }
}
@media all and (max-width: 575px) {
    .section-task .task__main .main__inner .task__image {
        height: 260px;
    }
}
.section-task .task__main .main__inner .task__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 (min-width: 991px) {
    .section-task .task__main .main__inner .task__manufactured {
        padding-bottom: 12px;
    }
}
.section-task .task__main .main__inner .task__manufactured .manufactured__item {
    margin-bottom: 24px;
}
.section-task
    .task__main
    .main__inner
    .task__manufactured
    .manufactured__item
    .item__inner
    h2 {
    margin-bottom: 16px;
}
@media all and (max-width: 991px) {
    .section-task
        .task__main
        .main__inner
        .task__manufactured
        .manufactured__item
        .item__inner
        h2 {
        margin-bottom: 12px;
    }
}
.section-task
    .task__main
    .main__inner
    .task__manufactured
    .manufactured__item
    .item__inner
    ul
    li {
    position: relative;
    padding-left: 36px;
    color: rgba(42, 47, 53, 0.8);
}
.section-task
    .task__main
    .main__inner
    .task__manufactured
    .manufactured__item
    .item__inner
    ul
    li:not(:last-child) {
    margin-bottom: 16px;
}
@media all and (max-width: 991px) {
    .section-task
        .task__main
        .main__inner
        .task__manufactured
        .manufactured__item
        .item__inner
        ul
        li:not(:last-child) {
        margin-bottom: 12px;
    }
}
@media all and (max-width: 575px) {
    .section-task
        .task__main
        .main__inner
        .task__manufactured
        .manufactured__item
        .item__inner
        ul
        li:not(:last-child) {
        margin-bottom: 8px;
    }
}
.section-task
    .task__main
    .main__inner
    .task__manufactured
    .manufactured__item
    .item__inner
    ul
    li:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_26.svg);
    width: 24px;
    height: 24px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.section-task .task__main .main__inner .task__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    background: rgba(46, 147, 255, 0.05);
    border: 1px solid rgba(46, 147, 255, 0.1);
    border-radius: 12px;
    padding: 24px;
}
@media all and (max-width: 991px) {
    .section-task .task__main .main__inner .task__result {
        padding: 16px;
    }
}
@media all and (max-width: 575px) {
    .section-task .task__main .main__inner .task__result {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 12px;
    }
}
@media all and (max-width: 575px) {
    .section-task .task__main .main__inner .task__result .icon {
        width: 36px;
        height: 36px;
    }
}
.section-task .task__main .main__inner .task__result h3 {
    color: #2e93ff;
    margin-bottom: 2px;
}
@media all and (max-width: 991px) {
    .section-task .task__aside {
        display: none;
    }
}
.section-task .aside__inner {
    background-color: #f8f9fb;
    -webkit-box-shadow: 0 0 24px rgba(42, 47, 53, 0.25);
    box-shadow: 0 0 24px rgba(42, 47, 53, 0.25);
    border-radius: 24px;
    padding: 36px;
}
@media all and (max-width: 1199px) {
    .section-task .aside__inner {
        padding: 24px;
        border-radius: 12px;
    }
}
.section-task .aside__inner .heading p {
    color: rgba(42, 47, 53, 0.5);
}
.section-task .aside__inner .heading h2 {
    font-size: 24px;
    margin-bottom: 16px;
}
@media all and (max-width: 991px) {
    .section-task .aside__inner .heading h2 {
        margin-bottom: 12px;
    }
}
.section-task .aside__inner .heading .subtitle {
    text-transform: none;
    color: rgba(42, 47, 53, 0.8);
    margin-top: 0;
}
.section-task .aside__inner .box__buttons .btn:not(:last-child) {
    margin-bottom: 20px;
}
@media all and (max-width: 991px) {
    .section-task .aside__inner .box__buttons .btn:not(:last-child) {
        margin-bottom: 12px;
    }
}
@media all and (min-width: 1199px) {
    .section-task .aside__sticky {
        position: sticky;
        top: 10px;
        height: 100%;
    }
}
.section-nav {
    padding: 24px 0;
}
@media all and (max-width: 991px) {
    .section-nav {
        padding: 12px 0;
    }
}
.section-nav ul {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
}
@media all and (max-width: 991px) {
    .section-specialization .specialization__heading {
        padding-bottom: 4px;
    }
}
@media all and (min-width: 991px) {
    .section-specialization .specialization__heading .heading__inner {
        max-width: 500px;
        width: 100%;
    }
}
.section-specialization .specialization__list .list__item {
    margin-bottom: 20px;
}
@media all and (max-width: 991px) {
    .section-specialization .specialization__list .list__item {
        margin-bottom: 16px;
    }
}
@media all and (max-width: 575px) {
    .section-specialization .specialization__list .list__item {
        margin-bottom: 6px;
    }
}
.section-specialization .specialization__list .list__item .item__inner {
    background: rgba(248, 249, 251, 0.5);
    border: 1px solid #e9ecf1;
    -webkit-box-shadow: 0 0 4px rgba(42, 47, 53, 0.1);
    box-shadow: 0 0 4px rgba(42, 47, 53, 0.1);
    border-radius: 6px;
    padding: 24px;
}
.section-specialization .specialization__list .list__item .item__inner h3 {
    color: #2e93ff;
    margin-bottom: 2px;
}
.section-specialization .specialization__list .list__item .item__inner p {
    color: rgba(42, 47, 53, 0.8);
}
.section-clients .clients__item {
    margin-bottom: 20px;
}
@media all and (max-width: 991px) {
    .section-clients .clients__item {
        margin-bottom: 16px;
    }
}
@media all and (max-width: 575px) {
    .section-clients .clients__item {
        margin-bottom: 6px;
    }
}
.section-clients .clients__item .item__inner {
    border: 1px solid rgba(165, 174, 181, 0.25);
    border-radius: 12px;
    padding: 24px;
}
.section-clients .clients__item .item__inner .item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.section-clients .clients__item .item__inner p {
    color: rgba(42, 47, 53, 0.8);
}
.section-clients .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    background: rgba(46, 147, 255, 0.05);
    border: 1px solid rgba(46, 147, 255, 0.1);
    border-radius: 12px;
    padding: 24px;
    margin-top: 4px;
}
@media all and (max-width: 991px) {
    .section-clients .wrapper {
        padding: 16px;
        margin-top: 0;
        gap: 12px;
    }
}
@media all and (max-width: 575px) {
    .section-clients .wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 12px;
    }
}
@media all and (max-width: 575px) {
    .section-clients .wrapper .icon img {
        width: 36px;
        height: auto;
    }
}
.section-possibilities .possibilities__item {
    margin-bottom: 20px;
}
@media all and (max-width: 991px) {
    .section-possibilities .possibilities__item {
        margin-bottom: 16px;
    }
}
@media all and (max-width: 575px) {
    .section-possibilities .possibilities__item {
        margin-bottom: 12px;
    }
}
.section-possibilities .possibilities__item .item__inner .title {
    display: block;
    font-weight: 700;
    font-size: 32px;
    color: #2e93ff;
}
@media all and (max-width: 991px) {
    .section-possibilities .possibilities__item .item__inner .title {
        font-size: 24px;
    }
}
.section-possibilities .possibilities__item .item__inner h5 {
    margin-bottom: 4px;
}
.section-possibilities .possibilities__item .item__inner p {
    color: rgba(42, 47, 53, 0.8);
}
.section-geographic .wrapper {
    background-color: rgba(46, 147, 255, 0.05);
    border: 1px solid rgba(46, 147, 255, 0.1);
    border-radius: 12px;
    padding: 24px;
    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;
    gap: 10px 20px;
}
@media all and (max-width: 991px) {
    .section-geographic .wrapper {
        padding: 16px 24px;
    }
}
@media all and (max-width: 575px) {
    .section-geographic .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.section-geographic .wrapper .wrapper__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}
@media all and (max-width: 991px) {
    .section-geographic .wrapper .wrapper__inner {
        gap: 12px;
    }
}
@media all and (max-width: 575px) {
    .section-geographic .wrapper .wrapper__inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.section-geographic .wrapper .wrapper__inner .content p:first-child {
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(42, 47, 53, 0.5);
}
@media all and (max-width: 991px) {
    .section-geographic .wrapper .wrapper__inner .content p:first-child {
        font-size: 10px;
    }
}
.section-geographic .wrapper .wrapper__inner .content h3 {
    margin: 2px 0;
}
.section-geographic .wrapper .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.section-notfound {
    padding: 60px 0;
}
@media all and (max-width: 991px) {
    .section-notfound {
        text-align: center;
    }
}
@media all and (max-width: 575px) {
    .section-notfound {
        padding: 24px 0;
    }
}
@media all and (max-width: 991px) {
    .section-notfound .notfound__content {
        margin-bottom: 64px;
    }
}
.section-notfound .notfound__content .content__inner .heading {
    margin-bottom: 2px;
}
.section-notfound .notfound__content .content__inner .subheading {
    margin-bottom: 24px;
}
.section-notfound .notfound__content .content__inner .subheading h3 {
    margin-bottom: 16px;
}
@media all and (max-width: 991px) {
    .section-notfound .notfound__content .content__inner .subheading h3 {
        margin-bottom: 8px;
    }
}
.section-notfound .notfound__content .content__inner .subheading p {
    color: rgba(42, 47, 53, 0.8);
}
.section-notfound .notfound__content .content__inner .box__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
@media all and (max-width: 991px) {
    .section-notfound .notfound__content .content__inner .box__buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media all and (max-width: 575px) {
    .section-notfound .notfound__content .content__inner .box__buttons .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: auto;
        max-width: 100%;
    }
}
