

/* Start:/bitrix/templates/proton_proton/fonts/fonts.css?16706142211384*/
@font-face {
    font-family: 'SegoeUI';
    src: url('/bitrix/templates/proton_proton/fonts/segoeui.eot');
    src: url('/bitrix/templates/proton_proton/fonts/segoeui.eot') format('embedded-opentype'),
         url('/bitrix/templates/proton_proton/fonts/segoeui.woff') format('woff'),
         url('/bitrix/templates/proton_proton/fonts/segoeui.ttf') format('truetype'),
         url('/bitrix/templates/proton_proton/fonts/segoeui.svg#SegoeUIRegular') format('svg');
    font-weight:400;
    font-style:normal;
}
@font-face {
    font-family: 'SegoeUI';
    src: url('/bitrix/templates/proton_proton/fonts/segoeuib.eot');
    src: url('/bitrix/templates/proton_proton/fonts/segoeuib.eot') format('embedded-opentype'),
         url('/bitrix/templates/proton_proton/fonts/segoeuib.woff') format('woff'),
         url('/bitrix/templates/proton_proton/fonts/segoeuib.ttf') format('truetype'),
         url('/bitrix/templates/proton_proton/fonts/segoeuib.svg#SegoeUIBold') format('svg');
    font-weight:900;
    font-style:normal;
}
@font-face {
    font-family: 'SegoeUI';
    src: url('/bitrix/templates/proton_proton/fonts/segoeuii.eot');
    src: url('/bitrix/templates/proton_proton/fonts/segoeuii.eot') format('embedded-opentype'),
         url('/bitrix/templates/proton_proton/fonts/segoeuii.woff') format('woff'),
         url('/bitrix/templates/proton_proton/fonts/segoeuii.ttf') format('truetype'),
         url('/bitrix/templates/proton_proton/fonts/segoeuii.svg#SegoeUIItalic') format('svg');
    font-weight:400;
    font-style:italic;
}
@font-face {
    font-family: 'Esqadero';
    src: url('/bitrix/templates/proton_proton/fonts/esqaderoffcy4f-regular.eot');
    src: url('/bitrix/templates/proton_proton/fonts/esqaderoffcy4f-regular.eot') format('embedded-opentype'),
         url('/bitrix/templates/proton_proton/fonts/esqaderoffcy4f-regular.woff') format('woff'),
         url('/bitrix/templates/proton_proton/fonts/esqaderoffcy4f-regular.ttf') format('truetype'),
         url('/bitrix/templates/proton_proton/fonts/esqaderoffcy4f-regular.svg#EsqaderoFFCY4FRegular') format('svg');
    font-weight:400;
    font-style:normal;
}
/* End */


/* Start:/bitrix/templates/proton_proton/components/bitrix/menu/top_menu/style.css?1670614221305*/
.top_menu li {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 30px;
}
.top_menu li:last-child {
    margin-right: 0;
}
.top_menu li a {
    color: #8c735b;
    text-decoration: none;
}
.top_menu li a:hover {
    color:#ff6600;
    text-decoration: underline;
}
/* End */


/* Start:/bitrix/templates/proton_proton/components/bitrix/system.auth.form/proton_auth/style.css?1670614221442*/
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/templates/proton_proton/components/bitrix/system.auth.form/proton_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/templates/proton_proton/components/bitrix/system.auth.form/proton_auth/images/sec-unlocked.png);}

/* End */


/* Start:/bitrix/templates/proton_proton/components/bitrix/catalog.section/proton_recommend/style.css?16706142193306*/
.recommend_box {
    min-width: 940px;
}
.recommend_box .bg {
    background: url("/bitrix/templates/proton_proton/components/bitrix/catalog.section/proton_recommend/images/recommend_box_bg.jpg");
    padding: 40px 0 20px 0;
}

.bx_catalog_list_home .bx_catalog_item {
    float: left;
    width: 220px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #d0c5bc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #f2eeeb;
}

.bx_catalog_list_home .bx_catalog_item:hover {
    border: 1px solid #ff6600;
}

