body {
  font-family: 'Century Gothic', Arial, sans-serif;
  font-size: 15px;
  color: #333333;
  background: #FFF;
}
a{
  color: #3d7c62;
}
a:hover, a:focus, a:active, a:visited{
  color: #3d7c62;
}
.button{
  background: #3d7c62;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  height: 55px;
  line-height: 55px;
  display: inline-block;
  font-size: 14px;
  border: none ;
  padding: 0px 35px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(61, 124, 98, 0.4);
  -moz-box-shadow:    0px 8px 16px 0px rgba(61, 124, 98, 0.4);
  box-shadow:         0px 8px 16px 0px rgba(61, 124, 98, 0.4);
}
.button:hover, .button:focus, .button:active, .button:visited{
  text-decoration: none;
  color: #fff;
  background: #3d7c62;
  border: none ;
}
.button.white{
  background: #fff;
  color: #3d7c62;
  border: 1px solid #3d7c62;
  box-shadow:  none ;
}
.button.white:hover, .button.white:focus, .button.white:active, .button.white:visited{
  text-decoration: none;
  color: #fff;
  background: #3d7c62;
  border: 1px solid #3d7c62;
}

.title{
  display: block;
  font-size: 57px;
  line-height: 65px;
  font-weight: bold;
  text-align: center;
}

header.header{
  padding-top: 20px;
  padding-bottom: 15px;
}
header.header .logo{
  padding-top: 5px;
}
header.header .logo a, header.header .logo .adress{
  display: inline-block;
  vertical-align: top;
}
header.header .logo .adress{
  padding-left: 35px;
max-width: 250px;
}
header.header .logo .adress span{
  display: block;
  font-size: 16px;
  line-height: 22px;
}
header.header .logo .adress span:last-child{
  padding-top: 10px;
}
header.header .logo .adress span a{
  color: #333;
}
header.header .social{

}
header.header .social ul.links{
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}
header.header .social ul.links li{
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
header.header .social .langs{
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
}
header.header .social .langs .bootstrap-select {
	width: auto;
	vertical-align: top;
}
header.header .social .langs .bootstrap-select > .dropdown-toggle {
	position: relative;
	width: 65px;
	z-index: 1;
	text-align: left;
	white-space: nowrap;
	border: none;
	padding: 0px;
	vertical-align: top;
  height: 32px;
}
header.header .social .langs .bootstrap-select > .dropdown-toggle:hover{

}
header.header .social .langs .bootstrap-select > .dropdown-toggle .bs-caret {
	right: 0px;
	position: absolute;
	top: 10px;
  background:  url(../images/ico/controls/arrow_down.png) center top no-repeat;
  width: 16px;
  height: 8px;
}
header.header .social .langs .bootstrap-select > .dropdown-toggle .bs-caret > *{
  display: none;
}
header.header .social .langs .dropdown-menu{

}
header.header .social .langs .dropdown-menu > .active > a, header.header .social .langs .dropdown-menu > .active > a:hover, header.header .social .langs .dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #3d7c62;
	outline: 0;
}
header.header .contact{
  text-align: right;
}
header.header .contact span.phone{
  display: block;
  font-size: 23px;
  padding-bottom: 15px;
}

.navigation{
  width: 100%;
  height: 55px;
  background: #faf9f8;
}
.navigation .navbar-default{
  border: none;
  border-radius: 0px;
  min-height: 55px;
  background: #faf9f8;
}
.navigation .navbar-default .navbar-collapse, .navigation .navbar-default .navbar-form {
	border: none;
}
.navigation .navbar-default .navbar-nav > .active > a, .navigation .navbar-default .navbar-nav > .active > a:hover, .navigation .navbar-default .navbar-nav > .active > a:focus {
	color: #333;
	background-color: #faf9f8;
  position: relative;
}
.navigation .navbar-default .navbar-nav > .open > a, .navigation .navbar-default .navbar-nav > .open > a:hover, .navigation .navbar-default .navbar-nav > .open > a:focus {
	color: #333;
	background-color: #faf9f8;
}
.navigation .navbar-default .navbar-nav > .active > a:after{
  position: absolute;
  bottom: 12px;
  left: 0px;
  width: 100%;
  content: "";
  height: 5px;
  background: #3d7b61;
}
.navigation .navbar-nav > li{
  margin-right: 82px;
}
.navigation .navbar-nav > li:last-child{
  margin-right: 0px;
}
.navigation .navbar-nav > li > a {
	padding-top: 17px;
	padding-bottom: 18px;
  color: #333;
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
}
.navigation .navbar-nav > li > a.dropdown-toggle{
   position: relative;
}
.navigation .navbar-nav > li > a.dropdown-toggle .caret{
  position: absolute;
  right: -25px;
  top: 25px;
  background:  url(../images/ico/controls/arrow_down.png) center top no-repeat;
  width: 16px;
  height: 8px;
  border: none;
  margin: 0px;
}
.navigation .navbar-nav > li > .dropdown-menu {
	padding: 0px 0px;
  background: #f7fbfb;
  border: none;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(87, 87, 87, 0.28);
  -moz-box-shadow:    0px 0px 30px 0px rgba(87, 87, 87, 0.28);
  box-shadow:         0px 0px 30px 0px rgba(87, 87, 87, 0.28);
}
.navigation .navbar-nav > li > .dropdown-menu > li > a {
	display: block;
	padding: 17px 27px;
	clear: both;
	font-weight: normal;
	line-height: 16px;
  font-size: 15px;
	color: #333;
	white-space: nowrap;
  border-top: 1px solid #fff;
}
.navigation .navbar-nav > li > .dropdown-menu > li:nth-child(1) > a{
  border: none;
}
.navigation .navbar-nav > li > .dropdown-menu > li > a:hover, .navigation .navbar-nav > li > .dropdown-menu > li > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #3b775d;
}

