@import "http://fonts.fontstorage.com/import/boncegro.css";

body,
div,
p {
	font-family: Roboto, sans-serif;
	font-size: 16px;
}

.bs {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
}

.headeryear {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #000;
	text-transform: uppercase;
	transform: translate(0, 90%);
}

.nicon path {
	fill: #73ab10;
}

.well {
	padding: 0;
	border: none;
}

.news {
	padding: 15px;
}

.nicon.ready path {
	transition: all 0.3s ease;
	fill: #313143;
}

.navbar-nav > li {
	max-height: 40px!important;
}

.nicon {
	position: relative;
	bottom: 1px;
	margin-right: 7px;
	height: 20px;
	display: inline-block;
}

.nicon.ready {
	position: relative;
	top: 6px;
	margin-right: 0;
	height: 30px;
}

.step-box.light-step-box:hover .step-box-icon .nicon.ready path {
	fill: #fff!important;
}

.navbar .navbar-nav > li > a {
	color: #333;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}

.portfolio-item .portfolio-picture {
	border-radius: 5px;
}

.portfolio-item .portfolio-picture img {
	width: 100%;
	transition: all 0.3s ease;
}
.navbar-header.icon img{
    position: absolute;
    top: 52px;
    height: 65px;
    margin-left: 15px;
}

* {
	outline: none!important;
}

#parallax {
	background: #313143;
	height: 600px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.layer {
	width: 100%;
	height: 100%;
}

.inlayer {
	width: 100%;
	height: 100%;
	display: block;
}

.team-carousel .slick-arrow,
.teamslider .slick-arrow {
	position: absolute;
	top: 30%;
	font-size: 6rem;
	z-index: 999;
	width: 50px;
	height: 50px;
	text-align: center;
	padding: 0;
	line-height: 49px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.teamslider .slick-prev {
	left: -50px;
}

.teamslider .slick-next {
	right: -50px;
}

.team-carousel .slick-prev {
	left: 50px;
	color: #fff;
}

.team-carousel .slick-next {
	right: 50px;
	color: #fff;
}

.team-carousel .slick-slide,
.teamslider .slick-slide {
	outline: none;
}

.skill ul {
	padding-left: 3rem;
	padding-bottom: 1rem;
}

.skill ul li {
	padding-top: 2rem;
}

.page-header .breadcrumb a:before {
	display: none;
}

.page-header .breadcrumb span {
	padding: 0;
}

#accordion.vo > div {
	margin-bottom: 2rem;
}

.posr {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
}

.portfolio-item .portfolio-picture .portfolio-hover {
	line-height: 300px;
	background: rgba(44, 41, 66, 0.5);
	color: #fff;
}

.portfolio-item .portfolio-picture:hover img {
	transform: scale(1.1);
}

.blog-masonry .item:hover h5 {
	color: #73ab10;
}

#accordion.vo > div .panel-heading {
	border-radius: 5px;
	transition: background 0.3s ease;
}

.panel-default.dark .panel-heading {
	border-bottom: 3px solid #999;
	background: transparent;
	transition: border-bottom 0.5s, margin-top 0.5s;
}

.panel-default.dark .panel-heading:active {
	border-bottom: 0 solid #999;
	margin-top: 3px;
}

.panel-default > .panel-heading i {
	color: #2c2942!important;
	margin-right: 5px;
}

.panel-default > .panel-heading a {
	color: #2c2942;
}

#accordion.vo > div .panel-heading:hover {
	background: transparent;
}

#accordion.vo > div .panel-body {
	padding: 18px;
}
/*SLICK*/

.main-slider {
	height: 600px;
	overflow: hidden;
}

.main-slider .slick-slide {
	position: relative;
	border: 0;
}

/*.main-slider .slick-arrow {
	position: absolute;
	background: #fff;
	left: 50%;
	bottom: 20px;
	top: auto;
	font-size: 3em;
	z-index: 999;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	padding: 0;
	line-height: 49px;
	transition: all 0.3s ease;
	cursor: pointer;
}*/

