.remodal.gift_card {
	font-family: 'Open Sans';
}
.remodal.gift_card .gift_card_title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 32px;
}
.remodal.gift_card .gift_card_form {

}
.remodal.gift_card .gift_card_form .row {
	margin-bottom: 16px;
}
.remodal.gift_card .gift_card_form .row.submit {
	margin-top: 24px;
}
.remodal.gift_card .gift_card_form .row p {
	text-align: left;
    margin: 0;
    font-size: 12px;
}
.remodal.gift_card .gift_card_form .row label {
	display: block;
    width: 100%;
    margin-bottom: 4px;
    text-align: left;
    font-size: 12px;
}
.remodal.gift_card .gift_card_form .row input[type=text] {
	display: block;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 14px;
    border: 2px solid #e5e5e5;
    padding: 0 8px;
    border-radius: 4px;
    margin-bottom: 2px;
    height: 40px;
    background: #fff;
}
.remodal.gift_card .gift_card_form .row input[type=text]:read-only {
	background: #fafafa;
	cursor: not-allowed;
}
.remodal.gift_card .gift_card_form .row select {
	display: block;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 14px;
    border: 2px solid #e5e5e5;
    padding: 0 8px;
    border-radius: 4px;
    margin-bottom: 2px;
    height: 40px;
    background: #fff;
    cursor: pointer;
    font-family: 'Open Sans', 'Trebuchet MS';
}
.remodal.gift_card .gift_card_form .row input[type=submit] {
	display: inline-block;
    text-decoration: none;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 5px;
    margin-right: 20px;
    background: #4eaf12;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    border: none;
    cursor: pointer;
}

.activate_gift_card {
	font-family: 'Open Sans';
    min-height: calc(100vh - 84px - 77px - 40px);
    box-sizing: border-box;
    padding: 64px 0 0 0;
}
.activate_gift_card .activate_gift_card_title {
    display: inline-block;
    font-size: 28px;
    border-radius: 20px;
    line-height: 58px;
    padding: 12px 0 0;
    color: #000000;
    margin-bottom: 26px;
    font-weight: bold;
}

.activate_gift_card form {

}
.activate_gift_card form .row {

}
.activate_gift_card form .row:not(.submit) {
    margin-bottom: 12px;
}
.activate_gift_card form .row.big input[type=text] {
	font-size: 42px;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    font-weight: bold;
    padding: 0 16px;
    width: 250px;
    text-align: center;
    line-height: 52px;
    display: block;
    box-sizing: border-box;
}
.activate_gift_card form .row:not(.big) input[type=text] {
    font-size: 16px;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    padding: 0 10px;
    width: 250px;
    text-align: left;
    line-height: 32px;
    display: block;
    box-sizing: border-box;
}
.activate_gift_card form .row:not(.big) input[type=text]:read-only {
    background: #e5e5e5;
    cursor: not-allowed;
}
.activate_gift_card form .row:not(.big) p {
    line-height: 15px;
    font-size: 12px;
    width: 250px;
    margin-top: 4px;
}
.activate_gift_card form input[type=submit] {
	display: inline-block;
    text-decoration: none;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 5px;
    margin-right: 20px;
    background: #06f;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    border: none;
    cursor: pointer;
}
.activate_gift_card form .error {
	font-size: 14px;
    color: #ff4646;
    margin: -6px 0 12px 0;
}

.course__filters {
    margin: 0 0 16px 0;
}
.course__filters form {
    display: flex;
    align-items: center;
    gap: 16px;
}
.course__filters .filter__item {
    display: flex;
    align-items: center;
    gap: 16px;
}
.course__filters .filter__item select {
    background: #fff;
    font-family: inherit;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    padding: 4px 10px;
    font-size: 14px;
    box-sizing: border-box;
}
.course__filters .filter__item input {
    font-family: inherit;
    font-size: 14px;
    border: none;
    background: #ef781a;
    color: #fff;
    padding: 6px 16px;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
}
.course__filters .filter__item a {
    color: #444;
    font-size: 14px;
}

.item-quest .pl-text .answer {
    display: block;
    color: #2fab2f;
    font-weight: 600;
    line-height: 18px;
    margin: 8px 0 4px 0;
}

.answer_modal {

}
.answer_modal .answer__title {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.answer_modal .answer__description {
    font-size: 15px;
    margin: 0 0 16px 0;
}
.answer_modal .answer__description a {
    color: inherit;
}
.answer_modal .answer__text {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 40px 0;
}
.answer_modal .answer__form {
    
}
.answer_modal .answer__form textarea {
    width: 100%;
    resize: none;
    font-family: inherit;
    border: 1px solid #ababab;
    border-radius: 2px;
    padding: 8px 10px;
    margin: 0 0 12px 0;
}
.answer_modal .answer__form input {
    font-family: inherit;
    font-size: 14px;
    border: none;
    background: #ef781a;
    color: #fff;
    padding: 6px 16px;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
}














