sapalymahabat/themes/sapaly/layouts/master.htm

205 lines
7.2 KiB
HTML

==
<!DOCTYPE html>
<html lang="ru-RU">
<meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="images/favicon.html" type="image/x-icon" />
<title>{{ this.page.title }} | Sapaly Mahabat</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="csrf-param" content="_csrf">
<meta name="csrf-token"
content="aaj2RlEOolde2UuhI3CW0rOX0Jt6-8IJFiLwpi2Erywk8btrOmjEEwixH8xJCt6KhaCWzwDNpj5MWKmQGcriFA==">
<link href="{{'assets/assets/2be5ac00/css/bootstrap.css'|theme}}" rel="stylesheet">
<link href="{{'assets/fonts/fonts.css'|theme}}" rel="stylesheet">
<link href="{{'assets/css/owl.carousel.css'|theme}}" rel="stylesheet">
<link href="{{'assets/css/slick.css'|theme}}" rel="stylesheet">
<link href="{{'assets/css/slick-theme.css'|theme}}" rel="stylesheet">
<link href="{{'assets/css/style.css'|theme}}" rel="stylesheet">
<link href="{{'assets/css/bootstrap.min.css'|theme}}" rel="stylesheet">
<link href="{{'assets/css/font-awesome.min.css'|theme}}" rel="stylesheet">
<link href="{{'assets/css/sweet-alert.css'|theme}}" rel="stylesheet">
<link href="{{'assets/css/boss_megamenu.css'|theme}}" rel="stylesheet">
<link href="{{'assets/css/jquery.jgrowl.css'|theme}}" rel="stylesheet">
<link href="{{'assets/css/boss_alphabet.css'|theme}}" rel="stylesheet">
<link href="{{'assets/css/boss_facecomments.css'|theme}}" rel="stylesheet">
<link href="{{'assets/css/loading.css'|theme}}" rel="stylesheet">
<link href="{{'assets/css/cs.animate.css'|theme}}" rel="stylesheet">
<link href="{{'assets/css/boss_special.css'|theme}}" rel="stylesheet">
<link href="{{'assets/css/consultant.css'|theme}}" rel="stylesheet">
<script src="{{'assets/assets/90288669/jquery.js'|theme}}"></script>
<script src="{{'assets/assets/a2e5b3b9/yii.js'|theme}}"></script>
<script src="{{'assets/assets/2be5ac00/js/bootstrap.js'|theme}}"></script>
<script src="{{'assets/js/owl.carousel.js'|theme}}"></script>
<script src="{{'assets/js/slick.js'|theme}}"></script>
<script src="{{'assets/js/main.js'|theme}}"></script>
<script src="{{'assets/js/sweet-alert.min.js'|theme}}"></script>
<script src="{{'assets/js/search.js'|theme}}"></script>
<script src="{{'assets/js/consultant.js'|theme}}"></script>
{% styles %}
</head>
<body class="bt-home-page notouch">
{% page %}
<div id="cart-modal" class="fade modal" role="dialog" tabindex="-1">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<h2>Корзина</h2>
</div>
<div class="modal-body">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger btn-clear-cart">Очистить корзину</button><button
type="button" class="btn btn-primary" data-dismiss="modal">Продолжить покупки</button>
<a href="cart/view.html" class="btn btn-success">Оформить заказ</a>
</div>
</div>
</div>
</div>
<script>jQuery(function ($) {
jQuery('#cart-modal').modal({ "show": false });
});</script>
<div id="product-image-bg"></div>
<div id="product-image-container">
<div id="product-image-popup">
<div id="popup-close">x</div>
<img src="#" alt="image" id="popup-img">
<div id="product-image-nav">
<button id="product-image-nav_left">
< </button>
<button id="product-image-nav_right">
>
</button>
</div>
</div>
</div>
<!-- preloader -->
<style type="text/css">
.preloader_bg {
position: fixed;
background: rgba(248, 249, 250, 1);
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 9000;
}
.preloader_content {
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 9001;
font-size: 14px;
}
.preloader_content>span {
display: block;
margin: auto;
text-align: center;
text-transform: uppercase;
color: rgba(225, 225, 225, 1);
}
.preloader_content>span>img {
margin: 0 auto;
}
.preloader___text {
text-align: center;
font-size: 4em;
font-weight: bold;
color: #16b150;
display: inline-block;
position: relative;
animation-name: aysel_text_anim;
white-space: nowrap;
cursor: default;
text-transform: capitalize;
font-family: "Bauhaus93", sans-serif;
}
.preloader___text .ay {
color: #0574c1;
}
.preloader___text,
.preloader___text::after {
animation-delay: 0;
animation-delay: var(--animation-delay, 6s);
animation-iteration-count: infinite;
animation-duration: 3s;
animation-duration: var(--duration, 2s);
animation-fill-mode: both;
animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
}
@keyframes aysel_text_anim {
from {
clip-path: inset(0 100% 0 0);
}
to {
clip-path: inset(0 0 0 0);
}
}
</style>
<script type="text/javascript">
jQuery(document).ready(function ($) {
$('.preloader_bg, .preloader_content').fadeIn(0);
$(window).on('load', function () {
$('.preloader_bg').delay(250).fadeOut(1500);
$('.preloader_content').delay(250).fadeOut(750);
});
});
</script>
<div class="preloader_bg"></div>
<div class="preloader_content">
<div class="preloader___text"><img src="web/images/logo_loader.png"></div>
</div>
<noscript>
<style>
html,
body {
opacity: 1 !important;
}
.preloader_bg,
.preloader_content {
display: none !important;
}
</style>
</noscript>
<!-- /preloader -->
<a href="#to_top" id="arrow_to_top"><img src="web/images/to_top.png" alt="To top"></a>
<div id="consultant-block">
<div id="consultant-block__header">
<div id="consultant_arrow"></div>
<h1 id="header__title">Онлайн консультант</h1>
</div>
<iframe src="chat/index.html" frameborder="0">
</iframe>
</div>
<!--Online consultant-->
</body>
{% framework extras %}
{% scripts %}
</html>