.question-table,
.table {
    display: table;
    width: 100%
}

.question-table__cell,
.table-cell {
    display: table-cell;
    vertical-align: middle
}

.marketing-container {
    padding: 32px 0 40px
}

.marketing-list li {
    margin-top: 12px;
    font-size: 16px;
    line-height: 19px
}

.marketing-list li:first-child {
    margin-top: 0
}

.marketing-list a {
    display: inline-block;
    position: relative;
    font-weight: 700;
}
.marketing-list a:hover {
	text-decoration: underline;
}

.marketing-list a:before {
    content: '';
	display: block;
	border: 4px solid transparent;
	border-left: 6px solid #e2001a;
	border-right: none;
	position: absolute;
	top: 5px;
	left: 0px;
}
.marketing-col .btn-style {
    margin-top: 24px;
    width: 180px;
    height: auto;
    font-size: 13px;
    line-height: 30px;
    font-weight: 500;
    border-radius: 4px;
}

.question-table {
    margin-bottom: 15px;
    margin-top: 3px
}

.question-table__cell_photo {
    width: 115px;
    padding-right: 20px
}

.question-block__footer {
    line-height: 17px
}

.question-panel {
    display: block;
    padding: 12px 100px 12px 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: url(../svg/question_baloon_blue.svg) 90% 50% no-repeat #fff;
    background-size: 60px
}

.ava {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}
/*---------------------IE-----------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .marketing-list a:before {
		top: 4px;
	}
}
/*--------для IOS-------------------*/
@supports (-webkit-overflow-scrolling: touch) {}
/*------------для Mozilla-------------*/
@-moz-document url-prefix() {
	.marketing-list a:before {
		top: 4px;
	}
}
/*-------------для Edge------------*/
@supports (-ms-ime-align:auto) {}
/*---------------------------------*/
/*---------------------------------*/
@media (max-width: 1339px) {}

@media (max-width: 1199px) {}

@media (max-width: 959px) {
    .marketing-col .btn-style {
        margin: 24px auto 0;
    }
    .marketing-col {
        margin-bottom: 32px;
    }
}

@media (max-width: 767px) {}

@media (max-width: 639px) {}

@media (max-width: 479px) {}

@media (max-width: 320px) {}