add prod styles
This commit is contained in:
parent
3ecbe62f35
commit
1ac87ee91a
@ -23,7 +23,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-4 col-sm-2 col-lg header-phone-number-block" style="justify-content: center; border-right: 1px solid #fff; height: 100%">
|
<div class="col-4 col-sm-2 col-lg header-phone-number-block" style="justify-content: center; border-right: 1px solid #fff; height: 100%">
|
||||||
<div style="display: flex; flex-direction: column; height: 100%; padding: 10px 0">
|
<div style="display: flex; flex-direction: column; height: 100%; padding: 10px 0; text-align: center;">
|
||||||
<a href="tel:+79269821494" class="col header-number">+7 (926) 982-14-94</a>
|
<a href="tel:+79269821494" class="col header-number">+7 (926) 982-14-94</a>
|
||||||
<a href="tel:+79257205654" class="col header-number">+7 (925) 720-56-54</a>
|
<a href="tel:+79257205654" class="col header-number">+7 (925) 720-56-54</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -18,6 +18,8 @@
|
|||||||
<select class="form-control" id="guest-holiday">
|
<select class="form-control" id="guest-holiday">
|
||||||
<option>День Рождения</option>
|
<option>День Рождения</option>
|
||||||
<option>Выпускной</option>
|
<option>Выпускной</option>
|
||||||
|
<option>Новый Год</option>
|
||||||
|
<option>Другое</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group col-md-6">
|
<div class="form-group col-md-6">
|
||||||
|
|||||||
@ -34,50 +34,6 @@
|
|||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
||||||
<!-- <div class="packages-item">
|
|
||||||
<h3>Medium</h3>
|
|
||||||
<img src="<?php echo get_template_directory_uri() ?>/assets/img/holiday/icons/medium-1.svg" alt="">
|
|
||||||
<p class="packages-item__price">от <span>23 900</span> руб</p>
|
|
||||||
<p class="packages-item__descr">предложение рассчитано на 5 человек</p>
|
|
||||||
<ul>в программу входит:
|
|
||||||
<li>2 квеста</li>
|
|
||||||
<li>Прятки в темноте</li>
|
|
||||||
<li>Аренда большого конфренц-зала (1 час)</li>
|
|
||||||
<li>Украшение шарами</li>
|
|
||||||
<li>Мастер-класс на выбор</li>
|
|
||||||
</ul>
|
|
||||||
<a href="#order"><button class="btn btn-danger btn-round">Оставить заявку</button></a>
|
|
||||||
</div>
|
|
||||||
<div class="packages-item">
|
|
||||||
<h3>Maximum</h3>
|
|
||||||
<img src="<?php echo get_template_directory_uri() ?>/assets/img/holiday/icons/max-1.svg" alt="">
|
|
||||||
<p class="packages-item__price">от <span>23 900</span> руб</p>
|
|
||||||
<p class="packages-item__descr">предложение рассчитано на 5 человек</p>
|
|
||||||
<ul>в программу входит:
|
|
||||||
<li>2 квеста</li>
|
|
||||||
<li>Прятки в темноте</li>
|
|
||||||
<li>Аренда большого конфренц-зала (1 час)</li>
|
|
||||||
<li>Украшение шарами</li>
|
|
||||||
<li>Мастер-класс на выбор</li>
|
|
||||||
</ul>
|
|
||||||
<a href="#order"><button class="btn btn-danger btn-round">Оставить заявку</button></a>
|
|
||||||
</div>
|
|
||||||
<div class="packages-item">
|
|
||||||
<h3>Super</h3>
|
|
||||||
<img src="<?php echo get_template_directory_uri() ?>/assets/img/holiday/icons/super-1.svg" alt="">
|
|
||||||
<p class="packages-item__price">от <span>23 900</span> руб</p>
|
|
||||||
<p class="packages-item__descr">предложение рассчитано на 5 человек</p>
|
|
||||||
<ul>в программу входит:
|
|
||||||
<li>2 квеста</li>
|
|
||||||
<li>Прятки в темноте</li>
|
|
||||||
<li>Аренда большого конфренц-зала (1 час)</li>
|
|
||||||
<li>Украшение шарами</li>
|
|
||||||
<li>Мастер-класс на выбор</li>
|
|
||||||
</ul>
|
|
||||||
<a href="#order"><button class="btn btn-danger btn-round">Оставить заявку</button></a>
|
|
||||||
</div> -->
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -1,16 +1,29 @@
|
|||||||
<div class="main">
|
<div class="main">
|
||||||
<?php echo do_shortcode('[smartslider3 slider="7"]') ?>
|
<div class="slider-desktop"><?php echo do_shortcode('[smartslider3 slider="3"]') ?></div>
|
||||||
|
<div class="slider-mobile"><?php echo do_shortcode('[smartslider3 slider="4"]') ?></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.main{
|
.main{
|
||||||
height: 325px
|
height: 325px
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#carousel {
|
||||||
|
max-height: 325px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#carousel img {
|
||||||
|
max-height: 325px
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 425px){
|
@media screen and (max-width: 425px){
|
||||||
.main{
|
.main{
|
||||||
height: 180px;
|
height: 180px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#carousel{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@ -12,7 +12,7 @@
|
|||||||
<div class="present-item__text">
|
<div class="present-item__text">
|
||||||
<h3><?php the_field('emoji_1_title', 430) ?></h3>
|
<h3><?php the_field('emoji_1_title', 430) ?></h3>
|
||||||
<p><?php the_field('emoji_1_text', 430) ?></p>
|
<p><?php the_field('emoji_1_text', 430) ?></p>
|
||||||
<a href="<?php echo get_home_url() . '/holiday'?>"><button class="btn btn-danger btn-round">Узнать больше</button></a>
|
<a href="<?php echo get_page_link(35) ?>"><button class="btn btn-danger btn-round">Узнать больше</button></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -21,7 +21,7 @@
|
|||||||
<div class="present-item__text">
|
<div class="present-item__text">
|
||||||
<h3><?php the_field('emoji_2_title', 430) ?></h3>
|
<h3><?php the_field('emoji_2_title', 430) ?></h3>
|
||||||
<p><?php the_field('emoji_2_text', 430) ?></p>
|
<p><?php the_field('emoji_2_text', 430) ?></p>
|
||||||
<a href="<?php echo get_home_url() . '/holiday'?>"><button class="btn btn-danger btn-round">Узнать больше</button></a>
|
<a href="<?php echo get_page_link(24) ?>"><button class="btn btn-danger btn-round">Узнать больше</button></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -10,7 +10,6 @@ get_header();
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
// get_template_part('parts/map-block');
|
|
||||||
get_template_part('parts/quests/compound');
|
get_template_part('parts/quests/compound');
|
||||||
|
|
||||||
get_footer();
|
get_footer();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user