@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/*stylelint-enable*/
.partners-p-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 442px;
  margin: 0 auto;
  padding-bottom: 80px;
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #f2f2f2; }
  @media only screen and (max-width: 750px) {
    .partners-p-header {
      height: 300px;
      padding-bottom: 40px; } }
  .partners-p-header__title {
    margin-bottom: 24px;
    font-size: 42px;
    line-height: 46px; }
    @media only screen and (max-width: 750px) {
      .partners-p-header__title {
        font-size: 26px;
        line-height: 28px; } }
  .partners-p-header__text {
    max-width: 482px;
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 164%; }
    @media only screen and (max-width: 750px) {
      .partners-p-header__text {
        margin-bottom: 24px;
        font-size: 16px; } }
  .partners-p-header__btn {
    width: 305px;
    height: 60px;
    border: 1px solid #fff; }
    @media only screen and (max-width: 321px) {
      .partners-p-header__btn {
        width: 100%; } }
    .partners-p-header__btn:hover {
      color: #3b4658; }

.partners-p-offers {
  padding: 102px 0; }
  @media only screen and (max-width: 750px) {
    .partners-p-offers {
      padding: 56px 0 40px;
      background-color: #fff; } }
  .partners-p-offers__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .partners-p-offers__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 750px) {
      .partners-p-offers__filters {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%; } }
  .partners-p-offers__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 52px; }
    @media only screen and (max-width: 750px) {
      .partners-p-offers__filter {
        width: 100%; } }
    .partners-p-offers__filter:not(:last-child) {
      margin-right: 20px; }
      @media only screen and (max-width: 750px) {
        .partners-p-offers__filter:not(:last-child) {
          margin-right: 0;
          margin-bottom: 12px; } }
    .partners-p-offers__filter .multiselect {
      width: 285px;
      border: 1px solid #cacaca; }
      @media only screen and (max-width: 750px) {
        .partners-p-offers__filter .multiselect {
          width: 100%; } }
    .partners-p-offers__filter .multiselect__placeholder {
      color: #9c9a9a; }
  .partners-p-offers__list-container {
    width: 100%;
    margin-top: 57px; }
    @media only screen and (max-width: 750px) {
      .partners-p-offers__list-container {
        margin-top: 24px; } }
  .partners-p-offers__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px; }
  .partners-p-offers__block {
    margin-bottom: 21px; }
    @media only screen and (max-width: 750px) {
      .partners-p-offers__block {
        margin-bottom: 12px; } }
    @media only screen and (max-width: 750px) {
      .partners-p-offers__block:last-child {
        margin-bottom: 0; } }
  .partners-p-offers__empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 24px;
    color: rgba(57, 70, 90, 0.3); }
  .partners-p-offers__add {
    width: 386px;
    height: 60px;
    margin-top: 35px; }
    @media only screen and (max-width: 750px) {
      .partners-p-offers__add {
        width: 100%;
        margin-top: 33px; } }

.partners-offer-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 10px; }
  @media only screen and (max-width: 750px) {
    .partners-offer-block {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%; } }
  .partners-offer-block__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    @media (hover), (min-width: 0 \0) {
      .partners-offer-block__content:hover {
        -webkit-transform: translateY(-8px);
                transform: translateY(-8px);
        -webkit-box-shadow: 0 20px 8px -12px rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
                box-shadow: 0 20px 8px -12px rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05); }
        .partners-offer-block__content:hover .partners-offer-block__sale:after {
          opacity: 0; }
        .partners-offer-block__content:hover .partners-offer-block__sale:before {
          opacity: 1;
          -webkit-animation: .3s linear forwards arrow;
                  animation: .3s linear forwards arrow; } }
  .partners-offer-block__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #e6e6e6;
    border-right: none;
    background-color: #f9f9f9;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .partners-offer-block__img-icn {
    width: 125px;
    height: 65px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 750px) {
      .partners-offer-block__img-icn {
        width: 100px;
        height: 50px; } }
  .partners-offer-block__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%;
    padding: 40px 20px 40px 50px;
    border: 1px solid #e6e6e6;
    border-left: none; }
    @media only screen and (max-width: 750px) {
      .partners-offer-block__info {
        padding: 24px 24px 26px; } }
  .partners-offer-block__category {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 18px;
    opacity: .5; }
    @media only screen and (max-width: 750px) {
      .partners-offer-block__category {
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 13px; } }
  .partners-offer-block__sale {
    position: relative;
    display: inline-block;
    font-size: 28px;
    line-height: 31px; }
    @media only screen and (max-width: 750px) {
      .partners-offer-block__sale {
        display: block;
        margin-bottom: 25px;
        font-size: 18px;
        line-height: 20px; } }
    .partners-offer-block__sale:after, .partners-offer-block__sale:before {
      content: "";
      position: absolute;
      bottom: 8px;
      height: 13px;
      background-repeat: no-repeat;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      @media only screen and (max-width: 750px) {
        .partners-offer-block__sale:after, .partners-offer-block__sale:before {
          display: none; } }
    .partners-offer-block__sale:after {
      right: -25px;
      width: 8px;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDcgMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01Ljg4OTI3IDEyLjYxNUw3IDExLjYzODVMMi41NDE3MSA2LjMwNzVMNyAwLjk3NjVMNS44ODkyNyAwTDEuMDIyNjggNS44MkMwLjc4NzgwNiA2LjEwMDUgMC43ODc4MDYgNi41MTUyNSAxLjAyMjY4IDYuNzk1NzVMNS44ODkyNyAxMi42MTVaIiBmaWxsPSIjM0I0NjU4Ii8+Cjwvc3ZnPgo=);
      background-position: center;
      background-size: contain;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      opacity: 1; }
    .partners-offer-block__sale:before {
      left: calc(100% + 15px);
      width: 8px;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNSAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNDQwMjYgMTIuNzE4NUw4LjMwMTc2IDExLjc0MkwxMi44NzE1IDYuNDExMDFMOC4zMDE3NiAxLjA4MDAxTDkuNDQwMjYgMC4xMDM1MTZMMTQuNDI4NSA1LjkyMzUxQzE0LjY2OTMgNi4yMDQwMSAxNC42NjkzIDYuNjE4NzYgMTQuNDI4NSA2Ljg5OTI2TDkuNDQwMjYgMTIuNzE4NVoiIGZpbGw9IiMzOTQ1NUIiLz4KPHBhdGggZD0iTTE0IDUuNUgwVjdIMTRWNS41WiIgZmlsbD0iIzM5NDU1QiIvPgo8L3N2Zz4K);
      background-position: center right;
      background-size: cover;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      opacity: 0; }
  .partners-offer-block__sale-icn {
    display: none;
    width: 15px;
    height: 13px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNSAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNDQwMjYgMTIuNzE4NUw4LjMwMTc2IDExLjc0MkwxMi44NzE1IDYuNDExMDFMOC4zMDE3NiAxLjA4MDAxTDkuNDQwMjYgMC4xMDM1MTZMMTQuNDI4NSA1LjkyMzUxQzE0LjY2OTMgNi4yMDQwMSAxNC42NjkzIDYuNjE4NzYgMTQuNDI4NSA2Ljg5OTI2TDkuNDQwMjYgMTIuNzE4NVoiIGZpbGw9IiMzOTQ1NUIiLz4KPHBhdGggZD0iTTE0IDUuNUgwVjdIMTRWNS41WiIgZmlsbD0iIzM5NDU1QiIvPgo8L3N2Zz4K);
    background-position: center;
    background-size: contain; }
    @media only screen and (max-width: 750px) {
      .partners-offer-block__sale-icn {
        display: block; } }

