:root {
    --text-clr: #FFFFFF;
    --text-clr-2: #8A8A8A;
    --text-clr-3: #111111;
    --text-clr-4: rgb(17, 17, 17);
    --text-clr-5: rgba(137, 134, 134, 0.37);

    --bg-clr: #0D0D0D;
    --bg-clr-2: #FFFFFF;
    --bg-clr-3: rgba(141, 139, 139, 0.75);

    --border-clr: #FFFFFF;
    --border-clr-2: #3B3B3B;
    --border-clr-3: #111111;

    --bg-clr-hover: #FFFFFF;
    --bg-clr-hover-2: #111111;

    --stroke-clr-hover: #111111;

    --arrow-stroke: #ffffff;
    --arrow-stroke-2: #111111;
}

button{
    background-color: transparent;
}

body.white-theme{
    --text-clr: #111111;
    --bg-clr: #FFFFFF;
}

body{
    font-family: 'Inter';
    font-weight: 400;
    color: var(--text-clr);
    margin: 0;
}

a{
    color: var(--text-clr);
}

span.item-bottom-name{
    color: var(--text-clr);
}

html{
    background-color: var(--bg-clr);
}

html.has-scroll-smooth{
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

html.has-scroll-smooth .smooth-scroll{
    /*perspective: 1px;
    will-change: transform;*/
    width: 100vw;
}

.smooth-scroll{
    overflow: hidden;
}

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

ul{
    padding-left: 0;
    margin: 0;
}

li{
    list-style-type: none;
}

a{
    text-decoration: none;
}

.container{
    max-width: 1270px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.__to-menu span{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 98px;
    justify-content: flex-end;
}

.__to-menu span:after{
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid var(--border-clr);
    background: none;
    border-radius: 100%;
    margin-left: 10px;
}

.__to-menu span:before{
    content: '';
    width: 5px;
    height: 5px;
    background-color: var(--bg-clr-2);
    border-radius: 100%;
    position: absolute;
    right: 6px;
    top: 7px;
    opacity: 0;
    transition: .4s ease;
}

.__to-menu.active span:before{
    opacity: 1;
}

header{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 50;
    margin-top: 70px;
}

header .__right{
    display: flex;
    align-items: center;
}

header>.container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1px;
}

#swiper-top .swiper-slide{
    height: 100vh;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#swiper-top .swiper-slide img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

#swiper-top .__outer-swiper-btn{
    position: relative;
    top: -32vh;
}

.arrow-circle{
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--border-clr);
    cursor: pointer;
    border-radius: 100px;
}

.arrow-circle,
.swiper-button-prev,
.swiper-button-next{
    transition: .4s ease;
}

.arrow-circle{
    margin-top: 50px;
}

.arrow-circle path{
    transition: stroke .4s ease;
    stroke: var(--arrow-stroke);
}

.arrow-circle:hover, .item-link:hover .arrow-circle{
    background-color: var(--bg-clr-hover);
    border-color: transparent;
}

.arrow-circle:hover path, .item-link:hover .arrow-circle path{
    stroke: var(--stroke-clr-hover);
}

#swiper-top .swiper-button-next{
    left: 15px;
    margin-top: 0;
}

#swiper-top .swiper-button-next:after{
    display: none;
}

section h2{
    font-weight: 700;
    font-size: 48px;
    margin-top: 0;
}

section:not(#top) h2{
    font-family: 'Futura PT';
    margin-bottom: 25px;
    position: relative;
    display: flex;
    align-items: baseline;
}

section#top h2{
    font-family: 'Inter';
    width: 40%;
    margin-bottom: 20px;
    line-height: 120%;
}

section:not(#top) h2:before{
    content: url("../img/title-3-lines.svg");
    margin-right: 7px;
    transition: opacity .5s ease;
    opacity: 0;
}

section#top p{
    width: 60%;
}

p{
    font-size: 14px;
    line-height: 136%;
}

section:not(.__top){
    margin-top: 200px;
}

section:not(#top) p{
    color: var(--text-clr-2);
}

.row{
    display: flex;
}

section h2[data-scroll],
section h3[data-scroll]{
    overflow: hidden;
}

section h2[data-scroll]>span,
section h3[data-scroll]>span{
    display: block;
    transition: transform .8s ease;
    transform: translateY(100%);
}

section:not(#top) h2.is-inview span,
section:not(#top) h3.is-inview span{
    transform: translateY(0);
}

section:not(#top) h2.is-inview:before{
    opacity: 1;
}

section h3, .overlay-menu ul.__big a{
    font-weight: 700;
    font-size: 30px;
    line-height: 112%;
    margin-bottom: 20px;
    display: block;
}

section h3{
    color: var(--text-clr);
}

#about-us h3{
    width: 85%;
}

