body {
    background-color: #f3f3f3;
    font-size: 14px;
}

a {
    color: #c3c;
    text-decoration: none;
}

a:hover {
    color: currentColor;
    text-decoration: none;
}

.breadcrumb {

    background: transparent;
    font-size: 12px;
    padding-top: 0;
}

.top-panel {
    min-height: 34px;
    line-height: 34px;
    width: 100%;
    /*background: url(img/bg-block-1.png) repeat-x #333;*/
    background: url(img/bg-block-1.png) repeat-x #222;
    color: #eee;
    /*padding-top: 1px;*/
    /*position: fixed;*/
    /*z-index: 999;*/
    flex-shrink: 0;
    padding: 0;
}

.top-panel .navbar-toggler-icon {
    font-size: 8px;
}

.top-panel .navbar-nav li a {
    color: #f8f9fa;
    padding: 0 0.5rem;
    border-left: 1px solid #888;
}

/*body::before {*/
/*    content: '';*/
/*    height: 34px;*/
/*    display: block;*/
/*    flex-shrink: 0;*/
/*}*/


.top-header-block {
    padding: 10px 0;
    /*padding-top: 28px;*/
    /*height: 146px;*/
    background: url(img/bg-block-2.png) repeat-x #fff;
}

.logo {
    /*margin-top: 15px;*/
    /*margin-left: 15px;*/
}

.top-header-search-block {
    /*width: 520px;*/
    /*float: left;*/
    /*margin-top: 28px;*/
    /*margin-left: 80px;*/
    /*position: relative;*/
}

.top-header-search {
    max-width: 505px;
    height: 38px;
    background: url(img/bg-search.png) no-repeat #fff;
    padding-left: 38px;
    padding-top: 2px;
}

.top-search-block input.form-control {
    /*background: url(/css/img/bg-search.png) no-repeat #fff;*/
    /*padding-left: 42px;*/
    /*border: none;*/
    font: 12px arial, helvetica, clean, sans-serif;
    height: 36px;


}

.top-search-block input.form-control, .top-search-block .input-group-append, .top-search-block .input-group-prepend {
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef 0%, #efefef 48%, #f7f7f7 52%, #f7f7f7 100%);
    /*noinspection CssInvalidFunction*/
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #efefef), color-stop(48%, #efefef), color-stop(52%, #f7f7f7), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #efefef 0%, #efefef 48%, #f7f7f7 52%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #efefef 0%, #efefef 48%, #f7f7f7 52%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #efefef 0%, #efefef 48%, #f7f7f7 52%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #efefef 0%, #efefef 48%, #f7f7f7 52%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f7f7f7', GradientType=0);
}

.top-header-search input.text_search {
    background: none;
    line-height: 34px;
    max-width: 370px;
    height: 33px;
    border: none;
    padding-top: 0;
    padding-left: 5px;
    font: 12px arial, helvetica, clean, sans-serif;
}

/*.top-search-block .input-group-append {*/
/*    background: url(/css/img/bg-search.png) no-repeat #fff right;*/
/*}*/

.input-group span.pink-btn {
    display: flex;
}

.top-header-search .btn-search, .top-search-block .btn-search {
    cursor: pointer;
    background: url(img/btn-search2.png);
    line-height: 34px;
    width: 84px;
    height: 33px;
    border: none;
    padding-top: 0;
    padding-left: 0;
}

.top-header-search .btn-search {
    float: right;
}

.top-search-block .btn-search {
    margin-top: 1px;
}

.top-header-city {
    /*background: url(img/block-2-pic-1.png) 5px 10px no-repeat;*/
    /*line-height: 36px;*/
    /*padding-left: 25px;*/
    /*margin-left: 9px;*/
}

.top-header-city span.fa-map-marker-alt {
    color: #00c5e4;
    margin-right: 5px;
}

.logo-top-panel {
    max-width: 100%;
}

.top-header-city .input-group-text {
    background: none;
    border: none;
}

.top-header-city .input-group-sm .input-group-prepend .input-group-text {
    font-size: 12px;
}