@-webkit-keyframes arrow {
  0% {
    width: 8px;
    left: calc(100% + 15px); }
  100% {
    width: 15px;
    left: calc(100% + 20px); } }

@keyframes arrow {
  0% {
    width: 8px;
    left: calc(100% + 15px); }
  100% {
    width: 15px;
    left: calc(100% + 20px); } }

.partners-offer-popup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 684px;
  padding: 96px 75px 64px 80px;
  background-color: #fff; }
  @media only screen and (max-width: 750px) {
    .partners-offer-popup {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100vw;
      height: 100%;
      padding: 0 20px;
      overflow-y: auto;
      overflow-x: hidden; } }
  .partners-offer-popup .form__close {
    top: 44px;
    right: 80px; }
    @media only screen and (max-width: 750px) {
      .partners-offer-popup .form__close {
        top: 16px;
        right: 16px; } }
  .partners-offer-popup__img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 330px;
            flex: 0 0 330px;
    margin-right: 77px;
    background-color: #f9f9f9; }
    @media only screen and (max-width: 750px) {
      .partners-offer-popup__img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 140px;
                flex: 0 0 140px;
        width: 100vw;
        margin-right: 0;
        margin-left: -20px; } }
  .partners-offer-popup__img-category {
    position: absolute;
    top: 32px;
    left: auto;
    font-size: 16px;
    line-height: 18px;
    opacity: .6; }
    @media only screen and (max-width: 750px) {
      .partners-offer-popup__img-category {
        display: none; } }
    .partners-offer-popup__img-category._mob {
      display: none; }
      @media only screen and (max-width: 750px) {
        .partners-offer-popup__img-category._mob {
          position: relative;
          top: auto;
          display: block;
          margin-bottom: 12px;
          font-size: 12px;
          line-height: 13px; } }
  .partners-offer-popup__img-icn {
    width: 170px;
    height: 85px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 750px) {
      .partners-offer-popup__img-icn {
        width: 112px;
        height: 55px; } }
  .partners-offer-popup__info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    @media only screen and (max-width: 750px) {
      .partners-offer-popup__info {
        padding-top: 32px; } }
  .partners-offer-popup__info-title {
    max-width: 406px;
    margin-bottom: 40px;
    font-size: 34px;
    line-height: 140%; }
    @media only screen and (max-width: 750px) {
      .partners-offer-popup__info-title {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 130%; } }
  .partners-offer-popup__info-descr {
    height: 372px;
    padding-right: 26px;
    font-size: 16px;
    line-height: 164%;
    font-weight: 300;
    overflow: hidden; }
    @media only screen and (max-width: 750px) {
      .partners-offer-popup__info-descr {
        height: auto;
        padding-right: 0;
        margin-bottom: 55px;
        line-height: 160%; } }
    .partners-offer-popup__info-descr p:not(:first-child) {
      margin-top: 30px; }
      @media only screen and (max-width: 750px) {
        .partners-offer-popup__info-descr p:not(:first-child) {
          margin-top: 20px; } }
  .partners-offer-popup__overlay {
    display: none; }
    @media only screen and (max-width: 750px) {
      .partners-offer-popup__overlay {
        position: fixed;
        left: 0;
        bottom: 0;
        display: block;
        width: 100vw;
        height: 66px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.37)), color-stop(25.51%, rgba(255, 255, 255, 0.9)), color-stop(55.93%, #fff));
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.37) 0%, rgba(255, 255, 255, 0.9) 25.51%, #fff 55.93%);
        pointer-events: none; } }

