.text-img {
  max-width: 100%;
}

.text-img1 {
  max-width: 50%;
}

.sfContentBlock .text-list {
  list-style-type: circle;
}

.text-table {
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-table h2 {
  flex-basis: 100%;
}

.table__img {
  position: relative;

  flex-basis: 260px;
}

.table__img img {
  max-width: 100%;
}

.table__img span {
  font-weight: 600;

  position: absolute;
  right: 10px;
}

.table__img span:nth-child(2) {
  top: 53px;
}

.table__img span:nth-child(3) {
  top: 153px;
}

.table__img span:nth-child(4) {
  top: 238px;
}

.table__img span:nth-child(5) {
  top: 290px;
}

.sfContentBlock .table__list {
  margin: 0;
  padding: 0;

  flex-basis: calc(100% - 260px);
}

.order {
  margin: 20px 0;

  text-align: center;
}

.order a,
.link-button {
  cursor: pointer;
  font-weight: 900;

  display: inline-block;

  padding: 20px 30px;

  transition: .5s;
  letter-spacing: 2px;
  text-transform: uppercase;

  color: #fff;
  border-radius: 10px;
  background-image: linear-gradient(to right, #9eefe1 0%, #009ddd 51%, #094fa3 100%);
  background-size: 200% auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.order a:hover {
  background-position: right center;
}

.comments h2 {
  margin-bottom: 30px;
}

.comments__block {
  margin: 30px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.comments-block__img {
  flex-basis: 50px;
}

.comments-block__img img {
  max-width: 100%;
}

.comments-block__text {
  margin-left: 30px;
  flex-basis: calc(100% - 80px);
}

.comments-block__text span {
  font-weight: bold;
}

@media screen and (max-width: 550px) {

  .sfContentBlock .table__list,
  .table__img {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 325px) {
  .table__img span:nth-child(5) {
    top: 267px;
  }

  .table__img span:nth-child(4) {
    top: 220px;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  nav,
  .rwdNav {
    display: none !important;
  }
}



.cpu {
  padding: 10px 0;
  text-align: center;
}

.cpu img {
  display: block;
  margin: 0 auto;
}

.cpu a {
  display: inline-block;
  margin: 5px;
  color: #333;
  font-size: 14px;
}




.formbox {
  display: block;
  max-width: 400px;
  padding: 20px;
  margin: 50px auto 40px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
}

/*form*/
.main_form input,
.main_form select {
  border: 1px solid #bdbdbd;
  width: 100%;
  height: 52px;
  font-size: 16px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #747474;
  border-radius: 5px;
  margin-bottom: 15px;
  padding-left: 10px;
  box-sizing: border-box;
}

.main_form ::-webkit-input-placeholder {
  color: #333;
}

.main_form ::-moz-placeholder {
  color: #333;
}

.main_form :-moz-placeholder {
  color: #333;
}

.main_form :-ms-input-placeholder {
  color: #333;
}

.main_form :focus::-webkit-input-placeholder {
  color: transparent;
}

.main_form :focus::-moz-placeholder {
  color: transparent;
}

.main_form :focus:-moz-placeholder {
  color: transparent;
}

.main_form :focus:-ms-input-placeholder {
  color: transparent;
}

.main_form .link-button {
  width: 100%;
  margin-top: 0;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 1.3em;
}


.price {
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 25px;
}

.price .old p {
  font-size: 20px;
  line-height: 1.1em;
  text-decoration: line-through;
  padding-top: 5px;
  margin: 0;
}

.price .new {
  margin-left: 20px;
}

.price .new p {
  padding-top: 5px;
  font-size: 24px;
  line-height: 1.1em;
  font-weight: 700;
  color: #D14120;
  margin: 0;
}