.item {
    float: left;
    background: #eee;
    border-radius: 10px;
    width: 136px;
    margin: 3px;
    padding: 3px;
    box-shadow: #b0cec2 2px 2px 10px 2px;

    border: #a6a6a6 dashed 2px;

}


form#formfindtext {
    display: inline-block;
    padding-left: 7px;
}


x-field{
display:inline;
position:relative;
}

x-field .close {
    position: absolute;
    padding: 3px 11px;
    right: 0;
    color: #4caf50;
    font-size: 15px;
}


input[type="submit"] {
    border: 1px solid #83d1b3;
    border-radius: 7px;
    padding: 4px 7px;
    background: #d6f1e6;
    cursor: pointer;
    color: black;
    height: 26px;
}

input[type="text"] {
    background: white;
    border: 1px solid #83d1b3;
    border-radius: 7px;
    padding: 4px 7px;

}

#header a {
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 3px #194f3a;
}

.ischem {
    padding: 8px;
    color: #689784;
    background: #d6f1e6ad;
    font-size: 14px;
    width: fit-content;
    border-radius: 7px;
    border: solid #68978457 1px;
    box-shadow: #689784b8 1px 1px 6px;
}

div#sx {
    display: inline-block;
    color: #669783;
}

form {
    margin: 7px 0;
}

div#header {

position: absolute;
    top: 5px;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    background: #d6f1e6bf;
    left: 0px;
    padding: 7px;
    box-shadow: 0px 5px 7px #a4c7b9;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    font-size: 14px;
}

details {
    font-size: 12px;
    padding: 3px 5px;
}

body {
    -webkit-transition: All 0.1s ease;
    -moz-transition: All 0.1s ease;
    -o-transition: All 0.1s ease;
    -ms-transition: All 0.1s ease;
    transition: All 0.1s ease;
}

span.sep {
    border: 1px solid #4cbc90;
    background: #80d2b2;
    color: white;
    padding: 2px 4px;
    border-radius: 7px;
    box-shadow: 3px 3px 3px #aaa9;
    line-height: 1.7;
    
        -webkit-transition: All 0.1s ease;
    -moz-transition: All 0.1s ease;
    -o-transition: All 0.1s ease;
    -ms-transition: All 0.1s ease;
    transition: All 0.1s ease;
        cursor: pointer;
        font-size: 13px;
}


.spoiler_gde_head {
    text-align: center;
}

p.nal {
    font-size: 12px;
    text-align: center;
    margin: 0px;
    color: #9ba4b7;
}


.item:hover {
    /* border: solid 1px; */
    margin: 0px 3px 6px 3px;
}


span.tochto {
    border: 1px solid #868686a8;
    background: #fbff00a8;
    padding: 0px 1px 1px 2px;
    border-radius: 7px 0px 0px 7px;
    /* color: black; */
    font-weight: bold;
    border-right: none;
}


span.colFlat {
    background: #a9816d;
    color: white;
    padding: 0px 2px 1px 2px;
    border-radius: 7px;
}
span.colPlat {
    background: #86370e;
    color: white;
    padding: 0px 2px 1px 2px;
    border-radius: 7px;
}

span.colAkb {
    background: #000;
    color: white;
    padding: 0px 2px 1px 2px;
    border-radius: 7px;
}



span.colDisp {
    background: #4f87d4;
    color: white;
    padding: 0px 2px 1px 2px;
    border-radius: 7px;
}


span.colKry {
    background: #a358b9;
    color: white;
    padding: 0px 2px 1px 2px;
    border-radius: 7px;
}


span.colSim {
    background: #c5c527;
    color: white;
    padding: 0px 2px 1px 2px;
    border-radius: 7px;
}




span.colTach {
    background: #99c0f5;
    color: white;
    padding: 0px 2px 1px 2px;
    border-radius: 7px;
}




span.colGlass {
    background: #afecde;
    color: white;
    padding: 0px 2px 1px 2px;
    border-radius: 7px;
}


span.colCheh {
    background: #4aad96;
    color: white;
    padding: 0px 2px 1px 2px;
    border-radius: 7px;
}


span.colDin {
    background: #00ca00;
    color: white;
    padding: 0px 2px 1px 2px;
    border-radius: 7px;
}



span.colDyrka {
    background: #ff751d;
    color: white;
    padding: 0px 2px 1px 2px;
    border-radius: 7px;
}



.tooltip
{
  position: relative;
  background: #eaeaea;
  cursor: help;
  display: inline-block;
  text-decoration: none;
  color: #222;
  outline: none;
}

.tooltip span
{
  visibility: hidden;
  position: absolute; 
  bottom: 30px;
  left: 50%;
  z-index: 999;
  width: 230px;
  margin-left: -127px;
  padding: 10px;
  border: 2px solid #ccc;
  opacity: .9;
  background-color: #ddd;                     
  background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));  
  -moz-border-radius: 7px;
  border-radius: 7px;  
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;  
  text-shadow: 0 1px 0 rgba(255,255,255,.4); 

  font-family: 'Lucida sans', Arial, Helvetica;
  font-size: small;
  line-height: 1.4;
  color: #5e5e5e;
}

