/*

 #3c2c6b
 rgb(60, 44, 107)

*/

@font-face {
	font-family: "Gothic";
	src: url("/fonts/gothic.ttf");
	}

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  src: url('/fonts/fontawesome.ttf');
}

@font-face {
  font-family: 'Franklin';
  src: url(/fonts/franklin.ttf);
}




	
html { min-height: 100%; margin:0px; padding:0px; position: relative; }

body {COLOR: #3c2c6b
; height: 100%;  font-family: Franklin, Verdana, Arial, Helvetica; font-size: 18px; margin: 0px; padding: 85px 0px 120px 0px; background-color: white; box-sizing: border-box; }

#scrolltop {position: fixed; display: block; bottom: 10px; right: 10px; font-family: FontAwesome; color: #898989; background: white; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); text-decoration: none; width: 50px; height: 50px; box-sizing: border-box; border-radius: 25px; text-align: center; transition: 0.5s; }

#scrolltop span { font-size: 30px; display: inline-block; vertical-align: middle; margin-top: -5px;} 

#scrolltop:before {

  content: "";
  display: inline-block;
  min-height: inherit;
  height: 100%;
  vertical-align: middle;


}

#scrolltop:hover {

background: #898989; color: #ffffff;

}


#changepasswordform {

width: 900px;
margin: 10px;
max-height: 0px;
overflow: hidden;
transition: 0.5s;
    
}




a {COLOR: #3c2c6b
; font-weight: normal; text-decoration: underline; }
a:hover {COLOR: #3c2c6b
; font-weight: normal; text-decoration: none; }

a.gray {text-decoration: none; border-bottom: 1px solid #808080; color: #808080; font-weight: bold; }

a.sub {COLOR: #ff8080; font-size: 13px; font-weight: normal; text-decoration: none; }
a.sub:hover {COLOR: #ff0000; font-size: 13px; font-weight: normal; text-decoration: none; }

a.h1 {font-size: 15px; text-decoration: none; color: #5d5d5d; font-size: 18px; / *text-transform: uppercase; */ }

div.page {position: relative; width: 1000px; margin: 0px auto; }
div.widepage {position: relative; width: 100%; margin: 0px; padding: 0px; box-sizing: border-box;  text-align: center; }


#top { position: relative; padding: 10px 0px; margin: 0px; width: 1000px; height: 120px; box-sizing: border-box; }


div.address { position: relative; display: inline-block; margin: 0px; width: 300px; height: 100px; box-sizing: border-box; color: black; font-weight: bold; font-family: Gothic, Verdana, Arial, Helvetica; text-align: center; font-size: 18px; vertical-align:top; }

#pickup {transition: 0.5s; max-height: 600px; overflow: hidden;}

#header {
display: block;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 85px;
text-align: center;
z-index: 110;  
text-align: left;
box-sizing: border-box;
padding: 0px 0px 0px 400px;
background: white;

}

#logo {

display: block;
position: fixed;
width: 200px;
height: 75px;
top: 0px;
left: 0px;
z-index: 111;
/*-webkit-filter: drop-shadow(5px 5px 3px rgba(0,0,0,0.5));*/

}

#logo img  {

width: 100%;

}





#phone {

display: inline-block;
position: relative;
width: 250px;
height: 60px;
vertical-align: bottom;
text-align: left;
font-size: 20px;
color: #3c2c6b;;
padding: 0px 0px 0px 50px;
box-sizing: border-box;
background-image: url(/images/phone.png);
background-position: 0% 0%;
background-size: 30px auto;
background-repeat: no-repeat;

}

#phone a {

font-size: 20px;
color: #3c2c6b
;
text-decoration: none;

}

#city {

display: inline-block;
position: relative;
max-width: 500px;
height: 60px;
vertical-align: bottom;
text-align: left;
margin-top: 10px;
padding-left: 50px;
box-sizing: border-box;
background-image: url(/images/location.png);
background-position: 0% 0%;
background-repeat: no-repeat;
background-size: 30px auto;
font-size: 12px;
color:  #3c2c6b;
line-height: 1;

}

#city a.bigcity {color:  #3c2c6b; font-size: 20px; font-family: Gothic; text-decoration: none; line-height: 1.5; }
#city a.empty { display: block; position: absolute; top: 0px; left: 0px; width: 30px ; height: 40px;  }

#citylist {