.main-slider .slick-arrow {
    position: absolute;
    background: #fff;
    left: 50%;
    bottom: 10px;
    top: auto;
    font-size: 2em;
    z-index: 999;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    line-height: 33px;
    transition: all 0.3s ease;
	cursor: pointer;
}

.main-slider .slick-arrow:not(.slick-disabled):hover {
	background: #e5b624;
	color: #fff;
}

.main-slider .slick-next {
	transform: translate(calc(-50% + 35px));
}

.main-slider .slick-prev {
	transform: translate(calc(-50% - 35px));
}

.main-slider .slick-slide .after:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(49, 49, 67, 0);
	transition: all 1s ease 1s;
}

.main-slider .details {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 2em;
	z-index: 99;
	transform: translate(-50%,-50%);
	text-align: center;
}

.hai {
	height: auto!important;
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > li > a:hover {
	color: #73ab10!important;
}

.main-slider .details * {
	position: relative;
	overflow: hidden;
}

.main-slider .details animate {
	display: block;
}

.main-slider .slick-slide .details h2 animate {
	transform: translate(-20%, 130%);
	transition: transform 1s ease 0s;
    font-size: 0.6em;
}

.main-slider .slick-slide.slick-active .details h2 animate {
	transition: transform 3s ease 2s;
	transform: translate(0, 0);
	font-size: 0.6em;
}

.main-slider .slick-slide .details p animate {
	transition: transform 1s ease 0s;
	transform: translate(5%, 130%);
	font-size: 32px;
}

.main-slider .slick-slide.slick-active .details p animate {
	transition: transform 2s ease 2.5s;
	color: #eee;
	padding: 5px;
	transform: translate(0, 0);
}

.main-slider .slick-slide .details div {
	border-top: 1px solid transparent;
	padding-top: 10px;
	transition: all 1s ease 0s;
}

.main-slider .slick-slide.slick-active .details div {
	transition: all 4s ease 2s;
	border-top: 1px solid #999;
}

.main-slider .slick-slide .details div span animate {
	transition: all 1s ease 0s;
	transform: translate(0, 150%);
}

.main-slider .slick-slide.slick-active .details div span animate {
	transition: all 1s ease 3.5s;
	transform: translate(0, 0);
}

.main-slider .slick-slide.slick-active .details div span:nth-child(2) animate {
	transition: all 1s ease 4s;
	transform: translate(0, 0);
}

.main-slider .slick-slide.slick-active .details div span:nth-child(3) animate {
	transition: all 1s ease 4.5s;
	transform: translate(0, 0);
}

.main-slider .details p {
	font-weight: 300;
	padding: 0 !important;
	margin: 10px 0;
}

.main-slider .details h2 {
	color: #fff;
	font-size: 2em;
}

.main-slider .slick-arrow.slick-disabled {
	opacity: 0.2;
}

.main-slider .details div span animate {
	padding: 3px 7px;
	color: #000;
	background: #e5b624;
	display: inline-block;
	font-size: 1em;
}

animate {
	font-size: 1.25em;
	color: #fff;
}

.main-slider .slick-slide.slick-active .after:after {
	background: rgba(49, 49, 67, 0.8);
}

.bl {
	background: #313143;
}

.step-box i {
	color: #5b5b5b!important;
    font-size: 40px;
}

.portfolioFilters a.active-filter,
.portfolioFilters a:hover,
.step-box.light-step-box:hover .step-box-icon {
	color: #fff!important;
	background: #73ab10;
	border: 2px solid #ffffff;
}

.step-box.light-step-box:hover .step-box-icon i {
	color: #fff!important;
}

.textac {
	flex-shrink: 0;
	white-space: nowrap;
	position: absolute;
	top: 52%;
	transform: translate(0, -50%);
	left: 50px;
	font-family: 'Boncegro FF 4F';
	height: 80%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.textac > div {
	color: #e5b624;
	font-size: 4.5em;
	text-shadow: 0 3px 5px #000;
}

.textac.right {
	left: auto;
	right: 25px;
}

.textac img {
	height: 70% !important;
}

.textac.right img {
	height: 90% !important;
}
/* .textac.l img {
	padding-top: 0;
	width: 20vw;
}

.textac.r img {
	padding-top: 0;
	width: 10vw;
} */
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > li > a:hover {
	color: #1787b9;
}

.helper-dropdown-menu-li-hover,
.navbar .dropdown-menu > li > ul li:hover,
.navbar .dropdown-menu > li > ul li:hover > ul li:hover,
.navbar .dropdown-menu > li:hover {
	background-color: #313143;
	color: #fff;
	overflow: visible;
}

.bo {
	background: #fe9901!important;
}

.co {
	color: #fe9901!important;
}

#intro,
#team {
	background-color: #313143;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

section h1 {
	color: #333;
}

section .medium-thin-font {
	color: #da8300!important;
}

.nav ul.dropdown-menu {
	left: 50%;
	transform: translate(-50%);
	min-width: 250px;
}

.nav ul.dropdown-menu li a {
	white-space: normal;
}

.navbar .navbar-toggle {
	z-index: 9;
}

.step-box p strong {
	position: relative;
	left: 50%;
	transform: translate(-50%);
	text-align: center;
	display: block;
	width: auto;
	color: #73ab10;
	font-weight: 600 !important;
}

.logo h2 {
	color: #313143;
}

.bs h1 {
	color: #fff;
}

body {
	display: block;
}

.navbar {
	padding: 25px 100px 5px;
}

p {
	padding-bottom: 0 !important;
}

.navbar .social-header a {
	color: #666;
	margin-left: 0;
	display: block;
	width: auto;
	height: 24px;
	line-height: 24px;
	border-radius: 50%;
	text-align: center;
	font-size: 1.25em;
}

.navbar .social-header {
	height: 20px;
	float: right;
	padding-top: 0;
	padding-left: 40px;
	position: relative;
	top: -10px;
}

.navbar .social-header a:hover {
	color: #1787b9;
	background: none;
}

.btn.theme {
	background: #fff;
	border: none;
	color: #313143;
	padding: 10px 15px;
	text-shadow: none;
	transition: all 0.3s ease;
}

.btn.theme:hover {
	background: #e5b624;
}

.btn.theme:after {
	display: none;
}

.navbar-toggle {
	margin-right: 0;
}

.after {
	height: 100%;
}

.main-slider .slick-slide {
	height: 600px;
}

.mt-0 {
	margin-top: 0;
}

.navbar {
	padding: 0;
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
}

.navbar .big-menu {
	padding: 20px 35px 0;
	margin-bottom: 0px;
}

.mini-menu {
	background: #eee;
	padding: 0 35px;
	height: 40px;
	line-height: 40px;
}

.mini-menu ul {
	display: inline-block;
	padding: 0;
	margin: 0;
	line-height: 40px;
}

.mini-menu ul.tels li i {
	position: relative;
	top: 1px;
	font-size: 1.2em;
	color: #999;
}

.navbar .navheader h5 {
	color: #333;
}

.mini-menu ul.tels li a {
	color: #333;
	font-size: 1.5em;
}

.post-content {
	text-align: justify;
}

.post-content p {
	text-indent: 20px;
}

.mini-menu ul.tels li a img {
	height: 20px;
	position: relative;
	bottom: 2px;
	margin-right: 5px;
	transition: all 0.2s ease;
}

.mini-menu ul.tels li a i {
	font-size: 95%;
}

#hypercomments_widget .hc__right {
	padding: 0 !important;
}

#hypercomments_widget .hc__footer {
	display: none !important;
}

