body {
	color: #666;
    background: url("../images/fon.jpg") no-repeat center 0px;	
	font: 20px/23px 'Georgia';
	/*letter-spacing: 0.025em;*/
	-webkit-text-size-adjust: none;
}

h2 {
	color: #000000;
	font: 36px/36px 'Georgia';
	padding: 55px 0 35px;
	text-align: center;
}

a {
    text-decoration: none;	
}

.w920 {
	width: 920px;
	margin: 0 auto;
}

#wrapper {
	max-width: 1100px;
	margin: 0 auto;
}

.ruble {
	font-family: "Georgia";
}

/*--выделение курсивом и цветом по тексту--*/
.marked-txt {
	color: #4B2E29;
    font-family: 'Georgia';
}
/*--/выделение курсивом и цветом по тексту/--*/

/*--Форма--*/
form {
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
	border-radius: 10px;
	padding: 20px 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45), 0 -65px 50px -50px rgba(0, 0, 0, 0.2) inset;		
}

form input {
	border: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
	font: 17px Arial;
	margin-right: 8px;
	padding: 12px 12px 11px;
	width: 195px;
	height: 42px;
	border-radius: 6px;
	transition: all 0.1s ease;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.35) inset;
}

form textarea {
	border: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
	font: 17px Arial;
	margin-right: 8px;
	padding: 12px 12px 11px;
	width: 860px;
	height: 120px;
	border-radius: 6px;
	transition: all 0.1s ease;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.35) inset;
}

.tac1 {
	text-align: right;
}

.BackBox form input {
	width: 145px;
}

.BackBox form input.aa {
	width: 240px;
}

form input:focus {
	background-color: rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 2px 2px #6acab5;
	outline: 0;
}

input[type=text].error {
	border: 1px solid #e16c6c;
	-webkit-box-shadow: 0 0 2px 2px  #ea9090, 0 1px 3px rgba(0, 0, 0, 0.35) inset;
	   -moz-box-shadow: 0 0 2px 2px  #ea9090, 0 1px 3px rgba(0, 0, 0, 0.35) inset;
			box-shadow: 0 0 2px 2px  #ea9090, 0 1px 3px rgba(0, 0, 0, 0.35) inset;
}

form p {
	color: #000;
	font: 30px 'Georgia';
	margin-bottom: 20px;
}

form button {
	margin-left: 6px;
}

form div {
	color: #666;
	font: 12px Arial;
	margin-top: 15px;
}

/*вертикальная форма в шапке и подвале*/
.form-vertical li {
	margin-bottom: 13px;
}

.form-vertical li:first-child {
	color: #000;
	font-family: 'Georgia';
	margin-bottom: 0px;
}

.form-vertical  input {
	width: 50%;
}

.form-vertical2 li {
	margin-bottom: 13px;
}

.form-vertical2 li:first-child {
	color: #000;
	font-family: 'Georgia';
	margin-bottom: 10px;
}

.form-vertical2  input {
	width: 100%;
}