#about-us .col-right{
    padding-left: 100px;
}

#about-us .col-right .arrow-circle{
    margin-top: 50px;
}

.arrow-circle.__with-text span{
    position: absolute;
    opacity: 0;
    transition: .4s ease;
    transition-property: transform, opacity;
    color: var(--text-clr-3);
    font-size: 14px;
}

.arrow-circle.__with-text svg.next-arrow{
    transition: transform .4s ease;
}

.arrow-circle.__with-text:hover,
.item-link:hover .arrow-circle.__with-text{
    border-radius: 50px;
    width: 165px;
}

.arrow-circle.__with-text:hover span,
.item-link:hover .arrow-circle.__with-text span{
    opacity: 1;
    transform: translateX(-14px);
}

.arrow-circle.__with-text:hover svg.next-arrow,
.item-link:hover .arrow-circle.__with-text svg.next-arrow{
    transform: translateX(32px);
}

.item-link:hover .numbered-line h3,
.item-link:hover .item-bottom-name{
    color: #FF4D00;
}

#about-us .row{
    align-items: center;
}

.__bg-text{
    position: absolute;
    right: -100px;
    font-family: 'Futura PT';
    font-weight: 700;
    font-size: 142px;
    letter-spacing: -0.05em;
    color: var(--text-clr);
    opacity: 0.02;
    z-index: -1;
    top: -88px;
    white-space: nowrap;
}

#services .__item{
    width: fit-content;
}

#services .__items>.__item.ml-1 {
   margin-left: 0;
}

#services .__items>.__item.ml-2 {
    margin-left: 14%;
}

#services .__items>.__item.ml-3 {
    margin-left: 28%;
}

#services .__item{
    margin-top: 70px;
    display: flex;
    align-items: center;
}

#services .__item .__right{
    width: 50%;
    margin-top: -4%;
}

#services .__item p{
    padding-top: 30px;
    margin-bottom: 50px;
    width: 420px;
}

#services .__outer-parallax{
    margin-right: 70px;
}

#services .__outer-parallax img{
    width: 350px;
    height: 350px;
    object-fit: cover;
}

.numbered-line>div{
    display: flex;
}

.numbered-line[data-scroll]>div{
    overflow: hidden;
}

.numbered-line span{
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 100px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: var(--text-clr);
    margin-right: 20px;
    position: relative;
    transform: translateY(34px);
}

.numbered-line h3{
    margin-top: 0;
    margin-bottom: 0;
    max-width: 285px;
}

.numbered-line[data-scroll] span,
.numbered-line[data-scroll] h3{
    display: block;
    transform: translateY(100%);
}

.numbered-line[data-scroll] span{
    transition: transform 1s ease;
}

.numbered-line[data-scroll] h3{
    transition: transform 1s ease, color .3s ease;
}

.numbered-line h3{
    padding-top: 20px;
}

.numbered-line[data-scroll].is-inview span{
    transform: translateY(0);
}

.numbered-line[data-scroll].is-inview h3{
    transform: translateY(0);
}

.numbered-line.__red-line{
    padding-bottom: 55px;
    position: relative;
}

.numbered-line.__red-line:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 5px;
    background-color: #FF4D00;
}

#we-are>div{
    background: #FFFFFF;
    position: relative;
    color: #111111;
    margin-top: 0 !important;
}

.prev-circle-half{
    display: block;
    transform: translateY(18%);
}

.post-circle-half{
    display: block;
    transform: translateY(-18%);
}

.digit-items{
    margin-top: 65px;
    padding-left: 50px;
}

.digit-items>div{
    width: 25%;
}

.digit-items>div span{
    display: block;
}

.digit-items>div span:nth-child(1){
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 150px;
    line-height: 110%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: var(--text-clr-3);
}

.digit-items>div span:nth-child(2),
span.reviewer, span.item-bottom-name,
footer nav a, footer .__contact__info-items .__item>span:first-child,
.dropdown a, .dropdown span:not(.custom-checkbox){
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

footer nav a{
    color: var(--text-clr);
}

.digit-items>div span:nth-child(2){
    color: var(--text-clr-2);
    opacity: 0.3;
    max-width: 120px;
}

span.reviewer{
    color: var(--text-clr);
    margin-top: 70px;
    display: block;
    white-space: pre;
}

.content-center{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    text-align: center;
}

#we-are .our-partners{
    margin-top: 265px;
}

.pos-relative{
    position: relative;
}

#we-are .__bg-text{
    color: var(--text-clr-4);
    z-index: initial;
}

#we-are h2{
    z-index: 1;
}

.swiper-button-next, .swiper-button-prev{
    background-image: none;
}

.swiper{
    overflow: hidden;
}

#swiper-partners{
    margin-top: 35px;
}

