/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/*======================================*/
/*  @extend %clearfix;  */
.my-btn, .colorButton, .content .products .product .buy-btn, .slider .slide-1 .slider-btn, .order-table .table > tbody > tr > .promo_code input[type="button"], .total_block .howToEconomy, .panes .continue_btn, .oneclick-button, .add-cart {
  cursor: pointer;
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border: none;
  outline: none;
  text-align: center;
  background-color: #dc213e;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
    transition: background-color ease-in 0.25s ;
}

.my-btn:hover, .colorButton:hover, .content .products .product .buy-btn:hover, .slider .slide-1 .slider-btn:hover, .order-table .table > tbody > tr > .promo_code input[type="button"]:hover, .total_block .howToEconomy:hover, .panes .continue_btn:hover, .oneclick-button:hover, .add-cart:hover {
  background-color: #966283;
  opacity: 1;
}

a {
  text-decoration: none !important;
}

a:hover, input[type="submit"]:hover {
  /*opacity: 0.8;*/
  color: #dc213e;
}



body {
    font-size: 16px;
    font-family: "Open Sans";
    line-height: normal;
    background: url("../images/bg1.png") repeat-x 0px 0px #0F3968;
}


/*


body {
  background: url("../img//img/body_bg.png") #dddddd;
  font-size: 16px;
  font-family: "Open Sans";
  line-height: normal;
}

*/

.layout {
  position: relative;
  background: #ffffff;
  /* margin-top: 10px; */
}

header {
  min-height: 68px;
  background-color: #fff;
}
header .callback {
  line-height: 68px;
  padding-left: 47px;
  background: url("../images/i-call.png") no-repeat 10px center;
}
header .callback a {
  font-size: 16px;
  font-family: "Open Sans";
  color: #6d6d6d;
  border-bottom: 1px dashed #6d6d6d;
}
header .callback a:hover {
  color: #784264;
}
header .logo img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 4px 0 4px 0px;
}
header .bag-wrap {
  text-align: right;
  padding-right: 65px;
}
header .bag-wrap .bag {
  text-align: left;
  margin: 6px 0px;
  display: inline-block;
  height: 50px;
  position: relative;
  padding: 7px 0px 7px 65px;
  background: url("../images/i-bag.png") no-repeat 10px center;
}
header .bag-wrap .bag .count {
  position: absolute;
  top: 29px;
  left: 35px;
  font-size: 12px;
  font-family: "Open Sans";
  color: white;
}
header .bag-wrap .bag a {
  font-size: 14px;
  font-family: "Open Sans";
  color: #474747;
  opacity: 0.8;
  line-height: 20px;
}

header .bag-wrap .bag a:hover{
    color: #dc213e;
}

.breadcrumbs ul li a:hover{
    color: #dc213e;
}

.main-menu {
  background-color: #f1f1f1;
  border-color: #e7e7e7;
  border-radius: 0;
}
.main-menu li {
  height: 40px;
  text-align: center;
  position: relative;
}

.navbar {
    min-height: 40px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff7082+0,c22c25+100,7db9e8+100 */
	background: #ff7082; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff7082 0%, #c22c25 100%, #7db9e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ff7082 0%,#c22c25 100%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ff7082 0%,#c22c25 100%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7082', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	margin-bottom: 0px;
}




.main-menu li a {
  font-size: 14px;
  padding: 10px 29px;
  color: #fff;
}

ul.nav.navbar-nav li:hover a, 
ul.nav.navbar-nav li.active a {
	font-size: 14px;
	color: #fff !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c22c25+0,ff7082+84,ff7082+100 */
	background: #c22c25; /* Old browsers */
	background: -moz-linear-gradient(top,  #c22c25 0%, #ff7082 84%, #ff7082 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c22c25 0%,#ff7082 84%,#ff7082 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c22c25 0%,#ff7082 84%,#ff7082 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c22c25', endColorstr='#ff7082',GradientType=0 ); /* IE6-9 */
	text-decoration: underline !important;
}

ul.nav.navbar-nav li a {
	font-size: 14px;
	color: #fff !important;
	background: transparent;
	text-decoration: none;
	background-color: unset;	
}



.side-menu ul.pills-menu li ul.sub-menu li a:hover, 
.side-menu ul.instructions li:not(:first-child) a:hover{
    opacity: 1;
    color: #fff!important;
}

.main-menu li :after {
  content: "";
  position: absolute;
  right: 0px;
  width: 1px;
  height: 20px;
  border-left: 1px solid #888;
}
.main-menu .login a {
  padding-left: 45px;
  background: url("../images/i-user.png") no-repeat 10px center;
  color: #966283 !important;
}
.main-menu .login :after {
  display: none;
}

.features {
  margin-bottom: 40px;
  margin-top: 20px;
}
.features p {
  font-family: "Open Sans";
  text-align: center;
  font-size: 12px;
  color: #222222;
  line-height: 16px;
}
.features .feature-wrap {
  height: 57px;
  text-align: center;
}
.features .feature-wrap div {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
}
.features .feature-wrap .sprite-adv-cert {
  width: 40px;
  height: 40px;
  background-position: -5px -5px;
}
.features .feature-wrap .sprite-adv-crist {
  width: 40px;
  height: 40px;
  background-position: -55px -5px;
}
.features .feature-wrap .sprite-adv-email {
  width: 40px;
  height: 30px;
  background-position: -105px -5px;
}
.features .feature-wrap .sprite-adv-legal {
  width: 40px;
  height: 34px;
  background-position: -155px -5px;
}
.features .feature-wrap .sprite-adv-lock {
  width: 30px;
  height: 40px;
  background-position: -205px -5px;
}
.features .feature-wrap .sprite-adv-rock {
  width: 40px;
  height: 40px;
  background-position: -245px -5px;
}
.features .feature-wrap .sprite-adv-ruble {
  width: 40px;
  height: 40px;
  background-position: -295px -5px;
}
.features .feature-wrap .sprite-adv-sale {
  width: 40px;
  height: 40px;
  background-position: -345px -5px;
}

footer {
    min-height: 30px;
    background: #f1f1f1;
    position: relative;
}

footer .footer-nav {
  list-style: none;
}
footer .footer-nav li {
  display: inline-block;
  height: 30px;
  position: relative;
}
footer .footer-nav li a {
  line-height: 30px;
  padding: 0 20px;
  font-size: 14px;
  font-family: "Open Sans";
  color: #474747;
}

footer .footer-nav li a:hover{
    color: #dc213e;
}

footer .footer-nav li :after {
  content: "/";
  position: absolute;
  right: -15px;
  width: 15px;
  height: 15px;
}
footer .footer-nav li.last :after {
  content: "";
  display: none;
}
footer .copy {
  line-height: 30px;
  font-size: 14px;
  font-family: "Open Sans";
  color: #474747;
}

.search-form {
  position: relative;
}
.search-form input[type="text"] {
  height: 40px;
  width: 100%;
  display: block;
  outline: none;
  border: 1px solid #e2e2e2;
  border-right: none;
  padding-left: 10px;
  padding-right: 50px;
}
.search-form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: middle;
  margin-left: -40px;
  height: 40px;
  width: 40px;
  outline: none;
  border: 1px solid #e2e2e2;
  border-left: none;
  background: url("../images/i-search.png") no-repeat center center #966283;
}

