.error404 header .logo,
.error404 header .header-menu-btn,
.error404 header .nav,
.error404 footer,
.error404 .footer {
    display: none;
}
#html-404 {
    width: 100vw;
    height: 100vh;
    height: 100svh;
    min-height: 800px;
}
.html-404-inner {
    max-width: 880px;
    padding: 90px 30px;
    margin: 0 auto;
    text-align: center;
}
.html-404-inner img {
    max-width: 300px;
}
.html-404-inner .links {
    margin-top: 50px;
}

header.active + .trapezium{
    display: block;
}
.logo-img {
    width: 280px;
}
.header-menu-btn{
    margin-top: 80px;
    cursor: pointer;
    display: block;
}
header.active .header-menu-btn span{
    color: var(--color-dark-gray);
}


header{
    position: absolute;
    padding: 80px 0 0 80px;
    z-index: 9;
}
header.active{
    height: 100%;
}
header.active .text-close{
    display: inline;
}
.icon-close{
    font-size: 40px;
    line-height: 1;
    /*margin: 0 5px;*/
    padding: 0 5px;
}
.text-close {
    padding: 5px 0;
}
header.active .icon-close{
    display: inline-block;
    vertical-align: middle;
}
nav,
.text-close,
header.active .logo-white,
header.active .text-menu,
.icon-close,
header.active .burger,
.logo-color{
    display: none;
}
header.active .logo-color{
    display: inline;
}
nav{
    padding-top: 40px;
}
header.active nav{
    display: block;
}
nav ul li{
    padding: 10px 0;
}
nav ul li a{
    text-transform: uppercase;
    color: var(--color-dark-gray);
}
nav ul li a:hover  {
    font-weight: 600;
}
.nav .menu ul {
    margin: 0;
}
.nav .menu li {
    list-style: none;
}
.nav .menu li:hover > .sub-menu {
    /*display: block;*/
    height: 100%;
    /*animation: slideDown 500ms;*/
}
.nav .btn{
    padding: 15px 25px;
}
.nav .sub-menu {
    height: 0;
    overflow: hidden;
}
.navigation-contact {
    padding-top: 20px;
}

.sub-menu li a {
    font-family: "AxiformaRegular", sans-serif;
    /*font-size: 0.65vw;*/
    font-size: calc(var(--size-a-btn) / 1.5);
    line-height: 2.4;
    font-weight: 400;
}
.sub-menu li {
    padding: 0;
}
.header-menu-btn span{
    color: var(--color-white);
}
header.active .header-menu-btn span{
    color: var(--color-dark-gray);
}
.line3 {
    border: 2px solid var(--color-white);
    border-radius: 8px;
    margin-bottom: 5px;
}
header.active .line3{
    border-color: var(--color-dark-gray);
}

.contact-popup{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: var(--color-white);
    left: 0;
    top: 0;
    display: none;
}
.burger {
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}
.text-menu {
    padding: 5px 0;
}

.row {
    width: 100%;
    height: calc(100vw * var(--media-proportion));
    background-color: var(--color-white);
    position: relative;
    overflow: hidden;
}
@media (min-aspect-ratio: 16/10) and (max-aspect-ratio: 16/8) {
    .row {
        height: 100vh;
        height: 100svh; /* Do not remove. svh is important for mobile */
    }
}
@media (min-aspect-ratio: 16/8) {
    .scroll-to-next {
        display: none !important;
    }
}
.row + .row {
    min-height: 0;
}
.block-holder{
    height: 100%;
}

