/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[3]!./src/stylesheets/modules/m-architect-panel.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
/* 
    Created on : 2019-01-22, 20:47:20
    Author     : l.kobus
*/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.m-panel-aside {
  border-top: 3px solid #333333;
  padding-top: 30px;
  margin-top: 79px;
}
.m-panel-aside__noTopMargin {
  margin-top: 0;
}
.m-panel-aside__head {
  display: flex;
}
.m-panel-aside__left {
  width: 100px;
  border: 1px solid #eaeaea;
  box-shadow: 0px 0px 40px 5px #eaeaea;
  margin-right: 30px;
  flex-shrink: 0;
  max-height: 98px;
  overflow: hidden;
  position: relative;
}
.m-panel-aside__left img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.m-panel-aside__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 22px;
}
.m-panel-aside__title span {
  display: block;
  word-wrap: break-word;
}
.m-panel-aside__link {
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 20px;
  display: inline-block;
  margin-top: 15px;
  position: relative;
}
.m-panel-aside__link button {
  display: inline;
  border-bottom: 1px solid #333333;
  transition: all 0.3s cubic-bezier(0.3, 1.02, 0.73, 1);
  padding: 0;
  cursor: pointer;
}
.m-panel-aside__link:hover button {
  color: #b31764;
  border-bottom: 1px solid transparent;
}
.m-panel-aside__right {
  padding-top: 20px;
  width: calc(100% - 130px);
}
.m-panel-aside__menu {
  margin: 30px 0;
}

