body{
    background-image: url(../pics/pattern-grey.svg);
    background-repeat: repeat;
    background-position: center;
}
.generate_button{
    background: white;
    color: #080808;
    margin-top: 25px;
    margin-bottom: 25px;
    border: solid 1px silver;
}
.generate_button:hover{
    background: #298cad !important;
    color:white !important;
}
.rad{
    border-radius: 0 !important;
}
hr.line {
    width: 80%;
    border: 0;
    height: 1px;
    background: #298cad;
    background-image: linear-gradient(to right, #ccc, #298cad, #ccc);
}
.robot_other:disabled{
	display: none; 
}

.brevis{
	text-align: right;
	color: #ffffff;
	margin-top: 26px;
	width: 26%;
    display: inline-block;
    float: right;
}

.brevis img{
	float: right;
    margin-left: 20px;
    margin-top: -6px;
}

.brevis a{
    color: #ffffff;	
}

.brevis a:hover{
	color: #ffffff;
}

.header{
    background: #535C69;
    color: #ffffff;
    padding: 10px;
}

.header h2{
	color: #ffffff;
    text-align: center;
    display: block;
    width: 40%;
    float: left;
    font-size: 24px;
}
.content_main {
	min-height: 600px;
}
.content{
	position: relative;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.content h2 {
	margin: 30px 0 10px 0;
	font-family: Open Sans;
    font-weight: 400;
}
.header .logo {
	display: block;
    float: left;
    width: 30%;
}
.header .logo img {
	width: 200px;
}

.header .contacts{
	display: block;
    float: right;
    width: 30%;
    text-align: right;
    margin-top: 9px;
}

.contacts a{
	font-size: 28px;
    color: #ffffff;
    display: block;
    font-family: Open Sans;
    font-weight: 300;
}

.contacts a:hover{
	text-decoration: none;
}

.contacts .button_site{
	background: #b8d542;
    width: 93%;
    padding: 4px;
    float: left;
    border-radius: 3px;
    height: 35px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border: 1px solid #b8d542;
}

.contacts .button_site p{
	text-align: center;
}

.contacts .button_site:hover{
background: #ffffff;
color: #b8d542;
}

.block_white{
    display: block;
    width: 100%;
    text-align: center;
    margin: 15px auto 15px auto;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    height: 67px;
    border-radius: 3px;
}
.block_white:first-child{
    margin-top: 140px;
}
.block_white:last-child{
    margin-bottom: 150px;
}
.block_white a{
	font-size: 20px;
    color: #2962af;
    display: block;
    padding: 20px;
    background-color: #fff;
}

.block_white a:hover{
	text-decoration: none;
}

.block_white:hover{
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/*.block_white:hover a{
	color: #ffffff;
}*/

.footer{
    background: #252d38;
    padding: 10px;
    height: 130px;
}


.footer .logo {
	display: block;
    float: left;
    width: 30%;
}

.footer .content, .header .content{
	min-height: auto;
}

.footer .contacts{
	display: block;
    float: left;
    width: 30%;
    text-align: left;
    margin-top: 9px;
    margin-left: 15px;
}

.footer .contacts a{
	font-size: 18px;
    color: #ffffff;
    display: block;
}

.sety {
	display: block;
    float: left;
    width: 11%;
    text-align: center;
    margin-top: 20px;
}

.sety a{
	display: inline-block;
	width: 30px;
    height: 30px;
}

.sety .soc-1{
	background: url(/pics/soc1.png) no-repeat center;
}

.sety .soc-2{
	background: url(/pics/soc2.png) no-repeat center;
}

.sety .soc-3{
	background: url(/pics/soc3.png) no-repeat center;
}

.sety .soc-4{
	background: url(/pics/soc4.png) no-repeat center;
}

.sety .soc-5{
	background: url(/pics/soc5.png) no-repeat center;
}

.content form{
	margin-top: 30px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.content form input[type="submit"]{
	background: #2962af;
    color: #ffffff;
    border: 1px solid #2962af;
    border-radius: 3px!important;
}

.content form input[type="submit"]:hover{
	background: #ffffff!important;
	color: #2962af!important;
}

.content .generate_button{
	background: #2962af;
    color: #ffffff;
    border: 1px solid #2962af;
    border-radius: 3px!important;
    margin-bottom: 1px;
}

.content .generate_button:hover{
	background: #ffffff!important;
	color: #2962af!important;
}

.alert-warning {
    color: #ffffff;
    background-color: #2962af;
    border-color: #2962af;
    margin-top: 20px;
}

.alert-warning a {
	color: #ffffff;
	text-decoration: underline;
}
.alert-warning a:hover {
	text-decoration: none;
}

.white_bg {
	background-color: #ffffff;
}
#sitemap_result{
	display: none;
}
.positions_result{
	margin-bottom: 20px;
}