.top-block-c{
	padding: 80px 0;
}


.btn{
    color: #0B022D;
    background: #D3B379;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    padding: 0 22px;
    width: max-content;
}

.col-doc{
	display: flex;
	justify-content: flex-end;
}


.fill-card .wrapper-checked{
	background: #f7f6f2;
}

#countries_pieces .title-checked{
	text-transform: uppercase;
	margin-bottom: 8px;
}
#countries_pieces .info-checked p:last-child{
	margin-bottom: 0;
}

@media(min-width: 768px){
	.r-m-r{
		display: flex;
		flex-direction: row-reverse;
	}
	.cl-sv{
		display: flex;
		align-items: center;
		padding-bottom: 50px;
	}
}



.i-section{
	padding: 50px 0;
	padding-bottom: 70px;
}
@media(min-width: 992px){
	.i-section{
		padding-bottom: 140px;
	}
}





.tx2{
	padding: 50px 0;
}
.tx3{
	padding: 50px 0;
}
@media(min-width: 992px){
	.tx2{
		padding: 65px 0;
	}
	.tx2 p:not(.fwt p){
		width: 700px;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}
	.tx3{
		padding: 120px 0;
	}
}

.tx2 ul{
	display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 32px;
    padding-left: 0;
}

.cim-3{
	display: flex;
	justify-content: flex-end;
}


.tx2 ul li{
	display: block;
	padding: 36px 44px 30px 66px;
	border: 1px solid #E3CEB6;
	border-radius: 6px;
    background: #fff;
    position: relative;
}

.tx2 ul li:before{
	content: '';
    display: block;
    position: absolute;
    left: 26px;
    top: 39px;
    right: auto;
    width: 20px;
    height: 20px;
    background: url(/assets/images/elements/ico-check.svg) center center no-repeat;
    z-index: 2;
}
@media(min-width: 992px){
	.tx2 ul{
		grid-template-columns: 1fr 1fr;
	}
	.tx2 ul li{
		padding: 40px 85px 40px 78px;
	}
	.tx2 ul li:before{
		left: 33px;
    top: 44px;
	}
}

.tx2 ul li strong{
	font-weight: 600;
	
	color: #0B022D;
}
.tx2 ul li strong:first-of-type{
	font-size: 18px;
	margin-bottom: 4px;
	display: inline-block;
}






/* blog */
.blog-card{
	display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
    background: #F7F6F2;
    height: 100%;
    padding-bottom: 32px;
    
}
.blog-card>span{
	display: block;
	padding-left: 32px;
	padding-right: 32px;
}
.blog-card .date{
	color: #9F8048;
    font-family: Forum, serif;
    font-size: 20px;
    margin-top: 30px;
}

.blog-card .title{
	font-weight: 600;
	color: #0B022D;
	font-size: 20px;
	margin-bottom: 16px;
}


.blog-card .l-btn{
	display: inline-flex !important;
	padding: 0 32px;
	border: 1px solid #BF9C5C33;
	border-radius: 8px;
	background: #FBFBFB;
	margin-top: 32px;
	height: 54px;
	align-items: center;
	color: #0B022D;
	font-weight: 500;
}


.blog-card .l-btn:hover{
	color: #0B022D;
	background: #D3B379;
	transition: all 0.3s;
}

.text-nr{
	width: 800px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}



/* pag */

.pagination-wrap {
    display: flex;
    justify-content: center;
    border-top: 1px solid #e9e9e9;
    padding-top: 18px;
    margin-bottom: 28px;
}
.pagination-wrap .pagelink,
.pagination-wrap .prevlink,
.pagination-wrap .nextlink {
    font-size: 14px;
    line-height: 1;
    color: #3c3c3c;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    margin: 0 8px;
}
.pagination-wrap .prevlink,
.pagination-wrap .nextlink {
    background-color: #c0a375;
}
.pagination-wrap .prevlink:before,
.pagination-wrap .nextlink:before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #fff;
    -webkit-mask: url(/assets/images/elements/CaretRight.svg) center center /
        contain no-repeat;
    mask: url(/assets/images/elements/CaretRight.svg) center center / contain
        no-repeat;
}
.pagination-wrap .prevlink {
    transform: rotate(-180deg);
}
.pagination-wrap .activepage {
    color: #c0a375;
    background-color: #f7f7f7;
}
.pagination-wrap .disabled {
    opacity: 0.2;
    pointer-events: none;
}
@media (min-width: 576px) {
    .pagination-wrap .pagelink,
    .pagination-wrap .prevlink,
    .pagination-wrap .nextlink {
        height: 38px;
        width: 38px;
    }
}



.blog-canvas{
	background: #F7F6F2;
	
}

@media(min-width: 992px){
	.blog-canvas{
		padding: 48px 100px;
	}
}
.blog-canvas .date{
	color: #9F8048;
    font-family: Forum, serif;
    font-size: 20px;
    margin-bottom: 30px;
}






















