@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,400italic,300italic,500italic,700,700italic,100&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800&subset=latin,cyrillic);
@import "../js/cloudzoom/cloudzoom.css";

@font-face {
    font-family: ALSRubl;
    src: url('../../../fonts/rouble.ttf'); /* Путь к файлу со шрифтом */
}

html {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
    -moz-box-sizing: inherit;
}

body {
    margin: 0;
    color: #000;
    font: 12px/18px 'Open Sans', sans-serif;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    min-width: 320px;
    background-attachment: fixed;
    background: url(../images/bg-body.jpg);
}

* {
    max-height: 1000000px;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block;
}

img {
    border-style: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

a:hover {
    text-decoration: underline;
}

input,
textarea,
select {
    margin: 0 0 2px;
    vertical-align: middle;
    color: #231f20;
    outline: none;
    border-radius: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top;
    outline: none;

}

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
    display: none;
}

sub,
sup {
    font-size: 59%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -5px;
}

sub {
    bottom: -0.25em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

/*.page{*/
/*overflow: hidden;*/
/*}*/
.wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.wrapper {
    max-width: 960px;
    min-width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.header {
    margin: 0 0 21px;
    position: relative;
}

.index .header {
    margin: 0;
}

.header-top:after {
    content: "";
    display: block;
    clear: both;
}

.header-top {
    background: #2c73ab;
    height: 40px;
}

.header-top .wrapper {
    position: relative;
}

.header .wrapper {
    z-index: 30;
}

.header .wrapper-header {
    position: relative;
    z-index: 2;
}

.header .wrapper-header:before {
    content: "";
    position: absolute;
    top: 49px;
    width: 239px;
    height: 244px;
    right: 221px;
    background: url(../images/bg-header02.png) no-repeat;
}

.city-holder {
    float: left;
    position: relative;
    z-index: 100;
    padding: 10px 23px 0 0;
    height: 40px;
}

.header .info-header {
    float: right;
}

.info-header .basket {
    float: right;
    background: url(../images/bg-basket.png) no-repeat;
    height: 64px;
    padding: 4px 0 0 74px;
    margin: 2px 0 0 41px;
    width: 220px;
}

.info-header .basket:hover {
    text-decoration: none;
    background-position: 0 100%;
}

.info-header .basket dl {
    margin: 0 0 3px;
    padding: 0;
    overflow: hidden;
    font: 13px/15px 'Open Sans', sans-serif;
}

.info-header .basket dl dt {
    float: left;
    margin: 0 4px 0 0;
}

.info-header .basket dl dd {
    overflow: hidden;
    margin: 0;
}

.info-header .basket dl dd em {
    font: 600 13px/15px 'Open Sans', sans-serif;
    text-decoration: underline;
    color: #2d4e86;
}

.info-header .basket dl dd em:hover {
    text-decoration: none;
}

.info-header .basket span {
    font: 13px/15px 'Open Sans', sans-serif;
}

.info-header .basket span span {
    display: inline-block;
    vertical-align: top;
}

.account {
    float: right;
    padding: 11px 0 0;
}

.account .entrance {
    font: 13px/20px 'Open Sans', sans-serif;
    color: #fff;
    background: #2e5d95;
    height: 20px;
    position: relative;
    margin: 0 0 8px;
    padding: 0 10px 0 15px;
    border-radius: 0 10px 10px 0;
    display: inline-block;
    vertical-align: top;
}

.account .entrance:after {
    content: "";
    position: absolute;
    top: -7px;
    left: -27px;
    width: 32px;
    height: 32px;
    background: url(../images/bg-account.png) no-repeat;
}

.account .registration {
    text-decoration: underline;
    color: #2d4e86;
    margin: 0 0 0 15px;
    font: 600 13px/15px 'Open Sans', sans-serif;
}

.account .registration:hover {
    text-decoration: none;
}

.nav {
    overflow: hidden;
}

.nav ul {
    list-style: none;
    margin: 0;
    padding: 12px 0 0;
    text-align: center;
    font: 12px/16px 'Open Sans', sans-serif;
}

.nav ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
    padding: 0 8px;
}

.nav ul li:first-child {
    border-left: 1px solid #6c9dc4;
    padding: 0 8px 0 20px;
}

.nav ul li:last-child {
    border-right: 1px solid #6c9dc4;
    padding: 0 20px 0 8px;
}

.nav ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.nav ul li .active,
.nav ul li a:hover {
    text-decoration: underline;
}

.header-holder {
    padding: 36px 0 0px;
}

.header-bottom {
    background: url(../images/bg-header.png) repeat-x;
    margin: 0 0 15px;
    position: relative;
    z-index: 30;
}

.logo {
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 52px 0 0;
    background: url(../images/logo.png) no-repeat;
    width: 289px;
    height: 63px;
}

.logo a {
    display: block;
    height: 100%;
}

.category-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    height: 51px;
    background: url(../images/sep01.png) no-repeat;
}

.category-list li {
    display: table-cell;
    background: url(../images/sep01.png) no-repeat 100% 0;
    vertical-align: middle;
    height: 50px;
}

.category-list li a {
    color: #2d4e86;
    display: block;
    padding: 0 15px;
    font: 600 13px/16px 'Open Sans', sans-serif;
    position: relative;
}

.category-list .holder span {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    text-align: center;
}

.header-holder .holder {
    overflow: hidden;
    position: relative;
    z-index: 20;
}

.phone-holder {
    float: left;
    text-align: right;
    padding: 5px 0 0;
    position: relative;
    z-index: 20;
    right: 15px;
}

.phone-holder a {
    display: block;
    text-decoration: none;
    color: #2d4e86;
    font: 600 22px/24px 'Open Sans', sans-serif;
    margin: 0 0 7px;
}

.phone-holder span {
    font: 300 22px/24px 'Open Sans', sans-serif;
    display: inline-block;
    vertical-align: top;
    color: #2d4e86;
}

.help-list {
    list-style: none;
    margin: 0;
    padding: 6px 0 0;
    float: right;
    font: 300 12px/14px 'Open Sans', sans-serif;
}

.help-list li {
    float: left;
}

.help-list li a {
    color: #fff;
}

.search-form {
    padding: 0 128px 0 0;
    height: 33px;
    position: relative;
    border-radius: 13px;
    z-index: 20;
}

.search-form .opener {
    display: none;
}

.search-form .text {
    width: 100%;
    height: 33px;
    display: block;
    border: none;
    background: #fff url(../images/bg-search.png) no-repeat 9px 50%;
    border-top: 1px solid #d4d4d4;
    border-radius: 13px 0 0 13px;
    padding: 0 38px;
    color: #4d6390;
    font: 300 14px/32px 'Open Sans', sans-serif;
}

.search-form .submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 33px;
    background: #2c73ab;
    color: #fff;
    border: none;
    border-radius: 0 13px 13px 0;
    width: 143px;
    font: 300 14px/16px 'Open Sans', sans-serif;
}

.search-form .submit:hover {
    background: #0677d1;
}

.search-form.high {
    height: 75px !important;
}

.search-form.high input {
    height: 75px !important;
}

.slideshow01 {
    overflow: hidden;
    position: relative;
    margin: 0 0 10px;
}

.slideshow01 .wrapper {
    position: relative;
    z-index: 2;
    padding: 0 100px 0 0;
}

