
@font-face {
    font-family: "AGLettericaCondensedC-Bold";
    src: url('fonts/AGLettericaCondensedC-Bold.eot'); 
    src: url('fonts/AGLettericaCondensedC-Bold.woff2') format('woff2'), url('fonts/AGLettericaCondensedC-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal
}



@font-face {
    font-family: 'fonts/AGLettericaCondensedC';
    src: url(fonts/AGLettericaCondensedC.ttf)
}
.main-menu ul li.main__2 a {
    color: #ffbe01;
}

.main-menu ul li.main__1 a {
    color: #ffbe01;
}

.up {
    text-transform: uppercase
}

.none {
    text-decoration: none
}

.bold {
    font-weight: bold
}

body,
html {
    width: 100%;
    height: 100%
}

body {
    background: #fff;
    overflow-x: hidden
}

body,
th,
td {
    /* font-family: 'fonts/AGLettericaCondensedC'; */
    /*font-family: 'Open Sans';*/
        font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 14px;
    color: #333
}

body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

img,
table {
    border: none
}

table {
    border-collapse: collapse
}

table td {
    padding: 0
}

table th {
    text-align: center!important
}

a {
    color: #333
}

a:hover {
    text-decoration: none
}

input,
textarea,
button,
select {
    margin: 0;
    outline: none;
    font-family: 'Open Sans', sans-serif
}

section,
header,
footer,
nav,
main {
    display: block
}

.clear {
    clear: both
}

.top-line {
    height: 44px;
    line-height: 44px;
    background: #00244a
}

.top-line .top-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    height: 44px;
}

.top-line .top-menu ul li {
    display: inline-block;
    margin-right: 25px
}

.top-line .top-menu ul li a {
    font-size: 16px;
    color: #b9d8f8;
    text-decoration: underline
}

.top-line .top-menu ul li a:hover {
    color: #ffbe01;
    text-decoration: none
}

.top-line .city-select {
    text-align: right
}

.top-line .city-select .dropdown {
    line-height: 32px;
    margin-top: 5px;
    padding: 0 6px;
    display: inline-block;
    border: 1px solid #225891;
    float: right
}

.top-line .city-select .dropdown:hover a,
.top-line .city-select .dropdown.open a {
    background: none
}

.top-line .city-select .dropdown img {
    vertical-align: middle;
    margin: -2px 4px 0 4px
}

.top-line .city-select .dropdown a {
    color: #fff;
    text-transform: uppercase;
    padding: 0;
   /*  font-family: 'AGLettericaCondensedC-Bold' */
}

.top-line .city-select .dropdown .dropdown-menu {
    padding: 10px 0;
    width: 100%;
    background: #f1f5f8;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    min-width: 0
}

.top-line .city-select .dropdown .dropdown-menu li {
    padding: 0 5px
}

.top-line .city-select .dropdown .dropdown-menu li:hover {
    background: #dae1e9
}

.top-line .city-select .dropdown .dropdown-menu a {
    color: #00244a
}

.header {
    padding: 25px 0
}

.header .logo {
    float: left
}

.header .logo img {
    vertical-align: middle
}

.header .logo span {
    vertical-align: middle;
    display: inline-block;
    margin-left: 15px
}

.header .phones {
    float: right;
    font-weight: bold;
    text-align: right
}

.header .phones span {
    font-size: 17px
}

.header .phones span i {
    color: #ffbe01;
    font-style: normal
}

.header .phones a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #004894;
    text-decoration: underline
}

.header .phones a:hover {
    color: #333;
    text-decoration: none
}

.header .search {
    padding-top: 5px;
    text-align: center
}

.header .search input[type='text'] {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 13px;
    width: 290px;
    height: 44px;
    padding: 0;
    text-indent: 15px;
    border: 1px solid #dadada;
    vertical-align: middle
}

.header .search input[type='submit'] {
    width: 22px;
    height: 22px;
    border: 0;
    cursor: pointer;
    background: url('img/submit.png');
    margin-left: -40px;
    vertical-align: middle;
    opacity: 0.7
}

.header .search input[type='submit']:hover {
    opacity: 1
}

.main-menu {
    height: 58px;
    line-height: 58px;
    background: #005cb5;
    margin-bottom: 30px
}

.main-menu.no_m {
    margin-bottom: 0
}

.main-menu ul {
    padding: 0;
    margin: 0 -15px;
    list-style: none;
    position: relative
}

.main-menu ul:after {
    content: "";
    display: block;
    position: absolute;
    height: 38px;
    width: 1px;
    background: #2e79c2;
    top: 10px;
    right: 0
}

.main-menu ul li {
    text-align: center;
    height: 58px;
    width: 234px;
}

.main-menu ul li:hover {
    background: #046bce
}

.main-menu ul li:hover ul {
    display: block
}

.main-menu ul li:after {
    content: "";
    display: block;
    position: absolute;
    height: 38px;
    width: 1px;
    background: #2e79c2;
    top: 10px;
    left: -1px
}

.main-menu ul li a {
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    /* font-family: 'AGLettericaCondensedC-Bold'; */
}

.main-menu ul li a img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top:-2px;
}

.main-menu ul li ul {
    line-height: 120%;
    z-index: 2;
    margin-top: -1px;
   /* background: rgba(240, 240, 240, 0.9);*/
    width: 286px;
    left: 15px;
   /* width: 100%;*/
    display: none;
}

.main-menu ul li ul:after {
    display: none
}

.main-menu ul li ul li {
    height: auto;
    text-align: left;
    padding: 10px 20px
}

.main-menu ul li ul li:after {
    display: none
}

.main-menu ul li ul li:hover {
    background: #ffbe01
}

.main-menu ul li ul li a {
    font-size: 15px;
    color: #333;
    text-transform: none;
    font-weight: 400
}

.index-page-slider {
    position: relative
}

.index-page-slider .item {
    height: 420px
}

.index-page-slider .item .content {
    padding: 0px 0 0 100px;
    height: 420px;
    display: table-cell;
    vertical-align: middle;
    position:relative;
    z-index:1;
}

.index-page-slider .item .content .big {
    font-weight: bold;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    line-height: 100%
}

.index-page-slider .item .content p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    width: 360px;
    margin: 20px 0 30px
}

.index-page-slider .item .content button {
    font-weight: bold;
    border: 2px solid #ffbe01;
    text-transform: uppercase;
    font-size: 16px;
    background: rgba(1, 1, 1, 0.1);
    color: #ffbe01;
    padding: 10px 30px
}

.index-page-slider .item .content button span {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 25px;
    width: 7px;
    height: 10px;
    background: url('img/str.png') left
}

.index-page-slider .item .content button:hover {
    background: #ffbe01;
    color: #333
}

.index-page-slider .item .content button:hover span {
    background: url('img/str.png') right
}

.index-page-slider .slick-next,
.index-page-slider .slick-prev {
    width: 16px;
    height: 12px;
    border: 0;
    cursor: pointer;
    right: 20px;
    font-size: 0;
    position: absolute;
    z-index: 2
}

