* {
	margin: 0;
	padding: 0;
}
html,
body {
    background: url(/4850037.jpg) repeat-y;
    -moz-background-size: 100%; 
    -webkit-background-size: 100%;
    -o-background-size: 100%; 
    background-size: cover;
/*	font-family: 'Open Sans', Helvetica, Arial, sans-serif; */
    font-family: 'Montserrat', serif; 
/*    font-size: 48px; */
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	color: #666666;
	}

a { color: #2ab0db; text-decoration: none;}
a:hover { text-decoration: underline;}
a:hover,
a:focus {
	color: #2ab0db;
	}



.redirect-page {
	padding-top: 100px;
	}

.banner_redirect {
	margin-bottom: 40px;
	}
.banner__big,
.banner__small { display: none;}

.logo_redirect {
	padding: 1% 0 0;
	font-size: 0;
	line-height: 0;
	}
.logo_redirect img {
    padding-top: 30%;
	width: 100%;
	max-width: 215px;
	height: auto;
	}

.redirect__message {
	margin-left: 40px;
	padding-left: 40px;
//	border-left: solid 3px #cd3f23;
    border-left: solid 1px #DCDCDC;
	}
.redirect__message_title {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	}
.redirect__message p {
	line-height: 24px;
	}

.redirect__url {
	margin-bottom: 10px;
	}

hr.class-1 {
        border-top: 3px solid #8FBC8F;
    }



@media (max-width: 767px) {
	.redirect__message {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
		}
	}
@media (max-width: 1199px) {
	.banner__small { display: block;}
	}
@media (min-width: 1200px) {
	.redirect-page .container {
		width: 1000px;
		}
	.banner__big {
		display: block;
		}
	}


.fit-picture {
  opacity: 0.7;
overflow: hidden;
position: relative;

}
