body {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Grtsk, sans-serif;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: 0.7px;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Grtsk, sans-serif;
    font-size: 38px;
    line-height: 36px;
    font-weight: 700;
}

.body {
    background-color: #000;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
}

.div-block {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    max-width: 1200px;
    margin-top: 20vh;
    margin-right: auto;
    margin-left: auto;
}

.logo {
    position: relative;
    z-index: 5;
    margin-top: -75px;
    margin-bottom: 18px;
    font-family: 'IBM Plex Mono', sans-serif;
    color: #f75900;
    font-size: 40px;
    line-height: 100px;
    font-weight: 400;
    text-align: center;
}

.we-are-coming {
    position: relative;
    z-index: 5;
    margin-top: 6px;
    margin-bottom: 59px;
    font-family: 'Grtsk reg', sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
}

.div-block-2 {
    position: relative;
    z-index: 5;
    display: none;
    width: auto;
    height: 2px;
    max-width: 100px;
    min-width: 100px;
    margin-right: auto;
    margin-left: auto;
    background-color: #f75900;
}

.div {
    width: 380px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.image {
    position: relative;
    z-index: 1;
    margin-top: -58px;
    margin-bottom: 0px;
    -webkit-perspective: 0px;
    perspective: 0px;
    -webkit-transform: perspective(0px);
    transform: perspective(0px);
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.image-2 {
    position: relative;
    width: 1200px;
    min-height: auto;
    min-width: 100%;
    margin-top: 13px;
    margin-left: 12px;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.image-3 {
    max-width: 100%;
    margin-top: -124px;
    margin-left: -80px;
    opacity: 0.8;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.utility-page-form {
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.sticky-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 50;
    padding: 20px;
    background-color: #fff;
    line-height: 20px;
}

.nav-grid {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin: 0px;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: column;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    grid-column-gap: 24px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
    -ms-grid-columns: 1fr max-content max-content max-content;
    grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
    grid-template-columns: 1fr max-content max-content max-content;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.nav-logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-logo {
    display: block;
    width: 152px;
    height: auto;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
}

.nav-link {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px;
    font-family: 'PT Sans', sans-serif;
    color: #f75900;
    text-decoration: none;
    text-transform: lowercase;
}

.nav-link:hover {
    color: #f75900;
    font-weight: 400;
    text-decoration: none;
}

.nav-link.lang {
    padding-right: 3px;
    padding-left: 8px;
    text-decoration: none;
    text-transform: uppercase;
}

.container {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
}

.container.intro {
    max-width: 1000px;
    padding-right: 20px;
    padding-left: 20px;
}

.footer {
    padding-top: 60px;
    padding-bottom: 45px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ac97ff), color-stop(88%, #f75900));
    background-image: linear-gradient(180deg, #ac97ff, #f75900 88%);
    text-align: center;
}

.footer-flex-container {
    display: -ms-grid;
    display: grid;
    margin-top: 60px;
    margin-bottom: 61px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 34px 0.9fr;
    grid-template-columns: 1fr 34px 0.9fr;
    -ms-grid-rows: auto auto auto auto minmax(40px, 1fr) auto;
    grid-template-rows: auto auto auto auto minmax(40px, 1fr) auto;
    text-align: left;
}

.footer-logo-link {
    max-height: 60px;
    min-width: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
}

.footer-image {
    width: 152px;
    height: auto;
    max-width: none;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
}

.footer-heading {
    margin-top: 0px;
    margin-bottom: 50px;
    color: #fff;
    font-size: 26px;
    line-height: 1.5;
    text-transform: uppercase;
}

.footer-link {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-link:hover {
    color: hsla(0, 0%, 100%, 0.77);
    text-decoration: none;
}

.introtextwrapper {
    position: relative;
    z-index: 5;
    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-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.introredtext {
    margin-left: -190px;
    color: #f75900;
    font-size: 44px;
    line-height: 52px;
    font-weight: 700;
    text-align: right;
    white-space: normal;
}

.introredtext.centered {
    margin-left: 0px;
    font-size: 32px;
    text-align: center;
}

.introwhitetext {
    margin-top: 12px;
    margin-left: -190px;
    color: #fff;
    font-size: 44px;
    line-height: 52px;
    text-align: right;
}

.introbuttonrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
    margin-bottom: 30px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.introbuttonrow.centered {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.button {
    width: 310px;
    min-width: 60px;
    margin-right: 0px;
    margin-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 100px;
    background-color: #f75900;
    font-family: 'IBM Plex Mono', sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
}

.buttonround {
    width: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 0px;
    margin-left: 20px;
    padding: 0px;
    border-radius: 100px;
    background-color: #f75900;
    background-image: url('../images/but_telegram_1but_telegram.png');
    background-position: 50% 50%;
    background-size: 24px 19px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    font-family: 'IBM Plex Mono', sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
}

.buttonround.telegram {
    background-position: 45% 50%;
    background-size: 25px;
    color: #f75900;
    font-size: 20px;
}

.buttonround.email {
    background-image: url('../images/but_email_1but_email.png');
    background-size: 25px;
}

.buttonround.phone {
    background-image: url('../images/but_phone_1but_phone.png');
    background-size: 18px;
    background-attachment: scroll;
}

.grid {
    margin-top: 45px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 0.7fr 1.3fr;
    grid-template-columns: 0.7fr 1.3fr;
    -ms-grid-rows: minmax(auto, 0px) auto;
    grid-template-rows: minmax(auto, 0px) auto;
}

.image-4 {
    position: static;
    left: 0vw;
    z-index: 1;
    height: auto;
    min-height: 0px;
    min-width: 2000px;
}

.image-5 {
    position: relative;
    z-index: 5;
    width: 360px;
    margin-top: 25px;
}

.section-message {
    padding-top: 100px;
    padding-bottom: 100px;
}

.message-container {
    max-width: 787px;
    margin-right: auto;
    margin-left: auto;
}

.heading {
    color: #f75900;
    font-size: 32px;
}

.heading.message {
    line-height: 45px;
    font-weight: 700;
    text-align: center;
}

.grid-2 {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 0.5fr;
    grid-template-columns: 1fr 0.5fr;
    -ms-grid-rows: minmax(0px, 0px) auto;
    grid-template-rows: minmax(0px, 0px) auto;
}

.aboutmetext {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    text-align: right;
    letter-spacing: 0.5px;
}

.myhelptext {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 80px;
    margin-left: 77px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.link {
    margin-top: 50px;
    font-family: 'IBM Plex Mono', sans-serif;
    color: #f75900;
    font-size: 22px;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.link.centered {
    display: block;
    text-align: center;
}

.link.centered.white {
    color: #fff;
}

.image-6 {
    position: relative;
    top: 68px;
    right: 197px;
    z-index: 0;
    height: 342px;
    min-width: 1270px;
}

.image-7 {
    position: relative;
    z-index: 5;
}

.section-counter {
    padding-top: 100px;
    padding-bottom: 0px;
}

.grid-3 {
    display: -ms-grid;
    display: grid;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.div-block-3 {
    border-right: 1px solid #000;
}

.div-block-4 {
    border-style: none;
    border-width: 1px;
    border-color: #f75900;
}

.counterdigit {
    margin-top: 10px;
    font-family: 'Grtsk it', sans-serif;
    color: #fff;
    font-size: 54px;
    font-weight: 600;
    text-align: center;
}

.counterlabel {
    margin-top: 24px;
    margin-bottom: 10px;
    font-family: 'Grtsk it', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 1.5px;
}

.counteritem {
    padding-right: 65px;
    padding-left: 65px;
}

.counteritem.centercounteritem {
    border-right: 1px solid #f75900;
    border-left: 1px solid #f75900;
}

.div-block-5 {
    height: 8vw;
    margin-top: -138px;
    background-color: #72ff80;
}

.darken {
    position: absolute;
    left: auto;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 10;
    display: block;
    width: 15%;
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, #000), to(transparent));
    background-image: linear-gradient(90deg, #000 5%, transparent);
}

.darken.left {
    position: static;
    left: 0px;
    width: 375px;
    margin-left: -375px;
}

.darken.right {
    position: static;
    left: auto;
    top: 0%;
    right: 0px;
    bottom: 0%;
    width: 375px;
    margin-right: -375px;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(5%, #000), to(transparent));
    background-image: linear-gradient(270deg, #000 5%, transparent);
}

.darken.center {
    position: static;
    width: 1250px;
    height: 0vh;
    max-height: 0px;
    min-width: 1250px;
}

.darken-container {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1250px;
    max-width: 12500px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.divzatemn.left {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.divzatemn.right {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.div-block-6 {
    width: 15vw;
    height: 100vh;
    background-color: #ff7d7d;
}

.section-darken {
    display: none;
}

.sectheading {
    margin-top: 0px;
    margin-bottom: 100px;
    color: #f75900;
    text-align: center;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.secttext {
    margin-top: 63px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.85px;
}

.divsectext {
    width: 768px;
    margin-right: auto;
    margin-left: auto;
}

.divsectext.wider {
    width: 790px;
}

.tabs {
    height: 0px;
    margin: 50px;
    background-color: #fff;
}

.grid-4 {
    position: static;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: minmax(0px, 0px) auto;
    grid-template-rows: minmax(0px, 0px) auto;
}

.image-8 {
    width: auto;
    height: 786px;
    min-width: 2000px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.tab-pane-tab-2 {
    height: 520px;
}

.tab-pane-tab-3 {
    height: 520px;
}

.image-9 {
    display: block;
    width: 580px;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
}

.sectionclients {
    display: block;
}

.div-block-8 {
    display: -ms-grid;
    display: grid;
    height: 350px;
    max-width: 980px;
    margin: 42px auto;
    padding: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 37px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-radius: 20px;
    background-color: #fff;
}

.divlowercell {
    margin-top: 0px;
}

.div-block-10 {
    margin-top: 100px;
}

.grid-5 {
    position: static;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: minmax(0px, 0px) auto;
    grid-template-rows: minmax(0px, 0px) auto;
}

.grid-6 {
    position: static;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: minmax(0px, 0px) auto;
    grid-template-rows: minmax(0px, 0px) auto;
}

.div-block-7-copy {
    width: 768px;
    margin-right: auto;
    margin-left: auto;
}

.gridmypartners {
    position: static;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: minmax(0px, 0px) auto;
    grid-template-rows: minmax(0px, 0px) auto;
}

.bg_mypartners {
    width: auto;
    height: 786px;
    min-width: 2000px;
    margin-top: 0px;
    margin-bottom: 0px;
    letter-spacing: 0.85px;
}

.gridmypartnerslogos {
    display: -ms-grid;
    display: grid;
    height: 350px;
    max-width: 980px;
    margin: 42px auto;
    padding: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 37px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-radius: 20px;
    background-color: #fff;
}

.div-block-11 {
    width: 120px;
    height: 8px;
    margin-right: auto;
    margin-left: auto;
    background-color: #f75900;
}

.first-consult {
    margin-top: 63px;
    margin-bottom: 0px;
    font-family: 'Grtsk it', sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.85px;
}

.outroredtext-copy {
    margin-left: -190px;
    color: #f75900;
    font-size: 44px;
    line-height: 52px;
    text-align: right;
    white-space: normal;
}

.outroredtext-copy.centered {
    margin-left: 0px;
    font-size: 32px;
    text-align: center;
}

.copyright {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
}

.footerlogoholder {
    text-align: left;
}

.footellowleft {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.list {
    width: 114px;
    margin-right: -2px;
    padding-right: 0px;
    font-size: 15px;
    line-height: 50px;
}

.div-block-13 {
    border-left: 1px solid #fff;
}

.list-of-services {
    width: 300px;
    margin-left: 40px;
    font-size: 15px;
    line-height: 50px;
}

.footer-service-link {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    text-align: left;
    text-decoration: none;
    text-transform: none;
}

.footer-service-link:hover {
    color: hsla(0, 0%, 100%, 0.77);
    text-decoration: none;
}

.text-block {
    color: #fff;
    font-size: 14px;
    line-height: 34px;
}

.contactstext {
    display: block;
    padding-left: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
}

.contactstext.proba {
    display: none;
}

.image-10 {
    margin-right: 20px;
}

.image-11 {
    margin-right: 20px;
}

.image-12 {
    margin-right: 20px;
}

.footer-contacts-link {
    display: block;
    margin-bottom: 1px;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    text-align: left;
    text-decoration: none;
    text-transform: none;
}

.footer-contacts-link:hover {
    color: hsla(0, 0%, 100%, 0.77);
    text-decoration: none;
}

.div-block-14 {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
}

.list-item {
    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;
}

.image-13 {
    display: block;
    margin-top: -3px;
}

.link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.image-14 {
    -o-object-fit: cover;
    object-fit: cover;
}

.langdropdownwrapper {
    position: relative;
    z-index: 110;
}

.oplangdropdowntrigger {
    position: relative;
    z-index: 52;
    display: block;
    overflow: visible;
}

.langdropdowncontent {
    position: absolute;
    z-index: 120;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.23);
}

.langdropdownlink {
    display: block;
    text-decoration: none;
}

.langdropdowntext {
    padding: 14px 24px;
    color: #f75900;
    font-size: 16px;
}

.langdropdowntext:hover {
    background-color: #f7f7f7;
}

.maskdiv {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: transparent;
    cursor: default;
}

.cllangdropdowntrigger {
    position: absolute;
    z-index: 115;
    display: none;
    overflow: hidden;
    margin-top: -40px;
    background-color: #fff;
}

@media screen and (max-width: 991px) {
    .div-block {
        margin-top: 10vh;
    }

    .footer {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .div-block {
        margin-top: 0px;
    }

    .logo {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 30px;
        line-height: 90px;
    }

    .we-are-coming {
        margin-top: 0px;
        margin-bottom: 27px;
        font-size: 16px;
    }

    .div {
        width: 320px;
    }

    .image-2 {
        width: 1090px;
    }

    .image-3 {
        margin-top: -100px;
        margin-left: -39px;
    }

    .sticky-nav {
        position: relative;
    }

    .nav-grid {
        text-align: center;
    }

    .footer {
        padding: 40px 20px;
    }

    .footer-image {
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media screen and (max-width: 479px) {
    .div-block {
        margin-top: 5vh;
    }

    .logo {
        font-size: 30px;
    }

    .we-are-coming {
        margin-top: 3px;
        margin-bottom: 25px;
        font-size: 10px;
    }

    .div {
        width: 250px;
    }

    .image-2 {
        width: 250px;
        max-width: 100%;
        min-width: 100%;
    }

    .image-3 {
        display: block;
        max-width: 100%;
        margin-top: -64px;
        margin-left: -9px;
    }

    .sticky-nav {
        padding: 0px;
    }

    .nav-grid {
        grid-auto-flow: row;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 100px;
        grid-template-rows: 100px;
    }

    .nav-logo-link {
        border-top: 1px solid #c4c4c4;
    }

    .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #c4c4c4;
    }

    .footer {
        padding-right: 20px;
        padding-left: 20px;
        text-align: left;
    }

    .footer-flex-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-logo-link {
        height: 60px;
    }

    .footer-heading {
        margin-top: 20px;
    }
}

@font-face {
    font-family: 'Grtsk';
    src: url('../fonts/grtsk-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Grtsk it';
    src: url('../fonts/grtsk-semibold-It.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Grtsk';
    src: url('../fonts/grtsk-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Grtsk';
    src: url('../fonts/grtsk-ultralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Grtsk';
    src: url('../fonts/grtsk-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Grtsk it';
    src: url('../fonts/grtsk-thin-It.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Grtsk';
    src: url('../fonts/grtsk-ultrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Grtsk it';
    src: url('../fonts/grtsk-black-It.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Grtsk reg';
    src: url('../fonts/grtsk-reg.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Grtsk reg it';
    src: url('../fonts/grtsk-reg-It.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Grtsk it';
    src: url('../fonts/grtsk-light-It.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Grtsk';
    src: url('../fonts/grtsk-thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Grtsk';
    src: url('../fonts/grtsk-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Grtsk it';
    src: url('../fonts/grtsk-ultralight-It.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Grtsk it';
    src: url('../fonts/grtsk-ultrabold-It.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}