

/* Start:/local/templates/gsm-store/components/bitrix/catalog.smart.filter/visual_vertical/style.css?1708277237221*/


/*.check-list .checkboxAreaChecked {
    background-color: #3ee4f8 !important;
}*/

.filter-form > .row:first-child, .filter-form > .row:last-child {
    border: none;
}

#set_filter[disabled] {
	cursor: not-allowed;
}

/* End */


/* Start:/local/templates/gsm-store/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17082772367305*/
/* line */
.bx_catalog_line{margin-bottom: 30px;}
.bx_catalog_line .bx_catalog_line_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_line .bx_catalog_line_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul{padding: 0;}
.bx_catalog_line .bx_catalog_line_ul li{
	margin-bottom: 20px;
	list-style: none;
}
.bx_catalog_line .bx_catalog_line_ul li:before {content: '' !important}

.bx_catalog_line .bx_catalog_line_img{
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}

.bx_catalog_line .bx_catalog_line_title{
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}
.bx_catalog_line .bx_catalog_line_title a{
	color: #4c7da6;
	font-size: 18px;
}
.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration: none;}
.bx_catalog_line .bx_catalog_line_title span{font-size: 16px}
.bx_catalog_line .bx_catalog_line_description{
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}


@media (max-width:639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img{
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size: 14px;}
	.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size: 11px;}
}



.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description{
	-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;
}

/* text */
.bx_catalog_text{margin-bottom: 30px;}
.bx_catalog_text .bx_catalog_text_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_text .bx_catalog_text_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul{padding: 0;}
.bx_catalog_text .bx_catalog_text_ul li{
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}
.bx_catalog_text .bx_catalog_text_ul li:before {content: '' !important}
.bx_catalog_text .bx_catalog_text_title{
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 14px;
}
.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration: none}
.bx_catalog_text .bx_catalog_text_title span{font-size: 12px;}

@media (max-width:639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_catalog_text .bx_catalog_line_title,
	.bx_catalog_text .bx_catalog_line_title a{
		-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;
	}
	
/* tile */

.bx_catalog_tile{margin-bottom: 30px;}
.bx_catalog_tile .bx_catalog_tile_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_tile .bx_catalog_tile_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul{padding: 0;}
.bx_catalog_tile .bx_catalog_tile_ul li{
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width:12.5%;
	list-style: none;
	text-align: center;
}
.bx_catalog_tile .bx_catalog_tile_ul li:before {content: '' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: both;}

.bx_catalog_tile .bx_catalog_tile_img{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-color: #fff;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}
.bx_catalog_tile .bx_catalog_tile_title{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a{
	color: #4c7da6;
	font-size: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration: none;}
.bx_catalog_tile .bx_catalog_tile_title span{font-size: 12px;}




/*2*/
@media (max-width:980px){
	.bx_catalog_tile .bx_catalog_tile_ul li{width:20%;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear: both;}
}
/*3*/
@media (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size: 11px;}
}
@media (min-width:480px) and (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear: both;}
}
/*4*/
@media (max-width:479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_img{
		width: 100%;
		height: 80px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear: both;}

}


	.bx_catalog_tile .bx_catalog_tile_title,
	.bx_catalog_tile .bx_catalog_tile_title a,
	.bx_catalog_tile .bx_catalog_tile_ul li,
	.bx_catalog_tile .bx_catalog_tile_img{
		-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;
	}
	
/* list */

.bx_sitemap{margin-bottom: 30px;}
.bx_sitemap .bx_sitemap_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_sitemap .bx_sitemap_title a{
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li{
	padding: 0;
	line-height: 14px;
}
.bx_sitemap .bx_sitemap_ul li:before {content: '' !important}
.bx_sitemap .bx_sitemap_li_title{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 10px;
}
.bx_sitemap .bx_sitemap_li_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}
.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration: none}
.bx_sitemap .bx_sitemap_li_title span{font-size: 11px;}