.booking_top{
  background:  url(../images/bg/booking_top.png) center top no-repeat;
  height: 196px;
  margin-bottom: -75px;
  position: relative;
  z-index: 2;
}
.booking_top .filter{
  font-size: 0px;
  padding-top: 28px;
}
.booking_top .filter > *{
  font-size: 15px;
}
.booking_top .filter > .calendar{
  display: inline-block;
  width: 350px;
  vertical-align: middle;
  position: relative;
}
.booking_top .filter > .calendar.from{
  margin-right: 25px;
}
.booking_top .filter > .calendar .date{
  position: relative;
}
.booking_top .filter > .calendar .date span.input-group-addon{
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff url(../images/ico/controls/calendar.png) top center no-repeat;
  border: none ;
  width: 24px;
  height: 24px;
  border-radius: 0px;
  z-index: 2;
}
.booking_top .filter > .calendar .date .form-control{
  padding-left: 23px;
  height: 66px;
  border-radius: 20px;
  border: 1px solid #bbbbbb;
  box-shadow:  none;
  float: none;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  width: 285px;
  vertical-align: middle;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
	color: #fff;
	background-color: #3d7c62;
	border-color: #3d7c62;
}
.booking_top .filter > .calendar .date span.lbl{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 22px;
  padding-right: 5px;
}
.booking_top .filter .button{
  vertical-align: middle;
  height: 66px;
  margin-left: 15px;
}
.booking_top .filter .checkbox{
  display: inline-block;
  vertical-align: middle;
  padding-left: 23px;
  display: none;
}
.booking_top .filter .checkbox .styled_box{
  display: none;
}
.booking_top .filter .checkbox .styled_box + label{
  display: inline-block;
  background:  url(../images/ico/controls/checkbox.png) left top no-repeat;
  padding-left: 40px;
  font-size: 14px;
  line-height: 22px;
}
.booking_top .filter .checkbox .styled_box:checked + label {
  background:  url(../images/ico/controls/checkbox_active.png) left top no-repeat;
}

/*
#block-search{
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}
*/

.main_slider{
  position: relative;
  z-index: 1;
}
.main-carousel .item{
  position: relative;
}
.main-carousel .item .button{
  position: absolute;
  left: 50%;
  margin-left: -125px;
  width: 250px;
  bottom: 100px;
}
.main-carousel.owl-theme .owl-nav {
	margin-top: 0px;
}
.main-carousel.owl-theme .owl-nav [class*="owl-"] {
	color: #FFF;
	font-size: 0px;
  text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	width: 138px;
  height: 138px;
	display: block;
	cursor: pointer;
	border-radius: 0px;
  position: absolute;
  opacity: 1;
  top: 50%;
  margin-top: -69px;
}
.main-carousel.owl-theme .owl-nav .owl-prev{
  background:  url(../images/ico/controls/arrow_left.png) center top no-repeat;
  left: 15px;
}
.main-carousel.owl-theme .owl-nav .owl-next{
  background:  url(../images/ico/controls/arrow_right.png) center top no-repeat;
  right: 15px;
}

.main_about{
  padding-top: 75px;
  padding-bottom: 75px;
}
.main_about .image{

}
.main_about .image img{
  margin-left: -200px;
}
.main_about .text .title{
  padding-bottom: 45px;
  text-align: left;
}
.main_about .text p{
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
}

.main_catalog{
  width: 100%;
  height: 1009px;
  background:  url(../images/bg/numbers_main.png) center top no-repeat;
  padding-top: 200px;
  margin-top: -100px;
}
.main_catalog .title{
  padding-bottom: 100px;
}
.main_catalog .product_list{
  padding-left: 22px;
  padding-right: 22px;
}
.main_catalog .product_list .item{
  padding: 20px;
}
.main_catalog .product_list .item .item_wrap{
  -webkit-box-shadow: 0px 8px 16px 0px rgba(61, 124, 98, 0.4);
  -moz-box-shadow:    0px 8px 16px 0px rgba(61, 124, 98, 0.4);
  box-shadow:         0px 8px 16px 0px rgba(61, 124, 98, 0.4);
  background: #fff;
}
.main_catalog .product_list .item .item_wrap .image{
  overflow: hidden;
}
.main_catalog .product_list .item .item_wrap .image img{
  width: 100%;
}
.main_catalog .product_list .item .item_wrap .controls{
  text-align: center;
  padding: 35px 25px;
}
.main_catalog .product_list .item .item_wrap .controls a.name{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
  padding-bottom: 30px;
}
.main_catalog .product_list .item .item_wrap .controls a.button{
  display: block;
}
.main_catalog .product_list.owl-theme .owl-nav {
	margin-top: 0px;
}
.main_catalog .product_list.owl-theme .owl-nav [class*="owl-"] {
	color: #FFF;
	font-size: 0px;
  text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	width: 138px;
  height: 138px;
	display: block;
	cursor: pointer;
	border-radius: 0px;
  position: absolute;
  opacity: 1;
  top: 50%;
  margin-top: -69px;
}
.main_catalog .product_list.owl-theme .owl-nav .owl-prev{
  background:  url(../images/ico/controls/arrow_left.png) center top no-repeat;
  left: -55px;
}
.main_catalog .product_list.owl-theme .owl-nav .owl-next{
  background:  url(../images/ico/controls/arrow_right.png) center top no-repeat;
  right: -55px;
}

.main_advantages{
  background:  url(../images/bg/advantages_main.png) center top no-repeat;
  height: 1220px;
  padding-top: 155px;
  position: relative;
  z-index: 2;
}
.main_advantages .items{
  padding-top: 85px;
}
.main_advantages .items .item{
  margin-bottom: 60px;
  text-align: center;
}
.main_advantages .items .item .image{

}
.main_advantages .items .item .info span{
  display: block;
}
.main_advantages .items .item .info span.name{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
}
.main_advantages .items .item .info span.text{
  font-size: 15px;
  line-height: 20px;
  min-height: 80px;
  padding: 0xp 50px;
}

.main_gallery{
  margin-top: -100px;
  position: relative;
  z-index: 1;
  height: 500px;
}
.main_gallery .items{
  position: relative;
}
.main_gallery .items .item{
  position: absolute;
  display: block;
}
.main_gallery .items .item0{
  left: 0px;
  top: 0px;
}
.main_gallery .items .item1{
  left: 366px;
  top: 0px;
}
.main_gallery .items .item2{
  left: 1141px;
  top: 0px;
}
.main_gallery .items .item3{
  top: 0px;
  right: 0px;
}
.main_gallery .items .item4{
  left: 366px;
  top: 246px;
}
.main_gallery .items .item5{
  left: 756px;
  top: 246px;
}
.main_gallery .items .item6{
  top: 246px;
  right: 0px;
}

.main_video{
  padding-top: 100px;
}
.main_video .title{
  padding-bottom: 70px;
}
.main_video .items{

}
.main_video .items .first_video{
  height: 440px;
}
.main_video .items .small_video{
  height: 200px;
  margin-bottom: 40px;
}
.main_video .items .video-js{
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 13px 30px 0px rgba(61, 124, 98, 0.2);
  -moz-box-shadow:    0px 13px 30px 0px rgba(61, 124, 98, 0.2);
  box-shadow:         0px 13px 30px 0px rgba(61, 124, 98, 0.2);
}
.main_video .items .first_video .video-js .vjs-big-play-button {
	font-size: 0px;
	line-height: 0px;
  text-indent: -9999px;
	height: 157px;
	width: 157px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
  margin-top: -78px;
  margin-left: -78px;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	border: none;
	background:  url(../images/ico/controls/play_big.png) center top no-repeat;
	border-radius: 0px;
	transition: all 0.4s;
}
.main_video .items .first_video .video-js .vjs-big-play-button:hover, .video-js:hover .vjs-big-play-button{
	background:  url(../images/ico/controls/play_big.png) center top no-repeat;
}
.main_video .items .small_video .video-js .vjs-big-play-button {
	font-size: 0px;
	line-height: 0px;
  text-indent: -9999px;
	height: 125px;
	width: 125px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
  margin-top: -62px;
  margin-left: -62px;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	border: none;
	background:  url(../images/ico/controls/play_small.png) center top no-repeat;
	border-radius: 0px;
	transition: all 0.4s;
}
.main_video .items .small_video .video-js .vjs-big-play-button:hover, .video-js:hover .vjs-big-play-button{
	background:  url(../images/ico/controls/play_small.png) center top no-repeat;
}
.main_video .items .video-js.vjs-playing .vjs-big-play-button{
  display: none;
}