display: none;
position: absolute;
top: 0px;
left: 0px;
visibility: hidden;
padding: 20px;
background: white;
border:  2px solid #e8e8e8;
border-radius: 5px;
z-index: 110;
max-height: calc(100vh - 100px);
width: 200px;
min-width: 200px;
width: calc(100vw - 800px);
max-width: calc(50vw);
column-width: 180px;
column-gap: 20px;

overflow-y: auto;
text-transform: none;
box-sizing: border-box;

}

#citylist a.city { display: block; margin: 10px 0px; text-transform: none; text-decoration: none; font-size: 13px; font-weight: normal; color: #000000; font-family: Franklin; line-height: 1; width: 200px; }


#citylistclose {

position: absolute;
top: 5px;
right: 5px;
    
}

#citylistclose a { text-decoration: none; border: none; color: black; }

div.cityblock {

display: none;
visibility: hidden;

}

div.cityblock a.citylistback { font-size: 33px; font-weight: normal; text-decoration: none; font-family: FontAwesome; line-height: 1; border: none; }



#citylistcolumns {

display: none;
position: absolute;
top: 100px;
left: 500px;
visibility: hidden;
padding: 20px;
background: white;
border:  2px solid #e8e8e8;
border-radius: 5px;
z-index: 110;
height: calc(100vh - 100px);
max-height: 700px;
width: 450px;
overflow-y: auto;
text-transform: none;
box-sizing: border-box;
padding: 70px 0px 10px 0px

}

#citylistcolumns div.citylistcolumn {

display: inline-block;
position: relative;
vertical-align: top;
padding: 0px;
height: 100%;
width: 200px;
margin: 0px 10px;
overflow-y: auto;
overflow-x: hidden;
text-transform: none;
box-sizing: border-box;

}

#citylistcolumns div.citylistcolumn::-webkit-scrollbar {
       -webkit-appearance: none;
       width: 8px;
}

#citylistcolumns div.citylistcolumn::-webkit-scrollbar-thumb {
       border-radius: 4px;
       background-color: rgba(0,0,0,0.25);
       box-shadow: 0 0 1px rgba(255,255,255,.25);
}

#citylistcolumns div.citylistcolumn a { display: block; margin: 10px 0px; text-transform: none; text-decoration: none; font-size: 13px; font-weight: normal; color: #000000; font-family: Franklin; line-height: 1; width: 200px; }

#citylistcolumns input.citylistsearch {

position: absolute;
top: 5px;
width: 200px;

}

#regsearch {left: 5px; }
#citysearch {right: 5px; }


#searchblock {

display: block;
position: relative;
width: 1000px;
margin: 0px auto;
text-align: center;

}



#search {

display: inline-block;
vertical-align: middle;
position: relative;
width: 600px;
margin: 20px;
text-align: center;

}

#search input {

width: 600px;
border: 2px solid #e8e8e8;
border-radius: 20px;
margin: 0px;

}


#searchlist {

display: none;
visibility: hidden;
position: absolute;
width: 560px;
top: 50px;
left: 20px;
text-align: left;
padding: 10px;
box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
background: white;
box-sizing: border-box;
max-height: 300px;
overflow-y: scroll;
font-size: 10px;
color: #808080;
z-index: 10;

}

#searchlist a.name {

font-size: 13px;
color: #65108d;
text-decoration: none;
border-bottom: 1px dotted #65108d;

}

#searchlist span.price {

font-size: 14px;
color: #65108d;
font-weight: bold;

}


#filter {

display: inline-block;
vertical-align: middle;
position: relative;
width: 200px;
margin: 20px;
text-align: center;
padding: 0px 0px 0px 0px;
    
}

#filter input.button {

width: 90%;
font-size: 12px;

}

#filter a.gry {

text-decoration: none;
font-weight: bold;
color: #c0c0c0;
    
}

#filter a.grn {

text-decoration: none;
font-weight: bold;
color: green;
    
}



#filterlist {

display: none;
visibility: hidden;
position: absolute;
width: 200px;
top: 30px;
left: 0px;
padding: 0px;
box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
background: white;
box-sizing: border-box;
max-height: 350px;
overflow-y: auto;
font-size: 12px;
color: #808080;
z-index: 10;

    
}

#filterlist td.icon { font-family: FontAwesome; font-size: 15px; }

#filterlist td.icon a { text-decoration: none; } 
#filterlist td.red a { color: red; } 
#filterlist td.green a { color: green; } 
#filterlist td.gray a { color: #c0c0c0; } 


