html {
    height: 100%;
}

body {
    font-family: 'Roboto Condensed', Verdana, Arial, Tahoma, sans-serif;
    /*     font-weight: 400; */
    color: #4d4d4d;
    font-size: 15px;
    line-height: 1.5;
    height: 100%;
}

.mainwrap {
    min-height: 100%;
    min-width: 320px;
    overflow: hidden;
    position: relative;
}

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

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

/* default font size */

.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */

h1 {
    font-size: 30px;
    margin: 0;
    padding: 15px 0;
}

h1.prod-header {
    padding-bottom: 0;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #0071c2;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
}

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

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

.prod-code {
    color: #999;
    padding-bottom: 15px;
}

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

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

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

/* Fix some bootstrap issues */

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

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/* Gradent to all drop down menus */

.dropdown-menu li > a:hover {
    text-decoration: none;
}

/* top */

#top {
    background-color: #EEEEEE;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}

#top .container {
    padding: 0 20px;
}

#top #currency .currency-select {
    text-align: left;
}

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

#top .btn-link,
#top-links li,
#top-links a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
    color: #444;
}

#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;
}

/* logo */

#logo {
}

/* search */

#search {
    border: 1px solid #004576;
    margin: 0px 188px 0px 0px;
}

#ocd_multilang {
    text-align: right;
}

#ocd_multilang .dropdown-menu {
    background-color: #ffffff;
    left: auto;
    right: 0;
}

.lang-select .dropdown-menu {
    background-color: #fff;
    left: auto;
    right: 0;
}

div.pozvopol {
    position: absolute;
    right: 350px;
    top: 58px;
    z-index: 10;
    text-align: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 174px;
    height: 47px;
    margin: 0;
    padding: 7px 30px 0px 20px;
    color: #fff;
    background: url(../image/strelka2.png) 0px 0px no-repeat;
    line-height: 110%;
}

#search .input-lg {
    height: 34px;
    line-height: 20px;
    padding: 0 10px;
}

#search .aic {
    width: 100%;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#search .fsearchbut {
    font-size: 14px;
    background: url(../image/newsite/find.png) no-repeat 5px center #787780;
    width: 80px;
    height: 34px;
    color: #e5e5e5;
    padding: 0 5px 0 30px;
    border: none;
    text-transform: lowercase;
}

/* cart */

.cartbutton {
    background: url(../image/newsite/cart.png) no-repeat 10px center #fff;
    border: medium none;
    display: block;
    width: 200px;
    padding: 5px 5px 5px 60px;
    text-align: left;
    -webkit-box-shadow: 0 1px 1px #999;
    -moz-box-shadow: 0 1px 1px #999;
    box-shadow: 0 1px 1px #999;
}

.sumatova {
    display: block;
}

#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;
}

/* menu */

.navbar-nav {
    margin: 0 !important;
}

#menu {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0062a8+0,004576+100 */
    background: #0062a8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0062a8 0%, #004576 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0062a8 0%, #004576 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0062a8 0%, #004576 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0062a8', endColorstr='#004576', GradientType=0);
    /* IE6-9 */
    min-height: 44px;
}

#menu .nav > li > a {
    color: #fff;
    padding: 12px 15px;
    min-height: 15px;
    font-size: 15px;
    background-color: transparent;
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a {
    background: #f2f2f2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f2f2f2 0%, #d9d9d9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #d9d9d9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f2f2f2 0%, #d9d9d9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#d9d9d9', GradientType=0);
    /* IE6-9 */
    color: #fc632d;
}

#menu .dropdown-menu {
    background: #f2f2f2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f2f2f2 0%, #d9d9d9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #d9d9d9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f2f2f2 0%, #d9d9d9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#d9d9d9', GradientType=0);
    /* IE6-9 */
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
    padding: 2px 0;
}

#menu .dropdown-inner a {
    min-width: 200px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 15px;
}

#menu .dropdown-inner li a:hover,
#menu .dropdown-inner li a.active {
    color: #FFFFFF;
    background: #fc632d;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    .search {
        margin-top: 20px;
    }

    #menu {
        background: transparent;
        padding: 10px;
    }

    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .nav > li {
        margin: 0 0 10px;
    }

    #menu .nav > li > a,
    #menu .nav > li > a:hover,
    #menu .nav > li > a:focus {
        background: #0062a8;
        /* Old browsers */
        background: -moz-linear-gradient(top, #0062a8 0%, #004576 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #0062a8 0%, #004576 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #0062a8 0%, #004576 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0062a8', endColorstr='#004576', GradientType=0);
        /* IE6-9 */
        position: relative;
        color: #fff;
    }

    #menu .nav > li.open > a {
        background: #f2f2f2;
        /* Old browsers */
        background: -moz-linear-gradient(top, #f2f2f2 0%, #d9d9d9 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #f2f2f2 0%, #d9d9d9 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #f2f2f2 0%, #d9d9d9 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#d9d9d9', GradientType=0);
        /* IE6-9 */
        color: #fc632d;
    }

    #menu .nav > li > a:after {
        content: " ";
        position: absolute;
        width: 12px;
        height: 6px;
        right: 10px;
        top: 19px;
        background: url(../image/newsite/mob-cat-op.png) no-repeat;
    }

    #menu .nav > li.open > a:after {
        background: url(../image/newsite/mob-cat-cl.png) no-repeat;
    }

    #menu .dropdown-inner a {
        width: 100%;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}

