@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    color: #444;
    line-height: 1.5em;
    font-size: 18px;
    font-weight: normal;
}

section {
    padding: 15px 0;
}

h2 {
    font-size: 1.8em;
    text-transform: uppercase;
}

h2 span {
    color: #ff0000;
}

h3 {
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #ff0000;
}

.slogan {
    color: #b5b4b4;
    font-size: 24px;
}

.phone {
    text-align: center;
}

.button {
    background-color: #ff0000;
    color: #fff;
    display: block;
    text-align: center;
    padding: 7px 0;
    box-shadow: 3px 0 5px rgba(255, 0, 0, 0.73);
}

.banner {
    height: 500px;
    background-image: url(image/slide-410f90b8-b5df-4b71-a756-0c413a94916f.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.action .container {
    border-bottom: 1px solid #c9c9c9;
}

.footer {
    text-align: center;
}

.dedline ul {
    list-style-type: none;
    display: inline-block;

    font-weight: bold;
    margin-right: 15px;
}

.dedline ul::after {
    display: block;
    text-align: center;
}

.day::after {
    content: "дни";
}

.hour::after {
    content: "часы";
}

.minute::after {
    content: "минуты";
}

.second::after {
    content: "секунды";
}

.dedline li {
    float: left;
    background-image: url(image/flip.png);
    width: 55px;
    height: 89px;
    text-align: center;
    line-height: 89px;
    position: relative;
    font-size: 3em;
    background-size: contain;
}

.dedline li::after {
    content: "";
    display: block;
    background-image: url(image/flip_gradient.png);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
}


.clock,
.bicycle,
.heart {
    background-repeat: no-repeat;
    padding-left: 46px;
}

.hours strong {
    display: block;
}

.clock {
    background-image: url(image/clock.png);
}

.bicycle {
    background-image: url(image/bicycler.png);
}

.heart {
    background-image: url(image/heart.png);
}

.border {
    border: 3px solid #c7c6c6;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    overflow: hidden;

}

.border strong {
    display: block;
    margin-top: 30px;
    

}

.ferstmenu img {
    float: left;
}

.six p {
    text-align: center;
    font-size: 0.8em;
    line-height: 1.2em;
    margin: 20px 10px;
}

.prise a {
    width: 100px;
    height: 40px;

}

.prise {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
    align-items: center;
}

.border span {
    color: #ff0000;
    font-size: 2.5em;
    font-weight: bolder;

}

.prise b {
    color: #000000;
    font-size: 24px;
}

.prise .botton {
    padding: 10px;
}

.six img {
    margin-left: 30px;
}

.line {
    text-align: center;
    margin-bottom: 15px;
    position: relative;
}

.line::after {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 2px solid #c9c9c9;
    left: 15px;
    right: 15px;
    top: 50%;
    z-index: 5;
}

.line b {
    display: inline-block;
    background-color: #ffffff;
    z-index: 10;
    position: relative;
    padding: 0 30px;
    font-weight: normal;
}

.banner_two img, .our_ser img, .pic img {
    width: 100%;
}

.about_us p {
    text-align: center;
}

.video .border {
    background-color: rgba(201, 201, 201, 0.4);
}

.video iframe {
    display: block;
    width: 100%;
    height: 315px;
}
.pic {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 100%;
    margin: 30px auto;
    box-shadow: 0 0 0 10px #ff0000,
        0 0 0 20px #000000;
}

@media screen and (max-width:768px) {
    .banner {
        height: 250px;
    }
    .dedline {
        text-align: center;
    }
    .border {
        text-align: left;
    }
}

@media screen and (max-width:992px) {
    .banner {
        height: 400px;
    }

    .dedline li {
        width: 39px;
        height: 63px;
        line-height: 63px;
        font-size: 2.5em;
    }

    .title {
        font-size: 0.9em;
    }

    .border {
        text-align: center;
    }


    .video iframe {
        height: 200px;
    }
}
