

/* Start:/1c-sparkriski/style.css?17847164286985*/
.big-banner {
	background-image:url('/1c-sparkriski/img/background.jpg');
    margin-top: -80px;
    padding-top: 80px;
    min-height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.promo-action-free-background {
    width: max-content;
    margin: 0 auto;
    padding: 8px 15px;
    background-color: #fff;
}
.line {
	border-bottom: 2px solid #ff6c00;
}

.block-spark {
	background-color: #efefef;	
}

.programm-detail__for-who-item {
    padding: 20px 10px;
    margin-left: 15px;
    margin-right: 20px;
    width: calc( ( 100% - 105px ) / 3 );
    min-width: calc( ( 100% - 105px ) / 3 );
}
.flex {
	max-width: 850px;
	margin: 0 auto;
}

.opportunities {
    background-image: url(/1c-sparkriski/img/pic-55.png);
	background-repeat: no-repeat;
    background-size: 450px;
    background-position-x: calc(100% - 300px);
    background-position-y: bottom;
}

.opportunities__left {
    max-width: 700px;
}

/*-- from tilda --*/
.t-btn_sm {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
}
.t-btn {
    display: inline-block;
    line-height: 45px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    background-image: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #fff !important;
    text-decoration: none !important;
    background-color: #ff6c00;
    border: 0 none;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.t613__title{
    padding:15px;
}

.t613__content{
    margin:0;
}

.t613 .t-section__topwrapper {
    margin-bottom: 105px;
}

.t613 .t-section__title {
    margin-bottom: 40px;
    color: #fff;
}

.t613 .t-section__descr {
    max-width: 560px;
}

.t613__width_25 {
    width: 20px;
}

.t613__width_33 {
    width: 33.33%;
    width: calc(33.333333333333%);
}

.t613__width_50 {
    width: 50%;
}

.t613__width_100 {
    width: 100%;
}

.t613__wrapper {
    overflow: hidden;
    border-radius: 3px;
    background-color: #fff;
    padding: 20px 50px 40px 50px;
}

/*
.t613__header {
    border-bottom: 1px solid #eee;
}
*/

.t613__left,.t613__col {
    display: table-cell;
    overflow: hidden;
    padding-left:5px;
    padding-right:5px;
}

.t613__left {
    width: 200px;
    min-width: 200px;
}

.t613__left .t613__title {
    padding-left: 0;
}

.t613__title {
    padding: 15px 20px;
}

.orange-border-t {
    border-top: 3px #ff6c00 solid;
}

.orange-border-b {
    border-bottom: 3px #ff6c00 solid;
}

.t613__middle .t613__col.orange-border-r, .t613__bottom .t613__col.orange-border-r, .orange-border-r {
	position: relative;
 	overflow: initial;
}

.t613__middle .t613__col.orange-border-l, .t613__bottom .t613__col.orange-border-l, .orange-border-l {
    border-left: 3px #ff6c00 solid;
}

.t613__middle_item {
    border-bottom: 1px solid #eee;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.t613__middle_item:last-child {
    border-bottom: none!important
}

.t613 svg {
    display: block;
}

.t613 .t-align_center svg {
    margin: 0 auto
}

.t613__header {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px solid #eee;
}

.t613__bottom {
    border-top: 1px solid #eee;
    display: table;
    width: 100%;
    table-layout: fixed;
    overflow: hidden;
}

.t613__buttonwrapper {
    padding: 20px;
}

.t613__img {
    max-width: 40px
}

.hit-label{
	background-image: url(/1c-contragent/img/hit-label.png);
	background-repeat: no-repeat;
	height: 42px;
    margin: 0px auto;
    display: block;
    position: absolute;
    top: 22px;
    left: 440px;
    width: 208px;
    z-index: 999;
}

.hit {
    padding-top: 35px;
}

.t613__left{
	min-width: 350px;
    width: 450px;
}
/*@media (max-width: 1850px){
	.opportunities{
	    background-position-x: calc(100% - 200px); 
	    background-size: 500px;
	}
}*/

@media (max-width: 1450px){
	.opportunities{
	    background-position-x: calc(100% - 150px); 
	}
}

@media (max-width: 1260px){
	.opportunities{
        background-image: none;
    }
	.opportunities__left {
    	max-width: 100%;
	}
	.hit-label{
	   display: none;
	}
}

@media (max-width: 1200px){
	.fs20.t613__title {
	   font-size: 16px;
	}
	.fs18.t613__title {
	   font-size: 16px;
	}
	.fs18.t613__col {
	   font-size: 16px;
	}
	.t613__left{
	    min-width: 300px;
	    width: 400px;
	}
	.hit-label {
	    left: 389px;
	}
	.t613__buttonwrapper{
	   padding: 10px;
	}
}
@media (max-width: 1000px){
	.spark {
		display: none;
	}
}
@media (max-width: 991px){
    .programm-detail__for-who-item {
		width: calc( 100% - 80px );
   		min-width: calc( 100% - 80px );
   		margin-left: 40px;
	}
	.t613__left{
        min-width: 200px;
        width: 200px;
    }
     .fs18.t613__title{
       font-size: 14px;
    }
    
    .hit-label {
	    left: 189px;
	}
	.t613__buttonwrapper {
	    padding: 5px;
	}
	.t613__title {
	   padding: 10px;
	}
	.hit-label {
		top: 14px;
	}
	.owl-item .image-popup {
     padding: 0;
	}
	
}

@media (max-width: 700px){
	.t613__wrapper{
	    padding-bottom: 30px;
	    padding: 15px 10px;
	}
	.hit {
        padding-top: 0px;
	}
	.t613__wrapper{
       padding: 15px 10px;
    }
}

@media (max-width: 600px){
	.t613__buttonwrapper .button{
	    min-width: 120px;
	}
}

@media (max-width: 500px){
	.t613__left{
        min-width: 100px;
        width: 100px;
    }
     .fs18.t613__title{
       font-size: 12px;
    }
    .t613__buttonwrapper .button {
	    min-width: 0px;
	    font-size: 12px;
	    padding: 5px 2px;
	}
	.t613__buttonwrapper{
	   padding: 0;
	}
	.t613__buttonwrapper .price .fs16-xs{
	   font-size: 12px;
	}
	.t613__title {
        padding: 1px;
    }
}

@media (max-width: 540px){
    .t613__buttonwrapper .button {
		min-width: 60px;
	    font-size: 12px;
	    padding: 3px 1px;
	}
}
/* Hardcore code */

 .js-change-tarif{
  overflow:hidden;
 }
.t613__middle .t613__col.orange-border-l, 
.t613__bottom .t613__col.orange-border-l,
.orange-border-l{border-left: 0px #ff6c00 solid;position: relative;overflow: initial;}
.orange-border-l::before{
        content: " ";
    display: block;
    position: absolute;
    width: 3px;
    height: 100%;
    height: 500px;
    background: #ff6c00;
    left: 0px;
    top: 0px;
}
.t613__middle .t613__col.orange-border-r,
.t613__bottom .t613__col.orange-border-r,
.orange-border-r{/* border-right: 0px #ff6c00 solid; */position: relative;overflow: initial;}
.orange-border-r::after{
     content: " ";
    display: block;
    position: absolute;
    width: 3px;
    height: 100%;
    height: 500px;
    background: #ff6c00;
    right: 0px;
    top: 0px;
}

.owl-stage-outer {
	z-index: 1;
}

#slider-content .image-popup:before {
    content: none;
}
}
/* End */


/* Start:/include/for_pages/tarif_table_sevrice_page.css?16535697582992*/
.block-add-services__title {
    padding-top: 80px;
}

.block-add-services__subtext {
    margin-bottom: 35px;
    font-size: 22px;
}

.block-add-services__services a:hover
{
	text-decoration:none;
}
/*TODO*/
.block-add-service {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 17px 15px 20px;
   
    border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px 0;
    color: #000;
    background-color: #fff;
}
/*TODO*/
.block-add-service::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*TODO*/
.block-add-service:hover::before {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 10px 10px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 10px 0;
}
/*TODO*/
.block-add-service.block-add-service--not_hover:hover::before {
   -webkit-box-shadow: none;
    box-shadow: none;
}
/*.block-add-service:hover .block-add-service__title {
    border-bottom: 2px solid;
}*/

.block-add-service__label{
    padding: 4px 11px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 38px;
    color: #fff;
    font-size: 12px;
    background: #FD2929;
    border-radius: 5px 0px 0px 5px;
    line-height: 100%;
    
}

/*TODO*/
.block-add-service__t-d {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 20px;
}
/*TODO*/
.block-add-service__title {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    color:#333;
    //border-bottom: 2px solid transparent;
}
/*TODO*/
.block-add-service__subtitle{
    color: #ff6c00;
    font-weight: 700;
}
/*TODO*/
.block-add-service__images{
    //float:left;
    width:70px;
    height:70px;
}
/*TODO*/

.block-add-service__desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    clear:left;
}
/*TODO*/

