﻿.moked-tel-sml {
    font-size: 24px;
    margin-top: 8px;
}

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

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


.moked-left-container {
    justify-content: space-between;
    display: flex;
    width: 688px;
}

.moked-title {
    /* font-family: "noto-sans-hebrew-ex-cond", sans-serif; */
    font-size: 30px;
    line-height: 1;
    font-weight: 300;
    margin: 0px auto 0;
    text-align: center;
    letter-spacing: 1px;
}

.moked-title strong{
	font-weight: 600;
}

.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: 6px auto 0;
    /* color: #fb2736; */
}

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

.moked-tel img{
	width: 300px;
}

.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: 920px) {
	.moked-left-container {
		width: auto;
	}
}

@media screen and (max-width: 820px) {
	.moked-left-container {
		display: block;
	}
	
	.moked-title {
		font-size: 26px;
	}
	
	.moked-cops {
		margin: 3% auto 0;
	}
}

@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: 5.6vw;
		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: 2% auto 0;
	}
	
}




