@font-face {font-family: "Circe";src: url("../fonts/Circe.otf");}
@font-face {font-family: "Circe Bold";src: url("../fonts/CirceBold.otf");}
@font-face {font-family: "Circe Extra Bold";src: url("../fonts/CirceExtraBold.otf");}
@font-face {font-family: "Circe Extra Light";src: url("../fonts/CirceExtraLight.otf");}
@font-face {font-family: "Circe Light";src: url("../fonts/CirceLight.otf");}
@font-face {font-family: "Circe Thin";src: url("../fonts/CirceThin.otf");}

* {
    margin: 0;
    padding: 0;
   /* font-size: 16px;
    line-height: 1.2;*/
    font-family: "Circe Bold", sans-serif;
    color: #000000;
}

/***************** general ******************/
body {
    width: 100%;
    /*background: rgba(0, 0, 0, 0.1);*/
	background:#ebedec;
	/*F7F7CE,  F7D7D4,  F6E8CA, 14FBE0*/
}
input, textarea, a, button {
    outline: none;
    border: none;
}
input[type='submit'], button {cursor: pointer;}
input:focus::-webkit-input-placeholder {color: transparent}
input:focus::-moz-placeholder {color: transparent}
input:focus:-moz-placeholder {color: transparent}
input:focus:-ms-input-placeholder {color: transparent}

.title, ul li {
    display: inline-block;
    list-style: none;
    vertical-align: top;
}
.calendar, .chooser-content, .company-info, .footer-nav, .guides, .stock, .stock-offer, .guide-photo{display:block;}
.guides, .stock, .stock-offer, .guide-photo{list-style: none;
    vertical-align: top;}
p, a {
    text-align: justify;
	font-size: 16px;
    line-height: 1.2;
}
.item-page div{text-align: justify;}
.block {
    display: block;
}
.clearfix {
    display: block;
    clear: both;
}
.block-wrap {
    width: 100%;
}
.header, .footer {
    display: block;
}
.block-content {
    display: block;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
}
img {
    display: block;
    width: 100%;
    height: auto;
}
.product-info img {
    width: auto;
    height: auto;
}
/***************** header ******************/
.header {
    /*padding: 35px 0 350px;*/
    /*background: url('../images/background-header.jpg') no-repeat center bottom;**/
    background-size: cover !important;
    text-align: center;
	padding:35px 0px;
}
.sochi, .moscow{
	padding:0px !important;
	margin: 0px !important;
}
.sochi .header {
	background: url('/templates/home_gorput/images/back-left.png') no-repeat center;
}
.moscow .header {
	background: url('/templates/home_gorput/images/back-right.png') no-repeat center;
}
.header .block-content {
    position: relative;
}

.logo {
    width: 255px;
    height: 148px;
    float: left;
    overflow: hidden;
}
.search-form {
    margin-top: 20px;
}
.search-form {
    display: inline-block;
}
.search-field {
    display: inline-block;
    width: 250px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    padding-left: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    vertical-align: middle;
}
#search_eb_box{
    display: inline-block;
    width: 250px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    padding-left: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    vertical-align: middle;
	box-shadow:none;
	font-family: "Circe", sans-serif;
	color: #9D9E9E;
}
#search_eb_box:focus {
	border-color: rgba(255, 255, 255, 0.0) !important;
	color:#000;
}
.articleBody p{
	font-family: "Circe", sans-serif;
}
.search-submit {
    display: inline-block;
	width: 18px !important;
    height: 18px;
    background: url('../images/icon-search.png') no-repeat center;
    background-size: cover;
    margin-left: 2px;
    vertical-align: middle;
}
.search-submit:hover {
 background: url('/images/tpl/icon-search.png') no-repeat center;
}
.phone-numbers {
    float: right;
    margin-top: 10px;
}
.phone a{
    font-size: 24px;
    color: #ffffff;
}
.footer .phone a{
    font-size: 18px;
}
.footer .phone span{
    font-size: 20px;
}
.phone span {
    font-size: 24px;
    color: #ff0009;
}
nav {
    position: absolute;
    bottom: 0;
    right: 20px;
}
nav ul li {
    margin-right: 30px;
}
nav ul li:last-child {
    margin-right: 0;
}
nav ul li a {
    font-size: 24px;
    color: #ffffff;
    text-decoration: none;
}
nav ul li.active a{
    font-family: "Circe Extra Bold", sans-serif;
    color: #ff0009;
}
nav ul li a:hover {
    color: #ff0009;
}

