@font-face {
    font-family: "Avanti";
    src: url("../fonts/6444.ttf");
}


.lang-selector {
    text-align: right;
    margin: 10px 0;
}


body {
    margin: 0;
    background: url(/images/bg_body.png) repeat;
    font-family: 'Trebuchet MS', Arial;
    font-size: 14px;
    color: #333
}

a {
    font-weight: 700;
    color: #333
}

p {
    font-style: italic
}

input, textarea {
    outline: none
}

iframe {
    margin: 0;
    padding: 0;
    border: 0 none
}

.mainblock {
    width: 950px;
    margin: 0 auto
}

.header {
    width: 950px;
    height: 128px;
    position: relative
}

.logo {
    width: 151px;
    height: 84px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    position: absolute;
    top: 25px;
    left: 0;
    background: url(/images/newlogo.png) no-repeat;
    background-size: cover
}

.site-map a {
    font-size: 10px;
    font-weight: 400
}

.sitemapico {
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    line-height: 35px;
    background: url(/images/smico.png) no-repeat 50% 50%;
    width: 35px
}

.search {
    width: 290px;
    height: 100px;
    position: absolute;
    top: 20px;
    right: 0px;
    text-align: right;
    font-weight: 500;
}

.search p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 5px;
    font-style: normal
}

.search p strong {
    color: #00b7ef
}

.price {
    position: absolute;
    background: url(/images/price-logo.png) no-repeat;
    width: 78px;
    top: 17px;
    right: 0;
    padding-top: 75px;
    color: #94c11d;
    font-size: 11px;
    text-decoration: underline
}

.phone {
    margin-left: 0
}

.phone div {
    margin: 0;
    padding: 0;
    font-size: 26px;
    font-weight: 500;
    cursor: pointer
}

.phone h3 span {
    font-size: 18px
}

.search-form {
    width: 400px;
    height: 50px;
    position: relative
}

.search-form-left {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/search-left.png) no-repeat
}

.search-form-right {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 350px
}

.search-form-right .button {
    width: 50px;
    height: 50px;
    background: url(/images/search-right.png) no-repeat;
    border: 0 none
}

.search-form-mid {
    width: 300px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50px;
    background: #fff
}

.search-form-mid input {
    border: 0 none;
    background: none;
    height: 50px;
    width: 300px;
    font-size: 12px;
    color: #999;
    line-height: 50px
}

.menu {
    width: 100%;
    background: #dadada url(/images/new-menu-bg.png) repeat-x;
    height: 85px;
    border-bottom: 1px solid #94c11d;
    font-family: 'Roboto', 'Trebuchet MS', Arial
}

.menu-inner {
    width: 950px;
    margin: 0 auto;
    height: 85px;
    position: relative
}

.menu-main {
    height: 86px;
    width: 750px;
    position: absolute;
    bottom: 0;
    left: 0
}

.menu-cart {
    height: 85px;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to bottom, #94c01d, #64840f)
}

.menu-search {
    background: url(/images/lupa.png);
    position: absolute;
    top: 30px;
    right: 110px;
    cursor: pointer;
    width: 22px;
    height: 22px
}

.menu-phone {
    background: url(/images/newphone.png);
    position: absolute;
    top: 30px;
    right: 162px;
    cursor: pointer;
    width: 22px;
    height: 22px
}

.search-menu-form {
    position: absolute;
    top: 85px;
    right: 100px;
    display: none;
    z-index: 33;
    border: 1px solid #94c11d;
    border-top: 1px solid #f2f1f1
}

nav {
    margin-bottom: 1px;
    z-index: 120
}

nav ul ul, nav ul ul ul {
    display: none
}

nav ul li:hover > ul {
    display: block
}

nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: inline-table;
    z-index: 122
}

nav ul:after {
    content: "";
    clear: both;
    display: block
}

nav ul li {
    float: left
}

nav ul li:hover {
    text-decoration: underline
}

nav ul li:hover a {
    cursor: pointer
}

nav ul li a, nav ul li span {
    display: block;
    padding: 0 18px;
    color: #5b5b5b;
    text-decoration: none;
    font-weight: 400;
    font-size: 17px;
    line-height: 87px;
    text-transform: uppercase
}

nav ul li span {
    cursor: pointer
}

nav ul ul {
    background: #f6f6f6;
    padding: 0;
    position: absolute;
    top: 100%
}

