#showHideButton {
	cursor: pointer;
    border: 1px solid #DD0000;
box-sizing: border-box;
padding: 18px 30px;
font-family: Roboto, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 100%;
color: #DD0000;
letter-spacing: 0.05em;
text-transform: uppercase;
background: none;
}
#showHideButton:hover{
    background: #DD0000;
    color: #fff
}
form#\34 3e1a1755ee51f4be81178fe5ed50bdf label {
    width: 166px;
}
#showHideButton:focus, #showHideButton:active{
    outline: none
}
.artis-feedback h3, .faq_title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;

    color: #242424;
	margin-bottom: 30px;
    margin-top: 40px;
}

.artis-feedback .row {
    margin-left: 0px;
    margin-right: 0px;}

.artis-feedback label {
    padding-left: 0px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;


    color: #242424;
    margin-bottom: 15px;
}

.artis-feedback input[type="text"] {
    min-width: 220px;
    height: 52px;
	background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    margin-bottom: 25px;
    padding-left: 15px;
    font-size: 18px;
    font-family: Roboto, sans-serif;
}

.artis-feedback input[type="text"]:focus, .artis-feedback textarea:focus {
	background: #fff !important;
	border: 1px solid #a1a1a1;
}

.artis-feedback input[type="submit"] {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 18px 30px;
    border: none;
    width: auto;

    display: inline-block;
    margin-top: 30px;
    background: linear-gradient(0deg, #DD0000, #DD0000), linear-gradient(180deg, #F2F2F2 0%, #E8E8E8 100%);
}
.artis-feedback input[type="submit"]:hover{
    background: linear-gradient(0deg, #b70101, #b70101), linear-gradient(180deg, #F2F2F2 0%, #E8E8E8 100%);
}
#formBox{
    width: 100%;
    max-width: 570px;
}
.sudmit_btn{
    display: flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
}
.artis-feedback textarea {
    padding: 10px 15px;
    min-width: 380px;
    min-height: 130px;
    resize: none;
    margin: 3px 0;
	background: #FFFFFF;
    border: 1px solid #E0E0E0;
}

.artis-feedback input, .artis-feedback textarea {
    outline: none;
}

.artis-feedback .asterisk {
    color: #FF3737;

}

.artis-feedback .errors {
    font-size: 14px;
    /*padding: 5px;
    display: block;*/
    color: #e73a51;
    

}

.artis-feedback .success {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;

    color: #038D00;
    background: #E7F4E6;
    padding: 16px 17px;
    margin-bottom: 30px ;
	
}

.artis-feedback .success p {

     font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;

    color: #038D00;
    margin-bottom: 0px;
	
}

.artismedia-faq-box {
    width: 100%;
}

.artismedia-faq-box a {
    color: #333333 !important;
    text-decoration: none;
}
.user-question{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    padding: 16px 17px ;
    padding-right: 50px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #242424;
    cursor: pointer;
    position: relative;
}
.user-question:after{
    transition: 0.2s;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 22px;
    top: 20px;
    background: url("next.svg") no-repeat center / contain;
    -moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.user-question.active:after{
        -moz-transform: rotate(270deg);
-webkit-transform: rotate(270deg);
-o-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.user-question.active, .user-question:hover{
    background: #E8E8E8;
}
.artismedia-faq-box .faq-item {

    margin-bottom: 25px;
}

.artismedia-faq-box .user-question span, 
.artismedia-faq-box .admin-answer span {
	font-weight: bold;
}

.artismedia-faq-box .admin-answer span  {
	display: block;
    padding-left: 17px;
    margin-bottom: 25px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;

    color: #242424;
}
.artismedia-faq-box .admin-answer {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-top: none;
    box-sizing: border-box;
}
.artismedia-faq-box .admin-answer .admin-answer-area {
    padding: 25px 17px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #E0E0E0;;
    color: #242424;
    margin-bottom: 20px;
}

.artismedia-faq-box .admin-answer .admin-answer-area:nth-last-child(-n+2){
    border-bottom: none;
    padding-bottom: 0px;
}
.bx-pagination {
    margin-top: 60px;
    margin-bottom: 30px;
}
.bx-pagination .bx-pagination-container{
    text-align: left;
}
.bx-pagination .bx-pagination-container ul{
    list-style-type: none;
}
.bx-pagination .bx-pagination-container ul li span{
    background: linear-gradient(180deg, #F2F2F2 0%, #E8E8E8 100%), linear-gradient(314.41deg, #F1F1F1 13.75%, #F7F7F7 86.01%);
    border-radius: 5px;
    height: 46px;
    width: 46px;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.3px;
    color: #242424;
}
.bx-pagination .bx-pagination-container ul li{
    margin-right: 10px;
}
.bx-pagination .bx-pagination-container ul li.bx-active span, .bx-pagination .bx-pagination-container ul li a:hover{
    color: #fff;
    background: linear-gradient(0deg, #DD0000, #DD0000), linear-gradient(180deg, #71B122 0%, #5B9711 100%), linear-gradient(315deg, #870000 0%, #D21C1C 100%), linear-gradient(173.46deg, #A4163D 15.46%, #780021 85.32%), linear-gradient(119.88deg, #009EEF 0%, #007EBE 100%), #C4C4C4;
}
.bx-pagination .bx-pagination-container ul{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
    display: block;
    background: url('next.svg') no-repeat center / contain;
    -webkit-background-size: 20%;
         -o-background-size: 20%;
            background-size: 20%;
    
}.bx-pagination .bx-pagination-container ul li.bx-pag-prev span{
    display: block;
    background: url('prev.svg') no-repeat center / contain;
    -webkit-background-size: 20%;
         -o-background-size: 20%;
            background-size: 20%;
    
}