.h2-button-static {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 1px;
    padding: 13px 20px;
    outline: 0;
    border: 1px solid black;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.h2-button-static{
    cursor: default;
}

#search_box::placeholder {
    color: #3649A1;
    opacity: 0.3;
}

.banner {
    color: #3649A1;
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
}

/*плавная прокрутка для якорных ссылок*/
html {
    scroll-behavior: smooth;
}

/*коррекция масштабирования полей ввода в input формы заказа*/
@media only screen and (max-width: 768px) {
    input, select, textarea {
        font-size: 16px!important;
    }
}

/* поиск */
.search_form input[type=search] {
    position: absolute;
    background-color: white;
    z-index: 1;
    border-radius: 35px;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    width: 25%;
    height: 80%;
    top: 10%;
    right: 4px;
    padding: 4px 20px 4px 8px;
    font-size: 12px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.search_form input[type=search]:focus {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    outline: none;
}


@media only screen and (min-width: 240px) and (max-width: 480px) {
    .search_form input[type=search]:focus {


    }

}


.attribute, table.form, table.list, table.radio {
    border-collapse: collapse
}

h1, h2, h3, h4, h5, h6 {
    /* text-transform : uppercase; */
    font-weight: 400;
}

.settings, .top-panel, .top-panel a {
    position: relative
}

#contacts > #phone, #shedule div, input[type=checkbox], input[type=radio] {
    vertical-align: middle
}

.key_size_subtract_count {
    background: #ffffff;
    padding: 0px 10px;
    border: 1.5px solid #c7c7cc;
    border-radius: 50px;
    font-size: 22px;
    color: red;
    top: -3px;
    margin-right: 5px;
    position: relative;
    font-weight: 500;
}

.key_size_add_count {
    background: #ffffff;
    padding: 0px 8px;
    border: 1.5px solid #c7c7cc;
    border-radius: 50px;
    font-size: 22px;
    color: red;
    top: -3px;
    margin-right: 5px;
    position: relative;
    font-weight: 300;
    /*transition-delay: 0.1s;*/
}

.key_size_add_count:hover, .key_size_subtract_count:hover {
    cursor: pointer;
    border: 1.5px solid red;
}

@media only screen and (min-width: 240px) and (max-width: 480px) {
    .key_size_add_count:hover, .key_size_subtract_count:hover {
        border: 1.5px solid #c7c7cc;
    }

    .key_size_add_count:active, .key_size_subtract_count:active {
        border: 1.5px solid red;
    }

    .key_size_subtract_count {
        padding: 0px 11px;
    }

    .key_size_add_count {
        padding: 0px 9px;
    }
}

#cart, .settings span {
    cursor: pointer
}

.navbar-nav > li, nav {
    min-height: 49px
}

li, ul {
    list-style: none
}

.clearfix:after, .product-list .additional {
    clear: both
}

* {
    margin: 0;
    padding: 0;
    outline: 0
}

.wrap, body {
    margin: 0 auto
}

.clearfix:after {
    content: '';
    display: block
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    background: #F5F5F5
}

a, a:visited {
    text-decoration: none;
    color: #000000
}

a:hover {
    text-decoration: underline
}

a:focus {
    outline: 0
}

.wrap {
    width: 1024px
}

h1 {
    font-size: 25px;
    line-height: 30px
}

h2 {
    font-size: 22px;
    line-height: 26px
}

h3 {
    font-size: 20px;
    line-height: 24px
}

h4, h5, h6 {
    font-size: 18px;
    line-height: 23px
}

.top-panel a {
    font-size: 13px;
    line-height: 40px
}

.h1, .h2, .h3, h1, h2, h3 {
    margin: 10px 0 10px 0;
}

.left {
    float: left
}

.right {
    float: right
}

input, select, textarea {
    padding: 5px 5px 5px 8px;
    border: 1px solid #E0E0E0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

a:focus, a:hover {
    color: inherit
}

.top-panel {
    height: 40px;
    width: 100%;
    z-index: 22;
    color: #333333;
    background: #000000;
    font-size: 13px
}

.top-panel a {
    color: #DBF3FF;
    display: block;
    float: left;
    padding: 0 18px 0 0
}

#cart, .top-panel .top-right {
    float: right
}

.top-panel a:hover {
    text-decoration: none
}