.main_news{
  background:  url(../images/bg/news_main.png) center top no-repeat;
  height: 1193px;
  padding-top: 133px;
}
.main_news .title{
  padding-bottom: 105px;
}
.main_news .news_list{
  padding-left: 22px;
  padding-right: 22px;
}
.main_news .news_list .item{
  padding: 20px;
}
.main_news .news_list .item .item_wrap{
  -webkit-box-shadow: 0px 8px 16px 0px rgba(61, 124, 98, 0.4);
  -moz-box-shadow:    0px 8px 16px 0px rgba(61, 124, 98, 0.4);
  box-shadow:         0px 8px 16px 0px rgba(61, 124, 98, 0.4);
  background: #fff;
}
.main_news .news_list .item .item_wrap .image{
  overflow: hidden;
}
.main_news .news_list .item .item_wrap .image img{
  width: 100%;
}
.main_news .news_list .item .item_wrap .controls{
  text-align: left;
  padding: 20px;
}
.main_news .news_list .item .item_wrap .controls a.name{
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
  padding-bottom: 15px;
}
.main_news .news_list .item .item_wrap .controls span.date, .main_news .news_list .item .item_wrap .controls span.text{
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
  padding-bottom: 20px;
}
.main_news .news_list.owl-theme .owl-nav {
	margin-top: 0px;
}
.main_news .news_list.owl-theme .owl-nav [class*="owl-"] {
	color: #FFF;
	font-size: 0px;
  text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	width: 138px;
  height: 138px;
	display: block;
	cursor: pointer;
	border-radius: 0px;
  position: absolute;
  opacity: 1;
  top: 50%;
  margin-top: -69px;
}
.main_news .news_list.owl-theme .owl-nav .owl-prev{
  background:  url(../images/ico/controls/arrow_left.png) center top no-repeat;
  left: -55px;
}
.main_news .news_list.owl-theme .owl-nav .owl-next{
  background:  url(../images/ico/controls/arrow_right.png) center top no-repeat;
  right: -55px;
}

.main_services{
  padding-top: 155px;
  position: relative;
  z-index: 2;
  margin-top: -300px;
  padding-bottom: 75px;
}
.main_services .items{
  padding-top: 85px;
}
.main_services .items .item{
  margin-bottom: 60px;
  text-align: center;
}
.main_services .items .item .image{

}
.main_services .items .item .info span{
  display: block;
}
.main_services .items .item .info span.name{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
}
.main_services .items .item .info span.text{
  font-size: 15px;
  line-height: 20px;
  min-height: 80px;
  padding: 0xp 50px;
}