.side-menu {
  margin: 0;
}
.side-menu ul.pills-menu li {
  list-style: none;
  line-height: 36px;
  min-height: 36px;
  border-bottom: 1px solid #e2e2e2;
/*  background: url("../img/../img/sm-arr-bot.png") no-repeat;
  background-position: right 20px; */
  
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff7082+0,c22c25+100,7db9e8+100 */
	background: #ff7082; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff7082 0%, #c22c25 100%, #7db9e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ff7082 0%,#c22c25 100%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ff7082 0%,#c22c25 100%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7082', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	margin-bottom: 1px;
	padding-left: 0px;
  
}
.side-menu ul.pills-menu li ul.sub-menu {
  border-top: 1px solid #e2e2e2;
  padding: 5px;

}
.side-menu ul.pills-menu li ul.sub-menu li {
  border: none;
  background: transparent url("../images/bullet.png") 4px 14px no-repeat;
    line-height: 30px;
    min-height: 30px;
	border-bottom: 1px solid #ccc;
}
.side-menu ul.pills-menu li ul.sub-menu li a {
  font-size: 16px;
  font-family: "Open Sans";
  color: #353535;
  opacity: 0.9;
  text-align: left;
  text-transform: none;
  font-weight: normal;
}
.side-menu ul.pills-menu li a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
	padding: 0 0 0 18px;
}

.side-menu ul.pills-menu li a:hover {
    color: #fff;
	text-decoration: underline;
}

.side-menu ul.pills-menu li a span {
  margin-right: 10px;
  vertical-align: middle;
  width: 22px !important;
  height: 22px !important;
  display: inline-block;
  background: url("../images/sprite-side.png") no-repeat;
}
.side-menu ul.pills-menu li a .sprite-side-cogs {
  background-position: -5px -5px;
}
.side-menu ul.pills-menu li a .sprite-side-flask {
  background-position: -69px -5px;
}
.side-menu ul.pills-menu li a .sprite-side-gend {
  background-position: -121px -5px;
}
.side-menu ul.pills-menu li a .sprite-side-plus {
  background-position: -173px -5px;
}
.side-menu ul.pills-menu li a .sprite-side-rock {
  background-position: -233px -5px;
}
.side-menu ul.pills-menu li a .sprite-side-time {
  background-position: -285px -5px;
}
.side-menu ul.pills-menu li a.active {
  opacity: 1;
    color: #fff;
	text-decoration: underline;
}
.side-menu ul.pills-menu li a.active .sprite-side-cogs {
  background-position: -37px -5px;
}
.side-menu ul.pills-menu li a.active .sprite-side-flask {
  background-position: -95px -5px;
}
.side-menu ul.pills-menu li a.active .sprite-side-gend {
  background-position: -147px -5px;
}
.side-menu ul.pills-menu li a.active .sprite-side-plus {
  background-position: -203px -5px;
}
.side-menu ul.pills-menu li a.active .sprite-side-rock {
  background-position: -259px -5px;
}
.side-menu ul.pills-menu li a.active .sprite-side-time {
  background-position: -313px -5px;
}
.side-menu ul.pills-menu li:first-child {
  border-top: 1px solid #e2e2e2;
}
.side-menu ul.instructions {
  margin-top: 15px;
}
.side-menu ul.instructions li:not(:first-child) {
  background: url("../images/sm-arr-right.png") no-repeat;
  background-position: left center;
  padding-left: 34px;
  line-height: 35px;
}
.side-menu ul.instructions li:not(:first-child) a {
  font-size: 16px;
  font-family: "Open Sans";
  color: #353535;
}
.side-menu ul.instructions li:first-child {
  font-size: 18px;
  font-family: "Open Sans";
  color: #353535;
  font-weight: bold;
  text-transform: uppercase;
  background: none;
  padding-top: 30px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}
.side-menu ul.instructions li:first-child span {
  margin-right: 10px;
  vertical-align: middle;
  width: 22px !important;
  height: 22px !important;
  display: inline-block;
  background: url("../images/sprite-side.png") no-repeat;
}
.side-menu ul.instructions li:first-child .sprite-side-cogs {
  background-position: -5px -5px;
}

.side-menu ul.instructions.interest-posts li:first-child{
    padding-top: 10px;
}

.side-menu ul.instructions.interest-posts li:first-child span{
    background: none;
    color: #EA4958;
}

.side-menu ul.instructions.interest-posts li:not(:first-child){
    line-height: 22px;
    margin-bottom: 15px;
}

