body,
td,
textarea,
select,
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000
}
.display-none{
	display: none;
}
.margin-bottom-20{
	margin-bottom: 20px;
}
li.select2-results__option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.select2-results__options{
	display: grid;
    grid-template-columns: 108px 108px 108px;
	max-height: fit-content !important;
}
input[type="button"] {
	cursor: pointer;
}
.tctable {} .left {
	float: left;
}
.right {
	float: right;
}
.relative {
	position: relative;
}
table {
	border-spacing: 0px;
}
table#catroot {
	width: 100%;
}
table#catroot td table td ul#cats {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px
}
table#catroot td table td ul#cats li {
	background-image: url(../bullet.gif);
	background-position: 2px 5px;
	background-repeat: no-repeat;
	margin-left: 0px;
	padding-left: 10px;
	margin-bottom: 2px
}
span.code {
	color: #828180;
	font-size: 14pt;
	font-weight: normal
}
table#brands img {
	border: 1px #999999 solid;
	margin-right: 10px;
	margin-bottom: 10px
}
#cat_list_brands_logos {
	width: 212px;
}
#cat_list_brands_logos td {
	display: block;
	width: 100%;
}
.cat-details-buttons-container{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}
.telefon {
	color: #505050;
	font-size: 14pt;
	font-weight: normal;
	line-height: 25px;
}
.header_extra {
	font-size: 9pt;
	font-weight: normal
}
table.block tr td {
	padding: 3px;
	padding-top: 6px;
	padding-bottom: 6px
}
table.block tr td h2 {
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	display: block
}
td.partners {
	padding: 0px 0px 30px 0px;
}
td.partners img.img {
	margin: 0px -10px 0px -10px;
	border: none;
}
a {
	color: #0077c3;
	font-weight: normal;
	text-decoration: none
}
a:hover {
	color: #0077f6;
	text-decoration: underline
}
a {
	outline: none !important;
}
a.linkself {
	text-decoration: none;
	border-bottom: 1px #0077c3 dotted
}
a.linkself:hover {
	text-decoration: none;
	border-bottom: 1px #0077f6 dotted
}
a.link1 {
	color: #41ad00;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: underline
}
a.link1:hover {
	color: #41cf00;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: underline
}
a.label {
	color: #0077c3;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
}
a.label:hover {
	color: #0077f6;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: underline
}
.data {
	color: #a5a5a5;
	font-weight: normal
}
a.menu {
	color: #ffffff;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline
}
a.menu:hover {
	color: #dfff89;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline
}
span.menu {
	color: #dfff89;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline
}
td.menu {
	padding-left: 0px;
	padding-right: 10px
}
.catalog_menu:hover{
	background-color: #009D48;
}
.catalog_menu__container{
	background-color: #376477;
	z-index: 99999;
	position: absolute;
	min-height: 400px;
	height: 70vh;
	border-top: 5px solid #009D48;
	padding: 30px 10px 30px 10px;
	display: none;
}
.catalog_menu__container.width95{
	width: 95%;
}
.catalog_menu__left{
	min-width: 300px;
	max-width: 300px;
	height: 100%;
	overflow-y: scroll;
	scrollbar-color: #D9D9D9 #376477;
}
.catalog_menu__item{
	color: white;
	font-size: 15px;
	padding: 15px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 5px;
}
.catalog_menu__item>a{
	color: white;
}
.catalog_menu__item:hover{
	background-color: #009D48;
}
.catalog_menu__item:hover>.catalog_menu__item_arrow{
	display: block;
}
.catalog_menu__item_arrow{
	min-width: 6px;
	display: none;
}
.catalog_menu__container.active{
	display: flex;
}
.catalog_menu__right_item_plus{
	display: none;
}
.catalog_menu__right_item_plus:hover{
	cursor: pointer;
	box-shadow:0 0 10px #fff;
}
.catalog_menu__right_item_minus{
	display: none;
}
.catalog_menu__right_item_minus:hover{
	cursor: pointer;
	box-shadow:0 0 10px #fff;
}
.catalog_menu__right_item_plus.active{
	display: block;
	position: absolute;
}
.catalog_menu__right_item_minus.active{
	display: block;
	position: absolute;
}
.catalog_menu__item_container_wrap{
	display: flex;
	flex-direction: row;
}
.catalog_menu__right{
	display: none;
	border-left: solid 1px #D9D9D9;
	margin-left: 5px;
	height: 100%;
	width:100%;
	overflow-y: scroll;
	scrollbar-color: #D9D9D9 #376477;
}
.catalog_menu__right.active{
	display: block;
}
.catalog_menu__right_item{
	display: none;
}
.catalog_menu__right_item.active{
	display: block;
}
.catalog_menu__right_item_name{
	padding: 0 20px 0 20px;
	color: #009D48;
	font-size: 24px;
	font-weight: 700;
}
.catalog_menu__right_item_link_container>a{
	color: white;
}
.catalog_menu__right_item_container{
	display: block;
	width: 50%;
}
.catalog_menu__left_item_container{
	display: block;
	width: 50%;
}
.catalog_menu__right_item_link{
	width: 90%;
	font-size: 15px;
	color: white;   
	position: relative;
	align-self: start;
	padding: 12px 20px 12px 20px;
}
.catalog_menu__right_item_link_container{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	margin-left: 27px;
}
.catalog_menu__right_item_subcats{
	display: block;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	max-height: 0px;
	transition: max-height 0.3s ease;
}
.catalog_menu__right_item_subcats.active{
	opacity: 1;
	visibility: visible;
	max-height: 1000px;
	transition: max-height 0.3s ease;
}
.catalog_menu__right_item_link_subcats_link{
	padding: 12px 0 12px 50px;
	display: block;
	color: white;
}
.catalog_menu__right_item_link_subcats_link:hover{
	color: white;
}
.catalog_menu__right_item_link:hover{
	background-color: #009D48;
}
.catalog_menu__right_item_count{
	color: #93999E;
}
.white {
	color: #ffffff;
	font-weight: bold
}
a.white:hover {
	color: #ffffaa
}
.small {
	font-size: 7pt
}
img {
	border: 0;
}
.img {
	border: 1px #cccccc dotted
}
td.header {
	color: #376477;
	font-size: 14pt;
	font-weight: normal;
	padding-bottom: 15px
}
h1,
.h1 {
	color: #376477;
	font-size: 16pt;
	font-weight: normal;
	display: inline
}
h2 {
	color: #376477;
	font-size: 13pt;
	font-weight: normal;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	padding-top: 20px
}
h4.brands {
	color: #7ca039;
	font-size: 13pt;
	font-weight: normal;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	padding-top: 20px
}
.special {
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
	display: inline
}
a.special:hover {
	color: #000000;
	text-decoration: underline
}
.title {
	color: #7ca039;
	font-size: 11pt;
	font-weight: bold
}
.cabinet {
	color: #606060;
	font-size: 13pt;
	font-weight: normal
}
.text {
	color: #000;
	font-size: 8pt;
	font-weight: normal;
}
.text-center{
	text-align: center;
}
a.text:hover {
	color: #202020;
	text-decoration: underline
}

