/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }
.vue-dropzone{border:2px solid #e5e5e5;font-family:Arial,sans-serif;letter-spacing:.2px;color:#777;transition:.2s linear}.vue-dropzone:hover{background-color:#f6f6f6}.vue-dropzone>i{color:#ccc}.vue-dropzone>.dz-preview .dz-image{border-radius:0;width:100%;height:100%}.vue-dropzone>.dz-preview .dz-image img:not([src]){width:200px;height:200px}.vue-dropzone>.dz-preview .dz-image:hover img{transform:none;-webkit-filter:none}.vue-dropzone>.dz-preview .dz-details{bottom:0;top:0;color:#fff;background-color:rgba(33,150,243,.8);transition:opacity .2s linear;text-align:left}.vue-dropzone>.dz-preview .dz-details .dz-filename{overflow:hidden}.vue-dropzone>.dz-preview .dz-details .dz-filename span,.vue-dropzone>.dz-preview .dz-details .dz-size span{background-color:transparent}.vue-dropzone>.dz-preview .dz-details .dz-filename:not(:hover) span{border:none}.vue-dropzone>.dz-preview .dz-details .dz-filename:hover span{background-color:transparent;border:none}.vue-dropzone>.dz-preview .dz-progress .dz-upload{background:#ccc}.vue-dropzone>.dz-preview .dz-remove{position:absolute;z-index:30;color:#fff;margin-left:15px;padding:10px;top:inherit;bottom:15px;border:2px #fff solid;text-decoration:none;text-transform:uppercase;font-size:.8rem;font-weight:800;letter-spacing:1.1px;opacity:0}.vue-dropzone>.dz-preview:hover .dz-remove{opacity:1}.vue-dropzone>.dz-preview .dz-error-mark,.vue-dropzone>.dz-preview .dz-success-mark{margin-left:auto;margin-top:auto;width:100%;top:35%;left:0}.vue-dropzone>.dz-preview .dz-error-mark svg,.vue-dropzone>.dz-preview .dz-success-mark svg{margin-left:auto;margin-right:auto}.vue-dropzone>.dz-preview .dz-error-message{margin-left:auto;margin-right:auto;left:0;width:100%;text-align:center}.vue-dropzone>.dz-preview .dz-error-message:after{display:none}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-designer-work-card{padding:30px 15px;background-color:#fff;margin-top:30px}@media screen and (min-width: 768px){.b-designer-work-card{margin-top:50px;padding:60px 99px 58px}}@media screen and (min-width: 1024px){.b-designer-work-card{margin-top:73px}}@media screen and (min-width: 1024px){.b-designer-work-card--full-width{padding:98px 0 76px}}.b-designer-work-card--full-width:not(:last-child){border-bottom:1px solid #999}.b-designer-work-card--full-width:not(:first-child){margin-top:0}@media screen and (min-width: 1024px){.b-designer-work-card--contractor{margin-top:50px}}.b-designer-work-card--contractor:first-child{margin-top:20px}.b-designer-work-card--small-content-width .b-designer-work-card__text{max-width:575px}.b-designer-work-card *{box-sizing:border-box}.b-designer-work-card__title{font-size:22px;line-height:26px;text-transform:uppercase;margin:0;padding:0}@media screen and (min-width: 768px){.b-designer-work-card__title{font-size:32px;line-height:38px}}@media screen and (min-width: 1024px){.b-designer-work-card__title{font-size:36px;line-height:44px}}.b-designer-work-card__content-container{display:flex;justify-content:center;flex-wrap:wrap;margin-top:30px}@media screen and (min-width: 768px){.b-designer-work-card__content-container{margin-top:50px;justify-content:flex-start;flex-wrap:nowrap}}@media screen and (min-width: 1024px){.b-designer-work-card__content-container{margin-top:68px}}.b-designer-work-card__person{display:flex;flex-direction:column;align-items:center;max-width:206px;width:100%}.b-designer-work-card__person-img-container{display:flex;justify-content:center;align-items:center;width:206px;height:206px;border-radius:50%;overflow:hidden}.b-designer-work-card__person-img{max-width:100%;height:auto}.b-designer-work-card__person-name{margin-top:24px;font-size:18px;font-weight:bold}.b-designer-work-card__person-description{font-size:14px;text-align:center;margin-top:15px;max-width:210px;width:100%}.b-designer-work-card__content{line-height:24px;margin-top:30px;max-width:575px;width:100%}@media screen and (min-width: 768px){.b-designer-work-card__content{max-width:unset;margin-left:92px;margin-top:0}}.b-designer-work-card__content p:first-child{margin-top:0}.b-designer-work-card__text{max-width:675px;width:100%}.b-designer-work-card__buttons{overflow:hidden;margin-top:35px}.b-designer-work-card__buttons-row{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-left:-10px;margin-right:-10px}.b-designer-work-card__btn{display:flex;background:#e30713;color:#fff;border:1px solid transparent;border-radius:4px;font-size:14px;padding:7px 15px;transition:.2s;text-decoration:none;line-height:1;margin:0 10px 10px}.b-designer-work-card__btn:hover{background:#fff;color:#e30713;border-color:#e30713}.b-designer-work-card__brands{overflow:hidden;margin-top:30px}@media screen and (min-width: 1024px){.b-designer-work-card__brands{margin-top:74px}}.b-designer-work-card__brands-row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.b-designer-work-card__brand{display:flex;align-items:center;margin:0 15px 10px}.b-designer-work-card__brand-name{margin-left:5px;font-size:16px}.b-designer-work-card__services{margin-top:30px;overflow:hidden}@media screen and (min-width: 768px){.b-designer-work-card__services{margin-top:50px}}@media screen and (min-width: 1024px){.b-designer-work-card__services{margin-top:85px}}.b-designer-work-card__services-row{display:flex;flex-wrap:wrap;justify-content:center;margin-left:-15px;margin-right:-15px}@media screen and (min-width: 768px){.b-designer-work-card__services-row{justify-content:flex-start}}.b-designer-work-card__service{display:flex;flex-direction:column;margin:0 15px;max-width:calc(575px - 30px)}.b-designer-work-card__service:not(:last-child){margin-bottom:50px}@media screen and (min-width: 605px){.b-designer-work-card__service{max-width:575px}}@media screen and (min-width: 768px){.b-designer-work-card__service{max-width:calc(50% - 30px)}}@media screen and (min-width: 1024px){.b-designer-work-card__service{flex-direction:row}.b-designer-work-card__service:not(:last-child){margin-bottom:60px}}.b-designer-work-card__service-img-container{display:flex;align-items:flex-start;justify-content:flex-start;overflow:hidden;width:58px}@media screen and (min-width: 768px){.b-designer-work-card__service-img-container{justify-content:center}}.b-designer-work-card__service-img{max-width:58px;height:auto}.b-designer-work-card__service-right-container{display:flex;flex-direction:column;align-items:flex-start;margin-top:15px;width:100%}@media screen and (min-width: 1024px){.b-designer-work-card__service-right-container{margin-left:30px;margin-top:0}}.b-designer-work-card__service-title{font-size:26px;width:100%;font-weight:bold}.b-designer-work-card__service-text{font-size:16px;line-height:24px;margin-top:15px;width:100%}@media screen and (min-width: 1024px){.b-designer-work-card__service-text{margin-top:20px}}.b-designer-work-card__service-text a{text-decoration:none;color:#e30713;transition:.2s;border-bottom:1px solid transparent}.b-designer-work-card__service-text a:hover{border-color:#e30713}.b-designer-work-card__service-btn{display:flex;background:#e30713;color:#fff;border:1px solid transparent;border-radius:4px;font-size:14px;padding:7px 15px;transition:.2s;text-decoration:none;line-height:1;margin-top:15px}.b-designer-work-card__service-btn:hover{background:#fff;color:#e30713;border-color:#e30713}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-designers-page-services{padding:30px 15px;background-color:#fff}@media screen and (min-width: 1024px){.b-designers-page-services{padding:89px 0}}.b-designers-page-services--contractors{background-color:#ececec}.b-designers-page-services--contractors .b-designers-page-services__service-btn{border:1px solid #fff;background-color:#e30713;color:#fff}.b-designers-page-services--contractors .b-designers-page-services__service-btn:hover{background-color:#fff;color:#e30713;border-color:#e30713}.b-designers-page-services *{box-sizing:border-box}@media(min-width: 768px){.b-designers-page-services__container{max-width:768px;margin:0 auto}}@media(min-width: 970px){.b-designers-page-services__container{max-width:970px}}@media(min-width: 1280px){.b-designers-page-services__container{max-width:1220px}}.b-designers-page-services__title{font-size:28px;line-height:34px;margin:0;max-width:930px;text-transform:uppercase}.b-designers-page-services__services{margin-top:30px;overflow:hidden}@media screen and (min-width: 768px){.b-designers-page-services__services{margin-top:50px}}@media screen and (min-width: 1024px){.b-designers-page-services__services{margin-top:85px}}.b-designers-page-services__services-row{display:flex;flex-wrap:wrap;justify-content:center;margin-left:-15px;margin-right:-15px}@media screen and (min-width: 768px){.b-designers-page-services__services-row{justify-content:flex-start}}.b-designers-page-services__service{display:flex;flex-direction:column;margin:0 15px;max-width:calc(575px - 30px)}.b-designers-page-services__service:not(:last-child){margin-bottom:50px}@media screen and (min-width: 605px){.b-designers-page-services__service{max-width:575px}}@media screen and (min-width: 768px){.b-designers-page-services__service{max-width:calc(50% - 30px)}}@media screen and (min-width: 1024px){.b-designers-page-services__service{flex-direction:row}.b-designers-page-services__service:not(:last-child){margin-bottom:85px}}.b-designers-page-services__service-img-container{display:flex;align-items:flex-start;justify-content:flex-start;overflow:hidden;width:58px;height:58px}@media screen and (min-width: 768px){.b-designers-page-services__service-img-container{justify-content:center}}.b-designers-page-services__service-img{max-width:58px;height:auto}.b-designers-page-services__service-right-container{display:flex;flex-direction:column;align-items:flex-start;margin-top:15px;width:100%}@media screen and (min-width: 1024px){.b-designers-page-services__service-right-container{margin-left:30px;margin-top:0}}.b-designers-page-services__service-title{font-size:26px;width:100%;font-weight:bold}.b-designers-page-services__service-text{font-size:16px;line-height:24px;margin-top:15px;width:100%}@media screen and (min-width: 1024px){.b-designers-page-services__service-text{margin-top:20px}}.b-designers-page-services__service-btns-container{display:flex;flex-wrap:wrap;max-width:100%}.b-designers-page-services__service-btn{font-size:14px;line-height:17px;color:#e30713;border:1px solid #e30713;background-color:#fff;border-radius:4px;padding:5px 15px;transition:.2s;text-decoration:none;margin-top:15px;margin-right:10px}.b-designers-page-services__service-btn:hover{background-color:#e30713;color:#fff}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-designers-page-subscribe{padding:57px 15px;background-color:#ececec}@media(min-width: 1024px){.b-designers-page-subscribe{padding:57px 0}}.b-designers-page-subscribe *{box-sizing:border-box}@media(min-width: 768px){.b-designers-page-subscribe__container{max-width:768px;margin:0 auto}}@media(min-width: 970px){.b-designers-page-subscribe__container{max-width:970px}}@media(min-width: 1280px){.b-designers-page-subscribe__container{max-width:1220px}}.b-designers-page-subscribe__title{font-size:36px;line-height:44px;margin:0;text-transform:uppercase}.b-designers-page-subscribe__content{overflow:hidden}.b-designers-page-subscribe__content-row{display:flex;flex-direction:column;margin-top:30px;margin-left:-15px;margin-right:-15px}@media screen and (min-width: 768px){.b-designers-page-subscribe__content-row{flex-direction:row}}.b-designers-page-subscribe__box{width:calc(100% - 30px);margin-left:15px;margin-right:15px}.b-designers-page-subscribe__box:not(:last-child){margin-bottom:30px}@media screen and (min-width: 768px){.b-designers-page-subscribe__box{width:calc(50% - 30px)}.b-designers-page-subscribe__box:not(:last-child){margin-bottom:0}}.b-designers-page-subscribe__box-title{font-size:26px;margin:0}.b-designers-page-subscribe__box-description{margin-top:15px;font-size:16px;line-height:24px;max-width:425px;width:100%}@media screen and (min-width: 768px){.b-designers-page-subscribe__box-description{margin-top:30px}}.b-designers-page-subscribe__form{position:relative;display:flex;flex-direction:column;margin-top:25px;max-width:470px;width:100%}.b-designers-page-subscribe__form--disabled::after{content:"";display:block;position:absolute;top:0;bottom:0;left:0;right:0;z-index:25;background:rgba(0,0,0,.1) url(/local/templates/nav-tn/builds/prod/img/common/ajax-loader.gif) 50% no-repeat;background-size:50px}.b-designers-page-subscribe__form-fields--hidden{display:none}.b-designers-page-subscribe__form-policy-field{margin-top:15px;display:block;cursor:pointer;user-select:none}.b-designers-page-subscribe__form-policy-link{text-decoration:none;color:#e30713;transition:.2s}.b-designers-page-subscribe__form-policy-link:hover{border-bottom:1px solid #e30713}.b-designers-page-subscribe__form-subscribe-field{display:flex;width:100%}.b-designers-page-subscribe__form-message{padding-top:10px}.b-designers-page-subscribe__form-message .ok-message{font-weight:bold}.b-designers-page-subscribe__form-message .error-message{color:#e30713;font-size:14px;padding-left:15px}.b-designers-page-subscribe__input{flex:1;background:#fff;border-radius:4px;border:none;outline:none;padding-left:15px}.b-designers-page-subscribe__input::placeholder{color:gray}.b-designers-page-subscribe__subscribe-btn{font-size:18px;background:#e30713;color:#fff;border:1px solid transparent;border-radius:4px;padding:10px 30px;margin-left:10px;outline:none;transition:.2s;cursor:pointer}.b-designers-page-subscribe__subscribe-btn:hover{background:#fff;color:#e30713;border-color:#e30713}.b-designers-page-subscribe__social{margin-top:25px;overflow:hidden}.b-designers-page-subscribe__social-row{display:flex;align-items:center;margin-left:-15px;margin-right:-15px}.b-designers-page-subscribe__social-link{margin:0 15px;transition:.2s}.b-designers-page-subscribe__social-link:hover{transform:scale(1.1)}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-designers-page{background-color:#ececec;font-family:ProximaNova,sans-serif}.b-designers-page *{box-sizing:border-box}.b-designers-page__title-container{background-color:#ececec;padding:25px 15px 20px}@media screen and (min-width: 768px){.b-designers-page__title-container{padding-left:0;padding-right:0}}.b-designers-page__title{font-size:26px;line-height:32px;margin-top:0;margin-bottom:0}@media(min-width: 768px){.b-designers-page__title{max-width:768px;margin:0 auto}}@media(min-width: 970px){.b-designers-page__title{max-width:970px}}@media(min-width: 1280px){.b-designers-page__title{max-width:1220px}}@media(min-width: 768px){.b-designers-page__limited-width-cards{max-width:768px;margin:0 auto}}@media(min-width: 970px){.b-designers-page__limited-width-cards{max-width:970px}}@media(min-width: 1280px){.b-designers-page__limited-width-cards{max-width:1220px}}.b-designers-page__full-width-cards{background-color:#fff}@media(min-width: 768px){.b-designers-page__container{max-width:768px;margin:0 auto}}@media(min-width: 970px){.b-designers-page__container{max-width:970px}}@media(min-width: 1280px){.b-designers-page__container{max-width:1220px}}
