@charset "utf-8";
/* CSS Document */

/*Основные параметры текста*/
body{
	padding:0; /*Сброс стандартных отступов равняим их нулю, свойства не наследуются*/
	margin:0;
	background-image:url("../img/BG_1.png");
	background-repeat:repeat;
	
	
}
/*Основные параметры текста*/

/* Основной блок */

.header{
	width:750px;
	height:auto;
	margin:10px auto;
	text-align:left;
}

.logo_1{
	    position:relative;
        width:189px;
        height:186px;
        background-image:url("../img/logo_4.png");
	    background-repeat: no-repeat;
		margin-top: 30px;
	    margin-left: auto;
	    margin-right: auto;
}
.logo_2{
	    position:relative;
        width:94px;
        height:109px;
        background-image:url("../img/icon_1.png");
	    background-repeat: no-repeat;
	    float:left;
		margin:5px 10px 20px 20px;
}
.logo_3{
	    position:relative;
        width:112px;
        height:130px;
        background-image:url("../img/icon_2.png");
	    background-repeat: no-repeat;
	    float:left;
		margin:0 10px 20px 10px;
}
.logo_4{
	    position:relative;
        width:74px;
        height:118px;
        background-image:url("../img/icon_3.png");
	    background-repeat: no-repeat;
	    float:left;
		margin:5px 10px 20px 25px;
}
.logo_5{
	    position:relative;
        width:59px;
        height:106px;
        background-image:url("../img/icon_4.png");
	    background-repeat: no-repeat;
	    float:left;
		margin:5px 10px 20px 25px;
}
.logo_6{
	    position:relative;
        width:106px;
        height:106px;
        background-image:url("../img/icon_5.png");
	    background-repeat: no-repeat;
	    float:left;
		margin:5px 10px 20px 20px;
}
.logo_7{
	    position:relative;
        width:100px;
        height:92px;
        background-image:url("../img/icon_6.png");
	    background-repeat: no-repeat;
	    float:left;
		margin:5px 10px 20px 20px;
}


.logo_8{
	    position:relative;
        width:98px;
        height:89px;
        background-image:url("../img/icon_7.png");
	    background-repeat: no-repeat;
	    float:left;
		margin:5px 10px 20px 20px;
}

.logo_9{
	    position:relative;
        width:92px;
        height:106px;
        background-image:url("../img/icon_8.png");
	    background-repeat: no-repeat;
	    float:left;
		margin:5px 10px 20px 20px;
}

.logo_10{
	    position:relative;
        width:198px;
        height:330px;
        background-image:url("../img/icon_9.png");
	    background-repeat: no-repeat;
	    float:left;
		margin:5px 0 20px -60px;
}

.logo_11{
	    position:relative;
        width:74px;
        height:118px;
        background-image:url("../img/icon_10.png");
	    background-repeat: no-repeat;
	    float:left;
		margin:5px 10px 20px 20px;
}

.logo_12{
	    position:relative;
        width:103px;
        height:103px;
        background-image:url("../img/icon_11.png");
	    background-repeat: no-repeat;
	    float:left;
		margin:5px 10px 20px 20px;
}

.logo_13{
	    position:relative;
        width:82px;
        height:94px;
        background-image:url("../img/icon_12.png");
	    background-repeat: no-repeat;
	    float:left;
		margin:15px 10px 20px 20px;
}

.line_1{
	    position:relative;
        width:665px;
        height:1px;
        background-image:url("../img/line.png");
	    background-repeat: no-repeat;
		margin-top: 10px;
	    margin-bottom: 10px;
	    margin-left: auto;
	    margin-right: auto;
}
.line_2{
	    position:relative;
        width:665px;
        height:1px;
        background-image:url("../img/line2.png");
	    background-repeat: no-repeat;
		margin-top: 10px;
	    margin-bottom: 10px;
	    margin-left: auto;
	    margin-right: auto;
}
.line_3{
	    position:relative;
        width:665px;
        height:1px;
        background-image:url("../img/line.png");
	    background-repeat: no-repeat;
		margin-top: 25px;
	    margin-bottom: 25px;
	    margin-left: auto;
	    margin-right: auto;
}
.button_1{
	    position:relative;
        width:637px;
        height:88px;
        background-image:url("../img/button_16.png");
	    background-repeat: no-repeat;
		margin-top: 30px;
	    margin-bottom: 10px;
	    margin-left: auto;
	    margin-right: auto;
}

.wrapper0{
    overflow:hidden;
    top: 50%;
    left: 50%;
	width:1200px;
	margin:190px auto 0 auto;
	background-color:#D8D8D8;
}
.wrapper{
    overflow:hidden;
    top: 50%;
    left: 50%;
	width:1200px;
	margin:0 auto;
	background-color:#020202;
}

