
:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

b, strong {
  font-weight: 700;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4em;
  color: #181818;
  background: url("../img/pat.jpg") 0 0 repeat #fff;
}

.wrap {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

section {
  margin: 100px 0;
}

button,
textarea,
input {
  font-family: 'Montserrat', sans-serif;
}

.page {
  width: 100%;
  max-width: 1100px;
  min-height: 100vh;
  background: #fff;
  margin: 0 auto;
}

.top-line {
  background: #181818;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.top-line__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
}

.top-line__list {
  display: flex;
}

.top-line__item {
  display: flex;
  align-items: center;
}

.top-line__item:not(:last-child):after {
  display: block;
  width: 1px;
  height: 16px;
  background: #fff;
  margin: 0 10px;
  content: '';
}

.top-line__reviews {
  display: flex;
  align-items: center;
}

.top-line__reviews:before {
  flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/reviews-icon.png") 0 0 no-repeat;
  margin-right: 10px;
  content: '';
}

.logo {
  position: relative;
  max-width: 980px;
  height: 162px;
  margin: 0 auto;
  overflow: hidden;
}

.logo__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.offer {
  position: relative;
  background: url("../img/offer-bg.jpg") 50% 0 no-repeat #181818;
  max-width: 980px;
  height: 606px;
  margin: 0 auto;
  padding: 55px 50px;
}

.offer__title {
  max-width: 480px;
  font-family: 'HighVoltage Rough', sans-serif;
  color: #fff;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 130%;
}

.offer__text-form {
  max-width: 380px;
  font-size: 19px;
  line-height: 130%;
  margin-bottom: 15px;
  color: #fff;
}

.offer__gift {
  font-size: 19px;
  color: #fff;
  margin-top: 10px;
}

.offer__gift b {
  color: #e65923;
}

.offer__sale {
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/sale-angle.png") 0 0 no-repeat;
  width: 158px;
  height: 158px;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.offer__sale span {
  display: inline-block;
  transform: rotate(45deg);
  position: absolute;
  left: 60px;
  top: 30px;
}

.offer__sale-text {
  font-size: 13px;
  color: #8f8f8f;
  text-transform: uppercase;
  line-height: 150%;
}

.offer__sale-text--top {
  margin-top: 10px;
}

.offer__sale-text--bottom {
  max-width: 280px;
}

.offer__image {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}


.bottom .offer__image {
  right: 60px;
}

.offer__btn--top {
  margin-top: 30px;
}

.benefits-offer {
  display: flex;
  margin: 30px 0 60px;
}

.benefits-offer__item {
  display: flex;
  align-items: center;
}

.benefits-offer__item:not(:last-child) {
  margin-right: 30px;
}

.benefits-offer__circle {
  flex-shrink: 0;
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'HighVoltage Rough', sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
}
.benefits-offer li:nth-child(2) > .benefits-offer__circle {
  background:url(../img/ax-icon.png) no-repeat center center;
}
.benefits-offer__text {
  color: #fff;
  font-family: 'HighVoltage Rough', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 130%;
}

.price {
  display: flex;
  align-items: center;
  font-family: 'HighVoltage Rough', sans-serif;
  text-transform: uppercase;
  color: #fff;
}

.price i {
  font-style: normal;
  font-size: .7em;
}

.price__old {
  font-size: 42px;
  line-height: 100%;
  margin-right: 15px;
}

.price__old span {
  text-decoration: line-through;
}

.price__new {
  color: #e65923;
  font-size: 53px;
  line-height: 100%;
}

.btn {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  white-space: pre;
  padding: 0 30px;
  border: none;
  background: #948a57;
  border-left: 4px solid #e65923;
  transform: skewX(-12deg);
  cursor: pointer;
}

.btn span {
  display: flex;
  justify-content: center;
  transform: skewX(12deg);
}

h2.title {
  position: relative;
  font-family: 'HighVoltage Rough', sans-serif;
  font-size: 42px;
  font-weight: 400;
  color: #181818;
  text-align: center;
  line-height: 130%;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  margin-bottom: 50px;
}

h2.title:before {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 1px;
  background: #c6c6c6;
  content: '';
}

h2.title span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 30px;
  background: #fff;
}

.block2 {
  margin: 50px 0 75px;
}

.photo-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}

.photo-list__item {
  position: relative;
  display: flex;
  justify-content: center;
  width: calc(33.33% - 20px);
  margin: 0 10px 20px;
}

.photo-list__label {
  position: absolute;
  bottom: 20px;
  transform: skewX(-10deg);
  height: 55px;
  line-height: 55px;
  font-family: 'HighVoltage Rough', sans-serif;
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #e65923;
}

.photo-list__label span {
  display: block;
  padding: 0 30px;
  transform: skewX(10deg);
}

.photo-list__image {
  display: block;
}