.slideshow01 .gholder {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.slideshow01 .gmask {
    position: relative;
    overflow: hidden;
    height: 1%;
}

.slideshow01 .gmask .slideset {
    list-style: none;
    overflow: hidden;
    height: 100px;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slideshow01 .gmask .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    max-height: 406px;
    overflow: hidden;
}

.slideshow01 .gmask .slide .slide-holder {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.slideshow01 .gmask .slide img {
    width: 100%;
    height: auto;
    vertical-align: top;
    min-height: 282px;
}

.slideshow01 .gmask div.active {
    z-index: 1;
    display: block;
}

.slideshow01 a.btn-prev,
.slideshow01 a.btn-next {
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 29px;
    width: 16px;
    height: 28px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 10;
    display: block;
    margin: -14px 0 0;
    background: url(../images/btn01.png) no-repeat;
}

.slideshow01 a.btn-next {
    left: auto;
    right: 29px;
    background-position: 100% 0;
}

.slideshow01 a.btn-next:before {
    background-position: 100% 0;
}

.slideshow01 .gmask .slide h2 {
    margin: 0 0 10px;
    color: #2d4e86;
    font: 100 30px/33px 'Open Sans', sans-serif;
}

.slideshow01 .gmask .slide a {
    display: block;
    height: 100%;
    padding: 50px 0 0 46%;
    text-decoration: none;
}

.slideshow01 .category {
    background: #f7931d;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font: 13px/15px 'Open Sans', sans-serif !important;
    border-radius: 5px;
    padding: 2px 6px;
    margin: 0 0 10px;
    height: auto;
}

.slideshow01 .country {
    color: #9d9d9f;
    font: 13px/15px 'Open Sans', sans-serif;
}

.preview-holder {
    background: #455a86;
    margin: 0 0 12px;
    padding: 9px 0;
    text-align: center;
}

.preview-holder span {
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
    color: #9aa3b8;
    font: 300 13px/15px 'Open Sans', sans-serif;
}

.preview-holder strong {
    padding: 0 7px 0 0;
    color: #fff;
    font: 13px/15px 'Open Sans', sans-serif;
}

.saleblock span {
    font-size: 13px;
}

.saleblock + h1 {
    margin-top: 10px;
}

.carousel1 {
    margin: 0 0 14px;
    padding: 19px 0 39px;
    text-align: center;
    background: #fff;
    position: relative;
}

.carousel1 em {
    display: block;
    padding: 0 0 17px 25px;
    font: italic 12px/14px 'Open Sans', sans-serif;
    color: #acadaf;
    text-align: left;
}

.carousel1 .gholder {
    width: 100%;
    position: relative;
}

.carousel1 .gholder:after {
    content: "";
    display: block;
    clear: both;
}

.carousel1 .gmask {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
}

.carousel1 .gmask .slideset {
    list-style: none;
    width: 99999px;
    float: left;
    padding: 0;
    margin: 0;
}

.carousel1 .gmask .slide {
    white-space: nowrap;
    float: left;
    padding: 0 18px;
    text-align: center;
}

.carousel1 .gmask .slide a {
    display: block;
}

.carousel1 .gmask .slide img {
    vertical-align: top;
}

.carousel1 a.btn-prev,
.carousel1 a.btn-next {
    background: url(../images/btn02.png) no-repeat;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 22px;
    width: 10px;
    height: 18px;
    margin: -13px 0 0;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 20;
}

.carousel1 a.btn-next {
    left: auto;
    right: 22px;
    background-position: 100% 0;
}

.carousel1 .gmask-center {
    padding: 0 38px;
    overflow: hidden;
}

.carousel1 .all {
    position: absolute;
    bottom: -26px;
    right: 232px;
    width: 90px;
    height: 26px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    color: #2d4e86;
    font: italic 11px/26px 'Open Sans', sans-serif;
}

.information-list {
    list-style: none;
    margin: 0 0 13px;
    padding: 0;
    overflow: hidden;
}

.information-list li {
    float: left;
    width: 25%;
    height: 172px;
    border-left: 1px solid #f7f7f7;
}

.information-list li:first-child {
    border: none;
}

.information-list li a {
    display: block;
    padding: 104px 0 0 24px;
    text-decoration: none;
}

.information-list .list02 a {
    padding: 18px 0 0 28px;
}

.information-list li em {
    display: block;
    padding: 0 0 4px;
    font: italic 600 12px/14px 'Open Sans', sans-serif;
    color: #a7a8aa;
}

.information-list li strong {
    display: block;
    font: 600 16px/16px 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #30363c;
}

.information-list .list01 {
    background: url(../images/img13.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.information-list .list02 {
    background: url(../images/img14.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.information-list .list03 {
    background: url(../images/img15.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.information-list .list04 {
    background: url(../images/img16.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.tab-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.tab-wrapper span {
    float: left;
    padding: 0 15px 0 0;
    color: #8f9194;
    font: 400 12px/33px 'Open Sans', sans-serif;
}

.tab-wrapper .all {
    float: right;
    color: #2d4e86;
    font: 11px/33px 'Open Sans', sans-serif;
}

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

.tab-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
    padding: 0 8px 0 0;
}

.tab-list li a {
    color: #000;
    display: block;
    padding: 0 19px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    background: #f7f7f7;
    font: 400 12px/33px 'Open Sans', sans-serif;
    height: 33px;
}

.tab-list li a:hover {
    text-decoration: none;
}

.tab-list .active {
    color: #f7931d;
    background: #fff;
    height: 35px;
    font: 400 12px/35px 'Open Sans', sans-serif;
}

.carousel2 {
    margin: 0 0 30px;
    padding: 36px 22px 27px;
    position: relative;
    text-align: center;
    background: #fff;
    border-radius: 0 0 4px 4px;
}

.carousel2 .holder {
    overflow: hidden;
    height: 289px;
}

.carousel2 .holder p {
    margin: 0 0 10px;
}

.carousel2 .product .image {
    margin: 0 0 11px;
}

.carousel2 .product .price {
    font: 400 32px/34px 'Open Sans', sans-serif;
}

.carousel2 .gholder {
    width: 100%;
    padding: 0 14px;
}

.carousel2 .gholder:after {
    content: "";
    display: block;
    clear: both;
}

.carousel2 .gmask {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
}

.carousel2 .gmask .slideset {
    width: 100% !important;
    white-space: nowrap;
    letter-spacing: -4px;
}

.carousel2 .gmask .slide {
    display: inline-block;
    vertical-align: top;
    float: none;
    letter-spacing: 0;
    width: 25% !important;
    padding: 0 20px;
    text-align: left;
}

* html .carousel2 .gmask .slide {
    display: inline;
}

* + html .carousel2 .gmask .slide {
    display: inline;
}

.carousel2 .gmask .slide > * {
    white-space: normal;
}

.carousel2 a.btn-prev,
.carousel2 a.btn-next {
    background: url(../images/btn02.png) no-repeat;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 22px;
    width: 10px;
    height: 18px;
    margin: -23px 0 0;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 20;
}

.carousel2 a.btn-next {
    background-position: 100% 0;
    right: 22px;
    left: auto;
}

.product .image {
    margin: 0 0 19px;
    display: block;
    position: relative;
}

.product .image span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 93px;
    height: 32px;
    margin: -16px 0 0 -36px;
    background: rgba(0, 0, 0, 0.50);
    border-radius: 15px;
    padding: 0;
    display: none;
    color: #fff;
    font: 300 14px/32px 'Roboto', sans-serif;
}

.product .image:hover span {
    display: block;
}

.product .image img {
    vertical-align: top;
    width: auto;
    height: 100%;
}

.product .name {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 7px;
    color: #2d4e86;
    font: 600 16px/18px 'Open Sans', sans-serif;
}

.product span {
    display: block;
    padding: 0 0 7px;
    color: #a3a3a3;
    font: 400 11px/13px 'Open Sans', sans-serif;
}

.product .price {
    display: block;
    padding: 0 0 12px;
    color: #f7931d;
    font: 400 24px/26px 'Open Sans', sans-serif;
    text-align: center;
}

.product .buy {
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
    padding: 0 19px;
    border-radius: 5px;
    background: #485d8a;
    height: 32px;
    width: 150px;
    color: #fff;
    font: 600 14px/32px 'Open Sans', sans-serif;
    text-align: center;
}

.product .buy:hover {
    background: #3154a0;
    text-decoration: none;
}

.text-information {
    margin: 0 0 44px;
}

.text-information02 {
    margin: 0;
}

.text-information .two-column {
    overflow: hidden;
}

.text-information02 .two-column {
    padding: 0;
}

.text-information .two-column .column {
    float: left;
    width: 39%;
}

.text-information .two-column .column:first-child {
    width: 61%;
}

.text-information .title-holder {
    overflow: hidden;
    padding: 0 0 19px;
}

.text-information h2 {
    margin: 0 25px 0 0;
    color: #30363c;
    font: 16px/18px 'Open Sans', sans-serif;
    float: left;
}

.text-information .two-column .title-holder a {
    margin: 0;
    color: #2d4e86;
    display: inline-block;
    vertical-align: top;
    font: italic 11px/18px 'Open Sans', sans-serif;
}

.text-information ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.text-information .two-column .column01 ul {
    padding: 0 40px 0 0;
}

.text-information ul li {
    overflow: hidden;
    padding: 0 0 18px;
}

.text-information .image {
    float: left;
    width: 82px;
    height: 82px;
    border: 1px solid #d4d4d4;
    margin: 0 14px 0 0;
    padding: 4px;
    background: #fff;
}

.text-information .image img {
    vertical-align: top;
}

.text-information .holder {
    overflow: hidden;
    padding: 4px 0 0;
}

.text-information .holder span {
    display: block;
    padding: 0 0 9px;
    font: 600 10px/12px 'Open Sans', sans-serif;
}

.text-information .holder a {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px;
    color: #2d4e86;
    text-decoration: underline;
    font: 600 13px/15px 'Open Sans', sans-serif;
}

.text-information .holder a:hover {
    text-decoration: none;
}

.text-information .holder p {
    margin: 0;
    font: 13px/18px 'Open Sans', sans-serif;
}

.promo-holder {
    margin: 0 0 20px;
}

.promo-holder a {
    display: block;
}

.promo-holder img {
    vertical-align: top;
}

.promo-text-wrapper {
    margin: 0 0 49px;
}

.promo-text-wrapper h2 {
    margin: 0 0 25px;
    color: #586472;
    font: 30px/32px 'Open Sans', sans-serif;
}

.promo-text-wrapper .text-holder {
    overflow: hidden;
}

.promo-text-wrapper .text-holder .column {
    float: left;
    width: 50%;
    padding: 0 35px 0 0;
}

.promo-text-wrapper .text-holder .column p {
    margin: 0 0 17px;
    font: 13px/18px 'Open Sans', sans-serif;
}

.promo-text-wrapper .text-holder .column a {
    background: #f7931d;
    padding: 2px 12px;
    border-radius: 5px;
    line-height: 16px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
}

.promo-text-wrapper .text-holder .column a:hover {
    text-decoration: none;
    background: #2e5d95;
}

.promo-text-wrapper .subscribe-form {
    overflow: hidden;
}

.promo-text-wrapper .subscribe-form .text {
    float: left;
    width: 274px;
    background: #f5f5f5 url(../images/ico05.png) no-repeat 252px 50%;
    border-radius: 13px;
    border: none;
    height: 30px;
    border-top: 1px solid #dbdbdb;
    color: #6f6f6f;
    font: 12px/14px 'Open Sans', sans-serif;
    padding: 0 16px;
    margin: 0 10px 0 0;
}

.promo-text-wrapper .subscribe-form .submit {
    background: #ffbe32;
    width: 138px;
    border: none;
    height: 29px;
    color: #fff;
    font: 12px/14px 'Roboto', sans-serif;
    border-radius: 13px;
}

.promo-text-wrapper .subscribe-form .submit:hover {
    background: #ffd532;
}

.promo-wrapper {
    margin: 0 0 24px;
    overflow: hidden;
    border-radius: 5px;
    height: 133px;
}

.promo-wrapper a {
    display: block;
    text-decoration: none;
    position: relative;
    height: 133px;
}

.promo-wrapper h2 {
    position: absolute;
    top: 13px;
    right: 13px;
    margin: 0;
    color: #fff;
    font: 600 33px/34px 'Roboto', sans-serif;
    text-transform: uppercase;
}

.promo-wrapper h3 {
    position: absolute;
    bottom: 13px;
    left: 13px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font: 600 18px/20px 'Roboto', sans-serif;
}

.promo-wrapper img {
    vertical-align: top;
    width: 100%;
    height: 100%;
}

.promo-wrapper .promo-logo {
    position: absolute;
    top: 50%;
    left: 29px;
    margin: -40px 0 0;
    border-radius: 8px;
    overflow: hidden;
}

.main {
    padding: 20px 31px;
    background: #fff;
    margin: 0 0 20px;
}

.breadcrumbs {
    list-style: none;
    margin: 0;
    padding: 0 0 23px;
    overflow: hidden;
    color: #9d9d9d;
    font: 400 15px/13px 'Roboto', sans-serif;
}

.breadcrumbs li {
    float: left;
    line-height: 1.5;
    background: url(../images/sep03.png) no-repeat 0 50%;
    padding: 0 4px 0 7px;
}

.breadcrumbs li:first-child {
    background: none;
    padding: 0 4px 0 0;
}

.breadcrumbs li a {
    display: block;
    color: #9d9d9d;
}

h1 {
    color: #30363c;
    margin: 0;
    float: left;
    font: 400 30px/33px 'Open Sans', sans-serif;
}

.title-wrapper {
    margin: 0 0 23px;
    position: relative;
    overflow: hidden;
}

.back {
    float: right;
    color: #000;
    background: url(../images/ico08.png) no-repeat 100% 50%;
    padding: 0 13px 0 0;
    margin: 14px 0 0;
    font: 12px/16px 'Roboto', sans-serif;
}

.main p {
    margin: 0 0 18px;
    text-align: justify;
}

.bulleted-list {
    list-style: none;
    margin: 0 0 27px;
    padding: 20px 0 7px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

.bulleted-list li {
    background: url(../images/bullet01.jpg) no-repeat 0 4px;
    padding: 0 0 0 37px;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 10px 0;
    width: 50%;
}

.image-wrapper {
    overflow: hidden;
    padding: 0 0 14px;
}

.image-wrapper .image {
    float: left;
    width: 432px;
    border: 1px solid #b2b2b2;
    padding: 4px;
    margin: 4px 30px 0 0;
}

.image-wrapper .image img {
    vertical-align: top;
}

.order-text {
    border-bottom: 1px solid #d3d3d3;
    margin: 0 0 28px;
    padding: 0 0 24px;
}

.order-text h2 {
    margin: 0 0 24px;
    color: #000;
    font: 36px/38px 'Roboto', sans-serif;
}

.btn-box {
    overflow: hidden;
}

.btn-box a {
    float: left;
    margin: 0 29px 0 0;
}

.btn-box .download {
    color: #2767be;
    font: 14px/33px 'Roboto', sans-serif;
    background: url(../images/ico07.png) no-repeat 100% 50%;;
    height: 33px;
    padding: 0 18px 0 0;
}

.btn-box .transition {
    font: 12px/33px 'Roboto', sans-serif;
    color: #fff;
    overflow: hidden;
    border-radius: 5px;
    background: #2e5d95;
    height: 33px;
    padding: 0 11px;
}

.btn-box .transition:hover {
    background: #1059b2;
    text-decoration: none;
}

.title-wrapper dl {
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: left;
}

.title-wrapper dl dt {
    float: left;
    color: #586472;
    margin: 0 14px 0 0;
    font: 30px/33px 'Open Sans', sans-serif;
}

.title-wrapper dl dd {
    overflow: hidden;
    color: #f7931d;
    margin: 0;
    font: 700 24px/38px 'Open Sans', sans-serif;
}

.button-list {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    font: 14px/35px 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.button-list li {
    float: left;
    margin: 0 0 0 16px;
}

.button-list li a {
    display: block;
    border-radius: 5px;
    color: #fff;
    height: 35px;
    padding: 0 15px;
    text-decoration: none;
}

.button-list .fast-order {
    background: #2c73ab;
}

.button-list .fast-order:hover {
    background: #0677d1;
}

.button-list .order {
    background: #f7931d url(../images/ico09.png) no-repeat 153px 50%;
    padding: 0 35px 0 19px;
}

.button-list .order:hover {
    background-color: #f76f1d;
}

.basket-table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}

.basket-table thead td {
    color: #737373;
    font: 12px/18px 'Open Sans', sans-serif;
}

.basket-table td {
    padding: 20px 10px;
    vertical-align: top;
    border-bottom: 1px solid #d3d3d3;
}

.basket-table .t2 {
    width: 200px;
}

.basket-table tbody td:first-child {
    border-left: 1px solid #d3d3d3;
}

.basket-table tbody td:last-child {
    border-right: 1px solid #d3d3d3;
}

.basket-table td img {
    vertical-align: top;
}

.basket-table .image {
    display: block;
}

.basket-table .delete {
    width: 31px;
    height: 31px;
    display: block;
    margin: 0 auto;
    background: url(../images/bg-delete.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

.basket-table .delete:hover {
    text-decoration: none;
    background-position: 100% 0;
}

.basket-table .name {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 7px;
    color: #2d4e86;
    font: 600 16px/18px 'Open Sans', sans-serif;
}

.basket-table .model {
    display: block;
    color: #a3a3a3;
    font: 13px/13px 'Open Sans', sans-serif;
}

.basket-table .price {
    display: block;
    color: #000;
    font: 700 18px/20px 'Open Sans', sans-serif;
}

.basket-table .price-red {
    color: #f7931d;
}

.amount-form {
    width: 120px;
    overflow: hidden;
}

.amount-form a {
    float: left;
    color: #2e5d95;
    text-decoration: none;
    height: 30px;
    width: 16px;
    text-align: center;
    margin: 0 0 0 12px;
    font: 700 17px/30px 'Open Sans', sans-serif;
}

.amount-form a:first-child {
    margin: 0;
}

.amount-form .text {
    background: #fbfbfb;
    border: 1px solid #dbdbdb;
    border-top: 2px solid #dbdbdb;
    border-radius: 2px;
    text-align: center;
    font: 14px/20px 'Open Sans', sans-serif;
    height: 30px;
    width: 64px;
    float: left;
    margin: 0 0 0 12px;
}

.recommendation-holder {
    border: 1px solid #d3d3d3;
    border-top: none;
    width: 100%;
    margin: 0 0 42px;
    padding: 14px 13px 0;
    position: relative;
}

.recommendation-holder .hide {
    padding: 0 10px;
    bottom: -21px;
    background: #fff;
    color: #d3d3d3;
    height: 21px;
    border: 1px solid #d3d3d3;
    border-radius: 0 0 4px 4px;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -48px;
    font: 12px/20px 'Open Sans', sans-serif;
}

.recommendation-holder .hide em {
    font: 12px/20px 'Open Sans', sans-serif;
}

.recommendation-holder .hide .text02 {
    display: none;
}

.recommendation-holder.expanded .hide .text01 {
    display: none;
}

.recommendation-holder.expanded .hide .text02 {
    display: block;
}

.recommendation-holder .title-box {
    overflow: hidden;
    margin: 0 0 30px;
}

.recommendation-holder .title-box span {
    color: #737373;
    float: left;
    padding: 0 20px 0 0;
    font: 12px/14px 'Open Sans', sans-serif;
}

.recommendation-holder .title-box a {
    color: #2e5d95;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    font: 12px/14px 'Open Sans', sans-serif;
    text-decoration: underline;
}

.recommendation-holder .title-box a:hover {
    text-decoration: none;
}

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

.recommendation-list li:after {
    content: "";
    display: block;
    clear: both;
}

.recommendation-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 41px 0;
    padding: 0 10px 0 0;
    width: 50%;
}

.recommendation-list .name {
    color: #2d4e86;
    float: left;
    width: 202px;
    font: 600 16px/18px 'Open Sans', sans-serif;
}

.recommendation-list .price {
    color: #f7931d;
    float: left;
    font: 700 16px/18px 'Open Sans', sans-serif;
    width: 97px;
    padding: 0 10px 0 0;
}

.recommendation-list .buy {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin: -4px 0 0;
    padding: 0 19px;
    border-radius: 4px;
    background: #485d8a;
    height: 32px;
    color: #fff;
    font: 600 14px/32px 'Open Sans', sans-serif;
}

.recommendation-list .buy:hover {
    text-decoration: none;
    background: #3154a0;
}

.total-holder .holder {
    overflow: hidden;
}

.total-holder .holder dl {
    margin: 0 0 22px;
    padding: 0;
    overflow: hidden;
    text-align: right;
    font: 24px/26px 'Open Sans', sans-serif;
}

.total-holder .holder dl dt {
    display: inline-block;
    vertical-align: top;
    color: #586472;
    margin: 0 19px 0 0;
}

.total-holder .holder dl dd {
    display: inline-block;
    vertical-align: top;
    color: #f7931d;
    margin: 0;
    font-weight: bold;
}

.title-wrapper .all {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    color: #2c73ab;
    font: 18px/20px 'Open Sans', sans-serif;
    margin: 10px 0 0 20px;
    border-bottom: 1px dotted #2c73ab;
}

.title-wrapper .all:hover {
    border-color: #fff;
    text-decoration: none;
}

.category-holder {
    position: relative;
}

.category-holder h2 {
    margin: 0 0 31px;
}

.category-holder h2 a {
    text-decoration: underline;
    color: #2c73ab;
    font: 22px/24px 'Open Sans', sans-serif;
}

.category-holder h2 a:hover {
    text-decoration: none;
}

.category-table {
    border-collapse: collapse;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
}

.category-table thead td {
    padding: 0 0 26px 10px;
}

.category-table thead td:first-child {
    padding: 0 0 26px;
}

.category-table td {
    padding: 5px 0 5px 10px;
}

.category-table td:first-child {
    padding: 5px 0;
}

.category-table td:last-child {
    text-align: center;
}

.category-table thead td {
    color: #737373;
    font: 11px/14px 'Roboto', sans-serif;
}

.category-table .buy {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin: -4px 0 0;
    padding: 0 19px;
    border-radius: 16px;
    background: #2e5d95;
    height: 32px;
    color: #fff;
    font: 300 18px/32px 'Roboto', sans-serif;
}

.category-table .buy:hover {
    text-decoration: none;
    background: #818181;
}

.category-table .name {
    color: #2767be;
    font: 14px/16px 'Roboto', sans-serif;
}

.category-table .statys {
    color: #30363c;
    font: 12px/14px 'Roboto', sans-serif;
}

.category-table .status-here {
    color: #bf3f40;
}

.category-table .price {
    color: #ff3535;
    font: 18px/20px 'Roboto', sans-serif;
}

.category-holder .all {
    color: #737373;
    font: 12px/14px 'Roboto', sans-serif;
    text-decoration: underline;
    border-top: 1px solid #d3d3d3;
    margin: 0 0 2px;
    padding: 8px 0;
    text-align: center;
    display: block;
}

.category-holder .all:hover {
    text-decoration: none;
    color: #bf3f40;
    border-top: 1px solid #bf3f40;
}

.category-holder .horizontal-images ul {
    list-style: none;
    margin: 0;
    padding: 0 0 20px;
    overflow: hidden;
    font: 11px/14px 'Roboto', sans-serif;
}

.category-holder .horizontal-images ul li span:first-child {
    padding: 0 0 26px;
    display: block;
    color: #737373;
    font: 11px/14px 'Roboto', sans-serif;
}

.category-holder .horizontal-images .model {
    float: left;
    width: 194px;
}

.category-holder .horizontal-images .existence01 {
    float: left;
    width: 180px;
}

.category-holder .horizontal-images .existence02 {
    float: left;
    width: 170px;
}

.category-holder .horizontal-images .price-box {
    float: left;
    width: 173px;
}

.category-holder .horizontal-images .buy-box {
    float: left;
    width: 180px;
    text-align: center;
}

.category-holder .horizontal-images ul li {
    float: left;
}

.horizontal-images {
    background: none !important;
}

.category-holder .horizontal-images {
    padding: 0;
    margin: 0;
}

.category-holder .horizontal-images .buy {
    overflow: hidden;
    margin: -4px 0 0;
    padding: 0 19px;
    border-radius: 16px;
    background: #2e5d95;
    height: 32px;
    width: 96px;
    color: #fff;
    display: block;
    margin: 0 auto 5px;
    font: 300 18px/32px 'Roboto', sans-serif;
}

.category-holder .horizontal-images .buy:hover {
    text-decoration: none;
    background: #818181;
}

.category-holder .horizontal-images .name {
    color: #2767be;
    display: block;
    font: 14px/16px 'Roboto', sans-serif;
    padding: 9px 2px;
}

.category-holder .horizontal-images .status {
    color: #30363c;
    font: 12px/14px 'Roboto', sans-serif;
    display: block;
    padding: 10px 2px;
}

.category-holder .horizontal-images .status-here {
    color: #bf3f40;
    display: block;
}

.category-holder .horizontal-images .price {
    color: #f7931d;
    font: 18px/20px 'Roboto', sans-serif;
    display: block;
    padding: 7px 2px;
}

.jcf-select {
    position: relative;
    border: 1px solid #dbdbdb;
    border-top: 2px solid #dbdbdb;
    background: #fbfbfb;
    min-width: 150px;
    height: 40px;
    border-radius: 3px;
    float: left;
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    margin: 0 35px 0 0;
    padding: 0 16px;
    font: 12px/40px 'Open Sans', sans-serif;
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    background: #fbfbfb url(../images/bg-select.png) no-repeat 50% 50%;
    width: 36px;
    height: 37px;
    right: 0;
    top: 0;
}

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #dbdbdb;
}

.jcf-select-drop .jcf-option-hideme {
    display: none;
}

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */
.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font: 12px/16px 'Open Sans', sans-serif;
    width: 100%;
    background: #fbfbfb;
}

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}

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

.jcf-list ul li {
    overflow: hidden;
    display: block;
}

.jcf-list .jcf-overflow {
    overflow: auto;
}

.jcf-list .jcf-option {
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 4px 16px;
    color: #656565;
    height: 1%;
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

.main-form .threecolumns {
    overflow: hidden;
    border-bottom: 1px solid #d3d3d3;
    padding: 0 0 35px;
    margin: 0 0 50px;
}

.main-form .threecolumns .column {
    float: left;
    width: 33.333%;
}

.main-form .threecolumns .column h3 {
    margin: 0 0 34px;
    font: 800 14px/16px 'Roboto', sans-serif;
    text-transform: uppercase;
}

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

.radio-list li {
    padding: 0 0 14px;
}

.radio-list .radio {
    display: none;
}

.radio-list label {
    display: block;
    overflow: hidden;
    padding: 0 0 0 33px;
    cursor: pointer;
    font: 12px/16px 'Open Sans', sans-serif;
    color: #000;
    background: url(../images/bg-radio.png) no-repeat;
}

.radio-list .active,
.radio-list input:checked + label {
    background: url(../images/bg-radio.png) no-repeat 0 100%;
}

.main-form .column .checkbox-holder {
    padding: 14px 0 32px;
}

.checkbox-holder .checkbox {
    display: none;
}

.checkbox-holder label {
    background: url(../images/bg-checkbox.png) no-repeat;
    height: 21px;
    padding: 0 0 0 33px;
    display: block;
    font: 12px/21px 'Open Sans', sans-serif;
    cursor: pointer;
}

.checkbox-holder .active,
.checkbox-holder input:checked + label {
    background: url(../images/bg-checkbox.png) no-repeat 0 100%;
}

.main-form .text {
    width: 100%;
    height: 40px;
    border: 1px solid #dbdbdb;
    padding: 0 16px;
    border-top: 2px solid #dbdbdb;
    border-radius: 3px;
    background: #fbfbfb;
    display: block;
    font: 12px/40px 'Open Sans', sans-serif;
}

.main-form .textarea {
    width: 100%;
    height: 87px;
    resize: none;
    border: 1px solid #dbdbdb;
    padding: 0 8px;
    border-top: 2px solid #dbdbdb;
    border-radius: 3px;
    background: #fff;
    display: block;
    font: 12px/31px 'Open Sans', sans-serif;
}

.main-form .scores {
    width: 216px;
}

.main-form .scores .text {
    margin: 0 0 9px;
}

.main-form .scores span {
    display: block;
    font: 12px/16px 'Open Sans', sans-serif;
}

.main-form .twocolumns .row:after,
.main-form .twocolumns:after {
    content: "";
    display: block;
    clear: both;
}

.main-form .twocolumns .jcf-select {
    width: 249px;
    float: left;
    margin: 0 17px 0 0;
}

.main-form .twocolumns .row {
    padding: 0 0 10px;
}

.main-form .twocolumns .column {
    float: left;
    width: 50%;
}

.main-form .twocolumns .text {
    width: 249px;
    float: left;
    margin: 0 16px 0 0;
}

.main-form .twocolumns label {
    font: 12px/40px 'Open Sans', sans-serif;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.main-form .twocolumns {
    padding: 0 0 30px;
}

.step-holder {
    overflow: hidden;
}

.step-holder a {
    height: 35px;
    text-transform: uppercase;
    border-radius: 5px;
    font: 14px/35px 'Open Sans', sans-serif;
    color: #fff;
}

.step-holder a:hover {
    text-decoration: none;
}

.step-holder .prev {
    background: #696969 url(../images/ico10.png) no-repeat 18px 50%;
    padding: 0 20px 0 42px;
    float: left;
}

.step-holder .prev:hover {
    background-color: #8a8a8a;
}

.step-holder .next {
    background: #f7931d url(../images/ico11.png) no-repeat 80px 50%;
    padding: 0 42px 0 20px;
    float: right;
}

.step-holder .next:hover {
    background-color: #f76f1d;
}

.big-radio .radio {
    display: none;
}

.big-radio {
    padding: 0 0 31px;
}

.big-radio label {
    display: block;
    overflow: hidden;
    padding: 0 0 0 40px;
    cursor: pointer;
    font: 800 14px/27px 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #000;
    background: url(../images/bg-radio-big.png) no-repeat;
    height: 27px;
}

.big-radio .active,
.big-radio input:checked + label {
    background: url(../images/bg-radio-big.png) no-repeat 0 100%;
}

.order-information {
    overflow: hidden;
    margin: 0 0 40px;
}

.order-information .column:first-child .big-radio {
    padding: 0 0 19px;
}

.order-information .radio-list {
    overflow: hidden;
    margin: 0 0 25px;
}

.order-information span {
    display: block;
    padding: 0 0 13px;
    font: 12px/14px 'Open Sans', sans-serif;
}

.order-information .radio-list li {
    float: left;
    width: 187px;
    padding: 0 20px 0 0;
}

.order-information .column:first-child {
    border: none;
    padding: 0;
}

.order-information .column {
    float: left;
    width: 50%;
    padding: 0 0 0 36px;
    border-left: 1px solid #d3d3d3;
    min-height: 466px;
}

.order-information .column .row:after {
    content: "";
    display: block;
    clear: both;
}

.order-information .column .row {
    padding: 0 0 10px;
}

.order-information .column .text {
    width: 249px;
    float: left;
    margin: 0 10px 0 0;
}

.order-information .column .row label {
    font: 12px/40px 'Open Sans', sans-serif;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.main-form .submit {
    height: 35px;
    border-radius: 5px;
    padding: 0 16px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 17px;
    background: #2e5d95;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font: 16px/18px 'Roboto', sans-serif;
}

.main-form .submit:hover {
    background: #1059b2;
}

.main-form .submit-holder {
    overflow: hidden;
    padding: 20px 0 0;
}

.main-form .submit-holder .submit {
    float: left;
    margin: 0 30px 0 0;
}

.main-form .order-information .checkbox-holder {
    padding: 14px 0 20px;
}

.main-form .order-information a {
    color: #2767be;
    text-decoration: underline;
    font: 12px/35px 'Roboto', sans-serif;
}

.main-form .order-information a:hover {
    text-decoration: none;
}

.comparison-wrap {
    overflow: hidden;
    margin: 0 0 35px;
    position: relative;
}

.comparison-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    z-index: 20; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)), color-stop(101%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 101%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 101%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
}

.comparison-wrap .comparison-list {
    list-style: none;
    margin: 0;
    padding: 0;
    /*width: 245px;*/
    float: left;
    background: #fff;
    font: 13px/20px 'Roboto', sans-serif;
}

.comparison-wrap .comparison-list li {
    border-top: 1px solid #e9e9e9;
    padding: 0 17px;
    height: 40px;
    color: #666;
    position: relative;
    overflow: hidden;
}

.comparison-wrap .comparison-list li strong,
.comparison-wrap .comparison-list li span {
    line-height: 38px;
}

.comparison-wrap .comparison-list li:after {
    content: "";
    height: 41px;
    left: 0;
    bottom: -1px;
    background: #fff;
    width: 17px;
    position: absolute;
}

.comparison-wrap .comparison-list li:first-child {
    border: none;
    height: 349px;
    position: relative;
    padding: 0;
}

.comparison-wrap .comparison-list li:first-child:after {
    display: none;
}

.comparison-wrap .comparison-list .first:after {
    display: none;
}

.comparison-wrap .comparison-list .first {
    border-radius: 4px 0 0 0;
}

.comparison-wrap .comparison-list .last {
    border-radius: 0 0 0 4px;
    border-bottom: 1px solid #e9e9e9;
}

.comparison-wrap .comparison-list .last:after {
    bottom: 1px;
}

.comparison-wrap .comparison-list .holder {
    width: 170px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    /*    padding:18px 19px 14px;*/
    text-align: center;
    position: absolute;
    bottom: 14px;
    left: 0;
}

.comparison-wrap .comparison-list .parameters {
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px dotted #174180;
    text-decoration: none;
    font: 15px/15px 'Roboto', sans-serif;
    margin: 0 0 8px;
}

.comparison-wrap .comparison-list .different {
    display: block;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    background: #05143f;
    padding: 3px 3px 5px;
    font: 15px/20px 'Roboto', sans-serif;
}

.comparison-wrap .comparison-holder {
    /*height: 801px;*/
    overflow: hidden;
}

.thumbnails {
    width: 100%;
    height: 807px;
}

.thumbnails .scrollable-wrapper {
    width: 1530px;
}

.comparison-wrap .comparison-holder ul {
    list-style: none;
    margin: 0;
    padding: 45px 0 0;
    float: left;
    width: 215px;
    font: 13px/20px 'Roboto', sans-serif;
}

.comparison-wrap .comparison-holder ul li {
    border-top: 1px solid #e9e9e9;
    height: 40px;
    line-height: 20px;
    padding: 0 24px 0 0;
    position: relative;
}

.comparison {
    width: 1505px;
}

.comparison-wrap .comparison-holder ul .last {
    border-bottom: 1px solid #e9e9e9;
}

.comparison-wrap .comparison-holder ul li:first-child {
    border: none;
    height: 304px;
    position: relative;
    padding: 0 15px 0 0;
}

.comparison-wrap .comparison-holder ul li img {
    vertical-align: top;
    margin: 10px 0 0;
}

.comparison-wrap .comparison-holder ul .image {
    margin: 0 0 14px;
    display: block;
    text-decoration: none;
}

.comparison-wrap .comparison-holder ul .image img {
    vertical-align: top;
}

.comparison-wrap .comparison-holder ul strong,
.comparison-wrap .comparison-holder ul span {
    line-height: 38px;
    font-weight: normal;
}

.comparison-wrap .comparison-holder ul strong,
.comparison-wrap .comparison-holder ul .model {
    line-height: 13px;
    padding: 0 0 12px;
}

.news-list {
    list-style: none;
    margin: 0 -31px;
    padding: 0 0 20px;
    overflow: hidden;
}

.news-list li {
    overflow: hidden;
    border-bottom: 1px solid #d3d3d3;
    padding: 39px 0 35px;
    margin: 0 31px;
}

.news-list li:last-child {
    border-bottom: 1px solid #fff;
}

.news-list li:hover {
    border: 1px solid #2e5d95;
    border-radius: 5px;
    margin: 0;
    padding: 38px 30px 35px;
}

.news-list .image {
    float: left;
    padding: 4px;
    border: 1px solid #b2ab9c;
    margin: 0 40px 0 0;
    position: relative;
}

.news-list .image span {
    position: absolute;
    top: 27px;
    left: 0;
    background: #2e5d95;
    height: 29px;
    padding: 0 17px;
    color: #fff;
    text-transform: uppercase;
    font: 14px/29px 'Open Sans', sans-serif;
    border-radius: 0 3px 3px 0;
}

.news-list .image img {
    vertical-align: top;
}

.news-list .holder {
    overflow: hidden;
    min-height: 159px;
    position: relative;
    padding: 0 0 25px;
}

.news-list .holder .title {
    color: #2767be;
    font: 600 16px/20px 'Open Sans', sans-serif;
    display: block;
    padding: 0 0 6px;
}

.news-list .holder .date {
    color: #f7931d;
    font: 200 14px/16px 'Open Sans', sans-serif;
    display: block;
    padding: 0 0 4px;
}

.news-list .holder p {
    margin: 0 0 6px;
}

.news-list .holder a {
    background: #f7931d;
    padding: 2px 12px;
    border-radius: 5px;
    line-height: 16px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    bottom: 0;
    left: 0;
}

.news-list li:hover a,
.news-list .holder a:hover {
    text-decoration: none;
    background: #2e5d95;
}

.ui-datepicker {
    display: none;
    background: #fff;
    padding: 0;
    margin: 0 0 5px;
}

.ui-datepicker .ui-datepicker-header {
    overflow: hidden;
    background: #f2f2f2;
    padding: 12px 20px;
    position: relative;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    width: 40px;
    height: 38px;
    cursor: pointer;
    top: 0;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    background: #e9e9e9 url("../images/btn05.png") no-repeat 50% 0;
}

.ui-datepicker .ui-datepicker-prev {
    left: 0;
    background-position: 50% -39px;
}

.ui-datepicker .ui-datepicker-next {
    right: 0;
    background-position: 50% 16px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background-color: #dee3e9;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: none;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 30px;
    font: 12px/14px 'Open Sans', sans-serif;
    text-align: center;
    color: #2e5d95;
    text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker table {
    border-collapse: collapse;
    margin: 3px 25px 0;
    font-size: 12px;
    line-height: 12px;
}

.ui-datepicker th {
    text-align: center;
    border: 0;
    color: #f7931d;
    font: 11px/14px 'Open Sans', sans-serif;
    padding: 0;
    width: 33px;
    height: 21px;
}

.ui-datepicker td {
    padding: 0;
    width: 19px;
    height: 19px;
    text-align: center;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    text-decoration: none;
    font: 11px/19px 'Open Sans', sans-serif;
    color: #000;
    border: 1px solid #fff;
}

.ui-datepicker td a.ui-state-highlight,
.ui-datepicker td a.ui-state-hover {
    border: 1px solid #5e8ecf;
    border-radius: 1px;
}

.ui-datepicker .ui-datepicker-other-month {
    color: #bcbcbc;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.calendar {
    border: 1px solid #e8e8e8;
    width: 200px;
    float: right;
    border-radius: 5px;
    overflow: hidden;
}

.month-list {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #f2f2f2;
    padding: 9px 29px 5px;
    font: 11px/13px 'Open Sans', sans-serif;
}

.month-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 6px 0;
    width: 33.333%;
    padding: 0 4px 0 0;
}

.month-list li .active,
.month-list li a:hover {
    color: #2e5d95;
    text-decoration: none;
    font-weight: bold;
}

.pagination-holder .pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.pagination-holder .pagination li {
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px 0 0;
    padding: 0 3px;
}

.pagination-holder .pagination li a {
    display: block;
    width: 25px;
    height: 25px;
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(top, #f9f9f9 0%, #eaeaea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #eaeaea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #eaeaea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f9f9 0%, #eaeaea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9f9f9 0%, #eaeaea 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f9f9f9 0%, #eaeaea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#eaeaea', GradientType=0); /* IE6-9 */
    border-radius: 3px;
    border: 1px solid #c9c9c9;
    box-shadow: 0 2px p 2px rgab(0, 0, 0, 0.17);
    font: 12px/16px 'Open Sans', sans-serif;
    color: #717171;
    padding: 4px 0 0;
    text-align: center;
}

.pagination-holder .pagination li a:hover {
    background: #fefefe;
    text-decoration: none;
    color: #717171;
}

.pagination-holder .pagination .active a {
    background: #4f4f4f;
    border: 1px solid #4f4f4f;
    color: #fff;
}

.pagination-holder .pagination .next span {
    background-position: -15px 4px;
}

.main-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.aside {
    width: 267px;
    float: left;
    background: #fbfbfb;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #edeff2;
    margin: 0 17px 0 0;
}

.ui-slider {
    position: relative;
}

/* Ïîëçóíîê */
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 30px; /* Çàäàåì íóæíóþ øèðèíó */
    height: 30px;
    background: #f7931d;
    border-radius: 50%;
    cursor: pointer;
}

.ui-slider .ui-slider-handle:hover {
    background: #fe6c23;
}

.slider-wrap {
    background: url(../images/ico14.jpg) repeat-x 0 50%;
    padding: 0 0 8px;
    margin: 0 24px 21px;
}

.ui-slider .ui-slider-handle:last-child {
    margin: 0;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    border: 0;
    overflow: hidden;
}

/* ãîðèçîíòàëüíûé ñëàéäåð (ñàìà ïîëîñà ïî êîòîðîé áåãàåò ïîëçóíîê) */
.ui-slider-horizontal {
    height: 13px;
    width: 190px;
}

/* ïîçèöèîíèðóåì ïîëçóíêè */
.ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    margin: 0;
}

.ui-slider-horizontal .ui-slider-range {
    top: 8px;
    height: 100%;
    margin: 0 0 0 3px;
    background: #f7931d;
    height: 5px;
    border-top: 1px solid #9b3334;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

/* îôîðìëåíèå àêòèâíîãî ó÷àñòêà (ìåæäó äâóìÿ ïîëçóíêàìè) */
.ui-widget-header {
    border: 1px solid #d4d4d4;
}

.choice-prices {
    padding: 0px;
}

.choice-prices .labels {
    overflow: hidden;
    padding: 0 22px 0 0;
}

.choice-prices .labels em {
    float: right;
    padding: 0 0 0 10px;
    font: 14px/33px 'Roboto', sans-serif;
}

.choice-prices .labels .text {
    border-radius: 3px;
    border: none;
    color: #000;
    font: 16px/31px 'Roboto', sans-serif;
    padding: 7px 11px;
    margin: 0 0 0 10px;
    height: 33px;
    width: 80px;
    float: right;
    background: #fff;
    border: 1px solid #d0d0d0;
}

.choice-prices .title:after {
    content: "";
    display: block;
    clear: both;
}

.choice-prices strong {
    display: block;
    padding: 0 0 23px 23px;
    font: 700 14px/16px 'Roboto', sans-serif;
}

.aside .title-box h2 {
    background: #f7931d;
    height: 55px;
    text-align: center;
    font: 700 14px/55px 'Roboto', sans-serif;
    color: #fff;
    margin: 0px;
    text-transform: uppercase;
}

.aside h3 {
    border-top: 1px solid #eee;
    padding: 17px 23px 0;
    margin: 0 0 12px;
    font: 700 14px/16px 'Roboto', sans-serif;
}

.checkbox-list {
    list-style: none;
    margin: 0;
    padding: 0 23px 12px;
}

.checkbox-list li {
    margin: 0 0 10px;
}

.checkbox-list input {
    display: none;
}

.checkbox-list label {
    min-height: 21px;
    padding: 3px 0 0 30px;
    display: block;
    font: 14px/16px 'Open Sans', sans-serif;
    cursor: pointer;
    position: relative;
}

.checkbox-list label:after {
    content: "";
    background: url(../images/bg-checkbox.png) no-repeat;
    height: 21px;
    width: 21px;
    position: absolute;
    top: 0;
    left: 0;
}

.checkbox-list .active,
.checkbox-list input:checked + label {
    font: 600 14px/16px 'Open Sans', sans-serif;
}

.checkbox-list .active:after,
.checkbox-list input:checked + label:after {
    background: url(../images/bg-checkbox.png) no-repeat 0 100%;
}

.aside .all {
    color: #f7931d;
    text-decoration: underline;
    font: 12px/14px 'Open Sans', sans-serif;
    margin: 0 23px 24px;
    display: inline-block;
    vertical-align: top;
}

.aside .all:hover {
    color: #fe6000;
}

.aside .submit-holder {
    background: #f2f2f2;
    padding: 18px 23px;
}

.aside .submit-holder .submit {
    width: 112px;
    height: 41px;
    border-radius: 5px;
    background: #f7931d;
    color: #fff;
    font: 700 14px/16px 'Open Sans', sans-serif;
    border: none;
}

.aside .submit-holder .submit:hover {
    background: #f76f1d;
}

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

.catalog-list li {
    border: 1px solid #fff;
    border-top: 1px solid #d3d3d3;
    padding: 10px 10px;
    overflow: hidden;
}

.catalog-list .text-box {
    float: left;
    width: 222px;
}

.catalog-list-table li {
    width: 33.333%;
    padding: 29px 10px 14px;
    margin: 0 -4px 0 0;
    display: inline-block;
    vertical-align: top;
}

.catalog-list-table p {
    overflow: hidden;
    font-size: 12px;
    max-height: 86px;
}

.catalog-list .image {
    float: left;
    margin: 0 25px 0 0;
}

.catalog-list-table .image {
    float: none;
    margin: 0 0 19px;
}

.catalog-list .name-holder {
    overflow: hidden;
    height: 56px;
    margin: 0 0 5px;
}

.catalog-list li:hover {
    border: 1px solid #d3d3d3;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.20);
}

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

.ul-list .text-box {
    float: left;
    width: 222px;
}

.ul-list .holder {
    overflow: hidden;
    padding: 0 0 0 30px;
    min-width: 130px;
    text-align: center;
}

.li-hover-dark {
    border: 1px solid #fff;
    border-top: 1px solid #d3d3d3;
    padding: 10px 10px;
    overflow: hidden;
}

.li-hover-dark:hover {
    border: 1px solid #d3d3d3;
    position: relative;
    z-index: 10;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.20);
}

.catalog-list .checbox {
    display: none;
}

.catalog-list .holder {
    overflow: hidden;
    padding: 0 0 0 30px;
    min-width: 130px;
    text-align: center;
}

.catalog-list-table .holder {
    padding: 0;
}

.catalog-list-table .checkbox-holder {
    float: left;
}

.catalog-list .holder .price {
    display: block;
    padding: 0 0 10px;
}

.catalog-list .product .buy {
    margin: 0 0 15px;
}

.catalog-list .checkbox-holder {
    overflow: hidden;
    padding: 0 0 15px;
}

.catalog-list .reviews {
    display: inline-block;
    vertical-align: top;
    color: #2767be;
    text-decoration: underline;
    background: url(../images/ico35.png) no-repeat 7px 50%;
    font: 12px/21px 'Roboto', sans-serif;
    padding: 0 0 0 30px;
}

.catalog-list .reviews:hover {
    text-decoration: none;
}

.product .category {
    background: #f7931d;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font: 13px/15px 'Open Sans', sans-serif !important;
    border-radius: 5px;
    padding: 2px 6px;
    margin: 0 0 10px;
    height: 37px;
    width: 187px;
    text-align: center;
}

.product .category2 {
    background: #f7931d;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font: 13px/15px 'Open Sans', sans-serif !important;
    border-radius: 5px;
    padding: 2px 6px;
    margin: 0 0 10px;
    width: 77%;
    padding-left: 25px;
}

.catalog-list .product .image span {
    text-align: center;
    margin: -16px 0 0 -84px;
    width: 170px;
    border-radius: 4px;
    padding: 0;
}

.catalog-list-table .reviews {
    float: right;
    background: none;
    padding: 0;
}

.mapping-list {
    list-style: none;
    margin: 0;
    padding: 5px 0 0;
    float: right;
}

.mapping-list li {
    float: left;
}

.mapping-list li a {
    background: #f0f1f2 url(../images/ico15.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    width: 28px;
    height: 28px;
}

.mapping-list .list a {
    background-position: 9px 9px;
    border-radius: 2px 0 0 2px;
}

.mapping-list .table a {
    background-position: -19px 9px;
    border-radius: 0 2px 2px 0;
}

.mapping-list li .active {
    background-color: #d6d7d8;
}

.sorting-holder {
    overflow: hidden;
    padding: 0 0 26px;
}

.sorting-holder .sorting {
    float: left;
}

.sorting-holder .sorting span {
    float: left;
    margin: 0 10px 0 0;
    font: 14px/16px 'Roboto', sans-serif;
}

.sorting-holder .sorting {
    float: left;
    margin: 0 29px 0 0;
    padding: 0 15px 0 0;
    font: 14px/16px 'Roboto', sans-serif;
    color: #7a8aab;
    text-decoration: underline;
    width: 100%;
}

.sorting-holder .sortingNORM {
    float: left;
    margin: 0 29px 0 0;
    padding: 0 15px 0 0;
    font: 14px/16px 'Roboto', sans-serif;
    color: #7a8aab;
    text-decoration: underline;
    background: url(../images/ico13.png) no-repeat 100% 50%;
}

.sorting-holder .sortingUP {
    float: left;
    margin: 0 29px 0 0;
    padding: 0 15px 0 0;
    font: 14px/16px 'Roboto', sans-serif;
    color: #7a8aab;
    text-decoration: underline;
    background: url(../images/ico_up.png) no-repeat 100% 50%;
}

.sorting-holder .sortingDOWN {
    float: left;
    margin: 0 29px 0 0;
    padding: 0 15px 0 0;
    font: 14px/16px 'Roboto', sans-serif;
    color: #7a8aab;
    text-decoration: underline;
    background: url(../images/ico_down.png) no-repeat 100% 50%;
}

.sorting-holder .sorting .active,
.sorting-holder .sorting a:hover {
    color: #2c4e86;
}

.sorting-holder .checkbox-holder {
    float: right;
}

.content {
    overflow: hidden;
    padding: 20px 24px;
    background: #fff;
}

/*.information-tab-box table{
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 14px;
}
.information-tab-box table td{
    padding: 10px 10px 0;
    vertical-align: top;
}*/
/*.information-tab-box table tr td:first-child{
    color: #898989;
    width: 325px;
    padding: 10px 0 0;
    border-bottom: 1px solid #d3d3d3;
}*/
/*.information-tab-box table span{
    position: relative;
    display: inline-block;
    vertical-align: top;
}*/
/*.information-tab-box table span:after{
    content:"";
    position: absolute;
    bottom: -6px;
    left: 0;
    height: 6px;
    width: 100%;
    background: #fff;
}*/
/*.item-holder{
    overflow: hidden;
    padding: 0 0 26px;
}
.item-holder .photo-box{
    float: left;
    width: 432px;
    margin: 0 30px 0 0;
}
.item-holder .photo-box img{vertical-align: top;}
.item-holder .information{
    overflow: hidden;
}
.information-box{
    overflow: hidden;
}
.information-holder{
    overflow: hidden;
    border-bottom: 1px solid #d3d3d3;
    padding: 15px 0 15px;
}
.information-holder:first-child{padding: 0 0 26px;}
.information-holder .holder{
    overflow: hidden;
}
.information-holder .holder strong{
    display: block;
    padding: 0 0 12px;
    font: 18px/20px 'Roboto', sans-serif;
}
.information-holder .buy-box{
    float: left;
    width: 194px;
    padding: 0 36px 0 0;
}*/
.information-holder dl {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.information-holder dl dt {
    float: left;
}

.information-holder dl dd {
    overflow: hidden;
}

.information-holder .price {
    color: #f7931d;
    display: block;
    padding: 0 0 17px;
    font: 32px/38px 'Open Sans', sans-serif;
    text-align: center;
    font-weight: bold;
}

.information-holder .info {
    display: block;
    padding: 0 0 12px;
    color: #b0b0b0;
    font: 18px/20px 'Open Sans', sans-serif;
    text-align: center;
}

.information-holder .buy {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 17px;
    padding: 0 19px;
    border-radius: 5px;
    background: #2e5d95;
    height: 52px;
    color: #fff;
    font: 600 18px/52px 'Open Sans', sans-serif;
}

.information-holder .buy:hover {
    background: #1059b2;
    text-decoration: none;
}

.information-holder .button {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 36px;
    padding: 0 19px;
    border-radius: 5px;
    background: #73899b;
    height: 42px;
    color: #fff;
    font: 600 14px/42px 'Open Sans', sans-serif;
}

.information-holder .button:hover {
    text-decoration: none;
}

.information-holder .services {
    float: left;
    width: 100%;
}

.information-holder .services strong {
    display: block;
    padding: 0 0 10px;
    font: 600 18px/20px 'Open Sans', sans-serif;
}

.information-holder .services ul {
    list-style: none;
    margin: 0;
    padding: 0 10px 0 0;
    width: 205px;
    line-height: 16px;
}

.information-holder .services ul li {
    padding: 0 0 2px;
}

.information-holder .services ul li a {
    color: #2c73ab;
}

.information-holder .article {
    margin: 0 0 14px;
    font: 12px/14px 'Open Sans', sans-serif;
}

.information-holder .article dt {
    color: #b0b0b0;
    margin: 0 15px 0 0;
}

.information-holder .availability {
    padding: 20px 0 0;
    margin: 0 0 17px;
    font: 600 18px/20px 'Open Sans', sans-serif;
    border-top: 1px solid #d3d3d3;
}

.information-holder .availability dt {
    margin: 0 10px 0 0;
}

.information-holder .availability dd {
    color: #f8941e;
    text-align: right;
}

.delivery-box {
    float: left;
    width: 50%;
}

.delivery-box strong {
    display: block;
    padding: 0 0 10px;
    font: 600 18px/20px 'Open Sans', sans-serif;
}

.information-holder .delivery {
    font: 12px/14px 'Open Sans', sans-serif;
}

.information-holder .delivery dt {
    width: 50%;
}

.information-holder .delivery dd {
    color: #f7931e;
    margin: 0 0 4px;
    width: 50%;
    text-align: right;
}

.address-info {
    overflow: hidden;
    padding: 0;
    margin: 0;
    font: 12px/14px 'Open Sans', sans-serif;
}

.address-info dt {
    width: 80px;
    float: left;
}

.address-info dd {
    color: #f7931e;
    overflow: hidden;
    margin: 0 0 4px;
    text-align: right;
}

.address-info dt a {
    color: #2e5d95;
    text-decoration: underline;
}

.address-info dt a:hover {
    text-decoration: none;
}

.address-info .orange {
    color: #f8941e;
}

.social-box img {
    vertical-align: top;
}

.print-box {
    overflow: hidden;
}

.print-box .print {
    float: right;
    background: #b0b0b0 url(../images/ico16.png) no-repeat 10px 50%;
    font: 12px/34px 'Open Sans', sans-serif;
    height: 34px;
    border-radius: 5px;
    color: #fff;
    padding: 0 13px 0 33px;
}


.information-tab-box h3 {
    margin: 0 0 20px;
    font: 600 18px/21px 'Open Sans', sans-serif;
}

.review-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.review-box ul li {
    padding: 20px 0 0;
    overflow: hidden;
    border-top: 1px solid #d3d3d3;
}

.review-box ul ul li {
    padding: 20px 0 0 176px;
    background: url(../images/ico17.png) no-repeat 150px 23px;
}

.review-box > ul > li:first-child {
    border-top: none;
    padding: 0 60px 0 0;
}

.review-box .holder {
    overflow: hidden;
    padding: 0 0 27px;
}

.review-box .title {
    float: left;
    width: 150px;
    border-right: 1px solid #d3d3d3;
    margin: 0 22px 0 0;
}

.review-box .title a {
    color: #f8941e;
    font: 14px/16px 'Open Sans', sans-serif;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 11px;
}

.review-box .title span {
    display: block;
    color: #000;
    font: 200 16px/18px 'Roboto', sans-serif;
}

.review-box .title em {
    display: block;
    color: #ff3535;
    padding: 0 0 9px;
    font: 11px/13px 'Open Sans', sans-serif;
}

.review-box ul ul .title a {
    margin: 0 0 3px;
}

.review-box .text-box {
    overflow: hidden;
}

.review-box .text-box p {
    margin: 0;
}

.review-box .text-box a {
    display: inline-block;
    vertical-align: top;
    color: #2c73ab;
    text-decoration: underline;
    font: italic 12px/18px 'Open Sans', sans-serif;
    margin: 0 0 0 5px;
}

.review-box .text-box a:hover {
    text-decoration: none;
}

.all-review {
    text-align: center;
    border-top: 1px solid #39659a;
}

.all-review a {
    color: #2c73ab;
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
    border: 1px solid #39659a;
    border-top: none;
    font: 12px/22px 'Open Sans', sans-serif;
    border-radius: 0 0 5px 5px;
    padding: 0 11px;
    height: 22px;
    text-decoration: none;
}

.all-review a:hover {
    text-decoration: underline;
}

.title-review {
    color: #2c73ab;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 27px;
    text-decoration: underline;
    font: italic 500 14px/18px 'Open Sans', sans-serif;
}

.title-review:hover {
    text-decoration: none;
}

.review-holder .main-form .holder {
    overflow: hidden;
    padding: 0 0 5px;
}

.review-holder .main-form .text-box {
    float: left;
    width: 250px;
    padding: 0 22px 0 0;
}

.review-holder .text {
    background: #fff;
    margin: 0 0 19px;
    height: 34px;
    line-height: 32px;
    padding: 0 8px;
}

.textarea-box {
    overflow: hidden;
}

.review-holder .main-form .submit-holder {
    padding: 0;
    margin: 0 0 28px;
    position: relative;
}

.review-holder .main-form .submit-holder:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #2e5d95;
    top: 50%;
    left: 120px;
    position: absolute;
    z-index: 2;
}

.review-holder .main-form .submit-holder .submit {
    text-transform: none;
    position: relative;
    z-index: 10;
}

.menu-nav {
    display: none;
}

.city-holder span {
    float: left;
    color: #fff;
    padding: 4px 10px 0 0;
    font: 12px/14px 'Open Sans', sans-serif;
}

.city-holder .onTownClick {
    background: #568fbc no-repeat 62px 50%;
    display: inline-block;
    vertical-align: top;
    padding: 4px 19px 0 14px;
    color: #fff;
    height: 24px;
    border-radius: 11px;
}

.city-holder .onTownClick em {
    font: 12px/14px 'Open Sans', sans-serif;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px dashed #fff;
}

.city-holder .slide {
    position: absolute;
    top: -500px;
    left: -14px;
    width: 167px;
    z-index: 300;
    background: #1b5b8d;
    display: block !important;
    height: 126px;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
}

.city-holder .jcf-scrollable {
    height: 100px !important;
}

.city-holder.popup-active .slide {
    top: 40px;
    left: -15px;
}

.city-holder .slide .col {
    padding: 10px 20px 10px 10px;
}

.city-holder .slide ul {
    list-style: none;
    margin: 0;
    padding: 0 9px;
    font: 11px/13px 'Roboto', sans-serif;
}

.city-holder .slide ul li {
    padding: 0 0 4px;
}

.city-holder .slide ul li a {
    color: #fff;
    text-decoration: none;
}

.city-holder .slide ul li a:hover {
    color: #fff;
}

.jcf-scrollable-wrapper {
    box-sizing: content-box;
    position: relative;
}

.jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    width: 5px;
    bottom: 0;
    right: 0;
    top: -4px;
}

.jcf-scrollbar-slider {
    background: #174b74;
    border-radius: 3px;
    left: 3px;
    margin: 6px 0;
}

.comparison-wrap .jcf-scrollbar-slider {
    background: #e8e8e8;
    margin: 0;
}

.comparison-wrap .jcf-scrollbar {
    z-index: 40;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    background: url(../images/ico27.png) no-repeat 50% 0;
    height: 3px;
    width: 11px;
    left: 0;
    top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    top: auto;
    bottom: 0;
    background: url(../images/ico27.png) no-repeat 50% 100%;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: #fff;
    height: 1px;
    width: 11px;
    margin: 0 0 0 -3px;
    border-radius: 11px;
}

.jcf-scrollbar-horizontal {
    position: absolute;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 18px;
    background: #e8e8e8;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background: url(../images/ico32.png) no-repeat;
    height: 18px;
    width: 25px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    left: auto;
    right: 0;
    background-position: 100% 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
    display: inline-block;
    position: relative;
    height: 18px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
    position: absolute;
    background: #f8941e;
    height: 18px;
    border-radius: 10px;
    cursor: pointer;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
    visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
    background: #e3e3e3;
}

.slideshow03 {
    overflow: hidden;
    position: relative;
}

.slideshow03 .gholder {
    overflow: hidden;
    width: 100%;
}

.slideshow03 .gmask {
    position: relative;
    overflow: hidden;
    height: 1%;
}

.slideshow03 .gmask .slideset {
    list-style: none;
    overflow: hidden;
    height: 100px;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slideshow03 .gmask .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    text-align: center;
    overflow: hidden;
    padding: 4px;
}

.slideshow03 .gmask .slide img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.slideshow03 .gmask div.active {
    z-index: 1;
    display: block;
}

.slideshow03 a.btn-prev,
.slideshow03 a.btn-next {
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 53px;
    height: 93px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 40;
    display: none;
    background: rgba(0, 0, 0, 0.10) url(../images/ico28.png) no-repeat 50% 29px;
}

.slideshow03 a.btn-next {
    left: auto;
    top: auto;
    bottom: 80px;
    background-position: 50% -61px;
}

.slideshow03 a.btn-prev:hover,
.slideshow03 a.btn-next:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.20);
}

.slideshow03 .pagination {
    padding: 18px 0 19px;
}

.slideshow03 .pagination ul {
    list-style: none;
    margin-left: -14px;
    padding: 0;
    overflow: hidden;
}

.slideshow03 .pagination ul li {
    float: left;
    padding-left: 17px;
}

.slideshow03 .pagination ul li:first-child {
    margin: 0;
}

.slideshow03 .pagination ul li img {
    vertical-align: top;
    overflow: hidden;
}

.slideshow03 .pagination a {
    display: block;
    padding: 4px;
    width: 131px;
    height: 131px;
    border: 1px solid #b2b2b2;
}

.slideshow03 .pagination .active a {
    border-color: #f8941e;
}

.choosing-list {
    display: none;
}

.catalog-table {
    display: none;
}

.opener-box .opener {
    display: none;
}

.basket-smoll {
    display: none;
}

.total-wrapper {
    margin: 0 0 10px;
}

.total-wrapper dl {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font: 16px/18px 'Roboto', sans-serif;
}

.total-wrapper dt {
    float: left;
    border-bottom: 1px solid #d3d3d3;
    padding: 12px 0;
}

.total-wrapper dd {
    overflow: hidden;
    margin: 0;
    text-align: right;
    border-bottom: 1px solid #d3d3d3;
    padding: 12px 0;
}

.total-wrapper .total {
    font: 600 30px/32px 'Roboto', sans-serif;
}

.total-wrapper .total-sum {
    font: 600 30px/32px 'Roboto', sans-serif;
    color: #ff3535;
}

.total-wrapper span {
    color: #bf3f40;
}

.total-wrapper {
    display: none;
}

.comparison-wrap .jcf-scrollable {
    width: 100%;
    height: 881px !important;
}

.comparison-wrap .jcf-scrollable-wrapper {
    height: 881px;
}

.compare-wrapper {
    width: 1505px;
    overflow: hidden;
    background: #fff;
}

.compare-wrapper p {
    margin: 0 0 30px;
    color: #585858;
}

.compare-wrapper .price {
    margin: 0 0 10px;
}

.comparison-holder .jcf-scrollbar-slider {
    background: none;
    margin: 0;
}

.comparison-holder .jcf-scrollbar {
    bottom: -7px;
}

.fancybox-holder {
    padding: 41px 40px;
    border-radius: 2px;
    background: #fff;
    width: 383px;
    display: none;
}

.fancybox-holder h2 {
    color: #f7931d;
    font: 600 20px/22px 'Roboto', sans-serif;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.fancybox-holder .row {
    overflow: hidden;
    padding: 0 0 28px;
}

.fancybox-holder .row-error .text {
    border-color: #f7931d;
}

.fancybox-holder .row-error label {
    color: #f7931d;
}

.fancybox-holder .text {
    display: block;
    margin: 0;
    background: #f8f8f8;
}

.fancybox-holder .textarea {
    background: #f8f8f8;
}

.fancybox-holder label {
    display: block;
    margin: 0 0 2px;
    font: 14px/14px 'Roboto', sans-serif;
}

.fancybox-entrance {
    width: 500px;
}

.fancybox-entrance .text {
    float: left;
    margin: 0 24px 0 0;
    width: 249px;
}

.fancybox-holder label {
    display: block;
    padding: 0 0 4px;
    font: 14px/14px 'Roboto', sans-serif;
}

.fancybox-entrance label {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    height: 41px;
}

.fancybox-entrance .submit-holder {
    padding: 0;
}

.fancybox-entrance .submit-holder .submit {
    float: left;
    margin: 0 20px 0 0;
}

.fancybox-entrance .submit-holder a {
    color: #2767be;
    font: 300 12px/35px 'Roboto', sans-serif;
    text-decoration: underline;
}

.fancybox-registration {
    width: 902px;
}

.fancybox-registration .row-wrapper {
    overflow: hidden;
    padding: 0 0 20px;
}

.fancybox-registration .row-wrapper .row {
    float: left;
    padding: 0 0 0 36px;
}

.fancybox-registration .row-wrapper .row:first-child {
    padding: 0;
}

.fancybox-registration .checkbox-holder label {
    color: #a0a0a0;
    padding: 0 0 0 32px;
    font: 300 12px/21px 'Roboto', sans-serif;
}

.fancybox-holder .radio-list {
    padding: 15px 0 20px;
}

.fancybox-holder .radio-list label {
    font: 300 12px/14px 'Roboto', sans-serif;
    padding: 0 0 0 29px;
    height: 16px;
}

.fancybox-holder .radio-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
    padding: 0 40px 0 0;
}

.fancybox-basket {
    width: 432px;
}

.fancybox-holder table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}

.fancybox-holder table td {
    padding: 5px 7px;
}

.fancybox-holder table img {
    vertical-align: top;
}

.fancybox-holder table .name {
    font: 600 13px/16px 'Roboto', sans-serif;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 4px;
    color: #2767be;
}

.fancybox-holder table strong {
    font: 700 20px/22px 'Roboto', sans-serif;
    display: block;
    color: #ff3535;
}

.fancybox-holder table strong {
    font: 22px/22px 'Roboto', sans-serif;
    display: block;
    color: #f7931d;
}

.fancybox-holder .bullet-holder {
    overflow: hidden;
}

.fancybox-holder .bullet-holder a {
    float: left;
    margin: 0 20px 0 0;
    text-decoration: underline;
    font: 300 11px/13px 'Roboto', sans-serif;
}

.fancybox-holder .bullet-holder a:hover {
    text-decoration: none;
}

.fancybox-holder .bullet-holder .next {
    color: #235fb8;
}

.fancybox-holder .bullet-holder .prev {
    background: url(../images/ico33.png) no-repeat 100% 50%;
    padding: 0 12px 0 0;
}

.fancybox-registration .row-wrapper .text {
    width: 249px;
}

.text-information .salon-holder {
    float: left;
    width: 405px;
}

.text-information .salon-holder .image {
    width: 114px;
    height: 114px;
    float: none;
    margin: 0 0 9px;
}

.text-information .salon-holder .holder a {
    color: #2d4e86;
    font: italic 11px/18px 'Open Sans', sans-serif;
    float: none;
    margin: 0 0 15px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}

.text-information .salon-holder .holder a:hover {
    text-decoration: underline;
}

.text-information .salon-box {
    overflow: hidden;
    padding: 0 18px 35px 0;
}

.text-information .salon-holder .image-holder {
    float: left;
    width: 132px;
    padding: 0 18px 0 0;
}

.text-information .salon-holder .image-holder a {
    display: block;
    height: 18px;
    color: #fff;
    font: 11px/18px 'Open Sans', sans-serif;
    background: #f7931d;
    text-decoration: none;
    margin: 0 0 5px;
    text-align: center;
}

.text-information .salon-holder .image-holder a:hover {
    background: #f76f1d;
}

.text-information .salon-holder .image-holder .button02 {
    background: #485d8a;
    height: 24px;
    line-height: 24px;
}

.text-information .salon-holder .image-holder .button02:hover {
    background: #3154a0;
}

.text-information .salon-holder h2 {
    margin: 0;
}

.text-information .salon-box .title-holder {
    padding: 0 0 19px;
}

.text-information .salon-holder .phone {
    display: block;
    padding: 0 0 14px;
    font: 600 14px/16px 'Open Sans', sans-serif;
}

.text-information .salon-holder .title {
    display: block;
    padding: 0 0 2px;
    font: 600 13px/15px 'Open Sans', sans-serif;
}

.text-information .salon-holder .holder {
    padding: 2px 0 0;
}

.text-information .salon-holder h3 {
    margin: 0 0 10px;
    font: 600 14px/16px 'Open Sans', sans-serif;
}

.text-information .salon-holder p {
    margin: 0 0 12px;
}

.footer {
    background: #fff;
    padding: 30px 0 0;
}

.footer .wrapper {
    padding: 0 10px 50px;
    position: relative;
}

.footer .wrapper:after {
    content: "";
    background: url(../images/bg-footer.jpg) no-repeat 0 100%;
    position: absolute;
    bottom: -20px;
    left: -82px;
    width: 482px;
    height: 114px;
}

.footer .subscribe-holder {
    position: relative;
    margin: 0 0 26px;
    border: 1px solid #cdcdcd;
    height: 46px;
    padding: 0 192px 0 240px;
    font: 18px/44px 'Open Sans', sans-serif;
    border-radius: 5px;
}

.footer .subscribe-holder span {
    position: absolute;
    top: 0;
    left: 16px;
    color: #30363c;
}

.footer .subscribe-holder .text {
    overflow: hidden;
    width: 100%;
    height: 44px;
    padding: 0 4px;
    background: #fff;
    border: none;
    display: block;
    margin: 0;
    font: 18px/44px 'Open Sans', sans-serif;
}

.footer .submit {
    width: 192px;
    height: 46px;
    background: #485d8a;
    border: none;
    color: #fff;
    position: absolute;
    top: -1px;
    right: -1px;
    font: 14px/16px 'Open Sans', sans-serif;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
}

.footer .submit:hover {
    background: #3154a0;
}

.footer-holder {
    overflow: hidden;
    position: relative;
    z-index: 20;
}

.footer-holder .footer-nav {
    overflow: hidden;
}

.footer-holder .footer-nav .column {
    float: left;
    width: 33.333%;
    padding: 0 10px 0 0;
}

.footer-holder .footer-nav .column .title {
    display: block;
    padding: 0 0 16px;
    color: #f7931d;
    font: 16px/18px 'Open Sans', sans-serif;
}

.footer-holder .footer-nav .column ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font: 12px/14px 'Open Sans', sans-serif;
}

.footer-holder .footer-nav .column ul li {
    padding: 0 0 6px;
}

.footer-information {
    float: right;
    padding: 10px 0 0;
}

.footer-information .phone-holder {
    overflow: hidden;
    padding: 0 0 17px;
    float: none;
}

.footer-information .phone-holder .phone {
    float: left;
    color: #30363c;
    font: 600 24px/26px 'Open Sans', sans-serif;
    text-align: left;
    margin: 0 45px 0 0;
}

.footer-information .phone-holder .phone span {
    display: block;
    color: #30363c;
    font: 12px/16px 'Open Sans', sans-serif;
}

.footer-information .created {
    float: left;
    margin: 0 8px 0 0;
    height: 32px;
    font: 12px/32px 'Open Sans', sans-serif;
}

.footer-information .created img {
    vertical-align: top;
}

.footer-information .created a {
    display: inline-block;
    vertical-align: top;
}

.footer-information .holder {
    overflow: hidden;
    padding: 0 0 25px;
}

.social-list {
    list-style: none;
    margin: 0;
    padding: 0 19px 0 0;
    float: right;
    background: url(../images/bg-social.png) no-repeat;
    height: 34px;
}

.social-list li {
    float: left;
}

.social-list li:first-child {
    margin: 0;
}

.social-list li a {
    width: 29px;
    height: 34px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}

.footer-information .holder .copyright {
    float: left;
    margin: 0 47px 0 0;
    color: #000;
    font: 200 12px/16px 'Open Sans', sans-serif;
}

.footer-information .holder .logo {
    width: 114px;
    height: 25px;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 19px 0 0;
    float: right;
}

.text-information .salon-holder .holder .directions {
    display: none;
}

.tab {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.tab.active {
    opacity: 1;
    position: relative;
}

.tab-content {
    position: relative;
}

.js-tab-hidden {
    opacity: 0;
}

.header-bottom .wrapper {
    position: relative;
}

.category-list .holder .title {
    display: block;
    padding: 0 0 11px;
    color: #2d4e86;
    font: 600 14px/16px 'Open Sans', sans-serif;
}

.category-list .holder .all {
    display: inline-block;
    vertical-align: top;
    height: 18px;
    padding: 0 5px;
    margin: 0 0 15px;
    border-radius: 5px;
    color: #fff;
    background: #6494bc;
    font: 100 italic 11px/18px 'Open Sans', sans-serif;
}

.category-list .holder ul {
    display: block;
    padding: 0 0 5px;
}

.category-list .holder ul li {
    display: block;
    background: none;
    height: auto;
}

.category-list .holder ul li a {
    padding: 0;
    height: auto;
    color: #000;
    font: 11px/18px 'Open Sans', sans-serif;
}

.category-list .holder ul li a:hover {
    color: #f7931d;
    text-decoration: none;
}

.category-list .drop-category {
    position: absolute;
    top: 51px;
    left: 0;
    width: 100%;
    background: #f3f3f3;
    padding: 10px 0;
    display: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.13);
}

.category-list .holder:hover {
    background: #f2f2f2;
}

.category-list .holder:hover span:after {
    content: "";
    border-top: 1px solid #dadada;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;

}

.category-list .holder:hover span:before {
    content: "";
    border-bottom: 1px solid #f2f2f2;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
}

/*.category-list li:hover .drop-category{display: block;}*/
.category-list .drop-category:after {
    content: "";
    background: #f3f3f3;
    width: 2px;
    top: 0;
    left: 0;
    z-index: 2;
    bottom: 0;
    position: absolute;
}

.category-list .drop-category .column {
    float: left;
    width: 50%;
    padding: 10px 18px 8px;
    border-left: 1px dashed #e2e2e2;
    min-height: 200px;
}

.category-list .all-category {
    position: absolute;
    right: 24px;
    bottom: -26px;
    height: 26px;
    padding: 0 14px;
    color: #f8941e;
    font: 500 italic 11px/26px 'Open Sans', sans-serif;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
    background: #f3f3f3;
}

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

.chat p {
    word-break: break-all;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    /*border-bottom: 1px dotted #B3A9A9;*/
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon, .chat .glyphicon {
    margin-right: 5px;
}

.panel-body {
    /*overflow-y: scroll;*/
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

/*.r_sym {*/
/*font-family: ALSRubl !important;*/
/*}*/
.pay_but .r_sym {
    text-transform: none !important;
}

.top_itogo {
    position: fixed;
    left: 0px;
    width: 100%;
    display: none;
    z-index: 1000;
    margin-top: 0px;
    background-color: rgba(255, 255, 255, 0.7);
}

.hr {
    margin-top: 70px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.comments_hr {
    margin-top: 20px;
}

.blurred {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
}

.text-xs-left {
    text-align: left;
}

.text-xs-right {
    text-align: right;
}

.text-xs-center {
    text-align: center;
}

.text-xs-justify {
    text-align: justify;
}

.price-old {
    text-decoration: line-through;
    color: black !important;
    font-size: 22px !important;
}

.price-old-small {
    text-decoration: line-through;
    color: black !important;
    font-size: 18px !important;
}

.buybutton {
    width: 100%;
    text-align: center;
    margin: 0 0 17px;
    padding: 0 19px;
    border-radius: 5px;
    background: #2e5d95;
    height: 52px;
    color: #fff;
    font: 600 14px/52px 'Open Sans', sans-serif;
}

.callbutton {
    width: 100%;
    text-align: center;
    margin: 0 0 17px;
    padding: 0 19px;
    border-radius: 5px;
    background: #f0ad4e;
    height: 52px;
    color: #fff;
    font: 600 14px/52px 'Open Sans', sans-serif;
}

.cart-product-row {
    margin-bottom: 15px;
    margin-top: 15px;
    border: 1px #f5f5f5 solid;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: linear-gradient(to top, #ffffff 77%, #f5f5f5 0%);
    min-height: 150px;
}

.cart-product-row:hover {
    border: 1px solid #d3d3d3;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.20);
}

.topiclabel {
    background: #f7931d;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font: 13px/15px 'Open Sans', sans-serif !important;
    border-radius: 5px;
    padding: 2px 6px;
    margin: 0 0 10px;
    height: auto;
}

.callback {
    background: #568fbc no-repeat 62px 50%;
    display: inline-block;
    vertical-align: top;
    padding: 4px 19px 0 14px;
    color: #fff;
    height: 24px;
    border-radius: 11px;
}

.blurImg {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px;
}

.product-rating-stars img {
    vertical-align: baseline;
}

.dataTables_filter {
    text-align: right;
}

/**    Account **/
.mobile-only {
    display: none;
}

.main-title {
    font-size: 28px;
    color: #252525;
}

.user-info {
    background: #f7f7f7;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 10px;
}

.user-img {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.user-info h5 {
    margin: 0 0 5px 0;
    font-size: 16px;
}

.user-info h5 a {
    color: #252525;
}

p.balance {
    font-size: 16px;
    color: #40699b;
    margin-bottom: 0px;
}

.side-nav ul li {
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: #fcfcfc;
}

.side-nav ul li:hover {
    background-color: #40699b;
}

a.side-item {
    display: block;
    padding: 15px 10px 10px 50px;
    margin-left: 10px;
    text-transform: uppercase;
    color: #141414;
    font-size: 16px;

    background-repeat: no-repeat;
    background-position: center left;
    border-radius: 10px;
}

a.side-item:hover {
    background-color: #40699b;
    color: #ffffff;
    text-decoration: none !important;
}

a.nav-info-url:hover, .brand-item h3 a:hover, .personal-area a:hover, .user-name:hover {
    text-decoration: none !important;
}

a.menu-item-main {
    background-image: url('../images/assets/side_main.png');
}

a.menu-item-main:hover {
    background-image: url('../images/assets/side_main_h.png');
}

a.menu-item-order {
    background-image: url('../images/assets/side_ord.png');
}

a.menu-item-order:hover {
    background-image: url('../images/assets/side_ord_h.png');
}

a.menu-item-discount {
    background-image: url('../images/assets/side_dis.png');
}

a.menu-item-discount:hover {
    background-image: url('../images/assets/side_dis_h.png');
}

a.menu-item-favorites {
    background-image: url('../images/assets/side_heart1.svg')
}

a.menu-item-favorites:hover {
    background-image: url('../images/assets/side_heart_h1.svg')
}

a.menu-item-support {
    background-image: url('../images/assets/side_sup.png');
}

a.menu-item-support:hover {
    background-image: url('../images/assets/side_sup_h.png');
}

a.menu-item-settings {
    background-image: url('../images/assets/side_set.png');
}

a.menu-item-settings:hover {
    background-image: url('../images/assets/side_set_h.png');
}

a.menu-item-reviews {
    background-image: url('../images/assets/side_rev.png')
}

a.menu-item-reviews:hover {
    background-image: url('../images/assets/side_rev_h.png')
}

a.menu-item-logout {
    background-image: url('../images/assets/side_log.png');
}

a.menu-item-logout:hover {
    background-image: url('../images/assets/side_log_h.png');
}

ul.filters {
    display: inline-block;
}

.filter-item span {
    color: #fff223;
}

.order-filter > span {
    font-size: 13px;
    color: #7a7a7a;
    margin-right: 10px;
}

.order-item {
    background: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
}

.order-title a {
    font-size: 18px;
    color: #252525;
}

.order-title {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #252525
}

.order-details li {
    font-size: 13px;
    color: #252525;
    margin-bottom: 10px;
}

.order-details li:last-child {
    margin-bottom: 20px;
}

span.detail, span.price-total {
    width: 45%;
    display: inline-block;
}

.order-details li a {
    text-decoration: underline;
}

.color-red {
    color: #bf3f40 !important;
}

.order-total {
    font-size: 18px;
    color: #252525;
}

.order-action {
    float: right;
    margin-top: -40px;
}

.order-status h4 {
    font-size: 14px;
    padding-left: 10px;
    font-weight: 700;
    margin-top: 30px !important;
}

.status-table td {
    font-size: 11px;
    border-bottom: 1px dotted #7a7a7a;
    padding: 5px 10px;
    width: 100%;
}

.discount-table thead, .support-table thead {
    background: #40699b;
    color: #ffffff;
    font-size: 12px;
}

.discount-table b {
    text-align: center;
    display: block;
}

.color-blue {
    color: #40699b;
}

.discount-table {
    border-bottom: 2px solid #40699b;
}

.discount-title {
    width: 100%;
    margin-bottom: 20px;
}

.discount-title h4, .discount-filters h4 {
    margin-top: 0;
    font-size: 18px;
}

.discount-title p {
    font-size: 11px;
}

.phone-holder .all_russia {
    font-size: 11px;
}

.btn-discount {
    background-image: url('../images/assets/dis_btn.png');
    background-repeat: no-repeat;
    background-position: center left;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #40699b;
    color: #ffffff;
    display: inline-block;
    padding: 10px 10px 10px 50px;
    border-color: #40699b;
    border-radius: 5px;
    font-weight: 700;
    margin-top: 15px;
}

.btn-discount:hover {
    background-color: #b6b6b6;
    border-color: #b6b6b6;
    color: #fff;
    text-decoration: none;
}

.no-padding {
    padding: 0
}

.promo {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 100%;
}

.promo h5 {
    margin-top: 0;
    color: #252525;
    font-size: 14px;
    font-weight: 700;
}

.promo p {
    color: #7a7a7a;
    font-size: 12px;
    margin-bottom: 20px;
}

.promo-input {
    width: 79%;
    margin-right: 20px;
}

.discount-filters {
    margin-bottom: 10px
}

.discount-filters span {
    padding: 7px 5px;
}

.discount-filters span {
    float: left;
    font-size: 13px;
}

.discount-filters .form-inline .input-group > .form-control {
    width: auto;
    padding: 0;
}

.discount-filters h4 {
    margin: 0 15px 0 0;
}

.color-green {
    color: #489c4e;
}

.pagination-wrap p {
    display: inline-block;
    font-size: 11px;
}

.pagination-wrap .pagination {
    margin: 0;
    font-size: 11px;
}

.support-table td {
    font-size: 13px;
    max-width: 250px;
}

.personal-area h4 {
    margin-top: 0;
    font-size: 18px;
    color: #252525;
    margin-bottom: 20px;
    /*text-align: center;*/
}

.hearthover:hover {
    color: forestgreen;
    cursor: pointer;
}

.cross:hover {
    cursor: pointer;
}

.heartgreen {
    color: forestgreen;
}

.warning-info {
    background: url('../images/assets/danger.png') no-repeat center left;
    padding: 0 0 0 35px;
    font-size: 13px;
    margin-bottom: 30px;
}

.brand-item {
    margin-bottom: 30px;
}

.balance.font-roboto {
    margin-bottom: 0px;
}

img.brand-img {
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}

.brand-item h3 {
    font-size: 18px;
    color: #40699b;
    margin: 0;
}

.brand-item p {
    font-size: 11px;
    color: #7a7a7a;
    margin: 0;
    text-indent: 1.5em;
}

.personal-area h4.nav-title {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.nav-info {
    margin-bottom: 20px;
}

.nav-info-url {
    font-size: 14px;
    font-weight: bold;
}

.nav-info-url img {
    width: 20px;
    margin-right: 10px;
}

.nav-info p {
    font-size: 12px;
    color: #7a7a7a;
    text-indent: 1.5em;
}

.thanks-notes p {
    font-size: 14px;
    color: #7a7a7a;
    font-style: italic;
    margin-bottom: 0px;
}

/**********************************/
.message-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    background: #40699b;
    text-align: center;
    padding: 10px 0;
    position: relative;
}

.message-title:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #40699b transparent transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 48%;
}

.messages-deactive .message-title {
    background: #b9b9b9;
}

.messages-deactive .message-title:after {
    border-color: #b9b9b9 transparent transparent transparent;
}

.message {
    margin: 15px 0 20px 0;
    border: 1px solid #40699b;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    background: #f6f6f6;
}

.messages-deactive .message {
    border-color: #b9b9b9;
}

.message p.date {
    font-size: 11px;
    color: #939393;
}

.message p.date i {
    font-size: 15px;
    margin-right: 5px;
}

.message p.date span {
    float: right;
}

.message-text {
    font-size: 11px;
    font-weight: 700;
    color: #383838;
}

span.chat-count {
    position: absolute;
    color: #fff;
    background: #40699b;
    text-align: center;
    padding: 2px 10px;
    font-size: 10px;
    border-radius: 3px;
    left: -10px;
    top: -10px;
}

.messages-deactive span.chat-count {
    background: #717171
}

span.chat-count:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 0;
    border-color: transparent #40699b transparent transparent;
    position: absolute;
    bottom: -7px;
    right: 7px;
}

.messages-deactive span.chat-count:after {
    border-color: transparent #717171 transparent transparent;
}

.chat-box li {
    background: #ffffff;
    padding: 5px 10px;
    border: 1px solid #b9b9b9;
    position: relative;
    margin-top: 25px;
}

.chat-box li:after, .chat-box li:before {
    bottom: 100%;
    left: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.chat-box li:nth-child(even):after, .chat-box li:nth-child(even):before {
    right: 10px;
    left: auto;
}

.chat-box li:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 5px;
    margin-left: -5px;
}

.chat-box li:before {
    border-color: rgba(185, 185, 185, 0);
    border-bottom-color: #b9b9b9;
    border-width: 6px;
    margin-left: -6px;
}

.chat-box .name {
    font-size: 10px;
    color: #939393;
    float: left;
    width: 100%;
}

.chat-date {
    float: right;
}

.chat-box li:nth-child(even) .name .chat-date {
    float: left;
}

.chat-box .chat-text {
    font-size: 12px;
    color: #383838;
}

.chat-box li:nth-child(even) .name a {
    float: right;
}

.mobile-discount table td:not(.first) {
    background: #1a699e;
    padding: 0 !important;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    border-right: 2px solid #fff;
}

.mobile-discount table tr {
    border: none;
}

.mobile-discount table thead td {
    font-size: 18px;
    font-weight: 700;
    color: #141414;
}

.table-striped > tbody > tr:nth-of-type(even) > td:not(.first) {
    /*    background: rgba(26, 105, 158, 0.6) */
}

.discount-more a {
    text-transform: uppercase;
}

/*.btn-save {*/
/*margin-bottom: 60px !important;*/
/*}*/

.btn-quest {
    margin-bottom: 20px !important;
    font-size: 12px !important;
}

.settings_form .btn {
    font-size: 12px;
    text-transform: uppercase;
}

.settings_form .input-group {
    width: 100%;
}

i.fa-plus {
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 5px 7px;
    margin-right: 10px;
}

.address_title {
    font-size: 18px;
    color: #141414;
    font-weight: 700;
}

.address_sec {
    font-size: 12px;
    font-weight: 700;
    color: #969696;
    margin-bottom: 20px;

}

.addresses h4 {
    margin-bottom: 5px;
}

.pass_reset h4 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.settings_form .form-control {
    height: 33px;
    background: #eeeeee;
    border-radius: 5px !important;
    font-size: 14px;
}

.addresses .form-control {
    width: 80% !important;
    margin-bottom: 15px !important;
}

#avatar {
    margin-bottom: 15px;
}

.glyphicon.glyphicon-plus {
    margin-right: 10px;
}

.warning-info.color-red {
    text-indent: 0px;
}

span.remove_icon {
    float: right;
}

.pass_reset .form-control {
    width: 60% !important;
    font-size: 12px;
    color: #969696;
}

.remindStep2 .form-group .form-control {
    width: 50% !important;
}

.pass_reset .btn {
    float: right;
}

.pass_reset small {
    font-size: 11px;
    color: #969696;
    display: inline-block;
}

.account_delete h4 {
    margin: 40px 0 5px 0;
}

.account_delete small {
    font-size: 11px;
    color: #7a7a7a;
    display: block;
    margin-bottom: 10px;
}

.orders {
    margin-bottom: 35px;
}

/** Product preview page START **/

.information-holder:first-child {
    padding: 0 0 26px;
}

.item-holder .photo-box {
    float: left;
    width: 432px;
    margin: 0 30px 0 0;
}

.slideshow03 {
    overflow: hidden;
    position: relative;
}

.tab-content {
    position: relative;
}

.photo-box .shipping {
    margin-top: 0px;
}

.nowrap p {
    margin: 0 0 0px;
}

.slideshow03 .gholder {
    overflow: hidden;
    width: 100%;
}

.slideshow03 a.btn-prev, .slideshow03 a.btn-next {
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 53px;
    height: 93px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 40;
    display: none;
    background: rgba(0, 0, 0, 0.10) url(../images/ico28.png) no-repeat 50% 29px;
}

.slideshow03 a.btn-next {
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 53px;
    height: 93px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 40;
    display: none;
    background: rgba(0, 0, 0, 0.10) url(../images/ico28.png) no-repeat 50% 29px;
}

.slideshow03 .gmask {
    position: relative;
    overflow: hidden;
    height: 1%;
}

.slideshow03 .gmask .slideset {
    list-style: none;
    overflow: hidden;
    height: 287px;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slideshow03 .gmask .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    text-align: center;
    overflow: hidden;
    padding: 4px;
}

.slideshow03 .gmask div.active {
    z-index: 1;
    display: block;
}

.slideshow03 a.btn-next {
    left: auto;
    top: auto;
    bottom: 80px;
    background-position: 50% -61px;
}

.slideshow03 .gmask .slide img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.carousel3 {
    margin: 20px 0px 20px;
    position: relative;
    text-align: center;
}

.carousel3 .gholder {
    width: 100%;
    padding: 0 14px;
}

.carousel3 .gholder:after {
    content: "";
    display: block;
    clear: both;
}

.carousel3 .gmask {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
}

.carousel3 .gmask .slideset {
    width: 100% !important;
    white-space: nowrap;
    letter-spacing: -4px;
}

.carousel3 .gmask .slide {
    display: inline-block;
    vertical-align: top;
    float: none;
    letter-spacing: 0;
    text-align: center;
    width: 25% !important;
    padding: 0 6px;
}

* html .carousel3 .gmask .slide {
    display: inline;
}

* + html .carousel3 .gmask .slide {
    display: inline;
}

.carousel3 .gmask .slide > * {
    white-space: normal;
}

.carousel3 a.btn-prev,
.carousel3 a.btn-next {
    background: url(../images/btn03.png) no-repeat;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 3px;
    width: 13px;
    height: 47px;
    margin: -23px 0 0;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 20;
}

.carousel3 a.btn-next {
    background-position: 100% 0;
    right: 3px;
    left: auto;
}

.information-holder {
    overflow: hidden;
    padding: 32px 0 33px;
}

.information-holder .buy-box {
    width: 100%;
}

.information-holder .buy-box {
    float: left;
}

.shipping {
    margin-top: 0px;
    float: left;
    width: 100%;
    margin-top: 10px;
    border: 1px solid #d6d6d6;
}

.mobile_ship {
    display: none;
}

.st_count_bl {
    width: 135px;
    height: 46px;
    /*border: 1px solid #a0a0a0;*/
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.st_count_bl_last_element {
    width: 135px;
    height: 46px;
    /*border: 1px solid #a0a0a0;*/
    float: left;
    margin-bottom: 10px;
}

.st_count_bl_1 {
    width: 217px;
    height: 46px;
    float: left;
    margin-right: 0px;
    text-align: center;
    line-height: 25px;
}

.st_count_bl_1_last_element {
    width: 100%;
    height: 46px;
    margin-top: 30px;
    float: left;
}

.count {
    font-family: Arial;
    font-size: 12px;
    color: #a0a0a0;
    text-align: center;
}

.idient {
    font-family: Arial;
    font-size: 12px;
    color: #5eaf51;
    text-align: center;
}

.idient_1 {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #252525;
    text-align: center;
}

.idient_2 {
    font-family: Arial;
    font-size: 38px;
    color: #252525;
}

@-webkit-keyframes rainbow {
    0% {
        background: #ff4500;
    }
    50% {
        background: #ffa500;
    }
    100% {
        background: #ff4500;
    }
}

@keyframes rainbow {
    0% {
        background: #ff4500;
    }
    50% {
        background: #ffa500;
    }
    100% {
        background: #ff4500;
    }
}

#blob {
    webkit-animation: rainbow 2s linear 2s infinite;
    animation: rainbow 2s linear 2s infinite;
}

.pay_but {
    width: 217px;
    height: 54px;
    background-color: #40699b;
    font-family: "Roboto";
    font-size: 24px;
    color: #fff;
    border: none;
    border-radius: 4px;
    margin-top: 5px;
    margin-left: 2px;
    text-transform: uppercase;
}

.arrows {
    background-image: url(../images/arrows.jpg);
    background-repeat: no-repeat;
    width: 113px;
    height: 28px;
    margin-top: 5px;
    padding-left: 25px;
    padding-top: 2px;
    float: left;
    /*margin-left: 12px;*/
}

.like {
    background-image: url(../images/like.jpg);
    background-repeat: no-repeat;
    width: 130px;
    height: 28px;
    padding-left: 28px;
    padding-top: 2px;
    float: left;
    margin-top: 5px;
    margin-left: 33px;
}

.like_3 {
    width: 140px;
    height: 28px;
    padding-left: 16px;
    padding-top: 2px;
    float: left;
    margin-top: 5px;
    margin-left: 8px;
}

.view_all_button {
    width: 100%;
    min-height: 54px;
    background-color: #fff;
    font-family: 'Roboto';
    font-size: 15px;
    color: #337ab7;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    border: 1px solid #ecf0f5;
}

.ship {
    width: 100%;
    height: 45px;
    background-color: #ecf0f5;
}

.ship_text {
    margin-bottom: 15px;
}

.bus {
    float: left;
}

.bus_img {
    margin-left: 14px;
    margin-top: 11px;
    margin-right: 10px;
}

.bus_text {
    font-family: "Roboto";
    font-size: 18px;
    color: #252525;
    padding-top: 9px;
    float: left;
}

.ship_text_1 {
    margin-top: 15px;
    margin-left: 13px;
}

.ship_text_2 {
    margin-top: 5px;
    margin-left: 20px;
    padding-left: 25px;
}

.chek {
    float: left;
    margin-right: 8px;
    width: 20px;
}

.trans_company {
    float: left;
    margin-right: 16px;
    font-family: Arial;
    font-size: 13px;
    color: #40699b;
    font-weight: bold;
}

.is {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #5eaf51;
    padding-top: 2px;
    text-align: right;
    padding-right: 16px;
}

.trans_company_1 {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #252525;
    float: left;
    margin-right: 3px;
}

.is_1 {
    font-family: Arial;
    font-size: 11px;
    color: #817f7f;
}

.information-tab {
    list-style: none;
    margin: 0;
    padding: 0 0 20px;
    overflow: hidden;
    font: 18px/34px 'Roboto', sans-serif;
}

.tab-content {
    position: relative;
}

.information-tab li {
    float: left;
    margin: 0 12px 0 0;
}

.information-tab li a {
    border: 1px solid #ffbe32;
    color: #ffbe32;
    border-radius: 16px;
    overflow: hidden;
    display: block;
    height: 36px;
    /* padding: 0 20px; */
}

.information-tab li a:hover, .information-tab .active {
    background: #ffbe32;
    color: #fff;
    text-decoration: none;
}

.information-tab-box {
    border-bottom: 1px solid #eff0f0;
    padding: 0 0 90px;
    margin: 0 0 54px;
}

.information-tab-box table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}

.information-tab-box table tr:nth-child(2n) {
    background: #f7f7f7;
}

.information-tab-box table td {
    padding: 5px 10px;
}

.information-tab-box table tr td:first-child {
    color: #898989;
    width: 325px;
}

.delivery-method, .payment-method {
    min-height: 250px;
}

.footer .wrapper {
    margin-bottom: 0px;
}

.shii_left {
    float: left;
}

.shii_right {
    float: right;
    width: 70%;
    padding-right: 60px;
    padding-top: 12px;
}

.shii_right .pay_text {
    float: left;
}

.shii_right .pay_text_1 {
    float: right;
}

.pay_text {
    padding-top: 4px;
    width: 207px;
    height: 25px;
    float: left;
    background-color: #d9534f;
    margin-top: 10px;
    border-radius: 5px;
    font-family: Arial;
    font-size: 13px;
    color: #fff;
    text-align: center;
    margin-left: 50px;
    font-weight: bold;
}

.pay_text_1 {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background-color: #d9534f;
    height: 25px;
    width: 45px;
    float: left;
    margin-top: 10px;
    border-radius: 5px;
    margin-left: 15px;
    text-align: center;
    padding-top: 4px;
}

/** Product preview page END **/

/** Media queries Start **/
/** Media queries ***** **/
/** Media queries ***** **/
/** Media queries ***** **/
/** Media queries ***** **/
/** Media queries ***** **/

@media only screen and (max-width: 960px) {
    .category-holder02 {
        background: #f7f7f7;
        margin: 0 -10px;
        padding: 20px 10px;
    }

    .main {
        padding: 20px 10px;
        margin: 0 -10px;
    }

    .header .wrapper-header:before {
        display: none;
    }

    .carousel1 .all {
        bottom: auto;
        top: 13px;
        right: 0;
    }

    .wrapper {
        padding: 0 10px;
        margin-bottom: 0;
    }

    .text-information .image {
        display: none;
    }

    .promo-holder img {
        width: 100%;
        height: auto;
    }

    .information-list li {
        width: 50%;
    }

    .carousel2 .gmask .slide {
        width: 33.333% !important;
    }

    .recommendation-list li {
        width: 100%;
        padding: 0;
    }

    .recommendation-holder {
        background: #f7f7f7;
        border: none;
    }

    .recommendation-list .buy {
        float: right;
    }

    .recommendation-list .price {
        text-align: center;
        overflow: hidden;
        width: auto;
        float: none;
    }

    .header-holder {
        padding: 30px 0 0;
    }

    .header .logo {
        float: none;
        display: block;
        margin: 0 0 20px;
        width: 215px;
        height: 45px;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .information-holder .services ul {
        padding: 0 0 20px;
    }

    .print-box .back {
        display: none;
    }

    .main-wrapper {
        position: relative;
    }

    .main-wrapper .aside {
        position: absolute;
        top: 10px;
        right: 10px;
        margin: 0;
        overflow: visible;
    }

    .mapping-list {
        display: none;
    }

    .main-wrapper .aside {
        background: #fff;
        border: none;
        border-radius: 0;
        width: 300px;
    }

    .main-wrapper .aside .opener {
        display: block;
        background: #f7941f url(../images/ico29.png) no-repeat 100% 0;
        height: 51px;
        color: #fff;
        width: 132px;
        border-radius: 5px;
        padding: 0 16px;
        overflow: hidden;
        font: 14px/51px 'Roboto', sans-serif;
        float: right;
        position: relative;
        z-index: 20;
    }

    .main-wrapper .aside .opener:hover {
        text-decoration: none;
    }

    .main-wrapper .aside .opener-box {
        overflow: hidden;
    }

    .main-wrapper .aside .opener .text02 {
        display: none;
    }

    .aside .title-box h2 {
        display: none;
    }

    .aside .slide {
        overflow: hidden;
        display: block !important;
        position: absolute;
        top: 51px;
        right: -320px;
        padding: 30px 0 0;
        background: #fff;
        z-index: 60;
        width: 300px;
    }

    .main-wrapper .breadcrumbs {
        display: none;
    }

    .main-wrapper .catalog-list {
        display: none !important;
    }

    .main-wrapper.popup-active .slide {
        right: 0;
    }

    .main-wrapper.popup-active .opener .text01 {
        display: none;
    }

    .main-wrapper.popup-active .opener .text02 {
        display: block;
    }

    .main-wrapper.popup-active .opener-box {
        overflow: visible;
    }

    .main-wrapper.popup-active .opener {
        width: 300px;
        display: none;
        display: block;
        float: none;
    }

    .content {
        padding: 20px 10px;
    }

    .choosing-list {
        list-style: none;
        margin: 0;
        padding: 10px 0 0;
    }

    .choosing-list li {
        padding: 0 10px 15px 0;
        display: inline-block;
        vertical-align: top;
        margin: 0 -4px 0 0;
    }

    .choosing-list li a {
        background: url(../images/ico30.png) no-repeat 100% 0;
        padding: 0 30px 0 0;
        height: 19px;
        display: block;
        font: 14px/19px 'Roboto', sans-serif;
    }

    .content h1 {
        margin: 0 109px 20px 0;
        float: none;
        font: 400 24px/26px 'Open Sans', sans-serif;
    }

    .catalog-table {
        border-collapse: collapse;
        margin: 0 0 20px;
        padding: 0;
        width: 100%;
        display: block;
    }

    .catalog-table td {
        padding: 25px 8px;
        vertical-align: top;
        border-bottom: 1px solid #d3d3d3;
    }

    .catalog-table .product .buy {
        margin: 0 0 20px;
    }

    .catalog-table .product .reviews {
        color: #2767be;
    }

    .catalog-table .image {
        width: 152px;
    }

    .catalog-table .image img {
        vertical-align: top;
        width: 100%;
        height: auto;
    }

    .catalog-table input {
        display: none;
    }

    .choosing-list {
        display: block;
    }

    .catalog-table .name {
        height: 82px;
        overflow: hidden;
    }

    .aside .submit-holder .submit {
        display: block;
        width: 100%;
        text-transform: uppercase;
    }
}

@media only screen and (max-width: 910px) {
    .phone-holder {
        text-align: center;
        float: none;
        overflow: hidden;
        padding: 0;
    }

    .phone-holder a {
        display: inline-block;
        vertical-align: top;
        padding: 0 4px;
        font-size: 19px !important;
    }

    .phone-holder a span {
        font-size: 19px !important;

    }

    .info-header .basket dl dd em em {
        display: none;
    }

    .info-header .basket span span {
        display: none;
    }

    .info-header .basket dl dt {
        display: none;
    }

    .info-header .basket {
        background-color: #4281b4;
        padding: 7px 10px 0 67px;
        color: #fff;
        background-size: 34px;
        height: 50px;
        background-position: 12px 7px;
    }

    .info-header .basket:hover {
        background-position: 12px 7px;
    }

    .info-header .basket dl dd em {
        color: #fff;
    }

    .account .entrance {
        text-indent: -9999px;
        overflow: hidden;
        display: block;
        width: 32px;
        height: 32px;
        background: url(../images/ico21.png) no-repeat 100% 0;
        padding: 0;
        margin: 0;
    }

    .account {
        padding: 0;
        float: none;
        position: absolute;
        top: 9px;
        left: 123px;
    }

    .account .entrance:after,
    .account .registration {
        display: none;
    }

    .header-holder .holder {
        position: static;
    }

    .header .info-header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 2;
    }

    .help-list {
        display: none;
    }

    .order-information {
        position: relative;
    }

    .order-information .big-radio02 {
        position: absolute;
        top: 0;
        right: 0;
    }

    .big-radio label {
        display: inline-block;
        vertical-align: top;
        font: 13px/18px 'Roboto', sans-serif;
        background: none;
        padding: 40px 0 0;
        height: 75px;
        position: relative;
        max-width: 144px;
        text-align: center;
    }

    .order-information .radio-list li {
        padding: 0 0 0 10px;
        width: auto;
    }

    .order-information .radio-list li:first-child {
        padding: 0;
    }

    .big-radio label:after {
        content: "";
        top: 0;
        left: 50%;
        width: 25px;
        height: 27px;
        position: absolute;
        margin: 0 0 0 -12px;
        background: url(../images/bg-radio-big.png) no-repeat;
    }

    .big-radio .active, .big-radio input:checked + label {
        background: none;
    }

    .big-radio .active, .big-radio input:checked + label:after {
        background-position: 0 100%
    }

    .menu-nav {
        display: block;
    }

    .header-top {
        background: #2c73ab;
        height: 52px;
    }

    .info .basket {
        position: absolute;
        top: 0;
        right: 0;
        color: #fff;
        width: 144px;
        background: #c65353;
        padding: 10px 12px;
        font: 200 14px/17px 'Roboto', sans-serif;
    }

    .info .basket span span {
        display: none;
    }

    .info .basket a {
        color: #fff;
    }

    .header-top:after,
    .header-top:before {
        display: none;
    }

    .nav {
        display: none;
    }

    .menu-nav {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 50;
        height: 52px;
    }

    .menu-nav .opener {
        width: 52px;
        height: 52px;
        text-indent: -9999px;
        overflow: hidden;
        background: url(../images/bg-opener.jpg) no-repeat;
        display: block;
    }

    .menu-nav.popup-active .opener {
        background-position: 0 100%;
    }

    .menu-nav .slide {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        width: 320px;
        display: none;
    }

    .menu-nav .slide .category {
        list-style: none;
        margin: 0;
        padding: 0;
        background: #2c73ab;
        font: 200 18px/59px 'Roboto', sans-serif;
    }

    .menu-nav .slide .category li {
        border-top: 1px solid #fff;
    }

    .menu-nav .slide .category li a {
        color: #000;
        /*    min-height: 59px; */
        padding: 0 23px;
        display: block;
        color: #fff;
        text-decoration: none;
    }

    .menu-nav .slide .category ul li a {
        line-height: 31px;
    }

    .menu-nav .slide .category li a span {
        background: url(../images/ico18.png) no-repeat 100% 8px;
        padding: 0 22px 0 0;
    }

    .menu-nav .slide .category .active a span {
        background-position: 100% -44px
    }

    .menu-nav .slide .category ul {
        list-style: none;
        margin: 0;
        padding: 0;
        background: #1c579c;
        font-size: 14px;
    }

    .menu-nav .slide .category ul li a {
        padding: 10px 48px;
        background: url(../images/ico19.png) no-repeat 23px 50%;
    }

    .nav-list {
        list-style: none;
        margin: 0;
        padding: 0;
        background: #f5f5f5;
    }

    .nav-list li {
        border-top: 1px solid #d6d8db;
    }

    .nav-list li a {
        display: block;
        height: 57px;
        padding: 0 25px;
        color: #586472;
        font: 200 18px/57px 'Roboto', sans-serif;
    }

    .info li {
        margin: 0;
    }

    .info .callback a {
        width: 32px;
        padding: 0;
    }

    .header-holder .info {
        float: left;
    }

    .info .callback a span {
        display: none;
    }

    .header-holder .holder {
        padding: 0;
    }

    .city-holder {
        position: absolute;
        top: 97px;
        right: 0;
    }

    .city-holder.popup-active .slide {
        top: 40px;
        left: -100px;
    }

    .search-form {
        position: absolute;
        top: 9px;
        left: 61px;
        padding: 0;
        z-index: 10;
        width: 30px;
        height: 30px;
        border-radius: 0;
        overflow: visible;
    }

    .search-form .opener {
        text-indent: -9999px;
        width: 30px;
        height: 31px;
        display: block;
        overflow: hidden;
        background: url(../images/ico21.png) no-repeat;
    }

    .search-form .slide {
        display: none;
        position: absolute;
        top: -1px;
        left: -2px;
        width: 230px;
        overflow: hidden;
        margin: 0;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.20);
        border-radius: 20px;
    }

    .search-form .submit {
        width: 60px;
        border-radius: 0 20px 20px 0;
    }

    .search-form .text {
        padding: 0 34px;
        width: 170px;
        margin: 0;
        border-radius: 20px 0 0 20px;
    }

    .header-bottom {
        display: none;
    }

    .item-holder .photo-box {
        float: none;
        width: 100%;
        margin: 0;
    }

    .information-holder .buy-box {
        float: none;
        width: 100%;
        position: relative;
    }

    .information-holder .price {
        text-align: left;
    }

    .information-holder .checkbox-holder {
        position: absolute;
        top: 0;
        right: 25px;
    }

    .information-holder .buy-box {
        padding: 0;
    }

    .slideshow03 {
        padding: 0 0 30px;
    }

    .information-holder .buy-holder {
        overflow: hidden;
        padding: 0 0 27px;
    }

    .information-holder .buy-holder a {
        float: left;
        margin: 0 0 0 18px;
    }

    .information-holder .buy-holder .buy {
        width: 116px;
        margin: 0;
        font-size: 16px;
    }

    .information-holder .buy-holder .button {
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        width: auto;
        height: 50px;
        line-height: 50px;
        border-radius: 25px;
        font-size: 14px;
        min-width: 160px;
    }

    .print-box {
        display: none;
    }

    .information-holder .holder {
        background: #f7f7f7;
        margin: 0 -10px;
        padding: 10px 10px;
    }

    .information-holder:first-child {
        padding: 0;
        border-bottom: none;
    }

    .information-holder,
    .item-holder,
    .information-box {
        overflow: visible;
    }

    .information-holder .services {
        display: none;
    }

    .city-holder span {
        display: none;
    }

    .shipping.desktop_ship {
        display: none;
    }

    .st_count_bl_1.buy_button {
        width: 100%;
        text-align: left;
        padding-left: 40px;
    }
}

@media only screen and (max-width: 880px) {
    .footer .wrapper:after {
        display: none;
    }

    .footer-information {
        float: none;
        overflow: hidden;
        width: 341px;
        margin: 0 auto;
    }

    .footer-holder .footer-nav {
        display: none;
    }

    .text-information .two-column .column {
        width: 100% !important;
    }

    .text-information .two-column .column ul {
        padding: 0 !important;
    }

    .text-information .salon-holder .image {
        display: block;
    }

    .text-information .salon-holder {
        float: none;
        width: 100%;
    }

    .text-information .salon-box {
        padding: 0 0 35px;
    }

    .text-information .salon-holder .holder .directions {
        display: inline-block;
        vertical-align: top;
        color: #2c73ab;
        font: 13px/15px 'Open Sans', sans-serif;
        text-decoration: underline;
    }

    .text-information .salon-holder .holder .box {
        display: none;
    }

    .text-information .salon-holder .holder .directions:hover {
        text-decoration: none;
    }

    .order-information .column .text-holder02 {
        display: none;
    }

    .order-information .column {
        width: 100%;
        min-height: auto;
    }

    .order-information .radio-list label {
        background: none;
        padding: 0 16px;
        display: inline-block;
        vertical-align: top;
        height: 38px;
        line-height: 36px;
        border-radius: 4px;
        color: #2e5d95;
    }

    .order-information .radio-list .active,
    .order-information .radio-list input:checked + label {
        background: none;
        color: #fff;
        background: #bf3f40;
        border-color: #bf3f40;
    }

    .order-information .column .row {
        padding: 40px 0 10px;
        position: relative;
    }

    .order-information .column .row label {
        top: 0;
        left: 0;
        position: absolute;
    }

    .order-information .column .row .text {
        width: 100%;
        background: #f5f5f5;
        border-radius: 20px;
    }

    .basket-table-smoll {
        display: block;
        width: 100%;
        border-collapse: collapse;
        margin: 0;
        padding: 0;
    }

    .basket-table-smoll td {
        vertical-align: top;
        padding: 20px 10px;
    }

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

    .basket-smoll li {
        padding: 26px 0;
        border-top: 1px solid #d3d3d3;
    }

    .basket-smoll li:first-child {
        border: none;
    }

    .basket-smoll .name {
        font: 14px/18px 'Roboto', sans-serif;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 10px;
    }

    .basket-smoll .info-basket {
        overflow: hidden;
    }

    .basket-smoll .info-basket .image-box {
        float: left;
        width: 164px;
        padding: 0 20px 0 0;
    }

    .basket-smoll .image {
        margin: 0 0 22px;
    }

    .basket-smoll .image img {
        width: 100%;
        height: auto;
        vertical-align: top;
    }

    .basket-smoll .delete {
        display: inline-block;
        vertical-align: top;
        padding: 0 0 0 40px;
        background: url(../images/ico31.png) no-repeat;
        height: 31px;
        color: #2c73ab;
        font: 700 12px/31px 'Roboto', sans-serif;
    }

    .basket-smoll .holder {
        overflow: hidden;
    }

    .basket-smoll .amount-form {
        width: 103px;
        padding: 0 0 22px;
    }

    .basket-smoll .amount-form a {
        border: 1px solid #e7e7e7;
        color: #000;
        width: 31px;
        text-align: center;
        margin: 0;
    }

    .basket-smoll .amount-form .text {
        width: 31px;
        padding: 0 1px;
        text-align: center;
        margin: 0 4px;
    }

    .basket-smoll .price-box {
        padding: 0 0 20px;
    }

    .basket-smoll .price {
        display: block;
        padding: 0 0 6px;
        font: 24px/26px 'Roboto', sans-serif;
    }

    .basket-smoll .old-price {
        display: block;
        padding: 0 0 2px;
        color: #f7931d;
        font: 14px/16px 'Roboto', sans-serif;
        text-decoration: line-through;
    }

    .basket-smoll .total span {
        color: #737373;
        display: block;
        padding: 0 0 2px;
    }

    .basket-smoll .total .price {
        color: #f7931d;
    }
}

@media only screen and (max-width: 800px) {
    .main-form .threecolumns .column h3 {
        font: 13px/15px 'Roboto', sans-serif;
        border-top: 1px solid #d7d7d7;
        padding: 15px 0 0;
        margin: 0 0 15px;
    }

    .main-form .threecolumns .column {
        float: none;
        width: 100%;
    }

    .radio-list,
    .radio-list li {
        padding: 0 0 10px;
    }

    .radio-list label {
        background: none;
        padding: 0 16px;
        display: inline-block;
        vertical-align: top;
        height: 38px;
        line-height: 36px;
        border: 1px solid #fff;
        border-radius: 4px;
    }

    .radio-list .active, .radio-list input:checked + label {
        border: 1px solid #2e5d95;
        background: none;
        color: #2e5d95;
    }

    .main-form .scores .text {
        border-radius: 20px;
        background-color: #f5f5f5;
    }

    .main-form .twocolumns .column {
        width: 100%;
        padding: 0;
        float: none;
    }

    .jcf-select .jcf-select-opener,
    .main-form .twocolumns .jcf-select,
    .main-form .twocolumns .column .text {
        border-radius: 20px;
        background-color: #f5f5f5;
    }

    .main-form .twocolumns .jcf-select {
        width: 300px;
    }

    .main-form .twocolumns .column:first-child .row {
        width: 100%;
    }

    .main-form .twocolumns .column:first-child .row {
        padding: 40px 0 10px;
        float: none;
        width: 100%;
    }

    .main-form .twocolumns .column .row {
        width: 50%;
        padding: 40px 20px 10px 0;
        position: relative;
        float: left;
    }

    .main-form .twocolumns .column:first-child .row .text {
        width: 300px;
    }

    .main-form .twocolumns .column .row .text {
        width: 100%;
        float: none;
        display: block;
    }

    .main-form .twocolumns .column .row label {
        position: absolute;
        top: 0;
        left: 0;
    }

    .basket-table {
        display: none;
    }

    .title-wrapper dl dd {
        display: none;
    }

    .title-wrapper dl {
        float: none;
        margin: 0 0 10px;
    }

    .title-wrapper .button-list {
        float: left;
        margin: 0 0 0 -10px;
    }

    .button-list .order {
        padding: 0 15px;
        background: #bf3f40;
        line-height: 45px;
        font-size: 12px;
        height: 45px;
    }

    .button-list li {
        margin: 0 0 0 10px;
    }

    .button-list .fast-order {
        line-height: 45px;
        font-size: 12px;
        height: 45px;
        background: #9f9f9f;
    }

    .basket-smoll {
        display: block;
    }

    .total-holder {
        display: none;
    }

    .total-wrapper {
        display: block;
    }

    .title-wrapper .button-list {
        float: none;
        overflow: hidden;
    }
}

@media only screen and (max-width: 700px) {
    .fancybox-entrance,
    .fancybox-holder {
        width: 280px !important;
        padding: 15px;
        margin: 0;
    }

    .fancybox-holder .radio-list label {
        padding: 0 8px;
        height: 30px;
        line-height: 30px;
    }

    .fancybox-holder .text {
        margin: 0 0 5px;
        width: 100%;
        float: none;
        display: block;
    }

    .fancybox-registration .row-wrapper .row:first-child,
    .fancybox-registration .row-wrapper .row {
        padding: 0 0 28px;
    }

    .fancybox-registration .row-wrapper {
        padding: 0;
    }

    .footer .subscribe-holder {
        padding: 0 116px 0 8px;
    }

    .footer .submit {
        width: 116px;
    }

    .footer-information {
        width: 300px;
    }

    .footer .subscribe-holder span {
        display: none;
    }

    .text-information .two-column .column {
        float: none;
        width: 100%;
    }

    .text-information ul {
        padding: 0 0 30px;
    }

    .promo-text-wrapper .text-holder .column {
        float: none;
        width: 100%;
        padding: 0;
    }

    .text-information .two-column {
        padding: 0;
    }

    .carousel2 .gmask .slide {
        width: 50% !important;
    }

    .image-wrapper .image {
        float: none;
        margin: 0 0 20px;
        width: 100%;
    }

    .image-wrapper .image img {
        width: 100%;
        height: auto;
    }

    .bulleted-list li {
        width: 100%;
    }

    .calendar {
        display: none;
    }

    .footer-nav {
        display: none;
    }

    .footer-holder:after {
        content: "";
        display: block;
        clear: both;
    }

    .footer-holder {
        padding: 0;
        float: none;
    }

    .button-list {
        float: none;
        overflow: hidden;
        width: 100%;
        padding: 20px 0 0;
        margin: 0 0 0 -16px;
    }
}

@media only screen and (max-width: 600px) {
    .carousel2 .holder {
        min-height: 236px;
    }

    .tab-wrapper .all,
    .tab-wrapper span {
        display: none;
    }

    .tab-list li a {
        padding: 0 7px;
    }

    .carousel2 {
        padding: 36px 5px 27px;
    }

    .carousel1 a.btn-prev,
    .carousel2 a.btn-prev {
        left: 0;
        display: none;
        background-color: #fff;
    }

    .carousel1 a.btn-next,
    .carousel2 a.btn-next {
        background-color: #fff;
        right: 0;
        display: none;
    }

    .information-list li {
        width: 100%;
        height: 70px;
        margin: 0 0 10px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.30);
        background-color: #f7f7f7 !important;
        -webkit-background-size: auto !important;
        background-size: auto !important;
        padding: 0;
    }

    .information-list .list01 {
        background-position: 100% -14px;
    }

    .information-list .list02 {
        background-position: 100% -53px;
    }

    .information-list .list03 {
        background-position: 100% -28px
    }

    .information-list .list04 {
        background-position: 100% -45px;
    }

    .information-list li a {
        padding: 5px 10px !important;
    }

    .sorting-holder .sorting {
        float: none;
        padding: 0 0 10px;
        overflow: hidden;
    }

    .sorting-holder .checkbox-holder {
        float: none;
        text-align: left;
        overflow: hidden;
    }

    .review-holder .main-form .text-box {
        width: 100%;
        padding: 0;
        float: none;
    }

    .review-holder .main-form .textarea,
    .review-holder .main-form .text-box .text {
        background: #f5f5f5;
        border-radius: 20px;
        height: 34px;
        margin: 0 0 19px;
    }

    .review-box ul ul li {
        padding: 20px 0 0 40px;
        background-position: 18px 23px;
    }

    .review-box .title {
        float: none;
        width: 100%;
        padding: 0 0 8px;
        border: none;
        position: relative;
    }

    .review-box .title span {
        position: absolute;
        top: 0;
        right: 0;
        font: 16px/18px 'Roboto', sans-serif;
    }

    .review-box > ul > li:first-child {
        padding: 0;
    }

    .footer-information .created a {
        height: 33px;
        display: block;
    }

    .footer-information .created {
        height: auto;
        font-style: italic;
    }

    .footer-information .holder .copyright {
        margin: 0;
    }

    .footer-information .holder .logo {
        margin: 0;
    }

    .social-list {
        padding: 0;
        margin: 31px 0 0;
    }

    .footer-information .phone-holder .phone {
        margin: 0 50px 0 0;
    }
}

