.brands__img {padding-top: 100%;}
.brands__img img {max-height: 100%; max-width: 100%;}
/*контакты*/
.p-contacts-v1 svg {display:none;}
.p-contacts-v1 {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.p-contacts-v1__left {
  border-right: 1px solid #e6e6e6;
  flex: none;
  width: 50%;
  padding-right: 20px;
}
.p-contacts-v1__left .f-contact__item-text a {
  color: #4e7df1;
}
.p-contacts-v1__left .f-contact__item-text a:hover {
  color: #4e7df1;
}
.p-contacts-v1__left .f-contact__item-phone a {
  color: #222;
  text-decoration: none;
}
.p-contacts-v1__right {
  flex: none;
  padding-left: 20px;
  width: 50%;
}
.p-contacts-v1__right .p-contacts-maps {
  margin-bottom: 0;
}
.p-contacts-v1__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: var(--font-weight);
  margin-bottom: 10px;
}
.p-contacts-v1 .f-contact__item-text {
  font-size: 14px;
  font-size: 0.875rem;
}
.p-contacts-v1 .f-contact__item {
  margin-top: 4px;
}
.p-contacts-v1 .f-contact__item-icon {
  color: #fd7e14;
}
.p-contacts-v1 .share {
  margin-top: 15px;
}
.p-contacts-v1__text {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-contacts-v1 {
    flex-direction: column;
  }
  .p-contacts-v1__left {
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
    flex: none;
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .p-contacts-v1__right {
    flex: none;
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .p-contacts-v1 {
    padding: 10px 15px;
  }
  .p-contacts-v1__left {
    padding-bottom: 15px;
  }
  .p-contacts-v1__right {
    padding-top: 15px;
  }
  .p-contacts-v1 .f-contact__item-text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .p-contacts-v1__title {
    margin-bottom: 5px;
  }
  .p-contacts-v1__text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-contacts-v2 {
  background: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  display: flex;
  margin-bottom: 40px;
  padding: 20px 20px 20px 0;
}
.p-contacts-v2__item {
  display: flex;
  margin-left: 20px;
  width: calc(33.33% - 20px);
}
.p-contacts-v2__icon {
  color: #fd7e14;
  margin-right: 10px;
  padding-top: 5px;
}
.p-contacts-v2__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: var(--font-weight);
}
.p-contacts-v2__phone a {
  color: #222;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-contacts-v2 {
    flex-wrap: wrap;
    padding: 0 20px 20px;
  }
  .p-contacts-v2__item {
    margin-top: 20px;
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 480px) {
  .p-contacts-v2 {
    flex-direction: column;
    padding: 20px;
  }
  .p-contacts-v2__item {
    border-top: 1px solid #e6e6e6;
    display: flex;
    margin-left: 0;
    margin-top: 20px;
    padding-top: 20px;
    width: 100%;
  }
  .p-contacts-v2__item:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
}
/*о компании*/
.p-l-work {
  margin-bottom: 60px;
}
.p-l-work__item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 60px;
  position: relative;
}
.p-l-work__item:last-child {
  padding-bottom: 0;
}
.p-l-work__item:last-child:after {
  display: none;
}
.p-l-work__item:after {
  background: #dcdcdc;
  content: '';
  position: absolute;
  left: 60px;
  top: 5px;
  width: 2px;
  height: 100%;
}
.p-l-work__img {
  flex: none;
  margin-right: 30px;
  position: relative;
  width: 120px;
  z-index: 2;
}
.p-l-work__img img {
  border-radius: 50%;
  max-width: 100%;
}
.p-l-work__num {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  color: #414555;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-l-work__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: var(--font-weight);
  margin-bottom: 20px;
}
.p-l-work__text {
  color: #414555;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 480px) {
  .p-l-work {
    margin-bottom: 40px;
  }
  .p-l-work__item {
    padding-bottom: 40px;
  }
  .p-l-work__item:after {
    left: 40px;
  }
  .p-l-work__img {
    margin-right: 20px;
    width: 80px;
  }
  .p-l-work__title {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 10px;
  }
  .p-l-work__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-l-work__num {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
/* delivery */

.delivery_yourself{
    padding: 45px 100px;
    margin-bottom: 50px;
}
.delivery-bg-color--gray{
    background: #F8F8F8;
}
.delivery_yourself--main-top{
    position:relative;
}
.delivery_yourself--main-top-icon{
    position: absolute;
    top: 0;
    right: calc(100% + 17px);
}
.delivery_yourself--main-top-title{
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    color: #000;
    margin-bottom:11px;
}

.delivery_yourself--main-text{
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    margin-bottom: 20px;
}
.delivery_yourself--main-text > b{
    font-weight: bold;
}
.delivery_yourself--main-text-blocks{
    display:flex;
    align-items: stretch;
}

.delivery_yourself--blocks{
    display:flex;
    justify-content:space-around;
}
.delivery_yourself--blocks-item{
  max-width: calc(25% - 10px);
  width:100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.1);
  height: 180px;
  transition:all .5s ease;
  cursor: pointer;
}
.delivery_yourself--blocks-item:hover,  .delivery_yourself--blocks-item.active{
  background: #F95D2A;
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.1);
}
.delivery_yourself--blocks-item:hover > div,  .delivery_yourself--blocks-item.active > div{
  color: #fff;
}
.delivery_yourself--blocks-item:hover > img,  .delivery_yourself--blocks-item.active > img{
  transform: scale(0.95) translateY(5px);
}
.delivery_yourself--blocks-item > img{
  height: 118px;
  transition:all .2s ease;
}
.delivery_yourself--blocks--title{
  padding:20px;
}

.delivery_yourself--info{
  display:flex;
  justify-content:space-between;
  margin-top: 30px;
}
.delivery_yourself--info-item{
  max-width: 49%;
}
.delivery_yourself--info-item > div{
  display:flex;
  margin-bottom:20px;
}
.delivery_yourself--info-item > div > :first-child{
  width: calc(30% - 10px);
  margin-right: 10px;
  font-weight: bold;
  min-height: 48px;
}
.delivery_yourself--info-item > div > :last-child{
  width:70%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
@media(max-width: 1080px){
  .delivery_yourself--blocks{
    flex-wrap:wrap;
  }
  .delivery_yourself--blocks-item{
    max-width:calc(50% - 10px);
    margin-bottom: 10px;
  }
  .delivery_yourself--blocks--title{
    padding: 25px 10px;
  }
}

@media(max-width: 920px){
    .delivery_yourself{
        padding: 45px 50px;
    }
    .delivery_yourself--main-top{
        display:flex;
        align-items:center;
        margin-bottom:10px;
    }
    .delivery_yourself--main-top-icon{
        position:relative;
        top: unset;
        right: unset;
        display:block;
        height: 54px;
    }
    .delivery_yourself--main-top-title{
        margin-left: 15px;
        margin-bottom: 0px;
    }
}
@media(max-width: 620px){
    .delivery_yourself{
        padding: 35px 20px;
    }
}
@media(max-width: 420px){
    .delivery_yourself--main-text-top{
        font-size: 13px;
        line-heiht: 1.3;
    }
}

.delivery_city{
  padding: 45px 100px;
  margin-bottom: 50px;
}
.delivery-bg-color--gray{
  background: #F8F8F8;
}
.delivery_city--main-top{
  position:relative;
}
.delivery_city--main-top-icon{
  position: absolute;
  top: 0;
  right: calc(100% + 17px);
}
.delivery_city--main-top-title{
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #000;
  margin-bottom:11px;
}
.delivery_city--main-top-title > #city-selector{
  cursor:pointer;
  color: #F95D2A;
  border-bottom: 2px dashed;
}
.delivery_city--main-text-top{
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 20px;
}
.delivery_russia--main-text-top > b{
  font-weight: bold;
}
.delivery_russia--main-text-blocks{
  display:flex;
  align-items: stretch;
}
.delivery_city--main-text{
  font-size: 14px;
}
.delivery_city--main-text ul{
  margin: 0;
  margin-top: 20px;
  padding: 0;
  padding-left: 20px;
  font-weight: 300;
}
.delivery_city--main-text ul > li{
  line-height: 1.6;
}
.delivery_city--main-text ul b{
  font-weight: bold;
}
#city-selector{
  position:relative;
}
#city-selector > span {
  display:inline-block;
}
#city-selector--menu{
  display:none;
  position: absolute;
  top:100%;
  width: 100%;
  min-width: 150px;
  right: 0;
  background: #fff;
  padding: 10px;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 300;
  line-height: 1.5;
  z-index: 10;
  height: 200px;
  overflow: scroll;
  box-shadow: 0px 5px 14px 0px #aeaeae;
}
#city-selector--menu.active{
  display:block;
}


