/* Errorpage */
.errorpage {
    display: flex;
}
.errorpage__img {
    flex: 0 1 50%;
    display: flex;
    align-items: center;
}
.errorpage__img img{
	max-width: 100%;
}
.errorpage__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 1 50%;
    padding: 40px 0;
}
.errorpage__text {
    font-family: Montserrat, sans-serif;
    border-radius: 0;
    padding: 32px;
    background-size: 650px auto;
    background: #ffffff;
    color: rgba(51,51,51,1);
    font-size: 18px;
    box-shadow: 0 2px 5px 0 rgba(204,204,204,1);
}

.textblock {
    padding: 0 10px;
    text-align: left;
}
.textblock h2, .textblock h3 {
    color: #4d4d4d;
    font-weight: 600;
}
.textblock h2 {
    font-size: 24px;
}
.textblock h3 {
    font-size: 20px;
}
.errorpage__button-wrap {
    margin: 30px 0 16px;
    text-align: center;
}
.errorpage__button {
    background-color: rgba(255,111,0,1);
    color: #ffffff!important;
    font-size: 16px!important;
    font-weight: 400;
    border-radius: 25px;
    padding: 17px 36px;
    text-decoration: none!important;
}
.errorpage__button:hover {
    background-color: rgb(255, 131, 20);
}

@media (max-width: 767px) {
    .errorpage {
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        /*max-width: 487px;*/
    }
    .errorpage__wrap {
        padding: 0;
    }
    .errorpage__img img {
        max-height: 500px;
        object-fit: cover;
    }
}
@media (max-width: 480px) {
    .errorpage__text {
        padding: 32px 10px;
    }
    .errorpage__button {
        display: block;
        text-align: center;
    }
}
/* End of Errorpage */

.lpc-text-3__text.lp-header-text-2 ul li {
    background: url(/t/images/css/tick2.png) no-repeat;
    background-size: 17px;
    background-position: left 0% top 50%;
    padding: 3px 0px 3px 30px;
    list-style: none;
}