html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 600;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: "Space Grotesk";
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/SpaceGrotesk-Bold.woff2") format("woff2"), url("../fonts/SpaceGrotesk-Bold.woff") format("woff")
}

@font-face {
    font-family: "Space Grotesk";
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/SpaceGrotesk-Regular.woff2") format("woff2"), url("../fonts/SpaceGrotesk-Regular.woff") format("woff")
}

@font-face {
    font-family: "Space Grotesk";
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/SpaceGrotesk-Light.woff2") format("woff2"), url("../fonts/SpaceGrotesk-Light.woff") format("woff")
}

@font-face {
    font-family: "Shtudio";
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/Shtudio.woff2") format("woff2"), url("../fonts/Shtudio.woff") format("woff")
}

:root {
    --primary: #1c1c1e;
    --secondary: #f36c21;
    --complimentary: #8a8a8e;
    --text: #3f3f3f;
    --black: #000;
    --white: #fff;
    --space-grotesk: "Space Grotesk", sans-serif;
    --shtudio: "Shtudio", sans-serif;
    --h1-fz-desktop: calc(36px + (100 - 36) * ((100vw - 414px) / (1920 - 414)));
    --h2-fz-desktop: calc(30px + (70 - 30) * ((100vw - 414px) / (1920 - 414)));
    --h2-fz-special-desktop: calc(20px + (42 - 20) * ((100vw - 414px) / (1920 - 414)));
    --h3-fz-desktop: calc(20px + (28 - 20) * ((100vw - 414px) / (1920 - 414)));
    --fz-btn: calc(16px + (20 - 16) * ((100vw - 414px) / (1920 - 414)));
    --p-fz-desktop: calc(14px + (23 - 14) * ((100vw - 414px) / (1920 - 414)));
    --p-fz-small-desktop: calc(14px + (18 - 14) * ((100vw - 414px) / (1920 - 414)));
    --p-fz-xsmall-desktop: calc(12px + (16 - 12) * ((100vw - 414px) / (1920 - 414)));
    --h1-lh-desktop: calc(40px + (100 - 40) * ((100vw - 414px) / (1920 - 414)));
    --h2-lh-desktop: 1.2;
    --h2-lh-special-desktop: 1.1;
    --h3-lh-desktop: 1.5;
    --lh-btn: 1.2;
    --p-lh-desktop: 1.566;
    --p-lh-small-desktop: 1.5
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%
}

body {
    font-family: var(--space-grotesk);
    background-color: var(--white);
    mix-blend-mode: normal
}

@media (min-width: 992px) {
    body {
        font-weight: 400;
        /*font-size: var(--p-fz-desktop);*/
        font-size: 1.1979vw;
        /*line-height: var(--p-lh-desktop);*/
        line-height: 1.565;
    }
}

@media (max-width: 991px) {
    body {
        font-weight: 300;
        font-size: 14px;
        line-height: 1.85;
    }
}

.btn-reset {
    padding: 0;
    margin: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

.list-reset {
    padding: 0;
    margin: 0;
    list-style: none
}

.container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .container {
        padding-left: calc(var(--index) * 2.2);
        padding-right: calc(var(--index) * 2.2);
    }
}

