.b-main-content{
  border-radius: 6px;
  background-color: #fff;
  padding: 30px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .b-main-content{
    padding: 15px;
  }
}
.pilots-list{
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
}
.pilots-list__item-wrapper{
  padding-right: 30px;
  width: 25%;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .pilots-list__item-wrapper{
    width: 50%;
  }
}
.pilots-list__item{
  display: block;
  margin-bottom: 30px;
  text-decoration: none !important;
}
.pilots-list__item-img{
  display: block;
  margin-bottom: 16px;
}
.pilots-list__item-img img{
  display: block;
  width: 100%;
  height: auto;
}
.pilots-list__item-name{
  font-size: 14px;
  color: #24252a;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}
.pilots-list__item:hover .pilots-list__item-name{
  text-decoration: underline;
  color: #d70374;
}
.pilots-list__item-num{
  font-size: 14px;
  font-weight: bold;
  width: 32px;
  height: 24px;
  border-radius: 4px;
  color: #d70374;
  border: 2px solid #d70374;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}
.teams{

}
.teams__item{
  margin-top: 30px;
  margin-bottom: 40px;
}
.teams__header{
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .teams__header{
    flex-direction: column;
  }
}
.teams__title{
  font-size: 30px;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #000;
  font-family: HeliosCond;
}
@media (max-width: 767px) {
  .teams__title{
    margin-bottom: 16px;
  }
}
.teams__social{
  display: flex;
}
.teams__social-item{
  width: 30px;
  border-radius: 200px;
  transition: all .4s;
  background-color: #2E2E38;
}
.teams__social-item:hover{
  background-color: #E90078;
  /* transform: scale(1.1); */
}
.teams__social-item img{
  display: block;
  width: 100%;
  height: auto;
}
.teams__social-item + .teams__social-item{
  margin-left: 20px;
}
.teams__pilots{
  display: flex;
  width: calc(100% + 24px);
  margin-right: -24px;
}
@media (max-width: 767px) {
  .teams__pilots{
    flex-direction: column;
  }
}
.teams__pilot{
  display: block;
  width: calc(33.33% - 24px);
  text-decoration: none !important;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .teams__pilot{
    width: auto;
    margin-bottom: 24px;
    display: flex;
  }
}
.teams__pilot:hover .teams__pilot-name{
  text-decoration: underline;
  color: #d70374;
}
.teams__pilot-img{
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .teams__pilot-img{
    width: 120px;
    flex: 0 0 auto;
    margin-bottom: 0;
    margin-right: 16px;
  }
}
.teams__pilot-img img{
  display: block;
  width: 100%;
  height: auto;
}
.teams__pilot-footer{
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .teams__pilot-footer{
    flex-direction: column;
    justify-content: flex-start;
  }
}
.teams__pilot-name{
  font-size: 14px;
  color: #24252a;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  padding-top: 3px;
}
.teams__pilot-number{
  flex-shrink: 0;
  font-size: 14px;
  font-weight: bold;
  width: 32px;
  height: 24px;
  border-radius: 4px;
  color: #d70374;
  border: 2px solid #d70374;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .teams__pilot-number{
    margin-left: 0;
    margin-top: 16px;
  }
}
.pilot-profile{

}
.pilot-profile__wrapper{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pilot-profile__wrapper{
    flex-direction: column;
  }
}
.pilot-profile__wrapper-col-left{
  width: 234px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .pilot-profile__wrapper-col-left{
    width: 100%;
    margin-bottom: 32px;
  }
}
.pilot-profile__img{
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .pilot-profile__img{
    width: 120px;
  }
}
.pilot-profile__img img{
  display: block;
  width: 100%;
  height: auto;
}
.pilot-profile__pilot-data{
}
.pilot-profile__pilot-data + .pilot-profile__pilot-data{
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #CECECE;
}
.pilot-profile__pilot-data-key{
  font-size: 16px;
  color: #24252a;
}
.pilot-profile__pilot-data-val{
  font-size: 16px;
  font-weight: bold;
  color: #24252a;
}
.pilot-profile__social{
  display: flex;
  margin-top: 40px;
}
.pilot-profile__social-item{
  width: 30px;
  background-color: #2F2F37;
  border-radius: 200px;
}
.pilot-profile__social-item:hover{
  background-color: #E90078;
}
.pilot-profile__social-item img{
  display: block;
  width: 100%;
  height: auto;
}
.pilot-profile__social-item + .pilot-profile__social-item{
  margin-left: 20px;
}
.pilot-profile__team-logo{
  display: block;
  margin-top: 40px;
}
.pilot-profile__team-logo img{
  display: block;
  width: 100%;
  height: auto;
}
.pilot-profile__wrapper-col-right{
  width: calc(100% - 260px);
}
@media (max-width: 767px) {
  .pilot-profile__wrapper-col-right{
    width: 100%;
  }
}
.pilot-profile__slider{
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .pilot-profile__slider{
    margin-bottom: 8px;
  }
}
.pilot-profile__slider .owl-prev {
  background-image: url(https://vdrifte.ru/themes/vdrifte2/images/main_banner_arrow_left.jpg);
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,0.8);
  text-indent: -9999px;
  position: absolute;
  bottom: 50%;
  left: 10px;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100px;
  transform: translateY(50%);
}

.pilot-profile__slider .owl-next {
  background-image: url(https://vdrifte.ru/themes/vdrifte2/images/main_banner_arrow_right.jpg);
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,.8);
  background-size: 10px 18px;
  text-indent: -9999px;
  position: absolute;
  bottom: 50%;
  right: 10px;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100px;
  transform: translateY(50%);
}
.pilot-profile__slider-item{

}
.pilot-profile__slider-item img{
  display: block;
  width: 100%;
  height: auto;
}
.pilot-profile__car-data-n-thumbs{
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pilot-profile__car-data-n-thumbs{
    flex-direction: column-reverse;
  }
}
.pilot-profile__car-data{
  width: calc(100% - 126px);
}
@media (max-width: 767px) {
  .pilot-profile__car-data{
    width: 100%;
  }
}
.pilot-profile__car-data-title{
  font-size: 16px;
  font-weight: bold;
  color: #24252a;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .pilot-profile__car-data-title{
    margin-top: 30px;
  }
}
.pilot-profile__car-data-item{
  display: flex;
  margin-bottom: 5px;
}
.pilot-profile__car-data-key{
  flex-shrink: 0;
  width: 170px;
}
.pilot-profile__car-data-val{
  font-weight: bold;
}
.pilot-profile__thumbs{
  width: 120px;
}
@media (max-width: 767px) {
  .pilot-profile__thumbs{
    width: 100%;
    display: flex;
  }
}
.pilot-profile__thumb{
  display: block;
  position: relative;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .pilot-profile__thumb{
    margin-right: 4px;
    width: 20%;
  }
}
.pilot-profile__thumb.--active{

}
.pilot-profile__thumb.--active:after{
  content: '';
  width: 2px;
  background-color: #E90078;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  margin-right: 4px;
}
@media (max-width: 767px) {
  .pilot-profile__thumb.--active:after{
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 4px;
    width: auto;
    height: 2px;
    margin-right: 0;
  }
}
.pilot-profile__thumb img{
  display: block;
  width: 100%;
  height: auto;
}
.pepsico{

}
.pepsico__caption{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 32px;
}
.pepsico__subcaption{
  margin-top: 32px;
  font-size: 11px;
  color: #9a9eab;
}
.pepsico__tabs{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.pepsico__tabs-tab{
  display: flex;
  padding: 0 24px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background-color: #F1F4FD;
  text-transform: uppercase;
  color: #000 !important;
  border-radius: 4px;
  margin-right: 18px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none !important;
  transition: all .4s;
}
@media (max-width: 767px) {
  .pepsico__tabs-tab{
    margin-right: 4px;
    margin-bottom: 4px;
  }
}
.pepsico__tabs-tab:hover{
  background-color: #eaedf5;
}
.pepsico__tabs-tab.--active{
  background-color: #2F2F31;
  color: #fff !important;
  pointer-events: none;
}
.pepsico__items{
  display: flex;
  flex-wrap: wrap;
  margin-right: -14px;
}
.pepsico__items-item{
  display: flex;
  flex-direction: column;
  width: calc(25% - 14px);
  margin-right: 14px;
  margin-bottom: 14px;
  background-color: #F8F7FD;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pepsico__items-item{
    width: calc(50% - 14px);
  }
}
.pepsico__items-img{
  display: block;
  padding: 16px;
  background-color: #F1F4FD;
}
.pepsico__items-img img{
display: block;
width: 100%;
height: auto;
}
.pepsico__items-cont{
padding: 10px 20px;
display: flex;
flex-direction: column;
height: 100%;
}
.pepsico__items-type{
  display: block;
  font-size: 10px;
  font-weight: bold;
  color: #C5C6CA !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
  text-decoration: none !important;
}
.pepsico__items-name{
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #000 !important;
  text-decoration: none !important;
}
.pepsico__items-specs{
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #000 !important;
  text-decoration: none !important;
}
.pepsico__items-price{
  display: block;
  font-size: 18px;
  color: #000;
  padding-top: 8px;
  margin-top: auto;
  color: #197AA7 !important;
  text-decoration: none !important;
}

