.contact-bt {
	position: fixed;
	width: 90px;
	height: 70px;
	background: #FDE053;
	right: 0;
	bottom: 30px;
	z-index: 999; 
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	color: #000;
	font-family: 'CrystalBetUni-Medium';
	padding-top: 40px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.contact-bt:after {
	content: '\e807';
	font-family: "cb-icons";
	font-size: 18px;
	color: #262000;
	position: absolute;
	top: 16px;
	width: 100%;
	left: 0;
	text-align: center
}
.contact-bt:hover {
	background: #fcf178;
}

.contact-container-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	background: rgba(0,0,0,0.5);
	display: none;
}
.contact-container {
	width: 560px;
	height: 100vh;
	min-height: 1176px;
	position: fixed;
	background: #fff;
	right: -560px;
	top: 0;
	z-index: 1000;
	opacity: 0;

}

.contact-container-title {
	width: 100%;
	height: 112px;
	background: #FAFAFA;
	line-height: 112px;
	padding-left: 50px;
	box-sizing: border-box;
	color: #4C4C4C;
	font-size: 14px;
	position: relative;
	font-family: 'CrystalBetUni-Medium';
}



.contact-container-close-bt {
	width: 60px;
	height: 60px;

	position: absolute;
	right: 25px;
	top: calc(50% - 30px);
	cursor: pointer;
	text-align: center;
	line-height: 60px;
}
.contact-container-close-bt:after {
	content: '\e818';
	font-family: "cb-icons";
	font-size: 14px;
	color: #CCCCCC;
}

.contact-container-phone-container {
	width: 480px;
	position: relative;
	margin: 0 auto;
	height: 117px;
	box-sizing: border-box;
	border-bottom: 1px solid #E5E5E5;
}


.contact-container-phone {
	width: 375px;
	height: 67px;
	display: block;
	margin:40px auto 0 auto;
	text-decoration: none;
	color: #333333;
	font-family: 'CrystalBetUni-Regular';
	font-size: 14px;
	text-align: center;

	/*pointer-events: none;*/
}
.contact-container-phone a {
	display: inline-block;
	height: 20px;
	padding-left: 40px;
	box-sizing: border-box;
	position: relative;
	margin-top: 25px;
	font-size: 20px;
	color: #333333;
	line-height: 20px;
	z-index: 0;
}
.contact-container-phone a:link {
      text-decoration: none;
}
.contact-container-phone a:after {
	content: '\e808';
	font-family: "cb-icons";
	font-size: 20px;
	color: #FFCC00;
	position: absolute;
	left: 0;	
}
.contact-container-phone a:before {
    content: '';
    position: absolute;
    top: -24px;
    left: -11px;
    background: rgba(217,217,217,1);
    width: 100%;
	height: 67px;
	display: inline;
	padding: 0 11px;
	z-index: -1;
	display: none;
}
.contact-container-phone a:hover::before {
	display: inline;
}
.contact-container-phone span {
	padding: 0 24px;
}

.contact-container-social-container {
	width: 480px;
	position: relative;
	margin: 0 auto;
	height: 140px;
	box-sizing: border-box;
	display: flex;
	padding-top: 30px;	
}
.contact-container-social-bt {
	height: 76px;
    display: block;
    flex-grow: 1;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    padding-top: 43px;
    cursor: pointer;
    font-family: 'CrystalBetUni-Medium';
    color: #333333;
    text-decoration: none;
}
.contact-container-social-bt:hover {
	background: #D9D9D9;
}
.contact-container-social-bt:after {
	
	font-family: "cb-icons";
	font-size: 22px;
	top: 11px;
	color: #666;
	position: absolute;
	
	width: 100%;
	left: 0;
	text-align: center;	
}
.contact-container-social-bt.email:after {
	content: '\e81b';
}
.contact-container-social-bt.email:hover:after {
	color: #FFDD33;
}

.contact-container-social-bt.livechat:after {
	content: '\e811';
}
.contact-container-social-bt.livechat:hover:after {
	color: #FFCC00;
}

.contact-container-social-bt.messanger:after {
	content: '\e810';

}
.contact-container-social-bt.messanger:hover:after {
	color: #2196F3;
}

.contact-container-social-bt.viberchat:after {
	content: '\e80f';
}
.contact-container-social-bt.viberchat:hover:after {
	color: #7D3DAF;
}

.contact-container-map-container {
	width: 100%;
	height: 420px;
	background: #F2F2F2;
}

.contact-container-map-area {
	position: relative;
	width: 480px;
	height: 350px;
	overflow: hidden;
	border-radius: 5px;
	margin-left: -5px;
}
#mapfullContactContainer {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: 0px;
    height: calc(100% - 50px);

filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
-webkit-backface-visibility: hidden;  /* Fix for transition flickering */    
}


.contact-container-map-container-title {
	width: 100%;
	height: 80px;
	background: #F2F2F2;
	box-sizing: border-box;
	line-height: 80px;
	padding-left: 50px;
	font-family: 'CrystalBetUni-Medium';
	color: #666666;
	font-size: 14px;
	position: relative;
}
.contact-container-map-container-title-bt {
	height: 50px;
	display: block;
	position: absolute;
	right: 50px;
	line-height: 50px;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	top: calc(50% - 25px);
	padding-left: 16px;
	padding-right: 23px;
	cursor: pointer;
}
.contact-container-map-container-title-bt:before {
	content: '';
	width: 8px;
	height: 1px;
	background: #666666;
	position: absolute;
	left: 0px;
	top: calc(50% - 0.5px);
}
.contact-container-map-container-title-bt:after {
	content: '\e819';
	font-family: "cb-icons";
	font-size: 11px;
	color: #666666;
	position: absolute;
	top: 0px;
	right: 0;
}

