@charset "UTF-8";
@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/Bebas Neue.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SignPainter';
  src: url("../fonts/SignPainter-HouseScript.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Flaming';
  src: url("../fonts/Flaming.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'System';
  src: url("../fonts/System.ttf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../css/fonts/font-awesome/fonts/fontawesome-webfont.ttf");
  font-weight: normal;
  font-style: normal; }

html {
  font-size: 16px; }

.hidden {
  opacity: 0; }

.visible {
  opacity: 1; }

* body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'PT Sans', sans-serif; }

.popup_overlay {
  display: none;
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.50;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }

.wrap-head {
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 50px;
  position: relative;
  margin-bottom: 6%;
  /*26.12.2018*/ }
  .wrap-head .logo {
    display: block;
    font-size: 3.2rem;
    font-family: 'System', sans-serif;
    margin-bottom: 20px;
    color: #f8b482;
    text-decoration: none;
    margin-left: 80px;
    letter-spacing: 0.1rem; }
  .wrap-head .wrap-head_bg {
    position: relative;
    width: 100%;
    max-width: 1100px;
    background-image: url("../../data/img/panoram.png");
    background-repeat: no-repeat;
    background-color: #fbd3b6;
    height: 172px; }

.city-bg_wrap {
  width: 100%;
  display: block;
  height: 172px;
  width: auto;
  background-color: #ff5f55;
  position: absolute;
  right: 0;
  top: 155px;
  padding: 0 5rem 0 2.3rem; }
  .city-bg_wrap .city {
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    font-size: 7.3rem;
    margin: 0;
    color: #fff;
    padding: 0 10px;
    line-height: 1.5;
    width: 100%;
    text-transform: uppercase; }

.transform_border {
  width: 0;
  height: 0;
  border-top: 172px solid transparent;
  border-right: 87px solid #ff5f55;
  border-bottom: 0 solid transparent;
  left: -87px;
  top: 0;
  position: absolute; }

.main-wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 16px;
  margin-bottom: 50px; }

.main-text {
  display: inline-block;
  /*7.12.2018*/
  font-family: 'Arial', sans-serif;
  font-size: 2rem;
  color: #292929;
  font-weight: bold;
  margin-bottom: 20px;
  /*7.12.2018*/ }