/* content */

#content {
    min-height: 600px;
}

@media screen and (max-width: 767px) {
    .category-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .selects {
        /* display: none; */
    }
}

/* footer */

.company-name {
    font-size: 18px;
    font-weight: 700;
}

.phones-block a,
.phones-block a:hover {
    color: #fff;
}

.cpr {
    padding: 25px 15px 15px;
    font-size: 14px;
    float: left;
}

.mc {
    padding: 25px 15px 15px;
    font-size: 14px;
    float: right;
}

/* alert */

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

/* breadcrumb */

.breadcrumb {
    margin: 0;
    padding: 0;
    background: #fff;
}

.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px 0 0;
    position: relative;
    white-space: nowrap;
    font-size: 13px;
}

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

.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: 7px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #868e96;
    border-bottom: 2px solid #868e96;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.breadcrumb > li:last-child:after {
    display: none;
}

.breadcrumb > li a {
    font-size: 13px;
    color: #999;
}

.breadcrumb > li a:hover {
    color: #666;
}

.category-container .breadcrumb > li:nth-child(2),
.product-container .breadcrumb > li:nth-child(2) {
    display: none;
}

.pagination {
    margin-bottom: 30px;
    /* padding-top:  15px; */
}

/* buttons */

.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    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, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

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

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 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:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 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:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 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:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 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:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    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: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

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

/* list group */

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

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}

/* carousel */

.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

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

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

/* product list */

.proda {
    min-height: 380px;
}

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

.category-container .product-thumb {
    height: 307px;
    overflow: hidden
}

.category-container .product-thumb:hover {
    overflow: auto;
    height: auto;
}

.product-thumb .image {
    position: relative;
    text-align: center;
    padding: 0 15px;
}

span.akc {
    display: block;
    position: absolute;
    right: 18px;
    top: 0;
    margin: 0;
    padding: 2px 10px;
    color: #fff;
    background: #ff0000;
}

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

.product-thumb .image a:hover {
    opacity: 0.8;
}

.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 .product-title,
.article-title {
    font-size: 16px;
    padding: 5px 0;
}

.product-thumb .afterimage {
    padding: 0 0 10px;
    background: #f0f0f0;
    max-width: 180px;
    margin: 0 auto;
}

.product-thumb.transition .afterimage {
    margin: 0 auto;
    max-width: 180px;
}

.product-thumb .caption {
    padding: 0 5px 5px;
}

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

.product-title a {
    display: block;
    height: 72px;
    overflow: hidden;
    color: #1c1c1c;
    font-family: RobotoBold;
}

.product-title a:hover {
    color: #1864ab;
}

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

@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: #333;
    font-size: 17px;
    line-height: 20px;
    margin: 0;
    padding: 5px 0;;
}

.product-thumb .price-new {
    color: red;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-right: 5px;
    font-size: 12px;
}

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

.product-thumb .button-group {
    overflow: auto;
    padding: 0 5px;
    display: none;
}

.product-thumb:hover .button-group {
    display: block;
}

.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: 70%;
    border: none;
    display: inline-block;
    background-color: #fc642d;
    color: #fff;
    line-height: 38px;
    text-align: center;
}

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

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

@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;
}

.thumbnails .thumbnail {
    border: none;
    outline: none;
}

.thumbnails .thumbnail img {
    width: 100%;
}

/*@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#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-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-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;
	}
}*/

/* fixed colum left + content + right*/

@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%;
    }
}

/* fixed product layouts used in left and right columns */

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

/* fixed mobile cart quantity input */

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

/* Missing focus and border color to overwrite bootstrap */

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

/* Website styles by Kiskenbassker */

[class*="-container"] {
    /* margin: 0 auto; */
    /* max-width: 1280px; */
    /* position: relative; */
}

[class*="-container"] img {
    /*     max-width: 100%; */
    /*     height: auto; */
}

.header-container {
    padding: 10px 0;
}

.logocol {
    float: left;
    position: relative;
    padding: 0 15px;
    width: 250px;
}

.cartcol {
    float: right;
    padding: 0 15px;
    width: 350px;
}

.searchcol {
    margin: 0 365px 0 265px;
}

#logo img,
#logo .slogan {
    float: left;
}

