@charset "utf-8";
/* CSS Document */

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

body {
    font-family: "CenturyGothicRegular";
}

.new_catalog_sorting {
    position: relative;
    margin: 0px 0 40px 0;
    background: #ececec;
}

.new_catalog_sorting .new_catalog_sorting_inner:after {
    clear: both;
    content: '';
    display: block;
}

.new_catalog_sorting .new_catalog_sorting_inner ol li a.selected {
    font-size: 12px;
    font-weight: normal;
}

.new_catalog_sorting .new_catalog_sorting_inner ol li a {
    float: left;
    display: block;
    padding: 0 0 1px 0;
    outline: 0 none;
    border-bottom: dotted 1px #CE2229;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: #CE2229;
    text-decoration: none;
}

.new_catalog_sorting .new_catalog_sorting_inner ol li.actsort {
    color: #b7b7b7 !important;
}

.new_catalog_sorting .new_catalog_sorting_inner ol li.actsort a {
    font-weight: bolder !important;
    color: #b7b7b7 !important;
    border-bottom: dotted 1px #b7b7b7 !important;
}

.new_catalog_sorting .new_catalog_sorting_inner ol li span {
    margin: -1px 0 0 3px;
    font-size: 15px;
    display: inline-block;
    position: absolute;
    color: #CE2229;
}

.new_catalog_sorting .new_catalog_sorting_inner {
    position: relative;
    padding: 11px;
    zoom: 1;
}

.new_catalog_sorting .new_catalog_sorting_inner .caption {
    float: left;
    color: #666;
}

.new_catalog_sorting .new_catalog_sorting_inner ol {
    float: left;
    list-style: none;
}

.new_catalog_sorting .new_catalog_sorting_inner ol li {
    float: left;
    margin: 0 0 0 20px;
    padding: 0;
}

input, select, textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

a:hover {
    text-decoration: none;
}

input[type="submit"]:hover {
    opacity: .7;
}

@font-face {
    font-family: "CenturyGothicRegular";
    src: url("../fonts/CenturyGothicRegular/CenturyGothicRegular.eot");
    src: url("../fonts/CenturyGothicRegular/CenturyGothicRegular.eot?#iefix")format("embedded-opentype"), url("../fonts/CenturyGothicRegular/CenturyGothicRegular.woff") format("woff"), url("../fonts/CenturyGothicRegular/CenturyGothicRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "CenturyGothicBold";
    src: url("../fonts/CenturyGothicBold/CenturyGothic-Bold.eot");
    src: url("../fonts/CenturyGothicBold/CenturyGothic-Bold.eot?#iefix")format("embedded-opentype"), url("../fonts/CenturyGothicBold/CenturyGothic-Bold.woff") format("woff"), url("../fonts/CenturyGothicBold/CenturyGothic-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

.container-new-products {
    width: 40%;
    margin-top: 20px;
    margin-right: 5;
    margin-left: 5%;
    margin-bottom: 0;
    float: left;
    border: 1px solid #E0E0E0;
}

.order-polk {
    float: right;
    display: block;
    background: #E2393E;
    color: #fff;
    text-decoration: none;
    padding: 5px 20px;
    font-family: "CenturyGothicBold";
    margin-top: 20px;
}

.order-polk:hover {
    opacity: 0.7;
}

.content-text-container-title {
    width: 90%;
    padding: 12px 5%;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    background-position: center top;
    background-repeat: repeat-y;
    background-color: #9c1519;
    min-height: 28px;
    display: block;
    text-decoration: none;
}

.content-text-container-image {
    width: 100%;
    margin: 3px 0;
    height: 120px;
}

.content-text-container-image img {
    width: 100%;
}

.content-text {
    width: 100%;
    font-size: 12px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 20px;
    color: #58595b;
}

.vc_col-md-3, .vc_col-md-6, .vc_col-md-9, .vc_col-md-21, .vc_col-md-22 {
    float: left;
}

.vc_col-md-3 {
    width: 25%;
}

.vc_col-md-6 {
    width: 50%;
}

.vc_col-md-21 {
    width: 40%;
}

.vc_col-md-22 {
    width: 60%;
}

.vc_col-md-9 {
    width: 75%;
}

.bar-menu-left {
    width: 75%;
    padding: 5%;
    background: #CCCCCC;
}

.bar-menu-left ul li {
    border-bottom: 1px solid #dadada;
    padding: 3px 0 7px 0;
    line-height: 14px;
}

.whit h1 {
    color: #E2393E;
    font-size: 24px;
    font-family: "CenturyGothicBold";
    text-transform: uppercase;
    margin-bottom: 55px;
    clear: both;
}

.bar-menu-left h3 {
    font-size: 14px;
    color: #E2393E;
    font-family: "CenturyGothicBold";
    font-weight: normal;
    margin-bottom: 10px;
}

.bar-menu-left ul {
    list-style: none;
}

.bar-menu-left ul li a {
    font-size: 12px;
    color: #333333;
    text-decoration: none;
}

.bar-menu-left ul li a:hover {
    color: #E2393E;
}

.cat .item-c {
    width: 95%;
    line-height: 16px;
    margin-bottom: 40px;
}

.cat .item-c img {
    width: 100%;
}

.search {
    position: relative;
    margin-top: 15px;
}

.search input[type="text"] {
    background: #FF6666;
    border-radius: 5px;
    padding: 3px 2%;
    font-size: 12px;
    width: 96%;
    color: #FFCCCC;
    font-style: italic;
}

.search input[type="submit"] {
    background: url(../img/search-bg.gif);
    width: 19px;
    height: 14px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    cursor: pointer;
}

.search input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFCCCC !important;
}

.search input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFCCCC !important;
}

.search input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #FFCCCC !important;
}