.contact-container-social-footer-container {
	width: 100%;
	position: relative;
	padding-top: 50px;
	text-align: center;
}
.contact-container-social-footer-bt {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #cccccc;
	border-radius: 40px;
	cursor: pointer;
	line-height: 40px;
	text-align: center;
	position: relative;
	text-decoration: none;
}
.contact-container-social-footer-bt:after {
	
	font-family: "cb-icons";
	
	color: #fff;
}

.contact-container-social-footer-bt.fb:after {
	content: '\e809';
	font-size: 20px;
}
.contact-container-social-footer-bt.fb:hover {
	background: #3B5998;
}

.contact-container-social-footer-bt.youtube:after {
	content: '\e80a';
	font-size: 16.2px;
}
.contact-container-social-footer-bt.youtube:hover {
	background: #D22215;
}

.contact-container-social-footer-bt.insta:after {
	content: '\e80b';
	font-size: 24.3px;
}
.contact-container-social-footer-bt.insta:hover {
	background: radial-gradient(122.72% 144.38% at 1.83% 90.83%, #FED576 0%, #F47133 26.34%, #BC3081 60.91%, #4C63D2 100%);
}


@media screen and (max-width: 1591px) and (min-width: 1300px) {
	/* #body.view_normal */

	#body .contact-container {
		width: 400px;
	}

	#body .contact-container-title {
		height: 76px;
		line-height: 76px;
		font-size: 13px;
	}

	#body .contact-container-phone-container {
		width: 340px;
	    height: 77px;
	}

	#body .contact-container-phone {
		width: 340px;
		margin: 10px 0 0 0;
	}

	#body .contact-container-close-bt {
	    right: 0px;
	}

	#body .contact-container-phone a {
		font-size: 16px;
		padding-left: 36px;
	}
	#body .contact-container-phone span {
	    padding: 0px 20px;
	}

	#body .contact-container-social-bt:after {
		font-size: 16px;
	}
	#body .contact-container-social-bt {
		font-size: 11px;
		height: 60px;
		padding-top: 34px;
	}
	#body .contact-container-social-container {
	    width: 340px;
	    height: 80px;
	    padding-top: 10px;
	}
	#body .contact-container-map-container-title {
	    height: 62px;
	    line-height: 62px;
	    font-size: 13px;
	    padding-left: 36px;
	}
	#body .contact-container-map-area {
	    width: 340px;
	    height: 213px;
	}
	#body .contact-container-map-container {
	    height: 252px;
	}
	#body .contact-container-social-footer-bt {
		width: 32px;
		height: 32px;
		border-radius: 32px;
		line-height: 32px;
	}
	#body .contact-container-social-footer-bt.fb:after {
	    font-size: 15px;
	}
	#body .contact-container-map-container-title-bt {
	    right: 30px;
	}

	#body .contact-container-social-footer-bt.youtube:after {
	    font-size: 12.9px;
	}
	#body .contact-container-social-footer-bt.insta:after {
	    font-size: 16.4px;
	}
	#body .contact-container-social-footer-container {
	    padding-top: 30px;
	}
}

/* #body.view_1024 */

#body.view_1024 .contact-container {
	width: 300px;
}

#body.view_1024 .contact-container-title {
	height: 108px;
	line-height: 108px;
	font-size: 13px;
	padding-left: 19px;
}

#body.view_1024 .contact-container-phone-container {
	width: 262px;
    height: 77px;
}

#body.view_1024 .contact-container-phone {
	width: 262px;
	margin: 10px 0 0 0;
}

#body.view_1024 .contact-container-close-bt {
    right: 0px;
}

#body.view_1024 .contact-container-phone a {
	font-size: 14px;
	padding-left: 26px;
}
#body.view_1024 .contact-container-phone span {
    padding: 0px 20px;
}

#body.view_1024 .contact-container-social-bt:after {
	font-size: 14px;
}
#body.view_1024 .contact-container-social-bt {
	font-size: 9px;
	height: 60px;
	padding-top: 34px;
}
#body.view_1024 .contact-container-social-container {
    width: 262px;
    height: 80px;
    padding-top: 10px;
}
#body.view_1024 .contact-container-map-container-title {
    height: 62px;
    line-height: 62px;
    font-size: 11px;
    padding-left: 20px;
}
#body.view_1024 .contact-container-map-area {
    width: 262px;
    height: 190px;
}
#body.view_1024 .contact-container-map-container {
    height: 252px;
}
#body.view_1024 .contact-container-social-footer-bt {
	width: 28px;
	height: 28px;
	border-radius: 28px;
	line-height: 28px;
}
#body.view_1024 .contact-container-social-footer-bt.fb:after {
    font-size: 15px;
}
#body.view_1024 .contact-container-map-container-title-bt {
    right: 20px;
    font-size: 11px;
}

#body.view_1024 .contact-container-social-footer-bt.youtube:after {
    font-size: 12.9px;
}
#body.view_1024 .contact-container-social-footer-bt.insta:after {
    font-size: 16.4px;
}
#body.view_1024 .contact-container-social-footer-container {
    padding-top: 30px;
}

#body .contact-container .gmnoprint,
#body .contact-container .gm-fullscreen-control {
	display: none;
}