/***************** chooser ******************/
.chooser {
    display: block;
    width: 100%;
    background: #ff0009;
    padding: 20px 0;
}
.ui-widget-content {
    width: 290px;
    height: 240px;
    background: none;
    border: none;
    outline: none;
}
.ui-datepicker-month, .ui-datepicker-year, .ui-datepicker-calendar th span {
    color: #ffffff;
}
.ui-datepicker table {
    width: 70%;
    height: 200px;
    margin: 0 auto;
}
.ui-datepicker .ui-datepicker-header {
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    border: none;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.ui-datepicker td {
    padding: 0;
}
.ui-datepicker td a {
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    font-family: "Circe Extra Bold", sans-serif;
    color: #000000;
    background: none;
    border: none;
}
/** for usual days **/
.ui-widget-content .ui-state-default {
    color: inherit;
    background: inherit;
    border: inherit;
}
/** for chosen days **/
.ui-widget-content .ui-state-highlight, .ui-widget-content .ui-state-active, .ui-widget-content .ui-state-hover {
    background: #ffffff;
}

.chooser-content {
    /*float: right;
    text-align: right;*/
}
.left_block_c{
	text-align:left;
}
.right_block_c{
	text-align:right;
}
.chooser .text-1, .chooser .text-2 {
    font-family: "Circe Extra Bold", sans-serif;
    font-size: 26px;
    color: #ffffff;
    text-align: right;
   /* margin-top: 35px;*/
}
.chooser .text-2 {
    font-size: 34px;
    margin: 0 0 10px;
}
.chooser button {
    font-size: 16px;
	    margin-top: 18px;
    padding: 8px 32px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #000000;
    color: #ffffff;
	font-family: "Circe Bold", sans-serif;
}
.sochi .chooser{	
    background: #058da3;
}
.chooser button:hover {
    background: #ffffff;
    color: #000000;
}
/***************** popular tours ******************/
.popular-tours {
    width: 100%;
    padding: 35px 0;
}

.moscow .popular-tours ul li{
    width: 32%;
  }
  .sochi .popular-tours ul li{
    width: 32%;
  }
.title {
    font-size: 36px;
    float: left;
    line-height: 36px;
}
.show-all {
    font-size: 24px;
    color: #ff0009;
    line-height: 36px;
    float: right;
}
.show-all:hover {
    text-decoration: none;
}
.popular-tours ul, .popular-excursions ul {
    margin-top: 25px;
    text-align: center;
}
.popular-tours ul li {
height: 391px;
    margin-right: 1%;
    overflow: hidden;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    padding: 0px;

}

.popular-tours ul li:nth-child(3n){
    margin-right: 0;
}
.popular-tours ul li:nth-child(4n){
	display:none;
}
.popular-tours div.owl-carousel {
    margin-top: 25px;
    text-align: center;
}
.popular-tours div.owl-carousel div.owl-item {
    width: 218px;
    height: 391px;
    margin-right: 32px;
    overflow: hidden;
    text-align: left;
	margin-bottom:20px;
	position:relative;

}

.popular-tours div.owl-carousel div.owl-item:nth-child(4n){
    margin-right: 0;
}
.moscow .product-name {
	background:rgba(162, 20, 25, 0.9);
}
.moscow .link_popa {
	background:rgba(162, 20, 25, 0.9);
}
.block_loop{
    display: block;
    position: absolute;
    bottom: 128px;
    margin: 0 auto;
	width: 100%;
    text-align: center;
}
.link_popa{
    font-size: 18px;    
    text-align: center;
    border-radius: 15px;
    line-height: 28px;
    color: #FFF;
	padding:0px 15px;
	border:2px solid #FFF;
}
.link_popa:hover{
	text-decoration:none;
	color:#FFF;
	box-shadow:0 0 15px #000;
}
.sochi .link_popa {
	background:rgba(5, 142, 163, 0.9);
}
.sochi .product-name {
	background:rgba(5, 142, 163, 0.9);
}
.sochi .botoom_block {background:rgba(5, 142, 163, 0.9);}
.product-name {
    text-align: center;
    font-size: 22px;
    color: #ffffff;
	position:absolute;
	top:0px;	
	width:100%;
	line-height: 22px;
	min-height: 80px;
	padding:15px 10px;
}
.to-order {
    display: block;
    margin: 0 0 20px 130px;
    font-size: 18px;
    width: 100px;
     padding: 3px 0;
     -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
     border-radius: 25px;
     background: #ff0009;
     color: #ffffff;
     letter-spacing: 1px;
	 position:absolute;
	 bottom:90px;
	font-family: "Circe Bold", sans-serif;
}
.to-order:hover {
    background: #ffffff;
    color: #ff0009;
}
.button-disabled {
    background: #aaaaaa;
    color: #ffffff;
}
.button-disabled:hover {
    background: #ffffff;
    color: #aaaaaa;
}
.popular-tours p{
    display: inline-block;
    width: 80px;
    margin-left: 44px;
    margin-right: 15px;
    color: #ffffff;
	position:absolute;
	bottom:30px;
}
.popular-excursions p {
    display: inline-block;
    width: 80px;
    margin-left: 44px;
    margin-right:25px;
    color: #ffffff;
	position:absolute;
	bottom:30px;
}
.bg_ten{position:absolute;
top:0px;
background:url('/images/tpl/bg_ten.png') top no-repeat;
 width: 218px;
    height: 391px;
}
.popular-tours .free-positions {
    font-family: "Circe Extra Bold", sans-serif;
    font-size: 24px;
    /*width: 50px;*/
	min-width:50px;
	 width:auto;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    line-height: 53px;
    text-align: center;
	bottom:15px;
	right:44px;
	padding:0px 5px;
	position:absolute;
	color:#ff0009;
}
.free-positions {
    font-family: "Circe Extra Bold", sans-serif;
    font-size: 24px;
    min-width: 50px;
	max-width: 70px;
	padding:0 5px;
	text-align:center;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #ffffff;
    line-height: 53px;
    text-align: center;
	bottom:15px;
	right:44px;
	position:absolute;
}

.last-product {
    color: #ff0009;
}
.empty-product {
    color: #aaaaaa;
}
/***************** popular excursions ******************/
.popular-excursions {
    padding-bottom: 35px;
}
.popular-excursions .product-name {
    display: inline-block;
}
.main-excursion {
    width: 458px;
    height: 391px;
    background: url('../images/excursion-Moscow.png') no-repeat center;
    background-size: cover;
    float: left;
    overflow: hidden;
    text-align: left;
	position:relative;
}
.popular-excursions ul li:first-child {
    width: 47%;
    height: 391px;
    background: url(../images/excursion-Moscow.png) no-repeat center;
    background-size: cover;
    float: left;
	margin-right:2%;
    overflow: hidden;
    text-align: left;
    position: relative;
}
.popular-excursions ul li:first-child .product-name {
    /*margin: 25px 0 180px 34px !important;*/
     text-align: center;
    line-height: 24px;
}
.sochi .popular-excursions ul li:first-child .product-name {
    background: rgba(5, 142, 163, 0.9);
}
.moscow .popular-excursions ul li:first-child .product-name {
    background:rgba(162, 20, 25, 0.9);
}
.sochi .popular-excursions ul li .product-name {
    background:none;
}
.moscow .popular-excursions ul li .product-name {
    background:none;
}
.popular-excursions ul li:first-child .to-order {
    display: block !important;
    margin: 0 0 20px 65px;
}
.popular-excursions ul li:first-child .to-order {
    bottom: 90px;
}
.bottom_related_home{
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px !important;
    width: 100%;
    padding: 0px 10px;
}
.popular-excursions ul li:first-child .mesto_count{
	width:100%;
	margin-bottom: 0px !important;
}
.popular-excursions ul li:first-child .link_related_home{
	display:block;
	position:absolute;
	top: -65px;
    right: 15px;
}
.popular-excursions ul li:first-child .quantity{
	display:block;
	float:left;
	width:50%;
}
.popular-excursions ul li:first-child .price_related{
	display:block;
	float:right;
	width:50%;
	color:#FFF;
	font-size:16px;
	line-height:36px;
	text-align:right;
}
.popular-excursions ul li .bottom_related_home .price_related{
	display:none;
}
.popular-excursions ul li:first-child .bottom_related_home .price_related{
	display:block;
}
.sochi .bottom_related_home{
	background: rgba(5, 142, 163, 0.9);
}
.moscow .bottom_related_home{
	background:rgba(162, 20, 25, 0.9);
}
.bottom_related_home .link_popa{
	top: 20px;
	position:relative;
	padding: 0px 40px;
}
.bottom_related_home .mesto_count {
	padding-top:15px;
}
.bottom_related_home .mesto_count{
    display: block;
    width: 46%;
    float: right;
}
.bottom_related_home .link_related_home{
	width:49%;
	display: block;
	float:left;
	text-align: center;
}
.popular-excursions ul li:first-child .ten_bg{
    width: 458px;
    height: 391px;
}
.popular-excursions ul li .ten_bg{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 457px;
    height: 185px;
    background:  rgba(0,0,0,0.3);
}
.popular-excursions ul li:first-child  p {
    left: 0px !important;
}
.popular-excursions ul li:first-child .free-positions {
    left: 120px !important;    text-align: center;
}
.usual-excursion {
    width: 50%;
    height: 185px;
    overflow: hidden;
    float: right;
    text-align: left;
	position:relative;
}
.usual-excursion .to-order {bottom: 8px;}
.popular-excursions p {right:70px;    bottom: 30px;    font-weight: 500;}
.popular-excursions ul li:nth-child(2) {margin-bottom: 21px; background: url('../images/excursion-Baikal.png') no-repeat center; background-size: cover;}
.popular-excursions ul li:nth-child(3) {background: url('../images/excursion-Petergoff.png') no-repeat center; background-size: cover;}
.main-excursion .product-name {
    margin: 25px 0 180px 34px !important;
    text-align: left;
}
.usual-excursion .product-name {
    /*margin: 25px 0 40px 34px !important;*/
    text-align: center;
    line-height: 24px;
}
.usual-excursion .to-order {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}
/***************** our guides ******************/
.guides .title, .stock .title {
    float: none;
    margin-bottom: 25px;
}
.guides {
    width: 100%;
}
.guides p {
    text-align: center;
}
.guides ul li {
    width: 270px;
	/*width: 180px; если 3
    margin-right: 4px;*/
    text-align: center;
    margin-bottom: 20px;
}
.guides ul li:last-child {
    margin-right: 0;
}
.guide-photo {
    width: 115px;
    height: 115px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
	margin:0 auto;
}
.guide-name {
    font-size: 24px;
    margin: 10px 0 5px;
	
}
.guide-name a{
    font-size: 24px;
    margin: 10px 0 5px;
	text-decoration:none;
	color:#000;
}
.guide-name a:hover{
	text-decoration:underline;
}
.guide-description {
    font-family: Arial, sans-serif;
    color: #ff0009;
    line-height: 1;
}
.guide-phone {
    font-family: Circe, sans-serif;
    margin-top: 10px;
}
/***************** stock ******************/
.stock {
    width:100%;
    /*margin-left: 70px;*/
    padding-bottom: 35px;
}
.moscow .stock-offer .logo-short{
	background:url(/templates/enter-city-default-tpl/images/logo-short.png) no-repeat center;
	display:block;
}
.sochi .stock-offer .logo-short{
	background:url(/images/tpl/logo-left.png) no-repeat center;
	display:block;
	    background-size: contain;
}
.stock-offer .name_short{
	-moz-transform: rotate(-12deg);
    -webkit-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg); /* для IE9 */
    transform: rotate(-12deg); /* на будущее */
	font-size:28px;
	color:#FFF;
	font-weight:600;
	font-style:italic;
	    text-align: center;

}