.bx_catalog_list_home .bx_catalog_item_title:hover {
    max-height: 154px;
}

.bx_catalog_list_home .bx_catalog_item:nth-child(4n+4) {
    margin-right: 0;
}

.bx_catalog_list_home .bx_catalog_item:nth-child(4n+1) {
    clear: both;
}

.bx_catalog_item .bx_catalog_item_images {
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    height: 140px;
    padding: 10px;
    background: #fff;
}

.bx_catalog_item .bx_catalog_item_info {
    background: #f2eeeb;
    padding: 4px 10px 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
}

.bx_catalog_item_title {
    background: #f2eeeb;
    min-height: 74px;
    max-height: 74px;
    overflow: hidden;
    line-height: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    padding: 4px 10px 0;
}

.bx_catalog_item_container {
    position: relative;
    height: 234px;
}

.bx_catalog_item_title a {
    font-size: 13px;
}

.bx_catalog_item_price_wrap {
    padding: 2px 10px 6px;
}

.bx_catalog_item_price {
    overflow: auto;
    padding-top: 6px;
    border-top: 1px solid #d0c5bc;
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.6) inset;
    -moz-box-shadow: 0 1px 0 0 rgba(255,255,255,0.6) inset;
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.6) inset;
}

.bx_catalog_item_price .bx_price {
    float: left;
    width: 100px;
    border-right: 1px solid #d0c5bc;
    margin-right: 14px;
}

.bx_catalog_item_price .bx_arenda {
    float: left;
}

.bx_catalog_item_price .cost {
    font-weight: 900;
}

.bx_catalog_item_price .old_price {
    text-decoration: line-through;
    color: #aaa;
}

.bx_catalog_item_desc {
    font-size: 11px;
    margin-top: 3px;
}

.bx_price_title, .bx_arenda_title {
    color: #ff6600;  
}

.bx_price_title {
    padding-left: 20px;
    background: url("/bitrix/templates/proton_proton/components/bitrix/catalog.section/proton_recommend/images/buy_bg.png") 0 center no-repeat;
}

.bx_arenda_title {
    padding-left: 18px;
    background: url("/bitrix/templates/proton_proton/components/bitrix/catalog.section/proton_recommend/images/arenda_bg.png") 0 center no-repeat;
}

.bx_catalog_item .bx_catalog_item_images a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/* End */


/* Start:/bitrix/templates/proton_proton/components/bitrix/menu/catalog_menu/style.css?16706142213148*/
ul#catalog-menu, #catalog-menu ul
{
	margin: 0; 
	padding: 0; 
	list-style: none;
}
#catalog-menu > li {
    height: 59px;
    width: 260px;
    border-bottom: 1px solid #212121;
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.10);
    -moz-box-shadow: 0 1px 0 0 rgba(255,255,255,0.10);
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.10);
}
#catalog-menu > li:last-child {
    border-bottom: 3px solid #212121;
}
#catalog-menu > li.folder > a:after {
    background: url("/bitrix/templates/proton_proton/components/bitrix/menu/catalog_menu/images/li_arrows.png") 2px -60px no-repeat;
    content: "";
    height: 60px;
    left: 100%;
    position: absolute;
    top: 0;
    width: 15px;
}
#catalog-menu > li:hover {
    background: url("/bitrix/templates/proton_proton/components/bitrix/menu/catalog_menu/images/bg_catalog_hover.jpg");
}
#catalog-menu > li.folder > a:hover:after, #catalog-menu > li.folder:hover > a:after {
    background: url("/bitrix/templates/proton_proton/components/bitrix/menu/catalog_menu/images/li_arrows.png") 0 0 no-repeat;
}
/*Submenu box*/
#catalog-menu li ul
{
	position:absolute;
	display:none;
	z-index:500;
	width:180px;
        padding-left: 25px;
        left: 260px;
        z-index: 999;
        bottom: 0;
        top: 0;
        line-height: 16px;
        overflow: hidden;
}
#catalog-menu li ul li {
    padding-top: 20px;
}
#catalog-menu li ul li a {
    color: #3b3b3b;
    text-decoration: none;
}
#catalog-menu li ul li a:hover {
    color: #ff6600;
    text-decoration: underline;
}

