

/* Start:/f/resources/pages/service/service.css?161710439815607*/
.inner_page {
	padding-bottom: 0 !important;
	margin-top: -40px !important;
}
.subsubnav ,
.subnav ,
.subsubnav_line {
    display: none !important;
}

@media only screen and (max-width: 980px) {
    .subsubnav.service-show ,
    .subnav {
        display: block !important;
    }
}

.b-service {
	
}
.b-service__nav {
	text-align: center;
	padding: 11px 0 25px;
}
.b-service__nav-col {
	display: inline-block;
	width: 22%;
	vertical-align: top;
}
.b-service__nav-item {
	display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 19px;
    color: #3357a8 !important;
    width: 250px;
    text-decoration: none;
    border: 0;
    margin: 0 20px 14px;
    text-align: left;
    font-family: 'StoryMama',Arial,sans-serif;
    font-weight: bold;
}
.b-service__nav-item__text {
	display: inline;
	border-bottom: 1px solid rgba(32,136,255,.3);
}
.b-service__nav-item:active ,
.b-service__nav-item:focus ,
.b-service__nav-item:hover {
    color: #f47a5c!important;

}
.b-service__nav-item:active .b-service__nav-item__text ,
.b-service__nav-item:focus .b-service__nav-item__text ,
.b-service__nav-item:hover .b-service__nav-item__text {
    color: #f47a5c!important;
    border-color: rgba(244,122,92,.3)!important;
}
.b-service__nav-item--active .b-service__nav-item__text {
	border-radius: 5px;
	background-image: -moz-linear-gradient( 90deg, rgb(109,151,200) 0%, rgb(34,60,123) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(109,151,200) 0%, rgb(34,60,123) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(109,151,200) 0%, rgb(34,60,123) 100%);
	color: #fff !important;
	padding: 4px 6px;
	display: inline-block;
}




.b-service__row {
	margin-left: -20px;
	margin-right: 6px;
}
.m-t-30 {
	margin-top: 30px;
}
.b-service__sidebar {
	width: 260px;
	float: left;
	background: #fff;
	box-shadow: 0px 2px 10px 0px rgba(172, 189, 207, 0.9);
    border-radius: 20px;
    padding: 32px 22px 42px;
    box-sizing: border-box;	
    overflow: hidden;
	position: relative;
	z-index: 1;
}
.b-service__sidebar__title {
	font-size: 20px;
	line-height: 24px;
	color: #000;
	font-weight: bold;
	padding-bottom: 20px;
    font-family: 'StoryMama',Arial,sans-serif;
    font-weight: bold;	
}
.b-service__sidebar-item {
	display: block;
	width: 100%;
	padding: 0 22px;
	margin-left: -22px;
	font-size: 14px;
	line-height: 18px;
	color: #3357a8 !important;
	border: 0 !important;
	margin-bottom: 17px;
	opacity: 1;
    font-family: 'StoryMama',Arial,sans-serif;
    font-weight: bold;	
}
.b-service__sidebar-item:last-child {
	margin-bottom: 0;
}
.b-service__sidebar-item__text {
    border-bottom: 1px solid rgba(32,136,255,.3);
}
.b-service__sidebar-item:hover  {
	color: #f47a5c!important;	
}
.b-service__sidebar-item:hover .b-service__sidebar-item__text {
	color: #f47a5c!important;
	border-color: rgba(244,122,92,.3)!important;
}
.b-service__sidebar-item--active {
	background-image: -moz-linear-gradient( 90deg, rgb(109,151,200) 0%, rgb(34,60,123) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(109,151,200) 0%, rgb(34,60,123) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(109,151,200) 0%, rgb(34,60,123) 100%);
    padding-top: 7px;
    padding-bottom: 9px;
    color: #fff !important;	
    opacity: 1 !important;
    cursor: default;
    margin-top: -6px;
    margin-bottom: 8px;    
}
.b-service__sidebar-item--active:hover {
	color: #fff !important;
	opacity: 1 !important;
}
.b-service__sidebar-item--active .b-service__sidebar-item__text {
	border-bottom: transparent !important;
	cursor: default;
	color: #fff !important;
}
.b-service__sidebar-item--active:hover .b-service__sidebar-item__text {
	border-bottom: transparent !important;
	cursor: default;
	color: #fff !important;
}

.b-service__content--wrapper {
	width: 100%;
	float: right;
	margin-left: -100%;
}

.b-service__content {
	margin-left: 282px;
	box-sizing: border-box;	
    overflow: hidden; 
    border-radius: 20px;      
    position: relative; 
}
.b-service__content--img-bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 930px;
}
.b-service__content--fix-height {
	height: 540px;
}
.b-service__content--full-width {
	margin-left: 0;
	max-width: 1190px;
	margin: 0 auto;
}
.b-service__content--shadow {
	background-color: #fff;
	/*box-shadow: 0px 2px 10px 0px rgba(172, 189, 207, 0.4);	*/
}
.b-service__content--has-rightbar {
	/*margin-right: 300px;*/
	margin-right: 282px;
}





.b-service__rightbar {
	float: right;
	width: 260px;
	/*margin-right: 20px;*/*
	background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(172, 189, 207, 0.9);
    border-radius: 20px;
    padding: 10px 10px 10px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.gray-dashed-box-right {
    border: 3px dashed #E1E1E1;
    border-radius: 6px;
	padding-left:12px;
}	

.gray-dashed-box-right h3, .gray-dashed-box-right .h3 {
    color: rgb(243, 123, 97);
    font-size: 20px;
	padding-bottom: 20px;
}

.gray-dashed-box-right .h3 {
    display: inline-block;
}
	
.b-service__rightbar__button {
    display: block;
    padding: 5px 5px 5px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 1;
	border: 0;
}
.blue_back{
background-color: #F4F9FC;
}
.b-service__rightbar__button .i-link__decoration {
	border: 0 !important;
	
}
.rightbar_text {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #49423d;
    border: 0 !important;
    opacity: 1;
    font-family: 'StoryMama',Arial,sans-serif;
    font-weight: bold;
}
.rightbar_price {
   font-size: 14px;
    line-height: 18px;
    color: #000 !important;
    border: 0 !important;
}

.b-service__content-text {
	background: #dda277;
	position: absolute;
	width: 410px;
	top: 20px;
	left: 20px;
	font-size: 14px;
    line-height: 18px;
    border-radius: 10px;
    color: #fff;
    box-sizing: border-box;
    padding: 23px 20px 25px;    
}
.b-service__content-text p {
    margin-top: 0;
    margin-bottom: 14px;	
}
.b-service__content-text p:last-child {
	margin-bottom: 0;
}

.b-service__content-button {
	width: 250px;
	height: 44px;
	background: #fff;
	display: inline-block;
    box-sizing: border-box;
    border-radius: 90px;
    overflow: hidden;
    padding: 2px;
    font-family: 'StoryMama',Arial,sans-serif;
    font-weight: bold;
}
.b-service__content-button .i-link__decoration {
	height: 35px;
	background: #dda277;
	box-shadow: 0px 1px 2px 0px rgba(1, 2, 2, 0.25);	
	font-size: 16px;
	line-height: 36px;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2);
	display: block;
	border-radius: 60px;
	margin: 0 3px;	
	color: #fff;
	font-weight: bold;
	transition: all .3s ease;
}
.b-service__content-button:focus  .i-link__decoration ,
.b-service__content-button:active .i-link__decoration ,
.b-service__content-button:hover  .i-link__decoration {
	background: #f4b785;
}