#hypercomments_widget .hc__manager__item {
	font-size: 10px;
	text-transform: uppercase;
}

#hypercomments_widget .hc__menu__settings__popup {
	height: auto!important;
}

#hypercomments_widget .hc__menu__settings__popup > *:not(:last-child) {
	display: none;
}

.mini-menu ul.tels li a:hover {
	color: #4e4e67!important;
}

.mini-menu ul.tels li a:hover img {
	bottom: 5px;
}

.mini-menu ul.tels li:last-child {
	padding-right: 0;
}

.post-title {
	transition: color 0.3s ease;
}

.main-slider.single {
	padding-left: 0;
	padding-right: 30px;
}

.singlepost h2 {
	padding-top: 2rem;
	padding-bottom: 1rem;
	font-size: 3rem;
}

.main-slider,
.main-slider.single .slick-slide {
	height: auto;
}

.panel-heading {
	padding: 18px;
}

.menupholio > .active {
	background-color: #313143!important;
	color: #fff!important;
	overflow: visible;
}

.page-header.dark-header {
	background: #2c2942;
}

.orange,
.page-header.dark-header h1 {
	color: #e3b422;
}

.page-header .breadcrumb.breadcrumb-border {
	border: 1px solid #e3b422;
}

.whoweare h4 {
	margin-bottom: 1rem;
}

