.trends_blog .tabs {
  padding: 0 0 1px;
}

.trends_blog .tabs::after {
  content: "";
  display: block;
  clear: both;
}

.trends_blog .tabs a {
  display: block;
  height: 36px;
  float: left;
  padding: 0 24px;
  font-size: 16px;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: #666;
  position: relative;
  overflow: hidden;
  /*-webkit-box-shadow: 0px 0px 0px 1px #666;
      -moz-box-shadow: 0px 0px 0px 1px #666;
      box-shadow: 0px 0px 0px 1px #666;*/
}

.trends_blog .tabs a + a::after {
  content: "";
  display: block;
  width: 1px;
  height: 28px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 4px;
}

.trends_blog .tabs a.active::before {
  bottom: -3px;
}

.trends_blog .tabs a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 50%;
  bottom: -12px;
  margin: 0 0 0 -8px;
  -webkit-animation-duration: 0.3s;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-animation-duration: 0.3s;
  -moz-transition: all 0.3s ease-in-out;
  animation-duration: 0.3s;
  transition: all 0.3s ease-in-out;
}

.trends_blog .tabs a:first-child {
  -moz-border-radius: 12px 0 0 0;
  -webkit-border-radius: 12px 0 0 0;
  -khtml-border-radius: 12px 0 0 0;
  border-radius: 12px 0 0 0;
}

.trends_blog .tabs a:last-child {
  -moz-border-radius: 0 12px 0 0;
  -webkit-border-radius: 0 12px 0 0;
  -khtml-border-radius: 0 12px 0 0;
  border-radius: 0 12px 0 0;
}

.trends_blog .inset {
  height: 210px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 0px 1px #ccc;
  -moz-box-shadow: 0px 0px 0px 1px #ccc;
  box-shadow: 0px 0px 0px 1px #ccc;
}

.trends_blog .inset > div {
  padding: 10px 0;
  -webkit-animation-duration: 0.3s;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-animation-duration: 0.3s;
  -moz-transition: all 0.3s ease-in-out;
  animation-duration: 0.3s;
  transition: all 0.3s ease-in-out;
}

.delivery_info {
  padding: 0 0 15px;
}

.delivery_info p {
  height: 32px;
  padding: 0 0 0 42px;
  background: url(../img/delivery_icon.svg) no-repeat 0 0;
  background-size: auto 100%;
}

.delivery_info p span {
  display: block;
  padding: 0 0 3px;
  color: #333;
}

.delivery_info p a {
  display: inline-block;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}

.feedback_block {
  max-width: 600px;
  margin: 0 auto;
}

.feedback_block h2 {
  padding: 0 0 20px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.feedback_block .form form {
  display: block;
}

.feedback_block .form ul li {
  padding: 0 0 15px;
}

.feedback_block .form ul li span {
  display: block;
  font-size: 13px;
  padding: 0 0 4px;
}

.feedback_block .form ul li input {
  display: block;
  width: 100%;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #ccc;
}

.feedback_block .form ul li textarea {
  display: block;
  width: 100%;
  height: 80px;
  padding: 8px 12px;
  border: 1px solid #ccc;
}

.feedback_block .form ul li select {
  width: 100%;
  height: 32px;
  padding: 0 8px 0 10px;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #172430;
  color: #4A4A4A;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../img/filtre_pt.png) no-repeat 99% 50%;
  cursor: pointer;
  position: relative;
  z-index: 1;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}

.feedback_block .form ul li button {
  display: block;
  width: 100%;
  height: 32px;
  border: none;
  color: #fff;
  background: #444;
  cursor: pointer;
}

.feedback_block .form ul li .smart_select {
  padding: 0;
  position: relative;
}

.feedback_block .form ul li .smart_select select {
  padding: 0 8px 0 36px;
}

.feedback_block .form ul li .smart_select .image {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  z-index: 1;
}

.feedback_block .form ul li .smart_select .image img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}

.feedback_block .form ul li .two_input {
  overflow: hidden;
}

.feedback_block .form ul li .two_input > div {
  width: 49%;
  float: left;
}

.feedback_block .form ul li .two_input > div:last-child {
  float: right;
}

.contest_block {
  float: left;
  width: 100%;
  padding: 0 0 20px;
}

.contest_block h3 {
  padding: 0 0 12px;
  font-size: 18px;
  text-transform: uppercase;
}

.contest_block > div {
  padding: 40px 0 0;
  position: relative;
}

.contest_block > div .line {
  width: 100%;
  height: 20px;
  background: #f0f0f0;
  position: relative;
}

.contest_block > div .line span {
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f00 url(../img/line_bg.png) repeat-x 0 0;
}

.contest_block > div .line span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #f0f0f0 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.contest_block > div .line span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #f0f0f0 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

.contest_block > div .points > div {
  position: absolute;
  top: 0;
  left: 0;
}

.contest_block > div .points > div::before {
  content: "";
  display: block;
  width: 2px;
  height: 28px;
  background: #777;
  position: absolute;
  left: 0;
  bottom: -30px;
}

.contest_block > div .points > div.second {
  height: 29px;
}

.contest_block > div .points > div.second span {
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 4px;
}

.contest_block > div .points > div.second time {
  position: absolute;
  top: 18px;
  right: 4px;
}

.contest_block > div .points > div.first {
  left: 0;
}

.contest_block > div .points > div.last {
  left: auto;
  right: 0;
}

.contest_block > div .points > div.last::before {
  left: auto;
  right: 0;
}

.contest_block > div .points > div span {
  display: block;
  padding: 0 0 5px;
  font-size: 13px;
  font-weight: bold;
}

.contest_block > div .points > div time {
  display: block;
  font-size: 11px;
  color: #777;
}