#startcards {

 display: block;
 position: relative;
 top: -220px;
 visibility: hidden;
}


#searchcity {

display: block;
position: relative;
margin: 0px;
padding: 0px;

}

#searchaddress {

display: block;
position: relative;
margin: 0px;
padding: 0px;

}

#searchcitylist {

display: none;
visibility: hidden;
position: absolute;
width: 300px;
top: 55px;
left: 10px;
text-align: left;
padding: 10px;
box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
background: white;
box-sizing: border-box;
max-height: 200px;
overflow-y: scroll;
font-size: 15px;
color: #808080;
z-index: 10;

}

#searchcitylist p {

margin: 10px 0px;
line-height: 1;

}

#searchcitylist a {

font-size: 15px;
color: #ff3a13;
text-decoration: none;
border-bottom: 1px dotted #ff3a13;

}

#searchaddresslist {

display: none;
visibility: hidden;
position: absolute;
width: 300px;
top: 55px;
left: 10px;
text-align: left;
padding: 10px;
box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
background: white;
box-sizing: border-box;
max-height: 200px;
overflow-y: scroll;
font-size: 12px;
color: #808080;
z-index: 10;

}

#searchaddresslist p {

margin: 10px 0px;
line-height: 1;

}


#searchaddresslist a {

font-size: 12px;
color: #ff3a13;
text-decoration: none;
border-bottom: 1px dotted #ff3a13;

}



#menu {

display: block;
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
padding: 2px 0px 2px 0px;
z-index: 5;
text-align: center;
min-height: 40px;
background: #ffcc5e;
background: rgba(255, 204, 94, 0.5);
backdrop-filter: blur(5px);
text-shadow: 0px 0px 3px white;


}


#menu ul
{
list-style: none;
margin: 0px;

}


#menu li {

display: inline-block;
position: relative;
box-sizing: border-box;
margin: 10px;

}

#menu li a {

color: black;
font-size: 18px;
text-decoration: none;


}


#addmenutop {

display: block;
position: relative;
width: 100%;
height: 50px;

}

#addmenu {

display: block;
position: relative;
text-align: center;
width: 100%;
box-sizing: border-box;
padding: 10px;
background: white;

}

#addmenu ul
{
list-style: none;
margin: 0px;
}


#addmenu li {

display: inline-block;
position: relative;
box-sizing: border-box;
margin: 5px 10px ;
/ *text-transform: uppercase; */

}

#addmenu li a {

color: #3c2c6b
;
font-size: 20px;
font-family: Gothic;
text-decoration: none;


}

#addmenu li a.blink {

animation: blink 1s linear infinite; 

}




@keyframes blink {  
	0% { color: #3c2c6b; }
	50% { color: #ff8000; }
	100% { color: #3c2c6b; }
}

#addmenu li a.blinkpink {

color: #ff0000;
animation: blinkpink 0.33s linear infinite; 

}




@keyframes blinkpink {  
	0% { color: #ff0000; }
	50% { color: #ff80a0; }
	100% { color: #ff0000 } 
}


#addmenu li a.green {

color: #00b000;

}




#footer {
display: block;
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
height: 100px;
background: white;
box-sizing: border-box;

}

#footerinner {
display: block;
position: relative;
margin: 0px auto;
width: 1000px;
height: 100px;
text-align: left;
padding: 30px;
box-sizing: border-box;
color: #3c2c6b
;
font-size: 18px;

}

#footerinner p {

margin: 10px 0px;
font-size: 18px;
color: black;

}

#footerinner ul
{

width: 100%;
text-align: center;
list-style: none;
margin: 0px;
margin: 0px 0px 40px 0px;

}


#footerinner li {

display: inline-block;
position: relative;
box-sizing: border-box;
margin: 10px;
/ *text-transform: uppercase; */
font-size: 18px;

}

#footerinner li a {

color: black;
font-size: 18px;
text-decoration: none;

}



#basket {
position: absolute;
top: 10px;
right: 10px;
width: 150px;
height: 55px;
box-sizing: border-box;
padding: 30px 55px 0px 0px;
color: #3c2c6b
;
text-align: right;
font-size: 19px;
background-image: url(/images/basket.png);
background-position: 100% 0%;
background-repeat: no-repeat;
background-size: contain;
 
}