.hover {
	transition: opacity 0.3s ease;
}

.hover:hover {
	opacity: 0.8;
}

.main-slider > div,
.slick-slider .slick-slide {
	display: none;
}

.main-slider > div:first-child,
.slick-slider .slick-slide:first-child {
	display: block;
}

.main-slider.slick-initialized > div,
.slick-initialized.slick-slider .slick-slide {
	display: block;
}

.refindaddr font,
.refindaddr span {
	display: block;
	font-weight: normal;
	margin-top: 5px;
}

.refindaddr font {
	color: #1787b9;
}

input,
textarea {
	transition: border 0.3s ease!important;
}

.form-control,
.form-control:focus {
	padding: 0 10px;
	font-size: 14px;
	line-height: 14px;
	color: #333 !important;
}

.portfolio-item {
	transition: none;
}

.callback {
	color: #fff!important;
	font-size: 1rem!important;
    padding: 5px 5px !important;
	display: inline-block!important;
	position: relative!important;
	bottom: 3px!important;
	line-height: 10px;
}

.callback:after {
	display: none;
}

.ctels a {
	position: relative;
	display: block;
	margin-bottom: 5px;
	padding-left: 25px;
}

.ctels i,
.ctels img {
	height: 20px;
	position: absolute;
	left: 0;
	top: -2px;
}

.ctels i {
	left: 4px;
	top: 2px;
}

#back-button:hover,
#order-button:hover,
#send-button:hover {
	background: #73ab10!important;
}

.callback:hover {
	color: #fff;
}

textarea.form-control {
	padding: 10px !important;
	min-height: 120px;
	resize: vertical;
}

input.error,
textarea.error {
	border: 1px solid tomato!important;
}

form {
	position: relative;
	z-index: 1;
}

form:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%!important;
	top: 0;
	left: 0;
	border-radius: 5px;
	text-align: center;
	padding: 8% 0 0;
	font-size: 1.5em;
	color: #fff;
	text-shadow: 0 1px 1px #333;
	text-transform: uppercase;
	background: rgba(188, 188, 188, 0);
	transition: all 0.3s ease;
	z-index: -1;
	overflow: hidden;
	text-indent: -200%;
}

form.senderror:after,
form.sendgood:after,
form.sendloading:after {
	z-index: 99;
	text-indent: 0;
}

.fancybox-enabled {
	overflow: auto;
}

form.sendloading:after {
	content: "Отправка...";
	background: rgba(188, 188, 188, 0.5);
}

form.sendgood:after {
	content: "Успешно отправлено!";
	background: rgba(127, 255, 127, 0.5);
}

form.senderror:after {
	content: "Ошибка отправки!";
	background: rgba(250, 124, 124, 0.8);
}

#navbar i {
	color: #73ab10;
	margin-right: 10px;
	position: relative;
	bottom: 1px;
}

.callback i {
	color: #fff!important;
	position: relative;
	bottom: 1px;
	top: auto;
}

.mini-menu ul.tels li a:hover {
	color: #fff !important;
}

.navbar .dropdown-menu .dropdown-menu > li,
.navbar .dropdown-menu > li {
	border-bottom: 0 solid #dcdedf;
}

.nav ul.dropdown-menu {
	margin-bottom: 2rem;
}

.mobileonly {
	display: none!important;
	text-transform: uppercase;
}

.mobileonly.first {
	border-top: 1px dotted #cbcbcb;
}

.stagename {
	text-transform: uppercase;
	padding: 1rem 0 0.5rem;
	font-weight: bold;
}

.topmenuline a {
	font-weight: bold;
	transition: all 0.3s ease;
	text-transform: uppercase;
}