#logo .slogan {
    color: #004576;
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    padding: 25px 0 10px 15px;
    width: 110px;
}

div.callback a {
    border-bottom: 1px dotted #0071c2;
    cursor: pointer;
}

.telefonas {
    padding: 10px 0 0;
}

.telefonas-left,
.telefonas-right {
    float: left;
    font-size: 20px;
    line-height: 26px;
    width: 50%;
}

.telefona a,
.telefona span {
    color: #333;
    display: block;
    padding: 0 0 0 25px;
    background-position: left center;
    background-repeat: no-repeat;
}

.telefona.gor a,
.telefona.gor span {
    background-image: url(../image/newsite/ph-gor.png);
}

.telefona.vdf a,
.telefona.vdf span {
    background-image: url(../image/newsite/ph-vf.png);
}

.telefona.ks a,
.telefona.ks span {
    background-image: url(../image/newsite/ph-ks.png);
}

.telefona.life a,
.telefona.life span {
    background-image: url(../image/newsite/ph-lc.png);
}

.menubut {
    -webkit-box-shadow: 0 1px 1px #999;
    -moz-box-shadow: 0 1px 1px #999;
    box-shadow: 0 1px 1px #999;
    text-transform: uppercase;
    color: #333;
    padding: 0 15px;
    background: url(../image/newsite/mob-menu.png) no-repeat 60px center #fff;
    line-height: 54px;
    height: 54px;
    min-width: 80px;
    position: absolute;
    left: 15px;
    top: 0;
}

.catalogbut {
    position: absolute;
    top: 5px;
    left: 110px;
    display: none;
}

.catalogbut a {
    color: #fff;
    display: block;
    background: #fc642d;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
    line-height: 44px;
    -webkit-box-shadow: 0 1px 1px #999;
    -moz-box-shadow: 0 1px 1px #999;
    box-shadow: 0 1px 1px #999;
}

img.manimg {
    max-width: 200px;
    height: auto;
}

.button-great {
    cursor: pointer;
    padding: 15px 20px;
    background-color: #fcc419;
    border-radius: 3px;
    border: 2px solid #fcc419;
    box-shadow: 0 0 10px 0 #feeebc;
    color: #fff;
    font-family: RobotoBold;
    text-align: center;
}

.button-great:hover {
    background: #fff;
    color: #1c1c1c;
}

.success-title {
    font-size: 22px;
    padding: 15px 0;
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 499px) {

    .telefonas-left,
    .telefonas-right {
        float: none;
        width: auto;
    }

    .logocol {
        padding-right: 5px;
    }

    .cartcol {
        padding-left: 5px;
    }
}

@media screen and (min-width: 499px) and (max-width: 1099px) {
    .telefonas {
        min-width: 300px;
    }
}

@media screen and (min-width: 699px) and (max-width: 1099px) {
    div.pozvopol {
        top: 66px;
    }
}

@media screen and (max-width: 699px) {
    div.pozvopol {
        position: relative;
        right: auto;
        top: auto;
        margin: 0 0 5px;
    }
}

@media screen and (min-width: 768px) {
}

.headermenu {
    list-style: outside none none;
    margin: 0;
    padding: 15px 0 10px;
    font-size: 0;
}

.headermenu li {
    display: inline-block;
    padding: 0 25px 0 0;
}

.headermenu li a,
.headermenu li a:visited {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
}

.headermenu li a:hover {
    text-decoration: underline;
}

.home-picturedblock {
    padding-top: 25px;
    padding-bottom: 25px;
}

.home-picturedblock a,
.home-picturedblock a:visited {
    color: #fff;
    font-size: 45px;
    display: block;
    height: 60px;
    line-height: 60px;
    position: relative;
    text-transform: uppercase;
    padding: 0 15px 0 104px;
}

.home-picturedblock a.manuf {
    background: #4c85af;
}

.home-picturedblock a.manuf:hover {
    background: #5CA2D5;
}

.home-picturedblock a.specials {
    background: #d5935a;
}

.home-picturedblock a.specials:hover {
    background: #FEAF6B;
}

.home-picturedblock a:after {
    content: " ";
    display: block;
    position: absolute;
    width: 74px;
    height: 74px;
    background-repeat: no-repeat;
    left: 15px;
    top: -7px;
}

.home-picturedblock a:hover:after {
    background-position: 0 -86px;
}

.home-picturedblock a.manuf:after {
    background-image: url(../image/proizv.png);
}

.home-picturedblock a.specials:after {
    background-image: url(../image/aktsii.png);
}

@media screen and (max-width: 991px) {
    .home-picturedblock a {
        font-size: 28px;
    }

    .radioall .radio {
        width: 100%;
    }

    iframe {
        height: auto !important;
    }
}

