

/* Start:/bitrix/templates/euroset2016/components/bitrix/catalog/euroset/style.css?156149935623292*/
.catalog-page .block-content {
    overflow: hidden;
    position: relative;
    min-height: 1150px;
}

.catalog-page .block-content .prod-buttons {
    position: relative;
}
/*

.catalog-page .block-content .top-block .menu-button-block {
    display: none;
}
*/

.catalog-page .block-content .top-block {
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    border-bottom: 1px solid #e0e0e0;
    width: auto;
    display: block;
}

.catalog-page .block-content .top-block .breadcrumbs-block {
    display: block;
    width: 100%;
    box-shadow: none;
    border: 0;
}

@media (max-width: 1024px) {
    /* Tablet */
    .catalog-page .block-content .top-block {
        border-bottom: 0;
        position: relative;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-top:17px;
    }

    .catalog-page .block-content .top-block .breadcrumbs-block {
        width: 82%;
        display: table-cell;
    }

    .catalog-page .block-menu-item-container {
        height: 0;
    }

    .catalog-page .block-content .top-block .menu-button-block {
        /*display: block;*/
    }

    .catalog-page .block-button-menu {
        width: auto;
        float: left;
        display: block;
        box-sizing: border-box;
        text-align: left;
        padding: 0;
    }

    .catalog-page .top-block .menu-button-block button.catalog-menu {
        background: #fce635;
        width: 174px;
        height: 40px;
        border: 0;
        color: #212121;
    }

}

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

.catalog-tags li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 5px;

}

.catalog-tags a {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    color: #616161;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 5px 10px;
}
.block-content.euroset20 .catalog-tags{
    text-align: center;
}
.block-content.euroset20 .catalog-tags a{
    padding: 8px 10px;
    background-color: #696969;
    color: #fff;
}

.catalog-tags a:hover,
.catalog-tags a:focus {
    border: 1px solid #e0e0e0;
}
.block-content.euroset20 .catalog-tags a:hover,
.block-content.euroset20 .catalog-tags a:focus{
    color: #616161;
    background-color: #ffe735;

}
.catalog-tags--large {
    margin-bottom: 20px;
}

.catalog-tags--large a {
    padding: 12px 15px;
}

.category-title {
    text-transform: uppercase;
}

.category-title--sub {

}

.category-sort {
    margin-bottom: 20px;
    overflow: hidden;
}

.category-sort-center,
.category-sort-left,
.category-sort-right {
    height: 40px;
    padding: 6px 12px;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-sizing: border-box; /* Р”Р»СЏ Firefox */
    box-sizing: border-box; /* РЁРёСЂРёРЅР° Р±Р»РѕРєР° СЃ РїРѕР»СЏРјРё */
    overflow: hidden;
}

.category-sort-left {
    float: left;
}

.category-sort-right {
    /*float: right;*/
    float: none;
}

.category-sort-center {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.productsList-controls {
    text-align: center;
    margin-right: 2.5%;
    float: left;
    width: 97.5%;
}

.btn-infinity,
.btn-pager {
    font-size: 0;
}

.btn-infinity:after {
    content: '';
    display: block;
    background-position: -121px -212px;
    width: 23px;
    height: 11px;
}

.btn-pager:after {
    content: '';
    display: block;
    background-position:  -248px -182px;
    width: 38px;
    height: 14px;
}

.sort-item .btn.display {
    display: none;
}

.btn-bool:after {
    content: '';
    display: inline-block;
    background-position:  -188px -160px;
    width: 8px;
    height: 9px;
    margin-left: 5px;
}

.btn-bool.btn-active#sort_1:after {
    background-position: -180px -160px;
}

.btn-bool.btn-active#sort_2:after {
    background-position: -196px -160px;
}


.btn-bool-up:after {
    background-position: -204px -160px;
}

.btn-bool.btn-active:after {
    background-position: -180px -160px;
}

.btn-bool-up.btn-active:after {
    background-position: -196px -160px;
}

.sort-item {
    white-space: nowrap;
    z-index: 3;
}

.sort-item-label {
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.sort-item .btn {
    height: 26px;
    padding: 0px 7px;
    box-sizing: border-box;
    margin: 0 0 0 5px;
    vertical-align: middle;
}

.sort-list.mobile {
    display: none;
    padding-top: 20px;
    margin-top: -20px;
    z-index: 2;
}
@media (min-width: 640px) {
    .sort-list.mobile {
        display: none!important;
    }
}
.sort-list.mobile {
    display: none;
    padding-top: 20px;
    margin-top: -20px;
    z-index: 2;
}

.sort-list {
    position: absolute;
    display: block;
    z-index: 100;
    background: #fff;
    -webkit-box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 10px;
}

.category-sort .sort-list .btn {
    display: block;
    height: 35px;
}

.category-filter-reset {
    position: relative;
    color: #616161;
    font-size: 14px;
    line-height: 14px;
    padding: 17px 10px;
    border-bottom: 1px solid #eee;
}

.category-filter-reset .btn-reset {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 3px;
    border: 0;
}

.category-filter-reset .btn-reset span {
    display: block;
    background-position: -107px -212px;
    width: 10px;
    height: 10px;
}

.category-filter-find {
    color: #616161;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    display: none;
    border: 0;
    background-color: #ffe735;
    position: relative;
}

.category-filter-find:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 17px;
    position: relative;
    top: -3px;
    margin-left: 20px;
    background-position: -190px -180px;
}

.category-subtitle {
    text-transform: uppercase;
}

.category-subtitle a {
    border: 0;
    color: inherit;
}

.category-subtitle span {
    text-transform: none;
    font-size: 85%;
    color: #616161;
}

.productsList-full {
    margin-right: -20px;
}

.productsList-full .product-card {
    margin-right: 1.9%;
    width: 18.1%;
}

.product-banner {
    display: block;
    margin-bottom: 20px;
    margin-right: 2.5%;
}

.product-banner img {
    width: 100%;
}

.category-filter {
    float: right;    
}
.category-filter.not-show {
    display: none;
}
.category-filter > div {
    background-color: white;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    width: 240px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 0;
    overflow:hidden;
    margin-top:20px;
}
.category-filter > div:first-of-type {
    margin-top:0;
}

.filter-item {
    padding: 0px 15px;
    border-bottom: 1px solid #eee;
}

.filter-item-availability {
    color: #212121;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    position: relative;
    padding: 12px 5px 4px;
    cursor: pointer;
}

.filter-item-header {
    color: #9e9e9e;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    position: relative;
    padding: 15px 0;
    cursor: pointer;
}

.filter-item-header:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    /**
    margin-top: -1px;
    background-position: -307px -212px;
    width: 10px;
    height: 2px;
    **/
    margin-top: -4px;
    background-position: -25px -191px;
    width: 13px;
    height: 8px;
}

.filter-item-header.close:after {
    background-position: -25px -181px;
}

.filter-item-label {

}

.filter-item-label em {
    color: #dbdbdb;
    text-transform: none;
    font-style: normal;
}

.filter-item-inner {
    padding-bottom: 10px;
}

.filter-item .checkbox {
    margin-bottom: 8px;
}
@media (min-width: 1200px) {
    .filter-item .checkbox {
        min-width: 97px;
    }
}

.checkbox-cols {

}

.checkbox-col {
    float: left;
    width: 50%;
    padding-left: 12px;
    box-sizing: border-box;
}

.filter-slider {

}

.filter-slider-item {
    float: left;
    width: 50%;
    white-space: nowrap;
    padding-left: 20px;
    position: relative;
    box-sizing: border-box;
}

.filter-slider-label {
    position: absolute;
    top: 5px;
    left: 0;
    color: #dbdbdb;
    font-size: 14px;
    line-height: 14px;
}

.filter-slider-wrap {
    overflow: hidden;
    margin-bottom: 20px;
}

.filter-slider-item .slider-value {
    width: 75px;
    box-sizing: border-box;
}

.slider-main {
    margin-bottom: 10px;
}

.filter-checkboxs {
    /*padding-left: 12px;*/
}

.filter-checkboxs label {
    display: block;
    padding-left: 24px;
}
@media (max-width: 899px) {
    .filter-checkboxs label {
        display: inline;
    }
}

.filter-checkboxs [type="checkbox"] {
    display: none;
}

.filter-checkboxs [type="checkbox"]:not(checked) + label:before {
    left: 0;
    top: 2px;
}
@media (max-width: 899px) {
    .filter-checkboxs [type="checkbox"]:not(checked) + label:before {
        top: 0;
    }
}

.filter-checkboxs .checkbox-parent {
    position: relative;
}

.filter-checkboxs .checkbox-parent label {
    margin-bottom: 12px;
}

.filter-checkboxs .checkbox-parent:after {
    content: '';
    display: block;
    width: 1px;
    background-color: #eeeeee;
    position: absolute;
    top: 17px;
    bottom: 0;
    left: 7px;
}

.filter-checkboxs .checkbox-parent .checkbox {
    margin-left: 20px;
}

.filter-checkboxs .checkbox-child {
    position: relative;
}

.filter-checkboxs .checkbox-child:after {
    content: '';
    display: block;
    width: 14px;
    height: 1px;
    background-color: #eeeeee;
    position: absolute;
    top: 10px;
    left: -13px;
}

.filter-checkboxs .checkbox-child:last-child:before {
    content: '';
    display: block;
    width: 1px;
    background-color: #fff;
    position: absolute;
    top: 11px;
    bottom: 0;
    left: -13px;
    z-index: 10;
}

.filter-checkboxs .checkbox-inner {
    position: relative;
}

.filter-checkboxs .checkbox-inner:before {
    content: '';
    width: 1px;
    display: block;
    position: absolute;
    top: 11px;
    bottom: 0;
    left: 7px;
    background-color: #eeeeee;
}

.slider-main.ui-slider-horizontal {
    height: 8px;
    background-color: whitesmoke;
    border: 1px solid #e0e0e0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.slider-main .ui-slider-handle {
    top: -5px;
    border: 4px solid #ffe735;
    background-color: #fff;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.slider-main .ui-slider-handle:focus {
    outline: none;
}

.category-control-top {
    position: relative;
    padding-top: 20px;
}

