body {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    line-height: 25px;
    font-size: 16px;
    color: #525252;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444
}

.fa {
    font-size: 14px
}

h1 {
    font-size: 33px
}

h2 {
    font-size: 27px
}

h3 {
    font-size: 21px
}

h4 {
    font-size: 15px
}

h5 {
    font-size: 12px
}

h6 {
    font-size: 10.2px
}

a {
    color: #0e4f95
}

a:hover {
    text-decoration: none
}

.footer-phone a:hover {
    text-decoration: underline
}

iframe {
    max-width: 100%
}

legend {
    font-size: 18px;
    padding: 7px 0
}

label {
    font-size: 12px;
    font-weight: 400
}

input[type=color].form-control,
input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=datetime].form-control,
input[type=email].form-control,
input[type=month].form-control,
input[type=number].form-control,
input[type=password].form-control,
input[type=search].form-control,
input[type=tel].form-control,
input[type=text].form-control,
input[type=time].form-control,
input[type=url].form-control,
input[type=week].form-control,
select.form-control,
textarea.form-control {
    font-size: 12px
}

.input-group .dropdown-menu,
.input-group .popover,
.input-group input,
.input-group select {
    font-size: 12px
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px
}

span.hidden-lg,
span.hidden-md,
span.hidden-sm,
span.hidden-xs {
    display: inline
}

.simple-content .checkout-heading,
.simplecheckout-block-content {
    border: 1px solid #ddd
}

.simple-content .checkout-heading {
    border-bottom: 0
}

.nav-tabs {
    margin-bottom: 40px;
    border: 0;
    display: flex
}

.nav-tabs:before {
    display: none !important
}

.nav-tabs>li>a {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #012249;
    border: 1px solid #e6e9ed;
    padding: 15px 0;
    border-radius: 0;
    margin: 0;
    text-align: center
}

.nav-tabs>li {
    width: 100%
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #012249;
    border: 1px solid #e6e9ed;
    padding: 15px 0;
    border-radius: 0;
    background: #e6e9ed;
    text-align: center
}

div.required .control-label:before {
    content: '* ';
    color: red;
    font-weight: 700
}

.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x
}

#top {
    background-color: #012249
}

#top .container2 {
    padding: 0 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.container2 {
    padding: 0 60px
}

.site-header .container2 {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-phones-title {
    font-size: 13px;
    text-decoration: underline;
    color: #012249;
    margin-bottom: 5px;
    position: relative
}

.header-phones-title img {
    position: absolute;
    top: 4px;
    left: -20px;
    width: 11px;
    height: 11px;
    display: inline-block
}

.header-phone {
    margin-bottom: 0
}

.header-phones-wrap {
    padding-left: 20px
}

.header-phones-wrap .header-phones-title:last-of-type {
    margin-bottom: 0
}

.header-phone a {
    font-size: 13px;
    color: #000;
    display: inline-block
}

.header-open {
    font-size: 13px;
    color: #000
}

.header-open img {
    margin-right: 12px
}

.menu-header-wrap {
    position: relative
}

#menu .child2-list {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 20px 25px rgba(0, 0, 0, .08)
}

#menu li:hover .child2-list {
    display: block
}

#menu .child-has-children li {
    display: block;
    border-bottom: 1px solid rgba(0, 42, 91, .1);
    border-left: 1px solid rgba(0, 42, 91, .1);
    border-right: 1px solid rgba(0, 42, 91, .1)
}

#menu .child2-list {
    width: 30%
}

.alert-success {
    margin: 10px 0
}

#menu .child-has-children li.child2-item {
    width: 100%;
    height: 40px;
    padding-left: 10%;
    display: flex;
    align-items: center;
    cursor: pointer
}

#menu .child-has-children li.child2-item:hover {
    background: #e6e9ed;
    border-color: #e6e9ed
}

#menu .child-has-children li.child2-item.child-has-children {
    position: relative
}

#menu .child-has-children li img {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    vertical-align: middle
}

#menu .child-has-children li .child3-list {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    box-shadow: 0 20px 25px rgba(0, 0, 0, .08)
}

#menu .child-has-children li .child3-list li {
    background: #fff
}

#menu .child-has-children li.child2-item.child-has-children:hover .child3-list {
    display: block;
    height: 100%
}

#menu .child-has-children li.child2-item.child-has-children .child3-list li {
    padding-left: 10%;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center
}

.header-links {
    margin-bottom: 0;
    margin-right: auto
}

.header-links li {
    display: inline-block;
    margin-right: 30px
}

.header-links li:last-of-type {
    margin-right: 0
}

.header-links li a {
    font-weight: 500;
    line-height: normal;
    font-size: 15px;
    color: #fff
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    background: #012249 !important
}

.footer-block li a:hover,
.header-links li a:hover,
.header-phone a:hover {
    text-decoration: underline
}

#compare-total .heart-hover,
#compare-total1 .heart-hover,
#compare-total1:hover .heart,
#compare-total:hover .heart,
#wishlist-total .heart-hover,
#wishlist-total1 .heart-hover,
#wishlist-total1:hover .heart,
#wishlist-total:hover .heart,
.cart-but .heart-hover,
.cart-but:hover .heart,
.compare-but .heart-hover,
.compare-but:hover .heart,
.login-but .heart-hover,
.login-but:hover .heart {
    display: none
}

#compare-total1:hover .heart-hover,
#compare-total:hover .heart-hover,
#wishlist-total1:hover .heart-hover,
#wishlist-total:hover .heart-hover,
.header-cart .cart-but:hover .heart-hover,
.login-but:hover .heart-hover {
    display: initial
}

.category-wrap .cart-but:hover .heart-hover,
.category-wrap .compare-but:hover .heart-hover {
    display: inline-block
}

.cart-but:hover .heart-hover,
.compare-but:hover .heart-hover {
    display: inline-block
}

.product-search .cart-but:hover .heart-hover,
.product-search .compare-but:hover .heart-hover,
.product-special .cart-but:hover .heart-hover,
.product-special .compare-but:hover .heart-hover {
    display: inline-block
}

.login-but:hover .heart-hover {
    margin-right: 11.5px
}

#menu li a:hover,
.header-callback a:hover,
.login-but:hover {
    color: #5e77ff
}

.language-switcher {
    margin-left: unset
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #fff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x
}

#top .btn-link,
#top-links a,
#top-links li {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize
}

#top .language-switcher .btn-link {
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline
}

#top .language-switcher .btn-link:focus {
    outline: 0
}

#top .language-switcher .current_lang {
    color: #fff;
    text-transform: uppercase;
    border: 1px solid;
    padding: 2px
}

#top .language-switcher .btn-link:hover {
    color: #5e77ff
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    color: #000
}

.dropdown-menu {
    min-width: 20px
}

#top-links .dropdown-menu a {
    text-shadow: none
}

#top-links .dropdown-menu a:hover {
    color: #fff
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px
}

#top-links {
    padding-top: 6px
}

#top-links a+a {
    margin-left: 15px
}

#search .input-lg {
    line-height: 20px;
    padding: 0;
    max-width: 0;
    float: right;
    overflow: hidden;
    height: 40px;
    border: 0;
    border-radius: 0;
    background: rgba(1, 34, 73, .1);
    box-shadow: none !important;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease
}

#search .input-lg:focus,
#search:hover .input-lg {
    max-width: 100%;
    padding: 0 25px
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #fff;
    height: 40px;
    background: rgba(1, 34, 73, .1);
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
    margin-left: 0;
    margin-right: -1px
}

#search .btn-lg:focus {
    outline: 0
}

.header-wrap {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 201;
    background: #fff;
    -webkit-transition: .1s ease;
    -moz-transition: .1s ease;
    -o-transition: .1s ease;
    transition: .1s ease
}

.header-wrap.fixed {
    top: -34px
}

#cart>.btn {
    font-size: 12px;
    line-height: 18px;
    color: #fff
}

#cart.open>.btn {
    background-image: none;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #666;
    box-shadow: none;
    text-shadow: none
}

#cart.open>.btn:hover {
    color: #444
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001
}

#cart .dropdown-menu {
    min-width: 100%
}

@media (max-width:478px) {
    #cart .dropdown-menu {
        width: 100%
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px
}

#cart .dropdown-menu li>div {
    min-width: 427px;
    padding: 0 10px
}

@media (max-width:478px) {
    #cart .dropdown-menu li>div {
        min-width: 100%
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0
}

#content {
    min-height: 600px;
    max-width: 100%;
    overflow: hidden
}

#content::before {
    content: '';
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

.site-header {
    background: #fff
}

#content.active::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100
}

footer {
    background-color: #282828;
    color: #fff;
    clear: both
}

.footer-block-wrap {
    padding: 60px
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666
}

footer a {
    color: #ccc
}

footer a:hover {
    color: #fff
}

footer .h5 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    line-height: 20px;
    font-size: 20px;
    color: #fff;
    position: relative;
    display: inline-block;
    margin-bottom: 25px
}

footer .h5:after {
    content: '';
    width: 100%;
    height: 2px;
    background: rgba(230, 233, 237, .3);
    display: inline-block
}

.footer-block li a {
    line-height: 25px;
    font-size: 16px;
    color: rgba(255, 255, 255, .6)
}

.contacts-footer {
    font-size: 14px;
    color: #fff
}

.footer-phone a {
    text-decoration: none;
    font-size: 16px;
    color: #fff
}

.contacts-footer p {
    margin-bottom: 15px
}

.contacts-footer-wrap {
    display: flex
}

footer .footer-phones:first-of-type {
    padding-right: 50px
}

.footer-phones {
    padding-left: 30px;
    position: relative
}

.footer-phones .phone-icon {
    position: absolute;
    top: 3px;
    left: 0
}

.alert {
    padding: 8px 14px 8px 14px
}

.breadcrumb {
    margin: 5px 0 5px 0;
    padding: 0 0;
    border: 1px solid #ddd
}

.breadcrumb i {
    font-size: 15px
}

.breadcrumb>li {
    position: relative;
    white-space: nowrap;
    line-height: 20px;
    font-size: 13px;
    color: #506786
}

.breadcrumb>li a {
    line-height: 20px;
    font-size: 13px;
    color: #506786
}

.breadcrumb>li+li:before {
    content: '';
    padding: 0
}

.pagination {
    margin: 0
}

.buttons {
    margin: 1em 0
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.btn-xs {
    font-size: 9px
}

.btn-sm {
    font-size: 10.2px
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 12px
}

.btn-group>.btn-xs {
    font-size: 9px
}

.btn-group>.btn-sm {
    font-size: 10.2px
}

.btn-group>.btn-lg {
    font-size: 15px
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eee, #ddd);
    background-repeat: repeat-x;
    border-color: #ddd #ddd #b3b3b3 #b7b7b7
}

.btn-primary.active,
.btn-primary.disabled,
.btn-primary:active,
.btn-primary:hover,
.btn-primary[disabled] {
    background-color: #1f90bb;
    background-position: 0 -15px
}

.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704
}

.btn-warning.active,
.btn-warning.disabled,
.btn-warning:active,
.btn-warning:hover,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, .1)
}

.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420
}

.btn-danger.active,
.btn-danger.disabled,
.btn-danger:active,
.btn-danger:hover,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, .1)
}

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038
}

.btn-success.active,
.btn-success.disabled,
.btn-success:active,
.btn-success:hover,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, .1)
}

.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a
}

.btn-info.active,
.btn-info.disabled,
.btn-info:active,
.btn-info:hover,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39
}

.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #23a1d1;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none
}

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000
}

.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse:active,
.btn-inverse:hover,
.btn-inverse[disabled] {
    background-color: #222;
    background-image: linear-gradient(to bottom, #333, #111)
}

.list-group a {
    border: 1px solid #ddd;
    color: #888;
    padding: 8px 12px
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444;
    background: #eee;
    border: 1px solid #ddd;
    text-shadow: 0 1px 0 #fff
}

.carousel-caption {
    color: #fff;
    text-shadow: 0 1px 0 #000
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome
}

.product-thumb {
    margin-bottom: 20px;
    /*overflow: auto*/
}

.product-thumb .image {
    text-align: center
}

.product-thumb .image a {
    display: block
}

.product-thumb .image a:focus {
    outline: 0
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto
}

.product-grid .product-thumb .image {
    float: none
}

@media (min-width:767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px
    }
}

.product-thumb .caption {
    padding: 0 10px;
    min-height: 160px
}

.product-list .product-thumb .caption {
    margin-left: 230px
}

@media (max-width:1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px
    }

    .header-links li {
        margin-right: 30px
    }
}

@media (max-width:767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px
    }

    .product-grid .product-thumb .caption {
        min-height: 0
    }
}

.product-thumb .rating {
    padding-bottom: 10px
}

.rating .fa-stack {
    font-size: 8px
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px
}

.rating .fa-star {
    color: #fc0;
    font-size: 15px
}

.rating .fa-star+.fa-star-o {
    color: #e69500
}

h2.price {
    margin: 0
}

.product-thumb .price {
    color: #444;
    margin-bottom: 20px
}

.product-thumb .price-new {
    font-weight: 600
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd
}

@media (max-width:768px) {
    .product-list .product-thumb .button-group {
        border-left: none
    }
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.product-thumb .button-group button+button {
    width: 20%;
    border-left: 1px solid #ddd
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer
}

@media (max-width:1200px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%
    }
}

@media (max-width:767px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0
}

.thumbnails>li {
    margin-left: 20px
}

.thumbnails {
    margin-left: -20px
}

.thumbnails>img {
    width: 100%
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd
}

.image-additional {
    max-width: 78px
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px
}

.imcallask-btn-mini {
    display: none
}

.header-callback a {
    font-size: 12px;
    color: #002a5b
}

@media (min-width:1200px) {

    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left
    }
}

@media (min-width:992px) and (max-width:1199px) {

    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left
    }
}

@media (min-width:768px) and (max-width:991px) {

    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left
    }
}

@media (min-width:768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%
    }

    #column-left+#content .product-layout .col-md-3 {
        width: 50%
    }

    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%
    }

    #content+#column-right .product-layout .col-md-3 {
        width: 100%
    }
}

#column-left .product-layout,
#column-right .product-layout {
    width: 100%
}

.input-group .form-control[name^=quantity] {
    min-width: 50px
}