@media (max-width:639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_sitemap .bx_catalog_line_title,
	.bx_sitemap .bx_catalog_line_title a{
		-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;
	}
/* End */


/* Start:/local/components/profistudio/quicklinks.list/templates/colored/themes/inline-block/style.css?17489757362559*/
.profistudio-quicklinks-links_inline-block {
	padding: 0;
	margin: 0;	
}
.profistudio-quicklinks-links_inline-block .profistudio-quicklinks-links-list {
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: left;	
}
.profistudio-quicklinks-links_inline-block .profistudio-quicklinks-links-list__ul {
	font-size: 12px;
	line-height: 1.23;
	padding: 0;
	margin: 0 -7px 0 0;
	text-align: left;
}
.profistudio-quicklinks-links_inline-block .profistudio-quicklinks-links-name {
	display: inline-block;
	margin: 0 7px 0px 0;
	padding: 0;
	font-size: 14px;
}
.profistudio-quicklinks-links_inline-block .profistudio-quicklinks-links-name:after {
	content: ':';
}
.profistudio-quicklinks-links_inline-block .profistudio-quicklinks-links-item {
	display: inline-block;
	margin: 0 7px 10px 0;
	padding: 0;
}
.profistudio-quicklinks-links_inline-block .profistudio-quicklinks-links-item_hidden {
	display: none;
}
.profistudio-quicklinks-links_inline-block.profistudio-quicklinks-links_active .profistudio-quicklinks-links-item_hidden {
	display: inline-block;
}
.profistudio-quicklinks-links_inline-block .profistudio-quicklinks-links-item_btn-open {
	display: inline-block;
}
.profistudio-quicklinks-links_inline-block .profistudio-quicklinks-links-item_btn-close {
	display: none;
}
.profistudio-quicklinks-links_inline-block.profistudio-quicklinks-links_active .profistudio-quicklinks-links-item_btn-open {
	display: none;
}
.profistudio-quicklinks-links_inline-block.profistudio-quicklinks-links_active .profistudio-quicklinks-links-item_btn-close {
	display: inline-block;
}
.profistudio-quicklinks-links_inline-block a,
.profistudio-quicklinks-links_inline-block .profistudio-quicklinks-links-item_btn span {
	display: inline-block;
	margin: 0;
	padding: 5px 10px;
	color: #333;
	text-decoration: none;
	border: 1px solid #f1f1f1;
	border-radius: 3px;
	background: #f7f7f7;
	cursor: pointer;
}
.profistudio-quicklinks-links_inline-block a:hover,
.profistudio-quicklinks-links_inline-block .profistudio-quicklinks-links-item_btn span:hover {
	color: #333;
	text-decoration: none;
	border: 1px solid #c7c7c7;
	background: #e1e1e1;
}
.profistudio-quicklinks-links_inline-block .profistudio-quicklinks-links-item.active a,
.profistudio-quicklinks-links_inline-block .profistudio-quicklinks-links-item.active a:hover {
	color: #fff;
	border: 1px solid #757575;
	background: #757575;
}
.profistudio-quicklinks-links_inline-block .profistudio-quicklinks-links-description {
	margin: 10px 0;
}
/* End */


/* Start:/bitrix/templates/.default/components/blackbutterfly/oneclick/oneclicklist/css/colorbox.css?17082772023150*/
#colorbox,
#cboxOverlay {
	position:absolute;
	top:0;
	left:0;
	z-index: 11000;
	overflow: hidden;
}
#cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index: 11000;
}
#colorbox {
	overflow: visible !important;
}
#cboxOverlay{
	position:fixed;
	width:100%;
	height:100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
	clear:left;
}
#cboxLoadedContent {
	overflow:auto;
}
#cboxTitle {
	margin:0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor:pointer;
}
.cboxPhoto{
	float:left;
	margin:auto;
	border:0;
	display:block;
	max-width:none;
}
.cboxIframe{
	width:100%;
	height:100%;
	display:block;
	border:0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing:content-box;
}
#cboxOverlay {
	background: url(/bitrix/templates/.default/components/blackbutterfly/oneclick/oneclicklist/css/../img/colorbox-overlay-bg.png) repeat 0 0;
	opacity: 1 !important;
}
#colorbox {
    background: #fff;
	text-align: left;
}
#cboxWrapper {
	padding: 0;
}
#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxTopCenter,
#cboxBottomCenter {
	height: 0;
	overflow: hidden;
}
#cboxMiddleLeft{}
#cboxMiddleRight{}
#cboxContent{
	overflow: visible;
}
.cboxIframe{}
.cboxError{}
#cboxLoadedContent {
	overflow: visible !important;
}
#cboxTitle{	
}
#cboxCurrent{
	text-indent: -9999px;
}
#cboxSlideshow{}
#cboxPrevious {
	position:absolute;
	width: 32px;
	height: 55px;
	overflow: hidden;
	top: 50%;
	margin-top: -27px;
	left: -55px;
	text-indent: -999px;	
	background: url(/bitrix/templates/.default/components/blackbutterfly/oneclick/oneclicklist/css/../img/colorbox-nav.png) -32px 0 no-repeat;
}
#cboxPrevious:hover {
	background-position: -64px 0;
	color: #9e9d9d;
}
#cboxNext {
	position: absolute;
	top: 50%;
	margin-top: -27px;
	left: auto;
	right: -55px;
	width: 32px;
	height: 55px;
	overflow: hidden;
	text-indent: -999px;
	background: url(/bitrix/templates/.default/components/blackbutterfly/oneclick/oneclicklist/css/../img/colorbox-nav.png) -128px 0 no-repeat;
}
#cboxNext:hover {
	background-position: -96px 0;
	color: #9e9d9d;
}
#cboxLoadingOverlay{}
#cboxLoadingGraphic {
	background: url(/bitrix/templates/.default/components/blackbutterfly/oneclick/oneclicklist/css/../img/loader.gif) no-repeat center center;
}
#cboxClose {
	position: absolute;
	width: 33px;
	height: 32px;
	left: auto;	
	right: -36px;
	top: -36px;
	text-indent: -9999px;
	cursor: pointer;
	background: url(/bitrix/templates/.default/components/blackbutterfly/oneclick/oneclicklist/css/../img/colorbox-nav.png) -225px 0 no-repeat;
	z-index: 19999;
}
#cboxClose:hover {
	background-position: -192px 0;
}
/* cboxstyle1 */
.cboxstyle1 {	
}
/* cboxstyle-zoom */
#colorbox.cboxstyle-zoom {
	overflow: hidden !important;
}
.cboxstyle-zoom #cboxTopLeft,
.cboxstyle-zoom #cboxTopRight,
.cboxstyle-zoom #cboxBottomLeft,
.cboxstyle-zoom #cboxBottomRight,
.cboxstyle-zoom #cboxTopCenter,
.cboxstyle-zoom #cboxBottomCenter {
	height: 60px;
}
.cboxstyle-zoom #cboxTopLeft,
.cboxstyle-zoom #cboxTopRight,
.cboxstyle-zoom #cboxBottomLeft,
.cboxstyle-zoom #cboxBottomRight,
.cboxstyle-zoom #cboxMiddleLeft,
.cboxstyle-zoom #cboxMiddleRight {
	width: 60px;
	overflow: hidden;
}
/* message-colorbox */
.message-colorbox {
	padding: 50px 80px;
	font-size: 20px;
	color: #777;	
}
/* End */


