.page-id-108936 h1 {
	font-family: "Golos Text", Sans-serif !important;
	color: #1F2C41;
	font-size: 58px !important;
	font-weight: 600;
	letter-spacing: -0.6px !important;
	line-height: 63px;
	margin: 0 0 47px;
}
.page-id-108936 h2 {
	font-family: "Golos Text", Sans-serif !important;
	color: #1F2C41;
	font-size: 43px !important;
	font-weight: 600;
	letter-spacing: -1.3px !important;
	line-height: 48px;
	margin: 0 0 15px;
	text-transform: none !important;
}
.faq-header .panel-block {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.faq-header .panel-block .panel {
	width: 100%;
	max-width: 743px;
	height: fit-content;
}
.faq-header .panel-heading a {
	padding: 22px 45px 22px 20px;
	line-height: 1.2em;
}
.faq-header .panel-heading a::after {
	padding: 2px 7px;
}
.faq-form-main {
	padding-bottom: 60px;
}
.faq-form-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.faq-form-l,
.faq-form-r {
	width: 100%;
	max-width: 743px;
}
.faq-form-l h2 {
	width: 55%;
}
.faq-form-l h2 span {
	color: #FF0000;
	position: relative;
}
.faq-form-l h2 span:before {
	content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 15px;
    background: linear-gradient(90deg, rgba(255, 101, 52, 1) 0%, rgba(255, 89, 52, 1) 21%, rgba(255, 46, 50, 1) 100%);
    bottom: 0;
    left: 0;
}
.faq-form-l h2 span:after {
	content: "";
    position: absolute;
    width: 56%;
    height: 3px;
    border-radius: 15px;
    background: linear-gradient(90deg, rgba(255, 101, 52, 1) 0%, rgba(255, 89, 52, 1) 21%, rgba(255, 46, 50, 1) 100%);
    bottom: -7px;
    left: 50%;
    margin-left: -28%;
}
.faq-form-sub-title {
	width: 70%;
	line-height: 26px;
	font-size: 20px;
}
.faq-form-content {
	border-top: 6px solid #FF5934;
}
.faq-form-title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 17px;
	font-weight: 600;
}
.faq-form-text,
.faq-form-phone {
    height: 56px;
    border-radius: 12px;
    border: 1px solid #0000000D;
    margin-bottom: 15px;
    background: #F4F6FA;
    width: 100%;
    font-size: 16px;
}
.faq-form br,
form.submitting input.request-call,
.faq-form .wpcf7-spinner {
    display: none;
}
.faq-form-btn {
	margin-bottom: 15px;
    background: linear-gradient(90deg, rgba(255, 101, 52, 1) 0%, rgba(255, 89, 52, 1) 21%, rgba(255, 46, 50, 1) 100%);
    font-size: 15px !important;
    color: #fff !important;
    padding: 16px 0 !important;
    letter-spacing: 0 !important;
    font-weight: 500 !important;
    border-radius: 12px;
    outline: none;
    border: none;
    font-family: "Golos Text", Sans-serif !important;
}
.faq-form .wpcf7-list-item label {
    width: 100%;
    display: flex;
    align-items: center;
	margin-bottom: 0;
}
.faq-form .wpcf7-list-item-label {
    padding-left: 10px;
    width: 100%;
}
.faq-form p {
    padding-bottom: 0;
}
.faq-form .wpcf7-list-item {
	display: block;
}
.faq-form-r .wpcf7 form.sent .wpcf7-response-output {
	background-position: 80px center;
}


@media (max-width:767px) {
	.page-id-108936 h1 {
		font-size: 25px !important;
		font-weight: 600;
		line-height: 33px;
		margin: 0 0 10px;
	}
	.page-id-108936 h2 {
		font-size: 25px !important;
		line-height: 29px;
		margin: 0 0 16px;
	}
	.faq-form-flex {
		display: block;
	}
    .faq-page .panel-heading a {
        color: #1F2C41;
        display: block;
        padding: 15px 45px 15px 15px;
        position: relative;
        font-weight: 600;
        cursor: pointer;
        font-size: 18px;
        line-height: 1em;
        letter-spacing: -1px;
        border-radius: 12px;
    }
    .faq-page .panel-heading a::after {
        color: #2688EB;
        padding: 6px 8px;
        content: "\f067";
        position: absolute;
        font-size: 16px;
        right: 15px;
        transition: 0.3s;
        font-family: "Font Awesome 5 Free";
        background-color: #DCE8F1;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
    }
	.faq-page .panel-heading.in a::after {
        content: "\f068";
        position: absolute;
        right: 15px;
        transition: 0.3s;
        font-family: "Font Awesome 5 Free";
    }
	.faq-form-sub-title {
		width: 100%;
		margin-bottom: 20px;
		font-size: 15px;
		line-height: 21px;
	}
	.faq-form-title {
		font-size: 18px;
		line-height: 22px;
	}
	.faq-form-main {
		padding-bottom: 48px;
	}
	.faq-form .wpcf7-list-item-label {
		line-height: 16px;
	}

}