.callback-header{
	font-size: 12pt;
}

.fancybox-content{
	padding: 44px 20px;
}

.callback-input{
	width: 100%;
    font-size: 12pt;
}

.button {
	background-image: url(../butbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #6ac334;
	color: #ffffff;
	font-weight: bold;
	border: none;
	height: 25px;
	min-width: 95px;
	cursor: pointer;
}

.button:disabled {
	background: #aaa;
}


.button2 {
	background-image: url(../butbg5.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #6ac334;
	color: #ffffff;
	font-weight: bold;
	border: none;
	height: 25px;
	min-width: 95px;
	cursor: pointer;
}

.button2:disabled {
	background: #aaa;
}


span.price {
	color: #ffffff;
	font-weight: bold;
	background-color: #6ac334;
	padding-left: 4px;
	padding-right: 4px
}
span.oldprice {
	color: #ffffff;
	font-weight: bold;
	background-color: #cccccc;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 4px;
	text-decoration: line-through
}
table.tbl {
	border-right: 1px #666666 dotted;
	border-bottom: 1px #666666 dotted
}
table.tbl td {
	border-left: 1px #666666 dotted;
	border-top: 1px #666666 dotted;
	padding: 3px
}
table.tbl tr {
	vertical-align: top
}
td#extra b {
	color: #7ca039;
	font-size: 14pt;
	font-weight: normal;
	display: inline
}
td#extra div {
	background-color: #DDEBCB;
	margin-top: 5px;
	padding: 5px
}
td#extra {
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 50px
}
td#extra h1 {
	font-size: 8pt;
	color: #0077c3;
	display: inline;
	padding-right: 5px
}
td#special li {
	padding: 5px 0px 0px 0px;
}
.l_border {
	border-top: 0px solid #dae9c7;
	border-right: 0px solid #dae9c7;
	border-bottom: 0px solid #dae9c7;
	border-left: 1px solid #dae9c7;
	padding: 3px 7px 3px 7px;
}
#breadcrumbs {
	font-size: 10pt;
	padding: 8px 0 10px;
}
#breadcrumbs a {
	font-size: 9pt
}
#saleblock table {
	margin: 15px 0 0 0;
}
#saleblock td {
	padding-bottom: 26px;
}
#saleblock .code {
	font-size: 8pt;
	color: #000;
	font-weight: bold
}
#saleblock .brand {
	color: #000;
	font-weight: bold
}
.cat_special_button {
	font-size: 10pt;
	padding: 4px 8px;
	font-weight: bold;
	color: #fff;
}
.cat_special_button:hover {
	color: #fff;
}
.cat_special_button.hit {
	background: #63b53a;
}
.cat_special_button.act {
	background: #abde09;
}
.cat_special_button.sale {
	background: #c54a21;
}
.cat_special_button.neww {
 background: #e76700;
}

