
h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1.4em;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  color: #555;
  font-size: 14px;
  line-height: 1.6em;
}

img {
  display: inline-block;
  max-width: 100%;
}

.block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 780px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.pg_about .block {height: calc(100vh - 80px);min-height: calc(100vh - 80px);}

.block.left-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-right: 20px;
  padding-left: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-text {
  max-width: 480px;
}

.sale-image {
  max-width: 80%;
  float: left;
  margin: 0 10%;
  background-color: #f9f9f9;
}

.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-right: 10px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.grn {
  display: inline;
  font-size: 20px;
  line-height: 1.4em;
  position: relative;
  vertical-align: initial;
}

.price {
  margin-top: 20px;
}

.old-price {
  display: none;
  margin-top: 30px;
  margin-bottom: -25px;
  font-size: 18px;
  line-height: 1em;
  text-decoration: line-through;
}

.but {
  display: none;
  height: 50px;
  margin-top: 10px;
  padding-top: 17px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #de0c3c;
  color: #fff;
  line-height: 1em;
}

.content-main {
  max-width: 980px;
  margin-right: 20px;
  margin-left: 20px;
}

.center {
  text-align: center;
}

.name {
  font-size: 78px;
  font-weight: 800;
  text-align: center;
}

.uppercase.name {
  font-family: Opensans, sans-serif;
  line-height: 1.2em;
}


.link-logo {
  border-style: none;
  color: transparent;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1520px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.conteiner-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: 260px;
  min-width: 400px;
  margin-top: -1px;
  margin-left: -1px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border: 1px solid #f1f1f1;
}

.logo-partner {
  -ms-flex-item-align: center;
  align-self: center;
}

.link-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  color: transparent;
}

@media (max-width: 991px) {
  h1 {
    font-size: 32px;
    text-align: center;
  }
  h2 {
    text-align: center;
  }
  p {
    text-align: center;
  }
  .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .block.left-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .block.main {
    height: 100vh;
  }
  .left {
    display: block;
    width: 100%;
    padding-left: 20px;
  }
  .content-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 20px 20px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f9f9f9;
  }
  .sale-image {
    height: auto;
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 0%;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .right {
    display: block;
    width: 100%;
    margin-top: 0px;
    padding-right: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .price {
    padding-left: 33px;
  }
  .but {
    margin-top: 20px;
  }
  .uppercase.name {
    font-size: 60px;
  }
  .logo {
    left: 40px;
    top: 30px;
  }
  .partners {
    width: 100%;
    max-width: auto;
  }
  .conteiner-partner {
    width: 50%;
    height: 200px;
    min-width: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-top: 0px;
    margin-bottom: 4px;
    font-size: 30px;
  }
  h2 {
    margin-bottom: 0px;
  }
  .block {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .block.main {
    display: block;
    height: auto;
    min-height: 200px;
    margin-bottom: 20px;
    padding-top: 100px;
  }
  .pg_about .block.main {padding-top: 150px;}
  .left {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-text {
    padding-bottom: 40px;
  }
  .right {
    padding-right: 20px;
    padding-left: 20px;
  }
  .price {
    margin-top: 10px;
  }
  .old-price {
    margin-top: 0px;
    padding-bottom: 10px;
  }
  .but {
    margin-top: 10px;
  }
  .content-main {
    margin-right: 20px;
    margin-left: 20px;
  }
  .pg_about .content-main {margin-left: 10px;margin-right: 10px;}
  .uppercase.name {
    font-size: 46px;
  }
  .logo {
    left: 10px;
    top: 20px;
  }
  .logo-size {
    width: 150px;
  }
  .partners {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 26px;
    text-align: left;
  }
  p {
    text-align: left;
  }
  .block {
    min-height: auto;
  }
  .block.main {
    min-height: 200px;
    padding-top: 80px;
  }
  .pg_about .block.main {padding-top: 120px;}
  .content-text {
    padding-bottom: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .price {
    margin-top: 0px;
    padding-left: 0px;
    text-align: left;
  }
  .old-price {
    margin-top: 0px;
    margin-bottom: -15px;
  }
  .center {
    text-align: left;
  }
  .uppercase.name {
    font-size: 36px;
    text-align: left;
  }
  .conteiner-partner {
    width: 100%;
  }
}

@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSansExtrabold-Regular.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

.uppercase {
    text-transform: uppercase;
    letter-spacing: 12px;
}
@media (max-width: 767px) {
.uppercase {
    letter-spacing: 2px;
}
}
@media (max-width: 991px) {
   .block {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
  }
  }
  img {
  -o-object-fit: contain;
  -webkit-object-fit: contain;
  -moz-object-fit: contain;
  object-fit: contain;
}
