﻿/*
Theme Name: BP
Theme URL:
Description: Тема для Bushy Plushie 
Version: 1.0
Author: Ivanov Ivan
Author URL:
*/

@charset "utf-8";
/* CSS Document */


/* reset - start */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
} 
aside, nav, footer, header, section { display: block; }
/* reset - end */



body {
	min-width: 300px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	background-color: #ffffff;
	cursor: default;
}
.wrapper {
	max-width: 1360px;
	min-width: 300px;
	margin: 0 auto;
	padding: 0 3%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	
}
div {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	
}
.clear {
	clear: both;
}
sup {
  vertical-align: top;
}
sub {
  vertical-align: sub;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
           transition: all 0.3s ease;
}




/* ----------- Общие элементы  начало ---------------------- */
.short-line {
	width: 100px;
	height: 3px;
	background-color: #15B3A7;
	margin: 20px auto;
}
.left-line {
	width: 100px;
	height: 3px;
	background-color: #15B3A7;
	margin: 20px 0;
}
.main.w h2 {
	font-size: 42px;
	color: #ffffff;
	text-align: center;
	line-height: 110%;
}
.main.b h2 {
	font-size: 42px;
	color: #162F43;
	text-align: center;
	line-height: 110%;
}
@media screen and (min-width: 300px) and (max-width: 640px) {
	.main.w h2 {
		font-size: 36px;
	}
	.main.b h2 {
		font-size: 36px;
	}
}
.content {
	background-color: #ffffff;
	padding: 40px 0;
}
h1 {
	font-size: 38px;
	color: #162F43;
	line-height: 110%;
}
p {
	color: #8C8C8C;
	line-height: 150%;
}
.btn-more {
	display: block;
	width: 220px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background-color: #4EC7CD;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
           transition: all 0.3s ease;padding: 14px 0;
	margin: 10px 0;
}
.btn-more:hover {
	color: #ffffff;
	background-color: #007A80;
}
/* ----------- Общие элементы  конец ----------------------- */





/* --------------- header-main.php - начало ----------------*/ 
.header {
	background-color: #000000;
	background: url("pic/slide01.jpg") center center;
	background-repeat: no-repeat;
	background-size: cover;
} 

/* Блок контакты - начало */
.header .contact {
	float: right;
	overflow: hidden;
	padding: 10px 0;
}
.header .contact .box {
	overflow: hidden;
	float: left;
	margin-left: 15px;
}
.header .contact .tg {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	background: url("pic/icon-tg-w.png") no-repeat center center;
	background-size: cover;
	margin: 0 8px;
}
.header .contact .tg:hover {
	opacity: 0.7;
}
.header .contact .wa {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	background: url("pic/icon-wh-w.png") no-repeat center center;
	background-size: cover;
	margin: 0 8px;
}
.header .contact .wa:hover {
	opacity: 0.7;
}
.header .contact .n1 .tel {
	display: none;
	float: left;
	width: 24px;
	height: 24px;
	background: url("pic/icon-tel-w.png") no-repeat center center;
	background-size: cover;
	margin: 0 8px;
}
.header .contact .n1 .tel:hover {
	opacity: 0.7;
}
.header .contact .n2 .tel {
	display: inline-block;
	font-size: 22px;
	color: #f0f0f0;
	line-height: 110%;
	white-space: nowrap;
}
.header .contact .tel:hover {
	color: #1AD1C4;
}
.header .contact i {
	margin: 0 10px;
}
/* Блок контакты - конец */

/* блок лоотипа - начало */
.header .logo {
	float: left;
	width: 250px;
	height: 50px;
	background-image: url(pic/logo-b.png);
	background-repeat: no-repeat;
	margin: 20px 0 10px 0;
}
.header .logo a {
	display: block;
	height: 50px;
}
/* блок лоотипа - конец */