.cat_special_button.history_menu,
.cat_special_button.wishlist_menu {
	float: right;
	margin-right: 26px;
	background: #376477;


}
.cat_special_button.history_menu.index,
.cat_special_button.wishlist_menu.index {
	margin-top: 18px;
}
.cat_special_button.history_menu.with_extsearch,
.cat_special_button.wishlist_menu.with_extsearch {
	margin: 20px 0 5px;
	width: 230px;
	font-size: 8pt;
	text-align: center;
}
.cat_special_button.wishlist_menu.inner {
	margin-right: 5%;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
.margin-top-15 {
	margin-top: 15px;
}
.brand {
	width: 90px;
	margin: 11px 0 0 2px
}
#catroot {} #leftmenu {
	float: left;
	width: 240px;
	margin: 12px 0 0 0;
}
#leftmenu ul {
	margin: 0;
	padding: 0;
}
#leftmenu ul ul {
	margin: 16px 0 20px 19px;
}
#leftmenu ul ul ul {
	margin: 10px 0 8px 19px;
}
#leftmenu li {
	list-style: none;
	margin: 0 0 1px 0;
}
#leftmenu li li {
	list-style: none;
	margin: 0 0 10px 0;
}
#leftmenu .top {
	display: block;
	width: 233px;
	min-height: 10px;
	padding: 8px 0 10px 7px;
	background: #e0e5da;
}
#leftmenu .top:hover {
	background: #dde2d6
}
#leftmenu span {
	color: #000;
	font-weight: bold;
}
#leftmenu a {
	color: #000
}
#leftmenu ul ul span {
	display: block;
	font-weight: normal;
	padding: 0 0 0 6px;
	text-decoration: underline;
	color: #000;
	background: url(../lm_bullet.png) no-repeat left 5px;
}
#leftmenu ul ul a {
	display: block;
	color: #000;
	padding: 0 0 0 6px;
	background: url(../lm_bullet.png) no-repeat left 5px;
}
#leftmenu ul ul a.active {
	font-weight: bold;
}
#leftmenu ul ul a.active:hover {} #leftmenu {} #file_gallery {
	margin: 22px 0 0 3px;
	padding: 0;
}
#file_gallery li {
	list-style: none;
	margin: 0 0 13px 0;
}
#file_gallery img {} #file_gallery li a {
	position: relative;
	top: -3px;
	margin: 0 0 0 9px;
}
#cartFrm h2 {
	padding: 0;
	margin: 0;
	display: inline;
	font: normal 18px "Arial";
	color: #376477;
}
#cartFrm h3 {
	padding: 0;
	margin: 0;
	display: inline;
	font: normal 16px "Arial";
	color: #000;
}
.preloader {
	width: 64px;
	height: 50px;
	background: url(../preloader.gif) no-repeat;
}
#panel .logo {
	float: left;
	width: 150px;
	padding: 0 0 0 25px;
}
#panel {
	display: none;
	position: fixed;
	top: 20px;
	width: 100%;
	z-index: 99999;
}
#panel .inner {
	width: 1000px;
	height: 70px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0px 0px 7px #000;
}
#panel .separator {
	float: left;
	width: 1px;
	height: 70px;
	margin: 0 30px;
	background: #ccc;
}
#panel .info_block {
	float: left;
	width: 150px;
	height: 70px;
	padding: 10px 0 0 0;
}
#panel .info_block .phone {
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
}
#panel .info_block .phone span {
	float: left;
	height: 20px;
	padding: 4px 0 0 26px;
	background: url(../phone.gif) no-repeat;
}
#panel .info_block .email {
	float: left;
	width: 100%;
}
#panel .info_block .email span {
	float: left;
	height: 21px;
	padding: 4px 0 0 26px;
	background: url(../eml.gif) no-repeat;
}
#panel .cart {
	float: left;
	width: 200px;
	margin: 10px 0 0 15px;
}
#panel .cart .cart_status {
	float: left;
	margin: 5px 0 0 0;
}
#panel .cart .cart_status .right {
	float: left;
	width: 100px;
	margin: 0 0 0 15px;
}
#panel .cart .cart_img {
	float: left;
	width: 50px;
}
#panel .cart .info {
	float: left;
	width: 200px;
	margin: 0 0 0 15px;
}
#panel .userinfo {
	float: left;
	width: 250px;
}
#panel .title {
	font: bold 12px "Arial";
	color: #000;
}
#panel .block {
	float: left;
	width: 100%;
}
#panel .input {} 
body {
	/*min-width: 1200px;*/
	background: #f6faf2;
	margin: 0;
}
#float_panel {
	position: fixed;
	width: 100%;
	height: 90px;
	left: 0;
	top: 0;
	z-index: 990;
	border-bottom: 2px solid #ccc;
	background: #e9efdf;
}
#float_panel .inner {
	position: relative;
	z-index: 999999;
}
#float_panel #logo img {
	/*margin: 5px 0 0 5px;*/
	margin: 0px;
}
#title span,
#title h1 {
	float: left;
	color: #376477;
	font-size: 14pt;
	display: block;
	min-width: 294px;
	margin: -5px 20px 0 0;
	line-height: 25px;
}
#cart {
	margin: 15px 10px 0 0;
	line-height: 18px;
}
#cart img {
	margin-top: 4px;
}
.cart_status {
	width: 220px;
}
.cart_status .left {
	width: 45px;
}
.cart_status .right {
	width: 165px;
	text-align: left;
	padding: 0 0 0 5px;
}
.live_filter {
	float: left;
	width: 1000px;
}
.live_filter table {
	width: 100% !important;
}
#tc_links {
	width: 95%;
	margin: 0 0 10px 30px;
	padding: 0 0 4px 0;
	border-bottom: 2px solid #c4d5ac;
}
#tc_links a {
	font-size: 14px;
	padding: 4px 8px;
	background: none;
	text-decoration: underline;
	color: #000;
}
#tc_links a.active {
	background: #c4d5ac;
	text-decoration: none;
}
#trans_comp {} #trans_comp select {
	margin: 0 0 10px 0;
}
.cat_panel {
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
	padding: 10px 8px;
	background: #f0f0f0;
	border: 1px solid #d5d4d2;
	border-radius: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.cat_panel .block > span {
	float: left;
	width: 100%;
	margin: 0 0 3px 0;
	font-size: 9pt;
}
.cat_panel .nav {
	float: left;
	#font-size:14px;
}
#sort {
	float: right;
	position: relative;
	right: 0;
	width: 255px;
}
#sort span {} #sort ul {
	float: left;
	padding: 0;
	margin: 0;
}
#sort li {
	float: left;
	height: 16px;
	margin: 0 10px 0 0;
	list-style: none;
	cursor: pointer;
	color: #000;
}
#sort li.selected {
	font-weight: bold;
	color: #7CA039;
}
#sort li.asc:after {
	content: "";
}
#sort li.asc,
#sort li.desc {
	padding: 0 15px 0 0;
}
#sort li.asc {
	background: url(../up.png) no-repeat right top;
}
#sort li.desc {
	background: url(../down.png) no-repeat right top;
}
#view {
	float: right;
}
#view>div {
	width: 37px;
	margin: 2px 0 0 0;
}
#view .list {
	float: left;
	width: 16px;
	height: 16px;
	background: url(../list.png) no-repeat;
	cursor: pointer;
}
#view .list.selected {
	background: url(../list_sel.png) no-repeat;
}
#view .square {
	float: right;
	width: 16px;
	height: 16px;
	background: url(../square.png) no-repeat;
	cursor: pointer;
}
#view .square.selected {
	background: url(../square_sel.png) no-repeat;
}
#count {
	float: right;
	width: 90px;
	margin: 0 35px 0 0;
}
#count div {
	float: left;
}
#count div span {
	cursor: pointer;
	color: #000;
}
#count span.selected {
	cursor: default;
	color: #7CA039;
	font-weight: bold;
}
.nav a {
	color: #000;
}
.nav b {
	color: #7CA039;
}
tr.listrow > td, td.sq_item {
	border: 2px solid #f2f7eb; 
}
tr.listrow.dark {
	background-color: #e2ecd4;
}
#list_table tr.listrow.dark > td {
	border-color: #e2ecd4;
}
tr.listrow:hover {
	background-color: #fafcf7;
}
#list_table tr.listrow:hover > td, #square_table td.sq_item:hover {
	border-color: #fafcf7;
}
tr.listrow.active {
	background-color: #fff !important;
}

