@font-face {
	font-family: 'Calibri';
	src: url('Calibri.ttf');
	src: local('fonts/Calibri'), local('Calibri'),
		url('fonts/Calibri.ttf') format('truetype'),
		url('fonts/Calibri.woff') format('woff'),
		url('fonts/Calibri.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Lato", sans-serif;
	src: url('Lena.eot');
	src: local('Lena'), local('Lena'),
		url('fonts/Lena.woff2') format('woff2'),
		url('fonts/Lena.woff') format('woff'),
		url('fonts/Lena.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Myriad';
	src: local('Myriad'), local('Myriad'),
		url('fonts/MyriadPro-Regular.woff') format('woff'),
		url('fonts/MyriadPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Lato", sans-serif;
	src: local('Lato'), local('Lato'),
		url('fonts/Lato-Regular.woff2') format('woff2'),
		url('fonts/Lato-Regular.woff') format('woff'),
		url('fonts/Lato-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

a {
	transition: .2s;
}

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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,
fieldset,
form,
label,
legend,
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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

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;
}

input[type=text]::-ms-clear {
	display: none;
}

input[type=password]::-ms-reveal {
	display: none;
}

html,
body {
	width: 100%;
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.content {
	flex: 1 0 auto;
}

.footer {
	flex: 0 0 auto;
}

.cont {
	width: 1110px;
	margin: 0 auto;
	padding: 0;
}

body {
	font-family: 'Calibri', sans-serif;
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
	font-family: 'Calibri', sans-serif;
}

a {
	text-decoration: none !important;
	outline: none !important;
	transition: .2s;
}

.btn {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: transparent;
	transition: .2s;
	padding: 0;
}

.btn span {
	transition: .2s;
}

input,
textarea {
	outline: none !important;
	width: 100%;
}

img {
	width: 100%;
}

.df {
	display: flex;
}

.cont {
	width: 1110px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 992px) {
	.cont {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.mCSB_inside>.mCSB_container {
	margin-right: 0 !important;
	opacity: 1;
}

.mCSB_scrollTools {
	width: 2px;
	background: #dadada;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #074ed4 !important;
}

html {
	overflow-x: hidden;
}

textarea {
	resize: none;
}