.btn-info.active,
.btn-info.disabled,
.btn-info:active,
.btn-info:hover,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39
}

.modal-content {
    border-radius: 0;
    border: 0
}

.modal-content button.close {
    position: absolute;
    right: 33px;
    top: 33px;
    opacity: 1;
    color: transparent;
    z-index: 2
}

#imcallask-form-container-popup .modal-header {
    border-bottom: 0;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px
}

.modal-title {
    font-weight: 600;
    font-size: 40px;
    color: #506786;
    text-align: center
}

#abvv_login_modal .modal-content {
    padding-top: 30px
}

#imcallask-form-container-popup .modal-header .close span {
    display: none
}

#imcallask-form-container-popup .modal-header button.close {
    position: absolute;
    right: 33px;
    top: 33px;
    opacity: 1
}

#imcallask-form-container-popup .modal-header button.close::before,
.modal-content button.close::before {
    content: url(/catalog/view/theme/default/image/close.svg)
}

.modal-body {
    padding: 0 40px 40px 40px
}

#abvv_login_modal .panel-heading {
    display: none
}

.panel.ulogin_panel {
    border: 0;
    box-shadow: none;
    margin-bottom: 0
}

#abvv_login_modal .ulogin_form {
    margin: 0;
    width: 100%
}

#abvv_login_modal .ulogin-buttons-container {
    width: 100% !important;
    display: flex !important
}

#abvv_login_modal .ulogin-buttons-container div {
    width: 100% !important;
    height: 52px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: auto !important;
    margin-bottom: 8px !important
}

#abvv_login_modal .ulogin-buttons-container div.ulogin-button-facebook {
    background-image: url(/catalog/view/theme/default/image/facebook.svg) !important;
    background-color: #3d5fa8 !important;
    margin-right: 5px !important
}

#abvv_login_modal .ulogin-buttons-container div.ulogin-button-googleplus {
    background-image: url(/catalog/view/theme/default/image/google-plus.svg) !important;
    background-color: #dd4c39 !important;
    margin-right: 0 !important;
    margin-left: 5px !important
}

.social_login {
    margin-top: 30px
}

#imcallask-form-container-popup .modal-body label {
    display: none
}

#imcallask-form-container-popup .modal-body .col-sm-8 {
    width: 100%
}

#imcallask-form-container-popup .modal-body input,
.modal-content input {
    border-radius: 0;
    border: 1px solid #e6e9ed;
    height: 52px;
    color: #8a98a9 !important;
    padding: 6px 25px;
    font-weight: 500;
    font-size: 13px;
    box-shadow: none
}

.modal-body input:focus {
    box-shadow: none
}

#imcallask-form-container-popup .modal-body .btn-default {
    display: none
}

.modal-body .btn-primary {
    margin-top: 30px;
    width: 100%;
    height: 52px;
    background: #5e77ff;
    border-radius: 0;
    border: 0;
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: 800
}

#abvv_reg_modal .modal-body {
    padding-top: 30px
}

#imcallask-form-container-popup .modal-body .form-horizontal .form-group:last-of-type {
    margin-bottom: 0
}

#imcallask-form-container-popup .modal-body .form-horizontal .form-group,
.form-group {
    margin-bottom: 8px
}

#imcallask-form-container-popup .buttons {
    margin-bottom: 0
}

.forgott,
.open_login,
.open_register {
    float: right;
    font-weight: 500;
    font-size: 13px;
    color: #8a98a9
}

.open_login {
    margin-top: 10px
}

.login1,
.register1 {
    float: left
}

.login2,
.register2 {
    float: right
}

#abvv_login_modal .form-group.tel {
    margin-bottom: 13px
}

button.close:focus {
    outline: 0
}

.has-error input {
    border-color: red !important
}

#abvv_reg_modal .modal-title {
    margin-bottom: 60px
}

.header-login img {
    margin-right: 8px
}

.header-login a {
    text-decoration: none;
    font-size: 15px;
    color: #012249
}

.header-but {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 7px;
    border: 1px solid #cfd5dd;
    border-bottom: 0
}

.header-buts {
    display: flex
}

.header-compare {
    padding: 0 32px
}

.header-wishlist {
    padding: 0 36px
}

.header-login {
    padding: 0 18px
}

.cart-but {
    background: #fff;
    border: 0;
    margin: 0 auto
}

.cart-but:focus {
    outline: 0
}

.cart-link {
    display: inline-block
}

.cart-count {
    font-weight: 500;
    font-size: 13px;
    color: #012249;
    padding: 2px 5px;
    background: #cfd5dd;
    margin-left: 6px
}

.cart-count.hide {
    display: none
}

.header-cart {
    padding: 0 13px;
    min-width: 88px;
    text-align: center
}

.cart-count-wrap {
    display: inline-block
}

#abvv_cart_modal .modal-body {
    padding-top: 90px
}

#cart .dropdown-menu {
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 0;
    position: initial;
    width: 100%;
    float: none !important;
    box-shadow: none
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background: #fff
}

#cart .img-thumbnail {
    border: 0;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08)
}

#cart .table>tbody>tr>td,
#cart .table>tbody>tr>th,
#cart .table>tfoot>tr>td,
#cart .table>tfoot>tr>th,
#cart .table>thead>tr>td,
#cart .table>thead>tr>th {
    border: 0
}

#abvv_cart_modal .modal-dialog {
    width: 72%
}

.cart-product-img {
    width: 200px
}

.cart-product-title,
.cart-product-title a {
    font-weight: 600;
    line-height: 24px;
    font-size: 16px;
    color: #000
}

.cart-product-sku {
    font-weight: 500;
    font-size: 13px;
    color: #8a98a9
}

.table>tbody>tr>td.cart-product-title {
    padding-left: 30px;
    padding-top: 30px
}

#menu li {
    list-style-type: none;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 40px
}

#menu li:last-of-type {
    margin-right: 0
}

#menu li a {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .02em;
    color: #012249;
    text-decoration: none;
    line-height: normal;
    padding: 13px 0
}

#menu ul {
    margin: 0;
    padding: 0
}

.menu-header {
    width: 100%;
    background-color: #e6e9ed;
    padding: 0 60px
}

.menu-header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#menu {
    width: 60%
}

.header-search {
    width: 38%
}

#search {
    height: 40px
}

#search input {
    font-weight: 500;
    font-size: 14px;
    color: #012249
}

#search input::-webkit-input-placeholder {
    font-size: 13px;
    color: #8a98a9
}

#search input::-moz-placeholder {
    font-size: 13px;
    color: #8a98a9
}

#search input:-ms-input-placeholder {
    font-size: 13px;
    color: #8a98a9
}

#search input:-moz-placeholder {
    font-size: 13px;
    color: #8a98a9
}

.text-slider {
    position: absolute;
    left: 26px;
    top: 26px;
    font-size: 26px;
    color: #000;
    padding: 17px;
    background-color: #fff
}

.burger {
    display: none;
    margin-right: 15px
}

.header-buts.mob,
.header-links.mob {
    display: none
}

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
    width: 24px;
    height: 15px;
    position: relative;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #002a5b;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon4 span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

#nav-icon4 span:nth-child(2) {
    top: 6px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

#nav-icon4 span:nth-child(3) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 4px
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
    left: 4px
}

.content-wrap {
    padding: 144px 0 0 0
}

.owl-carousel .owl-wrapper-outer {
    border: 0;
    border-radius: 0
}

.home-slideshow {
    position: absolute;
    top: 30%;
    left: 12.5%;
    color: #fff;
    font-weight: 300;
    line-height: 64px;
    font-size: 48px;
    text-shadow: 0 0 4px rgba(0, 0, 0, .25)
}

.home-slideshow span {
    font-weight: 600
}

.owl-carousel .owl-buttons div {
    opacity: 1 !important;
    height: 60px;
    width: 60px;
    background: rgba(16, 52, 94, .2);
    text-align: center;
    line-height: 70px
}

div.owl-carousel .owl-buttons div i {
    margin: 0;
    font-size: 22px;
    color: #fff;
    line-height: 60px
}

div.owl-carousel .owl-buttons .owl-prev {
    left: 5%
}

div.owl-carousel .owl-buttons .owl-next {
    right: 5%
}

div.owl-carousel {
    margin: 0;
    overflow: hidden
}

.adv-wrap {
    display: flex;
    padding: 15px 60px;
    background: rgba(230, 233, 237, .5);
    justify-content: space-between;
    margin-bottom: 35px
}

.adv-text {
    font-weight: 600;
    line-height: normal;
    font-size: 16px;
    color: #002a5b;
    margin-left: 15px;
    max-width: 50%
}

.adv-item {
    display: flex;
    align-items: center;
    width: 25%;
    justify-content: center
}

div.owl-pagination {
    padding: 0 28%;
    top: -30px
}

div.owl-controls .owl-page span {
    width: 100%;
    height: 2px;
    border-radius: 0;
    background: rgba(255, 255, 255, .5)
}

div.owl-controls .owl-page.active span {
    background: rgba(255, 255, 255, .9)
}

div.owl-controls {
    height: 0
}

.products-custom-list-title {
    padding: 0 60px
}

.products-custom-list .hits-title {
    margin-bottom: 30px
}

.products-custom-list {
    clear: both;
    max-width: 100%;
    overflow: hidden
}

.products-custom-list h3 {
    font-weight: 600;
    line-height: normal;
    font-size: 16px;
    letter-spacing: .05em;
    color: #002a5b;
    display: inline-block;
    background: #f4f5f6;
    padding: 15px 45px;
    margin: 35px 0;
    margin-top: 10px
}

.language-switcher.mob {
    display: none;
    margin: 0 auto;
    margin-top: 5px
}

.language-switcher.mob .btn-link {
    font-weight: 500;
    line-height: normal;
    font-size: 18px;
    color: #000;
    text-transform: uppercase
}

.social-links {
    margin-top: 10px
}

.social-links a {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px
}

.child-has-children ul {
    display: none
}

#menu .child-has-children li.child2-item.child-has-children .child3-list li {
    position: relative
}

#menu .child-has-children li.child2-item.child-has-children .child3-list li:hover {
    border-color: #e6e9ed
}

#menu .child-has-children li.child2-item.child-has-children .child3-list li::before {
    content: '';
    width: 100%;
    height: 101%;
    background: linear-gradient(90deg, rgba(255, 255, 255, .8) 46.07%, rgba(255, 255, 255, .304) 100%);
    position: absolute;
    left: 0;
    top: 0
}

#menu .child-has-children li.child2-item.child-has-children .child3-list li a {
    position: relative
}

#menu .child-has-children li.child2-item.child-has-children .child3-list li.active {
    background: #fff !important
}

.rating .fa-star {
    color: #e6e9ed
}

.rating .active .fa-star {
    color: #002a5b
}

.caption-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.stock {
    line-height: 20px;
    font-size: 13px;
    color: #81ed66
}

.product-thumb .rating {
    padding-bottom: 0
}

.product-thumb {
    box-shadow: 0 5px 30px rgba(0, 0, 0, .08);
    border: 2px solid transparent
}

.product-thumb:hover {
    border: 2px solid #002a5b
}

.product-layout {
    padding: 10px
}

.language-switcher.mob .dropdown-toggle:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000
}

.language-switcher .open .dropdown-toggle:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

div.owl-carousel.feautured-slider {
    margin-left: -15px;
    margin-top: -15px;
    overflow: auto;
    padding: 0 60px;
    padding-right: 45px
}

.feautured-slider,
.special-slider {
    padding: 0 60px
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background: #e6e9ed
}

.slick-next,
.slick-prev {
    width: 60px;
    height: 60px;
    background: #e6e9ed;
    z-index: 10
}

.slick-prev {
    left: 45px
}

.slick-next {
    right: 45px
}

.slick-next:before {
    content: url(/catalog/view/theme/default/image/arrow-right-white.svg);
    margin-left: -8px
}

.slick-prev:before {
    content: url(/catalog/view/theme/default/image/arrow-left-white.svg);
    margin-right: -8px
}

.slick-next:before,
.slick-prev:before {
    opacity: 1
}

div.feautured-slider.owl-carousel .owl-wrapper-outer {
    box-shadow: none
}

div.feautured-slider.owl-carousel .owl-buttons .owl-next,
div.feautured-slider.owl-carousel .owl-buttons .owl-prev {
    top: 40%;
    background: #e6e9ed
}

div.feautured-slider.owl-carousel .owl-buttons .owl-prev {
    left: 3%
}

div.feautured-slider.owl-carousel .owl-buttons .owl-next {
    right: 3%
}

.product-thumb .image {
    position: relative;
    padding-top: 30px
}

.sticker-new,
.sticker-percent,
.sticker-promotion,
.sticker-sale {
    position: absolute;
    background: #fb5c5c;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    line-height: normal;
    font-size: 13px;
    letter-spacing: .05em;
    top: 18px
}

.sticker-new {
    background: #81ed66;
    left: 18px;
    padding: 8px 18px
}

.sticker-sale {
    left: 18px;
    background: #5e77ff;
    padding: 8px 18px
}

.sticker-promotion {
    left: 18px;
    padding: 5px 8px
}

.sticker-percent {
    padding: 5px 8px;
    right: 18px
}

.sticker__wrap {
    position: absolute;
    display: inline-block;
    top: 18px;
    left: 18px;
}

.sticker__wrap.bottom {
    top: 50px;
}

.product-wrap .sticker__wrap {
    left: 18%;
}

@media (max-width: 768px) {
    .product-wrap .sticker__wrap {
        left: 70px;
    }
}

.sticker__wrap div {
    font-weight: 500;
    line-height: normal;
    font-size: 13px;
    letter-spacing: .05em;
    padding: 5px 8px;
    color: #ffffff;
    margin-bottom: 5px;
}

.sticker__wrap .sticker__special {
    background: #fb5c5c;
}

.sticker__wrap .sticker__sale {
    background: #fb5c5c;
}

.sticker__wrap .sticker__sale_percent {
    border: 3px solid #fb5c5c;
    border-radius: 50%;
    color: #fb5c5c;
    background: #fff;
    font-weight: 900;
    font-size: 24px;
    padding: 12px 9px;
}

.sticker__wrap .sticker__bestseller {
    background: #07c12f;
}

