.faq-header-text,
.faq-header-text p {
    color:#222!important;
    text-align: center !important;
}

.faq-header-text h3 {
    font-size: 1.5em;
    text-transform: none;
    font-weight: bold;
    margin-top: 30px;
}


.faq-main-wrapper {
    display: flex;
    gap: 16px;
    height: auto;
    margin-bottom: 20px;
    flex-direction: column;
    padding: 0 18%;
}

.faq-navbar-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    padding-right: 0;
    padding-top: 0;
    justify-content: space-between;
}

.faq-navbar-text-with-image {
    display: flex;
    align-items: center;
    padding: 8px;
    cursor: pointer;

}

.faq-navbar-text-with-image img {
    width: 24px;

}

.faq-navbar-main>div:hover {
    border: 1px solid #00A8FF;
    background-color: #e5f6fe;
}

.faq-navbar-single-text {
    margin-left: 24px;
}

.faq-main-content {
    width: 100%;
    display: flex;
    gap: 5%;
}

.faq-main-content-title,
.faq-main-content-title-login {
    padding: 32px 0;
    font-weight: 700;
    font-size: 28px;
}

.faq-main-content-title h3,
.faq-main-content-title-login h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    margin: 0 !important;
    text-transform: none !important;
}

.faq-navbar-single-text h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    margin: 0 !important;
    text-transform: none;
    font-weight: bold;
    text-transform: uppercase;
}  

.faq-single-category {
    line-height: 1.4;
    padding: 16px 0;
    border-top: solid 1px #efefef;
}

.faq-single-category:last-child {
    border-bottom: solid 1px #efefef;
}

.faq-single-category-title {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}


.faq-navbar-main>div {
    width: calc(1/2 * 100% - 10px);
    border: solid 1px #efefef;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 2px;
    cursor: pointer;
}

.faq-single-category-text {
    display: none;
}

.faq-single-category-text .tekst {
    margin-top: 5px;
}


.faq-profile-account-button a,
.faq-contact-button a {
    background-color: #00A8FF;
    color: #fff!important;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px;
    max-width: 100%;
    font-size: 10px;
    border-radius: 2px;
}

.faq-profile-account-button:hover{
	color: #fff;
}
.faq-contact-button a{
    padding: 10px 27px;
}

.faq-contact-button a:hover{
    color: #fff;
}
.faq-contact-button{
    margin-bottom: 13px;
}

.faq-main-content-title h3 {
    text-align: center;
    font-weight: bold;
}

.faq-main-content-title-side {
    width: 100%;
}

.icon.ar-right {
       width: 8px;
    height: 14px;
    background-position: -92px -373px;

}

.icon::before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.icon{
    display: inline-block;
    vertical-align: middle;
    background-image: url("/_dev/_images/2016/sprites/sprite-global.png?s=s");

}

.icon.user-black {
      width: 21px;
    height: 22px;
    background-position: -72px -591px;
}

.icon.orders{
    width: 22px;
    height: 20px;
    background-position: -61px -506px !important;
}
.icon.delivery{
    width: 26px;
    height: 18px;
    background-position: -57px -526px !important;
}
.icon.return{
    width: 20px;
    height: 19px;
    background-position: 0 -527px !important;
}

.icon.security{
    width: 18px;
    height: 24px;
    background-position: -39px -527px !important;
}

.icon.livechat {
       width: 19px;
    height: 19px;
    background-position: 0 -551px;
}
.icon.write{
    width: 24px;
    height: 18px;
    background-position: -19px -551px;
}
.icon.phone{
    width: 18px;
    height: 18px;
    background-position: 0px -507px !important;
}
.faq-contact-image-text-top h5 {
    margin-bottom: 0 !important;
    text-transform: none;
    font-weight: bold;
}

.faq-profile-account-info-image {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.faq-profile-account-info-image h5{
    text-transform: none;
    margin: 0;
    font-weight: bold;
}

.faq-profile-account-info {
    display: flex;
}

.faq-profile-account-info p {
    margin: 0;
}


.faq-profile-account-info {
    display: flex;
    padding: 26px;
    border: solid 1px #efefef;
    justify-content: space-between;
}

.faq-profile-account-info-text {
    width: 50%;
}

.faq-profile-account-info-text p {
    color: #222!important;
    line-height: 15px;
}

.faq-contact-wrapper {
    display: flex;
    justify-content: space-between;
}

.faq-contact-single-wrapper {
    width: calc(100% / 3);
    flex: 1;
    margin-right: 26px;
    position: relative;
}
.faq-contact-single-wrapper:not(:last-child)::before {
    content: '';
    border-left: 1px solid #efefef;
    height: 100%;
    position: absolute;
    right: -5px;
}
.faq-contact-single-wrapper:last-child{
    margin-right: 0;
}
.faq-contact-single-wrapper,
.faq-contact-single-wrapper p {
    text-align: center !important;
}


.faq-contact-closed,.faq-contact-online {
    display: flex;
    justify-content: center;
    gap: 4px;
    align-items: center;
}
.faq-contact-closed::before,.faq-contact-closed p{
    color: red!important;
    margin: 0;
    text-transform: uppercase;
    
}
.faq-contact-online::before,.faq-contact-online p{
    color: green!important;
    margin: 0;
    text-transform: uppercase;
}
.faq-contact-image-text-top p{
    height: calc(20.8px * 2);
}
.faq-contact-online span{
    zoom: 250%;
    color: green;
}
.faq-contact-closed span{
    zoom: 250%;
    color: red;
}
.chat_starter{
    cursor: pointer;
}
.faq-header-above{
    margin:0;
    font-size: 31px;
    text-align: center;
    border-bottom: 1px solid #efefef;
    padding: 20px 0;
}

.phone_of{
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .faq-navbar-main>div {
        width: calc(48% - 10px);
    }

    .faq-navbar-text-with-image {
        padding: 8px;
    }

    .faq-navbar-single-text {
        margin-left: 12px;
    }

    .faq-main-content {

        flex-direction: column;
        padding: 0;
    }

    .faq-main-content-title-side {
        width: 100%;
    }

    .faq-main-content-title h3 {
        padding: 0 16px;
    }

    .faq-single-category {
        padding: 16px;
    }

    .faq-main-content-login {
        width: 100%;
    }

    .faq-main-content-title-login h3 {
        padding: 0 16px;
    }

    .faq-main-content-button-login {
        padding: 16px 0 16px;
    }

    .faq-profile-account-button {
        display: flex;
        padding: 0 11px 9px 16px;
    }

    .faq-profile-account-button p {
        width: 75%;
        margin: 0;
        display: flex;
        align-items: center;
    }

    .faq-profile-account-button a {
        display: flex;
        width: 115px;
        height: 32px;
        align-self: center;
    }

    .faq-main-content-button-login-bottom-part {
        padding-left: 16px;
    }
    .faq-main-wrapper{
        padding:0
    }
    .faq-navbar-main>div{
        width:100%;
    }
    .faq-profile-account-info{
        flex-direction:column;
        align-items:center
    }
    .faq-profile-account-info > div{
        margin-bottom:5px
    }
    .faq-profile-account-info-text{
        width:100%;
    }
    .faq-profile-account-info-text p{
        text-align:center
    }
    .faq-profile-account-button a {
        justify-content:center;
    }
    .faq-contact-wrapper{
        flex-direction: column;
    }
    .faq-contact-single-wrapper{
        width:100%;
    }
    .faq-contact-single-wrapper:not(:last-child)::before{
        border-left:none;
    }
    .faq-contact-wrapper > div:not(:last-child){
        border-bottom:1px solid #efefef;
        margin-bottom: 5%;
    }
}