body {
    font-family: 'Calibri', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
}

@font-face {
    font-family: 'Calibri';
    src: url('Calibri-LightItalic.eot');
    src: local('Calibri Light Italic'), local('Calibri-LightItalic'), url('Calibri-LightItalic.eot?#iefix') format('embedded-opentype'), url('Calibri-LightItalic.woff2') format('woff2'), url('Calibri-LightItalic.woff') format('woff'), url('Calibri-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Calibri';
    src: url('Calibri-Italic.eot');
    src: local('Calibri Italic'), local('Calibri-Italic'), url('Calibri-Italic.eot?#iefix') format('embedded-opentype'), url('Calibri-Italic.woff2') format('woff2'), url('Calibri-Italic.woff') format('woff'), url('Calibri-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Calibri';
    src: url('Calibri-Light.eot');
    src: local('Calibri Light'), local('Calibri-Light'), url('Calibri-Light.eot?#iefix') format('embedded-opentype'), url('Calibri-Light.woff2') format('woff2'), url('Calibri-Light.woff') format('woff'), url('Calibri-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('Calibri-Bold.eot');
    src: local('Calibri Bold'), local('Calibri-Bold'), url('Calibri-Bold.eot?#iefix') format('embedded-opentype'), url('Calibri-Bold.woff2') format('woff2'), url('Calibri-Bold.woff') format('woff'), url('Calibri-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('Calibri.eot');
    src: local('Calibri'), url('Calibri.eot?#iefix') format('embedded-opentype'), url('Calibri.woff2') format('woff2'), url('Calibri.woff') format('woff'), url('Calibri.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('Calibri-BoldItalic.eot');
    src: local('Calibri Bold Italic'), local('Calibri-BoldItalic'), url('Calibri-BoldItalic.eot?#iefix') format('embedded-opentype'), url('Calibri-BoldItalic.woff2') format('woff2'), url('Calibri-BoldItalic.woff') format('woff'), url('Calibri-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

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


/* default font size */

.fa {
    font-size: 14px;
}


/* Override the bootstrap defaults */

h1 {
    margin-top: 0;
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

hr {
    margin-top: 10px;
}

a {
    color: #23a1d1;
}

a:hover {
    text-decoration: none;
}

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

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

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;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

header {
    margin-bottom: 18px;
}


/* top */

#top {
    background-color: #f6f6f6;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}

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

#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: #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 img {
    width: 16px;
    height: auto;
    margin-right: 9px;
}

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

.list-inline {
    display: flex;
    justify-content: space-between;
}


/* logo */


/*#logo {
	width: 167px;
	margin: 0 0 10px 0;
}*/

#logo h1 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: -5px;
}


/*.top-adress span {
	float: right;
}*/

footer img.img-responsive {
    width: 80px;
}

.top-call {
    border: 1px solid black;
    width: 165px;
    padding: 0;
}

.top-call button {
    background: none;
    border: none;
    padding: 6px 20px;
    width: 165px;
}

.top-call img {
    width: 16px;
    height: auto;
}

.top-mess {
    display: flex;
}

.viber,
.whatsapp {
    width: 40px;
}


/* search */

#search {
    margin-bottom: 10px;
    border-bottom: 1px solid #707070;
}

#search img {
    width: 16px;
    height: auto;
}

#search .input-lg {
    height: 36px;
    line-height: 20px;
    padding: 0;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    color: #707070;
}

#search .btn-lg {
    font-size: 15px;
    background: none;
    border: none;
}

.row-links {
    margin-top: 15px;
}

.top-links img {
    height: 40px;
    width: auto;
}

.top-links span {
    margin-left: 15px;
    color: #002C3C;
    font-family: 'Calibri';
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}


/* cart */

#cart {
    margin-bottom: 10px;
}

#cart>.btn {
    border: none;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    background: none;
    box-shadow: none;
    text-shadow: none;
}

#cart.open>.btn {
    background-image: none;
    background-color: #FFFFFF;
    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%;
}