.full-text-block,
.full-text-scroll-block {
    background-color: var(--color-blue);
    height: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 30%;
}
.full-text-block.full-text-background-light-blue,
.full-text-scroll-block.full-text-background-light-blue{
    background-color: var(--color-blue);
    height: 100%;
}
.full-text-block.full-text-background-blue,
.full-text-scroll-block.full-text-background-blue {
    background-color: var(--color-dark-blue);
    color: var(--color-green);
    height: 100%;
}
.full-text-block.full-text-background-gray,
.full-text-scroll-block.full-text-background-gray {
    background-color: var(--color-medium-gray);
    color: var(--color-green);
    height: 100%;
}
.full-text-block.full-text-background-orange,
.full-text-scroll-block.full-text-background-orange {
    background-color: var(--color-orange);
    color: var(--color-dark-blue);
    height: 100%;
}
.full-text-block.full-text-background-dark-orange,
.full-text-scroll-block.full-text-background-dark-orange {
    background-color: var(--color-dark-orange);
    height: 100%;
}
.full-text-block.full-text-background-green,
.full-text-scroll-block.full-text-background-green {
    background-color: var(--color-green);
    color: var(--color-dark-blue);
    height: 100%;
}
.full-text-block.full-text-background-blue *:not(strong),
.full-text-scroll-block.full-text-background-blue *:not(strong) {
    color: var(--color-green);
}
.full-text-block.full-text-background-gray *:not(strong),
.full-text-scroll-block.full-text-background-gray *:not(strong) {
    color: var(--color-light-green);
}
.full-text-block.full-text-background-green *:not(strong),
.full-text-scroll-block.full-text-background-green *:not(strong),
.full-text-block.full-text-background-orange *:not(strong),
.full-text-scroll-block.full-text-background-orange *:not(strong) {
    color: var(--color-dark-blue);
}
.full-text-scroll-block-home .full-text-scroll-block.full-text-background-blue *:not(strong) {
    color: var(--color-light-green);
}
.full-text-scroll-block-home .full-text-scroll-block strong {
    color: var(--color-orange);
}
.full-text-block .centered-text {
    font-family: 'AxiformaMedium', sans-serif;
    width: var(--size-full-text-block);
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}
.full-text-block .centered-text p{
    font-size: var(--size-p-super);
    line-height: 1.7;
}
.full-text-block strong,
.full-text-scroll-block strong {
    font-family: inherit; /* important do not remove */
    color: var(--color-white);
    font-weight: 400;
}
.scroll-to-next,
.scroll-to-up {
    background-image: url("../img/2023/icon-scroll-blue.png");
    display: block;
    width: var(--size-scroll-btn);
    height: var(--size-scroll-btn);
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.slider-block .scroll-to-next {
    mix-blend-mode: multiply;
}
.media-banner-block-wrapper + .scroll-to-next,
.full-text-block-wrapper + .scroll-to-next,
.full-text-scroll-block-wrapper + .scroll-to-next {
    background-image: url("../img/2023/icon-scroll-white.png");
}
.slider-block .scroll-to-next { display: none }

.scroll-to-up {
    bottom: 0;
    left: unset;
    right: 5%;
    transform: translateX(-50%) rotate(180deg);
}





.text-media-block-wrapper > div,
.text-media-block-wrapper > div.services-image-holder {
    width: var(--size-text-media-block);
}
.text-media-block-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.text-media-block-wrapper.media-position-reversed {
    flex-direction: row-reverse;
}
.text-block-holder {
    margin-left: 80px;
}
.text-block-holder .text-block {
    width: 660px;
    margin: 0 auto;
}
.text-block h2 {
    font-family: 'AxiformaMedium', sans-serif;
    color: var(--color-gray)
}
.text-media-block-wrapper.media-position-reversed .text-block {
    margin: 0 auto 0 0;
}

/* TODO: review */
[style*="dothe180-campaign-image.jpg"] {
    background-size: contain;
    width: 52% !important;
}

.media-position-reversed [style*="dothe180-campaign-image.jpg"] {
    padding-right: 190px;
}
[style*="/website-examples-final.jpg"] {
    background-position: top;
}

.text-media-block-video-holder {
    height: 100%;
    position: relative;
}
.text-media-block-video-holder video {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width:100%;
    height:101%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-overlay h1 {
    position: absolute;
    bottom: 200px;
    left: 190px;
}
.banner-overlay {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    /*transform-style: preserve-3d;*/
}
.media-banner-block-wrapper video {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width:60%;
    height:100%;
    right: 0;
}

.scroll-centered-text {
    width: 1300px;
    position: relative;
    padding: 30px 0;
    text-align: left;
    margin: 0 auto;
    padding-right: 135px;
}
.scroll-centered-text p {
    font-size: var(--size-p-super);
}
.full-text-scroll-block-home .scroll-centered-text {
    width: 1300px;
    padding-left: 135px;
    padding-right: 0;
}
.scroll-centered-text::after {
    content: "";
    width: 65px;
    height: 300px;
    background-position: center bottom;
    background-image: url("../img/2023/scroll-arrow-green.png");
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: contain;
}
.full-text-scroll-block-home .scroll-centered-text::after {
    width: 100px;
    height: 290px;
    background-image: url("../img/2023/scroll-arrow-blue.png");
    /*left: -140px;*/
    right: unset;
    left : 0
}

.business-card-media-bock {
    justify-content: center;
    padding-top: 20px;
}
.business-card-holder {
    display: flex;
    justify-content: center;
    padding-bottom: 150px;
}
.block-holder-inner {
    width: 95%;
    margin: 0 auto;
}
.business-card {
    background-color: var(--color-dark-blue);
    width: 50%;
    margin: 200px -40px 0 0;
    position: relative;
    z-index: 1;
    padding: 40px 60px;
}
.business-card-blue.business-card {
    background-color: var(--color-blue);
    margin: 100px 0 auto 0;
}
.business-card::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 290px 150px 0;
    border-color: transparent var(--color-dark-blue) transparent transparent;
    position: absolute;
    right: 135px;
    transform: translateY(-50%);
    z-index: -2;
}
.business-card::before {
    content: '';
    display: block;
    background-image: url("../img/2023/quote-left.png");
    width: 25%;
    position: absolute;
    left: 20%;
    z-index: -1;
    padding-bottom: 25%;
    top: -20%;
    background-size: contain;
}
.business-card-blue.business-card::before {
    rotate: 180deg;
    left: 45%;
    top: unset;
    bottom: -15%;
}

.business-card-blue.business-card::after {
    border-color: transparent var(--color-blue) transparent transparent;
    left: 135px;
    right: unset;
    transform: rotate(180deg) translateY(50%);
}
.business-card-blue .business-card-content-wrapper {
    flex-direction: row-reverse;
    justify-content: space-between;
}
.business-card-content-wrapper img {
    max-width: calc(586px / 2);
}

.business-card-social {
    color: var(--color-white);
    padding: 20px 20px 20px 60px;
    text-align: left;
    font-weight: 400;
    font-size: var(--size-p);
}
.business-card-social .business-name {
    font-family: "AxiformaSemibold", sans-serif;
    font-size: var(--size-h4);
}

.locations-block {
    margin-top: 100px;
}
.image-row-items-holder {
    margin: 100px 10px 100px 10px;
    text-align: center;
}
.image-row-item {
    display: inline-block;
}
.location-item {
    display: block;
    margin: 15px;
    width: 240px;
}
.image-row-item h4 {
    font-size: var(--size-p-super);
    margin-top: 40px;
    white-space: nowrap;
}

.image-hover-items-holder {
    display: flex;
    flex-direction: row;
    margin: 100px 0;
    justify-content: center;
}
.image-hover-item,
.image-hover-item-image {
    width: 400px;
    height: 400px;
    display: block;
}
.image-hover-item {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 40px;
}
.image-hover-item-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.image-hover-item .image-hover-item-image {
    background-color: var(--color-white);
    opacity: 0;
    animation: fadeOut 500ms;
}
.image-hover-item:hover .image-hover-item-image {
    /*position: relative;*/
    /*z-index: -1;*/
    opacity: 1;
    animation: fadeIn 500ms;
}

.slider-block {
    position: relative;
}
.slider-block .bx-controls {
    position: absolute;
    right: 10%;
    top: 18%;
}
.slider-block .bx-wrapper .bx-prev,
.slider-block .bx-wrapper .bx-next {
    display: block;
    position: absolute;
}
.slider-block .bx-wrapper .bx-prev.disabled,
.slider-block .bx-wrapper .bx-next.disabled {
    cursor: unset;
}
.slider-block .bx-wrapper .bx-next,
.slider-block .bx-wrapper .bx-prev {
    width: var(--size-scroll-btn);
    height: var(--size-scroll-btn);
    right: 0;
    top: 0;
    left: unset;
    font-size: 0;
    mix-blend-mode: luminosity;
}
.slider-block .bx-wrapper .bx-next {
    background-image: url("../img/2023/arrow-next.png");
    transform: rotate(0);
}
.slider-block .bx-wrapper .bx-prev {
    background-image: url("../img/2023/arrow-prev.png");
    margin-right: 100px;
    margin-top: 26px;
    width: var(--size-slider-prev);
    height: var(--size-slider-prev);
    background-size: contain;
}
.article-row {
    display: flex;
    justify-content: center;
    position: relative;
}
.article-row > * {
    width: 100%;
}
.article-quote-block-wrapper {
    margin-top: 50px;
}
.header-text-block {
    background-color: var(--color-medium-gray);
    color: var(--color-white);
    padding: 380px 100px 100px 300px;
    background-repeat: no-repeat;
    background-position: bottom 15% right 10%;
    background-size: 550px;
}

.article-header-text {
    width: 850px;
}
/* TODO: make one class for bg all cases */
.article-full-image {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
}
.article-float-image-block-wrapper,
.article-text-block-wrapper {
    margin-top: 60px;
}
.article-float-image-block,
.article-text-block-wrapper {
    width: 1300px;
}
.article-float-image-block img {
    width: 40%;
}
ol {
    margin: 40px 100px;
}
ol li {
    margin-left: 40px;
    padding: 15px 40px;
    position: relative;
}


ol li::marker {
    content: counter(list-item);
    font-family: "AxiformaRegular", sans-serif;
    font-size: var(--size-p-super);
    color: var(--color-orange);
}
@supports (-webkit-touch-callout: none) { /* ::marker for iOS */
    ol li::after {
        content: counter(list-item);
        font-family: "AxiformaRegular", sans-serif;
        font-size: var(--size-p-super);
        color: var(--color-orange);
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-100%, 100%);
        width: 15px;
        height: 15px;
    }
}
ol li::before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/2023/circle-for-number.png");
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-65%, 15%);
}
.article-quote-block {
    background-color: var(--color-blue);
    color: var(--color-white);
    display: flex;
    justify-content: center;
    padding: 150px 40px;
}
.article-quote-block * {
    color: var(--color-white)
}
.article-quote-block > * {
    margin: 0 115px;
}
.article-quote-content {
    width: 650px;
}
.article-quote-block-color-light-blue {
    background-color: var(--color-blue);
}
.article-quote-block-color-blue {
    background-color: var(--color-dark-blue);
}
.article-quote-block-color-gray {
    background-color: var(--color-medium-gray);
}
.article-quote-block-color-orange {
    background-color: var(--color-orange);
}
.article-quote-block-color-dark-orange {
    background-color: var(--color-dark-orange);
}
.article-quote-block-color-green {
    background-color: var(--color-green);
}
.article-quote-title {
    position: relative;
    font-style: italic;
}
.article-quote-title::before {
    background-image: url("../img/2023/quote-mark.png");
    content: '';
    display: block;
    width: 250px;
    height: 170px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-80%, -110%);
}
.article-quote-title::after {
    background-image: url("../img/2023/quote-mark.png");
    content: '';
    display: block;
    width: 125px;
    height: 85px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    transform: rotate(180deg) translateX(-80%);
}
.article-float-image-content {
    padding-right: 40px;
    background-color: white;
}
.article-float-image-block-wrapper {
    background-position: right top;
    background-size: auto 100%;
    display: flex;
    justify-content: center;
}
.article-float-image-block {
    padding-right: 560px;
}

