.btn-round{
    height:22px;
    width:22px;
    display:inline-block;
    border-radius:50%;
    border:1px solid #c3c3c3;
}
.rounds-cell{
    padding-top:20px
}
.slide-content{
    height:400px;
    text-align:center;
}
.slide-content img{
    height:400px;
    margin:auto;
    width:auto !important;
}
.slide-content video{
    height:400px;
    margin:auto;
    width:auto !important;
}
@media(max-width:850px) {
    .paletki table td{
        width:100% !important;
        display:block;
    }
    .paletki table span{
        text-align:left;
    }
    .slide-content{
        height:auto;
    }
    .slide-content img{
        height:auto;
    }
    .slide-content video{
        height:auto;
        max-width: 100% !important;
    }
    tbody{
        padding-left:0;
        padding-right:0;
    }
    .section-page{
        padding:0;
    }
}

.rainbow{
    background:#f1f1f1;
}
.zerkal{
    background:#f1f1f1;
}
.sat-hrom{
    background:#f1f1f1;
}
.gold{
    background:#edd6a5;
}
.med{
    background:#edd6a5;
}
.rose_gold{
    background:#ffc0cb;
}
.paprik{
    background:#fd6826;
}
.red{
    background:#ff2f00;
}
.orange{
   background:#fd6826; 
}
.siren{
    background:#ea26b8;
}
.fiolet{
    background:purple;
}
.biruza{
    background:#32d8d1;
}
.light_blue{
    background:#3072f7;
}
.blue{
    background:blue;
}
.green{
    background:green;
}
.wood_green{
    background:green;
}
.yellow{
    background:yellow;
}
.korichneviy{
    background:#694200;
}
.black{
    background:#111;
}
.white{
    background:#fff;
}

.paletki li{
    list-style:none;
    position:relative;
}
.paletki li:before{
    content: "—";
    left: -23px;
    top: 2px;
    position: absolute;
}
