@font-face{
    font-family: 'Roboto';
    src: url('../fonts/Roboto.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

.info-block__img {
	width: 100%;
	height: auto;
}

.info-block__desc-wrap {
	position: absolute;
	width: 100%;
	top: 155px;
    left: 0;
}

.info-block__desc {
	position: relative;
    width: 40vw;
    margin: 0 auto;
}

.info-block__desc::before {
	content: '!';
    position: absolute;
    top: 14px;
    left: -40px;
    font-family: Roboto-Bold;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    box-sizing: border-box;
    width: 21px;
    height: 21px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    background-color: #ed6347;
}

.info-block__header {
	font-family: Roboto-Bold;
	font-size: 2.6vw;
	color: #0A1F44;
	margin-bottom: 20px;
}

.info-block__body {
	font-family: Roboto;
	font-size: 1.3vw;
	color: #0A1F44;
	line-height: 24px;
	margin-bottom: 40px;
}

.info-block__footer{
	font-family: Roboto;
	font-size: 1.1vw;
	line-height: 24px;
	color: #0A1F44;
}

@media (max-width: 800px) {
	.info-block__desc-wrap {
		top: 30px;
	}

	.info-block__desc {
		width: 60vw;
	}
	
    .info-block__header {
		font-size: 3.6vw;
	}

	.info-block__body {
		font-size: 2vw;
	}

	.info-block__footer{
		font-size: 2vw;
	}
}

.bem-locked {
	position: relative;
}

.bem-locked:not(.bem-locked_input) *:not(.bem-tooltip), .bem-locked:not(.bem-locked_input) .bem-tooltip * {
	opacity: 0.9;
	pointer-events: none;
	cursor: default; 
}

.bem-locked:not(.bem-locked_input) .bem-tooltip .bem-tooltip__popup, .bem-locked:not(.bem-locked_input) .bem-tooltip .bem-tooltip__popup * {
	opacity: 1;
	pointer-events: auto;
	cursor: default; 
}

.bem-locked:not(.bem-locked_input) .bem-tooltip .bem-tooltip__popup a {
	opacity: 1;
	pointer-events: auto;
	cursor: pointer; 
}

.bem-locked.bem-locked_input input, .bem-locked.bem-locked_input select, .bem-locked.bem-locked_input radio, .bem-locked.bem-locked_input checkbox {
	opacity: 0.9;
	pointer-events: none;
	cursor: default;
}

.bem-locked:not(.bem-locked_input) .bem-locked__icon {
    display: block;
	position: absolute;
    right: -22px;
    top: 0;
    width: 20px;
    height: 22px;
    padding-top: 8px;
    font-size: 14px;
    text-align: center;
	pointer-events: auto;
	cursor: pointer;
	opacity: 0.7;
}

.bem-locked .bem-locked__icon:hover {
	opacity: 1;
}

.bem-tooltip .bem-tooltip__popup {
	z-index: 1000;
}

.bem-popup {
	z-index: 1000000;
}