/* CSS Document */
.cellView {
	display: none;
}
.deskView {
	display: block;
}
.header {
	height: 100px;
	background-color: var(--white);
	box-shadow: 0px 4px 8px rgba(80, 80, 80, 0.3);
	position: relative;
}
.head-in {
	display: flex;
}
.header-inner {
	display: flex;
	margin: auto;
	width: 1280px;
}
.menu-box {
	display: flex;
}
.logo {
	background-image: url(../images/small-world-logo.svg);
	width: 110px;
	height: 80px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin: 10px 0 10px 20px;
}
.menus-items {
    line-height: 27px;
    padding: 37px 20px 36px;
    cursor: pointer;
    white-space: nowrap;
}
.in-links {
	display: flex;
	margin: 30px 0 30px 0;
}
.flex-rev .in-links {
	margin: 30px 0 30px 0;
}
.link-blue {
	background-color: var(--blue);
	height: 40px;
	width: 40px;
	margin: 0 8px;
	border-radius: 40px;
	background-size: 24px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.link1 {
	width: 187px;
	text-align: center;
	font-weight: 700;
	line-height: 40px;
	color: var(--white);
	font-size: 18px;
	margin:0;
}
.link2 {
	background-image: url(../images/instagram_icon.svg);
}
.link3 {
	background-image: url(../images/fb_icon.svg);
}
.link4 {
	background-image: url(../images/phone_icon.svg);
}
.menu-list {
	display: none;
	background: #FFFFFF;
	box-shadow: 0px 0px 14px rgba(192, 195, 201, 0.4);
	border-radius: 8px;
	padding: 16px 0;
	position: absolute;
	margin-top: 20px;
}
.menus-items:hover .menu-list {
	display: block;
}
.menu-li-itm {
	height: 47px;
	line-height: 47px;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	cursor: pointer;
	padding: 0 16px;
}
.menu-li-itm:hover {
	background-color: #f1f1f1;
}
.menu-link {
	text-decoration: none;
}
.flex-rev .logo {
	margin: 10px 0 10px 0;
}
.lang-sel, .lang-opt {
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	color: #fff;
	background-color: #1b469e;
	border-radius: 50%;
	cursor:default;
}
.pointer {
	cursor:pointer;
}

.link-blue.misj {
	height: 45px;
	background-color: #fff;
}
.misj:hover .lang-opt {
	display: block;
}
.mip-gap {
	width: 20px;
}
.bip-gap {
	width: 52px;
}
.dip-gap {
	width: 8px;
}
