body, p  {font-family: Arial; color: #333}
/*.loader, .spinner {
	display: none;  opacity: 0;
    visibility: hidden;
    transition: opacity 1s, visibility 0s 1s;}*/
img {max-width: 100%;}
/*sprite with stars*/
#reviewStars-input input:checked ~ label, #reviewStars-input label, #reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
  background: url("/new_shablon/img/star2.png") no-repeat;
}


/* ?????? */
.action_slid{
    text-align: center;
    font-size: 18px;
    color: red;
}
.discont_cart{
    font-weight: bold;
    color: crimson !important;
}
.strike_price{
color: #a9a8a8;
}

#scroll{
overflow: auto; 
height: 90vh;
}

.new_catalog{
    width: 100px !important;
    height: 100px !important;
    position: absolute;
    top: -27px;
    left: 205px;
    z-index: 50;
}
.hit_catalog{
    width: 100px !important;
    height: 100px !important;
    position: absolute;
    top: -27px;
    left: 205px;
    z-index: 50;
}
.product_new{
    width: 100px !important;
    height: 100px !important;
    position: absolute;
    left: 400px;
    z-index: 99;
}
.product_hit{
    width: 100px !important;
    height: 100px !important;
    position: absolute;
    left: 400px;
    z-index: 99;
}
.item h3{
    font-family: Arial;
    font-size: 26px;
    color: #313131;
    font-weight: bold;
}

.shop_navigation{list-style-type:none;margin:0;padding:15px 0}
.shop_navigation li{float:left;padding-right:10px; }
.shop_navigation span, .shop_navigation_current span { border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; padding: 5px 20px; margin-right:10px; font-size: 85% }
.shop_navigation span{ background-color: #F0EFEB; color:#000 }
.shop_navigation_current span{color:#FFF; background-color: #E83531 }

.red_p{
color: red; 
}

.address .row {
        margin: 20px 0;
    }

.address .row option {
        width: 100%;
        padding: 2px;
        margin: 3px 0;
        border: 1px solid #ccc;
        border-radius: 3px;
    }

.address .row select {
        width: 100%;
        padding: 2px;
        margin: 3px 0;
        border: 1px solid #ccc;
        border-radius: 3px;
    }

.address .row input {
        width: 100%;
        display: inline-block;
        padding: 2px;
        margin: 3px 0;
        border: 1px solid #ccc;
        border-radius: 3px;
    }

.address .row textarea {
        width: 100%;
        margin: 3px 0;
        border: 1px solid #ccc;
        border-radius: 3px;
    }

.address .row p {
        display: inline-block;
    }
.chek input {
        width: 5% !important;
        display: inline-block;
        position: relative;
        bottom: 7px;
    }
.chek p {
        width: 90%;
        display: inline-block;
    }
.phon p {
        width: 10% !important;
    }
.phon select {
        width: 15% !important;
    }
.phon input {
        width: 72% !important;
    }

.inlineinbask {
        display: inline-block;
        margin-left: 65px;
        position: relative;

    }
    .inlineinbask:first-child {
        margin-left: 0; 
    }
    .itembask {
        border: 2px solid rgba(0, 0, 0, 0.7);
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: inline-block;
    }
    .inlineinbask:after {
        content: "";
        width: 30px;
        height: 3px;
        background: rgba(0, 0, 0, 0.7);
        display: block;
        position: absolute;
        top: 35px;
        right: -45px;
    }
    .inlineinbask:last-child:after{
        content: "";
        display: none;
    }
    .itembask .fa {
        color: rgba(0, 0, 0, 0.7);
        font-size: 30px;
        margin: 12px 12px;
    }
    .active2 p {
        color: #eb1c53;
        transition: 1.5s;
    }
    .active2 .fa {
        color: #eb1c53;
        transition: 1.5s;
    }
    .active2 .itembask {
        border: 2px solid #eb1c53;
        transition: 1.5s;
    }

    .itembask .fa-user {
        margin-left: 19px;
    }
    .inlineinbask p{
        display: inline-block;
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
        margin-left: 15px;
    }

#reviewStars-input {
  
  /*fix floating problems*/
  overflow: hidden;
  *zoom: 1;
  /*end of fix floating problems*/
  
  position: relative;
  float: left;
}

#reviewStars-input input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  
  width: 17px;
  height: 20px;
  
  position: absolute;
  top: 0;
  z-index: 0;
}

#reviewStars-input input:checked ~ label {
  height: 20px;
  width: 17px;
}
#reviewStars-input label {
  background: url("/new_shablon/img/star.png") no-repeat;
  background-position: 0 0;
  height: 20px;
  width: 17px;
  float: right;
  cursor: pointer;
  margin-right: 10px;		
  margin-top: 3px;
  
  position: relative;
  z-index: 1;
}

#reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
  height: 20px;
  width: 17px;
}

#reviewStars-input #star-0 {
  left: 100px;
}
#reviewStars-input #star-1 {
  left: 30px;
}
#reviewStars-input #star-2 {
  left: 60px;
}
#reviewStars-input #star-3 {
  left: 90px;
}
#reviewStars-input #star-4 {
  left: 120px;
}
#reviewStars-input #star-5 {
  left: 150px;
}

#hiddenwrapper {
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 9999;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    top: -100px;
    }
    #show-desc, #hide-desc {
    text-align:center;
    cursor:pointer;
    }
    #show-desc:hover, #hide-desc:hover {
    color:#eb1c53;
    }
    #hide-desc {
    display:none;
    margin-top:10px;
    }

#hiddenwrapper2 {
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 9999;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    top: -100px;
    }
    #show-desc2, #hide-desc2 {
    text-align:center;
    cursor:pointer;
    }
    #show-desc2:hover, #hide-desc2:hover {
    color:#eb1c53;
    }
    #hide-desc2 {
    display:none;
    margin-top:10px;
    }

.top-line {
    background: #f1f1f1;
    min-height: 40px;
    width: 100%;
}

.actions_btn {
    background: url(/new_shablon/img/percent.png) no-repeat left center;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    font-family: Arial;
    margin-top: 9px;
    color: #313131;
    font-size: 13px;
    display: block;
    padding-left: 30px;
    height:25px;
    line-height: 25px;
}

.top-line img {
    width: 25px;
    position: relative;
    top: 0;
    right: 10px;
}

.registration img {
    display: inline-block;
    position: relative;
    top: -2px;
    width: 17px;
}

.registration a {
    display: inline-block;
    margin-top: 12px;
    margin-left: 10px;
    text-decoration: underline;
    font-family: Arial;
    color: #313131;
    font-size: 13px;
}

.registration a:after {
    content: '/';
    color: #313131;
    position: relative;
    left: 7px;
}

.registration a:last-child:after {
    display: none;
}

.top-line .navbar {
    min-height: 0;
    margin-bottom: 0;
    border: 0;
}

.top-line .navbar li a {
    font-family: Arial;
    color: #313131;
    font-size: 13px;
    text-decoration: none;
    padding: 10px 18px;
}

