.top_ico {
    background-image: url(/upload/uf.png);
    width: 118px;
    height: 121px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: -5px;
}

.element-images {
    position: relative;
}

#catalog-element {
    /*width: 696px;*/
    display: block;
    /* margin-bottom: 10px; */
    /*margin-bottom: 54px;*/
    padding-left: 2px;
}

.element-images .image {
    /*width: 308px;*/
    /*height: 308px;*/
    display: block;
    box-sizing: border-box;
    border: 1px solid #f4f4f4;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
}

.gallery-box {
    width: 240px;
    margin-left: 34px;
}

#owl-galery .owl-item .item {
    width: 70px;
    height: 70px;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
}

#owl-galery .owl-item:hover .item,
#owl-galery .owl-item.active .item{
    border-color: #146e38;
    -webkit-box-shadow: inset 0 0 0 1px #146e38;
    -moz-box-shadow: inset 0 0 0 1px #146e38;
    box-shadow: inset 0 0 0 1px #146e38;
    cursor: pointer;
}

#owl-galery .owl-item img {
    margin-left: 2px;
    margin-top: 2px;
    width: 64px;
    height: 64px;
}


#owl-galery .owl-prev {
    width: 0;
    height: 0;
    border-right: 11px solid #308021;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    position: absolute;
    top: 28px;
    left: -22px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#owl-galery .owl-next {
    width: 0;
    height: 0;
    border-left: 11px solid #308021;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    position: absolute;
    top: 28px;
    right: -12px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.tabs-box {
    line-height: 0;
	margin-top: 25px;
}

.tabs-box .tab {
    display: table-cell;
    width: 136px;
    /* max-width: 136px; */
    /* height: 45px; */
    background: #d3e1d0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 0px;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    color: #58595b;
}

@media(max-width: 500px) {
    .tabs-box .tab {
        width: 100%;
    }
}

.tabs-box .tab_action {
    width: 112.5px!important;
}
.tab-label {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 136px;
    height: 35px;
    padding-right: 9px;
    padding-left: 9px;
    letter-spacing: .5px;
    line-height: 1.2;
    cursor: pointer;
}

@media (max-width: 500px) {
    .tab-label {
        width: 456px;
        height: 33px;
    }
}

.tabs-box .tab:hover {
    background: #2f9851;
}

.tabs-box .action_actions.tab.active  {
    background: #dd3333;
}

.tabs-box .tab.active {
    background: #2f9851;
    color: white;
}

.description-content {
  line-height: 1.5;
  margin-top: 10px;
}

.tab-content {
    display: none;
    min-height: 113px;
    background: #e9ebe8;
    padding: 15px 22px;
}

.tabs-content {
    margin-bottom: 48px;
}

.tab-content.active {
    display:block;
}

.small-text {
    margin-top: -3px;
    text-align: justify;
}

.small-text-full {
    display: none;
}
.open_small_full {
    float: right;
    cursor: pointer;
    color: #146e38;
    line-height: 20px;
    display: none;
}
.open_small_full:hover span {
    border-bottom: 1px solid transparent;
}
.small-text-hidden .open_small_full{
    display: inline-block;
}
.primenenie {
    clear: both;
    color: rgb(128, 128, 128);
}

.primenenie span {
    letter-spacing: 0.1px;
    /*   text-shadow: 1px 0 0 #9e9e9e;*/
    color: #2e2e2e;
}

#sku-box {
    border-top: 1px solid #e3e3e3 ;
    border-bottom: 1px solid #e3e3e3 ;
    padding-bottom: 15px;
    padding-top: 14px;
    margin-bottom: 15px;
}


.sku-items {
    display: table;
    margin-bottom: 12px;
    padding-left: 2px;
}

.sku-items:first-child {
    padding-left: 0;
}

.sku-items:nth-child(2) {
    margin-bottom: 16px;
}

.sku-items:last-child {
    margin-bottom: -2px;
}

.sku-items-span {
    display: table-cell;
    vertical-align: top;
    padding-top: 12px;
    width: 113px;
    font-size: 13px;
    color: rgb(46, 46, 46);
    line-height: 1.3;
    letter-spacing: 0.1px;
    /*	text-shadow: 1px 0 0 #9e9e9e;*/
}

.sku-items:first-child .sku-items-span {
    padding-top: 9px;
}