.size {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.size__image {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.size__desc {
  width: 480px;
  height: 360px;
  background: url("../img/reviews-bg.jpg") repeat-y center 0;
  color: #fff;
  padding: 40px 30px;
}

.size__title {
  font-family: 'HighVoltage Rough', sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  margin-bottom: 15px;
}
.size__title span {
  color:#e65923;
}
.size__text {
  font-size: 17px;
  line-height: 140%;
}

.size__text p:not(:last-child) {
  margin-bottom: 20px;
}

.block3 {
  margin-bottom: 110px;
}

.block4 {
  margin-bottom: 50px;
}
.particular {

}
.particular__item {
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
  margin-bottom: 40px;
}
.particular__img {

}
.particular__right {
  padding-left: 30px;

}
.particular__tlt {
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 15px;
}
.particular__text {
  font-size: 15px;
  line-height: 2em;
}

.block5 {
  margin-bottom: 50px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
}

.gallery__item {
  width: calc(33.33% - 10px);
  margin: 0 5px 10px;
}

.gallery__image {
  display: block;
  width: 100%;
}

.reviews {
  margin-bottom: 50px;
}

.reviews__list {
  margin-bottom: 40px;
}

.reviews__item {
  display: flex;
  justify-content: space-between;
  background: url("../img/reviews-bg.jpg") 0 0 no-repeat #181818;
  height: 296px;
  margin-bottom: 30px;
}

.reviews__item:last-child {
  margin-bottom: 0;
}

.reviews__info {
  padding: 30px 25px;
  color: #fff;
}

.reviews__head {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.reviews__avatar {
  display: block;
  width: 66px;
  border-radius: 50%;
  margin-right: 20px;
}

.reviews__author span {
  display: block;
  font-family: 'HighVoltage Rough', sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 1px;
}

.reviews__author i {
  display: block;
  font-style: normal;
  color: #b3b3b3;
  font-size: 17px;
  margin-top: 3px;
}

.reviews__text {
  font-size: 17px;
  line-height: 22px;
}

.reviews__photo {
  display: block;
}

.reviews__button {
  text-align: center;
}

.steps {
  margin-bottom: 50px;
}

.steps__list {
  display: flex;
  justify-content: space-around;
}

.steps__item {
  position: relative;
}

.steps__item:not(:last-child):before {
  position: absolute;
  right: -70px;
  top: 62px;
  display: block;
  width: 55px;
  height: 31px;
  background: url("../img/arrow-right.png") 0 0 no-repeat;
  content: '';
}

.steps__num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 146px;
  height: 146px;
  font-family: 'HighVoltage Rough', sans-serif;
  font-size: 59px;
  color: #e65923;
  border: 1px solid #e65c26;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.steps__text {
  max-width: 240px;
  margin: 0 auto;
  text-align: center;
}

.order-form {
  width: 100%;
  max-width: 290px;
  margin-top: 40px;
}

.order-form__field {
  background: #fff;
  margin-bottom: 15px;
  transform: skewX(-12deg);
}

.order-form__input {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  background: transparent;
  text-align: center;
  color: #181818;
  font-size: 16px;
  transform: skewX(12deg);
}

.order-form__input::-webkit-input-placeholder {
  color: #a2a2a2;
}

.order-form__input::-moz-placeholder {
  color: #a2a2a2;
}

.order-form__input:-moz-placeholder {
  color: #a2a2a2;
}

.order-form__input:-ms-input-placeholder {
  color: #a2a2a2;
}

.order-form__input:focus::-webkit-input-placeholder {
  color: transparent;
}

.order-form__input:focus::-moz-placeholder {
  color: transparent;
}

.order-form__input:focus:-moz-placeholder {
  color: transparent;
}

.order-form__input:focus:-ms-input-placeholder {
  color: transparent;
}

.order-form__btn {
  display: block;
  width: 100%;
}

.footer {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px;
  background: #181818;
}

.footer__copyright {
  display: block;
  margin: 0 auto 15px;
}

.footer__links {
  text-align: center;
}

.footer__links a {
  color: #ccc;
  font-size: 14px;
  text-decoration: none;
  margin: 0 5px;
  white-space: pre;
}

.footer__links a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 979px) {

  body {
    background: #fff;
  }

  .wrap {
    max-width: 620px;
  }

  .top-line__wrap {
    justify-content: center;
  }

  .top-line__reviews {
    display: none;
  }

  .offer {
    background: #181818 url("../img/offer-bg-md.jpg") no-repeat center top;
    padding: 20px;
    overflow: hidden;
  }

  .offer__box {
    position: relative;
    width: 620px;
    height: 100%;
    margin: 0 auto;
  }

  .offer__sale {
    display: none;
  }

  .offer__image {
    right: 0;
    height: 360px;
    transform: translateY(-47%);
  }

  .bottom .offer__image {
    right: 0;
  }


  .offer__title {
    max-width: 600px;
    font-size: 46px;
  }

  .benefits-offer {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .benefits-offer__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  h2.title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .photo-list__label {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  .photo-list__label span {
    padding: 0 20px;
  }

  .photo-list {
    margin: 0 -5px -10px;
  }

  .photo-list__item {
    width: calc(33.33% - 10px);
    margin: 0 5px 10px;
  }

  .size {
    justify-content: flex-start;
    flex-direction: column-reverse;
    overflow: hidden;
  }

  .size__photo {
    position: relative;
    margin-top: -46px;
  }

  .size__image {
    position: static;
    width: 100%;
  }

  .size__desc {
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 80px;
  }

  .size__title {
    font-size: 36px;
  }
  .particular__item {
    flex-direction: column;
  }
  .particular__img {
    margin-bottom: 30px;
  }
  .block3 {
    margin-bottom: 50px;
  }

  .char__item {
    width: calc(50% - 10px);
  }

  .char__photo {
    /* max-width: 100%; */
    width: calc(100% - 20px);
    margin: 10px auto;
  }

  .char-list__item {
    flex-direction: column;
    padding: 10px 15px;
    line-height: 140%;
  }

  .char__text-bottom {
    font-size: 15px;
    margin-top: 20px;
  }

  .char__gift {
    bottom: -25px;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    padding: 0 20px;
  }

  .char__button {
    bottom: -25px;
  }

  .char__button .btn {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
  }

  .reviews__item {
    background-size: cover;
    height: auto;
    flex-direction: column;
  }

  .reviews__author span {
    font-size: 24px;
  }

  .reviews__list {
    margin-bottom: 30px;
  }

  .steps__list {
    justify-content: space-between;
  }

  .steps__num {
    width: 120px;
    height: 120px;
    font-size: 50px;
  }

  .steps__text {
    max-width: 190px;
    font-size: 15px;
    line-height: 140%;
  }

  .steps__item:not(:last-child):before {
    right: -30px;
    top: 50px;
    width: 35px;
    height: 20px;
    background-size: cover;
  }

  .offer__text-form {
    font-size: 17px;
  }
  .particular__right {
    padding-left: 0;
}

}

@media screen and (max-width: 619px) {

  .wrap {
    max-width: 320px;
  }

  .top-line__item {
    font-size: 11px;
  }

  .top-line__item:nth-child(2):after {
    display: none;
  }

  .top-line__item:nth-child(3) {
    display: none;
  }

  .offer {
    padding: 25px 0;
    background-image: url("../img/offer-bg-mobile.jpg");
    height: auto;
  }

  .offer.bottom {
    background-position: center -130px;
  }

  .offer__box {
    width: 320px;
  }

  .offer__title {
    font-size: 35px;
    text-align: center;
  }

  .offer__gift {
    font-size: 17px;
    text-align: center;
    margin-top: 5px;
  }

  .offer__image {
    display: block;
    width: 100%;
    height: auto;
    position: static;
    transform: translateY(0%);
    margin-bottom: 20px;
  }

  .benefits-offer {
    margin: 20px 0 375px;
    flex-direction: row;
  }

  .benefits-offer__item:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 0;
  }

  .benefits-offer__circle {
    font-size: 22px;
  }

  .benefits-offer__text {
    font-size: 20px;
  }

  .price {
    justify-content: center;
  }

  .btn {
    display: block;
    width: 300px;
    margin: 0 auto;
  }

  .offer__btn--top {
    margin-top: 10px;
  }

  .offer__sale-text {
    text-align: center;
    padding: 0 10px;
  }

  h2.title {
    font-size: 26px;
  }

  .photo-list {
    flex-direction: column;
    margin: 0;
  }

  .photo-list__item {
    width: 100%;
    margin: 0 0 10px;
  }

  .photo-list__item:last-child {
    margin-bottom: 0;
  }

  .photo-list__image {
    width: 100%;
  }

  .photo-list__label span {
    padding: 0 30px;
  }

  .block2 {
    margin: 50px 0;
  }

  .size__desc {
    padding: 30px 15px 70px;
  }

  .size__title {
    font-size: 26px;
  }

  .size__text {
    font-size: 16px;
  }

  .char__item {
    width: 100%;
    padding-bottom: 30px;
  }

  .char {
    flex-direction: column;
  }

  .char__item:nth-child(1) {
    margin-bottom: 20px;
  }

  .char__button {
    width: 290px;
    margin: 20px auto 0;
    position: static;
    transform: translateX(0%);
  }

  .char__button .btn {
    width: 100%;
  }

  .char__text-bottom {
    font-size: 16px;
  }

  .gallery {
    flex-direction: column;
  }

  .gallery__item {
    width: 100%;
    margin: 0 0 10px;
  }

  .reviews__author span {
    font-size: 20px;
  }

  .reviews__author i {
    font-size: 16px;
  }

  .steps__list {
    flex-direction: column;
  }

  .steps__item:not(:last-child):before {
    display: none;
  }

  .steps__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .steps__num {
    margin-bottom: 15px;
  }

  .steps__text {
    max-width: 240px;
  }

  .offer__text-form {
    text-align: center;
    padding: 0 10px;
    margin-bottom: 350px;
  }

  .offer__sale-text--bottom {
    max-width: 290px;
    margin: 0 auto;
  }

  .order-form {
    margin: 30px auto 0;
  }

}

