html {
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: Arial;
    font-size: 12px;
    color: #333333;
    line-height: 22px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    position: relative;
}

form,
div {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

table,
td {
    border: 0px;
    margin: 0px;
}

table {
    padding: 0px;
}

td,
div {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    line-height: 22px;
}

img {
    outline: none;
}

img.right {
    float: right;
    margin: 0px 0px 5px 10px;
    border: 1px solid #7f7f7f;
}

img.left {
    float: left;
    margin: 0px 10px 5px 0px;
    border: 1px solid #7f7f7f;
}

img.bordered {
    border: 1px solid #efefef;
    padding: 2px;
}

a {
    outline: none;
    color: #0099ff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

a img {
    border: 0px;
}

p {
    text-indent: 0px;
    padding: 0px 0px 12px 0;
    margin: 0px;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a {
    font-family: Arial, Georgia, Helvetica, sans-serif;
    font-weight: bold;
    line-height: normal;
    padding: 0px 0px 0px 0px;
}

h1,
h1 a {
    font-size: 20px;
    margin: 0px 0px 10px 0px;
    color: #333333;
}

h2,
h2 a {
    font-size: 18px;
    margin: 0px 0px 10px 0px;
    color: #333333;
}

h3,
h3 a {
    font-size: 16px;
    margin: 0px 0px 10px 0px;
    color: #333333;
}

ul li {
    list-style-type: square;
}

li {
    padding-bottom: 10px;
}

form input,
form textarea,
form select {
    font-size: 12px;
    font-family: Tahoma, Helvetica, sans-serif;
    border-right: 1px solid #75BCD3;
    border-top: 1px solid #75BCD3;
    border-bottom: 1px solid #efefef;
    border-left: 1px solid #efefef;
    outline: none;
}

form input.button {
    border: none;
}

form input.chbox {
    border: 0px;
    background: none;
}

form .err {
    background-color: #FAD7D8;
}

table.nospacing {
    clear: both;
    border-collapse: collapse;
    border-spacing: 0px;
}

div.withpad {
    padding: 0px 100px;
}

.out {
    width: 1006px;
    margin: auto;
    text-align: left;
}

.ie-box {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.clear {
    clear: both;
    display: block;
}

html {
    background: #75bcd3 url(./images/topBackground.jpg) repeat-x center top;
}

.body {
    background: url(./images/bottomBgRepeat.jpg) repeat-x center bottom;
}

#page {
    background: url(./images/bottomBackground.jpg) no-repeat center bottom;
}

#wrapper {
    width: 1000px;
    margin: 0 auto;
    min-height: 1290px;
}

#header {
    padding: 18px 10px;
}

#header.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff, #eaeaea);
    -moz-box-shadow: 0 5px 5px 0 #999;
    -webkit-box-shadow: 0 5px 5px 0 #999;
    box-shadow: 0 5px 5px 0 #999;
    padding: 8px 0;
    z-index: 1000;
}

.header-cc {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
}

.sticky-header .header-cc {
    width: 1000px;
    margin: auto;
}

#logo {
    width: 280px;
}

#socials-search {
    text-align: center;
}

.sticky-header #logo {
    display: none;
}

.sticky-header #topContacts {
    float: left;
    padding: 0;
    margin-right: 40px;
    overflow: hidden;
    height: 28px;
}

.sticky-header #topContacts img {
    position: relative;
    margin-top: -14px;
}

#lang {
    float: right;
    margin-bottom: 10px;
}

#lang a {
    font-size: 11px;
    color: #0a87b0;
    text-decoration: none;
    display: inline-block;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
}

#lang a.active {
    background: #0a87b0;
    color: #ffffff;
}

#lang a:hover {
    text-decoration: none;
    color: #0099ff;
}

#lang a.active:hover {
    background: #0099ff;
    color: #ffffff;
}

.sticky-header #lang {
    display: none;
}

#azimp-you {
    float: right;
    padding-top: 8px;
    margin: 0 40px 0 0;
}

#azimp-you img {
    height: 27px;
}

.socials--top {
    text-align: center;
    margin-bottom: 10px;
}

.sticky-header .socials--top {
    margin-bottom: 0;
    margin-right: 40px;
}

.socials--top a {
    display: inline-block;
    text-decoration: none;
}

.socials--top i {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    color: #fff;
}

.socials--top .fa-facebook {
    background-color: #1877f2;
}

.socials--top .fa-youtube-play {
    background-color: #ff0000;
}

.socials--top .fa-instagram {
    background-color: #c32aa3;
}

.socials--top .fa-twitter {
    background-color: #1da1f2;
}

.socials--top .fa-linkedin {
    background-color: #0a66c2;
}

.sticky-header #azimp-you {
    float: left;
    padding-top: 0;
}

.sticky-header .socials--top {
    float: left;
    padding-top: 4px;
}

#topSearch {
    position: relative;
    background: #ffffff;
    border-radius: 50%;
    overflow: hidden;
    width: 150px;
    padding: 0 30px 0 15px;
    border-radius: 16px;
    box-shadow: inset 0 0 3px 3px #e5e5e5;
    overflow: hidden;
}

#topSearch .inputboxtopSearch {
    height: 32px;
    line-height: 32px;
    width: 100%;
    border: none;
    background: transparent;
}

#topSearch .buttontopSearch {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background: #0a87b0;
    border-radius: 16px;
    border: none;
    text-indent: -300px;
    overflow: hidden;
}

#topSearch .buttontopSearch::before {
    font-family: FontAwesome;
    content: "\f002";
    position: absolute;
    left: 0;
    width: 100%;
    display: block;
    text-indent: 0;
}

#topSearch .buttontopSearch .sticky-header #topSearch {
    float: left;
    clear: none;
    margin: 5px 40px 0 0;
}