.sku-items-wrapper {
    display: table-cell;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sku-item {
    display: inline-block;
    height: 29px;
    box-sizing: border-box;
    border: 1px solid #e0e1e1;
    background-color: #e6e6e6;
    font-size: 12px;
    color: rgb(76, 76, 76);
    line-height: 0.583;
    margin-right: 4px;
    padding: 10px 7px 0 7px;
    /*    text-shadow: 1px 0 0 #bdbdbd;*/
    float: left;
    margin-bottom: 3px;
}

.color-item {
    display: inline-block;
    width: 45px;
    height: 25px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #fff;
    box-shadow: inset 0 0 0 1px #ffffff;
    background-color: #F9B06C;
    margin-bottom: 13px;
    margin-right: 1px;
    padding: 0;
    line-height: 65px;
}

.color-item:hover, .color-item.active {
    border-color: #146e38;
    cursor: pointer;
}

.depth-item {
    width: 46px;
    color: rgb(1, 1, 1);
    text-align: center;
    padding: 10px 0 0 0;
    letter-spacing: -0.2;
    /* text-shadow: 1px 0 0 #000;*/
}

.sku-item:not(.color-item):hover, .sku-item:not(.color-item).active {
    background-color: #146e38;
    color: #ffffff;
    cursor: pointer;
    text-shadow: none;
}

.sku-color-item-span {
    font-size: 8px;
    color: #585858;
    line-height: 0.875;
    position: absolute;
    bottom: -11px;
    left: 4px;
}

.primenenie {
    margin-bottom: 14px;
    line-height: 1.5;
    text-align: justify;
    letter-spacing: -0.2px;
}

.text-quan {
    margin-left: 8px;
    letter-spacing: 0.3px;
    /* text-shadow: 1px 0 0 #949494;*/
}

.increase {
    /*position: absolute;
    right: 0;*/
    float: right;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;

}

.decrease {
    /*position: absolute;
    left: 0;*/
    float: left;
    margin-right: 2px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;

}

.quantity .change {
    width: 26px;
    height: 26px;
    background: #2f9851;
    text-align: center;
    color: white;
    font-size: 23px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

#count {
    width: 51px;
    box-sizing: content-box;
    border: 1px solid #A79D9D;
    text-align: center;
    color: #000000;
    /* text-shadow: -1px 0 0 #949494;*/
    height: 23px;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
}

.quantity-box .measure {
    font-weight: bold;
    vertical-align: top;
    margin-top: 2px;
    letter-spacing: -0.7px;
    margin-right: 21px;
}

.measure-alt {
    color: #a0a0a0;
    letter-spacing: -0.2px;
}

#radio-100, #radio-1 {
    display: none;
}

.radio-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    float: left;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #515151;
    box-sizing: border-box;
    position: relative;
    margin-right: 4px;
    margin-top: -4px;
}

.price-radio-input:checked+label:after {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #146e38;
    position: absolute;
}

span.measure {
    font-size: 12px;
}

.price-for {
    font-size: 12px;
    color: rgb(160, 160, 160);
    line-height: 0.583;
    cursor: default;
    position: relative;
}

.price-radio:last-child .price-for {
    position: relative;
}

.special-price {
    font-size: 11px;
    color: rgb(60, 153, 42);
    line-height: 1.364;
    border-bottom: 1px dashed;
    float: left;
    letter-spacing: 0.2px;
    margin-right: 6px;
    margin-bottom: 8px;
    cursor: pointer;
    /*  text-shadow: 1px 0 0 #c2dfbc;*/
}

.span-size {
    font-size: 11px;
    color: rgb(160, 160, 160);
    line-height: 0.636;
    letter-spacing: 0.2px;
    vertical-align: bottom;
}

.in-total-value {
    color: #146e38;
}

.delInCart {
    margin-left: 19px;
    font-size: 12px;
    color: #A0A0A0;
}

.button:hover {
    background: #2f9851;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
    padding: 10px 40px;
    -webkit-box-shadow: 0px 3px 4px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 4px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 4px -1px rgba(0,0,0,0.75);
    font-weight: normal;
    text-transform: uppercase;
}

.buy_one_click_margin0 {
    margin-top: 10px;
    width: auto;
    display: inline-block;
    margin-left: 75px;
    margin-right: 0 !important;
}

