@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* font-family: "Inter", sans-serif; */

@media(min-width:1450px) {
    .container.upd {
        max-width: 1420px;
    }
}

/*---------------------------------- ABOUT ---------------------------------- */
.updabout-hero {
    position: relative;
    min-height: 284px;
    background: #F4FAFE;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 15px 0;
}

.updabout-hero h1 {
    text-align: center;
    color: #0137FB;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 55px;
    position: relative;
    z-index: 1;
}

.updabout-hero h1:last-child {
    margin-bottom: 0;
}

.updabout-hero__leftbg,
.updabout-hero__rightbg {
    position: absolute;
    top: 14px;
    height: calc(100% - 28px);
    max-width: 45%;

}

.updabout-hero__leftbg {
    left: 16px;
}

.updabout-hero__rightbg {
    right: 16px;
}

.updabout-infosect {
    padding: 44px 0;
    font-family: "Inter", sans-serif;
}

.updabout__descr {
    max-width: 582px;
}

.updabout__descr h3 {
    font-size: 36px;
    font-weight: 700;
    color: #151515;
    margin-bottom: 32px;
}

.updabout__descr h3 span {
    color: #0137FB;
}

.updabout__descr p {
    margin-bottom: 32px;
    color: #151515;
    font-size: 18px;
}

.updabout__descr p:last-child {
    margin-bottom: 0;
}

.updabout__imgwrap {
    max-width: 529px;
    text-align: center;
}

.updabout__imgwrap .imgwrap {
    margin-bottom: 24px;
    position: relative;
}

.updabout__imgwrap .imgwrap .bigimg {
    width: 100%;
}

.updabout__imgwrap p {
    margin: 0;
    color: #667085;
    font-size: 16px;
    line-height: 30px;
    line-height: 180%;
}

.updabout__imgwrap .title {
    color: #151515;
    font-size: 20px;
    font-weight: 600;
}

.updlinkcircle {
    display: inline-block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 69px;
}


.updlinkcircle svg {
    width: 88px;
    box-shadow: 0 1px 8px rgba(61, 62, 70, 0.15);
    border-radius: 50%;
}

.updlinkcircle svg circle,
.updlinkcircle svg path {
    transition: 0.3s;
}

.updlinkcircle:hover svg circle {
    fill: #0137FB;
}

.updlinkcircle:hover svg path {
    fill: #fff;
}

.upd-team {
    padding: 110px 0 100px;
    background: #F4FAFE;
    font-family: "Inter", sans-serif;
}

.upd-sectsubtitle {
    color: #0137FB;
    font-size: 14px;
    font-weight: 600;
}

.upd-team h3 {
    margin-bottom: 40px;
    color: #151515;
    font-size: 36px;
    font-weight: 600;
}

.upd-team__box {
    margin-bottom: 40px;
    text-align: center;
}

.upd-team__box .imgwrap {
    height: 360px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
}

.upd-team__box .imgwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.upd-team__box p {
    font-size: 16px;
    color: #667085;
    margin: 0;
}

.upd-team__box .title {
    margin-bottom: 8px;
    color: #151515;
    font-size: 20px;
    font-weight: 600;

}

.upd-loadmore {
    text-align: center;
    position: relative;
}

.upd-loadmore::after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    border-top: 1px solid #D0D5DD;

}

.upd-loadmore .btnwrap {
    background: #F4FAFE;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.upd-loadmore button {
    border-radius: 10px;
    border: 1px solid #D0D5DD;
    padding: 12px 30px;
    background: #F4FAFE;
    transition: 0.3s;
}

.upd-loadmore button:hover {
    color: #fff;
    background: #0137FB;
}

.upd-ctasect {
    padding: 110px 0;
    font-family: "Inter", sans-serif;
}