nav ul ul li {
    float: none;
    border-top: 0 solid #1a1a1a;
    position: relative;
    width: 260px;
    background: none
}

nav ul ul li a {
    padding: 0 30px;
    color: #5b5b5b;
    font-style: italic;
    line-height: 50px;
    font-size: 14px
}

nav ul ul li a:hover {
    background: #7f988f;
    color: #fff
}

nav ul ul li:hover {
    background: #7f988f;
    color: #fff;
    text-decoration: none
}

nav ul ul li:hover a, nav ul ul li:hover ul li:hover a {
    color: #fff
}

nav ul ul li:hover ul li a {
    color: #5b5b5b
}

nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    background: #fff;
    color: #000
}

nav ul ul ul li {
    width: 250px
}

nav ul ul ul li a {
    color: #5b5b5b
}

.cart-title {
    padding: 20px;
    margin: 0;
    position: relative;
    width: 34px
}

.cart-title a.ico {
    background: url(/images/carticon.png) no-repeat;
    position: absolute;
    top: 25px;
    left: 15px;
    width: 34px;
    height: 34px
}

.cart-title a.count {
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    position: absolute;
    top: 20px;
    left: 43px;
    background: #fff;
    border-radius: 7px;
    padding: 0 5px
}

.cart-tab {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    width: 150px
}

.cart-tab input {
    border: 0 none;
    background: none;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    text-align: right;
    width: 70px;
    padding: 0;
    margin: 0
}

.body-content {
    width: 950px;
    margin-top: 20px;
    margin-bottom: 35px;
    overflow: hidden;
    position: relative
}

.inner-block-left {
    width: 221px;
    float: left;
    margin-right: 29px
}

.inner-block-right {
    width: 700px;
    float: left
}

.footer-block {
    width: 100%;
    background: #535353
}

.footer-block-inner {
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.footer-block-inner .block {
    width: 183px;
    float: left
}

.footer-block-inner .large-block {
    width: 400px;
    float: left;
    position: relative
}

.footer-search {
    margin-top: 20px;
    margin-bottom: 35px
}

.footer-so {
    text-align: left
}

.footer-block-inner div.block span {
    margin: 0;
    padding: 0;
    font-style: italic;
    font-size: 14px;
    font-weight: 700;
    line-height: 44px;
    color: #94c11d
}

.footer-block-inner div.block p {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 12px;
    color: #dadada;
    font-style: italic
}

.footer-block-inner div.block p a {
    text-decoration: none;
    font-size: 12px;
    color: #dadada;
    font-style: italic;
    font-weight: 400
}

.footer-block-inner div.block p a:hover {
    color: #94c11d;
    text-decoration: underline
}

.footer-rights {
    width: 950px;
    margin: 0 auto;
    height: 64px;
    position: relative;
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 64px
}

.studio-logo {
    background: url(/images/sw-logo.png) no-repeat bottom;
    width: 88px;
    height: 36px;
    position: absolute;
    bottom: 13px;
    right: 0;
    padding-bottom: 30px;
    font-size: 11px;
    font-style: normal;
    font-family: arial;
    color: #fff;
    text-decoration: none
}

.more-link {
    color: #94c11d;
    text-decoration: underline;
    font-weight: 400;
    font-style: italic
}

.main-accordion {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 10
}

.main-slide-main {
    position: relative;
    overflow: hidden
}

.main-slide-main img {
    width: 100%
}

.main-slide {
    width: 100%;
    overflow: hidden
}

.main-slide-one {
    width: 50%;
    float: left;
    position: relative;
    padding-top: 30%;
    background-size: cover
}

.main-slide-one .slide_content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 8;
    overflow: hidden
}

.main-slide-one .slide_content img {
    height: 100%
}

.slide_caption-main {
    left: 0;
    top: 0;
    position: absolute;
    width: auto;
    background: #fafafa;
    padding: 20px 50px;
    opacity: .8;
    z-index: 28
}

.slide_caption-main h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-style: italic;
    font-family: 'Trebuchet MS'
}

.main-slide-one .slide_caption, .main-slide-main .slide_caption {
    left: 0;
    top: 0;
    position: absolute;
    width: auto;
    background: #fafafa;
    padding: 15px 50px;
    opacity: .8;
    z-index: 28
}

.slide_caption h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-style: italic;
    font-family: 'Trebuchet MS'
}

