@charset utf-8;
/*--
	Theme Name: Theme logodownload
	Theme URI: http://logodownload.net/
	Description: A theme for Wordpress 3.1+ 
	Author: logodownload
	Author URL: http://logodownload.net
--*/

/* General
---------------------------------------- */
html{
	min-height: 100%;
	position: relative;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}


body{	
	background: url(img/bg.svg) center top no-repeat;
	font-family:-apple-system,blinkmacsystemfont,segoe ui,roboto,helvetica,ubuntu,cantarell,arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
	font-weight:300;
	font-size:14px;
}

body.home {	
	/*background: url(img/bg_home.svg) center top no-repeat;*/
	background: url(img/bg.svg) center top no-repeat;
	/*background:linear-gradient(105deg, #fffdfd 26.01%, #c3e6f7 88.56%);*/
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	font-family:-apple-system,blinkmacsystemfont,segoe ui,roboto,helvetica,ubuntu,cantarell,arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
    font-weight:400;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}

.image_png{
	padding: 30px;
	background: url(img/bg_png.png);
	border-radius: 30px;
	filter: drop-shadow(0px 1px 0px #DAE4ED) drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.08));
}

.image_png img{
	width: 100%;
    height: auto;
}



.logoList{
	display: table;
    width: 100%;
    font-size: 0;
}
.logoList .logoList-item{
	display: inline-block;
    vertical-align: top;
    width: 16.66%;
	/*width:12.48%;*/
    padding: 5px;
}
.home .logoList .logoList-item{
    width: 16.66%;
}

.logoList .logoList-item .item-wrap{
	background-color: #fff;
    color: #fff;
    padding-top: 100%;
    position: relative;
}

.logoList .logoList-item .item-wrap .link_image{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
	z-index: 11;
}

.logoList .logoList-item .item-wrap .link_image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	width: auto;
    /*height: 100%;*/
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 5px;
    -o-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.logoList .logoList-item .item-wrap .link_image:hover img {
    /*opacity: .75;*/
	transform: scale(1.1);
	transition: .5s;
}


.img-list .list-item .block:hover img,
.rel-list .list-item .block:hover img {
    transform: scale(1.1);
	transition: .5s;
}

.image_detail a:hover img {
    transform: scale(1.1);
	transition: .5s;
}



.fileInWr{
	position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-transition: visibility .2s, opacity .2s ease-in-out;
    -webkit-transition: visibility .2s, opacity .2s ease-in-out; 
    transition: visibility .2s, opacity .2s ease-in-out; 
    pointer-events: none;
	z-index: 0;
}
.fileFormatWr{
	position: absolute;
    bottom: 7px;
    left: 0;
    font-size: 12px;
    text-align: center;
    max-width: 100%;
    pointer-events: none;
}




.rel-list .fileFormatWr .logoFormat {
    min-width: 40px;
    padding: 4px 5px;
    margin: 0 60px 0 8px;
    background-color: rgba(8, 25, 43, .5);
    -o-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-transform: lowercase;
}

.logoList .logoList-item:hover .logoFormat {
    background-color: rgba(0, 0, 0, 0);
}
.logoList .logoList-item .logoFormat {
    min-width: 40px;
    padding: 4px 5px;
    margin: 0 60px 0 8px;
    background-color: rgba(8, 25, 43, .5);
    -o-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-transform: lowercase;
}

@media (hover: hover) {
    .logoList .logoList-item:hover .fileInWr {
        opacity: 1;
        visibility: visible;
    }
}

.fileInWr:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-image: -moz-linear-gradient(0deg, rgba(8, 25, 43, .85), rgba(0, 0, 0, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(8, 25, 43, .85), rgba(0, 0, 0, 0));
    background-image: linear-gradient(0deg, rgba(8, 25, 43, .85), rgba(0, 0, 0, 0));
}

.list .image_png{
	padding: 20px;
	background: url(img/bg_png.png);
	border-radius: 20px;
	filter: drop-shadow(0px 1px 0px #DAE4ED) drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.08));
}

.list .image_png img{
	width: 100%;
    height: auto;
}


.list .link{	
    font-family:-apple-system,blinkmacsystemfont,segoe ui,roboto,helvetica,ubuntu,cantarell,arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	color: #282F38;
	display: block;
	padding: 10px;
}

@media (max-width: 768px) {
	.list .link{
		margin-top: 10px;
	}
}

.f_width{
    font-family:-apple-system,blinkmacsystemfont,segoe ui,roboto,helvetica,ubuntu,cantarell,arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-align: center;

	color: #89A1BE;

	padding: 5px 10px;

	height: 28px;

	background: #FFFFFF;
	border-radius: 44px;

	float: left;
}

.f_size{
    font-family:-apple-system,blinkmacsystemfont,segoe ui,roboto,helvetica,ubuntu,cantarell,arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-align: center;

	color: #89A1BE;

	padding: 5px 10px;

	height: 28px;

	background: #FFFFFF;
	border-radius: 44px;
	float:right;
}

.title_img{	
    font-family:-apple-system,blinkmacsystemfont,segoe ui,roboto,helvetica,ubuntu,cantarell,arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: #294C75;
}

.TitleText{
	font-size: 16px;
	font-weight:400;
    color: #8c8c8c;
    padding: 0 0 10px 1px;
}

@media (max-width: 768px) {
	.title_img{
		font-size: 22px;
		line-height:normal;
	}
	.TitleText{
		font-size: 12px;
	}
}

.right_adslogo, .ads_left, .expCenterAds {
    overflow: hidden;
}

.right_adslogo{
	float: right;
	text-align: center;
}

.expCenterAds {
	width: 100%;
	text-align: center;
}

.image_wrap{
	margin-right: 346px;
	float: none;
    /*padding-top: 15px;*/
    height: 295px;
}

@media (max-width: 940px) {
    .image_wrap{
        margin-right: 0;
    }
}

.image_detail{
	display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #e5e5e5;
	/*background: url(img/grid_transparent.png);*/
}

@media (max-width: 768px) {
	.image_detail{
		width: 100%;
	}	
	.right_adslogo{
		float: none;
		text-align: center;
	}
	.ads_left{		
		text-align: center;
	}
}

.image_detail img {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	width: auto;
    height: 100%;
    max-width: 100%;
    max-height: none;
    margin: auto;
    padding: 5px;
}

.informationBlock{
	padding: 5px 0;
    border-top: 3px solid #f2f1f1;
    color: #8c8c8c;
    font-weight: 500;
    background: #f6f6f6;
    /*height: 100%;*/
    min-height: 150px;
	box-shadow: 0px -5px 25px rgb(231 231 231 / 35%), 0px 2px 0px #fbfbfb, 0px 15px 50px #d3d3d37d;
}

.tags{
	overflow: hidden;
}
.tags span{
	margin-right: 10px;
}

.tags a{
	display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 5px;
    color: #8c8c8c;
    border: 1px solid #e8e8e8;
    white-space: nowrap;
	margin-right: 7px;
	margin-bottom: 7px;
}

.tags a:last-child(){
	margin-right: 0px;
}

.tags a:hover{
	border-color: #d6d6d6;
    color: #232323;
}


.file_info{
	position: relative;
    overflow: hidden;
}

.file_info .item{
    font-family:-apple-system,blinkmacsystemfont,segoe ui,roboto,helvetica,ubuntu,cantarell,arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	
	text-align: left;
	color:#555555;
	
}

.file_info .item span{
	font-weight: 400;
	font-size:14px;
	color:#89A1BE;
}

.file_info .item.autor{
	font-weight: 300;
    font-size: 13px;
    text-align: justify;
    line-height: 15px;
}
.file_info .item.autor span{
	font-weight: 400;
	font-size:14px;
	color:#89A1BE;
}



.download_links{
	float:none;
	text-transform:none;
}

.download_png_b{
	color:#FFFFFF !important;
	padding:10px 15px 10px 13px !important;
	font-family: "Libre Baskerville";
	height: 40px;
}

.download_png_b:hover{
	color:#FFFFFF !important;
}

.info_conf{
	font-size:14px;
	text-align:justify;
}





.resize-form{
	background: #FFFFFF;
	border: 2px solid #E9F5FF;
	border-radius: 20px;
}

.resize-name{
    font-family:-apple-system,blinkmacsystemfont,segoe ui,roboto,helvetica,ubuntu,cantarell,arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #294C75;
}

.width_box ,.heigth_box{
    font-family:-apple-system,blinkmacsystemfont,segoe ui,roboto,helvetica,ubuntu,cantarell,arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #294C75;
}

.width_box span,.heigth_box span{
	margin-left: 5px;
}

.lb input,.rb input{
	width: 100%;
	height: 42px;

	background: #FFFFFF;
	border: 1px solid #D4E8F9;
	border-radius: 45px;

    font-family:-apple-system,blinkmacsystemfont,segoe ui,roboto,helvetica,ubuntu,cantarell,arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;

	color: #89A1BE;
}

.lb input::placeholder,.rb input::placeholder{

    font-family:-apple-system,blinkmacsystemfont,segoe ui,roboto,helvetica,ubuntu,cantarell,arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;

	color: #89A1BE;
}

#searchform{
	width: 95.5%;
}

.home #searchform{
	width: 92.5%;
}