.block-add-service__link {
    /*position: absolute;*/
    /*bottom: 20px;*/
    /*left: 25px;*/
    /*right: 30px;*/
    padding: 0 20px 0 15px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-align: left;
    color: #ff8562;
    background: transparent;
    border: none;
    outline: none;
}
/*TODO*/
.block-add-service__link::after{
    content: '\2192';
    margin-left: 5px;
}
@media (max-width: 1260px){	
	.block-add-service__label {
        display: none;
    }
}
@media (max-width: 991px) {
	 .block-add-services__services.flex{
        display: block;
        
    }
    .block-add-services__services > .flex-col-1:not(:last-child){
        margin-bottom: 40px;
    }
    .block-add-services__services .w33{
        width: 100%;
    }
    
}
/* End */


/* Start:/local/templates/main/components/bitrix/form.result.new/footer-callback2/style.css?17708944193525*/

div#callback { /*background: #0a0c0d;*/
    background-image: url(/images/clouds-footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
}
    div#callback .container { padding-bottom: 80px; }

#callback h2 { color: #fff; } 

#callback .callback-container { position: relative; display: inline-block; text-align: left; height: 100%; width: 100%; box-sizing: border-box; }

#callback .callback-block-left { color: #fff;max-width: 310px; margin: 0 auto; }
    #callback .callback-block-left .callback-container { max-width: 280px; min-width: 280px; margin: 0 auto;}
    #callback .callback-phone .tel { display: block; letter-spacing: 1px; font-weight: bold; font-size: 20px; margin-bottom: 5px; }
    
    #callback .callback-email { position: relative; padding: 15px 0px; padding-left: 40px; }
    #callback .callback-email:before,
	#callback .callback-skype:before
	{ 
		content: ""; 
		display: block; 
		position: absolute;
		left: 0px;
		height: 34px; 
		width: 34px; 
		background: url(/images/icons/callback-icons.png) no-repeat;  
		top: 11px;
	}
	
	#callback .callback-skype:before
	{ 
		background-position: 0px -39px;
	}
	#callback .callback-white-block{
	    padding: 8px;
	    margin-top: 10px;
	}
	#callback .callback-skype
	{
		position: relative;
		padding: 15px 0px;
		padding-left: 40px;
	}
	
	#callback .callback-email > a,
	#callback .callback-skype > a
	{ 
		font-size: 16px;
		font-weight: bold;
		color: #fff;
	}
		
	/*#callback .callback-phones { margin-top: 20px; }*/
    #callback .callback-phones .tel 
    {
	    font-size: 16px;
	    font-weight: bold;
	    
    }
    #callback .tel{
    	color: #fff;
	    white-space: nowrap;
    }
    
