@import url('https://fonts.googleapis.com/css2?family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/*font-family: 'Istok Web', sans-serif; */

*, *:before, *:after {
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus, a:focus {
	outline:0;
	outline-offset:0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
html, body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  text-rendering: optimizeLegibility;
}
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,
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;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
caption,th { text-align:left; }
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup, 
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after { clear: both; }
button, 
input[type="submit"],
input[type="checkbox"],
input[type="radio"] { 
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: 'Montserrat', sans-serif;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input:not([type=checkbox]):not([type=radio]),
input[type="submit"],
textarea, 
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input {
  border: none;
  margin: 0;
  padding: 0;
}
input[type="submit" ] {
	cursor: pointer;
}

body {
	background-color: #1C1C1C;
	font-family: 'Istok Web', sans-serif;
	font-weight: 400;
	line-height: normal;
  overflow-x: hidden;
}


/* FindersOfLight page start
----------------------------------------------------------- */
.finders {
	min-height: 100vh;
	text-align: center;
}
.finders-bg {
	background-repeat: no-repeat;
	background-position: center top;
}
.finders-content {
	position: relative;
	z-index: 2;
}
.finders-text p {
	color: #FFF;
	font-family: 'Istok Web', sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-size: 12px;
	letter-spacing: 5.4px;
}
.finders-text a {
	color: #FFF;
	text-align: center;
	font-family: 'Istok Web', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
	font-size: 16px;
}
.finders-text a:hover,
.finders-text a:focus {
	text-decoration: none;
}
@media (min-width: 768px) {
	.finders {
		padding-bottom: 104px;
	}
	.finders-bg {
		background-image: url(../images/finders.jpg);
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		height: 780px;
	}
	.finders-content {
		padding-left: 80px;
		padding-right: 80px;
		padding-top: 123px;
		margin-top: -165px;
		background: -webkit-linear-gradient(0deg, #1C1C1C 43.03%, rgba(28, 28, 28, 0.00) 86.3%);
		background: -o-linear-gradient(0deg, #1C1C1C 43.03%, rgba(28, 28, 28, 0.00) 86.3%);
		background: -moz-linear-gradient(0deg, #1C1C1C 43.03%, rgba(28, 28, 28, 0.00) 86.3%);
		background: linear-gradient(0deg, #1C1C1C 43.03%, rgba(28, 28, 28, 0.00) 86.3%);  
	}
	.finders-logo img {
		margin-bottom: 13px;
	}
	.finders-text p {
		margin-bottom: 57px;
	}
}

@media (max-width: 767.98px) {
	.finders {
		padding-bottom: 140px;
	}
	.finders-bg {		
		background-image: url(../images/finders.jpg);
		-webkit-background-size: auto 410px;
		-moz-background-size: auto 410px;
		-o-background-size: auto 410px;
		background-size: auto 410px;
		height: 410px;
	}
	.finders-content {
		padding-left: 20px;
		padding-right: 20px;
    padding-top: 420px;
    margin-top: -370px;
		background: -webkit-linear-gradient(0deg, #1C1C1C 42.21%, rgba(28, 28, 28, 0.00) 61.31%);
		background: -o-linear-gradient(0deg, #1C1C1C 42.21%, rgba(28, 28, 28, 0.00) 61.31%);
		background: -moz-linear-gradient(0deg, #1C1C1C 42.21%, rgba(28, 28, 28, 0.00) 61.31%);
		background: linear-gradient(0deg, #1C1C1C 42.21%, rgba(28, 28, 28, 0.00) 61.31%);  
	}
	.finders-logo img {
		margin-bottom: 11px;
	}
	.finders-text p {
		margin-bottom: 62px;
	}
}

@media  (min-width: 500px) and (max-width: 767.98px) {
	.finders-content {
    margin-top: -360px;
	}
}

@media (max-device-width: 599px) and (max-device-height: 800px) and (orientation:landscape) {	
}
/* FindersOfLight page stop
----------------------------------------------------------- */



@media (min-width: 768px) {
}
@media (max-width: 767.98px) {
}
@media (max-device-width: 932px) and (max-device-height: 599px) and (orientation:landscape) {	
}
