* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body, html {
    height: 100%;
    scroll-behavior: smooth;
}


body {
    font-family: 'Futura PT', "PT Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #818181;
    line-height: 110%;
    background-color: #fff;
    font-size: 16px;
}

a, img {
    border: 0;
    outline: none;
}
a {
    text-decoration: none;
}

ul, ol {
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 110%;
    margin: 0;
}
h1 {
    font-weight: 500;
    font-size: 64px;
}
h2 {
    font-size: 40px;
    font-weight: 300;
}
h3 {
    color: #000000;
    font-size: 32px;
    font-weight: normal;
}
h4 {
    color: #000000;
    font-size: 22px;
    font-weight: normal;
}
h5 {
    font-weight: 600;
    letter-spacing: 0.24em;
    color: #6D6D6D;
    text-transform: uppercase;
}
p {
    margin-bottom: 10px;
}
.links {
    font-weight: normal;
    font-size: 14px;
    color: #818181;
    position: relative;
    display: inline-flex;
    transition: 0.5s ease-in;
}
.links:after{
    transition: 0.5s ease-in;
}
.links:after,
.header__menu ul a:after,
.hidden__menu ul a:after {
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #818181;
    position: absolute;
    bottom: -4px;
    left: 0;
    
}
.links:hover:after,.header__menu ul a:hover:after,
.header__menu ul a.active:after,
.hidden__menu ul a.active:after {
    width: 100%;
}
.links--secondary {
    color: #fff;
}
.links--secondary:after,.header__menu ul a:hover:after,
.header__menu ul a.active:after,
.hidden__menu ul a.active:after  {
    background-color: #fff;
}
.links--mail {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    color: #989898;
    position: relative;
    transition: 0.5s ease-in;
}

.links--mail:after{
    clear: both;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #7F7F7F;
    position: absolute;
    bottom: -4px;
    left: 0;
    transition: 0.5s ease-in;
}
.links--mail:hover {
    color: #fff;
}
.links--mail:hover:after {
    background-color: #fff;
}
.button {
    height: 50px;
    width: 242px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    border-radius: 3px;
    border: 1px solid white;
    transition: 0.5s ease-in;
    cursor: pointer;
}
.button--main {
    background-color: #fff;
    color: #000000;
    border-color: #fff;
}
.button--main:hover {
    background-color: #606060;
    color: #fff;
    border-color: #606060;
}
.button--secondary {
    background-color: rgba(255,255,255,0);
    color: #fff;
    border-color: #Fff;
}
.button--secondary:hover{
    background-color: #fff;
    color: #000000;
    border-color: #fff;
}
.button--submit {
    background-color: #000000;
    color: #fff;
    border-color: #000000;
}
.button--submit:hover{
    background-color: #fff;
    color: #000000;
    border-color: #000000;
}
.button--auto {
    margin: 0 auto;
}
.button--cookies {
    width: 100px;
    height: 35px;
}
.cookie-block .button--cookies {
    margin-left: 15px;
}
.container {
    max-width: 1360px;
    width: 100%;
    /* min-width: 1000px; */
    padding: 0 40px;
    margin: 0 auto;
}
.brands__item-desc, .services__item-desc {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #737373;
}
.text--sans {
    font-family: "PT Sans", sans-serif;
    line-height: 1.53;   
    
}
.text--sans--sec {
    font-family: "PT Sans", sans-serif;
    line-height: 1.4;
    font-size: 14px;
}
.text--sans--sec p {
    margin-bottom: 20px;
}
.right-fl {
    text-align: right;
}

/*Header*/

.header {    
    
    padding-top: 37px;
    padding-bottom: 164px;
    color: #fff;
    position: relative;
}

.header--small {
    height: 466px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}