/* горизонтальное меню - начало */
#top-nav .menu-anc { 
	position: relative;
	float: right;
	overflow: hidden;
}
#top-nav .menu-anc ul {
	float: left;
	position: relative;
	padding: 0;
}
#top-nav .menu-anc ul li { 
	float: left;
	position: relative;
}
#top-nav .menu-anc li a {
	display: block;
	font-size: 16px;
	color: #f0f0f0;
	text-decoration: none;
	line-height: 120%;
	padding: 10px 10px 9px 10px;
}
#top-nav .menu-anc li:hover > a { 
	color: #1AD1C4;
}
#top-nav .menu-anc li.current-menu-item a {
	color: #1AD1C4;
} 
#top-nav .menu-anc li.current-menu-item a:hover {
	color: #f0f0f0;
}
@media screen and (min-width: 300px) and (max-width: 480px) {
	.header .contact {
		float: none;
		width: 180px;
		padding: 10px 0;
		margin: 0 auto;
	}
	.header .contact .box.n2 {
		display: none;
	}
	.header .contact .n1 .tel {
		display: block;
	}
	.header .logo {
		float: none;
		margin: 0px auto 5px auto;
	}
}
@media screen and (min-width: 481px) and (max-width: 680px) {
		.header .logo {
			margin: 5px 0 5px 0;
		}
		.header .contact {
			padding: 18px 0;
		}		
		.header .contact .box.n2 {
			display: none;
		}
		.header .contact .n1 .tel {
			display: block;
		}
	}
@media screen and (min-width: 681px) and (max-width: 800px) {
	.header .contact {
		float: right;
		padding: 21px 0;
	}
	.header .contact .n2 .tel:last-child {
		display: none;
	}	
	.header .logo {
		margin: 8px 0 8px 0;
	}	
}
@media screen and (min-width: 801px) and (max-width: 900px) {
	.header .contact .n2 .tel:last-child {
		display: none;
	}
}
@media screen and (min-width: 801px) and (max-width: 960px) {
	#top-nav .menu-anc ul li:last-child { 
		display: none;
	}
}

.contact .menu-btn {
	display: none;
	float: right;
	font-size: 24px;
	color: #ffffff;
	cursor: pointer;
	padding: 0px 10px;
	transition: all 0.3s ease;
}
.menu-btn:hover {
	opacity: 0.7;
}
@media screen and (min-width: 300px) and (max-width: 800px) {
	#top-nav .menu-anc {
		display: none;
	}
	.contact .menu-btn {
		display: block;
	}
}
/* горизонтальное меню - конец */


/* Текст слайда - начало */
.header .title {
	width: 60%;
	padding: 20vh 0;
	margin: 0 auto;
}
.header .title h1 {
	font-size: 36px;
	color: #00D1C4;
	text-align: center;
	line-height: 110%;
	padding-bottom: 30px;
}
.header .title p {
	font-size: 18px;
	color: #bbbbbb;
	text-align: center;
	line-height: 130%;
}

@media screen and (min-width: 300px) and (max-width: 480px) {
	.header .title {
		width: 90%;
		padding: 20vh 0;
		margin: 0 auto;
	}
	.header .title h1 {
		font-size: 28px;
		padding-bottom: 20px;
	}	
}
@media screen and (min-width: 481px) and (max-width: 800px) {
	.header .title {
		width: 80%;
	}
	.header .title h1 {
		font-size: 32px;
	}	
}
/* Текст слайда - конец */

/* Текст под слайдером - начало */
.addition {
	background-color: #f8f8f8;
	box-shadow: inset 0 25px 20px rgba(0,0,0,0.1);
	padding: 60px 0 50px 0;
}
.addition .add-wr {
	width: 75%;	
	text-align: center;
	margin: 0 auto;
}
.addition .add-wr p {
	font-size: 20px;
	line-height: 140%;
	color: #162F43;
}
@media screen and (min-width: 300px) and (max-width: 680px) {
	.addition .add-wr {
		width: 90%;	
	}
}
/* Текст под слайдером - конец */
/* --------------- header-main.php - конец -----------------*/ 




/* ------------------ header.php - неало -------------------*/ 
/* Текст слайда - начало */
.header .caption {
	width: 100%;
	padding: 40px 0;
	margin: 0 auto;
}
/* ------------------ header.php - конец -------------------*/ 