.buy_one_click_margin0 .buy1click_letterspacing {
    color: red;
    text-transform: uppercase;
    border-bottom: 1px dashed red;
    text-decoration: none;
    letter-spacing: 0.6px;
    font-size: 14px;
}

.buy_one_click_margin0 .buy1click_letterspacing:hover {
    border: none;
}

.buy_one_click_margin0:before {
    content: " ";
    display: block;
    position: absolute;
    width: 22px;
    height: 23px;
    margin: -5px 0px 0px 0px;
    background: url('images/phone.png');
    margin-left: -28px;
}

.delivery-box {
    margin-left: 11px;
    letter-spacing: 0.3px;
    margin-top: -2px;
}

.delivery-box:before {
    content: '';
    display: block;
    background-color: #e2e2e2;
    width: 369px;
    height: 1px;
    margin-left: -11px;
    margin-bottom: 13px;
    margin-top: 14px;
}

.delivery-box-link {
    text-decoration: none;
    border-bottom: 1px solid #c2dfbc;
    -webkit-box-shadow: 0 1px 0 0 #91c587;
    -moz-box-shadow:    0 1px 0 0 #91c587;
    box-shadow:         0 1px 0 0 #91c587;
    /*	text-shadow: 1px 0 0 #c2dfbc;*/
}

.delivery-box-link:hover {
    border: none;
    box-shadow: none;
}

.tab-box, .tab, .tab-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tab-label {
    /*  text-shadow: -0.1px 0 0 #acb1ab, 0.1px 0 0 #acb1ab;*/
}

.tab-label:hover {
    text-shadow: none;
}

.tab-content {
    padding: 10px 23px;
    text-align: justify;
    line-height: 1.5;
    min-height: 93px;
}

.with-table {
    background: none;
    padding: 0;
    text-shadow: none;
}

.additional-goods-head {
    font-size: 24px;
    color: rgb(76, 76, 76);
    margin-bottom: 18px;
}

.additional-goods-list {
    margin-bottom: 20px;
    border-top: 1px solid #d6d8d8;
}

.additional-goods-item {
    border: 1px solid #d6d8d8;
    border-top: 0;
    width: 100%;
    min-height: 236px;
    box-sizing: border-box;
    padding: 5px;
    padding-bottom: 10px;
    position: relative;
    background: #fff;
}

.additional-item-image {
    position: relative;
    width: 220px;
    height: 220px;
    float: left;
}

.additional-goods-item a img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.additional-item-options {
    float: left;
    width: 250px;
    padding-top: 7px;
    padding-left: 15px;
}

.additional-item-options h2 {
    font-size: 18px;
    margin: 0 0 10px;
    color: #4c4c4c;
}

.options-buttons {
    width: 100%;
    margin-top: 15px;
}

.options-button {
    float: left;
    border: 1px solid #c5c5c5;
    box-sizing: border-box;
    padding: 3px 8px 5px 8px;
    border-radius: 15px;
    color: #58595b;
    margin: 3px;
}

.options-button:hover {
    border: 1px solid #2f9851;
    background: #2f9851;
    color: #ffffff;
    cursor: pointer;
}

.additional-item-price {
    float: right;
    width: 170px;
    padding-top: 19px;
    margin-right: 19px;
    text-align: right;
}

.additional-item-price .button {
    padding: 8px 31px;
    margin-bottom: 25px;
    /*  text-shadow: -1px 0 0 #006cae, 0 1px 0 #006cae;*/
}

.additional-item-price .button:hover {
    text-shadow: none;
}

/*.additional-item-price */.buy_one_click .buy1click {
                               color: red;
                               text-transform: uppercase;
                               border-bottom: 1px dashed red;
                               text-decoration: none;
                               font-size: 13px;
                               margin-right: 6px;
                               letter-spacing: -0.7px;
                           }

/*.additional-item-price */.buy_one_click .buy1click:hover {
                               border: none;
                           }

/*.additional-item-price*/ .buy_one_click:before {
                               content: " ";
	                           position: relative !important;
	                           display: inline-block !important;
	                           float: left !important;
	                           width: 40px !important;
	                           height: 40px !important;
								background: url('/images/phone.svg') !important;
								background-size: contain !important;
                           }