.search input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #FFCCCC !important;
}

.order {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1232a+0,760405+50,d1232a+100 */
    background: #d1232a;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #d1232a 0%, #760405 50%, #d1232a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #d1232a 0%, #760405 50%, #d1232a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #d1232a 0%, #760405 50%, #d1232a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1232a', endColorstr='#d1232a', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    padding: 3% 6%;
    margin-top: 30px;
}

.order h3 {
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 30px;
    font-family: "CenturyGothicBold";
}

.order form input[type="text"] {
    background: #fff;
    font-family: "CenturyGothicRegular";
    padding: 10px 2%;
    display: block;
    width: 27.33%;
    margin: 1%;
    float: left;
    font-size: 16px;
    color: #999;
    border-radius: 8px;
}

.order form input[type="submit"] {
    background: #1B1B1B;
    font-family: "CenturyGothicRegular";
    padding: 10px 2%;
    display: block;
    width: 200px;
    margin: 1% auto;
    font-size: 16px;
    color: #ffffff;
    border-radius: 8px;
    cursor: pointer;
}

textarea {
    font-size: 16px;
    font-family: "CenturyGothicRegular";
    color: #999;
    background: #fff;
    padding: 10px 2%;
    display: block;
    width: 94%;
    height: 100px;
    margin: 1%;
    float: left;
    border-radius: 8px;
}

.cat .item-c a {
    font-size: 12px;
    color: #E2393E;
    font-weight: normal;
    display: block;
    margin-left: 15px;
    font-family: "CenturyGothicRegular";
}

.cat .item-c .title {
    font-size: 16px;
    color: #E2393E;
    display: block;
    margin-left: 15px;
    font-family: "CenturyGothicBold";
    font-weight: normal;
    margin-bottom: 5px;
    height: 48px;
    overflow: hidden;
}

#cboxWrapper, #colorbox, #cboxContent {
    max-width: 100% !important;
}

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999
}

#cboxWrapper {
    max-width: none
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background: #000;
    opacity: .9;
    filter: alpha(opacity=90)
}

#colorbox {
    outline: 0
}

#cboxContent {
    padding: 40px 20px 20px 20px;
    background: #fff
}

.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    background: #fff
}