/* Submenu Items */ 
#catalog-menu > li > a
{ 
	display: table-cell; 
        height: 59px;
        vertical-align: middle;
	text-decoration: none; 
	color: #a29990;
        font-size: 16px;
        position: relative;
        background-position: 0 0!important;
        background-repeat: no-repeat!important;
}
#catalog-menu > li > a:hover, #catalog-menu > li:hover > a {
        background-position: 0 -58px!important;
}

/*Items selected*/
#catalog-menu li a.item-selected
{ 
	color: #ff6600;
}

/*Rootmenu Items*/
#catalog-menu a.root-item, #catalog-menu a.root-item-selected
{
    width: 190px;
    padding-left: 70px;
}

#catalog-menu > li:hover > a
{
    color: #fff;
}

/*Rootmenu Items Selected*/
#catalog-menu a.root-item-selected
{
    color: #fff;
    background-position: 0 -58px!important;
}

/*Parent item*/
#catalog-menu a.parent
{
	background: #F5F5F5 url(/bitrix/templates/proton_proton/components/bitrix/menu/catalog_menu/images/arrow.gif) center right no-repeat;
	padding-right:10px;
}

/*Denied items*/
#catalog-menu a.denied
{
	background: #F5F5F5 url(/bitrix/templates/proton_proton/components/bitrix/menu/catalog_menu/images/lock.gif) center right no-repeat;
	color:#DDDDDD;
	padding-right:10px;
}

/* Holly Hack. IE Requirement \*/ 
* html ul#catalog-menu li { float: left; height: 1%; } 
* html ul#catalog-menu li a { height: 1%; } 
/* End */ 

/*Submenu hide*/
#catalog-menu li:hover ul ul,
#catalog-menu li.jsvhover ul ul,
#catalog-menu li:hover ul ul ul,
#catalog-menu li.jsvhover ul ul ul 
{
	/*top:-999em;*/
	display:none;
}

/*Submenu show*/
/*#catalog-menu li:hover ul,
#catalog-menu li.jsvhover ul,
#catalog-menu li li:hover ul,
#catalog-menu li li.jsvhover ul,
#catalog-menu li li li:hover ul,
#catalog-menu li li li.jsvhover ul
{
	z-index:1000;
	top:auto;
	display:block;
}*/
/* End */


/* Start:/bitrix/templates/proton_proton/components/bitrix/menu/left_menu/style.css?1670614221731*/
/* Left menu*/
ul.left-menu li 
{
    border-bottom: 1px solid #212121;
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.10);
    -moz-box-shadow: 0 1px 0 0 rgba(255,255,255,0.10);
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.10);
}
ul.left-menu li:last-child {
    border-bottom: 3px solid #212121;
}
ul.left-menu li a
{
    font-size: 16px;
    color: #a29990;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    height: 59px;
    padding-left: 70px;
    background-repeat: no-repeat!important;
}
ul.left-menu li:hover
{
    background: url("/bitrix/templates/proton_proton/components/bitrix/menu/left_menu/images/bg_catalog_hover.jpg");
}
ul.left-menu li a:hover
{
    color: #fff;
    background-position: 0 -58px!important;
}
/* End */


/* Start:/bitrix/templates/proton_proton/components/bitrix/search.form/search/style.css?1670614220419*/
input.search {
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #514b46;
    background: #212121;
    color: #a29990;
    border-radius: 3px;
    width: 180px;
    padding: 0 5px 2px;
    margin-left: 69px;
}

.search-form {
    margin-top: 15px;
}

.search-form form {
    background: url("/bitrix/templates/proton_proton/components/bitrix/search.form/search/images/lupa.png") 1px -15px no-repeat;
}
/* End */


/* Start:/bitrix/templates/proton_proton/template_styles.css?167061422117081*/
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

html {
    height: 100%;
}