@media only screen and (max-width: 500px) {
    .catalog-pagination {
        text-align: left;
    }

    .popup-active {
        left: 7px;
        z-index: 60;
    }

    .search-form .slide {
        width: 310px !important;
    }

    .search-form .text {
        width: 260px !important;
    }

    .cabels_in_russ {
        text-align: right;
        width: 100%;
    }

    .prod_count {
        text-align: center;
        width: 100%;
    }

    .footer_line_text {
        text-align: center;
        width: 100%;
        display: block;
    }

    .footer-information .phone-holder {
        text-align: center;
    }

    .footer-information .phone-holder .phone {
        float: none;
    }

    .creator_name {
        display: block;
        float: left;
        margin-right: 20px;
    }

    .creator_name + a {
        float: left;
        display: block;
    }

    .sorting-holder {
        margin-bottom: 20px;
    }

    .delivery-method, .payment-method {
        min-height: auto;
    }

    .breadcrumbs li {
        float: none;
        background: none;
        padding: 0px;
    }

    .hr {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .main-wrapper .aside {
        right: 0px;
    }

    .aside + .content h1 {
        margin: 60px 0px 0px 0;
    }

    .aside + .content h1.category_parent {
        margin-top: 0px;
    }

    .sorting-holder .sorting {
        margin: 0px;
    }

    .sort_by_block {
        width: 240px;
        margin: 0 auto;
    }

    .lgButtons {
        display: none !important;
    }

    .sorting-holder > .sorting span {
        width: 100%;
    }

    .main-wrapper .aside .opener {
        width: 100%;
    }

    .header .logo {
        display: inline-block;
        margin-top: 20px;
    }

    .city-holder {
        top: 53px;
        right: 90px;
    }

    .account .entrance {
        margin-top: 50px;
        margin-left: -62px;
    }

    .logo_wrapper {
        width: 100%;
        text-align: center;
    }

    .logo_wrapper .logo {
        display: inline-block;
        margin-top: 20px;
    }

    .phone-holder .all_russia {
        display: block;
    }

    .phone-holder .all_russia + a {
        display: block;
    }

    .st_count_bl_1.buy_button {
        height: 60px;
        padding-left: 0px;
        text-align: center;
    }

    .st_count_bl_1.price_block {
        width: 100%;
        margin-bottom: 20px;
    }

    .like_3 {
        width: 100%;
        text-align: center;
        padding-left: 0px;
        margin-left: 0px;
    }

    .preview-holder {
        text-align: left;
    }

    .comparison-wrap .comparison-list {
        width: 150px;
    }

    .comparison-wrap:after {
        display: none;
    }

    .information-tab li {
        float: none;
        margin: 0 0 15px;
        display: block;
    }

    .information-tab li a {
        display: inline-block;
        vertical-align: top;
    }

    .carousel2 .gmask .slide {
        width: 100% !important;
    }

    .recommendation-list .name {
        width: 100%;
        margin: 0 0 20px;
    }

    .recommendation-list .price {
        float: left;
        width: 95px;
        text-align: left;
    }

    .recommendation-list .buy {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .slideshow01 .pagination {
        display: none;
    }

    .slideshow01 {
        height: 186px;
        overflow: hidden;
    }

    .slideshow01 .gmask .slide img {
        width: auto;
        height: 100%;
    }

    .slideshow01 .gmask .slide {
        max-height: 186px;
    }

    .slideshow01 .gmask .slide a {
        padding: 23px 0 0 20px;
    }

    .slideshow01 a.btn-prev,
    .slideshow01 a.btn-next {
        top: 0;
        margin: 0;
        width: 54px;
        height: 93px;
        border-radius: 0;
        margin: 0;
        right: 0;
        display: block;
        background: rgba(255, 255, 255, 0.30);
    }

    .slideshow01 a.btn-prev {
        left: 0;
        top: 50px;
    }

    .slideshow01 a.btn-prev:after,
    .slideshow01 a.btn-next:after {
        background: url(../images/btn01.png) no-repeat;
        width: 16px;
        height: 28px;
        position: absolute;
        top: 50%;
        left: 50%;
        content: "";
        margin: -14px 0 0 -10px;
    }

    .slideshow01 a.btn-next:after {
        background-position: 100% 0;
    }

    .slideshow01 a.btn-next {
        right: 0;
        top: 50px;
        margin: 0;
    }

    .slideshow01 .gmask .slide h2 {
        color: #000;
        font: 200 36px/38px 'Roboto', sans-serif;
        margin: 0 0 19px;
    }

    .carousel1 {
        text-align: left;
    }

    .carousel1 h2 {
        position: relative;
    }

    .carousel1 h2:after {
        content: "";
        background: url(../images/ico23.jpg) no-repeat;
        width: 20px;
        height: 20px;
        position: absolute;
        right: -34px;
        top: 0;
    }

    .separator {
        display: none;
    }

    .city-holder span {
        display: none;
    }

    .city-holder .opener {
        color: #2e5d95;
        background: url(../images/ico26.png) no-repeat 100% 6px;
        padding: 0 10px 0 0;
    }

    .city-holder .opener em {
        border-color: #2e5d95;
    }

    .filter_wrapper {
        left: 0px;
    }

    .filter_wrapper .shortBrands, .filter_wrapper .shortLengths {
        padding-left: 15px;
    }

    .catalog-table .image {
        width: 130px;
    }

    .catalog-table .product .buy {
        width: 140px;
    }

    .catalog-table td {
        padding: 25px 5px;
    }

    .catalog-table .image + p {
        font-size: 13px;
        width: 130px;
    }

    .media-list .media .pull-left {
        display: none;
    }

    .information-tab-box {
        border-bottom: 0px;
        text-align: center;
        margin-bottom: 0px !important;
    }

    .information-tab-box #sendMesButton {
        float: none !important;
    }

    .tab-row.no-tabset .information-tab {
        padding: 1px;
    }

    .tab-row.no-tabset .information-tab li {
        width: 100%;
    }

    .tab-row.no-tabset .information-tab li:first-child {
        margin-top: 15px;
    }

    .tab-row.no-tabset .information-tab li a {
        width: 100%;
    }

    #ticketsTable1_wrapper {
        display: none;
    }

    .mobile-only {
        display: inline-block;
    }

    .discount-title .no-padding {
        text-align: center;
    }

    .promo .promo-input + .input-group {
        text-align: right;
        width: 100%;
        margin-top: 10px;
    }

    .promo-input {
        width: 100% !important;
    }

    .order-filter ul li {
        margin-top: 10px;
    }

    .order-item .order-total {
        margin: 0 0 50px;
    }

    .row.settings_form {
        margin: 0px;
    }

    .forum_h1 {
        margin-bottom: 20px !important;
    }

    .li-hover-dark {
        padding: 10px 0px;
    }

    .li-hover-dark .text-box {
        width: 280px !important;
    }

    .text_al_center {
        text-align: center;
    }

    .text_al_center button {
        float: none !important;
    }

    .ul-list .holder {
        padding: 0px;
    }

    .ul-list .holder .category {
        display: block;
        padding-top: 10px;
        margin: 0 auto 10px;
    }

    .open_forum_but > div {
        text-align: center;
    }

    .view_all_button {
        padding-bottom: 5px;
        padding-top: 5px;
        font-size: 16px;
    }

}

