<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#promo_button {
	margin-right:30px;
	font-size:14px;
}

#politika_p {
	float:left;
	color:#a2a0a0;
	margin-left:5px;
}

#politika_p span {
	display:block;
}

.basket_table {
	width:100%;
	border:none;
}

.basket_table td,
.basket_table th {
	padding:5px;
	vertical-align:middle;
	position:relative;
}

.tr_product td {
	border-bottom:1px solid #ccc;
}

.basket_img {
	height:50px;
	width:50px;
	margin-right:10px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
	vertical-align:middle;
}

.item_h {
	font-size:14px;
	text-decoration:none;
}

.item_price {
	font-size:16px;
}

.item_delete {
	margin-left:10px;
	color:#f00;
	display:inline-block;
	text-decoration:none;
	font-size:25px;
}

.basket_table input[type="number"] {
	width:60px;
	font-size:18px;
	height:30px;
	padding:0px 10px;
	text-align:center !important;
}

#basket_clear {
	position:relative;
	margin-left:8px;
}

#basket_clear:before {
	content:"";
	position:absolute;
	left:-16px;
	top:-5px;
	width:14px;
	height:21px;
	background:url(img/delete.png) 0px 0px no-repeat;
}

#basket_clear:hover:before {
	background:url(img/delete.png) -14px 0px no-repeat;
}

.basket_table .price {
	margin-top:0px;
	display:inline-block;
}

#itogo_tr {
	display:block;
}

#itogo_tr table {
	width:100%;
}

#itogo_tr td {
	border:none;
}

.fix {
	position:fixed;
	top:49px;
	left:0px;
	border-bottom:1px solid #ccc;
	background:#fff;
	z-index:20;
}

.itogo_tr_body {
	max-width:1200px;
	margin:0px auto;
	box-sizing: border-box;
}

.fix .itogo_tr_body {
	padding:0px 10px;
}

#delivery_calc_table td, #payment_table td {
	height:20px;
	border-bottom: 1px solid #eee;
}

.delivery_select, .payment_select {
	cursor:pointer;
}

.delivery_select_ok, .payment_select_ok {
	background:none;
}

.delivery_cena {
	display:none;
}

.pvz_tr {
	display:none;
}

#payment_div, #dop_users_info, #add_adres_div {
	display:none;
}

#dop_users_info textarea {
	height:50px;
	max-width:420px;
}

.zakaz_oplata {
	display:inline-block;
	min-width:200px;
	padding:10px 15px;
	text-align:center;
	font-size:20px;
	color:#fff;
	background-color: #6a9e20;
	border-radius:20px;
	box-shadow:none;
	text-shadow:none;
	text-decoration:none;
}

#basket_table p {
	text-align:left;
	font-size:12px;
	margin-left:20px;
	margin-bottom:15px;
	margin-top:15px;
}

#basket_table p:first-letter {
	margin:0px;
}

#basket_comment {
	display:none;
}

#basket_table .pvz_map_list_ul .pvz_map_li:hover .pvz_map_button {
	display:none;
}

#basket_table .delivery_select_ok, #basket_table .payment_select_ok {
	background:#eee;
}

#basket_table input[type="checkbox"] {
	width:0px;
	height:0px;
	opacity:0;
}

#basket_table label {
	position:relative;
	padding-left:25px;
	padding-top:2px;
}

#basket_table label:before {
	content:'';
	position:absolute;
	top:0px;
	left:0px;
	border:1px solid #ccc;
	border-radius:2px;
	width:15px;
	height:15px;
}

#basket_table input[type="checkbox"]:checked+label:after {
	content:'\2714';
	position:absolute;
	top:-11px;
	left:-1px;
	color:#329421;
	font-size:27px;
}

#delivery_info, #payment_div, #dop_users_info, #users_info{
	margin-bottom:40px;
	padding:15px;
}

.basket_step_form {
	max-width:65%;
}

#basket_table h2 {
	margin-bottom:25px;
	font-size:18px;
}


#basket_table #delivery_div, #payment_div_info {
	margin-left:15px;
}

#basket_table .status_product_0 span, #basket_table .status_product_1 span, #basket_table .status_product_2 span {
	background:none;
}

#basket_table sup {
	position:absolute;
	top:3px;
}

#basket_table .select_delivery_td {
	display:table-cell;
}

#basket_dop_scroll_div {
	width:100%;
	overflow:hidden;
	position:relative;
	height:235px;
}

#basket_dop_div {
	height:100%;
	width:100%;
	overflow:hidden;
	white-space:nowrap;
	position:absolute;
	padding:5px;
	box-sizing: border-box;
}


.basket_dop_products {
	width:190px;
	display:inline-block;
	vertical-align:top;
	border:1px solid #ccc;
	box-sizing: border-box;
	padding:5px;
	height:100%;
	margin:0px 1px;
	white-space:normal;
	position:relative;
}

.basket_dop_products:hover {
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
}

#basket_dop .basket_dop_products h2 {
	font-size:13px;
	height:50px;
	margin:0px;
	text-align:center;
}

.basket_dop_photo {
	width:100%;
	height:90px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-bottom:10px;
}

.basket_dop_price {
	font-size:18px;
	font-weight:bold;
	margin:10px 0px;
}

#basket_dop .basket_dop_products a {
	text-decoration:none;
}

#basket_dop .basket_button {
	height:28px;
	font-size:14px;
	border-radius:0px;
	min-width:70px;
	float:none;
}

#basket_dop .slick-prev, #basket_dop .slick-next {
	height:225px;
	bottom:10px;
	top:unset;
}

#basket_dop .slick-next:hover {
	background:linear-gradient(to right,transparent,rgba(0,0,0,0.5)), url(img/arrow_right.png) center center no-repeat;
}

