/* Общие стили */

/* Стили скролбара для блоков, там где нужен стилизованный скролбар */
/* W3C standard
   сейчас только для Firefox */
.scroll-bar-style {
    scrollbar-width: thin;
    scrollbar-color: #d7d6da #ff000000;
}

/* для Chrome/Edge/Safari */
.scroll-bar-style::-webkit-scrollbar {
    height: 12px;
    width: 3px;
}
.scroll-bar-style::-webkit-scrollbar-track {
    background: #ff000000;
}
.scroll-bar-style::-webkit-scrollbar-thumb {
    background-color: #d7d6da;
    border-radius: 5px;
    border: 3px solid #ff000000;
}

.dn {
    display: none;
}
[class*='btn__'] p {
    margin: 0 !important;
}

a[class*='btn_']:hover {
    color: #cdcdcd !important;
    text-decoration: none !important;
}

form .error input,
form .has-error input {
    background-color: #ffe4e4 !important;
    border: 1px solid #f26c4f !important;
}

/* Цвета для текста */
.txt-info,
.text-info {
    color: #dc4666 !important;
}

.txt-warning,
.text-warning {
    color: #e69a2a !important;
}
.text-border-warning {
    color: #e69a2a !important;
    border: 1px solid #e69a2a;
}

.txt-primary,
.text-primary {
    color: #177ec1 !important;
}
.text-border-primary {
    color: #177ec1 !important;
    border: 1px solid #177ec1;
}

.txt-success,
.text-success {
    color: #469408 !important;
}
.text-border-success {
    color: #469408 !important;
    border: 1px solid #469408;
}

.txt-danger,
.text-danger {
    color: #ea6c41 !important;
}
.text-border-danger {
    color: #ea6c41 !important;
    border: 1px solid #ea6c41;
}
.text-border-warning,
.text-border-primary,
.text-border-success,
.text-border-danger {
    border-radius: 3px;
}

/* Для кнопок "В корзину" */
.in-cart {
    background: #15a606 !important;
}

/* Кнопки слайдеров на главной owl-prev owl-next */
@media (max-width: 766px) {
    .owl-prev,
    .owl-next {
        display: none !important;
    }
}

/*
Кнопки добавления в корзину.
когда кнопка без текста
*/
.btn-text-empty:before {
    top: 0 !important;
    left: -21px !important;
}

/*
   window fast-order
*/
.window.window-fast-order {
    max-width: 800px;
}
.window-fast-order .window__title {
    text-align: center;
}
.window-fast-order .product-info {
    font: 1.6rem/1.714285714285714em Arial, Helvetica, sans-serif;
    text-align: center;
}
.window-fast-order .product-info {
    float: left;
    width: 355px;
    padding-top: 8px;
}
.window-fast-order .product-info img {
    width: 100%;
}
.window-fast-order .product-info .product-order-price div.o-t {
    font-size: 14px;
    margin-top: 15px;
    color: rgba(0, 0, 0, 0.7);
}
.window-fast-order .product-info .product-order-price b {
    font: 1.6rem/1.083333333333333em Roboto Medium, sans-serif;
    color: #000;
    white-space: nowrap;
    font-size: 3rem;
}
.window-fast-order .form-fields {
    margin-left: 385px;
}
.window-fast-order .field-fast_order-name {
    height: 53px;
}
.window-fast-order .field-fast_order-phone {
    height: 65px;
}
/*
   window check-price
*/
.window.window-check-price {
    max-width: 800px;
}
.window-check-price .window__title {
    text-align: center;
}
.window-check-price .product-info {
    font: 1.6rem/1.714285714285714em Arial, Helvetica, sans-serif;
    text-align: center;
}
.window-check-price .product-info {
    float: left;
    width: 355px;
    padding-top: 8px;
}
.window-check-price .product-info img {
    width: 100%;
}
.window-check-price .product-info .product-order-price div.o-t {
    font-size: 14px;
    margin-top: 15px;
    color: rgba(0, 0, 0, 0.7);
}
.window-check-price .product-info .product-order-price b {
    font: 1.6rem/1.083333333333333em Roboto Medium, sans-serif;
    color: #000;
    white-space: nowrap;
    font-size: 3rem;
}
.window-check-price .form-fields {
    margin-left: 385px;
}
.window-check-price .field-check_price-name {
    height: 53px;
}
.window-check-price .field-check_price-phone {
    height: 65px;
}

