/*.mask {
position: absolute;
top: 0;
left: 0;
background: rgba(0,0,0,0.25);
width: 100%;
height: 15%;
}
*/

.tabs {
        min-width: 100%;
        max-width: 100%;
        padding: 0px;
        margin: 0 auto;
}
/* Стили секций с содержанием */
.tabs>section {
        display: none;
        padding: 15px;
        background: #fff;
 border: 1px solid #ddd;
}
.tabs>section>p {
        margin: 0 0 5px;
        line-height: 1.5;
        color: #383838;
 /* прикрутим анимацию */
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
}
/* Описываем анимацию свойства opacity */

@-webkit-keyframes fadeIn {
        from {
                opacity: 0;
        }
        to {
                opacity: 1;
        }
}
@keyframes fadeIn {
        from {
                opacity: 0;
        }
        to {
                opacity: 1;
        }
}
/* Прячем чекбоксы */
.tabs>input {
        display: none;
        position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabs>label {
        display: inline-block;
        margin: 0 0 -1px;
        padding: 15px 25px;
        font-weight: 600;
        text-align: center;
        color: #aaa;
 border: 0px solid #ddd;
 border-width: 1px 1px 1px 1px;
        background: #f1f1f1;
 border-radius: 3px 3px 0 0;
}


/* Изменения стиля переключателей вкладок при наведении */

.tabs>label:hover {
        color: #888;
 cursor: pointer;
}
/* Стили для активной вкладки */
.tabs>input:checked+label {
        color: #555;
 border-top: 2px solid #d53c37;
 border-bottom: 1px solid #fff;
 background: #fff;
}
/* Активация секций с помощью псевдокласса :checked */
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4, #tab5:checked~#content-tab5 {
 display: block;
}
/* Убираем текст с переключателей
* и оставляем иконки на малых экранах
*/

@media screen and (max-width: 680px) {
        .tabs>label {
                font-size: 0;
        }
        .tabs>label:before {
                margin: 0;
                font-size: 18px;
        }
}
/* Изменяем внутренние отступы
*  переключателей для малых экранов
*/
@media screen and (max-width: 400px) {
        .tabs>label {
                padding: 15px;
        }
}

.novac
{
	font-weight: bold;
	font-size: 20px;
	color: #383838;
}

.title-brand
{
	font-weight: bold;
	font-size: 18px;
}

.textService div
{
	border: 2px solid #e80000;
	padding: 1%;
}

.textService .block-asus
{
	border: 0;
}

.textService .block-acer
{
	border-right: 0;
	border-top: 0;
}

.textService .block-hp
{
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
}

.textService .block-nec
{
	border-right: 0;
	border-bottom: 0;
	border-top: 0;
}


.autorizText
{
	font-size: 18px;
}

.normal_view .catalog_btn
{
	display: none;
}


.textService
{
	display: flex;
	flex-flow: row wrap;
}

.textService div
{
	flex: 1 400px;
	color: #1d1a1a;
}

.resStat
{
	font-size: 20px;
	font-weight: 500;
	color: #1d1a1a;
}


.clickStat
{
	display: inline-block;
	padding: 0.5%;
	padding-left: 1%;
	padding-right: 1%;
	border-radius: 2px;
	background: #e80000;
	border: 2px solid #e80000 !important;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
}

.clickStat:hover
{
	font-weight: bold;
	color: #fff;
}


.uznat1 button
{
	color: #fff;
}









.news_detail_wrapp
{
	color: #1d1a1a;
}

.news_detail_wrapp .props_list
{
	display: none !important;
}

.news_detail_wrapp .detail_picture_block
{
	width: 35% !important;
	float: left !important;
}

.news_detail_wrapp .detail_text
{
	margin-top: 1%;
	float: right;
	width: 60%;
}

.news_detail_wrapp .detail_text1
{
	margin-top: 1%;
	float: right;
	width: 60%;
	margin-right: 4%;
	font-size: 20px;
}

.news_detail_wrapp .price_block, .news_detail_wrapp .price_block1
{
	margin-left: 2%;
}

.news_detail_wrapp .price_block .price_text, .news_detail_wrapp .price_block1 .price_text1
{
	font-size: 16px;
}

.news_detail_wrapp .price_block .price
{
	border: 2px solid #e80000;
	font-weight: bold;
	width: 100%;
	font-size: 24px;
	border-radius: 2px;
	padding: 10%;
	text-align: center;
}