@media (max-width: 991px) {
    .container {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.nav__item {
    margin-right: 46px
}

.nav__item:last-child {
    margin-right: 0
}

.nav__link {
    font-size: var(--p-fz-xsmall-desktop);
    line-height: 1;
    text-transform: uppercase;
    color: var(--primary)
}

.composite-title {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.composite-title__line {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 768px) {
    .composite-title__line *:last-child {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        justify-self: flex-end
    }
}

@media(max-width: 768px) {
    .composite-title__line {
        display: grid;
        grid-template-columns: auto auto
    }
}

@media(max-width: 991px) {
    .composite-title__line--space-between {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.composite-title__svg {
    width: 100%
}

.composite-title__svg line {
    opacity: 1
}

.composite-title__phrase--yellow {
    color: var(--secondary)
}

.composite-title__phrase--small {
    color: var(--complimentary);
    text-transform: uppercase;
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media(max-width: 991px) {
    .composite-title__phrase--desktop {
        display: none
    }
}

.composite-title__phrase--mobile {
    display: none
}

@media(max-width: 991px) {
    .composite-title__phrase--mobile {
        display: block;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

.composite-title__phrase.end {
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media(min-width: 992px) {
    .title {
        font-size: 5.208vw;
        line-height: var(--h1-lh-desktop);
        white-space: nowrap
    }
}

.title {
    margin: 0;
    display: block;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.title--white {
    color: var(--white)
}

.title--small {
    font-size: var(--p-fz-xsmall-desktop);
    line-height: 30px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: var(--complimentary)
}

.title span {
    font-family: var(--shtudio);
    color: var(--secondary)
}
.section-description {
    color: var(--text);
    font-weight: 300;
}
@media (min-width: 992px) {
    .section-description {
        font-size: 1.4583vw;
        line-height: var(--h3-lh-desktop);
        /*text-transform: uppercase;
        text-indent: 7.135vw;*/
    }
}

@media (max-width: 991px) {
    .section-description {
        font-size: 20px;
        line-height: 1.5;
        /*text-transform: uppercase;
        text-indent: 80px;*/
    }
}


.section-description--white {
    color: var(--white); 
}

.about-link {
    position: absolute;

    width: 100%;
    height: 100%;

    border-radius: 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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--primary);
    font-weight: 300;

    text-transform: uppercase;
    color: var(--white);

}

@media (min-width: 992px) {
    .about-link {
        right: -65px;
        bottom: 55px;
        max-width: calc(150px + 214*(100vw - 414px)/1506);
        max-height: calc(150px + 214*(100vw - 414px)/1506);
        font-size: var(--h2-fz-special-desktop);
        line-height: var(--h2-lh-special-desktop);
        padding: calc(32px + 33*(100vw - 414px)/1506);
    }

    .about-link svg {
        width: calc(40px + 84*(100vw - 414px)/1506);
        height: calc(40px + 84*(100vw - 414px)/1506);
    }
}

@media (max-width: 991px) {
    .about-link {
        right: 27px;
        top: 213px;
        width: 150px;
        height: 150px;
        font-size: var(--h2-fz-special-desktop);
        line-height: var(--h2-lh-special-desktop);
        padding: 20px 30px 30px 30px;
    }

    .about-link svg {
        width: 60px;
        height: 60px;
        min-height: 60px;
    }
}

.burger svg {
    width: 44px;
    height: 19px
}

@media(max-width: 991px) {
    .burger svg {
        width: 23px;
        height: 9px
    }
}


@media(min-width: 992px) {
    .btn {
        /*font-size: var(--fz-btn);*/
        font-size: 1.04vw;
        line-height: var(--lh-btn);
        text-align: center
    }

    .btn--small {
        /*font-size: var(--p-fz-xsmall-desktop);*/
        font-size: 0.83vw;
        /*line-height: calc(21px + 12*(100vw - 414px)/1506)*/
        line-height: 2.0625;
    }

    .btn--size-btn {
        font-size: var(--fz-btn);
        line-height: var(--lh-btn)
    }
}

@media(max-width: 991px) {
    .btn {
        font-size: 16px;
        line-height: 1.5;
        text-align: center
    }
}



.btn--bg-white {
    padding: 10px 34px;
    background-color: var(--white);
    /*border-radius: 22px*/
    border-radius: 1.1458vw;
}

.btn--bordered {
    padding: 5px 19px;
    border: 1px solid var(--primary);
    /*border-radius: 16px*/
    border-radius: 1.1458vw;
}

@media(min-width: 992px) {
    .btn--bordered.header__btn {
        border-radius: 0.83vw;
    }
}

@media(max-width: 991px) {
    .btn--bordered:not(.header__btn) {
        padding: 10px 20px;
        border-radius: 10px
    }
}

.btn--uppercase {
    text-transform: uppercase
}

.cta-btn {
    width: 100%;
    font-weight: 400;

    color: var(--white);
    text-align: center;
    background-color: var(--primary);
    border: 1px solid var(--primary);

}

@media (min-width: 992px) {
    .cta-btn {
        /*font-size: var(--fz-btn);*/
        font-size: 1.04vw;
        /*border-radius: 22px*/
        border-radius: 1.1458vw;
        padding: 0.52vw 1.77vw;
        line-height: var(--lh-btn);
    }
}

@media (max-width: 991px) {
    .cta-btn {
        border-radius: 10px;
        font-size: 16px;
        padding: 10px 15px;
        line-height: 1.5;
    }
}



.ticker {
    --ticker-yellow: #e06342;
    --ticker-yellow-gradient: linear-gradient(0deg, rgba(255, 0, 15, 0.19) 0%, rgba(255, 0, 15, 0.19) 100%), linear-gradient(0deg, rgba(224, 99, 66, 0.60) 0%, rgba(224, 99, 66, 0.60) 100%);
    --ticker-grey-gradient: lightgray 0px -376.18px / 100% 889.678% no-repeat;
    position: relative;
    overflow: hidden
}

.ticker__wrapper {
    height: 108px;
    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
}

.ticker__wrapper--grey {
    background-color: var(--complimentary);
    background: var(--ticker-grey-gradient)
}

.ticker__wrapper--yellow {
    background: var(--ticker-yellow-gradient);
    background-blend-mode: normal, color-dodge, normal, normal, normal, normal;
    background-color: var(--ticker-yellow)
}

.ticker__item {
    color: var(--white);
    font-size: var(--h3-fz-desktop);
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 98px
}

.ticker__item--left {
    -webkit-animation: tickerLeft 3s linear infinite;
    animation: tickerLeft 3s linear infinite
}

.ticker__item--right {
    -webkit-animation: tickerRight 3s linear infinite;
    animation: tickerRight 3s linear infinite
}

@-webkit-keyframes tickerLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes tickerLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@-webkit-keyframes tickerRight {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        -webkit-transform: translateZ(0, 0, 0);
        transform: translateZ(0, 0, 0)
    }
}

@keyframes tickerRight {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        -webkit-transform: translateZ(0, 0, 0);
        transform: translateZ(0, 0, 0)
    }
}

.tag-item {
    display: block;
    padding: 20px 34px;
    text-align: center;
    font-weight: 300;
    font-size: var(--p-fz-xsmall-desktop);
    line-height: 1;

    text-transform: uppercase;


    border-radius: 100px;

}

a.tag-item {
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, .3);
    background-color: rgba(255, 255, 255, .02);
    -webkit-transition: background-color .2s ease-in-out, border .2s ease-in-out;
    transition: background-color .2s ease-in-out, border .2s ease-in-out;
}

span.tag-item {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

@media(max-width: 991px) {
    .tag-item {
        padding: 10px 13px
    }
}

a.tag-item:hover {
    background-color: rgba(255, 255, 255, .05);
    border-color: #fff
}

.portfolio-tag {
    display: inline-block;

    line-height: 1;
    color: var(--complimentary);
    text-transform: uppercase;
    text-align: center;
    border: 1px solid rgba(54, 54, 54, .2);
    border-radius: 100px;
    /*padding: 10px 15px;*/
    padding: 9px 13px;
}

@media(min-width: 992px) {
    .portfolio-tag {
        font-size: 0.729vw;
        padding: 0.52vw 0.78125vw;
    }
}

@media(max-width: 991px) {
    .portfolio-tag {
        font-size: 12px;
        padding: 10px 13px;
    }
}

.contact-title {
    display: block;
    font-weight: 400;
    font-size: var(--h3-fz-desktop);
    line-height: var(--h3-lh-desktop);
    text-transform: uppercase;
    font-style: normal;
    color: var(--text);
    margin: 0px;
}

.contact-text {
    font-weight: 300;
    font-size: var(--p-fz-desktop);
    line-height: var(--p-lh-desktop);
    color: var(--text)
}

@media(min-width: 992px) {
    .contact-text {
        font-size: 1.1979vw;
    }
}

.contact-text p {
    margin: 0px;
}

.contact-number__name {
    display: block;
    font-size: var(--p-fz-small-desktop);
    line-height: var(--p-lh-small-desktop);
    color: rgba(63, 63, 63, .5)
}

.contact-number__link {
    font-weight: 300;
    font-size: var(--h2-fz-desktop);
    line-height: var(--h2-lh-desktop);
    letter-spacing: 7px
}

@media(max-width: 991px) {
    .contact-number__link {
        letter-spacing: 3px
    }
}

.contact-number__link:hover {
    color: var(--secondary)
}

.contact-number__link--plus {
    position: relative
}

.contact-number__link--plus::before {
    content: "+";
    position: absolute;
    top: 50%;
    left: -55px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width: 991px) {
    .contact-number__link--plus::before {
        position: static
    }
}

.contact-form {
    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-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px
}

.contact-form__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px -7px 0;
    width: 100%;
    max-width: 754px
}

.contact-form__tags label {
    margin: 0 7px 7px 0
}

.contact-form__row {
    /*display: -ms-grid;*/
    display: grid;
    /*-ms-grid-columns: (1fr)[2];*/
    grid-template-columns: repeat(2, 1fr);
    /*-webkit-column-gap: 23px;
    -moz-column-gap: 23px;*/
    column-gap: 23px;
    row-gap: 0px
}

/*.contact-form__date,
.contact-form__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.contact-form__time {
    gap: 4px;
    margin-right: 14px
}*/
.contact-form__time .label__sign {
    padding: 0 14px;
    margin-top: 10px;
}

.contact-form__btn {
    text-transform: uppercase;
    max-width: 320px;
    line-height: 1.8;
}

@media(max-width: 991px) {
    .contact-form__btn {
        max-width: none
    }
}

.label {
    width: 100%
}

.contact-form .upload_label label {
    display: block;
}

.contact-form label {
    display: inline-block;


    line-height: 1.5;
    color: #3f3f3f
}

@media(min-width: 992px) {
    .contact-form .wpcf7-form-control-wrap[data-name="your-name"] {
        width: 50%;
    }

    .contact-form label {
        font-size: 0.9375vw;
        margin-bottom: 0.6875vw;
        margin-top: 1.5625vw;

    }

    .checkbox-tag .wpcf7-list-item-label {
        font-size: 0.833vw;
    }
}

@media(max-width: 991px) {
    .contact-form label {
        margin-bottom: 9px;
        margin-top: 30px;
    }
}


/*--- checkbox-tag ---*/
.checkbox-tag .wpcf7-list-item-label {

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 4px;
    padding-left: 0;
    padding: 13px 30px;
    border-radius: 100px;
    border: 1px solid #ddd;
    background-color: var(--white);
    cursor: pointer;
    color: #878787;
    -webkit-transition: border-color .1s ease-in-out, color .1s ease-in-out;
    transition: border-color .1s ease-in-out, color .1s ease-in-out
}

.checkbox-tag .wpcf7-list-item-label:hover {
    border-color: #878787;
}

.checkbox-tag input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 0;
    height: 0;
}

.checkbox-tag .wpcf7-list-item {
    margin: 0 7px 7px 0;
    position: relative;
}

.checkbox-tag .wpcf7-list-item label {
    margin: 0px;
}

.checkbox-tag input[type="checkbox"]+.wpcf7-list-item-label::before {
    height: 12px;
}

.checkbox-tag input[type="checkbox"]+.wpcf7-list-item-label::before {
    background: url(/wp-content/uploads/2025/04/check.svg) center center no-repeat;
    opacity: 0;
    transition: all 0.2s ease;
}

.checkbox-tag input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
    width: 18px;
    opacity: 1;
}

.checkbox-tag input[type="checkbox"]:checked+.wpcf7-list-item-label {
    color: var(--primary);
    border-color: var(--primary);
    padding-left: 21px;
    padding-right: 21px;
}

/*--- /checkbox-tag ---*/

/*--- checkbox-basic ---*/
.checkbox-basic {
    position: relative;
    display: inline-block;
}

.contact-form p {
    margin: 0px;
}

.checkbox-basic label {
    cursor: pointer;
}

.checkbox-basic input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 0;
    height: 0;
}

.checkbox-basic .wpcf7-list-item-label {
    position: relative;
}

.checkbox-basic .wpcf7-list-item-label::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 45px;
    height: 45px;
    background-color: var(--white);
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-right: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

@media screen and (min-width: 992px) {
    .checkbox-basic .wpcf7-list-item-label::before {
        width: 2.34375vw;
        height: 2.34375vw;
    }
}

.checkbox-basic .wpcf7-list-item-label:hover::before {
    border-color: #878787;
}

.checkbox-basic input[type="checkbox"]+.wpcf7-list-item-label::before {
    background-repeat: no-repeat;
    background-position: center center;
}

.checkbox-basic input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='18' viewBox='0 0 25 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.82129 7.24561L9.80088 15L23.1784 2' stroke='%231C1C1E' stroke-width='4'/%3E%3C/svg%3E%0A");

}

.checkbox-basic input[type="checkbox"]:checked+.wpcf7-list-item-label:hover::before {
    opacity: 1;
}

.checkbox-basic .wpcf7-list-item {
    margin: 0px;
}

/*--- /checkbox-basic ---*/

.checkbox-tag {
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 300;
    font-size: var(--p-fz-xsmall-desktop);
    line-height: 1;
    text-transform: uppercase
}

.checkbox-tag__input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 0;
    height: 0
}

.checkbox-tag__input:checked~.checkbox-tag__sign {
    color: var(--primary);
    border-color: var(--primary);
    padding: 18px 23px
}

.checkbox-tag__input:checked~.checkbox-tag__sign svg {
    display: block
}

.checkbox-tag__sign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 4px;
    padding-left: 0;
    padding: 18px 34px;
    border-radius: 100px;
    border: 1px solid #ddd;
    background-color: var(--white);
    cursor: pointer;
    color: #878787;
    -webkit-transition: border-color .1s ease-in-out, color .1s ease-in-out;
    transition: border-color .1s ease-in-out, color .1s ease-in-out
}