@media only screen and (max-width: 450px) {
    .slideshow03 .gholder {
        padding: 0 0 20px;
    }

    .slideshow03 .pagination {
        display: none;
    }

    .pagination-holder .pagination li {
        padding: 0 1px;
    }

    .news-list .image {
        float: none;
        margin: 0 0 20px;
        width: 100%;
    }

    .news-list .image img {
        width: 100%;
        height: auto;
    }

    .promo-text-wrapper .subscribe-form .text {
        width: 300px;
        float: none;
        display: block;
        margin: 0 0 20px;
        background: #f5f5f5 url(../images/ico05.png) no-repeat 274px 50%;
    }

    .promo-text-wrapper .subscribe-form .submit {
        width: 300px;
    }

    .bulleted-list li {
        padding: 0 0 0 30px;
    }

    .btn-box .transition {
        width: 155px;
        text-align: center;
        height: 63px;
        font: 14px/63px 'Roboto', sans-serif;
    }

    .btn-box .download {
        float: right;
        width: 115px;
        border: 1px solid #2e5d95;
        border-radius: 4px;
        margin: 0;
        text-align: center;
        height: 63px;
        padding: 25px 0 0;
        background-position: 50% 10px;
        line-height: 14px;
    }

    .main {
        padding: 20px 10px 30px;
    }

    .title-wrapper .back {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 20px;
    }

    h1 {
        margin: 0;
        float: none;
    }

    .order-text h2 {
        font: 600 29px/33px 'Roboto', sans-serif;
        color: #586472;
    }

    .sorting-holder .sorting span {
        color: #a3a3a3;
        font: 12px/18px 'Roboto', sans-serif;
    }

    .sorting-holder .sorting a {
        margin: 10px 15px 0 0;
    }

    .sorting-holder {
        padding: 20px 0;
        border-top: 1px solid #d3d3d3;
        border-bottom: 1px solid #d3d3d3;
    }
}