.partner-outer{
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-outer{
    background-color: #ffffff;
}

.partner-outer img{
    max-width: 235px;
}

.btn,
.tabs-outer>label{
    font-size: 14px;
    color: var(--text-clr);
    padding-top: 13px;
    padding-bottom: 13px;
    border: 1px solid var(--border-clr-2);
    border-radius: 45px;
    transition: .4s ease;
    transition-property: background-color, color, border-color;
    display: flex;
    text-align: center;
    cursor: pointer;
    justify-content: center;
}

.tabs-outer{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.tabs-outer>label{
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 40px;
    margin-bottom: 20px;
}

.btn{
    width: 187px;
}

.btn:hover,
.tabs-outer>label:hover,
.tabs-outer>label.active{
    background-color: var(--bg-clr-hover);
    color: var(--text-clr-3);
}

.btn.__center{
    margin-left: auto;
    margin-right: auto;
}

.our-partners .btn{
    margin-top: 50px;
    color: var(--text-clr-3);
    border: 1px solid var( --border-clr-2);
    position: relative;
    z-index: 1;
}

.our-partners .btn:hover{
    color: var(--text-clr);
    background-color: var(--bg-clr-hover-2);
}

#our-projects .row{
    justify-content: space-between;
    align-items: center;
}

#our-projects p{
    max-width: 510px;
}

.swiper__line-pagination .__left{
    width: 47%;
    padding-right: 15px;
    flex-shrink: 0;
}

.swiper__line-pagination .__right{
    padding-top: 45px;
}

.swiper__line-pagination .__left img{
    max-width: 400px;
    width: 100%;
}

#reviews h3{
    margin-top: 0;
}

.swiper__line-pagination .pagination-outer,
.swiper__line-pagination .navigation-outer{
    position: absolute;
    width: 100%;
    z-index: 1;
}

.swiper__line-pagination .pagination-outer{
    bottom: 250px;
}

.swiper__line-pagination .navigation-outer{
    bottom: 165px;
}

.swiper__line-pagination .swiper-pagination,
.swiper__line-pagination .swiper-navigation{
    margin-left: 48%;
    display: flex;
}

.swiper__line-pagination .swiper-pagination{
    width: 70%;
    display: flex;
    text-align: initial;
    position: relative;
}

.swiper__line-pagination .swiper-pagination:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #262626;
    top: 5px;
    z-index: -1;
}

.swiper__line-pagination .swiper-pagination>span:not(:first-child){
    margin-left: 40px;
}

.swiper__line-pagination{
    position: relative;
    overflow: initial !important;
}

.swiper-pagination-bullet{
    background: #262626;
    opacity: 1;
    width: 11px;
    height: 11px;
}

.swiper.swiper__line-pagination .arrow-circle{
    margin-top: 0;
}

.swiper__line-pagination .swiper-button-next, .swiper__line-pagination  .swiper-button-prev{
    position: static;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #FF4D00
}

.swiper__line-pagination .navigation-outer .swiper-button-next{
    margin-left: 40px;
}

#blog .content-center{
    margin-top: 0;
}

#blog p.content-center{
    max-width: 525px;
}

#swiper-blog{
    margin-top: 50px;
}

.__outer-blog-img,
.__outer-project-img{
    position: relative;
    margin-bottom: 30px;
}

.__outer-blog-img:after{
    content: '';
    padding-top: 65%;
    display: block;
}

.__outer-project-img:after{
    content: '';
    padding-top: 40%;
    display: block;
}

.__outer-blog-img>img,
.__outer-project-img>img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#swiper-gallery .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#swiper-blog .swiper-slide span{
    display: block;
}

span.date{
    margin-bottom: 15px;
    display: block;
}

span.date.__with-other>span{
    display: block;
    color: #FF4D00;
}

span.date, footer .__contact__info-items .__item *:not(:first-child),
footer .row.__bottom span, .overlay-menu ul.__small a,
.overlay-menu .__contact__info-items .__item{
    font-size: 14px;
    line-height:  136%;
}

span.date, footer .__contact__info-items .__item *:not(:first-child),
.overlay-menu .__contact__info-items .__item, .overlay-menu .__contact__info-items .__item a{
    color: var(--text-clr-2);
}

.overlay-menu .__contact__info-items .__item a{
    display: block;
}

.overlay-menu .__contact__info-items .__item p{
    max-width: 325px;
    margin-top: 0;
    margin-bottom: 0;
}

.overlay-menu .__contact__info-items .__item>span:first-child{
    display: block;
    margin-bottom: 20px;
}

footer .row.__bottom span,
footer .row.__bottom span a{
    color: var(--text-clr);
}

.bottom-go{
    display: flex;
    align-items: center;
    color: #FF4D00;
}