.cat-title {
    background: #404443;
    text-align: -webkit-center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    padding: 16px 0;
}

.card {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 58px;
    border: 1px solid #002C3C;
    text-align: -webkit-center;
}

.card-title {
    color: #002C3C;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0 30px;
}

.card a {
    color: #002C3C;
    padding: 10px 10px;
    margin-bottom: 14px;
}

.card img {
    width: 56px;
    height: auto;
}

.name_cat {
    padding: 15px 0;
}

.offers1 {
    background: url(/image/off1.jpg);
}

.offers2 {
    background: url(/image/off2.jpg);
}

.offers3 {
    background: url(/image/off3.jpg);
}

.offers1,
.offers2,
.offers3 {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    min-height: 180px;
    background-repeat: no-repeat;
    background-position: center;
}

.off-title {
    width: 100%;
    position: absolute;
    bottom: 0px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #3d3d3da8;
    height: 52px;
    padding: 15px;
}

.about {
    background: url(/image/banner2.jpg);
    height: auto;
    margin: 0 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10%;
    color: #F2F2F2;
    padding-bottom: 10%;
    overflow: hidden;
}

.about img {
    width: 320px;
    height: auto;
    padding-left: 10%;
}

.about span {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
}

.about p {
    font-size: 14px;
    font-weight: 100;
    margin-top: 50px;
}

.partners {
    text-align: center;
}

.partners img {
    margin: 10px;
}

.posts {
    text-align: center;
}

.posts img {
    width: 200px;
}

.subcategory ul {
    width: 154px;
    padding: 0;
    list-style: none;
    float: left;
    margin-right: 15px;
}

.subcategory a {}

.b_top span {
    position: absolute;
    top: 11%;
    right: 5%;
    font-size: 40px;
    text-align: right;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    background: #00000094;
}


/*Modal*/

.modal-dialog {
    width: 320px;
}

.modal-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1b303b;
}

.modal-body {
    text-align: center;
}

.modal-body input {
    width: 100%;
    background: #e8e8e8 none;
    height: 38px;
    padding: 0 13px;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    border: 1px solid #e8e8e8;
    color: #1b303b;
    font-size: 14px;
    font-family: "Calibri", sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 30px;
}

.modal-body button {
    color: #ffffff;
    background-color: #4b7de9;
    text-align: center;
    height: 40px;
    padding: 8px 29px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background-image: none;
}


/*Blog*/

.blog-img img {
    width: 100%;
    height: 300px;
}

.blog-img span {
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;
    border-radius: 2px;
    position: absolute;
    bottom: 10%;
    left: 10%;
    width: 75%;
    font-size: 24px;
    color: #fff;
}

.str {
    margin-bottom: 30px;
}

.example-cont {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.button {
    border: 2px solid #0099df;
    color: #0099df;
    cursor: pointer;
    margin: 0;
    padding: 12px 50px;
    text-decoration: none;
    position: relative;
    font-size: 20px;
}

.example1 p,
.example2 p {
    border: 1px solid #eee;
    background: #eee;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 400px;
    padding: 10px;
    margin: 10px 0
}


/*contact_page*/

.b-head {
    position: relative;
}

.prnt {
    position: absolute;
    right: 0;
    top: 10px;
}

.panel-default {
    border: none;
    color: #404443;
}

.panel {
    box-shadow: none;
}

.head-contact {
    font-size: 18px;
    font-weight: 700;
    color: #002c3c;
}

.unstyled {
    list-style: none;
}

ul.modal-city {
    padding: 0;
    margin: 10px;
    column-count: 2;
}

ul.modal-city li {
    list-style: none;
    padding: 5px;
}

ul.modal-city a {
    color: #000;
    font-size: 16px;
}

ul.modal-city li.active a {
    font-weight: 600;
}

span.city-now {
    cursor: pointer;
    padding: 0 0 0 5px;
}

.city-tlt,
.city-samara {
    display: none;
}

.city-tlt.active,
.city-samara.active {
    display: block;
}

@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 */

#menu {
    min-height: 40px;
}