/* --------------- Блоки меню - начало ---------------------*/ 
/* проявляющийся блок при сероллинге - начало*/
#back-top {
	position: fixed;
	width: 100%;
	top: 0px;
	overflow: hidden;
	z-index: 20;
	display: none;
	background-color: #163042;
	padding: 8px 2%;
   box-sizing: border-box;
}
#back-top .box {
	float: right;
	overflow: hidden;
}
#back-top .ico {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center center; 
	background-size: contain; 
	margin: 0 8px;
}
#back-top .ico:hover {
	opacity: 0.7;
}
#back-top .tg {
	background-image:  url(pic/icon-tg-w.png);
}
#back-top .wa {
	background-image: url(pic/icon-wh-w.png);
}
#back-top .tel-1 {
	background-image: url(pic/icon-tel-w.png);
}
#back-top .tel-2 {
	float: left;
	font-size: 22px;
	color: #f0f0f0;
	line-height: 110%;
	white-space: nowrap;
	padding: 0 8px;
}
#back-top .tel-2:hover {
	color: #00D1C4;
}
#back-top .menu-btn {
	float: left;
	font-size: 22px;
	color: #ffffff;
	text-align: center;
	background: #151515;
	padding: 0px 6px;
	margin: 0px 0px 0 10px;
	cursor: pointer;
	transition: all 0.3s ease;
}
#back-top .menu-btn:hover {
	opacity: 0.7;
}

@media screen and (min-width: 300px) and (max-width: 400px) {
	#back-top .tel-2 {
		display: none;
	}
}
@media screen and (min-width: 401px) and (max-width: 800px) {
	#back-top .tel-1 {
		display: none;
	}
}
/* проявляющийся блок при сероллинге - конец*/

/* мобильное меню - начало */
.pushy {
	padding: 20px 15px;
}
.pushy .capt {
    font-size: 24px;
    color: #163042;
    line-height: 120%;
    text-align: left;
}
.pushy .underline {
    width: 80px;
    height: 3px;
    background-color: #15B3A7;
    margin: 15px 0;
}
.pushy .menu-left {
	margin: 10px 0 40px 0;
}
.pushy ul {
}
.pushy ul li ul {
	padding: 5px 0 10px 0;
}
.pushy li a {
	display: block;
	font-size: 18px;
	color: #666666;
	text-decoration: none;
	line-height: 120%;
	padding: 8px 0px 8px 0px;
	-webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
           transition: all 0.3s ease;
}
.pushy li ul li a, 
.pushy li.current-menu-item ul li a {
	display: block;
	font-size: 18px;
	color: #666666;
	text-decoration: none;
	text-transform: none;
	line-height: 120%;
	padding: 5px 0px 5px 15px;
}
.pushy li a:hover {
	color: #000000;
}
.pushy li ul li a:hover {
	color: #000000;
}
.pushy li.current-menu-item ul li a:hover {
	color: #000000;
}
.pushy li.current-menu-item a {
	color: #15B3A7;
}
.pushy li ul li.current-menu-item a {
	color: #15B3A7;
}
.pushy li.current-menu-item a:hover {
	color: #15B3A7;
}
.pushy li ul li.current-menu-item a:hover {
	color: #15B3A7;
}
/* мобильное меню - конец */
/* --------------- Блоки меню - конец ----------------------*/ 




