@media only screen and (min-width: 768px) {
	.title-fcb {
		font-size: 36px;
		text-align: center;
		padding-top: 50px;
		padding-bottom: 50px;
		color: #FFEDCF;
	}
	.btn-closs img {
		float: right;
		margin-top: -36px;
		margin-right: -36px;
	}
	.main-content-fcb {
		color: #ECD2A5;
		font-size: 19px;
		margin-left: 76px;
	}
	.modal-note {
		font-style: italic;
		color: #ECD2A5;
		margin-left: 76px;
		padding-bottom: 67px;
		font-size: 19px;
	}
	.main-content-fcb li {
		list-style: inherit !important;
		padding-bottom: 30px;
	}
	.fancybox-bg {
		background: black !important;
	}
	.fancybox-content {
		background: #232323 !important;
		max-width: 970px !important;
	}
	.fancybox-button svg {
		color: #837050 !important;
	}
	.box-send-mess {
		margin-top: 5px;
		margin-left: 101px;
	}
	.fancybox-button svg {
		    display: none !imporant;
	}
}
@media only screen and (max-width: 768px) { 
		.fancybox-button svg {
		    display: none !imporant;
	}
	.title-fcb {
		font-size: 21px;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
		color: #FFEDCF;
	}
	.btn-closs img {
		float: right;
		margin-top: -36px;
		margin-right: -36px;
	}
	.main-content-fcb {
		color: #ECD2A5;
		font-size: 14px;
	}
	.modal-note {
		font-style: italic;
		color: #ECD2A5;
		font-size: 14px;
	}
	.main-content-fcb li {
		list-style: inherit !important;
		padding-bottom: 30px;
	}
	.fancybox-bg {
		background: black !important;
	}
	.fancybox-content {
		background: #232323 !important;
		max-width: 970px !important;
	}
	.fancybox-button svg {
		color: #837050 !important;
	}
}