


@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('fonts/Roboto-Light.ttf');
}

@font-face {
    font-family: 'Furore';
    src: url('fonts/Furore.otf');
}

@font-face {
    font-family: 'KelsonSans-RU';
    src: url('fonts/KelsonSansBG-Light.ttf');
}

@font-face {
    font-family: 'KelsonSans-RU-Normal';
    src: url('fonts/KelsonSansBG-Normal.ttf');
}

.fa, .far, .fas {
	font-family: "Font Awesome 5 Free";
	font: normal normal normal 14px/1 FontAwesome;
}

.contact-form .title-contact-form
{
    font-family: KelsonSans-RU, sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    display: block;
}

.contact-form textarea
{
    resize: none;
}