header.main-header {
    background: transparent;
}
header.main-header.active-header {
    background: #000000;
    border: none;
}
.hidden-overflow{
    overflow: hidden;
}
/* #main-header-banner{
    margin: -80px 0 0;
    background-image: url(../img/main/header-bg.jpg);
    background-size: cover;
    padding: 0 0 25px;
    min-height: 100vh;
} */

/* UPD */
#main-header-banner{
    margin: -80px 0 0;
    padding: 0 0 25px;
    min-height: 100vh;
    position: relative;
    background-color: #000000;
    /* background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 41.16%); */
    overflow: hidden;
}

/* Vector */
#main-header-banner:before {
    content: "";
    position: absolute;
    left: -25.76%;
    right: 59.31%;
    top: 0.34%;
    bottom: -9.46%;
    background: radial-gradient(48.88% 48.88% at 50% 50%, #2D3C8F 0%, rgba(45, 60, 143, 0) 100%);
    opacity: 0.3;
    z-index: 2;
}

/* Vector */
#main-header-banner:after {
    content: "";
    position: absolute;
    left: 54.44%;
    right: -28.19%;
    top: -40.36%;
    bottom: 19.27%;
    background: radial-gradient(48.88% 48.88% at 50% 50%, #2D3C8F 0%, rgba(45, 60, 143, 0) 100%);
    opacity: 0.25;
    z-index: 2;
}
#main-header-banner .container {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 3;
}
#main-header-banner .header-bg-wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.header-bg-wrapper svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

@media(max-width: 540px) {
    .header-bg-wrapper svg .left-circle,
    .header-bg-wrapper svg .right-circle {
        transform: translateY(-135%);
    }
}

/* UPD END */
#main-header-banner .container {
    padding-left: 0;
    padding-right: 0;
}
#main-header-banner h1{
    font-weight: 500;
    line-height: normal;
    font-size: 60px;
    color: #FFFFFF;
    text-align:center;
    padding:240px 0 100px;
}
.company-direction-wrap {
    display: flex;
    justify-content: center;
    padding-right: 20px;
}
.company-direction-block{
    text-align:center;
    margin:0 10px 25px;
}
.company-direction-block p {
    margin: 36px 0 0;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-transform: uppercase;
}
.company-direction-block.direction-line{
    position:relative;
    padding:0 175px 0 130px;
}
.company-direction-block.direction-line:after{
    content:"";
    width:280px;
    height: 1px;
    top: 33px;
    left: -83px;
    position:absolute;
    background-image:url(../img/icons/direction-line.svg);
    background-size:100% 100%;
}
.company-direction-block.direction-line:before{
    content:"";
    width:280px;
    height: 1px;
    top: 33px;
    right: -40px;
    position:absolute;
    background-image:url(../img/icons/direction-line.svg);
    background-size:100% 100%;
}
.company-direction-block img{
    max-height:64px;
}
.header-buttons{
    margin:107px 0 60px;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}
.header-buttons .button-blue {
    margin: 0 30px 0 0;
}
.header-buttons .button-blue-empty {
    margin: 0 0 0 30px;
}
.company-slider .swiper-slide {
    display: flex;
    align-items: center;
    height: 90px;
    justify-content: center;
    width: 20%;
}
.company-slider{
    position:relative;
}
.company-slider img {
    max-height: 85px;
    max-width: 170px;
}

.company-slider img.alibaba-logo {
    max-height: 70px;
}

.company-slider img.ocean-logo {
    max-height: 75px;
}