@media(max-width: 920px){
  .delivery_city{
      padding: 45px 50px;
  }
  .delivery_city--main-top{
      display:flex;
      align-items:center;
      margin-bottom:10px;
  }
  .delivery_city--main-top-icon{
      position:relative;
      top: unset;
      right: unset;
      display:block;
      height: 54px;
  }
  .delivery_city--main-top-title{
      margin-left: 15px;
      margin-bottom: 0px;
  }
}
@media(max-width: 620px){
  .delivery_city{
      padding: 35px 20px;
  }
  .delivery_yourself--info{
      flex-wrap:wrap;
  }
  .delivery_yourself--info-item{
      max-width: 100%;
  }
}
@media(max-width: 420px){
  .delivery_city--main-text-top{
      font-size: 13px;
      line-heiht: 1.3;
  }
  .delivery_yourself--blocks-item{
      max-width: 100%;
      height: 160px;
  }
  .delivery_yourself--blocks--title {
      padding: 15px 10px;
  }
  
}

.delivery_russia{
  padding: 45px 100px;
  margin-bottom: 50px;
}
.delivery-bg-color--gray{
  background: #F8F8F8;
}
.delivery_russia--main-top{
  position:relative;
}
.delivery_russia--main-top-icon{
  position: absolute;
  top: 0;
  right: calc(100% + 17px);
}
.delivery_russia--main-top-title{
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #000;
  margin-bottom:11px;
}
.delivery_russia--main-text-top{
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 20px;
}
.delivery_russia--main-text-top > b{
  font-weight: bold;
}
.delivery_russia--main-text-blocks{
  display:flex;
  align-items: stretch;
}
.delivery_russia--blocks-item{
  margin-right: 40px;
  padding: 20px 20px 25px;
  background: #fff;
}
.delivery_russia--blocks-item > img{
  height: 52px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 7px;
}
.delivery_russia--blocks-text{

  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.delivery_russia--blocks-text > b{
  font-weight: bold;
}
@media(max-width: 920px){
  .delivery_russia{
      padding: 45px 50px;
  }
  .delivery_russia--main-top{
      display:flex;
      align-items:center;
      margin-bottom:10px;
  }
  .delivery_russia--main-top-icon{
      position:relative;
      top: unset;
      right: unset;
      display:block;
      height: 54px;
  }
  .delivery_russia--main-top-title{
      margin-left: 15px;
      margin-bottom: 0px;
  }
  .delivery_russia--blocks-item{
      margin-right: 20px;
  }
}
@media(max-width: 620px){
  .delivery_russia{
      padding: 35px 20px;
  }
  .delivery_russia--main-text-blocks{
      flex-wrap: wrap;
  }
  .delivery_russia--blocks-item {
      margin-right: 10px;
      max-width: calc(50% - 10px);
      margin-bottom: 10px;
  }
}
@media(max-width: 420px){
  .delivery_russia--main-text-top{
      font-size: 13px;
      line-height: 1.3;
  }
  .delivery_russia--blocks-item {
      margin-right: 0;
      max-width: 100%;
  }
}

.delivery_free{
  position:relative;
  margin-bottom: 50px;
}
.delivery_free--top-icon{
  position:absolute;
  top:0;
  right:0;
}
.delivery_free--bg-color{
  background: #F95D2A;
}
.delivery_free--main{
  color: #fff;
  padding: 46px 100px;
}
.delivery_free--main-title{
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 25px;
}
.delivery_free--main-text{
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}
@media(max-width: 680px){
  .delivery_free--main{
      padding: 60px 20px;
  }
}
/* oplata */

.payment-block{
  background: #F8F8F8;
  margin-bottom: 50px;
}
.payment-block--main-top{
  position:relative;
}
.payment-block--main-top-icon{
  position: absolute;
  top: 0;
  right: calc(100% + 17px);
}
.payment-block--main-top-title{
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #000;
  margin-bottom:11px;
}
.payment-block--inner{
  position:relative;
}
.payment-block--inner{
  padding: 45px 100px;
}
.payment-block--text{
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}
.payment-block--text > b{
  font-weight: bold;
}

@media(max-width: 920px){
  .payment-block--inner{
      padding: 45px 50px;
  }
  .payment-block--main-top{
      display:flex;
      align-items:center;
      margin-bottom:10px;
  }
  .payment-block--main-top-icon{
      position:relative;
      top: unset;
      right: unset;
      display:block;
      height: 54px;
  }
  .payment-block--main-top-title{
      margin-left: 15px;
      margin-bottom: 0px;
  }
}

@media(max-width: 620px){
  .payment-block--inner{
      padding: 35px 20px;
  }
}
.payment-block--flex-3{
  display:flex;
  justify-content:space-between;
  margin-top: 30px;
}
.payment-block--flex-3-item{
max-width: calc(33% - 15px);
width: 100%;
background: #FFFFFF;
padding: 30px 25px;
}
.pbf3i-top{
display:flex;
margin-bottom: 10px;
flex-wrap:wrap;
}
.pbf3i-top > div{
  height: 29px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.pbf3i-top > div > svg{
height: 100%;
width: auto;
}
.pbf3i-text{
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 1.7;
color: #000;
}
.pbf3i-text > b{
font-weight: bold;
}
@media(max-width: 860px){
  .payment-block--flex-3{
      flex-wrap:wrap;
  }
  .payment-block--flex-3-item{
      margin-bottom: 15px;
      max-width: calc(50% - 15px);
  }
}
@media(max-width: 560px){
  .payment-block--flex-3-item{
      max-width: 100%;
  }
}
/* rassrochka */

.credit-block { margin-bottom: 40px; }
.credit-line { display: flex; align-items: center; margin-bottom: 15px; }   
.credit-line:hover { opacity:1; }
.credit-line--image { max-width: 300px; width: 100%; margin-right: 20px;  }
.credit-line--title { font-size: 18px; text-align:left; line-height: 1; margin-bottom: 10px; }
.credit-line--more { color: #f65c2b;}
.credit-line--more:hover { opacity:0.8; text-decoration: underline; }

ul.brand-plugin-catalog-brand-categories__list {font-size: small;padding-left: 20px;padding-bottom: 10px;}
.yandex_description {display: none;margin-top: 0!important;}