.top-line .navbar li {
    position: relative;
}

.top-line .navbar li:after {
    content: '';
    background: url(/new_shablon/img/dot.png) no-repeat;
    padding: 4px;
    position: absolute;
    top: 17px;
    left: 0;
}

.top-line .navbar li:first-child:after {
    content: "";
    display: none;
}

.modal-header {
    padding: 15px;
    border-bottom: none;
    background: #f1f1f1;
    font-family: Arial;
    font-weight: bold;
    font-size: 22px;
}

.modal-header button {
    position: absolute;
}

.modal-body label {
    display: block;
    font-family: Arial;
    color: #313131;
    font-size: 13px;
}

.modal-body input {
    display: block;
    width: 100%;
    margin: 10px auto;
    padding: 7px 10px;
}

.modal-body button.butsend {
    display: block;
    background: #eb1c53;
    margin: 0 auto;
    border: none;
    color: white;
    padding: 10px 30px;
    font-family: Arial;
    color: white;
    font-size: 13px;
}

.close-modal {
    position: relative;
    background: transparent;
    border: none;
    right: 10px;
    top: 5px;
}

.modal-content {
    border-radius: 0;
}

.logwidth a {
    display: inline-block !important;
    margin-left: 10px;
}

.logwidth a:first-child {
    margin-left: 0;
}

.logo img {
    margin: 20px 0;
}

.input-group-addon {
    background: #a6cc40;
    border: none;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
    border-radius: 0;
}

.stylish-input-group button {
    border: 0;
    background: #a6cc40;
    cursor: pointer;
}

.form-group input {
  margin: 0 0 10px;
  border-radius:0;
}

.glyphicon-search {
    color: white;
}

.form-group {
    margin-bottom: 0;
}

form .input-group {
    margin: 30px 0;
}
@media (max-width:767px)
{
form.search .input-group
{
	margin:5px 0;	
}
}
		
.input-group input {
    border-radius: 0;
}

.input-group-addon:last-child {
    border-radius: 0;
}

.form-group .search {
    background: #a6cc40;
    border: none;
    position: relative;
    top: -63px;
    left: 222px;
    width: 40px;
    height: 32px;
}

.input-group input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: Arial;
    color: #979797;
    font-size: 13px;
    font-style: italic;
}

.input-group input.form-control::-moz-placeholder { /* Firefox 19+ */
    font-family: Arial;
    color: #979797;
    font-size: 13px;
    font-style: italic;
}

.input-group input.form-control:-ms-input-placeholder { /* IE 10+ */
    font-family: Arial;
    color: #979797;
    font-size: 13px;
    font-style: italic;
}

.input-group input.form-control:-moz-placeholder { /* Firefox 18- */
    font-family: Arial;
    color: #979797;
    font-size: 13px;
    font-style: italic;
}

.header_phones p {
    color: #313131;
    font-family: Conv_Roboto-Black;
    font-size: 18px;
    margin: 0;
}

.header_phones p:first-child {
    margin-top: 10px;
}

.basket {
}

.basket a {
    text-decoration: none;
    font-family: Arial;
    font-size: 14px;
    color: #313131;
}

.logo .logoitem {
    display: inline-block;
    position: relative;
}

.basket .leftbusketitem span {
    position: absolute;
    top: 0;
    left: 19px;
    border-radius: 50%;
    width: 20px;
    text-align: center;
    color: white;
    height: 20px;
    background: #eb1c53;
}

.logo .logoitem {
    display: inline-block;
}

.logo .logoite p {
    display: block;
    color: #464546;
    text-transform: uppercase;
}

.basket .leftbusketitem img {
    margin-top: -32px;
}

.logoitem .logotext2 {
    display: block;
    color: #464546;
}

.basket .leftbusketitem {
    display: inline-block;
    margin-left: 60px;
    position: relative;
}

.basket .rightbusketitem {
    display: inline-block;
}

.logoitem .red {
    color: #464546;
}

.logo .logoite span {
    color: #eb1c53;
}

.basket .rightbusketitem p {
    font-family: Arial;
    font-size: 14px;
    margin: 0 0 0 10px;
}

.login {
    width: 100%;
    padding: 0 10px;
}

.login .log {
    background: #eb1c53;
    color: #fff;
    font-size: 13px;
    font-family: Arial;
    border: 1px solid #eb1c53;
    padding: 5px 30px;
    margin: 10px 0;
    width: 100%;
}

.login .log:hover {
    transition: 1.5s;
    background: transparent;
    color: #eb1c53;
    border: 1px solid #eb1c53;
}

.login .log:not(:hover) {
    transition: 1.5s;
}

.login .loginput input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: Arial;
    color: #979797;
    font-size: 13px;
    font-style: italic;
}

.login .loginput input::-moz-placeholder { /* Firefox 19+ */
    font-family: Arial;
    color: #979797;
    font-size: 13px;
    font-style: italic;
}

.login .log input:-ms-input-placeholder { /* IE 10+ */
    font-family: Arial;
    color: #979797;
    font-size: 13px;
    font-style: italic;
}

.login .log input:-moz-placeholder { /* Firefox 18- */
    font-family: Arial;
    color: #979797;
    font-size: 13px;
    font-style: italic;
}

.login a {
    text-decoration: underline;
    color: #313131;
    font-family: Arial;
    font-size: 13px;
    display: block;
}

.login p {
    color: #313131;
    font-family: Arial;
    font-size: 13px;
    display: block;
}

#myModalLabel {
    color: #000;
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
}

.zagtext {
    font-family: Arial;
    font-weight: bold;
    color: #000;
    font-size: 36px;
}

.advantages-block {
    margin-top: 20px;
    margin-bottom: 35px;
}

.advantages {
    background: #f1f1f1;
}

.advantages img {
    position: relative;
    top: 17px;
}

.advantages-text {
    padding-right: 30px;
}

.advantages h2 {
    font-family: Arial;
    font-size: 18px;
    color: #313131;
    text-transform: uppercase;
}

.advantages p {
    color: #313131;
    font-size: 13px;
}