.sticker__wrap .sticker__free_delivery {
    width: 120px;
}

.sticker__wrap .sticker__free_delivery img {
    width: 100%;
}

.sku {
    line-height: 20px;
    font-size: 13px;
    color: #969696
}

.product-cat {
    font-size: 13px;
    text-align: center;
    color: #353333;
    margin-top: 15px;
    line-height: 1
}

.product-thumb h4,
.product-thumb h4 a {
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    color: #000
}

.product-thumb .price {
    text-align: center;
    font-weight: 700;
    line-height: normal;
    font-size: 20px;
    color: #000;
    margin-top: 15px
}

.product-thumb .price-old {
    font-size: 13px;
    font-weight: 400;
    color: #fb5c5c;
    margin-right: 30px;
    vertical-align: middle
}

.carousel {
    display: inline-block;
    width: 33.33%;
    float: left;
    padding: 0 20px;
    margin-top: 15px;
    margin-bottom: 35px
}

.carousel-wrap {
    position: relative
}

.carousel .slick-slide img {
    width: 100%
}

#carousel0 {
    padding-right: 15px
}

#carousel0 h3 {
    background: #002a5a
}

#carousel1 {
    padding-left: 15px
}

#carousel1 h3 {
    background: #002a5a
}

#carousel2 {
    padding-left: 15px
}

#carousel2 h3 {
    background: #002a5a
}

.carousel .slick-next,
.carousel .slick-prev {
    background: rgba(0, 0, 0, 0);
    opacity: .5
}

.carousel .slick-next:hover,
.carousel .slick-prev:hover {
    opacity: 1
}

.carousel .slick-next {
    right: 0
}

.carousel .slick-prev {
    left: 0
}

.carousel h3 {
    position: absolute;
    left: 30px;
    top: 30px;
    margin: 0;
    z-index: 1;
    font-weight: 600;
    line-height: 16px;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    padding: 10px 10px
}

.last-shop-ratings {
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-top: 25px;
    position: relative
}

.last-shop-ratings::before {
    content: '';
    background-color: rgba(230, 233, 237, .9);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

div.last-shop-ratings.horizontal .block_header,
div.last-shop-ratings.horizontal .last-rating-link {
    position: relative;
    border: 0
}

div.last-shop-ratings.horizontal .block_header {
    padding: 30px
}

div.last-shop-ratings.horizontal .block_header h2,
div.last-shop-ratings.horizontal .block_header h4 {
    font-weight: 600;
    line-height: 30px;
    font-size: 30px;
    color: #002a5b;
    text-transform: capitalize
}

div.last-shop-ratings.horizontal .owl-controls .owl-buttons .owl-next,
div.last-shop-ratings.horizontal .owl-controls .owl-buttons .owl-prev {
    top: 20%
}

div.last-shop-ratings .owl-carousel {
    background: rgba(0, 0, 0, 0)
}

div.last-shop-ratings.horizontal .block_content_wrapper {
    width: 100%;
    padding: 0 60px
}

div.last-shop-ratings.horizontal {
    padding-bottom: 20px;
    margin-bottom: 0
}

div.last-shop-ratings.horizontal .last-rating-item-wrap {
    max-width: 80%;
    margin: 0 auto
}

div.last-shop-ratings .slick-next,
div.last-shop-ratings .slick-prev {
    top: 35%;
    background: #cfd5dd
}

div.last-shop-ratings .slick-next:hover,
div.last-shop-ratings .slick-prev:hover {
    background: #c4cdd9
}

div.last-rating-item-header .rate-author {
    display: inline-block;
    font-weight: 600;
    line-height: normal;
    font-size: 18px;
    color: #002a5b;
    margin-right: 15px
}

div.last-shop-ratings.horizontal .last-rating-item-header {
    text-align: left
}

div.last-shop-ratings.horizontal .last-rating-item-header .rate-stars {
    display: inline-block;
    vertical-align: text-bottom
}

.rate-stars i.star-change {
    color: #002a5b
}

.rate-stars i {
    color: #ced3d9
}

.rate-stars span.fa-stack {
    font-size: 8px
}

div.last-shop-ratings.horizontal .last-rating-item-comment {
    line-height: 25px;
    font-size: 16px;
    color: #282828
}

div.last-shop-ratings.horizontal .last-rating-link a {
    font-size: 16px;
    text-decoration: underline;
    color: #002a5b
}

.slideshow h2,
.slideshow h3 {
    text-align: center;
    font-weight: 600;
    line-height: 30px;
    font-size: 30px;
    color: #002a5b;
    margin-bottom: 50px
}

.partners-slider {
    padding: 0 100px
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 1
}

.slideshow .slick-initialized .slick-slide {
    padding: 0 3px
}

.slideshow {
    margin-bottom: 80px
}

.html {
    padding: 0 60px;
    margin-bottom: 40px
}

.html h2 {
    font-weight: 600;
    line-height: 30px;
    font-size: 30px;
    color: #012249
}

.html p {
    line-height: 25px;
    font-size: 16px;
    color: #525252
}

.footer-block-wrap {
    display: flex;
    justify-content: space-between
}

.social-footer a {
    display: inline-block;
    margin-left: 25px
}

.social-footer {
    font-size: 16px;
    letter-spacing: .02em;
    margin-top: 15px
}

.footer-bottom-line {
    padding: 10px 60px;
    background: #1a1a1a;
    display: flex;
    justify-content: space-between
}

.footer-bottom-line * {
    font-size: 13px;
    color: #fff
}

#go-top {
    position: fixed;
    bottom: 40px;
    left: 40px;
    cursor: pointer;
    display: none;
    width: 60px;
    height: 60px;
    background: #2f3133;
    text-align: center;
    line-height: 70px;
    z-index: 200
}

#go-top:hover {
    background: #2f3133
}

.breadcrumb {
    border: 0;
    background: rgba(0, 0, 0, 0)
}

.breadcrumb>li:after {
    content: '/';
    padding: 0 10px
}

.breadcrumb>li:last-of-type:after {
    display: none
}

.account-wrap,
.blog-wrap,
.category-wrap,
.contact-wrap,
.contactm,
.information-wrap {
    padding-left: 60px;
    padding-right: 60px
}

div.category-wrap h1 {
    margin-top: 0;
    display: inline-block;
    background: #f4f5f6;
    padding: 10px 50px;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: .05em;
    color: #002a5b;
    margin-bottom: 15px;
    line-height: normal
}

.categories-wrap {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    padding-bottom: 10px
}

.cat-item {
    padding: 15px;
    height: 480px
}

.cat-item .cat-item-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    padding-top: 15px
}

.cat-item .cat-item-wrap .cat-item-name {
    font-weight: 600;
    text-align: center;
    color: #000;
    margin-bottom: 15px;
    line-height: 20px;
    padding: 0 10px;
    font-size: 20px
}

.main-cat.cat-item .cat-item-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
    font-weight: 600;
    line-height: 25px;
    font-size: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    max-height: 100%;
    padding: 0 10px
}

.main-cat.cat-item .cat-item-wrap::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #8296fe;
    opacity: .7
}

.cat-item.subcat img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 75%
}

.main-cat.cat-item .cat-item-wrap span {
    position: relative;
    z-index: 1
}

.seo-text {
    padding: 0 15px;
    clear: both;
    padding-top: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #525252
}

.cat-min-price {
    line-height: 20px;
    font-size: 13px;
    color: #5e77ff;
    margin-bottom: 15px
}

.cat-item.subcat2 .cat-item-name {
    margin-bottom: 0;
    margin-top: 5px
}

.sorting-wrap {
    display: flex;
    justify-content: space-between;
    background: #f4f5f6
}

.products-number {
    margin-left: auto;
    margin-right: 80px
}

.products-number .input-group .input-group-addon,
.sorting .input-group .input-group-addon {
    border: 0;
    background: rgba(0, 0, 0, 0);
    font-size: 16px;
    color: #012249;
    padding-top: 3px
}

.products-number #input-limit,
.sorting #input-sort {
    border: 0;
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    color: #012249
}

.sorting-wrap .form-group {
    margin-bottom: 0
}

.sorting {
    padding: 0 30px
}

.sorting-wrap {
    padding: 10px;
    font-size: 16px;
    color: #012249
}

.product-listing {
    line-height: 32px;
    min-width: 106px
}

div.product-listing .btn-default {
    border: 0 !important;
    background: rgba(0, 0, 0, 0);
    box-shadow: none
}

.product-listing .btn-default:focus,
.product-listing .btn-default:hover,
div.product-listing .btn-default.active {
    background: rgba(0, 0, 0, 0) !important;
    outline: 0 !important;
    border: 0 !important
}

.product-listing .btn-default.active {
    color: #012249
}

.product-listing .btn-default {
    color: #cfd5dd;
    padding: 3px 10px
}

.product-listing .btn-default i {
    font-size: 16px
}

#list-view i {
    font-size: 17px
}

#grid-view i {
    margin-top: 2px
}

.products-wrap {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    padding-bottom: 1px
}

.products-wrap .wishlist-but:hover .heart-hover {
    display: inline-block
}

.products-wrap.list {
    grid-template-columns: 100%
}

.products-wrap .product-thumb {
    box-shadow: none;
    border: 1px solid #cfd5dd;
    margin-right: -1px;
    margin-bottom: -1px;
    height: 100%
}

.products-wrap .product-layout {
    padding: 0
}

.product-buttons {
    text-align: center;
    margin: 5px 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
    -o-transition: .25s linear;
    transition: .25s linear
}

.product-thumb .product-buttons {
    margin: 15px 0
}

.product-thumb .product-buttons {
    max-height: 100px
}

.product-buttons button {
    border: 0;
    background: rgba(0, 0, 0, 0)
}

.product-buttons button:active,
.product-buttons button:focus {
    outline: 0
}

.product-buttons button.wishlist-but {
    padding: 0 20px
}

.wishlist-but .heart-hover,
.wishlist-but:hover .heart {
    display: none
}

.wishlist-but:hover .heart-hover {
    display: inline-block
}

.pagination {
    text-align: center;
    background: #f4f5f6;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.pagination .left,
.pagination .right {
    width: 50px;
    height: 50px;
    background: #cfd5dd
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background: #cfd5dd;
    border: none;
    border-radius: 0
}

.pagination .left .blue,
.pagination .left:hover .white,
.pagination .right .blue,
.pagination .right:hover .white {
    display: none
}

.pagination .left:hover .blue,
.pagination .right:hover .blue {
    display: inline-block
}

.pagination .left img,
.pagination .right img {
    max-width: 70%
}

.pagination .left img {
    margin-left: 5px
}

.pagination .right img {
    margin-right: 5px
}

.pagination>li>a,
.pagination>li>span {
    border: 0;
    background: rgba(0, 0, 0, 0);
    font-size: 16px;
    color: #012249;
    height: 50px;
    line-height: 40px
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: rgba(0, 0, 0, 0);
    font-weight: 700;
    font-size: 16px;
    color: #5e77ff
}

.pagination .left {
    margin-right: auto
}

.pagination .right {
    margin-left: auto
}

.pagination .pagin:first-of-type {
    margin-left: auto
}

.pagination .pagin:last-of-type {
    margin-right: auto
}

.product-wrap {
    padding-left: 60px;
    padding-right: 60px
}

.no-products-wrap {
    padding: 0 15px;
    min-height: 300px
}

.product-photos {
    width: 100%;
    display: grid;
    grid-template-columns: 15% 85%;
    margin-bottom: 30px
}

#big_img {
    width: 100%;
    height: 420px;
    overflow: hidden;
    text-align: center;
    margin-left: 10px
}

#big_img img {
    max-height: 100%
}

#big_img img.full_size {
    width: 1200px !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important
}

.product-photos img {
    max-width: 100%
}

.small-photos img {
    width: 100%;
    margin: 0
}

.thumbnails {
    margin-left: 0
}

.small-photos .slick-prev {
    left: 0;
    right: 0;
    top: 10px
}

.small-photos .slick-next {
    left: 0;
    right: 0;
    top: auto;
    bottom: -15px
}

.small-photos .slick-next,
.small-photos .slick-prev {
    width: 100%;
    height: 30px
}

.small_photos_list div {
    width: 100%;
    height: 112px !important;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    margin-bottom: 10px
}

.small-photos .thumbnails {
    padding: 30px 0
}

.slick-initialized .slick-slide:focus {
    outline: 0
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    outline: 0
}

.big-photos .thumbnails {
    overflow: visible
}

.big-photos {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08)
}

.big-photos .thumbnails>li {
    margin: 0
}

.thumbnail {
    background: #fff;
    border: 0;
    border-radius: 0;
    margin-bottom: 2px;
    padding: 0
}

.thumbnail img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    width: 100%
}

.ocfilter.panel-default>.panel-heading {
    font-weight: 500;
    line-height: 39px;
    font-size: 25px;
    color: #012249;
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #e6e9ed;
    padding: 2px 15px;
    margin-bottom: 40px
}

.ocfilter.panel-default {
    border: 0;
    box-shadow: none
}

.ocfilter.panel-default .list-group-item {
    border: 0
}

.ocfilter-option div.ocf-option-name {
    line-height: 28px;
    font-size: 15px;
    color: #012249;
    cursor: pointer
}

.ocfilter-option[data-toggle=popover-price] .ocf-option-name {
    font-weight: 500;
    line-height: 28px;
    font-size: 18px;
    color: #5e77ff
}

.toggle-option {
    float: right
}