@media (max-width: 768px) {
	#searchform{
		width: 81.5%;
	}
}


.download_b{
	border: 0px;
	width: 195px;
	height: 40px;

	/*background: linear-gradient(91.41deg, #3278E9 26.01%, #1563D9 88.56%);*/
	background: linear-gradient(91.41deg, #00aa63 26.01%, #00aa63 88.56%);
	/*box-shadow: 0px -5px 25px rgba(218, 242, 255, 0.35), 0px 2px 0px #0D4FB9, 0px 15px 50px #E2EDFF;*/
	border-radius: 6px;

    font-family:-apple-system,blinkmacsystemfont,segoe ui,roboto,helvetica,ubuntu,cantarell,arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 40px;
	
	text-align: center;
	color: #FFFFFF;

	display: block;
    cursor: pointer;
}

.download_b:hover{
	color: #FFFFFF;
}

.download_b::before {
	content: "";
	vertical-align: middle;
	display: inline-block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background: url(img/ico_download.svg) no-repeat;
	background-position: -5px -1px;
}	

.content{
	font-family:-apple-system,blinkmacsystemfont,segoe ui,roboto,helvetica,ubuntu,cantarell,arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
	font-weight:300;
	font-size:16px;
	color: #666666;
}
.single .content img{
	width:100%;
	height:auto;
}

.content h2{
	font-size: 22px;
	font-family:-apple-system,blinkmacsystemfont,segoe ui,roboto,helvetica,ubuntu,cantarell,arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;	
	color: #555555;
}
.content h3{
	font-size: 18px;
	font-family:-apple-system,blinkmacsystemfont,segoe ui,roboto,helvetica,ubuntu,cantarell,arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
	color: #555555;
	line-height: 34px;
}

.content p{
	text-align: justify;
}

.ico_and{
	position: relative;
}

.ico_and img{
	position: absolute;
    bottom: 9px;
    left: 7px;
}

@media (max-width: 578px) {
	.ico_and{
		display: none;
	}
	.download_b{
		width: 100%;
	}
}

.title_box{
	font-family:-apple-system,blinkmacsystemfont,segoe ui,roboto,helvetica,ubuntu,cantarell,arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
	font-style: normal;
	font-size: 36px;
    color: #232323;
    text-align: center;
    padding: 20px 5px;
    font-weight:400;
}

@media (max-width: 768px) {
	.title_box{
		text-align: center;
	}
}

.text_image{
	font-family:-apple-system,blinkmacsystemfont,segoe ui,roboto,helvetica,ubuntu,cantarell,arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #294C75;
}


.title_page {
	font-family:-apple-system,blinkmacsystemfont,segoe ui,roboto,helvetica,ubuntu,cantarell,arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #294C75;
}

header .navbar{
	background: #000000;
}

.home .navbar{
	background: transparent;
}



.navbar .container{
	position: relative;
}

#navbarSupportedContent{
	z-index: 111;
}
#navbarSupportedContent>ul{
	/*background: #E9F5FF;
	border: 2px solid #FFFFFF;*/
	border-radius: 10px;
}