.stock-offer {
    width: 100%;
    height:200px;

    background-size: cover;
	background-position:center;
    position: relative;
}

.block_sale_desc{
	position:absolute;
	top:0px;
	left:0px;
}

.logo-short {
    /*width:210px;*/
    height:121px;
    position: absolute;
    top: 30px;
   /* left:35px;*/
}
.name_short{
    position: absolute;
    top: 70px;
	    text-align: center;
    /*left: 280px;
    width: 210px;*/
    line-height: 28px;
	text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.8);
}
.blcok_link_sale{
	/*position:absolute;
	bottom:40px;
	left: 480px;*/
	text-align:right;
	padding:2px 0px;
	line-height:0px;
}
.blcok_link_sale a:hover{
	box-shadow:0 0 10px #FFF;
}
.blcok_link_sale a{
	padding:4px 25px;
	color:#FFF;
	text-decoration:none;
	border:1px solid #FFF;
	border-radius:25px;
	background:#FF0000;
	}
.sochi .blcok_link_sale a{
	background:rgba(5, 142, 163, 1);
}
.blcok_link_sale{
	display:block;
	
}
.stock_sale{
	    position: absolute;
		    text-align: right;
    top: 50px;
    /*left: 450px;
    width: 210px;*/
    line-height:62px;
	text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.8);
		-moz-transform: rotate(-12deg);
    -webkit-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg); /* для IE9 */
    transform: rotate(-12deg); /* на будущее */
	font-size:60px;
	color:#FFF;
	font-weight:600;
	font-style:italic;
	
}
.stock-offer .text-1, .stock-offer .text-2 {
    font-size: 30px;
    color: #ffffff;
    position: relative;
    z-index: 1;
    /*font-style: italic;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);*/
}
.calendar_saleico{
	background: url('/images/tpl/calendar.png') no-repeat center;
	display:inline-block;
	width: 20px;
    height: 20px;
    margin-top: 2px;
    position: relative;
    top: 2px;
    padding-right:30px;
	padding-left: 10px;
	}
.stock-offer .text-1 {
    /*margin-top: 125px;
    margin-left: 150px;*/
	margin:25px 10px 0 20px;
    line-height: 1;
	/*text-align:center;*/
	font-size: 28px;
}
.stock-offer .text-2 {
    /*font-size: 112px;
    margin-left: 50px;*/
	font-size:20px;
	margin:20px 10px 0 20px;
    background: #000;
    line-height: 24px;
    display: table;
    /*margin: 0 auto;*/
	margin-top:15px;
	padding: 4px;
}
.stock-offer button {
    width: 150px;
    font-size: 18px;
    padding: 3px 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #ff0009;
    color: #ffffff;
    letter-spacing: 1px;
    position: absolute;
    margin: auto;
    bottom: 60px;
    left: 0;
    right: 0;
	    font-family: "Circe Bold", sans-serif;
}
.stock-offer button:hover {
    background: #ffffff;
    color: #ff0009;
}
/***************** slider ******************/
.slider-wrap {
    padding: 35px 0;
    width: 100%;
    position: relative;
}
.slider {
    width: 100%;
}
.slider-controls {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 100;
    width: 100px;
}
.slider-controls .left, .slider-controls .right {
    width: 15px;
    height: 15px;
    background: url('../images/slider-control-left.png') no-repeat center;
    background-size: cover;
}
.slider-controls .right {
    background: url('../images/slider-control-right.png') no-repeat center;
    background-size: cover;
}
.slide-active:nth-child(1) {
    height: 300px!important;
}
/***************** product card ******************/
.product-card {
    /*padding: 35px 0;*/
}
h1 {
    font-family: "Circe Extra Bold", sans-serif;
    font-size: 42px;
    margin-bottom: 25px;
}
.product-image {
    width: 458px !important;
    overflow: hidden;
    float: left;
    margin: 0 20px 20px 0;
}

