a,a[nohref] {
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}




body{margin: 0;padding: 0;font-family: 'Open Sans', sans-serif;}
img{
	max-width: 100%;
	width: auto;
}
::placeholder { 
  color: #99999b;
  opacity: 1; 
  font-size: 23px;
}

:-ms-input-placeholder { 
  color: #99999b;font-size: 23px;
}

::-ms-input-placeholder {
  color: #99999b;font-size: 23px;
}
header{
	display: flex;
	flex-wrap: wrap;
	height: 407px;
	justify-content: space-between;
	background: #f2f2f4;
	padding-left: 60px;
}
.logo-header, .logo-footer{
	flex: 1;
	align-content: center;
	display: flex;
	align-items: center;
}
.logo-header a img, .logo-footer a img{display: block;}
.logo-header a p, .logo-footer a p{
	margin: 0;
	background: #272831;
	color: #fff;
	font-size: 39px;
	line-height: 1;
	padding: 5px;
	display: inline-block;
	margin-top: 5px;
	  text-transform: uppercase;
  letter-spacing: 6px;
  font-weight: 300;

}
.header-img{
	background:url(/resources/img/layout-1/header.png) no-repeat;
	width: 807px;
	height: 407px;
}
.content{
	-webkit-box-shadow: 0px 8px 16px -20px rgba(0, 0, 0, 0.6) inset;
	-moz-box-shadow: 0px 8px 16px -20px rgba(0, 0, 0, 0.6) inset;
	box-shadow: 0px 8px 16px -20px rgba(0, 0, 0, 0.6) inset;
	
	background-size: 100%;
	padding-top: 130px;
	position: relative;
}
.content.res{
	padding-top: 20px;
	background:url(/resources/img/layout-1/bg.jpg) top center no-repeat;
}
.content2{
	background:url(/resources/img/layout-1/bg.jpg) top center no-repeat;
	background-size: 100%;
}
.feedback{
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: center;
/*	max-width: 10%;*/
	max-width: max(75px,10%);
	background-color: #ffffff;
}
.feedback p{
	margin-top: 5px;
	color: #272831;
	font-size: 14px;
	text-decoration: none;
}
.divider{
	padding: 50px 0;
}
.form-block-in{
	background: #fff;
	padding: 60px;
	max-width: 63%;
	margin: 0 auto 0 auto;
	-webkit-box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.34);
	-moz-box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.34);
	box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.34);
}
.form-block-in textarea, .form-block-in input[type="text"], .form-block-in input[type="email"]{
	width: 100%;
	border-radius: 5px;
	padding: 0 7px;
	border: 4px solid #b4b4b7;
	color: #404040;
	font-size: 23px;
	font-family: 'Open Sans', sans-serif;

}
.form-block-in textarea:focus, .form-block-in input[type="text"]:focus, .form-block-in input[type="email"]:focus{
	outline: none;
}
.form-block-in textarea{
	margin-bottom: 33px;
	min-height: 300px;
	padding: 7px;
}
.form-block-in input[type="text"]{
	margin-bottom: 52px;
}
.form-block-in input[type="text"], .form-block-in input[type="email"]{
	height: 52px;
	
}
.form-block-in label{
	margin-top: 15px;
	display: block;
}
.form-block-in input[type="submit"]{
	margin-top: 60px;
	border: 0;
	box-shadow: none;
	background: #272831;
	font-size: 30px;
	color: #fff;
	letter-spacing: 10px;
	text-transform: lowercase;
	padding: 10px 20px;
	max-width: 320px;
	white-space: inherit;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 12px 6px rgba(0, 0, 0, 0.41);
-moz-box-shadow: 0px 0px 12px 6px rgba(0, 0, 0, 0.41);
box-shadow: 0px 0px 12px 6px rgba(0, 0, 0, 0.41);
}
.form-block-in input[type="submit"]:hover{

}
.form-block-item{
	display: flex;
	flex-wrap: wrap;
}
.rules-block{
	padding: 0 60px;
}
.rules-block .title{
	text-align: center;
}
.rules-block h2{
	text-transform: uppercase;
	color: #fff;
	background: #272831;
	padding: 10px 20px;
	display: inline-block;
	letter-spacing: 10px;
	font-weight: 300;
}
.rules-block-items{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rules-block-item{
	border-radius: 5px;
	flex: 0 0 44%;
	padding: 30px;
	color: #fff;
	font-size: 15px;
		min-height: auto;
		font-weight: 700;
	margin-bottom: 30px;
}
.rules-block-item.card1{
	background: url(/resources/img/layout-1/card1.png) no-repeat;
	background-size: cover;

}
.rules-block-item.card2{
	background: url(/resources/img/layout-1/card2.png) no-repeat;
	background-size: cover;
}
.rules-block-item.card3{
	background: url(/resources/img/layout-1/card3.png) no-repeat;
	background-size: cover;
}
.rules-block-item.card4{
	background: url(/resources/img/layout-1/card4.png) no-repeat;
	background-size: cover;
}
.keyword-block p{
	color: #d3d4d5;
	font-size: 19px;
}
.keyword-block{
	max-width: 80%;
/*	max-width: 44%;*/
	margin: 0 auto;
	border: 4px dashed #d3d4d5;
	text-align: center;
	padding: 24px 50px 24px 50px;
	border-radius: 5px;
}
.breadcrumbs{
	margin-bottom: 50px;
}
.breadcrumbs ul{
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
	justify-content: center;
}
.breadcrumbs ul li{
	list-style: none;
	display: flex;
	font-size: 30px;
}
.breadcrumbs ul li a{
	
	display: flex;
	color: #272831;
}
.breadcrumbs ul li:first-child:after{
	content: "/";
	margin: 0 10px;
	color: #272831;
}
.results-button{display: flex;flex-wrap: wrap;margin-bottom: 50px;}
.left-side{flex: 0 0 50%}
.left-side-in{max-width: 455px;}
.results-button-item{
	background: #272831;
	color: #ffffff;
	font-size: 30px;
	padding: 20px;
	margin-bottom: 50px;
}
.right-side{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.pay{
	-webkit-box-shadow: 0px 0px 14px 13px rgba(39, 40, 49, 0.46);
-moz-box-shadow: 0px 0px 14px 13px rgba(39, 40, 49, 0.46);
box-shadow: 0px 0px 14px 13px rgba(39, 40, 49, 0.46);
	font-size: 60px;
	color: #fff;
	background: #272831;
	padding: 10px 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	border-radius: 5px;
}
.results-button-item a{
	color: #999eff;
}
.map{
	margin-bottom: 100px;
}
.map iframe{
	border: none;
}
.results-block{
	padding: 0 60px;
}
.results-table{
	margin-bottom: 50px;	
}
.results-table table{text-align: center;border-collapse: collapse;color: #272831;border: 4px solid #272831;width: 100%;}
.results-table table td, .results-table table th{border: 1px solid #272831;padding: 15px 25px;font-size: 28px}
footer{
	-webkit-box-shadow: 0px -18px 29px -24px rgba(0, 0, 0, 0.44);
	-moz-box-shadow: 0px -18px 29px -24px rgba(0, 0, 0, 0.44);
	box-shadow: 0px -18px 29px -24px rgba(0, 0, 0, 0.44);
	display: flex;
	padding: 0 60px;
/*	margin-top: 120px;*/
	margin-top: 50px;
	background: #f2f2f4;
	height: 325px;
}
.modal {
	display: none; 
	position: fixed;
	z-index: 1; 
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto; 
	background-color: rgb(0,0,0); 
	background-color: rgba(0,0,0,0.4);
}
.modal ::placeholder { 
  color: #9c9c9f;
  opacity: 1; 
  font-size: 17px;
  font-weight: 300;
    font-family: "Open Sans", sans-serif;
}
.modal textarea::placeholder { 
  color: #9c9c9f;
  opacity: 1; 
  font-size: 17px;
  font-weight: 300;
    font-family: "Open Sans", sans-serif;
}
.modal :-ms-input-placeholder { 
  color: #9c9c9f;font-size: 17px;
  font-weight: 300;
}
.modal-form-item textarea:-ms-input-placeholder { 
color: #9c9c9f;font-size: 17px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}

.modal-form-item textarea::-ms-input-placeholder {
  color: #9c9c9f;font-size: 17px;
  font-weight: 300;
}
.modal ::-ms-input-placeholder {
  color: #9c9c9f;font-size: 17px;
  font-weight: 300;
}
.modal-header{
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin-bottom: 8px;
	line-height: 1;
}
.modal-desc{
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1;
}
.modal-content {
	background-color: #272831;
	margin: 5% auto; 
	padding: 25px 40px;
	border-radius: 15px;
	width: 375px; 
}
.modal-form-item{display: flex;flex-wrap: wrap;justify-content: center;}
.modal-form-item input[type="text"], .modal-form-item input[type="email"], .modal-form-item textarea{
	color: #272831;
	width: 100%;
	padding: 10px 20px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 21px 0px rgba(39, 40, 49, 0.44) inset;
	-moz-box-shadow: 0px 0px 21px 0px rgba(39, 40, 49, 0.44) inset;
	box-shadow: 0px 0px 21px 0px rgba(39, 40, 49, 0.44) inset;
	border: none;
	margin-bottom: 25px;
	font-weight: 300;
	font-size: 17px;
}
.modal-form-item textarea{
	min-height: 120px;
	font-weight: 300;
	font-size: 17px;

}
.modal-form-item textarea::placeholder { 
  color: #9c9c9f;
  opacity: 1; 
  font-size: 17px;
  font-weight: 300;
}
.modal-form-item input[type="submit"]{
	font-weight: 700;
	color: #272831;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(39, 40, 49, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(39, 40, 49, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(39, 40, 49, 0.2);
	border: none;
	max-width: 195px;
	white-space: inherit;
	padding: 10px 20px;
	font-size: 17px;
	border-radius: 10px;
	cursor: pointer;
}
label.error{
	display: none;
}
.error{
	border-color: #ff0000 !important;
	background: #fecfdc;
	color: #ff0000;
}
.error::placeholder { 
  	color: #ff0000;
  	opacity: 1; 
}

.error:-ms-input-placeholder { 
	color: #ff0000;
}

.error::-ms-input-placeholder {
	color: #ff0000;
}
@media screen and (max-width: 767px){
.rules-block-item{
	border-radius: 5px;
	flex: auto;
	padding: 30px;
	color: #fff;
	font-size: 15px;
		min-height: auto;
		font-weight: 700;
	margin-bottom: 30px;
}
.form-block-in{
	max-width: 54%;
}

}

@media screen and (min-width: 768px) and (max-width: 1199px){

.rules-block-item{
	border-radius: 5px;
	flex: 0 0 40%;
	padding: 30px;
	color: #fff;
	font-size: 15px;
		min-height: auto;
		font-weight: 700;
	margin-bottom: 30px;
}

}
@media screen and (min-width: 1200px) and (max-width: 1700px){
	.rules-block-item{
		font-size: 15px;
		min-height: auto;
		font-weight: 700;
	}	
	.keyword-block p{
		font-size: 16px;
		font-weight: 700;
	}
}
@media screen and (min-width: 1701px){
	.rules-block-item{
		font-size: 20px;
		min-height: auto;
		font-weight: 700;
	}	
	.keyword-block p{
		font-size: 19px;
		font-weight: 700;
	}

}
