/*****************MAIN*******************/
* {
  box-sizing: border-box;
}

html
{
	height: 100%;
	position:relative;
	z-index:-999;
	overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary
{
	display: block;
}
body
{
	font-family: PTsans;
	-webkit-font-smoothing: subpixel-antialiased !important;
	width: 100%;
	height: 100%;
	background:#000;
	font-size: 1rem;
	line-height: 1.15;
	position:relative;
	/*z-index:-999;*/
}
input
{
	border: 2px solid rgba(37,37,37,0.20);
	padding-left: 5px;
	color: black;
	font-size:1.22rem;
	/*line-height: 1;*/
	background:none;
	transition: border linear .2s,box-shadow linear .2s;
	font-family: PTsans;
}
/*input:focus
{
	border-color: #00a5d3;
	box-shadow: 0 0 8px rgba(0,165,211,0.8);
}*/
input::-webkit-input-placeholder {color:#555;}
input:-moz-placeholder {color:#555;}

strong
{
	font-weight:bold;
}
#wrapper {
	/* min-width: 990px; */
	background: #fff;
	position:relative;
	overflow: hidden;
	min-height: 100%;
	/*z-index:-999;*/
}
#noscript
{
	position:fixed;
	min-width: 980px;
	width:100%;
	z-index:999;
	background: yellow;
	height:30px;
	text-align:center;
	border-radius:0 0 10px 10px;
	-webkit-box-shadow: 0px 0px 15px #222;
    -moz-box-shadow: 0px 0px 15px #222;
    box-shadow: 0px 0px 15px #222;
	padding-top:10px;
	font-size:1.33rem;
}


/* Middle
-----------------------------------------------------------------------------*/
#content
{

}
.MaxWidth
{
	max-width:1800px;
}
.Middle
{
	/* width:970px; */
	max-width: 970px;
	margin: 0 auto;
	padding-left:10px;
	padding-right:10px;
}
.SectionGray
{
	background:#f2f2f2;
}
.SectionBlue
{
	background:url('https://stockmetall.ru/_src/img/SectionBlue.jpg');
}
.Middle > .Header
{
	color: #000;
	font-size: 2.22rem;
	text-align:center;
	/*padding:0px 0 25px 0px;*/
	text-transform:uppercase;
	font-family:PFD_DP;
	font-weight:800;
	position: relative;
	/*font-weight:bold;*/
}

.Button
{
	display:inline-block;
	color: #fff;
	background: rgba(0,165,211,0.68);
	border:none;
	font-family: PTsans;
	text-align:center;
	vertical-align:middle;
}
.Button:hover
{
	background: rgba(0,165,211,1);
	cursor:pointer;
}

/* Forms
-----------------------------------------------------------------------------*/
#PopupShadow
{
	display:none;
	position:fixed;
	z-index:990;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
}
#CloseButton
{
	position:absolute;
	z-index:998;
	width:30px;
	height:30px;
	right:-15px;
	top:-15px;
	background:url('https://stockmetall.ru/_src/img/close-b.png');
}
#CloseButton:hover
{
	background:url('https://stockmetall.ru/_src/img/close-b-hover.png');
	cursor:pointer;
}
.Popup
{
	display:none;
	position:fixed;
	z-index:991;
	top:50%;
	left:50%;
	width:476px;
	margin:0 0 0 -13.88rem;
	/*margin-bottom:-;*/
	min-height:50px;
	/*background: #fff;*/
	border: 2px solid #fff;
	padding: 0.55rem;
	text-align:center;
	border-radius: 6px;
}
.Popup .Container
{
	background: #fff;
	border-radius: 6px;
	padding: 10px;
}
/*.Popup .Header
{
	margin-bottom: 10px;
	font-size: 28px;
}*/
.Popup .Header
{
	width:100%;
	color: #000;
	font-size: 1.22rem;
	text-align:center;
	text-transform:uppercase;
	font-family:PFD_DP;
	font-weight:800;
}
.Popup .Header td
{
	vertical-align:middle;
}
.Popup .Header .Line div
{
	border:2px solid #00a5d3;
}
.Popup .Header .Text
{
	width:1%;
	white-space:nowrap;
	padding:0 0.55rem;
}


.Popup .Form
{
	background:url(https://stockmetall.ru/_src/img/FormGradient.png) repeat-x center center;
	background-size:contain;
	border-radius:4px;
	color:#fff;
	padding: 1.66rem;
	padding-bottom:1.11rem;
	border-bottom:2px solid #08769a;
	margin-top:0.55rem;
}

.Popup .Form input
{
	width: 240px;
	border:none;
	background:#fff;
	border-radius:4px;
	padding:0.55rem 0 0.55rem 2rem;
	font-size:18px;
	margin-bottom:0.55rem;
}
.Popup .Form .InputIcon
{
	position:absolute;
	top:0.72rem;
	left:0.72rem;
}
/*.Popup .Form input:focus
{
	border-color: #00a5d3;
}*/
.Popup .Form button
{
	width:11.94rem;
	font-family:PFD_DP;
	font-weight:800;
	font-size:1rem;
	text-transform:uppercase;
	border-radius:4px;
	padding:0.55rem 0 0.55rem 0px;
	background: #02c207;
	border-bottom:2px solid #0d9a0d;
	box-shadow:0 6px 6px -4px rgba(0,0,0,0.5);
	margin-top:0.55rem;
}
.Popup .Form button:hover
{
	background: #07ca0c;
}

@media screen and (max-width: 480px) {
     html {font-size: 15px;}
	 #Header .Top {
		 flex-direction: column;
	 }
	
	#Header .Top .Contacts {
		margin-top: 20px;
	}
	
	#Header .Middle .Content {
		padding: 0;	
	}
	#content #Header .HeaderFon {
		background-position-x: -70px;
	}
	#Header .Middle .Content .Title .TitleFon td {
		padding: 23px 10px 11px 10px;
	}
	#Header .Content .Outline .Title .Header {
		font-size: 25px;
	}
	.Form__input {
		margin-bottom: 10px;
	}
	#Header .Middle .Benefits {
		justify-content: space-around;
	}
	#Header .Middle .Benefits .Item {
		width: 40%;
	}
	#Services .Middle .Services {
		flex-direction: column;
	}
	#Services .Middle .Services .ItemCell {
		width: 100%;
		margin-bottom: 20px;
	}
	#Services .Middle .Services .Item {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.Middle > .Header {
		font-size: 28px;
	}
	
	#How .Middle .Schem .Item {
		width: 45%;
		
	}
	#How .Middle .Schem .Item:first-child {
		padding-left: 0;
	}
	#How .Middle .Schem .Item:last-child {
		padding-left: 0;
	}
	#How .Schem .Item:nth-child(odd) .Icon:before {
		display: none;
	}
	#How .Schem .Item:nth-child(even) .Icon:before {
		display: none;
	}
	#Reviews .Middle .Reviews {
		flex-direction: column;
	}
	#Reviews .Middle .Reviews .ItemCell {
		width: 100%;
		padding: 15px;
		margin-bottom: 30px;
	}
	#Reviews .Middle .Reviews .Name {
		position: relative;
		z-index: 999999999;
	}
	
	#Footer .Middle .Top {
		flex-direction: column;
	}
	#Footer .Top .Logo {
		margin-bottom: 20px;
	}
	#Footer .Top .Developer
    {
    	text-align: center;
    }
	
	body .Popup {
		width: 90%;
		margin: 0;
		transform: translateX(-50%);
	}
	body .Popup .Form input {
		width: 100%;
	}
	body .Popup .Header .Text {
		font-size: 14px;
	}
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
   