.upd-ctawrapper {
    background: #0137FB;
    border-radius: 30px;
    padding: 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.upd-ctawrapper h3 {
    margin-bottom: 40px;
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

.upd-whitebtn {
    position: relative;
    z-index: 2;
    padding: 3px 42px;
    font-weight: 500;
    font-size: 18px;
    color: #151515;
    background: #fff;
    border-radius: 30px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 3px 55px;
    transition: 0.3s;
    border: 1px solid #fff;
}

.upd-whitebtn:hover {
    color: #151515;
}

.upd-whitebtn svg {
    margin-left: 14px;
    width: 20px;
    transition: 0.3s;
}

.upd-whitebtn:hover svg {
    transform: translateX(5px);
}

.ctawrapper__leftbg {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 290px;
}

.ctawrapper__rightbg {
    position: absolute;
    right: 0;
    bottom: 5px;
    max-width: 290px;
}

@media(max-width:1399.8px) {
    .upd-team__box .imgwrap {
        height: 300px;
        margin-bottom: 10px;
    }

    .upd-team__box .title {
        margin-bottom: 4px;
    }

    .updabout-hero__leftbg,
    .updabout-hero__rightbg {
        max-width: 30%;
        object-fit: cover;
    }

    .updabout-hero h1 {
        font-size: 40px;
    }

    .updabout-hero {
        min-height: 220px;
    }

    .updabout__descr {
        max-width: 500px;
    }

    .updabout__imgwrap {
        max-width: 430px;
    }

    .upd-team {
        padding: 60px 0;
    }


    .updabout__descr p {
        font-size: 16px;
    }

}

@media(max-width:1199.8px) {

    .updabout__descr p,
    .updabout__descr h3 {
        margin-bottom: 20px;
    }

    .upd-team h3 {
        margin-bottom: 30px;
    }

    .upd-sectsubtitle {
        margin-bottom: 10px;
    }



    .upd-team__box .title {
        font-size: 18px;
        margin: 0;
    }
}

@media(max-width:991.8px) {
    .updabout__descr {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .updabout__imgwrap {
        margin: 0 auto;
    }

    .ctawrapper__leftbg {
        max-width: 200px;
    }

    .ctawrapper__rightbg {
        max-width: 200px;
    }

    .upd-ctasect {
        padding: 70px 0;
    }

    .updabout-hero h1 {
        font-size: 36px;
    }
}

@media(max-width:575.8px) {
    .updabout-hero h1 {
        font-size: 32px;
    }

    .updabout-hero {
        min-height: 200px;
    }

    .updabout__descr h3,
    .upd-team h3,
    .upd-ctawrapper h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .upd-sectsubtitle {
        margin: 0;
    }

    .upd-team__box .imgwrap {
        height: 330px;
    }

    .ctawrapper__leftbg,
    .ctawrapper__rightbg {
        max-width: 120px;
    }

    .upd-ctawrapper {
        padding: 30px;
        border-radius: 10px;
    }

    .upd-ctasect {
        padding: 40px 0 60px;
    }

    .upd-whitebtn {
        font-size: 14px;
        min-height: 45px;
        padding: 3px 32px;
    }

    .updabout-hero__leftbg,
    .updabout-hero__rightbg {
        display: none;
    }

    .updabout-hero {
        min-height: 160px;
    }
}


/*---------------------------------- CASES ---------------------------------- */
.updcases {
    padding: 48px 0 0 0;
    font-family: "Inter", sans-serif;
}

.updcases__header {
    text-align: center;
    margin-bottom: 100px;
}

.updcases__header h1 {
    margin-bottom: 20px;
    font-size: 55px;
    font-weight: 500;
    color: #0137FB;
}

.updcases__header p {
    font-size: 24px;
    color: #151515;
}

.updcases__header p:last-child,
.updcases__header h1:last-child {
    margin-bottom: 0;
}

.updcase-row {
    margin-bottom: 90px;
}

.updcase__imgwrap img {
    width: 100%;
    border-radius: 10px;
}

.updcase__logo {
    max-height: 58px;
    margin-bottom: 16px;
}

.updcase__perctext {
    font-size: 16px;
    font-weight: 500;
    color: #667085;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    line-height: normal;
}

.updcase__perctext span {
    color: #0137FB;
    font-size: 36px;
    font-weight: 600;
    margin-right: 5px;
}

.updcase__description h3 {
    margin-bottom: 16px;
    font-size: 36px;
    color: #151515;
    font-weight: 600;
}

.updcase__description p:not(.updcase__perctext) {
    margin-bottom: 32px;
    font-size: 16px;
    color: #667085;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.updcase__description a {
    color: #0137FB;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}

.updcase__description a img {
    vertical-align: middle;
    width: 20px;
    margin-left: 4px;
}

.updcase__description a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -2px;
    background: #0137FB;
    height: 1px;
    width: 0;
    transition: 0.5s;
}

.updcase__description a:hover::after {
    width: 100%;
}

.updcase-row:nth-child(even) .row {
    flex-direction: row-reverse;
}

.paginationright {
    a {
        text-decoration: none;
    }
}

@media(max-width:1399.8px) {

    .updcases__header p {
        font-size: 18px;
    }

    .updcases__header h1 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .updcases__header {
        margin-bottom: 50px;
    }

    .updcase__logo {
        max-height: 50px;
        margin-bottom: 10px;
    }

    .updcase__perctext span {
        font-size: 28px;
    }

    .updcase__description h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .updcase__perctext {
        margin-bottom: 10px;
    }

    .updcase__description p:not(.updcase__perctext) {
        margin-bottom: 15px;
    }

}

@media(max-width:1199.8px) {
    .updcase__description h3 {
        line-height: normal;
    }
}

@media(max-width:991.8px) {
    .updcase__description {
        margin-bottom: 20px;
    }

    .updcase-row {
        margin-bottom: 40px;
        padding-bottom: 30px;
        border-bottom: 1px solid #d6d6d6;
    }

    .updcases__header h1 {
        font-size: 36px;
    }
}

@media(max-width:767.8px) {
    .updcases__header {
        margin-bottom: 30px;
    }
}

@media(max-width:575.8px) {
    .updcases {
        padding-top: 30px;
    }

    .updcases__header h1 {
        font-size: 32px;
    }

    .updcases__header p {
        font-size: 16px;
    }

    .updcase__logo {
        margin-bottom: 5px;
    }

    .updcase__perctext span {
        font-size: 24px;
    }

    .updcase__description h3 {
        font-size: 22px;
    }

    .updcase__description p:not(.updcase__perctext) {
        -webkit-line-clamp: 5;
    }

    .updcase__logo {
        max-height: 40px;
    }

}

/*---------------------------------- CASE SINGLe ---------------------------------- */

.updabout-hero_case {
    overflow: visible;
}

.updabout-hero_case .updabout-hero__leftbg {
    position: absolute;
    left: 0;
    top: 3px;
    height: auto;
    max-height: 100%;
}

.updabout-hero_case .updabout-hero__rightbg {
    position: absolute;
    right: 0;
    top: 195px;
    max-width: 40%;
}

.updcasesingle {
    padding: 80px 0 0 0;
    font-family: "Inter", sans-serif;
}

.updcasesingle__header {
    margin-bottom: 64px;
}

.updcasesingle__header h3 {
    font-size: 48px;
    font-weight: 600;
    color: #151515;
    margin: 0;
}

.updcasesingle__mianinfo {
    margin-bottom: 70px;
}

.updcasesingle__mianinfo img {
    border-radius: 10px;
    width: 100%;
}

.updcasesingle__mianinfo .description {
    padding-left: 40px;
}

.updcasesingle__mianinfo .description p {
    margin-bottom: 48px;
    color: #667085;
    font-size: 16px;
    line-height: 180%;
}

.updcasesingle__mianinfo .infobox p {
    color: #151515;
    font-weight: 500;
    line-height: 140%;
}

.updcasesingle__mianinfo .infobox p:last-child {
    margin-bottom: 0;
}

.updcasesingle__mianinfo .infobox p span {
    display: block;
    margin-bottom: 12px;
    font-size: 48px;
    font-weight: 600;
    color: #0137FB;
    line-height: 120%;
}

.updcasesingle__stickybox {
    background: #F3F5F7;
    border-radius: 20px;
    padding: 48px 40px;
    max-width: 340px;
    width: 100%;
    position: sticky;
    top: 110px;
}

.updcasesingle__stickybox p {
    color: #151515;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: normal;
}

.updcasesingle__stickybox p:last-child {
    margin-bottom: 0;
}

.updcasesingle__stickybox p span {
    display: block;
    margin-bottom: 7px;
    color: #667085;
    font-size: 14px;
    font-weight: 500;
}

.updcase-content p {
    color: #667085;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px;
}

.updcase-content h1,
.updcase-content h2,
.updcase-content h3 {
    margin-bottom: 24px;
    color: #151515;
    font-weight: 700;
    margin-top: 40px;
}

.updcase-content h4,
.updcase-content h5,
.updcase-content h6 {
    font-weight: 700;
    color: #151515;
}

.updcase-content h1 {
    font-size: 40px;
}

.updcase-content h2 {
    font-size: 32px;
}

.updcase-content h3 {
    font-size: 30px;
}

.updcase-content h4 {
    font-size: 24px;
}

.updcase-content h5 {
    font-size: 21px;
}

.updcase-content h6 {
    font-size: 18px;
}

.updcase-content ul,
.updcase-content ol {
    margin-bottom: 30px;
}

.updcase-content ul li,
.updcase-content ol li {
    color: #667085;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
}

.updcase-content>*:last-child {
    margin-bottom: 0;
}

.updcasesingle {
    position: relative;
    z-index: 1;
}

@media(max-width:1599.8px) {
    .updcasesingle__mianinfo .description {
        padding-left: 0;
    }

    .updcasesingle__mianinfo .description p {
        margin-bottom: 40px;
    }

    .updcasesingle__mianinfo .description p {
        margin-bottom: 30px;
    }

    .updcasesingle__mianinfo {
        margin-bottom: 40px;
    }

    .updcasesingle__header {
        margin-bottom: 40px;
    }

    .updcase-content p,
    .updcase-content ul li,
    .updcase-content ol li {
        font-size: 16px;
    }

    .updcase-content h1,
    .updcase-content h2,
    .updcase-content h3 {
        margin-top: 30px;
    }



}

@media(max-width:1399.8px) {
    .updcasesingle {
        padding-top: 60px;
    }

    .updcasesingle__header h3 {
        font-size: 36px;
    }

    .updcasesingle__mianinfo .description p {
        line-height: 150%;
    }

    .updcasesingle__mianinfo .infobox p span {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .updcasesingle__mianinfo .infobox p {
        margin-bottom: 20px;
    }

}

@media(max-width:1199.8px) {
    .updcasesingle__mianinfo .description p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .updcasesingle__mianinfo .infobox p span {
        font-size: 24px;
        margin: 0;
    }

    .updcasesingle__stickybox {
        padding: 30px;
    }

    .updcasesingle__stickybox p {
        margin-bottom: 15px;
    }

    .updcase-content h1,
    .updcase-content h2,
    .updcase-content h3 {
        margin-bottom: 20px;
        margin-top: 25px;
    }

    .updcase-content h1 {
        font-size: 32px;
    }

    .updcase-content h2 {
        font-size: 28px;
    }

    .updcase-content h3 {
        font-size: 24px;
    }

    .updcase-content h4 {
        font-size: 21px;
    }

    .updcase-content h5 {
        font-size: 18px;
    }

    .updcase-content h6 {
        font-size: 16px;
    }

    .updcase-content p {
        margin-bottom: 20px;
    }

    .updabout-hero_case .updabout-hero__leftbg {
        height: 150px;
    }

    .updabout-hero_case .updabout-hero__rightbg {
        top: 160px;
        width: 280px;
    }

}

@media(max-width:991.8px) {
    .updabout-hero_case .updabout-hero__leftbg {
        height: 120px;
    }

    .updcasesingle__header {
        margin-bottom: 20px;
    }

    .updcasesingle__mianinfo .imgwrap {
        margin-bottom: 20px;
    }

    .updcasesingle__mianinfo .description .infobox p span {
        font-size: 28px;
    }

    .updcasesingle__mianinfo .description .infobox p {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .updcasesingle__mianinfo .description .infobox p:last-child {
        margin-bottom: 0;
    }

    .updcasesingle__mianinfo .description p {
        font-size: 16px;
    }

    .updcasesingle__stickybox {
        top: 0;
        max-width: 100%;
    }

    .updcasesingle__stickybox p {
        font-size: 21px;
    }

    .updcase-content {
        padding-top: 40px;
    }









    .updcasesingle__mianinfo {
        margin-bottom: 30px;
    }
}

@media(max-width:767.8px) {
    .updcasesingle__header h3 {
        font-size: 32px;
    }

}

@media(max-width:575.8px) {
    .updcasesingle__header h3 {
        font-size: 26px;
    }

    .updcasesingle {
        padding-top: 50px;
    }

    .updabout-hero_case .updabout-hero__rightbg {
        display: none;
    }

    .updcasesingle__stickybox {
        padding: 20px;
    }

    .updcasesingle__stickybox p {
        margin-bottom: 10px;
    }

    .updcase-content {
        padding-top: 30px;
    }

    .updcase-content h1 {
        font-size: 26px;
    }

    .updcase-content h2 {
        font-size: 24px;
    }

    .updcase-content h3 {
        font-size: 22px;
    }

    .updcase-content h4 {
        font-size: 21px;
    }

    .updcase-content p,
    .updcase-content ul li,
    .updcase-content ol li {
        line-height: 160%;
        font-weight: 400;
    }



    .updcasesingle__stickybox p {
        font-size: 16px;
    }
}

/*---------------------------------- CASE Block for main page ---------------------------------- */
.updmaincasesect {
    padding: 90px 0 115px;
    position: relative;
    overflow: hidden;
    font-family: "Inter", sans-serif;
}

.updmaincasesect .container {
    position: relative;
    z-index: 1;
}

.updmaincasesect::after {
    content: '';
    display: block;
    background: #0137FB;
    width: 43%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.updmaincasesect .upd-sectsubtitle {
    color: #fff;
    margin-bottom: 24px;
}

.updmaincasesect h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin: 0;
}

.updmaincaseslider-wrapper {
    padding: 64px 0 0 0;
}

.updmaincaseslider .imgwrap {
    height: 494px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.updmaincaseslider .imgwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.updmaincaseslider {
    padding-bottom: 52px;
}

.updmaincaseslider .updcase__logo {
    margin-bottom: 28px;
}

.updmaincaseslider .updcase__perctext {
    margin-bottom: 28px;
}

.updmaincaseslider h4 {
    margin-bottom: 16px;
    color: #151515;
    font-weight: 600;
    font-size: 36px;
    line-height: 140%;
}

.updmaincaseslider p {
    color: #667085;
    font-size: 16px;
    line-height: 185%;
    margin-bottom: 35px;

}

.updmaincaseslider .text-right {
    text-align: right;
}

.updmaincaseslider .description a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border-radius: 10px;
    border: 1px solid #0137FB;
    min-width: 180px;
    text-decoration: none;
    color: #0137FB;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
}

.updmaincaseslider .description a:hover {
    background: #0137FB;
    color: #fff;
}

.updmaincaseslider .description a svg {
    margin-left: 4px;
    width: 20px;
    margin-top: 2px;
}

.updmaincaseslider .description a svg path {
    transition: 0.3s;
}

.updmaincaseslider .description a:hover svg path {
    fill: #fff
}

.updmaincaseslider .slick-slide {
    border-radius: 10px;
}

.updmaincaseslider .slick-slide .slidewrap {
    background: #fff;
    border-radius: 10px;
}

.updmaincaseslider .slick-prev,
.updmaincaseslider .slick-next {
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    position: absolute;
}

.updmaincaseslider .slick-prev {
    background: url('../img/upd-img/prev.svg') no-repeat center / 100%;
    bottom: 0;
    right: calc(8.33333333% + 54px);
}

.updmaincaseslider .slick-next {
    background: url('../img/upd-img/next.svg') no-repeat center / 100%;
    right: calc(8.33333333%);
    bottom: 0;
}

.slick-slide {
    outline: none;
}

.updmaincaseslider {
    margin: 0 -15px;
}

.slick-slide {
    padding: 0 10px;
    margin-right: 15px;
    margin-left: 15px;
}

@media(max-width:1599.8px) {
    .updmaincasesect .upd-sectsubtitle {
        margin-bottom: 16px;
    }

    .updmaincaseslider-wrapper {
        padding-top: 30px;
    }

    .updmaincaseslider h4 {
        font-size: 32px;
    }

}

@media(max-width:1399.8px) {
    .updmaincaseslider .imgwrap {
        height: 450px;
    }

    .updmaincasesect::after {
        width: 50%;
    }

    .updmaincaseslider .description {
        padding-left: 30px;
        padding-top: 15px;
    }

    .updmaincaseslider .imgwrap {
        border-radius: 10px 0 0 10px;
    }
}

@media(max-width:1199.8px) {
    .updmaincasesect h3 {
        font-size: 32px;
    }

    .updmaincasesect {
        padding: 80px 0;
    }
}

@media(max-width:991.8px) {
    .updmaincasesect h3 {
        font-size: 36px;
    }

    .updmaincasesect::after {
        width: 70%;
    }

    .updmaincaseslider .description {
        padding: 30px;
    }

    .updmaincaseslider .imgwrap {
        border-radius: 10px;
    }

    .updmaincasesect {
        padding: 60px 0;
    }
}

@media(max-width:767.8px) {
    .updmaincaseslider .slick-next {
        right: 12px;
    }

    .updmaincaseslider .slick-prev {
        right: 62px;
    }

    .updmaincaseslider h4 {
        font-size: 26px;
    }

    .updmaincaseslider h4 br {
        display: none;
    }

    .updmaincasesect::after {
        width: 100%;
    }

    .updmaincaseslider .slick-prev {
        background: url(../img/upd-img/prev-w.svg) no-repeat center / 100%;
    }

    .updmaincaseslider .slick-next {
        background: url(../img/upd-img/next-w.svg) no-repeat center / 100%;
    }
}

@media(max-width:575.8px) {
    .updmaincasesect h3 {
        font-size: 24px;
    }

    .updmaincasesect .upd-sectsubtitle {
        margin-bottom: 10px;
    }

    .updmaincaseslider-wrapper {
        padding-top: 20px;
    }

    .updmaincaseslider .imgwrap {
        height: 240px;
    }

    .updmaincaseslider .description {
        padding: 15px;
    }

    .updmaincaseslider .updcase__logo,
    .updmaincaseslider .updcase__perctext {
        margin-bottom: 15px;
    }

    .updmaincaseslider h4 {
        font-size: 21px;
    }

    .updmaincaseslider p {
        line-height: 160%;
    }

    .updmaincaseslider p {
        margin-bottom: 20px;
    }

    .updmaincaseslider .description a {
        font-size: 16px;
        min-height: 44px;
        min-width: 160px;
    }

    .updmaincaseslider {
        margin: 0 -10px;
    }

    .slick-slide {
        padding: 0;
        margin-right: 10px;
        margin-left: 10px;
    }
}

/*---------------------------------- HEADER ---------------------------------- */

header.header .header__nav {
    padding-left: 40px;
}

header.header .col-xl-3 {
    width: 90px;
}

header.header .col-xl-7 {
    width: calc(100% - 16.66666667% - 90px);
}

@media(max-width:1399.8px) {
    header.header .header__nav {
        padding-right: 0;
        padding-left: 20px;
    }

    header.header .header__nav>ul>li.submenu>a {
        padding-right: 18px;
    }
}

@media(max-width:1199.8px) {
    header.header .header__nav {
        padding-left: 0;
    }

    header.header .header__nav>ul>li.submenu ul li a,
    header.header .header__nav>ul>li:not(.submenu)>a,
    header.header .header__nav>ul>li.submenu>a {
        font-size: 14px;
    }

    header.header .header__logo img {
        max-width: 100%;
    }
}

@media(max-width:991.8px) {

    header.header .header__nav>ul>li.submenu ul li a,
    header.header .header__nav>ul>li:not(.submenu)>a,
    header.header .header__nav>ul>li.submenu>a {
        font-size: 20px;
    }

    header.header .header__nav>ul>li.submenu>a {
        padding-right: 24px;
    }
}


/* font-family: "Inter", sans-serif; */