.top-header-city a.city,
.top-header-city button.city,
.top-header-city .select2-container--krajee-bs4 .select2-selection--single .select2-selection__rendered {
    color: #c3c;
    border-bottom: 1px dashed #c3c;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    /*margin-left: 10px;*/
    line-height: 1;
    padding: 0;
    display: inline;
}

.top-header-city .select2-container--krajee-bs4,
.top-header-city .kv-plugin-loading,
.top-header-city select.form-control {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
}

.top-header-city .kv-plugin-loading {
    vertical-align: middle;
}

.top-header-city .select2-container--krajee-bs4 .select2-selection {
    border: none;
    line-height: 1;
    height: auto;
    margin: 0;
    padding: 5px 10px 5px 0;
    box-shadow: none;
}

.top-header-city .select2-container--krajee-bs4.select2-container--open {
    z-index: 99999;
}

.top-header-city .select2-container--krajee-bs4.select2-container--open:not(.select2-container--disabled) .select2-selection {
    border: 1px solid #cc33cc;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    box-shadow: none;
    background: #fff;
}

.top-header-block .select2-container--krajee-bs4:not(.select2-container--disabled) .select2-selection:focus {
    box-shadow: none;
}

span.select2-container--krajee-bs4 .select2-results__option[aria-selected=true] {
    background-color: #f1cdee;
    color: #cc33cc;
}

span.select2-container--krajee-bs4:not(.select2-container--disabled) .select2-dropdown {
    box-shadow: 0 0.375rem 0.75rem 0.2rem rgba(204, 51, 204, 0.25);
    border-color: #cc33cc;
}

span.select2-container--krajee-bs4 .select2-results__option--highlighted[aria-selected] {
    background-color: #cc33cc;
    color: #fff;
}

.top-header-city .select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow {
    display: none;
}

.top-header-city button.city em {
    font-style: normal;
}


.top-header-city a.phone {
    color: #00c5e5;
    border-bottom: 1px dashed #00c5e5;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    margin-left: 20px;
}

.top-header-search-example {
    margin-left: 45px;
    margin-top: 5px;
    color: #666;
}

.top-header-search-example a {
    color: #666;
    border-bottom: 1px #666 dashed;
    text-decoration: none;
}

.header-cart-block {
    /*padding-top: 35px;*/
}

.header-cart-title {
    background: url(img/your-cart.png) no-repeat;
    width: 123px;
    height: 11px;
    margin-bottom: 10px;
    /*margin-left: 10px;*/
    margin-top: 10px;
    display: inline-block;
}

a.header-cart-btn {
    /*background: url(img/btn-cart.png) no-repeat;*/
    /*width: 180px;*/
    /*height: 34px;*/
    /*font-size: 12px;*/
    /*line-height: 12px;*/
    /*padding-top: 10px;*/
    /*padding-left: 32px;*/
    /*color: #fff;*/
    /*text-decoration: none;*/
    /*display: inline-block;*/
}

main {
    background: url(img/bg-block-3.jpg) center top no-repeat #f3f3f3;
}

.gray-block-default {
    background: #e8e8e8;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.gray-block-170 {
    background: #e8e8e8;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    /*float: left;*/
    /*margin: 0 3px 10px 0;*/
    padding: 5px 5px 5px 4px;
    position: relative;
    width: 174px;
}

.gray-block-170 h3 {
    color: #CC33CC;
    font-size: 15px;
    font-weight: normal;
    padding: 0;
    text-shadow: 1px 1px 1px #FFFFFF;
}

.gray-block-170 .goods-desc {
    float: none;
    padding: 0 5px 30px;
    text-align: center;
    width: 160px;
}

.category-desc {
    padding: 5px;
    text-align: center;
}

.category-desc h3 {
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    text-shadow: 1px 1px 1px #fff;
    text-transform: none;
}

.gray-block-170 .goods-desc h4 a {
    /*font-family: Arial;*/
    text-shadow: 1px 1px 1px #fff;
    text-transform: none;
}

