ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

* {
  padding: 0;
  margin: 0;
}

.clear:after, header:after, header ul:after, .species-obj:after, .one-rev:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  opacity: 0;
}

body {
  background: #fafbfc;
}

header {
  height: 100px;
}

header .logo {
  line-height: 100px;
  float: left;
}

header .logo img {
  height: 80px;
}

header ul {
  padding-left: 80px;
  float: left;
}

header ul li {
  float: left;
}

header ul li a {
  text-transform: uppercase;
  color: #000;
  line-height: 100px;
  font-family: "Roboto";
  font-weight: 500;
  padding: 0 15px;
}

header ul li a:hover {
  color: #000;
  text-decoration: none;
}

header .top-contacts {
  float: right;
  line-height: 40px;
  padding-top: 10px;
  text-align: right;
}

header .top-contacts a {
  text-decoration: none;
}

header .top-contacts .tphone {
  display: block;
  font-family: "Roboto";
  color: #000;
  font-weight: 500;
}

header .top-contacts .tphone i {
  color: #2c79ce;
  margin-right: 1px;
  font-size: 1.1em;
}

header .top-contacts .tbt {
  border: 2px solid #fff501;
  display: inline-block;
  padding: 0 9px;
  line-height: 30px;
  color: #000;
  text-transform: uppercase;
  font-size: .9em;
  font-family: "Roboto";
  font-weight: 500;
}

header .toggle-nav {
  display: none;
  float: right;
  width: 30px;
  height: 30px;
  margin-top: 15px;
  margin-left: 15px;
  font-size: 23px;
  cursor: pointer;
  outline: none;
  line-height: 30px;
  background: none;
  border: none;
  color: #fff;
  background: #555;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  z-index: 10;
  position: relative;
}