::-webkit-input-placeholder { color: #fff; } /* WebKit browsers */ 
:-moz-placeholder { color: #fff; } 			/* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #fff; } 			/* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #fff; } 		/* Internet Explorer 10+ */
/*--/Форма/--*/

/*--Кнопка--*/
.button {
	border: 0;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font: 20px/32px 'Georgia';
	text-align: center;
	padding: 4px 15px 5px;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	-webkit-appearance: none;
	background: #71cfbb; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */ 
	background: -moz-linear-gradient(top,  #f71064 0%, #e40959 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f71064), color-stop(100%,#e40959)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f71064 0%,#e40959 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f71064 0%,#e40959 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f71064 0%,#e40959 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f71064 0%,#e40959 100%); /* W3C */
	box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.2) inset, 0 2px 1px rgba(255, 255, 255, 0.3) inset, 0 2px 3px rgba(0, 0, 0, 0.3);
	text-shadow: -1px 1px 0 #339f84;
}

.button:hover {
	background: #ff2d72;
}

.button:active {
	top: 2px;
	background: #ff2d72;
	box-shadow: none;
}
/*--/Кнопка/--*/

/*--Псевдоссылка--*/
.g-link-color1 {
	color: #666;
}

.g-link-color2 {
	color: #4B2E29;
}

.g-link {
	text-decoration: none;
	background: -moz-linear-gradient(left,#666,#666 50%,transparent 50%);
	background: -ms-linear-gradient(left,#666,#666 50%,transparent 50%);
	background: -o-linear-gradient(left,#666,#666 50%,transparent 50%);
	background: -webkit-gradient(linear,0 0,100% 0,from(#666),color-stop(0.5,#666),color-stop(0.5,transparent));
	background: -webkit-linear-gradient(left,#666,#666 50%,transparent 50%);
	background: linear-gradient(left,#666,#666 50%,transparent 50%);
	background-size: 2px 1px;
	background-repeat: repeat-x;
	background-position: 0 1.1em;
	transition: all 0.1s ease;
}

.g-link:hover {
	color: #57a0d4;
	background: -moz-linear-gradient(left,#57a0d4,#57a0d4 50%,transparent 50%);
	background: -ms-linear-gradient(left,#57a0d4,#57a0d4 50%,transparent 50%);
	background: -o-linear-gradient(left,#57a0d4,#57a0d4 50%,transparent 50%);
	background: -webkit-gradient(linear,0 0,100% 0,from(#57a0d4),color-stop(0.5,#65c5b1),color-stop(0.5,transparent));
	background: -webkit-linear-gradient(left,#57a0d4,#57a0d4 50%,transparent 50%);
	background: linear-gradient(left,#57a0d4,#57a0d4 50%,transparent 50%);
	background-size: 2px 1px;
	background-repeat: repeat-x;
	background-position: 0 1.1em;
}
/*--/Псевдоссылки/--*/

/*--Линия между секциями--*/
.line {
	position: relative;
	background: -moz-linear-gradient(left,#fff,#fff 50%,transparent 50%);
	background: -ms-linear-gradient(left,#fff,#fff 50%,transparent 50%);
	background: -o-linear-gradient(left,#fff,#fff 50%,transparent 50%);
	background: -webkit-gradient(linear,0 0,100% 0,from(#fff),color-stop(0.5,#fff),color-stop(0.5,transparent));
	background: -webkit-linear-gradient(left,#fff,#fff 50%,transparent 50%);
	background: linear-gradient(left,#fff,#fff 50%,transparent 50%);
	background-size: 4px 1px;
	background-repeat: repeat-x;
	background-position: 0 0;
	width: 100%;
	height: 1px;
	*border-bottom: 1px solid red;
}

.line:after {
	position: absolute;
	content: "";
	background: url("../images/vignette.png") no-repeat 0 0;
	width: 750px;
	height: 41px;
	margin: 0 auto;
	top: -16px;
	left: 0;
	right: 0;
	z-index: 1;
}
/*--/Линия между секциями/--*/
/*-------------------------------------------------------------------------------------------------------*/

/*----HEAD----*/
#head {
	border-bottom: 3px solid #57a0d4;
	padding-bottom: 5px;
}

/*--logo--*/
#head .logo {
	margin-left: 0px;
	margin-top: 58px;
	text-align: right;
}
/*--/logo/--*/

/*--slogon--*/
#head .slogon {
	margin: 82px auto 0;
	padding-left: 70px;
	width: 530px;
}

#head .slogon h1 {
	color: #000;
	font-weight: bold;
}
/*--/slogon/--*/

/*--callback--*/
#head .callback {
	margin-left: -165px;
	margin-top: 95px;
	padding-bottom: 5px;
	width: 220px;
	text-align: right;
}

#head .callback p {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
/*--/callback/--*/

/*--menu--*/
#menu-fixed {
    background: url("../images/top-menu.png") no-repeat center 0px;
    position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 66;
}

#menu-fixed li {
	display: inline-block;
	vertical-align: top;
	padding: 5px 0 48px;
}

#menu-fixed li.sep {
	padding: 0 10px;
}

#menu-fixed li a {
    font-family: "Tahoma";
	color: #fff;
    text-decoration: none;	
	font-size: 22px;
	padding: 0 10px;
	transition: all ease 0.1s;
	letter-spacing: -0.025em;
}

#menu-fixed li a:hover {
	color: #fff;
	text-decoration: underline;	
}
/*--/menu/--*/
/*----/HEAD/----*/

/*----Slider-Top тизер в щапке----*/
#slider-top .form-container {
	left: 0;
	right: 0;
	margin: 0 auto;
}

#slider-top .caption {
	color: #fff;
	font-family: 'Georgia';
	padding-left: 30px;
	text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.75);
}

/*слайды*/
#slider-top .slide1 .form-container, 
#slider-top .slide4 .form-container,
#slider-top .slide5 .form-container {
	bottom: 47px;
}

#slider-top .slide1 .caption,
#slider-top .slide5 .caption,
#slider-top .slide4 .caption,
#slider-top .slide6 .caption {
	font-size: 36px;
	line-height: 36px;
}

#slider-top .slide1 .caption {
	top: -80px;
}

#slider-top .slide3 .caption {
	font-size: 30px;
	line-height: 42px;
	left: 0;
	top: 65px;
	right: 0;
}
 
#slider-top .slide4 .caption {
	left: 0;
	top: 90px;
	right: 0;
}

#slider-top .slide5 .caption {
	top: -60px;
}

#slider-top .slide6 .caption {
	left: 0;
	right: 0;
	bottom: 75px;
}

#slider-top .slide2 .oa {
	color: #000;
	background-color: rgba(255, 255, 255, 0.8);
	width: 810px;
	border-radius: 10px;
	margin: 0 auto;
	padding: 25px 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45), 0 -65px 50px -50px rgba(0, 0, 0, 0.2) inset;
	left: 0;
	right: 0;
	bottom: 54px;
}

#slider-top .slide2 .fl{
	width: 49%;
}