.toggle-option img {
    transform: rotate(-180deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.ocfilter-option .ocf-option-values {
    display: none;
    margin-top: 0
}

.ocfilter-option.active2 .toggle-option img {
    transform: rotate(0)
}

.ocfilter .noUi-connect {
    box-shadow: none;
    background: #5e77ff
}

.ocfilter .noUi-horizontal {
    height: 3px
}

.ocfilter .noUi-handle,
.ocfilter .noUi-target {
    box-shadow: none;
    border-radius: 0;
    border: 0
}

.ocfilter .noUi-horizontal .noUi-handle {
    background: #5e77ff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -5px;
    top: -4px
}

.ocfilter .noUi-handle:after,
.ocfilter .noUi-handle:before {
    display: none
}

.ocfilter .ocfilter-option label {
    font-size: 15px;
    color: #012249
}

.ocfilter .btn-danger {
    border: 0;
    box-shadow: none;
    background: #da4f49
}

.btn-danger:focus,
.ocfilter .btn-danger:focus {
    outline: 0
}

.ocfilter .selected-options .ocfilter-option {
    padding: 10px 10px 10px 15px;
    font-size: 16px;
    color: #000
}

.ocfilter .list-group-item.selected-options {
    margin-bottom: 30px
}

.ocfilter .ocfilter-option label small {
    background: rgba(0, 0, 0, 0);
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding-left: 0
}

.ocfilter .ocfilter-option label input[type=checkbox] {
    display: none
}

.ocfilter .ocfilter-option label::before {
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid #e6e9ed;
    display: inline-block;
    margin-right: 13px;
    font-size: 12px;
    text-align: center
}

.ocfilter .ocfilter-option label.ocf-selected::before {
    content: '✓'
}

.ocf-offcanvas .ocf-offcanvas-body {
    border-right: 2px solid #e6e9ed
}

.products-number #input-limit,
.sorting #input-sort {
    background: url(/catalog/view/theme/default/image/arrow-down-blue-min.svg) no-repeat 95% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: auto
}

.product-photos.no-thumbs {
    grid-template-columns: 100%
}

.small-photos .slick-prev:before {
    content: url(/catalog/view/theme/default/image/arrow-up-grey-big.svg)
}

.small-photos .slick-next:before {
    content: url(/catalog/view/theme/default/image/arrow-down-grey-big.svg)
}

.small-photos .slick-next,
.small-photos .slick-prev {
    background: rgba(0, 0, 0, 0)
}

.small-photos .slick-vertical .slick-slide {
    padding: 0 10px 10px 10px
}

.photos-wrap {
    padding-right: 3%;
    padding-left: 0
}

.product-wrap #contant {
    padding: 0
}

.product-info-wrap h1 {
    font-weight: 600;
    line-height: 38px;
    font-size: 25px;
    color: #000;
    margin-top: 0
}

.product-head-wrap {
    display: flex;
    justify-content: space-between
}

.product-head-wrap .rating {
    padding-top: 10px;
    min-width: 100px
}

.product-description {
    clear: both;
    padding: 10px 0;
    line-height: 25px;
    font-size: 16px;
    color: #000
}

.product-info-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px
}

.product-info-list li {
    font-weight: 500;
    line-height: normal;
    font-size: 13px;
    color: #8a98a9
}

.price-list h2 {
    font-weight: 500;
    line-height: 47px;
    font-size: 30px;
    color: #000;
    margin: 0
}

.price-list {
    display: inline-block
}

.price-list li {
    display: inline-block
}

.price-list .old-price {
    font-size: 20px;
    color: #8b0000;
    padding-left: 20px
}

.price-wrap {
    display: flex;
    align-items: center
}

.price-wrap .quantity-wrap {
    display: flex;
    margin: 0;
    height: 30px;
    margin-left: 50px;
    margin-top: -10px
}

.price-wrap .quantity-wrap .quant-but {
    width: 30px;
    height: 30px;
    border: 1px solid #cfd5dd;
    color: #cfd5dd;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    text-align: center;
    border-radius: 0;
    font-size: 35px;
    font-weight: 100
}

.price-wrap .quantity-wrap .input-number {
    width: 50px;
    border: 0;
    box-shadow: none;
    text-align: center;
    height: 30px;
    font-weight: 700;
    font-size: 16px;
    color: #000
}

.price-wrap .quantity-wrap .quant-but:focus {
    outline: 0
}

.stock-status {
    font-weight: 500;
    font-size: 16px;
    margin-left: 8%;
    padding-bottom: 10px
}

.stock-status.in-stock,
.product-cat.in-stock {
    color: #81ed65
}

.stock-status.out-stock,
.product-cat.out-stock {
    color: red
}

.block-wrap2 {
    display: flex;
    justify-content: space-between;
}

.radio-options {
    margin-top: 40px;
    margin-bottom: 20px
}

.radio-options .img-thumbnail {
    display: inline-block;
    width: 20px;
    height: 14px;
    border: 1px solid #cfd5dd;
    margin-right: 10px;
    text-align: center;
    line-height: 12px;
    padding: 0;
    border-radius: 0
}

.radio-options .control-label {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px
}

.radio-option {
    display: grid;
    grid-template-columns: 50% 50%
}

.radio-option .radio {
    margin: 0
}

.radio-option .radio label {
    padding-left: 0;
    display: flex;
    align-items: baseline;
    font-weight: 500;
    line-height: 28px;
    font-size: 13px;
    color: #506786
}

.option-color {
    position: relative
}

.option-color::before {
    content: '';
    width: 11px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 5px
}

#small_imgs .swiper-slide {
    height: 80px;
    margin-bottom: 12px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .08);
    max-width: 100%
}

#small_imgs .slick-track {
    padding-right: 12px
}

.small-photos {
    padding: 30px 0
}

.option-color.active::before {
    content: url(/catalog/view/theme/default/image/check-blue.svg)
}

.color span {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    display: inline-block;
    margin-bottom: 20px
}

.color ul {
    padding: 0;
    margin: 0
}

.color ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 8%;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    font-size: 13px;
    color: #506786;
    text-transform: capitalize
}

.color ul li.active span {
    vertical-align: baseline
}

.color ul li span {
    display: inline-block;
    width: 20px;
    height: 14px;
    border: 1px solid #cfd5dd;
    line-height: 12px;
    margin-bottom: 0;
    vertical-align: sub;
    margin-right: 10px
}

.color ul li a {
    display: inline-block;
    color: #506786
}

.color ul li:last-of-type {
    margin-right: 0
}

.color ul li.active span::before {
    content: url(/catalog/view/theme/default/image/check-blue.svg)
}

.color {
    margin-bottom: 20px
}

.buttons-wrap {
    display: flex;
    margin-bottom: 30px
}

#button-cart,
#product input.occm-button {
    width: 47%;
    display: inline-block;
    vertical-align: top
}

#button-cart,
#occm-form-container #occm-button-confirm {
    background: #5e77ff;
    border: 0;
    border-radius: 0;
    font-weight: 800;
    line-height: 20px;
    font-size: 20px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px
}

#button-cart {
    margin-right: 15px;
    margin-bottom: 15px
}

#product input.occm-button {
    margin-top: 0;
    background: #fff;
    font-weight: 500;
    line-height: 15px;
    font-size: 18px;
    text-align: center;
    color: #5e77ff;
    border: 2px solid #5e77ff;
    border-radius: 0;
    padding-top: 16px;
    padding-bottom: 16px
}

#product input.occm-button:hover {
    background: #5e77ff;
    color: #fff;
    box-shadow: none
}

#cboxOverlay {
    background: rgba(0, 0, 0, .5) !important
}

#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight {
    background: 0 0 !important
}

#occm-form-container input#occm-button-confirm {
    margin-left: 0;
    max-width: 100%;
    margin-top: 20px
}

.wishlist-compare-buts .btn {
    background: rgba(0, 0, 0, 0);
    border: 0;
    box-shadow: none;
    font-weight: 500;
    font-size: 16px;
    color: #5e77ff
}

.wishlist-compare-buts .btn.btn-default:hover {
    background: #fff;
    color: #5e77ff;
    border: 0
}

.wishlist-compare-buts .btn:first-of-type {
    margin-right: 15px
}

.wishlist-compare-buts .btn:first-of-type img {
    max-width: 18px
}

.wishlist-compare-buts .btn img {
    margin-right: 15px
}

.wishlist-compare-buts .btn:focus {
    outline: 0
}

#tab-specification thead {
    display: none
}

#tab-specification .table-bordered,
#tab-specification .table-bordered>tbody>tr>td,
#tab-specification .table-bordered>tbody>tr>th,
#tab-specification .table-bordered>tfoot>tr>td,
#tab-specification .table-bordered>tfoot>tr>th,
#tab-specification .table-bordered>thead>tr>td,
#tab-specification .table-bordered>thead>tr>th {
    border: 0
}

#tab-specification .table-bordered>tbody>tr>td {
    line-height: 16px;
    font-size: 16px
}

#tab-specification .table-bordered>tbody>tr>td:first-of-type {
    color: #000
}

#tab-specification .table-bordered>tbody>tr>td:last-of-type {
    color: #6b6b6b
}

.related-title {
    padding: 0 60px;
    font-weight: 600;
    line-height: 61px;
    font-size: 40px;
    color: #000;
    margin-bottom: 30px
}

#form-review {
    display: grid;
    grid-template-columns: 50% 50%
}

.shop-reviews-wrap {
    padding-left: 60px;
    padding-right: 60px
}

.shop-reviews-wrap h1 {
    font-weight: 600;
    line-height: 61px;
    font-size: 40px;
    text-align: center;
    color: #012249;
    margin-top: 10px;
    margin-bottom: 25px
}

div.remodal-overlay {
    background: rgba(0, 0, 0, .5)
}

button.remodal-close {
    left: auto;
    right: 33px;
    top: 33px
}

button.remodal-close:before {
    content: url(/catalog/view/theme/default/image/close.svg)
}

div.remodal {
    padding: 90px
}

div.remodal h2 {
    font-weight: 600;
    line-height: 61px;
    font-size: 40px;
    text-align: center;
    color: #506786;
    margin-bottom: 50px
}

.shop-review-banner img {
    width: 100%;
    max-width: 100%
}

.shop-review-banner {
    position: relative
}

div.remodal #input-comment,
div.remodal #input-email,
div.remodal #input-name {
    border: 1px solid #e6e9ed;
    height: 52px;
    font-weight: 500;
    font-size: 13px;
    color: #8a98a9;
    border-radius: 0;
    margin-bottom: 8px;
    box-shadow: none
}

div.remodal #input-comment {
    height: 108px
}

.rating-stars-wrap {
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: center
}

.rating-stars-wrap label.rating-form-label {
    font-weight: 500;
    font-size: 13px;
    color: #8a98a9;
    margin-right: 30px
}

div.rate-star {
    background: 0 0 !important;
    width: auto
}

div.rate-star-show.star-change .fa-star,
div.rate-star-show.star-hover .fa-star,
div.rate-star-show:hover .fa-star,
div.rate-star.star-change .fa-star,
div.rate-star.star-hover .fa-star,
div.rate-star:hover .fa-star {
    color: #002a5b
}

button.remodal-confirm {
    width: 100%;
    background: #5e77ff;
    font-weight: 800;
    line-height: 34px;
    font-size: 22px;
    text-align: center;
    color: #fff
}

div.shop_summary_rating {
    border: 0;
    border-radius: 0;
    background: #5e77ff;
    padding: 130px 65px
}

div.shop_summary_rating .rating-ask {
    font-weight: 600;
    line-height: 38px;
    font-size: 25px;
    text-align: center;
    color: #fff;
    margin-bottom: 60px
}

div.shop_summary_rating .rating_btn.add_rating-button {
    width: 100%;
    background: #fff;
    font-weight: 800;
    line-height: 34px;
    font-size: 22px;
    text-align: center;
    color: #5e77ff;
    border-radius: 0;
    border: 2px solid #5e77ff;
    padding: 14px 0;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s
}

div.shop_summary_rating .rating_btn.add_rating-button:hover {
    color: #fff;
    border: 2px solid #fff;
    background: #5e77ff
}

div.shop_summary_rating .rating_btn.add_rating-button:focus {
    outline: 0
}

.rating-ask-wrap {
    display: grid;
    grid-template-columns: 31.8% 68.1%
}

.rating-ask-wrap .ratings-item {
    margin-left: 30px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

div.ratings-item {
    border: 0;
    border-radius: 0;
    background: #e6e9ed;
    text-align: center
}

div.ratings-item .rating-date {
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    color: #8a98a9;
    padding-top: 60px;
    padding-bottom: 5px
}

.ratings-item .ratings-item-rates .ratings-item-rates-item .rates-title {
    display: none
}

div.ratings-item .ratings-item-rates .ratings-item-rates-item {
    width: 100%;
    margin: 0
}

div.rate-star-show {
    background: 0 0 !important;
    width: auto
}

div.ratings-item .ratings-item-comment {
    margin-top: 30px;
    margin-bottom: 40px;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    color: rgba(1, 34, 73, .8)
}

div.ratings-item .ratings-item-header {
    background: rgba(0, 0, 0, 0);
    border: 0;
    text-align: center;
    padding: 0
}

div.ratings-item .ratings-item-header .rating-sender {
    float: none;
    font-weight: 600;
    font-size: 18px;
    color: #002a5b;
    padding-bottom: 50px
}

div.shop_rates_list {
    margin-left: -15px;
    margin-right: -15px;
    display: grid;
    grid-template-columns: 33.333333% 33.333333% 33.333333%
}

.shop_rates_list div.ratings-item {
    margin: 15px
}

div.ratings-item .ratings-item-answer {
    background: rgba(0, 0, 0, 0);
    border: 0;
    padding: 0;
    padding-bottom: 30px
}

div.ratings-item .ratings-item-answer .ratings-item-answer-title {
    font-weight: 600;
    font-size: 18px;
    color: #002a5b
}

div.ratings-item .ratings-item-answer .ratings-item-answer-content {
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    color: rgba(1, 34, 73, .8);
    padding: 0
}

.information-shop_rating .products-custom-list h3 {
    font-weight: 600;
    line-height: 61px;
    font-size: 40px;
    color: #000;
    background: rgba(0, 0, 0, 0);
    text-transform: inherit;
    padding: 0;
    margin-bottom: 30px;
    margin-top: 60px
}

.information-shop_rating .slideshow h3 {
    display: none
}

.information-shop_rating .slideshow {
    margin-top: 60px
}

.contact-wrap h1,
.information-wrap h1 {
    font-weight: 600;
    line-height: 1.5;
    font-size: 40px;
    text-align: center;
    color: #012249;
    margin-bottom: 30px
}

div.contactm {
    border: 0;
    box-shadow: none;
    margin-bottom: 65px
}

div.contactm.panel-default>.panel-heading {
    background: rgba(0, 0, 0, 0);
    border: 0;
    font-weight: 600;
    line-height: 53px;
    font-size: 35px;
    text-align: center;
    color: #012249;
    padding: 0;
    margin-bottom: 40px
}

.contactm .panel-body {
    max-width: 65%;
    margin: 0 auto
}

.contacts-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px
}