.b-service__content-button-wrapper--fixed {
	position: absolute;
	bottom: 23px;
	left: 0;
	width: 100%;
	text-align: center;
}


/* violet */
.b-service__content-text--violet {
	background: #b9a2cf;
}
.b-service__content-button--violet .i-link__decoration {
	background: #a583c5;	
}
.b-service__content-button--violet:focus  .i-link__decoration ,
.b-service__content-button--violet:active .i-link__decoration ,
.b-service__content-button--violet:hover  .i-link__decoration {
	background: #d4b2e3;
}


/* dark blue */
.b-service__content-text--dark-blue {
	background: #406ca0;
}
.b-service__content-button--dark-blue .i-link__decoration {
	background: #2c5f9b;	
}
.b-service__content-button--dark-blue:focus  .i-link__decoration ,
.b-service__content-button--dark-blue:active .i-link__decoration ,
.b-service__content-button--dark-blue:hover  .i-link__decoration {
	background: #2b95cb;
}



/* rose */
.b-service__content-text--rose {
	background: #d2528a;
}
.b-service__content-button--rose .i-link__decoration {
	background: #cd417e;	
}
.b-service__content-button--rose:focus  .i-link__decoration ,
.b-service__content-button--rose:active .i-link__decoration ,
.b-service__content-button--rose:hover  .i-link__decoration {
	background: #f66aab;
}




/* blue */
.b-service__content-text--blue {
	background: #93b6d9;
}
.b-service__content-button--blue .i-link__decoration {
	background: #6f9bc6;	
}
.b-service__content-button--blue:focus  .i-link__decoration ,
.b-service__content-button--blue:active .i-link__decoration ,
.b-service__content-button--blue:hover  .i-link__decoration {
	background: #7cbcdd;
}





/* dark-orange */
.b-service__content-text--dark-orange {
	background: #d48677;
}
.b-service__content-button--dark-orange .i-link__decoration {
	background: #ca7160;	
}
.b-service__content-button--dark-orange:focus  .i-link__decoration ,
.b-service__content-button--dark-orange:active .i-link__decoration ,
.b-service__content-button--dark-orange:hover  .i-link__decoration {
	background: #ee9785;
}





/* green */
.b-service__content-text--green {
	background: #a6bd6b;
}
.b-service__content-button--green .i-link__decoration {
	background: #99b552;	
}
.b-service__content-button--green:focus  .i-link__decoration ,
.b-service__content-button--green:active .i-link__decoration ,
.b-service__content-button--green:hover  .i-link__decoration {
	background: #adcd70;
}





/* rose-orange */
.b-service__content-text--rose-orange {
	background: #f6977b;
}
.b-service__content-button--rose-orange .i-link__decoration {
	background: #e68467;	
}
.b-service__content-button--rose-orange:focus  .i-link__decoration ,
.b-service__content-button--rose-orange:active .i-link__decoration ,
.b-service__content-button--rose-orange:hover  .i-link__decoration {
	background: #ff946d;
}


/* bright-green */
.b-service__content-button--bright-green .i-link__decoration {
	background: #82CD01;
}
.b-service__content-text--bright-green {
	background: #82CD01;
}
.b-service__content-button--bright-green:focus  .i-link__decoration ,
.b-service__content-button--bright-green:active .i-link__decoration ,
.b-service__content-button--bright-green:hover  .i-link__decoration {
	background: #A2EC21;
}

/* light-bordo */
.b-service__content-text--light-bordo {
	background: #c78888;
}
.b-service__content-button--light-bordo .i-link__decoration {
	background: #b46969;	
}
.b-service__content-button--light-bordo:focus  .i-link__decoration ,
.b-service__content-button--light-bordo:active .i-link__decoration ,
.b-service__content-button--light-bordo:hover  .i-link__decoration {
	background: #ee9582;
}





/* grass */
.b-service__content-text--grass {
	background: #6eb033;
}
.b-service__content-button--grass .i-link__decoration {
	background: #5fa322;	
}
.b-service__content-button--grass:focus  .i-link__decoration ,
.b-service__content-button--grass:active .i-link__decoration ,
.b-service__content-button--grass:hover  .i-link__decoration {
	background: #40c920;
}





/* dark-green */
.b-service__content-text--dark-green {
	background: #445b2e;
}
.b-service__content-button--dark-green .i-link__decoration {
	background: #3b5721;	
}
.b-service__content-button--dark-green:focus  .i-link__decoration ,
.b-service__content-button--dark-green:active .i-link__decoration ,
.b-service__content-button--dark-green:hover  .i-link__decoration {
	background: #6c884f;
}






/* dark-gray */
.b-service__content-text--dark-gray {
	background: #5a6982;
}
.b-service__content-button--dark-gray .i-link__decoration {
	background: #506079;	
}
.b-service__content-button--dark-gray:focus  .i-link__decoration ,
.b-service__content-button--dark-gray:active .i-link__decoration ,
.b-service__content-button--dark-gray:hover  .i-link__decoration {
	background: #758ea7;
}