@media screen and (max-width: 767px) {
    .home-picturedblock {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    [class*="-container"] img {
        float: none !important;
    }
}

.prod-price-quan-block {
    background: #f7e1d0;
    display: inline-block;
    min-width: 220px;
    padding: 10px;
    position: relative;
}

.prod-price {
    font-size: 22px;
    line-height: 26px;
}

.button-form {
    display: table;
    width: 100%;
}

.label-form,
.input-form {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.label-form label {
    margin: 0;
    font-size: 15px;
}

#input-quantity {
    border: 1px solid #ccc;
    height: 23px;
    padding: 3px 8px;
    text-align: right;
    width: 100%;
}

table.chara {
    margin: 25px 0;
    width: 70%;
}

table.chara td {
    line-height: 22px;
    background: #ececec;
}

table.chara tr.even td,
table.chara thead td {
    background: #fff;
}

.manufa {
    padding: 15px 0 0;
}

.descr {
    padding-top: 20px;
    padding-bottom: 20px;
}

a.subctg:link,
a.subctg:visited {
    display: block;
    margin: 0;
    padding: 0;
}

.homecategories {
    padding: 20px 0;
}

.module-imgcategory-title {
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
    margin: 0;
}

.imgcategory .product-thumb {
    position: relative;
    overflow: visible;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
}

.imgcategory .imgcategory-categories {
    background: #fff;
    background: rgba(255, 255, 255, 0.85);
    width: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    min-height: 45px;
    padding: 10px;
}

.imgcategory .imgcategory-categories .imgcategory-main a {
    font-size: 16px;
    padding-bottom: 5px;
    color: #48474d;
}

.imgcategory .imgcategory-categories .imgcategory-main a:hover {
    color: #fc632d;
}

.imgcategory .imgcategory-categories .imgcategory-sbcategi {
    display: none;
}

/*.imgcategory .imgcategory-categories:hover .imgcategory-sbcategi {
	display: block;
	}*/

.imgcategory .imgcategory-categories .imgcategory-sbcategi a {
    font-size: 14px;
    color: #48474d;
}

.imgcategory .imgcategory-categories .imgcategory-sbcategi a:hover {
    color: #fc632d;
}

.manuf-letter {
    font-size: 25px;
    padding: 10px 0;
}

.up-block {
    background: #999;
    width: 45px;
    height: 45px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 999;
    display: none;
    padding: 8px 0 0;
}

.up-block .fa {
    font-size: 25px;
    color: #fff;
    vertical-align: middle;
}

#button-search {
    border: none;
    background: #2464ab;
    padding: 10px 20px;
    height: 48px;
    color: #fff;
    margin: 0;
}

#button-search:hover {
    background: #f0f0f0;
}

#callback-form {
    background: #fff;
    border: 1px solid #666;
    border-radius: 5px;
    padding: 25px;
    /* height: 150px; */
    left: 50%;
    margin-left: -200px;
    position: fixed;
    top: 200px;
    width: 400px;
    z-index: 99999;
    display: none;
}

.form-title {
    font-size: 22px;
    font-family: RobotoBold;
    color: #104475;
    /*padding: 25px 0 8px;*/
    /*text-align: center;*/
}

.form-desr {
    font-size: 12px;
    font-family: RobotoBold;
    color: #000;
}

.phone-form {
    /* display: table; */
    /* margin: 0 auto; */
    /* width: 360px; */
}

.phone-form > div {
    /* display: table-cell; */
    /* padding: 10px 0; */
}

.phone-form > div.phone-field {
    width: 100%;
    margin: 20px 0;
}

.phone-form > div.phone-field input {
    width: 100%;
    border: 1px solid #868e96;
    border-radius: 3px;
    padding: 10px;
}

.phone-form > div.phone-button {
    width: 100px;
    margin: auto;
    text-align: center;
}

.phone-button:hover > input {
    background: #fff;
    color: #000;
}

.phone-button > input {
    background: #fcc419;
    color: #fff;
    padding: 10px 0;
    width: 100%;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 5px #fcc419;
}

.close-button {
    position: absolute;
    right: 10px;
    color: #868e96;
    top: 10px;
}

.close-button:hover {
    color: #0A246A
}

p.plev-3 {
    margin: 0;
}

.ascp_bbode {
    max-width: 50%;
}

.options .control-label {
    font-size: 16px;
    font-weight: 700;
}

.radioall {
    font-size: 0;
}

.radioall .radio {
    display: inline-block;
    margin: 0;
    padding: 10px 0;
    vertical-align: top;
    width: 50%;
}

div.box-heading {
    font-size: 18px;
    color: #104475;
    font-family: RobotoBold;
    /*padding: 20px 0 10px;*/
}

@media screen and (max-width: 767px) {
    table.chara {
        width: 100%;
    }

    table.simplecheckout-cart .image img {
        max-width: 80px;
        height: auto;
    }

    .homecategories {
        display: none;
    }

    .cpr,
    .mc {
        float: none;
    }

    #search {
        max-width: 500px;
    }

    .logocol {
        width: auto;
    }

    .ascp_bbode {
        max-width: 100%;
    }
}