.main_reviews{
  height: 786px;
  background: url(../images/bg/reviews_main.png) center top no-repeat;
  padding-top: 70px;
  position: relative;
  z-index: 2;
}
.main_reviews .title{
  padding-bottom: 130px;
}
.main_reviews .reviews_list{
  padding-left: 22px;
  padding-right: 22px;
}
.main_reviews .reviews_list .item{
  font-size: 0px;
}
.main_reviews .reviews_list .item > *{
  font-size: 14px;
}
.main_reviews .reviews_list .item .image{
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.main_reviews .reviews_list .item .image a{
  display: block;
  text-align: left;
}
.main_reviews .reviews_list .item .image img{
  display: inline-block;
  max-width: 80%;
}
.main_reviews .reviews_list .item .info{
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
.main_reviews .reviews_list .item .info span, .main_reviews .reviews_list .item .info a{
  display: block;
}
.main_reviews .reviews_list .item .info span.name{
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  padding-bottom: 20px;
}
.main_reviews .reviews_list .item .info span.date{
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 20px;
}
.main_reviews .reviews_list .item .info span.text{
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 20px;
}
.main_reviews .reviews_list.owl-theme .owl-nav {
	margin-top: 0px;
}
.main_reviews .reviews_list.owl-theme .owl-nav [class*="owl-"] {
	color: #FFF;
	font-size: 0px;
  text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	width: 138px;
  height: 138px;
	display: block;
	cursor: pointer;
	border-radius: 0px;
  position: absolute;
  opacity: 1;
  top: 50%;
  margin-top: -69px;
}
.main_reviews .reviews_list.owl-theme .owl-nav .owl-prev{
  background:  url(../images/ico/controls/arrow_left.png) center top no-repeat;
  left: -55px;
}
.main_reviews .reviews_list.owl-theme .owl-nav .owl-next{
  background:  url(../images/ico/controls/arrow_right.png) center top no-repeat;
  right: -55px;
}

.bottom_map{
  margin-top: -155px;
  position: relative;
  z-index: 1;
}

.footer{
  padding-top: 25px;
  background: #fff;
}
.footer.bordered{
  border-top: 1px solid #d1d1d1;
}
.footer .info{
  padding-bottom: 25px;
}
.footer .info .logo{
  font-size: 0px;
}
.footer .info .logo a{
  display: inline-block;
  vertical-align: top;
}
.footer .info .logo .adress{
  display: inline-block;
  vertical-align: top;
  padding-left: 25px;
  font-size: 18px;
  line-height: 25px;
  padding-top: 15px;
}
.footer .info .contact{
  padding-left: 45px;
  font-size: 18px;
  line-height: 25px;
  padding-top: 15px;
}
.footer .info .contact span{
  display: block;
}
.footer .info .contact span.phone{
  padding-bottom: 25px;
}
.footer .info .contact span a{
  color: #333;
}
.footer .info .social{
  text-align: right;
  padding-top: 15px;
}
.footer .info .social ul{
  list-style-type: none;
}
.footer .info .social ul li{
  display: inline-block;
  margin-left: 10px;
}

.copyright{
  height: 100px;
  background: #fbfbfb;
}
.copyright span{
  display: block;
  text-align: center;
  line-height: 100px;
  font-size: 18px;
}

.content{
  background: #fff;
}
.content.rombs{
  background:  url(../images/bg/rombs/inner.png) center bottom no-repeat;
}
.content .top_promo{
  height: 320px;
  background:  url(../images/bg/promo.jpg) center top no-repeat;
  margin-bottom: 25px;
}

.catalog .title{
  padding-bottom: 60px;
}
.catalog .description{
  padding-bottom: 60px;
  font-size: 15px;
  line-height: 20px;
}
.catalog .description p{
  margin-bottom: 20px;
}

.catalog .items{

}
.catalog .items .item{
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #7c7c7c;
  position: relative;
}
.catalog .items .item.item2:after{
  width: 217px;
  height: 217px;
  position: absolute;
  content: "";
  background:  url(../images/bg/rombs/catalog/1.png) center top no-repeat;
  right: -210px;
  bottom: -70px;
}
.catalog .items .item.item3:after{
  width: 193px;
  height: 169px;
  position: absolute;
  content: "";
  background:  url(../images/bg/rombs/catalog/2.png) center top no-repeat;
  left: -190px;
  bottom: 65px;
}
.catalog .items .item.item5:after{
  width: 240px;
  height: 240px;
  position: absolute;
  content: "";
  background:  url(../images/bg/rombs/catalog/3.png) center top no-repeat;
  right: -210px;
  bottom: -20px;
}
.catalog .items .item:last-child{
  border-bottom: none;
  margin-bottom: 0px;
}
.catalog .items .item .image{
  text-align: center;
}
.catalog .items .item .image img{
  max-width: 100%;
  width: 100%;
}
.catalog .items .item .info{

}
.catalog .items .item .info a.name{
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  line-height: 20px;
  text-decoration: none;
  margin-bottom: 20px;
}
.catalog .items .item .info p{
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 20px;
}
.catalog .items .item .info ul{
  list-style-type: none;
  padding-left: 0px;
}
.catalog .items .item .info ul li{
  display: block;
  background:  url(../images/ico/content/bullit.png) left 2px no-repeat;
  min-height: 20px;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 16px;
  padding-left: 25px;
}
.catalog .items .item .controls{
  padding-top: 35px;
}
.catalog .items .item .controls a.button{
  padding-left: 95px;
  padding-right: 95px;
}
.catalog .items .item .controls a.button.white{
  margin-right: 15px;
}

.product{

}
.product .title{
  padding-bottom: 85px;
}
.product .images{

}
.product .images .big_image{

}
.product .images .big_image a{
  display: block;
  text-align: center;
}
.product .images .big_image a img{
  max-width: 100%;
}
.product .images .thumbs{
  padding-top: 20px;
}
.product .images .thumbs .owl-theme .owl-nav {
	margin-top: 0px;
}
.product .images .thumbs .owl-theme .owl-nav [class*="owl-"] {
	color: #FFF;
	font-size: 0px;
  text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	width: 138px;
  height: 138px;
	display: block;
	cursor: pointer;
	border-radius: 0px;
  position: absolute;
  opacity: 1;
  top: 50%;
  margin-top: -69px;
}
.product .images .thumbs .owl-theme .owl-nav .owl-prev{
  background:  url(../images/ico/controls/arrow_left.png) center top no-repeat;
  left: -75px;
}
.product .images .thumbs .owl-theme .owl-nav .owl-next{
  background:  url(../images/ico/controls/arrow_right.png) center top no-repeat;
  right: -75px;
}
.product .info{
  padding-top: 60px;
  padding-bottom: 70px;
  position: relative;
}
.product .info:before{
  position: absolute;
  content: "";
  width: 217px;
  height: 217px;
  right: -110px;
  top: 220px;
  background:  url(../images/bg/rombs/number/1.png) center top no-repeat;
}
.product .info:after{
  position: absolute;
  content: "";
  width: 193px;
  height: 169px;
  left: -150px;
  bottom: -60px;
  background:  url(../images/bg/rombs/number/2.png) center top no-repeat;
}
.product .info span.name{
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  line-height: 20px;
  padding-bottom: 35px;
}
.product .info p{
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 20px;
}
.product .info ul{
  list-style-type: none;
  padding-left: 0px;
}
.product .info ul li{
  display: block;
  background:  url(../images/ico/content/bullit.png) left 2px no-repeat;
  min-height: 20px;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 16px;
  padding-left: 25px;
}
.product .info i{
  display: block;
  margin-top: -15px;
  font-style: normal;
}

.news{
  padding-bottom: 40px;
}
.news .items{
  padding-top: 100px;
}
.news .items .item{
  margin-bottom: 35px;
}
.news .items .item .item_wrap{
  -webkit-box-shadow: 0px 8px 16px 0px rgba(61, 124, 98, 0.4);
  -moz-box-shadow:    0px 8px 16px 0px rgba(61, 124, 98, 0.4);
  box-shadow:         0px 8px 16px 0px rgba(61, 124, 98, 0.4);
  background: #fff;
}
.news .items .item .item_wrap .image{
  overflow: hidden;
}
.news .items .item .item_wrap .image img{
  max-width: 100%;
  width: 100%;
}
.news .items .item .item_wrap .controls{
  text-align: left;
  padding: 20px;
}
.news .items .item .item_wrap .controls a.name{
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
  padding-bottom: 15px;
}
.news .items .item .item_wrap .controls span.date, .news .items .item .item_wrap .controls span.text{
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
  padding-bottom: 20px;
}

.news_info .news_body{
  padding-top: 100px;
  padding-bottom: 75px;
}
.news_info .news_body .news_image{
  padding-bottom: 20px;
  padding-top: 10px;
}
.news_info .news_body .news_image img{
  max-width: 100%;
}
.news_info .news_body p{
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
}
.news_info .news_body ul{
  list-style-type: none;
  padding-left: 0px;
  display: block;
  clear: both;
}
.news_info .news_body  ul li{
  display: block;
  background:  url(../images/ico/content/bullit.png) left 2px no-repeat;
  min-height: 20px;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 16px;
  padding-left: 25px;
}
.news_info .news_body .controls{
  padding-top: 45px;
  padding-bottom: 100px;
}

.reviews{
  padding-bottom: 90px;
}
.reviews .items{
  padding-top: 100px;
}
.reviews .items .item{
  font-size: 0px;
  padding-bottom: 30px;
}
.reviews .items .item > *{
  font-size: 14px;
}
.reviews .items .item .image{
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.reviews .items .item .image a{
  display: block;
  text-align: left;
}
.reviews .items .item .image img{
  display: inline-block;
  max-width: 100%;
}
.reviews .items .item .info{
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
.reviews .items .item .info span, .reviews .items .item .info a{
  display: block;
}
.reviews .items .item .info span.name{
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  padding-bottom: 20px;
}
.reviews .items .item .info span.date{
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 20px;
}
.reviews .items .item .info span.text{
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 20px;
}

.bx-pagination {
	margin: 0;
  padding-bottom: 90px;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: transparent url(../images/bg/pagenavigation/default.png) center top no-repeat;
	padding: 0px;
	display: block;
	height: 45px;
	width: 45px;
	line-height: 45px;
	color: #333;
	font-size: 15px;
	border-radius: 0px;
  text-align: center;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: transparent url(../images/bg/pagenavigation/active.png) center top no-repeat;
  color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: transparent url(../images/bg/pagenavigation/active.png) center top no-repeat;
	color: #fff;
}

.services{
  padding-bottom: 100px;
}
.services .info{
  padding-top: 140px;
}
.services .info .icons{

}
.services .info .icons span.tlt{
  display: block;
  font-size: 15px;
  line-height: 20px;
}
.services .info .icons .list{
  list-style-type: none;
  padding-left: 0px;
  font-size: 0px;
  padding-top: 30px;
}
.services .info .icons .list li{
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  padding-right: 25px;
}
.services .info .icons .list li span{
  display: block;
  float: left;
}
.services .info .icons .list li span.image{
  width: 125px;
}
.services .info .icons .list li span.name{
  width: calc(100% - 125px);
  padding-top: 40px;
}
.services .info .image{
  padding-top: 8px;
}
.services .info .image img{
  max-width: 100%;
}
.services .items{
  padding-top: 70px;
  font-size: 0px;
  text-align: center;
  margin-left: -25px;
  margin-right: -25px;
}
.services .items .item{
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  font-size: 15px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 50px;
}
.services .items .item .item_wrap{
  -webkit-box-shadow: 0px 8px 16px 0px rgba(61, 124, 98, 0.4);
  -moz-box-shadow:    0px 8px 16px 0px rgba(61, 124, 98, 0.4);
  box-shadow:         0px 8px 16px 0px rgba(61, 124, 98, 0.4);
  background: #fff;
}
.services .items .item .item_wrap .image{
  overflow: hidden;
}
.services .items .item .item_wrap .image img{
  width: 100%;
}
.services .items .item .item_wrap .controls{
  text-align: center;
  padding: 35px 25px;
}
.services .items .item .item_wrap .controls a.name{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
  padding-bottom: 30px;
}
.services .items .item .item_wrap .controls a.button{

}

.gallery{
  padding-bottom: 130px;
}
.gallery .images{
  padding-top: 30px;
}
.gallery .images .big_image{
  margin-bottom: 20px;
  max-height: 630px;
  overflow: hidden;
}
.gallery .images .big_image a{
  display: block;
  text-align: center;
}
.gallery .images .big_image a img{
  max-width: 100%;
}
.gallery .images .thumbs{

}
.gallery .images .thumbs .item{

}
.gallery .images .thumbs .item a{
  display: block;
  width: 100%;
  height: 307px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery .images .thumbs .item a img{
  opacity: 0;
}
.gallery .images .thumbs .owl-theme .owl-nav {
	margin-top: 0px;
}
.gallery .images .thumbs .owl-theme .owl-nav [class*="owl-"] {
	color: #FFF;
	font-size: 0px;
  text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	width: 138px;
  height: 138px;
	display: block;
	cursor: pointer;
	border-radius: 0px;
  position: absolute;
  opacity: 1;
  top: 50%;
  margin-top: -69px;
}
.gallery .images .thumbs .owl-theme .owl-nav .owl-prev{
  background:  url(../images/ico/controls/arrow_left.png) center top no-repeat;
  left: -75px;
}
.gallery .images .thumbs .owl-theme .owl-nav .owl-next{
  background:  url(../images/ico/controls/arrow_right.png) center top no-repeat;
  right: -75px;
}

.bottom_galerry{
  width: 100%;
  height: 1026px;
  background:  url(../images/bg/video.png) center top no-repeat;
  padding-top: 200px;
  margin-top: -100px;
}

.restaurant{

}
.restaurant .head{
  padding-bottom: 85px;
}
.restaurant .head .tlt{
  text-align: left;
}
.restaurant .head .tlt .title{
  margin: 0px;
  text-align: left;
}
.restaurant .head .controls{
  text-align: right;
  padding-top: 5px;
}
.restaurant .head .controls .button{
  padding-left: 60px;
  padding-right: 60px;
}
.restaurant .head .controls .button:last-child{
  margin-left: 15px;
}
.restaurant .images{

}
.restaurant .images .big_image{

}
.restaurant .images .big_image a{
  display: block;
  text-align: center;
}
.restaurant .images .big_image a img{
  max-width: 100%;
}
.restaurant .images .thumbs{
  padding-top: 20px;
}
.restaurant .images .thumbs .owl-theme .owl-nav {
	margin-top: 0px;
}
.restaurant .images .thumbs .owl-theme .owl-nav [class*="owl-"] {
	color: #FFF;
	font-size: 0px;
  text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	width: 138px;
  height: 138px;
	display: block;
	cursor: pointer;
	border-radius: 0px;
  position: absolute;
  opacity: 1;
  top: 50%;
  margin-top: -69px;
}
.restaurant .images .thumbs .owl-theme .owl-nav .owl-prev{
  background:  url(../images/ico/controls/arrow_left.png) center top no-repeat;
  left: -75px;
}
.restaurant .images .thumbs .owl-theme .owl-nav .owl-next{
  background:  url(../images/ico/controls/arrow_right.png) center top no-repeat;
  right: -75px;
}
.restaurant .info{
  padding-top: 60px;
  padding-bottom: 70px;
  position: relative;
}
.restaurant .info span.name{
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  line-height: 20px;
  padding-bottom: 35px;
}
.restaurant .info p{
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 20px;
}
.restaurant .info ul{
  list-style-type: none;
  padding-left: 0px;
}
.restaurant .info ul li{
  display: block;
  background:  url(../images/ico/content/bullit.png) left 2px no-repeat;
  min-height: 20px;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 16px;
  padding-left: 25px;
}
.restaurant .info i{
  display: block;
  margin-top: -15px;
  font-style: normal;
}
.restaurant .info .regions{
  width: 60%;
  position: absolute;
  right: 0px;
  bottom: 90px;
  font-size: 0px;
}
.restaurant .info .regions .item{
  width: 33.3333%;
  padding-left: 15px;
  font-size: 15px;
  line-height: 20px;
  height: 60px;
  display: inline-block;
  vertical-align: top;
  padding-top: 6px;
}
.restaurant .info .regions .item:nth-child(1){
  background: #e75b5b;
  color: #fff;
}
.restaurant .info .regions .item:nth-child(2){
  background: #f9f979;
  color: #333;
}
.restaurant .info .regions .item:nth-child(3){
  background: #3d7c62;
  color: #fff;
}

.bottom_reviews .main_reviews {
	height: auto;
	background: none;
	padding-top: 0px;
	position: relative;
	z-index: 2;
}

.breakfast{
  background:  url(../images/bg/breakfast.png) center top no-repeat;
  height: 1620px;
  padding-top: 200px;
  margin-top: -70px;
}
.breakfast .title{
  padding-bottom: 110px;
}
.breakfast .item{
  -webkit-box-shadow: 0px 8px 16px 0px rgba(61, 124, 98, 0.4);
  -moz-box-shadow:    0px 8px 16px 0px rgba(61, 124, 98, 0.4);
  box-shadow:         0px 8px 16px 0px rgba(61, 124, 98, 0.4);
  background: #fff;
  padding: 30px 25px;
  margin-bottom: 65px;
}
.breakfast .item span.name{
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 20px;
  font-weight: bold;
  padding-bottom: 30px;
  margin: 0px -25px;
}
.breakfast .item  ul{
  list-style-type: none;
  padding-left: 0px;
}
.breakfast .item  ul li{
  display: block;
  background:  url(../images/ico/content/bullit.png) left 2px no-repeat;
  min-height: 20px;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 16px;
  padding-left: 25px;
}

.menu{
  padding-bottom: 80px;
}
.menu .head{
  padding-bottom: 85px;
}
.menu .head .tlt .title{
  margin: 0px;
  text-align: left;
}
.menu .head .controls{
  text-align: right;
  padding-top: 5px;
}
.menu .head .controls .button{
  padding-left: 60px;
  padding-right: 60px;
}
.menu .head .controls .button:last-child{
  margin-left: 15px;
}
.menu .menu_wrap{

}
.menu .menu_wrap .sections .button{
  display: block;
}
.menu .menu_wrap .sections .items{
  background: #f7fbfb;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(61, 124, 98, 0.4);
  -moz-box-shadow:    0px 8px 16px 0px rgba(61, 124, 98, 0.4);
  box-shadow:         0px 8px 16px 0px rgba(61, 124, 98, 0.4);
  margin-bottom: 60px;
}
.menu .menu_wrap .sections .items ul{
  list-style-type: none;
  padding-left: 0px;
}
.menu .menu_wrap .sections .items ul li{
  display: block;
  border-bottom: 1px solid #fff;
}
.menu .menu_wrap .sections .items ul li:last-child{
  border-bottom: none;
}
.menu .menu_wrap .sections .items ul li a{
  display: block;
  padding-left: 20px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-decoration: none;
}
.menu .menu_wrap .sections .items ul li a:hover{
  background: #3d7c62;
  color: #fff;
}

.menu .menu_wrap .menu_items{

}
.menu .menu_wrap .menu_items .items .item{
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  background: #fafafa;
}
.menu .menu_wrap .menu_items .items .item:nth-child(2n+2){
  background: #fff;
}
.menu .menu_wrap .menu_items .items .item .price{

}

.contact_page{
  padding-bottom: 220px;
}
.contact_page .items{
  padding-top: 100px;
}
.contact_page .items .item{
  padding: 35px;
  background: #fff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(61, 124, 98, 0.4);
  -moz-box-shadow:    0px 8px 16px 0px rgba(61, 124, 98, 0.4);
  box-shadow:         0px 8px 16px 0px rgba(61, 124, 98, 0.4);
}
.contact_page .items .item span{
  display: block;
  text-align: center;
}
.contact_page .items .item span.image{
  padding-bottom: 15px;
}
.contact_page .items .item span.tlt{
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 20px;
}
.contact_page .items .item span.text{
  font-size: 15px;
  line-height: 20px;
}
.contact_page .items .item span.text p{
  margin-bottom: 20px;
}
.contact_page .items .item span.text p a.gray{
  color: #333;
  text-decoration: none;
}

.bottom_form{
  padding-top: 130px;
  padding-bottom: 50px;
}
.bottom_form .form{
  padding-top: 60px;
}
.bottom_form .form .item{
  padding-bottom: 35px;
}
.bottom_form .form .item input{
  display: block;
  width: 100%;
  padding-left: 20px;
  height: 64px;
  border: 1px solid #bbbbbb;
  border-radius: 20px;
  font-size: 14px;
  font-family: 'Century Gothic', Arial, sans-serif;
}
.bottom_form .form .item textarea{
  display: block;
  width: 100%;
  padding-left: 20px;
  padding-top: 25px;
  height: 134px;
  border: 1px solid #bbbbbb;
  border-radius: 20px;
  resize: none;
  font-size: 14px;
  font-family: 'Century Gothic', Arial, sans-serif;
}
.bottom_form .form .contorls{
  padding-top: 0px;
  text-align: center;
  font-size: 14px;
}
.bottom_form .form .contorls .button{
  margin-top: 45px;
  padding-left: 130px;
  padding-right: 130px;
}
.popup_form{
  width: 400px;
  padding: 25px;
  background: #fff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(61, 124, 98, 0.4);
  -moz-box-shadow:    0px 8px 16px 0px rgba(61, 124, 98, 0.4);
  box-shadow:         0px 8px 16px 0px rgba(61, 124, 98, 0.4);
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.popup_form .form_title{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 15px;
}
.popup_form input{
  display: block;
  width: 100%;
  padding-left: 15px;
  margin-bottom: 15px;
  text-align: left;
  height: 54px;
  border: 1px solid #bbbbbb;
  border-radius: 20px;
  font-size: 14px;
  font-family: 'Century Gothic', Arial, sans-serif;
}
.popup_form textarea{
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-top: 15px;
  margin-bottom: 15px;
  text-align: left;
  height: 154px;
  border: 1px solid #bbbbbb;
  border-radius: 20px;
  font-size: 14px;
  font-family: 'Century Gothic', Arial, sans-serif;
}
.popup_form .button{
  padding-left: 55px;
  padding-right: 55px;
}

@media (max-width: 1366px) {
  .main_gallery{
    height: 350px;
  }
  .main_gallery .items .item img{
    display: inline-block;
    max-width: 100%;
  }
  .main_gallery .items .item0 {
  	height: 332px;
  	overflow: hidden;
  }
  .main_gallery .items .item0, .main_gallery .items .item2, .main_gallery .items .item3, .main_gallery .items .item4, .main_gallery .items .item5{
    width: 20%;
  }
  .main_gallery .items .item1, .main_gallery .items .item1, .main_gallery .items .item6{
    width: 40%;
  }
  .main_gallery .items .item1 {
  	left: 20%;
  	padding-left: 5px;
  }
  .main_gallery .items .item2 {
  	left: 60%;
  	padding-left: 5px;
  }
  .main_gallery .items .item3 {
  	padding-left: 5px;
  }
  .main_gallery .items .item4 {
  	left: 20%;
  	top: 168px;
  	padding-left: 5px;
  }
  .main_gallery .items .item5 {
  	left: 40%;
  	top: 168px;
  	padding-left: 5px;
  }
  .main_gallery .items .item6 {
  	top: 168px;
  	padding-left: 5px;
  }
  .footer .info .logo .adress {
  	padding-left: 20px;
  	font-size: 16px;
  	padding-top: 0px;
  }
  .footer .info .contact {
  	font-size: 16px;
  }
  .footer .info .contact span.phone {
  	padding-bottom: 10px;
  }
  .copyright {
  	height: 80px;
  }
  .copyright span {
  	line-height: 80px;
  	font-size: 16px;
  }
  .catalog .items .item {
  	overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .title {
  	font-size: 47px;
  	line-height: 55px;
    margin: 0px;
  }
  header.header .logo .adress {
  	padding-left: 15px;
  }
  header.header .social ul.links {
  	padding-left: 0px;
  }
  header.header .social ul.links li {
  	margin-right: 5px;
  }
  .navigation .navbar-default .navbar-nav > li {
  	margin-right: 55px;
  }
  .navigation .navbar-default .navbar-nav > li:last-child {
  	margin-right: 0px;
  }
  .main_about {
  	padding-top: 50px;
  	padding-bottom: 50px;
  }
  .main_about .image img {
  	margin-left: 0px;
  	max-width: 100%;
  }
  .main_catalog {
  	height: auto;
    padding-bottom: 100px;
  	margin-top: -100px;
  }
  .main_catalog .title {
  	padding-bottom: 50px;
  }
  .main_gallery .items .item4, .main_gallery .items .item5, .main_gallery .items .item6 {
  	top: 130px;
  }
  .main_gallery .items .item0 {
  	height: 257px;
  	overflow: hidden;
  }
  .main_gallery {
  	height: 250px;
  }
  .footer .info .logo a{
    max-width: 40%;
  }
  .footer .info .logo a img{
    max-width: 100%;
  }
  .footer .info .logo .adress{
    font-size: 15px;
  }
  .main_catalog .product_list.owl-theme .owl-nav .owl-prev, .main_news .news_list.owl-theme .owl-nav .owl-prev, .main_reviews .reviews_list.owl-theme .owl-nav .owl-prev, .gallery .images .thumbs .owl-theme .owl-nav .owl-prev,
  .product .images .thumbs .owl-theme .owl-nav .owl-prev, .restaurant .images .thumbs .owl-theme .owl-nav .owl-prev{
    left: 0px;
  }
  .main_catalog .product_list.owl-theme .owl-nav .owl-next, .main_news .news_list.owl-theme .owl-nav .owl-next, .main_reviews .reviews_list.owl-theme .owl-nav .owl-next, .gallery .images .thumbs .owl-theme .owl-nav .owl-next,
  .product .images .thumbs .owl-theme .owl-nav .owl-next, .restaurant .images .thumbs .owl-theme .owl-nav .owl-next{
    right: 0px;
  }
  .news_info .news_body {
  	padding-top: 30px;
  }
  .catalog .items .item .controls a.button {
  	padding-left: 45px;
  	padding-right: 45px;
  }
  .product .title {
  	padding-bottom: 25px;
  }
  .product {
  	overflow: hidden;
  }
}
@media (max-width: 768px) {
  .button {
  	height: 45px;
  	line-height: 45px;
  	font-size: 13px;
  	padding: 0px 15px;
  }
  .title {
  	font-size: 38px;
  	line-height: 45px;
  }
  header.header .logo a{
    max-width: 40%;
  }
  header.header .logo .adress{
    max-width: 60%;
  }
  header.header .logo a img{
    max-width: 100%;
  }
  header.header .logo .adress{
    padding-left: 10px;
  }
  header.header .logo .adress span {
  	display: block;
  	font-size: 15px;
  	line-height: 18px;
  }
  header.header .social ul.links li {
  	margin-right: 0px;
  }
  header.header .social ul.links li a img{
    max-width: 24px;
  }
  .bootstrap-select .dropdown-toggle .filter-option-inner-inner img{
    max-width: 25px;
  }
  header.header .social .langs .bootstrap-select > .dropdown-toggle{
    width: 50px;
  }
  header.header .contact span.phone {
  	display: block;
  	font-size: 18px;
  	padding-bottom: 10px;
  }
  .navigation .navbar-default .navbar-nav > li {
  	margin-right: 20px;
  }
  .navigation .navbar-default .navbar-nav > li a{
    font-size: 14px;
  }
  .navigation .navbar-nav > li > a.dropdown-toggle .caret {
  	right: -12px;
  	top: 25px;
  	width: 10px;
  	height: 5px;
  	background-size: contain;
  }
  .navigation .navbar-nav > li > .dropdown-menu > li > a {
  	padding: 10px 15px;
  	line-height: 16px;
  	font-size: 14px;
  }
  .booking_top {
  	height: auto;
  	margin-bottom: 0px;
  	position: relative;
  	z-index: 2;
  	background-size: cover;
  }
  .main_advantages {
  	height: auto;
  	padding-top: 50px;
    background-size: cover;
  }
  .main_advantages .items {
  	padding-top: 35px;
  }
  .main_gallery {
  	margin-top: 0px;
  }
  .main_gallery .items .item0, .main_gallery .items .item1, .main_gallery .items .item2, .main_gallery .items .item3, .main_gallery .items .item4, .main_gallery .items .item5, .main_gallery .items .item6 {
  	position: relative;
  	float: left;
  	width: 33.33333%;
  	padding: 2px;
  	left: auto;
  	top: auto;
  	right: auto;
  	height: 80px;
  	overflow: hidden;
  }
  .main_video {
  	padding-top: 50px;
  }
  .main_video .title {
  	padding-bottom: 30px;
  }
  .main_video .items .first_video {
  	margin-bottom: 30px;
  }
  .main_news {
  	height: auto;
  	padding-top: 50px;
  	background-size: cover;
  }
  .main_news .title {
  	padding-bottom: 30px;
  }
  .main_services {
  	padding-top: 50px;
  	position: relative;
  	z-index: 2;
  	margin-top: 0px;
  	padding-bottom: 50px;
  }
  .main_reviews {
  	padding-top: 70px;
  	padding-bottom: 50px;
  }
  .main_reviews .title {
  	padding-bottom: 50px;
  }
  .footer .info .logo .adress {
  	font-size: 14px;
  	max-width: 60%;
  }
  .footer .info .contact {
  	font-size: 14px;
  }
  .footer .info .social ul {
  	list-style-type: none;
  	padding-left: 0px;
  }
  .copyright {
  	height: 50px;
  }
  .copyright span {
  	line-height: 50px;
  	font-size: 14px;
  }
  .content .top_promo {
  	margin-bottom: 25px;
  }
  .news .items {
  	padding-top: 30px;
  }
  .reviews .items .item .image img {
  	max-width: 75%;
  }
  .catalog .items .item .controls {
  	padding-top: 15px;
    text-align: center;
  }
  .catalog .items .item .controls a.button.white {
  	margin-right: 0px;
    margin-bottom: 10px;
  }
  .restaurant .head .controls .button {
  	padding-left: 30px;
  	padding-right: 30px;
  }
  .bottom_galerry {
  	height: auto;
  	padding-top: 150px;
  	margin-top: -100px;
  }
  .restaurant .info .regions {
  	width: 100%;
  	position: relative;
  	right: 0px;
  	bottom: 0px;
  	font-size: 0px;
  }
  .menu .head .controls .button {
  	padding-left: 30px;
  	padding-right: 30px;
  }
  .menu .head {
  	padding-bottom: 35px;
  }
  .menu .menu_wrap .sections .items ul li a {
	  height: 45px;
	  line-height: 45px;
    font-size: 16px;
    padding-left: 10px;
  }
  .menu .menu_wrap .menu_items .items .item {
  	height: 55px;
  	line-height: 55px;
  	font-size: 13px;
  }
  .contact_page .items {
	  padding-top: 30px;
  }
  .contact_page .items .item {
  	margin-bottom: 30px;
  }
}
@media (max-width:736px){
  header.header .logo{
    padding-bottom: 20px;
  }
  header.header .logo a {
  	max-width: 100%;
  	display: block;
  	text-align: center;
  }
  header.header .logo a img{
    max-width: 25%;
  }
  header.header .logo .adress {
  	padding-left: 0px;
  	max-width: 100%;
  	text-align: center;
  	display: block;
    padding-top: 10px;
  }
  header.header .logo .adress span br{
    display: none;
  }
  header.header .logo .adress span:last-child {
  	padding-top: 0px;
  }
  header.header .social ul.links li{
    margin-right: 5px;
  }
  header.header .social ul.links li a img {
  	max-width: 32px;
  }
  header.header .contact span.phone {
  	display: inline-block;
  	padding-right: 20px;
    vertical-align: middle;
  }
  .collapse.in {
  	display: block;
  	z-index: 10000;
  	position: relative;
  	background: #faf9f8;
  	padding: 0px 50px;
  }
  .navigation .navbar-default .navbar-nav > li {
  	margin-right: 0px;
  }
  .navigation .navbar-default .navbar-nav > li a {
  	font-size: 16px;
  }
  .navigation .navbar-nav > li > .dropdown-menu {
  	padding: 0px 0px;
  	background: #faf9f8;
  	border: none;
  	box-shadow: none;
  }
  .main_about .image {
  	text-align: center;
  	padding-bottom: 30px;
  }
  .main_about .image img {
  	max-width: 50%;
  }
  .main_about .text .title {
  	padding-bottom: 25px;
  	text-align: center;
  }
  .main_about .text .title br{
    display: none;
  }
  .main_gallery {
  	height: auto;
  }
  .footer .info .logo a {
  	max-width: 100%;
  	display: block;
  	text-align: center;
  	padding-bottom: 10px;
  }
  .footer .info .logo .adress {
  	font-size: 15px;
  	max-width: 100%;
  	display: block;
  	text-align: center;
  }
  .footer .info .contact {
  	font-size: 16px;
  	padding-left: 15px;
  }
  .footer .info .contact span.phone {
  	padding-bottom: 0px;
  }
  .catalog .title {
  	padding-bottom: 20px;
  }
  .product .info:before, .product .info:after {
    display: none;
  }
  .restaurant .head .tlt .title {
  	margin: 0px;
  	text-align: center;
  }
  .restaurant .head {
  	padding-bottom: 35px;
  }
  .restaurant .head .controls {
  	text-align: center;
  	padding-top: 15px;
  }
  .restaurant .head .controls .button:last-child {
  	margin-left: 0px;
  }
  .news_info .news_body .news_image{
    text-align: center;

  }
}
@media (max-width:668px){
  .title {
  	font-size: 30px;
  	line-height: 38px;
  }
}
@media (max-width:568px){
  header.header .logo a img {
  	max-width: 35%;
  }
  header.header .social ul.links li {
  	margin-right: 0px;
  }
  header.header .social ul.links li a img {
  	max-width: 24px;
  }
  .main_gallery .items .item0, .main_gallery .items .item1, .main_gallery .items .item2, .main_gallery .items .item3, .main_gallery .items .item4, .main_gallery .items .item5, .main_gallery .items .item6{
    width: 50%;
    height: 90px;
  }
  .menu .menu_wrap .sections .items ul li a {
  	height: 30px;
  	line-height: 30px;
  	font-size: 12px;
  	padding-left: 10px;
  }
}
@media (max-width:480px){
  .title {
  	font-size: 26px;
  	line-height: 30px;
  }
  header.header {
  	padding-top: 10px;
  	padding-bottom: 10px;
  }
  header.header .logo {
  	padding-bottom: 10px;
  }
  header.header .logo a img {
  	max-width: 45%;
  }
  header.header .logo .adress span {
  	display: block;
  	font-size: 14px;
  	line-height: 16px;
  }
  header.header .social {
  	text-align: center;
  }
  header.header .social ul.links li a img {
  	max-width: 32px;
  }
  .copyright {
  	height: 40px;
  }
  .copyright span {
  	line-height: 40px;
  	font-size: 10px;
  }
  .bx-pagination .bx-pagination-container ul li {
  	margin: 0 0px;
  }
  .catalog .items .item .info {
  	padding-top: 20px;
  }
  .restaurant .info .regions .item {
  	height: 75px;
  }
  .menu .menu_wrap .sections .items{
    margin-bottom: 30px;
  }
  .menu .menu_wrap .sections .button{
    display: none;
  }
  .popup_form{
    width: 100%;
  }
  .popup_form .button{
    display: block;
    width: 100%;
  }
}
@media (max-width:380px){
  header.header .logo a img {
  	max-width: 75%;
  }
  .main_gallery .items .item0, .main_gallery .items .item1, .main_gallery .items .item2, .main_gallery .items .item3, .main_gallery .items .item4, .main_gallery .items .item5, .main_gallery .items .item6 {
  	width: 100%;
  	height: 90px;
  }
  .copyright {
  	height: auto;
    padding: 10px 0px ;
  }
  .copyright span {
  	line-height: 18px;
  	font-size: 14px;
  }
}
@media (max-width:320px){
  header.header .contact {
    text-align: center;
  }
  header.header .contact span.phone {
  	display: block;
  	padding-right: 0px;
  	vertical-align: middle;
  	text-align: center;
  }
  .footer .info .contact {
  	font-size: 16px;
  	padding-left: 15px;
  	width: 100%;
  	text-align: center;
  }
  .footer .info .social {
  	text-align: center;
  	padding-top: 15px;
  	width: 100%;
  }
  .restaurant .head .controls .button:last-child {
  	margin-top: 10px;
  }
}