.settings {
    float: left;
    font-size: 13px !important;
    line-height: 40px !important;
    color: #DBF3FF;
    padding-left: 18px
}

.top-right .logged {
    color: #FFFFFF;
    background: #FF5100;
    margin: 0 7px 0 0;
    padding-left: 18px
}

.top-right .logged:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 4px;
    background: url(../images/logged.png) no-repeat;
    width: 10px;
    height: 11px
}

#contacts, #contacts > #phone, header {
    position: relative
}

header {
    padding-top: 10px
}

@media only screen and (min-width: 240px) and (max-width: 480px) {
    header {
        padding-top: 0px
    }
}

.header_logo {
    display: block;
    width: 100%;
    margin: 0px 60px 0 37px
}

#contacts {
    padding-left: 48px;
    padding-top: 0px;
    height: 70px;
    display: table;
    text-align: center
}

#contacts > #phone {
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    display: table-cell;
    pointer-events: none;
}

#cart, #contacts ul li, #shedule, nav {
    position: relative
}

#contacts ul li {
    font-size: 12px;
    line-height: 42px;
    display: block;
    padding: 0 0 0 10px;
    height: 32px;
    color: #1C1C1C
}

#contacts ul li i {
    margin-right: 10px
}

#shedule {
    font-size: 17px;
    line-height: 22px;
    color: #000000;
    text-align: center;
    display: table;
    height: 70px;
    padding-left: 0;
    padding-top: 0;
}

#shedule div {
    display: table-cell
}

#right-block {
    margin-top: 44px;
    position: fixed;
    z-index: 45;
    right: 42px;
}

.cart-item-head {
    display: flex;
    justify-content: space-between;
}

#cart {
    background-color: #FF5100;
    padding: 5px 12px;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 2px;
    color: #FFFFFF !important;
    /* text-transform        : uppercase;  */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#cart #cart-total, #cart a {
    color: #FFFFFF;
    text-decoration: none;
}

#cart .content {
    display: none
}

nav {
    background: #000000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 2px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .15)
}

.navbar {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 35px;
    border: 2px solid transparent;
}

#megamenu-menu .nav > li > a {
    font-weight: 700;
    font-size: 12px;
    line-height: 49px;
    color: #DBF3FF;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    letter-spacing: .1em
}

#search {
    width: 40px;
    position: absolute;
    right: 32px;
    z-index: 20
}

.to_top #search {
    right: 8px
}

.to_top .dropdown-menu {
    left: 22px
}

#search input {
    background: 6px 6px no-repeat #FFFFFF;
    height: 43px;
    margin-top: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    padding: 4px
}

#container {
    position: relative;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    margin-top: 20px
}

.slideshow {
    margin-top: 20px;
    background: #FFFFFF
}

#container {
    background: #FFFFFF;
    padding: 15px 0;
    z-index: 1;
    border-top: 1px solid #EAEAEA
}

#no-bg {
    background: 0 0
}

.item .sale {
    position: absolute;
    background: url(../images/promo.png) no-repeat;
    top: 0;
    right: 0;
    width: 82px;
    height: 82px;
    z-index: 500
}

.view, .view .content, .view .mask {
    width: 254px;
    height: 359px;
    overflow: hidden
}

.row + .content {
    margin-top: 0
}

.view {
    float: left;
    position: relative;
    text-align: center;
    cursor: default;
    background: url(../images/bgimg.jpg) center center repeat-y #FFFFFF
}

.view .content, .view .mask {
    position: absolute;
    top: 0;
    left: 0
}

.view img {
    display: block;
    position: relative
}

.view p {
    font-size: 12px;
    position: relative;
    color: #FFFFFF;
    padding: 10px 20px 20px;
    text-align: left;
    font-style: italic;
    height: 210px;
    overflow: hidden;
    margin-bottom: 26px
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000000;
    color: #FFFFFF;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000000;
    -moz-box-shadow: 0 0 1px #000000;
    box-shadow: 0 0 1px #000000
}

.view a.info:hover {
    -webkit-box-shadow: 0 0 5px #000000;
    -moz-box-shadow: 0 0 5px #000000;
    box-shadow: 0 0 5px #000000
}

.breadcrumb {
    font-size: 12px;
    line-height: 14px;
    background: 0 0;
    padding: 20px 0;
    margin-bottom: 0
}

#container .breadcrumb {
    position: absolute;
    padding: 8px 24px;
    z-index: 1
}