.enter-btn {
  display: inline-block;
  float: right;
  padding: 14px;
  color: #fff;
  background-color: #ff5f55;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 26px; }

.enter-btn:hover {
  opacity: 0.6;
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.head-list {
  font-family: 'Myriad Pro', sans-serif;
  font-size: 1.8rem; }

.list-perm_wrap {
  margin-bottom: 70px;
  padding-left: 0;
  list-style: none; }
  .list-perm_wrap li {
    margin-bottom: 10px;
    font-size: 1rem; }
  .list-perm_wrap .list-perm_head {
    display: inline-block;
    width: 100%;
    font-size: 1.2rem;
    color: #292929;
    margin-bottom: 10px; }

.wrapper_shop {
  padding-bottom: 30px; }

.btn-see-more {
  text-decoration: none;
  text-align: center;
  display: block;
  color: #fff;
  background-color: #feab7f;
  padding: 8px 0;
  margin: 0 auto;
  max-width: 170px;
  font-size: 18px;
  border: 2px solid #fecaad; }

.btn-see-more:hover {
  background-color: #f34f4f;
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 976px;
  /***25.12.2018**/
  margin: 20px auto;
  padding: 0;
  list-style: none;
  text-align: center; }

.shop-item {
  position: relative;
  margin-right: 1%;
  margin-bottom: 20px;
  border: 1px solid #ff5f55;
  padding: 6px; }
  .shop-item .item-link_wrap {
    text-decoration: none;
    color: inherit; }
  .shop-item .single-item_custom-shop {
    width: 220px;
    height: 220px; }
  .shop-item .single-item_custom-shop .slick-next {
    width: 40px;
    height: 70px;
    right: 0;
    z-index: 999; }
  .shop-item .single-item_custom-shop .slick-prev:before,
  .shop-item .single-item_custom-shop .slick-next:before {
    content: " ";
    display: block;
    width: 30px;
    height: 40px; }
  .shop-item .single-item_custom-shop .slick-next:before {
    display: block;
    background: url(../img/shop-right-arr.png) no-repeat;
    position: absolute;
    right: 0px;
    width: 20px;
    height: 40px; }
  .shop-item .slick-slide_shop > div {
    width: 220px;
    height: 220px; }
  .shop-item .item-img {
    width: 220px;
    height: 220px; }
  .shop-item .item-title {
    color: #ea635a;
    margin-top: 0;
    max-width: 220px; }
  .shop-item .item-title:hover {
    color: grey;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
  .shop-item .item-price {
    font-weight: bold;
    color: #58575f;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 0; }
  .shop-item .verified-badge-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url(../img/respect.svg);
    vertical-align: text-bottom;
    margin-left: 5px; }
  .shop-item .flag-sale {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    z-index: 1;
    border-top: 75px solid #97cf26;
    border-left: 1px solid #97cf26;
    border-right: 70px solid transparent; }
    .shop-item .flag-sale .percent {
      position: relative;
      color: white;
      top: -61px;
      width: 39px;
      display: inline-block;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .shop-item .product--unavailable {
    z-index: 1;
    color: #fff;
    padding: 5px 7px;
    background-color: #ff5f55;
    position: absolute;
    right: 0;
    top: 0; }
  .shop-item .advertising {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #00b58c;
    padding: 5px 7px; }
  .shop-item .card-1 {
    background-image: url("../img/card-1.JPG");
    background-size: cover;
    background-repeat: no-repeat; }
  .shop-item .card-2 {
    background-image: url("../img/card-2.jpg");
    background-size: cover;
    background-repeat: no-repeat; }
  .shop-item .card-3 {
    background-image: url("../img/card-3.jpg");
    background-size: cover;
    background-repeat: no-repeat; }
  .shop-item .card-4 {
    background-image: url("../img/card-4.jpg");
    background-size: cover;
    background-repeat: no-repeat; }
  .shop-item .card-5 {
    background-image: url("../img/card-5.jpg");
    background-size: cover;
    background-repeat: no-repeat; }
  .shop-item .card-6 {
    background-image: url("../img/card-6.jpg");
    background-size: cover;
    background-repeat: no-repeat; }
  .shop-item .card-7 {
    background-image: url("../img/card-7.jpg");
    background-size: cover;
    background-repeat: no-repeat; }

.form-wrap {
  position: relative;
  max-width: 1155px;
  margin: 0 auto;
  height: 368px;
  background: url(../img/form_image.png) no-repeat;
  padding: 80px 0;
  background-size: contain; }
  .form-wrap .adress_com {
    position: absolute;
    top: 57%;
    font-size: 20px;
    font-style: italic;
    left: 21%;
    color: #f8b482; }

.send-link {
  max-width: 510px;
  position: absolute;
  right: 0;
  text-align: center; }
  .send-link input[type="tel"] {
    height: 47px;
    min-width: 240px;
    max-width: 430px;
    border: 2px solid #feab7f;
    width: 400px;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 22px;
    letter-spacing: 5px;
    color: #c1c1c1;
    text-align: center; }
  .send-link input[type="tel"]:focus,
  .send-link input[type="tel"]:active {
    border: 3px solid #feab7f;
    outline-width: 0; }

.form-head {
  max-width: 510px;
  font-size: 30px;
  color: #292929;
  margin-bottom: 48px; }
  .form-head span {
    text-transform: uppercase;
    color: #feab7f;
    font-family: 'Arial', sans-serif; }

.send-link_btn {
  width: 300px;
  height: 50px;
  color: #fff;
  background-color: #feab7f;
  font-size: 1.8rem;
  border: 2px solid #fecaad;
  cursor: pointer; }

.send-link_btn:focus {
  outline: none; }

.send-link_btn:hover {
  opacity: 0.8; }

.shops-wrap {
  width: 100%;
  max-width: 1170px;
  background-color: #fff8f0;
  margin: 0 auto;
  padding: 50px 0; }

.shops-wrap_card {
  max-width: 920px;
  margin: 0 auto;
  padding: 20px 40px;
  border: 2px solid #fecaad;
  margin-bottom: 70px; }

.shops-wrap_card:after {
  content: "";
  display: table;
  clear: both; }

.carusel-wrap {
  margin-bottom: 20px;
  width: 35%;
  float: left;
  margin-left: 25px; }

.about-shop_wrap {
  width: 60%;
  float: left;
  margin-bottom: 30px; }

.single-item_custom {
  width: 240px;
  height: 162px;
  margin-bottom: 12px; }
  .single-item_custom .slick-slide_custom > div {
    width: 240px;
    height: 162px;
    border: 2px solid #fecaad; }
  .single-item_custom .slick-prev:before, .single-item_custom .slick-next:before {
    content: " ";
    display: block;
    width: 14px;
    height: 25px; }
  .single-item_custom .slick-prev {
    left: -30px; }
  .single-item_custom .slick-next {
    right: -30px; }
  .single-item_custom .slick-next:before {
    background: url("../img/right-arr.png") no-repeat; }
  .single-item_custom .slick-prev:before {
    background: url("../img/left_arr.png") no-repeat; }

.rating_star {
  width: 200px;
  height: 40px; }

.star-1 {
  width: 20%;
  height: 40px;
  background: url("../img/star.png");
  background-repeat: repeat-x; }

.star-2 {
  width: 40%;
  height: 40px;
  background: url("../img/star.png");
  background-repeat: repeat-x; }

.star-3 {
  width: 60%;
  height: 40px;
  background: url("../img/star.png");
  background-repeat: repeat-x; }

.star-4 {
  width: 80%;
  height: 40px;
  background: url("../img/star.png");
  background-repeat: repeat-x; }

.star-5 {
  width: 100%;
  height: 40px;
  background: url("../img/star.png");
  background-repeat: repeat-x; }

.about-shop_list {
  padding-left: 0;
  list-style: none;
  font-size: 1.2rem;
  color: #383838;
  margin: 0; }
  .about-shop_list li {
    margin-bottom: 12px; }
  .about-shop_list .about-shop_head {
    font-size: 2rem;
    font-family: 'Myriad Pro', sans-serif;
    font-weight: bold;
    border-bottom: 2px solid #383838;
    display: inline-block;
    margin-bottom: 25px; }

.about-shop_tel a {
  text-decoration: none;
  color: #383838; }

.about-shop_web a,
.about-shop_map a {
  text-decoration: none;
  color: #383838;
  border-bottom: 1px solid #383838;
  margin-bottom: 10px; }

.read-more_text,
.read-more_btn {
  font-size: 1rem;
  color: #626262; }

.read-more_btn {
  text-decoration: none;
  border-bottom: 1px solid;
  font-weight: bold; }

.write_comment-btn {
  font-size: 1.2rem;
  color: #a2a2a2;
  font-family: 'Arial', sans-serif;
  display: inline-block;
  vertical-align: middle;
  line-height: 37px;
  position: relative;
  margin-left: 40px;
  text-decoration: none;
  border-bottom: 1px solid; }

.write_comment-btn:before {
  position: absolute;
  content: '';
  left: -38px;
  top: 10px;
  display: inline-block;
  width: 25px;
  height: 19px;
  background: url(../img/comment_icon.png) no-repeat; }

.slick-slide_customize.slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.profile_avatar-wrap {
  width: 180px;
  margin-right: 48px; }
  .profile_avatar-wrap .profile_avatar {
    height: 130px;
    width: 130px; }

.user_wrap .user_name {
  font-weight: bold; }

.comment-head {
  font-size: 1.3rem;
  margin-left: 54px;
  color: #626262; }

.single-item_customize {
  width: 80%;
  margin: 0 auto; }
  .single-item_customize .slick-prev:before, .single-item_customize .slick-next:before {
    content: " ";
    display: block;
    width: 34px;
    height: 40px; }
  .single-item_customize .slick-prev {
    left: -84px; }
  .single-item_customize .slick-next {
    right: -84px; }
  .single-item_customize .slick-next:before {
    background: url("../img/arrows_right.png") no-repeat; }
  .single-item_customize .slick-prev:before {
    background: url("../img/arrows_left.png") no-repeat; }

#page_coverer {
  width: 144px;
  margin: 0 auto;
  font-size: 22px;
  font-family: 'Arial', sans-serif;
  padding: 30px 0; }
  #page_coverer a.active {
    font-size: 24px;
    color: #000000;
    text-decoration: underline; }
  #page_coverer a {
    font-weight: bold;
    color: #fea778;
    margin-right: 8px;
    text-decoration: none; }

.social-block {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  height: 490px;
  position: relative;
  background: url("../img/social_block_bg.png") no-repeat;
  background-size: cover; }
  .social-block .social-block_text {
    min-width: 500px;
    font-size: 28px;
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    position: absolute;
    background-color: #fff;
    display: inline-block;
    padding: 6px 0;
    top: 18%;
    right: 30%;
    -webkit-transform: skew(25deg);
            transform: skew(25deg); }
    .social-block .social-block_text span {
      display: inline-block;
      -webkit-transform: skew(-25deg);
              transform: skew(-25deg); }
  .social-block .social-block_text-bot {
    font-size: 28px;
    min-width: 500px;
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    position: absolute;
    background-color: #fff;
    display: inline-block;
    padding: 6px 0;
    bottom: 13%;
    right: 28%;
    -webkit-transform: skew(25deg);
            transform: skew(25deg); }
    .social-block .social-block_text-bot span {
      display: inline-block;
      -webkit-transform: skew(-25deg);
              transform: skew(-25deg); }

.social-wrap {
  list-style: none;
  padding-left: 0;
  position: absolute;
  top: 42%;
  left: 36%; }
  .social-wrap li {
    display: inline-block; }
  .social-wrap .social {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 40px;
    border: 2px solid #fff; }
  .social-wrap .vk {
    background: url("../img/vk_icon.png") no-repeat;
    background-size: cover; }
  .social-wrap .vb {
    background: url("../img/viber_icon.png") no-repeat;
    background-size: cover; }
  .social-wrap .fb {
    background: url("../img/fb_icon.png") no-repeat;
    background-size: cover; }

.footer-wrap {
  max-width: 1170px;
  background-color: #fea778;
  margin: 0 auto; }

.flex-wrap-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  padding: 20px 0; }
  .flex-wrap-foot li {
    width: 186px; }
    .flex-wrap-foot li a {
      width: 200px;
      font-size: 22px;
      color: #fff;
      text-decoration: none; }

.modal_wrapper {
  max-width: 880px;
  margin: 0 auto;
  padding: 4%;
  position: fixed;
  top: 20%;
  z-index: 100;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 3px solid #f8b98b; }
  .modal_wrapper .close-btn {
    width: 20px;
    height: 20px;
    background: url(../img/close_icon.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 20px; }
  .modal_wrapper .close-btn:hover {
    opacity: 0.8; }
  .modal_wrapper p {
    text-align: center; }

.popup_wrap {
  max-width: 880px;
  margin: 0 auto;
  padding: 4%;
  position: fixed;
  top: 0;
  z-index: 100;
  left: 0;
  right: 0;
  background-color: #fff; }
  .popup_wrap .close-btn {
    width: 20px;
    height: 20px;
    background: url(../img/close_icon.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0; }
  .popup_wrap .close-btn:hover {
    opacity: 0.8; }
  .popup_wrap .user-rating {
    direction: rtl;
    font-size: 20px;
    unicode-bidi: bidi-override;
    padding: 10px 20px;
    display: inline-block; }
  .popup_wrap .user-rating input {
    opacity: 0;
    position: relative;
    left: -15px;
    z-index: 2;
    cursor: pointer; }
  .popup_wrap .user-rating span.star:before {
    color: #777777;
    content: "ï€†";
    /*padding-right: 5px;*/ }
  .popup_wrap .user-rating span.star {
    display: inline-block;
    font-family: 'FontAwesome', sans-serif;
    font-style: normal;
    font-weight: normal;
    position: relative;
    z-index: 1; }
  .popup_wrap .user-rating span {
    margin-left: -15px; }
  .popup_wrap .user-rating span.star:before {
    color: #777777;
    content: "\f006"; }
  .popup_wrap .user-rating input:hover + span.star:before,
  .popup_wrap .user-rating input:hover + span.star ~ span.star:before,
  .popup_wrap .user-rating input:checked + span.star:before,
  .popup_wrap .user-rating input:checked + span.star ~ span.star:before {
    color: #ffd100;
    content: "\f005"; }
  .popup_wrap .selected-rating {
    color: #ffd100;
    font-weight: bold;
    font-size: 3em; }

.send_comment {
  position: relative; }
  .send_comment h2 {
    text-align: center; }

.rate-choose {
  float: left;
  width: 200px;
  margin-left: 50px; }
  .rate-choose h4 {
    margin: 0;
    font-weight: normal;
    font-size: 21px; }
  .rate-choose .rate-choose-list {
    list-style: none;
    padding-left: 0; }
    .rate-choose .rate-choose-list li {
      display: inline-block;
      width: 20px;
      height: 20px;
      background: url("../img/grey_rate.png") no-repeat;
      cursor: pointer;
      margin-right: 10px; }
    .rate-choose .rate-choose-list li:hover {
      background: url("../img/rate.png") no-repeat;
      background-size: contain; }

.label_write-com {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 22px; }

textarea.write-com_field {
  width: 100%;
  height: 120px;
  outline: none;
  -moz-appearance: none;
  margin-bottom: 20px; }

.send-cm-btn {
  outline: none;
  -moz-appearance: none;
  width: 200px;
  float: right;
  padding: 7px 0;
  color: #fff;
  background-color: #feab7f;
  border: 2px solid #fecaad;
  cursor: pointer; }

.send-cm-btn:hover {
  opacity: 0.8; }

.clearfix {
  content: "";
  display: table;
  clear: both; }

.send_comment:after {
  content: "";
  display: table;
  clear: both; }

.file-upload {
  background-color: #ffffff;
  padding-left: 0;
  float: left;
  margin-bottom: 30px; }

.file-upload-btn {
  color: #8c8c8c;
  background: none;
  border: none;
  border-bottom: 1px solid #8c8c8c;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  bottom: 13px;
  left: 37px;
  z-index: 5; }

.file-upload-btn:hover {
  opacity: 0.8;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer; }

.file-upload-btn:active {
  border: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.file-upload-content {
  display: none;
  text-align: center; }

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer; }

.image-upload-wrap {
  width: 200px;
  height: 140px;
  border: 3px solid #feeec2;
  position: relative;
  background: #eeeeee url(../img/download_icon.png) no-repeat;
  background-position: center, center; }

.image-dropping,
.image-upload-wrap:hover {
  opacity: 0.8; }

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px; }

.remove-image {
  width: 200px;
  display: block;
  margin: 0 auto;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700; }

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer; }

.remove-image:active {
  border: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.review_rating {
  background: url("../img/rate-empty.png") repeat-x;
  width: 100px;
  height: 18px;
  display: inline-block;
  text-align: left !important; }

.current_rating {
  background: url("../img/rate_my.png") repeat-x;
  display: block;
  height: 18px;
  width: 0; }

/**************************************CITY_PAGE************************************************************/
.city-bg {
  background: url(../img/city_form-bg.png) no-repeat; }

.logo_city-page {
  color: #f8b482;
  font-size: 3.2rem;
  font-family: 'System', sans-serif;
  font-style: italic;
  margin-left: 80px;
  text-decoration: none; }

.chose_wrap-bg {
  max-width: 1170px;
  margin: 0 auto;
  background: url("../img/city_bg.png") no-repeat;
  background-size: cover;
  padding: 50px;
  margin-bottom: 10%; }

.chose_wrap-light {
  max-width: 1000px;
  padding: 35px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9); }

.chose_wrap {
  max-width: 940px;
  margin: 0 auto;
  border: 6px solid #fdb48f; }

.form_logo {
  position: relative;
  font-size: 3.4rem;
  text-align: center;
  color: #fb8463;
  letter-spacing: 5px;
  font-family: 'Flaming', sans-serif;
  font-weight: normal;
  margin-bottom: 20px; }
  .form_logo span {
    width: 72%;
    display: inline-block;
    font-family: 'Pattaya', sans-serif;
    color: #383838;
    font-size: 2rem;
    position: relative;
    top: -28px;
    right: -89px;
    font-weight: normal;
    font-style: italic; }

input[type=search] {
  -moz-appearance: none;
  /* older firefox */
  -webkit-appearance: none;
  /* safari, chrome, edge and ie mobile */
  appearance: none;
  /* rest */ }

.search-box {
  position: relative;
  width: 290px;
  height: 30px;
  margin: 0 auto; }
  .search-box label {
    font-size: 18px; }

.search-icon {
  right: 26px;
  z-index: 2;
  position: absolute;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/search.png) no-repeat; }

#search {
  font-family: 'Montserrat Alternates', sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 142px;
  height: 20px;
  border: none;
  background: rgba(12, 24, 25, 0);
  padding: 0 10px 0 10px;
  color: #000;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: -0.015em;
  outline: none;
  border-bottom: 1px solid #000;
  margin-left: 92px; }

.bottom_block_list {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 70%;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px; }
  .bottom_block_list li {
    width: 50%; }
    .bottom_block_list li a {
      font-size: 18px;
      font-family: 'Bebas Neue', sans-serif;
      color: #292929;
      text-decoration: none;
      line-height: 2; }

/***************************************WORLD-PAGE****************************************/
.world-bg {
  background: url("../img/world-bg-form.png") no-repeat; }

.result_city-wp {
  display: inline-block;
  width: 100%;
  text-align: center; }
  .result_city-wp p {
    display: inline-block; }
  .result_city-wp .resut-text {
    font-family: Arial, sans-serif;
    font-size: 1.1rem;
    margin-right: 10px; }
  .result_city-wp .resut-text-city {
    font-size: 1.4rem;
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid;
    text-decoration: none;
    color: #333; }

.country_list {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 90%;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px; }
  .country_list li {
    width: 25%;
    margin-bottom: 12px; }
  .country_list a {
    text-decoration: none;
    color: #333; }

.main-goods-wrap {
  max-width: 1170px;
  position: relative;
  margin: 0 auto;
  padding: 5% 3%;
  border: 1px solid #feab7f; }
  .main-goods-wrap .close-btn {
    width: 26px;
    height: 26px;
    background: url(../img/close_icon.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 999; }
  .main-goods-wrap .close-btn:hover {
    opacity: 0.8;
    -webkit-transition: 1s;
    transition: 1s; }

.main-goods-wrap:after {
  content: "";
  display: table;
  clear: both; }

.goods-label {
  display: inline-block;
  font-size: 16px;
  color: #6bc256; }

.slide-goods-wrap {
  float: left;
  width: 320px;
  height: 404px;
  padding: 3% 3% 3% 0; }

.single-item_custom-goods:before {
  content: " ";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/zoom.png) no-repeat center center;
  position: absolute;
  bottom: 50%;
  right: 43%;
  z-index: 9; }

.single-item_custom-goods {
  width: 320px;
  height: 404px; }

.slick-slide_goods {
  position: relative;
  width: 320px;
  height: 404px; }

#goods-slide {
  position: relative; }

.goods-desc-wrap {
  padding-bottom: 40px;
  border-bottom: 1px solid #feab7f;
  min-height: 400px; }

.goods-price {
  font-size: 24px;
  font-family: 'Arial', sans-serif;
  color: #aaaaaa;
  margin-bottom: 2%; }
  .goods-price .price {
    color: #222222;
    font-weight: 500; }

.buy-btn {
  font-size: 23px;
  color: #fff;
  background-color: #feab7f;
  padding: 8px 20px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.8px;
  border-radius: 2px;
  margin-left: 30px; }

.buy-btn:hover {
  opacity: 0.6;
  -webkit-transition: 1s;
  transition: 1s; }

.character-goods {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-family: 'Arial', sans-serif; }
  .character-goods .character-goods-item {
    width: 50%;
    margin-bottom: 10px; }
  .character-goods .param-goods {
    display: inline-block;
    color: #aaaaaa;
    width: 128px; }
  .character-goods .answer-param-goods {
    display: inline-block;
    color: #222; }

.section-about-seller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2% 0;
  border-bottom: 1px solid #feab7f;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.seller-avatar-wrap {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 10px auto; }

#user-rating-form-second {
  padding-left: 12%; }

.user-rating {
  font-size: 16px;
  padding: 10px 20px;
  display: inline-block;
  width: 272px;
  margin: 0 auto;
  color: #aaaaaa; }
  .user-rating .count {
    font-size: 16px;
    color: #feab7f; }

.about-seller-wrap {
  width: 300px;
  text-align: center; }

.seller {
  font-size: 16px;
  color: #aaaaaa;
  font-family: 'Arial', sans-serif; }

.seller-pink {
  font-size: 18px;
  color: #feab7f;
  font-family: 'Arial', sans-serif;
  font-weight: 600; }

.report-btn {
  text-decoration: none;
  color: #aaaaaa;
  border-bottom: 1px solid #aaaaaa; }

.report-btn:hover {
  text-decoration: none;
  color: #feab7f;
  border-bottom: 1px solid #feab7f;
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.goods-head {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  color: #222; }

.character-goods-head {
  color: #222;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 20px; }

.more,
.less {
  cursor: pointer;
  text-decoration: none;
  color: #fb8463; }

.comments-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 2% 0; }

.comments-head {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal; }

.comment-section {
  padding: 20px 30px;
  background-color: #fff4ee;
  margin-bottom: 20px; }

.comment-user-name {
  font-size: 18px;
  color: #feab7f;
  font-family: 'Arial', sans-serif;
  font-weight: 600; }

.comment-user-date {
  color: #a9a9a9;
  font-size: 16px;
  margin-left: 10px; }

.right {
  text-align: right; }

.goods-popup {
  max-width: 980px;
  margin: 0 auto;
  padding: 4%;
  height: 100%;
  overflow: scroll;
  position: fixed;
  top: 0;
  z-index: 1000;
  left: 0;
  right: 0;
  background-color: #fff; }

.slide-goods-wrap .single-item_custom-goods .slick-prev:before,
.slide-goods-wrap .single-item_custom-goods.slick-next:before {
  content: " ";
  display: block;
  width: 30px;
  height: 40px;
  color: transparent; }

.slide-goods-wrap .single-item_custom-goods .slick-next:before {
  display: block;
  background: url(../img/shop-right-arr.png) no-repeat;
  position: absolute;
  right: 0px;
  width: 60px;
  height: 40px;
  color: transparent; }

.global-slider .slick-next {
  position: fixed;
  width: 50px;
  height: 50px;
  background: url(../img/arrows_right.png) no-repeat center center;
  top: 220px;
  right: 360px; }

.global-slider .slick-next:before {
  color: transparent; }

.size-info {
  max-width: 220px; }

@media screen and (max-width: 400px) {
  html {
    font-size: 12px; }
  .wrap-head {
    text-align: center; }
  .logo_city-page {
    font-size: 3rem;
    margin-left: 0;
    text-decoration: none; } }

@media screen and (max-width: 600px) {
  html {
    font-size: 14px; }
  .global-slider .slick-next {
    top: 508px;
    right: 200px; }
  .transform_border {
    display: none; }
  .wrap-head .logo {
    font-size: 2.2rem;
    margin-left: 0;
    letter-spacing: 0;
    text-align: center; }
  .city-bg_wrap {
    width: 100%;
    height: 172px;
    top: 106px;
    padding: 0 20px;
    background-color: rgba(52, 64, 105, 0.6); }
    .city-bg_wrap .city {
      text-align: center;
      font-size: 6.3rem;
      margin: 0;
      line-height: 2.4;
      height: 173px;
      vertical-align: middle; }
  .image-upload-wrap {
    margin: 0 auto; }
  .file-upload {
    float: none; }
  .bottom_block_list li {
    width: 100%;
    text-align: center; }
  .form_logo span {
    width: 63%;
    right: -56px; } }

@media screen and (max-width: 789px) {
  .footer-wrap {
    padding: 1% 2%; }
  .flex-wrap-foot {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .about-seller-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
  .write-to-seller {
    display: block;
    width: 94%;
    min-width: 310px;
    margin: 0 auto; }
  .section-about-seller {
    display: block;
    padding: 1%;
    border-bottom: 1px solid #feab7f; }
  .section-about-seller:after {
    content: "";
    display: table;
    clear: both; }
  .send-cm-btn {
    margin-bottom: 20px; }
  .label_write-com {
    margin-bottom: 18px; }
  .character-goods .param-goods {
    width: 100%; }
  .slide-goods-wrap {
    float: none;
    margin: 35px auto 10px; } }

@media screen and (max-width: 800px) {
  .main-text {
    font-size: 1.8rem;
    margin-bottom: 30px; }
  .list-perm_wrap {
    margin-bottom: 30px;
    text-align: center;
    padding: 0 5px; }
  .main-wrap {
    margin-bottom: 0;
    padding: 0 10px; }
  .form-wrap {
    padding: 0;
    background: none; }
  .send-link {
    max-width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 0;
    border: 3px solid #ffdfce;
    width: 100%;
    top: 0; }
    .send-link input[type="tel"] {
      max-width: 430px;
      width: 280px;
      margin-bottom: 28px; }
  .form-head {
    max-width: 100%;
    margin: 0 auto;
    font-size: 24px;
    color: #292929;
    min-width: 300px;
    width: 70%;
    margin-bottom: 30px; }
  .send-link_btn {
    max-width: 300px;
    display: block;
    margin: 0 auto; }
  .carusel-wrap {
    width: 100%;
    margin-left: 0; }
  .single-item_custom {
    margin: 0 auto; }
  .rating_star {
    margin: 0 auto; }
  .about-shop_wrap {
    width: 100%; }
  .slick-slide_customize.slick-slide {
    display: block; }
  .profile_avatar-wrap {
    margin: 0 auto; }
  .profile_avatar-wrap .profile_avatar {
    margin: 0 auto;
    width: 110px; }
  .read-more_btn {
    margin-bottom: 20px;
    display: inline-block; }
  .user_name {
    display: inline-block;
    text-align: center;
    width: 100%; }
  .single-item_customize {
    width: 100%; }
  .single-item_customize.slick-prev:before {
    display: none !important; }
  .single-item_customize.slick-next:before {
    display: none !important; }
  .single-item_customize .slick-next {
    right: 0;
    visibility: hidden; }
  .social-block {
    height: 400px;
    background: url("../img/social_bg_mini.png") no-repeat; }
  .social-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 44%;
    left: 36%; }
    .social-wrap .social {
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: 40px;
      border: 1px solid #fff; }
  .center-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    margin: 0 auto;
    height: 400px;
    position: relative; }
  .social-block .social-block_text {
    min-width: 300px;
    font-size: 22px;
    padding: 6px 7px;
    top: 18%;
    right: 25%; }
  .social-block .social-block_text-bot {
    font-size: 22px;
    min-width: 300px;
    padding: 6px 0;
    bottom: 13%;
    right: 28%; }
  .chose_wrap-bg {
    padding: 0; }
  .chose_wrap-light {
    padding: 2%; } }

@media (min-width: 840px) and (max-width: 1000px) {
  .country_list {
    max-width: 55%; }
    .country_list li {
      width: 50%; } }

@media (min-width: 320px) and (max-width: 839px) {
  .country_list {
    max-width: 100%;
    width: 160px;
    margin: 0 auto; }
    .country_list li {
      width: 100%; } }

@media (min-width: 300px) and (max-width: 600px) {
  .social-block_text {
    min-width: 316px;
    font-size: 22px;
    padding: 6px 0; }
  .social-block .social-block_text {
    min-width: 300px;
    font-size: 22px;
    padding: 6px 7px;
    top: 18%;
    right: 10%; }
  .social-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 44%;
    left: 23%; }
  .social-block .social-block_text-bot {
    font-size: 22px;
    min-width: 300px;
    padding: 6px 0;
    bottom: 13%;
    right: 15%; }
  .center-wrap {
    width: 100%; }
  .main-text {
    text-align: center; }
  .head-list {
    text-align: center; } }

@media (min-width: 300px) and (max-width: 780px) {
  .enter-btn-wrap {
    width: 100%;
    display: inline-block;
    text-align: center; }
  .enter-btn {
    float: none; }
  .shop-list {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .shop-item .single-item_custom-shop {
    width: 280px;
    height: 280px; }
  .shop-item .slick-slide_shop > div {
    width: 280px;
    height: 280px; }
  .shop-item .item-img {
    width: 280px;
    height: 280px; }
  .shop-item .item-title {
    max-width: 280px; } }

@media (min-width: 300px) and (max-width: 390px) {
  .flex-wrap-foot {
    text-align: center; }
  .center-wrap {
    width: 100%; }
  .social-block .social-block_text {
    right: 7%; }
  .social-block .social-block_text-bot {
    right: 9%; }
  .wrap-head {
    padding-top: 25px; }
  .city-bg_wrap {
    top: 83px; }
  .shop-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .enter-btn-wrap {
    width: 100%;
    display: inline-block;
    text-align: center; }
  .enter-btn {
    float: none; } }