body {
    font-family: 'SegoeUI', Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    width: 100%;
    line-height: 20px;
    color: #3b3b3b;
    height: 100%;
}
.wrapper {
    width: 940px;
    margin: 0 auto;
}

.body {
    height: auto!important;
    min-height: 100%;
}

input {
     outline: 0;
     font-family: 'SegoeUI', Tahoma, Arial, Helvetica, Sans-Serif;
     color: #3b3b3b;
}

.text-input {
    height: 28px;
    padding: 0 5px;
    border: 1px solid #d0c5bc;
    border-radius: 2px;
}

a {
    color:#ff6600;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

h1, h2 {
    font-family: 'Esqadero', 'SegoeUI', Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 32px;
    line-height: 32px;
    color: #3b3b3b;
    font-style:normal;
}

h1 {
    margin-bottom: 20px;
}

h1:first-letter, h2:first-letter {
    color: #ff6600;
}

a h2:hover {
    color: #ff6600;
}

.measure {
    font-weight: normal;
}

p {
    margin-bottom: 18px;
}

.btn {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #ffbf46),
            color-stop(1, #ff7d25)
    );
    background-image: -o-linear-gradient(bottom, #ffbf46 0%, #ff7d25 100%);
    background-image: -moz-linear-gradient(bottom, #ffbf46 0%, #ff7d25 100%);
    background-image: -webkit-linear-gradient(bottom, #ffbf46 0%, #ff7d25 100%);
    background-image: -ms-linear-gradient(bottom, #ffbf46 0%, #ff7d25 100%);
    background-image: linear-gradient(to bottom, #ffbf46 0%, #ff7d25 100%);
    display: block;
    border: 1px solid #ff9933;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.55) inset;
    -moz-box-shadow: 0 1px 0 0 rgba(255,255,255,0.55) inset;
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.55) inset;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0,0,0,0.24);
    cursor: pointer;
}

input.btn {
    padding-top: 0px;
}

.btn:hover, .btn:active {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #ff8c00),
            color-stop(1, #ff4a00)
    );
    background-image: -o-linear-gradient(bottom, #ff8c00 0%, #ff4a00 100%);
    background-image: -moz-linear-gradient(bottom, #ff8c00 0%, #ff4a00 100%);
    background-image: -webkit-linear-gradient(bottom, #ff8c00 0%, #ff4a00 100%);
    background-image: -ms-linear-gradient(bottom, #ff8c00 0%, #ff4a00 100%);
    background-image: linear-gradient(to bottom, #ff8c00 0%, #ff4a00 100%);
    border: 1px solid #ff6600;
}

.btn:active {
    box-shadow: 0 1px 0 0 rgba(0,0,0,0.13) inset;
    -moz-box-shadow: 0 1px 0 0 rgba(0,0,0,0.13) inset;
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.13) inset;
}

a.btn_big:active {
    padding-top: 9px;
}

a.btn_small:active {
    padding-top: 4px;
}

.btn_big {
    height: 40px;
    font-size: 16px;
    padding-top: 8px;
}

.btn_small {
    height: 30px;
    font-size: 14px;
    padding-top: 3px;
    width: 130px;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
    height: 120px;
    min-width: 940px;
    background: url("/bitrix/templates/proton_proton/images/head_bg.jpg") repeat-x;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    position: relative;
    z-index: 99;
}

.header_top {
    overflow: auto;
}

.logo {
    display: block;
    margin-top: 8px;
    width: 274px;
    float: left;
    position:absolute;
    top: 23px;
    left: 5px;
}

.header_bottom_right {
    float: right;
}

.header_bottom_right .phone {
    font-size: 24px;
    margin-top: 20px;
}

.header_bottom_right .phone span {
    font-weight: 600;
}

.header_bottom_right .callback {
    position: relative;
    margin-top: 6px;
    float: right;
}

.header_bottom_right .callback span.title {
    color: #ff6600;
    border-bottom: 1px dashed #ff6600;
    cursor: pointer;
}

.header_bottom_right .callback span.title:hover {
    border-bottom: 0;
}

#auth {
    float: right;
    line-height: 30px;
}

#auth .log_link {
   margin-right: 10px; 
}

/* Popup
-----------------------------------------------------------------------------*/
#popup_wrapper {
    position: absolute;
    top: 32px;
    right: 0;
    width: 230px;
    height: auto;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.21);
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.21);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.21);
    z-index: 1000;
    border-radius: 3px;
}

#popup_wrapper .popup_header:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 9px;
    top: -9px;
    right: 75px;
    background: url("/bitrix/templates/proton_proton/images/popup_arrow_top.png") no-repeat;
}

#popup_wrapper .popup_header {
    background: #3b3b3b;
    color: #fff;
    border-radius: 3px 3px 0 0;
    height: 31px;
    line-height: 30px;
    padding: 0 10px;
    position: relative;
}