.side-menu ul.instructions.interest-posts{
    margin-bottom: 40px;
}

.navbar-collapse.in {
  overflow-y: visible !important;
}

.content .products {
  /* margin: 20px 0 40px; */
}
/*.content .products .product:nth-child(5n) {*/
  /*margin-right: 0;*/
/*}*/
.content .products .product {
  display: inline-block;
  text-align: center;
}
.content .products .product .product-img {
  /*width: 170px;*/
  /*height: 160px;*/
  /*line-height: 160px;*/
  /*border: 1px solid #e2e2e2;*/
  text-align: center;
}
.content .products .product .product-img img {
  vertical-align: middle;
    display: inline-block;
    max-width: 90%;
    height: auto;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;;
}
.content .products .product p {
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
  font-family: "Open Sans";
  color: #353535;
  font-weight: bold;
  line-height: 1.5;
  /* min-height: 72px; */
}

.content .products .product p a {
    color: #353535;
}

.content .products .product p a:hover {
    color: #dc213e;
    opacity: 1;
}

.content .slider + .products .product a:hover img{
    transform: scale(1.2);
}

.content .products .product p span {
  display: inline-block;
  margin: 10px 0;
  font-size: 20px;
  font-family: "Open Sans";
  color: #dc213e;
  font-weight: bold;
  line-height: 1.2;
}
.content .products .product .buy-btn {
  width: 100px;
  height: 32px;
  line-height: 32px;
  padding-left: 20px;
  background: url("../images/sm-bag.png") no-repeat 10px center #dc213e;
}

.ruble, .ruble-blk, .ruble-sin {
  display: inline-block;
  width: 13px;
  height: 14px;
  background: url("../images/ruble.png") no-repeat center top;
    background-size: 100%;
}

.stepZ{
    display: inline-block;
    position: static;
}
.page-title.steps{
    padding-bottom: 0;
}

.page-title.steps .text-center{
    padding-top: 12px;
}


.ui-dialog{
    font-size: 14px!important;
    font-family: "Open Sans"!important;
    min-height: 152px!important;
}

.ui-dialog-content{
    min-height: 60px!important;
}

.ruble-blk {
  background-image: url("../images/ruble-blk.png");
}

.ruble-sin {
  background-image: url("../images/ruble-sin.png");
}

.slider {
  min-height: 200px;
}
.slider .slide-1 {
  background: url("../images/slide-img.png") no-repeat right center;
  min-height: 200px;
  padding-left: 60px;
  padding-top: 20px;
}
.slider .slide-1 .slider-btn {
  width: 160px;
  height: 42px;
  line-height: 42px;
  border-radius: 0px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
.slider .slide-1 h1 {
  font-size: 36px;
  font-family: "Open Sans";
  color: #966283;
  font-weight: bold;
  line-height: 1.167;
  margin-bottom: 10px;
}
.slider .slide-1 p {
  font-size: 18px;
  font-family: "Open Sans";
  color: #222222;
  line-height: 1.333;
  font-weight: 600;
  text-align: left;
  margin-bottom: 60px;
}
.slider .owl-carousel .owl-dots {
  text-align: center;
  line-height: 20px;
}
.slider .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.slider .owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  vertical-align: middle;
}
.slider .owl-carousel .owl-dots .active span {
  border: 2px solid #a27391;
  background: #ffffff;
  width: 12px;
  height: 12px;
}
.slider .owl-carousel .owl-item {
  min-height: 200px;
}
.slider .owl-carousel .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 45%;
  right: 0px;
  background: url("../images/big-arr-rigth.png") no-repeat center;
  color: transparent;
}
.slider .owl-carousel .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 45%;
  left: 0px;
  background: url("../images/big-arr-left.png") no-repeat center;
  color: transparent;
}

.scrollToTop {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 15px;
    top: 90%;
    text-indent: -9999px;
    background: url("../images/to-top.png") no-repeat center;
}

.breadcrumbs {
  min-height: 40px;
  border-bottom: 1px solid #e2e2e2;
}
.breadcrumbs ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  height: 40px;
  line-height: 34px;
}
.breadcrumbs ul li a {
  font-size: 14px;
  font-family: "Open Sans";
  color: #000000;
  padding: 0 14px;
  border-left: 1px solid #000000;
}
.breadcrumbs ul li:first-child a {
  padding-left: 0;
  border-left: none;
}

.page-title, .inner-title {
  border-bottom: 1px solid #e2e2e2;
  font-size: 18px;
  font-family: "Open Sans";
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 30px;
  margin-top: 27px;
}

.pink-title {
  font-size: 18px;
  font-family: "Open Sans";
  color: #ea4958;
  font-weight: bold;
  text-transform: uppercase;
  background: url("../images/i-bag-pink.png") no-repeat left center;
  padding: 17px 0 17px 40px;
  border-bottom: 1px solid #e2e2e2;
}