.advantages_head {
    position: absolute;
    top: 10px;
    font: 600 1.6rem 'Proxima Nova', Arial, sans-serif;
    padding: 4px 18px;
    color: #fff;
}

.advantages_table {
    position: relative;
}

.advantages_desc {
    position: absolute;
    top: 34px;
    font: 400 1.4rem 'Proxima Nova', Helvetica, Arial, sans-serif;
    color: white;
    line-height: 1.1;
    width: 80%;
    padding: 10px 19px;
}

@media (max-width: 600px) {
    .window-fast-order .product-info {
        float: none;
        margin-bottom: 35px;
        text-align: left;
        width: 100%;
    }
    .window-fast-order .product-info .p-image {
        width: 170px;
        height: 145px;
        margin-right: 20px;
        float: left;
    }
    .window-fast-order .product-info .product-name {
        font-size: 14px;
        line-height: 20px;
    }
    .window-fast-order .product-info .product-order-price div.o-t {
        margin-top: 6px;
    }
    .window-fast-order .product-info .product-order-price b {
        font-size: 2rem;
    }
    .window-fast-order .form-fields {
        margin-left: 0;
        margin-top: 65px;
    }
}
@media (max-width: 325px) {
    .window-fast-order .window__title {
        font-size: 15px;
    }
    .window-fast-order .product-info .p-image {
        height: 240px;
    }
}
@media (max-width: 300px) {
    .window-fast-order .product-info .p-image {
        height: 125px;
    }
}

/* =============================================
        Форма авторизации/регистрации
============================================= */
.notices {
    padding-right: 15px;
}
.notices-content {
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1.3em;
}
.field-item {
    margin: 15px 0;
}
.auth-forms {
    font: 600 1.4rem / 1em Montserrat, sans-serif;
}
.auth-form {
    margin: 10px 0;
}
.auth-form .sign-in-action-elements {
    display: flex;
    justify-content: space-between;
}

/* =========================================================
                Хедер в мобильной версии
========================================================= */
.device__header__outer .__center {
    text-align: center;
}
/* =========================================================
        Кнопка меню-каталога в хедере
========================================================= */
@media (max-width: 1124px) {
    .device__header__outer .__inner .__logotype,
    .header__outer .header__middle__outer .header__middle__inner .__logotype {
        padding: 0;
        width: 102px;
        text-align: center;
    }
    .header__catalog > .title {
        height: 37px;
    }
    .header__catalog > .title span:before {
        margin: 0;
        left: -22px;
    }
    .header__bottom__wrapper__left .header_catalog_icon span {
        display: none;
    }
}
@media (max-width: 843px) {
    .device__header__outer .__inner .__logotype,
    .header__outer .header__middle__outer .header__middle__inner .__logotype {
        padding: 0;
        width: 0;
        margin: 0 -8px;
    }
}
@media (max-width: 766px) {
    .device__header__outer .__inner .__logotype,
    .header__outer .header__middle__outer .header__middle__inner .__logotype {
        text-align: left;
    }
    .device__header__outer .__inner .__logotype {
        margin-left: 12px;
    }
    /* .device__header__outer .link__red__dot {
        margin-left: -5px;
    } */
}
@media (max-width: 445px) {
    .device__header__outer .link__red__dot {
        font-size: 1.1em;
        margin-left: 10px;
    }
}
@media (max-width: 435px) {
    .device__header__outer .device__menu__contacts li a {
        font-size: 1em;
        padding-left: 5px;
    }
    .device__header__outer .link__red__dot {
        font-size: 10px;
        margin-left: 7px;
        border-bottom: none;
    }
}

/* =========================================================
        Меню авторизованного пользователя в хедере
========================================================= */