#wishlist tr.listrow.active > td, #list_table tr.listrow.active > td, #square_table td.sq_item.active {
	border: 1px double #6ac238 !important;
	/*border-style: double !important;*/
}
#wishlist tr.listrow.active:hover > td, #list_table tr.listrow.active:hover > td, #square_table td.sq_item.active:hover {
	border-color: #6ac238 !important;

}

tr.listrow .sq_item.active {
	background-color: #fff !important;
}
.item_cert {
	display: block;
	color: #000 !important;
	font-weight: bold;
	background: url(../cert.png) no-repeat;
	line-height: 25px;
	padding-left: 30px;
	margin-top: 15px;
}
.back-to-top {
	display: none;
	position: fixed;
	z-index: 999;
	bottom: 14px;
	right: 14px;
	width: 45px;
	height: 45px;
	background: url(../arrow_top.png) center center no-repeat;
	opacity: .5;
	cursor: pointer;
}
.back-to-top:hover {
	opacity: 1 !important;
}
#topmenu {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	border: 0;
}
#topmenu td {
	border: 0;
}
#s {
	border: 1px #a3a3a3;
	height: 25px;
	border-style: solid;
	font-size: 12px;
	width: 530px;
	padding: 0 5px;
	margin: 0 4px 0 20px;
}
.search_btn {
	border: 0;
	background: url(../searchbtn.png) left center no-repeat;
	width: 66px;
	height: 25px;
	padding: 0px 0px 0px 5px;
	text-align: left;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}

.search_btn:disabled {
	background-image: url(../searchbtn_disabled.png);
	cursor: not-allowed;
}


