.features {
    background-color: #fff;
    padding: 184px 0 224px;
    position: relative;
    width: 100%
}

.features__buttons {
    display: flex
}

.features__button {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 16px;
    padding: 16px 0;
    width: 33.3333333333%
}

.features__button:last-of-type {
    margin-right: 0
}

.features__tags {
    display: inline-block;
    position: relative;
    width: 100%
}

.features__disclaimer {
    font-size: 20px;
    font-weight: 500;
    left: 64px;
    line-height: 100%;
    position: absolute;
    top: 64px
}

.features__tag {
    color: #b7b7b7;
    cursor: pointer;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 40px
}

.features__tag:hover {
    color: #003b70
}

.features__tag-active {
    color: #000
}

.features__tag-active:hover {
    opacity: 1
}

.features__text {
    color: #666;
    font-size: 22px;
    line-height: 32px;
    margin-top: 140px;
    width: 60%
}

.features__text_mobile {
    visibility: hidden
}

.features__text-const {
    color: #666;
    font-size: 22px;
    line-height: 32px;
    margin-top: 20px;
    width: 60%
}

.features__text-const_mobile {
    display: none
}

.features__download {
    position: relative
}

.features__download-text {
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 64px;
    margin-right: 20px
}

.features__download-icon {
    border: 1px solid #b7b7b7;
    border-radius: 50%;
    display: inline-block;
    height: 64px;
    line-height: 58px;
    margin-right: 20px;
    text-align: center;
    vertical-align: middle;
    width: 64px
}

.features__download-mobile {
    display: none
}

.carpage__accordeon {
    border-top: 1px solid #000;
    position: relative;
    top: 16px;
    width: 87.5%
}

.carpage__accordeonrow {
    border-bottom: 1px solid #000;
    display: inline-block;
    position: relative;
    width: 100%
}

.carpage__accordeonrow-header {
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 40px;
    padding-right: 50px;
    padding-top: 40px
}

.carpage__accordeonrow-icon {
    position: absolute;
    right: 40px;
    top: 38px
}

.carpage__accordeonrow-body {
    display: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 70px;
    margin-top: -15px;
    max-width: 820px;
    opacity: 0;
    transition: opacity .5s ease-out
}

.carpage__accordeonrow-text {
    margin-bottom: 20px
}

.carpage__accordeonrow-text_bold {
    font-weight: 500;
    margin-top: 20px
}

.carpage__accordeonrow-item {
    margin-bottom: 20px;
    padding-left: 24px;
    position: relative
}

.carpage__accordeonrow-item_cross:before {
    background-image: url(/images/service/assistance/cross.svg)!important;
    height: 9px!important;
    width: 9px!important
}

