.faq {
	padding-top: 20px;
}

.faq .title {
	font-weight: 500;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 36px;
    position: relative;
    text-align: center;
    padding: 0 12.5%;
    margin-bottom: 85px;
}

.faq .subtitle {
	font-weight: normal;
    font-size: 26px;
    line-height: 36px;
    position: relative;
    text-align: center;
    padding: 0 12.5%;
    margin-bottom: 25px;
}

.faq .no-info {
	font-size: 19px;
    font-weight: normal;
	color: #aaaaaa;
	padding: 30px;
    background: #f0f0f0;
}

.faq .row .question svg {
	width: 15px;
	fill: #a2a2a2;
	transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;	
}

.faq .row .question {
	line-height: 0;
	font-size: 0;
	text-align: justify;
	padding: 19px 19px;
	transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	cursor: pointer;
	border-top: 1px solid #d1d1d1;
	padding-left: 0;
	border-bottom: 1px solid #d1d1d1;
    margin-bottom: -1px;
}

.faq .row .question:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 0;
}

.faq .row.active .question,
.faq .row .question:hover {color: #0063ae;}

.faq .row.active .question svg,
.faq .row .question:hover svg {
	transform: rotate(180deg);
}

.faq .row .question .left-side,
.faq .row .question .right-side {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.faq .row .question .right-side i {
	font-size: 30px;
	color: #0063ae;
}


.faq .row.active .question .right-side i:before {
	content: '\ecf4';	
}

.faq .row .question .left-side {
	font-size: 2rem;
	line-height: 1.5;
	color: #313131;
	max-width: 90%;
	font-weight: bold;
	transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}

.faq .row .question:hover .left-side {
	color: #0063ae;
}

.faq .row .answer {
	font-size: 1.6rem;
	line-height: 23px;
	color: #313131;
	padding-left: 17px;
	padding-right: 40px;
	padding: 40px;
	background: #f5f5f5;
    border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
    margin-bottom: -1px;
}

.faq .row .answer p {
	color: #313131;
}

.corner-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.corner-wrapper .corner {
	width: 20%;
	padding: 20px 20px;
	position: relative;
	margin: auto;
}

.corner-wrapper .corner img {
	width: 100%;
	height: auto;
	transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}

.corner-wrapper .corner img:hover  {
	transform: scale(1.05);
}

.corner-wrapper .aneks img {
	width: 100%;
	height: auto;
	transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}

.corner-wrapper .aneks img:hover  {
	transform: scale(1.05);
}

.corner-wrapper .corner .tome-name {
	text-align: center;
    font-size: 2rem;
    color: #3d3d3d;
}
.corner-wrapper .aneks .tome-name {
	text-align: center;
    font-size: 2rem;
    color: #3d3d3d;
}

.btn-wrapper {
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-group {
    width: 90%;
    text-align: center;
	opacity: 0;
	transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
}

.corner-wrapper .corner:hover .btn-group {
	opacity: 1;
}

.corner-wrapper .aneks:hover .btn-group {
	opacity: 1;
}

.btn-group .BTN {
	margin: 10px 0;
	font-size: 1.6rem;
}

.aneks
{
	width: 20%;
	padding: 20px 20px;
	position: relative;
	margin: auto;
	text-align: center;
}

.aneks.first
{
	margin-left: auto;
	margin-right: 0;
}
.aneks.second
{
	margin-right: auto;
	margin-left: 0;
}
@media all and (max-width: 1024px){
	.corner-wrapper .corner
	{
		width: 30%;
	}
	.corner-wrapper .aneks
	{
		width: 30%;
	}
	.corner-wrapper .aneks.first
	{
		margin-left: auto;
		margin-right: auto;
	}
	.corner-wrapper .aneks.second
	{
		margin-left: auto;
		margin-right: auto;
	}

}

@media all and (max-width: 768px){
	.faq .row .answer {
		padding: 10px;
	}
	
	.faq .row .answer h1,
	.faq .row .answer li,
	.faq .row .answer p {
		text-align: left !important;
	}
	
	.corner-wrapper .corner {
		width: 50%;
	}
	
	.corner-wrapper .corner .btn-group {
		opacity: 1;
	}
	.corner-wrapper .aneks
	{
		width: 50%;
	}
	.corner-wrapper .aneks .btn-group {
		opacity: 1;
	}
}

@media all and (max-width: 620px){
	.corner-wrapper .corner {
		width: 100%;
	}
	.corner-wrapper .aneks
	{
		width: 100%;
	}
}