body {
/ / background: #b7b7b7;
    background-image: url("/static/img/back.jpg");
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}

details summary::-webkit-details-marker {
    background: #ededed;
    border-radius: 4px;
    text-decoration: dotted;
    margin-top: 8px;
    padding: 0 0 2px 5px;
}

details summary {
    background: #ededed;
    border-radius: 4px;
    text-decoration: dotted;
    margin-top: 8px;
    padding: 0 0 2px 5px;
}

.insta {
    display: inline-flex;
}

.inst_ico {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url('/static/img/insta.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    vertical-align: middle;
}

.oth_zay {
    display: inline-block;
    border: 1px solid gray;
    border-radius: 3px;
    background: #709d69;
    font-size: 12px;
    color: black;
    padding: 0 5px 2px 5px;
    margin-top: 4px;
    cursor: pointer;
}

.z_contact {
    float: left;
    border-left: 1px solid #cccccc;
    margin: 4px 4px 0 4px;
/ / padding: 0 3 px 1 px 3 px;
    padding: 0 0 0 5px;
/ / border-radius: 2 px;
}

.z_label {
    font-size: 13px;
    margin-top: 9px;
}

.cont_btn {
    display: inline-block;
    height: 45px;
    width: 45px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-size: 45px;
    background-position: center;
    vertical-align: bottom;
}

.whats {
    background-image: url('/static/img/whats.png');
}

.viber {
    background-image: url('/static/img/viber.png');
}

.tg {
    background-image: url('/static/img/tg.png');
}

.card {
    border: 2px solid rgba(0, 0, 0, 0.7);
}

.btn_clear {
    background: #e8dde2;
    font-size: 12px;
    text-align: center;
    height: 28px;
    position: absolute;
    top: 1px;
    right: -32px;
    width: 30px;
    cursor: pointer;
    border: 1px solid grey;
    border-radius: 3px;
    padding: 3px 1px 0 0;
}
.zay_nomer{
    position: absolute;
    border: 1px solid #e3dbdb;
    background: white;
    border-radius: 4px;
    margin: -19px 0 0 -15px;
    padding: 0 3px 1px 3px;
    color: #c1bcbc;
}
#search_clear{
    right: 10px;
    top: unset;
}
.helptext{
    display: block;
    color: grey;
}

#top_err_window {
    position: fixed;
    top: 0;
    left: 15%;
    right: 8%;
    background: #d7544d;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    border-radius: 8px;
    display: block;
    z-index: 6000;
/ / justify-content: center;
/ / align-content: center;
    padding: 6px;

}

#tew_content {
/ / position: static;
    font-size: 18px;
    display: block;
    font-weight: bold;
    color: white;
/ / float: left;
}

#tew_btn {
    margin: 15px 2px 6px 0;
    font-size: 14px;
/ / color: #701010;
    float: right;
    padding: 6px;
    background: #ebebeb;
    border-radius: 8px;
}
#loader{
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    height: 180px;
    width: 450px;
    background-repeat: no-repeat;
    background-size: 450px;
    background-position: center;
    vertical-align: bottom;
    background-image: url('/static/img/loader.gif');
    position: absolute;
    z-index: 8;
}
.an_noan{
    margin-top: 8px;
    font-size: 16px;
    font-weight: bolder;
}
.dropdown-item{
    border-top: #939393 solid 1px;
    border-bottom: #939393 solid 1px;
    margin-bottom: 4px;
    margin-top: 4px;
}
.edit_zay_inputs{
    border: grey solid 2px;
    display: none;
    border-radius: 5px;
    margin-top: 12px;
    padding-bottom: 12px;
}
.texted_inp{
    //background:yellow;
    display: block;
    width: 88%;
    margin: 0 10px 0 10px;
}
.tx_in_des{
    font-size: x-small;
    font-weight: bold;
    margin-top: 7px;
    margin-left: 2px;
}
.tx_in_btn{
    margin: 10px 20px 10px 10px;
}
.id_btn{
    display: inline-block;
    margin-right: 18px;
    margin-bottom: 10px;
}
.zamet_titl{
    font-size: 10px;
}
.zamet_bord{
    border: #c5c5c5 solid 1px;
    border-radius: 3px;
    margin: 3px 5px 0 5px;
    padding: 5px;
}
/*navbar*/
#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  right: 0 !important;
}
.menu__btn {
  //position: fixed;
  position: absolute;
  //top: 22px;
  top: 1px;
  //right: 20px;
  width: 40px;
  //height: 26px;
  height: 44px;
  cursor: pointer;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
    //background: red;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 70%;
  height: 2px;
  background-color: #616161;
  transition-duration: .25s;
  left: 6px;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
  left: 0px;
  width: 28px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
  width: 28px;
  left: 0px;
}
.menu__box {
  z-index: 1;
  display: block;
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #ECEFF1;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
}
.menu__item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}
/*navbar*/