.titles {
    font-family: Arial;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

.news span {
    font-family: Arial;
    font-size: 14px;
    color: #fff;
    background: #a6cc40;
    display: block;
    width: 83px;
    padding: 0px 5px;
    margin-left: 15px;
    margin-bottom: 0px;
}

.news a {
    color: #313131;
    text-decoration: underline;
}

.news a:hover {
    color: #eb1c53;
}

.news p {
    font-size: 13px;
    padding: 0px 55px 15px 15px
}

.news-title {
    margin-left: 15px;
    display: block;
    margin-bottom: 10px;
}

.akcia a {
    color: #313131;
    text-decoration: underline;
}

.akcia a:hover {
    color: #eb1c53;
}

.akcia p {
    font-size: 13px;
    padding: 0px 0px 54px 15px
}

.akcia-title {
    margin-left: 15px;
    display: block;
    margin-bottom: 10px;
}

.reviews .text {
    background: #f1f1f1;
    color: #313131;
    text-align: center;
    font-family: Arial;
    font-size: 13px;
    padding: 10px 38px;
}

.reviews .text {
    position: relative;
 }

.rating .stars {
    position: relative;
    display: block;
    float: left;
    height: 20px;
    width: 105px;
    background-image: url("/new_shablon/img/star.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    margin-right: 5px;
}

.reviews .rev {
    text-align: center;
}

.reviews h2 {
    font-family: Arial;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

.reviews span {
    color: #9b9a9a;
    font-family: Arial;
    font-size: 13px;
}

.reviews p {
    color: #313131;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}

#rating {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100px;
    height: 20px;
    margin-top: 10px;
}

#rating li {
    display: block;
    width: 17px;
    height: 20px;
    float: right;
    text-indent: -9999px;
    cursor: pointer;
    background: url("/new_shablon/img/star.png") no-repeat;
}

#rating li:hover,
#rating li:hover ~ li {
    background-position: 0 -20px;
    background: url("/new_shablon/img/star2.png") no-repeat;
}

.rating li.active,
.rating li.active ~ li {
    background-position: 0 -40px;
}

.rating .stars .live:hover {
    opacity: 1;
}

.mainmenu {
    border-bottom: 1px solid #ccc;
}

.mainmenu .navbar-collapse {
    padding: 0;
}

.mainmenu .navbar {
    min-height: 0;
    margin-bottom: 0;
    border: none;
}

.mainmenu .navbar .nav li.dropdown a {
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #313131;
    text-transform: uppercase;
    padding: 10px 30px;
}

.mainmenu .navbar .nav li.dropdown:hover .dropdown-menu {
    display: block;
}

.mainmenu .navbar .nav li.dropdown span.glyphicon-menu-down {
    color: #dad9da;
    font-size: 10px;
    left: 5px;
    top: -2px;
}

.mainmenu .navbar .nav li.dropdown a:hover {
    background: none;
    color: #ccc;
}

.secoundmenu .navbar .nav li a {
    font-size: 13px;
    font-family: Arial;
    color: #313131;
    text-transform: uppercase;
    padding: 9px 10px 0 0;
}

.secoundmenu .navbar .nav li a:hover {
    background: none;
    color: #ccc;
}

.secoundmenu .navbar .nav li.dropdown a:hover {
    background: none;
    color: #ccc;
}

.secoundmenu .navbar .nav li:first-child a {
    font-size: 13px;
    font-family: Arial;
    color: #313131;
    text-transform: uppercase;
    padding: 9px 20px 0 0;
}

.secoundmenu .navbar .nav li.dropdown a {
    font-size: 13px;
    font-family: Arial;
    color: #313131;
    text-transform: uppercase;
    padding: 10px 13px;
}

.secoundmenu .navbar .nav li.dropdown:hover .dropdown-menu {
    display: block;
}

.secoundmenu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 1150px;
}

.secoundmenu .nav > li > a {
    position: static;
}

.secoundmenu .nav > li {
    position: static !important;
}

.secoundmenu ul.nav {
    position: relative;
}

.baner {
    position: relative;
}

.baner img {
    min-height: 420px;
}

.baner .price {
    position: absolute;
    width: 140px;
    height: 40px;
    background: #2c2c2c;
    bottom: 35px;
    right: 14px;
}

.baner .price p {
    color: #fff;
    font-family: "Franklin Gothic Medium";
    font-size: 36px;
    line-height: 40px;
    margin: 0 15px 0 20px;
}

.rotate {
    transform: rotate(-90deg);
    font-size: 13px !important;
    margin-top: -38px !important;
    margin-left: 110px !important;
    z-index: 9999;
}

.ovl1 .owl-dots {
    position: relative;
    bottom: 40px;
    margin: 0 auto;
    text-align: center;
    width: 200px;
}

.ovl1 .owl-dots .owl-dot {
    border: 3px solid white;
    padding: 7px;
    margin-left: 5px;
    width: 10px;
    display: inline-block;
    border-radius: 50%;
    height: 10px;
}

.ovl1 .owl-dots .active {
    background: #eb1c53;
}

.popular .block {
    border: 1px solid #e5e5e5;
    max-width: 240px;
    width: 100%;
    height: 100%;
  
    margin: 0 auto;
    margin-bottom: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
 	display: flex;
 

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
 	flex-direction: column;
 

 -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.popular .block img {
    max-height: 190px;
    padding: 20px;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
}

.popular .block p {
    padding: 0 20px;
}
.popular .block .fch{
    flex-basis:60px;
}
.popular.block button {
    background: transparent;
    border: 1px solid #eb1c53;
    color: #eb1c53;
    padding: 5px 30px;
    margin: 10px 20px;
    font-family: Arial;
    font-size: 13px;
}

.popular .block button:hover {
    background: #eb1c53;
    color: #fff;
    transition: 1s;
}

.popular .block button:not(:hover) {
    transition: 1s;
}

.popular .owl-nav {
    padding: 10px;
    position: absolute;
    top: -40px;
    right: 0;
}


.owl-prev {
    display: inline-block !important;
}

.owl-prev:hover {
    opacity: 0.6;
}

.owl-next:hover {
    opacity: 0.6;
}

.owl-next {
    margin-left: 10px;
    display: inline-block !important;
}

.fch {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #313131;
}

.sch {
    font-family: Arial;
    font-size: 13px;
    color: #8f9194;
}

.tch {
    font-family: Arial;
    font-size: 22px;
    color: #000;
}

.tch span {
    font-family: Arial;
    font-size: 13px;
    color: #000;
    margin-left: 6px;
}

.tabs {
    text-align: center;
}

.tabs li a {
    font-family: Arial;
    text-decoration: none;
    font-size: 26px;
    color: #ccc;
    font-weight: bold;
}

.tabs li.active a {
    font-family: Arial;
    font-size: 26px;
    color: #313131;
    font-weight: bold;
}

.tabs li {
    display: inline-block;
}

.tabs li.active a:hover {
    background: transparent;
    color: #313131;
}

.tabs li a:hover {
    background: transparent;
    color: #ccc;
}

.basket .rightbusketitem p:first-child {
    margin-top: 30px;
    border-bottom: 1px dotted;
}

footer {
    background: #f1f1f1;
}

.top-header {
    margin-top: 30px;
}

.vk {
    margin-top: 40px;
    margin-bottom: 75px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin-top: 12px;
}

footer li a {
    font-family: Arial;
    color: #9b9a9a;
    font-size: 13px;
    text-decoration: none;
}

footer li a:hover {
    color: #313131;
    text-decoration: none;
}

footer span {
    font-weight: bold;
    color: #313131;
    padding-bottom: 12px;
}

.social {
    padding-left: 25px;
}

.about {
    padding-left: 60px;
}

.info {
    padding-left: 35px;
}

.soc {
    margin-top: 12px;
}

.soc a {
    margin-right: 5px;
}

.footer-phone {
    padding-left: 25px;
}

.footer-phone ul {
    padding: 0;
}

.footer-phone p {
    color: #9b9a9a;
}

.footer-phone li {
    font-family: Conv_Roboto-Bold;
    font-size: 18px;
    color: rgb(49, 49, 49);
}

.access p {
    font-family: Tahoma;
    color: #9b9a9a;
    font-size: 13px;
}

.access span {
    font-family: Conv_Roboto-Regular;
    font-size: 14px;
    color: #313131;
}

.money {
    text-align: right;
    vertical-align: middle;
    line-height: 100px;

}

.money a {
    margin-left: 25px;
}

/***************************** style for page catalog ****************************/

.left_block {
    background: #f1f1f1;
    margin-top: 22px;
}

.price-left, .price-right {
    padding-left: 0;
}
.button-brend{
    width: 100%;
    margin: 0 auto;
    border: 1px solid #a6cc40;
}
.button-brend i{
   color:  #a6cc40;
}
.button-brend:hover,.button-brend:focus{
    outline : none;
}
.button-brend:visited{
    outline : none;
}
.brend{
    display: none;
}
.brend{
    margin-top: 20px;
    padding-top: 20px;
}
.filter_col .new{
    padding-top: 25px;
}
.filter_col-top {
    margin-bottom: 20px;
}

.filter_col {
    margin-bottom: 20px;
    border-top: 1px solid #ced0d4;
    width: 100% !important;
}

.myfilter .p {
    padding-left: 0px;
}

.myfilter label {
    font-size: 13px;
    font-family: Arial;
    font-weight: normal;
    padding: 0;
    padding-left: 30px;
    top: 0;
    left: 0;
}

.myfilter label.active {
    background: url(/new_shablon/img/qwad2.png) no-repeat;
    top: 0px;
    left: 0px;
}

.button-filter {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    background: #a6cc40;
    padding: 10px 0;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #a6cc40;
    margin-top: 20px;
    margin-bottom: 20px;
}

.button-filter:hover {
    border: 1px solid #a6cc40;
    background: transparent;
    color: #a6cc40;
    transition: 1s;
}

.filter_title {
    font-size: 14px;
    font-weight: bold;
    padding-top: 20px;
    border-bottom: 1px dotted;
}

#price, #price2 {
    border: 1px solid #333;
    padding: 5px;
    width: 70px;
    margin-top: 14px;
}

