[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    -webkit-transition-duration: 3s;
    -o-transition-duration: 3s;
    transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s;
}


[data-aos][data-aos][data-aos-duration="4000"],
body[data-aos-duration="4000"] [data-aos] {
    -webkit-transition-duration: 4s;
    -o-transition-duration: 4s;
    transition-duration: 4s;
}
[data-aos][data-aos][data-aos-delay="4000"],
body[data-aos-delay="4000"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="4000"].aos-animate,
body[data-aos-delay="4000"] [data-aos].aos-animate {
    -webkit-transition-delay: 4s;
    -o-transition-delay: 4s;
    transition-delay: 4s;
}

[data-aos][data-aos][data-aos-duration="5000"],
body[data-aos-duration="5000"] [data-aos] {
    -webkit-transition-duration: 5s;
    -o-transition-duration: 5s;
    transition-duration: 5s;
}
[data-aos][data-aos][data-aos-delay="5000"],
body[data-aos-delay="5000"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="5000"].aos-animate,
body[data-aos-delay="5000"] [data-aos].aos-animate {
    -webkit-transition-delay: 5s;
    -o-transition-delay: 5s;
    transition-delay: 5s;
}

html,body{
    scroll-behavior: initial;
}
html,body{
    width: 100%;
    min-height: 100%;
    height: auto;
}
body{
    font-family: 'MabryPro';
    font-weight: normal;
    font-style: normal;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    line-height: normal;
    min-width: 320px;
    background: #020202;
    overflow-x: hidden;
}


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 1;
    outline: 0!important;
}

p {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.6px;
    color: #FFF;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

h1 {
    font-weight: 500;
    font-size: 72px;
    letter-spacing: -1px;
    text-transform: uppercase;
}
h2 {
    font-weight: 500;
    font-size: 54px;
    letter-spacing: -1px;
    text-transform: uppercase;
    line-height: 96%;
}
h3 {
    font-weight: normal;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -0.72px;
    text-transform: uppercase;
}

::-moz-selection {
    background: rgb(2 2 2);
    color: #F60C0B;
}

::selection {
    background: rgb(2 2 2);
    color: #F60C0B;
}
::-moz-selection {
    background: rgb(2 2 2);
    color: #F60C0B;
}

a {
    -webkit-user-select: none;
    text-decoration:none;
    outline:none;
    color: #FFF;
    opacity: 1;
    will-change: transform;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
a.no-transition {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
a:hover {
    text-decoration:none;
    /* color: #F60C0B; */
}
a:active {
    text-decoration:none;
}

ul {
    padding: 0;
    margin: 0;
}
li{
    list-style-type: none;
}

input, textarea {
    -webkit-appearance:none;
    -moz-appearance:none;
}


body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px transparent;
    -webkit-box-shadow: inset 0 0 6px transparent;
    background-color: #F5F5F5;

}
body::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    -webkit-transition: cubic-bezier(0.09, 0.83, 0.31, 0.99) 1s;
    transition: cubic-bezier(0.09, 0.83, 0.31, 0.99) 1s;
}
body::-webkit-scrollbar-thumb {
    background: #020202;
} 

input, select, textarea {
    width: 100%;
    padding: 30px 0;
    background: transparent;
    height: 92px;
    line-height: 1.4;
    border: 0;
    font-style: normal;
    border: 0;
    font-weight: 500;
    font-size: 22px;
    font-weight: 400;
    font-family: 'MabryPro';
}


.wrapper__header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: 1s headerShow ease;
    animation: 1s headerShow ease;
    /* height: 100vh; */
    pointer-events: none;
}