.category-count {
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.category-control-top .checkbox {
    margin-left: 25px;
    display: none;
}

.category-control-top button {
    margin-left: 30px;
    height: 40px;
    color: #616161;
    font-size: 16px;
    width: 140px;
    display: none;
}

.title-wrap {

}

.title-wrap-left {
    float: left;
}

.title-wrap-left .category-title {
    text-transform: none;

}

.title-wrap-right {
    float: right;
}

@media (max-width: 983px) {

}

@media (max-width: 1220px) {
    .category-sort-left,
    .category-sort-right {
        padding: 0;

    }

    .sort-item-label {
        float: left;
        line-height: 38px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .sort-item .btn {
        height: 37px;
        box-sizing: border-box;
        margin: 0;
        border-radius: 0;
        float: left;
        border: 0;
        border-left: 1px solid #e0e0e0;
    }

    .sort-item .btn:last-child {
        border-radius: 0;
    }

    .sort-item .btn:last-child:before {
        border-radius: 0;
    }

    .sort-item .btn-active:before {
        border-radius: 0;
        border-width: 3px;
        top: 0;
    }

    .sort-item .btn-pager {
        padding: 0px 9px;
    }

}

@media (max-width: 899px) {
    .catalog-page .block-content .product-banner {
        margin-right: 0;
    }
    .filter-item-availability {
        padding: 12px 5px 4px 24px;
    }
}

@media (max-width: 719px) {

    .catalog-page .block-content .top-block .breadcrumbs-block {
        width: 100%;
        display: block;
        border-bottom: 1px solid #e0e0e0;
    }

    .catalog-page .block-content .top-block {
        padding-top:0;
    }

}

@media (max-width: 639px) {
    /* Mobile */
    .category-sort-right {
        float: right;
    }

    .catalog-page .block-content .top-block .menu-button-block {
        display: none;
    }

    .catalog-page .title-wrap-left {
        padding-top: 10px;
    }

    .catalog-page .block-content .top-block {
        margin-top: -20px;
        margin-left: -20px;
        margin-right: -20px;
        border-bottom: 1px solid #e0e0e0;
        width: auto;
        display: block;
    }

    .catalog-page .block-content .category-title,
    .catalog-page .block-content .catalog-tags,
    .catalog-page .block-content .category-subtitle {
        padding: 0 20px;
    }

    .catalog-page .block-content .productsList {
        margin: 0;
        border-top: 1px solid #e0e0e0;
    }

    .catalog-page .block-content .productsList-full {
        margin: 0;
    }

    .catalog-page .block-content .product-card:nth-child(4n) {
        display: block !important;
    }

    .catalog-page .block-content .product-card:nth-child(4n-1) {
        margin-right: 0;
    }

    .catalog-page .block-content .product-card {
        width: 50% !important;
        margin: 0;
        border-radius: 0;
        border-bottom: 0;
        box-sizing: border-box;
        border-bottom: 1px solid #e0e0e0;
    }

    .catalog-page .block-content .product-card:nth-child(even) {
        border-left: 1px solid #e0e0e0;
    }

    .catalog-page .block-content .product-card .item {
        border-radius: 0;
        box-shadow: none;
    }

    .catalog-page .block-content .product-card .action-msi {
        left: -5px;
    }

    .catalog-page .block-content .product-banner {
        display: none;
    }

    .category-sort-left,
    .category-sort-right {
        width: 49%;
        margin: 0;
        box-sizing: border-box;
        height: auto;
    }

    .category-sort-right {
        margin-left: 2%;
    }

    .category-count {
        line-height: 40px;
        float: left;
        width: 49%;
        text-align: center;
    }

    .category-control-top button {
        float: left;
        width: 49%;
        margin-left: 2%;
        box-sizing: border-box;
    }

    .sort-item-label {
        display: block;
        float: none;
    }

    .category-sort {
        padding: 0 20px;
    }

    .btn-infinity,
    .btn-pager {
        font-size: 16px;
    }

    .btn-infinity:after,
    .btn-pager:after {
        display: none;
    }

    .category-sort .btn {
        display: none;
        float: none;
        height: auto;
        border: 0;
        padding: 0 10px;
        margin: 0;
    }

    .category-sort .btn:before {
        display: none;
    }

    .category-sort .btn-active {
        display: block;
    }

    .sort-item-label {
        white-space: normal;
        line-height: 18px;
    }

    .sort-item {
        padding: 5px 0;
        position: relative;
    }

    .sort-item .mobile {
        position: absolute;
        top: 20px;
        right: 8px;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .sort-item .mobile:after {
        content: '';
        display: block;
        width: 13px;
        height: 8px;
        background-position:  -25px -181px;
    }

    .catalog-page .block-content .brands {
        display: none;
    }

    .catalog-page .block-content .main-top-container {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    .selected-filters {
        display: none;
    }

    .category-control-top {
        overflow: hidden;
        margin-bottom: 15px;
    }

    .category-control-top .checkbox {
        display: none !important;
    }

    .catalog-tags--large {
        display: none;
    }

    .catalog-page .block-content .breadcrumbs-block {
        border-bottom: 1px solid #e0e0e0;
        left: 0;
        right: 0;
        top: 20px;
        padding-left: 20px;
    }

    .block-menu-item-container {
        height: 38px;
    }

    .title-wrap {
        padding: 0 20px;
    }

    .title-wrap-right,
    .title-wrap-left {
        float: none;
    }

    .category-control-top {
        padding-top: 0;
    }
}

@media (max-width: 899px) {

    .category-control-top .checkbox,
    .category-control-top button {
        display: inline-block;
        vertical-align: middle;
    }
    .category-control-top button.not-show {
        display: none;
    }

    .category-filter-find {
        display: block;
    }

    .category-filter-wrap,
    .category-filter {
        display: none;
    }

    .category-filter-wrap.show {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 0.3;
        background-color: black;
        z-index: 90;
    }

    .category-filter {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 100;
    }
    
    .category-filter > div {
        border-radius: 0;
        box-shadow: none;
        width: 250px;
        overflow: hidden;
        -webkit-transition: right 0.4s ease-in;
        -moz-transition: right 0.4s ease-in;
        -o-transition: right 0.4s ease-in;
        transition: right 0.4s ease-in;
        margin-top:0px;
    }

    .category-filter.closed {
        right: -250px;
    }

    .category-control-top .checkbox [type="checkbox"]:not(checked) + label:before,
    .category-filter [type="checkbox"]:not(checked) + label:before {
        width: 20px;
        height: 20px;
        background-position:  -100px -182px;
    }

    .category-control-top .checkbox [type="checkbox"]:checked + label:before,
    .category-filter [type="checkbox"]:checked + label:before {
        background-position:  -120px -182px;
        width: 20px;
        height: 20px;
    }

    .category-control-top .checkbox label,
    .filter-item-label {
        color: #212121;
        font-size: 16px;
        font-weight: normal;
        line-height: 14px;
    }

    .category-filter-reset {
        color: #616161;
        font-size: 16px;
        font-weight: 600;
        line-height: 14px;
        padding: 23px 15px;
    }

    .category-filter-reset .btn-reset {
        margin-top: -18px;
    }

    .category-control-top .checkbox input,
    .category-filter .checkbox input {
        display: none;
    }

    .category-filter .checkbox label {
        color: #212121;
        font-size: 16px;
        font-weight: 400;
        line-height: 14px;
    }

    .checkbox-col {
        float: left;
        width: 50%;
        box-sizing: border-box;
    }

    .filter-item .checkbox {

    }

    .filter-item .checkbox {
        margin-bottom: 14px;
    }

    .filter-item-header {
        padding: 15px 0 20px;
    }

    .category-control-top .checkbox {
        margin-left: 60px;
    }

    .category-filter .filter-item .checkbox-col .checkbox {
        margin-left: 15px;
    }
}

@media (max-width: 899px) {
    .productsList-full .product-card {
        width: 31.6%;
    }
}

@media (max-width: 1365px) {
    .productsList-full .product-card {
        width: 30.83%;
    }

    .productsList-full .product-card:nth-child(4),
    .productsList-full .product-card:nth-child(5) {
        display: none;
    }
}

.brands {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    margin-right: 2.5%;
}

.brands .brand-block {
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 25px;
    max-width: 120px;
   /* min-width: 110px;*/
    text-align: center;
}

.brand-block .brand-logo {
    display: block;
    margin-bottom: 8px;
    height: 26px;
    border-bottom: none;
}

.brand-block .brand-text {
    font-size: 10pt;
    display: block;
    color: #565656;
    border-bottom: none;
}

.block-content .seo-content-block {
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    margin: 2px 0px 0 0px;
    background-color: white;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 9px 18px;
    margin-right: 2.5%;
}

.seo-content-block .seo-info {
    margin-bottom: 32px;
}

.seo-content-block h1, .seo-content-block h2 {
    text-align: center;
    text-transform: uppercase;
    margin: 18px 0;
}

.seo-content-block h2 {
    margin-top: 30px;
}

.seo-content-block p {
    line-height: 1.2;
    margin: 18px 0;
}

.seo-content-block p.small {
    font-size: 9.5pt;
    color: #949494;
    line-height: 1.1;
}

.seo-content-block a {
    border-bottom: none;
}

.block-content .show-type {
    text-align: center;
    float: none;
    padding-left: 48.7%;
    margin-bottom: 16px;
}

.show-type .category-sort-center {
    height: 40px;
    padding: 6px 12px;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-sizing: border-box; /* Р”Р»СЏ Firefox */
    box-sizing: border-box; /* РЁРёСЂРёРЅР° Р±Р»РѕРєР° СЃ РїРѕР»СЏРјРё */
    width: 290px;
    float: none;
    margin-left: -145px;
}

@media all and (max-width: 1179px) {
    /* Tablet */
    .seo-content-block:not(.show-on-mobile) {
        display: none;
    }
}

@media (max-width: 899px) {
    .block-content .seo-content-block {
        margin-right:0;
    }
    .bottom-elements {
        margin-right: 0;
    }
}

@media (max-width: 639px) {

    .block-content .seo-content-block {
        border-radius:0;
        border-width: 1px 0 0;
    }

}


.btn {
    color: #616161;
    padding: 0px 18px;
    height: 36px;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 1%;
}
.btn-active {
    position: relative;
    color: #212121;
    border-color: transparent;
}
.btn-active:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border: 2px solid #ffe735;
    border-radius: 10px;
}

.productsList .status_block span.label.label-0.label-yota {
    background-color: #00aeef;
}
.yota-banner {
    text-align: center;
    margin-bottom: 50px;
}
.yota-banner a{
    text-decoration: none;
}
.yota-banner a img{
    border: none;
    max-width: 100%;
}
/* End */


/* Start:/bitrix/templates/euroset2016/components/bitrix/catalog/euroset/bitrix/catalog.element/.default/style.css?1561499356114582*/

.product-info {
    padding: 23px 20px 0 20px;
    position: relative;
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.product-info .prod-info-row {
    display: table-row;
}

.product-info .prod-info-row .prod-info-right-block {
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
}

.product-info .prod-info-title {
    position: relative;
    display: table-cell;
}

.product-info .prod-info-title h1 {
    margin: 0;
    line-height: 1.2em;
}

@media all and (max-width: 719px)
{
    .product-info .prod-info-title h1 {
        font-size:16px;
        padding-top:8px;
    }
}

.product-info .prod-info-block {
    display: table;
    width: 100%;
}

.product-info .prod-info-block-row {
    display: table-row;
}

.product-info .prod-info-block .prod-info-brand img {
    display: block;
    max-height: 30px;
    max-width: 150px;
}

.product-info .prod-info-block .prod-info-block-row .prod-info-text {
    display: table-cell;
    vertical-align: middle;
}

.product-info .prod-info-text-table {
    display: table;
    float: right;
}

.product-info .prod-info-text-row {
    display: table-row;
}

.product-info .prod-info-text-row > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 36px 0 0;
    width: auto;
    box-sizing: border-box;
}

.product-info .prod-info-block .prod-info-buttons {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
}

.product-info .prod-info-block .prod-info-buttons > * {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
}

.product-info .prod-info-block .prod-info-buttons > *:before {
    content: "";
    cursor: pointer;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}

.product-info .prod-info-block .prod-info-buttons > .prod-info-share {
    width: 33px;
    height: 33px;
}

.product-info .prod-info-block .prod-info-buttons > .prod-info-share:before {
    background-position: -60px -160px;
    width: 18px;
    height: 20px;
    margin-top: -9px;
    margin-left: -10px;
}

.product-info .prod-info-block .prod-info-buttons > .prod-info-share:hover:before {
    background-position: -78px -160px;
}

.product-info .prod-info-block .prod-info-buttons > .prod-info-print {
    width: 33px;
    height: 33px;
}

.product-info .prod-info-block .prod-info-buttons > .prod-info-print:before {
    background-position: -282px -212px;
    width: 21px;
    height: 20px;
    margin-top: -9px;
    margin-left: -10px;
}

.product-info .share-buttons-block {
    display: none;
    position: absolute;
    left: -8px;
    top: 33px;
    z-index: 10;
    padding: 0;
    margin: 0;
    width: 50px;
    background: #fff;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.product-info .prod-info-block .prod-info-buttons > .prod-info-share:hover > .share-buttons-block {
    display: block;
}

.product-info ul.share-buttons-block li {
    list-style: none;
    text-align: center;
}

.product-info ul.share-buttons-block li:hover {
    background: #f5f5f5;
}

.product-info ul.share-buttons-block li a {
    display: block;
    padding: 8px;
    border-bottom: 1px solid #eeeeee;
}

.product-info ul.share-buttons-block li:last-child a {
    border: 0;
}

.product-info .share-buttons-block .share-vk:before {
    content: "";
    background-position:-349px -358px;
    width: 23px;
    height: 15px;
    margin-top:4px;
    cursor: pointer;
    display: inline-block;
}

.product-info .share-buttons-block .share-fb:before {
    content: "";
    background-position: -239px -350px;
    width: 11px;
    height: 22px;
    cursor: pointer;
    display: inline-block;
}

.product-info .share-buttons-block .share-tw:before {
    content: "";
    background-position: -257px -349px;
    width: 22px;
    height: 19px;
    cursor: pointer;
    display: inline-block;
}

.product-info .share-buttons-block .share-g:before {
    content: "";
    background-position: -279px -350px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    display: inline-block;
    background-size: 100%;
}

.product-info .share-buttons-block .share-ok:before {
    content: "";
    background-position: -335px -351px;
    width: 14px;
    height: 22px;
    cursor: pointer;
    display: inline-block;
}

.product-info .share-buttons-block .share-vib,
.product-info .share-buttons-block .share-wh {
    display: none;
}

.product-info .share-buttons-block .share-vib:before {
    content: "";
    background-position: -305px -342px;
    width: 27px;
    height: 30px;
    cursor: pointer;
    display: inline-block;
}

.product-info .share-buttons-block .share-wh:before {
    content: "";
    background-position: -277px -320px;
    width: 27px;
    height: 27px;
    cursor: pointer;
    display: inline-block;
}

.product-info .prod-info-block .prod-info-block-row .prod-info-text .prod-info-title {
    padding-right: 18px;
}

.product-info .prod-info-block .prod-info-block-row .prod-info-text .prod-info-brand {
    padding-left: 0;
}

.product-info .prod-info-block .prod-info-block-row .prod-info-text .prod-info-rating {
    padding: 0 0 0 18px;
}

.product-info .prod-info-block .prod-info-block-row .prod-info-text .prod-info-stars {
    padding: 0 0 0 5px;
}

.product-info .prod-info-block .prod-info-block-row .prod-info-text .prod-info-stars div {
    margin: 0;
    padding: 0;
}

.product-info .prod-info-article .title,
.product-info .prod-info-rating .title {
    color: #9e9e9e;
    font-size: 1em;
}

.product-info .prod-info-article .content {
    color: #212121;
    padding-left: 5px;
}

.product-info .star-rating,
.reviews-outer .review-rating .star-rating,
.product-outer .reviews-outer .star-rating,
.product-outer .add-reviews-block .star-rating {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAMCAYAAABvEu28AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjY4MTJGQzE2RUFCMTFFNkJGODZENTQ1RTUyQzk3RjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjY4MTJGQzI2RUFCMTFFNkJGODZENTQ1RTUyQzk3RjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNjgxMkZCRjZFQUIxMUU2QkY4NkQ1NDVFNTJDOTdGNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNjgxMkZDMDZFQUIxMUU2QkY4NkQ1NDVFNTJDOTdGNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhFwxNIAAAFYSURBVHjajJE9a4NQFIavn5iI/oRCOyaInVoKFcQtU8dOXbN1LzQUOvQfdGn3Qof+ApGgdAh0FBQCnbpmNX7UGPteiRCMJn3h4PF6z+N7zmHKsiRUDMOQphzHueA47i1N0/PRaLRofq9rqViyR/1+/1GW5WNFUe7IATFdjlzXvVRV9VMURQJHUZIkJ4ZhLLoc7YBs2z7lef4ITu4RZ4IgkCzLyHK5/Ijj+BX3fizLmneCPM97xzyuEQQgIkkSoW7oe1EU1FUVNN/ExDTNpxrE1wkKvV6vV4FYlq2C5tUgkdfg9XpNIeg0+eqcke/7YxS8tG1wSxFavNJ1fbp3RkEQjDGXLtgv2jM1TZsdXD8uftMZtCnPczGKonnbtx3QarUabP9pW5v5DP4FQktabRuFHsC3eIZ1+9io1gbimwfYFAfIDG1MhsPhdHP8HIbhDc4fAOPaQH8CDADPRbMXyk7jKwAAAABJRU5ErkJggg==") top left repeat-x;
    width: 90px;
    height: 12px;
    max-width: 90px;
}

.product-info .current-rating,
.reviews-outer .review-rating .current-rating,
.product-outer .add-reviews-block .current-rating {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAMCAMAAABYzB2OAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjM0MEQ2M0Q2RUFDMTFFNjlFNTdFOEJCN0Y5MDRBMzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjM0MEQ2M0U2RUFDMTFFNjlFNTdFOEJCN0Y5MDRBMzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMzQwRDYzQjZFQUMxMUU2OUU1N0U4QkI3RjkwNEEzOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMzQwRDYzQzZFQUMxMUU2OUU1N0U4QkI3RjkwNEEzOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnP2bLcAAABgUExURQAAAP/////VAPPbAPnYAPraAPfcAPfdAPjdAPjbAPncAPfcAPjcAPjbAPjcAPncAPjbAPnbAPndAPjbAPjdAPrcAPndAPnbAPjcAPjdAPrbAPrdAPjdAPjbAPjdAPjbAF2KiWsAAAAfdFJOUwAAEhUnMDk8QkVOXWZpbHuNmZyoq7rAxsnV297z9vlanfR4AAAAYUlEQVQI113OVxKAMAgEUGOJiSX2Xvb+tzRGIo78MLyBHQIhgrvkFrku7Ew0oP5RCuzRl5JsBtDr2FMHruqhkuXQdFh42dWbRXZKjle0FTIZopSpAUazACVTOyn7Zb4aRxfsAwmsABIOEAAAAABJRU5ErkJggg==") top left repeat-x;
    width: 50%;
    height: 12px;
    max-width: 100%;
}

@media all and (max-width: 1024px){
    /*????? 900>=x >1180 Tablet*/

    .product-info {
        display: block;
        padding-top:0;
        padding-right:16px;
    }

    .product-info .prod-info-text-table {
        float: none;
    }

    .product-info .prod-info-block {
        margin: 0;
    }

    .product-info .prod-info-block .prod-info-buttons > .prod-info-print {
        display: none;
    }

    .product-info .prod-info-row,
    .product-info .prod-info-row .prod-info-title,
    .product-info .prod-info-row .prod-info-right-block {
        /*display: block;*/
    }

    .product-info .prod-info-title {
        width: 100%;
        padding-bottom: 17px;
    }

    .product-info .prod-info-row .prod-info-right-block {
        width: 100%;
        vertical-align:top;
    }

    .product-info .prod-info-article {
        white-space: nowrap;
    }

    .product-info .prod-info-article .title,
    .product-info .prod-info-article .content,
    .product-info .prod-info-rating .title {
        font-size: 1.14em;
    }

    .product-info .share-buttons-block .share-vib,
    .product-info .share-buttons-block .share-wh {
        display: block;
    }

    .product-info .prod-info-block .prod-info-block-row .prod-info-text {
        display: none;
    }

}


@media all and (max-width: 719px) {
    /*????? 320>=x >640 Mobile*/

    .product-info {
        /*padding-bottom: 23px;*/
    }

    .product-info .prod-info-block .prod-info-block-row .prod-info-text .prod-info-brand {
        display: none;
    }

    .product-info .prod-info-article .title,
    .product-info .prod-info-rating .title {
        font-size: 1em;
    }

    .product-info .prod-info-title {
        padding-bottom: 12px;
    }

    .product-info .prod-info-text-row > div {
        padding: 0;
    }
}


@media all and (max-width: 359px) {
    /* Mobile*/

    /*
    .product-info .prod-info-block,
    .product-info .prod-info-block-row,
    .product-info .prod-info-block .prod-info-block-row .prod-info-text,
    .product-info .prod-info-text-table,
    .product-info .prod-info-text-row,
    .product-info .prod-info-text-row > div {
    display: block;
    text-align: left;
    }
    */

    .product-info .prod-info-block .prod-info-block-row .prod-info-text,
    .product-info .prod-info-block .prod-info-block-row .prod-info-text .prod-info-rating {
        float: left;
        position: relative;
        padding: 0;
    }

    .product-info .prod-info-block .prod-info-block-row .prod-info-text .prod-info-stars {
        float: left;
        position: relative;
        padding: 0 0 0 5px;
    }

    .product-info .prod-info-block .prod-info-block-row .prod-info-text .prod-info-stars div {
        margin-top: 4px;
    }

    .product-info .prod-info-block .prod-info-buttons {
        display: block;
        float: right;
        position: relative;
    }

}
/** ??????? ? ?????????, ????????? ? ?.?. - ????? **/

/** ???????? ?????? - ?????? **/

.product-outer {
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0;
    position: relative;
    margin: 20px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
}

.product-outer:after {
    display: block;
    content: "";
    float: none;
    clear: both;
}

.product-outer .content-outer {
    position: relative;
    float: right;
    width: 83%;
}

.product-outer .content-inner {
    margin: 2.65%;
}

/** ????? "Mobile" **/
@media all and (max-width: 639px) {

    .product-outer {
        border-radius: 0;
        margin: 0;
        border-left: 0 none;
        border-right: 0 none;
    }

    .product-outer .content-inner {
        margin: 20px;
    }

}

/** ????????? ???? ???? - ?????? **/

.product-outer .nav-outer {
    position: relative;
    float: left;
    width: 17%;
    max-width: 231px;
}

.product-outer .nav-outer.absolute {
    position: absolute;
    float: none;
}

ul.menu-tabs {
    border: 1px #e0e0e0 solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #616161;
    font-size: 16px;
    padding: 0;
    display: block;
    margin: 12.94% 0 12.94% 12.94%;
}

ul.menu-tabs > li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    border-bottom: 1px #e0e0e0 solid;
    font-size: 1em;
    text-align: center;
}

ul.menu-tabs > li:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

ul.menu-tabs > li:last-child {
    border-bottom: 1px #ffffff solid;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

ul.menu-tabs > li:hover {
    background: #f5f5f5;
}

ul.menu-tabs > li.active {
    background: #fff39a;
}

ul.menu-tabs > li,
ul.menu-tabs > li > a {
    color: #616161;
}

ul.menu-tabs > li.active,
ul.menu-tabs > li.active > a {
    color: #212121;
}

ul.menu-tabs > li > span,
ul.menu-tabs > li > a {
    padding: 0.75em;
    text-decoration: none;
    border: 0;
    display: block;
}

ul.menu-tabs > li > span {
    cursor: default;
}

@media all and (max-width: 1024px) {
    /* Tablet and Mobile */
    .product-outer .nav-outer {
        display: none;
    }

    .product-outer .content-outer {
        float: none;
        width: 100%;
    }

    .product-outer {
        border:none;
        border-top: 1px solid #e0e0e0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 0;
        padding: 0;
        position: relative;
        margin: 0;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
        background: #fff;
    }

}

/** ????????? ???? ???? - ????? **/

/** ??????? ??????????? - ?????? **/

.product-outer .gallery {
    float: left;
    position: relative;
    width: 55.2%;
    min-height: 450px;
    text-align: center;
    margin-bottom: 30px;
}

@media all and (max-width: 1024px)
{
    .product-outer .gallery {
        width:50%;
        margin-bottom: 20px;
        margin-top:20px;
    }
}

@media all and (max-width: 719px)
{
    .product-outer .gallery {
        margin-bottom: 43px; /* TODO ??? ????????? ?????, ??? ???? ????? ?????????? */
    }
}

.product-outer .gallery .gallery-big {
    position: relative;
    height: 487px;
    margin: 0 0 31px 0;
}

.product-outer .gallery .gallery-big > * {
    display: none;
}

.product-outer .gallery .gallery-big > *,
.product-outer .gallery .gallery-big > * img {
    max-width: 100%;
    max-height: 100%;
    background-repeat: no-repeat;
}

.product-outer .gallery .gallery-big #loader-gallery {
    background: url(/bitrix/templates/euroset2016/images/loader.gif);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 41px;
    height: 41px;
}

.product-outer .gallery .gallery-big > *.active,
.product-outer .gallery .gallery-big > *.active img{
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.product-outer .gallery .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
    background: transparent;
}

.product-outer .gallery .gallery-thumbs {
    display: block;
    padding: 0;
    margin: 0 auto;
    list-style-type: none;
    overflow: hidden;
    height: 64px;
    max-width: 336px;
}

.product-outer .gallery .bx-wrapper .gallery-thumbs {
    overflow: auto;
    height: auto;
    max-width: none;
}

.product-outer .gallery .gallery-thumb {
    position: relative;
    height: 64px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    float: left;
    width: 64px;
    margin: 0 10px;
}

.product-outer .gallery .bx-wrapper .gallery-thumb {
    margin: auto;
}

.product-outer .gallery .gallery-thumb:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 1;
}

.product-outer .gallery .gallery-thumb:hover:after,
.product-outer .gallery .gallery-thumb.active:after {
    border: 3px solid #ffe634;
}

.product-outer .gallery .gallery-thumb img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 52px;
    margin: auto;
    background-repeat: no-repeat;
}