#slider_price {
    margin-top: 10px;
    background: #9aa3a8;
    margin-bottom: 10px;
}

.t_prace {
    margin-top: 0px;
    border: none;
    margin-bottom: 16px;
}

.t_brend {
    width: 21%;
    margin-bottom: 8px;
    
}

.t_note {
    width: 21%;
    display: block;
    /* margin: 0 auto;
    margin-bottom: 8px; */
}

.t_volume {
    width: 22%;
    margin-bottom: 8px;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 6px 0 0px;
    margin-top: 1px \9;
    line-height: normal;
}

.filter_col.checkboxes.check {
    background: url(/new_shablon/img/qwadr.png) no-repeat;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
}
.product  {
 
    margin-bottom: 30px;
}
.product .block {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 100%;
    /*min-height: 420px;*/
    margin: 0 auto;
 	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
 	display: flex;
 
 -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
 	flex-direction: column;
}
.product .block a{
    text-decoration: none;
    	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
 	display: flex;
 

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
 	flex-direction: column;
 

 -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.product .block img {
    max-height: 190px;
    max-width: 95%;
    padding: 20px;
    display: block;
    margin: 0 auto;}

.product .block p {
    padding: 0 20px;
}
.product .block .fch{
    flex-basis: 60px;
}
.w_title {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.right-block > .breadcrumb {
    padding-left: 0;
    margin-top: 10px;
}

.main_list {
    margin-bottom: 20px;
}

.p_title {
    font-size: 13px;
    padding-top: 3px;
}

.list-popular > .nav > li > a {
    padding: 2px 6px;
    color: #eb1c53;
    font-family: Arial;
    font-size: 13px;
    text-decoration: underline;
}

.list-popular > .nav > li > a:hover {
    background-color: #eee;
    color: #333;
    text-decoration: none;
}

.list-popular > .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #eee;
    color: #333;
    text-decoration: none;
}

.list_number {
    text-align: right;
}

.list_number a {
    padding: 2px 2px;
    color: #eb1c53;
    font-family: Arial;
    font-size: 13px;
    text-decoration: underline;
}

.list_number a:hover, .list_number a:focus {
    background-color: #eee;
    color: #333;
    text-decoration: none;
}

.pagination > .pointer > a:hover, .pagination > .pointer > a :focus {
    background-color: #fff;
}

.pagination-block > .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {

    background-color: #a6cc40;
    border-color: #fff;
}

.pagination-block > .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #fff;
    background-color: #a6cc40;
    border-color: #fff;
}

.pagination > li > a {
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    border: 1px solid #fff;
}

.pointer .active {
    background-color: #fff;
}

.pagination-block {
    text-align: center;
    margin-bottom: 80px;
}

.pagination .left {
    transform: scale(-1, 1)
}

.show {
    position: absolute;
    top: 46%;
    right: 58%;
    z-index: 4;
    box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, .190);
    background: #fff;
    padding: 12px 30px 12px 10px;
}

.show a {
    color: #eb1c53;
    font-size: 13px;
}

.show p {
    color: #333;
    font-size: 13px;
}

.overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.visible {
    background: #fff;
    position: fixed;
    left: 55%;
    top: 100%;
    margin-top: -125px;
    overflow: hidden;
    z-index: 2000;
    width: 168px;
    padding: 0px;
    margin-left: -250px;
    padding-bottom: 10px;
    padding-left: 10px;
}

#win .x {
    cursor: pointer;
    color: #a6cc40;

}

#win button {
    float: right;
    line-height: 20px;
    margin: 1.2em;
    border: none;
    background: transparent;
    color: blue;
}

#win button[type="button"]:hover {
    cursor: pointer;
    color: navy;
    text-decoration: underline;
}

/***************************** end style for page catalog ****************************/
.navbar {
    min-height: 0;
    margin: 0;
}

.breadcrumb {
    background: none;
    margin-bottom: 0;
    padding: 8px 0px;
}

.breadcrumb li a {
    color: #eb1c53;
    font-family: Arial;
    font-size: 12px;
}

.breadcrumb li.active {
    color: #313131;
    font-family: Arial;
    font-size: 12px;
}

.breadcrumb > li + li:before {
    content: '';
    background: url(/new_shablon/img/brcrumb.png) no-repeat;
    padding: 5px 15px;
    position: relative;
    left: 5px;
    top: 10px;
}

#sync1 .item {
    margin: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
}

#sync1 .item img {
    width: 60%;
    margin: 0 auto;
}

#sync2 .item {
    margin: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    max-width: 160px;
}

#sync2 .item img {
    max-width: 60%;
    text-align: center;
    margin: 15px auto;
}

#sync2 .current .item {
    border: 1px solid #a9cf38;
}

#sync1.owl-theme {
    position: relative;
}