.product-info p {
    font-family: 'Circe', sans-serif;
    font-size: 20px;
    text-align: justify;
    text-indent: 30px;
    line-height: 1.3;
    padding-bottom: 20px;
}
.product-info {
    margin-bottom: 30px;
	    width: 100%;
}
.free-positions-block {
    float: left;
    margin-top: 15px;
}
.free-positions-block p {
    font-size: 24px;
    float: left;
    line-height: 1;
    margin-top: 15px;
}
.free-positions-block .free-positions {
    float: right;
    margin-left: 20px;
    font-size: 36px;
    width: 75px;
    height: 75px;
    background: #ffffff;
    line-height: 75px;
    margin-top: 0;
}
.order-block {
    float: right;
}
.cost, .cost-value {
    font-family: "Circe Extra Bold", sans-serif;
    font-size: 32px;
    text-align: center;
}
.cost-value {
    font-size: 36px;
}
.order-block .to-order {
    font-size: 32px;
    width: 300px;
    margin: 10px 0 0 0;
}
a.to-order{
	text-align:center;

}

/***************** popular products ******************/
.popular-products {
    padding: 35px 0 70px;
}
.popular-products a:first-child {
    float: left;
}
.popular-products a:last-child {
    float: right;
}
/***************** footer ******************/
.footer {
    background: #000000;
    padding: 35px 0 50px;
}
.footer .block-content {position: relative;}
.footer .logo {
    width: 178px;
    height: 103px;
    margin-bottom: 35px;
}
.footer .phone-numbers {
    float: none;
    display: block;
    /*margin-top: 50px;*/
}
.footer-nav {
    display:block;
	margin:0 auto;
	width:100px;
   /* margin-left: 175px;*/
}
.footer-nav li {
    display: block;
    margin-bottom: 5px;
}
.footer-nav li:last-child {
    margin-bottom: 0;
}
.footer-nav li a {
    font-size:18px;
    color: #ffffff;
	padding:1px 5px;1
    text-decoration: none;
}
.footer-nav li.active a{
    font-family: "Circe Extra Bold", sans-serif;
    color: #777;
}
.footer-nav li a:hover {
    color: #777;
}
.footer .search-form {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
.kip {
    position: absolute;
    bottom: 0;
    right: 0;
}
.kip-logo {
    width: 200px;
    height: 42px;
    overflow: hidden;
    background: url('../images/kip-service.png') no-repeat center;
    background-size: cover;
    margin-bottom: 5px;
}
.kip p, .kip a {
    font-size: 12px;
    color: #ffffff;
}
.kip a:hover {
    text-decoration: none;
}

/************* media queries ****************/
@media (max-width: 1024px) {
    .block-content {
        padding: 0;
        width: 95%;
    }
    .popular-tours ul li, .popular-tours ul li:last-child, .popular-excursions ul li, .popular-excursions ul li:last-child {
        margin: 20px;
        float: none;
    }
    .guides {
        width: 100%;
        text-align: center;
        margin-top: 35px;
    }
    .stock {
        display: block;
        margin: 50px auto 0;
    }
    .stock .title {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 800px) {
    .search-form, .header .phone-numbers {
        float: right;
        margin-right: 20px;
        margin-top: 35px;
    }
    .search-field {
        width: 200px;
    }
	#search_eb_box {
        width: 200px;
    }
    nav {
        position: static;
        margin-top: 50px;
    }
    .main-excursion {
        width: 400px;
        height: 342px;
    }
    .main-excursion .product-name {
        margin-bottom: 150px;
    }
    .usual-excursion {
        width: 400px;
        height: 162px;
    }
    .usual-excursion .product-name {
        margin-bottom: 20px;
    }
    .usual-excursion .to-order {
        margin: 25px 0 0 25px;
        vertical-align: top;

    }
    .footer-nav {
        display: block;
        margin: 25px 0 0 0;
        width: 100%;
        text-align: center;
    }
    .footer-nav li, .footer-nav li:last-child {
        display: inline-block;
        margin: 10px;
    }
    .kip {
        bottom: auto;
        top: 75px;
    }
    .product-card h1 {
        text-align: center;
    }
    .product-image {
        display: block;
        float: none;
        margin: 0 auto 20px;
    }
}

@media (max-width: 480px) {
    nav ul li {
        display: block;
        margin: 10px 0;
    }
    .chooser .text-1, .chooser .text-2 {
        font-size: 32px;
    }
    .chooser .text-2 {
        font-size: 36px;
    }
    .show-all {
        margin-top: 20px;
    }
    .popular-excursions ul li, .popular-excursions ul li:last-child {
        margin: 20px auto;
        width: 300px;
    }
    .main-excursion {
        height: 257px;
    }
    .main-excursion .product-name {
        margin-bottom: 75px;
        line-height: 1;
    }
    .usual-excursion .product-name {
        margin: 10px 0 10px 34px;
        line-height: 1;
    }
    .usual-excursion .to-order {
        margin: 0 0 10px 34px;
        vertical-align: top;
    }
    .stock, .stock-offer {
        width: 300px;
    }
    .stock-offer .text-1 {
        font-size: 24px;
    }
    .stock-offer .text-2 {
        font-size: 96px;
        margin-left: 40px;
        margin-top: 10px;
    }
    .footer {
        text-align: center;
    }
    .footer .kip, .footer .search-form {
        display: inline-block;
        position: static;
        margin: 10px auto;
        float: none;
    }
    .product-card h1 {
        font-size: 32px;
        line-height: 1;
    }
    .order-block {
        margin-top: 25px;
    }
    .product-card .product-image {
        width: 300px;
        height: 257px;
    }
}
#unitegallery_2_2{
	min-width:100% !important;
	position: absolute;
}
#unitegallery_2_2 .ug-slider-wrapper, .ug-item-wrapper img{
	/*opacity: 0.8! important;*/
}
#unitegallery_2_1{
	min-width:100% !important;
	position: absolute;
}
#unitegallery_2_1 .ug-slider-wrapper, .ug-item-wrapper img{
	/*opacity: 0.8! important;*/
}
/*Каледарь в шапки стили*/
/*Calendar view for css*/
.extcal_minical-travel .mod_eb_mincalendar_table .mod_eb_mincalendar_td_dayname{
	padding:10px;
}
.regpro-calendar {
	background-color:#29363E;
    color:#000000;
	vertical-align:top;
}
.regpro-calendarMonthHeader{
	background-color: #29363E;
	text-align:center;
	vertical-align:middle;
}
.regpro-calendar_table {

}
.regpro-calendarWeekDayHeader {
	font-weight: bolder;
	background: #3E525E;
	text-align:center;
	vertical-align:middle;
	padding: 5px;
	color: #fff;
	border-left: 1px solid #4F6A79;
}
.regpro-calendarDay {
	background-color: #efefef;
	text-align:left;
	font-weight:bolder;
	vertical-align:top;
	font-size:12px;
	color: #29363E;
	font-style:normal;
	border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
	padding: 5px;
}
.regpro-calendarDay:hover {
	background-color: #DAD9CE;
}