/***************** Header *******************/
#Header
{
	width:100%;
	position:relative;
	/*min-height:590px;*/
}

#Header .HeaderFon
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
				background:url(https://stockmetall.ru/blocks/Header/_src/img/hlam.png) repeat-x center bottom , url(https://stockmetall.ru/blocks/Header/_src/img/HeaderFon.jpg) repeat-x center top ;
			height:590px;
			}
#Header .Top
{
	display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    justify-content: space-between;
    align-items: center;
}
#Header .Top
{
	/* width:50%; */
	/* vertical-align:middle; */
	padding-top:1.11rem;
	padding-bottom: 4rem;
}



#Header .Top .Logo
{
	text-align:left;
}
#Header .Top .Logo img
{
	display:inline-block;
	vertical-align:top;
}
#Header .Top .Logo .CompanyName
{
	text-align:center;
	vertical-align:top;
	font-family:PFD_DP;
	line-height: 20px;
	position:relative;
	top:3px;
	left:3px;
}
#Header .Top .Logo .CompanyName span:first-child
{
	font-weight:800;
	font-size:1.66rem;
}
#Header .Top .Logo .CompanyName span:last-child
{
	font-weight:600;
	font-size:1rem;
	letter-spacing:0.66rem;
}



#Header .Top .Contacts
{
	text-align:right;
}
#Header .Top .Contacts > div
{
	text-align:center;
}
#Header .Top .Contacts .Phone
{
	font-family:PFD_DP;
	font-weight:800;
	font-size:1.77rem;
	pointer-events:none;
	color:#000;text-decoration:none;
}
#Header .Top .Contacts .Socials{
	margin-top: -50px;
}
#Header .Top .Contacts .Socials a{
	display:inline-block;
	top: 60px;position:relative;
}
#Header .Top .Contacts .Button
{
	display:block;
	background:none;
	border-radius:6px;
	border:2px solid #0398bd;
	font-size:1rem;
	padding-top:2px;
	line-height:1.55rem;
	color:#000;
}
#Header .Top .Contacts .Button:hover
{
	border-color:#15c0eb;
}
#Header .Top .Contacts .Mail
{
	font-family:PFD_DP;
	font-weight:600;
	font-size:1.44rem;
	padding:2px;
}
#Header .Top .Contacts .Mail a
{
	text-decoration:none;
	color:#000;
	border-bottom: 1px dotted #000;
}