#menu .nav>li>a {
    color: #404443;
    padding: 10px 15px 10px 15px;
    min-height: 15px;
}

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

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

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

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

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

#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}

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

#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

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

#category img {
    width: 220px;
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #404443;
    padding: 2px 18px;
    float: right;
}

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

.navbar-nav {
    background: #f6f6f6;
}

@media (min-width: 768px) {
    #menu {
        display: none;
    }
}


}

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

    #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 .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

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

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

/* content */
.cont h1,
h2,
h3 {
    text-align: center;
}

.content-block {
    font-size: 16px;
    font-family: 'Calibri' !important;
    color: #002C3C;
    line-height: 1.8;
}

.content-block p {
    font-family: 'Calibri' !important;
    font-size: 16px;
}

/* footer */
footer {
    font-size: 14px;
    margin-top: 30px;
    padding-top: 66px;
    background-color: #F6F6F6;
    color: #404443;
}

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

footer a {
    color: #404443;
}

footer a:hover {
    color: #002c3c;
}

footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

.f_i {
    height: 30px;
    width: auto;
}

.f-title {
    font-size: 16px;
}

.f-phone {
    font-weight: 700;
}

.f-soc img {
    margin-top: 10px;
    margin-right: 10px;
}

.footer-bottom a {
    margin-left: 20px;
}

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

/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    background: none;
}

.breadcrumb a {
    color: #002c3c;
}

.breadcrumb i {
    font-size: 15px;
}

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

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

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

.pagination {
    margin: 0;
    font-weight: 900;
    font-size: 12px;
}

.pagination>li>a,
.pagination>li>span {
    border: none;
    color: #171819;
}

.models i {
    color: #39b54a;
    font-size: 18px;
}

.list-unstyled h2 {
    text-align: left;
    font-size: 42px;
    font-weight: 100;
}

/* 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;
}

.number-spinner {
    width: 140px;
    margin-right: 30px;
}

.number-spinner button {
    padding: 11px 14px;
    background: none;
}

.number-spinner input {
    padding: 19px 0;
    font-size: 18px;
    height: 41px;
}

#button-cart {
    width: 140px;
}

.btn-primary {
    color: #ffffff;
    background-color: #39b54a;
    border-radius: 0;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #2d8e3a;
    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);
}

.qty {
    display: flex;
}

.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 {
    min-height: 401px;
    border: none;
    background: #f6f6f6;
}

.list-group a {
    font-size: 16px;
    background: #F6F6F6;
    color: #002C3C;
    padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    border: 2px solid #FFBB15;
    background: #44444436;
}

.list-group-item {
    border: none;
}

/* 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 */
.stickers {
    background-color: #ffbb15;
    width: auto;
    margin: 10px 10px 6px;
    letter-spacing: .5px;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    padding: 5px 10px 4px;
    text-transform: uppercase;
    border-radius: 2px;
}

.like-icons {
    width: 26px;
    position: absolute;
    top: 10px;
    z-index: 4444;
}

.like-icons i {
    width: 34px;
    height: 24px;
    background-image: none;
    position: relative;
    display: block;
}

.wish:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    width: 30px;
    height: 30px;
    background: url(/image/icons_wish.png) 5px -16px no-repeat;
}

.compare:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    width: 30px;
    height: 30px;
    background: url(/image/icons_wish.png) 5px -16px no-repeat;
    background-position: -18px -17px;
}

.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    /*overflow: auto;*/
}

.product-thumb button {
    border: none;
    background: none;
}

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

.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 (max-width: 767px) {

    header .container .row .col-sm-3,
    header .container .row .top-adress,
    header .container .row .top-time {
        width: 30%;
    }

    .top-time {
        justify-content: center;
    }

    header .container .row .col-sm-2.block-cart {
        width: 100%;
    }

    ul.header-menu li {
        padding: 8px 10px;
    }
}

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

