

/* Start:/local/templates/main_webidea/components/bitrix/news.list/faq/style.css?1786343392387*/
.Faq_item {
  margin-bottom: 15px;
}

.Faq_item:last-child {
  margin-bottom: 0;
}

.Faq_header {
  font: 16px 'OpenSansSemiBold';
  color: #333333;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.Faq_header:hover {
  color: #1c6db3;
}

.Faq_answer {
  font: 15px 'OpenSansRegular';
  color: #333333;
  padding-left: 20px;
  display: none;
}


/* End */


/* Start:/local/components/webidea/callback/templates/message/style.css?17335627374351*/
.status-mess-sto{
	font-family: "OpenSansRegular";
	color: white;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	display: block;
	text-align: center;
	border-radius: 10px;
	padding: 5px 20px;
	opacity: 0.8;
	margin-bottom: 10px;
}
.call-wrap{
	font-size: 14px;
	line-height: 1.5;
	background-color: #fff;
	background-image: url(/local/components/webidea/callback/templates/message/img/bg.png);
	background-repeat: repeat;
	width: 30%;
	max-width: 424px;
	padding: 95px 20px 40px 20px;
	top: 100px;
	margin: 20px 35%;
	z-index: 205;
}

.call-wrap .title:after{
	content: '';
    display:block; 
    background-image:url(/local/components/webidea/callback/templates/message/img/cr.png);
    background-repeat:no-repeat;
    width:23px;
    height:23px;
    position:absolute;
    right:0px;
    top:80px;
}


.call-wrap .title:before{
	content: '';
    display:block; 
    background-image:url(/local/components/webidea/callback/templates/message/img/cl.png);
    background-repeat:no-repeat;
    width:23px;
    height:23px;
    position:absolute;
    left:0px;
    top:80px;
}


.call-wrap:before{
	content: '';
    display:block; 
    background-image:url(/local/components/webidea/callback/templates/message/img/logo.png);
    background-repeat:no-repeat;
    width:176px;
    height:116px;
    position:absolute;
    left:-8px;
    top:-83px;
}

.call-wrap .block-width{
	text-align: center;
	margin: 0px 2%;
	width: 96%;
}

.call-wrap .info{
	display: block;
	margin-top: 35px;
	margin-bottom: 35px;
	
	color: #514e4d;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
}

.call-wrap input[type="text"]{
	background-color: #fafafa;
	max-width: 100%;
	font-size: 17px;
	border: 0px solid #ccc;
	border-bottom: 1px solid #7b6cc4;
    padding: 10px 15px;
    width:100%; 
    max-width: 270px;
    margin:0px auto 30px;   
}

.call-wrap .line.block-width{
	margin-bottom: 10px;
}

.call-wrap label{
	display: block;
	font-weight: normal;
	margin-bottom: 2px;
	width:100%;
}

.call-wrap .title{
	position: absolute;
	left: -23px;
	top: 20px;
	background-image: url(/local/components/webidea/callback/templates/message/img/title.png);
	padding: 10px 0px 0px 15px; 
	margin: 0px;
	width: 470px;
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	color: #fbfbfb;
	font-family: "Open Sans";
	
}

.call-wrap .title h2{
	display: block;
	margin: 0px;
	color: #fbfbfb;
	font-family: "Open Sans";
	font-size: 24px;
	font-weight: 600;
	line-height: 50px;
}

.call-wrap .buttons-wrap{
	display: block;
	text-align: center;
	margin-top: 10px;
}

.call-wrap .buttons-wrap a.send{
display: block;
text-decoration: none;
color:#fff;	
width: 270px;
margin: 0px auto;
height: 50px;
line-height: 50px;
background-color: #df700a;
box-shadow: -8.2px 7.4px 18px rgba(13, 13, 13, 0.25);
text-shadow: -7.4px 6.7px 10px rgba(13, 13, 13, 0.2);
color: white;
font-family: "Open Sans";
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
}

.call-wrap .buttons-wrap a.send:hover{
	background-color: #f79842;	
}

.call-wrap .buttons-wrap a.cancel{
	display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 16px;
    color: #222;
}

.call-wrap .close{
	opacity: 1;
	display:block; 
    background-image:url(/local/components/webidea/callback/templates/message/img/close.png);
    background-repeat:no-repeat;
    width:24px;
    height:24px;
    position:absolute;
    right:14px;
    top:14px;
    z-index: 25;
}

.call-wrap .close:hover{
	cursor: pointer;
    opacity: 0.8;
    transform: rotate(180deg);
    transition: all 0.7s ease 0s;
}

#call-err{
	font-size: 14px;
	color: #ff4242;
}

@media only screen and (min-width : 200px) and (max-width : 480px) {
	 /* smartphones, iPhone, portrait 480x320 phones */ 
	 .call-wrap{
		padding: 70px 10px 30px;

	 }
	 
	 .call-wrap input[type="text"]{
	 	padding: 5px 10px;
	 }

	.call-wrap .title{
		width: calc(100% + 46px);
	}

	.call-wrap .title h2{
		font-size: 20px;
	}
		
}

@media only screen and (min-width : 600px) and (max-width : 700px) {
	 /* smartphones, iPhone, portrait 480x320 phones */ 
	 .call-wrap{
		padding: 70px 10px 30px;
		width: 70%;
		margin: 20px 15%;
	 }
	 	 
		
}

@media only screen and (min-width : 700px) and (max-width : 1060px) {
	 /* smartphones, iPhone, portrait 480x320 phones */ 
	 .call-wrap{
		padding: 70px 10px 30px;
		width: 60%;
		margin: 20px 20%;
	 }
}
@media only screen and (min-width : 1060px) and (max-width: 1420px) {
	.call-wrap{
		width: 40%;
		margin: 20px 30%;
	}
}
@media only screen and (min-width : 200px) and (max-width: 600px) {
	.call-wrap{
		width: 90%;
		margin: 20px 5%;
		max-width: 424px;
	}
}

/* End */
/* /local/templates/main_webidea/components/bitrix/news.list/faq/style.css?1786343392387 */
/* /local/components/webidea/callback/templates/message/style.css?17335627374351 */
