@font-face {
    font-family: "PTSans";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(/local/templates/flarx/markup/dist/fonts/PTSans-Regular.eot) format("eot"), url(/local/templates/flarx/markup/dist/fonts/PTSans-Regular.woff2) format("woff2"), url(/local/templates/flarx/markup/dist/fonts/PTSans-Regular.woff) format("woff"), url(/local/templates/flarx/markup/dist/fonts/PTSans-Regular.ttf) format("truetype")
}
@font-face {
    font-family: "PTSans";
    font-style: italic;
    font-display: swap;
    font-weight: 400;
    src: url(/local/templates/flarx/markup/dist/fonts/PTSans-Italic.eot) format("eot"), url(/local/templates/flarx/markup/dist/fonts/PTSans-Italic.woff2) format("woff2"), url(/local/templates/flarx/markup/dist/fonts/PTSans-Italic.woff) format("woff"), url(/local/templates/flarx/markup/dist/fonts/PTSans-Italic.ttf) format("truetype")
}
@font-face {
    font-family: "PTSans";
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(/local/templates/flarx/markup/dist/fonts/PTSans-Bold.eot) format("eot"), url(/local/templates/flarx/markup/dist/fonts/PTSans-Bold.woff2) format("woff2"), url(/local/templates/flarx/markup/dist/fonts/PTSans-Bold.woff) format("woff"), url(/local/templates/flarx/markup/dist/fonts/PTSans-Bold.ttf) format("truetype")
}
.about:before {
    background: url(/local/templates/flarx/markup/dist/img/bg-1.png) no-repeat center center/contain;
}
.actions:before {
    background: url(/local/templates/flarx/markup/dist/img/bg-2.png) no-repeat center center/contain;
}
.actions:after {
    background: url(/local/templates/flarx/markup/dist/img/bg-3.png) no-repeat center center/contain;
}
.advice:before {
    background: url(/local/templates/flarx/markup/dist/img/bg-4.png) no-repeat center center/contain;
}
.feedback:before {
    background: url(/local/templates/flarx/markup/dist/img/bg-5.png) no-repeat center center/contain;
}
.form-group.form-group--checkbox label:before {
    background-image: url(/local/templates/flarx/markup/dist/img/check.png);
}
.form-group.error textarea {
	display: block;
}
.form-messages {
    display: none;
}
.form-messages.error {
    height: 50px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.form-messages.error .form-messages-error {
    color: #d24e97;
}
.form-group.error textarea {
    border-color: #d24e97 !important;
    color: #d24e97 !important;
}
.form-group.error .form-error {
    display: block;
}
.form-group .form-error {
	bottom: -25px;
}
.actions__item:nth-child(9) .actions__item-title {
    color: #fff;
}

.form-group.form-group--checkbox.error label:after {
	border-color: #d24e97 !important;
}