
@font-face {
  font-family: 'Abril';
  src: url('../font/Abril_Text_BoldItalic.otf'); 
}


@font-face {
  font-family: tabletB;
  src: url(../font/Tablet Gothic-Bold.otf);
}
@font-face {
  font-family: tablet-gothic;
  src: url(../font/Tablet Gothic-Regular.otf);
}


html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}
body {
    font-family: tablet-gothic, sans-serif !important;
    line-height: 1.5 !important;
    color: #fff !important;
    background-color:#000 !important;
}
a {
    color: #ff0000 !important;
    text-decoration: underline;
}


h2 {
    font-family: Abril, serif !important;
     font-weight: 700 !important;
    font-size: 3.0em !important;
    line-height: 1.25 !important;
    margin: 3px !important;
    padding-left: 10px !important;
}
sup {
  color: #ff0000;
  font-weight: 400;

}
#header {
    margin-top: 12px;
}
input, select {
    width:100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 5%;
}
label {
display: block;
    font-weight: 700;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin-top: 10px;
    padding: 0;
}

.table {
    color: #fff !important;
}

.wrap {
    position: relative;
    max-width: 1140px;
    margin: auto;
}

.btn-danger {
    color: #fff !important;
}
.showerr {
    color:#FF0000 !important;
    margin:auto;

}
.form-control herr {
    border: 1px solid #FF0000 !important;
    padding-right: 4.125rem;
    background-image: url(images/vyk.svg);
    background-position: right calc(0.475em + 0.1875rem) center;
    background-size: calc(0.85em + 0.375rem) calc(0.75em + 0.375rem);
    background-repeat: no-repeat;
}

.herr {
border: 1px solid #FF0000 !important;
padding-right: 4.125rem;
    background-image: url(images/vyk.svg);
    background-position: right calc(0.475em + 0.1875rem) center;
    background-size: calc(0.85em + 0.375rem) calc(0.75em + 0.375rem);
    background-repeat: no-repeat;
}

#cprice {
    font-weight: bold;
    margin-left: 12px;
    

}
.card{
height: 370px;
margin: auto;
width: 400px;
background-color: rgba(189, 34, 34, 0.5) !important;
}


#page-menu {
    font-family: Abril, serif;
    font-weight: 700;
    font-size: 1.1875em;
    line-height: 2;
    display: flex;
    flex-wrap: wrap;
}

#page-menu ul {
    list-style: none;
}

#page-menu li {
    padding: 0 0 0 25px;
    list-style: none;
}
#page-menu li a {
  text-decoration: none;
  color: #fff !important;

}
#page-menu li a:hover {
  color: #fff;
}


ul.sub-menu{ display: none; position:absolute; z-index: 1000; }
ul.sub-menu li {
    padding: 0 15px 0 15px !important;
  background: #fff;

}
ul.sub-menu li a{
 color: #1d1d1b !important;
}

ul.sub-menu li a:hover {
 color: #FF0000 !important;
}

ul.menu li.menu-item-has-children:hover > ul.sub-menu{
    display: block !important;

}    

#colophon {
    margin-top: 25px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: abril-text, serif;
    font-size: .9375em;
}
#colophon ul {
    font-family: tablet-gothic, sans-serif;
    padding: 2em 0 3em;
    border-top: 1px solid #555561;
}
#colophon li {
    display: inline-block;
}
#colophon li::before {
    display: inline-block;
    margin: 0 15px;
    content: '|';
}
#colophon li:first-child::before {
    display: none;
}
#colophon a:hover {
    border-bottom: 1px solid;
}    