.breadcrumb a {
    color: #141414;
    padding: 5px
}

.display b, .sort {
    color: #C2C2C2
}

.first-line {
    height: 38px
}

.top-menu {
    border-bottom: 1px solid #F4F3F3;
    float: left;
    width: 97%;
    padding: 0 0 2px;
    margin: 0 15px 15px
}

.display {
    float: left
}

.display a {
    cursor: pointer;
    font-size: 13px;
    line-height: 18px
}

.sort {
    float: right;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    background: url(../images/sort-arrow-down.png) 90% no-repeat
}

.sort select {
    padding-left: 2px;
    padding-right: 16px;
    padding-bottom: 0;
    margin-right: 20px;
    text-decoration: none;
    cursor: pointer;
    background: 0 0;
    border: 0;
    border-bottom: 1px dashed #DEDEDE;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-indent: .01px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    max-width: 140px;
    color: #000000 !important
}

.top-menu .pagination {
    float: right;
    margin: 0
}

.top-menu .pagination a, .top-menu .pagination span {
    padding-left: 10px
}

.top-menu .pagination a, .top-menu .pagination a:visited {
    color: #454343;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none
}

.top-menu .pagination a:hover {
    border: 1px solid #FFC8C8;
    padding: 0;
    background: #FFDADA
}

.top-menu .pagination a.prev, .top-menu .pagination a.prev:hover {
    background: url(../images/pagination-prev.png) 50% 50% no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 9px;
    margin-bottom: -7px
}

.top-menu .pagination a.next, .top-menu .pagination a.next:hover {
    background: url(../images/pagination-next.png) 50% 50% no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: -7px
}

.box {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 15px;
    position: relative
}

.product-list {
    width: 100%;
    overflow: auto;
    padding: 18px 4px 20px
}

.product-list, x:-moz-any-link {
    width: 100%;
    overflow: auto;
    padding: 18px 0 20px 2px
}

x:-moz-any-link {
    width: 100%;
    padding: 18px 0 20px 2px
}

.product-list > .product {
    width: 294px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px 14px;
    overflow: hidden;
    border: 1px solid #DEDEDE;
    min-height: 424px;
    position: relative
}

.product-list > .product .new {
    position: absolute;
    top: -7px;
    left: 132px;
    background: url(../images/new.png) no-repeat;
    width: 98px;
    height: 100px;
    z-index: 10
}

.product-list .image {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
    text-align: center;
    max-height: 300px;
    border: 1px solid #DEDEDE
}

.product-list .image img {
    height: 300px
}

.product-list .image:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all .2s ease .2s;
    -moz-transition: all .2s ease .2s;
    transition: all .2s ease .2s
}

.product-list .name {
    margin-bottom: 30px
}

.product-list .name a {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 28px;
    color: #000000;
    text-transform: uppercase
}

.product-list .name a:hover {
    color: #FF5100;
    border-bottom: none;
    text-decoration: none
}

.product-list .description {
    font-size: 13px;
    line-height: 18px;
    margin-top: 10px;
    width: 80%;
    color: #959595
}

.product-list .price {
    display: block;
    color: #EE5249;
    padding-left: 4px;
    font-size: 16px;
    border: none;
    font-weight: 700
}

.product-list .compare {
    display: block;
    position: relative
}

.button, .button:hover, .selected {
    transition-delay: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 0, 1, 1)
}

.selected {
    transition-duration: .2s
}

.margin {
    margin-top: 10px
}

.attribute {
    margin-bottom: 20px
}

input.none {
    display: none
}

.selected {
    float: left;
    margin: 8px 5px 0 0;
    padding: 0 14px;
    line-height: 32px !important;
    height: 32px;
    cursor: pointer
}

.selected {
    font-weight: 700
}

.selected {
    display: inline-block;
    color: #FFFFFF
}

.selected {
    background: #000000;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

#decrease, #increase {
    height: 46px;
    padding: 0 6px !important;
    border: none !important;
    background: 0 0 !important;
    cursor: pointer;
    font-size: 20px;
    line-height: 46px;
    opacity: .6
}

#decrease:hover, #increase:hover {
    opacity: 1
}

.button {
    height: 32px;
    text-decoration: none;
    font-size: 12px;
    line-height: 32px;
    padding: 0 22px;
    cursor: pointer;
    display: inline-block
}