.news_detail_wrapp .price_block1 .price1
{
	border: 2px solid #e80000;
	font-weight: bold;
	width: 5%;
	font-size: 24px;
	border-radius: 2px;
	padding: 1%;
	text-align: center;
	margin-left: 35%;
}

.advantages img
{
	width: 25%;
}

.advantages, .advantages1
{
	display: flex;
	flex-direction: row;
	text-align: center;
}

.advantages1 div:nth-child(1)
{
	padding-left: 5%;
}

.advantages1 div:nth-child(2)
{
	padding-left: 10%;
}

.advantages1 div:nth-child(3)
{
	padding-left: 7%;
}

.advantages1 div:nth-child(4)
{
	padding-left: 3%;
}

.advantages p
{
	color: #1d1a1a;
	margin-bottom: 3%;
}

.algoServiceText:hover
{
	font-weight: bold;
}

.content_toggle, .content_toggle1
{
	display: inline-block;
	padding: 15px 20px;
	background: #e80000;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	margin-bottom: 20px;
	border-radius: 2px;
	border-bottom: 3px solid #32145a;
}

.content_toggle:hover
{
	color: #fff;
	font-weight: bold;
	border-bottom: 3px solid #32145a;
}

.content_toggle1:hover
{
	color: #fff;
	font-weight: bold;
	border-bottom: 3px solid #32145a;
}

.faq_toggle, .faq_toggle1
{
	display: inline-block;
	padding: 15px 20px;
	background: transparent;
	font-size: 60px;
	text-decoration: none;
	color: red;
	margin-bottom: 20px;
}

.faq1_ h2
{
	margin-left: 1%;
}

.faq1_
{
	margin-top: 5%;
}

.faq_toggle:hover
{
	font-weight: bold;
	color: red;
}

.faq_toggle1:hover
{
	font-weight: bold;
	color: red;
}

.textUtochnit
{
	/* color: red;
	font-weight: bold;
	font-size: 16px; */

    color: inherit;
    font-weight: bold;
    font-size: 12px;
    margin: 15px 0 0 0;
}

.sale_order_full_table form input[type="submit"] {
    font-size: 12px;
    padding: 15px 40px;
    margin: 0 auto;
    display: block;
}

.AlgoServiceImage
{
	width: 100%;
}

.titleAlgoService
{
	font-size: 24px;
	color: #1d1a1a;
	text-align: center;
}

.content_block, .content_block1
{
	display: none;
}

.faq_block
{
	color: #1d1a1a;
	display: none;
}

.faq_text
{
	font-size: 16px;
	color: #383838;
}

.faq_text1
{
	font-size: 20px;
	color: #383838;
}

.faq_block1
{
	color: #1d1a1a;
	font-size: 16px;
	margin-left: 1%;
	display: none;
}


.phoneServ, .numServList
{
	width: 25% !important;
}

.textUtochnit
{
	/* color: red;
	font-weight: bold;
	font-size: 16px; */

    color: inherit;
    font-weight: bold;
    font-size: 12px;
    margin: 15px 0 0 
}

.bx-soa-customer-field[data-property-id-row="25"]
    {
		display: block !important;
    }

.bx-soa-customer-field[data-property-id-row="25"] div input
    {
		display: none !important;
    }

.bx-soa-customer-field[data-property-id-row="25"] label
    {
		font-size: 16px !important;
		font-weight: bold !important;
    }