section:not(#top) p.preview-text{
    margin-top: 20px;
    margin-bottom: 30px;
}

.bottom-go:after{
    content: url("../img/arrow-go-red.svg");
    margin-left: 10px;
}

p.preview-text, .bottom-go{
    transition: .5s ease;
    transition-property: opacity, transform;
    opacity: 0;
    transform: translateY(30px);
}

section:not(#top) p.preview-text{
    color: var(--text-clr);
}

.item-link:hover p.preview-text,
.item-link:hover .bottom-go{
    opacity: 1;
    transform: translateY(0);
}

.item-link span.item-bottom-name{
    transition: color .3s ease;
}

.item-link:hover span.item-bottom-name{
    color: #FF4D00;
}

form.__default .row{
    flex-wrap: wrap;
}

.col-100{
    width: 100%;
}

.col-50{
    width: 50%;
}

form.__default{
    width: 60%;
    margin-top: 60px;
}

#contact form.__default{
    width: 100%;
}

form.__default>.row{
    margin-left: -6%;
    margin-right: -6%;
}

form.__default>.row>div{
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 50px;
}

form.__default input{
    font-family: 'Inter', serif;
    width: 100%;
    font-size: 14px;
    background: none;
    border: none;
    border-bottom: 1px solid var(--border-clr);
    outline: none;
    padding-bottom: 8px;
    color: var(--text-clr);
}

form.__default input::placeholder{
    color: var(--text-clr-5);
}

form.__default .__bottom{
    display: flex;
    align-items: center;
}

form.__default .arrow-circle{
    margin-top: 0;
}

section:not(#top) form.__default p{
    color: var(--text-clr);
}

footer{
    margin-top: 250px;
    padding-top: 50px;
    padding-bottom: 25px;
}

footer .__socials{
    margin-top: 160px;
}

.__socials{
    display: flex;
}

.__socials>a:not(:first-child){
    margin-left: 40px;
}

#blog-inner .__socials{
    margin-top: 100px;
}

#blog-inner .__socials>a:not(:first-child){
    margin-left: 20px;
}

.__socials>a{
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid var(--border-clr-2);
    flex-shrink: 0;
}

.col-33{
    width: 33.3333%;
}

.col-66{
    width: 66.6666%;
}

footer nav li{
    margin-bottom: 20px;
}

footer .row.__right-info{
    justify-content: space-between;
}

footer .__contact__info-items .__item{
    margin-bottom: 20px;
}

footer .__contact__info-items .__item>*{
    display: block;
}

footer .__contact__info-items .__item>span:first-child{
    margin-bottom: 10px;
}

footer .__contact__info-items .__item p{
    max-width: 190px;
    white-space: pre-line;
}

footer .row.__bottom{
    margin-top: 90px;
    justify-content: space-between;
}

footer .row.__bottom span{
    opacity: .3;
}

nav a{
    transition: color .3s ease;
}

nav a:hover{
    color: #FF4D00;
}

::-webkit-scrollbar { /* 1 - скроллбар */
    width: 4px;
    height: 4px;
    background-color: #FFFFFF;
}

::-webkit-scrollbar-button { /* 2 - кнопка */

}

::-webkit-scrollbar-track { /* 3 - трек */
}

::-webkit-scrollbar-track-piece { /* 4 - видимая часть трека */
}

::-webkit-scrollbar-thumb { /* 5 - ползунок */
    border-radius: 2px;
    background-color: #d1d1d1;
}

::-webkit-scrollbar-corner { /* 6 - уголок */
}

::-webkit-resizer { /* 7 - изменение размеров */
}

.overlay-menu{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: transform .7s ease, opacity .5s ease;
    opacity: 0;
    transform: translateX(100%);
    padding-bottom: 62px;
    overflow: auto;
    z-index: 49;
    background-color: var(--bg-clr);
}

.overlay-menu.opened{
    transform: translateX(0);
    opacity: 1;
}

