@import url(reset.css);
@import url(fontawesome.css);
@import url(fonts.css);

/* |===============| global start |===============| */
html, body{
	height: 100%;
}
body{
	font: 16px/24px ptsans, sans-serif;
	color: #2e2e2e;
	background: #f4f4f4;
}
#wrapper {
	position: relative;
	overflow: hidden;
	min-width: 300px;
	min-height: 100%;
}
[class*="__center"]{
	position: relative;
	margin: auto;
	padding: 0 10px;
	width: 1200px;
}
[class*="__center"]:before,
[class*="__center"]:after{
	content: "";
	display: block;
	clear: both;
}
p,
.text ul,
.text ol,
.text dl{
	margin: 17px 0 23px;
}
.text ul,
.text ol,
.text dd{
	padding-left:18px;
}
.text ul{list-style-type: disc;}
.text ol{list-style-type: decimal;}
h1,
h2,
h3,
h4,
h5,
h6{
	margin: 28px 0;
	font-weight:bold;
	font-family: 'bebas neue';
}
h1{
	font-size: 48px;
	line-height: 54px;
}
h2{
	font-size: 30px;
	line-height: 36px;
}
h3{
	font-size: 24px;
	line-height: 30px;
}
h5{font-size:0.83em;}
h6{font-size:0.67em;}
a{
	color: #009fac;
	text-decoration: none;
}
img{max-width: 100%; height: auto;}
/* |===============| global end |===============| */

/* |===============| form start |===============| */
form{
	margin-bottom: 20px;
}
form input[type="checkbox"],
form input[type="radio"] {
	display: none;
}
form input[type="checkbox"] + label,
form input[type="radio"] + label {
	display: inline-block;
	vertical-align: middle;
	background: url(../img/radio.png) no-repeat 0 40%;
	cursor: pointer;
	margin: 0 36px 5px 0;
	padding: 2px 0 0 30px;
}

