/* Reset */
html {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
textarea:focus,input:focus { outline: none; }
input[type="text"], input[type="password"],textarea {
	border-radius:0;
	border:none;
	box-shadow:none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	border-radius:0;
	box-shadow:none;
	-webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
    -moz-user-select: none;
    -ms-user-select: none;
}
[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
a {
	text-decoration: none;
}
ul {
	list-style: none
}

/* Main styles */
@font-face {
    font-family: "ImpactRegular";
    src: url("../fonts/ImpactRegular/ImpactRegular.eot");
    src: url("../fonts/ImpactRegular/ImpactRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/ImpactRegular/ImpactRegular.woff") format("woff"),
    url("../fonts/ImpactRegular/ImpactRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
body, html {
	width:100%;
	padding: 0;
	margin: 0;
	height: 100%;
}
body {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size:15px;
	min-width:1200px;
}
#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -144px; /* отрицательный нижний отступ на высоту футера */
    padding: 0;
}
.footer-push, #footer {
    height: 144px;
    margin: 0;
    padding: 0;
	clear: both;
}
#footer {
	height:145px;
}
#footer a {
	color:#4f4c3d;
}
#footer {
	width:100%;
	border-top:9px solid #afa67d;
	background-image:url(../images/back-footer.jpg);
	background-position: 50% bottom;
	background-repeat: no-repeat;
	color:#4f4c3d;
	font-size:20px;
	text-transform:uppercase;
	text-align:center;
	font-family: "ImpactRegular";
	line-height:134px;
}
#f-top {
	border-top:2px solid white;
}
.wrapper {
	width:1200px;
	margin:0 auto;
}

/* Header */
#header {
	height:111px;
	border-bottom:4px solid #d8d8d8;
	color:#757575;
	font-family: "ImpactRegular";
	text-transform:uppercase;
}
#logo {
	width:173px;
	height:107px;
	border-left:1px solid #e1e1e1;
	text-align:center;
	padding-top:8px;
	float:left;
}
#adress {
	height:56px;
	float:left;
	border-left:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	width:1027px;
	font-size:14px;
	line-height: 14px;
	padding-top:25px;
	padding-left:21px;
}
#main-menu {
	height:51px;
	float:left;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	width:1027px;
}
#phone {
	color:#1776ae;
	font-size:23px;
	line-height:22px;
	float:right;
	margin-right: 25px;
	margin-top: -7px;
	padding-left:22px;
	background-image:url(../images/icon-phone.jpg);
	background-repeat:no-repeat;
	background-position:left center;
}
#main-menu ul {
	padding: 0;
}
#main-menu ul li {
	float:left;
	padding-left:20px;
	padding-right:20px;
	background-image:url(../images/icon-roz-menu.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	font-size:16px;
}
#main-menu ul li:last-child {
	background-image:none;
}
#main-menu ul li a {
	color:#666666;
}
#main-menu ul li a:hover, #main-menu ul li .active {
	color:#e83c03;
}
#main-menu ul li:nth-child(7) a {
    /* Раздел Скидки */
	border-bottom: 3px solid #e83c03;
}
#banner {
	width:100%;
	height:647px;
	background-image:url(../images/banner.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
}