.product-outer .gallery .bx-wrapper .bx-controls-direction a {
    width: 20px;
    height: 64px;
    top: 50%;
    margin-top: -32px;
    text-decoration: none;
    border: none;
    z-index: 0;
}

.product-outer .gallery .bx-wrapper .bx-controls-direction a.disabled {
    display: block;
    cursor:default;
}

.product-outer .gallery .bx-wrapper .bx-controls-direction a:after {
    content: '';
    display: block;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.product-outer .gallery .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -38px;
    background: none;
}

.product-outer .gallery .bx-wrapper .bx-controls-direction a.bx-prev:after {
    background-position: -169px -161px;
}

.product-outer .gallery .bx-wrapper .bx-controls-direction a.bx-prev.disabled:after {
    background-position: -161px -161px;
}

.product-outer .gallery .bx-wrapper .bx-controls-direction a.bx-next {
    right: -38px;
    background: none;
}

.product-outer .gallery .bx-wrapper .bx-controls-direction a.bx-next:after {
    background-position: -153px -161px;
}

.product-outer .gallery .bx-wrapper .bx-controls-direction a.bx-next.disabled:after {
    background-position: -145px -161px;
}

.product-outer .gallery .gallery-text {
    margin-top: 28px;
    color: #9e9e9e;
}

.product-outer .gallery .gallery-text a {
    border-bottom-style: dotted;
}

/** ????? "Tablet" **/
@media all and (max-width: 1024px) {
    .product-outer .gallery .gallery-big {
        height: 417px;
        width:90%;
        margin: 0 auto 20px;
    }

    .product-outer .gallery .gallery-text {
        margin: 23px 0;
    }

    .product-outer .gallery .gallery-big > *.active,
    .product-outer .gallery .gallery-big > *.active img {
        margin:0 auto;
    }
}

/** ????? "Mobile" **/
@media all and (max-width: 719px) {
    .product-outer .gallery {
        float: none;
        width: 100%;
        min-height:0;
    }

    .product-outer .gallery.gallery-mobile-wrapper {
        width: auto;
        margin-left:-20px;
        margin-right:-20px;
        margin-bottom:10px;
    }

    .product-outer .gallery-mobile {
        padding:0 30px;
        width:auto;
    }

    /*
    .product-outer .gallery .gallery-big {
        height: 305px;
        display:none;
    }
    */

    .product-outer .gallery .gallery-text {
        margin: 16px 0;
    }

    .product-outer .gallery .gallery-big > *.active,
    .product-outer .gallery .gallery-big > *.active img {
        margin:auto;
    }
}

.product-outer .gallery .gallery-mobile {
    margin:0 auto;
}

.product-outer .gallery .gallery-mobile .tab-pane {
    width:60px;
    height:60px;
    margin:13px;
    overflow:hidden;
    position: relative;
}

.product-outer .gallery .gallery-mobile .active .tab-pane {
    border:1px solid #e6e6e6;
    border-radius:10px;
    padding:6px;
    box-sizing: border-box;
    position:relative;
}

.product-outer .gallery .gallery-mobile .active .tab-pane img {
    transform: scale(0.6);
    display: inline-block;
    vertical-align: middle;
}