.regpro-calendarDay .eb_event_link, .regpro-calenderday-highlight .eb_event_link {
	color: #29363E;
	background: #DEDEDE;
	border-left: 1px #D0D4D4 solid;
	border-top: 1px #D0D4D4 solid;
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;
    display: block;
    font-size: 11px;
    padding: 5px;
}

.regpro-calendar_table td {
}

.eb-calendar ul.eb-weekdays{background: #3E525E;}

.regpro-calendar_years{
	height:22px;
	text-align:left;
	border: 0px #c9d8fc;
	background-color: #efefef;
	vertical-align:top;
	margin: 0;
	font-size:14px;
}
.regpro-calendar_years:hover{
	background:#FFFFFF;
}
.regpro-calendar_months{
	height:22px;
	text-align:left;
	border: 0px #c9d8fc;
	background-color: #efefef;
	vertical-align:top;
	margin: 0;
	font-size:14px;
}
.regpro-calendar_months:hover{
	background:#FFFFFF;
}

#extcalendar table.jcl_basetable {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    width: 100%;
}

#extcalendar .today {
    color: #606F79;
    font-weight: bold;
}

#extcalendar .currentmonth, #extcalendar .currentday, #extcalendar .currentweek {
    background-color: #29363E;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    padding: 3px 11px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

#extcalendar .previousmonth, #extcalendar .previousday, #extcalendar .previousweek,
#extcalendar .nextmonth, #extcalendar .nextday, #extcalendar .nextweek {
    background-color: #29363E;
    color: #FFFFFF;
    font-weight: bold;
    padding: 3px 11px;
    text-align: center;
    text-decoration: none;
}

#extcalendar .previousmonth, #extcalendar .nextmonth, #extcalendar .previousweek, #extcalendar .nextweek, #extcalendar .previousday, #extcalendar .nextday {
    height: 22px;
    text-align: center;
    vertical-align: middle;
    width: 33%;
}

#extcalendar .currentmonth, #extcalendar .currentday, #extcalendar .currentweek {
    height: 22px;
    text-align: center;
    vertical-align: middle;
    width: 34%;
}

#extcalendar .tableb {
    background-color: #F4F4F4;
    border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
    color: black;
    padding: 6px 11px;
}

#extcalendar .tablec {
    background-color: #F9F9F9;
    border-top: 1px solid #FFFFFF;
    color: #333333;
    padding: 3px 11px;
}

#extcalendar .tableh2 {
    background: #3E525E;
    color: white;
    font-weight: bold;
    margin: 0;
    padding: 6px 12px;
}

#extcalendar .previousday a, #extcalendar .previousmonth a, #extcalendar .previousweek a {
    background: url(../images/mini_arrowL.gif) no-repeat left center;
    color: #FFFFFF;
    padding-left: 8px;
}

#extcalendar .nextday a, #extcalendar .nextmonth a, #extcalendar .nextweek a {
    background: url(../images/mini_arrowR.gif) no-repeat right center;
    color: #FFFFFF;
    padding-right: 8px;
}

#extcalendar .eventdesc {
    color: #606F79;
}

#extcalendar .eventtitle {
    color: #606F79;
    font-weight: bold;
    text-decoration: none;
}

.wraptable_calendar {
	width: 100%;
	clear: both;
}

.eb-topmenu-calendar {
	overflow: hidden;
}

.eb-topmenu-calendar .left_calendar {
	float: left;
	padding: 7px;
}

.eb-topmenu-calendar ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

.eb-topmenu-calendar ul li {
}

.eb-topmenu-calendar ul li a {
	background: #F4F4F4;
	display: block;
	color: #29363E;
	padding: 7px 10px;
}

.eb-topmenu-calendar ul li a:hover, .eb-topmenu-calendar ul li a.active {
	background: #3E525E;
	color: #fff!important;
}

/* mini calendar */
div.moduleS2 {
    background: url(../images/topright_2.png) no-repeat 100% 0;
    height: 1%;
    margin-bottom: 10px;
}

div.moduleS2 div {
    background: url(../images/topleft_2.png) no-repeat 0 0;
}

div.moduleS2 div div {
    background: url(../images/botright_2.png) no-repeat 100% 100%;
}

div.moduleS2 div div div {
    background: url(../images/botleft_2.png) no-repeat 0 100%;
    padding: 12px 15px 15px;
}

div.moduleS2 div div div div {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}

div.moduleS2 h3, div.moduletableS2 h3 {
    font-style: normal;
    font-weight: normal;
    height: auto;
    line-height: 100%;
    margin: 0 0 10px;
    padding: 0 0 3px;
    text-indent: 0;
	border-bottom: 1px solid #2B6DA1;
    color: #FFFFFF;
    font-size: 16px;
}

.extcal_minical-travel-travel table.extcal_minical-travel-travel {
    background-color: #214865;
    padding: 5px;
    width: 100%;
}

.mod_eb_minicalendar_link {
	color: #FFFFFF;
    font-weight: bold;
}

.extcal_minical-travel-travel .extcal_month_label a {
    color: #FFFFFF;
    font-weight: bold;
}


#eb-categories .eb-box-heading, #eb-events .eb-box-heading, #eb-event-page .eb-box-heading {
    background: #f2f2f2 url(../../images/background.png) repeat-x 0 0;
    border: 1px solid #DBDEE1;
}
#eb-categories .eb-description, #eb-events .eb-description, #eb-event-page .eb-description {
	border-bottom: 1px solid #DBDEE1;
    border-left: 1px solid #DBDEE1;
    border-right: 1px solid #DBDEE1;
}

/* Mini Calendar */