/* ----------------- main-1.php - начало -------------------*/ 
/* Карточка домиков - начало */
.houses {
	background-color: #ffffff;
	padding: 40px 0;
}
.houses h2 {
	font-size: 32px;
	color: #151515;
	text-align: center;
	font-weight: normal;
	padding: 0;
}
.houses .home {
	float: left;
    overflow: hidden;
    width: 30.3%;
    margin: 1.5% 1.5%;
    background-color: #162F43;
    transition: all 0.5s ease;
    border-radius: 20px;
	 box-shadow: 10px 10px 20px rgb(22 47 67 / 20%)
}
.houses .home:hover {
	background-color: #041E30;
	box-shadow: 0px 0px 0px rgb(22 47 67 / 20%)
}
.houses .home .img-wr {
	position: relative;
	height: 0px;
	padding-top: 75%;
}
.houses .home .img {
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 20px;
}
.houses .home .img img {
	width: 100%;
	height: auto;
	transition: transform 0.7s ease;
	margin-top: 0%;
}
.houses .home:hover .img img {
	transform: scale(1.2);
}
.houses .home .info-home {
	padding: 20px 15px 6px 15px;
}
.houses .home .title {
	font-size: 24px;
	color: #1AD1C4;
	padding: 0 0 7px 15px;
}
.houses .home .captions {
	font-size: 18x;
	color: #ffffff;
	line-height: 130%;
	opacity: 0.8;
	padding: 0 0 6px 15px;
}
.houses .home ul {
	overflow: hidden;
	list-style: none;
}
.houses .home li {
	position: relative;
	float: left;
	color: #ffffff;
	opacity: 0.9;
	background-color: #486274;
	white-space: nowrap;
	border-radius: 6px;
	padding: 7px 6px 8px 20px;
	margin: 4px 6px;
}
.houses .home li::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 50%;
	width: 10px; 
	height: 10px; 
	background: #1AD1C4; 
	border-radius: 50%; 
	transform: translateY(-50%);
}
.houses .home .price {
	font-size: 26px;
	color: #ffffff;
	padding: 0px 0 15px 26px;
}
.houses .home .btn {
	display: block;
	float: left;
	width: 50%;
	font-size:  18px;
	color: #ffffff;
	text-align: center;
	text-shadow: 1px 1px 1px rgb(22 47 67 / 70%);
	padding: 20px 0;
}
.houses .home .booking {
	background-color: #15B3A7;
}
.houses .home .booking:hover {
	background-color: #425C6E;
}
.houses .home .more {
	background-color: #009286;
}
.houses .home .more:hover {
	background-color: #425C6E;
}
@media screen and (min-width: 300px) and (max-width: 400px) {
	.houses .home {
		width: 97%;
		margin: 1.5% 1.5%;
  }
	.houses .home .btn {
		width: 100%;
		padding: 10px 0;
	}
}
@media screen and (min-width: 401px) and (max-width: 620px) {
	.houses .home {
		width: 97%;
		margin: 1.5% 1.5%;
  }
  .houses .home .img-wr {
		padding-top: 50%;
	}  
	.houses .home .img img {
		margin-top: -10%;
	}
}
@media screen and (min-width: 621px) and (max-width: 680px) {
	.houses .home {
		width: 47%;
		margin: 1.5% 1.5%;
  }
	.houses .home .btn {
		width: 100%;
		padding: 10px 0;
	}
}
@media screen and (min-width: 681px) and (max-width: 1000px) {
	.houses .home {
		 width: 47%;
		 margin: 1.5% 1.5%;
	}
}
@media screen and (min-width: 1001px) and (max-width: 1100px) {
	.houses .home .btn {
		width: 100%;
		padding: 10px 0;
	}
}
/* Карточка домиков - конец */ 

/* Блок про баню - начало */ 
.bathhouse {
	background: url(pic/slide02.jpg) center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 150px 0;
}
.bathhouse .center {
	width: 70%;
	text-align: center;
	margin: 0 auto;
}
.bathhouse .center p {
	font-size: 24px;
	color: #ffffff;
	line-height: 140%;
	opacity: 0.8;
	text-shadow: 1px 1px 2px #333333;
}
@media screen and (min-width: 300px) and (max-width: 440px) {
	.bathhouse {
		padding: 80px 0;
	}
	.bathhouse .center {
		width: 90%;
	}
	.bathhouse .center p {
		font-size: 20px;
	}	
}
@media screen and (min-width: 441px) and (max-width: 640px) {
	.bathhouse {
		padding: 100px 0;
	}
	.bathhouse .center {
		width: 80%;
	}
	.bathhouse .center p {
		font-size: 20px;
	}	
}
@media screen and (min-width: 641px) and (max-width: 800px) {
	.bathhouse {
		padding: 120px 0;
	}
	.bathhouse .center {
		width: 80%;
	}
	.bathhouse .center p {
		font-size: 22px;
	}
}
/* Блок про баню - конец */ 

/* План расположения домиков - начало */
.plan {
	background-color: #ffffff;
	box-shadow: inset 0 25px 20px rgb(22 47 67 / 10%);
	padding: 60px 0 50px 0;
}
.plan .center {
	text-align: center;
}
.plan .center h2 {
	font-size: 32px;
	color: #333333;
	font-weight: normal;
	padding: 0;
}
.plan .center .map-wr {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.plan .center img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 300px) and (max-width: 800px) {
	.plan .center img {
		width: 800px;
		max-width: none; 
	}
}
/* План расположения домиков - начало */
/* ----------------- main-1.php - конец --------------------*/ 