#basket a {
     display: block; 
     position: absolute;
     z-index: 1;
     height: 55px;
     width: 150px;
     top: 0px;
     left: 0px;
    }

#basketcount {
position: absolute;
bottom: 0px;
right: 0px;
width: 27px;
height: 27px;
box-sizing: border-box;
border-radius: 14px;
background: #3c2c6b;
padding: 5px 0px;
color: white;
text-align: center;
font-size: 15px;
}


div.bannericon {
position: relative;
display: inline-block;
vertical-align: top;
margin: 20px;
width: 480px;
height: 200px;
box-sizing: border-box;
padding: 20px 150px 20px 20px;
color: black;
text-align: left;
font-size: 15px;
background-color: #f5f5f5;
background-image: url(/images/spacer.gif);
background-position: 90% 90%;
background-repeat: no-repeat;
font-family: Gothic;

}

div.bannericon a {
     display: block; 
     position: absolute;
     z-index: 1;
     height: 200px;
     width: 400px;
     top: 0px;
     left: 0px;
    }


div.bannericon h3 {

color: black;
text-align: left;
font-size: 40px;
font-weight: bold;
font-family: Gothic;
margin: 0px 0px 20px 0px;
    
}

    
    


#content {width: 1000px; padding: 10px; box-sizing: border-box; }


tr.big {font-weight: bold; }

p { text-align: left;  font-size: 18px; margin: 15px 0px; line-height: 1.5;}

p.small { text-align: left; font-size: 14px; margin: 10px 0px; line-height: 1.5;}

p.price { text-align: left; font-size: 35px; margin: 10px 0px; line-height: 1.5;}

p.count {text-align: left; font-size: 30px; margin: 10px 0px; line-height: 1.5;}


p.galery {text-align: center; font-weight: bold;   font-size: 10px; margin: 2px 2px 2px 2px; }

p.j { text-align: justify;  font-size: 18px; margin: 10px 5px 10px 5px; line-height: 1.5; }
p.l { text-align: left;  font-size: 20px; font-weight: bold; margin: 10px 5px 10px 5px; line-height: 1.5;  }
p.c { text-align: center; font-size: 20px; font-weight: normal; margin: 15px 5px 15px 5px; line-height: 1.5;  }
p.r { text-align: right;  font-size: 18px; font-style: italic; margin: 10px 5px 10px 5px; line-height: 1.5; }

a.menumain { font-weight: normal; font-size: 30px; font-family: Gothic, Verdana, Arial, Helvetica;   text-decoration: none; / *text-transform: uppercase; */  }
a.menumain:hover {COLOR: #606060; }

a.pages {  font-size: 10px; text-decoration: underline; font-weight: normal; }
a.pages:hover { COLOR: #808080; font-size: 10px; text-decoration: none; font-weight: normal; }

a.nav { font-size: 12px; text-decoration: none; }
a.nav:hover { font-size: 12px; text-decoration: underline; }


ul {margin: 10px 0px 0px 25px; padding: 0px 0px 0px 2px}
li {  text-align: left;  font-weight: normal; font-size: 16px; margin: 0px 0px 0px 15px; }


div.pages {text-align: right;  font-size: 10px; margin: 2px 2px 8px 2px; font-weight: bold;}

img.section { border-style: none; border-width: 0px; border-color: black; }

img.gal { transition: 0.5s; border: 5px solid #3c2c6b
; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); transform-style: preserve-3d; transform: perspective(1000px) rotate3d(0,0,0,0); z-index: 2; }
img.gal:hover { box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); transform: perspective(400px) rotate3d(3,0,0,10deg); }

div.imggal2 { position: relative; transition: 0.5s; z-index: 2; }
div.imggal2:hover { transform: scale(1.33); }



div.catalog { position: relative; display: inline-block; margin: 20px;  vertical-align: top; font-size: 9px; text-align: center; color: #3c2c6b
; box-sizing: border-box; width: 320px; height: 280px; }

div.catalog div.catalogline a { font-family: Gothic; font-size: 25px; font-weight: bold; color: #3c2c6b
; text-decoration: none; / *text-transform: uppercase; */ }

div.catalogimage { position: relative; text-align: center; display: block; width: 320px; height: 220px;  margin: 0px 0px 20px 0px;  background: #3c2c6b; }

div.catalogimage img { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }




div.menupoint { position: relative; display: inline-block; margin: 40px;  vertical-align: top; box-sizing: border-box; width: 340px; min-height: 440px; padding: 10px 10px 80px 10px; border-radius: 10px; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); background: white; }