.attribute {
    width: 100%
}

.button {
    background: #000000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #CCCCE0 !important;
    opacity: .8;
    transition-duration: .4s
}

.button:hover {
    opacity: 1;
    background: #FF5100;
    transition-duration: .2s;
    color: #FFFFFF !important;
    text-decoration: none;
    cursor: pointer
}

.item .cart, .item .compare:hover, .item:hover .cart {
    transition-delay: 0;
    transition-timing-function: cubic-bezier(0, 0, 1, 1)
}

.option {
    margin: 6px 0;
    width: 310px
}

footer {
    margin-top: 20px
}

.buttons, .cart-total {
    overflow: auto
}

footer {
    background: 0 0
}

.footer-top {
    background: #EBEBEB;
    padding: 30px 0;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15)
}

.footer-top .about p {
    color: #CCCCCC
}

.footer-top .about p a {
    color: #FFFFFF
}

footer h3 {
    font-size: 16px;
    line-height: 9px;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 20px
}

footer ul {
    list-style: none;
    font-size: 14px;
    line-height: 18px
}

footer ul > li {
    padding: 0 10px;
    margin-bottom: 0
}

footer .contacts ul li {
    font-size: 13px;
    line-height: 28px;
    display: block;
    padding: 0;
    position: relative;
    color: #CCCCCC;
    cursor: pointer
}

footer .contacts ul li a {
    color: #CCCCCC
}

footer .contacts ul li span {
    margin: 0 7px 4px 0;
    padding: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

footer .contacts ul li:hover span {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg)
}

.buttons {
    margin-bottom: 20px
}

.breadcrumb + h1 {
    margin-top: 20px
}

input.button {
    border: 0
}

table.form {
    width: 75%
}

.left.form {
    padding-right: 30px;
    border-right: 1px solid #DEDEDE;
    width: 48%
}

.left.form .buttons {
    margin-top: 14px
}

.right.map {
    width: 48%
}

.cart-total td {
    text-align: right
}

.cart-total {
    border-top: 1px solid #DDDDDD;
    padding-top: 8px;
    margin-bottom: 15px
}

.cart-total table {
    float: right
}

.cart-total td {
    padding: 3px;
    float: none
}

.tags {
    margin-top: 10px
}

.item .cart, .item .compare:hover, .item:hover .cart {
    transition-duration: .2s;
    transition-property: all
}

.error, .help, table.radio td label {
    display: block
}

.attention, .information, .success, .warning {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    color: #555555;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px
}

table.form, table.list {
    margin-bottom: 20px
}

.success {
    background: url(../image/success.png) 10px center no-repeat #EAF7D9;
    border: 1px solid #BBDF8D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px
}

.warning {
    background: url(../image/warning.png) 10px center no-repeat #FFD1D1;
    border: 1px solid #F8ACAC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px
}

.attention {
    background: url(../image/attention.png) 10px center no-repeat #FFF5CC;
    border: 1px solid #F2DD8C;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px
}

table.list {
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD
}

table.list td {
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD
}

.attention .close, .information .close, .success .close, .warning .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer
}

.required {
    font-weight: 700
}

.error {
    color: red;
    font-size: 16px
}

.help {
    color: #999999;
    font-size: 10px;
    font-weight: 400;
    font-family: Verdana, Geneva, sans-serif
}

table.form tr td:first-child {
    width: 150px
}

table.form > * > * > td {
    color: #000000
}

table.form td {
    padding: 4px
}

table.list, table.radio {
    width: 100%
}

table.list thead td {
    background-color: #EFEFEF;
    padding: 0 5px
}

.list thead td, table.list thead td a {
    text-decoration: none;
    color: #222222;
    font-weight: 700
}

table.list tbody td {
    padding: 0 5px
}

table.list .left {
    text-align: left;
    padding: 7px;
    float: none
}

table.list .right {
    text-align: right;
    padding: 7px;
    float: none
}

table.list .center {
    text-align: center;
    padding: 7px
}

table.radio td {
    padding: 5px
}

table.radio tr td:first-child {
    width: 1px
}

table.radio tr td:first-child input {
    margin-top: 1px
}

table.radio tr.highlight:hover td {
    background: #F1FFDD;
    cursor: pointer
}

.form-control {
    font-size: 12px;
    cursor: pointer;
}

