* {
  margin: 0px;
  padding: 0px; }

body {
  font-family: "Gotham SSm A"; }

.container {
  max-width: 1200px;
  margin: auto; }

.logo {
  width: 201px;
  height: 80px;
  background: url(../img/logo.png);
  display: block;
  background-size: cover; }

.navbar {
  background: white;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  left: 0px;
  right: 0;
  transition: .3s all;
  height: 80px; }
  .navbar.scroll {
    height: 30px;
    box-shadow: 0px 0px 10px #dcdcdc; }
    .navbar.scroll .logo {
      height: 30px;
      width: 30px;
      background: url(../img/logo-round.png);
      background-size: contain; }
  .navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .navbar .container .navbar-line a {
      color: black;
      text-decoration: none;
      margin-right: 30px; }
      .navbar .container .navbar-line a:hover {
        text-decoration: underline; }

.adress-cont h2 {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 300;
  line-height: 45px; }

header {
  background: url(../img/bg.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 300px;
  padding-bottom: 200px; }
  header p.slogan {
    font-weight: 600;
    font-size: 20px;
    background: #B6C9D7;
    display: inline-block;
    color: #282828;
    padding: 0px 10px 2px 10px; }
  header h1 {
    font-size: 80px;
    color: #282828; }
    header h1 span {
      background: #B6C9D7;
      margin-top: 10px;
      display: inline-block;
      padding: 0px 10px 2px 10px; }

.products-cont {
  display: flex;
  justify-content: space-around;
  margin-top: 100px; }
  .products-cont .product-block {
    width: 20%;
    padding: 1%;
    background: rgba(182, 201, 215, 0.7); }

.about {
  background: #EAEAEC;
  padding-top: 70px;
  padding-bottom: 70px; }
  .about h2 {
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 300;
    line-height: 45px; }

.about-row {
  display: flex;
  justify-content: flex-start; }

.aboutp {
  width: 70%; }

.logo-cont {
  width: 30%; }

.logo-round {
  background: url(../img/logo-round.png);
  width: 142px;
  height: 142px;
  display: block;
  margin: auto; }

.products {
  padding-top: 70px;
  background: #161616;
  padding-bottom: 20px; }
  .products h2 {
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 300;
    line-height: 45px;
    color: white; }

.product-card {
  display: flex;
  width: 580px;
  justify-content: flex-start;
  margin-bottom: 80px; }
  .product-card img {
    width: 350px; }

.product-text {
  width: 250px; }
  .product-text h3 {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 23px;
    line-height: 27px;
    margin-left: 10px;
    color: white; }
  .product-text p {
    font-size: 14px;
    color: white;
    margin-left: 10px;
    margin-top: 10px; }

.product-row {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }

.partners {
  padding-top: 70px;
  padding-bottom: 70px; }
  .partners h2 {
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 300;
    line-height: 45px; }

.partners-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .partners-cont .partner {
    width: 25%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/z-lipetsk-en.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }

.contacts {
  background: #3B3E43;
  padding-top: 90px;
  padding-bottom: 60px; }
  .contacts h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: white;
    margin-top: 0;
    margin-bottom: 50px; }

.contacts-row {
  display: flex;
  justify-content: space-between; }
  .contacts-row h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 11px;
    margin-bottom: 15px; }
  .contacts-row p {
    color: #919191;
    font-size: 16px; }
  .contacts-row .contacts-block {
    width: 21%;
    margin-left: 2%;
    margin-right: 2%; }
    .contacts-row .contacts-block a {
      color: #919191; }

.logo-footer {
  width: 140px;
  height: 69px;
  background: url(../img/logo.png);
  display: block;
  background-size: contain;
  background-repeat: no-repeat; }

footer {
  background: #27282C;
  padding-top: 30px;
  padding-bottom: 30px; }
  footer .copyright {
    color: #57656C;
    font-size: 14px; }
  footer .container {
    display: flex;
    justify-content: space-around;
    align-items: center; }

.menu {
  display: none;
  background: url(../img/menu.png);
  width: 40px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer; }

@media screen and (max-width: 1250px) {
  .container {
    max-width: 1100px; } }

@media screen and (max-width: 1150px) {
  .container {
    max-width: 960px; } }

@media screen and (max-width: 1000px) {
  .container {
    padding-left: 30px;
    padding-right: 30px; }
  .partners-cont .partner {
    width: 33%; } }

@media screen and (max-width: 870px) {
  .contacts-row {
    flex-wrap: wrap; }
  .contacts-row .contacts-block {
    width: 46%;
    margin-bottom: 30px; }
  .scroll .navbar-line {
    top: 48px; }
  .navbar-line {
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    top: 100px;
    background: white;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 200px;
    padding-top: 30px;
    padding-bottom: 30px; }
    .navbar-line.active {
      display: flex; }
  .menu {
    display: block; } }

@media screen and (max-width: 800px) {
  .products-cont {
    flex-wrap: wrap; }
    .products-cont .product-block {
      width: 40%;
      margin-bottom: 20px; }
  header {
    padding-top: 140px;
    padding-bottom: 140px; }
  .partners-cont .partner {
    width: 50%; }
  header h1 {
    font-size: 55px; } }

@media screen and (max-width: 650px) {
  .product-card {
    width: 100%;
    flex-wrap: wrap; }
  .product-card img {
    width: 100%; }
  .product-text {
    width: 100%; }
  .product-text h3 {
    margin-bottom: 9px;
    font-weight: 700;
    font-size: 30px;
    margin-top: 20px; } }

@media screen and (max-width: 530px) {
  header h1 {
    font-size: 45px; }
  header p.slogan {
    font-size: 17px; }
  header {
    padding-top: 200px;
    padding-bottom: 100px; }
  footer .container {
    flex-direction: column;
    align-items: center; }
    footer .container p {
      margin-top: 20px; }
  .contacts-row .contacts-block {
    width: 100%; }
  .logo-round {
    background: url(../img/logo-round.png);
    width: 60px;
    height: 60px;
    background-size: contain; }
  .logo-cont {
    width: 20%; }
  .aboutp {
    width: 80%; } }

@media screen and (max-width: 460px) {
  .products-cont .product-block {
    width: 100%; }
  .container {
    padding-left: 15px;
    padding-right: 15px; }
  .logo-cont {
    position: absolute;
    top: 64px;
    right: 20px; }
  .aboutp {
    width: 100%; }
  .about {
    position: relative; } }

@media screen and (max-width: 420px) {
  header h1 {
    font-size: 35px; }
  .partners-cont .partner {
    width: 100%;
    background-size: 71%; } }

@media screen and (max-width: 360px) {
  .logo-cont {
    display: none; }
  header h1 {
    font-size: 29px; } }