#siteMap {
    float: right;
    padding-top: 10px;
    margin-right: 40px;
    display: none;
}

#siteMap a {
    font-size: 11px;
    color: #0099ff;
}

#qr {
    background: url(./images/fav_list.png) no-repeat 0% 0%;
    padding: 0 0 0 25px;
}

#qr p {
    margin: 0px;
}

#cart {
    clear: right;
    width: 220px;
    background: #eaf9ff url(./images/tblHeadBg.png) repeat-x scroll 0 100%;
    position: relative;
    z-index: 101;
    border-radius: 16px;
}

#cart a.cart-a {
    display: block;
    cursor: pointer;
    text-decoration: none;
}

#cart .cart-sum {
    padding: 0 34px;
    line-height: 32px;
    color: #0a87b0;
    font-size: 13px;
    position: relative;
}

#cart .cart-sum::before,
#cart .cart-no::before {
    font-family: FontAwesome;
    content: "\f07a";
    position: absolute;
    left: 0;
    width: 100%;
    display: block;
    text-indent: 0;
    width: 32px;
    text-align: center;
    font-size: 18px;
}

#cart .cart-num {
    width: 32px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #0a87b0;
    border-radius: 16px;
    overflow: hidden;
}

#cart .cart-no {
    padding: 0 34px;
    line-height: 32px;
    color: #0a87b0;
    font-weight: bold;
    font-size: 13px;
}

.sticky-header #cart {
    margin: 0;
    position: static;
}

.sticky-header #cart a.cart-a {
    position: relative;
}

#topMenu {
    clear: both;
    background: url(./images/topMenuBg.png) no-repeat 7px top;
    width: 1000px;
    height: 62px;
    margin: auto;
}

#topMenu ul {
    padding: 20px 12px 0 12px;
    margin: 0;
}

#topMenu ul li {
    float: left;
    list-style: none;
    margin: 0 25px;
}

#topMenu ul li a {
    font-size: 13px;
    color: #999999;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

#topMenu ul li.active a,
#topMenu ul li a:hover {
    color: #54a1bd;
}

.sticky-header #topMenu {
    float: left;
    clear: none;
    width: 25px;
    height: 21px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 3px solid #0a87b0;
    border-bottom: 3px solid #0a87b0;
    position: relative;
    background: none;
    cursor: pointer;
    margin-top: 5px;
}

.sticky-header #topMenu:before,
.sticky-header #topMenu:after {
    position: absolute;
    height: 3px;
    background-color: #0a87b0;
    left: 0;
    right: 0;
    content: "";
}

.sticky-header #topMenu:before {
    top: 3px;
}

.sticky-header #topMenu:after {
    bottom: 3px;
}

.sticky-header #topMenu ul {
    display: none;
}

.cart-float-outer {
    position: absolute;
    top: 100%;
    right: 0;
    text-align: center;
    background: #ffffff;
    height: auto;
    -moz-box-shadow: 0 5px 5px 0 #999;
    -webkit-box-shadow: 0 5px 5px 0 #999;
    box-shadow: 0 5px 5px 0 #999;
    z-index: 2000;
    width: 1000px;
}

.sticky-header .cart-float-outer {
    left: 0;
    width: auto;
}

.cart-float-full {
    text-align: left;
    width: 1000px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.cart-float-layout {
    background-color: #000;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.cart-float-full .cf-exit {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: url(./images/exit.png) no-repeat 50% 50%;
}

.cart-float-full-in {
    padding: 30px;
}

.sticky-header .cart-float-full-in {
    padding: 30px 0;
}

body.pager-no-scroll,
body.div-no-scroll {
    overflow: hidden;
}

#tbl {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 980px;
    margin: 0px 10px;
}

#left {
    vertical-align: top;
    width: 240px;
    padding: 0px;
}

#left .cc {
    padding: 10px 3px 20px 0px;
}

#left .block {
    margin: 0 0 5px 0;
    text-align: left;
}

.middle .title {
    text-align: left;
}

.middle .title div {
    text-align: left;
}

#bxid_262136 {
    margin: 0 auto;
}

#left .block .top {
    background: url(./images/leftBlockTopBg.png) no-repeat left top;
    padding: 8px 0 0 0;
    width: 237px;
}

#left .block .bottom {
    background: url(./images/leftBlockBottomBg.png) no-repeat left bottom;
    padding: 0 0 8px 0;
}

#left .block .middle {
    background: url(./images/leftBlockMiddleBg.png) repeat-y left top;
    padding: 0px 16px;
}

#left .block .title {
    background: url(./images/headingBg.png) no-repeat left bottom;
    padding: 10px 0 10px 0;
    margin-bottom: 5px;
}

#leftMenu ul {
    padding: 0;
    margin: 0px;
}

#leftMenu ul li {
    font-weight: bold;
    list-style: none;
    padding: 5px 0px;
    border-bottom: 2px solid #ebf2f3;
    line-height: 18px;
}

#leftMenu ul li a {
    background: url(./images/leftMenuLvl1Arr.png) no-repeat left 6px;
    font-size: 14px;
    color: #666666;
    text-decoration: none;
    display: block;
    padding: 0 19px;
}

#leftMenu ul li a.active {
    background: url(./images/leftMenuLvl1ArrActive.png) no-repeat left 6px;
}

#leftMenu ul li ul {
    margin: 5px 0 0 20px;
}

#leftMenu ul li ul li {
    border: none;
    font-weight: 100;
    padding: 2px 0;
}

#leftMenu ul li ul li a {
    background: none;
    padding: 0;
    font-size: 12px;
    color: #0099ff;
    text-decoration: underline;
}

#leftMenu ul li ul li a:hover {
    color: #ff3333;
    text-decoration: none;
}