/*.additional-item-price*/ .buy_one_click:hover:before {
	                           background: url('/images/phone_light.svg') !important;
	                           background-size: contain !important;
                           }

.additional-item-price div {
    margin-bottom: 15px;
}

.additional-price {
    font-family: "Tahoma";
    display: block;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 6px;
    color: #000000;
}

.additional-roz .additional-price {
    font-size: 14px;
    color: #757575;
}

.additional-item-price label {
    font-size: 14px;
    color: #58595b;
}

.price-radio-input {
    display: none;
}

.colorbg {
    width: 80px;
    text-align: center;
    height: 40px;
    line-height: 10px;
    float: left;
    background-size: 81px 23px;
    background-repeat: no-repeat;
    position: relative;
}
.colorbg:hover {
    border: 1px solid #2f9851;
}

.colorbg .labeltext {
    position: absolute;
    bottom: 1px;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 11px;
}

.sku-item.show {
    display: inline-block;
}

.sku-item.none {
    display: none;
}

.tab.hide {
    display: none;
}
.fancybox-overlay {
    background: linear-gradient(to bottom, rgba(255,187,0,0.65) 0%, rgba(47,152,80,0.65) 100%) !important;
    opacity: 1 !important;
}

.tips-deliv-tabs {
    float:left;
}
.tips-deliv-tabs h4 img {
    float: left;
    margin-right: 9px;
    margin-top: 0px;
}
.tips-deliv-tabs h4 {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    margin-left: 0;
}


.question-char-text, .question-char-text1 {
    display: none;
    position: absolute;
    left: -95px;
    top: 21px;
    text-align: left;
    font-size: 12px;
    width: 170px;
    line-height: 14px;
    padding: 10px;
    background: #5A5A5A;
    color: #D2D2D2;
    z-index: 100;
}
.question-char-text1 {
    width: 290px;
}

.question-char-text:after, .question-char-text1:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 6px solid #5A5A5A;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    left: 95px;
    top: -6px;
}
div#price-box> div.price-radio:nth-child(3) {
    transform: translateX(-60%);
}
@media (max-width: 384px) {
    div#price-box> div.price-radio:nth-child(3) {
        transform: translateX(-50%);
    }
}
@media (max-width: 480px) {
    .question-char-text1 {
        width: 220px;
        left: -140px;
    }
    .question-char-text1:after {
        left: 140px;
    }
}
@media (max-width: 331px) {
    div#price-box> div.price-radio:nth-child(3) {
        transform: translateX(0%);
    }
}
.bx_catalog_item_action {

    cursor: pointer;
    margin-bottom: 5px;
    text-decoration: underline;
    background-image: url("/img/act.png");
    display: inline-block;
    color: #fff;
    position: absolute;
    margin-left: -3px;
    margin-top: -3px;
    width: 69px;
    z-index: 10;
    font-size: 14px;
    height: 68px;
}

.bx_catalog_item_free_delivery {
    background-image: url('/img/free-delivery.svg');
    width: 166px;
    height: 167px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: -5px;
}

div.strike-price {
    margin-bottom: 4px;
    margin-left: 23px;
    width: 100%;
    min-height: 20px !important;
    color: rgb(160, 160, 160);
}

div.question-char, div.question-char1 {
    top: -3px !important;
}