.slide_caption h2 a, .slide_caption-main h2 a {
    font-size: 1.3em;
    font-weight: 400;
    font-style: italic;
    text-decoration: none
}

.slide_caption h2 a:hover {
    text-decoration: underline
}

.slide_caption h3 {
    margin: 0;
    padding: 0;
    line-height: 20px
}

.slide_caption h3 a {
    font-weight: 400;
    font-size: 1em;
    text-decoration: none;
    font-style: italic;
    color: #fff
}

.slide_caption h3 a:hover {
    text-decoration: underline
}

.main-block-menu {
    overflow: hidden;
    position: relative;
    width: 99%;
    margin: 0 auto
}

.main-block-menu .block-one {
    float: left;
    width: 29.3%;
    padding-top: 19%;
    background-size: cover;
    position: relative;
    margin: 2%
}

.main-block-menu .block-one .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.main-block-menu .block-one .img .relative {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.main-block-menu .block-one .img img {
    border: 0 none;
    width: 100%
}

.main-block-menu .block-one .tit {
    font-size: 12px;
    padding: 0;
    margin: 0;
    background: #fafafa;
    opacity: .8;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-family: 'Trebuchet MS'
}

.main-block-menu .block-one .tit a {
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    font-style: italic
}

.inner-block-left {
    width: 221px;
    float: left;
    margin-right: 29px
}

.category-perent {
    width: 206px;
    height: 40px;
    background: url(/images/left-bg-2.png) no-repeat;
    padding-left: 15px
}

.category-perent:hover {
    background: url(/images/left-bg-sel-2.png) no-repeat
}

.category-perent a:hover, .category-perent:hover a {
    color: #fff;
    font-weight: 700
}

.category-perent a {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    text-decoration: none;
    line-height: 40px
}

.category-select {
    width: 206px;
    height: 40px;
    background: url(/images/left-bg-sel.png) no-repeat;
    font-size: 14px;
    text-decoration: none;
    line-height: 32px;
    color: #fff;
    font-style: italic;
    padding-left: 15px;
    line-height: 40px
}

.category-child, .category-child-sel {
    width: 156px;
    height: 40px;
    background: #fff url(/images/left-bg-sel-3.png) no-repeat;
    padding-left: 25px;
    padding-right: 40px;
    line-height: 40px
}

.category-child a {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none
}

.category-child a:hover {
    color: #94c11d
}

.category-child-sel {
    color: #94c11d;
    line-height: 40px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none
}

.breadcramps, .breadcramps a {
    font-size: 11px;
    color: #94c11d;
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 10px
}

.breadcramps a {
    text-decoration: underline;
    margin: 0
}

.cat-slider {
    width: 700px;
    height: 182px;
    overflow: hidden;
    position: relative;
    margin-bottom: 24px
}

.cat-slider img {
    border: 0 none;
    width: 700px !important
}

.main-cat-line {
    width: 700px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px
}

.main-cat-line-one {
    float: left;
    width: 220px;
    height: 194px;
    margin-left: 20px;
    background: #fff
}

.main-cat-line-one:first-child {
    margin-left: 0
}

.main-cat-line-one h2 {
    padding: 0;
    margin: 0;
    line-height: 50px;
    border-bottom: 4px solid #94c11d;
    color: #424242;
    text-align: center
}

.main-cat-line-one h2 a {
    line-height: 50px;
    color: #424242;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    font-style: italic
}

.main-cat-line-one .img {
    height: 140px;
    width: 220px;
    overflow: hidden;
    position: relative
}

.main-cat-line-one .img img {
    width: 220px;
    border: 0 none
}

.sub-cat-line {
    width: 700px;
    overflow: hidden;
    position: relative;
    margin-top: 20px
}

.sub-cat-line-one {
    width: 320px;
    float: left;
    text-align: left;
    margin-bottom: 30px;
    padding-right: 15px;
    font-family: 'Roboto', 'Trebuchet MS', Arial
}

.sub-cat-line-one a {
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase
}

.navigation {
    text-align: center;
    margin-bottom: 30px
}

.navigation a, .navigation span {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    color: #000
}

.navigation span {
    color: #fff;
    background: #94c11d;
    font-style: normal
}

.navigation a:hover {
    text-decoration: underline;
    color: #94c11d
}

.navigation .next {
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    font-style: italic
}

.prev-button {
    position: fixed;
    background: url(/images/opacity-bg.png) repeat;
    overflow: hidden;
    width: 60px;
    height: 100%;
    z-index: 33;
    left: 0;
    top: 0
}

.prev-button a {
    top: 50%;
    left: 10px;
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(/images/prev-arrow-sign.png) no-repeat
}

.next-button {
    position: fixed;
    background: url(/images/opacity-bg.png) repeat;
    overflow: hidden;
    width: 60px;
    height: 100%;
    z-index: 33;
    right: 0;
    top: 0
}

.next-button a {
    top: 50%;
    right: 10px;
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(/images/next-arrow-sign.png) no-repeat
}

.products {
    position: relative
}

.porduct-one {
    width: 700px;
    overflow: hidden;
    position: relative
}

.product-list {
    padding-bottom: 14px;
    border-bottom: 1px solid #94c11d;
    margin-bottom: 14px
}

.porduct-one .pic, .porduct-one .piclist {
    float: left;
    width: 310px;
    border: 1px solid #94c11d;
    margin-right: 30px
}

.porduct-one .pic, .porduct-one .pic div.tunbnails {
    border: 0 none
}

.porduct-one .pic div {
    border: 1px solid #94c11d
}

.porduct-one .pic img {
    border: 0 none;
    width: 308px
}

.porduct-one .piclist {
    width: 278px;
    min-height: 100px
}

.porduct-one .piclist img {
    width: 278px;
    border: 0 none
}

.porduct-one .text, .porduct-one .textlist {
    width: 358px;
    float: left
}

.porduct-one .text h1 {
    font-style: italic;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    line-height: 18px;
    margin-bottom: 30px;
    font-family: 'Trebuchet MS'
}

.porduct-one .textlist {
    width: 390px
}

.porduct-one .text h2 {
    font-style: italic;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    line-height: 18px;
    margin-bottom: 30px;
    font-family: 'Trebuchet MS'
}

.porduct-one .text h2 a {
    text-decoration: none
}

.porduct-one .text h2 a:hover {
    text-decoration: underline
}

.price-prod {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    width: 358px
}

.price-prod-list {
    width: 390px
}

.price-prod strong {
    font-size: 16px;
    color: #c00
}

.porduct-one .text div.code {
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    margin-top: 30px
}

.add-to-cart, .order-to-cart {
    /*background: url(/images/cart.png) no-repeat;*/
	background: url(/images/btn-bg.png) repeat-x;
    width: 170px;
    height: 40px;
    position: absolute;
    right: 0;
    top: -20px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}

.order-to-cart {
    /*background: url(/images/cart-order.png) no-repeat;*/
    background: url(/images/cart-order-2.png) repeat-x;
    top: 21px
}

.prod-info {
    font-style: italic;
    margin-top: 20px
}

.in-cart-tab {
    width: 698px;
    padding: 0;
    margin: 0;
    border: 0 none;
    border-collapse: collapse
}

.in-cart-tab thead {
    width: 700px;
    background: #788f87
}

.in-cart-tab thead td {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #788f87;
    text-align: center
}

.in-cart-tab tbody td {
    padding: 10px;
    border-bottom: 1px solid #788f87
}

.in-cart-tab tbody td p {
    margin: 3px
}

.in-cart-tab tbody td a {
    font-weight: 400;
    font-style: italic;
    text-decoration: none
}

.in-cart-tab tbody td a:hover {
    text-decoration: underline
}

.in-cart-tab tbody .cost {
    text-align: right;
    font-weight: 700
}

.refresh-button {
    border: 0 none;
    background: url(/images/refresh.png) no-repeat;
    width: 21px;
    height: 21px;
    cursor: pointer
}

.cart-count-item {
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    width: 36px
}

.cart-total {
    background: #788f87;
    color: #fff;
    line-height: 50px;
    height: 50px;
    width: 274px;
    margin-left: 424px;
    position: relative
}

.cart-total .b1 {
    width: 100px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 44px;
    font-style: italic;
    padding: 3px;
    text-align: right
}

.cart-total .b2 {
    width: 104px;
    border-right: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 106px;
    line-height: 44px;
    font-weight: 700;
    text-align: right;
    height: 44px;
    padding: 3px;
    padding-right: 10px
}

.trush {
    background: url(/images/trash-ubuntu.png) 50% 50% no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.get-order-but {
    width: 200px;
    height: 40px;
    border: 0 none;
    /*background: url(/images/set-order.png) no-repeat;*/
    background: url(/images/btn-bg.png) repeat-x;
    cursor: pointer;
    color: white;
    text-transform: uppercase;
}

.goto-products {
    width: 200px;
    height: 40px;
    border: 0 none;
    /*background: url(/images/back-to-prod.png) no-repeat;*/
    background: url(/images/btn-bg.png) repeat-x;
    cursor: pointer;
    color: white;
    text-transform: uppercase;
}

.cart-order-buttons {
    margin: auto;
    width: 700px;
    overflow: hidden;
    position: relative;
    margin-top: 30px
}

.cart-order-buttons div {
    width: 179px;
    float: left
}

.cart-order-buttons div + div {
    width: 200px;
    float: right
}

.order-info {
    width: 591px;
    margin: 0
}

.order-info td input {
    width: 400px;
    height: 48px;
    line-height: 48px;
    color: #999;
    background: #fff;
    padding-left: 10px;
    padding-right: 5px;
    font-size: 12px;
    border: 1px solid #fff
}

.order-info td textarea {
    width: 400px;
    height: 150px;
    line-height: 24px;
    color: #999;
    padding-left: 10px;
    padding-right: 5px;
    border: 1px solid #fff
}

.order-info td b {
    color: red
}

.not-product-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 50px;
    text-transform: uppercase
}

.not-product-title-2 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
    text-transform: uppercase
}