/* ----------------- main-2.php - начало -------------------*/ 
/* Блока О нас - начало  */
.about {
	background-color: #f8f8f8;
	padding: 40px 0;
}
.about h2{
	font-size: 32px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	padding: 0;
}
.about .item {
	position: relative;
	overflow: hidden;
	float: left;
	width: 30.3%;
	box-shadow: 10px 10px 20px rgb(22 47 67 / 20%);
	transition: all 0.5s ease;
	border-radius: 20px;
	margin: 1.5% 1.5%;
}
.about .item:hover {
	box-shadow: 0px 0px 0px rgb(22 47 67 / 20%);
}
.about .item .img-wr {
	position: relative;
	height: 0px;
	padding-top: 75%;
}
.about .item .img {
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.about .item img {
	width: 100%;
	transition: transform 0.7s ease;
	margin-top: 0%;
}
.about .item:hover img {
	transform: scale(1.2);
}
.about .item .filter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(17, 39, 57, 0.5);
}
.about .item p {
	position: absolute;
	top: 30px;
	left: 10%;
	width: 80%;
	font-size: 22px;
	color: #cccccc;
	line-height: 130%;
	transition: all 0.5s ease;
	text-shadow: 1px 1px 2px #333333;
}
.about .item:hover p {
	color: #ffffff;
}
@media screen and (min-width: 300px) and (max-width: 360px) {
	.about .item {
		width: 97%;
		margin: 2.5% 1.5%;
	}
	.about .item p {
		font-size: 20px;
	}	
}
@media screen and (min-width: 361px) and (max-width: 540px) {
	.about .item {
		width: 97%;
		margin: 2% 1.5%;
	}
}
@media screen and (min-width: 541px) and (max-width: 640px) {
	.about .item {
		width: 47%;
	}
	.about .item p {
		font-size: 20px;
	}	
}
@media screen and (min-width: 641px) and (max-width: 800px) {
	.about .item {
		width: 47%;
	}
}
@media screen and (min-width: 801px) and (max-width: 940px) {
	.about .item p {
		font-size: 20px;
	}
}
/* Блока О нас - конец  */

/* Блок Вопрос-Ответ - нечало */
.questions {
	background-color: #ffffff;
	padding: 50px 0;
}
#accordion {
	width: 80%;
	margin: 30px auto 0 auto;
}
#accordion ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#accordion .acc-title {
	position: relative;
	cursor: pointer;
	font-size: 22px;
	color: #162F43;
	line-height: 120%;
	background: #f0f0f0;
	border-bottom: 1px solid #ccc;
	padding: 12px 40px 12px 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#accordion .acc-title:hover {
	color: #000000;
	background: #e5e5e5;
}
#accordion .acc-title .arrow {
	position: absolute;
	right: 15px;
	top: 50%;
	width: 8px;
	height: 8px;
	transform: translateY(-50%) rotate(45deg);
	transition: transform 0.3s, top 0.3s; /* <-- добавили top */
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	transform-origin: center;
}
#accordion .acc-title.open .arrow {
	top: 56%;
	transform: translateY(-50%) rotate(-135deg);
}
#accordion .acc-text {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	background: #fff;
}
#accordion .acc-inner {
	font-size: 18px;
	color: #777777;
	line-height: 130%;
	background: #f8f8f8;
	padding: 12px 30px 12px 20px;
}
#accordion .acc-inner p {
	font-size: 18px;
	color: #777777;
	line-height: 130%;
	background: #f8f8f8;
	padding: 0px 0 10px 0;
}

@media screen and (min-width: 300px) and (max-width: 480px) {
	#accordion .acc-title {
		font-size: 20px;
	}
}
@media screen and (min-width: 300px) and (max-width: 800px) {
	#accordion {
		width: 100%;
	}
}
/* Блок Вопрос-Ответ - конец */
/* ----------------- main-2.php - конец --------------------*/ 