#sync2.owl-theme .owl-prev {
    right: 280px;
    position: relative;
    bottom: 105px;
    background: url("/new_shablon/img/prevslid.png") no-repeat;
    padding: 15px 18px;
}

#sync2.owl-theme .owl-next {
    left: 260px;
    position: relative;
    bottom: 105px;
    background: url("/new_shablon/img/nextslid.png") no-repeat;
    padding: 17px 10px;
}

.content_tab {
    margin: 20px 0;
    border-bottom: 2px solid #e6e6e6;
    	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
 	display: flex;
 		-webkit-box-orient: horisontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
 	flex-direction: row;
 	 -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media(max-width:560px){
    .content_tab {
        	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
 	flex-direction: column;
 
    }
}
.content_tab p {
    color: #848080;
    font-family: Arial;
    font-size: 13px;
}

.content_tab p span {
    color: #313131;
    font-family: Arial;
    font-size: 13px;
}
   
.content_tab .right-block{
    float: right;
    	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
 	display: flex;
 		-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
 	flex-direction: column;
 	 -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
 
    	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.rassrochka-tovar{
    display: block;
    width: 180px;
    color: #313131;
    text-align: left;
    margin: 10px 0;
    background-color: #fff;
    background-image: url('/images/rassrochka-tovar.svg');
    background-position:5px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: 1px solid #ccc;
    padding: 3px;
    padding-left: 35px;
}
.rassrochka-tovar span{
    font-size: 16px;
}
.nameproduct {
    font-size: 26px;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
}

.nav-tabs {
    border: none;
    background: #edf1f6;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: none;
    border: none;
    border-bottom: 4px solid #a9cf38;;

}

.nav-tabs > li > a {
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    color: #313131;
}

.nav-tabs > li {
    margin-left: 10%;
}

.checkbox,
.radio {
    display: none;
}

.checkbox-custom,
.radio-custom {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 3px;
    position: relative;
}

.checkbox-custom,
.radio-custom,
.label {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 20px;
    font-family: Arial;
}

.label small {
    font-size: 13px;
}

.label s {
    color: #a9a8a8;
}

.checkbox:checked + .checkbox-custom::before,
.radio:checked + .radio-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #a6cc40;
    border-radius: 2px;
}

.radio-custom,
.radio:checked + .radio-custom::before {
    border-radius: 50%;
}

.inbasket, .oneclick {
    background: transparent;
    border: 1px solid #eb1c53;
    color: #eb1c53;
    padding: 5px 10px;
    margin: 5px 5px;
    font-family: Arial;
    font-size: 13px;
}

.inbasket:hover {
    background: #eb1c53;
    color: #fff;
    transition: 1s;
}

.inbasket:not(:hover) {
    transition: 1s;
}

.feedback {
    padding: 20px 0;
}

.feedback h2 {
    margin: 30px 0;
    font-size: 18px;
    color: #000;
}

.form_testimon {
    padding: 20px 30px;
    border: 5px solid #f1f1f1;
}

.form_testimon .form-group {
    margin: 0 auto;
}

.form_testimon .form-group input {
    margin: 10px 0;
    width: 70%;
    background: #f8f9f9;
}

.form_testimon .form-group textarea {
    width: 100%;
    min-height: 85px;
    background: #f8f9f9;
    border: 1px solid #b3b4b4;
}

.form_testimon .form-group label {
    font-size: 12px;
    font-family: Arial;
    color: #313131;
    font-weight: 100;
}

.raitingi p {
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    color: #313131;
    margin-right: 9px;
}

.raitingi ol #rating {
    display: inline-block;
    position: relative;
    top: 7px;
}

.btn-submit {
    background: #a6cc40;
    font-family: Arial;
    font-size: 13px;
    color: #fff;
    padding: 10px 50px;
    margin: 10px 0;
    border: 1px solid #a6cc40;
}

.btn-submit:hover {
    border: 1px solid #a6cc40;
    background: transparent;
    color: #a6cc40;
    transition: 1s;
}

.btn-submit:not(:hover) {
    transition: 1s;
}

.text_slider {
    font-size: 26px;
    font-family: Arial;
    font-weight: bold;
    color: #313131;
    margin: 40px 0;
}

.slid_prod_page {
    margin-bottom: 40px;
}

/*end product page*/

/*basket page*/
.zagbasket {
    color: #000;
    font-size: 26px;
    font-family: Arial;
    font-weight: bold;
}

.headbasket {
    background: #f1f1f1;
    border: none;

}

.headbasket p {
    border: none;
    color: #313131;
    font-family: Arial;
    font-size: 13px;
    margin: 15px 0 10px 0;
}

.content_basket {
    border-bottom: 1px solid #f1f1f1;
    min-height: 75px;
}

.content_basket:last-child {
    border-bottom: 5px solid #f1f1f1;
}

.btnpl {
    background: #e5eaeb;
    padding: 6px;
}

/**/
.content_basket div a {
    font-family: Arial;
    font-size: 13px;
    color: #eb1c53;
}

.content_basket div a img {
    width: 30%;
    display: inline-block;
}
.content_basket div a span {
    display: inline-block;
    width: 60%;
}

.content_basket div p {
    font-family: Arial;
    font-size: 20px;
    color: #000;
    margin: 10px auto;
}

.content_basket div p span {
    font-family: Arial;
    font-size: 13px;
    color: #313131;
}

.content_basket div button.clearprod {
    border-radius: 50%;
    background: #a6cc40;
    width: 31px;
    height: 31px;
    border: none;
    margin: 10px 0;
}

.content_basket div button.clearprod span.glyphicon-remove {
    color: #fff;
    top: 2px;
    left: 0.5px;
}
/**/
.content_basket .number-spinner {
    max-width: 120px;
    margin: 10px 0;
}

/* ?‘?????»???·?????????? ???????±??????, ???????????? ???????????°???? ?????? */
.check input[type=checkbox] {
    position: absolute;
    /*left: -9999999999999999px;*/
    display: none;
}

.check {
    background: url("/new_shablon/img/qwadr.png") no-repeat;
    cursor: pointer;
    position: relative;
    padding: 10px;
    top: 15px;
    left: 25px;
}

.check.active {
    background: url("/new_shablon/img/qwad2.png") no-repeat;
    top: 15px;
    left: 25px;
}

.zafslidbasket {
    margin: 50px 0 40px;
    font-size: 26px;
    color: #000;
    font-family: Arial;
    font-weight: bold;
}

.slidcheck .check {
    background: url("/new_shablon/img/qwadr.png") no-repeat;
    cursor: pointer;
    position: relative;
    padding: 10px;
    top: 30px;
    left: 0;
}

.slidcheck .check.active {
    background: url("/new_shablon/img/qwad2.png") no-repeat;
    top: 30px;
    left: 0;
}

.zakaz {
    padding: 20px 0;
    margin-bottom: 40px;
}

.zakaz form input {
    width: 100%;
    background: #f8f9f9;
    color: #858484;
    border: 1px solid #b3b4b4;
    padding: 5px;
    margin: 10px 0;

}

