/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 10, 2018, 2:06:50 PM
    Author     : Gendz
*/
.product-label {
    position: absolute;
    z-index: 150;
    margin-left: 65%;
    top: -30px;
}
.product-label p {
    color: red;
    border: 1px solid red;
    border-radius: 5%;
    white-space: nowrap;
    text-align: center;
    padding: 5px;
    font-weight: 700;
    background-color: white;
}
.section-bottom-text {
    text-align: justify;
}
.section-bottom-text ul{
    margin-left: 30px;
    margin-bottom: 10px;
}
.section-bottom-text .section-advantages {
    margin: 1em 0;
    text-align: center;
}
.section-bottom-text .section-advantages-img {
    margin-bottom: 5px;
}
.section-bottom-text .section-advantages-img img {
    height: 100px;
}
.section-bottom-text .section-advantages-title {
    font-weight: bold;
    margin-bottom: 5px;
    min-height: 40px;
}
.section-bottom-text .section-advantages-item {
    margin-bottom: 1em;
}
.img_tags-wrapper {
    margin-top: 20px;
}
.img_tags-elem a {
    text-align: center;
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 22px;
}
.img_tags-elem {
    margin-bottom: 20px;
}
.img_tags-elem img {
    text-align: center;
    cursor: pointer;
    margin: 0 auto 10px;
    display: block;
}
.img_tags-elem img:hover + a {
    color: #23527c;
    text-decoration: underline;
}
.also_interesting {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.also_interesting .item {
    margin: 15px 0;
    padding: 10px;
    outline: none;
    width: 31%;
    text-align: center;
    box-shadow: 3px 3px 11px rgba(35, 35, 35, 0.26);
    transition: 0.3s;
    border-radius: 5px;
}
.also_interesting .item img {
    width: 200px;
    height: 200px;
    margin-bottom: 5px;
}
.also_interesting .item:hover {
    box-shadow: 3px 3px 11px rgba(35, 35, 35, 0.46);
    text-decoration: none;
}
@media (max-width: 767px) {
    .also_interesting {
        justify-content: center;
    }
    .also_interesting .item {
        width: 400px;
    }
}

.prices-admin {
    margin: 10px 0;
}

.prices-admin__title {
    color: #a7a7a7;
}

.prices-admin__big-opt,
.prices-admin__small-opt {

}

.prices-admin__big-opt .big-opt__list,
.prices-admin__small-opt .small-opt__list {

}

.prices-admin__big-opt .big-opt__list .big-opt__list-item,
.prices-admin__small-opt .small-opt__list .small-opt__list-item {
    display: none;
    font-weight: bold;
}

.prices-admin__big-opt .big-opt__list .big-opt__list-item.--active,
.prices-admin__small-opt .small-opt__list .small-opt__list-item.--active {
    display: block;
}