div.menupoint div.menuline {
 
position: relative;    
text-align: center;
width: 100%;
padding: 0px 30px 0px 0px;
box-sizing: border-box;

    
}

div.menupoint div.menuline a { font-family: Gothic; font-size: 26px; font-weight: bold; text-decoration: none; / *text-transform: uppercase; */ }

div.menupoint div.menuline a.info { display: block; position: absolute; right: 0px; top: 5px; font-family: FontAwesome; font-size: 20px; color: gray; }

div.menupoint div.description {

font-size: 12px; text-align: justify; overflow: hidden; margin: 0px;  max-height: 0px; transition: 0.5s;
    
}

div.menupointimage { position: relative; text-align: center; display: block; width: 320px; height: 220px; margin: 0px 0px 0px 0px; }

div.menupointimage img { position: absolute; margin: auto; bottom: 0; left: 0; right: 0; }


div.price { 

  position: relative; 
  width: 320px;
  height: 50px;
  margin: 30px 0px;
  COLOR: #3c2c6b;
  font-weight: normal; 
  font-size: 30px;
  font-family: Gothic;
  padding: 0px;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  text-align: left;
  background: #dadada;
  border-radius: 25px;

}


div.menupoint div.price { 

  position: absolute; 
  width: 280px;
  height: 50px;
  bottom: 20px;
  left: 20px;
  margin: 0px;

}



div.price:before  {
  content: "";
  display: inline-block;
  min-height: inherit;
  height: 100%;
  vertical-align: middle;

}

div.price span {
    
display: inline-block;
vertical-align: middle;
line-height: 1;
background: #3c2c6b;
color: white;
height: 50px;
border-radius: 25px;
padding: 0px 20px 0px 20px;
box-sizing: border-box;
margin: 0px 0px 0px -10px;
    
}

div.price span:before  {
  content: "";
  display: inline-block;
  min-height: inherit;
  height: 100%;
  vertical-align: middle;

}

div.price span s {
    
color: white;
font-size: 12px;
margin-right: 5px;
    
}




a.addto { 
  position: absolute; 
  top: 0px;
  right: 0px;
  height: 50px;
  padding: 5px 20px 0px 0px;
  color: white;
  font-size: 25px;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
}

a.addto:before  {
  content: "";
  display: inline-block;
  min-height: inherit;
  height: 100%;
  vertical-align: middle;

}


a.showchildren {

display: block;
position: absolute;
top: 40px;
/*left: 50%;
margin-left: -10px;*/
left: 100px;
width: 0px;
height: 0px;
border: 15px solid;
border-top-color: #ff9d00;
border-right-color: transparent;
border-left-color: transparent;
border-bottom-color: transparent;
z-index: 2;
    
}    

div.children {
    
display: none;
visibility: hidden;
position: absolute;    
width: 100%;
color: white;
font-size: 22px;
font-weight: bold;
text-align: center;
padding: 10px;
background: #65108d;
left: 0px;
top: 60px;
z-index: 1;
border: 1px solid #a0a0a0;
border-radius: 20px;
    
}    

div.children div.price {

position: relative;    
margin: 10px 0px 20px 0px;
    
}    










div.counters { position: relative; display: inline-block; margin: 10px 30px;  vertical-align: top; font-family: Gothic; }

div.h_counters { position: relative; display: block; width: 90px; padding: 5px; text-align: left; font-size: 17px; font-weight: bold; border-bottom: 1px solid #ffffff; }

div.v_counters { position: relative; display: block; width: 90px; padding: 5px; text-align: left; font-size: 11px;  }




div.cardpart1 {
    
   position: relative; 
   display: inline-block; 
   vertical-align: top; width: 370px; 
   padding: 10px; 
   margin: 0px 30px 0px 0px; 
    
    
}    

#cardpart1imggal {

display: block;
position: relative;
width: 100%;
box-sizing: border-box;
padding: 10px 0px;
text-align: center;

}

#cardpart1imggal img {

margin: 5px;

}

div.cardpart2 {
    
   position: relative; 
   display: inline-block; 
   vertical-align: top; 
   width: 600px; 
   text-align: left;
    
    
}  





/*img.gal2 { transition: 0.5s; z-index: 2; }*/
/*img.gal2:hover { transform: scale(1.33); }*/