.eb_minicalendar_monthyear{
	color:#F0F0F0;
}
table.extcal_navbar{
	background:#000000;
}
table.extcal_navbar tr td{
	color:#FFF !important;
}
table.extcal_navbar tr td a{
	color:#FFF !important;
	text-decoration:none !important;
}
.eb_minicalendar_monthyear a.mod_eb_minicalendar_link {
	color:#F0F0F0;
}
td.mod_eb_mincalendar_event a, td.mod_eb_mincalendar_event a.eb_minical_link span.sunday, td.mod_eb_mincalendar_event a.eb_minical_link SPAN.saturday{
	color:#000 !important;
	text-decoration:none !important;
    border-radius: 50%;
    background: #FFF;
    padding: 2px 6px;
}
td.mod_eb_mincalendar_event a:hover{
box-shadow:0 0 5px #FFF;}
td.mod_eb_mincalendar_event {
    background-color:#ff0009 !important;
}
.mod_eb_mincalendar_td_dayname {
	color:#F0F0F0;
}

.mod_eb_mincalendar_td_dayname .sunday {
	color:#99AAAA;
}

.mod_eb_mincalendar_td_dayname .saturday {
	color:#99AAAA;
}

td.mod_eb_mincalendar_event{
	/*background-color:#FFF !important;
	border-radius:50% !important;
	line-height: 16px !important;
	padding: 6px !important;*/
}
td.mod_eb_mincalendar_event a span{line-height:1 !important;}
/*td.mod_eb_mincalendar_event:hover{
	box-shadow:0 0 5px #FFF;
}*/
.mod_eb_mincalendar_td_dayname{
	color:#FFF !important;
}
.mod_eb_mincalendar_td_dayname span.saturday{
	color:#FFF !important;
}
.mod_eb_mincalendar_td_dayname span.sunday{
	color:#FFF !important;
}
/* eb calendar module */
ul.eventsmall li {
    list-style: none;
    border-top: 1px solid #214865;
}

span.event-date span.month {
    background: #214865;
    border: 1px solid #214865;
}

span.event-date span.day {
    border: 1px solid #214865;
    color: #214865;
}

#extcalendar .eventdesc .location-name {
	background: url(../../images/location.png) no-repeat left center;
}
/*Каледарь в шапки стили-конец*/
/*карусель на главной*/
.ug-theme-carousel .ug-tile-navigation-wrapper{
	top: 118px !important;
}
.ug-theme-carousel .ug-button-tile-navigation.ug-button-tile-left{
    background-image: url('/images/tpl/left_str.png') !important;
}
.ug-theme-carousel .ug-button-tile-navigation.ug-button-tile-right {
    background-image: url('/images/tpl/right_str.png') !important;
}
.mod_eb_mincalendar_today span{
	color:#FFF;
}
/*карусель на главной-конец*/

/**/
	.product-name a{
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin: 25px 0 200px;
	text-decoration:none;
}
a.textdecornone{
text-decoration:none;
text-align:center;
}
/**/
.eb-category-title-link button {
    font-size: 36px;
    padding: 10px 40px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #000000;
    color: #ffffff;
}
.eb-category-title-link button:hover {
    background: #ffffff;
    color: #000000;
}
#eb-categories{
	margin-bottom:20px;
}
#eb-categories a{
	display:inline-block;
	margin-right:10px;
	font-size:18px;
	text-decoration:none;
}
#eb-categories a:hover{
	text-shadow: 1px 1px 2px #FFF;
}
.tablec td img{
	text-align:center;
	margin: 0 auto;
	width:auto;
}
.previousday:hover img{
	opacity:1;
}
.previousday img{
	opacity:0.7;
}
.nextday:hover img{
	opacity:1;
}
.nextday img{
	opacity:0.7;
}
.tableb .eventdesc h4 a{
	font-size:22px ;
}
.tableb .eventdesc h4 a:hover{
	text-decoration:none;
}
.mod_eb_mincalendar_no_event span{
	font-size:16px;
}
.heading-cart{
	color:#FFF;
	text-align:center;
	font-size:30px;
}
#colorbox #cboxContent h1.heading-cart {
    background: #ff0009 none repeat scroll 0 0;
    line-height: normal;
    margin: 0px;
    padding: 10px;
}
.form-actions{
	display:block;
	margin:0 auto;
}
.controls{
	text-align:center;
}
.new-form-actions{
	background-color:#FFF !important;
	border-top: 0px !important;
	padding:5px !important;
	    text-align: center;
}
.to-order-ser{
	display: block;
    margin: 0 0 20px 34px;
    font-size: 18px;
    width: 150px;
    padding: 3px 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	background: #aaaaaa;
    color: #ffffff;
    letter-spacing: 1px;
	font-size: 32px;
    width: 300px;
    margin: 10px 0 0 0;
}
i.to-order-ser{    text-align: center;}
.noabsolyte{
	position:relative !important;
	bottom: 0px;
    right:0px;
}
.phone-numbers a{
	text-decoration:none;
	color:#FFF;
}
.articleBody{
	display:block;
	width:100%;
	clear:both;
	margin:20px 0;
}
.page-header{
	display:block;
	width:100%;
	clear:both;
	margin:20px 0 0;
}
.form2LinesLayout input{
	font-size:16px !important;
	height: 20px !important;
	width:300px !important;
	font-family: "Circe Norm", sans-serif;

}
.form2LinesLayout select{
	font-size:14px;
	height: 30px;
	width:310px !important;
	font-family: "Circe Norm", sans-serif;
}
.form2LinesLayout{
	width:100%;
	float:none;
}
.rsform-block-sumbit input[type="submit"]{
	font-size: 24px !important;
    padding: 10px 40px !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    border-radius: 25px !important;
    background: #000000 !important;
    color: #ffffff !important;
	height:40px !important;
	margin:0 auto;
}
.rsform-block-sumbit input[type="submit"]:hover{
    background: #FFFFFF !important;
    color: #000000 !important;
}
.formResponsive {
    text-align: center;
}
.ug-lightbox-overlay{
	opacity:0.6 !important;
}
/*.ug-item-wrapper img{
	opacity:1 !important;
}*/
.sprocket-mosaic-title{
	text-align:center;
	font-size:16px;
	text-decoration:none;
	padding-bottom:5px;
}
.sprocket-mosaic-title a{
	text-decoration:none;
}
.sprocket-mosaic-title a:hover{
	color:#ff0009;
}
.sprocket-mosaic-container li:hover .sprocket-mosaic-item{
	box-shadow:0 0 5px #FFF;
}
/**/
.col-md-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
ul.category-module:before, ul.category-module:after{
  display: table;
  content: " ";
}
ul.category-module:after{
  clear: both;
}
ul.category-module {
	margin-right: -15px;
	margin-left: -15px;
}
  ./*col-md-4 {
    width: 30%;
	height:300px;
	overflow:hidden;
  }*/
  ul.category-module li.col-md-4:nth-child(3n) {
    float: none;
}
ul.category-module li.col-md-4 a.mod-articles-category-img{
	height:234px;
	display: block;
	overflow: hidden;
    margin:0 auto;
	width:100%;

}
ul.category-module li.col-md-4 a.mod-articles-category-img img{

}
}
ul.category-module li a.mod-articles-category-title{
	text-align:center;
	display:block;
	text-decoration:none;
	margin-bottom:0px;
	background:#FFF;
	padding:10px;
	height:34px;
}