form input[type="radio"]:checked + label {
	background-image: url(../img/radio_checked.png);
}
form input[type="checkbox"] + label {
	background: url(../img/checkbox.png) no-repeat 0 40%;
}
form input[type="checkbox"]:checked + label {
	background-image: url(../img/checkbox_checked.png);
}
input,
textarea,
select{
	font: 16px/20px ptsans, sans-serif;
}
input:not([type="submit"]):not([type="button"]):not([type="image"]),
textarea{
	padding: 12px 16px 11px;
	border: 1px solid #ced4d5;
	width: 274px;
	max-width: 100%;
	color: #2e2e2e;
	border-radius: 3px;
}
input:not([type="submit"]):not([type="button"]):not([type="image"]):hover,
textarea:hover{
	border-color: #bdb9b9;
}
input:not([type="submit"]):not([type="button"]):not([type="image"]):focus,
textarea:focus{
	border-color: #009fac;
}
textarea{
	height: 176px;
	resize: none;
}
.infofield{
	display: block;
	margin: 24px 0 10px;
	font: bold 16px/22px 'bebas neue';
}
.error-text{
	margin: 0 0 10px;
	color: #bf4426;
	font-size: 12px;
	line-height: 16px;
	font: italic 12px/16px ptsans;
}
#wrapper .error_input{
	background: #ffeff3;
}
::-webkit-input-placeholder {color:#9ca4a7;}
::-moz-placeholder          {color:#9ca4a7;}/* Firefox 19+ */
:-moz-placeholder           {color:#9ca4a7;}/* Firefox 18- */
:-ms-input-placeholder      {color:#9ca4a7;}
:focus::-webkit-input-placeholder {color:rgba(0,0,0, 0);}
:focus::-moz-placeholder          {color:rgba(0,0,0, 0);}/* Firefox 19+ */
:focus:-moz-placeholder           {color:rgba(0,0,0, 0);}/* Firefox 18- */
:focus:-ms-input-placeholder      {color:rgba(0,0,0, 0);}

.btn,
a.btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
button{
	cursor: pointer;
	display: inline-block;
	font: bold 24px/50px 'Bebas Neue', sans-serif;
	border: 0;
	padding: 0 40px;
	color: #fff;
	background-color: #009fac;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover{
	background: #e49785;
}
.btn:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active{
	background: #e49785;
}

.btn.btn_pink{
	font-size: 20px;
	padding: 0 20px;
	background: #e49785;
	color: #fff;
}
.btn.btn_pink:hover{
	opacity: 0.8;
}
select{
	padding: 11px 10px 10px;
	border-color: #ced4d5;
	border-radius: 3px;
}
/* |===============| form end |===============| */

.btn,
a,
input,
button,
textarea,
.submenu__toggle .fa,
.nav__toggle .fa,
.rubric-box__title{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/* |===============| colors start |===============| */
.header{
	background: #009fac;
	color: #fff;
}
.header a,
.cover__info,
.footer__link .fa,
body .social a{
	color: #fff;
}
.nav,
.nav a,
.footer a{
	color: #2e2e2e;
}
.header__link .fa{
	background: #fff;
	color: #009fac;
}
.submenu__toggle:hover .fa,
.nav__toggle:hover .fa{
	color: #e49785;
}
.nav__menu__item a,
.submenu a,
.rubric-box__title,
.news_block .block-text h4 a,
.menu a{
	color: #2e2e2e;
}
.nav__menu__item a:hover,
.submenu a:hover,
.nav__menu__item.active a,
.submenu.active a,
.news_block .block-text h4 a:hover {
	color: #009fac;
}
.bx-wrapper .bx-controls-direction a{
	background: #fff;
	color: #bdc3c7;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover,
.header__link .fa,
.rubric-box__title:hover,
.menu a:hover {
	color: #009fac;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	background: #bdc3c7;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
body .footer__link .fa,
.social a{
	background: #009fac;
}
/* |===============| colors end |===============| */

.header{
	font-family: 'Bebas Neue';
	line-height: normal;
	min-width: 320px;
}
.header.fixed{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}
.logo{
	display: inline-block;
}
.header__center{
    display: table;
    padding: 25px 10px;
}
.header__unit{
	display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 30px;
}
.header__unit:first-child{
	padding-left: 0;
	width: 504px;
}
.header__unit:last-child{
	text-align: right;
}
.header__info{
	display: inline-block;
	border-left: 1px solid #fff;
	font: 18px/22px 'Bebas Neue';
    padding: 9px 0 9px 30px;
    margin-left: 26px;
}
.header__link,
.footer__link,
.tel-list{
	display: inline-block;
	margin-left: 20px;
	font-size: 28px;
	line-height: 30px;
	vertical-align: middle;
}
.header__link:first-child{
	margin-left: 0;
}
.header__link .fa,
.footer__link .fa{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #fff;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	border-radius: 50px;
	vertical-align: middle;
	margin-right: 4px;
}
.header__link .fa-phone,
.footer__link .fa-phone{
	font-size: 20px;
	line-height: 32px;
}
.header__link span,
.footer__link span{
	display: inline-block;
	vertical-align: middle;
}
.tel-list{
	overflow: hidden;
	margin-left: 0;
	display: inline-block;
}
.tel-list li{
	position: relative;
	display: inline-block;
	margin-right: 26px;
}
.tel-list li:last-child{
	margin-right: 0;
}
.tel-list li:after{
	content: "";
	position: absolute;
	left: -18px;
	top: 12px;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
}
.header.fixed .header__center{
	padding-top: 0;
	padding-bottom: 0;
}
.header.fixed .header__info{
	padding: 4px 0 4px 30px;
}

.nav{
	position: relative;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0, 0.1);

	font: bold 20px/50px 'Bebas Neue';
}
.nav__toggle{
	display: none;
}
.nav__toggle.active .fa:before{
	content: "\f00d";
}
.submenu__toggle,
.nav__toggle{
	float: left;
	cursor: pointer;
	/*margin-right: 31px;*/
	margin-left: 20px;
	position: relative;
}

.nav__menu {
	margin-left: -20px;
}

/*.submenu__toggle:not(:first-child) {
	    margin-left: 20px;
			margin-right: 0;
}*/

.submenu__toggle .fa,
.nav__toggle .fa{
	font-size: 14px;
    margin: 0 0 0 5px;
    vertical-align: 3px;


}
.submenu__toggle.active .fa:before{
	content: "\f077";
}
.nav__toggle .fa{
    margin: 0 5px 0 6px;
	font-size: 20px;
	vertical-align: middle;
}
.nav__menu{
	z-index: 9;
}
.nav__menu__item{
	position: relative;
	float: left;
	margin-left: 20px;
}
.nav__menu__item:hover .nav__menu__popup{
	display: block;
}
.nav__menu__popup{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	min-width: 120%;
	box-shadow: 0 1px 4px rgba(0,0,0, 0.1);
	font: bold 18px/24px 'Bebas Neue';
	z-index: 3;
	padding: 5px 0;
}
.nav__menu__popup li a{
	display: block;
	padding: 5px 14px;
}
.nav .btn_pink{
	float: right;
	margin-left: 20px;
}
.submenu{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	border-top: 1px solid #ccc;
	padding: 27px 19px 18px;
	font-size: 16px;
	line-height: 41px;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0, 0.1);
	max-width: 100%;
	overflow: auto;
	z-index: 9;
}
.submenu__list{
	float: left;
	margin: 0 29px 30px;
}
.submenu__list li:first-child{
	font-size: 20px;
}
.cover__item{
	position: relative;
	height: 700px;
	background-position: center top;
	
	overflow: hidden;
	-webkit-background-size: cover;
	background-size: cover;
}

.cover__item > a {
    display: table;
    width: 100%;
    height: 100%;
}

.cover__item img{
	display: block;
}
.cover__info{
	/*position: absolute;
	top: 49%;
	left: 110px;
	width: 428px;*/
        display: table-cell;
        vertical-align: middle;
            
	font: bold 72px/72px 'Bebas Neue';
	text-shadow: 0 0 45px rgba(0,0,0, 0.75);
	/*-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);*/
	text-align: center;
}
.wrap{
	padding: 20px 0 40px;
}

.rubric-box{
	margin: 0 -20px 0 0;
	font-size: 0;
}
.rubric-box:after{
	content: "";
	clear: both;
	display: block;
}
.rubric-box__item{
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 20px 0;
	/*width: 280px;*/
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	font: 12px/18px ptsans;
	box-shadow: 0 1px 4px rgba(0,0,0, 0.1);
}
.rubric-box__item_big{
	width: 580px;
}
.rubric-box__link{
	display: block;
	overflow: hidden;
}
.rubric-box__pic{
	border-radius: 5px 5px 0 0;
	display: block;
	/*max-width: 1000px;
	min-width: 100%;*/
	width: auto;
	height: 190px;

}
.rubric-box__title{
	display: block;
	padding: 13px 10px 14px;
	font: bold 30px/32px 'bebas neue';

}
.rubric-box__txt{
	padding: 0 10px 18px;

}
.box,
.block{
	margin-bottom: 20px;
	background: #fff;
	padding: 20px 40px 54px;
	box-shadow: 0 1px 4px rgba(0,0,0, 0.1);
	border-radius: 5px;
}

.content__in .block {
    margin-bottom: auto;
    background: none;
    box-shadow: none;
    padding: inherit;
    border:0;
}

.heading,
.block_header{
	position: relative;
	font: bold 48px/56px 'bebas neue';
	margin: 17px 0;
}
.heading span,
.block_header span{
	position: relative;
	z-index: 2;
	display: inline-block;
	background: #fff;
	padding-right: 18px;
}
.heading:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	border-top: 1px solid #f4f4f4;
}
.gallery{
	margin: 31px 0;
	position: relative;
}
/*.gallery a{
	vertical-align: top;
	display: inline-block;
	margin: 0 16px 20px 0;
}
.gallery a img{
	display: block;
}*/
.gallery:after{
	content: "";
	clear: both;
	display: block;
}
.news_block{
	overflow: hidden;
	padding-bottom: 35px;
}
.news_block .block_header{
	margin: 20px 0 21px;
}
.news_block .block-row{
	position: relative;
	float: left;
	margin: 0 4% 0 0;
	padding: 6px 0;
	font: 16px/24px ptsans;
	width: 47%;
	font-size: 16px;
}
.news_block .block-row:after{
	content: "";
	display: block;
	clear: both;
}
.news_block .block-row:nth-child(2n+3) {
	margin-right: 0;
}
.news_block .block-row-img{
	float: left;
	margin: 0 18px 0 1px;
	width: 120px;
	height: 120px;
}
.news_block img.block-row-img {
	width: 100%;
	height: auto;
}
.news_block .block-text h4{
	margin: 2px 0 12px;
	font-weight: normal;
	font-family: ptsans;
}
.news_block .block-text > :last-child{
	margin-bottom: 0;
}
.news_block .block-text{
	overflow: hidden;
	position: relative;
	top: -3px;
}
.block .date{
	font: bold 36px/36px 'Bebas Neue';
}
.block .date span{
	font-size: 14px;
}

.block .anons,
.block .anons p,
.block .rate{
	margin: 2px 0 12px 1px;
}
.footer{
	padding: 54px 0;
	border-top: 1px solid #e9e9e9;
	font: 14px/24px ptsans;
}
.footer__center{
    display: table;
}
.footer__unit{
	display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 20px;
}
.footer__unit:first-child{
	padding-left: 0;
}
.footer__unit:last-child{
	text-align: right;
}
.footer__copy{
	float: left;
	margin-right: 60px;
}
.footer__link{
	margin-left: 0;
	font: 14px/24px ptsans;
}
.footer__link_phone {
}
.footer__link_phone .tel-list{
	font: 17px/24px 'bebas neue';
}
.footer__link_phone .tel-list li{
	margin: 0;
	display: block;
}
.footer__link .fa{
	font-size: 18px;
	width: 28px;
	height: 28px;
	margin-right: 8px;
}
.social a{
	display: inline-block;
	margin: 4px 0 4px 6px;
	width: 28px;
	height: 28px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
}
.social a:first-child{
	margin: 0;
}
.footer__copy-double{
	display: none;
	padding: 14px 10px 0;
}
.aside{
	/*float: left;
	width: 280px;
	margin-bottom: 20px;*/
	max-width: 280px;
	margin-bottom: 20px;
	display: table-cell;
	vertical-align: top;
	padding-right: 10px;
}
.menu{
	padding: 35px 0;
	box-shadow: 0 1px 4px rgba(0,0,0, 0.1);
	background: #fff;
	border-radius: 5px;
	margin-bottom: 20px;


}

.aside .menu {
	width:270px;
}

.menu a{
	display: block;
	padding: 10px 31px;
	font: bold 16px/20px 'bebas neue';
	/*word-break: break-all;*/
}
.content{
	/*float: right;
	padding-left: 300px;
	margin-left: -300px;*/
	width: 100%;
	display: table-cell;


	margin-bottom: 20px;
}
.content__in{
	padding: 20px 38px;
	box-shadow: 0 1px 4px rgba(0,0,0, 0.1);
	background: #fff;

}

.popup{
	display: none;
	position: absolute;
	padding: 27px 30px;
	top: 0;
	left: 50%;
	margin-left: -160px;
	width: 320px;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0, 0.1);
	z-index: 99;
}
.popup
.popup__title{
	padding: 0 0 24px;
	margin: 0 0 24px;
	border-bottom: 1px solid #f4f4f4;
	font: bold 20px/26px 'bebas neue';
}
.popup__footer{
	margin-top: 30px;
}
.popup__field{
	min-width: 100%;
}
.popup__close{
	position: absolute;
    right: 25px;
    top: 26px;
	cursor: pointer;
	padding: 5px;
	font-size: 19px;
}
/* |===============| media start |===============| */
@media (max-width: 1200px){
	[class*="__center"]{
		width: 100%;
	}
	.header__unit:first-child{
		width: auto;
	}
	.rubric-box{
		position: relative;
		left: 10px;
		margin: 0 auto;
		max-width: 600px;
	}
}
@media (max-width: 1100px){
	.header__link,
	.tel-list{
		font-size: 18px;
		margin-left: 12px;
	}
	.tel-list{
		margin-left: 0;
	}
}
@media (min-width: 1020px){
	.nav__menu{
		display: block !important;
	}
}
@media (max-width: 1020px){
	.header__center{
		padding: 10px;
	}
	.header__link{
		display: block;
		margin-left: 0;
		line-height: 20px;
		margin: 5px 0;
	}
	.header__link > span,
	.tel-list li{
		min-width: 111px;
		text-align: left;
	}
	.tel-list li{
		display: block;
		margin: 0;
		line-height: 20px;
	}
	.header.fixed .header__link + .header__link{
		margin-top: -5px;
	}
	.nav__menu{
		display: none;
		overflow-y: auto;
	}
	.nav__menu__popup{
		padding: 0 0 5px;
		position: static;
		display: block;
		-webkit-box-shadow: none;
		box-shadow: none;
		width: auto;
		min-width: 1%;
		max-width: 94%;
	}
	.nav__menu__popup li a{
		padding: 3px 14px;
	}

	.nav__toggle{
		display: block;
		margin-right: 0;
	}
	.nav__menu{
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		box-shadow: 0 0 4px rgba(0,0,0, 0.1);
		margin:0;
	}
	.nav__menu__item,
	.submenu__toggle{
		float: none;
		border-bottom: 1px solid #f4f4f4;
		margin: 0;
		padding: 0 10px;
	}
	.submenu__toggle{
		padding-right: 35px;
	}
	.nav__menu__item a{
		display: block;
	}
	.submenu__toggle .fa{
		position: absolute;
		right: 20px;
		top: 0;
		line-height: 50px;
		margin: 0;
	}
	.submenu__toggle .fa:before{
		content: "\f054";
	}
	.submenu__toggle.active {
		padding-right: 10px;
		padding-left: 35px;
	}
	.submenu__toggle.active .fa{
		right: auto;
		left: 18px;
	}
	.submenu__toggle.active .fa:before{
		content: "\f053";
	}
	.submenu{
		left: 100%;
		max-width: 100%;
		width: 100%;
		box-shadow: none;
		padding: 10px 6px;
	}
	.cover__info{
		font-size: 48px;
		line-height: 46px;
	    left: 80px;
	    width: 320px;
	}
	.bx-wrapper .bx-prev {
	  left: 10px;
	}
	.bx-wrapper .bx-next {
	  right: 10px;
	}
	.box,
	.block,
	.content__in{
		padding-left: 20px;
		padding-right: 20px;
	}
	.news_block .block-row{
		float: none;
		width: auto;
		margin-right: 0;
		margin-top: 20px;
	}
	.footer__copy{
		display: none;
	}
	.footer__copy-double{
		display: block;
	}
}

@media (min-width: 899px){
	.hide_desktop {
		display: none !important;
	}
}

@media (max-width: 900px){

	.hide_mobile {
		display: none !important;
	}

	.footer{
		padding: 30px 0;
	}
	.footer__unit{
		display: block;
		text-align: left;
		padding: 0;
		margin-bottom: 20px;
	}
	.footer__unit:last-child{
		text-align: left;
	}
	.footer__copy-double{
		padding-top: 0;
	}
	.wrap{
		padding-bottom: 30px;
	}
	
	.wrap__center.inner {
		display: block !important;
	}
	
	.content,
	.aside{
		float: none;
		width: auto;
		display: block;

	}

	.aside {
		padding-right: 0;
		margin-right: 0;
		max-width: 100%;
	}

	.aside .menu {
		width:100%;
	}

	.content{
		margin-left: 0;
		padding-left: 0;
	}
}
@media (max-width: 720px){
	.header__center{
		padding: 15px 10px;
	}
	.header__link{
		margin: 20px 0 0;
	}
	.header.fixed .header__link{
		margin: 5px 0;
	}
	.header.fixed .header__link + .header__link{
		margin: 5px 0;
	}
	.header__link:first-child{
		margin-top: 0;
	}
	.header__link > span,
	.header__link .tel-list{
		display: none;
	}
	.header__info{
		display: none;
	}
	.submenu__list{
		float: none;
	}
	.cover__info{
		font-size: 30px;
		line-height: 32px;
	    left: 60px;
	    width: 160px;
	}
	.box,
	.block,
	.content__in{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 650px){
	.rubric-box{
		max-width: 300px;
	}
	.rubric-box__item_big{
		width: 280px;
	}
	.news_block .block-row-img{
		float: none;
		display: block;
		margin-bottom: 10px;
	}
	.rubric-box{
		left: 0;
	}
	.rubric-box__item{
		width: 300px;
	}

	.rubric-box__pic {
		height: auto;
		width: 100%;
	}

	.heading,
	h1{
		font-size: 42px;
	}

	.comments_form textarea {
		width: 274px;
		max-width: 100%;
	}

	.previous_next_links .next_link, .previous_prev_links .prev_link  {
		float: none;
		width: auto;
	}
	
	.text table {
		width: 100% !important;
	}
}
/* |===============| media end |===============| */

[class$="_list"] .block:before, [class$="_list"] .block:after {
  display: table;
  content: " ";
}

[class$="_list"] .block:after {
  clear: both;
}

[class$="_list"] .block {
  margin-bottom: 20px;
}

[class$="_list"] .block-row-img {
  float: left;
  margin-right: 15px;
  width: 120px;
  overflow: hidden;
}

[class$="_list"] .block-row-img img {
  width: 100%;
  height: auto;
}

[class$="_list"] .block-text {
  float: left;
  width: 80%;
}

[class$="_list"] .block h4 {
  margin:0 0 10px;
}

.clauses_all_img > a, .news_all_img > a {
    display: inline-block;
    height: 120px;
    overflow: hidden;
    width: 180px;
    margin-right: 10px;
}

.clauses_all_img > a > img, .news_all_img > a > img {
    width: 100%;
    height: auto;
}

.previous_next_links:before, .previous_next_links:after {
    display: table;
    content: " ";
}

.previous_next_links:after {
    clear: both;
}

.previous_next_links {
    height: auto;
}

.captcha_update {
    clear: both;
    margin-top:8px;
}

.captcha_update .button-refresh {
    text-decoration: none;

}

.captcha_update .button-refresh:after {
    content: '\f021';
    font: 12px/12px FontAwesome;

}

.wrap__center.inner {
	display: table;
}

[class*="_form"] input[type="submit"] {
	margin-top: 20px;
}

[class*="_form"] .error_message {
	position: static;
	background: none;
	box-shadow: none;
	opacity: 1;
}

/*.cover__item a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}*/

.bx-wrapper .bx-controls-direction a.disabled, .bx-wrapper .bx-controls-direction a.disabled:hover {
	display: block;
	opacity: 0.5;
	user-select: none;
	background: #fff;
	color: #bdc3c7;
	cursor: default;
}

.footer__unit p, .header__unit p  {
	display: inline-block;
	margin: 0;
}

.photo__main .photo__list {
    margin-right: -40px;
    margin-bottom: -40px;
    
}

.photo__main .photo-item {
    display: inline-block;
    width:calc(20% - 40px);
    margin-right: 40px;
    margin-bottom: 40px;
    vertical-align: top;
 
}

@media (max-width: 800px){ 
    .photo__main .photo-item {
        width:calc(33.3333333% - 40px);
      
    }
}

@media (max-width: 650px) {
    
    .photo__main .photo__list {
         margin-right: -20px;
     
    }
    
    .photo__main .photo-item {
        width: calc(50% - 20px);
        margin-bottom: 20px;
        margin-right: 20px;
    }
}

.photo__main .photo-item img {
    width:100%;
    height: auto;
}

.reviews__main .reviews__list {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.reviews__main .reviews__item {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding:0 20px;
}

.reviews__main .reviews__item:first-child {
    padding-left: 0;
}

.reviews__main .reviews__item:last-child {
    padding-right: 0;
}

@media (max-width: 650px) {
    .reviews__main .reviews__item {
        width: 100%;
        display: block;
        padding: 0 0 20px 0 !important;
    }
    
    .reviews_form textarea {
        width:100%;
    }
}

.reviews__item--name {
    font-weight: bold;
    font-style: italic;
    color:#2e2e2e;
    margin-top: 20px;
}

.block.reviews .block-row {
    margin-bottom: 20px;
}