@media screen and (max-width: 1099px) {
    .header-container {
        padding-top: 65px;
    }

    .callback {
        /* display: none; */
    }

    .cartcol {
        width: auto;
    }

    .searchcol {
        margin: 0;
        padding: 15px;
    }

    .catalogbut {
        display: block;
    }

    span.tova,
    span.sumatova {
        display: none;
    }

    .cartbutton {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        width: 50px;
        height: 50px;
        padding: 0;
        position: relative;
    }

    .skotova {
        font-size: 11px;
        background: red;
        color: #fff;
        text-align: center;
        width: 20px;
        line-height: 20px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        display: block;
        position: absolute;
        right: 0;
        top: 5px;
    }

    .headermenu {
        background: #fff;
        position: absolute;
        top: 54px;
        left: 15px;
        -webkit-box-shadow: 0 1px 1px #999;
        -moz-box-shadow: 0 1px 1px #999;
        box-shadow: 0 1px 1px #999;
        z-index: 99999;
    }

    .headermenu li {
        display: block;
        padding: 10px 25px;
    }

    li.threed {
        display: none !important;
    }

    .headermenu {
        display: none;
    }

    .telefonas {
        padding: 0;
    }

    #search {
        margin: 0 auto;
        max-width: 700px;
    }
}

@media screen and (min-width: 1100px) {
    .menubut {
        display: none;
    }

    .thisis {
        display: none;
    }
}

@media screen and (max-width: 1279px) {

    .product-container,
    .information-container,
    .cart-container,
    .special-container,
    .blog-container,
    .category-container {
        padding: 0 10px;
    }
}

/*CUSTOM STYLES*/

#cart a {
    color: #fff;
}

.information-page h1 {
    font-family: RobotoBold;
    color: #104475;
}

/*
.popular-product {
    margin-top: 50px;
} */
.section-attantion {
    /* margin-top: 120px; */
    color: #104475;
    font-weight: 700;
    /* font-size: 1.75rem; */
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
}

@media only screen and (max-width: 767px) {
    .section-attantion {
        /* font-size: 1.75rem; */
    }
}

.catalog__content .col-sm-offset-4 {
    margin-left: 0 !important;
}

.catalog__content .section-attantion {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

/* menu */

#vertical-menu {
    background-color: transparent;
    border: none;
    margin: 0;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    /*box-shadow: none;*/
}

#vertical-menu .nav > li > a:hover,
#vertical-menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.1);
}

#vertical-menu .dropdown-menu {
    padding-bottom: 0;
}

#vertical-menu .dropdown-inner {
    display: table;
}

#vertical-menu .dropdown-inner ul {
    display: table-cell;
}

#vertical-menu .dropdown-inner a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 14px;
    color: #868e96;
    white-space: nowrap;
    text-decoration: none;
}

#vertical-menu .dropdown-inner li a:hover {
    background-color: #f5f5f5;
}

#vertical-menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#vertical-menu .see-all:hover,
#vertical-menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

#vertical-menu #category {
    float: left;
    padding: 20px;
    color: #fff;
    font-family: RobotoBold;
    font-size: 18px;
    padding-left: 0;
}

#vertical-menu .fa-bars {
    float: left;
    padding: 20px;
    color: #fff;
    font-size: 22px;
}

#vertical-menu .btn-navbar {
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 10px;
    float: right;
    background-color: #d9534f;
    border-color: #d43f3a;
}

#vertical-menu .btn-navbar:hover,
#vertical-menu .btn-navbar:focus,
#vertical-menu .btn-navbar:active,
#vertical-menu .btn-navbar.disabled,
#vertical-menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

@media (min-width: 768px) {
    #vertical-menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    #vertical-menu {
        border-radius: 4px;
    }

    #vertical-menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }

    #vertical-menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: #fff;
        padding-left: 15px;
    }

    #vertical-menu .dropdown-inner {
        display: block;
    }

    #vertical-menu .dropdown-inner a {
        width: 100%;
        color: #868e96;
    }

    #vertical-menu .dropdown-menu a:hover,
    #vertical-menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #vertical-menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}

/* #vertical-menu */

#vertical-menu .dropdown-menu {
    top: 0;
    left: 100%;
    padding: 0;
    box-shadow: 0 0 30px #dedede;
}

#vertical-menu .navbar-nav > li {
    width: 100%;
    border-bottom: 1px solid #faf8f8;
}

#vertical-menu .navbar-nav > li:last-child {
    border-bottom: none;
}

#vertical-menu .navbar-nav {
    width: 100%;
}

#vertical-menu .navbar-ex1-collapse {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    position: absolute;
    z-index: 5;
    background-color: #fff;
    border: none;
    box-shadow: 0 15px 30px #dedede;
    font-size: 16px;
    font-family: RobotoRegular;
}