.product-outer .gallery .gallery-mobile .center .tab-pane {
    width:86px;
    height:86px;
    margin:0;
    border:2px solid #ffe735;
    border-radius:10px;
}
/* #16943 */
.product-outer .gallery .gallery-mobile .tab-pane i {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.product-outer .gallery .gallery-mobile .tab-pane .highslide {
    border: 0;
    position: absolute;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    text-align: center;
}

.product-outer .gallery .gallery-mobile .center.active .tab-pane img {
    transform: scale(1);
}

/** ??????? ??????????? - ????? **/


/** ??????? ??????????? (??????????) - ?????? **/

@media all and (max-width: 1179px) {
    .product-outer .gallery .gallery-big .highslide img {
        cursor: default !important;
    }
}

/** ??????? ??????????? (??????????) - ????? **/

/** ??????? ?????????? ? ?????? - ?????? **/

.product-outer .base-info-and-delivery {
    width: 43%;
    float: right;
    position: static;
}

.product-outer .base-info {
    position: relative;
    margin-bottom: 26px;
}

/** ????? "Tablet" **/
@media all and (max-width: 1024px) {

    .product-outer .base-info {
        margin-bottom: 11px;
    }
    .product-outer .base-info-and-delivery {
        width: auto;
        float: none;
    }

    .product-outer .base-info-and-delivery > .clear {
        display:none;
    }

    .product-outer .base-info {
        width: 50%;
        box-sizing: border-box;
        padding-right:55px;
        float: right;
    }

    .product-outer .base-info-and-delivery .buttons {
        width:50%;
        float:right;
        clear:right;
    }

    .product-outer .base-info-and-delivery .tablet-more,
    .product-outer .base-info-and-delivery .mobile-more {
        width:100%;
        clear:both;
        text-align:center;
        font-size:1.14em;
        padding:0 0 27px 0;
    }

    .product-outer .base-info-and-delivery .tablet-more {
        color:#9e9e9e;
    }

    .product-outer .base-info-and-delivery .mobile-more {
        font-size:13px;
        color:#9e9e9e;
    }

    .product-outer .base-info-and-delivery .tablet-more .articul,
    .product-outer .base-info-and-delivery .mobile-more .articul {
        color:#212121;
    }

}

/** ????? "Mobile" **/
@media all and (max-width: 719px) {

    .product-outer .base-info-and-delivery .mobile-more {
        padding-bottom:15px;
    }

    .product-outer .base-info {
        width: auto;
        clear:both;
        float: none;
        margin:0 -20px 5px -20px;
        padding:0;
    }

}

/** ???? "????" ? "?????????" - ?????? **/

.product-outer .base-info .detail-colors {
    display: block;
    float: left;
    width: 68%;
}

.product-outer .base-info .detail-colors > * {
    margin-bottom: 7px;
}

.product-outer .base-info .detail-colors > *:last-child {
    margin-bottom: 0;
}

.product-outer .base-info .detail-colors > * > .title {
    display: block;
    float: left;
    position: relative;
    margin: 0;
    padding: 4px 5px 4px 0;
    color: #9e9e9e;
}

.color-select {
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    cursor: default;
}

.color-select .color-item {
    margin: 0 3px 4px 0;
    display: inline-block;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

.color-select .color-item:hover {
    background: #f5f5f5;
}

.color-select .color-item.active:hover {
    background: transparent;
}

.color-select .color-item.active {
    border: 2px solid #ffe735;
}

.color-select .color-item {
    width: 22px;
    height: 22px;
    padding: 1px;
}

.product-outer .base-info .gb-info > .content > * {
    color: #212121;
    font-size: 1em;
    padding: 2px 6px;
}

.color-select .color-item.active {
    padding: 0;
}

.product-outer .base-info .gb-info > .content > *.active {
    padding: 1px 5px;
}

.color-select .color-item a {
    display:block;
    height:100%;
    width:100%;
    text-decoration:none;
    border:none;
}

.color-select .color-item a span,
.color-select .color-item span span{
    display: inline-block;
    color: #9e9e9e;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 8px solid;
    margin-top: 3px;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.6);
    box-shadow: 0 0 1px rgba(0,0,0,0.6);
}

/** ????? "Tablet" **/
@media all and (max-width: 1024px) {

    .product-outer .base-info .detail-colors {
        width: 100%;
        font-size: 1.14em;
    }

    .product-outer .base-info .detail-colors > * > .title {
        margin-right: 4px;
    }

    .color-select .color-item a {
        margin: 0 7px 7px 0;
        border-radius: 10px;
    }

    .color-select .color-item {
        width: 30px;
        height: 30px;
    }

    .color-select .color-item a span,
    .color-select .color-item span span{
        display: inline-block;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: 10px solid;
        margin-top: 5px;
    }

    .product-outer .base-info .detail-colors .title {
        display:none;
    }

    .product-outer .base-info .colors-and-compare {
        padding:20px 0 0;
        margin:0;
        float:none;
        width:auto;
        position:relative;
        height:40px;
    }

    .product-outer .base-info .detail-colors {
        position:relative;
        height:40px;
        overflow:visible;
    }

    .gallery-mobile .owl-nav .owl-prev,
    .color-select .owl-nav .owl-prev {
        width:30px;
        position:absolute;
        right:100%;
        top:0;
        bottom:0;
        z-index:10;
    }

    .gallery-mobile .owl-nav .owl-prev:before,
    .color-select .owl-nav .owl-prev:before {
        content:" ";
        display:block;
        width:8px;
        height:13px;
        margin-top:-7px;
        background-position: -55px -181px;
        position:absolute;
        left:15px;
        top:50%;
        cursor:pointer;
    }

    .gallery-mobile .owl-nav .owl-next,
    .color-select .owl-nav .owl-next {
        width:30px;
        position:absolute;
        left:100%;
        top:0;
        bottom:0;
        z-index:10;
    }

    .gallery-mobile .owl-nav .owl-next:before,
    .color-select .owl-nav .owl-next:before {
        content:" ";
        display:block;
        width:8px;
        height:13px;
        margin-top:-7px;
        background-position: -55px -181px;
        position:absolute;
        right:15px;
        top:50%;
        cursor:pointer;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        z-index:10;
    }

    .gallery-mobile .owl-nav .owl-prev.disabled,
    .gallery-mobile .owl-nav .owl-next.disabled,
    .color-select .owl-nav .owl-prev.disabled,
    .color-select .owl-nav .owl-next.disabled {
        display:none;
    }

    .product-outer .base-info .detail-colors > .colors-info {

    }

    .color-select .color-item {
        border-radius:100%;
        border:none;
        background:white;
        width:34px;
        height:34px;
        padding:3px;
        margin:0 15px;
    }

    .color-select > .color-item:first-of-type,
    .color-select .owl-stage-outer .owl-stage .owl-item:first-of-type .color-item {
        margin-left:0;
    }

    .color-select > .color-item:last-of-type {
        margin-right:0;
    }

    .color-select .color-item.active {
        background:#ffe735;
    }

    .color-select .color-item a span,
    .color-select .color-item span span{
        border-radius: 17px;
        border: 17px solid;
        margin:0;
    }

    .product-outer .base-info .colors-and-compare.no-colors {
        display:none;
    }

}

/** Mobile **/
@media all and (max-width: 719px) {

    .product-outer .base-info .colors-and-compare {
        background:#f5f5f5;
        border-top:1px solid #eaeaea;
        border-bottom:1px solid #eaeaea;
        padding:14px 60px;
        float:none;
        width:auto;
        position:relative;
        height:30px;
    }

    .product-outer .base-info .detail-colors {
        position:relative;
        height:30px;
        /*overflow:hidden;*/
    }

    .gallery-mobile .owl-nav .owl-prev,
    .color-select .owl-nav .owl-prev {
        content:" ";
        display:block;
        width:8px;
        height:13px;
        margin-top:-7px;
        background-position: -55px -181px;
        position:absolute;
        left:-40px;
        top:50%;
        cursor:pointer;
    }

    .gallery-mobile .owl-nav .owl-prev {
        left:0;
    }

    .gallery-mobile.owl-carousel .owl-stage {
        display:inline-block;

    }

    .gallery-mobile .owl-nav .owl-next,
    .color-select .owl-nav .owl-next {
        content:" ";
        display:block;
        width:8px;
        height:13px;
        margin-top:-7px;
        background-position: -55px -181px;
        position:absolute;
        right:-40px;
        left:auto;
        top:50%;
        cursor:pointer;
    }

    .gallery-mobile .owl-nav .owl-next {
        right:0;
        background:none;
    }

    .gallery-mobile .owl-nav .owl-prev.disabled,
    .gallery-mobile .owl-nav .owl-next.disabled,
    .color-select .owl-nav .owl-prev.disabled,
    .color-select .owl-nav .owl-next.disabled {
        display:none;
    }

    .color-select .color-item {
        border-radius:100%;
        border:none;
        background:white;
        width:24px;
        height:24px;
        padding:3px;
        margin:0 15px;
    }

    .color-select .color-item.active {
        background:#ffe735;
    }

    .color-select .color-item > * > span {
        border-radius: 12px;
        border: 12px solid;
        margin:0;
    }

    .color-select .color-item a span,
    .color-select .color-item span span{
        border-radius: 12px;
        border: 12px solid;
        margin:0;
    }

    .highslide-caption {
        opacity:0;
    }

}

/** ???? "????" ? "?????????" - ????? **/

/** ???? ? ??????? "????????" - ?????? **/

.product-outer .base-info .detail-compare {
    display: block;
    float: right;
    width: 32%;
    text-align: right;
}

.product-outer .base-info .button.compare {
    box-sizing: border-box;
    display: block;
    text-align: center;
    position: relative;
    max-width: 138px;
    width: 100%;
    height: 36px;
    margin-left: 5px;
}

.product-outer .base-info a.button.compare {
    padding: 0.5em 1em;
}

.product-outer .base-info .button.compare > span {
    text-align: left;
    display: inline-block;
}
.product-outer .base-info .button.compare.white > span {
    padding-left: 30px;
}

.product-outer .base-info .button.compare.white > span:before {
    content: "";
    background-position: -53px -211px;
    width: 24px;
    height: 20px;
    position: absolute;
    display: block;
    margin-left: -30px;
    top: 50%;
    margin-top: -10px;

}

/** ????? "Tablet" **/
@media all and (max-width: 1024px) {

    .product-outer .base-info .detail-compare {
        display:none;
    }

    .product-outer .base-info .detail-compare {
        position: absolute;
        bottom: 82px;
        width: 100%;
        text-align: center;
    }

    .product-outer .base-info .button.compare {
        /*width: 196px;*/
        width: 100%;
        max-width: none;
        height: 48px;
        font-size: 1.14em;
        margin: 0 auto;
    }

    .product-outer .base-info a.button.compare {
        padding: 0.7em 0;
    }

    .product-outer .base-info .button.compare.white > span:before {
        content: "";
        background-position: -335px -295px;
        width: 33px;
        height: 24px;
        margin-left: -40px;
        margin-top: -12px;
    }

}

/** ????? "Mobile" **/
@media all and (max-width: 639px) {

}

/** ???? ? ??????? "????????" - ????? **/

/** ???? ? ???????? ???????? - ?????? **/

.product-outer .base-info .status-block {
    display: block;
    margin-top: 7px;
}

.product-outer .status-block-mobile .content {
    text-align:center;
}

.product-outer .base-info .status-block > div,
.product-outer .status-block-mobile .content > div {
    display: inline-block;
    text-align: center;
    font-family: "Houschka Rounded", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 0.95em;
    text-transform: uppercase;
    padding: 6px 12px;
    margin: 7px 12px 7px 0;
    max-width: 190px;
    background: #fde732;
    color: #212121;
    position: relative;
}
.product-outer .status-block-mobile .content > div:last-child {
    margin-right:0;
}

.product-outer .status-block-mobile .content > div {
    display:inline-block;
}

.product-outer .base-info .status-block > div.pointer,
.product-outer .status-block-mobile .content > div.pointer{
    cursor: pointer;
}
.product-outer .base-info .status-block > div.marker:after,
.product-outer .status-block-mobile .content > div.marker:after{
    content: '';
    border-radius: 100%;
    border-width: 1px;
    border-style: solid;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 0 0 4px;
    font-size: 90%;
    text-align:center;
}

.product-outer .base-info .status-block > div.marker-question:after,
.product-outer .status-block-mobile .content > div.marker-question:after {
    content: '?';
}
.product-outer .base-info .status-block > div[data-promo="next-order"][data-status]:after,
.product-outer .status-block-mobile .content > div[data-promo="next-order"][data-status]:after{
    color: red;
    background: #fff;
}
.product-outer .base-info .status-block .return-3000,
.product-outer .status-block-mobile .return-3000 {
    display: inline-block;
    text-align: center;
    font-family: "Houschka Rounded", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 0.95em;
    text-transform: uppercase;
    padding: 6px 15px;
    margin: 7px 12px 7px 0;
    max-width: 190px;
    background: #fde732;
    color: #212121;
    position: relative;
    border-bottom: none;
}

/** "Tablet" **/
@media all and (max-width: 1024px) {

    .product-outer .status-block-mobile .content > div {
        margin-right:27px;
        white-space:nowrap;
        max-width:none;
    }

    .product-outer .base-info .status-block {
        display: none;
    }

}

/** ????? "Mobile" **/
@media all and (max-width: 719px) {

    .product-outer .base-info .status-block {
        position: absolute;
        right: -20px;
        top: -30px;
        z-index: 2;
        padding: 0;
        margin: 0;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    .product-outer .base-info .status-block > div {
        display: none;
        margin: 0;
    }
    .product-outer .base-info .status-block > div.rassrochka {
        display: block;
    }

    .product-outer .base-info .status-block > div.important {
        display: block;
    }

}

/** ???? ? ???????? ???????? - ????? **/

/** ???? ? ?????? - ?????? **/

.product-outer .online-price {
    float: left;
    position: relative;
    top: 10px;
    width: 50%;
    white-space: nowrap;
    margin-bottom: 10px;
    margin-right: 10px;
}

.product-outer .online-price .content {
    color: #76b82a;
    margin-left: 7px;
    position: relative;
    top: 2px;
}

.product-outer .base-info .price-info {
    color: #9e9e9e;
    margin: 13px 0;
    float: left;
    position: relative;
    width: 100%;
}

.product-outer .base-info .base-price {
    float: left;
    position: relative;
    bottom: 10px;
}

.product-outer .base-info .price-info .title {
    color: #9e9e9e;
    font-size: 1em;
    display: inline-block;
}

.product-outer .base-info .price-info .content {
    font-family: "Houschka Rounded", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 1.42em;
}

.product-outer .base-info .price-info .old-price > .content {
    position: relative;
    display: inline-block;
    top: 2px;
    margin-left: 7px;
}

.product-outer .base-info .price-info .line-through:before {
    display: block;
    content: "";
    border-bottom: solid 2px #dd2929;
    position: absolute;
    top: 0.7em;
    width: 100%;
    height: 0;
    z-index: 100;
}

.product-outer .base-info .price-info .base-price > .content {
    font-family: "Houschka Rounded", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 2.8em;
    color: #212121;
    top: 7px;
    position: relative;
    margin-left: 7px;
}

.product-outer .rub,
.additional-prods-outer .rub {
    font-family: "ALS Rubl Tahoma", "Tahoma", sans-serif;
}

/** Tablet **/
@media all and (max-width: 1024px) {

    .product-outer .base-info .price-info .online-price {
        float: right;
    }

    .product-outer .base-info .price-info .online-price .title {
        display: inline-block;
    }

    .product-outer .base-info .price-info .base-price > .content {
        font-size:2.7em;
    }

    .product-outer .base-info {
        text-align:left;
        padding-right:30px;
        padding-left:25px;
    }

    .product-outer .base-info .price-bonus {
        text-align:center;
    }

    .product-outer .base-info .price-info {
        display:inline-block;
        float:none;
    }

    .product-outer .base-info .price-info > div {
        display:block;
        float:left;
    }

    .product-outer .base-info .price-info .old-price {
        padding-top:10px;
    }

    .product-outer .base-info .price-info .title {
        display:none;
    }

}

@media all and (max-width: 850px) {
    .product-outer .base-info .price-info .online-price {
        width: 60%;
    }
}

/** Mobile **/
@media all and (max-width: 719px) {

    .product-outer .base-info {
        text-align:center;
        padding:0;
    }
    .product-outer .base-info .price-info .old-price {
        padding-top:17px;
    }

    .product-outer .base-info .price-info .online-price {
        width: 100%;
    }

    .product-outer .base-info .price-bonus {
        text-align: center;
    }

    .product-outer .base-info .price-bonus:after {
        content:" ";
        height:1px;
        display:block;
        width:100%;
        clear:both;
    }

    .product-outer .base-info .price-info {
        margin-top: 0;
        float: none;
        margin-bottom:20px;
    }

    .product-outer .base-info .price-info .title {
        display: none;
    }

    .product-outer .base-info .price-info > div {
        display: inline-block;
    }

    .product-outer .base-info .price-info .old-price {
        width:auto;
        float:none;
        display:inline-block;
        padding-right:10px;
    }

    .product-outer .base-info .price-info .base-price {
        width: auto;
        float: none;
        display:inline-block;
        bottom: 0;
    }

    .product-outer .base-info .price-info .base-price .content {
        font-size:32px;
    }

    .product-outer .base-info .price-info .old-price > .content,
    .product-outer .base-info .price-info .base-price > .content {
        margin-left: 0;
    }

}

/** ???? ? ?????? - ????? **/

/** ???? ? ???????? - ?????? **/

.product-outer .base-info .bonuses-block {
    float: right;
    position: relative;
    margin: 13px 0;
}

.product-outer .base-info .bonuses-block > .kykyryza {
    width: 102px;
    height: 30px;
    background-position: -179px 0;
}

.product-outer .base-info .bonuses-block > .spasibo {
    width: 101px;
    height: 48px;
    background-position: 0 -32px;
}

.ui-tooltip.bonus-tooltip,
.ui-tooltip.bonus-tooltip .arrow:after {
    background: #fff;
    border: 1px solid #e0e0e0;
}
.ui-tooltip.status-tooltip,
.ui-tooltip.status-tooltip .arrow:after {
    background: #fff;
    border: 1px solid #e0e0e0;
}

.ui-tooltip.bonus-tooltip {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 3px #e0e0e0;
    position: absolute;
    padding: 10px;
    text-align: center;
    z-index: 9999;
    color: #9e9e9e;
}
.ui-tooltip.status-tooltip {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 3px #e0e0e0;
    position: absolute;
    padding: 10px;
    text-align: left;
    z-index: 9999;
    color: #9e9e9e;
    max-width: 330px;
}

.ui-tooltip.bonus-tooltip strong {
    color: #212121;
}
.ui-tooltip.status-tooltip strong {
    color: #212121;
}

.ui-tooltip.bonus-tooltip .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.ui-tooltip.status-tooltip .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.ui-tooltip.bonus-tooltip .arrow.top {
    top: -16px;
    bottom: auto;
}
.ui-tooltip.status-tooltip .arrow.top {
    top: -16px;
    bottom: auto;
}

.ui-tooltip.bonus-tooltip .arrow.left {
    left: 20%;
}
.ui-tooltip.status-tooltip .arrow.left {
    left: 20%;
}

.ui-tooltip.bonus-tooltip .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ui-tooltip.status-tooltip .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ui-tooltip.bonus-tooltip .arrow.top:after {
    bottom: -20px;
    top: auto;
}
.ui-tooltip.status-tooltip .arrow.top:after {
    bottom: -20px;
    top: auto;
}

/** ????? "Tablet" **/
@media all and (max-width: 1179px) {
    /*
    .ui-tooltip.bonus-tooltip {
    display: none !important;
    }
    .product-outer .base-info .bonuses-block {
        position: absolute;
        bottom: 0;
        margin: 0;
        width: 100%;
        text-align: center;
        white-space: nowrap;
    }

    .product-outer .base-info .bonuses-block > div {
        display: inline-block;
    }

    .product-outer .base-info .bonuses-block > .kykyryza {
        bottom: 12px;
        position: relative;
        width: 125px;
        height: 30px;
        background-position: -122px -320px;
    }

    .product-outer .base-info .bonuses-block > .spasibo {
        width: 120px;
        height: 56px;
        background-position: 0 -315px;
        margin-left: 5%;
        position: relative;
    }
    */

}
/** ????? "Mobile" **/
@media all and (max-width: 719px) {
    .ui-tooltip.status-tooltip .arrow {
        height: 18px;
        left: 95%;
        bottom: -17px;
    }
    .product-outer .base-info .bonuses-block {
        display:none;
    }
}

/** ???? ? ???????? - ????? **/

/** ???? ? ???????? - ?????? **/

.product-outer .base-info .buttons {
    margin-top: 4px;
    display: table;
    width: 100%;
    line-height: 1em;
}

.product-outer .base-info .buttons > div {
    display: table-row;
}

.product-outer .base-info .buttons .button {
    box-sizing: border-box;
}

.product-outer .base-info .buttons a.button {
    padding: 1em 0;
}

.product-outer .base-info .buttons .buy-buttons,
.product-outer .base-info .buttons .collect-data {
    height: 48px;
}

.product-outer .base-info .buttons .buy-buttons > .button {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    float: left;
    position: relative;
}

.product-outer .base-info .buy-buttons:not(.half) .button.one-click.manual,
.product-outer .base-info .buttons .collect-data {
    width: 100%;
}

.product-outer .base-info .buttons .button.one-click,
.product-outer .base-info .buttons .button.buy,
.product-outer .base-info .buttons .button.preorder-btn,
.product-outer .base-info .buttons .half .button.credit,
.product-outer .base-info .buttons .half {
    width: 49%;
    height: 48px;
    font-size: 1.14em;
    position: relative;
    text-align: center;
    margin: 0 2% 10px 0;
}

.product-outer .base-info .buttons .half .button.preorder-btn {
    margin-right:0;
    float:right;
}

.product-outer .base-info .buttons .button.buy {
    margin-right: 0;
}

.product-outer .base-info .buttons .buy-buttons.one-button .button.one-click,
.product-outer .base-info .buttons .buy-buttons.one-button .button.buy {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 196px;
}

.product-outer .base-info .buttons .button.one-click span,
.product-outer .base-info .buttons .button.buy span {
    text-align: left;
    display: inline-block;
    padding-left: 30px;
}

.product-outer .base-info .buttons .button.one-click span:before {
    content: "";
    background-position: -287px -160px;
    width: 23px;
    height: 18px;
    position: absolute;
    display: block;
    margin-left: -30px;
    top: 50%;
    margin-top: -9px;
}

.product-outer .base-info .buttons .button.buy.blue {
    font-size: 1.14em;
    text-align: center;
    box-sizing: border-box;
}

.product-outer .base-info .buttons .button.buy.width100 {
    width: 100%;
}

.product-outer .base-info .buttons .button.buy.light-yellow span:before {
    content: "";
    background-position: -267px -160px;
    width: 20px;
    height: 18px;
    position: absolute;
    display: block;
    margin-left: -30px;
    top: 50%;
    margin-top: -9px;
}

.product-outer .base-info .buttons .button.buy.yellow {
    width: 100%;
    margin: 0;
    border: 1px solid #f8db00;
    background: #ffe735;
    color: #212121;
}

.product-outer .base-info .buttons .half .button.buy,
.product-outer .base-info .buttons .half .button.credit {
    width:48%;
}

@media all and (max-width: 1024px) {

    .product-outer .base-info .buttons .button.one-click,
    .product-outer .base-info .buttons .button.buy,
    .product-outer .base-info .buttons .button.preorder-btn,
    .product-outer .base-info .buttons .half .button.credit {
        height:42px;
    }

    .product-outer .base-info .buttons .half .button.buy {
        float:right;
        font-size:14px;
    }
    .product-outer .base-info .buttons .half .button.credit {
        float:left !important;
    }

    .product-outer #id-buy-tablet .button {
        width: 48%;
    }

}

@media all and (max-width: 719px) {

    .product-outer #id-buy-mobile .button {
        width: 48%;
    }

    .product-outer .base-info .buttons .button.one-click,
    .product-outer .base-info .buttons .button.buy,
    .product-outer .base-info .buttons .button.preorder-btn,
    .product-outer .base-info .buttons .half .button.credit {
        height:42px;
    }

}

