.home-swiper-info-bg {
     padding: 21px 25px 25px;
     background: rgba(206, 206, 206, 0.27);
     backdrop-filter: blur(47.5px);
     position: absolute;
     bottom: 6px;
     left: 0;
     width: 600px;
}

.home-swiper-info {
    margin: 0 0 0 auto;
    /*width: calc(100% - 300px);*/
}

.home-swiper-info__title {
    color: #fff;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    margin-bottom: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-swiper-info__link {
    color: #fff;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

.home-links-title {
    margin: 32px 10px 27px;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-links-href {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    margin-bottom: 3px;
}

.search-input-ph{
    width: 35% !important;
}


.about-us-section {
    padding: 4.2% 0 2.5%;
}

.about-us-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-us-row__item {
    width: 55%;
}

.about-us-row__item:last-child {
    width: 45%;
}

.about-us-info {
    margin: 0 0 0 -100px;
    border: 1px solid #e4e4e4;
    background-color: #fff !important;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.15);
    padding: 60px;
}

.about-us-info__title {
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

.about-us-info__name {
    color: #b99a56;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.about-us-info__link {
    margin-top: 25px;
    display: inline-block;
    background: #b99a56;
    padding: 11px 34px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.page-title {
    color: #808687;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 66px;
    text-align: center;
}

.page-title::after {
    content: "";
    display: block;
    margin: 9px auto 0;
    width: 33px;
    border-bottom: 6px solid #b99a56;
}

.our-product-section {
    background: url("../images/e-bg.png") no-repeat -5% 0;
}

.our-product-row {
    display: flex;
    flex-wrap: wrap;
    margin: 60px -6px 0;
    width: auto;
}

.our-product-row__item {
    padding: 8px 6px;
    width: 16.666%;
    height: initial;
}

.our-product-link {
    position: relative;
    display: block;
    border: 1px solid #E8E8E8;
    background: #FFF;
    height: 100%;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.our-product-row__item:hover .our-product-link {
    transform: scale(1.04);
    box-shadow: 0 0 62px -26px black!important;
}

.our-product-link__img {
    overflow: hidden;
    padding: 18px;
}

.our-product-link__fav-btn {
    width: 39px;
    height: 39px;
    background: #f1efe9;
    border-radius: 3px;
}

.our-product-link__fav-btn>i {
    font-size: 18px;
    color: #b8b8b7;
}

.our-product-link__fav-btn,
.our-product-link__del-btn {
    position: absolute;
    top: 11px;
    right: 11px;
}

.our-product-link__label {
    padding: 2px 16px 2px 7px;
    position: absolute;
    top: 20px;
    left: -1px;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.our-product-info-container {
    border-top: 1px solid #f2f2f2;
    margin: 0 8px;
    padding: 12px 0 20px;
}

.our-product-info-container>.product-cart-btn{
    margin: 10px 0 0;
    padding: 7px 12px;
    width: 100%;
    justify-content: center;
    font-size: 13px;
}



.our-product-link__title {
    min-height: 46px;
    color: #626262;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.our-product-prices {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.our-product-link__old-price {
    margin: 4px 9px 4px 0;
    color: #b0b0b0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;

}



.our-product-link__old-price>span{
    text-decoration: line-through;
}

.our-product-link__price {
    color: #b99a56;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.product-info-prices>.our-product-link__price {
    color: #b99a56;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
}

.product-info-prices>.our-product-link__old-price{
    margin: 4px 9px 4px 0;
    color: #b0b0b0;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

sub {
    font-family: sans-serif;
    font-size: 13px;
    vertical-align: baseline;
}

.our-product-baner-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5% 0 0;
}

.our-product-baner-row__item {
    width: 49.8%;
}

.our-product-baner-row__item>a{
    overflow: hidden;
    display: flex;
}

.our-category-section {
    background: url("../images/g-bg.png") no-repeat 100% 0;
    padding: 5% 0 0;
    margin-top: -5px;
}

.our-category-images {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 46px;
    padding-bottom: 50px;
}

.our-category-images-item {
    position: relative;
    width: 23%;
}

.our-category-images-item:nth-child(2) {
    width: 46%;
}

.our-category-images-item:nth-child(2) .our-category-images-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.our-category-images-img {
    border-radius: 9px;
    background: #fff;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.15);
}



.our-category-images__label {
    background: url("../images/big-label.png") no-repeat 100%;
    background-size: cover;
    max-width: 237px;
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 2;
    padding: 7px 11px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blog-section {
    position: relative;
    padding: 5% 0;
}

.blog-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/a-bg.png") no-repeat 0 0;
}

.blog-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("../images/o-bg.png") no-repeat 100% 115%;
}

.blog-row, .blog-page-row {
    display: flex;
    flex-wrap: wrap;
    margin: 60px -11px 0;
    width: auto;
}

.blog-row__item {
    width: 33.333%;
    padding: 11px;
}

.blog-item-link {
    display: block;
    height: 100%;
    border: 1px solid #efefef;
    background: #fff;
}

.blog-item-link:hover .scale-hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.blog-item-link__img {
    overflow: hidden;
}

.blog-item-link__date {
    display: block;
    position: relative;
    z-index: 3;
    margin: -24px auto 0;
    width: fit-content;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px 35px;
    background: #b99a56;
}

.blog-item-link-info {
    padding: 40px 48px 23px;
}

.blog-item-link-info__title {
    color: #514f4b;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 30px 0;
}


.blog-page-img-bg::after {
    content: '';
    margin: auto 0;
    position: absolute;
    background: #B99A56;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    width: 38%;
    border-radius: 0 28px 28px 0;
    height: 100%;
    padding: 52px 0;
}

.blog-page-img-bg{
    position: relative;
}

.blog-page-img{
    display: flex;
    align-items: center;
    max-width: 1024px;
    width: 100%;
    margin: 80px 0;
    border-radius: 19px;
    padding: 6px;
    background: #ffffff;
}

.blog-page-img>img{
    border-radius: 15px;
}

.blog-page-des{
    max-width: 1024px;
    width: 100%;
}

.blog-page__date {
    color: #AFAFAF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 7px 0 4px;
}

.blog-item-link-info__text {
    color: #6d717b;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}

.section-bottom-gape {
    padding: 0 0 3% 0;
}

.bread-crumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 87px 0 17px;
}

.bread-crumbs__link {
    white-space: nowrap;
    color: #828181;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.bread-crumbs__link:not(:last-child)::after {
    content: " › ";
    font-size: 18px;
    padding: 0 5px 0 2px;
}

.products-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.products-row__item {
    width: 20%;
}

.products-row__item:last-child {
    width: 78%;
}

.product-row {
    margin: 15px -6px 0;
}

.product-row>.our-product-row__item {
    width: 20%;
}

.mobile-filter-block>.product-filter__type {
    display: none;
}

.products-title {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
}

.products-result {
    color: #b99a56;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.filter-close-btn {
    display: none;
}

.product-filter__img {
    width: 100%;
    margin: 0 0 8px 0;
}

.product-filter__type {
    outline: none;
    width: 100%;
    padding: 13px;
    margin: 0 0 10px 0;
    border-radius: 3px;
    border: 1px solid #e8e9eb;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.filter-type-block {
    padding: 15px 18px;
    border-radius: 3px;
    margin: 0 0 23px 0;
    border: 1px solid #e8e9eb;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.filter-category-link {
    display: block;
    color: #353333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 5px;
    transition: .4s ease;
}

.filter-category-link:hover{
    color: #B99A56;
}
.filter-type-block__title {
    color: #353333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.filter-chackbox-item {
    display: flex;
    align-items: center;
    margin: 0 0 11px 0;
}

.filter-chackbox-item>input {
    cursor: pointer;
    width: 20px;
    height: 20px;
    accent-color: #ab8e4f;
}

.filter-chackbox-item>label {
    cursor: pointer;
    margin: 0 0 0 18px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.filter-chackbox-colors {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px;
}

.filter-chackbox-colors__item {
    padding: 5px 3px;
}

.filter-chackbox-colors__item>input {
    display: none;
}

.filter-chackbox-colors__item>label {
    margin: 0;
    width: 42px;
    height: 42px;
    border-radius: 2px;
    border: 1px solid #e2e3e7;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.filter-chackbox-colors__item>input:checked+label {
    border: 1px solid #ab8e4f;
}

.filter-chackbox-colors__item>input:checked+label::after {
    content: "✔";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ab8e4f;
    font-size: 25px;
}

.extra-controls {
    display: flex;
    align-items: center;
}

.js-input-from,
.js-input-to {
    border: 1px solid #e2e3e7;
    background: #fff;
    outline: none;
    width: 50%;
    border-radius: 3px;
    background: #fff;
    padding: 8px;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #686868;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.range-slider {
    width: 100%;
    position: relative;
    height: 55px;
}

.irs--round .irs-bar {
    height: 6px;
    background: #b99a56;
}

.irs--round .irs-handle {
    cursor: pointer;
    top: 33px;
    width: 12px;
    height: 12px;
    border: 4px solid #b99a56;
    background-color: #b99a56;
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
}

.irs-from,
.irs-to,
.irs--round .irs-min,
.irs--round .irs-max {
    display: none;
}

.products-des {
    margin: 5% 0 0;
}

.filter-btn {
    display: none;
}

.product-params{
    margin: 15px 0 30px;
}

.download-btn svg{
    margin-right: 5px;
}

.download-btn{
    display: flex;
    align-items: center;
    margin: 15px 0 30px;
    background: #B99A56;
    width: 170px;
    padding: 15px;
    text-align: center;
}

.download-btn a{
    color: #fff;
}

.for-flex{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 5px;
}
.product-params__item{
    display: flex;
}
.product-params__item:nth-child(even){
    background: #F3F3F3;
}
.product-params__text{
    padding: 6px 23px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    color: #5f606a;
}
.product-params__text:first-child{
    width: 40%;
    border-right: 1px solid #BEBEBE;
}
.product-params__text:last-child {
    width: 60%;
}

.product-info-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-info-row__item {
    width: 49%;
}

.product-slide {
    margin: 0 0 12px 0;
}

.product-slide,
.product-slide-thumbs__item {
    border-radius: 4px;
    border: 1px solid #ebecee;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    cursor: pointer;
}

.product-slide-thumbs__item {
    padding: 5px;
}

.product-slide>.swiper-button-next:after,
.product-slide>.swiper-button-prev:after {
    color: #8c8c8c;
    font-size: 23px;
}

.product-slide-thumbs__item.swiper-slide-thumb-active {
    border: 1px solid #b99a56;
}

.product-info__title {
    color: #b99a56;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.favorite-and-code{
    display: flex;
    align-items: center;
    margin: 8px 0 16px;
}

.product-fav-btn{
    width: 53px;
    height: 53px;
    background: #fdfdfa;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-info__code {
    color: #525663;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 0 10px;
    pointer-events: none;
}

.product-info-prices {
    flex-direction: row;
    justify-content: flex-start;
    padding: 30px 0 10px;
    border-bottom: 1px solid #ebecee;
}

.product-info__count {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 20px 0 10px;
}

.product-add-count {
    display: flex;
    align-items: center;
    margin: 0 10px 10px 0;
}

.decrement-count,
.increment-count {
    color: #a6a0a0;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    width: 41px;
    height: 41px;
    border: 1px solid #a6a0a0;
}

.decrement-count:hover,
.increment-count:hover {
    border: 1px solid #b99a56;
}

.count-value {
    outline: none;
    color: #a6a0a0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    padding: 4px 6px;
    margin: 0 7px;
    width: 100px;
    height: 41px;
    border: 1px solid gray;
}

.product-favorite-btn {
    width: 41px;
    height: 41px;
    border: 1px solid #b99a56;
}

.product-favorite-btn>i {
    font-size: 17px;
    color: #b99a56;
}

.product-cart-btn{
    display: flex;
    align-items: center;
    padding: 10px 34px;
    background: #B99A56;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #f9faff;
}

.product-cart-btn>svg{
    margin: 0 6px 0 0;
}

.product-info__link {
    margin: 21px 0 0;
    width: fit-content;
    display: flex;
    align-items: center;
    border-radius: 2px;
    background: #b99a56;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 13px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.product-info__link>svg {
    margin: 0 10px 0 0;
}

.letter-bg {
    background: url("../images/e-bg.png") no-repeat 0% 30%;
    padding: 5% 0 0;
}

.product-des {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 4px 17px 0px rgba(177, 177, 177, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.product-des-type {
    display: flex;
    align-items: center;
    overflow-x: auto;
    padding: 12px 25px;
    border-radius: 5px 5px 0px 0px;
    background: #B99A56;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
}


.product-des-type__btn {
    white-space: nowrap;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.product-des__content {
    padding: 39px 45px 27px;
}

.recommended-product {
    margin: 30px 0 0;
}

.search-result-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.search-result-header__title {
    color: #696969;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0 15px 15px 0;
}

.search-result-letter-bg {
    padding: 0;
}

.search-result-row {
    margin: 30px -6px 0;
}

.inside-page-title {
    color: #808687;
    font-size: 35px;
    line-height: 45px;
    font-style: normal;
    font-weight: 400;
}

.accordion {
    margin: 30px 0 0;
}

.accordion-item {
    margin: 0 0 17px 0;
}

.accordion-item__title {
    text-align: left;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #f4f4f4;
    background: #fff;
    box-shadow: 0px 2px 14px 0px rgba(186, 186, 186, 0.25);
    padding: 15px 24px;
    background: #fff;
    color: #5a5a5a;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.accordion-item__content {
    display: none;
    padding: 26px 24px 30px;
    color: #6d6d6d;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.accordion .accordion-item__title.is-open {
    background: #b99a56;
    color: #fff;
}

.accordion-item__title.is-open+.accordion-item__content {
    display: block;
}

.informacin-page-baner {
    margin: 25px 0 47px;
}

.gallery-row {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -6px 0;
}

.gallery-row__item {
    cursor: pointer;
    width: 25%;
    padding: 6px;
}

.gallery-row__item>a {
    display: block;
    overflow: hidden;
}

.downloads {
    margin: 40px 0;
}

.downloads-link {
    display: flex;
    color: #606060;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 18px 14px;
    margin: 0 0 16px 0;
    border-radius: 5px;
    border: 1px solid #f4f4f4;
    background: #fff;
    box-shadow: 0px 2px 14px 0px rgba(186, 186, 186, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.downloads-link>svg {
    margin: 0 18px 0 0;
}

.informacin-item-row {
    display: flex;
    flex-wrap: wrap;
    margin: 28px -8px;
}

.informacin-item-row {
    display: flex;
    flex-wrap: wrap;
    margin: 28px -8px;
}

.informacin-item-row__item {
    padding: 8px;
    width: 25%;
}

.informacin-item-link {
    display: flex;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}

.informacin-item-link:hover .scale-hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.informacin-item-link-bg {
    padding: 22px 15px;
    display: flex;
    align-items: flex-end;
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: 2px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1d1716 100%);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.informacin-item-link__title {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.informacin-page-item-section {
    padding: 0 0 10px;
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    border: 2px solid #b99a56;
}

.modal-login-bg {
    display: none;
    position: absolute;
    top: 64px;
    right: 0;
    z-index: 5;
    overflow-y: auto;
    height: calc(100vh - 64px);
}

.modal-login-bg::-webkit-scrollbar {
    display: none;
}

.modal-login-centered {
    max-width: 380px;
}
.red{
    color: red;
    margin-right: 3px;
}


.modal-login {
    padding: 20px 16px 22px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.modal-login__close-btn {
    margin: 0 0 0 auto;
    display: block;
}

.modal-login__title {
    color: #3f3b3b;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
}

.modal-login__text {
    max-width: 230px;
    margin: 12px auto 21px;
    color: #3f3b3b;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.contact-form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 13px -8px 0;
}

.contact-form-row__item {
    padding: 0 8px;
    width: 50%;
    margin-bottom: 17px;
}

.contact-form-info {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.required-symbol::after {
    content: " *";
    color: #f00;
}

.contact-form-row__item>label {
    cursor: pointer;
    display: inline-block;
    color: #6d6d6d;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-form-row__item>input,
.contact-form-row__item>textarea {
    resize: none;
    outline: none;
    color: #3f3b3b;
    width: 100%;
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    background: #fff;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}

.contact-form-row__item>input:focus,
.contact-form-row__item>textarea:focus {
    border-bottom: 1px solid #b99a56;
}

.contact-form-row__item>textarea {
    height: 137px;
}

.contact-form__btn {
    border: 1px solid #b99a56;
    padding: 11px 35px;
    color: #b99a56;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    -webkit-transition: .4s ease;
}

.contact-form__btn:hover {
    background: #b99a56;
    color: #fff;
}

.modal-login-form-row>.contact-form-row__item,
.modal-login-form-row>.contact-form-row__item>.contact-form__btn {
    width: 100%;
}

.modal-login__forget-pas {
    width: 100%;
    display: block;
    color: #6b6b6b;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    text-decoration: underline;
    margin: 0 0 8px 0;
}

.modal-login__registration {
    width: 100%;
    color: #6b6b6b;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    margin: 15px 0;
}

.modal-login__registration>a {
    color: #6b6b6b;
    text-decoration: underline;
}

.about-bg {
    background-size: contain;
    padding: 12% 0;
}

.about-info-bg {
    position: relative;
    padding: 37px 0 30px;
}

.about-info-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url("../images/e-bg.png") no-repeat 0 0;
}

.about-info-bg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url("../images/a-bg.png") no-repeat 0% 100%;
}

.about-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url("../images/g-bg.png") no-repeat 100% 50%;
}

.about-info__item {
    padding: 35px 0;
}

.about-info-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-info__item:nth-child(even) .about-info-row {
    flex-direction: row-reverse;
}

.about-info__des {
    width: 50%;
}

.about-info__title {
    color: #646464;
    margin: 0 0 35px 0;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 66px;
    line-height: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.about-info__img {
    background: #FFF;
    padding: 8px;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.15);
    width: 48%;
    height: fit-content;
}

.share-with-friends{
    display: flex;
    align-items: center;
}

.share-with-friends__title{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #525663;
    margin: 0 14px 0 0;
}

.share{
    display: flex;
    flex-wrap: wrap;
}

.share__link{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    width: 38px;
    height: 38px;
    padding: 11px;
    border-radius: 50%;
}

.contact-map {
    margin: 35px 0 0;
    border-radius: 5px;
    border: 1px solid #EAEAEA;
    padding: 12px;
    height: 500px;
    background: #FFF;
    box-shadow: 0px 6px 11px 0px rgba(169, 169, 169, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.contact-row {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 40px auto 0;
}

.contact-row__item {
    width: 35%;
}

.contact-row__item:last-child {
    width: 65%;
}

.contact-info-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 27px;
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    box-shadow: 0px 4px 5px 0px rgba(163, 156, 156, 0.15);
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    -ms-border-radius: 10px 0px 0px 10px;
    -o-border-radius: 10px 0px 0px 10px;
}

.contact-info {
    overflow-y: auto;
}

.contact-info__title {
    color: #242529;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.contact-info__link {
    display: flex;
    flex-direction: column;
    padding: 15px 0;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.contact-info-hover:hover .contact-info-link__text {
    color: #B99A56;
}

.contact-info-link__title {
    color: #242529;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
}

.contact-info-link__text {
    color: #242529;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.contact-social-icons {
    display: flex;
    flex-wrap: wrap;
    margin: 25px -3px 0;
}

.contact-social-icons__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 12px 8px;
    margin: 4px;
    background: #ffffff;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
    box-shadow: 0px 2px 7px rgba(102, 101, 101, 0.21);
}


.contact-social-icons__link>span{
    animation: 2s linear 1s infinite normal  running es-chats-pulse;
}

@-webkit-keyframes es-chats-pulse {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes es-chats-pulse {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}


.contact-form-bg {
    padding: 33px 35px 30px;
    border-radius: 0 10px 10px 0;
    background: #242529;
    box-shadow: 0px 4px 5px 0px rgba(163, 156, 156, 0.15);
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
}

.contact-form-bg>.contact-form-row>.contact-form-row__item>input{
    padding: 12px;
}
.vacancie {
    margin: 19px 0 0;
}

.vacancie__item {
    padding: 25px 20px 20px 30px;
    border-radius: 4px;
    border: 1px solid #DCDCDC;
    background: #FFF;
    margin: 0 0 28px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.vacancie-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #DCDCDC;
}

.vacancie-header__title {
    padding: 0 15px 0 0;
    color: #282828;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.vacancie-header__link {
    border-radius: 2px;
    border: 1px solid #ACABAB;
    background: #FFF;
    padding: 10px 50px;
    color: #ACABAB;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.vacancie-header__link:hover {
    border: 1px solid #B99A56;
    background: #B99A56;
    color: #fff;
}

.vacancie-time-and-mony {
    display: flex;
    width: fit-content;
    margin: 0 -14px;
    padding: 19px 0 25px;
}

.vacancie-time-and-mony__item {
    padding: 0 14px;
}

.vacancie-time-and-mony__item:first-child {
    border-right: 1px solid #DFDFDF;
}

.vacancie-time-and-mony__title {
    color: #5B5B5B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.vacancie-time-and-mony__time,
.vacancie-time-and-mony__mony {
    color: #B99A56;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.vacancie-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 22px 0 0;
}

.vacancie-row__item {
    width: 65%;
}

.vacancie-row__item:last-child {
    width: 32%;
}

.vacancie-form-bg {
    margin: 50px 0 0;
    padding: 36px 25px 24px;
    border-radius: 3px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    box-shadow: 0px 6px 11px 0px rgba(169, 169, 169, 0.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.vacancie-form-row>.contact-form-row__item {
    width: 100%;
}


.vacancie-form-row>.contact-form-row__item>.contact-form__btn {
    border: 1px solid #6D6D6D;
    color: #6D6D6D;
}

.vacancie-form-row>.contact-form-row__item>.contact-form__btn:hover {
    border: 1px solid #B99A56;
    color: #fff;
}

.file-cv {
    position: relative;

}

.file-cv>label {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 10px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px dashed #CFCFCF;
    background: #FFF;
    color: #6D6D6D;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.file-cv>input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


.registration-block,
.recovery-password-block{
    position: relative;
    max-width: 900px;
    margin: 48px auto;
    padding: 28px 35px 28px 82px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 17px rgba(206, 206, 206, 0.25);
}

.registration-block::after,
.recovery-password-block::after{
    content: '';
    display: block;
    width: 26px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #B99A56;
    border-radius: 10px 0px 0px 10px;
    box-shadow: 0px 5px 17px rgba(206, 206, 206, 0.25);
}

.registration-block__title{
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    color: #525663;
    margin: 9px 0 19px;
}
.registration-block__text{
    color: #6d6d6d;
    text-align: left;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin: 9px 0 19px;
}

.registration-with-social-title,
.login-with-social-title{
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    text-align: left;
    color: #525663;
}

.login-with-social-title{
    font-size: 17px;
    text-align: center;
}
.registration-with-social,
.login-with-social{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0;
}

.login-with-social{
    justify-content: center;
}

.registration-with-social__google,
.registration-with-social__facebook,
.login-with-social__google,
.login-with-social__facebook{
    cursor: pointer;
    margin: 0 15px 10px 0;
}

.registration-form-row>.contact-form-row__item {
    width: 50%;
}

.register-btn{
    background: #B99A56;
    color: #fff;
}

.agree-row {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
}

.agree-row>input {
    width: 21px;
    height: 21px;
    margin: 0 12px 0 0;
    accent-color: #a78c51;
}

.agree-row>label {
    color: #6D6D6D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}


.recovery-password-text{
    color: #6d6d6d;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 25px 0 0;
}

.recovery-password-text>a{
    color: #6d6d6d;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration: underline;
}

.personal-area-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin: 38px 0 0;
}

.personal-area-row__item {
    width: 25%;
}

.personal-area-row__item:last-child {
    width: 72%;
}

.personal-area-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.personal-area-menu {
    padding: 5px 0;
    border-radius: 4px;
    border: 1px solid #DCDFE4;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.personal-area-btn {
    display: none;
    margin: 0 0 0 35px;
}

.personal-area-btn__close {
    display: none;
}

.personal-area-menu__link {
    display: flex;
    align-items: center;
    padding: 17px 20px;
    color: #747474;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.personal-area-menu__link>svg {
    margin: 0 30px 0 0;
}

.personal-area-menu__link:not(:last-child) {
    border-bottom: 1px dashed #E9E9E9;
}

.personal-area-menu__link_active>svg * {
    fill: #B99A56;
}

.personal-area-menu__link_active {
    color: #B99A56;
}

.personal-area-fields {
    margin: 35px 0 0;
}

.personal-area-fields__item {
    margin: 0 0 23px 0;
}

.personal-area-form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.personal-area-form-row__item {
    width: 33.333%;
    padding: 0 8px;
    margin: 0 0 15px 0;
}

.personal-area-form-row__item>input {
    outline: none;
    color: #3f3b3b;
    width: 100%;
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid #ebebeb;
    background: #fff;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}

.personal-area-form-row__item>label {
    display: inline-block;
    margin-bottom: 6px;
    color: #747474;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.personal-area-form-row__item>input:focus {
    border-bottom: 1px solid #B99A56;
}

.personal-area-form-row__btn {
    border-radius: 2px;
    border: 1px solid #B99A56;
    background: #FFF;
    padding: 12px 35px;
    color: #B99A56;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}

.personal-area-form-row__btn:hover {
    color: #FFF;
    background: #B99A56;
}

.our-product-link__del-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    border-radius: 3px;
    background: #F1EFE9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.current-purchases {
    margin: 30px 0 0;
}

.current-purchases__item {
    margin: 0 0 17px;
}

.current-purchases-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 16px 8px;
    border-radius: 5px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    box-shadow: 0px 6px 5px 0px rgba(231, 231, 231, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.current-purchases-link:hover {
    border: 1px solid #b99a56;
}

.current-purchases-link__order {
    white-space: nowrap;
    color: #747474;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}

.current-purchases-link__status {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.order-status,
.order-time-date {
    background: #B99A56;
    margin: 5px;
    padding: 7px 13px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

.order-status-success {
    background: #09AD95;
}

.order-status-delivered {
    background: #2E7BEE;
}

.order-status-awaiting {
    background: #F7B731;
}

.current-purchases-header {
    margin: 8px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.current-purchases-header__back,
.current-purchases-header__download {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.current-purchases-header__back {
    color: #B99A56;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    margin: 0 18px 0 0;
}

.current-purchases-header__download {
    border-radius: 2px;
    border: 1px solid #B99A56;
    background: #FFF;
    padding: 11px 17px;
    color: #B99A56;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.current-purchases-header__back>svg,
.current-purchases-header__download>svg {
    margin: 0 12px 0 0;
}

.information-order {
    margin: 22px 0 0;
    border: 1px solid #DBDBDB;
    background: #FFF;
}

.information-order__title {
    color: #B99A56;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    padding: 22px 15px;
}

.information-order-header {
    background: #F5F5F5;
}

.information-order-header,
.information-order-content {
    padding: 0 17px;
    display: flex;
    flex-wrap: wrap;
}

.information-order-header__item:first-child,
.information-order-content__item:first-child {
    width: 24%;
}

.information-order-header__item,
.information-order-content__item {
    border-bottom: 1px solid #E1E1E1;
    width: 19%;
}

.information-order-header__item:not(:last-child),
.information-order-content__item:not(:last-child) {
    border-right: 1px solid #E1E1E1;
}

.information-order-header__title,
.information-order-content__title,
.information-order-title-mobile {
    margin: 15px;
    color: #00000099;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.information-order-title-mobile {
    display: none;
}

.information-order-footer {
    margin: 27px 17px 0 17px;
}

.information-order-footer__item {
    margin: 0 0 8px 0;
}

.information-order-footer__title,
.information-order-footer__text {
    padding: 0 15px;
    color: #626262;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.information-order-footer__text {
    font-size: 16px;
}

.information-order-total {
    margin: 20px 0 0;
    padding: 21px 15px 21px;
    border-top: 1px solid #E1E1E1;
}

.information-order-total__text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #B99A56;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    /*text-transform: capitalize;*/
}
.information-order-footer__title {
    font-weight: 600 !important;
}

.information-order-total__text>span {
    font-size: 22px;
}

.basket-table {
    margin: 26px 0;
    border: 1px solid #DBDBDB;
    background: #FFF;
}

.basket-table__title {
    padding: 22px 47px;
    color: #B99A56;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.basket-table-scroll {
    overflow-x: auto;
    scrollbar-width: thin;
}

.basket-table-scroll::-webkit-scrollbar {
    height: 5px;
}

.basket-table-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.basket-table-scroll::-webkit-scrollbar-thumb {
    background: #B99A56;
}

.basket-table-header {
    background: #F5F5F5;
}

.basket-table-header,
.basket-table-content,
.basket-table-footer {
    display: flex;
    align-items: center;
    padding: 20px 15px 11px 25px;
}

.basket-table-header__item,
.basket-table-content__item {
    width: 17%;
}

.basket-table-header__item:first-child,
.basket-table-content__item:first-child {
    width: 25%;
}

.basket-table-header__item:last-child,
.basket-table-content__item:last-child {
    width: 8%;
}

.basket-table-header__title,
.basket-table-content__mobile-title {
    color: #1e435399;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0 20px 0 0;
}

.basket-table-content__mobile-title {
    display: none;
}

.basket-table-content {
    border-bottom: 1px solid #E1E1E1;
}

.basket-table-content__text {
    color: #626262;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0 10px 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.promo-style{
    display: flex;
    flex-direction: column;
}

.basket-table-content__count>.count-value {
    width: 70px;
    height: 27px;
    padding: 2px 4px;
    font-size: 15px;
}

.basket-table-content__count>.decrement-count,
.basket-table-content__count>.increment-count {
    width: 27px;
    height: 27px;
    font-size: 18px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.basket-table-content__delete {
    display: block;
    margin: 0 0 0 auto;
}

.basket-table-footer {
    padding: 25px 15px 25px 25px;
    justify-content: flex-end;
}

.basket-table-footer__text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #B99A56;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
}

.basket-table-footer__text>span {
    font-size: 22px;
}

.basket-order-checked {
    display: flex;
    flex-wrap: wrap;
    margin: 24px -12px;
}

.basket-order-checked__item {
    display: flex;
    align-items: center;
    padding: 12px;
}

.basket-order-checked__item>input,
.choose-payment-method__item>input {
    cursor: pointer;
    margin: 0 6px 0 0;
    background: #FFF;
    width: 23px;
    height: 23px;
    accent-color: #a78d55;
}

.basket-order-checked__item>label,
.choose-payment-method__item>label {
    cursor: pointer;
    color: #747474;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
}

#orderDeliveryContent {
    /*display: none;*/
    margin: 0 0 35px;
}

#orderTakeContent {
     display: none;
}

.mark-on-map-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 10px;
    color: #747474;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    background: #F4F4F4;
}

.order-take-map {
    margin: 30px 0;
    padding: 22px;
    height: 400px;
    border-radius: 5px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    box-shadow: 0px 6px 11px 0px rgba(169, 169, 169, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.choose-payment__title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.choose-payment-method {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.choose-payment-method__item {
    display: flex;
    align-items: center;
    padding: 8px;
}

.payment-online {
    display: none;
    flex-wrap: wrap;
    margin: 27px -5px 0;
}

.payment-online__item {
    padding: 8px 5px;
}

.payment-online__bg {
    min-height: 51px;
    height: 100%;
    padding: 8px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    border: 0.5px solid #9E9E9E;
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.payment-online__bg img:not(:last-child) {
    margin: 0 8px 0 0;
}

.payment-online__bg>input {
    cursor: pointer;
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
    accent-color: #a78d55;
}

.payment-online__bg>label {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.order-total {
    display: flex;
    justify-content: flex-end;
    margin: 35px 0 15px 0;
}

.order-total__text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
}

.order-total__text>span {
    font-size: 22px;
}

.delivery-select {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px 35px;
}

.delivery-select__item {
    padding: 5px;
}

.standard-delivery,
.fast-delivery {
    cursor: pointer;
    outline: none;
    padding: 16px 20px;
    border-radius: 3px;
    border: 1px solid #555;
    background: #FFF;
    color: #444;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.fast-delivery {
    color: #9E9E9E;
}

.fast-delivery:hover {
    border: 1px solid #B99A56;
    background: #B99A56;
    color: #fff;
}

.fast-delivery-active {
    border: 1px solid #B99A56;
    background: #B99A56;
    color: #fff;
}

.selcet-area {
    cursor: pointer;
    display: block;
    outline: none;
    color: #3f3b3b;
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}

.selcet-area:focus,
.standard-delivery:focus {
    border: 1px solid #B99A56;
}

.basket-order-form__btn,
.ordering-information-btns__edit,
.ordering-information-btns__pay {
    border-radius: 2px;
    border: 1px solid #B99A56;
    background: #FFF;
    color: #B99A56;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 13px 80px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.ordering-information-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 -3px;
}

.ordering-information-btns__item {
    height: 100%;
    padding: 3px;
}

.ordering-information-btns__edit,
.ordering-information-btns__pay {
    width: 225px;
    padding: 13px;
    display: block;
    height: 100%;
}

.basket-order-form__btn:hover,
.ordering-information-btns__edit:hover,
.ordering-information-btns__pay:hover {
    background: #B99A56;
    color: #fff;
}

.basket-order-table .basket-table-header__item:first-child,
.basket-order-table .basket-table-content__item:first-child {
    width: 32%;
}

.basket-order-table .basket-table-header__item,
.basket-order-table .basket-table-content__item {
    width: 17%;
}

.ordering-information__item {
    padding: 16px 18px;
    border-bottom: 1px solid #E1E1E1;
}

.ordering-information__title {
    color: #969696;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.ordering-information__text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.notification-text {
    font-size: 16px;
    color: #ff0000;
}

.favorite-action-trigger>.fa-solid {
    color: #b99a56;
}

.pharmacies-row {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pharmacies-row__item {
    width: 35%;
}

.pharmacies-row__item:last-child {
    width: 63%;
}

.pharmacies-list {
    height: 568px;
    padding: 0 0 0 21px;
    overflow-y: auto;
    direction: rtl
}

.pharmacies-list::-webkit-scrollbar {
    width: 8px;
}

.pharmacies-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.pharmacies-list::-webkit-scrollbar-thumb {
    background: #B99A56;
    border-radius: 10px;
}

.pharmacies-list__item {
    position: relative;
    cursor: pointer;
    padding: 8px 20px 8px 0;
    border-bottom: 1px solid #EBE9E9;
}

.pharmacies-list__title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    line-height: 35px;
}

.pharmacies-list__text-title {
    color: #929397;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
}

.pharmacies-list__text {
    color: #4E4E4E;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 0 0 6px;
}

.location-icon{
    position: absolute;
    top: 15px;
    right: 2px;
}

.pharmacies-map #map {
    height: 568px;
}

.password-recovery-block {
    max-width: 400px;
    width: 100%;
    margin: 8% auto;
    padding: 40px 15px;
}


.password-recovery__title {
    color: #3F3B3B;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    margin: 0 0 50px;
}

.password-recovery__link {
    margin: 17px 0px;
}

.password-recovery__link,
.password-recovery__link>a {
    color: #6B6B6B;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

.password-recovery__link>a:hover {
    text-decoration: underline;
}

.pagination{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 16px 0 10px;
}

.pagination>li{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 2px;
    width: 35px;
    height: 35px;
    background: #ffffff;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
}

.pagination>li:hover{
    border: 1px solid #B99A56;
}

.pagination>li>a,
.pagination>li>span{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #898989;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.pagination>li.active{
    background: #B99A56;
    border: 1px solid #B99A56;
}

.pagination>li.active>span{
    color: #fff;
}

.discount-label {
    display: flex;
    align-items: flex-end;
    position: absolute;
    left: 0;
    z-index: 3;
    bottom: 0;
    background: url('../images/discount-label.png') no-repeat;
    background-size: contain;
    width: 100px;
    height: 88px;
}
.discount-label__percent {
    font-weight: 400;
    font-size: 22px;
    margin: 0 0 7px 8px;
    text-align: left;
    color: #ffffff;
}

.new-and-promo{
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 3;
}
.new-and-promo__new,
.new-and-promo__promo{
    width: 53px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.new-and-promo__new{
    background: url('../images/new-icon.png') no-repeat;
    background-size: contain;
}
.new-and-promo__promo{
    margin: 5px 0 0;
    background: url('../images/promo-icon.png') no-repeat;
    background-size: contain;
}
.new-and-promo__text{
    font-weight: 700;
    font-size: 11px;
    text-align: center;
    color: #ffffff;
}
.our-product-link>.new-and-promo{
    top: 55px;
}
.our-product-link>.new-and-promo>.new-and-promo__new,
.our-product-link>.new-and-promo>.new-and-promo__promo {
    width: 41px;
    height: 41px;
}
.our-product-link>.new-and-promo .new-and-promo__text{
    font-size: 8px;
}

.promo-btn{
    padding: 12px;
    max-width: 220px;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #B99A56;
    border: 1px solid #B99A56;
    transition: .4s ease;
}
.promo-btn:hover{
    color: #FFFFFF;
    background: #B99A56;
}

.product-fav-btn>.fa-regular {
    color: #B99A56;
    font-size: 20px;
}

.favorite-action-trigger>.fa-solid {
    color: #B99A56 !important;
}

.promo-btn{
    padding: 12px;
    max-width: 220px;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #B99A56;
    background: #fff;
    border: 1px solid #B99A56;
    transition: .4s ease;
}
.promo-btn:hover{
    color: #FFFFFF;
    background: #B99A56;
}

.promo-product{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.input-alert{
    color: #ff0000;
    font-size: 12px;
}

.position-relative{
    position: relative;
}

.input-check{
    position: relative;
}

.tick-icon{
    display: none;
    position: absolute;
    top: 38px;
    right: 12px;
}

.save-btn[disabled] {
    cursor: no-drop;

}
.basket-flex-block{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.basket-flex-block .editor{
    border: 1px solid #B99A56;
    padding: 15px;
    width: 49%;
    background: #B99A56;
    color: #fff;
}

/* ------ RESPONSIVE ------ */

@media all and (max-width: 1500px) {
    .home-swiper-info-bg {
        max-width: 600px;
    }
    .home-swiper-info__title {
    font-size: 30px;
    }
    .home-swiper-info__link {
    font-size: 20px;
    }

    /*.home-swiper-info {*/
    /*    width: calc(100% - 100px);*/
    /*}*/

    .blog-section::before,
    .blog-section::after {
        background-size: 28%;
    }

    .letter-bg {
        background-size: 30%;
    }

    .modal-login-bg {
        padding: 0 30px;
    }

    .modal-login-centered {
        margin: 0 0 30px 0;
    }
}

@media all and (max-width: 1366px) {
    .basket-table-container {
        width: 1000px;
    }
}

@media all and (max-width: 1280px) {
    .home-swiper-info-bg {
        max-width: 450px;
    }

    .home-swiper-info {
        width: calc(100% - 40px);
    }

    .home-swiper-info__title {
        font-size: 25px;
        line-height: 38px;
    }

    .about-us-row__item {
        width: 60%;
    }

    .about-us-row__item:last-child {
        width: 40%;
    }

    .about-us-info {
        padding: 33px;
    }

    .our-product-row {
        margin: 40px -6px 0;
    }

    .our-product-row__item {
        width: 20%;
    }

    .our-category-images__label {
        max-width: 170px;
        padding: 5px 8px;
    }

    .our-category-section {
        background-size: 25%;
    }

    .blog-row,
    .blog-page-row{
        margin: 30px -11px 0;
    }

    .blog-item-link-info {
        padding: 30px 22px 20px;
    }

    .blog-item-link-info__title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .blog-section::before,
    .blog-section::after {
        background-size: 25%;
    }

    .blog-page-img {
        margin: 60px 0;
    }

    .blog-page-img-bg::after {
        padding: 35px 0;
    }

    .products-row__item {
        width: 24%;
    }

    .products-row__item:last-child {
        width: 74%;
    }

    .product-row {
        margin: 10px -6px 0;
    }

    .product-row>.our-product-row__item {
        width: 25%;
    }

    .letter-bg {
        background-size: 30%;
    }

    .informacin-page-baner {
        margin: 25px 0 30px;
    }

    .downloads {
        margin: 30px 0;
    }

    .about-info-bg::before,
    .about-info-bg::after,
    .about-info::before {
        background-size: 30%;
    }

    .contact-map {
        margin: 25px 0 0;
    }

    .vacancie-row__item {
        width: 62%;
    }

    .vacancie-row__item:last-child {
        width: 35%;
    }

    .registration-block {
        max-width: 600px;
        margin: 30px auto 25px;
    }

    .personal-area-row {
        margin: 30px 0 0;
    }

    .personal-area-row__item {
        width: 30%;
    }

    .personal-area-row__item:last-child {
        width: 68%;
    }
    .registration-block, .recovery-password-block {
        margin: 30px auto 25px;
    }
}

@media all and (max-width: 1024px) {
    .home-swiper-info-bg {
        padding: 15px 18px;
        max-width: 400px;
    }
    .home-swiper-info__link {
        font-size: 16px;
    }

    .home-swiper-info__title {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 5px;
    }

    .about-us-section {
        background-size: 60%;
        padding: 6% 0 5%;
    }

    .about-us-row__item {
        width: 60%;
    }

    .about-us-row__item:last-child {
        width: 100%;
    }

    .about-us-info {
        margin: -70px 0 0 0;
    }

    .blog-page-img-bg::after {
        width: 45%;
    }

    .our-product-row {
        margin: 28px -6px 0;
    }

    .our-product-row__item {
        width: 25%;
    }

    .page-title {
        font-size: 25px;
        line-height: 36px;
    }

    .our-product-section {
        background-size: 25%;
    }

    .bread-crumbs {
        margin: 72px 0 14px;
    }

    .products-row__item:last-child {
        width: 100%;
    }

    .product-filter {
        display: none;
    }

    .products-header {
        display: flex;
        justify-content: space-between;
    }

    .mobile-filter-block {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .product-filter__type {
        display: none;
    }

    .mobile-filter-block>.product-filter__type {
        height: fit-content;
        display: block;
        margin: 0 0 0 15px;
        max-width: 260px;
    }

    .filter-btn {
        margin: 0 0 0 23px;
        display: block;
    }

    .product-filter {
        display: none;
        overflow-y: scroll;
        padding: 31px 56px 100px;
        width: 100vw;
        height: calc(100vh - 64px);
        position: absolute;
        top: 64px;
        left: 0;
        right: 0;
        background: url("../images/element-logo.png") no-repeat 95% 95%;
        background-color: #ffffff;
        z-index: 10;
    }

    .product-filter::-webkit-scrollbar {
        width: 5px;
    }

    .product-filter::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
    }

    .product-filter::-webkit-scrollbar-thumb {
        background: #b99a56;
    }

    .product-filter-block {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        position: relative;
    }

    .filter-close-btn {
        margin-left: auto;
        display: block;
    }

    .product-filter-container {
        height: fit-content;
        width: 40%;
    }

    .product-filter__img {
        margin: 25px 0 0;
        width: 25%;
    }

    .filter-type-block {
        background: transparent;
        border: none;
    }

    .product-info-row__item {
        width: 65%;
    }

    .product-info-row__item:last-child {
        width: 100%;
    }

    .product-info {
        margin: 45px 0 0;
    }

    .letter-bg {
        padding: 8% 0 0;
    }

    .product-des-type::-webkit-scrollbar {
        height: 3px;
    }

    .product-des-type__btn {
        font-size: 14px;
    }

    .search-result-letter-bg {
        padding: 0;
    }

    .gallery-row__item {
        width: 25%;
    }

    .informacin-item-row__item {
        width: 33.333%;
    }

    .modal-login-bg {
        background: rgba(0, 0, 0, 0.43);
        left: 0;
        bottom: 0;
    }

    .modal-login-centered {
        margin: 0 0 30px auto;
    }

    .about-info-row {
        justify-content: flex-end;
    }

    .about-info__item:nth-child(even) .about-info-row {
        flex-direction: column-reverse;
    }

    .about-info__item:nth-child(even) .about-info-row .about-info__des {
        margin: 35px 0 0 0;
    }

    .about-info__img {
        width: 80%;
    }

    .about-info__des {
        width: 100%;
        margin: 0 0 35px 0;
    }

    .about-info__title {
        margin-bottom: 20px;
    }

    .contact-map {
        height: 300px;
        margin: 15px 0 0;
        padding: 12px 15px;
    }

    .contact-row {
        margin: 30px auto 0;
    }

    .vacancie-row {
        margin: 0;
    }

    .vacancie-row__item,
    .vacancie-row__item:last-child {
        width: 100%;
    }

    .vacancie-form-bg {
        margin: 30px 0 25px;
    }

    .vacancie-form-row>.contact-form-row__item {
        width: 50%;
    }

    .vacancie-form-row>.contact-form-row__item:last-child {
        text-align: center !important;
    }

    .registration-block {
        max-width: 100%;
        margin: 30px auto 25px;
    }

    .registration-form-row>.contact-form-row__item {
        width: 50%;
    }

    .agree-row>label {
        max-width: 500px;
    }

    .personal-area-row__item,
    .personal-area-row__item:last-child {
        width: 100%;
    }

    .personal-area-menu {
        display: none;
        border: none;
        position: absolute;
        z-index: 5;
        top: 38px;
        left: 0;
        right: 0;
    }

    .personal-area-btn {
        display: block;
    }

    .information-order {
        padding: 27px 20px;
    }

    .information-order__title {
        padding: 0;
        text-align: left;
    }

    .information-order-header {
        display: none;
    }

    .information-order-header,
    .information-order-content {
        padding: 15px 0;
        flex-direction: column;
        border-bottom: 1px solid #E1E1E1;
    }

    .information-order-content__item,
    .information-order-header__item:not(:last-child),
    .information-order-content__item:not(:last-child) {
        border: none;
        width: 100%;
        margin: 15px 0;
    }

    .information-order-header__title,
    .information-order-content__title,
    .information-order-title-mobile {
        margin: 0;
    }

    .information-order-title-mobile {
        display: block;
    }

    .information-order-content__title {
        margin: 8px 0 0;
        font-size: 14px;
    }

    .information-order-footer {
        padding: 30px 0 0;
        margin: 0;
    }

    .information-order-footer__title,
    .information-order-footer__text {
        padding: 0;
    }

    .information-order-total {
        margin: 30px 0 0;
        padding: 23px 0 0;
    }

    .order-take-map {
        padding: 10px;
        height: 300px;
    }

    .basket-order-form__btn {
        padding: 12px 65px;
    }

    .pharmacies-row__item {
        width: 50%;
    }

    .pharmacies-row__item:last-child {
        width: 100%;
    }

    .pharmacies-map #map,
    .pharmacies-list{
        height: 400px;
    }
    .registration-block, .recovery-password-block {
        max-width: 100%;
        margin: 30px auto 25px;
    }
    .product-info-prices{
        padding: 20px 0 10px;
    }
    .information-order-title-mobile {
        font-size: 17px;
    }
    .search-input-ph {
        width: 50% !important;
    }

}

@media all and (max-width: 767px) {
    .page-title::after {
        border-bottom: 3px solid #b99a56;
    }

    .about-us-info {
        background-size: 32%;
    }

    .about-us-section {
        background-size: 60%;
        padding: 9% 0 5%;
    }

    .our-product-row,
    .blog-row {
        flex-wrap: nowrap;
        margin: 20px -6px 0;
    }

    .our-category-images__label {
        font-size: 13px;
        max-width: 130px;
    }

    .blog-row__item {
        padding: 6px;
    }

    .blog-item-link-info {
        padding: 20px 22px 18px;
    }

    .blog-item-link__date {
        padding: 5px 10px;
    }

    .blog-page-row {
        margin: 20px -6px 0;
    }

    .blog-page-row>.blog-row__item{
        width: 50%;
    }

    .product-row,
    .recommended-product-row,
    .search-result-row {
        flex-wrap: wrap;
    }

    .product-row > .our-product-row__item,
    .recommended-product-row > .our-product-row__item,
    .search-result-row > .our-product-row__item {
        width: 33.333%;
    }

    .product-filter {
        padding: 15px 24px 70px;
        background-size: 35%;
    }

    .filter-type-block {
        padding: 5px 0;
    }

    .product-filter__img {
        width: 40%;
    }

    .product-filter-container {
        width: 45%;
    }

    .product-info {
        margin: 20px 0 0;
    }

    .product-info__title {
        font-size: 25px;
    }

    .product-des-type {
        padding: 12px 20px;
    }

    .product-des__content {
        padding: 26px 29px 20px;
    }

    .letter-bg {
        background: url("../images/e-bg.png") no-repeat 0% -1%;
        background-size: 30%;
    }

    .gallery-row {
        margin: 25px -4px 0;
    }

    .gallery-row__item {
        width: 33.333%;
        padding: 4px;
    }

    .informacin-item-row {
        margin: 25px -4px 0;
    }

    .informacin-item-row__item {
        width: 50%;
        padding: 4px;
    }

    .modal-bg {
        padding: 30px 15px;
    }

    .modal-login-centered {
        margin: 30px auto;
    }

    .about-info-bg::before,
    .about-info-bg::after,
    .about-info::before {
        background-size: 40%;
    }

    .our-category-images {
        margin-top: 30px;
        justify-content: space-between;
    }

    .our-category-images-item {
        width: 49%;
    }

    .our-category-images-item:nth-child(2) .our-category-images-img {
        position: static;
    }

    .our-category-images-item:nth-child(3) {
        width: 100%;
    }

    .contact-row {
        margin: 25px 0 0;
    }

    .contact-row__item,
    .contact-row__item:last-child {
        width: 100%;
    }

    .contact-info__link {
        padding: 10px 0;
    }

    .contact-form-bg > .contact-form-row > .contact-form-row__item {
        width: 100%;
    }

    .personal-area-row {
        margin: 25px 0 0;
    }

    .personal-area-fields {
        margin: 30px 0 0;
    }

    .personal-area-form-row__item {
        width: 50%;
    }

    .basket-table {
        padding: 24px 20px;
    }

    .basket-table-container {
        width: 100%;
    }

    .basket-table-header {
        display: none;
    }

    .basket-table-content {
        padding: 15px 0;
        flex-direction: column;
        position: relative;
    }

    .basket-table-footer {
        padding: 14px 0 0;
    }

    .basket-table-header__item,
    .basket-table-content__item,
    .basket-table-header__item:first-child,
    .basket-table-content__item:first-child,
    .basket-table-header__item:last-child,
    .basket-table-content__item:last-child,
    .basket-order-table .basket-table-header__item,
    .basket-order-table .basket-table-content__item,
    .basket-order-table .basket-table-header__item:first-child,
    .basket-order-table .basket-table-content__item:first-child {
        width: 100%;
        margin: 11px 0;
    }

    .basket-table-content__item:last-child {
        margin: 0;
    }

    .basket-table-content__mobile-title {
        display: block;
    }

    .basket-table__title {
        padding: 0;
    }

    .basket-table-content__text {
        max-width: 360px;
    }

    .basket-table-content__delete {
        position: absolute;
        top: 12px;
        right: 0;
    }

    .pharmacies-row {
        margin: 25px 0;
    }

    .pharmacies-row__item {
        width: 100%;
    }

    .blog-page-img {
        margin: 40px 0;
    }

    .blog-page-img-bg::after {
        padding: 22px 0;
        border-radius: 0 19px 19px 0;
    }

    .product-params__text:first-child,
    .product-params__text:last-child {
        width: 50%;
        padding: 6px 8px;
    }
    .basket-flex-block {
        flex-wrap: wrap;
    }
    .basket-flex-block .editor {
        width: 100%;
        margin-bottom: 15px;
    }
    .modal-login-bg {
        top: 56px;
        height: calc(100vh - 56px);
    }
    .search-input-ph {
        width: 100% !important;
    }
}
@media all and (max-width: 575px) {
    .home-swiper-info {
        width: 100%;
    }
    .home-swiper-info-bg {
        max-width: 300px;
    }

    .home-swiper-info__title {
        font-size: 16px;
        line-height: 23px;
        margin: 0;
    }

    .about-us-row__item,
    .about-us-row__item:last-child {
        width: 100%;
    }

    .about-us-info {
        background: url("../images/element-logo.png") no-repeat 98% 98%;
        background-size: 45%;
        padding: 11px 23px 56px;
        margin: -15px 0 0;
    }

    .about-us-info {
        font-size: 17px;
    }

    .about-us-info__link {
        margin-top: 15px;
        padding: 10px 26px;
    }

    .about-us-info__title {
        font-size: 17px;
    }

    .our-category-section {
        background-size: 35%;
    }

    .our-product-link__fav-btn {
        width: 32px;
        height: 32px;
    }

    .our-product-link__del-btn {
        width: 32px;
        height: 32px;
    }

    .our-product-baner-row__item {
        width: 100%;
        margin-bottom: 4px;
    }

    .our-category-images-item,
    .our-category-images-item:nth-child(3),
    .our-category-images-item:nth-child(2) {
        width: 100%;
    }


    .blog-section::before,
    .blog-section::after {
        background-size: 32%;
    }

    .section-bottom-gape {
        padding: 0 0 6% 0;
    }

    .product-row>.our-product-row__item,
    .recommended-product-row>.our-product-row__item,
    .search-result-row>.our-product-row__item {
        width: 50%;
    }

    .products-header {
        align-items: flex-start;
    }

    .bread-crumbs {
        margin: 55px 0 10px;
    }

    .mobile-filter-block {
        flex-direction: column;
    }

    .mobile-filter-block>.product-filter__type {
        width: 80%;
        padding: 10px;
        margin: 14px 0 0;
    }

    .product-filter {
        background-size: 50%;
        top: 44px;
        height: calc(100vh - 30px);
    }

    .product-filter-container {
        width: 58%;
    }

    .product-info-row__item {
        width: 100%;
    }

    .count-value {
        width: 80px;
    }

    .recommended-product {
        margin: 25px 0 0;
    }

    .accordion {
        margin: 25px 0 0;
    }

    .inside-page-title {
        font-size: 25px;
        line-height: 38px;
    }

    .accordion-item__title {
        padding: 15px 13px;
    }

    .accordion-item__content {
        padding: 20px 13px;
    }

    .carousel__button.is-prev,
    .carousel__button.is-next {
        top: 53%;
    }

    .informacin-page-baner {
        margin: 20px 0 15px;
    }

    .downloads {
        margin: 25px 0;
    }

    .modal-login-bg {
        padding: 0 15px;
        top: 41px;
        height: calc(100vh - 41px);
    }

    .about-info__des {
        margin: 0 0 18px;
    }

    .about-info__item:nth-child(even) .about-info-row .about-info__des {
        margin: 18px 0 0;
    }

    .about-info__img {
        width: 100%;
    }

    .about-info-bg {
        padding: 10px 0 20px;
    }

    .contact-map {
        padding: 12px;
    }

    .contact-info-container,
    .contact-form-bg {
        padding: 20px 25px;
    }

    .contact-form-bg>.contact-form-row>.contact-form-row__item>.contact-form__btn {
        width: 100%;
    }

    .vacancie__item {
        position: relative;
        margin: 0 0 20px 0;
        padding: 14px 14px 80px 14px
    }

    .vacancie-header {
        padding: 0 0 14px 0;
    }

    .vacancie-time-and-mony {
        margin: 0 -10px;
        padding: 15px 0;
    }

    .vacancie-time-and-mony__item {
        padding: 0 10px;
    }

    .vacancie-header__link {
        position: absolute;
        bottom: 20px;
        left: 14px;
    }

    .vacancie-form-row>.contact-form-row__item {
        width: 100%;
    }

    .vacancie-form-row>.contact-form-row__item:last-child {
        text-align: left !important;
    }

    .registration-block {
        max-width: 100%;
        margin: 15px auto;
    }

    .registration-form-row>.contact-form-row__item {
        width: 100%;
    }

    .agree-row>label {
        max-width: 500px;
    }

    .personal-area-row {
        margin: 18px 0 0;
    }

    .personal-area-fields__item {
        margin: 0 0 20px 0;
    }

    .personal-area-form-row .personal-area-form-row__item:last-child {
        text-align: left !important;
    }

    .personal-area-form-row__item {
        width: 100%;
    }

    .personal-area-form-row__btn {
        padding: 8px 28px;
    }

    .personal-area-menu__link {
        padding: 15px 20px;
    }

    .current-purchases-link {
        flex-wrap: wrap;
    }

    .current-purchases-link__status {
        justify-content: flex-start;
    }

    .current-purchases__item {
        margin: 0 0 15px 0;
    }

    .current-purchases-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .current-purchases-header__back {
        margin: 0 0 15px 0;
    }

    .information-order {
        padding: 14px 11px;
    }

    .information-order-header,
    .information-order-content {
        padding: 11px 0;
    }

    .information-order-content__item,
    .information-order-header__item:not(:last-child),
    .information-order-content__item:not(:last-child) {
        margin: 11px 0;
    }

    .information-order-footer {
        padding: 22px 0 0;
    }

    .information-order-total {
        margin: 22px 0 0;
        padding: 11px 0 0;
    }

    .basket-table {
        padding: 14px 11px;
    }

    .basket-table-header__item,
    .basket-table-content__item,
    .basket-table-header__item:first-child,
    .basket-table-content__item:first-child,
    .basket-table-header__item:last-child,
    .basket-table-content__item:last-child {
        margin: 8px 0;
    }

    .basket-table-header,
    .basket-table-content {
        padding: 12px 0;
    }

    .basket-order-checked__item>input,
    .choose-payment-method__item>input {
        width: 22px;
        height: 22px;
    }

    .choose-payment-method__item {
        padding: 5px 8px;
    }

    .mark-on-map-btn {
        font-size: 13px;
    }

    .order-take-map {
        padding: 8px;
        margin: 22px 0;
        height: 200px;
    }

    .payment-online {
        margin: 20px -5px 0;
    }

    .payment-online__bg {
        padding: 6px 8px;
    }

    .payment-online__bg img {
        width: 48px;
        height: auto;
    }

    .order-total {
        margin: 30px 0 15px 0;
    }

    #orderDeliveryContent {
        margin: 0 0 15px;
    }

    .standard-delivery,
    .fast-delivery {
        padding: 16px;
    }

    .delivery-select {
        margin: 0 -5px 25px;
    }

    .ordering-information__item {
        padding: 12px 15px;
    }

    .ordering-information-btns__edit,
    .ordering-information-btns__pay {
        padding: 12px;
    }

    .pharmacies-row {
        margin: 20px 0;
    }

    .pharmacies-list {
        padding: 0 0 0 12px;
    }

    .password-recovery__title {
        font-size: 20px;
        margin: 0 0 40px;
    }

    .password-recovery-form-row>.contact-form-row__item>.contact-form__btn {
        max-width: 180px;
    }
    .blog-page-img {
        margin: 38px 0;
    }
    .blog-page-img-bg::after {
        padding: 18px 0;
        border-radius: 0 19px 19px 0;
    }
    .registration-block,
    .recovery-password-block{
        margin: 25px auto;
        padding: 20px 20px 20px 40px;
    }
    .registration-block::after, .recovery-password-block::after {
        width: 18px;
        border-radius: 8px 0 0 8px;
    }
    .registration-with-social-title {
        font-size: 18px;
    }
    .registration-with-social__google>svg,
    .registration-with-social__facebook>svg,
    .login-with-social__google>svg,
    .login-with-social__facebook>svg {
        width: 35px;
        height: 35px;
    }
    .share-with-friends {
        flex-direction: column;
        align-items: flex-start;
    }
    .product-params {
        margin: 15px 0 25px;
    }
    .new-and-promo__new, .new-and-promo__promo {
        width: 48px;
        height: 48px;
    }
    .new-and-promo__text {
        font-size: 10px;
    }
    .discount-label {
        background: url("../images/discount-label.png") no-repeat;
        background-size: contain;
        width: 80px;
        height: 70px;
    }
    .discount-label__percent {
        font-size: 16px;
    }
    .product-info__title {
        font-size: 20px;
    }
    .download-btn a {
        font-size: 13px;
    }
    .download-btn {
        margin: -25px 0 30px;
    }
}

@media all and (max-width: 420px) {
    .home-swiper-info-bg {
        max-width: 250px;
    }

    .home-swiper {
        min-height: 180px;
    }

    /*.home-swiper__item {*/
    /*    height: auto;*/
    /*}*/

    .home-swiper__item>img {
        height: 150%;
        object-fit: cover;
        object-position: 50%;
    }

    .home-swiper-info-bg {
        padding: 10px 15px;
        /*bottom: -22px;*/
    }

    .product-info-prices>.our-product-link__price{
        font-size: 25px;
    }
    .product-info-prices>.our-product-link__old-price{
        font-size: 19px;
    }

    .products-title {
        font-size: 22px;
    }

    .product-filter-block {
        flex-direction: column-reverse;
    }

    .product-filter__img,
    .product-filter-container {
        margin: 0;
        width: 80%;
    }

    .gallery-row__item {
        width: 50%;
    }

    .informacin-item-row__item {
        width: 100%;
    }

    .contact-map {
        height: 250px;
    }

    .current-purchases-header__download,
    .delivery-select__item,
    .standard-delivery,
    .fast-delivery,
    .ordering-information-btns__item,
    .ordering-information-btns__edit,
    .ordering-information-btns__pay {
        width: 100%;
    }
    .blog-page-row>.blog-row__item{
        width: 100%;
    }
}

@media all and (max-width: 374px) {
    /*.home-swiper-info-bg {*/
    /*    bottom: -40px;*/
    /*}*/

    .page-title {
        font-size: 22px;
        line-height: 30px;
    }

    .product-row>.our-product-row__item,
    .recommended-product-row>.our-product-row__item,
    .search-result-row>.our-product-row__item {
        width: 100%;
    }

    .informacin-page-baner {
        min-height: 120px;
    }

    .informacin-page-baner>img {
        height: auto;
        min-height: 120px;
        display: block;
    }

    .contact-info__title {
        font-size: 25px;
    }

    .contact-social-icons {
        margin: 20px -4px 0;
    }
}