#leftMenu ul li ul li.active a {
    color: #ff3333;
    text-decoration: none;
}

#leftMenu ul li ul li a.active {
    background: none;
    color: #ff3333;
}

#leftMenu ul li ul li.active ul li.active a,
#leftMenu ul li ul li.active ul li.active ul li.active a {
    font-size: 11px;
    color: #ff3333;
}

#leftMenu ul li ul li.active ul li.active ul li a {
    color: #0099ff;
}

#leftMenu ul li ul li ul li a {
    font-size: 11px;
}

#leftMenu ul li ul li.active ul li a {
    font-size: 11px;
    color: #0099ff;
    font-weight: normal;
    text-decoration: underline;
}

#leftMenu ul li ul li.active ul li a:hover {
    text-decoration: none;
}

.ais #feedback2,
.ais #feedback,
.ais #question,
.ais #record,
.ais #invite {
    display: none;
}

.ajForms div,
.ajForms p {
    font-size: 11px;
}

.ajForms .title {
    background: url(./images/headingBg.png) no-repeat left bottom;
    padding: 0px 0 10px 0;
}

.ajForms .input {
    padding: 0 0 8px 0;
    font-size: 11px;
}

.ajForms .text input,
.ajForms .email input {
    width: 150px;
}

.ajForms .textarea textarea {
    width: 207px;
    height: 88px;
}

.ajForms .input input.text {
    width: 150px;
}

#lfixed {
    position: fixed;
    top: 230px;
    left: 0px;
    width: 120px;
}

.filltab,
.filltab2 {
    border-collapse: separate;
    border-spacing: 1px;
    margin-bottom: 12px;
}

.filltab td,
.filltab th,
.filltab2 td,
.filltab2 th {
    padding: 6px 6px;
    line-height: normal;
    vertical-align: top;
}


/*
.filltab tr.head b,
.filltab tr.head strong {}

.filltab td a {}
*/

.filltab td p,
.filltab2 td p {
    padding: 0px;
}

.filltab tr td.row1,
.filltab tr.row1 td {
    background: #fefefe;
}

.filltab tr td.row2,
.filltab tr.row2 td {
    background: #F5FAFD;
}

.filltab2 tbody tr:nth-child(2n-1) td {
    background: #fefefe;
}

.filltab2 tbody tr:nth-child(2n) td {
    background: #F5FAFD;
}

.filltab tr td.head,
.filltab tr.head td,
.filltab thead th,
.filltab2 tbody tr.head td,
.filltab2 thead th {
    background: #EAF9FF url(./images/tblHeadBg.png) repeat-x 0% 100%;
    font-weight: normal;
}

.filltab tr td.head strong,
.filltab tr.head td strong,
.filltab tr td.head b,
.filltab tr.head td b,
.filltab2 b,
.filltab2 strong {
    font-weight: normal;
}

.edmund-content .filltab td {
    text-align: center;
}

.edmund-content .filltab tbody tr:nth-child(2n-1) td {
    background: #fefefe;
}

.edmund-content .filltab tbody tr:nth-child(2n) td {
    background: #F5FAFD;
}

ul.marked {
    padding: 0px 6px 12px 6px;
    margin: 0px;
    list-style: none;
}

ul.marked li {
    margin: 0px 0px 2px 0px;
    padding: 0px 0px 0px 12px;
    list-style: none;
    list-style-position: outside;
    background: url(./images/ar.png) no-repeat 0 10px;
}

#main {
    width: 740px;
    vertical-align: top;
    padding: 0px;
}

#main .cc {
    padding: 10px 0px 20px 4px;
}

#main .top {
    background: url(./images/contentTopBg.png) no-repeat left top;
    padding: 8px 0 0 0;
}

#main .bottom {
    background: url(./images/contentBottomBg.png) no-repeat left bottom;
    padding: 0 0 8px 0;
}

#main .middle {
    background: url(./images/contentMiddleBg.png) repeat-y left top;
    padding: 0 20px 10px 19px;
}

#main .title,
#main h1 {
    background: url(./images/headingBg.png) no-repeat left bottom;
    padding: 10px 0 10px 0;
}

#main .title {
    position: relative;
}

#main h1 {
    padding: 10px 0 20px 0;
}

#main ul.breadcrumb-navigation {
    padding: 1px 3px;
    margin: 0px 0px 10px 0px;
    font-size: 12px;
    background: #efefef;
}

#main ul.breadcrumb-navigation li {
    margin: 0px 6px 0px 0px;
    padding: 0px;
    display: inline;
}

#main ul.breadcrumb-navigation li a {
    font-size: 11px;
}

#slider {
    background: url(./images/sliderBg.png) no-repeat left top;
    width: 737px;
    height: 261px;
    overflow: hidden;
    margin: 0px 0px 10px 0px;
}

#slider .item {
    padding: 4px;
}

#slider .item img {
    width: 729px;
    height: 253px;
}

#content {
    margin: 0 0 16px 0;
}

#content .text {
    margin: 0 0 20px 0;
}

#suppliers .top,
#suppliers .bottom,
#suppliers .middle {
    float: left;
}

#suppliers ul {
    margin: 0;
    padding: 0;
}

#suppliers ul li {
    list-style: none;
    float: left;
}

#main #suppliers .middle {
    padding: 0 9px 0 19px;
}

.subscribe {
    background: url(./images/news-subscribe.png) no-repeat 0 50%;
    color: #F01A21;
    padding: 0px 0px 2px 24px;
}

#lastNews {
    clear: both;
}

#lastNews .subscribe {
    position: absolute;
    top: 14px;
    right: 150px;
}

#lastNews .allnews {
    position: absolute;
    top: 14px;
    right: 0px;
}

