.main {
    background-image: url('../img/main.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    padding: 15px 0;
    min-height: 500px;
}
.main .categories h3 {
    height: 45px;
    display: block;
    line-height: 45px;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 0 20px;
}
.main .categories h3 a {
    color: #fff;
    text-decoration: none;
}
.main .categories h3:first-child {
    border-radius: 5px 5px 0 0;
}
.main .categories ul {
    list-style: none;
    padding: 5px 15px;
    background-color: #fff;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.main .categories li a {
    padding: 10px 0;
    color: #333;
    font-size: 13px;
    border-bottom: 1px solid #e6e6e6;
}
.main .categories li a:hover {
    color: #ed6630;
}
.main .categories li:last-child a {
    border-bottom: none;
}
.main .categories h4 {
    height: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    border-radius: 0 0 5px 5px;
    margin-bottom: 10px;
}
.main .hero {
    border: 1px solid #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.35);
    margin-bottom: 10px;
}
.main .hero .slider, .main .hero .slider ul {
    position: relative;
    overflow: hidden;
    height: 380px;
}
.main .hero .slider ul {
    left: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.main .hero .slider li {
    height: 380px;
    float: left;
    position: relative;
    display: inline-block;
}
.main .hero .slider li article {
    position: absolute;
    bottom: 0;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main .hero .slider li article a:hover {
    color: #ed6630;
}
.main .hero .slider li article .title {
    color: #8fba22;
    font-size: 17px;
    padding-bottom: 10px;
    display: inline-block;
}
.main .hero .slider li article .company {
    margin-right: 10px;
}
.main .hero .slider li article .company, .rating {
    color: #999999;
    font-size: 13px;
}
.rating {
    font-style: italic;
}
.rating {
    padding-top: 5px;
    padding-left: 70px;
    position: relative;
    display: block;
    height: 15px;
}
.rating_sales{
    padding-left: 5px;
    height: auto;
    width: 150px;
    text-align: right;  
}
.rating .bar {
    width: 60px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 5px;
    background-repeat: no-repeat;
    background-image: url('../img/unrated.png');
}
.rating .bar .rated {
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-image: url('../img/rated.png');
}
.rating_sales .bar+span{
    display: block;
}
.rating_sales .bar{
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.main .hero .slider__nav {
    height: 60px;
    z-index: 10;
    width: 40px;
    text-align: center;
    line-height: 55px;
    position: absolute;
    display: inline-block;
    background-color: rgba(24, 179, 229, 0.3);
}
.main .hero .slider__nav[data-action="prev"] {
    left: 0;
}
.main .hero .slider__nav[data-action="next"] {
    right: 0;
}
.main .hero .promo {
    width: 290px;
    height: 380px;
}
.main .hero .promo > div {
    width: 100%;
    position: relative;
    flex-grow: 1;
}
.main .hero .promo > div article {
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.8);
}
.main .hero .promo > div article a:hover {
    color: #ed6630;
}
.main .hero .promo > div article .title {
    color: #8fba22;
    font-size: 13px;
    padding-bottom: 5px;
    display: inline-block;
}
.main .hero .promo > div article .company {
    margin-right: 10px;
}
.main .hero .promo > div article .company, .main .hero .promo > div article .rating {
    color: #999999;
    font-size: 12px;
}
.main .hero .promo > div article .rating {
    font-style: italic;
}
.main .heading {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 0;
}
.main .heading a, .main .heading span {
    border-left: 3px solid #333;
    color: #333;
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}
.main .heading_orange a:hover {
    color: #f07e3b;
}
.main .heading_orange a, .main .heading_orange span {
    border-color: #f07e3b;
}
.main .heading_blue a:hover {
    color: #18b3e5;
}
.main .heading_blue a, .main .heading_blue span {
    border-color: #18b3e5;
}

.main .heading_green a:hover {
    color: #8fba22;
}
.main .heading_green a, .main .heading_green span {
    border-color: #8fba22;
}
.main .carousel .carousel__button {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    line-height: 25px;
}
.main .carousel .carousel__wrap {
    overflow: hidden;
    width: 100%;
    padding: 5px;
}
.main .carousel .carousel__wrap ul {
    position: relative;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.main .items li {
    float: left;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    width: 270px;
}
.main .items .item_bordered .img {
    display: block;
    width: 100%;
    height: 180px;
    overflow: hidden;
    text-align: center;
    line-height: 180px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 5px;
}
.main .items .item_bordered .img img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.main .items .item_bordered .img:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.main .items .item_bordered .img:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.main .items li .discount {
    position: absolute;
    right: -6px;
    top: -3px;
    z-index: 10;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-image: url('../img/discount.png');
    background-position: 100% 0%;
    text-align: center;
}
.main .items li .discount strong {
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
    color: #fff;
    font-style: italic;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.main .items li .new {
    position: absolute;
    right: -6px;
    bottom: 75px;
    z-index: 10;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-image: url('../img/new.png');
    background-position: 100% 0%;
    text-align: center;
}
.main .items li .title {
    font-size: 13px;
    padding: 10px 0;
    text-align: center;
    display: block;
    line-height: 18px;
}
.main .items li .price {
    color: #333;
    font-size: 14px;
    margin: 0 5px;
    vertical-align: middle;
    display: inline-block;
}
.main .items li .price_old {
    color: #999;
    text-decoration: line-through;
    font-size: 12px;
}
.main .carousel li .price_new {
    font-size: 15px;
    font-weight: 600;
}
.main .items li .price_new {
    color: #ce2525;
}
.main .items .reply {
    padding: 15px 0;
}
.main .items .reply .ava {
    width: 50px;
    text-align: center;
    height: 50px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main .items .reply .ava img {
    display: block;
}
.main .items .reply article {
    width: 210px;
    border: 1px solid #d9d9d9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    background: #ffffff;
    border: 1px solid #d9d9d9;
}
.main .items .reply article:after, .main .items .reply article:before {
    right: 100%;
    top: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.main .items .reply article:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 6px;
    margin-top: -6px;
}
.main .items .reply article:before {
    border-color: rgba(217, 217, 217, 0);
    border-right-color: #d9d9d9;
    border-width: 7px;
    margin-top: -7px;
}
.main .items .reply article a {
    font-size: 12px;
    color: #333;
}
.main .items .reply article a:hover {
    color: #ed6630;
}
.main .items .item_regular {
    width: 195px;
    margin-right: 10px;
    display: inline-block;
    float: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
.main .items .item_regular:nth-child(4n) {
    margin-right: 0;
}
.main .items.history .item_regular:nth-child(4n),
.main .items.history .item_regular{
    margin-right: 35px;
    float: left;
}

.main .items {
    text-align: center;
    overflow: visible;
}
.main .items.results, 
.main .items.history {
    text-align: left;
}
.main .tabs__nav {
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    font-size: 14px;
    list-style-type: none;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
    box-shadow: inset 0px 1px 0px 0px #fff;
}
.main .tabs__content {
    padding-top: 20px;
    padding-bottom: 10px;
    border: 1px solid #e6e6e6;
    margin-top: 0px;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}
.main .tabs__nav li {
    cursor: pointer;
    padding: 0 30px;
    box-shadow: 1px 0px 0px 0px #fff, inset -1px 0px 0px 0px #d9d9d9;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.main .tabs__nav li:hover {
    color: rgb(156, 155, 155);
}
.main .tabs__nav li:first-child.active {
    border-radius: 5px 0 0 0px;
}
.main .tabs__nav li.active {
    color: #fff;
    background-image: -moz-linear-gradient( 90deg, #12a1df 0%, #1ec5eb 100%);
    background-image: -webkit-linear-gradient( 90deg, #12a1df 0%, #1ec5eb 100%);
    background-image: -ms-linear-gradient( 90deg, #12a1df 0%, #1ec5eb 100%);
    box-shadow: inset 0px 1px 0px 0px #7fdfff;
    position: relative;
    border: 1px solid #149ecc;
}
.main .tabs__nav li.active:after, .main .tabs__nav li.active:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.main .tabs__nav li.active:after {
    border-color: rgba(18, 161, 223, 0);
    border-top-color: #12a1df;
    border-width: 7px;
    margin-left: -7px;
}
.main .tabs__nav li.active:before {
    border-color: rgba(20, 158, 204, 0);
    border-top-color: #149ecc;
    border-width: 8px;
    margin-left: -8px;
}
.main .tab__page {
    display: none;
    opacity: 0;
    -webkit-animation: opacity 0.5s linear;
    -moz-animation: opacity 0.5s linear;
    -ms-animation: opacity 0.5s linear;
    -o-animation: opacity 0.5s linear;
    animation: opacity 0.5s linear;
}
.main .tab__page.active {
    display: block;
    opacity: 1;
}
.main .thumbs__links a {
    margin: 0 5px;
    text-decoration: none;
    border-bottom: 1px solid #2285c8;
}
.main .thumbs__links a:last-child {
    color: #333;
    text-decoration: none;
    border-bottom: 1px dashed #333;
}
.main .thumbs__links a:hover {
    color: #ed6630;
    border-color: #ed6630;
}
.main .thumbs {
    padding-top: 20px;
}
.main .thumb {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
}
.main .thumb a {
    display: block;
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.main .thumb a img {
    max-width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
}
.main .thumb a:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.main .thumb:hover a img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.main .thumb .discount {
    position: absolute;
    right: -6px;
    top: -3px;
    z-index: 10;
    width: 70px;
    background-repeat: no-repeat;
    background-image: url('../img/discount.png');
    background-position: 100% 0%;
    text-align: center;
    height: 70px;
}
.main .thumb .discount strong {
    display: block;
    position: absolute;
    right: 10px;
    color: #fff;
    font-style: italic;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    top: 15px;
}
.main .thumb .price {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    font-size: 12px;
    padding: 5px 10px;
    color: #333;
    background-color: #fff;
}
.main .thumb .new {
    position: absolute;
    right: -6px;
    z-index: 10;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-image: url('../img/new.png');
    background-position: 100% 0%;
    text-align: center;
    bottom: -9px;
}
.main .gallery__wrap {
    overflow: hidden;
    position: relative;
    width: 340px;
    height: 320px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.main .gallery__wrap:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.main .gallery__nav {
    position: absolute;
    z-index: 10;
    background-color: #fff;
    width: 25px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    top: 135px;
}
.main .gallery {
    position: relative;
    left: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.main .gallery__nav[data-action="prev"] {
    left: 0;
}
.main .gallery__nav[data-action="next"] {
    right: 0;
}
.main .thumb_gallery a {
    width: 340px;
    height: 320px;
    box-shadow: none !important;
}
.main .thumb_gallery {
    float: left;
    width: 340px;
    height: 320px;
}
.main .thumbs__wrap_left {
    width: 150px;
}
.main .thumbs__wrap_right {
    width: 325px;
}
.main .thumbs__wrap .thumb:first-child::before {
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    background-color: #e6e6e6;
    position: absolute;
    bottom: -11px;
    left: 0;
}
.main .thumbs__wrap_right .thumb:first-child::after {
    content: '';
    height: 150px;
    width: 1px;
    display: block;
    background-color: #e6e6e6;
    position: absolute;
    top: 0;
    right: -14px;
}
.main .thumbs__wrap_right .thumb:last-child::before {
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    background-color: #e6e6e6;
    position: absolute;
    top: -10px;
    right: -1px;
}
.main .thumbs__wrap_right .thumb:last-child::after {
    content: '';
    height: 150px;
    width: 1px;
    display: block;
    background-color: #e6e6e6;
    position: absolute;
    top: 0;
    left: -11px;
}
.main .thumbs__wrap_right .thumb:nth-child(2n-1) {
    margin-right: 20px;
}
.main .thumbs__wrap_right .thumb:nth-child(2n) {
    padding-right: 0;
}
.main .side__link {
    margin: 10px 0;
    display: block;
}
.main .side__link_vk{
    display: inline-block;
    text-align: center;
}
.main .comments {
    margin: 15px 0;
}
.main .comments h3 {
    color: #fff;
    height: 45px;
    display: block;
    line-height: 45px;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
    padding: 0 20px;
}
.main .comments ul {
    list-style: none;
    padding: 5px 15px;
    background-color: #fff;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.main .comments ul li {
    padding: 10px 0;
    color: #333;
    font-size: 13px;
    border-bottom: 1px solid #e6e6e6;
}
.main .comments ul li:last-child {
    border-bottom: none;
}
.main .comments ul li p {
    padding: 7px 0;
    line-height: 16px;
}
.main .comments h4 {
    height: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    border-radius: 0 0 5px 5px;
    margin-bottom: 10px;
}

.results__heading{
    font-size: 28px;
    padding: 15px 0;
    line-height: 30px;
}
.results__sort{
    margin-top: 10px;
    margin-bottom: 20px;
}
.results__sort > strong{
    margin-right: 10px;
}
.results__sort > label{
    border-radius: 3px;
    background-color: #e6e6e6;
    padding: 5px 8px;
    margin: 3px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    
}
.results__sort > label > input{
    cursor: pointer;
}
.results__sort > label.active{
    background-color: #0492d7;
    color: #fff;
}
.pagination{
    margin: 30px auto;
    text-align: center;
}
.pagination__button{
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin: 20px 0;
}
.pagination__button:first-child,
.pagination__button:last-child{
    width: 90px;
    margin: 20px;
}
.pagination__button.orange:hover{
    color: #7C411E;
}
.pagination__button.blue:hover{
    color: #097BA0;
}
.pagination__more{
    display: block;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;text-decoration: none;
    color: #333;
}
li.thumb {
    margin-bottom: 20px;
}