@charset "UTF-8";
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Inter-LightBETA.woff2) format("woff2");
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Inter-Regular.woff2) format("woff2");
}
@font-face {
    font-family: IBMPlexSans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/IBMPlexSans.woff2) format("woff2");
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Inter-Medium.woff2) format("woff2");
}
@font-face {
    font-family: IBMPlexSans;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/IBMPlexSans-Medium.woff2) format("woff2");
}
@font-face {
    font-family: IBMPlexSans;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/IBMPlexSans-SemiBold.woff2) format("woff2");
}
html {
    min-height: 100%;
}
body,
html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}
@media all and (max-width: 991px) {
    body,
    html {
        scroll-padding-top: 70px;
    }
}
body {
    font-family: Inter, sans-serif;
    font-size: 1em;
    line-height: 1.375;
    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: #1e1e1e;
    background-color: #f5f5f5;
    font-weight: 400;
}
@media all and (max-width: 575px) {
    body {
        font-size: 0.875em;
        line-height: 1.285714;
    }
}
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;
    margin: 0;
}
.heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px 100px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
@media all and (max-width: 1600px) {
    .heading {
        margin-bottom: 40px;
    }
}
@media all and (max-width: 575px) {
    .heading {
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.heading.heading-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.heading h1,
.heading h2 {
    font-family: IBMPlexSans, sans-serif;
    font-weight: 500;
    font-size: 42px;
    line-height: 55px;
    letter-spacing: 0.5px;
}
@media all and (max-width: 575px) {
    .heading h1,
    .heading h2 {
        font-size: 22px;
        line-height: 29px;
    }
}
.heading p {
    font-family: IBMPlexSans, sans-serif;
    font-size: 14px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    padding-left: 22px;
}
@media all and (max-width: 575px) {
    .heading p {
        font-size: 12px;
    }
}
.heading p:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_6.svg);
    width: 15px;
    height: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.heading.heading-nav .heading__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px 100px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media all and (max-width: 575px) {
    .heading.heading-nav .heading__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.heading.heading-nav .swiper__nav {
    width: 117px;
    height: 56px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: 0;
}
@media all and (max-width: 991px) {
    .heading.heading-nav .swiper__nav {
        display: none;
    }
}
.heading.heading-nav .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: 56px;
    height: 56px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/arrow.svg);
}
.heading.heading-nav .swiper__nav .swiper-button:after {
    display: none !important;
}
.heading.heading-nav .swiper__nav .swiper-button.swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 0;
}
.heading.heading-nav .swiper__nav .swiper-button.swiper-button-next {
    right: 0;
}
.heading.heading-page {
    margin-bottom: 40px;
}
@media all and (max-width: 575px) {
    .heading.heading-page {
        margin-bottom: 32px;
    }
}
@media all and (max-width: 575px) {
    .heading.heading-page h1,
    .heading.heading-page h2 {
        font-size: 32px;
        line-height: 120%;
    }
}
.btn {
    display: inline-block;
    text-align: center;
    color: #f5f5f5;
    background-color: #0fafe7;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    border: none;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    border-radius: 4px;
    -webkit-box-shadow: 6px 10px 20px rgba(245, 245, 245, 0.2);
    box-shadow: 6px 10px 20px rgba(245, 245, 245, 0.2);
}
.btn:hover {
    color: #f5f5f5;
    background-color: #079fd4;
}
.btn.btn-medium {
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}
@media all and (max-width: 575px) {
    .btn.btn-medium {
        font-size: 14px;
        line-height: 20px;
    }
}
.btn.btn-white {
    background-color: #f5f5f5;
    color: #1e1e1e;
}
.btn.btn-white:hover {
    color: #f5f5f5;
    background-color: #0fafe7;
}
.btn.btn-white.btn-triangle span::after,
.btn.btn-white.btn-triangle span::before {
    -webkit-filter: none;
    filter: none;
}
.btn.btn-white.btn-triangle:hover span::after,
.btn.btn-white.btn-triangle:hover span::before {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0)
        saturate(4824%) hue-rotate(277deg) brightness(118%) contrast(92%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(4824%)
        hue-rotate(277deg) brightness(118%) contrast(92%);
}
.btn.btn-gray {
    background-color: rgba(245, 245, 245, 0.5);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
}
.btn.btn-gray:hover {
    background-color: rgba(245, 245, 245, 0.3);
}
.btn.btn-gray.btn-triangle span::after,
.btn.btn-gray.btn-triangle span::before {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0)
        saturate(4824%) hue-rotate(277deg) brightness(118%) contrast(92%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(4824%)
        hue-rotate(277deg) brightness(118%) contrast(92%);
}
.btn.btn-triangle {
    padding: 12px 17px;
}
@media all and (max-width: 575px) {
    .btn.btn-triangle {
        padding: 8px 17px;
    }
}
.btn.btn-triangle span {
    position: relative;
    padding: 13px 18px;
    display: inline-block;
}
@media all and (max-width: 575px) {
    .btn.btn-triangle span {
        padding: 5px 11px;
    }
}
.btn.btn-triangle span:before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_4.svg);
    width: 8px;
    height: 46px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(0)
        saturate(56%) hue-rotate(59deg) brightness(112%) contrast(92%);
    filter: brightness(0) saturate(100%) invert(99%) sepia(0) saturate(56%)
        hue-rotate(59deg) brightness(112%) contrast(92%);
}
@media all and (max-width: 575px) {
    .btn.btn-triangle span:before {
        width: 6px;
    }
}
.btn.btn-triangle span:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_5.svg);
    width: 8px;
    height: 46px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(0)
        saturate(56%) hue-rotate(59deg) brightness(112%) contrast(92%);
    filter: brightness(0) saturate(100%) invert(99%) sepia(0) saturate(56%)
        hue-rotate(59deg) brightness(112%) contrast(92%);
}
@media all and (max-width: 575px) {
    .btn.btn-triangle span:after {
        width: 6px;
    }
}
.btn.btn-border {
    border: 1px solid #0fafe7;
    color: #0fafe7;
    background-color: transparent;
    padding: 7px 14px;
}
.btn.btn-border:hover {
    color: #f5f5f5;
    background-color: #079fd4;
}
@media all and (max-width: 575px) {
    .btn-100 {
        max-width: none !important;
        width: 100% !important;
        min-width: inherit !important;
    }
}
a {
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
button {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button:active,
button:focus {
    outline: 0;
}
/* button:disabled,
button[disabled] {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
button:disabled:hover,
button[disabled]:hover {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
} */
:focus {
    outline: 0;
}
* {
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.center {
    text-align: center;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
input,
textarea {
    outline: 0 !important;
    border-radius: 0;
}
input.wpcf7-submit {
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
details summary::-webkit-details-marker {
    display: none;
}
details > summary {
    list-style: none;
}
.swiper-button-disabled {
    cursor: pointer !important;
    pointer-events: auto !important;
}
section {
    margin-bottom: 120px;
}
@media all and (max-width: 1600px) {
    section {
        margin-bottom: 100px;
    }
}
@media all and (max-width: 1199px) {
    section {
        margin-bottom: 80px;
    }
}
.mb-0 {
    margin-bottom: 0 !important;
}
.modal {
    max-width: 650px;
    width: 100%;
    color: #1e1e1e;
    background-color: #fff;
    border-radius: 10px;
    padding: 90px 70px;
}
@media all and (max-width: 575px) {
    .modal {
        padding: 40px 16px;
    }
}
.modal .heading {
    margin-bottom: 40px;
}
@media all and (max-width: 575px) {
    .modal .heading {
        margin-bottom: 30px;
    }
}
#modal-thanks .modal__heading {
    margin-bottom: 0;
}
.form__inner .form__item {
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    .form__inner .form__item {
        margin-bottom: 12px;
    }
}
.form__inner .form__item.form__item-required {
    position: relative;
}
.form__inner .form__item.form__item-required:after {
    position: absolute;
    content: "*";
    font-size: 18px;
    top: 15px;
    right: 18px;
    color: red;
}
@media all and (max-width: 575px) {
    .form__inner .form__item.form__item-required:after {
        font-size: 12px;
        top: 10px;
    }
}
.form__inner .form__item input,
.form__inner .form__item select,
.form__inner .form__item textarea {
    width: 100%;
    height: 55px;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding: 0 24px 0 20px;
    font-size: 16px;
    border: none;
    color: #1e1e1e;
}
@media all and (max-width: 575px) {
    .form__inner .form__item input,
    .form__inner .form__item select,
    .form__inner .form__item textarea {
        height: 37px;
    }
}
.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: #1e1e1e;
    opacity: 1;
}
.form__inner .form__item input::-moz-placeholder,
.form__inner .form__item select::-moz-placeholder,
.form__inner .form__item textarea::-moz-placeholder {
    color: #1e1e1e;
    opacity: 1;
}
.form__inner .form__item input::-ms-placeholder,
.form__inner .form__item select::-ms-placeholder,
.form__inner .form__item textarea::-ms-placeholder {
    color: #1e1e1e;
    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: #1e1e1e;
    opacity: 1;
}
.form__inner .form__item input::-moz-placeholder,
.form__inner .form__item select::-moz-placeholder,
.form__inner .form__item textarea::-moz-placeholder {
    color: #1e1e1e;
    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: #1e1e1e;
    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: #1e1e1e;
    opacity: 1;
}
.form__inner .form__item input::placeholder,
.form__inner .form__item select::placeholder,
.form__inner .form__item textarea::placeholder {
    color: #1e1e1e;
    opacity: 1;
}
.form__inner .form__item textarea {
    height: 100px;
}
.form__inner .form__submit {
    position: relative;
}
.form__inner .form__submit .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.form__inner .form__policy {
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    .form__inner .form__policy {
        margin-bottom: 12px;
    }
}
.form__inner .form__policy .policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}
.form__inner .form__policy .policy .text p {
    color: #1e1e1e;
    font-size: 14px;
    line-height: 100%;
    font-weight: 300;
}
@media all and (max-width: 575px) {
    .form__inner .form__policy .policy .text p {
        font-size: 10px;
    }
}
.form__inner .form__policy .policy .text p a {
    text-decoration: underline;
    color: #1e1e1e;
}
.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: #1e1e1e;
}
.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 #1e1e1e;
    color: transparent;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 1px;
    background-color: transparent;
}
.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__checkbox {
    margin-bottom: 40px;
}
@media all and (max-width: 575px) {
    .form__inner .form__checkbox {
        margin-bottom: 20px;
    }
}
.form__inner .form__checkbox h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    .form__inner .form__checkbox h4 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 12px;
    }
}
.form__inner .form__checkbox .wpcf7-checkbox input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.form__inner .form__checkbox .wpcf7-list-item {
    margin-left: 0;
    display: block;
}
.form__inner .form__checkbox .wpcf7-list-item:not(:last-child) {
    margin-bottom: 14px;
}
.form__inner .form__checkbox .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
}
.form__inner .form__checkbox .wpcf7-list-item-label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    background: #fff;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.form__inner
    .form__checkbox
    .wpcf7-list-item
    label:hover
    .wpcf7-list-item-label:before {
    border-color: #0fafe7;
}
.form__inner .form__checkbox .wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.form__inner
    .form__checkbox
    .wpcf7-checkbox
    input[type="checkbox"]:checked
    + .wpcf7-list-item-label:before {
    background: #0fafe7;
    border-color: #0fafe7;
}
.form__inner
    .form__checkbox
    .wpcf7-checkbox
    input[type="checkbox"]:checked
    + .wpcf7-list-item-label:after {
    opacity: 1;
}
.form__inner
    .form__checkbox
    .wpcf7-checkbox
    input[type="checkbox"]:focus
    + .wpcf7-list-item-label:before {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.3);
    box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.3);
}
.form__inner .form__file {
    margin-bottom: 20px;
}
.form__inner .file-upload {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: rgba(15, 175, 231, 0.2);
    border-radius: 4px;
    height: 80px;
    padding: 14px 30px 14px 20px;
}
@media all and (max-width: 575px) {
    .form__inner .file-upload {
        height: 70px;
        padding: 12px 30px 12px 12px;
    }
}
.form__inner .file-upload:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_8.svg);
    width: 22px;
    height: 22px;
    top: 15px;
    right: 20px;
}
@media all and (max-width: 575px) {
    .form__inner .file-upload:after {
        width: 14px;
        height: 14px;
        top: 12px;
        right: 12px;
    }
}
.form__inner .file-upload label {
    display: block;
    cursor: pointer;
}
.form__inner .file-upload label input[type="file"] {
    display: none;
}
.form__inner .file-upload label .file__text {
    font-size: 16px;
    font-weight: 500;
}
@media all and (max-width: 575px) {
    .form__inner .file-upload label .file__text {
        font-size: 11px;
        line-height: 13px;
    }
}
.form__inner .file-upload #file-name {
    font-size: 12px;
    line-height: 14px;
}
@media all and (max-width: 575px) {
    .form__inner .file-upload #file-name {
        font-size: 10px;
        line-height: 12px;
    }
}
header {
    position: relative;
    padding-bottom: 160px;
}
@media all and (max-width: 1600px) {
    header {
        padding-bottom: 130px;
    }
}
@media all and (min-width: 1199px) {
    header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media all and (max-width: 1199px) {
    header {
        padding-bottom: 180px;
    }
}
header:not(.page) {
    min-height: 100vh;
    min-height: 100svh;
}
header.page {
    padding-bottom: 0;
    display: block;
}
header.page .video {
    display: none;
}
header.page .header__top {
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.3);
}
header.page .header__top .header__contacts .contacts__inner {
    color: #1e1e1e;
}
header.page
    .header__top
    .header__contacts
    .contacts__inner
    .contacts__top
    ul
    li
    img {
    -webkit-filter: brightness(0) saturate(100%) invert(8%) sepia(3%)
        saturate(29%) hue-rotate(326deg) brightness(109%) contrast(92%);
    filter: brightness(0) saturate(100%) invert(8%) sepia(3%) saturate(29%)
        hue-rotate(326deg) brightness(109%) contrast(92%);
}
header.page
    .header__top
    .header__contacts
    .contacts__inner
    .contacts__top
    ul
    li
    a {
    color: #1e1e1e;
}
header.page
    .header__top
    .header__contacts
    .contacts__inner
    .contacts__bottom
    ul
    li
    a {
    color: #1e1e1e;
}
header.page .header__top .header__contacts .header_burger .burger_button span {
    background: #1e1e1e;
}
header .video {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: -1;
}
header .video video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}
header .header__top {
    position: fixed;
    top: 0;
    padding: 18px 0;
    left: 0;
    width: 100%;
    background-color: rgba(30, 30, 30, 0.3);
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
@media all and (max-width: 991px) {
    header .header__top {
        padding: 10.5px 0;
    }
}
header .header__top.header__fixed {
    z-index: 999;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.3);
}
header .header__top.header__fixed .header__contacts .contacts__inner {
    color: #1e1e1e;
}
header
    .header__top.header__fixed
    .header__contacts
    .contacts__inner
    .contacts__top
    ul
    li
    img {
    -webkit-filter: brightness(0) saturate(100%) invert(8%) sepia(3%)
        saturate(29%) hue-rotate(326deg) brightness(109%) contrast(92%);
    filter: brightness(0) saturate(100%) invert(8%) sepia(3%) saturate(29%)
        hue-rotate(326deg) brightness(109%) contrast(92%);
}
header
    .header__top.header__fixed
    .header__contacts
    .contacts__inner
    .contacts__top
    ul
    li
    a {
    color: #1e1e1e;
}
header
    .header__top.header__fixed
    .header__contacts
    .contacts__inner
    .contacts__bottom
    ul
    li
    a {
    color: #1e1e1e;
}
header
    .header__top.header__fixed
    .header__contacts
    .header_burger
    .burger_button
    span {
    background: #1e1e1e;
}
header .header__top .header__logo img {
    width: 120px;
    height: auto;
}
@media all and (max-width: 991px) {
    header .header__top .header__logo img {
        width: 74px;
    }
}
header .header__top .header__contacts .contacts__inner {
    color: #f5f5f5;
}
@media all and (max-width: 991px) {
    header .header__top .header__contacts .contacts__inner {
        display: none;
    }
}
header .header__top .header__contacts .contacts__inner .contacts__top {
    border-bottom: 1px solid rgba(245, 245, 245, 0.1);
    margin-bottom: 18px;
}
header .header__top .header__contacts .contacts__inner .contacts__top 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;
}
header .header__top .header__contacts .contacts__inner .contacts__top ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 18px;
}
@media all and (max-width: 1199px) {
    header
        .header__top
        .header__contacts
        .contacts__inner
        .contacts__top
        ul
        li {
        font-size: 12px;
    }
}
header .header__top .header__contacts .contacts__inner .contacts__top ul li a {
    display: inline-block;
    color: #f5f5f5;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .contacts__top
    ul
    li
    a:hover {
    color: #0fafe7;
}
header .header__top .header__contacts .contacts__inner .contacts__bottom 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;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .contacts__bottom
    ul
    li.current-menu-item:not(.menu-item-object-custom)
    > a {
    color: #0fafe7;
    text-shadow:
        0 0 0.65px #0fafe7,
        0 0 0.65px #0fafe7;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .contacts__bottom
    ul
    li
    a {
    font-size: 15px;
    color: #f5f5f5;
    display: inline-block;
}
@media all and (max-width: 1199px) {
    header
        .header__top
        .header__contacts
        .contacts__inner
        .contacts__bottom
        ul
        li
        a {
        font-size: 14px;
    }
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .contacts__bottom
    ul
    li
    a:hover {
    color: #0fafe7;
    text-shadow:
        0 0 0.65px #0fafe7,
        0 0 0.65px #0fafe7;
}
header .header__top .header__contacts .header_burger {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media all and (max-width: 991px) {
    header .header__top .header__contacts .header_burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
header .header__top .header__contacts .header_burger .burger_button {
    position: relative;
    top: 2px;
    width: 30px;
    height: 30px;
    display: block;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 20;
}
header .header__top .header__contacts .header_burger .burger_button span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #f5f5f5;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
header
    .header__top
    .header__contacts
    .header_burger
    .burger_button
    span:nth-child(1) {
    top: 4px;
}
header
    .header__top
    .header__contacts
    .header_burger
    .burger_button
    span:nth-child(2) {
    top: 12px;
}
header
    .header__top
    .header__contacts
    .header_burger
    .burger_button
    span:nth-child(3) {
    top: 20px;
}
header
    .header__top
    .header__contacts
    .header_burger
    .burger_button.open
    span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
header
    .header__top
    .header__contacts
    .header_burger
    .burger_button.open
    span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
header
    .header__top
    .header__contacts
    .header_burger
    .burger_button.open
    span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
header .header__top .header__contacts .header_burger .menu_toggle {
    position: fixed;
    width: 80%;
    right: 0;
    bottom: 0;
    background: #1e1e1e;
    margin: 0;
    overflow: auto;
    z-index: 11;
    padding-top: 70px;
    top: 0;
    padding-bottom: 30px;
    -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%);
}
header .header__top .header__contacts .header_burger .menu_toggle.slide {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}
header .header__top .header__contacts .header_burger .menu_toggle.menuopen {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
header
    .header__top
    .header__contacts
    .header_burger
    .menu_toggle
    .toggle__inner {
    height: 100%;
}
header
    .header__top
    .header__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .container {
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
}
header
    .header__top
    .header__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .wrapper {
    height: 100%;
    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: 575px) {
    header
        .header__top
        .header__contacts
        .header_burger
        .menu_toggle
        .toggle__inner
        .mobile__menu {
        text-align: right;
    }
}
header
    .header__top
    .header__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li:not(:last-child) {
    margin-bottom: 10px;
}
header
    .header__top
    .header__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.current-menu-item:not(.menu-item-object-custom)
    > a {
    color: #0fafe7;
}
header
    .header__top
    .header__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a {
    color: #f5f5f5;
    font-weight: 500;
    display: inline-block;
    padding: 5px 0;
}
header
    .header__top
    .header__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a:hover {
    color: #0fafe7;
    text-decoration: underline;
}
header
    .header__top
    .header__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__contacts
    ul
    li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    color: #f5f5f5;
}
header
    .header__top
    .header__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__contacts
    ul
    li:not(:last-child) {
    margin-bottom: 15px;
}
header
    .header__top
    .header__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__contacts
    ul
    li
    img {
    width: 14px;
    height: 14px;
}
header
    .header__top
    .header__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__contacts
    ul
    li
    a {
    display: inline-block;
    color: #f5f5f5;
}
header
    .header__top
    .header__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__contacts
    ul
    li
    a:hover {
    color: #0fafe7;
}
header
    .header__top
    .header__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__contacts
    hr {
    border: none;
    background-color: rgba(245, 245, 245, 0.05);
    width: 100%;
    height: 1px;
    margin: 20px auto;
}
header .header__main {
    color: #f5f5f5;
    padding-top: 160px;
}
@media all and (max-width: 1199px) {
    header .header__main {
        padding-bottom: 80px;
    }
}
@media all and (max-width: 991px) {
    header .header__main {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}
@media all and (max-width: 575px) {
    header .header__main {
        padding-top: 180px;
    }
}
header .header__main .content h1 {
    font-family: IBMPlexSans, sans-serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 66px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}
@media all and (max-width: 1600px) {
    header .header__main .content h1 {
        font-size: 44px;
        line-height: 120%;
        margin-bottom: 24px;
    }
}
@media all and (max-width: 575px) {
    header .header__main .content h1 {
        font-size: 26px;
        line-height: 34px;
    }
}
header .header__main .content h1 strong {
    font-weight: 600;
    text-transform: uppercase;
}
header .header__main .content p {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
}
@media all and (max-width: 1600px) {
    header .header__main .content p {
        font-size: 20px;
        line-height: 120%;
    }
}
@media all and (max-width: 575px) {
    header .header__main .content p {
        font-size: 16px;
        line-height: 22px;
    }
}
header .header__main .content .box__buttons {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px 40px;
}
@media all and (max-width: 1600px) {
    header .header__main .content .box__buttons {
        margin-top: 30px;
    }
}
@media all and (max-width: 767px) {
    header .header__main .content .box__buttons .btn-gray {
        display: none;
    }
}
header .header__main .content .box__buttons strong {
    font-weight: 500;
}
@media all and (max-width: 575px) {
    header .header__main .content .box__buttons strong {
        display: block;
    }
}
#arrowup {
    position: fixed;
    right: 20px;
    bottom: 30px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/up.svg);
    width: 48px;
    height: 48px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
#arrowup.active {
    opacity: 1;
    visibility: visible;
}
#arrowup:hover {
    opacity: 0.8;
}
#page {
    padding-top: 150px;
}
@media all and (max-width: 991px) {
    #page {
        padding-top: 90px;
    }
}
article .aligncenter,
article div.aligncenter,
article img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
article img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
article img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
article .alignright {
    float: right;
}
article .alignleft {
    float: left;
}
article h2,
article h3,
article h4,
article h5,
article h6 {
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 0.625em;
}
article h2 {
    font-size: 32px;
}
@media all and (max-width: 575px) {
    article h2 {
        font-size: 30px;
    }
}
article h3 {
    font-size: 26px;
}
article h4 {
    font-size: 22px;
}
article h5 {
    font-size: 18px;
}
article h6 {
    font-size: 16px;
}
article p {
    margin-bottom: 1em;
}
article a {
    color: #0fafe7;
}
article ul {
    margin-bottom: 1em;
    list-style-type: disc;
    padding-left: 15px;
}
article ul ul {
    margin-bottom: 0;
}
article ol li,
article ul li {
    margin-bottom: 4px;
}
article ol {
    margin-bottom: 1em;
    padding-left: 15px;
}
article mark {
    padding: 0;
}
article .wp-block-table,
article table {
    overflow-x: auto;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    padding: 0;
    border-spacing: 0;
}
article table form,
article table li,
article table p,
article table ul {
    margin: 6px 0;
    padding: 0;
}
article table tfoot,
article table thead,
article table.wp-block-table tfoot,
article table.wp-block-table thead {
    border: 1px solid rgba(0, 0, 0, 0.12);
}
article table tbody tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.04);
}
article table th,
article table.wp-block-table th {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin: 0;
    padding: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media all and (max-width: 575px) {
    article table td,
    article table th {
        min-width: 180px;
    }
}
article table td,
article table.wp-block-table td {
    padding: 12px;
    margin: 0;
    border-top: 1px solid #ddd;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
article table.wp-block-table.is-style-stripes {
    border-collapse: collapse;
}
article table.wp-block-table.is-style-stripes td {
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.12);
}
.lightbox-image-container {
    width: 100vw !important;
}
.lightbox-image-container figure img {
    width: auto !important;
    height: auto !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
    max-height: 100% !important;
}
.wpcf7-validation-errors {
    display: none !important;
}
.wpcf7-form .wpcf7-response-output {
    font-size: 13px;
    line-height: 17px;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
#block-15 input[type="tel"].wpcf7-not-valid,
#block-15 input[type="text"].wpcf7-not-valid,
#block-7 input[type="tel"].wpcf7-not-valid,
#block-7 input[type="text"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border: 2px solid #ec3c06 !important;
    position: relative;
}
body span.wpcf7-not-valid-tip {
    display: none !important;
    color: #ec3c06;
    border: none;
    background: 0 0;
}
body span.wpcf7-not-valid-tip-no-ajax {
    display: inline-block;
    font-size: 18px;
    margin: 0 0 0 10px;
}
body div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 2px solid #ff8a8a;
    color: #ec3c06;
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 12000;
}
.contact-inner-form .wpcf7-response-output {
    width: 95%;
}
body div.wpcf7-response-output {
    padding: 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 3px;
}
body .wpcf7-mail-sent-ng {
    background: #fff2e2;
    border: 1px solid #ffbc8a;
    color: #e17731;
}
body .wpcf7-mail-sent-ok {
    border: 1px solid transparent;
    color: #ff5805;
    text-align: center;
}
.section-painting {
    padding-top: 130px;
    border-radius: 40px 40px 0 0;
    margin-top: -70px;
    background-color: #f5f5f5;
    position: relative;
    z-index: 4;
}
@media all and (max-width: 1600px) {
    .section-painting {
        padding-top: 100px;
    }
}
@media all and (max-width: 1199px) {
    .section-painting {
        padding-top: 80px;
    }
}
@media all and (max-width: 575px) {
    .section-painting {
        border-radius: 15px 15px 0 0;
        padding-top: 60px;
        margin-top: -50px;
        margin-bottom: 50px;
    }
}
.section-painting .painting__item {
    margin-bottom: 30px;
}
@media all and (max-width: 575px) {
    .section-painting .painting__item {
        margin-bottom: 25px;
    }
}
.section-painting .painting__item .item__inner {
    position: relative;
    z-index: 2;
    border-radius: 5px;
    overflow: hidden;
    min-height: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    color: #f5f5f5;
}
@media all and (max-width: 1199px) {
    .section-painting .painting__item .item__inner {
        min-height: 300px;
    }
}
@media all and (max-width: 575px) {
    .section-painting .painting__item .item__inner {
        min-height: 210px;
        border-radius: 4px;
    }
}
.section-painting .painting__item .item__inner:hover {
    -webkit-filter: drop-shadow(8px 10px 20px rgba(30, 30, 30, 0.3));
    filter: drop-shadow(8px 10px 20px rgba(30, 30, 30, 0.3));
}
.section-painting .painting__item .item__inner:hover .title .more {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.section-painting .painting__item .item__inner .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.section-painting .painting__item .item__inner .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.section-painting .painting__item .item__inner .title {
    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: 16px;
    height: 90px;
    background: rgba(30, 30, 30, 0.4);
    background-blend-mode: luminosity;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    padding: 25px 20px;
    width: 100%;
}
@media all and (max-width: 575px) {
    .section-painting .painting__item .item__inner .title {
        height: 45px;
        padding: 14px 20px;
    }
}
.section-painting .painting__item .item__inner .title h3 {
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: inherit;
}
@media all and (max-width: 575px) {
    .section-painting .painting__item .item__inner .title h3 {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.005em;
    }
}
.section-painting .painting__item .item__inner .title .more {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_7.svg);
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
@media all and (max-width: 575px) {
    .section-painting .painting__item .item__inner .title .more {
        display: none;
    }
}
@media all and (max-width: 575px) {
    .section-capabilities {
        margin-bottom: 50px;
    }
}
.section-capabilities .capabilities__item {
    margin-bottom: 30px;
}
.section-capabilities .capabilities__item .item__inner {
    background: rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 4px 8px 15px rgba(30, 30, 30, 0.03);
    box-shadow: 4px 8px 15px rgba(30, 30, 30, 0.03);
    border-radius: 5px;
    overflow: hidden;
}
@media all and (max-width: 575px) {
    .section-capabilities .capabilities__item .item__inner {
        border-radius: 4px;
    }
}
.section-capabilities .capabilities__item .item__inner .capabilities__slider a {
    display: block;
    height: 500px;
}
@media all and (max-width: 1199px) {
    .section-capabilities
        .capabilities__item
        .item__inner
        .capabilities__slider
        a {
        height: 450px;
    }
}
@media all and (max-width: 575px) {
    .section-capabilities
        .capabilities__item
        .item__inner
        .capabilities__slider
        a {
        height: 250px;
    }
}
.section-capabilities
    .capabilities__item
    .item__inner
    .capabilities__slider
    a
    img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.section-capabilities .capabilities__item .item__inner .content {
    padding: 30px;
}
@media all and (max-width: 991px) {
    .section-capabilities .capabilities__item .item__inner .content {
        padding: 25px 15px;
    }
}
.section-capabilities .capabilities__item .item__inner .content h3 {
    font-family: IBMPlexSans, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    .section-capabilities .capabilities__item .item__inner .content h3 {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 15px;
    }
}
.section-capabilities .swiper-pagination {
    bottom: 20px !important;
}
.section-capabilities .swiper-pagination span {
    width: 10px;
    height: 10px;
    background-color: rgba(245, 245, 245, 0.5);
    opacity: 1;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.section-capabilities .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: rgba(245, 245, 245, 0.8);
}
.section-mainform .wrapper {
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    border-radius: 40px;
    overflow: hidden;
    padding: 80px;
    position: relative;
    z-index: 2;
}
@media all and (max-width: 991px) {
    .section-mainform .wrapper {
        padding: 60px;
    }
}
@media all and (max-width: 767px) {
    .section-mainform .wrapper {
        padding: 0;
        border-radius: 0;
    }
}
@media all and (min-width: 767px) {
    .section-mainform .wrapper .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
}
@media all and (max-width: 767px) {
    .section-mainform .wrapper .image {
        width: calc(100% - 30px);
        margin: 0 auto;
    }
}
@media all and (min-width: 767px) {
    .section-mainform .wrapper .image img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        width: 100%;
        height: 100%;
    }
}
@media all and (max-width: 767px) {
    .section-mainform .wrapper .image img {
        -webkit-box-shadow: 3px 6px 15px rgba(30, 30, 30, 0.08);
        box-shadow: 3px 6px 15px rgba(30, 30, 30, 0.08);
        border-radius: 0 0 6px 6px;
    }
}
.section-mainform .form__inner {
    background-color: #fff;
    -webkit-box-shadow: 4px 8px 18px rgba(242, 242, 242, 0.2);
    box-shadow: 4px 8px 18px rgba(242, 242, 242, 0.2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    padding: 50px 80px;
}
@media all and (min-width: 991px) {
    .section-mainform .form__inner {
        max-width: 730px;
        width: 100%;
    }
}
@media all and (max-width: 767px) {
    .section-mainform .form__inner {
        padding: 30px 16px;
    }
}
.section-mainform .form__inner .form__heading {
    margin-bottom: 30px;
}
.section-mainform .form__inner .form__heading h3 {
    font-family: IBMPlexSans, sans-serif;
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 25px;
}
@media all and (max-width: 575px) {
    .section-mainform .form__inner .form__heading h3 {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 15px;
    }
}
.section-mainform .form__inner .form__heading h3 strong {
    font-weight: 600;
}
.section-mainform .form__inner .form__heading p {
    font-size: 18px;
    line-height: 25px;
}
@media all and (max-width: 575px) {
    .section-mainform .form__inner .form__heading p {
        font-size: 13px;
        line-height: 18px;
    }
}
.section-mainform .form__inner form {
    max-width: 500px;
    width: 100%;
}
@media all and (max-width: 575px) {
    .section-whyus {
        margin-bottom: 50px;
    }
}
.section-whyus .whyus__items .items__inner .whyus__item {
    margin-bottom: 30px;
}
@media all and (max-width: 991px) {
    .section-whyus .whyus__items .items__inner .whyus__item {
        margin-bottom: 25px;
    }
}
.section-whyus .whyus__items .items__inner .whyus__item .item__inner {
    background: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 2px 4px 15px rgba(3, 46, 62, 0.08);
    box-shadow: 2px 4px 15px rgba(3, 46, 62, 0.08);
    border-radius: 5px;
    min-height: 300px;
    padding: 35px 30px;
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
@media all and (max-width: 575px) {
    .section-whyus .whyus__items .items__inner .whyus__item .item__inner {
        padding: 20px;
        min-height: 212px;
    }
}
.section-whyus .whyus__items .items__inner .whyus__item .item__inner:hover {
    -webkit-box-shadow: 6px 8px 20px rgba(3, 46, 62, 0.15);
    box-shadow: 6px 8px 20px rgba(3, 46, 62, 0.15);
}
.section-whyus .whyus__items .items__inner .whyus__item .item__inner .icon img {
    width: 64px;
    height: 64px;
}
@media all and (max-width: 575px) {
    .section-whyus
        .whyus__items
        .items__inner
        .whyus__item
        .item__inner
        .icon
        img {
        width: 42px;
        height: 42px;
    }
}
.section-whyus .whyus__items .items__inner .whyus__item .item__inner h3 {
    font-family: IBMPlexSans, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}
@media all and (max-width: 575px) {
    .section-whyus .whyus__items .items__inner .whyus__item .item__inner h3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 12px;
    }
}
@media all and (max-width: 575px) {
    .section-whyus .whyus__items .items__inner .whyus__item .item__inner p {
        font-size: 14px;
        line-height: 18px;
    }
}
.section-whyus .whyus__items .items__inner .image {
    margin-bottom: 25px;
}
@media all and (min-width: 991px) {
    .section-whyus .whyus__items .items__inner .image {
        display: none;
    }
}
.section-whyus .whyus__items .items__inner .image .image__inner {
    height: 200px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 2px 4px 15px rgba(3, 46, 62, 0.08);
    box-shadow: 2px 4px 15px rgba(3, 46, 62, 0.08);
}
.section-whyus .whyus__items .items__inner .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
@media all and (max-width: 991px) {
    .section-whyus .whyus__image {
        display: none !important;
    }
}
.section-whyus .whyus__image .image__inner {
    border-radius: 5px;
    -webkit-box-shadow: 2px 4px 15px rgba(3, 46, 62, 0.08);
    box-shadow: 2px 4px 15px rgba(3, 46, 62, 0.08);
    overflow: hidden;
    height: calc(100% - 30px);
}
.section-whyus .whyus__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-price {
    background-color: rgba(15, 175, 231, 0.02);
    border-radius: 40px;
    padding: 70px 0;
}
@media all and (max-width: 767px) {
    .section-price {
        padding: 30px 0;
    }
}
@media all and (max-width: 991px) {
    .section-price .price__image {
        display: none;
    }
}
.section-price .price__image img {
    width: 246px;
    height: auto;
}
.section-price .price__list .list__inner ul li {
    border-bottom: 1px solid rgba(30, 30, 30, 0.1);
}
.section-price .price__list .list__inner ul li:not(:last-child) {
    margin-bottom: 5px;
}
@media all and (max-width: 575px) {
    .section-price .price__list .list__inner ul li:not(:last-child) {
        margin-bottom: 14px;
    }
}
.section-price .price__list .list__inner ul li a {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #1e1e1e;
    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: 30px;
    padding: 15px 0;
}
@media all and (max-width: 575px) {
    .section-price .price__list .list__inner ul li a {
        padding: 6px 0;
        font-weight: 300;
        font-size: 13px;
        line-height: 16px;
    }
}
.section-price .price__list .list__inner ul li a:hover {
    color: #0fafe7;
}
.section-price .price__list .list__inner ul li a:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(67%) sepia(35%)
        saturate(5946%) hue-rotate(158deg) brightness(95%) contrast(91%);
    filter: brightness(0) saturate(100%) invert(67%) sepia(35%) saturate(5946%)
        hue-rotate(158deg) brightness(95%) contrast(91%);
}
.section-price .price__list .list__inner ul li a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.section-price .price__list .list__inner ul li a .download {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 18px;
}
@media all and (max-width: 575px) {
    .section-price .price__list .list__inner ul li a .download {
        font-size: 12px;
    }
}
.section-price .price__list .list__inner ul li a img {
    width: 25px;
    height: 25px;
}
@media all and (max-width: 575px) {
    .section-price .price__list .list__inner ul li a img {
        width: 15px;
        height: 15px;
    }
}
.section-stages {
    position: relative;
    z-index: 2;
    padding: 70px 0 30px 0;
    color: #f5f5f5;
}
@media all and (max-width: 767px) {
    .section-stages {
        padding: 30px 0 5px 0;
    }
}
@media all and (max-width: 575px) {
    .section-stages {
        border-radius: 10px;
        width: calc(100% - 14px);
        margin: 0 auto 80px auto;
        overflow: hidden;
    }
}
.section-stages .bg__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.section-stages .bg__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.section-stages .stages__item {
    margin-bottom: 40px;
}
@media all and (max-width: 767px) {
    .section-stages .stages__item {
        margin-bottom: 25px;
    }
}
.section-stages .stages__item .item__inner {
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(245, 245, 245, 0.5)),
        to(rgba(30, 30, 30, 0.4))
    );
    background: linear-gradient(
        360deg,
        rgba(245, 245, 245, 0.5) 0,
        rgba(30, 30, 30, 0.4) 100%
    );
    background-blend-mode: luminosity;
    -webkit-backdrop-filter: blur(75px);
    backdrop-filter: blur(75px);
    border-radius: 4px;
    padding: 30px;
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
@media all and (max-width: 575px) {
    .section-stages .stages__item .item__inner {
        padding: 20px 13px;
        gap: 20px;
        min-height: 200px;
    }
}
.section-stages .stages__item .item__inner:hover {
    -webkit-box-shadow: 6px 8px 20px rgba(3, 46, 62, 0.25);
    box-shadow: 6px 8px 20px rgba(3, 46, 62, 0.25);
}
.section-stages .stages__item .item__inner .icon img {
    width: 56px;
    height: 56px;
}
@media all and (max-width: 575px) {
    .section-stages .stages__item .item__inner .icon img {
        width: 35px;
        height: 35px;
    }
}
.section-stages .stages__item .item__inner h3 {
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    .section-stages .stages__item .item__inner h3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 12px;
    }
}
.section-stages .stages__item .item__inner p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
}
@media all and (max-width: 575px) {
    .section-stages .stages__item .item__inner p {
        font-size: 13px;
        line-height: 18px;
    }
}
.section-cases .cases__slider {
    padding: 10px !important;
    margin: 0 -10px;
}
@media all and (max-width: 991px) {
    .section-cases .cases__slider {
        padding-bottom: 50px !important;
    }
}
.section-cases .cases__slider .swiper-slide {
    height: auto;
}
.section-cases .cases__slider .slide__inner {
    min-height: 280px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    -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);
    overflow: hidden;
    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;
    color: #1e1e1e;
}
.section-cases .cases__slider .slide__inner:hover .case__details .btn {
    background-color: #0fafe7;
    color: #fff;
}
.section-cases .cases__slider .slide__inner .case__image {
    display: block;
    height: 350px;
}
@media all and (max-width: 575px) {
    .section-cases .cases__slider .slide__inner .case__image {
        height: 260px;
    }
}
.section-cases .cases__slider .slide__inner .case__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.section-cases .cases__slider .slide__inner .case__details {
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px;
}
@media all and (max-width: 575px) {
    .section-cases .cases__slider .slide__inner .case__details {
        padding: 20px 15px;
    }
}
.section-cases .cases__slider .slide__inner .case__details .details__inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}
.section-cases .cases__slider .slide__inner .case__details .details__inner h3 {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    border-bottom: 1px solid rgba(15, 175, 231, 0.2);
    padding-bottom: 10px;
    margin-bottom: 12px;
}
@media all and (max-width: 575px) {
    .section-cases
        .cases__slider
        .slide__inner
        .case__details
        .details__inner
        h3 {
        font-size: 15px;
        padding-bottom: 5px;
        margin-bottom: 12px;
    }
}
.section-cases
    .cases__slider
    .slide__inner
    .case__details
    .details__inner
    ul
    li {
    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;
    font-size: 15px;
    line-height: 18px;
}
@media all and (max-width: 575px) {
    .section-cases
        .cases__slider
        .slide__inner
        .case__details
        .details__inner
        ul
        li {
        font-size: 13px;
        line-height: 16px;
    }
}
.section-cases
    .cases__slider
    .slide__inner
    .case__details
    .details__inner
    ul
    li:not(:last-child) {
    margin-bottom: 15px;
}
@media all and (max-width: 575px) {
    .section-cases
        .cases__slider
        .slide__inner
        .case__details
        .details__inner
        ul
        li:not(:last-child) {
        margin-bottom: 12px;
    }
}
.section-cases
    .cases__slider
    .slide__inner
    .case__details
    .details__inner
    ul
    li
    strong {
    font-weight: 400;
}
.section-cases .cases__slider .slide__inner .case__details .btn {
    max-width: 220px;
    width: 100%;
}
.section-cases .swiper-pagination {
    bottom: 0 !important;
}
@media all and (min-width: 991px) {
    .section-cases .swiper-pagination {
        display: none;
    }
}
.section-cases .swiper-pagination span {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.section-cases .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: rgba(15, 175, 231, 0.8);
}
@media all and (max-width: 991px) {
    .section-contacts .contacts__details {
        margin-bottom: 20px;
    }
}
.section-contacts
    .contacts__details
    .details__inner
    .contacts__item:not(:last-child) {
    margin-bottom: 40px;
}
@media all and (max-width: 575px) {
    .section-contacts
        .contacts__details
        .details__inner
        .contacts__item:not(:last-child) {
        margin-bottom: 20px;
    }
}
.section-contacts .contacts__details .details__inner .contacts__item h5 {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    .section-contacts .contacts__details .details__inner .contacts__item h5 {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 15px;
    }
}
.section-contacts .contacts__details .details__inner .contacts__item p {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
@media all and (max-width: 575px) {
    .section-contacts .contacts__details .details__inner .contacts__item p {
        font-size: 14px;
        line-height: 18px;
    }
}
@media all and (max-width: 575px) {
    .section-contacts .contacts__details .details__inner .contacts__item p img {
        width: 18px;
        height: 18px;
    }
}
.section-contacts .contacts__details .details__inner .contacts__item ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
@media all and (max-width: 575px) {
    .section-contacts .contacts__details .details__inner .contacts__item ul li {
        font-size: 14px;
        line-height: 18px;
    }
}
.section-contacts
    .contacts__details
    .details__inner
    .contacts__item
    ul
    li:not(:last-child) {
    margin-bottom: 15px;
}
.section-contacts .contacts__map .map__inner {
    border-radius: 5px;
    overflow: hidden;
    height: 350px;
}
@media all and (max-width: 575px) {
    .section-contacts .contacts__map .map__inner {
        border-radius: 4px;
        height: 240px;
    }
}
.section-contacts .contacts__map .map__inner iframe {
    width: 100%;
    height: 100%;
}
#footer {
    margin-bottom: 0;
}
#footer .footer__top {
    border-radius: 0 0 40px 40px;
    position: relative;
    z-index: 2;
    background-color: #f5f5f5;
    padding-bottom: 70px;
}
@media all and (max-width: 1199px) {
    #footer .footer__top {
        padding-bottom: 40px;
    }
}
@media all and (max-width: 575px) {
    #footer .footer__top {
        border-radius: 0 0 15px 15px;
        padding-bottom: 10px;
    }
}
#footer .footer__top .wrapper {
    position: relative;
}
#footer .footer__top .wrapper:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_12.svg);
    width: 60px;
    height: 45px;
    bottom: 0;
    left: 0;
    z-index: -1;
}
@media all and (max-width: 1199px) {
    #footer .footer__top .wrapper:after {
        left: auto;
        right: 0;
        bottom: 30px;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    }
}
@media all and (max-width: 575px) {
    #footer .footer__top .wrapper:after {
        width: 40px;
        height: 30px;
        bottom: 20px;
    }
}
@media all and (max-width: 1199px) {
    #footer .footer__logo {
        margin-bottom: 30px;
    }
}
#footer .footer__logo img {
    width: 166px;
    height: auto;
}
@media all and (max-width: 575px) {
    #footer .footer__logo img {
        width: 100px;
    }
}
#footer .footer__details .details__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    border-bottom: 2px solid rgba(30, 30, 30, 0.2);
    padding-bottom: 30px;
    margin-bottom: 40px;
}
@media all and (max-width: 991px) {
    #footer .footer__details .details__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 15px;
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 1px solid rgba(30, 30, 30, 0.2);
    }
}
#footer .footer__details .details__inner .phones__email ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 6px;
}
@media all and (max-width: 991px) {
    #footer .footer__details .details__inner .phones__email ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 20px;
    }
}
#footer .footer__details .details__inner .phones__email ul li a {
    display: inline-block;
    font-size: 35px;
    line-height: 120%;
    font-weight: 500;
    color: #1e1e1e;
    white-space: nowrap;
}
@media all and (max-width: 1400px) {
    #footer .footer__details .details__inner .phones__email ul li a {
        font-size: 28px;
    }
}
@media all and (max-width: 575px) {
    #footer .footer__details .details__inner .phones__email ul li a {
        font-size: 22px;
    }
}
#footer .footer__details .details__inner .phones__email ul li a:hover {
    color: #0fafe7;
}
@media all and (max-width: 991px) {
    #footer .footer__details .details__inner .phones__email ul li.hr {
        display: none;
    }
}
#footer .footer__details .details__inner .phones__email ul li.hr hr {
    border: none;
    width: 1px;
    height: 38px;
    background-color: rgba(30, 30, 30, 0.2);
}
#footer .footer__details .details__inner .phones__email .email {
    display: inline-block;
    font-size: 25px;
    line-height: 30px;
    color: #1e1e1e;
}
@media all and (max-width: 575px) {
    #footer .footer__details .details__inner .phones__email .email {
        font-size: 15px;
        line-height: 18px;
    }
}
#footer .footer__details .details__inner .phones__email .email:hover {
    color: #0fafe7;
}
#footer .footer__details .details__inner .social li:not(:last-child) {
    margin-bottom: 15px;
}
#footer .footer__details .details__inner .social li a {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #1e1e1e;
    display: inline-block;
}
@media all and (max-width: 575px) {
    #footer .footer__details .details__inner .social li a {
        font-size: 15px;
        line-height: 18px;
    }
}
#footer .footer__details .details__inner .social li a:hover {
    color: #0fafe7;
}
@media all and (max-width: 1199px) {
    #footer .footer__details .footer__menu {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 575px) {
    #footer .footer__details .footer__menu {
        margin-bottom: 20px;
    }
}
#footer .footer__details .footer__menu .menu__inner h6 {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 15px;
}
@media all and (max-width: 575px) {
    #footer .footer__details .footer__menu .menu__inner h6 {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 12px;
    }
}
#footer .footer__details .footer__menu .menu__inner ul li:not(:last-child) {
    margin-bottom: 12px;
}
@media all and (max-width: 575px) {
    #footer .footer__details .footer__menu .menu__inner ul li:not(:last-child) {
        margin-bottom: 10px;
    }
}
#footer
    .footer__details
    .footer__menu
    .menu__inner
    ul
    li.current-menu-item:not(.menu-item-object-custom)
    > a {
    color: #0fafe7;
    text-decoration: underline;
}
#footer .footer__details .footer__menu .menu__inner ul li a {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #1e1e1e;
    display: inline-block;
}
@media all and (max-width: 575px) {
    #footer .footer__details .footer__menu .menu__inner ul li a {
        font-size: 13px;
        line-height: 16px;
        font-weight: 300;
    }
}
#footer .footer__details .footer__menu .menu__inner ul li a:hover {
    color: #0fafe7;
    text-decoration: underline;
}
#footer .footer__details .footer__menu .menu__inner .address {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.01em;
}
@media all and (max-width: 575px) {
    #footer .footer__details .footer__menu .menu__inner .address {
        font-size: 13px;
        line-height: 16px;
        font-weight: 300;
    }
}
#footer .footer__bottom {
    background-color: #1e1e1e;
    color: #fff;
    padding-top: 130px;
    margin-top: -50px;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #f2f2f2;
}
@media all and (max-width: 1199px) {
    #footer .footer__bottom {
        padding-top: 100px;
    }
}
@media all and (max-width: 991px) {
    #footer .footer__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media all and (max-width: 575px) {
    #footer .footer__bottom {
        font-size: 12px;
        line-height: 15px;
        padding-top: 80px;
    }
}
@media all and (max-width: 991px) {
    #footer .footer__bottom .container {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
#footer .footer__bottom a {
    color: #f2f2f2;
}
#footer .footer__bottom a:hover {
    text-decoration: underline;
}
#footer .footer__bottom .logo {
    border-bottom: 1px solid #3d3d3e;
    margin-bottom: 30px;
    padding: 0 15px;
}
@media all and (max-width: 991px) {
    #footer .footer__bottom .logo {
        margin-top: 25px;
        margin-bottom: 0;
        border-bottom: none;
    }
}
@media all and (min-width: 991px) {
    #footer .footer__bottom .logo img {
        margin-bottom: -2.5px;
    }
}
#footer .footer__bottom .footer__item {
    margin-bottom: 30px;
}
@media all and (max-width: 575px) {
    #footer .footer__bottom .footer__item {
        margin-bottom: 8px;
    }
}
@media all and (min-width: 991px) {
    #footer .footer__bottom .footer__policy {
        text-align: center;
    }
}
@media all and (min-width: 991px) {
    #footer .footer__bottom .footer__menu {
        text-align: right;
    }
}
