@import 'reset.css';

.clear{
  clear: both;
  height: 0;
}

.none{
  display: none;
}

a{
  text-decoration: none;
  color: #252525;
  outline: none;
}
a:hover {
  text-decoration: underline;
}

body {
  background: #e9e9e9;
  color: #252525;
  font-family: "Open Sans", sans-serif;
}
.wrapper{
  background: #fff;
  width: 1000px;
  margin: 30px auto;
  box-shadow: 0 0 12px #bfbfbf;
  border-radius: 2px;
  min-height: calc(100vh - 60px);
  position: relative
}
.wrapper>main{
  padding: 30px;
}
header{
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.logo img{
  width: 160px;
}
.mod-languages{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
div.mod-languages li{
  margin-left: 10px;
}
.mod-languages img{
  border-radius: 2px;
}
div.mod-languages a{
  outline: none;
}
.headerContacts p{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 15px;
  margin-bottom: 5px;
}
.headerContacts p img{
  margin-right: 5px;
}

.menu>li {
  float: left;
  position: relative;
  display: block;
}
.menu>li a {
  display: flex;
  max-width: 168px;
  align-items: center;
  min-height: 45px;
  line-height: 21px;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  outline: none;
  padding: 3px 10px 3px 11px;
  color: #252525;
  border-top: 2px solid #252525;
  border-bottom: 2px solid #252525;
}
.menu>li a:hover,
.menu>li.active a:hover {
  text-decoration: none;
  background: #E51937;
  color: #fff;
  border-top: 2px solid #E51937;
  border-bottom: 2px solid #E51937;
}
.menu>li.active a {
  color: #E51937;
  border-top: 2px solid #E51937;
  border-bottom: 2px solid #E51937;
}
.menu>li.item-141 a{
    padding: 3px 40px 3px 40px;
}
.menu .nav-child {
  position: absolute;
  margin: 0;
  top: 53px;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  transition: all 100ms;
  white-space: nowrap;
  background: #fff;
}
.menu li.parent:hover>.nav-child {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
}
.menu .nav-child>li{
  list-style: none;
  display: block;
  position: relative;
  transition: all 200ms;
}

.djslider{
  margin: 20px 0 10px;
  box-shadow: 0 0 12px #bfbfbf;
}

.content{
  margin: 30px 0;
}
.blank>h1,
.page-header>h1,
.blog>h2,
.item-page .page-header h2{
  margin: 0 0 20px;
  padding-bottom: 15px;
  font-size: 18px;
  color: #E51937;
  font-weight: 600;
  border-bottom: 1px solid #dcdcdc;
}
.blog-featured .items-leading p,
.item-page p{
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 12px;
}
.blog-featured .items-leading>div,
.blog .items-leading>div{
  margin: 10px 0 15px;
  padding-bottom: 15px;
}
.blog .items-leading>div{
  border-bottom: 1px dashed #ededed;
}

.docsTable{
  width: 100%;
}
.docsTable tr{
  border-bottom: 1px solid #ededed;
}
.docsTable .fileIcon{
  padding: 8px 20px 8px 10px;
  width: 26px;
}
.docsTable td{
  line-height: 1.8;
}
.docsTable .download-btn{
  border: 1px solid #E51937;
  color: #E51937;
  border-radius: 2px;
  padding: 2px 5px;
  font-size: 14px;
}
.docsTable .download-btn:hover{
  color: #fff;
  background: #E51937;
  text-decoration: none;
}

.pg-csv-box{
    padding-bottom: 26px;
}
.pg-csv-name{
    background: none;
    padding-left: 0;
    text-align: center;
}
.pg-csv-name a{
    font-size: 14px;
    line-height: 20px;
    outline: none;
}

.contactForm{
  width: 60%;
  margin-right: 3%;
  float: left;
}
.contactsAddress{
  width: 37%;
  float: left;
}
.contactsAddress p:first-child{
    padding-left: 20px;
}
.contactsAddress p:first-child img{
    margin-left: -19px;
}
.phocamaps{
    border-top: 2px dotted #ccc;
    margin-top: 30px;
    padding-top: 20px;
}
.fox-container{
    border-right: 1px dotted #ccc;
}
.fox-container .fox-form-stacked .control-label{
    width: 170px !important;
}
.fox-container .fox-form-stacked .control-label label{
    font-size: 15px;
}
.fox-container .controls input,
.fox-container .controls textarea{
    width: 370px !important;
}
.fox-container .fox-row .fox-column:first-child{
    padding-right: 20px;
}
.fox-container div.alert li{
    line-height: 20px;
    font-size: 15px;
}

.preFooter{
  height: 90px;
}
footer{
  background: #575757;
  padding: 20px 30px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: calc(100% - 60px);
}
footer .copyright{
  font-size: 13px;
  line-height: 18px;
  color: #e1e1e1;
  margin-top: 6px;
}
footer .phones p,
footer .address p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 24px;
}
footer .address p {
  justify-content: flex-end;
}
footer .phones p a,
footer .address p a {
  color: #fff;
  outline: none;
}
footer .phones p img,
footer .address p img {
  margin-right: 5px;
}
