html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block
}

body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%
}

html,
body {
	width: 100%;
	overscroll-behavior-x: none
}

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	line-height: 0;
	clear: both;
	height: 0
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a:focus,
a:hover {
	outline: none
}

a {
	text-decoration: none
}

a:focus {
	outline: none !important
}

fieldset,
form,
label,
legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
	font: inherit
}

input:focus,
button:focus,
textarea:focus,
select:focus,
[role="textbox"] {
	outline: none !important
}

button::-moz-focus-inner,
input::-moz-focus-inner,
[role="textbox"]::-moz-focus-inne {
	border: none
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input[type="number"] {
	-moz-appearance: textfield
}

select::-ms-expand {
	display: none
}

b,
strong {
	font-weight: bold
}

i,
em {
	font-style: italic
}

img {
	max-width: 100%;
	height: auto
}

* {
	-webkit-font-smoothing: antialiased
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body {
	overflow-x: hidden;
	margin: 0;
	color: #242c37;
	font-weight: 300;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 24px;
	/*padding-top: 80px*/
}


@media screen and (max-width: 1000px) {
	body.front-page {
		/*padding-top:60px*/
	}
}

body::-webkit-scrollbar {
	width: 7px;
	background: #f1f1f1
}

body::-webkit-scrollbar-thumb {
	background: var(--main-color)
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 47px;
	font-weight: 500
}

@media screen and (max-width: 950px) {
	h1 {
		font-size: 40px;
		line-height: 45px
	}
}

@media screen and (max-width: 450px) {
	h1 {
		font-size: 30px;
		line-height: 35px
	}
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 42px;
	line-height: 46px
}

@media screen and (max-width: 950px) {
	h2 {
		font-size: 35px
	}
}

@media screen and (max-width: 450px) {
	h2 {
		font-size: 25px;
		line-height: 30px
	}
}