<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
     

    <title>чистота</title>

    <link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900|Rubik:300,400,500" rel="stylesheet">
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" crossorigin="anonymous">
    <link rel="stylesheet" href="css/vendor/owl.carousel.min.css"/>
    <link rel="stylesheet" href="css/vendor/owl.theme.default.min.css"/>
    <link rel="stylesheet" href="css/custom.css">

    <!--[if lt IE 9]>
    <script src="js/vendor/html5shiv.min.js"></script>
    <script src="js/vendor/respond.min.js"></script>
    <![endif]-->

    <script src="https://use.fontawesome.com/9b701ba3c8.js"></script>
    <script src="js/vendor/jquery.min.js"></script>
    <script src="js/vendor/owl.carousel.min.js"></script>
</head>
<body>

<header id="header">
    <div class="top-bar">
        <div class="container">
            <div class="row">
                <div class="col-sm-6 col-xs-4">
                    <div class="top-number">
                        <p>
                            <i class="fa fa-phone-square"></i> +3251915030915
                        </p>
                    </div>
                </div>
                <div class="col-sm-6 col-xs-8">
                    <div class="social">
                        <ul class="social-share">
                            <li><a href="#"><i class="fa fa-facebook"></i></a></li>
                            <li><a href="#"><i class="fa fa-twitter"></i></a></li>
                            <li><a href="#"><i class="fa fa-linkedin"></i></a></li>
                            <li><a href="#"><i class="fa fa-dribbble"></i></a></li>
                            <li><a href="#"><i class="fa fa-skype"></i></a></li>
                        </ul>
                        <div class="search">
                            <form role="form">
                                <input type="text" class="search-form" autocomplete="off" placeholder="поиск">
                                <i class="fa fa-search"></i>
                            </form>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <nav class="navbar navbar-inverse" role="banner">
        <div class="container">
            <div class="navbar-header">
                <a class="navbar-brand" href="promo.php">обаяние</a>
            </div>

            <div class="navbar-collapse navbar-right">
                <ul class="nav navbar-nav flex-row">
                    <li class="active"><a href="promo.php">Главная</a></li>
                    <li><a href="contact.php">Контакты</a></li>
                    <li><a href="terms.php">Условия и положения</a></li>
                    <li><a href="policy.php">Политика конфиденциальности</a></li>
                </ul>
            </div>
        </div>
    </nav>

</header>

<style>
    /*************************
*******Header******
**************************/

    #header .search {
        display: inline-block;
    }

    #header .navbar > .container .navbar-brand {
        margin-left: 0;
    }

    #header .top-bar {
        padding: 10px 0;
        background: #191919;
        border-bottom: 1px solid #222;
        line-height: 28px;
    }

    .top-number {
        color: #fff;
    }

    .top-number p {
        margin: 0
    }

    #header .social {
        text-align: right;
    }

    #header .social-share {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    ul.social-share li {
        display: inline-block;
    }

    ul.social-share li a {
        display: inline-block;
        color: #fff;
        background: #404040;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        border-radius: 2px;
    }

    ul.social-share li a:hover {
        background: #c52d2f;
        color: #fff;
    }

    #header .search i {
        color: #fff;
    }

    #header input.search-form {
        background: transparent;
        border: 0 none;
        width: 60px;
        padding: 0 10px;
        color: #FFF;
        -webkit-transition: all 400ms;
        -moz-transition: all 400ms;
        -ms-transition: all 400ms;
        -o-transition: all 400ms;
        transition: all 400ms;
    }

    #header input.search-form::-webkit-input-placeholder {
        color: transparent;
    }

    #header input.search-form:hover::-webkit-input-placeholder {
        color: #fff;
    }

    #header  input.search-form:hover {
        width: 180px;
    }

    #header .navbar-brand {
        padding: 0;
        margin: 0;
    }

    #header .navbar {
        border-radius: 0;
        margin-bottom: 0;
        background: #151515;
        padding: 15px 0;
        padding-bottom: 0;
    }

    #header .navbar-nav {
        margin-top: 12px;
    }

    #header .navbar-nav > li {
        margin-left: 35px;
        padding-bottom: 28px;
    }

    #header .navbar-inverse .navbar-nav > li > a {
        padding: 5px 12px;
        margin: 0;
        border-radius: 3px;
        color: #fff;
        line-height: 24px;
        display: inline-block;
    }

    #header .navbar-inverse .navbar-nav > li > a:hover {
        background-color: #c52d2f;
        color: #fff;
    }

    #header .navbar-inverse {
        border: none;
    }

    #header .navbar-inverse .navbar-brand {
        font-size: 36px;
        line-height: 50px;
        color: #fff;
    }

    #header .navbar-inverse .navbar-nav > .active > a,
    #header .navbar-inverse .navbar-nav > .active > a:hover,
    #header .navbar-inverse .navbar-nav > .active > a:focus,
    #header .navbar-inverse .navbar-nav > .open > a,
    #header .navbar-inverse .navbar-nav > .open > a:hover,
    #header .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #c52d2f;
        color: #fff;
    }

    #header .navbar-inverse .navbar-nav .dropdown-menu {
        background-color: rgba(0, 0, 0, .85);
        -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
        border: 0;
        padding: 0;
        margin-top: 0;
        border-top: 0;
        border-radius: 0;
        left: 0;
    }

    #header .navbar-inverse .navbar-nav .dropdown-menu:before {
        position: absolute;
        top: 0;
    }

    #header .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 8px 15px;
        color: #fff;
    }

    #header .navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
    #header .navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
    #header .navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
        background-color: #c52d2f;
        color: #fff;
    }

    #header .navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
        border-radius: 0 0 3px 3px;
    }

    #header .navbar-inverse .navbar-nav .dropdown-menu > li.divider {
        background-color: transparent;
    }

    #header .navbar-inverse .navbar-collapse,
    #header .navbar-inverse .navbar-form {
        border-top: 0;
        padding-bottom: 0;
    }
