* {
    box-sizing: border-box;
}

body{

    /* background-color: #e1e8ea !important; */
    background-color:#e7eced !important;
    font-family: PT serif, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
  }

a {
    text-decoration: none;
    display: inline-block;
    color: rgb(89, 231, 108) ;
}

/* залипаюче меню */
.nav{
    position: fixed;
    top: 0;
    background-color:rgba(122, 208, 237, 0.5) !important;
    max-height: 100px;
    color: #fff !important;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
    /* text-decoration: none; */
    /* color:#f59212; */
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    margin-bottom: 35px;
}



/* .header__top{ */
/* background-color: #303030; */
/* } */
.header__tel {
    text-align: center;
    color: rgb(34, 40, 195);
}


.header__email {
    margin-left: 30px;
    color: rgb(34, 40, 195);
}



.header__btn {
    float: right;
    line-height: 36px;
    font-family: 'Lucida Sans', sans-serif;
    color: #0a30b9;
    background-color: #b33923;
    padding: 5px 20px 4px 20px;
    font-size: 15px;
    border-radius: 25px;
    border: 1px solid #ccc;
}

.header__btn :after {
    content: "";
    clear: both;
    display: block;
}



h1{
    /* margin-top: 100px !important; */
    /* margin-top: 50px; */
    color: #1009e2;
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: center;
}

h2, h3 {
    margin-top: 50px;
    color: #49433b;
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: center;

}

/* кількість людей */
.tex {
    font-style: italic;
    font-size: 8 px;
    /* color: rgb(128, 122, 121); */
    /* text-align: right; */
    color: #1e30bb
}

/* заголовок з ціною */
.he {
    font-size: 25px;
    color: #372d14;
    /* text-align: justify; */
    margin-left: 20%;
}

.bonus {
    color: #2d2c2a;
    text-align: right;
    font-family: verdana;
    font-size: 20px;
    padding-bottom: 60px;
    /* padding-right: 10px; */
}

.bonus-x {
    /* text-align: right; */
    font-family: Helvetica, Georgia, 'Times New Roman', Times, serif;
    font-size: 10px;
    color: rgb(39, 39, 29);
    padding-right: 10px;
}

.img {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 30px;

    /* transform: scale(1.5, 1.5); */
}

.img-1{
    margin-top: 20px;
    padding-bottom: 30px;
}

 .zoom {
     zoom: 2;
 }

.zoom:hover {
        zoom: 3;
    }


/* _images.scss:8 */
 .img-fluid {
    max-width: 550 px;
    /* @include img-fluid; */
  }



#sp_1 {
    text-decoration: line-through;
    color: black;
}


#sp_2 {
    color: #2d7708;
    font-family: Helvetica, Georgia, 'Times New Roman', Times, serif;
}

/*форма*/
/* form {
    margin: 0 auto;
    width: 250px;
    padding: 15px;
    border: 2px solid #c4c0d1;
    border-radius: 5px;
    background-color: #9997a1;
} */

.bg-gold{
    background-color: #f59212 !important;
}

input,
textarea {
    font-size: 20px sans-serif;
    width: 200px;
    border: 1px solid;
    border-color: #999;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}


input:focus,
textarea:focus {
    border-color: rgb(6, 5, 15);

}

textarea {
    vertical-align: top;
    height: 5em;
}

/*кнопка формы*/
button {
    margin-top: 15px;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    background-color: #c4d8e2;
    margin-left: 18px;
    font-size: 18px;
    color: rgb(82, 76, 65);
}

.textarea {
    text-align: center;
    text-decoration-color: rgb(187, 145, 89);
    margin-top: 30px;
    font-size: 10px;
    text-emphasis: light;
    max-width: 70%;
    margin-left: 10em;
    margin-bottom: 35px;

}

.form-message{
    max-lines: 5;
    min-height: 100px;
    line-clamp: 3;
    max-width: 75ch;
    resize: vertical;

}

/* ??? */
.inner {
    margin: 5px;
}

/* ??? */
/*
      .button__end{
        border-radius: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
      }*/



.img-r {
    width: 60px;
    height: 60px;
    text-align: left;
    margin-left: 7%;
    margin-bottom: 20px;
    /* padding-bottom: 20px; */
}


/* часы */
.countdown {
    list-style: none;
    margin: 16px 0 0 0;
    padding: 0;
    display: block;
}

.countdown li {
    display: inline-block;
}

/* здесь дни, часы, минуты, секунды */
.countdown li span {
    width: 30%;
    color: rgb(5, 5, 5);
    /* цвет цифр */
    font: 35px Roboto;
    display: inline-block;
}

/*  */
/* разделители . и : */
.countdown li.seperator {
    color: #000;
    /* цвет разделителей цифр */
    font: 25px Roboto;
    vertical-align: top;
}

.countdown li div {
    margin: 0;
    color: #183d79;
    font: 18px Roboto;
}

/* нижний фон */
.message {
    background-color: #b0c1dd;
    border: 1px solid rgb(37, 34, 34);
    font-size: 25px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: right;
    /* text-align: center; */
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    box-shadow: 5px 7px 7px #52381c;
}

/* button {
    margin-top: 15px;
    margin-right: 45px;
    margin-bottom: 15px;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 15px;
    background-color: #F78F18;
    box-shadow: 5px 7px 7px #52381c;
    float: right;
  }
    */

/* блок внутри часов */
.message__in {
    background-color: #ced8e7;
    /*цвет над*/
    border: 1px solid rgb(32, 32, 32);
    font-size: 25px;
    margin: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    box-shadow: 5px 7px 7px #52381c;
    /*тень */
}

.dedl {
    color: rgb(240, 42, 8);
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

/* окончание часов */



.service {
    font-size: 20px;
    color: rgb(38, 38, 37);
    margin-left: 20%;

}
.katalog{
    text-align: center;
    margin-bottom: 20px;
}

.katalog__btn {
    line-height: 36px;
    font-family: 'Lucida Sans', sans-serif;
    color: #1b1b1b;
    background-color: #f59212;
    padding: 5px 20px 4px 20px;
    font-size: 15px;
    border-radius: 5px;
    border: 2px solid #ccc;
    margin-left: 20px;
}

.katalog__btn :after {
    content: "";
    clear: both;
    display: block;
}
/* відгуки */
i {
    font-style: italic;
    font-size: 14px;
    /* margin-left: 10%; */
    color: rgb(64, 62, 59);
    max-width: 300px;

}

.footer{
    padding-bottom: 15px;
}

.topbutton {
    /* width: 100px; */
    border: 2px solid #ccc;
    background: #f7f7f7;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    color: #333;
    font-family: verdana;
    font-size: 12px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}