@use "sass:map";
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon/fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon/fonts/icomoon.woff") format("woff"), url("../fonts/icomoon/fonts/icomoon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-ico-arrow-l:before {
    content: "\e904";
    color: #1e2a54;
}

.icon-ico-arrow-r:before {
    content: "\e905";
    color: #1e2a54;
}

.icon-ico-facebook:before {
    content: "\e900";
}

.icon-ico-Instagram:before {
    content: "\e901";
}

.icon-ico-mail:before {
    content: "\e902";
}

.icon-ico-linkendin:before {
    content: "\e903";
}

@font-face {
    font-family: 'Wotfard';
    src: url("../fonts/wotfard/wotfard-extralight-webfont.woff2") format("woff2"), url("../fonts/wotfard/wotfard-extralight-webfont.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Wotfard';
    src: url("../fonts/wotfard/wotfard-light-webfont.woff2") format("woff2"), url("../fonts/wotfard/wotfard-light-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Wotfard';
    src: url("../fonts/wotfard/wotfard-medium-webfont.woff2") format("woff2"), url("../fonts/wotfard/wotfard-medium-webfont.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Wotfard';
    src: url("../fonts/wotfard/wotfard-semibold-webfont.woff2") format("woff2"), url("../fonts/wotfard/wotfard-semibold-webfont.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Wotfard", sans-serif;
    background: #F7F5F0;
}

select,
button,
.btn,
a {
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.wrapper {
    position: relative;
    min-height: 100vh;
    width: 100%;
}

.wrapper .hanging-title {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.wrapper .hanging-title--text {
    margin: 0;
    font-size: 18px;
    letter-spacing: 0.01em;
    font-weight: 400;
    /*  text-transform: capitalize; /* REMOVED 10.09.2021 MA */
    text-transform: none;
    color: #414B73;
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    -webkit-transform: rotateX(180deg) rotateY(180deg);
    transform: rotateX(180deg) rotateY(180deg);
}

.container {
    max-width: 1194px;
}

.section-default {
    padding: 100px 0;
}

.section-default--row {
    margin-left: -40px;
    margin-right: -40px;
}

.section-default--col {
    padding: 0 40px;
}

h1,
.qu-h1 {
    font-size: 52px;
    font-weight: bold;
    color: #000000;
}

h2,
.qu-h2 {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}

h3,
.qu-h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.15em;
    color: #000000;
}

.d-block {
    display: block;
}

p,
.text,
li,
li:before {
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 1.4;
    color: #1E2A54;
}

.text-small {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.01em;
    line-height: 1.4;
    color: #000000;
}

.dark-link {
    color: #1E2A54;
    text-decoration: underline;
}

.dark-link:hover {
    color: #414B73;
    text-decoration: none;
}

.typography-content h1,
.typography-content .qu-h1 {
    margin-bottom: 30px;
}

.typography-content h2,
.typography-content .qu-h2 {
    color: #1E2A54;
    margin-bottom: 30px;
}

.typography-content h3,
.typography-content .qu-h3 {
    margin-bottom: 25px;
}

.typography-content p,
.typography-content .text {
    margin-bottom: 25px;
}

b,
strong {
    font-weight: bold;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    width: 100%;
    background: #414B73;
    border: none;
    font-size: 18px;
    color: #ffffff;
    padding: 19px 25px;
    outline: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-family: "Wotfard", sans-serif !important;
}

.form-control::-webkit-input-placeholder {
    color: #C2B7A3;
    opacity: 0.7 !important;
    position: relative;
    left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.form-control::-moz-placeholder {
    color: #C2B7A3;
    opacity: 0.7 !important;
    position: relative;
    left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.form-control::-ms-input-placeholder {
    color: #C2B7A3;
    opacity: 0.7 !important;
    position: relative;
    left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.form-control::placeholder {
    color: #C2B7A3;
    opacity: 0.7 !important;
    position: relative;
    left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.form-control:focus {
    -webkit-box-shadow: 0px 0px 15px #414B73;
    box-shadow: 0px 0px 15px #414B73;
}

.form-control:focus::-webkit-input-placeholder {
    left: 15px;
    opacity: 0 !important;
}

.form-control:focus::-moz-placeholder {
    left: 15px;
    opacity: 0 !important;
}

.form-control:focus::-ms-input-placeholder {
    left: 15px;
    opacity: 0 !important;
}

.form-control:focus::placeholder {
    left: 15px;
    opacity: 0 !important;
}

textarea.form-control {
    min-height: 135px;
}

.checkbox-control {
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 50px;
    font-size: 18px;
    font-weight: 300;
    color: #F7F5F0;
}

.checkbox-control a {
    color: #F7F5F0;
    text-decoration: underline;
}

.checkbox-control a:hover {
    text-decoration: none;
    color: #998B71;
}

.checkbox-control input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.checkbox-control input:checked~.checkbox-control--icon:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.checkbox-control--icon {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #2C3762;
}

.checkbox-control--icon:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxNS41NTYgNTE1LjU1NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PHBhdGggeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBkPSJtMCAyNzQuMjI2IDE3Ni41NDkgMTc2Ljg4NiAzMzkuMDA3LTMzOC42NzItNDguNjctNDcuOTk3LTI5MC4zMzcgMjkwLTEyOC41NTMtMTI4LjU1MnoiIGZpbGw9IiNhZDk3NmUiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiIGNsYXNzPSIiPjwvcGF0aD48L2c+PC9zdmc+);
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.card-default .img-radius {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    height: 160px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 40px;
}

.card-default .img-radius img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.card-default h2,
.card-default p {
    color: #1E2A54;
}

.card-default h2 {
    margin-bottom: 30px;
}

.card-default p {
    font-weight: 300;
    margin-bottom: 25px;
}

.card-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.card-contact .img-radius {
    width: 280px;
    height: 280px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 30px;
}

.card-contact .img-radius img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.card-contact p {
    margin-bottom: 30px;
}

.card-contact p strong {
    display: block;
}

.btn {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 15px 35px;
    border: none;
    text-decoration: none;
    letter-spacing: 0.15em;
    position: relative;
    white-space: nowrap;
    top: 0;
    left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn.btn-primary {
    background: #AD976E;
    color: #1E2A54;
    -webkit-box-shadow: 10px 10px 0 0 #2C3762;
    box-shadow: 10px 10px 0 0 #2C3762;
}

.btn.btn-primary:hover {
    top: 3px;
    left: 3px;
    -webkit-box-shadow: 7px 7px 0 0 #2C3762;
    box-shadow: 7px 7px 0 0 #2C3762;
}

.btn.btn-secondary {
    background: #1E2A54;
    color: #C2B7A3;
    -webkit-box-shadow: 10px 10px 0 0 #998B71;
    box-shadow: 10px 10px 0 0 #998B71;
}

.btn.btn-secondary:hover {
    top: 3px;
    left: 3px;
    -webkit-box-shadow: 7px 7px 0 0 #998B71;
    box-shadow: 7px 7px 0 0 #998B71;
}

.header {
    padding: 60px 45px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 888;
}

.header--btn-nav {
    position: fixed;
    z-index: 999;
    top: 75px;
    left: 65px;
    display: inline-block;
    border: none;
    border-top: 2px solid #2C3762;
    border-bottom: 2px solid #2C3762;
    background: none;
    padding: 4px 0;
    font-family: 'Wotfard';
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    color: #2C3762;
}

.hero-main {
    min-height: 680px;
    background: #DCD6C9;
    padding: 250px 0 100px;
    overflow: hidden;
}

.hero-main .container {
    position: relative;
}

.hero-main .row {
    position: relative;
    z-index: 5;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.hero-main--detail-image {
    position: absolute;
    right: -120px;
    top: -250px;
}

.hero-main--description h1 {
    color: #1E2A54;
    margin-bottom: 40px;
}

.hero-main--description h2 {
    color: #1E2A54;
    margin-bottom: 30px;
}

.hero-main--description h2:last-child {
    margin: 0;
}

.hero-main--description p {
    font-weight: 300;
    color: #1E2A54;
}

.main-navbar {
    position: fixed;
    top: 0;
    left: -330px;
    z-index: 999;
    width: 330px;
    height: 100%;
    background: #2C3762;
    padding: 50px 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.main-navbar .btn-close {
    display: inline-block;
    position: absolute;
    left: 63px;
    top: 70px;
    background: none;
    border: none;
    width: 36px;
    height: 36px;
}

.main-navbar .btn-close:before,
.main-navbar .btn-close:after {
    content: '';
    position: absolute;
    width: 36px;
    height: 2px;
    background: #ffffff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.main-navbar .btn-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.main-navbar--body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 100px;
}

.main-navbar--list {
    list-style: none;
}

.main-navbar--list li {
    margin-bottom: 15px;
}

.main-navbar--list li a {
    display: inline-block;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.main-navbar--list li a:hover {
    color: #C2B7A3;
}

.main-navbar--footer .lang-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin-left: -10px;
    margin-bottom: 55px;
}

.main-navbar--footer .lang-list li {
    padding: 0 10px;
    position: relative;
}

.main-navbar--footer .lang-list li:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 16px;
    background: #ffffff;
    right: -1px;
    top: 7px;
}

.main-navbar--footer .lang-list li:last-child:after {
    display: none;
}

.main-navbar--footer .lang-list li a {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
}

.main-navbar--footer .lang-list li a:hover {
    text-decoration: underline;
    color: #C2B7A3;
}

.main-navbar--footer .lang-list li a.active {
    color: #C2B7A3;
}

.main-navbar--footer .lang-list li.active a {
    color: #C2B7A3;
}

.main-navbar--footer .network-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-navbar--footer .network-list li {
    margin-right: 20px;
}

.main-navbar--footer .network-list li a {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1.5px solid #C2B7A3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: #C2B7A3;
    text-decoration: none;
}

.main-navbar--footer .network-list li a:hover {
    background: #C2B7A3;
    color: #ffffff;
}

.wrapper {
    position: relative;
}

.wrapper .overlay-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background: rgba(153, 139, 113, 0.8);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.wrapper.open-menu .main-navbar {
    left: 0;
}

.wrapper.open-menu .main-navbar .main-navbar--list li {
    left: 0;
    opacity: 1;
}

.wrapper.open-menu .main-navbar .main-navbar--list li:nth-child(1) {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.wrapper.open-menu .main-navbar .main-navbar--list li:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.wrapper.open-menu .main-navbar .main-navbar--list li:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.wrapper.open-menu .main-navbar .main-navbar--list li:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.wrapper.open-menu .main-navbar .main-navbar--footer .lang-list {
    left: 0;
    opacity: 1;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.wrapper.open-menu .main-navbar .main-navbar--footer .network-list li {
    left: 0;
    opacity: 1;
}

.wrapper.open-menu .main-navbar .main-navbar--footer .network-list li:nth-child(1) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.wrapper.open-menu .main-navbar .main-navbar--footer .network-list li:nth-child(2) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.wrapper.open-menu .main-navbar .main-navbar--footer .network-list li:nth-child(3) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.wrapper.open-menu .main-navbar .main-navbar--footer .network-list li:nth-child(4) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.wrapper.open-menu .overlay-navbar {
    opacity: 1;
    visibility: visible;
}

.wrapper .main-navbar--list li {
    position: relative;
    left: -20px;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.wrapper .main-navbar--list li:nth-child(1) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.wrapper .main-navbar--list li:nth-child(2) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.wrapper .main-navbar--list li:nth-child(3) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.wrapper .main-navbar--list li:nth-child(4) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.wrapper .main-navbar--footer .lang-list {
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    left: -20px;
    opacity: 0;
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.wrapper .main-navbar--footer .network-list li {
    position: relative;
    left: -20px;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.wrapper .main-navbar--footer .network-list li:nth-child(1) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.wrapper .main-navbar--footer .network-list li:nth-child(2) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.wrapper .main-navbar--footer .network-list li:nth-child(3) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.wrapper .main-navbar--footer .network-list li:nth-child(4) {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.footer {
    background: #AD976E;
    padding-bottom: 45px;
}

.footer-top-line {
    height: 80px;
    background: #F7F5F0;
}

.footer-logo {
    margin: 75px 0 30px;
    position: relative;
}

.footer-logo .logo-rotate {
    width: 90px;
    height: 90px;
    -o-object-fit: contain;
    object-fit: contain;
    display: inline-block;
    -webkit-animation: spin 9s linear infinite;
    animation: spin 9s linear infinite;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.footer-logo .logo-tilda {
    width: 44px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    bottom: -13px;
    right: 2px;
}

.footer .networks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer .networks li {
    margin-left: 20px;
}

.footer .networks li a {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1.5px solid #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
}

.footer .networks li a:hover {
    background: #998B71;
}

.footer-copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-copyright p {
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
}

.footer-copyright ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-copyright ul li {
    margin: 0 20px 0 0;
}

.footer-copyright ul li:last-child {
    margin: 0;
}

.footer-copyright ul li a {
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    text-decoration: none;
}

.footer-copyright ul li a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.footer-copyright .separator {
    margin: 0 15px;
}

.hero {
    padding: 200px 0 0;
    background: #F7F5F0;
    overflow: hidden;
    margin-bottom: -30px;
}

.hero .container {
    position: relative;
    margin-bottom: 30px;
}

.hero--title-img {
    position: absolute;
}

.hero--title-img img {
    position: relative;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    display: inline-block;
    width: auto;
}

.hero--title-img.img-first {
    top: 160px;
    left: 0;
}

.hero--title-img.img-first img {
    height: 195px;
}

.hero--title-img.img-second {
    bottom: -30px;
    z-index: 5;
    right: 120px;
}

.hero--title-img.img-second img {
    height: 160px;
}

.hero-inner {
    position: relative;
    z-index: 4;
    padding-top: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.hero-inner--item {
    padding: 0 90px;
    margin-bottom: -5px;
}

.hero-inner--item img {
    display: inline-block;
    -o-object-fit: contain;
    object-fit: contain;
    height: 430px;
    width: auto;
}

.hero-inner--item:last-child img {
    height: 420px;
}

.services {
    padding: 160px 0 130px;
}

.services-carousel .slick-dots {
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
}

.services-carousel .slick-dots li {
    display: inline-block;
    margin: 0;
    margin-right: 6px;
    width: 8px;
    height: 8px;
    cursor: pointer;
    background: rgba(173, 151, 110, 0.3);
}

.services-carousel .slick-dots li.slick-active {
    background: #AD976E;
}

.services-carousel .slick-dots li button {
    display: none;
}

.services-carousel--item h2 {
    width: 90%;
    margin-bottom: 40px;
    color: #1E2A54;
}

.services-carousel--item p {
    width: 83%;
    font-weight: 300;
    color: #373B49;
    margin-bottom: 20px;
}

.services-carousel--item p:last-child {
    margin: 0;
}

.processing {
    padding: 0 0 130px;
    background: #F7F5F0;
}

.processing-heading {
    padding: 40px 28px 45px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 555;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.processing-heading .icon-brand {
    width: 38px;
    display: inline-block;
    -o-object-fit: contain;
    object-fit: contain;
}

.processing .qu-h1 {
    color: #1E2A54;
    margin-bottom: 100px;
}

.processing-wrapper {
    position: relative;
}

.processing-wrapper--line {
    position: absolute;
    left: 80px;
    top: 65px;
    height: 78%;
    width: 80px;
    background-image: url(../img/svg/line-processing1.svg);
    background-position: center 350px;
    background-repeat: repeat-y;
    -webkit-background-size: 75px 75px;
    background-size: 75px;
}

.processing-wrapper--line:before {
    content: '';
    position: absolute;
    left: 6px;
    top: -1px;
    width: 10px;
    height: 10px;
    background: #C2B7A3;
    -webkit-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    transform: rotate(-37deg);
}

.processing-wrapper--line:after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
    border: 4px solid transparent;
    border-top: 8px solid #C2B7A3;
}

.processing-list {
    padding-left: 115px;
}

.processing-list--item {
    margin-bottom: 80px;
}

.processing-list--item:first-child .processing-list--item-inner .icon {
    top: 10px;
}

.processing-list--item:nth-child(even) {
    padding-left: 70px;
}

.processing-list--item:nth-child(even) .processing-list--item-inner {
    width: 100%;
}

.processing-list--item-inner {
    width: 90%;
    position: relative;
    padding-left: 70px;
}

.processing-list--item-inner .icon {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 48px;
    max-height: 46px;
    -o-object-fit: contain;
    object-fit: contain;
}

.processing-list--item-inner h2 {
    margin-bottom: 30px;
}

.processing-list--item-inner p {
    font-weight: 300;
}

.processing-list--item-inner h2,
.processing-list--item-inner p {
    color: #1E2A54;
}

.offer {
    padding: 180px 0 100px;
    background: #1E2A54;
}

.offer .qu-h1 {
    color: #998B71;
    margin-bottom: 80px;
}

.offer p {
    color: #C2B7A3;
    margin-bottom: 80px;
}

.offer-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.team-founders {
    padding: 180px 0 130px;
    background: #F7F5F0;
}

.team-founders .row {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.team-founders--item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.team-founders--item .img-radius {
    margin-bottom: 30px;
}

.team-founders--item .img-radius img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 280px;
    height: 280px;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.team-founders--item p {
    color: #1E2A54;
}

.team-founders--item .text-small {
    font-weight: 300;
}

.application-form {
    padding: 95px 0;
    background: #1E2A54;
}

.application-form h2 {
    text-align: center;
    color: #AD976E;
    margin-bottom: 110px;
}

.application-form .form-btn {
    padding-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.hero-offer {
    background: #DCD6C9;
    padding: 250px 0 100px;
    margin-bottom: 130px;
    /*overflow: hidden;*/
}

.hero-offer .container {
    position: relative;
}

.hero-offer .row {
    position: relative;
    z-index: 5;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.hero-offer--detail-image,
.hero-offer svg {
    position: absolute;
    right: -120px;
    top: -250px;
}

.hero-offer--description {
    /*min-height: 330px;*/
}

.hero-offer--description h1 {
    color: #1E2A54;
    margin-bottom: 40px;
}

.hero-offer--description p {
    font-weight: 300;
    color: #1E2A54;
    margin-bottom: 100px;
}

.hero-offer--description .list-category {
    padding: 0;
    list-style: none;
}

.hero-offer--description .list-category li {
    margin-bottom: 20px;
}

.hero-offer--description .list-category li i {
    margin-right: 10px;
    font-size: 13px;
    color: #1E2A54;
}

.hero-offer--description .list-category li a {
    display: inline-block;
    text-decoration: underline;
    color: #1E2A54;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.hero-offer--description .list-category li a:hover {
    text-decoration: none;
}

.hero-offer--btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.hero-offer--image {
    display: inline-block;
    width: 535px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    right: -115px;
    bottom: -100px;
}

.service {
    background: #998B71;
    position: relative;
    margin-bottom: 80px;
}

.service-description {
    padding: 130px 0;
    padding-right: 80px;
    min-height: 700px;
    position: relative;
}

.service-description .icon-service {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 45px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.service-description h2,
.service-description p {
    color: #1E2A54;
}

.service-description h2 {
    margin-bottom: 30px;
}

.service-description p {
    font-weight: 300;
    margin-bottom: 30px;
}

.service-description ul {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

.service-description ul li {
    /*font-size: 20px;*/
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 7px;
    color: #1E2A54;
    position: relative;
    padding-left: 25px;
}

.service-description ul li:before {
    content: '+';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    color: #1E2A54;
}

.service-preview {
    position: static;
}

.service-preview--wrapper {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    top: 0;
}

.service-preview--wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.service.service-light {
    background: #C2B7A3;
}

.service.reverse .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.service.reverse .service-description {
    padding-left: 90px;
    padding-right: 15px;
}

.service.reverse .service-description .icon-service {
    right: auto;
    left: 40px;
}

.service.reverse .service-preview--wrapper {
    right: auto;
    left: 0;
}

.reviews {
    padding: 120px 0 100px;
}

.reviews-list .slick-dots {
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
}

.reviews-list .slick-dots li {
    display: inline-block;
    margin: 0;
    margin-right: 6px;
    width: 8px;
    height: 8px;
    cursor: pointer;
    background: rgba(173, 151, 110, 0.3);
}

.reviews-list .slick-dots li.slick-active {
    background: #AD976E;
}

.reviews-list .slick-dots li button {
    display: none;
}

.reviews-list--item blockquote {
    font-size: 30px;
    font-weight: bold;
    color: #1E2A54;
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 20px;
}

.reviews-list--item .author {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    color: #C2B7A3;
}

.inspiration {
    padding: 100px 0;
    background: #1E2A54;
}

.inspiration h1,
.inspiration .qu-h1 {
    color: #AD976E;
    margin-bottom: 80px;
}

.inspiration p {
    font-weight: 300;
    color: #C2B7A3;
    margin-bottom: 35px;
}

.map {
    margin-bottom: 80px;
}

.map-wrapper {
    height: 560px;
    position: relative;
}

.map-wrapper #map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1400px) {
    .header--btn-nav {
        left: 35px;
    }
}

@media screen and (max-width: 1240px) {
    .container {
        max-width: 990px;
    }
    h1,
    .qu-h1 {
        font-size: 46px;
    }
    h2,
    .qu-h2 {
        font-size: 28px;
    }
    h3,
    .qu-h3 {
        font-size: 15px;
    }
    p,
    .text,
    li,
    li:before {
        font-size: 20px !important;
    }
    .hero--title-img.img-first {
        top: 110px;
    }
    .hero--title-img.img-first img {
        height: 165px;
    }
    .hero--title-img.img-second {
        bottom: -30px;
        right: 120px;
    }
    .hero--title-img.img-second img {
        height: 130px;
    }
    .hero-inner {
        padding-top: 100px;
    }
    .hero-inner--item {
        padding: 0 70px;
    }
    .hero-inner--item img {
        height: 410px;
    }
    .hero-inner--item:last-child img {
        height: 400px;
    }
    .services {
        padding: 140px 0 115px;
    }
    .processing-wrapper--line:after {
        left: 5px;
    }
}

@media screen and (max-width: 991px) {
    .wrapper .hanging-title {
        right: auto;
        left: -40px;
        opacity: 0;
        visibility: hidden;
        width: 40px;
        background: #998B71;
    }
    .wrapper .hanging-title--text {
        color: #ffffff;
        line-height: 40px;
    }
    .container {
        max-width: 737px;
    }
    .section-default {
        padding: 80px 0;
    }
    .section-default--row {
        margin-left: -20px;
        margin-right: -20px;
    }
    .section-default--col {
        padding: 0 20px;
    }
    h1,
    .qu-h1 {
        font-size: 40px;
    }
    .header {
        padding: 30px 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .header--logo-wrapper {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        width: 267px;
        overflow: hidden;
    }
    .header--logo {
        display: inline-block;
        width: 266px;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .header--btn-nav {
        top: 45px;
        left: 20px;
    }
    .header.sticky-head {
        position: fixed;
        top: 0;
        background: #F7F5F0;
    }
    .header.sticky-head .header--logo-wrapper {
        width: 44px;
    }
    .hero-main {
        padding: 200px 0 70px;
        min-height: 540px;
    }
    .hero-main--description h1 {
        margin-bottom: 30px;
    }
    .hero-main--description p {
        margin-bottom: 70px;
    }
    .hero-main--detail-image,
    .hero-main svg {
        position: absolute;
        right: -60px;
        top: -220px;
        height: 550px;
    }
    .wrapper.open-menu .hanging-title {
        visibility: visible;
        opacity: 1;
        left: 330px;
    }
    .footer .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer .row .col-md-6 {
        min-width: 100%;
    }
    .footer .networks {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 30px;
    }
    .footer .networks li {
        margin: 0 10px;
    }
    .footer-copyright {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 30px;
    }
    .hero {
        padding: 150px 0 0;
    }
    .hero--title-img.img-first {
        top: 70px;
        left: 30px;
    }
    .hero--title-img.img-first img {
        height: 115px;
    }
    .hero--title-img.img-second {
        bottom: -20px;
        right: 60px;
    }
    .hero--title-img.img-second img {
        height: 90px;
    }
    .hero-inner {
        padding-top: 50px;
    }
    .hero-inner--item {
        padding: 0 20px;
    }
    .hero-inner--item img {
        height: 350px;
    }
    .hero-inner--item:last-child img {
        height: 340px;
    }
    .services {
        padding: 115px 0 90px;
    }
    .services-carousel--item h2 {
        width: 100%;
        margin-bottom: 30px;
    }
    .services-carousel--item p {
        width: 100%;
    }
    .processing {
        padding: 0 0 40px;
    }
    .processing-heading {
        padding: 25px 20px 25px;
    }
    .processing-heading .icon-brand {
        width: 35px;
    }
    .processing-wrapper--line {
        left: 12px;
        top: 65px;
        height: 78%;
        background-position: center 505px;
    }
    .processing-wrapper--line:before {
        left: 52px;
    }
    .processing-wrapper--line:after {
        left: 7px;
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }
    .processing-list {
        padding-left: 45px;
    }
    .offer {
        padding: 100px 0 70px;
    }
    .offer .qu-h1 {
        margin-bottom: 60px;
    }
    .offer p {
        margin-bottom: 60px;
    }
    .team-founders {
        padding: 130px 0 90px;
    }
    .application-form h2 {
        margin-bottom: 70px;
    }
    .hero-offer {
        padding: 200px 0 70px;
        margin-bottom: 80px;
    }
    .hero-offer--description {
        min-height: 280px;
    }
    .hero-offer--description h1 {
        margin-bottom: 30px;
    }
    .hero-offer--description p {
        margin-bottom: 70px;
    }
    .hero-offer--image {
        width: 400px;
        right: -35px;
        bottom: -70px;
    }
    .hero-offer--detail-image,
    .hero-offer svg {
        position: absolute;
        right: -60px;
        top: -220px;
        height: 550px;
    }
    .service {
        overflow: hidden;
        margin-bottom: 40px;
    }
    .service .row {
        margin-left: -30px;
        margin-right: -30px;
    }
    .service-description {
        min-width: 100%;
        padding: 90px 30px 60px;
        min-height: 100px;
        position: relative;
    }
    .service-description .icon-service {
        right: 30px;
        top: 30px;
        width: 40px;
    }
    .service-preview {
        position: relative;
        height: 500px;
        min-width: 100%;
    }
    .service-preview--wrapper {
        width: 100%;
    }
    .service.reverse .service-description {
        padding: 90px 30px 60px;
    }
    .service.reverse .service-description .icon-service {
        right: 30px;
        left: auto;
    }
    .reviews {
        padding: 90px 0 80px;
    }
    .inspiration {
        padding: 80px 0;
    }
    .inspiration h1,
    .inspiration .qu-h1 {
        margin-bottom: 50px;
    }
    .inspiration p {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .wrapper .hanging-title {
        left: auto;
        right: -40px;
    }
    h1,
    .qu-h1 {
        font-size: 24px;
    }
    h2,
    .qu-h2 {
        font-size: 20px;
    }
    p,
    .text {
        font-size: 17px;
    }
    .text-small {
        font-size: 14px;
    }
    .form-control {
        font-size: 15px;
        padding: 14px 16px;
    }
    textarea.form-control {
        min-height: 110px;
    }
    .checkbox-control {
        font-size: 15px;
        padding-left: 30px;
    }
    .checkbox-control--icon {
        width: 22px;
        height: 22px;
    }
    .checkbox-control--icon:before {
        -webkit-background-size: 16px 16px;
        background-size: 16px;
    }
    .card-default {
        margin-bottom: 35px;
    }
    .card-default .img-radius {
        margin-bottom: 25px;
    }
    .card-default h2 {
        margin-bottom: 20px;
    }
    .card-default p {
        margin-bottom: 15px;
    }
    .card-contact {
        margin-bottom: 30px;
    }
    .card-contact p {
        margin-bottom: 20px;
    }
    .btn {
        font-size: 14px;
        padding: 14px 30px;
    }
    .header {
        padding: 20px 0;
    }
    .header--logo-wrapper {
        width: 26px;
    }
    .header--logo {
        width: 160px;
    }
    .header--btn-nav {
        top: 26px;
        left: 15px;
    }
    .header.sticky-head .header--logo-wrapper {
        width: 26px;
    }
    .hero-main {
        min-height: 100px;
        padding: 150px 0 60px;
    }
    .main-navbar {
        overflow: auto;
        padding: 30px 25px;
        width: calc(100% - 40px);
        left: -100%;
    }
    .main-navbar .btn-close {
        left: 25px;
        top: 20px;
        width: 32px;
        height: 32px;
    }
    .main-navbar--body {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-top: 70px;
    }
    .main-navbar--list li {
        margin-bottom: 20px;
    }
    .main-navbar--list li a {
        font-size: 22px;
    }
    .main-navbar--footer .lang-list {
        margin-bottom: 30px;
    }
    .wrapper.open-menu .hanging-title {
        left: auto;
        right: 0;
    }
    .footer-top-line {
        height: 40px;
    }
    .footer .networks {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 30px;
    }
    .footer .networks li {
        margin: 0 10px;
    }
    .footer-copyright p {
        font-size: 13px;
    }
    .footer-copyright ul li {
        margin: 0 15px 0 0;
    }
    .footer-copyright ul li:last-child {
        margin: 0;
    }
    .footer-copyright ul li a {
        font-size: 13px;
    }
    .hero {
        padding: 100px 0 0;
    }
    .hero--title-img.img-first {
        top: -10px;
        left: 30px;
    }
    .hero--title-img.img-first img {
        height: 55px;
    }
    .hero--title-img.img-second {
        bottom: -30px;
        right: 20px;
    }
    .hero--title-img.img-second img {
        height: 50px;
    }
    .hero-inner {
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 30px;
    }
    .hero-inner--item {
        padding: 0 15px;
    }
    .hero-inner--item img {
        height: 190px;
    }
    .hero-inner--item:last-child img {
        height: 180px;
    }
    .services {
        padding: 80px 0 65px;
    }
    .services-carousel--item h2 {
        margin-bottom: 25px;
    }
    .services-carousel--item p {
        margin-bottom: 10px;
    }
    .processing {
        overflow: hidden;
        padding: 70px 0;
    }
    .processing-heading {
        display: none;
    }
    .processing .qu-h1 {
        margin-bottom: 50px;
    }
    .processing-wrapper--line {
        display: none;
    }
    .processing-list {
        padding-left: 0;
    }
    .processing-list--item {
        margin-bottom: 40px;
    }
    .processing-list--item:first-child .processing-list--item-inner .icon {
        top: 0;
    }
    .processing-list--item:nth-child(even) {
        padding-left: 0;
    }
    .processing-list--item:nth-child(even) .processing-list--item-inner {
        width: 100%;
    }
    .processing-list--item-inner {
        width: 100%;
        padding-left: 0;
    }
    .processing-list--item-inner .icon {
        position: relative;
        margin-bottom: 25px;
    }
    .processing-list--item-inner h2 {
        margin-bottom: 25px;
    }
    .offer {
        padding: 70px 0;
    }
    .offer .qu-h1 {
        margin-bottom: 35px;
    }
    .offer p {
        margin-bottom: 45px;
    }
    .offer-btn {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .team-founders {
        padding: 70px 0 50px;
    }
    .team-founders--item {
        margin-bottom: 55px;
    }
    .application-form {
        padding: 70px 0;
    }
    .application-form h2 {
        margin-bottom: 45px;
    }
    .application-form .form-btn {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .application-form .form-btn .ajax-loader {
        position: absolute;
        bottom: -45px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #fdfdfd;
        margin: 0;
    }
    .application-form .form-btn .ajax-loader:before {
        background-color: #998B71;
    }
    .hero-offer {
        padding: 130px 0 0;
        margin-bottom: 40px;
    }
    .hero-offer--description {
        min-height: 0;
    }
    .hero-offer--description h1 {
        margin-bottom: 30px;
    }
    .hero-offer--description p {
        margin-bottom: 60px;
    }
    .hero-offer--description .list-category li {
        margin-bottom: 15px;
    }
    .hero-offer--description .list-category li a {
        font-size: 14px;
    }
    .hero-offer--btn {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .hero-offer--btn .offer-btn {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        bottom: 40px;
    }
    .hero-offer--image {
        display: inline-block;
        width: 100%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        position: relative;
        right: 0;
        bottom: 0;
    }
    .service-description {
        padding: 80px 30px 40px;
        min-height: 0;
    }
    .service-description h2 {
        margin-bottom: 20px;
    }
    .service-description p {
        margin-bottom: 20px;
    }
    .service-description ul {
        margin-top: 5px;
    }
    .service-description ul li {
        font-size: 17px;
        padding-left: 20px;
    }
    .service-description ul li:before {
        font-size: 18px;
    }
    .service-preview {
        height: 380px;
    }
    .service.reverse .service-description {
        padding: 90px 30px 60px;
    }
    .service.reverse .service-description .icon-service {
        right: 30px;
        left: auto;
    }
    .reviews {
        padding: 80px 0 60px;
    }
    .reviews-list--item blockquote {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .reviews-list--item .author {
        font-size: 14px;
    }
    .map {
        margin-bottom: 40px;
    }
    .map-wrapper {
        height: 420px;
    }
}