#popup_wrapper .popup_close {
    background: url("/bitrix/templates/proton_proton/images/popup_close.png") no-repeat;
    cursor: pointer;
    height: 9px;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 9px;
}

#popup_wrapper .popup_close:hover {
    background-position: 0 -9px;
}

#popup_wrapper .popup_body {
    background: #fff;
    border-radius: 0 0 3px 3px;
    border: 1px solid #f5f1ef;
    padding: 9px;
}

#popup_wrapper .popup_body input {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#popup_wrapper .popup_body input.field {
    transition: border-color 0.5s ease 0s;
    -webkit-transition: border-color 0.5s ease 0s;
    -moz-transition: border-color 0.5s ease 0s;
    -ms-transition: border-color 0.5s ease 0s;
    -o-transition: border-color 0.5s ease 0s;
}

#popup_wrapper .popup_body .user_phone, #popup_wrapper .popup_body .btn {
    margin-top: 9px;
}

#popup_wrapper .success {
    color: green;
}


/* Middle
-----------------------------------------------------------------------------*/
.content {
    padding-bottom: 80px;
}
.about_line {
    height: 60px;
    background: #3b3b3b;
    margin-top: 50px;
}

.about_block {
    margin-top: -44px;
}

.about_block h2 {
    color: #fff;
}

.about_block .left {
    float: left;
    width: 380px;
}

.about_block .left h2 {
    margin-bottom: 33px!important;
}

.about_block .right h2 {
    margin-bottom: 21px!important;
}

.about_block .right {
    float: right;
    width: 540px;
}

.about_block .right div {
    position: relative;
    background: #3c3c3b;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    padding: 12px 20px 19px 20px;
}

.about_block .right div .btn {
    bottom: -20px;
    position: absolute;
    right: 20px;
    width: 220px;
}

.about_block .right p {
    color: #fff;
}

.label_hit, .label_new {
    width: 49px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px 0 0 0;
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    -khtml-border-radius: 3px 0 0 0;
}

.label_hit {
    background: url("/bitrix/templates/proton_proton/images/label_hit.png") no-repeat;
}

.label_new {
    background: url("/bitrix/templates/proton_proton/images/label_new.png") no-repeat;
}

/* Sidebar
-----------------------------------------------------------------------------*/
.left_sidebar {
    width: 280px;
    color: #a29990;
    box-shadow: 1px 0 3px 0 rgba(0,0,0,0.20);
    -moz-box-shadow: 1px 0 3px 0 rgba(0,0,0,0.20);
    -webkit-box-shadow: 1px 0 3px 0 rgba(0,0,0,0.20);
    background: #fff;
    position: fixed;
    z-index: 20;
    bottom: 0;
    overflow: hidden;
}

.left_sidebar .wrap {
    width: 260px;
    background: url("/bitrix/templates/proton_proton/images/bg_catalog.jpg") repeat-y;
    position: absolute;
    top: 0;
    bottom: 0;
}

.menu_catalog_title {
    color: #a29990;
    display: block;
    height: 39px;
    padding-top: 19px;
    font-size: 16px;
    padding-left: 70px;
    background: url("/bitrix/templates/proton_proton/images/catalog_menu_title_bg.jpg") no-repeat, url("/bitrix/templates/proton_proton/images/bg_catalog.jpg") repeat-y;
    border-bottom: 3px solid #212121;
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.10);
    -moz-box-shadow: 0 1px 0 0 rgba(255,255,255,0.10);
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.10);
    text-decoration: none;
}

