﻿
.section-moked {
    min-height: 332px;
	min-height: 80px;
    background: #1C2C16;
    background-size: cover;
}

.moked-container {
    /* display: flex; */
    /* justify-content: center; */
    margin: 95px auto 0px;
    text-align: center;
}

.moked-title {
    font-family: "noto-sans-hebrew-ex-cond", sans-serif;
    font-size: 37px;
    line-height: 1;
    font-weight: 900;
    margin: 0px auto 0;
    /* text-align: center; */
    color: #92AA8A;
}

.moked-title span{
	font-size: 32px;
	/* font-weight: 800; */
}

.moked-sep {
    height: 62px;
    width: 5px;
    background: #fb2736;
    /* margin: 22px auto 0; */
    /* padding-right: 5%; */
}

.moked-tel {
    font-family: "Assistant", sans-serif;
    font-size: 107px;
    font-weight: 900;
    line-height: 0.85;
    letter-spacing: -3px;
    /* text-align: center; */
    display: inline-block;
    margin: 0px auto 0;
    color: #CDE57C;
    position: relative;
}

a.moked-tel::before, .moked-tel::after{
	content: '';
	height: 2.5px;
	width: 90px;
	background: #92AA8A;
	display: block;
	position: absolute;
	top: 49px;
}

a.moked-tel::before{
	right: -180px;
}

a.moked-tel::after{
	left: -180px;
}



.moked-tel:hover{
	/* text-decoration: underline; */
	color: #fdfdfd;
}

.moked-texts {
}

.moked-right {
    display: flex;
    align-items: center;
    margin-left: 22px;
    justify-content: space-between;
    width: 112px;
    /* padding-left: 0%; */
}

.moked-icon {
    text-align: center;
    /* margin: 30px auto 0; */
    padding-left: 0%;
}

.moked-icon img{
	width: 72px;
}

.moked-tel-container {
    /* display: flex; */
    /* flex-direction: row-reverse; */
    /* justify-content: space-between; */
    /* align-items: center; */
}

.moked-red{
	color: #fb2736;
}



@media screen and (max-width: 620px) {
	
	.moked-container {
		display: block;
	}
	
	.moked-right {
		display: block;
		margin: auto;
	}
	
	.moked-icon img {
		width: 68px;
	}
	
	.moked-sep {
		width: 42px;
		height: 6px;
		background: #fb2736;
		margin: 22px auto 0;
	}
	
	.moked-title {
		margin: 14px auto 0;
	}
	
	.moked-tel {
		margin: 8px auto 0;
		text-align: center;
	}
}



@media screen and (max-width: 480px) {
	.moked-title {
		font-size: 7vw;
		margin: 3% auto 0;
	}
	
	.moked-title span{
		font-size: 6vw;
	}
	
	.moked-icon img {
		width: 15vw;
	}
	
	.moked-tel img{
		width: 84%;
	}
	
	.moked-sep {
		height: 4px;
		background: #fb2736;
		margin: 11% auto 0;
	}
	
	.moked-tel {
		margin: 1% auto 0;
	}
	
}