#slider-top .slide2 .fr {
	width: 42%;
}

#slider-top .slide2 .oa p {
	font-family: 'PFAgoraSlabProMedium';
}

#slider-top .slide2 .oa .fl p.title {
	font-size: 54px;
	line-height: 54px;
	margin-bottom: 20px;
}

#slider-top .slide2 .oa .fl p {
	line-height: 30px;
}

#slider-top .slide2 .oa .fr p {
	line-height: 24px;
}

#slider-top .slide2 .oa .fr .button {
	font-size: 28px;
	padding: 14px 40px 16px;
	/* line-height: 24px;
	padding: 9px 15px 11px; */
}

/*--таймер во 2 слайде--*/
.clocks {
	margin-bottom: 10px;
}

.clocks div {
    display: inline-block;
    font-size: 24px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.clocks i {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    font-size: 28px;
	line-height: 40px;
	font-style: normal;
    vertical-align: middle;
    width: 46px;
	margin: 15px 0 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5) inset;
	text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.75);
}

.clocks span {
	font-size: 16px;
}
/*--/таймер во 2 слайде/--*/
/*----/Slider-Top тизер в щапке/----*/

/*----SIDE2 наши услуги----*/
#side2 .w920 .uslugi div {
	display: inline-block;
	vertical-align: top;
	width: 225px;
	margin-bottom: 55px;
}

#side2 .w920 .uslugi div img {
	margin-bottom: 10px;
}

#side2 .w920 .uslugi div a {
	display: block;
	text-decoration: none;
}
/*----/SIDE2/----*/

/*----SIDE5 почему мы----*/
#side5 .w920 .whywe {
	margin: 0 30px 30px;
	padding-left: 70px;
}

#side5 .w920 .i1 {
	background: url("../images/icon-set3.png") no-repeat 0 3px;
}

#side5 .w920 .i2 {
	background: url("../images/icon-set3.png") no-repeat 0 -101px;
	padding-top: 3px;
	padding-bottom: 10px;	
}