#lastNews td {
    vertical-align: top;
    width: 33%;
    padding: 0px 6px;
}

.news .item {
    clear: both;
}

.news .item td {
    padding: 12px 0px 12px 0px;
    vertical-align: top;
    border-bottom: 1px solid #efefef;
}

.news .image {
    width: 175px;
}

.news .tp {
    height: 18px;
}

.news .date {
    float: left;
    padding: 2px 0px 0px 24px;
    background: url(./images/date.png) no-repeat 0 50%;
    font-size: 11px;
    color: #999;
}

.news .section {
    float: right;
    padding: 0px 0px 0px 24px;
    background: url(./images/share.png) no-repeat 0 50%;
    font-size: 11px;
    color: #999;
}

.news .section a {
    font-size: 11px;
    color: #F01A21;
}

.news .name {
    font-size: 16px;
    padding: 10px 0px;
}

.news .video {
    margin-bottom: 20px;
    text-align: center;
}

.news .video iframe {
    margin: auto;
}

.news .name a {
    font-size: 16px;
}

.news .info {
    width: 300px;
    float: left;
    margin: 0px 15px 12px 0px;
}

.news .property {
    padding: 6px;
    background: #efefef;
}

.news .property td {
    font-size: 11px;
    vertical-align: top;
}

.news .property td a {
    font-size: 11px;
}

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

.news .property ul li {
    margin: 0px 0px 2px 0px;
    padding: 0px 0px 0px 14px;
    list-style: none;
    list-style-position: outside;
    background: url(./images/ar.png) no-repeat 0 50%;
}

.news .cats td a {
    color: #F01A21;
}

#lastNews .news .name,
#lastNews .news .name a {
    font-size: 11px;
}

#lastNews .news .section {
    float: left;
}

#lastNews .news .image {
    float: left;
    width: auto;
    padding: 0px 10px 2px 0px;
}

#lastNews .news .image img {
    width: 70px;
}

.listcat .item {
    clear: both;
}

.listcat .item td {
    padding: 12px 0px 12px 0px;
    vertical-align: top;
    border-bottom: 1px solid #efefef;
}

.listcat .image {
    width: 115px;
}

.listcat .name {
    font-size: 16px;
    padding: 10px 0px;
}

.listcat .name a {
    font-size: 16px;
}

.listcat .date {
    font-size: 11px;
    color: #999;
}

.goods {
    width: 100%;
}

.goods td {
    padding: 0px 10px 30px 10px;
    vertical-align: top;
}

.goods .item .name {
    margin-bottom: 4px;
}

.goods .item .name a {
    font-size: 14px;
    padding: 3px 6px;
    background: #efefef;
    display: block;
}

.goods .item .price {
    padding-bottom: 4px;
}

.goods .item .image {
    padding-bottom: 4px;
}

.goods .item .desc {
    color: #838383;
    font-size: 11px;
    padding-bottom: 4px;
}

.goods .item .desc a {
    font-size: 11px;
}

.goods .item .desc p {
    margin-bottom: 0px;
}

.catalog-detail .image {
    width: 250px;
    vertical-align: top;
}

.catalog-detail .buttons {
    vertical-align: top;
    width: 435px;
}

.catalog-detail .buttons .l {
    width: 60%;
    float: left;
}

.catalog-detail .buttons .l div,
.catalog-detail .buttons .l li,
.catalog-detail .buttons .l a {
    font-size: 11px;
}

.catalog-detail .buttons .r {
    width: 136px;
    float: right;
}

.catalog-detail .buttons .catalog-item-dwl .name {
    display: block;
    padding: 1px 5px;
    font-weight: bold;
    background-color: #DAEDF3;
    float: left;
}

.catalog-detail .buttons .catalog-item-dwl ul {
    margin: 0px;
    padding: 1px 3px;
    clear: left;
    background-color: #DAEDF3;
}

.catalog-detail .buttons .catalog-item-dwl ul li {
    margin: 0px 0px 4px 0px;
    padding: 0px 0px 0px 22px;
    background: url(./images/dwnIcon.png) no-repeat 1px 6px;
    list-style: none;
    list-style-position: outside;
}

.catalog-detail .buttons .catalog-item-qst {
    background: url(./images/question.png) no-repeat 0% 50%;
    padding: 3px 0px 3px 22px;
}

.catalog-detail .buttons .catalog-item-add {
    background: url(./images/fav.png) no-repeat 0% 50%;
    padding: 3px 0px 3px 22px;
}

.catalog-detail .buttons h4 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 2px 0;
}

.catalog-detail .catalog-price {
    margin-bottom: 10px;
}

.catalog-detail .catalog-price .price {
    font-size: 14px;
    font-weight: bold;
    color: #ce0000;
}

.catalog-detail .filltab td {
    padding: 3px 3px;
    font-size: 11px;
}

.catalog-section .desc .filltab td {
    padding: 4px 6px;
    font-size: 11px;
}

.catalog-section ul {
    margin-top: 0px;
}

.catalog-section .catalog-item-dwl {
    width: 360px;
    float: right;
    margin: 0px 0px 10px 15px;
}

.catalog-section .catalog-item-dwl .name {
    display: block;
    padding: 1px 5px;
    font-weight: bold;
    background-color: #DAEDF3;
    float: left;
}

.catalog-section .catalog-item-dwl ul {
    margin: 0px;
    padding: 1px 3px;
    clear: left;
    background-color: #DAEDF3;
}

.catalog-section .catalog-item-dwl ul li {
    margin: 0px 0px 4px 0px;
    padding: 0px 0px 0px 22px;
    background: url(./images/dwnIcon.png) no-repeat 1px 6px;
    list-style: none;
    list-style-position: outside;
}

.exhibitions-list .item {
    clear: both;
}