/* Other style */
.title1, .title2, .title3, .title4, .title5, .title6, .title7, .title8, .title9, .title10 {
	background-repeat:no-repeat;
	background-position:center center;
	font-size:30px;
	line-height:50px;
	font-family: "ImpactRegular";
	text-align:center;
	margin-bottom:45px;
	text-transform:uppercase;
	font-weight: normal;
}
.title1 {
	color:#e2763a;
	background-image:url(../images/title1.png);
}
.title2 {
	color:white;
	background-image:url(../images/title2.png);
}
.title3 {
	color:#a3943c;
	background-image:url(../images/title3.png);
}
.title4 {
	color:white;
	background-image:url(../images/title4.png);
}
.title5 {
	padding-top: 40px;
	margin-bottom: 15px
}
.title6 {
	color:#d16335;
	background-image:url(../images/title6.png);
}
.title7 {
	color:#d16335;
	background-image:url(../images/title7.png);
	/* margin-top:30px; edited by DWand on 2016-03-27 in order to remove banner from top of "regular" pages */
}
.title8 {
	color:#d16335;
	background-image:url(../images/title8.png);
}
.title9 {
	color:#d16335;
	background-image:url(../images/title9.png);
}
.title10 {
	color:#d16335;
	background-image:url(../images/title10.png);
}
.tr {
	width:100%;
	height:auto;
	background-image:url(../images/back-tr.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	padding-top:50px;
	overflow:hidden;
}
.text-left {
	width:786px;
	float:left;
	text-align:justify;
	padding-bottom:45px;
}
.text-left p:first-child {
	margin-top:0;
}
.fl-r {
	float:right;
}
.sea {
	width:100%;
	height:633px;
	background-image:url(../images/back-sea.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	padding-top:80px;
	overflow:hidden;
}
.images img {
	border:4px solid white;
	margin-left:4px;
	margin-bottom:4px;
	float:left;
}
.images img:nth-child(1), .images img:nth-child(5n) {
	margin-left:0;
}
#service1, #service2 {
	height:auto;
	width:100%;
	font-size:18px;
	font-family: "ImpactRegular";
	text-transform:uppercase;
	overflow: hidden;
}
#service2 {
	padding-left: 120px;
	padding-top: 20px;
	padding-bottom:50px;
}
.service-1, .service-2, .service-3, .service-4, .service-5, .service-6, .service-7, .service-8, .service-9 {
	background-position: 50% 0;
	background-repeat: no-repeat;
	padding-top: 135px;
	width:240px;
	text-align:center;
	float:left;
	height:132px;
	margin-bottom: 35px;
	position: relative;
}
.service-1 a:first-child, .service-2 a:first-child, .service-3 a:first-child, .service-4 a:first-child, .service-5 a:first-child, .service-6 a:first-child, .service-7 a:first-child, .service-8 a:first-child, .service-9 a:first-child {
	height: 132px;
	width: 132px;
	display: block;
	position: absolute;
	top: 0;
	left:54px;
}
.service-1 a:first-child {
	background-image:url(../images/icon-service1.png);
}
.service-1 a:first-child:hover, .service-1 a:hover + a {
	background-position: 50% -135px
}
.service-1 a {
	color:#399128;
}
.service-1 a:first-child:hover + a, .service-1 a:hover {
	color:#338523;
}
.service-2 a:first-child {
	background-image:url(../images/icon-service2.png);
}
.service-2 a:first-child:hover, .service-2 a:hover + a:first-child {
	background-position: 50% -135px
}
.service-2 a {
	color:#e9a212;
}
.service-2 a:first-child:hover + a, .service-2 a:hover {
	color:#f5a018;
}
.service-3 a:first-child {
	background-image:url(../images/icon-service3.png);
}
.service-3 a:first-child:hover, .service-3 a:hover + a:first-child {
	background-position: 50% -135px
}
.service-3 a {
	color:#ce3345;
}
.service-3 a:first-child:hover + a, .service-3 a:hover {
	color:#bd2e3f;
}
.service-4 a:first-child {
	background-image:url(../images/icon-service4.png);
}
.service-4 a:first-child:hover, .service-4 a:hover + a:first-child {
	background-position: 50% -135px
}
.service-4 a {
	color:#b17399;
}
.service-4 a:first-child:hover + a, .service-4 a:hover {
	color:#b7789e;
}
.service-5 a:first-child {
	background-image:url(../images/icon-service5.png);
}
.service-5 a:first-child:hover, .service-5 a:hover + a:first-child {
	background-position: 50% -135px
}
.service-5 a {
	color:#468eb8;
}
.service-5 a:first-child:hover + a, .service-5 a:hover {
	color:#5e9bc6;
}
.service-6 a:first-child {
	background-image:url(../images/icon-service6.png);
}
.service-6 a:first-child:hover, .service-6 a:hover + a:first-child {
	background-position: 50% -135px
}
.service-6 a {
	color:#57a0b0;
}
.service-6 a:first-child:hover + a, .service-6 a:hover {
	color:#67a1af;
}
.service-7 a:first-child {
	background-image:url(../images/icon-service7.png);
}
.service-7 a:first-child:hover, .service-7 a:hover + a:first-child {
	background-position: 50% -135px
}
.service-7 a {
	color:#ddb100;
}
.service-7 a:first-child:hover + a, .service-7 a:hover {
	color:#e7c24d;
}
.service-8 a:first-child {
	background-image:url(../images/icon-service8.png);
}
.service-8 a:first-child:hover, .service-8 a:hover + a:first-child {
	background-position: 50% -135px
}
.service-8 a {
	color:#b1a143;
}
.service-8 a:first-child:hover + a, .service-8 a:hover {
	color:#9a8c3a;
}
.service-9 a:first-child {
	background-image:url(../images/icon-service9.png);
}
.service-9 a:first-child:hover, .service-9 a:hover + a:first-child {
	background-position: 50% -135px
}
.service-9 a {
	color:#d87083;
}
.service-9 a:first-child:hover + a, .service-9 a:hover {
	color:#ff8ea1;
}
.blue {
	width:100%;
	height:auto;
	background-image:url(../images/back-blue.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	padding-top:90px;
	overflow:hidden;
	color:white;
	height:575px;
}
.blue p {
	text-align:justify;
}
.grey {
	color:#525252;
}
.grey p {
	font-family: "ImpactRegular";
	text-align:center;
	text-transform:uppercase;
}
.grey p {
	margin-top:5px;
	margin-bottom:5px;
}
#map {
	margin-top:54px;
	margin-bottom: -4px
}
#map iframe {
	width:100%;
	height:400px;
	min-width:1200px
}
.bron {
	padding-bottom: 20px
}
.bron p {
	color:#464646;
}
.tr .font-impact {
	font-family: "ImpactRegular";
	color:#484848;
	text-transform:uppercase;
	font-size:20px;
}
.font-impact-c  {
	font-family: "ImpactRegular";
	color:#525252;
	font-size:20px;
	text-transform:uppercase;
	text-align:center;
}
.tr .red {
	color:#e83c03;
}
.c-blue {
	color:#1776ae !important;
}
.bron .bold {
	font-size:16px;
	font-weight:bold;
	color:#484848;
}
.bron .orange {
	color:#d16335;
}
.bron .number {
	font-weight:bold;
	color:black;
}
.img-gal img {
	width:252px;
	height:188px;
}
.img-gal {
	border:1px solid #c6c6c6;
	width:277px;
	height:267px;
	display: block;
	float:left;
	margin-left:30px;
	margin-bottom:30px;
}
.img-gal:last-child {
	margin-bottom:50px;
}
.border {
	border:10px solid white;
	overflow: hidden
}
.img-gal:hover {
	-webkit-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.img-gal img {
	-moz-transition: all 1s ease-out;
	 -o-transition: all 1s ease-out;
	 -webkit-transition: all 1s ease-out;
}
.img-gal img {
	-moz-transition: all 1s ease-out;
	 -o-transition: all 1s ease-out;
	 -webkit-transition: all 1s ease-out;
}
.img-gal:hover img {
	-webkit-transform: scale(1.1);
	 -moz-transform: scale(1.1);
	 -o-transform: scale(1.1);
}
.images-gallery .img-gal:nth-child(4n+1) {
	margin-left:0;
}
.title-gal {
	font-size:24px;
	color:white;
	font-family: "ImpactRegular";
	text-transform:uppercase;
	width:275px;
	height:41px;
	line-height:41px;
	text-align:center;
	background:#1776ae;
}
.images-gallery {
	margin-bottom: 20px;
	overflow: visible;
}
.images-gallery:after {
	content: '';
	display: block;
	clear: both;
	width: 0;
	height: 0;
}
.center {
	font-family: "ImpactRegular";
	color:#505050;
	font-size:20px;
	text-align:center;
	text-transform:uppercase;
}
.price p {
	color:#505050;
}
.price .red {
	color:#ea4914;
}
.price .blue-f {
	color:#1776ae;
}
.top-table div {
	font-family: "ImpactRegular";
	color:white;
	font-size:18px;
	text-align:center;
	background:#1776ae;
	height:50px;
	line-height:16px;
	display: table-cell;
}
.table {
	width:100%;
	border-collapse: collapse;
}
.top-table2 div {
	font-family: "ImpactRegular";
	color:white;
	font-size:18px;
	text-align:center;
	background:#1776ae;
	height:50px;
	float:left;
	width:332px;
	line-height:50px;
}
.border-gr {
	display: table;
}
.border-gr div {
	display: table-cell;
    vertical-align: middle;
}
.border-gr:nth-child(3), .border-gr:nth-child(5) {
	background:#f7f7f7;
}
div.top-table {
	height:50px !important;
	display: table;
}
.top-table div:nth-child(1), .td1, .td2 {
	width: 160px;
}
.top-table div:nth-child(2), .photo-price {
	width: 173px;
}
.top-table div:nth-child(3), .desc {
	width: 301px;
}
.top-table div:nth-child(4), .kol-t {
	width: 184px;
}
.top-table div:nth-child(5), .center-t {
	width: 190px;
}
.top-table div:nth-child(6), .more {
	width: 191px;
}
.border-gr:last-child, .border-gr:last-child div {
	height:154px;
}
.table {
	overflow:hidden;
}
.border-gr div {
	border-left:none !important;
}
div.td1, div.td2 {
	border-left: 1px solid #b8b8b8 !important;
}
.border-gr div {
	border-top:none !important;
}
.price .table {
	width:100%;
	border-collapse: collapse;
}
.table div {

}
.top-table div {
	height:50px;
}
.top-table div {
	padding-top:18px;
}
.top-table div:nth-child(1), .top-table div:nth-child(5) {
	padding-top:8px;
}
.top-table div, .top-table2 div {
	border-right:1px solid white;
}
.top-table div:last-child, .top-table2 div:last-child {
	border:none;
	border-right:1px solid #1776ae;
}
.border-gr div, .border-gr2 td {
	border:1px solid #b8b8b8;
}
.border-gr2 td {
	height:85px;
}
.cat1, .cat2, .cat3, .cat4, .cat5 {
	font-size:18px;
	font-family: "ImpactRegular";
	padding-left:13px;
	border:none !important;
}
.cat1 {
	color:#448c0f;
}
.cat2, .cat3 {
	color:#1776ae;
}
.cat4 {
	color:#e83c03;
}
.cat5 {
	color:#b9851f;
}
.desc {
	padding-left:17px;
	padding-right:17px;
	font-size:14px;
	padding-top:18px;
	padding-bottom:18px;
}
.price-table {
	color:#cb6334;
	font-size:20px;
	font-weight:bold;
}
.center-t {
	text-align:center;
	font-size:15px;
}
.more {
	padding-left:9px;
	padding-right:9px;
	font-size:13px;
}
.kol-t {
	font-weight:bold;
	font-size:13px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}

.span-20 {
	padding-left: 14px;
	font-size:12px;
}
.justify {
	text-align:justify;
}
.top-table2 div:nth-child(1), .border-gr2 div:nth-child(1) {
	width: 208px;
}
.top-table2 div:nth-child(2), .border-gr2 div:nth-child(2) {
	width: 330px;
}
.top-table2 div:nth-child(3), .border-gr2 div:nth-child(3), .border-gr2 div:nth-child(4) {
	width: 330px;
}
.table2 .border-gr2 div {
	float:left;
	line-height:83px;
	border-right:1px solid #b8b8b8;
	border-bottom:1px solid #b8b8b8;
}
.table2 .border-gr2 div:first-child {
	border-left:1px solid #b8b8b8;
}
.price {
	padding-bottom: 30px
}
.red2 {
	font-size:16px;
	color:#fd0303 !important;
	font-weight:bold;
}
#tur {
	margin-bottom:-3px;
}
#ident {
	padding-left:17px;
}
#ident p {
	text-indent:-17px;
}
.photo-price {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
.photo-price img {
	width:132px;
	height:86px;
	vertical-align:middle;
}
#menu-icon {
	display: none; /* hide menu icon initially */
}
.hide {
	display:block;
}
.kol-t {
	color:#464646;
}
.title-tab {
	display:none;
}
.tabs {
	border:none !important;
}
.table2 {
	overflow:hidden;
}
.tabs {
	border-top: 1px solid #b8b8b8 !important;
	border-bottom: 1px solid #b8b8b8 !important;
}
.tabs div {
	border-bottom:none;
}
@media screen and (max-width: 768px) {
	body {
		min-width:768px;
		font-size:18px;
	}
	body {
		max-width:100%
	}
	.wrapper {
		width:768px;
	}
	#map iframe {
		min-width:768px;
	}
	#main-menu {
		width:768px;
		border-left:none;
		border-right:none;
	}
	#adress {
		width:673px;
		height:72px;
		border-right:none;
		padding-right:18px;
		text-align:right;
		padding-top:22px;
	}
	#phone {
		margin-right:0;
		margin-top:5px;
	}
	#logo {
		width:94px;
		height:72px;
		border-bottom:1px solid #e1e1e1;
	}
	#logo img {
		width:59px;
		height:56px;
	}
	#header {
		height:151px;
		border-bottom: 8px solid #d8d8d8;
	}
	.text-left {
		width:730px;
		margin-left:auto;
		margin-right:auto;
		float:none;
	}
	#menu-icon {
		color: #5d5d5d;
		width: 200px;
		height: 70px;
		background: url(../images/menu-icon.png) 20px 25px no-repeat white;
		padding-left:66px;
		padding-top:16px;
		cursor: pointer;
		display: block;
		font-size:34px;
		font-family: "ImpactRegular";
		text-transform:uppercase;
		float:left;
	}
	#menu {
		clear: both;
		position: absolute;
		top: 133px;
		width: 768px;
		z-index: 10000;
		padding: 0px;
		display: none;
		height:auto;
		background-image: url(../images/shadow.png);
		background-position:bottom;
		background-repeat:repeat-x;
		padding-bottom: 9px !important;
	}
	#menu li {
		clear: both;
		float: none;
		margin: 0;
		color:white;
		font-size:28px;
		padding-left:65px;
		border-bottom:1px solid #7d9fcc;
		line-height:72px;
		background: white;
	}
	#menu li:last-child {
		border-bottom:none;
	}
	.hide {
		display:block !important;
	}
	#main-menu ul li {
		font-size:23px;
		padding-left: 22px;
		padding-right: 22px;
		line-height:60px;
		border-bottom:1px solid #d8d8d8;
		background-image:none;
		width:768px;
	}
	.fl-r {
		float:left;
		margin-left:19px;
		width: 730px;
		height:auto;
		margin-bottom:15px;
	}
	.images img {
		border: 5px solid white;
		width:360px;
		margin-left: 12px;
		margin-bottom:9px;
	}
	.images {
		padding-left:5px;
		overflow:hidden;
	}
	.images img:nth-child(1), .images img:nth-child(5n) {
		margin-left: 12px;
	}
	.sea {
		height: 1217px;
		background-image: url(../images/back-sea_2.jpg);
	}
	#service2 {
		padding-left:0;
		height:510px;
	}
	#service1, #service2 {
		overflow: visible
	}
	.service-1, .service-2, .service-3, .service-4, .service-5, .service-6, .service-7, .service-8, .service-9 {
		width:256px;
		margin-bottom:35px
	}
	.blue {
		padding-left: 17.7px;
		padding-right: 17.5px;
		background-image: url(../images/back-blue_2.jpg);
		padding-top:40px;
		line-height:20px;
		height:821px;
	}
	.grey p {
		font-size:20px;
	}
	#banner {
		height:358px;
		background-image: url(../images/banner_2.jpg);
	}
	.tr {
		padding-top:30px
	}
	.title1, .title2, .title3, .title4, .title5, .title6, .title7, .title8, .title9, .title10 {
		margin-bottom:30px;
	}
	.text-left {
		padding-bottom:20px;
	}
	.blue .wrapper {
		width:730px
	}
	.img-gal img {
		width:313px;
		height:235px;
	}
	.border {
		border-top:13px solid white;
		border-left:15px solid white;
		border-right:15px solid white;
		border-bottom:17px solid white;
	}
	.title-gal {
		height:52px;
		width:343px;
		font-size:30px;
		line-height:52px;
	}
	.img-gal {
		width:345px;
		height:334px;
		margin-bottom:23px;
	}
	.images-gallery .img-gal:first-child, .images-gallery .img-gal:nth-child(5), .images-gallery .img-gal {
		margin-left:19px;
		margin-right:19px;
	}
	.tr #map {
		margin-top:35px;
	}
	#map iframe {
		height:460px;
	}
	.price .wrapper {
		margin-left: 19px;
		width: 730px;
	}
	.td1, .td2, .photo-price, .desc, .kol-t, .center-t, .more {
		width:730px;
	}
	.kol-t {
		text-align:left;
	}
	.top-table {
		display:none !important;
	}
	.table div {
		height:auto !important;
	}
	.photo-price img {
		width:100%;
		height: 543px;
	}
	div.photo-price {
		padding: 0;
		height: 543px !important;
	}
	.border-gr:nth-child(2) .td1 {
		background:#448c0f;
		text-align:center;
		border-bottom:1px solid white;
	}
	.border-gr:nth-child(3) .td2, .border-gr:nth-child(4) .td2 {
		background:#1776ae;
		text-align:center;
		border-bottom:1px solid white;
	}
	.border-gr:nth-child(5) .td1 {
		background:#e83c03;
		text-align:center;
		border-bottom:1px solid white;
	}
	.border-gr:nth-child(6) .td1 {
		background:#b9851f;
		text-align:center;
	}
	.border-gr:last-child .td1 {
		padding-top:0;
	}
	.cat1, .cat2, .cat3, .cat4, .cat5 {
		color:white;
		font-size:30px;
		line-height:64px;
		padding-left:0;
	}
	.cat2, .cat3 {
		line-height:15px;
	}
	div.td2 {
		height:64px !important;
		padding-top:13px !important;
	}
	.table .td1, .table .td2 {
		padding-top:0px;
		border-bottom:none;
	}
	.desc, .kol-t, .more, .center-t, .price-table {
		font-size:22px;
	}
	.center-t {
		text-align:left;
	}
	.desc, .kol-t, .center-t, .more {
		padding-left:15px;
		padding-right:15px;
	}
	.border-gr div {
		border-left: 1px solid #B8B8B8 !important;
		border-right: 1px solid #B8B8B8 !important;
	}
	.span-20 {
		font-size:12px;
		padding-left:0;
		color:white;
	}
	.title-tab {
		display:block;
		font-size:22px;
		color:#535353;
		font-family: "ImpactRegular";
		line-height:35px;
	}
	.border-gr:nth-child(3), .border-gr:nth-child(5) {
		background:white;
	}
	.border-gr .td1, .border-gr .td2 {
		cursor:pointer;
	}
	#tab1, #tab2, #tab3, #tab4, #tab5 {
		display:none;
	}
	.table .active {
		display:block !important;
	}
	div.tabs {
		border:none !important;
	}
	.price p {
		font-size:22px;
	}
	.price .c-blue {
		font-size:21px;
	}
	.top-table2 div {
		width:100% !important;
	}
	.top-table2 {
		display:none;
	}
	.table2 .border-gr2 div {
		width:100%;
	}
	.table2 .border-gr2 div:first-child {
		border:none;
		background:#b9851f;
		color:white;
		font-size:30px;
		line-height:64px;
		padding-left:110px;
	}
	.table2 .border-gr2 div {
		border-left: 1px solid #b8b8b8;
	}
	 .more, .td-1,.td-2, .td-3, .td-4, .td-5, .center-t {
		padding-top:24px !important;
		padding-bottom:24px !important;
	}
	.table2 .center-t {
		padding-top:19px !important;
		padding-bottom:19px !important;
		line-height: normal !important;
	}
	.table2 .title-tab {
		display:inline-block;
		margin-right:50px;
	}
	.bron .wrapper {
		width:728px;
	}
	.bron p {
		font-size:15px;
	}
	.service-1 a:first-child, .service-2 a:first-child, .service-3 a:first-child, .service-4 a:first-child, .service-5 a:first-child, .service-6 a:first-child, .service-7 a:first-child, .service-8 a:first-child, .service-9 a:first-child {
		left: 62px;
	}
	.border-gr, .border-gr div {
		display: block;
	}
	.tabs {
		border-top: none !important;
		border-bottom: none !important;
	}
	.tabs div {
		border: 1px solid #b8b8b8;
	}
}
@media screen and (max-width: 480px) {
	body {
		min-width:480px;
	}
	.wrapper {
		width:480px;
	}
	#map iframe {
		min-width:480px;
	}
	#main-menu, #adress, #main-menu ul li, #menu {
		width:480px;
	}
	#menu {
		top:165px;
	}
	#logo {
		display:none;
	}
	#adress {
		width:480px;
		padding:0;
		text-align:center;
		padding-top:21px;
		border-left:none;
	}
	#phone {
		width:100%;
		background-image:none;
		padding-left:0;
		font-size:24px;
		margin-top:10px;
	}
	#main-menu ul li {
		line-height:60px;
		font-size: 26px;
		padding-left:38px;
	}
	#banner {
		height:336px;
		background-image: url(../images/banner_3.jpg);
	}
	.sea {
		height: 832px;
		background-image: url(../images/back-sea_3.jpg);
	}
	.blue {
		font-size:22px;
		background-image: url(../images/back-blue_3.jpg);
		height:1471px;
		padding-top: 50px;
		padding-left:15px;
	}
	.blue .wrapper {
		width:450px;
	}
	.text-left {
		width:450px;
		font-size:20px;
		line-height:22px;
	}
	.fl-r {
		width:450px;
		margin-left:15px;
	}
	.sea {
		padding-top:50px;
	}
	.images {
		padding-left:3px;
	}
	.images img {
		width:218px;
		height:153px;
		margin-left:13px;
		margin-bottom:8px;
	}
	.service-1, .service-2, .service-3, .service-4, .service-5, .service-6, .service-7, .service-8 {
		width:240px;
		margin-bottom:35px
	}
	 .service-9 {
		 width:480px;
		 margin-bottom:35px
	 }
	 #service2 {
		 height: 830px;
	 }
	 .title4 {
		color:white;
		background-image:url(../images/title4_2.png);
		font-size:26px;
		margin-bottom: 40px;
	}
	#adress {
		font-size:16px;
		height: 85px;
	}
	#menu-icon {
		height:90px;
		padding-top: 22px;
		background-position:20px 32px;
	}
	#header {
		height: 183px;
	}
	.n-line, .m-top {
		display: block
	}
	.m-top {
		margin-top:25px;
	}
	.img-gal img {
		width:395px;
		height:291px;
	}
	.border {
		border-top:17px solid white;
		border-left:19px solid white;
		border-right:19px solid white;
		border-bottom:22px solid white;
	}
	.title-gal {
		height:64px;
		width:434px;
		font-size:37px;
		line-height:64px;
	}
	.img-gal {
		width:436px;
		height:416px;
		margin-bottom:28px;
	}
	.images-gallery .img-gal:first-child, .images-gallery .img-gal:nth-child(5n), .images-gallery .img-gal {
		margin-left:22px;
	}
	.c-blue {
		display:block;
	}
	.font-impact-c .m-top {
		margin-top:0;
	}
	#map iframe {
		height:446px;
	}
	.price .wrapper {
		width:450px;
		margin-left:15px;
	}
	.td1, .td2, .photo-price, .desc, .kol-t, .center-t, .more {
		width:450px;
	}
	.top-table {
		display:none;
	}
	.table div {
		height:auto !important;
	}
	.photo-price img {
		width:100%;
		height:334px !important;
	}
	div.photo-price {
		padding: 0;
		height:334px !important;
	}
	.border-gr:nth-child(2) .td1 {
		background:#448c0f;
		text-align:center;
		border-bottom:1px solid white;
	}
	.border-gr:nth-child(3) .td2, .border-gr:nth-child(4) .td2 {
		background:#1776ae;
		text-align:center;
		border-bottom:1px solid white;
	}
	.border-gr:nth-child(5) .td1 {
		background:#e83c03;
		text-align:center;
		border-bottom:1px solid white;
	}
	.border-gr:nth-child(6) .td1 {
		background:#b9851f;
		text-align:center;
	}
	.border-gr:last-child .td1 {
		padding-top:0;
	}
	.cat1, .cat2, .cat3, .cat4, .cat5 {
		color:white;
		font-size:30px;
		line-height:64px;
		padding-left:0;
	}
	.cat2, .cat3 {
		line-height:15px;
	}
	div.td2 {
		height:64px !important;
		padding-top:13px !important;
	}
	.table .td1, .table .td2 {
		padding-top:0px;
		border-bottom:none;
	}
	.desc, .kol-t, .more, .center-t, .price-table {
		font-size:22px;
	}
	.center-t {
		text-align:left;
	}
	.desc, .kol-t, .center-t, .more {
		padding-left:15px;
		padding-right:15px;
	}
	.border-gr div {
		border-left: 1px solid #B8B8B8 !important;
		border-right: 1px solid #B8B8B8 !important;
	}
	.span-20 {
		font-size:12px;
		padding-left:0;
		color:white;
	}
	.title-tab {
		display:block;
		font-size:22px;
		color:#535353;
		font-family: "ImpactRegular";
		line-height:35px;
	}
	.border-gr:nth-child(3), .border-gr:nth-child(5) {
		background:white;
	}
	.border-gr .td1, .border-gr .td2 {
		cursor:pointer;
	}
	#tab1, #tab2, #tab3, #tab4, #tab5 {
		display:none;
	}
	.table .active {
		display:block !important;
	}
	div.tabs {
		border:none !important;
	}
	.price p {
		font-size:22px;
	}
	.price .c-blue {
		font-size:21px;
	}
	.top-table2 div {
		width:100% !important;
	}
	.top-table2 {
		display:none;
	}
	.table2 .border-gr2 div {
		width:100%;
	}
	.table2 .border-gr2 div:first-child {
		border:none;
		background:#b9851f;
		color:white;
		font-size:30px;
		line-height:64px;
		padding-left:110px;
	}
	.table2 .border-gr2 div {
		border-left: 1px solid #b8b8b8;
	}
	 .more, .td-1,.td-2, .td-3, .td-4, .td-5, .center-t {
		padding-top:24px !important;
		padding-bottom:24px !important;
	}
	.table2 .center-t {
		padding-top:19px !important;
		padding-bottom:19px !important;
		line-height: normal !important;
	}
	.table2 .title-tab {
		display:inline-block;
		margin-right:50px;
	}
	.title6 {
		background-image: url(../images/title6_2.png);
		height: 82px;
		line-height: 30px;
		padding-top: 10px;
	}
	.bron .wrapper {
		width:445px;
	}
	.bron p {
		font-size:22px;
	}
	.service-1 a:first-child, .service-2 a:first-child, .service-3 a:first-child, .service-4 a:first-child, .service-5 a:first-child, .service-6 a:first-child, .service-7 a:first-child, .service-8 a:first-child {
		left:54px;
	}
	.service-9 a:first-child {
		left:174px;
	}
}