.not-product-title span {
    display: none
}

.info {
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px
}

.search-title {
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin: 30px 0;
    text-align: center
}

.search-title strong {
    font-weight: 400
}

.code-search-incart {
    font-style: italic;
    font-size: 14px;
    color: #788f87;
    position: absolute;
    right: 0;
    text-align: right;
    top: -25px;
    width: 100px
}

.photo_galery {
    overflow: hidden;
    margin-bottom: 20px;
    width: 700px
}

.photo_galery .one {
    float: left;
    width: 340px;
    text-align: center;
    margin-left: 20px;
    background: #fff
}

.photo_galery .one:first-child {
    margin: 0
}

.photo_galery .one h1 {
    padding: 0;
    margin: 0;
    line-height: 50px;
    border-bottom: 4px solid #94c11d;
    color: #424242;
    text-align: center
}

.photo_galery .one h1 a {
    line-height: 50px;
    color: #424242;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    font-style: normal
}

.video-one {
    border-bottom: 0 none !important;
    border-top: 4px solid #00b7ef
}

.video-one a {
    font-size: 14px !important
}

.photo_galery .one div {
    width: 340px;
    height: 176px;
    overflow: hidden;
    position: relative
}

.photo_galery .one img {
    width: 340px;
    border: 0 none
}

