

/* 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/.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 */
/* /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/.default/components/tay/form.result.new/articles_zapis_page_articles/style.css?1453908959813 */