.overlay-menu>.container{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.overlay-menu>.container>.row.__top{
    margin-top: 17%;
}

.overlay-menu>.container>.row.__bottom{
    margin-top: auto;
    justify-content: space-between;
    padding-left: 40%;
}

.overlay-menu ul.__small{
    margin-top: 10px;
}

.overlay-menu ul.__small li{
    margin-bottom: 11px;
}

.overlay-menu>.container>.row.__top>*:not(:first-child){
    text-align: right;
}

.__overlay-2{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    overflow: auto;
    z-index: 49;
    display: none;
}

.__overlay-2>div{
    padding: 50px;
    max-width: 600px;
    position: relative;
    background-color: #000000;
    box-shadow: 11px 12px 17px rgb(0 0 0 / 25%);
    display: none;
}

.__overlay-2 .__close{
    position: absolute;
    right: 27px;
    top: 15px;
    cursor: pointer;
    font-family: "Futura PT";
    font-size: 30px;
}

.to-overlay-popup[data-attr="#agreed"]{
    text-decoration: underline;
    cursor: pointer;
}

.outer__swiper-blog-menu{
    position: relative;
}

.outer__swiper-blog-menu .swiper-button-next,
.outer__swiper-blog-menu .swiper-button-prev,
.projects__swiper-outer .swiper-button-next,
.projects__swiper-outer .swiper-button-prev{
    width: auto;
    height: auto;
    margin-top: 0;
}

.outer__swiper-blog-menu .swiper-button-next {
    right: -45px;
    top: 0;
    left: initial;
    background-image: inherit;
}

.outer__swiper-blog-menu .swiper-button-next:before,
.projects__swiper-outer .swiper-button-next:before{
    content: url("../img/red-arrow__next.svg");
}

.outer__swiper-blog-menu .swiper-button-prev {
    right: -45px;
    top: 64px;
    left: initial;
    background-image: inherit;
}

.outer__swiper-blog-menu .swiper-button-prev:before,
.projects__swiper-outer .swiper-button-prev:before{
    content: url("../img/red-arrow__prev.svg");
}

#about-us__page .row.__top,
#about-us__page .row.__founder{
    align-items: center;
    justify-content: space-between;
}

#about-us__page .row.__top{
    margin-top: 50px;
}

#about-us__page .row.__founder{
    margin-top: 150px;
}

#swiper-values{
    width: 100%;
}

#about-us__page div.__values{
    margin-top: 250px;
}

#about-us__page div.__values h2{
    margin-bottom: 100px;
}

#swiper-values .pagination-outer{
    bottom: 95px;
}

#swiper-values .navigation-outer {
    bottom: 10px;
}

#swiper-values .swiper-slide .img-outer{
    position: relative;
    max-width: 400px;
    width: 100%;
}

#swiper-values .swiper-slide .img-outer:before{
    content: '';
    padding-top: 100%;
    display: block;
}

#swiper-values .swiper-slide .img-outer img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

#solutions-services .__top-text{
    max-width: 525px;
}

.row-dropdowns{
    margin-top: 80px;
}

.dropdown{
    padding-top: 20px;
}

.dropdown>li.opened img,
.dropdown-type-2 label.opened img{
    transform: rotate(360deg);
}

.dropdown-type-2>li:not(:first-child){
    padding-top: 20px;
}

.dropdown li{
    display: block;
}

.dropdown>li{
    position: relative;
    width: max-content;
}

.dropdown>li.opened>a{
    color: #FF4D00;
}

.dropdown.dropdown-type-1 ul li.active a{
    color: #FF4D00;
}

.dropdown>li>ul{
    padding-top: 20px;
    padding-left: 20px;
    display: none;
}

.dropdown>li img{
    content: url("../img/dropdown.svg");
    margin-left: 16px;
    transition: transform .3s ease;
    transform: rotate(270deg);
    display: inline-flex;
    padding: 3px;
    cursor: pointer;
    position: relative;
    top: 3px;
}

.dropdown>li li{
    margin-bottom: 10px;
}

.dropdown a{
    transition: color .3s ease;
}

.dropdown a:hover{
    color: #FF4D00;
}

#solutions-services .__right-info{
    margin-top: -35px;
}

#solutions-services .numbered-line{
    margin-bottom: 30px;
}

.dropdowns-text-info{
    margin-top: 50px;
}

.dropdowns-text-info>.__item{
    padding-bottom: 20px;
    margin-bottom: 20px;
    transition: border-color .3s ease;
    border-bottom: 1px solid transparent;
}

.dropdowns-text-info>.__item .arrow-circle{
    margin-top: 30px;
}

.dropdowns-text-info>.__item>span{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding-bottom: 20px;
    transition: border-color .3s ease;
    border-bottom: 1px solid var(--border-clr-2);
}

.dropdowns-text-info>.__item.opened>span{
    border-color: transparent;
}

.dropdowns-text-info>.__item.opened{
    border-color: var(--border-clr-2);
}

.dropdowns-text-info>.__item.opened>span:after{
    transform: rotate(45deg);
}

.dropdowns-text-info>.__item>span:after{
    content: url("../img/plus.svg");
    transition: transform .3s ease;
}

.dropdowns-text-info>.__item>.__inner{
    display: none;
}

.dropdowns-text-info>.__item>span{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 24px;
    color: var(--text-clr);
}

#service-inner .html-text{
    margin-top: 50px;
}

#service-inner .__right-info img{
    width: 100%;
    max-height: 220px;
    object-fit: cover;
}

#swiper-partners-service{
    margin-top: 120px;
}

.projects__swiper-outer{
    margin-top: 190px;
}

