@charset "utf-8";
/*common*/
body {width:100%; min-width:320px; height:100%; overflow-y:scroll; background:#E5E5E5;}
.wrap {width:100%; max-width:1024px; height:auto; margin:0 auto; box-sizing:border-box;}
section {position:relative; width:100%; padding: 0;}

/*intro header*/
header{position:relative; height:auto; border:0 none; background:transparent;}
header .wrap{width:100%; max-width:1024px;}
header h1{display:flex; align-items:center; position:absolute; top:0; bottom:0; left:0; right:0; width:90%; max-width:960px; height:64px; margin:0 auto;}

/*intro footer*/
footer{clear:both; position:fixed; bottom:0; width:100%; background:#262626;}
footer .wrap{background: #262626;padding: 20px 15px;text-align: center;}
footer p{padding: 0;font-size: 10px;color: #fff;}


/*intro section*/
section .wrap{width:90%;}
section h1{font-size: 24px;line-height: 1.4;margin: 60px 0 20px;}
section p{font-size: 16px;line-height: 1.4;}

.accordion_box{width:100%; min-height:18vh; margin:25px 0 80px; padding:5vh 0; border-top: 2px solid #05141F;}
.accordion_box li{position:relative; border-left:1px solid #D5D5D5; border-right:1px solid #D5D5D5; background: #fff;}
.accordion_tit{display: block;padding:15px 50px 15px 70px; border-bottom: 1px solid rgba(5, 20, 31, 0.2);  color: #131E29;font-size: 16px;line-height: 1.3;position: relative;background: #fff url('../images/i-plus.png') no-repeat 22px center;}
.I-accordion{position: absolute;left: 15px;top: 14px;}
.accordion{display:none; position:relative; justify-content: space-between; align-items:flex-start;}
.accordion:after{content:''; display:block; position:absolute; left:2%; bottom:0; width:96%; height:1px; background:rgba(5, 20, 31, 0.2);}
.accordion:last-child:after{display:none;}
.accordion .left_box{display:flex; width:60%; padding:20px; align-items:center;}
.accordion .left_box span{display:block; font-size:18px; line-height:1.3; word-break:break-word;}
.accordion .left_box img{width:auto; height:30px; margin-right:16px;}
.accordion .right_box{display:flex; width:40%;  padding-top:20px; align-items:center; flex-wrap:wrap;}
.accordion .right_box li{width:100%; padding-bottom:20px; border:none; line-height:1.8; text-align:center; font-size:16px;}

.accordion_box .on .accordion_tit{color:#fff; background: #BB162B url('../images/i-minus.png') no-repeat 30px center; }
.accordion_box .on .accordion_tit:after{content:''; display:block; position:absolute; left:0; bottom:0; width:100%; height:4px; background: #800010;}
.accordion_box .on .accordion{display:flex; border-left:1px solid #BB162B; border-right:1px solid #BB162B;}
.accordion_box .on{border-bottom:1px solid #BB162B;}

.rtl .accordion_tit{padding:15px 70px 15px 50px; background: #fff url('../images/i-plus.png') no-repeat calc(100% - 22px) center;}
.rtl .accordion_box .on .accordion_tit{background: #BB162B url('../images/i-minus.png') no-repeat calc(100% - 30px) center;}
.rtl .accordion .left_box img{margin-left:16px; margin-right:0;}

@media screen and (min-width:500px) {
	.accordion .left_box{width:50%;}
	.accordion .right_box{width:50%;}
	.accordion .right_box li{width:50%}
}

@media screen and (min-width:768px) {
	footer{position: inherit;}
	footer .wrap{padding: 34px 0;}
	footer p{font-size: 12px;}

	header .wrap{width:90%;}
	header h1{width:94%; height:79px;}
	
	section h1{font-size: 36px;}
	section p{font-size: 20px;}

	.accordion_tit{font-size:18px;}
	.accordion .left_box{width:40%; padding:30px 25px;}
	.accordion .left_box span{font-size:22px;}
	.accordion .right_box{width:60%; padding-top:30px}
	.accordion .right_box li{width:25%; font-size:18px;}
}

@media screen and (min-width:1024px) {
	.accordion .left_box{width:30%;}
	.accordion .right_box{width:70%;}
}

[data-language="Ukrainian"] .cover_list p{font-weight:bold; font-family: 'Noto', sans-serif;}