#vertical-menu .nav > li > a {
    color: #868e96;
    padding-top: 20px;
    text-shadow: none;
    background: transparent;
}

#vertical-menu .nav img {
    margin-right: 10px;
}

#vertical-menu .nav > li > a:hover,
#vertical-menu .nav > li.open > a {
    background: transparent;
    color: #104475;
}

#vertical-menu .navbar-header {
    display: block;
    width: 100%;
    background-color: #1864ab;
    color: #fff;
    font-family: RobotoBold;
    font-size: 18px;
    border-radius: 3px;
    border: none;
    outline: none;
    box-shadow: 0 0 5px 0 #1864ab;
}

@media (min-width: 767px) {
    .navbar-header {
        float: none;
    }
}

#vertical-menu .navbar-toggle {
    display: block;
}

#vertical-menu .dropdown-inner {
    display: block;
    background: #fff;
}

.header-top .dropdown-menu li {
    padding: 0;
}

.collapse-btn {
    width: 100%;
    height: 100%;
}

.vnal {
    background: #1a63ab;
    float: right;
    color: #ffffff;
    padding: 2px 10px;
    margin-right: -20px;
    margin-top: -26px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media screen and (max-width: 767px) {
    .vnal {
        margin: -35px -15px;
    }
}

.text-model {
    font-family: RobotoRegular;
    color: #868686;
}

.text-name {
    font-family: RobotoBold;
    font-size: 24px;
    color: #1c1c1c;
}

.p_price {
    font-family: RobotoBold;
    font-size: 24px;
    color: #1c1c1c;
}

.prod-har {
    font-family: RobotoBold;
    color: #1864ab;
    margin: 0;
    margin-bottom: 20px;
}

.cena {
    border-top: 2px solid #faf8f8;
    border-bottom: 2px solid #faf8f8;
    margin: 0 -20px;
    padding: 20px;
}

.price {
    font-family: RobotoBold;
    color: #1c1c1c;
}

.quantity_div {
    font-family: RobotoBold;
}

.product__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.product__buttons .btn-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.product .btn-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.related-head {
    font-family: RobotoBold;
    color: #1864ab;
}

.simple-head {
    font-family: RobotoBold;
    color: #1864ab;
}

.product-page {
    margin-top: -30px;
}

.viev-title {
    font-family: RobotoBold;
    color: #1864ab;
    margin: 0;
}

i.fa-shopping-cart {
    display: none !important;
}

.header-main .cart {
    width: 100%;
    height: 100%;
}

.header-main .logo {
    width: 100px;
}

@media screen and (max-width: 991px) {
    .header-main .logo {
        width: 68px;
    }
    .header-main .cart {
        /*padding: 10px 6px;*/
        padding: 10px;
        font-size: 10px;
    }
}

.header-main .logo img {
    width: 100%;
    height: auto;
}

.footer-r a {
    color: #fff;
}

.top-menu {
    background-color: #fff;
}

.top-menu a {
    color: #868e96;
}

.search-head {
    margin-top: -30px;
}

.search-title {
    padding-bottom: 0;
    font-family: RobotoBold;
    color: #1864ab;
}

.search-page {
    margin-bottom: 20px;
    background: #fff;
}

.search-page input {
    height: 100%;
}

.search-page select {
    border: none;
    outline: none;
    height: 100%;
    margin-top: 17px;
}

.sort h2 {
    margin: 0;
}

.simple-top {
    margin-top: -30px;
}

.manu-page {
    margin-top: -30px;
}

.manufacturers-info h1,
.manufacturers-info h3 {
    font-family: RobotoBold;
    color: #1864ab;
}

.manufacturers-info aside {
    margin-top: 0 !important;
}

.manufacturers-info .list-group a {
    border: none;
}

.manufacturers-info .list-group a:hover {
    color: #fff;
    background-color: #1864ab;
    text-shadow: none;
}

.manufacturers-info .list-group a.active,
.manufacturers-info .list-group a.active:hover,
.manufacturers-info .list-group a:hover {
    color: #fff;
    background-color: #1864ab;
    text-shadow: none;
    border: none;
}

.manufacturers-info .list-group-item:first-child {
    border-radius: 0;
}

.radio-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.radio-wrap label {
    padding: 0;
}

.option-name-wrapper {
    position: relative;
    height: 50px;
}

.option-name-wrapper .control-label {
    display: inline-block;
    background: #1a63ab;
    color: #fff;
    left: -20px;
    padding: 2px 6px;
    position: absolute;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;

}

#product .radio {
    width: 30%;
    margin-top: 0;
}

.option-name,
.option-price {
    display: block;
}

.option-price {
    font-family: RobotoBold, Arial, Tahoma;
}

.radio input[type="radio"].image-radio {
    display: none;
}