</style>

<section class="hero-section">
    <div class="hero-slider owl-carousel">
        
        <div class="hero-item set-bg" style="background: url(./assets/images/massimo-rinaldi-gdxpfr2v4ye-unsplash.jpg); background-size: cover">
            <div class="container">
                <div class="row">
                    <div class="col-lg-10 offset-lg-1">
                        <h2 class="text-shadow">Как избавиться от тяги к сладкому</h2>
                        <p class="text-shadow">
                            <strong></strong> Существует огромное количество людей во всем мире, которые испытывают т...
                        </p>
                        <a href="toBb4EXitYRolRjGZLReVzzVz0Zzh.php" class="site-btn">Читать далее</a>
                    </div>
                </div>
            </div>
        </div>
        

        <div class="hero-item set-bg" style="background: url(./assets/images/fezbot2000-smwtohdpvjc-unsplash.jpg); background-size: cover">
            <div class="container">
                <div class="row">
                    <div class="col-lg-10 offset-lg-1">
                        <h2 class="text-shadow">Лучшие кардио упражнения вы можете делать дома</h2>
                        <p class="text-shadow">
                             <strong></strong> Кардио упражнения укрепляют сердце, сосуды и легкие, улучшают обмен вещ...
                        </p>
                        <a href="oIpdd4us5MvKvc.php" class="site-btn">Читать далее</a>
                    </div>
                </div>
            </div>
        </div>
        

        <div class="hero-item set-bg" style="background: url(./assets/images/nathan-dumlao-8uv6eanqwzy-unsplash.jpg); background-size: cover">
            <div class="container">
                <div class="row">
                    <div class="col-lg-10 offset-lg-1">
                        <h2 class="text-shadow">Здоровое питание: что это т...</h2>
                        <p class="text-shadow">
                            <strong></strong> фотографии с сервиса Здорового питания-это восхитительное сочетание пр...
                        </p>
                        <a href="nWC6ivHuk8vZFTVH3AfAAUqnlHnKq.php" class="site-btn">Читать далее</a>
                    </div>
                </div>
            </div>
        </div>
        

    </div>
</section>

<style>
    .hero-item {
        height: 804px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        position: relative;
    }

    .hero-item:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #0d0d11;
        opacity: 0.74;
        z-index: 1;
    }

    .hero-item .container {
        position: relative;
        z-index: 9;
    }

    .hero-item h2 {
        font-size: 76px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 15px;
    }

    .hero-item p {
        font-size: 20px;
        margin-bottom: 35px;
    }

    .hero-item .site-btn,
    .hero-item p,
    .hero-item h2 {
        position: relative;
        top: 50px;
        opacity: 0;
    }

    .hero-slider .owl-item.active .hero-item h2,
    .hero-slider .owl-item.active .hero-item p,
    .hero-slider .owl-item.active .hero-item .site-btn {
        top: 0;
        opacity: 1;
    }

    .hero-slider .owl-item.active .hero-item h2 {
        -webkit-transition: all 0.5s ease 0.4s;
        transition: all 0.5s ease 0.4s;
    }

    .hero-slider .owl-item.active .hero-item p {
        -webkit-transition: all 0.5s ease 0.6s;
        transition: all 0.5s ease 0.6s;
    }

    .hero-slider .owl-item.active .hero-item .site-btn {
        -webkit-transition: all 0.5s ease 0.8s;
        transition: all 0.5s ease 0.8s;
        background: #ffffff;
        padding: 1rem;
    }

    .slider-progress-bar {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
    }

    .slider-progress-bar .progress {
        height: 4px;
        background: #10ddb4;
        -webkit-animation: sliderProgressBar ease;
        animation: sliderProgressBar ease;
    }

    .my-slider:hover .slider-progress-bar .progress {
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }

    @-webkit-keyframes sliderProgressBar {
        0% {
            width: 0%;
        }
        100% {
            width: 100%;
        }
    }

    @keyframes sliderProgressBar {
        0% {
            width: 0%;
        }
        100% {
            width: 100%;
        }
    }

    .owl-nav.disabled {
        display: none;
    }