/* red-orange */
.b-service__content-text--red-orange {
	background: #f47d5f;
}
.b-service__content-button--red-orange .i-link__decoration {
	background: #e56849;	
}
.b-service__content-button--red-orange:focus  .i-link__decoration ,
.b-service__content-button--red-orange:active .i-link__decoration ,
.b-service__content-button--red-orange:hover  .i-link__decoration {
	background: #ff956e;
}








/* y-orange */
.b-service__content-text--y-orange {
	background: #e3936f;
}
.b-service__content-button--y-orange .i-link__decoration {
	background: #d9855f;	
}
.b-service__content-button--y-orange:focus  .i-link__decoration ,
.b-service__content-button--y-orange:active .i-link__decoration ,
.b-service__content-button--y-orange:hover  .i-link__decoration {
	background: #ecb18f;
}




/* riga */
.b-service__content-text--riga {
	background: #a08f7a;
}
.b-service__content-button--riga .i-link__decoration {
	background: #887966;	
}
.b-service__content-button--riga:focus  .i-link__decoration ,
.b-service__content-button--riga:active .i-link__decoration ,
.b-service__content-button--riga:hover  .i-link__decoration {
	background: #b6aa99;
}



/* woman */
.b-service__content-text--woman {
	background: #9aadc0;
}
.b-service__content-button--woman .i-link__decoration {
	background: #8297ad;	
}
.b-service__content-button--woman:focus  .i-link__decoration ,
.b-service__content-button--woman:active .i-link__decoration ,
.b-service__content-button--woman:hover  .i-link__decoration {
	background: #a8bacb;
}




.m-l-0  {
	margin-left: 0;
}


.b-service__content--article {
	padding: 33px 39px;
	font-size: 14px;
	line-height: 25px;
	color: #334455;	
}
.b-service__content--article__button-wrapper {
	text-align: center;
	padding-top: 23px;
	padding-bottom: 5px;	
}
.b-service__content--article__button-wrapper .b-service__content-button {
	box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}


.b-service__content--article p {
	color: #334455;	
}
.b-service__content--article__h1 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	padding-bottom: 18px;
}
.b-service__content--article__h2 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	padding-top: 27px;
	padding-bottom: 5px;	
}

.b-service__content--article__nav-item {
	font-size: 14px;
	line-height: 14px;
	color: #3357a8;
	border-bottom: 1px dashed #3357a8;
	display: inline;
	margin-bottom: 5px;
	padding-bottom: 1px;
    position: relative;
    margin-left: 18px;	
    cursor: pointer;
    transition: all .3s ease;
    opacity: 1;
}
.b-service__content--article__nav-item:hover {
	opacity: 0.7;
}

.b-service__content--article__nav-item:after {
    content: '—';
    display: block;
    position: absolute;
	left: -18px;
	top: 1px;
}

.b-service__content--article__img {
	/*position: absolute;*/
	float: right;
	right: 20px;
	top: 20px;
	border-radius: 15px;
	overflow: hidden;
}

.section_detail_text-more.visible-mobile {
    color: #3357a8;
    line-height: 19px;
    cursor: pointer;
}

.section_detail_text-more.visible-mobile span {
    border-bottom: 1px dashed #3357a8;
}

.service_section, .section_sevice_second {
    width: 100%;
}

.section_detail_text-more span:hover {
    border-bottom: 0;
}

.b-service__content-text--main {
	width: 50%;	
}
.b-service__content--img-bg img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.b-service__breadcrums {

}

@media (max-width:1180px) and (min-width: 980px){
    .b-service__content--article__img {
        float: none;
        display: block;
        margin-bottom: 20px;
    }

    .b-service__content--article .button_send {
        margin-bottom: 20px;
    }
}

@media (max-width:600px){
    .b-service__content--article__img {
        float: none;
        display: block;
        margin-bottom: 20px;
    }
}

@media (max-width:1180px) {
    .b-service__content--article .button_send {
        margin-bottom: 20px;
    }
}
/* End */


/* Start:/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section.list/.default/style.css?1540477362194*/
.b-service__nav-col {
    width: 90% !important;
    text-align: left;
    margin: 0 auto;
    display: block;
}

.b-service__nav-col .b-service__nav-item {
    width: 21% !important;
}
/* End */