#sidebar, #sidebar.hero {
    top: 60px;
    height: 100%;
    bottom: 0
}

input[type=checkbox], input[type=radio] {
    margin-top: 0
}

.btn-primary {
    border: none;
    color: #ffffff;
    background: #1ac13b;
    padding: 10px;
    font-size: 18px;
    border-radius: 2px;
    position: relative;
    box-sizing: border-box;
    transition: all 500ms ease;

    display: inline-block; /* Для корректной работы text-overflow */
    max-width: 100%; /* Гарантируем, что кнопка не выйдет за пределы родительского блока */
    white-space: nowrap; /* Запрещаем перенос текста на новую строку */
    overflow: hidden; /* Скрываем текст, выходящий за пределы кнопки */
    text-overflow: ellipsis; /* Добавляем троеточие в конце обрезанного текста */
}

.btn-primary:hover {
    background: #2de752;
    text-decoration: none;
}

.btn-primary:active {
    box-shadow: 0 0 7px #2de752;
}

.complete_buys {
    border: 1px solid white;
}

.complete_buys:hover {
    border: 1px solid white;
}

.complete_buys:active {
    box-shadow: 0 0 7px #ffffff;
}

body {
    position: relative;
    height: 100%;
    width: 100%;
    left: 0;
    -webkit-transition: left .4s ease-in-out;
    -moz-transition: left .4s ease-in-out;
    -ms-transition: left .4s ease-in-out;
    -o-transition: left .4s ease-in-out;
    transition: left .4s ease-in-out
}

#sidebar {
    background: #FFFFFF;
    position: absolute;
    width: 250px;
    left: -250px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 10001;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#sidebar.hero {
    left: 0;
    position: fixed;
    overflow-y: scroll;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#sidebar-toggle {
    border-radius: 3px;
    display: none;
    position: relative;
    padding: 10px 6px;
    float: left;
    width: 40px;
    height: 36px;
    margin: 7px 10px
}

#sidebar-toggle .bar {
    display: block;
    width: 25px;
    margin-bottom: 3px;
    height: 3px;
    background-color: #FFFFFF;
    border-radius: 1px
}

#sidebar-toggle .bar:last-child, .submenu {
    margin-bottom: 0
}

#sidebar-toggle span {
    font-size: 24px
}

img.mobile-logo-img {
    width: 100%;
    padding-top: 0px;
}

.submenu {
    max-height: 0;
    overflow: hidden;
    transition: all 250ms ease
}

.top-panel #search {
    display: none
}


html {
    height: 100%
}

.mobile-icons-top {
    position: absolute;
    right: 11px;
}

.navbar-fixed-bottom {
    display: none
}

.item .image img {
    max-height: 241px;
    margin: 0 auto
}

.owl-item.loading {
    min-height: 150px
}

.item {
    margin: 0;
    max-width: 100%;
    text-align: center;
    position: relative
}

.item .image {
    display: block;
    position: relative
}

.item .image .new {
    position: absolute;
    top: 0;
    right: 0;
    width: 123px;
    height: 44px;
    z-index: 10
}

.item .name a, .item .price {
    display: block;
    margin-bottom: 4px
}

.item .image img {
    padding: 0;
    border: 0
}

.item .name {
    height: 20px;
    overflow: hidden;
    margin-top: 10px
}

.item .name a {
    color: #404040;
    font-weight: 400;
    text-decoration: none
}

.item .price, .item:hover .name a {
    color: #FF5100
}

.item .compare:hover {
    color: #FFFFFF
}

.item .price {
    font-weight: 700
}

.item .price {
    font-size: 14px
}

.item .cart {
    opacity: 0;
    margin: 0 auto;
    width: 130px
}

.item .compare {
    display: block;
    line-height: 33px;
    width: 36px;
    height: 33px;
    float: left;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center
}

.item:hover .cart {
    opacity: 1
}

.item .cart a {
    cursor: pointer
}

.item .compare {
    position: relative;
    margin-left: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.image .thumbnails {
    height: 490px
}

.top-panel .navbar {
    height: 30px;
    min-height: 30px;
    box-shadow: none;
    margin: 0;
    background: #4BB777;
    display: none
}

.top-panel .navbar ul {
    margin: 0 -15px
}

.top-panel .navbar a {
    line-height: 30px;
    font-size: 20px
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #FFFFFF;
    cursor: default;
    background-color: #000000;
    border-color: #000000
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 16px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000000;
    text-decoration: none;
    background-color: #FFFFFF;
    border: 1px solid rgba(221, 221, 221, .74)
}

.btn {
    border-radius: 2px;
    transition-delay: 0;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 0, 1, 1)
}