.inner-title {
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.no-border {
  border: none;
}

.cart-table .table {
  max-width: 99%;
}
.cart-table .table > thead > tr > th,
.cart-table .table > tbody > tr > th,
.cart-table .table > tfoot > tr > th,
.cart-table .table > thead > tr > td,
.cart-table .table > tbody > tr > td,
.cart-table .table > tfoot > tr > td {
  border: none;
  text-align: center;
  padding: 18px 10px;
  position: relative;
  vertical-align: middle;
}
.cart-table .table > thead > tr > th {
  border-bottom: 1px solid #e2e2e2;
  font-size: 14px;
  font-family: "Open Sans";
  color: #6d6d6d;
  line-height: 1.714;
}
.cart-table .table tr th:first-child, .cart-table .table tr td:first-child {
  padding-left: 40px;
}
.cart-table .table tr td:last-child {
  text-align: right;
}
.cart-table .table {
  /* min-width: 829px  !important ; */
}
.cart-table .best {
  border: 1px solid #f997a7;
}
.cart-table .best td:first-child:before {
  content: "";
  background: url("../images/best.png");
  width: 30px;
  height: 66px;
  position: absolute;
  top: 0;
  left: 0;
}

.price {
  font-size: 20px;
  font-family: "Open Sans";
  color: #FE1925;
  font-weight: bold;
  line-height: 1.2;
}

.count {
  font-size: 18px;
  font-family: "Open Sans";
  color: #353535;
  font-weight: bold;
  line-height: 1.333;
}

.about {
  font-size: 14px;
  font-family: "Open Sans";
  color: #353535;
  line-height: 1.714;
  text-align: left;
  margin-bottom: 0px;
}
.about .thumb {
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  /* border: 1px solid #e2e2e2; */
  float: left;
  margin: 10px;
  margin-left: 10px;
  margin-top: 0px;
}
.about .thumb img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.about .short {
  padding-top: 30px;
}
.about .short h6 {
  font-size: 24px;
  font-family: "Open Sans";
  color: #353535;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}

.about .short h6 span{
    color: #dc213e;
    font-size: 20px;
}

.order-table {
  margin-top: 40px;
}
.order-table .table {
  max-width: 99%;
  min-width: 915px !important;
}
.order-table .table > thead > tr > th,
.order-table .table > tbody > tr > th,
.order-table .table > tfoot > tr > th,
.order-table .table > thead > tr > td,
.order-table .table > tbody > tr > td,
.order-table .table > tfoot > tr > td {
  border: none;
  text-align: center;
  padding: 20px 10px;
  position: relative;
  vertical-align: middle;
}
.order-table .table > thead > tr > th {
  padding: 0;
  padding-bottom: 20px;
}
.order-table .table > thead > tr > th .wrap {
  min-height: 40px;
  padding: 9px 0;
  background: #f1f1f1;
  font-size: 14px;
  font-family: "Open Sans";
  color: #6d6d6d;
}
.order-table .info-col {
  text-align: left;
  font-size: 12px;
  font-family: "Open Sans";
  color: #393939;
  line-height: 1.667;
}
.order-table .info-col span {
  font-size: 18px;
  font-family: "Open Sans";
  color: #393939;
  font-weight: bold;
  line-height: 1.056;
}
.order-table .price-col {
  font-size: 20px;
  font-family: "Open Sans";
  color: #222222;
  line-height: 1.2;
  text-align: center;
}
.order-table .sum-col {
  font-size: 20px;
  font-family: "Open Sans";
  color: #966283;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.order-table .table > tbody > tr > td {
  padding: 0;
  padding-bottom: 10px;
}
.order-table .table > tbody > tr > td .wrap {
  height: 118px;
  line-height: 118px;
  overflow: hidden;
}
.order-table .table > tbody > tr > td .wrap .delete_cart {
  display: inline-block;
  background: url("../images/i-close.png") no-repeat center;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 6px;
  right: 6px;
}
.order-table .table > tbody > tr > td .wrap .helper {
  text-align: left;
  line-height: 22px;
  padding: 15px 0;
  text-overflow: ellipsis;
}
.order-table .table > tbody > tr > td .wrap .helper img {
  float: left;
  display: block;
  max-width: 100px;
  height: auto;
  margin: 20px;
}
.order-table .wrap {
  border: 1px solid #e2e2e2;
  border-right: none;
}
.order-table .table > tbody > tr > td:last-child .wrap, .order-table .table > thead > tr > th:last-child .wrap {
  border-right: 1px solid #e2e2e2;
}
.order-table .table > tbody > tr > .promo_code {
  text-align: left;
  font-size: 14px;
  font-family: "Open Sans";
  color: #222222;
  line-height: 1;
}
.order-table .table > tbody > tr > .promo_code input[type="button"] {
  width: 122px;
  height: 30px;
  line-height: 30px;
}
.order-table .table > tbody > tr > .promo_code input[type="text"] {
  margin-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
  background-color: white;
  width: 332px;
  height: 32px;
}
.order-table .table > tbody > tr > .promo_code + .promo_code {
  text-align: center;
}
.order-table #tr_promo_code {
  height: 90px;
  border-bottom: 1px solid #e2e2e2;
}
.order-table .basket_item_delivery {
  height: 90px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 14px;
  font-family: "Open Sans";
  color: #222222;
}
.order-table .basket_item_delivery td {
  padding-bottom: 0px !important;
}
.order-table .basket_item_delivery .product_info {
  text-align: left;
}

.total_block {
  min-height: 100px;
  line-height: 100px;
  text-align: right;
}
.total_block .total {
  font-size: 18px;
  font-family: "Open Sans";
  color: #222222;
  float: right;
}
.total_block .total #total_summ {
  font-size: 24px;
  font-family: "Open Sans";
  color: #dc213e;
  font-weight: bold;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-color: #dc213e;
  width: 163px;
  height: 62px;
  text-align: center;
  line-height: 60px;
}
.total_block .howToEconomy {
  width: 160px;
  height: 30px;
  line-height: 30px;
  background: #966283;
  margin: 0 38px;
}

.tabs.check-row {
  text-align: center;
}
.tabs.check-row li {
  display: inline-block;
}
.tabs.check-row .check-item {
  cursor: pointer;
  padding: 0 20px;
  font-size: 14px;
  font-family: "Open Sans";
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.286;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  background-color: white;
  width: 262px;
  min-height: 52px;
  line-height: 50px;
  margin: 28px 50px;
}

.tabs.check-row .check-item label{
    cursor: pointer;
}
.tabs.check-row .check-item .false-radio {
  cursor: pointer;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 3px solid #e2e2e2;
  background: #c6c6c6;
  margin-right: 30px;
}
.tabs.check-row .current .false-radio {
  background: #dc213e;
}

