@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic-ext');

body
{
	padding: 0;
	margin: 0;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color:#000;
}

.size
{
	position: relative;
	max-width: 1100px;
	padding: 0 10px;
	margin: 0 auto;
}

.clear
{
	clear:both;
}

.header
{
    display: block;
    background: url(images/block_1.jpg) no-repeat center bottom / cover;
    text-align: center;
}

.header .sait_name
{
	color:#fff;
	float: left;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 50px;
}

.header .email
{
	color:#fff;
	float: right;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 50px;
}

.header .descript
{
	padding: 0 100px;
}

.header .descript p
{
	color:#fff;
	font-weight: 700;
	font-size:48px;
	text-align: center;
	line-height: 52px;
	margin-bottom: 30px;
	margin-top: 90px;
}

.header .descript hr
{
	display: block;
	padding: 0;
	margin: 0 auto;
	bottom: 0;
	width: 135px;
	height: 3px;
	background: #fff;
}

.header .descript a.bth
{
	display: inline-block;
	background: #c20000;
    border-radius: 4px;
    border:1px solid #9b0000;
    padding: 14px 32px;
    font-size: 28px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin: 30px 0px;
}

.header .descript h1
{                            
    padding: 50px 32px;
    font-size: 32px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 30px;
}


.header .descript a.bth:hover
{
	background: #9b0000;
}

.block_1
{
	padding-top: 20px;
}

.block_1 h2
{
	text-align: center;
}

.block_1 h3
{
	text-align: center;
	padding: 0 80px;
}

.block_1 .left
{
	width: 60%;
	float: left;
	padding-top: 25px;
}

.block_1 .right
{
	width: 35%;
	float: right;
}

.block_2 h2
{
	text-align: center;
	font-weight: normal;
}

.block_2 .cont_row
{
	text-align: center;

}

.block_2 .cont_row .row 
{
    width: 300px;
    display: inline-block;
    text-align: left;
    margin: 25px;
    margin-bottom: 40px;
    vertical-align: top;
}

.block_2 .cont_row .row .img
{
	display: block;
	height: 400px;
	background-size: auto  100%;
	background-position: center center;
	border-radius:5px;
	border:1px solid #a2a0a0;
}

.block_2 .cont_row .row h4
{
	font-weight: normal;
}

.block_2 .cont_row .row .price
{
	display: block;
}

.block_2 .cont_row .row .price span
{
	display: block;
	float: left;
	margin-top: 5px;
	font-weight: bold;
}

.block_2 .cont_row .row .price a.bth_by
{
	display: block;
	float: right;
	color:#fff;
	padding: 10px 20px;
	background: #3d7385;
	border: 1px solid #315c6a;
	border-bottom: 3px solid #315c6a;
	text-decoration: none;
	font-size: 14px;
	border-radius:3px;
}

.block_2 .cont_row .row .price a.bth_by:hover
{
	background: #315c6a;
	border-bottom: 1px solid #315c6a;
	margin-top: 2px;
}

.block_3
{
	text-align: center;
	padding-bottom: 40px;
}

.block_3 h2
{
	font-weight: normal;

}

.block_3 h2 span
{
	font-weight: bold;
	color:#ee1d24;
}

.block_4
{
	padding: 40px 0;
	background: #eaf1f3;
}

.block_4 h2
{
	font-weight: normal;
	text-align: center;

}


.block_4 .cont_row
{
	text-align: center;
}

.block_4 .cont_row .row
{
	display: inline-block;
	width: 450px;
	vertical-align: top;
	background-repeat: no-repeat;
	margin-top: 20px;
}

.block_4 .cont_row .row h3
{
	margin: 0;
}


.block_4 .cont_row .row:first-child
{
	text-align: right;
	background-image: url(images/icon_row_1.png);
	background-position: top right;
	padding-right: 85px;
	margin-right: 15px;
}

.block_4 .cont_row .row:nth-child(2)
{
	text-align: left;
	background-image: url(images/icon_row_2.png);
	background-position: top left;
	padding-left: 85px;
}

.block_4 .cont_row .row:nth-child(3)
{
	text-align: right;
	background-image: url(images/icon_row_3.png);
	background-position: top right;
	padding-right: 85px;
	margin-right: 15px;

}

.block_4 .cont_row .row:last-child
{
	text-align: left;
	background-image: url(images/icon_row_4.png);
	background-position: top left;
	padding-left: 85px;
}

.block_5
{
	background: #253840;
	padding: 20px 0;
}

.block_5 h2
{
	color:#fff;
	text-align: center;
	font-size:48px;
	line-height: 45px;
	margin-bottom: 10px;
}

.block_5 p
{
	text-align: center;
	color:#fff;
	font-size:22px;
}

.block_5 form
{
	display: block;
}

.block_5 form input
{
	display: block;
	padding: 15px;
	border-radius: 3px;
	background-color: #fff;
    border: 2px solid #ccc;
    margin: 0px auto 0px auto;
    width: 300px;
    margin-bottom: 15px;
    font-size:15px;
}

.block_5 form textarea
{
	display: block;
	padding: 15px;
	border-radius: 3px;
	background-color: #fff;
    border: 2px solid #ccc;
    margin: 0px auto 0px auto;
    width: 300px;
    font-size:15px;
    height: 80px;
}

.block_5 form input[type="submit"]
{
	background: #295363;
	color:#fff;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	font-size: 22px;
	border:2px solid #1ab0e1;
	width: 335px;
	cursor:pointer;
}