/* Основной блок */

/* youtube */
.youtube{
    overflow:hidden;
    width:1200px;
    height:675px;
	margin:20px auto 0 auto;
}
.uslugi{
    width:640px;
    height:130px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.uslugi2{
    width:640px;
    height:370px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.uslugi3{
    width:640px;
    height:400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.uslugi4{
    width:640px;
    height:530px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.text{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight:inherit;
    font-size: 80px;
    color:#000000;
    text-align: center;
	margin: 15px auto;

}
.text_1{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight:lighter;
    font-size: 31px;
	line-height: 35px;
    color:#304355;
    text-align: center;
	text-transform: uppercase;
	margin: 25px auto 5px auto;

}
.text_2{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight:lighter;
    font-size: 29px;
	line-height: 32px;
    color:#304355;
    text-align:left;
	text-transform: uppercase;
	position:relative;
	float:left;
	padding: 30px 5px 5px 50px;


}
.text_3{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight:lighter;
    font-size: 28px;
	line-height: 30px;
    color:#304355;
    text-align:left;
	text-transform: uppercase;
	position:relative;
	float:left;
	padding: 15px 5px 5px 45px;

}
.text_4{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight:bolder;
    font-size: 80px;
    color:#304355;
    text-align:left;
	float:left;
	text-transform: uppercase;
	padding: 0 30px 10px 0;
	

}
.text_5{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight:lighter;
    font-size: 26px;
	line-height: 26px;
    color:#304355;
    text-align:left;
	text-transform: uppercase;
	position:relative;
	float:left;
	padding: 15px 5px 5px 50px;

}
.text_6{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight:lighter;
    font-size: 29px;
	line-height: 32px;
    color:#304355;
    text-align:left;
	text-transform: uppercase;
	position:relative;
	float:left;
	padding: 30px 5px 5px 90px;


}
.text_7{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight:lighter;
    font-size: 26px;
	line-height: 26px;
    color:#304355;
    text-align:left;
	text-transform: uppercase;
	position:relative;
	float:left;
	padding: 30px 5px 5px 70px;


}

.text_8{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight:lighter;
    font-size: 22px;
	line-height: 22px;
    color:#304355;
    text-align:left;
	text-transform: uppercase;
	position:relative;
	float:left;
	padding: 30px 5px 5px 45px;
}

.text_9{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight:lighter;
    font-size: 22px;
	line-height: 22px;
    color:#304355;
    text-align:left;
	text-transform: uppercase;
	position:relative;
	float:left;
	padding: 30px 5px 5px 45px;
}

.text_10{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight:lighter;
    font-size: 22px;
	line-height: 26px;
    color:#304355;
    text-align:left;
	text-transform: uppercase;
	position:relative;
	float:left;
	padding: 30px 5px 5px 30px;
}

.text_11{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight:lighter;
    font-size: 22px;
	line-height: 26px;
    color:#304355;
    text-align:left;
	text-transform: uppercase;
	position:relative;
	float:left;
	padding: 30px 5px 5px 60px;
}

strong{
	font-weight:bold;
    font-size: 29px;
    color:#4B2E2E;
	margin: 12px auto;	
}
.tab{
	width:620px;
	height:auto;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	position: relative;	
	}
	
	.tab  th{
		font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		font-weight:inherit;
    	font-size: 35px;
    	color:#304355;
    	text-align:left;
	}

	.tab  table{
		width:620px;
	}
.text_tab{
	width:610px;
	height:auto;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight:bold;
    font-size: 65px;
    color:#000000;
    text-align:right;
	margin: 5px auto;

}

.text_futer{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight:lighter;
    font-size: 20px;
	line-height: 20px;
    color:#304355;
    text-align: center;
	margin: 25px auto 25px auto;

}
.Whatsapp{	
	position:fixed;
	right:35px;
    width:100px;
    height:100px;
	margin-top:80px;
    background-image:url("../img/WhatsApp.png");
	background-repeat: no-repeat;
	cursor:pointer;
}
.Whatsapp:hover{	
	position:fixed;
	right:35px;
    width:100px;
    height:100px;
	transform: scale(0.9);
	margin-top:80px;
    background-image:url("../img/WhatsApp.png");
	background-repeat: no-repeat;
	cursor:pointer;
}

.telegram{	
	position:fixed;
	right:35px;
    width:100px;
    height:100px;
	margin-top:190px;
    background-image:url("../img/telegram.png");
	background-repeat: no-repeat;
	cursor:pointer;
}
.telegram:hover{	
	position:fixed;
	right:35px;
    width:100px;
    height:100px;
	transform: scale(0.9);
	margin-top:190px;
    background-image:url("../img/telegram.png");
	background-repeat: no-repeat;
	cursor:pointer;
}