.index-page-slider .slick-prev {
    top: 120px;
    background: url('img/prev.png')
}

.index-page-slider .slick-prev:hover {
    background: url('img/prevh.png')
}

.index-page-slider .slick-next {
    bottom: 120px;
    background: url('img/next.png')
}

.index-page-slider .slick-next:hover {
    background: url('img/nexth.png')
}

.index-page-slider .slick-dots {
    position: absolute;
    display: block;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 0;
    margin: 0;
    list-style: none
}

.index-page-slider .slick-dots li.slick-active button {
    background: url('img/doth.png') no-repeat center
}

.index-page-slider .slick-dots li.slick-active button:hover {
    background: url('img/doth.png') no-repeat center
}

.index-page-slider .slick-dots li button {
    border: 0;
    cursor: pointer;
    width: 16px;
    height: 16px;
    font-size: 0;
    background: url('img/dot.png') no-repeat center
}

.index-page-slider .slick-dots li button:hover {
    background: url('img/dot_h.png') no-repeat center
}

.zag {
    text-align: center;
    padding: 45px 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 40px;
    position: relative
}

.zag:after {
    content: "";
    display: block;
    position: absolute;
    width: 160px;
    height: 1px;
    background: #d5d5d5;
    bottom: 35px;
    left: 50%;
    margin-left: -80px
}

.index-page-scroll-items {
    width: 100%;
    max-width: 100%
}

.index-page-scroll-items .list {
    white-space: nowrap;
    height: 240px
}

.index-page-scroll-items .list .item {
    width: 290px;
    text-align: center;
    display: inline-block;
    padding-bottom: 40px
}

.index-page-scroll-items .list .item img {
    max-width: 100%;
    margin-bottom: 25px
}

.index-page-scroll-items .list .item a {
    display: block;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    padding: 0 40px;
    white-space: normal
}

.index-page-scroll-items .jspHorizontalBar {
    height: 10px
}

.index-page-scroll-items .jspTrack {
    background: f1f1f1
}

.index-page-scroll-items .jspDrag {
    background: #ffbe01
}

.index-page-scroll-items .jspDrag:hover {
    background: #ffa801
}

.index-page-scroll-items .jspArrow {
    width: 16px
}

.index-page-scroll-items .jspArrow.jspArrowLeft {
    background: url('img/prev.jpg')
}

.index-page-scroll-items .jspArrow.jspArrowLeft:hover {
    background: url('img/prevh.jpg')
}

.index-page-scroll-items .jspArrow.jspArrowRight {
    background: url('img/next.jpg')
}

.index-page-scroll-items .jspArrow.jspArrowRight:hover {
    background: url('img/nexth.jpg') right
}

.scroll-items-button {
    text-align: center;
    padding: 30px 0
}

.scroll-items-button a {
    border: 0;
    text-decoration: none;
    display: inline-block;
    background: #00244a;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 0 50px;
    height: 44px;
    line-height: 44px;
    font-family: 'Open Sans', sans-serif
}

.scroll-items-button a:hover {
    background: #00448c
}

.container-select {
    background: #f1f1f1;
    text-align: center;
    padding-bottom: 30px
}

.container-select .big {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    padding: 20px 0
}

.container-select .brand {
    text-align: center;
    margin: 15px 0
}

.container-select .brand img {
    max-width: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(1);
    cursor: pointer
}

.container-select .brand img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -webkit-filter: grayscale(0)
}

.container-select form {
    background: #fff;
    padding: 0 30px 20px 30px
}

.container-select form select,
.container-select form .selectBox {
    width: 100%;
    margin-bottom: 12px
}

.container-select form button {
    border: 0;
    cursor: pointer;
    background: #ffbe01;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 70px;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif
}

.container-select form button:hover {
    background: #ffa801
}

.popular-items .slick-next,
.popular-items .slick-prev {
    width: 25px;
    height: 50px;
    border: 0;
    cursor: pointer;
    top: 220px;
    font-size: 0;
    position: absolute;
    z-index: 2
}

.popular-items .slick-prev {
    left: -30px;
    background: url('img/prev2.png')
}

.popular-items .slick-prev:hover {
    background: url('img/prev2h.png')
}

.popular-items .slick-next {
    right: -30px;
    background: url('img/next2.png')
}

.popular-items .slick-next:hover {
    background: url('img/next2h.png')
}

.popular-items .slick-dots {
    position: absolute;
    display: block;
    padding: 0;
    margin: -180px 0 0 0;
    padding: 34px 0;
    width: 100%;
    list-style: none;
    text-align: center
}

.popular-items .slick-dots li {
    display: inline-block
}

.popular-items .slick-dots li.slick-active button {
    background: url('img/dot2h.png') no-repeat center
}

.popular-items .slick-dots li.slick-active button:hover {
    background: url('img/dot2h.png') no-repeat center
}

.popular-items .slick-dots li button {
    border: 0;
    cursor: pointer;
    width: 15px;
    height: 15px;
    font-size: 0;
    background: url('img/dot2.png') no-repeat center
}

.popular-items .slick-dots li button:hover {
    background: url('img/dot2_h.png') no-repeat center
}

.popular-items .button {
    text-align: center;
    margin: -100px 0 10px;
    padding-bottom: 40px;
    position: relative
}

.popular-items .button button {
    border: 0;
    cursor: pointer;
    background: #00244a;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 70px;
    margin-top: 10px
}

.popular-items .button button:hover {
    background: #00448c
}

.catalog-slider .slider-hover {
    z-index: 1
}

.hauto .catalog-item {
    padding-bottom: 0
}

.hauto .slick-dots {
    margin-top: -50px
}

.catalog-item {
    margin: 0 10px 20px 10px;
    padding-bottom: 160px;
    position: relative
}


.catalog-item:hover .content .name {
    color: #004083;
}


.catalog-item .link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%
}

.catalog-item .content {
    background: #f1f1f1;
    padding: 20px 20px 10px 20px;
    text-align: center
}

.catalog-item .content .hit {
    position: absolute;
    left: 0;
    top: 0
}

.catalog-item .content .image {
    max-width: 100%;
    margin-bottom: 15px
}

.catalog-item .content .name {
    display: block;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
    height: 42px
}

.catalog-item .content .price {
    color: #004083;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 15px
}

.catalog-item .content .price span {
    font-size: 28px;
    margin-left: 6px
}

.catalog-item .content button {
    border: 0;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 0;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    cursor: pointer
}

.catalog-item .content button.b1 {
    background: #ffbe01;
    font-size: 16px
}

.catalog-item .content button.b1:hover {
    background: #ffa801
}

.catalog-item .content button.b2 {
    background: none;
    border: 2px solid #dfdfdf;
    padding: 10px 0;
    font-size: 14px
}

.catalog-item .content button.b2:hover {
    border: 2px solid #1791e8;
    color: #333;
}