.btn.__with-arrow{
    display: flex;
    align-items: center;
    width: 275px;
}

.btn.__with-arrow path{
    transition: stroke .4s ease;
}

.btn.__with-arrow svg{
    margin-left: 10px;
}

.btn.__with-arrow:hover path{
    stroke: var(--arrow-stroke-2);
}

.projects__swiper-outer .swiper-button-next, .projects__swiper-outer .swiper-button-prev{
    position: static;
    display: inline-flex;
}

.projects__swiper-outer .swiper-button-next{
    margin-left: 43px;
}

.projects__swiper-outer>.__top,
.projects__swiper-outer>.__top>.__right{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.projects__swiper-outer .swiper-navigation{
    margin-left: 20px;
}

#swiper-projects{
    margin-top: 50px;
}

.dropdown label{
    cursor: pointer;
}

.dropdown span.custom-checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid var(--border-clr-2);
    display: inline-flex;
    border-radius: 5px;
    position: relative;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
    transition: .3s ease;
}

.dropdown span.custom-checkbox:after{
    content: url("../img/checkbox.svg");
    transform: translate(0px, -1px);
    opacity: 0;
    transition: opacity .3s ease;
}

.dropdown-type-2 input[type='checkbox']{
    display: none;
}

.dropdown-type-2 input[type='checkbox']:checked + span.custom-checkbox{
    background: #FF4D00;
    border: 1px solid #FF4D00;
}

.dropdown-type-2 input[type='checkbox']:checked + span.custom-checkbox:after{
    opacity: 1;
}

.project-items>.__item{
    display: flex;
    margin-bottom: 20px;
}

.project-items>.__item>div{
    width: 50%;
}

.project-items>.__item>.__left{
    position: relative;
    align-self: flex-start;
}

.project-items>.__item>.__left img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-items>.__item>.__left:after{
    content: '';
    padding-top: 62%;
    display: block;
}

.project-items>.__item>.__right{
    padding-left: 5.5%;
}

.project-items>.__item>.__right .arrow-circle{
    margin-top: 30px;
}

#project-inner>.container>.row{
    margin-top: 80px;
}

#project-inner>.container>.row .__left h3{
    font-size: 24px;
    margin-bottom: 50px;
}

#project-inner>.container>.row .__right{
    display: flex;
    justify-content: flex-end;
}

#project-inner>.container>.row .__right img{
    max-width: 400px;
}

.tabs-outer{
    margin-top: 80px;
}

#partners__page .partner-items{
    margin-top: 100px;
}

.partner-items>.__item{
    margin-bottom: 100px;
}

.partner-items .__right{
    padding-left: 12%;
}

.partner-items .partner-outer{
    width: 100%;
    max-width: 295px;
    flex-shrink: 0;
}

.partner-items h3{
    font-size: 24px;
    margin-top: 0;
}

#blogs__page .blog-items{
    margin-top: 100px;
}

.blog-items{
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.blog-items>.__item{
    margin-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
}

.btn.show-more{
    margin-top: 60px;
}

#blog-inner h3{
    margin-top: 50px;
}

#blog-inner .row .__right{
    max-width: 400px;
    margin-left: auto;
}

#blog-inner .row .__right img{
   max-width: 100%;
}

.__can-be-interesting{
    margin-top: 200px;
}

.blog-gallery{
    margin-top: 100px;
}

#swiper-gallery{
    width: 100%;
    position: relative;
    padding-bottom: 35px;
}

.swiper-scrollbar{
    background: rgba(255, 255, 255, 0.11);
}

.swiper-scrollbar-drag {
    background: #FF4D00;
}

#swiper-gallery .swiper-slide{
    width: 500px;
}

#swiper-gallery .swiper-slide:after{
    content: '';
    width: 100%;
    padding-top: 65%;
    display: block;
}

#contact .__contact__info-items p{
    color: var(--text-clr);
    max-width: 345px;
}

#contact .__left{
    width: 40%;
}

#contact .__left .__item>*{
    display: block;
}

#contact .__right{
    width: 60%;
}

#contact .__right h3{
    max-width: 625px;
}

.c-scrollbar_thumb{
    background-color: var(--bg-clr-2);
}

/*
*{
    cursor: none !important;
}
*/

.drag__cursor{
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #FF4D00;
    z-index: 100;
    position: fixed;
    pointer-events: none;
    transition: .3s cubic-bezier(0.46, 0.03, 0.17, 0.95);
    transition-property: background-color, transform;
    mix-blend-mode: difference;
    left: -12.5px;
    top: -12.5px;
    /* transform: scale(0);*/
    display: none;
}

.drag__cursor.hide{
    transform: scale(0);
}

.drag__cursor.inview{
    transform: scale(1.0);
}