.product-thumb h4 {
    font-weight: bold;
}

.product-thumb .caption {
    padding: 0 20px;
    min-height: 120px;
    text-align: center;
}

.caption a {
    font-size: 16px;
    border-bottom: 1px solid #d4ddf1;
    color: #4b7de9;
}

.product-list .product-thumb .caption {}

.header-menu-submenu {
    position: relative;
}

.header-menu-submenu ul {
    display: none;
    position: absolute;
    z-index: 9999999;
    background: #ffbb15;
    margin: 0;
    padding: 0;
    left: 0;
    padding-top: 10px;
    width: max-content;
    padding-bottom: 10px;
}

.header-menu-submenu ul ul {
    right: 0;
    left: 100%;
    top: 0;
    padding: 0;
}

@media (min-width:991px) {
    .header-menu-submenu:hover>ul {
        display: block;
    }
}

.header-menu-submenu>ul.active {
    display: block;
}

ul.header-menu {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background: #ffbb15;
    position: relative;
}

.header-menu-row {
    position: relative;
    background: #ffbb15;
}

ul.header-menu li {
    list-style: none;
    padding: 15px 20px;
}

ul.header-menu a,
ul.header-menu span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

ul.header-menu a:hover,
ul.header-menu span:hover {
    color: #000;
}

.search-item {
    padding: 6px 0 0 0;
    position: absolute;
    right: 10px;
    top: 0;
    width: 200px;
}

div#search {
    margin: 0;
    border: none;
}

span.input-group-btn {
    background: #fff;
}

#search .btn-lg:focus {
    outline: none;
    box-shadow: none;
}

#search .input-lg {
    height: 40px;
    border-radius: 0;
    padding: 0 10px;
}

.menu-mobile svg {
    display: none;
}

footer .list-unstyled a {
    font-size: 16px;
}

.nav-tabs>li>a {
    font-size: 14px;
}

ul.nav.navbar-nav a.dropdown-toggle:before {
    content: '';
    position: absolute;
    right: 20px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 15px;
}

ul.nav.navbar-nav a[aria-expanded="true"]:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: 5px;
}

@media (max-width: 991px) {

    header .container .row .col-sm-3,
    header .container .row .top-adress,
    header .container .row .top-time {
        width: 30%;
    }

    .header-row {
        justify-content: space-evenly;
        margin-bottom: 15px;
    }

    footer {
        font-size: 18px;
    }

    footer .list-unstyled a {
        font-size: 18px;
    }

    ul.nav.nav-tabs {
        margin: 15px 0;
    }

    .tab-content {
        font-size: 14px;
        padding: 0 14px;
    }

    .tab-content table {
        overflow-x: auto;
        display: block;
        width: 100% !important;
    }

    .tab-content li {
        font-size: 16px;
    }

    .header-menu-submenu ul {
        position: relative;
        padding-bottom: 0;
        margin-bottom: -10px;
    }

    ul.header-menu.active {
        display: block;
    }

    .header-menu-submenu:before {
        content: '';
        position: absolute;
        right: 20px;
        border: solid #fff;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .header-menu-submenu.active:before {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-top: 5px;
    }

    ul.header-menu {
        display: none;
    }

    .menu-mobile svg {
        width: 30px;
        margin: 10px 20px;
        display: block;
    }

    .search-item {
        padding: 6px 10px;
        right: 0;
    }

    ul.header-menu {
        flex-wrap: wrap;
        justify-content: center;
    }

    .cont .row {
        margin: 0;
    }

    ul.submenu-two.active {
        left: 0;
    }

    ul.submenu-one.active {
        width: 100%;
    }
}

@media (max-width: 639px) {
    ul.header-menu {
        margin: 0;
        width: 100%;
    }

    ul.header-menu li {
        padding: 8px 10px;
    }
}

@media (max-width: 510px) {
    ul.header-menu {
        justify-content: center;
        flex-wrap: wrap;
    }

    ul.header-menu a,
    ul.header-menu span {
        font-size: 15px;
    }
}

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