.exhibitions-list .item td {
    padding: 12px 0px 12px 0px;
    vertical-align: top;
    border-bottom: 1px solid #efefef;
}

.exhibitions-list .devent {
    width: 150px;
    vertical-align: middle;
}

.exhibitions-list .image {
    width: 130px;
    text-align: right;
}

.exhibitions-list .event_date {
    font-size: 16px;
    font-weight: bold;
    color: #54A1BD;
    padding-bottom: 15px;
}

.exhibitions-list .nextEx .event_date {
    color: #F01A21;
}

.exhibitions-list .name {
    font-size: 16px;
    padding: 0px 0px 5px 0px;
}

.exhibitions-list .name a {
    font-size: 16px;
}

.exhibitions-list .date {
    font-size: 11px;
    color: #999;
    padding: 0px 0px 2px 0px;
}

.exhibitions-list .invite-qst {
    background: url(./images/invite.png) no-repeat 0% 50%;
    padding: 2px 0px 3px 22px;
}

.exhibitions-list .invite-qst a {
    font-size: 11px;
    color: #F01A21;
}

.ex-detail .date {
    font-size: 11px;
    color: #999;
    padding-bottom: 10px;
}

.ex-detail .devent {
    float: left;
}

.ex-detail .event_date {
    font-size: 16px;
    font-weight: bold;
    color: #54A1BD;
    padding-bottom: 10px;
}

.ex-detail .invite-qst {
    background: url(./images/invite.png) no-repeat 0% 50%;
    padding: 2px 0px 3px 22px;
}

.ex-detail .invite-qst a {
    font-size: 11px;
    color: #F01A21;
}

.ex-detail .image {
    float: right;
}

.ex-detail .desc {
    clear: both;
    padding: 10px 0px;
}

.ex-detail .photo {
    clear: both;
    padding: 10px 0px;
}

.ex-detail .video {
    clear: both;
    padding: 10px 0px;
}

#readmoreBtn a {
    padding: 1px 3px 1px 22px;
    display: block;
    border: 1px solid #efefef;
    float: left;
    text-decoration: none;
    font-size: 11px;
    color: #F01A21;
}

#readmoreBtn .down {
    background: url(./images/showIcon.png) no-repeat 2px 50%;
}

#readmoreBtn .up {
    background: url(./images/hideIcon.png) no-repeat 2px 50%;
}


/* .catalog-section .desc p { padding: 0px; } */

.sup-cats .name {
    display: block;
    padding: 1px 5px;
    font-weight: bold;
    background-color: #F5FAFD;
    float: left;
}

.sup-cats ul {
    margin: 0px;
    padding: 1px 3px;
    clear: left;
    background-color: #F5FAFD;
}

.sup-cats ul li a {
    font-size: 11px;
    color: #F01A21;
}

.supliers-list .item {
    clear: both;
}

.supliers-list .item td {
    padding: 12px 0px 12px 0px;
    vertical-align: top;
    border-bottom: 1px solid #efefef;
}

.supliers-list .image {
    width: 175px;
}

.supliers-list .image img {
    width: 160px;
}

.supliers-list .name {
    font-size: 16px;
    padding: 0px 0px 10px 0px;
}

.supliers-list .name a {
    font-size: 16px;
}

.supliers-list .sup-cats {
    width: 250px;
}

.supliers-list .date {
    font-size: 11px;
    color: #999;
}

.supliers-detail .date {
    font-size: 11px;
    color: #999;
}

.supliers-detail .sup-cats {
    float: right;
}

.supliers-detail .image {
    float: left;
}

.more {
    float: right;
    background: url(./images/ar.png) no-repeat 100% 50%;
    padding: 0px 10px 0px 0px;
}

.back {
    float: left;
    background: url(./images/ar.png) no-repeat 100% 50%;
    padding: 0px 10px 0px 0px;
}

#footer {
    clear: both;
    background: url(./images/footerBg.png) no-repeat center top;
    height: 60px;
    padding: 20px 16px 0 16px;
    position: relative;
}

#copyright {
    color: #ffffff;
}

.clear {
    clear: both;
    font-size: 1px;
}

#footerContacts {
    color: #71d9ff
}

#footerContacts a {
    color: #71d9ff;
}

#create {
    position: absolute;
    top: 20px;
    right: 16px;
    color: #ffffff;
}

#create a {
    color: #71d9ff;
}

.wbg {
    padding: 6px 12px;
    background: #EAF9FF;
}

.red,
.errortext {
    color: red;
}


/* ---------------------------------------------------------------------------------------------------- */


/* -----------------------------------------jCarousel Style-------------------------------------------- */


/* ---------------------------------------------------------------------------------------------------- */

.jcarousel-skin-tango .jcarousel-direction-rtl {
    direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 627px;
    padding: 0 40px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 627px;
    height: 90px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 190px;
    height: 90px;
    margin: 0 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}


