.new_content {
  padding: 60px 0 80px;
}

.new_content h2 {
  line-height: 1.3;
  margin-bottom: 50px;
}

.new_content .blockin {
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .new_content {
    padding: 30px 0;
  }

  .new_content h2 {
    margin-bottom: 30px;
  }
}

.new_reviews .n_block {
  margin-top: 30px;
  padding: 30px 15px;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.18);
}

@media screen and (max-width: 767px) {
  .new_reviews .n_block {
    padding: 15px;
  }
}

.new_reviews .n_block:first-child {
  margin: 0;
}

.new_reviews .n_wrap {
  max-width: 830px;
  margin: 0 auto;
}

.new_reviews .wrap_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.new_reviews .wrap_title .right {
  font-size: 18px;
  font-weight: bold;
}

.new_reviews .wrap_title .right span {
  color: #e90000;
}

@media screen and (max-width: 767px) {
  .new_reviews .wrap_title {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .new_reviews .wrap_title .right {
    margin-bottom: 10px;
  }
}

.new_reviews .n_title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .new_reviews .n_title {
    font-size: 17px;
  }
}

.new_reviews .n_title span {
  font-weight: normal;
  font-size: 16px;
  display: block;
  padding-top: 5px;
}

.new_reviews .marginrow>div {
  margin-top: 30px;
}

.checkbox_wrap .check_block {
  margin-top: 20px;
}

.checkbox_wrap label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #416600;
  line-height: 20px;
  padding-left: 35px;
  cursor: pointer;
  font-weight: 100;
}

.checkbox_wrap label input {
  display: none;
}

.checkbox_wrap label input:checked+span {
  background: url(../images/check.png) 50% 50% no-repeat;
}

.checkbox_wrap label span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #c9c9c9;
}

.radioblock {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 500px;
  padding-top: 10px;
}

.radioblock .radio_block {
  margin-top: 20px;
}

.radioblock label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #416600;
  line-height: 17px;
  padding-left: 25px;
  cursor: pointer;
}

.radioblock label input {
  display: none;
}

.radioblock label input:checked+span {
  background: url(../images/radiocheck.png) 50% 50% no-repeat;
}

.radioblock label span {
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  border-radius: 50%;
  height: 17px;
  border: 1px solid #c9c9c9;
}

.new_form {
  max-width: 830px;
  margin: 35px auto 0;
}

.new_form .f_title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

.new_form .row>div {
  margin-top: 15px;
}

.new_form .checkbox_wrap label {
  font-size: 13px;
  color: #888888;
}

.new_form .checkbox_wrap a {
  color: #890502;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}

.new_form .checkbox_wrap a:hover {
  border-color: #890502;
}

.new_form input {
  display: block;
  width: 100%;
  line-height: 54px;
  margin-top: 3px;
  height: 54px;
  padding: 0 20px;
  background: #efefef;
  border: 0;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  outline: none;
}

.new_form .centerbut {
  display: flex;
  justify-content: center;
}

.new_form button {
  cursor: pointer;
  outline: none;
  line-height: 54px;
  width: 100%;
  display: block;
  border: 0;
  background: #890502;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .new_form button {
    max-width: 230px;
  }
}

.new_form button:hover {
  background: #aecb06;
  color: #333;
}

.popup_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 15px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
}

.popup_wrap .wrap {
  display: inline-block;
  vertical-align: middle;
  max-width: 630px;
  width: 100%;
  padding: 50px 15px;
  background: #ffffff;
  position: relative;
  line-height: 1;
  box-sizing: border-box;
  text-align: left;
}

.popup_wrap .closebut {
  position: absolute;
  top: 19px;
  right: 19px;
  width: 19px;
  height: 19px;
  background: url(../images/closebut.png) 0 0 no-repeat;
  cursor: pointer;
}

.popup_wrap h2 {
  line-height: 1.3;
}

.popup_wrap .but {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.popup_wrap .closef {
  cursor: pointer;
  outline: none;
  line-height: 54px;
  width: 100%;
  display: block;
  border: 0;
  background: #890502;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  max-width: 230px;
}

.popup_wrap .closef:hover {
  background: #aecb06;
  color: #333;
}

@media screen and (max-width: 767px) {
  .popup_wrap .wrap {
    padding: 30px 15px 20px;
  }

  .popup_wrap h2 {
    font-size: 22px;
  }

  .popup_wrap h2 br {
    display: none;
  }
}

.popup_wrap:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

/*# sourceMappingURL=styles.css.map */

.policy {
  color: #fff;
}

.policy:hover {
  color: #F8FF00;
}