@media only screen and (max-width: 320px) {
    .catalog-table .product .buy {
        margin: 0 0 55px;
    }

    .review-holder .main-form .submit-holder:after {
        display: none;
    }

    .review-holder .main-form .submit-holder .submit {
        width: 100%;
        background: #2e5d95;
        color: #fff;
        text-transform: uppercase;
        height: 45px;
        line-height: 45px;
        border-radius: 4px;
    }

    .review-holder .main-form .submit-holder .submit:hover {
        background: #1059b2;
    }

    .title-review {
        display: none;
    }

    .tab-list li {
        padding: 0 2px;
    }

    .footer {
        padding: 25px 0 0;
        /*   height: 290px;    */
        position: relative;
    }

    .footer-holder {
        float: none;
        padding: 0;
    }

    .footer .info {
        float: right;
    }

    .footer .info .callback span {
        display: none;
    }

    .footer .info .callback a {
        width: 48px;
        height: 48px;
        border-radius: 5px;
    }

    .footer .info li a:after {
        width: 48px;
        height: 48px;
        background: url(../images/ico06.png) no-repeat;
        border-radius: 4px;
    }

    .footer-holder {
        position: relative;
    }

    .footer-nav {
        display: none;
    }

    .title-wrapper .all {
        margin: 10px 0 0;
    }
}