.contacts-wrap .contact-item2,
.contacts-wrap .contact-item2 a {
    font-size: 16px;
    letter-spacing: .02em;
    color: #000
}

.contacts-wrap .contact-item2.phone-wrap {
    text-transform: uppercase
}

.contacts-wrap .contact-item2 img {
    margin-right: 20px
}

.contacts-wrap .address-wrap.contact-item2 {
    max-width: 200px;
    display: flex;
    align-items: flex-start
}

.contacts-wrap .address-wrap.contact-item2 img {
    margin-top: 5px
}

#form-contactm .form-wrap {
    display: grid;
    grid-template-columns: 50% 50%
}

#form-contactm .form-wrap .form-group {
    margin: 0
}

#form-contactm .form-wrap .form-first {
    padding-right: 15px
}

#form-contactm .form-wrap .form-second {
    padding-left: 15px
}

#form-contactm .form-wrap input {
    height: 52px;
    margin-bottom: 8px
}

#form-contactm .form-wrap input,
#form-contactm .form-wrap textarea {
    border: 1px solid #e6e9ed;
    font-weight: 500;
    font-size: 13px;
    color: #8a98a9;
    border-radius: 0;
    box-shadow: none;
    padding: 18px 25px
}

#form-contactm .form-wrap textarea {
    height: 172px
}

#form-contactm .submit {
    width: 100%;
    background: #5e77ff;
    border: 0;
    border-radius: 0;
    font-weight: 500;
    line-height: 27px;
    font-size: 18px;
    color: #fff;
    padding: 15px 0;
    margin-top: 30px
}

.partneram-wrap {
    display: grid;
    grid-template-columns: 70% 30%
}

.partneram-first-block {
    padding-left: 10%;
    padding-right: 30px
}

.grey-text,
.grey-text * {
    line-height: 25px;
    font-size: 16px;
    color: #506786
}

ul.grey-text li {
    list-style-type: none;
    margin-bottom: 10px
}

ul.grey-text {
    padding: 0;
    margin: 0
}

.partneram-title {
    font-weight: 600;
    line-height: 34px;
    font-size: 22px;
    color: #000;
    margin-top: 60px;
    margin-bottom: 30px
}

.information-wrap #content {
    margin-bottom: 80px
}

.product-wrap #content {
    padding: 0
}

.partneram-second-block {
    background: #5e77ff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    color: #fff
}

.partneram-second-block p {
    margin: 0;
    line-height: 60px;
    padding: 0 20px
}

.import-title {
    font-weight: 600;
    line-height: 34px;
    font-size: 22px;
    margin-bottom: 30px;
    color: #083160
}

.import-wrap {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-top: 60px
}

.import-wrap img {
    max-width: 100%;
    height: auto !important
}

.information-information-8 .products-custom-list h3 {
    font-weight: 600;
    line-height: 53px;
    font-size: 35px;
    text-align: center;
    color: #012249;
    width: 100%;
    padding: 0;
    text-transform: inherit;
    background: rgba(0, 0, 0, 0)
}

ul.box-list {
    padding: 0;
    margin: 0
}

ul.box-list li {
    list-style-type: none;
    line-height: 25px;
    font-size: 16px;
    color: #506786;
    margin-bottom: 10px;
    position: relative;
    padding-left: 38px
}

ul.box-list li::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #002a5b;
    position: absolute;
    top: 7px;
    left: 0
}

.mb60 {
    margin-bottom: 60px !important
}

.mt30 {
    margin-top: 30px !important
}

.delivery-wrap {
    max-width: 85%;
    margin: 0 auto
}

.blog h1 {
    font-weight: 600;
    line-height: 1.5;
    font-size: 40px;
    text-align: center;
    color: #012249;
    margin-bottom: 30px
}

div.blog_item {
    margin-bottom: 50px
}

h2.blog_title,
h2.blog_title a {
    line-height: 15px;
    font-size: 15px;
    text-align: center;
    color: #002a5b;
    font-weight: 400
}

div.blog_stats {
    text-align: center;
    border: 0;
    margin-top: -15px !important;
    margin-bottom: 20px !important
}

div.blog_stats span .hl {
    background: #e6e9ed;
    display: block;
    margin: 0 auto;
    width: fit-content;
    font-weight: 500;
    line-height: normal;
    font-size: 13px;
    text-align: center;
    color: #8a98a9;
    padding: 10px 20px
}

div.blog_stats span .fa,
div.blog_stats span .text {
    display: none
}

div.blog_item .image {
    margin-bottom: 0 !important
}

div.blog_post .main_thumb {
    float: left;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 0
}

.blog_post .blog_stats {
    margin-top: 0 !important;
    text-align: left;
    margin-bottom: 30px !important
}

.blog_post .related .blog_stats {
    margin-top: -15px !important;
    text-align: center
}

.blog_post .related .blog_item {
    margin-bottom: 30px
}

div.blog_post h1 {
    font-weight: 600;
    line-height: 35px;
    font-size: 25px;
    color: #000;
    text-align: left;
    margin-bottom: 40px
}

div.blog_post .main_description {
    line-height: 25px;
    font-size: 16px;
    color: #506786
}

.blog_post h3.blog-title-related {
    font-weight: 600;
    line-height: 61px;
    font-size: 40px;
    color: #000;
    border: 0;
    margin-bottom: 20px;
    margin-top: 60px
}

div.blog_item .image img:hover {
    opacity: 1;
    transition: none
}

.btn-default.active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus,
.btn-default:active,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #5e77ff !important;
    background: #fff !important;
    border: 2px solid #5e77ff !important;
    box-shadow: none;
    outline: 0
}

#logo a {
    display: inline-block
}

#logo a img {
    padding-right: 1px
}

.blog_item .image img {
    width: 100%
}

.table-wrap {
    max-width: 100%;
    overflow: scroll
}

.browsed-wrap h3 {
    margin-top: 50px;
    font-weight: 700;
    line-height: 61px;
    font-size: 40px;
    color: #000;
    margin-bottom: 20px;
    padding: 0 60px
}

.review-item {
    margin-bottom: 50px;
    padding-right: 10%
}

.review-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px
}

.review-item-header .review-item-rating {
    margin-left: auto;
    margin-right: auto;
    min-width: 95px
}

.review-item-date {
    font-weight: 500;
    line-height: normal;
    font-size: 13px;
    color: #8a98a9
}

.review-item-header .review-item-rating.rating .fa-star {
    font-size: 10px
}

.review-item-text {
    line-height: 25px;
    font-size: 16px;
    color: #000;
    margin-bottom: 30px
}

.review-item-answer {
    padding-left: 15%
}

.review-item-answer .review-item-answer-name,
.review-item-name {
    font-weight: 700;
    font-size: 18px;
    color: #012249;
    margin-bottom: 20px
}

.review-item-name {
    margin-bottom: 0
}

.review-item-answer .review-item-answer-text {
    line-height: 25px;
    font-size: 16px;
    color: #000
}

.review-form-wrap h2 {
    font-weight: 700;
    line-height: 38px;
    font-size: 25px;
    color: #012249;
    margin-top: 0;
    margin-bottom: 20px
}

.review-form-wrap input {
    height: 52px
}

.review-form-wrap input,
.review-form-wrap textarea {
    border: 1px solid #e6e9ed;
    border-radius: 0;
    box-shadow: none;
    font-weight: 500;
    font-size: 13px;
    color: #8a98a9;
    padding: 18px 25px
}

.review-form-wrap textarea {
    height: 112px
}

.form-horizontal .review-form-wrap .form-group {
    margin-bottom: 18px
}

.review-form-wrap div.rate-star {
    display: inline-block
}

.rating-stars-wrap2 {
    display: flex;
    align-items: baseline;
    margin-top: 30px
}

.rating-stars-wrap2 label {
    font-weight: 500;
    font-size: 13px;
    color: #8a98a9;
    margin-right: 30px
}

.rating-stars-wrap2 .btn {
    margin-left: auto;
    background: #e6e9ed;
    border: 0;
    border-radius: 0;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #012249;
    padding: 16px 45px
}

.description-wrap {
    max-width: 85%;
    margin: 0 auto
}

.contact-item {
    display: grid;
    grid-template-columns: 40% 60%;
    margin-bottom: 50px
}

.contact-item-text {
    background: #e6e9ed;
    padding: 40px
}

.contact-item-map {
    padding-left: 30px
}

.contact-item-title {
    font-weight: 700;
    line-height: 34px;
    font-size: 22px;
    color: #012249;
    margin-bottom: 25px
}

.contact-item-otdel {
    font-weight: 700;
    line-height: 27px;
    font-size: 16px;
    color: #000;
    margin-bottom: 5px
}

.contact-item-contacts {
    display: grid;
    grid-template-columns: 50% 50%
}

.contact-item-contacts a,
.contact-item-postav a {
    line-height: 25px;
    font-size: 16px;
    color: #506786;
    text-decoration: none;
    display: inline-block;
    width: 100%
}

.contact-item-contacts a,
.contact-item-otdel {
    margin-bottom: 5px
}

.contact-item-postav {
    margin-top: 30px
}

.open-info {
    margin-bottom: 18px
}

.open-info img {
    vertical-align: inherit;
    margin-right: 20px
}

.address-info,
.open-info {
    line-height: 25px;
    font-size: 16px;
    color: #506786
}

.acf-map {
    width: 100%;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08)
}

.acf-map img {
    max-width: inherit !important
}

.contacts {
    margin-bottom: 90px
}

.proizvodstvo-wrap {
    max-width: 85%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 40% 60%;
    margin-top: 20px
}

.proizvodstvo-text {
    padding-left: 17%
}

.proizvodstvo-text-title {
    font-size: 36px;
    color: #5e77ff;
    line-height: 45px;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 10px
}

.proizvodstvo-text-title span {
    font-weight: 700
}

.proizvodstvo-img img {
    max-width: 100%;
    height: auto !important
}

.proizvodstvo-text .grey-text {
    margin-bottom: 10px
}

.steps-title {
    font-weight: 700;
    line-height: 53px;
    font-size: 35px;
    text-align: center;
    color: #012249;
    margin-top: 70px
}

.step-wrap {
    max-width: 76%;
    margin: 0 auto;
    margin-bottom: 80px
}

.step-wrap:nth-of-type(even) .step {
    flex-direction: row-reverse
}

.step-wrap:nth-of-type(even) .step .step-text-wrap {
    padding-right: 0;
    padding-left: 7%
}

.step-slide-img {
    background-position: center;
    background-size: cover;
    height: 300px
}

.step {
    display: flex
}

.step-text-wrap {
    width: 60%;
    padding-right: 7%
}

.step-slider-wrap {
    width: 40%
}

.step h2 {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #000;
    margin-top: 40px;
    margin-bottom: 25px
}

.step-text {
    line-height: 25px;
    font-size: 16px;
    color: #506786
}

.step .slick-slide img {
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.step .slick-next {
    right: 30px;
    top: auto;
    bottom: -55px
}

.step .slick-prev {
    left: auto;
    right: 90px;
    top: auto;
    bottom: -55px
}

.mfp-bg {
    background: rgba(0, 0, 0, .5)
}

.read-more {
    font-weight: 500;
    line-height: 25px;
    font-size: 16px;
    color: #506786;
    display: inline-block;
    padding: 7px 24px;
    background: #e6e9ed;
    text-decoration: none;
    margin-top: 25px
}

.modal_div {
    border: 1px #fff solid;
    background: #fff;
    position: fixed;
    top: 45%;
    left: 20%;
    margin-top: -150px;
    display: none;
    opacity: 0;
    z-index: 3000000;
    padding: 40px;
    box-shadow: 0 20px 40px 0 rgba(46, 28, 73, .08);
    max-height: 85%;
    overflow: scroll;
    width: 60%
}

.modal_div .modal_close {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    color: #fff;
    text-align: center;
    cursor: pointer
}

#overlay {
    z-index: 1000;
    position: fixed;
    background-color: #000;
    opacity: .8;
    -moz-opacity: .8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none
}

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

.step-modal .modal-title2 {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-top: 33px;
    margin-bottom: 25px
}

.step-modal-text {
    line-height: 25px;
    font-size: 16px;
    color: #506786
}

.information-information-7 .html h2 {
    font-weight: 700;
    line-height: 53px;
    font-size: 35px;
    text-align: center;
    color: #012249;
    margin-bottom: 30px
}

.prod-wrap {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-left: -15px;
    margin-right: -15px
}

.prod-item-wrap {
    padding: 15px
}

.prod-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    height: 100%
}

.prod-item img {
    max-width: 100%;
    height: auto !important
}

.prod-item-title {
    font-weight: 700;
    line-height: 46px;
    font-size: 30px;
    text-align: center;
    color: #000;
    padding-bottom: 35px
}

#popuplogin input[type=text],
#popupregister input[type=text],
input.form-control[type=password],
input[type=password] {
    border-radius: 0;
    border: 1px solid #e6e9ed;
    height: 52px;
    color: #8a98a9 !important;
    padding: 6px 25px;
    font-weight: 500;
    font-size: 13px;
    box-shadow: none;
    width: 100%
}

.account-wrap .container {
    width: 100% !important
}

.btn-primary {
    font-weight: 500;
    line-height: 27px;
    font-size: 18px;
    color: #fff;
    background: #5e77ff;
    border: 0;
    border-radius: 0;
    padding: 14px 25px;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s
}

.btn-primary:hover {
    background: #5e77ff
}

.btn-default {
    font-weight: 500;
    line-height: 27px;
    font-size: 18px;
    color: #5e77ff;
    background: #fff;
    border: 2px solid #5e77ff;
    border-radius: 0;
    padding: 14px 25px;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s
}

#button-cart:hover,
#form-contactm .submit:hover,
#occm-form-container #occm-button-confirm:hover,
.btn-default:hover,
.btn-primary:hover,
.modal-body .btn-primary:hover,
button.remodal-confirm:hover {
    background: #546aea;
    border-color: #546aea
}

.tltslide img {
    width: 100%
}

.btn-danger {
    font-weight: 500;
    line-height: 27px;
    font-size: 18px;
    color: #fff;
    background: #da4f49;
    border: 0;
    border-radius: 0;
    padding: 14px 25px;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s
}

