.warranty{
  margin-top: 40px;
  margin-bottom: 60px;
}
.warranty__wrapper{
  margin-top: 40px;
  display: flex;
  box-shadow: 0px 0px 10px 0px #eee;
  align-items: center;
}
.warranty__item{
  width: 50%;
  align-items: center;
  box-sizing: border-box;
}
.warranty__item_text{
  padding: 40px;
  font-size: 14px;
  width: 50%;
}
.warranty__banner{
}
.warranty__text{
  font-size: 16px;
  text-align: justify;
}
.warranty__text-title{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.5;
}
.warranty__text-disclaimer {
    font-size: 14px;
}
.warranty__tabs {
  max-width: 100%;
  margin: 0 0 30px;
}
.warranty__tabs__caption {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
  justify-content: space-between;
}
.warranty__tabs__caption:after {
  content: '';
  display: table;
  clear: both;
}
.warranty__tabs__caption li {
    background: #f0f0f0;
    color: #000;
    position: relative;
    text-align: center;
    width: 33%;
}
.warranty__tabs__caption li:not(.tabs__active) {
  cursor: pointer;
}
.warranty__tabs__caption li:not(.tabs__active):hover {
  background: #d72b2b;
  color: #fff;
}
.warranty__tabs__caption li:not(.tabs__active):hover .warranty__tabs-icon{
  fill: #fff;
}
.warranty__tabs__caption .tabs__active {
    background: #d72b2b;
    color: #fff;
}
.warranty__tabs__caption .tabs__active:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 5px;
  background: #FFF;
}
.warranty__tabs__caption .tabs__active .warranty__tabs-icon{
  fill: #fff;
}
.warranty__tabs__content {
  display: none;
  background: #FFF;
}
.warranty__tabs__content.tabs__active {
  display: block;
}
.warranty__tabs-img {
    margin: 30px 0;
}
.warranty__tabs-icon {
    width: 65px;
    height: 65px;
    fill: #d72b2b;
}
.warranty__tabs-title {
    font-size: 16px;
    font-weight: 600;
    margin: 35px 0;
}
.warranty__tabs__item {
border-bottom: 1px solid #e3e4e5;
}
.warranty__tabs__list{
width: 100%;
margin: 30px auto;
}
.warranty__tabs__name {
  padding: 10px 10px;
  margin: 10px;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
}
.warranty__tabs__name:before {
  content: '';
  width: 11px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 55%;
  color: #000;
  font-size: 25px;
  font-weight: bold;
  background: url(img/arrow-down.png) no-repeat;
}

.warranty__tabs__name.active::before {
  width: 11px;
  height: 7px;
  content: '';
  position: absolute;
  right: 10px;
  top: 55%;
  color: #000;
  font-size: 25px;
  font-weight: bold;
  background: url(img/arrow-up.png) no-repeat;
}
.warranty__tabs__wrapper{
  display: none;
  padding: 0 10px;
  margin: 0 10px;
}
.warranty__tabs__wrapper-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
        margin-bottom: 10px;}
.warranty__tabs__nav{
  font-size: 16px;
  list-style: disc;
  line-height: 26px;
}
.warranty__tabs__nav li {
    color: #d72b2b;
    margin-left: 20px;
}
.warranty__tabs__nav li span {
    color: #000;
}
.warranty__tabs-active{
  display: block;
}
.warranty__tabs__desclaimer{
  font-size: 14px;
  color: #d72b2b;
  font-style: italic;
  font-weight: 600;
}
@media (max-width: 1080px) {
  .warranty__wrapper{
    display: block;
    box-shadow: none;
    margin-top: 0;
  }
  .warranty__item{
    width: 100%;
  }
  .warranty__item_text{
    padding: 10px 0;
  }
  .warranty__banner{
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 640px) {
  .warranty__text {
    font-size: 14px;
  }
  .warranty__text-title {
    font-size: 18px;
  }
  .warranty__tabs__caption{
    flex-direction: column;
  }
  .warranty__tabs__caption li {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    margin-bottom: 10px;
  }
  .warranty__tabs__name{
    font-size: 14px;
  }
  .warranty__tabs__subname {
    font-size: 14px;
}
.warranty__tabs__nav {
    font-size: 14px;
  }
}
