@import url(reset.css);
@import url(grid-12.css);
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900&subset=cyrillic-ext");
body {
  position: relative;
  min-width: 320px; }

header {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 1; }

header .languageHeader{
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 42%;
}



header .languageHeader a{
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
}


header .languageHeader a:hover, header .languageHeader a.active{
  text-decoration: underline;
}








header .headerMenu {
  text-align: center; }
header .headerMenu ul.menu {
  font-size: 0; }
header .headerMenu ul.menu li {
  padding: 40px 0;
  margin-right: 50px;
  position: relative;
  display: inline-block;
  vertical-align: top; }
header .headerMenu ul.menu li a {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #fffefe;
  text-transform: uppercase;
  text-decoration: none; }

header .headerMenu ul.menu li a:hover {
  border-bottom: 1px solid }



header .headerMenu ul.menu li.logo a {
  position: absolute;
  top: 0;
  left: 0; }
header .headerMenu ul.menu li:nth-child(4) {
  margin-left: 137px; }
header .headerMenu ul.menu li:last-child {
  margin-right: 0; }

footer .top {
  padding: 70px 0;
  padding-bottom: 10px;
  background: #555555;
  padding-top: 40px;
  padding-bottom: 70px;
}
footer .top .categoryBlock {
  margin-bottom: 60px; }
footer .top .categoryBlock .name {
  font-size: 12px;
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 15px;
  margin-bottom: 25px; }
footer .top .categoryBlock ul.items {
  padding-left: 15px; }
footer .top .categoryBlock ul.items li {
  padding-left: 15px;
  display: block;
  position: relative;
  margin-bottom: 10px; }
footer .top .categoryBlock ul.items li:before {
  content: " ";
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  background: url("../img/elips.png");
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 5px; }
footer .top .categoryBlock ul.items li a {
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  color: #b9b9b9;
  text-decoration: none; }
footer .top .categoryBlock ul.items li:hover a {
  transition: 0.3s;
  color: #ffffff; }
footer .top .categoryBlock ul.items li:hover:before {
  transition: 0.3s;
  opacity: 1;
  visibility: visible; }
footer .top .contactBlock {
  border: 1px solid #ffffff;
  padding: 30px;
  padding-right: 0; }
footer .top .contactBlock .name {
  font-size: 12px;
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 25px; }
footer .top .contactBlock .infoBlock {
  font-size: 0; }
footer .top .contactBlock .infoBlock .item {
  display: inline-block;
  vertical-align: top; }
footer .top .contactBlock .infoBlock .item:nth-child(2) {
  margin-left: 35px; }
footer .top .contactBlock .infoBlock .item .title {
  text-decoration: underline;
  font-size: 12px;
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  padding-bottom: 5px; }
footer .top .contactBlock .infoBlock .item .phones .phone {
  font-size: 20px;
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  margin-bottom: 10px; }
footer .top .contactBlock .infoBlock .item .phones .phone:last-child {
  margin-bottom: 0; }
footer .top .contactBlock .infoBlock .item .email {
  text-decoration: underline;
  color: #65a3ff;
  font-size: 18px;
  font-family: Montserrat, sans-serif;
  font-weight: 800; }
footer .bottom {
  background: #8a272a; }
footer .bottom .copy {
  position: relative;
  text-align: center;
  font-weight: 800;
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 0; }
footer .bottom .copy span {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0; }
footer .bottom .copy .dvacom {
/*  position: absolute;
  right: 0;
  top: 10px;*/
  text-transform: none; }
footer .bottom .copy .dvacom p, footer .bottom .copy .dvacom img {
  display: inline-block;
  vertical-align: middle; }
footer .bottom .copy .dvacom p {
  margin-right: 15px; }

ul.breadCrumg {
  text-align: left;
  padding-right: 50px;
  padding-top: 15px;
  font-size: 0;
}
ul.breadCrumg li {
  display: inline-block;
  vertical-align: top; }
ul.breadCrumg li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 600; }
ul.breadCrumg li:after {
  display: inline-block;
  vertical-align: top;
  content: ".";
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: -2px;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 600; }
ul.breadCrumg li:last-child:after {
  content: none; }

.bigContainer {
  max-width: 1820px;
  margin: 0 auto; }

#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #f9f8f8;
  color: #444;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
#back-to-top:hover {
  background: #e9ebec;
}
#back-to-top.show {
  opacity: 1;
}

.fileItem{
  padding: 0 40px 13px 40px;
}

/*Search*/
.dropbtn{
  display: none;
}
.form-inline{
  position: absolute;
    top: 33px;
    right: 120px;
}
.form-control{
    margin-right: -4px;
    padding-left: 10px;
    width: 200px;
    height: 30px;
    border: none;
    outline: none;
    border-radius: 3px 0 0 3px;
}
.btn-search{
  padding: 6px 11px;
    border: none;
    background: #fff;
    color: rgba(201, 42, 42, 1);
    height: 30px;
    outline: none;
    cursor: pointer;
    bottom: 0px;
    border-radius: 0 3px 3px 0;
}
.search_svg{
  fill: rgba(201, 42, 42, 1);
  position: absolute;
    top: -62px;
    right: 4px;
    width: 15px;
}
.search_input{
   fill: rgba(201, 42, 42, 1);
    width: 12px;
    height: 12px;

}
@media(min-width: 1201px) and (max-width: 1366px){
  .form-inline{
    right: 110px
  }
  .form-control{
    width: 130px;
  }
}
@media (min-width: 992px ) and (max-width: 1200px){
  .form-inline {
    top: 14px;
    right: 106px;
}
  .form-control{
    width: 110px;
  }
  .btn-search{
    padding: 4px 9px;
  }
}
@media (max-width: 991px){
  .form-inline{
    display: none;
    top: 60px;
    right: 0;
  }

  .dropbtn{
    display: block;
    position: absolute;
    top: 23px;
    right: 113px;
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 2px;
    background: #fff;
    color: rgba(143, 42, 42, 0.9);
  }
   .show {
    display: block;
  }
}
@media (max-width: 767px){
  
  .form-inline{
    
    top: 60px;
    right: 0;
  }

  .form-control{
    width: auto;
  }
}
@media (max-width: 520px){
  .form-inline{
    top: 82px;
  }
}

.col-search{
  margin-top: 150px;
}