.radio input[type="radio"]:checked + img {
    border: 2px solid #1864ab;
}

.radio input[type="radio"] + img {
    height: 100px;
    margin-bottom: 10px;
}

/*COUNTER*/
.home-slider {
    position: relative;
}

#slider-counter {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 2;
    padding: 12px 12px 8px;
    border: 1px solid #faf8f8;
    display: none;
}

.owl-nav {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0px;
    background-color: rgba(255, 255, 255, 0.2);
    /* border: 1px solid #faf8f8; */
    padding: 10px;
}

.owl-nav button {
    width: 20px;
}

/*HOVER BTNS*/

/* Sweep To Right */
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: white;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
    /*display: inline-block;*/
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-grow-rotate .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-grow-rotate:hover .hvr-icon,
.hvr-icon-grow-rotate:focus .hvr-icon,
.hvr-icon-grow-rotate:active .hvr-icon {
    -webkit-transform: scale(1.1) rotate(12deg);
    transform: scale(1.1) rotate(12deg);
}

/* Box Shadow Outset */
.hvr-box-shadow-outset {
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.hvr-box-shadow-outset:hover,
.hvr-box-shadow-outset:focus,
.hvr-box-shadow-outset:active {
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
}

#cart .cart {
    border-radius: 3px;
}

#cart {
    border-radius: 3px;
}

#cart.hvr-box-shadow-outset:hover,
#cart.hvr-box-shadow-outset:focus,
#cart.hvr-box-shadow-outset:active {
    box-shadow: 1px 1px 8px #fcc419;
}

.catalog__wrap {
    overflow-x: scroll;
}

.creator {
    margin-top: 2rem;
    color: #fff;
}

.creator img {
    height: 60px;
}

.mfilter-free-container .mfilter-free-button {
    margin-top: 50vh;
    transform: translateY(-50%);
}

.user-icon {
    display: block;
    text-align: center;
    padding: 10px;
    color: #fac51a;
}

.user-icon i {
    font-size: 48px;
}

.popular-owl_carousel .owl-nav,
.special-owl_carousel .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popular-owl_carousel .owl-nav button span,
.special-owl_carousel .owl-nav button span {
    font-size: 32px;
}

.popular-owl_carousel .owl-nav button,
.special-owl_carousel .owl-nav button {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popular-owl_carousel .owl-nav button.disabled,
.special-owl_carousel .owl-nav button.disabled {
    opacity: 0.5;
}

/* new header */
.header-new {

    img {
        width: 100%;
        height: 100%;
    }

    .header-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 29px;
        padding: 0 56px;
        background: rgba(243, 197, 71, 1);
        font-size: 12px;
        font-weight: 500;

        a {
            text-decoration: none;
            color: inherit;
        }

        .header-top__logo {
            display: flex;
            align-items: center;
            gap: 8px;
            width: 40px;
            height: 19px;
            cursor: pointer;
        }

        .header-top__contacts {
            display: flex;
            align-items: center;
            gap: 40px;
            color: rgba(77, 77, 77, 1);
        }

        .header-top__contacts-list {
            display: flex;
            gap: 32px;
            list-style: none;
        }

        .header-top__contacts-item:first-child {
            position: relative;
        }

        .header-top__contacts-item:first-child::after {
            content: "";
            position: absolute;
            top: 2px;
            right: -16px;
            display: flex;
            width: 1px;
            height: 9px;
            background: rgba(77, 77, 77, 1);
        }

        .btn-lang {
            padding: 0;
            width: 24px;
            height: 19px;
        }

        .btn-lang__img {
            width: 70px;
            height: 26px;
        }
    }

    .header-main {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        padding: 16px 56px;
        color: rgba(103, 109, 117, 1);
        white-space: nowrap;

        a {
            text-decoration: none;
            color: inherit;
        }

        .header-main__logo {
            display: flex;
            align-items: center;
            gap: 12px;

            img {
                width: 68px;
            }
        }

        .header-main__logo-text {
            width: 108px;
            font-size: 10px;
            white-space: wrap;

            p {
                margin: 4px 0 0;
            }

            img {
                width: 101px;
            }
        }

        .header-main__nav {
            display: block;
        }

        .header-main__mobile-nav {
            display: none;
        }

        .header-main__nav-list {
            display: flex;
            gap: 24px;
            list-style: none;
            font-size: 15px;
        }

        .btn-wrapper {
            display: flex;
            gap: 8px;
            height: 48px;

            .call-btn {
                /*padding: 16px 24px;*/
                padding: 12px 24px;
                background: #1864ab;
                border: 1px solid rgba(224, 224, 224, 1);
                border-radius: 4px;
                color: #ffffff;
                font-size: 15px;
                cursor: pointer;
                transition: all 0.4s;
            }
            .call-btn:hover{
                color: #1864ab;
                background: #ffffff;
                border-color: #1864ab;
            }

            .cart-btn {
                display: flex;
                align-items: center;
                gap: 4px;
                padding: 14px 11px 14px 8px;
                color: white;
                background: rgba(243, 197, 71, 1);
                border-radius: 4px;
                border: none;
                font-size: 15px;
                cursor: pointer;

                img {
                    width: 20px;
                    height: 20px;
                }

                span {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 20px;
                    height: 20px;
                    border-radius: 50%;
                    background-color: #fcb819;
                }
            }

            .user-btn {
                padding: 14px;
                border: none;
                border-radius: 4px;
                background-color: rgba(245, 245, 246, 1);
                cursor: pointer;

                img {
                    width: 20px;
                    height: 20px;
                }
            }

            .burger-btn {
                display: none;
            }
        }
    }

    .custom-select {
        position: relative;
        cursor: pointer;

        .custom-select-trigger {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: transparent;
        }

        .custom-select-trigger img {
            width: 24px;
            height: 19px;
            margin-right: 8px;
        }

        .custom-select-trigger .arrow {
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #000;
        }

        .custom-options {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            width: 50px;
            padding: 0;
            background-color: #fff;
            display: none;
            padding: 10px;
            margin-left: -10px;
            z-index: 10;
        }

        .custom-option {
            list-style: none;
            margin-bottom: 10px;
        }

        .custom-option a {
            display: flex;
            align-items: center;
            text-decoration: none;
            color: inherit;
            cursor: pointer;
        }

        .custom-option img {
            width: 24px;
            height: 19px;
            margin-right: 8px;
        }

        .custom-option:hover {
            background-color: #f0f0f0;
        }
    }
}