/* Start:/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/style.min.css?145994743624862*/
.bx-section-desc-post{font-size:12px;padding:0 0 0 15px;margin:15px 0}.bx-section-desc{border-left:3px solid #d3d3d3}.bx_catalog_list_home{margin-bottom:20px;border-bottom:1px solid #e5e5e5}@media(max-width:640px){.bx_catalog_list_home{border-bottom:1px solid #e5e5e5}}.bx_catalog_list_home .bx_catalog_item{position:relative;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;margin-bottom:30px}@media(min-width:960px){.bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 26px;margin:0 0 30px 0;width:100%}.bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:48%}.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}.bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:31.333333%}.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}.bx_catalog_list_home.col4 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:23%}.bx_catalog_list_home.col4 .bx_catalog_item:nth-child(4n+1){clear:both}.bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:18%}.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(5n+1){clear:both}}@media(min-width:760px) and (max-width:960px){.bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 16px;margin:0 0 0 30px;width:100%}.bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}.bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}.bx_catalog_list_home.col4 .bx_catalog_item,.bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:23%}.bx_catalog_list_home.col4 .bx_catalog_item:nth-child(4n+1),.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(4n+1){clear:both}}@media(max-width:760px){.bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 16px;margin:0 0 0 30px;width:100%}.bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}.bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}.bx_catalog_list_home.col3 .bx_catalog_item,.bx_catalog_list_home.col4 .bx_catalog_item,.bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1),.bx_catalog_list_home.col4 .bx_catalog_item:nth-child(3n+1),.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(3n+1){clear:both}}@media(max-width:580px){.bx-touch .bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 26px;margin:0 0 0 30px;width:100%}.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(3n+1){clear:none}.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item,.bx-touch .bx_catalog_list_home.col3 .bx_catalog_item,.bx-touch .bx_catalog_list_home.col4 .bx_catalog_item,.bx-touch .bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%;clear:none}.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1),.bx-touch .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(2n+1),.bx-touch .bx_catalog_list_home.col4 .bx_catalog_item:nth-child(2n+1),.bx-touch .bx_catalog_list_home.col5 .bx_catalog_item:nth-child(2n+1){clear:both}}.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container{position:absolute;z-index:990;top:0;left:0;right:0;box-shadow:0 2px 5px 0 rgba(0,0,0,.18);border-radius:3px;border:1px solid #d3d3d3;background:#fff;-webkit-animation:borderview .5s;animation:borderview .5s}@media(min-width:960px){.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container{padding:0 25px 15px}}@media(max-width:960px){.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container{padding:0 15px 15px}}@keyframes borderview{from{border:1px solid #fdfdfd;box-shadow:0 0 0 0 rgba(0,0,0,0)}to{border:1px solid #d3d3d3;box-shadow:0 2px 5px 0 rgba(0,0,0,.18)}}@-webkit-keyframes borderview{from{border:1px solid #fdfdfd;box-shadow:0 0 0 0 rgba(0,0,0,0)}to{border:1px solid #d3d3d3;box-shadow:0 2px 5px 0 rgba(0,0,0,.18)}}.bx_catalog_list_home .bx_catalog_item_articul{color:#a5a5a5;font-size:13px}.bx_catalog_list_home .bx_catalog_item_title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_title{overflow:auto;white-space:normal}.bx_catalog_list_home .bx_catalog_item_title a{color:#3f3f3f;text-decoration:none;font-size:13px}.bx_catalog_list_home .bx_catalog_item_price{color:#3f3f3f;font-weight:bold}.bx_catalog_list_home .bx_catalog_item_price span{color:#a5a5a5;font-size:12px;font-weight:normal;white-space:nowrap;text-decoration:line-through}.bx_catalog_list_home .bx_catalog_item_controls{padding-top:10px;text-align:center;opacity:0}@media(min-width:641px) and (max-width:960px){.bx_catalog_list_home .bx_catalog_item_controls{height:auto}}@media(max-width:640px){.bx-touch .bx_catalog_list_home .bx_catalog_item_controls{height:auto;line-height:30px;text-align:center}}@media(max-width:479px){.bx-touch .bx_catalog_list_home .bx_catalog_item_controls{height:auto;line-height:30px;display:block}}@media(max-width:479px){.bx-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls{height:auto}}.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone{width:100%;white-space:nowrap;text-align:center}.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone span{color:#3f3f3f;font-size:13px}.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable{text-align:left;font-size:12px;font-weight:bold;display:inline-block;border:1px solid #e4e4e4;background:#f3f3f3;white-space:normal;line-height:normal;padding:5px 15px;margin-bottom:10px}.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{width:100%;text-align:center}.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a{margin:1%;width:48%;min-width:100px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;line-height:25px;height:25px}@media(max-width:640px){.bx-touch .bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone{display:none}.bx-touch .bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{float:none;width:100%;text-align:center}}.bx_catalog_list_home .bx_catalog_item_controls input[type=text]{border:0}.bx-touch .bx_catalog_list_home .bx_catalog_item_controls,.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls{opacity:1}.bx_catalog_list_home .bx_cnt_desc{text-align:left;position:absolute;right:-45px;top:2px;width:40px}.bx_catalog_list_home .bx_catalog_item_controls a{margin-bottom:10px}.bx_catalog_list_home .bx_catalog_item_price .bx_price{font-size:15px;padding-top:5px}.bx_catalog_list_home .bx_catalog_item_images_double,.bx_catalog_list_home .bx_catalog_item_images{position:relative;z-index:910;display:block;padding-top:135%;width:100%;background-position:center;background-repeat:no-repeat;-webkit-background-size:contain;background-size:contain}.bx_catalog_list_home .bx_catalog_item_images_double{z-index:900;margin-top:-135%;opacity:0}.bx-no-touch .bx_catalog_list_home .bx_catalog_item.double:hover .bx_catalog_item_images{opacity:0;-webkit-animation:rotateimgfirst .5s;animation:rotateimgfirst .5s}.bx-no-touch .bx_catalog_list_home .bx_catalog_item.double:hover .bx_catalog_item_images_double{opacity:1;-webkit-animation:rotateimglast .5s;animation:rotateimglast .5s}@keyframes rotateimgfirst{from{opacity:1}to{opacity:0}}@-webkit-keyframes rotateimgfirst{from{opacity:1}to{opacity:0}}@keyframes rotateimglast{from{opacity:0}to{opacity:1}}@-webkit-keyframes rotateimglast{from{opacity:0}to{opacity:1}}.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls,.bx_catalog_list_home .bx_catalog_item .bx_catalog_item_articul,.bx_catalog_list_home .bx_catalog_item .bx_catalog_item_scu{display:none}.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls,.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_articul,.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu{display:block}.bx_catalog_list_home .bx_catalog_item .bx_catalog_item_scu{padding-top:10px}.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu>div{margin:0 auto}.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.touch,.bx-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.no_touch{display:none!important}.bx_catalog_list_home .bx_stick{position:absolute;width:123px;height:35px;background:url(/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/images/stick.png) left center no-repeat;color:#fff;text-align:center;text-shadow:0 1px 0 #ba3434;line-height:35px;white-space:nowrap;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis}.bx_catalog_list_home .bx_stick.short{font-weight:bold;font-size:18px}.bx_catalog_list_home .bx_stick.average{font-weight:bold;font-size:13px}.bx_catalog_list_home .bx_stick.long{font-weight:normal;font-size:11px}.bx_catalog_list_home .bx_stick_disc{position:absolute;width:72px;height:74px;background:url(/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/images/stick_disc.png) no-repeat center;color:#fff;text-align:center;text-shadow:0 1px 0 #ba3434;font-weight:bold;font-size:23px;line-height:74px}.bx_catalog_list_home .bx_stick.left,.bx_catalog_list_home .bx_stick_disc.left{left:-2px}.bx_catalog_list_home .bx_stick.right,.bx_catalog_list_home .bx_stick_disc.right{right:0}.bx_catalog_list_home .bx_stick.top,.bx_catalog_list_home .bx_stick_disc.top{top:15px}.bx_catalog_list_home .bx_stick.bottom,.bx_catalog_list_home .bx_stick_disc.bottom{bottom:5px}.bx_catalog_list_home .bx_stick.middle,.bx_catalog_list_home .bx_stick_disc.middle{top:49%}@media(min-width:641px) and (max-width:960px){.bx_catalog_list_home .bx_stick{width:90px;height:30px;background-size:100%;line-height:30px}.bx_catalog_list_home .bx_stick.short{font-weight:normal;font-size:14px}.bx_catalog_list_home .bx_stick.average{font-weight:normal;font-size:11px}.bx_catalog_list_home .bx_stick.long{font-weight:normal;font-size:11px}.bx_catalog_list_home .bx_stick_disc{width:64px;height:65px;background-size:100%;font-size:20px;line-height:65px}}@media(max-width:640px){.bx-touch .bx_catalog_list_home .bx_stick{width:70px;height:30px;background-size:100%;font-size:11px;line-height:30px}.bx-touch .bx_catalog_list_home .bx_stick_disc{width:48px;height:49px;background-size:100%;font-size:16px;line-height:49px}}@media(max-width:479px){.bx-touch .bx_catalog_list_home .bx_stick{width:70px;height:30px;background-size:100%;font-size:11px;line-height:30px}.bx-touch .bx_catalog_list_home .bx_stick_disc{width:37px;height:38px;background-size:100%;font-size:13px;line-height:38px}}.bx_catalog_list_home .bx_bt_button,.bx_catalog_list_home .bx_bt_button_type_2{display:inline-block;border-radius:3px;text-align:center;text-decoration:none;font-size:14px;cursor:pointer;white-space:nowrap}.bx_catalog_list_home .bx_bt_button_type_2{border:1px solid #e9e9e9;background-image:-webkit-gradient(linear,0 0,0 100%,from(#fcfcfc),to(#f1f1f1));background-image:-webkit-linear-gradient(#fcfcfc 0,#f1f1f1 100%);background-image:-moz-linear-gradient(#fcfcfc 0,#f1f1f1 100%);background-image:-o-linear-gradient(#fcfcfc 0,#f1f1f1 100%);background-image:linear-gradient(#fcfcfc 0,#f1f1f1 100%);color:#656565;text-shadow:0 1px 0 #fff}.bx_catalog_list_home .bx_bt_button_type_2:hover{background:#fff}.bx_catalog_list_home .bx_bt_button_type_2:active{background-image:-webkit-gradient(linear,0 0,0 100%,from(#f1f1f1),to(#fcfcfc));background-image:-webkit-linear-gradient(#f1f1f1 0,#fcfcfc 100%);background-image:-moz-linear-gradient(#f1f1f1 0,#fcfcfc 100%);background-image:-o-linear-gradient(#f1f1f1 0,#fcfcfc 100%);background-image:linear-gradient(#f1f1f1 0,#fcfcfc 100%);box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05)}.bx_catalog_list_home .bx_bt_button{background:#00a2df;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a2df),color-stop(100%,#006fcb));background:-webkit-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-moz-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-ms-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-o-linear-gradient(top,#00a2df 0,#006fcb 100%);background:linear-gradient(to bottom,#00a2df 0,#006fcb 100%);color:#fff;text-shadow:0 1px 0 #006cae;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0)}.bx_catalog_list_home .bx_bt_button:hover{background:#21afe4;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21afe4),color-stop(100%,#006fcb));background:-webkit-linear-gradient(top,#21afe4 0,#006fcb 100%);background:-moz-linear-gradient(top,#21afe4 0,#006fcb 100%);background:-ms-linear-gradient(top,#21afe4 0,#006fcb 100%);background:-o-linear-gradient(top,#21afe4 0,#006fcb 100%);background:linear-gradient(to bottom,#21afe4 0,#006fcb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0)}.bx_catalog_list_home .bx_bt_button:active{background:#21afe4;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21afe4),color-stop(100%,#006fcb));background:-webkit-linear-gradient(top,#21afe4 0,#006fcb 100%);background:-moz-linear-gradient(top,#21afe4 0,#006fcb 100%);background:-ms-linear-gradient(top,#21afe4 0,#006fcb 100%);background:-o-linear-gradient(top,#21afe4 0,#006fcb 100%);background:linear-gradient(to bottom,#21afe4 0,#006fcb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0)}.bx_catalog_list_home .bx_small.bx_bt_button{display:inline-block;min-width:20px;line-height:20px}.bx_catalog_list_home .bx_small.bx_bt_button_type_2{display:inline-block;min-width:18px;line-height:18px}.bx_catalog_list_home .bx_medium.bx_bt_button{padding:0 13px;height:25px;font-weight:bold;line-height:25px}.bx_catalog_list_home .bx_medium.bx_bt_button_type_2{padding:0 13px;height:23px;font-weight:bold;line-height:23px}.bx_catalog_list_home .bx_medium.bx_bt_button,.bx_catalog_list_home .bx_medium.bx_bt_button_type_2{font-weight:bold}.bx_catalog_list_home .bx_col_input{display:inline-block;width:40px;text-align:center}.bx_catalog_list_home .bx_item_detail_size{position:relative;margin-bottom:10px;padding:0;max-width:100%;width:100%}.bx-no-touch .bx_catalog_list_home .bx_item_detail_size.full{position:relative;margin-left:-5%;padding:0 5%}.bx_catalog_list_home .bx_item_detail_size .bx_item_section_name_gray{color:#9e9e9e;vertical-align:middle;font-size:11px;line-height:11px}.bx_catalog_list_home .bx_item_detail_size .bx_size_scroller_container{position:relative}.bx_catalog_list_home .bx_item_detail_size .bx_size{position:relative;overflow:hidden;margin:0;width:100%}.bx_catalog_list_home .bx_item_detail_size ul{position:relative;display:block;margin:0;padding:0;width:100%;white-space:nowrap}.bx-touch .bx_catalog_list_home .bx_item_detail_size .bx_size{overflow-x:auto}.bx_catalog_list_home .bx_item_detail_size ul{position:relative;display:block;margin:0;padding:0;width:100%;white-space:nowrap}.bx-touch .bx_catalog_list_home .bx_item_detail_size .bx_size ul{margin-left:0!important}.bx_catalog_list_home .bx_item_detail_size ul li{position:relative;display:block;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:25px}.bx_catalog_list_home .bx_item_detail_size ul li .cnt{cursor:pointer;position:absolute;top:0;right:2px;bottom:2px;left:2px;display:block;overflow:hidden;border:1px solid #c0cfda;background:#fff;color:#3f3f3f;text-align:center;text-decoration:none;font-weight:normal;font-size:10px;line-height:22px}.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li .cnt{border:0;border-style:solid;border-width:1px;-webkit-border-image:url(/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/images/x2border.png) 2 stretch;-moz-border-image:url(/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/images/x2border.png) 2 stretch;-o-border-image:url(/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/images/x2border.png) 2 stretch;border-image:url(/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/images/x2border.png) 2 fill stretch}.bx_catalog_list_home .bx_item_detail_size ul li:hover .cnt{border:1px solid #006cc0}.bx_catalog_list_home .bx_item_detail_size ul li:active .cnt,.bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{border:2px solid #006cc0}.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{border:0;border-style:solid;border-width:1px;-webkit-border-image:url(/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/images/x2border_active.png) 2 stretch;-moz-border-image:url(/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/images/x2border_active.png) 2 stretch;-o-border-image:url(/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/images/x2border_active.png) 2 stretch;border-image:url(/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/images/x2border_active.png) 2 fill stretch}.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border:1px solid #c0cfda!important}.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing>i{cursor:not-allowed;position:absolute;display:block;top:0;right:2px;bottom:2px;left:2px;z-index:11;background:rgba(255,255,255,.79) url(/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/images/missing.png) no-repeat center}.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left,.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{opacity:.8}.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left:hover,.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right:hover{opacity:1.0}.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_left,.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_right{position:absolute;top:0;bottom:4px;width:5%;max-width:11px;cursor:pointer}.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left{left:-5%;background:url(/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/images/arr_left.png) no-repeat left center;background-size:100% auto}.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{right:-5%;background:url(/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/images/arr_right.png) no-repeat right center;background-size:100% auto}.bx-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left{left:0;background:url(/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/images/fade_left.png) repeat-y left center;background-size:100% auto}.bx-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{right:0;background:url(/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/images/fade_right.png) repeat-y right center;background-size:100% auto}.bx_catalog_list_home .bx_item_detail_scu{position:relative;margin-bottom:10px;padding:0;max-width:100%;width:100%}.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu.full{position:relative;margin-left:-5%;padding:0 5%}.bx_catalog_list_home .bx_item_detail_scu .bx_item_section_name_gray{color:#9e9e9e;vertical-align:middle;font-size:11px;line-height:11px}.bx_catalog_list_home .bx_item_detail_scu .bx_scu_scroller_container{position:relative}.bx_catalog_list_home .bx_item_detail_scu .bx_scu{position:relative;overflow:hidden;margin:0;width:100%}.bx-touch .bx_catalog_list_home .bx_item_detail_scu .bx_scu{overflow-x:auto}.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul{position:relative;display:block;margin:0;padding:0;width:100%;white-space:nowrap}.bx-touch .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul{margin-left:0!important}.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li{position:relative;display:block;float:left;height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt{cursor:pointer;position:absolute;top:0;right:2px;bottom:4px;left:2px;display:block;overflow:hidden;border:1px solid #c0cfda;background:#fff;z-index:10}.bx-retina .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt{border:0;border-style:solid;border-width:1px;-webkit-border-image:url(/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/images/x2border.png) 2 stretch;-moz-border-image:url(/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/images/x2border.png) 2 stretch;-o-border-image:url(/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/images/x2border.png) 2 stretch;border-image:url(/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/images/x2border.png) 2 fill stretch}.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:hover .cnt{border:1px solid #006cc0}.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:active .cnt,.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{padding:3px;border:2px solid #006cc0}.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border:1px solid #c0cfda!important}.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing>i{cursor:not-allowed;position:absolute;display:block;top:0;right:2px;bottom:4px;left:2px;z-index:11;background:rgba(255,255,255,.79) url(/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/images/missing.png) no-repeat center}.bx-retina .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{border:0;border-style:solid;border-width:1px;-webkit-border-image:url(/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/images/x2border_active.png) 2 stretch;-moz-border-image:url(/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/images/x2border_active.png) 2 stretch;-o-border-image:url(/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/images/x2border_active.png) 2 stretch;border-image:url(/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/images/x2border_active.png) 2 fill stretch}.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{position:absolute;top:6%;right:6%;bottom:6%;left:6%;background-size:contain;background-repeat:no-repeat}.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{width:auto;height:25px}.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left,.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{opacity:.8}.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left:hover,.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_left,.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_right{position:absolute;top:0;bottom:4px;width:5%;max-width:11px;cursor:pointer}.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left{left:-5%;background:url(/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/images/arr_left.png) no-repeat left center;background-size:100% auto}.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:-5%;background:url(/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/images/arr_right.png) no-repeat right center;background-size:100% auto}.bx-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left{left:0;background:url(/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/images/fade_left.png) repeat-y left center;background-size:100% auto}.bx-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:0;background:url(/bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/images/fade_right.png) repeat-y right center;background-size:100% auto}
/* End */


/* Start:/f/resources/pages/services_inner/services_inner.css?161710416911369*/
.b-service__rightbar {
    width: 260px;
    /*margin-right: 20px;*/
	background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(172, 189, 207, 0.9);
    border-radius: 20px;
    padding: 10px 10px 10px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.gray-dashed-box-right {
    border: 3px dashed #E1E1E1;
    border-radius: 6px;
    padding-left:12px;
}

.gray-dashed-box-right h3 {
    color: rgb(243, 123, 97);
    font-size: 20px;
    padding-bottom: 20px;
}

.b-service__rightbar__button {
    display: block;
    padding: 5px 5px 5px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 0;
}
.blue_back{
    background-color: #F4F9FC;
}
.b-service__rightbar__button .i-link__decoration {
    border: 0 !important;

}
.rightbar_text {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #49423d;
    border: 0 !important;
    opacity: 1;
    font-family: 'StoryMama',Arial,sans-serif;
    font-weight: bold;
}
.rightbar_price {
    font-size: 14px;
    line-height: 18px;
    color: #000 !important;
    border: 0 !important;
}

.b-service__content-text {
    background: #dda277;
    position: absolute;
    width: 410px;
    top: 20px;
    left: 20px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 10px;
    color: #fff;
    box-sizing: border-box;
    padding: 23px 20px 25px;
}
.b-service__content-text p {
    margin-top: 0;
    margin-bottom: 14px;
}
.b-service__content-text p:last-child {
    margin-bottom: 0;
}

.b-service__content-button {
    width: 250px;
    height: 44px;
    background: #fff;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 90px;
    overflow: hidden;
    padding: 2px;
    font-family: 'StoryMama',Arial,sans-serif;
    font-weight: bold;
}
.b-service__content-button .i-link__decoration {
    height: 35px;
    background: #dda277;
    box-shadow: 0px 1px 2px 0px rgba(1, 2, 2, 0.25);
    font-size: 16px;
    line-height: 36px;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2);
    display: block;
    border-radius: 60px;
    margin: 0 3px;
    color: #fff;
    font-weight: bold;
    transition: all .3s ease;
}
.b-service__content-button:focus  .i-link__decoration ,
.b-service__content-button:active .i-link__decoration ,
.b-service__content-button:hover  .i-link__decoration {
    background: #f4b785;
}


.b-service__content-button-wrapper--fixed {
    position: absolute;
    bottom: 23px;
    left: 0;
    width: 100%;
    text-align: center;
}


/* violet */
.b-service__content-text--violet {
    background: #b9a2cf;
}
.b-service__content-button--violet .i-link__decoration {
    background: #a583c5;
}
.b-service__content-button--violet:focus  .i-link__decoration ,
.b-service__content-button--violet:active .i-link__decoration ,
.b-service__content-button--violet:hover  .i-link__decoration {
    background: #d4b2e3;
}


/* dark blue */
.b-service__content-text--dark-blue {
    background: #406ca0;
}
.b-service__content-button--dark-blue .i-link__decoration {
    background: #2c5f9b;
}
.b-service__content-button--dark-blue:focus  .i-link__decoration ,
.b-service__content-button--dark-blue:active .i-link__decoration ,
.b-service__content-button--dark-blue:hover  .i-link__decoration {
    background: #2b95cb;
}



/* rose */
.b-service__content-text--rose {
    background: #d2528a;
}
.b-service__content-button--rose .i-link__decoration {
    background: #cd417e;
}
.b-service__content-button--rose:focus  .i-link__decoration ,
.b-service__content-button--rose:active .i-link__decoration ,
.b-service__content-button--rose:hover  .i-link__decoration {
    background: #f66aab;
}




/* blue */
.b-service__content-text--blue {
    background: #93b6d9;
}
.b-service__content-button--blue .i-link__decoration {
    background: #6f9bc6;
}
.b-service__content-button--blue:focus  .i-link__decoration ,
.b-service__content-button--blue:active .i-link__decoration ,
.b-service__content-button--blue:hover  .i-link__decoration {
    background: #7cbcdd;
}





/* dark-orange */
.b-service__content-text--dark-orange {
    background: #d48677;
}
.b-service__content-button--dark-orange .i-link__decoration {
    background: #ca7160;
}
.b-service__content-button--dark-orange:focus  .i-link__decoration ,
.b-service__content-button--dark-orange:active .i-link__decoration ,
.b-service__content-button--dark-orange:hover  .i-link__decoration {
    background: #ee9785;
}





/* green */
.b-service__content-text--green {
    background: #a6bd6b;
}
.b-service__content-button--green .i-link__decoration {
    background: #99b552;
}
.b-service__content-button--green:focus  .i-link__decoration ,
.b-service__content-button--green:active .i-link__decoration ,
.b-service__content-button--green:hover  .i-link__decoration {
    background: #adcd70;
}





/* rose-orange */
.b-service__content-text--rose-orange {
    background: #f6977b;
}
.b-service__content-button--rose-orange .i-link__decoration {
    background: #e68467;
}
.b-service__content-button--rose-orange:focus  .i-link__decoration ,
.b-service__content-button--rose-orange:active .i-link__decoration ,
.b-service__content-button--rose-orange:hover  .i-link__decoration {
    background: #ff946d;
}


/* bright-green */
.b-service__content-button--bright-green .i-link__decoration {
    background: #82CD01;
}
.b-service__content-text--bright-green {
    background: #82CD01;
}
.b-service__content-button--bright-green:focus  .i-link__decoration ,
.b-service__content-button--bright-green:active .i-link__decoration ,
.b-service__content-button--bright-green:hover  .i-link__decoration {
    background: #A2EC21;
}

/* light-bordo */
.b-service__content-text--light-bordo {
    background: #c78888;
}
.b-service__content-button--light-bordo .i-link__decoration {
    background: #b46969;
}
.b-service__content-button--light-bordo:focus  .i-link__decoration ,
.b-service__content-button--light-bordo:active .i-link__decoration ,
.b-service__content-button--light-bordo:hover  .i-link__decoration {
    background: #ee9582;
}





/* grass */
.b-service__content-text--grass {
    background: #6eb033;
}
.b-service__content-button--grass .i-link__decoration {
    background: #5fa322;
}
.b-service__content-button--grass:focus  .i-link__decoration ,
.b-service__content-button--grass:active .i-link__decoration ,
.b-service__content-button--grass:hover  .i-link__decoration {
    background: #40c920;
}





/* dark-green */
.b-service__content-text--dark-green {
    background: #445b2e;
}
.b-service__content-button--dark-green .i-link__decoration {
    background: #3b5721;
}
.b-service__content-button--dark-green:focus  .i-link__decoration ,
.b-service__content-button--dark-green:active .i-link__decoration ,
.b-service__content-button--dark-green:hover  .i-link__decoration {
    background: #6c884f;
}






/* dark-gray */
.b-service__content-text--dark-gray {
    background: #5a6982;
}
.b-service__content-button--dark-gray .i-link__decoration {
    background: #506079;
}
.b-service__content-button--dark-gray:focus  .i-link__decoration ,
.b-service__content-button--dark-gray:active .i-link__decoration ,
.b-service__content-button--dark-gray:hover  .i-link__decoration {
    background: #758ea7;
}







/* red-orange */
.b-service__content-text--red-orange {
    background: #f47d5f;
}
.b-service__content-button--red-orange .i-link__decoration {
    background: #e56849;
}
.b-service__content-button--red-orange:focus  .i-link__decoration ,
.b-service__content-button--red-orange:active .i-link__decoration ,
.b-service__content-button--red-orange:hover  .i-link__decoration {
    background: #ff956e;
}








/* y-orange */
.b-service__content-text--y-orange {
    background: #e3936f;
}
.b-service__content-button--y-orange .i-link__decoration {
    background: #d9855f;
}
.b-service__content-button--y-orange:focus  .i-link__decoration ,
.b-service__content-button--y-orange:active .i-link__decoration ,
.b-service__content-button--y-orange:hover  .i-link__decoration {
    background: #ecb18f;
}




/* riga */
.b-service__content-text--riga {
    background: #a08f7a;
}
.b-service__content-button--riga .i-link__decoration {
    background: #887966;
}
.b-service__content-button--riga:focus  .i-link__decoration ,
.b-service__content-button--riga:active .i-link__decoration ,
.b-service__content-button--riga:hover  .i-link__decoration {
    background: #b6aa99;
}



/* woman */
.b-service__content-text--woman {
    background: #9aadc0;
}
.b-service__content-button--woman .i-link__decoration {
    background: #8297ad;
}
.b-service__content-button--woman:focus  .i-link__decoration ,
.b-service__content-button--woman:active .i-link__decoration ,
.b-service__content-button--woman:hover  .i-link__decoration {
    background: #a8bacb;
}




.m-l-0  {
    margin-left: 0;
}


.b-service__content--article {
    padding: 33px 39px;
    font-size: 14px;
    line-height: 25px;
    color: #334455;
}
.b-service__content--article__button-wrapper {
    text-align: center;
    padding-top: 23px;
    padding-bottom: 5px;
}
.b-service__content--article__button-wrapper .b-service__content-button {
     box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}


.b-service__content--article p {
    color: #334455;
}
.b-service__content--article__h1 {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
    padding-bottom: 18px;
}
.b-service__content--article__h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
    padding-top: 27px;
    padding-bottom: 5px;
}

