.htmlmap {
    line-height: 1.8
}

.htmlmap ul {
    margin: 20px 0
}

.htmlmap ul li {
    line-height: 1.8;
    list-style-type: none;
    margin: 10px 0;
    padding-left: 25px;
    position: relative
}

.htmlmap ul li:before {
    color: var(--cheme-color);
    content: "\2713";
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0
}

.htmlmap ol {
    margin: 20px 0 20px 20px
}

.htmlmap ol li {
    margin: 10px 0;
    line-height: 1.8
}

.p-shops__imgyareviews {
    font-size: 0;
    flex: none;
    width: 45%;
    padding-right: 25px;
    
}

.p-shops__imgyareviews img {
    border-radius: 6px;
}


.p-shops__img-int {
    font-size: 0;
    flex: none;
    width: 25%;
    padding-right: 25px;
}

.p-shops__img-int img {
    border-radius: 6px;
    margin-top: 20px;
}

.f-currency select {
    width: 85%;
}

.p-shops__yareviews {
    font-size: 0;
    flex: none;
    width: 55%;
    padding-right: 25px;
}

@media screen and (max-width: 767px) {
  .p-shops__yareviews {
    width: 45%;
  }
}
@media screen and (max-width: 480px) {
  .p-shops {
    flex-direction: column;
  }
  .p-shops__yareviews {
    padding-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}

.yaphotos {
    padding-bottom:15px;
}

.buy1click-payment__input,
.buy1click-shipping__input {
display:none !important;
}

.buy1click-form__contact-info {
    margin-top: 45px;
}

.buy1click-form__sub-header {
    display: none;
}

.shop-regions-confirm-window {
    right: 0 !important;
    left: auto !important;
}

.share-product {
    margin-top: 20px;
}

.p-home-company {
    margin-bottom: 40px;
}
.p-home-company__item {
    margin-top: 0;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    display: flex;
    align-items: inherit;
    flex-direction: column;
    padding: 20px;
}

@media screen and (max-width: 480px) {
    .p-home-company__item {
        padding: 15px;
    }
}

.shop-sk-callback__checkbox {
    width: 20px!important;
}

.p-accordion__title_active .i-plus {
    color: #000;
}
.p-accordion__title_active:hover .i-plus {
    color: #000;
}