#cboxTitle {
    display: none !important;
}

#cboxCurrent {
    display: none !important;
}

#cboxLoadingGraphic {
    background: url(../img/AjaxLoader.gif) no-repeat center center
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none
}

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(../img/controls.png) no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px
}

#cboxPrevious:hover {
    background-position: bottom left
}

#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(../img/controls.png) no-repeat top right;
    width: 28px;
    height: 65px;
    text-indent: -9999px
}

#cboxNext:hover {
    background-position: bottom right
}

#cboxClose {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    background: url(../img/close.svg) no-repeat top center;
    width: 14px;
    height: 14px;
    text-indent: -9999px;
}

.cat .item-c div.pp {
    display: block;
    margin-left: 15px;
    font-size: 12px;
    color: #999999;
    padding: 10px 0;
}

.searech-b {
    background: #CCCCCC;
    padding: 2%;
    margin-bottom: 0px;
}

.searech-b input[type="text"], .searech-b input[type="submit"] {
    padding: 1%;
    font-size: 16px;
    color: #666666;
    font-family: "CenturyGothicRegular";
}

.searech-b input[type="submit"] {
    width: 18%;
    cursor: pointer;
    background: #DDDDDD;
}

.searech-b input[type="text"] {
    width: 80%;
    background: #ffffff;
}

.vc_col-md-3 .item:hover, .vc_col-md-6 .item:hover {
    opacity: 0.7;
}

.vc_col-md-3 .item, .vc_col-md-6 .item {
    position: relative;
    width: 95%;
    display: block;
    margin: 50px auto;
    text-align: center;
}

.vc_col-md-6 .item {
    overflow: hidden;
    height: 233px;
    border: 1px solid #ccc;
    margin: 20px auto;
}

.vc_col-md-3 .item img, .vc_col-md-6 .item img {
    width: 100%;
}

.vc_col-md-3 .item .title, .vc_col-md-6 .item .title {
    position: absolute;
    width: 80%;
    background: #DB3A3F;
    padding: 6px 0;
    top: 10%;
    color: #fff;
    left: 10.2%;
}

.contener {
    position: relative;
    width: 90%;
    margin: 0 auto;
    max-width: 1100px
}

.slider {
    overflow: hidden;
    height: 450px;
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: rgba(226, 57, 62, 0.9);
    z-index: 1;
    height: 119px;
}

