* {
    box-sizing: border-box;
}

body {
    background-color:#e7eced;
    font-family: PT serif, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
  }

  /* header-price */
  .header_top {
    background-color: #f6f8f9;
    color: #ef0707;
    height: 45px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
    display: none;
    
}  
.price{
    font-size: 25px;
    color: #DC3545;
    align-items: center;
    padding: 15px 25px;
    align-items: center;

    /* margin-top: 35px; */
    /* padding-top:  25px; */
    /* margin-left: 20px; */
}
.header {
    position: sticky;
    top: 0;
}
.content {
    padding: 16px;
}
  /* header */
.header__top {
    background-color: #00A3E8;
    color: #fff;
    padding: 10px;
}
/* a in header */
.top {
    margin: 5px;
    padding: 5px;
    color: #fff;
}
/* img in header */
.top-p {
    height: 44px;
    float: right;
     /* text-align: right; */
}

a {
    text-decoration: none;
    display: inline-block;
    /* color: rgb(89, 231, 108) ; */
}
    /* index nav-up */
.nav-up{
    max-width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* залипаюче меню */
.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;
}

/* li ander h1 */
.my-3 {
    list-style-type: none;
    list-style-image: url("../images/sale-li.jpg");
    text-transform: uppercase;
    color: #1009e2;
    font: 900;
    font-size: large;
}
/* li ander h1 */
.my-3::before {
    content: "";
    display: inline-block;
    /* margin-right: 10px; */
    /* margin-left: 10px; */
    height: 10px;
    width: 10px;
}

/* guarantee in li */
.letter {
    color: red;
     /* font-size: 150%; */
     font-family: serif;
     position: relative;
}

/* .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: #e7e9ef;
    background-color: #DC3545;
    padding: 5px 20px 4px 20px;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-right: 20px;
}

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

.bx_breadcrumbs{
    color: #000 !important;
    margin-left: 15px;
    display: flex;
    align-items: center;
    /* display: inline; */
}


h1{
    /* margin-top: 100px !important; */
    /* margin-top: 50px; */
    color: #2c2b2b;
    font: 300;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
}

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

.articles{
    color: #000;
}

h2, h3, h4, h5 {
    margin-top: 50px;
    padding-top: 30px;
    color: #32302d;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
    /* font-size: 5%; */
    text-transform: uppercase;
    font-size: 20px !important;
}

.card-inner{
    background-color: grey;
}

/* початок годинника */
.countdown {
    list-style: none;
    margin: 16px 0 0 0;
    padding: 0;
    display: block;
}
.countdown li {
    display: inline-block;
}
/* здесь дни, часы, минуты, секунды */
.countdown li span {
    width: 30%;
    color: #000;
    /* цвет цифр */
    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: #efefef;
    border: 1px solid rgb(208, 194, 194);
    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; */
}

/* блок внутри часов */
.message__in {
    background-color: #e8dede;
    /*цвет над*/
    border: .5px solid rgb(223, 206, 206);
    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(83, 78, 77);
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
/* закінчення годинника */

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

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

/* кнопка зворотнього зв'язку */
.phonebutton{
    width: 5.5em;
    height: auto;
    cursor: pointer;
    position: fixed;
    bottom: 55px;
    left: 55px;
    border-radius: 2.9em;
    animation: rotate 7s linear infinite;
  }
  
  /* анімація до кнопки зворотнього дзвонка */
  @keyframes rotate {
    0.5% {
      /* transform: rotate(0deg); */
      left: 55px;
      bottom: 55px;
    }
    1% {
      transform: rotate(20deg);
      left: 65px;
      bottom: 65px;
    }
    1.5% {
      /* transform: rotate(0deg); */
      right: 55px;
      bottom: 55px;
    }
    2% {
      /* transform: rotate(-20deg); */
      left: 45px;
      bottom: 45px;
    }
    2.5% {
      /* transform: rotate(0deg); */
      left: 55px;
      bottom: 55px;
    }
  }

.rozrob{
    margin: 0 auto;
    font-size: 10px;
    color: #49433b;
}


/* карта на посадочній сторінці початок */
/* .card:hover{
    position: fixed; 
    top: 0; 
    left: 0; 
    right: 0; 
} */
.content__cd{
     text-align: center; 
     /*выводит цифры слева вправо к центру */

     align-items: center;
   /* ? */
    /* position: relative; */
    /* position: absolute; */
}
.content-cd{
    font-size: 25px;
    color: #DC3545;

    /* align-items: center; */
    /* padding-top: 15px;  */
    margin-top: 35px;
    padding-top:  25px;

    /* top: 50%; */
    /* position: absolute; */
    /* text-align: center; */
     /* margin: 0 auto; */
    /* top: auto; */
    /*left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
    /* margin: auto 10px; */
     /* margin-left: 15px; */
}
.content-btn{
    background-color: #DC3545;
    color: #ccc;
    text-decoration: none; 
    float: right;
    margin-left: 25px;
    padding: 15px 25px;
    border-radius: 5px;
}
/* кінець карти */


/* 
.fixed-element { 
    position: fixed; 
    top: 0; 
    width: 100%; 
}
.page-content { 
    padding-top: 50px; 
    /* adjust this value according to the 
    height of the fixed element 
} */


.btn-sel-color-0{
    width: 25px;
    height: 25px;
    border: .5px #141416 solid;
    border-radius: 5px;
    margin-left: 25px;
    background-color: #e7e8ed;
    margin-right: 20px;
    margin-left: 5px;
}

.btn-sel-color-1{
    width: 35px;
    height: 35px;
    border: .5px #141416 solid;
    border-radius: 5px;
    margin-left: 25px;
    background-color: #031869;
    
}

.btn-sel-color-2{
    width: 35px;
    height: 35px;
    border: .5px #141416 solid;
    border-radius: 5px;
    background-color: #5A6047;
    margin-left: 25px;
}

.btn-sel-color-3{
    width: 35px;
    height: 35px;
    border: .5px #141416 solid;
    border-radius: 5px;
    background-color: #3C86B5;
    margin-left: 25px;
}


.img{
    border: 0.5px solid #E1E1E1;
    border-radius: 3px;
    margin: 2px;
}

  /* форма початок */
/* area-of-form */
form {
    margin: 0 auto;
    /* width: 350px; */
    padding: 15px;
    border: 1px solid #ddcdcd;
    border-radius: 15px;
    background-color: #F6F6F6;
  }
  
  /* area-in-text */
  input,
  textarea {
    font-size: 15px sans-serif;
    width: 300px;
    border: .2px solid #e6d9db;
    /* border-color: #c8b7b7; */
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    /* border-radius: 10px; */
  }
  
  input:focus, textarea:focus {
    border-color: #dcccb7;
  }
  
  textarea {
    vertical-align: top;
    height: 5em;

  }
  /* button-of-form */
  button {
    color: #d7d8e3;
    margin: 15px;
    border-radius: 2px;
    padding: 9px 20px;
    background-color: #DC3545;
    border-color: #DC3545;
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    /* padding-left: 15px; */
    /* padding-right: 15px; */
  }
  button:hover {
  color: #d7d8e3;
  background-color: #cd2334;
  }
  /* форма кінець */

  .vidhuki{
    background-color: #F6F6F6;
  }
  footer li {
    padding: 5px;
    margin: 5px;
  }