#navbarSupportedContent>ul>li{
	/*background: #E9F5FF;*/
	color: #ffffff;
	border-radius: 10px;
	/*border: 2px solid #E9F5FF;*/
}
#navbarSupportedContent>ul>li>a{
	color: #ffffff;
}

.home #navbarSupportedContent>ul>li>a{
	color: #000000;
}

#navbarSupportedContent>ul>li:hover{
	background: #FFFFFF;
	color: #294c75;
	/*border: 2px solid #1563D9;*/
}

#navbarSupportedContent>ul>li:hover a{
	color: #294c75;
}

#navbarSupportedContent>ul>li>ul>li>a{
	color: #ffffff;
	font-size: 13px;
}

.dropdown-menu.active{
	display: block;
}

@media (max-width: 768px) {
	#navbarSupportedContent>ul>li{
		width: 100%;
	}
	.navbar .nav-item .dropdown-menu {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
	.navbar-toggler{
		border: 1px solid transparent !important;
	}

	.home #navbarSupportedContent.show{
		background: #000000;
		border-radius: 12px;
	}	
	#navbarSupportedContent>ul>li{
		color: #ffffff;
	}
	#navbarSupportedContent>ul>li>a{
		color: #ffffff;
	}
	.home #navbarSupportedContent>ul>li>a{
		color: #FFFFFF;
	}
	#navbarSupportedContent>ul>li:hover{
		background: #FFFFFF;
		color: #294c75;
	}
	#navbarSupportedContent>ul>li:hover a{
		color: #294c75;
	}
	#navbarSupportedContent>ul>li>ul>li>a{
		color: #ffffff;
	}
}


