.kofearend
{
 border:1px solid #e55600; 
 padding-top: 15px; 
 padding-left: 30px; 
 padding-right: 30px; 
 padding-bottom: 15px; 
 border-radius:40px;
 cursor:pointer;
 transition: all 0.5s ease-out 0.2s;
 background: linear-gradient(90deg, rgba(89,33,0,0) 0%, rgba(89,33,0,0.22) 100%);
 margin-top: 30px;
 display: inline-block;
}
.b24-widget-button-wrapper
{
 display:none!important;
}
#chat-24-widget-container
{
  
  display:none!important;
}
@media screen and (max-width: 700px){
    .slider-unit {
        position: relative!important;
      min-height:400px!important;
    }
}

.kofearend:hover
{
  background: rgba(89,33,0,0.5);
}

.capsules__right {
    width: 40%;
}

.main__text{
	margin: 0;
    font-size: 15px;
}

.main__button{
	color: #fff;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid #fff;
    margin: 16px 0 0 0;
}

.what{
	width: 100%;
	padding: 40px 0;
    background: #fff;
}

.what__inner{
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.what__title{
	color: #000;
    margin: 0;
    text-align: center;
}

.what__content{
	width: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
}

.what__img{
	width: 100%;
    max-width: 350px;
    flex-shrink: 0;
}

.what__points{
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.what__point{
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.what__point--title{
	margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.what__point--text{
	margin: 0;
    font-size: 15px;
    color: #000;
}

.terminal__more{
	margin-bottom: 20px;
    font-size: 16px;
    display: inline-block;
}

.install__text{
	margin: 20px 0px -30px 0;
}

@media(max-width: 768px){
	.what__content{
    	flex-direction: column;
    }
}

.tastes .wrapper .slick-slide .product .h4 p:first-child,
#grains .tab-content__part .product .h4 p:last-child,
#vending .tab-content__part .product .h4 p:last-child{
	display: none;
}

.buy__section, .client__section{
	width: 100%;
	background: #302E2D;
    padding: 32px 0;
}

.buy__section{
	padding: 60px 0 130px 0;
    background: #121111;
}

@media(max-width: 998px){
	.buy__section{
    	padding: 50px 0;
    }
}

.client__section{
	background: #fff;
}

.clients__inner h2{
	width: 100%;
    text-align: center;
	font-size: 52px;
    font-weight: 400;
    max-width: 1050px;
}

@media(max-width: 998px){
	.clients__inner h2{
    	font-size: 40px;
    }
}
@media(max-width: 480px){
	.clients__inner h2{
    	font-size: 30px;
    }
}
@media(max-width: 375px){
	.clients__inner h2{
    	font-size: 22px;
    }
}

.buy__inner{
	width: 100%;
    display: flex;
    justify-content: center;
}

.buy__button{
	border-radius: 50px;
    padding: 8px 24px;
}

.bid__select--inner{
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
}

.bid__select{
	width: 100%;
    margin-top: 10px;
    padding: 8px 12px;
    border: none;
    border-bottom: 2px solid #D3D0D0;
    outline: none;
    font-family: "Graphik LCG";
    font-size: 15px;
    background: none;
}

.text__inner{
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.text__inner p, .text__inner{
	color: #fff;
    margin: 0;
}

.police{
	display: inline-block;
	margin-top: 10px;
}

.clients__inner, .steps__inner{
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.clients__inner{
	position: relative;
    align-items: center;
}

.steps__inner{
	align-items: center;
	gap: 0;
}

.steps__inner h2{
	width: 100%;
    text-align: center;
    font-size: 52px;
}

@media(max-width: 998px){
	.steps__inner h2{
    	font-size: 40px;
    }
}
@media(max-width: 488px){
	.steps__inner h2{
    	font-size: 30px;
    }
}

.clients__title{
	font-size: 20px;
    font-weight: 600;
}

.clients__content{
	width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    overflow: hidden;
    padding: 0px 40px;
}

.clients__item{
	display: flex;
    align-items: center;
    justify-content: center;
}

.clients__item--img{
	max-width: 100%;
}

.kofearend{
	display: inline-block;
}

.text__ul{
	margin-bottom: 20px;
    padding-left: 15px;
}

.text__ul li{
	list-style-type: disc;
}

.condition__content{
	margin-top: 16px;
}

.place__content{
	width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 60px;
}

@media(max-width: 650px){
	.place__content{
    	margin-top: 30px;
    }
}

.place__item{
	width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 35px;
    padding: 80px 20px;
    background: #1C1B1A;
    position: relative;
    height: 300px;
    overflow: hidden;
    box-sizing: border-box;
}
@media(max-width: 998px){
	.place__content{
    	grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media(max-width: 650px){
	.place__content{
    	grid-template-columns: 1fr;
    }
	.place__item{
        padding: 40px 20px;
    }
}

.place__item--icon--inner{
	width: 72px;
    display: flex;
    flex-shrink: 0;
}

.place__item--icon{
	width: 100%;
}

.place__item--text{
	text-align: center;
    width: 100%;
    max-width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.place__item .box_item{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    z-index: 20;
    text-shadow: 0 0 7px #000;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
    box-sizing: border-box;
}

.place__item .himg_item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.place__item:hover .himg_item{
    visibility: visible;
    opacity: 0.8;
}

.white{
	color: #fff;
}

.steps__section{
	width: 100%;
    padding: 75px 0 130px 0;
}

.steps__content{
	width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 70px;
}

@media(max-width: 998px){
	.steps__content{
    	margin-top: 40px;
    }
}

.step__item{
	width: calc(100% / 2 - 20px / 2);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    min-height: 330px;
    position: relative;
    background: #F3EDE6;
}

@media(max-width: 970px){
	.step__item{
    	width: 100%;
    }
}
@media(max-width: 600px){
	.step__item{
    	padding: 20px;
    }
}
@media(max-width: 420px){
	.step__item{
    	padding: 20px 20px 160px 20px;
        min-height: unset;
    }
}

.step__item--img{
	position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

@media(max-width: 1225px){
	.step__item--img{
    	max-height: 60%;
        max-width: 40%;
    }
}
@media(max-width: 1225px){
	.step__item--img{
    	max-height: 47%;
        max-width: 60%;
    }
}

.step__item--title--inner{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.step__item--title{
    font-size: 24px;
    font-weight: 500;
}

@media(max-width: 650px){
	.step__item--title{
    	font-size: 20px;
    }
}

.step__item--number{
	font-size: 16px;
	color: #4B4B4B;
    line-height: 130%;
}

.step__item--text{
    width: 100%;
    max-width: 320px;
    font-size: 16px;
    color: #4B4B4B;
    line-height: 130%;
    margin-top: 35px;
}

@media(max-width: 1125px){
	.step__item--text{
        max-width: 235px;
    }
}

@media(max-width: 450px){
	.step__item--text{
        max-width: 100%;
        margin-top: 20px;
    }
}

.steps__text{
	width: 100%;
    max-width: 990px;
    text-align: center;
    font-size: 18px;
    color: #575757;
    line-height: 160%;
    margin-top: 30px;
}

@media(max-width: 550px){
	.steps__text{
        font-size: 16px;
    }
}

.unit_steps{
	width: 100%;
	max-width: 100%;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 70px;
}

@media(max-width: 998px){
	.unit_steps{
		margin-top: 40px;
	}
}

.unit_steps .box_step{
	box-sizing: border-box;
	width: calc(100% / 2 - 20px / 2);
	height: 350px;
	overflow: hidden;
	min-width: 0;
	flex: 1 1 calc(50% - 10px);
	max-width: calc(50% - 10px);
	position: relative;
	background: #F3EDE6;
}

.unit_steps .title_step{
	position: absolute;
	top: 25px;
	left: 37%;
	color: #111;
	font-size: 24px;
	font-weight: 500;
	margin: 0;
}

.unit_steps .number_step{
	font-family: "Trebuchet MS", "Optima", sans-serif;
	position: absolute;
	top: 10px;
	left: 35px;
	color: #111;
	font-size: 128px;
	font-weight: 900;
	line-height: 1;
}

.unit_steps .pimg,
.unit_steps .step__item--img{
	position: absolute;
	height: 178px;
	right: 67%;
	bottom: 0;
	z-index: 3;
	max-width: none;
	max-height: none;
	pointer-events: none;
}

.unit_steps .imghnd{
	right: 63%;
}

.unit_steps .imgcar{
	right: 63%;
	height: 11vw;
	max-height: 200px;
}

.unit_steps .decsr_step{
	background-color: #000;
	position: absolute;
	box-sizing: border-box;
	right: 0;
	bottom: 0;
	width: 63%;
	height: 244px;
	padding: 20px 10px 0 20px;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	overflow-wrap: break-word;
}

@media (min-width: 970px) and (max-width: 1118px){
	.unit_steps .title_step{
		top: 15px;
	}
}

@media (min-width: 650px) and (max-width: 970px){
	.unit_steps .box_step{
		width: 100%;
		max-width: 100%;
		flex: 1 1 100%;
	}
	.unit_steps .imgcar{
		height: 21vw;
	}
}

@media (max-width: 650px){
	.unit_steps .box_step{
		width: 100%;
		max-width: 100%;
		flex: 1 1 100%;
		min-width: 0;
	}
	.unit_steps .number_step{
		top: 17px;
		left: 30px;
		font-size: 62px;
	}
	.unit_steps .pimg,
	.unit_steps .step__item--img{
		height: 100px;
		right: 30px;
		bottom: 244px;
		max-width: calc(100% - 30px);
	}
	.unit_steps .imghnd{
		right: 0;
		bottom: 244px;
	}
	.unit_steps .imgcar{
		right: 0;
		height: 90px;
		bottom: 244px;
	}
	.unit_steps .decsr_step{
		width: 100%;
		font-size: 16px;
		padding: 20px;
	}
	.unit_steps .title_step{
		top: 25px;
		left: 120px;
		font-size: 20px;
		font-weight: 500;
		width: calc(100% - 140px);
		max-width: calc(100% - 140px);
		overflow-wrap: break-word;
	}
}

.client__arrow{
	width: 36px;
	height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D6D6D6;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s linear;
    z-index: 5;
    cursor: pointer;
    background: #fff;
}

.client__arrow:hover{
	opacity: .8;
}

.client__next{
	right: 0px;
}

.client__prev{
	left: 0px;
}

.client__arrow.swiper-button-disabled{
	pointer-events: none;
    filter: grayscale(1);
    opacity: .4;
}

.swiper-notification{
	display: none;
}

