@charset "utf-8";

.contact-page {
  max-width: 1100px;
}

.page-title {
  position: relative;
  top: 20px;
  margin-bottom: calc(30px + 50 * ((100vw - 320px) / (1600 - 320)));
}

.page-title.page-comments {
  margin-bottom: 0;
}

.contact-page--data-info {
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 0 16px;
  font-size: 14px;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 16px;
}

.contact-page--data-phone,
.contact-page--data-ure {
  background: #eef2f7;
  border-radius: var(--box-br);
  padding: 18px calc(16px + 14 * ((100vw - 320px) / (1600 - 320)));
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.contact-page--data-ure {
  background: #eef7f1;
}

.contact-page--content {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-column-gap: 13px;
  -moz-column-gap: 13px;
  column-gap: 13px;
  row-gap: 22px;
  padding-bottom: 20px;
}

.contact-page--title {
  margin: 0 0 32px;
  font-size: 19px;
  font-weight: bold;
}

.contact-page--text {
  font-size: calc(14px + 1 * ((100vw - 320px) / (1600 - 320)));
  line-height: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 55%;
  flex: 1 1 55%;
  white-space: nowrap;
}

.contact-page--text b {
  font-weight: 500;
}

.contact-page--text a {
  color: #854cd8;
}

.contact-page--text a:hover {
  color: #076fdd;
  text-decoration: underline;
}

.contact-page--dop-info {
  background: #f2eeeb;
  border-radius: var(--box-br);
  padding: 26px calc(12px + 14 * ((100vw - 320px) / (1600 - 320)));
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  row-gap: 16px;
}

.contact-page--map {
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 48%;
  flex: 1 0 48%;
}

.contact-page--descript h1 {
  margin: 12px 0 16px;
  font-size: 24px;
}

.contact-page--descript {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 48%;
  flex: 1 0 48%;
  max-width: 400px;
}

.contact-page--descript p {
  margin: 0 0 12px;
  line-height: 1.8;
  font-size: calc(14px + 1 * ((100vw - 320px) / (1600 - 320)));
}

.contact-page--icon {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 120px;
  flex: 0 1 120px;
  min-width: 80px;
}

.contact-map {
  margin: 50px 0;
  outline: 1px solid #eee;
}

.contact-map-sign {
  max-width: 600px;
  margin: 0 auto;
}

.contact-map-sign h3 {
  font-size: 14px;
}

.mes-sucs {
  background: #c4ecb2;
  -webkit-box-shadow: 0 7px 4px -7px #000;
  box-shadow: 0 7px 4px -7px #000;
  padding: 10px 15px;
  top: 54px;
  text-transform: uppercase;
  right: -35px;
  font-size: 10px;
  width: 160px;
  color: #367524;
}

.mes-sucs:before {
  content: "\f0d9";
  left: -5px;
  top: 7px;
  position: absolute;
  font-size: 16px;
  color: #c4ecb2;
}

#message_success {
  top: 5px;
}

.brend-list-wrap {
  padding: 5px;
}

.brend-list-wrap img {
  width: 100%;
}

.brend-info-wrap {
  margin-top: -34px;
  height: 75px;
}