.pa-menu__btn {
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 30px 75px;
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.3, 1.02, 0.73, 1);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: 25px center;
  position: relative;
  outline: none;
}
.pa-menu__btn--arrow::after {
  content: "";
  display: block;
  position: absolute;
  background: url("/Assets/images/angle-arrow-down.svg");
  background-size: cover;
  width: 18px;
  height: 18px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center center;
  transition: transform 0.3s cubic-bezier(0.66, 0.32, 0.22, 0.96);
}
.pa-menu__btn--iconD {
  background-image: url("/Assets/images/dashboard.svg");
}
.pa-menu__btn--iconN {
  background-image: url("/Assets/images/bell.svg");
}
.pa-menu__btn--iconO {
  background-image: url("/Assets/images/binoculars.svg");
}
.pa-menu__btn--iconE {
  background-image: url("/Assets/images/note.svg");
}
.pa-menu__btn--iconR {
  background-image: url("/Assets/images/star-button.svg");
}
.pa-menu__btn--iconS {
  background-image: url("/Assets/images/panel-cart.svg");
}
.pa-menu__item {
  background-color: rgba(234, 234, 234, 0.5);
  transition: all 0.3s cubic-bezier(0.3, 1.02, 0.73, 1);
  border-bottom: 1px solid #9d9d9d;
  position: relative;
  list-style-image: none;
}
.pa-menu__item:first-of-type .pa-menu__btn {
  border-top: 1px solid #9d9d9d;
}
.pa-menu__item.is-active {
  box-shadow: 0px 0px 15px 5px #eaeaea;
  background-color: #fff;
  border-left: 1px solid rgba(157, 157, 157, 0.3);
  border-right: 1px solid rgba(157, 157, 157, 0.3);
  border-bottom: 1px solid rgba(157, 157, 157, 0.3);
}
.pa-menu__item.is-active .pa-menu__btn {
  border-bottom: none;
  color: #b31764;
  background-color: transparent;
}
.pa-menu__item.is-active .pa-menu__btn::after {
  transform: translateY(-50%) rotate(180deg);
}
.pa-menu__item.is-active .pa-menu__btn--iconN {
  background-image: url("/Assets/images/bell-active.svg");
}
.pa-menu__item.is-active .pa-menu__btn--iconE {
  background-image: url("/Assets/images/note-active.svg");
}
.pa-menu__item.is-active .pa-menu__btn--iconO {
  background-image: url("/Assets/images/binoculars-active.svg");
}
.pa-menu__item.is-active .pa-menu__btn--iconR {
  background-image: url("/Assets/images/star-button-active.svg");
}
.pa-menu__item.is-active .pa-menu__btn--iconS {
  background-image: url("/Assets/images/panel-cart-active.svg");
}
.pa-menu__item.is-active:not(.single-count) > .a-cloud {
  opacity: 0;
}
.pa-menu__inner-nav {
  max-height: 0;
  transition: all 0.3s cubic-bezier(0.3, 1.02, 0.73, 1);
  overflow: hidden;
}
.pa-menu__inner-list {
  padding: 0 55px;
  padding-bottom: 30px;
  padding-right: 40px;
}
.pa-menu__inner-list li a {
  padding: 7px 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  display: block;
  transition: all 0.3s cubic-bezier(0.3, 1.02, 0.73, 1);
}
.pa-menu__inner-list li.is-active a {
  background-color: #b31764;
  color: #fff;
}
.pa-menu__inner-list--wrapper {
  position: relative;
  display: inline-block;
}
.pa-menu__inner-list--wrapper .a-cloud {
  right: -50px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.hoverAvailable .pa-menu__inner-list li a:hover {
  background-color: #b31764;
  color: #fff;
}

@media (min-width: 1420px) {
  .m-profile .c-panel-edit {
    display: none;
  }
  .m-profile .baner:hover > .c-panel-edit,
  .m-profile .brandL:hover > .c-panel-edit {
    display: block;
  }
}
.m-profile .baner {
  margin-top: 62px;
  max-height: 400px;
}
.m-profile .baner__img {
  max-height: 400px;
  width: 100%;
}
.m-profile .baner--empty {
  min-height: 200px;
  box-shadow: 4px 4px 50px 1px #eaeaea;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .m-profile .baner--empty {
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .m-profile .baner--empty {
    min-height: 350px;
  }
}
.m-profile .brandL {
  width: 22.2rem;
  height: 22.2rem;
  left: 7rem;
  bottom: -50px;
  outline: 1px solid #eaeaea;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .m-profile .brandL {
    bottom: auto;
  }
}
@media (max-width: 768px) {
  .m-profile .brandL {
    width: 18rem;
    height: 18rem;
  }
}
@media (max-width: 576px) {
  .m-profile .brandL {
    width: 12rem;
    height: 12rem;
    left: 2rem;
  }
}
.m-profile .m-search-box__heading {
  padding-bottom: 10px;
}
@media (max-width: 576px) {
  .m-profile .m-search-box__heading {
    margin-bottom: 30px;
    margin-left: -15px;
  }
}
.m-profile .m-search-box__heading span {
  font-size: 2.8rem;
  line-height: 28px;
  vertical-align: middle;
}
.m-profile .m-pagination {
  margin-top: 0;
}
.m-profile__info {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 35px;
  min-height: 44px;
}
@media (max-width: 576px) {
  .m-profile__info {
    margin-bottom: 45px;
  }
}
.m-profile__info::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  height: 1px;
  background: #9d9d9d;
  z-index: -1;
}
.m-profile__info .m-search-box__btn {
  height: 30px;
  display: none;
}
.m-profile__form {
  margin-top: 110px;
}
.m-profile__form.mt55 {
  margin-top: 55px;
}
.m-profile__form .loading-active:after {
  top: 294px;
}
@media (min-width: 992px) {
  .m-profile__form .loading-active:after {
    top: 260px;
  }
}
.m-profile__offer-header > *:not(:last-child) {
  margin-bottom: 30px;
}
.m-profile__product-text {
  margin-bottom: 50px;
}
.m-profile__product-text span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.m-profile__col-container > *:not(:last-child) {
  margin-bottom: 30px;
}
.m-profile__col-container .m-sliderArrows__leftLayer {
  opacity: 1;
  left: 50px;
  padding: 40px 45px;
  max-width: 300px;
}
@media (max-width: 768px) {
  .m-profile__col-container .m-sliderArrows__leftLayer {
    max-width: none;
  }
}
.m-profile__col-container .m-sliderArrows__leftLayer figure {
  max-width: 180px;
}
.m-profile__col-container .m-sliderArrows__leftLayer figure img {
  width: 100%;
}
.m-profile__col-container .a-sliderArrowsTitle {
  margin-bottom: 20px;
}
.m-profile__col-container .a-sliderArrowsDesc {
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}
.m-profile__col-container .m-sliderArrows__btnsBottom {
  margin-bottom: 0;
}
.m-profile__col-container .po-header__img .m-offer__discount {
  font-size: 1.6rem;
  line-height: 16px;
  height: 30px;
  padding-right: 98px;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}