/*Dropdown*/
.show-on-hover:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu {
    border-radius: 2px;
    border: none;
    /* background: #2a2a2a; */
    /* box-shadow: 0 2px 15px rgba(0, 0, 0, 0.175); */
}
.dropdown-menu > li > a {
    /* color: #fff; */
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    /* color: #fff; */
    background: rgba(211, 211, 211, 0.5);
}
.dropdown-menu > li > a i {
    color: #878787;
    font-size: 18px;
    margin-right: 10px;
    width: 18px;
}
.dropdown-menu > li.sub-menu {
    position: relative;
}
.dropdown-menu > li.sub-menu .dropdown-menu:before,
.dropdown-menu > li.sub-menu .dropdown-menu:after {
    display: none !important;
}
.dropdown-menu > li.sub-menu > ul {
    top: 0;
}
.dropdown-menu > li.sub-menu > ul.open-left-side {
    right: 100% !important;
}
.dropdown-menu > li.sub-menu > ul.open-right-side {
    left: 100% !important;
}
.dropdown-menu .divider {
    background: rgba(211, 211, 211, 0.5);
}
.dropdown-menu > .active > a {
    background: #469408;
}
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background: #469408;
}

.dropdown-menu.animated {
    -webkit-animation-duration: 0.55s;
    animation-duration: 0.55s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

.navbar.navbar-inverse.navbar-fixed-top .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}
.dropdown-menu > li.sub-menu > ul.open-left-side {
    right: 100% !important;
}
.dropdown-menu > li.sub-menu > ul {
    top: 0;
}

/* =============================================
        Блок всех иконок в хедере
============================================= */
.nav.__icons__wrapper:before,
.nav.__icons__wrapper:after {
    content: none;
}
.header__bottom__wrapper__right.desctop a,
.header__bottom__wrapper__right.desctop .icon-title {
    color: #001d4c;
}
.header__bottom__wrapper__right.desctop .header-icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header__bottom__wrapper__right.desctop .label {
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
    width: 21px;
}
.header__bottom__wrapper__right.desctop .header__basket .label {
    top: -8px;
    right: 2px;
    font-size: 11px;
    height: 21px;
    width: 22px;
    line-height: 22px;
}
.header__bottom__wrapper__right.desctop .icon-title {
    font-size: 12px;
}
@media (max-width: 888px) {
    .header__outer
        .header__bottom__outer
        .header__bottom__inner
        .__icons__wrapper {
        min-width: 284px;
    }
    .header__bottom__wrapper__right.desctop .icon-title {
        font-size: 10px;
    }
}
@media (max-width: 821px) {
    .header__outer
        .header__bottom__outer
        .header__bottom__inner
        .__icons__wrapper {
        min-width: 244px;
    }
    .header__bottom__wrapper__right.desctop .icon-title {
        font-size: 10px;
    }
}
/* =============================================
        Иконка пользователя в хедере
============================================= */
/* .header__auth i { */
/* font: 400 2rem/1em 'Material-Design-Iconic-Font'; */
/* font: 400 2rem/1em 'Font Awesome 5 Free'; */
/* color: #001d4c; */
/* } */
.header__user,
.header__auth {
    text-align: center;
    cursor: pointer;
}
.header__user i,
.header__auth i {
    font: 400 2.5rem/1em 'Font Awesome 5 Free';
    color: #001d4c;
}

/* Иконка "Войти" в мобильной версии */
.device__header__outer .header__auth,
.device__header__outer .header__user {
    margin-right: -10px;
}

.switchers {
    cursor: pointer;
}

/* Модалка авторизации */
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: inherit;
    border: none;
    border-bottom-color: transparent;
}

.auth-forms li.active:before {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: red;
    position: absolute;
    bottom: -1px;
}

/* =============================================
Иконка телефона в хедере в мобильной версии
============================================= */
.device__header__outer .show-phones {
    padding: 12px 10px;
    cursor: pointer;
}
.device__header__outer .show-phones .fa {
    font-size: 18px;
    color: #001d4c;
}
.device__header__outer .show-phones:hover .fa {
    color: #ff111c;
}