.logo-image {
    position:absolute;
    opacity:1;
}
.full-color {
    position: absolute;
    opacity: 0;
}
.full-color.color{
    opacity:1;
}
#latest-developments{
    padding:40px 0 35px;
}
.developnets-slider{
    position:relative;
    margin:24px 0 22px;
}
.developnets-swiper {
    padding: 0 0 60px;
}
.developnets-img img {
    width: 100%;
    height: 222px;
    object-fit: cover;
    object-position: center;
}
.developnets-text {
    background: #fafafa;
    padding: 25px 25px 26px 24px
}
.developnets-name {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
}
.developnets-technology{
    display:flex;
    margin:22px 0 0 ;
}
.developnets-technology a{
    margin-right:16px;
}
.developnets-technology a img{
    width:32px;
}
.explore-project {
    display:block;
    margin: 21px 0 0;
    font-weight: 600;
    font-size: 16px;
    color: #03BBD3;
    position:relative;
}
.explore-project:after{
    content:'';
    background-image:url(../img/icons/blue-arrow.svg);
    width:8px;
    height:16px;
    background-size:cover;
    position:absolute;
    left: 145px;
    top: -2px;
}
.developnets-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: none;
    opacity: 1;
    border: 2px solid #E3E3E3;
}
.developnets-pagination .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    opacity: 1;
    background: #ffffff;
    border: 2px solid #03BBD3;
    position:relative;
    top:1px;
}
.button-view-all{
    margin:auto;
}
.developnets-arrow{
    position:absolute;
    top:120px;
    width:20px;
    height:34px;
    cursor:pointer;
    background-image:url(../img/icons/arrow-slider-gray.svg);

}
.developnets-arrow-left{
    left:-45px;
}
.developnets-arrow-right{
    right:-45px;
    transform:rotate(180deg);
}
#developments-process {
    padding: 0 0 105px;
    position: relative;
}
.process-container{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
#developments-process::before {
    content: '';
    position: absolute;
    width: calc((100% - 1200px) / 2);
    height: 1px;
    top: 110px;
    border-top: 1px solid #DDDDE8;
    padding-bottom: 191px;
    border-bottom: 1px solid #DDDDE8;
    left: 0;
}
#developments-process::after {
    content: '';
    position: absolute;
    width: calc((100% - 1130px) / 2);
    height: 1px;
    background-color: #DDDDE8;
    top: 110px;
    right: 0;
}

#developments-process .container{
    position: relative;
}

#developments-process .container::before{
    content: '';
    position: absolute;
    left: -13px;
    top: 101px;
    width: 15px;
    height: 15px;
    background: #ffffff;
    border: 1px solid #DDDDE8;
    border-radius: 50%;
}

#developments-process .container::after{
    content: '';
    position: absolute;
    left: -13px;
    top: 295px;
    width: 15px;
    height: 15px;
    background: #ffffff;
    border: 1px solid #DDDDE8;
    border-radius: 50%;
}

.process-block{
    width:calc(20% - 10px);
    margin:35px 0 40px;
}
.procesess-top{
    position:relative;
    display:flex;
    align-items:center;
    min-height: 68px;
}

.procesess-top .icon-wrap{
    position: relative;
}

.procesess-top .icon-wrap::before{
    content: '';
    position: absolute;
    background-image: url(../img/icons/development-icon-bg.svg);
    background-repeat: no-repeat;
    width: 58px;
    height: 86px;
    left: -20px;
    top: -9px;
}

.procesess-top img{
    position:relative;
    z-index: 2;
}

.procesess-number {
    font-weight: bold;
    font-size: 48px;
    color: #fff;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    left: -10px;
    padding-right:5px;
    text-shadow: #DDDDE8 1px 0px, #DDDDE8 1px 1px, #DDDDE8 0px 1px, #DDDDE8 -1px 1px, #DDDDE8 -1px 0px, #DDDDE8 -1px -1px, #DDDDE8 0px -1px, #DDDDE8 1px -1px;
}
.procesess-top:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 35px;
    width: calc(100% - 10px);
    height: 1px;
    background: #DDDDE8;
}
.procesess-top:after {
    content: '';
    position: absolute;
    right: 0;
    top: 26px;
    width: 15px;
    height: 15px;
    background: #ffffff;
    border: 1px solid #DDDDE8;
    border-radius:50%;
}
.processes-name {
    margin:12px 0 0;
    font-weight: 600;
    font-size: 18px;
    color: #5C5C5C;
    line-height: 22px;
}

.process-block:nth-child(5) .procesess-top:after,
.process-block:nth-child(10) .procesess-top:before,
.process-block:nth-child(10) .procesess-top:after {
    display: none;
}
.free-quote{
    margin:auto;
}
.swipe-left-right{
    display:none;
    align-items:center;
    justify-content:center;
}
.swipe-left-right span{
    margin-left:11px;
    font-weight: 500;
    line-height: 25px;
    font-size: 14px;
    color: #03BBD3;
}