/**
* Horizontal Buttons
*/

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    z-index: 500;
    top: 30px;
    right: 0px;
    width: 29px;
    height: 29px;
    cursor: pointer;
    background: transparent url(./images/arrow_next.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background: transparent url(./images/arrow_next.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background: transparent url(./images/arrow_next.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 29px;
    height: 29px;
    cursor: pointer;
    z-index: 400;
    background: transparent url(./images/arrow_prev.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background: transparent url(./images/arrow_prev.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background: transparent url(./images/arrow_prev.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}


/**
* Vertical Buttons
*/

.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block
}


/* ��� ��� IE 6 � 7 ���������� �� IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/* ����� ���� */

.ie-box {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.button-submit {
    padding: 6px 20px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: red url(./images/prod-bt-hov.png) repeat-x 100% 50%;
    color: #fff;
    font-weight: bold;
    margin: 0;
    display: inline-block;
    line-height: normal;
    font-size: 12px;
    text-align: center;
}

.button-submit:hover {
    background: red;
}

.input-text {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    padding: 5px;
}

.input-field {
    margin-bottom: 10px;
}

.input-field small {
    display: block;
    font-size: 11px;
    font-style: italic;
}

.next-page a {
    background: #fff url(./images/prod-bt-hov.png) repeat-x 100% 50%;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding: 10px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}

.ld-overlay {
    text-align: center;
    background-color: #ffffff;
}

.ld-overlay span {
    line-height: 100%;
}

.next-page-overlay {
    background: #fff url(./images/prod-bt-hov.png) repeat-x 100% 50%;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.catalog-table td input {
    text-align: center;
}

.catalog-table form {
    position: relative;
}

.catalog-table tr.added-cart-row td {
    background: #CAFFCA;
}

.catalog-table tr.active-row td {
    background: #e2e2e2;
}

.catalog-table tr.added-cart-row.active-row td {
    background: #BBFFBF;
}

.catalog-table form a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    display: block;
}

.added-cart-row form a {
    background: url(./images/agt_stop.png) no-repeat 50% 50%;
}

.catalog-table form .input-text {
    width: 70%;
}

.catalog-cart {
    margin-bottom: 12px;
    width: 80px;
}

.catalog-cart form {
    position: relative;
    padding: 3px;
    background: #daedf3;
}

.catalog-cart form a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    display: block;
}

.catalog-cart.added-cart-row form {
    background: #CAFFCA;
}

.catalog-cart.added-cart-row a {
    background: url(./images/agt_stop.png) no-repeat 50% 50%;
}

.catalog-cart form .input-text {
    width: 70%;
}

.catalog-cart input {
    text-align: center;
}

.plus-minus {
    position: relative;
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #eaf9ff;
}

.plus-minus a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    background-color: #eaf9ff;
    text-decoration: none;
    color: #000;
}

.plus-minus input {
    width: 100%;
    background-color: transparent;
    border: none;
}

.plus-minus .plus {
    right: 0;
}

.plus-minus .minus {
    left: 0;
}

.main-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.main-category li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    margin: 0 0 15px 15px;
    width: 222px;
}

.main-category li.first {
    margin-left: 0;
    clear: left;
}

.main-category .image {
    border: 1px solid #efefef;
    height: 120px;
    width: 220px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.main-category .image i {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 37.5% 0;
    display: block;
}

.main-category .name {
    margin: 3px 0;
}

.main-category .name a {
    background: #efefef none repeat scroll 0 0;
    display: block;
    font-size: 12px;
    padding: 3px 6px;
    font-weight: bold;
    text-decoration: none;
}

.main-category a:hover {
    color: red;
}

.main-category .subnode {
    padding: 10px 6px;
}

.main-category .subnode li {
    float: none;
}

.main-category .subnode li a {
    font-size: 11px;
}

.ico-pdf {
    width: 18px;
    height: 18px;
    background: url(/upload/medialibrary/472/pdf_doc.gif) no-repeat 0 0;
    text-indent: -200px;
    display: inline-block;
    margin: 0 4px;
    overflow: hidden;
}

.ico-dwl {
    width: 18px;
    height: 18px;
    background: url(./images/dwnIcon.png) no-repeat 0 0;
    text-indent: -200px;
    display: inline-block;
    margin: 0 4px;
    overflow: hidden;
}

.tab-table td {
    text-align: center;
    vertical-align: middle;
}

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

.video-list li {
    list-style: none;
    margin: 0 0 25px 30px;
    padding: 0;
    float: left;
    width: 326px;
}

.video-list li.first {
    margin-left: 0;
    clear: left;
}

.video-list .image {
    border: 1px solid #efefef;
    padding: 2px;
    margin-bottom: 6px;
}

.video-list .image a {
    display: block;
}

.video-list .date {
    float: left;
    padding: 2px 0px 0px 24px;
    background: url(./images/date.png) no-repeat 0 50%;
    font-size: 11px;
    color: #999;
}

.video-list .section {
    float: right;
    padding: 0px 0px 0px 24px;
    background: url(./images/share.png) no-repeat 0 50%;
    font-size: 11px;
    color: #999;
}

.video-list .section a {
    font-size: 11px;
    color: #F01A21;
}

.video-list .name {
    clear: both;
    margin: 6px 0;
}

.video-list .name a {
    font-size: 16px;
}

.basket-list {
    overflow-x: none;
    overflow-y: auto;
    max-height: 280px;
    margin-bottom: 20px;
}

.basket-list table {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    padding: 0 0 40px 0;
}

.basket-list table td {
    padding: 5px 3px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #0a87b0;
}

.basket-list .ci-photo {
    width: 32px;
}

.basket-list .ci-name {
    text-align: left;
    font-size: 14px;
}

.basket-list .ci-name a {
    font-size: 11px;
}

.basket-list .ci-price {
    width: 85px;
    color: #ce0000;
    font-weight: bold;
}

.basket-list .ci-num {
    width: 70px;
}

.basket-list .ci-num input {
    font-weight: bold;
    text-align: center;
}

.basket-list .ci-total {
    width: 85px;
    color: #ce0000;
    font-weight: bold;
}

.basket-list .price {
    color: #005daf;
}

.basket-list .ci-total .price {
    margin-bottom: 4px;
}

.basket-list .delete-cart {
    background: url(./images/agt_stop.png) no-repeat 0% 50%;
    display: inline-block;
    padding: 2px 0 2px 16px;
    overflow: hidden;
    color: red;
    text-decoration: none;
    font-style: italic;
}

.basket-empty {
    border: 1px solid #bb141a;
    background: #F5CCCC;
}

.basket-list .price-total {
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0;
}

.message-bad {
    color: red;
    padding: 3px 6px;
    background: #ffeeed;
    display: inline-block;
}

.aq2 {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 15px;
}

.aq2 img {
    margin: 0 auto;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    max-width: 210px;
}

.aq2:hover img {
    opacity: 0.8;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

#lastNews .title h2 {
    text-align: left ! important;
}

#leftMenu ul li a {
    text-align: left ! important;
}

#block_fix {
    position: fixed;
    width: 1px;
    height: 1px;
    overflow: visible;
    top: 200px;
}

@media (max-width:1690px) {
    #block_fix {
        display: none;
    }
}

