/* headline-01 */
.headline-01 .lt-block-wrapper {
    position: relative;
    margin-bottom: 30px;
    background-repeat: repeat;
    background-size: auto;
}

.headline-01 .lt-block-wrapper::after {
    content: '';
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 41px;
    background: url(https://getcourse.ru/pl/fileservice/user/file/download?h=AB.7a025914616dccbf3b8ab651e23b8a9b.png) no-repeat;
    background-position: bottom center;
    background-size: 100%;
}

.headline-01 .builder {
	position: relative;
}

.headline-01 .cover-wrapper {
    position: relative;
	margin-bottom: -30px!important;
    overflow: hidden;
}


.headline-01 .cover-wrapper::after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 41px;
    background: url(https://getcourse.ru/pl/fileservice/user/file/download?h=AB.7a025914616dccbf3b8ab651e23b8a9b.png) no-repeat;
    background-position: bottom center;
    background-size: 100%;
}

.headline-01 .f-header {
	font-weight: 400;
}

.headline-01 .f-text {
	font-weight: 200;
}

.headline-01 .part-image {
    position: relative;
   	margin-bottom: -275px!important;
    padding-top: 43px;
    border-radius: 5px;
    border: 1px solid #92a7b3;
    box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.1);
    overflow: visible;
}

.headline-01 .part-image::after {
	content: '';
    position: absolute;
    z-index: 3;
    top: 100px;
    left: -40px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border: 5px solid #f3f8fb;
	background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset -2px -2px 25px 0px rgba(0,0,0,0.2),
         0px 0px 20px 2px rgba(0,0,0,0.3), inset 3px 3px 20px 0px rgba(0,0,0,0.3);
}

.headline-01 .part-image::before {
	content: '';
    position: absolute;
    z-index: 3;
    top: 20px;
    right: -40px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    border: 5px solid #f3f8fb;
	background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset -2px -2px 25px 0px rgba(0,0,0,0.2),
         0px 0px 20px 2px rgba(0,0,0,0.3), inset 3px 3px 20px 0px rgba(0,0,0,0.3);
}

.headline-01 .image-box {
	border-radius: 5px;
    overflow: hidden;
}

.headline-01 .image-box::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 43px;
    border-bottom: 1px solid #92a7b3;
    border-radius: 5px 5px 0 0; 
    background-image: linear-gradient(to bottom, #eaf5ff 0%, #d0e9ff 100%);
    box-shadow: inset 0px 2px 2px 0px rgba(255,255,255,0.3), 0px 2px 2px 0px rgba(0,0,0,0.1);
}

.headline-01 .image-box::after {
	content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #fff;
}

@media screen and (max-width: 1199px) {
    .headline-01 .part-image {
        margin-bottom: -220px!important;
    } 
}

@media screen and (max-width: 991px) {
    .headline-01 .part-image {
    	margin-bottom: -175px!important;
    }	
    
    .headline-01 .lt-block-wrapper {
        padding-top: 85px!important;
    	min-height: auto!important;
    }
}

@media screen and (max-width:  767px) {
    .headline-01 .part-image {
    	margin-bottom: -20px!important;
    }	
   
}

@media screen and (max-width:  575px) {
    .headline-01 .part-image {
    	margin-bottom: -20px!important;
    }	
    
    .headline-01 .part-image::before,
    .headline-01 .part-image::after {
    	
    }
    
    .headline-01 .part-image::after {
        width: 80px;
        height: 80px;
    }

    .headline-01 .part-image::before {
        width: 120px;
        height: 120px;
    }
}
/* end headline-01 */