@-webkit-keyframes changeCaptions {
    0%, 85.71428%, to {
        opacity: 0
    }

    2% {
        opacity: 0;
        transform: translateY(-30px)
    }

    10%, 7% {
        opacity: 1;
        transform: translateY(0)
    }

    14.2857% {
        opacity: 0;
        transform: translateY(30px)
    }
}

@keyframes changeCaptions {
    0%, 85.71428%, to {
        opacity: 0
    }

    2% {
        opacity: 0;
        transform: translateY(-30px)
    }

    10%, 7% {
        opacity: 1;
        transform: translateY(0)
    }

    14.2857% {
        opacity: 0;
        transform: translateY(30px)
    }
}

.shop_id_16 .more_than_business .item .descr {
    width: calc(100% - 150px)
}

main.start {
    overflow-x: hidden
}

.start .main_img {
    background-image: url(../images/main/start2x.jpg);
    height: 34.89583vw
}

.start .main_img .inner {
    padding-bottom: 2.6vw
}

.start h1 {
    width: 100%;
    margin-bottom: 0
}

.start h1 span:first-child {
    text-transform: uppercase;
    font-size: 10rem;
    font-weight: 800
}

.start h1 span:nth-child(2) {
    font-size: 5rem;
    font-weight: 400
}

.start .main_acumullit {
    position: relative;
    padding-top: 109px;
    padding-bottom: 98px
}

.start .main_acumullit .descr p {
    margin: 0
}

.start .last_news .text .descr, .start .more_than_business .text .descr {
    font-size: 2rem
}

.start .main_acumullit .descr {
    font-size: 2rem;
    width: 49%
}

.start .more_than_business .text .descr {
    width: 57%
}

.start .last_news .text h2, .start .main_acumullit h2, .start .more_than_business .text h2 {
    font-size: 3.5rem;
    text-transform: uppercase;
    margin: 0
}

.start .main_acumullit h2 {
    width: 35%
}

.start .more_than_business .text h2 {
    width: 28%
}

.start .last_news .text, .start .main_acumullit .text, .start .more_than_business .text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.start .last_news .text h2 {
    width: 30%
}

.start .last_news .text .descr {
    width: 66%
}

.start .main_acumullit .bg_text {
    position: absolute;
    left: 5.5%;
    top: 50%;
    width: 90%;
    height: 210px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: -1;
    margin-top: -51px
}

.start .main_acumullit .item, .start .main_acumullit .items {
    display: flex;
    position: relative;
    justify-content: space-between
}

.start .main_acumullit .items {
    margin-top: 155px
}

.start .main_acumullit .item .hover .btn {
    position: absolute;
    bottom: 48px;
    left: 50%;
    min-width: 165px;
    transform: translateX(-50%);
    padding: 0 20px;
    height: 32px;
    border-radius: 27px;
    font-size: 1.4rem
}

.start .main_acumullit .item .hover.drazhe {
    background: rgba(5, 115, 13, .8)
}

.start .main_acumullit .item .hover.develop {
    background: rgba(134, 79, 21, .8);
    padding-left: 45px;
    padding-right: 45px
}

.start .main_acumullit .item .hover.as {
    background: rgba(21, 61, 167, .8);
    padding-left: 45px;
    padding-right: 45px
}

.start .main_acumullit .item:hover>.hover {
    opacity: 1
}

.start .main_acumullit .item .hover {
    opacity: 0;
    display: flex;
    transition: .3s all;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: -12%;
    left: 0;
    width: 100%;
    height: 97%;
    padding: 0 0 60px;
    font-size: 1.4rem;
    color: #fff;
    cursor: auto;
    text-align: center
}

.start .main_acumullit .item .hover span {
    display: block;
    width: 223px;
    margin: 0 auto;
    font-size: 1.5rem
}

.start .main_acumullit .drazhe .btn:hover {
    color: #05730d;
    background-color: #fff
}

.start .main_acumullit .develop .btn:hover {
    color: #864f15;
    background-color: #fff
}

.start .main_acumullit .as .btn:hover {
    color: #153da7;
    background-color: #fff
}

.start .main_acumullit .item img {
    display: block;
    margin-bottom: 25px
}

.start .main_acumullit .item .title {
    font-size: 2.6rem;
    line-height: 37px;
    font-weight: 600;
    border-top: 3px solid #eee;
    padding-top: 6px;
    width: 100%;
    text-align: center
}

.start .main_acumullit .item {
    flex-direction: column;
    align-items: center;
    width: 32%;
    cursor: pointer
}