ul.category-module li:hover{
	color:#FFF;
}
ul.category-module li.col-md-4{
	margin-bottom:10px;
	background:#FFF;
}
ul.category-module li.col-md-4:hover{
	background:#000;
}
ul.category-module li.col-md-4:hover a{
	background:#000;
	color:#FFF;
}
.category-list form{
	display:none;
}
.tagspopular{
	display:block;
	margin:0 auto;
}
.tagspopular ul li{
	padding:10px;
	margin-right:10px;
	background:#FFF;
}
.tagspopular ul li.active_block{
	background:#000;
}
.tagspopular ul li.active_block a{
	color:#FFF;
}
.tagspopular ul li:hover{
	background:#000;
}
.tagspopular ul li a{
text-decoration:none;
}
.tagspopular ul li:hover a{
	color:#FFF;
}
.tag-category h2{

    display: block;
    width: 100%;
    clear: both;
    margin: 20px 0 0;
}
.chooser-2-content{
	display:block;
	margin:0 auto;
	text-align: center;
}
.chooser-2-content a button{
	line-height: 24px;
	font-size: 30px;
}
.chooser-2-content span{
	font-family: "Circe Extra Bold", sans-serif;
    font-size: 30px;
    color: #ffffff;
	line-height: 30px;
	padding-right:10px;
}
.images_article{
	float:left;
	padding:0 20px 5px 0;
	width:50%;
}
.shadow_sale_fon{
	position:absolute;
	top:0px;
	left:0px;
	width: 341px;
    height: 451px;
	background: url('/images/tpl/shadow_sale_fon.png') top no-repeat;
}
.shadow_fon_recom{
	position:absolute;
	top:0px;
	left:0px;
	width: 218px;
    height: 391px;
	background: url('/images/tpl/bg_ten.png') top no-repeat;
}