.product-outer .base-info .buttons .half .button.credit {
    border: 1px solid #f8db00;
}

.product-outer .base-info .buttons .half .button:last-of-type {
    float:right;
    margin-right:0;
}

@media all and (min-width: 1024px) {

    .product-outer .base-info .buttons .half .button.credit {
        float:left;
    }


    .product-outer .base-info .buttons .half .button.buy {
        float:right;
    }

    .product-outer .base-info .buttons .half .button.buy.light-yellow > span:before {
        display:none;
    }

    .product-outer .base-info .buttons .half .button.buy.light-yellow > span {
        padding-left:0;
    }

}

/** ????? "Mobile" **/
@media all and (max-width: 719px) {

    .product-outer .base-info .buttons .half .button.buy {
        width:48%;
        float:right;
    }
    .product-outer .base-info .buttons .half .button.credit,
    .product-outer .base-info .buttons .half .button:last-of-type {
        width:48%;
        clear:none;
        float:left;
        margin-bottom:0;
    }
}

.product-outer .base-info .buttons .button.buy.yellow span:before {
    content: "";
    background-position: -267px -160px;
    width: 20px;
    height: 18px;
    position: absolute;
    display: block;
    margin-left: -30px;
    top: 50%;
    margin-top: -9px;
}

.product-outer .base-info .buttons .button.credit {
    height: 36px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
}

.product-outer .base-info .buttons .button.credit > span {
    color: #9e9e9e;
}

.product-outer .base-info .buttons a.button.credit {
    padding: 0;
}

.product-outer .base-info .tablet-buttons {
    height: 140px;
    display: none;
}

.product-outer .base-info-and-delivery .buttons {
    margin: -17px 0 30px 0;
}

.product-outer .base-info-and-delivery .buttons .one-click {
    width: 100%;
    height: 2.45em;
    margin: 0;
}

.product-outer .base-info-and-delivery #id-buy-mobile.buttons {
    padding:0;
    margin:0;
    width:100%;
}

.product-outer .base-info-and-delivery #id-buy-tablet.buttons button,
.product-outer .base-info-and-delivery #id-buy-mobile.buttons button {
    display:inline-block;
    float:left;
    height:48px;
    font-size:1em;
    line-height:1.2;
}

.product-outer .base-info-and-delivery #id-buy-tablet.buttons .one-click[data-type=one-click-button],
.product-outer .base-info-and-delivery #id-buy-mobile.buttons .one-click[data-type=one-click-button] {
    background:#ffe735;
    margin-left:4%;
}

.product-outer .base-info-and-delivery .buttons .buy-credit {
    margin: 0 0 14px 0;
}

.product-outer .base-info-and-delivery .buttons .one-click span:before {
    content: "";
    background-position: -287px -160px;
    width: 23px;
    height: 18px;
    position: absolute;
    margin-left: -30px;
}

.product-outer .base-info-and-delivery .buttons .one-click-entity span:before {
    width:24px;
    height:22px;
    background:-180px -410px;
}

.product-outer .base-info-and-delivery .buttons .buy-credit button {
    width: 100%;
    height: 2.45em;
}

/** ????? "Tablet" **/
@media all and (max-width: 1024px) {

    .product-outer .base-info-and-delivery .buttons .one-click span:before {
        top:50%;
    }

    .product-outer .base-info-and-delivery .buttons .one-click span:before {
        margin-top:-9px;
    }

    .product-outer .base-info-and-delivery .buttons .one-click.one-click-entity span:before {
        margin-top:-11px;
    }

    .product-outer .base-info-and-delivery #id-buy-tablet.buttons button,
    .product-outer .base-info-and-delivery #id-buy-mobile.buttons button {
        height:42px;
    }

    .product-outer .base-info-and-delivery #id-buy-tablet.buttons button,
    .product-outer .base-info-and-delivery #id-buy-mobile.buttons button {
        position:relative;
        padding-left: 40px;
    }

    .product-outer .base-info .tablet-buttons {
        display: none; /*block;*/
    }

    .product-outer .base-info-and-delivery .buttons {
        margin: 0;
    }

    .product-outer .base-info-and-delivery > .buttons {
        padding-right:30px;
        padding-left:25px;
        box-sizing: border-box;
    }

    .product-outer .base-info-and-delivery .buttons#id-buy-block {
        margin-top:-10px;
    }

    .product-outer .base-info-and-delivery .buttons#id-buy-block .info-message {
        float:none;
        clear:both;
        margin-top:25px;
        display:inline-block;
    }

    .product-outer .base-info .buttons .button.one-click > span,
    .product-outer .base-info .buttons .button.buy > span {
        padding-left: 35px;
    }

    .product-outer .base-info .buttons .button.preorder-btn {
        width: 100%;
    }

    .product-outer .base-info .buttons .half .button.preorder-btn {
        width: 48%;
    }

    .product-outer .base-info .buttons .button.one-click > span:before {
        content: "";
        background-position: -302px -268px;
        width: 30px;
        height: 24px;
        margin-left: -40px;
        top: 50%;
        margin-top: -12px;
    }

    .product-outer .base-info .buttons .button.buy.light-yellow > span:before {
        content: "";
        background-position: -335px -268px;
        width: 24px;
        height: 24px;
        margin-left: -40px;
        top: 50%;
        margin-top: -12px;
    }

    .product-outer .base-info .buttons .button.buy.light-yellow > span {
        padding:0;
        font-size:14px;
    }

    .product-outer .base-info .buttons .button.credit span {
        font-size:14px;
        color:#212121;
    }

    .product-outer .base-info .buttons .button.buy.light-yellow > span:before {
        display:none;
    }

    .product-outer .base-info .buttons .button.credit {
        height: 48px;
        font-size: 1.14em;
    }

}

/** ????? "Mobile" **/
@media all and (max-width: 719px) {

    .product-outer .base-info-and-delivery .buttons {
        margin:0 0 10px;
    }

    .product-outer .base-info .buttons .button.one-click,
    .product-outer .base-info .buttons .button.buy {
        width: 48.7%;
    }

    .product-outer .base-info .buttons .button.one-click,
    .product-outer .base-info .buttons .button.buy {

    }

    .product-outer .base-info .buttons {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }

}

.product-outer .base-info .detail-compare > .button.blue.not-show,
.product-outer .base-info .buttons .buy-buttons > .button.blue.not-show {
    display: none;
}

/** ???? ? ???????? - ????? **/

/** ??????? ?????????? ? ?????? - ????? **/

/** ??????? ?????????? ? ?????? (??????????) - ?????? **/

.product-outer .base-info .info-message {
    font-size: 1.2em;
    line-height: normal;
}
.product-outer .base-info .info-message.upper {
    text-transform: uppercase;
}
.product-outer .base-info .info-message.upper .collect-data {
    text-decoration: underline;
    color:#00aaf0;
    cursor:pointer;
    font-weight:bold;
}

/** ??????? ?????????? ? ?????? (??????????) - ????? **/

/** ????????? ??????? - ?????? */