.search_btn:hover {
	text-decoration: underline;
}
.top_menu_td {
	width: 99%;
	background: url(../bg2.gif) no-repeat 0 0 #376477;
	padding: 0 10px 0 22px;
	height: 33px;
}
.sitemap_td {
	padding: 0 30px;
	background: url(../bg4.gif) no-repeat 100% 0 #376477;
	white-space: nowrap;
	height: 33px;
}
.sitemap_td a {
	font-size: 7pt;
	color: white;
}
#search_info.active {
	display: block;
}
#search_info {
	position: absolute;
	top: 30px;
	left: 20px;
	background: #FFFFFF;
	box-shadow: 0 3px 9px #5F5F5F;
	display: none;
	padding: 5px;
	text-align: left;
	z-index: 10;
}
#search_info a {
	margin-bottom: 2px;
	padding: 3px 5px;
	display: block;
	text-decoration: none;
}
#search_info a.active {
	background: #E0E5DA;
}
#search_info b {
	font-weight: bold;
	display: block;
	color: #000;
}
#search_info .all_results {
	float: right;
}
#search_info .all_results.active {
	background: none;
	text-decoration: underline;
}
.cat_list_img {
	position: relative;
	display: block;
	margin-right: 8px;
}
.cat_list_img .cat_list_img_big {
	display: none;
	position: absolute;
	top: -6px;
	right: 110px;
	width: 270px;
	border: 3px solid #828180;
	box-shadow: 1px 2px 5px #000;
	z-index: 10;
}
.cat_list_img .cat_list_img_big_arrow {
	display: none;
	width: 10px;
	height: 20px;
	background: url(../cat_list_img_big_arrow.png) no-repeat;
	position: absolute;
	top: 40px;
	right: 101px;
	z-index: 11;
}
.cat_list_img:hover .cat_list_img_big,
.cat_list_img:hover .cat_list_img_big_arrow {
	display: block;
}
.cat_list_img .cat_list_img_big:hover,
.cat_list_img .cat_list_img_big_arrow:hover {
	display: none;
}
.item_list_tr > td {
	padding: 6px 5px;
}
.interlaced {
	background: url(../interlaced.gif) repeat-x 0 50%;
	height: 1px;
}
#cats {
	margin: 20px 0 0;
	padding: 0;
}
#cats li {
	width: 48%;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	list-style: none;
	margin: 0 1% 20px 0;
}
#cats li td {
	vertical-align: middle;
	font-size: 11pt;
}
#cats li tr td:first-child {
	width: 75px;
	height: 70px;
}
.cats li {
	width: 96%;
}
.remains {
	display: inline-block;
	*display: inline;
	margin: 0 12px;
	height: 10px;
}
.remains div {
	margin: 1px -5px;
	height: 8px;
	line-height: 8px;
}
.remains span {
	display: inline-block;
	background: url(../remains.png) no-repeat;
	margin: 0 1px;
}
.remains span {
	width: 21px;
	height: 8px;
}
.remains_block {
	float: left;
}
.remains span.active {
	background-position: 0 -8px;
}
.addToCart {
	background: #6ac238;
	color: #fff;
	border: 0;
	padding: 1px 3px;
	cursor: pointer;
}
#square_table .item_counter {
	float: left;
	width: 100%;
	margin: -3px 0 0 15px;
}
#square_table .buy_block .price_block {} .yashare-auto-init {
	height: 40px;
	margin-left: -3px;
}
#square_table {
	border-spacing: 8px;
}
#square_table,
#square_table table {
	table-layout: fixed;
}
.sq_item {
	width: 33%;
	background: #e2ecd4;
}
.sq_item:hover {
	background-color: #fafcf7;
}
table.square > tbody > tr > td {
	padding: 5px 8px;
}
.item_square_code td {
	background: #f0f0f0;
	font-weight: bold;
}
.item_square_code span {
	color: #41ad00;
}
.item_square_name div {
	float: left;
	width: 100%;
	min-height: 50px;
	vertical-align: top;
}
.square {} .item_square_image {
	text-align: center;
}
#square_table .cat_list_img {
	width: 100px;
	margin: 0 auto;
}
#square_table .buy_block > * {
	float: left;
	margin: 0 10px 8px 0;
	clear: both;
}
#adv_add_button {
	background: #63b53a;
	text-decoration: none !important;
}
#adv_list {
	float: left;
	position: relative;
	width: 100%;
}
#adv_list a.title {
	float: left;
	margin: 0 0 15px 0;
	color: #7ca039;
}
#adv_list a.title:hover {
	color: #7ca039;
}
#adv_list a.more,
#adv_list a.more span:hover {
	text-decoration: none;
}
#adv_list a.more span {
	text-decoration: underline;
}
#adv_list a {
	text-decoration: underline;
}
#adv_list a:hover {
	text-decoration: none;
}
#adv_list ul a {
	font-size: 14px;
}
#adv_list ul li {
	margin: 0 0 10px 0;
}
#adv_list .bold {
	font-weight: bold;
}
#adv_list .item {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #7ca039
}
#adv_list .item h2 {
	color: #7ca039;
	display: block;
	font-size: 13pt;
	font-weight: normal;
	padding: 0px 0 10px;
}
#adv_list .item > span {
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
}
#adv_list .item .description {} #adv_list .item .phones {} #adv_list .item .phone {} #adv_list .item {} #advert_form input.error,
#advert_form textarea.error {} #advert_form {} #advert_form input,
#advert_form textarea {
	width: 400px;
}
#advert_table td {
	vertical-align: top;
	padding: 3px 25px 20px 0;
}
#advert_table .td_title {
	width: 150px;
}
.adCategory option {
	padding: 2px 0;
}
#toback_links {
	float: left;
	margin-top: 200px;
}
#quality_service {
	position: fixed;
	bottom: 0;
	right: 100px;
}
#content #quality_service {
	float: right;
	margin: -40px 23px 0 0;
	position: static;
	right: auto;
	bottom: auto;
}
#quality_service a {
	display: block;
	background: url(../quality.png) 10px 5px no-repeat #63b53a;
	color: white;
	font-weight: bold;
	font-size: 10pt;
	padding: 0 30px 0 50px;
	height: 40px;
	line-height: 40px;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
