html, body {
	height:100%;
	min-height:100%;
}

@font-face {
	font-family:Century Gothic;
	/*src:url(gothic.ttf);*/
}

body {
	padding:0;
	margin:0;
	font-family:Arial;
	font-size:16px;
	color:#333;
	line-height:26px;
	text-align:center;
	background:#fff;
}

div, span, p, h1, h2, h3, h4, a, label, td {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:16px;
	color:#333;
	line-height:26px;
	text-align:left;
}

img {
	margin:0;
	padding:0;
	border:0;
}

input, textarea {
	padding:0;
	margin:0;
	border:0;
}

a {
	color:#2d7ab6;
	text-decoration:none;
}

a:hover {
	color:#e57700;
	text-decoration:none;
}

ul {
	margin:0;
	padding:0;
	list-style:none;
}

.container {
	padding-bottom:90px;
	min-height:100%;
}

.width100 {
	width:100%;
	float:left;
	clear:both;
}

.center {
	margin:0 auto;
	padding:0 40px;
	display:block;
	max-width:1100px;
	min-width:900px;
}

.top {
	padding:20px 0;
}

.logo {
	height:56px;
	display:inline;
	float:left;
}

.logo span {
	margin-top:17px;
	font-size:24px;
	color:#333;
	display:inline;
	float:left;
	white-space:nowrap;
	text-transform:uppercase;
}

.logo div {
	margin-right:18px;
	width:56px;
	height:56px;
	display:inline;
	float:left;
	border-radius:28px;
	background-size:56px 56px;
	background-position:center center;
	background-repeat:no-repeat;
}

.logo img {
	margin-right:18px;
	height:56px;
	display:inline;
	float:left;
}

.phone {
	margin-top:13px;
	font-size:30px;
	line-height:36px;
	color:#333;
	float:right;
	white-space:nowrap;
}

.callback {
	margin:11px 25px 0 0;
	padding:4px 20px 0;
	height:38px;
	float:right;
	border:2px solid #1e98ff;
	border-radius:2px;
	position:relative;
}

.callback a, .callback a:hover {
	font-size:15px;
	color:#298dda;
	text-decoration:none;
	border-bottom:1px dotted #298dda;
}

.callback a:hover {
	color:#1898fc;
	border-bottom:1px dotted #fff;
}

.blue_arrow, .white_arrow {
	width:0;
	height:0;
	position:absolute;
}

.blue_arrow {
	border:10px solid transparent;
	border-left-color:#1e98ff;
	border-right:0;
	top:7px;
	right:-10px;
}

.white_arrow {
	border:8px solid transparent;
	border-left-color:#fff;
	border-right:0;
	top:9px;
	right:-7px;
}

.menu {
	height:50px;
}

.menu ul {
	display:block;
	float:left;
}

.menu ul li {
	display:block;
	float:left;
}

.menu ul li a {
	padding:12px 18px;
	display:inline-block;
	color:#fff;
	font-size:18px;
}

.menu .center div {
	float:right;
}

.menu .center div a img {
	margin:10px 0 0 10px;
	display:block;
	float:left;
	opacity:0.64;
	filter:alpha(opacity=64); /* For IE8 and earlier */
}

.menu .center div a:hover img {
	opacity:0.85;
	filter:alpha(opacity=85); /* For IE8 and earlier */
}

.head {
	position:relative;
	height:300px;
	min-width:980px;
	background:url(../files/head_bg_repeat.png) left top repeat-x;

}

.head_info {
	padding-top:40px;
	width:600px;
	max-height:260px;
	overflow:hidden;
}

.head_info p {
	padding-bottom:24px;
	color:#4d4d4d;
	font-size:16px;
	line-height:26px;
}

.head_info a, .offer_info a, .tovar_menu a {
	padding:13px 35px;
	color:#2d7ab6;
	font-size:18px;
	display:inline-block;
	border:2px solid #2d7ab6;
	border-radius:7px;
}

.head_info a:hover, .offer_info a:hover, .tovar_menu a:hover {
	color:#fff;
}

.head_image {
	position:absolute;
	top:0;
	right:0;
	width:650px;
	height:300px;
	background:url(../files/head_img04.jpg) center center no-repeat;
	background-size:cover; 
}

.head_image img {
	display:block;
	float:left;
}

.content {
	padding:45px 0 35px 0;
}

.margin_bottom_75 {
	margin-bottom:75px;
}

.margin_bottom_50 {
	margin-bottom:50px;
}

.margin_bottom_25 {
	margin-bottom:25px;
}

h1, .title, .title_small, .h1_tovar {
	margin-bottom:30px;
	display:inline-block;
	font-family:Century Gothic;
	font-size:48px;
	line-height:56px;
	color:#333;
	text-align:left;
	font-weight:normal;
}

.h1_tovar {
	margin-bottom:15px;
	font-family:Arial;
	font-size:36px;
	line-height:46px;
	text-transform:uppercase;
}

.title {
	margin-bottom:15px !important;
}

.bold {
	font-weight:bold;
}

.round {
	padding-bottom:40px;
	text-align:center;
}