.drag__cursor.active-link{
    transform: scale(1.7);
    background-color: #ffffff;
}

header.white-zone .__to-menu,
header.white-zone .__to-menu span:after,
header.white-zone .logo>path{
    transition: .3s;
}

header.white-zone .__to-menu span,
header.white-zone .current_lang{
    color: var(--text-clr-3);
}

header.white-zone .current_lang svg path{
    fill: var(--text-clr-3);
}

header.white-zone .__to-menu span:after{
    border-color: var(--border-clr-3);
}

header.white-zone .logo>path:not(:nth-child(2)){
    fill: var(--border-clr-3);
}

.__lang-selector{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    margin-right: 58px;
    position: relative;
}

.__lang-selector ul{
    opacity: 0;
    transition: .4s ease;
    transition-property: transform, opacity;
    z-index: -1;
    position: absolute;
}

.__lang-selector ul>li{
    margin-top: 10px;
}

.__lang-selector:hover ul{
    opacity: 1;
    z-index: 1;
}

.__lang-selector:hover svg{
    transform: rotate(180deg);
}

.__lang-selector:hover path{
    fill: #FF4D00 !important;
}

header.white-zone .__lang-selector:hover a{
    color: var(--text-clr-3) !important;
}

.current_lang svg{
    margin-left: 10px;
    transition: transform .4s ease;
}

.current_lang svg path{
    transition: fill .4s ease;
}

.company-founder{
    max-width: 450px;
}