#content #quality_service a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}
.wishlist {
	clear: both;
	float: left;
	cursor: pointer;
	margin-top: 10px;
	text-align: center;
	background-color: #828180;
	background: -moz-linear-gradient(#a4a4a4, #828180);
	background: -ms-linear-gradient(#a4a4a4, #828180);
	background: -o-linear-gradient(#a4a4a4, #828180);
	background: -webkit-linear-gradient(#a4a4a4, #828180);
	font-weight:bold;
}
.wishlist:hover {
	text-decoration: underline;
}
.wishlist,
.wishlist a {
	display: block;
	color: #fff;
	width: 293px;
	padding: 5px 0;
}
.item_square_image .wishlist {
	float: none;
	margin: 10px auto 0;
}
#list_table .wishlist,
#list_table .wishlist a {
	width: 100px;
	padding: 0;
	line-height: 20px;
}
#square_table .wishlist,
#square_table .wishlist a {
	width: 100px;
	padding: 0;
	line-height: 19px;
}
#wishlist .wishlist,
#wishlist .wishlist a {
	line-height: 18px;
}
#wishlist .wishlist {
	margin-top: 8px;
}
.item_list_tr .wishlist {
	margin: -2px 0 0 40px;
	clear: none;
}
.item_list_tr .wishlist,
.item_list_tr .wishlist a {
	width: 90px;
	line-height: 18px;
}
#wishlist .item_list_tr .wishlist {
	display: none !important;
}
.wishlist.added {
	color: #000;
	background-color: #d6d6d6;
	background: -moz-linear-gradient(#d6d6d6, #c4c4c4);
	background: -ms-linear-gradient(#d6d6d6, #c4c4c4);
	background: -o-linear-gradient(#d6d6d6, #c4c4c4);
	background: -webkit-linear-gradient(#d6d6d6, #c4c4c4);
}
.del_wishlist {
	display: block;
	margin-top: 4px;
	color: red;
	padding: 5px 0;
	text-align: center;
}
.del_wishlist:hover {
	color: red;
}
.del_wishlist.deleted,
.del_wishlist.deleted:hover {
	color: gray;
	cursor: default;
	text-decoration: none;
	display: none;
}
.wishlist.list,
.wishlist.list a,
.del_wishlist {
	width: 80px;
}
.wishlist.list.added {
	display: none;
}
#history_short {
	display: none;
	width: 246px;
}
#history_title {
	padding-top: 30px;
}
#history_title .h1 {
	color: gray;
}

/* Login form
*******************************************************************************/

.panel-login-form__umenu {
	margin-top: 8px;
}

.panel-login-form__link {
	display: inline-block;
	font-size: 12px;
	margin-bottom: 10px;
}

.panel-login-form__form-table {
	display: none;
}

/* autocomplete
*******************************************************************************/

.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

/******************************************************************************/

/*
* Select picker
***********************************/

.bootstrap-select * {
	box-sizing: border-box;
}

.btn-group, .btn-group-vertical {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.btn-group.open .dropdown-toggle {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0 none;
}
.btn-group > .btn:first-child {
	margin-left: 0;
}
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #333;
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	bottom: 100%;
	margin-bottom: 2px;
	top: auto;
}
.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.btn {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.bootstrap-select .dropdown-menu {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: outside none none;
	margin: 2px 0 0;
	min-width: 160px;
	padding: 5px 0;
	position: absolute;
	text-align: left;
	top: 100%;
	z-index: 1000;
}

.bootstrap-select.open .dropdown-menu {
	display: block;
}

.bootstrap-select .dropdown-menu.inner {
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	float: none;
	margin: 0;
	padding: 0;
	position: static;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: #337ab7;
	color: #fff;
	outline: 0 none;
	text-decoration: none;
}

.dropdown-menu > li > a {
	clear: both;
	color: #333;
	display: block;
	font-weight: 400;
	line-height: 1.42857;
	padding: 3px 20px;
	white-space: nowrap;
}

.bootstrap-select .dropdown-menu li.hidden {
	display: none;
}

/******************************************************************************/

div.privacy {
	padding-top: 20px;
	text-align: center;
	clear: both;
	font-size: 10px;
}

.clearable{
	position: relative;
	display: inline-block;
}
.clearable input[type=text]{
	padding-right: 24px;
	width: 100%;
	box-sizing: border-box;
}
.clearable__clear{
	display: none;
	position: absolute;
	right:0; top:0;
	padding: 4px 8px 0px 0px;
	font-style: normal;
	font-size: 1.2em;
	user-select: none;
	cursor: pointer;
}
.clearable input::-ms-clear { /* Remove IE default X */
	display: none;
}


/* table substitute classes */
table.cellpadding0>tbody>tr>td {
	padding: 0px;
}

table.cellpadding2>tbody>tr>td {
	padding: 2px;
}

table.cellpadding3>tbody>tr>td {
	padding: 3px;
}

table.cellpadding4>tbody>tr>td {
	padding: 4px;
}

table.cellpadding5>tbody>tr>td {
	padding: 5px;
}

table.cellpadding6>tbody>tr>td {
	padding: 6px;
}

.border0, table.border0>tbody>tr>td {
	border: none;
}

td.cellpadding0 {
	padding: 0px !important;
}

table.border1 {
	border-collapse: collapse;
}

table.border1>tbody>tr>td {
	border: 1px #000 solid;
}

.width100p {
	width: 100%;
}
.width1p {
	width: 1%;
}
.nowrap {
	white-space: nowrap;
}
.width10p {
	width: 10%;
}
.width20p {
	width: 20%;
}
.width30p{
	width:30%;
}
.width33p {
	width: 33%;
}
.width35p {
	width: 35%;
}
.width40p {
	width: 40%;
}
.width50p {
	width: 50%;
}
.width80p {
	width: 80%;
}
.width99p {
	width: 99%;
}

.width1 {
	width: 1px;
}
.width123{
	width:123px;
}
.width200{
	width:200px;
}
.width244{
	width:244px;
}


.height1 {
	height: 1px;
}
.height100p{
	height: 100%;
}

table.cellspacing0 {
	border-spacing: 0px;
	border-collapse: collapse;
}

.valigntop  {
	vertical-align: top;
}
.valignmiddle {
	vertical-align: middle;
}

.hspace0 {
	margin-left: 0px;
	margin-right: 0px;
}
.vspace0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.hspace5 {
	margin-left: 5px;
	margin-right: 5px;
}
.vspace3 {
	margin-top: 3px;
	margin-bottom: 3px;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
table.alignleft, img.alignleft {
	float: left;
}
.alignright {
	text-align: right;
}
table.alignright, img.alignright {
	float: right;
}
table.alignright>tbody>tr>td, table.alignleft>tbody>tr>td {
	text-align: left;
}

td.workdays {
	padding: 10px 10px 30px 60px !important;
	background: url(../workdays.png) 20px 10px no-repeat;
}

td.workdays div {
	margin: 0px 0px 5px 0px;
}

div.current_time_status {
	font-weight: bold;
}

div.current_time_warning {
	font-weight: bold;
	color: #ff9900;
}



















.tabs {
	max-width: 100%;
	margin: 0 0 0px;
}
.tabs__caption {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	position: relative;
	margin: -1px 0 0 -1px;
}
.tabs__caption li:last-child:before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	right: -2px;
	z-index: -1;
	height: 5px;
	#background: #7DCA86;
}
.tabs__caption:after {
	content: '';
	display: table;
	clear: both;
}
.tabs__caption li {
	padding: 9px 15px;
	font-size: 14px;
	background: #e0e5da;
	color: #000000;
	position: relative;
	border: solid #000000;
	border-width: 1px 1px 1px 0px;

	border-radius: 0px 7px 0 0;
	text-align: center;
}




.tabs__360  {
	padding: 9px 15px;
	font-size: 14px;
	background: #e0e5da;
	color: #000000;
	position: relative;
	border: solid #000000;
	border-width: 1px 1px 1px 0px;

	border-radius: 0px 7px 0 0;
	text-align: center;
}






.tabs__caption li:not(.active) {
	cursor: pointer;
}
.tabs__caption li:not(.active):hover {
	#background: #7DCA86;
	border-color: #000000;
	text-decoration: underline;

}
.tabs__caption .active {
	background: #f2f7eb;
	color: #000;
	border-color: #000000;
	border-width: 1px 1px 0px 0px;

}
.tabs__caption .active:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	height: 5px;
	#background: #FFF;

}
.tabs__content {
	display: none;
	#background: #FFF;
	border-top: 0px solid #000000;
	border-radius: 0 0px 0px 0px;
	padding: 7px 15px;
}
.tabs__content.active {
	display: block;
	background-color: ;

}

.vertical .tabs__caption {
	float: left;
	display: block;
}
.vertical .tabs__caption li {
	float: none;
	border-width: 2px 0 2px 2px;
	border-radius: 7px 0 0 5px;
}
.vertical .tabs__caption li:last-child:before {
	display: none;
}
.vertical .tabs__caption .active:after {
	left: auto;
	top: 0;
	right: -2px;
	bottom: 0;
	width: 2px;
	height: auto;
}
.vertical .tabs__content {
	overflow: hidden;
}

@media screen and (max-width: 1350px) {
	.top_menu_td a.menu {
		font-size: 8pt;
	}
	
	table.contacts td {
		font-size: 8pt;
	}
	
	#title h1 {
		font-size: 10pt;
		min-width: 220px;
	}
	
	#float_panel {
		width: 100% !important;
	}
	
	.sitemap_td {
		padding-left: 10px !important;
	}
	
	.panel-login-form__form-table {
		width: 250px;
		position: absolute;
		right: 0px;
		background: #e9efdf;
	}
	
	.cart_status {
		width: 180px;
	}
	
	.cart_status .right {
		width: 125px;
	}
	
	div.city_selector {
		width: 130px !important;
	}
	
	div.city_selector, select.city_selector {
		font-size: 8pt !important;
	}
	
}