.gray-block-170 .goods-desc .price b {
    font-size: 25px;
    line-height: 28px;
    text-shadow: 1px 1px 1px #fff;
}

.round {
    border-radius: 10px;
}

.goods-pict {
    /* background: url(img/bg-170x170.png) no-repeat; */
    /* height: 170px; */
    /* float: left; */
    line-height: 170px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    /* width: 170px; */
    background: #fff;
    border: 1px solid #d7d7d7;
    box-shadow: 1px 1px 3px #bbb;
    max-width: 163px;
    border-radius: 5px;
    height: 163px;
    float: none;
    margin: 0 auto 10px;

    overflow: hidden;
}

.goods-pict .discount {
    background: url(img/bg-discount.png) no-repeat;
    color: #fff;
    font-size: 12px;
    height: 37px;
    line-height: 16px;
    padding: 18px 5px;
    position: absolute;
    right: 0;
    text-shadow: 1px 1px 1px #666666;
    top: -20px;
    vertical-align: middle;
    width: 63px;
}

.goods-pict .discount span {
    font-size: 20px;
}

.goods-pict img {
    vertical-align: middle;
    height: 100%;
    max-height: none;
    width: auto;
    top: 50%;
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mark-gray {
    background: url("img/mark0.png") no-repeat center center;
    height: 24px;
    left: 10px;
    position: absolute;
    top: 9px;
    text-decoration: none;
    width: 24px;
}

.mark {
    background: url("img/mark.png") no-repeat scroll center center transparent;
    height: 24px;
    left: 10px;
    position: absolute;
    top: 9px;
    text-decoration: none;
    width: 24px;
}

.goods-desc {
    float: right;
    padding-left: 10px;
    width: 515px;
}

.goods-desc a {
    text-decoration: none;
}

.goods-desc h4 a {
    border-bottom: 1px dashed #b600a7;
    color: #b600a7;
    font-size: 16px;
    font-weight: bold;
}

.goods-desc p {
    color: #000 !important;
}

.goods-desc a.resp {
    background: url(img/bg-resp.png) no-repeat;
    display: inline-block;
    margin: 0 6px;
    padding-left: 20px;
}

.goods-desc a.comp {
    background: url(img/bg-comp.png) no-repeat;
    display: inline-block;
    margin: 0 6px;
    padding-left: 20px;
}

.goods-desc .gray {
    color: #7b7a7a !important;
}

.goods-buy {
    float: right;
    text-align: center;
    width: 150px;
}

.goods-buy b {
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
}

/*.btn-buy {*/
/*    background: url("img/btn-buy.png") no-repeat;*/
/*    color: #FFFFFF;*/
/*    display: inline-block;*/
/*    font-size: 12px;*/
/*    height: 26px;*/
/*    line-height: 12px;*/
/*    margin: 5px 0;*/
/*    padding-left: 50px;*/
/*    padding-top: 12px;*/
/*    text-decoration: none;*/
/*    text-align: left;*/
/*    text-shadow: 1px 1px 1px #666666;*/
/*    width: 95px;*/
/*}*/

.btn_item_to_cart {
    display: inline-block;
    background: url(img/btn-item-to-cart.png) center no-repeat;
    width: 25px;
    height: 24px;
    /*float: left;*/
    /*margin-right: 5px;*/
    /*margin-top: 5px;*/
    vertical-align: middle;
}

.block-item-1-price {
    font-size: 24px;
    font-weight: bold;
    color: #000;

    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 5px;
}

.block-item-1-price span {
    font-size: 12px;
}

.under-header-menu-wrap {
    position: relative;
}

.under-header-menu-1 {
    /*width: 970px;*/
    height: 45px;
    background: url(img/bg-under-header-menu-1.png) center #ac009a;
    margin: 0 auto 20px;
    padding-left: 10px;
    padding-right: 10px;
    border: 5px solid #fff;
    border-top: none;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 4px 5px #aaa;
}

.under-header-menu-2 {
    /* width: 950px; */
    /* background: url(img/bg-menu-2.png) center top no-repeat; */
    margin: -10px auto 10px;
    padding: 0;
    color: #00aadd;
    text-shadow: 1px 1px 1px #ddd;
    background: #fff;
    border: 1px solid #d7d7d7;
    box-shadow: 1px 1px 3px #bbb;
    /* max-width: 163px; */
    border-radius: 10px;

    position: absolute;
    width: 100%;
    z-index: 999;
    left: 0;
    top: 60px;
    display: none;
}

.under-header-menu-1 li:hover .under-header-menu-2 {
    display: block;
}

/*.under-header-menu-1 li:hover .under-header-menu-2 * {*/
/*    color:#f00 !important;*/
/*}*/
.under-header-menu-2 .invisible-border {
    position: absolute;
    width: 100%;
    height: 20px;
    top: -18px;
}

.triangle {
    position: relative;
    z-index: 5;
}

.triangle:before {
    position: absolute;
    top: 0;
    left: 50px;
    margin: -18px;
    border: 18px solid transparent;
    border-bottom-color: #ddd;
    border-top: none;
    content: '';
    z-index: 999999999;
}

.triangle:after {
    position: absolute;
    top: 0;
    left: 50px;
    margin: -14px;
    border: 14px solid transparent;
    border-bottom-color: #fff;
    border-top: none;
    content: '';
    z-index: 999999999;
}

.under-header-menu-1 li:nth-child(2) .triangle:before,
.under-header-menu-1 li:nth-child(2) .triangle:after {
    left: 150px;
}

.under-header-menu-1 li:nth-child(3) .triangle:before,
.under-header-menu-1 li:nth-child(3) .triangle:after {
    left: 290px;
}

/*.under-header-menu-1 > ul {*/
/*    display: block;*/
/*    height: 43px;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    overflow: hidden;*/
/*    text-align: left;*/
/*    width: 100%;*/
/*}*/

/*.under-header-menu-2 ul {*/
/*    display: block;*/
/*    height: 20px;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    overflow: hidden;*/
/*    text-align: left;*/
/*    width: 100%;*/
/*}*/

.under-header-menu-1 > ul > li {
    /*float: left;*/
    /*list-style: none;*/
    /*padding: 11px 0;*/
    line-height: 34px;
}

.under-header-menu-1 > ul > li > a {
    border-left: 1px dotted #fff;
    display: inline;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
    text-decoration: none;
    font-size: 13px;
}

.under-header-menu-1 > ul > li:first-child > a {
    border: none;
}

/*.under-header-menu-2 ul li {*/
/*    color: #ccc;*/
/*    float: left;*/
/*    list-style: none;*/
/*}*/

/*.under-header-menu-2 ul li a {*/
/*    color: #058fa5;*/
/*    font-size: 12px;*/
/*    padding: 0 10px;*/
/*}*/


.block-item-2-price {
    font-size: 34px;
    color: #000;
    padding: 0 20px;

}

.block-item-2-price span {
    font-size: 14px;
}


.block-item-2 {
    background: url(img/bg-205.png) center top repeat-y;
    width: 240px;
    /*float: left;*/
    margin-right: 9px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px #fff;
}

.block-item-2-top {
    background: url(img/bg-200.png) center top no-repeat;
    width: 240px;
    /*float: left;*/
}

.block-item-2-bottom {
    background: url(img/bg-203.png) center bottom no-repeat;
    width: 240px;
    /*float: left;*/
}

.block-item-2-photo {
    background: url(img/bg-204.png) center no-repeat;
    width: 240px;
    height: 170px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.block-item-2-cont {
    width: 240px;
    /*float: left;*/
    margin-right: 9px;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 80px;
    height: 400px;
}

.block-item-2-descr {
    padding: 0 10px;
    font-size: 12px;
    text-align: center;
}

.block-item-action {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    /* width: 210px; */
    /* height: 85px; */
    background: #e8e8e8;
    border: 1px solid #ccc;
    border-radius: 5px;
    border-bottom-color: #e8e8e8;
    border-right-color: #e8e8e8;
}

.btn-item-action {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    /*background: url(img/btn-item-action.png) center no-repeat;*/
    height: 43px;
    width: 240px;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 1px #666;

    font-size: 16px;
    font-weight: bold;
}

.btn-item-action a {
    color: #fff;
}

.block-item-2-descr h3 {
    padding: 10px 0 0;
    font-size: 18px;
    color: #000;
    text-shadow: 1px 1px 1px #fff;

    max-height: 60px;
    margin-bottom: 10px;
    overflow: hidden;
}

.end-of-action {
    color: #000;
    font-weight: bold;
    text-align: left;
    margin: 10px 15px 0;
}

.end-of-action span {
    font-size: 24px;
}

#block-4-title {
    margin: 0 20px;
    padding: 0 15px 10px;
    /*background: url(img/bg-402.png) 0px bottom no-repeat #fff;*/
}

#block-4-title div {
    display: table;
    width: 100%;
}