.catalog-item .bottom-text {
    background: #f1f1f1;
    padding: 0 20px 20px 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 180%;
    color: #000;
    position: absolute;
    width: 100%;
    height: 160px;
    display: none;
    z-index: 2223
}
.catalog-item.catalog-item2 .bottom-text {
    height: inherit;
}

.about {
    background: url('img/about.jpg') no-repeat center;
    background-size: cover;
    padding: 30px 0;
    color: #fff
}

.about .big {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 30px 0
}

.about .numbers {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 20px
}

.about .numbers .item {
    line-height: 280%;
    padding: 12px 0
}

.about .numbers .item div {
    display: inline-block;
    width: 42%;
    margin-right: 20px;
    text-align: right;
    font-weight: bold;
    color: #ffbe01;
    font-size: 16px
}
.about .numbers .item .item__title {
    position: relative;
    display: inline-block;
max-width: 285px;
line-height: 23px;
vertical-align: middle;
}

.about .numbers .item div span {
    font-size: 72px;
    /* font-family: 'AGLettericaCondensedC-Bold'; */
    vertical-align: middle;
    margin-left: 8px
}

.about .garantee {
    border: 2px solid #fff;
    border-bottom: 0;
    padding-bottom: 20px;
    background: url('img/garantee.png') repeat-x bottom center
}

.about .garantee .list {
    padding: 0 40px
}

.about .garantee .list .item {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px
}

.about .garantee .list .item .image {
    float: left;
    height: 70px;
    line-height: 70px
}

.about .garantee .list .item .image img {
    vertical-align: middle
}

.about .garantee .list .item .text {
    padding-left: 40px;
    height: 70px;
    display: table-cell;
    vertical-align: middle
}

.about .garantee .list .item .text b {
    color: #ffbe01
}

.about .garantee .link {
    text-align: center;
    margin: 27px 0 -27px 0
}

.about .garantee .link a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    color: #ffbe01;
    border-bottom: 1px dotted #ffbe01
}

.about .garantee .link a:hover {
    color: #ffa801;
    border-bottom: 0
}

.reviews {
    text-align: center
}

.reviews .item {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: italic;
    padding: 0 130px;
    padding-top: 40px;
    background: url('img/reviews.png') no-repeat top center
}

.reviews .item .author {
    padding-top: 20px;
    font-style: normal;
    font-size: 15px
}

.reviews .item .author span {
    display: block;
    /* font-family: 'AGLettericaCondensedC-Bold'; */
    text-transform: uppercase;
    font-size: 20px
}

.reviews .slick-next,
.reviews .slick-prev {
    width: 25px;
    height: 50px;
    border: 0;
    cursor: pointer;
    top: 50%;
    margin-top: -25px;
    font-size: 0;
    position: absolute;
    z-index: 2
}

.reviews .slick-prev {
    left: -30px;
    background: url('img/prev2.png')
}

.reviews .slick-prev:hover {
    background: url('img/prev2h.png')
}

.reviews .slick-next {
    right: -30px;
    background: url('img/next2.png')
}

.reviews .slick-next:hover {
    background: url('img/next2h.png')
}

.reviews .slick-dots {
    padding: 0;
    margin: 15px 0 40px;
    width: 100%;
    list-style: none
}

.reviews .slick-dots li {
    display: inline-block;
    margin: 0 2px
}

.reviews .slick-dots li.slick-active button {
    background: url('img/dot2h.png') no-repeat center
}

.reviews .slick-dots li.slick-active button:hover {
    background: url('img/dot2h.png') no-repeat center
}

.reviews .slick-dots li button {
    border: 0;
    cursor: pointer;
    width: 15px;
    height: 15px;
    font-size: 0;
    background: url('img/dot2.png') no-repeat center
}

.reviews .slick-dots li button:hover {
    background: url('img/dot2_h.png') no-repeat center
}

h1 {
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 20px
}

h1.big {
    font-size: 40px;
    /* font-family: 'AGLettericaCondensedC-Bold' */
    
    font-weight: normal;
}

h1.line {
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px
}

h2 {
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px
}

h3 {
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 20px
}

h4 {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.index-bottom-text {
    background: #eee;
    padding: 30px 0
}

.index-bottom-text h1 {
    text-align: center
}

.index-bottom-text p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 20px
}

.index-bottom-text p a {
    color: #1791e8;
    text-decoration: underline
}

.index-bottom-text p a:hover {
    color: #333;
    text-decoration: none
}

.footer {
    padding: 40px 0;
    background: url("/assets/templates/bimicon/img/footer.jpg") no-repeat center;
    background-size: cover
}

.footer .copy {
    color: #99b7d7;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 240%
}

.footer .copy .made {
    vertical-align: middle;
    margin-bottom: 6px;
    display: inline-block;
    width: 67px;
    height: 25px;
    background: url('img/made.png') left
}

.footer .copy .made:hover {
    background: url('img/made.png') right
}

.footer .nav ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer .nav ul li {
    padding-bottom: 8px
}

.footer .nav ul li a {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
    text-decoration: none
}

.footer .nav ul li a:hover {
    color: #ffbe01;
    text-decoration: none
}

.footer .phones {
    font-weight: bold;
    text-align: right;
    color: #fff
}

.footer .phones span {
    font-size: 21px
}

.footer .phones span i {
    color: #ffbe01;
    font-style: normal
}

.footer .phones a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #ffbe01;
    text-decoration: underline
}

.footer .phones a:hover {
    color: #ffa801;
    text-decoration: none
}

.footer .phones form {
    margin-top: 15px;
    position: relative
}

.footer .phones form input[type='text'] {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 12px;
    width: 80%;
    height: 38px;
    color: #333;
    padding: 0;
    text-indent: 15px;
    border: 1px solid #dadada;
    vertical-align: middle
}

.footer .phones form input[type='submit'] {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -11px;
    border: 0;
    cursor: pointer;
    background: url('img/submit.png');
    vertical-align: middle
}

.navi {
    background: #f1f1f1;
    padding: 10px 0;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif
}

.navi .main-page {
    display: inline-block;
    border: 1px solid #c5cbcc;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    margin-right: 10px
}

.navi .main-page a {
    color: #8b8b8b;
    text-decoration: underline
}

.navi .main-page a:hover {
    text-decoration: none
}

.navi .main-page img {
    vertical-align: middle;
    margin-right: 6px
}

.navi a {
    color: #8b8b8b;
    text-decoration: underline
}

.navi a:hover {
    text-decoration: none
}

.page-content {
    padding-top: 20px;
    padding-bottom: 60px
}

.error-page .image {
    float: left;
    margin-right: 40px
}

.error-page .b1 {
    font-weight: bold;
    font-size: 73px;
    text-transform: uppercase;
    color: #005cb5;
   /*  font-family: 'AGLettericaCondensedC-Bold'; */
    padding-top: 50px
}

.error-page .b2 {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    /* font-family: 'AGLettericaCondensedC-Bold'; */
    margin: -10px 0 15px
}

.error-page p {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px
}

