

/* Start:/bitrix/templates/2022-08-16/components/bitrix/news.list/prodBAS/style.css?17678708953740*/
/**************************************
Services Section CSS
 *************************************/
.services-section .section-title {
	margin-bottom: 35px;
}

.single-services-item {
	position: relative;
	z-index: 1;
	display: block;
	padding: 35px 30px;
	text-align: center;
	border-radius: 10px;
	background-color: #ffffff;
	margin-top: 30px;
	overflow: hidden;
	-webkit-box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
    -moz-box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
    box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.services-icon {
    display: inline-block;
	height: 160px;
    margin-bottom: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    will-change: transform;
}
.services-icon img{
max-height: 180px;
}
/* .services-icon i {
    color: #f15924;
    font-size: 70px;
    line-height: 70px;
    display: block;
    margin: auto;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
} */

.single-services-item h2 {
	font-size: 18px;
    font-weight: 600;
	margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.single-services-item h2 a {
	display: inline-block;
}

.single-services-item p {
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.single-services-item .services-btn-link {
	margin-top: 16px;
}

.single-services-item .services-btn-link .services-link {
    display: inline-block;
    font-size: 16px;
    color: #f15924;
    letter-spacing: 0.5px;
    font-weight: 600;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    text-decoration: underline;
    background: #484646;
}

.single-services-item:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.single-services-item:hover .services-icon i {
    /* background: #fff; */
    color: #fff;
}
.single-services-item:hover h2 {
	color: #fff;
}
.single-services-item .price {
	color: #d54513;
}
.single-services-item:hover .price {
	color: #fff;
}
.single-services-item:hover .services-btn-link .services-link {
	color: #fff;
}
.default-btn.CT_BNL_BUY{
	background-image: linear-gradient(177deg, #48ef93 0%, green 100%);
}
.default-btn.CT_BNL_PRESENTATION:hover{
	color: #601717;
	background-image: linear-gradient(177deg, #ffc8b2 0%, #d13c08 100%);
}
.default-btn.CT_BNL_BUY:hover{
	background-image: linear-gradient(177deg, #7fff6a 0%, green 100%);
	color: #601717;
}
.single-services-item .default-btn{
	min-width: 80%;
}
.single-services-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-image: linear-gradient(177deg, #f15924 0%, #d54513 100%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
}
.single-services-item.active:before, .single-services-item:hover:before {
    opacity: 1;
}
.single-services-item.active .services-icon i {
    /* background: #fff; */
    color: #fff;
}

.single-services-item.active h2 {
	color: #fff;
}
.single-services-item.active p {
	color: #fff;
}
.single-services-item.active .services-btn-link .services-link {
	color: #fff;
}
.single-services-item.active .default-btn{
	background-image: linear-gradient(177deg, #fff 0%, #fff 100%);
	color: #f15924;
}

.services-section .area_text {
    height: 210px;
    display: block;
    overflow: hidden;
}
.area_text .anons {
    text-align: left;
}
.area_text h2 {
    margin: 10px 5px;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/form.result.new/fortpolicy1/style.css?16676856003991*/
/*.ie-gradient-ask-form {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 );
}

.input-captha input {
	width:66px;
}
#fort-ask-bg {
position: fixed;
background:rgba(0,0,0,0.5);
top:0; left:0; width:100%; height:100%; min-height:100%; 
display:none;
}
#fort-ask-wrapper, #fort-presentation-wrapper {
position: absolute;
background:none;
top:0; left:0; width:100%; height:100%; min-height:100%; 
display:none;
}
.hide-ask-form{
	cursor: pointer;
	font-size: 18px;
	position: absolute;
	right: 15px;
	top: 7px;
	z-index:600;
}
.fort-ask-form {
	position:relative;
	margin: 0px auto;
	border-radius:15px;
	font: 14px/1.5em verdana,arial,sans-serif;
	color:#000;
	overflow: auto;
width: 650px;
height: auto;
	background:#FFF;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 75%, rgba(225,225,225,1) 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(225,225,225,1))) !important;
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 75%,rgba(225,225,225,1) 100%) !important;
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 75%,rgba(225,225,225,1) 100%) !important;
	background: linear-gradient(top,  rgba(255,255,255,1) 75%,rgba(225,225,225,1) 100%) !important;
}
.ie-gradient-ask-form {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 );
}
.fort-ask-form input, .fort-ask-form textarea, .input-captha input {
	display:inline-block;
	border-radius:5px;
}
.fort-ask-form textarea {
	resize:vertical;
	height:10em;
}
.input-captha input {
	width:66px;
}
.popup-title {
	padding: 10px 5px 10px 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
    position: relative;
    background: transparent linear-gradient(to bottom, #ff6000 0%, #ff9700 100%) repeat scroll 0% 0%;
}
.fort-ask-form .question {
    padding: 0 15px;
}
.fort-ask-form input, .fort-ask-form textarea, .input-captha input {
	width:auto;
	height:auto;
}
.fort-ask-form .question .add-ques {
position: relative;
float: left;
margin: 0;
padding: 10px;
}
input, textarea
{
border:1px solid #A4A2A6;
background: rgb(255, 255, 192) none repeat scroll 0% 0%;
font: 14px/28px verdana,arial,sans-serif;
vertical-align: top;
border-radius: 3px;
padding: 0px 10px;
}
.question form table {
    position: relative;
    width: 100%;
    float: left;
    text-align: left;
}
#ques1 input.inputtext {
    width: 372px;
}
#ques2 input.inputtext {
    width: 150px;
}
#ques3 textarea.inputtextarea {
    width: 572px;
}
.button-submit input:nth-child(1)
{
color: #7E4A00;
text-shadow: none;
border: 1px solid #BD9114;
box-shadow: 0px -3px 0px 0px #CFA51F inset, 0px 0px 1px 2px rgba(255, 255, 255, 0.1) inset;
background: transparent linear-gradient(to bottom, #FFB619 0%, #FFD52B 100%) repeat scroll 0% 0%;
}
.button-submit input:nth-child(1):hover, .button-submit input:nth-child(1):focus {
    color: #7B4800;
    box-shadow: 0px -3px 0px 0px #CFA61F inset, 0px 0px 1px 2px rgba(255, 255, 255, 0.1) inset;
    background: transparent linear-gradient(to bottom, #FFDB24 0%, #FFEA3F 100%) repeat scroll 0% 0%;
}
*/
/******** masc telefon  

#user_phone:focus {
	outline: none;
	border-color: #363636;
}
input#user_phone:-moz-placeholder {
	color: #363636;
}
input#user_phone::-webkit-input-placeholder {
	color: #363636;
}

.btn_submit {
	height: 30px;
	position: absolute;
	top: 5px;
	right: 5px;
	background: #363636;
	color: #fff;
	border: none;
	width: 120px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.btn_submit.disabled {
	color: #363636;
	background: #ccc;
}
  

.user_phone {
	position: relative;
}
.user_phone:before {
	//content: "+3";
	display: block;
	height: 40px;
	color: #363636;
	position: absolute;
	top: 1px;
    	left: 11px;
    	font: 14px/28px verdana,arial,sans-serif;
}
              end masc telefon */


/* End */
/* /bitrix/templates/2022-08-16/components/bitrix/news.list/prodBAS/style.css?17678708953740 */
/* /bitrix/templates/.default/components/bitrix/form.result.new/fortpolicy1/style.css?16676856003991 */
