
/*@media (max-width: 820px)
{
.product__country
{
     padding: 10px 0 0!important;
}

}*/
.neactive 
{
 flex: none;
 height:100%;
 cursor:pointer;
color:#c4c4c4!important;
}
.product__price {
	flex-wrap: wrap;
}
a.btn.addToBasket {
	width: 100%;
    height: 24px;
    margin-top: 12px;
    font-size: 11px;
    font-weight: 200;
    line-height: 13px;
}
a.btn.addToBasket.active{
    cursor: default;
}
.prices_wrap {
    display: flex;
    flex-flow: wrap;
  width: 7.5em;

}

.product-images-slider {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 2px;
    background: #EDF2F6;
    justify-content: center;
    align-items: center;
    z-index: 9;
    display: none;
}
.product-images-slider-item {
    width: 100%;
    height: 2px;
    background: #E4E3DF;
}
.product-images-slider-item.active {
    background: #7AB6CB;
}
.product-images-slider-places {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.product-images-slider-places-item {
    width: 100%;
    height: 100%;
}
.product__item-inner:hover .product-images-slider,
.product__item-inner:hover .product-images-slider-places {
    display: flex;
}


.selections {
    margin-bottom: 45px;
}

.selections__list {
    width: 100%;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(6, 124px);
    gap: 40px Calc((100% - 744px)/5);
}
.selections__item {
    width: 100%;
    margin: 0;
    text-align: center;
}

.selections__item a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.selections__item-img-wrap{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    position: relative;
    margin-bottom: 10px;
}

.selections__item-img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.selections__item-img-wrap:before,
.selections__item-img-wrap:after,
.selections__item-img:before,
.selections__item-img:after{
    content: "";
    position: absolute;
    background: #4A4842;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.selections__item-img-wrap:before,
.selections__item-img-wrap:after{
    bottom: 0;
    left: -1px;
}

.selections__item-img:before,
.selections__item-img:after{
    top: 0;
    right: 0;
}

.selections__item-img-wrap:before,
.selections__item-img:before{
    width: 1px;
    height: 0;
}

.selections__item-img-wrap:after,
.selections__item-img:after{
    width: 0;
    height: 1px;
}

.selections__item:hover .selections__item-img-wrap:before,
.selections__item:hover .selections__item-img:before{
    height: 10px;
}

.selections__item:hover .selections__item-img-wrap:after,
.selections__item:hover .selections__item-img:after{
    width: 10px;
}

.selections__item-img img {
    max-width: 100%;
    max-height: 100%;
}

.selections__item-name {
    font-size: 14px;
    font-weight: 200;
    line-height: 16px;
    text-align: center;
    color: #4A4842;
}

.selections .show-more-btn{
    display: none;
}

.page__description_bottom{
    font-size: 16px;
    padding-top: 20px;
    text-indent: 0;
    text-align: start;
}
.page__description_bottom h2 {
    font-size: 22px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.page__description_bottom ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
.page__description_bottom ul li {
    list-style: inside;
    margin-bottom: 10px;
}
.page__description_bottom p {
    line-height: 1.2;
    margin-bottom: 15px;
}

.case__order ul li:first-child {
    margin-left: 0 !important;
}

.case__order ul li:first-child i{
    width: 23px;
    height: 23px;
    margin-right: 10px;
}

.case__order ul li:first-child i:before{
    font-size: 23px;
    color: #77A7B8;
}

.case__order ul li + li {
    margin-left: 30px;
}

.add-basket-btn{
    margin-top: 12px !important;
}

/*@media (max-width: 1199px) {
    .selections__item {
        width: calc(100% / 4 - 20px);
        text-align: center;
    }
}
@media (max-width: 767px) {
    .selections__item {
        width: calc(100% / 3 - 20px);
        text-align: center;
    }
    .selections__item-img {
        height: 80px;
    }
    .selections__item-name {
        font-size: 14px;
    }
    .selections {
        margin-bottom: 10px;
    }
}*/