.menu_catalog_title:hover {
    color: #fff;
}

@media (max-width:1510px) {
    .left_sidebar {
        width: 60px;
    }
}

/* Basket
-----------------------------------------------------------------------------*/
#small-basket {
    background: #fff;
    bottom: 0;
    box-shadow: -1px 0 3px 0 rgba(0,0,0,0.20);
    -moz-box-shadow: -1px 0 3px 0 rgba(0,0,0,0.20);
    -webkit-box-shadow: -1px 0 3px 0 rgba(0,0,0,0.20);
    position: fixed;
    right: 0;
    transition: width 0.3s ease-out 0s;
    -webkit-transition: width 0.3s ease-out 0s;
    -moz-transition: width 0.3s ease-out 0s;
    -ms-transition: width 0.3s ease-out 0s;
    -o-transition: width 0.3s ease-out 0s;
    width: 320px;
    z-index: 50;
}

#small-basket .toggle-basket-link:before {
    content: "";
    height: 10px;
    left: 12px;
    opacity: 0.5;
    position: absolute;
    top: 76px;
    width: 5px;
    background: url("/bitrix/templates/proton_proton/images/basket_toggle_arrow.png") -5px 0 no-repeat;
}

#small-basket .toggle-basket-link {
    width: 30px;
    background: #f2eeeb url("/bitrix/templates/proton_proton/images/basket_korzina.jpg") 0 0 no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    text-decoration: none;
    padding-top: 45px;
    text-align: center;
    color: #3b3b3b;
    cursor: pointer;
}

#small-basket .toggle-basket-link:hover {
    background: #ebe5e0 url("/bitrix/templates/proton_proton/images/basket_korzina.jpg") 0 0 no-repeat;
}

#small-basket .toggle-basket-link:hover:before {
    opacity: 1;
}

#small-basket .toggle-basket, #small-basket .loader {
    width: 290px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    right: 0;
    overflow: hidden;
}

#small-basket .loader {
    opacity: 0.65;
    background: rgba(235,229,224,1) url("/bitrix/templates/proton_proton/images/loader.gif") center center no-repeat;
    z-index: 99;
}

#small-basket .toggle-basket .basket-head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 0 10px;
}

#small-basket .toggle-basket .basket-head .title {
    font-size: 21px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 15px;
}

#small-basket .toggle-basket .basket-head .price {
    margin-left: 30px;
}

#small-basket .toggle-basket .basket-submit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.2);
}

#small-basket .toggle-basket .basket-submit .basketButton {
    width: 260px;
    margin: 19px auto 20px;
}

#small-basket .toggle-basket .basket-content {
    position: absolute;
    bottom: 80px;
    top: 80px;
    left: 0;
    right: 0;
}

#small-basket .toggle-basket .basket-content .basket-scroll {
    height: 100%;
    overflow: hidden;
}

#small-basket .toggle-basket .basket-content .basketGoods {
    padding: 20px 20px 0px 10px;
    overflow: hidden;
    position: relative;
    width: 260px;
}

#small-basket .toggle-basket .basket-content .basketGoods:last-child {
    margin-bottom: 10px;
}

#small-basket .toggle-basket .basket-content .basketGoods:last-child .sep_line {
    border-bottom: 0;
}

#small-basket .toggle-basket .basket-content .basketGoodsImage {
    width: 59px;
    height: 59px;
    float: left;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

#small-basket .toggle-basket .basket-content .basketGoodsImage a {
    display: block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
}

#small-basket .toggle-basket .basket-content .basketGoodsContent {
    float: left;
    line-height: 16px;
    width: 175px;
    padding-top: 6px;
    margin-bottom: 10px;
}

#small-basket .toggle-basket .basket-content .basketGoodsContent .basketGoodsPriceNumber {
    margin-top: 9px;
}

