div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.callback-btn {
  z-index: 1000;
  position: fixed;
  right: 0;
  top: 230px;
  width: 60px;
  height: 50px;
  background-color: #8c2536;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-right: none;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: right 100ms;
  cursor: pointer;
}

.callback-btn img {
  display: block;
  margin-left: 10px;
  max-height: 100%;
}

.callback-form {
  max-width: 350px;
  width: 100%;
  z-index: 1001;
  position: fixed;
  right: 0;
  top: 50px;
  background: #000000;
  border-radius: 5px;
  padding-top: 15px;
  transition: right 500ms ease-in-out;
}

.callback-form.hide {
  right: -1000px;
}

.callback-form form {
  width: 90%;
  margin: auto;
  color: #131b32;
  padding-bottom: 20px;
  text-align: center;
}

.callback-form form h5 {
  float: left;
  margin: 10px auto 1px;
  margin-left: 0;
  font-family: "Arial", sans-serif;
  color: white;
}

.callback-form form input {
  width: 100%;
  border-radius: 4px;
  height: 40px;
  color: #131b32;
  text-align: left;
  font-size: 20px;
  padding-left: 10px;
  background-color: #ffffff;
  border: 1px solid #000000;
}

.callback-form .orange-btn {
  padding: 10px 5%;
  width: 85%;
  background-color: #8c2536;
  border-radius: 4px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  border: none;
  cursor: pointer;
  color: #ffffff;
}

.callback-form img[src="img/i-cross.svg"] {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}

.col-md-6 .col-sm-12 .col-xs-12 {
  position: relative;
}

/* блок с ценой */
.section__price {
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  z-index: 1;
}

.price_block {
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  display: flex;
  flex-flow: row nowrap;
  text-align: center;
}

.section__price p {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  background: white;
}

/* старая цена */
.price_item.old {
  background-color: #fff;
  border: 1px solid black;
}

.price_item .text {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 14px;
}

.price_item.old .value {
  text-decoration: line-through;
}
.price_item .value {
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
}

/* скидка */
.discount_block {
  float: left;
  padding: 12px 0 0;
  width: 33%;
  height: 80px;
  background: #8c2536;
  position: relative;
  color: #fff;
}

.discount_block:before {
  border-top: 40px solid #8c2536;
  border-bottom: 40px solid #8c2536;
  border-left: 20px solid #fff;
  left: -10px;
}

.discount_block:after {
  border-top: 40px solid #17d175;
  border-bottom: 40px solid #17d175;
  border-left: 20px solid #8c2536;
  right: -10px;
}

.discount_block:after, .discount_block:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
}

.discount_block .text {
  margin: 0 0 5px;
  line-height: 16px;
  letter-spacing: 2px;
}

.discount_block .value {
  font-weight: 700;
  font-size: 34px;
  line-height: 34px;
}

.price_item.new {
  background: #17d175;
  color: #fff;
}

.price_item {
  padding: 16px 0 0;
  width: 33%;
  height: 80px;
}

.price_item .text {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 14px;
}

.price_item .value {
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
}

@media (min-width: 992px) {
  /* блок с ценой */

  .section__price {
    width: 480px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    margin-top: 27px;
  }
  .price_block {
    width: 480px;
    margin: 0 auto;
    padding-top: 0;
    display: flex;
    flex-flow: row wrap;
    text-align: center;
  }

  .section__price p {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    background: white;
  }

  /* старая цена */
  .price_item.old {
    background-color: #fff;
  }

  .price_item .text {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 14px;
  }

  .price_item.old .value {
    text-decoration: line-through;
  }
  .price_item .value {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
  }

  /* скидка */
  .discount_block {
    float: left;
    padding: 12px 0 0;
    width: 140px;
    height: 80px;
    background: #8c2536;
    position: relative;
    color: #ffffff;
  }

  .discount_block:before {
    border-top: 40px solid #8c2536;
    border-bottom: 40px solid #8c2536;
    border-left: 20px solid #fff;
    left: -10px;
  }

  .discount_block:after {
    border-top: 40px solid #17d175;
    border-bottom: 40px solid #17d175;
    border-left: 20px solid #8c2536;
    right: -10px;
  }

  .discount_block:after, .discount_block:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
  }

  .discount_block .text {
    margin: 0 0 5px;
    line-height: 16px;
    letter-spacing: 2px;
  }

  .discount_block .value {
    font-weight: 700;
    font-size: 34px;
    line-height: 34px;
  }

  .price_item.new {
    background: #17d175;
    color: #fff;
  }

  .price_item {
    padding: 16px 0 0;
    width: 170px;
    height: 80px;
  }

  .price_item .text {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 14px;
  }

  .price_item .value {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
  }
}

@media (max-width: 400px) {
  .price_item .value {
    font-weight: 700;
    font-size: 21px;
    line-height: 22px;
  }

  .discount_block .value {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
  }

  .section__price p {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 11px;
    font-size: 15px;
    background: white;
}
}