.error-page button {
    border: 0;
    cursor: pointer;
    background: #ffbe01;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 70px;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif
}

.error-page button:hover {
    background: #ffa801
}

.contacts-page .big {
   /*  font-family: 'AGLettericaCondensedC-Bold'; */
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 3px solid #ffbe01;
    width: 170px;
    margin-bottom: 20px
}

.contacts-page .adress {
    font-family: 'Open Sans', sans-serif;
    background: url('img/adress.png') no-repeat 0 4px;
    padding-left: 40px
}

.contacts-page .phone {
    font-family: 'Open Sans', sans-serif;
    background: url('img/phone.png') no-repeat 0 4px;
    padding-left: 40px;
    margin: 15px 0
}

.contacts-page .mail {
    font-family: 'Open Sans', sans-serif;
    background: url('img/mail.png') no-repeat 0 4px;
    padding-left: 40px;
    line-height: 30px
}

.contacts-page .mail a {
    color: #005cb5
}

.contacts-page .map {
    padding: 25px 20px 25px 0
}

.contacts-page .bottom-text {
    font-size: 13px;
    color: #727272;
    font-family: 'Open Sans', sans-serif
}

.contacts-page .bottom-text span {
    text-transform: uppercase;
    font-weight: bold;
    color: #333
}

.instruction-table {
    width: 100%;
    border-top: 1px solid #dedede
}

.instruction-table td {
    padding: 20px 0;
    border-bottom: 1px solid #dedede
}

.instruction-table td img {
    margin-right: 20px
}

.instruction-table td a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #005cb5;
    text-decoration: underline
}

.instruction-table td a:hover {
    text-decoration: none
}

.print-link {
    float: right;
    padding-top: 10px
}

.print-link a {
    font-family: 'Open Sans', sans-serif;
    text-decoration: underline;
    color: #005cb5
}

.print-link a:hover {
    text-decoration: none
}

.print-link img {
    vertical-align: middle;
    margin-right: 6px
}

.left-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid #c5cbcc
}

.left-menu ul li {
    padding: 8px 10px;
    border-bottom: 1px solid #c5cbcc;
    margin-top: -1px
}

.left-menu ul li:hover {
    background: #f1f1f1
}

.left-menu ul li.active {
    background: #ffbe01;
    border-bottom: 1px solid #ffbe01;
}

.left-menu ul li.active a {
    font-weight: bold
}

.left-menu ul li.active a:before {
    color: #333
}

.left-menu ul li a {
    font-size: 16px
}

.left-menu ul li a:before {
    content: ">";
    color: #bbc3c4;
    margin-right: 6px
}

.product-page {
    padding-left: 20px
}

.product-page .photos {
    float: left;
    width: 42%
}

.product-page .photos * {
    outline: none
}

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

.product-page .photos .slider-for {
    padding: 5px;
    background: #f4f4f4
}

.product-page .photos .slider-nav {
    padding: 15px 0
}

.product-page .photos .slider-nav div {
    text-align: center
}

.product-page .photos .slider-nav div img {
    display: inline
}

.product-page .photos .slick-prev,
.product-page .photos .slick-next {
    width: 28px;
    height: 53px;
    border: 0;
    cursor: pointer;
    padding: 0;
    font-size: 0;
    bottom: 30px;
    z-index: 2;
    position: absolute
}

.product-page .photos .slick-prev {
    left: 0;
    background: url('img/prev3.png');
    opacity: 0.7
}

.product-page .photos .slick-prev:hover {
    opacity: 1
}

.product-page .photos .slick-next {
    right: 0;
    background: url('img/next3.png');
    opacity: 0.7
}

.product-page .photos .slick-next:hover {
    opacity: 1
}

.product-page .info {
    float: right;
    width: 55%
}

.product-page .info .price {
    background: #f4f4f4;
    padding: 15px;
    margin-bottom: 20px
}

.product-page .info .price .left {
    float: left
}

.product-page .info .price .left p {
    font-size: 20px;
    font-family: 'AGLettericaCondensedC-Bold'
}

.product-page .info .price .left p i {
    font-style: normal;
    color: #004083
}

.product-page .info .price .left p i span {
    font-size: 32px
}

.product-page .info .price .left .nal {
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: url('img/nal.png');
    margin-top: 15px
}

.product-page .info .price .left .nal span {
    display: block;
    color: #454545;
    font-family: 'Open Sans', sans-serif;
    padding-left: 20px
}

.product-page .info .price .right {
    float: right
}

.product-page .info .price .right button {
    border: 0;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 0;
    width: 200px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    cursor: pointer
}

.product-page .info .price .right button.b1 {
    background: #ffbe01;
    font-size: 15px
}

.product-page .info .price .right button.b1:hover {
    background: #ffa801
}

.product-page .info .price .right button.b2 {
    background: none;
    border: 2px solid #ffbe01;
    padding: 10px 0;
    font-size: 14px
}

.product-page .info .price .right button.b2:hover {
    border: 2px solid #1791e8
}

.product-page .info .price .no-have {
        width: auto;
    height: 40px;
    background: #ffe2e2;
    border: 1px solid #fbc7c7;
    margin-left: 0px;
    margin-top:10px;
    position: relative;
    display: inline-block;
    padding-right: 25px;
}

.product-page .info .price .no-have:before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 10px;
    background: url('img/no-have.png');
    left: -5px;
    top: 50%;
    margin-top: -5px
}

.product-page .info .price .no-have span {
    line-height: 40px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    padding-left: 25px;
    font-weight: bold
}

.product-page .info .tech {
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    margin-bottom: 20px
}

.product-page .info .tech span {
    display: block;
   /*  font-family: 'AGLettericaCondensedC-Bold'; */
    font-size: 20px;
    display: inline-block;
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 8px
}

.product-page .tabs .tabNavigation {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
    border-bottom: 3px solid #005cb5
}

.product-page .tabs .tabNavigation li {
    display: inline
}

.product-page .tabs .tabNavigation li a {
    display: inline-block;
    margin-right: 10px;
   /*  font-family: 'AGLettericaCondensedC-Bold'; */
    font-size: 18px;
    padding: 0 20px;
    height: 42px;
    line-height: 44px
}

.product-page .tabs .tabNavigation li a:hover {
    background: #e9e9e9
}

.product-page .tabs .tabNavigation li a.selected {
    background: #005cb5;
    color: #fff
}

.tech-table {
    margin-bottom: 30px;
    width: 100%
}

.tech-table tr:nth-child(even) {
    background: #f4f4f4
}

.tech-table tr td {
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif
}

.quick-order {
    background: url("/assets/templates/bimicon/img/quick-order.jpg") no-repeat;
    background-size: cover;
    text-align: center;
    padding: 25px 0 35px;
    color: #fff;
    margin-bottom: -20px
}