/*#callback .callback-block-right { width: 100%; }*/
    #callback .callback-block-right .callback-container { text-align: justify; }

#callback .callback-form .callback-input-name, #callback .callback-form .callback-input-email, #callback .callback-form .callback-input-phone { display: inline-block; margin-top: 0px; }
#callback .callback-form .callback-input-email { /*float: right; */}
	
	#callback .callback-form .callback-input.callback-input-text { width: 100%; margin-top: 20px; }
	#callback .callback-form .callback-input.callback-input-text textarea { min-height: 150px; }
	#callback .callback-form .button { margin-top: 20px; }
	
	#callback .callback-form div.e-input.e-input_focusin > label { color: #fff; }
	#callback .callback-form div.e-input.e-input_filled > label { color: #fff; }
	

@media screen and (min-width: 1000px) {
	#callback .callback-form .callback-input-text { margin-top: 20px; }
}

@media screen and (max-width: 1000px) {
	#callback .callback-form .e-input { width: 100%; float: none; margin-bottom: 20px; }
	#callback .callback-form .callback-input-text { margin: 0; }
}

#callback .callback-form label.form-checkbox-label:hover{ color:white;}
#callback .callback-form label.form-checkbox-label{
    color: white;
    font-size: 12px;
	cursor: pointer;
}
#callback .callback-form label.form-checkbox-label a{
	text-decoration: underline;
	color:white;
}
#callback .callback-form label.form-checkbox-label a:hover{
    color: #3194e7;
}

#callback .callback-form .footer-callback-grid {
	display: grid;
	grid-template-columns: 1fr auto;
}

@media screen and (max-width: 1000px){
	#callback .callback-form .footer-callback-grid{
		grid-template-columns: 1fr;
	}
}
/* End */
/* /1c-sparkriski/style.css?17847164286985 */
/* /include/for_pages/tarif_table_sevrice_page.css?16535697582992 */
/* /local/templates/main/components/bitrix/form.result.new/footer-callback2/style.css?17708944193525 */
