@import "tabs.css" all;

* {margin:0;padding:0;border:0;outline:none;}

a, .link {color:rgba(15, 65, 109, 0.7)}
.link:hover {cursor: pointer}

li {list-style:none;}
a {text-decoration:none;}
body {font-family:'Open Sans',arial,sans-serif;font-size:14px;color:#050505; }

.width {width:990px;margin:0 auto;}
.clear {clear:both;}
p {margin-bottom: 5px;}

.text-underline {text-decoration: underline;}
.text-center { text-align: center; }

.phone span {display: inline-block; padding-left: 24px;}
.phone_kyivstar {background: url('../img/phone/kyivstar.png') no-repeat 3px 0px;background-size: contain;}
.phone_vodafon {background: url('../img/phone/vodafone.png') no-repeat 3px 0px;background-size: contain;}

.padding {padding:10px;}
.hide {display: none;}

.btn-buy {font-size: 15px;line-height: 2.4;font-weight: 500;letter-spacing: 0;font-family: Myriad Set Pro,Helvetica Neue,Helvetica,Arial,sans-serif;background-color: #5c8be4;
    background: -webkit-linear-gradient(#60a7ea,#3b6dca);background: linear-gradient(#60a7ea,#3b6dca);border-color: #5c8be4;border-width: 1px;border-style: solid;border-radius: 4px;
    color: white;cursor: pointer;display: inline-block;min-width: 30px;padding-left: 10px;padding-right: 10px;padding-top: 0px;text-align: center;white-space: nowrap;}

.btn-buy.btn-buy--yellow {box-shadow: 2px 3px 4px rgba(0,0,0,.24);border: solid 1px #ffcb18 !important;background-image: -webkit-linear-gradient(bottom,#fdb614,#fddd2d);background-image: -moz-linear-gradient(bottom,#fdb614,#fddd2d);
    background-image: -o-linear-gradient(bottom,#fdb614,#fddd2d);
    background-image: linear-gradient(to top,#fdb614,#fddd2d);
    color: #2d2d44;
}

.btn-buy.btn-buy--yellow:hover{color:#000;background-image:-webkit-linear-gradient(bottom,#fdd115,#fdeb66);background-image:-moz-linear-gradient(bottom,#fdd115,#fdeb66);background-image:-o-linear-gradient(bottom,#fdd115,#fdeb66);background-image:linear-gradient(to top,#fdd115,#fdeb66);border:solid 1px #ffcb18 !important}

.btn-buy.btn-buy--orange  {font-weight:100; color: rgb(17, 17, 17);border-color: rgb(168, 135, 52) rgb(156, 126, 49) rgb(132, 106, 41);background: #f3d078;background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);background: linear-gradient(to bottom,#f7dfa5,#f0c14b);}
.btn-buy.btn-buy--orange:hover {background:#f1c860;background:-webkit-linear-gradient(top,#f5d78e,#eeb933);background:linear-gradient(to bottom,#f5d78e,#eeb933)}
.btn-buy.btn-buy--orange .icon {margin-right: 4px; margin-left:-5px; border-radius: 3px; background: #303942; padding: 5px 14px;}

.btn-buy.btn-buy--green {
    border-color: #009d3f;
    background: #46b56b;
    background-image: -webkit-linear-gradient(top, #46b56b, #009d3f);
    background-image: -moz-linear-gradient(top, #46b56b, #009d3f);
    background-image: -ms-linear-gradient(top, #46b56b, #009d3f);
    background-image: -o-linear-gradient(top, #46b56b, #009d3f);
    background-image: linear-gradient(to bottom, #46b56b, #009d3f);
    color: #ffffff;
}

.btn-buy.btn-buy--green:hover {
    background: #009d3f;
    background-image: -webkit-linear-gradient(top, #009d3f, #009d3f);
    background-image: -moz-linear-gradient(top, #009d3f, #009d3f);
    background-image: -ms-linear-gradient(top, #009d3f, #009d3f);
    background-image: -o-linear-gradient(top, #009d3f, #009d3f);
    background-image: linear-gradient(to bottom, #009d3f, #009d3f);
}

.input-text {
    border: 1px solid #c2c2cc;
    border-radius: 3px;
    box-shadow: inset 3px 3px 1px 0 #eeeeef;
    font-size: 1.15385em;
    width: 21em;
    padding: .33333em;
    resize: none;
}

.title {font-weight: 100; text-align: center; font-size: 30px; padding-bottom: 5px;}
.title2 {font-weight: 100; text-align: center; font-size: 19px; padding-bottom: 50px;}

#topnav {height:50px; background: #1d1d1d; width: 100%;}
#topnav .width { position: relative;}
#topnav .logo {
    width: 220px;
    height:50px;
    float:left;
    background: url("../img/suprasorb-logo-new.png") no-repeat center;
    background-size: auto 40px;
}
#topnav .nav-list {float:right; line-height: 50px}

#topnav ul li {display: inline-block;}
#topnav ul li a {color: #ececec;padding:0 8px;}
#topnav .btn-buy {color:white;}
#topnav .nav-list ul li.inst {padding-left: 10px;}
#topnav .nav-list ul li.inst a {display:block; width: 32px;height: 32px;position: relative; top:10px;background: url("../img/instagram-32x32.png") no-repeat; }
#topnav.js-fixed {position: fixed;top:0px;width: 100%;z-index: 20;}

#topnav.js-opened {z-index: 100;}
#topnav.js-opened .nav-list {display: block;position: relative;float: none;left:0px;text-align: center;padding-bottom:20px; }
#topnav.js-opened .nav-list {background: #1d1d1d;position: absolute;width: 100%;top:50px;}
#topnav.js-opened .nav-list ul li {display: block;}
#topnav.js-opened .nav-list ul li a {padding:15px 0;display: block;line-height: 20px;}
#topnav.js-opened .nav-list ul li.inst {display: none;}
#topnav.js-opened .nav-list ul li a.btn-buy {width: 150px;margin: 0 auto;}
#topnav .collaps {display:none; cursor: pointer; z-index: 10; position: absolute; right: 18px; top:12px; color:white;border:1px solid white; padding:2px 5px 4px 5px; border-radius: 4px;}

#topnav .phone {position: absolute;top:50px;z-index: 3;right:0px; background: #1d1d1d;padding: 4px; border-radius: 0 0 3px 3px;}
#topnav .phone a { color:white;}


.section-promo {position: relative;margin-top: 50px;}
.section-promo .width {width: auto}
.section-promo .content .slide {height:600px; width: 100%;top:0px;}
.section-promo .content .btn-buy {position: absolute;left:50%; width: 100px; margin-left: -50px;bottom:40px; font-size: 17px;}


.section-promo .content .slide.slide-1 { width: 100%!important; background: url("../img/head-bg-1.jpg") no-repeat center; background-size: cover; }
.section-promo .content .info {width: 990px; margin: 0 auto;  position: relative; border: 0px solid white;}
.section-promo .content .slide .header {position: absolute; left: 0px; top:100px; }
.section-promo .content .slide .header {color:#ececec;}
.section-promo .content .slide .header span {font-size: 50px; font-weight: 100;}
.section-promo .content .slide .header h1,
.section-promo .content .slide .header .h1 {font-size: 50px;display: block;color: white;margin-top: 30px; font-weight: 800;}
.section-promo .content .slide .header ul {padding:30px 0px;}
.section-promo .content .slide .header ul li {font-size: 20px; font-weight: 100;}
.section-promo .content .slide .header ul li:first-child span {border-bottom: 1px solid}
.section-promo .content .slide .header p.text {font-size: 25px; font-weight: 100;}

.section-promo .content .slide .header .product {width: 360px;height: 360px;box-shadow: 0 5px 20px #ddd inset,0 3px 0 #999 inset;
    margin: 30px 0;
    background: white;
    background-image: url("../img/products/suprasorb-rulon-200.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 300px;
    padding: 20px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(15, 65, 109, 0.7);}
.section-promo .content .slide .header .product {display: none;}

#discount {background:red;}
#discount .width {width: auto;}
#discount .width {text-align:center; line-height:50px;}
#discount .width a {color:white; border-bottom:1px dotted white;}

/* for_whom */
#for_whom { padding:50px 0px 70px 0; }
#for_whom .vector-list {font-size: 0px; padding-top:40px}
#for_whom .vector-list .vector-item {font-size:14px; width: 33%; display: inline-block; text-align: center; vertical-align: top;}
#for_whom .vector-list .vector-item.js-hover {border: 1px solid #cccccc; margin: -1px; -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25); cursor: pointer;}


#for_whom .vector-list .vector-item .vector-image img {background-size: contain; background-repeat:  no-repeat;}
#for_whom .vector-list .vector-item.vector-item--tattoo .vector-image img {background-image: url("../img/vector/tattoo.jpg")}
#for_whom .vector-list .vector-item.vector-item--tattoo:hover .vector-image img {background-image: url("../img/vector/tattoo-color.jpg")}
#for_whom .vector-list .vector-item.vector-item--microblading .vector-image img {background-image: url("../img/vector/microblading.jpg")}
#for_whom .vector-list .vector-item.vector-item--microblading:hover .vector-image img {background-image: url("../img/vector/microblading-color.jpg")}
#for_whom .vector-list .vector-item.vector-item--permanent .vector-image img {background-image: url("../img/vector/permanent.jpg")}
#for_whom .vector-list .vector-item.vector-item--permanent:hover .vector-image img {background-image: url("../img/vector/permanent-color.jpg")}
#for_whom .vector-title {font-size: 25px; font-weight: 100; padding-top: 20px;}
#for_whom .vector-title a {border-bottom: 1px solid;}
#for_whom .vector-image {padding-top: 20px;}
#for_whom .vector-image img {border-radius: 50%; width: 80%; bottom: auto}
#for_whom .vector-description {font-size: 14px; padding-top: 20px; width: 80%; margin: 0px auto; color: #b3b3b3; padding-bottom: 20px;}

#vector {padding:100px 0px 70px 0; border-bottom: 1px solid #EFEFEF}
#vector .content {font-size: 0px; padding-bottom: 50px;}
#vector .content .item {display: inline-block; font-size: 14px; vertical-align: top}
#vector .content .vector-item {width: 45%; text-align: left}
#vector .content .vector-item img {width: 75%;border: 5px solid rgba(15, 65, 109, 0.7);margin: 0 auto;border-radius: 50%;background: white;box-shadow: 0 5px 20px #ddd;text-align: center;}

#vector .content .vector-plus {width: 10%; text-align: center;}
#vector .content .vector-plus .fa {font-size: 60px; display: block; padding-top: 130px;}
#vector .content .vector-product {width: 45%; text-align: right;}
#vector .content .vector-product img {width: 75%; border: 5px solid rgba(15, 65, 109, 0.7);margin: 0 auto;border-radius: 50%;background: white;box-shadow: 0 5px 20px #ddd;text-align: center;}

#vector .vector-benefits { margin: 0 auto;}
#vector .vector-benefits .row {font-size: 0px; padding-bottom: 20px;}
#vector .vector-benefits .row .item {width:47%; display: inline-block; font-size: 14px; vertical-align: top;}
#vector .vector-benefits .row .item:last-child {margin-left: 3%;}
#vector .vector-benefits .row .item .title {font-size: 20px; font-weight: 100; padding-bottom: 10px;}
#vector .vector-benefits .row .item .title span {border-bottom: 1px solid}
#vector .button { text-align: center; padding-top: 50px;}
#vector .button .btn-buy {font-size: 23px; padding-left: 20px; padding-right: 20px;}
#vector .button .btn-buy .fa {padding: 4px 7px; margin-right: 5px;}
#vector .button .price {display: inline-block;}
#vector .button .price .separate {color: #a3a3a3; padding: 0 10px;}
#vector .button .price .old {font-size: 19px; text-decoration: line-through; padding-right: 10px; color: grey}
#vector .button .price .new {font-size: 26px; font-weight: 400; text-decoration: underline; font-weight: 400}
#vector .discount {text-align: center; padding-top: 30px;}
#vector .discount a {border-bottom: 1px dashed; }
#vector .discount a:hover {border:0px;}

#composition  {padding:50px 0px 70px 0; border-top: 1px solid #EFEFEF}
#composition .composition-list {font-size: 0px;}
#composition .composition-item {display: inline-block; width: 27%; text-align: center; border: 1px solid #EFEFEF; padding: 40px 0; border-radius: 4px; margin: 0 3%; color: #454545}
#composition .composition-item {-webkit-box-shadow: inset 0px 0px 35px 0px rgba(212,212,212,0.28);
    -moz-box-shadow: inset 0px 0px 35px 0px rgba(212,212,212,0.28);
    box-shadow: inset 0px 0px 35px 0px rgba(212,212,212,0.28);  }
#composition .composition-item .ing-percent {font-size: 54px; display: block; padding-bottom: 20px; font-weight: 600;}
#composition .composition-item .ing-name {font-size: 30px; display: block; font-weight: 600;}




.section-faq {padding:50px 0px 70px 0; border-top: 1px solid #EFEFEF}
.section-faq .width {width: 800px;}
.section-faq h2.title {padding-bottom: 30px; }
.section-faq .question_list .item {padding:20px 30px; border-radius: 1px;}
.section-faq .question_list .item .text {display: none;}
.section-faq .question_list .item.js-opened .text {display: block;}
.section-faq .question_list .item .title {font-size: 25px;font-weight: 100;}
.section-faq .question_list .item.js-opened {background-color: #fdfafa; }
.section-faq .question_list .item.js-opened .link {border:none;}
.section-faq .question_list .item.js-opened .text {padding-top: 15px;font-size: 13px;color:#040404; }
.section-faq .link {border-bottom: 1px dashed #08c; }
.section-faq .faq_tabs {padding-bottom: 20px; text-align: center}
.section-faq .faq_tabs li:hover a {border: none;}
.section-faq .faq_tabs li {display: inline-block; padding:7px 14px; color:#08c; border-radius: 4px; cursor: pointer;}
.section-faq .faq_tabs li a { border-bottom: 1px dashed #08c; }
.section-faq .faq_tabs li.active {background: rgba(15, 65, 109, 0.7); border-bottom: none; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);}
.section-faq .faq_tabs li.active a { color:white; border-bottom: none;}


.section-howto {padding:50px 0px 70px 0; border-top: 1px solid #EFEFEF;background: #f9f9f9;}
.section-howto .separate {width: 2px; margin: 0 auto; background: #ccc; height:80px!important;}
.section-howto .tab-container {padding-top: 30px;}
.section-howto .tab-content {padding-top: 50px;}
.section-howto .howto-item {text-align: left; padding-bottom: 35px;}
.section-howto .howto-item img {width: 100%;}
.section-howto .howto-item-title {display: block; text-align: left; padding-top: 10px;line-height: 22px;}
.section-howto .howto-item-wrapper {padding: 0 20px;}

#delivery {padding:50px 0px 70px 0; border-top: 1px solid #EFEFEF;}
#delivery .title {font-weight: 100; text-align: center; font-size: 30px; padding-bottom: 5px;}
#delivery .title2 {font-weight: 100; text-align: center; font-size: 19px; padding-bottom: 50px;}
#delivery .tabs ul {font-size: 0px;}
#delivery .tabs ul li {display: inline-block; width:50%; color: #444444; font-size: 16px; height:50px; text-align: center;line-height: 50px; cursor: pointer; border-bottom: 1px solid #f2f2f2;}
#delivery .tabs ul li:hover {background: #f2f2f2; color:black;}
#delivery .tabs ul li.active {background: #fafafa;border-bottom: 1px solid rgba(153,153,153,.4); color:black;}
#delivery .tabs .content .tab {display: none; padding: 50px 0 0 0}
#delivery .tabs .content .tab.active {display: block}
#delivery .tabs .content .tab .image {display:inline-block; float:left; width: 25%;}
#delivery .tabs .content .tab .image img {width: 100%;}
#delivery .tabs .content .tab p {margin-bottom: 10px;}
#delivery .tabs .content .text {overflow: hidden; padding-left: 20px;padding-top: 20px;}
#delivery .tabs .content .tab:nth-child(2) .image {padding-top: 30px;}

.section-reviews {padding:50px 0px 70px 0; border-top: 1px solid #EFEFEF; background: #f9f9f9}
.section-reviews {padding:50px 0px 70px 0; border-top: 1px solid #EFEFEF;}
.section-reviews .review-item {overflow: hidden;background: white; border: 1px solid #EFEFEF; border-radius: 3px;}
.section-reviews .review-item .review-inner {margin: 25px 15px;}
.section-reviews .review-item .avatar, .section-reviews .review-item .review {display: inline-block;}
.section-reviews .review-item .avatar {width: 20%; text-align: center; margin-right: 4%;}
.section-reviews .review-item .avatar img {border-radius: 50%; width: 100%;}
.section-reviews .review-item .review {width: 74%; vertical-align: top}
.section-reviews .review-item .review .username {font-size: 25px; margin-bottom: 15px;}
.section-reviews .review-item .review .username span {color:#bbbbbb}
.section-reviews .review-item .avatar small {font-size: 12px; color: #444; line-height: 30px;}

.slick-prev,
.slick-next {position: absolute;}


.slick-prev {left:-75px;top:50px;}

.slick-next {right:-75px;top:50px;}

.slick-prev .icon,
.slick-next .icon {opacity: 0.5;background: none;-webkit-transition: .2s;transition: .2s;cursor: pointer;z-index: 10;width: 30px;height: 100px;top: 0;bottom: 0;margin-top: auto;margin-bottom: auto;}
.slick-prev .icon:hover,
.slick-next .icon:hover {opacity: 1;}

.section-reviews .review-item .review .gallery  {margin-top: 15px;}
.section-reviews .review-item .review .gallery .fancybox {width: 80px; height: 80px; display: inline-block}
.section-reviews .review-item .review .gallery .fancybox img {width: 100%;}
.section-reviews .button {text-align: center; padding-top: 50px;}
.section-reviews  .price .separate {color: grey; font-size: 15px; padding:0 10px;}
.section-reviews .price span {font-size: 25px;}
.section-reviews .price .old {color: grey;font-size: 20px;text-decoration: line-through;padding-right: 5px;}
.section-reviews .price .new {text-decoration: underline}




#calc {}

.calc-qty .input-text {text-align: center;}


#footer {background: #1d1d1d; position: relative; text-align: center; padding-bottom: 10px; }
#footer .logo {width: 185px; height:50px; display: inline-block;  background: url("../img/logo-tktx-2.png") no-repeat bottom;}
#footer .lnk { border-bottom: 1px dashed;color:#cecece;}
#footer .phone { height: 40px;}
#footer .links a { font-size:10px; }


#order_form {text-align: center}
#order_form .header {padding:20px 0;}
#order_form .header span {font-size: 25px; display: block; font-weight: 100; line-height: 40px;}
#order_form input[type="text"]  {width: 90%; height: 50px; margin:10px 0; padding:0 10px; border: 1px solid #c9c9c9;   background-color: #ffffff;   border-radius: 5px;   -moz-border-radius: 5px;
    -webkit-border-radius: 5px; color:#949494; }

#order_form .btn-buy {padding:10px 20px;margin-top: 10px;}
#order_form .padding {padding-bottom: 20px;}
#order_form select {width: 90%;height: 68px;font-size: 19px;color: #949494;margin: 0 auto;padding: 0 20px;}
#order_form .price span {display: inline-block;}
#order_form .price span.old {text-decoration: line-through; font-size: 20px; color:#949494;}
#order_form .price span.new {text-decoration: underline;}

.opt ul li {list-style: square outside;margin: 3px 3px 2px 30px;}

.section-order {
    padding-top:50px;
    padding-bottom: 70px;
    border-top: 1px solid #EFEFEF;
}
.section-order .product .product-item {padding-top:10px; padding-bottom: 10px; border-bottom: 1px dashed #ccc;}
.section-order .product .product-item:last-child {border-bottom: 0px;}
.section-order .product .product-name {font-size: 20px; line-height: 44px;}
.section-order .product .product-qty {font-size: large;}
.section-order .product .product-price {text-align: right; font-size: 22px; line-height: 44px;}
.section-order .product .product-pcs {font-size: 15px; color:grey;}

/* type pack */
.section-order .type-pack .product .product-price {line-height: normal}
.section-order .type-pack .product .product-price .per-pack {display: block;}
.section-order .type-pack .product .product-price .per-centimeter {display: block; font-size: 0.5em; color:grey;}
/* type pack */

.section-order .order-amount { text-align: center; font-size: 25px; position: relative;}
.section-order .order-amount a[name=order] {position: absolute; top:-50px;}
.section-order .order-amount .amount {padding: 40px 0;}
.section-order .order-form input {width: 80%;text-align: center;border: 1px solid #c2c2cc;border-radius: 2px;box-shadow: inset 1px 1px 1px 0 #eeeeef;
    font-size: 18px;height:58px;padding: 0 20px;resize: none;}

.section-order .order-form .btn-buy { font-size: 20px; padding-top: 4px; padding-bottom: 4px;}

/*.section-order .order-form .btn-buy .icon.icon-cart {
    margin-right: 8px;
    padding:7px 20px;
    background-size: 75%;
    background-position: center center;
    background-repeat: no-repeat;
}*/

.section-order-buyslide {color:#3e77aa; border-bottom: 1px dotted;}
.section-order-buyslide:hover {color:#fb3f4c; border-color: #fb3f4c;}

.section-order-important-notice {color:#d80000;}
.section-order-freedelivery {color:white; background: #d80000; padding: 5px; border-radius: 3px; margin-top: 20px;}

.section-order button:disabled {opacity: 0.7;}
.section-order .type-roll {padding-top: 40px;}
.section-order .type-pack {padding-top: 60px;}

.section-thankyou .thankyou-wrapper {
    /*padding: 20px 20px 50px 20px;*/
    margin: 40px auto;
    margin-bottom: 30px;
    background-color: #FFFFFF;
    /*box-shadow: 0px 0px 80px 0px rgba(0,0,0,.1);*/
    border: transparent;
    max-width: 400px;
}

.input-qty span,
.input-qty input {display: inline-block; vertical-align: top;}
.input-qty input {width: 23%; text-align: center; font-size: 1.15385em;padding: .33333em;     border-radius: .25rem;resize: none;}
.input-qty input {border: 1px solid #d0cfcf;
    padding: 8px 10px;
    color: #333;}
.input-qty input:focus {border-color: darkblue;}
.input-qty span.qty-minus,
.input-qty span.qty-plus {width: 20%;cursor: pointer;font-weight: 100;padding: 0 3%;opacity: 0.8; text-align: left;}
.input-qty span.qty-minus {text-align: right;}
.input-qty span.qty-minus:hover,
.input-qty span.qty-plus:hover {color:red;}

.input-qty .qty-plus img,
.input-qty .qty-minus img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.error-message {
    color: #a94442;
    background-color: #f2dede;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
}

.msg-empty-cart {
    padding-top: 30px;
    font-size: 12px;
    color: #fb3f4c;
    text-decoration: underline;
}

.input-qty .qty-plus img {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQyIDQyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MiA0MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNDIsMjAgMjIsMjAgMjIsMCAyMCwwIDIwLDIwIDAsMjAgMCwyMiAyMCwyMiAyMCw0MiAyMiw0MiAyMiwyMiA0MiwyMiAiLz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=);
}


.input-qty .qty-plus:hover img {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQyIDQyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MiA0MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxsaW5lIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiMyM0EyNEQ7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7IiB4MT0iMjEiIHkxPSIwIiB4Mj0iMjEiIHkyPSI0MiIvPjxsaW5lIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiMyM0EyNEQ7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7IiB4MT0iNDIiIHkxPSIyMSIgeDI9IjAiIHkyPSIyMSIvPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==);
}

.input-qty .qty-minus img {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMxLjQyNyAzMS40MjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMxLjQyNyAzMS40Mjc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBzdHlsZT0iZmlsbDojMUUyMDFEOyIgZD0iTTEuMTExLDE2LjgzMkMwLjQ5MiwxNi44MzIsMCwxNi4zMjUsMCwxNS43MDZjMC0wLjYxOSwwLjQ5Mi0xLjExMSwxLjExMS0xLjExMUgzMC4zYzAuNjE5LDAsMS4xMjcsMC40OTIsMS4xMjcsMS4xMTFjMCwwLjYxOS0wLjUwOCwxLjEyNy0xLjEyNywxLjEyN0gxLjExMXoiLz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=);
}

.input-qty .qty-minus:hover img {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzEuNDI3IDMxLjQyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzEuNDI3IDMxLjQyNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCIgY2xhc3M9IiI+PGc+PHBhdGggZD0iTTEuMTExLDE2LjgzMkMwLjQ5MiwxNi44MzIsMCwxNi4zMjUsMCwxNS43MDZjMC0wLjYxOSwwLjQ5Mi0xLjExMSwxLjExMS0xLjExMUgzMC4zICBjMC42MTksMCwxLjEyNywwLjQ5MiwxLjEyNywxLjExMWMwLDAuNjE5LTAuNTA4LDEuMTI3LTEuMTI3LDEuMTI3SDEuMTExeiIgZGF0YS1vcmlnaW5hbD0iIzI0QTM0RSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIHJnYigzNiwgMTYzLCA3OCkiIGZpbGw9IiMyNEEzNEUiLz48L2c+IDwvc3ZnPg==);
}

.section-promo .content .slide .header span {
        font-size: 24px;;
}

.section-text { padding-top: 50px; padding-bottom: 70px; border-top: 1px solid #EFEFEF; }
.section-text p { padding-bottom: 5px; }
.section-text ul { padding-left: 30px; padding-top: 5px; }
.section-text ul li { list-style: disc }
.section-text h2.title { padding-bottom: 10px; }
.section-text h3 {padding-bottom: 10px; padding-top: 15px;}

.section-footer {background: #1d1d1d}
.section-footer .logo { width: 220px; height:50px; display: inline-block;
    background: url("../img/suprasorb-logo-new.png") no-repeat center;
    background-size: auto 40px;
}

.section-footer .nav { padding: 5px 0;}
.section-footer .nav li {display: block; }
.section-footer .nav li a {color: white; font-size: 12px; text-decoration: underline;}
.section-footer .nav li a:hover {text-decoration: none;}

.section-footer .phone {padding-top: 5px;}
.section-footer .phone > div span a { color:white; font-size: 14px; }


.b-upsale-item {

}