.quick-order .big {
  /*   font-family: 'AGLettericaCondensedC-Bold'; */
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.quick-order p {
    font-family: 'Open Sans', sans-serif
}

.quick-order form {
    padding-top: 20px
}

.quick-order form input[type='text'] {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    border: 0;
    color: #333;
    padding: 0;
    text-indent: 10px;
    width: 270px;
    height: 38px;
    vertical-align: middle
}

.quick-order form input[type='submit'] {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background: #ffbe01;
    font-family: 'Open Sans', sans-serif;
    border: 0;
    cursor: pointer;
    width: 270px;
    color: #333;
    margin-left: 18px;
    height: 38px;
    vertical-align: middle
}

.quick-order form input[type='submit']:hover {
    background: #ffa801
}

.page-text {
    padding: 30px 0 0;
    font-family: 'Open Sans', sans-serif
}

.page-text.no_m {
    padding: 0
}

.page-text .big {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 20px
}

.page-text h1.big {
    font-size: 40px
}

.page-text p {
    margin-bottom: 20px
}

.page-text p a {
    color: #1791e8;
    text-decoration: underline
}

.page-text p a:hover {
    color: #333;
    text-decoration: none
}

.page-text ul {
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none
}

.page-text ul li {
    padding: 5px 0 5px 20px;
    position: relative
}

.page-text ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #005cb5;
    left: 5px;
    top: 13px
}

.page-text ul li a {
    color: #005cb5
}

.page-text ul li a:hover {
    text-decoration: underline
}

.page-text ol {
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none
}

.page-text ol li {
    padding: 10px 0 10px 45px;
    position: relative
}

.page-text ol li span {
    font-weight: bold;
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ffbe01;
    left: 0;
    top: 5px
}

.page-text .quote {
    background: #f1f1f1 url('img/quote.jpg') no-repeat 20px 25px;
    padding: 20px 20px 10px 50px;
    margin-bottom: 20px
}

.page-text .quote p {
    font-style: italic;
    margin-bottom: 5px
}

.page-text .quote p.author {
    text-align: right;
    font-style: normal
}

.page-text .selected-text {
    margin-bottom: 20px;
    background: #f1f1f1;
    padding: 20px;
    border: 2px solid #d9d9d9
}

.page-text table {
    width: 100%;
    margin-bottom: 30px
}

.page-text table tr:nth-child(odd) td {
    background: #ebebeb
}

.page-text table tr th {
   /*  font-family: 'AGLettericaCondensedC-Bold'; */
    color: #fff;
    background: #005cb5;
    text-transform: uppercase;
    text-align: left!important;
    padding: 10px 20px
}

.page-text table tr td {
    font-family: 'Open Sans', sans-serif;
    padding: 10px 20px;
    background: #f5f5f5
}

.right-side-content {
    padding-left: 20px
}

.catalog-select {
    background: #f1f1f1;
    padding: 0 30px;
    margin-bottom: 30px
}

.catalog-select.reviews-form ul li {
    font-weight: bold
}

.catalog-select.reviews-form .button button {
    padding: 12px 70px
}

.catalog-select .big {
    text-align: center;
    font-size: 20px;
   /*  font-family: 'AGLettericaCondensedC-Bold'; */
    text-transform: uppercase;
    padding: 15px 0
}

.catalog-select ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.catalog-select ul li {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px
}

.catalog-select ul li:nth-child(3n-1) {
    margin: 0 2%;
    margin-bottom: 10px
}

.catalog-select ul li.text {
    width: 100%
}

.catalog-select ul li .selectBox {
    width: 100%;
    margin-top: 5px;
    background: #fff
}

.catalog-select ul li input[type='text'] {
    width: 100%;
    margin-top: 5px;
    height: 44px;
    border: 1px solid #dadada;
    padding: 0;
    text-indent: 15px
}

.catalog-select ul li textarea {
    width: 100%;
    margin-top: 5px;
    height: 100px;
    border: 1px solid #dadada;
    padding: 10px 0;
    text-indent: 15px
}

.catalog-select .button {
    text-align: center
}

.catalog-select .button button {
    border: 0;
    cursor: pointer;
    background: #ffbe01;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    padding: 8px 70px;
    margin: 10px 0 20px
}

.catalog-select .button button:hover {
    background: #ffa801
}

.catalog-list .catalog-item {
    float: left;
    width: 32%;
    margin: 0 0 30px 0;
    padding-bottom: 0
}

.catalog-list .catalog-item:nth-child(3n-1) {
    margin: 0 2% 30px 2%
}

.catalog-list .button {
    text-align: center
}

.catalog-list .button button {
    border: 0;
    cursor: pointer;
    background: #00244a;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 70px;
    font-family: 'Open Sans', sans-serif
}

.catalog-list .button button:hover {
    background: #00448c
}

.category-top-text {
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    padding-left: 20px;
    /*border-left: 5px solid #005cb5*/
    border-left: 5px solid transparent;
}

.category-top-text span {
    display: block;
   /*  font-family: 'AGLettericaCondensedC-Bold'; */
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px
}

.news-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.news-list .item {
    margin-bottom: 30px
}

.news-list .item .image {
    float: left
}

.news-list .item .text {
    margin-left: 190px;
    position: relative;
    top: -6px;
}

.news-list .item .text .name {
    margin-bottom: 10px
}

.news-list .item .text .name a {
    font-weight: bold;
    text-transform: uppercase;
    color: #005cb5;
    font-size: 20px;
    text-decoration: none
}

.news-list .item .text .name a:hover {
    text-decoration: underline
}

.news-list .item .text p {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px
}

.news-list .item .text .date {
    font-size: 13px;
    color: #898989;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif
}

.news-list .item .text button {
    border: 0;
    cursor: pointer;
    background: none;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #dfdfdf;
    text-transform: uppercase;
    padding: 8px 70px;
    font-family: 'Open Sans', sans-serif
}

.news-list .item .text button:hover {
    border: 2px solid #1791e8
}

.pages {
   /*  font-family: 'AGLettericaCondensedC-Bold'; */
    font-size: 18px;
    padding: 20px 0
}

.pages a {
    display: inline-block;
    border: 1px solid #d8d6d6;
    padding: 8px 0;
    width: 44px;
    text-align: center
}

.pages a:first-child {
    margin-right: 16px
}

.pages a:last-child {
    margin-left: 16px
}

.pages a:hover {
    background: #ececec
}

.pages a.active {
    background: #005cb5;
    border: 1px solid #005cb5;
    color: #fff
}

.pages span {
    margin: 0 8px
}

.reviews-top-link {
    margin-bottom: 30px;
    cursor: pointer
}

.reviews-top-link img {
    vertical-align: middle;
    margin-right: 6px
}

.reviews-top-link span {
    font-size: 20px;
    color: #005cb5;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 2px dotted #005cb5
}

.reviews-top-link span:hover {
    border-bottom: 0
}

.reviews-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.reviews-list li {
    margin-bottom: 30px
}

.reviews-list li .item {
    background: url('img/reviews-item.png') no-repeat 0 2px;
    padding-left: 36px
}

.reviews-list li .item .name {
   /*  font-family: 'AGLettericaCondensedC-Bold'; */
    font-size: 16px;
    text-transform: uppercase
}

