body,
html {
    font-size: 16px
}

body {
    position: relative;
    font-family: Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #231f20;
    line-height: normal;
    background: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1em 0 .5em;
    font-weight: 700
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0
}

h1 {
    font-size: 2.25rem;
    line-height: 1.1em
}

h2 {
    font-size: 1.875rem;
    line-height: 1.15em
}

h3 {
    font-size: 1.5rem;
    line-height: 1.2em
}

h4 {
    font-size: 1.3125rem;
    line-height: 1.3em
}

h5 {
    font-size: 1.125rem;
    line-height: 1.4em
}

h6 {
    font-size: 1rem;
    line-height: 1.5em
}

a {
    color: #008fd4;
    text-decoration: none;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

a:focus,
a:hover {
    color: #ed1c24;
    text-decoration: underline
}

p {
    margin: 0 0 1em
}

p:last-child {
    margin-bottom: 0
}

img {
    max-width: 100%
}

textarea {
    resize: vertical
}

ul {
    margin-bottom: 1em;
    padding-left: 1.25em
}

ul:last-child {
    margin-bottom: 0
}

ul li {
    list-style: none
}

ul li:before {
    content: '\2014';
    float: left;
    margin-left: -1.25em
}

ol {
    margin-bottom: 1em;
    padding-left: 1em
}

ol:last-child {
    margin-bottom: 0
}

.underline {
    text-decoration: none!important;
    border-bottom: 1px solid #008fd4;
    border-bottom: 1px solid rgba(0, 143, 213, .3)
}

.underline:hover {
    border-bottom: 1px solid #ed1c24
}

.link {
    color: #00a0ee;
}

.link.active {
    color: #bdbdbd;
}

.link:hover {
    color: #000;
}

.dotted {
    text-decoration: none!important;
    border-bottom: 1px dotted #008fd4
}

.dotted:hover {
    border-bottom: 1px dotted #ed1c24
}

.dashed {
    text-decoration: none!important;
    border-bottom: 1px dashed #008fd4
}

.dashed:hover {
    border-bottom: 1px dashed #ed1c24
}

.button {
    display: inline-block;
    padding: 10px 40px;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    text-decoration: none!important;
    line-height: auto;
    letter-spacing: normal;
    border: none;
    border-radius: 3px;
    outline: 0;
    -webkit-transition: .25s;
    transition: .25s;
    background: -webkit-gradient(linear, left top, left bottom, from(#00a0ee), to(#008fd4));
    background: -webkit-linear-gradient(top, #00a0ee, #008fd4);
    background: -moz-linear-gradient(top, #00a0ee, #008fd4);
    background: linear-gradient(to bottom, #00a0ee, #008fd4);
}

.button:focus,
.button:hover {
    color: #fff;
    background: #ed1c24;
    background: -webkit-gradient(linear, left top, left bottom, from(#f69679), to(#ed1c24));
    background: -webkit-linear-gradient(top, #f69679 0, #ed1c24 100%);
    background: -moz-linear-gradient(top, #f69679 0, #ed1c24 100%);
    background: linear-gradient(to bottom, #f69679 0, #ed1c24 100%)
}

.button[disabled=""],
.button[disabled=disabled],
.button[disabled] {
    background: #c7c8ca;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1e2e3), to(#c7c8ca));
    background: -webkit-linear-gradient(top, #e1e2e3 0, #c7c8ca 100%);
    background: -moz-linear-gradient(top, #e1e2e3 0, #c7c8ca 100%);
    background: linear-gradient(to bottom, #e1e2e3 0, #c7c8ca 100%);
    cursor: not-allowed
}

.error {
    color: #ed1c24!important;
    border-color: #ed1c24!important
}

.login_page {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login_page_form {
    margin-top: 30px;
}

.profile_page {
    margin-top: 50px;
}

.profile_page .category_page_tabs_cont .column {
    width: 33.3%;
}

.switch_menu_cont ul {
    padding-left: 0;
}

.switch_menu_cont ul li {
    margin-bottom: 20px;
}

.switch_menu_cont ul li:before {
    display: none;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    padding: 10px 20px;
    height: auto;
    font-size: 1rem;
    color: #000;
    letter-spacing: .05em;
    border-color: #e0e0e0;
    border-radius: 0;
    background: #fff
}

.form-control:focus {
    border-color: #00a0ee
}

.form-control.error {
    border: 1px solid #ed1c24!important
}

.form-control[type=text],
textarea.form-control {
    box-shadow: none
}

.form-control::-webkit-input-placeholder {
    color: #bdbdbd
}

.form-control::-moz-placeholder {
    color: #bdbdbd
}

.form-control:-moz-placeholder {
    color: #bdbdbd
}

.form-control:-ms-input-placeholder {
    color: #bdbdbd
}

input[placeholder] {
    text-overflow: ellipsis
}

input::-moz-placeholder {
    text-overflow: ellipsis
}

input:-moz-placeholder {
    text-overflow: ellipsis
}

input:-ms-input-placeholder {
    text-overflow: ellipsis
}

.modal-content {
    border: none;
    border-radius: 2px;
    background: #fff
}

.modal-header {
    padding: 30px;
    border: none
}

.modal-body {
    padding: 0 30px
}

.modal-footer {
    padding: 10px 30px 30px;
    border: none
}

.container-fluid {
    padding-right: 60px;
    padding-left: 60px;
    max-width: 1520px
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-right: 15px;
    padding-left: 15px
}

.pages_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pages_cont a {
    margin: 0 .15em;
    padding: .5em .75em;
    text-decoration: none;
    line-height: 1em;
    border: 2px solid rgba(0, 0, 0, .05);
    border-radius: 999px
}

.pages_cont a:focus,
.pages_cont a:hover {
    color: #fff;
    border-color: transparent;
    background: #008fd4
}

.pages_cont .active,
.pages_cont .active:focus,
.pages_cont .active:hover {
    color: #fff;
    background: #008fd4
}

.pages_cont .not_active {
    color: rgba(0, 0, 0, .25)!important;
    border: 2px solid rgba(0, 0, 0, .05)!important;
    background: 0 0!important
}

.breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 15px;
    padding: 0;
    border-radius: 0;
    background: 0 0
}

.breadcrumb li {
    margin-bottom: .5em
}

.breadcrumb li+li:before {
    padding: 0;
    content: none
}

.breadcrumb li:after {
    content: "\e258";
    padding: 0 10px;
    font-family: 'Glyphicons Halflings';
    font-size: 66%;
    color: #939598
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto
}

.zoom {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -37.5px 0 0 -37.5px;
    width: 75px;
    height: 75px;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    line-height: 75px;
    border-radius: 100%;
    background: #000;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
    filter: alpha(opacity=0);
    opacity: 0
}

.crop {
    position: relative
}

.crop:before {
    content: "\e097";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -37.5px 0 0 -37.5px;
    width: 75px;
    height: 75px;
    font-family: 'Glyphicons Halflings';
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 75px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

.crop:hover:before {
    filter: alpha(opacity=100);
    opacity: 1
}


.checkbox_cont input[type=checkbox] {
    position: absolute;
    left: -9999px
}

.checkbox_cont input[type=checkbox]:checked+label:after {
    opacity: 1
}

.checkbox_cont input[type=checkbox]+label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    padding: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox_cont input[type=checkbox]+label:before {
    content: '';
    flex-shrink: 0;
    margin-right: 11px;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .15)
}

.checkbox_cont input[type=checkbox]+label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 6px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: #000;
    opacity: 0;
    -webkit-transition: .25s;
    transition: .25s
}

.radio_cont input[type=radio] {
    position: absolute;
    left: -9999px
}

.radio_cont input[type=radio]:checked+label:after {
    opacity: 1
}

.radio_cont input[type=radio]+label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    padding: 0;
    font-weight: 400;
    background: #fff;
    cursor: pointer
}

.radio_cont input[type=radio]+label:after,
.radio_cont input[type=radio]+label:before {
    content: '';
    border-radius: 100px
}

.radio_cont input[type=radio]+label:before {
    flex-shrink: 0;
    margin-right: 11px;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .15)
}

.radio_cont input[type=radio]+label:after {
    position: absolute;
    top: 50%;
    left: 6px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: #000;
    opacity: 0;
    -webkit-transition: .25s;
    transition: .25s
}

.fixed_bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30000;
    background: #fff;
    -webkit-box-shadow: 0 -5px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 -5px 5px rgba(0, 0, 0, .1)
}

.fixed_bar .container-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 0
}

.fixed_bar .column {
    margin: .5em 15px
}

.fixed_bar .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #231f20;
    text-decoration: none
}

.fixed_bar .link .icon {
    margin-right: .25em;
    width: 1rem;
    height: 1rem;
    filter: alpha(opacity=25);
    opacity: .25;
    background-size: contain!important;
    background-position: center!important;
    background-repeat: no-repeat!important
}

.fixed_bar .link:hover .icon {
    filter: alpha(opacity=100);
    opacity: 1
}

.fixed_bar .favorites .link .icon {
    background: url(../images/heart.svg)
}

.fixed_bar .views .link .icon {
    background: url(../images/eye.svg)
}

.fixed_bar .cart .link .icon {
    background: url(../images/cart.svg)
}

.top_block .top_cont {
    padding: 15px 0 1px;
    font-size: 0
}

.top_block .top_cont .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -30px
}

.top_block .top_cont .column {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0 30px;
    max-width: 20%;
    vertical-align: middle
}

.top_block .top_cont .top_line {
    max-width: none;
    width: 100%
}

.top_block .top_cont .top_line .cont{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.top_block .top_cont .top_line ul {
    padding: 0;
}

.top_block .top_cont .top_line li {
    display: inline-block;
    margin: 0 30px 15px 0;
    vertical-align: top
}

.top_block .top_cont .top_line li:last-child {
    margin-right: 0;
}

.top_block .top_cont .top_line .link {
    font-size: .875rem
}

.top_block .top_cont .logo {
    font-size: 1rem
}

.top_block .top_cont .logo img {
    width: 100%
}

.top_block .top_cont .search_cont {
    position: relative;
    width: 40%;
    max-width: none
}

.top_block .top_cont .search_cont .button {
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    padding: 0;
    width: 40px
}

.top_block .top_cont .search_cont .button:before {
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    line-height: 40px
}

.top_block .top_cont .tel_cont ul {
    padding: 0
}

.top_block .top_cont .tel_cont li+li {
    margin-top: 7px
}

.top_block .top_cont .tel_cont .tel {
    font-size: 1rem;
    color: #231f20;
    letter-spacing: .05em;
    white-space: nowrap
}

.top_block .top_cont .tel_cont .work_time {
    padding-top: .75em;
    font-size: .75rem;
    color: rgba(0, 0, 0, .5)
}

.top_block .top_cont .account {
    margin-left: auto;
    padding-right: 0;
}

.top_block .top_cont .account svg {
    height: 50px;
}

.top_block .top_cont .account svg path {
    fill: #00a0ee;
}

.top_block .top_cont .account svg:hover path {
    fill: #68ceff;
}

.top_block .top_cont .cart_cont .link {
    text-decoration: none
}

.top_block .top_cont .cart_cont .link:hover .text .title {
    text-decoration: underline
}

.top_block .top_cont .cart_cont .text {
    position: relative;
    padding-left: 75px
}

.top_block .top_cont .cart_cont .text:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background-image: url(../images/cart.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.top_block .top_cont .cart_cont .text .title {
    margin-bottom: 5px;
    font-size: 1.125rem
}

.top_block .top_cont .cart_cont .text .note {
    font-size: .875rem;
    color: rgba(0, 0, 0, .5)
}

.top_block .menu_cont {
    position: relative;
    z-index: 10000;
    margin-bottom: 30px
}

.top_block .menu_cont .navbar {
    min-height: auto;
    margin-bottom: 0;
    border: none;
    border-radius: 2px;
    background: #008fd4;
    background: -webkit-gradient(linear, left top, left bottom, from(#08afff), to(#008fd4));
    background: -webkit-linear-gradient(top, #08afff 0, #008fd4 100%);
    background: -moz-linear-gradient(top, #08afff 0, #008fd4 100%);
    background: linear-gradient(to bottom, #08afff 0, #008fd4 100%);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
}

.top_block .menu_cont .navbar .navbar-collapse {
    padding: 0
}

.top_block .menu_cont .navbar .navbar-collapse ul {
    padding: 0;
    font-size: 0;
    white-space: nowrap
}

.top_block .menu_cont .navbar .navbar-collapse ul li {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.top_block .menu_cont .navbar .navbar-collapse ul li:before {
    content: none
}

.top_block .menu_cont .navbar .navbar-collapse ul ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10001;
    padding: 0;
    min-width: 100%;
    width: 240px;
    border-radius: 0 0 2px 2px;
    background: #fff;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
}

.top_block .menu_cont .navbar .navbar-collapse ul ul .link {
    padding: .75em 15px;
    white-space: normal;
    font-size: .875rem;
    font-weight: 400;
    color: #008fd4;
    line-height: normal;
    text-transform: none
}

.top_block .menu_cont .navbar .navbar-collapse ul ul .link:hover {
    background: rgba(0, 0, 0, .03)
}

.top_block .menu_cont .navbar .navbar-collapse ul ul .link.expand:after {
    content: "\e258";
    margin-left: .5em;
    font-family: 'Glyphicons Halflings';
    font-size: 60%;
    color: #008fd4;
    line-height: 1em
}

.top_block .menu_cont .navbar .navbar-collapse ul ul .link.expand.active {
    color: #008fd4;
    background: rgba(0, 0, 0, .03)
}

.top_block .menu_cont .navbar .navbar-collapse ul ul .link.expand.active:after {
    color: #008fd4
}

.top_block .menu_cont .navbar .navbar-collapse ul ul li {
    display: block
}

.top_block .menu_cont .navbar .navbar-collapse ul ul li+li {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.top_block .menu_cont .navbar .navbar-collapse ul ul li:first-child a.link {
    border-radius: 0
}

.top_block .menu_cont .navbar .navbar-collapse ul ul li:last-child {
    border-radius: 0 0 2px 2px
}

.top_block .menu_cont .navbar .navbar-collapse ul ul ul {
    top: 0;
    left: 100%;
    border-radius: 2px
}

.top_block .menu_cont .navbar .navbar-collapse ul ul ul li:first-child a.link {
    border-radius: 2px 2px 0 0
}

.top_block .menu_cont .navbar .navbar-collapse ul ul ul li:last-child {
    border-radius: 0 0 2px 2px
}

.top_block .menu_cont .navbar .navbar-collapse .link {
    display: block;
    padding: 0 15px;
    white-space: nowrap;
    font-size: .875rem;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase
}

.top_block .menu_cont .navbar .navbar-collapse .link:hover {
    background: rgba(255, 255, 255, .15)
}

.top_block .menu_cont .navbar .navbar-collapse .link.active {
    background: rgba(255, 255, 255, .25)
}

.top_block .menu_cont .navbar .navbar-collapse .link.expand:after {
    content: "\e259";
    margin-left: .5em;
    font-family: 'Glyphicons Halflings';
    font-size: 60%;
    color: #fff;
    line-height: 1em
}

.top_block .menu_cont .navbar .navbar-collapse .link.expand.active {
    background: rgba(255, 255, 255, .15)
}

.nav-go-left li .link {
    white-space: normal!important
}

.extend_menu_link_cont>.link {
    height: 40px;
    font-size: 30px!important;
    line-height: 24px!important
}

.slider_cont {
    margin-bottom: 30px
}

.slider_cont .owl-carousel .item .text_cont {
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
    padding: 0 60px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 5px #000
}

.body {
    padding-bottom: 30px
}

.body .body_row {
    margin: 0 -15px
}

.body .body_left {
    float: left;
    padding: 0 15px;
    width: 25%
}

.body .body_right {
    float: left;
    padding: 0 15px;
    width: 75%
}

.blog_cont {
    margin-bottom: 30px
}

.blog_cont .title {
    text-transform: uppercase
}

.blog_cont .cont {
    margin-bottom: 15px
}

.blog_cont .cont .data {
    padding: .5em 0;
    font-size: .75rem;
    color: #939598
}

.blog_cont .cont .link {
    font-size: .875rem;
    line-height: 1.5em
}

.blog_cont .link_cont {
    padding-top: 7.5px
}

.blog_cont .link_cont .link {
    position: relative;
    padding-right: 15px
}

.blog_cont .link_cont .link:after {
    content: "\e258";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3.5px;
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    line-height: 1em
}

.tabs_block {
    margin-bottom: 30px
}

.tabs_block>.title {
    margin-bottom: 1em;
    padding-right: 80px;
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: .05em
}

.tab_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    position: relative;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.tab_cont .delete {
    position: absolute;
    top: 7.5px;
    right: 7.5px;
    z-index: 100;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: .875rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 100%;
    background: rgba(0, 0, 0, .2)
}

.tab_cont .delete:before {
    content: "\e014";
    font-family: 'Glyphicons Halflings'
}

.tab_cont .delete:hover {
    background: #ed1c24
}

.tab_cont .special {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 7.5px;
    font-size: .6875rem;
    font-weight: 700;
    color: #fff;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: .05em;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
}

.tab_cont .special.sale {
    background: #ed1c24;
    background: -webkit-gradient(linear, left top, left bottom, from(#f69679), to(#ed1c24));
    background: -webkit-linear-gradient(top, #f69679 0, #ed1c24 100%);
    background: -moz-linear-gradient(top, #f69679 0, #ed1c24 100%);
    background: linear-gradient(to bottom, #f69679 0, #ed1c24 100%)
}

.tab_cont .special.new {
    background: #00a550;
    background: -webkit-gradient(linear, left top, left bottom, from(#81c99c), to(#00a550));
    background: -webkit-linear-gradient(top, #81c99c 0, #00a550 100%);
    background: -moz-linear-gradient(top, #81c99c 0, #00a550 100%);
    background: linear-gradient(to bottom, #81c99c 0, #00a550 100%)
}

.tab_cont .special.hit {
    background: #f16521;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcc589), to(#f16521));
    background: -webkit-linear-gradient(top, #fcc589 0, #f16521 100%);
    background: -moz-linear-gradient(top, #fcc589 0, #f16521 100%);
    background: linear-gradient(to bottom, #fcc589 0, #f16521 100%)
}

.tab_cont .link {
    margin-bottom: 1.5em
}

.tab_cont .link .pic {
    position: relative
}

.tab_cont .link .pic img {
    width: 100%
}

.tab_cont .link .title {
    padding-top: .5em;
    line-height: 1.5em
}

.tab_cont .text_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: auto
}

.tab_cont .text_cont .price {
    margin: 0 .75em .25em 0;
    white-space: nowrap;
    font-size: 1.125rem;
    font-weight: 700;
    color: #231f20
}

.tab_cont .text_cont .price.red_price {
    color: #ed1c24
}

.tab_cont .text_cont .old_price {
    position: relative;
    margin-bottom: .25em;
    white-space: nowrap;
    font-size: .75rem;
    color: #939598
}

.tab_cont .text_cont .old_price .line {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #939598;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg)
}

.tab_cont .text_cont .button_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-top: 7.5px
}

.login_page_form .button_cont {
    display: -webkit-box;
    display: flex;
    align-items: center;
}

.login_page_form .button_cont :not(:last-child) {
    margin-right: 20px; 
}

.tab_cont .text_cont .button_cont .button {
    margin: 0 15px 0 0
}

.tab_cont .text_cont .button_cont .heart {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0;
    width: 18px;
    height: 18px;
    border: none;
    background: url(../images/heart.png);
    background-size: contain!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    outline: 0
}

.tab_cont .text_cont .button_cont .heart:hover {
    background: url(../images/heart_hover.png)
}

.tab_cont .text_cont .button_cont .heart.active {
    background: url(../images/heart_active.png)
}

.tab_cont .text_cont .stock {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 1em;
    font-size: .75rem
}

.tab_cont .text_cont .stock.instock {
    color: #00a550
}

.tab_cont .text_cont .stock.not_instock {
    color: #ed1c24
}

.stock.instock {
    color: #00a550
}

.stock.not_instock {
    color: #ed1c24
}

.category_tabs .link {
    margin-bottom: 0
}

.category_tabs .link .title {
    font-weight: 700;
    text-align: center;
    line-height: normal
}

.text_block {
    margin-bottom: 30px;
    line-height: 1.5em
}

.footer {
    background: #f1f1f2
}

.footer .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -30px;
    padding: 15px 0
}

.footer ul {
    padding: 0
}

.footer li+li {
    padding-top: 1em
}

.footer li:before {
    content: none
}

.footer .column {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 15px 30px;
    font-size: .875rem
}

.footer .logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 150px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 150px;
    flex: 0 1 150px
}

.footer .tel_cont .tel {
    font-size: 1.125rem;
    color: #231f20;
    text-decoration: none
}

.footer .tel_cont .work_time {
    padding-top: .5em;
    font-size: .75rem;
    font-style: italic;
    color: #939598
}

.footer .social {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    font-size: 0
}

.footer .social img {
    margin: 0 15px 15px 0;
    width: 30px;
    height: 30px
}

.footer .social img:hover {
    filter: alpha(opacity=80);
    opacity: .8
}

.footer .footer_bottom {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.footer .footer_bottom .madeby {
    text-align: right
}

.footer .footer_bottom .madeby a {
    font-weight: 700
}

.filter_cont {
    margin-bottom: 30px
}

.filter_cont .navbar {
    margin: 0;
    min-height: auto;
    border: none;
    background: 0 0
}

.filter_cont .navbar .navbar-header .navbar-toggle {
    margin: 0;
    padding: 9px 10px;
    width: 100%;
    border-radius: 2px 2px 0 0
}

.filter_cont .navbar .navbar-header .navbar-toggle:before {
    content: "\e138";
    position: relative;
    top: 2px;
    margin-right: .5em;
    font-family: 'Glyphicons Halflings';
    line-height: 1em
}

.filter_cont .navbar .navbar-header .navbar-toggle.collapsed {
    border-radius: 2px;
    background: 0 0
}

.filter_cont .navbar .navbar-collapse {
    padding: 0
}

.filter_cont .well {
    margin: 0;
    padding: 20px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.filter_cont .cont {
    margin-bottom: 20px;
    padding: 0
}

.filter_cont .cont .filter_title {
    margin-bottom: .875rem;
    font-size: .875rem;
    font-weight: 700;
    text-decoration: none
}

.filter_cont .cont .price_cont {
    padding: 0
}

.filter_cont .cont .price_cont .price_field_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.filter_cont .cont .price_cont .price_roll_cont {
    position: relative
}

.filter_cont .cont .price_cont .price_roll_cont .line {
    height: 3px;
    border-radius: 99px;
    background: rgba(0, 0, 0, .05)
}

.filter_cont .cont .price_cont .price_roll_cont .dot {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    padding: 0;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    cursor: pointer
}

.filter_cont .cont .default_filter_cont ul {
    padding: 0
}

.filter_cont .cont .default_filter_cont li {
    font-size: .875rem
}

.filter_cont .cont .default_filter_cont li:before {
    content: none
}

.filter_cont .cont .default_filter_cont li+li {
    margin-top: 10px
}

.filter_cont .cont .default_filter_cont .checkbox input[type=checkbox],
.filter_cont .cont .default_filter_cont .checkbox-inline input[type=checkbox],
.filter_cont .cont .default_filter_cont .radio input[type=radio],
.filter_cont .cont .default_filter_cont .radio-inline input[type=radio] {
    margin-top: 2px
}

.filter_cont .cont .default_filter_cont .checkbox,
.filter_cont .cont .default_filter_cont .radio {
    margin: 0
}

.filter_cont .cont .default_filter_cont .checkbox label,
.filter_cont .cont .default_filter_cont .radio label {
    min-height: auto
}

.filter_cont .button_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 0
}

.filter_cont .button_cont .button {
    margin: 0 1em 0 0
}

.sort_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 7.5px;
    border-radius: 2px;
    background: rgba(0, 0, 0, .05)
}

.sort_cont a {
    margin: .25em .75em;
    font-size: .875rem
}

.sort_cont .active {
    margin: 0;
    padding: .25em .5em;
    color: #fff;
    border-bottom: none;
    border-radius: 2px;
    background: #008fd4
}

.sort_cont+.category_page_tabs_cont {
    padding-top: 0
}

.category_page_tabs_cont {
    padding: 15px 0 0
}

.category_page_tabs_cont .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -7px
}

.category_page_tabs_cont .row:after,
.category_page_tabs_cont .row:before {
    content: none
}

.category_page_tabs_cont .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0 0;
    padding: 0 7px;
    width: 25%
}

.product_page,
.product_page .pic_cont,
.product_page>.title {
    margin-bottom: 30px
}

.product_page .pic_cont .big_pic {
    position: relative;
    display: block
}

.product_page .pic_cont .big_pic img {
    width: 100%
}

.product_page .pic_cont .big_pic:hover .zoom {
    opacity: 1
}

.product_page .small_pic_cont ul {
    margin: 0 -7px;
    padding: 0;
    font-size: 0
}

.product_page .small_pic_cont li {
    display: inline-block;
    margin-top: 15px;
    padding: 0 7px;
    width: 20%;
    vertical-align: top
}

.product_page .small_pic_cont .zoom {
    margin: -22.5px 0 0 -22.5px;
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 45px
}

.product_page .small_pic_cont .small_pic {
    position: relative;
    display: block
}

.product_page .small_pic_cont .small_pic img {
    width: 100%
}

.product_page .small_pic_cont .small_pic:hover .zoom {
    opacity: 1
}

.product_page .info_cont {
    margin-bottom: 30px
}

.product_page .info_cont .artikul_cont {
    margin-bottom: 15px;
    color: rgba(0, 0, 0, .5)
}

.product_page .info_cont .spec_cont {
    margin-bottom: 30px
}

.product_page .info_cont .spec_cont .table {
    margin-bottom: 0
}

.product_page .info_cont .spec_cont td {
    white-space: normal
}

.product_page .info_cont .spec_cont td:last-child {
    font-weight: 700
}

.product_page .info_cont .price_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 7.5px
}

.product_page .info_cont .price_cont .price {
    margin: 0 .75em .25em 0;
    white-space: nowrap;
    font-size: 1.5rem;
    font-weight: 700;
    color: #231f20
}

.product_page .info_cont .price_cont .price.red_price {
    color: #ed1c24
}

.product_page .info_cont .price_cont .old_price {
    position: relative;
    margin-bottom: .25em;
    white-space: nowrap;
    font-size: 1rem;
    color: #939598
}

.product_page .info_cont .price_cont .old_price .line {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #939598;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg)
}

.product_page .info_cont .stock {
    margin-bottom: 15px
}

.product_page .info_cont .button_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product_page .info_cont .button_cont .count_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin-right: 15px
}

.product_page .info_cont .button_cont .count_cont .count {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    padding: 0;
    font-size: 1.3125rem;
    border: 1px solid rgba(0, 0, 0, .1);
    background: 0 0
}

.product_page .info_cont .button_cont .count_cont .count:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.product_page .info_cont .button_cont .count_cont .count:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.product_page .info_cont .button_cont .count_cont .count:hover {
    background: rgba(0, 0, 0, .05)
}

.product_page .info_cont .button_cont .count_cont .form-control {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    padding: 0;
    text-align: center;
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.product_page .info_cont .button_cont .button {
    margin-right: 15px;
    font-size: 1.3125rem
}

.product_page .info_cont .button_cont .heart {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0;
    width: 18px;
    height: 18px;
    border: none;
    background: url(../images/heart.png);
    background-size: contain!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    outline: 0
}

.product_page .info_cont .button_cont .heart:hover {
    background: url(../images/heart_hover.png)
}

.product_page .info_cont .button_cont .heart.active {
    background: url(../images/heart_active.png)
}

.product_page .info_cont .text_short {
    line-height: 1.5em
}

.product_page .info_cont .text_short table {
    margin-bottom: 1em;
    width: 100%
}

.product_page .info_cont .text_short table tr:nth-child(odd) {
    background: rgba(0, 0, 0, .05)
}

.product_page .info_cont .text_short table td {
    padding: .5em;
    font-size: .875rem;
    font-weight: 700
}

.product_page .info_cont .text_short table td:first-child {
    font-weight: 400
}

.product_page .info_cont .text_short p {
    margin-bottom: 1em
}

.blog_list_page .flex_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.blog_list_page .flex_item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 290px;
    -moz-box-flex: 1;
    -ms-flex: 1 1 290px;
    flex: 1 1 290px;
    margin-bottom: 30px;
    padding: 0 15px
}

.blog_list_page .data {
    margin-bottom: .5em;
    font-size: .875rem;
    color: rgba(0, 0, 0, .5)
}

.blog_list_page .link {
    line-height: 1.5em
}

.blog_page {
    margin-bottom: 30px
}

.blog_page>.flex_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px
}

.blog_page>.flex_container>.flex_item {
    padding: 0 30px
}

.blog_page .text_block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 860px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 860px;
    flex: 0 1 860px;
    margin-bottom: 30px;
    line-height: 1.5em
}

.blog_page .text_block .data {
    font-size: .875rem;
    color: rgba(0, 0, 0, .5)
}

.blog_page .blog_list_page {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 310px;
    -moz-box-flex: 1;
    -ms-flex: 1 1 310px;
    flex: 1 1 310px
}

.cart_page,
.cart_page .title {
    margin-bottom: 30px
}

.cart_page .row {
    margin-bottom: 15px;
    font-size: 0
}

.cart_page .column {
    float: none;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center
}

.cart_page .pic_cont .pic {
    display: block;
    padding-bottom: 75%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.cart_page .link_cont {
    text-align: left
}

.cart_page .link_cont .link {
    font-size: 1.125rem;
    line-height: 1.5em
}

.cart_page .price_cont {
    font-size: 1.125rem
}

.cart_page .count_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cart_page .count_cont .count {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    padding: 0;
    font-size: 1.3125rem;
    border: 1px solid rgba(0, 0, 0, .1);
    background: 0 0
}

.cart_page .count_cont .count:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.cart_page .count_cont .count:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.cart_page .count_cont .count:hover {
    background: rgba(0, 0, 0, .05)
}

.cart_page .count_cont .form-control {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    padding: 0;
    text-align: center;
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.cart_page .overall {
    font-size: 1.125rem
}

.cart_page .del_cont .del {
    color: #ed1c24
}

.cart_page .overall_cont {
    padding: 30px 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.cart_page .overall_cont .price {
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: right
}

.cart_page .overall_cont .button_cont {
    text-align: right
}

.cart_page .overall_cont .button_cont .button {
    padding: .5em 2em;
    font-size: 1.5rem
}

.checkout_page .title {
    margin-bottom: 30px
}

.checkout_page .cause-for-registration {
    margin-bottom: 30px;
}

.checkout_page_select_type {
    margin-bottom: 25px
}

.checkout_page_select_type .checkbox,
.checkout_page_select_type .radio {
    margin: 0
}

.checkout_page_select_type_ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0
}

.checkout_page_select_type_ul>li {
    margin-bottom: 15px;
    padding: 0 15px
}

.checkout_page_select_type_ul>li:before {
    content: none
}

.checkout_page .flex_container {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px
}

.checkout_page .flex_item {
    -webkit-box-flex: 1;
    flex: 1 1 280px;
    margin-bottom: 15px;
    padding: 0 30px
}

.checkout_page .flex_item .title2 {
    margin-bottom: 40px;
    font-size: 1.33333rem
}

.checkout_page .form-control {
    margin-bottom: 20px;
    padding-top: 14px;
    padding-bottom: 14px
}

.checkout_page .checkbox_cont,
.checkout_page .radio_cont {
    line-height: 1.5em
}

.checkout_page .checkbox_cont+.radio_cont,
.checkout_page .radio_cont+.radio_cont {
    margin-top: 30px
}

.checkout_page .checkbox_cont i,
.checkout_page .radio_cont i {
    display: block;
    margin-top: 18px;
    color: #c4c4c4
}

.checkout_page .checkbox_cont textarea,
.checkout_page .radio_cont textarea {
    margin-top: 20px
}

.checkout_page .overall_cont {
    padding: 30px 0;
    font-size: 1.33333rem;
    text-align: right;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.checkout_page .overall_cont .delivery,
.checkout_page .overall_cont .price {
    margin-bottom: .5em
}

.checkout_page .overall_cont .overall {
    margin-bottom: .75em;
    font-weight: 700
}

.shifter-carousel .owl-stage-outer .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.shifter-carousel .owl-stage-outer .owl-stage .owl-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.shifter-carousel .owl-stage-outer .owl-stage .owl-item .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.shifter-carousel .owl-nav .owl-next,
.shifter-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    right: 0;
    margin: -42px 0 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 2px;
    background: #eeeff0!important;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
    outline: 0!important
}

.shifter-carousel .owl-nav .owl-next:before,
.shifter-carousel .owl-nav .owl-prev:before {
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    color: #848484
}

.shifter-carousel .owl-nav .owl-next:hover,
.shifter-carousel .owl-nav .owl-prev:hover {
    background: #008fd4!important
}

.shifter-carousel .owl-nav .owl-next:hover:before,
.shifter-carousel .owl-nav .owl-prev:hover:before {
    color: #fff
}

.shifter-carousel .owl-nav .owl-prev {
    margin-right: 35px
}

.shifter-carousel .owl-nav .owl-prev:before {
    content: "\e257"
}

.shifter-carousel .owl-nav .owl-next:before {
    content: "\e258"
}

.slider-carousel .owl-stage-outer .owl-stage .owl-item .item .pic {
    border-radius: 2px
}

.slider-carousel .owl-nav .owl-next,
.slider-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 143, 213, .1)!important;
    background-size: 50%!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
    outline: 0!important
}

.slider-carousel .owl-nav .owl-next:hover,
.slider-carousel .owl-nav .owl-prev:hover {
    background-color: #008fd5!important
}

.slider-carousel .owl-nav .owl-prev {
    left: 0;
    border-radius: 0 2px 2px 0;
    background-image: url(../images/arrow_left.png)!important
}

.slider-carousel .owl-nav .owl-next {
    right: 0;
    border-radius: 2px 0 0 2px;
    background-image: url(../images/arrow_right.png)!important
}

.category_menu_cont {
    margin-bottom: 30px
}

.category_menu_cont .category_menu_button {
    margin: 0;
    width: 100%;
    font-size: 1.125rem;
    color: #fff;
    border: none;
    border-radius: 2px 2px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#00a0ee), to(#008fd4));
    background: -webkit-linear-gradient(top, #00a0ee, #008fd4);
    background: -moz-linear-gradient(top, #00a0ee, #008fd4);
    background: linear-gradient(to bottom, #00a0ee, #008fd4)
}

.category_menu_cont .category_menu_button:after {
    content: "\e260";
    margin-left: .5em;
    font-family: 'Glyphicons Halflings';
    font-size: 66%;
    line-height: 1em
}

.category_menu_cont .category_menu_button.collapsed {
    border-radius: 2px
}

.category_menu_cont .category_menu_button.collapsed:after {
    content: "\e259"
}

.category_menu_cont .navbar {
    margin: 0;
    min-height: auto;
    border: none;
    border-radius: 2px;
    background: 0 0
}

.category_menu_cont .navbar .navbar-header .category_menu_button {
    float: none
}

.category_menu_cont .navbar .navbar-collapse {
    padding: 0;
    height: auto;
    border: none
}

.category_menu_cont .well {
    margin: 0;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px;
    background: 0 0
}

.category_menu_cont .well ul {
    margin: 0;
    padding: 0
}

.category_menu_cont .well ul ul {
    padding-left: 20px
}

.category_menu_cont .well ul ul li {
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.category_menu_cont .well ul ul .link {
    font-size: 1rem
}

.category_menu_cont .well ul ul ul .link {
    font-size: .875rem
}

.category_menu_cont .well li {
    position: relative
}

.category_menu_cont .well li:before {
    content: none
}

.category_menu_cont .well li+li {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.category_menu_cont .well .link {
    display: block;
    margin-right: 50px;
    padding: 15px 0 15px 20px;
    font-size: 1.125rem
}

.category_menu_cont .well .link.active {
    font-weight: 700;
    color: #231f20
}

.category_menu_cont .well .expand_link {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 15px 20px;
    text-decoration: none
}

.category_menu_cont .well .expand_link:before {
    content: "\002b";
    font-family: 'Glyphicons Halflings';
    font-size: 75%;
    line-height: 1em
}

.category_menu_cont .well .expand_link.active:before {
    content: "\2212"
}

.discribtion_tabs_cont {
    margin-bottom: 30px
}

.discribtion_tabs_cont .nav-tabs {
    border-color: rgba(0, 0, 0, .1)
}

.discribtion_tabs_cont .nav-tabs li {
    margin-right: 2px
}

.discribtion_tabs_cont .nav-tabs li:before {
    content: none
}

.discribtion_tabs_cont .nav-tabs li a {
    margin: 0;
    padding: 10px 20px;
    font-size: 1rem;
    color: #231f20;
    line-height: normal;
    border-radius: 2px 2px 0 0;
    background: rgba(0, 0, 0, .05)
}

.discribtion_tabs_cont .nav-tabs .active a {
    border-color: rgba(0, 0, 0, .1);
    border-bottom-color: transparent;
    background: #fff
}

.discribtion_tabs_cont .tab-content {
    padding: 20px;
    border: solid rgba(0, 0, 0, .1);
    border-width: 0 1px 1px;
    border-radius: 0 0 2px 2px
}

.discribtion_tabs_cont .tab-content .tab-pane {
    line-height: 1.5em
}

.discribtion_tabs_cont .tab-content .tab-pane li+li {
    margin-top: .5em
}

.discribtion_tabs_cont .tab-content .spec_table table {
    width: 100%
}

.discribtion_tabs_cont .tab-content .spec_table tr:nth-child(odd) {
    background: rgba(0, 0, 0, .05)
}

.discribtion_tabs_cont .tab-content .spec_table td {
    width: 50%;
    padding: .5em;
    font-size: .875rem;
    font-weight: 700
}

.discribtion_tabs_cont .tab-content .spec_table td:first-child {
    font-weight: 400
}

.equipment_cont>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -15px
}

.equipment_cont>div>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 400px;
    -moz-box-flex: 1;
    -ms-flex: 1 1 400px;
    flex: 1 1 400px;
    margin-bottom: 30px;
    padding: 0 15px
}

.equipment_cont>div>div a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: center
}

.equipment_cont>div>div a img {
    max-height: 100px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

.equipment_cont>div>div a img:hover {
    -webkit-transform: scale(2.3);
    -moz-transform: scale(2.3);
    -ms-transform: scale(2.3);
    -o-transform: scale(2.3);
    transform: scale(2.3);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05), 0 3px 6px rgba(0, 0, 0, .05), 0 6px 12px rgba(0, 0, 0, .05), 0 12px 24px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05), 0 3px 6px rgba(0, 0, 0, .05), 0 6px 12px rgba(0, 0, 0, .05), 0 12px 24px rgba(0, 0, 0, .05)
}

.equipment_cont>div>div>div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding-left: 15px
}

.equipment_cont>div>div>div div:nth-child(1) {
    margin-bottom: .33em;
    font-weight: 700
}

.choices_cont {
    margin: 30px 0
}

.choices_cont .title {
    margin-bottom: .5em;
    font-size: 1.125rem;
    font-weight: 700
}

.choices_cont ul {
    margin: 0;
    padding: 0;
    font-size: 0
}

.choices_cont li {
    display: inline-block;
    margin: 0 5px 5px 0;
    vertical-align: top
}

.choices_cont li:before {
    content: none
}

.choices_cont .link {
    display: block;
    padding: .5em .75em;
    font-size: .875rem;
    color: #231f20;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px transparent, 0 3px 6px transparent, 0 6px 12px transparent;
    box-shadow: 0 1px 3px transparent, 0 3px 6px transparent, 0 6px 12px transparent
}

.choices_cont .link.disabled {
    color: rgba(0, 0, 0, .5);
    background: #f2f2f2;
    cursor: not-allowed
}

.choices_cont .link.disabled:hover {
    border-color: rgba(0, 0, 0, .1);
    -webkit-box-shadow: none;
    box-shadow: none
}

.choices_cont .link:hover {
    position: relative;
    z-index: 1;
    border-color: transparent;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05), 0 3px 6px rgba(0, 0, 0, .05), 0 6px 12px rgba(0, 0, 0, .05), 0 12px 24px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05), 0 3px 6px rgba(0, 0, 0, .05), 0 6px 12px rgba(0, 0, 0, .05), 0 12px 24px rgba(0, 0, 0, .05)
}

.choices_cont .active .link {
    border-color: transparent;
    background: rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), inset 0 2px 4px rgba(0, 0, 0, .1), inset 0 4px 8px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), inset 0 2px 4px rgba(0, 0, 0, .1), inset 0 4px 8px rgba(0, 0, 0, .1)
}

.hover_category_menu_cont .well {
    min-height: auto;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.hover_category_menu_cont .well ul {
    padding: 0!important;
    border: 1px solid #e8e8e8
}

.hover_category_menu_cont .well ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 999;
    margin: -1px 0 0;
    padding: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .1)
}

.hover_category_menu_cont .well li {
    position: relative;
    border-top: none!important
}

.hover_category_menu_cont .well li+li {
    border-top: 1px solid #e8e8e8!important
}

.hover_category_menu_cont .well .popup_ul {
    display: none
}

.hover_category_menu_cont .well .link {
    margin: 0;
    padding: .75em 30px .75em 15px;
    font-size: .875rem!important;
    color: #231f20;
    text-decoration: none
}

.hover_category_menu_cont .well .link.active,
.hover_category_menu_cont .well .link:hover {
    font-weight: 700;
    background: #e8e8e8
}

.hover_category_menu_cont .well .link.popup {
    position: relative
}

.hover_category_menu_cont .well .link.popup:after {
    content: "\e258";
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: 'Glyphicons Halflings';
    font-size: 66%;
    line-height: 1em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width:768px) {
    .top_block .top_line .collapse_button.collapsed {
        display: none
    }
    .top_block .top_line .collapse_cont {
        display: block
    }
    .top_block .top_cont .collapse_button {
        display: none
    }
    .top_block .top_cont .collapse_cont {
        display: block
    }
}

@media (max-width:767px) {
    body {
        padding-top: 70px
    }
    h1 {
        font-size: 1.8rem
    }
    h2 {
        font-size: 1.59375rem
    }
    h3 {
        font-size: 1.35rem
    }
    h4 {
        font-size: 1.246875rem
    }
    h5 {
        font-size: 1.125rem
    }
    h6 {
        font-size: 1rem
    }
    .modal-footer .button {
        width: 100%
    }
    .modal-footer .button+.button {
        margin-top: 10px
    }
    .modal-header {
        padding: 20px
    }
    .modal-body {
        padding: 0 20px
    }
    .modal-footer {
        padding: 20px
    }
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
        max-width: 1430px
    }
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-right: 15px;
        padding-left: 15px
    }
    .pages_cont a {
        font-size: .875rem
    }
    .fixed_bar .column {
        margin: .5em 7.5px;
        font-size: .75rem;
        text-align: center
    }
    .fixed_bar .link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
    .fixed_bar .link .text {
        padding-top: .25em
    }
    .fixed_bar .link .text small {
        display: none;
        white-space: nowrap
    }
    .top_block {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 20000;
        background: #fff;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
        box-shadow: 0 5px 5px rgba(0, 0, 0, .1)
    }
    .top_block .top_cont {
        position: relative;
        padding: 7px 0 1px
    }
    .top_block .top_cont .row {
        -webkit-flex-wrap: nowrap!important;
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important;
        margin: 0 -7px
    }
    .top_block .top_cont .column {
        margin-bottom: 7px;
        padding: 0;
        max-width: none;
        width: 20%;
        text-align: center;
    }
    .top_block .top_cont .collapse_button {
        height: 40px;
        font-size: 19px;
        color: #ed1c24;
        border: none;
        background: 0 0;
        outline: 0
    }
    .top_block .top_cont .collapse_button:before {
        font-family: 'Glyphicons Halflings';
        line-height: 40px
    }
    .top_block .top_cont .collapse_button.collapsed {
        color: #008fd4
    }
    .top_block .top_cont .collapse_cont {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 10001;
        background: #fff;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
    }
    .top_block .top_cont .collapse_cont .cont {
        padding: 15px
    }
    .top_block .top_cont .top_line {
        max-width: none;
    }
    .top_block .top_cont .top_line .collapse_button:before {
        content: "\e236"
    }
    .top_block .top_cont .top_line .collapse_cont .cont {
        padding: 0
    }
    .top_block .top_cont .top_line ul {
        border-bottom: none
    }
    .top_block .top_cont .top_line li {
        display: block;
        margin: 0
    }
    .top_block .top_cont .top_line li+li {
        border-top: 1px solid rgba(0, 0, 0, .1)
    }
    
    .top_block .top_cont .top_line .cont{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .top_block .top_cont .top_line ul:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    .top_block .top_cont .top_line .link {
        display: block;
        padding: .9em 15px
    }
    .top_block .top_cont .logo {
        text-align: center
    }
    .top_block .top_cont .logo img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 40px
    }

    .top_block .top_cont .account a svg {
        height: 22px;
    }

    .top_block .top_cont .search_cont {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        position: static
    }
    .top_block .top_cont .search_cont .collapse_button:before {
        content: "\e003"
    }
    .top_block .top_cont .search_cont .collapse_cont .cont {
        position: relative
    }
    .top_block .top_cont .search_cont .button {
        top: 15px;
        right: 15px;
        bottom: 15px;
        padding: 0
    }
    .top_block .top_cont .tel_cont {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .top_block .top_cont .tel_cont .collapse_button:before {
        content: "\e182"
    }
    .top_block .menu_cont,
    .top_block .top_cont .cart_cont {
        display: none
    }
    .slider_cont .owl-carousel .item .text_cont {
        padding: 0 45px;
        font-size: .875rem
    }
    .body {
        padding-bottom: 15px
    }
    .body .body_left,
    .body .body_right {
        width: 100%
    }
    .tabs_block>.title {
        margin-bottom: .5em
    }
    .tabs_block .shifter_cont .row {
        margin: 0 -3.75px
    }
    .tab_cont .link .title {
        font-size: .8125rem
    }
    .tab_cont .text_cont .price {
        font-size: 1rem
    }
    .tab_cont .text_cont .button_cont .button {
        padding: .5em;
        font-size: .8125rem
    }
    .tab_cont .text_cont .button_cont .heart {
        width: 16px;
        height: 16px
    }
    .footer .row {
        margin: 0 -15px
    }
    .footer .column {
        margin: 15px
    }
    .footer .social {
        margin-bottom: 0
    }
    .footer .footer_bottom .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
    .footer .footer_bottom .column {
        line-height: 1.5em
    }
    .filter_cont {
        margin-bottom: 15px
    }
    .filter_cont .navbar .navbar-collapse {
        position: absolute;
        right: 0;
        left: 0;
        z-index: 999;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
    }
    .filter_cont .well {
        border-top: 0;
        border-radius: 0 0 2px 2px
    }
    .sort_cont a {
        font-size: .75rem
    }
    .category_page_tabs_cont {
        padding: 15px 0
    }
    .category_page_tabs_cont .row {
        margin: 0 -3.5px
    }
    .category_page_tabs_cont .column {
        margin: 7.5px 0 0;
        padding: 0 3.5px;
        width: 50%
    }
    .product_page {
        margin-bottom: 15px
    }
    .product_page .pic_cont {
        margin-bottom: 30px
    }
    .product_page .info_cont .button_cont .button {
        font-size: 1.125rem
    }
    .product_page .small_pic_cont li {
        width: 20%
    }
    .blog_page>.flex_container {
        margin: 0 -15px
    }
    .blog_page>.flex_container>.flex_item {
        padding: 0 15px
    }
    .cart_page .link_cont .link,
    .cart_page .price_cont {
        font-size: 1rem
    }
    .cart_page .count_cont .count,
    .cart_page .count_cont .form-control {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px
    }
    .cart_page .overall {
        font-size: 1rem
    }
    .cart_page .overall_cont .button_cont,
    .cart_page .overall_cont .price {
        text-align: center
    }
    .checkout_page .flex_container {
        margin: 0 -15px
    }
    .checkout_page .flex_item {
        padding: 0 15px
    }
    .checkout_page .overall_cont {
        text-align: center
    }
    .shifter-carousel .owl-nav .owl-next,
    .shifter-carousel .owl-nav .owl-prev {
        margin-top: -35px
    }
    .slider-carousel .owl-nav .owl-next,
    .slider-carousel .owl-nav .owl-prev {
        margin-top: -22.5px;
        width: 45px;
        height: 45px
    }
    .category_menu_cont {
        margin-bottom: 15px
    }
    .category_menu_cont .well {
        border-top: none;
        border-radius: 0 0 2px 2px
    }
    .category_menu_cont .navbar .navbar-collapse {
        position: absolute;
        right: 0;
        left: 0;
        z-index: 999;
        background: #fff;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
    }
    .hover_category_menu_cont .well ul ul {
        position: static;
        margin: 0;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .hover_category_menu_cont .well ul ul .link {
        padding-left: 25px
    }
    .hover_category_menu_cont .well ul ul ul .link {
        padding-left: 35px
    }
    .hover_category_menu_cont .well ul ul ul ul .link {
        padding-left: 45px
    }
    .hover_category_menu_cont .well .link.popup:after {
        content: "\e259"
    }
}

@media (max-width:767px) and (max-width:424px) {
    .slider_cont .owl-carousel .item .text_cont {
        padding: 0 30px
    }
    .cart_page .count_cont .count,
    .cart_page .count_cont .form-control {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px
    }
    .slider-carousel .owl-nav .owl-next,
    .slider-carousel .owl-nav .owl-prev {
        margin-top: -15px;
        width: 30px;
        height: 30px
    }
}

@media (max-width:767px) and (max-width:374px) {
    .tab_cont .text_cont .price {
        font-size: 1rem!important
    }
}

@media (max-width:767px) and (max-width:479px) {
    .product_page .small_pic_cont li {
        width: 25%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
        max-width: 1460px
    }
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-right: 15px;
        padding-left: 15px
    }
    .top_block .top_cont .column {
        max-width: 33.33333333%
    }
    .top_block .top_cont .top_line {
        max-width: none;
        width: 100%
    }
    .top_block .top_cont .search_cont {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: 100%;
        max-width: none
    }
    .slider_cont .owl-carousel .item .text_cont {
        padding: 0 45px;
        font-size: 1rem
    }
    .category_page_tabs_cont .column {
        width: 50%
    }
    .product_page .pic_cont {
        margin-bottom: 30px
    }
    .checkout_page .flex_container {
        margin: 0 -15px
    }
    .checkout_page .flex_item {
        padding: 0 15px
    }
    .slider-carousel .owl-nav .owl-next,
    .slider-carousel .owl-nav .owl-prev {
        margin-top: -22.5px;
        width: 45px;
        height: 45px
    }
    .category_menu_cont .category_menu_button {
        font-size: 1rem
    }
    .category_menu_cont .well ul ul {
        padding-left: 15px
    }
    .category_menu_cont .well ul ul .link {
        font-size: .9375rem
    }
    .category_menu_cont .well ul ul ul .link {
        font-size: .875rem
    }
    .category_menu_cont .well .link {
        padding: 15px 0 15px 15px;
        font-size: 1rem
    }
    .category_menu_cont .well .expand_link {
        padding: 15px
    }
    .hover_category_menu_cont .well .link {
        padding: 10px 30px 10px 15px
    }
}

@media (max-width:767px),
(min-width:768px) and (max-width:991px) {
    .zoom {
        margin: -30px 0 0 -30px;
        width: 60px;
        height: 60px;
        font-size: 1.125rem;
        line-height: 60px
    }
}

@media (max-width:767px) and (min-width:425px) and (max-width:767px) {
    .fixed_bar .link .text small {
        display: inline
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .top_block .top_cont .row {
        margin: 0 -15px
    }
    .top_block .top_cont .column {
        padding: 0 15px;
        max-width: 25%
    }
    .top_block .top_cont .top_line {
        max-width: none;
        width: 100%
    }
    .top_block .top_cont .logo {
        max-width: 16.66666667%
    }
    .top_block .top_cont .search_cont {
        max-width: 33.33333333%
    }
    .top_block .top_cont .search_cont .button {
        right: 15px
    }
    .category_page_tabs_cont .column {
        width: 33.33333333%
    }
    .product_page .small_pic_cont li {
        width: 25%
    }
    .hover_category_menu_cont .well .link {
        padding: 10px 30px 10px 15px
    }
}

@media (min-width:768px) and (max-width:991px),
(min-width:992px) and (max-width:1199px) {
    .body .body_left {
        width: 33.33333333%
    }
    .body .body_right {
        width: 66.66666667%
    }
}

@media (min-width:375px) and (max-width:767px) {
    .tabs_block .shifter_cont .row {
        margin: 0 -7.5px
    }
    .tab_cont .link .title {
        font-size: 1rem
    }
    .tab_cont .text_cont .price {
        font-size: 1.125rem
    }
    .tab_cont .text_cont .button_cont .button {
        padding: .5em .75em;
        font-size: 1rem
    }
    .tab_cont .text_cont .button_cont .heart {
        width: 18px;
        height: 18px
    }
}

@media (min-width:550px) and (max-width:767px) {
    .category_page_tabs_cont .row {
        margin: 0 -7px
    }
    .category_page_tabs_cont .column {
        margin: 15px 0 0;
        padding: 0 7px;
        width: 33.33333333%
    }
}

@media (min-width:860px) and (max-width:991px) {
    .category_page_tabs_cont .column {
        width: 33.33333333%
    }
}

@media (max-width:767px),
(min-width:768px) and (max-width:991px),
(min-width:992px) and (max-width:1199px) {
    .discribtion_tabs_cont .nav-tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .discribtion_tabs_cont .nav-tabs li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1;
        -moz-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
        margin: 1px
    }
    .discribtion_tabs_cont .nav-tabs li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1;
        -moz-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
        font-size: .875rem;
        text-align: center;
        border-radius: 2px
    }
    .discribtion_tabs_cont .nav-tabs .active a {
        border: 1px solid rgba(0, 0, 0, .1)!important
    }
    .discribtion_tabs_cont .tab-content {
        padding: 15px
    }
    .discribtion_tabs_cont .tab-content .tab-pane {
        font-size: .875rem
    }
}

.link.politika {
    color: #ed1c24;
}

/*.link .politika:hover {*/
/*    color: #ed1c24;*/
/*}*/