.rr:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
}

#footerWrapper {
    position: absolute;
    width: 100%;
    bottom: 65px;
}

#input404::-webkit-input-placeholder, #input404-submit::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 18px;
}

#input404::-moz-placeholder, #input404-submit::-moz-placeholder { /* Firefox 19+ */
    font-size: 18px;
}

#input404:-ms-input-placeholder, #input404-submit:-ms-input-placeholder { /* IE 10+ */
    font-size: 18px;
}

#input404:-moz-placeholder, #input404-submit:-moz-placeholder { /* Firefox 18- */
    font-size: 18px;
}

#input404-submit {
    font-size: 18px;
}

.media-body img {
    max-width: 700px;
}

.note-editable img {
    max-width: 700px;
}


/**************************************  suggestions *********************************/


.suggestions-nowrap {
    white-space: nowrap
}

.suggestions-input {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

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

.suggestions-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: top;
    -webkit-text-size-adjust: 100%
}

.suggestions-addon {
    display: none;
    opacity: 0;
    position: absolute
}

.suggestions-addon[data-addon-type=spinner] {
    background: rgba(255, 255, 255, .75) url(data:image/gif;base64,R0lGODlhEAAQAKUAABwaHIyOjMzKzOTm5LSytFxaXHR2dJyenNza3PT29Ly+vISGhERGRJSWlNTS1Ozu7Ly6vGRmZHx+fKSmpOTi5Pz+/MTGxDQyNJSSlMzOzOzq7LS2tHx6fNze3Pz6/MTCxIyKjExKTJyanNTW1PTy9GxqbKyqrP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAnACwAAAAAEAAQAAAGk8CTcHgSHYjIU8dAOoFApwfDkfQYJqcFdBFKECleS4mCaSAum1MiIwQFHBWTRtgJxC8XYYIggSQlABwPRAODSB0jQxYKEB9JQiUFBQaLCo6PEZIGQyReSCRNQx4ZBIlIDgQOHkIQEBQVI54kIxUUG35RqxQEJBkOJAQDJx6GQh4biQJsGRCrSA/NJ8rDG8WPI6ZIQQAh+QQJCQArACwAAAAAEAAQAIUEAgSEgoTEwsTk4uSkoqRERkRkYmTU0tT08vSUlpS0srRsbmwcHhyMiozMyszs6uysqqxcXlzc2tz8+vxMTkycnpy8urx0dnQcGhyEhoTExsTk5uSkpqRMSkxsamzU1tT09vScmpy0trR0cnQ0MjSMjozMzszs7uysrqzc3tz8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGk8CVcLiCoIjI1aAEWoVCq1NEkpw0RKsENGFoDh+TlSmwIXAGHcEKdBASCB+V5SQcVFSKQkcIEoQ0SSUkGQhEJ4VIAylDHyYObUkrFx4eAR8OJpBJk5VDCF5EEporEyYKH0kjAAt0KxYWAyofXghxBBgMQidhAwoImQgKAysIgEMTIqiYYhZhSCfNK8vIrZErH6hJQQAh+QQJCQAkACwAAAAAEAAQAIUEAgSEhoTExsTk5uRMTkykpqTU1tRsamz09vS0trR0dnScmpzMzszs7uzc3tw0MjRcXly0srT8/vy8vrx8fnwcGhyUkpTMyszs6uysqqzc2tx0cnT8+vy8urx8enykoqTU0tT08vTk4uRkZmT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkECScEhKdIhI0qCAIGUypJDCkeR8BE7oR8EhNrqaRSMSEY0uJIRB2OmIJIKQcJCRTCAQIYeRWCMXBAtyQyFNSCIiQwYMFyBJQgEeHhYGFwyOjwEKk4SGRA5+egwRoUMUFR4NbG4SBoYaGxIZDw9CXyQiESGXDAAFaQxEHH0kliQHFZ5DDR1dxhgVWI9CBqVDQQAh+QQJCQAmACwAAAAAEAAQAIUcGhyMjozMysxUVlTk5uSsrqx0cnT09vS8vrzc3tyEgoScnpxERkTU0tTs7uy0trRkZmR8fnz8/vzExsSMioykpqQ0MjSUlpTMzsxcWlzs6uy0srR0dnT8+vzEwsTk4uSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGjkCTcGiaCIhIk4PUMZEQphHlk+w8Gk7oJtAcOpqEzQgxIUSwh4SQRPpIRAehhiSZcDjCDuYhSpYgJSNEI3FIGlRCIhgCWEkmFxQUCyICGI1JkCALQ4RJH2pDeht9SBQWIIJObW+FCQoSDyEMQl8mH2IQECIABSYHlyZWfQMZJhwWhURLTcRKFhiOQwZ4SUEAIfkECQkAKQAsAAAAABAAEACFBAIEhIKExMLE5OLkREZEpKKkZGZk1NLU9PL0tLK0dHZ0XF5cnJqczMrM7OrsbG5s3Nrc/Pr8vLq8NDI0jI6MTE5MrK6sHBochIaExMbE5ObkTEpMpKakbGps1NbU9Pb0tLa0fH58ZGJkzM7M7O7sdHJ03N7c/P78vL68////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpDAlHCY8niIyBRJEkk1RqlPwZGMgA5OqIDTHJKamgRidHAwjpGBUCIZnDwfISlzOlAowsgIdERKQglxQwiCRA5UQh4jDVhJKQUMDBYeT41JkJKDhUMDJkR6CX1EDBUMCGttJyWeKQMUJygLInJNBQAHJQoQEyApEaIpCBcPKQYdKRgbm0IZF1TGSgSWjiEBjkEAIfkECQkAJgAsAAAAABAAEACFBAIEhIKExMLE5OLkpKKkTE5M1NLU9PL0lJKUZGZktLK0zMrM7Ors3Nrc/Pr8nJqcdHZ0NDI0jI6MrKqsXF5cHBochIaExMbE5ObkpKak1NbU9Pb0lJaUbGpsvLq8zM7M7O7s3N7c/P78nJ6cfHp8ZGJk////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpRAk3Bo0miISBPI4zAtPiaHB5SUGpzQD5MIaoYUh48BpMBEzSaPByPSbIQHjahByAgdH8UReXkI3kMHgEQHVEIaHwtXSSYKExMeGk+LSQoZkEMGDUkYaEIMHQAQSRMJGQdCFRUZDgEhQhgjIgsQoyYXbxMVGhYWAwUCJhuvQxsRoxAkJgglg0MLEVTJShSbjEISCIxBACH5BAkJACkALAAAAAAQABAAhRwaHIyOjMzKzFxaXKyurOTm5HR2dJyenLy+vPT29Nze3DQ2NISChJSWlNTS1GxqbLS2tOzu7KyqrMTGxPz+/ERGRIyKjDQyNJSSlMzOzGRmZLSytOzq7Hx6fKSipMTCxPz6/OTi5ISGhJyanNTW1HRydLy6vPTy9ExKTP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTwJRwmCKRiMhUxARKCTIpkCmSBEEcTmiGSYw0C5tTxnHahKLUlMkUopASwhOJEoKYhKAM5Ih0XJtDJ3BIJydDJQMDD0lCHwgmE4gDGowpjggTQyQKSREFXR0ADEkQDBuDFxcSFAFnKRyrDhYBQgJwGwsKGA0hGgIpCa5CCRUWKSLGHgaARA4VhsgpJwaclSkjB4xBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTGxKSipOTm5ERGRLSytGxqbJSSlNTW1PT29IyKjMzOzKyqrOzu7FxeXLy6vHR2dDQyNExOTJyanOTi5Pz+/Hx+fBwaHISGhMzKzKSmpOzq7ExKTLS2tNza3Pz6/IyOjNTS1KyurPTy9Ly+vHx6fJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTQJRwiEokiEiUAwJCaRgoEMSRBHlETiiDSRQoUBUDiSEiGSpRKgqD2VgSXxQpYal4IELOARBJiq5NQyIfSSQkQwEHB31JKCIMGgkXiox+kEdCH2hIDmpCDhkSCEkCFF5CHR0eFicEnxAWHwMbQiJfJRMVAwMEF1ggrkMKDxQoCCcoBiGBRAkPhxTFCgubjSgNI41BACH5BAkJACoALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSWlHRydCwuLMzKzOzq7KyqrNza3Pz6/Ly6vIyOjFxeXJyenHx6fBwaHISGhMTGxOTm5KSmpNTW1PT29LS2tGxubJyanHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vGRiZP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaRQJVwqOJwiEhV5uJQNUaqiISUPFw+TuhIEiE2OioCwDAyHBCDKFXFEJVOC5PwwDkNPBIhyXIJJA0eBl1DHHJIBwdDExYWGElCZA0ciyGOjwZPR0ImGlWJQwcKBRVJHAiCQhQpKCcPTSokDXZ4QhxdGQkaCAgkIBBqRB0LGyoPDyooG4NEJiGJxiodG6+PKrRJQQAh+QQJCQAnACwAAAAAEAAQAIUcGhyMjozMyszk5uRUVlSsrqx0cnTc2tz09vS8vryEgoScnpxERkTU0tTs7uy0trRkZmR8enzk4uT8/vzExsSMioykpqQ0MjSUlpTMzszs6uxcWly0srR0dnTc3tz8+vzEwsSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkMCTcHgydIjIk+DiOBE2p0+piURcIk5opvQhNhAnE2AEgZA4gyiVIXpMFB4hYjSRlEpCR+gSSDY4GV1DBxJJCCRDCxUVGElCDRkCI4qMjicNAhkjQxIaSSRUQiQWEAVJIxwNgh0GAhNTonQSD3gnHmAZCgMgIA4chROhURUPJyUJl1xJEhVgxycIsJYnFAKOQQAh+QQJCQApACwAAAAAEAAQAIUEAgSEgoTExsTk5uRERkSkoqRkZmTU1tSUlpT09vS0srRcXlx0dnSMiozMzszs7uzc3tw0NjRMTkysqqx0cnScnpz8/vy8urwcGhyEhoTMyszs6uxMSkykpqRsamzc2tycmpz8+vxkYmR8fnyMjozU0tT08vTk4uS8vrz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGj8CUcJgKBIjIVIlgShk8qQ1GkEwQGk6oAZMgHkIpReRDYZQAnZTlIVyIUBbSSfhhWE6Xi9CE4FSSJQoOYEMQA0kmXUITICBpSUoOGgeMjpBKGg4HQwNsSCaeQgkKAXpIgSWEDSQOFhqeJgd3eUInYB8gDyUlDwqHIaEpIRVUGhopDheERAMdYJnCF8GAm0lBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSSlHRydBweHMzKzOzq7KyqrNza3Pz6/IyOjLy6vJyanHx6fBwaHISGhMTGxOTm5KSmpFxeXNTW1PT29GxubHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaWQJRwiJIoiEgUZ3NAfSooESiU7GwoTugH1CGSIqhJYRC4cCwj1KEhXHwaJUpGSAqUCBaG8EBIPJILAB4ORAOESBwcQxMPDwhJQiGSHAgjGo+QBiENikIiTUgHoEIdAhQYSZQGYCgEGhAlHF1qHCUDExNCDl0DCAchBgcIcxEiRCUTBigNVCETrEQiE12bKBETxpBCiZBBADs=) 50% 50% no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.suggestions-addon[data-addon-type=clear] {
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=) 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
    opacity: .8
}