.b-service__content--article__nav-item {
    font-size: 14px;
    line-height: 14px;
    color: #3357a8;
    border-bottom: 1px dashed #3357a8;
    display: inline;
    margin-bottom: 5px;
    padding-bottom: 1px;
    position: relative;
    margin-left: 18px;
    cursor: pointer;
    transition: all .3s ease;
    opacity: 1;
}
.b-service__content--article__nav-item:hover {
    opacity: 0.7;
}

.b-service__content--article__nav-item:after {
    content: '—';
    display: block;
    position: absolute;
    left: -18px;
    top: 1px;
}

.b-service__content--article__img {
    /*position: absolute;*/
    float: right;
    right: 20px;
    top: 20px;
    border-radius: 15px;
    overflow: hidden;
}

.section_detail_text-more.visible-mobile {
    color: #3357a8;
    line-height: 19px;
    cursor: pointer;
}

.section_detail_text-more.visible-mobile span {
    border-bottom: 1px dashed #3357a8;
}

.service_section, .section_sevice_second {
    width: 100%;
}

.section_detail_text-more span:hover {
    border-bottom: 0;
}

.b-service__content-text--main {
    width: 50%;
}
.b-service__content--img-bg img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.b-service__breadcrums {

}

@media (max-width:1180px) and (min-width: 980px){
    .b-service__content--article__img {
        float: none;
        display: block;
        margin-bottom: 20px;
    }

    .b-service__content--article .button_send {
        margin-bottom: 20px;
    }
}