#left_banner_out {
    position: absolute;
    left: -140px;
    top: 0;
    display: block;
    z-index: 2000;
}

#right_banner_out {
    position: absolute;
    left: 1000px;
    top: 0;
    display: block;
    z-index: 2000;
}

#left_banner_out:hover,
#right_banner_out:hover {
    opacity: 0.8;
}

.search-block-thorlabs {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    margin-bottom: 10px;
}

.search-block-thorlabs #q_search {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border: 2px solid #005589;
    color: #005589;
    border-radius: 5px;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 16px;
    height: 30px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.search-block-thorlabs #b_submit {
    position: absolute;
    right: 0;
    top: 0;
    background: #005589;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 30px;
    margin-left: 5%;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #005589;
    cursor: pointer;
}

.search-block-thorlabs #b_submit:hover {
    opacity: 0.8;
}

.mdownload {
    margin: 0 0 20px 0;
    padding: 15px;
    clear: left;
    background-color: #DAEDF3;
}

.mdownload li {
    margin: 0 0 4px 0;
    padding: 3px 0;
    list-style: none;
    list-style-position: outside;
}

.mdownload a {
    display: inline-block;
    padding-left: 22px;
    background: url(./images/dwnIcon.png) no-repeat 1px 6px;
}

.catalog-table .desc img {
    max-width: 100%;
}

.no-photo {
    display: block;
    background: url(./images/nophoto.png) no-repeat 50% 50%;
    padding-top: 65%;
    line-height: 1px;
    height: auto;
}

.related-list {
    width: 697px;
    margin-bottom: 30px;
}

.related-list .item {
    border: 1px solid #f2f2f2;
    padding: 2px;
}

.related-list .image {
    display: table;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.related-list .image a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 120px;
}

.related-list .image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 120px;
    margin: auto;
}

.related-list .no-photo {
    padding: 0;
    height: 120px;
}

.related-list .name {
    padding: 3px 8px;
    background-color: #f2f2f2;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 4;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.owl-carousel.owl-loaded .owl-stage-outer {
    overflow: hidden;
}

.owl-carousel .owl-stage {
    overflow: hidden;
}

.owl-dots {
    text-align: center;
    position: absolute;
    bottom: -22px;
    left: 0;
    line-height: 1px;
    display: table;
    border-spacing: 2px;
    width: 100%;
}

.owl-dots .owl-dot {
    width: auto;
    height: 5px;
    background-color: #d8d8d8;
    display: table-cell;
    font-size: 1px;
    padding: 0;
}

.owl-dots .active {
    background-color: #0087E6;
}

.owl-nav {
    z-index: 100;
}

.owl-carousel .owl-nav div {
    width: 32px;
    height: 32px;
    top: 50%;
    position: absolute;
    cursor: pointer;
    text-indent: -100px;
    overflow: hidden;
    margin-top: -16px;
    transition: all 0.2s ease-out;
    background-color: #0099ff;
    -khtml-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #ffffff;
    -moz-box-shadow: 0 0 10px 5px rgba(202, 202, 202, 0.50);
    -webkit-box-shadow: 0 0 10px 5px 0px rgba(202, 202, 202, 0.50);
    box-shadow: 0 0 10px 5px rgba(202, 202, 202, 0.50);
}

.owl-carousel .owl-nav .disabled {
    background-color: #f2f2f2;
}

.owl-carousel .owl-nav .owl-prev {
    left: -16px;
}

.owl-carousel .owl-nav .owl-next {
    right: -16px;
}

.owl-carousel .owl-nav div:hover {
    background-color: #ce0000;
}

.owl-carousel .owl-nav div:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 32px;
    text-align: center;
}

.owl-carousel .owl-nav .owl-prev:before {
    content: "<";
    text-indent: 0;
}

.owl-carousel .owl-nav .owl-next:before {
    content: ">";
    text-indent: 0;
}

#content img {
    max-width: 100%;
    height: auto;
}

.form-search-form {
    position: relative;
}

.form-search-input {
    border: 1px solid #0099ff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
}

.form-search-input input[type='text'] {
    flex-grow: 1;
    line-height: 32px;
    height: 32px;
    padding: 0 15px;
    border: none;
}

.form-search-input input[type='submit'] {
    background-color: #0099ff;
    color: #fff;
    width: 100px;
    display: block;
    line-height: 32px;
    height: 32px;
    text-align: center;
    border: none;
    cursor: pointer;
}

.autocomplete-suggestions {
    background-color: #f9f9f9;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: -1px 0 0 0;
    top: 100%;
    width: 500px;
    min-width: 500px;
}

.autocomplete-suggestion {
    padding: 6px;
    overflow: hidden;
    border-top: 1px solid #0099ff;
    font-size: 12px;
}

.autocomplete-suggestion:first-child {
    border-top: none;
}

.autocomplete-suggestion a {
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
}

.autocomplete-selected {
    background: #0099ff;
    color: #ffffff;
}

.autocomplete-suggestion.autocomplete-selected div {
    color: #ffffff;
}

.autocomplete-suggestion .image {
    width: 60px;
    overflow: hidden;
    margin-right: 15px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    flex-shrink: 0;
}