.header--about {
    background-image: url("../img/about-main.png");   
}
.header--formula {
    background-image: url("../img/formula-main.jpg");   
}
.header--branding {
    background-image: url("../img/branding-main.jpg");   
}
.header--expertise {
    background-image: url("../img/expertise-main.jpg"); 
}
.header--promotion {
    background-image: url("../img/promotion-main.jpg"); 
}
.header--contacts {
    background-image: url("../img/contacts-main.jpg"); 
}
.header--main {
    height: 100vh;
    max-height: 1045px;
    min-height: 850px;
}
.header__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
}
.header {
    background-size: cover;
}
.header .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.header__top,.header__menu--main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header__logo {
    justify-content: center;
    z-index: 6;
    position: relative;
}
.header__logo img {
    height: 38px;
}
.header__menu--end {
    justify-content: flex-end;
}
.header__menu ul {
    display: flex;
    column-gap: 60px;
    align-items: flex-end;
    
}
.header__menu ul a {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    position: relative;
    transition: 0.5s ease;
}
.header__menu ul a:after {
    transition: 0.5s ease;
}

.header__info {
    padding: 65px 0 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.header__title {
    width: 400px;
}
.header__title h5 {
    color: #FFFFFF;
    margin-bottom: 15px;
}
.header__desc {
    width: 500px;
    align-self: flex-end;
}
.header__desc p{
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    line-height: 1.27;
    color: #fff;
    margin-bottom: 30px;
    
}
.header__burger {
    position: relative;
    z-index: 6;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 30px;
    
    cursor: pointer;
    width: 32px;
    height: 24px;
    cursor: pointer;
}
.header__burger span {
    width: 100%;
    height: 4px;
    background-color: white;
    display: block;
    transform: translateY(10px);
}
.header__burger span::before,
.header__burger span::after {
    content: "";
    width: 100%;
    background-color: white;
    display: block;
    transition: all 0.5s ease-in-out;
    height: 4px;

}

.header__burger span::before {
    transform: translateY(-10px);

}

.header__burger span::after {
    transform: translateY(10px);
    margin-top: -4px;
}


.header__burger.burger--active span {
    background-color: transparent;
}

.header__burger.burger--active span::before {
    transform: rotateZ(45deg) translateY(0);
}

.header__burger.burger--active span::after {
    transform: rotateZ(-45deg) translateY(0);
}

.hidden__menu {
    position: absolute;
    z-index: 5;
    transform: translateY(-300%);
    top: 0;
    background: #533557;
    width: 100%;
    left: 0;
    transition: transform 0.5s ease-in-out 0.5s;
    padding-top: 50px;
    background: linear-gradient(rgba(18, 18, 18, 0.9),rgba(18, 18, 18, 0.9)), #121212 url("../img/back-footer.svg") repeat center center;
    background-size: cover;
    padding: 137px 40px 53px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.hidden__menu--active {
    top: 0;
    transform: translateY(0);
    transition: transform 0.5s ease-in-out;
}

.hidden__menu.hidden__menu--active ul li {
    opacity: 1;
    transform: translate(0,0);
}
.hidden__menu ul li {
    opacity: 0;
    transform: translate(-120%,0);
}
.hidden__menu ul {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
}

.hidden__menu ul li:nth-child(1) {
    transition: all 1s ease-in-out;
}
.hidden__menu ul li:nth-child(2) {
    transition: all 1.1s ease-in-out;
}
.hidden__menu ul li:nth-child(3) {
    transition: all 1.2s ease-in-out;
}
.hidden__menu ul li:nth-child(4) {
    transition: all 1.3s ease-in-out;
}
.hidden__menu ul li:nth-child(5) {
    transition: all 1.4s ease-in-out;
}
.hidden__menu ul li:nth-child(6) {
    transition: all 1.5s ease-in-out;
}
.hidden__menu ul li:nth-child(7) {
    transition: all 1.6s ease-in-out;
}
.hidden__menu ul a {
    text-transform: capitalize;
    font-size: 44px;
    color: #fff;
    position: relative;
}

.header__burger {
    display: none;
    
}
.header__lang--mobile {
    position: relative;
    right: 20px;
    display: none;
}
@media (min-width: 1024px) {
    .header--small__hidden {
        height: 528px;    
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 65px;
        display: flex;
        align-items: flex-end;
        position: absolute;
        top: 165px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 1280px;
        width: 100%;
    }
    .header--about__hidden {
        background-image: url("../img/about-back.png");
    }
    .header--formula__hidden {
        background-image: url("../img/formula-back.jpg");
    }
    .header--branding__hidden {
        background-image: url("../img/branding-back.jpg");
    }
    .header--expertise__hidden {
        background-image: url("../img/expertise-back.jpg");
    }
    .header--promotion__hidden {
        background-image: url("../img/promotion-back.jpg");
    }
    .header--contacts__hidden {
        background-image: url("../img/contacts-back.jpg");
    }
}

/*end Header*/

/*Welcome*/
.welcome {
    padding: 168px 0;
    background-color: #121212;
    text-align: center;
    color: #fff;
}
.welcome h5, .presentation h5, .grid h5, .grid h3, 
.presentation h2,
.title--sub {
    margin-bottom: 40px;
}
.welcome h2 {
    max-width: 1000px;
    margin: 0 auto;
}

/*end Welcome*/

/*Swiper*/
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.swiper-pagination-bullet-active {
    background-color: #121212;
}
/*End Swiper*/

/*Our brands*/
.brands {
    padding: 81px 0;
}
.brands h3 {
    margin-bottom: 100px;
    text-align: center;
}
.swiper {
    padding-bottom: 60px;
}
.brands__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 22px;
}
.brands__item-pic {
    margin-bottom: 40px;
    overflow: hidden;
    transition: 1s; 
}
.brands__item-pic img {
    transition: 1s; 
    display: block; 
}
.brands__item-pic img:hover {
    transform: scale(1.2); 
}
.brands h4, .grid h4 {
    margin-bottom: 20px;
}
.brands__item-desc  {
    margin-bottom: 25px;
}
.brands__item-links {
    display: flex;
    column-gap: 36px;

}
/*end Our brands*/
/*Services*/
.services {
    background-color: #202125;
    padding: 142px 0 107px;
    overflow: hidden;

}
.services h3 {
    margin-bottom: 127px;
    color: #fff;
}
.services h4 {
    color: #fff;
    margin-bottom: 20px;
}
.services__grid {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    column-gap: 100px;
    row-gap: 72px;
    margin-bottom: 77px;
}
.services__item-pic,
.grid__pic{
    position: relative;
    transition: all 0.5s ease;
}
/* .services__item-pic:hover:after, 
.services__item-pic:hover:before{
    opacity: 1;
    transform: scale(1);
} */
/* .services__item-pic:after{
    background: linear-gradient(rgba(18, 18, 18, 0.2),rgba(18, 18, 18, 0.2));
    position: absolute;
    content: "";
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.7s ease;
    transform: scale(0);
} */

/* .services__item-pic::before{
    position: absolute;
    content: "";
    display: block;
    top: 5%;
    left: 5%;
    right: 5%;
    bottom: 5%;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: scale(0);
    transition: all 0.7s ease;
    opacity: 0;
} */


@keyframes show{
    0%{
        opacity:0;
    }
    100% {
        opacity:1;
    }
    }


@media (min-width: 1025px) {
    .header--small__hidden {
        opacity:0; 
        transition: 0.5s;
        animation: show 1.5s 1;
        animation-fill-mode: both; 
        -webkit-animation-fill-mode:both;
        animation-delay: 0.5s; 
    }
    .welcome--about {
        padding-top: 333px;
    }
    /* .services__item-pic {
        transition: 0.5s ease-in-out;
        cursor: move;
    } */
    /* .services__item-pic:hover {
        transform: translate(-10px, -10px);
    } */
    .services__item--research {
        grid-column: 1 / span 5;
        grid-row: 1 / span 1;
    }
    .services__item--creation {
        grid-column: 6 / span 4;
        grid-row: 1 / span 1;
        justify-self: flex-end;
        position: relative;
        top: 94px;
    }
    .services__item--branding {
        grid-column: 1 / span 4;
        grid-row: 2 / span 1;
    }
    .services__item--consulting {
        grid-column: 5 / span 5;
        grid-row: 2 / span 1;
        margin-top: 166px;
        position: relative;
    }
    .presentation h2 {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
    }
    .grid__info h2 {
        width: 90%;
        margin: 0 auto;
     }
     .header__wrapper.sticky .header__logo img {
        width: 70%;
    }
    .header__wrapper.sticky .header__logo a {
        display: flex;
        justify-content: center;
    }
}
@media (min-width: 769px) {
    
}
.services__item-pic {
    margin-bottom: 49px;
}
.services__item-pic img, .brands__item-pic img{
    width: 100%;
    max-width: 100%;
}
.services__item-desc {
    color: #c9c9c9;
}
.services__item-desc:last-child{
    margin-bottom: 0;
}
/*end Services*/




/*About*/
.about {
    padding: 124px 0 162px;
    
}
.about .container {
    position: relative;
}
.about .container:after, 
.presentation:after{
    content: "";
    display: block;
    background-color: rgba(0,0,0,0.05);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
.about__row {
    height: 660px;
    padding: 0 65px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    position: relative;
    z-index: 2;
}
.about h2 {
    color: #F0F0F0;
    font-size: 128px;
    font-weight: normal;
    position: relative;
    top: -96px;
    left: 0;
}
.about__info {
    overflow: hidden;
    padding-bottom: 10px;
}
/*end About*/

/*grid*/
.grid {
    background-color: #121212;
    overflow: hidden;
}

.grid .grid__inner {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.grid .title--main {
    margin-bottom: 40px;
    color: #fff;
}
.grid__row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.grid__item {
    position: relative;
    text-align: center;
}
.grid__pic img{
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
}
.grid__pic--relax {
    background-image: url("../img/history1.jpg");
}
.grid__pic--hotel {
    background-image: url("../img/history2.jpg");
}
.grid__row--light {
    background-color: #fff;
}
.grid__row--light .grid__item-desc{
    color: #000;
}
.grid__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px;
    padding-right: 60px;
}
.grid__item-desc {
    font-size: 22px;
}
.grid__item-desc p {
    margin-bottom: 30px;
    line-height: 132%;
}
.grid__row--light .grid__info {
    text-align: center;
}
.grid__row--dark .grid__info {
    color: #fff;
    text-align: center;
}
.grid__row--dark h3 {
    color: #fff;
}
/*End grid*/

/*Seen in*/
.seenin {
    padding: 90px 0 140px;
}
.seenin h3 {
    margin-bottom: 88px;
    text-align: center;
}
.seenin__item {
    border: 1px solid #DBDBDB;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*End Seen in*/
/*Presentation*/
.presentation {
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFF;
    background-attachment: fixed;
    position: relative;
}
.presentation h5, .grid h5 {
    color: #Fff;
}
.presentation .container {
    position: relative;
    z-index: 2;
}
/*End Presentation-sec*/

/* Mission */
.mission {
    background-color: #D9D9D9;
    padding: 104px 0;
}
.columns {
    display: grid;
    column-gap: 50px;
}
.columns-4 {
    grid-template-columns: 1fr 3fr;
}
.columns-1-2 {
    grid-template-columns: 1fr 2fr;
}
.columns-2 {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px
}
.columns__pic {
    margin-bottom: 40px;
}
.columns__desc {
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 110%;
    color: #000;
}
.columns__pic img{
    width: 100%;
}
.columns__small {
    width: 70%;
    color: #525252;
    font-size: 16px;
}
.columns--data {
    font-size: 20px;
    color: #525252;
}
.column__info {
    margin-bottom: 102px;
}
/* End Mission */


/* Key Facts*/
.facts {
    padding: 90px 0;
    text-align: center;
}
.facts h3 {    
    margin-bottom: 60px;
}
.facts__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 40px;
}
.facts__item-pic {
    margin-bottom: 20px;
}
.facts__item-pic img {
    width: 100%;
}
.facts__item-desc {
    color: #737373;
    margin-bottom: 0;
}
.facts__item h4 {
    margin-bottom: 20px;
}
/* End Key Facts*/

/*feedback*/
section.feedback {
    padding-bottom: 200px;
}
.feedback__form {
    display: grid;
    row-gap: 50px;
}
.feedback__row {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.feedback__item--title {
    font-size: 22px;
    margin-bottom: 36px;
}
.contacts h3 {
    margin-bottom: 20px;
}
.contacts {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}
.contacts__address p {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.67;
    font-size: 14px;
}
.contacts__email .links--mail {
    color: #000;
    font-family: "PT Sans", sans-serif;
}
.contacts__social .footer__social {
    justify-content: start;
}
/*end feedback*/
/*promotion */
section.promotion {
    padding-bottom: 120px;
}
.promotion div.facts__item-desc {
    color: #737373;
    color: #737373;
}
/*end promotion*/
/*Consultansy*/
.consultansy {
    padding: 60px 0;
    
}
.consultansy .grid__row--dark .grid__info {
    text-align: left;
    color: #fff;
    justify-content: space-between;
    column-gap: 30px;
}
.consultansy .columns__desc {
    color: #fff;
}
.grid__item-help {
    color: #ABABAB;
    font-size: 16px;
}
.grid__item-help li {
    border-top: 1px solid #5D5D5D;
    padding: 30px 60px 30px 0;
}
/*End Consultansy*/
.grid--pages {
    padding-top: 333px;
    padding-bottom: 60px;
}
.section--light {
    background-color: #fff;
    color: #000;
}
.section--light .facts__item-desc {
    color: #000;
}
.section--dark {
    background-color: #121212;
    color: #fff;
}
.section--dark h3,
.section--dark .columns__desc{
    color: #fff;
}
.section--dark .columns--data {
    color: #ABABAB;
}

.cookie-block {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(10, 10, 9, 0.5);
    backdrop-filter: blur(15px);
    height: 50px;
    display: none;
}
.cookie-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Footer*/
.footer {
    background: linear-gradient(rgba(18, 18, 18, 0.8),rgba(18, 18, 18, 0.8)), #121212 url("../img/back-footer.svg") repeat center center;
    background-size: cover;
    padding: 83px 0 144px;
    overflow: hidden;
    background-attachment: fixed;
}
.footer__logo {
    margin-bottom: 230px;
}
.footer__row {
    display: flex;
    justify-content: center;
    align-items: center;
    /* grid-template-columns: repeat(3, 1fr); */
    text-align: center;
}
.footer h5 {
    margin-bottom: 34px;

}
.footer__address {
    margin-bottom: 25px;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.67;
    font-size: 14px;
    color: #fff;
}
.footer__social, .header__social{
    display: flex;
    justify-content: center;
    gap: 28px;
}
.header__social {
    justify-content: flex-start;
}
.footer__social a svg path, 
.footer__social a,
.header__social a svg path, 
.header__social a{
    transition: 0.5s ease-in;
}
.footer__social a:hover svg path ,
.header__social a:hover svg path {
    fill: #fff;
}
.footer__social a:hover {
    transform: scale(1.1);
}
/*end footer*/
/*upbtn*/
.upbtn {
    z-index: 9999;
    width: 40px;
    height: 40px;
    color: #FFF;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    border:3px solid #fff;
    /* border-radius:; */
    transform: scale(0);
    transition: all .7s ease-in-out;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #202125;
    background-size: 50%;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ5MS44NTggNDkxLjg1OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDkxLjg1OCA0OTEuODU4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ5MS44NTgsNDQyLjQ2MWMwLDEzLjkzMS0xMS4yOTMsMjUuMjI0LTI1LjIyNCwyNS4yMjRMMjQ1LjkzLDM3My4wOTdMMjUuMjI0LDQ2Ny42ODYgICAgQzExLjI5Miw0NjcuNjg2LDAsNDU2LjM5MiwwLDQ0Mi40NjFMMjI3LjAxMSwzMi41OGMwLDAsMTguOTE4LTE4LjkxOCwzNy44MzQsMEMyODMuNzY0LDUxLjQ5OSw0OTEuODU4LDQ0Mi40NjEsNDkxLjg1OCw0NDIuNDYxeiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=)
}
.upbtn.--active {
    transform: scale(1);
}
/*ANIMATION*/

        
    .header__title.anim {
        transform: translate(-120%,0);
        opacity: 0;
        transition: all 1s ease 0s;
    }
    .header__desc.anim {
        transform: translate(120%,0);
        opacity: 0;
        transition: all 1s ease 0s;
    }
    .welcome .anim,
    .about h2.anim, 
    .presentation .anim > *{
        transform: translate(0, 120%);
        opacity: 0;
        transition: all 1s ease 0s;
    }
    .brands h3.anim,
    .services h3.anim,
    .footer__logo.anim,
    .seenin h3.anim,
    .presentation .anim h2,
    .facts h3.anim, 
    .about__info.anim > *,
    .grid__wrapper.anim .grid__row,
    .title.anim, .columns__item.anim > *  {
        transform: translate(0, 120%);
        opacity: 0;
        transition: all 1.2s ease 0s;
    }

    .footer .container.anim .footer__row,
    .grid__wrapper.anim .grid__info {
        transform: translate(0, 120%);
        opacity: 0;
        transition: all 1.6s ease 0s;
    }
    .welcome .anim.--active,
    .brands h3.anim.--active,
    .services h3.anim.--active,
    .footer__logo.anim.--active,
    .footer .container.anim.--active .footer__row,
    .header__desc.anim.--active,
    .header__title.anim.--active,
    .about h2.anim.--active,
    .seenin h3.anim.--active,
    .presentation .anim.--active >*,
    .facts h3.anim.--active,
    .about__info.anim.--active > * ,
    .grid__wrapper.anim.--active .grid__row,
    .grid__wrapper.anim.--active .grid__info,
    .title.anim.--active,.columns__item.anim.--active > *
    {
        transform: translate(0%, 0%);
        opacity: 1;
    }


    .services .anim .services__item {
        transform: translate(90%, 120%);
        opacity: 0;
        transition: all 1.2s ease 0s;
    }
    .services .anim.--active .services__item{
        transform: translate(0, 0);
        opacity: 1;
    }

    .brands .swiper-wrapper.anim .brands__item,
    .seenin .swiper-wrapper.anim .seenin__item,
    .facts__row.anim .facts__item{
        transform: scale(0);
        transition: all 1.6s ease;
    }
    .brands .swiper-wrapper.anim.--active .brands__item,
    .seenin .swiper-wrapper.anim.--active .seenin__item,
    .facts__row.anim.--active .facts__item
    {
        transform: scale(1);
    }


/******FORM ELEMENTS******/
button, input, optgroup, select, textarea {
    font-family: 'Futura PT', "PT Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    line-height: 110%;
    font-size: 16px;
    outline: 0;
}
.form-control {
    display: block;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
}
.form-control {
    padding: 0 15px;
    height: 57px;
    border: 1px solid #D3D3D3;
    width: 100%;
}
.form-control.error, .form-control.error:hover {
    border: 1px solid #FF2E53;
    color: #FF2E53;
}
.error-txt {
    color: #FF2E53;
    margin-top: 8px;
    margin-left: 8px;
}
.form-control:focus {
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0,0,0,0.5);
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0,0,0,0.5)
}
textarea.form-control {
    resize: none;
    /* height: 100%; */
    padding-top: 18px;
    padding-bottom: 18px;
    height: 396px;
}
.header__menu-lang {
    position: relative;
}
.select--lang { 
    display: block; 
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    position: relative;
    transition: 0.5s ease;
    padding: 0 1.4em 0 .8em; 
    width: 62px; 
    /* max-width: 100%;  */
    box-sizing: border-box; 
    margin: 0; 
    border: 0;
    box-shadow: none; 
    border-radius: 0;
     -moz-appearance: none;
     -webkit-appearance: none;
     appearance: none;
     background-color: rgba(255, 255, 255, 0); 
    background-image: url('../img/arrow-select.svg'), linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%); 
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%; 
}
.header__lang--mobile .select--lang {
    width: 60px;
    padding: 0 1.8em 0 0.8em; 
    background-position: right .5em top 50%, 0 0;
}
.select--lang option,
.select--lang option:hover,
.select--lang option:focus,
.select--lang option:active,
.select--lang option:checked {
    color: black;
}
#hidden__response {
    font-size: 26px;
    color: rgb(14, 182, 48);
}
#hidden__response.error {
    color: #FF2E53;
}
.header__wrapper-fixed {
    height: 60px;
}
.header__wrapper {
    transition: background 0.5s ease-in;
}
.header__wrapper.sticky {   
    background: rgba(10, 10, 9, 0.5);    
    border-radius: 5px;
    backdrop-filter: blur(15px);
    padding: 10px 40px;
    height: 60px;
    width: 100%;
    max-width: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}