header.mine {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1232a+0,760405+50,d1232a+100 */
    background: #d1232a;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #d1232a 0%, #760405 50%, #d1232a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #d1232a 0%, #760405 50%, #d1232a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #d1232a 0%, #760405 50%, #d1232a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1232a', endColorstr='#d1232a', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

header .logo {
    display: block;
    float: left;
}

header .fl-l {
    float: left;
}

header .fl-r {
    float: right;
}

header .fl-l .slog {
    text-transform: uppercase;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 10px;
    font-family: "CenturyGothicBold"
}

header .fl-r .phone {
    font-size: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 7px;
    text-align: right;
    font-family: "CenturyGothicBold";
}

header .fl-r .addres, header .fl-r .email {
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: "CenturyGothicBold";
    text-align: right;
    line-height: 19px;
}

header .fl-r .email a {
    color: #FFFFFF;
}

header .fl-r a.feedback {
    display: inline-block;
    font-size: 12px;
    padding: 2px 30px;
    background: #ffffff;
    color: #DB3A3F;
    text-decoration: none;
    float: right;
    border-radius: 5px;
    margin-top: 3px;
}

video {
    width: 100%;
}

.block-slide {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    width: 40%;
    margin-left: 10%;
}

.block-slide h3 {
    font-size: 30px;
    color: #CC3333;
    font-family: "CenturyGothicBold";
    margin-bottom: 20px
}

.block-slide p {
    font-size: 17px;
    color: #FFFFFF;
}

.block-slide a {
    background: #CC3333;
    font-size: 20px;
    color: #FFFFFF;
    padding: 4px 8px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

.slide-index {
    position: absolute;
    top: 28%;
    width: 100%;
}

nav {
    position: relative;
    background: #1B1B1B;
    padding: 0px 0px;
    border-radius: 5px;
    z-index: 2;
    display: inline-block;
    float: right;
    top: -25px;
}

nav ul {
    list-style: none;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a {
    color: #ffffff;
    font-size: 14px;
    display: block;
    text-decoration: none;
    padding: 15px 22px;
    font-family: "CenturyGothicBold";
}

nav ul li:hover ul.sf-menu {
    top: 35px;
}

ul.sf-menu {
    position: absolute;
    top: -999em;
    z-index: 999;
}

ul.sf-menu {
    padding: 10px 5px;
    left: 0;
    background: #1B1B1B;
    z-index: 300;
    border-top: none;
    border-radius: 5px;
}

ul.sf-menu li {
    padding: 5px 18px;
    border-top: 1px solid #474747;
    width: 80%;
}

nav ul li ul.sf-menu a {
    padding: 0;
}

nav ul li a:hover, .activ {
    color: #DC3B40;
}

.about h2 {
    font-size: 30px;
    color: #666666;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    margin-bottom: 12px;
}

.img-big {
    width: 100%;
    margin-top: 20px;
    display: block;
}

.block-plo-01 {
    width: 90%;
    float: left;
    margin: 30px 0
}

.block-plo-01 ul {
    list-style: none;
}

.block-plo-01 ul li {
    clear: both;
}

.block-plo-01 ul li img {
    float: left;
}

.block-plo-01 ul li div {
    float: left;
    width: 82%;
    margin-left: 3%;
    margin-bottom: 20px;
}

.block-plo-01 ul li div strong {
    display: block;
    font-family: "CenturyGothicBold";
    font-weight: normal;
    font-size: 14px;
    color: #CC3333;
}

.block-plo-01 ul li div {
    display: block;
    font-size: 14px;
    color: #363636;
}

.block-plo-02 {
    width: 90%;
    float: right;
    margin: 30px 0
}

.block-plo-02 h4 {
    font-size: 24px;
    font-weight: normal;
    color: #B90724;
    margin-bottom: 20px;
}

.block-plo-02 p {
    font-size: 14px;
    color: #363636;
    padding-bottom: 20px
}

.about p {
    font-size: 14px;
    color: #666666;
    padding-bottom: 18px;
    text-align: justify;
}

.contact {
    padding-top: 30px;
    margin-top: 40px;
    border-top: 4px solid #D31F30;
    text-align: center;
}

.contact h2 {
    font-size: 36px;
    color: #363636;
    font-weight: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.contact p {
    font-size: 18px;
    color: #363636;
}

.contact a, .about a {
    color: #E2393E
}

#map {
    width: 100%;
    height: 400px;
    margin-top: 30px;
}

.breadcrumb {
    float: right;
    margin-bottom: 20px;
}

.breadcrumb>li {
    display: inline-block;
    font-size: 14px;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #999999;
    content: "/\00a0";
}

.breadcrumb li a {
    text-decoration: none;
    color: #E2393E;
}

.breadcrumb li .page-title {
    text-decoration: none;
    color: #999999;
}

.whit {
    background: #ffffff;
    padding: 5% 3% 2% 3%;
    width: 76% !important;
    margin: 115px auto 0 auto;
}

.information h2 {
    text-transform: uppercase;
    font-size: 30px;
    color: #E2393E;
    font-weight: normal;
}

.information .art {
    color: #7D7D7D;
    font-size: 14px;
    text-transform: uppercase;
}

.information .price {
    font-size: 30px;
    font-family: "CenturyGothicBold";
    color: #E2393E;
    text-transform: uppercase;
    margin-top: 20px;
    float: left;
}

.foto-cat img {
    border: 1px solid #cccccc;
    padding: 2%;
}

.foto-cat img.big {
    width: 86%;
}

.foto-cat img.mini {
    width: 38.5%;
    margin: 1%;
    float: left
}

/* Базовый контейнер табов */

.tabs {
    padding: 0px;
    margin-top: 30px;
}

/* стили секций с содержанием */

.information section {
    display: none;
    padding: 15px;
    background: #fff;
    border: 1px solid #e2393e;
}

.tabs input {
    display: none;
}

/* стили вкладок (табов) */

.tabs label {
    display: inline-table;
    margin: 0;
    font-size: 14px;
    padding: 5px 25px;
    text-align: center;
    color: #666666;
    border: 1px solid #ddd;
    background: #DBDBDB;
}

.vc_col-md-9.cat p {
    padding-top: 20px;
    font-size: 14px;
    color: #1B1B1B;
}

/* изменения стиля заголовков вкладок при наведении */

.tabs label:hover {
    color: #666666;
    cursor: pointer;
}

/* стили для активной вкладки */

.tabs input:checked+label {
    color: #ffffff;
    border: 1px solid #e2393e;
    border-top: 1px solid #e2393e;
    background: #e2393e;
}

/* активация секций с помощью переключателя :checked */

#tab1:checked~#content1, #tab2:checked~#content2 {
    display: block;
}

/* медиа запросы для различных типов носителей */

@media screen and (max-width: 680px) {
    .tabs label:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    .tabs label {
        padding: 15px;
    }
}

strong, b {
    font-weight: normal;
    font-family: "CenturyGothicBold";
}

.cont-komp {
    margin-top: 40px;
    padding-right: 20px;
    box-sizing: border-box;
}

.imags {
    height: 100px;
    overflow: hidden;
}

#content1 strong, #content2 strong, .cont-komp strong {
    font-weight: normal;
    font-family: "CenturyGothicBold";
    font-size: 12px;
}

#content1 h2, #content2 h2, #content1 h3, #content2 h3, .cont-komp h3 {
    font-weight: normal;
    font-family: "CenturyGothicBold";
    font-size: 15px;
    color: #666666;
}