@media (max-width: 1024px) {
	.logoList .logoList-item{
        width: 33.33%;
    }
}

@media (max-width: 1440px) {
    .logoList .logoList-item{
        width: 25%;
    }
}

@media (max-width: 768px) {
	.logoList .logoList-item{
		width: 50%;
	}
}

@media (max-width: 480px) {
	.logoList .logoList-item{
        width: 50%;
    }
	.home .logoList .logoList-item{
        width: 50%;
    }
}



.main_text{
	width: 525px;
	margin-left: auto;
    margin-right: auto;
    font-family:-apple-system,blinkmacsystemfont,segoe ui,roboto,helvetica,ubuntu,cantarell,arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 134%;
	/* or 43px */

	text-align: center;

	color: #142E46;
}

.home .f_h{
	width: 100%;
}

.home .search_block{
	margin-left: auto;
    margin-right: auto;
}

.home .tags{
	width:100%;
}
.home .tags div{
	width: 690px;
	margin: auto;
}

.home .tags a{
	padding: 5px 20px 0px 25px;
	height: 33px;

	/*background: #aaaaaa;*/
	background: #08192b99;
	border-radius: 10px;
    font-family:-apple-system,blinkmacsystemfont,segoe ui,roboto,helvetica,ubuntu,cantarell,arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #ffffff;
	position:relative;
	border: 1px solid #e8e8e8;
	margin-bottom: 7px;
}
.home .tags a::before{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: url(img/small_search_w.svg) no-repeat;
	position: absolute;
	top: 12px;
	left: 10px;
}

@media (max-width: 992px) {
	.home .search_block{
		position: absolute;
		top: 43px;
		right: 0px;		
		margin-right: 5%;
		width: 91%;			
	}
	.home header{
		margin-bottom: 65px;
	}
	.home .search_block{
		position: relative;
		top: -16px;
	}
	.home header{
		margin-bottom: 0px;
	}
	.home .tags div{
		width: 100%;
	}
}

.ads_left{
	width:160px;
	
}
.googleAds{
	
}

.related{
	/*width:142px; */
	width:160px; 
}

@media (max-width: 992px) {
	.ads_left{
		width:100%;
	}
	.related{
		width:100%; 
	}
}

