.t-container {
    max-width: 1800px;
}
.t-col_12 {
    max-width: 100%;
}
.uc-menu-head .t-menu-base__maincontainer {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 20px;
}
.t-menu-base__imglogo {
    padding: 10px 0;
}
.uc-main-slide {
    margin-top: 92px;
}
.uc-main-slide .t-container {
    max-width: 1800px;
}

.uc-main-slide .t-col_7 {
    max-width: 900px;
	margin: 0;
    padding: 0 20px;
}

.uc-main-slide .t-cover__filter {
    /* background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1)) !important; */
}

.uc-main-slide .t-cover__carrier {
    background-size: auto;
    background-position: right top;
}

.uc-advantages .t-container {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    padding: 0 20px;
    align-items: flex-start;
}
.uc-advantages li.t-col.t-col_12.t-item.t-list__item {
    width: 20%;
    margin: 0 auto;
    float: none;
	border-right: 1px solid #b9b9b9;
	padding: 0 30px;
}
.uc-advantages li.t-col.t-col_12.t-item.t-list__item:last-child {
    border-right: none;
}
.uc-head-services .t-title strong {
    position: relative;
}

.uc-head-services .t-title strong:before {
    content: "";
    width: 50px;
    height: 2px;
    position: absolute;
    left: -70px;
    top: 50%;
    background: #c4ff00;
}
.uc-head-services .t-title strong:after {
    content: '';
    width: 50px;
    height: 2px;
    position: absolute;
    right: -70px;
    top: 50%;
    background: #c4ff00;
}

.uc-items-services .t-card__container {
    max-width: 1800px;
}
.uc-items-services .t-col_4 {
    max-width: 560px;
}
.uc-how-work .t-col {
    width: 16%;
    margin: 0;
    padding: 0 20px;
    box-sizing: border-box;
}
.uc-how-work .t1107__arrow {
    display: inline-block;
}