
#primary {
    float: left;
    width: auto!important;
}
    .charticle__header {
        padding: 0;
    }
	.charticle__header .container_header {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	}
	.charticle__header .container_header .info {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    box-sizing: border-box;
    z-index: 1;
    padding: 48px 80px 48px 52px;
    background-color: #f5f5f5;
    width: 570px;
    min-height: 245px;
    -webkit-flex-grow: 2;
    flex-grow: 2;
    position: absolute;
	}
	.charticle__header .container_header .placeholder {
    content: ' ';
    width: 100%;
    height: 420px;
    display: none;
	}
	.charticle__header .container_header .img {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    max-height: 320px;
    min-width: 670px;
    object-fit: cover;
	}
	.charticle__header .container_header .title {
    max-width: 438px;
    margin-bottom: 32px;
    -webkit-flex-shrink: 2;
    flex-shrink: 2;
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    color: #2d2d2d;
	}
	.charticle__header .container_header .details {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.14;
    font-weight: normal;
    color: #797979;
}
	@media screen and (min-width: 768px) {
		.charticle__header .container_header {
			height: 320px;
		}
	}