.payment_div {
  padding: 15px;
  margin-top: 40px;
  border: 1px solid #e2e2e2;
  min-height: 120px;
  text-align: left;
}
.payment_div .payment_radio_wrapper {
  float: left;
}
.payment_div .payment_img_cont {
  float: left;
  height: 50px;
}
.payment_div .payment_img_cont img {
  max-height: 50px;
  width: auto;
}
.payment_div .system {
  font-size: 14px;
  font-family: "Open Sans";
  color: #393939;
  line-height: 1.286;
}

#delivery_table .order_name {
  margin-top: 30px;
}
#delivery_table .delivery_item {
  border: 1px solid #e2e2e2;
  min-height: 130px;
  padding: 15px;
}
#delivery_table .delivery_item .p_price {
  padding-left: 40px;
  text-align: center;
  margin-top: 20px;
}
#delivery_table .delivery_item .p_price span {
  font-size: 20px;
  font-family: "Open Sans";
  color: #966283;
  font-weight: bold;
  line-height: 1.2;
}
#delivery_table .delivery_item .delivery_radio_wrapper {
  float: left;
}
#delivery_table .delivery_item .deldescr {
  font-size: 14px;
  font-family: "Open Sans";
  color: #393939;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.357;
  text-align: left;
}
#delivery_table .delivery_item img {
  float: left;
  margin-right: 20px;
}

.panes {
  text-align: center;
}
.panes .continue_btn {
  width: 160px;
  height: 42px;
  line-height: 42px;
}
.panes p {
  margin: 20px 0;
}
.panes .form-row {
  margin-bottom: 20px;
}
.panes .form-row label {
  min-width: 180px;
  font-size: 14px;
  font-family: "Open Sans";
  color: #393939;
}
.panes .form-row input,  .account input{
  font-size: 14px;
  padding: 0 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
  width: 322px;
  height: 32px;
}

.panes .form-row select {
    background: none;
    border-style: solid;
    border-width: 1px;
    border-color: #e2e2e2;
    width: 322px;
    height: 32px;
}

.panes .form-row textarea, .account textarea {
    display: inline-block;
    border-radius: 0;
    font-size: 14px;
    padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
  width: 322px;
  height: 152px;
  resize: none;
}

.account {
    padding-top: 20px;
}

.contact td{
    padding: 10px;
}

.colorButton{
    width: 160px;
    height: 40px;
    line-height: 40px;
}

.help-inline{
    display: inline-block;
    min-width: 100px;
    margin-bottom: 20px;
}

.conT .forM{
    text-align: center;
}

.conT .forM>div{
    display: inline-block;
}

.payment_radio, .delivery_radio {
  vertical-align: top;
  width: 25px;
  height: 40px;
}

.payment_radio + label, .delivery_radio + label {
  cursor: pointer;
}

.payment_radio:not(checked), .delivery_radio:not(checked) {
  opacity: 0;
}

.payment_radio:not(checked) + label, .delivery_radio:not(checked) + label {
  position: relative;
}

.payment_radio:not(checked) + label:before, .delivery_radio:not(checked) + label:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 5px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 3px solid #e2e2e2;
  background: #c6c6c6;
  margin-right: 30px;
}

.payment_radio:checked + label:before, .delivery_radio:checked + label:before {
  background: #dc213e;
}

small a {
  font-size: 11px;
}

.required {
  color: red;
}

.panes > div {
  text-align: left;
}

.oneclick-button {
  width: 166px;
  height: 30px;
  line-height: 30px;
  background: url("../images/i-mouse.png") no-repeat 6px center #FF273B;
  padding-left: 29px;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  margin: 0 4px;
}

.add-cart {
  width: 100px;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  /*border-radius: 4px;*/
  background: url("../images/sm-bag.png") no-repeat 10px center #FF273B;
  margin: 0 4px;
}

.select-prev, .select-next {
    color: #000000;
    display: inline-block;
    font-size: 30px;
    width: 30px;
    font-weight: bold;
    cursor: pointer;
}

.select-prev + select {
    background: transparent;
    width: 60px;
    height: 30px;
    margin-bottom: 10px;
    display: inline-block;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgb(221, 221, 221);
    -moz-box-shadow: inset 0px 0px 5px 0px rgb(221, 221, 221);
    box-shadow: inset 0px 0px 5px 0px rgb(221, 221, 221);
    vertical-align: middle;
    border-radius: 8px;
}

.order_status.table{
    margin: 30px 0;
}

.order_info p{
    display: inline-block;
}

.order_item h3{
    margin: 30px 0 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #dc213e;
}

.field_label{
    min-width: 230px;
    font-weight: bold;
    margin: 10px 0;
}

.contact_details h6{
    margin: 30px 0 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #966283;
}

.contact_details p{
    margin: 10px 0;
}

.contact_details strong{
    font-weight: bold;
}

.order-info-wrap{
    margin-bottom: 40px;
}

@media (min-width: 1280px) {
	
	
	
	
	div.call-wrap {
		text-align: left;
		left: 36% !important;
	}
		
	

	
	/*  static shablon  
	div.content table.off_table tr td {
		width: 100% !important;
		float: left !important;
		display: block !important;
		margin: 0.5em auto !important;
		text-align: center;
	}
	
	div.off_price_block {
		text-align: center !important;
		width: 100% !important;
	}
	
	table.rigth_tbl.left_gray_border tbody tr td {
		display: unset !important;
		width: unset !important;
		text-align: left;
		padding-left: 10px;
	}
	
	table.rigth_tbl.left_gray_border tbody tr td.t1 {
		display: none !important;
		width: 40px !important;
	}
	
	div#buy_form_button_one_click.off_buy_button {
		width: 100% !important;
		text-align: center !important;
		margin: 1em auto !important;
	}
	 end of static shablon  */
	
	
	
	
	
}