.question-char1 {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #2f9851;
    color: #fff;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: -19px;
    top: 0;
    font-size: 9px;
    padding-top: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

.incart {
    background: #565c55 !important;
    box-shadow: 0 2px 2px 0 #2e312e !important;
    font-size: 13px !important;
    padding-left: 10px !important;
}
.incart:hover {
    background: #2f9851 !important;
}
.incart:before {
    content: url("/images/checked.svg");
}


.retailers {
    position: absolute;
    left: 10px;
    top: 200px;
    background: white ;
    opacity: 0.85;
    z-index: 2;
    color: #000;
    width: 90%;
}
.retailers.retailers_det {
    top: 270px;
}
.retailers img {
    margin-right: 5px;
    vertical-align: -1px;
}
.retailers strong {
    color: green;
    border-bottom: 1px dashed green;
    cursor: pointer;
    font-weight: normal;
}
.retailers strong:hover {
    border-bottom: none;
}
.retailers_num {
    display: none;
    position: absolute;
    left: 60px;
    top: 230px;
    background: #5A5A5A;
    color: #D2D2D2;
    padding: 10px;
}
.retailers_num:before {
    content: ' ';
    position: absolute;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAKCAYAAABSfLWiAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wkCDRQVww4OTQAAAVtJREFUKM+Fkb1KK1EUhb8zP9HgTGECJkUQ/EG4za3s0vkKio2k9QVkOgkKITGFpMnrWNhY3RubwID2iSBJDMOMKGfOtpAMJkFdsODs4nx77b0REX5yt9tlOBxmdZqmpGk6V/8IqNfrUq1WpVarSRRFS6CZLb5Rq9WSXq9HuVxmPB7TaDQkiiIALMuasxKRJUAQBNLv9/F9H9d10VoTxzHFYpFOp6MKhQIAxphP0CKg3W5LGIb4vo9t2wA4joPneYxGI5rNpkyn0ywRMJ8kCAIJw5B8Pk8ul1tKqLUmSRIqlQqXlxdqY6P0Cbm5+8frwy13jxO57/3H8zxc183ifu04A8VxzObWNmfnTbVTWkX93Ttm/2BdngdP5FdXcBwn+zCbefGttSZ5Tdjc/sP11aFSRyenYqcTECvbwW8yxmCMIUne2Nkt4fD+grItrAXA186Lmp12bU0xGLzwAVQB3hkLWMAoAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 10px;
    top: -8px;
    /*    left: 5px; */
    left:90px;
}
.retailers_num img {
    vertical-align: 0px;
}
.retailers_num.retailers_det {
    left: 70px;
    top: 305px;
    z-index: 999999;
}
.retailers_num div {
    display: inline-block;
    padding-left: 10px;
}
.retailers_num:nth-child(n) {
    vertical-align: middle;
}
.retailers_num.ret_num_show {
    display: inline;
}

p#total-sum {
    display: inline-block;
    float: left;
}
p.get-special {
    padding-left: 10px;
    background-color: #eee;
    font-size: 18px;
    color: #525252;
    line-height: .389;
    height: 36px;
    padding-top: 11px;
    margin-top: -10px;
    text-decoration: none;
    text-align: right;
    padding-right: 20px;
}

a.get-special {
    text-decoration: none;
    border-bottom: 1px dashed;
    color: #58595b;
    font-size: 13px;
}
a.get-special:hover {
    border-bottom: none;
}

a.get-special.deactive {
    display: none;
}

/* ������������� ������ � �������� ������ */
div#description.tab-content > ul {
    display: block;
}
div#description.tab-content > ul > li {
    list-style: disc outside;
    margin-left: 15px;
}

div.price-radio {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 154px;
    gap: 4px;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    z-index: 0 !important;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
    }
.gallery-top {
    width: 100%;
}
.gallery-thumbs {
    height: 100px;
    width: 80%;
    box-sizing: border-box;
    padding: 0 0;
    margin-top: 20px;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.swiper-button-next, .swiper-button-prev {
    top: auto !important;
    bottom: 10px !important;
    width: 21px !important;
    height: 38px !important;
    outline: 0;
    background-image: url(/local/client/build/img/arr-green.svg) !important;
    background-color: #f2f2f2;
    background-size: 6px 17px !important;
    background-repeat: no-repeat;
    background-position: center;

}

.swiper-button-prev {
    transform: translate(0, -50%) rotate(180deg);
    left: 0px !important;
}

.swiper-button-next {
    transform: translate(0, -50%) rotate(0deg);
    right: 0px !important;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: rgba(255,199,78, 0.3);
    background-image: url(/local/client/build/img/arr-orange.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-slide__link {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}

.loupe {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.swiper-slide__link:hover .loupe path{
   stroke: #2f9851;
}

.element-services {
	display: flex;
	position: absolute;
	margin-bottom: 20px;
	margin-top: 10px;
}
.element-services--mobile {
	display: none;
}

.element-services,
.element-services--mobile {
	align-items: center;
	font-size: 14px;
}

.element-services--icon {
	margin-right: 10px;
}
.element-services--link {
	color: #3EA02A;
}

@media (min-width: 751px) {
	.element-images {
		margin-bottom: 20px;
	}
}
@media (max-width: 750px) {
	.element-services {
		display: none;
	}

	.element-services--mobile {
		display: flex;
		width: 100%;
	}
}

