input::placeholder {
	font-size: 15px !important;
}

.ava_block {
	margin-right: 20px;
	width: 40px;
}

.ava_block img {
	max-width: 40px;
}
.vk-comment-load {
    border-bottom: medium double #333;
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-gap: 0;
    padding: 0 0 50px;
}
.vk-avatar {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    border-radius: 50%;
    grid-column: 1;
    grid-row: 1 / span 3;;
	
}
.vk-avatar img {
 	border-radius: 50%;
}
.vk-comment-name {
    grid-column: 2;
    grid-row: 1;
	color: #9bc1f1;
	font-weight: bold;
	font-size: 18px;
}
.vk-comment,
.vk-comment-load {
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 15px;
}

.vk-comment-text {
    grid-column: 2;
    grid-row: 2;
}

.vk-comment-text img{
	max-width: 380px;
}


.base {
	padding-top: 0 !important;
}

.headline {
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Anton', sans-serif;
    font-size: 30px;
    font-weight: 400;
}

.subline {
	font-weight: bold;
	font-size: 24px;
	line-height: 38px;
}

input {
	font-size: 14px;
}

@media (max-width: 1019px) {
	.base {
		padding-top: 0 !important;
	}
	
	.base h1 {
		margin-top: 0 !important;
	}
}

@media (max-width: 767px) {
	.headline {
		font-size: 28px;
		line-height: 38px;
	}
	
	.subline {
		font-size: 20px;
		line-height: 30px;
	}
}

@media (max-width: 480px) {
	.header_line_2 {
		display: none;
	}
	
	.time {
		margin-bottom: 0 !important;
	}
}

@media (max-width: 320px) {
	.subline {
		font-size: 17px;
		line-height: 30px;
	}
	
	.size-320 {
		max-width: 111%;
		margin-left: -15px;
	}
	
}

.mvp-author-info-wrap,
ul.mvp-author-info-list {
	width: 100%;
}

.mvp-author-info-wrap {
	margin-top: 12px;
	display: flex;
	align-items: center;
	color: #fff !important;
	margin-bottom: 30px;
}

.mvp-author-info-wrap p {
	margin-bottom: 0;
	color: #fff;
}

#mvp-content-wrap .mvp-author-info-wrap {
	margin: 0 0 20px;
}

.mvp-author-info-thumb {
	line-height: 0;
	width: 46px;
}

.mvp-author-info-thumb img {
	border: 2px solid #ddd;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.mvp-author-info-text {
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	margin: 0px 0 8px 15px;
}

.mvp-author-info-text p {
	display: inline-block;
}

.mvp-author-info-text a {
	color: #fff !important;
	font-weight: 700;
}

.mvp-author-info-text a:hover {
	opacity: .6;
}

.mvp-post-date {
	font-weight: 500;
}

.mvp-author-info-name {
	clear: both;
}
hr {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}

.adva {
    width: auto;
    margin-bottom: 30px;
}

.adva ul {
    font-size: 20px;
    list-style-type: none;
    font-family: sans-serif;
    font-size: 19px;
    line-height: 28px;
}

.adva ul li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 40px;
}

.adva li::before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background: url(../img/checkmark.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translateY(0);
}

.adva.cross li::before {
    background: url(../img/crest.png) center center no-repeat;
    background-size: contain;
}