.brend-list-wrap:hover .brend-info {
  margin: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.brend-info {
  background: rgba(236, 236, 236, 0.85);
  color: #717171;
  font-size: 0.75em;
  line-height: 1.2;
  padding: 5px 10px;
  margin: 34px 0 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.brend-name {
  font-size: 1.3em;
}

.brend-title {
  padding: 13px 0 0;
  height: 42px;
}

.auth-name {
  margin: -20px 0 0;
  padding: 60px 0 0;
}

.auth-form {
  background: #f7f7f7;
  margin: 64px auto 0;
  padding: 30px;
  width: 400px;
}

.auth-user:before,
.auth-mail:before {
  content: "\f007";
  position: absolute;
  top: 8px;
  left: 15px;
}

.auth-mail:before {
  content: "\f0e0";
}

.auth-form p {
  font-size: 0.9em;
  margin: 0 0 15px;
}

.auth-form .button {
  margin: 20px 0;
}

.auth-form .button:after {
  content: "\f090";
  position: absolute;
  right: 20px;
  top: 6px;
}

.page-navi {
  padding: 40px 10px 60px;
  text-align: center;
}

.page-navi a {
  background: #f6f6f6;
  border-radius: 30px;
  padding: 10px 15px;
  font-size: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.page-navi a:hover {
  background: #cbe1e8;
  color: #000;
}

a.peid_on {
  background: #777;
  color: #eee;
}

.order-accepted.flex {
  max-width: 940px;
  margin: 0 auto;
}

.work p {
  padding: 25px 0 0;
}

.look-status-wrap {
  min-height: 400px;
  margin-bottom: 90px;
}

.look-status-wrap h2 {
  bottom: -65px;
  left: 29%;
  font-size: 1.3em;
}

.look-status-wrap a {
  margin: 0 auto;
  padding: 7px 60px;
}

.add-link {
  background: #eee;
  border-radius: 30px;
  padding: 15px 30px;
  font-size: 14px;
  margin: 10px 0 30px;
}

.add-link:hover {
  background: #ffe2c9;
}

.add-link:after {
  content: "\f005";
  font-size: 1.1em;
  color: #ff3a00;
  margin-left: 10px;
}

.add-link:after:hover {
  content: "";
  color: green;
  -webkit-box-shadow: 0 7px 4px -7px #000;
  box-shadow: 0 7px 4px -7px #000;
}

.discount {
  margin-bottom: 50px;
}

.discount span {
  color: #ff3a00;
}

.look-status {
  padding: 8px 70px;
  margin: 30px 0 40px;
}

.block-soc-like {
  margin: 50px 0 80px;
}

.block-soc-like p {
  font-size: 12px;
  font-weight: 700;
}

.share-this {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  flex-flow: row nowrap;
  max-width: 240px;
  margin: 0 auto;
}

.soc-share--link {
  display: block;
  position: relative;
  border-radius: 50%;
  background: #eee;
  padding: 14px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  --fill: #1d232c;
}

.soc-share--link:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.soc-share--link .icon {
  width: 100%;
  height: 100%;
}

.soc-share--link:hover .icon-insta {
  --fill: #e838ab;
}

.soc-share--link:hover .icon-pint {
  --fill: #f22b51;
}

.soc-share--link:hover .icon-face {
  --fill: #0e68f4;
}

.soc-share--link:hover .icon-vk {
  --fill: #3597ee;
}

.view-3 {
  min-width: 300px;
  margin: 42px auto;
  padding-right: 48px;
  font-size: 14px;
  line-height: 1.6;
}

.share-this {
  margin: 0 auto;
  width: 216px;
  column-gap: 6px;
}

.share-this span:hover {
  color: #fff;
}

.social-share {
  background: #eee;
  border-radius: 50%;
  display: inline-block;
  margin-left: 3px;
  color: #2c465e;
  padding: 10.2px 6px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  font-size: 26px;
}

.social-share .icon {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 5px;
}

.social-share:hover {
  transform: scale(1.1);
}

/* Page Search */
.search-input--wrap {
  border-radius: 32px;
  padding: 3px;
  position: relative;
  max-width: 520px;
  margin: 0 auto 20px;
  overflow: hidden;
}

.search-input--wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: -o-linear-gradient(335deg,
      #4fcf70,
      #fad648,
      #a767e5,
      #12bcfe,
      #44ce7b);
  background: linear-gradient(115deg,
      #4fcf70,
      #fad648,
      #a767e5,
      #12bcfe,
      #44ce7b);
  background-size: 50% 100%;
  z-index: 0;
}

.search-input--wrap svg {
  position: absolute;
  top: calc(50% - 12px);
  right: 16px;
  z-index: 1;
}

.search-input--wrap:hover:before {
  -webkit-animation: rainbow 1s linear infinite;
  animation: rainbow 1s linear infinite;
}

@-webkit-keyframes rainbow {
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes rainbow {
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.search-inquiry {
  text-align: center;
  color: #007fff;
  margin-bottom: 20px;
}

.search-input {
  background: #efefef;
  border-radius: 32px;
  -webkit-box-shadow: 0 1px 1px -1px #555 inset;
  box-shadow: 0 1px 1px -1px #555 inset;
  position: relative;
  padding: 14px 20px;
  font-size: 16px;
}

.search-products--h1 {
  text-align: left;
  margin-bottom: 5px;
  padding: 0 1vw;
}

.search-found--title {
  position: relative;
  padding: 0 1vw;
  margin: 0 0 30px;
  text-align: left;
}

.search-found--title b {
  color: #00a428;
  font-weight: 500;
}

.search-result {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 0 30px;
}

.empty-result {
  position: reletive;
  line-height: 2;
  text-align: center;
  font-size: 16px;
  margin: 150px auto 150px;
  max-width: 600px;
}

.empty-result--link:hover {
  display: inline-block;
  text-decoration: underline;
}

.empty-result--phone {
  background: var(--box-bg);
  border-radius: var(--btn-br);
  -webkit-box-shadow: var(--btn-shad);
  box-shadow: var(--btn-shad);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 18px;
  max-width: 212px;
  margin: 32px auto 0;
  font-weight: 500;
  cursor: pointer;
  color: #eee;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.empty-result--phone svg {
  margin-right: 8px;
  --fill: #fff;
}

.empty-result--phone:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

/* Page 404 */
.page-404 {
  position: relative;
  padding-top: calc(1vw + 20px);
}

.page-404--content {
  position: relative;
  max-width: 600px;
  margin: 0 auto 54px;
  min-height: 500px;
  text-align: center;
}

h1.page-404--title {
  margin: 40px 30px 10px;
  text-align: center;
}

.page-404--icon-2 {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 360px;
}

.input-serch--wrap {
  border: 6px solid var(--box-cont-bg);
  border-radius: 32px;
  position: relative;
  max-width: 420px;
  margin: 22px auto 16px;
}

.input-serch--wrap .icon {
  position: absolute;
  right: 14px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
}

.input-serch {
  background: #fff;
  border: 1px solid #92a8b3;
  border-radius: 25px;
  padding: 16px 50px 16px 16px;
  width: 100%;
}

.input-serch:focus {
  border: 1px solid #222d31;
}

.page-404--sign {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.6;
}

/* END Page 404 */

@media (max-width: 680px) {
  .contact-page--data-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .order-sucess {
    max-width: 550px;
  }

  .order-sucess--content {
    justify-content: center;
  }

  .order-sucess--image {
    display: none;
  }
}

@media (max-width: 520px) {
  .contact-page--data-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 12px;
    margin: 0 0 12px;
  }

  .page-title {
    top: 4px;
  }
}

@media (max-width: 359px) {
  .contact-page--title {
    margin: 0 0 20px;
  }

  .contact-page--icon {
    position: absolute;
    width: 92px;
    top: 12px;
    right: 12px;
  }
}