/* Start:/bitrix/templates/.default/components/blackbutterfly/oneclick/oneclicklist/css/sl.css?17082772021701*/
.creditlistinfo p {
	text-align: left;
	margin: 4px 0 !important;
}
.creditico {
	width: 200px;
	float: left;
	height: 160px;
}
.creditlistinfo {
	margin-left: 140px;
}
.creditlistinfo ul{
	list-style: none;
}
.formsrecalme {
	padding: 28px;
	position: relative;
}
.formsrecalme .close{
	position: absolute;
    right: 22px;
    top: 30px;
}
.formsrecalme .zagolovok {
	color: #333333;
	font-size: 23px !important;
	margin: 0;
}
.formsrecalme hr {
    background: none repeat scroll 0 0 #CECECE;
    border: 0 solid #CECECE;
}
.formsrecalme p {
	width: 100%;
	margin: 9px 0; 
	font-size: 14px!important;
}
.formsrecalme p span{
	color: #666666;
	float: left;
	font-size: 14px!important;
}
.formsrecalme p input{
	background: url('/bitrix/templates/.default/components/blackbutterfly/oneclick/oneclicklist/css/../img/input.png') no-repeat;
	width: 280px;
	height: 30px;
	font-size: 12px!important;
	border: 1px solid #B5B5B5;
	padding: 0 10px;
	border-radius: 5px;
}
.formsrecalme p textarea{
	background: url('/bitrix/templates/.default/components/blackbutterfly/oneclick/oneclicklist/css/../img/textarea.png') no-repeat;
	width: 302px;
	height: 80px !important;
	min-height: 80px !important;
	font-size: 12px!important;
	border: 1px solid #B5B5B5;
	padding: 5px 10px !important;
	box-sizing: inherit !important;;
}
.recalme {
	width: 360px;
	height:310px;
}
.formsrecalme .erorsleft {
	float: left;
	color: red;
	display: none;
	font-size: 14px!important;
}
.poleeror {
	border: 1px solid red !important;
}
.okeysendmessageformoneclick .ramkamessage {
	padding: 30px; 
	margin-top: 0px; 
	width: 440px;
}
.okeysendmessageformoneclick .psevdoh2 {
	/*text-transform: uppercase; */
	padding: 10px 10px; 
	font-size: 20px;
}