</style>

<script>
    $(document).ready(function() {
        var $slider = $('.hero-slider');
        var SLIDER_TIMEOUT = 10000;

        $slider.owlCarousel({
            items: 1,
            nav: false,
            dots: false,
            autoplay: true,
            autoplayTimeout: SLIDER_TIMEOUT,
            loop: true,
        });
    })
</script>

<section class="all_post section_padding">
    <div class="container">
        <div class="row">
            <div class="col-md-8 offset-md-2">
                <div class="row">
                    
                    <div class="col-lg-6 col-sm-6">
                        <div class="single_post post_1">
                            <div class="single_post_img">
                                <img src="./assets/images/massimo-rinaldi-gdxpfr2v4ye-unsplash.jpg" alt="">
                            </div>
                            <div class="single_post_text text-center">
                                <a href="toBb4EXitYRolRjGZLReVzzVz0Zzh.php"><h5> естественность</h5></a>
                                <a href="toBb4EXitYRolRjGZLReVzzVz0Zzh.php"><h2>Как избавиться от тяги к сладкому</h2></a>
                                <p>18.08.2021</p>
                            </div>
                        </div>
                    </div>
                    

                    <div class="col-lg-6 col-sm-6">
                        <div class="single_post post_1">
                            <div class="single_post_img">
                                <img src="./assets/images/fezbot2000-smwtohdpvjc-unsplash.jpg" alt="">
                            </div>
                            <div class="single_post_text text-center">
                                <a href="oIpdd4us5MvKvc.php"><h5> естественность</h5></a>
                                <a href="oIpdd4us5MvKvc.php"><h2>Лучшие кардио упражнения вы можете делать дома</h2></a>
                                <p>18.08.2021</p>
                            </div>
                        </div>
                    </div>
                    

                    <div class="col-lg-6 col-sm-6">
                        <div class="single_post post_1">
                            <div class="single_post_img">
                                <img src="./assets/images/nathan-dumlao-8uv6eanqwzy-unsplash.jpg" alt="">
                            </div>
                            <div class="single_post_text text-center">
                                <a href="nWC6ivHuk8vZFTVH3AfAAUqnlHnKq.php"><h5> естественность</h5></a>
                                <a href="nWC6ivHuk8vZFTVH3AfAAUqnlHnKq.php"><h2>Здоровое питание: что это такое и как его использовать?</h2></a>
                                <p>18.08.2021</p>
                            </div>
                        </div>
                    </div>
                    

                </div>
            </div>
        </div>
    </div>
</section>

<style>
    .section_padding {
        padding: 140px 0px;
    }

    .post_1 {
        position: relative;
        text-align: center;
        margin-bottom: 30px;
    }

    .post_1 .single_post_text {
        padding: 40px 10px;
        display: inline-block;
        text-align: center;
        background-color: #fff;
        margin-top: -50px;
        max-width: 320px;
    }

    .post_1 .single_post_text a h5 {
        color: #fc4600;
        margin-bottom: 17px;
    }

    .post_1 .single_post_text h2 {
        margin-bottom: 21px;
        font-size: 24px;
    }

    p {
        color: #888888;
        font-family: "Lora", serif;
        line-height: 1.929;
        font-size: 15px;
        margin-bottom: 0px;
        color: #646464;
    }
</style>

<footer class="footer">
    <div class="footer_top">
        <div class="container">
            <div class="row align-items-center">
                <div class="col-md-8">
                    <div class="menu_links">
                        <ul>
                            <li><a href="contact.php">Контакты</a></li>
                            <li><a href="terms.php">Условия и положения</a></li>
                            <li><a href="policy.php">Политика конфиденциальности</a></li>
                        </ul>
                    </div>
                </div>
                <div class="col-md-4">
                    <div class="socail_links">
                        <ul>
                            <li><a href="#"> <i class="fa fa-facebook"></i> </a></li>
                            <li><a href="#"> <i class="fa fa-twitter"></i> </a></li>
                            <li><a href="#"> <i class="fa fa-instagram"></i> </a></li>
                            <li><a href="#"> <i class="fa fa-google-plus"></i> </a></li>
                        </ul>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div class="copy-right_text">
        <div class="container">
            <div class="footer_border"></div>
            <div class="row">
                <div class="col-xl-12">
                    <p></p>
                </div>
            </div>
        </div>
    </div>