#Header .Content
{
	padding:8.5rem 2.77rem 0px 2.77rem;
	position:relative;
	z-index:1;
}
#Header .Content .Outline
{
	padding:0.55rem;
	border:2px solid #fff;
	border-radius:6px;
}
#Header .Content .Container
{
	padding:0.72rem;
	background:#fff;
	border-radius:6px;
	text-align:center;
}



#Header .Content .Title
{
	margin-top:1.66rem;
	margin-bottom:1.38rem;
}
#Header .Content .Title > div
{
	position:relative;
	z-index:1;
}
#Header .Content .Title .Header
{
	font-family:PFD_DP;
	font-weight:800;
	font-size:2.77rem;
	text-transform:uppercase;
	line-height:2.86rem;
}
#Header .Content .Title .Header span
{
	background-color:#fff;
	padding:0 5px;
}
#Header .Content .Title .Description
{
	font-size:1.22rem;
	/*line-height:2.33rem;*/
}
#Header .Content .Title .Description span
{
	background-color:#fff;
	padding:0 5px;
}
#Header .Content .Title .TitleFon
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:0;
}
#Header .Content .Title .TitleFon table
{
	width:100%;
	height:100%;
}
			#Header .Content .Title .TitleFon td
			{
				padding: 15px 50px 20px 50px;
				width:100%;
				height:100%;
			}
			
#Header .Content .Title .TitleFon div
{
	height:5.05rem;
	border:6px solid #00a5d3;
}



#Header .Content .FormContainer
{
	background:url(https://stockmetall.ru/_src/img/FormGradient.png) repeat-x center center;
	background-size:contain;
	border-radius:4px;
	color:#fff;
	padding:1.66rem;
	border-bottom:2px solid #08769a;
}
#Header .Content .FormContainer .FormHeader
{
	font-family:PFD_DP;
	font-weight:800;
	font-size:1.55rem;
	text-transform:uppercase;
	line-height:1.66rem;
}
#Header .Content .FormContainer .FormDescription
{
	font-size:1.33rem;
	line-height:1.66rem;
}
#Header .Content .FormContainer .Form
{
	margin-top:0.55rem;
}
#Header .Content .FormContainer .Form input
{
	width:184px;
	border:none;
	background:#fff;
	border-radius:4px;
	padding:0.55rem 0 0.55rem 2rem;
	font-size:1rem;
	margin-right:2px;
}
#Header .Content .FormContainer .Form .InputIcon
{
	position:absolute;
	top:0.72rem;
	left:0.72rem;
}
#Header .Content .FormContainer .Form button
{
	width:215px;
	font-family:PFD_DP;
	font-weight:800;
	font-size:1rem;
	text-transform:uppercase;
	border-radius:4px;
	padding:0.55rem 0 0.55rem 0px;
	background: #02c207;
	border-bottom:2px solid #0d9a0d;
	box-shadow:0 6px 6px -4px rgba(0,0,0,0.5);
}
#Header .Content .FormContainer .Form button:hover
{
	background: #07ca0c;
}


#Header .Benefits
{
	text-align:center;
	margin-top:0.55rem;
	width:100%;
	position:relative;
	z-index:1;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}
#Header .Benefits .Item
{
	font-size:1rem;
	width: 25%;
	/* width:1%; */
}
#Header .Benefits .Item:first-child
{
	/* padding-left:20px; */
}
#Header .Benefits .Item:last-child
{
	/* padding-right:20px; */
}
#Header .Benefits .Item .Icon table
{
	width:100%
}
#Header .Benefits .Item .Icon td
{
	vertical-align:middle;
}
#Header .Benefits .Item .Description
{
	margin-top:0.44rem;
}

@media screen and (max-width: 480px) {
	
	#Header .Top .Contacts .Phone{
		pointer-events:all;
	}
	#Header .Top .Contacts .Button{
		display:none;
	}
}


