@font-face {
	font-family: 'Gerbera';
	src: url('https://kitgroup.ua/wp-content/themes/kitgroup/font/Gerbera.eot');
	src: local('☞Gerbera'), local('Gerbera'),
			url('https://kitgroup.ua/wp-content/themes/kitgroup/font/Gerbera.eot?#iefix') format('embedded-opentype'),
			url('https://kitgroup.ua/wp-content/themes/kitgroup/font/Gerbera.woff2') format('woff2'),
			url('https://kitgroup.ua/wp-content/themes/kitgroup/font/Gerbera.woff') format('woff'),
			url('https://kitgroup.ua/wp-content/themes/kitgroup/font/Gerbera.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


body {
	font-family: Gerbera, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #929292;
	font-size: 19px;
	font-weight: 400;
}

p {
	font-size: 19px;
	font-weight: normal;
	line-height: 28px;
	color: #0c2a44;
	margin-bottom: 15px;
	text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Gerbera, sans-serif;
	font-weight: normal;
	color: #222;
	margin-top: 0px;
	font-style: normal;
	font-weight: 700;
	text-transform: normal;
	line-height: 1.2;
}

a {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #88bb64;
	text-decoration: none;
}

a,
button {
	color: #1696e7;
	outline: medium none;
}

button {
	cursor: pointer;
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none;
	color: #fff;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	-webkit-transition: .5s;
	transition: .5s;
}

h1 {
	font-size: 40px;
	font-weight: 500;
}

h2 {
	font-size: 35px;
	font-weight: 500;

}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {}

ul {
	margin: 0;

	padding: 0;
}

li {}

input:focus,
button:focus {
	border-color: transparent;
	outline-color: transparent;
}

textarea:focus {
	border-color: transparent;
	outline-color: transparent;
}

hr {
	margin: 30px 0;
	padding: 0px;
	border-bottom: 1px solid #eceff8;
	border-top: 0px;
}

hr.style-2 {
	border-bottom: 1px dashed #f10;
}

hr.mp-0 {
	margin: 0;
	border-bottom: 1px solid #eceff8;
}

hr.mtb-40 {
	margin: 40px 0;
	border-bottom: 1px solid #eceff8;
	border-top: 0px;
}

label {
	color: #666;
	cursor: pointer;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 10px;
}

a,
i,
cite,
em,
var,
address,
dfn,
ol,
li,
ul {
	font-style: normal;
	font-weight: 400;
}



*::-moz-selection {
	background: #4fc1f0;
	color: #151948;
	text-shadow: none;
}

::-moz-selection {
	background: #4fc1f0;
	color: #151948;
	text-shadow: none;
}

::selection {
	background: #4fc1f0;
	color: #151948;
	text-shadow: none;
}

::-moz-placeholder {
	color: #666;
	font-size:  !important;
}

::-webkit-input-placeholder {
	color: #666;
	font-size: 12px !important;
}

:-ms-input-placeholder {
	color: #666;
	font-size: 12px !important;
}

::placeholder {
	color: #666;
	font-size:  !important;
}

.btn {
	-moz-user-select: none;
	background: transparent;
	border: medium none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 0;
	padding: 25px 40px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	border-radius: 0;
}