@media (max-width: 767px) {
    header .container .row.header-menu-row {
        display: block;
    }

    .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 {
    font-size: 18px;
    padding: 8px 15px;
    color: #fff;
    background: #4b7de9;
}

.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: bold;
    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;
}

.information-image {
    width: 100%;
    height: 230px;
}

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

    .top-call {
        width: 150px;
    }

    .top-call button {
        width: 150px;
    }

    .information-image {
        width: 50%;
    }
}

/* 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;
}

@media (max-width: 425px) {
    #top {
        display: none;
    }

    .row-links,
    .top-adress,
    .top-call {
        display: none;
    }

    #logo {
        display: none;
    }

    #logo {
        display: block;
    }

    .top-time {
        float: left;
        font-size: 18px;
    }

    .top-time span {
        font-weight: 900;
    }

    .top-mess {
        float: right;
    }
}

#top-links .list-inline li {
    cursor: pointer;
}

.top-adress {
    width: 20%;
}

.top-adress p {
    display: inline-block;
}

.top-call button {
    border: 1px solid black;
}

.top-call {
    border: none;
}

.modal-product {
    display: none;
    position: fixed;
    top: 10%;
    left: 25%;
    border: 1px solid #b2b2b2;
    z-index: 9999;
    width: 50%;
    position: fixed;
    background-color: #fff;
}

.modal-product .content {
    height: 550px;
    overflow-y: scroll;
}

.blag-img img {
    height: 100%;
    width: 100%;
}

.close-modal {
    width: 34px;
    font-size: 34px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 7px;
    right: 20px;
    transform: rotate(45deg);
    cursor: pointer;
}

.modal-blag-img {
    cursor: pointer;
}

.top-call button:focus {
    outline: none;
}

.top-call button img {
    margin-right: 5px;
}

.top-call button {
    font-size: 12px;
    background: #ffbb15;
    color: #fff;
    font-weight: 900;
    padding: 6px 17px;
    border: none;
}

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

.top-adress {
    width: 20%;
}

.top-adress p {
    margin-bottom: 0;
    font-size: 14px;
}

.top-time {
    font-size: 14px;
    width: 24%;
}

span#cart-total {
    font-size: 13px;
    padding-left: 3px;
}

ul.list-unstyled.models {
    font-size: 14px;
}

ul.breadcrumb {
    font-size: 14px;
}

.caption-stock {
    font-size: 14px;
    margin-top: 5px;
}

.about p {
    font-size: 16px;
}

.header-social img {
    width: 23px;
    margin-left: 3px;
}

.footer-social img {
    width: 23px;
    margin-right: 3px;
}

.col-sm-2.top-time {
    display: flex;
    align-items: center;
}

.footer-social,
.footer-info {
    margin-bottom: 10px;
}

.header-social {
    margin-left: 10px;
}

p.caption-title {
    min-height: 65px;
}

.product-price {
    text-align: left;
    font-size: 42px;
    font-weight: 100;
    color: #444;
    margin-top: 20px;
    padding-bottom: 10px;
}

h2.caption-title {
    margin: 0 0 10px;
    min-height: 65px;
    line-height: 20px;
}

@media (max-width: 1200px) {
    .top-adress p {
        font-size: 12px;
    }

    .top-adress {
        width: 20%;
    }

    .header-text-phone {
        display: none;
    }

    .top-time {
        font-size: 12px;
        width: 21%;
    }
}

@media (max-width: 767px) {
    nav#menu {
        display: none;
    }

    .caption a {
        font-size: 18px;
    }

    .caption-stock {
        font-size: 16px;
    }

    #menu .nav>li>a {
        font-size: 16px;
    }

    ul.breadcrumb {
        font-size: 12px;
    }

    .about p {
        font-size: 14px;
    }

    .modal-product .content {
        height: auto;
    }

    .modal-product {
        top: 10%;
        left: 10%;
        width: 80%;
    }

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

    .top-adress {
        width: auto;
    }

    header .container .row .col-sm-2 {
        width: 50%;
        text-align: center;
    }

    header .container .row .col-sm-3.top-links {
        width: auto;
    }

    .information-image {
        width: 50%;
    }
}

.title-h2 {
    font-size: 27px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #444;
    font-weight: 500;
    line-height: 1.1;
}

.brand-refer {
    cursor: pointer;
    color: #23a1d1;
}

.brand-refer:hover {
    color: #23527c;
}

.modalSuccessCart__text {
    font-size: 16px;
    line-height: 1.5;
}

div#modalSuccessCart .modal-dialog.modal-dialog-centered {
    width: 100%;
    max-width: 500px;
    margin: auto;
}

div#modalSuccessCart .modal-dialog.modal-dialog-centered .modal-content {
    padding-bottom: 15px;
}

div#modalSuccessCart .modal-header {
    height: 28px;
    border-bottom: 0px;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

@media (min-width:576px) {
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }
}

@media (max-width: 626px) {
    header .container .row .col-sm-3 {
        width: 50%;
    }

    .information-image {
        width: 100%;
    }

    header .container .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        flex-direction: column;
    }

    header .container .row .col-sm-2 {
        width: auto;
    }

    header .row.row-links {
        flex-direction: row;
    }

    header .container .row .col-sm-3.top-links {
        width: 50%;
        padding-bottom: 15px;
    }
}

.header-number {
    color: #666;
}

.top-time p {
    margin: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
    display: none;
}

@media (max-width: 626px) {
    .top-time p {
        margin: 0 0 5px;
    }

    header .container .row .col-sm-2.block-cart {
        width: auto;
    }

    .header-social {
        margin: 0;
    }

    .col-sm-2.top-time {
        flex-direction: column;
    }

    .top-adress {
        margin-top: -20px;
    }

    .top-time {
        padding-top: 12px;
        padding-bottom: 7px;
    }

    .block-cart {
        position: absolute;
        right: 0;
        top: 4%;
    }

    header .container .row .col-sm-3.block-logo {
        width: 100%;
    }

    .block-logo img {
        width: 55%;
    }

    .header-text-phone {
        display: inline-block;
    }

    .top-email {
        display: none;
    }

    .top-call {
        display: block;
        margin-bottom: 15px;
    }

    .col-sm-2.top-time {
        padding-top: 0;
        margin-top: -15px;
    }

    .col-sm-2.top-adress {
        display: none;
    }

    .top-time {
        font-size: 18px;
        font-weight: 900;
    }

    .col-sm-6>ymaps:nth-child(1) {
        width: 100% !important;
    }
}

.col-sm-3.subcategory-list a {
    font-size: 15px;
}

ul.tags_category>li>a {
    color: #000;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 4px;
    background: #f0f0f0;
    font-size: 14px;
    line-height: normal;
    color: #000;
    margin-right: 10px;
}

ul.tags_category>li>a:hover {
    background-color: #d7d7d7;
}

ul.tags_category {
    list-style: none;
    padding: 0px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.swiper-home-slide h3 {
    position: absolute;
    top: 15%;
    left: 7%;
    font-weight: bold;
    font-size: 40px;
    color: white;
    text-shadow: 2px 2px 2px #000000;
    max-width: 100%;
}

@media (max-width: 425px) {
    ul.breadcrumb {
        overflow: hidden;
    }

    #content img {
        width: 100%;
    }

    .swiper-home-slide h3 {
        left: 0;
        font-size: 30px;
        padding: 0px 20px;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 400px) {
    header .container .row .col-sm-3.top-links {
        width: auto;
    }
}

@media (max-width: 331px) {
    header .container .row .col-sm-3.top-links {
        padding: 10px;
    }
}

.ed-izm {
    min-height: 30px;
}

@media (max-width: 1200px) {
    .ed-izm {
        min-height: 0;
    }
}

div#tab-description img {
    max-width: 100%;
}