.reviews-list li .item .info {
    font-size: 13px;
    color: #737373;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px
}

.reviews-list li .item p {
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px
}

.reviews-list li .item .date {
    font-size: 13px;
    color: #737373;
    font-family: 'Open Sans', sans-serif
}

.reviews-list li .answer {
    border: 1px solid #dadada;
    padding: 15px 20px;
    margin: 20px 0 0 36px;
    position: relative
}

.reviews-list li .answer:before {
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 11px;
    background: url('img/reviews-answer.png');
    top: -11px
}

.reviews-list li .answer .name {
   /*  font-family: 'AGLettericaCondensedC-Bold'; */
    font-size: 16px;
    text-transform: uppercase
}

.reviews-list li .answer .info {
    font-size: 13px;
    color: #737373;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px
}

.reviews-list li .answer p {
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px
}

.reviews-list li .answer .date {
    font-size: 13px;
    color: #737373;
    font-family: 'Open Sans', sans-serif
}

.thanks-page .top-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold
}

.thanks-page .top-text img {
    vertical-align: middle;
    margin-right: 12px;
    float: left
}

.thanks-page .top-text p {
    margin-left: 70px;
    padding-top: 10px
}

.thanks-page button {
    border: 0;
    cursor: pointer;
    background: #00244a;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 40px;
    margin: 20px 0 30px;
    font-family: 'Open Sans', sans-serif
}

.thanks-page button:hover {
    background: #00448c
}

.category-menu {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none
}

.category-menu li {
    float: left;
    width: 17%
}

.category-menu li:nth-child(1),
.category-menu li:nth-child(2),
.category-menu li:nth-child(3),
.category-menu li:nth-child(4) {
    margin-right: 3.7%
}

.category-menu li div {
    display: table;
    width: 100%;
    height: 70px;
    background: #f5f5f5;
    border: 2px solid #e7e7e7
}
.category-menu li.active div {
    background: #e9e9e9;
    border: 2px solid #cdcdcd
}

.category-menu li div:hover {
    background: #e9e9e9;
    border: 2px solid #cdcdcd
}

.category-menu li div.active {
    background: #e1f0fe;
    border: 2px solid #005cb5
}

.category-menu li div a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px
}

.category-menu li div a:hover {
    color: #333
}

.category-menu li div a span {
    display: block;
    font-weight: bold;
    font-size: 16px
}

.popupbg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.8;
    z-index: 11
}

.popup {
    position: fixed;
    top: 50%;
    width: 370px;
    left: 50%;
    margin-left: -185px;
    transform: translateY(-50%);
    background: #fff;
    z-index: 12
}

.popup .top {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    background: #005cb5;
    text-transform: uppercase
}

.popup .close {
    position: absolute;
    right: 4px;
    top: 0;
    opacity: 1
}

.popup .good {
    background: #f0f0f0;
    padding: 15px 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700
}

.popup .good::before {
    display: table;
    content: ' ';
}
.popup .good::after {
    clear: both;
    display: table;
    content: ' ';
}



.popup .good img {
    width: 40px;
    float: left;
    margin-right: 10px
}

.popup form {
    padding: 15px 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700
}

.popup form input[type='text'] {
    width: 100%;
    height: 35px;
    border: 1px solid #d1d1d1;
    padding-left: 15px;
    margin: 6px 0 8px
}

.popup form textarea {
    width: 100%;
    height: 70px;
    border: 1px solid #d1d1d1;
    padding: 15px;
    margin: 6px 0 8px
}

.popup form .submit {
    text-align: center;
    padding-top: 10px
}

.popup form .submit input[type='submit'] {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background: #ffbe01;
    font-family: 'Open Sans', sans-serif;
    border: 0;
    cursor: pointer;
    width: 230px;
    color: #333;
    height: 46px;
    vertical-align: middle
}

.popup form .submit input[type='submit']:hover {
    background: #ffa801
}

input::-ms-clear {
    display: none
}

.mobile-menu {
    display: none
}

.spoiler-body {
    display: none
}

.left-menu .menu-btn {
    display: none
}

select,
.selectBox {
    display: inline-block;
    position: relative;
    line-height: 44px;
    height: 44px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #363636;
    text-align: left;
    text-indent: 15px;
    text-decoration: none
}

.selectBox:hover {
    color: #000;
    text-decoration: none
}

.selectBox-label {
    display: block;
    border: 1px solid #dadada;
    line-height: 44px;
    height: 44px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 40px
}

.selectBox-arrow {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 40px;
    height: 44px;
    background: url('img/select.jpg') no-repeat center;
    overflow: hidden;
    cursor: pointer
}

.selectBox-dropdown-menu {
    position: absolute;
    list-style: none;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    margin: 0;
    padding: 0;
    border: 1px solid #dadada;
    border-top: 0
}

.selectBox-dropdown-menu li {
    display: block
}

.selectBox-dropdown-menu li a {
    display: block;
    padding: 12px 2px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    padding-left: 15px
}

.selectBox-dropdown-menu li a:hover {
    text-decoration: none;
    background: #f1f1f1
}

@media (max-width:1200px) {
    .about .numbers {
        font-size: 16px
    }
    .about .numbers .item div {
        margin-right: 10px
    }
    .header .phones .break {
        display: block
    }
    .index-page-scroll-items .list .item {
        width: 242px
    }
    .index-page-scroll-items .list .item a {
        font-size: 15px
    }
    .error-page .image {
        width: 500px
    }
    .product-page .info .price .left p i span {
        font-size: 24px
    }
    .product-page .info .price .right button {
        width: 150px;
        font-size: 14px!important
    }
    .product-page .tabs .tabNavigation {
        margin-top: 20px
    }
    .product-page .tabs .tabNavigation li a {
        font-size: 16px
    }
    .product-page .info .price .no-have {
        width: auto;
        background: #ffe2e2;
        margin-left: 0;
        border: 1px solid #fbc7c7
    }
    .popular-items .slick-prev {
        left: 0
    }
    .popular-items .slick-next {
        right: 0
    }
}

@media (max-width:991px) {
    .header .logo span {
        width: 140px;
        margin-left: 10px
    }
    .header .phones span {
        font-size: 20px
    }
    .about .garantee {
        margin-top: 30px
    }
    .footer .copy {
        text-align: center;
        margin-bottom: 30px
    }
    .reviews .item {
        padding: 40px 40px 0 40px
    }
    .header .search input[type='text'] {
        width: 240px
    }
    .index-page-scroll-items .list .item {
        width: 380px
    }
    .about .numbers {
        text-align: center
    }
    .about .numbers .item div {
        width: auto
    }
    .catalog-item .content .name {
        font-size: 15px
    }
    .error-page .image {
        float: none;
        margin-right: 0;
        max-width: 100%
    }
    .product-page {
        margin-top: 30px;
        padding-left: 0
    }
    .right-side-content {
        margin-top: 30px;
        padding-left: 0
    }
    .left-menu .menu-btn {
        display: block;
        height: 30px;
        line-height: 30px;
        font-weight: 700;
        font-size: 18px;
        cursor: pointer;
        text-transform: uppercase;
        padding-left: 46px;
        margin-bottom: 10px;
        background: url('img/left-menu.jpg') no-repeat 0 6px
    }
    .left-menu ul {
        display: none
    }
    .product-page .photos .slider-for {
        background: none;
        padding: 0;
        text-align: center
    }
    .product-page .photos .slider-for img {
        border: 5px solid #f4f4f4;
        display: inline
    }
    .popular-items .slick-next,
    .popular-items .slick-prev {
        display: none!important
    }
}