@media (max-width:600px){
    .b-service__content--article__img {
        float: none;
        display: block;
        margin-bottom: 20px;
    }
}

@media (max-width:1180px) {
    .b-service__content--article .button_send {
        margin-bottom: 20px;
    }
}
/* End */


/* Start:/bitrix/templates/.default/components/tay/form.result.new/articles_zapis_page_articles/style.css?1453908959813*/
table.form-table
{
	/*width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
	
*/
}


.b-formZ { 
	background: -webkit-linear-gradient(top, #015298 15%, #0860B2 38%, #1D84FB 89%) #0860B2;
	border-radius: 10px;
	padding: 50px 38px 40px;
	width: 72%;
	color: #000;
	
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/bitrix/templates/.default/components/tay/form.result.new/articles_zapis_page_articles/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/.default/components/tay/form.result.new/articles_zapis_page_articles/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/templates/.default/components/tay/form.result.new/send.review/style.css?15949886581688*/
.skr {
    padding: 2px 0px 0px 20px;
    margin: 0px 0px 10px 3px;
    background: url('/img/skr.png') no-repeat scroll 0px 0px transparent;
}
.skr span {
    display: inline-block;
    border-bottom: 1px dashed #939598;
    color: #939598;
    cursor: pointer;
}
.skr_add {
    padding: 2px 0px 0px 20px;
    margin: 0px 0px 10px 3px;
    background: url('/img/skr.png') no-repeat scroll 0px 0px transparent;
}
.skr_add span {
    display: inline-block;
    border-bottom: 1px dashed #939598;
    color: #939598;
    cursor: pointer;
}
.hidden {
    display: none !important;
}

#file_list {
	height: 100px;
	background: #FFF;
	color: #000;
	text-align: left;
	border-radius: 10px;
	padding: 10px 40px 40px 40px;
	margin-bottom: 20px;
	margin-top: 20px;
	-webkit-box-shadow: 0 2px 10px rgba(70,28,0,0.68);
	-moz-box-shadow: 0 2px 10px rgba(70,28,0,0.68);
	box-shadow: 0 2px 10px rgba(70,28,0,0.68);
}

.file_close{display: none}
#file_list_load_gif{text-align: center; margin-top: 50px;}

.reviews__textarea .controls {
    margin-left: 20px!important;
}

@media only screen and (max-width: 600px) {
    .reviews__textarea textarea {
        width: 94% !important;
    }

    .i-simple-popup__content  .reviews__textarea .controls {
        margin-left: 0px!important;
    }

    .i-simple-popup__content  .reviews__files .control-label {
        text-align: left !important;
    }

    .i-simple-popup__content.reviews__popup {
        width: 100%;
    }

    .i-simple-popup__content.reviews__popup .b-form__group_button {
        margin-left: 0px;
        margin-top: 10px;
    }

    .i-simple-popup__content.reviews__popup .b-form__required-list {
        margin: 10px 0 0;
    }
}
/* End */
/* /f/resources/pages/service/service.css?161710439815607 */
/* /bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section.list/.default/style.css?1540477362194 */
/* /bitrix/templates/inner/components/bitrix/catalog/us-service/bitrix/catalog.section/.default/style.min.css?145994743624862 */
/* /f/resources/pages/services_inner/services_inner.css?161710416911369 */
/* /bitrix/templates/.default/components/tay/form.result.new/articles_zapis_page_articles/style.css?1453908959813 */
/* /bitrix/templates/.default/components/tay/form.result.new/send.review/style.css?15949886581688 */