/*
.tooltip:hover
{
  border: 0; 
}*/

.tooltip:hover span
{
  visibility: visible;
}

.tooltip span:before,
.tooltip span:after
{
  content: "";
  position: absolute;
  z-index: 1000;
  bottom: -7px;
  left: 50%;
  margin-left: -8px;  
  border-top: 8px solid #ddd;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;        
  border-bottom: 0;  
}

.tooltip span:before
{
  border-top-color: #ccc;
  bottom: -8px;
}







.helptip {

    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
    background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7);
    background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7);
    background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7);
    background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7);
    color: #a7a7a7;
    margin: 36px;
    width: 144px;
    height: 144px;
    position: relative;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;


    /*background: #eee;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 20px;
    position: relative; /* Важно!
    Размещать абсолютное позиционирование внутри
    относительно данного тега */

        padding: 4px 9px;
    margin: 6px;
    /* width: auto; */
    
    box-shadow: 3px 3px 4px #aaa, inset 0px 2px 3px #fff;

    border: solid 1px #ccc;
    cursor: pointer;
}




.helptip span
{
  display: none;
  /*visibility: hidden;*/
  position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 999;
    width: 150px;
    margin-left: -86px;
    padding: 10px;
    border: 1px solid #ccc;
    /* opacity: .9; */
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background-color: #e0e7e4c4;                     
  background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));  
  -moz-border-radius: 10px;
  border-radius: 10px;  
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;  
  text-shadow: 0 1px 0 rgba(255,255,255,.4); 

  font-family: 'Lucida sans', Arial, Helvetica;
  font-size: small;
  line-height: 1.4;
      color: #444;

}



.helptip:hover span
{
  visibility: visible;
}

.helptip span:before,
.helptip span:after
{
  content: "";
  position: absolute;
  z-index: 1000;
  bottom: -7px;
  left: 50%;
  margin-left: -8px;  
  border-top: 8px solid #ddd;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;        
  border-bottom: 0;  
}

.helptip span:before
{
  border-top-color: #ccc;
  bottom: -8px;
}








img.imgtel {
    width: 11px;
}


a { 
    color: #000; /* Цвет ссылок */
    text-decoration: none; /* Отменяем подчеркивание у ссылки */
   } 


img#logogo {
    margin: 0px 2px -9px;
}

p.col_vo {
    text-align: center;
}

p.cont {
    color: #58688a;
    text-align: center;
}


    .ahre {
    font-size: 12pt;
    text-align: center;
}
    

    .items {
    width: max-content;
}
    

    




img.imgg {
    width: 100%;
    max-height: 160px;
        max-height: 136px;
    object-fit: scale-down;
}
    
    p.text {
    text-align: center;
}


 a.text {
    text-align: center;
}
    
    p.price {
    text-align: center;
    margin: 5px;

        min-height: 18px;
    border: dotted 1px #00000026;
    border-radius: 2px;
}

.nextp {
    display: inline;
    border: 2px solid #ccc;
    border-radius: 7px;
    padding: 5px;
    box-shadow: 6px 5px 5px #aaa;
    background: #eee;
    text-decoration: none;
    color: #057092;
    /* border-radius: 20px; */
    padding: 5px 8px;
}








    
    .spoiler_head {
    display: inline;
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 5px;
    box-shadow: 3px 3px 4px #aaa;
    background: #eee;
    text-decoration: none;
    color: #057092;
    padding: 3px 8px;
    cursor: pointer;
}
    


.spoiler_body {
    background: #d4f1e66e;
    margin: 10px 0px -30px 0px;
    display: none;

}
    
    .carusel {
    width: 99%;
    overflow: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 5px;
}
    .items {
    width: max-content;
    scroll-behavior: smooth;
}
    


    
    img.imgg {
    width: 100%;
}
    
    p.text {
    font-size: 8pt;
    text-align: center;
}
    
    span.text {
    font-size: 8pt;
}




    img {
            margin: auto;
    }
    
    .tel, .sit, .ahr .spoil {

    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 6px 4px;
    box-shadow: 4px 4px 5px #aaa;
    background: #eeeeee;
    text-decoration: none;
    color: #057092;

    }
    




    a.tel{
        border-radius: 20px;
            margin: 20px;
            padding: 8px 12px;
    }


/*
    a.tel:hover{
            margin: 21px;
    }
    
    a.sit:hover{   
            margin: 1px;
    }

    .spoiler_head:hover{   
            margin: 1px;
    }


*/


    .favic{
        width: 16px;
        float: left; 
        margin: 5px;
        
    }