@media screen and (max-width: 991px){
    .company-founder{
        width: 100%;
    }

    .logo{
        width: 110px;
    }

    .__lang-selector, .__to-menu span{
        font-size: 14px;

    }

    .__lang-selector svg{
        width: 13px;
    }

    .drag__cursor{
        display: none !important;
    }

    .__outer-parallax, .__outer-parallax img{
        width: 100%;
    }

    .row{
        flex-direction: column;
    }

    #about-us .row{
        flex-direction: column-reverse;
    }

    #about-us .col-right{
        padding-left: 0;
        margin-bottom: 25px;
    }

    section h2{
        font-size: 38px;
    }

    section:not(#top) h2:before{
        width: 40px;
    }

    .__lang-selector{
        margin-right: 15px;
    }

    section:not(.__top) {
        margin-top: 100px;
    }

    #about-us .col-right .arrow-circle{
        margin-top: 30px;
    }

    #services .__items>.__item.ml-2,
    #services .__items>.__item.ml-3{
        margin-left: 0;
    }

    #services .__item{
        flex-direction: column;
    }

    #services .__outer-parallax {
        margin-right: 0;
    }

    #services .__item{
        width: 100%;
    }

    #services .__outer-parallax img{
        width: 100%;
        height: calc(100vw - 30px);
    }

    #services .__item .__right{
        width: 100%;
    }

    .numbered-line span{
        font-size: 85px;
    }

    section h3, .overlay-menu ul.__big a{
        font-size: 25px;
    }

    .numbered-line.__red-line {
        padding-bottom: 23px;
    }

    #services .__item .__right{
        margin-top: 5px;
    }

    .arrow-circle{
        margin-top: 20px;
    }

    .arrow-circle.__with-text, .item-link .arrow-circle.__with-text {
        border-radius: 50px;
        width: 165px;
    }

    .arrow-circle.__with-text span, .item-link .arrow-circle.__with-text span {
        opacity: 1;
        transform: translateX(-14px);
    }

    .arrow-circle.__with-text svg.next-arrow, .item-link .arrow-circle.__with-text svg.next-arrow {
        transform: translateX(32px);
    }

    .arrow-circle, .item-link .arrow-circle {
        background-color: var(--bg-clr-hover);
        border-color: transparent;
    }

    .arrow-circle path, .item-link .arrow-circle path {
        stroke: var(--stroke-clr-hover);
    }

    .__bg-text{
        font-size: 120px;
    }

    #services .__item p{
        margin-bottom: 40px;
    }

    #services .__item p{
        padding-top: 25px;
    }

    header{
        margin-top: 43px;
    }

    .digit-items{
        padding-left: 0;
    }

    .digit-items>div{
        width: 100%;
    }

    .digit-items{
        text-align: center;
    }

    .digit-items>div{
        margin-bottom: 30px;
    }

    .digit-items>div span:nth-child(1){
        font-size: 116px;
        line-height: 100%;
    }

    .digit-items>div span:nth-child(2){
        margin-left: auto;
        margin-right: auto;
    }

    #we-are .our-partners{
        margin-top: 150px;
    }

    #our-projects .col-left{
        margin-bottom: 25px;
    }

    .overlay-menu>.container>.row.__top>div,
    .overlay-menu>.container>.row.__top>nav{
        width: 100%;
    }

    .overlay-menu>.container>.row.__bottom{
        padding-left: 0;
        margin-top: 30px;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .overlay-menu .__contact__info-items .__item{
        width: 100%;
        margin-bottom: 20px;
    }

    .overlay-menu .__contact__info-items .__item a{
        font-size: 12px;
    }

    .overlay-menu>.container>.row.__top{
        margin-top: 25%;
    }

    section h3, .overlay-menu ul.__big a {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .overlay-menu ul.__small li {
        margin-bottom: 7px;
    }

    .outer__swiper-blog-menu .swiper-button-prev,
    .outer__swiper-blog-menu .swiper-button-next{
        display: none;
    }

    .swiper__line-pagination .__left{
        width: 100%;
        padding-right: 0;
    }

    .swiper__line-pagination .__left img{
        max-width: 100%;
    }

    section:not(#top) h2.is-inview:before{
        flex-shrink: 0;
    }

    .swiper__line-pagination .pagination-outer{
        display: none;
    }

    .swiper__line-pagination .pagination-outer, .swiper__line-pagination .navigation-outer{
        position: static;
    }

    .swiper__line-pagination .swiper-pagination, .swiper__line-pagination .swiper-navigation{
        margin-left: 0;
        margin-top: 30px;
        justify-content: center;
    }

    span.reviewer{
        margin-top: 45px;
    }

    footer .__socials {
        margin-top: 39px;
    }

    .__socials>a:not(:first-child) {
        margin-left: 25px;
    }

    footer .row.__right-info {
        justify-content: space-between;
        margin-top: 38px;
    }

    footer {
        margin-top: 88px;
    }

    footer .row.__bottom {
        margin-top: 62px;
    }

    footer nav{
        margin-bottom: 30px;
    }

    footer nav li {
        margin-bottom: 17px;
    }

    footer .__socials {
        margin-top: 25px;
    }

    form.__default{
        width: 100%;
    }

    .col-50, .col-33, .col-66{
        width: 100%;
    }

    form.__default>.row>div {
        padding-bottom: 38px;
    }

    form.__default p{
        margin-bottom: 0;
    }

    #about-us__page .row.__founder{
        flex-direction: column-reverse;
    }

    #about-us__page div.__values {
        margin-top: 180px;
    }

    #solutions-services .__right-info{
        margin-top: 30px;
    }

    section.__page-top-section{
        margin-top: 150px;
    }

    #about-us__page div.__values h2 {
        margin-bottom: 64px;
    }

    .dropdowns-text-info>.__item>span{
        font-size: 20px;
    }

    .row-dropdowns {
        margin-top: 50px;
    }

    #service-inner .__right-info{
        margin-top: 30px;
    }

    .projects__swiper-outer>.__top, .projects__swiper-outer>.__top>.__right{
        flex-direction: column;
    }

    .projects__swiper-outer .swiper-navigation{
        margin-left: 0;
        margin-top: 30px;
    }

    .projects__swiper-outer {
        margin-top: 150px;
    }

    .__outer-project-img:after{
        padding-top: 50%;
    }

    #projects .__right-info{
        margin-top: 35px;
    }

    .project-items>.__item{
        flex-direction: column;
    }

    .project-items>.__item>.__right{
        padding-left: 0;
        margin-top: 25px;
    }

    .project-items>.__item>div{
        width: 100%;
    }

    #project-inner>.container>.row {
        margin-top: 60px;
    }

    .row-dropdowns {
        margin-top: 40px;
    }

    .item-link p.preview-text, .item-link .bottom-go {
        opacity: 1;
        transform: translateY(0);
    }

    .btn.show-more {
        margin-top: 40px;
    }

    #blog-inner .__socials {
        margin-top: 40px;
        overflow: auto;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .__can-be-interesting {
        margin-top: 120px;
    }

    #contact .__right{
        width: 100%;
    }

    #blog-inner .row .__right{
        margin-left: 0;
        margin-top: 5px;
    }

    .outer__swiper-blog-menu{
        display: none;
    }

    .tabs-outer>label{
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .partner-items .__right{
        padding-left: 0;
        margin-top: 20px;
    }

    .partner-items>.__item {
        margin-bottom: 52px;
        max-width: 295px;
        margin-left: auto;
        margin-right: auto;
    }

    #partners__page .partner-items {
        margin-top: 40px;
    }

    section#top p{
        width: 100%;
    }

    #swiper-top .swiper-slide{
        justify-content: flex-start;
        height: 777px;
        padding-top: 204px;
    }

    #swiper-top .__outer-swiper-btn {
        top: initial;
        bottom: 255px;
    }

    .overlay-menu .__contact__info-items .__item>span:first-child {
        display: block;
        margin-bottom: 7px;
    }

    .__overlay-2>div{
        padding: 30px 15px 15px;
    }
}