/* =============================================
        Страница "Мои заказы"
============================================= */
/* Список заказов */
.user-orders .table-orders thead tr,
.user-orders .table-orders tbody td {
    font-size: 1.4rem;
    padding: 1.2rem 0;
}
.user-orders .table-orders thead tr {
    font-weight: 600;
}
/* Страница информации одного заказа */
.user-order-item {
    font-size: 1.4rem;
}
.user-order-item table.order thead tr,
.user-order-item table.order tbody td {
    padding: 1.2rem 0;
}
.user-order-item table.order thead tr {
    font-weight: 600;
}
.user-order-item .additionalInformation {
    width: 100%;
    padding-top: 25px;
}
.user-order-item .additionalInformation .block_inf {
    width: 50%;
    min-width: 220px;
    padding-right: 20px;
    display: block;
    float: left;
    margin-bottom: 15px;
}
.user-order-item .additionalInformation .block_inf .title {
    font: bold 1.1em / 2em 'Montserrat', sans-serif;
    color: #343332;
}
.user-order-item .additionalInformation .block_inf .text {
    font: 1em / 0.8em 'Montserrat', sans-serif;
    color: #343332;
}

/* =============================================
            Страница "Мои настройки"
============================================= */
.user-settings {
    font-size: 1.4rem;
}
.user-settings [class*='btn__'] {
    margin-top: 10px;
}
.user-settings .settings__form__wrapper {
    width: 100%;
    max-width: 380px;
}

/* =============================================
        Каталог. Вид line.
============================================= */
.goods-line__block .goods-page__goods__description__short .mod-title {
    font-weight: 600;
    margin-top: 10px;
}

/* =============================================
                    Каталог
============================================= */
.catalog-page__outer.catalog .tooltip {
    opacity: 1;
}
.catalog-page__outer.catalog .for_toolbar {
    position: absolute;
    top: 0;
    left: -22px;
    background: #001d4c;
    font-size: 11px;
    font-weight: normal;
    border-radius: 100%;
    width: 15px;
    height: 15px;
}

/* =============================================
Появляющийся блок с добавленными товарами в корзине
============================================= */
.small_basket_footer a.btn__red {
    color: white;
}

/* =============================================
        Страница просмотра одного товара
============================================= */
.goods-page__outer img#goods-page__goods__image {
    cursor: pointer;
}
.goods-page__outer .goods__select__block a {
    width: 100%;
    text-align: center;
}
.goods-page__outer .wrap-video-gallery {
    margin-top: 20px;
}

/* =============================================
                    footer
============================================= */
ul.footer__social a {
    width: 38px !important;
}

/* =============================================
            Страница Список акций
============================================= */