#side5 .w920 .i3 {
	background: url("../images/icon-set3.png") no-repeat 0 -229px;
	padding-top: 2px;	
	margin-bottom: 20px;
}

#side5 .w920 .i4 {
	background: url("../images/icon-set3.png") no-repeat 0 -355px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#side5 .w920 .i5 {
	background: url("../images/icon-set3.png") no-repeat 0 -432px;
}

#side5 .w920 .i6 {
	background: url("../images/icon-set3.png") no-repeat 0 -494px;

	padding-bottom: 10px;	
	margin-bottom: 10px;
}

#side5 .w920 .i7 {
	background: url("../images/icon-set3.png") no-repeat 0 -614px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#side5 .w920 .i8 {
	background: url("../images/icon-set3.png") no-repeat 0 -693px;
}

#side5 .w920 .i9 {
	background: url("../images/icon-set3.png") no-repeat 0 -769px;
	padding-bottom: 5px;
	margin-bottom: 5px;	
}

#side5 .w920 p {
	padding-top: 30px;
	margin-bottom: 55px;
}
/*----/SIDE5/----*/

/*----SIDE17 как мы работаем----*/
#side17 .w920 {
	background: url("../images/arrows.png") no-repeat right 44%;
}

#side17 .w920 div {
	float: left;
	margin-bottom: 60px;
	padding-top: 90px;
	font-size: 20px;
	letter-spacing: -0.01em;
}

#side17 .w920 .i1 {
	background: url("../images/icon-set4.png") no-repeat -29px 0;
	width: 130px;
	margin-left: 47px;
	margin-right: 82px;
}

#side17 .w920 .i2 {
	background: url("../images/icon-set4.png") no-repeat -244px 0;
	width: 150px;
	margin-right: 73px;
}

#side17 .w920 .i3 {
	background: url("../images/icon-set4.png") no-repeat -463px 0;
	width: 160px;
	margin-right: 60px;
}

#side17 .w920 .i4 {
	background: url("../images/icon-set4.png") no-repeat -685px 0;
	width: 165px;
	margin-right: 35px;
}

#side17 .w920 .i5 {
	background: url("../images/icon-set4.png") no-repeat -750px 0;
	width: 140px;
}

#side17 .w920 .i6 {
	background: url("../images/icon-set4.png") no-repeat -5px -255px;
	width: 180px;
	margin-left: 25px;	
	margin-right: 65px;
}

#side17 .w920 .i7 {
	background: url("../images/icon-set4.png") no-repeat -255px -255px;
	width: 130px;
	margin-right: 80px;
}

#side17 .w920 .i8 {
	background: url("../images/icon-set4.png") no-repeat -462px -255px;
	width: 160px;
	margin-right: 75px;
}

#side17 .w920 .i9 {
	background: url("../images/icon-set4.png") no-repeat -698px -255px;
	width: 150px;
	margin-right: 40px;
}

#side17 .w920 .i10 {
	background: url("../images/icon-set4.png") no-repeat -746px -255px;
	width: 150px;
}
/*----/SIDE17/----*/

/*----SIDE22 форма 5----*/
#side22 img {
	margin-bottom: 40px;
}
/*----/SIDE22/----*/

/*----SIDE23 форма 5----*/
#side23 {
	background: url("../images/form-bg6.jpg") no-repeat center 0;
	padding: 365px 0 40px;
}
/*----/SIDE23/----*/

/*----FOOTER----*/
#footer {
	padding-bottom: 10px;
}

/*--logo--*/
#footer .logo {
	margin-left: 20px;
	margin-top: 15px;
	text-align: left;
}
/*--/logo/--*/

/*--slogon--*/
#footer .slogon {
	margin: 45px auto 0;
	padding-left: 30px;
	width: 400px;
}

#footer .slogon h1 {
	color: #000;
	font-weight: bold;
}
/*--/slogon/--*/

/*--callback--*/
#footer .callback {
	margin-left: -235px;
	margin-top: 19px;
	padding-bottom: 5px;
	width: 225px;
	text-align: right;
}