@media screen and (max-width: 650px) {

	.tabs__caption li {
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
	.vertical .tabs__caption {
		float: none;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.vertical .tabs__caption li {
		border-width: 2px 2px 0;
		border-radius: 5px 5px 0 0;
	}
	.vertical .tabs__caption li:last-child:before {
		display: block;
	}
	.vertical .tabs__caption .active:after {
		top: auto;
		bottom: -5px;
		left: 0;
		right: 0;
		width: auto;
		height: 5px;
		background: #FFF;
	}

}


.star-rating{
	font-size: 0;
}
.star-rating__wrap{
	display: inline-block;
	font-size: 1rem;
}
.star-rating__wrap:after{
	content: "";
	display: table;
	clear: both;
}
.star-rating__ico{
	float: right;
	padding-left: 2px;
	cursor: pointer;
	color: #FFB300;
}
.star-rating__ico:last-child{
	padding-left: 0;
}
.star-rating__input{
	display: none;
}
.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before
{
	content: "\f005";
}


#ya-site-results .b-wrapper{
	clear: none !important; 
}
.logoimg {
	width: 200px; 
	padding-top: 10px;
	/*max-height: 92px*/
}

@media(min-width:  1600px){
	.logoimg {
		width: 259px; 
		padding-top: 0px;
	}
}

div.city_selector {
	font-size: 12px;
	font-family: Verdana, Arial;
	text-align: left;
	width: 150px;
	margin: 15px 20px 0px 0px;
	padding-left: 25px;
	background: url(../location.png) 0px 8px no-repeat;
	position: relative;
	overflow: visible;
	height: 50px;
}

a.city_selector {
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px #0077c3 dotted;
	padding: 3px 0px 0px 0px;
}

a.city_selector:hover {
	border-color: #0077f6;
}

select.city_selector {
	display: none;
	position: absolute;
	margin-top: -10px;
	font-size: 12px;
	font-family: Verdana, Arial;
	left: 25px;
}

div.order_city_selector {
	position: relative;
	display: inline-block;
	font-family: Corbel, Arial, sans-serif;
	font-size: 20px;
	top: 0px;
	left: 0px;
}

div.order_city_preselector {
	display: none;
}

a.order_city_selector, a.order_city_selector_lower {
	display: inline-block;
	text-decoration: none;
	padding: 0px;
	border-bottom: 1px #0077c3 dotted;
}

select.order_city_selector {
	display: none;
	position: absolute;
	margin-top: -25px;
	font-size: 20px;
	font-family: Corbel, Arial, sans-serif;
	left: 15px;
}

select.order_city_selector_lower {
	display: none;
	font-size: 20px;
	font-family: Corbel, Arial, sans-serif;
	left: 15px;
}

select.city_selector {
	display: none;
	position: absolute;
	margin-top: -10px;
	font-size: 12px;
	font-family: Verdana, Arial;
	left: 25px;
}

#loginbutton{
	cursor: pointer;	
	background-position: center;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;    
	border: 0px;
}