.suggestions-addon[data-addon-type=clear]:hover {
    opacity: 1
}

.suggestions-suggestions {
    background: #fff;
    border: 1px solid #999;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    z-index: 9999;
    -webkit-text-size-adjust: 100%
}

.suggestions-suggestions strong {
    font-weight: 400;
    color: #39f
}

.suggestions-suggestions.suggestions-mobile {
    border-style: none
}

.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
    border-bottom: 1px solid #ddd
}

.suggestions-suggestion {
    padding: 4px 4px;
    overflow: hidden
}

.suggestions-suggestion:hover {
    background: #f7f7f7
}

.suggestions-selected {
    background: #f0f0f0
}

.suggestions-selected:hover {
    background: #f0f0f0
}

.suggestions-hint {
    padding: 4px 4px;
    white-space: nowrap;
    overflow: hidden;
    color: #777;
    font-size: 85%;
    line-height: 20px
}

.suggestions-constraints {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important
}

.suggestions-constraints:empty {
    display: none !important
}

.suggestions-constraints li {
    background: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: default;
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0 .5em
}

.suggestions-constraints li .suggestions-remove {
    height: 1em;
    width: 1em;
    display: inline-block;
    margin: 0 0 0 .25em;
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=) 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
    opacity: .8
}

.suggestions-constraints li .suggestions-remove:hover {
    opacity: 1
}

.suggestions-constraints li span {
    vertical-align: middle
}

.suggestions-subtext {
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.suggestions-subtext_inline {
    display: inline-block;
    min-width: 6em;
    vertical-align: bottom;
    margin: 0 .5em 0 0
}

.suggestions-subtext-delimiter {
    display: inline-block;
    width: 2px
}

.suggestions-subtext_label {
    margin: 0 0 0 .25em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 3px;
    background: #f5f5f5;
    font-size: 85%
}

.suggestions-value[data-suggestion-status=LIQUIDATED] {
    position: relative
}

.suggestions-value[data-suggestion-status=LIQUIDATED]:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid rgba(0, 0, 0, .4);
    content: ""
}

.suggestions-promo {
    font-size: 85%;
    display: none;
    color: #777;
    padding: 4px;
    text-align: center
}

.suggestions-promo a {
    color: #777;
    display: block;
    filter: grayscale(100%);
    line-height: 20px;
    text-decoration: none
}

.suggestions-promo a:hover {
    filter: grayscale(0)
}

.suggestions-promo svg {
    height: 20px;
    vertical-align: bottom
}

.suggestions-promo-desktop {
    position: absolute;
    top: 0;
    right: 0;
    text-align: left
}

/************************************** end suggestions *****************************/

/**************************************  reviews *************************************/

.comment-outer-div {
    font-family: Arial, serif;
    font-size: small;
    color: #222222
}

.comment-top {
    padding: 10px
}

.comment-author-name {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    margin-bottom: 5px
}

.comment-stars {
    position: relative
}

.comment-stars-icon {
    position: relative;
    width: 10px;
    height: 10px
}

.comment-icon {
    position: relative;
    fill: #ffb600;
    width: 10px;
    height: 10px
}

.comment-icon-outer {
    position: relative;
    float: left;
    margin-right: 5px;
    margin-left: 5px
}

.comment-date {
    position: relative;
    color: #8a8a8a;
    font-size: 14px;
    margin-left: 20px
}

.comment-main {
}

.comment-row {
    display: flex;
    position: relative;
    padding: 10px;
    font-size: small
}

.comment-left-col {
    position: relative;
    float: left;
    width: 15%;
    min-width: 120px;
    font-weight: bold;
    font-size: 14px;
    color: #222222
}

.comment-right-col {
    position: relative;
    float: right;
    width: 70%;
    font-size: 14px
}

.comment-comments {
    margin-top: 10px;
    display: flex;
    position: relative
}

.comment-action {
    position: relative;
    float: left;
    width: 15%;
    left: 0;
    min-width: 120px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #2575b3;
    cursor: pointer;
    text-decoration: dotted
}

.comment-sub-name {
    position: relative;
    font-weight: bold;
    color: #000000;
    font-size: 16px
}

.comment-list {
    border-left: 1px solid;
    border-color: #9a9a9a4a;
    padding-left: 10px
}

.comment-list-child {
    border-left: 1px solid;
    border-color: #9a9a9a4a;
    margin-left: 30px;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px
}

.comment-underline {
    border-bottom: 1px dotted
}

.comment-sub {
    margin-top: 5px
}

.comment-sub-left-col {
    position: relative;
    float: left;
    width: 55%;
    min-width: 140px
}

.comment-sub-right-col {
    position: relative;
    float: right
}

.comment-icon-thumbs-up {
    position: relative;
    float: right;
    margin-right: 5px;
    margin-left: 5px
}

.comment-icon-thumbs-down {
    position: relative;
    float: right;
    margin-right: 5px;
    margin-left: 5px
}

.comment-sharing, .comment-sharing:hover, .comment-sharing:visited {
    font-size: 14px;
    color: #2575b3;
    cursor: pointer;
    margin-right: 10px
}

.comment-delete {
    font-size: 14px;
    color: #AB6C72;
    cursor: pointer;
    margin-right: 10px
}

.comment-approve {
    display: inline-block;
    margin: 0 10px;
    float: right;
    position: relative;
    bottom: 20px;
}

.comment-button {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    height: 40px;
    color: white;
    border-color: #2575b3;
    border-radius: 0px !important;
}

.instructions-fa {
    font-size: 16px;
    color: #2575b3;
    cursor: pointer;
    text-decoration: underline !important
}

.comment-form-input {
}

.comment-form-btn {
    position: relative;
    float: right;
    font-size: 14px;
    border-radius: 0 !important;
    font-family: Roboto, sans-serif;
    width: 100px;
    height: 40px;
    background-color: #2575b3;
    color: white;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
}

.review-input-block {
    margin: 20px 10px 20px 10px;
    border-bottom: 1px solid #dddddd
}

.review-input-block-empty {
    margin-top: 40px !important;
}

.review-input-focus {
    padding: 10px;
    border: none;
    width: 100%
}

.review-modal-text-block {
    margin-bottom: 10px
}

.review-notice-info {
    color: #8a8a8a;
    margin: 15px 10px 15px 0
}

.review-block-open-btn {
    cursor: pointer;
    color: #222222
}

.review-bigtv-user-image {
    width: 16px;
    height: 16px;
    position: relative;
    bottom: 3px;
}

.review-admin-user-name {
    font-size: 13px;
}

.review-selected {
    background-color: #F0F6FB !important;
}

.review-add-btn {
    width: 200px;
    height: 40px;
}

.review-send-btn {
    width: 260px;
    height: 52px;
}

.review-add-btn, .review-add-btn:focus, .review-add-btn:visited, .review-add-btn:active,
.review-send-btn, .review-send-btn:focus, .review-send-btn:visited, .review-send-btn:active {
    position: relative;
    text-shadow: none;
    float: right;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    background: #2575b3;
    color: white !important;
    border-color: #2575b3 !important;
    border-radius: 0;
    margin-top: -15px;
}

.review-add-btn:hover, .review-send-btn:hover {
    background: #718aa0;
    color: white !important;
    border-color: #718aa0 !important;
    position: relative;
    text-shadow: none;
    float: right;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    border-radius: 0;
    margin-top: -15px;
}

.review-add-btn-empty, .review-add-btn-empty:hover, .review-add-btn-empty:focus {
    margin-top: -30px;
}

.review-suggestion {
    width: 70%;
    float: left;
    font-size: 14px;
    color: #222;
    position: relative;
    bottom: 30px;
    word-wrap: normal;
    overflow: visible;
}

.review-customer {
    height: 23px;
    min-width: 166px;
    font-size: 11px;
    border-radius: 12px;
    border: solid 2px #2575B3;
    color: #2575B3;
    margin-left: 10px;
    padding: 2px 5px;
}

.review-account-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}

.review-preview-block {
    position: relative;
    height: 60px;
    width: 60px;
    float: left;
    margin-top: 10px;
}

.review-video-preview-block {
    position: relative;
    height: 130px;
    width: 190px;
    float: left;
    margin-top: 10px;
}


.youtube-icon {
    position: relative;
    bottom: 100px;
    left: 65px;
}


.review-video-preview-block a {
    height: 100px;
    width: 170px;
    border-radius: 2px;
}



.review-video-preview-block img {
    height: 100px;
    width: 170px;
}

.review-video-preview-block a {
    overflow: hidden;
    position: relative;
    display: block;
    margin: 3px 2px 15px;
    box-shadow: 1px 1px 5px #00000047;
}

.review-preview-delete {
    position: relative;
    top: -10px;
    right: 5px;
    float: right;
    cursor: pointer;
}

.review-preview-image {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 50px;
    max-height: 50px;
    float: left;
}

.review-preview-big-image {
    vertical-align: middle;
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-height: 78px;
    max-width: 78px;
}

.review-preview-link {
    position: relative;
    width: 80px;
    height: 80px;
    border: 1px solid lightgrey;
    border-radius: 10px;
    padding: 0;
    display: inline-block;
}

.review-preview-big-delete {
    vertical-align: top;
    position: relative;
    top: -2px;
    cursor: pointer;
    margin-left: 5px;
}

.comment-media-add-block {
    float: left;
    margin-right: 18px;
}

.btn-link-review {
    display: inline-block;
    position: relative;
    outline: 0;
    border-radius: 2px;
    vertical-align: middle;
    cursor: pointer;
    background: #f5f5f5;
    border: 1px solid #ebebeb;
}

.btn-link {
    width: 79px;
    padding: 42px 0 10px;
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    position: relative;
    border: 0;
    outline: 0;
    /*color: #4d74b2;*/
    color: #ffbe32 !important;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    background: 0 0;
    cursor: pointer;
    z-index: 1;
}

.add-video-btn {
    background-color: #ffbe32 !important;
    border-color: #ffa22f !important;
}

.media-add-icon {
    position: absolute;
    top: 7px;
    left: 23px;
    width: 38px;
    height: 34px;
    fill: currentColor;
}

.review-media-text-block {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    color: #888;
    max-width: 270px;
    /*padding: 0 0 0 53px;*/
    -ms-flex-order: 1;
    order: 1;
    overflow: hidden;
}

.dislike_svg {
    fill: #aaaaaa;
}

.dislike_svg:hover {
    fill: red;
}

.like_svg {
    fill: #aaaaaa;
}

.like_svg:hover {
    fill: lightseagreen;
}

.checkbox-reviews {
    opacity: 1 !important
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5)
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 50px;
    margin-left: 5px
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -20px;
    display: block;
    width: 12px;
    height: 12px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -20px;
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    background: no-repeat 50% / 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #2575b3
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-color: #2575b3
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
    border: #adb5bd solid 1px
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    border-radius: 50%;
    background-color: #2575b3
}

.sort-by-date {
    border-bottom: 1px dotted;
    font-size: 14px;
    color: #2575b3;
    cursor: pointer
}