.cover {
  background: url("../images/cover.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  color: #fff;
  text-align: center;
}

.cover h5 {
  padding-top: 100px;
  padding-bottom: 60px;
  font-size: 21px;
  font-family: "Open Sans";
  font-weight: bold;
  margin: 0;
}

.cover h1 {
  font-family: "Roboto";
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 0;
  line-height: 45px;
}

.cover h3 {
  font-family: "Open Sans";
  font-weight: bold;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 60px;
}

.cover .bt {
  margin-bottom: 60px;
}

.bt {
  background: #fff501;
  font-family: "Open Sans";
  font-weight: bold;
  padding: 0 10px;
  line-height: 40px;
  color: #444;
  text-transform: uppercase;
  display: inline-block;
}

.bt:hover, .bt:active, .bt:focus {
  text-decoration: none;
  outline: none;
  color: #111;
}

.block {
  padding: 70px 0;
}

.wp-obj {
  background: #edf0f2;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 100px;
}

.wp-obj:after {
  content: "";
  height: 100px;
  position: absolute;
  background: url("../images/nn.png") center right no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  bottom: -100px;
  left: 0;
  width: 100%;
}

.wp-h2 {
  position: relative;
  padding-top: 30px;
}

.wp-h2 h2 {
  position: relative;
  z-index: 2;
}

.wp-h2:after {
  content: attr(gn);
  position: absolute;
  top: -35px;
  left: 50px;
  color: #e9eaeb;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 73px;
  text-transform: uppercase;
}

h2.cust {
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 23px;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  background: url("../images/h2-border.png") center left no-repeat;
  -webkit-background-size: 150px 100%;
          background-size: 150px 100%;
  margin: 0;
  margin-bottom: 60px;
}

h2.cust span {
  color: #2c79ce;
}

.species-obj .item-species {
  width: 20%;
  float: left;
  line-height: 190px;
  font-family: "Open Sans";
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.species-obj .item-species:after {
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #edf0f2;
  position: absolute;
  top: 0;
  right: 0;
}

.wp-ab img {
  max-width: 100%;
}

.wp-ab p {
  margin-bottom: 40px;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 23px;
  font-size: 16px;
}

.wp-ab p b {
  color: #2c79ce;
  font-weight: 600;
}

.wp-ab p:last-child {
  margin-bottom: 0;
}

.nash {
  background: url("../images/bg.jpg");
}

.nash .pro {
  float: left;
  width: 20%;
  text-align: center;
}

.nash .pro h5 {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  padding: 0 5px;
}

.tac {
  text-align: center;
  margin-top: 30px;
}

.items-ex {
  padding: 0 15px;
}

.items-ex .col-md-3 {
  padding: 0;
}

.items-ex .item-ex {
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}

.items-ex .item-ex.n1 {
  height: 320px;
}

.items-ex .item-ex.n2 {
  height: 400px;
}

.items-ex .item-ex.n3 {
  height: 230px;
}

.items-ex .item-ex.n4 {
  height: 490px;
}

.items-ex .item-ex.n5 {
  height: 380px;
}

.items-ex .item-ex.n6 {
  height: 340px;
}

.items-ex .item-ex.n7 {
  height: 340px;
}

.items-ex .item-ex.n8 {
  height: 380px;
}

.wp-sel {
  background-color: #e8eaec;
  position: relative;
  margin-top: 60px;
  overflow: hidden;
  padding-bottom: 0;
}

.wp-sel .wp-h2:after {
  color: #dcdee0;
}

.wp-sel:after {
  content: "";
  height: 100px;
  position: absolute;
  background: url("../images/nn-2.png") center right no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  top: -100px;
  left: 0;
  width: 100%;
}

.wp-sel .tac {
  margin-top: -80px;
  position: absolute;
  width: 100%;
}

.home .img {
  background: url("../images/home-men.png") -486px no-repeat;
  -webkit-background-size: 156% 156%;
          background-size: 156%;
  height: 900px;
}

.home ul li {
  position: relative;
  padding-left: 100px;
  margin-bottom: 35px;
  padding-top: 10px;
  height: 50px;
  font-size: 16px;
}

.home ul li:after {
  content: '';
  width: 20%;
  height: 1px;
  background: #2c2193;
  -webkit-box-shadow: 0 0 0.5px 3px #fff501;
          box-shadow: 0 0 0.5px 3px #fff501;
  display: block;
  margin-left: -15px;
  margin-top: 10px;
}

.home ul li span {
  width: 60px;
  height: 60px;
  background: #f7e404;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  text-align: center;
  color: #5f7f9f;
  display: inline-block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 33px;
  font-family: "Roboto Slab";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 1px 5px #b3c8df, inset 0 0 15px rgba(111, 104, 8, 0.7);
          box-shadow: 0 0 1px 5px #b3c8df, inset 0 0 15px rgba(111, 104, 8, 0.7);
}

.home ul li:nth-child(2), .home ul li:nth-child(7) {
  margin-left: 30px;
}

.home ul li:nth-child(3), .home ul li:nth-child(6) {
  margin-left: 60px;
}

.home ul li:nth-child(4), .home ul li:nth-child(5) {
  margin-left: 90px;
}

.wp-table {
  background: url("../images/bg-table.jpg") center center no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}

.wp-table .wp-h2:after {
  color: #fff;
  opacity: .1;
}

.wp-table .wp-h2 h2 {
  color: #fff;
}

.wp-table table {
  width: 100%;
}

.wp-table table th {
  border: 1px solid #7883bc;
  border-top: 0;
  font-size: 18px;
  text-align: center;
  background: #9aa9f9;
  color: #000;
  font-weight: normal;
  font-family: "Open Sans";
  text-transform: uppercase;
  height: 45px;
}

.wp-table table tr {
  background: #d4dafa;
}

.wp-table table tr:nth-child(2n) {
  background: #fff;
}

.wp-table table tr td {
  height: 35px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #7883bc;
}

.wp-table table tr td:nth-child(1) {
  width: 50px;
}

.wp-table table tr td:nth-child(2) {
  text-align: left;
  padding-left: 15px;
}

.wp-sity ul li {
  position: relative;
  line-height: 45px;
  margin-bottom: 10px;
  font-family: "Roboto";
  font-size: 14px;
}

.wp-sity ul li:before {
  content: '';
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url("../images/ok.jpg") center center no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  vertical-align: top;
  margin-right: 10px;
}

.wp-sity .bt {
  font-size: 18px;
}

.wp-sity p {
  margin-bottom: 40px;
  font-family: "Roboto";
  font-weight: 300;
  line-height: 25px;
  font-size: 18px;
}

.wp-sity p.big {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
}

.wp-sity p b {
  color: #2c79ce;
  font-weight: 600;
}

.wp-sity p:last-child {
  margin-bottom: 0;
}

.rev {
  background: url("../images/bn.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.one-rev {
  margin-bottom: 30px;
  background: #5f7f9f;
  padding: 25px 20px;
  height: 272px;
  -webkit-box-shadow: 3px 3px 1px rgba(60, 126, 198, 0.8);
          box-shadow: 3px 3px 1px rgba(60, 126, 198, 0.8);
}

.one-rev:last-child {
  margin-bottom: 0;
}

.one-rev .data {
  padding-left: 170px;
  color: #fff;
  font-family: "Roboto";
}

.one-rev .data .name {
  font-size: 21px;
  font-weight: 400;
}

.one-rev .data span {
  font-size: 18px;
  font-weight: 100;
  display: inline-block;
  margin-bottom: 15px;
}

.one-rev .data p {
  font-size: 15px;
  margin-bottom: 0;
}

.one-rev .avatar {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  text-align: center;
  float: left;
}

.one-rev .avatar img {
  width: 100%;
}

.wp-sity {
  position: relative;
  padding-bottom: 20px;
  background: #fdfeff;
}

.wp-sity:after {
  content: "";
  height: 100px;
  position: absolute;
  background: url("../images/nn3.png") center right no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  bottom: -100px;
  left: 0;
  width: 100%;
}

.wp-table p {
  font-size: 23px;
  color: #fff;
  padding-top: 40px;
  margin: 0;
}

.wp-form {
  background: url("../images/lamp.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.wp-form h2 {
  color: #fff;
  text-align: center;
  line-height: 45px;
  margin-bottom: 30px;
}

.wp-form h2 span {
  color: #fff501;
  margin-top: 10px;
  display: inline-block;
}

.form {
  border: 1px solid #95c9fd;
  width: 500px;
  margin: 0 auto;
  padding: 30px;
  font-family: "Roboto";
}

.form h4 {
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  line-height: 25px;
}

.form input, .form textarea {
  width: 100%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: none;
  background: #fff;
  margin-bottom: 25px;
  outline: none;
}

.form input {
  height: 45px;
  padding: 0 15px;
}

.form textarea {
  height: 90px;
  padding: 15px;
}

.form button {
  width: 100%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: none;
}

footer {
  padding: 15px;
  font-family: "Roboto";
  font-weight: bold;
}

footer img {
  width: 120px;
}

footer p {
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}

footer .footer-phone {
  text-align: right;
}

footer .footer-phone a {
  color: #111;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}

footer .footer-phone a i {
  color: #2c79ce;
  display: inline-block;
  margin-right: 5px;
}

.nm-modal {
  background: #0a1c36;
  position: relative;
}

.nm-modal .close {
  position: absolute;
  top: 1px;
  right: 3px;
  color: #fff;
  opacity: 1;
  z-index: 5;
}

@media (max-width: 1200px) {
  header ul {
    padding-left: 60px;
  }
  header ul li a {
    padding: 0 10px;
  }
  .wp-obj:after {
    -webkit-background-size: 150% 100%;
            background-size: 150% 100%;
  }
  .home .img {
    background: url("../images/home-men.png") -386px no-repeat;
    -webkit-background-size: 156% 156%;
            background-size: 156%;
  }
  .wp-sity ul li {
    position: relative;
    padding-left: 50px;
  }
  .wp-sity ul li:before {
    position: absolute;
    left: 0;
    top: 0;
  }
  .one-rev .avatar {
    width: 60px;
    height: 60px;
  }
  .one-rev .data {
    padding-left: 75px;
  }
  .wp-sity:after {
    display: none;
  }
  .wp-form h2 {
    font-size: 18px;
    line-height: 21px;
  }
  .wp-form h2 br {
    display: none;
  }
}

@media (max-width: 991px) {
  .wp-table p {
    padding-top: 15px;
    font-size: 14px;
    text-align: center;
  }
  .one-rev:last-child {
    margin-bottom: 30px;
  }
  .one-rev {
    height: auto;
  }
  .one-rev .data .name {
    font-size: 16px;
  }
  .one-rev .data span {
    font-size: 14px;
  }
  .one-rev .data p {
    font-size: 12px;
  }
  .wp-sity p {
    margin-bottom: 15px;
  }
  .wp-sity p, .wp-sity p.big {
    font-size: 14px;
  }
  .wp-sity .bt {
    font-size: 14px;
  }
  .wp-sity p.big {
    margin-bottom: 15px;
  }
  .home .img {
    display: none;
  }
  .home {
    width: 100%;
    margin: 0 auto;
    max-width: 750px;
  }
  .home ul li {
    margin-left: 0 !important;
    height: auto;
    padding-left: 60px;
  }
  .home ul li span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .home ul li:after {
    display: none;
  }
  header {
    width: 100% !important;
    height: 60px;
  }
  header .logo {
    line-height: 60px;
  }
  header .logo img {
    height: 40px;
  }
  header ul {
    display: none;
    position: absolute;
    text-align: center;
    width: 100%;
    float: none;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding-left: 0;
    background: rgba(0, 0, 0, 0.8);
    padding-top: 60px;
    z-index: 9;
  }
  header ul li {
    float: none;
  }
  header ul li a {
    line-height: 30px;
    color: #fff;
  }
  header ul li a:hover {
    color: #fff;
  }
  header .top-contacts {
    line-height: 60px;
    padding-top: 0;
  }
  header .top-contacts .tphone {
    display: inline-block;
    margin-right: 15px;
  }
  header .toggle-nav {
    display: inline-block;
  }
  .cover h5 {
    font-size: 18px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cover h1 {
    font-size: 23px;
    line-height: 30px;
  }
  .cover h3 {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .cover .bt {
    margin-bottom: 40px;
  }
  .wp-h2:after {
    display: none;
  }
  .wp-h2 h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .block {
    padding: 30px 0;
  }
  .species-obj .item-species {
    width: 33.333%;
  }
  .species-obj .item-species:nth-child(4), .species-obj .item-species:nth-child(5) {
    width: 50%;
  }
  .wp-ab img {
    margin-top: 15px;
  }
  .items-ex .item-ex {
    height: 200px !important;
  }
  .wp-sel .tac {
    position: relative;
    margin-top: 0;
  }
  .wp-table table tr {
    font-size: 11px;
  }
  .wp-table table tr td {
    padding: 5px 0;
  }
  .wp-table table th {
    font-size: 14px;
  }
  .wp-table {
    padding: 0 !important;
    padding-bottom: 15px !important;
  }
  footer {
    text-align: center;
    font-weight: normal;
  }
  footer .col-md-2 {
    padding-bottom: 15px;
  }
  footer .col-md-4 {
    padding-bottom: 15px;
  }
  footer .footer-phone {
    text-align: center;
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .items-ex .item-ex {
    height: 100px !important;
    position: relative;
  }
  .items-ex .item-ex:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #fafbfc;
    width: 100%;
    height: 100%;
  }
  .tac {
    margin-top: 15px;
  }
  .nash .pro {
    width: 50%;
  }
  .nash .pro img {
    width: 60px;
  }
  .nash .pro h5 {
    font-size: 12px;
    line-height: 15px;
  }
  .nash .pro:nth-child(5) {
    width: 100%;
    margin-top: 15px;
  }
  .wp-ab p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  h2.cust {
    margin-bottom: 15px;
  }
  .block {
    padding: 15px;
  }
  .cover {
    padding: 0 15px;
  }
  .cover h5 {
    padding-top: 30px;
    font-size: 14px;
    padding-bottom: 30px;
  }
  .cover h1 {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 25px;
  }
  .cover h3 {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 30px;
  }
  .cover .bt {
    margin-bottom: 30px;
  }
  .bt {
    font-size: 12px;
    line-height: 30px;
  }
  .species-obj .item-species {
    font-size: 13px;
    tex-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    line-height: 130px;
  }
  .wp-obj:after {
    display: none;
  }
  .wp-obj {
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .form {
    padding: 15px;
    width: 100%;
  }
  .wp-form h2 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 490px) {
  header .logo img {
    height: 30px;
  }
  header .top-contacts {
    font-size: .8em;
    line-height: 20px;
    padding-top: 7px;
    padding-right: 60px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  header .top-contacts .tphone {
    display: block;
    margin-right: 0;
  }
  header .top-contacts .tbt {
    line-height: 20px;
  }
  .cover br {
    display: none;
  }
  .cover h5 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
  }
  .cover h1 {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .cover h3 {
    font-size: 11px;
    margin-bottom: 15px;
    line-height: 14px;
  }
  .cover .bt {
    margin-bottom: 15px;
  }
  .wp-table table tr {
    font-size: 9px;
  }
}
