﻿
.section-moked {
    /* min-height: 182px; */
    background: #000006 url("../images/moked.png") no-repeat center center;
    background-size: cover;
}

.moked-container {
    display: flex;
    justify-content: center;
    margin: 20px auto 20px;
}

.moked-title {
    font-family: "noto-sans-hebrew-ex-cond", sans-serif;
    font-size: 33px;
    line-height: 1;
    font-weight: 400;
    margin: 0px auto 0;
    text-align: center;
}

.moked-title span{
	font-size: 28px;
}

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

.moked-tel {
    /* font-family: "noto-sans-hebrew-ex-cond", sans-serif; */
    /* font-size: 68px; */
    /* font-weight: 900; */
    /* line-height: 1; */
    /* letter-spacing: 2px; */
    /* text-align: center; */
    display: block;
    margin: 0px auto 0;
    /* color: #fb2736; */
}

.moked-tel:hover{
	text-decoration: underline;
}

.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;
	}
	
}