.btn-info {
    font-weight: 500;
    line-height: 27px;
    font-size: 18px;
    color: #fff;
    background: #df5c39;
    border: 0;
    border-radius: 0;
    padding: 14px 25px;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s
}

.btn-default:hover {
    color: #fff;
    background: #5e77ff;
    border: 2px solid #5e77ff
}

.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0
}

.content-wrap h1,
.hits-title {
    font-weight: 600;
    line-height: 30px;
    font-size: 30px;
    text-align: center;
    color: #012249;
    margin-bottom: 25px
}

.hits-title {
    margin-bottom: -30px
}

.cart-form .table-bordered,
.cart-form .table-bordered>tbody>tr>td,
.cart-form .table-bordered>tbody>tr>th,
.cart-form .table-bordered>tfoot>tr>td,
.cart-form .table-bordered>tfoot>tr>th,
.cart-form .table-bordered>thead>tr>td,
.cart-form .table-bordered>thead>tr>th {
    border: 0;
    vertical-align: middle;
    padding: 30px 20px;
    border-bottom: 2px solid rgba(94, 119, 255, .1)
}

.cart-table-summ.table-bordered,
.cart-table-summ.table-bordered>tbody>tr>td,
.cart-table-summ.table-bordered>tbody>tr>th,
.cart-table-summ.table-bordered>tfoot>tr>td,
.cart-table-summ.table-bordered>tfoot>tr>th,
.cart-table-summ.table-bordered>thead>tr>td,
.cart-table-summ.table-bordered>thead>tr>th {
    border: 0
}

.cart-form .img-thumbnail {
    border: 0;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08)
}

.cart-form-name a {
    font-weight: 700;
    line-height: 24px;
    font-size: 16px;
    color: #000
}

.cart-form-name {
    width: 25%
}

.cart-form-price {
    font-weight: 500;
    font-size: 16px;
    color: #000
}

.cart-item-img {
    padding-left: 0;
    width: 23%
}

.cart-item-buts .btn-block {
    margin: 0 auto
}

.cart-item-buts .btn-block input {
    border: 0;
    box-shadow: none;
    font-weight: 700;
    font-size: 16px;
    height: 55px;
    text-align: center;
    width: 30px;
    float: right
}

.cart-item-buts .btn-block button {
    color: #000;
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 14px 10px
}

.cart-item-buts .btn-block button:focus {
    outline: 0
}

.cart-item-buts .btn-block button i {
    font-size: 18px
}

div.simplecheckout-cart,
div.simplecheckout-cart-total,
table.simplecheckout-cart {
    border: 0
}

.simplecheckout-cart .image img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08)
}

.simplecheckout-cart .image {
    padding: 12px 15px
}

table.simplecheckout-cart td,
table.simplecheckout-cart td.quantity,
table.simplecheckout-cart td.remove {
    vertical-align: middle
}

.blog_post .main_thumb:hover {
    opacity: 1 !important
}

table.simplecheckout-cart td.name a {
    line-height: 11px;
    font-size: 12px;
    color: #000;
    display: block
}

table.simplecheckout-cart .btn-primary {
    border: 1px solid #cfd5dd;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #cfd5dd;
    padding: 0
}

table.simplecheckout-cart td.quantity input {
    border: 0;
    box-shadow: none;
    text-align: center;
    font-weight: 700;
    line-height: normal;
    font-size: 16px;
    color: #000 !important;
    width: 50px;
    margin: 0 1px !important;
    padding: 0
}

table.simplecheckout-cart td.price,
table.simplecheckout-cart td.total {
    text-align: center;
    font-weight: 500 !important;
    font-size: 16px !important
}

table.simplecheckout-cart td.remove .btn-danger {
    background: #e6e9ed;
    width: 40px;
    height: 40px;
    padding: 0
}

div#simple_login {
    border: 0;
    border-radius: 0
}

div.simple-content input[type=date],
div.simple-content input[type=email],
div.simple-content input[type=password],
div.simple-content input[type=phone],
div.simple-content input[type=tel],
div.simple-content input[type=text],
div.simple-content input[type=time],
div.simple-content select,
div.simple-content textarea {
    border-radius: 0;
    border: 1px solid #e6e9ed;
    height: 32px;
    color: #8a98a9 !important;
    padding: 6px 25px;
    font-weight: 500;
    font-size: 13px;
    box-shadow: none;
    width: 100%
}

.adv-img img {
    transition: all .2s ease-in-out
}

.adv-item:hover .adv-img img {
    transform: scale(1.1)
}

#search-product-wrap.products-wrap {
    grid-template-columns: 25% 25% 25% 25%
}

#search-product-wrap.products-wrap.list {
    grid-template-columns: 100%
}

.product-search h2 {
    margin: 30px 0
}

.product-search input[type=text],
.product-search select.form-control {
    border-radius: 0 !important;
    border: 1px solid #e6e9ed;
    height: 52px;
    color: #8a98a9 !important;
    padding: 6px 25px;
    font-weight: 500;
    font-size: 13px;
    box-shadow: none;
    width: 100%
}

.btn-primary:focus {
    outline: 0
}

.product-search .product-listing,
.product-special .product-listing {
    display: flex;
    align-items: center;
    margin-left: 10px
}

#logo h1 {
    margin: 0
}

.category-wrap #content.col-sm-12 .products-wrap {
    grid-template-columns: 33.333333% 33.333333% 33.333333%
}

.telegram-icon {
    width: 11px;
    margin-left: -20px;
    margin-right: 5px;
    margin-top: -3px
}

@media (max-height:900px) {
    #menu .child-has-children li.child2-item {
        height: 40px
    }

    #menu .child-has-children li.child2-item.child-has-children .child3-list li {
        height: 40px
    }
}

@media only screen and (min-width:641px) {
    div.remodal {
        max-width: 600px
    }
}

@media only screen and (min-width:1025px) {
    .pc-none {
        display: none !important
    }
}

@media (max-width:1600px) {
    .cat-item {
        height: 420px
    }
}

@media (max-width:1440px) {
    .cat-item {
        height: 380px
    }

    .product-thumb .image img {
        max-width: 70%
    }

    .product-thumb .image {
        padding-top: 15px
    }
}

@media screen and (max-width:1400px) {
    #menu li {
        margin-right: 50px
    }

    .header-callback,
    .header-phones-wrap {
        text-align: center
    }

    .products-number {
        margin-right: 0
    }
}

@media (max-width:1350px) {
    .cat-item.subcat img {
        max-height: 70%
    }
}

@media (max-width:1250px) {
    .header-open {
        display: none
    }
}

@media screen and (max-width:1200px) {
    .modal_div {
        width: 80%;
        left: 10%
    }

    .proizvodstvo-text {
        padding-left: 10%
    }

    .proizvodstvo-wrap {
        max-width: 100%
    }

    .step-wrap {
        max-width: 100%;
        padding: 0 60px
    }

    .contact-item {
        grid-template-columns: 45% 55%
    }

    .description-wrap {
        max-width: 100%
    }

    .product-info-list {
        display: block
    }

    .product-info-list li {
        display: inline-block;
        margin-right: 15px
    }

    .partneram-wrap {
        grid-template-columns: 60% 40%
    }

    .contactm .panel-body {
        max-width: 85%;
        padding: 0
    }

    div.shop_summary_rating {
        padding: 100px 35px
    }

    .sorting {
        padding: 0
    }

    .cat-wrap {
        grid-template-columns: 33.333333% 33.333333% 33.333333%
    }

    div.last-shop-ratings.horizontal .last-rating-item-wrap {
        max-width: 70%
    }

    #menu .child-has-children li.child2-item {
        padding-left: 50px
    }

    #menu .child-has-children li.child2-item.child-has-children .child3-list li {
        padding-left: 75px
    }

    #logo img {
        max-width: 180px
    }

    #menu ul.header-links.mob {
        display: none
    }

    .caption-wrap {
        display: block;
        text-align: center
    }

    .product-thumb .rating,
    .stock {
        margin-bottom: 10px
    }

    .product-cat {
        margin-top: 10px
    }

    .product-thumb .caption {
        min-height: 190px
    }

    .product-thumb .image img {
        max-width: 200px
    }
}

@media screen and (max-width:1100px) {
    .header-search {
        width: 30%
    }

    #menu {
        width: 70%
    }

    .header-phones-title {
        font-size: 10px
    }

    .header-phone a {
        font-size: 12px
    }

    .header-links li {
        margin-right: 20px
    }

    .price-wrap,
    .product-head-wrap {
        display: block
    }

    .product-head-wrap .rating {
        margin-bottom: 20px
    }

    .price-wrap .quantity-wrap {
        margin: 20px 0
    }

    .stock-status.in-stock {
        float: right;
        margin-top: -45px
    }

    .radio-options {
        margin-top: 30px
    }

    #button-cart,
    #product input.occm-button {
        width: 100%
    }

    #button-cart,
    #product input.occm-button {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.desctop-none {
    display: none !important
}

@media screen and (max-width:1024px) {
    .mob-none {
        display: none !important
    }

    .desctop-none {
        display: block !important;
    }

    .cat-item {
        height: 340px
    }

    .cat-item.subcat img {
        max-height: 65%
    }

    #menu li:hover .child2-list {
        display: none
    }

    #search-product-wrap.products-wrap {
        grid-template-columns: 50% 50%
    }

    .proizvodstvo-text {
        padding-left: 5%
    }

    .information-information-7 .information-wrap #content {
        margin-bottom: 60px
    }

    .contact-item {
        grid-template-columns: 100%
    }

    .acf-map {
        height: 400px
    }

    .contact-item-map {
        padding-left: 0;
        padding-top: 30px
    }

    .col-sm-6.photos-wrap,
    .col-sm-6.product-info-wrap {
        width: 100% !important;
        padding: 0
    }

    .price-wrap,
    .product-head-wrap,
    .product-info-list {
        display: flex
    }

    .stock-status.in-stock {
        float: none;
        margin-top: 0
    }

    .price-wrap .quantity-wrap {
        margin-left: 10%
    }

    div.blog_post .main_thumb {
        float: none
    }

    .partneram-wrap {
        grid-template-columns: 100%
    }

    .partneram-first-block {
        padding: 0;
        margin-bottom: 30px
    }

    .partneram-second-block {
        padding: 30px
    }

    .contactm .panel-body {
        max-width: 100%
    }

    .partneram-second-block p {
        width: 100%
    }

    div.shop_rates_list {
        grid-template-columns: 50% 50%
    }

    .ocfilter-mobile.hidden-sm {
        display: block !important
    }

    .ocf-offcanvas .ocfilter-mobile-handle {
        top: 150px !important
    }

    div.category-wrap h1 {
        margin-bottom: 30px
    }

    .ocf-offcanvas .ocfilter-mobile-handle .btn {
        border-radius: 0;
        background-color: #5e77ff;
        border: 0;
        box-shadow: none
    }

    .ocf-offcanvas .ocfilter-mobile-handle .btn:focus {
        outline: 0
    }

    .category-wrap aside {
        display: none
    }

    .category-wrap #content {
        width: 100%
    }

    footer .footer-phones:first-of-type {
        padding-right: 30px
    }

    .footer-block li a {
        font-size: 14px
    }

    footer .h5 {
        font-size: 18px
    }

    .footer-phones {
        padding-left: 20px
    }

    footer .h5 {
        margin-bottom: 20px
    }

    .carousel h3 {
        font-size: 16px;
        padding: 7px 20px
    }

    div.owl-pagination {
        padding: 0 20%
    }

    div.owl-carousel .owl-buttons .owl-prev {
        left: 2.5%
    }

    div.owl-carousel .owl-buttons .owl-next {
        right: 2.5%
    }

    .content-wrap {
        padding-top: 84px
    }

    #top,
    .header-callback,
    .header-phones-wrap {
        display: none
    }

    .header-buts.mob {
        display: flex;
        flex-direction: column;
        background: #fff;
        right: 0;
        top: 50px;
        position: absolute
    }

    .header-buts {
        display: none
    }

    .header-links.mob,
    .language-switcher.mob {
        display: inline-block
    }

    #search .input-lg {
        max-width: 100%;
        padding: 0 25px
    }

    .header-search {
        width: 100%
    }

    .menu-header {
        padding: 0;
        background-color: #fff;
        position: relative
    }

    .header-but {
        border-bottom: 1px solid #cfd5dd
    }

    .site-header .container2 {
        padding: 20px
    }

    #logo img {
        max-width: 160px
    }

    .menu-header-wrap {
        display: flex;
        flex-direction: column-reverse
    }

    #menu {
        width: 100%;
        padding: 35px 0;
        padding-bottom: 100px
    }

    #menu ul.header-links.mob {
        display: block
    }

    #menu ul.header-links.mob li:last-of-type {
        margin-bottom: 0
    }

    #menu ul {
        display: block;
        padding: 0 25px
    }

    #menu li {
        width: 80%;
        height: auto;
        line-height: normal;
        margin-bottom: 20px
    }

    .burger {
        display: inline-block;
        margin-right: 0;
    }

    .menu-header {
        display: none
    }
}

@media screen and (max-width:990px) {
    .hits-title {
        margin-bottom: 0
    }

    .rating-ask-wrap {
        grid-template-columns: 100%
    }

    div.shop_summary_rating {
        margin-bottom: 30px
    }

    .rating-ask-wrap .ratings-item {
        margin-left: 0
    }

    .product-thumb .image img {
        max-width: 180px
    }

    div.last-shop-ratings.horizontal .last-rating-item-wrap {
        max-width: 75%
    }

    .rating-stars-wrap2 {
        display: block;
        margin-top: 10px
    }

    .rating-stars-wrap2 .rate-stars {
        display: inline-block;
        margin-bottom: 20px;
        margin-right: 20px
    }

    .review-item-header .review-item-rating.rating .fa-star {
        font-size: 14px
    }
}