@media(max-width: 991px) {
    .checkbox-tag__sign {
        padding: 10px 24px
    }
}

.checkbox-tag__sign svg {
    display: none
}

.checkbox-tag__sign span {
    display: block;
    position: relative
}

.checkbox-tag:hover .checkbox-tag__input~.checkbox-tag__sign {
    border-color: #878787
}

.checkbox-basic {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer
}

.checkbox-basic__input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 0;
    height: 0
}

.checkbox-basic__input:checked~.checkbox-basic__mark::before {
    opacity: 1
}

.checkbox-basic__mark {
    position: relative;
    width: 45px;
    height: 45px;
    background-color: var(--white);
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-right: 14px;
    -webkit-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out
}

.checkbox-basic__mark::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 29px;
    height: 21px;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='18' viewBox='0 0 25 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.82129 7.24561L9.80088 15L23.1784 2' stroke='%231C1C1E' stroke-width='4'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.checkbox-basic__sign {
    font-size: var(--p-fz-small-desktop);
    line-height: var(--p-lh-small-desktop);
    color: var(--text)
}

.checkbox-basic:hover .checkbox-basic__input~.checkbox-basic__mark {
    border-color: #878787
}

.checkbox-basic:hover .checkbox-basic__input~.checkbox-basic__mark::before {
    opacity: .2
}

.checkbox-basic:hover .checkbox-basic__input:checked~.checkbox-basic__mark {
    border-color: #ddd
}

.checkbox-basic:hover .checkbox-basic__input:checked~.checkbox-basic__mark::before {
    opacity: 1
}

input.wpcf7-form-control:not([type="submit"]):not([type="file"]),
textarea.wpcf7-form-control {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: var(--white);
    padding: 13px 10px;
    font-size: var(--p-fz-small-desktop);
    line-height: var(--p-lh-small-desktop);
    color: var(--primary)
}

input.wpcf7-form-control:not([type="submit"]):not([type="file"]):focus,
textarea.wpcf7-form-control:focus {
    outline: 1px solid #303030
}

input.wpcf7-form-control:not([type="submit"]):not([type="file"]):active,
textarea.wpcf7-form-control:active {
    outline: 1px solid #f2f2f2
}

@media screen and (min-width: 992px) {

    input.wpcf7-form-control:not([type="submit"]):not([type="file"]),
    textarea.wpcf7-form-control {
        padding: 0.677vw 0.52vw;
    }
}

