

/* Start:/local/templates/ast_2022_clients/css/clients.css?17643272707224*/
.clients-top {
    background-image: url("/local/templates/ast_2022_clients/css/../images/clients-bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-clip: border-box;
    /*height: auto;*/
}
@media(max-width: 576px) {
    .clients-top {
        background-image: url("/local/templates/ast_2022_clients/css/../images/clients-bg.jpg");
        background-size: auto;
        background-position: 35% center;
    }
}
.clients-top, .clients-top a, .clients-top p {
    color: #fff;
}
.clients-top .menu a {
    color: #504F55;
    display: inline-block;
}
nav a.inactive {
    opacity: .3;
}
nav a.next {
    margin-left: .7rem;
}
nav a.prev {
    margin-right: .7rem;
}
nav a.next svg {
    transform: rotate(180deg);
}
.vue-horizontal {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
.slider {
    display: flex;
    transition: 1s;
}
.slider-item {
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    background-repeat: no-repeat;
    width: 100%;
    cursor: pointer;
    transition: .2s;
}
.slider-item.b2b {
    background-image: url("/local/templates/ast_2022_clients/css/../images/b2b.png");
}
.slider-item.b2c {
    background-image: url("/local/templates/ast_2022_clients/css/../images/b2c.png");
}

.slider-item.b2b:hover {
    background-image: url("/local/templates/ast_2022_clients/css/../images/b2b-hover.png");
}
.slider-item.b2c:hover {
    background-image: url("/local/templates/ast_2022_clients/css/../images/b2c-hover.png");
}
.slider-text {
    font-size: 2rem;
    color: #4F6473;
    font-weight: 400;
    transition: .2s;
}
.slider-item:hover {
    box-shadow: 0px 0px 20px rgb(0,0,0, 0.1);
}
.slider-item:hover .slider-text {
    color: #fff;
}


.clients-text {
    margin: 6rem 0;
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .clients-text {
        /*margin: 8rem 0;*/
    }
}

@media (max-width: 1200px) {
    .section-menu {
        overflow: hidden;
    }
}

.menu {
    width: 55%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 1003;
    border-radius: 0;
    padding: 2rem;
    box-sizing: border-box;
    transition: .5s;
    transform: translateX(100%);
    overflow-y: scroll;
}
.menu.show {
    transform: translateX(0);
}
.menu .menu-burger span,
.menu .menu-burger span:before,
.menu .menu-burger span:after
{
    background: #504F55;
}
h3.category-name {
    color: #25232C;
}
a.category-link:hover {
    color: #ACC4DB;
}

@media(max-width: 1024px) {

    .menu {
        width: 100%;
    }
}

.fade-in {
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
}

@keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-moz-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-o-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-ms-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}
.fade-out {
    animation: fadeOut ease-out 2s;
    -webkit-animation: fadeOut ease-out 2s;
    -moz-animation: fadeOut ease-out 2s;
    -o-animation: fadeOut ease-out 2s;
    -ms-animation: fadeOut ease-out 2s;
}
@keyframes fadeOut {
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes fadeOut {
    0% {opacity:0;}
    100% {opacity:1;}
}
@-webkit-keyframes fadeOut {
    0% {opacity:0;}
    100% {opacity:1;}
}
@-o-keyframes fadeOut {
    0% {opacity:0;}
    100% {opacity:1;}
}
@-ms-keyframes fadeOut {
    0% {opacity:0;}
    100% {opacity:1;}
}

.more svg {
    cursor: pointer;
}

.section-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-item:hover {
    cursor: pointer;
    transition: .2s;
}
.section-menu nav a.active svg path {
    stroke: #504F55;
}
.section-menu nav a.inactive svg path {
    stroke: #b1afbd;
}
.section-item * {
    transition: .2s;
}
.section-item:hover .section-title, .section-title.selected {
    color: #3D6791;
}
.vue-horizontal .section-tile img {
    object-fit: cover;
    width: 100%;
    height: auto;
}
.vue-horizontal .section-tile {
    width: auto;
    height: auto;
}
.section-tile {
    background-repeat: no-repeat;
    background-size: cover;
    width: 184px;
    height: 138px;
    border-radius: 10px;
}
@media(min-width: 1200px) and (max-width: 1279px) {
    .section-tile {
        width: 164px;
        height: 138px;
    }
}
.section-title {
    color: #A3A8BA;
    font-size: 1.3333rem;
    font-weight: 200;
}
a.section-detail {
    color: #ACC4DB;
    white-space: nowrap;
}
a.section-detail svg path {
    stroke: #ACC4DB;
}
a.section-detail:hover svg path {
    stroke: #fff;
}
a.section-detail:hover {
    color: #fff;
}
@media(max-width: 501px) {
    a.section-detail {
        font-size: .8rem;
    }
    a.section-detail svg {
        width: 12px;
    }
}
.section-desctiption, .section-desctiption * {
    transition: .2s;
}
.section-desctiption {
    color: #fff;
    background: linear-gradient(135deg, #253443, #44607B);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 3rem;
}
.section-desctiption h3 {
    color: #fff;
}
.section-desctiption .circle {
    position: absolute;
    display: block;
    background: none;
    z-index: 0;
    width: 395px;
    height: 395px;
    left: -0rem;
    top: -1rem;
}

.dark-text__menu-image {
    display: inline-block;
    margin-top: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.dark-text__menu-image:last-child {
    margin-bottom: 0;
}
.dark-text__menu-image a {
    display: inline-block;
}
.dark-text__menu-link a span {
    font-weight: 200;
    font-size: 1.1rem;
}
.dark-text__menu-link a {
    padding: .7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none !important;
    border-bottom: 1px solid #A3A8BA;
    border-top: 1px solid transparent;
    margin-top: -1px;
    color: #fff;
}
.dark-text__menu-link a:first-child {
    border-top: 1px solid #A3A8BA;
}
.dark-text__menu-link a svg.more-expand-d {
    stroke: #FFF;
    width: 16px;
    height: 16px;
    line-height: inherit;
    transition: all 0.2s linear;
    margin-left: 0.5rem;
    transform: rotate(-90deg);
}
.dark-text__menu-link a svg.more-expand-d path {
    stroke: #fff;
}
.dark-text__menu-link a:hover, .dark-text__menu-link a:hover span {
    border-color: #ACC4DB;
    /*background-color: rgba(250, 244, 240, 0.7);*/
    color: #ACC4DB;
}
.dark-text__menu-link a:hover svg.more-expand-d {
    display: block;
}


@media (max-width: 575.98px) {
    .clients-text {
        margin: 3.5rem 0;
    }
    .section-desctiption-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .section-desctiption-wrap .section-desctiption {
        border-radius: 0;
    }
    .section-desctiption {
        margin-bottom: 0;
    }
}
/* End */
/* /local/templates/ast_2022_clients/css/clients.css?17643272707224 */