.topmenuline a:hover {
	color: #7fa73a;
}

.totop {
	position: fixed;
	right: 15px;
	bottom: -45px;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	transition: all 0.3s ease;
	background: #73ab10;
	color: #fff;
	cursor: pointer;
}

.totop:hover {
	background: #2c2942;
}

.totop.active {
	bottom: 15px;
}

.btn.btn-dark {
	background: #73ab10;
	border: 1px solid #6a9e0c;
}

.btn.btn-dark:hover {
	background: #7fa73a;
	color: #fff!important;
}

#dle-speedbar > span:first-child > a > span {
	color: #73ab10!important;
}

.navbar .navheader {
	position: absolute;
	left: 122px;
	top: 95px;
	border: 0;
	float: none;
	padding: 0;
	margin: 0;
}

.navbar .navheader * {
	text-transform: none;
	font-size: 16px!important;
	color: #666!important;
	font-weight: normal!important;
	font-family: Roboto, sans-serif;
	display: inline-block;
}

.btn.btn-lg:after {
	top: 10px;
	bottom: 10px;
}

.btn.btn-lg {
	padding: 10px 50px 10px 20px;
}

.navbar-nav > li > a {
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}

.navbar .navbar-nav > .active > a,
.topmenuline a {
	position: relative;
	display: block;
}

.navbar .navbar-nav > .active > a {
	display: flex;
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > li > a:hover,
.topmenuline .active a {
	color: inherit;
}

.navbar .navbar-nav > .active > a:after,
.navbar .navbar-nav > li > a:hover:after,
.topmenuline .active a:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background: #73ab10;
	bottom: 0;
}

.logo h2,
.mini-menu ul.tels li a {
	transition: all 0.3s ease;
}

.logo h2:hover,
.mini-menu ul.tels li a:not(.callback):hover {
	color: #73ab10!important;
}

.navbar .navbar-nav > .active > a:after,
.navbar .navbar-nav > li > a:hover:after {
	bottom: -3px;
}

.page-header.dark-header h1 {
	font-size: 3rem;
}

.page-header.dark-header h1 small {
	display: block;
	font-size: 1.5rem;
	line-height: 3rem;
	color: #c1cbcb;
}

.portfolio-block {
	position: absolute;
	height: 100%;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(44, 41, 66, 0.5);
	top: 0;
	text-shadow: 0 1px 2px #000;
	left: 0;
	font-family: Roboto, sans-serif;
	font-size: 3rem;
	font-weight: bold;
	color: #e3b422;
}

.list-inline.pull-right.tels a.viber {
    border: none;
    display: block;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
	color: #8557a9 !important;
    margin-top: 2px;
}
.list-inline.pull-right.tels a.viber img {
    height: 29px;
    margin-top: 3px;
}