table.mod_eb_mincalendar_table tbody tr.mod_eb_mincalendar_dayname td:nth-child(7){
	border-right:1px solid #FFF;
}
table.mod_eb_mincalendar_table tbody tr td.mod_eb_mincalendar_not_today:nth-child(7){
	border-right:1px solid #FFF;
}
table.mod_eb_mincalendar_table tbody tr.mod_eb_mincalendar_dayname td:nth-child(7) span.sunday{
	color:#000000 !important;
}
 table.mod_eb_mincalendar_table tbody tr.mod_eb_mincalendar_dayname td:nth-child(6) span.saturday{
	color:#000000 !important;
}
table.mod_eb_mincalendar_table tbody tr.mod_eb_mincalendar_dayname td:nth-child(14) span.sunday{
	color:#000000 !important;
}
 table.mod_eb_mincalendar_table tbody tr.mod_eb_mincalendar_dayname td:nth-child(13) span.saturday{
	color:#000000 !important;
}
table.extcal_navbar tr td.shadow_gr_td_left div.mod_eb_minicalendar_link {
background: linear-gradient(45deg, #000000 33%, #333333 44%, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*table.extcal_navbar tr td.shadow_gr_td_left:hover div.mod_eb_minicalendar_link {
background: linear-gradient(45deg, #000000 0%, #FFFFFF 100%, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/
table.extcal_navbar tr td.shadow_gr_td_right div.mod_eb_minicalendar_link {
background: linear-gradient(45deg, #FFFFFF 33%, #333333 66%, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*table.extcal_navbar tr td.shadow_gr_td_right:hover div.mod_eb_minicalendar_link {
background: linear-gradient(45deg, #000000 0%, #FFFFFF 100%, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/
/**/
.ug-theme-slider{
	background:url('/images/tpl/fon_slider_top.png') repeat top center !important;
}
/**/
#adminForm div{
	margin-bottom:10px;
}
#field_first_name{
	    display: inline-block;
    width: 50%;
}
#field_date_y{
	    display: inline-block;
    width: 50%;
}
#field_email{
	    display: inline-block;
    width: 50%;
}
#field_phone{
	    display: inline-block;
    width: 50%;
}
#field_city{
	    display: inline-block;
    width: 50%;
}
#field_comment{
	    display: inline-block;
    width: 50%;
}
.knopkical{
	width:29px;
    height:28px;
    background-position: top left;
    display: block;
}
#next_month{
    background-image: url('/images/tpl/nav_calend_right.png') !important;
}
#next_month:hover{
    background-position: bottom left;
}
#prev_month{
    background-image: url('/images/tpl/nav_calend_left.png') !important;
}
#prev_month:hover{
    background-position: bottom left;
}
.bgh1{
    position: absolute;
    background: #000;
    width: 30px;
    height: 33px;
    left: -30px;
}
.bgh2{
    position: absolute;
    background: #000;
    width: 30px;
    height: 33px;
    right: -30px;
	    top: 0px;
}
.extcal_navbar tr td{
	height: 33px;
}
.extcal_navbar td {
    padding: 0px !important;
}
.main-excursion p{
	left:0px !important;
}
.main-excursion .free-positions{
	left:120px !important;
}
.watch_saleico{
	background: url('/images/tpl/watch26.png') no-repeat center;
	display:inline-block;
	width: 20px;
    height: 20px;
    margin-top: 2px;
    position: relative;
    top: 2px;
    padding-left: 10px;
	padding-right: 30px;
}
.custom_social {
    display: block;
    text-align: center;
    margin: 0 audio;
	    padding-right: 55px;
		    width: 186px;
}
.custom_social h4 {
    font-size: 22px;
    color: #FFF;
    padding:10px;
    font-weight: 500;
}
.custom_social ul{
    list-style: none;
	    margin-bottom: 20px;
}
.custom_social ul.social_link li {
    display: inline-block;
    margin: 0 3%;
    text-align: center;
}
.custom_social ul.social_link li a {
    display: block;
    width: 48px;
    height: 48px;
}
.custom_social ul.social_link li a.vk {
    background: url(/images/tpl/vk.png) no-repeat center;
}
.custom_social ul.social_link li a.vk:hover {
    background: url(/images/tpl/vk_hover.png) no-repeat center;
}
.custom_social ul.social_link li a.instagram {
    background: url(/images/tpl/instagram.png) no-repeat center;
}
.custom_social ul.social_link li a.instagram:hover {
    background: url(/images/tpl/instagram_hover.png) no-repeat center;
}
.custom_social ul.social_link li a.od {
    background: url(/images/tpl/odnoklassniki-logo.png) no-repeat center;
}
.custom_social ul.social_link li a.od:hover {
    background: url(/images/tpl/odnoklassniki-logo-hover.png) no-repeat center;
}
.text-clock{
    display: block;
    width:100%;
    color: #ffffff;
    /* background: #000; */
    margin: 0 auto;
    text-align: center;
	margin-bottom:0px !important;
	font-size:18px;
}
#payment_method_container{
	display:none;
}
#adminForm div.form-group:nth-child(10){
	display:none;
}
.owl-nav{
	display:block;
	width:200px;
	margin:0 auto;
}
.owl-nav div{
	font-size: 16px;
    padding:3px 6px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #ff0009;
    color: #ffffff;
    letter-spacing: 1px;
}
.owl-nav div:hover{
	background: #ffffff;
    color: #ff0009;
}
.owl-prev{
	display:inline-block;
	margin-right:30px;
}
.owl-next{
	display:inline-block;
}
#rsform_5_page_0{
    width: 400px;
    margin: 0 auto;
    text-align: center;
}
#rsform_5_page_0 input#chekend0{
    float: none !important;
}
#rsform_5_page_0 label[for="chekend0"] {
    float: none !important;
}
.mesto_count{
display: block;
    width: 100%;
    min-height: 45px;
    padding: 5px 10px;
    text-align: center;
    margin: 0 auto;
}
.mesto_count span{color: #ffffff;
	/*display:inline-block;*/
}
.mesto_count_title{	
	display:block;
	float:left;
	font-size: 16px;
	line-height:18px;
	/*float:left;*/
	text-align:left;
	
}
.mesto_count_ticket{

    display: block;
    float: right;
    padding: 10px;
    padding-bottom: -2px;
    font-size: 20px;
    line-height: 17px;
    /* float: right; */
    background: #FFF;
    border-radius: 50%;
    color: #555!important;
}
/*.default_events .to-order{
	bottom: 125px;
}*/
.stock .mesto_count{
	text-align: center;
    width: 322px;
}
.popular-excursions ul li:nth-child(2) .mesto_count{
	right:0px;
}
.popular-excursions ul li:nth-child(3) .mesto_count{
	right:0px;
}
.popular-excursions ul li:first-child .exclusive_bool{
  width: 100px;
  display: block;
  position: absolute;
  margin: 0 auto;
  bottom:-5px;
  right: -6px;
}
.popular-excursions ul li .exclusive_bool{
  width: 100px;
  display: block;
  position: absolute;
  margin: 0 auto;
  top:5px;
  right:0px;
}
.exclusive_bool_p{
  width: 100px;
  display: block;
  position: absolute;
  margin: 0 auto;
  top:0px;
  z-index: 0;
  right:-6px;
}
.sochi_block{
  /*height: 100vh;*/

}
.bg_tetrad{
  background-image: url(/images/tpl/shutterstock_163803518.png);
  background-size: 40px;
  background-repeat: repeat-y;
  background-position: top center;
}
.moscow_block{
  height: 100vh;
}
.sochi_block .desc_sochi{
  display: block;
  margin: 0 auto !important;
  /*width: 80%;
  top: 25px;
  height: 450px;*/
  position: relative !important;
}
.desc_sochi .sppb-container-inner{
  background-color: rgba(0, 0, 0, 0.5);
}
.sochi_block .desc_sochi .title_block{
  /*position: absolute;
  margin: 0 auto;
  display: block;
  left: 100%;*/
}
.sochi_block .title_block h2{
  color: #FFF !important;
    text-shadow: 0 2px 2px #fe0008;

}
.block_sohi_sale{
  display: block;
  max-width: 80%;
  margin: 0 auto !important;
      padding-top: 40px !important;
}
.sale_soche_home .popular-tours ul li {
  width: 360px;
height: 400px;
    margin-right:0px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
}
.sale_soche_home .popular-tours {
    width: 100%;
    padding:5px 0;
}
.sale_soche_home.popular-tours ul{
    margin-top: 10px;
}
.sale_soche_home .popular-tours ul li .bg_ten {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 360px;
height: 400px;
  background: rgba(0,0,0,0.3);
}
.sale_soche_home #eb-category{
  line-height: 38px;
      margin-bottom: 0px !important;
      padding-bottom: 5px;
      /* margin-bottom: 5px; */
      /* padding: 15px 0 0 0; */
}
.sale_soche_home .clearfix{
  display: none;
}
.sale_soche_home #eb-category h1{
  font-size: 24px;
  text-align: center;
  color: #FFF !important;
    text-shadow: 0 2px 2px #fe0008;
}
/**/
.recom_soche_home .popular-tours ul li {
  width: 365px;
  height: 189px;
    margin-right:0px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
}
.recom_soche_home .popular-tours {
    width: 100%;
    padding:5px 0;
}
.recom_soche_home .popular-tours ul{
    margin-top: 12px;
}
.recom_soche_home .popular-tours ul li .bg_ten {
  position: absolute;
  top: 0px;
  left: 0px;
  width:365px;
    height: 189px;
  background: rgba(0,0,0,0.3);
}
.recom_soche_home #eb-category{
  line-height: 26px;
  margin-bottom:5px;
  padding: 15px 0 0 0;
}
.recom_soche_home #eb-category h1{
  font-size: 24px;
  text-align: center;
  color: #FFF !important;
    text-shadow: 0 2px 2px #fe0008;
}
#eb-category{
      background-color: rgba(0, 0, 0, 0.5);
}
.recom_soche_home .clearfix{
  display: none
}
.sochi_footer{
  display: block;
  max-width: 80%;
  margin: 0 auto !important;

}
.sochi_footer .sppb-col-md-6 .sppb-column-addons{
  text-align: center;
}
.sochi_footer h2{
  font-size: 24px;
  text-align: center;
  color: #FFF !important;
    text-shadow: 0 2px 2px #fe0008;
}
.moscow_block .desc_sochi .sppb-row{
  margin-right: 0px;
}






.sochi .phone-numbers{
	background:rgba(0, 0, 0, 0.5);
	padding:15px 10px;
}
.sochi .phone span {
    font-size: 24px;
    color: #058da3;
}
.moscow .phone-numbers{
	background:rgba(0, 0, 0, 0.5);
	padding:15px 10px;
}
.link_all{
	padding:4px 30px;
	border:1px solid #FFF;
	border-radius:10px;
	color:#FFF;
	text-decoration:none;
	text-shadow:0px;
	font-size:16px;
	float:none;
}
.link_all:hover{
	text-decoration:none;
	color:#FFF;
	box-shadow:0 0 10px #FFF;
}



.botoom_block{
	display:block;
	position:absolute;
	bottom:0px;
	margin-bottom:0px !important;
	    background: rgba(162, 20, 25, 0.9);
    width: 100%;
    line-height: 22px;
    min-height: 100px;
    padding: 15px 10px;
}
.company-info{
	margin: 0 auto;
    width: 200px;
    text-align: center;
}
.company-info .phone-numbers p a{
	font-size:24px !important;
	line-height:32px;
}
.company-info .phone span {
    font-size: 24px;
	color:#777;
}
.home_page p{
	color:#FFF;
}
.home_page p a{
	color:#FFF;
}
.home_page p a:hover{
	color:#777;
}
.copyrate p{
	font-size:18px;
	font-weight:300;
}
#adminForm .title {
    float: none !important;
    margin-bottom: 25px !important;
}