/*---------- Start resset style. http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126  License: none (public domain) ----------*/
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, 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;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	-webkit-overflow-scrolling: touch;
}
xmp {
	margin: 0;
	padding: 0;
	text-align: left;
	text-indent: inherit;
	float: none;
	white-space: normal;
	font-style: italic;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	padding-bottom: 200px;
	line-height: 1;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: #111314;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	margin: 11px 0;
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input:focus {outline: none;}
a, button, input, textarea, div, span {
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	-webkit-overflow-scrolling: touch;
}
a {	
	-webkit-transition:200ms ease all;
	-moz-transition:200ms ease all;
	-o-transition:200ms ease all;
	transition:200ms ease all;
	text-decoration:none;
	color: #111314;
}
main img {
	max-width: 100%;
	height: auto;
	margin: 11px 0;
}
main img:first-child {margin: 0 0 11px 0;}

.page-parser h1 {margin: 10px 0;font-size: 32px; line-height: 36px; color: #fff;}
.page-parser h2 {padding: 15px 0; font-size: 28px; line-height: 32px;}
.page-parser h3 {padding: 12px 0; font-size: 24px; line-height: 28px;}
.page-parser h4 {font-size: 20px 0; line-height: 24px;}
.page-parser h5 {font-size: 16px 0; line-height: 20px;}
.page-parser h6 {font-size: 12px 0; line-height: 16px;}

.page-parser p {
	font-size: 16px;
	line-height: 22px;
}
/*---------- Stop resset style ----------*/


/*---------- Start home-screen ----------*/
.home-screen {
	padding: 30px 15px;
	background: #0064FF;
}
.search-field {
	max-width: 1008px;
    margin-top: 40px;
    position: relative;
}
.keyword-search-form input[type="text"] {
    width: 100%;
    height: 56px;
    margin: 0;
    padding: 0 20px;
    background: #fff;
    border-radius: 0;
    border: 0;
    font-size: 16px;
    color: #84828F;
    font-weight: 400;
}
.keyword-search-form input[type="submit"] {
    width: 20px;
    height: 22px;
    position: absolute;
    right: 20px;
    top: 17px;
    background: url(../img/enter-search.svg) no-repeat center top;
    outline: none;
    border: 0;
    cursor: pointer;
}
/*---------- End home-screen ----------*/




.button-start-parser {
	display: flex;
	align-items: center;
	margin: 10px 0;
	padding: 7px 30px;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 22px;
	background: #2546d4;
	border: 3px solid #333;
	color: #fff;
}
.button-start-parser:hover {
	background: #0e2dae;
}



/*---------- Start resultat-parsera ----------*/
.validation-domen-block {
	background: #001E36;
	color: #fff;
}

/*-----*/
.on-page-level-1 {
	padding: 15px 15px;
	border-bottom: 5px #333 solid;
	background: #dcf7fa;
}
.on-page-level-2 {
	padding: 15px 15px;
	border-bottom: 5px #333 solid;
	background: #d9ebfa;
}
.on-page-level-3 {
	padding: 15px 15px;
	border-bottom: 5px #333 solid;
	background: #d9e0fa;
}

#resutlParsing{
	display: none;
}
.loader-img {
	display: none;
	width: 220px;
	margin: 10px;
}
.display-block {
	display: block!important;
}

.resultat-parsera {
	padding: 0;
}

.red_color_title {
	background: rgba(244,104,104,0.95);
}
.green_color_title {
	background: rgba(87,238,90,0.95);
}
.brown_color_title {
	background: rgba(191,110,5,0.95);
}

.blue_color_title {
	background: rgba(104,169,249,0.95);
}

.peremennaja {
	display: inline-block;
	padding: 3px;
	font-size: 22px;
	color: #777;
	font-style: italic;
}

.block_1 {
	margin: 50px 0;
	padding: 15px;
	background: rgba(159,252,130,0.35);
}

.zapusk-parsera {
	margin: 50px 0 20px 0;
	border-top: 5px dashed #333;
}

/*---------- End resultat-parsera ----------*/