.product-outer .tabs-outer,
.product-outer .tabs-outer.owl-carousel .owl-stage-outer:before,
.product-outer .tabs-outer .tab-element,
.product-outer .tabs-outer .tab-element > a {
    display: block;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-outer .tabs-outer,
.product-outer .tabs-outer.owl-carousel .owl-stage-outer:before {
    border: 1px solid #eee;
    border-bottom-color: #e0e0e0;
    background: #fafafa;
    padding: 0;
    margin: 0 auto;
    height: 39px;
    position: relative;
}

.product-outer .tabs-outer:after {
    content: "";
    display: block;
    float: none;
    clear: both;
}

.product-outer .tabs-outer .tab-element {
    float: left;
    white-space: nowrap;
    font-size: 1em;
    color: #616161;
    line-height: 1.14;
    height: 39px;
    padding: 1px;
    margin-top: -1px;
}
.product-outer .tabs-outer .tab-element:first-child {
    margin-left: -1px;
}

.product-outer .tabs-outer .tab-element.active {
    border: 1px solid #e0e0e0;
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #212121;
    padding: 0;
}

.product-outer .tabs-outer .tab-element > a {
    padding: 11px 18px;
    border: 0 none;
    color: inherit;
}

.product-outer .tabs-outer .tab-element.active > a {
    cursor: default;
}

/** ????? "Tablet" **/
@media all and (max-width: 1024px){

    .product-outer .tabs-outer
    .product-outer .tabs-outer.owl-carousel .owl-stage-outer:before {
        height: 49px;
    }

    .product-outer .tabs-outer.owl-carousel .owl-stage-outer:before {
        display:none;
    }

    .product-outer .tabs-outer .tab-element {
        font-size: 1.14em;
        height: 49px;
    }

    .product-outer .tabs-outer .tab-element > a {
        padding: 15px 19px;
    }

}

/** ????????? ????? ??? ?????? ??????? "OwlCarousel" - ?????? **/

.product-outer .tabs-outer.owl-carousel {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0 none;
    background: transparent none;
    padding: 0 40px;
    margin: 0 auto;
    height: auto;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-outer .tabs-outer.owl-carousel .owl-stage-outer:before {
    content: "";
    position: absolute;
    width: 100%;
}

.product-outer .tabs-outer.owl-carousel .tab-element {
    margin-top: 0;
    float: none;
}

.product-outer .tabs-outer.owl-carousel .tab-element:first-child {
    margin-left: 0;
}

.product-outer .tabs-outer.owl-carousel .owl-stage {
    white-space: nowrap;
}

.product-outer .tabs-outer.owl-carousel .owl-item {
    display: inline-block;
    float: none;
}

.product-outer .tabs-outer.owl-carousel .owl-nav .owl-prev,
.product-outer .tabs-outer.owl-carousel .owl-nav .owl-next {
    outline: 0 none;
    border: 0 none;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 10px #fff;
    -moz-box-shadow: 0 0 15px 10px #fff;
    box-shadow: 0 0 15px 10px #fff;
    z-index: 10;
    cursor: pointer;
}

.product-outer .tabs-outer.owl-carousel .owl-nav .owl-prev.disabled,
.product-outer .tabs-outer.owl-carousel .owl-nav .owl-next.disabled {
    display: block;
    cursor: default;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.product-outer .tabs-outer.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.product-outer .tabs-outer.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.product-outer .tabs-outer.owl-carousel .owl-nav .owl-prev:before,
.product-outer .tabs-outer.owl-carousel .owl-nav .owl-next:before {
    content: "";
    display: block;
    position: absolute;
    background-position: -190px -180px;
    width: 21px;
    height: 17px;
    top: 13px;
}

.product-outer .tabs-outer.owl-carousel .owl-nav .owl-prev.disabled:before,
.product-outer .tabs-outer.owl-carousel .owl-nav .owl-next.disabled:before {
    opacity: 0.6;
}

.product-outer .tabs-outer.owl-carousel .owl-nav .owl-prev:before {
    left: 9px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product-outer .tabs-outer.owl-carousel .owl-nav .owl-next:before {
    right: 9px;
}

/** ????? "Tablet" **/
@media all and (max-width: 1024px) {

    .product-outer .tabs-outer.owl-carousel {
        padding: 0 50px;
        margin-left:-20px;
        margin-right:-20px;
        width:auto;
        background:#fafafa;
        border-top:1px solid #e0e0e0;
        border-bottom:1px solid #e0e0e0;
    }

    .product-outer .tabs-outer.owl-carousel .owl-nav .owl-prev,
    .product-outer .tabs-outer.owl-carousel .owl-nav .owl-next {
        margin-top: -25px;
        width: 50px;
        height: 49px;
        background:#fafafa;
        /*box-shadow: 0 0 15px 10px #fafafa;*/
        box-shadow:none;
        border-top:1px solid #e0e0e0;
        border-bottom:1px solid #e0e0e0;
    }

    .product-outer .tabs-outer .tab-element.active {
        border:none;
        background:none;
        height:48px;
        position:relative;
    }

    .product-outer .tabs-outer .tab-element.active a {
        font-weight:bold;
    }

    .product-outer .tabs-outer .tab-element.active:after {
        content:" ";
        display:block;
        position:absolute;
        bottom:-1px;
        left:50%;
        width:16px;
        height:12px;
        margin-left:-8px;
        background-position:-349px 0;
    }

    .product-outer .tabs-outer.owl-carousel .owl-nav .owl-prev:before,
    .product-outer .tabs-outer.owl-carousel .owl-nav .owl-next:before {
        top: 17px;
    }

    .product-outer .tabs-outer.owl-carousel .owl-nav .owl-prev:before {
        left: 15px
    }

    .product-outer .tabs-outer.owl-carousel .owl-nav .owl-next:before {
        right: 15px;
    }

}

/** ????????? ????? ??? ?????? ??????? "OwlCarousel" - ????? **/

.product-outer .accordion-outer {
    margin: 0 auto;
}

.product-outer .accordion-outer > div {
    display: block;
}

.product-outer .accordion-outer > div > h2 {
    display: none;
    padding: 0;
    margin: 0;
    font-family: "Source Sans Pro", "Arial", "Tahoma", sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    position: relative;
}

.product-outer .accordion-outer > div > h2,
.product-outer .accordion-outer > div.active.hide > h2 {
    background: #fafafa;
    color: #616161;
}

.product-outer .accordion-outer > div.active > h2 {
    background: #fff;
    color: #212121;
}

.product-outer .accordion-outer > div > h2:after,
.product-outer .accordion-outer > div.active > h2:after {
    content: "";
    display: block;
    background-position: -67px -182px;
    width: 12px;
    height: 7px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.product-outer .accordion-outer > div > h2:after,
.product-outer .accordion-outer > div.active.hide > h2:after{
    opacity: 0.5;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product-outer .accordion-outer > div.active > h2:after {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.product-outer .accordion-outer > div > h2 > a {
    color: inherit;
    border: 0;
    display: block;
    padding: 10px 45px;
}

.product-outer .accordion-outer > div > .tab-inner {
    display: none;
}

.product-outer .accordion-outer > div.active > .tab-inner {
    display: block;
}

.product-outer .accordion-outer > div.active > .tab-inner:after {
    content: "";
    float: none;
    clear: both;
    display: block;
}

/** ????? "Mobile" **/
@media all and (max-width: 719px) {

    .product-outer .tabs-outer {
        display: none;
    }

    .product-outer .accordion-outer {
        margin: 0 -20px -20px -20px;
        border-top: 1px solid #e0e0e0;
    }

    .product-outer .accordion-outer > div {
        display: block;
        border-bottom: 1px solid #e0e0e0;
    }

    .product-outer .accordion-outer > div.hide-on-mobile,
    .product-outer .accordion-outer > div.hide-on-mobile.active {
        display: none;
    }

    .product-outer .accordion-outer > div > h2 {
        display: block;
    }

    .product-outer .accordion-outer > div.active.hide > .tab-inner {
        display: none;
    }

    .product-outer .tab-inner.description-outer {
        padding: 0 6%;
    }

}

/** ????????? ??????? - ????? */

/** ????? ???????? ??????? - ?????? **/

.product-outer .tab-inner > h2  {
    font-size: 16px;
}
.product-outer .tab-inner .char-group {
    font-size: 14px;
    padding-bottom: 28px;
}
.product-outer .tab-inner .char-group img {
    opacity: 0.125;
    filter: alpha(opacity=13);
    float: left;
    margin-right: 20px;
    height: 36px;
}
.product-outer .tab-inner .char-group  h3 {
    color: #9f9f9f;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 14px;
    font-family: "Source Sans Pro", "Arial", "Tahoma", sans-serif;
    margin: 4px 0;
    font-weight: 600;
}
.product-outer .tab-inner .char-group table {
    border: 1px solid #e0e0e0;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    width: 89%;
    margin-left: 48px;
    font-size: 14px;
    font-family: "Source Sans Pro", "Arial", "Tahoma", sans-serif;
}
.product-outer .tab-inner  .char-group tr.nth-of-type-odd {
    background: #f5f5f5;
}
.product-outer .tab-inner  .char-group tr:nth-of-type(odd) {
    background: #f5f5f5;
}
.product-outer .tab-inner .char-group th {
    text-align: left;
}
.product-outer .tab-inner .char-group td {
    color: #212121;
    padding: 4px 16px;
    border: 1px solid #e0e0e0;
    width: 50%;
}
.product-outer .tab-inner .char-group td:first-child {
    color: #9e9e9e;
    border-left: 1px solid transparent;
}
.product-outer .tab-inner .char-group td.td-last-child {
    border-right: 1px solid transparent;
}
.product-outer .tab-inner .char-group td:last-child {
    border-right: 1px solid transparent;
}

.product-outer .tab-inner .columns {
    margin-top: 30px;
}

.product-outer .tab-inner .columns:after {
    clear: both;
    float: none;
}

.product-outer .tab-inner .columns > .column {
    width: 48.5%;
    float: left;
}
.product-outer .tab-inner .columns > .column.column-last-child {
    float: right;
}
.product-outer .tab-inner .columns > .column:last-child {
    float: right;
}

@media all and (max-width: 1179px){
    .product-outer .tab-inner > h2  {
        display: none;
    }
    .product-outer .tab-inner .char-group table{
        width: 100%;
        margin-left: 0;
    }
    .product-outer .tab-inner .columns > .column {
        width: 47.8%;
    }
    .product-outer .tab-inner .char-group  h3 {
        font-size: 16px;
        margin: 2px 0;
    }
    .product-outer .tab-inner .char-group table {
        font-size: 16px;
    }
}
@media all and (max-width: 639px){
    .product-outer .tab-inner .columns > .column.column-last-child {
        margin: 0 auto;
        padding: 0 6%;
        width: 88%;
        float: none;
    }
    .product-outer .tab-inner .columns > .column,
    .product-outer .tab-inner .columns > .column:last-child {
        margin: 0 auto;
        padding: 0 6%;
        width: 88%;
        float: none;
    }
    .product-outer .tab-inner .char-group  h3 {
        font-size: 16px;
        margin: 3px 0;
    }
    .product-outer .tab-inner .char-group td {
        padding: 6px 12px;
    }
    .product-outer .tab-inner .columns {
        margin-top: 40px;
    }
}

/** ????? ???????? ??????? - ????? **/

/** ??????? "?????" - ?????? **/

.product-outer .overall-outer .reviews-outer .all-reviews-block {
    float: none;
    width: 100%;
    border: none;
}

.product-outer .overall-outer h2 {
    display: block!important;
    font-size: 20px;
}

.tablet-button-outer {text-align:center;}

.product-outer .overall-outer .button {
    line-height: 2.25em;
}

.product-outer .overall-outer .button.white {
    margin-left: 18%;
}

.product-outer .overall-outer .button.yellow {
    display: none;
}

@media all and (max-width: 1179px) {
    .product-outer .overall-outer hr {
        display:none;
    }

    .product-outer .overall-outer .button.white {
        display: none;
    }

    .product-outer .overall-outer .button.yellow {
        display: inline-block;
    }
}

/** ??????? "?????" - ????? **/


/** ??????? "??????????????" - ?????? **/

/** ??????? "??????????????" - ????? **/


/** ??????? "????????" - ?????? **/
.product-outer .description-outer p {
    font-size: 14px;
    font-family: "Source Sans Pro", "Arial", "Tahoma", sans-serif;
    margin: 14px 0;
}

@media all and (max-width: 1179px){
    .product-outer .description-outer p {
        font-size: 16px;
    }
}
@media all and (max-width: 639px){
    .product-outer .description-outer p {
        margin: 14px 6%;
    }
}
/** ??????? "????????" - ????? **/


/** ??????? "??????????", "??????? ??????" ? "SIM-?????" - ?????? **/

.product-outer .tab-inner .cols {
    /* overflow: hidden;*/
    padding-top: 30px;
}
.product-outer .tab-inner .col {
    float: left;
}
.product-outer .tab-inner .col-70 {
    width: 70%;
}
.product-outer .tab-inner .col-30 {
    width: 30%;
}
.product-outer .tab-inner .col-80 {
    width: 80%;
}
.product-outer .tab-inner .col-100 {
    width: 100%;
}
.product-outer .tab-inner .col-20 {
    width: 20%;
}
.product-outer .tab-inner .col-50 {
    width: 50%;
}
.product-outer .tab-inner .teaser-list {
    font-size: 0;
    padding-top: 1px;
}
.product-outer .tab-inner .teaser {
    font-size: 14px;
    position: relative;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    width: 29.6%;
    min-height: 400px;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px 10px 125px 10px;
    margin-right: 2.4%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product-outer .tab-inner .teaser-list--four .teaser {
    width: 22%;
}
.product-outer .tab-inner .teaser-type {
    color: #9e9e9e;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    height: 25px;
}
.product-outer .tab-inner .teaser-image {
    display: block;
    border: 0;
    height: 180px;
    line-height: 180px;
    margin-bottom: 15px;
}
.product-outer .tab-inner .teaser-image img {
    max-width: 100%;
    height: auto;
    display: inline;
}
.product-outer .tab-inner .teaser-name {
    color: #616161;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    display: block;
    border: 0;
}
.product-outer .tab-inner .teaser-price {
    color: #212121;
    font-size: 29px;
    line-height: 29px;
    font-family: "Houschka Rounded", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}
.product-outer .tab-inner .teaser-price-old {
    color: #b8170e;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    position: relative;
}
.product-outer .tab-inner .teaser-price-old:after {
    content: '';
    height: 2px;
    background-color: #b8170e;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
}
.product-outer .tab-inner .teaser-footer {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.product-outer .tab-inner .teaser-label {
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 0;
    width: 30px;
    background-position: center center;
    background-repeat: no-repeat;
}
.product-outer .tab-inner .label-unique,
.product-outer .tab-inner .label-good {
    height: auto;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    width: auto;
    padding: 5px 11px;
    background-image: none;
}
.product-outer .tab-inner .label-unique {
    top: 95px;
    right: -66px;
    background-color: #ffe735;
}

.product-outer .tab-inner .label-good {
    color: #fff;
    top: 79px;
    right: -49px;
    background-color: #f4511e;
}
.product-outer .tab-inner .add-cart {
    height: auto;
    padding: 7px 22px;
    outline: none;
}
.product-outer .tab-inner .teaser-footer .compare {
    height: auto;
    padding: 7px 22px;
}
.product-outer .tab-inner .add-cart:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    background-position: -250px -160px;
    width: 18px;
    height: 18px;
}
.product-outer .tab-inner .teaser-footer .compare:before {
    content: "";
    background-position: -53px -211px;
    width: 24px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.product-outer .tab-inner .tab-inner .ckeckbox {
    margin-bottom: 10px;
    color: #616161;
}
.product-outer .tab-inner .tab-inner .ckeckbox input {
    margin-right: 5px;
    vertical-align: middle;
}
.product-outer .tab-inner .checkbox-list {
    margin-bottom: 10px;
}
.product-outer .tab-inner .checkbox-list--separ {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.product-outer .tab-inner .checkbox {
    margin-bottom: 10px;
    position: relative;
}
.product-outer .tab-inner .checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}
.product-outer .tab-inner .checkbox label {
    position: relative;
    color: #616161;
}
.product-outer .tab-inner .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 14px;
    left: 3px;
    top: 6px;
    margin-left: -20px;
}
.product-outer .tab-inner .checkbox label::before {

}
.product-outer .tab-inner .checkbox input[type="checkbox"]:checked + label {
    color: #212121;
}
.product-outer .tab-inner .checkbox input[type="checkbox"]:checked + label::after {
    color: #fff;
}
.product-outer .tab-inner .checkbox-more {
    border: 0;
    margin-left: 36px;
}
.product-outer .tab-inner .checkbox-more:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    background-position: -216px -160px;
    width: 10px;
    height: 6px;
}
.product-outer .tab-inner .pagen {
    text-align: center;
    clear: both;
    margin-top: 20px;
    padding: 0;
}
.product-outer .tab-inner .pagen li {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
}
.product-outer .tab-inner .pagen a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #616161;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
}
.product-outer .tab-inner .pagen span {
    height: 21px;
    line-height: 21px;
}
.product-outer .tab-inner .pagen .active a {
    border: 2px solid #ffe735;
}
.product-outer .tab-inner .pagen .prev {
    margin-right: 12px;
}
.product-outer .tab-inner .pagen .next {
    margin-left: 12px;
}
.product-outer .tab-inner .pagen .prev a,

.product-outer .tab-inner .pagen .next a {
    width: 6px;
    height: 10px;
    display: inline-block;
    top: 3px;
    position: relative;
    border-radius: 0;
    border: 0;
}
.product-outer .tab-inner .pagen .prev a {
    background-position: -169px -161px;
}
.product-outer .tab-inner .pagen .prev a:hover {
    background-position: -161px -161px;
}
.product-outer .tab-inner .pagen .next a {
    background-position: -153px -161px;
}
.product-outer .tab-inner .pagen .next a:hover {
    background-position: -145px -161px;
}

@media all and (max-width: 768px){
    .product-outer .tab-inner .add-cart {
        padding: 7px 17px;
        margin: 0 5px;
    }
}
@media all and (max-width: 991px){
    .product-outer .tab-inner .teaser-list--four .teaser {
        width: 29.6%;
        margin-right: 2.4%;
    }
}
@media all and (max-width: 768px){
    .product-outer .tab-inner .col-70,
    .product-outer .tab-inner .col-80 {
        width: 100%;
        float: none;
    }
    .product-outer .tab-inner .col-30,
    .product-outer .tab-inner .col-20 {
        float: none;
        display: none;
    }
    .product-outer .tab-inner .teaser-list--four .teaser,
    .product-outer .tab-inner .teaser {
        width: 50%;
        margin: 0;
        border-radius: 0;
        border-bottom: 0;

    }
    .product-outer .tab-inner .teaser:nth-child(even) {
        margin-left: -3px;
    }
    .product-outer .tab-inner .teaser-list {
        margin-right: -3px;
        border-bottom: 1px solid #e0e0e0;
    }
    .product-outer .tab-inner .cols {
        padding-top: 0;
    }
}

/** ??????? "??????????", "??????? ??????" ? "SIM-?????" - ????? **/



/** ??????? "??????" - ?????? **/

.product-outer .reviews-outer .all-reviews-block {
    float: left;
    position: relative;
    width: 72%;
    border-right: 1px solid #eeeeee;
}

.product-outer .reviews-outer .add-reviews-block {
    float: right;
    position: relative;
    width: 25%;
    margin: 0 0 0 2%;
}

.product-outer .reviews-outer .review-user-name {
    font-size: 1em;
    color: #212121;
    padding-left: 3px;
}

.product-outer .reviews-outer .review-date,
.product-outer .reviews-outer .review-city {
    color: #9e9e9e;
    font-size: 0.85em;
    padding-left: 3px;
}

.product-outer .reviews-outer .review-rating {
    padding-bottom: 15px;
}

.product-outer .reviews-outer .one-review {
    padding-bottom: 20px;
}

.product-outer .reviews-outer .one-review-name-block {
    float: left;
    position: relative;
    width: 15%;
}

.product-outer .reviews-outer .one-review-text-block {
    margin: 0 3%;
    padding: 2% 3%;
    float: left;
    position: relative;
    width: 72%;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.product-outer .reviews-outer .one-review-text-block:before {
    content: "";
    background-position: -307px -326px;
    width: 8px;
    height: 12px;
    display: block;
    position: absolute;
    left: -8px;
    top: 28px;
}

.product-outer .reviews-outer .one-review-text-block span {
    font-family: "Source Sans Pro", "Arial", "Tahoma", sans-serif;
    font-weight: 600;
}

.product-outer .reviews-outer .one-review-text-block p {
    margin-top: 0;
}

.product-outer .reviews-outer .review-like-icon {
    float: right;
    position: relative;
    font-size: 14px;
}

.product-outer .reviews-outer .review-like-icon div {
    display: inline-block;
}

.product-outer .reviews-outer .review-like-icon .like a {
    color: #75b839;
    margin-right: 20px;
    border: 0;
}

.product-outer .reviews-outer .review-like-icon .like a:before {
    content: "";
    background-position: -116px -160px;
    width: 16px;
    height: 18px;
    display: inline-block;
    top: 5px;
    position: relative;
    margin-right: 8px;
}

.product-outer .reviews-outer .review-like-icon .no-like a:before {
    content: "";
    background-position: -100px -160px;
    width: 16px;
    height: 18px;
    display: inline-block;
    top: 6px;
    position: relative;
    margin-right: 8px;
}

.product-outer .reviews-outer .review-like-icon .no-like a {
    color: #f4511e;
    border: 0;
}

.product-outer .reviews-outer .review-nav {
    text-align: center;
    padding: 15px 0;
    white-space: nowrap;
}

.product-outer .reviews-outer .review-nav a,
.product-outer .reviews-outer .review-nav span {
    color: #616161;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    width: auto;
    height: 22px;
    display: inline-block;
    margin: 0 1%;
    padding: 0 8px;
}

.product-outer .reviews-outer .review-nav a.more {
    margin: 0;
}

.product-outer .reviews-outer .review-nav .active {
    border: 2px solid #ffe735;
    width: auto;
    height: 21px;
    padding: 0 7px;
}

.product-outer .reviews-outer .review-nav .disabled {
    cursor: default;
}

.product-outer .reviews-outer .review-nav a.more,
.product-outer .reviews-outer .review-nav a.prev,
.product-outer .reviews-outer .review-nav a.next {
    border: 0;
}

.product-outer .reviews-outer .review-nav a.prev:before {
    content: "";
    background-position: -161px -161px;
    width: 6px;
    height: 10px;
    display: inline-block;
    margin-right: 8px;
    top: 1px;
    position: relative;
}

.product-outer .reviews-outer .review-nav a.next:before {
    content: "";
    background-position: -153px -161px;
    width: 6px;
    height: 10px;
    display: inline-block;
    margin-right: 8px;
    top: 1px;
    position: relative;
}

.product-outer .reviews-outer  .form-review textarea {
    width: 100%;
}

.product-outer .reviews-outer  .form-review .add-rating {
    padding: 8px 0 4px 0;
}

.product-outer .reviews-outer  .form-review .add-rating label {
    float: left;
    position: relative;
    color: #9e9e9e;
}

.product-outer .reviews-outer  .form-review .add-rating .select-rating {
    float: left;
    position: relative;
}

.product-outer .reviews-outer  .form-review .add-rating button {
    height: 15px;
    width: 15px;
    padding: 0;
    border-radius: 0;
    background: none;
    border: 0;
    outline: none;
}

.product-outer .reviews-outer  .form-review .add-rating .select-rating {
    position: relative;
    left: 10px;
    top: 4px;
}

.product-outer .reviews-outer  .form-review .add-rating .star-rating-block {
    position: absolute;
    top: 0;
}

.product-outer .reviews-outer  .form-review .add-rating .button-rating {
    position: relative;
    top: -2px;
}

.product-outer .reviews-outer  .form-review div.add-dignity,
.product-outer .reviews-outer  .form-review div.add-limitations,
.product-outer .reviews-outer  .form-review div.add-comments {
    padding: 10px 0;
}

.product-outer .reviews-outer  .form-review div.user-login-anonim {
    padding: 0;
}
.product-outer .reviews-outer  .form-review div.user-email-name,
.product-outer .reviews-outer  .form-review .subsribe-check {
    margin-top: 8px;
}
.product-outer .reviews-outer  .form-review div.user-email-name input[type="text"] {
    width: 100%;
    margin-top: 10px;
}

.product-outer .reviews-outer  .form-review div.user-login-anonim label {
    margin-left: 9px;
}

.product-outer .reviews-outer  .form-review .title {
    font-family: "Source Sans Pro", "Arial", "Tahoma", sans-serif;
    font-weight: 600;
    color: #9e9e9e;
    text-transform: uppercase;
    padding-left: 12px;
}

.product-outer .reviews-outer  .form-review .button {
    height: 2.6em;
    padding: 0.3em 1.1em;
}

.product-outer .reviews-outer .current-rating {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAMCAMAAABYzB2OAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjM0MEQ2M0Q2RUFDMTFFNjlFNTdFOEJCN0Y5MDRBMzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjM0MEQ2M0U2RUFDMTFFNjlFNTdFOEJCN0Y5MDRBMzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMzQwRDYzQjZFQUMxMUU2OUU1N0U4QkI3RjkwNEEzOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMzQwRDYzQzZFQUMxMUU2OUU1N0U4QkI3RjkwNEEzOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnP2bLcAAABgUExURQAAAP/////VAPPbAPnYAPraAPfcAPfdAPjdAPjbAPncAPfcAPjcAPjbAPjcAPncAPjbAPnbAPndAPjbAPjdAPrcAPndAPnbAPjcAPjdAPrbAPrdAPjdAPjbAPjdAPjbAF2KiWsAAAAfdFJOUwAAEhUnMDk8QkVOXWZpbHuNmZyoq7rAxsnV297z9vlanfR4AAAAYUlEQVQI113OVxKAMAgEUGOJiSX2Xvb+tzRGIo78MLyBHQIhgrvkFrku7Ew0oP5RCuzRl5JsBtDr2FMHruqhkuXQdFh42dWbRXZKjle0FTIZopSpAUazACVTOyn7Zb4aRxfsAwmsABIOEAAAAABJRU5ErkJggg==") top left repeat-x;
    height: 12px;
    width: 0;
    max-width: 100%;
}


.product-outer .reviews-outer  .form-review .add-rating input[type="radio"] {
    display: none;
}
.product-outer .reviews-outer  .form-review .captcha-word {
    width: 100%;
    margin: 20px 0;
}
.product-outer .reviews-outer  .form-review [type=text]{
    width: 100%;
    margin-top: 10px;
}
.product-outer .reviews-outer  .form-review .name_input_o{
    display: block;
}
.product-outer .reviews-outer  .form-review #user-anonim:checked~.name_input_o{
    display: none;
}


@media all and (max-width: 1179px){
    /*????? 900>=x >1180 Tablet*/

    .product-outer .reviews-outer .all-reviews-block,
    .product-outer .reviews-outer .add-reviews-block {
        width: 100%;
        font-size: 1.14em;
        border: 0;
    }

    .product-outer .reviews-outer .all-reviews-block {
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 3%;
        margin-bottom: 1%;
        margin-top: 30px;
    }

    .product-outer .reviews-outer .all-reviews-block h2 {
        display: none;
    }

    .product-outer .reviews-outer .one-review-text-block {
        margin: 0 0 0 3%;
        width: 75%;
    }

    .product-outer .reviews-outer .review-nav a,
    .product-outer .reviews-outer .review-nav span,
    .product-outer .reviews-outer .review-nav .active {
        padding: 2px 10px 4px 10px;
    }

    .product-outer .reviews-outer .form-review div.add-limitations {
        float: right;
    }

    .product-outer .reviews-outer .form-review .add-rating,
    .product-outer .reviews-outer .form-review div.add-dignity {
        float: left;
    }

    .product-outer .reviews-outer .form-review div.add-dignity,
    .product-outer .reviews-outer .form-review div.add-limitations {
        width: 49%;
    }

    .product-outer .reviews-outer  .form-review div.add-comments {
        padding: 10px 0 20px 0;
    }

    .product-outer .reviews-outer .form-review textarea {
        height: 3em;
        min-height: 3em;
    }

    .product-outer .reviews-outer .form-review [type="checkbox"]:not(checked) + label:before {
        content: "";
        background-position: -100px -182px;
        width: 20px;
        height: 20px;
    }

    .product-outer .reviews-outer .form-review [type="checkbox"]:checked + label:before {
        content: "";
        background-position: -120px -182px;
        width: 20px;
        height: 20px;
    }

    .product-outer .reviews-outer .add-rating .star-rating {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAcCAMAAAAkyw3kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDM5QzUzNTU3MzYzMTFFNkFCMDBENkNFNUU2NzY2NjQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDM5QzUzNTY3MzYzMTFFNkFCMDBENkNFNUU2NzY2NjQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEMzlDNTM1MzczNjMxMUU2QUIwMEQ2Q0U1RTY3NjY2NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEMzlDNTM1NDczNjMxMUU2QUIwMEQ2Q0U1RTY3NjY2NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Prx4YlsAAACuUExURQAAAP///////9XV1ePj49XV1dXV1dvb2+Dg4Nra2t3d3dnZ2dvb293d3dra2tzc3Nra2tzc3N3d3dvb293d3dvb29vb29vb29zc3Nzc3Nzc3Nvb29zc3Nvb29zc3Nzc3Nvb29vb29vb29vb293d3dvb29vb29vb29zc3Nvb293d3dvb29vb29zc3Nvb293d3dvb29vb293d3dzc3Nvb293d3dvb293d3dvb29vb27nGFoIAAAA5dFJOUwAAAwYJDBIVGBseISotMDM2OTw/QkVUWmZye36BhIeKk5miqKuusbe6vcDDxsnM1eHn6u3w8/b5/BCufOsAAADmSURBVDjLjdRnE4IwDAZg964MUamKC1y4wUH+/x8TBO86UiTfcvdcaN8ApXJSJa4GtMn1KZEheYNfCG4AYFgAktjBsQD0EsiNxCGJQByJw3QggPUH9qIMHnJh29zDr6hWw6Buz91LBHzdTys66rKwegF1UQZ2chzs2Eev1O414M6olC9LuPUSd09TimeBuYeB5OjILtTQwCeiC/qKzdwEOFOssC5O9BTQEOFVAW0RRlUcylEqLuNLcIzDMAuPknUGHRS20l1M68mXs/02WxT2k1dg0cgy1Q9xe0ZhxQ2X7L/E8gPmjB8HZ13jf2tmjAAAAABJRU5ErkJggg==") top left repeat-x;
        width: 200px;
        height: 28px;
        max-width: 200px
    }

    .product-outer .add-reviews-block .current-rating {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAcCAYAAAATFf3WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RENGODkwRDU3MzYzMTFFNkJBODJBNDk4QjA2MDlBMkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RENGODkwRDY3MzYzMTFFNkJBODJBNDk4QjA2MDlBMkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEQ0Y4OTBEMzczNjMxMUU2QkE4MkE0OThCMDYwOUEyQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEQ0Y4OTBENDczNjMxMUU2QkE4MkE0OThCMDYwOUEyQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi99tXEAAAKASURBVHjazJfPS9xAFMdfku2mWwIFobDgSSgsKJaCPbZQKnj11KsoLZ4EpWDxH/BU+g94Enoq9NJeCz0VPAUFYUEQBKEgCAtq9veu2+/XPFZJXbtJJrgDXxJmmJfPvHnz5sXq9XoSbSe+JQnbIuRA21A3Olic6cU2mBNz7UM+L5+5tGZLinhsmjBqG4LzoI2CK/LQDWGhx6MEuAywJzasUXgfQ9/qqADSe+tu/rrDDb24qmP3DkjvFe0blmzLnBfTAhai3ut7Md+PRe8+AZfdiPf6hq9jcSXNB5KmmUlogif3Nu/d9GKjeeXFfehYn7GadUeiZpqYgZ5CzxWIKjl6WnkYHvxnie0O8mJT5BKf6Yap+wA6UmBf330k8UocQELt5nLiEcZxQiDKSRkU3UvAqgjMJxYRYOg1IP1ht/gNtsd7VBDjzbllkbWGePDyS/XoUIfkK66rcr0hmTfEKEOA2/wlzik+o8sxeS9LSMLBPmPy1aAYvCuiTqFZGPGzgKRNqKyx9ydpHqwo5I5JSNri7ijcSdpEze2eg8HfJiAVjodhFnCnpm6SQCF/4fAkbq32FdyOwlVMX3V1aC0NoM79CLizrO7iUppErXNLWRYL07xVElcmdv8ezxAwjQfDxU2PrAedjD3Im3nCtgdXLUENquK9PXiLLUvGUYyMZQE4Ce/9478OKpJqCLYPsHmAzgHUZ1+nk36b7aTby1KphsRzEcgB8tsCup5BP6Cf0Av0vb2oSrlaDxeRdJvjAI7zZ4j1HMHOAzlGXnuP/qkBlcg3jrVasoRFHHEOF6UhUjRRUUcbq+nvWml/grZ4OQz5Hf4YvOMPlib8eSTrw2Em/hVgAFLx7QAaTjLyAAAAAElFTkSuQmCC") top left repeat-x;
        max-width: 100%;
        height: 28px;
    }

    .product-outer .reviews-outer  .form-review .add-rating button {
        height: 30px;
        width: 39px;
    }

    .product-outer .reviews-outer  .form-review .add-rating .select-rating {
        top: -3px;
    }

}

@media all and (max-width: 639px){
    /*????? 320>=x >640 Mobile*/

    .product-outer .reviews-outer .all-reviews-block,
    .product-outer .reviews-outer .add-reviews-block {
        margin: 4%;
        width: 92%;
    }

    .product-outer .reviews-outer .add-reviews-block {
        text-align: center;
        margin-top: 0;
    }

    .product-outer .reviews-outer .one-review-name-block {
        width: 100%;
        padding-bottom: 10px;
    }

    .product-outer .reviews-outer .one-review-text-block {
        width: 94%;
        margin: 0;
    }

    .product-outer .reviews-outer .review-rating {
        float: right;
        padding: 0;
        position: relative;
        top: 1.5em;
    }

    .product-outer .reviews-outer .review-date,
    .product-outer .reviews-outer .review-city {
        float: left;
    }

    .product-outer .reviews-outer .review-city {
        padding-left: 12px;
    }

    .product-outer .reviews-outer .one-review-text-block:before {
        left: 30px;
        top: -10px;
        transform: rotate(90deg);
    }

    .product-outer .reviews-outer .form-review div.user-login-anonim,
    .product-outer .reviews-outer  .form-review .add-rating label,
    .product-outer .reviews-outer  .form-review .add-rating .select-rating {
        float: none;
        top: 0;
        left: 0;
    }

    .product-outer .reviews-outer  .form-review .add-rating .select-rating {
        margin-top: 6px;
        height: 40px;
    }

    .product-outer .reviews-outer .form-review .add-rating {
        width: 100%;
    }

    .product-outer .reviews-outer  .form-review .add-rating .star-rating-block {
        position: relative;
    }

    .product-outer .reviews-outer .add-rating .star-rating {
        margin: 0 auto;
    }

    .product-outer .reviews-outer  .form-review .add-rating .button-rating {
        position: relative;
        top: -28px;
    }

    .product-outer .reviews-outer .form-review div.add-dignity,
    .product-outer .reviews-outer .form-review div.add-limitations {
        width: 100%;
    }

}

@media all and (max-width: 360px) {

    .product-outer .reviews-outer .review-nav a,
    .product-outer .reviews-outer .review-nav span {
        margin: 0;
    }
}

/** ??????? "??????" - ????? **/


.product-outer .additional-services-outer {
    padding: 0 45px;
    margin-top: 33px;
}

@media all and (max-width: 639px){
    .product-outer .additional-services-outer {
        padding: 0 20px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
}

/** ??????? "?????????????? ??????" ("??????????") - ?????? **/
.product-outer .additional-services-outer h2 {
    margin-top: 18px;
    margin-bottom: 16px;
}

.product-outer .additional-services-outer .char-group table {
    width: 100%;
    margin-left: 0;
}

.product-outer .additional-services-outer .char-group td {
    width: auto;
    padding: 6px 16px;
}

.product-outer .additional-services-outer .char-group td:first-child {
    color: #212112;
}

.product-outer .additional-services-outer td.nth-child-2,
.product-outer .additional-services-outer td.nth-child-3 {
    white-space: nowrap;
}

.product-outer .additional-services-outer td:nth-child(2),
.product-outer .additional-services-outer td:nth-child(3) {
    white-space: nowrap;
}

.product-outer .additional-services-outer td:first-child {
    width: 100%;
    word-break: break-all;
}

.product-outer .additional-services-outer .char-list .icon-info {
    float: right;
    display: block;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #c2c2c2;
    width: 16px;
    height: 16px;
    text-align: center;
    cursor: pointer;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.product-outer .additional-services-outer .char-list .icon-info:before {
    position: relative;
    display: inline-block;
    font-size: 12px;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    top: -4px;
    left: 0;
}

.product-outer .additional-services-outer .char-list .icon-info-question:before {
    content: '?';
}

.product-outer .additional-services-outer .char-list .icon-info:hover {
    background: #f5f5f5;
}

.product-outer .additional-services-outer button {
    width: 90px;
    padding: 2px;
    height: auto;
    border-radius: 4px;
}

.product-outer .additional-services-outer .char-group {
    padding-bottom: 0;
}

@media all and (min-width: 1179px) {
    .product-outer .additional-services-outer button {
        background-image:none !important;
    }
}

@media all and (max-width: 1179px) {
    .product-outer .additional-services-outer h2 {
        padding-left: 16px;
    }

    .product-outer .additional-services-outer .char-group button {
        padding: 4px 10px;
        width: 26px;
        height: 26px;
        background-position: -207px -286px;
        border: transparent solid 0;
    }

    .product-outer .additional-services-outer .char-list .icon-info {
        display: none;
    }

    .product-outer .additional-services-outer button span {
        display: none;
    }
}

@media all and (max-width: 639px) {
    .product-outer .additional-services-outer h2 {
        padding-left: 0;
    }
}

.ui-tooltip.help-tooltip,
.ui-tooltip.help-tooltip .arrow:after {
    background: #fff;
    border: 1px solid #e0e0e0;
}

.ui-tooltip.help-tooltip {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 3px #e0e0e0;
    position: absolute;
    padding: 10px;
    text-align: left;
    max-width: 400px;
    color: #212121;
    font-size: 12px;
    z-index: 9999;
}

.ui-tooltip.help-tooltip .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.ui-tooltip.help-tooltip .arrow.top {
    top: -16px;
    bottom: auto;
}

.ui-tooltip.help-tooltip .arrow.left {
    left: 20%;
}

.ui-tooltip.help-tooltip .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ui-tooltip.help-tooltip .arrow.top:after {
    bottom: -20px;
    top: auto;
}

/** ??????? "?????????????? ??????" ("??????????") - ????? **/


/** ??????? "??????? ?? ??????" - ?????? **/

/** ??????? "??????? ?? ??????" - ????? **/


/** ???? ? ?????????, ??????? - ?????? **/

.product-outer .delivery-payment-info {
    font-size: 1em;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    clear: both;
    float: none;
}

.product-outer .delivery-payment-info em {
    font-size: 0.9em;
}

.product-outer .delivery-payment-info .title,
.product-outer .bonuses-info-mobile .title,
.product-outer .status-block-mobile .title {
    font-size: 1em;
    font-family: "Source Sans Pro", "Arial", "Tahoma", sans-serif;
    font-weight: 600;
    color: #9e9e9e;
    text-transform: uppercase;
    display: block;
}

.product-outer .delivery-payment-info .content {
    padding-left: 32px;
}

.product-outer .delivery-payment-info > div {
    padding: 22px;
}

.product-outer .delivery-payment-info .delivery-info > .content p {
    margin: 0;
}

.product-outer .delivery-payment-info .delivery-info .today {
    color: #75b839;
}

.product-outer .delivery-payment-info .delivery-info .tomorrow {
    color: #9e9e9e;
}

.product-outer .delivery-payment-info .delivery-info .title:before {
    content: "";
    background-position: -81px -211px;
    width: 22px;
    height: 16px;
    display: inline-block;
    top: 3px;
    position: relative;
    margin-right: 10px;
}


.product-outer .delivery-payment-info .bonuses-info {
    padding-bottom: 15px;
    border-top: 1px solid #eeeeee;
}

.product-outer .delivery-payment-info .bonuses-info > .title {
    padding-bottom: 10px;
}

.product-outer .delivery-payment-info .bonuses-info > .content > p,
.product-outer .bonuses-info-mobile > .content > p {
    margin: 0.3em 0;
    color: #9e9e9e;
}

.product-outer .delivery-payment-info .bonuses-info > .content > p > span,
.product-outer .bonuses-info-mobile > .content > p > span {
    font-weight: 600;
    font-size: 1.2em;
    color: #666666;
}

.product-outer .delivery-payment-info .bonuses-info .title:before,
.product-outer .bonuses-info-mobile .title:before{
    content: "";
    background-position: -256px -386px;
    width: 23px;
    height: 17px;
    display: inline-block;
    top: 3px;
    position: relative;
    margin-right: 10px;
}

.product-outer .delivery-payment-info .delivery-info .delivery-item {
    margin-top: 17px;
}

.product-outer .delivery-payment-info .delivery-info .delivery-item:first-child {
    margin-top: 0;
}

.product-outer .bonuses-info-mobile,
.product-outer .status-block-mobile {
    border: 1px solid #eeeeee;
    border-radius:10px;
    width:100%;
    font-size:1.14em;
    padding:14px 17px;
    box-sizing: border-box;
    margin-bottom:20px;
    clear:both;
}

.product-outer .bonuses-info-mobile .content {
    text-align:center;
    padding:15px 0 0;
}

.product-outer .status-block-mobile .content {
    padding:0;
}

.product-outer .status-block-mobile .content > div {
    display:inline-block;
}

.product-outer .delivery-payment-info .one-click-entity {
    display: block;
    margin-top: 17px;
}

.product-outer .delivery-payment-info .one-click-entity > a {
    color: #616161;
    border-bottom: 1px dotted #616161;
}

.product-outer .delivery-payment-info .one-click-entity > a:hover {
    border: 0;
}

.product-outer .status-block-mobile .title:before {
    content:" ";
    background-position: -224px -54px;
    width: 25px;
    height: 21px;
    display: inline-block;
    top: 3px;
    position: relative;
    margin-right: 10px;
}

@media all and (max-width: 719px) {
    .product-outer .status-block-mobile .title:before {
        display:none;
    }

    .product-outer .delivery-payment-info .title,
    .product-outer .bonuses-info-mobile .title,
    .product-outer .status-block-mobile .title {
        font-size:14.5px;
    }
}


@media all and (max-width: 1024px){
    /*????? 900>=x >1180 Tablet*/

    .product-outer .delivery-payment-info > div {
        padding: 14px;
    }

    .product-outer .delivery-payment-info {
        width: 50%;
        float:right;
        clear:none;
        box-sizing: border-box;
        font-size: 1em;
        line-height:1.5;
        padding-right:30px;
        padding-left:25px;
        border:0;
    }

    .product-outer .delivery-payment-info .bonuses-info {
        display: none;
    }

    .product-outer .delivery-payment-info .delivery-info {
        border-bottom:0;
        border: 1px solid #eeeeee;
        border-radius:10px;
    }

    .product-outer .delivery-payment-info .delivery-info > .content p {
        margin-top: 8px;
    }

    .product-outer .delivery-payment-info .delivery-info > .content p:first-child {
        margin-top: 0;
        font-size:14.5px;
    }

    .product-outer .delivery-payment-info .delivery-info .delivery-item {
        float: left;
        position: relative;
        margin-top: 4%;
        width:100%;
        margin-left: 0;
    }

    .product-outer .delivery-payment-info .delivery-info .delivery-item p {
        margin:0;
    }

    .product-outer .delivery-payment-info .delivery-info .delivery-item p strong {
        font-weight:normal;
    }

    .product-outer .delivery-payment-info .delivery-info .delivery-item:first-child {
        margin-left: 0;
    }

    .product-outer .delivery-payment-info .one-click-entity {
        display: none;
    }

}

@media all and (max-width: 719px){
    /*????? 320>=x >640 Mobile*/

    .product-outer .delivery-payment-info {
        width: 100%;
        float: none;
        clear: both;
        box-sizing: border-box;
        font-size: 1.14em;
        padding-right: 0;
        padding-left: 0;
        border: 0;
        margin-bottom: 0;
    }

    .product-outer .delivery-payment-info .delivery-info {
        margin-bottom:16px;
    }

    .product-outer .delivery-payment-info .delivery-info > .content p {
        margin: 0;
    }

    .product-outer .delivery-payment-info .delivery-info .delivery-item {
        float: none;
        margin-top: 17px;
        line-height: 1.43;
        width: 100%;
        margin-left: 0;
        font-size:14.5px;
    }

    .product-outer .bonuses-info-mobile .content {
        text-align: left;
    }

    .product-outer .delivery-payment-info .content {
        padding: 0;
    }

    .product-outer .delivery-payment-info .delivery-info .title:before {
        content: none;
    }

    .product-outer .status-block-mobile .content > div {
        display:block;
    }

    .product-outer .status-block-mobile .content > div {
        text-align:left;
        background:none !important;
        color:#212121 !important;
        padding:0;
        margin:17px 0 0 0;
    }

}
/** ???? ? ?????????, ??????? - ????? **/

/** ???????? ?????? - ????? **/
.b-popup .b-popup-content {
    z-index: 5;
    position: fixed;
    min-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.b-popup .b-popup-content .text-commodity-share .detail-text {
    line-height:1.3em;
    font-size:0.9em;
}
.b-popup {
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    margin-left: -30px;
    z-index: 600;
}
.promo {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #aaa;
    z-index: 100;
    padding: 12px 60px;
    width: 520px;
    max-width: 1142px;
    margin: 0 auto;
    position: relative;
    overflow: auto;
    max-height: 100%;
    box-sizing: border-box;
}
.promo .close {
    border: 0;
    position: absolute;
    right: 20px;
    z-index: 9997;
    background: none;
    top: 20px;
}
.promo .close:before {
    content: "";
    background-position: -107px -212px;
    width: 10px;
    height: 10px;
    display: block;
    cursor: pointer;
}
div.closeLink {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 3;
    background-color: #aaa;
    top: 0;
    background-color: rgba(0,0,0,.3);
    cursor: pointer;
}
.promo .button-block {
    text-align: center;
    margin: 25px 0;
}
.promo input.button {
    width: auto;
    height: 2.85em;
    padding: 0 30px;
}
#link-text-more span{
    cursor: pointer;
    border-bottom: 1px dotted;
}
#text-more {
    display: none;
}
.b-popup .credit,
.b-popup .installment {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #aaa;
    z-index: 100;
    padding: 12px 60px;
    width: 520px;
    max-width: 1142px;
    margin: 0 auto;
    position: relative;
    overflow: auto;
    max-height: 100%;
    box-sizing: border-box;
}
.b-popup .credit .close,
.b-popup .installment .close {
    border: 0;
    position: absolute;
    right: 20px;
    z-index: 9997;
    background: none;
    top: 20px;
}
.b-popup .credit .close:before,
.b-popup .installment .close:before {
    content: "";
    background-position: -107px -212px;
    width: 10px;
    height: 10px;
    display: block;
    cursor: pointer;
}
.b-popup .credit .button-block,
.b-popup .installment .button-block {
    text-align: center;
    margin: 25px 0;
}
.b-popup .credit input.button,
.b-popup .installment input.button {
    width: auto;
    height: 2.85em;
    padding: 0 30px;
}
.b-popup .credit h1,
.b-popup .credit .preview-text,
.b-popup .installment h1,
.b-popup .installment .preview-text {
    text-align: center;
}
.b-popup .credit .preview-text,
.b-popup .installment .preview-text {
    padding-bottom: 10px;
}
.b-popup .credit .product-image,
.b-popup .credit .product-text,
.b-popup .installment .product-image,
.b-popup .installment .product-text {
    float: left;
}
.b-popup .credit .product-image,
.b-popup .installment .product-image {
    padding-right: 20px;
}
.b-popup .credit .product-image img,
.b-popup .installment .product-image img {
    max-height: 81px;
}
.b-popup .credit .name-of-section,
.b-popup .installment .name-of-section {
    color: #bdbdbd;
}
.b-popup .credit .price-of-product,
.b-popup .installment .price-of-product {
    color: #212121;
    font-size: 20px;
    font-weight: 600;
    font-family: "Houschka Rounded", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
    line-height: 29px;
}
.b-popup .credit .close-button,
.b-popup .credit .credit-button,
.b-popup .installment .close-button,
.b-popup .installment .credit-button {

    margin-right: 0px;
    border: 1px solid #f8db00;
    width: 47%;
    text-align: center;
    margin: 35px 2% 30px 0;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    padding: 0.65em 0;
    display: inline-block;
}
.b-popup .installment .credit-button {
    margin: 0;
}
.b-popup .credit .close-button,
.b-popup .installment .close-button {
    float: left;
}
.b-popup .installment .button-block {
    text-align: center;
}
.b-popup .credit .credit-button {
    float: right;
    background: #ffe735;
    color: #212121;
}
.b-popup .installment .credit-button {
    background: #ffe735;
    color: #212121;
}
@media all and (max-width: 639px){
    .promo {
        padding: 12px 25px;
        width: 100%;
    }
    .promo h1 {
        font-size: 25px;
    }
    .b-popup .credit {
        padding: 12px 25px;
        width: 100%;
    }
    .b-popup .credit h1 {
        font-size: 25px;
    }
    .b-popup .installment {
        padding: 12px 25px;
        width: 100%;
    }
    .b-popup .installment h1 {
        font-size: 25px;
    }
}

/** ??????????? ???? ("????? ? 1 ????", "????????? ???" ? ??.) - ?????? **/

/* Ширина по умолчанию для обычных модальных окон. */
.popup-window {
    display: none;
    width: 500px;
    box-shadow:none;
}

/* Ширина по умолчанию для широких модальных окон. */
.popup-window.popup-window_wide {
    width: 1110px;
}

/* Ширина по умолчанию для модального окна выбора аксессуаров. */
.bundle-choice-of-accessories-content {
    width: 846px;
}

@media all and (max-width: 846px) {
    .bundle-choice-of-accessories-content {
        width: 100% !important;
    }
}

.ui-widget-overlay {
    z-index: 9996;
}

.ui-dialog.popup-commodity-shares .ui-dialog-titlebar-close {
    border: 0;
    position: absolute;
    right: 20px;
}

.ui-dialog.popup-commodity-shares .ui-dialog-titlebar-close:before {
    content: "";
    background: url("/bitrix/templates/euroset2016/images/sprite.png") no-repeat -107px -212px;
    width: 10px;
    height: 10px;
    display: block;
}

.popup-commodity-shares {
    box-sizing: border-box;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 12px 60px !important;
    z-index: 10000;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.popup-commodity-shares h1 {
    text-align: center;
    margin-top: 0;
    line-height: 1em;
}

/** ????? "Tablet" **/
@media all and (max-width: 1199px){
    .popup-window.popup-window_wide {
        width: 660px;
    }
}

@media all and (max-width: 1179px){
    .ui-dialog.popup-commodity-shares .ui-dialog-titlebar-close:before {
        content: "";
        background: url("/bitrix/templates/euroset2016/images/sprite.png") no-repeat -102px -284px;
        width: 18px;
        height: 20px;
        display: block;
    }
}

/** ????? "Mobile" **/
@media all and (max-width: 719px){
    .popup-window.popup-window_wide {
        width: 320px;
    }
}

@media all and (max-width: 639px){
    .popup-commodity-shares {
        width: 100% !important;
        min-width: 320px;
        padding: 12px 20px !important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .ui-dialog.popup-commodity-shares .ui-dialog-titlebar-close {
        right: 6px;
    }
}

/** ??????????? ???? ? ????? - ????? **/

/** ??????????? ???? ????? - ?????? **/

.popup-commodity-shares .detail-text {
    line-height: 1.3em;
    font-size: 0.9em;
    display: none;
}

.popup-commodity-shares .read-more {
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px dotted;
}

.popup-commodity-shares .read-more.active {
    display: none;
}

.popup-commodity-shares .read-more.active ~ .detail-text {
    display: block;
}

/* End */

.product-outer .delivery-payment-info{
	font-size: 1em;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    clear: both;
    float: none;
}

.top-block .menu-button-block {
    display: table-cell;
    vertical-align: middle;
    width: 18%;
    position: relative;
    height: 100%;
    border: 1px solid #f8db00;
    background: #ffe735;
    -webkit-box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.1) inset;
}
/* Родительский блок кнопки раскрытия/скрытия меню */
.absolute-menu .block-button-menu {
    display: block;
    padding: 0;
}
/* Кнопка раскрытия/скрытия меню */
.top-block .menu-button-block button.catalog-menu {
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 6px 20px;
    border: 0;
    background: none;
    color: #212121;
    font-size: 1em;
    text-transform: none;
}
.block-button-menu button {
    background: #fce635;
    width: 174px;
    height: 40px;
    border: 0;
    color: #212121;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    cursor: pointer;
}
.top-block .menu-button-block button.catalog-menu:before {
    content: "";
    background-position: -315px -298px;
    width: 13px;
    height: 10px;
    display: inline-block;
    right: 34px;
    position: relative;
}

/* Затемнение на странице */
.shadow-overlay {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    filter: alpha(opacity=30); /* для ИЕ8 */
    display: none;
    z-index: 500;
}
.visible-over {
    display: block;
}
/* desctop-версия блока visible-over */
@media (min-width: 1230px) {
    /* Затемнение фона на расширениях от 1230px не нужно*/
    .visible-over {
        display: none;
    }
    .absolute-menu .visible-over {
        display: block;
    }
}
/* End */
/* /bitrix/templates/euroset2016/components/bitrix/catalog/euroset/style.css?156149935623292 */
/* /bitrix/templates/euroset2016/components/bitrix/catalog/euroset/bitrix/catalog.element/.default/style.css?1561499356114582 */
