body {
font-family: GT Walsheim Pro;
font-size: 14px;
font-weight: normal;
line-height: 16px;
color: #303030;
background-color: #f5f5f5;
padding:0;
margin:0;
}

*, ::after, ::before {
  box-sizing: border-box;
}







.topline-block{
position: fixed;
width: 100%;
background-color: #f5f5f5;
z-index: 100;	
}

.col-12 {
flex: 0 0 auto;
width: 100%;
max-width: 100%;
padding: 0 5px;
margin: 0;
}

.topline {
display:none;
}

.topline-left {
display: flex;
justify-content:left;
align-items:flex-start;
width: 40%;
font-weight: bold;
font-size: 20px;
padding-left: 11px;
}

.topline-right {
display: flex;
align-items: center;
width: 173px;
}

.topline-left a{
text-decoration: none;
color: #5e4d4d;
}
.topline-right a{
text-decoration: none;
width: 30px;
height: 20px;
cursor: pointer;
display: block;
position: relative;
z-index: 2;
mask-size: 30px 20px;
-webkit-mask-size: 30px 20px;
margin-left: 20px;
}

.iconatop{
margin-right: 0;
width: 17px;
height: 20px;
mask-position: center;
mask-repeat: no-repeat;
mask-size: 17px 20px;
-webkit-mask-position: center;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: 17px 20px;
background-color: #303030;
margin-left: 20px;
}

.naviga{
mask-image: url('/img/pin.svg');
-webkit-mask-image: url('/img/pin.svg');	
}
.telef{
mask-image: url('/img/phone.svg');
-webkit-mask-image: url('/img/phone.svg');	
}
.menumob{
mask-image: url('/img/menumob.svg');
-webkit-mask-image: url('/img/menumob.svg');	
}

.topotstup{
display: none;
}

.mbgmenuon,.mbgmenuoff{
position: fixed;
top: 0;
right: 0;
height: 100%;
z-index: 120;
transition: 1s transform ease;
transform: translateX(110%);
width: 100%;
overflow: auto;
background-color: #fff;
animation: menuoffe 0.2s forwards;
display: flex;
flex-direction: column;
}

.dispnone {display: none;}

.mbgmenuon{
display: block;
transform: translateX(0%);
animation: menuone 0.4s forwards;
}

@keyframes menuone {
  0% {transform: translateX(100%);}
  100% {transform: translateX(0);}
}
@keyframes menuoffe {
  0% {transform: translateX(0);}
  100% {transform: translateX(100%);}
}

#vkhref{
display: block;
width:26px;
height:26px;
mask-size: 26px 26px;
-webkit-mask-size: 26px 26px;
mask-image: url('/img/vk.svg');
-webkit-mask-image: url('/img/vk.svg');
mask-position: center;
mask-repeat: no-repeat;
-webkit-mask-position: center;
-webkit-mask-repeat: no-repeat;
background: #303030;
border-radius: 50%;
text-decoration: underline;
}

.mdnaviga{
display: block;
cursor: pointer;
margin-right: 0;
width: 17px;
height: 20px;
mask-position: center;
mask-repeat: no-repeat;
mask-size: 17px 20px;
-webkit-mask-position: center;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: 17px 20px;
background-color: #303030;
mask-image: url('/img/pin.svg');
-webkit-mask-image: url('/img/pin.svg');
margin-right: 7px;
}

#menontopps{
display: flex;
justify-content: space-between; 
margin: 15px 11px;	
}


#flexando{
display: flex;
text-decoration:none;
height: 20px;
color: #666;
padding-top: 2px;	
}
navi {border-bottom: 1px dotted #000;}

.too22{
width: 22px;
height: 22px;
}

#mybigmenumobilo{
display: flex;
flex-direction: column;
margin-top: 30px;	
}

#mybigmenumobilo a{
display: block;
text-decoration: none;
font-size: 24px;
border-bottom: 1px solid #000;
color: #000;
padding: 17px 19px;
}

#mybigmenumobilo a.red{
background: #bcee9a;	
}


#mainmenu{
display: flex;
overflow-x: scroll;
background: #f8f8f8;
scrollbar-width: none;
flex-wrap: wrap;
}
#mainmenu::-webkit-scrollbar {
  width: 0;
  height: 0;
}

#mainmenu a{
display: block;
text-decoration: none;
font-size: 15px;
color: #000;
padding: 5px 7px 2px;
margin: 5px 5px 0;
}

#mainmenu a.red{
border-bottom: 4px solid rgb(204, 0, 0);
}

.ckvadro{
display: flex;	
flex-wrap: wrap;
}

.blockckvadros{
width:46%;
margin:2%;
height:230px;
line-height: 1.7;
font-size: 16px;
border: 3px dashed;
}

.blockckvadros div{
padding: 10px;
}























#bottomformobile{
display:none;
}

#bottomformobile a{
display: flex;	
flex-direction: column;
align-items: center;
text-decoration: none;
width: 13%;
height: 45px;
margin: 8px 7px;
color: #000;
font-size: 10px;
}

#bottomformobile a#blocwhatsa{
position: relative;
top: -32px;
height: 100px;	
}
#towhatsapp{
background-color: #bcee9a;
border-radius: 50%;
width:60px;
height:60px;
}
#towhatsapp img{
position: relative;
top: 14px;
width: 30px;
left: 15px;
}

h1{
text-align: center;
color: #6fce2e;
text-transform: uppercase;
font-size: 14px;
margin: 18px 0;
}

p{
padding: 3px 20px 1px;	
}

table{
padding: 3px 20px 1px;	
width: 100%;
max-width: 500px;
}

td:first-child{
width:70%;
max-width:400px;
}

label{
padding: 20px 20px 1px;
text-align: center;
display: inline-block;
width: 100%;
font-size: 16px;
font-weight: bold;
}

#tocli{
height:120px;
width: 100%;
}

tr:nth-child(even){
background:#e1e0e0;
}

td:nth-child(2){
text-align:right;
}

td{
padding: 6px;
}

a.telefon, adres{
text-align: center;
width: 100%;
display: inline-block;
color: #d03b3b;
font-weight: bold;
font-size: 26px;
text-decoration: none;
}
adres{
font-size: 18px;
margin-top: 8px;
}

a.ssilli{
text-decoration: none;
color: #000;	
}

.wid100{
max-width: 100%;
}

@media (max-width: 992px){



}

@media (max-width: 768px){
#mainmenu{
flex-wrap: nowrap;
height: 40px;	
}
.topline{
display: block;
padding-top: 12px;
padding-bottom: 12px;
height: 120px;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #F3CF47;
width: 100%;
height: 52px;
border-bottom: 0;
}
.topotstup{
display: block;
height: 55px;
}
#bottomformobile{
width: 100%;
height: 60px;
padding: 0;	
margin: 0;
padding: 0 3px 14px 3px;
position: fixed;
bottom: -1px;
left: 0;
background-color: #ffffff;
box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.25);
border-top-right-radius: 5px;
border-top-left-radius: 5px;
display: flex;
justify-content: space-between;
}
}