.header_notice {
	text-align: center;
	padding: 10px;
	border: 2px #5ca330 solid;
	background: #fff;
	margin: 10px 0px;
}
@media screen and (max-width: 1450px) {
	.top_menu_td a.menu {
		font-size: 8pt;
	}
	table.contacts td {
		font-size: 8pt;
	}
	#title h1 {
		font-size: 10pt;
		min-width: 220px;
	}
	#float_panel {
		width: 100% !important;
	}
	.sitemap_td {
		padding-left: 10px !important;
	}
	.panel-login-form__form-table {
		width: 210px;
		position: relative;
		right: 0px;
		background: #e9efdf;
	}
	.cart_status {
		width: 180px;
	}
	.cart_status .right {
		width: 125px;
	}
	div.city_selector {
		width: 100px !important;
	}
	div.city_selector, select.city_selector {
		font-size: 8pt !important;
	}
	.width30p.valigntop {
		width: auto; /*поставить класс для выбор города*/
	}
	#title {
		width: auto;
	}
	#title span, #title h1 {
		font-size: 11pt;
	}
}

@media screen and (max-width: 1360px) {
	#float_panel #logo img {
		margin-left: -40px;
	}
	#title span, #title h1 {
		min-width: 264px;
	}
	.cart_status .right {
		width: 95px;
	}
	.cart_status {
		width: 150px;
	}
	div.city_selector {
		margin-right: 10px;
	}
}
@media screen and (max-width: 1250px) {
	#title span, #title h1 {
		font-size: 10pt;
		min-width: 214px;
	}
	table.contacts.width1p.border0.cellspacing0.cellpadding0 {
		margin-right: 15px !important;
	}
}
@media screen and (max-width: 1200px) {
	#float_panel #logo img {
		margin-left: -65px;
	}
	#title span, #title h1 {
		min-width: 204px;
		margin-right: 10px;
	}
}

/*сделала от 1200 до 1450, т.к. там не везде помещалась форма входа в шапке. Пришлось ужимать. */

/* Стили для подложки */

.overlay {
   
   /* Скрываем подложку  */
   opacity: 0;
   visibility: hidden;
   
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, .5);
   z-index: 20;
   transition: .3s all;
}


/* Стили для модальных окон */

.modal {
   
   /* Скрываем окна  */
   opacity: 0;
   visibility: hidden;
//overflow-y: auto; 
#height:400;   
   
   /*  Установаем ширину окна  */
   width: 100%;
min-width:700px;
min-height:700px;
  max-width: 700px;
   max-height: 700px;
   
   /*  Центрируем и задаем z-index */
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 30; /* Должен быть выше чем у подложки*/
   
   /*  Побочные стили   */
   box-shadow: 0 3px 10px -.5px rgba(0, 0, 0, .2); 
   text-align: center;
   padding: 5px;
   border-radius: 3px;
   background-color: #fff;
   transition: 0.3s all;
}


/* Стили для активных классов подложки и окна */

.modal.active,
.overlay.active{
   opacity: 1;
   visibility: visible;
overflow-y: auto; 
height:400;   

}


/* Стили для кнопки закрытия */

.modal__cross {
   width: 15px;
   height: 15px;
   position: absolute;
   top: 20px;
   right: 20px;
   fill: #444;
   cursor: pointer;
}


/* Стили для кнопок. Мы ведь порядочные разработчики, негоже простые ссылки оставлять */

span.required {
	color: #ff0000;
}

.otherphoto {
	display: none;
}

/* Chrome, Safari, Edge, Opera */
.qty_arr::-webkit-outer-spin-button,
.qty_arr::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.qty_arr {
  -moz-appearance: textfield;
}

input[type=file].width100p {
	width: auto;
}

#news_column img, #articles_column img {
	display: none;
}

.order-wrap__buttons-container {
border: none;
padding: 0;
margin: 10px 0;
display: flex;
}
.order-wrap_custom-radio {
position: relative;
font-size: 13px;
}
.custom-radio-input {
position: absolute;
opacity: 0;
}
.order-wrap_custom-radio + .order-wrap_custom-radio {
margin-left: 14px;
}
.custom-radio-label {
padding: 6px 10px;
background-image: none;
background: #abde09;
height:  auto !important;
}
.custom-radio-input:checked + .custom-radio-label {
background: #63b53a;
}
.order-wrap {
position: relative;
}
.order-wrap.loader:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: rgba(255, 255, 255, .5);
}
.oneclick-row {
display: flex;
}
.oneclick-info.left-block {
width: 50%;
padding-right: 15px;
}
.oneclick-payment.right-block {
padding-left: 30px;
width: 50%;
}
.oneclick-delivery {
width:  100%;
}
.delivery-fieldset {
      border: none;
    padding: 0 0 10px;
}
.delivery-tcompany-wrap select.selectpicker {
  display: block !important;
}

.network-error {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: rgba(255, 255, 255, .5);
}
.network-error-text {
    padding: 20px;
    background: white !important;
    border: 1px #88B748 solid;
    font-size: 13px;
    display: inline-block;
}
.network-error p {
	margin: 0;
}
.network-error-wrap {
    position: relative;
}
.network-error-wrap a {
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #c54a21;
    border-radius: 100%;

}
.network-error-wrap a:after {
    content: '×'; 
    color: white; 
    font-size: 14px;
    padding: 0 4px;
    line-height: 20px;
    text-decoration: none;
}
.network-error-wrap a:hover {
    text-decoration: none;
}

.questions.second {
	top: 100px;
}

.questions {
	margin: 10px;
	position: relative;
}


