#primary-menu ul li > a {
	padding: 39px 11px;
	font-weight: normal;
	font-size: 16px;
}

#primary-menu ul ul li > a {
	font-size: 13px;
	font-weight: normal;
	color: #444;
}

#primary-menu ul ul:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content {
	width: 240px;
}

#primary-menu ul ul:not(.mega-menu-column) ul {
	top: -2px !important;
	left: 238px;
}

#primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert { right: 238px; }

.footer-big-contacts {
	color: #6f716f;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
}

.footer-big-contacts a {
	color: #6f716f;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
}

.footer-big-contacts a:hover {
	color: #008244;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
}

.footer-big-contacts span {
	display: block;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	color: #008244;
	letter-spacing: 2px;
}

.dark .footer-big-contacts { color: rgba(255,255,255,0.8); }

.fixed-feedback {
	position: fixed;
	top: 25%;
	right: -300px;
	width: 300px;
	height: auto;
	z-index: 299;
	background-color: #008244;
	-webkit-transition: right .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-o-transition: right .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: right .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -webkit-backface-visibility: hidden;
}

.fixed-feedback .fixed-feedback-button {
	position: absolute;
	left: -50px;
	color: #fff;
	writing-mode: vertical-rl;
	font-size: 1rem;
	background-color: #008244;
	padding: 15px 10px;
	cursor: pointer;
}

.fixed-feedback .fixed-feedback-form {
	opacity: 0;
	padding: 25px 30px;
	transition: opacity .3s .15s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.fixed-feedback.fixed-feedback-open { right: 0; }
.fixed-feedback.fixed-feedback-open .fixed-feedback-form { opacity: 1; }

#logo img {
	padding-top:5px;
	padding-bottom:5px;
}