.highslide-full-expand {
    display: none !important
}

.text-controls a span {
    color: #fff !important
}

.sharer {
    position: fixed;
    top: 220px;
    left: 0;
    width: 40px;
    height: 170px;
    background: url(/images/footer-bg.png) repeat;
    text-align: left
}

.sharer div {
    margin-top: 10px;
    width: 24px;
    margin-left: 7px
}

.so_vk_plagin {
    width: 170px;
    margin-top: 25px;
    margin-left: 0
}

.so_fb_plagin {
    width: 170px;
    margin-top: 25px;
    padding-left: 0 !important;
    text-align: center;
    margin-left: 0
}

.fb-like-box span, .fb-like-box iframe {
    width: 170px !important
}

.sell-load-form {
    position: relative;
    height: 50px;
    margin-bottom: 5px
}

.sell-more {
    position: absolute;
    top: 12px;
    right: 0;
    width: 26px !important;
    height: 26px !important;
    background: url(/images/plus-button.png) no-repeat !important;
    border: none !important
}

.sell-button {
    width: 200px !important;
    height: 50px !important;
    background: url(/images/send-button.png) no-repeat !important;
    border: 0 none !important;
    margin-top: 10px
}

.error {
    color: #630000;
    font-size: 11px
}

input.error, textarea.error {
    border: 1px solid #c00 !important
}

label.error {
    display: block;
    margin-top: -24px;
    line-height: 24px;
    color: #c00;
    padding-left: 10px
}

.msg {
    text-align: center;
    font-style: italic
}

.msg h3 {
    margin-top: 60px;
    font-style: italic;
    color: #00b7ef;
    font-size: 14px;
    font-weight: 400
}

.tunbnails {
    width: 310px;
    overflow: hidden;
    margin-top: 10px
}

