a:hover, a:focus, a:active {
	color: #b3c87a;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-weight: 300;
}

p, li {
	font-size: 14px;
}

ul {
	list-style-type: circle;
}

ul.about-list li {
	font-size: 18px;
}

.form-lock body {
	overflow: hidden!important;
}

.color {
	color: #347A2A;
}

#sp-main-body {
	padding: 30px 0;
}

.sp-module-title, .article-header > h1 {
	border-bottom: 1px solid #ebebeb;
}

.sp-module-title:after,  .article-header > h1:after {
	width: 40px;
	margin-top: 12px;
	margin-bottom: -1px;
	display: block;
	content: "";
	background: #347A2A;
	width: 30px;
	height: 2px;
}

#sp-section-1 {
	padding: 32px 0 17px 0;
	margin-bottom: 10px;
}

.subtitle {
	font-size: 18px;
	margin: 15px 0;
	font-weight: 400;
}

#sp-breadcrumb {
	margin-top: 15px;
}

.breadcrumb {
	background-color: transparent;
	background: url('http://www.ukrdez.com.ua/images/progress-bg.png');
	background-position: center;
	padding: 15px;
	margin-bottom: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #202e24;
	content: "\f105";
}

.header_top .icon_text {
	position: relative;
	line-height: 16px;
	padding: 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.header_top .col-md-auto:first-child .icon_text:after {
	display: none;
}

.header_top .icon_text .icon {
	font-size: 26px;
	margin-right: 20px;
	color: #347a2a;
}

.header_top .icon_text:after {
	content: '';
	top: auto;
	left: -15px;
	display: block;
	position: absolute;
	background: #333;
	opacity: 0.1;
	height: 34px;
	width: 1px;
}

.header_top .icon_text .text {
	color: #000;
	line-height: 16px;
	white-space: nowrap;
}

.header_top .icon_text .text strong {
	font-size: 18px;
	font-weight: 700;
}

.header_top .icon_text .text a {
	font-weight: 600;
}

.navigation-block {
	background-color: #347A2A;
}

.sp-megamenu-parent > li > a {
	color: #fff;
	font-size: 14px;
}

.sp-megamenu-parent > li > a:hover,
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active > span {
	color: #b3c87a;
}

.sp-megamenu-parent > li {
	position: relative;
	padding: 0 10px;
}

.sp-megamenu-parent > li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	height: 20px;
	width: 1px;
	margin: -10px 0 0;
	background: rgba(255, 255, 255, 0.2);
}

.sp-megamenu-parent > li:first-child {
	padding-left: 0;
}

.sp-megamenu-parent > li:first-child:after {
	display: none;
}

.sp-megamenu-parent > li:last-child {
	padding-right: 0;
}

.title {
	letter-spacing: -0.06em;
	color: #222222;
	padding: 0;
	margin: 0 0 23px;
	font-size: 45px;
	line-height: 60px;
	margin-top: 50px;
}

#sp-left .sp-module ul.menu, #sp-right .sp-module ul.menu {
	margin-top: 30px;
}

#sp-left .sp-module ul.menu a, #sp-right .sp-module ul.menu a,
#sp-left .sp-module ul.menu li.active > span, #sp-right .sp-module ul.menu li.active > span {
	font-size: 14px;
	display: -ms-flexbox;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-ms-flex-pack: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	background: #f6f6f6;
	padding: 17px 17px 19px 20px;
	line-height: 24px;
	color: #303030;
	margin-top: 10px;
	-webkit-transition: color .2s ease 0s,background .2s ease 0s;
	-moz-transition: color .2s ease 0s,background .2s ease 0s;
	transition: color .2s ease 0s,background .2s ease 0s;
	border: none;
	position: relative;
}

#sp-left .sp-module ul.menu a:after, #sp-right .sp-module ul.menu a:after,
#sp-left .sp-module ul.menu li.active > span:after, #sp-right .sp-module ul.menu li.active > span:after {
	display: inline-block;
	font-family: FontAwesome;
	line-height: 1;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #202e24;
	content: "\f105";
	position: absolute;
	right: 15px;
	top: auto;
	opacity: 0.2;
	font-size: 24px;
}

#sp-left .sp-module ul.menu a:hover, #sp-right .sp-module ul.menu a:hover,
#sp-left .sp-module ul.menu a:hover:after, #sp-right .sp-module ul.menu a:hover:after {
	color: #347A2A;
}