.input--time {
    width: 100%;
    max-width: 127px;
    color: #ddd;
    -webkit-transition: border-color .2s ease-in-out, color .2s ease-in-out;
    transition: border-color .2s ease-in-out, color .2s ease-in-out
}

.input--time:hover {
    border-color: var(--primary);
    color: var(--primary)
}

/*--- File Upload ---*/






.upload_file {
    position: relative;
    margin-bottom: 33px;
    /*padding-right: 250px;*/
}

/*.upload_label {
        position: absolute;
        width: 220px;
        top: 0px;
        right: 0px;
    }*/

/*.kwt-file {
    max-width: 220px;
    margin-top: 7px;
}*/

.kwt-file__drop-area {
    position: relative;
    width: 100%;
}

/*.kwt-file__drop-area.is-active {
    background-color: #d9e3eb;
}

.kwt-file__choose-file {
    text-align: center;
    display: block;
}*/
.kwt-file__choose-file {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.9375vw;
}

.kwt-file__choose-file.kwt-file_btn-text {
    border-radius: 4px;
    width: auto;
    height: auto;
    padding: 10px 20px;
    font-size: 14px;
}

.kwt-file__choose-file svg {
    width: 32px;
    height: 40px;
}

.kwt-file__msg {
    color: #909090;

    line-height: 1.15;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

@media(min-width: 992px) {
    .kwt-file__msg {
        font-size: 0.833vw;
    }
}

.kwt-file__input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;

    /*&:focus {
        outline: none;
    }*/
}

.kwt-file__delete {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;

    /*&::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        transition: 0.3s;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: url(/wp-content/themes/bizbank/src/assets/images/close.svg) center center no-repeat;
        background-size: cover;
        opacity: 0.5;
    }

    &::after {
        content: "";
        position: absolute;
        opacity: 0;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%) scale(0);
        background-color: #1d3557;
        border-radius: 50%;
        transition: 0.3s;
    }

    &:hover {
        &::before {
            opacity: 0.7;
        }

        &::after {
            transform: translate(-50%, -50%) scale(2.2);
            opacity: 0.1;
        }
    }*/
}

/*--- /File Upload ---*/




/*
.input-file {
    position: relative;
    max-width: 195px
}

.input-file input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 20
}

.input-file .wpcf7-form-control-wrap+span {
    position: relative;
    display: block;
    padding-left: 53px;
    font-size: var(--p-fz-xsmall-desktop);
    line-height: var(--p-lh-small-desktop);
    color: #909090;
    cursor: pointer;
    z-index: 10
}

.input-file .wpcf7-form-control-wrap + span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 33px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='33' viewBox='0 0 36 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.70968 19.2121L18.6526 4.3072C22.3771 0.591395 28.4411 0.560559 32.1272 4.23796C35.8125 7.91535 35.7816 13.9626 32.0571 17.6783L19.7659 29.9375M24.2407 17.8061L12.5604 29.4547C9.87595 32.1322 5.54116 32.1881 2.92516 29.5797C0.309815 26.9719 0.366541 22.647 3.05046 19.9687L9.45308 13.5833M7.98263 21.7083L22.0485 7.62518C23.7928 5.88048 26.6075 5.84212 28.3056 7.54349C30.0037 9.24336 29.9679 12.0612 28.2233 13.8059L24.0678 17.9659' stroke='%231C1C1E' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain
}
*/
.search-input {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    font-size: var(--fz-btn);
    line-height: var(--lh-btn);
    color: #C4C4C4;
    text-align: right;
    border: 1px solid #3E3E41;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.search-input:hover {
    border-color: #878787;
}

.search-input:focus {
    border-color: #fff;
}

@media screen and (min-width: 992px) {
    .search-input {
        max-width: 19.27vw;
        padding: 0.5729vw 0.52vw;
    }
}

@media screen and (max-width: 991px) {
    .search-input {
        padding: 13px 10px;
    }
}

textarea.wpcf7-form-control {
    height: 170px;
    resize: none
}

.google-partner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #858585
}

.google-partner__img {
    width: 100%;
    max-width: 162px;
    border-radius: 4px;
    border: 1px solid var(--complimentary);
    overflow: hidden;
    margin-right: 14px
}

@media(max-width: 991px) {
    .google-partner__img {
        max-width: 131px
    }
}

.google-partner__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.google-partner__info {
    width: 100%;
    max-width: 150px
}

.google-partner__logo {
    margin-bottom: 14px
}

.google-partner__text {
    display: block;
    font-size: 14px;
    line-height: 16px
}

@media(min-width: 992px) {
    .google-partner__text {
        display: block;
        font-size: 0.729vw;
        line-height: 1.1428;
    }
}

@media(max-width: 991px) {
    .google-partner__text {
        display: block;
        font-size: 12px;
        line-height: 1.33;
    }

    .google-partner__img {
        max-width: 131px
    }

    .google-partner__logo {
        max-width: 111px;
    }
}

.splitting .word,
.splitting .char {
    font-family: var(--space-grotesk)
}

.burger-btn {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    outline: rgba(0, 0, 0, 0);
    width: 60px;
    height: 60px;
    position: relative;
    display: none
}

.burger-btn span,
.burger-btn span::before,
.burger-btn span::after {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 2px;
    background-color: #000
}

.burger-btn span::before,
.burger-btn span::after {
    content: "";
    display: block;
    -webkit-transition: .3s;
    transition: .3s
}