@media (max-width: 991px) and (min-width: 768px) {
	
	
	div.call-wrap {
		text-align: left;
	} 

	
	p.callback {
		width: 260px;
		margin: auto;
	}
	
	
	/*  static shablon  */
	div.content table.off_table tr td {
		width: 100% !important;
		float: left !important;
		display: block !important;
		margin: 0.5em auto !important;
		text-align: center;
	}
	
	div.off_price_block {
		text-align: center !important;
		width: 100% !important;
	}
	
	table.rigth_tbl.left_gray_border tbody tr td {
		display: unset !important;
		width: unset !important;
		text-align: left;
		padding-left: 10px;
	}
	
	table.rigth_tbl.left_gray_border tbody tr td.t1 {
		display: none !important;
		width: 40px !important;
	}
	
	div#buy_form_button_one_click.off_buy_button {
		width: 100% !important;
		text-align: center !important;
		margin: 1em auto !important;
	}
	div.content div.white_bg p img {
		max-width: 100%;
	}
	/* end of static shablon  */
	
	
	
  .about .thumb {
    float: none;
  }

  .about .thumb + div {
    padding-left: 10px;
  }

  #delivery_table .delivery_item img {
    float: none;
    margin-bottom: 20px;
  }
  
  

}

@media (max-width: 1275px) {

div.item_blog_block {
    width: 225px;
    float: left;
    text-align: center;
    margin: 15px 12px 0 0;
    background: #fff;
    box-shadow: 0 3px 3px #ccc;
    height: 220px;
    overflow: hidden;
}

}

@media (max-width: 992px) {
	
	
div.item_blog_block {
    width: 47%;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 3px #ccc;
    overflow: unset !important;
    padding: 0 0 10px 0;
    height: 330px;
}

div.item_blog_block:hover {
	box-shadow: 0 0 3px #111;	
}

div.item_blog_block.last_in_row {
	margin-right:10px !important;
}

div.item_blog_block img {
	width:100%;
	margin: 0 auto 5px;
}

div.item_blog_block span a {
	font-size: 1em;
	padding: 0 10px;
	text-align: center;
	display: inline-block;
}
	

	div.call-wrap {
		text-align:center;
		/* margin-bottom:15px; */
	}	
	
	/*  static shablon  */
	div.content table.off_table tr td {
		width: 100% !important;
		float: left !important;
		display: block !important;
		margin: 0.5em auto !important;
		text-align: center;
	}
	
	div.off_price_block {
		text-align: center !important;
		width: 100% !important;
	}
	
	table.rigth_tbl.left_gray_border tbody tr td {
		display: unset !important;
		width: unset !important;
		text-align: left;
		padding-left: 10px;
	}
	
	table.rigth_tbl.left_gray_border tbody tr td.t1 {
		display: none !important;
		width: 40px !important;
	}
	
	div#buy_form_button_one_click.off_buy_button {
		   width: 100% !important;
		text-align: center !important;
		margin: 1em auto !important;
	}
	div.content div.white_bg p img {
		max-width: 100%;
	}
	/* end of static shablon  */
	
	
	
  .side-menu ul.instructions li:first-child,
  .side-menu ul.pills-menu li a {
    font-size: 16px;
  }

  .side-menu ul.instructions li:not(:first-child) a,
  .side-menu ul.pills-menu li ul.sub-menu li a {
    font-size: 14px;
  }


    .steps .text-center{
        padding-right: 130px;
    }
}


@media (max-width: 740px) {
	
	
div.item_blog_block {
    width: 47%;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 3px #ccc;
    overflow: unset !important;
    padding: 0 0 10px 0;
    height: 280px;
}

}


@media (max-width: 419px) {
div.item_blog_block {
    width: 45%;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 3px #ccc;
    overflow: unset !important;
    padding: 0 0 10px 0;
    height: 200px;
}

}




@media (max-width: 768px) {
	



	
	/*  static shablon  */
	div.content table.off_table tr td {
		width: 100% !important;
		float: left !important;
		display: block !important;
		margin: 0.5em auto !important;
		text-align: center;
	}
	
	div.off_price_block {
		text-align: center !important;
		width: 100% !important;
	}
	
	table.rigth_tbl.left_gray_border tbody tr td {
		display: unset !important;
		width: unset !important;
		text-align: left;
		padding-left: 10px;
	}
	
	table.rigth_tbl.left_gray_border tbody tr td.t1 {
		display: none !important;
		width: 40px !important;
	}
	
	div#buy_form_button_one_click.off_buy_button {
		   width: 100% !important;
		text-align: center !important;
		margin: 1em auto !important;
	}
	div.content div.white_bg p img {
		max-width: 100%;
	}
	/* end of static shablon  */
	
	
    .steps .text-center{
        padding-right: 36px;
    }
    .mdlPropose {
        font-family: "Open Sans", Helvetica, Arial, sans-serif!important;
        width: 96%!important;
        height: auto!important;
        min-height: 366px!important;
        margin-left: 0px!important;
        max-height: 500px!important;
        overflow-y: scroll!important;
        left: 0!important;
        top: 5%!important;
    }
    .propExit, .propAdd {
        float: none!important;
    }
    .content .products .product:nth-child(4n) {
        margin-right: 0;
    }
    .content .products .product {
        margin-right: 5px;
    }
  .slider .slide-1 {
    background: none;
    padding-left: 40px;
    padding-top: 20px;
  }
  .slider .slide-1 h1 {
    font-size: 20px;
    line-height: 22px;
  }


  header .call-wrap .callback {
    display: inline-block;
    line-height: 40px;
  }
  header .bag-wrap {
    padding-right: 10px;
    text-align: center;
  }
  
   
  header .bag-wrap .bag {
	float: right;
  }  
 

  .main-menu li {
    height: 40px;
    text-align: left;
  }
  .main-menu li a {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .about .thumb {
    float: none;
  }

  .about .thumb + div {
    padding-left: 10px;
  }

  .panes .form-wrap:first-child {
    display: block !important;
  }

  .panes .form-row input, .panes .form-row textarea, .panes .form-row select {
    width: 100%;
  }

  .tabs.check-row .check-item {
    width: 100%;
    margin: 20px 0px;
    font-size: 12px;
  }

  header .call-wrap .callback {
    line-height: 30px;
  }

  #delivery_table .delivery_item .p_price {
    padding-left: 0px;
  }

  #delivery_table .delivery_item img {
    float: none;
    margin-bottom: 20px;
  }
}