body  {
	font:13px/20px Ubuntu, Arial, Helvetica, sans-serif !important;
	width:100%;
	/*height:100%;*/
	position:relative;
	margin:0 auto;
	padding:0;
	color:#888888;
}
button, input[type='submit'], input[type='button'], .basket_button, .basket_button span {
	text-transform:uppercase;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	outline:none;
}
h1 {
    clear: both;
    color: #383838;
    font-size: 36px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 39px;
}
h1.shifted {
	padding-right:200px;
}
h2, h3, h4, h5 {
	color:#383838;
	line-height:20px;
	font-weight: 500;
}
h2 {
	font-size:24px;
	margin: 0 0 24px;
}
h3{
	margin:0 0 23px;
}
h3, h3 a {
	font-size:20px;
	line-height:20px;
	font-weight: 500;
}
a h3 {
	display:inline-block;
}
h4 {
	font-size:16px;
    margin:0 0 23px;
}
h5 {
    font-size: 14px;
    margin: 0 0 23px;
}
img {
	border:0;
}
blockquote{
    color:#383838;
    font-size:13px;
    margin:43px 0 45px;
    min-height:40px;
    padding-left:25px;
    position:relative;
    vertical-align:middle;
}
blockquote:before{
	bottom:3px;
    content:" ";
    display:block;
    left:0;
    position:absolute;
    top:3px;
    width:3px;
	background-color:#ddd;
}
.medium { font-weight: 500; font-size: 14px; }
hr  {
	border:0;
	height:1px;
	margin:20px 0;
	background: #E5E5E5;
}
p {
	color:#888888;
	font-size:13px;
	margin:0px 0px 20px;
}
a {
	cursor:pointer;
	text-decoration:none;
}
table {
	border-collapse:collapse;
}
ol {
	counter-reset:li;
}
ol li {
	position:relative;
}
ol li:before {
	content:counter(li) ". " !important;
	counter-increment:li;
	padding-right:0 !important;
	color:#383838;
}
ul li:before  {
	content:"\25CF";
	color:#383838;
}
li  {
	list-style-type:none;
}
.big_text {
	font-size:18px;
	font-weight:500;
}
.middle_text {
	font-size:14px;
}
hr.long { margin: 35px 0px 30px; }
.border_block_wide { border: 1px solid #e5e5e5; padding: 9px 38px 34px; }
.border_block_wide .props_list { width: 100%; }
.border_block_wide .props_list td:first-child { font-size: 14px; }
.border_block_wide .props_list td:first-child .txt { padding-right: 28px; }
.border_block_wide .props_list td:last-child { font-size: 16px; font-weight: bold; }
.border_block_wide .props_list td:last-child .txt { padding-left: 29px; }
.border_block_wide .props_list td .txt { padding-left: 14px; }
.border_block_wide .props_list td { padding-top: 6px; }
table.props_list { border-collapse: collapse; border: 0px; }
table[data-bx-no-border="Y"] td { border: 0px; border-bottom: 1px dotted #c3c3c3; }
.props_list td { text-align: right; padding: 2px 0px 2px 10px; font-size: 12px; border-bottom: 1px dotted #c3c3c3; }
.props_list td > span, .props_list td > .txt { position: relative; bottom: -11px; background: #FFF; padding: 0px 0px 0px 10px; display: inline-block; }
.props_list tr td:first-child { text-align: left; padding-right: 10px; padding-left: 0px;}
.props_list tr td:first-child > span, .props_list tr td:first-child > .txt { padding-right: 12px; position: relative; }
.props_list tr td:first-child > span.whint { padding-right: 32px; }
.props_list tr td:first-child > span:before, .props_list tr td:first-child > .txt:before  { content: ""; display: block; position: absolute; background: #ddd; left: 1px; top: 10px; width: 2px; height: 2px; }
.props_list tr td:first-child > .txt:before { top: 9px; width: 3px; height: 3px; }
.tizer_bold_text { font-weight: 600; font-size: 18px; }
.tizer_text { font-size: 16px; }
.item-stock .icon.none{
    background: url(/local/templates/aspro_mshop/images/icons_none.png) 0 0 no-repeat;
    background-position: -1px -2px;
    margin: 0 4px 0 0;
    width: 14px;
    height: 14px;
}
.item-stock .icon.green{
    background: url(/local/templates/aspro_mshop/images/icons_green.png) 0 0 no-repeat;
    background-position: -1px -1px;
    margin: 0 4px 0 0;
    width: 14px;
    height: 14px;
}
.item-stock .icon.yelow{
    background: url(/local/templates/aspro_mshop/images/icons_yelow.png) 0 0 no-repeat;
    background-position: -1px -1px;
    margin: 0 4px 0 0;
    width: 14px;
    height: 14px;
}
.item-stock .icon.red{
	background: url(/local/templates/aspro_mshop/images/icons_red.png) 0 0 no-repeat;
	background-position: -1px -1px;
	margin: 0 4px 0 0;
	width: 14px;
	height: 14px;
}
.item-stock .icon.double{
    background: url(/local/templates/aspro_mshop/images/icons_double.png) 0 0 no-repeat;
    background-position: -1px -1px;
    margin: 0 4px 0 0;
    width: 14px;
    height: 14px;
}
.basket-items-list-table .basket-items-list-item-notification {
    display: none;
}
#basket-item-table-second .basket-item-amount-btn-plus,
#basket-item-table-second .basket-item-actions-remove,
#basket-item-table-second .basket-item-amount-btn-minus {
    opacity: 0;
}
#basket-item-table-second input.basket-item-amount-filed {
    pointer-events: none;
}
