.header {
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 1) 100%);
}
.start_inner {
    height: 40vh;
    color: #fff;
    overflow: hidden;
}
.start_inner .container {
    padding-bottom: 0;
    z-index: 2;
}
.start_inner__background {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.start_inner__background video {
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    height: 40vh;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    pointer-events: none;
}
.start_position {
    height: 90vh;
    color: #fff;
}
#id0 .start_inner  {
    background: url(/assets/img/background-inner.jpg) no-repeat center center / cover;
}
.start_inner__wrap {
    display: flex;
    align-items: flex-end;
    height: 100%;
}
.start_inner__header {
    display: flex;
    width: 100%;
}
.start_inner__header__left {
    background: #EFEFF1;
    width: 65%;
    padding: 2.5em 3.125em;
    color: #000000;
}
.bread-crumbs {
    margin-bottom: 1.875rem;
    font-size: 1em;
    font-weight: 500;
    color: #4A4A4A;
}
.bread-crumbs a {
    position: relative;
    margin-right: 1.875rem;
    padding-right: 1.875rem;
}
.bread-crumbs a::after {
    content: '';
    position: absolute;
    top: calc(50% - .312rem);
    right: -.312rem;
    background: url(/assets/img/icon-triangle.svg) no-repeat center center / contain;
    width: .625rem;
    height: .625rem;
}
.bread-crumbs span {
    color: #AFAFAF;
}
.start_inner h1 {
    margin-bottom: 0;
    font-family: 'Play';
    font-size: 2.5em;
    font-weight: normal;
    text-transform: uppercase;
}
.start_inner__header__right {
    position: relative;
    background: #029B33;
    width: 35%;
}
.start_inner__header__right::after {
    content: '';
    position: absolute;
    top: 1.875rem;
    right: 1.875rem;
    background: url(/assets/img/icon-arrow_d.svg) no-repeat center center / contain;
    width: 2.875rem;
    height: 2.875rem;
    pointer-events: none;
}
.start_inner__header__right__link {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2.5rem 3.125rem;
    font-size: 1.25em;
    font-weight: bold;
}
.portfolio {
    background: #EFEFF1;
}
.portfolio__list {
    display: flex;
    flex-wrap: wrap;
}
.portfolio__list__item {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 24%;
    margin-bottom: 1.333%;
    margin-right: 1.333%;
    padding: 1rem;
    border: 1px solid #D9D9D9;
}
.portfolio__list__item:nth-child(4n) {
    margin-right: 0;
}
.portfolio__list__item__title {
  font-size: 1.25em;
  color: #fff;
}
.portfolio__list__item__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content {
    background: #EFEFF1;
}
.content p {
    margin-bottom: 1.75rem;
    font-size: 1.2em;
}
p.large_text {
    font-size: 1.6em;
}
.content ul {
    margin-bottom: 1.75rem;
    padding-left: 1rem;
    font-size: 1.2em;
}
.content ol {
    margin-bottom: 1.75rem;
    padding-left: 1rem;
    font-size: 1.2em;
}
.task {
    background: #EFEFF1;
}
.task .container::after {
    content: '';
    position: absolute;
    bottom: -5em;
    right: -5em;
    background: url(/assets/img/image-laptop.png) no-repeat center center / contain;
    width: 42em;
    height: 42em;
}
.task .col-4:nth-child(2) {
    padding-left: 4%;
}
.task__list {
    display: flex;
    flex-wrap: wrap;
}
.task__list__item {
    width: 46%;
    margin-bottom: 8%;
    margin-right: 8%;
    font-weight: 500;
}
.task__list__item:nth-child(2n) {
    margin-right: 0;
}
.task__list__item__title {
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
    font-size: 1.625em;
    border-bottom: 1px solid #D9D9D9;
}
.task__list__item__title::before {
    content: '';
    position: absolute;
    top: .3rem;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
}
.task__list__item:nth-child(1) .task__list__item__title::before {
    background: url(/assets/img/icon-pc.svg) no-repeat center center / contain;
}
.task__list__item:nth-child(2) .task__list__item__title::before {
    background: url(/assets/img/icon-rocket.svg) no-repeat center center / contain;
}
.task__list__item:nth-child(3) .task__list__item__title::before {
    background: url(/assets/img/icon-diamond.svg) no-repeat center center / contain;
}
.task__list__item:nth-child(4) .task__list__item__title::before {
    background: url(/assets/img/icon-gear.svg) no-repeat center center / contain;
}
.task__list__item__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1em;
    color: #4A4A4A;
}
.task__list__item__links a {
    margin-bottom: 1rem;
}
.task__list__item__links a:last-child {
    margin-bottom: 0;
}
.task__title {
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: 1.625em;
    font-weight: 500;
}
.task__text p {
    margin-bottom: 1rem;
}
.task__image {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
}
.task__image img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 714px;
}
.uniblock .row {
    padding-top: 3.125rem;
    border-top: 1px solid #4A4A4A;
}
.uniblock__wrap {
    display: flex;
    flex-wrap: wrap;
}
#id1 {
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(9, 35, 64, 1) 50%, rgba(124, 60, 64, 1) 100%);
    color: #fff;
}
#id2 {
    background: #EFEFF1;
}
#id3 {
    background: #EFEFF1;
}
.uniblock .container {
padding-bottom: 0;
}
.uniblock__title {
    width: 50%;
    margin-bottom: 2rem;
    font-size: 1.625em;
    font-weight: 500;
}
.uniblock__text {
    width: 50%;
}
.uniblock__text_full {
    width: 100%;
}
.uniblock__text p {
    margin-bottom: 2rem;
    font-size: 1em;
}
.uniblock__text p:last-child {
    margin-bottom: 0;
}
.uniblock__image {
    width: 100%;
    margin-top: 5rem;
    margin-bottom: 2rem;
}
.uniblock__image:last-child {
    margin-bottom: 0;
}
.uniblock__image img {
    display: block;
    width: 100%;
}
.uniblock__video {
    position: relative;
    margin-top: 5rem;
}
.uniblock__video__play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.uniblock__video__play__icon {
    position: relative;
    background: #E31E24;
    width: 8.8125em;
    height: 8.8125em;
    border-radius: 50%;
}
.uniblock__video__play__icon::after {
    content: '';
    position: absolute;
    top: calc(50% - .5625em);
    left: calc(50% - .65625em);
    background: url(/assets/img/icon-triangle_w.svg) no-repeat center center / contain;
    width: 1.3125em;
    height: 1.125em;
}
.uniblock__video__wrapper {

}
.desktop__slider {

}
.uniblock + .footer {
margin-top: 4.6875rem;
}