.team-profile{

}
.team-profile__wrapper{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .team-profile__wrapper{
    flex-direction: column;
  }
}
.team-profile__wrapper-col-left{
  width: 234px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .team-profile__wrapper-col-left{
    width: 100%;
    margin-bottom: 32px;
  }
}
.team-profile__img{
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .team-profile__img{
    width: 120px;
  }
}
.team-profile__img img{
  display: block;
  width: 100%;
  height: auto;
}
.team-profile__data{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.team-profile__data + .team-profile__data{
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #CECECE;
}
.team-profile__data-key{
  font-size: 14px;
  color: #24252a;
}
.team-profile__data-val{
  font-size: 14px;
  font-weight: bold;
  color: #24252a;
}
.team-profile__social{
  display: flex;
  margin-top: 40px;
}
.team-profile__social-item{
  width: 30px;
  background-color: #2F2F37;
  border-radius: 200px;
}
.team-profile__social-item:hover{
  background-color: #E90078;
}
.team-profile__social-item img{
  display: block;
  width: 100%;
  height: auto;
}
.team-profile__social-item + .team-profile__social-item{
  margin-left: 20px;
}
.team-profile__wrapper-col-right{
  width: calc(100% - 260px);
}
@media (max-width: 767px) {
  .team-profile__wrapper-col-right{
    width: 100%;
  }
}
.team-profile__slider{
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .team-profile__slider{
    margin-bottom: 8px;
  }
}
.team-profile__slider .owl-prev {
  background-image: url(https://vdrifte.ru/themes/vdrifte2/images/main_banner_arrow_left.jpg);
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,0.8);
  text-indent: -9999px;
  position: absolute;
  bottom: 50%;
  left: 10px;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100px;
  transform: translateY(50%);
}

.team-profile__slider .owl-next {
  background-image: url(https://vdrifte.ru/themes/vdrifte2/images/main_banner_arrow_right.jpg);
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,.8);
  background-size: 10px 18px;
  text-indent: -9999px;
  position: absolute;
  bottom: 50%;
  right: 10px;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100px;
  transform: translateY(50%);
}
.team-profile__slider-item{

}
.team-profile__slider-item img{
  display: block;
  width: 100%;
  height: auto;
}
.team-profile__pilots-list{
  display: flex;
  margin-right: -30px;
  flex-wrap: wrap;
}
.team-profile__pilots-list__item-wrapper{
  padding-right: 30px;
  width: 33.33%;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .team-profile__pilots-list__item-wrapper{
    width: 50%;
  }
}
.teams-new{
  display: flex;
  margin-right: -30px;
  flex-wrap: wrap;
}
.teams-new__item{
  padding-right: 30px;
  margin-bottom: 30px;
  width: 33.33%;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .teams-new__item{
    width: 50%;
  }
}
.teams-new__item-img{
  display: block;
  margin-bottom: 12px;
}
.teams-new__item-img img{
  display: block;
  width: 100%;
  height: auto;
}
.teams-new__item-title{
  font-size: 14px;
  color: #24252a;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  padding-top: 3px;
}
.teams-new__item:hover .teams-new__item-title{
  text-decoration: underline;
  color: #d70374;
}
.poll-gallery{
  margin-bottom: 64px;
}
.poll-gallery .owl-prev {
  background-image: url(https://vdrifte.ru/themes/vdrifte2/images/main_banner_arrow_left.jpg);
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,0.8);
  text-indent: -9999px;
  position: absolute;
  bottom: 50%;
  left: 10px;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100px;
  transform: translateY(50%);
}
.poll-gallery .owl-prev.disabled{
  display: none !important;
}

.poll-gallery .owl-next {
  background-image: url(https://vdrifte.ru/themes/vdrifte2/images/main_banner_arrow_right.jpg);
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,.8);
  background-size: 10px 18px;
  text-indent: -9999px;
  position: absolute;
  bottom: 50%;
  right: 10px;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100px;
  transform: translateY(50%);
}
.poll-gallery .owl-next.disabled{
  display: none !important;
}
.poll-gallery .owl-dots{
  display: flex;
  justify-content: center;
  margin-top: 8px;
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
}
.poll-gallery .owl-dots .owl-dot{
  padding: 8px;
}
.poll-gallery .owl-dots .owl-dot span{
  display: block;
  width: 10px;
  height: 10px;
  background-color: #eee;
  border-radius: 100px;
}
.poll-gallery .owl-dots .owl-dot.active span{
  background-color: #D50370;
}
.poll-gallery__slide{
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .poll-gallery__slide {
    padding-bottom: 64px;
  }
}
.poll-gallery__slide-mobile-full{
  display: none;
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,.8);
  right: 10px;
  top: 10px;
  position: absolute;
  z-index: 10;
  padding: 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .poll-gallery__slide-mobile-full {
    display: block;
  }
}
.poll-gallery__slide-img{
}
.poll-gallery__slide-text{
  position: absolute;
  left: 16px;
  top: 16px;
  right: 16px;
}
@media (max-width: 767px) {
  .poll-gallery__slide-text{
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 14px;
  }
}
.poll-gallery__slide-text-inner{
  display: inline-block;
  background-color: rgba(0,0,0,.5);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .poll-gallery__slide-text-inner{
    border-radius: 0 0 4px 0;
    padding: 2px 4px;
    font-size: 11px;
  }
}
.poll-gallery__slide-btn{
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  background-color: #D50370;
  border: 1px solid #D50370;
  color: #fff !important;
  font-size: 18px;
  line-height: 1.1;
  border-radius: 4px;
  padding: 16px 24px;
  z-index: 10;
  transition: all .3s;
  text-decoration: none !important;
}
.poll-gallery__slide-btn:hover{
  transform: translateX(-50%) scale(.98, .98);
}
@media (max-width: 767px) {
  .poll-gallery__slide-btn{
    bottom: 10px;
    font-size: 14px;
    padding: 12px 16px;
    white-space: nowrap;
  }
}
.poll-gallery__slide-btn.--voted{
  background-color: #fff;
  color: #D50370 !important;
}

.owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
}

.poll-gallery .owl-video-frame {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.poll-gallery .owl-video-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.b-sponsor{
  position: relative;
}
.b-sponsor.--d-inline-block{
  display: inline-block;
}
.b-sponsor__text{
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255,255,255,.8);
  color: #000;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1;
  padding: 2px 4px 0px 4px;
  border-radius: 100px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .b-sponsor__text.--mob-fz-6{
    font-size: 6px;
  }
}
.b-sponsor__text.--no-bg{
  background-color: transparent;
  padding: 0;
  color: #fff;
}
.b-sponsor__text.--vertical{
  transform: rotate(90deg);
  transform-origin: left top;
}
.b-sponsor__text.--right{
  right: 0;
  left: auto;
}
.b-sponsor__text.--top-8{
  top: 8px;
}
.b-sponsor__text.--left-8{
  left: 8px;
}
.b-sponsor__text.--left--16{
  left: -16px;
}
.b-sponsor__text.--top--16{
  top: -16px;
}
.b-sponsor__text.--top--24{
  top: -24px;
}
.b-sponsor__text.--top-4{
  top: 4px;
}
@media (max-width: 767px) {
  .b-sponsor__text.--mob-top--22{
    top: -22px;
  }
  .b-sponsor__text.--mob-left--8{
    left: -8px;
  }
}
.b-sponsor__text.--on-white{
  background-color: rgba(0,0,0,.5);
  color: #fff;
}
.brandbook{

}
.brandbook__pdf{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
}
.brandbook__pdf-img{
  max-width: 300px;
}
.brandbook__pdf-img img{
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.brandbook__pdf-text{
  text-align: center;
  display: block;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}
.brandbook__pdf-text:hover{
  color: #d70374;
  text-decoration: underline;
}
.brandbook__cols{
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .brandbook__cols{
    flex-direction: column;
  }
}
.brandbook__col{
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .brandbook__col{
    width: 100%;
  }
}
.brandbook__col-title{
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 32px;
  text-align: center;
}
.brandbook__col-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
.brandbook__col-img{
  max-width: 400px;
  margin-bottom: 16px;
}
.brandbook__col-img img{
  display: block;
  max-width: 100%;
  height: auto;
}
.brandbook__col-text{
  text-align: center;
  display: block;
  text-transform: uppercase;
  color: #000;
}
.brandbook__col-item:hover .brandbook__col-text{
  color: #d70374;
  text-decoration: underline;
}
.brandbook__col-text.--white{
  color: #fff;
}
.brandbook__col-item:hover .brandbook__col-text.--white{
  color: #fff;
  text-decoration: underline;
}
.b_top_partners {
  background-color: #202126;
  height: 140px;
  line-height: 70px;
  text-align: center;
}
@media (max-width: 767px) {
  .b_top_partners .b-sponsor.--d-inline-block {
    display: inline-block;
    width: 120px;
  }
}
.b_top_partners {
  height: auto;
}
.b_top_partners__row{
  display: flex;
}
@media (max-width: 767px) {
  .b_top_partners__row{
    flex-wrap: wrap;
  }
}
.b_top_partners__item-wrapper{

}
@media (max-width: 767px) {
.b_top_partners__item-wrapper{
  width: 50%;
}
}
.b_top_partners__item{
  padding-top: 24px;
  display: block;
}
.b_top_partners__text{
  line-height: 1;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}