#megamenu-menu.navbar {
    margin-bottom: 0;
    margin-top: 10px
}

#container .alert {
    margin-left: 15px !important;
    margin-right: 15px !important
}

.options div.radio {
    float: left;
    height: 30px;
    width: 30px;
    margin: 0 2px
}

.options div.radio img {
    padding: 1px
}

#related .item {
    height: 380px
}

div.pagination {
    margin: 0
}

p.subscribe {
    color: #CCCCCC
}

.slideshow-box .owl-carousel:hover .owl-nav div {
    opacity: .7
}

.slideshow-box .owl-carousel:hover .owl-nav div:hover {
    opacity: .4
}

.slideshow-box .owl-dots {
    text-align: center;
    top: 0;
    position: relative;
    cursor: pointer
}

.slideshow-box .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 6px
}

.slideshow-box .owl-dots .owl-dot span {
    display: block;
    width: 11px;
    height: 11px;
    background: rgba(0, 0, 0, .5);
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)
}

.slideshow-box .owl-dots .owl-dot.active span {
    background: rgba(0, 0, 0, .9)
}

a.register.logged {
    background: #FF5100;
    padding: 0 5px !important;
    margin: 0 5px;
    color: #FFFFFF
}

.to_top {
    position: fixed;
    top: -10px;
    right: 15px;
    left: 15px;
    z-index: 45;
    margin-top: 0
}

#megamenu-menu .container {
    position: relative
}

a.cheaper {
    display: inline-block;
    margin: 0 0 10px 10px;
    padding: 4px 8px;
    vertical-align: middle;
    color: #FFFFFF;
    border-radius: 2px
}

.well {
    background: 0 0;
    border: 0;
    box-shadow: none
}

.well p.text {
    min-height: 150px
}

.options input[disabled] + label {
    position: relative;
    opacity: .5;
    cursor: help
}

.options input[disabled] + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.options input[disabled] + label:hover {
    opacity: .2
}

.slideshow-box h2 {
    font-weight: 400
}

#contacts i.contacts-fa {
    position: absolute;
    top: 34%;
    left: 22%;
    font-size: 24px;
    cursor: default
}

#right-block i {
    position: relative
}

#shedule i {
    position: absolute;
    top: 33%;
    left: 28%;
    font-size: 24px
}

#right-block i {
    float: right;
    font-size: 24px;
    padding: 0;
    padding-right: 7px;
    padding-left: 7px;
    padding-top: 6px;
}

.box .owl-nav {
    font-size: 16px !important;
    line-height: 38px !important
}

.cheaper {
    background: #8FBB6D
}

.delivery-home {
    display: none;
}

.delivery-yandex {
    display: none;
}

.tooltip-inner {
    max-width: 500px !important
}

.slideshow-box h2 {
    color: #000000;
    font-size: 34px;
    margin-top: 120px;
    line-height: 48px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    z-index: 10
}

.slideshow-box p {
    margin-top: 40px;
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 100
}

.slideshow-box {
    background: #FFFFFF
}

body {
    background-color: #F5F5F5;
}

.button, .item .compare:hover {
    background-color: #1ac13b;
    text-decoration: none;
}

.button:hover, .item .compare {
    background-color: #2de752 !important;
}

.error, .success, #right-block i {
    color: #f95962;
}

.button {
    color: #F2F2F2 !important;
}

.top-panel a, #sidebar a, .navbar-fixed-bottom ul li a, .settings span, .settings i, .settings strong {
    color: #F5F5F5;
}

.top-panel, #sidebar, .navbar-fixed-bottom {
    background: #F5F5F5;
}

.top-panel a:hover, .settings:hover span {
    color: #F5F5F5;
}

.enter:before {
    background: url(/catalog/view/theme/storeset/images/enter.png) no-repeat;
}

.register:before {
    background: url(/catalog/view/theme/storeset/images/reg.png) no-repeat;
}

#phone a, #contacts .contacts-fa {
    color: #3649A1;
}

#shedule {
    color: #3649A1;
}