.review-file-block {
    height: 60px;
    display: flex;
    align-items: center
}

.review-link-block {
    height: 60px;
    display: flex;
    align-items: center;
    margin-left: 10px;
    font-size: 12px;
    color: #8a8a8a
}

.edit-review {
    cursor: pointer !important;
    font-size: 12px;
    margin-left: 10px
}

.btn-upd-review {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

/************************************************* end reviews **************************/

/******************* LOADER *******************************/

.loader {
    color: cornflowerblue;
    font-size: 20px;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 0.2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 0.2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 0.2em;
    }
}

/****************** END LOADER ****************************/

.w-8 {
    width: 8.33333333% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-16 {
    width: 16.66666667% !important;
}

.w-25 {
    width: 25% !important;
}

.w-33 {
    width: 33.33333333% !important;
}

.w-42 {
    width: 41.66666667% !important;
}

.w-50 {
    width: 50% !important;
}

.w-58 {
    width: 58.33333333% !important;
}

.w-66 {
    width: 66.66666667% !important;
}

.w-75 {
    width: 75% !important;
}

.w-80 {
    width: 80% !important;
}

.w-83 {
    width: 83.33333333% !important;
}

.w-92 {
    width: 91.66666667% !important;
}

.w-100 {
    width: 100% !important;
}


@media (max-width: 991px) {
    .reviews-container {
        margin-top: 50px;
    }

    .review-add-btn {
        top: 35px;
    }
}

.b-t-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.b-b-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.fwn {
    font-weight: normal !important;
}

.fwbl {
    font-weight: bolder !important;
}

.fwb {
    font-weight: bold !important;
}

.fwl {
    font-weight: lighter !important;
}

.fwi {
    font-weight: initial !important;
}


.t-a-r {
    text-align: right !important;
}

.t-a-c {
    text-align: center !important;
}

.t-a-l {
    text-align: left !important;
}

.f-size-14 {
    font-size: 14px !important;
}

.f-size-16 {
    font-size: 16px !important;
}

.f-size-18 {
    font-size: 18px !important;
}

.f-size-20 {
    font-size: 20px !important;
}

.f-size-22 {
    font-size: 22px !important;
}

.f-size-24 {
    font-size: 24px !important;
}

.f-size-28 {
    font-size: 28px !important;
}

.f-size-32 {
    font-size: 32px !important;
}

.f-size-34 {
    font-size: 34px !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-r-1 {
    margin-right: 1px !important;
}
.m-r-3 {
    margin-right: 3px !important;
}
.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}


.m-r-20 {
    margin-right: 20px !important;
}


.m-r-25 {
    margin-right: 25px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}

.m-r-50 {
    margin-right: 50px !important;
}

.m-r-75 {
    margin-right: 75px !important;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-l-1 {
    margin-left: 1px !important;
}

.m-l-3 {
    margin-left: 3px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}


.m-l-20 {
    margin-left: 20px !important;
}


.m-l-25 {
    margin-left: 25px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-l-50 {
    margin-left: 50px !important;
}

.m-l-75 {
    margin-left: 75px !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-1 {
    margin-top: 1px !important;
}

.m-t-3 {
    margin-top: 3px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}
.m-t-20 {
    margin-top: 20px !important;
}


.m-t-25 {
    margin-top: 25px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-t-75 {
    margin-top: 75px !important;
}


.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-1 {
    margin-bottom: 1px !important;
}

.m-b-3 {
    margin-bottom: 3px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}


.m-b-20 {
    margin-bottom: 20px !important;
}


.m-b-25 {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-b-75 {
    margin-bottom: 75px !important;
}


/************************************************  padding ******************/



.p-r-0 {
    padding-right: 0 !important;
}

.p-r-1 {
    padding-right: 1px !important;
}
.p-r-3 {
    padding-right: 3px !important;
}
.p-r-5 {
    padding-right: 5px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}


.p-r-20 {
    padding-right: 20px !important;
}


.p-r-25 {
    padding-right: 25px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.p-r-50 {
    padding-right: 50px !important;
}

.p-r-75 {
    padding-right: 75px !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-l-1 {
    padding-left: 1px !important;
}

.p-l-3 {
    padding-left: 3px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}


.p-l-20 {
    padding-left: 20px !important;
}


.p-l-25 {
    padding-left: 25px !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.p-l-50 {
    padding-left: 50px !important;
}

.p-l-75 {
    padding-left: 75px !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-t-1 {
    padding-top: 1px !important;
}

.p-t-3 {
    padding-top: 3px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}


.p-t-20 {
    padding-top: 20px !important;
}


.p-t-25 {
    padding-top: 25px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-t-50 {
    padding-top: 50px !important;
}

.p-t-75 {
    padding-top: 75px !important;
}


.p-b-0 {
    padding-bottom: 0 !important;
}

.p-b-1 {
    padding-bottom: 1px !important;
}

.p-b-3 {
    padding-bottom: 3px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}


.p-b-20 {
    padding-bottom: 20px !important;
}


.p-b-25 {
    padding-bottom: 25px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-b-50 {
    padding-bottom: 50px !important;
}

.p-b-75 {
    padding-bottom: 75px !important;
}

/*********************  colors *************************/

.white {
    color: white !important;
}

.black {
    color: black !important;
}

.panel select.filter {
    border: 1px solid #ccc !important;
}

.select-opinion {
    margin: 0 !important;
}

/********************* birthday *********************************/

.birthday-block {
    height: 34px;
}

.birthday-input {
    display: inline-block;
    padding: 6px 12px;
    height: 34px;
    border-radius: 4px 0 0 4px !important;
}

.birthday-hidden-input {
    border:1px solid #eee;
    border-radius: 0;
    box-shadow: none;
}


.daterangepicker-container {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    width:34px;
    border-radius: 0 4px 4px 0;
}


.daterangepicker-icon {
    border: 0;
    height: 34px;
    width:34px;
}


.city-modal .modal-dialog {
    width: 700px;
}

.city-modal .modal-content {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    border-radius: 8px;
}

.city-modal .modal-body {
    padding: 24px;
}

.city-modal .close {
    margin: 0;
    display: block;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background: none;
    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
    float: none;
    opacity: 1;
}

.city-modal .close:before,
.city-modal .close:after {
    content: '';
    position: absolute;
    display: block;
    background: #999;
    height: 18px;
    width: 2px;
    left: 6px;
    top: -2px;
}

.city-modal .close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.city-modal .close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.city-modal-title {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 16px;
}

.city-modal-city {
    font-size: 16px;
    line-height: 22px;
    color: #2c73ab;
    font-weight: 600;
    margin-bottom: 30px;
}

.city-modal-control {
    display: block;
    width: 100%;
    height: 44px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: #000;
    padding: 10px 40px 10px 14px;
    background: #fff url(../images/search.svg) calc(100% - 14px) center no-repeat;
    background-size: 18px auto;
}

.city-modal-control:focus {
    border-color: #2c73ab;
}

.city-modal-list {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    column-count: 4;
}

.city-modal-item {
    width: 25%;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    white-space: nowrap;
    margin-bottom: 8px;
}

.city-modal-item span {
    color: #8b8b8b;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}

.city-modal-item span:hover {
    color: #000;
    border-bottom-color: #000;
}

.city-modal-search .suggestions-suggestions {
    border: none;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    margin-top: 10px;
}

.city-modal-search .suggestions-suggestion {
    padding: 8px;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
}

.city-modal-search .suggestions-suggestion:hover {
    background: #f2f2f2;
}

.suggestion-item-title {
    color: #000;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.suggestion-item-desc {
    color: #8b8b8b;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
}

.recommended-title {
    font-size: 32px;
    color: #2575B3;
}

/************************************** Slick **********************************/

.b-review {
    padding: 60px 0;
}

.b-review__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.b-review__heading {
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    color: #666;
    margin: 0;
}

.b-review__nav {
    display: flex;
    padding: 3px 0;
}

.b-review__arrow {
    display: block;
    border: none;
    width: 28px;
    height: 28px;
    padding: 0;
    border-radius: 3px;
    background: #F2F2F2 url(../images/ico-arrow-slider.svg) center center no-repeat;
    background-size: 6px 10px;
    margin-left: 8px;
    outline: none;
}

.b-review__arrow.slick-next {
    transform: rotate(180deg);
}

.b-review__body {
    margin-left: -15px;
    margin-right: -15px;
    visibility: hidden;
}

.b-review__item {
    outline: none;
    margin: 0 15px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
}

.b-review__main {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 20px;
}

.b-review__img {
    width: 70px;
    height: 60px;
    padding-right: 10px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.b-review__about {
    display: table-cell;
    vertical-align: middle;
}

.b-review__title {
    margin-bottom: 4px;
}

.b-review__title-link {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.b-review__name {

}

.b-review__text {
    margin-top: 10px;
    color: #828282;
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}

.b-review__date {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.2;
}

.b-rating {
    width: 100px;
    height: 20px;
    background: url(../images/stars-gray.svg) 0 0 no-repeat;
    background-size: 100px 20px;
    position: relative;
}

.b-rating:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 20px;
    background: url(../images/stars-yellow.svg) 0 0 no-repeat;
    background-size: 100px 20px;
}

.b-rating_1:before {
    width: 20px;
}

.b-rating_2:before {
    width: 40px;
}

.b-rating_3:before {
    width: 60px;
}

.b-rating_4:before {
    width: 80px;
}

.b-rating_5:before {
    width: 100px;
}


.slick-initialized {
    visibility: visible !important;
}


/************************************** End Slick **********************************/

/**************************** LAST REVIEWS *************************************/
.c-review-thumb:hover {
    box-shadow: 0 10px 50px rgba(0, 0, 0, .07);
    background-color: #fff;
}

.last-review-slider .c-reviews-thumbs-slider__item {
    min-width: 230px !important;
}

.c-reviews-thumbs-slider__item{
    display:inline-block;
    vertical-align:top;
    white-space:normal;
}

.c-review-thumb {
    padding: 20px;
    margin-right:30px;
    background-color: #fafafa;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    transition: box-shadow .2s ease-in-out;
}

.c-review-thumb__product {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.c-review-thumb__product-image-box {
    width: 70px;
    height: 60px;
    padding-right: 10px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.c-review-thumb__product-content, .c-review-thumb__product-image-box {
    display: table-cell;
    vertical-align: middle;
}

.c-review-thumb__product-name {
    font-weight: 500;
}

.c-review-thumb__product-name .c-link, .c-review-thumb__product-name .c-link-decorator a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.c-link_style_hover {
    color: #337ab7;;
}

.l-image-box {
    vertical-align: top;
    line-height: 0;
    position: relative;
}

.c-review-thumb__product-image {
    width: 50px;
}

.l-image-box > * {
    vertical-align: bottom;
}

.c-review-thumb__product-rating {
    margin-top: 6px;
    line-height: 0;
}

*, :after, :before {
    -webkit-tap-highlight-color: #0000;
}

*, .mfp-container, :after, :before, img.mfp-img {
    box-sizing: border-box;
}

.c-rating {
    white-space: nowrap;
    margin-right: -3px;
    font-size: 17px;
    line-height: 1;
}

.c-rating__star {
    vertical-align: top;
    margin-right: 3px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxOCAxNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHVzZSB4bGluazpocmVmPSIjc3Rhci1mdWxsLWEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xIC0xKSIgZmlsbD0iI0ZGREUwMCIvPjxkZWZzPjxwYXRoIGlkPSJzdGFyLWZ1bGwtYSIgZD0iTTkuNDgzIDE1LjU4MmExIDEgMCAwIDEgMS4wMzQgMGwzLjYzNCAyLjE5M2MuNzU3LjQ1OCAxLjY5MS0uMjIxIDEuNDktMS4wODNsLS45NjQtNC4xMzRhMSAxIDAgMCAxIC4zMi0uOTgzbDMuMjE1LTIuNzg2Yy42NjgtLjU3OS4zMTItMS42NzYtLjU2OS0xLjc1MmwtNC4yMzQtLjM2NWExIDEgMCAwIDEtLjgzNC0uNjA2TDEwLjkyIDIuMTdjLS4zNDUtLjgxMy0xLjQ5Ny0uODEzLTEuODQyIDBMNy40MjUgNi4wNjZhMSAxIDAgMCAxLS44MzQuNjA2bC00LjIzNy4zNjVjLS44OC4wNzYtMS4yMzcgMS4xNzItLjU3IDEuNzUybDMuMjExIDIuNzg2YTEgMSAwIDAgMSAuMzE5Ljk4MmwtLjk2IDQuMTM5Yy0uMi44Ni43MzQgMS41MzggMS40OTEgMS4wODJsMy42MzgtMi4xOTZ6Ii8+PC9kZWZzPjwvc3ZnPg==);
    width: 18px;
    height: 17px;
}

@media (max-width: 1200px) {
    .c-rating__star {
        width: 13px;
        height: 12px;
    }
}

.c-rating__star_empty, .c-rating__star_half {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxOCAxNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHVzZSB4bGluazpocmVmPSIjc3Rhci1oYWxmLWEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xIC0xKSIgZmlsbD0iI0ZGREUwMCIvPjxkZWZzPjxwYXRoIGlkPSJzdGFyLWhhbGYtYSIgZD0iTTEwIDEzLjRWNC4xbDEuNzEgNC4wMyA0LjM4LjM3LTMuMzIgMi44OS45OSA0LjI4TDEwIDEzLjR6bTguMjA5LTQuNjA4Yy42NjgtLjU4LjMxLTEuNjc4LS41Ny0xLjc1MmwtNC4yMjktLjM2YTEgMSAwIDAgMS0uODM2LS42MDZMMTAuOTIgMi4xNzJjLS4zNDUtLjgxMy0xLjQ5Ny0uODEzLTEuODQyIDBMNy40MjUgNi4wNzVhMSAxIDAgMCAxLS44MzYuNjA2bC00LjIzLjM1OWMtLjg4MS4wNzUtMS4yMzkgMS4xNzItLjU3MSAxLjc1MmwzLjIwNyAyLjc4M2ExIDEgMCAwIDEgLjMxOS45ODJsLS45NiA0LjEzOWMtLjIuODYuNzM0IDEuNTM4IDEuNDkxIDEuMDgybDMuNjM4LTIuMTk2YTEgMSAwIDAgMSAxLjAzNCAwbDMuNjM0IDIuMTkzYy43NTcuNDU4IDEuNjkxLS4yMjEgMS40OS0xLjA4M2wtLjk2NC00LjEzNGExIDEgMCAwIDEgLjMyLS45ODNsMy4yMTItMi43ODN6Ii8+PC9kZWZzPjwvc3ZnPg==);
}

.c-rating__star_empty {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxOCAxNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHVzZSB4bGluazpocmVmPSIjc3Rhci1lbXB0eS1hIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMSAtMSkiIGZpbGw9IiNFMEUwRTAiLz48ZGVmcz48cGF0aCBpZD0ic3Rhci1lbXB0eS1hIiBkPSJNOS40ODMgMTUuNTgyYTEgMSAwIDAgMSAxLjAzNCAwbDMuNjM0IDIuMTkzYy43NTcuNDU4IDEuNjkxLS4yMjEgMS40OS0xLjA4M2wtLjk2NC00LjEzNGExIDEgMCAwIDEgLjMyLS45ODNsMy4yMTUtMi43ODZjLjY2OC0uNTc5LjMxMi0xLjY3Ni0uNTY5LTEuNzUybC00LjIzNC0uMzY1YTEgMSAwIDAgMS0uODM0LS42MDZMMTAuOTIgMi4xN2MtLjM0NS0uODEzLTEuNDk3LS44MTMtMS44NDIgMEw3LjQyNSA2LjA2NmExIDEgMCAwIDEtLjgzNC42MDZsLTQuMjM3LjM2NWMtLjg4LjA3Ni0xLjIzNyAxLjE3Mi0uNTcgMS43NTJsMy4yMTEgMi43ODZhMSAxIDAgMCAxIC4zMTkuOTgybC0uOTYgNC4xMzljLS4yLjg2LjczNCAxLjUzOCAxLjQ5MSAxLjA4MmwzLjYzOC0yLjE5NnoiLz48L2RlZnM+PC9zdmc+);
}

.c-rating, .c-rating__star, .l-image-box {
    display: inline-block;
}

.c-review-thumb__author {
    margin-top: 20px;
}

.c-review-thumb__text {
    margin-top: 10px;
    color: #828282;
    height: 63px;
    overflow: hidden;
}

.c-review-thumb__date {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.2;
}

/**************************** END OF LAST REVIEWS *************************************/

/****************************  REVIEWS CONTEST *************************************/


.contest-banner {
    padding: 20px 88px;
    background: url(../images/review-contest/banner-review-prize.jpg) 0 0 no-repeat;
    border-radius: 12px;
    max-width: 1216px;
    height: 316px;
    margin-bottom: 44px;
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 1.34;
    letter-spacing: -0.035em;
    color: #FFFFFF;
}

.social-share {
    display: flex;
    justify-content: center;
    margin-bottom: 44px;
}

.social-share__item {
    margin: 0 10px;
}

.social-share__btn {
    display: block;
    min-width: 100px;
    padding: 12px 12px 12px 60px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    border-radius: 23px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position-y: center;
}

.social-share__btn:hover {
    color: #fff;
    text-decoration: none;
}

.social-share__btn_vk {
    background-color: #1777D0;
    background-image: url(../images/review-contest/ico-share-vk.svg);
    background-size: 27px auto;
    background-position-x: 18px;
}

.social-share__btn_fb {
    background-color: #3887FD;
    background-image: url(../images/review-contest/ico-share-fb.svg);
    background-size: 12px auto;
    background-position-x: 22px;
}

.social-share__btn_tw {
    background-color: #54B5FC;
    background-image: url(../images/review-contest/ico-share-tw.svg);
    background-size: 20px auto;
    background-position-x: 21px;
}

.social-share__btn_ok {
    background-color: #FE7816;
    background-image: url(../images/review-contest/ico-share-ok.svg);
    background-size: 13px auto;
    background-position-x: 21px;
}

.contest-prize {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.contest-prize__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 4px solid #2D9CDB;
    border-radius: 24px;
    position: relative;
    margin: 0 25px 30px 25px;
    width: 244px;
    height: 320px;
}

.contest-prize__num {
    position: absolute;
    top: -30px;
    left: -30px;
    font-weight: 900;
    font-size: 25px;
    line-height: 28px;
    padding-top: 24px;
    text-align: center;
    color: #009FE3;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    background: #fff url(../images/review-contest/ico-plate.svg) center 12px / 52px auto no-repeat;
}

.contest-prize__sum {
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #009FE3;
}

.contest-prize__desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #848484;
}

.contest-how {
    margin-bottom: 130px;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.contest-how__head {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.166666666666667;
    color: #848484;
    text-align: center;
    margin-bottom: 60px;
}

.contest-how__item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contest-how__item:last-child {
    margin-bottom: 0;
}

.contest-how__item:nth-child(2n+2) {
    flex-direction: row-reverse;
}

.contest-how__img {
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
}

.contest-how__item:nth-child(2n+2) .contest-how__img {
    margin-right: 0;
    margin-left: 40px;
}

.contest-how__desc {
    flex-basis: 0;
    flex-grow: 1;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    color: #4B4B4B;
}

.contest-faq {
    margin-bottom: 100px;
}

.contest-faq__item {
    background: #F3F3F3;
    border-radius: 9px;
    margin-bottom: 24px;
}

.contest-faq__head {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #848484;
    padding: 30px 36px;
    position: relative;
    cursor: pointer;
}

.contest-faq__head:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 38px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(../images/review-contest/ico-faq-arrow.svg) center center / 20px 20px no-repeat;
    transition: all .3s;
}

.contest-faq__item_open .contest-faq__head:before {
    transform: rotate(180deg);
}

.contest-faq__body {
    display: none;
    padding: 0 16px 16px 16px;
}

.contest-faq__desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    background-color: #fff;
    padding: 16px;
}

@media (max-width: 767px) {
    .contest-banner {
        padding-left: 30px;
        padding-right: 30px;
    }

    .contest-prize {
        margin-left: -15px;
        margin-right: -15px;
        flex-wrap: wrap;
    }

    .contest-prize__item {
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (max-width: 640px) {
    .contest-banner {
        font-size: 36px;
        height: auto;
    }

    .social-share {
        flex-wrap: wrap;
    }

    .social-share__item {
        margin: 5px;
    }

    .social-share__btn {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .contest-how__item {
        display: block;
        text-align: center;
    }

    .contest-how__img,
    .contest-how__item:nth-child(2n+2) .contest-how__img {
        margin-right: auto;
        margin-left: auto;
    }

    .contest-prize__item {
        height: 220px;
    }

    .contest-faq__head {
        padding: 24px 36px 24px 16px;
    }

    .contest-faq__head:before {
        right: 16px;
    }
}

@media (max-width: 480px) {
    .contest-banner {
        font-size: 26px;
        padding: 20px 15px;
    }

    .contest-how {
        margin-bottom: 60px;
    }

    .contest-how__head {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .contest-how__item {
        margin-bottom: 30px;
    }

    .contest-how__desc {
        font-size: 18px;
    }

    .contest-how__desc br {
        display: none;
    }

    .contest-faq__head {
        font-size: 18px;
        line-height: 22px;
    }

    .contest-faq__desc {
        font-size: 14px;
        line-height: 22px;
    }
}

/**************************** END OF REVIEWS CONTEST *************************************/

.favorites {
    cursor: pointer;
    width: 100%;
    text-align: center;
    position: relative;
    top: 5px;
}

.favorites svg {
    width: 20px;
}

.favorites-line, .article-line {
    font-size: 16px;
    color: #222;
    cursor: pointer;
}

.favorites-line:hover {
    color: #888;
}


.favorites-block {
    cursor: pointer;
    width: 100%;
    text-align: center;
    position: relative;
    top: 3px;
}

.favorites-block img {
    width: 20px;
}

.favorites-block svg {
    width: 20px;
}

.flex-box {
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.heart-red {
    fill:#DD0B2B;
}

.heart-red:hover {
    fill: #e54359;
}

.heart-bg-red {
    fill:#DD0B2B;
}

.heart-bg-red:hover {
    fill: #e54359;
}

.label-act {
    float: right;
    width:100px;
    display: block;
    position: absolute;
    right: 50px;
    z-index: 1000;
}

.gift-image {
    float: right;
    width:100px;
    display: block;
    position: relative;
    right: 25px;
    z-index: 1000;
}


.kit-button {
    width:358px;
    height:52px;
    background: #fff url(../images/kit.svg) no-repeat;
    color:#fff;
    border: 0;
    text-align: left;
    padding-left: 25px;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*****************************  colors ********************/
.white {
    color: white !important;
}

.b-white {
    background-color: white !important;
}

.black {
    color: black !important;
}

.red {
    color: red;
}


.blue {
    color: #2575b3;
}

.border-blue {
    border-color: #2575B3;
}

.pointer {
    cursor: pointer;
}

/***************************** end colors ********************/