/* ------------- category-house.php - начало ---------------*/ 
/* ------------- category-house.php - конец ----------------*/ 



/* -------------- single-house.php - начало ----------------*/ 
.content .comment {
	font-size: 24px;
	color: #162F43;
	line-height: 120%;
	padding-bottom: 10px;;
}
.content .price-wr {
	overflow: hidden;
	padding-bottom: 20px;
}
.content .price {
	float: left;
	width: 270px;
	font-size: 26px;
	color: #ffffff;
	text-align: center;
	background-color: #15B3A7;
	border-radius: 8px;
	text-shadow: 1px 1px 1px rgb(22 47 67 / 70%);
	padding: 20px 15px;
	margin-top: 10px;
}
.content .param {
	float: left;
	width: calc(100% - 300px);
	padding: 0 0 0 2%;
}
.content .param ul {
	overflow: hidden;
	list-style: none;
}
.content .param li {
	position: relative;
	float: left;
	font-size: 18px;
	color: #162F43;
	white-space: nowrap;
	border-radius: 6px;
	padding: 2px 6px 3px 20px;
	margin: 4px 6px;
}
.content .param li::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 51%;
	width: 10px;
	height: 10px;
	background: #1AD1C4;
	border-radius: 50%;
	transform: translateY(-50%);
}
.content .text-wr {
	overflow: hidden;
	padding-bottom: 20px;
}
.content .box-1 {
	float: left;
	width: 49%;
}
.content .box-2 {
	float: right;
	width: 49%;
}
.content .box-2 .text {
	font-size: 20px;
	color: #162F43;
	line-height: 120%;
	padding-bottom: 10px;
}
.content .box-2 p {
	font-size: 18px;
	line-height: 120%;
	color: #5A6D7B;
	padding: 4px 0px;
}
.content .box-2 ul {
	overflow: hidden;
	list-style: none;
}
.content .box-2 li {
	position: relative;
	font-size: 18px;
	line-height: 120%;
	color: #5A6D7B;
	padding: 4px 6px 4px 20px;
}
.content .box-2 li::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 15px;
	width: 6px;
	height: 6px;
	background: #1AD1C4;
	border-radius: 50%;
	transform: translateY(-50%);
}
.content .feat .text {
	font-size: 20px;
	color: #162F43;
	line-height: 120%;
	padding-bottom: 10px;
}
.content .feat p {
	font-size: 18px;
	line-height: 120%;
	color: #5A6D7B;
	padding: 4px 0px;
}
.content .feat ul {
	overflow: hidden;
	list-style: none;
}
.content .feat li {
	position: relative;
	font-size: 18px;
	line-height: 120%;
	color: #5A6D7B;
	padding: 4px 6px 4px 20px;
}
.content .feat li::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 15px;
	width: 6px;
	height: 6px;
	background: #1AD1C4;
	border-radius: 50%;
	transform: translateY(-50%);
}
@media screen and (min-width: 300px) and (max-width: 800px) {
	h1 {
		font-size: 32px;
  }
  .content .comment {
	font-size: 20px;
}
	.content .price {
		float: none;
		padding: 15px 0px;
		margin-top: 10px;
	}
	.content .param {
		float: none;
		width: 100%;
		padding: 10px 0 0 0;
	}
	.content .box-1 {
		float: none;
		width: 100%;
	}
	.content .box-2 {
		float: none;
		width: 100%;
		padding-top: 20px;
	}
}
/* -------------- single-house.php - конец -----------------*/ 