.zakaz form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: Arial;
    color: #858484;
    font-size: 13px;
}

.zakaz form input::-moz-placeholder { /* Firefox 19+ */
    font-family: Arial;
    color: #858484;
    font-size: 13px;
}

.zakaz form input:-ms-input-placeholder { /* IE 10+ */
    font-family: Arial;
    color: #858484;
    font-size: 13px;
}

.zakaz form input:-moz-placeholder { /* Firefox 18- */
    font-family: Arial;
    color: #858484;
    font-size: 13px;
}

.raschitat {
    background: transparent;
    border: 1px solid #a6cc40;
    color: #a6cc40;
    font-size: 13px;
    font-family: Arial;
    padding: 5px 30px;
    margin: 10px 0;
}

.raschitat:hover {
    background: #a6cc40;
    border: 1px solid #a6cc40;
    transition: 1.5s;
    color: #fff;
}

.raschitat:not(:hover) {
    transition: 1.5s;
}

.zakaz p {
    color: #313131;
    font-size: 13px;
    font-family: Arial;
    text-align: right;
}

.zakaz p span {
    color: #000;
    font-size: 24px;
    font-family: Arial;

}

.sub {
    background: #eb1c53;
    color: #fff;
    font-size: 13px;
    font-family: Arial;
    border: 1px solid #eb1c53;
    padding: 5px 30px;
    float: right;
    margin: 10px 0;
}

.sub:hover {
    transition: 1.5s;
    background: transparent;
    color: #eb1c53;
    border: 1px solid #eb1c53;
}

.sub:not(:hover) {
    transition: 1.5s;
}

@media screen and (max-width: 1024px) {
    .reviews .text {
        padding: 30px 30px;
    }

    .money a {
        margin-left: 0px;
    }

    .footer-phone li {
        font-size: 17px;
    }

    .footer-phone {
        padding-left: 0px;
    }

    .advantages img {
        top: 20px;
        right: 10px;
    }

    .advantages-text {
        height: 55px;
    }

    .advantages h2 {
        font-size: 16px;
    }

    .news span {
        margin-left: 49px;
        margin-bottom: 5px;
    }

    .news-title {
        margin-left: 47px;
        font-size: 12px;
    }

    .news p {
        font-size: 12px;
        padding: 0px 20px 15px 49px;
    }

    .akcia-title {
        margin-left: 49px;
        font-size: 13px;
    }

    .myfilter label {
        font-size: 12px;
    }

    .myfilter label {
        padding-left: 22px;
    }
}

@media screen and (max-width: 1200px) {

    .top-line .navbar li a {
        padding: 10px 8px;
    }

    .registration a {
        font-size: 9px;
        margin-top: 22px;
    }

    .form-group .search {
        left: 172px;
    }

    .header_phones p {
        font-size: 15px;
    }

    .header_phones p:first-child {
        margin-top: 18px;
    }

    .basket a {
        text-decoration: none;
        font-family: Arial;
        font-size: 14px;
        color: #313131;
    }

    .basket .leftbusketitem {
        margin-left: 0;
    }

    /* .basket .leftbusketitem span {
         left: 31px;
     }*/
    .mainmenu .navbar .nav li.dropdown a {
        padding: 10px 16px;
    }

    .secoundmenu .navbar .nav li.dropdown a {
        padding: 10px 9px;
    }

    .secoundmenu .dropdown-menu {
        min-width: 730px;
    }

    .baner img {
        min-height: 347px;
    }

    .navbar {
        margin-top: 10px;
    }

    .right-block {
        margin-left: 0px;
    }

    .akcia p {
        font-size: 13px;
    }

    .akcia p {
        font-size: 12px;
        padding: 0px 0px 20px 45px;
    }
    .news span {
        margin-left: 45px;
    }
    .news-title {
        margin-left: 45px;
    }
    .news p {
        padding: 0px 0px 15px 45px;
    }
    .akcia-title {
        margin-left: 45px;
    }
    .about {
        padding-left: 0px;
    }

    .footer-phone {
        padding-left: 0px;
        text-align: left;
    }
    .footer-phone li {
        font-size: 17px;
    }
    .info {
        padding-left: 0px;
    }

    .social {
        padding-left: 0px;
    }

    .myfilter label {
        font-size: 12px;
    }

    .nav-tabs > li {
        margin-left: 5%;
    }

    #sync2.owl-theme .owl-next {
        left: 220px;
    }

    #sync2.owl-theme .owl-prev {
        right: 220px;
    }
    .advantages {
    }
    .advantages-text{
        padding-right: 0px;
    }
    .advantages img {
        right: 10px;
    }
    .advantages h2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 992px) {
    .openmodal {
        width: 100%;
        margin: 0 auto;
        margin-top: 10px;
    }

    .top-line .navbar li a {
        padding: 10px 33px;
    }

    .reg {
        width: 20%;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .logo img {
        margin: 20px auto;
    }

    .form-group .search {
        left: 94%;
        width: 43px;
        top: -33px;
    }

    .form-group input {
        margin: 0;
    }

    .header_phones p {
        font-size: 25px;
    }

    .wrap {
        width: 30%;
        margin: 0 auto;
    }

    /* .basket .wrap .leftbusketitem span {
         left: 281px;
     }*/
    .mainmenu .navbar .nav li.dropdown a {
        padding: 10px 5px;
    }

    .baner img {
        min-height: 265px;
    }

    .ovl1 .owl-dots .owl-dot {
        padding: 5px;
    }

    .titles {
        text-align: center;
    }

    .news {
        margin-bottom: 15px;
    }

    .advantages-text {
        height: 55px;
    }

    .advantages img {
        top: 13px;
        right: 0px;
    }

    .advantages h2 {
        font-size: 15px;
    }

    .advantages {
        text-align: center;
    }

    .right-block {
        margin-left: 0px;
    }

    .akcia {
        margin-bottom: 15px;
    }

    .news span {
        margin-left: 0px;
        margin-bottom: 5px;
    }

    .news-title {
        margin-left: 0px;
        font-size: 15px;
    }

    .news p {
        font-size: 14px;
        padding: 0px 0px 0px 0px;
    }

    .akcia p {
        font-size: 14px;
        padding: 0px 0px 0px 0px;
    }

    .akcia-title {
        margin-left: 0px;
        font-size: 15px;
    }

    .reviews .text {
        padding: 30px 35px;
    }

    .about {
        padding-left: 0px;
    }

    .footer-phone {
        padding-left: 122px;
        text-align: left;
    }

    .vk {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .money {
        text-align: center;
    }

    .social {
        padding-left: 15px;
    }

    .info {
        padding-left: 0px;
    }

    .product .block img {
        margin-left: 5px;
    }

    .price-left {
        text-align: right;
    }

    .price-right {
        text-align: left;
    }

    .myfilter label {
        padding-left: 30px;
    }

    .myfilter label {
        font-size: 14px;
    }

    .pagination-block {
        margin-bottom: 60px;
    }

    .nav-tabs > li {
        margin-left: 12%;
    }

    #sync2.owl-theme .owl-next {
        left: 290px;
    }

    #sync2.owl-theme .owl-prev {
        right: 390px;
    }
    .slidcheck .check {
        top: -30px;
        left: 80%;
    }
    .slidcheck .check.active {
        top: -30px;
        left: 80%;
    }

    .advantages-text{
        padding-right: 0px;
    }
}