/*====================================================*/
  /*Правки от 13 апреля  =============================*/
/*====================================================*/

.bag-click {
    position: absolute;
    width: 50px;
    display: inline-block;
    height: 50px;
    top: 0;
    left: 0;
}

.navbar-collapse {
    padding-left: 0 !important;
}

nav.side-menu ul.pills-menu li a:hover {
	text-decoration: underline !important;
}



.sidebar_instruction {
    margin-top: 19px !important;
    padding-bottom: 20px !important;
}
.sidebar {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(180, 180, 180, 1);
    float: left;
    margin-left: 0;
    margin-top: 7px;
    top: 130px;
    width: 274px;
}


.sidebar_instruction {
    margin-top: 5px !important;
    padding-bottom: 20px !important;
}
.sidebar {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(180, 180, 180, 1);
    float: left;
    margin-left: 0;
    margin-top: 7px;
    top: 130px;
    width: 274px;
}

.sidebar_instruction table tbody tr td img {
    margin-left: 20px;
}

.sidebar_instruction ul {
    list-style: outside none none;
}

.sidebar_instruction ul li {
    border-left: 2px solid #0088cf;
    margin: 0 5px;
    padding: 2px 2px 2px 6px;
}

.sidebar_instruction ul li a {
	font-size: 12px;
}


.blue_head {
    color: #0088cc;
    display: block;
    font-weight: bold;
    margin: 3px 0 6px 10px;
    padding: 4px 5px 3px 0;
    text-shadow: 0 1px 0 #dddddd;
    /* text-transform: uppercase; */
}

nav.side-menu ul.pills-menu li ul.sub-menu {
	background: #fff;
}

nav.side-menu ul.pills-menu li ul.sub-menu li a {
	font-size: 14px;
}

nav.side-menu ul.pills-menu li ul.sub-menu li a:hover {
	color: #000 !important;
	text-decoration: underline !important;
} 

.pills-menu-img {
	box-shadow: 0 0 15px rgba(180, 180, 180, 1);
	margin-bottom: 5px;
}

.pills-menu {
	box-shadow: 0 0 15px rgba(180, 180, 180, 1);
	width: 274px;
}

div.content div.products div.product {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    float: left;
    margin-bottom: 6px;
    margin-left: 6px;
    padding: 3px;
    position: relative;
    text-decoration: none;
    width: 24%;
    border: 1px solid #DCDCDC;
}


@media (max-width: 730px) and (min-width: 320px) { 

div.content div.products div.product {
    width: 30%;
    height: 200px;
    
}

}

div.breadcrumb div {
	float: left;
}


.breadcrumb {
    background-color: transparent;
    border-radius: 4px;
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 8px 15px;
	font-size: 14px;	
}


.breadcrumb > div {
    display: inline-block;
    text-shadow: 0 1px 0 #ffffff;
}

.breadcrumb > div a {
    color: #0088cc;
    text-decoration: none;
}


.breadcrumb > div > .divider {
    color: #ccc;
    padding: 0 5px;
}

.transparent_bg {
	background: transparent !important;
}

.white_bg {
	background: #fff !important;
}

.yellow_bg {
    background: #FFFF00 !important;
	    
}

.yellow_bg h2 {
    font-size:20px;
	text-align: center;
	font-weight: bold;
	
}

.yellow_bg p {
    font-size: 16px;
    text-align: center;
    padding-top: 7px;
}

.yellow_bg p strong {
    font-weight: bold;
}

.clear {
	height: 1px;
	float: none;
	clear: both;
}

.with_shadow {
	box-shadow: 0 0 12px #ccc;
}

.border_radius_5 {
	/* border-radius: 5px; */
}

.padding_15_14 {
	padding: 15px 14px;
	margin-bottom: 10px !important;
}

.breadcrumb_delimeter {
    border-bottom: 1px solid #5080cf;
    border-right: 1px solid #aaa;
    content: "";
    display: inline-block;
    height: 8px;
    line-height: 8px;
    margin: 0 5px;
    transform: rotate(-45deg);
    width: 8px;
}

div.about div.row div h1 {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 24px;
}

.sostav {
	font-size: 12px;
}

.sostav b {
	font-weight: bold;
}

table.cart_table.table thead tr th {
	font-weight: bold;
	color: #ccc;
}

.medical_info {
	border: 1px solid #ccc;
}

.breadcrumbs {
    min-height: 40px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 14px;
}
.breadcrumbs a {
    color: black;
}


.advise_doc {
    background: rgba(0, 0, 0, 0) url("../images/advise.jpg") no-repeat scroll 0 center;
    border: 1px solid #dcdcdc;
    display: block;
    height: 200px;
    margin-bottom: 15px;
    width: 99%;
}


.advise_doc_txt {
    height: 140px;
    margin-left: 225px;
    margin-top: 35px;
    width: 75%;
}
.advise_doc_txt p {
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
	line-height: 18px;
}

div.advise_doc_txt p em {
    /* font-style: italic; */
    font-family: tahoma;
    font-size: 14px;
    font-weight: normal;
	line-height: 18px;
	
}

table.features-table {
    background-color: transparent;
    border: 1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: Arial;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 20px;
    /* width: 99%; */
}

tr.ghostwhite {
    background-color: #f8f8ff !important;
    border-color: inherit;
    display: table-row;
    vertical-align: inherit;
}

.table-striped tbody tr td strong {
	font-weight: bold;
}

.f-left, .f-right {
    color: #666;
    font-size: 15px;
}