/* -------------- footer-main.php - начало -----------------*/ 
/* Основной футер - начало */
.footer {
	background-color: #162F43;
	padding: 40px 0 30px 0;
}
.footer .name {
	float: left;
	width: 33%;
}
.footer .name .logo {
	width: 250px;
	height: 50px;
	background: url(pic/logo-b.png) no-repeat;
	margin: 30px 0 20px 0;
}
.footer .name .logo a {
	display: block;
	height: 50px;
}
.footer .name .adr {
	color: #C5CDD2;
	line-height: 130%;
	padding: 0 0 15px 0;
}
.footer .name .tel a {
	font-size: 20px;
	color: #C5CDD2;
	line-height: 130%;
	text-decoration: none;
}
.footer .name .tel a:hover {
	color: #ffffff;
}
.footer .name .seti {
	overflow: hidden;
	margin: 10px 0;
}
.footer .name .seti a {
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	opacity: 0.7;
	margin: 0 15px 0 0;
}
.footer .name .seti .wa {
	background: url(pic/icon-wh-w.png) no-repeat center center;
	background-size: cover;
}
.footer .name .seti .tg {
	background: url(pic/icon-tg-w.png) no-repeat center center;
	background-size: cover;
}
.footer .name .seti a:hover {
	opacity: 1;
}
.footer .name .mail a {
	display: block;
	color: #C5CDD2;
	line-height: 130%;
	text-decoration: none;
	padding-bottom: 20px;
}
.footer .name .mail a:hover {
	color: #ffffff;
}
.footer .map {
	float: right;
	width: 65%;
	opacity: 0.7;
}
@media screen and (min-width: 300px) and (max-width: 800px) {
	.footer .name {
		width: 100%;
	}
	.footer .map {
		width: 100%;
	}
}
/* Основной футер - начало */

/* Нижняя линия футера - начало */
.footer-line {
	overflow: hidden;
	background-color: #112739;
	padding: 20px 0;
}
.footer-line .copyright p {
	font-size: 16px;
	color: #bbbbbb;
	text-align: center;
	line-height: 130%;
	padding: 2px 0;
}
.footer-line p.art {
	font-size: 14px;
	color: #147D71;
	text-align: center;
	line-height: 120%;
	padding-top: 8px;
}
.footer-line p.art a {
	font-size: 14px;
	color: #147D71;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
           transition: all 0.3s ease;
}
.footer-line p.art a:hover {
	color: #15B3A7;
}
/* Нижняя линия футера - конец */
/* -------------- footer-main.php - конец ------------------*/ 





/* ----------------- footer.php - начало -------------------*/ 
/* Основной футер - начало */
.footer {
	background-color: #162F43;
	padding: 40px 0 30px 0;
}
.footer .name-wr {
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
}
.footer .box {
	width: 280px;
	margin: 25px 1% 0 1%;
}
.footer .box.n1 {
	float: left;
}
.footer .box.n2 {
	float: right;
}
.footer .box .logo {
	width: 250px;
	height: 50px;
	background: url(pic/logo-b.png) no-repeat;
	margin: 10px 0 20px 0;
}
.footer .box .logo a {
	display: block;
	height: 50px;
}
.footer .box .adr {
	color: #C5CDD2;
	line-height: 130%;
	padding: 0 0 15px 0;
}
.footer .box .tel a {
	font-size: 20px;
	color: #C5CDD2;
	line-height: 130%;
	text-decoration: none;
}
.footer .box .tel a:hover {
	color: #ffffff;
}
.footer .box .seti {
	overflow: hidden;
	margin: 10px 0;
}
.footer .box .seti a {
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	opacity: 0.7;
	margin: 0 15px 0 0;
}
.footer .box .seti .wa {
	background: url(pic/icon-wh-w.png) no-repeat center center;
	background-size: cover;
}
.footer .box .seti .tg {
	background: url(pic/icon-tg-w.png) no-repeat center center;
	background-size: cover;
}
.footer .box .seti a:hover {
	opacity: 1;
}
.footer .box .mail a {
	display: block;
	color: #C5CDD2;
	line-height: 130%;
	text-decoration: none;
	padding-bottom: 0px;
}
.footer .box .mail a:hover {
	color: #ffffff;
}

@media screen and (min-width: 300px) and (max-width: 640px) {
	.footer .box {
		width: 280px;
		margin: 25px auto 0 auto;
	}
	.footer .box.n1 {
		float: none;
	}
	.footer .box.n2 {
		float: none;
	}
}
/* Основной футер - начало */
/* ----------------- footer.php - конец --------------------*/ 






















/* прокрутка вверх - начало */
#scroller {
	position: fixed;
	z-index: 20;
	left: 80%;
	bottom: 15px;
	width: 48px;
	height: 48px;
	cursor: pointer;
	background-image: url("pic/up-arrow.png");
	opacity: 0.6;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#scroller:hover {
	opacity: 1;
}
/* прокрутка вверх - конец */