.burger-btn span::before {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.burger-btn span::after {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

.burger-btn--active span {
    height: 0
}

.burger-btn--active span::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.burger-btn--active span::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 45px;
    z-index: 50
}

.header--white .header__nav .nav__link {
    color: var(--white)
}

.header--white .header__btn {
    color: var(--white);
    border-color: var(--white)
}

@media(max-width: 991px) {
    .header {
        top: 20px
    }
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media(max-width: 991px) {
    .header__container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.header__nav {
    margin: 0 80px 0 auto
}

@media(max-width: 991px) {
    .header__nav {
        display: none
    }
}

.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

@media(min-width: 992px) {
    .header__btn {
        margin-right: 40px
    }
}


@media(max-width: 991px) {
    .header__btn {
        border-radius: 10px;
        font-size: 12px;
        padding-left: 12px;
        padding-right: 12px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
}

.start {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: var(--white);
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.start#startServices,
.start#startAbout {
    background-color: var(--text)
}

/*.start__container {
    height: 100vh;
    position: sticky !important;
    top: 0
}*/

/*@media(max-width: 991px) {
    .start__container {
        margin-bottom: 50px
    }
}*/

.start__overlay {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(28, 28, 30, .5)
}

.start__description {
    font-weight: 300;
    color: var(--text);
    margin: 0;
}

.start__description h1,
.start__description p {
    font-weight: 300;
    padding: 0px;
    margin: 0px;
}

@media screen and (min-width: 992px) {
    .start__description {
        max-width: 30.5vw;
        font-size: 1.1979vw;
        line-height: var(--p-lh-desktop);
    }

    .start__description h1 {

        font-size: 1.1979vw;
        line-height: var(--p-lh-desktop);
    }
}

@media screen and (max-width: 991px) {
    .start__description {
        font-size: 14px;
        line-height: 1.85;
    }

    .start__description h1 {

        font-size: 14px;
        line-height: 1.85;
    }

    .start__description br {
        display: none;
    }
}

.start__btn {
    position: sticky;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    height: 58px;
    border-radius: 28px;
    background-color: rgba(166, 166, 171, .2);
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 12px
}

.start__btn span {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: var(--white)
}

.service {
    color: var(--white);
    top: 0
}

@media(min-width: 992px) {
    .service {
        height: 100vh;
    }
}

@media(max-width: 991px) {
    .service {
        /*padding: 56px 0 100px*/
        padding: 56px 0 20px;
    }

    .home .service.service--support {
        padding-bottom: 100px;
    }

    .corner-mask .service--design {
        padding-top: 0px;
    }

    .corner-mask.dark-bg .scaleInnerSection .service {
        padding-bottom: 26px;
    }
}

.service--design {
    position: relative
}

/*.service--design::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/svg/rounded-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1
}*/

/*@media(max-width: 991px) {
    .service--design::after {
        background-image: url("../images/svg/rounded-bg-mobile.png")
    }
}

.service--code {
    background-color: #49494d
}

.service--marketing {
    background-color: #404042;
    mix-blend-mode: multiply
}

.service--support {
    background-color: var(--primary)
}
*/

@media(min-width: 992px) {
    .service__head {
        /*margin-bottom: 3.125vw;*/
        margin-bottom: 3.5vw;
    }

    .faq_section .service__head {
        margin-bottom: 0.01vw;
    }
}

@media(max-width: 991px) {
    .service__head {
        margin-bottom: 40px
    }
}

.service__head-icon {
    display: none
}

@media(max-width: 991px) {
    .service__head-icon {
        display: block
    }

    .service__head-icon img {
        max-width: 30px;
        height: auto;
    }
}

.service__head-icon svg {
    width: 28px;
    height: 20px
}

.service__head,
.service__content {
    display: -ms-grid;
    display: grid;
    /*grid-template-columns: 4fr 8fr;*/
    grid-template-columns: 33% auto;
    gap: 30px
}

.service__head.united {
    grid-template-columns: 1fr;
}

@media(max-width: 991px) {
    .service__content {
        gap: 30px 10px;
    }

    .service__head {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.service__part {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

@media(max-width: 991px) {
    .service__part {
        padding-bottom: 15px
    }

    .service .service__part {
        padding-bottom: 6px;
    }
}

@media(max-width: 991px) {
    .service__part--left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media(max-width: 991px) {
    .service__part--right {
        display: none
    }
}

.service__title {
    margin: 0;
    font-weight: 400;
    /*font-size: var(--p-fz-small-desktop);*/
    font-size: 0.9375vw;
    line-height: var(--p-lh-small-desktop);
    text-transform: uppercase
}

@media(min-width: 992px) {
    .service__icon svg {
        /*width: 100px;
        height: 70px*/
        width: 5.208vw;
        height: 3.6458vw;
        margin-top: 1.3vw;
    }
}

@media(max-width: 991px) {
    .service__content {
        grid-template-columns: auto 1fr;
        /*grid-auto-flow: dense; direction: rtl;*/
    }

    .service__content .service__icon {
        order: 2;
        display: flex;
        justify-content: end;
        align-items: center;
        padding-bottom: 19px;
    }

    .service__content.service__info {
        order: 2;
    }

    .service__icon svg {
        height: 20px;
        width: auto;
    }

    .service__info {
        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-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.service__link {
    position: relative;
    overflow: hidden;
    display: inline-grid;

    background-color: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .4);

    font-weight: 300;

    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    -webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out;

}


.service__link::after {
    content: "";
    position: absolute;

    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    background-image: url("../images/svg/arrow-top-right.svg");
    background-repeat: no-repeat;
    background-size: cover
}

@media(min-width: 992px) {
    .service__link {
        padding: 9px calc(49px + 61*(100vw - 414px)/1506) 9px 20px;
        border-radius: 24px;
        /*font-size: var(--h1-fz-desktop);*/
        font-size: 5.2vw;
        margin-bottom: 6.25vw;
    }

    .service__link::after {
        right: calc(16px + 9*(100vw - 414px)/1506);
        width: calc(25px + 45*(100vw - 414px)/1506);
        height: calc(25px + 45*(100vw - 414px)/1506);
    }

    .scaleInnerSection .service__link {
        margin-bottom: calc(var(--index) * 1);
    }
}

@media(max-width: 991px) {
    .service__link {
        padding: 10px 49px 10px 16px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
        border-radius: 12px;
        font-size: 36px;
    }

    .service .service__link {

        background-color: rgba(255, 255, 255, 0.2);
    }

    .service__link::after {
        right: 15px;
        width: 25px;
        height: 25px;
    }

    .scaleInnerSection .service__link {
        margin-bottom: 19px;
    }
}

.service__link:hover {
    background-color: rgba(255, 255, 255, .05);
    border-color: #fff
}

.service__description {
    margin: 0 0 40px 0;
    font-weight: 300;
    font-size: var(--p-fz-desktop);
    line-height: var(--p-lh-desktop);
    /*text-indent: calc(40px + 106*(100vw - 414px)/1506)*/
}

service__description p {
    margin: 0px;
}

@media(max-width: 991px) {
    .service__description {
        /*margin: 0 0 30px 0;*/
        margin: 0 0 15px 0;
    }
}

.service__list {
    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;
    margin: 0 -12px -12px 0
}

@media(max-width: 991px) {
    .service__list {
        /*margin-bottom: 40px*/
        margin-bottom: 26px;
    }
}

.service__list--design {
    max-width: 900px
}

.service__list--code {
    max-width: 990px
}

.service__list--marketing {
    max-width: 794px
}

.service__item {
    margin: 0 12px 12px 0
}

/*.support {
    padding: 182px 0 189px;
    background-color: var(--primary)
}*/

.support__ticker {
    min-height: 400px
}

.support__ticker-grey,
.support__ticker-yellow {
    width: 105%;
    left: -20px
}

.support__ticker-grey {
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    top: 150px
}

.support__ticker-yellow {
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
    top: 35px
}

.support__content {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
    text-align: center
}

.support__title {
    margin-bottom: 40px;
    font-weight: 300;
    font-size: var(--h2-fz-special-desktop);
    line-height: var(--h2-lh-special-desktop);
    letter-spacing: 2.1px;
    text-transform: uppercase;
    color: var(--white)
}

@media(min-width: 992px) {

    .projects__container {
        display: grid;
        grid-template-columns: 33% auto;
        gap: 0 30px;
    }
}

.overflow-column {
    overflow: hidden;
}


#verticalContainer {
    background: #fff;
    padding-top: 5vh;
}

@media(max-width: 991px) {
    #verticalContainer .projects__cta.mob-show {
        /*padding-bottom: 90px;*/
        padding-bottom: 20vh;
        min-height: 65vh;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }
}



.projects__cta,
.projects__content {
    height: 100%
}

@media(min-width: 992px) {
    .projects__cta {
        padding-bottom: 10vh;
        display: flex;
        flex-direction: column;
        justify-content: end;

    }

    .projects__content {

        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0 40px;
        height: 100vh
    }

    .left-section,
    .right-section {
        padding-bottom: 120px;
    }
}

/*@media(max-width: 991px) {
    .projects__content {
        -ms-grid-column: 6;
        -ms-grid-column-span: 7;
        grid-column: 6/13
    }
}*/




.projects__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;

}



@media(min-width: 992px) {
    .projects__case:not(:last-child) {
        margin: 0 0 60px 0
    }

    .projects__btns {
        font-size: 1.0416vw;
        line-height: 1.5;
    }

    .projects__description {
        margin: 0 0 2.76vw 0;
        max-width: 21.875vw;
    }

    .projects__get {
        padding: 0.677vw 1.77vw;
        margin-right: 2.03vw;
        font-size: 1.04vw;
    }
}

@media(max-width: 991px) {
    .projects__btns {
        font-size: 16px;
        line-height: 1.5;
    }

    .projects__description {
        margin: 0 0 35px 0;
    }

    .projects__get {
        margin-right: 30px;
    }
}

.projects__all {
    color: var(--text);
    border-bottom: 1px solid rgba(63, 63, 63, .2)
}

.service-icons {
    display: none
}

@media(max-width: 991px) {
    .service-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-bottom: 48px;
    }
}

.service-icons__item {
    margin-right: 26px
}

.service-icons__item:last-child {
    margin-right: 0
}



.case__title a {
    display: inline;
    font-weight: 300;
    line-height: 1.565;
    border-bottom: 1px solid rgba(28, 28, 30, .2)
}

.case__title a::before {
    content: "";
    display: block;
    width: 100%
}

.case__img {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.05);
    margin: 0 0 22px 0
}


@media (min-width: 992px) {
    .case__img img {
        height: 40vw;

    }
}

@media (max-width: 991px) {
    .case__img img {
        height: 262px;
    }
}

.case__img img {
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
    display: block;
}

.case__tags {
    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;
    margin: 0 -7px -7px 0
}

@media(min-width: 992px) {
    .case__title {
        display: block;
        max-width: 70%;
        margin: 0 0 1.1979vw 0;
    }

    .case__title a {
        font-size: 1.1979vw;
    }
}

@media(max-width: 991px) {
    .case__title {
        display: block;
        margin: 0 0 20px 0;
    }

    .case__title a {
        font-size: 18px;
    }

    .case__tags {
        align-items: start;
    }
}

.case__tag {
    margin: 0 7px 7px 0
}

.partners__description {
    width: 100%;
    max-width: 22vw;
    margin: 0 0 70px 0
}

@media(max-width: 991px) {
    .partners__description {
        max-width: 270px;
        margin: 0 0 30px 0
    }
}

.partners__mobile {
    display: none
}

@media(max-width: 991px) {
    .partners__mobile {
        display: block
    }
}

.partners__reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    color: var(--white);
    margin-bottom: 115px
}

.partners__clients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px
}

.partners__client {
    max-width: 123px
}

.partners__client img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.partners-slider {
    padding-left: 78px
}

@media(max-width: 991px) {
    .partners-slider {
        display: none
    }
}

.partners-slider .swiper-slide {
    width: auto
}

.partners-slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 75px
}

.partners-slider__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 80px
}