.full-text-scroll-block-home p{
    font-size: var(--size-h1);
}
.full-text-scroll-block-home .scroll-centered-text {
    width: 1500px;
}
.full-text-block,
.full-text-scroll-block {
    color: var(--color-green);
    text-align: center;
    justify-content: center;
}
.full-text-block strong,
.full-text-scroll-block strong {
    font-family: inherit; /* important do not remove */
    color: var(--color-white);
    font-weight: 400;
}

.services-items {
    margin: 40px 0;
}
.service-item {
    overflow: hidden;
}
.services-image {
    position: absolute;
    right: 0;
    height: 0;
    opacity: 0;
}
.services-image.active {
    height: 100%;
    opacity: 1;
    animation: fadeIn 500ms;
}
.service-control {
    cursor: pointer;
    display: inline-block;
    padding: 20px 0;
}
.service-text {
    display: none;
    margin: 30px 0;
}
.service-item + .service-item {
    border-top: 2px solid var(--color-hr);
}
/*.service-item .service-title h4 {*/
/*    font-size: var(--size-h5);*/
/*}*/
.service-item .service-title {
    background-size: 16px 16px;
    background-position: left top 2px;
    padding-left: 40px;
    position: relative;
}
.service-item .service-title::after {
    position: absolute;
    right: -30px;
    top: 20%;
    content: " ";
    border: solid;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
}
.service-item:nth-child(4n+1) .service-title > *,
.service-item:nth-child(4n+1) .service-title {
    color: var(--color-blue);
}
.service-item:nth-child(4n+2) .service-title > *,
.service-item:nth-child(4n+2) .service-title {
    color: var(--color-green);
}
.service-item:nth-child(4n+3) .service-title > *,
.service-item:nth-child(4n+3) .service-title {
    color: var(--color-orange);
}
.service-item:nth-child(4n+4) .service-title > *,
.service-item:nth-child(4n+4) .service-title {
    color: var(--color-dark-blue);
}

