@media (max-width: 1023px) {
	.delivery-step > div {
		flex-basis: 50%;
	}

	.accia__body {
		height: 300px;
	}

	.delivery-step .dots {
		display: none;
	}

	.delivery-step .img {
		margin: 0 auto;
	}
	
	.delivery-step .item-3 p {
		position: relative;
		width: auto;
		max-width: 210px;
		left: 0px;
		margin: 0 auto;
	}

	.delivery-step p {
		margin-bottom: 25px;
	}

	.baner-accii-text p {
		text-align: center;
	}

	.baner-accii-img {
		display: none;
	}
	
	
	
	/*----------------
        Text block
    ----------------*/
    .text_block blockquote.left,
    .text_block blockquote.right
    {
        width: 100%;
    }


    .text_block blockquote.left
    {
        float: none;

        margin-right: 0;
    }

    .text_block blockquote.right
    {
        float: none;

        margin-left: 0;
    }


    .text_block blockquote
    {
        font-size: 20px;
        line-height: 26px;

        width: 100%;
        margin-top: 48px;
        margin-bottom: 48px;
    }



	/*----------------
        popup product block
    ----------------*/

	.popup-product{
		left: 0;
		right: 0;
		margin: auto;
		transform: none;
	}

	.s__product__desc{
		flex-basis: 100%;
		padding-left: 0;
	}

	.s__product__pic{
		flex-basis: 100%;
		
	}
}