.feedback__section {
    position: relative;
    z-index: 8;
    margin-top: -100px;
    padding: 50px 0px 0px;
    margin-bottom: -70px;
    /*background-image: url(/bitrix/templates/bigcreativefun/img/main_page/feedback-bg-new.png);*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.feedback__title {
    margin-top: 100px;
    font-size: 63px;
    text-align: center;
    font-weight: 400;
    font-family: 'RussianPunk';
	color: white;
}

.feedback__block {
    width: 100%;
    margin: 0px auto;
}

.feedback__block_podtek {
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 10;
}

.feedback__container {
    border: 11px solid #FFFFFF;
    border-radius: 65px;
    overflow: hidden;
    height: calc(55vw / 16 * 9);
}

@media screen and (min-width:1540px){
    .feedback__section {
        padding-bottom: 70px;
    }
}

@media screen and (min-width:1260px){
    .feedback__section {
        padding-bottom: 170px;
    }
}

@media screen and (max-width:968px){
    .feedback__container {
        border: 5px solid #FFFFFF;
        border-radius: 15px;
        height: calc(75vw / 16 * 9);
    }

    .feedback__section {
        z-index: 12;
    }
}

@media screen and (max-width:560px){
    .feedback__title {
        margin-top: 40px;
        font-size: 28px;
    }
}