.lbaner {
    position: relative;
    padding-top: 60px;
    padding-bottom: clamp(60px, 7vw, 160px);
}
.lbaner>svg {
    position: absolute;
    bottom: clamp(30px, 3vw, 80px);
    right: 3vw;
    width: 600px;
    max-width: 40%;
    height: auto;
    z-index: 2;
}
.lbaner>img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: top right;
    width: 85%;
}
.lbaner__content {
    padding: 0 15px;
}
.lbaner__title {
    font-size: clamp(26px, 5vw, 80px);
    line-height: 120%;
    font-weight: 300;
    font-family: var(--second-font);
    color: var(--txt-color);
    display: block;
    margin-bottom: clamp(20px, 3vw, 60px);
}
.lbaner__title span {
    font-size: 140%;
    line-height: 120%;
}
.lbaner__subtitle {
    display: block;
    font-family: var(--second-font);
    font-weight: 300;
    font-size: clamp(20px, 3vw, 50px);
    line-height: 120%;
}
.lbaner__txt {
    max-width: 80%;
    width: 520px;
    padding: 30px;
    background-color: #151515;
    color: #fff;
    font-weight: 200;
    margin-top: 60px;
    font-size: 1.1rem;
    line-height: 140%;
}
.lbaner .bottom-links {
    justify-content: flex-start !important;
}
/*  */
.videotxt {
    position: relative;
}
.videotxt>svg {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: clamp(10px, 7vw, 220px);
    height: auto;
    width: 300px;
    max-width: 30%;
}
.videotxt__img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.videotxt__img-wrapper {
    width: 560px;
    max-width: 100%;
}
.videotxt__img-wrapper img {
    width: 100%;
}
.videotxt__txt {
    font-weight: 200;
    font-size: 1.1rem;
    line-height: 140%;
}


/*  */
.qtxt {
    position: relative;
    padding-bottom: clamp(30px, 10vw, 190px);
}
.qtxt>svg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    width: 90%;
    opacity: .7;
}
.qtxt__txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.qtxt__title {
    font-size: clamp(19px, 2vw, 40px);
    line-height: 120%;
    font-weight: 300;
    max-width: 100%;
    width: 1300px;
    margin: 0 auto;
}
.qtxt__sign {
    font-size: clamp(16px, 1.5vw, 30px);
    line-height: 120%;
    font-family: var(--second-font);
    font-weight: 300;
    display: block;
    margin-top: 20px;
}