.start .main_acumullit .item:nth-child(2) img {
    position: relative;
    top: -35px
}

.start .main_acumullit .item:nth-child(3) img {
    position: relative;
    top: -20px
}

.more_than_business {
    background: #eee;
    padding-top: 85px;
    padding-bottom: 110px
}

.more_than_business .item, .more_than_business .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.more_than_business .items {
    margin-top: 57px
}

.more_than_business .item.w50 .descr {
    width: 50%
}

.more_than_business .item.w50 {
    width: 48.8%;
    -webkit-margin-before: 2.4%;
    margin-block-start: 2.4%;
    padding-top: 44px;
    padding-bottom: 31px
}

.more_than_business .item.w50 .btn {
    top: 4px
}

.more_than_business .item .descr {
    width: calc(100% - 133px);
    font-size: 1.4rem
}

.more_than_business .item .title {
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 10px;
    width: 100%
}

.more_than_business .item.head::after, .more_than_business .item.opp::after, .more_than_business .item.prod::after, .more_than_business .item.system::after, .more_than_business .item.trip::after {
    position: absolute;
    top: 10px;
    right: -8px;
    font-size: 9.6rem;
    line-height: normal;
    font-weight: 600;
    opacity: .5
}

.more_than_business .item.trip::after {
    content: '01'
}

.more_than_business .item.prod::after {
    content: '02'
}

.more_than_business .item.opp::after {
    content: '03'
}

.more_than_business .item.head::after {
    content: '04'
}

.more_than_business .item.system::after {
    content: '05'
}

.more_than_business .item>a, .more_than_business .item>div {
    z-index: 2
}

.more_than_business .item>a.img_bg, .more_than_business .item>div.img_bg {
    z-index: 0
}

.more_than_business .item {
    align-items: flex-end;
    position: relative;
    width: 31.8%;
    padding: 78px 23px 27px 25px;
    color: #fff;
    height: 200px;
    -webkit-margin-before: 3%;
    margin-block-start: 3%
}

.more_than_business .item.trip {
    background-color: #b0773b
}

.more_than_business .item.prod {
    background-color: #209440
}

.more_than_business .item.opp {
    background-color: #a1004e
}

.more_than_business .item.head {
    background-color: #39559e
}

.more_than_business .item.system {
    background-color: #6f3d8d
}

.more_than_business .item .btn {
    position: relative;
    top: -2px;
    padding: 7px 19px;
    font-size: 1.4rem;
    min-height: 32px;
    max-width: 124px;
    transition: all .2s ease
}

.more_than_business .btn:hover {
    background-color: #fff
}

.more_than_business .trip a.btn:hover {
    color: #864f15
}

.more_than_business .prod a.btn:hover {
    color: rgba(5, 115, 13, .8)
}

.more_than_business .opp a.btn:hover {
    color: #a1004e
}

.more_than_business .head a.btn:hover {
    color: #39559e
}

.more_than_business .system a.btn:hover {
    color: #703c8e
}

.last_news {
    padding: 100px 0;
    position: relative
}

.last_news>.img_bg {
    background-repeat: repeat-x;
    background-size: auto;
    background-position: left top
}

.last_news .items .img {
    display: block;
    width: 100%;
    height: 147.78px;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 13px;
    position: relative
}

