
.about__banner{
  width: 100%;
}
.about__activity{
  display: flex;
  margin-top:60px;
  justify-content: space-between;
  align-items: flex-start;
}
.about__house{
  border: 5px solid #f3f4f5;
  width:48%;
  padding: 20px 40px;
  box-sizing: border-box;
}
.about__subtitle{
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  color:#000;
  font-family: arial;
  margin-bottom: 20px;
}
.about__house-images{
  display: flex;
  justify-content: center;
  align-items:center;
}
.about__house-img{
  max-width: 150px;
  margin: 10px 10px 0px 10px;
}
.about__area{
  width:48%;
  box-sizing: border-box;
}
.about__svg{
  fill:#ba2727;
  width: 100%;
}
.about__advantage-text{
  color: #595959;
  font-size: 21px;
  font-weight: 600;
}
.about__advantage-text span{
  font-size: 30px;
}
.about__advantages{
  display: flex;
  margin-top:35px;
  justify-content: space-between;
}
.about__advantage{
  width: 45%;
  text-align: center;
}
.about__divider{
  height: 1px;
  background: #e6e6e6;
  width: 10%;
  margin-top:45px;
}
.about__svg_truck{
  height: 90px;
}
.about__svg_location{
  height: 90px;
  padding: 10px;
  box-sizing: border-box;
}
.about__world{
  background: #f3f4f5;
  padding:30px 0;
  box-sizing: border-box;
  margin: 50px 0;
}
.about__world-title{
  font-weight: 600;
}
.factories{
  display: flex;
  align-items: center;
}
.factories__power{
  width: 45%;
  align-items: center;
  display: flex;
  margin-right: 15px;
  padding: 0 15px;
}
.factories__img{
  margin-right: 30px;
}
.factories__description{
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
}
.factories__description:before{
  content: '';
  position: absolute;
  background-image: url(../img/graph_30.png);
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  background-size: 80%;
  transform: scale(-1,1) rotate(42deg);
  left: -50px;
  top: 10px;
}
.factories__count{
  width: 55%;
  border-left: 5px solid #eaebec;
  padding-left: 30px;
}
.factories__text{
    font-size: 16px;
}
.factories__count span{
  color:#ba2727;
  font-size: 21px;
  font-weight: 900;
}
.gallery{
  margin: 50px 0;
}
.gallery__img{
  margin: auto;
  display: block;
  width: 100%;
}
.gallery-button-prev, .gallery-button-next{
  background-image:url(../img/slider/arrow.png);
  width: 30px;
  height: 30px;
  background-size: 30px;
  left:30px;
}
.gallery-button-next{
  transform: scale(-1,1);
  right: 30px;
  left: auto;
}
.gallery-pagination .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
}
.about__brand{
  background: #f3f4f5;
  padding:30px 0;
  box-sizing: border-box;
  margin: 50px 0;
}
.about__brand-description{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about__years{
  width: 40%;
}
.about__appear{
  width: 55%;
}
.about__appear-title{
  font-size: 18px;
  font-weight: 600;
}
.about .about__russia{
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  display: table;
  margin: 0 auto;
}
.about__russia:first-child{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 3px solid #e6e6e6;
}
.about__russia span{
  font-size: 130px;
  color:#ba2727;
  font-weight: 900;
}
.about-tabs__content {
  display: none;
  /* border-bottom: 1px dashed #f3f3f3; */
  box-sizing: border-box;
  padding: 50px 0 15px 0;
}
.about-tabs__content.active {
  display: block;
}
.about-tabs__caption{
  display: flex;
  justify-content: space-between;
}
.about-tabs__caption li{
  width: 49%;
  display: flex;
  align-items: center;
  padding: 10px 0;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  transition: all 0.2s ease-in-out;
  justify-content: center;
  cursor: pointer;
}
.about__svg_earth{
  width: 70px;
  height: 70px;
  margin-right: 20px;
}
.about__svg_russia{
  width: 115px;
  height: 70px;
  margin-right: 20px;
}
.about-tabs__caption li.active{
  background: #ba2727;
}
.about-tabs__caption li.active p{
  color: #fff;
}
.about-tabs__caption li.active .about__svg_earth, .about-tabs__caption li.active .about__svg_russia{
  fill:#fff;
}
.history__preview{
  display: flex;
  width: 100%;
  max-width: 730px;
  margin: 0 auto 20px auto;
  align-items: center;
}
.history__text{
  font-size: 17px;
  font-weight: 600;
}
.about__svg_growrth{
  height:100px;
  width:270px;
  margin-right: 30px;
}
.history__hundred{
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px dashed #f3f3f3;
  margin: 20px 0 50px 0;
  padding-top: 30px;
}
.history__hundred-text{
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.history__hundred-text span{
  font-size: 38px;
  text-transform: uppercase;
  color:#db1300;
  display: block;
  margin-top:15px;
}
.history__hundred-text:before, .history__hundred-text:after{
  position: absolute;
  content: '';
  width: 100px;
  height: 1px;
  background: #db1300;
  top:50%;
  left:-140px;
}
.history__hundred-text:after{
  left:auto;
  right: -140px;
}

.history-nav__list{
  display: flex;
  flex-flow: row nowrap;
}
.history-nav__item{
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  min-width: 80px;
  text-align: center;
  background: #e6e6e6;
  padding: 20px;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  margin: 0 0 2px;
  cursor: pointer;
  transition: 0.2s ease-in;
  position: relative;
}
.history-nav__item:last-child{
  border-color: transparent;
}
.history-nav__item_active{
  background: #db1300;
  color: #fff;
  border-color: #db1300;
}

.history-nav__item:nth-of-type(1):before{
  content: '';
  background: url(../img/flag-red.png) no-repeat;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 45px;
  background-size: contain;

}
.history-nav__item:hover{
  background: #db1300;
  color: #fff;
  border-color: #db1300;
}
.history-content__block{
  display: none;
}
.history-content__block_active{
  display: block;
}
.history-item__wrapper{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: row wrap;
}
.history-item__img{
  width: 45%;
  border: 20px solid #ffffff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  box-sizing: border-box;
  position: relative;
}
.history-item__svg {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.5);
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 50%;
}
.history-item__img img {
  width: 100%;
  display: block;
}
.history-item__info{
  width: 50%;
  display: flex;
  flex-flow: column wrap;
  /* justify-content: center; */
  align-items: center;
}
.history-item__date{
  width: 100%;
  /* text-align: center; */
  margin-bottom: 20px;
}
.history-item__date > span {
  font-size: 24px;
  /* color: #db1300; */
  border-bottom: 3px solid #e6e6e6;
  padding-bottom: 10px;
  /* font-weight: 700; */
}
.history-item__date span span{
  font-size: 42px;
  color: #db1300;
}
.history-item__date_small span{
  font-size: 70px;
}
.history-item__text {
  width: 100%;
  /* max-width: 550px; */
  /* padding: 0 40px; */
  line-height: 1.5;
  box-sizing: border-box;
}
/* .history-item:nth-of-type(even) .history-item__img{
  order: 2;
} */
.history-item {
  display: block;
  margin: 50px 0;
  position: relative;
}
/* .history-item:after{
  content: '';
  display: block;
  background: #db1300;
  width: 6%;
  left: 47%;
  top: 100%;
  height: 50px;
  position: absolute;
} */
.history-item:last-child:after{
  display: none;
}
.history-bottom-nav__icon{
  width: 16px;
  height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 30px;
}
.history-bottom-nav__icon svg{
  width: 100%;
  height: 100%;
  fill: #fff;
}
.history-bottom-nav__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #db1300;
  color: #fff;
  border: none;
  padding: 10px 30px;
  margin: 5px 0;
  width: 50%;
  max-width: 160px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  outline: none;
}
.history-bottom-nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.history-bottom-nav__btn_next{
  margin-left: auto;
}
.history-bottom-nav__btn_prev .history-bottom-nav__icon{
  left: 30px;
  right: auto;
}
.history-bottom-nav__btn:hover .history-bottom-nav__icon{
  -webkit-animation: back-btn-aminated 0.7s;
  animation: back-btn-aminated 0.7s;
}
.history-item__info_russia{
  width: 100%;
}
.history-item__nav {
    font-size: 15px;
    list-style: disc;
    line-height: 22px;
    align-self: flex-start;
}
.history-item__nav li{
    color: #db1300;
    margin-left: 20px;
}
.history-item__nav li span {
    color: #000;
}
@keyframes back-btn-aminated {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  }
.history-bottom-nav__btn_hidden{
  display: none;
}