@-webkit-keyframes headerShow {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes headerShow {
    from { opacity: 0; }
    to { opacity: 1; }
}



/*  */

.wrapper {
    position: relative;
    overflow: hidden;
}


.wrapper__load {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #020202;
    z-index: 99999;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.wrapper__load.show {
    opacity: 1;
}

.container {
    /* padding: 0 66px; */
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 26px 64px;
    background: transparent;
    position: relative;
    z-index: 2;
    /* pointer-events: all; */
}

.header:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: -o-linear-gradient(top, #020202 16%, rgb(2 2 2 / 50%) 44%, rgb(2 2 2 / 0%) 98%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(16%, #020202), color-stop(44%, rgb(2 2 2 / 50%)), color-stop(98%, rgb(2 2 2 / 0%)));
    background: linear-gradient(180deg, #020202 16%, rgb(2 2 2 / 50%) 44%, rgb(2 2 2 / 0%) 98%);
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: calc(100% + 50px);
    pointer-events: none;
}

.header._overlay:before {
    opacity: 0.5;
}

html {
    font-size: 10px;
}

.header__logo {
    position: relative;
    pointer-events: all;
}

.header__logo-text {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -1px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    white-space: nowrap;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    pointer-events: none;
}

.wrapper__header:not(.wrapper__header_main) .header__logo-text {
    display: none;
}

._logo .header__logo-text {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
}

.header__logo-img {
    display: inline-block;
    width: 216px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
}

.wrapper__header:not(.wrapper__header_main) .header__logo-img {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.header__logo-img svg {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}

.header__logo-img:hover svg {
    opacity: 0.7;
}

.wrapper__header_main .header__logo-img {
    pointer-events: none;
}

._logo .header__logo-img {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.header__logo-img svg {
    width: 100%;
}

.header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: all;
}

.header-button {
    position: relative;
    background: #FFF;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-button._burger {
    background: transparent;
}

.header-button__text {
    position: relative;
    color: #000;
    padding: 10px 24px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.06rem;
    text-transform: uppercase;
    z-index: 3;
}

.header-button__burger {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-right: 24px;
    width: 56px;
    height: 24px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3;
    pointer-events: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-button__burger:after, .header-button__burger:before {
    content: '';
    display: block;
    position: absolute;
    width: auto;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    background: #000000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-button__burger:after {
    -webkit-transform: rotate(0deg) translate(0px, 5px) scale(1);
    -ms-transform: rotate(0deg) translate(0px, 5px) scale(1);
    transform: rotate(0deg) translate(0px, 5px) scale(1);
}

.header-button__burger:before {
    -webkit-transform: rotate(0deg) translate(0px, -5px) scale(1);
    -ms-transform: rotate(0deg) translate(0px, -5px) scale(1);
    transform: rotate(0deg) translate(0px, -5px) scale(1);
}

._active .header-button__burger:after {
    -webkit-transform: rotate(45deg) translate(18px, -12px) scale(0.5);
    -ms-transform: rotate(45deg) translate(18px, -12px) scale(0.5);
    transform: rotate(45deg) translate(18px, -12px) scale(0.5);
    height: 3px;
}

._active .header-button__burger:before {
    -webkit-transform: rotate(-45deg) translate(12px,18px) scale(0.5);
    -ms-transform: rotate(-45deg) translate(12px,18px) scale(0.5);
    transform: rotate(-45deg) translate(12px,18px) scale(0.5);
    height: 3px;
}


.header-button__menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    /* height: 46px; */
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    pointer-events: none;
}

._active .header-button__menu {
    pointer-events: initial;
}

.header-button__back {
    position: absolute;
    top: 0;
    right: 0;
    height: 46px;
    width: 100%;
    border-radius: 40px;
    background: #FFF;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}


._active .header-button__back {
    width: 448px;
    right: 0;
    border-radius: 16px;
    height: 100% !important;
    /* transition-delay: 0.5s; */
}


._active .header-button__menu {
    width: 448px;
}

.header-menu {
    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;
    text-align: center;
    padding: 70px 36px 14px;
    color: #000000;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
}

._active .header-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.header-button._burger .header-button__text {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    padding-right: 104px;
}

.header-button._burger._active .header-button__text {
    -webkit-transform: translateX(-384px);
    -ms-transform: translateX(-384px);
    transform: translateX(-384px);
    opacity: 0;
}

.header-menu__list {
    margin-bottom: 48px;
}

.header-menu__list-item {
    display: block;
    color: #000000;
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.header-menu__list-item:nth-last-child(1) {
    margin-bottom: 0;
}

.header-menu__email {
    margin-bottom: 55px;
}

.header-menu__email a {
    display: inline-block;
    color: #000000;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.header-menu__socials {width: 72%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-ms-flex-line-pack: center;align-content: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding-right: 13px;}

.header-menu__socials a {
    display: block;
    color: #000000;
    margin: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -1px;
    text-transform: uppercase;
    z-index: 1;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: unset;
    padding: 19px 20px 7px 0;
}

.header-menu__socials a:before {
    content: '';
    display: block;
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: 1;
}

.header-menu__email a:hover {
    color: #F60C0B;
}

.header-menu__socials a:hover {
    color: #F60C0B;
}



.wrapper__main {}

.wrapper__main-cont {
    background: #020202;
}

.mainpage {
    position: relative;
    z-index: 2;
}

.mainpage__firstscreen {}

.firstscreen {
    position: relative;
    padding-top: 122px;
    /* max-width: 1920px; */
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.firstscreen__mainletters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    z-index: 2;
    /* margin-bottom: 130px; */
    overflow: hidden;
    max-width: 100%;
    pointer-events: none;
}

.firstscreen__mainletters-item {
    position: relative;
    /* height: 261px; */
    height: 13.91vw;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-animation: 1s mainletter cubic-bezier(.5,.37,.32,.82) forwards;
    animation: 1s mainletter cubic-bezier(.5,.37,.32,.82) forwards;
}

@-webkit-keyframes mainletter {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes mainletter {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.firstscreen__mainletters-item svg {
    position: relative;
    width: unset;
    width: unset;
    width: unset;
    height: 100%;
    /* width: 100%; */
}

.firstscreen__mainletters-item._t {
    left: -60px;
}

.firstscreen__mainletters-item._f {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}
.firstscreen__mainletters-item._l {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.firstscreen__mainletters-item._a {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
}
.firstscreen__mainletters-item._t {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.firstscreen__mainletters-item._1 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}
.firstscreen__mainletters-item._2 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}


.firstscreen__scroll {
    position: relative;
    z-index: 2;
    font-size: 32px;
    text-align: center;
}

.firstscreen__video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    pointer-events: all;
    background: #020202;
}
.firstscreen__video:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    background: -o-linear-gradient(bottom, #020202 0%, rgba(14, 14, 16, 0.00) 100%, #0D0C0C 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#020202), color-stop(100%, rgba(14, 14, 16, 0.00)), to(#0D0C0C));
    background: linear-gradient(0deg, #020202 0%, rgba(14, 14, 16, 0.00) 100%, #0D0C0C 100%);
}

.firstscreen__video video {
    -o-object-fit: cover;
    object-fit: cover;
}

.firstscreen__textblock {
    position: relative;
    margin-top: 254px;
    z-index: 2;
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
}

.firstscreen-textblock__title {
    font-size: 96px;
    margin-bottom: 40px;
}

.firstscreen-textblock__text {
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -2px;
    text-transform: uppercase;
    padding: 0 16px;
}

.firstscreen-textblock {
    position: relative;
    text-align: center;
    max-width: 1500px;
}

/* .firstscreen-textblock:before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    background: -o-linear-gradient(bottom, #020202 0%, rgba(7, 7, 7, 0.51) 55.41%, rgba(13, 12, 12, 0.00) 100%, rgba(13, 12, 12, 0.00) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#020202), color-stop(55.41%, rgba(7, 7, 7, 0.51)), color-stop(100%, rgba(13, 12, 12, 0.00)), to(rgba(13, 12, 12, 0.00)));
    background: linear-gradient(0deg, #020202 0%, rgba(7, 7, 7, 0.51) 55.41%, rgba(13, 12, 12, 0.00) 100%, rgba(13, 12, 12, 0.00) 100%);
    z-index: -1;
} */

.firstscreen-textblock:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -297px;
    left: -66px;
    right: -66px;
    height: 0;
    background: -o-linear-gradient(top, #020202 0%, rgba(7, 7, 7, 0.51) 55.41%, rgba(13, 12, 12, 0.00) 100%, rgba(13, 12, 12, 0.00) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(55.41%, rgba(7, 7, 7, 0.51)), color-stop(100%, rgba(13, 12, 12, 0.00)), to(rgba(13, 12, 12, 0.00)));
    background: linear-gradient(180deg, #020202 0%, rgba(7, 7, 7, 0.51) 55.41%, rgba(13, 12, 12, 0.00) 100%, rgba(13, 12, 12, 0.00) 100%);
    z-index: -1;
}

.text-red {
    color: #F60C0B;
}

.mainpage__selected {
    position: relative;
    z-index: 2;
    padding-top: 140px;
    margin-bottom: 234px;
    /* overflow: hidden; */
}

.shape-animated-wrap {
    /* overflow: hidden; */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
    width: 100%;
    /* height: 0; */
}

.mainpage-scroll {
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    opacity: 0.3;
    line-height: 120%;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.mainpage-scroll:after {
    content: '';
    display: block;
    height: 120px;
    margin-top: 48px;
}

.mainpage-scroll:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 120px);
    margin: 0 auto;
    width: 1px;
    height: 0px;
    background: #FFF;
}

.aos-animate.mainpage-scroll:before {
    -webkit-animation: 1.2s scrollBlockLine ease-out forwards;
    animation: 1.2s scrollBlockLine ease-out forwards;
    -webkit-animation-delay: 0.0s;
    animation-delay: 0.0s;
}

@-webkit-keyframes scrollBlockLine {
    0% {
        height: 0px;
    }
    50% {
        height: 0px;
    }
    100% {
        height: 120px;
    }
}

@keyframes scrollBlockLine {
    0% {
        height: 0px;
    }
    50% {
        height: 0px;
    }
    100% {
        height: 120px;
    }
}

.h0 {
    font-size: 240px;
    letter-spacing: -12px;
    line-height: 88%;
}

.selected {
    position: relative;
    padding-top: 80px;
}

.selected__title {
    text-align: center;
    margin-bottom: 60px;
}

.text-dark {
    color: #000;
}

.selected__slider {
    max-width: 1900px;
    margin: 0 auto;
}

.selected__slider.mw-container {
    margin-bottom: 400px;
}

.selected-slide {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
    border-radius: 1.6rem;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 42px 50px 47px;
    margin-bottom: 48px;
    cursor: none;
}

.selected-slide__labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.selected-slide__labels-item {
    position: relative;
    width: 160px;
    height: 160px;
    margin-left: -50px;
    z-index: 2;
    background: #FFF;
    -webkit-filter: drop-shadow(0px 4px 6.7px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 6.7px rgba(0, 0, 0, 0.25));
    border-radius: 50%;
}

.selected-slide__labels-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.selected-slide__tags {
    position: relative;
    margin-top: auto;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}

.selected-slide__tags-item {
    margin-right: 8px;
    border-radius: 32px;
    padding: 10px 24px;
    background: rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(16.799999237060547px);
    backdrop-filter: blur(16.799999237060547px);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #FFF;
}

.selected-slide__title {
    position: relative;
    font-size: 64px;
    font-weight: 500;
    letter-spacing: -3px;
    text-transform: uppercase;
    color: #FFF;
    z-index: 2;
}

.selected__button {
    text-align: center;
}

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 32px 52px;
    background: #FFF;
    color: #020202;
    border-radius: 80px;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: -2px;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
}

.button.button_more {
    font-size: 32px;
    padding: 24px 48px;
}

.selected-slide__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    background: #000;
}

.selected-slide__back {
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px;
    margin: auto;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0.00) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.79)), to(rgba(0, 0, 0, 0.00)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0.00) 100%);
}

/* .selected-slide__img:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0.00) 100%);
} */

.selected-slide__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.selected-slide:hover .selected-slide__img img {
    /* transform: scale(1.05); */
}

.services {
    position: relative;
    /* margin-top: 8rem; */
}






.services__hidden {
    display: none;
    opacity: 0;
    pointer-events: none;
}

.services__hidden-item {
    height: 768px !important;
}

/* .services__container {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: calc(100% + 192px);
} */

/* .services__sticky {
    position: sticky;
    top: 120px;
    width: 100%;
    height: 960px;
    perspective: 100rem;
    overflow: hidden;
} */

/* .services__list {
    padding: unset;
    grid-column-end: span 24;
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transform-origin: 50% 50%;
} */

.services__list {

}

.services__list {

}

.services__list-item {
    text-align: center;
    font-size: 140px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.7rem;
    text-transform: uppercase;
    /* height: 100%; */
}

.mainpage__services {
    position: relative;
    /* margin-bottom: 18.3rem; */
    /* padding-top: 190px; */
}

.mainpage__awards {
    position: relative;
    margin-top: -192px;
    z-index: 2;
    padding-bottom: 300px;
}

.awards {
    position: relative;
    margin-top: 80px;
    padding-bottom: 232px;
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 80px;
}

.awards__text {
    /* position: sticky; */
    /* top: 290px; */
    font-size: 96px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -5px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}

.awards-text {

}

.awards__cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 37px 1fr 37px 1fr 37px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 37px;
    grid-row-gap: 20px;
}

.awards__cards > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.awards__cards > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.awards__cards > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.awards__cards > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.awards-card {
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: space-between; */
    /* position: relative; */
    /* height: 420px; */
    /* padding: 20px 40px 44px; */
    /* overflow: hidden; */
    /* border-radius: 32px; */
    /* background: rgba(0, 0, 0, 0.43); */
    /* backdrop-filter: blur(12.899999618530273px); */
    /* transition: 0.3s; */
}

.awards-card:hover {
    /* background: #F60C0B; */
}

.awards-card__number {
    display: inline-block;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    font-size: 96px;
    line-height: 130%;
    letter-spacing: -5px;
    text-transform: uppercase;
    z-index: 1;
    color: #FFF;
}

.awards-card__number span {
    display: block;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 1;
    position: absolute;
    top: 22px;
    right: -44px;
}

.awards-card__subtitle {
    position: relative;
    margin-top: -3px;
    margin-bottom: auto;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: -1px;
    text-transform: uppercase;
    z-index: 2;
    color: #FFF;
}

.awards-card__title {
    position: relative;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -1px;
    text-transform: uppercase;
    z-index: 2;
    color: #FFF;
}

.awards-card__img {
    position: absolute;
    top: 38px;
    right: 0;
    width: 303px;
    height: 344px;
    z-index: 1;
    opacity: .3;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.awards-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.awards-card:nth-child(even) {
    top: 8rem;
}


.awards-card__plus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.awards-card__plus-ico {
    position: relative;
    width: 64px;
    height: 64px;
    margin-bottom: 48px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.awards-card__plus-ico:after, .awards-card__plus-ico:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #FFF;
}

.awards-card__plus-ico:after {
    width: 100%;
    height: 4px;
}

.awards-card__plus-ico:before {
    width: 4px;
    height: 100%;
}

.awards-card__plus-title {
    font-size: 26px;
    color: #FFF;
    line-height: 130%;
    letter-spacing: -1.3px;
    text-transform: uppercase;
}

.awards-card:hover .awards-card__plus-ico {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}



.wrapper__footer {
    position: relative;
    z-index: 1;
}

.footer-board {
    position: relative;
    padding: 234px 82px 194px;
    padding: 0;
    height: 100vh;
    text-align: center;
    z-index: 1;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* overflow: hidden; */
   /*  top: -10px; */
}

.footer-board__background {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* border-radius: 3.2rem; */
    background: #020202;
    z-index: -1;
}

.footer-board__title {
    font-size: 120px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -7px;
    text-transform: uppercase;
    margin-bottom: 53px;
}

.footer-board__button {
    margin-bottom: 100px;
}

.footer-board__text {
    font-size: 32px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -1px;

}

.footer-board__text a {
    margin-left: 1rem;
    color: #FFF;
}

.footer-board__text a:hover {
    color: #F60C0B;
}

.footer-board__images {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    z-index: 4;
}

.footer-board__images-item {
    position: absolute;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.footer-board__images-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

._show .footer-board__images-item {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.footer-board__images-item:nth-child(1) {
    top: -700px;
    left: -813px;
    width: 117px;
    height: 122px;
    -webkit-transition-delay: 0.0s;
    -o-transition-delay: 0.0s;
    transition-delay: 0.0s;
}
.footer-board__images-item:nth-child(2) {
    top: -600px;
    right: -886px;
    width: 276px;
    height: 208px;
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.footer-board__images-item:nth-child(3) {
    top: 190px;
    left: -967px;
    width: 319px;
    height: 318px;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.footer-board__images-item:nth-child(4) {
    top: 160px;
    right: -1041px;
    width: 374px;
    height: 311px;
    -webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

.wrapper__footer-info {}

.footer-info {
    padding-bottom: 0px;
}

.footer-info__top {
    margin-bottom: 91px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-info__top-left {
    width: 50%;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-we {
    font-size: 64px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -3px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.footer-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.footer-contacts__item {
    margin-right: 60px;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: -1px;
    /* text-transform: uppercase; */
    color: #FFF;
    /* border-bottom: 2px solid; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-contacts__item:hover {
    color: #020202;
}

.footer-info__top-right {
    width: 50%;
}

.footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-links__col {
    width: calc(100% / 3);
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-links__col-block {}

.footer-links__col-block-title {font-size: 16px;font-weight: 500;line-height: 130%;letter-spacing: -1px;text-transform: uppercase;color: #fff;margin-bottom: 16px;opacity: .3;}

.footer-links__col-block-list {

}

.footer-links__item {
    display: block;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 22px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #FFF;
}

.footer-links__item:hover {
    opacity: 0.4;
}

.footer-links__item.totop {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: .3;
}

.footer-links__item.totop span {
    display: block;
}

.footer-links__item.totop svg {
    content: '';
    display: block;
    position: relative;
    top: -1px;
    padding-left: 8px;
    height: 25px;
    width: 35px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer-links__item.totop:hover {
    color: #ffffff;
    opacity: 1;
}

.footer-links__item.totop svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer-links__item.totop:hover svg path {
    stroke: #ffffff;
}

.footer-info__logo {
    margin-bottom: 48px;
}

.footer-info__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -1px;
    /* text-transform: uppercase; */
    opacity: 0.3;
    color: #fff;
    text-transform: uppercase;
}

.footer-info__bottom-text {
}

.footer-links__item:nth-last-child(1) {
    margin-bottom: 0;
}

.footer-info__logo img {
    width: 100%;
}








.workspage {
    position: relative;
    z-index: 1;
    padding-bottom: 140px;
}

.workspage__title {
    padding-top: 152px;
}

.workspage__title-text {
    font-size: 307px;
    letter-spacing: -15px;
    line-height: 1;
}

.workspage__filters {
    margin-bottom: 80px;
}

.workspage-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    /* border: 0.2rem solid #FFF; */
    border-bottom: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 3;
}

.workspage-filters__item {
    position: relative;
    width: 100%;
    padding: 32px 30px;
    padding-bottom: 0;
    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;
}



.workspage-filters:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 0;
    width: 0%;
    border: 0px solid rgba(255, 255, 255, 0.20);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-color: transparent;
    pointer-events: none;
}

.aos-animate.workspage-filters:after {
    -webkit-animation: 1.2s lineFiltersDraw ease-out forwards;
    animation: 1.2s lineFiltersDraw ease-out forwards;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

@-webkit-keyframes lineFiltersDraw {
    0% {
        width: 0%;
        height: 0%;
        border: 0px solid rgba(255, 255, 255, 0.20);
    }
    1% {
        border: 2px solid rgba(255, 255, 255, 0.20);
        border-bottom-color: transparent;
    }
    50% {
        width: 100%;
        height: 0%;
    }
    100% {
        width: 100%;
        height: 57px;
        border: 2px solid rgba(255, 255, 255, 1);
        border-bottom-color: transparent;
    }
}

@keyframes lineFiltersDraw {
    0% {
        width: 0%;
        height: 0%;
        border: 0px solid rgba(255, 255, 255, 0.20);
    }
    1% {
        border: 2px solid rgba(255, 255, 255, 0.20);
        border-bottom-color: transparent;
    }
    50% {
        width: 100%;
        height: 0%;
    }
    100% {
        width: 100%;
        height: 57px;
        border: 2px solid rgba(255, 255, 255, 1);
        border-bottom-color: transparent;
    }
}

.workspage-filters__item:not(:nth-last-child(1)):after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: -2px;
    margin: 0 auto;
    height: 0%;
    width: 2px;
    background: rgba(255, 255, 255, 1);
}

.aos-animate .workspage-filters__item:not(:nth-last-child(1)):after {
    -webkit-animation: 1.2s lineFiltersItemsDraw ease-out forwards;
    animation: 1.2s lineFiltersItemsDraw ease-out forwards;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

@-webkit-keyframes lineFiltersItemsDraw {
    0% {
        height: 0%;
    }
    50% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}

@keyframes lineFiltersItemsDraw {
    0% {
        height: 0%;
    }
    50% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}



.workspage-filters__item-input {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    height: 100%;
    cursor: pointer;
}

.workspage-filters__item-text {
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.workspage-filters__item-num {
    position: absolute;
    font-size: 16px;
    top: 0;
    right: -32px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.workspage-filters__item:nth-last-child(1) {
    border-right: 0;
}

.workspage__cards {
    background: transparent;
}

.workspage-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-bottom: 32px;
}

.workspage-cards > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.workspage-cards > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.workspage-cards__item {
    overflow: hidden;
    border-radius: 8px;
    background: rgb(255 255 255 / 3%);
    padding: 16px;
    cursor: pointer;
}

.workspage-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
}

.workspage-card__top {
    position: relative;
}

.workspage-card__img {
    border-radius: 8px;
    height: 510px;
    overflow: hidden;
    margin-bottom: 16px;
}

.workspage-card__img img,
.workspage-card__img video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.workspage-card__pins {
    position: absolute;
    top: 21px;
    right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.workspage-card__pins-item {
    margin-left: 8px;
    padding: 10px 24px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.04);
    -webkit-backdrop-filter: blur(16.799999237060547px);
    backdrop-filter: blur(16.799999237060547px);
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.workspage-card__labels {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 40px;
    left: 70px;
}

.workspage-card__labels-item {
    position: relative;
    width: 120px;
    height: 120px;
    margin-left: -30px;
    z-index: 2;
    background: #FFF;
    -webkit-filter: drop-shadow(0px 4px 6.7px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 6.7px rgba(0, 0, 0, 0.25));
    border-radius: 50%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.workspage-card__labels-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.workspage-card__info {
    padding: 0 8px;
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.workspage-card__info-text {
    color: rgba(255, 255, 255, 0.19);
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.6px;
    text-transform: uppercase;
    margin-bottom: 48px;
}

.workspage-card__info-title {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -1px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.workspage-card__info-title:after {
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    background: url('../img/ar-t-r-white.svg') no-repeat center;
    background-size: contain;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.workspage-cards__item:hover .workspage-card__info-title:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}











.about {
    position: relative;
    z-index: 4;
}

.about__title {
    position: relative;
    /* padding-top: 150px; */
    /* padding-bottom: 90px; */
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about__title:after, .about__title:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 6;
}

.about__title:after {
    /* bottom: 0; */
    /* height: 200px; */
    /* background: linear-gradient(180deg, rgba(2, 2, 2, 0.00) 0%, #F60C0B 66%); */
}

.about__title:before {
    /* bottom: -200px; */
    /* height: 200px; */
    /* background: linear-gradient(0deg, rgba(2, 2, 2, 0.00) 0%, #F60C0B 66%); */
}

.about__title-text {
    position: relative;
    text-align: center;
    z-index: 2;
}

.about__title-text span {
    display: block;
    font-size: 240px;
    line-height: 88%;
    letter-spacing: -12px;
    text-transform: uppercase;
}

.about__principles {
    position: relative;
    z-index: 10;
    padding-top: 100px;
}

.about-principles {
    /* padding-top: 109px; */
}

.about-principles__text {
    width: 70%;
    margin: 0 auto;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -2px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}

.about-principles__title {
    /* position: sticky; */
    top: 100px;
    /* padding-top: 64px; */
    font-size: 230px;
    line-height: 88%;
    letter-spacing: -11px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 90px;
}

.about-principles__cards {
    /* max-width: 1900px; */
    /* margin: 0 auto; */
    margin-top: -650px;
}

.about-principles-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}

.about-principles-cards > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.about-principles-cards > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.about-principles-cards > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.about-principles-cards > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.about-principles-cards__item {
    position: relative;
    padding: 52px 49px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.about-principles-cards__item:nth-child(even) {
    top: 6.8rem;
}

.about-principles-cards__item-img {
    width: 125px;
    height: 125px;
    margin-bottom: 5vw;
}

.about-principles-cards__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.about-principles-cards__item-title {
    font-size: 40px;
    line-height: 110%;
    letter-spacing: -2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500;
}

.about-principles-cards__item-text {
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -1px;
    /**  text-transform: uppercase; **/
}

.about__recognition {
    position: relative;
    padding-bottom: 317px;
    z-index: 6;
}

.about-recognition {
    position: relative;
    padding-top: 138px;
    z-index: 2;
}

.about-recognition__title {
    font-size: 254px;
    line-height: 88%;
    letter-spacing: -13px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 90px;
}

.about-recognition__table {}

.about-recognition__table-head {
    padding: 0 0 17px;
    border-bottom: 2px solid #ffffff36;
}

.about-recognition__table-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 13% 12% 24% 34% 13% 4%;
    grid-template-columns: 13% 12% 24% 34% 13% 4%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.about-recognition__table-row > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.about-recognition__table-row > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.about-recognition__table-row > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.about-recognition__table-row > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
}

.about-recognition__table-row > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.about-recognition__table-row > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
}

.about-recognition__table-head .about-recognition__table-cell {
    color: rgba(255, 255, 255, 0.28);
    font-size: 22px;
    letter-spacing: -1px;
    padding: 0;
    border: 0 !important;
}

.about-recognition__table-cell {
    padding: 20px 0 18px;
    font-size: 22px;
    letter-spacing: -1px;
    padding-right: 42px;
    /* pointer-events: none; */
}

.about-recognition__table-cell._link .about-recognition__table-cell {
    padding-right: 0;
    text-align: right;
}

.about-recognition__table-rows:not(:nth-last-child(1)) {
    border-bottom: 2px solid #ffffff36;
}

.about-recognition__table-cell._name,
.about-recognition__table-cell._category,
.about-recognition__table-cell._year,
.about-recognition__table-cell._link {
    border-bottom: 2px solid #ffffff36;
}

.about-recognition__table-rows:not(:nth-last-child(1)) .about-recognition__table-row:nth-last-child(1) .about-recognition__table-cell {
    border-bottom: 0;
}

.about-recognition__table-img {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 4px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}

.about-recognition__table-row:hover .about-recognition__table-img {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.about-recognition__table-body .about-recognition__table-row:hover .about-recognition__table-cell._name,
.about-recognition__table-body .about-recognition__table-row:hover .about-recognition__table-cell._category,
.about-recognition__table-body .about-recognition__table-row:hover .about-recognition__table-cell._year,
.about-recognition__table-body .about-recognition__table-row:hover .about-recognition__table-cell._link {
    opacity: 0.5;
}

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

.about-recognition__table-cell._link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 0;
    z-index: 4;
}

.about-recognition__table-link {
    display: block;
    position: relative;
    width: 28px;
    height: 28px;
    z-index: 3;
}

.about-recognition__table-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.about-projects {
}

.about__projects {
    /* padding-bottom: 231px; */
    position: relative;
    z-index: 6;
    padding-bottom: 100px;
}

.about-projects__title {
    text-align: center;
    margin-bottom: 48px;
}

.about-projects__title-small {
    display: block;
    font-size: 128px;
    letter-spacing: -6px;
    line-height: 80%;
}

.about-projects__title-big {
    display: block;
    font-size: 228px;
    letter-spacing: -11px;
    line-height: 1;
}

.about-projects__sliders {
    overflow: hidden;
    margin-bottom: 80px;
}

.about-projects-slider:not(:nth-last-child(1)) {
    margin-bottom: 20px;
}

.about-projects-slider .swiper-slide {
    width: 716px;
    height: 450px;
    margin-right: 24px;
    overflow: hidden;
    border-radius: 16px;
}

.about-projects-slider .swiper-slide .slider-project-item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-projects__button {
    text-align: center;
}





.contacts {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-bottom: 140px;
}

.contacts__title {
    padding-top: 190px;
    margin-bottom: 27px;
}

.contacts-title {
    text-align: center;
}

.contacts-title__small {
    font-size: 128px;
    line-height: 96%;
}

.contacts-title__big {
    font-size: 217px;
    line-height: 88%;
    letter-spacing: -13px;
}

.contacts__animblocks {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 204px;
}

.contacts__animblocks > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.contacts__animblocks > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.contacts-animblock {
    position: relative;
    padding: 68px 0 70px;
}

.contacts-animblock__cont {
    position: relative;
    text-align: center;
    padding: 0 180px;
}

.contacts-animblock__dscrp {
    font-size: 25.746px;
    font-size: 25px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.contacts-animblock__title {
    font-size: 67px;
    letter-spacing: -3px;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 500;
    line-height: 110%;
}

.contacts-animblock__icos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 62px;
    margin-bottom: 64px;
}

.contacts-animblock__icos-item {
    height: 100%;
}


.button.button_contacts {
    font-size: 24px;
    padding: 20px 32px;
}

.contacts-animblock:nth-child(odd) .contacts-animblock__cont {
}

.contacts-animblock:not(:nth-last-child(2)) {
    margin-bottom: 51px;
}

.contacts-animblock:nth-child(odd):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    margin: auto;
    height: 0;
    width: 0;
    border: 0px solid rgba(255, 255, 255, 0.20);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-color: transparent;
    -webkit-transform: translateX(calc(50% - 2px));
    -ms-transform: translateX(calc(50% - 2px));
    transform: translateX(calc(50% - 2px));
}

.contacts-animblock:nth-child(odd):after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto;
    height: 0;
    width: 0%;
    border: 0px solid rgba(255, 255, 255, 0.20);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-color: transparent;
    -webkit-transform: translateX(calc(50% - 2px));
    -ms-transform: translateX(calc(50% - 2px));
    transform: translateX(calc(50% - 2px));
}

.aos-animate.contacts-animblock:nth-child(odd):before {
    -webkit-animation: 1.2s lineDrawTop ease-out forwards;
    animation: 1.2s lineDrawTop ease-out forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes lineDrawTop {
    0% {
        width: 0%;
        height: 0%;
        border: 0px solid rgba(255, 255, 255, 0.20);
    }
    1% {
        border: 2px solid rgba(255, 255, 255, 0.20);
        border-bottom-color: transparent;
    }
    50% {
        width: calc(200% - 4px);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        height: 0%;
    }
    100% {
        width: calc(200% - 4px);
        height: 57px;
        border: 2px solid rgba(255, 255, 255, 0.20);
        border-bottom-color: transparent;
    }
}

@keyframes lineDrawTop {
    0% {
        width: 0%;
        height: 0%;
        border: 0px solid rgba(255, 255, 255, 0.20);
    }
    1% {
        border: 2px solid rgba(255, 255, 255, 0.20);
        border-bottom-color: transparent;
    }
    50% {
        width: calc(200% - 4px);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        height: 0%;
    }
    100% {
        width: calc(200% - 4px);
        height: 57px;
        border: 2px solid rgba(255, 255, 255, 0.20);
        border-bottom-color: transparent;
    }
}

.aos-animate.contacts-animblock:nth-child(odd):after {
    -webkit-animation: 1.2s lineDrawBottom ease-out forwards;
    animation: 1.2s lineDrawBottom ease-out forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes lineDrawBottom {
    0% {
        width: 0%;
        height: 0%;
        border: 0px solid rgba(255, 255, 255, 0.20);
    }
    1% {
        border: 2px solid rgba(255, 255, 255, 0.20);
        border-bottom-color: transparent;
    }
    50% {
        width: calc(200% - 4px);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        height: 0%;
    }
    100% {
        width: calc(200% - 4px);
        height: 57px;
        border: 2px solid rgba(255, 255, 255, 0.20);
        border-top-color: transparent;
    }
}

@keyframes lineDrawBottom {
    0% {
        width: 0%;
        height: 0%;
        border: 0px solid rgba(255, 255, 255, 0.20);
    }
    1% {
        border: 2px solid rgba(255, 255, 255, 0.20);
        border-bottom-color: transparent;
    }
    50% {
        width: calc(200% - 4px);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        height: 0%;
    }
    100% {
        width: calc(200% - 4px);
        height: 57px;
        border: 2px solid rgba(255, 255, 255, 0.20);
        border-top-color: transparent;
    }
}

.contacts-animblock:nth-child(odd) .contacts-animblock__cont:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 0%;
    background: rgba(255, 255, 255);
}

.aos-animate .contacts-animblock__cont:after {
    -webkit-animation: 0.8s lineSideDraw ease-out forwards;
    animation: 0.8s lineSideDraw ease-out forwards;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@-webkit-keyframes lineSideDraw {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}

@keyframes lineSideDraw {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}

.contacts-follow__title {
    /* position: sticky; */
    /* top: 346px; */
    font-size: 158px;
    line-height: 88%;
    letter-spacing: -12px;
    text-align: center;
    margin-bottom: 77px;
    /* margin-top: -288px; */
    position: relative;
}

.contacts__follow {
    padding-bottom: 184px;
}

.contacts-follow__cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts-follow__cards > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.contacts-follow__cards > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.contacts-follow__cards > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.contacts-follow__cards > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.contacts-follow__cards > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
}

.contacts-follow__cards-item {
    position: relative;
    height: 220px;
    width: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}

.contacts-follow__cards-item:hover {
    /* background: #F60C0B; */
    /* transform: scale(1.1); */
}

.contacts-follow__cards-item:nth-child(even) {
    top: 66px;
}

.contacts-follow__cards-item-ico {
    /* width: 48px; */
    /* height: 48px; */
    margin-bottom: 15px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.contacts-follow__cards-item-ico svg {
    width: 100%;
    height: 100%;
}

.contacts-follow__cards-item-title {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFF;
}



.errorpage {
    height: 100vh;
    position: relative;
    padding: 149px 0 42px;
    z-index: 2;
}

.errorpage__img {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.errorpage .container {
    height: 100%;
}

.errorpage__img svg {
    width: 100%;
}


.errorpage__cont {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.errorpage__text {
    text-align: center;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -1.28px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.button.button_errorpage {
    padding: 20px 32px;
    font-size: 24px;
    letter-spacing: -0.96px;
}



.textpage {
    position: relative;
    padding: 144px 0 300px;
    z-index: 2;
}

.textpage__title {
    text-align: center;
    font-size: 231px;
    letter-spacing: -12px;
    line-height: 96%;
    margin-bottom: 25px;
}

.textpage__sides {
    position: relative;
}

.textpage__sides-row:nth-last-child(1):before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 57px;
    width: 100%;
    border: 2px solid rgba(255, 255, 255, 0.20);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-color: transparent;
}

.textpage__sides-row:nth-child(1):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 0;
    width: 0%;
    border: 0px solid rgba(255, 255, 255, 0.20);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-color: transparent;
}

.textpage__sides-row:nth-child(1):before {
    -webkit-animation: 1.2s lineTextDrawTop ease-out forwards;
    animation: 1.2s lineTextDrawTop ease-out forwards;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.textpage__sides-row:nth-last-child(1):before {
    -webkit-animation: 1.2s lineTextDrawBottom ease-out forwards;
    animation: 1.2s lineTextDrawBottom ease-out forwards;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@-webkit-keyframes lineTextDrawTop {
    0% {
        width: 0%;
        height: 0%;
        border: 0px solid rgba(255, 255, 255, 0.20);
    }
    1% {
        border: 2px solid rgba(255, 255, 255, 0.20);
        border-bottom-color: transparent;
    }
    50% {
        width: 100%;
        height: 0%;
    }
    100% {
        width: 100%;
        height: 57px;
        border: 2px solid rgba(255, 255, 255, 0.20);
        border-bottom-color: transparent;
    }
}

@keyframes lineTextDrawTop {
    0% {
        width: 0%;
        height: 0%;
        border: 0px solid rgba(255, 255, 255, 0.20);
    }
    1% {
        border: 2px solid rgba(255, 255, 255, 0.20);
        border-bottom-color: transparent;
    }
    50% {
        width: 100%;
        height: 0%;
    }
    100% {
        width: 100%;
        height: 57px;
        border: 2px solid rgba(255, 255, 255, 0.20);
        border-bottom-color: transparent;
    }
}

@-webkit-keyframes lineTextDrawBottom {
    0% {
        width: 0%;
        height: 0%;
        border: 0px solid rgba(255, 255, 255, 0.20);
    }
    1% {
        border: 2px solid rgba(255, 255, 255, 0.20);
        border-bottom-color: transparent;
    }
    50% {
        width: 100%;
        height: 0%;
    }
    100% {
        width: 100%;
        height: 57px;
        border: 2px solid rgba(255, 255, 255, 0.20);
        border-top-color: transparent;
    }
}

@keyframes lineTextDrawBottom {
    0% {
        width: 0%;
        height: 0%;
        border: 0px solid rgba(255, 255, 255, 0.20);
    }
    1% {
        border: 2px solid rgba(255, 255, 255, 0.20);
        border-bottom-color: transparent;
    }
    50% {
        width: 100%;
        height: 0%;
    }
    100% {
        width: 100%;
        height: 57px;
        border: 2px solid rgba(255, 255, 255, 0.20);
        border-top-color: transparent;
    }
}

.textpage__sides-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 42px 56px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.textpage__sides-row:not(:nth-last-child(1)):after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 2px;
    width: 0%;
    background: rgba(255, 255, 255, 0.20);
    -webkit-animation: 1.2s lineTextDrawRegular ease-out forwards;
    animation: 1.2s lineTextDrawRegular ease-out forwards;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@-webkit-keyframes lineTextDrawRegular {
    0% {
        width: 0%;
    }
    50% {
        width: 0%;
    }
    100% {
        width: calc(100% - 112px);
    }
}

@keyframes lineTextDrawRegular {
    0% {
        width: 0%;
    }
    50% {
        width: 0%;
    }
    100% {
        width: calc(100% - 112px);
    }
}

.textpage__sides-row-title {
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -2px;
    text-transform: uppercase;
    width: 50%;
    padding-right: 38px;
    position: sticky;
    top: 100px;
}

.textpage__sides-text {
    width: 50%;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -1px;
}

.textpage__sides-text p {
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -1px;
    margin-bottom: 24px;
}

.textpage__sides-text a {
    /* color: #FD2424; */
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    /* background: #000; */
    border-bottom: 1px solid;
}

.textpage__sides-text a:hover {
    border-bottom: 1px solid;
}

.textpage__sides-row:nth-child(1) {
    padding-top: 80px;
}

.textpage__sides-row:nth-last-child(1) {
    padding-bottom: 80px;
    border: 0;
}







.projectpage {
    padding-bottom: 140px;
}

.projectpage__firstscreen {
    position: relative;
    height: 83vh;
    min-height: 600px;
}

.projectpage__firstscreen-img {
    height: 100%;
    overflow: hidden;
}

.projectpage__firstscreen-img img, .projectpage__firstscreen-img video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.projectpage__firstscreen .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.projectpage-firstscreen {
    position: relative;
    height: 100%;
}

.projectpage-firstscreen__link {
    position: absolute;
    left: 0;
    bottom: 48px;
    left: 64px;
}

.projectpage-firstscreen-link {
    display: block;
    border-radius: 50%;
    background-color: #00000073;
    -webkit-backdrop-filter: blur(9.550000190734863px);
    backdrop-filter: blur(9.550000190734863px);
    width: 72px;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.projectpage-firstscreen-link:hover {
    background-color: #00000053;
}

.projectpage-firstscreen-link svg {
    width: 88%;
}

.projectpage-firstscreen__labels {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 45px;
    right: 64px;
}

.projectpage-firstscreen__labels-item {
    width: 140px;
    height: 140px;
    margin-left: -25px;
    -webkit-filter: drop-shadow(0px 4px 6.7px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 6.7px rgba(0, 0, 0, 0.25));
}

.projectpage-firstscreen__labels-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.projectpage__info {
    padding-bottom: 101px;
}

.projectpage-info {
    margin-bottom: 64px;
}

.projectpage-info__title {
    font-size: 96px;
    line-height: 100%;
    letter-spacing: -5px;
    text-transform: uppercase;
    padding-top: 56px;
    padding-bottom: 38px;
    /* border-bottom: 2px solid rgba(255, 255, 255, 0.10); */
    position: relative;
}

.projectpage-info__sides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.projectpage-info__sides-l {
    width: 50%;
}

.projectpage-info__sides-r {
    width: 50%;
}

.projectpage-info__contswrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.projectpage-info__conts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.projectpage-info__conts-item {
    width: 50%;
    margin-bottom: 30px;
}

.projectpage-info__conts-item-title {
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -1px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 500;
    opacity: 0.2;
}

.projectpage-info__conts-item-text {
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.6px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 500;
}

.projectpage-info__bigtext {
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 32px;
}

.projectpage-info__regulartext {
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -1px;
    font-weight: 400;
}

.projectpage-info__mainlink a:hover {
    color: #F60C0B;
}

.projectpage-info__mainlink a {
    display: inline-block;
    position: relative;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -2px;
    text-transform: uppercase;
}

.projectpage-info__mainlink a:after {
    /* content: ''; */
    /* display: block; */
    /* position: absolute; */
    /* right: -48px; */
    /* top: -1px; */
    /* width: 42px; */
    /* height: 42px; */
    /* background: url('../img/ar-t-r-white.svg') no-repeat center; */
    /* background-size: contain; */
    /* transition: 0.3s; */
}

.projectpage-info__mainlink a:hover:after {
    background: url('../img/ar-t-r-white-h.svg') no-repeat center;
    background-size: contain;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.projectpage__gallery {
    margin-bottom: 80px;
}

.projectpage__gallery-row {
    display: -ms-grid;
    display: grid;
    margin-bottom: 64px;
}

.projectpage__gallery-row._horiz {}

.projectpage__gallery-row._square {
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
}

.projectpage__gallery-row._square .projectpage__gallery-item {
}

.projectpage__gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.projectpage__gallery-row._horiz .projectpage__gallery-item {
}

.projectpage__gallery-row:nth-last-child(1) {
    margin-bottom: 0;
}

.projectpage__gallery-item img, .projectpage__gallery-item video {
    width: 101%;
    height: 101%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: relative;
    top: -1px;
}

.projectpage-info__title + .projectpage-info__sides {
    padding-top: 49px;
}

.projectpage-info__titleleft {
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -2px;
    text-transform: uppercase;
}

.button.button_projectpage {
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -2px;
}

.projectpage__button {
    margin-bottom: 126px;
}

.projectpage__share-title {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 49px;
}

.projectpage__share-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.projectpage__share-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 103px;
    height: 103px;
    margin: 0 11px;
    background: #11111157;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.projectpage__share-link:hover {
    background: #111111;
}

.projectpage__share-link img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
}

.projectpage__share {
    margin-bottom: 175px;
}



.projectpage__others {
    padding-bottom: 100px;
}

.projectpage__others-grid {
    position: relative;
    z-index: 2;
}

.projectpage__others-grid:before {
    content: '';
    display: block;
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    height: 200px;
    background: -o-linear-gradient(top, rgba(2, 2, 2, 0.00) 0%, #020202 66%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 2, 2, 0.00)), color-stop(66%, #020202));
    background: linear-gradient(180deg, rgba(2, 2, 2, 0.00) 0%, #020202 66%);
    z-index: -1;
}

.projectpage__others-title {
    position: sticky;
    top: 148px;
    text-align: center;
    font-size: 12.8vw;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -10px;
    text-transform: uppercase;
    margin-bottom: 77px;
}





.formpage {
    position: relative;
    /* padding-top: 166px; */
    padding-bottom: 54px;
    z-index: 2;
    min-height: 1056px;
    padding-bottom: 160px;
}

.formpage._thanks {
    /* height: 960px; */
}

.formpage__title {
    position: sticky;
    top: 100px;
    text-align: center;
    font-size: 138px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -7px;
}

.formpage__container {
    /* margin-top: -54px; */
}

.formpage__title-wrap {
    padding-top: 166px;
    margin-bottom: 30px;
}

.formpage__title span {
    display: block;
}


.formpage-formblock__form {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    z-index: 1;
}

.formpage-form {
    text-align: center;
    padding: 66px 66px 66px;
    border-radius: 16px;
    background: rgba(45, 45, 45, 0.12);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    opacity: 0;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

.formpage-form.show {
    opacity: 1;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.formpage-form__fieldsblocks {}

.formpage-form__fieldsblock {
    position: relative;
    padding: 64px 0 54px;
}

.formpage-form__title {
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -2px;
    margin-bottom: 24px;
}

.formpage-form__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.formpage-form__checkboxes {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}

.formpage-form__checkboxes-item {
    position: relative;
    margin: 0 5px;
    margin-bottom: 10px;
    font-weight: 500;
    border-radius: 40px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.formpage-form__checkboxes-item-input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    cursor: pointer;
}

.formpage-form__checkboxes-item-text {font-size: 24px;line-height: 120%;letter-spacing: -1px;text-transform: uppercase;color: #FFF;background: rgba(255, 255, 255, 0.04);padding: 20px 32px;-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}

.formpage-form__fieldsblock:nth-child(1) {
    padding-top: 0;
}

.formpage-form__fieldsblock:nth-last-child(1) {
    padding-bottom: 0;
}

.formpage-form__textareablock {
    width: 100%;
}

.formpage-form__textarea {
    border: 2px solid rgba(255, 255, 255, 0.20);
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -1px;
    min-height: 220px;
    padding: 20px;
    margin-bottom: 24px;
    font-family: 'MabryPro';
    resize: none;
    color:#fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

._val .formpage-form__textarea {
    border: 2px solid #FFF;
}






.formpage-form__file {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.formpage-form__file-input {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    font-size: 0;
    cursor: pointer;
    z-index: 2;
    padding: 0;
    height: 34px;
}

input[type=file], input[type=file]::-webkit-file-upload-button {
    cursor: pointer;
}

.formpage-form__file-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    position: relative;
}

/* .formpage-form__file:not(.notempty):hover .formpage-form__file-text {
    opacity: 0.6;
} */

.formpage-form__file-text.hover {
    opacity: 0.6;
}

.formpage-form__file-text span {
    display: block;
    margin-left: 13px;
    font-size: 27px;
    letter-spacing: -1px;
    line-height: 120%;
    font-weight: 500;
}



input::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
input:-moz-placeholder, textarea:-moz-placeholder,
input::-moz-placeholder, textarea::-moz-placeholder,
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-family: 'MabryPro';
    color: rgb(255 255 255 / 30%);
    font-weight: 500;
    font-size: 26px;
    letter-spacing: -0.44px;
    text-transform: uppercase;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
    background: #ffffff !important;
}


textarea::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px transparent;
    -webkit-box-shadow: inset 0 0 6px transparent;
    background-color: #020202;

}
textarea::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    -webkit-transition: cubic-bezier(0.09, 0.83, 0.31, 0.99) 1s;
    transition: cubic-bezier(0.09, 0.83, 0.31, 0.99) 1s;
}
textarea::-webkit-scrollbar-thumb {
    background: #F5F5F5;
    cursor: pointer;
}

.formpage-form__privacy {
    width: 80%;
    margin: 0 auto;
    padding: 64px 0;
    color: rgb(255 255 255 / 40%);
    font-size: 24px;
}

.formpage-form__textinputs {}

.formpage-form__textinputs-item {
    position: relative;
    margin-bottom: 40px;
}

.formpage-form__textinputs-item input {
    padding: 24px 0;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -1px;
    color: rgb(255 255 255 / 30%);
}

._val.formpage-form__textinputs-item input {
    color: #FFF;
}

.formpage-form__privacy a {
    color: rgb(255 255 255 / 40%);
    border-bottom: 1px solid;
}

.formpage-form__privacy a:hover {
    color: rgb(255 255 255 / 100%);
}

.formpage-form__button {}

.button_formpage {
    padding: 24px 48px;
    font-size: 40px;
    letter-spacing: -2px;
}

.formpage-formblock__thanks {
    position: relative;
    display: none;
    height: 100vh;
    /* display: flex; */
}

.formpage-form__textinputs-item:nth-last-child(1) {
    margin-bottom: 0;
}

.input-line {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background: #FFF;
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

._val .input-line {
    width: 100%;
}

.formpage-form__checkboxes-item:hover .formpage-form__checkboxes-item-text {
    color: #020202;
    background: #FFF;
}

.formpage-form__checkboxes-item-input:checked + .formpage-form__checkboxes-item-text {
    color: #020202;
    background: #FFF;
}

.formpage-form__fieldsblock:not(:nth-last-child(1)):after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 100%;
    background: url('../img/line.svg') no-repeat center;
    background-size: contain;
    z-index: 2;
}

.formpage-form__textinputs-item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: rgba(255, 255, 255, 0.20);
    z-index: 1;
}


.formpage-thanks {
    /* height: 0; */
    text-align: center;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.formpage-thanks.show {
    /* opacity: 1; */
    /* margin-top: 0; */
    /* height: 1000px; */
}

.formpage-thanks__pic {
    width: 373px;
    /**  height: 373px;**/
    margin: 0 auto;
    margin-bottom: 42px;
}

.formpage-thanks__pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.formpage-thanks__title {
    font-size: 138px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -7px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.formpage-thanks__text {
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -2px;
    width: 998px;
    margin: 0 auto;
}



.tippy-box {
    font-size: 19px;
    background-color: #020202;
    text-transform: uppercase;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.tippy-content {
    padding: 8px 12px;
}


.shape-animated {
    position: absolute;
}

.shape-animated div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #F60C0B;
    border-radius: 999px;
    -webkit-animation: ease-in-out infinite;
    animation: ease-in-out infinite;
}


.shape-animated._1 {
    top: 21%;
    bottom: auto;
    left: -22%;
    right: auto;
    -webkit-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    transform: rotate(14deg);
}

.shape-animated._1 div {
    z-index: 0;
    background-image: -o-linear-gradient(73deg,#F60C0B45,#F60C0B);
    background-image: linear-gradient(17deg,#F60C0B45,#F60C0B);
    -webkit-filter: blur(92px);
    filter: blur(92px);
    /* width: 100%; */
    /* height: 100%; */
    -webkit-animation-name: shape_1;
    animation-name: shape_1;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
}

@-webkit-keyframes shape_1 {
    0% {
        -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotate(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotate(0deg) rotateZ(0deg) skew(0deg, 0deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        will-change: transform;
    }
    50% {
        -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotate(0deg)  rotateZ(16deg) skew(0deg, 0deg);
        transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotate(0deg)  rotateZ(16deg) skew(0deg, 0deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        will-change: transform;
    }
    100% {
        -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotate(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotate(0deg) rotateZ(0deg) skew(0deg, 0deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        will-change: transform;
    }
}

@keyframes shape_1 {
    0% {
        -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotate(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotate(0deg) rotateZ(0deg) skew(0deg, 0deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        will-change: transform;
    }
    50% {
        -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotate(0deg)  rotateZ(16deg) skew(0deg, 0deg);
        transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotate(0deg)  rotateZ(16deg) skew(0deg, 0deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        will-change: transform;
    }
    100% {
        -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotate(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotate(0deg) rotateZ(0deg) skew(0deg, 0deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        will-change: transform;
    }
}

.shape-animated._2 {
    top: 21%;
    bottom: auto;
    left: auto;
    right: 52%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.shape-animated._2 div {
    z-index: 0;
    background-image: -o-linear-gradient(73deg,#F60C0B45,#F60C0B);
    background-image: linear-gradient(17deg,#F60C0B45,#F60C0B);
    -webkit-filter: blur(92px);
    filter: blur(92px);
    width: 100%;
    height: 100%;
    -webkit-animation-name: shape_2;
    animation-name: shape_2;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}

@-webkit-keyframes shape_2 {
    0% {
        -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotate(0deg)  rotateZ(-42deg) skew(0deg, 0deg);
        transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotate(0deg)  rotateZ(-42deg) skew(0deg, 0deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        will-change: transform;
    }
    50% {
        -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotate(0deg) rotateZ(-26deg) skew(0deg, 0deg);
        transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotate(0deg) rotateZ(-26deg) skew(0deg, 0deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        will-change: transform;
    }
    100% {
        -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotate(0deg)  rotateZ(-42deg) skew(0deg, 0deg);
        transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotate(0deg)  rotateZ(-42deg) skew(0deg, 0deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        will-change: transform;
    }
}

@keyframes shape_2 {
    0% {
        -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotate(0deg)  rotateZ(-42deg) skew(0deg, 0deg);
        transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotate(0deg)  rotateZ(-42deg) skew(0deg, 0deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        will-change: transform;
    }
    50% {
        -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotate(0deg) rotateZ(-26deg) skew(0deg, 0deg);
        transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotate(0deg) rotateZ(-26deg) skew(0deg, 0deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        will-change: transform;
    }
    100% {
        -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotate(0deg)  rotateZ(-42deg) skew(0deg, 0deg);
        transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotate(0deg)  rotateZ(-42deg) skew(0deg, 0deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        will-change: transform;
    }
}


.mainpage__selected .shape-animated._1 {
    top: 256px;
    bottom: auto;
    left: -22%;
    right: auto;
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
    width: 84vw;
    height: 576px;
}

.mainpage__selected .shape-animated._2 {
    top: 366px;
    bottom: auto;
    left: auto;
    right: -9%;
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
    width: 80vw;
    height: 576px;
}

.mainpage__awards .shape-animated._1 {
    top: 12%;
    bottom: auto;
    left: -20%;
    right: auto;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    width: 1652px;
    height: 1237px;
}

.mainpage__awards .shape-animated._2 {
    top: 14%;
    bottom: auto;
    left: auto;
    right: -12%;
    -webkit-transform: rotate(23deg);
    -ms-transform: rotate(23deg);
    transform: rotate(23deg);
    width: 1397px;
    height: 1297px;
}

.workspage .shape-animated._1 {
    top: -11%;
    bottom: auto;
    left: -22%;
    right: auto;
    -webkit-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    transform: rotate(-13deg);
    width: 1421px;
    height: 576px;
}

.workspage .shape-animated._2 {
    top: -14%;
    bottom: auto;
    left: auto;
    right: -1%;
    -webkit-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    transform: rotate(43deg);
    width: 1421px;
    height: 576px;
}

.wrapper__footer .shape-animated-wrap {
    transform: rotate(180deg) translateY(-300px);
}

.wrapper__footer .shape-animated._1 {
    top: auto;
    bottom: 20%;
    left: -22%;
    right: auto;
    -webkit-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    transform: rotate(-13deg);
    width: 1681px;
    height: 786px;
}

.wrapper__footer .shape-animated._2 {
    top: auto;
    bottom: 15%;
    left: auto;
    right: -11%;
    -webkit-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    transform: rotate(43deg);
    width: 1421px;
    height: 576px;
}

.about > .shape-animated-wrap .shape-animated._1 {
    top: 0;
    bottom: 0;
    left: -22%;
    right: auto;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    width: 1421px;
    height: 787px;
    width: 74vw;
    height: 78vh;
}

.about > .shape-animated-wrap .shape-animated._2 {
    top: -6%;
    bottom: auto;
    left: auto;
    right: -14%;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    width: 1458px;
    height: 960px;
    /* width: 77vw; */
    /* height: 50vw; */
}

.about__recognition .shape-animated._1 {
    top: 35%;
    bottom: auto;
    left: -23%;
    right: auto;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    width: 1421px;
    height: 826px;
}

.about__recognition .shape-animated._2 {
    top: 31%;
    bottom: auto;
    left: auto;
    right: -15%;
    -webkit-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    transform: rotate(17deg);
    width: 1421px;
    height: 768px;
}

.contacts > .shape-animated-wrap .shape-animated._1 {
    top: -9%;
    bottom: auto;
    left: -22%;
    right: auto;
    -webkit-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    transform: rotate(-13deg);
    width: 1421px;
    height: 787px;
}

.contacts > .shape-animated-wrap .shape-animated._2 {
    top: -12%;
    bottom: auto;
    left: auto;
    right: -14%;
    -webkit-transform: rotate(41deg);
    -ms-transform: rotate(41deg);
    transform: rotate(41deg);
    width: 1709px;
    height: 864px;
}

.errorpage .shape-animated._1 {
    top: 35%;
    bottom: auto;
    left: -23%;
    right: auto;
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
    width: 1421px;
    height: 826px;
}

.errorpage .shape-animated._2 {
    top: 31%;
    bottom: auto;
    left: auto;
    right: -15%;
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
    width: 1613px;
    height: 768px;
}

.errorpage .shape-animated._1 div {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.textpage .shape-animated._1 {
    top: -13%;
    bottom: auto;
    left: -22%;
    right: auto;
    -webkit-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    transform: rotate(-13deg);
    width: 1421px;
    height: 787px;
}

.textpage .shape-animated._2 {
    top: -20%;
    bottom: auto;
    left: auto;
    right: -18%;
    -webkit-transform: rotate(41deg);
    -ms-transform: rotate(41deg);
    transform: rotate(41deg);
    width: 1709px;
    height: 864px;
}

.formpage .shape-animated._1 {
    top: -6%;
    bottom: auto;
    left: -22%;
    right: auto;
    -webkit-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    transform: rotate(-13deg);
    width: 1421px;
    height: 787px;
}

.formpage .shape-animated._2 {
    top: -7%;
    bottom: auto;
    left: auto;
    right: -18%;
    -webkit-transform: rotate(41deg);
    -ms-transform: rotate(41deg);
    transform: rotate(41deg);
    width: 1709px;
    height: 864px;
}



.workspage-filters__item-input:checked + .workspage-filters__item-text .workspage-filters__item-num {
    opacity: 1;
}

.workspage-filters__item-name {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.workspage-filters__item-input:checked + .workspage-filters__item-text .workspage-filters__item-name  {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.workspage-cards__item:hover .workspage-card__img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}


.workspage-filters__item:hover .workspage-filters__item-input:not(:checked) + .workspage-filters__item-text {
    opacity: 0.5;
}




.about__images {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* overflow: hidden; */
}

.about__images-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 190px;
    aspect-ratio: 1.1;
    opacity: 0;
    overflow: hidden;
    will-change: transform, filter;
    z-index: 3;
    border-radius: 8px;
}

.about__images-item-inner {
    background-position: 50% 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-size: cover;
    position: absolute;
    top: calc(-1* 20px / 2);
    left: calc(-1* 20px / 2);
}


label.error {
    position: absolute;
    bottom: -32px;
    left: 0;
    font-size: 18px;
    letter-spacing: -0.9px;
    color: #FF2C2C;
}

input.error ~ .input-line {
    background: red;
    width: 100%;
}





.file-uploader__message-area {
    display: none;
}

.file-list {
    margin-top: 25px;
}

.file-list li {
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.6;
    /* transition: 0.3s; */
}

.file-list li span {
    display: block;
    max-width: 700px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /* transition: 0.3s; */
}

.file-list li:nth-last-child(1) {
    margin-bottom: 0;
}

.removal-button {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    border: 0;
    outline: none;
    background: 0;
    margin-left: 13px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.removal-button:after, .removal-button:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #FFF;
}

.removal-button:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.removal-button:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.file-list li:hover {
    opacity: 1;
}



.wrapper__preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-animation: preloader 2.4s ease forwards;
    animation: preloader 2.4s ease forwards;
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
    85% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes preloader {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
    85% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}



.wrapper__preloader-cont {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
    width: 0%;
    -webkit-filter: invert(1);
    filter: invert(1);
    background-color: #FFF;
    -webkit-animation: loading 1.8s cubic-bezier(0.22, 0.56, 0.82, 0.32) forwards;
    animation: loading 1.8s cubic-bezier(0.22, 0.56, 0.82, 0.32) forwards;
}

@-webkit-keyframes loading {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@keyframes loading {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

.preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1920px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #020202;
    mix-blend-mode: difference;
    color: #FFF;
}

.preloader__percents {
    font-size: 64px;
    font-weight: 500;
    letter-spacing: -3.2px;
    text-transform: uppercase;
    margin-top: 20%;
    mix-blend-mode: difference;
}

.preloader__percents:before {
    content: '0';
    display: block;
    -webkit-animation: percentage 1.8s cubic-bezier(0.22, 0.56, 0.82, 0.32) forwards;
    animation: percentage 1.8s cubic-bezier(0.22, 0.56, 0.82, 0.32) forwards;
}

@-webkit-keyframes percentage {
    1% {
        content: "1%";
    }
    18% {
        content: "18%";
    }
    22% {
        content: "22%";
    }
    54% {
        content: "54%";
    }
    88% {
        content: "88%";
    }
    100% {
        content: "100%";
    }
}

@keyframes percentage {
    1% {
        content: "1%";
    }
    18% {
        content: "18%";
    }
    22% {
        content: "22%";
    }
    54% {
        content: "54%";
    }
    88% {
        content: "88%";
    }
    100% {
        content: "100%";
    }
}

.preloader__dscrp {
    margin-top: auto;
    margin-bottom: 21px;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.72px;
    text-transform: uppercase;
    mix-blend-mode: difference;
}

.preloader__logo {
    width: 144px;
    margin-bottom: 64px;
    mix-blend-mode: difference;
}

.preloader__logo svg {
    width: 100%;
}




.selected__title {
    /* position: sticky; */
    /* top: 100px; */
}

.selected__slider {
    /* margin-top: -350px; */
    /* padding-top: 10vh; */
}


.awards__cards {
    /* margin-top: -650px; */
}



.aos-wrap {
    position: relative;
    overflow: hidden;
}

.aos-cont {
    opacity: 1 !important;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.aos-cont.aos-animate {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.aos-cont[data-aos-delay="4000"] {
    -webkit-transition-delay: 4s;
    -o-transition-delay: 4s;
    transition-delay: 4s;
}



.sticky-wrap {
    position: relative;
    height: 4000px;
}

.sticky-cont {
    position: sticky;
    top: 0;
}


.wrapper__footer {
    /* position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; */
    /* z-index: 99; */
    background: #020202;
}




.button-anim__letter {
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.button-anim:hover {
    color: #020202;
}

.button-anim:hover .button-anim__letter {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.button-anim .button-anim__letter:nth-child(1) {
    -webkit-transition-delay: 29.09090909090909ms;
    -o-transition-delay: 29.09090909090909ms;
    transition-delay: 29.09090909090909ms;
}
.button-anim .button-anim__letter:nth-child(2) {
    -webkit-transition-delay: 58.18181818181818ms;
    -o-transition-delay: 58.18181818181818ms;
    transition-delay: 58.18181818181818ms;
}
.button-anim .button-anim__letter:nth-child(3) {
    -webkit-transition-delay: 87.27272727272727ms;
    -o-transition-delay: 87.27272727272727ms;
    transition-delay: 87.27272727272727ms;
}
.button-anim .button-anim__letter:nth-child(4) {
    -webkit-transition-delay: 116.36363636363636ms;
    -o-transition-delay: 116.36363636363636ms;
    transition-delay: 116.36363636363636ms;
}
.button-anim .button-anim__letter:nth-child(5) {
    -webkit-transition-delay: 116.36363636363636ms;
    -o-transition-delay: 116.36363636363636ms;
    transition-delay: 116.36363636363636ms;
}
.button-anim .button-anim__letter:nth-child(6) {
    -webkit-transition-delay: 145.45454545454544ms;
    -o-transition-delay: 145.45454545454544ms;
    transition-delay: 145.45454545454544ms;
}
.button-anim .button-anim__letter:nth-child(7) {
    -webkit-transition-delay: 174.54545454545453ms;
    -o-transition-delay: 174.54545454545453ms;
    transition-delay: 174.54545454545453ms;
}
.button-anim .button-anim__letter:nth-child(8) {
    -webkit-transition-delay: 203.63636363636363ms;
    -o-transition-delay: 203.63636363636363ms;
    transition-delay: 203.63636363636363ms;
}
.button-anim .button-anim__letter:nth-child(9) {
    -webkit-transition-delay: 232.72727272727272ms;
    -o-transition-delay: 232.72727272727272ms;
    transition-delay: 232.72727272727272ms;
}
.button-anim .button-anim__letter:nth-child(10) {
    -webkit-transition-delay: 290.9090909090909ms;
    -o-transition-delay: 290.9090909090909ms;
    transition-delay: 290.9090909090909ms;
}
.button-anim .button-anim__letter:nth-child(11) {
    -webkit-transition-delay: 320ms;
    -o-transition-delay: 320ms;
    transition-delay: 320ms;
}
.button-anim .button-anim__letter:nth-child(12) {
    -webkit-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.button-anim .button-anim__letter:nth-child(13) {
    -webkit-transition-delay: 380ms;
    -o-transition-delay: 380ms;
    transition-delay: 380ms;
}
.button-anim .button-anim__letter:nth-child(14) {
    -webkit-transition-delay: 410ms;
    -o-transition-delay: 410ms;
    transition-delay: 410ms;
}
.button-anim .button-anim__letter:nth-child(15) {
    -webkit-transition-delay: 440ms;
    -o-transition-delay: 440ms;
    transition-delay: 440ms;
}
.button-anim .button-anim__letter:nth-child(16) {
    -webkit-transition-delay: 470ms;
    -o-transition-delay: 470ms;
    transition-delay: 470ms;
}
.button-anim .button-anim__letter:nth-child(17) {
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}
.button-anim .button-anim__letter:nth-child(18) {
    -webkit-transition-delay: 530ms;
    -o-transition-delay: 530ms;
    transition-delay: 530ms;
}
.button-anim .button-anim__letter:nth-child(19) {
    -webkit-transition-delay: 560ms;
    -o-transition-delay: 560ms;
    transition-delay: 560ms;
}
.button-anim .button-anim__letter:nth-child(20) {
    -webkit-transition-delay: 590ms;
    -o-transition-delay: 590ms;
    transition-delay: 590ms;
}
.button-anim .button-anim__letter:nth-child(21) {
    -webkit-transition-delay: 620ms;
    -o-transition-delay: 620ms;
    transition-delay: 620ms;
}
.button-anim .button-anim__letter:nth-child(22) {
    -webkit-transition-delay: 650ms;
    -o-transition-delay: 650ms;
    transition-delay: 650ms;
}
.button-anim .button-anim__letter:nth-child(23) {
    -webkit-transition-delay: 680ms;
    -o-transition-delay: 680ms;
    transition-delay: 680ms;
}
.button-anim .button-anim__letter:nth-child(24) {
    -webkit-transition-delay: 710ms;
    -o-transition-delay: 710ms;
    transition-delay: 710ms;
}
.button-anim .button-anim__letter:nth-child(25) {
    -webkit-transition-delay: 740ms;
    -o-transition-delay: 740ms;
    transition-delay: 740ms;
}
.button-anim .button-anim__letter:nth-child(26) {
    -webkit-transition-delay: 770ms;
    -o-transition-delay: 770ms;
    transition-delay: 770ms;
}
.button-anim .button-anim__letter:nth-child(27) {
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}
.button-anim .button-anim__letter:nth-child(28) {
    -webkit-transition-delay: 830ms;
    -o-transition-delay: 830ms;
    transition-delay: 830ms;
}
.button-anim .button-anim__letter:nth-child(29) {
    -webkit-transition-delay: 860ms;
    -o-transition-delay: 860ms;
    transition-delay: 860ms;
}

.button-anim__letter:after {
    content: '';
    display: block;
}

.button-anim__letter span {
    display: block;
    position: absolute;
    top: 150%;
}

.button-anim__inner {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.contacts-animblock__icos-item {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-animation: 0.7s contactsAr linear infinite;
    animation: 0.7s contactsAr linear infinite;
}

@-webkit-keyframes contactsAr {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    40% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes contactsAr {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    40% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

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

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

.contacts-animblock__icos-star {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-animation: 1.7s contactsSpin linear infinite;
    animation: 1.7s contactsSpin linear infinite;
}

.contacts-animblock__icos-star:nth-child(1){
    -webkit-animation-delay: 0.0s;
    animation-delay: 0.0s;
}
.contacts-animblock__icos-star:nth-child(2){
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.contacts-animblock__icos-star:nth-child(3){
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.contacts-animblock__icos-item._1 {
    -webkit-animation-delay: 0.0s;
    animation-delay: 0.0s;
}
.contacts-animblock__icos-item._2 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.contacts-animblock__icos-item._3 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.contacts-animblock__icos-item-ar._1 {
    position: absolute;
    bottom: 110%;
}

.contacts-animblock__icos-item-ar {
    height: 100%;
    margin: 0 17px;
}

.contacts-animblock__icos-item-ar img {
    height: 100%;
}

.contacts-animblock__icos-star {
    height: 100%;
    margin: 0 8px;
}

.contacts-animblock__icos-star img {
    height: 100%;
}

.footer-anims {
    cursor: pointer;
}

.services__sticky {
    position: sticky;
    top: 0px;
    -webkit-perspective: 1800px;
    perspective: 1800px;
    width: 1920px;
    width: 100%;
    height: 960px;
    overflow: hidden;
    margin-top: -384px;
}

.services__sticky:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height: 461px;
    background: -o-linear-gradient(top, #020202 40%, rgba(0, 0, 0, 0.00) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #020202), to(rgba(0, 0, 0, 0.00)));
    background: linear-gradient(180deg, #020202 40%, rgba(0, 0, 0, 0.00) 100%);
}

.services__sticky:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height: 461px;
    background: -o-linear-gradient(bottom, #020202 40%, rgba(0, 0, 0, 0.00) 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #020202), to(rgba(0, 0, 0, 0.00)));
    background: linear-gradient(0deg, #020202 40%, rgba(0, 0, 0, 0.00) 100%);
}

.services__sticky:after, .services__sticky:before {
    opacity: 0;
    opacity: 1;
}

.services__list {
    height: 100%;
}

.services__list-cont {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.services__list-item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.services__container {
    /* overflow: hidden; */
}

.about-projects-slider-linear .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.workspage-filters-list {
    display: contents;
}

.wrapper__main {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.wrapper__footer {
    /* z-index: -1; */
}

.wrapper__footer-board {
    margin-bottom: 60px;
}

.wrapper__footer-info {
    max-width: 1920px;
    padding: 56px 64px 26px;
    width: 100%;
    margin: 0 auto;
}

.footer-board {

}

.workspage-filters-button {
    display: none;
}

.footer-links__col-mobile-ar {
    display: none;
}

.about-recognition__table-head .about-recognition__table-cell._name {
    opacity: 0;
    visibility: hidden;
}

.br-mobile {
    display: none;
}

.br-tablet {
    display: none;
}

.firstscreen__mainletters-mobwrap {
    display: contents;
}




/*  */

/* .services__list-item {
    transform: none !important;
    position: initial;
}

.services__list {
    transform-style: initial;
    transform-origin: initial;
}

.services__sticky {
    perspective: none;
} */

/*  */

.services__hidden {
    display: block;
    opacity: 1;
    pointer-events: all;
}

.services__hidden .services__list-item {
    position: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/*  */

.services__list-item {
    font-size: 210px;
}

.services__sticky {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}



.about-recognition__table-row:hover {
    color: #FFF;
}

.about-recognition__table-body .about-recognition__table-cell {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.servicespage__title {
    font-size: 384px;
    letter-spacing: -20px;
    text-align: center;
    line-height: 1;
    padding-top: 151px;
    margin-bottom: 21px;
}

.servicespage__wrap {
    margin-bottom: 309px;
}

.servicespage__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 0px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.servicespage__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.servicespage__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.servicespage__list > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.servicespage__list > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.servicespage__item {
    position: relative;
    /* padding: 81px 0 71px; */
}

.servicespage__item-cont {
    position: relative;
    text-align: center;
    /* padding: 0 163px; */
    padding: 81px 0 71px;
    height: 100%;
}

.servicespage__item-title {
    font-size: 64px;
    text-transform: uppercase;
    letter-spacing: -3px;
    margin-bottom: 16px;
}

.servicespage__item-text {
    font-size: 22px;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.servicespage__pic {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 85px;
    height: 85px;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.servicespage__pic img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}



.servicespage__item:nth-child(1):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    margin: auto;
    height: 0;
    width: 0;
    border: 0px solid rgba(255, 255, 255, 0.20);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-color: transparent;
    -webkit-transform: translateX(calc(50% - 2px));
    -ms-transform: translateX(calc(50% - 2px));
    transform: translateX(calc(50% - 2px));
}

.servicespage__item:nth-last-child(2):after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto;
    height: 0;
    width: 0%;
    border: 0px solid rgba(255, 255, 255, 0.20);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-color: transparent;
    -webkit-transform: translateX(calc(50% - 2px));
    -ms-transform: translateX(calc(50% - 2px));
    transform: translateX(calc(50% - 2px));
}

.aos-animate.servicespage__item:nth-child(1):before {
    -webkit-animation: 1.2s lineDrawTop ease-out forwards;
    animation: 1.2s lineDrawTop ease-out forwards;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@keyframes lineDrawTop {
    0% {
        width: 0%;
        height: 0%;
        border: 0px solid rgba(255, 255, 255);
    }
    1% {
        border: 2px solid rgba(255, 255, 255);
        border-bottom-color: transparent;
    }
    50% {
        width: calc(200% - 4px);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        height: 0%;
    }
    100% {
        width: calc(200% - 4px);
        height: 57px;
        border: 2px solid rgba(255, 255, 255);
        border-bottom-color: transparent;
    }
}

.aos-animate.servicespage__item:nth-last-child(2):after {
    -webkit-animation: 1.2s lineDrawBottom ease-out forwards;
    animation: 1.2s lineDrawBottom ease-out forwards;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@keyframes lineDrawBottom {
    0% {
        width: 0%;
        height: 0%;
        border: 0px solid rgba(255, 255, 255);
    }
    1% {
        border: 2px solid rgba(255, 255, 255);
        border-bottom-color: transparent;
    }
    50% {
        width: calc(200% - 4px);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        height: 0%;
    }
    100% {
        width: calc(200% - 4px);
        height: 57px;
        border: 2px solid rgba(255, 255, 255);
        border-top-color: transparent;
    }
}


.servicespage__item:nth-child(odd) .servicespage__item-inner:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 0%;
    background: rgba(255, 255, 255);
}

.aos-animate .servicespage__item-inner:after {
    -webkit-animation: 0.8s lineSideDraw ease-out forwards;
    animation: 0.8s lineSideDraw ease-out forwards;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@keyframes lineSideDraw {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}



.servicespage__item .servicespage__item-cont:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 0%;
    background: rgba(255, 255, 255);
}

.aos-animate .servicespage__item-cont:after {
    -webkit-animation: 0.8s lineBottomDraw ease-out forwards;
    animation: 0.8s lineBottomDraw ease-out forwards;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@-webkit-keyframes lineBottomDraw {
    0% {
        width: 0%;
    }
    100% {
        width: 82%;
    }
}

@keyframes lineBottomDraw {
    0% {
        width: 0%;
    }
    100% {
        width: 82%;
    }
}

.servicespage__item:nth-last-child(1) .servicespage__item-cont:after,
.servicespage__item:nth-last-child(2) .servicespage__item-cont:after{
    display: none;
}


.servicespage__item-inner {
    /* padding: 81px 0 71px; */
    padding: 0 140px;
    position: relative;
}
.firstscreen__textafterletters {
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -2px;
    text-transform: uppercase;
    padding: 0 16px;
    margin-bottom: 100px;
    position: relative;
    z-index: 2;
}

.firstscreen__buttons {
    position: relative;
    z-index: 6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 40px;
    pointer-events: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
}

.firstscreen__buttons._hidden {
    opacity: 0;
    pointer-events: none;
}

.shape-animated-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

/* ----------- Cylinder ----------------- */
.rolodexcontainer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 1000px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    overflow: hidden;

}

.rolodex {
    width: 100%;
    position: relative;
    -webkit-perspective: 1800px;
    perspective: 1800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    height: 100%;
    margin: 0 auto;
    height: 100% !important;
}

.rolodex:before,
.rolodex:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    height: 50%;
    z-index: 1;
    pointer-events: none;
}

.rolodex:before {
    top: -10%;
    background-image: -o-linear-gradient(rgb(0 0 0 / 85%) 10%, rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgb(0 0 0 / 85%)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(rgb(0 0 0 / 85%) 10%, rgba(0, 0, 0, 0));
}

.rolodex:after {
    bottom: -10%;
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgb(0 0 0 / 91%) 30%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, rgb(0 0 0 / 91%)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0 0 0 / 91%) 30%);
}

.rolodex ul {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    /* bottom: 30%; */
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.rolodex ul li {
    text-align: left;
    white-space: nowrap;
    position: absolute;
    line-height: 70px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-transform: uppercase;
    text-align: center;
    font-size: 100px;
    font-size: 140px;
    font-weight: 500;
    /* line-height: 1; */
    letter-spacing: -0.7rem;
    text-transform: uppercase;
}
.mainpage__services .about-projects__title {
    margin-bottom: 50px;
}
.awards-card:hover .awards-card__img {
    opacity: 0.7;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
.awards-card-inner {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 420px;
    padding: 20px 40px 44px;
    overflow: hidden;
    border-radius: 32px;
    -webkit-filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.2));
    background: rgba(0, 0, 0, 0.43);
    -webkit-backdrop-filter: blur(12.899999618530273px);
    backdrop-filter: blur(12.899999618530273px);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    /* border: 2px solid #000; */
}

.awards-card-inner:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    /* backdrop-filter: blur(12.899999618530273px); */
    background: #F60C0B;
}
.about__projects .about-projects__sliders {
    /* margin-top: -400px; */
}
.about > .shape-animated-wrap {
    margin: 0;
}
.mw-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 64px;
    width: 100%;
    margin-bottom: 48px;
}

a.about-recognition__table-row:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.about-principles__cards.mw-container {
    /* margin-top: -650px; */
}
.projectpage-info__title:after {
    content: ' ';
    display: block;
    width: 0%;
    height: 2px;
    background: rgba(255, 255, 255, 0.10);
    position: absolute;
    bottom: 0;
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
}

.projectpage-info__title.aos-init.aos-animate:after {
    width: 100%;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-animation-timing-function: cubic-bezier(0.09, 0.83, 0.31, 0.99);
    animation-timing-function: cubic-bezier(0.09, 0.83, 0.31, 0.99);
}
.projectpage__gallery.mw-container {
    margin-bottom: 80px;
}

.projectpage__button.mw-container {
    margin-bottom: 120px;
}
.servicespage__wrap.mw-container {
    margin-bottom: 300px;
}
.css-colors {
    position: absolute;
    position: absolute;
    z-index: -100;
    visibility: hidden;
    top: -1000px;
    left: -1000px;
    pointer-events: none;
    width: 0px;
    height: 0px;
}
.canvas-back canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wrapper__footer-board.canvas-page .footer-board__background {
    background: transparent;
}
.wrapper__footer.canvas-footer .shape-animated-wrap {
    display: none;
}

.wrapper__footer.canvas-footer {
    position: relative;
    background: transparent;
    z-index: 2;
    height: unset;
}

.wrapper__footer.canvas-footer .wrapper__footer-info {
    position: relative;
    z-index: 2;
}



/* Slightly move main content */

html.is-changing .transition-main {
    -webkit-transition: -webkit-transform 400ms ease-in-out;
    transition: -webkit-transform 400ms ease-in-out;
    -o-transition: transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
}

html.is-animating.is-leaving .transition-main {
    -webkit-transform: translateY(calc(1 * 5vh * var(--overlay-direction, 1)));
    -ms-transform: translateY(calc(1 * 5vh * var(--overlay-direction, 1)));
    transform: translateY(calc(1 * 5vh * var(--overlay-direction, 1)));
}

html.is-animating.is-rendering .transition-main {
    -webkit-transform: translateY(calc(-1 * 5vh * var(--overlay-direction, 1)));
    -ms-transform: translateY(calc(-1 * 5vh * var(--overlay-direction, 1)));
    transform: translateY(calc(-1 * 5vh * var(--overlay-direction, 1)));
}


.transition-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: #000;
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1 * 100% * var(--overlay-direction, 1)), 0);
    transform: translate3d(0, calc(-1 * 100% * var(--overlay-direction, 1)), 0);
    pointer-events: none;
}

html.is-changing .transition-overlay {
    -webkit-transition: -webkit-transform 400ms ease-in-out;
    transition: -webkit-transform 400ms ease-in-out;
    -o-transition: transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
    opacity: 1;
}

html.is-animating .transition-overlay {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

html.is-rendering .transition-overlay {
    -webkit-transform: translate3d(0, calc(var(--overlay-direction, 1) * 100%), 0);
    transform: translate3d(0, calc(var(--overlay-direction, 1) * 100%), 0);
}

html.to-back {
    /* --overlay-direction: -1; */
}
.services__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}

.container.awards.mw-container {
    margin-top: 80px;
    padding-top: 30vh;
}

body {
    --swup-overlay-theme-color: #000000;
    --swup-overlay-theme-duration: 1s;
    --swup-overlay-theme-delay: 0s;
    --swup-overlay-theme-scale: 1.3;
    --swup-overlay-theme-skew: 2deg;
}
.progress-loader-image {
    position: fixed;
    z-index: 10000;
    width: 200px;
    height: 200px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.is-animating .progress-loader-image {
    opacity: 1;
    pointer-events: none;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;

}





/* .swup-transition-overlay {
    background: linear-gradient(45deg, rgb(131,58,180), rgb(253,29,29), rgb(252,176,69));
} */
.firstscreen_f {
    position: relative;
    width: 100%;
    height: calc(100vh - 122px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 50px;
    padding: 0 64px;
}
.button.button-transparent {
    background: transparent;
    color: #fff;
    padding: 0;
}

.firstscreen__buttonbottom .button {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 38.4px */
    letter-spacing: -1.28px;
}
.footer-contacts__item:before {
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.footer-contacts__item:hover:before {
    background-color: #020202;
}

.footer-links__item.totop:hover svg {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.slider-project-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.slider-project-item-eye {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(255, 255, 255, 0.04);
    -webkit-backdrop-filter: blur(16.799999237060547px);
    backdrop-filter: blur(16.799999237060547px);
    border-radius: 50%;
    /* background: #fff; */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3;
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
}

.slider-project-item-eye img {
    -o-object-fit: contain;
    object-fit: contain;
    /* width: 100%; */
    /* height: 100%; */
    /* max-width: 100%; */
    /* max-height: 100%; */
}

.slider-project-item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 38.4px */
    letter-spacing: -1.28px;
    text-transform: uppercase;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px;
    z-index: 3;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.slider-project-item-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #000;
}

.slider-project-item:after {
    content: ' ';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.62);
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.slider-project-item-year {
    opacity: .4;
}

.slider-project-item:hover .slider-project-item-eye {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.slider-project-item:hover .slider-project-item-meta {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.slider-project-item:hover:after {
    opacity: 1;
}
.contacts-follow__cards-item:after {
    content: ' ';
    display: block;
    width: 440px;
    height: 390px;
    background: url(../img/grad-back-card.svg) no-repeat center;
    z-index: -1;
    position: absolute;
    background-size: 100%;
    bottom: -170px;
    -webkit-transform: translateY(180px);
    -ms-transform: translateY(180px);
    transform: translateY(180px);
    opacity: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.contacts-follow__cards-item:hover:after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.contacts-follow__cards-item:hover .contacts-follow__cards-item-ico {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #020202;
}
.contacts__animblocks.mw-container {
    margin-bottom: 200px;
}
.header-menu__list-item:hover {
    color: #F60C0B;
}


.formpage-form__fieldsblock-title {
    text-align: left;
    font-size: 33px;
    font-weight: bold;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 52.8px */
    letter-spacing: -1.32px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.formpage__container.formpage__container_brief .formpage-formblock__form {
    width: 1800px;
    max-width: 1800px;
}

.formpage__container.formpage__container_brief .formpage-form__textinputs-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    /* margin-bottom: 64px; */
}

.txt-i-title {
    font-size: 22px;
}

.txt-i-text {
    font-size: 16px;
    margin-bottom: 16px;
}

.formpage__container.formpage__container_brief .formpage-form__textareablock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.formpage__container.formpage__container_brief .formpage-form__textareablock textarea {
    /* margin-top: 16px; */
    height: 220px;
    padding: 20px 0px 20px 20px;
    background: #FAFAFA;
    color: #000;
}

.formpage__container.formpage__container_brief .formpage-form__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    /* margin-bottom: 64px; */
}

.formpage__container.formpage__container_brief .formpage-form__fieldsblock {
    margin-bottom: 80px;
}

.formpage__container.formpage__container_brief {
    background: #fff;
    /* color: #2d2e82; */
    color: #000;
}

.formpage__container.formpage__container_brief ._val.formpage-form__textinputs-item input {
    color: #000;
}

.formpage__container.formpage__container_brief .input-line {
    background: #000;
}

.formpage__container.formpage__container_brief ._val .formpage-form__textarea {
    border-color: #000;
}

.formpage__container.formpage__container_brief .formpage-form__checkboxes-item-input:checked + .formpage-form__checkboxes-item-text {
    color: #fff;
    background: #020202;
    /* border: 2px solid; */
    border-color: #020202;
}

.formpage__container.formpage__container_brief .formpage-form__checkboxes-item {
    /* border: 2px solid; */
    color: #000;
}

.formpage__container.formpage__container_brief .formpage-form__checkboxes-item-input {
    color: #000;
}

.formpage__container.formpage__container_brief .formpage-form__checkboxes-item-text {
    color: #000;
    /* border: 2px solid; */
    border-radius: 40px;
    /* border: 2px solid; */
}

.formpage__container.formpage__container_brief .formpage-form__checkboxes-item:hover .formpage-form__checkboxes-item-text {
    color: #fff;
    background: #020202;
    border-color: #020202;
}

.formpage__container.formpage__container_brief .formpage-form__textinputs-item:before {
    background: #fafafa;
}

.formpage__container.formpage__container_brief .formpage-form__textarea {
    border-color: #FAFAFA;
}

.formpage__container.formpage__container_brief .formpage-form__privacy {
    color: #000;
    padding: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.72px;
    color: #999;
    width: 720px;
    margin: 0;
    text-align: left;
    padding-left: 48px;
}

.formpage__container.formpage__container_brief .formpage-form__privacy a {
    color: #000;
}

.formpage__container.formpage__container_brief .formpage-form__file-text svg path {
    fill: #000;
}
.formpage__container.formpage__container_brief input.error ~ .input-line {
    background: red !important;
}

.formpage-form__fieldsblock-desc {
    font-size: 20px;
    margin-bottom: 64px;
}

.formpage__container.formpage__container_brief .formpage-form__fieldsblocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    text-align: left;
    padding: 40px;
    border-radius: 16px;
    border: 2px solid #000;
    background: #fff;
    margin-bottom: 32px;
}
.workspage-card__labels-item:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.workspage-cards__item:hover .workspage-card__img video {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.projectpage__firstscreen-img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 39.1s;
    -o-transition: 39.1s;
    transition: 39.1s;
}

.projectpage__firstscreen-img.aos-animate img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.projectpage-info__mainlink a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* width: fit-content; */
}

.projectpage-info__mainlink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.projectpage-info__mainlink a svg {
    margin-left: 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.projectpage-info__mainlink a:hover svg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.projectpage-info__mainlink a:hover svg path {
    stroke: #F60C0B;
}


.formpage__container.formpage__container_brief .formpage__title {
    margin-bottom: 0px;
    /* max-width: 1800px; */
    /* margin: 0 auto; */
    /* margin-bottom: 50px; */
}

.formpage__container.formpage__container_brief .formpage__formblock {
    margin-bottom: 0;
    padding-bottom: 140px;
}

.wrapper__main[data-scope="brief"] .formpage {
    padding-bottom: 0;
}
.contacts__follow.mw-container {
    max-width: 1540px;
}
.contacts-follow__title:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    background: -o-linear-gradient(89deg, #020202 0%, rgb(2 2 2) 11.61%, rgba(153, 153, 153, 0.00) 83.41%);
    background: linear-gradient(1deg, #020202 0%, rgb(2 2 2) 11.61%, rgba(153, 153, 153, 0.00) 83.41%);
    z-index: 2;
}
.contacts-follow__cards-item {
    width: 11.5vw;
    height: 11.5vw;
}
.contacts__follow.mw-container {
    max-width: calc(11.5vw * 7);
}

.services .about-projects__title-small {
    font-size: 54px;
}

.projectpage-firstscreen:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 240px;
    background: -webkit-gradient(linear, left top, left bottom, from(#020202b0), color-stop(102%, rgba(2, 2, 2, 0.00)));
    background: -o-linear-gradient(top, #020202b0 0%, rgba(2, 2, 2, 0.00) 102%);
    background: linear-gradient(180deg, #020202b0 0%, rgba(2, 2, 2, 0.00) 102%);
}
.custom-cursor {
    position: fixed;
    z-index: 10001;
    pointer-events: none;
    /* -webkit-transition: 0.2s; */
    -o-transition: 0.2s;
    /* transition: 0.2s; */
    width: 5.2vw;
    height: 5.2vw;
    top: -2.6vw;
    left: -2.6vw;
}

.custom-cursor.active {
    z-index: 10001;
}

.custom-cursor-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(16.799999237060547px);
    backdrop-filter: blur(16.799999237060547px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.5vw;
    text-transform: uppercase;
    -webkit-transform: scale(0.0);
    -ms-transform: scale(0.0);
    transform: scale(0.0);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-size: 0.7vw;
}

.custom-cursor-inner {}

.custom-cursor.active .custom-cursor-inner {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.projectpage__others-title {
    font-size: 250px;
}

.wrapper__header-mobile {
    display: none;
}
.wrapper__header-mobile.hidden {
    display: none;
}

.wrapper__footer-board .shape-animated-wrap{
    display:none;
}
.projectpage-info__regulartext p {
    margin-bottom: 24px;
}
img.projectpage__firstscreen-img_dsk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

img.projectpage__firstscreen-img_mob {
    display: none;
}
.header-cross-mob{
    display:none;
}
.wrapper__header-mobile.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.image-container {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
}

.video-container {
      position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


.skeleton {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #373737), color-stop(50%, #000), color-stop(75%, #000));
    background: -o-linear-gradient(left, #373737 25%, #000 50%, #000 75%);
    background: linear-gradient(90deg, #373737 25%, #000 50%, #000 75%);
    background-size: 200% 100%;
    -webkit-animation: shimmer 1.5s infinite;
    animation: shimmer 1.5s infinite;
    border-radius: 4px;
}

.skeleton-image {
    width: 100%;
    height: 100%; /* Adjust height as needed */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.skeleton-video {
    width: 100%;
    height: 100%; /* Adjust height as needed */
}



/* Shimmer effect */
@-webkit-keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.swup-progress-bar {
    height: 6px;
    background-color: #fff;
    z-index: 9999;

}
.swup-transition-overlay{
    z-index: 9998;
}
.workspage .shape-animated-wrap {
    height: 10vh;
}


.wrapper.wrapper-brief {}

.wrapper.wrapper-brief .header__logo svg path {
    fill: #000;
}

.wrapper.wrapper-brief .header-button {
    color: #fff;
    background: #000;
}

.wrapper.wrapper-brief .header-button__text {
    color: #fff;
}

.wrapper.wrapper-brief .header-button .button-anim:hover {
    color: #fff;
}

.wrapper.wrapper-brief .header-button__back {
    background: #000;
}

.wrapper.wrapper-brief .header-button__burger:after, .wrapper.wrapper-brief  .header-button__burger:before {
    background: #fff;
}

.wrapper.wrapper-brief .header-menu__list-item {
    color: #fff;
}

.wrapper.wrapper-brief .header-menu {
    color: #fff;
}

.wrapper.wrapper-brief .header-menu__email a {
    color: #fff;
}

.wrapper.wrapper-brief .header-menu__socials a {
    color: #fff;
}

.wrapper.wrapper-brief .formpage__title {
    font-size: 110px;
    text-align: left;
}

.wrapper.wrapper-brief .formpage__titletext {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    letter-spacing: -1.6px;
}

.wrapper.wrapper-brief .formpage__title-wrap {
    max-width: 1800px;
    margin: 0 auto;
}

.wrapper.wrapper-brief .formpage-form {
    padding: 0;
    /* border-radius: 16px; */
    /* border: 2px solid #000; */
    background: #fff;
}


.brief-section-idx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 50px;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%; /* 38.4px */
    letter-spacing: -0.96px;
    text-transform: uppercase;
    border: 5px solid #000;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1400px;
    border-radius: 50%;
    margin-right: 17px;
}

.wrapper.wrapper-brief .brief-form__fieldwrapper {
    border-top: 2px dashed rgba(2, 2, 2, 0.08);
    padding: 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.txt-i-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 33.6px */
    letter-spacing: -1.4px;
}


.brief-form__field-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 33.6px */
    letter-spacing: -1.4px;
    margin-bottom: 4px;
}

.brief-form__field-tip {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 33.6px */
    letter-spacing: -1.4px;
    /* opacity: 0.4; */
    color: #b7b7b7;
}

.brief-form__field-l {
    width: 50%;
}

.brief-form__field-r {
    width: 50%;
}

.wrapper.wrapper-brief .formpage-form__checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: -10px;
}

.wrapper.wrapper-brief .formpage-form__textinputs-item input {
    background: #fafafa;
    padding: 0 20px;
}

.wrapper.wrapper-brief .removal-button:after, .wrapper.wrapper-brief .removal-button:before {
    background: #000;
}
.wrapper.wrapper-brief .formpage-form__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.wrapper.wrapper-brief .formpage__container.formpage__container_brief .formpage-form__privacy a:hover {
    opacity: .6;
}

.wrapper.wrapper-brief .button_formpage {
    color: #fff;
    background: #020202;
    border: 0;
}

.wrapper.wrapper-brief  .button.button_formpage.button-anim:hover {
    color: #fff;
}


.wrapper.wrapper-brief {
    margin-bottom: 0 !important;
    background: #fff;
}

.wrapper.wrapper-brief .wrapper__footer {
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    background: #fff;
    color: #000;
}

.wrapper.wrapper-brief .wrapper__footer .shape-animated-wrap {
    display: none;
}

.wrapper.wrapper-brief .wrapper__footer-info {
    position: relative;
    /* border-top: 2px solid; */
    /* background: #fff; */
    color: #000;
    z-index: 3;
}

.wrapper.wrapper-brief .footer-info {
    margin-bottom: 0;
    padding: 0;
    border-top: 3px solid;
    padding-top: 64px;
}

.wrapper.wrapper-brief .footer-links__item {
    color: #000;
}

.wrapper.wrapper-brief .footer-links__item.totop {
    color: #000;
}

.wrapper.wrapper-brief .footer-contacts__item {
    color: #000;
}

.wrapper.wrapper-brief .footer-info__bottom {
    color: #000;
    /* opacity: 1; */
}

.wrapper.wrapper-brief .footer-info__logo svg path {
    fill: #000;
}
.footer-info__logo svg {
    width: 100%;
    height: unset;
}
.wrapper.wrapper-brief .header:before {
    background: -o-linear-gradient(top, #020202 16%, rgb(2 2 2 / 50%) 44%, rgb(2 2 2 / 0%) 98%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(16%, #ffffff), color-stop(44%, rgb(255 255 255 / 50%)), color-stop(98%, rgb(2 2 2 / 0%)));
    background: -o-linear-gradient(top, #ffffff 16%, rgb(255 255 255 / 50%) 44%, rgb(2 2 2 / 0%) 98%);
    background: linear-gradient(180deg, #ffffff 16%, rgb(255 255 255 / 50%) 44%, rgb(2 2 2 / 0%) 98%);
}
.header-menu__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-top: 1px solid #e9e9e9;
    /* padding: 14px 0 14px; */
    z-index: 1;
}

.header-menu__langs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 28%;
    border-left: 1px solid #e9e9e9;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-left: 13px;
}

.header-menu__langs a {
    display: block;
    color: #000000;
    margin: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -1px;
    text-transform: uppercase;
    z-index: 1;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: unset;
    padding: 19px 0px 0 20px;
}


.header-menu__langs a:hover {
    color: #F60C0B;
}

.header-menu__langs a.active {
    opacity: .3;
}

.langs-sep {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000000;
    /* margin: auto; */
    font-size: 16px;
    font-weight: 500;
    /* line-height: 130%; */
    letter-spacing: -1px;
    text-transform: uppercase;
    padding: 19px 0px 0 11px;
    margin-right: -8px;
}


.cookie-box {
    display: none;
    width: 500px;
    /* height: 210px; */
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    z-index: 33;
    padding: 15px 20px;
    /* font-size: 18px; */
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.36);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}


.cookie-box_text {
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    /* margin-bottom: 30px; */
    padding-right: 16px;
    font-size: 14px;
    font-style: normal;
    /* font-weight: 500; */
    line-height: 120%; /* 24px */
    letter-spacing: -0.6px;
    /* text-transform: uppercase; */
}

.cookie-box__btn.button {
    margin: 10px auto 0;
    min-width: auto;
    padding: 0 35px;
    height: 34px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 34px;
    background-color: #2b8dc4;
    cursor: pointer;
}


.cookie-box_text a {
    border-bottom: 1px solid;
}

.cookie-box__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cookie-box__cont .button-anim {
    position: relative;
    background: #FFF;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 18%;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.06rem;
    text-transform: uppercase;
    z-index: 3;
}

.footer-contacts-email {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    letter-spacing: -0.72px;
    text-transform: lowercase;
    margin-bottom: 24px;
}

.footer-contacts-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 12px;
}

.button.button-white {
    padding: 9px 23px;
}

a.button.button-white.button-anim {}

.footer-contacts-links .button {
    padding: 9px 23px;
    font-size: 22px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    letter-spacing: -1px;
}
.wrapper.wrapper-brief .footer-contacts-links .button {
    color: #000;
    border-color: #000;
}
.footer-contacts-email a {
    margin-left: 16px;
}

.footer-contacts-email a:hover {
    opacity: 0.7;
}

.textpage__sides-text ul {
    margin-bottom: 24px;
    padding-left: 40px;
}

.textpage__sides-text ul li {
    /* padding-left: 30px; */
    list-style: disc;
}

.textpage__sides-text strong {
    font-weight: bold;
}

.textpage__sides-text em {
    font-style: italic;
}

.textpage__sides-text table {}

.textpage__sides-text table td {
    border: 1px solid #ccc;
    padding: 10px;
}
.formpage-form__file-warn {
    position: absolute;
    bottom: -13px;
    left: 38px;
    width: 160px;
    font-size: 12px;
    white-space: nowrap;
}
.brief-form__field-r label.error {
    bottom: -23px;
}

.formpage__container.formpage__container_brief .formpage-form__textareablock textarea.error {
    border-color: #f00;
}

.loading {
    opacity: .4 !important;
    pointer-events: none;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.wrapper.wrapper-brief .header-menu__langs a {
    color: #fff;
}

.wrapper.wrapper-brief .header-menu__langs .langs-sep {
    color: #fff;
}
.formpage__container.formpage__container_brief  .formpage-form__checkboxes-item-text {
    border: 2px solid;
}
/* .firstscreen__textblock:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    background: -o-linear-gradient(bottom, #020202 0%, rgba(7, 7, 7, 0.51) 55.41%, rgba(13, 12, 12, 0.00) 100%, rgba(13, 12, 12, 0.00) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#020202), color-stop(55.41%, rgba(7, 7, 7, 0.51)), color-stop(100%, rgba(13, 12, 12, 0.00)), to(rgba(13, 12, 12, 0.00)));
    background: linear-gradient(0deg, #020202 0%, rgba(7, 7, 7, 0.51) 55.41%, rgba(13, 12, 12, 0.00) 100%, rgba(13, 12, 12, 0.00) 100%);
    z-index: -1;
} */
html[lang="ru"] .firstscreen-textblock {
    max-width: 1640px;
    /* text-transform: none; */
}

html[lang="ru"] .firstscreen-textblock__text {
    text-transform: none;
    line-height: 1;
}

html[lang="ru"] .about-projects__title-small {
    font-size: 86px;
}

html[lang="ru"] .about-projects__title-big {
    font-size: 135px;
}

html[lang="ru"] .about-projects__title-small {
    font-size: 86px;
}

html[lang="ru"] .about-projects__title-big {
    font-size: 135px;
}

html[lang="ru"] .about-principles-cards__item-title {
    font-size: 33px;
}

html[lang="ru"] .about-principles-cards__item-text {
    font-size: 24px;
}

html[lang="ru"] .about-recognition__title {
    font-size: 147px;
}

html[lang="ru"] .servicespage__item-text {
    font-size: 26px;
    line-height: 120%;
    text-transform: none;
}

html[lang="ru"] .servicespage__title {
    font-size: 293px;
}

html[lang="ru"] .workspage__title-text {
    font-size: 248px;
}

.moon {
    width: 100%;
    height: 100%;
    position: relative;
    background: #020202;
}
.moon .container {
    height: 100%;
}
.moon:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    background: #0000004a;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.43);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.firstscreen__buttons .firstscreen__buttonbottom {
    pointer-events: all;
}
.moon canvas {
    background: #020202;
}


.firstscreen .shape-animated._1 {
    top: 256px;
    bottom: auto;
    left: -36%;
    right: auto;
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(-5deg);
    width: 84vw;
    height: 496px;
}

.firstscreen .shape-animated._2 {
    top: 270px;
    bottom: auto;
    left: auto;
    right: -17%;
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(40deg);
    width: 80vw;
    height: 503px;
}


@media only screen and (max-width: 1920px) {
    p {
        font-size: 1.25vw;
    }
    h1 {
        font-size: 3.75vw;
    }
    h2 {
        font-size: 2.81vw;
    }
    input, select, textarea {
        font-size: 1.15vw;
    }
    .header__logo-text {
        font-size: 1.67vw;
    }
    .header-button__text {
        /* font-size: 1.04vw; */
    }
    .header-menu__list-item {
        font-size: 2.08vw;
    }
    .header-menu__email a {
        font-size: 1.04vw;
    }
    .header-menu__socials a {
        font-size: 0.83vw;
        padding: 0.83vw 0.93vw 0 0vw;
    }
    .firstscreen__scroll {
        font-size: 1.67vw;
    }
    .firstscreen-textblock__title {
        font-size: 5vw;
    }
    .firstscreen-textblock__text {
        font-size: 2.50vw;
    }
    .mainpage-scroll {
        font-size: 1.04vw;
    }
    .h0 {
        font-size: 12.50vw;
    }
    .selected-slide__tags-item {
        font-size: 0.83vw;
    }
    .selected-slide__title {
        font-size: 3.33vw;
    }
    .button {
        font-size: 2.50vw;
    }
    .button.button_more {
        font-size: 1.67vw;
    }
    .awards__text {
        font-size: 5vw;
    }
    .awards-card__number {
        font-size: 4vw;
    }
    .awards-card__number span {
        font-size: 1.25vw;
    }
    .awards-card__subtitle {
        font-size: 1.2vw;
    }
    .awards-card__title {
        font-size: 1.2vw;
    }
    .awards-card__plus-title {
        font-size: 1.35vw;
    }
    .footer-board__title {
        font-size: 6.25vw;
    }
    .footer-board__text {
        font-size: 1.67vw;
    }
    .footer-contacts__item {
        font-size: 1.8vw;
    }
    .footer-links__item {
        font-size: 1.15vw;
    }
    .footer-info__bottom {
        font-size: 1.15vw;
    }
    .footer-we {
        font-size: 3.33vw;
    }
    .workspage__title-text {
        font-size: 15.9vw;
    }
    .workspage-filters__item-text {
        font-size: 1.04vw;
    }
    .workspage-filters__item-num {
        font-size: 0.83vw;
    }
    .workspage-card__info-text {
        font-size: 1.06vw;
    }
    .workspage-card__info-title {
        font-size: 1.67vw;
    }
    .about__title-text span {
        font-size: 12.50vw;
    }
    .about-principles__text {
        font-size: 2.00vw;
    }
    .about-principles__title {
        font-size: 11.98vw;
    }
    .about-principles-cards__item-title {
        font-size: 2.08vw;
    }
    .about-principles-cards__item-text {
        font-size: 1.24vw;
    }
    .about-recognition__title {
        font-size: 13.11vw;
    }
    .about-recognition__table-head .about-recognition__table-cell {
        font-size: 1.15vw;
    }
    .about-recognition__table-cell {
        font-size: 1.15vw;
    }
    .about-projects__title-small {
        font-size: 6.67vw;
    }
    .about-projects__title-big {
        font-size: 11.88vw;
    }
    .contacts-title__small {
        font-size: 6.67vw;
    }
    .contacts-title__big {
        font-size: 11.16vw;
    }
    .contacts-animblock__dscrp {
        font-size: 1.30vw;
    }
    .contacts-animblock__title {
        font-size: 2.8vw;
    }
    .contacts-follow__cards-item-title {
        font-size: 0.97vw;
    }
    .contacts-follow__title {
        font-size: 7.8vw;
        letter-spacing: -0.51vw;
    }
    .errorpage__title {
        font-size: 12.03vw;
    }
    .formpage__title {
        font-size: 7.19vw;
    }
    .formpage-form__title {
        font-size: 2.50vw;
    }
    .formpage-form__textarea {
        font-size: 1.35vw;
    }
    .formpage-thanks__title {
        font-size: 4.19vw;
    }
    .formpage-thanks__text {
        font-size: 1.70vw;
    }
    .tippy-box {
        font-size: 1vw;
    }
    .textpage__title {
        font-size: 12.03vw;
    }
    .textpage__sides-row-title {
        font-size: 2.08vw;
    }
    .textpage__sides-text p {
        font-size: 1.15vw;
    }
    .projectpage-info__title {
        font-size: 4vw;
    }
    .projectpage-info__conts-item-title {
        font-size: 1.15vw;
    }
    .projectpage-info__conts-item-text {
        font-size: 0.95vw;
    }
    .projectpage-info__bigtext {
        font-size: 2.08vw;
    }
    .projectpage-info__regulartext {
        font-size: 1.15vw;
    }
    .projectpage-info__mainlink a {
        font-size: 2.08vw;
    }
    .projectpage__share-title {
        font-size: 1.46vw;
    }
    .projectpage__share-link img {
        font-size: 0.97vh;
    }
    .servicespage__title {
        font-size: 20vw;
    }
    .servicespage__item-title {
        font-size: 3.33vw;
    }
    .servicespage__item-text {
        font-size: 1.15vw;
    }
    .file-list li {
        font-size: 1.35vw;
    }
    .footer-info__top-right {
        font-size: 0.5vw;
    }
    .footer-info__top-left {
        font-size: 0.5vw;
    }

    .about-projects-slider .swiper-slide {
        width: 32vw;
        height: 20vw;
    }

    .awards-card-inner {
        height: 21vw;
    }
    .workspage-card__img {
        height: 24vw;
    }
    .footer-info {
        padding-bottom: 10px;
    }

    .container.wrapper__footer-info {
        padding: 56px 64px 26px;
    }

    .footer-info__top {
        margin-bottom: 70px;
    }
    .contacts-animblock__cont {
        padding: 0px 10vw;
    }
    .services .about-projects__title-small {
        font-size: 2.3vw;
        letter-spacing: -0.08vw;
    }
    .projectpage__others-title {
        font-size: 12.8vw;
    }
    .wrapper.wrapper-brief .formpage__title-wrap {
        width: calc(100% - 80px);
    }

    .formpage__container.formpage__container_brief .formpage-formblock__form {
        width: calc(100% - 80px);
    }
    .header-menu__langs a {
        font-size: 0.83vw;
        padding: 0.83vw 0 0 1.03vw;
    }

    .langs-sep {
        font-size: 0.83vw;
        padding: 0.83vw 0vw 0vw 0.53vw;
        margin-right: -6px;
    }
    .header-menu {
        padding-bottom: 20px;
    }
    .footer-contacts-links .button {
        font-size: 1.15vw;
        padding: 0.55vw 1.35vw;
    }

    .footer-contacts-email {
        font-size: 1.65vw;
    }
    .servicespage__item-inner {
        padding: 0 130px;
    }
    html[lang="ru"] .about-projects__title-small {
        font-size: 4.37vw;
    }

    html[lang="ru"] .about-projects__title-big {
        font-size: 6.78vw;
    }

    html[lang="ru"] .h0 {
        font-size: 9vw;
    }
    html[lang="ru"] .firstscreen-textblock {
        max-width: 85.42vw;
        /* text-transform: none; */
    }

    html[lang="ru"] .firstscreen-textblock__text {
        text-transform: none;
        line-height: 1;
    }

    html[lang="ru"] .about-projects__title-small {
        font-size: 4.48vw;
    }



    html[lang="ru"] .about-projects__title-big {
        font-size: 7.03vw;
    }

    html[lang="ru"] .about-principles-cards__item-title {
        font-size: 1.72vw;
    }

    html[lang="ru"] .about-principles-cards__item-text {
        font-size: 1.25vw;
    }

    html[lang="ru"] .about-recognition__title {
        font-size: 7.61vw;
    }

    html[lang="ru"] .servicespage__item-text {
        font-size: 1.35vw;
        line-height: 120%;
        text-transform: none;
    }


    html[lang="ru"] .workspage__title-text {
        font-size: 12.86vw;
    }
    html[lang="ru"] .about__title-text span {
        font-size: 10vw;
    }

    html[lang="ru"] .about-principles__title {
        font-size: 10.28vw;
    }
    html[lang="ru"] .servicespage__title {
        font-size: 15.2vw;
    }
    html[lang="ru"] .contacts-animblock__cont {
        padding: 0px 10.7vw;
    }
    html[lang="ru"] .projectpage__others-title {
        font-size: 11.2vw;
    }

}



@media only screen and (max-width: 1600px) {
    .firstscreen__buttons {
        padding-bottom: 4vh;
    }

    .firstscreen_f {
        /* height: calc(100vh - 11vh); */
        padding: 0 40px;
        height: calc(100vh - 100px);
    }
    .firstscreen-textblock__text.mw-container {
        /* width: 70vw; */
    }
    .rolodex ul li {
        font-size: 88px;
        line-height: 50px;
    }
    .mainpage__services .about-projects__title {
        margin-bottom: 100px;
    }
    .rolodexcontainer {
        height: 700px;
    }
    .awards-card-inner {min-height: 315px;height: unset;}

    .awards-card__img {
        top: 1.68vw;
        width: 12.28vw;
        height: 14.12vw;
    }
    .slider-project-item-eye {
        width: 64px;
        height: 64px;
    }

    .slider-project-item-eye img {
        width: 27px;
    }

    .slider-project-item-meta {
        font-size: 22px;
        padding: 16px;
    }
    .header {
        padding: 20px 40px;
    }

    .header-button__text {
        font-size: 16px;
    }

    .header-button__back {
        height: 41px;
    }

    ._active .header-button__menu {
        width: 374px;
    }

    ._active .header-button__back {
        /* width: 360px; */
        width: 100%;
    }

    .header-menu__email {
        margin-bottom: 48px;
    }

    .header-menu__list {
        margin-bottom: 48px;
    }

    .header-menu {
        padding: 50px 24px 24px;
    }

    .firstscreen {
        padding-top: 100px;
    }

    .firstscreen__buttonbottom .button {
        font-size: 26px;
    }
    .selected-slide__tags-item {
        font-size: 16px;
    }

    .mainpage__selected {
        margin-bottom: 140px;
    }

    .mainpage__awards {
        padding-bottom: 140px;
    }

    .mainpage__awards .shape-animated._1 {
        top: 14%;
        width: 900px;
        height: 800px;
    }

    .mainpage__awards .shape-animated._2 {
        top: 18%;
        width: 1321px;
        height: 731px;
    }
    .footer-info__top-left {
        width: 50%;
    }

    .footer-info__top-right {
        width: 50%;
    }
    .about__recognition {
        padding-bottom: 200px;
    }

    .about__recognition .shape-animated._1 {
        width: 1251px;
        height: 526px;
    }

    .about__recognition .shape-animated._2 {
        width: 1111px;
        height: 578px;
    }
    .about-recognition {
        padding-top: 80px;
    }
    .servicespage__wrap.mw-container {
        margin-bottom: 200px;
    }
    .servicespage__wrap.mw-container {
        margin-bottom: 200px;
    }

    .workspage-filters__item-text {
        font-size: 16px;
    }

    .workspage-filters__item {
        padding: 24px 24px 16px;
    }

    .workspage-card__labels-item {
        width: 80px;
        height: 80px;
    }
    .projectpage-info__regulartext p {
        margin-bottom: 16px;
        /* font-size: 15px; */
    }

    .projectpage-info__conts-item-text {
        font-size: 16px;
    }

    .projectpage-info__conts-item-title {
        font-size: 16px;
    }

    .projectpage-info__mainlink a {
        font-size: 30px;
    }

    .projectpage-info__mainlink a:after {
        width: 32px;
        height: 32px;
    }
    .textpage__sides-text p {
        font-size: 18px;
    }

    .textpage__sides-row-title {
        font-size: 22px;
    }

    .about__images-item {
        width: 120px;
    }

    .about-principles-cards__item {
        padding: 30px;
    }

    .about-principles-cards__item-img {
        width: 86px;
        height: 86px;
        margin-bottom: 38px;
    }

    .about-recognition__table-img {
        width: 120px;
        height: 120px;
    }
    .contacts-animblock__cont {
        padding: 0px 8vw;
    }
    .awards-card-inner {
        padding: 24px;
        border-radius: 16px;
        min-height: 250px;
    }

    .awards-card__number {
        line-height: 1;
    }

    .awards-card__number span {
        top: 10px;
        right: -35px;
    }
    .workspage-card__labels {
        bottom: 20px;
        left: 54px;
    }
    .header-menu__email a {
        font-size: 16px;
    }

    .header-menu__socials a {
        font-size: 14px;
    }
    .contacts-follow__cards-item {
        /* height: 230px; */
        border-radius: 12px;
    }

    .footer-board__images-item:nth-child(1) {
        top: -520px;
        left: -813px;
        width: 117px;
        height: 122px;
    }

    .footer-board__images-item:nth-child(2) {
        top: -470px;
        right: -886px;
        width: 276px;
        height: 208px;
    }

    .footer-board__images-item:nth-child(3) {
        top: 190px;
        left: -647px;
        width: 219px;
        height: 218px;
    }

    .footer-board__images-item:nth-child(4) {
        top: 160px;
        right: -741px;
        width: 264px;
        height: 221px;
    }
    .mw-container {
        padding: 0 40px;
    }
    .container.wrapper__footer-info {
        padding: 32px 40px 24px;
    }
    .projectpage-info__regulartext p {
        margin-bottom: 20px;
    }


    .wrapper.wrapper-brief .formpage__title {
        font-size: 72px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%; /* 72px */
        letter-spacing: -3.6px;
        text-transform: uppercase;
    }

    .wrapper.wrapper-brief .formpage__titletext {
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 31.2px */
        letter-spacing: -1.3px;
    }

    .wrapper.wrapper-brief .formpage-form__fieldsblock-title {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 38.4px */
        letter-spacing: -0.96px;
        text-transform: uppercase;
    }

    .brief-section-idx {
        font-size: 25.817px;
        font-style: normal;
        font-weight: 900;
        line-height: 120%; /* 30.98px */
        letter-spacing: -0.775px;
        text-transform: uppercase;
        border-width: 3px;
        width: 65px;
        height: 40px;
    }

    .brief-form__field-title {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 28.8px */
        letter-spacing: -1.2px;
    }

    .brief-form__field-tip {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 28.8px */
        letter-spacing: -1.2px;
    }

    .formpage__container.formpage__container_brief .formpage-form__fieldsblocks {
        padding: 32px;
    }

    .formpage__container.formpage__container_brief .formpage-form__textareablock textarea {
        font-size: 22px;
    }

    .wrapper.wrapper-brief input, .wrapper.wrapper-brief select, .wrapper.wrapper-brief textarea {
        font-size: 22px;
    }

    .wrapper.wrapper-brief .formpage-form__checkboxes-item-text {
        font-size: 20px;
        padding: 14px 24px;
    }

    .wrapper.wrapper-brief .formpage-form__textinputs-item input {
        font-size: 22px;
    }
    .header-menu__langs a {
        font-size: 14px;
    }
    .langs-sep {
        font-size: 0.83vw;
        padding: 0.93vw 0vw 0vw 0.53vw;
        margin-right: -8px;
    }
    .servicespage__item-inner {
        padding: 0 110px;
    }
    html[lang="ru"] .servicespage__title {
        font-size: 15.9vw;
    }
    html[lang="ru"] .workspage__title-text {
        font-size: 13.36vw;
    }
    html[lang="ru"] .contacts-animblock__cont {
        padding: 0px 11.4vw;
    }
}


@media only screen and (max-width: 1365px) {
    
    .mainpage__awards .shape-animated._1 {
        top: 30%;
        width: 900px;
        height: 700px;
    }
    
    .mainpage__awards .shape-animated._2 {
        top: 31%;
        width: 1221px;
        height: 631px;
    }

    .footer-contacts-email {
        font-size: 1.95vw;
    }

    .footer-contacts-links .button {
        font-size: 1.45vw;
        padding: 0.65vw 1.65vw;
    }
    html[lang="ru"] .about-recognition__title {
        font-size: 8.21vw;
    }
    
    
    .wrapper__footer-board {
        margin-bottom: 0;
    }



}

@media only screen and (max-width: 1279px) {

    .workspage__title {
        padding-top: 120px;
    }

    .workspage-filters__item-text {
    }

    .workspage-filters__item {
        padding: 19px 20px;
        padding-bottom: 0;
    }

    .workspage-filters__item-num {
        font-size: 0.73vw;
        top: -0.06vw;
        right: -1.47vw;
    }

    @-webkit-keyframes lineFiltersDraw {
        0% {
            width: 0%;
            height: 0%;
            border: 0px solid rgba(255, 255, 255, 0.20);
        }
        1% {
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-bottom-color: transparent;
        }
        50% {
            width: 100%;
            height: 0%;
        }
        100% {
            width: 100%;
            height: 3.59vw;
            border: 2px solid rgba(255, 255, 255, 1);
            border-bottom-color: transparent;
        }
    }

    @keyframes lineFiltersDraw {
        0% {
            width: 0%;
            height: 0%;
            border: 0px solid rgba(255, 255, 255, 0.20);
        }
        1% {
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-bottom-color: transparent;
        }
        50% {
            width: 100%;
            height: 0%;
        }
        100% {
            width: 100%;
            height: 3.59vw;
            border: 2px solid rgba(255, 255, 255, 1);
            border-bottom-color: transparent;
        }
    }

    .workspage-card__pins-item {
        font-size: 14px;
        margin-left: 3px;
    }

    .workspage-card__pins {
        top: 0.94vw;
        right: 0.94vw;
    }

    .workspage-cards__item {
        padding: 0.78vw;
    }

    .workspage-cards {
        grid-gap: 1.25vw;
    }

    .workspage-card__info-text {
        font-size: 16px;
        letter-spacing: -0.04vw;
        margin-bottom: 16px;
    }

    .workspage__filters {
        margin-bottom: 32px;
    }

    .footer-board {
        padding: 9.45vw 4.27vw 9.45vw;
    }

    .footer-board__title {
        font-size: 5.63vw;
        letter-spacing: -0.281vw;
        margin-bottom: 32px;
    }

    .footer-board__button {
        margin-bottom: 57px;
    }

    .footer-we {
        font-size: 4.06vw;
        letter-spacing: -0.2vw;
    }

    .footer-contacts__item {}

    .footer-links__item {
        font-size: 1.25vw;
        letter-spacing: -0.04vw;
        margin-bottom: 1.75vh;
    }

    .footer-board__text {
        font-size: 1.95vw;
        letter-spacing: -0.078vw;
    }

    .footer-links__item.totop svg {
        height: 1.92vw;
        width: 1.92vw;
    }

    .about__title-text span {
        /* font-size: 9.38vw; */
        letter-spacing: -0.55vw;
    }

    .about__images-item {
        width: 10vw;
    }

    .about__title {
        /* padding-top: 12.89vw; */
        /* padding-bottom: 6.56vw; */
    }

    .mainpage-scroll {
        font-size: 1.25vw;
    }

    .mainpage-scroll:after {
        margin-top: 1.27vh;
        height: 9.38vw;
    }

    .mainpage-scroll:before {
        top: calc(100% - 9.38vw);
    }

    @-webkit-keyframes scrollBlockLine {
        0% {
            height: 0px;
        }
        50% {
            height: 0px;
        }
        100% {
            height: 9.38vw;
        }
    }

    @keyframes scrollBlockLine {
        0% {
            height: 0px;
        }
        50% {
            height: 0px;
        }
        100% {
            height: 9.38vw;
        }
    }

    .about-principles {
        /* padding-top: 6.56vw; */
    }

    .about-principles__text {
        margin-bottom: 22px;
    }

    .about-principles__title {
        /* padding-top: 3.75vw; */
        margin-bottom: 60px;
    }

    .about-principles-cards__item {
        border-radius: 1.25vw;
        padding: 2.27vw;
    }

    .about-principles-cards__item-img {
        /* width: 6.72vw; */
        /* height: 6.72vw; */
        margin-bottom: 32px;
    }

    .about-principles-cards__item-title {
        font-size: 2.03vw;
        letter-spacing: -0.066vw;
        margin-bottom: 11px;
    }

    .about-principles-cards__item-text {
        font-size: 1.25vw;
    }

    .about__recognition {
        padding-top: 8.75vw;
    }

    .about-recognition {
        padding-top: 5.31vw;
    }

    .about-recognition__title {
        margin-bottom: 48px;
    }

    .about-recognition__table-head .about-recognition__table-cell {
        font-size: 1.41vw;
        letter-spacing: -0.056vw;
    }

    .about-recognition__table-cell {
        padding: 0.94vw 0;
        font-size: 1.41vw;
        letter-spacing: -0.056vw;
    }

    .about-recognition__table-img {
        display: none;
    }

    .about-recognition__table-head .about-recognition__table-cell._name {
        opacity: 1;
        visibility: visible;
    }

    .about-recognition__table-cell._project {
        display: none;
    }

    .about-recognition__table-row {
        -ms-grid-columns: 13% 28% 42% 13% 4%;
        grid-template-columns: 13% 28% 42% 13% 4%;
    }

    .about-recognition__table-link {
        width: 2vw;
        height: 2vw;
    }

    .about__recognition {
        padding-bottom: 200px;
    }

    .about-projects__title-small {
        font-size: 6.48vw;
        letter-spacing: -0.326vw;
    }

    .about-projects__title {
        margin-bottom: 48px;
    }

    .about-projects__title-big.text-red {
        font-size: 11.56vw;
        letter-spacing: -0.58vw;
    }

    .about-projects-slider .swiper-slide {
        width: 37.29vw;
        height: 23.44vw;
    }

    .about-projects__sliders {
        margin-bottom: 32px;
    }

    .firstscreen {
        padding-top: 90px;
    }

    .header-button__text {
        /* padding: 0.78vw 1.25vw; */
        /* font-size: 1.25vw; */
        /* letter-spacing: -0.131vw; */
    }

    .header-button__back {
        /* height: 3.20vw; */
    }

    .firstscreen__mainletters {
        /* margin-bottom: 8.12vh; */
    }

    .firstscreen-textblock__title {margin-bottom: 0.85vh;}

    .mainpage__selected {
        /* padding-top: 12.42vw; */
        margin-bottom: 140px;
    }

    .selected {
        padding-top: 4.69vw;
    }

    .h0 {
        font-size: 10.94vw;
        letter-spacing: -0.63vw;
    }

    .selected-slide {
        /* top: 4vw; */
        padding: 1.72vw 2.66vw;
        /* height: 40vw; */
    }

    .selected-slide__tags-item {
        /* font-size: 1.25vw; */
        margin-right: 0.21vh;
        padding: 0.78vw 1.88vw;
        letter-spacing: -0.042vw;
    }

    .selected-slide__tags {
        margin-bottom: 12px;
    }

    .selected-slide__title {
        font-size: 40px;
        letter-spacing: -0.135vw;
        line-height: 1;
    }

    .selected__slider {
        margin-bottom: 2.04vh;
    }

    .button.button_more {
        font-size: 2.50vw;
        padding: 1.25vw 2.50vw;
    }

    .awards {
        margin-top: 1.59vh;
    }

    .awards__text {
    }

    .awards-card__number {
        font-size: 5.31vw;
        letter-spacing: -0.177vw;
        margin-top: -1vw;
    }

    .awards-card__number span {
        font-size: 1.25vw;
        letter-spacing: -0.042vw;
        top: 1.3vw;
    }

    .awards-card__subtitle {
        /* margin-top: -1vw; */
        font-size: 1.72vw;
    }

    .awards-card__title {
        font-size: 1.72vw;
    }

    .awards-card {
        /* padding: 1.88vw; */
    }

    .awards__cards {
        grid-column-gap: 1.64vw;
        grid-row-gap: 1.25vw;
    }


    .contacts__title {
        padding-top: 12.19vw;
        margin-bottom: 48px;
    }

    .contacts-title__small {
        font-size: 6.25vw;
        margin-bottom: 0.26vh;
    }

    .contacts-title__big {
        font-size: 11.16vw;
        letter-spacing: -0.70vw;
    }

    .contacts-animblock {
        padding: 3.52vw 0 3.83vw;
    }

    .contacts-animblock:not(:nth-last-child(2)) {
        margin-bottom: 48px;
    }

    .contacts-animblock:nth-child(odd):before {
        border-top-left-radius: 1.56vw;
        border-top-right-radius: 1.56vw;
    }

    .contacts-animblock:nth-child(odd):after {
        border-bottom-left-radius: 1.56vw;
        border-bottom-right-radius: 1.56vw;
    }

    @-webkit-keyframes lineDrawTop {
        0% {
            width: 0%;
            height: 0%;
            border: 0px solid rgba(255, 255, 255, 1);
        }
        1% {
            border: 2px solid rgba(255, 255, 255, 1);
            border-bottom-color: transparent;
        }
        50% {
            width: calc(200% - 0.31vw);
            border-top-left-radius: 1.56vw;
            border-top-right-radius: 1.56vw;
            height: 0%;
        }
        100% {
            width: calc(200% - 0.31vw);
            height: 4.53vw;
            border: 2px solid rgba(255, 255, 255, 1);
            border-bottom-color: transparent;
        }
    }

    @keyframes lineDrawTop {
        0% {
            width: 0%;
            height: 0%;
            border: 0px solid rgba(255, 255, 255, 1);
        }
        1% {
            border: 2px solid rgba(255, 255, 255, 1);
            border-bottom-color: transparent;
        }
        50% {
            width: calc(200% - 0.31vw);
            border-top-left-radius: 1.56vw;
            border-top-right-radius: 1.56vw;
            height: 0%;
        }
        100% {
            width: calc(200% - 0.31vw);
            height: 4.53vw;
            border: 2px solid rgba(255, 255, 255, 1);
            border-bottom-color: transparent;
        }
    }

    @-webkit-keyframes lineDrawBottom {
        0% {
            width: 0%;
            height: 0%;
            border: 0px solid rgba(255, 255, 255, 1);
        }
        1% {
            border: 2px solid rgba(255, 255, 255, 1);
            border-bottom-color: transparent;
        }
        50% {
            width: calc(200% - 0.31vw);
            border-bottom-left-radius: 1.56vw;
            border-bottom-right-radius: 1.56vw;
            height: 0%;
        }
        100% {
            width: calc(200% - 0.31vw);
            height: 4.53vw;
            border: 2px solid rgba(255, 255, 255, 1);
            border-top-color: transparent;
        }
    }

    @keyframes lineDrawBottom {
        0% {
            width: 0%;
            height: 0%;
            border: 0px solid rgba(255, 255, 255, 1);
        }
        1% {
            border: 2px solid rgba(255, 255, 255, 1);
            border-bottom-color: transparent;
        }
        50% {
            width: calc(200% - 0.31vw);
            border-bottom-left-radius: 1.56vw;
            border-bottom-right-radius: 1.56vw;
            height: 0%;
        }
        100% {
            width: calc(200% - 0.31vw);
            height: 4.53vw;
            border: 2px solid rgba(255, 255, 255, 1);
            border-top-color: transparent;
        }
    }

    .contacts-animblock__dscrp {
        font-size: 1.25vw;
        margin-bottom: 16px;
        letter-spacing: -0.05vw;
    }

    .contacts-animblock__title {
        font-size: 3.44vw;
        letter-spacing: -0.172vw;
        line-height: 120%;
        margin-bottom: 24px;
    }

    .contacts-animblock__icos {
        height: 3.20vw;
        margin-bottom: 24px;
    }

    .button.button_contacts {
        font-size: 20px;
        padding: 16px 19px;
    }

    .contacts__animblocks {
        margin-bottom: 5.11vh;
    }

    .contacts-follow__title {
        font-size: 10.94vw;
        letter-spacing: -0.55vw;
    }

    .contacts-follow__cards-item {
        border-radius: 12px;
        /* height: 14.69vw; */
    }

    .projectpage-firstscreen__labels-item {
        width: 9.38vw;
        height: 9.38vw;
        margin-left: -2.3vw;
    }

    .projectpage-firstscreen-link {
        width: 5vw;
        height: 5vw;
    }

    .projectpage-firstscreen-link svg {
        width: 56%;
    }

    .projectpage-firstscreen__link {
        bottom: 3.13vw;
    }

    .projectpage-firstscreen__labels {
        bottom: 3.13vw;
    }

    .projectpage-info__title {
        padding: 2.50vw 0;
    }

    .projectpage-info__title + .projectpage-info__sides {
        padding-top: 2.50vw;
    }

    .projectpage-info__conts-item-title {
        /* font-size: 1.25vw; */
        /* letter-spacing: -0.038vw; */
        /* margin-bottom: 0.21vh; */
    }

    .projectpage-info__conts-item-text {
        /* font-size: 1.25vw; */
        /* letter-spacing: -0.038vw; */
    }

    .projectpage-info__bigtext {
        font-size: 2.19vw;
        letter-spacing: -0.088vw;
        margin-bottom: 0.64vh;
    }

    .projectpage-info__regulartext {
        font-size: 18px;
        letter-spacing: -0.038vw;
    }

    .projectpage__info {
        padding-bottom: 5.63vw;
    }

    .projectpage__gallery-item {
        border-radius: 0.39vw;
    }

    .projectpage__gallery-row {
        margin-bottom: 1.27vh;
    }

    .projectpage__gallery {
        margin-bottom: 1.69vh;
    }

    .button.button_projectpage {
        font-size: 2.50vw;
        letter-spacing: -0.125vw;
        padding: 1.56vw 2.50vw;
    }

    .projectpage__button {
        margin-bottom: 2.48vh;
    }

    .projectpage__share-title {
        font-size: 2.19vw;
        margin-bottom: 0.85vh;
        letter-spacing: -0.109vw;
    }

    .projectpage__share-link {
        width: 6.41vw;
        height: 6.41vw;
        margin: 0 0.70vw;
    }


    .formpage__title-wrap {
        padding-top: 9.84vw;
    }

    .formpage__title {
        font-size: 6.25vw;
        letter-spacing: -0.31vw;
        margin-bottom: 0;
    }

    .formpage-formblock__form {
        width: 85.94vw;
        border-radius: 1.25vw;
    }

    .formpage-form {
        padding: 3.83vw 9.38vw 5.16vw;
    }

    .formpage-form__title {margin-bottom: 0.64vh;}

    .formpage-form__checkboxes-item-text {
        font-size: 1.56vw;
        letter-spacing: -0.08vw;
        padding: 1.09vw 1.88vw;
    }

    .formpage-form__fieldsblock {
        padding: 4.06vw 0;
    }

    .formpage-form__textarea {
        min-height: 17.19vw;
        padding: 1.56vw;
        margin-bottom: 0.64vh;
    }

    .formpage-form__file-text svg {
        width: 1.88vw;
        height: 1.88vw;
    }

    .formpage-form__file-text span {
        font-size: 1.72vw;
    }

    .formpage-form__textinputs-item input {
        font-size: 1.72vw;
        letter-spacing: -0.086vw;
    }

    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
    input:-moz-placeholder, textarea:-moz-placeholder,
    input::-moz-placeholder, textarea::-moz-placeholder,
    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        font-size: 1.72vw;
        letter-spacing: -0.086vw;
    }

    .formpage-form__textinputs-item {
        margin-bottom: 1.27vh;
    }

    .formpage-form__privacy {
        font-size: 1.72vw;
        letter-spacing: -0.052vw;
        width: 75%;
        padding: 4.06vw 0 3.13vw;
    }

    .button.button_formpage {
        font-size: 1.88vw;
        letter-spacing: -0.094vw;
        padding: 1.25vw 2.50vw;
    }

    .formpage-formblock {
    }


    .formpage-thanks {
        /* padding-top: 18.75vw; */
    }

    .formpage-thanks__pic {
        width: 14.06vw;
        height: 14.06vw;
        margin-bottom: 1.27vh;
    }

    .formpage-thanks__title {
        font-size: 6.25vw;
        letter-spacing: -0.31vw;
        margin-bottom: 0.85vh;
    }

    .formpage-thanks__text {
        font-size: 2.34vw;
        letter-spacing: -0.117vw;
    }

    .textpage {
        padding: 12.73vw 0 6.09vw;
    }

    .textpage__title {
        font-size: 10.94vw;
        letter-spacing: -0.55vw;
        margin-bottom: 0.44vh;
    }

    .textpage__sides-row:nth-child(1):before {
        border-top-left-radius: 1.56vw;
        border-top-right-radius: 1.56vw;
    }

    .textpage__sides-row:nth-last-child(1):before {
        border-bottom-left-radius: 1.56vw;
        border-bottom-right-radius: 1.56vw;
    }

    .textpage__sides-row:nth-child(1):before {
        -webkit-animation: 1.2s lineTextDrawTop ease-out forwards;
        animation: 1.2s lineTextDrawTop ease-out forwards;
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s;
    }

    .textpage__sides-row:nth-last-child(1):before {
        -webkit-animation: 1.2s lineTextDrawBottom ease-out forwards;
        animation: 1.2s lineTextDrawBottom ease-out forwards;
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s;
    }

    @-webkit-keyframes lineTextDrawTop {
        0% {
            width: 0%;
            height: 0%;
            border: 0px solid rgba(255, 255, 255, 0.20);
        }
        1% {
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-bottom-color: transparent;
        }
        50% {
            width: 100%;
            height: 0%;
        }
        100% {
            width: 100%;
            height: 2.50vw;
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-bottom-color: transparent;
        }
    }

    @keyframes lineTextDrawTop {
        0% {
            width: 0%;
            height: 0%;
            border: 0px solid rgba(255, 255, 255, 0.20);
        }
        1% {
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-bottom-color: transparent;
        }
        50% {
            width: 100%;
            height: 0%;
        }
        100% {
            width: 100%;
            height: 2.50vw;
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-bottom-color: transparent;
        }
    }

    @-webkit-keyframes lineTextDrawBottom {
        0% {
            width: 0%;
            height: 0%;
            border: 0px solid rgba(255, 255, 255, 0.20);
        }
        1% {
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-bottom-color: transparent;
        }
        50% {
            width: 100%;
            height: 0%;
        }
        100% {
            width: 100%;
            height: 2.50vw;
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-top-color: transparent;
        }
    }

    @keyframes lineTextDrawBottom {
        0% {
            width: 0%;
            height: 0%;
            border: 0px solid rgba(255, 255, 255, 0.20);
        }
        1% {
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-bottom-color: transparent;
        }
        50% {
            width: 100%;
            height: 0%;
        }
        100% {
            width: 100%;
            height: 2.50vw;
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-top-color: transparent;
        }
    }

    .textpage__sides-row:nth-child(1) {
        padding-top: 4.53vw;
    }

    .textpage__sides-row {
        padding: 2.50vw 3.75vw;
    }

    .textpage__sides-row:nth-last-child(1) {
        padding-bottom: 4.53vw;
    }

    @-webkit-keyframes lineTextDrawRegular {
        0% {
            width: 0%;
        }
        50% {
            width: 0%;
        }
        100% {
            width: calc(100% - 7.50vw);
        }
    }

    @keyframes lineTextDrawRegular {
        0% {
            width: 0%;
        }
        50% {
            width: 0%;
        }
        100% {
            width: calc(100% - 7.50vw);
        }
    }

    .preloader__percents {
        margin-top: 44vh;
    }

    .preloader__logo {
        margin-bottom: 5vh;
    }

    .preloader__dscrp {
        margin-bottom: 1vh;
    }


    .services__list {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }


    .footer-board__images-item:nth-child(1) {
        /* top: calc(50% - 227px); */
        /* left: 30.5vw; */
        /* width: 5vw; */
        /* height: 5.31vw; */
        top: -380px;
        left: -513px;
        width: 57px;
        height: 82px;
    }

    .footer-board__images-item:nth-child(2) {
        /* top: calc(50% - 242px); */
        /* right: 27.55vw; */
        /* width: 11.72vw; */
        /* height: 8.83vw; */
        top: -330px;
        right: -576px;
        width: 146px;
        height: 118px;
    }

    .footer-board__images-item:nth-child(3) {
        /* top: calc(50% - 116px); */
        /* left: 20.35vw; */
        /* width: 13.52vw; */
        /* height: 13.52vw; */
        top: 120px;
        left: -497px;
        width: 169px;
        height: 168px;
    }

    .footer-board__images-item:nth-child(4) {
        /* top: calc(50% - 99px); */
        /* right: 18vw; */
        /* width: 15.86vw; */
        /* height: 13.20vw; */
        top: 60px;
        right: -521px;
        width: 164px;
        height: 151px;
    }

    .button.button_more.button-anim {
        font-size: 1.88vw;
        letter-spacing: -0.094vw;
    }

    .servicespage__item-title {
        font-size: 34px;
        letter-spacing: -1.088px;
        margin-bottom: 16px;
    }

    .servicespage__item-text {
        font-size: 16px;
        letter-spacing: -0.63px;
    }
    .firstscreen_f {
        height: calc(100vh - 80px);
    }
    .about__projects {
        padding-bottom: 140px;
    }
    .footer-info__top {
        margin-bottom: 6vh;
    }

    .footer-info {
        padding-bottom: 20px;
    }

    .footer-info__logo {
        margin-bottom: 20px;
    }
    ._active .header-button__burger:before {
        -webkit-transform: rotate(-45deg) translate(0px, 0px) scale(0.5);
        -ms-transform: rotate(-45deg) translate(0px, 0px) scale(0.5);
        transform: rotate(-45deg) translate(0px, 0px) scale(0.5);
    }

    ._active .header-button__burger:after {
        -webkit-transform: rotate(45deg) translate(0px, 0px) scale(0.5);
        -ms-transform: rotate(45deg) translate(0px, 0px) scale(0.5);
        transform: rotate(45deg) translate(0px, 0px) scale(0.5);
    }

    .header-menu__list {
        margin-bottom: 30px;
    }

    .header-menu__email {
        margin-bottom: 32px;
    }
    .servicespage__wrap.mw-container {
        margin-bottom: 150px;
    }
    .button {
        letter-spacing: -0.7px;
    }

    .contacts-follow__cards {
        /* margin-top: -100px; */
    }

    .contacts-follow {
        /* padding-bottom: 200px; */
    }
    .textpage__sides-text p {
        font-size: 18px;
    }
    .wrapper__footer-board {
        /* height: 100vh; */
    }
    .wrapper__footer-info {
        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;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-info {
        height: 68%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header-menu__list-item {
        /* font-size: 2.58vw; */
        /* margin-bottom: 0.49vh; */
        font-size: 24px;
    }

    .header-menu {
        width: 100%;
        padding: 50px 20px 14px;
    }

    .header-menu__list {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    ._active .header-button__menu {
        width: 300px;
    }

    .header-menu__socials a {
        /* font-size: 1.13vw; */
    }
    .header__logo-text {
        font-size: 23px;
    }

    .firstscreen__textblock {
        margin-top: 140px;
        /* padding-bottom: 140px; */
    }

    .header-button._burger._active .header-button__burger {
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    .header-button._burger._active {}

    .header-button._burger._active .header-button__text {
        -webkit-transform: translateX(-124px);
        -ms-transform: translateX(-124px);
        transform: translateX(-124px);
    }
    .awards-card-inner {
        min-height: 200px;
    }

    .awards-card__plus-ico {
        width: 48px;
        height: 48px;
    }

    .awards-card__plus-title {
        font-size: 20px;
    }
    .mainpage__selected .shape-animated._1 {
        top: 0;
    }

    .mainpage__selected .shape-animated._2 {
        top: 0;
    }
    .about > .shape-animated-wrap .shape-animated._1 {
        width: 134vw;
        height: 78vh;
    }

    .about > .shape-animated-wrap .shape-animated._2 {
        width: 1238px;
        height: 480px;
    }
    .about__recognition .shape-animated._1 {
        width: 1151px;
        height: 306px;
    }

    .about__recognition .shape-animated._2 {
        width: 1111px;
        height: 418px;
    }
    .workspage__title-text {
        margin-bottom: 20px;
        font-size: 15.86vw;
    }

    .workspage-card__info-title {
        font-size: 22px;
    }

    .workspage-card__info-title:after {
        width: 30px;
        height: 30px;
    }

    .workspage-card__labels-item {
        width: 64px;
        height: 64px;
        margin-left: -22px;
    }

    .workspage-card__labels {
        bottom: 16px;
        left: 42px;
    }
    .projectpage-info__mainlink a {
        font-size: 24px;
    }

    .projectpage-info__mainlink a svg {
        width: 24px;
        height: 24px;
    }

    .projectpage-info__regulartext p {
        font-size: 18px;
    }

    .projectpage__share-link img {
        width: 24px;
        height: 24px;
    }

    .contacts > .shape-animated-wrap .shape-animated._1 {
        width: 961px;
        height: 367px;
        top: 0;
    }

    .contacts > .shape-animated-wrap .shape-animated._2 {
        width: 939px;
        height: 464px;
        top: 0;
    }

    .contacts-animblock__cont {
        padding: 0 68px;
    }
    .contacts__animblocks.mw-container {
        margin-bottom: 100px;
    }
    .contacts {
        padding-bottom: 80px;
    }
    .brief-form__field-l {
        width: 40%;
    }

    .brief-form__field-r {
        width: 60%;
    }
    .langs-sep {
        font-size: 13px;
    }
    .servicespage__item-inner {
        padding: 0 60px;
    }

    html[lang="ru"] .awards-card__title {
        font-size: 1.4vw;
    }
    html[lang="ru"] .about-recognition__title {
        font-size: 7.21vw;
        letter-spacing: -4px;
    }
    html[lang="ru"] .contacts-animblock__cont {
        padding: 0px 8.7vw;
    }

    html[lang="ru"] .contacts-follow__title {
        font-size: 7.74vw;
    }
    
    .selected__slider.mw-container {
        margin-bottom: 280px;
    }

}






@media only screen and (max-width: 1023px) {

    .header__logo-img {
        width: 21.09vw;
    }

    .header {
        /* padding: 2.21vw 5.21vw; */
    }

    .header-button__text {
        /* font-size: 2.08vw; */
        /* padding: 1.30vw 1.30vw; */
    }

    .header-button__back {
        /* height: 5.31vw; */
    }

    .header-button__burger {
        /* margin-right: 1.04vh; */
        width: 32px;
    }

    .header-button._burger .header-button__text {
        padding-right: 9vw;
    }

    .header-button__burger:after, .header-button__burger:before {
        height: 0.2vw;
    }

    .header-button__burger:before {
        -webkit-transform: rotate(0deg) translate(0px, -0.36vw) scale(1);
        -ms-transform: rotate(0deg) translate(0px, -0.36vw) scale(1);
        transform: rotate(0deg) translate(0px, -0.36vw) scale(1);
    }

    .header-button__burger:after {
        -webkit-transform: rotate(0deg) translate(0px, 0.36vw) scale(1);
        -ms-transform: rotate(0deg) translate(0px, 0.36vw) scale(1);
        transform: rotate(0deg) translate(0px, 0.36vw) scale(1);
    }

    .container {
        /* padding: 0 40px; */
    }


    .header-button._burger._active .header-button__text {
        -webkit-transform: translateX(-6vw);
        -ms-transform: translateX(-6vw);
        transform: translateX(-6vw);
    }

    .workspage__title {
        padding-top: 11.07vw;
        margin-bottom: 3vh;
    }

    .workspage__title-text {
        font-size: 14.526vw;
        letter-spacing: -0.4vw;
    }

    .workspage-filters-button {
        position: relative;
        padding: 2.34vw;
        padding-bottom: 2.34vw;
        font-size: 2.08vw;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: 0.063vw;
        text-transform: uppercase;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
        z-index: 4;
        cursor: pointer;
    }

    .workspage-filters-button:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 4.17vw;
        /* height: 100%; */
        width: calc(100% - 4px);
        border: 1px solid rgba(255, 255, 255, 1);
        border-top-left-radius: 2.08vw;
        border-top-right-radius: 2.08vw;
        border-bottom-color: transparent;
        pointer-events: none;
        z-index: -1;
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
    }

    .workspage-filters-button__cross {
        position: relative;
        width: 1.60vw;
        height: 1.60vw;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        z-index: 2;
    }

    .workspage-filters-button__cross:after, .workspage-filters-button__cross:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: #FFF;
    }

    .workspage-filters-button__cross:after {
        width: 2px;
        height: 100%;
    }

    .workspage-filters-button__cross:before {
        width: 100%;
        height: 2px;
    }

    .workspage-filters {
        display: block;
        position: relative;
    }

    .workspage-filters-list {
        border-radius: 2.08vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #FFF;
        border-bottom-left-radius: 2.08vw;
        border-bottom-right-radius: 2.08vw;
        padding: 2.5vw 0 1vw;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 3;
        /* transition-delay: .3s; */
        padding-top: 61px;
        /* z-index: 11111; */
        width: 100%;
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        pointer-events: none;
        opacity: 0;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    .workspage-filters__item:not(:nth-last-child(1)):after {
        display: none;
    }

    .workspage-filters__item-text {
        color: #020202;
        width: 100%;
        padding: 1.30vw 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 1.82vw;
        font-weight: 500;
        border-top: 1px solid #EBEBEB;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        letter-spacing: -0.21px;
    }

    .workspage-filters__item {
    }

    .workspage-filters__item-num {
        position: initial;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        opacity: 1;
        font-size: inherit;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .workspage-filters__item {
        padding: 0 2.34vw;
        opacity: 1 !important;
        -webkit-transition-delay: 0s !important;
        -o-transition-delay: 0s !important;
        transition-delay: 0s !important;
    }

    .workspage-filters:after {
        display: none;
    }

    .workspage-filters-button._active:after {
        /* background: #FFF; */
    }

    .workspage-filters-button._active .workspage-filters-button__text {}

    .workspage-filters-button__text {}

    .workspage-filters-button._active {
        color: #FE0000;
    }

    .workspage-filters-button._active .workspage-filters-button__cross:after, .workspage-filters-button._active .workspage-filters-button__cross:before {
        background: #FE0000;
    }

    .workspage-filters-button._active .workspage-filters-button__cross {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .workspage-filters__item-input:checked + .workspage-filters__item-text .workspage-filters__item-name {
        letter-spacing: -1.21px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .workspage-filters__item-input:checked + .workspage-filters__item-text {
        font-size: 1.82vw;
        font-weight: 700;
        -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
    }

    .footer-we {
        font-size: 28px;
        letter-spacing: -0.182vw;
    }

    .footer-contacts__item {
        font-size: 12px;
        letter-spacing: -0.073px;
    }

    .footer-links__item {
        font-size: 12px;
        letter-spacing: -0.047px;
        margin-bottom: 10px;
    }

    .footer-links__col-block-title {
        font-size: 12px;
        letter-spacing: -0.147px;
    }

    .footer-links__item.totop svg {
        height: 2.0vw;
        width: 2.5vw;
        top: -0.15vw;
    }

    .footer-links__item.totop {
        font-size: 1.56vw;
        letter-spacing: -0.047vw;
        top: 0.1vw;
    }

    .footer-info__top {
        margin-bottom: 64px;
    }

    .footer-info__bottom {
        font-size: 14px;
        letter-spacing: 0.033vw;
    }

    .footer-info__top-left {
        width: 40%;
    }

    .footer-info__top-right {
        width: calc(100% - 52vw);
    }

    .wrapper__main {
        /* margin-bottom: -343px; */
        margin-bottom: -2px;
    }

    .about__images-item {
        width: 15.63vw;
    }

    .about__title {
        /* padding-top: 20.70vw; */
        /* padding-bottom: 6.77vw; */
        height: unset;
        padding: 200px 0;
    }

    .about__title-text span {
        font-size: 13.02vw;
    }

    .mainpage-scroll {
        font-size: 2.08vw;
        letter-spacing: -0.038vw;
    }

    .mainpage-scroll:after {
        margin-top: 1.80vh;
        height: 9.688vw;
    }

    @-webkit-keyframes scrollBlockLine {
        0% {
            height: 0px;
        }
        50% {
            height: 0px;
        }
        100% {
            height: 9.688vw;
        }
    }

    @keyframes scrollBlockLine {
        0% {
            height: 0px;
        }
        50% {
            height: 0px;
        }
        100% {
            height: 9.688vw;
        }
    }

    .about-principles {}

    .about-principles__text {
        font-size: 4.17vw;
        letter-spacing: -0.208vw;
        width: 100%;
    }

    .about-principles__title {
        top: 20.21vw;
        font-size: 11.46vw;
        letter-spacing: -0.575vw;
    }

    .about-principles-cards {
        -ms-grid-columns: 1fr 2.60vw 1fr;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2.60vw;
    }

    .about-principles-cards__item {
        border-radius: 2.08vw;
        padding: 4.30vw 3.91vw;
    }

    .about-principles-cards__item-img {
        width: 11.20vw;
        height: 11.20vw;
        margin-bottom: 5.34vh;
    }

    .about-principles-cards__item-title {
        font-size: 3.39vw;
        letter-spacing: -0.135vw;
        margin-bottom: 1.04vh;
    }

    .about-principles-cards__item-text {
        font-size: 2.08vw;
        letter-spacing: -0.063vw;
    }

    .about-recognition__table-head {
        display: none;
    }

    .about-recognition__table-row {
        display: block;
        position: relative;
        padding-bottom: 2.08vw;
        border-bottom: 1px solid #ffffff36;
    }

    .about-recognition__table-cell._award {
        font-size: 4.17vw;
        letter-spacing: -0.167vw;
        padding: 0;
        padding-bottom: 2.08vw;
        border-bottom: 1px solid #ffffff36;
        text-transform: uppercase;
    }

    .about-recognition__table-cell._name, .about-recognition__table-cell._category, .about-recognition__table-cell._year, .about-recognition__table-cell._link {
        border-bottom: 0;
    }

    .about-recognition__table-cell._name {
        padding: 0;
        padding-top: 2.08vw;
        font-size: 2.34vw;
        letter-spacing: -0.094vw;
        margin-bottom: 0.39vh;
    }

    .about-recognition__table-cell._category {
        padding: 0;
        font-size: 1.82vw;
        letter-spacing: -0.073vw;
        color: rgba(255, 255, 255, 0.30);
        margin-bottom: 0.91vh;
    }

    .about-recognition__table-cell._year {
        padding: 0;
        font-size: 2.34vw;
        letter-spacing: -0.094vw;
    }

    .about-recognition__table-cell._link {
        display: contents;
    }

    .about-recognition__table-link {
        position: absolute;
        right: 0;
        bottom: 2.08vw;
        width: 40px;
        height: 40px;
    }

    .about-recognition__table-row:nth-child(1) {}

    .about-recognition__table-row:not(:nth-child(1)) .about-recognition__table-cell._award {
        display: none;
    }

    .about-recognition__table-rows {
        border-bottom: 0;
    }

    .about-recognition__table-rows:not(:nth-last-child(1)) {
        border-bottom: 0;
    }

    .about-recognition__table-rows:not(:nth-child(1)) {
        padding-top: 5.21vw;
    }

    .about__recognition {
        padding-bottom: 12.37vw;
        padding-top: 0;
    }

    .about-projects__title-small {
        font-size: 6.25vw;
        letter-spacing: -0.313vw;
        margin-bottom: 0.52vh;
    }

    .about-projects__title-big.text-red {
        font-size: 11.72vw;
        letter-spacing: -0.586vw;
    }

    .about-projects-slider .swiper-slide {
        width: 66.09vw;
        height: 44.91vw;
        margin-right: 0.78vh;
    }

    .about-projects-slider:not(:nth-last-child(1)) {
        margin-bottom: 0.78vh;
    }

    .about__images {
        display: none;
    }

    .about__title:after, .about__title:before {
        display: none;
    }


    .firstscreen {
        padding-top: 90px;
    }

    .header__logo-text {
        font-size: 18px;
        letter-spacing: -0.23px;
    }

    .firstscreen__scroll {
        display: none;
    }

    .firstscreen__mainletters {
        /* margin-bottom: 21.03vh; */
    }

    .firstscreen-textblock__title {
        font-size: 5.21vw;
        letter-spacing: -0.26vw;
        margin-bottom: 1.56vh;
    }

    .firstscreen-textblock__text {
        font-size: 2.60vw;
        letter-spacing: -0.13vw;
        padding: 0;
    }

    .mainpage__selected {
        /* padding-top: 10.42vw; */
    }

    .mainpage-scroll {
        font-size: 2.08vw;
        letter-spacing: -0.063vw;
    }

    .mainpage-scroll:after {
        margin-top: 3.00vh;
        height: 16.15vw;
    }

    .mainpage-scroll:before {
        top: calc(100% - 16.15vw);
    }

    @keyframes scrollBlockLine {
        0% {
            height: 0px;
        }
        50% {
            height: 0px;
        }
        100% {
            height: 16.15vw;
        }
    }

    .selected {
        /* padding-top: 10.03vw; */
    }

    .h0 {
        font-size: 12.50vw;
        letter-spacing: -0.625vw;
    }

    .selected__title {
        /* top: 19.21vw; */
    }
    .selected-slide:hover .selected-slide__img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .selected-slide {
        height: 50vw;
        border-radius: 2.08vw;
        padding: 1.69vw 2.60vw;
        margin-bottom: 24px;
        cursor: pointer;
    }

    .selected-slide__title {
        font-size: 6.77vw;
        letter-spacing: -0.339vw;
    }

    .selected-slide__tags {
        margin-bottom: 12px;
    }

    .selected-slide__tags-item {
        padding: 1.30vw 3.13vw;
        font-size: 2.08vw;
        letter-spacing: -0.104vw;
    }

    .selected-slide__labels-item {
        width: 9.33vw;
        height: 9.33vw;
    }

    .selected__slider {
        margin-bottom: 140px;
    }

    .button.button_more {
        padding: 2.08vw 4.17vw;
        font-size: 3.13vw;
        letter-spacing: -0.156vw;
    }

    .awards {
        margin-top: 3.90vh;

    }

    .awards__text {
        /* top: 20vh; */
        /* margin-bottom: 30vh; */
    }

    .awards-card {
        /* padding: 3.26vw 3.78vw; */
        /* height: 33.85vw; */
    }

    .awards__cards {
        grid-gap: 2.60vw;
        -ms-grid-columns: 1fr 2.60vw 1fr;
        grid-template-columns: repeat(2, 1fr);
    }

    .awards-card__number {
        font-size: 8.85vw;
        letter-spacing: -0.441vw;
        margin-top: -1.2vw;
    }

    .awards-card__number span {
        font-size: 2.08vw;
        letter-spacing: -0.104vw;
        top: 2.4vw;
        right: -4vw;
    }

    .awards-card__subtitle {
        font-size: 2.86vw;
        letter-spacing: -0.143vw;
        margin-bottom: 64px;
    }

    .awards-card__title {
        font-size: 2.86vw;
        letter-spacing: -0.115vw;
    }

    .awards-card__plus-ico {
        width: 5.33vw;
        height: 5.33vw;
        margin-bottom: 1.75vh;
    }

    .awards-card__plus-title {
        font-size: 2.86vw;
        letter-spacing: -0.143vw;
    }


    .contacts__title {
        padding-top: 17.06vw;
        margin-bottom: 1.36vh;
    }

    .contacts-title__small {
        font-size: 6.38vw;
        margin-bottom: 0.33vh;
        letter-spacing: -0.322vw;
    }

    .contacts-animblock {
        padding: 4.17vw 0;
    }

    .contacts-animblock__dscrp {
        font-size: 2.08vw;
        margin-bottom: 1.04vh;
        letter-spacing: -0.083vw;
    }

    .contacts-animblock__title {
        font-size: 3.69vw;
        letter-spacing: -0.234vw;
        margin-bottom: 1.56vh;
    }

    .contacts-animblock__cont {
        padding: 0 6.7vw;
    }

    .contacts-animblock__icos {
        height: 5.21vw;
        margin-bottom: 3.06vh;
    }

    .button.button_contacts {
        font-size: 2.08vw;
        padding: 1.69vw 2.73vw;
    }

    .contacts-animblock:nth-child(odd):before {
        border-top-left-radius: 3vw;
        border-top-right-radius: 3vw;
        width: 100%;
    }

    .contacts-animblock:nth-child(odd):after {
        border-bottom-left-radius: 3vw;
        border-bottom-right-radius: 3vw;
    }

    .contacts-animblock:not(:nth-last-child(2)) {
        margin-bottom: 2.08vh;
    }

    .contacts__animblocks {
        margin-bottom: 7.36vh;
    }

    .contacts-follow__title {
        font-size: 12.50vw;
        letter-spacing: -0.625vw;
    }

    .contacts-animblock__icos-star {
        margin: 0 3px;
    }


    .projectpage__firstscreen {
        height: 42.97vw;
    }

    .projectpage-firstscreen__labels-item {
    }

    .projectpage-firstscreen__link {
        bottom: 2.47vw;
    }

    .projectpage-firstscreen-link {
        width: 6.25vw;
        height: 6.25vw;
    }

    .projectpage-firstscreen__labels {
        bottom: 2.47vw;
    }

    .projectpage-info__title {
        padding: 2.58vw 0;
        font-size: 5.21vw;
        letter-spacing: -0.26vw;
    }

    .projectpage-info__title + .projectpage-info__sides {
        padding-top: 2.56vw;
    }

    .projectpage-info__sides._tablet-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .projectpage-info__sides-l {
        width: 100%;
    }

    .projectpage-info__sides-r {
        width: 100%;
    }

    .projectpage-info__bigtext {
        font-size: 3.65vw;
        letter-spacing: -0.146vw;
        margin-bottom: 1.56vh;
    }

    .projectpage-info__regulartext {
        font-size: 20px;
        letter-spacing: -0.063vw;
    }

    .projectpage-info__conts-item {
        width: 33%;
        margin-bottom: 1.28vh;
    }

    .projectpage-info__conts-item-title {
        /* font-size: 1.56vw; */
        /* margin-bottom: 0.52vh; */
        /* letter-spacing: -0.047vw; */
    }

    .projectpage-info__conts-item-text {
        /* font-size: 1.56vw; */
        /* letter-spacing: -0.047vw; */
    }

    .projectpage-info__mainlink {
        margin-top: 2.00vh;
    }

    .projectpage-info__mainlink a {
        /* font-size: 3.08vw; */
    }

    .projectpage-info__mainlink a:after {
        width: 3.8vw;
        height: 3.8vw;
        top: -0.4vw;
        right: -4vw;
    }

    .projectpage__info {
        padding-bottom: 0;
    }

    .projectpage__gallery-item {
    }

    .projectpage__gallery-row {
        margin-bottom: 1.76vh;
    }

    .projectpage__gallery-row._square {
        grid-gap: 1.43vw;
    }

    .projectpage-info__contswrap {
        margin-top: 6.05vh;
    }

    .projectpage-info__sides {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .projectpage-info__titleleft {
        font-size: 3.65vw;
        letter-spacing: -0.146vw;
        margin-bottom: 1.56vh;
    }

    .button.button_projectpage {
        font-size: 2.34vw;
        letter-spacing: -0.117vw;
    }

    .projectpage__button {
        margin-bottom: 4.17vh;
    }

    .projectpage__share-title {
        font-size: 2.86vw;
        letter-spacing: -0.143vw;
        margin-bottom: 2.08vh;
    }

    .projectpage__share-link {
        width: 6.25vw;
        height: 6.25vw;
        margin: 0 0.65vw;
    }



    .formpage {

    }

    .formpage__title-wrap {
        padding-top: 16.80vw;
    }

    .formpage__title {
        font-size: 8.07vw;
        letter-spacing: -0.404vw;
    }

    .formpage-formblock__form {
        width: 100%;
    }

    .formpage-form {
        border-radius: 2.08vw;
        padding: 5.34vw 5.73vw 9.38vw;
    }

    .formpage-form__title {
        font-size: 3.91vw;
        letter-spacing: -0.195vw;
        margin-bottom: 1.56vh;
    }

    .formpage-form__checkboxes-item-text {
        font-size: 18px;
        /* letter-spacing: -0.07vw; */
        padding: 1.82vw 3.13vw;
    }

    .formpage-form__checkboxes-item {
        border-radius: 5.21vw;
        margin: 0 0.52vw;
        margin-bottom: 0.65vh;
    }

    .formpage-form__fieldsblock {
        padding: 6.25vw 0;
    }

    .formpage-form__textarea {
        min-height: 28.65vw;
        padding: 2.60vw;
        margin-bottom: 1.56vh;
    }

    .formpage-form__file-text svg {
        width: 3.13vw;
        height: 3.13vw;
    }

    .formpage-form__file-text span {
        font-size: 2.86vw;
        letter-spacing: -0.143vw;
        margin-left: 0.65vh;
    }

    .file-list li {
        font-size: 2.08vw;
    }

    .file-list {
        margin-top: 3.25vh;
    }

    .removal-button {
        width: 2.2vw;
        height: 2.2vw;
        margin-left: 0.40vh;
    }

    .formpage-form__textinputs-item input {
        font-size: 20px;
        letter-spacing: -0.143vw;
        padding: 2.08vw 0;
        height: 7.55vw;
    }

    .formpage-form__privacy {
        font-size: 2.5vw;
        letter-spacing: -0.086vw;
        width: 100%;
        padding: 6.77vw 0 5.21vw;
    }

    .button.button_formpage {
        font-size: 3.13vw;
        letter-spacing: -0.156vw;
        padding: 2.08vw 4.17vw;
    }

    .formpage-formblock {
        width: calc(100% - 80px);
        margin: 0 auto;
    }



    .formpage-thanks__pic {
        width: 23.44vw;
        height: 23.44vw;
        margin-bottom: 3.12vh;
    }

    .formpage-thanks__title {
        font-size: 10.42vw;
        letter-spacing: -0.52vw;
        margin-bottom: 2.08vh;
    }

    .formpage-thanks__text {
        width: 100%;
        font-size: 3.91vw;
        letter-spacing: -0.195vw;
    }

    .br-tablet {
        display: block;
    }

    .textpage {
        padding: 16.80vw 0 5.34vw;
    }

    .textpage__title {
        font-size: 13.02vw;
        letter-spacing: -0.65vw;
        margin-bottom: 3.12vh;
    }

    .textpage__sides-row:nth-child(1):before {
        border-top-left-radius: 2.60vw;
        border-top-right-radius: 2.60vw;
    }

    .textpage__sides-row:nth-last-child(1):before {
        border-bottom-left-radius: 2.60vw;
        border-bottom-right-radius: 2.60vw;
    }

    .textpage__sides-row:nth-child(1):before {
        -webkit-animation: 1.2s lineTextDrawTop ease-out forwards;
        animation: 1.2s lineTextDrawTop ease-out forwards;
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s;
    }

    .textpage__sides-row:nth-last-child(1):before {
        -webkit-animation: 1.2s lineTextDrawBottom ease-out forwards;
        animation: 1.2s lineTextDrawBottom ease-out forwards;
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s;
    }

    @-webkit-keyframes lineTextDrawTop {
        0% {
            width: 0%;
            height: 0%;
            border: 0px solid rgba(255, 255, 255, 0.20);
        }
        1% {
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-bottom-color: transparent;
        }
        50% {
            width: 100%;
            height: 0%;
        }
        100% {
            width: 100%;
            height: 4.17vw;
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-bottom-color: transparent;
        }
    }

    @keyframes lineTextDrawTop {
        0% {
            width: 0%;
            height: 0%;
            border: 0px solid rgba(255, 255, 255, 0.20);
        }
        1% {
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-bottom-color: transparent;
        }
        50% {
            width: 100%;
            height: 0%;
        }
        100% {
            width: 100%;
            height: 4.17vw;
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-bottom-color: transparent;
        }
    }

    @-webkit-keyframes lineTextDrawBottom {
        0% {
            width: 0%;
            height: 0%;
            border: 0px solid rgba(255, 255, 255, 0.20);
        }
        1% {
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-bottom-color: transparent;
        }
        50% {
            width: 100%;
            height: 0%;
        }
        100% {
            width: 100%;
            height: 4.17vw;
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-top-color: transparent;
        }
    }

    @keyframes lineTextDrawBottom {
        0% {
            width: 0%;
            height: 0%;
            border: 0px solid rgba(255, 255, 255, 0.20);
        }
        1% {
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-bottom-color: transparent;
        }
        50% {
            width: 100%;
            height: 0%;
        }
        100% {
            width: 100%;
            height: 4.17vw;
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-top-color: transparent;
        }
    }

    .textpage__sides-row:nth-child(1) {
        padding-top: 4.17vw;
    }

    .textpage__sides-row {
        padding: 4.17vw 5.73vw;
    }

    .textpage__sides-row-title {
        width: 100%;
        /* font-size: 3.65vw; */
        /* letter-spacing: -0.146vw; */
        padding: 0;
        margin-bottom: 32px;
    }

    .textpage__sides-text p {
        /* font-size: 2.34vw; */
        /* line-height: 120%; */
        /* letter-spacing: -0.023vw; */
    }

    .textpage__sides-text {
        width: 100%;
    }

    @-webkit-keyframes lineTextDrawRegular {
        0% {
            width: 0%;
        }
        50% {
            width: 0%;
        }
        100% {
            width: calc(100% - 11.46vw);
        }
    }

    @keyframes lineTextDrawRegular {
        0% {
            width: 0%;
        }
        50% {
            width: 0%;
        }
        100% {
            width: calc(100% - 11.46vw);
        }
    }

    .textpage__sides-row {
        display: block;
    }

    .errorpage__text {
        font-size: 3.13vw;
        letter-spacing: -0.125vw;
        margin-bottom: 1.56vh;
    }

    .button.button_errorpage {
        font-size: 2.08vw;
        letter-spacing: -0.063vw;
        padding: 1.30vw 2.08vw;
    }

    .preloader__percents {
    }

    .firstscreen-textblock:before {
        left: -5.21vw;
        right: -5.21vw;
        height: unset;
    }

    .firstscreen-textblock:after {
        left: -5.21vw;
        right: -5.21vw;
    }







    .mainpage__selected .shape-animated._1 {
        top: 2%;
        left: -23%;
        width: 76vw;
        height: 42vw;
    }

    .mainpage__selected .shape-animated._2 {
        top: 2%;
        right: -12%;
        width: 79vw;
        height: 35vw;
    }

    .mainpage__awards .shape-animated._1 {
        top: 10%;
        width: 900px;
        height: 1200px;
    }

     .mainpage__awards .shape-animated._2 {
        top: 18%;
        right: -37%;
        width: 937px;
        height: 1150px;
    }

    .workspage .shape-animated._1 {
        top: -6%;
        left: -22%;
        width: 79vw;
        height: 32vw;
    }

    .workspage .shape-animated._2 {
        top: -6%;
        right: -15%;
        width: 79vw;
        height: 32vw;
    }

    .wrapper__footer .shape-animated._1 {
        bottom: 0;
        left: -230px;
        width: 79vw;
        height: 100%;
    }

    .wrapper__footer .shape-animated._2 {
        bottom: 16%;
        right: -20%;
        width: 80vw;
        height: 35vw;
    }

    .about > .shape-animated-wrap .shape-animated._1 {
        top: 5%;
        left: -22%;
        width: 78vw;
        height: 43vw;
    }

    .about > .shape-animated-wrap .shape-animated._2 {
        top: 4%;
        right: -12%;
        width: 69vw;
        height: 52vw;
    }

    .about__recognition .shape-animated._1 {
        top: 21%;
        left: -20%;
        width: 74vw;
        height: 64vw;
    }

    .about__recognition .shape-animated._2 {
        top: 20%;
        right: -21%;
        width: 78vw;
        height: 67vw;
    }

    .contacts > .shape-animated-wrap .shape-animated._1 {
        top: -2%;
        left: -19%;
        right: auto;
        width: 79vw;
        height: 43vw;
    }

    .contacts > .shape-animated-wrap .shape-animated._2 {
        top: -4%;
        right: -20%;
        -webkit-transform: rotate(41deg);
        -ms-transform: rotate(41deg);
        transform: rotate(41deg);
        width: 91vw;
        height: 46vw;
    }

    .errorpage .shape-animated._1 {
        top: 39%;
        left: -32%;
        width: 78vw;
        height: 48vw;
    }

    .errorpage .shape-animated._2 {
        top: 37%;
        right: -27%;
        width: 88vw;
        height: 52vw;
    }

    .errorpage .shape-animated._1 div {
        -webkit-animation-duration: 5s;
        animation-duration: 5s;
    }

    .textpage .shape-animated._1 {
        top: -4%;
        left: -29%;
        width: 80vw;
        height: 46vw;
    }

    .textpage .shape-animated._2 {
        top: -4%;
        right: -33%;
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg);
        width: 89vw;
        height: 45vw;
    }

    .formpage .shape-animated._1 {
        top: 0%;
        left: -22%;
        width: 77vw;
        height: 46vw;
    }

    .formpage .shape-animated._2 {
        top: -2%;
        right: -21%;
        width: 89vw;
        height: 45vw;
    }



    .about-recognition__title {
        font-size: 13.76vw;
        margin-bottom: 2.75vh;
    }




    .services__list {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }



    .footer-board__title {
        font-size: 6.25vw;
        letter-spacing: -0.313vw;
        margin-bottom: 2.08vh;
    }

    .button.button_more.button-anim {
        font-size: 3.13vw;
        letter-spacing: -0.156vw;
    }

    .footer-board__images-item:nth-child(1) {
        /* top: calc(50% - 163px); */
        /* left: 28.5vw; */
        /* width: 6.25vw; */
        /* height: 6.25vw; */
        top: -380px;
        left: -513px;
        width: 57px;
        height: 82px;
    }

    .footer-board__images-item:nth-child(2) {
        /* top: calc(50% - 176px); */
        /* right: 24vw; */
        /* width: 14.19vw; */
        /* height: 10.68vw; */
        top: -330px;
        right: -576px;
        width: 146px;
        height: 118px;
    }

    .footer-board__images-item:nth-child(3) {
        top: calc(50% - 82px);
        left: 14vw;
        width: 16.41vw;
        height: 16.41vw;
        top: 120px;
        left: -497px;
        width: 119px;
        height: 118px;
    }

    .footer-board__images-item:nth-child(4) {
        /* top: calc(50% - 86px); */
        /* right: -68vw; */
        /* width: 19.27vw; */
        /* height: 19.27vw; */
        top: 130px;
        right: -521px;
        width: 164px;
        height: 151px;
    }

    .servicespage__item-title {
        font-size: 4.17vw;
        letter-spacing: -0.208vw;
        margin-bottom: 0.78vh;
    }

    .servicespage__item-text {
        font-size: 2.08vw;
        letter-spacing: -0.063vw;
    }

    .servicespage__item-inner {
        padding: 0 5.5vw;
    }

    .servicespage__item-cont {
        padding: 5.34vw 0 7.55vw;
    }

    @-webkit-keyframes lineBottomDraw {
        0% {
            width: 0%;
        }
        100% {
            width: 65%;
        }
    }

    @keyframes lineBottomDraw {
        0% {
            width: 0%;
        }
        100% {
            width: 65%;
        }
    }

    .aos-cont {
        -webkit-transform: translateY(130%);
        -ms-transform: translateY(130%);
        transform: translateY(130%);
    }
    .firstscreen-textblock__text.mw-container {
        width: 90vw;
    }
    .about-projects__title {
        margin-bottom: 40px;
    }
    .about-projects__sliders {
        margin-bottom: 20px;
    }
    .mainpage__awards {
        padding-bottom: 0px;
    }

    .awards-card__img {
        top: 7.68vw;
        width: 21.68vw;
        height: 21.12vw;
    }
    .wrapper__footer-info {
        padding-top: 18vh;
    }

    .workspage-card__info-text {
        font-size: 14px;
    }

    .workspage-card__info-title {
        font-size: 18px;
    }

    .workspage-card__info-title:after {
        width: 24px;
        height: 24px;
    }
    .workspage-filters__item-name {
        letter-spacing: -0.21px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }
    .workspage-filters-list.active {
        opacity: 1;
        pointer-events: all;
    }
    .projectpage__others-grid:before {
        height: 250px;
    }
    .firstscreen_f {
        height: calc(100vh - 80px);
        width: 100vw;
    }
    .rolodex ul li {
        font-size: 70px;
        line-height: 42px;
    }
    .firstscreen__textblock {
        margin-top: 140px;
    }
    .awards__text {
        letter-spacing: -1.8px;
    }
    .servicespage__title {
        font-size: 20.3vw;
        letter-spacing: -8.8px;
    }
    .contacts__animblocks.mw-container {
        /* margin-bottom: 37vh; */
    }
    .contacts-follow__cards {
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
        grid-template-columns: repeat(3, 1fr);
    }
    .contacts-follow__cards-item-ico {
        /* width: 24px; */
        /* height: 24px; */
    }

    .contacts-follow__cards-item-title {
        font-size: 20px;
    }

    .contacts-follow__cards-item {
        height: calc(100vw / 3 - 40px);
        width: calc(100vw / 3 - 40px);
    }

    .contacts-follow__cards-item:nth-child(even) {
        top: 0;
    }
    .contacts-follow {
        padding-bottom: 0px;
    }
    .formpage__container.formpage__container_brief .formpage-form {/* padding: 39px 40px; */}

    .formpage-form__fieldsblock-title {
        font-size: 28px;
    }

    .formpage-form__fieldsblock-desc {
        font-size: 18px;
        margin-bottom: 32px;
    }

    .formpage__container.formpage__container_brief .formpage-form__fields {
        /* margin-bottom: 48px; */
    }

    .formpage__container.formpage__container_brief .formpage-form__textareablock {
        /* margin-bottom: 48px; */
    }

    .firstscreen__mainletters-item {
        height: 13.51vw;
        width: auto;
    }

    .firstscreen__mainletters-item._t {
        left: -30px;
    }

    .firstscreen__video {
        height: 800px;
    }
    .mainpage__services {
        display: none;
    }
    .container.awards.mw-container {
        margin-top: 0;
        padding-top: 140px;
    }

    .awards-card-inner {
        min-height: 250px;
    }

    .wrapper__footer {
        height: unset;
        z-index: 2;
        position: relative;
        overflow: hidden;
        /* border-top: 2px solid; */
        background: transparent;
    }

    .wrapper__footer-info {
        position: relative;
        z-index: 1;
    }

    .footer-board__background {
        /* border-radius: 16px; */
        /* height: 100%; */
        /* width: calc(100% - 40px); */
    }

    .footer-board {
        height: unset;
        padding: 100px 0;
        top: 0;
        width: 100%;
        border-radius: 16px;
        margin: 0 auto;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    .wrapper__footer-board {
        height: unset;
        margin-bottom: 0;
        margin-top: 0;
        background: #020202;
        position: relative;
    }
    .shape-animated._1 {}

    .wrapper__footer .shape-animated-wrap {
        /* display: none; */
    }

    .wrapper__main-cont {
        margin-bottom: -2px;
    }

    .footer-links__item:hover {
        /* color: #F60C0B; */
    }

    .footer-contacts__item:hover {
        color: #F60C0B;
    }

    .footer-info__top-right {
        width: 60%;
        padding-left: 34px;
    }

    .footer-contacts__item:hover:before {}

    .footer-contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 12px;
    }

    .footer-contacts__item {
        margin-top: 10px;
    }

    .footer-info__logo {
        margin-bottom: 24px;
    }

    .footer-info {
        padding-bottom: 0;
    }

    .footer-contacts__item {}

    .header-button._burger._active .header-button__burger {
        -webkit-transform: translateX(13px);
        -ms-transform: translateX(13px);
        transform: translateX(13px);
    }

    ._active .header-button__burger:before {
        -webkit-transform: rotate(-45deg) translate(0px, 0px) scale(0.7);
        -ms-transform: rotate(-45deg) translate(0px, 0px) scale(0.7);
        transform: rotate(-45deg) translate(0px, 0px) scale(0.7);
    }

    ._active .header-button__burger:after {
        -webkit-transform: rotate(45deg) translate(0px, 0px) scale(0.7);
        -ms-transform: rotate(45deg) translate(0px, 0px) scale(0.7);
        transform: rotate(45deg) translate(0px, 0px) scale(0.7);
    }
    .projectpage__gallery.mw-container {
        margin-bottom: 32px;
    }
    .formpage__container.formpage__container_brief .formpage__title-wrap {
        margin-bottom: 32px;
    }

    .formpage__container.formpage__container_brief .formpage-formblock__form {
        width: 100%;
    }

    input, select, textarea {
        /* font-size: 31px; */
    }

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

    .formpage-form__textarea {
        font-size: 20px;
    }
    .contacts__follow.mw-container {
        max-width: unset;
    }
    .projectpage-firstscreen:after {
        height: 100px;
    }
    .wrapper.wrapper-brief .formpage__title {
        font-size: 64px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%; /* 64px */
        letter-spacing: -3.2px;
        text-transform: uppercase;
    }

    .wrapper.wrapper-brief .formpage__titletext {
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 31.2px */
        letter-spacing: -1.3px;
    }

    .wrapper.wrapper-brief .formpage__container.formpage__container_brief .formpage-form__fieldsblocks {
        /* width: 100%; */
    }

    .wrapper.wrapper-brief .brief-form__fieldwrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .brief-form__field-l {
        width: 100%;
        margin-bottom: 24px;
    }

    .brief-form__field-r {
        width: 100%;
    }

    .wrapper.wrapper-brief .formpage-form__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .wrapper.wrapper-brief .button_formpage {
        width: 100%;
        margin-bottom: 24px;
    }

    .wrapper.wrapper-brief .formpage__container.formpage__container_brief .formpage-form__privacy {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 19.2px */
        letter-spacing: -0.48px;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .wrapper.wrapper-brief .formpage__container.formpage__container_brief .formpage__formblock {
        padding-bottom: 0;
    }
    .footer-links__col {
        padding-right: 20px;
    }
    [data-scope="form"] .wrapper__main-cont {
        border-bottom-right-radius: 24px;
        border-bottom-left-radius: 24px;
    }

    .servicespage__list {
        display: block;
    }

    .servicespage__item:nth-child(1):before {
        left: 0;
        right: 0;
        border-top-left-radius: 3.90px;
        border-top-right-radius: 3.90px;
        -webkit-transform: translateX(calc(0% - 2px));
        -ms-transform: translateX(calc(0% - 2px));
        transform: translateX(calc(0% - 2px));
    }

    .servicespage__item:nth-last-child(2):after {
        left: auto;
        right: 0;
        border-bottom-left-radius: 3.90px;
        border-bottom-right-radius: 3.90px;
        -webkit-transform: translateX(calc(0% - 2px));
        -ms-transform: translateX(calc(0% - 2px));
        transform: translateX(calc(0% - 2px));
    }

    .servicespage__item:nth-child(odd) .servicespage__item-inner:after {
        display: none;
    }

    .servicespage__item .servicespage__item-cont:after {
        display: none;
    }

    .servicespage__item:nth-last-child(2):after {
        display: none;
    }

    .servicespage__item:nth-last-child(1):after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 0;
        width: 0%;
        border: 0px solid rgba(255, 255, 255, 0.20);
        border-bottom-left-radius: 16.01px;
        border-bottom-right-radius: 16.01px;
        border-top-color: transparent;
        -webkit-transform: translateX(calc(0% - 2px));
        -ms-transform: translateX(calc(0% - 2px));
        transform: translateX(calc(0% - 2px));
    }

    .aos-animate.servicespage__item:nth-last-child(1):after {
        -webkit-animation: 1.2s lineDrawBottom2 ease-out forwards;
        animation: 1.2s lineDrawBottom2 ease-out forwards;
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s;
    }

    @-webkit-keyframes lineDrawBottom2 {
        0% {
            width: 0%;
            height: 0%;
            border: 0px solid rgba(255, 255, 255, 0.20);
        }
        1% {
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-bottom-color: transparent;
        }
        50% {
            width: calc(200% - 4px);
            border-top-left-radius: 16.01px;
            border-top-right-radius: 16.01px;
            height: 0%;
        }
        100% {
            width: calc(100% - 4px);
            height: 31.99px;
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-top-color: transparent;
        }
    }

    @keyframes lineDrawBottom2 {
        0% {
            width: 0%;
            height: 0%;
            border: 0px solid rgba(255, 255, 255, 0.20);
        }
        1% {
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-bottom-color: transparent;
        }
        50% {
            width: calc(200% - 4px);
            border-top-left-radius: 16.01px;
            border-top-right-radius: 16.01px;
            height: 0%;
        }
        100% {
            width: calc(100% - 4px);
            height: 31.99px;
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-top-color: transparent;
        }
    }




    .servicespage__item:nth-child(1):before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        margin: auto;
        height: 0;
        width: 0;
        border: 0px solid rgba(255, 255, 255, 0.20);
        border-top-left-radius: 16.01px;
        border-top-right-radius: 16.01px;
        border-bottom-color: transparent;
        -webkit-transform: translateX(calc(0% - 2px));
        -ms-transform: translateX(calc(0% - 2px));
        transform: translateX(calc(0% - 2px));
    }

    .aos-animate.servicespage__item:nth-child(1):before {
        -webkit-animation: 1.2s lineDrawTop2 ease-out forwards;
        animation: 1.2s lineDrawTop2 ease-out forwards;
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s;
    }

    @-webkit-keyframes lineDrawTop2 {
        0% {
            width: 0%;
            height: 0%;
            border: 0px solid rgba(255, 255, 255, 0.20);
        }
        1% {
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-bottom-color: transparent;
        }
        50% {
            width: calc(100% - 4px);
            border-top-left-radius: 16.01px;
            border-top-right-radius: 16.01px;
            height: 0%;
        }
        100% {
            width: calc(100% - 4px);
            height: 31.99px;
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-bottom-color: transparent;
        }
    }

    @keyframes lineDrawTop2 {
        0% {
            width: 0%;
            height: 0%;
            border: 0px solid rgba(255, 255, 255, 0.20);
        }
        1% {
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-bottom-color: transparent;
        }
        50% {
            width: calc(100% - 4px);
            border-top-left-radius: 16.01px;
            border-top-right-radius: 16.01px;
            height: 0%;
        }
        100% {
            width: calc(100% - 4px);
            height: 31.99px;
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-bottom-color: transparent;
        }
    }
    .servicespage__pic{
        display:none;
    }
    .servicespage__item-cont {
        border-bottom: 2px solid rgba(255, 255, 255, 0.10);
    }

    .servicespage__item:nth-last-child(1) .servicespage__item-cont {
        border-bottom: 0;
        padding: 31.99px 0;
    }

    .servicespage__item-title {
        font-size: 31.99px;
        letter-spacing: -1.60px;
        margin-bottom: 12.00px;
    }

    .servicespage__item-text {
        font-size: 16.01px;
        letter-spacing: -0.48px;
    }
    html[lang="ru"] .firstscreen-textblock {
        max-width: unset;
    }

    html[lang="ru"] .about__title-text span {
        font-size: 12.42vw;
    }

    html[lang="ru"] .about-principles-cards__item-title {
        font-size: 24px;
    }

    html[lang="ru"] .about-principles-cards__item-text {
        font-size: 18px;
    }
    html[lang="ru"] .servicespage__title {
        font-size: 14.7vw;
    }

    html[lang="ru"] .servicespage__item-text {
        font-size: 20px;
        line-height: 120%;
        text-transform: none;
    }
    .workspage-card__labels {
        bottom: 31px;
    }
    html[lang="ru"] .workspage__title-text {
        font-size: 11.76vw;
    }
    html[lang="ru"] .contacts-animblock__cont {
        padding: 0px 6vw;
    }
    
    .wrapper__footer .shape-animated-wrap {
    transform: none;
    }
    
    .workspage {
        padding-bottom: 0;
    }
    
    .contacts-animblock:nth-child(odd) .contacts-animblock__cont:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 0%;
    background: rgba(255, 255, 255);
}

}


@media only screen and (max-width: 767px) {

    .workspage-filters-list {
        top: 0;
        padding: 45px 0 7.50px;
        /* border-bottom-left-radius: 16.43px; */
        /* border-bottom-right-radius: 16.43px; */
        border-radius: 17.93px;
    }

    .workspage-filters__item-text {
        font-size: 14.40px;
        padding: 10.28px 0;
    }

    .workspage-filters__item {
        padding: 0 18.49px;
    }

    .workspage-filters__item-input:checked + .workspage-filters__item-text {
        font-size: 18.49px;
    }

    .workspage-filters-button {
        padding: 18.49px;
        padding-bottom: 0;
        font-size: 16.43px;
    }

    .workspage-filters-button:after {
        height: 33.75px;
        border-top-left-radius: 16.43px;
        border-top-right-radius: 16.43px;
    }

    .workspage-filters-button__cross {
        width: 16.43px;
        height: 16.43px;
    }

    .workspage__title {
        padding-top: 64px;
        margin-bottom: 32px;
    }

    .header__logo-img {
        width: 110.96px;
    }

    .header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 14.40px 19.54px;
    }

    .header__buttons {
        position: absolute;
        left: 0;
        right: 0;
        margin: unset;
        bottom: -2px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        text-align: center;
        top: auto;
        bottom: 0;
    }

    .header__buttons._hidden {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    .header__buttons:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: -o-linear-gradient(bottom, #020202 0%, rgba(2, 2, 2, 0.00) 100%);
        background: -webkit-gradient(linear, left bottom, left top, from(#020202), to(rgba(2, 2, 2, 0.00)));
        background: linear-gradient(0deg, #020202 0%, rgba(2, 2, 2, 0.00) 100%);
        z-index: -1;
    }

    .header-button__text {
        font-size: 16.43px;
        padding: 12.34px 14.40px;
    }

    .header-button__back {
        height: 46.24px;
    }

    .workspage-cards {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 12.34px;
    }

    .workspage-card__img {
        height: 195.19px;
        border-radius: 6.15px;
    }

    .workspage-card__pins-item {
        font-size: 10.28px;
        padding: 4.12px 8.21px;
    }

    .workspage-card__labels-item {
        width: 48px;
        height: 48px;
        margin-left: -10px;
    }

    .header-button__burger {
        width: 44.17px;
        margin-right: 14.40px;
        opacity: 1;
    }

    .header-button._burger .header-button__text {
        padding-right: 71.25px;
    }

    .header-button__burger:before {
        -webkit-transform: rotate(0deg) translate(0px, -3.75px) scale(1);
        -ms-transform: rotate(0deg) translate(0px, -3.75px) scale(1);
        transform: rotate(0deg) translate(0px, -3.75px) scale(1);
    }

    .header-button__burger:after {
        -webkit-transform: rotate(0deg) translate(0px, 3.75px) scale(1);
        -ms-transform: rotate(0deg) translate(0px, 3.75px) scale(1);
        transform: rotate(0deg) translate(0px, 3.75px) scale(1);
    }

    ._active .header-button__menu {
        top: initial;
        bottom: 0;
        height: unset;
        width: calc(100vw - 40px);
    }

    .workspage-card__pins {
        top: 8.21px;
        right: 10.28px;
    }

    ._active .header-button__back {
        width: 100%;
        border-radius: 18.49px;
        top: initial;
        bottom: 0;
        /* right: -3.75px; */
    }

    .header-menu__list-item {
        font-size: 24px;
        margin-bottom: 13px;
    }

    .header-menu__list {
        margin-bottom: 25.69px;
    }

    .header-menu__email a {
        font-size: 18px;
    }

    .header-menu {
        padding: 23.58px 20px 0;
        padding-bottom: 7px;
        height: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
    }

    .header-menu__socials a {
        font-size: 14px;
        padding: 10px 2.6vw 10px 0;
    }

    .header-menu__email {
        margin-bottom: 24px;
    }

    .header-button__menu {
        top: initial;
        bottom: 0;
        height: 47.25px;
        height: 100%;
    }

    .workspage-card__img {
        margin-bottom: 14.40px;
    }

    .workspage-card__info-text {
        font-size: 12.34px;
        letter-spacing: -0.18px;
        margin-bottom: 24.68px;
    }

    .workspage-card__info-title {
        font-size: 18px;
        letter-spacing: -0.35px;
    }

    .workspage-card__info-title:after {
        width: 20.55px;
        height: 20.55px;
    }

    .workspage-cards__item {
        padding: 10px;
        border-radius: 8px;
    }

    .footer-we {
        font-size: 31.99px;
        letter-spacing: -1.60px;
        margin-bottom: 24.00px;
        text-align: center;
        line-height: 120%;
    }

    .footer-info__top {
        display: block;
        margin-bottom: 31.99px;
    }

    .footer-info__top-left {
        width: 100%;
        margin-bottom: 55.99px;
    }

    .footer-info__top-right {
        width: 100%;
    }

    .footer-contacts {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-contacts__item {
        font-size: 18px;
        /* letter-spacing: -0.56px; */
        /* border-bottom: 2px solid; */
        /* margin-bottom: 10px; */
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
    }

    .footer-links__item {
        font-size: 18.00px;
        /* margin-bottom: 9.00px !important; */
        letter-spacing: -0.54px;
        display: flex;
        width: 100%;
    }

    .footer-links {
        display: block;
    }

    .footer-links__col {
        width: 100%;
        padding: 0;
    }

    .footer-links__col-block-list {
        display: none;
        padding: 7.50px 0;
    }

    .footer-links__item.totop {
        font-size: 18.00px;
        margin-bottom: 0 !important;
        letter-spacing: -0.54px;
        position: relative;
        padding: 31.99px 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
        opacity: 1;
    }

    .footer-links__col-block-title {
        position: relative;
        font-size: 18.00px;
        margin-bottom: 0 !important;
        letter-spacing: -0.54px;
        color: #FFF;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
        padding: 10.99px 0;
        cursor: pointer;
        color: #fff;
        opacity: 1;
    }

    .footer-links__item.totop svg {
        height: 25.5px;
        width: 25.5px;
        position: initial;
        margin: 0;
        padding: 0;
        top: 0;
    }

    .footer-info__logo {
        margin-bottom: 16.99px;
    }

    .footer-info__bottom {
        font-size: 14.01px;
        letter-spacing: -0.30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-links__col-mobile-ar {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 28.01px;
        height: 28.01px;
        background: rgba(255, 255, 255, 0.10);
        border-radius: 50%;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .footer-links__col-mobile-ar:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 13.99px;
        height: 7.99px;
        background: url('../img/ar-mob-footer.svg') no-repeat center;
        background-size: contain;
    }

    .footer-links__col-block-title._active .footer-links__col-mobile-ar {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .wrapper__main {
        margin-bottom: -150px;
    }

    .about__title {
        padding-top: 109.01px;
        padding-bottom: 48.00px;
    }

    .about__title-text span {
        font-size: 48.00px;
        letter-spacing: -1.17px;
    }

    .mainpage-scroll {
        font-size: 12.00px;
        letter-spacing: 0.18px;
    }

    .mainpage-scroll:after {
        margin-top: 24.00px;
        height: 64.01px;
    }

    .mainpage-scroll:before {
        top: calc(100% - 64.01px);
    }

    @-webkit-keyframes scrollBlockLine {
        0% {
            height: 0px;
        }
        50% {
            height: 0px;
        }
        100% {
            height: 64.01px;
        }
    }

    @keyframes scrollBlockLine {
        0% {
            height: 0px;
        }
        50% {
            height: 0px;
        }
        100% {
            height: 64.01px;
        }
    }

    .about-principles {
        padding-top: 64.01px;
    }

    .about-principles__title {
        padding-top: 0;
        margin-bottom: 20px;
    }

    .about-principles__text {
        font-size: 16.01px;
        letter-spacing: -0.39px;
        padding: 0 20px;
        margin-bottom: 52px;
    }

    .about-principles-cards {
        grid-gap: 10.01px 7.01px;
    }

    .about-principles-cards__item {
        padding: 19.01px 13.99px;
    }

    .about-principles-cards__item-img {
        width: 40.01px;
        height: 40.01px;
        margin-bottom: 24.00px;
    }

    .about-principles-cards__item-title {
        font-size: 16.01px;
        letter-spacing: -0.31px;
        margin-bottom: 7.01px;
    }

    .about-principles-cards__item-text {
        font-size: 12.00px;
        letter-spacing: -0.18px;
    }

    .about__recognition {
        padding-top: 64.01px;
        padding-bottom: 72.64px;
    }

    .about-recognition {
        padding-top: 48.00px;
    }

    .about-recognition__title {
        margin-bottom: 31.99px;
        font-size: 42px;
        letter-spacing: -1.22px;
    }

    .about-recognition__table-cell._award {
        font-size: 24.00px;
        letter-spacing: -0.47px;
        padding-bottom: 12.00px;
    }

    .about-recognition__table-cell._name {
        padding-top: 12.00px;
        font-size: 18.00px;
        letter-spacing: -0.35px;
        margin-bottom: 6.00px;
    }

    .about-recognition__table-cell._category {
        font-size: 13.99px;
        letter-spacing: -0.27px;
        margin-bottom: 10.01px;
    }

    .about-recognition__table-cell._year {
        font-size: 18.00px;
        letter-spacing: -0.35px;
    }

    .about-recognition__table-link {
        position: absolute;
        right: 0;
        bottom: 10.13px;
        width: 22.50px;
        height: 22.50px;
    }

    .about-recognition__table-row {
        padding-bottom: 10.01px;
    }

    .about-recognition__table-rows:not(:nth-child(1)) {
        padding-top: 40.01px;
    }

    .about-projects__title-small {
        font-size: 24.00px;
        letter-spacing: -0.58px;
        margin-bottom: 3.00px;
    }

    .about-projects__title-big.text-red {
        font-size: 48.00px;
        letter-spacing: -4.47px;
    }

    .about-projects-slider .swiper-slide {
        width: 181.01px;
        height: 112.99px;
        margin-right: 6px;
        width: 66.09vw;
        height: 44.91vw;
        border-radius: 8px;
    }

    .about-projects-slider:not(:nth-last-child(1)) {
        margin-bottom: 6.00px;
    }


    .wrapper__header.wrapper__header_main .header__logo {
        opacity: 0;
        visibility: hidden;
    }

    .firstscreen__mainletters {
        position: fixed;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 25px;
        /* top: 0; */
        left: 31.99px;
        left: 0.00px;
        margin: auto;
        /* width: calc(100% - 64.01px); */
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
        z-index: 9999;
        /* overflow: initial; */
    }

    .firstscreen__mainletters-item {
        height: 46.01px;
        margin: 0 2.25px;
    }

    .firstscreen {
        padding-top: 0;
    }

    .firstscreen-textblock__title {
        font-size: 24px;
        letter-spacing: -0.58px;
    }

    .firstscreen-textblock__text {
        font-size: 16px;
        letter-spacing: -0.80px;
    }


    .selected {
        padding-top: 70.50px;
        margin-bottom: 100px;
    }

    .selected-slide {
        padding: 16px;
        border-radius: 8px;
        margin-bottom: 8px;
    }

    .selected-slide__labels-item {
        width: 48.00px;
        height: 48.00px;
        margin-left: -10px;
        -webkit-filter: drop-shadow(0px 4px 6.7px rgba(0, 0, 0, 0.25));
        filter: drop-shadow(0px 4px 6.7px rgba(0, 0, 0, 0.25));
    }

    .selected-slide__tags {
        margin-bottom: 7.99px;
        /* position: absolute; */
        /* top: 14px; */
        /* right: 14px; */
    }

    .selected-slide__title {
        font-size: 20px;
        letter-spacing: -1.01px;
        /* position: absolute; */
        /* bottom: 14px; */
        /* left: 14px; */
    }

    .selected-slide__tags-item {
        padding: 8px 16px;
        font-size: 12px;
        letter-spacing: -0.53px;
    }

    .selected__slider {
        margin-bottom: 24.00px;
    }

    .button.button_more {
        padding: 12.00px 16.01px;
        font-size: 18.00px;
        border-radius: 30.00px;
    }

    .mainpage__selected {
        margin-bottom: 0;
        padding-top: 0;
    }

    .awards-card {
        /* padding: 12.00px; */
    }

    .awards-card__number {
        font-size: 40.01px;
    }

    .awards-card__number span {
        font-size: 10.01px;
        letter-spacing: -0.53px;
        top: 10.50px;
        right: -17.25px;
    }

    .awards-card__subtitle {
        font-size: 12.00px;
        letter-spacing: -0.60px;
        margin-bottom: 22.99px;
    }

    .awards-card__title {
        font-size: 12.00px;
        letter-spacing: -0.60px;
    }

    .awards {
        padding-bottom: 76.01px;
    }

    .wrapper__main {
        margin-bottom: 80px;
        overflow: visible;
    }


    .contacts__title {
        padding-top: 109.01px;
        margin-bottom: 31.01px;
    }

    .contacts-title__small {
        font-size: 6.38vw;
        margin-bottom: initial;
        letter-spacing: inherit;
    }

    .contacts-title__big {
        font-size: 10.1vw;
        letter-spacing: inherit;
    }

    .contacts-title {
        font-size: 48.00px;
    }

    .contacts > .shape-animated-wrap .shape-animated._1 {
    }

    .contacts__animblocks {
        display: block;
        margin-bottom: 94.99px;
    }


    .contacts-animblock:nth-child(odd):before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        margin: auto;
        height: 0;
        width: 0;
        border: 0px solid rgba(255, 255, 255, 1);
        border-top-left-radius: 19.99px;
        border-top-right-radius: 19.99px;
        border-bottom-color: transparent;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
    }

    .aos-animate.contacts-animblock:nth-child(odd):before {
        -webkit-animation: 1.2s lineDrawTop ease-out forwards;
        animation: 1.2s lineDrawTop ease-out forwards;
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s;
    }

    @-webkit-keyframes lineDrawTop {
        0% {
            width: 0%;
            height: 0%;
            border: 0px solid rgba(255, 255, 255, 1);
        }
        1% {
            border: 3px solid rgba(255, 255, 255, 1);
            border-bottom-color: transparent;
        }
        50% {
            width: 100%;
            border-top-left-radius: 19.99px;
            border-top-right-radius: 19.99px;
            height: 0%;
        }
        100% {
            width: 100%;
            height: 31.99px;
            border: 3px solid rgba(255, 255, 255, 1);
            border-bottom-color: transparent;
        }
    }

    @keyframes lineDrawTop {
        0% {
            width: 0%;
            height: 0%;
            border: 0px solid rgba(255, 255, 255, 1);
        }
        1% {
            border: 3px solid rgba(255, 255, 255, 1);
            border-bottom-color: transparent;
        }
        50% {
            width: 100%;
            border-top-left-radius: 19.99px;
            border-top-right-radius: 19.99px;
            height: 0%;
        }
        100% {
            width: 100%;
            height: 31.99px;
            border: 3px solid rgba(255, 255, 255, 1);
            border-bottom-color: transparent;
        }
    }



    .contacts-animblock:nth-child(even):after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 0;
        width: 0%;
        border: 0px solid rgba(255, 255, 255, 1);
        border-bottom-left-radius: 19.99px;
        border-bottom-right-radius: 19.99px;
        border-top-color: transparent;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
    }

    .aos-animate.contacts-animblock:nth-child(even):after {
        -webkit-animation: 1.2s lineDrawBottom ease-out forwards;
        animation: 1.2s lineDrawBottom ease-out forwards;
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s;
    }

    @-webkit-keyframes lineDrawBottom {
        0% {
            width: 0%;
            height: 0%;
            border: 0px solid rgba(255, 255, 255, 1);
        }
        1% {
            border: 2px solid rgba(255, 255, 255, 1);
            border-bottom-color: transparent;
        }
        50% {
            width: 100%;
            border-top-left-radius: 19.99px;
            border-top-right-radius: 19.99px;
            height: 0%;
        }
        100% {
            width: 100%;
            height: 31.99px;
            border: 2px solid rgba(255, 255, 255, 1);
            border-top-color: transparent;
        }
    }

    @keyframes lineDrawBottom {
        0% {
            width: 0%;
            height: 0%;
            border: 0px solid rgba(255, 255, 255, 1);
        }
        1% {
            border: 2px solid rgba(255, 255, 255, 1);
            border-bottom-color: transparent;
        }
        50% {
            width: 100%;
            border-top-left-radius: 19.99px;
            border-top-right-radius: 19.99px;
            height: 0%;
        }
        100% {
            width: 100%;
            height: 31.99px;
            border: 2px solid rgba(255, 255, 255, 1);
            border-top-color: transparent;
        }
    }

    .contacts-animblock:nth-child(odd):after {
        display: none;
    }

    .contacts-animblock:nth-child(odd) .contacts-animblock__cont:after {
        width: 100%;
        height: 1px;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: rgba(255, 255, 255, 0.4);
    }

    .aos-animate .contacts-animblock__cont:after {
        -webkit-animation: 0.8s lineSideDraw ease-out forwards;
        animation: 0.8s lineSideDraw ease-out forwards;
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s;
    }

    @-webkit-keyframes lineSideDraw {
        0% {
            height: 1px;
            width: 0%;
        }
        100% {
            height: 1px;
            width: 100%;
        }
    }

    @keyframes lineSideDraw {
        0% {
            height: 1px;
            width: 0%;
        }
        100% {
            height: 1px;
            width: 100%;
        }
    }

    .contacts-animblock__cont {
        position: initial;
    }

    .contacts-animblock {
        padding: 48.00px 0 31.99px;
        margin-bottom: 0;
    }

    .contacts-animblock__dscrp {
        font-size: 16.01px;
        margin-bottom: 16.01px;
        letter-spacing: -0.31px;
    }

    .contacts-animblock__title {
        font-size: 36.00px;
        margin-bottom: 24.00px;
        letter-spacing: -0.88px;
    }

    .contacts-animblock__icos {
        height: 40.01px;
        margin-bottom: 48.00px;
    }

    .contacts-animblock__icos-item-ar {
        margin: 0 12.00px;
    }

    .button.button_contacts {
        font-size: 16.01px;
        padding: 13.01px 21.00px;
        border-radius: 40.01px;
        letter-spacing: -0.32px;
    }

    .contacts-animblock:not(:nth-last-child(2)) {
        margin-bottom: 0;
    }

    .contacts-animblock:nth-child(2n+2) {
        margin-bottom: 31.01px;
    }

    .contacts-animblock:nth-last-child(1) {
        margin-bottom: 0;
    }

    .br-mobile {
        display: block;
    }

    .contacts-follow__cards {
        -ms-grid-columns: 1fr 10.01px 1fr;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10.01px;
    }

    .contacts-follow__cards-item:nth-child(even) {
        top: 42.26px;
    }

    .contacts-follow__cards-item {
        height: calc(100vw / 2 - 25px);
        width: calc(100vw / 2 - 25px);
        border-radius: 7.99px;
    }

    .contacts-follow__cards-item-ico {
        width: 31.99px;
        height: 31.99px;
        margin-bottom: 16.01px;
    }

    .contacts-follow__cards-item-title {
        font-size: 12px;
    }


    .projectpage__firstscreen {
        height: unset;
        min-height: unset;
    }

    .projectpage-firstscreen__labels-item {
        width: 64px;
        height: 64px;
    }

    .projectpage-firstscreen__labels {
        bottom: 15.00px;
        right: 20px;
    }

    .projectpage-firstscreen__link {
        bottom: 15.00px;
    }

    .projectpage-firstscreen-link {
        width: 40.01px;
        height: 40.01px;
    }

    .projectpage-info__title {
        padding: 24.00px 0 19.01px;
        font-size: 24px;
        letter-spacing: -1.20px;
    }

    .projectpage-info__title + .projectpage-info__sides {
        padding-top: 24.00px;
    }

    .projectpage-info__bigtext {
        font-size: 20px;
        letter-spacing: -0.72px;
        margin-bottom: 16.01px;
    }

    .projectpage-info__regulartext {
        font-size: 18px;
        letter-spacing: -0.42px;
    }

    .projectpage-info__contswrap {
        margin-top: 24.00px;
    }

    .projectpage-info__conts {
        display: block;
    }

    .projectpage-info__conts-item-title {
        font-size: 16px;
        margin-bottom: 7.99px;
        letter-spacing: -0.36px;
    }

    .projectpage-info__conts-item-text {
        font-size: 16px;
        letter-spacing: -0.36px;
    }

    .projectpage-info__conts-item {
        width: 100%;
        margin-bottom: 24.00px;
    }

    .projectpage-info__mainlink a {
        font-size: 18.00px;
        letter-spacing: -0.72px;
    }

    .projectpage-info__mainlink a:after {
        width: 22.50px;
        height: 22.50px;
        top: -2.25px;
        right: -24.38px;
    }

    .projectpage__info {
        padding-bottom: 0;
    }

    .projectpage__gallery-row._square .projectpage__gallery-item {
    }

    .projectpage-info__titleleft {
        font-size: 18.00px;
        letter-spacing: -0.72px;
        margin-bottom: 16.01px;
    }

    .projectpage__gallery-row._square {
        grid-gap: 16.01px;
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }

    .projectpage__gallery-row {
        margin-bottom: 16.01px;
    }

    .projectpage__gallery {
        margin-bottom: 46.01px;
    }

    .button.button_projectpage.button-anim {
        font-size: 18.00px;
        letter-spacing: -0.90px;
        padding: 12.00px 24.00px;
        border-radius: 40.01px;
    }

    .projectpage__button {
        margin-bottom: 31.99px;
    }

    .projectpage__share-title {
        margin-bottom: 16.01px;
        font-size: 18.00px;
        letter-spacing: -0.90px;
    }

    .projectpage__share-link {
        width: 40.01px;
        height: 40.01px;
    }

    .projectpage__share-link img {
        width: 15.00px;
        height: 15.00px;
    }




    .formpage__title-wrap {
        padding-top: 0;
    }

    .formpage__title {
        font-size: 31.99px;
        letter-spacing: -1.60px;
        padding: 100px 0 40px;
    }

    .formpage-formblock__form {
        border-radius: 16.01px;
    }

    .formpage-form {
        padding: 19.01px 12.00px 40.01px;
        border-radius: 16.01px;
    }

    .formpage-form__title {
        font-size: 22.01px;
        letter-spacing: -1.10px;
        margin-bottom: 16.01px;
    }

    .formpage-form__checkboxes-item-text {
        font-size: 16.01px;
        letter-spacing: -0.48px;
        padding: 7.99px 16.01px;
    }

    .formpage-form__checkboxes-item {
        margin: 0 4.01px;
        margin-bottom: 7.99px;
    }

    .formpage-form__fieldsblock {
        padding: 24.00px 0;
    }

    textarea.formpage-form__textarea {
        min-height: 220.01px;
        padding: 19.99px;
        margin-bottom: 16.01px;
    }

    .formpage-form__file-text svg {
        width: 16.50px;
        height: 16.50px;
        position: relative;
        top: -1.31px;
    }

    .formpage-form__file-text span {
        font-size: 18.00px;
        letter-spacing: -0.90px;
        margin-left: 6.00px;
    }

    .file-list li {
        font-size: 16.01px;
        letter-spacing: -0.48px;
    }

    .file-list {
        margin-top: 24.75px;
    }

    .removal-button {
        width: 15.00px;
        height: 15.00px;
        margin-left: 4.50px;
    }

    .formpage-form__textinputs-item input {
        font-size: 18.00px;
        letter-spacing: -0.90px;
        height: 49.01px;
    }

    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
    input:-moz-placeholder, textarea:-moz-placeholder,
    input::-moz-placeholder, textarea::-moz-placeholder,
    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        font-size: 18.00px;
        letter-spacing: -0.90px;
    }

    .formpage-form__privacy {
        font-size: 16.01px;
        letter-spacing: -0.48px;
        padding: 31.99px 0;
    }

    .button.button_formpage {
        font-size: 18.00px;
        letter-spacing: -0.90px;
        border-radius: 40.01px;
        padding: 12.00px 24.00px;
    }



    .formpage-thanks__pic {
        width: 120.00px;
        height: 120.00px;
        margin-bottom: 31.99px;
    }

    .formpage-thanks__title {
        font-size: 31.99px;
        letter-spacing: -1.60px;
        margin-bottom: 16.01px;
    }

    .formpage-thanks__text {
        font-size: 22.01px;
        letter-spacing: -1.10px;
    }


    .textpage {
        padding: 129.00px 0 81.00px;
    }

    .textpage__title {
        font-size: 48.00px;
        letter-spacing: -2.40px;
        margin-bottom: 31.99px;
    }

    .textpage__sides-row:nth-child(1):before {
        border-top-left-radius: 19.99px;
        border-top-right-radius: 19.99px;
    }

    .textpage__sides-row:nth-last-child(1):before {
        border-bottom-left-radius: 19.99px;
        border-bottom-right-radius: 19.99px;
    }

    .textpage__sides-row:nth-child(1):before {
        -webkit-animation: 1.2s lineTextDrawTop ease-out forwards;
        animation: 1.2s lineTextDrawTop ease-out forwards;
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s;
    }

    .textpage__sides-row:nth-last-child(1):before {
        -webkit-animation: 1.2s lineTextDrawBottom ease-out forwards;
        animation: 1.2s lineTextDrawBottom ease-out forwards;
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s;
    }

    @-webkit-keyframes lineTextDrawTop {
        0% {
            width: 0%;
            height: 0%;
            border: 0px solid rgba(255, 255, 255, 0.20);
        }
        1% {
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-bottom-color: transparent;
        }
        50% {
            width: 100%;
            height: 0%;
        }
        100% {
            width: 100%;
            height: 31.99px;
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-bottom-color: transparent;
        }
    }

    @keyframes lineTextDrawTop {
        0% {
            width: 0%;
            height: 0%;
            border: 0px solid rgba(255, 255, 255, 0.20);
        }
        1% {
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-bottom-color: transparent;
        }
        50% {
            width: 100%;
            height: 0%;
        }
        100% {
            width: 100%;
            height: 31.99px;
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-bottom-color: transparent;
        }
    }

    @-webkit-keyframes lineTextDrawBottom {
        0% {
            width: 0%;
            height: 0%;
            border: 0px solid rgba(255, 255, 255, 0.20);
        }
        1% {
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-bottom-color: transparent;
        }
        50% {
            width: 100%;
            height: 0%;
        }
        100% {
            width: 100%;
            height: 31.99px;
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-top-color: transparent;
        }
    }

    @keyframes lineTextDrawBottom {
        0% {
            width: 0%;
            height: 0%;
            border: 0px solid rgba(255, 255, 255, 0.20);
        }
        1% {
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-bottom-color: transparent;
        }
        50% {
            width: 100%;
            height: 0%;
        }
        100% {
            width: 100%;
            height: 31.99px;
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-top-color: transparent;
        }
    }


    .textpage__sides-row:nth-child(1) {
        padding-top: 31.99px;
    }

    .textpage__sides-row.aos-init.aos-animate {
        padding: 24.00px 28.01px;
    }

    .textpage__sides-row-title {
        font-size: 18.00px;
        letter-spacing: -0.72px;
        margin-bottom: 24.00px;
    }

    .textpage__sides-text p {
        font-size: 16.01px;
        letter-spacing: -0.42px;
    }

    .textpage__sides-row:nth-last-child(1) {
        padding-bottom: 31.99px;
    }


    .errorpage__text {
        font-size: 16.01px;
        letter-spacing: -0.80px;
        margin-bottom: 24.00px;
    }

    .button.button_errorpage {
        font-size: 16.01px;
        letter-spacing: -0.48px;
        padding: 10.01px 16.01px;
    }

    .button {
        border-radius: 19.99px;
    }


    .preloader__percents {
        font-size: 52px;
    }

    .preloader__logo {
        margin-bottom: 28px;
        width: 124px;
    }

    .preloader__dscrp {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .firstscreen-textblock:before {
        height: 286.69px;
        top: 0;
    }

    .firstscreen-textblock:after {
        height: 170.44px;
    }

    .firstscreen__mainletters-mobwrap {
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: scale(1) translateY(0.00px);
        -ms-transform: scale(1) translateY(0.00px);
        transform: scale(1) translateY(0.00px);
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    ._scroll .firstscreen__mainletters-mobwrap {
        -webkit-transform: scale(0.37) translateY(0.00px);
        -ms-transform: scale(0.37) translateY(0.00px);
        transform: scale(0.37) translateY(0.00px);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .firstscreen__mainletters._scroll {
        top: 0;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .firstscreen__mainletters:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: -33.75px;
        right: -33.75px;
        margin: auto;
        height: 48.22px;
        background: -o-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0.55) 54.12%, rgba(0, 0, 0, 0.00) 90.2%);
        background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(54.12%, rgba(0, 0, 0, 0.55)), color-stop(90.2%, rgba(0, 0, 0, 0.00)));
        background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.55) 54.12%, rgba(0, 0, 0, 0.00) 90.2%);
        z-index: -1;
        opacity: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .wrapper__header.wrapper__header_main .header:before {
        opacity: 0 !important;
    }

    .firstscreen__mainletters._scroll .firstscreen__mainletters-item {
        margin: 0 2.25px;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .firstscreen__mainletters._scroll:after {
        opacity: 1;
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }




    .shape-animated._1 div {
        -webkit-filter: blur(42px);
        filter: blur(42px);
    }

    .shape-animated._2 div {
        -webkit-filter: blur(52px);
        filter: blur(52px);
    }

    .mainpage__selected .shape-animated._1 {
        top: 5%;
    }

    .mainpage__selected .shape-animated._2 {
        top: 5%;
    }

    .mainpage__awards .shape-animated._1 {
        top: 12%;
        left: -59%;
        width: 1000px;
        height: 600px;
    }

    .mainpage__awards .shape-animated._2 {
        top: 15%;
        right: -59%;
        width: 1000px;
        height: 600px;
    }

    .workspage .shape-animated._1 {
        top: 2%;
        left: -35%;
        width: 307.50px;
        height: 131.25px;
    }

    .workspage .shape-animated._2 {
        top: 2%;
        right: -17%;
        width: 333.75px;
        height: 127.50px;
    }

    .wrapper__footer .shape-animated._1 {
        bottom: -5%;
        left: -16%;
        width: 322.50px;
        height: 135.00px;
        -webkit-transform: rotate(9deg);
        -ms-transform: rotate(9deg);
        transform: rotate(9deg);
    }

    .wrapper__footer .shape-animated._2 {
        bottom: -3%;
        right: -22%;
        width: 300.00px;
        height: 150.00px;
        -webkit-transform: rotate(13deg);
        -ms-transform: rotate(13deg);
        transform: rotate(13deg);
    }

    .about > .shape-animated-wrap .shape-animated._1 {
        top: 100px;
        left: -38%;
        width: 330.00px;
        height: 225.00px;
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    .about > .shape-animated-wrap .shape-animated._2 {
        top: 100px;
        right: -24%;
        width: 300.00px;
        height: 195.00px;
        -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    .about__recognition .shape-animated._1 {
        top: 15%;
        left: -20%;
        width: 292.50px;
        height: 247.50px;
    }

    .about__recognition .shape-animated._2 {
        top: 14%;
        right: -27%;
        width: 303.75px;
        height: 262.50px;
    }

    .contacts > .shape-animated-wrap .shape-animated._1 {
        top: 3%;
        left: -37%;
        right: auto;
        width: 352.50px;
        height: 176.25px;
    }

    .contacts > .shape-animated-wrap .shape-animated._2 {
        top: 3%;
        right: -34%;
        -webkit-transform: rotate(17deg);
        -ms-transform: rotate(17deg);
        transform: rotate(17deg);
        width: 390.00px;
        height: 172.50px;
    }

    .errorpage .shape-animated._1 {
        top: 39%;
        left: -49%;
        width: 393.75px;
        height: 258.75px;
    }

    .errorpage .shape-animated._2 {
        top: 41%;
        right: -46%;
        width: 378.75px;
        height: 202.50px;
    }

    .errorpage .shape-animated._1 div {
        -webkit-animation-duration: 5s;
        animation-duration: 5s;
    }

    .textpage .shape-animated._1 {
        top: 4%;
        left: -37%;
        width: 363.75px;
        height: 172.50px;
    }

    .textpage .shape-animated._2 {
        top: 3%;
        right: -38%;
        width: 348.75px;
        height: 161.25px;
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    .formpage .shape-animated._1 {
        top: 1%;
        left: -25%;
    }

    .formpage .shape-animated._2 {
        top: 0%;
        right: -28%;
    }


    .services__list {
        -webkit-transform: scale(0.35);
        -ms-transform: scale(0.35);
        transform: scale(0.35);
    }

    .services__sticky {
        margin-top: -225.00px;
    }

    .services__sticky:after, .services__sticky:before {
        /* height: 385.00px; */
    }



    .footer-board__title {
        font-size: 27.01px;
        letter-spacing: -1.70px;
        margin-bottom: 31.99px;
    }

    .button.button_more.button-anim {
        padding: 12.00px 16.01px;
        font-size: 18.00px;
        letter-spacing: -0.90px;
    }

    .footer-board__button {
        margin-bottom: 48.00px;
    }

    .footer-board__text a {
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: auto;
    }

    .footer-board__text {font-size: 16.01px;}

    .footer-board__images-item:nth-child(1) {
        /* top: calc(50% - 166px); */
        /* left: 73.12px; */
        /* width: 31.99px; */
        /* height: 31.99px; */
        top: -70px;
        left: -290px;
        width: 47px;
        height: 72px;
    }

    .footer-board__images-item:nth-child(2) {
        top: -70px;
        right: -255px;
        width: 79.50px;
        height: 52.50px;
    }

    .footer-board__images-item:nth-child(3) {
        top: 140px;
        left: -262.5px;
        width: 84.00px;
        height: 84.00px;
    }

    .footer-board__images-item:nth-child(4) {
        top: 120px;
        right: -258.75px;
        width: 85.50px;
        height: 85.50px;
    }




    .servicespage__list {
        display: block;
    }

    .servicespage__item:nth-child(1):before {
        left: 0;
        right: 0;
        border-top-left-radius: 3.90px;
        border-top-right-radius: 3.90px;
        -webkit-transform: translateX(calc(0% - 2px));
        -ms-transform: translateX(calc(0% - 2px));
        transform: translateX(calc(0% - 2px));
    }

    .servicespage__item:nth-last-child(2):after {
        left: auto;
        right: 0;
        border-bottom-left-radius: 3.90px;
        border-bottom-right-radius: 3.90px;
        -webkit-transform: translateX(calc(0% - 2px));
        -ms-transform: translateX(calc(0% - 2px));
        transform: translateX(calc(0% - 2px));
    }

    .servicespage__item:nth-child(odd) .servicespage__item-inner:after {
        display: none;
    }

    .servicespage__item .servicespage__item-cont:after {
        display: none;
    }

    .servicespage__item:nth-last-child(2):after {
        display: none;
    }

    .servicespage__item:nth-last-child(1):after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 0;
        width: 0%;
        border: 0px solid rgba(255, 255, 255, 0.20);
        border-bottom-left-radius: 16.01px;
        border-bottom-right-radius: 16.01px;
        border-top-color: transparent;
        -webkit-transform: translateX(calc(0% - 2px));
        -ms-transform: translateX(calc(0% - 2px));
        transform: translateX(calc(0% - 2px));
    }

    .aos-animate.servicespage__item:nth-last-child(1):after {
        -webkit-animation: 1.2s lineDrawBottom ease-out forwards;
        animation: 1.2s lineDrawBottom ease-out forwards;
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s;
    }

    @keyframes lineDrawBottom {
        0% {
            width: 0%;
            height: 0%;
            border: 0px solid rgba(255, 255, 255, 0.20);
        }
        1% {
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-bottom-color: transparent;
        }
        50% {
            width: calc(100% - 4px);
            border-top-left-radius: 16.01px;
            border-top-right-radius: 16.01px;
            height: 0%;
        }
        100% {
            width: calc(100% - 4px);
            height: 31.99px;
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-top-color: transparent;
        }
    }




    .servicespage__item:nth-child(1):before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        margin: auto;
        height: 0;
        width: 0;
        border: 0px solid rgba(255, 255, 255, 0.20);
        border-top-left-radius: 16.01px;
        border-top-right-radius: 16.01px;
        border-bottom-color: transparent;
        -webkit-transform: translateX(calc(0% - 2px));
        -ms-transform: translateX(calc(0% - 2px));
        transform: translateX(calc(0% - 2px));
    }

    .aos-animate.servicespage__item:nth-child(1):before {
        -webkit-animation: 1.2s lineDrawTop ease-out forwards;
        animation: 1.2s lineDrawTop ease-out forwards;
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s;
    }

    @keyframes lineDrawTop {
        0% {
            width: 0%;
            height: 0%;
            border: 0px solid rgba(255, 255, 255, 0.20);
        }
        1% {
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-bottom-color: transparent;
        }
        50% {
            width: calc(100% - 4px);
            border-top-left-radius: 16.01px;
            border-top-right-radius: 16.01px;
            height: 0%;
        }
        100% {
            width: calc(100% - 4px);
            height: 31.99px;
            border: 2px solid rgba(255, 255, 255, 0.20);
            border-bottom-color: transparent;
        }
    }

    .servicespage__item-cont {
        border-bottom: 2px solid rgba(255, 255, 255, 0.10);
    }

    .servicespage__item:nth-last-child(1) .servicespage__item-cont {
        border-bottom: 0;
        padding: 31.99px 0;
    }

    .servicespage__item-title {
        font-size: 31.99px;
        letter-spacing: -1.60px;
        margin-bottom: 12.00px;
    }

    .servicespage__item-text {
        font-size: 16.01px;
        letter-spacing: -0.48px;
    }

    .servicespage__wrap {
        margin-bottom: 85.01px;
    }

    .servicespage__title {
        padding-top: 55.99px;
        margin-bottom: 10.01px;
        font-size: 20.3vw;
        letter-spacing: -6.4px;
    }
    .firstscreen__buttons {
        display: none;
    }

    .firstscreen__mainletters-item._t {
        left: -10px;
    }

    .firstscreen__video {
        width: 100%;
        height: 700px;
    }

    .firstscreen__textblock {
        margin-top: 124px;
    }

    .firstscreen_f {
        height: initial;
    }

    .selected__slider.mw-container {
        margin-bottom: 100px;
    }
    .about__projects .about-projects__sliders {
        /* margin-top: -700px; */
    }
    .mainpage__services .about-projects__title {
        margin-bottom: 30px;
    }

    .rolodex ul li {
        font-size: 39px;
        line-height: 18px;
        letter-spacing: -3.5px;
    }
    .rolodexcontainer {
        height: 370px;
    }
    .awards__cards {
        /* grid-template-columns: repeat(1, 1fr); */
    }

    .awards-card-inner {
        min-height: 130px;
        padding: 10px;
        border-radius: 8px;
    }
    .footer-contacts__item:before {
        display: none;
    }
    .wrapper__footer-info {
        padding-top: 100px;
    }
    .workspage-card__info {
        padding: 0;
    }
    .workspage-card__labels {
        left: 19px;
        bottom: 23px;
    }

    .workspage-card__labels-item {}

    .tippy-box {
        font-size: 14px;
    }
    .projectpage-info {
        margin-bottom: 32px;
    }

    .projectpage__others-grid:before {
        height: 451px;
        display: none;
    }

    .projectpage__others-title {
        letter-spacing: -2.3px;
        font-size: 45.41px;
        margin-bottom: 20px;
    }

    .mw-container {
        padding: 0 20px;
    }

    .firstscreen-textblock__text.mw-container {
        width: 100%;
    }

    .about-projects__title {
        margin-bottom: 24px;
    }

    .slider-project-item-meta {
        font-size: 16px;
        padding: 10px;
    }

    .slider-project-item-eye {
        width: 48px;
        height: 48px;
    }

    .slider-project-item-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        display: none;
    }
    .container.awards.mw-container {
        padding-top: 40px;
        margin-top: 200px;
    }

    .awards__text {
        font-size: 16.01px;
        letter-spacing: -0.39px;
        line-height: 120%;
        margin-bottom: 40px;
    }

    .container.wrapper__footer-info {
        padding: 20px;
    }

    .about__principles {
        padding-top: 41px;
    }

    .servicespage__pic {
        display: none;
    }

    .about__projects {
        padding-bottom: 20px;
    }
    .projectpage-firstscreen__link {
        display: none;
    }

    .projectpage {
        padding-bottom: 40px;
    }
    .contacts {
        padding-bottom: 20px;
    }
    .formpage__container.formpage__container_brief .formpage__title-wrap {
        margin-bottom: 0px;
    }

    .formpage-formblock {
        width: calc(100% - 40px);
    }

    .formpage__container.formpage__container_brief .formpage-form {
        /* padding: 20px; */
    }

    .formpage-form__fieldsblock-title {
        font-size: 22px;
    }

    .formpage-form__fieldsblock-desc {
        font-size: 16px;
        margin-bottom: 21px;
    }

    .formpage__container.formpage__container_brief .formpage-form__fields {
        margin-bottom: 24px;
    }

    .formpage__container.formpage__container_brief .formpage-form__textareablock {
        margin-bottom: 24px;
    }

    .header__buttons .header-button:nth-child(1) {
        width: 57%;
    }

    .header__buttons .header-button:nth-child(2) {
        width: 43%;
    }

    .selected-slide__tags-item {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }



    .workspage-card__pins-item {

        -webkit-backdrop-filter: none;

        backdrop-filter: none;

    }

    .about-principles-cards__item {

        -webkit-backdrop-filter: none;

        backdrop-filter: none;
    }

    .contacts-follow__cards-item {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .projectpage-firstscreen-link {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .projectpage__share-link {

        -webkit-backdrop-filter: none;

        backdrop-filter: none;

    }

    .formpage-form {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .awards-card-inner {
        /* -webkit-backdrop-filter: none;
        backdrop-filter: none; */

    }

    .slider-project-item-eye {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;

    }
    .wrapper__header {
        top: auto;
        bottom: 0;
    }
    .wrapper__header .header__logo {
        display: none;
    }

    .wrapper__header-mobile {
        position: fixed;
        z-index: 22;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px;
    }

    .wrapper__header-mobile .header__logo-img {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    .wrapper__header-mobile:after {
        content: ' ';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: -o-linear-gradient(top, #020202 16%, rgb(2 2 2 / 50%) 44%, rgb(2 2 2 / 0%) 98%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(16%, #020202), color-stop(44%, rgb(2 2 2 / 50%)), color-stop(98%, rgb(2 2 2 / 0%)));
        background: linear-gradient(180deg, #020202 16%, rgb(2 2 2 / 50%) 44%, rgb(2 2 2 / 0%) 98%);
        z-index: -1;
    }
    .wrapper__header .header:before {
        display: none;
    }


    .wrapper__footer-board .shape-animated._1 {
        bottom: 0;
        top: unset;
        left: -16%;
        width: 322.50px;
        height: 355px;
        -webkit-transform: rotate(9deg);
        -ms-transform: rotate(9deg);
        transform: rotate(9deg);
    }

    .wrapper__footer-board .shape-animated._2 {
        bottom: 0px;
        right: -22%;
        width: 300.00px;
        height: 320px;
        top: unset;
        -webkit-transform: rotate(13deg);
        -ms-transform: rotate(13deg);
        transform: rotate(13deg);
    }
    .workspage-cards__item {
        background: rgb(255 255 255 / 6%);
    }
    ._active .header-button__burger:before {
        height: 2px;
    }

    ._active .header-button__burger:after {
        height: 2px;
    }
    img.projectpage__firstscreen-img_dsk {
        display: none;
    }

    img.projectpage__firstscreen-img_mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .header-cross-mob {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        z-index: 2;
        opacity: 0;
        pointer-events: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header-cross-mob:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .header-button._burger._active .header-button__burger {
        opacity: 0;
    }

    .header-button._burger._active .header-cross-mob {
        opacity: 1;
        pointer-events: all;
    }
    .selected__title {
        margin-bottom: 32px;
    }
    .selected-slide__labels {
        /* position: absolute; */
        /* bottom: 14px; */
        /* right: 14px; */
    }
    .mainpage__awards {
        margin-top: -162px;
    }
    .progress-loader-image {
        width: 100px;
        height: 100px;
    }

    .progress-loader-image img {
        width: 100%;
        height: 100%;
    }


    .wrapper.wrapper-brief .formpage__title {
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%; /* 32px */
        letter-spacing: -1.6px;
        text-transform: uppercase;
        padding: 0;
        margin: 0;
        text-align: center;
        position: relative;
        top: 0;
        margin-bottom: 10px;
    }

    .wrapper.wrapper-brief .formpage__title-wrap {
        width: calc(100% - 40px);
        text-align: center;
        margin-bottom: 24px;
    }

    .wrapper.wrapper-brief .formpage__titletext {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 21.6px */
        letter-spacing: -0.9px;
    }

    .wrapper.wrapper-brief .wrapper__header-mobile:after {
        background: -o-linear-gradient(top, #020202 16%, rgb(2 2 2 / 50%) 44%, rgb(2 2 2 / 0%) 98%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(16%, #ffffff), color-stop(44%, rgb(255 255 255 / 50%)), color-stop(98%, rgb(255 255 255 / 0%)));
        background: -o-linear-gradient(top, #ffffff 16%, rgb(255 255 255 / 50%) 44%, rgb(255 255 255 / 0%) 98%);
        background: linear-gradient(180deg, #ffffff 16%, rgb(255 255 255 / 50%) 44%, rgb(255 255 255 / 0%) 98%);
    }

    .wrapper.wrapper-brief .formpage__container.formpage__container_brief {
        padding-top: 80px;
    }

    .wrapper.wrapper-brief .formpage__container.formpage__container_brief .formpage-form__fieldsblocks {
        padding: 16px;
    }

    .wrapper.wrapper-brief .formpage-form__fieldsblock-title {
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 26.4px */
        letter-spacing: -0.66px;
        text-transform: uppercase;
    }
    
    .formpage {
        padding-bottom: 60px;
    }

    .brief-section-idx {
        font-size: 18.075px;
        font-style: normal;
        font-weight: 900;
        line-height: 120%; /* 21.69px */
        letter-spacing: -0.542px;
        text-transform: uppercase;
        width: 50px;
        height: 30px;
        border-width: 2px;
        margin-right: 10px;
    }

    .brief-form__field-title {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 19.2px */
        letter-spacing: -0.8px;
    }

    .brief-form__field-tip {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 19.2px */
        letter-spacing: -0.8px;
    }

    .wrapper.wrapper-brief .brief-form__fieldwrapper {
        padding: 8px 0;
    }

    .wrapper.wrapper-brief .formpage__container.formpage__container_brief .formpage-form__textareablock textarea {
        font-size: 16px;
        padding: 10px;
        height: 160px;
        min-height: unset;
    }

    .brief-form__field-l {
        margin-bottom: 16px;
    }

    .wrapper.wrapper-brief input, .wrapper.wrapper-brief select, .wrapper.wrapper-brief textarea {
        font-size: 16px;
    }

    .wrapper.wrapper-brief .formpage-form__checkboxes-item-text {
        font-size: 16px;
        padding: 8px 16px;
    }

    .wrapper.wrapper-brief .formpage-form__textinputs-item input {
        font-size: 16px;
        padding: 10px;
    }

    .wrapper.wrapper-brief  .header__buttons:after {
        background: -o-linear-gradient(bottom, #020202 0%, rgba(2, 2, 2, 0.00) 100%);
        background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(2, 2, 2, 0.00)));
        background: -o-linear-gradient(bottom, #ffffff 0%, rgba(2, 2, 2, 0.00) 100%);
        background: linear-gradient(0deg, #ffffff 0%, rgba(2, 2, 2, 0.00) 100%);
    }
    .footer-info__top-right {
        padding: 0;
    }
    .wrapper.wrapper-brief .footer-links__col-block-title {
        color: #000;
        border-color: #000;
    }

    .wrapper.wrapper-brief .footer-links__col-mobile-ar {
        background: rgb(0 0 0);
    }

    .wrapper.wrapper-brief .footer-links__item.totop svg path {
        stroke: #000;
    }
    .errorpage__cont {
        width: 80%;
    }
    .header-menu__langs a {
        font-size: 14px;
        padding: 10px  0px 10px 2.6vw;
    }

    .langs-sep {
        font-size: 14px;
        padding: 10px  0px 10px 2.6vw;
        margin-right: -1px;
    }
    .cookie-box {
        width: 90%;
        right: 5%;
        z-index: 1001;
        bottom: 78px;
    }

    .cookie-box__cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .cookie-box_text {
        margin-bottom: 24px;
        padding: 0;
        /* margin: 0; */
        font-size: 16px;
    }

    .cookie-box__cont .button-anim {
        font-size: 18px;
        padding: 8px 13px;
        width: unset;
    }
    .footer-contacts-email {
        font-size: 16px;
    }

    .footer-contacts-links {}

    .footer-contacts-links .button {
        font-size: 14px;
        padding: 6px 14px;
    }

    .footer-contacts-email {
        /* margin-bottom: 12px; */
    }

    .footer-contacts-email a {
        margin-left: 7px;
    }

    html[lang="ru"] .header-button__text {
        font-size: 14px;
    }

    html[lang="ru"] .header-button__back {
        height: 43px;
    }
    html[lang="ru"] .about-principles-cards__item-title {
        font-size: 20px;
    }

    html[lang="ru"] .about-principles-cards__item-text {
        font-size: 16px;
    }
    html[lang="ru"] .about-principles-cards {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    html[lang="ru"] .about-principles-cards__item {
        width: 100%;
    }

    html[lang="ru"] .about-principles-cards__item:nth-child(even) {
        top: unset;
    }
    html[lang="ru"] .about-principles__text {
        text-transform: none;
    }
    html[lang="ru"] .servicespage__item-text {
        font-size: 18px;
    }

    html[lang="ru"] .about-projects__title-small {
        font-size: 5.18vw;
        letter-spacing: -0.4px;
    }

    html[lang="ru"] .about-projects__title-big {
        letter-spacing: -1.1px;
        font-size: 7.43vw;
    }
    html[lang="ru"] .workspage__title-text {
        font-size: 11.56vw;
    }
    html[lang="ru"] .projectpage__others-title {
        font-size: 10.1vw;
    }

    label.error {
        font-size: 12px;
        bottom: -18px;
    }
    
    
    .firstscreen_f .shape-animated-wrapper {
        display: none;
    }
    
    .footer-info__top-left {
        display: none;
    }
    
    .footer-board {
        padding: 72px 0 58px;
    }
    
    .wrapper__main {
        margin-bottom: 0;
    }
    
    .wrapper__footer-board .shape-animated-wrap {
        display: none;
    }
    
.awards-card-inner {

    -webkit-backdrop-filter: none;
    backdrop-filter: none;

}
    
    

}