.m-profile__content {
  display: none;
  overflow: hidden;
}
.m-profile__content.is-active {
  display: flex;
}
.m-profile__content .m-search-results {
  padding-bottom: 15px;
}
.m-profile__content .m-search-results .cai-desc__title {
  font-size: 20px;
}
.m-profile--search {
  position: relative;
  background-size: 28px 28px;
  display: inline-block;
  vertical-align: middle;
  right: 0;
  top: 0;
}
@media (max-width: 576px) {
  .m-profile--search {
    top: -5px;
  }
}
.m-profile--search:hover {
  background-image: none;
}
.m-profile .m-product-menu__list--page {
  margin-bottom: 35px;
}
.m-profile .m-product-menu__list--page li {
  padding-bottom: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
}
.m-profile .m-search-results {
  padding-top: 0;
  border-top: none;
}
.m-profile .m-productItem320 .m-offer__discount {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  padding: 0px 15px;
}
.m-profile .m-articleItemEvent__img {
  max-height: 400px;
}
@media (min-width: 576px) {
  .m-profile .m-articleItemEvent__img {
    height: 379px;
  }
}
@media (min-width: 768px) {
  .m-profile .m-articleItemEvent__img {
    height: 245px;
  }
}
@media (min-width: 992px) {
  .m-profile .m-articleItemEvent__img {
    height: 215px;
  }
}
@media (min-width: 1420px) {
  .m-profile .m-articleItemEvent__img {
    height: 237px;
  }
}

.p-info__btns {
  padding-left: 35px;
  background: #fff;
  color: #fff;
}
.p-info__btns .v2 {
  margin-left: 10px;
}
@media (max-width: 576px) {
  .p-info__btns {
    padding-left: 0;
    width: 100%;
  }
}
.p-info__btns .a-btnSubmit {
  padding: 15px 35px;
}
@media (max-width: 576px) {
  .p-info__btns .a-btnSubmit {
    margin-bottom: 10px;
  }
}
.p-info__btns.pl15 {
  padding-left: 15px;
}
@media (max-width: 576px) {
  .p-info__btns.pl15 {
    width: auto;
  }
}
.p-info__btns.wa {
  width: auto;
  top: 0;
}
.p-info--right {
  text-align: right;
  margin-top: 20px;
}

