.blog__wrap-content h4,
.blog__wrap-content p {
	max-width: 100%;
	text-align: left;
}

.recent-articles__item h3 {
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	text-align: left;
}


li.country::before {
	content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M12 11.55C11.4317 11.55 10.8866 11.3129 10.4848 10.891C10.0829 10.469 9.85714 9.89674 9.85714 9.3C9.85714 8.70326 10.0829 8.13097 10.4848 7.70901C10.8866 7.28705 11.4317 7.05 12 7.05C12.5683 7.05 13.1134 7.28705 13.5152 7.70901C13.9171 8.13097 14.1429 8.70326 14.1429 9.3C14.1429 9.59547 14.0874 9.88806 13.9797 10.161C13.8721 10.434 13.7142 10.6821 13.5152 10.891C13.3162 11.0999 13.08 11.2657 12.82 11.3787C12.5601 11.4918 12.2814 11.55 12 11.55ZM12 3C10.4087 3 8.88258 3.66375 7.75736 4.84523C6.63214 6.02671 6 7.62914 6 9.3C6 14.025 12 21 12 21C12 21 18 14.025 18 9.3C18 7.62914 17.3679 6.02671 16.2426 4.84523C15.1174 3.66375 13.5913 3 12 3Z' fill='%23212529'/%3e%3c/svg%3e");
	top: 2px;
}


.footer__block-logo img {
    width: 120px;
}

/*
.singleblog-page {
	margin-top: 60px;
}

*/
.page__head-metadate p  {	
	text-align: left;
	margin-left: 0;
	font-size: 14px;
}	
.page__head-metadate p span { 
    font-family: inherit;
    font-size: inherit;
}


.singleblog-page button:hover {
    background-color: unset;
}

.singleblog-page .block__title {
	color: #212529;
}

.blog__head p {
	text-align: left;
}
.blog__head ul li a {
	white-space: nowrap;
}
.blog__head ul li img {
	width: 24px;
	height: 24px;
}

/* Контент поста  */
.page__content ul {
    list-style: disc;	
	margin: 20px 0;
	padding-left: 20px;	
}
.page__content ol {
    list-style: decimal;
	margin: 20px 0 20px 10px;
	padding-left: 20px;
	
}

.what-does-team ul {
    border-top: 1px solid rgba(126,139,152,.16);
    counter-reset: section;
    margin-top: 23px;
    padding-right: 10px;
    padding-top: 16px;
	padding-left: 0;
}

.hightlights ul {
	padding-left: 0;	
	margin: 0;
}


footer p {    
    height: auto!important;
}
.footer__block-text p:not(:last-child) {
    margin-bottom: 10px !important;
}



.blog__head {
    padding-top: 65px!important;
}

@media (min-width: 1100px) {
	.header .menu__list {
		flex-wrap: nowrap;
	}

	.header .menu__sub-list li {
		border-bottom: 	1px solid transparent!important;
		padding: 0!important;
	}
}

span.select__current {
	color: #fff;
}
.select__item {
	color: #fff;
	display: block;
}

.header .menu__arrow svg {
    color: #fff;
}
@media (max-width: 1099.98px) {
	.header .menu__arrow {
		top: 1px;
	}
}
@media screen and (max-width: 1099.98px) and (max-width: 800.98px) {
	.header .menu__arrow {
		top: 0px;
	}
}
@media screen and (max-width: 1099.98px) and (max-width: 800.98px) {
	.header .menu__arrow {
		top: 0px;
	}
}

@media screen and (max-width: 1099.98px) and (max-width: 660.98px) {
	.header .menu-item-has-children-big .menu__arrow {
		top: 0px;
	}
}

@media screen and (max-width: 1099.98px) and (max-width: 660.98px) {
	.header .menu__arrow {
		top: 0px;
	}
}


@media (max-width: 1099.98px) {
  .header .menu__sub-list li:not(:last-child) {
    margin-bottom: 0 !important;
  }
  header li ul.sub-menu {
    box-shadow: none !important;
    background: none !important;
  }

	header li ul.sub-menu li {
		border-bottom: none!important;
	}
}

/*
.header .select .select__body {
    max-height: 170px;
    overflow-y: auto;
}
.header .select .select__body::-webkit-scrollbar {
    width: 3px;
}
.header .select .select__body::-webkit-scrollbar-thumb {
    background-color: rgb(218, 218, 218);
    border-radius: 24px;
}
*/

@media (min-width: 1100px) {
	.header .menu__list {
		width: 96%;
		margin: 0 auto;
	}
}

.footer__logos span {
    max-height: 24px;
    margin-right: 14px;
    margin-bottom: 8px;
}


@media (min-width: 1100px) {
	.header .menu__sub-list {
		top: calc(100% - 7px);
	}

}


/* красная стрелка активного пункта меню на мобиле */

@media screen and (max-width: 1099.98px) {
	.current-menu-item.menu-item-has-children .menu__arrow svg {
		color:#FA2B65;
	}
	body._touch .header .menu__list > li._active .menu__sub-list {
		display: block;
		opacity: 1;
		visibility: visible;
	}
	
	.header .menu__list .menu-item a {
		position: relative;
	}	
	/*
	.menu-item-has-children:not(.menu-item-has-children-big)>a.menu__link {
		pointer-events: none;
	}
	*/
}



/* Фото автора поста внизу поста/страницы и т.п. */
.author-info .author-info__img {
	position: relative;
	min-width: 125px;	
	height: 125px;
	overflow: hidden;
}
.author-info .author-info__img>img {
    left: 0;
    height: 100%;    
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
@media(max-width: 640px) {
	.author-info .author-info__img {
		width: 125px;	
	}
}