#footer .callback p {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
/*--/callback/--*/

/*--menu--*/
#menu-footer {
    background-color: #7f7f7f;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    position: relative;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 61;
}

#menu-footer:after {
	content: "";
	background-color: #fff;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 4px;
	left: 0;
}

#menu-footer li {
	display: inline-block;
	vertical-align: top;
	padding: 5px 0 10px;
}

#menu-footer li.sep {
	padding: 0 10px;
}

#menu-footer li a {
    font-family: "Tahoma";
	color: #fff;
	font-size: 22px;
	padding: 0 10px;
	text-decoration: none;
	transition: all ease 0.1s;
	letter-spacing: -0.025em;
}

#menu-footer li a:hover {
	text-decoration: underline;	
}
/*--/menu/--*/
/*----/FOOTER/----*/

/* ------------------------------------------------------------------------------------- */
.wrOverlay {
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 111;
	cursor: pointer;
	display: none;
}

.video-review-box {
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
    border-radius: 10px;
	top: 6%;
    left: 0;
	right: 0;
    margin: 0 auto;
    padding: 20px 30px;
    width: 780px;
    z-index: 113;
	display: none;
}

.video-review-box .title,
.video-review-box .date {
	color: #000;
	font-family: 'Georgia';
}

.video-review-box .title {
	font-size: 30px;
}

.video-review-box .date,
.video-review-box .oa {
	font-size: 20px;
}

.video-review-box iframe {
	margin: 20px 0;
}

.video-review-box .fl, .video-review-box .fr {
	width: 48%;
}

/*--we call--*/
.we-call {
	display: none;
	top: 20%;
	left: 0;
	right:0;
	margin: 0 auto;
	width: 920px;
    position: fixed;
    z-index: 113;
}

.callBackBox_PopUp form input {
	width: 300px;
}

.callBackBox_PopUp form button {
	width: 225px;
}

.callBackBox_PopUp2 form input {
	width: 300px;
}

.callBackBox_PopUp2 form button {
	width: 225px;
}

.close {
	background: url("../images/close.png") no-repeat center center;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 10px;
	right: 10px;
	transition: all 0.15s ease;
}

.close:hover {
	opacity: 0.4;
}

/*--thanks--*/
.thanks {
	color: #000;
	display: none;
	background-color: #e0e0e0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 810px;
	padding: 25px 35px;
    position: absolute;
	z-index: 113;
	border-radius: 10px;
}

.thanks p {
	font: 30px/30px 'Georgia';
}
/*--/thanks/--*/

/*--Slider--*/
.bx-wrapper  {
	position: relative;
}

.bx-wrapper .bx-pager, 
.bx-wrapper .bx-controls-auto {
    bottom: 15px;
    position: absolute;
    width: 100%;
	z-index: 60;
	text-align: center;
	line-height: 0;
}

.bx-wrapper .bx-pager .bx-pager-item, 
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #fff;
    border-radius: 6px;
    display: block;
	width: 12px;
    height: 12px;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.35) inset;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #57a0d4;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2) inset, 0 2px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 3px rgba(0, 0, 0, 0.3);}

.bx-wrapper img {
	display: block;
}

.bx-viewport {

}

.bx-wrapper .bx-controls-direction a {
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 42%;
    width: 55px;
	height: 100px;
    z-index: 60;
}

.bx-wrapper .bx-prev {
    background: url("../images/prev-next.png") no-repeat 0 center;
    left: 10%;
}

.bx-wrapper .bx-next {
    background: url("../images/prev-next.png") no-repeat right center;
    right: 10%;
}

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-prev:hover {
	opacity: 0.8;
}