.stickerPosition {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.stickerPosition .action,
.stickerPosition .discount,
.stickerPosition .popular,
.stickerPosition .best {
    position: absolute;
    z-index: 10;
    display: inline-block;
}

.stickerPosition .action,
.stickerPosition .popular,
.stickerPosition .new {
    position: relative;
    top: 0;
    left: 0;
    font: 1.5em/1.33em 'Proxima Nova', sans-serif;
    color: #fff;
    background-color: #e11b19;
    padding: 7px 16px 6px 12px;
}

.stickerPosition .new {
    display: inline-block;
    background-color: #282c50;
}

.stickerPosition .discount {
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    padding-top: 30px;
    background-color: #282c50;
    font: 1.8em/1.11em 'Proxima Nova', sans-serif;
    color: #fff;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    -ms-border-radius: 40px;
    -khtml-border-radius: 40px;
    border-radius: 40px;
    behavior: url(../ie/PIE.htc);
}

.stickerPosition .popular {
    background-color: #e11b19;
}

.stickerPosition .best {
    bottom: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-image: url('../images/icons/icon_best.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

@media all and (max-width: 999px) {
    .actions.actionslist .stickerPosition .action,
    .actions.actionslist .stickerPosition .popular,
    .actions.actionslist .stickerPosition .new {
        font-size: 3em;
    }
}

@media all and (max-width: 767px) {
    .actions.actionslist .stickerPosition .action,
    .actions.actionslist .stickerPosition .popular,
    .actions.actionslist .stickerPosition .new {
        font-size: 2.4em;
    }
}

@media all and (max-width: 479px) {
    .actions.actionslist .stickerPosition .action,
    .actions.actionslist .stickerPosition .popular,
    .actions.actionslist .stickerPosition .new {
        font-size: 1.8em;
    }
}

@media all and (max-width: 409px) {
    .actions.actionslist .stickerPosition .action,
    .actions.actionslist .stickerPosition .popular,
    .actions.actionslist .stickerPosition .new {
        font-size: 1.4em;
    }
}

.actions.bgWave {
    background-image: url('../images/wave.jpg');
    background-color: transparent;
    background-repeat: repeat;
    background-position: center center;
    background-size: '';
}

.actions.actionslist h1,
.actions.newlist h1,
.actions.articlePosition h1 {
    padding-bottom: 30px;
}

.actions.actionslist .actionBloks,
.actions.newlist .actionBloks,
.actions.articlePosition .actionBloks {
    padding-bottom: 35px;
}

.actions.actionslist .actionBloks .articleBlock,
.actions.newlist .actionBloks .articleBlock,
.actions.articlePosition .actionBloks .articleBlock {
    margin-top: 20px;
    width: 23.5%;
    float: left;
    margin-right: 2%;
}

.actions.actionslist .actionBloks .articleBlock:nth-child(4n + 4),
.actions.newlist .actionBloks .articleBlock:nth-child(4n + 4),
.actions.articlePosition .actionBloks .articleBlock:nth-child(4n + 4) {
    margin-right: 0;
}

.actions.actionslist .actionBloks .articleBlock .image:before,
.actions.newlist .actionBloks .articleBlock .image:before,
.actions.articlePosition .actionBloks .articleBlock .image:before {
    margin-top: 58.33333333%;
}

.actions.articlePosition .bTitle {
    padding-bottom: 0;
}

.actions.articleInner {
    padding-bottom: 50px;
}

.actions.articleInner .title {
    font: bold 3.6em/1.11em 'Proxima Nova', sans-serif;
    color: #343332;
    padding-top: 33px;
    padding-bottom: 30px;
}

.actions.articleInner .articleBlock {
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    behavior: url(../ie/PIE.htc);
}

.actions.articleInner .articleBlock:after {
    clear: both;
    display: block;
    content: '';
}

.actions.articleInner .articleBlock .imageBrand {
    display: block;
    width: 15.18595041%;
    float: left;
    margin-right: 15px;
}

.actions.articleInner .articleBlock .image {
    display: block;
    width: 40.18595041%;
    float: left;
    margin-right: 15px;
}

.actions.articleInner .articleBlock .image:before {
    display: block;
    margin-top: 58.24175824%;
    content: '';
}

.actions.articleInner .articleBlock .wrapperText {
    padding: 0;
    border-bottom: 0;
}

.actions.articleInner .articleBlock .wrapperText .desc {
    font-size: 1.6rem;
}

.actions.articleInner .articleBlock .wrapperText .desc p {
    padding-bottom: 30px;
}

.actions.articlerecipe .articleBlock {
    margin-bottom: 20px;
}

.actions.articlerecipe .articleBlock:after {
    clear: both;
    display: block;
    content: '';
}

.actions.articlerecipe .articleBlock .image {
    display: block;
    width: 100%;
    max-width: 240px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    behavior: url(../ie/PIE.htc);
}

.actions.articlerecipe .articleBlock .image:before {
    display: block;
    margin-top: 66.66666667%;
    content: '';
}

.actions.articlerecipe .articleBlock .wrapperText {
    padding: 0;
    border-bottom: 0;
}

.actions.articlerecipe .articleBlock .wrapperText .desc {
    font-size: 1.8rem;
}

.actions.articlerecipe .articleBlock .wrapperText .desc p {
    padding-bottom: 0;
}

.actions .actionBloks:after {
    clear: both;
    display: block;
    content: '';
}

/*.actions .actionBloks.bgWave {
    background-image: url('../images/wave.jpg');
    background-color: transparent;
    background-repeat: repeat;
    background-position: center center;
    background-size: '';
    padding: 0 20px;
}*/

.actions .articleBlock {
    display: block;
    width: 100%;
    background-color: #fff;
    border-bottom: 2px solid #e1e1e1;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    behavior: url(../ie/PIE.htc);
}

.actions .articleBlock .imageBrand {
    position: relative;
    z-index: 9;
    display: inline-block;
    width: 100%;
    background-image: url('');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.actions .articleBlock .imageBrand:before {
    display: block;
    content: '';
    margin-top: 56.96821516%;
}

.actions .articleBlock .image {
    position: relative;
    z-index: 9;
    display: inline-block;
    width: 100%;
    background-image: url('');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.actions .articleBlock .image:before {
    display: block;
    content: '';
    margin-top: 56.96821516%;
}

.actions .articleBlock .wrapperText {
    display: block;
    padding: 16px 13px 22px;
}

.actions .articleBlock .wrapperText .date {
    display: block;
    font: 1.6rem/1.25em 'Proxima Nova', sans-serif;
    color: #bdbdbd;
    padding-bottom: 3px;
}

.actions .articleBlock .wrapperText .title {
    display: block;
    font: bold 2rem/1.3em 'Proxima Nova', sans-serif;
    color: #372f2c;
}

.actions .articleBlock .wrapperText .desc {
    display: block;
    font: 1.6rem/1.1em 'Proxima Nova', sans-serif;
    color: #6c6c6c;
    padding: 13px 0 12px;
}

.actions .articleBlock .wrapperText .desc a {
    color: #518dcf;
    border-bottom: 1px solid #c9d9ee;
}

.actions .articleBlock .wrapperText .desc b {
    color: #343332;
}

.actions .articleBlock .wrapperText .desc ul {
    margin-top: 7px;
}

.actions .articleBlock .wrapperText .desc ul li {
    padding-bottom: 6px;
    position: relative;
    padding-left: 20px;
}

.actions .articleBlock .wrapperText .desc ol {
    counter-reset: myCounter;
}

.actions .articleBlock .wrapperText .desc ol li {
    list-style: none;
    color: #343332;
    padding-bottom: 6px;
}

.actions .articleBlock .wrapperText .desc ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter) ')';
    display: inline-block;
    margin-right: 3px;
}

.actions .articleBlock .wrapperText .desc ul li:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 6px;
    left: 0;
    display: block;
    width: 12px;
    height: 2px;
    background-color: #4686cc;
}

.actions .articleBlock .wrapperText .time {
    display: table;
    font: 1.6rem/1.25em 'Proxima Nova', sans-serif;
    color: #bdbdbd;
    padding-left: 17px;
    background-image: url('../images/icons/icon_time.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: '';
}

@media all and (max-width: 1399px) {
    .actions.actionslist .actionBloks .articleBlock,
    .actions.newlist .actionBloks .articleBlock,
    .actions.articlePosition .actionBloks .articleBlock {
        width: 31.5%;
        float: left;
        margin-right: 2.75%;
        border: 1px solid #ddd;
        box-shadow: 0 4px 6px #1a1a1a1a;
    }

    .actions.actionslist .actionBloks .articleBlock:nth-child(3n + 3),
    .actions.newlist .actionBloks .articleBlock:nth-child(3n + 3),
    .actions.articlePosition .actionBloks .articleBlock:nth-child(3n + 3) {
        margin-right: 0;
    }

    .actions.actionslist .actionBloks .articleBlock:nth-child(4n + 4),
    .actions.newlist .actionBloks .articleBlock:nth-child(4n + 4),
    .actions.articlePosition .actionBloks .articleBlock:nth-child(4n + 4) {
        margin-right: 2.75%;
    }
}

@media all and (max-width: 999px) {
    .actions.actionslist h1,
    .actions.newlist h1,
    .actions.articlePosition h1 {
        font-size: 4.8em;
    }

    .actions.actionslist .actionBloks .articleBlock,
    .actions.newlist .actionBloks .articleBlock,
    .actions.articlePosition .actionBloks .articleBlock {
        width: 100%;
        float: left;
        margin-right: 0 !important;
    }

    .actions.actionslist .actionBloks .articleBlock .wrapperText .title,
    .actions.newlist .actionBloks .articleBlock .wrapperText .title,
    .actions.articlePosition .actionBloks .articleBlock .wrapperText .title {
        font-size: 4.8rem;
    }

    .actions.actionslist .actionBloks .articleBlock .wrapperText .desc,
    .actions.newlist .actionBloks .articleBlock .wrapperText .desc,
    .actions.articlePosition .actionBloks .articleBlock .wrapperText .desc {
        font-size: 3rem;
    }

    .actions.actionslist .actionBloks .articleBlock .wrapperText .time,
    .actions.newlist .actionBloks .articleBlock .wrapperText .time,
    .actions.articlePosition .actionBloks .articleBlock .wrapperText .time,
    .actions.actionslist .actionBloks .articleBlock .wrapperText .date,
    .actions.newlist .actionBloks .articleBlock .wrapperText .date,
    .actions.articlePosition .actionBloks .articleBlock .wrapperText .date {
        font-size: 2.4rem;
    }

    .actions.articlerecipe .articleBlock .image {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .actions.articleInner {
        padding-bottom: 50px;
    }

    .actions.articleInner .title {
        font-size: 4.8rem;
        padding-top: 33px;
        padding-bottom: 30px;
    }

    .actions.articleInner .articleBlock .image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        display: inline-block;
    }

    .actions.articleInner .articleBlock .wrapperText {
        padding: 0;
        border-bottom: 0;
    }

    .actions.articleInner .articleBlock .wrapperText .desc {
        font-size: 1.6rem;
    }

    .actions.articleInner .articleBlock .wrapperText .desc p {
        padding-bottom: 30px;
    }
}

@media all and (max-width: 767px) {
    .actions.actionslist h1,
    .actions.newlist h1,
    .actions.articlePosition h1 {
        font-size: 4em;
    }

    .actions.actionslist .actionBloks .articleBlock .wrapperText .title,
    .actions.newlist .actionBloks .articleBlock .wrapperText .title,
    .actions.articlePosition .actionBloks .articleBlock .wrapperText .title {
        font-size: 3rem;
    }

    .actions.actionslist .actionBloks .articleBlock .wrapperText .desc,
    .actions.newlist .actionBloks .articleBlock .wrapperText .desc,
    .actions.articlePosition .actionBloks .articleBlock .wrapperText .desc {
        font-size: 2.4rem;
    }

    .actions.actionslist .actionBloks .articleBlock .wrapperText .time,
    .actions.newlist .actionBloks .articleBlock .wrapperText .time,
    .actions.articlePosition .actionBloks .articleBlock .wrapperText .time,
    .actions.actionslist .actionBloks .articleBlock .wrapperText .date,
    .actions.newlist .actionBloks .articleBlock .wrapperText .date,
    .actions.articlePosition .actionBloks .articleBlock .wrapperText .date {
        font-size: 2.4rem;
    }
}

@media all and (max-width: 479px) {
    .actions.actionslist h1,
    .actions.newlist h1,
    .actions.articlePosition h1 {
        font-size: 2.4em;
    }

    .actions.actionslist .actionBloks .articleBlock .wrapperText .title,
    .actions.newlist .actionBloks .articleBlock .wrapperText .title,
    .actions.articlePosition .actionBloks .articleBlock .wrapperText .title {
        font-size: 1.8rem;
    }

    .actions.actionslist .actionBloks .articleBlock .wrapperText .desc,
    .actions.newlist .actionBloks .articleBlock .wrapperText .desc,
    .actions.articlePosition .actionBloks .articleBlock .wrapperText .desc {
        font-size: 1.8rem;
    }

    .actions.actionslist .actionBloks .articleBlock .wrapperText .time,
    .actions.newlist .actionBloks .articleBlock .wrapperText .time,
    .actions.articlePosition .actionBloks .articleBlock .wrapperText .time,
    .actions.actionslist .actionBloks .articleBlock .wrapperText .date,
    .actions.newlist .actionBloks .articleBlock .wrapperText .date,
    .actions.articlePosition .actionBloks .articleBlock .wrapperText .date {
        font-size: 1.8rem;
    }
}

/* =============================================
        Страница просмотра одной акции
============================================= */

.action-one .articleBlocks:after {
    clear: both;
    display: block;
    content: '';
}

.action-one .articleBlocks.bgWave {
    background-image: url('../images/wave.jpg');
    background-color: transparent;
    background-repeat: repeat;
    background-position: center center;
    background-size: '';
}

.action-one .actionBlock {
    display: block;
    width: 100%;
    background-color: #fff;
    border-bottom: 2px solid #e1e1e1;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    behavior: url(../ie/PIE.htc);
}

.action-one .actionBlock > div {
    float: left;
}

.action-one .actionBlock .imageBrand {
    position: relative;
    z-index: 9;
    display: inline-block;
    width: 100%;
    background-image: url('');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.action-one .actionBlock .imageBrand:before {
    display: block;
    content: '';
    margin-top: 56.96821516%;
}

.action-one .actionBlock .image {
    position: relative;
    z-index: 9;
    display: inline-block;
    width: 40%;
    background-image: url('');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 16px;
}

.action-one .actionBlock .image:before {
    display: block;
    content: '';
    margin-top: 56.96821516%;
}

.action-one .actionBlock .wrapperText {
    display: block;
    width: 60%;
    padding: 0px 14px 22px;
}

.action-one .actionBlock .wrapperText .date {
    display: block;
    font: 1.6rem/1.25em 'Proxima Nova', sans-serif;
    color: #bdbdbd;
    padding-bottom: 3px;
}

.action-one .actionBlock .wrapperText .title {
    display: block;
    font: bold 2.2rem/0.91em 'Proxima Nova', sans-serif;
    color: #372f2c;
}

.action-one .actionBlock .wrapperText .desc {
    display: block;
    font: 1.8rem/1.11em 'Proxima Nova', sans-serif;
    color: #6c6c6c;
    padding: 13px 0 12px;
}

.action-one .actionBlock .wrapperText .desc a {
    color: #518dcf;
    border-bottom: 1px solid #c9d9ee;
}

.action-one .actionBlock .wrapperText .desc b {
    color: #343332;
}

.action-one .actionBlock .wrapperText .desc ul {
    margin-top: 7px;
}

.action-one .actionBlock .wrapperText .desc ul li {
    padding-bottom: 6px;
    position: relative;
    padding-left: 20px;
}

.action-one .actionBlock .wrapperText .desc ol {
    counter-reset: myCounter;
}

.action-one .actionBlock .wrapperText .desc ol li {
    list-style: none;
    color: #343332;
    padding-bottom: 6px;
}

.action-one .actionBlock .wrapperText .desc ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter) ')';
    display: inline-block;
    margin-right: 3px;
}

.action-one .actionBlock .wrapperText .desc ul li:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 9px;
    left: 0;
    display: block;
    width: 12px;
    height: 2px;
    background-color: #e11b19;
}

.action-one .actionBlock .wrapperText .time {
    display: table;
    font: 1.6rem/1.25em 'Proxima Nova', sans-serif;
    color: #bdbdbd;
    padding-left: 17px;
    background-image: url('../images/icons/icon_time.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: '';
}

@media (max-width: 999px) {
    .action-one .actionBlock > div {
        float: none;
    }
    .action-one .actionBlock .image {
        width: 100%;
    }
    .stickerPosition .action,
    .stickerPosition .popular,
    .stickerPosition .new {
        font-size: 1.2em;
    }
    .action-one .actionBlock .wrapperText {
        width: 100%;
    }
}