.home-slider-title {
    padding-top: 40px;
    padding-bottom: 40px;
}
.block-holder .bx-wrapper{
    width: 84% !important;
    margin: 0 auto;
}
.block-holder .bx-wrapper .bx-controls-direction a{
    position: absolute;
    top: 45%;
    outline: 0;
    width: 60px;
    height: 115px;
    font-size: 0;
    z-index: 9;
    background-size: 100%;
    background-image: url(../img/2023/chevron-left.png);
    background-repeat: no-repeat;
}
.customers-banner .bx-prev{
    left: -8%;
}
.customers-banner .bx-next{
    right: -8%;
    rotate: 180deg;
}
.field-item{
    background: rgba(0,0,0,0.25);
    padding: 40px 25px;
    box-sizing: border-box;
    color: var(--color-white);
    display: flex;
    align-items: end;
    /*outline: 2px solid rgba(255, 255, 255, 0.35);*/
    position: relative;
}
.field-item::after {
    content: '';
    height: 750px;
    width: 5px;
    position: absolute;
    right: -5px;
}
.field-title{
    padding-bottom: 30px;
    position: relative;
    font-size: calc(var(--size-p) + 2px);
}
.field-title:before{
    position: absolute;
    display: block;
    content: " ";
    top: -30px;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url(../img/2023/arrow-bissectrice.png);
    background-size: 80%;
    background-repeat: no-repeat;
}
.field-text {
    display: none;
    font-size: calc(var(--size-p) - 1px);
    line-height: 30px;
    /*color: #f2f2f2;*/
}
.field-item:hover{
    background: rgba(0,0,0,0.50);
}
.field-item:hover .field-text{
    display: block;
}
.field-item:hover .field-title:before{
    display: none;
}
.arrow-part{
    width: calc(8% - 5px);
    position: absolute;
    top: 0;
}
.arrow-part.to-right{
    right: 0;
}