.carpage__accordeonrow-item:before {
    background-image: url(/images/service/assistance/check.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 11px
}

.carpage__accordeonrow-item:last-of-type {
    margin-bottom: 0
}

.carpage__accordeonrow-span_bold {
    font-weight: 500
}

.carpage__accordeonrow-line {
    opacity: 1;
    transition: .2s
}

.carpage__accordeonrow-disclaimer {
    color: #666;
    font-size: 12px;
    line-height: 15px;
    margin-top: 40px
}

.carpage__accordeonrow-disclaimer~.carpage__accordeonrow-disclaimer {
    margin-top: 8px
}

.carpage__accordeonrow-open .carpage__accordeonrow-body {
    display: inline-block;
    opacity: 1
}

.carpage__accordeonrow-open .carpage__accordeonrow-line {
    opacity: 0
}

.carpage__accordeonrow-open-fullwidth .carpage__accordeonrow-body {
    margin-top: 0;
    max-width: 100%
}

@media screen and (max-width: 1600px) {
    .features {
        padding-left:80px;
        padding-right: 80px
    }

    .features__tag {
        font-size: 42px
    }

    .features__text {
        margin-top: 84px;
        width: 70%
    }

    .features .carpage__accordeon {
        width: 90%
    }
}

@media only screen and (max-width: 1400px) {
    .features {
        padding:64px 16px
    }

    .features__disclaimer {
        font-size: 16px;
        left: 32px;
        line-height: 100%;
        top: 50px
    }

    .features__tags {
        margin-top: 80px
    }

    .features__tag {
        font-size: 36px;
        line-height: 120%
    }

    .features__text {
        margin-top: 102px
    }

    .features__text,.features__text-const {
        font-size: 18px;
        line-height: 22px
    }

    .features .carpage__accordeon {
        margin-top: 80px
    }

    .features {
        padding: 64px 0
    }
}

@media only screen and (max-width: 1262px) {
    .features__download-desktop {
        display:none
    }

    .features__download-mobile {
        display: inline-block;
        margin-top: 60px
    }

    .features .carpage__accordeon {
        width: 100%
    }
}

@media only screen and (max-width: 1023px) {
    .features__tags {
        margin-bottom:60px;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap
    }

    .features__tags-wrapper {
        display: inline-block;
        width: 1400px
    }

    .features__tags::-webkit-scrollbar {
        width: 0
    }

    .features__tag {
        display: inline;
        margin-right: 40px;
        white-space: nowrap
    }
}

@media only screen and (max-width: 900px) {
    .features__buttons {
        justify-content:space-between;
        margin-top: 50px
    }

    .features__disclaimer {
        left: 40px
    }

    .features__tags {
        margin-bottom: 45px
    }

    .features__text_desktop {
        display: none!important
    }

    .features__text_mobile {
        display: block;
        margin-top: 86px;
        visibility: visible
    }

    .features__text-const_desktop {
        display: none!important
    }

    .features__text-const_mobile {
        display: block
    }

    .features .carpage__accordeon {
        margin-top: 0
    }
}

@media only screen and (max-width: 640px) {
    .features {
        padding:0 0 40px
    }

    .features__buttons {
        flex-direction: column
    }

    .features__button {
        margin-bottom: 10px;
        max-width: none;
        width: 100%
    }

    .features__button:last-of-type {
        margin-bottom: 0
    }

    .features__disclaimer {
        font-size: 14px;
        left: 16px;
        top: 30px
    }

    .features__tags {
        height: 70px;
        margin-bottom: 0;
        padding-top: 12px
    }

    .features__tags-wrapper {
        width: 630px
    }

    .features__text {
        margin-top: 54px
    }

    .features__text,.features__text-const {
        font-size: 16px;
        line-height: 24px;
        width: 100%
    }

    .features__tag {
        border: 2px solid #b7b7b7;
        font-size: 14px;
        line-height: 105%;
        margin-right: 10px;
        padding: 7px 10px
    }

    .features__tag-active {
        border: 2px solid #000;
        color: #000
    }

    .features__download {
        text-align: center
    }

    .features__download-text {
        text-align: center;
        width: 100%
    }
}

@media only screen and (max-width: 1400px) {
    .carpage__accordeonrow-header {
        font-size:20px;
        font-weight: 500;
        line-height: 24px;
        padding-bottom: 32px;
        padding-top: 32px
    }

    .carpage__accordeonrow-icon {
        right: 20px;
        top: 32px
    }
}

@media only screen and (max-width: 640px) {
    .carpage__accordeonrow-header {
        font-size:16px
    }

    .carpage__accordeonrow-icon {
        right: 10px
    }

    .carpage__accordeonrow-body {
        font-size: 14px;
        line-height: 150%;
        margin-bottom: 33px
    }
}

.video-section {
    padding-bottom: 118px;
    padding-top: 90px
}

.video-section__disclaimer {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 18px
}

.video-section__title {
    font-size: 56px;
    font-weight: 500;
    line-height: 61px;
    margin: 21px 0 60px;
    max-width: 934px
}

.video-list {
    grid-gap: 100px 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0
}

.video__filler {
    background-color: #000;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

.video__title {
    font-size: 28px;
    line-height: 36px;
    margin-top: 30px;
    width: 50%
}

.video__link,.video__media {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.video__media {
    border: none
}

.video__button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: none;
    left: 50%;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1
}

.video__button:focus {
    outline: none
}

.video--enabled {
    cursor: pointer
}

.video--enabled .video__button {
    display: block
}

@media screen and (max-width: 1600px) {
    .video__title {
        width:80%
    }
}

@media screen and (max-width: 1300px) {
    .video-section {
        padding-bottom:118px;
        padding-top: 54px
    }

    .video__title {
        margin-top: 20px;
        width: 100%
    }

    .video-list {
        grid-gap: 60px 20px
    }
}

@media screen and (max-width: 1023px) {
    .video-section {
        padding-bottom:100px;
        padding-top: 48px
    }

    .video-section__disclaimer {
        font-size: 18px;
        line-height: 25px
    }

    .video-section__title {
        font-size: 48px;
        line-height: 53px;
        margin-bottom: 55px
    }

    .video-list {
        grid-gap: 30px;
        grid-template-columns: 1fr
    }

    .video__button svg {
        height: 70px;
        width: 70px
    }
}

@media screen and (max-width: 767px) {
    .video-section {
        padding-bottom:85px;
        padding-top: 37px
    }

    .video-section__disclaimer {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 16px
    }

    .video-section__title {
        font-size: 28px;
        line-height: 31px;
        margin: 18px 0 30px
    }

    .video__title {
        font-size: 16px;
        line-height: 120%;
        margin-top: 15px
    }

    .video__button svg {
        height: 58px;
        width: 58px
    }
}

.head__banner {
    background-image: url(/images/service/assistance/pic2.jpg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 783px;
    margin: 0 auto;
    max-width: 1903px;
    padding: 73px 64px;
    position: relative
}

.head__title {
    color: #fff;
    font-size: 72px;
    font-weight: 500
}

.head__subtitle {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    max-width: 652px
}

@media screen and (max-width: 1600px) {
    .head__banner {
        height:660px;
        padding: 35px 48px
    }
}

@media screen and (max-width: 1300px) {
    .head__banner {
        background-image:url(/images/service/assistance/pic_1280.jpg);
        height: 572px;
        padding: 35px 32px
    }

    .head__title {
        font-size: 56px
    }

    .head__subtitle {
        font-size: 20px;
        line-height: 25px;
        max-width: 450px
    }
}

@media screen and (max-width: 1023px) {
    .head__banner {
        background-image:url(/images/service/assistance/pic_768.jpg);
        height: 680px;
        padding: 35px 40px
    }

    .head__title {
        font-size: 56px
    }

    .head__subtitle {
        font-size: 20px;
        line-height: 25px;
        max-width: 370px
    }
}

@media screen and (max-width: 767px) {
    .head__banner {
        background-image:url(/images/service/assistance/pic_360.jpg);
        height: 520px;
        padding: 24px 16px
    }

    .head__title {
        font-size: 28px;
        line-height: 31px;
        margin-bottom: 4px
    }

    .head__subtitle {
        font-size: 18px;
        line-height: 19px;
        max-width: 250px
    }
}