@media(min-width: 992px) {
    .partners-slider__btn {
        width: 3.75vw;
        height: 3.75vw;
    }

}

@media(max-width: 991px) {
    .partners-slider__btn {
        width: 42px;
        height: 42px;
    }
}


.partners-slider__btn {

    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--complimentary)
}

.partners-slider__btn:not(:last-child) {
    margin-right: 0.78125vw;
}

.partners-slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.partner--logo {
    width: 100%;
    max-width: 309px
}

.partner--review {
    width: auto;
    max-width: 574px
}

.partner__logo {
    overflow: hidden
}

.partner__logo img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    filter: brightness(0) invert(1);
}

.partner__top {
    margin-bottom: 10px
}

.partner__top span {
    position: relative;
    display: block;
    padding-left: 24px;
    color: var(--white);
    font-size: var(--p-fz-xsmall-desktop);
    margin-right: 14px
}

.partner__top span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("../images/svg/google.svg");
    background-repeat: no-repeat;
    background-size: cover
}

.partner__top,
.partner__rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.partner__rate img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 5px
}

.partner__rate img:last-child {
    margin-right: 0
}

.partner__content {
    padding: 26px;
    background-color: var(--secondary);
    border-radius: 22px;
    color: var(--white)
}

.partner__description {
    font-weight: 300;
    font-size: var(--p-fz-small-desktop);
    line-height: 30px;
    margin: 0 0 15px 0
}

.partner__info {
    margin-bottom: 43px
}

.partner__author,
.partner__position {
    display: block
}

.partner__author {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase
}

.partner__position {
    font-size: var(--p-fz-xsmall-desktop);
    line-height: 1
}

@media(min-width: 992px) {
    .about-block {
        background-color: var(--complimentary);
    }
}

@media(min-width: 992px) {
    .about-block {

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 40px
    }
}

/*@media(max-width: 991px) {
    .about-block {
        padding: 0;
        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-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}*/

.about-block__img {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 786px;
    margin-right: 146px
}

.about-block__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width: 991px) {
    .about-block__img img {
        height: auto;
        margin-bottom: 31px;
    }

    /*.about-block__img {
        max-width: none;
        margin-right: 0;
        margin-bottom: 34px;
        height: 250px;
    }

    .about-block__img .about-link {
        right: 30px;
        bottom: -30px
    }*/
}

.about-block__content {
    color: var(--white);
}

@media(min-width: 992px) {
    .about-block__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;

    }
}

@media(max-width: 991px) {
    .about-block__content {
        padding: 16px 24px;
    }

    .about-block__content.about-block_first {
        padding-top: 45px;
    }
}