#basket_dop .slick-prev:hover {
	background:linear-gradient(to left,transparent,rgba(0,0,0,0.5)), url(img/arrow_left.png) center center no-repeat;
}

#zakaz_oplata {
	float:none;
}

.onoffswitch {
    position: relative;
    -webkit-user-select:none;
	-moz-user-select:none; 
	-ms-user-select: none;
	margin-left:20px;
}

.onoffswitch label:before, .onoffswitch label:after {
	display:none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: inline-block;
	vertical-align:middle;
	overflow: hidden; 
	cursor: pointer;
    border: 2px solid #E3E3E3;
	border-radius: 26px;
	height:26px;
	width:52px;
	position:relative;
}
.onoffswitch-inner {
    display: block; 
	width: 200%;
	margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-switch {
    display: block; width: 20px; margin: 2px;
    background: #329421;
    position: absolute; top: 0; bottom: 0;
    right: 50px;
    border: 2px solid #E3E3E3; border-radius: 26px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
    background-color: #329421; 
}

.organization {
	display:none;
}

#rekvizity {
	display:none;
}

#rekvizity b {
	display:inline-block;
	width:150px;
	text-align:left;
	vertical-align:middle;
	white-space: normal;
}

.select_delevery_pay {
	cursor:pointer;
	border-bottom: 1px solid #eee;
	padding:5px;
}

#delivery_calc_table .delivery_titl, #payment_div_info .payment_titl, .select_delevery_pay {
	padding-right:10px;
	text-align:left;
	position:relative;
	padding-left:40px;
	padding-bottom:10px;
}

#delivery_calc_table .delivery_titl:before, #payment_div_info .payment_titl:before, .select_delevery_pay:before {
	content: '';
    width: 14px;
    height: 14px;
    border-radius: 4px;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -7px;
    vertical-align: middle;
    border: 1px solid #777;
	z-index:1;
}

#delivery_calc_table .pvz_map_list_ul .pvz_map_li {
	padding-left:70px;
}

#delivery_calc_table .pvz_map_list_ul .pvz_map_li:before {
	content: '';
	background:none;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    position: absolute;
    left: 42px;
    top: 50%;
    margin-top: -7px;
    vertical-align: middle;
    border: 1px solid #777;
	z-index:1;
}

#basket_form  .delivery_select_ok:before, #basket_form  .delivery_select_ok .delivery_titl:before, #basket_form .payment_select_ok .payment_titl:before {
	background:none;
}

.delivery_icon_order {
	float:left;
	height:30px;
	margin-top:2px;
	margin-right:15px;
	z-index:2;
}

#rekvizity p {
	white-space: nowrap;
}

#kvitanciya_form {
	border:none;
	width:710px;
	height:645px;
}

#delivery_messege p:first-letter {
	margin-left:0px;
}

#select_delevery_pay_div {
	margin-bottom: 40px;
    border: 1px solid #ccc;
    padding: 15px;
	display:inline-block;
}

#select_delevery_pay_div h2 {
	margin-bottom:25px;
}

.status_history_icon_order_id {
	position:relative;
}

.status_history_icon_order_id:before {
	content:'';
	height:0px;
	width:0px;
	position:absolute;
	right:-13px;
	top:7px;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:7px solid #000;
}

.status_history_icon_order_id:after {
	content:'';
	height:0px;
	width:0px;
	position:absolute;
	right:-13px;
	top:4px;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:7px solid #fff;
}

#status_history_order_id p {
	margin-top:10px;
	padding-left:22px;
	position:relative;
}

#status_history_order_id p:before {
	content:'';
	height:5px;
	width:5px;
	background:#000;
	position:absolute;
	left:10px;
	top:7px;
	border-radius:50%;
}

#ordering_button_p {
	text-align:right !important;
	font-size:18px !important;
}

.send_order_button_div_show {
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	padding:5px 0px;
	text-align:center;
	border-top:1px solid #ccc;
	background:#fff;
}

.send_order_button_div_hide {
	display:none;	
}

#basket_steps {
	position:fixed;
	display:none;
	width:100%;
	border-top:1px solid #ccc;
	padding:10px 0px;
	padding-bottom:20px;
	left:0px;
	bottom:0px;
	background:#fff;
	z-index:10;
}

.basket_step {
	margin-left:50px;
	font-size:16px;
	text-decoration:none;
	position:relative;
}

.step_ok:before {
	content:'\2714';
	position:absolute;
	top:-11px;
	left:-21px;
	color:#329421;
	font-size:27px;
}

#last_tr {
	border-bottom:none;
}

.prew_step {
	margin-right:10px;
}

.basket_help {
	border:1px solid #ccc;
	padding:10px;
	width:30%;
	margin-right:10px;
	float:right;
	
}

#delivery_basket_tr {
	display:none;
	height:60px;
}

#delivery_basket_tr .price {
	margin-right:32px;
}


#delivery_basket_titl img {
	text-align:left !important;
	width: auto !important;
	max-height:30px !important;
	vertical-align:middle;
	margin-right: 20px !important;
}

.basket_delivery_titl {
	display:inline-block;
	vertical-align:middle;
}

.tr_order_id td {
	border-top:1px solid #ccc;
}

.promo_txt {
	border:1px solid #ccc;
	margin-top:37px;
	padding:5px;
	padding-left:107px;
	background:url(img/bonus_2.png) 17px center no-repeat;
	height:117px;
	box-sizing: border-box;
	background-size: auto 85px;
}

@media screen and (max-width: 815px) {
	#politika_p {
		margin-left:0px !important;
	}
	
	#ordering_button_p {
		text-align:center !important;
		margin-left:0px !important;
	}
}

@media screen and (max-width: 360px) {
	#ordering_button_p {
		font-size:12px !important;
	}
}</pre></body></html>