#small-basket .toggle-basket .basket-content .basketGoodsContent .basketGoodsPriceNumber span.title {
    margin-right: 20px;
    background: url("/bitrix/templates/proton_proton/images/basket_price_bg.png") no-repeat 0 4px;
    padding-left: 20px;
}

#small-basket .toggle-basket .basket-content .basketGoodsContent .basketGoodsPriceNumber span.title.arenda {
    background-position: 0 -22px;
}

#small-basket .toggle-basket .basket-content .basketGoodsContent .basketGoodsPriceNumber span.arenda {
    background-position: 0 -10px;
}

#small-basket .toggle-basket .basket-content .basketGoodsQuantity {
    background: #ffcc99;
    border-radius: 3px;
    clear: both;
    height: 20px;
}

#small-basket .toggle-basket .basket-content .basketGoodsQuantity .inputSmall {
    width: 60px;
    border: 1px solid #ffcc99;
    border-radius: 3px;
    height: 17px;
    vertical-align: top;
    padding: 0 0 1px;
    text-align: center;
    float: left;
}

#small-basket .toggle-basket .basket-content .basketGoodsQuantity .arenda_count {
    border-radius: 3px 0 0 3px;
}

#small-basket .toggle-basket .basket-content .basketGoodsQuantity .arenda_time {
    border-radius: 0 3px 3px 0;
    margin-left: -1px;
}

#small-basket .toggle-basket .basket-content .basketGoodsQuantity span.measure {
    float: left;
    margin-left: 5px;
    font-size: 12px;
}

#small-basket .toggle-basket .basket-content .basketGoodsQuantity span.basketGoodsSumm {
    float: right;
    width: 113px;
}

#small-basket .toggle-basket .basket-content .basketGoodsHeader {
    text-decoration: none;
}

#small-basket .toggle-basket .basket-content .basketGoodsHeader:hover {
    text-decoration: underline;
}

#small-basket .toggle-basket .basket-content .basketGoods .basketGoodsClose {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 11px;
    height: 11px;
    background: url("/bitrix/templates/proton_proton/images/delete_basket_item.png") no-repeat 0 0;
    cursor: pointer;
}

#small-basket .toggle-basket .basket-content .basketGoods .basketGoodsClose:hover {
    background-position: 0 -11px;
}

#small-basket .toggle-basket .basket-content .basketGoods .sep_line {
    border-bottom: 1px solid #f2eeeb;
    margin-top: 10px;
}

.move-right {
    width: 30px !important;
}

.move-right .toggle-basket-link:before {
    background-position: 0 0!important;
}

#small-basket .basket_info {
    background: #ff6600;
    border-radius: 3px;
    color: #fff;
    left: -150px;
    padding: 10px;
    position: absolute;
    top: 9px;
    width: 120px;
}

/* Personal
-----------------------------------------------------------------------------*/
.bx_page .block {
    margin-bottom: 30px;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
    height: 80px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url("/bitrix/templates/proton_proton/images/bg_footer.jpg");
    border-top: 1px solid #6b5e53;
    color: #a29990;
    padding-top: 18px;
    position: relative;
    z-index: 99;
    margin-top: -80px;
    clear: both;
    min-width: 940px;
}

.footer .copyright {
    color: #fff;
}
/* End */
/* /bitrix/templates/proton_proton/fonts/fonts.css?16706142211384 */
/* /bitrix/templates/proton_proton/components/bitrix/menu/top_menu/style.css?1670614221305 */
/* /bitrix/templates/proton_proton/components/bitrix/system.auth.form/proton_auth/style.css?1670614221442 */
/* /bitrix/templates/proton_proton/components/bitrix/catalog.section/proton_recommend/style.css?16706142193306 */
/* /bitrix/templates/proton_proton/components/bitrix/menu/catalog_menu/style.css?16706142213148 */
/* /bitrix/templates/proton_proton/components/bitrix/menu/left_menu/style.css?1670614221731 */
/* /bitrix/templates/proton_proton/components/bitrix/search.form/search/style.css?1670614220419 */
/* /bitrix/templates/proton_proton/template_styles.css?167061422117081 */