.tunbnails a {
    padding-left: 5px;
    text-decoration: none
}

.tunbnails a:first-child {
    padding: 0
}

.tunbnails img {
    width: 95px !important;
    border: 1px solid #94c11d !important
}

#test-list ul {
    padding: 0;
    margin: 0
}

#test-list li {
    list-style: none
}

.paginationTop li, .paginationBottom li {
    display: inline-block;
    padding: 5px
}

.paginationTop li a, .paginationBottom li a {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    color: #000
}

.paginationTop li.active, .paginationTop li.active a, .paginationBottom li.active, .paginationBottom li.active a {
    color: #fff;
    background: #00b7ef;
    font-style: normal
}

#mainsort {
    z-index: 22;
    position: relative;
    background: #fff;
    margin-left: 10px;
    border: 1px solid #94c11d
}

#mainsort li {
    list-style: none;
    text-align: left;
    padding: 0 10px;
    padding-right: 62px;
    line-height: 34px
}

#mainsort li a {
    font-size: 12px;
    text-decoration: none
}

#mainsort li a:hover {
    text-decoration: underline
}

#mainsort li.sel {
    font-weight: 700;
    cursor: pointer;
    font-size: 12px
}

.sort-block {
    width: 600px;
    position: relative;
    height: 50px
}

.sort-block-left {
    position: absolute;
    top: 0;
    left: 0
}

.sort-block-left .inner {
    position: relative;
    overflow: hidden
}

.sort-block-left .inner div {
    float: left;
    line-height: 36px;
    position: relative
}

.sort-point {
    cursor: pointer;
    height: 36px;
    width: 36px;
    background: #94c11d url(/images/point_1.png) no-repeat 50% 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 30
}

#scrollup {
    position: fixed;
    bottom: 50px;
    right: 5%;
    z-index: 989;
    width: 50px;
    height: 50px;
    background: url(/images/back-top-button.png) no-repeat;
    cursor: pointer
}

.y-video {
    width: 94%;
    overflow: hidden;
    position: relative;
    margin: 0 auto
}

.y-video-left {
    width: 25%;
    float: left;
    position: relative
}

.y-video-left img {
    width: 100%
}

.y-video-left-inner {
    width: 100%;
    height: 100%;
    background: url(/images/video_play.png) center no-repeat;
    background-size: cover;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer
}

.y-video-left:hover .y-video-left-inner {
    display: block
}

.hidden {
    display: none
}

#opaco {
    background-color: #000;
    left: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
    moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 200
}

#popup {
    background-color: #FFF;
    position: fixed;
    width: 340px;
    left: 50%;
    top: 50%;
    z-index: 210
}

.popup-info {
    padding: 20px;
    color: #1e1e1e;
    background: #f6f6f6;
    position: relative
}

.popup-info h2 {
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    line-height: 24px;
    margin-bottom: 8px;
    text-transform: uppercase;
    text-align: center
}

.popup-info .text {
    width: 280px;
    background: #fff;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    color: #999;
    padding-left: 13px
}

.popup-info div {
    text-align: right;
    margin: 20px 0
}

.form-send-button {
    border: 0 none !important;
    margin: 0 !important;
    cursor: pointer !important;
    font-size: 12px !important;
    color: #fff !important;
    line-height: 50px !important;
    width: 300px !important;
    background: linear-gradient(to bottom, #94c01d, #64840f) !important;
    text-transform: uppercase
}

.shop-button {
    border: 0 none !important;
    margin: 0 !important;
    cursor: pointer !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #fff !important;
    line-height: 28px !important;
    padding: 0 8px;
    background: #00b7ef !important;
    width: auto !important
}

.close-ico {
    position: absolute;
    background: url(/images/close_icon.png);
    width: 24px;
    height: 24px;
    top: -12px;
    right: -12px;
    border: 0 none;
    cursor: pointer
}

.easy-but {
    background: #00b7ef;
    line-height: 40px;
    padding: 7px 10px;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    margin-left: 232px
}

#call_popup .error {
    border: 1px solid red !important;
    font-style: normal !important
}

#call_popup label.error {
    border: 0 none !important;
    line-height: 0;
    display: none !important
}

.gotoservice a {
    text-align: center;
    color: #fff;
    background: #00b7ef;
    padding: 15px 0;
    display: block;
    text-decoration: none;
    width: 700px;
    float: right
}