/*============================ Comments ==================================*/
.comment{
    margin: 0 0 30px;
}
.comment .avatar{
    width: 75px;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 25px;
}
.comment-content{
    min-height: 75px;
    margin-left: 100px;
}
.comment-content .date{
    display: inline-block;
    padding-left: 35px;
    background: url("../images/comment-date-bg.png") 0 center no-repeat;
    margin-right: 20px;
    line-height: 30px;
}
.comment-content .time{
    display: inline-block;
    padding-left: 25px;
    background: url("../images/comment-time-bg.png") 0 center no-repeat;
    margin-right: 30px;
    line-height: 30px;
}
.comment-content .name{
    display: block;
    font-size: 16px;
    margin: 5px 0;
}
.comment-content p {
    margin: 5px 0;
}

.leave-comment .title {
    font-size: 16px;
}

.leave-comment input,
.leave-comment textarea {
    width: 100%;
    display: block;
    padding: 5px;
    border: 1px solid #e1e1e1;
    margin: 15px 0;
    font-family: inherit;
    font-size: inherit;
}
.leave-comment input[type=submit] {
    width: auto;
    background: #F9F9F9;
}
.leave-comment input[type=submit]:hover {
    background: #D16335;
    color: #fff;
}


.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	display: none;

}

.back-to-top a {
	display: inline-block;
	width: 0;
	height: 0;
	padding: 20px;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.5;
	transition: 0.2s opacity;
	outline: 0;
}

.back-to-top a:hover {
	opacity: 1;
}

.back-to-top a i {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg) translate(8px, 3px);
  -webkit-transform: rotate(-135deg) translate(8px, 3px);
}