/*#Header .Middle tr td
{
	vertical-align:middle;
}
#Header .Middle .Top
{
	padding:20px;
}
#Header .Middle .Top table
{
	width:100%;
	height:100%;
}
#Header .Middle .Top > table > tr > td
{
	width:33%;
}
#Header .Middle .Top > table > tr > td:not(:last-child)
{
	padding-right:20px;
}
#Header .Middle .Top > table > tbody > tr > td
{
	width:33%;
}
#Header .Middle .Top > table > tbody > tr > td:not(:last-child)
{
	padding-right:20px;
}
#Header .Logo img
{
	width:100%;
	display:block;
}
#Header .Name
{
	font-size:28px;
	color:;
	text-transform:uppercase;
	padding-left:20px;
}
#Header .Contacts
{
	text-align:right;
}
#Header .Contacts .Phone
{
	color:;
	font-size:36px;
	font-weight:bold;
	white-space:nowrap;
	margin-bottom:10px;
}
#Header .Contacts .Phone td:last-child
{
	width:1%;
}
#Header .Contacts .Phone img
{
	vertical-align: middle;
	width: 50%;
	padding-right:5px;
}
#Header .Contacts .Button
{
	display:inline-block;
	padding:3px 30px;
	color:;
	border-radius:3px;
	margin-bottom:10px;
	font-size:20px;
}
#Header .Contacts .Metro,#Header .Contacts .Address
{
	font-size:20px;
	color:;
}*/

/***************** Services *******************/
#Services
{
	background:url(https://stockmetall.ru/blocks/Services/_src/img/ServicesFon.jpg) no-repeat center top;
	overflow:hidden;
}
#Services .Middle
{
	padding-top:5rem;
	padding-bottom:5.55rem;
}
#Services .Kruck
{
	position:absolute;
	top:12px;
	right:-170px;
	z-index:1;
}
#Services .Header
{
	width:100%;
}

#Services .Header {
	font-size: 2.22rem;
}

