/* Focux Child Styles */
.bp-row {
  margin: 0 !important; }
  .bp-row .col {
    vertical-align: top;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .bp-row .col.left {
      float: left;
      padding-right: 2%; }
    .bp-row .col.right {
      float: right;
      padding-left: 2%; }
    .bp-row .col.c1_2 {
      width: 50%; }
  .bp-row:after {
    content: '';
    clear: both;
    display: block; }

.partners .head-description {
  margin-top: 0; }

.partners .discount-number {
  font-size: 1.2em;
  display: inline-block;
  line-height: 1.2em;
  vertical-align: middle;
  background-color: #f75e25;
  color: #fff;
  padding: 2px 5px;
  font-weight: bold; }

.partners section {
  padding-top: 30px;
  padding-bottom: 30px; }
  .partners section:not(.form-section) h2 {
    text-align: center; }
    .partners section:not(.form-section) h2:first-of-type {
      margin-top: 0; }
  .partners section ul, .partners section ol {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0; }
    .partners section ul *, .partners section ol * {
      margin: 0;
      padding: 0; }
    .partners section ul li, .partners section ol li {
      vertical-align: top;
      text-align: center; }
      .partners section ul li:before, .partners section ol li:before {
        content: ""; }
      .partners section ul li p, .partners section ol li p {
        margin-top: 5px; }
  .partners section.advantages {
    background-color: #ECEFF4; }
    .partners section.advantages ul.advantages-list li {
      width: 15%;
      min-width: 140px;
      margin-top: 10px;
      margin-bottom: 10px; }
      .partners section.advantages ul.advantages-list li h4, .partners section.advantages ul.advantages-list li p {
        font-size: 14px;
        line-height: 18px; }
      .partners section.advantages ul.advantages-list li:before {
        content: ""; }
      .partners section.advantages ul.advantages-list li h4:before {
        content: "";
        display: inline-block;
        width: 96px;
        height: 96px;
        border-radius: 50%;
        margin-bottom: 10px; }
      .partners section.advantages ul.advantages-list li.big-assort h4:before {
        background: url("../img/assort.svg") center no-repeat #fff;
        background-size: 40%; }
      .partners section.advantages ul.advantages-list li.discounts h4:before {
        background: url("../img/discount.svg") center no-repeat #fff;
        background-size: 45%; }
      .partners section.advantages ul.advantages-list li.own-delivery h4:before {
        background: url("../img/delivery.svg") center no-repeat #fff;
        background-size: 50%; }
      .partners section.advantages ul.advantages-list li.product-presents h4:before {
        background: url("../img/exists.svg") center no-repeat #fff;
        background-size: 45%; }
      .partners section.advantages ul.advantages-list li.opt-price h4:before {
        background: url("../img/opt.svg") center no-repeat #fff;
        background-size: 45%; }
  .partners section.profit ol.profit-list {
    counter-reset: li; }
    .partners section.profit ol.profit-list li {
      text-align: center;
      width: 28%; }
      .partners section.profit ol.profit-list li:before {
        margin: 0;
        margin-bottom: 10px;
        display: inline-block;
        content: counter(li) !important;
        padding-right: 0 !important;
        counter-increment: li;
        color: white;
        width: 85px;
        height: 85px;
        background-color: #424953;
        text-align: center;
        float: none;
        position: static;
        font-family: OpenSans-Bold;
        font-size: 64px;
        line-height: 78px;
        border-radius: 50%; }
  .partners section.callback {
    text-align: center; }
    .partners section.callback a.big-phone {
      color: #424953;
      font-family: OpenSans-Bold;
      font-size: 42px;
      line-height: 42px; }
    .partners section.callback a.main-button {
      margin-top: 40px; }
  .partners section.partners-footer hr.long {
    margin: 0; }
  .partners section.partners-footer p {
    font-size: 12px;
    line-height: 14px; }

/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */
@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

/**
 * <= 768px
 * ----------------------------------------------------------------------------
*/
@media (max-width: 767px) {
  .partners section.advantages {
    width: calc(100% + 30px);
    margin-left: -15px; }
  .partners section.profit ol.profit-list {
    padding: 0 2%; }
    .partners section.profit ol.profit-list li {
      text-align: left;
      width: 100%;
      display: block;
      margin-top: 20px;
      margin-left: 100px; }
      .partners section.profit ol.profit-list li:before {
        float: left;
        margin-left: -100px;
        margin-top: 5px; }
    .partners section.profit ol.profit-list:after {
      content: '';
      clear: both;
      display: block; } }

/**
 * <=  480
 * ----------------------------------------------------------------------------
*/
@media (max-width: 480px) {
  .bp-row {
    margin: 0 !important; }
    .bp-row .col {
      display: block; }
      .bp-row .col.left, .bp-row .col.right {
        float: none;
        clear: both;
        width: 100%; }
      .bp-row .col.c1_2 {
        width: 100%; }
    .bp-row:after {
      content: '';
      clear: both;
      display: block; }
  .partners section.form-section .col.right {
    display: none; }
  .partners section.callback {
    text-align: center; }
    .partners section.callback a.big-phone {
      font-size: 38px;
      line-height: 40px; } }
