.t3-sl {
    padding-bottom: 0px;
    padding-top: 60px;
}

.img-link{
	opacity: 1;
	transition: all 0.5s ease;
	border: 1px solid #ddd;
	padding: 3px;
}
.img-link:hover{
	opacity: 0.8;
	transition: all 0.5s ease;
	border: 1px solid #999;
}

.t3-content img{
	border: 1px solid #ddd;
	padding: 3px;
}
/*my*/
body {
    text-align: justify;
	background: transparent url("/images/gplaypattern.png") repeat scroll 0% 0%;
}
.color-button{
  	/*display:none;*/
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    width: 60%;
    margin: 10px 0;
    margin-bottom: -22%;
   /* margin-bottom: -26.25%;
    z-index: -1;*/
    float: left;
	margin-right: 10px;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:60%;
    width:100%;
    position:absolute;
}
.t3-mainbody{
	z-index: 1;
	position: relative;
}
.logo-image,.logo-img {
	height: 120px;
}
.kovichki{
	font-size: 24px;
	font-weight: bold;
}
.logo-image small {
	display: block;
	font-size: 14px;
	/*margin-left: 150px;
	margin-top: 25px;*/
 	float: right;
	margin: 10px 60px 0px -100px;
	white-space: nowrap;
}
.logo-image span {
  display: inline;
}
.my_slogan {
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .logo-image small {
    	font-size: 18px;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {
    .logo-image small {
    	margin-right: 120px;
    	width: 365px;
    }
}
.t3-content img {
	margin: 7px;
}
.online-consultant {
	left: auto;
	width: auto;
	padding: 5px;
	position: inherit;
	float: left;
	margin-top: 80px;
}
.head-search {
    margin-top: 0px;
}
.phone3{
  font-size: 20px;
  line-height: 25px;
}
.phone2 {
	float: right;
	font-size: 18px;
	font-weight: bold;
}
.phone {
	margin: auto;
    display: block;
    position: relative;
    width: 1em;
    height: 0;
    border-bottom: 1.5em solid #2c2c2c;
    border-left: 0.8em solid transparent;
    border-right: 0.8em solid transparent;
    border-radius: 0.5em;
    margin-top: 0.5em;
}
.phone:before {
   content: '';
       position: absolute;
       width: 1.4em;
       height: 0em;
       border-top: 0.2em solid #2c2c2c;
       border-left: 0.4em solid #2c2c2c;
       border-right: 0.4em solid #2c2c2c;
       border-bottom: 0.5em solid transparent;
       display: block;
       top: 0;
       left: 0;
       margin: -0.4em 0 0 -0.6em;
       border-radius: 0.2em;
}

.phone:after {
    content: '';
    position: absolute;
    color: #2c2c2c;
    font: bold 0.64em/1.2em sans-serif;
    position: absolute;
    top: 0.3em;
    left: 0;
    background: #FFF;
    display: block;
    width: 1.2em;
    text-align: center;
    height: 1.2em;
    border-radius: 1.2em;
    border: 0.3em dotted #2c2c2c;
}
.webjust-logo {
    height: 40px;
    /*font-size: 16px;*/
    line-height: 40px;
    padding-top: 10px;
    width: 280px;
    float: right;
	margin-top: 120px;
}
.webjust-logo a {
    color: rgba(255, 255, 255, 0.8);
}
.webjust-logo img {
    width: 30px;
    margin-right: 10px;
    transition: all 300ms ease-out 0.1s;
}
.webjust-logo:hover img {
	-moz-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
	transform:rotateY(180deg)
}
.t3-copyright {
    display: none;
}
.t3-footnav {
    padding: 60px 0px 0px;
}
.table_nomera{
	width: 100%;
}
.td_img{
	width: 150px
}
.td_nomera{
	vertical-align: middle;
}
.div_img{
	width: 130px
}
#feedback_button {
    position: inherit;
    width: auto;
    padding: 10px;
	margin: 0;
}
.btn-primary {
	color: #EEE;
	text-shadow: none;
	background-color: #7AB800;
	background-image: linear-gradient(to bottom, #8C0, #690);
	background-repeat: repeat-x;
	box-shadow: none;
	outline: medium none;
	border: medium none;
}