.faq-1 {
    max-width: 620px;
}
.faq-image-s {
    height: 100%;
    margin: 0 auto;
    background-image: url(/images/sir.png);
    background-position: -20px center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    max-width: 610px;
}
.faq-1 .name {
    width: 100%;
    color: #080606;
    font-size: 30px;
    font-family: 'Forum', sans-serif;
    line-height: 30px;
    font-weight: 400;
    padding: 15px 50px 15px 40px;
    position: relative;
    cursor: pointer;
}
.faq-1  .inner-name {
    width: 85%;
}
.faq-1 .description {
    display: none;
    color: #0806069e;
    font-size: 18px;
    line-height: 1.65;
    max-width: 640px;
    font-family: 'Sobolewfonts',Arial,sans-serif;
    font-weight: 400;
    padding: 0px 50px 35px 40px;
}
.faq-1 .faq-1-item {
    position: relative;
    border-top: 1px solid #dfdfdf;
}

.faq-1 .faq-1-item .name:before {
    content: "—";
    color: #D18250;
    font-weight: 400;
    font-size: 34px;
    line-height: 42px;
    font-family: 'Sobolewfonts',Arial,sans-serif;
    position: absolute;
    left: 0;
    top: 6px;
}
/* .faq-1 .faq-1-item:after {
    content: "+";
    color: rgba(0, 0, 0, 0.3);
    font-weight: 100;
    font-size: 60px;
    line-height: 42px;
    position: absolute;
    right: 10px;
    top: 7px;
    font-family: serif;
} */
.faq-1 .faq-1-item .plus {
    content: " ";
    width: 25px;
    height: 25px;
    right: 0;
    top: 13px;
    position: absolute;
    transition: all .3s;
    user-select: none;
    pointer-events: none;
    transition: all .3s;
}
/* .faq-1 .faq-1-item:hover::after {
    color: #D18250;
    transition: all .3s;
} */
.faq-1 .faq-1-item .plus svg {
    width: 25px;
    height: 25px;
}
.faq-1 .faq-1-item .plus svg line {
    transition: all .3s;
}
.faq-1 .faq-1-item:hover .plus svg line {
    stroke: #D18250;
    stroke-opacity: 1;
    transition: all .3s;
}
.faq-1 .faq-1-item[data-expanded="true"] .plus {
    transform: rotate(-45deg);
    transition: all .3s;
}
.faq-1 .faq-1-items {
    border-bottom: 1px solid #C4C4C4;
}
@media (max-width: 768px){
	.faq-1 .name {
		font-size: 20px;
	}
	.faq-1 {
		max-width: 100%;
	}
	.faq-1 .description {
		font-size: 14px;
		line-height: 20px;
		padding: 0px 0px 20px 0px;
	}
}
@media (max-width: 425px){
	.faq-1 .name {
	    font-size: 16px;
	}
	.faq-1 .faq-1-item .name:after{
		font-size: 34px;
		line-height: 20px;   
		top: 17px;
	}
	.faq-1 .faq-1-item .name:before{
	    font-size: 25px;	
	}
}