@media(min-width: 992px) {
    .about-block__text {
        max-width: 723px;
        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-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.about-block__title {
    font-weight: 300;
    font-size: 3.6458vw;
    line-height: 1.2;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 0 0 60px 0
}

@media(max-width: 991px) {
    .about-block__title {
        margin: 0 0 30px 0;
        font-size: 30px;
    }
}

@media(min-width: 992px) {
    .about-block__description {
        font-size: var(--p-fz-desktop);
        line-height: var(--p-lh-desktop);
        text-indent: 137px;
    }

    .why-us {
        padding-bottom: 5.3125vw;
        padding-top: 2.24vw;
    }
}

@media(max-width: 991px) {
    .why-us {
        padding-bottom: 59px;
    }
}

.about-block__description {
    font-weight: 300;
    margin: 0
}

.why-us {
    background-color: var(--white);

}

.why-us__container {
    height: 100vh;
    margin-bottom: 122px
}

/*.why-us__content {
    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-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.why-us__description {
    margin: 0 0 66px 0
}

.why-us__list {
    width: 100%;
    margin-bottom: 12px
}*/

/*.why-us__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}*/



.why-us__card {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 992px) {
    .why-us__wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        /*gap: 0 0.677vw;*/
        padding-bottom: 0.677vw;
    }

    .why-us__button {
        max-width: calc(25% - 14px);
    }
}

@media (max-width: 991px) {
    .why-us .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .why-us__wrapper {
        padding-bottom: 19px;
        align-items: stretch;
        display: grid;
        grid-auto-flow: column;
    }

    .why-us__list.swiper {
        padding-left: 30px;
        padding-right: 30px;
    }

    .why-us__button {
        display: block;
    }
}

.why-us__button {
    position: relative;
    display: flex;
    margin-left: auto;
    justify-content: center;
    -ms-flex-item-align: end;
    align-self: flex-end;

}

.why-card {
    border: 1px solid rgba(28, 28, 30, .2);
    display: flex;
    flex-direction: column;
    /*justify-content: flex-start;*/
    transition: all 0.3s ease;
}

@media(min-width: 992px) {
    .why-card {
        padding: 1.823vw 1.5625vw 4.01vw 2.34375vw;
        min-height: 35.729vw;
        border-radius: 1.354vw;
    }
}

@media(max-width: 991px) {
    .why-card {
        padding: 12px 25px 56px 25px;
        min-height: 495px;
        border-radius: 10px;
    }
}

.why-card__title {
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.why-card__list {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.why-card__item {
    font-weight: 300;

    color: var(--complimentary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media(min-width: 992px) {
    .why-card__item {
        font-size: 0.9375vw;
        line-height: 1.45;
    }

    .why-card__title {
        font-size: 1.45833vw;
        line-height: 1.45;
        margin: 0 0 2.65625vw 0;
    }
}

@media(max-width: 991px) {
    .why-card__item {
        margin-bottom: 30px;
        line-height: 1.8;
        font-size: 12px;
    }

    .why-card__title {
        font-size: 20px;
        line-height: 2;
        margin: 0 0 28px 0;
    }
}

.why-card__item span {
    display: block
}

.why-card__item b {
    font-weight: 700
}

.why-card__item--primary {
    color: var(--primary)
}

.why-card__item--primary .why-card__emoji {
    opacity: 1
}

.why-card__item:last-child {
    margin-bottom: 0
}


@media(min-width: 992px) {
    .why-card__emoji {
        width: 2.0833vw;
        height: 2.0833vw;
        margin-right: 0.78125vw;
        opacity: .3;
        object-fit: contain;
    }

    .why-us__wrapper .why-card:first-child {
        order: 4;
    }
}

@media(max-width: 991px) {
    .why-card__emoji {
        width: 30px;
        height: auto;
        margin-right: 10px;
        opacity: .3
    }
}

.why-us__wrapper .why-card:first-child {
    background-color: #1C1C1E;
}

.why-us__wrapper .why-card:first-child .why-card__title,
.why-us__wrapper .why-card:first-child .why-card__item {
    color: var(--white)
}

.insights__start {
    margin-top: 200px;
    margin-bottom: 6.77vw;
}

.insights__item {
    margin-bottom: 52px
}

.insights__item:last-child {
    margin-bottom: 0
}

.insight-link {
    position: relative;
    display: -ms-grid;
    display: grid;
    /*-ms-grid-columns: 4fr 8fr;
    grid-template-columns: 4fr 8fr;*/
    grid-template-columns: 33% auto;
    padding-bottom: 52px;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.insight-link:hover .insight-link__title {
    color: var(--secondary)
}

.insight-link::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 21L20.87 1.09508M21 18.9512V1.20469L20.7957 1H3.08024' stroke='%23E06342'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain
}

.insight-link__date {
    font-weight: 300;
    font-size: 0.9375vw;
    line-height: var(--p-lh-small-desktop);
    color: var(--complimentary)
}

.insight-link__title {
    max-width: 1033px;
    font-size: var(--h3-fz-desktop);
    line-height: var(--h3-lh-desktop);
    text-transform: uppercase;
    color: var(--white);
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    padding-right: 40px
}

@media(max-width: 991px) {
    .insights__start {
        margin-bottom: 0;
    }


    .insights__content {
        /*padding-top: 191px*/
        padding-top: 60px;
    }

    .insights__item {
        margin-bottom: 25px
    }

    .insight-link {
        -ms-grid-columns: 3fr 9fr;
        grid-template-columns: 3fr 9fr;
        padding-bottom: 25px
    }

    .insight-link__date {
        font-size: 10px;
        line-height: 1
    }

    .insight-link__title {
        max-width: none;
        font-size: 16px;
        line-height: 1.5;
    }
}


/*.contact-us {
    position: relative;
    padding: 113px 0 150px;
    background-image: url("../images/svg/contact-us-bg.svg");
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 0px 0px 24px 24px
}*/

.contact-us__container {
    display: -ms-grid;
    display: grid;
    /*-ms-grid-columns: 4fr 8fr;
    grid-template-columns: 4fr 8fr;*/
    grid-template-columns: 33% auto;
    gap: 61px
}



@media(max-width: 991px) {

    /*.contact-us {
        padding: 56px 0
    }*/
    .contact-us__container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .contact-us__col--left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.contact-us__col--right {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.contact-us__title {
    margin: 0 0 9px 0
}

.contact-us__address {
    margin: 0 0 126px 0
}

@media(max-width: 991px) {
    .contact-us__address {
        margin: 0 0 60px 0
    }
}

.contact-us__address span {
    font-size: var(--p-fz-small-desktop);
    line-height: var(--p-lh-small-desktop);
    color: rgba(28, 28, 30, .5)
}

.contact-us__session {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 40px
}

@media(max-width: 991px) {
    .contact-us__session {
        gap: 30px
    }
}

.contact-us__session-title {
    padding-top: 68px;
    position: relative
}

.contact-us__session-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 61px;
    height: 48px;
    background-image: url("../images/svg/chat-icon.svg");
    background-size: contain;
    background-repeat: no-repeat
}

.contact-us__cta {
    width: 100%;
    white-space: nowrap;
}

@media(min-width: 992px) {
    .contact-us__cta {
        max-width: 13.125vw;
        padding: 0.729vw 1.8vw;
    }
}

@media(max-width: 991px) {
    .contact-us__cta {
        padding: 14px 35px;
    }
}

.contact-us__numbers {
    margin-bottom: 102px
}

@media(max-width: 991px) {
    .contact-us__numbers {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0
    }
}

.contact-us__number {
    margin-bottom: 10px
}

@media (min-width: 992px) {
    .contact-form {
        max-width: 45vw;
        width: 100%;
    }

    .contact-form__tags {
        max-width: 40vw;
    }
}

.contact-start {
    background-color: var(--white);
    background-image: url("../images/map-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.footer {
    position: relative;
    background-color: var(--primary)
}

@media (min-width: 992px) {
    .footer {
        /*padding: 5.677vw 0 38px;*/
        padding: 10.677vw 0 38px;
    }

    .footer__container {
        display: -ms-grid;
        display: grid;
        /*-ms-grid-columns: 4fr 8fr;
        grid-template-columns: 4fr 8fr;*/
        grid-template-columns: 33% auto;
        gap: 5.729vw;
    }
}

@media (max-width: 991px) {
    .footer {
        padding: 88px 0 38px;
    }
}



/*@media(max-width: 991px) {
    .footer__container {
        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-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 30px
    }
}*/

.footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 150px
}

@media(max-width: 991px) {
    .footer__socials {
        margin-bottom: 21px;
        justify-content: space-between;
        gap: 0 8px;
    }
}



.footer__social:last-child {
    margin-right: 0
}

@media(min-width: 992px) {
    .footer__social {
        margin-right: 14px
    }

    .footer__social-link img {
        width: 4.167vw;
        height: auto;
    }

    .footer__description,
    .footer__copyright,
    .footer__terms {
        font-size: 0.9375vw;
        line-height: 1.445;
    }

    .footer__google,
    .footer__description {
        margin: 0 0 60px 0
    }
}

@media(max-width: 991px) {
    .footer__social-link img {
        width: 60px;
        height: auto;
    }

    .footer__description,
    .footer__copyright {
        font-size: 12px;
        line-height: 1.66;
    }

    .footer__description {
        padding-top: 20px;
    }

    .footer__terms {
        font-size: 16px;
        line-height: 1.625;
        display: block;
        padding-top: 3px;
    }

    .footer__google {
        margin: 0 0 30px 0
    }

    .footer__description {
        margin: 0 0 60px 0
    }
}



.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.footer__description,
.footer__copyright,
.footer__terms {
    color: var(--text)
}

.footer__copyright {
    margin-right: 14px
}

.footer__terms,
.footer__heading {
    color: var(--complimentary)
}

.footer__nav {
    margin-bottom: 177px
}

@media(max-width: 991px) {
    .footer__nav {
        margin-bottom: 30px
    }
}

@media(min-width: 992px) {
    .footer__heading {
        max-width: 34.479vw;
        font-size: 1.458vw;
        line-height: 1.428;
        margin: 0 0 30px 0;
    }

    .footer__description {
        max-width: 26.25vw;
    }

    .footer__logo {
        max-width: 18.854vw;
    }
}

.footer__heading {
    width: 100%;
    text-transform: uppercase;

}

@media(max-width: 991px) {
    .footer__heading--desktop {
        display: none
    }

    .footer__heading {
        font-size: 20px;
        line-height: 1.5;
        margin: 0 0 60px 0
    }
}

.footer__heading--mobile {
    display: none;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase
}

@media(max-width: 991px) {
    .footer__heading--mobile {
        display: block
    }
}



@media(max-width: 991px) {
    .footer__description--desktop {
        display: none
    }
}

.footer__description--mobile {
    display: none
}

@media(max-width: 991px) {
    .footer__description--mobile {
        display: block
    }
}


.footer__logo {
    display: none;
    width: 100%;
    height: auto;
}

@media(max-width: 991px) {
    .footer__logo {
        display: block;
        margin-bottom: 32px;
    }
}

@media(max-width: 991px) {
    .footer__bottom--desktop {
        display: none
    }
}

.footer__bottom--mobile {
    display: none
}

@media(max-width: 991px) {
    .footer__bottom--mobile {
        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-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}




.footer-nav__item {
    margin-bottom: 14px;
}


.footer-nav__list--menu li:last-child,
.footer-nav__item:last-child {
    margin-bottom: 0
}



.footer-nav__list--menu li a,
.footer-nav__link {
    display: block;
    line-height: var(--lh-btn);
    color: var(--complimentary);
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.footer-nav__list--menu li a:hover,
.footer-nav__link:hover {
    color: var(--secondary)
}



.footer-nav__link--main,
.footer-nav__list--menu li a {
    /*font-size: var(--h3-fz-desktop);*/
    line-height: var(--h3-lh-desktop);
    color: var(--white);
    text-transform: uppercase;

    border-top: 1px solid var(--text)
}


.footer-nav__list--menu li:first-child a,
.footer-nav__item:first-child .footer-nav__link--main {
    border-top: none;
    padding-top: 0px;
}

.footer-nav {
    display: grid;

}

@media(min-width: 992px) {
    .footer-nav {
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 30px;
        row-gap: 0px
    }

    .menu-footer-container {
        margin-top: -4px;
    }

    .footer-nav__link,
    .footer-nav__list--menu li a {
        font-size: 1.04vw;
    }

    .footer-nav__link--main,
    .footer-nav__list--menu li a {
        font-size: 1.458vw;
    }

    .footer-nav__link--main {
        padding: 0 0 0.8854vw 0;
    }

    .footer-nav__list--menu li a {
        padding-top: 0.416vw;
        padding-bottom: 0.36458vw;
    }

    .footer-nav__link {
        display: flex !important;
        align-items: center;
        gap: 10px;
        color: #fff !important;
    }

    .footer-nav__link:hover {
        color: var(--secondary) !important;
    }

    .footer-nav__link span {
        padding: 3px 9px;
        font-size: 10px;
        color: rgba(138, 138, 142, 0.7);
        text-transform: uppercase;
        border: 1px solid rgba(111, 111, 111, 0.2);
        border-radius: 100px;
    }
}



@media(max-width: 991px) {
    .footer-nav .footer-nav__list--services {
        grid-area: serviceslist;
    }

    .footer-nav__list--services+.menu-footer-container {
        grid-area: footermenu1;
    }

    .menu-footer-container+.menu-footer-container {
        grid-area: footermenu2;
    }

    .footer-nav {
        display: grid;
        grid-template-areas:
            "serviceslist serviceslist"
            "footermenu1 footermenu2";
        gap: 0 20px;
    }

    .footer-nav_title {
        color: #fff;
        font-size: 20px;
        padding-bottom: 13px;
        border-bottom: 1px solid var(--text);
    }

    .footer-nav__list--services {
        margin-bottom: 40px;
        width: 100%
    }

    .footer-nav__list--menu li a {
        padding-top: 14px;
        padding-bottom: 13px;
        font-size: 20px;
    }

    .footer-nav__link {
        font-size: 16px;
        padding-top: 4px;
        padding-bottom: 1px;
    }

}