.pink {
    color: #c3c;
}

#block-4-title a {
    padding: 10px 10px 15px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #c3c;
    background: url(img/bg-402.png) center bottom no-repeat;
    margin-bottom: -10px;
    width: 33%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#block-4-title a.active, #block-4-title a:hover {
    background: url(img/bg-403.png) center bottom no-repeat;
    color: #000;
}

.simple-title {
    line-height: 30px;
    clear: both;
    margin: 20px 0 10px;
    text-shadow: 1px 1px 1px #fff;
    /*font-family: 'AFuturaRoundBold';*/
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.offers-list-titles {
    line-height: 30px;
    clear: both;
    margin: 20px 0 10px;
    text-shadow: 1px 1px 1px #fff;
    /*font-family: 'AFuturaRoundBold';*/
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.gray-block {
    background: #e8e8e8;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 20px 0;
    padding: 20px;
    /*width: 918px;*/
}

.white-block-700 {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #e3e3e3;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    color: #000000;
    /*float: left;*/
    /*margin-right: 20px;*/
    padding: 5px;
    /*position: relative;*/
    /*width: 680px;*/
    z-index: 10;
}

.gray-block-260 {
    background: #e8e8e8;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    /*float: left;*/
    margin: 0 auto;
    padding: 5px;
    width: 250px;
}

.gray-block-260 .goods-pict {
    width: auto;
    max-width: none;
    height: 238px;
    margin: 0 auto;
}

.gray-block-260 .goods-pict img {
    max-height: 230px;
}

.gray-block h1, .gray-block h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 3px;
    padding: 6px 0;
    text-transform: uppercase;
}

.big-price {
    font-size: 35px;
    font-weight: bold;
}

.blue-btn, .btn-buy, .green-btn {
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    /*margin: 5px 0;*/
    /*padding-left: 50px;*/

    padding: 0 8px;

    text-decoration: none;
    text-align: left;
    /*text-shadow: 1px 1px 1px #666666;*/
    text-shadow: 1px 1px 4px #000;
    width: auto;
    border-radius: 5px;
    border: 1px solid #9ee9f5;
    border-bottom-color: #11c9e7;
    border-right-color: #fff;
    box-shadow: 1px 1px 2px #aaa;
    background: #009bc6;
    background: -moz-linear-gradient(top, #edf9fb 0%, #2db1d2 48%, #009bc6 52%, #125a91 100%);
    /*noinspection CssInvalidFunction*/
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #edf9fb), color-stop(48%, #2db1d2), color-stop(52%, #009bc6), color-stop(100%, #125a91));
    background: -webkit-linear-gradient(top, #edf9fb 0%, #2db1d2 48%, #009bc6 52%, #125a91 100%);
    background: -o-linear-gradient(top, #edf9fb 0%, #2db1d2 48%, #009bc6 52%, #125a91 100%);
    background: -ms-linear-gradient(top, #edf9fb 0%, #2db1d2 48%, #009bc6 52%, #125a91 100%);
    background: linear-gradient(to bottom, #edf9fb 0%, #2db1d2 48%, #009bc6 52%, #125a91 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf9fb', endColorstr='#125a91', GradientType=0);
}


.btn-buy {
    /* background: url(http://magoma.localhost/css/img/btn-buy.png) no-repeat; */
    padding-left: 20px;
    padding-top: 0;
}

/* https://www.colorzilla.com/gradient-editor/ */
.pink-btn {
    /* background: url(http://magoma.localhost/css/img/btn-buy.png) no-repeat; */
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    /*height: 38px;*/
    /*line-height: 38px;*/
    /* margin: 5px 0; */
    /* padding-left: 50px; */
    padding: 0 8px;
    text-decoration: none;
    text-align: left;
    /* text-shadow: 1px 1px 1px #666666; */
    text-shadow: 1px 1px 4px #000;
    width: auto;
    border-radius: 5px;
    border: 1px solid #f1cdee;
    border-bottom-color: #ba0dac;
    border-right-color: #fff;
    box-shadow: 1px 1px 2px #aaa;
    background: #b600a7;
    background: -moz-linear-gradient(top, #f2d2ef 0%, #cc48c1 48%, #b600a7 52%, #8d127d 100%);
    /*noinspection CssInvalidFunction*/
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f2d2ef), color-stop(48%, #cc48c1), color-stop(52%, #b600a7), color-stop(100%, #8d127d));
    background: -webkit-linear-gradient(top, #f2d2ef 0%, #cc48c1 48%, #b600a7 52%, #8d127d 100%);
    background: -o-linear-gradient(top, #f2d2ef 0%, #cc48c1 48%, #b600a7 52%, #8d127d 100%);
    background: -ms-linear-gradient(top, #f2d2ef 0%, #cc48c1 48%, #b600a7 52%, #8d127d 100%);
    background: linear-gradient(to bottom, #f2d2ef 0%, #cc48c1 48%, #b600a7 52%, #8d127d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2d2ef', endColorstr='#8d127d', GradientType=0);
}

.green-btn {
    border: 1px solid #d0efda;
    border-bottom-color: #128c3a;
    border-right-color: #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d0efda+0,49cc74+48,00b53c+52,128c3a+100 */
    background: #d0efda; /* Old browsers */
    background: -moz-linear-gradient(top, #d0efda 0%, #49cc74 48%, #00b53c 52%, #128c3a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d0efda 0%, #49cc74 48%, #00b53c 52%, #128c3a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d0efda 0%, #49cc74 48%, #00b53c 52%, #128c3a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0efda', endColorstr='#128c3a', GradientType=0); /* IE6-9 */
}

.btn-item-action .pink-btn {

    font-size: 16px;
    display: block;
    margin: 4px 10px;
    text-align: center;
}


.checkout-button {
    font-size: 15px;
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
}

.bootstrap-touchspin .pink-btn {
    padding: 0 15px;
    font-weight: bold;
    font-size: 20px;
}

.cart-part-block .bootstrap-touchspin {
    /*max-width: 100px;*/
}

.cart-part-block .touch-spin {
    text-align: center;
    background-color: #eee;
    color: #777;
}

.medium-btn {
    line-height: 28px;
    padding: 0 10px;
    margin: 2px 0;
}

.big-btn {
    line-height: 28px;
    padding: 0 14px;
    margin: 2px 0;
}

.btn-buy:hover {
    color: #fff;
    text-decoration: none;
}

.btn-buy i {
    text-shadow: 1px 1px 1px #00bfda;
    color: #000;
    margin-right: 10px;
    font-size: 17px;
    vertical-align: middle;
    font-weight: normal;
}

.gray-big {
    color: #9a9a9a;
    font-size: 25px;
    font-weight: bold;
    margin: 0 10px;
}

.gray-big span.units {
    font-size: 12px;
}

.cart-offer-title {
    font-size: 16px;
}

.checkout-cart-details .cart-offer-title {
    font-size: 12px;
    font-weight: bold;
    color: #333;
}

.cart-item-description {
    margin-top: 10px;
    color: #aaa;
}

.checkout-total-text {
    font-size: 20px;
    color: #555;
}

.checkout-total-price {
    font-size: 30px;
    font-weight: bold;
    white-space: nowrap;
}

.cart-item {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.cart-item .goods-pict {
    line-height: 58px;
    height: 60px;
}

.cart-item .goods-pict .mark-gray {
    display: none;
}

.cart-item-index {
    color: #777;
}

.btn-buy::before {
    /*noinspection CssNoGenericFontName*/
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    content: "\f07a";
    text-shadow: 1px 1px 1px #00bfda;
    color: #002e4a;
    margin-right: 10px;
    font-size: 17px;
    vertical-align: middle;
    font-weight: 900;
}


.btn-phone::before {
    /*noinspection CssNoGenericFontName*/
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    content: "\f095";
    text-shadow: 1px 1px 1px #00bfda;
    color: #002e4a;
    margin-right: 10px;
    font-size: 17px;
    vertical-align: middle;
    font-weight: 900;
}

.phone_to_call {
    display: inline-block;
    padding: 6px;
    /*margin: 0px 10px;*/
    vertical-align: middle;
    text-decoration: underline;
}

.slider-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 100%;
    height: 400px;
}

.tab-block-5 {
    margin-bottom: 15px;
}

.tab-block-5 ul {
    padding: 0;
}

.tab-block-5 h3 {
    margin: 0;
}

.tab-block-5 li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    list-style: none;
}

.tab-block-5 li:first-child {
    border-top: 1px solid #ccc;
}

.tab-block-5 li a {
    font-weight: normal;
    text-decoration: none;
    color: #777;
}

.tab-block-5 li h3 {
    font-weight: normal;
    color: #000;
    font-size: 12px;
    padding: 0;
}

.footer {
    background-color: transparent;
    border: none;
    height: auto;
}


@media (max-width: 1200px) {
    #block-4-title a {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    #block-4-title a {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    #block-4-title a {
        font-size: 2.5vw;
    }
}

@media (max-width: 400px) {
    div.gallery-thumbs {
        max-height: 150px;
    }

    .gray-block-260 {
        width: 150px;
    }

    .gray-block-260 .goods-pict {
        height: 138px;
    }
}

.offcanvas-header, .offcanvas-block {
    display: none;
}

.screen-overlay {
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity .2s linear, visibility .1s, width 1s ease-in;
}

body > header {
    transition: all 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

body > header.sticky-top {
    box-shadow: 0 1px 3px #bbb;
}


body > header.sticky-top {
    top: -100%;
}

body > header.sticky-top .top-header-row-1 {
    visibility: hidden;
}

body > header.sticky-top.show {
    top: -60px;
}

.stars-block {
    font-size: 9px;
    white-space: nowrap;
}


.parameter-filter-values a.collapsed:after {
    content: 'Показать еще';
}

.parameter-filter-values a:not(.collapsed):after {
    content: 'Скрыть';
}

#collapse_all_filters.collapsed:after {
    content: 'Показать фильтры';
}

#collapse_all_filters:not(.collapsed):after {
    content: 'Скрыть фильтры';
}

@media (min-width: 768px) {
    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}

@media (max-width: 768px) {
    .under-header-menu-1 li:hover .under-header-menu-2 {
        display: none;
    }

    .header-cart-btn {
        padding: 0 0 0 8px;
    }

    .offcanvas-header, .offcanvas-block {
        display: block;
    }

    .navbar-collapse, .under-header-menu-1.navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 300px;
        max-width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
        z-index: 1030;
        background: #fff;
        height: auto;
        margin: 0;
        border-radius: 0;
    }

    .navbar-collapse.under-header-menu-1 > ul > li > a {
        color: #333;
        border-left: 1px solid #333;
    }

    .navbar-collapse.under-header-menu-1 > ul {
        height: auto;
    }

    .top-panel .navbar-collapse .navbar-nav li a, #main_nav {
        color: #222;
    }

    .navbar-collapse.show {
        visibility: visible;
        transform: translateX(-100%);
    }

    .screen-overlay.show {
        transition: opacity .5s ease, width 0s;
        opacity: 1;
        width: 100%;
        visibility: visible;
    }
}