@media (max-width:767px) {
    .menu-button {
        position: absolute;
        left: 10px;
        top: 8px;
        z-index: 2;
        width: 31px;
        height: 18px;
        cursor: pointer;
        background: url('img/menu.png')
    }
    .mobile-menu-bg {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #000;
        opacity: 0.8;
        z-index: 11
    }
    .mobile-menu {
        position: fixed;
        display: block;
        width: 80%;
        height: 100%;
        top: 0;
        left: -1200px;
        background: #fff;
        z-index: 12;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease
    }
    .mobile-menu.opened {
        left: 0
    }
    .mobile-menu .close {
        position: absolute;
        right: 1px;
        top: 1px;
        opacity: 1
    }
    .mobile-menu .close img {
        width: 40px
    }
    .mobile-menu ul {
        padding: 0;
        margin: 0;
        list-style: none
    }
    .mobile-menu ul li a,
    .mobile-menu ul li span {
        display: block;
        padding: 4px 10px;
        border-bottom: 1px solid #ccc;
        margin: 0
    }
    .mobile-menu ul li span {
        cursor: pointer
    }
    .mobile-menu ul li ul {
        display: none
    }
    .mobile-menu ul li ul li a {
        padding: 4px 20px
    }
    .top-line {
        height: auto;
        line-height: 120%;
        padding: 10px 0
    }
    .top-line .top-menu ul {
        display: none
    }
    .top-line .city-select {
        padding-right: 10px;
        margin-top: -5px
    }
    .header {
        text-align: center;
        padding: 10px
    }
    .header .logo {
        float: none
    }
    .header .logo span {
        width: auto
    }
    .header .phones {
        text-align: center;
        float: none;
        padding: 15px 0
    }
    .header .phones .break {
        display: block
    }
    .header .search {
        margin: 10px 0;
        position: relative
    }
    .header .search input[type='text'] {
        width: 100%
    }
    .header .search input[type='submit'] {
        position: absolute;
        margin: 0;
        right: 15px;
        top: 15px
    }
    .main-menu {
        display: none
    }
    .index-page-slider .item .content {
        padding: 10px 60px 10px 10px
    }
    .index-page-slider .item .content .big {
        font-size: 28px
    }
    .index-page-slider .item .content p {
        width: auto
    }
    .about .numbers .item div {
        width: auto
    }
    .about .numbers .item div span {
        font-size: 24px
    }
    .about .numbers {
        font-size: 13px
    }
    .about .garantee {
        margin: 0 10px
    }
    .about .garantee .list {
        padding: 0 10px
    }
    .about .garantee .list .item .text {
        padding-left: 10px
    }
    .reviews .item {
        padding: 40px 10px 0 10px;
        font-size: 13px
    }
    .index-bottom-text {
        padding: 20px
    }
    .footer {
        text-align: center
    }
    .footer .phones {
        text-align: center;
        margin-top: 20px
    }
    .footer .phones form input[type='text'] {
        width: 90%
    }
    .footer .phones form input[type='submit'] {
        right: 10%
    }
    .reviews .slick-next,
    .reviews .slick-prev {
        display: none!important
    }
    .index-page-scroll-items .list .item {
        width: 300px
    }
    .catalog-item .content .image {
        width: 100%
    }
    .container-select .list {
        margin: 0
    }
    .navi {
        line-height: 20px;
        padding: 10px
    }
    .page-content {
        padding-left: 30px;
        padding-right: 30px
    }
    h1.big {
        font-size: 30px
    }
    .error-page .b1 {
        font-size: 50px
    }
    .print-link {
        display: none
    }
    .product-page .photos {
        float: none;
        width: auto
    }
    .product-page .info {
        float: none;
        width: auto
    }
    .product-page .tabs .tabNavigation li a {
        display: block;
        margin-right: 0;
        height: 28px;
        line-height: 28px;
        font-size: 14px
    }
    .quick-order form input[type='text'] {
        margin: 4px 0;
        margin-right: -4px
    }
    .quick-order form input[type='submit'] {
        margin: 4px
    }
    .catalog-select {
        padding: 0 20px
    }
    .catalog-select ul li {
        float: none;
        width: auto;
        margin: 0 0 20px 0!important
    }
    .catalog-select ul li .selectBox,
    .catalog-select ul li select {
        width: 100%
    }
    .catalog-list .catalog-item {
        float: none;
        width: auto;
        margin: 0 0 20px 0!important
    }
    .contacts-page .map {
        padding-right: 0
    }
    .contacts-page .bottom-text {
        margin-bottom: 30px
    }
    .news-list .item .image {
        float: none;
        width: 100%;
        margin: 0 0 20px 0
    }
    .news-list .item .text {
        margin-left: 0
    }
    .page-text table tr th,
    .page-text table tr td {
        padding: 5px 10px
    }
    .pages {
        text-align: center
    }
    .pages a {
        margin-bottom: 5px
    }
    .category-menu li {
        float: none;
        width: auto;
        margin: 0 0 10px 0!important
    }
    .product-page .info .price .left {
        float: none;
        text-align: center
    }
    .product-page .info .price .right {
        float: none;
        margin-top: 15px;
        text-align: center
    }
    .footer {
        padding-bottom: 0px
    }
    .footer .copy {
        padding-bottom: 0px
    }
    .footer .phones form {
       /* position: absolute;
        margin-top: -426px;*/
        width: 100%
    }
    .product-page .info .price .left .nal {
        margin: 10px auto
    }
    .footer .copy {
        margin-top:20px;
    }
    .footer .copy .mmade {
        /*
        position: absolute;
        margin-top: 430px;
        left: 0;
        width: 100%*/
    }
    .catalog-item .content .name {
        font-size: 14px
    }
    .product-page .info .price .no-have span {
        padding-left: 10px;
        font-size: 12px
    }
    .popup {
        width: 300px;
        margin-left: -150px
    }
}

.group:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.selectBox-disabled a{
    color: #c7c7c7!important;
    cursor: default!important;
}

.selectBox-disabled a:hover{
    background: none!important;
}

.catalog-select {
    padding: 0 30px 10px;
}

#mse2_filters > ul{
    text-align: center;
}

#mse2_filters > ul > li{
    text-align: left;
}

div.pagination {
    display: block;
    padding-left: 0;
    margin: 0 auto;
    border-radius: 4px;
    text-align: center;
}