@media screen and (max-width:900px) {
    .cat-item.subcat img {
        max-height: 75%
    }

    .cat-item {
        height: 400px
    }

    .rating-stars-wrap2 .btn {
        display: block;
        margin: 0
    }

    #form-review {
        grid-template-columns: 100%
    }

    .review-item {
        padding-right: 0
    }

    .review-item-answer {
        padding-left: 10%
    }

    .product-description {
        padding: 40px 0
    }

    .footer-block-wrap .footer-block:first-of-type {
        border-bottom: 1px solid #ccccccbf;
        margin-bottom: 20px
    }

    .cat-wrap {
        grid-template-columns: 50% 50%
    }

    .import-wrap {
        grid-template-columns: 100%
    }

    .import-wrap img {
        margin: 0 auto;
        display: block
    }

    #tab-specification .table-bordered>tbody>tr>td {
        line-height: 16px
    }
}

@media screen and (max-width:768px) {

    .prod-wrap,
    .proizvodstvo-wrap {
        grid-template-columns: 100%
    }

    div.category-wrap h1 {
        font-size: 15px
    }

    .breadcrumb>li a {
        font-size: 10px
    }

    .proizvodstvo-img {
        text-align: center;
        margin-bottom: 30px
    }

    .proizvodstvo-text {
        padding-left: 0
    }

    .step-wrap {
        padding: 0 30px
    }

    .step-slide-img {
        height: 400px
    }

    .proizvodstvo-img img {
        width: 100% !important
    }

    .step {
        display: block
    }

    .step-text-wrap {
        margin-bottom: 30px
    }

    .step-wrap:nth-of-type(even) .step .step-text-wrap {
        padding: 0
    }

    .step-slider-wrap,
    .step-text-wrap {
        width: 100%;
        padding: 0
    }

    .information-information-7 .information-wrap #content {
        margin-bottom: 20px
    }

    .prod-item-title {
        font-size: 26px
    }

    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li>a,
    .nav-tabs>li>a:hover {
        font-size: 14px
    }

    .modal_div {
        width: 90%;
        left: 5%;
        padding: 30px
    }

    .related-title {
        padding: 0 30px
    }

    .sorting-wrap {
        display: block
    }

    .contact-wrap h1,
    .information-wrap h1,
    .partneram-second-block {
        font-size: 32px
    }

    .contacts-wrap {
        display: block;
        text-align: center
    }

    .contacts-wrap .address-wrap.contact-item2 {
        margin: 0 auto;
        max-width: 100%;
        display: block
    }

    .contacts-wrap .contact-item2 {
        margin-bottom: 20px
    }

    .breadcrumb>li:after {
        padding: 0 5px
    }

    .product-listing {
        padding-left: 10px
    }

    .account-wrap,
    .blog-wrap,
    .category-wrap,
    .contact-wrap,
    .contactm,
    .information-wrap,
    .product-wrap,
    .shop-reviews-wrap {
        padding-left: 30px;
        padding-right: 30px
    }

    .footer-block-wrap {
        padding: 40px 30px;
        display: block
    }

    footer .h5:after {
        display: none
    }

    .footer-bottom-line {
        padding: 10px 30px
    }

    .home-slideshow {
        font-size: 40px;
        line-height: 50px
    }

    .carousel {
        padding: 0 30px !important;
        width: 100%
    }

    .carousel h3 {
        top: 30px;
        left: 30px
    }

    div.last-shop-ratings.horizontal .block_header {
        padding: 40px 30px
    }

    div.last-shop-ratings.horizontal {
        padding-bottom: 40px
    }

    .adv-wrap {
        display: grid;
        grid-template-columns: 50% 50%;
        padding: 30px 30px 10px 30px
    }

    .adv-item {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 20px
    }

    .adv-text {
        max-width: 100%
    }

    .browsed-wrap h3,
    .feautured-slider,
    .products-custom-list-title {
        padding: 0 30px
    }

    .feautured-slider {
        margin-right: -10px;
        margin-left: -10px
    }

    .slick-next {
        right: 25px
    }

    .slick-prev {
        left: 25px
    }

    .html {
        padding: 0 30px
    }

    div.owl-pagination {
        padding: 0 10%
    }

    .html {
        margin-bottom: 20px
    }

    .product-search .product-listing {
        margin-left: 0
    }
}

@media screen and (max-width:767px) {
    .info-item {
        width: 100% !important
    }

    .cart-item-img {
        display: inline-block;
        width: 195px;
        padding: 10px
    }

    .import-wrap-30-70 {
        grid-template-columns: 100% !important
    }

    .mg-tp-3 {
        margin-top: 3px
    }

    .product-search input[type=text],
    .product-search select.form-control {
        margin-bottom: 10px
    }

    .cart-form .table-bordered,
    .cart-form .table-bordered>tbody>tr>td,
    .cart-form .table-bordered>tbody>tr>th,
    .cart-form .table-bordered>tfoot>tr>td,
    .cart-form .table-bordered>tfoot>tr>th,
    .cart-form .table-bordered>thead>tr>td,
    .cart-form .table-bordered>thead>tr>th {
        border: 0
    }
}

@media screen and (max-width:700px) {
    .footer-block-wrap .footer-block:nth-last-of-type(2) {
        border-bottom: 1px solid #ccccccbf;
        margin-bottom: 20px
    }

    .cat-item.subcat img {
        max-height: 65%
    }
}

@media screen and (max-width:600px) {
    .simplecheckout-cart td.quantity button[data-onclick*=Quantity] {
        display: inline-block
    }

    .price-wrap,
    .product-head-wrap,
    .product-info-list {
        display: block
    }

    .checkout-cart .buttons div {
        float: none !important
    }

    .checkout-cart .buttons div a {
        width: 100%;
        margin-bottom: 20px
    }

    .browsed-wrap h3,
    .related-title {
        font-size: 32px;
        line-height: 1.5
    }

    .slick-prev:before {
        margin-right: 0
    }

    .price-wrap .quantity-wrap {
        margin-left: 0
    }

    .stock-status.in-stock {
        float: right;
        margin-top: -45px
    }

    .nav-tabs {
        display: grid;
        grid-template-columns: 50% 50%
    }

    .partneram-second-block {
        padding: 15px
    }

    .partneram-second-block {
        font-size: 28px
    }

    div.shop_rates_list {
        grid-template-columns: 100%
    }

    .information-shop_rating .products-custom-list h3 {
        font-size: 32px
    }

    div.remodal {
        padding: 60px
    }

    .footer-block-wrap .footer-block:nth-last-of-type(3) {
        border-bottom: 1px solid #ccccccbf;
        margin-bottom: 20px
    }

    .contacts-footer-wrap {
        justify-content: space-between
    }

    .footer-block {
        width: 100%
    }

    #imcallask-form-container-popup .modal-header {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .cat-item {
        height: 340px
    }

    .modal-body {
        padding: 0 60px 90px 60px
    }

    #imcallask-form-container-popup .modal-body .btn-primary {
        margin-top: 10px
    }

    #abvv_login_modal .modal-content,
    #abvv_reg_modal .modal-body {
        padding-top: 30px
    }

    #abvv_cart_modal .modal-body {
        padding: 60px
    }

    .home-slideshow {
        font-size: 30px;
        line-height: 40px
    }

    div.last-shop-ratings.horizontal .last-rating-item-wrap {
        max-width: 80%
    }

    footer .h5 {
        display: block
    }
}

@media (max-width:550px) {
    .cat-item.subcat img {
        max-height: 55%
    }
}

@media screen and (max-width:500px) {
    .cat-item.subcat img {
        max-height: 75%
    }

    #big_img {
        height: 350px
    }

    #small_imgs .swiper-slide {
        height: 90px
    }

    .cat-item {
        height: 400px
    }

    .step-slide-img {
        height: 300px
    }

    .breadcrumb>li {
        white-space: normal
    }

    .owl-carousel .owl-buttons div {
        display: none
    }

    .footer-bottom-line {
        display: block
    }

    #form-contactm .form-wrap,
    .cat-wrap,
    .contact-item-contacts {
        grid-template-columns: 100%
    }

    #form-contactm .form-wrap .form-first,
    #form-contactm .form-wrap .form-second {
        padding: 0
    }

    .product-info-list {
        margin-bottom: 20px;
        display: grid;
        grid-template-columns: 50% 50%
    }

    .product-info-list li {
        margin-bottom: 15px
    }
}

@media screen and (max-width:425px) {

    .product-thumb .rating,
    .stock {
        margin-bottom: 5px
    }

    .product-thumb .price,
    .product-thumb h4,
    .product-thumb h4 a {
        font-size: 18px
    }

    .cat-item {
        height: 360px
    }

    .product-search input[type=text],
    .product-search select.form-control {
        padding: 6px 15px
    }

    .products-number #input-limit,
    .sorting #input-sort {
        width: 100%
    }

    .partneram-second-block {
        font-size: 20px
    }

    div.remodal {
        padding: 30px
    }

    div.remodal h2 {
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 33px
    }

    #search-product-wrap.products-wrap,
    .products-wrap {
        grid-template-columns: 100%
    }

    .home-slideshow {
        font-size: 20px;
        line-height: 30px
    }

    .adv-text {
        font-size: 14px
    }

    .carousel h3 {
        font-size: 16px;
        padding: 10px 15px;
        line-height: 1
    }

    .slick-next,
    .slick-prev {
        width: 45px;
        height: 45px
    }

    div.last-shop-ratings.horizontal .last-rating-item-wrap {
        max-width: 100%
    }

    .slick-next {
        right: 15px
    }

    .slick-prev {
        left: 15px
    }

    .footer-phone a {
        font-size: 13px
    }

    #big_img {
        height: 300px
    }

    #small_imgs .swiper-slide {
        height: 75px
    }
}

@media screen and (max-width:400px) {
    .contacts-footer-wrap {
        display: block
    }

    .contacts-footer-wrap .contacts-footer:first-of-type {
        margin-bottom: 30px
    }

    .footer-phone a {
        font-size: 14px
    }
}

@media screen and (max-width:375px) {
    #big_img {
        height: 280px
    }

    #small_imgs .swiper-slide {
        height: 65px
    }

    #tab-specification .table-bordered>tbody>tr>td:last-of-type {
        word-break: break-all
    }

    .product-info-list,
    .radio-option {
        grid-template-columns: 100%
    }

    .radio-option .radio {
        margin-bottom: 10px
    }

    .adv-img img {
        max-width: 40px
    }

    .adv-text {
        margin-left: 10px
    }

    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li>a,
    .nav-tabs>li>a:hover {
        font-size: 13px
    }
}

@media screen and (max-width:375px) {
    .menu-header {
        max-height: 450px;
        overflow: scroll
    }

    .adv-text {
        font-size: 12px
    }

    .adv-img img {
        max-width: 30px
    }

    .cat-item.subcat img {
        max-height: 65%
    }
}

.information-information-12 .sellot,
.information-information-17 .sellot {
    display: none
}

.footer-work-time img {
    width: 11px;
    margin-right: 3px;
    margin-top: -3px
}

.mastercard_visa img {
    width: 100px
}

.btn-search {
    color: #012249
}

.btn-search:hover {
    color: #5e77ff
}

.btn-search img {
    margin-right: 3px
}

.header-callback img {
    margin-right: 3px
}

.footer-work-time img {
    width: 11px;
    margin-right: 3px;
    margin-top: -3px
}

.mastercard_visa img {
    width: 100px
}

.btn-search:hover {
    color: #5e77ff
}

.btn-search img {
    margin-right: 3px
}

.header-callback img {
    margin-right: 3px
}

#top .language-switcher ul li {
    list-style-type: none;
    float: left
}

.current_lang_link {
    background-color: #fff
}

.current_lang_link button {
    color: #012249 !important;
    font-weight: 900 !important
}

.language-switcher.mob ul li {
    list-style-type: none;
    float: left
}

.language-switcher.mob ul {
    padding: 0
}

.language-switcher.mob ul li.current_lang_link {
    text-decoration: underline
}

.header-callback {
    border: 1px solid;
    padding: 0 5px
}

.level1-menu:hover>.fa,
.level1-menu>.fa+.fa {
    display: none
}

.level1-menu:hover>.fa+.fa {
    display: inherit
}

.list-group-item {
    padding: 3px 15px !important
}

.activeClass {
    text-decoration: underline
}

.site-header {
    line-height: 15px
}

@media screen and (min-width:768px) {
    .sorting-wrap-pc {
        position: absolute;
        top: 0;
        right: 0
    }

    .img-pc {
        padding: 10px 10px 10px 10px !important
    }

    .pd-lf-0 {
        padding-left: 0 !important
    }

    .bl1 {
        border-right: 1px solid #cccccc4d;
        padding-right: 10px
    }

    .bl2 {
        margin-left: 20px
    }
}

.product-buttons .cart-but {
    background: #002a5b;
    color: #fff;
    padding: 5px 25px
}

.product-buttons .compare-but {
    padding: 0 0 0 20px
}

.position-relative {
    position: relative
}

.color-black {
    color: #000
}

.text-underline {
    text-decoration: underline
}

.menu-text-burger {
    position: absolute;
    right: 25px
}

.partners-slider .slick-slide img {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px
}

.partners-slider.slick-slider .slick-list {
    margin: 0 10px
}

.partners-slider .slick-slide img:hover {
    box-shadow: 0 0 7px #ccc;
    border: 1px solid #0e4f95
}

@media (min-width:1400px) {
    .header-phones-title {
        font-size: 15px
    }

    .header-phone a {
        font-size: 15px
    }

    .header-open {
        font-size: 15px
    }

    .header-callback a {
        font-size: 15px
    }
}

.import-wrap-30-70 {
    display: grid;
    grid-template-columns: 30% 70%;
    margin-top: 60px
}

.hits-title,
.slideshow h2,
.slideshow h3 {
    position: relative
}

.hits-title span,
.slideshow h2 span,
.slideshow h3 span {
    background-color: #fff;
    padding: 0 20px
}

.common-home .hits-title:before,
.slideshow h2:before,
.slideshow h3:before {
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #012e5e;
    margin-top: -1px;
    content: '';
    position: absolute;
    z-index: -1
}

.simplecheckout-cart thead {
    font-size: 12px
}

#menu .nav>li>a {
    display: initial !important
}

#menu .nav>li ul {
    padding-top: 10px
}

#menu .nav .open>a,
#menu .nav .open>a:focus,
#menu .nav .open>a:hover,
#menu .nav>li>a:focus,
#menu .nav>li>a:hover {
    background: 0 0
}

#menu .level11-menu>.fa+.fa,
#menu .open .level11-menu>.fa {
    display: none
}