@media screen and (width <= 1200px) {
    .header-new {
        .header-top {
            padding: 0 32px;
        }

        .header-main {
            padding: 16px 32px;

            .header-main__nav-list {
                padding: 0;
                gap: 12px;
            }

            .btn-wrapper {
                .call-btn {
                    padding: 0 8px;
                    height: 100%;
                }
                .user-btn{
                    min-width: 48px;
                }
            }
        }
    }
}

@media screen and (width <= 992px) {
    .header-new {
        .header-top {
            padding: 0 24px;
            font-size: 10px;

            .logo-secondary {
                width: 33px;
                height: 16px;
            }

            .header-top__contacts-list {
                display: none;
            }
        }

        .header-main {
            position: relative;
            /*padding: 16px 24px;*/
            padding: 16px;

            .header-main__logo {
                gap: 6px;

                img {
                    width: 36px;
                }
            }

            .header-main__logo-text {
                width: 54px;
                font-size: 5px;

                img {
                    width: 54px;
                }
            }

            .header-main__nav {
                display: none;
            }

            .header-main__mobile-nav.is-active {
                display: flex;
                flex-direction: column;
                position: absolute;
                top: 72px;
                left: 0;
                width: 100%;
                padding: 24px;
                background: rgba(245, 245, 246, 1);
                text-align: center;
                box-sizing: border-box;
                z-index: 2;

                .header-top__contacts-list {
                    display: flex;
                    justify-content: center;
                    gap: 32px;
                    padding: 0;
                    margin: 32px;
                    list-style: none;
                    font-size: 15px;
                    font-weight: 500;
                }

                .header-top__contacts-item:first-child {
                    position: relative;
                }

                .header-top__contacts-item:first-child::after {
                    content: "";
                    position: absolute;
                    top: 3px;
                    right: -16px;
                    display: flex;
                    width: 1px;
                    height: 9px;
                    background: rgba(77, 77, 77, 1);
                }

                .header-main__nav-list {
                    flex-direction: column;
                    margin: 0;
                    padding: 0;
                    width: 100%;
                }

                .call-btn {
                    color: rgba(103, 109, 117, 1);
                    height: 48px;
                    font-size: 15px;
                    font-weight: 500;
                }
            }

            .btn-wrapper {
                gap: 6px;
                min-width: 199px;
                /*height: 40px;*/

                .call-btn {
                    display: none;
                }

                .cart-btn {
                    font-size: 14px;
                    padding: 10px 8px;

                    img {
                        width: 16px;
                        height: 16px;
                    }
                }

                .burger-btn {
                    display: block;
                    width: 40px;
                    height: 40px;
                    padding: 0 10px;
                    border: none;
                    background: transparent;

                    .burger-icon {
                        display: block;
                    }

                    .close-icon {
                        display: none;
                    }
                }

                .burger-btn.is-active {
                    .burger-icon {
                        display: none;
                    }

                    .close-icon {
                        display: block;
                    }
                }

                .user-btn {
                    padding: 10px;
                }
            }

            .header-main__mobile-nav .is-active {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
            }
        }

        .custom-select {
            .custom-select-trigger img {
                width: 20px;
                height: 16px;
            }
        }
    }
}

/* new header */
