

/* Start:/support/after-sales-service/style.css?17496179171601*/
.page-support .page-support-item{
    display: flex;
    border: 1px solid #e5e5e5;
    border-radius: 0.25rem !important;
    height: 100%;
    min-height: 10rem;
    flex-direction: column;
    justify-content: center;
}
.page-support .page-support-item .img-block{
    position: relative;
    width: 100%;
    height: 5.7857rem;
}
.page-support .page-support-item .img-block img{
    opacity: 1;
    position: absolute;
    margin: auto;
    height: 100%;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.page-support .page-support-item .img-block img:last-child{
    opacity: 0;
}
.page-support .page-support-item:hover .img-block img:first-child{
    opacity: 0;
}
.page-support .page-support-item:hover .img-block img:last-child{
    opacity: 1;
}

@media (max-width: 767px){
    .page-support ul.nav{
        text-transform: uppercase;
        font-weight: 400;
        font-size: 1.1429rem;
    }
    .page-support ul.nav a{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .page-support ul.nav li:not(:last-child) a{
        border-bottom:1px solid #cccccc;
    }
    .page-support ul.nav a:hover,
    .page-support ul.nav a:focus{
        background-color: var(--primary);
        color:#ffffff!important;
    }
}

@media (min-width: 767px){
	.pt-top {
		margin-top: -1.2rem;
	}
}
/* End */
/* /support/after-sales-service/style.css?17496179171601 */
