.captcha.captcha_call, .captcha.captcha_order{
    font-size: 11px;
    line-height: 14px;
    width: 304px;
    margin: 0 auto;
}
.captcha.captcha_order{
    margin-top: 10px;
}
.errorlist{color: red; font-size: 12px; list-style: none}
.share-block .pluso-more{display: none !important;}
.share-block .pluso-wrap a {margin: 0px 10px 0px 0px !important;}

.pagination ul li.last a, .pagination ul li.first a{
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    text-indent: -9999px;
}
.pagination ul li.last a:hover, .pagination ul li.first a:hover {
    background-color: #bcbcbc;
}
.pagination ul li.last a {
    background: url(../images/last.png) center no-repeat;
}
.pagination ul li.first a {
    background: url(../images/first.png) center no-repeat;
}
.nol{
    padding: 20px 40px;
}
/*.pagination ul {*/
    /*list-style: none;*/
    /*display: block;*/
    /*margin: 20px auto;*/
    /*text-align: center;*/
/*}*/
/*.pagination ul li{*/
    /*margin: 0 10px 10px 0;*/
    /*display: inline-block;*/
/*}*/
/*.pagination ul li a{*/
    /*color: #808080;*/
    /*text-decoration: none;*/
/*}*/
/*.pagination ul li a:hover{*/
    /*text-decoration:underline;*/
/*}*/
/*.pagination ul li.active a {color:#207a95;}*/
/*.pagination ul li.active a:hover {text-decoration:none;}*/

.catalog-filter.separator {
    margin: 0;
    /*background: #005298;*/
}

.cookie-policy {
    z-index: 9999999;
    position: fixed;
    padding: 15px 20px;
    box-sizing: border-box;
    display: none;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #011125;
}
.cookie-policy p {
    color: #fff;
    font-size: 12px;
}
.cookie-policy button {
    padding: 5px 20px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    background-color: #011125;
    border: 2px solid #5096eb;
    position: absolute;
    bottom: 15px;
    right: 20px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.cookie-policy button:hover {
    color: #011125;
    background-color: #fff;
    border-color: #011125;
    cursor: pointer;
}

.youtube-info {
    z-index: 9999998;
    position: fixed;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #011125;
}

.youtube-info__img {
    margin-right: 15px;
    max-width: 150px;
    height: auto;
}

.youtube-info__img img {
    width: 100%;
    height: auto;
}

.youtube-info__header {
    color: #ffffff;
    font-size: 24px;
    line-height: 26px;
}

.youtube-info__description {
    color: #ffffff;
    font-size: 16px;
}

.youtube-info__btn {
    background-color: #ff0000;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 25px;
    color: #ffffff;
    text-decoration: none;
    margin-left: 55px;
    white-space: nowrap;
}

.youtube-info__btn:hover {
    background-color: #e80000;
}

.youtube-info__btn-close {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("../images/close.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 95%;
    right: 20px;
    top: 10px;
    cursor: pointer;
}

@media screen and (max-width: 1600px) {
    .youtube-info {
        padding: 20px 10%;
    }
}

@media screen and (max-width: 960px) {
    .youtube-info {
        padding: 20px 5%;
    }
    .youtube-info__img {
        width: 100px;
    }
    .youtube-info__header {
        font-size: 20px;
        line-height: 22px;
    }
    .youtube-info__description {
        font-size: 14px;
    }
    .youtube-info__btn {
        font-size: 14px;
        padding: 5px 10px;
        margin-left: 5px;
    }
    .youtube-info__btn-close {
        width: 15px;
        height: 15px;
    }
}
@media screen and (max-width: 700px) {
    .youtube-info {
        flex-wrap: wrap;
    }
    .youtube-info__btn {
        margin-top: 10px;
    }
    .youtube-info__btn-close {
        right: 15px;
    }
}
@media screen and (max-width: 460px) {
    .youtube-info__header {
        font-size: 18px;
        line-height: 20px;
    }
    .youtube-info__description {
        line-height: 16px;
    }
    .youtube-info__btn {
        font-size: 12px;
        margin-left: auto;
        margin-right: auto;
    }
}