/*just for menu*/
@media (max-width: 767px) {
    .navbar-header button {
        float: none;
        width: 100%;
        border: 2px solid #8c8c8c;
        font-family: Arial;
        background: transparent;
        font-size: 16px;
        color: #313131;
    }

    .nav li a {
        text-align: center;
    }

    .top-line .navbar li:after {
        display: none;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar {
        margin: 0;
    }

    .mainmenu .navbar .nav li.dropdown:hover .dropdown-menu {
        display: block;
    }

    .mainmenu .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
    }

    .secoundmenu .nav > li > a {
        position: static;
    }

    .secoundmenu .nav > li {
        position: static !important;
    }

    .secoundmenu .dropdown-menu {
        min-width: 100%;
    }

    .secoundmenu .navbar .nav li.dropdown:hover .dropdown-menu {
        display: block;
    }

    .secoundmenu .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
    }

    .secoundmenu .nav > li > a {
        position: static;
    }

    .secoundmenu .nav > li {
        position: static !important;
    }

    .tabs li.active a {
        font-size: 22px;
    }

    .tabs li a {
        font-size: 22px;
    }

    .nav-tabs > li {
        margin-left: 12%;
    }

    #sync2.owl-theme .owl-next {
        left: 0;
        bottom: 0;
    }

    #sync2.owl-theme .owl-prev {
        right: 0;
        bottom: 0;
    }
    .sub {
        float: none;
        width: 100%;
        padding: 15px 0;
    }
    .raschitat {
        width: 100%;
        padding: 15px 0;
    }
    .slidcheck .check {
        top: -30px;
        left: 80%;
    }
    .slidcheck .check.active {
        top: -30px;
        left: 80%;
    }
    .mainbasket{
        min-width: 100%;
    }
    .content_basket div a img {
        width: 100%;
    }
    .content_basket .number-spinner {
        max-width: 60px;
        margin: 20px 0;
    }
   .number-spinner .input-group-btn {
        display: table-row;
    }
    .btnpl {
        width: 100%;
    }
    .check {
        top: 48px;
        left: -7px;
    }
    .check.active {
        top: 48px;
        left: -7px;
    }
    .content_basket div button.clearprod {
        margin: 40px 0;
    }
    .content_basket div p {
        margin: 40px auto;
    }

}

/*end*/
@media screen and (max-width: 767px) {
    .footer-phone {
        padding-left: 0px;
        text-align: center;
    }
    .social {
        padding-left: 10px;
        text-align: center;
    }
    .about {
        padding-left: 0px;
        text-align: center;
    }
    .info {
        padding-left: 0px;
        text-align: center;
    }
    .help{
        text-align: center;
    }
    .list_number {
        text-align: left;
    }
}
@media screen and (max-width: 500px) {
    .reg {
        width: 130px;
    }

    .wrap {
        width: 70%;
    }

    /* .basket .wrap .leftbusketitem span {
         left: 141px;
     }*/
    .form-group .search {
        left: 90%;
    }

    .tabs li.active a {
        font-size: 16px;
    }

    .tabs li a {
        font-size: 16px;
    }

    .popular .owl-nav {
        top: 94%;
        left: 42%;
    }

    .popular .owl-nav {
        top: 94%;
        left: 42%;
    }

    .popular .owl-nav {
        top: 94%;
        left: 42%;
    }

    .right-block {
        margin-left: 0px;
    }

    .product .block img {
        margin-left: 42px;
    }

    .pagination-block {
        margin-bottom: 40px;
    }

    .vk {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .advantages-text{
        padding-right: 0px;
    }
    .visible {
        left: 100%;
        top: 100%;
    }

    .akcia-image {
        text-align: center;
    }

    .news-image {
        text-align: center;
    }

    .news span {
        margin: 0 auto;
    }

    .news-title {
        text-align: center;
    }

    .news p {
        text-align: justify;
    }

    .advantages {
        margin-bottom: 30px;
        padding-bottom: 10px;
    }

    .akcia-title {
        text-align: center;
    }

    .akcia p {
        text-align: justify;
    }

    .access {
        text-align: center;
    }

    .advantages-text {
        width: 100%;
        height: 38px;
    }

    .footer-phone {
        padding-left: 0px;
        text-align: center;
    }

    .social {
        padding-left: 10px;
        text-align: center;
    }

    .about {
        padding-left: 0px;
        text-align: center;
    }

    .info {
        padding-left: 0px;
        text-align: center;
    }

    .help {
        text-align: center;
    }

    .money a {
        margin-left: -2px;
    }

    .list_number {
        text-align: left;
    }

    .nav-tabs > li {
        margin-left: 4%;
    }

    .nav-tabs > li > a {
        font-size: 9px;
    }

    .label small {
        font-size: 10px;
    }

    .label {
        font-size: 18px;
        margin-bottom: 0;
    }
    label {
        margin-bottom: 0;
    }
    .checkbox-custom, .radio-custom {
        width: 15px;
        height: 15px;
        top: 20px;
        right: 10px;
    }
    label:last-child .radio-custom {
        top: 0;
    }
    .inbasket {
        width: 60%;
    }
    .mainbasket{
        min-width: 100%;
    }
   /* .scrol {
        overflow: scroll;
    }*/
    .number-spinner .form-control {
        width: 40px;
    }
    .content_basket div p {
        margin: 40px auto;
    }
    .content_basket div button.clearprod {
        margin: 40px 20px;
    }
    .check.active {
        left: 10px;
    }
    .check {
        left: 10px;
    }

}

.coupon_V
{
    width: 100%;
    background: #f8f9f9;
    color: #858484;
    border: 1px solid #b3b4b4;
    padding: 5px;
    margin: 10px 0;
}

/* Up button for filter in shop */
#back-top {
position: fixed;
bottom: 30px;
margin-left: -150px;
}
#back-top a {
width: 108px;
display: block;
/* text-align: center; */
font: 11px/100% Arial, Helvetica, sans-serif;
text-transform: uppercase;
text-decoration: none;
color: #bbb;
/* transition */
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
}
#back-top a:hover {
color: #000;
}
/* arrow icon (span tag) */
#back-top span {
width: 70px;
height: 70px;
display: block;
margin-bottom: 7px;
background: #ddd url(/new_shablon/img/up-arrow.png) no-repeat center center;
/* rounded corners */
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
/* transition */
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
}
#back-top a:hover span {
background-color: #777;
}
.newicon
{
background: #ff1d68;
	color:#fff;
	padding: 2px 4px 3px;
	position: absolute;
	right:-5px;
	top:-5px;
	line-height:12px;
	font-size:12px;
	z-index: 100;
}
@media (min-width:768px)
	{
		.popular .block img
		{
		max-height: 180px;
		}
		#mainmenu.fixed{
	    position: fixed;
	    top: 0;
	    width: 100%;
	    background: rgba(255, 255, 255, 0.96);
		    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	text-align: center;
	left:0;
	z-index: 10000;
	display: flex!important;
	}
 #mainmenu.fixed > ul
{
float: none;
	margin: 0 auto;
}
}
.header_phones p a{
	letter-spacing:0.5px;
    color: #313131;
    font-family: Conv_Roboto-Black;
    font-size: 18px;
    margin: 0;
	text-decoration: none!important;
	    display: block;
}
.footer-phone li a {
    font-family: Conv_Roboto-Bold;
    font-size: 18px;
    color: rgb(49, 49, 49);
		text-decoration: none!important;

}
.redSup {
    color: #f1393c;
}
.belphone *
{
display: inline-block!important;
	    width: auto!important;
    line-height: 20px;
    margin: 0;
}
.control-label {
    font-size: 11pt;
    font-weight: 300 !important;
	display: inline-block!important;
}
.product-action-buttons
{
	    margin: 10px 0;

		display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
 	display: flex;
		-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
 	justify-content: space-between;

}
.product .block .product-action-buttons, .popular .block .product-action-buttons
{
    margin: 5px 10px;

}
@media screen and (max-width: 991px)
	{
		.header_phones p {
  		display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
 	display: flex;
					-webkit-box-pack: justify;
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: justify;
 	justify-content: space-evenly;
				-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
 	flex-wrap: wrap;
}
.header_phones p a{
   display: inline-block;
}
}
/*.oneclick 
{
display: none;
}*/
.backendBody .oneclick, .backendBody .dump
{
display: block;
}
.cartTitle
{
	margin: 10px 0;
}
@media (max-width:767px)
{
.join
	{
	text-align: center;
	}
	.join .nav li
	{
display: inline-block;	}
}
.formblock .form_table, .formblock .comment {
    width: 100%;
    max-width: 310px;
}
.formblock .comment .field
{
margin-bottom: 10px;
}
.formblock .form_label {
    margin-top: 10px;
    margin-bottom: 5px;
}
.formblock .form_remember {
    padding-top: 15px;
    padding-bottom: 15px;
}
.btn {
    background-color: #eb1c53;
  
	color: #fff;
}
.btn-primary, .btn-primary:active {
    background: #a6cc40;
	border-color: #a6cc40;
}
 
