

/* 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/bitrix/news.detail/media.news.detail_new/style.css?157723710996*/
.b-service__content--has-rightbar {
    /*margin-right: 300px;*/
    margin-right: 282px;
}

/* 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/services_inner/services_inner.css?161710416911369 */
/* /bitrix/templates/.default/components/bitrix/news.detail/media.news.detail_new/style.css?157723710996 */
/* /bitrix/templates/.default/components/tay/form.result.new/articles_zapis_page_articles/style.css?1453908959813 */