.f-right {
    float: left;
    margin: 0 0 0 37px;
}


.oneclick-top .ttl span {
    color: #666;
    font-weight: bold;
}

.ttl_infos {
    font-size: 10px;
    margin: -38px 0 16px 3px;
    padding: 0 0 27px;
}

.indexx {
    color: #2f88da;
    margin-right: 8px;
    text-decoration: underline;
}

.reveal-modal form#form-oneclick small {
	float: right;
	margin-right: 13px; 
}

.reveal-modal form#form-oneclick small a {
	font-size: 12px !important;
}

header {
margin-left: 0 !important;
margin-right: 0 !important;
}

div.content div div.about h2 {
  border-bottom: 1px solid #e2e2e2;
  font-size: 18px;
  font-family: "Open Sans";
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 30px;
  margin-top: 27px;
}
div.about p {
    text-align: justify !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.about p strong {
    font-weight: bold;
}

.btn_zakaz:hover {
	opacity: 0.9;
	color: #ffffff;
}


.sidebar_articles {
    margin-top: 5px !important;
    padding-bottom: 20px !important;
}

.sidebar_articles table tbody tr td img {
    margin-left: 20px;
}

.sidebar_articles ul {
    list-style: outside none none;
}

.sidebar_articles ul li {
    /* border-left: 2px solid #0088cf; */
    margin: 0 5px;
    padding: 2px 2px 2px 6px;
	    border-bottom: 1px solid #DCDCDC;
}

.sidebar_articles ul li a {
	font-size: 12px;
}




@media (max-width: 1400px) and (min-width: 580px) { 

	.bottom_line {
		padding-left: unset !important;
		width: 100% !important;
		padding: 0 4px 0 4px !important;
	}
	
	.bottom_line .inner {
		width: 100% !important;
		padding: 0 !important;
	}

	.bottom_line .inner .img_outer,
	.bottom_line .inner .btn_outer {
		width: 15% !important;
		text-align: center !important;
		display: inline-block;
		float: left;
	}
	
	.bottom_line .inner p {
		width: 60% !important;
		text-align: center !important;
	}
	
	.bottom_line_img {
		width: 80px;
		height: 80px;
		float: none;
		margin: 3px auto !important;
		border: 2px solid #f00;
		display: inline-block;
	}
	
	
}


@media (max-width: 579px) and (min-width: 508px) { 

	.bottom_line {
		padding-left: unset !important;
		width: 100% !important;
		padding: 0 4px 0 4px !important;
	}
	
	.bottom_line .inner {
		width: 100% !important;
		padding: 0 !important;
	}

	.bottom_line .inner .img_outer,
	.bottom_line .inner .btn_outer {
		width: 15% !important;
		text-align: center !important;
		display: inline-block;
		float: left;
	}
	
	.bottom_line .inner p {
		width: 60% !important;
		text-align: center !important;
		font-size:14px;
	}
	
	.bottom_line_img {
		width: 80px;
		height: 80px;
		float: none;
		margin: 3px auto !important;
		border: 2px solid #f00;
		display: inline-block;
	}
	
.a_btn_detail {
    width: 80px;
    height: 23px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    background: red;
    padding: 2px 5px !important;
    margin-top: 30px;
    display: inline-block;
}
	
	
}


@media (max-width: 507px) and (min-width: 419px) { 

	.bottom_line_img {
		float: left !important;
		width: 100% !important;
		height: 100% !important;
	}
	
	.bottom_line {
		padding-left: unset !important;
		width: 100% !important;
		 height: unset !important;
		padding: 0 4px 0 4px !important;
	}
	
	.bottom_line .inner {
		width: 100% !important;
		padding: 0 !important;
	}

	.img_outer {
		width: 19.9% !important;
		display: inline-block;
	}
	
	div.inner p {
		width: 79.9% !important;
		padding: 10px 0 0 0 !important;
		margin: 0 !important;
		float: right !important;
		    font-size: 14px !important;
	}
	
	.a_btn_detail {
		width: 114px;
		height: 26px;
		color: #fff;
		font-weight: bold;
		font-size: 16px;
		background: red;
		padding: 1px 10px !important;
		margin-top: 0;
		display: inline-block;
	}
	
	.btn_outer {
		display: inline-block;
		margin-top: -37px;
		position: absolute;
		margin-left: -3%;
	}
		
}



@media (max-width: 420px) and (min-width: 320px) { 

	.bottom_line_img {
		float: left !important;
		width: 100% !important;
		height: 100% !important;
	}
	
	.bottom_line {
		padding-left: unset !important;
		width: 100% !important;
		 height: unset !important;
		padding: 0 4px 0 4px !important;
	}
	
	.bottom_line .inner {
		width: 100% !important;
		padding: 0 !important;
	}

	.img_outer {
		width: 19.9% !important;
		display: inline-block;
	}
	
	div.inner p {
		width: 79.9% !important;
		padding: 10px 0 0 0 !important;
		margin: 0 !important;
		float: right !important;
		font-size: 10px !important;
	}
	
	.a_btn_detail {
		width: 114px;
		height: 26px;
		color: #fff;
		font-weight: bold;
		font-size: 16px;
		background: red;
		padding: 1px 10px !important;
		margin-top: 0;
		display: inline-block;
	}
	
	.btn_outer {
		display: inline-block;
		margin-top: -30px;
		position: absolute;
		margin-left: -10%;
	}
		
	
}



b {
    font-weight: bold;
}



/*

	.bottom_line {
		padding-left: unset !important;
		width: 100% !important;
		padding: 0 4px 0 4px !important;
	}

	.bottom_line .inner {
		width: 100% !important;
	}

	.bottom_line .inner p {
		width: 100% !important;
	}	
	
    .content .products .product:nth-child(5n) {
        margin-right: 0;
    }
    .steps .text-center{
        padding-right: 158px;
    }

*/