#cart {
    margin-top: 4px;
    margin-bottom: 3px;
    margin-right: 4px;
    background-color: #f95962;
}

#cart #cart-total, #cart a {
    color: #FFFFFF;
}

nav {
    background: #3649A1;
}

#megamenu-menu .nav > li > a {
    color: #FFFFFF;
}

@media only screen and (max-width: 992px) {
    #megamenu-menu .nav > li > div a {
        color: #000000;
    }
}

#megamenu-menu .nav > li > a:hover {
    /*color : #CCCCCC;*/
}

#megamenu-menu .nav > li > div {
    background: #FFFFFF;
}

#megamenu-menu .nav > li > div a {
    color: #252525;
}

#search input {
    background: #FFFFFF;
}

#search input {
    background-position: 6px 6px;
    background-repeat: no-repeat;
}

.item .price {
    color: #FF5100;
}

.footer-top {
    background: #141414;
}

p.subscribe, footer .contacts ul li, footer .contacts ul li a {
    color: #CCCCCC;
}

footer h3 {
    color: #6C6C6C;
}

footer h3.top-f {
    color: #B0B0B0;
}

.footer-top .about p, .footer-top .about p a {
    color: #969696;
}

#sidebar-toggle span {
    color: #D9ECFF;
}

@media only screen and (max-width: 768px) {
    .top-panel {
        background: #141414;
    }
}

@media only screen and (max-width: 767px) {
    .dropdown-menu li a {
        color: white;
    }
}

#sidebar {
    background: #141414;
}

#sidebar a {
    color: #FCFFA6;
}

.navbar-fixed-bottom {
    display: none;
}

/*абзац начало*/
p {
    text-indent: 20px; /* Отступ первой строки в пикселах */
}

/*абзац конец*/ /*2 ссылки с баннера начало*/

/*2 ссылки с баннера конец*/ /*3D ПК начало*/

/*3D конец*/ /*3D моб начало*/

/*3D моб конец*/ /* */
.pocazivat-on-mobile {
    display: none;
}

/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {

    .pocazivat-on-mobile {
        display: inline;
    }

    .ne-pocazivat-on-mobile {
        display: none !important;
    }
}

.ne-pocazivat-on-mobile {
    display: inline;
}

/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {
    .ne-pocazivat-on-mobile {
        display: none;
    }
}

img {
    max-width: 100%;
    height: auto;
}

/*Всплывающий скриншот-1-2-3 начало*/

/*Всплывающий скриншот-1-2-3 конец*/ /*Всплывающий скриншот-4-5 начало*/

/*Всплывающий скриншот-4-5 конец*/

a.button4 {
    color: #0000EE; /* Стандартный синий цвет ссылки */
    text-decoration: underline; /* Подчеркивание */
}

a.button4:hover {
    text-decoration: underline; /* Оставляем подчеркивание при наведении */
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    background-color: white;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.loader img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 175px;
    height: 124px;
    margin-left: -87px;
    margin-top: -62px;
}

.fa {
    padding-top: 9px;
}

.fa-home {
    font-size: 18px !important;
}

/*mobile-cart*/
.shopping-cart {
    display: flex !important;
    flex-direction: column;
    text-align: center;
}

.ti-shopping-cart {
    font-size: 30px;
}

.cart-cols {
    font-size: 20px;
    line-height: 25px;
}

/*end*/


/*new*/
.main_name {
    text-align: center;
}

.main_name_search {
    text-align: center;
    margin: 0;
    background-color: #f5f5f5;
}

.search {
    position: relative;
    top: 0;
    width: 180%;
    padding-right: 12px;
}