img.roundedimage { border: 1px solid #ff0000; border-radius: 5px; }
img.roundimage { border-radius: 50%; }


div.galery { font-size: 22px; font-weight: bold; color: black; font-family: Verdana, Arial, Helvetica; }

span.firstmenuline { font-size: 25px; font-weight: bold; color: #febf01; }

HR {
   color:            #3c2c6b
;
   background-color: #3c2c6b
;
   height:           1px;
   border-width:     0px;
   padding:          0px;
   margin:           10px 0px 10px 0px;
   width:            99%; 		
}



h1 {
	font-family: Gothic, Verdana, Arial, Helvetica; 
	font-size: 40px; 
   	margin: 20px 0px 10px 0px;
	font-weight: normal;
	text-align: center;
	/ *text-transform: uppercase; */
	color: #3c2c6b

    }


   
    
h2 {
	font-family: Gothic, Verdana, Arial, Helvetica; 
	font-size: 30px; 
	font-weight: normal;
	margin: 20px 0px 5px 0px;
	position: relative;
	text-align: center;
   	color: #3c2c6b

	
}	



h3 {
	font-family: Gothic, Verdana, Arial, Helvetica; 	
	font-size: 14px; 
	font-weight: bold;
   	margin: 10px 5px 10px 5px;
	text-align: left;
	
	}

h4 {
	font-family: Gothic, Verdana, Arial, Helvetica; 	
	font-size: 13px; 
	font-weight: normal;
	text-align: center;
	/ *text-transform: uppercase; */
   	margin: 5px 0px 20px 0px;
    }

INPUT, SELECT { outline:none; }


    
INPUT {

width: 300px;
height: 40px;
box-sizing: border-box;
border-radius: 20px;
border:  2px solid #e8e8e8;
text-align: left;
color: black;
font-size: 18px;
padding: 13px;
background: white;
margin: 10px;


   }

INPUT.middle {

width: 200px;
height: 40px;
box-sizing: border-box;
border-radius: 20px;
border:  2px solid #e8e8e8;
text-align: left;
color: black;
font-size: 12px;
padding: 13px;
background: white;
margin: 10px;
vertical-align: middle;


   }
   
   
INPUT.short {

width: 60px;
height: 40px;
box-sizing: border-box;
border-radius: 20px;
border:  2px solid #e8e8e8;
text-align: left;
color: black;
font-size: 18px;
padding: 13px;
background: white;
margin: 10px;

   }

INPUT.box2 {

width: 20px;
height: 20px;
border-radius: 0px;
border: none;
font-size: 18px;
padding: 0px;
margin: 5px;

   }

   
   
INPUT.button {
  
width: 300px;
height: 40px;
box-sizing: border-box;
border-radius: 25px;
text-align: center;
/ *text-transform: uppercase; */
color: #3c2c6b
;
font-size: 18px;
padding: 11px;
background: #f43b2d;
margin: 10px;
cursor: pointer;
transition: 1s;
font-family: Gothic, Verdana, Arial, Helvetica;
transition: 1s;
border: none;
  
}

INPUT.button:hover {

color: #ffff00;
background: #008000;

}  

INPUT.button2 {
  
width: 40px;
height: 40px;
box-sizing: border-box;
border-radius: 25px;
border: none;
text-align: center;
/ *text-transform: uppercase; */
color: white;
font-size: 18px;
padding: 7px;
background: #f43b2d;
margin: 10px;
cursor: pointer;
transition: 1s;
font-family: Gothic, Verdana, Arial, Helvetica;
transition: 1s;
  
}

INPUT.button2:hover {

color: #ffff00;
background: #ff0000;


}  

SELECT {

width: 300px;
height: 40px;
box-sizing: border-box;
border-radius: 5px;
border:  2px solid #e8e8e8;
text-align: left;
color: black;
font-size: 12px;
background: white;
margin: 10px;
outline:none;

   }

SELECT.short {

width: 90px;
height: 40px;
box-sizing: border-box;
border-radius: 5px;
border:  2px solid #e8e8e8;
text-align: left;
color: black;
font-size: 12px;
background: white;
margin: 10px 0px 10px 10px;
vertical-align: middle;

   }

   

TEXTAREA {

width: 300px;
height: 200px;
box-sizing: border-box;
border-radius: 5px;
border:  2px solid #e8e8e8;
text-align: left;
color: black;
font-size: 14px;
padding: 10px;
background: white;
margin: 10px;

   }
    
