/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

/* ========================================
Плашка с предупреждением */

.bad-warning {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgb(0, 0, 0, 0.4);
    z-index: 9999999999;
}

.bad-warning__inner {
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding: 20px 0;
    font-size: 20px;
    color: #fff;
}

.bad-warning__close {
    position: absolute;
    top: 5px;
    right: 6px;
    width: 15px;
    height: 15px;
    background: no-repeat url("../images/close_icons.png") -16px 0;
    cursor: pointer;
}

/* Плашка с предупреждением
======================================== */

.btn-block {
    display:flex;
    align-items: center;
    justify-content:center;
    gap:15px;
    margin:15px 0;
}

.btn-flex img{
    max-height:20px;
}

.btn-flex {
    display:flex;
    align-items: center;
    justify-content:center;
    gap:10px;
    font-weight:700;
}

.btn.btn-ozon {
    background: url(../images/ozon/ozon.png) center center no-repeat;
    background-size:auto 100%;
    /*background-color: #005bff;
    border-color: #005bff;*/
    color: #ffffff;
}

.btn.btn-wb {
    background: url(../images/ozon/wb.png) center center no-repeat;
    background-size:auto 100%;
    /*background: #9942f2;rgb(125,37,111);*/
    /*background: linear-gradient(0deg, rgba(125,37,111,1) 0%, rgba(236,35,141,1) 100%);
    border-color: rgb(125,37,111);*/
    /*background-color: #7D256F;
    border-color: #7D256F;*/
    color: #ffffff;
}

@media (max-width: 767px) {
    .btn-block {
        flex-direction: column;
    }

    .btn-flex {
        max-width:200px;
    }
}


footer .social-icons ul li.rtb a {
    background-position: -612px -377px;
}

footer .social-icons ul li.rtb a:hover {
    background-position: -611px -188px;
}

footer .social-icons ul li a {
    display: block;
    width: 43px;
    height: 43px;
    margin: 0;
    border-radius: 3px;
    opacity: .5;
    border: 1px solid rgba(255, 255, 255, .2);
    background: url(/local/templates/aspro_max/images/svg/social2.svg) 0 0 no-repeat;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
}

.mainpage-icon-links__wrapper {
    margin: 0 auto;
}

.mainpage-icon-links {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.mainpage-icon-links__container {
    margin-bottom: 50px !important;
}

.mainpage-icon-links__item {
    width: 130px;
    text-align: center;
}

.mainpage-icon-links__icon {
    margin: 0 0 10px 0;
}

.mainpage-icon-links__item {
    font-weight: normal;
    margin: 0 0 20px 0;
}