#Services .Header td
{
	vertical-align:middle;
}
#Services .Header td.Line div
{
	border:2px solid #00a5d3;
}
#Services .Header td.Text
{
	width:1%;
	white-space:nowrap;
	padding:0 0.55rem;
}
#Services .Services
{
	width:100%;
	margin-top:2.77rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#Services .Services .ItemCell
{
	/* width:1%; */
	width: 30%;
	text-align:center;
	vertical-align:top;
}
#Services .Services td.ItemCell:first-child
{
	text-align:left;
}
#Services .Services td.ItemCell:last-child
{
	text-align:right;
}
#Services .Services .Item
{
	text-align:left;
}
#Services .Services .Photo
{
	text-align:center;
}
#Services .Services .Photo img
{
	vertical-align:top;
}
#Services .Services .Name
{
	font-family:PFD_DP;
	font-weight:800;
	font-size:1.33rem;
	line-height:1.33rem;
	text-transform:uppercase;
	height:44px;
	padding:1rem 0;
}
#Services .Services .Text
{
	font-size:1rem;
	line-height:1.33rem;
	margin-top: 20px;
}
#Services .Services .Text ul li
{
	padding-left:0.83rem;
	position:relative;
}
#Services .Services .Text ul li:before
{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(https://stockmetall.ru/blocks/Services/_src/img/Dot.png) no-repeat 1px 4px;
}
#Services .Services .Button
{
	margin-top:0.55rem;
	width:185px;
	font-family:PFD_DP;
	font-weight:800;
	font-size:15px;
	text-transform:uppercase;
	border-radius:4px;
	padding:0.55rem 0 0.55rem 0px;
	background: #02c207;
	border-bottom:2px solid #0d9a0d;
	box-shadow:0 6px 6px -4px rgba(0,0,0,0.5);
}
#Services .Services .Button:hover
{
	background: #07ca0c;
}

/***************** How *******************/

#How .Header
{
	width:100%;
}
#How .Header td
{
	vertical-align:middle;
}
#How .Header td.Line div
{
	border:2px solid #00a5d3;
}
#How .Header td.Text
{
	width:1%;
	white-space:nowrap;
	padding:0 0.55rem;
}

#How .Schem
{
	text-align:center;
	margin-top:3.61rem;
	width:100%;
	position:relative;
	z-index:1;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
#How .Schem .Item
{	
	font-size:1rem;
	/* width:1%; */
	width: 25%;
}
#How .Schem .Item:first-child
{
	padding-left:1.11rem;
}
#How .Schem .Item:last-child
{
	padding-right:1.11rem;
}
#How .Schem .Item .Icon table
{
	width:100%
}
#How .Schem .Item .Icon td
{
	vertical-align:middle;
}
#How .Schem .Item:not(:last-child) .Icon:before
{
	content:'';
	position:absolute;
	top:0;
	left:50%;
	width:100%;
	height:100%;
}
#How .Schem .Item:nth-child(odd) .Icon:before
{
	background:url(https://stockmetall.ru/blocks/How/_src/img/ArrowBottom.png) no-repeat center 45%;
}
#How .Schem .Item:nth-child(even) .Icon:before
{
	background:url(https://stockmetall.ru/blocks/How/_src/img/ArrowTop.png) no-repeat center 40%;
}
#How .Schem .Item:last-child .Icon:before
{
	background:none;
}
#How .Schem .Item .Description
{
	margin-top:0.44rem;
}
#How .Schem .Item .Postfix
{
	font-size:0.83rem;
}

/***************** Reviews *******************/
#Reviews
{
	background:url(https://stockmetall.ru/blocks/Reviews/_src/img/ReviewsFon.png) no-repeat center top;
	overflow:hidden;
}
#Reviews .Middle
{
	padding-top:5rem;
	padding-bottom:6.11rem;
}
#Reviews .Header
{
	width:100%;
}
#Reviews .Header td
{
	vertical-align:middle;
}
#Reviews .Header td.Line div
{
	border:2px solid #00a5d3;
}
#Reviews .Header td.Text
{
	width:1%;
	white-space:nowrap;
	padding:0 0.55rem;
	color:#fff;
}



#Reviews .Reviews
{
	width:100%;
	margin-top:2.77rem;
	color:#fff;
	border-collapse:separate;
	border-spacing:2.22rem;
	display: flex;
	justify-content: space-around;
	flex-wrap:wrap;
}
#Reviews .Reviews .ItemCell
{
	/* width:1%; */
	width: 40%;
	text-align:center;
	vertical-align:top;
	padding:1.66rem;
	background:rgba(0,0,0,0.4);
	outline:3px solid #fff;
	outline-offset: -12px;
	
}
#Reviews .Reviews .Photo
{
	text-align:center;
	position:absolute;
	top:-35px;
	left:0;
	width:100%;
	/*height:100%;*/
}
#Reviews .Reviews .Photo img
{
	vertical-align:top;
}
#Reviews .Reviews .Name
{
	font-family:PFD_DP;
	font-weight:800;
	font-size:1.16rem;
	line-height:1.33rem;
	text-transform:uppercase;
	margin:0 auto;
	margin-top:1.66rem;
	border-bottom:1px solid #fff;
	width:80%;
	padding-bottom:0.55rem;
	margin-bottom:0.66rem;
}
#Reviews .Reviews .Text
{
	font-size:1rem;
	line-height:1.22rem;
}
#Reviews .Reviews .Text ul li
{
	padding-left:0.83rem;
	position:relative;
}
#Reviews .Reviews .Text ul li:before
{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(https://stockmetall.ru/blocks/Reviews/_src/img/Dot.png) no-repeat 1px 4px;
}

/***************** Footer *******************/
#Footer
{
	padding-bottom:0.55rem;
	background:url(https://stockmetall.ru/blocks/Footer/_src/img/FooterFon.jpg) no-repeat center bottom;
}

#Footer .Gruzovik
{
	position:absolute;
	top:-160px;
	left:-380px;
	z-index:9;
}
#Footer .Container
{
	text-align:center;
	margin-bottom:3.88rem;
	position:relative;
	z-index:10;
	
}
#Footer .FormContainer
{
	/*text-align:center;*/
	background:url(https://stockmetall.ru/_src/img/FormGradient.png) repeat-x center center;
	background-size:contain;
	border-radius:4px;
	color:#fff;
	padding:1.66rem;
	border-bottom:2px solid #08769a;
	display:inline-block;
}
#Footer .FormContainer .FormHeader
{
	font-family:PFD_DP;
	font-weight:800;
	font-size:1.55rem;
	text-transform:uppercase;
	line-height:1.66rem;
}
#Footer .FormContainer .FormDescription
{
	font-size:1.33rem;
	line-height:1.66rem;
}
#Footer .FormContainer .Form
{
	margin-top:0.55rem;
}
#Footer .FormContainer .Form input
{
	width:184px;
	border:none;
	background:#fff;
	border-radius:4px;
	padding:0.55rem 0 0.55rem 2rem;
	font-size:1rem;
	margin-right:2px;
}
#Footer .FormContainer .Form .InputIcon
{
	position:absolute;
	top:0.72rem;
	left:0.72rem;
}
#Footer .FormContainer .Form button
{
	width:215px;
	font-family:PFD_DP;
	font-weight:800;
	font-size:1rem;
	text-transform:uppercase;
	border-radius:4px;
	padding:0.55rem 0 0.55rem 0px;
	background: #02c207;
	border-bottom:2px solid #0d9a0d;
	box-shadow:0 6px 6px -4px rgba(0,0,0,0.5);
}
#Footer .FormContainer .Form button:hover
{
	background: #07ca0c;
}



#Footer .Top
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:100%;
	position:relative;
	z-index:1;
}
#Footer .Top td
{
	width:50%;
	vertical-align:middle;
	padding-top:1.11rem;
}



#Footer .Top .Logo
{
	text-align:left;
}
#Footer .Top .Logo img
{
	display:inline-block;
	vertical-align:top;
}
#Footer .Top .Logo .CompanyName
{
	text-align:center;
	vertical-align:top;
	font-family:PFD_DP;
	line-height: 1.11rem;
	position:relative;
	top:3px;
	left:3px;
}
#Footer .Top .Logo .CompanyName span:first-child
{
	font-weight:800;
	font-size:1.66rem;
}
#Footer .Top .Logo .CompanyName span:last-child
{
	font-weight:600;
	font-size:1rem;
	letter-spacing:0.66rem;
}
#Footer .Top .Developer
{
	margin-top: 10px;
}
#Footer .Top .Developer a{
    color: #000;
    text-decoration: none;
}
#Footer .Top .Developer a b{
    vertical-align: middle;
    text-decoration: underline;
    font-weight: bold;
    color: #00a5d3;
}


#Footer .Top .Contacts
{
	text-align:right;
}
#Footer .Top .Contacts > div
{
	text-align:center;
}
#Footer .Top .Contacts .Phone
{
	font-family:PFD_DP;
	font-weight:800;
	font-size:1.77rem;
}
#Footer .Top .Contacts .Button
{
	display:block;
	background:none;
	border-radius:6px;
	border:2px solid #0398bd;
	font-size:1rem;
	padding-top:2px;
	line-height:1.55rem;
	color:#000;
}
#Footer .Top .Contacts .Button:hover
{
	border-color:#15c0eb;
}
#Footer .Top .Contacts .Mail
{
	font-family:PFD_DP;
	font-weight:600;
	font-size:1.44rem;
	padding:2px;
}
#Footer .Top .Contacts .Mail a
{
	text-decoration:none;
	color:#000;
	border-bottom: 1px dotted #000;
}