#content1 p, #content2 p, #content2 div, .cont-komp p {
    font-size: 12px;
    color: #666666;
    padding-bottom: 18px;
    text-align: justify;
}

#content1 ul, #content2 ul, .cont-komp ul {
    margin-left: 20px;
    font-size: 12px;
    padding-bottom: 18px;
    color: #666666;
}

.characteristics, .information section table {
    text-align: center;
    width: 100%;
    padding-top: 3px;
}

.characteristics tr:nth-child(2n), .information section table tr:nth-child(2n) {
    background-color: #FFF;
}

.characteristics tr:nth-child(2n+1), .information section table tr:nth-child(2n+1) {
    background-color: #e6e7e8;
}

.information section a {
    color: #E2393E;
}

.characteristics td, .information section table td {
    padding: 10px 20px;
    text-align: left;
    font-size: 12px;
    color: #666666;
}

.footer-w {
    background: #ffffff;
    padding: 3% 0;
    margin: 0;
}

footer {
    margin: 35px 0 10px 0;
    border-top: 1px solid #e9e9e9;
    padding-top: 12px;
}

.footer-nav, .footer-nav a {
    font-size: 11px;
    color: #999999;
}

.footer-nav {
    padding: 12px 0;
}

footer p {
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.mobile_menu select {
    width: 100%;
    border: 0;
    font-size: 18px;
    height: auto;
    padding: 14px 12px;
    background: url(../img/dropdown_plus.png) no-repeat scroll 95% center #1B1B1B;
    color: #FFFFFF;
    -webkit-appearance: none;
    margin: 20px 0 10px 0;
}

.mobile_menu {
    display: none;
}

.pagination {
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 0;
    padding-left: 15px;
}

.pagination>li {
    display: inline;
}

.pagination li:first-child a, .pagination li:first-child span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}

.pagination li:last-child a, .pagination li:last-child span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

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

.pagination li a, .pagination li span {
    background-color: #f0f0e9;
    border: 0;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    margin-right: 5px;
    color: #000;
    border: 1px solid #ddd;
}

