.detail-examples {
    margin-bottom: 10em;
}

.detail-examples__title-block {
    display: inline-block;
    width: 100%;
    margin-bottom: 19px;
}

.detail-examples__item {
    margin-right: 20px;
    outline: none;
}

.detail-examples__item .detail-examples__image {
    margin: 0;
}

.detail-examples__slider {
    clear: both;
}

.slider-nav {
    float: right;
}

.slider-nav > button {
    display: inline-block;
    background: none;
    outline: none;
    border: 2px solid #000000;
    width: 41px;
    height: 41px;
    color: transparent;
    font-size: 0;
    cursor: pointer;
    position: relative;
}

.slider-nav > button::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: transparent;
    top: 50%;
}

.slider-nav > button:last-child::before {
    left: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    border-right: 3px solid #000;
    border-top: 3px solid #000;
}

.slider-nav > button:first-child::before {
    left: 55%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
}

.slider-nav > button:focus {
    outline: none
}

.slider-nav > button:first-child {
    margin-right: 19px;
}

.detail-examples__title {
    font-size: 24px;
    float: left;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold', sans-serif;
}

.item-card__button {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Montserrat-Bold', sans-serif;
    margin-top: 20px;
}

.item-card__btn {
    display: flex;
}
.item-card__btn .favorite-btn {
    border: 2px solid #A6AEAF;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.item-card__btn .favorite-btn.disabled {
    display: none;
}
.item-card__btn .favorite-btn.active svg {
    fill: #DA2345;
}
.item-card__btn .favorite-btn.active svg path {
    stroke: #DA2345;
}
.item-card__btn .favorite-btn:hover {
    border-bottom-color: #A6AEAF;
}
.item-card__btn .favorite-btn:not(.active):hover svg {
    fill: #A6AEAF;
}

@media screen and (min-width: 769px) {
    .col-sm-12.col-sm-12_empty-slider {
        position: absolute;
        bottom: 0;
    }
}

@media screen and (max-width: 1199px) {
    .item-card__button {
        font-size: 14px;
    }
}

@media screen and (max-width: 859px) {
    .item-card__button {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .item-card__button {
        font-size: 2.9vw;
        padding: 20px 0;
        height: auto;
    }
}

.pesontedan-content {
    display: none;
}
.pesontedan-content.show {
    display: block;
}
.navigaonusing .gaonutosal .elem-btn {
    margin-top: 20px;
    max-width: unset;
    padding: 10px 10px 13px;
}
@media screen and (max-width: 480px) {
    .detail-examples__title,
    .slider-nav {
        float: none;
    }

    .detail-examples__title {
        margin-bottom: 15px;
    }
    .navigaonusing .gaonutosal .elem-btn-mob {
        height:100px;
        padding-top: 0px;
    }    
}
