@font-face {
    font-family: 'Sansation';
    src: local('Sansation Light'), url('../fonts/sansation/sansationlight.woff2') format('woff2'), url('../fonts/sansation/sansationlight.woff') format('woff'), url('../fonts/sansation/sansationlight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Sansation';
    src: local('Sansation Light Italic'), url('../fonts/sansation/sansationlightitalic.woff2') format('woff2'), url('../fonts/sansation/sansationlightitalic.woff') format('woff'), url('../fonts/sansation/sansationlightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Sansation';
    src: local('Sansation Regular'), url('../fonts/sansation/sansationregular.woff2') format('woff2'), url('../fonts/sansation/sansationregular.woff') format('woff'), url('../fonts/sansation/sansationregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Sansation';
    src: local('Sansation Italic'), url('../fonts/sansation/sansationitalic.woff2') format('woff2'), url('../fonts/sansation/sansationitalic.woff') format('woff'), url('../fonts/sansation/sansationitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Sansation';
    src: local('Sansation Bold'), url('../fonts/sansation/sansationbold.woff2') format('woff2'), url('../fonts/sansation/sansationbold.woff') format('woff'), url('../fonts/sansation/sansationbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Sansation';
    src: local('Sansation Bold Italic'), url('../fonts/sansation/sansationbolditalic.woff2') format('woff2'), url('../fonts/sansation/sansationbolditalic.woff') format('woff'), url('../fonts/sansation/sansationbolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}



@font-face {
    font-family: 'PT Sans';
    src: local('PT Sans'), local('PTSans-Regular'), url('../fonts/ptsans/ptsans.woff2') format('woff2'), url('../fonts/ptsans/ptsans.woff') format('woff'), url('../fonts/ptsans/ptsans.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'PT Sans';
    src: local('PT Sans Italic'), local('PTSans-Italic'), url('../fonts/ptsans/ptsansitalic.woff2') format('woff2'), url('../fonts/ptsans/ptsansitalic.woff') format('woff'), url('../fonts/ptsans/ptsansitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'PT Sans';
    src: local('PT Sans Bold'), local('PTSans-Bold'), url('../fonts/ptsans/ptsansbold.woff2') format('woff2'), url('../fonts/ptsans/ptsansbold.woff') format('woff'), url('../fonts/ptsans/ptsansbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'PT Sans';
    src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url('https://союз-тест.рф/css/fonts/ptsans/ptsansbolditalic.woff2') format('woff2'), url('https://союз-тест.рф/css/fonts/ptsans/ptsansbolditalic.woff') format('woff'), url('https://союз-тест.рф/css/fonts/ptsans/ptsansbolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

/* Галерея */

.thumb img {     
      background-color: #fff;      
      padding:5px; 
    }
/* Галерея */    

body {
	width:100%;
	margin: 0px;
	padding: 0px;
	font-family: 'PT Sans';
}

.telo {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	max-width: 1440px;
}

.border-btm {
	border-bottom: 1px solid #ccc;
}

.red { color: red; }
.blue { color: #336699; }
.orange { color: #ff6600; }
.gray { color: #ccc }
.yellow { color: yellow; }

label { margin-bottom: 0px; }

.no-padding { padding: 0px; }

.left { text-align: left; }
.right { text-align: right; }
.justify { text-align: justify; }
.center { text-align: center; }

.indent { text-indent: 2vw; }
.line-12 { line-height: 1.2vw; }
.line-18 { line-height: 1.8vw; }

.size-14 { font-size: 1.4vw; }
.size-40 { font-size: 4vw; }

.btn {
	box-shadow: 0 0 10px #666;
	text-indent: 0px;
	border: 2px solid #fff;
	font-weight: 700;
}

.btn:hover {
	border: 2px solid #fff;
}

.btn:focus {
	border: 2px solid #fff;
}

.bold { font-size: 40px; }


.shapka {
	text-align: right;
	padding: 0px 40px 80px;
}

.zag-fz152 {
	font-size: 2vw;
}

.body-policy {
	padding: 60px 0 80px;
}

.popd-div {
	position: fixed;
	width: 100%;
	height: 60px;
	background: #fff;
	border-top: 1px solid #ccc;
	left: 0px;
	bottom: 0px;
	box-shadow: 0px 7px 7px 10px #ccc;
}

.popd-btn {
	float: right;
	padding: 5px 20px 3px;
	background: #FF6347;
	color: #fff;
	margin: 15px 0 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
}

.popd-btn:hover {
	background: green;
	color: #fff;
	text-decoration: none;
}

.popd-btn-close {
	float: right;
	margin: 15px 40px 0 10px;
	padding: 5px 20px 3px;
	background: #FF6347;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.popd-btn-close:hover {
	background: green;
	color: #fff;
	text-decoration: none;
}

.obr-pers-d {
	text-align: left;
	margin: 0px;
	font-size: 16px;
} 

.obr-pers-d-2 {
	text-align: left;
	margin: 0px;
	font-size: 14px;
} 

.obr-pers-d-3 {
	text-align: left;
	margin: 10px 0 -15px;
	font-size: 14px;
} 

.pk, .pk2 {
	font-size:18px;
	color:#000;
	text-indent:40px;
	text-align:justify;
	padding:0 40px;
	}	

.pk2 {
	text-indent:0px;
	margin-left:60px;
	}

.form-group-3 {
	float: left;
	width: 100%;
	margin: 0 1% 10px;
}	
































@media (max-width: 1920px) {	

.img-logo {
	height: 120px;
	background: url(../img/logo-300.png) left center no-repeat;
}	

.top-rekv {
	margin-top: 20px;
	text-align: center;
	font-size: 1vw;
	line-height: 1.6vw;
	font-family: 'Sansation';
	font-weight: 700;
}

.otstup {
	height: 40px;
}

.top-tel {
	font-size: 1.6vw;
	color: #ff6600;
}

.top-btn-div {
	text-align: right;
	padding-top: 10px;
}

.top-btn-div-2 {
	visibility: hidden !important;
	display: none !important;
}

.btn-top {
	margin: 10px 0 0 0;
	font-family: 'PT Sans';
	min-width: 320px;
	font-weight: 700;
}

.gfon {
	background: url(../img/gfon.png) bottom left no-repeat;
	-o-background-size: 100% auto; 
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto; 
    background-size: 100% auto;
}

.fon {
	width: 100%;
	height: 646px;
	background: url(../img/fon.jpg) center center no-repeat;
	-o-background-size: 100% auto; 
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto; 
    background-size: 100% auto;
}

.fon-2 { background: url(../img/kran.jpg) bottom right no-repeat; }
.fon-3 { background: url(../img/24.png); }

.message {
	width: 90%;
	margin: 3% 0 0 5%;	
	text-align: center;	
}

.message-p {	
	font-size: 1.4vw;
	line-height: 2vw;
	color: #336699;
	font-family: 'Sansation';
	font-weight: 700;
}

.message-p2 {	
	font-size: 1.4vw;
	color: #444;
	font-family: 'PT Sans';
}

.usluga {
	width: 90%;
	margin: 15px 0 0 5%;
	background: rgba(255,255,255,.5);
	padding: 10px;
	z-index: 5;
	text-align: center;
}

.usluga-p {
	font-size: 0.8vw;
	color: #333;
	margin: 0;
}

.ztop-p {
	font-size: 1vw;
	line-height: 1.2vw;
	text-align: center;
}

.hr-usluga {
	border: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	width: 60%;
	margin: 5px 0 10px 20%;
}

.hr-ztop {
	border: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	width: 60%;
	margin: 5px 0 10px 20%;
}

.hr-zbtm { 
	border: 0;
	border-bottom: 1px solid #999;
	width: 60%;
	margin: 20px 0 20px 20%;
}

.hr-zbtm-2 { 
	border: 0;
	border-bottom: 1px solid #999;
	width: 100%;
	margin: 20px 0;
}

.hr-sve { 
	border: 0;
	border-bottom: 1px solid #ccc;
	margin: 10px 0 0;
}

.hr-vpu { 
	border: 0;
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
}

.sant {
	position: absolute;
	right: 1.5%;
	bottom: 0%;
	background: url(../img/sant.png);
	-o-background-size: 100% auto; 
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto; 
    background-size: 100% auto;
	width: 389px;
	height: 446px;
	z-index: 2;
}

.zayavka-top {
	float: right;
	margin: 5% 25.2% 0 0;
	width: 760px;
	height: 290px;
	background: rgba(255,102,0,.5);
	padding: 0;
}

.zayavka-top-in {
	width: 740px;
	height: 270px;
	margin: 10px;
	background: #fff;
	padding: 15px;
}

.form-group-1 {
	float: left;
	width: 226px;
	margin: 0 5px 10px;
}

.form-group-2 {
	float: left;
	width: 48%;
	margin: 0 1% 10px;
}

.btn-ztop {
	margin: 10px 0 0 0;
	width: 320px;
}

.poopd { color: red; }

.poopd-2 { color: #ccc; }

.poopd-2:hover { 
	color: #ccc;
	text-decoration: underline;
}

.zagolovok {
	text-align: center;
	font-size: 2vw;
	padding: 80px 0 40px;
	font-family: 'Sansation';
	font-weight: 700;
	color: #cc0099;
}

.z-footer {
	text-align: center;
	font-size: 2.4vw;
	padding: 80px 0 40px;
	font-family: 'Sansation';
	font-weight: 700;
	color: #fff;
}

.zpsv {
	float: right;
	margin: 230px 0 0 0;
}

.p-price {
	width: 80%;
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 1vw;
	margin-bottom: 5px;
}

.table-price {
	width: 80%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 1vw;
	background: rgba(255,255,255,.8);
}

.p-price-2 {
	width: 90%;
	float: right;	
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 1vw;
	margin-bottom: 5px;
}

.table-param {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 1vw;
	background: rgba(255,255,255,.8);
}

.p-price-sve {
	width: 120%;
	font-size: 1vw;
	background: rgba(255,255,255,.7);
	text-align: center;
	padding: 10px 0;
	color: #3b5d80;
	font-weight: 700;
	margin-top: -10px;
}

.table-price-2 {
	float: right;
	width: 90%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0px 0 20px;
	font-size: 1vw;
	background: rgba(255,255,255,.8);
}

.td-price-2 {
	width: 70%;
	text-align: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

.td-price-1 {
	width: 60%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

.td-price {
	width: 20%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-align: center;
}

.tr-price-top {
	background: #F0FFF0;
	font-size: 1vw;
	font-weight: 700;
}

.tr-price:hover {
	background: #F5F5F5;
	color: #336699;
	font-weight: 700;
}

.sgve {
	position: absolute;
	width: 300px;
	height: 200px;
	background: url(https://союз-тест.рф/img/sgve.png);
	left: 0%;
	top: 5%;
}

.vpu {
	float: right;
	padding: 40px;
}

.skill {
	float: left;
	padding: 0 10px;
	margin-top: 200px;
}

.sad-man {
	float: right;
	padding: 0 20px 0 40px;
	margin-top: 60px;
}

.name-sgv {
	padding: 20px 20px 5px;	
	background: rgba(255,0,0,0.1);
	color: #ff0000;
	font-size: 1vw;
	margin: 60px 0;
	border-left: 15px solid #fff;
}

.name-shv {
	padding: 20px 20px 5px;	
	background: rgba(51,102,153,0.1);
	color: #336699;
	font-size: 1vw;
	margin: 60px 0;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
}

.p-name-sgv {
	float: left;
	font-size: 3vw;
	padding-right: 20px;
	border-right: 5px solid #fff;
}

.p-name-sgv-right {
	padding: 10px 20px;
	line-height: 1.4vw;
	text-align: center;
}

.footer {
	padding-bottom: 40px;
	background: #666;
}

.opis-sve { margin: 40px 0 10px; }

.img-sert { box-shadow: 0px 0px 10px #333; }

.zsv-sert { margin: 20px 0 -10px 0; }

.div-vpu { padding-bottom: 0px; }

.hid-1024 {
	visibility: hidden !important;
	display: none !important;
}

.hr-40 {
	visibility: hidden !important;
	display: none !important;
}

.size-14 { font-size: 1vw; }
.line-12 { line-height: 1.4vw; }

}






























@media (max-width: 1680px) {

.img-logo {
	height: 120px;
	background: url(../img/logo-300.png) left center no-repeat;
}	

.top-rekv {
	margin-top: 20px;
	text-align: center;
	font-size: 1vw;
	line-height: 1.6vw;
	font-family: 'Sansation';
	font-weight: 700;
}

.otstup {
	height: 40px;
}

.top-tel {
	font-size: 1.6vw;
	color: #ff6600;
}

.top-btn-div {
	text-align: right;
	padding-top: 10px;
}

.top-btn-div-2 {
	visibility: hidden !important;
	display: none !important;
}

.btn-top {
	margin: 10px 0 0 0;
	font-family: 'PT Sans';
	min-width: 320px;
	font-weight: 700;
}

.gfon {
	background: url(../img/gfon.png) bottom left no-repeat;
	-o-background-size: 100% auto; 
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto; 
    background-size: 100% auto;
}

.fon {
	width: 100%;
	height: 646px;
	background: url(../img/fon.jpg) center center no-repeat;
	-o-background-size: 100% auto; 
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto; 
    background-size: 100% auto;
}

.fon-2 { background: url(../img/kran.jpg) bottom right no-repeat; }
.fon-3 { background: url(../img/24.png); }

.message {
	width: 90%;
	margin: 3% 0 0 5%;	
	text-align: center;	
}

.message-p {	
	font-size: 1.6vw;
	line-height: 2.4vw;
	color: #336699;
	font-family: 'Sansation';
	font-weight: 700;
}

.message-p2 {	
	font-size: 1.4vw;
	color: #444;
	font-family: 'PT Sans';
}

.usluga {
	width: 90%;
	margin: 15px 0 0 5%;
	background: rgba(255,255,255,.5);
	padding: 10px;
	z-index: 5;
	text-align: center;
}

.usluga-p {
	font-size: 0.8vw;
	color: #333;
	margin: 0;
}

.ztop-p {
	font-size: 1vw;
	line-height: 1.2vw;
	text-align: center;
}

.hr-usluga {
	border: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	width: 60%;
	margin: 5px 0 10px 20%;
}

.hr-ztop {
	border: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	width: 60%;
	margin: 5px 0 10px 20%;
}

.hr-zbtm { 
	border: 0;
	border-bottom: 1px solid #999;
	width: 60%;
	margin: 20px 0 20px 20%;
}

.hr-zbtm-2 { 
	border: 0;
	border-bottom: 1px solid #999;
	width: 100%;
	margin: 20px 0;
}

.hr-sve { 
	border: 0;
	border-bottom: 1px solid #ccc;
	margin: 10px 0 0;
}

.hr-vpu { 
	border: 0;
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
}

.sant {
	position: absolute;
	right: 1.5%;
	bottom: 0%;
	background: url(../img/sant.png);
	-o-background-size: 100% auto; 
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto; 
    background-size: 100% auto;
	width: 389px;
	height: 446px;
	z-index: 2;
}

.zayavka-top {
	float: right;
	margin: 5% 25.2% 0 0;
	width: 760px;
	height: 260px;
	background: rgba(255,102,0,.5);
	padding: 0;
}

.zayavka-top-in {
	width: 740px;
	height: 240px;
	margin: 10px;
	background: #fff;
	padding: 15px;
}

.form-group-1 {
	float: left;
	width: 226px;
	margin: 0 5px 10px;
}

.form-group-2 {
	float: left;
	width: 48%;
	margin: 0 1% 10px;
}

.btn-ztop {
	margin: 10px 0 0 0;
	width: 320px;
}

.poopd { color: red; }

.poopd-2 { color: #ccc; }

.poopd-2:hover { 
	color: #ccc;
	text-decoration: underline;
}

.zagolovok {
	text-align: center;
	font-size: 2vw;
	padding: 80px 0 40px;
	font-family: 'Sansation';
	font-weight: 700;
	color: #cc0099;
}

.z-footer {
	text-align: center;
	font-size: 2.4vw;
	padding: 80px 0 40px;
	font-family: 'Sansation';
	font-weight: 700;
	color: #fff;
}

.zpsv {
	float: right;
	margin: 200px 0 0 0;
}

.p-price {
	width: 80%;
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 1vw;
	margin-bottom: 5px;
}

.table-price {
	width: 80%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 1vw;
	background: rgba(255,255,255,.8);
}

.p-price-2 {
	width: 90%;
	float: right;	
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 1vw;
	margin-bottom: 5px;
}

.table-param {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 1vw;
	background: rgba(255,255,255,.8);
}

.p-price-sve {
	width: 120%;
	font-size: 1vw;
	background: rgba(255,255,255,.7);
	text-align: center;
	padding: 10px 0;
	color: #3b5d80;
	font-weight: 700;
	margin-top: -10px;
}

.table-price-2 {
	float: right;
	width: 90%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0px 0 20px;
	font-size: 1vw;
	background: rgba(255,255,255,.8);
}

.td-price-2 {
	width: 70%;
	text-align: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

.td-price-1 {
	width: 60%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

.td-price {
	width: 20%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-align: center;
}

.tr-price-top {
	background: #F0FFF0;
	font-size: 1vw;
	font-weight: 700;
}

.tr-price:hover {
	background: #F5F5F5;
	color: #336699;
	font-weight: 700;
}

.sgve {
	position: absolute;
	width: 300px;
	height: 200px;
	background: url(https://союз-тест.рф/img/sgve.png);
	left: 0%;
	top: 5%;
}

.vpu {
	float: right;
	padding: 40px;
}

.skill {
	float: left;
	padding: 0 10px;
	margin-top: 40px;
}

.sad-man {
	float: right;
	padding: 0 20px 0 40px;
	margin-top: 0px;
}

.name-sgv {
	padding: 20px 20px 5px;	
	background: rgba(255,0,0,0.1);
	color: #ff0000;
	font-size: 1vw;
	margin: 60px 0;
	border-left: 15px solid #fff;
}

.name-shv {
	padding: 20px 20px 5px;	
	background: rgba(51,102,153,0.1);
	color: #336699;
	font-size: 1vw;
	margin: 60px 0;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
}

.p-name-sgv {
	float: left;
	font-size: 3vw;
	padding-right: 20px;
	border-right: 5px solid #fff;
}

.p-name-sgv-right {
	padding: 10px 20px;
	line-height: 1.4vw;
	text-align: center;
}

.footer {
	padding-bottom: 40px;
	background: #666;
}

.opis-sve { margin: 40px 0 10px; }

.img-sert { box-shadow: 0px 0px 10px #333; }

.zsv-sert { margin: 20px 0 -10px 0; }

.div-vpu { padding-bottom: 0px; }

.hid-1024 {
	visibility: hidden !important;
	display: none !important;
}

.hr-40 {
	visibility: hidden !important;
	display: none !important;
}

.size-14 { font-size: 1vw; }
.line-12 { line-height: 1.4vw; }

}






















@media (max-width: 1600px) {

.img-logo {
	height: 120px;
	background: url(../img/logo-300.png) left center no-repeat;
}	

.top-rekv {
	margin-top: 20px;
	text-align: center;
	font-size: 1vw;
	line-height: 1.6vw;
	font-family: 'Sansation';
	font-weight: 700;
}

.otstup {
	height: 40px;
}

.top-tel {
	font-size: 1.6vw;
	color: #ff6600;
}

.top-btn-div {
	text-align: right;
	padding-top: 10px;
}

.top-btn-div-2 {
	visibility: hidden !important;
	display: none !important;
}

.btn-top {
	margin: 10px 0 0 0;
	font-family: 'PT Sans';
	min-width: 320px;
	font-weight: 700;
}

.gfon {
	background: url(../img/gfon.png) bottom left no-repeat;
	-o-background-size: 100% auto; 
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto; 
    background-size: 100% auto;
}

.fon {
	width: 100%;
	height: 646px;
	background: url(../img/fon.jpg) center center no-repeat;
	-o-background-size: 100% auto; 
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto; 
    background-size: 100% auto;
}

.fon-2 { background: url(../img/kran.jpg) bottom right no-repeat; }
.fon-3 { background: url(../img/24.png); }

.message {
	width: 90%;
	margin: 3% 0 0 5%;	
	text-align: center;	
}

.message-p {	
	font-size: 1.6vw;
	line-height: 2.4vw;
	color: #336699;
	font-family: 'Sansation';
	font-weight: 700;
}

.message-p2 {	
	font-size: 1.4vw;
	color: #444;
	font-family: 'PT Sans';
}

.usluga {
	width: 90%;
	margin: 15px 0 0 5%;
	background: rgba(255,255,255,.5);
	padding: 10px;
	z-index: 5;
	text-align: center;
}

.usluga-p {
	font-size: 1vw;
	color: #333;
	margin: 0;
}

.ztop-p {
	font-size: 1.2vw;
	line-height: 1.4vw;
	text-align: center;
}

.hr-usluga {
	border: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	width: 60%;
	margin: 5px 0 10px 20%;
}

.hr-ztop {
	border: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	width: 60%;
	margin: 5px 0 10px 20%;
}

.hr-zbtm { 
	border: 0;
	border-bottom: 1px solid #999;
	width: 60%;
	margin: 20px 0 20px 20%;
}

.hr-zbtm-2 { 
	border: 0;
	border-bottom: 1px solid #999;
	width: 100%;
	margin: 20px 0;
}

.hr-sve { 
	border: 0;
	border-bottom: 1px solid #ccc;
	margin: 10px 0 0;
}

.hr-vpu { 
	border: 0;
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
}

.sant {
	position: absolute;
	right: 1.5%;
	bottom: 0%;
	background: url(../img/sant.png);
	-o-background-size: 100% auto; 
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto; 
    background-size: 100% auto;
	width: 389px;
	height: 446px;
	z-index: 2;
}

.zayavka-top {
	float: right;
	margin: 5% 25.2% 0 0;
	width: 760px;
	height: 290px;
	background: rgba(255,102,0,.5);
	padding: 0;
}

.zayavka-top-in {
	width: 740px;
	height: 270px;
	margin: 10px;
	background: #fff;
	padding: 15px;
}

.form-group-1 {
	float: left;
	width: 226px;
	margin: 0 5px 10px;
}

.form-group-2 {
	float: left;
	width: 48%;
	margin: 0 1% 10px;
}

.btn-ztop {
	margin: 10px 0 0 0;
	width: 320px;
}

.poopd { color: red; }

.poopd-2 { color: #ccc; }

.poopd-2:hover { 
	color: #ccc;
	text-decoration: underline;
}

.zagolovok {
	text-align: center;
	font-size: 2vw;
	padding: 80px 0 40px;
	font-family: 'Sansation';
	font-weight: 700;
	color: #cc0099;
}

.z-footer {
	text-align: center;
	font-size: 2.4vw;
	padding: 80px 0 40px;
	font-family: 'Sansation';
	font-weight: 700;
	color: #fff;
}

.zpsv {
	float: right;
	margin: 180px 0 0 0;
}

.p-price {
	width: 80%;
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 1vw;
	margin-bottom: 5px;
}

.table-price {
	width: 80%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 1vw;
	background: rgba(255,255,255,.8);
}

.p-price-2 {
	width: 90%;
	float: right;	
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 1vw;
	margin-bottom: 5px;
}

.table-param {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 1vw;
	background: rgba(255,255,255,.8);
}

.p-price-sve {
	width: 120%;
	font-size: 1vw;
	background: rgba(255,255,255,.7);
	text-align: center;
	padding: 10px 0;
	color: #3b5d80;
	font-weight: 700;
	margin-top: -10px;
}

.table-price-2 {
	float: right;
	width: 90%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0px 0 20px;
	font-size: 1vw;
	background: rgba(255,255,255,.8);
}

.td-price-2 {
	width: 70%;
	text-align: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

.td-price-1 {
	width: 60%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

.td-price {
	width: 20%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-align: center;
}

.tr-price-top {
	background: #F0FFF0;
	font-size: 1vw;
	font-weight: 700;
}

.tr-price:hover {
	background: #F5F5F5;
	color: #336699;
	font-weight: 700;
}

.sgve {
	position: absolute;
	width: 300px;
	height: 200px;
	background: url(https://союз-тест.рф/img/sgve.png);
	left: 0%;
	top: 5%;
}

.vpu {
	float: right;
	padding: 40px;
}

.skill {
	float: left;
	padding: 0 10px;
	margin-top: 40px;
}

.sad-man {
	float: right;
	padding: 0 20px 0 40px;
	margin-top: 0px;
}

.name-sgv {
	padding: 20px 20px 5px;	
	background: rgba(255,0,0,0.1);
	color: #ff0000;
	font-size: 1vw;
	margin: 60px 0;
	border-left: 15px solid #fff;
}

.name-shv {
	padding: 20px 20px 5px;	
	background: rgba(51,102,153,0.1);
	color: #336699;
	font-size: 1vw;
	margin: 60px 0;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
}

.p-name-sgv {
	float: left;
	font-size: 3vw;
	padding-right: 20px;
	border-right: 5px solid #fff;
}

.p-name-sgv-right {
	padding: 10px 20px;
	line-height: 1.4vw;
	text-align: center;
}

.footer {
	padding-bottom: 40px;
	background: #666;
}

.opis-sve { margin: 40px 0 10px; }

.img-sert { box-shadow: 0px 0px 10px #333; }

.zsv-sert { margin: 20px 0 -10px 0; }

.div-vpu { padding-bottom: 0px; }

.hid-1024 {
	visibility: hidden !important;
	display: none !important;
}

.hr-40 {
	visibility: hidden !important;
	display: none !important;
}

.size-14 { font-size: 1vw; }
.line-12 { line-height: 1.4vw; }

}


























@media (max-width: 1440px) {

.img-logo {
	height: 120px;
	background: url(../img/logo-300.png) left center no-repeat;
}	

.top-rekv {
	margin-top: 25px;
	text-align: center;
	font-size: 1.3vw;
	line-height: 1.8vw;
	font-family: 'Sansation';
	font-weight: 700;
}

.otstup {
	height: 40px;
}

.top-tel {
	font-size: 2vw;
	color: #ff6600;
}

.top-btn-div {
	text-align: right;
	padding-top: 10px;
}

.top-btn-div-2 {
	visibility: hidden !important;
	display: none !important;
}

.btn-top {
	margin: 10px 0 0 0;
	font-family: 'PT Sans';
	min-width: 260px;
	font-weight: 700;
}

.gfon {
	background: url(../img/gfon.png) bottom left no-repeat;
	-o-background-size: 100% auto; 
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto; 
    background-size: 100% auto;
}

.fon {
	width: 100%;
	height: 646px;
	background: url(../img/fon.jpg) center center no-repeat;
	-o-background-size: 100% auto; 
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto; 
    background-size: 100% auto;
}

.fon-2 { background: url(../img/kran.jpg) bottom right no-repeat; }
.fon-3 { background: url(../img/24.png); }

.message {
	width: 80%;
	margin: 3% 0 0 10%;	
	text-align: center;	
}

.message-p {	
	font-size: 2vw;
	line-height: 2.8vw;
	color: #336699;
	font-family: 'Sansation';
	font-weight: 700;
}

.message-p2 {	
	font-size: 1.7vw;
	color: #444;
	font-family: 'PT Sans';
}

.usluga {
	width: 80%;
	margin: 15px 0 0 10%;
	background: rgba(255,255,255,.5);
	padding: 10px;
	z-index: 5;
	text-align: center;
}

.usluga-p {
	font-size: 1vw;
	color: #333;
	margin: 0;
}

.ztop-p {
	font-size: 1.27vw;
	line-height: 1.5vw;
	text-align: center;
}

.hr-usluga {
	border: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	width: 60%;
	margin: 5px 0 10px 20%;
}

.hr-ztop {
	border: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	width: 60%;
	margin: 5px 0 10px 20%;
}

.hr-zbtm { 
	border: 0;
	border-bottom: 1px solid #999;
	width: 60%;
	margin: 20px 0 20px 20%;
}

.hr-zbtm-2 { 
	border: 0;
	border-bottom: 1px solid #999;
	width: 100%;
	margin: 20px 0;
}

.hr-sve { 
	border: 0;
	border-bottom: 1px solid #ccc;
	margin: 10px 0 0;
}

.hr-vpu { 
	border: 0;
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
}

.sant {
	position: absolute;
	right: 1.5%;
	bottom: 0%;
	background: url(../img/sant.png);
	-o-background-size: 100% auto; 
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto; 
    background-size: 100% auto;
	width: 389px;
	height: 446px;
	z-index: 2;
}

.zayavka-top {
	float: right;
	margin: 4% 25.2% 0 0;
	width: 760px;
	height: 290px;
	background: rgba(255,102,0,.5);
	padding: 0;
}

.zayavka-top-in {
	width: 740px;
	height: 270px;
	margin: 10px;
	background: #fff;
	padding: 15px;
}

.form-group-1 {
	float: left;
	width: 226px;
	margin: 0 5px 10px;
}

.form-group-2 {
	float: left;
	width: 48%;
	margin: 0 1% 10px;
}

.btn-ztop {
	margin: 10px 0 0 0;
	width: 320px;
}

.poopd { color: red; }

.poopd-2 { 
	color: #ccc;
}

.poopd-2:hover { 
	color: #ccc;
	text-decoration: underline;
}

.zagolovok {
	text-align: center;
	font-size: 2.4vw;
	padding: 80px 0 40px;
	font-family: 'Sansation';
	font-weight: 700;
	color: #cc0099;
}

.z-footer {
	text-align: center;
	font-size: 2.4vw;
	padding: 80px 0 40px;
	font-family: 'Sansation';
	font-weight: 700;
	color: #fff;
}

.zpsv {
	float: right;
	margin: 210px 0 0 0;
}

.p-price {
	width: 80%;
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 1.3vw;
	margin-bottom: 5px;
}

.table-price {
	width: 80%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 1.3vw;
	background: rgba(255,255,255,.8);
}

.p-price-2 {
	width: 90%;
	float: right;	
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 1.3vw;
	margin-bottom: 5px;
}

.table-param {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 1.3vw;
	background: rgba(255,255,255,.8);
}

.p-price-sve {
	width: 120%;
	font-size: 1.3vw;
	background: rgba(255,255,255,.7);
	text-align: center;
	padding: 10px 0;
	color: #3b5d80;
	font-weight: 700;
	margin-top: -10px;
}

.table-price-2 {
	float: right;
	width: 90%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0px 0 20px;
	font-size: 1.3vw;
	background: rgba(255,255,255,.8);
}

.td-price-2 {
	width: 70%;
	text-align: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

.td-price-1 {
	width: 60%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

.td-price {
	width: 20%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-align: center;
}

.tr-price-top {
	background: #F0FFF0;
	font-size: 1.3vw;
	font-weight: 700;
}

.tr-price:hover {
	background: #F5F5F5;
	color: #336699;
	font-weight: 700;
}

.sgve {
	position: absolute;
	width: 300px;
	height: 200px;
	background: url(https://союз-тест.рф/img/sgve.png);
	left: 0%;
	top: 5%;
}

.vpu {
	float: right;
	padding: 40px;
}

.skill {
	float: left;
	padding: 0 40px 0px 20px;
}

.sad-man {
	float: right;
	padding: 0 20px 0 40px;
}

.name-sgv {
	padding: 20px 20px 5px;	
	background: rgba(255,0,0,0.1);
	color: #ff0000;
	font-size: 1.4vw;
	margin: 60px 0;
	border-left: 15px solid #fff;
}

.name-shv {
	padding: 20px 20px 5px;	
	background: rgba(51,102,153,0.1);
	color: #336699;
	font-size: 1.4vw;
	margin: 60px 0;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
}

.p-name-sgv {
	float: left;
	font-size: 3vw;
	padding-right: 20px;
	border-right: 5px solid #fff;
}

.p-name-sgv-right {
	padding: 10px 20px;
	line-height: 1.6vw;
	text-align: center;
}

.footer {
	padding-bottom: 40px;
	background: #666;
}

.opis-sve {
	margin: 40px 0 10px;
}

.img-sert {
	box-shadow: 0px 0px 10px #333;
}

.zsv-sert {
	margin: 20px 0 -10px 0;
}

.div-vpu {
	padding-bottom: 0px;
}

.hid-1024 {
	visibility: hidden !important;
	display: none !important;
}

.hr-40 {
	visibility: hidden !important;
	display: none !important;
}

.size-14 { font-size: 1.4vw; }
.line-12 { line-height: 2vw; }

}





















































@media (max-width: 1366px) {

.img-logo {
	height: 120px;
	background: url(../img/logo-300.png) left center no-repeat;
}	

.top-rekv {
	margin-top: 25px;
	text-align: center;
	font-size: 1.3vw;
	line-height: 1.8vw;
	font-family: 'Sansation';
	font-weight: 700;
}

.otstup {
	height: 40px;
}

.top-tel {
	font-size: 2vw;
	color: #ff6600;
}

.top-btn-div {
	text-align: right;
	padding-top: 10px;
}

.top-btn-div-2 {
	visibility: hidden !important;
	display: none !important;
}

.btn-top {
	margin: 10px 0 0 0;
	font-family: 'PT Sans';
	min-width: 260px;
	font-weight: 700;
}

.gfon {
	background: url(../img/gfon.png) bottom left no-repeat;
	-o-background-size: 100% auto; 
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto; 
    background-size: 100% auto;
}

.fon {
	width: 100%;
	height: 646px;
	background: url(../img/fon.jpg) center center no-repeat;
	-o-background-size: 100% auto; 
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto; 
    background-size: 100% auto;
}

.fon-2 { background: url(../img/kran.jpg) bottom right no-repeat; }
.fon-3 { background: url(../img/24.png); }

.message {
	width: 80%;
	margin: 3% 0 0 10%;	
	text-align: center;	
}

.message-p {	
	font-size: 2vw;
	line-height: 2.8vw;
	color: #336699;
	font-family: 'Sansation';
	font-weight: 700;
}

.message-p2 {	
	font-size: 1.7vw;
	color: #444;
	font-family: 'PT Sans';
}

.usluga {
	width: 80%;
	margin: 2% 0 0 10%;
	background: rgba(255,255,255,.5);
	padding: 10px;
	z-index: 5;
	text-align: center;
}

.usluga-p {
	font-size: 1vw;
	color: #333;
	margin: 0;
}

.ztop-p {
	font-size: 1.3vw;
	line-height: 1.6vw;
	text-align: center;
}

.hr-usluga {
	border: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	width: 60%;
	margin: 5px 0 10px 20%;
}

.hr-ztop {
	border: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	width: 60%;
	margin: 5px 0 10px 20%;
}

.hr-zbtm { 
	border: 0;
	border-bottom: 1px solid #999;
	width: 60%;
	margin: 20px 0 20px 20%;
}

.hr-zbtm-2 { 
	border: 0;
	border-bottom: 1px solid #999;
	width: 100%;
	margin: 20px 0;
}

.hr-sve { 
	border: 0;
	border-bottom: 1px solid #ccc;
	margin: 10px 0 0;
}

.hr-vpu { 
	border: 0;
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
}

.sant {
	position: absolute;
	right: 0%;
	bottom: 0%;
	background: url(../img/sant.png);
	-o-background-size: 100% auto; 
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto; 
    background-size: 100% auto;
	width: 389px;
	height: 446px;
	z-index: 2;
}

.zayavka-top {
	float: right;
	margin: 5% 25.2% 0 0;
	width: 760px;
	height: 260px;
	background: rgba(255,102,0,.5);
	padding: 0;
}

.zayavka-top-in {
	width: 740px;
	height: 240px;
	margin: 10px;
	background: #fff;
	padding: 15px;
}

.form-group-1 {
	float: left;
	width: 226px;
	margin: 0 5px 10px;
}

.form-group-2 {
	float: left;
	width: 48%;
	margin: 0 1% 10px;
}

.btn-ztop {
	margin: 10px 0 0 0;
	width: 320px;
}

.poopd { color: red; }

.poopd-2 { 
	color: #ccc;
}

.poopd-2:hover { 
	color: #ccc;
	text-decoration: underline;
}

.zagolovok {
	text-align: center;
	font-size: 2.4vw;
	padding: 80px 0 40px;
	font-family: 'Sansation';
	font-weight: 700;
	color: #cc0099;
}

.z-footer {
	text-align: center;
	font-size: 2.4vw;
	padding: 80px 0 40px;
	font-family: 'Sansation';
	font-weight: 700;
	color: #fff;
}

.zpsv {
	float: right;
	margin: 210px 0 0 0;
}

.p-price {
	width: 80%;
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 1.3vw;
	margin-bottom: 5px;
}

.table-price {
	width: 80%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 1.3vw;
	background: rgba(255,255,255,.8);
}

.p-price-2 {
	width: 90%;
	float: right;	
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 1.3vw;
	margin-bottom: 5px;
}

.table-param {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 1.3vw;
	background: rgba(255,255,255,.8);
}

.p-price-sve {
	width: 120%;
	font-size: 1.3vw;
	background: rgba(255,255,255,.7);
	text-align: center;
	padding: 10px 0;
	color: #3b5d80;
	font-weight: 700;
	margin-top: -10px;
}

.table-price-2 {
	float: right;
	width: 90%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0px 0 20px;
	font-size: 1.3vw;
	background: rgba(255,255,255,.8);
}

.td-price-2 {
	width: 70%;
	text-align: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

.td-price-1 {
	width: 60%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

.td-price {
	width: 20%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-align: center;
}

.tr-price-top {
	background: #F0FFF0;
	font-size: 1.3vw;
	font-weight: 700;
}

.tr-price:hover {
	background: #F5F5F5;
	color: #336699;
	font-weight: 700;
}

.sgve {
	position: absolute;
	width: 300px;
	height: 200px;
	background: url(https://союз-тест.рф/img/sgve.png);
	left: 0%;
	top: 5%;
}

.vpu {
	float: right;
	padding: 40px;
}

.skill {
	float: left;
	padding: 0 40px 0px 20px;
}

.sad-man {
	float: right;
	padding: 0 20px 0 40px;
}

.name-sgv {
	padding: 20px 20px 5px;	
	background: rgba(255,0,0,0.1);
	color: #ff0000;
	font-size: 1.4vw;
	margin: 60px 0;
	border-left: 15px solid #fff;
}

.name-shv {
	padding: 20px 20px 5px;	
	background: rgba(51,102,153,0.1);
	color: #336699;
	font-size: 1.4vw;
	margin: 60px 0;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
}

.p-name-sgv {
	float: left;
	font-size: 3vw;
	padding-right: 20px;
	border-right: 5px solid #fff;
}

.p-name-sgv-right {
	padding: 10px 20px;
	line-height: 1.6vw;
	text-align: center;
}

.footer {
	padding-bottom: 40px;
	background: #666;
}

.opis-sve {
	margin: 40px 0 10px;
}

.img-sert {
	box-shadow: 0px 0px 10px #333;
}

.zsv-sert {
	margin: 20px 0 -10px 0;
}

.div-vpu {
	padding-bottom: 0px;
}

.hid-1024 {
	visibility: hidden !important;
	display: none !important;
}

.hr-40 {
	visibility: hidden !important;
	display: none !important;
}

.bold { font-size: 40px; }

.div-h2 { margin: 20px 0; }

.hr-icbc {
	border: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	width: 100%;
	margin: 10px 0;
}
}
































@media (max-width: 1280px) {

.img-logo {
	height: 100px;
	background: url(../img/logo-300.png) left center no-repeat;
}	

.top-rekv {
	margin-top: 20px;
	text-align: center;
	font-size: 1.3vw;
	line-height: 1.8vw;
	font-family: 'Sansation';
	font-weight: 700;
}

.zayavka-top {
	float: right;
	margin: 6.4% 27% 0 0;
	width: 760px;
	height: 260px;
	background: rgba(255,102,0,.5);
	padding: 0;
}

.top-btn-div {
	text-align: right;
	padding-top: 0px;
}

.top-btn-div-2 {
	visibility: hidden !important;
	display: none !important;
}

.p-price-sve {
	width: 120%;
	font-size: 1.3vw;
	margin-top: -10px;
}

.zpsv {
	float: right;
	margin: 200px 0 0 0;
}

.div-vpu {
	padding-bottom: 0px;
}

.hid-1024 {
	visibility: hidden !important;
	display: none !important;
}

.hr-40 {
	visibility: hidden !important;
	display: none !important;
}
	
}





















@media (max-width: 1024px) {

.zagolovok {
	text-align: center;
	font-size: 2.6vw;
	padding: 60px 0 60px;
	font-family: 'Sansation';
	font-weight: 700;
	color: #cc0099;
}	

.img-logo {
	height: 100px;
	background: url(../img/logo-300.png) center center no-repeat;
}

.top-rekv {
	margin-top: 22px;
	text-align: center;
	font-size: 1.5vw;
	line-height: 2.2vw;
	font-family: 'Sansation';
	font-weight: 700;
}	

.top-tel {
	font-size: 2.3vw;
	color: #ff6600;
}

.btn-top {
	margin: 5px 0 0;
	font-family: 'PT Sans';
	min-width: 280px;
	font-weight: 700;
}

.top-btn-div {
	text-align: right;
	padding-top: 7px;
}

.message {
	width: 90%;
	margin: 3% 0 0 5%;	
	text-align: center;	
}

.message-p {	
	font-size: 2.2vw;
	line-height: 3.2vw;
	color: #336699;
	font-family: 'Sansation';
	font-weight: 700;
}

.message-p2 {	
	font-size: 2vw;
	color: #444;
	font-family: 'PT Sans';
}

.usluga {
	width: 100%;
	margin: 2% 0 0 0;
	background: rgba(255,255,255,.5);
	padding: 10px;
	z-index: 5;
	text-align: center;
}

.usluga-p {
	font-size: 1.2vw;
	color: #333;
	margin: 0;
}

.fon {
	width: 100%;
	height: 628px;
	background: url(../img/fon.jpg) center center no-repeat;
	-o-background-size: 100% auto; 
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto; 
    background-size: 100% auto;
}

.sant {
	position: absolute;
	right: 0%;
	bottom: 0%;
	background: url(../img/sant-2.png);
	-o-background-size: 100% auto; 
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto; 
    background-size: 100% auto;
	width: 301px;
	height: 446px;
	z-index: 2;
}

.ztop-p {
	font-size: 1.6vw;
	line-height: 2vw;
	text-align: center;
}

.zayavka-top {
	float: right;
	margin: 8.2% 25% 0 0;
	width: 740px;
	height: 260px;
	background: rgba(255,102,0,.5);
	padding: 0;
}

.zayavka-top-in {
	width: 720px;
	height: 240px;
	margin: 10px;
	background: #fff;
	padding: 15px;
}

.form-group-1 {
	float: left;
	width: 220px;
	margin: 0 5px 10px;
}

.p-price {
	width: 100%;
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 1.8vw;
	line-height: 2.2vw;
	margin-bottom: 5px;
}

.table-price {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 1.6vw;
	background: rgba(255,255,255,.8);
}

.tr-price-top {
	background: #F0FFF0;
	font-size: 1.8vw;
	font-weight: 700;
}

.p-price-sve {
	width: 90%;
	font-size: 1.8vw;
	background: rgba(255,255,255,.7);
	text-align: center;
	padding: 10px 0;
	color: #3b5d80;
	font-weight: 700;
	margin-top: -60px;
}

.p-price-2 {
	float: right;	
	width: 100%;
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 1.8vw;
	line-height: 2.2vw;
	margin-bottom: 5px;
}

.table-price-2 {
	float: right;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0px 0 20px;
	font-size: 1.6vw;
	background: rgba(255,255,255,.8);
}

.zpsv {
	float: right;
	margin: 260px 0 10px 0;
}

.size-14 { font-size: 1.8vw; }
.size-40 { font-size: 6vw; }

.hr-40 {
	visibility: hidden !important;
	display: none !important;
}

.p-name-sgv {
	float: left;
	font-size: 3.6vw;
	padding-right: 20px;
	border-right: 5px solid #fff;
}

.p-name-sgv-right {
	padding: 10px 20px;
	font-size: 1.5vw;
	line-height: 1.9vw;
	text-align: center;
}

.line-12 { line-height: 1.8vw; }
.line-18 { line-height: 2vw; }

.table-param {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 1.6vw;
	background: rgba(255,255,255,.8);
}

.btn-1024 { 
	font-weight: 0;
	font-size: 1.5vw;
}

.div-vpu { padding-bottom: 20px; }

.vpu {
	float: right;
	padding: 40px;
	margin-top: 80px;
}

.skill {
	float: left;
	padding: 0;
	margin-top: 140px;
}

.sad-man {
	float: right;
	padding: 0 20px 0 40px;
	margin-top: 100px;
}

.hid-1024 {
	visibility: hidden !important;
	display: none !important;
}
	
}












































@media (max-width: 854px) {

.zagolovok {
	text-align: center;
	font-size: 3vw;
	line-height: 4vw;
	padding: 40px 0;
	font-family: 'Sansation';
	font-weight: 700;
	color: #cc0099;
}	

.img-logo {
	width: 33%;
	height: 80px;
	margin-top: 5px;
	background: url(../img/logo-80.png) center center no-repeat;
}

.top-rekv {
	margin-top: 18px;
	text-align: center;
	font-size: 1.9vw;
	line-height: 2.7vw;
	font-family: 'Sansation';
	font-weight: 700;
}	

.top-tel {
	font-size: 2.7vw;
	color: #ff6600;
}

.btn-top {
	margin: 0 0 5px;
	font-family: 'PT Sans';
	min-width: 220px;
}

.btn {
	box-shadow: 0 0 5px #666;
	text-indent: 0px;
	border: 2px solid #fff;
}

.top-btn-div {
	text-align: right;
	padding-top: 7px;
}

.message {
	width: 90%;
	margin: 3% 0 0 5%;	
	text-align: center;	
}

.message-736 {
	visibility: hidden !important;
	display: none !important;
}

.message-p {	
	font-size: 2.2vw;
	line-height: 3.2vw;
	color: #336699;
	font-family: 'Sansation';
	font-weight: 700;
}

.message-p2 {
	font-size: 2vw;
	color: #444;
	font-family: 'PT Sans';
}

.usluga {
	width: 100%;
	margin: 2% 0 0 0;
	background: rgba(255,255,255,.7);
	padding: 10px;
	z-index: 5;
	text-align: center;
}

.usluga-p {
	font-size: 1.8vw;
	color: #333;
	margin: 0;
}

.fon {
	width: 100%;
	height: 730px;
	background: url(../img/fon.jpg) center center no-repeat;
}

.sant {
	position: absolute;
	right: 0%;
	bottom: 0%;
	background: url(../img/sant-3.png);
	-o-background-size: 100% auto; 
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto; 
    background-size: 100% auto;
	width: 320px;
	height: 500px;
	z-index: 2;
}

.ztop-p {
	font-size: 2.2vw;
	line-height: 2.8vw;
	text-align: center;
}

.zayavka-top {
	float: right;
	margin: 5% 32% 0 0;
	width: 540px;
	height: 440px;
	background: rgba(255,102,0,.5);
	padding: 0;
}

.zayavka-top-in {
	width: 520px;
	height: 420px;
	margin: 10px;
	background: #fff;
	padding: 15px;
}

.form-group-1 {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}

.form-control {
	width: 100%;
}

.p-price {
	width: 100%;
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 2.1vw;
	margin-bottom: 5px;
}

.tr-price-top {
	background: #F0FFF0;
	font-size: 2.2vw;
	font-weight: 700;
}

.table-price {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 2.2vw;
	background: rgba(255,255,255,.9);
}

.p-price-sve {
	font-size: 2.2vw;
	background: rgba(255,255,255,.7);
	text-align: center;
	padding: 10px;
	color: #3b5d80;
	font-weight: 700;
	margin-top: -15px;
}

.p-price-2 {
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 2.2vw;
	line-height: 3vw;
	margin: 20px 0 5px;
}

.table-price-2 {
	float: right;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0px 0 20px;
	font-size: 2.2vw;
	background: rgba(255,255,255,.8);
}

.size-14 { font-size: 2.2vw; }
.size-40 { font-size: 6vw; }

.hr-40 {
	visibility: hidden !important;
	display: none !important;
}

.name-shv {
	width: 90%;
	padding: 20px;	
	background: #fff;
	border: 5px solid #336699;
	color: #336699;
	margin: 40px 0 40px 5%;
}

.p-name-sgv {
	width: 100%;
	font-size: 6vw;
	padding: 10px;
	text-align: center;
	border-bottom: 5px solid #fff;
}

.p-name-sgv-right {
	padding: 10px 20px;
	font-size: 3.2vw;
	line-height: 3.6vw;
	text-align: center;
}

.line-12 { line-height: 1.8vw; }
.line-18 { line-height: 2.6vw; }

.thumb {
	margin-top: -20px;
}

.table-param {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 2vw;
	background: rgba(255,255,255,.8);
}

.btn-1024 { 
	font-weight: 0;
	font-size: 2.2vw;
}

.div-vpu { padding-bottom: 0px; }

.vpu {
	margin: -20px 10% 0 0;
}

.sm-768 {
	visibility: hidden !important;
	display: none !important;
}

.skill {
	float: left;
	padding: 0;
	width: 350px;
	height: auto;
	margin-top: 70px;
}

.sad-man {
	float: right;
	padding: 0 20px 0 40px;
	margin-top: 20px;
}

.poopd {
	font-size: 1.8vw;
}

.z-footer {
	text-align: center;
	font-size: 2.4vw;
	padding: 40px 0 20px;
	font-family: 'Sansation';
	font-weight: 700;
	color: #fff;
}

.message-736 {
	visibility: hidden;
}

.hid-1024 {
	visibility: visible !important;
	display: block !important;
}

.hid {
	visibility: hidden !important;
	display: none !important;
}

.hid-854 {
	visibility: hidden !important;
	display: none !important;
}

.bold { font-size: 50px; }
.div-h2 { margin: 20px 0; font-size: 40px; }
.btnz { font-size: 30px; }

.hr-icbc {
	border: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	width: 100%;
	margin: 10px 0;
}

}




















































@media (max-width: 768px) {

.zagolovok {
	text-align: center;
	font-size: 3vw;
	line-height: 4vw;
	padding: 40px 0;
	font-family: 'Sansation';
	font-weight: 700;
	color: #cc0099;
}	

.img-logo {
	width: 33%;
	height: 80px;
	margin-top: 5px;
	background: url(../img/logo-80.png) center center no-repeat;
}

.top-rekv {
	margin-top: 18px;
	text-align: center;
	font-size: 1.9vw;
	line-height: 2.7vw;
	font-family: 'Sansation';
	font-weight: 700;
}	

.top-tel {
	font-size: 2.7vw;
	color: #ff6600;
}

.btn-top {
	margin: 0 0 5px;
	font-family: 'PT Sans';
	min-width: 220px;
}

.btn {
	box-shadow: 0 0 5px #666;
	text-indent: 0px;
	border: 2px solid #fff;
}

.top-btn-div {
	text-align: right;
	padding-top: 7px;
}

.message {
	width: 90%;
	margin: 3% 0 0 5%;	
	text-align: center;	
}

.message-736 {
	visibility: hidden !important;
	display: none !important;
}

.message-p {	
	font-size: 2.2vw;
	line-height: 3.2vw;
	color: #336699;
	font-family: 'Sansation';
	font-weight: 700;
}

.message-p2 {
	font-size: 2vw;
	color: #444;
	font-family: 'PT Sans';
}

.usluga {
	width: 100%;
	margin: 2% 0 0 0;
	background: rgba(255,255,255,.7);
	padding: 10px;
	z-index: 5;
	text-align: center;
}

.usluga-p {
	font-size: 1.8vw;
	color: #333;
	margin: 0;
}

.fon {
	width: 100%;
	height: 730px;
	background: url(../img/fon.jpg) center center no-repeat;
}

.sant {
	position: absolute;
	right: 0%;
	bottom: 0%;
	background: url(../img/sant-3.png);
	-o-background-size: 100% auto; 
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto; 
    background-size: 100% auto;
	width: 320px;
	height: 500px;
	z-index: 2;
}

.ztop-p {
	font-size: 2.4vw;
	line-height: 2.8vw;
	text-align: center;
}

.zayavka-top {
	float: right;
	margin: 5% 35.57% 0 0;
	width: 440px;
	height: 460px;
	background: rgba(255,102,0,.5);
	padding: 0;
}

.zayavka-top-in {
	width: 420px;
	height: 440px;
	margin: 10px;
	background: #fff;
	padding: 15px;
}

.form-group-1 {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}

.form-control {
	width: 100%;
}

.p-price {
	width: 100%;
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 2.1vw;
	margin-bottom: 5px;
}

.tr-price-top {
	background: #F0FFF0;
	font-size: 2.2vw;
	font-weight: 700;
}

.table-price {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 2.2vw;
	background: rgba(255,255,255,.9);
}

.p-price-sve {
	font-size: 2.2vw;
	background: rgba(255,255,255,.7);
	text-align: center;
	padding: 10px;
	color: #3b5d80;
	font-weight: 700;
	margin-top: -15px;
}

.p-price-2 {
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 2.2vw;
	line-height: 3vw;
	margin: 20px 0 5px;
}

.table-price-2 {
	float: right;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0px 0 20px;
	font-size: 2.2vw;
	background: rgba(255,255,255,.8);
}

.size-14 { font-size: 2.2vw; }
.size-40 { font-size: 6vw; }

.hr-40 {
	visibility: hidden !important;
	display: none !important;
}

.name-shv {
	width: 90%;
	padding: 20px;	
	background: #fff;
	border: 5px solid #336699;
	color: #336699;
	margin: 40px 0 40px 5%;
}

.p-name-sgv {
	width: 100%;
	font-size: 6vw;
	padding: 10px;
	text-align: center;
	border-bottom: 5px solid #fff;
}

.p-name-sgv-right {
	padding: 10px 20px;
	font-size: 3.2vw;
	line-height: 3.6vw;
	text-align: center;
}

.line-12 { line-height: 1.8vw; }
.line-18 { line-height: 2.6vw; }

.thumb {
	margin-top: -20px;
}

.table-param {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 2vw;
	background: rgba(255,255,255,.8);
}

.btn-1024 { 
	font-weight: 0;
	font-size: 2.2vw;
}

.div-vpu { padding-bottom: 0px; }

.vpu {
	margin: -20px 10% 0 0;
}

.sm-768 {
	visibility: hidden !important;
	display: none !important;
}

.skill {
	float: left;
	padding: 0;
	width: 350px;
	height: auto;
	margin-top: 40px;
}

.sad-man {
	float: right;
	padding: 0 20px 0 40px;
	margin-top: 100px;
}

.poopd {
	font-size: 2vw;
}

.z-footer {
	text-align: center;
	font-size: 2.4vw;
	padding: 40px 0 20px;
	font-family: 'Sansation';
	font-weight: 700;
	color: #fff;
}

.message-736 {
	visibility: hidden;
}

.hid-1024 {
	visibility: visible !important;
	display: block !important;
}

.hid-854 {
	visibility: visible !important;
	display: block !important;
}

.bold { font-size: 80px; }
.div-h2 { margin: 20px 0; font-size: 40px; }
.btnz { margin-top: 20px; font-size: 50px; }

}













































@media (min-width: 732px) and (max-width: 736px) {

.zagolovok {
	text-align: center;
	font-size: 3vw;
	line-height: 4vw;
	padding: 40px 0;
	font-family: 'Sansation';
	font-weight: 700;
	color: #cc0099;
}	

.img-logo {
	width: 33%;
	height: 80px;
	margin-top: 5px;
	background: url(../img/logo-80.png) center center no-repeat;
}

.top-rekv {
	margin-top: 22px;
	text-align: center;
	font-size: 1.9vw;
	line-height: 2.7vw;
	font-family: 'Sansation';
	font-weight: 700;
}	

.top-tel {
	font-size: 2.7vw;
	color: #ff6600;
}

.btn-top {
	margin: 0 0 5px;
	font-family: 'PT Sans';
	min-width: 220px;
}

.btn {
	box-shadow: 0 0 5px #666;
	text-indent: 0px;
	border: 2px solid #fff;
}

.top-btn-div {
	text-align: right;
	padding-top: 7px;
}

.top-btn-div-2 {
	visibility: hidden !important;
	display: none !important;
}

.message {
	visibility: hidden !important;
	display: none !important;
}

.message-p {	
	font-size: 2.7vw;
	line-height: 3.7vw;
	color: #336699;
	font-family: 'Sansation';
	font-weight: 700;
}

.message-736 {
	visibility: visible !important;
	display: block !important;
	width: 90%;
	margin: 20px 5% 0;	
	text-align: center;	
}

.message-p2 {
	font-size: 2vw;
	color: #444;
	font-family: 'PT Sans';
}

.usluga {
	width: 100%;
	margin: 10px 0;
	background: rgba(255,255,255,.8);
	padding: 10px;
	z-index: 5;
	text-align: center;
}

.usluga-p {
	font-size: 2.2vw;
	color: #333;
	margin: 0;
}

.fon {
	width: 100%;
	height: 750px;
	background: url(../img/fon.jpg) center center no-repeat;
}

.sant {
	position: absolute;
	right: 0%;
	bottom: 0%;
	background: url(../img/sant-3.png);
	-o-background-size: 100% auto; 
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto; 
    background-size: 100% auto;
	width: 320px;
	height: 500px;
	z-index: 2;
}

.ztop-p {
	font-size: 2.4vw;
	line-height: 2.8vw;
	text-align: center;
}

.zayavka-top {
	float: right;
	margin: 3% 37.3% 0 0;
	width: 420px;
	height: 480px;
	background: rgba(255,102,0,.5);
	padding: 0;
}

.zayavka-top-in {
	width: 400px;
	height: 460px;
	margin: 10px;
	background: #fff;
	padding: 15px;
}

.form-group-1 {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}

.form-control {
	width: 100%;
}

.p-price {
	width: 100%;
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 2.1vw;
	margin-bottom: 5px;
}

.tr-price-top {
	background: #F0FFF0;
	font-size: 2.2vw;
	font-weight: 700;
}

.table-price {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 2.2vw;
	background: rgba(255,255,255,.9);
}

.p-price-sve {
	font-size: 2.2vw;
	background: rgba(255,255,255,.7);
	text-align: center;
	padding: 10px;
	color: #3b5d80;
	font-weight: 700;
	margin: -15px 0 10px 20px;
}

.p-price-2 {
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 2.2vw;
	line-height: 2.8vw;
	margin: 20px 0 5px;
}

.table-price-2 {
	float: right;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0px 0 20px;
	font-size: 2.2vw;
	background: rgba(255,255,255,.8);
}

.size-14 { font-size: 2.2vw; }
.size-40 { font-size: 6vw; }

.div-736 { width: 33%; }
.hr-40 {
	visibility: hidden !important;
	display: none !important;
}

.name-shv {
	width: 90%;
	padding: 20px;	
	background: #fff;
	border: 5px solid #336699;
	color: #336699;
	margin: 40px 0 40px 5%;
}

.p-name-sgv {
	width: 100%;
	font-size: 6vw;
	padding: 10px;
	text-align: center;
	border-bottom: 5px solid #fff;
}

.p-name-sgv-right {
	padding: 10px 20px;
	font-size: 3.2vw;
	line-height: 3.6vw;
	text-align: center;
}

.line-12 { line-height: 1.8vw; }
.line-18 { line-height: 2.6vw; }

.thumb {
	margin-top: -20px;
}

.table-param {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 2vw;
	background: rgba(255,255,255,.8);
}

.btn-1024 { 
	font-weight: 0;
	font-size: 2.2vw;
}

.div-vpu { padding-bottom: 0px; }

.vpu {
	margin: -20px 10% 0 0;
}

.xs-667 {
	visibility: hidden !important;
	display: none !important;
}

.sm-768 {
	visibility: visible !important;
	display: block !important;
}

.skill {
	float: left;
	padding: 0;
	width: 220px;
	height: auto;
	margin-top: 0px;
}

.sad-man {
	float: right;
	padding: 0 20px 0 40px;
	margin-top: 100px;
}

.poopd {
	font-size: 2vw;
}

.z-footer {
	text-align: center;
	font-size: 4vw;
	padding: 40px 0 20px;
	font-family: 'Sansation';
	font-weight: 700;
	color: #fff;
}

.hid {
	visibility: hidden !important;
	display: none !important;
}

.bold { font-size: 60px; }
.div-h2 { margin: 20px 0; font-size: 30px; }
.btnz { margin-top: 10px; font-size: 30px; }

}












































@media (max-width: 667px) {

.zagolovok {
	text-align: center;
	font-size: 3.4vw;
	line-height: 4vw;
	padding: 40px 0;
	font-family: 'Sansation';
	font-weight: 700;
	color: #cc0099;
}	

.img-logo {
	width: 50%;
	height: 80px;
	margin-top: 5px;
	background: url(../img/logo-80.png) center center no-repeat;
}

.top-rekv {
	width: 50%;
	margin-top: 14px;
	text-align: center;
	font-size: 2.2vw;
	line-height: 3.2vw;
	font-family: 'Sansation';
	font-weight: 700;
	border-left: 1px dashed #999;
}	

.top-tel {
	font-size: 3.4vw;
	color: #ff6600;
}

.btn-top {
	margin: 0 10px;
	font-family: 'PT Sans';
	min-width: 280px;
}

.btn {
	box-shadow: 0 0 5px #666;
	text-indent: 0px;
	border: 2px solid #fff;
}

.top-btn-div {
	visibility: hidden;
	height: 0px;
}

.top-btn-div-2 {
	visibility: visible !important;
	display: block !important;
	padding: 15px 0 10px;
	text-align: center;
	border-top: 1px dashed #999;
}

.message {
	visibility: hidden !important;
	display: none !important;
}

.message-736 {
	visibility: visible !important;
	display: block !important;
	margin: 20px 0 0 5%;	
	text-align: center;	
}

.message-p {	
	font-size: 3.4vw;
	line-height: 4.4vw;
	color: #336699;
	font-family: 'Sansation';
	font-weight: 700;
}

.message-p2 {
	font-size: 3vw;
	color: #444;
	font-family: 'PT Sans';
}

.usluga {
	width: 100%;
	margin: 2% 0 0 0;
	background: rgba(255,255,255,.8);
	padding: 10px;
	z-index: 5;
	text-align: center;
}

.usluga-p {
	font-size: 2.2vw;
	color: #333;
	margin: 0;
}

.fon {
	width: 100%;
	height: 780px;
	background: url(../img/fon.jpg) center center no-repeat;
}

.sant {
	visibility: hidden;
}

.ztop-p {
	font-size: 2.8vw;
	line-height: 3.2vw;
	text-align: center;
}

.zayavka-top {
	margin: 5% 10.5% 0 0;
	width: 500px;
	height: 440px;
	background: rgba(255,102,0,.5);
	padding: 0;
}

.zayavka-top-in {
	width: 480px;
	height: 420px;
	margin: 10px;
	background: #fff;
	padding: 15px;
}

.form-group-1 {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}

.form-control {
	width: 100%;
}

.p-price {
	width: 100%;
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 2.4vw;
	line-height: 3vw;
	margin-bottom: 5px;
}

.tr-price-top {
	background: #F0FFF0;
	font-size: 2.4vw;
	font-weight: 700;
}

.table-price {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 2.4vw;
	background: rgba(255,255,255,.9);
}

.p-price-sve {
	font-size: 2.4vw;
	background: rgba(255,255,255,.7);
	text-align: center;
	padding: 10px;
	color: #3b5d80;
	font-weight: 700;
	margin: -15px 0 10px 20px;
}

.p-price-2 {
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 2.4vw;
	line-height: 3vw;
	margin: 20px 0 5px;
}

.table-price-2 {
	float: right;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0px 0 20px;
	font-size: 2.4vw;
	background: rgba(255,255,255,.8);
}

.size-22 { font-size: 2.2vw; }
.size-14 { font-size: 2.6vw; }
.size-40 { font-size: 7vw; }

.div-736 { width: 33%; }
.hr-40 {
	visibility: hidden !important;
	display: none !important;
}

.name-shv {
	width: 90%;
	padding: 20px;	
	background: #fff;
	border: 5px solid #336699;
	color: #336699;
	margin: 40px 0 40px 5%;
}

.p-name-sgv {
	width: 100%;
	font-size: 6vw;
	padding: 10px;
	text-align: center;
	border-bottom: 5px solid #fff;
}

.p-name-sgv-right {
	padding: 10px 20px;
	font-size: 3.2vw;
	line-height: 3.6vw;
	text-align: center;
}

.line-12 { line-height: 1.8vw; }
.line-18 { line-height: 3vw; }
.line-22 { line-height: 2.2vw; }

.thumb {
	margin-top: -20px;
}

.table-param {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 2.4vw;
	background: rgba(255,255,255,.8);
}

.div-vpu { padding-bottom: 0px; }

.vpu {
	margin: -20px 10% 0 0;
}

.xs-667 {
	visibility: hidden !important;
	display: none !important;
}

.sm-768 {
	visibility: visible !important;
	display: block !important;
}

.skill {
	float: left;
	padding: 0;
	width: 220px;
	height: auto;
	margin-top: 0px;
}

.sad-man {
	float: right;
	padding: 0 20px 0 40px;
	margin-top: 100px;
}

.poopd {
	font-size: 2vw;
}

.z-footer {
	text-align: center;
	font-size: 2.4vw;
	padding: 40px 0 20px;
	font-family: 'Sansation';
	font-weight: 700;
	color: #fff;
}

.hid {
	visibility: hidden !important;
	display: none !important;
}

.bold { font-size: 50px; }
.div-h2 { margin: 20px 0; font-size: 26px; }
.btnz { margin-top: 20px; font-size: 30px; }

}












































@media (max-width: 640px) {

.zagolovok {
	text-align: center;
	font-size: 4vw;
	line-height: 5vw;
	padding: 30px 0 40px;
	font-family: 'Sansation';
	font-weight: 700;
	color: #cc0099;
}	

.img-logo {
	width: 50%;
	height: 80px;
	margin-top: 5px;
	background: url(../img/logo-80.png) center center no-repeat;
}

.top-rekv {
	width: 50%;
	margin-top: 10px;
	text-align: center;
	font-size: 2.6vw;
	line-height: 3.6vw;
	font-family: 'Sansation';
	font-weight: 700;
	border-left: 1px dashed #999;
}	

.top-tel {
	font-size: 4vw;
	color: #ff6600;
}

.btn-top {
	margin: 0 10px;
	font-size: 18px;
	font-family: 'PT Sans';
	min-width: 260px;
	padding: 10px 0;
}

.btn {
	box-shadow: 0 0 5px #666;
	text-indent: 0px;
	border: 2px solid #fff;
}

.top-btn-div {
	visibility: hidden !important;
	display: none !important;
}

.top-btn-div-2 {
	visibility: visible;
	padding: 15px 0 10px;
	text-align: center;
	border-top: 1px dashed #999;
}

.message {
	visibility: hidden !important;
	display: none !important;
}

.message-736 {
	visibility: visible;
	margin: 20px 10px;	
	text-align: center;	
}

.message-p {	
	font-size: 3.5vw;
	line-height: 4.8vw;
	color: #336699;
	font-family: 'Sansation';
	font-weight: 700;
}

.message-p2 {
	font-size: 3vw;
	color: #444;
	font-family: 'PT Sans';
}

.usluga {
	width: 100%;
	margin: 2% 0 0 0;
	background: rgba(255,255,255,.8);
	padding: 10px;
	z-index: 5;
	text-align: center;
}

.usluga-p {
	font-size: 2.8vw;
	color: #333;
	margin: 0;
}

.fon {
	width: 100%;
	height: 900px;
	background: url(../img/fon.jpg) center center no-repeat;
}

.sant {
	visibility: hidden !important;
	display: none !important;
}

.ztop-p {
	font-size: 3vw;
	line-height: 3.6vw;
	text-align: center;
}

.btn-ztop {
	margin: 15px 0;
	width: 320px;
	font-size: 18px;
	padding: 10px 0;
}

.zayavka-top {
	margin: 3% 4% 0 0;
	width: 560px;
	height: 510px;
	background: rgba(255,102,0,.5);
	padding: 0;
}

.zayavka-top-in {
	width: 540px;
	height: 490px;
	margin: 10px;
	background: #fff;
	padding: 15px;
}

.form-group-1 {
	float: left;
	width: 100%;
	margin: 0 0 10px;
	font-size: 18px;
}

.form-control {
	width: 100%;
	font-size: 18px;
	padding: 20px 10px;
}

.p-price {
	width: 100%;
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 3vw;
	line-height: 3.6vw;
	margin-bottom: 5px;
}

.tr-price-top {
	background: #F0FFF0;
	font-size: 3vw;
	font-weight: 700;
}

.table-price {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 3vw;
	background: rgba(255,255,255,.9);
}

.p-price-sve {
	font-size: 3.6vw;
	background: rgba(255,255,255,.7);
	text-align: center;
	padding: 10px;
	color: #3b5d80;
	font-weight: 700;
	margin: -15px 0 10px 20px;
}

.p-price-2 {
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 3vw;
	line-height: 3.6vw;
	margin: 20px 0 5px;
}

.table-price-2 {
	float: right;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0px 0 20px;
	font-size: 3vw;
	background: rgba(255,255,255,.8);
}

.size-22 { font-size: 2.2vw; }
.size-14 { font-size: 3vw; }
.size-40 { font-size: 7vw; }

.name-shv {
	width: 90%;
	padding: 20px;	
	background: #fff;
	border: 5px solid #336699;
	color: #336699;
	margin: 40px 0 40px 5%;
}

.p-name-sgv {
	width: 100%;
	font-size: 6vw;
	padding: 10px;
	text-align: center;
	border-bottom: 5px solid #fff;
}

.p-name-sgv-right {
	padding: 10px 20px;
	font-size: 3.2vw;
	line-height: 3.6vw;
	text-align: center;
}

.line-12 { line-height: 1.8vw; }
.line-18 { line-height: 3.8vw; }
.line-22 { line-height: 3vw; }

.thumb {
	margin-top: -20px;
}

.btn-1024 { 
	font-weight: 0;
	font-size: 18px;
}

.table-param {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 3vw;
	background: rgba(255,255,255,.8);
}

.div-vpu { padding-bottom: 0px; }

.vpu {
	margin: -20px 3% 0 0;
}

.xs-667 {
	visibility: hidden !important;
	display: none !important;
}

.skill {
	float: left;
	padding: 0;
	width: 240px;
	height: auto;
	margin-top: 90px;
}

.div-sad-man {
	width: 100%;
}

.sad-man {
	visibility: hidden !important;
	display: none !important;
}

.poopd {
	font-size: 2.5vw;
}

.z-footer {
	text-align: center;
	font-size: 4vw;
	padding: 40px 0 20px;
	font-family: 'Sansation';
	font-weight: 700;
	color: #fff;
}

.hid {
	visibility: hidden !important;
	display: none !important;
}

.bold { font-size: 50px; }
.div-h2 { margin: 10px 0; font-size: 26px; }
.btnz { margin-top: 10px; font-size: 30px; }

}












































@media (max-width: 568px) {

.zagolovok {
	text-align: center;
	font-size: 4vw;
	line-height: 5vw;
	padding: 30px 0 40px;
	font-family: 'Sansation';
	font-weight: 700;
	color: #cc0099;
}	

.img-logo {
	width: 50%;
	height: 80px;
	margin-top: 5px;
	background: url(../img/logo-80.png) center center no-repeat;
}

.top-rekv {
	width: 50%;
	margin-top: 14px;
	text-align: center;
	font-size: 2.6vw;
	line-height: 3.6vw;
	font-family: 'Sansation';
	font-weight: 700;
	border-left: 1px dashed #999;
}	

.top-tel {
	font-size: 4vw;
	color: #ff6600;
}

.btn-top {
	margin: 0 10px;
	font-size: 18px;
	font-family: 'PT Sans';
	min-width: 260px;
	padding: 10px 0;
}

.btn {
	box-shadow: 0 0 5px #666;
	text-indent: 0px;
	border: 2px solid #fff;
}

.top-btn-div {
	visibility: hidden !important;
	display: none !important;
}

.top-btn-div-2 {
	visibility: visible;
	padding: 15px 0 10px;
	text-align: center;
	border-top: 1px dashed #999;
}

.message {
	visibility: hidden !important;
	display: none !important;
}

.message-736 {
	visibility: visible;
	margin: 20px 0 5%;	
	text-align: center;	
}

.message-p {	
	font-size: 4vw;
	line-height: 4.8vw;
	color: #336699;
	font-family: 'Sansation';
	font-weight: 700;
}

.message-p2 {
	font-size: 3vw;
	color: #444;
	font-family: 'PT Sans';
}

.usluga {
	width: 100%;
	margin: 2% 0 0 0;
	background: rgba(255,255,255,.8);
	padding: 10px;
	z-index: 5;
	text-align: center;
}

.usluga-p {
	font-size: 2.8vw;
	color: #333;
	margin: 0;
}

.fon {
	width: 100%;
	height: 860px;
	background: url(../img/fon.jpg) center center no-repeat;
}

.sant {
	visibility: hidden !important;
	display: none !important;
}

.ztop-p {
	font-size: 3.6vw;
	line-height: 4vw;
	text-align: center;
}

.btn-ztop {
	margin: 15px 0;
	width: 320px;
	font-size: 18px;
	padding: 10px 0;
}

.zayavka-top {
	margin: 0 3.5% 0 0;
	width: 500px;
	height: 500px;
	background: rgba(255,102,0,.5);
	padding: 0;
}

.zayavka-top-in {
	width: 480px;
	height: 480px;
	margin: 10px;
	background: #fff;
	padding: 15px;
}

.form-group-1 {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}

.form-control {
	width: 100%;
}

.p-price {
	width: 100%;
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 3vw;
	margin-bottom: 5px;
}

.tr-price-top {
	background: #F0FFF0;
	font-size: 3vw;
	font-weight: 700;
}

.table-price {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 3vw;
	background: rgba(255,255,255,.9);
}

.p-price-sve {
	font-size: 3.6vw;
	background: rgba(255,255,255,.7);
	text-align: center;
	padding: 10px;
	color: #3b5d80;
	font-weight: 700;
	margin: -15px 0 10px 20px;
}

.p-price-2 {
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 3vw;
	line-height: 4vw;
	margin: 20px 0 5px;
}

.table-price-2 {
	float: right;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0px 0 20px;
	font-size: 3vw;
	background: rgba(255,255,255,.8);
}

.size-22 { font-size: 2.4vw; }
.size-14 { font-size: 3vw; }
.size-40 { font-size: 7vw; }

.name-shv {
	width: 90%;
	padding: 20px;	
	background: #fff;
	border: 5px solid #336699;
	color: #336699;
	margin: 40px 0 40px 5%;
}

.p-name-sgv {
	width: 100%;
	font-size: 6vw;
	padding: 10px;
	text-align: center;
	border-bottom: 5px solid #fff;
}

.p-name-sgv-right {
	padding: 10px 20px;
	font-size: 3.2vw;
	line-height: 3.6vw;
	text-align: center;
}

.line-12 { line-height: 1.8vw; }
.line-18 { line-height: 3.8vw; }
.line-22 { line-height: 3vw; }

.thumb {
	margin-top: -20px;
}

.btn-1024 { 
	font-weight: 0;
	font-size: 18px;
}

.table-param {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 3vw;
	background: rgba(255,255,255,.8);
}

.div-vpu { padding-bottom: 0px; }

.vpu {
	margin: -20px 3% 0 0;
}

.xs-667 {
	visibility: hidden !important;
	display: none !important;
}

.skill {
	float: left;
	padding: 0;
	width: 220px;
	height: auto;
	margin-top: 70px;
}

.div-sad-man {
	width: 100%;
}

.sad-man {
	visibility: hidden !important;
	display: none !important;
}

.poopd {
	font-size: 2.5vw;
}

.z-footer {
	text-align: center;
	font-size: 4vw;
	padding: 40px 0 20px;
	font-family: 'Sansation';
	font-weight: 700;
	color: #fff;
}

.bold { font-size: 40px; }
.div-h2 { margin: 10px 0; font-size: 24px; }
.btnz { margin-top: 10px; font-size: 28px; }

}












































@media (min-width: 412px) and (max-width: 414px) {

.zagolovok {
	text-align: center;
	font-size: 6vw;
	line-height: 7vw;
	padding: 30px 0 40px;
	font-family: 'Sansation';
	font-weight: 700;
	color: #cc0099;
}	

.img-logo {
	width: 25%;
	height: 100px;
	margin-top: 5px;
	background: url(../img/logo-300.png) left center no-repeat;
}

.top-rekv {
	width: 75%;
	margin-top: 5px;
	text-align: center;
	font-size: 5vw;
	line-height: 6vw;
	font-family: 'Sansation';
	font-weight: 700;
	border: 0px;
	padding: 10px 0;
}	

.top-tel {
	font-size: 7vw;
	color: #ff6600;
}

.btn-top {
	margin: 0 0 7px 0;
	font-size: 18px;
	font-family: 'PT Sans';
	min-width: 340px;
	padding: 5px 0;
}

.btn {
	box-shadow: 0 0 5px #666;
	text-indent: 0px;
	border: 2px solid #fff;
}

.top-btn-div {
	visibility: hidden !important;
	display: none !important;
}

.top-btn-div-2 {
	visibility: visible;
	padding: 15px 0 10px;
	text-align: center;
	border-top: 1px dashed #999;
}

.message {
	visibility: hidden !important;
	display: none !important;
}

.message-736 {
	visibility: visible;
	margin: 20px 0 5%;	
	text-align: center;	
}

.message-p {	
	font-size: 4.6vw;
	line-height: 5.8vw;
	color: #336699;
	font-family: 'Sansation';
	font-weight: 700;
}

.message-p2 {
	font-size: 4vw;
	color: #444;
	font-family: 'PT Sans';
}

.usluga {
	width: 100%;
	margin: 2% 0 0 0;
	background: rgba(255,255,255,.8);
	padding: 10px;
	z-index: 5;
	text-align: center;
}

.usluga-p {
	font-size: 4vw;
	color: #333;
	margin: 0;
}

.fon {
	width: 100%;
	height: 900px;
	background: url(../img/fon.jpg) center center no-repeat;
}

.sant {
	visibility: hidden !important;
	display: none !important;
}

.ztop-p {
	font-size: 4vw;
	line-height: 4.6vw;
	text-align: center;
}

.btn-ztop {
	margin: 15px 0;
	width: 320px;
	font-size: 18px;
	padding: 10px 0;
}

.zayavka-top {
	margin: 0 7px 0 0;
	width: 370px;
	height: 540px;
	background: rgba(255,102,0,.5);
	padding: 0;
}

.zayavka-top-in {
	width: 350px;
	height: 520px;
	margin: 10px;
	background: #fff;
	padding: 15px;
}

.form-group-1 {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}

.form-control {
	width: 100%;
}

.p-price {
	width: 100%;
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 4vw;
	line-height: 4.6vw;
	margin-bottom: 5px;
}

.tr-price-top {
	background: #F0FFF0;
	font-size: 4vw;
	font-weight: 700;
}

.table-price {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 4vw;
	background: rgba(255,255,255,.9);
}

.p-price-sve {
	font-size: 4vw;
	background: rgba(255,255,255,.7);
	text-align: center;
	padding: 10px;
	color: #3b5d80;
	font-weight: 700;
	margin: -15px 0 10px 20px;
}

.p-price-2 {
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 4vw;
	line-height: 4.6vw;
	margin: 20px 0 5px;
}

.table-price-2 {
	float: right;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0px 0 20px;
	font-size: 4vw;
	background: rgba(255,255,255,.8);
}

.size-22 { font-size: 3.2vw; }
.size-14 { font-size: 4vw; }
.size-40 { font-size: 10vw; line-height: 10vw;}

.div-736 { width: 100%; }
.hr-40 {
	visibility: visible !important;
	display: block !important;
}

.name-shv {
	width: 90%;
	padding: 20px;	
	background: #fff;
	border: 5px solid #336699;
	color: #336699;
	margin: 40px 0 40px 5%;
}

.p-name-sgv {
	width: 100%;
	font-size: 7vw;
	padding: 10px;
	text-align: center;
	border-bottom: 5px solid #fff;
}

.p-name-sgv-right {
	padding: 5px 20px;
	font-size: 4vw;
	line-height: 5vw;
	text-align: center;
}

.line-12 { 
	line-height: 4.6vw; 
	margin: 5px 0;
}

.line-18 { line-height: 4.6vw; }
.line-22 { line-height: 3.8vw; }

.thumb {
	margin-top: -20px;
}

.btn-1024 { 
	font-weight: 0;
	font-size: 18px;
}

.table-param {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 4vw;
	background: rgba(255,255,255,.8);
}

.div-vpu { padding-bottom: 0px; }

.vpu {
	margin: -20px 3% 0 0;
}

.xs-667 {
	visibility: hidden !important;
	display: none !important;
}

.skill {
	float: left;
	padding: 0;
	width: 220px;
	height: auto;
	margin-top: 70px;
}

.div-sad-man {
	width: 100%;
}

.sad-man {
	visibility: hidden !important;
	display: none !important;
}

.poopd {
	font-size: 3.4vw;
}

.z-footer {
	text-align: center;
	font-size: 6vw;
	padding: 40px 0 20px;
	font-family: 'Sansation';
	font-weight: 700;
	color: #fff;
}

.btn-414 {
	font-size: 14px;
}

.form-group-2 {
	float: left;
	width: 100%;
}

.vis-414 {
	visibility: visible !important;
	display: block !important;
}

.hid-414 {
	visibility: hidden !important;
	display: none !important;
}

.hid {
	visibility: hidden !important;
	display: none !important;
}

.bold { font-size: 50px; }
.div-h2 { margin: 20px 0; font-size: 26px; }
.btnz { margin-top: 20px; font-size: 30px; }

}












































@media (max-width: 375px) {

.zagolovok {
	text-align: center;
	font-size: 6vw;
	line-height: 7vw;
	padding: 30px 0 40px;
	font-family: 'Sansation';
	font-weight: 700;
	color: #cc0099;
}	

.img-logo {
	width: 25%;
	height: 100px;
	margin-top: 5px;
	background: url(../img/logo-300.png) left center no-repeat;
}

.top-rekv {
	width: 75%;
	margin-top: 5px;
	text-align: center;
	font-size: 5vw;
	line-height: 6vw;
	font-family: 'Sansation';
	font-weight: 700;
	border: 0px;
	padding: 10px 0;
}	

.top-tel {
	font-size: 7vw;
	color: #ff6600;
}

.btn-top {
	margin: 0 0 7px 0;
	font-size: 18px;
	font-family: 'PT Sans';
	min-width: 340px;
	padding: 5px 0;
}

.btn {
	box-shadow: 0 0 5px #666;
	text-indent: 0px;
	border: 2px solid #fff;
}

.top-btn-div {
	visibility: hidden !important;
	display: none !important;
}

.top-btn-div-2 {
	visibility: visible;
	padding: 15px 0 10px;
	text-align: center;
	border-top: 1px dashed #999;
}

.message {
	visibility: hidden !important;
	display: none !important;
}

.message-736 {
	visibility: visible;
	margin: 20px 0 5%;	
	text-align: center;	
}

.message-p {	
	font-size: 5,4vw;
	line-height: 5.8vw;
	color: #336699;
	font-family: 'Sansation';
	font-weight: 700;
}

.message-p2 {
	font-size: 4vw;
	color: #444;
	font-family: 'PT Sans';
}

.usluga {
	width: 100%;
	margin: 5% 0 0 0;
	background: rgba(255,255,255,.8);
	padding: 10px;
	z-index: 5;
	text-align: center;
}

.usluga-p {
	font-size: 4vw;
	color: #333;
	margin: 0;
}

.fon {
	width: 100%;
	height: 880px;
	background: url(../img/fon.jpg) center center no-repeat;
}

.sant {
	visibility: hidden !important;
	display: none !important;
}

.ztop-p {
	font-size: 4vw;
	line-height: 4.6vw;
	text-align: center;
}

.btn-ztop {
	margin: 15px 0;
	width: 100%;
	font-size: 18px;
	padding: 10px 0;
}

.zayavka-top {
	margin: 0;
	width: 346px;
	height: 520px;
	background: rgba(255,102,0,.5);
	padding: 0;
}

.zayavka-top-in {
	width: 326px;
	height: 500px;
	margin: 10px;
	background: #fff;
	padding: 15px;
}

.form-group-1 {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}

.form-control {
	width: 100%;
}

.p-price {
	width: 100%;
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 4vw;
	line-height: 4.6vw;
	margin-bottom: 5px;
}

.tr-price-top {
	background: #F0FFF0;
	font-size: 4vw;
	font-weight: 700;
}

.table-price {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 4vw;
	background: rgba(255,255,255,.9);
}

.p-price-sve {
	font-size: 4vw;
	background: rgba(255,255,255,.7);
	text-align: center;
	padding: 10px;
	color: #3b5d80;
	font-weight: 700;
	margin: -15px 0 10px 20px;
}

.p-price-2 {
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 4vw;
	line-height: 4.6vw;
	margin: 20px 0 5px;
}

.table-price-2 {
	float: right;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0px 0 20px;
	font-size: 4vw;
	background: rgba(255,255,255,.8);
}

.size-22 { font-size: 3.2vw; }
.size-14 { font-size: 4vw; }
.size-40 { font-size: 10vw; line-height: 10vw;}

.div-736 { width: 100%; }
.hr-40 {
	visibility: visible !important;
	display: block !important;
}

.name-shv {
	width: 90%;
	padding: 20px;	
	background: #fff;
	border: 5px solid #336699;
	color: #336699;
	margin: 40px 0 40px 5%;
}

.p-name-sgv {
	width: 100%;
	font-size: 7vw;
	padding: 10px;
	text-align: center;
	border-bottom: 5px solid #fff;
}

.p-name-sgv-right {
	padding: 5px 20px;
	font-size: 5vw;
	line-height: 6vw;
	text-align: center;
}

.line-12 { 
	line-height: 4.6vw; 
	margin: 5px 0;
}

.line-18 { line-height: 4.8vw; }
.line-22 { line-height: 3.8vw; }

.thumb {
	margin-top: -20px;
}

.btn-1024 { 
	font-weight: 0;
	font-size: 16px;
}

.table-param {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 4vw;
	background: rgba(255,255,255,.8);
}

.div-vpu { padding-bottom: 0px; }

.vpu {
	margin: -20px 3% 0 0;
}

.xs-667 {
	visibility: hidden !important;
	display: none !important;
}

.skill {
	float: left;
	padding: 0;
	width: 220px;
	height: auto;
	margin-top: 70px;
}

.div-sad-man {
	width: 100%;
}

.sad-man {
	visibility: hidden !important;
	display: none !important;
}

.poopd {
	font-size: 3.4vw;
}

.z-footer {
	text-align: center;
	font-size: 6vw;
	padding: 40px 0 20px;
	font-family: 'Sansation';
	font-weight: 700;
	color: #fff;
}

.btn-414 {
	font-size: 14px;
}

.form-group-2 {
	float: left;
	width: 100%;
}

.vis-414 {
	visibility: visible !important;
	display: block !important;
}

.hid-414 {
	visibility: hidden !important;
	display: none !important;
}

.btn-375 {
	font-size: 14px;
}

.bold { font-size: 50px; }
.div-h2 { margin: 20px 0; font-size: 24px; }
.btnz { margin-top: 20px; font-size: 26px; }

}












































@media (max-width: 360px) {

.zagolovok {
	text-align: center;
	font-size: 6vw;
	line-height: 7vw;
	padding: 30px 0 40px;
	font-family: 'Sansation';
	font-weight: 700;
	color: #cc0099;
}	

.img-logo {
	width: 30%;
	height: 100px;
	margin-top: 5px;
	background: url(../img/logo-300.png) left center no-repeat;
}

.top-rekv {
	width: 70%;
	margin-top: 10px;
	text-align: center;
	font-size: 5vw;
	line-height: 6vw;
	font-family: 'Sansation';
	font-weight: 700;
	border: 0px;
	padding: 10px 0;
}	

.top-tel {
	font-size: 7vw;
	color: #ff6600;
}

.btn-top {
	margin: 0 0 7px 0;
	font-size: 18px;
	font-family: 'PT Sans';
	min-width: 340px;
	padding: 5px 0;
}

.btn {
	box-shadow: 0 0 5px #666;
	text-indent: 0px;
	border: 2px solid #fff;
}

.top-btn-div {
	visibility: hidden !important;
	display: none !important;
}

.top-btn-div-2 {
	visibility: visible;
	padding: 15px 0 10px;
	text-align: center;
	border-top: 1px dashed #999;
}

.message {
	visibility: hidden !important;
	display: none !important;
}

.message-736 {
	visibility: visible;
	margin: 20px 0 5%;	
	text-align: center;	
}

.message-p {	
	font-size: 5.4vw;
	line-height: 6.2vw;
	color: #336699;
	font-family: 'Sansation';
	font-weight: 700;
}

.message-p2 {
	font-size: 4.4vw;
	color: #444;
	font-family: 'PT Sans';
}

.usluga {
	width: 100%;
	margin: 5% 0 0 0;
	background: rgba(255,255,255,.8);
	padding: 10px;
	z-index: 5;
	text-align: center;
}

.usluga-p {
	font-size: 4vw;
	color: #333;
	margin: 0;
}

.fon {
	width: 100%;
	height: 960px;
	background: #d4ebf9 url(../img/fon.jpg) bottom center no-repeat;
}

.sant {
	visibility: hidden !important;
	display: none !important;
}

.ztop-p {
	font-size: 5.6vw;
	line-height: 6.2vw;
	text-align: center;
}

.btn-ztop {
	margin: 15px 0;
	width: 100%;
	font-size: 18px;
	padding: 10px 0;
}

.zayavka-top {
	margin: 0 5px 0 0;
	width: 320px;
	height: 580px;
	background: rgba(255,102,0,.5);
	padding: 0;
}

.zayavka-top-in {
	width: 300px;
	height: 560px;
	margin: 10px;
	background: #fff;
	padding: 10px;
}

.form-group-1 {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}

.form-control {
	width: 100%;
}

.p-price {
	width: 100%;
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 5vw;
	line-height: 6vw;
	margin-bottom: 5px;
}

.tr-price-top {
	background: #F0FFF0;
	font-size: 4.6vw;
	font-weight: 700;
}

.table-price {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 4.6vw;
	background: rgba(255,255,255,.9);
}

.p-price-sve {
	font-size: 4.6vw;
	background: rgba(255,255,255,.7);
	text-align: center;
	padding: 10px;
	color: #3b5d80;
	font-weight: 700;
	margin: -15px 0 10px 20px;
}

.p-price-2 {
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 5vw;
	line-height: 6vw;
	margin: 20px 0 5px;
}

.table-price-2 {
	float: right;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0px 0 20px;
	font-size: 5vw;
	background: rgba(255,255,255,.8);
}

.size-22 { font-size: 4vw; }
.size-14 { font-size: 4.6vw; }
.size-40 { font-size: 10vw; line-height: 10vw;}

.name-shv {
	width: 90%;
	padding: 20px;	
	background: #fff;
	border: 5px solid #336699;
	color: #336699;
	margin: 40px 0 40px 5%;
}

.p-name-sgv {
	width: 100%;
	font-size: 7vw;
	padding: 10px;
	text-align: center;
	border-bottom: 5px solid #fff;
}

.p-name-sgv-right {
	padding: 5px 20px;
	font-size: 5vw;
	line-height: 6vw;
	text-align: center;
}

.line-12 { 
	line-height: 5.6vw; 
	margin: 5px 0;
}

.line-18 { line-height: 5.4vw; }
.line-22 { line-height: 4.6vw; }

.thumb {
	margin-top: -20px;
}

.btn-1024 { 
	font-weight: 0;
	font-size: 16px;
}

.table-param {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 5vw;
	background: rgba(255,255,255,.8);
}

.div-vpu { padding-bottom: 0px; }

.vpu {
	margin: -20px 3% 0 0;
}

.xs-667 {
	visibility: hidden !important;
	display: none !important;
}

.skill {
	float: left;
	padding: 0;
	width: 220px;
	height: auto;
	margin-top: 70px;
}

.div-sad-man {
	width: 100%;
}

.sad-man {
	visibility: hidden !important;
	display: none !important;
}

.poopd {
	font-size: 4vw;
}

.z-footer {
	text-align: center;
	font-size: 6vw;
	padding: 40px 0 20px;
	font-family: 'Sansation';
	font-weight: 700;
	color: #fff;
}

.btn-414 {
	font-size: 14px;
}

.form-group-2 {
	float: left;
	width: 100%;
}

.vis-414 {
	visibility: visible !important;
	display: block !important;
}

.hid-414 {
	visibility: hidden !important;
	display: none !important;
}

.btn-375 {
	font-size: 14px;
}

.hid {
	visibility: hidden !important;
	display: none !important;
}

.bold { font-size: 40px; }
.div-h2 { margin: 10px 0; font-size: 22px; }
.btnz { margin-top: 20px; font-size: 28px; }

}













































@media (max-width: 320px) {

.zagolovok {
	text-align: center;
	font-size: 6vw;
	line-height: 7vw;
	padding: 30px 0 40px;
	font-family: 'Sansation';
	font-weight: 700;
	color: #cc0099;
}	

.img-logo {
	width: 32%;
	height: 100px;
	margin-top: 5px;
	background: url(../img/logo-300.png) left center no-repeat;
}

.top-rekv {
	width: 68%;
	margin-top: 15px;
	text-align: center;
	font-size: 5vw;
	line-height: 6vw;
	font-family: 'Sansation';
	font-weight: 700;
	border: 0px;
	padding: 10px 0;
}	

.top-tel {
	font-size: 7vw;
	color: #ff6600;
}

.btn-top {
	margin: 0 0 7px 0;
	font-size: 18px;
	font-family: 'PT Sans';
	min-width: 300px;
	padding: 5px 0;
}

.btn {
	box-shadow: 0 0 5px #666;
	text-indent: 0px;
	border: 2px solid #fff;
}

.top-btn-div {
	visibility: hidden !important;
	display: none !important;
}

.top-btn-div-2 {
	visibility: visible;
	padding: 15px 0 10px;
	text-align: center;
	border-top: 1px dashed #999;
}

.message {
	visibility: hidden !important;
	display: none !important;
}

.message-736 {
	visibility: visible;
	margin: 20px 0 5%;	
	text-align: center;	
}

.message-p {	
	font-size: 6vw;
	line-height: 7vw;
	color: #336699;
	font-family: 'Sansation';
	font-weight: 700;
}

.message-p2 {
	font-size: 4vw;
	color: #444;
	font-family: 'PT Sans';
}

.usluga {
	width: 100%;
	margin: 5% 0 0 0;
	background: rgba(255,255,255,.8);
	padding: 10px;
	z-index: 5;
	text-align: center;
}

.usluga-p {
	font-size: 4vw;
	color: #333;
	margin: 0;
}

.fon {
	width: 100%;
	height: 900px;
	background: url(../img/fon.jpg) center center no-repeat;
}

.sant {
	visibility: hidden !important;
	display: none !important;
}

.ztop-p {
	font-size: 5vw;
	line-height: 5.6vw;
	text-align: center;
}

.btn-ztop {
	margin: 15px 0;
	width: 100%;
	font-size: 18px;
	padding: 10px 0;
}

.zayavka-top {
	margin-right: -5px;
	width: 300px;
	height: 530px;
	background: rgba(255,102,0,.5);
	padding: 0;
}

.zayavka-top-in {
	width: 280px;
	height: 510px;
	margin: 10px;
	background: #fff;
	padding: 15px;
}

.form-group-1 {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}

.form-control {
	width: 100%;
	padding: 10px;
	font-size: 16px;
}

.p-price {
	width: 100%;
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 5vw;
	margin-bottom: 5px;
}

.tr-price-top {
	background: #F0FFF0;
	font-size: 5vw;
	font-weight: 700;
}

.table-price {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 5vw;
	background: rgba(255,255,255,.9);
}

.p-price-sve {
	font-size: 5vw;
	background: rgba(255,255,255,.7);
	text-align: center;
	padding: 10px;
	color: #3b5d80;
	font-weight: 700;
	margin: -15px 0 10px 15px;
}

.p-price-2 {
	padding: 10px;
	background: #336699;
	color: #fff;
	text-align: justify;
	font-size: 5vw;
	line-height: 6vw;
	margin: 20px 0 5px;
}

.table-price-2 {
	float: right;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0px 0 20px;
	font-size: 5vw;
	background: rgba(255,255,255,.8);
}

.size-22 { font-size: 3.8vw; text-align: center;}
.size-14 { font-size: 5vw; }
.size-40 { font-size: 14vw; line-height: 14vw;}

.name-shv {
	width: 90%;
	padding: 20px;	
	background: #fff;
	border: 5px solid #336699;
	color: #336699;
	margin: 40px 0 40px 5%;
}

.p-name-sgv {
	width: 100%;
	font-size: 7vw;
	padding: 10px;
	text-align: center;
	border-bottom: 5px solid #fff;
}

.p-name-sgv-right {
	padding: 5px 20px;
	font-size: 5vw;
	line-height: 6vw;
	text-align: center;
}

.line-12 { 
	line-height: 6vw; 
	margin: 5px 0;
}

.line-18 { line-height: 5.8vw; }
.line-22 { line-height: 4.6vw; }

.thumb {
	margin-top: -20px;
}

.btn-1024 { 
	font-weight: 0;
	font-size: 14px;
}

.table-param {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px 0 20px;
	font-size: 5vw;
	background: rgba(255,255,255,.8);
}

.div-vpu { padding-bottom: 0px; }

.vpu { margin: -20px 3% 0 0; }

.xs-667 {
	visibility: hidden !important;
	display: none !important;
}

.skill {
	float: left;
	padding: 0;
	width: 220px;
	height: auto;
	margin-top: 70px;
}

.div-sad-man {
	width: 100%;
}

.sad-man {
	visibility: hidden !important;
	display: none !important;
}

.poopd {
	font-size: 4vw;
}

.z-footer {
	text-align: center;
	font-size: 6vw;
	padding: 40px 0 20px;
	font-family: 'Sansation';
	font-weight: 700;
	color: #fff;
}

.btn-414 {
	font-size: 14px;
}

.form-group-2 {
	float: left;
	width: 100%;
}

.vis-414 {
	visibility: visible !important;
	display: block !important;
}

.hid-1024 {
	visibility: hidden !important;
	display: none !important;
}

.hid {
	visibility: hidden !important;
	display: none !important;
}

.btn-375 {
	font-size: 13px;
	margin: 0PX;
}

.hr-40 {
	border: 0px;
	border-bottom: 1px solid #ccc;
}

.bold { font-size: 40px; }
.div-h2 { margin: 20px 0; font-size: 20px; }
.btnz { margin-top: 20px; font-size: 24px; }

}

/* Вертикальное выравнивание только на больших экранах */
@media (min-width: 768px) {
  .display-table {
    display: table;
    width: 100%;
  }
  .display-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}