.field-item,
.customers-banner .image-item,
.customers-banner {
    height: 700px;
    max-height: 66vh;
}
.customers-banner .image-item,
.customers-banner {
    width: 100%;
    display: none;
    background-size: cover;
    background-position: center;
    opacity: 0;
}
.customers-banner {
    display: block;
    opacity: 1;
}
.customers-banner .image-item.active{
    display: block;
    opacity: 1;
    animation: fadeIn 200ms;
}
.customers-banner .slider-wrapper {
    position: absolute;
    top: 0;
}
.customers-banner .slider-wrapper ul {
    margin: 0;
}
.westand-columns {
    display: flex;
    justify-content: flex-start;
    padding: 40px 0;
}
.westand-columns .lightblue-bg, .westand-columns .lightgreen-bg{
    line-height: 1.2;
    font-weight: 600;
    display: inline-block;
    padding: 10px;
}
.westand-columns .lightblue-bg img, .westand-columns .lightgreen-bg img{
    margin-right: 5px;
    vertical-align: middle;
}
.westand-columns .lightblue-bg{
    background: #D9EFFF;
    color: #084C7F;
}
.westand-columns .lightgreen-bg{
    background: #D5F8AA;
    color: #678A3C;
}
.westland-column-item {
    margin-right: 30px;
}
.westland-column-item h6 {
    --size-h6: 14px;
}
.westland-column-item p + h6 {
    margin-top: calc(var(--indent-p) / 3);
}
.westland-column-item h6 + p {
    margin-top: calc(var(--indent-p) / 2);
}
.westland-column-item p + p {
    margin-top: calc(var(--indent-p) / 3);
}



