/*
Theme Name: itprofit-imelk
Theme URI: itprofit.dev
Author: ITprofit
Description: default wordpress theme
Version: 1.0
Text Domain: vnet
Domain Path: /languages
*/
.img-adaptiv {    
	height: 100%;
    object-fit: cover;
    width: 100%;
	max-width: 800px;
}
.video {
	position:relative;
	padding: 0 0 56.25% 0;
	height:0;
	overflow:hidden;
	max-width: 800px;
    margin: 0 auto;
}
.video iframe,.video object,.video embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	max-width: 800px;
    max-height: 500px;
}
.header .menu-item {
    font-size: 14px;
}
.flex-bl-custom {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 30px;
}
.flex-bl-custom p {
	border: 1px solid #656565;
    padding: 5px 10px;
	margin: 10px;
}
.section-title {
    font-size: 46px;
}
.section-sample-offer {
    padding: 100px 0 100px;
}
.header .menu>:not(:last-child) {
    margin-right: 20px;
}
/*   Реквизиты   */
.icon-im img {
    object-fit: contain;
    opacity: .5;
    width: 30px;
	margin: 0 5px;
}
.icon-im p {
    font-size: 18px;
}
.icon-im-pen img {
	opacity: .5;
	margin: 0 2px -5px 0;
}
.icon-im {
	display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.section-account-details .details-list {
    margin-bottom: 20px;
}
.font-size-30px {
    font-size: 30px;
}
.margin-bottom-10px {
	margin-bottom: -10px;
}
.modal-reg .list-suggestions {
	background-color: #efefef;
}
.section-search-results .options-trigger .line, .section-search-results .options-trigger:after, .section-search-results .options-trigger:before {
    background-color: #0a22ff;
}
@media (max-width: 426px) {
	.section-title {
    	font-size: 38px;
	}
}