.relTitle{
	font-size: 18px;
    color: #232323;
    padding-bottom: 5px;
    line-height: 20px;
}

.rel-list{
	display: table;
    width: 100%;
}

.rel-list .list-item{
	width: 100%;
    margin-bottom: 5px;
    padding: 0;
	display: inline-block;
    vertical-align: top;
}

.rel-list .list-item .block{
	background-color: #fff;
    color: #fff;
    padding-top: 100%;
    position: relative;
}

.rel-list .list-item .rel-link{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
}

.rel-list .list-item .rel-link img{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 5px;
    -o-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.listBlock{
	margin: 0 -5px 20px -5px;
}

.listBlock .listTitle{
	font-size: 18px;
    color: #232323;
    padding-bottom: 5px;
    line-height: 20px;
	padding: 5px;
}

.listBlock .img-list{
	display: table;
    width: 100%;
    font-size: 0;
}

.listBlock .img-list .list-item{
	width: 20%;
	display: inline-block;
    vertical-align: top;
    padding: 5px;
}

.listBlock .img-list .list-item .block {
    background-color: #fff;
    color: #fff;
    padding-top: 100%;
    position: relative;
}

.listBlock .img-list .list-item .rel-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
}

.listBlock .img-list .list-item .rel-link img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 5px;
    -o-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

@media (max-width: 940px) {
    .rel-list .list-item {
        width: 33.33%;
		padding: 2px;
    }

	.listBlock .img-list .list-item {
        width: 33.33%;
        padding: 2px;
    }
}

footer{
	background: #2c3158;
}

.menu_f {
	margin: auto;
    width: 630px;
	padding-top: 4px;
}

.menu_f ul{
	list-style:none;
	padding:0px;
	margin:0px;
	display: table;
}

.menu_f ul li{
	display: table-cell;
	color:#ffffff;
	padding-right: 50px;
	position: relative;
}

.menu_f ul li:last-child{
	padding-right: 0px;
}

.menu_f ul li a{
    font-family:-apple-system,blinkmacsystemfont,segoe ui,roboto,helvetica,ubuntu,cantarell,arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
}

@media (max-width: 768px) {
	.menu_f {
		padding-top: 0px;
		width: 100%;
	}

	.menu_f ul li{
		padding-right: 0px;
	}
}

@media only screen and (max-width: 425px) {
	
	.menu_f ul {display: block;}
	.menu_f ul li {display: block; text-align:center; margin-bottom: 10px;}
	.menu_f ul li::after {display: none;}
	.app { margin-bottom: 25px; }
	.copy_text { text-align: center;}
}




.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: normal !important;
}

.wp-pagenavi {
	text-align: center;
	font-size: 14px;
	font-weight: normal !important;
	margin-top: 10px;
}


.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    padding: 3px 25px;
    margin: 2px;
    font-family:-apple-system,blinkmacsystemfont,segoe ui,roboto,helvetica,ubuntu,cantarell,arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
    font-weight: 400;
    text-align: center;
    color: #89A1BE;
    padding: 5px 10px !important;
    height: 28px;
    background: #FFFFFF;
    border-radius: 10px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current{
	border: 1px solid #dbdbdb;
    background: #dbdbdb;
    color: #41464b;
}



.search_block .bi-search{
	background: url(img/search_ico.svg) no-repeat center center;
	width:20px;
	height:22px;
	display: block;
	position: absolute;
    top: 13px;
    left: 14px;
}

[class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#wp-admin-bar-customize{display:none !important;} 
#wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo.svg{float: left; background-position: 0 6px;}
#wpadminbar .aioseo-menu-notification-counter { margin: 7px 0 0 5px;}



.breadcrumb {
    clear: both;
    padding: 0;
    overflow: hidden;
    padding-top: 0px;
    margin-top: -10px;
}

.breadcrumb,.breadcrumb>div,.breadcrumb .fa-caret-right,.breadcrumb .root a {
    float: none
}

.breadcrumb .root {
    padding: 0
}

.breadcrumb>div {
    padding: 0 5px;
    float: none;
    display: inline-block
}