#menu .level11-menu>.fa {
    padding-left: 5px
}

#menu .open .level11-menu>.fa+.fa {
    display: inherit
}

.product-thumb p.p-h4,
.product-thumb p.p-h4 a {
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    color: #000;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px
}

.products-custom-list h2.hits-title {
    margin-top: 0 !important
}

.info-item {
    width: 32%;
    float: left;
    margin: 0 5px;
    text-align: center
}

.info-item img {
    max-width: 100%
}

.info-item span {
    background: #002a5a;
    width: 100%;
    display: block;
    font-weight: 600;
    line-height: 16px;
    font-size: 18px;
    color: #fff;
    padding: 10px
}

.custom-wrap {
    font-weight: 500;
    line-height: 47px;
    font-size: 30px;
    color: #000000;
    margin: 0;
}

.title-pop {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    visibility: visible;
    white-space: nowrap;
    box-sizing: border-box;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #444;
    font-size: 21px;
    text-align: center;
}

.testimonial-title {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    font-family: inherit;
    font-weight: 700;
    line-height: 38px;
    font-size: 25px;
    color: #012249;
    margin-top: 0;
    margin-bottom: 20px;
}

.new-h4 {
    text-align: center;
}

.new-h4>a {
    font-size: 15px;

    font-weight: 400;
    color: #000;
}

.browsed-wrap>div.custom_h3_title {
    margin-top: 50px;
    font-weight: bold;
    line-height: 61px;
    font-size: 40px;
    color: #000000;
    margin-bottom: 20px;
    padding: 0 60px;
}

.link_white {
    color: #fff;

}

.link_white:hover {
    text-decoration: underline;
}

.seo-text p {
    margin: 16px 0 0 0;
    text-align: justify;
}

.html p,
.seo-text,
.html {
    line-height: 20px;
    font-size: 14px;
    text-align: justify;
}

.html h2 {
    padding-bottom: 23px;
}

.seo-text,
.html {

    max-width: 1200px;
    margin: 0 auto;
    margin-top: 32px;
}

@media (max-width: 450px) {
    .category_block a {
        font-weight: 700;
        color: #fff !important
    }

    .common-home #carousel0,
    .common-home #carousel1,
    .common-home #carousel2 {
        margin: 0px;
    }

    div.product-thumb.transition img {
        width: 100%;
    }

    .feautured-slider .product-buttons .compare-but,
    .category-wrap .product-buttons .compare-but {
        padding: 10px 0 0 20px;
    }

    #search-product-wrap.products-wrap,
    .products-wrap {
        grid-template-columns: repeat(2, 2fr);
    }

    .header-but {
        padding: 0px;
        border-bottom: 0;
    }

    .header-but a,
    .header-login a {
        width: 100%;
        height: 100%;
        line-height: 4.5;
        text-align: center;
    }

    div.header-but.header-cart {
        border-bottom: 1px solid #cfd5dd;
    }

    .feautured-slider .product-cat {
        display: none;
    }

    .block-wrap2 {
        justify-content: center !important;
    }

    .block-wrap2 .product-cat:first-child {
        display: block !important;
    }

    .feautured-slider .product-thumb {
        box-shadow: unset;
        border: unset;
    }

    .feautured-slider .product-thumb .product-buttons {
        margin: unset;
    }

    .feautured-slider .product-thumb .price {
        margin: unset;

    }

    .feautured-slider .product-thumb p.p-h4,
    .feautured-slider .product-thumb p.p-h4 a,
    .category-wrap .product-thumb p.p-h4,
    .category-wrap .product-thumb p.p-h4 a {
        margin-bottom: unset;
        min-height: 82px;
    }

    .feautured-slider .product-thumb div.new-h4,
    .feautured-slider .product-thumb div.new-h4 a {
        margin-bottom: unset;
        min-height: 79px;
    }

    .category-wrap .product-cat {
        display: none;
    }

    .category-wrap .product-thumb .image img {
        max-width: 100%;
    }

    .product-compare table {
        font-size: 11px;
    }

    .product-compare #content {
        padding-right: 0px;
        padding-left: 0px;
    }

    .products-wrap .product-thumb {
        border: unset;
    }

    .product-compare .table>tbody>tr>td,
    .product-compare .table>tbody>tr>th,
    .product-compare .table>tfoot>tr>td,
    .product-compare .table>tfoot>tr>th,
    .product-compare .table>thead>tr>td,
    .product-compare .table>thead>tr>th {
        padding: 4px;
    }

    .product-compare .img-thumbnail {
        max-width: 63%;
    }

    .fw {
        font-weight: 700;
    }
}

.seocity-switcher form,
.language-switcher form {
    margin-bottom: 0;
}

.seocity-switcher .btn-link {
    font-weight: 500;
    line-height: normal;
    font-size: 15px;
}

.seocity-switcher ul {
    min-width: 100px;
    padding: 0;
    border-radius: 0;
}

.seocity-switcher ul li button {
    width: 100%;
    padding: 5px;
    background: none;
    border: none;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #012249;
}

.seocity-switcher ul li:last-child button {
    border: none;
}

.seocity-switcher ul button.active {
    background: #012249;
    color: #fff;
}

@media (max-width: 1024px) {
    .seocity-switcher .btn-link {
        font-size: 18px;
        text-decoration: none;
        color: #012249;
        font-weight: 800;
    }
}

/*.slick-initialized .slick-slide {
    height:fit-content
}*/

@media screen and (max-width: 1024px) {
    .header-buts.mob.header-nav-mob {
        position: static;
        flex-direction: row;
    }

    .header-buts.mob.header-nav-mob div {
        border: none;
        min-width: 40px;
    }

    .header-but-call {
        border-bottom: 1px solid #cfd5dd;
    }

    .seocity-switcher .dropdown-menu {
        margin-left: -20px;
        max-height: 400px;
        overflow-y: auto;
    }
}


.bl1 {
    border-right: unset !important;
}


.name-odtel {
    margin: 0px;
    font-size: 12px;
}

.contact-item-otdel {
    margin-bottom: 0px;
}


#big_img {
    cursor: pointer;
}




@media screen and (max-width: 375px) {
    #tab-specification .table-bordered>tbody>tr>td:last-of-type {
        word-break: unset;
    }
}


@media (max-width:500px) {
    ul.nav.nav-tabs {
        overflow: auto;
        white-space: nowrap;
        display: flex;
    }



    ul.nav.nav-tabs>li {
        background: #e6e9ed;
        padding-right: 20px;
    }

    ul.nav-tabs>li>a {
        margin-left: 10px;
    }
}


.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


#accordionEx .mb-0 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header {
    background: #e6e9ed;
    padding: 10px 20px;
}

.card-header a {
    color: #012249;
    font-size: 18px;
}

.mb-0 .fa {
    font-size: 22px;
}


#accordionEx {
    margin-bottom: 50px;
}


/* new  27/07 */


.slick-next,
.slick-prev {
    top: 57%;
}


@media screen and (max-width: 1024px) {
    .content-wrap {
        padding-top: 110px;
    }
}


@media screen and (max-width: 768px) {

    .account-wrap,
    .blog-wrap,
    .category-wrap,
    .contact-wrap,
    .contactm,
    .information-wrap,
    .product-wrap,
    .shop-reviews-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .products-custom-list h3 {
        display: block;
        text-align: center;
    }

    .text_title_cat {
        font-size: 10px;
        line-height: 1;
    }

    .ocfilter.panel-default {
        margin-top: 110px;
    }

    .ocfilter.panel-default>.panel-heading {
        margin-bottom: 15px;
    }
}


@media screen and (max-width: 400px) {
    #smca-modal-body .modal-body {
        padding: 0 10px;
    }

    #smca-modal-body .cart-name,
    #smca-modal-body .cart-name a {
        font-size: 13px !important;
    }

    .product-thumb .price-old {
        margin-right: 0px;
    }

    .products-number #input-limit,
    .sorting #input-sort,
    .sorting .input-group .input-group-addon {
        font-size: 14px !important;
    }

    .slick-next,
    .slick-prev {
        top: 64%;
    }

    .modal-body .btn-primary {
        font-size: 18px;
    }

    .ocfilter .ocfilter-option label {
        font-size: 14px;
    }

    .ocfilter-option[data-toggle=popover-price] .ocf-option-name {
        padding-top: 20px;
    }

    .title-pop {
        white-space: unset;
    }

    .product-cat {
        min-height: 26px;
    }

    .product-buttons .cart-but {
        margin-bottom: 10px;
    }

    .new-h4 {
        min-height: 150px;
    }

    #smca-modal-body .modal-body .product-table-cart>.product-table-body>.product-table-body-row>div.cart-name {
        width: 38%;
        margin-left: -10px;
        margin-right: 11px;
    }

    .main-cat.cat-item .cat-item-wrap {
        font-size: 13px;
    }
}

@media(max-width:1500px) {

    #owl-category .slick-next,
    #owl-category .slick-prev {
        top: 65%;
    }
}

.hiddenOverflow {
    position: relative;
    overflow: hidden;
}

.label__price-for-one {
    padding-left: 15px;
    font-size: 16px;
    font-weight: 400;
}

.accordion {
    background-color: #193052;
    color: #fff;
    cursor: pointer;
    padding: 16px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.5s;
}

.active-new,
.accordion:hover {
    background-color: #244679;
}

.accordion:after {
    content: "\f078";
    font-family: FontAwesome;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active-new:after {
    content: "\f077";
    font-family: FontAwesome;
}

#faq .panel {
    padding: 0 18px;
    color: #212121;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.acordion_active {
    border: 1px solid #e6e9ed;
}

#contact-div p.h5 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    line-height: 25px;
    font-size: 25px;
    color: #fff;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

#contact-div p {
    color: #fff;
}

#contact-div .horizontal {
    background-color: #193052;
    padding: 20px 0;
}

#contact-div .form-control {
    border-radius: 0;
    margin-top: 10px;
}

#contact-div #submit_btn {
    background: #9d0707;
    border: 2px solid #9d0707;
    color: #fff;
    padding: 5px 20px;
    margin-top: 10px;
}

#contact-div .alert {
    font-size: 12px;
    padding: 3px 14px 3px 14px;
    border-radius: 0;
    text-align: center;
}

#contact-div a {
    color: #fff;
    text-decoration: underline;
}

.text_title_cat {
    position: absolute;
    top: -20px;
}

.product-delivery-label {
    display: flex;
    flex-direction: column;
    align-content: center;
    position: absolute;
    bottom: 0;
    right: 20px;
    font-size: 16px;
}

.product-delivery-label span:first-child {
    font-weight: 600;
}

.product-delivery-label span:last-child {
    padding: 2px 15px;
    background: #39e21a;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .product-delivery-label {
        position: static;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .product-delivery-label span:last-child {
        margin: 0 25px;
    }
}

@media (min-width: 768px) {
    .product-delivery-label {
        padding: 5px 0 0 10px;
        background: #ffffffcc;
        border-top-left-radius: 23%;
    }
}



@media screen and (max-width: 1300px) {
    #menu li {
        margin-right: 30px;
    }
}


@media screen and (max-width: 1300px) {
    #menu li {
        margin-right: 13px;
    }
}



.categories-wrap .slick-next,
.categories-wrap .slick-prev {
    background: #5e76ff;
    border-radius: 10px;
    top: 50%;
}


.categories-wrap .slick-next {
    right: -25px;
}

.categories-wrap .slick-prev {
    left: -25px;
}

#content {
    overflow: unset;
}


@media (max-width:500px) {
    .categories-wrap .slick-next {
        right: 5px;
    }

    .categories-wrap .slick-next,
    .categories-wrap .slick-prev {

        top: 59%;
    }

    .categories-wrap .slick-prev {
        left: 5px;
    }
}




.contact-item-contacts {
    display: grid;
    grid-template-columns: 59% 50%;
}


.contact-item {
    display: grid;
    grid-template-columns: 45% 56%;
    margin-bottom: 50px;
}


@media(max-width:500px) {

    .contact-item,
    .contact-item-contacts {
        display: grid;
        grid-template-columns: 100% !important;
    }
}

/*Стили Димы Колесникова*/
.dkol_flex {
    text-align: center;
    margin-top: 30px;
}

@media screen and (min-width: 600px) {
    .dkol_flex {
        display: flex;
        align-items: center;
        text-align: left;
        margin-top: 30px;
    }

    .mrl-20 {
        margin-left: 20px;
    }
}


.active_icon {
    display: flex;
}

.active_icon a {
    width: unset;
}




/* testimonials  */



.information-information-9 .html {
    padding: 0px;
    margin: unset;
    max-width: unset;
}



#testimonial {
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #f4f6f7;
}


.pb-20 {
    padding-bottom: 20px;
}

.section-title .title {
    font-size: 44px;
    font-weight: 500;
    color: #121212;
    line-height: 55px;
}

.section-title .text {
    font-size: 16px;
    line-height: 24px;
    color: #6c6c6c;
    margin-top: 24px;
    max-width: 540px;
    text-align: center;
    margin: 0 auto;
}


.single-testimonial {
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 0px 20px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 20px 0 rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center !important;
    min-height: 422px;
}

.single-testimonial .testimonial-image img {
    width: 90px;
    border-radius: 50%;
    display: inline-block;
}

.single-testimonial .testimonial-content {
    padding-top: 25px;
}


.single-testimonial .testimonial-content .text {
    font-size: 16px;
    line-height: 24px;
    color: #121212;
    border-bottom: 1px solid #cbced1;
    padding-bottom: 24px;
    margin: 0px;
}


.single-testimonial .testimonial-content .author-name {
    font-size: 18px;
    font-weight: 600;
    color: #121212;
    margin-top: 24px;
    text-align: center;
}


.single-testimonial .testimonial-content .sub-title {
    font-size: 14px;
    line-height: 24px;
    color: #a4a4a4;
}




.header-phones-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}


@media (max-width:1500px) {
    .header-phones-wrap {
        padding-left: 10px;
        gap: 2px;
        font-size: 12px !important;
    }
}



@media screen and (max-width: 1024px) {
    #top,
    .header-callback,
    .header-phones-wrap {
        display: none;
    }
}



a.error-stock {
    color: red !important;
    text-decoration: underline;
    font-weight: 400 !important;
}