.autocomplete-suggestion .name {
    font-size: 12px;
    margin: 0;
    line-height: normal;
    font-weight: 700;
}

.autocomplete-suggestion .props {
    color: #999999;
    font-size: 12px;
}

.autocomplete-suggestion .no-photo {
    background-size: 50% auto;
}

.autocomplete-suggestion .desc {
    flex-grow: 1;
    line-height: normal;
    margin-right: 15px;
}

.autocomplete-suggestion .price {
    width: 100px;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
    color: #cc0000;
}

.autocomplete-suggestion ul,
.autocomplete-suggestion li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

.searched-list,
.searched-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.searched-list li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.searched-list li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
}

.searched-list .image {
    width: 70px;
    overflow: hidden;
    margin-right: 15px;
    height: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    flex-shrink: 0;
    display: block;
    padding: 0;
}

.searched-list .desc {
    flex-grow: 1;
    line-height: normal;
    margin-right: 15px;
}

.searched-list .name a {
    font-size: 14px;
}

.searched-list .right {
    width: 120px;
    flex-shrink: 0;
}

.searched-list .price {
    font-weight: 700;
    font-size: 16px;
    color: #cc0000;
}

.box--border,
.box--border *,
.box--border::after,
.box--border::before,
.box--border *::after,
.box--border *::before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.catalog-section .desc {
    margin-bottom: 20px;
}

.pmv-list,
.products-list {
    margin-bottom: 15px;
}

.pmv-list__container,
.products-list__container {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.pmv-list__item,
.products-list__item {
    display: block;
    list-style: none;
}

.pmv-list__item {
    width: 48%;
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    margin-left: 4%;
    padding: 12px 16px;
}

.pmv-list__item:nth-child(2n-1) {
    margin-left: 0;
}

.products-list__item {
    width: 32%;
    padding: 0;
    margin-bottom: 30px;
    margin-left: 2%;
}

.products-list__item:nth-child(3n-2) {
    margin-left: 0;
}

.pmv-list__image {
    margin-bottom: 15px;
}

.pmv-list__image i {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30% 0;
    display: block;
}

.products-list__image {
    margin-bottom: 8px;
}

.products-list__image i {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 33% 0;
    display: block;
    border: 1px solid #efefef;
}

.pmv-list__name {
    font-size: 16px;
    padding: 6px 10px;
    background: #efefef;
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
}

.products-list__name {
    margin-bottom: 4px;
}

.products-list__name a {
    font-size: 14px;
    padding: 3px 6px;
    background: #efefef;
    display: block;
}

.pmv-list__text {
    margin-bottom: 8px;
}

.products-list__text {
    margin-bottom: 8px;
}

.products-list__text ul {
    padding-left: 20px;
}

.products-list__text ul li {
    padding-bottom: 2px;
}

.pmv-list__btns {
    text-align: center;
}

.mfp-content {
    max-width: 500px;
    background: #ffffff;
}

.form-popup {
    padding: 30px;
    margin: auto;
    background: #ffffff;
}

.ws-waiter {
    position: absolute;
    top: 50%;
    left: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    z-index: 1001;
}

.ws-waiting .ws-waiter {
    margin-top: -16px;
    margin-left: -25px;
    height: 32px;
    width: 50px;
}

.ws-waiter i {
    margin: 0 1px;
    display: block;
    animation: ws-wave-delay 1.2s infinite ease-in-out;
    animation-delay: 0s;
}

.ws-waiting .ws-waiter i {
    width: 4px;
    height: 32px;
    background-color: #ff0000 !important;
}

.ws-waiter i:nth-child(1) {
    animation-delay: -1.2s;
}

.ws-waiter i:nth-child(2) {
    animation-delay: -1.1s;
}

.ws-waiter i:nth-child(3) {
    animation-delay: -1.0s;
}

.ws-waiter i:nth-child(4) {
    animation-delay: -0.9s;
}

.ws-waiter i:nth-child(5) {
    animation-delay: -0.8s;
}

@-webkit-keyframes ws-wave-delay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes ws-wave-delay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.ws-waiting::before {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    cursor: wait;
    /*border: 1px solid #4B6856;*/
    display: block;
    content: " ";
}

.form__title {
    font-weight: 700;
    font-size: 18px;
    margin: 0px 0px 10px 0px;
    color: #333333;
    background: url(./images/headingBg.png) no-repeat left bottom;
    padding: 0px 0 20px 0;
}

.form__element {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    margin-bottom: 15px;
}

.form__image {
    flex-grow: 0;
    width: 60px;
    margin-right: 20px;
}

.form__image i {
    display: block;
    padding: 30% 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.form__name {
    font-weight: 700;
    font-size: 16px;
    flex-grow: 1;
}

.form-field input[type="text"],
.form-field textarea {
    border: 1px solid #aaa;
    padding: 5px 8px;
    outline: none;
}

.form-field--error,
.form-field--error a {
    color: red;
}

.form-field--error input[type="text"],
.form-field--error textarea {
    color: red;
    border: 1px solid red;
}

.catalog__paging {
    text-align: center;
}

.catalog__paging a {
    border-radius: 15px;
    color: #FFF;
    height: 30px;
    line-height: 30px;
    display: block;
    text-decoration: none;
    transition: all 0.2s ease-out;
    text-align: center;
    background: #0099ff;
    cursor: pointer;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.modern-page-navigation {
    margin-bottom: 15px;
    text-align: center;
}

.modern-page-navigation span,
.modern-page-navigation a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
    text-decoration: none;
    -khtml-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.modern-page-navigation span {
    background: #0099ff;
    color: #fff;
}

.modern-page-navigation a {
    background: #efefef;
    color: #666666;
}