:root {
  --colbg: #161516;
  --coltheme: #ecba57;
  --col3: #e21415;
}
@font-face {
font-family: Font;
src: url('images/myriad.ttf');
}
@font-face {
font-family: Font2;
src: url('images/framd.ttf');
}
html, body {
  height: 100%;
}
body {
  background: #f2f1f1 url('images/bg.jpg') repeat-x;
  background-attachment: fixed;
  font-family: Font;
  margin: 0;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
}
div {
  box-sizing: border-box;
}
body::-webkit-scrollbar {
  background: #1a1a1a;
}
body::-webkit-scrollbar-thumb {
  background: #cd2525;
}
p {
  margin: 0;
}
img {
  border: 0;
}
a {
  color: #d82e37;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
  filter: contrast(130%);
}
h1, h2, h3, h4, h5, h6 {
  font-family: Font2;
  font-size: 36px;
  color: #000;
  font-weight: normal;
  margin: 15px 0;
}
input, textarea {
  background: #fff;
  border-radius: 25px;
  color: #000;
  font-family: Font;
  font-size: 20px;
  padding: 5px 10px;
  border: 3px solid #cfcfcf;
  margin: 0 0 10px 0;
}
input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
}


.pred {
  color: #cd2525;
}
.p24  {font-size: 24px;}
.p18  {font-size: 18px;}
.plink {
  text-transform: uppercase;
  color: #cd2525;
}
.pgreen {
  color: #15c71d !important;
}

#ifr {
  width: 100%;
  margin: 2px 0;
  height: 60px;
  border: none;
  overflow: hidden;
  margin: 0 0 -10px 0;
}
#top {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 22px;
  height: 70px;
  width: 100%;
  background-color: #1a1a1a;
  filter: drop-shadow(0 0 5px #000);
}
#top a {
  color: #fff;
}
#top a:hover {
  color: #cd2525;
}
.dot {
  width: 8px; height: 8px;
  border-radius: 4px;
  background-color: #cd2525;
  margin: 0 5%;
}
.lang {
  position: absolute;
  top: 25px; right: 20px;
  font-size: 16px !important;
}
.hl {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 27px;
  height: 55px;
  width: 100%;
  background-color: #1a1a1a;
  filter: drop-shadow(0 0 5px #000);
  color: #fff;
}
.text {
  width: 100%;
  max-width: 1200px;
  padding: 25px 10px;
  font-size: 18px;
}
.fle {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}
#bottom {
  min-height: 255px;
  width: 100%;
  background-color: #1a1a1a;
  filter: drop-shadow(0 0 5px #000);
  color: #fff;
  font-size: 16px;
  margin: 30px 0 0 0;
}
#bottom img {
  margin: 0 20px 0 0;
}
#bottom > div {
  text-align: left;
}
.button {
  display: inline-block;
  border-radius: 25px;
  background-color: #cd2525;
  width: 330px;
  padding: 10px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  height: 50px;
  border: none !important;
  cursor: pointer;
}
.botmen {
  text-transform: uppercase;
  font-size: 18px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 15px 0;
}
.botmen a {
  color: #fff;
  margin: 0 35px 0 0;
}
.botmen a:hover {
  text-decoration: underline;
}
.photo {
  display: block;
  max-width: 828px;
  height: 148px;
  background: url('images/photo.jpg') 50% 0 no-repeat;
  margin: 25px 0 -20px 0;
}
.langs {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 5px 0 0 0;
}
.langs a {
  margin: 0 15px;
}



@media (max-width:550px) {
 body {zoom: 0.9;}
}
@media (max-width:1100px) {
  #bottom > div {
    text-align: center;
    margin: 15px 0;
  }
  .botmen {
    justify-content: center;
  }
  .botmen a {
    margin: 0 15px;
  }
}