.last_news .items {
    margin-top: 83px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.last_news .item {
    width: 271px;
    display: flex;
    flex-direction: column;
    background-color: #eee;
    padding-bottom: 21px
}

.last_news .item.ghost {
    background-color: transparent
}

.last_news .item .title {
    font-weight: 600;
    font-size: 2rem;
    padding-bottom: 22px;
    background: #fff;
    text-align: center;
    text-transform: uppercase
}

.last_news .item .name {
    font-weight: 400;
    font-size: 2rem;
    padding: 0 15px
}

.last_news .item .date {
    font-weight: 600;
    font-size: 1.3rem;
    color: #5a832a;
    padding: 0 15px;
    margin-top: 3px
}

.last_news .text .descr {
    width: 68%
}

.last_news .txt {
    font-size: 1.4rem;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 0 5px 0 15px
}

.last_news .item .photo::after, .last_news .item .video::after {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: 32px;
    height: 100%;
    background: url('../images/video_btn.svg') no-repeat center;
    background-size: auto 100%;
    background-position: left center
}

.last_news .item .photo::after {
    background-image: url('../images/photo_btn.svg')
}

.last_news .item .btn {
    display: flex;
    height: 32px;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
    padding: 0 19px;
    position: relative;
    color: #5a832a;
    margin-left: 15px;
    cursor: pointer;
    margin-top: auto;
    font-size: 1.4rem
}

.last_news .item .btn:hover {
    color: #fff;
    border-color: #5a832a
}

.last_news .item .btn:hover:after {
    -webkit-filter: drop-shadow(2px 4px 6px #000);
    filter: drop-shadow(2px 4px 6px #000)
}

.last_news .item.fotoapl .name {
    font-size: 1.7rem
}

.last_news .item .photo, .last_news .item .video {
    padding-left: 51px;
    padding-right: 20px;
    min-width: 0
}

.with_main_video .main_img {
    background-image: none;
    background-color: #1e1037;
    position: relative;
    overflow: hidden
}

.with_main_video .main_img .video {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-bottom: 0
}

.with_main_video .main_img .video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.with_main_video .main_img .inner {
    height: calc(100vh - 110px);
    position: relative;
    z-index: 10;
    padding-bottom: 4.5vw
}

.with_main_video ul.captions {
    display: block;
    z-index: 10;
    height: 112.5px;
    list-style: none;
    width: 80%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center
}

.with_main_video ul.captions li {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 5rem;
    line-height: 1.25;
    opacity: 0;
    -webkit-animation: changeCaptions 32s linear infinite 0s;
    animation: changeCaptions 32s linear infinite 0s
}

.with_main_video ul.captions li:nth-child(2) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.with_main_video ul.captions li:nth-child(3) {
    -webkit-animation-delay: 8s;
    animation-delay: 8s
}

.with_main_video ul.captions li:nth-child(4) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s
}

.with_main_video ul.captions li:nth-child(5) {
    -webkit-animation-delay: 16s;
    animation-delay: 16s
}

.with_main_video ul.captions li:nth-child(6) {
    -webkit-animation-delay: 20s;
    animation-delay: 20s
}

.with_main_video ul.captions li:nth-child(7) {
    -webkit-animation-delay: 24s;
    animation-delay: 24s
}

.with_main_video ul.captions li:nth-child(8) {
    -webkit-animation-delay: 28s;
    animation-delay: 28s
}

.ro .more_than_business .item .descr, .tr .more_than_business .item .descr {
    width: calc(100% - 158px)
}

.ro .more_than_business .item .btn, .tr .more_than_business .item .btn {
    max-width: 160px
}

@media screen and (min-width:1000px) {
    .ro .more_than_business .item .btn, .tr .more_than_business .item .btn {
        padding-left: 15px;
        padding-right: 15px
    }
}

.es .more_than_business .item .descr {
    width: calc(100% - 143px)
}

.es .more_than_business .item .btn {
    max-width: 140px
}

@media screen and (max-width:1240px) {
    .mobile_available .start .more_than_business .item {
        height: auto;
        background-size: cover;
        padding-right: 25px
    }

    .mobile_available .start .more_than_business .item .title {
        font-size: 2.4rem
    }
}

@media all and (orientation:landscape) and (max-width:1240px) {
    .mobile_available .start .main_img .inner {
        padding-bottom: 30px
    }

    .mobile_available .start .main_img h1 {
        margin-bottom: 0
    }
}

@media screen and (max-width:1100px) {
    .mobile_available .start .main_acumullit .item {
        justify-content: flex-end
    }

    .mobile_available .start .main_acumullit .item img {
        height: auto
    }

    .mobile_available .last_news .items {
        flex-wrap: wrap;
        justify-content: space-between
    }

    .mobile_available .last_news .item {
        width: 23%;
        margin-bottom: 35px
    }

    .mobile_available .last_news .items .img {
        height: 0;
        padding-bottom: 56%;
        margin-bottom: 25px
    }

    .mobile_available .last_news .txt {
        margin-bottom: 22px
    }
}

@media screen and (max-width:1010px) {
    .mobile_available #wrapper main .main_img .inner {
        justify-content: flex-end;
        padding-bottom: 40px
    }

    .mobile_available .with_main_video ul.captions {
        line-height: 1.25
    }

    .mobile_available .start .main_acumullit {
        padding: 100px 0
    }

    .mobile_available .start .last_news .text h2, .mobile_available .start .main_acumullit h2, .mobile_available .start .more_than_business .text h2 {
        width: 100%;
        margin-bottom: 25px;
        font-size: 2.6rem;
        order: -1
    }

    .mobile_available .start .last_news .item.ghost, .mobile_available .start .last_news .text h2 br, .mobile_available .start .main_acumullit h2 br, .mobile_available .start .more_than_business .text h2 br {
        display: none
    }

    .mobile_available .start .last_news .item {
        width: 48%;
        margin-bottom: 35px
    }

    .mobile_available .start .last_news .items img {
        height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

    .mobile_available .start .last_news .text .descr, .mobile_available .start .main_acumullit .descr, .mobile_available .start .more_than_business .descr {
        width: 100%;
        font-size: 1.8rem;
        line-height: 1.3
    }

    .mobile_available .start .main_acumullit .item .title {
        font-size: 2.2rem
    }

    .mobile_available .more_than_business .item .btn {
        margin-top: 12px
    }
}

@media screen and (max-width:960px) {
    .mobile_available .more_than_business .item {
        width: 48.5%
    }
}

@media screen and (max-width:920px) {
    .mobile_available .start .main_acumullit {
        padding: 100px 0
    }
}

@media screen and (max-width:820px) {
    .mobile_available .start .main_acumullit .item img {
        margin-bottom: 20px
    }
}

@media screen and (max-width:680px) {
    .mobile_available .start h1 span:first-child {
        font-size: 8rem
    }

    .mobile_available .start .main_acumullit .items {
        flex-wrap: wrap;
        justify-content: center
    }

    .mobile_available .start .main_acumullit .item {
        width: 100%;
        margin-bottom: 25px
    }

    .mobile_available .start .main_acumullit .item .title {
        font-size: 1.9rem
    }

    .mobile_available .start .last_news .text h2, .mobile_available .start .main_acumullit .text h2, .mobile_available .start .more_than_business .text h2 {
        font-size: 2.2rem
    }

    .mobile_available .start .last_news .item .title {
        font-size: 2.1rem
    }

    .mobile_available .start .last_news .text .descr, .mobile_available .start .main_acumullit .text .descr, .mobile_available .start .more_than_business .text .descr {
        font-size: 1.7rem
    }

    .mobile_available .start .more_than_business .items .descr {
        font-size: 1.5rem
    }

    .mobile_available .more_than_business .item .descr, .mobile_available .more_than_business .item.w50 .descr {
        width: 100%
    }

    .mobile_available .more_than_business .item .btn {
        width: 100%;
        margin-top: 35px
    }

    .mobile_available .last_news .item .btn {
        width: calc(100% - 30px)
    }
}

@media screen and (max-width:600px) {
    .mobile_available .more_than_business .items {
        width: 100vw;
        margin-left: -3vw
    }

    .mobile_available .more_than_business .item, .mobile_available .more_than_business .item.w50, .mobile_available .with_main_video ul.captions {
        width: 100%
    }

    .mobile_available .more_than_business .item .descr, .mobile_available .more_than_business .item.w50 .descr {
        width: calc(100% - 160px)
    }

    .mobile_available .more_than_business .item .btn {
        width: 150px;
        padding: 0 15px;
        margin-top: 0
    }

    .mobile_available .start h1 span:first-child {
        font-size: 6rem
    }

    .mobile_available .with_main_video ul.captions li {
        font-size: 4rem
    }

    .mobile_available.ru .more_than_business .item .descr, .mobile_available.ru .more_than_business .item.w50 .descr {
        width: calc(100% - 140px)
    }

    .mobile_available.ru .more_than_business .item .btn {
        width: 120px
    }
}

@media screen and (max-width:520px) {
    .mobile_available #wrapper main.only_photo .main_img .inner {
        justify-content: flex-end;
        padding-bottom: 40px
    }

    .mobile_available #wrapper main.with_main_video .main_img .inner {
        justify-content: space-between;
        padding-bottom: 80px
    }

    .mobile_available .with_main_video ul.captions {
        height: 150px
    }

    .mobile_available .with_main_video ul.captions li {
        height: auto;
        top: auto;
        bottom: 0
    }

    .mobile_available .start h1 span:first-child {
        margin-bottom: 10px
    }

    .mobile_available .last_news .item {
        width: 100%
    }

    .mobile_available .last_news .item .btn {
        width: 130px
    }
}

@media screen and (max-width:445px) {
    .mobile_available .more_than_business .items {
        margin-left: -5vw
    }

    .mobile_available .last_news .item .btn {
        width: calc(100% - 30px)
    }

    .mobile_available .start .main_acumullit .item .hover.as {
        padding: 0 35px
    }

    .mobile_available .start .last_news .item {
        width: 100%
    }
}

@media screen and (max-width:400px) {
    .mobile_available .with_main_video ul.captions li {
        font-size: 3.5rem
    }
}

@media screen and (max-width:375px) {
    .mobile_available .start h1 span:first-child {
        font-size: 6rem
    }
}