section,
p,
span,
.lead {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family:Open Sans, Arial, sans-serif;
}

.lead {
  font-weight: 300 !important;
}

.animate, .as-accordion-close {
  transition: transform 0.5s ease-out;
}

div.accordion {
    position: relative;
    padding: 0;
    background-color: transparent;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    margin-top: -1px;
}
div.accordion:last-child {
  border-bottom: 1px solid #f1f1f1;
}
div.accordion:last-child {
  border-bottom: 1px solid #f7f7f7 !important;
}
section#faq.accordion:nth-last-child(1) {
	border-bottom:none;
}
section#faq.accordion {
    border-top: none;
}
.as-accordion-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    width: 100%;
    padding: 0 0 3px 0;
    cursor: pointer;
}
.as-accordion-head:hover {
	background-color:#f7f7f7;
	color: #0070c9;
}

.as-accordion-title {
    display: block;
    padding: 10px 0 5px 15px;
    background-color: transparent;
    text-decoration: none;
    font-family: Open Sans, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #202020;
    transition: background-color 0.5s ease-in-out;
    letter-spacing: -0.02em;
    text-align: left;
}

.as-accordion-head:hover .as-accordion-title  {
	color:#455797;
}

.as-accordion-close {
    float: right;	
    width: 14px;
    height: 14px;	
	margin: 5px 15px 0 15px;
    background-image: url('img/arrow-bottom.svg');
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	font-size: 50px;
    font-weight: 100;
    line-height: 0;	
}
.as-accordion-close.open {
    transform: translateX(0px) translateY(0px) rotate(180deg) scale(1);
}
.as-accordion-head:hover .as-accordion-close {
    float: right;	
    width: 14px;
    height: 14px;	
	margin: 5px 15px 0 15px;
    background-image: url('img/bottom-arrow-blue.svg');
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	font-size: 50px;
    font-weight: 100;
    line-height: 0;		
}
.as-accordion-collapse {
	display: none;
    padding-bottom: 5px;
}
.answer-block {
    display: block;
    padding: 0;
}
.accordion .answer-block p {
    max-width: 100%;
    padding: 15px 15px 8px 15px;
    font-size: 14px;
    line-height: 1.45em;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5em;
    color: #111;
}
.accordion .accordion p:first-child:before {
	content: "Ответ:";
    display: block;
    margin: 0 0 5px 0;
    font-size: 15px;
    font-weight: 400;
    color: #666;
}
section#faq h2 {
    margin: 0;
    padding-bottom: 1.05em;
    font-size: 32px;
    font-weight: normal;
    text-align: center;
}
section#faq article.faq h4 {
    padding: 5px 0 0 0;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
}
section#faq article.faq {
    max-width: 650px;
    margin: 0 auto 5px auto;
    padding: 20px 30px 20px 20px;	
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
}
section#faq article.faq p.answer:before {
	content: "Answer:";
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #666;
}
section#faq article.faq p.answer {
    display: block;
    margin-bottom: 0;
    padding-top: 10px;
	padding-bottom: 0px;
    font-size: 17px;
    line-height: 1.45em;
}
section#faq a.btn {
    display: block;
    max-width: 260px;
    margin: 40px auto;
    padding-left: 0;	
    padding-right: 0;	
    font-size: 20px;
    font-weight: normal;	
    line-height: 1.7em;
    text-align: center;
}
section#faq a.btn:hover {
    background: transparent;
    border: 2px solid #0a75c7;
    color: #0a75c7;
    text-decoration: none;
}
@media (max-width:650px) {
	section#faq {
		width: calc(100% + 40px);
		margin: 0 -20px 0 -20px;
	}
	section#faq article.faq {
		display: block;		
		max-width: 100%;
		margin: 15px 15px -15px 15px;
	}
	section#faq article:first-child {
		margin-top:15px;
	}
    .accordion .answer-block p {
        max-width: 100%;
        margin: 0;
        padding: 10px 15px 8px 15px;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.5em;
        color: #111;
    }
}
@media (min-width:650px) {
    .accordion {
        display: block;
        width: 100%;
        margin: 0;
    }
	.accordion dd.accordion-content.accordionItem.is-expanded.animateIn p {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 0;
		padding-bottom: 10px;
		font-size: 15px;
		font-weight: normal;
		line-height: 1.5em;
		color: #111;
	}
}