#cookie_notification{
	z-index: 10;
	display: none;
	justify-content: space-between;
	align-items: flex-end;
	position: fixed;
	bottom: 15px;
	left: 50%;
	width: 900px;
	max-width: 90%;
	transform: translateX(-50%);
	padding: 25px;
	background-color: white;
	border-radius: 4px; 
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}
#cookie_notification p{
	margin: 0;
	font-size: 12px;
	text-align: left;
	color: $color_text;
}
@media (min-width: 576px){
	#cookie_notification.show{
		display: flex !important;
	}
	.cookie_accept{
		margin: 0 0 0 25px;
	 }
}
@media (max-width: 575px){
	#cookie_notification.show{
		display: block;
		text-align: left;
	}
	.cookie_accept{
		margin: 10px 0 0 0;
	}
}
.call-us-block-elem-wrap {
display: table;
width:25%;
float:left;
padding:10px;
}

.call-us-block-elem-wrap-uzk {
display: table;
width:25%;
float:left;
padding:10px;
}

.call-us-block-elem {
position: relative;
display: table-cell;
vertical-align: middle;
text-align:center;
border: 1px solid #ab9bbd; 
width:100%;
height: 170px;
padding:20px;
border-radius: 20px;
}

.call-us-block-elem-header {
font-size:20px;
position:relative;
z-index:10;
}

.call-us-block-elem-header-uzk {
font-size:16px;
position:relative;
z-index:10;
}

.call-us-block-elem-desc {
position:relative;
z-index:10;
}
body .c-header.c-header-template-1 .widget-view.widget-view-desktop .widget-container-logotype {
width: 223px;
}
.white_block {
    background-color: #ab9bbd;
    padding: 15px;
    opacity: 0.9;
    margin-top: 30px;
    font-size: 30px;
width: 50%;
}

.white_block {
    background-color: #ab9bbd;
    padding: 15px;
    opacity: 0.9;
    margin-top: 30px;
    font-size: 30px;
width: 50%;
}
@media (max-width: 1066px){
.white_block {
    width: 100%;
}
}

@media (max-width:1080px) {
.call-us-block-elem-wrap {
width:50%;
}
}

@media (max-width:560px) {
.call-us-block-elem-wrap {
width:100%;
}
}

@media (max-width:1259px) {
.call-us-block-elem-wrap-uzk {
width:50%;
}
}

@media (max-width:795px) {
.call-us-block-elem-wrap-uzk {
width:100%;
}
}

@media (max-width:720px) {
.call-us-block-elem-wrap-uzk {
width:50%;
}
}

@media (max-width:509px) {
.call-us-block-elem-wrap-uzk {
width:100%;
}
}

.elem-number-one:after, .elem-number-two:after, .elem-number-three:after, .elem-number-four:after {
width: 100%;
    text-align: center;
    left: 0;
    position: absolute;
    top:50%;
    font-size: 110px;
    line-height: 0.76;
    font-family: inherit;
    margin-top:-36px;
    color: rgba(45,45,45,0.11);
}

.elem-number-one:after {
    content:"1";
}
    
.elem-number-two:after {
    content:"2";
}
    
.elem-number-three:after {
    content:"3";
}
    
.elem-number-four:after {
    content:"4";
}
.white_block2 {
    background-color: #ab9bbd;
    padding: 15px;
    opacity: 0.9;
    margin-top: 30px;
    font-size: 30px;
    width: 60%;
}
@media (max-width: 1066px) {
.white_block2 {
    width: 100%;
}
}