.droper-item {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.droper-item-img {
    height: 75px;
    padding: 3px;
    border-radius: 5px;
}

.droper-item-li {
    display: flex;
    font-size: 18px;
    padding-left: 25px;
    width: 100%;
    line-height: 75px;
}

.droper-item-li:hover {
    cursor: pointer;
    display: flex;
}

.droper-item-li:hover .droper-item-p {
    color: #000000;
}

.droper-item-li:hover .droper-item {
    color: #000000 !important;
}

.droper-item-p {
    color: #000;
}

.droper-item:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.header-search-input {
    border: none;
    font-size: 18px;
    color: currentColor;
    line-height: normal;
    outline: 0;
    width: 115%;
    text-align: center;
    background: url(/Core/Views/vsemposuveniru/Images/poisk.png) no-repeat center left 5px; /*лупа*/
    background-size: 20px;
}

/* Убираем лупу поиска на мобильных устройствах */
@media only screen and (max-width: 768px) {
    .header-search-input {
        background: none; /* Убираем изображение */
    }
}


/* Стилизация полосы прокрутки для WebKit браузеров (Chrome, Safari) */
.search_result {
    display: none;
    margin: 0 auto;
    background: #fff;
    color: #000000;
    overflow-y: auto;
    height: auto;
    max-height: 450px;
    font-size: 1em;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    position: absolute;
    z-index: 5;
    top: 50px;
    left: 10%;
    width: 80%;
    flex-direction: column;
    overflow-y: auto; /* Включаем вертикальную прокрутку */
    scrollbar-width: thin; /* Для Firefox: тонкая полоса прокрутки */
    scrollbar-color: #888 #fff; /* Для Firefox: цвет полосы прокрутки */
}


.search_result::-webkit-scrollbar {
    width: 8px !important;
    border-radius: 10px !important;
}

.search_result::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    border-radius: 10px !important;
}

.search_result::-webkit-scrollbar-thumb {
    background-color: #888 !important;
    border-radius: 10px !important;
    border: 2px solid #f1f1f1 !important;
}

.search_result::-webkit-scrollbar-thumb:hover {
    background-color: #555 !important;
}

.search_result::-webkit-scrollbar-button {
    display: none !important;
}



.no-bg {
    background: none;
}

/*top*/
#back-to-top {
    position: fixed;
    bottom: 10px;
    padding: 0px;
    right: 0px;
    z-index: 1000;
    height: 10vh;
}

#up-top {
    border-radius: 8px;
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #c1c1c1;
    display: flex;
    display: -ms-flexbox;
    text-decoration: none;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    text-align: center;
}

#up-top:hover {
    width: 40px;
    height: 90%;
    opacity: 0.6;
}

#up-top img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/*убираем живосайт за окно поиска*/

.list {
    margin: 2em 0;
    font-size: 1em;
}

.list li {
    margin: 1em 0 0 4em;
    padding: 0 0 1em 0;
    max-width: 700px;
    position: relative;
    list-style: none; /* Отключаем стандартные маркеры списка */
}

.list li:before {
    content: '✔';
    position: absolute;
    top: 0;
    left: 0; /* Устанавливаем явную позицию от начала */
    margin-left: -1.5em; /* Используем margin вместо отрицательного left */
    color: #1ac13b;
    font-size: 1.2em; /* Можно подстроить размер значка при необходимости */
}

/* Футер для блока поиска */
.search-footer {
    position: sticky;
    bottom: 0;
    background-color: #f5f5f5;
    border-top: 1px solid #e0e0e0;
    padding: 10px 0;
    text-align: center;
    margin-top: auto; /* Для flex: толкает футер вниз */
}

.search-view {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff !important;
    display: inline-block;
    padding: 8px 20px;
    text-decoration: none;
    background-size: 20px;
    background-color: #00b7eb;
    font-weight: 400;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.search-view:hover {
    text-decoration: none;
    color: #fff !important;
}

/* Адаптация для мобильных */
@media only screen and (min-width: 240px) and (max-width: 480px) {
    .search-footer {
        margin-top: 10px;
    }

    .search-view {
        width: 90%;
        max-width: 200px;
    }
}


@media only screen and (min-width: 240px) and (max-width: 480px) {
    #back-to-top {
        padding-bottom: 15px;
        right: 10px;
        z-index: 5;
        height: auto;
    }

    #up-top {
        width: 45px;
        height: 50px;
    }

    .search_result {
        height: auto;
        top: 65px;
        left: 0;
        width: 100%;
    }

    .search {
        width: 100%;
    }

    .search_form input[type=search] {
        width: 70%;
        max-height: 61px;
        top: 6px;
    }

    .search__page {
        top: 60px;
        max-height: 40px;
        left: 0;
        width: 100%;
    }

    .search__page:hover {
        background-color: #d6d6d6;
    }

}

/*JivoSite*/
@media only screen and (max-width: 768px) {
    .mobile__saCzW {
        height: 70% !important;
        top: auto !important;
        bottom: 0 !important;
    }

    .wrap__PNw45 {
        z-index: 1000!important;
    }
}