.formsrecalme p span {
	font-size: 12px!important;
}
.intl-tel-input input {
	padding-left: 40px !important;
	width: 300px !important;
}
/* End */


/* Start:/local/templates/gsm-store/components/blackbutterfly/postuplenietovara/.default/css/sl.css?17082772371714*/
.creditlistinfo p {
	text-align: left;
	margin: 4px 0 !important;
}
.creditico {
	width: 200px;
	float: left;
	height: 160px;
}
.creditlistinfo {
	margin-left: 140px;
}
.creditlistinfo ul{
	list-style: none;
}
.formsrecalme {
	padding: 10px 25px;
	position: relative;
}
.formsrecalme .close{
	position: absolute;
    right: 22px;
    top: 30px;
}
.formsrecalme .zagolovok {
	color: #333333;
	font-size: 23px !important;
	margin: 0;
}
.formsrecalme hr {
    background: none repeat scroll 0 0 #CECECE;
    border: 0 solid #CECECE;
}
.formsrecalme p {
	width: 100%;
	margin: 9px 0; 
	font-size: 14px!important;
}
.formsrecalme p span{
	color: #666666;
	float: left;
	font-size: 14px!important;
}
.formsrecalme p input{
	background: url('/local/templates/gsm-store/components/blackbutterfly/postuplenietovara/.default/css/../img/input.png') no-repeat;
	width: 280px;
	height: 30px;
	font-size: 12px!important;
	border: 1px solid #B5B5B5;
	padding: 0 10px;
}
.formsrecalme p textarea{
	background: url('/local/templates/gsm-store/components/blackbutterfly/postuplenietovara/.default/css/../img/textarea.png') no-repeat;
	width: 302px;
	height: 80px !important;
	min-height: 80px !important;
	font-size: 12px!important;
	border: 1px solid #B5B5B5;
	padding: 5px 10px !important;
	box-sizing: inherit !important;;
}
.recalme {
	width: 360px;
	height: 360px;
}
.formsrecalme .erorsleft {
	float: left;
	color: red;
	display: none;
	font-size: 14px!important;
}
.poleeror {
	border: 1px solid red !important;
}
#okeysendmessageformpostuplenietovara .ramkamessage {
	padding: 30px; 
	margin-top: 0px; 
	width: 440px;
}
#okeysendmessageformpostuplenietovara .psevdoh2 {
	text-transform: uppercase; 
	padding: 10px; 
	font-size: 24px;
	line-height: 30px;
}
.formsrecalme p span {
	font-size: 12px!important;
}
.intl-tel-input input {
	padding-left: 40px !important;
	width: 300px !important;
}
/* End */
/* /local/templates/gsm-store/components/bitrix/catalog.smart.filter/visual_vertical/style.css?1708277237221 */
/* /local/templates/gsm-store/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17082772367305 */
/* /local/components/profistudio/quicklinks.list/templates/colored/themes/inline-block/style.css?17489757362559 */
/* /bitrix/templates/.default/components/blackbutterfly/oneclick/oneclicklist/css/colorbox.css?17082772023150 */
/* /bitrix/templates/.default/components/blackbutterfly/oneclick/oneclicklist/css/sl.css?17082772021701 */
/* /local/templates/gsm-store/components/blackbutterfly/postuplenietovara/.default/css/sl.css?17082772371714 */
