@media screen and (max-width:766px){
	.title-twohalves{}
	.title-twohalves .h-pretitle{font-weight:bold !important}
	.title-twohalves.block-one{/* background-position-x: 50%; */}
	.title-twohalves .container {
		max-width: 410px;
		padding-top: 40px;
		font-size: 14px;
		min-height: 485px;
		width: calc(100% - 60px);
	}
	.title-twohalves.block-one .container {
        
        margin-left: 0px;
    }
	.title-twohalves.block-two{}
	.title-twohalves.block-two .container {
	     margin-right: 0px;
	   }
	
	.title-twohalves .two-halves-text-background{
        background: #ffffff;
        filter: drop-shadow(0px 3px 6px black);
        margin-top: -5px;
        min-height: 425px;
        position: relative;
    }
	
	
	/* Блок Как взять кофемашину в бесплатную аренда */
    [data-anchor*="freeArenda"] {
        position: relative;
        z-index: 2;
        margin: 30px auto;
        padding: 40px 0;
        background: url("/siteassets/Blocks/hotel-lobby-unbranded.jpg?preset=block-background") no-repeat 0/cover;
    }
    [data-anchor*="freeArenda"]::before {
        position: absolute;
        top: 0;
        left: 0;
        content: " ";
        opacity: 0.7;
        z-index: 1;
        width: 100%;
        height: 100%;
    }
    [data-anchor*="freeArenda"] .app-four-column { margin-top: 40px }
    [data-anchor*="freeArenda"] .app-four-column section.info-column {
        padding: 20px 20px  20px 80px !important;
        height: 85px;
        display: flex;
        align-items: center;
        font-family: 'Oswald', sans-serif;
        font-size: 16px;
        margin-right: 65px;
        background: #422110de;
        margin-bottom: 17px;
    }

    [data-anchor*="freeArenda"] > .container {
        z-index: 3;
        position: relative;
        color: #fcf4de;
    }

    [data-anchor*="freeArenda"] .app-four-column > .container > .row > .col-xs-6::before {
        top: 0px;
        position: absolute;
        font-size: 5rem;
        left: 10px;
        font-weight: bold;
    }

    [data-anchor*="freeArenda"] .app-four-column > .container > .row > .col-xs-6:nth-child(1)::before {
        content: "1"
    }

    [data-anchor*="freeArenda"] .app-four-column > .container > .row > .col-xs-6:nth-child(2)::before {
        content: "2"
    }

    [data-anchor*="freeArenda"] .app-four-column > .container > .row > .col-xs-6:nth-child(3)::before {
        content: "3"
    }

    [data-anchor*="freeArenda"] .app-four-column > .container > .row > .col-xs-6:nth-child(4)::before {
        content: "4"
    }

    [data-anchor*="freeArenda"] .app-four-column > .container > .row > .col-xs-6::after {
        /* position: absolute; */
        /* content: " "; */
        /* font-size: 0; */
        /* right: 0; */
        /* width: 0; */
        /* top: 0; */
        /* margin-right: 0; */
        /* border-bottom: 40px solid transparent; */
        /* margin-top: 0; */
        /* border-left: 73px solid #422110de; */
        /* z-index: 10; */
        /* border-top: 45px solid transparent; */
        /* height: calc(100% - 134px) !important; */
        display: none;
    }
    [data-anchor*="note"] {
        margin: 15px 0;
        font-size: 14px;
        position:relative
    }
	
	[data-anchor="feedback-form"] .row > .col-xs-12:first-child {

		background-size: cover;
		min-height: 110px;
	}
	
	.app-four-column .info-column ul li{padding-right:0 !important}
	.app_carousel_container .row{
		display: flex;
		flex: 1;
		flex-flow: column;
		gap: 20px;
	}
	.app_carousel_container .owl-carousel .owl-stage-outer{overflow:visible !important}
	.app_carousel_container .item{width: calc(100% - 25px) !important;background: #fff;margin: 0 auto;filter: drop-shadow(2px 4px 6px #0000007d);display: flex;align-content: center;align-items: center;align-self: center;color: #0000007d;justify-content: center;}
	.app_carousel_container .item .info-column{
    margin: 0;
    padding: 15px !important;
	}
	.app_carousel_container .item .info-column ul{
		padding: 0;
		list-style-position: inside;
		font-size: 14px;
		color: #000;
	}
	
	.app-carousel .col-xs-6 .info-column ul li{}
	
}

.title-owl-carousel{}
.title-owl-carousel .row > div{}