@media (max-width:1495px) {
	.mini-menu ul.tels li a {
		font-size: 1.25em;
	}

	.callback {
		bottom: 2px!important;
	}

	.navbar .big-menu {
		padding: 20px 35px 0px;
	}

	#parallax {
		height: 400px;
	}

	.main-slider {
		height: 400px;
	}

	.main-slider .slick-slide {
		height: 400px;
	}

	.navbar .navheader {
		position: absolute;
		left: 122px;
		top: 95px;
		border: 0;
		float: none;
		padding: 0;
		margin: 0;
	}

	.navbar .navheader * {
		text-transform: none;
		font-size: 12px!important;
		color: #666!important;
		font-weight: normal!important;
		font-family: Roboto, sans-serif;
		display: inline-block;
	}
	/* .textac.l img {
		position: relative;
		top: -75px;
		left: -75px;
	}

	.textac.r img {
		position: relative;
		top: -75px;
	} */
}
@media (max-width:1350px) {
	.tels > li:first-child {
		display: none;
	}

	.logo h2 {
		font-size: 2.8rem;
	}

	.nav > li > a {
		padding: 10px;
	}
}
@media (max-width:1250px) {
	.navbar .big-menu {
		padding-right: 50px;
		padding-left: 50px;
	}

	.navbar .mini-menu {
		padding: 0 50px;
	}

	.navbar .navheader {
		left: 136px;
	}

	#parallax {
		height: 300px;
	}

	.main-slider {
		height: 300px;
	}

	.main-slider .slick-slide {
		height: 300px;
	}

	animate {
		font-size: 0.9em;
	}

	.main-slider .slick-slide .details h2 animate {
		font-size: 0.7em!important;
	}
	/* .textac.l img {
		top: -100px;
	}

	.textac.r img {
		top: -100px;
	} */
}
@media (max-width:1170px) {
	.mini-menu ul.tels li a {
		font-size: 1.45rem;
	}

	.navbar .navbar-nav > li > a {
		font-size: 12px;
	}

	.navbar-nav > li > a {
		padding-left: 10px!important;
		padding-right: 10px!important;
	}

	.logo h2 {
		font-size: 2.8rem;
	}
}
@media (max-width:1050px) {
	.tels > li:nth-child(2) {
		display: none;
	}

	.logo h2 {
		font-size: 2.5rem;
		top: 5px;
		position: relative;
	}

	.navbar .navheader {
		display: block;
		left: 116px;
		top: 88px;
	}

	.navbar-header .logo img {
		top: -12px!important;
		height: 50px!important;
	}
}
@media (min-width:992px) {
    .navbar .viber{
    	display: none;
    }
}
@media (max-width:991px) {
	.mobileonly {
		display: block!important;
	}

	.logo h2 {
		font-size: 2.5rem;
		top: 5px;
		position: relative;
	}

	.navbar-toggle {
		padding: 0;
	}

	.navbar-header .logo img {
		top: -12px!important;
		height: 50px!important;
	}
	.navbar-header.icon img {
		top: 8px;
		height: 65px;
		margin-left: 310px;
}

	.step-box p strong {
		position: static;
		left: 0;
		margin-bottom: 4rem;
		transform: translate(0);
	}

	.navbar {
		padding: 25px 15px 5px;
	}

	.navbar .mini-menu {
		display: none;
	}
    
	.navbar .big-menu {
		padding-top: 0;
		padding-right: 28px;
	}
    
    .navbar .viber .tooltipstered{
    	position: absolute !important;
       right: 96px;
       top: 24px;
       width: 60px;
    	z-index: 999999;
       color: #8557a9 !important;
	   border: none;
    }
    
    .navbar .viber .tooltipstered img{
        margin-right: 5px;
    }

	.textac.l img {
		/* top: -100px; */
		width: 25vw;
	}

	.textac.r img {
		/* top: -100px;
		left: -50px; */
		width: 13vw;
	}

	.navbar .navheader {
		display: block;
		left: 130px;
		top: 55px;
	}
}
@media (max-width:544px) {
	h1 {
    	font-size: 38px;
    }
    .navbar .navheader {
		left: 60px;
		top: 42px;
	}

	.footnote {
		display: none!important;
	}

	.navbar .navheader h5 {
		font-size: 12px!important;
	}

	.ctels a {
		display: inline-block;
		margin-bottom: 10px;
		margin-right: 15px;
	}

	.navbar .big-menu {
		padding-right: 0;
		padding-left: 0;
	}

	.navbar .navbar-right {
		margin-top: 20px;
	}

	.navbar .dropdown .toggleDropdown {
		text-align: right;
		line-height: 32px;
	}

	.navbar .navbar-nav > li > a {
		padding: 10px 0 10px 15px;
	}

	.navbar-toggle {
		padding: 0;
		margin-top: 0;
	}
    
    .navbar .viber .tooltipstered{
       right: 70px;
       top: 15px;
	}

	.mt-5 {
		margin-top: 2rem;
	}

	.mb-5 {
		margin-bottom: 2rem;
	}

	.m-0 {
		margin: 0 !important;
	}

	.pt-0 {
		padding-top: 0 !important;
	}

	.pb-0 {
		padding-bottom: 0 !important;
	}

	.pt-5 {
		padding-top: 2rem;
	}

	.pb-5 {
		padding-bottom: 2rem;
	}

	.pt-10 {
		padding-top: 4rem;
	}

	.pb-10 {
		padding-bottom: 4rem;
	}

	.page-header.dark-header {
		padding-top: 4rem;
		padding-bottom: 3rem;
	}

	.post-content,
	.singlepost {
		padding: 0 15px;
	}

	.main-slider.single {
		padding-left: 15px!important;
		padding-right: 15px!important;
	}

	.team-carousel.dark-team-carousel .team-description {
		border-right: 0 solid #4f4f4f;
		text-align: center!important;
		padding: 0 !important;
	}

	.navbar-header .logo img {
		height: 30px !important;
		top: -5px!important;
	}
    
    .main-slider .slick-slide .details h2 animate {
    	font-size: 0.5em!important;
	}

	.page-header.dark-header h1 {
		font-size: 2rem;
	}

	.logo h2 {
		font-size: 20px;
		top: 0;
	}

	.lwc-menu-ul {
		margin: 0 auto !important;
	}

	.lwc-w-left,
	.lwc-w-right,
	.lwc-wnd {
		float: none!important;
		width: 100%!important;
		margin: 0 0 4rem !important;
	}

	.nav ul.dropdown-menu {
		left: 0;
		transform: none;
		min-width: 0;
	}

	.navbar .navbar-nav .open .dropdown-menu > li {
		padding: 0;
	}
	
	.navbar-header.icon{
		display:none;
	}

	.singlepost a {
		max-width: calc(100vw - 30px);
		overflow: hidden;
		display: inline-block;
		text-overflow: ellipsis;
	}

	.singlepost .post-content a {
		max-width: calc(100vw - 60px);
	}

	#lwcdiv .lwc-window select {
		float: none!important;
		margin-bottom: 1rem!important;
		width: 100% !important;
	}

	.lwc-window label {
		display: block!important;
		top: 0!important;
	}
    #team h1{
    	font-size: 38px;
    }
}
@media (max-width:340px) {
	.logo h2 {
       font-size: 17px;
    }
}

