div[id^="bx_incl_area_"]{
	display: inline-block;
}

section .right-col .content .show .slides .bx-wrapper{
	padding: 12px 23px 5px 20px;
}

section .right-col .content .show .slides .bx-wrapper .bx-viewport{
	 -moz-box-shadow: none;
    -webkit-box-shadow:  none;
    box-shadow:  none; 
}

section .right-col .content .show .slides .page a.active{
	background: url("img/slider-page-selected.png") center no-repeat;
}

header .info a.logo{
    padding-top: 0px;
    left: 40px;
}
header .info a.logo object{
    pointer-events: none;
}

section.inner form.search-request .btn-send{
    background: url(img/btn-send-request.png) no-repeat;
    width: 147px;
    height: 40px;
    margin: 0 auto;
    font-size: 9.5pt;
    line-height: 40px;
    margin-top: 24px;
    display: block;
}

.success{
    color: green;
}
.error{
    color :red;
}

.fix-a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

label[for]{
    cursor: pointer;
}

section.inner form.basket input[type=text], section.inner form.basket select, section.inner form.basket textarea{
    width: 374px;
    margin-bottom: 26px;
}
section.inner form.basket textarea{
    height: 84px;
}

section .right-col table.goods-list.min{
    width: 566px;
}

section .right-col table.goods-list th{
    padding: 10px 0;
}
section .right-col table.goods-list .sep img{
    width: 100%;
}

table.table-form{
    background: none !important;
    width: auto !important;
}
table.table-form tbody tr td{
    text-align: left;
    padding: 5px;
}
table.table-form tbody tr td:first-child{
    text-align: right;
    padding-right: 20px;
}

.main-title h1{
    text-align: center;
}

.alert{
    background: #990000;
    padding: 10px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.btn.btn-primary{
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #990000;
}
.btn.btn-secondary{
    background: #e0e5ec;
 border-radius: 10px;
}
.btn.btn-small{
    padding: 6px 12px;
    font-size: 14px;
    display: inline-flex;
    margin-bottom: 5px;
}
.search_new{
	margin-bottom: 20px;
}
.search_new form{
	display: flex;
	gap: 10px;
	align-items: center;
    	background: url(img/search-bg.png) no-repeat;
	background-size: 150%;
	background-position: center;
	padding: 10px;
}

.search_new input {
    width: 100%;
    border: 1px solid #391111;
    padding: 10px 8px;
    font-size: 9.75pt;
}

.search_new .btn {
    font-size: 11.25pt;
    background: url(./img/search-button.png) no-repeat;
    width: 159px;
    height: 54px;
    line-height: 54px;
}

.orderNewResult{
	margin-top: 50px;
	text-align: center;
}

.orderNewResult b{
	font-size: 23px;
}