.contact-popup{
    position: fixed;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    background: #fff;
    left: 0;
    top: 0;
    display: none;
}
.contact-popup .line-animated {
    line-height: 1.2;
}
.contact-popup.visible{
    display: flex;
    overflow-y: auto;
}
.contact-popup .social-media {
    justify-content: flex-start;
}
.contact-popup .social-media a {
    margin: 20px 10px;
}
.contact-left{
    width: 45%;
    color: var(--color-white);
    background: var(--color-gradient-contact);
    padding: 20vh 0;
    display: flex;
    justify-content: space-around;
    position: fixed;
    height: 100vh;
    height: 100dvh;
}
.contact-left-inner {
    width: 400px;
}
.contact-text{
    padding-top: 40px;
    padding-right: 100px;
}
.contact-right{
    width: 55%;
    padding: 20vh 100px 0 100px;
    box-sizing: border-box;
    position: relative;
    left: 45%;
}
.contact-bottom-block{
    position: absolute;
    bottom: 50px;
}
.contact-bottom-block img {
    width: 54px;
}
.contact-bottom-block .social-media a:first-child {
    margin-left: 0;
}
.contact-copyright{
    padding-top: 25px;
}
.close-popup{
    background: url(../img/line-md_close-circle.png);
    position: absolute;
    top: 80px;
    right: 100px;
    width: 60px;
    height: 60px;
    background-size: 100%;
    cursor: pointer;
}


.wpcf7{
    padding-top: 25px;
}
.wpcf7-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wpcf7-form .input-text {
    width: 45%;
    padding-top: 0;
    margin-bottom: 40px;
}
.wpcf7-form .input-textarea{
    width: 100%;
}
.wpcf7-form .input-submit{
    width: 100%;
}
.input-text label, .input-textarea label{
    color: #3a3a3a;
    padding-bottom: 5px;
}
::-webkit-input-placeholder{
    color: rgba(18, 17, 39, 0.4);
}
::placeholder {
    color: rgba(18, 17, 39, 0.4);
}
.wpcf7-form p input[type="text"], .wpcf7-form p input[type="email"] {
    height: 50px;
}
textarea {
    height: 100px;
}
.wpcf7-form p input[type="submit"] {
    background: var(--color-orange);
    color: var(--color-white);
    font-weight: 600;
    border-radius: 50px;
    width: 150px;
    padding: 20px 0;
    border: none;
    float: right;
    margin-bottom: 60px;
}
.wpcf7-not-valid{
    border: 2px solid var(--color-form-error);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: transparent;
}
.submit-holder {
    width: 100%;
    margin-top: 50px;
    text-align: right;
}
.wpcf7-spinner {
    margin: 20px 30px;
}

footer {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: var(--color-dark-blue);
}
footer > * {
    width: 1440px;
}
footer::after {
    content: '';
    display: block;
    background-image: url("../img/2023/footer-illustration.png");
    position: absolute;
    height: 100%;
    width: 400px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

.footer {
    margin-top: 130px;
}
footer {
    padding: 40px 0 20px 0;
}
.footer-logo img {
    width: 180px;
}
.footer-logo {
    position: relative;
}
.footer-logo:before,
.footer-logo:after {
    display: block;
    content: "";
    height: 2px;
    position: absolute;
    top: 43%;
    width: 37%;
    background: #FFFFFF;
    opacity: 0.2;
}
.footer-logo:before{
    left: 4%;
}
.footer-logo:after{
    right: 4%;
}
footer .btn{
    padding: 15px 60px;
    border-radius: var(--btn-radius);
}
.pre-footer-contact-box {
    width: 1000px;
    background-color: var(--color-white);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transform: translateY(-50%);
    box-shadow: 0 20px 50px rgba(18, 17, 39, 0.08);
    margin: 0 auto;
    padding: 55px 90px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
}
.social-connected img {
    padding: 20px 5px;
    width: 50px;
}
.social-media {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.contact-social > div {
    padding-left: 40px;
}
.footer-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.footer-links > * {
    padding: 10px;
}
.footer-links ul li {
    padding: 10px;
    list-style: none;
}
.footer-links ul li:first-of-type {
    padding-bottom: 20px;
}
.copyright{
    display: flex;
    justify-content: space-between;
    color: var(--color-hr);
    padding: 40px 20px 10px 20px;
    opacity: 0.6;
    position: relative;
}
.privacy-policy {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.success-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0, 0.4);
    z-index: 99;
    display: none;
}
.success-popup-inner::after {
    background: url(../img/line-md_close-circle.png);
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-size: 100%;
    cursor: pointer;
    content: '';
}
.success-popup-inner {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
}
.modal-header {
    padding-bottom: 20px;
}
.modal-header h3{
    text-align: center;
}
.modal-header h4{
    text-align: center;
    margin-top: 0;
}
.modal-content {
    text-align: center;
}