.pagination li a:hover {
    background: #E2393E;
    color: #fff;
}

@media screen and (max-width: 1030px) {
    .vc_col-md-3, .vc_col-md-9 {
        width: 50%;
    }
    .sub-polk {
        width: 50% !important;
    }
    .cat .vc_col-md-6 {
        width: 100%;
    }
    header .logo {
        width: 21%;
    }
    .slide-index {
        position: absolute;
        top: 18%;
    }
    .fl-l {
        width: 40%;
    }
    .fl-r {
        width: 38%;
    }
    .search {
        position: relative;
        margin-top: 5px;
    }
    nav {
        top: -19px;
    }
}

@media screen and (max-width: 960px) {
    .cat .item-c {
        width: 99%;
        text-align: center;
        border: 1px solid #ccc;
        padding: 15px 0;
    }
    .cat .item-c .imags {
        width: 100%;
        height: inherit;
    }
    .search {
        position: relative;
        margin: 10px auto 0 auto;
        width: 70%;
    }
    .search input[type="text"] {
        font-size: 20px;
        padding: 10px 2%;
    }
    .whit {
        margin-top: 0;
        width: 85% !important;
    }
    .breadcrumb, .whit h1 {
        float: none;
    }
    .whit h1 {
        margin-bottom: 10px;
    }
    .information h2 {
        margin-top: 20px;
    }
    header .fl-l .slog {
        font-size: 28px;
    }
    header .fl-r .phone {
        margin-top: 20px;
    }
    video {
        display: none;
    }
    header {
        height: 100%;
        position: static;
        background: rgba(226, 57, 62, 1);
    }
    .slide-index {
        position: static;
        margin-top: 20px;
    }
    header .logo {
        float: none !important;
        width: 100%;
        text-align: center;
        background: #fff;
        height: 120px;
        margin-bottom: 20px;
    }
    .fl-l {
        float: none !important;
        width: 100%;
        text-align: center;
    }
    .fl-r {
        float: none !important;
        width: 100%;
        text-align: center;
    }
    header .fl-r a.feedback {
        float: none !important;
        font-size: 20px;
        padding: 8px 30px;
        margin: 20px 0;
    }
    header .fl-r .phone, header .fl-r .addres, header .fl-r .email {
        text-align: center;
    }
    nav {
        display: none;
        position: static;
        float: none;
        top: 0;
        margin: 10px 0;
        width: 100%;
    }
    .block-slide {
        width: 80%;
        margin: 0 auto;
        padding: 5%;
    }
    .slider {
        height: 100%;
    }
    .search input[type="submit"] {
        width: 41px;
        height: 32px;
        background-size: cover;
    }
    .mobile_menu {
        display: block;
    }
    .logo img {
        width: 250px;
        margin-top: -40px;
    }
    .vc_col-md-3 .item .title, .vc_col-md-6 .item .title {
        font-size: 22px;
    }
    .vc_col-md-3 {
        width: 100%
    }
    .foto-cat img.big {
        width: 96%;
    }
    .foto-cat img.mini {
        width: 42.5%;
    }
    .foto-cat {
        width: 100%;
    }
    .vc_col-md-22 {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .sub-polk {
        display: none;
    }
    .vc_col-md-9 {
        width: 100%;
    }
    .order form input[type="text"] {
        width: 94.33%;
    }
    .order h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 400px) {
    header .fl-l .slog {
        font-size: 22px;
    }
    .neo {
        width: 100%;
    }
    .neo .block-plo-01, .block-plo-01 ul, .block-plo-02 {
        width: 100%;
        text-align: center;
    }
    .block-plo-01 ul li img {
        float: none;
    }
    .block-plo-01 ul li div {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
    header .fl-r .phone {
        font-size: 26px;
    }
    .search {
        margin: 8px auto 0 auto;
        width: 100%;
    }
    .vc_col-md-3 .item .title, .vc_col-md-6 .item .title {
        font-size: 18px;
    }
    .tabs label {
        font-size: 12px;
    }
}