.service-list {
	background: #f6f6f6;
	text-align: center;
	padding-top: 30px;
}

.service-list .service-icon {
	position: relative;
}

.service-list h2 {
	font-size: 24px;
	line-height: 42px;
}

.service-list p {
	padding-bottom: 9px;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	padding: 0;
	margin-top: 10px;
	width: 85%;
	color: #303030;
	text-align: center;
	margin: 0 auto;
}

.service-list a {
	color: #111;
}

.service-list a:hover {
	color: #347a2a;
}

.features-calculator:before {
	content: "\f1ec";
	display: inline-block;
	font-size: 48px;
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #fff;
	color: #347A2A;
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 auto;
}

.service-list .more {
	background: #fff;
	border-color: #fff;
	color: #303030;
	display: inline-block;
	margin-top: 60px;
	margin-bottom: 30px;
}

.more, .more:hover {
	color: #fff;
	font-size: 14px;
	background: #347A2A;
	padding: 13px 37px 12px;
	text-align: center;
	cursor: pointer;
	line-height: 24px;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	border-radius: 999px;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}

.author {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center;
}

.author img {
	max-width: 120px;
	width: 100%;
	margin-left: 10px;
}

.about_us, .our_services {
	padding: 30px 0;
}

.about_us-block, .our_services-block {
	text-align: center;
	padding: 15px 0;
}

.about_us-block img,
.our_services-block img {
	margin: 0 auto;
}

.about_us-block h4,
.our_services-block h4 {
	font-size: 18px;
	margin: 15px 0;
	font-weight: 400;
}

.about_us-block p {
	font-size: 14px;
	color: #777;
}

.our_services h2 {
	padding: 15px 0;
}

.our_services .phone {
	font-size: 20px;
	text-align: center;
	padding: 15px 0;
	font-weight: 300;
	margin-top: 15px;
}

.our_services .phone > span {
	color: #347a2a;
	font-weight: 500;
}

.our_services-block img {
	margin-bottom: 20px;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.our_services-block h4 {
	font-size: 24px;
}

.our_services-block p {
	font-size: 18px;
	color: #333;
	font-weight: 300;
}

.our_services-block a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 400;
	color: #2e2e2e;
}

.our_services-block a:hover {
    color: #23a457;
}

.our_services-block a i.fa {
	margin-left: 5px;
}

.footer1 img {
	width: 100%;
	margin-bottom: 15px;
	border-radius: 4px;
}

.footer1 .info {
	opacity: 0.5;
}

#sp-footer,
#sp-bottom {
	background: #202E24;
	color: #fff;
}

#sp-bottom .sp-module-title, 
#sp-footer .sp-module-title {
	font-size: 18px;
	border-color: rgba(255, 255, 255, .1);
}

.info {
	font-weight: 300;
}

#sp-bottom .sp-module ul > li > a,
#sp-bottom .sp-module ul > li.active > span {
	color: #fff;
	position: relative;
	padding-left: 30px;
	font-weight: 300;
}

#sp-bottom .sp-module ul > li > a:before,
#sp-bottom .sp-module ul > li.active > span:before {
	content: "";
	background-image: url('/images/check.svg');
	-webkit-background-size: 100%;
	background-size: 100%;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: auto;
}

#sp-bottom .sp-module ul > li > a:hover {
	text-decoration: underline;
}

.company_history_timeline,
.country_map_list {
	position: relative;
	margin-top: 30px;
}

.company_history_timeline > ul,
.country_map_list > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.company_history_timeline > ul > li,
.country_map_list > ul > li {
	margin: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.company_history_timeline > ul > li .year {
	font-size: 20px;
	font-weight: 600;
	color: #347A2A;
}

.company_history_timeline > ul > li .sep {
	position: relative;
	display: table-cell;
	width: 80px;
}

.company_history_timeline > ul > li .sep:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 20px;
	bottom: -5px;
	width: 1px;
	background: #e6e6e6;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.company_history_timeline > ul > li .sep:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 8px;
	width: 9px;
	height: 9px;
	background: #b3c87a;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.company_history_timeline > ul > li:last-child .sep:before {
	display: none;
}

.company_history_timeline > ul > li .company_history_text {
	display: table-cell;
	padding: 0 0 50px;
}

.company_history_timeline > ul > li .company_history_text h4 {
	margin: 0 0 16px;
	padding: 0;
	font-weight: 600;
	font-size: 20px;
}

