body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  background: url(../images/bg.jpg);
  background-size: cover;
}
header {
  min-height: 60px;
  background: rgba(0, 0, 0, 0.4);
}
.logotype img {
  max-width: 170px;
  margin: 15px 0;
}
.title {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 40px 0 20px 0;

}
.title:after {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background: #fff000;
  margin: 15px 0 0 0;
}
.get-link {
  display: block;
  width: 100%;
  background: #fff200;
  line-height: 30px;
  text-align: center;
  color: #333;
  margin: 14px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  float: right;
  max-width: 300px;
}
.get-link:hover {
  color: #333;
  text-decoration: none;
  background: #dcd104;
}
.lang-list {
  padding: 0;
  list-style: none;
  margin: 20px auto;
  display: table;
}
.lang-list li {
  float: left;
}
.lang-list li a {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #bfbfbf;
  display: block;
  font-size: 8px;
  margin: 0 2px;
}
.lang-list li .active {
  background: #fff;
  color: #333;
}
.spec-list {
  margin: 0;
  list-style: none;
  padding: 0;
  display: table;
  width: 100%;
}
.spec-list li {
  float: left;
  background: #fff;
  color: #333;
  line-height: 30px;
  border-radius: 15px;
  padding: 0 20px;
  margin: 0 20px 15px 0;
}
.spec-list li span {
  border-left: 1px solid #00adff;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
  font-weight: 600;
}
.contacts a {
  color: #fff;
  padding: 0 0 0 6px;
}
.contacts i {
  color: #fff200;
}
footer {
  margin: 45px 0 0 0;
  background: #3c3c3c;
  padding: 15px 0;
  font-size: 11px;
  color: #9c9c9c;
}

@media only screen and (max-width: 720px) {
  body {
    background-size: inherit;
  }
  .copyright {
    text-align: center;
  }
  .logotype img {
    margin: 20px auto;
    display: table;
    max-width: 230px;
  }
  .lang-list {
    margin: 0 auto;
  }
  .title {
    font-size: 21px;
  }
}


@media screen and (max-width: 767px) {
.masonry[data-columns]::before {
content: '2 .col-sm-6';
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.masonry[data-columns]::before {
content: '2 .col-sm-6';
}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.masonry[data-columns]::before {
content: '2 .col-sm-6';
}
}
@media screen and (min-width: 1200px) {
.masonry[data-columns]::before {
content: '2 .col-sm-6';
}
}