a#vk {display: block; margin-right: 50px; width: 87px; height: 87px; background-image: url(../images/vk.png); background-position: left top; overflow: hidden}
a#vk:hover{display: block; margin-right: 50px; width: 87px; height: 87px; background-image: url(../images/vk.png); background-position: left bottom; overflow: hidden}
a#ok {display: block; margin-right: 50px; width: 87px; height: 87px; background-image: url(../images/ok.png); background-position: left top; overflow: hidden}
a#ok:hover{display: block; margin-right: 50px; width: 87px; height: 87px; background-image: url(../images/ok.png); background-position: left bottom; overflow: hidden}
a#fb {display: block; margin-right: 50px; width: 87px; height: 87px; background-image: url(../images/fb.png); background-position: left top; overflow: hidden}
a#fb:hover {display: block; margin-right: 50px; width: 87px; height: 87px; background-image: url(../images/fb.png); background-position: left bottom; overflow: hidden}
a#tw {display: block; margin-right: 50px; width: 87px; height: 87px; background-image: url(../images/tw.png); background-position: left top; overflow: hidden}
a#tw:hover {display: block; margin-right: 50px; width: 87px; height: 87px; background-image: url(../images/tw.png); background-position: left bottom; overflow: hidden}
a#gl {display: block; margin-right: 50px; width: 87px; height: 87px; background-image: url(../images/google.png); background-position: left top; overflow: hidden}
a#gl:hover {display: block; margin-right: 50px; width: 87px; height: 87px; background-image: url(../images/google.png); background-position: left bottom; overflow: hidden}
a#in {display: block; margin-right: 50px; width: 88px; height: 87px; background-image: url(../images/in.png); background-position: left top; overflow: hidden}
a#in:hover { display: block; margin-right: 50px; width: 88px; height: 87px; background-image: url(../images/in.png); background-position: left bottom; overflow: hidden}
a#yt {display: block; width: 86px; height: 87px; background-image: url(../images/yt.png); background-position: left top; overflow: hidden}
a#yt:hover {display: block; width: 86px; height: 87px; background-image: url(../images/yt.png); background-position: left bottom; overflow: hidden}

a#vk2 {display: block; margin-right: 17px; width: 30px; height: 30px; background-image: url(../images/vk2.png); background-position: left top; overflow: hidden}
a#vk2:hover{display: block; margin-right: 17px; width: 30px; height: 30px; background-image: url(../images/vk2.png); background-position: left bottom; overflow: hidden}
a#ok2 {display: block; margin-right: 17px; width: 30px; height: 30px; background-image: url(../images/ok2.png); background-position: left top; overflow: hidden}
a#ok2:hover{display: block; margin-right: 17px; width: 30px; height: 30px; background-image: url(../images/ok2.png); background-position: left bottom; overflow: hidden}
a#fb2 {display: block; margin-right: 17px; width: 30px; height: 30px; background-image: url(../images/fb2.png); background-position: left top; overflow: hidden}
a#fb2:hover {display: block; margin-right: 17px; width: 30px; height: 30px; background-image: url(../images/fb2.png); background-position: left bottom; overflow: hidden}
a#tw2 {display: block; margin-right: 17px; width: 30px; height: 30px; background-image: url(../images/tw2.png); background-position: left top; overflow: hidden}
a#tw2:hover {display: block; margin-right: 17px; width: 30px; height: 30px; background-image: url(../images/tw2.png); background-position: left bottom; overflow: hidden}
a#gl2 {display: block; margin-right: 17px; width: 30px; height: 30px; background-image: url(../images/google_m.png); background-position: left top; overflow: hidden}
a#gl2:hover {display: block; margin-right: 17px; width: 30px; height: 30px; background-image: url(../images/google_m.png); background-position: left bottom; overflow: hidden}
a#in2 {display: block; margin-right: 17px; width: 30px; height: 30px; background-image: url(../images/in2.png); background-position: left top; overflow: hidden}
a#in2:hover { display: block; margin-right: 17px; width: 30px; height: 30px; background-image: url(../images/in2.png); background-position: left bottom; overflow: hidden}
a#yt2 {display: block; width: 30px; height: 30px; background-image: url(../images/yt2.png); background-position: left top; overflow: hidden}
a#yt2:hover {display: block; width: 30px; height: 30px; background-image: url(../images/yt2.png); background-position: left bottom; overflow: hidden}