.cart-bonuses {
    margin: 0;
    font-size: 14px;
    text-align: right;
	clear: both;
}
.cart-bonuses strong {
    color: #a6cc40;
}
input[name='bonuses']
{
    max-width: 300px;
}
#error
{
color: red;
}
.text {
	color: #9b9a9a;
}
  .g-recaptcha
{margin: 10px 0;}
@media(max-width: 480px){
  .g-recaptcha iframe {
    max-width: 100%;
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin: center center;
    -webkit-transform-origin: center center;
		    margin-left: -20%;
  }
  #rc-imageselect {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }
}

@media(min-width: 480px){
  #rc-imageselect {
    transform: none;
    -webkit-transform: none;
  }

  .g-recaptcha iframe {
    max-width: none;
    transform: none;
    -webkit-transform: none;
  }
}

.g-recaptcha > div > div{
  margin: 4px auto !important;
  text-align: center;
  width: auto !important;
  height: auto !important;
}
#error {font-size: 12pt; font-weight:300; color: #f1393c; margin-bottom:10px;}
#message {font-size: 10pt; font-weight:300; color: #363636; margin-bottom:10px;}
.content_basket div a > span:first-of-type{
    display: inline-block;
    width: 30%;
	text-align: center;
}
.content_basket div a > span:last-of-type{
    display: inline-block;
    width: 60%;
}
.content_basket div a img {
    width: auto;
    display: inline-block;
	max-height: 70px
}
@media (max-width:767px)
	{
.content_basket div a span {
    display: inline-block;
    width: 100%!important;
}
}
#toTop{z-index:100000;}
.mainmenu .navbar .nav li.dropdown a
{
padding: 10px 25px;
}
.main-content 
{
min-height: 200px;
}
.item-wishlist  {
    text-decoration: none;
    color: #353535;
    font-size: 14px;
    font-weight: 300;
    margin-right: 30px;
	cursor: pointer;
}
.item-wishlist > i {
    margin-right: 5px;
    color: #ff1d68;
}
.item-wishlist.favorite_current  {
    color: #ff1d68 !important;
}


 .no-padding
{
padding:0!important;
}
.dopheader
{

display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
 	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-around;
	-ms-flex-pack: justify;
 	justify-content: space-around;
-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center

}
.little-favorite
{
 color: #ff1d68!important;
	position: relative;
	font-weight: bold;
	font-size: 24px;
}
.little-favorite span
{
position: absolute;
	top:-7px;
	right:-10px;
	font-size: 12px;
	    border-radius: 50%;
    width: 20px;
    text-align: center;
    color: white;
    height: 20px;
	background: #313131;
}
.popular .block
{
max-width: 100%;
}
.product_hit
{
left:auto;
	right:0;
}
.money img
{
max-height: 30px;
}
.withtooltip
{
border-bottom: 1px dotted #333;
	cursor: help;
}
 
  .tooltip > .tooltip-inner {  
		background: #fff;
    border: 1px solid #000;}
  .tooltip > .tooltip-inner   * {color: #000;}
@media(min-width:768px)
	{
	.tooltip > .tooltip-inner 
	{
	max-width: 400px;
		}
}
.inbasket, .oneclick {
    color: #fff;
    background: #ff1d68;
    overflow: hidden;
}
.inbasket:hover,  .inbasket:focus, .oneclick:hover, .oneclick:focus {
     background: #313131!important;
	    border-color: #313131;

 }
.blotter
{
background: #a6cc40;
	color:#fff;
	font-size:12px;
	border-radius:50%;
	width: 50px;
	height:50px;
	position: absolute;
	top: 0;
	right: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
 	display: flex;
		-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
		-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
 	justify-content: center;
}
button[disabled], input[disabled], button[disabled]:hover, input[disabled]:hover {
    background-color: #ccc!important;
cursor: not-allowed;
	border-color: #333;
	color: #fff;
}
.red {    color: red!important;}

#parent_popup {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#popup {
  background: #fff;
  width: 520px;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  border: 10px solid #ddd;
  position: relative;
  /*--CSS3 Тени для Блока--*/
  -webkit-box-shadow: 0px 0px 20px #000;
  -moz-box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px #000;
  /*--CSS3 Скругленные углы--*/
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
   border-radius: 15px;
}
#popup .close {
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid #ccc;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -24px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    top: -24px;
    width: 24px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
     box-shadow: 1px 1px 3px #000;
}
#popup .close:hover {
    background-color: rgba(0, 122, 200, 0.8);
}

#popup_email {width:50%;}