.country_map_list > ul > li .country_map_text h4 {
	font-size: 20px;
}

.company_history_timeline > ul > li .company_history_text p {
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	color: #777;
}

.contact-list {
	padding-left: 0;
}

.contact-list li {
	list-style: none;
	position: relative;
	margin-bottom: 15px;
	margin-left: 40px;
}

.contact-list li .fa {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: -35px;
	width: 30px;
	text-align: center;
	font-size: 24px;
	color: #347A2A;
}

.contact-phone a, .contact-email a {
	font-size: 18px;
	font-weight: 700;
}

.contact-address {
	font-size: 18px;
}

.contact-phone-after {
	line-height: 1;
	margin-top: -15px;
}

.contacts-info {
	font-size: 13px;
	color: #777;
}

.contactus-form {
	margin-top: 15px;
}

div.contactus-form button[type="submit"].contactus-button {
	width: 100%;
}

input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
	border-radius: 0;
}

#offcanvas-toggler > .fa {
	color: #fff;
}

.offcanvas-menu .offcanvas-inner {
	margin: 50px 0;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li {
	padding: 0 20px 10px 20px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 10px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li:last-child a {
	border-bottom: none;
}

span.logo {
	display: block;
}

span.logo a {
	font-size: 24px;
	font-weight: 500;
}

span.logo-slogan {
	display: block;
	font-size: 11px;
	white-space: nowrap;
	font-weight: 500;
}

#sp-logo-mobile {
	display: none;
}

.company_history_nassp .company_history_timeline > ul > li .company_history_text {
	padding-bottom: 30px;
}

.company_history_nassp .company_history_timeline > ul > li .company_history_text {
	max-width: 80%;
}

.company_history_nassp .company_history_timeline > ul > li .company_history_text p {
	font-weight: 400;
	font-size: 16px;
	color: #000;
}















@media (max-width: 1440px) {}

@media (max-width: 1200px) {}

@media (max-width: 992px) {}

@media (min-width: 768px) and (max-width: 1200px) {
	span.logo a {
		font-size: 20px;
	}
	span.logo-slogan {
		font-size: 9px;
	}
	.header_top .icon_text .text {
		font-size: 11px;
	}
	.header_top .icon_text {
		padding: 10px 5px;
	}
}

@media (max-width: 768px) {
	.navigation-block .row {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		-o-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	#sp-logo-mobile {
		display: unset;
	}
	#sp-header #sp-logo-mobile .logo {
		height: auto!important;
	}
	.h1, h1 {
		font-size: 1.7rem;
	}
	.h2, h2 {
		font-size: 1.6rem;
	}
	.h3, h3 {
		font-size: 1.5rem;
	}
	.h4, h4 {
		font-size: 1.4rem;
	}
	.h5, h5 {
		font-size: 1.3rem;
	}
	.h6, h6 {
		font-size: 1.2rem;
	}
	#sp-header #sp-logo-mobile span.logo a {
		color: #fff;
		white-space: nowrap;
		font-size: 18px;
	}
	#sp-header #sp-logo-mobile span.logo-slogan {
		color: #e5e5e5;
		font-weight: 300;
		font-size: 11px;
		line-height: 1.4;
	}
	.company_history_timeline > ul > li .company_history_text {
		width: 90%;
		padding: 0 0 30px 15px;
	}
	.about img {
		width: 100%!important;
		padding: 0!important;
	}
	.header_top .col-md-auto, 
	.company_history_timeline > ul > li .sep,
	#sp-logo {
		display: none;
	}
	.header_top .col-md-auto:first-child {
		display: unset;
	}
	#sp-right {
		margin-top: 30px;
	}
	#sp-footer1, 
	#sp-footer2 {
		text-align: center;
	}
	.author {
		justify-content: center;
		margin-top: 15px;
	}
	#sp-footer .container-inner {
		padding: 15px 0;
	}
}

@media (max-width: 576px) {}

@media (max-width: 375px) {
	#sp-header #sp-logo-mobile span.logo a {
		font-size: 18px;
	}
	#sp-header #sp-logo-mobile span.logo-slogan {
		font-size: 9px;
	}
}

@media (max-width: 325px) {
	#sp-header #sp-logo-mobile span.logo a {
		font-size: 17px;
	}
	#sp-header #sp-logo-mobile span.logo-slogan {
		font-size: 8px;
	}
}