/*  */
.desctxt__img {
    position: relative;
}
.desctxt__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.desctxt__title {
    font-weight: 300;
    font-size: clamp(2rem, 5vw, 90px);
    line-height: 120%;
    margin-bottom: 15px;
}
.desctxt__txt {
    max-width: 100%;
    width: 900px;
}
.desctxt__txt * {
    font-weight: 300;
}
.desctxt__txt h2,
.desctxt__txt h3,
.desctxt__txt h4,
.desctxt__txt h5,
.desctxt__txt h6 {
    font-weight: 300;
    font-size: clamp(1.15rem, 1.5vw, 30px);
    line-height: 120%;
    padding-top: 20px;
}
.desctxt__links {
    margin-top: clamp(20px, 3vw, 60px);
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

/*  */
.videoimg__txt {
    font-weight: 200;
    font-size: 1.1rem;
    line-height: 140%;
}
.videoimg__pop {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.videoimg__pop img {
    transition: .3s;
}
.videoimg__pop a:hover img {
    filter: brightness(80%);
}

.videoimg__img {
    align-items: center;
    padding-right: clamp(15px, 4vw, 120px);
}
.videoimg__video {
    position: relative;
    max-width: 60%;
    flex: 0 0 60%;
}
.videoimg__video img {
    width: 100%;
    aspect-ratio: 5/7;
    object-fit: cover;
}
.videoimg__img video {
    max-width: 40%;
    flex: 0 0 40%;
    aspect-ratio: 5/8;
    object-fit: cover;
}

/*  */
.pointslist>svg {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    margin-bottom: 30px;
}
.pointslist__item {
    padding: 0 30px;
    margin-top: 30px;
}
.pointslist__item-wrapper {
    border-bottom: 1px solid #ADADAD;
    padding-bottom: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.pointslist__counter {
    position: relative;
    top: -20px;
    margin-right: 40px;
    border: 1px solid transparent;
    width: 70px;
    height: 70px;
    min-width: 70px;
    font-family: var(--second-font);
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    line-height: 130%;
    padding-bottom: 3px;
    color: var(--txt-color);
    transition: .3s;
}
.pointslist__item-wrapper.active .pointslist__counter {
    border-color: var(--txt-color);
    color: var(--main-color);
}
.pointslist__title {
    font-size: 1.55rem;
    line-height: 120%;
    margin: 0;
    color: var(--main-color);
}
.pointslist__txt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 200;
    transition: .3s;
}
.pointslist__txt.active {
    -webkit-line-clamp: unset;
    overflow: visible;
}

.pointslist__btn {
    display: flex;
    align-items: center;
    width: max-content;
    justify-content: flex-start;
    color: var(--txt-color);
    font-weight: 400;
    font-size: 1rem;
    line-height: 120%;
    text-align: left;
    border: none;
    padding: 0;
    background: transparent;
    cursor: pointer;
    transition: .3s;
    font-family: 'Poppins', sans-serif;
    margin-top: 25px;
}
.pointslist__btn span {
    display: inline-block;
    width: 100px;
}
.pointslist__btn.active {
    color: var(--main-color);
}
.pointslist__btn svg {
    width: 11px;
    height: auto;
    margin-left: 20px;
    transform: rotate(90deg);
    transition: .3s;
}
.pointslist__btn.active svg {
    transform: rotate(-90deg);
}
.pointslist__btn.active svg path {
    transition: .3s;
}
.pointslist__btn.active svg path {
    fill: var(--main-color);
}

/*  */
.banerlogo {
    padding-top: clamp(60px, 7vw, 200px);
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
.banerlogo__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.banerlogo__title {
    color: #fff;
    font-weight: 300;
    font-size: clamp(32px, 6vw, 100px);
    line-height: 120%;
    margin-bottom: 15px;
}
.banerlogo__content>svg {
    height: auto;
    width: 200px;
    max-width: 20%;
    margin: 20px 0;
}
.banerlogo__links {
    justify-content: center;
    align-items: center;
    gap: 20px;
}

/*  */
.videotxtimg {
    overflow-x: clip;
    position: relative;
}
.videotxtimg>svg {
    position: absolute;
    width: 220px;
    right: -120px;
    top: 50%;
    transform: translateY(-50%);
}
.videotxtimg__txt {
    font-weight: 200;
    font-size: 1.1rem;
    line-height: 140%;
    max-width: 100%;
    width: 600px;
}

.videotxtimg__img {
    align-items: center;
    padding-right: clamp(50px, 5vw, 120px);
}
.videotxtimg__video {
    position: relative;
    max-width: 65%;
    flex: 0 0 65%;
}
.videotxtimg__video img {
    width: 100%;
    aspect-ratio: 5/7;
    object-fit: cover;
}
.videotxtimg__img>img {
    max-width: 35%;
    flex: 0 0 35%;
    aspect-ratio: 5/8;
    object-fit: cover;
}

.videotxtimg__quote {
    max-width: 100%;
    width: 600px;
    margin-top: clamp(20px, 2vw, 60px);
}
.videotxtimg__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.videotxtimg__item>svg {
    width: 40px;
    min-width: 40px;
    height: auto;
    position: absolute;
    left: -45px;
}
.videotxtimg__info {
    display: block;
    font-size: clamp(18px, 2vw, 34px);
    line-height: 120%;
    font-family: var(--second-font);
    font-weight: 30;
}
.videotxtimg__sign {
    display: block;
    font-size: clamp(15px, 1.5vw, 24px);
    line-height: 120%;
    font-family: var(--second-font);
    font-weight: 30;
    margin-top: 30px;
}

/*  */
.txticons {
    overflow-x: clip;
}
.txticons>svg {
    margin-top: 30px;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.txticons__item {
    padding: 60px;
    align-items: flex-start;
    justify-content: flex-start;
}
.txticons__item:nth-child(odd) {
    background-color: #F8F8F8;
}
.txticons__heading {
    position: relative;
    margin-bottom: clamp(30px, 3vw, 60px);
}
.txticons__heading .txticons__title {
    margin: 0;
}
.txticons__heading:after {
    content: '';
    position: absolute;
    right: 0;
    width: 70%;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: #ADADAD;
    opacity: .3;
}
.txticons__item>img {
    width: 140px;
    min-width: 140px;
    height: auto;
}
.txticons__subtitle {
    max-width: 100%;
    display: block;
}
.txticons__subtitle span {
    color: var(--main-color);
    font-weight: 600;
}
.txticons__content {
    max-width: calc(100% - 140px);
    flex: 0 0 calc(100% - 140px);
}

.txticons__cols {
    gap: 0 60px;
}
.txticons__col {
    max-width: calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    font-weight: 200;
}

/*  */
.darkinfo {
    background-color: #151515;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.darkinfo__top {
    padding-right: 0 !important;
    position: relative;
}
.darkinfo__top>svg {
    width: clamp(60px, 4vw, 120px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    left: 0;
    z-index: 1;
}
.darkinfo__img {
    padding: 0 !important;
}
.darkinfo__img img {
    width: 100%;
}

.darkinfo__content-wrapper {
    max-width: 100%;
    width: 700px;
}
.darkinfo__txt {
    font-weight: 200;
    font-size: 1.1rem;
    line-height: 140%;
    color: #fff;
}

.darkinfo__items {
    gap: 40px 0;
}
.darkinfo__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: clamp(15px, 4vw, 60px);
    padding-right: clamp(15px, 4vw, 60px);
}
.darkinfo__item-content {
    border-bottom: 1px solid rgba(255,255,255, .5);
    padding-bottom: 20px;
}
.darkinfo__counter {
    display: inline-block;
    font-family: var(--second-font);
    font-weight: 400;
    font-size: 3rem;
    line-height: 50%;
    margin-right: 20px;
    color: #fff;
}
.darkinfo__item-title {
    font-size: clamp(20px, 2vw, 30px);
    line-height: 130%;
    font-weight: 300;
    color: #fff;
}
.darkinfo__item-title  span {
    font-weight: 400;
    color: var(--main-color);
}
.darkinfo__item-txt {
    font-weight: 200;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .3s;
}
.darkinfo__item-txt.active {
    -webkit-line-clamp: unset;
    overflow: visible;
}

.darkinfo__btn {
    display: flex;
    align-items: center;
    width: max-content;
    justify-content: flex-start;
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    line-height: 120%;
    text-align: left;
    border: none;
    padding: 0;
    background: transparent;
    cursor: pointer;
    transition: .3s;
    font-family: 'Poppins', sans-serif;
    margin-top: 25px;
}
.darkinfo__btn span {
    display: inline-block;
    width: 100px;
}
.darkinfo__btn.active {
    color: var(--main-color);
}
.darkinfo__btn svg {
    width: 11px;
    height: auto;
    margin-left: 20px;
    transform: rotate(90deg);
    transition: .3s;
}
.darkinfo__btn.active svg {
    transform: rotate(-90deg);
}
.darkinfo__btn svg path {
    transition: .3s;
    fill: #fff;
}
.darkinfo__btn.active svg path {
    fill: var(--main-color);
}

/*  */
.qimg {
    padding-right: 0 !important;
    overflow-x: clip;
    position: relative;
    padding-bottom: clamp(30px, 6vw, 120px);
}
.qimg>svg:first-of-type {
    position: absolute;
    left: 60px;
    top: 120px;
    z-index: 1;
    height: auto;
    opacity: .7;
    width: 100px;
}
.qimg>svg:last-of-type {
    position: absolute;
    bottom: 0;
    width: 90%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    opacity: .7;
}

.qimg__txt h2,
.qimg__bottom h2,
.qimg__txt h3,
.qimg__bottom h3,
.qimg__txt h4,
.qimg__bottom h4,
.qimg__txt h5,
.qimg__bottom h5,
.qimg__txt h6,
.qimg__bottom h6 {
    font-weight: 300;
    font-size: clamp(1.25rem, 2vw, 40px);
    line-height: 120%;
    padding-top: 20px;
}

.qimg__video {
    display: flex;
    justify-content: center;
    align-items: center;
}
.qimg__video video {
    max-width: 100%;
    position: relative;
    z-index: 2;
    height: auto;
    object-fit: cover;
}
.qimg__video>svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    max-width: 50%;
    width: 100px;
    height: auto;
}

.qimg__img {
    padding: 0;
}
.qimg__img img {
    width: 100%;
    object-fit: cover;
}

.qimg__txt {
    font-weight: 200;
    max-width: 100%;
    width: 660px;
}
.qimg__txt p:first-of-type {
    font-size: 130%;
    line-height: 140%;
}

.qimg__bottom {
    font-weight: 200;
    padding-right: clamp(60px, 8vw, 170px);
}

.qimg__quote>div {
    position: relative;
}
.qimg__quote>div>svg {
    position: absolute;
    left: -80px;
}
.qimg__quote .quotetxt__item .quotetxt__info {
    font-size: clamp(19px, 2.5vw, 34px);
    line-height: 120%;
}
.qimg__quote .quotetxt__item .quotetxt__sign {
    font-size: clamp(16px, 1.5vw, 24px);
    line-height: 120%;
}
/*  */

.colsbox__img img {
    width: 100%;
    object-fit: cover;
    min-height: 70%;
}

.colsbox__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 40px;
}

.colsbox__title {
    font-size: clamp(22px, 2.2vw, 40px);
    line-height: 120%;
    font-weight: 400;
    font-family: var(--second-font);
    color: var(--main-color);
    margin-bottom: 20px;
    display: block;
}
.colsbox__txt {
    font-weight: 300;
}

/*  */
.quotetxt {
    padding-right: 0 !important;
    position: relative;
}
.quotetxt>svg {
    position: absolute;
    width: 100px;
    height: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.quotetxt__img {
    padding: 0 !important;
}
.quotetxt__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.quotetxt__txt {
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 140%;
}
.quotetxt__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: clamp(30px, 3vw, 80px);
}
.quotetxt__item>svg {
    width: 60px;
    min-width: 60px;
    margin-right: 10px;
    height: auto;
}
.quotetxt__info {
    display: block;
    font-size: clamp(21px, 2.5vw, 44px);
    line-height: 120%;
    font-family: var(--second-font);
    font-weight: 30;
}
.quotetxt__sign {
    display: block;
    font-size: clamp(16px, 2vw, 32px);
    line-height: 120%;
    font-family: var(--second-font);
    font-weight: 30;
    margin-top: 30px;
}

/*  */
.colsimg {
    padding: 0 !important;
}
.colsimg__txt--first {
    order: 0;
}
.colsimg__txt--second {
    order: 4;
}
.colsimg__txt--third {
    order: 2;
}
.colsimg__img--first {
    order: 1;
}
.colsimg__img--second {
    order: 3;
}
.colsimg__img--third {
    order: 5;
}

.colsimg__items {
    gap: 40px;
}
.colsimg__item {
    max-width: calc(33.333% - 28px);
    flex: 0 0 calc(33.333% - 28px);
    padding: 0 15px;
}
.colsimg__txt {
    padding: 0 60px;
}
.colsimg__img {
    position: relative;
}
.colsimg__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.colsimg__txt {
    font-weight: 200;
    font-size: 1.05rem;
    line-height: 140%;
}
.colsimg__txt strong {
    font-weight: 600;
}

/*  */
.txtlink__title {
    font-size: clamp(19px, 2vw, 40px);
    line-height: 120%;
    font-weight: 300;
    max-width: 100%;
    width: 1200px;
    margin: 0 auto;
}


@media(max-width: 1920px) {
    .darkinfo__item {
        padding-left: clamp(15px, 3vw, 40px);
        padding-right: clamp(15px, 3vw, 40px);
    }
}
@media(max-width: 1440px) {
    .videotxtimg__txt,
    .videoimg__txt {
        font-size: 1rem;
        line-height: 140%;
    }
    /*  */
    .pointslist__item {
        padding: 0 15px;
    }
    /*  */
    .colsimg__items {
        gap: 40px 15px;
    }
    .colsimg__txt {
        padding: 0 15px;
    }
    /*  */
    .darkinfo__top>svg {
        opacity: .1;
    }
}

@media(min-width: 993px) {
    .videotxtimg__heading {
        padding-bottom: 30px;
    }
    /*  */
    .txticons__item:nth-child(even) {
        padding-left: clamp(30px, 12vw, 220px);
    }
    .txticons__item:nth-child(odd) {
        padding-right: clamp(30px, 12vw, 220px);
    }
    .txticons__item:nth-child(even) .txticons__heading {
        order: 0;
        text-align: right;
    }
    .txticons__item:nth-child(even) .txticons__heading:after {
        right: initial;
        left: 0;
    }
    .txticons__item:nth-child(even)>img {
        order: 2;
    }
    .txticons__item:nth-child(even) .txticons__content {
        order: 1;
    }
    .txticons__item:nth-child(odd) .txticons__content {
        padding-left: clamp(20px, 2vw, 60px);
    }
    .txticons__item:nth-child(even) .txticons__content {
        padding-right: clamp(30px, 5vw, 120px);
    }
    /*  */
    .qimg__content {
        padding-left: clamp(15px, 5vw, 120px);
    }
    /*  */
    .colsbox__items {
        padding-top: 40px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .colsbox__img--top { grid-area: 1 / 1 / 3 / 2; }
    .colsbox__item:nth-child(4n + 3),
    .colsbox__item:nth-child(4n + 4) {
    background-color: #F8F8F8;
    }
    /*  */
    .quotetxt .sheading {
        padding-bottom: clamp(0px, 3vw, 60px);
    }
    .quotetxt__content {
        padding-right: clamp(15px, 6vw, 220px);
    }
}
@media(max-width: 992px) {
    .lbaner__txt {
        font-size: 1rem;
    }
    /*  */
    .videotxt__content {
        margin-top: 30px;
    }
    /*  */
    .desctxt__img {
        order: 0;
    }
    .desctxt__content {
        order: 1;
        margin-top: 30px;
    }
    /*  */
    .videoimg__img {
        padding-right: 15px;
    }
    .videoimg__content {
        margin-top: 30px;
    }
    /*  */
    .quotetxt {
        padding-left: 0 !important;
    }
    .quotetxt>svg  {
        top: 0;
        opacity: .6;
        width: 80px;
    }
    .quotetxt__content {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .quotetxt__img {
        margin-top: 40px;
    }
    .quotetxt__item>svg {
        width: 40px;
        min-width: 40px;
    }

    /*  */
    .videotxtimg__img {
        padding-right: 15px;
    }
    .videotxtimg__content {
        margin-top: 30px;
    }
    .videotxtimg__txt {
        width: 100%;
    }
    .videotxtimg__item {
        width: 100%;
    }
    .videotxtimg__item>svg {
        position: relative;
        left: initial;
        margin-right: 10px;
        min-width: 25px;
        width: 25px;
    }

    /*  */
    .videotxtimg>svg{
        opacity: .6;
    }

    /*  */
    .txticons__item {
        padding: 25px;
    }
    .txticons__item>img {
        width: 60px;
        min-width: 60px;
    }
    .txticons__content {
        padding-left: 30px;
        max-width: calc(100% - 60px);
        flex: 0 0 calc(100% - 60px);
    }

    /*  */
    .darkinfo__top {
        padding-left: 0 !important;
    }
    .darkinfo__top>svg {
        left: -15px;
        transform: initial;
        top: 20%;
    }
    .darkinfo__img {
        margin-top: 20px;
    }
    .darkinfo__content {
        padding: 0 25px;
    }
    .darkinfo__txt  {
        font-size: 1rem;
    }

    /*  */
    .qimg {
        padding-left: 0 !important;
    }
    .qimg>svg:first-of-type {
        top: 0;
        left: 10px;
        width: 60px;
    }
    .qimg__content {
        padding: 0 25px;
    }
    .qimg__txt {
        width: 100%;
    }
    .qimg__txt p:first-of-type{ 
        font-size: 115%;
        line-height: 140%;
    }
    .qimg__video,
    .qimg__img {
        margin-top: 30px;
    }

    /*  */
    .colsbox__items {
        display: flex;
        flex-wrap: wrap;
    }
    .colsbox__item {
        padding: 0 15px;
        margin-top: 40px;
    }
    .colsbox__box {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .colsbox__item .cbtn {
        margin-top: 0;
    }
    .colsbox__item:nth-child(even) {
        background-color: #F8F8F8;
        padding: 15px;
    }
    .colsbox__item:last-of-type {
        padding-bottom: 30px;
    }

    /*  */
    .colsimg__items {
        gap: 40px 0;
    }
    .colsimg__item {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .colsimg__txt--second {
        order: 3;
    }
    .colsimg__txt--third {
        order: 4;
    }
    .colsimg__img--second {
        order: 2;
    }
}
@media(max-width: 767px) {
    .lbaner {
        padding-bottom: 160px;
    }
    .lbaner>img {
        width: 100%;
    }
    .lbaner>svg {
        object-fit: contain;
        height: 100px;
        width: auto;
        max-width: 60%;
    }
    .lbaner .bottom-links {
        display: none;
    }
    .lbaner__content {
        background-color: rgba(21, 21, 21, .5);
        padding: 20px;
    }
    .lbaner__subtitle,
    .lbaner__title {
        color: #fff;
    }
    .lbaner__txt {
        padding: 0;
        margin: 30px 0 0 0;
        width: 100%;
        background-color: transparent;
        max-width: 100%;
    }
    /*  */
    .videotxt>svg {
        top: initial;
        bottom: 5%;
        opacity: .6;
    }
    .videotxt__txt {
        font-size: 1rem;
    }
    /*  */
    .pointslist__counter {
        width: 40px;
        height: 40px;
        min-width: 40px;
        margin-right: 10px;
        font-size: 30px;
        line-height: 120%;
        top: -4px;
    }
    /*  */
    .quotetxt__txt {
        font-size: 1rem;
    }
    /*  */
    .txticons__item>img {
        width: 40px;
        min-width: 40px;
    }
    .txticons__content {
        padding-left: 20px;
        max-width: calc(100% - 40px);
        flex: 0 0 calc(100% - 40px);
    }
    .txticons__col {
        max-width: 100%;
        flex: 0 0 100%;
    }
    /*  */
    .darkinfo__item {
        padding: 0 10px;
    }
    .darkinfo__counter {
        font-size: 2rem;
        line-height: 50%;
        margin-right: 10px;
    }
    /*  */
    .colsimg__items {
        gap: 10px 0;
    }
    .colsimg__item {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .colsimg__txt {
        font-size: 1rem;
    }
    .colsimg__txt--second {
        order: 2;
    }
    .colsimg__txt--third {
        order: 4;
    }
    .colsimg__img--second {
        order: 3;
    }
    /*  */
}