.round_block {
	margin-bottom:50px;
	padding:0 25px;
	width:33%;
	display:inline-block;
	vertical-align:top;
	text-align:center;
}

.round_block div {
	margin:0 auto 35px;
	width:210px;
	height:210px;
	border-radius:105px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.round_block p {
	padding:0;
	font-family:Century Gothic;
	font-size:20px;
	line-height:30px;
	text-align:center;
}

.box-sizing {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.title_small {
	margin-bottom:15px !important;
	font-size:36px;
	line-height:46px;
}

.offer_info {
	padding:35px 0 0 40px;
	height:280px;
	background:#eef2f6;
	border-radius:10px 0 0 10px;
	overflow:hidden;
}

.offer_img {
	float:right;
	width:430px;
	height:280px;
	background:url(../files/offer_img.jpg) center center no-repeat;
	background-size:cover;
	border-radius:0 10px 10px 0;
}

.offer_info p {
	padding-bottom:20px;

}

.offer_info a, .tovar_menu a {
	padding:8px 35px;

}

.map, .map_contacts {
	min-height:320px;
	max-height:420px;
	position:relative;
	z-index:1;
}

.map_contacts {
	min-height:380px;
	max-height:480px;
}

.map_info, .map_contacts_info {
	margin:60px 0 60px 60px;
	padding:35px 35px 30px 35px;
	width:410px;
	min-height:200px;
	background:#fff;
	float:left;
	position:relative;
	z-index:2;
}

.map_contacts_info {
	padding-bottom:90px;
	min-height:260px;
	position:relative;
}

.map_contacts_info div {
	bottom:30px;
	height:32px;
	position:absolute;
}

.map_contacts_info div img {
	margin-right:6px;
	display:inline-block;
}

.map_info span, .map_contacts_info span {
	font-size:30px;
	line-height:36px;
}

.map_info p, .map_contacts_info p {
	padding:15px 0 0 0;
	font-size:17px;
	line-height:24px;
}

.phone_ring {
	padding:19px;
	width:82px;
	height:82px;
	background:#1e98ff;
	position:absolute;
	top:60px;
	right:60px;
	z-index:2;
	border-radius:41px;
}


.center_text {
	text-align:center;
}

.footer {
	margin-top:-90px;
	padding:19px 0 16px;
	min-height:90px;
}

.footer_top, .footer_bottom {
	font-size:14px;
	color:#d8dfe7;
}
.footer_top {
	margin-bottom:1px;
}

.footer_top a, .footer_top a:hover, .footer_bottom a, .footer_bottom a:hover, .footer_top span, .footer_bottom span, .footer_bottom div {
	font-size:14px;
}

.footer_top a:hover, .footer_bottom a:hover {
	color:#fff;
}

.footer_top span, .footer_bottom span {
	margin:0 12px;
	display:inline-block;
}

.footer_top div {
	margin:-3px 0 0 50px;
	max-width:175px;
	height:25px;
	float:right;
}

.footer_top div a img {
	margin-left:10px;
	display:block;
	float:left;
	opacity:0.64;
	filter:alpha(opacity=64); /* For IE8 and earlier */
}

.footer_top div a:hover img {
	opacity:0.85;
	filter:alpha(opacity=85); /* For IE8 and earlier */
}

.footer_bottom div {
	margin-left:50px;
	max-width:300px;
	float:right;
	text-align:right;
}

p {
	padding-bottom:28px;
}

.nowrap {
	white-space:nowrap;
}

.photo_center {
	padding:15px;
	margin:10px auto 40px;
	width:500px;
	border:2px solid #f4f4f4;
}

.photo_center img {
	margin-bottom:20px;
	display:block;
	width:500px;
}

.photo_center span {
	margin-bottom:5px;
	color:#999;
	font-size:14px;
	line-height:22px;
	text-align:center;
	display:block;
	width:500px;
}

.img_left, .img_left_google, .img_left_badge {
    padding:25px 40px 28px 0;
	display:block;
	float:left;
}

.img_left_google {
	padding-top:13px;
}

.img_left_badge {
	padding-top:1px;
}

.news {
	margin-bottom:18px;
	padding:18px;
	border-radius:10px;
	background:#f7f7f7;
}

.news_photo {
	margin-right:25px;
	display:block;
	float:left;
	width:100px;
	height:100px;
	background:url(../files/round_img01.jpg) center center no-repeat;
	background-size:cover; 
}

.news_photo2 {
	margin-right:25px;
	display:block;
	float:left;
	width:100px;
	height:100px;
	background:url(../files/head_img02.jpg) center center no-repeat;
	background-size:cover; 
}

.news_info {
	padding:8px 12px 8px 12px;
}

.news_info p {
	padding:10px 0 0 0;
}

.news_info a, .news_info a:hover {
	font-size:18px;
	line-height:24px;
	color:#333;
	font-weight:bold;
	text-decoration:underline;
}

.news_info a:hover {
	color:#e57700;
	text-decoration:none;
}

.gallery li {
    padding:0;
    margin:0 2.4% 25px 0;
    width:23.2%;
    height:290px;
    float:left;
    border:1px solid #d9d9d9;
    overflow:hidden;
}

.gallery_photo {
    width:100%;
    height:180px;
    display:block;
    float:left;
    clear:both;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:254px auto;
}

.gallery_info {
    padding:15px 15px 0 15px;
    width:100%;
    height:108px;
    display:block;
    float:left;
    clear:both;
    overflow:hidden;
    position:relative;
}

.gallery_info span {
	margin-bottom:5px;
	font-size:22px;
	display:block;
}

.gallery_info a, .gallery_info a:hover {
	color:#333;
	font-size:16px;
	line-height:22px;
	display:block;
	
}

.gallery_info a:hover {
	color:#e57700;
}

.blur {
    position: absolute;
	bottom:0;
	left:0;
    width:100%;
    height:30px;
	background:url(../files/gallery_info_bg.png) bottom left repeat-x;
}

.more, .more:hover {
	padding:17px 0 15px;
	color:#5c6164;
	font-size:22px;
	line-height:28px;
	text-align:center;
	background:#f2f4f5; 
	display:block;
	border-radius:5px;
}

.more:hover {
	background:#e3eaed; 
}

.pages {
}

.pages a {
	margin-right:10px;
	padding-top:11px;
    width:46px;
    height:35px;
	color:#333;
	font-size:22px;
	line-height:26px;
	text-align:center;
    display:block;
    float:left;
}

.pages a:hover {
	background:#ecf2f5; 
	border-radius:23px;
}

.next_page {
	padding:0 14px;
	margin:0 0 0 20px !important;
    width:140px !important;
}

.act_page {
	background:#c0eafa; 
	border-radius:23px;
}

.tovar_slider {
	padding:15px;
	margin-left:40px;
	float:right;
	width:480px;
	border:2px solid #f4f4f4;
}

.tovar_info {
	padding-right:520px;
}

.hod {
	font-size:14px;
	color:#8a8a8a;
}

.hod a, .hod a:hover {
	font-size:14px;
	color:#8a8a8a;
}

.hod a:hover {
	color:#e57700;
}

.hod span {
	margin:0 5px;
	font-size:14px;
	color:#8a8a8a;
	display:inline-block;
}

.tovar_prop {
	margin-bottom:20px;
	border-spacing:0;
}

.tovar_prop td {
	padding:0 10px 0 0;
	border:0;
	width:170px;
	font-size:14px;
	line-height:22px;
	color:#8a8a8a;
}

.tovar_menu {
	padding:15px 20px;
	width:100%;
	border-radius:5px;
	background:#f7f7f7;
	display:block;
	float:left;
}

.tovar_menu span {
	margin-top:8px;
	font-size:26px;
	line-height:32px;
	display:block;
	float:left;
}

.tovar_menu a {
	display:block;
	float:right;
}

.form_container {
	/*background:#f9f9f9;*/
	display: none;
}

.form_container div {
	margin:0 auto;
	padding:35px 30px;
	width:340px;
	min-height:380px;
	background:#fff;
	border:2px solid #f2f2f2;
	position:relative;
}


.form_container div span {
	margin-bottom:32px;
	display:block;
	font-family:Century Gothic;
	font-size:32px;
	line-height:38px;
	color:#333;
	font-weight:normal;
	text-align:center;
}

.form_container .error {
	margin:-14px 0 14px 0;
	padding:0;
	color:#c00;
	text-align:center;
}

.form_container div a img {
	top:5px;
	right:-40px;
	position:absolute;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}

.form_container div a:hover img {
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}

.text_input {
	margin-bottom:27px;
	padding:0 20px;
    	width:100%;
	height:57px;
	font-size:20px;
	color:#666;
	border:1px solid #dadada;
	border-radius:3px;
}

.button, .button:hover {
	width:100%;
	height:57px;
	display:inline-block;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	line-height:1;
	text-align:center;
	border:none;
	background:#1e98ff;
	border-radius:3px;
	cursor:pointer;
}

.button:hover {
	background:#077cff;
}


@media only screen and (max-width:1100px) {
	.head_image {width:500px;}
	.head_info {width:45%;}
	.offer_img {width:380px;}
	.map_info, .map_contacts_info {width:370px;}
}

@media only screen and (min-width:1101px) and (max-width:1280px) {
	.head_image {width:550px;}
	.head_info {width:45%;}
}

@media only screen and (min-width:1281px) and (max-width:1400px) {
	.head_info {width:520px;}
}

.hideit {
	display: none;
}



/* domain_ending css */

.container_domain {
    margin: 0 auto;
	padding: 80px 16px;
    max-width: 650px;
	text-align: center;
}

.container_domain img {
	margin-bottom: 40px;
}

.domain {
	padding-bottom: 40px;
	font-size: 24px;
	color: #0066cc;
	line-height: 28px;
	text-align: inherit;
}

.domain_info {
	padding-bottom: 60px;
	font-size: 20px;
	color: #333;
	line-height: 26px;
	text-align: inherit;
}

a.domain_pay {
	margin: 0 auto;
	padding: 12px 0;
	width: 190px;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	display: block;
	background: #66af10;
	border-radius: 5px;
}

a.domain_pay:hover {
	background: #4f8d06;
}