ul.pagination{
    margin: 0;
}

.jspPane{
    // display: flex;
}

.index-page-scroll-items .list{
    height: auto;
    min-height: 240px;
}

.index-page-scroll-items .list .item {
    max-width: 25%;
    width: 290px;
    overflow: hidden;
    // float: left;
    text-align: center;
        vertical-align: top;
}

.index-page-scroll-items .list .item a {
    display: inline-block;
    text-align: center;
        padding: 0 16px;
}

.index-page-scroll-items .list .item img{
    display: block;
    margin: 0 auto 25px;
}

.container-select .brand img{
    opacity: .5;
}

.container-select .brand img:hover{
    opacity: 1;
}

.scroll-items-button{
    padding: 10px 0 40px;
}

.jspHorizontalBar{
    bottom: 5px!important;
}

.catalog-item .content .image {
    width: auto!important;
    height: auto!important;
    margin-left: auto;
    margin-right: auto;
}

.slick-slide, .catalog-item .link{
    border: none;
    outline: none;
}


.filter-reset{
    border: 0;
    cursor: pointer;
    background: #ffbe01;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 70px;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
}

.filters .filter-reset{
    margin: 0 auto 20px;
    display: block;
    position: relative;
    top: 10px;
}

.index-page-scroll-items .list{
    max-width: 100%;
}

.jspPane{
    font-size: 0;
}

.jsPane .item{
    display: inline-block;
}
.qr__contact {
    position: absolute;
    right: 0;
    width: 100px;
    height: 100px;
    top: 6px;
}
.qr__contact img,
.qr__product img {
    display: block;
    max-width: 100%;
}
.qr__product {
    width: 100px;
    height: 100px;
}
.index-page-scroll-items .list .item a{
    display: inline-block!important;
    width: 100%;
    height: 100%;
    text-align: center;
}
#mse2_mfilter .btn_more {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    width: auto;
    background: #00244a;
    color: #fff;
    text-shadow: none;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}
#mse2_mfilter .btn_more:hover {
    background:#ffbe01;
    border-color: #ffbe01;
}
.content--style h1,
.content--style h2,
.content--style h3,
.content--style h4 {
    margin-bottom:30px;
    margin-top:0px;
    color:#363636;
}
.content--style h1 {
    text-align:left;
}
.content--style h2 {
    color:#000000;
    font-size:30px;
}
.content--style h3 {
    font-size: 26px;
}
.content--style h4 {
    font-size: 20px;
}
.content--style {
    color:#363636;
    font-weight: 300;
}
.content--style p {
    color:#363636;
    font-size:15px;
    margin-bottom:20px;
    margin-top:0px;
}
.content--style table {
    empty-cells: show;
    border:none;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.content--style thead {
    background-color: #005cb5;
    color: #fff;
    text-align: left;
    vertical-align: bottom;
}
.content--style td, .content--style th {
    margin: 0;
    overflow: visible;
    padding: 12px 1em;
    
}
.content--style li {
    color:#363636;
}
.content--style table th {
    color:#fff;
    text-align: left !important;
    font-family: "AGLettericaCondensedC-Bold";
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
}
.content--style table td {
    color:#454545;
    font-size:14px;
}
.content--style table tbody tr {
    background-color:#f5f5f5;
}
.content--style table tbody tr:nth-of-type(2n+1) {
    background-color: #ebebeb;
}

.content--style ol {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    counter-reset: myCounter;
}
.content--style ol li {
    list-style: none;
    margin-bottom: 10px;
}
.content--style ol li::before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: #000000;
    display: inline-block;
    text-align: left;
    font-size: 15px;
    margin-right: 14px;
    margin-left: 3px;
    background-color: #ffbe01;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #454545;
    font-size: 14px;
    font-weight: bold;
}
.content--style ul {
    padding: 0 0 0 3px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.content--style ul li {
    list-style: none;
    margin-bottom: 10px;
}
.content--style ul li::before {
    content: ' ';
    width: 5px;
    height: 5px;
    -webkit-border-radius: 2px 3px 3px 2px/2px 2px 3px 3px;
    -moz-border-radius: 2px 3px 3px 2px/2px 2px 3px 3px;
    border-radius: 2px 3px 3px 2px/2px 2px 3px 3px;
    background-color: #005cb5;
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    margin-right: 15px;
}
.content--style p.quote {
    font-size: 14px;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    background: #f1f1f1;
    padding-top: 20px;
    padding-left: 43px;
    padding-right: 16px;
    padding-bottom: 47px;
    font-style: italic;
    color: #454545;
}
.content--style p.quote em {
    display: block;
    text-align: right;
    margin-top: 10px;
    font-style: normal;
}
.content--style p.allocation {
    background-color:#f1f1f1;
    border:2px solid #d9d9d9;
    width:100%;
    box-sizing: border-box;
    padding: 17px;
    font-size: 14px;
}
.content--style p.quote::before {
    content: ' ';
    background: url('img/content--quote.png') no-repeat;
    width: 14px;
    height: 11px;
    display: block;
    margin-bottom: 15px;
    position: absolute;
    left: 15px;
    top: 25px;
}
.slider__shadow {
    width: 100%;
    position: absolute;
    top: 0;
}
.slider__shadow img {
    display:block;
    max-width:100%;
}
.popular-items2 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 40px;
}

@media (max-width: 1024px) {
    .index-page-scroll-items .list .item{
        max-width: 33.333%;
    }
}

@media (max-width: 768px) {
    .index-page-scroll-items .list .item{
        max-width: 50%;
        width: 50%;
    }
    .content--style h3 {
        font-size:20px;
    }
    
}
@media screen and (max-width: 970px) and (min-width: 768px) {
    .main-menu ul li a {
        font-size: 12px;
    }
    .qr__contact {
        top:-75px;
    }
}    
@media screen and (max-width: 970px) and (min-width: 768px) {
    .catalog-item:hover .bottom-text {
        display: none;
    }
    .top-line .top-menu ul li a {
        font-size:14px;
    }
    .sisea-search-form fieldset {
        position:relative;
    }
    .header .search input[type='submit'] {
        position: absolute;
        top: 10px;
        right: 15px;
    }
}
@media (max-width: 480px) {
    .about .numbers .item .item__title {
        top:0;
    }
    .index-page-scroll-items .list .item{
        max-width: 100%;
        width: auto;
    }
    .slider__shadow  {
        background: rgba(0,36,74,0.1);
        height: 100%;
        
    }
    .slider__shadow img {
        display: none !important;
    }
    
    .news__imgs {
        float: inherit !important;
        margin-bottom: 20px;
    }
    .news-list .item .text .date {
        padding-bottom:10px;
    }
}
@media screen and (min-width: 100px) and (max-width: 970px)  {
    .catalog-item:hover .bottom-text,
    .catalog-item .bottom-text {
        display: none !important;
    }
    .mse2_mfilter-home button {
        width: 85%;
    }
}
.page-content-re {
        position:relative;
    }
   
    
    