.p-form {
  margin-bottom: 35px;
}
.p-form label {
  padding-top: 12px;
  margin-right: 5px;
  max-width: 200px;
  width: 100%;
  font-size: 1.6rem;
  flex-shrink: 0;
}
@media (max-width: 1420px) {
  .p-form label {
    margin-bottom: 10px;
  }
}
.p-form label span {
  display: block;
  font-style: italic;
  color: #9d9d9d;
  font-size: 1.4rem;
  line-height: 14px;
  margin-top: 0px;
  line-height: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.p-form input,
.p-form textarea,
.p-form .pf-select__btn {
  border: 1px solid rgba(157, 157, 157, 0.5);
  background-color: #fff;
  padding: 11px 25px;
  padding-right: 55px;
  width: 100%;
  border-radius: 2px;
  resize: vertical;
  text-align: left;
  display: inline-block;
  line-height: 32px;
  text-overflow: ellipsis;
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  vertical-align: middle;
  font-size: 1.8rem;
  overflow: hidden;
  resize: none;
  min-height: 54px;
  outline: none;
}
.p-form input:focus,
.p-form textarea:focus,
.p-form .pf-select__btn:focus {
  border-color: #b31764;
}
.p-form input.p-form--primary,
.p-form textarea.p-form--primary,
.p-form .pf-select__btn.p-form--primary {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.p-form input::-moz-placeholder, .p-form textarea::-moz-placeholder, .p-form .pf-select__btn::-moz-placeholder {
  font-style: italic;
  color: #9d9d9d;
}
.p-form input::placeholder,
.p-form textarea::placeholder,
.p-form .pf-select__btn::placeholder {
  font-style: italic;
  color: #9d9d9d;
}
@media (max-width: 576px) {
  .p-form input::-moz-placeholder, .p-form textarea::-moz-placeholder, .p-form .pf-select__btn::-moz-placeholder {
    font-size: 12px;
  }
  .p-form input::placeholder,
  .p-form textarea::placeholder,
  .p-form .pf-select__btn::placeholder {
    font-size: 12px;
  }
}
.p-form input[disabled], .p-form input[readonly], .p-form input[data-readonly],
.p-form textarea[disabled],
.p-form textarea[readonly],
.p-form textarea[data-readonly],
.p-form .pf-select__btn[disabled],
.p-form .pf-select__btn[readonly],
.p-form .pf-select__btn[data-readonly] {
  color: #333333;
  -webkit-text-fill-color: #333333;
  -webkit-opacity: 1;
  background-color: rgba(234, 234, 234, 0.5);
  cursor: default;
}
.p-form input[readonly]:focus,
.p-form textarea[readonly]:focus,
.p-form .pf-select__btn[readonly]:focus {
  border-color: rgba(157, 157, 157, 0.5);
}
.p-form input {
  transition: all 0.3s cubic-bezier(0.3, 1.02, 0.73, 1);
}
.p-form .p-form__input--error input {
  border-color: red;
}
.p-form__item:not(:last-of-type) {
  margin-bottom: 30px;
}
.p-form__item > :not(:last-child) {
  margin-bottom: 10px;
}
.p-form__item.is-hidden {
  display: none;
}
.p-form__photo-list {
  margin-top: 30px;
}
.p-form__wrapper {
  display: flex;
  pointer-events: auto;
}
@media (max-width: 1420px) {
  .p-form__wrapper {
    flex-direction: column;
  }
}
.p-form__wrapper.pt6 label {
  padding-top: 6px;
}
.p-form__edit-btn {
  padding: 0;
  height: 37px;
  width: 53px;
  background-image: url("/Assets/images/pen.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 9px;
  right: 0;
  border-left: 1px solid rgba(157, 157, 157, 0.5);
  cursor: pointer;
  outline: none;
  z-index: 2;
}
.p-form__edit-btn:focus {
  border-color: #b31764;
}
input:disabled + .p-form__edit-btn {
  opacity: 0.3;
  pointer-events: none;
}
.p-form__input-container {
  width: 100%;
}
.p-form__input-container > :not(:last-child) {
  margin-bottom: 10px;
}
.p-form__input-container--wrapper > :last-child {
  margin-top: 10px;
}
.p-form__input {
  position: relative;
  width: 100%;
  display: block;
}
.p-form__input--sm {
  max-width: calc(100% - 53px);
}
.p-form__input--add {
  display: block;
}
.p-form__input--add input {
  background-color: #fff;
}
.p-form__input--add .p-form__edit-btn {
  background-image: url("/Assets/images/rounded-add-button.svg");
}
.p-form__input--addBtn {
  padding-right: 60px;
  padding-top: 13px;
  text-align: right;
  font-style: italic;
  color: #9d9d9d;
}
@media (min-width: 576px) {
  .p-form__input--addBtn {
    padding-right: 70px;
  }
}
.p-form__input--addBtn label {
  font-size: 12px;
}
@media (min-width: 576px) {
  .p-form__input--addBtn label {
    font-size: 18px;
  }
}
.p-form__input--add-select {
  display: block;
}
.p-form__input--textareaP textarea {
  padding: 50px;
  padding-right: 80px;
}
@media (max-width: 1420px) {
  .p-form__input--textareaP textarea {
    padding: 25px;
    padding-top: 50px;
  }
}
.p-form__input.lh24 textarea {
  line-height: 24px;
}
.p-form__input.mb10 {
  margin-bottom: 10px;
}
.p-form__logo::before {
  content: "";
  display: block;
  position: absolute;
  height: 56px;
  top: 0;
  left: 0;
  width: 55px;
  background-size: 33px;
  background-repeat: no-repeat;
  background-position: center center;
}
.p-form__logo input {
  padding-left: 75px;
}
.p-form__counter {
  position: absolute;
  right: 70px;
  top: 12px;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 12px;
  color: #9d9d9d;
  line-height: 30px;
}
.p-form__project-new {
  position: relative;
}
.p-form__project-new > :not(:last-child) {
  margin-bottom: 10px;
}
.p-form__project-new .p-form__wrapper label {
  max-width: 106px;
}
.p-form__project-new img {
  max-height: 312px;
}
@media (max-width: 1420px) {
  .p-form__project-new img {
    max-height: 466px;
  }
}
@media (max-width: 992px) {
  .p-form__project-new img {
    max-height: 527px;
  }
}
@media (max-width: 768px) {
  .p-form__project-new img {
    max-height: 390px;
  }
}
@media (max-width: 576px) {
  .p-form__project-new img {
    max-height: none;
  }
}
.p-form__project-new--highlight img {
  outline: 2px solid red;
}
.p-form .pf-select__btn {
  background-color: rgba(234, 234, 234, 0.5);
}
.p-form__project-add-new {
  border: 1px solid #eaeaea;
}
.p-form__list > :not(:last-child) {
  margin-bottom: 10px;
}
.p-form__list--hidden .p-form__input {
  display: none;
}
.p-form__list--hidden .p-form__input.is-visible {
  display: block;
}
.p-form .a-readMore {
  padding: 0;
  line-height: 1.5;
}
.p-form.mb30 {
  margin-bottom: 30px;
}
.p-form--bold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.p-form--error {
  color: red;
  max-height: 0;
  overflow: hidden;
}
.p-form--error.is-active {
  max-height: 100px;
  transition: max-height 1s cubic-bezier(0.3, 1.02, 0.73, 1);
  overflow: visible;
}
.p-form--error.is-active ~ .p-form__file-size-info {
  display: none;
}
.p-form--error-main {
  color: red;
  text-align: center;
  padding-bottom: 10px;
}
.p-form__file-size-info {
  color: #9d9d9d;
}
.p-form .p-form__input--error .pf-select__btn {
  border-color: red;
}

.project-an label {
  width: 100%;
  cursor: pointer;
  font-style: italic;
  padding: 0;
  text-align: center;
}
.project-an label span:nth-of-type(1) {
  font-size: 1.8rem;
  line-height: 18px;
  color: #333333;
  margin-bottom: 90px;
  margin-top: 15px;
}
.project-an label span:nth-of-type(2) {
  color: #9d9d9d;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 18px;
}
.project-an__container {
  position: relative;
  max-width: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 70px auto;
  background-image: url("/Assets/images/rounded-add-button.svg");
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center center;
  font-size: 1.8rem;
  line-height: 18px;
}
.project-an__container input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.project-an__container .p-form--error {
  position: absolute;
  top: 100%;
  width: 150%;
  left: -25%;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.1;
  text-align: center;
}
@media (min-width: 576px) {
  .project-an__container .p-form--error {
    width: 200%;
    left: -50%;
  }
}

.box__dragndrop, .box__uploading, .box__success, .box__error, .box__button {
  display: none;
}
.box.has-advanced-upload {
  background-color: #fff;
  outline: 2px dashed #000;
  outline-offset: -10px;
}
.box.has-advanced-upload .box__dragndrop {
  display: inline;
}

.pfl--fb::before {
  background-image: url("/Assets/images/facebook-logo-white.svg");
  background-color: #333333;
}
.pfl--insta::before {
  background-image: url("/Assets/images/instagram-social-network-logo-of-photo-camera-white.svg");
  background-color: #333333;
}
.pfl--twit::before {
  background-image: url("/Assets/images/icon3.svg");
  background-color: #333333;
  background-size: 50px;
  background-position: center 10px;
}
.pfl--pint::before {
  background-image: url("/Assets/images/pinterest-logo-white.svg");
  background-color: #333333;
}
.pfl--tumb::before {
  background-image: url("/Assets/images/icon5.svg");
  background-color: #333333;
  background-position: center 5px;
}

.pf-select__list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0px;
  background-color: #fff;
  z-index: 11;
  box-shadow: inset 0px 0px 0px 1px rgba(157, 157, 157, 0.5);
  border-radius: 2px;
}
.is-disabled .pf-select__list {
  height: 0;
}
.is-rev .pf-select__list {
  left: auto;
  right: -1px;
}
.pf-select__list li {
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.2s cubic-bezier(0.3, 1.02, 0.73, 1);
  cursor: pointer;
  background-color: rgba(234, 234, 234, 0.5);
}
.pf-select__option--disabled {
  pointer-events: none;
  color: rgba(19, 19, 19, 0.3);
}
.pf-select--icon {
  background-image: url("/Assets/images/angle-arrow-down.svg");
  background-size: 18px;
  top: 10px;
}
.pf-select > input {
  display: none;
}

.m-profile-agreements {
  margin-top: 15px;
}
.m-profile-agreements--borderB {
  border-bottom: 1px solid rgba(157, 157, 157, 0.5);
}
.m-profile-agreements--marginTop {
  margin-top: 50px;
}
.m-profile-agreements__wrapper::after {
  content: "";
  clear: both;
  display: table;
}
.m-profile-agreements__wrapper .form__check {
  margin-bottom: 20px;
  margin-left: 40px;
}
.m-profile-agreements__wrapper .form__check__in:checked + label:before {
  background-color: #eaeaea;
}
.m-profile-agreements__wrapper .form__check__in:checked + label:after {
  width: 20px;
}
.m-profile-agreements__wrapper .form__check__lab {
  padding-left: 25px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 24px;
  color: #333333;
  max-width: calc(100% - 20px);
}
.m-profile-agreements__wrapper .form__check__lab::before {
  height: 25px;
  width: 25px;
  bottom: auto;
  top: 0;
  background-color: #fff;
  border: 1px solid rgba(157, 157, 157, 0.5);
  border-radius: 2px;
}
.m-profile-agreements__wrapper .form__check__lab::after {
  bottom: auto;
  top: 4px;
  left: -16px;
  height: 20px;
  background-size: 18px 16px;
}
.m-profile-agreements__wrapper .form__check span {
  font-size: 1.2rem;
  line-height: 12px;
  display: block;
  padding-top: 8px;
  padding-bottom: 10px;
  color: #9d9d9d;
}
.m-profile-agreements__wrapper .a-btnSubmit {
  float: right;
  margin-top: 20px;
}
.m-profile-agreements__wrapper input {
  background-color: #eaeaea;
}
.m-profile-agreements p {
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 26px;
}
.m-profile-agreements p a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #333333;
  transition: all 0.3s cubic-bezier(0.3, 1.02, 0.73, 1);
}
.m-profile-agreements .a-photo-heading {
  margin-bottom: 50px;
}

.m-photos-order {
  max-width: 640px;
  width: 100%;
  max-height: 484px;
  z-index: 12;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px 60px;
  display: flex;
}
@media (max-width: 992px) {
  .m-photos-order {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 768px) {
  .m-photos-order {
    flex-direction: column;
    max-height: 100%;
    padding: 25px 30px 50px 30px;
    overflow: auto;
  }
}
.m-photos-order__imgs {
  margin-right: 50px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  overflow: auto;
  width: 174px;
  max-height: 384px;
}
@media (max-width: 768px) {
  .m-photos-order__imgs {
    margin-right: 0;
    overflow: auto;
    min-height: 135px;
  }
}
@media (max-width: 576px) {
  .m-photos-order__imgs {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.m-photos-order__imgs--item {
  max-width: 150px;
  cursor: move;
  pointer-events: auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .m-photos-order__imgs--item {
    max-width: none;
  }
}
.m-photos-order__imgs--item img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  max-height: 150px;
}
@media (max-width: 768px) {
  .m-photos-order__imgs--item img {
    width: 100%;
  }
}
.m-photos-order__imgs--item img,
.m-photos-order__imgs--item span {
  pointer-events: none;
}
.m-photos-order__imgs--item span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: red;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 30px;
  transform: translate(-50%, -50%);
}
.m-photos-order__imgs > :not(:last-of-type) {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .m-photos-order__imgs > :not(:last-of-type) {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .m-photos-order__imgs > :not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.m-photos-order__info {
  width: calc(100% - 200px);
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 26px;
}
@media (max-width: 768px) {
  .m-photos-order__info {
    width: 100%;
  }
}
.m-photos-order__info > :not(:last-child) {
  margin-bottom: 30px;
}
.m-photos-order__info.w100 {
  width: 100%;
}
.m-photos-order__info--text {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
}
.m-photos-order__btns {
  margin: -14px -7px -7px -7px;
}
.m-photos-order__btns.right {
  text-align: right;
}
.m-photos-order .a-btnSubmit {
  padding: 15px 35px;
  margin: 7px 5px;
}
.m-photos-order.mw690 {
  max-width: 690px;
}
@media (max-width: 992px) {
  .m-photos-order.mw690 {
    max-width: calc(100% - 60px);
  }
}

.m-copy-link {
  max-width: 690px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .m-copy-link {
    max-width: calc(100% - 60px);
  }
}
.m-copy-link__text {
  margin: auto;
}
.m-copy-link__btn-close {
  position: absolute;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/Assets/images/x.svg");
  top: 30px;
  right: 30px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.c-favorite-item {
  overflow: hidden;
  position: relative;
  max-height: 400px;
}
@media (min-width: 576px) {
  .c-favorite-item {
    height: 244px;
  }
}
.c-favorite-item img {
  height: 100%;
  max-width: none;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  position: relative;
}
@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .c-favorite-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    top: 0;
    left: 0;
    transform: none;
  }
}
.c-favorite-item--cover {
  width: 100%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .c-favorite-item--cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
    transform: none;
  }
}
.c-favorite-item__btn {
  position: absolute;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 40px;
  height: 35px;
  top: 12px;
  right: 12px;
  cursor: pointer;
  transition: background-image 0.3s cubic-bezier(0.3, 1.02, 0.73, 1);
}
.c-favorite-item__btn .m-inspirations__like--default {
  background-image: url("/Assets/images/like-bg.svg");
}
.c-favorite-item__btn .m-inspirations__like--hover {
  background-image: url("/Assets/images/heart-btn-active.svg");
}
.c-favorite-item__title {
  transform: translateY(102%);
}
.c-favorite-item__title.m-inspirations__caption {
  padding: 15px 20px;
}

.po-header__img {
  position: relative;
  overflow: hidden;
}
.po-header__img--item {
  height: 380px;
}
@media (max-width: 768px) {
  .po-header__img--item {
    height: auto;
  }
}
.po-header__img img {
  max-height: 100%;
  min-width: 100%;
}
.po-header__img .m-offer__discount {
  font-size: 2.5rem;
  line-height: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  height: 45px;
  width: 100px;
  line-height: 30px;
  padding: 8px 13px;
  padding-right: 108px;
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
}
.po-header__subtitle {
  font-size: 1.4rem;
  line-height: 14px;
}
.po-header__subtitle span:nth-of-type(1) {
  margin-right: 20px;
}
.po-header__subtitle span:nth-of-type(2) {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.po-header__title h3 {
  font-size: 2.8rem;
  line-height: 28px;
  line-height: 36px;
}
.po-header__desc {
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 22px;
}
.po-header .a-btnSubmit {
  margin-top: 10px;
  margin-bottom: 30px;
}

.p-form__item--marginB:not(:last-of-type) {
  margin-bottom: 32px;
}

input[readonly] {
  pointer-events: none;
}

.hoverAvailable .p-form__project-new:hover .c-panel-edit {
  display: block;
}
.hoverAvailable .pf-select__list li:hover {
  background: #b31764;
  color: #fff;
}
.hoverAvailable .m-profile .baner:hover > .c-panel-edit,
.hoverAvailable .m-profile .brandL:hover > .c-panel-edit {
  display: block;
}
.hoverAvailable .c-favorite-item:hover .c-favorite-item__title {
  transform: translateY(0);
}
.hoverAvailable .m-profile-agreements p a:hover {
  color: #b31764;
  border-bottom: 1px solid transparent;
}

.noHoverAvailable .p-form__project-new .c-panel-edit {
  display: block;
}
.noHoverAvailable .m-profile .baner > .c-panel-edit,
.noHoverAvailable .m-profile .brandL > .c-panel-edit {
  display: block;
}
.noHoverAvailable .c-favorite-item .c-favorite-item__title {
  transform: translateY(0);
}