@media (max-width: 1440px) {

}
@media (max-width: 1366px) {
}
@media (max-width: 1280px) {
  .about{
    box-sizing: border-box;
    padding:0 20px;
  }
  .history-item__date_small span {
    font-size: 80px;
  }
  .history-item__wrapper{
    align-items: flex-start;
  }
  .history-item:after{
    display: none;
  }



}
@media (max-width: 1024px) {
  .history-item__date_small span {
    font-size: 40px;
  }
  .factories__description:before{
    display: none;
  }
}
@media (max-width: 768px) {
  .history__hundred-text span{
    margin-top: 0;
  }
  .history__hundred{
    margin-bottom: 70px;
  }
  .about p{
    margin:10px 0;
  }
  .history-nav__list{
    flex-wrap: wrap;
  }
  .history-nav__item{
    width:10%;
  }
  .about__years{
    width: 100%;
  }
  .about__appear{
    width: 100%;
  }
  .about__brand-description{
    flex-wrap: wrap;
  }
  .about__russia:first-child{
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .about__years{
    margin-bottom: 30px;
  }
  .factories{
    flex-wrap: wrap;
  }
  .factories__power{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .factories__count{
    width:100%;
    padding-left: 0;
    border-left: 0;
  }
  .history-nav__list{
    justify-content: center;
  }
  .history-item__img, .history-item__info{
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
  .history-bottom-nav__btn{
    width: 49%;
  }
  .history-item:nth-of-type(even) .history-item__img{
    order: 0;
  }
  .about__activity{
    flex-wrap: wrap;
  }
  .about__house{
    width: 100%;
  }
  .about__area{
    width: 100%;
  }
  .history-item__date{
    margin-top: 20px;
  }
}
@media(max-width:500px){
  .about-tabs__caption{
    flex-wrap: wrap;
  }
  .about-tabs__caption li{
    width: 100%;
  }
  .factories__power{
    flex-wrap: wrap;
  }
  .factories__img{
    margin-bottom: 20px;
    margin-right: auto;
    margin-left:auto;
  }
  .history__hundred-text:before, .history__hundred-text:after{
    display: none;
  }
  .about__house-images{
    flex-wrap: wrap;
  }
}