.block_6
{
	padding: 20px 0;
	text-align: center;
}

.block_6 h2 {
    text-align: center;
    font-weight: normal;
}

.block_6 .cont_row
{
	text-align: center;
}

.block_6 .cont_row .row
{
	text-align: left;
	display: inline-block;
	width: 500px;
	margin-bottom: 20px;
}

.block_6 .cont_row .row:nth-child(2n)
{
	margin-left: 15px;
}

.block_6 .cont_row .row h3
{
	font-size: 16px;
	font-weight: normal;
}


.block_6 a.bth
{

}

.block_6 a.bth
{
	display: inline-block;
	background: #c20000;
    border-radius: 4px;
    border:1px solid #9b0000;
    padding: 14px 32px;
    font-size: 28px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.block_6 a.bth:hover
{
	background: #9b0000;
}

.block_7
{
	position: relative;
	margin-top: 40px;
	padding-top: 1px;
}

.block_7 .block_adress
{
	position: absolute;
	width: 400px;
	text-align: center;
	z-index: 99;
	background: #fff;
	top:20px;
	left: 50%;
	margin-left: -210px;
	padding:0 20px  10px 20px; 
}

.block_7 .block_adress h3
{
	margin-bottom: 0;
}

.block_7 .block_adress p
{
	margin-top: 0;
}

#media-player {
	position: relative;
}

#playpause:focus {
	box-shadow: 0 0 15px rgba(0,0,0,0.5);	
}


.play-button-outer {
	position: absolute;
  	top: 100px;
  	left: 220px; 
	width: 10em;
	height: 10em;
	background-color: rgba(192, 192, 192, .75);
	border: 1px solid rgb(192, 192, 192);
	border-radius: 45px;
	cursor: pointer;
}

.play-button {
	margin: 0 auto;
	top: 25%;
	position: relative;  
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5em 0 2.5em 5em;
	border-color: transparent transparent transparent #000;
	opacity: .75; 
}

.play-button-outer:hover {
  	background-color: rgba(192, 192, 192, .60);
}

.play-button-outer:hover .play-button {
  	opacity: 1;
}

.forms form
{
	width: auto;
	display: block;
}

.forms h3
{
	text-transform: uppercase;
	text-align: center;
	margin-top: 0;
}

.forms form input {
	width: 90%;
    display: block;
    border: 1px solid #ababab;
    padding: 10px 4%;
    margin-bottom: 9px;
    border-radius: 3px;
}

.forms form textarea
{
	width: 90%;
    display: block;
    border: 1px solid #ababab;
    padding: 10px 4%;
    margin-bottom: 9px;
    border-radius: 3px;
}

.forms form input[type="submit"] {
    background: #c20000;
    border: 1px solid #9b0000;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    width: 99%;
    padding: 15px 4%;
    margin-bottom: 0;
    text-transform: uppercase;
}
.fancybox-wrap .img
{
	display: none;
}

.fancybox-wrap a.bth_by
{
	display: none;
}
.fancybox-wrap h4
{
    margin: 0;
    text-align: center;
    font-weight: 100;
}

.fancybox-wrap .price
{
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;
}

@media (max-width: 1130px)
{
	.block_4 .cont_row .row
	{
		width: 350px;
	}
}

@media (max-width: 1060px)
{
	.block_6 .cont_row .row
	{
		width: 350px;
	}
}

@media (max-width: 930px)
{
	.block_4 .cont_row .row
	{
    	width: 250px;
    }
}


@media (max-width: 820px)
{
	.header .sait_name,
	.header .email
	{
		font-size: 18px;
	}

	.header .descript p {
	    font-size: 32px;
	    line-height: 37px;
		margin-top: 40px;
	}


	.header .descript a.bth
	{
		font-size:20px;
	}

	.block_1 .left,
	.block_1 .right
	{
		float: none;
		width: 100%;
	}

	.block_1 h3
	{
		padding: 0;
	}

	.block_3 h2
	{
		font-size:22px;
	}

	.block_4 h2
	{
		font-size:22px;
	}

	.block_6 .cont_row .row
	{
		width: 100%;
	    display: block;
	    margin-left: 0 !important;
	}
}

@media (max-width: 740px)
{
	.block_4 .cont_row .row
	{
		width: 100%;
		margin-right: 0 !important;
		background-position: top center !important;
		padding-right:0 !important;
		padding-left:0 !important;
		text-align: center !important;
		padding-top: 80px;
	}
}


@media (max-width: 650px)
{
	.header .sait_name,
	.header .email
	{
		display: block;
		float: none;
		padding-top: 10px;
		margin-top: 0;
		font-size 18px;
	}

	.header .descript {
	    padding: 0 20px;
	}

	.header .descript p {
	    font-size: 22px;
	    line-height: normal;
	    margin-top: 40px;
	}

	.header
	{
		height: auto;
		padding-bottom: 30px;
	}
	.block_5 h2
	{
		font-size:28px;
		line-height: normal;
	}

}


@media (max-width: 550px)
{
	.block_7 .block_adress {
	    position: relative;
	    top: auto;
	    left: auto;
	    margin-left: 0;
	    width: auto;
	}

	.block_5 form input,
	.block_5 form textarea
	{
		width: 200px;
	}

	.block_5 form input[type="submit"]
	{
		width: 236px;
	}
}

@media (max-width: 380px)
{
	.block_2 .cont_row .row
	{
		margin: 15px 0;
		width: 280px;
	}
}