</footer>

<style>
    .footer {
        background-repeat: no-repeat;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    /* line 6, ../../Arafath/CL/CL October/218 PORTFOLIO/HTML/scss/_footer.scss */
    .footer .footer_top {
        padding-top: 100px;
        padding-bottom: 100px;
        background: #001D38;
    }

    @media (max-width: 767px) {
        /* line 6, ../../Arafath/CL/CL October/218 PORTFOLIO/HTML/scss/_footer.scss */
        .footer .footer_top {
            padding-top: 50px;
            padding-bottom: 30px;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        /* line 6, ../../Arafath/CL/CL October/218 PORTFOLIO/HTML/scss/_footer.scss */
        .footer .footer_top {
            padding-top: 50px;
            padding-bottom: 60px;
        }
    }

    /* line 20, ../../Arafath/CL/CL October/218 PORTFOLIO/HTML/scss/_footer.scss */
    .footer .footer_top .menu_links ul li {
        display: inline-block;
        margin-right: 46px;
    }

    @media (max-width: 767px) {
        /* line 20, ../../Arafath/CL/CL October/218 PORTFOLIO/HTML/scss/_footer.scss */
        .footer .footer_top .menu_links ul li {
            margin-right: 20px;
        }
    }

    /* line 26, ../../Arafath/CL/CL October/218 PORTFOLIO/HTML/scss/_footer.scss */
    .footer .footer_top .menu_links ul li a {
        color: #fff;
        font-size: 15px;
        font-weight: 500;
    }

    /* line 30, ../../Arafath/CL/CL October/218 PORTFOLIO/HTML/scss/_footer.scss */
    .footer .footer_top .menu_links ul li a:hover {
        color: #615CFD;
    }

    /* line 38, ../../Arafath/CL/CL October/218 PORTFOLIO/HTML/scss/_footer.scss */
    .footer .copy-right_text {
        padding-bottom: 30px;
        background: #001D38;
    }

    /* line 41, ../../Arafath/CL/CL October/218 PORTFOLIO/HTML/scss/_footer.scss */
    .footer .copy-right_text .footer_border {
        padding-bottom: 30px;
        border-top: 1px solid #334A60;
    }

    /* line 45, ../../Arafath/CL/CL October/218 PORTFOLIO/HTML/scss/_footer.scss */
    .footer .copy-right_text .copy_right {
        font-size: 13px;
        color: #C7C7C7;
        margin-bottom: 0;
        font-weight: 400;
    }

    @media (max-width: 767px) {
        /* line 45, ../../Arafath/CL/CL October/218 PORTFOLIO/HTML/scss/_footer.scss */
        .footer .copy-right_text .copy_right {
            font-size: 13px;
        }
    }

    /* line 53, ../../Arafath/CL/CL October/218 PORTFOLIO/HTML/scss/_footer.scss */
    .footer .copy-right_text .copy_right a {
        color: #5DB2FF;
    }

    /* line 58, ../../Arafath/CL/CL October/218 PORTFOLIO/HTML/scss/_footer.scss */
    .footer .socail_links {
        text-align: right;
    }

    @media (max-width: 767px) {
        /* line 58, ../../Arafath/CL/CL October/218 PORTFOLIO/HTML/scss/_footer.scss */
        .footer .socail_links {
            text-align: left;
            margin-top: 30px;
        }
    }

    /* line 67, ../../Arafath/CL/CL October/218 PORTFOLIO/HTML/scss/_footer.scss */
    .footer .socail_links ul li {
        display: inline-block;
    }

    /* line 70, ../../Arafath/CL/CL October/218 PORTFOLIO/HTML/scss/_footer.scss */
    .footer .socail_links ul li a {
        color: #fff;
        width: 40px;
        height: 40px;
        display: inline-block;
        text-align: center;
        background: transparent;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        line-height: 40px !important;
        margin-right: 7px;
        color: #FFFFFF;
        line-height: 40px !important;
        border: 1px solid #334A60;
        font-size: 15px;
    }

    /* line 84, ../../Arafath/CL/CL October/218 PORTFOLIO/HTML/scss/_footer.scss */
    .footer .socail_links ul li a:hover {
        color: #fff !important;
        background: #615CFD;
        border: 1px solid #615CFD;
    }
</style>