.btncallsize
{   color: #fff !important;
    text-decoration: none;
    user-select: none;
    background: #73ab10;
    padding: .7em 1.5em;
    outline: none;
    margin: 10px;
    font-weight: 700;
    font-size: 20px;
    width: inherit;}
  

.btncallsize:hover
{background: #e3b422;}


.btncallprice
{color: #fff !important;
    text-decoration: none;
    user-select: none;
    background: #e3b422;
    padding: .7em 1.5em;  
    font-size: 20px;
	width: 236px;
    font-weight: 700;
    box-sizing: border-box;}
  


.btncallprice:hover
{background: #73ab10;}



.calltoaction{text-align: center;
    margin-top: 30px;margin-bottom: 30px;}


.calltoaction a {text-decoration: none !important;}

.text h2 {color: #73ab10}
.text a {text-decoration: underline;}
.text h3 {color: #73ab10; font-size: 20px;}

.blockgreen{  
    background: #73ab1030;
    padding: 35px;
	margin-top: 30px;}
	
.blockgreen a {text-decoration: underline;}

@media (min-width: 767px) {
	.hide-for-desktop {
	  visibility: hidden;
	  display: none;
	}
  }

  @media (max-width: 767px) {
	.hide-for-mobile {
	  visibility: hidden;
	  display: none;
	}
  }

 .btncallsizebig{ 
  color: #fff !important;
  user-select: none;
  margin: 12px;
  font-weight: 700;
  border: 0;
  border-radius: 6px;
  background: #118045;
  font-size: 45px;
  width: 250px;
  height: 70px;
  margin-bottom: 5px;
  justify-content: center;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  background-color: #73ab10;
  padding: 22px;
}
.btncallsizebig:hover
{background: #e3b422;}
.portfolio-item .portfolio-picture img {height: 100%;}

.portfolio-block {text-align: center;}
.evidnovlennya {
  text-align: center;
  margin: 0 auto;
  color: #fff;
  padding: 30px;
}

/* Media Query for Desktop */
@media screen and (min-width: 768px) {
  .evidnovlennya {
    width: 80%;
  }
}

/* Media Query for Mobile */
@media screen and (max-width: 767px) {
  .evidnovlennya {
    width: 100%;
  }
}

.evidnovlennya p {color: #313143; font-size: 22px;}