@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-VariableFont_wdth\,wght.ttf');
}

ul:not(.askue-banner-list, .askue-risks-item-description) {
    margin: 0 !important;
}

ul li {
    position: static !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

ul li::before {
    display: none !important;
}

.askue-wrapper {
    max-width: 1659px;
    /* max-width: 86.41vw; */

    /* temp */
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.askue-wrap {
    background-color: #FFFFFF;
    width: 100%;
    max-width: 1300px;
}

.askue-wrap * {
    font-family: 'Roboto';
}

.askue-page .overflow__wrapper {
    overflow-y: visible;
}

.askue-sidebar-menu {
    display: flex;
    flex-direction: column;
    width: 359px;
    gap: 33px;
}
.askue-sidebar-menu-link {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: #7F93A7;
    transition: color .3s;
}
.askue-sidebar-menu-link:hover,
.askue-sidebar-menu-link.active {
    color: #FC7600!important;
    transition: color .3s;
}
.askue-sidebar-menu-link.is-active {
    color: #FC7600!important;
}

/* BANNER */
.askue-banner {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    margin-bottom: 104px;
    margin-top: 41px;
    background-color: linear-gradient(98.62deg, #CFD7E3 6.33%, #5E7EA3 64.28%);
}

.askue-banner-img {
    width: 100%;
}

.askue-banner-img--d {
    display: block;
}

.askue-banner-img--m {
    display: none;
}

.askue-banner-inner {
    position: absolute;
    top: 0;
    left: 0;

    padding-top: 46.5px;
    padding-left: 38.5px;
}

.askue-banner-title {
    color: #000000;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 600;

    margin-bottom: 24.75px;
}

.askue-banner-title--orange {
    color: #FF6408;

}

.askue-banner-list {
    color: #000000;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 24.75px;
    padding-left: 16px;
}
.askue-banner-list li {
    list-style: disc;
}

.askue-banner-button {
    width: 171px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 75px;
    background-color: #FC7600;

    color: #FFFFFF !important;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
}

/* BANNER END */


/* BANNER2 */
.askue-banner2 {
    max-width: 867px;
    margin-left: 149px;
    margin-bottom: 37.75px;

    display: flex;
    justify-content: space-between;
}

.askue-banner2-left {}

.askue-banner2-title {
    color: #000000;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 0;

    margin-bottom: 31px;
}

.askue-banner2-description {
    color: #000000;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
}

.askue-banner2-right {}

.askue-banner2-right img {
    margin-top: 21.25px;
    width: 8.65vw;
}

/* BANNER2 END */

/* STAGES */
.askue-stages {
    max-width: 970px;
    margin: 0 auto;
    margin-left: 0px;
    padding-left: 150px;
    box-sizing: content-box;
    margin-bottom: 65px;
    position: relative;
}

.askue-stages-title {
    color: #000000;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 0;

    margin-bottom: 31px;
}

.askue-stages-description {
    color: #000000;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;

    margin-bottom: 60.84px;
}

.askue-stages-list {
    position: relative;
    overflow: visible;
}
 .askue-stages-decor-d {
    display: block;
}
.askue-stages-decor-m {
    display: none;
}
.askue-stages-decor-1 {
    position: absolute;
    top: -35.34px;
    left: -149px;
    width: 1285.75px;
    z-index: 1;
    max-width: unset!important;
}

.askue-stages-decor-2 {
    position: absolute;
    bottom: 120.11px;
    left: -149px;
    width: 1287.82px;
    z-index: 1;
    max-width: unset!important;
}

.askue-stages-list-top {
    display: flex;
    gap: 24.71px;
    /* align-items: center; */
    align-items: stretch;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
    width: 1000px;
}

.askue-stages-list-bottom {
    display: flex;
    gap: 24.71px;
    /* align-items: center; */
    align-items: stretch;
    justify-content: center;
    position: relative;
    z-index: 2;
    width: 1000px;
}

.askue-stages-item {
    width: 318.44px;
    /* height: 288.24px; */
    height: auto !important;
    background-color: #F5F7FA;
    border-radius: 24px;

    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 40px;
    padding-right: 35px;
    box-sizing: border-box;

    position: relative;
}

.askue-stages-item-decor-right::after {
    content: '';
    background-image: url('../img/askue-stages-arrow-decor.svg');
    background-size: 100%;
    width: 34.5px;
    height: 17.6px;

    position: absolute;
    right: -34.5px;
    top: calc(50% - 8.8px);
    z-index: 2;
}

.askue-stages-item-decor-left::before {
    content: '';
    background-image: url('../img/askue-stages-arrow-decor.svg');
    background-size: 100%;
    width: 34.5px;
    height: 17.6px;

    position: absolute;
    left: -17.25px;
    top: calc(50% - 8.8px);
    z-index: 2;
}

.askue-stages-item-img {
    margin-bottom: 15px;
    height: 50px;
}

.askue-stages-item-title {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 11px;
}

.askue-stages-item-description {
    color: #616B7F;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.askue-stages-item-description ul {
    padding-left: 14px;
}

.askue-stages-item-description ul li {
    list-style-type: disc;
}

.askue-stages-item-description span:not(.askue-tooltip) {
    color: #B5BBC7;
    display: block;
    margin-top: 15px;
}

/* STAGES END */


/* FEATURES */
.askue-features {
    background-color: #F5F7FA;
    max-width: 1000px;
    padding-left: 158px;
    padding-right: 156px;
    padding-top: 58.5px;
    padding-bottom: 55px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 73.75px;
    border-radius: 24px;
}

.askue-features-title {
    color: #000000;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;

    margin-bottom: 45px;
}

.askue-features-title--orange {
    color: #FF6408;
}

.askue-features-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 45px;
}

.askue-features-item {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    align-items: center;

    position: relative;
    z-index: 1;
}
.askue-features-item.active {
    z-index: 100;
}

.askue-features-item-mb {
    margin-bottom: 44.25px;
}

.askue-features-item img {
    width: 90px;
    height: 90px;
    margin-bottom: 7.75px;
}

.askue-features-item-title {
    color: #000000;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
}

.askue-features-button {
    width: 159px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FC7600;
    border-radius: 75px;
    margin: 0 auto;

    color: #FFFFFF !important;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    letter-spacing: 0;

}

/* FEATURES END */

/* SLIDER */
.askue-slider-wrap {
    max-width: 1000px;
    margin-left: 149px;
    position: relative;
    margin-bottom: 74px;
}

.askue-slider-title {
    color: #000000;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 0;

    margin-bottom: 42.25px;
}

.askue-slider {
    position: relative;
    max-width: 857px;
    margin: 0 auto;
    height: fit-content;
}

.askue-slide {
    display: flex;
    gap: 25px;
    height: 303px;
}
.askue-slider2-slide-reverse {
    flex-direction: row-reverse;
}
.askue-slide--reverse {
    flex-direction: row-reverse;
}

.askue-slide-col-wide {}

.askue-slide-col-wide img {
    height: 303px;
    width: auto;
    object-fit: cover;
    border-radius: 24px;
    overflow: hidden;
}

.askue-slide-col-2 {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.askue-slide-col-2 img:first-of-type {
    height: 138px;
    width: auto;
    object-fit: cover;
    border-radius: 24px;
    overflow: hidden;
}

.askue-slide-col-2 img:last-of-type {
    height: 138px;
    width: auto;
    object-fit: cover;
    border-radius: 24px;
    overflow: hidden;
}

.askue-slide-col {}

.askue-slide-col img {
    height: 303px;
    width: auto;
    object-fit: cover;
    border-radius: 24px;
    overflow: hidden;
}

.askue-slider-prev {
    width: 40px;
    height: 40px;
    background-image: url('../img/slider/askue-slider-prev.svg');
    background-size: 100%;
    position: absolute;
    bottom: 132px;
    left: 0;
    cursor: pointer;
}

.askue-slider-next {
    width: 40px;
    height: 40px;
    background-image: url('../img/slider/askue-slider-prev.svg');
    background-size: 100%;
    transform: rotate(180deg);
    position: absolute;
    bottom: 132px;
    right: 0;
    cursor: pointer;
}

/* SLIDER END */




/* ANOTHER SLIDER */
.askue-slider2 .askue-slide {
    height: 303px;

}
.askue-slider2 .askue-slide img {
    max-width: 382px;
    border-radius: 1.25vw;
}
.askue-slide-text{
    background-color: #F5F7FA;
    border-radius: 24px;
    padding-left: 51px;
    padding-right: 67px;
    padding-top: 48.5px;
    padding-bottom: 48.5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.askue-slide-text-title{
    color: #000000;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 7px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* overflow: hidden; */
}
.askue-slide-text-subtitle{
    color: #000000;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    margin-bottom: 20px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* overflow: hidden; */
}
.askue-slide-text-description{
    color: #000000;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: 0;

    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 7; */
    
    overflow: hidden auto !important;
}
/* ANOTHER SLIDER END */



/* CLIENTS */
.askue-clients {
    max-width: 932px;
    margin-left: 149px;
    margin-bottom: 74.4px;
}

.askue-clients-title {
    color: #000000;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 0;

    margin-bottom: 43.75px;
}

/* Сетка карточек */
/* .askue-clients__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px 24px;
} */

/* Карточка */
.askue-clients__item {
    background: #f7f8fc;
    border-radius: 24px;
    /* padding: 24px 32px; */
    display: flex;
    align-items: center;
    justify-content: center;
}



/* test */
.askue-clients-grid {
    display: flex;
    gap: 21px;
}
.askue-clients-grid-d {
    display: flex;
    margin-left: 3.49vw;
} 
.askue-clients-grid-m {
    display: none;
}


/* test end */

.askue-clients__item {
    width: 100%;
    height: fit-content;
}

/* logos */

/* column 1 */
.askue-clients-col-1 {
    width: calc(100% / 5);
}

.askue-clients__item--level {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 29px;
    padding-bottom: 29px;

    margin-bottom: 20px;
}

.askue-clients__item--level img {
    min-width: 76px;
    width: 76px;
    max-width: 76px;
    height: 76px;
}

.askue-clients__item--mr-group {
    padding-left: 29.5px;
    padding-right: 29.5px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.askue-clients__item--mr-group img {
    min-width: 97.8px;
    width: 97.8px;
    max-width: 97.8px;
    height: 21.25px;
}


/* column 2 */
.askue-clients-col-2 {
    width: calc(100% / 5);
}

.askue-clients__item--cg {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 38px;
    padding-bottom: 35px;

    margin-bottom: 20.5px;
}

.askue-clients__item--cg img {
    min-width: 115.5px;
    width: 115.5px;
    max-width: 115.5px;
    height: 24.5px;
}

.askue-clients__item--sminex {
    padding-right: 28px;
    padding-left: 28px;
    padding-top: 36px;
    padding-bottom: 38px;

    margin-bottom: 20px;
}

.askue-clients__item--sminex img {
    min-width: 100px;
    width: 100px;
    max-width: 100px;
    height: 23.5px;
}

.askue-clients__item--granel {
    padding-left: 8.5px;
    padding-bottom: 8.5px;
    padding-top: 29.5px;
    padding-bottom: 29.5px;
}

.askue-clients__item--granel img {
    min-width: 140px;
    width: 140px;
    max-width: 140px;
    height: 39px;
}

/* column 3 */
.askue-clients-col-3 {
    width: calc((100% / 5) * 2);
}

.askue-clients-col-3-row {
    display: flex;
    gap: 21px;
}

/* column 3 row 1 */
.askue-clients-col-3-row--1 {
    margin-bottom: 20.5px;
}

.askue-clients__item--a101 {
    padding-right: 47px;
    padding-left: 47px;
    padding-top: 19px;
    padding-bottom: 19px;
}

.askue-clients__item--a101 img {
    min-width: 60px;
    width: 60px;
    max-width: 60px;
    height: 60px;
}

.askue-clients__item--fsk {
    padding-right: 27px;
    padding-left: 27px;
    padding-top: 31px;
    padding-bottom: 30px;
}

.askue-clients__item--fsk img {
    min-width: 106px;
    width: 106px;
    max-width: 106px;
    height: 35.5px;
}

/* column 3 row 2 */
.askue-clients-col-3-row--2 {
    margin-bottom: 20px;
}

.askue-clients__item--brusnika {
    padding-left: 47px;
    padding-right: 49px;
    padding-top: 26px;
    padding-bottom: 26px;
}

.askue-clients__item--brusnika img {
    min-width: 234px;
    width: 234px;
    max-width: 234px;
    height: 46px;
}

/* column 3 row 3 */
.askue-clients-col-3-row {}

.askue-clients__item--rodina {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 17px;
}

.askue-clients__item--rodina img {
    min-width: 109px;
    width: 109px;
    max-width: 109px;
    height: 65px;
}

.askue-clients__item--mfc {
    padding-left: 8.5px;
    padding-right: 9px;
    padding-top: 36px;
    padding-bottom: 33px;
}

.askue-clients__item--mfc img {
    min-width: 139px;
    width: 139px;
    max-width: 139px;
    height: 29px;
}


/* column 4 */
.askue-clients__item--lsr {
    padding-right: 28px;
    padding-left: 28px;
    padding-top: 34px;
    padding-bottom: 31px;

    margin-bottom: 20.5px;
}

.askue-clients__item--lsr img {
    min-width: 100px;
    width: 100px;
    max-width: 100px;
    height: 32.5px;
}

.askue-clients__item--pik {
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 51px;
    padding-bottom: 51px;
}

.askue-clients__item--pik img {
    min-width: 102px;
    width: 102px;
    max-width: 102px;
    height: 31.5px;
}

/* CLIENTS END */

/* ANOTHER CLIENDS */
.askue-clients-list{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-left: 71px;
}
.askue-clients-item{
    width: calc(100% / 3 - 11px);
    padding: 16px 24px;
    background-color: #f7f8fc;
    border-radius: 24px;

    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.askue-clients-item img {
    width: 100%;
    max-height: 2.6vw;
    height: auto;
    object-fit: contain;
}
/* ANOTHER CLIENDS END */

/* RISKS */
.askue-risks {
    max-width: 1080px;
    margin-left: 111px;
    padding-left: 40px;
    margin-bottom: 56.5px;
}

.askue-risks-title {
    color: #000000;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;

    margin-bottom: 41.25px;
}

.askue-risks-title--orange {
    color: #FF6408;
}

.askue-risks-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 75.11px;
    margin-left: 67px;
}

.askue-risks-item {
    width: 394.89px;
    position: relative;
}
.askue-risks-item:nth-child(odd) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.askue-risks-item:nth-child(even) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.askue-risks-item img {
    width: 299.89px;
}

.askue-risks-item-text {
    background-color: #F5F7FA;
    border-radius: 24px;
    position: relative;
    top: -36px;
    margin: 0 auto;
    width: 375.89px;
    min-height: 210px;
    padding-top: 36px;
    padding-left: 32px;
    padding-right: 17px;
}
.askue-risks-item:nth-child(odd) .askue-risks-item-text {
    margin-right: 18.99px;
    left: 0;
}
.askue-risks-item:nth-child(even) .askue-risks-item-text {
    margin-left: 18.99px;
    right: 0;
}

.askue-risks-item:nth-child(1) .askue-risks-item-text,
.askue-risks-item:nth-child(2) .askue-risks-item-text {
    margin-bottom: 7.25px;
}

.askue-risks-item-title {
    color: #000000;
    font-size: 20px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 10.5px;
}

.askue-risks-item-title--orange {
    color: #FF6408;
}

.askue-risks-item-subtitle {
    color: #616B7F;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.askue-risks-item-description {
    color: #616B7F;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
ul.askue-risks-item-description {
    padding-left: 14px;
}
.askue-risks-item-description li {
    list-style: disc;
}

/* RISKS END */

/* DOWNLOAD BANNER */
.askue-downloadbanner {
    max-width: 1000px;
    height: 108px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 38px;
    /* padding-top: 30px; */
    padding-right: 42.75px;
    background-color: #0F4394;
    border-radius: 24px;
    margin: 0 auto;
    margin-bottom: 82px;
}

.askue-downloadbanner-text {
    display: flex;
    gap: 47.75px;
}

.askue-downloadbanner-title {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.askue-downloadbanner-description {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
}

.askue-downloadbanner-button {
    background-color: #FFFFFF;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 119.25px;
    height: 42px;

    color: #0F4394;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

/* DOWNLOAD BANNER END */


/* FORM */
.askue-form-wrap {
    max-width: 780px;
    margin-left: 149px;
    margin-bottom: 103px;
}

.askue-form-title {
    color: #262626;
    font-size: 30px;
    line-height: 1.28;
    font-weight: 700;

    margin-bottom: 60px;
}

.askue-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.askue-form-label {
    display: flex;

}
.askue-form-label.error {
    border-color: #F16969;
}

.askue-form-input-title {
    width: 300px;

    color: #808080;
    font-size: 16px;
    line-height: 1.41;
    font-weight: 400;
    letter-spacing: 0;
}

.askue-form-input-title span {
    color: #F27B19;
}

.askue-form-input {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid #D4DAE3;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;

    font-size: 16px;
    line-height: 1.41;
    font-weight: 400;
}
.askue-form-input.error {
    border-color: #F16969;
}

.askue-form-input::placeholder {
    color: #BEBEBE;
    font-size: 16px;
    line-height: 1.41;
    font-weight: 400;
}

.askue-form-notice {
    color: #000000;
    font-size: 16px;
    line-height: 1.41;
    font-weight: 400;

    margin-bottom: 8px;
}

.askue-form-notice span {
    color: #F27B19;
}

.askue-form-agreement {
    color: #808080;
    font-size: 12px;
    line-height: 1.41;
    font-weight: 400;

    margin-bottom: 20.25px;
}
.askue-form-agreement a {
    color: #808080;
    text-decoration: underline!important;
}
.askue-form-agreement span {
    color: #F27B19;
}

.askue-form-submit {
    width: 159px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 75px;
    border: none;
    background-color: #FC7600;

    color: #FFFFFF;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
}

.askue-form-error {
    color: #F16969;
    font-size: 16px;
    line-height: 1.41;
    font-weight: 400;

    margin-bottom: 33px;
}

.askue-form-success {
    color: #5CA843;
    font-size: 16px;
    line-height: 1.41;
    font-weight: 400;

    margin-bottom: 22.25px;
}
.askue-form-success span {
    font-weight: 700;
}

/* FORM END */


/* FAQ */
.askue-faq {
    max-width: 818px;
    margin-left: 149px;
    margin-bottom: 70px;
}

.askue-faq-title {
    color: #262626;
    font-size: 30px;
    line-height: 1.28;
    font-weight: 700;
    letter-spacing: 0;

    margin-bottom: 55px;
}

.askue-faq-list {
    display: flex;
    gap: 40px;
    flex-direction: column;
}

.askue-faq-item {}

.askue-faq-item-title {
    color: #002552;
    font-size: 20px;
    line-height: 1.28;
    font-weight: 500;
    letter-spacing: 0;

    cursor: pointer;

    position: relative;
    padding-left: 40px;
}

.askue-faq-item-title::before {
    content: '';
    background-image: url('../img/askue-accodrion-minus.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 0;
}

.askue-faq-item-title.unactive::before {
    content: '';
    background-image: url('../img/askue-accodrion-plus.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 18px;
    height: 18px;
}

.askue-faq-item-body {
    color: #262626;
    font-size: 16px;
    line-height: 1.41;
    font-weight: 400;

    padding-top: 20px;
}
.askue-faq-item-body a {
    text-decoration: underline!important;
}

.askue-faq-item-body * {
    color: #262626!important;
    font-size: 16px!important;
    line-height: 1.41!important;
    font-weight: 400!important;
}
.askue-faq-item-body ol,
.askue-faq-item-body ul {
    padding-left: 16px;
}
.askue-faq-item-body ol li,
.askue-faq-item-body ul li {
    list-style: disc;
    color: #262626;
    font-size: 16px;
    line-height: 1.41;
    font-weight: 400;
}
.askue-faq-item-body ol li {
    list-style: decimal;
}
/* FAQ END */

/* MOREQUESTIONS */
.askue-morequestions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 149px;
    margin-bottom: 100px;
}

.askue-morequestions-title {
    color: #262626;
    font-size: 20px;
    line-height: 1.28;
    font-weight: 500;
    letter-spacing: 0;
}

.askue-morequestions-button {
    width: 226px;
    height: 42px;
    border: 1px solid #F27B19;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;

    color: #002552;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 7%;
    text-transform: uppercase;
}

/* MOREQUESTIONS END */


/* sidebar */
/* .sidebar {
    position: static;
    min-width: 359px;
    align-self: flex-start;
    display: block;
    height: auto;
    max-height: none;
    overflow: visible;
}
.askue-sidebar-menu {
    position: sticky;
    top: 32px;
    display: flex;
    flex-direction: column;
    gap: 33px;
} */
.askue-wrapper .sidebar {
    min-width: 359px;
    background-color: #f9f9f9;
    position: relative;
}
.sidebar-close {
    z-index: 2;
}
.askue-sidebar-decor {
    content: '';
    min-width: 359px;
    height: 952px;
    background: #f8f8f8;
    position: absolute;
    bottom: -952px;
    z-index: 2;

}
.askue-sidebar-menu {
    position: static;
    z-index: 1;
    transition: all .3s;
}
.askue-sidebar-menu-scrolled {
    top: 183px;
    position: fixed;
    transition: all .3s;
}
.askue-sidebar-menu-link {
    color: #7F93A7!important;
}
/* sidebar End */


.askue-tooltip {
    border-bottom: 1px dotted #000000;
}

b a {
    color: inherit!important;
}
.askue-wrap b a:hover {
    color: #FF6408!important;
    text-decoration: none!important;
}
footer {
    position: relative;
    z-index: 2;
}
.askue-tooltip {
    white-space: nowrap;
}

/* desktop resin */

@media screen and (min-width: 769px) and (max-width: 1919px) {
    .askue-wrapper {
    max-width: 86.41vw;
}
.askue-slider2 .askue-slide {
    height: 15.78vw;
}

.askue-wrap {
    max-width: 67.71vw;
}
.askue-sidebar-menu {
    display: flex;
    flex-direction: column;
    width: 18.7vw;
    gap: 1.72vw;
}
.askue-stages-list {
    
}
.askue-clients-list{
    display: flex;
    gap: 0.83vw;
    flex-wrap: wrap;
    margin-left: 3.49vw;
}

.askue-clients-item{
    width: calc(100% / 3 - 0.57vw);
    padding: 0.83vw 1.25vw;
    background-color: #f7f8fc;
    border-radius: 1.25vw;

    padding-top: 1.56vw;
    padding-bottom: 1.56vw;
}

.askue-slider2 .askue-slide img {
    max-width: 19.90vw;
}

    .askue-slide-text{
    background-color: #F5F7FA;
    border-radius: 1.25vw;
    padding-left: 2.66vw;
    padding-right: 3.49vw;
    padding-top: 3.36vw;
    padding-bottom: 2.21vw;
}

.askue-slide-text-title{
    color: #000000;
    font-size: 1.04vw;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0.36vw;
}

.askue-slide-text-subtitle{
    color: #000000;
    font-size: 0.63vw;
    line-height: 0.63vw;
    font-weight: 400;
    margin-bottom: 1.04vw;
}

.askue-slide-text-description{
    color: #000000;
    font-size: 0.83vw;
    line-height: 1.09vw;
    font-weight: 400;
    letter-spacing: 0;
}

    .askue-wrapper .sidebar {
    min-width: 18.70vw;
    background-color: #f9f9f9;
    position: relative;
}

.askue-sidebar-decor {
    content: '';
    min-width: 18.70vw;
    height: 49.58vw;
    background: #f8f8f8;
    position: absolute;
    bottom: -49.58vw;

}

.askue-sidebar-menu-link {
    font-size: 1.04vw;
    color: #7F93A7!important;
}
    .askue-stages-item-decor-right::after {
    content: '';
    background-image: url('../img/askue-stages-arrow-decor.svg');
    background-size: 100%;
    width: 1.80vw;
    height: 0.92vw;

    position: absolute;
    right: -1.80vw;
    top: calc(50% - 0.46vw);
    z-index: 2;
}

.askue-stages-item-decor-left::before {
    content: '';
    background-image: url('../img/askue-stages-arrow-decor.svg');
    background-size: 100%;
    width: 1.80vw;
    height: 0.92vw;

    position: absolute;
    left: -0.90vw;
    top: calc(50% - 0.46vw);
    z-index: 2;
}
    .askue-banner {
        position: relative;
        max-width: 56.25vw;
        margin: 0 auto;
        margin-bottom: 5.42vw;
        margin-top: 2.14vw;
        background-color: linear-gradient(98.62deg, #CFD7E3 6.33%, #5E7EA3 64.28%);

    }

    .askue-banner-inner {
        position: absolute;
        top: 0;
        left: 0;

        padding-top: 2.42vw;
        padding-left: 2.01vw;
    }

    .askue-banner-title {
        color: #000000;
        font-size: 1.56vw;
        line-height: 1.1;
        font-weight: 600;

        margin-bottom: 1.29vw;
    }

    .askue-banner-list {
        color: #000000;
        font-size: 0.83vw;
        line-height: 1.09vw;
        font-weight: 400;
        margin-bottom: 1.29vw;
        padding-left: 0.83vw;
    }

    .askue-banner-button {
        width: 8.91vw;
        height: 2.19vw;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 3.91vw;
        background-color: #FC7600;

        color: #FFFFFF !important;
        font-size: 0.63vw;
        line-height: 0.63vw;
        font-weight: 500;
    }

    .askue-banner2 {
        max-width: 45.16vw;
        margin-left: 7.76vw;
        margin-bottom: 1.97vw;

        display: flex;
        justify-content: space-between;
    }

    .askue-banner2-title {
        color: #000000;
        font-size: 1.56vw;
        line-height: 1.88vw;
        font-weight: 700;
        letter-spacing: 0;

        margin-bottom: 1.61vw;
    }

    .askue-banner2-description {
        color: #000000;
        font-size: 0.83vw;
        line-height: 1.09vw;
        font-weight: 400;
    }

    .askue-banner2-right img {
        margin-top: 1.11vw;
    }

    .askue-stages {
        max-width: 50.52vw;
        margin: 0 auto;
        margin-left: 0px;
        padding-left: 7.81vw;
        box-sizing: content-box;
        margin-bottom: 3.39vw;
        position: relative;
    }

    .askue-stages-title {
        color: #000000;
        font-size: 1.56vw;
        line-height: 1.88vw;
        font-weight: 700;
        letter-spacing: 0;

        margin-bottom: 1.61vw;
    }

    .askue-stages-description {
        color: #000000;
        font-size: 0.83vw;
        line-height: 1.09vw;
        font-weight: 400;

        margin-bottom: 3.17vw;
    }

    .askue-stages-decor-1 {
    position: absolute;
    top: -1.84vw;
    left: -7.76vw;
    width: 66.97vw;
    z-index: 1;
    max-width: unset!important;
}

.askue-stages-decor-2 {
    position: absolute;
    bottom: 6.26vw;
    left: -7.76vw;
    width: 67.07vw;
    z-index: 1;
    max-width: unset!important;
}

.askue-stages-list-top {
    display: flex;
    gap: 1.29vw;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-bottom: 2.08vw;
    width: 52.08vw;
}

.askue-stages-list-bottom {
    display: flex;
    gap: 1.29vw;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    width: 52.08vw;
}

.askue-stages-item {
    width: 16.59vw;
    height: 15.01vw;
    background-color: #F5F7FA;
    border-radius: 1.25vw;

    padding-top: 1.15vw;
    padding-left: 2.08vw;
    padding-right: 1.82vw;
    box-sizing: border-box;

    position: relative;
}

    .askue-stages-item-img {
        margin-bottom: 0.78vw;
        height: 2.6vw;
    }

    .askue-stages-item-title {
    color: #000000;
    font-size: 1.04vw;
    line-height: 1.25vw;
    font-weight: 600;
    margin-bottom: 0.57vw;
}

.askue-stages-item-description {
    color: #616B7F;
    font-size: 0.73vw;
    line-height: 1.04vw;
    font-weight: 400;
}

    .askue-stages-item-description ul {
        padding-left: 0.73vw;
    }

    .askue-stages-item-description span:not(.askue-tooltip) {
        color: #B5BBC7;
        display: block;
        margin-top: 0.78vw;
    }

    .askue-features {
        background-color: #F5F7FA;
        max-width: 52.08vw;
        padding-left: 8.23vw;
        padding-right: 8.13vw;
        padding-top: 3.05vw;
        padding-bottom: 2.86vw;
        box-sizing: border-box;
        margin: 0 auto;
        margin-bottom: 3.84vw;
        border-radius: 1.25vw;
    }

    .askue-features-title {
        color: #000000;
        font-size: 1.56vw;
        line-height: 1.88vw;
        font-weight: 700;
        text-align: center;

        margin-bottom: 2.34vw;
    }

    .askue-features-list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;

        margin-bottom: 2.34vw;
    }

    .askue-features-item-mb {
        margin-bottom: 2.30vw;
    }

    .askue-features-item img {
        width: 4.69vw;
        height: 4.69vw;
        margin-bottom: 0.40vw;
    }

    .askue-features-item-title {
        color: #000000;
        font-size: 0.83vw;
        line-height: 1.09vw;
        font-weight: 400;
        letter-spacing: 0;
        text-align: center;
    }

    .askue-features-button {
        width: 8.28vw;
        height: 2.19vw;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #FC7600;
        border-radius: 3.91vw;
        margin: 0 auto;

        color: #FFFFFF !important;
        font-size: 0.63vw;
        line-height: 0.63vw;
        font-weight: 500;
        letter-spacing: 0;

    }

    .askue-slider-wrap {
        max-width: 52.08vw;
        margin-left: 7.76vw;
        position: relative;
        margin-bottom: 3.85vw;
    }

    .askue-slider-title {
        color: #000000;
        font-size: 1.56vw;
        line-height: 1.88vw;
        font-weight: 700;
        letter-spacing: 0;

        margin-bottom: 2.20vw;
    }

    .askue-slider {
        position: relative;
        max-width: 44.64vw;
        margin: 0 auto;
    }

    .askue-slide {
        display: flex;
        gap: 1.30vw;
        height: 15.78vw;
    }

    .askue-slide-col-wide img {
        height: 15.78vw;
        width: auto;
        object-fit: cover;
        border-radius: 1.25vw;
        overflow: hidden;
    }

    .askue-slide-col-2 {
        display: flex;
        flex-direction: column;
        gap: 1.30vw;
    }

    .askue-slide-col-2 img:first-of-type {
        height: 7.19vw;
        width: auto;
        object-fit: cover;
        border-radius: 1.25vw;
        overflow: hidden;
    }

    .askue-slide-col-2 img:last-of-type {
        height: 7.19vw;
        width: auto;
        object-fit: cover;
        border-radius: 1.25vw;
        overflow: hidden;
    }

    .askue-slide-col img {
        height: 15.78vw;
        width: auto;
        object-fit: cover;
        border-radius: 1.25vw;
        overflow: hidden;
    }

    .askue-slider-prev {
        width: 2.08vw;
        height: 2.08vw;
        background-image: url('../img/slider/askue-slider-prev.svg');
        position: absolute;
        bottom: 6.88vw;
        left: 0;
        cursor: pointer;
    }

    .askue-slider-next {
        width: 2.08vw;
        height: 2.08vw;
        background-image: url('../img/slider/askue-slider-prev.svg');
        transform: rotate(180deg);
        position: absolute;
        bottom: 6.88vw;
        right: 0;
        cursor: pointer;
    }

    .askue-clients {
        max-width: 48.54vw;
        margin-left: 7.76vw;
        margin-bottom: 3.88vw;
    }

    .askue-clients-title {
        color: #000000;
        font-size: 1.56vw;
        line-height: 1.88vw;
        font-weight: 700;
        letter-spacing: 0;

        margin-bottom: 2.28vw;
    }

    .askue-clients__item {
        background: #f7f8fc;
        border-radius: 1.25vw;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .askue-clients-grid {
        display: flex;
        gap: 1.09vw;
    }
    .askue-clients-grid-d {
        display: flex;
    } 
    .askue-clients-grid-m {
        display: none;
    }

    .askue-clients__item--level {
        padding-left: 2.08vw;
        padding-right: 2.08vw;
        padding-top: 1.51vw;
        padding-bottom: 1.51vw;

        margin-bottom: 1.04vw;
    }

    .askue-clients__item--level img {
        width: 3.96vw;
        height: 3.96vw;
    }

    .askue-clients__item--mr-group {
        padding-left: 1.54vw;
        padding-right: 1.54vw;
        padding-top: 1.04vw;
        padding-bottom: 1.04vw;
    }

    .askue-clients__item--mr-group img {
        min-width: 5.09vw;
        width: 5.09vw;
        max-width: 5.09vw;
        height: 1.11vw;
    }

    .askue-clients__item--cg {
        padding-right: 1.04vw;
        padding-left: 1.04vw;
        padding-top: 1.98vw;
        padding-bottom: 1.82vw;

        margin-bottom: 1.07vw;
    }

    .askue-clients__item--cg img {
        min-width: 6.02vw;
        width: 6.02vw;
        max-width: 6.02vw;
        height: 1.28vw;
    }

    .askue-clients__item--sminex {
        padding-right: 1.46vw;
        padding-left: 1.46vw;
        padding-top: 1.88vw;
        padding-bottom: 1.98vw;

        margin-bottom: 1.04vw;
    }

    .askue-clients__item--sminex img {
        min-width: 5.21vw;
        width: 5.21vw;
        max-width: 5.21vw;
        height: 1.22vw;
    }

    .askue-clients__item--granel {
        padding-left: 0.44vw;
        padding-bottom: 0.44vw;
        padding-top: 1.54vw;
        padding-bottom: 1.54vw;
    }

    .askue-clients__item--granel img {
        min-width: 7.29vw;
        width: 7.29vw;
        max-width: 7.29vw;
        height: 2.03vw;
    }

    .askue-clients-col-3-row {
        display: flex;
        gap: 1.09vw;
    }

    .askue-clients-col-3-row--1 {
        margin-bottom: 1.07vw;
    }

    .askue-clients__item--a101 {
        padding-right: 2.45vw;
        padding-left: 2.45vw;
        padding-top: 0.99vw;
        padding-bottom: 0.99vw;
    }

    .askue-clients__item--a101 img {
        min-width: 3.13vw;
        width: 3.13vw;
        max-width: 3.13vw;
        height: 3.13vw;
    }

    .askue-clients__item--fsk {
        padding-right: 1.41vw;
        padding-left: 1.41vw;
        padding-top: 1.61vw;
        padding-bottom: 1.56vw;
    }

    .askue-clients__item--fsk img {
        min-width: 5.52vw;
        width: 5.52vw;
        max-width: 5.52vw;
        height: 1.85vw;
    }

    .askue-clients-col-3-row--2 {
        margin-bottom: 1.04vw;
    }

    .askue-clients__item--brusnika {
        padding-left: 2.45vw;
        padding-right: 2.55vw;
        padding-top: 1.35vw;
        padding-bottom: 1.35vw;
    }

    .askue-clients__item--brusnika img {
        min-width: 12.19vw;
        width: 12.19vw;
        max-width: 12.19vw;
        height: 2.40vw;
    }

    .askue-clients__item--rodina {
        padding-left: 1.25vw;
        padding-right: 1.25vw;
        padding-top: 0.83vw;
        padding-bottom: 0.89vw;
    }

    .askue-clients__item--rodina img {
        min-width: 5.68vw;
        width: 5.68vw;
        max-width: 5.68vw;
        height: 3.39vw;
    }

    .askue-clients__item--mfc {
        padding-left: 0.44vw;
        padding-right: 0.47vw;
        padding-top: 1.88vw;
        padding-bottom: 1.72vw;
    }

    .askue-clients__item--mfc img {
        min-width: 7.24vw;
        width: 7.24vw;
        max-width: 7.24vw;
        height: 1.51vw;
    }

    .askue-clients__item--lsr {
        padding-right: 1.46vw;
        padding-left: 1.46vw;
        padding-top: 1.77vw;
        padding-bottom: 1.61vw;

        margin-bottom: 1.07vw;
    }

    .askue-clients__item--lsr img {
        min-width: 5.21vw;
        width: 5.21vw;
        max-width: 5.21vw;
        height: 1.69vw;
    }

    .askue-clients__item--pik {
        padding-left: 1.46vw;
        padding-right: 1.46vw;
        padding-top: 2.66vw;
        padding-bottom: 2.66vw;
    }

    .askue-clients__item--pik img {
        min-width: 5.31vw;
        width: 5.31vw;
        max-width: 5.31vw;
        height: 1.64vw;
    }

    .askue-risks {
        max-width: 56.25vw;
        margin-left: 5.78vw;
        padding-left: 2.08vw;
        margin-bottom: 2.94vw;
    }

    .askue-risks-title {
        color: #000000;
        font-size: 1.56vw;
        line-height: 1.88vw;
        font-weight: 700;

        margin-bottom: 2.15vw;
    }

    .askue-risks-list {
        display: flex;
        flex-wrap: wrap;
        column-gap: 3.91vw;
        margin-left: 3.49vw;
    }

    .askue-risks-item {
        width: 20.57vw;
        position: relative;
    }

    .askue-risks-item img {
        width: 15.62vw;
    }

    .askue-risks-item-text {
        background-color: #F5F7FA;
        border-radius: 1.25vw;
        position: relative;
        top: -1.88vw;
        margin: 0 auto;
        width: 19.58vw;
        min-height: 10.94vw;
        padding-top: 1.88vw;
        padding-left: 1.67vw;
        padding-right: 0.89vw;
    }

    .askue-risks-item:nth-child(odd) .askue-risks-item-text {
        margin-right: 0.99vw;
        left: 0;
    }

    .askue-risks-item:nth-child(even) .askue-risks-item-text {
        margin-left: 0.99vw;
        right: 0;
    }

    .askue-risks-item:nth-child(1) .askue-risks-item-text,
    .askue-risks-item:nth-child(2) .askue-risks-item-text {
        margin-bottom: 0.38vw;
    }

    .askue-risks-item-title {
        color: #000000;
        font-size: 1.04vw;
        line-height: 1.09vw;
        font-weight: 600;
        margin-bottom: 0.55vw;
    }

    .askue-risks-item-subtitle {
        color: #616B7F;
        font-size: 0.73vw;
        line-height: 1.04vw;
        font-weight: 700;
    }

    .askue-risks-item-description {
        color: #616B7F;
        font-size: 0.73vw;
        line-height: 1.04vw;
        font-weight: 400;
    }
    ul.askue-risks-item-description {
        padding-left: 0.73vw;
    }

    .askue-downloadbanner {
        max-width: 52.08vw;
        height: 5.63vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 1.98vw;

        padding-right: 2.23vw;
        background-color: #0F4394;
        border-radius: 1.25vw;
        margin: 0 auto;
        margin-bottom: 4.27vw;
    }

    .askue-downloadbanner-text {
        display: flex;
        gap: 2.49vw;
    }

    .askue-downloadbanner-title {
        color: #FFFFFF;
        font-size: 1.04vw;
        line-height: 1.25vw;
        font-weight: 600;
    }

    .askue-downloadbanner-description {
        color: #FFFFFF;
        font-size: 0.63vw;
        line-height: 0.78vw;
        font-weight: 400;
    }

    .askue-downloadbanner-button {
        background-color: #FFFFFF;
        border-radius: 1.56vw;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 6.21vw;
        height: 2.19vw;

        color: #0F4394;
        font-size: 0.63vw;
        font-weight: 500;
        text-transform: uppercase;
    }

    .askue-form-wrap {
        max-width: 40.63vw;
        margin-left: 7.76vw;
        margin-bottom: 5.36vw;
    }

    .askue-form-title {
        color: #262626;
        font-size: 1.56vw;
        line-height: 1.28;
        font-weight: 700;

        margin-bottom: 3.13vw;
    }

    .askue-form {
        display: flex;
        flex-direction: column;
        gap: 1.56vw;
    }

    .askue-form-input-title {
        width: 15.63vw;

        color: #808080;
        font-size: 0.83vw;
        line-height: 1.41;
        font-weight: 400;
        letter-spacing: 0;
    }

    .askue-form-input {
        flex-grow: 1;
        border: none;
        outline: none;
        border-bottom: 0.05vw solid #D4DAE3;
        padding-left: 1.04vw;
        padding-right: 1.04vw;
        padding-bottom: 0.78vw;

        font-size: 0.83vw;
        line-height: 1.41;
        font-weight: 400;
    }

    .askue-form-input::placeholder {
        color: #BEBEBE;
        font-size: 0.83vw;
        line-height: 1.41;
        font-weight: 400;
    }

    .askue-form-notice {
        color: #000000;
        font-size: 0.83vw;
        line-height: 1.41;
        font-weight: 400;

        margin-bottom: 0.42vw;
    }

    .askue-form-agreement {
        color: #808080;
        font-size: 0.63vw;
        line-height: 1.41;
        font-weight: 400;

        margin-bottom: 1.05vw;
    }

    .askue-form-submit {
        width: 8.28vw;
        height: 2.19vw;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 3.91vw;
        border: none;
        background-color: #FC7600;

        color: #FFFFFF;
        font-size: 0.63vw;
        line-height: 0.63vw;
        font-weight: 500;
    }

    .askue-form-error {
        color: #F16969;
        font-size: 0.83vw;
        line-height: 1.41;
        font-weight: 400;

        margin-bottom: 1.72vw;
    }

    .askue-form-success {
        color: #5CA843;
        font-size: 0.83vw;
        line-height: 1.41;
        font-weight: 400;

        margin-bottom: 1.16vw;
    }

    .askue-faq {
        max-width: 42.60vw;
        margin-left: 7.76vw;
        margin-bottom: 3.65vw;
    }

    .askue-faq-title {
        color: #262626;
        font-size: 1.56vw;
        line-height: 1.28;
        font-weight: 700;
        letter-spacing: 0;

        margin-bottom: 2.86vw;
    }

    .askue-faq-list {
        display: flex;
        gap: 2.08vw;
        flex-direction: column;
    }

    .askue-faq-item-title {
        color: #002552;
        font-size: 1.04vw;
        line-height: 1.28;
        font-weight: 500;
        letter-spacing: 0;

        cursor: pointer;

        position: relative;
        padding-left: 2.08vw;
    }

    .askue-faq-item-title::before {
        content: '';
        background-image: url('../img/askue-accodrion-minus.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        width: 0.94vw;
        height: 0.94vw;
        position: absolute;
        top: 0.21vw;
        left: 0;
    }

    .askue-faq-item-title.unactive::before {
        content: '';
        background-image: url('../img/askue-accodrion-plus.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        width: 0.94vw;
        height: 0.94vw;
    }

    .askue-faq-item-body {
        color: #262626;
        font-size: 0.83vw;
        line-height: 1.41;
        font-weight: 400;

        padding-top: 1.04vw;
    }

    .askue-faq-item-body * {
        color: #262626;
        font-size: 0.83vw!important;
        line-height: 1.41!important;
        font-weight: 400!important;
    }

    .askue-morequestions {
        display: flex;
        align-items: center;
        gap: 1.04vw;
        margin-left: 7.76vw;
        margin-bottom: 5.21vw;
    }

    .askue-morequestions-title {
        color: #262626;
        font-size: 1.04vw;
        line-height: 1.28;
        font-weight: 500;
        letter-spacing: 0;
    }

    .askue-morequestions-button {
        width: 11.77vw;
        height: 2.19vw;
        border: 0.05vw solid #F27B19;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 3.13vw;

        color: #002552;
        font-size: 0.63vw;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 7%;
    }

    .askue-slider-2 .askue-slide .askue-slide-text-description {
        max-height: 7.29vw;
        overflow-y: auto;
    }
}

.br-d {
    display: block;
}

.br-m {
    display: none;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .askue-wrapper {
        background: white;
        margin: 0;
        max-width: 100vw;
    }
    .askue-wrap {
        margin: 0 auto;
    }
}


/* mobile? */
@media screen and (max-width: 768px) {
    .askue-wrapper {
    max-width: unset;
}

.askue-wrap {
    max-width: unset;
}
.askue-sidebar-menu {
    width: 100%;
    gap: 9.38vw;
    margin-top: 7.81vw;
}
.askue-sidebar-menu-link {
    font-size: 15px;
}
.askue-sidebar-decor {
    display: none;
}
.askue-stages-list {
    margin-left: 0;
}
    .askue-clients-list{
    display: flex;
    gap: 5.00vw;
    flex-wrap: wrap;
    margin-left: 0;
}
.askue-slide-text {
    padding-top: 7.19vw;
    padding-bottom: 8.44vw;
    padding-left: 5.94vw;
    padding-right: 4.69vw;
}
.askue-clients-item{
    width: calc(100% / 2 - 3.44vw);
    padding: 5.00vw 7.50vw;
    background-color: #f7f8fc;
    border-radius: 4.12vw;
}

    .br-d {
        display: none;
    }

    .br-m {
        display: block;
    }
    .askue-wrapper .sidebar {
        position: fixed;
        overflow: auto !important;
        height: 100vh;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        top: 0;
        margin-top: 0;
        z-index: 999;
    }

    .ccontainer {
        max-width: calc(100% - 40px);
        margin: 0 auto;
    }


    .askue-banner {
        margin-top: 17px;
        margin-bottom: 40px;
        display: flex;
        align-items: center;
        justify-content: center;

        min-height: 384px;
    }
    
    .askue-banner-inner {
    min-height: 384px;
}
    .askue-banner-img {
    min-height: 384px;
}

    .askue-banner-img {
        width: 100%;
    border-radius: 7.5vw;
    }

    .askue-banner-img--d {
        display: none;
    }

    .askue-banner-img--m {
        display: block;
    }

    .askue-banner-inner {
        padding-left: 21px;
        padding-right: 20px;
        padding-top: 30px;
        padding-bottom: 166px;
        right: 0;
        bottom: 0;
    }

    .askue-banner-title {
        font-size: 20px;

        margin-bottom: 23px;
    }

    .askue-banner-list {
        font-size: 10px;

        margin-bottom: 25px;
        padding-left: 16px;
    }

    .askue-banner-list li {
        list-style: disc;
    }

    .askue-banner-button {
        width: 159px;
        height: 42px;
        border-radius: 75px;
        font-size: 12px;
        margin: 0 auto;
    }


    .askue-banner2 {
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 41.25px;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .askue-banner2-left {}

    .askue-banner2-title {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 22px;
    }

    .askue-banner2-description {
        font-size: 15px;
        line-height: 1;
        margin-bottom: 23px;
    }

    .askue-banner2-right {}

    .askue-banner2-right img {
        width: 115.8px;
        height: 144.75px;
        object-fit: contain;
    }


    .askue-stages {
        max-width: 100%;
        margin-bottom: 55px;
        margin-left: 0;
        padding-left: 0;
    }

    .askue-stages-title {
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .askue-stages-description {
        font-size: 15px;
        line-height: 1;
        margin-bottom: 42.75px;
    }

    .askue-stages-list {}
    .askue-stages-decor-d {
        display: none;
    }
    .askue-stages-decor-m {
        display: block;
    }
    .askue-stages-decor-1 {
        top: 67px;
        left: -8px;
        width: 120px;
    }

    .askue-stages-decor-2 {
        bottom: -83.61px;
        right: -14.25px;
        width: 98px;
        left: unset;
    }

    .askue-stages-list-top {
        flex-direction: column;
        z-index: 3;
        width: 100%;
    }
    .askue-stages-list-bottom {
        width: 100%;
    }

    .askue-stages-item {
        width: 232px;
        height: 210px;
        border-radius: 16px;
        padding-top: 22px;
        padding-left: 23px;
        padding-right: 21px;
    }

    .askue-stages-item-decor-right {}

    .askue-stages-item-img {
        width: 45.55px;
        height: auto;
        margin-bottom: 12px;
    }

    .askue-stages-item-title {
        font-size: 14px;
        line-height: 21.94px;

    }

    .askue-stages-item-description {
        font-size: 10px;
        line-height: 12.34px;
    }

    .askue-stages-list-bottom {
        flex-direction: column;
    }

    .askue-stages-item-decor-right::after,
    .askue-stages-item-decor-left::before {
        width: 34.5px;
        height: 19.27px;
        position: absolute;
        right: -34.5px;
        top: calc(50% - 8.8px);
        z-index: 2;
        top: unset;
        right: calc(50% - 17px);
        left: unset;
        transform: rotate(90deg);
        bottom: -25.6px;
    }

    .askue-stages-item-decor-left:last-of-type::before {
        display: none;
    }


    .askue-features {
        max-width: unset;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 17.58px;
        padding-top: 34px;
        padding-bottom: 56px;
        margin-bottom: 44px;
        border-radius: 5.49vw;
    }

    .askue-features-title {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 30px;
    }

    .askue-features-title--orange {}

    .askue-features-list {
        margin-bottom: 5.75px;
        align-items: flex-start;
    }

    .askue-features-item {
        width: calc(100% / 2);
        margin-bottom: 33.25px;
    }

    .askue-features-item:nth-child(1) {
        order: 1
    }

    .askue-features-item:nth-child(2) {
        order: 2
    }

    .askue-features-item:nth-child(3) {
        order: 4
    }

    .askue-features-item:nth-child(4) {
        order: 3
    }

    .askue-features-item:nth-child(5) {
        order: 5
    }

    .askue-features-item:nth-child(6) {
        order: 6
    }

    .askue-features-item-mb {}

    .askue-features-item-title {
        font-size: 11px;
        line-height: 11px;
    }

    .askue-features-button {
        width: 159px;
        height: 42px;
        border-radius: 75px;
        font-size: 12px;
    }

    .js-scroll-to-form {}



    .askue-slider-wrap {
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 49.43px;
    }

    .askue-slider-title {
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 17px;
    }

    .swiper {}

    .askue-slider {
        max-width: 100%
    }

    .swiper-wrapper {}

    .swiper-slide {}
    
    .askue-slide {
        height: 426.17px;
        flex-wrap: wrap;
        gap: 15.25px;
    }
    .askue-slider2-slide-reverse img {
        order: 2;
    }
    .askue-slider2-slide-reverse .askue-slide-text {
        order: 1;
    }

    .askue-slide-col-wide {
        width: 100%;

    }

    .askue-slide-col-wide img {
        width: 100%;
        height: 221.75px;
        object-fit: contain;
    }

    .askue-slide-col-2 {
        width: calc(50% - 8px);
        gap: 15.6px;
    }

    .askue-slide-col-2 img {
        width: 135.3px !important;
        height: 86.98px !important;

    }

    .askue-slide-col {
        width: calc(50% - 7.5px);
    }

    .askue-slide-col img {
        width: 135.3px;
        height: 189px;
    }

    .askue-slide--reverse {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }

    .askue-slide--reverse .askue-slide-col-wide {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    .askue-slide--reverse .askue-slide-col-2 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
        width: 100%;
    }

    .askue-slide--reverse .askue-slide-col {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
        width: 100%;
    }

    .askue-slide img {
        border-radius: 5.49vw!important;
    }

    .askue-slider-prev {
        width: 26.54px;
        height: 26.54px;
        top: 5px;
        right: 49px;
        left: unset;
    }

    .askue-slider-next {
        width: 26.54px;
        height: 26.54px;
        top: 5px;
        left: unset;
        right: 0;
    }


    /* TODO: dont skip this */
    .askue-clients {
        max-width: 100%;
        margin-left: 0;
    }

    .askue-clients-title {
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 28px;
    }

    .askue-clients-grid-d {
        display: none;
    }

    .askue-clients-grid-m {
        display: flex;
    }

    .askue-clients-grid {
        gap: 10.2px;
    }

    .askue-clients-col-1 {
        width: calc((100% / 3) * 2);
    }
    .askue-clients-col-1-top {
        display: flex;
        gap: 11.74px;
    }
    .askue-clients-col-1-right {
        max-width: 86.11px;
    }

    .askue-clients-col-2 {
        width: calc(100% / 3)
    }
    .askue-clients__item {
        border-radius: 13.18px;
    }

    .askue-clients__item--level {
        padding-left: 22.22px;
        padding-right: 22.32px;
        padding-top: 16.2px;
        padding-bottom: 16.1px;

        margin-bottom: 10.65px;
    }

    .askue-clients__item--level img {
        width: 41.56px;
        min-width: 41.56px;
        max-width: 41.56px;
        height: 41.77px;
        min-height: 41.77px;
        max-height: 41.77px;
    }

    .askue-clients__item--mr-group {
        padding-left: 16.2px;
        padding-right: 16.2px;
        padding-top: 11.11px;
        padding-bottom: 11.02px;

        margin-bottom: 11.48px;
    }

    .askue-clients__item--mr-group img {
        width: 53.7px;
        min-width: 53.7px;
        max-width: 53.7px;
        height: 11.67px;
        min-height: 11.67px;
        max-height: 11.67px;
    }

    .askue-clients__item--cg {
        padding-right: 11px;
        padding-left: 11px;
        padding-top: 20.5px;
        padding-bottom: 19.42px;

        margin-bottom: 11.23px;
    }

    .askue-clients__item--cg img {
        width: 63.5px;
        min-width: 63.5px;
        max-width: 63.5px;
        height: 13.45px;
        min-height: 13.45px;
        max-height: 13.45px;
    }

    .askue-clients__item--sminex {
        padding-right: 15/37px;
        padding-left: 15.75px;
        padding-top: 19.79px;
        padding-bottom: 21.1px;

        margin-bottom: 11.25px;
    }

    .askue-clients__item--sminex img {
        width: 55.09px;
        min-width: 55.09px;
        max-width: 55.09px;
        height: 12.92px;
        min-height: 12.92px;
        max-height: 12.92px;
    }

    .askue-clients__item--granel {
        padding-left: 4.63px;
        padding-bottom: 4.63px;
        padding-top: 16.2px;
        padding-bottom: 16.14px;

        margin-bottom: 11.42px;
    }

    .askue-clients__item--granel img {
        width: 76.85px;
        min-width: 76.85px;
        max-width: 76.85px;
        height: 21.35px;
        min-height: 21.35px;
        max-height: 21.35px;
    }

    .askue-clients__item--a101 {
        padding-right: 25.5px;
        padding-left: 25.5px;
        padding-top: 10.2px;
        padding-bottom: 10.2px;

        margin-bottom: 11.3px;
    }

    .askue-clients__item--a101 img {
        width: 32.87px;
        min-width: 32.87px;
        max-width: 32.87px;
        height: 32.87px;
        min-height: 32.87px;
        max-height: 32.87px;
    }

    .askue-clients__item--fsk {
        padding-right: 15.28px;
        padding-left: 12.5px;
        padding-top: 17.13px;
        padding-bottom: 17px;

        margin-bottom: 11.3px;

    }

    .askue-clients__item--fsk img {
        width: 58.33px;
        min-width: 58.33px;
        max-width: 58.33px;
        height: 19.56px;
        min-height: 19.56px;
        max-height: 19.56px;
    }

    .askue-clients__item--brusnika {
        padding-left: 25.8px;
        padding-right: 27.26px;
        padding-top: 14.3px;
        padding-bottom: 14.3px;

        margin-bottom: 11.06px;
    }

    .askue-clients__item--brusnika img {
        width: 128.7px;
        min-width: 128.7px;
        max-width: 128.7px;
        height: 25.24px;
        min-height: 25.24px;
        max-height: 25.24px;
    }

    .askue-clients__item--rodina {
        padding-left: 13px;
        padding-right: 13.5px;
        padding-top: 8.8px;
        padding-bottom: 9.2px;

        margin-bottom: 11.42px;
    }

    .askue-clients__item--rodina img {
        width: 59.72px;
        min-width: 59.72px;
        max-width: 59.72px;
        height: 35.65px;
        min-height: 35.65px;
        max-height: 35.65px;
    }

    .askue-clients__item--mfc {
        padding-left: 4.6px;
        padding-right: 5px;
        padding-top: 19.9px;
        padding-bottom: 18px;

        margin-bottom: 11.3px;
    }

    .askue-clients__item--mfc img {
        width: 76.38px;
        min-width: 76.38px;
        max-width: 76.38px;
        height: 15.74px;
        min-height: 15.74px;
        max-height: 15.74px;
    }

    .askue-clients__item--lsr {
        padding-right: 16.1px;
        padding-left: 15px;
        padding-top: 19px;
        padding-bottom: 17px;

        width: 86.11px;
        margin-left: auto;

        margin-bottom: 20.5px;
    }

    .askue-clients__item--lsr img {
        width: 55.09px;
        min-width: 55.09px;
        max-width: 55.09px;
        height: 17.7px;
        min-height: 17.7px;
        max-height: 17.7px;
    }

    .askue-clients__item--pik {
        padding-left: 15.28px;
        padding-right: 14.8px;
        padding-top: 28.24px;
        padding-bottom: 28.6px;
    }

    .askue-clients__item--pik img {
        width: 56px;
        min-width: 56px;
        max-width: 56px;
        height: 17.2px;
        min-height: 17.2px;
        max-height: 17.2px;
    }



    .askue-risks {
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 42.79px;
        padding-left: 0;
    }

    .askue-risks-title {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 27px;
    }

    .askue-risks-list {
        padding-top: 6px;
        margin-left: 0;
        max-width: 100%;
    }

    .askue-risks-item {
        margin-top: -6px;
    }

    .askue-risks-item:nth-child(odd) {
        align-items: flex-start;
    }

    .askue-risks-item:nth-child(even) {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-left: auto;
    }

    .askue-risks-item img {
        width: 196px;
        height: 152.44px;
        border-radius: 7.5vw;
        object-fit: cover;
    }

    .askue-risks-item-text {
        width: 250.38px;
        min-height: 139px;
        margin: 0;
        padding-left: 21.51px;
        padding-right: 11px;
        padding-top: 24.48px;
        padding-bottom: 20px;
    }

    .askue-risks-item-title {
        font-size: 14px;
        line-height: 12.59px;
        margin-bottom: 12.5px;
    }

    .askue-risks-item-subtitle {
        font-size: 10px;
        line-height: 12.59px;
    }

    .askue-risks-item-description {
        padding-left: 16px;
    }

    .askue-risks-item-description li {
        list-style: disc;
        font-size: 10px;
        line-height: 12.59px;
    }


    .askue-downloadbanner {
        flex-direction: column;
        height: auto;
        padding-left: 18px;
        padding-right: 17px;
        padding-top: 33px;
        padding-bottom: 30px;
        margin-bottom: 59px;
    }

    .askue-downloadbanner-text {
        flex-direction: column;
        gap: 0;
    }

    .askue-downloadbanner-title {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 18px;
    }

    .askue-downloadbanner-description {
        font-size: 11px;
        line-height: 13.5px;
        margin-bottom: 18px;
    }

    .askue-downloadbanner-button {
        width: 119.25px;
        height: 42px;
        font-size: 12px;
        border-radius: 30px;
    }

    .askue-form-wrap {
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 55px;
    }

    .askue-form-title {
        font-size: 18px;
        line-height: 1.28;
        margin-bottom: 21px;
    }

    .askue-form {}

    .askue-form-label {
        flex-direction: column;
    }

    .askue-form-input-title {
        font-size: 15px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .askue-form-input {
        font-size: 15px;
        line-height: 1.2;
        padding-bottom: 7px;
        padding-left: 0;
        padding-right: 0;
    }

    .askue-form-error,
    .askue-form-success,
    .askue-form-notice {
        font-size: 15px;
        line-height: 1.4;
    }

    .askue-form-agreement {
        font-size: 12px;
        line-height: 1.41;
    }

    .askue-form-submit {
        margin: 0 auto;
        width: 159px;
        height: 42px;
        font-size: 12px;
        border-radius: 75px;
    }


    .askue-faq {
        max-width: 100%;
        margin-left: 0;

    }

    .askue-faq-title {
        font-size: 18px;
        line-height: 1.28;
        margin-bottom: 36px;
    }

    .askue-faq-list {
        gap: 12px;
    }

    .askue-faq-item {}

    .askue-faq-item-title {
        font-size: 16px;
        line-height: 1.28;
        padding-left: 27px;
    }

    .askue-faq-item-title::before,
    .askue-faq-item-title.unactive::before {
        width: 15px;
        height: 15px;
    }

    .askue-faq-item-body {
        padding-top: 4px;
        font-size: 15px;
        line-height: 1.2;
    }
    .askue-faq-item-body * {
        font-size: 15px!important;
        line-height: 1.2!important;
    }

    .askue-morequestions {
        width: 100%;
        margin-left: 0;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 55px;
    }

    .askue-morequestions-title {
        font-size: 16px;
        line-height: 1.28;
    }

    .askue-morequestions-button {
        width: 262.5px;
        height: 42px;
        font-size: 13.36px;
        letter-spacing: 0.9352px;
        text-transform: uppercase;
    }

    .askue-slider2 .askue-slide {
        height: fit-content;
    }
    .askue-slider2 .askue-slide img {
        max-width: 100%;
        border-radius: 7.5vw;
        height: 69.3vw;
    }
    .askue-slider2 .askue-slide .askue-slide-text {
        /* height: 66.56vw; */
        height: auto !important;
    }
    .askue-slider-2 .askue-slide .askue-slide-text-description {
        max-height: 50.7%;
        overflow-y: auto;
    }
}

/* mobile resin */
@media screen and (max-width: 768px) {
    .ccontainer {
    max-width: calc(100% - 12.50vw);
    margin: 0 auto;
}
.askue-slide-text-description {
    font-size: 4.69vw;
}
.askue-sidebar-menu-link {
    font-size: 4.69vw;
}
.askue-sidebar-decor {
    display: none;
}
.askue-banner {
    margin-top: 5.31vw;
    margin-bottom: 12.50vw;

    min-height: 140.31vw;
}
.askue-banner-inner {
    min-height: 120vw;
}
.askue-banner-img {
    min-height: 120vw;
    border-radius: 1.94vw;
}
.askue-banner-inner {
    padding-left: 6.56vw;
    padding-right: 6.25vw;
    padding-top: 9.38vw;
    padding-bottom: 51.88vw;
}

.askue-banner-title {
    font-size: 5.63vw;

    margin-bottom: 7.19vw;
}

.askue-banner-list {
    font-size: 4.38vw;
    line-height: 5.63vw;
    margin-bottom: 7.81vw;
    padding-left: 5.00vw;
}

.askue-banner-button {
    width: 49.69vw;
    height: 13.13vw;
    border-radius: 23.44vw;
    font-size: 3.75vw;
}

.askue-banner2 {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 12.89vw;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.askue-banner2-title {
    font-size: 5.63vw;
    line-height: 1;
    margin-bottom: 6.88vw;
}

.askue-banner2-description {
    font-size: 4.38vw;
    line-height: 5.63vw;
    margin-bottom: 7.19vw;
}

.askue-banner2-right img {
    width: 36.19vw;
    height: 45.23vw;
    object-fit: contain;
}

.askue-stages {
    max-width: 100%;
    margin-bottom: 17.19vw;
}

.askue-stages-title {
    font-size: 5.63vw;
    line-height: 11.25vw;
    margin-bottom: 3.13vw;
}

.askue-stages-description {
    font-size: 4.69vw;
    line-height: 1;
    margin-bottom: 13.36vw;
}

.askue-stages-item-decor-right::after,
.askue-stages-item-decor-left::before {
    width: 10.78vw;
    height: 6.02vw;
    position: absolute;
    right: -10.78vw;
    top: calc(50% - 2.75vw);
    z-index: 2;
    top: unset;
    right: calc(50% - 5.31vw);
    left: unset;
    transform: rotate(90deg);
    bottom: -8.00vw;
}

.askue-features {
    max-width: unset;
    margin-left: -6.25vw;
    margin-right: -6.25vw;
    padding-left: 6.25vw;
    padding-right: 5.49vw;
    padding-top: 10.63vw;
    padding-bottom: 17.50vw;
    margin-bottom: 13.75vw;
}

.askue-features-title {
    font-size: 5.63vw;
    line-height: 1;
    margin-bottom: 9.38vw;
}

.askue-features-list {
    margin-bottom: 1.80vw;
}

.askue-features-item {
    width: calc(100% / 2);
    margin-bottom: 10.39vw;
}

.askue-features-item-title {
    font-size: 3.44vw;
}

.askue-slider-wrap {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 15.45vw;
}

.askue-slider-title {
    font-size: 5.63vw;
    line-height: 11.25vw;
    margin-bottom: 5.31vw;
}

.askue-slide {
    height: 133.18vw;
    flex-wrap: wrap;
    gap: 4.77vw;
}

.askue-slide-col-wide img {
    width: 100%;
    height: 69.30vw;
    object-fit: contain;
}

.askue-slide-col-2 {
    width: calc(50% - 2.50vw);
    gap: 4.88vw;
}

.askue-slide-col-2 img {
    width: 42.28vw !important;
    height: 27.18vw !important;

}

.askue-slide-col {
    width: calc(50% - 2.34vw);
}

.askue-slide-col img {
    width: 42.28vw;
    height: 59.06vw;
}

.askue-slider-prev {
    width: 8.29vw;
    height: 8.29vw;
    top: 1.56vw;
    right: 15.31vw;
    left: unset;
}

.askue-slider-next {
    width: 8.29vw;
    height: 8.29vw;
    top: 1.56vw;
    left: unset;
    right: 0;
}

.askue-clients-title {
    font-size: 5.63vw;
    line-height: 11.25vw;
    margin-bottom: 8.75vw;
}

.askue-clients-grid {
    gap: 3.19vw;
}

.askue-clients-col-1-top {
    display: flex;
    gap: 3.67vw;
}

.askue-clients-col-1-right {
    max-width: 26.91vw;
}

.askue-clients__item {
    border-radius: 4.12vw;
}

.askue-clients__item--level {
    padding-left: 6.94vw;
    padding-right: 6.98vw;
    padding-top: 5.06vw;
    padding-bottom: 5.03vw;

    margin-bottom: 3.33vw;
}

.askue-clients__item--level img {
    width: 12.99vw;
    min-width: 12.99vw;
    max-width: 12.99vw;
    height: 13.05vw;
    min-height: 13.05vw;
    max-height: 13.05vw;
}

.askue-clients__item--mr-group {
    padding-left: 5.06vw;
    padding-right: 5.06vw;
    padding-top: 3.47vw;
    padding-bottom: 3.44vw;

    margin-bottom: 3.59vw;
}

.askue-clients__item--mr-group img {
    width: 16.78vw;
    min-width: 16.78vw;
    max-width: 16.78vw;
    height: 3.65vw;
    min-height: 3.65vw;
    max-height: 3.65vw;
}

.askue-clients__item--cg {
    padding-right: 3.44vw;
    padding-left: 3.44vw;
    padding-top: 6.41vw;
    padding-bottom: 6.07vw;

    margin-bottom: 3.51vw;
}

.askue-clients__item--cg img {
    width: 19.84vw;
    min-width: 19.84vw;
    max-width: 19.84vw;
    height: 4.20vw;
    min-height: 4.20vw;
    max-height: 4.20vw;
}

.askue-clients__item--sminex {
    padding-right: 15/11.56vw;
    padding-left: 4.92vw;
    padding-top: 6.18vw;
    padding-bottom: 6.59vw;

    margin-bottom: 3.52vw;
}

.askue-clients__item--sminex img {
    width: 17.22vw;
    min-width: 17.22vw;
    max-width: 17.22vw;
    height: 4.04vw;
    min-height: 4.04vw;
    max-height: 4.04vw;
}

.askue-clients__item--granel {
    padding-left: 1.45vw;
    padding-bottom: 1.45vw;
    padding-top: 5.06vw;
    padding-bottom: 5.04vw;

    margin-bottom: 3.57vw;
}

.askue-clients__item--granel img {
    width: 24.02vw;
    min-width: 24.02vw;
    max-width: 24.02vw;
    height: 6.67vw;
    min-height: 6.67vw;
    max-height: 6.67vw;
}

.askue-clients__item--a101 {
    padding-right: 7.97vw;
    padding-left: 7.97vw;
    padding-top: 3.19vw;
    padding-bottom: 3.19vw;

    margin-bottom: 3.53vw;
}

.askue-clients__item--a101 img {
    width: 10.27vw;
    min-width: 10.27vw;
    max-width: 10.27vw;
    height: 10.27vw;
    min-height: 10.27vw;
    max-height: 10.27vw;
}

.askue-clients__item--fsk {
    padding-right: 4.78vw;
    padding-left: 3.91vw;
    padding-top: 5.35vw;
    padding-bottom: 5.31vw;

    margin-bottom: 3.53vw;

}

.askue-clients__item--fsk img {
    width: 18.23vw;
    min-width: 18.23vw;
    max-width: 18.23vw;
    height: 6.11vw;
    min-height: 6.11vw;
    max-height: 6.11vw;
}

.askue-clients__item--brusnika {
    padding-left: 8.06vw;
    padding-right: 8.52vw;
    padding-top: 4.47vw;
    padding-bottom: 4.47vw;

    margin-bottom: 3.46vw;
}

.askue-clients__item--brusnika img {
    width: 40.22vw;
    min-width: 40.22vw;
    max-width: 40.22vw;
    height: 7.89vw;
    min-height: 7.89vw;
    max-height: 7.89vw;
}

.askue-clients__item--rodina {
    padding-left: 4.06vw;
    padding-right: 4.22vw;
    padding-top: 2.75vw;
    padding-bottom: 2.88vw;

    margin-bottom: 3.57vw;
}

.askue-clients__item--rodina img {
    width: 18.66vw;
    min-width: 18.66vw;
    max-width: 18.66vw;
    height: 11.14vw;
    min-height: 11.14vw;
    max-height: 11.14vw;
}

.askue-clients__item--mfc {
    padding-left: 1.44vw;
    padding-right: 1.56vw;
    padding-top: 6.22vw;
    padding-bottom: 5.63vw;

    margin-bottom: 3.53vw;
}

.askue-clients__item--mfc img {
    width: 23.87vw;
    min-width: 23.87vw;
    max-width: 23.87vw;
    height: 4.92vw;
    min-height: 4.92vw;
    max-height: 4.92vw;
}

.askue-clients__item--lsr {
    padding-right: 5.03vw;
    padding-left: 4.69vw;
    padding-top: 5.94vw;
    padding-bottom: 5.31vw;

    width: 26.91vw;
    margin-left: auto;

    margin-bottom: 6.41vw;
}

.askue-clients__item--lsr img {
    width: 17.22vw;
    min-width: 17.22vw;
    max-width: 17.22vw;
    height: 5.53vw;
    min-height: 5.53vw;
    max-height: 5.53vw;
}

.askue-clients__item--pik {
    padding-left: 4.78vw;
    padding-right: 4.63vw;
    padding-top: 8.82vw;
    padding-bottom: 8.94vw;
}

.askue-clients__item--pik img {
    width: 17.50vw;
    min-width: 17.50vw;
    max-width: 17.50vw;
    height: 5.38vw;
    min-height: 5.38vw;
    max-height: 5.38vw;
}

.askue-risks {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 13.37vw;
}

.askue-risks-title {
    font-size: 5.63vw;
    line-height: 1;
    margin-bottom: 8.44vw;
}
.askue-risks-item-subtitle {
        font-size: 3.13vw;
        line-height: 3.93vw;
    }
.askue-risks-list {
    padding-top: 1.88vw;

}

.askue-risks-item {
    margin-top: -1.88vw;
    width: 78.13vw;
}

.askue-risks-item img {
    width: 61.25vw;
    height: 47.64vw;
}

.askue-risks-item-text {
    width: 78.24vw;
    min-height: 43.44vw;
    margin: 0;
    padding-left: 6.72vw;
    padding-right: 3.44vw;
    padding-top: 7.65vw;
    padding-bottom: 6.25vw;
}

.askue-risks-item-title {
    font-size: 4.38vw;
    line-height: 5vw;
    margin-bottom: 3.91vw;
}

.askue-risks-item-subtitle {
    font-size: 3.13vw;
    line-height: 3.75vw;
}
.askue-risks-item-description {
    padding-left: 5.00vw;
    font-size: 3.13vw;
    line-height: 3.75vw;
}

.askue-risks-item-description li {
    list-style: disc;
    font-size: 3.13vw;
    line-height: 3.75vw;
}

.askue-downloadbanner {
    flex-direction: column;
    height: auto;
    padding-left: 5.63vw;
    padding-right: 5.31vw;
    padding-top: 10.31vw;
    padding-bottom: 9.38vw;
    margin-bottom: 18.44vw;
}

.askue-downloadbanner-title {
    font-size: 5.63vw;
    line-height: 1;
    margin-bottom: 5.63vw;
}

.askue-downloadbanner-description {
    font-size: 3.44vw;
    line-height: 4.69vw;
    margin-bottom: 5.63vw;
}

.askue-form-wrap {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 17.19vw;
}

.askue-form-title {
    font-size: 5.63vw;
    line-height: 1.28;
    margin-bottom: 6.56vw;
}

.askue-form-input-title {
    font-size: 4.69vw;
    line-height: 1.2;
    margin-bottom: 3.13vw;
}

.askue-form-input {
    font-size: 4.69vw;
    line-height: 1.2;
    padding-bottom: 2.19vw;
    padding-left: 0;
    padding-right: 0;
}

.askue-form-error,
.askue-form-success,
.askue-form-notice {
    font-size: 4.69vw;
    line-height: 1.4;
}

.askue-form-agreement {
    font-size: 3.75vw;
    line-height: 1.41;
}

.askue-faq-title {
    font-size: 5.63vw;
    line-height: 1.28;
    margin-bottom: 11.25vw;
}

.askue-faq-list {
    gap: 3.75vw;
}

.askue-faq-item-title {
    font-size: 5.00vw;
    line-height: 1.28;
    padding-left: 8.44vw;
}

.askue-faq-item-title::before,
.askue-faq-item-title.active::before {
    width: 4.69vw;
    height: 4.69vw;
}

.askue-faq-item-body {
    padding-top: 1.25vw;
    font-size: 4.69vw;
    line-height: 1.2;
}
.askue-faq-item-body * {
        font-size: 4.69vw!important;
        line-height: 1.2!important;
    }


.askue-morequestions {
    width: 100%;
    margin-left: 0;
    flex-direction: column;
    gap: 5.00vw;
    margin-bottom: 17.19vw;
}

.askue-morequestions-title {
    font-size: 5.00vw;
    line-height: 1.28;
}

.askue-morequestions-button {
    width: 82.03vw;
    height: 13.13vw;
    font-size: 4.17vw;
    letter-spacing: 0.29vw;
    text-transform: uppercase;
}
.askue-form-submit {
        margin: 0 auto;
        width: 49.69vw;
        height: 13.13vw;
        font-size: 3.75vw;
        border-radius: 23.44vw;
    }
    .askue-downloadbanner-button {
        width: 37.27vw;
        height: 13.13vw;
        font-size: 3.75vw;
        border-radius: 9.38vw;
    }
.askue-features-button {
        width: 49.69vw;
        height: 13.13vw;
        border-radius: 23.44vw;
        font-size: 3.75vw;
    }
.askue-features-item-title {
        font-size: 3.75vw;
        line-height: 5vw;
    }
.askue-stages-item {
        width: 72.50vw;
        height: 65.63vw;
        border-radius: 5.00vw;
        padding-top: 6.88vw;
        padding-left: 7.19vw;
        padding-right: 6.56vw;
    }
    .askue-stages-item-img {
        width: 14.23vw;
        height: auto;
        margin-bottom: 3.75vw;
    }

.askue-stages-item-title {
        font-size: 4.69vw;
        line-height: 5.31vw;

    }

.askue-stages-item-description {
        font-size: 3.44vw;
        line-height: 4.38vw;
    }

    .askue-stages-decor-1 {
        top: 20.94vw;
        left: -2.50vw;
        width: 37.50vw;
    }

.askue-stages-decor-2 {
        bottom: -26.13vw;
        right: -4.45vw;
        width: 30.63vw;
        left: unset;
    }


    .askue-clients-item img {
        max-height: 15.63vw;
        height: auto;
        object-fit: contain;
    }

    .askue-slide-text-title {
        font-size: 4.69vw;
    }
    .askue-slide-text-subtitle {
        font-size: 3.75vw;
    }
    .askue-slide-text-description {
        font-size: 4.38vw;
        line-height: 5.63vw;
        /* max-height: 33.75vw; */
        max-height: none;
        overflow-y: auto;
    }
}

/* слева направо (как было) */
/* @keyframes askueSlideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.askue-slide-anim {
    animation: askueSlideIn 0.6s ease-out forwards;
} */

/* справа налево для .askue-slide--reverse */
/* @keyframes askueSlideInReverse {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.askue-slide-anim--reverse {
    animation: askueSlideInReverse 0.6s ease-out forwards;
} */


@media screen and (min-width: 361px) and (max-width: 768px) {
    .askue-banner {
    margin-top: 5.31vw;
    margin-bottom: 12.50vw;

    min-height: 140vw;
}
.askue-banner-inner {
    min-height: 140vw;
}
.askue-banner-img {
    min-height: 140vw;
}
}













/* test anim */
/* Стартовое состояние – как у ScrollReveal до reveal */
.askue-slider .slider-animation {
  opacity: 0;
  transform: translateX(-50px); /* distance: '40px', origin: 'bottom' */
  --order: var(--order-desktop);
}

/* Когда элемент "открылся" */
.askue-slider .slider-animation.is-visible {
  animation: askueFadeUp 0.6s ease-out forwards; /* duration + easing */
}

/* Интервалы между элементами (interval: 150) */
.askue-slider .slider-animation.is-visible {
  animation: askueFadeUp 0.6s ease-out forwards;
  animation-delay: calc(var(--order) * 250ms); /* interval: 150 */
}
@media screen and (max-width: 1279px) {
    .askue-slider .slider-animation {
        --order: var(--order-mobile);
    }
}

/* Собственно keyframes */
@keyframes askueFadeUp {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

