

/* Start:/bitrix/components/bitrix/sale.basket.basket.line/templates/akb_cart_small/style.css?1355741193317*/
/*Table*/
table.table-basket-line
{
	padding:3px;
	font-size:12px;
}

.basket-line-personal, .basket-line-basket
{
	width:16px; height:16px; background-repeat:no-repeat; display:block;
}

.basket-line-personal {background-image: url(/bitrix/components/bitrix/sale.basket.basket.line/templates/akb_cart_small/images/personal.gif)}
.basket-line-basket {background-image: url(/bitrix/components/bitrix/sale.basket.basket.line/templates/akb_cart_small/images/basket.gif)}
/* End */


/* Start:/bitrix/components/bitrix/system.auth.form/templates/akb_auth/style.css?1355741303442*/
div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(/bitrix/components/bitrix/system.auth.form/templates/akb_auth/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(/bitrix/components/bitrix/system.auth.form/templates/akb_auth/images/sec-unlocked.png);}

/* End */


/* Start:/bitrix/components/bitrix/akb_main.register/templates/akb_register/style.css?1355741269462*/
div.bx-auth-reg input.bx-auth-input {vertical-align:middle;}
div.bx-auth-reg span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth-reg div.bx-auth-secure-icon {background-image:url(/bitrix/components/bitrix/akb_main.register/templates/akb_register/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth-reg div.bx-auth-secure-unlock {background-image:url(/bitrix/components/bitrix/akb_main.register/templates/akb_register/images/sec-unlocked.png);}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/main.userconsent.request/custom/style.css?15142904323778*/
.main-user-consent-request-popup .main-user-consent-request-popup-cont {
    width: 600px;
}

.main-user-consent-request-popup .main-user-consent-request-popup-cont .main-user-consent-request-popup-text {
    height: 600px;
    min-height: 400px;
}

.disabled
{
    opacity: .5;
}

.checkbox-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
    z-index: 9000;
    cursor: auto;
    height: 100vh;
}

.checkbox-popup-cont {
    color: #000000;
    width: 600px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: hidden;
}

.checkbox-popup-close {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(/bitrix/templates/.default/components/bitrix/main.userconsent.request/custom/images/close.svg) no-repeat;
}

.checkbox-popup-close:hover {
    opacity: .7;
    cursor: pointer;
}

.checkbox-popup-text
{
    height: 420px;
    overflow-y: scroll;
    width: 99%;
    text-align: left;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.03em;
}

.checkboxs-buttons {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.main-user-consent-request-popup-button
{
    text-transform: uppercase;
    border: 1px solid #e6e6e6;
    color: #ffffff;
    background: #38342f;
    font-size: 0.75em;
    padding: 9px 18px 7px 17px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.3s;
    user-select: none;
    cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
    margin-right: 10px;
}

.main-user-consent-request-popup-button-acc:hover {
    background: #28ac3b;
}

.main-user-consent-request-popup-button-rej:hover {
    background: #cc324f;
}

.personal-data input
{
    position: relative;
}

.checkbox-container input {
    position: absolute;
    display: none;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: rgba(79, 79, 79, .2);
}

.checkbox-container:hover input ~ .checkmark {
    /*background-color: #ccc;*/
    cursor: pointer;
    opacity: .9;
}

.checkbox-container input:checked ~ .checkmark {
    /*background-color: #2196F3;*/
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #b50000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.personal-data {
    background-color: transparent;
    display: block;
    margin: 13px 0 15px 0;
    width: 429px;
    height: 25px;
}

.personal-data label {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
}

.checkbox-popup h2 {
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #222222;
    letter-spacing: -1px;
    font-weight: bold;
    line-height: 30px;
}

.personal-data-href {
    font-size: 12px;
    margin-left: 35px;
    position: absolute;
    height: 25px;
    line-height: 26px;
    color: #4c4c4c;
}

/* End */


/* Start:/bitrix/components/bitrix/menu/templates/akb_bottom_menu/style.css?1355740804626*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/components/bitrix/menu/templates/akb_bottom_menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */
/* /bitrix/components/bitrix/sale.basket.basket.line/templates/akb_cart_small/style.css?1355741193317 */
/* /bitrix/components/bitrix/system.auth.form/templates/akb_auth/style.css?1355741303442 */
/* /bitrix/components/bitrix/akb_main.register/templates/akb_register/style.css?1355741269462 */
/* /bitrix/templates/.default/components/bitrix/main.userconsent.request/custom/style.css?15142904323778 */
/* /bitrix/components/bitrix/menu/templates/akb_bottom_menu/style.css?1355740804626 */
