/* Reset Styles */
a img { border: 0; }
img { max-width: 100%; vertical-align: top; }
header, nav, section, article, aside, footer { display: block; }
html, body, div, section, header, footer, h1, h2, h3, h4 { margin: 0; padding: 0; }
p { margin: 0; padding: 0; }
a:focus { text-decoration: none; }
/* Reset Styles */

@font-face {
	font-family: "GOREFabrics-Regular";
	src: url("fonts/GOREFabrics-Regular.eot");
	src: url("fonts/GOREFabrics-Regular.eot?#iefix")format("embedded-opentype"),
		url("fonts/GOREFabrics-Regular.woff") format("woff"),
		url("fonts/GOREFabrics-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "GOREFabrics-Medium";
	src: url("fonts/GOREFabrics-Medium.eot");
	src: url("fonts/GOREFabrics-Medium.eot?#iefix")format("embedded-opentype"),
		url("fonts/GOREFabrics-Medium.woff") format("woff"),
		url("fonts/GOREFabrics-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "MyriadPro Regular";
	src: url("fonts/MyriadPro-Regular.eot");
	src: url("fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"),
	url("fonts/MyriadPro-Regular.woff") format("woff"),
	url("fonts/MyriadPro-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

body { font-family: "GOREFabrics-Regular"; font-size: 18px; color: #000; line-height: 1.2; background: #fff; }
header {
    max-width: 1320px;
    margin: 0 auto;
    background: #f2f2f2;
    padding: 30px 60px;

}
h3 {
    font-size: 26px;
    padding: 16px 0px;
    line-height: 26px;
}
.cn-button {
    text-align: center;
    margin-bottom: 30px;
	padding-left: 25%;
	padding-right: 20px;
}
.check_line {
    height: 60px;
    padding-right: 20px;
}
select {
    width: 100%;
    height: 50px;
    font-size: 18px;
    padding: 10px;
}
button {
    max-width: 310px;
    width: 100%;
    background: #ff0000;
    border: none;
    color: #fff;
    font-size: 20px;
    padding: 15px;
    margin-top: 20px;
    font-family: "GOREFabrics-Regular";
    cursor: pointer;
}
button:hover {;
    background: #db0e0e;
}
.bl-result {
    background: #000;
}
.bl-result > div {
    border-top: 2px solid;
    padding: 10px;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
}
.bl-result>div:last-child {
    border-bottom: 2px solid;
}
.description {
    padding-top: 30px;
    padding-bottom: 40px;
}
h2 {
    font-size: 26px;
    margin-top: 10px;
}

header h1 { font-family: "GOREFabrics-Medium"; font-size: 1.45em; color: #57595b; letter-spacing: 2.5px; font-weight: 400;     margin-bottom: 25px;}

main { max-width: 1440px; margin: 0 auto; background: #000; color: #fff; display: flex; }

.results_block {
    background: url(images/background.jpg);
    background-size: cover;
    background-position: bottom;
}
.main_column {
    width: 100%;
    overflow: hidden;
    padding: 10px 60px;
}
.left_column { width: 330px; background: rgba(0,0,0,.4); }
	.lc_inner { padding: 40px 25px 40px 35px; }
	.text_block { margin-bottom: 20px; }
	.text_block h3 { font-family: "GOREFabrics-Medium"; font-size: 1.25em; }
	.main_column {     width: 100%;
        overflow: hidden; }
	.choose_text { font-family: "MyriadPro Regular";     padding: 25px 0 10px 0px; }
	.checkboxes_block { display: flex; }
	.checkbox_column { width: 33.333%; max-width: 335px; }
	.check_title { font-family: "GOREFabrics-Medium"; font-size: 1.35em; letter-spacing: 2px; background: #57595b; padding: 11px 0 11px 60px; position: relative; }
	.checkbox_column:last-of-type .check_title:after { content: ""; background: #57595b; width: 100%; height: 100%; position: absolute; left: 100%; top: 0; }
	.check_list { margin: 0; padding: 0; padding-left: 60px; margin-top: 1px; }
	.check_list li { font-family: "GOREFabrics-Medium"; letter-spacing: 1px; text-transform: uppercase; list-style-type: none; padding: 5px 0 5px 12px; cursor: pointer; margin-bottom: 1px; max-width: 245px; }
	.checkbox_column:first-of-type .check_list li { padding-left: 20px; }
	.check_list li.selected { background: #57595b; }
	.results_block { margin-top: 45px; }
	.results_inner { display: flex; }
	.results_column { width: 33.333%;  margin-right: 0px; }
	.human_block { display: table; margin: 0 auto; position: relative;    padding-bottom: 90px;
    }
	.human_block p { font-family: "GOREFabrics-Medium"; color: #231f20; text-align: center; letter-spacing: 2px; width: 146px; height: 146px; border-radius: 100%; background: rgba(255,255,255,.9); position: absolute; left: 7px; display: flex; justify-content: center; align-items: center;    bottom: 40px;     font-size: 39px;}
	.results_column:nth-child(2) .human_block p { background: rgba(255,255,255,.7); }
	.results_column:nth-child(3) .human_block p { background: rgba(255,255,255,.4); }
	.results_title { font-family: "GOREFabrics-Medium"; font-size: 1.3em; letter-spacing: 2px; margin-top: 25px; background: #d2232a; padding: 3px 14px; }
	.results_list { font-family: "GOREFabrics-Medium"; line-height: 1.3; letter-spacing: 2px; margin-top: 10px; padding-left: 14px;position: absolute; }
	
.only_mobile { display: none; }
.cn-button a {
	width: 100px;
	display: block;
	margin: 0 auto;
	background: #595959;
	color: #fff;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px solid #fff;
	margin-top: 20px;
}
.checkbox_column small {
	padding: 10px 60px;
	display: block;
}
.tr-col>div {
	width: 33.3%;
	font-size: 12px;
	float: left;
	letter-spacing: 0;
}
.tr-col {
	margin-top: 20px;
}
.tr-col span {
	display: block;
	padding-right: 5px;
}
.f-reset {
	background: #d2232a;
	padding: 2px 7px;
	cursor: pointer;
}
.bl-result > div {
    border-top: 2px solid;
    padding: 10px;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
	min-height: 32px;
}
.mb-show {
	display: none;
}



@media only screen and (max-width: 1400px) {
	.check_title { font-size: 1.3em; padding: 11px 10px; }
	.check_list { padding-left: 10px; }
	.results_block { padding-left: 0; }
	.results_inner { padding-left: 14px; justify-content: center; }
}

@media only screen and (max-width: 1100px) {
	h3 {
		font-size: 22px;
	}
}

@media only screen and (max-width: 1000px) {
	.left_column { width: 250px; }
	.main_column { width: calc(100% - 250px); }
	.check_title { height: 46px; font-size: 1.1em; }
	.results_title { font-size: 1em; }
}

@media only screen and (max-width: 800px) {
	.cn-button {
		padding-left: 0;
		padding-right: 0;
	}
	.mb-show {
		display: block;
	}
	.check_line {
		height: 85px;
		padding-right: 0;
	}
	.cn-button {
		margin-bottom: 30px;
	}
	span.hdr.mb-show {
		text-align: center;
		display: block;
		margin-bottom: 30px;
		font-size: 30px;
	}
	.description {
		padding: 30px;
	}
	.main_column {
		width: 100%;
		overflow: hidden;
		padding: 0;
	}
	.mb-hide {
		display: none;
	}
	header { padding: 25px; }
	header h1 { font-size: 1.3em; padding-left: 0; }
	main { flex-direction: column; }
	.left_column { width: 100%; background: transparent; }
	.lc_inner { padding: 10px 30px; }
	.text_block { margin-bottom: 30px; }
	.text_block h3 { font-size: 1em; }
	.text_block p { font-size: 0.8em; }
	.main_column { width: 100%; }
	.choose_text { font-size: 0.8em; padding-left: 30px; padding-right: 30px; }
	.checkboxes_block { flex-direction: column; padding: 0 30px; }
	.checkbox_column { width: 100%; max-width: 100%;     margin-bottom: 25px;
		background: rgb(255 255 255 / 0%);
	}
	.checkbox_column:last-of-type .check_title:after { display: none; }
	.check_title { font-size: 1.1em; height: auto; padding: 5px 10px; }
	.check_list { padding-left: 0; padding-right: 20px; }
	.check_list li { font-size: 0.82em; color: #57595b; max-width: 100%; }
	.check_list li.selected { color: #fff; }
	.results_block { margin-top: 20px; }
	.results_inner { flex-direction: column; align-items: center; padding: 0 30px; }
	.results_column { width: 100%; max-width: 400px; margin-right: 0; margin-bottom: 30px; }
	.results_title { font-size: 1.1em; }
	.results_list { font-size: 1.1em; }
	.only_mobile { display: block; }
	.human_block img { width: 190px; height: auto; }
	.human_block p { font-size: 1.2em; letter-spacing: 2px; width: 190px; height: 190px; left: 0; bottom: 40px; }
	.results_column:nth-child(2) .human_block p { background: rgba(255,255,255,.8); }
	.results_column:nth-child(3) .human_block p { background: rgba(255,255,255,.6); }

	.checkbox_column small {
		padding: 10px 10px;
		color: #000;
	}


}
