/* ==== Google font ==== */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */

@import url('animate.css');
body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6em;
	color: #fff;
	background-color: #fff;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	line-height: 1.0em;
}
.col-md-7 h2 {
	color: #1BBD36;
	margin-left: 60px;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
}

.col-md-7 h5 {
	margin-left: 40px;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.min-spisok h5 {
	margin-left: 20px;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.min-spisok-link a {
	color: #333;
	font-size: 13px;
}

.min-spisok-link a:hover {
	color: #1BBD36;
	font-size: 13px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.calc_color {
color: #000;
}

h1 {
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: -5px;
}

p {
	color: #333;
	font-size: 13px;
}
a {
	text-decoration: none;
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	outline: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #eee;
}
.text-center h2 {
	margin-bottom: 30px;
}
.text-center p {
	margin-bottom: 50px;
	color: #333;
}
/*===========================
  Menu and Navigation
============================ */

.navigation {
	background-color: #fff;
	padding: 0;
}
.navbar-brand b {
	margin-top: 9px;
	padding-top: 5px;
	float: left;
	font-size: 25px;
	color: #333;
	text-transform: uppercase;
	font-weight: 900;
}
.navbar-brand b span {
	color: #1BBD36;
}
.menu {
	font-size: 12px;
	float: right;
	text-transform: uppercase;
	font-weight: 700;
}
.menu ul.nav-tabs li {
	color: #000;
}
.nav-tabs {
	border-bottom: 0;
}
.nav-tabs>li {
	float: left;
	margin-bottom: 0;
}
.nav-tabs>li>a {
	border-radius: 0;
	color: #333;
	padding: 30px;
}
.nav-tabs>li>a:hover {
	color: #1BBD36;
	border-color: #fff #fff #fff;
	border-radius: 0;
	background-color: #fff;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.nav-tabs>li>a.active {
	color: #1BBD36;
	border-radius: 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
	.navbar-brand {
		padding-top: 6px;
	}
	.navbar-brand b {
		margin-top: 0;
	}
	.nav-tabs>li {
		float: none;
		display: block;
	}
	.menu {
		position: absolute;
		left: 0;
		right: 0;
		background: #fff;
		height: auto;
	}
	.nav-tabs>li>a {
		padding: 6px 8px;
		border-bottom: 1px solid #f3f3f3;
	}
	.nav-tabs>li>a:hover {
		border-color: #f3f3f3;
	}
}

.feature {
	padding: 50px;
}
.text-center i {
	font-size: 40px;
	margin-top: 70px;
	margin-bottom: 30px;
	color: #fff;
	padding: 50px;
	background: #1BBD36;
	border-radius: 50%;
}
.text-center h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 18px;
	color: #1BBD36;
}
.hi-icon-effect i.fa:hover {
	background: #fff;
	color: #1BBD36;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}
/* --- about us --- */

.aboutus {
	padding: 50px;
}
.aboutus img {
	border-radius: 6px;
}
.aboutus h3 {
	margin-bottom: 30px;
	font-weight: 800;
}
.aboutus h4 {
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: 700;
}
.skill h2 {
	margin-top: -10px;
	margin-bottom: 25px;
}
/* --- footer --- */

.footer {
	background: #1BBD36;
	padding: 15px 22px;
}
.languare {
	margin-top: 4px;
	text-align: right;
}
.languare a {
	color: #fff;
	text-shadow: none;
}
.languare a:hover {
	color: #333;
	text-shadow: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.copyright {
	margin-top: 4px;
	text-align: right;
}
.copyright a {
	color: #fff;
	text-shadow: none;
}
.copyright a:hover {
	color: #333;
	text-shadow: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.about {
	background: #eee;
	padding: 50px;
}
.about h2 {
	margin-bottom: 30px;
}
.about img {
	margin-bottom: 30px;
	border-radius: 6px;
}
a.scrollup {
	color: #fff;
	height: 40px;
	width: 40px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	position: fixed;
	bottom: 30px;
	right: 10px;
	opacity: 0, 5;
	border-radius: 50%;
	z-index: 999;
	opacity: 0.5;
	background-color: #ddd;
}
a.scrollup:hover {
	opacity: 1;
	background-color: #ddd;
	color: #1BBD36;
}



#jquery-cookie-law-script * {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
#jquery-cookie-law-script {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
	display: none;
	width: 100%;
	border-color: #202226;
	border-style: solid;
	border-left: 0px;
	border-width: 1px;
	color: #E3E2E0;
	font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px
}
#jquery-cookie-law-script.light {
	color: #1a1a1a;
	background: #fff;
	border-color: rgba(223, 223, 223, .85)
}
#jquery-cookie-law-script.top {
	top: 0;
	bottom: auto;
	border-top-width: 0;
	border-bottom-width: 1px
}
#jquery-cookie-law-script.absolute {
	position: absolute
}
#jquery-cookie-law-script a {
	color: #1BBD36
}
#cookie-law-container-box {
	background: rgba(32, 34, 38, .8)
}
#jquery-cookie-law-script.light #cookie-law-container-box {
	background: #fbfafa
}
#cookie-law-container {
	padding: 10px 20px
}
#cookie-law-message {
	float: left;
	text-align: justify;
	color: #8a8888;
}
@media(max-width:767px) {
	#jquery-cookie-law-script #cookie-law-message {
		width: 65%
	}
}
@media(max-width:480px) {
	#jquery-cookie-law-script #cookie-law-message {
		width: 100%
	}
	.aboutus {
	padding: 50px 0px 0px 0px;
}
}
#jquery-cookie-law-script a.cookie-law-button {
	padding: 4px 8px;
	background-color: #1BBD36;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	-webkit-transition: .25s;
	-moz-transition: .25s;
	transition: .25s
}
#jquery-cookie-law-script a.cookie-law-button:hover, #jquery-cookie-law-script a.cookie-law-button:focus {
	box-shadow: 0 0 10px #cbc9c9;
	background-color: #14ae2e;
	color: #fff;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	transition: .25s
}
#jquery-cookie-law-script a#cookie-law-button-more {
	margin-left: 10px;
	background: #7b8a8b
}
#jquery-cookie-law-script a#cookie-law-button-more:hover, #jquery-cookie-law-script a#cookie-law-button-more:focus {
	background: #697677
}
#jquery-cookie-law-script #cookie-law-more-info {
	display: none;
	text-align: justify
}
#jquery-cookie-law-script.light #cookie-law-more-info {
	background: #fdfdfd;
	border-top: 1px solid #E3E2E0
}
#jquery-cookie-law-script #cookie-law-info-container {
	padding: 10px 20px
}
#jquery-cookie-law-script #cookie-law-more-text {
	width: 85%;
	color: #8a8888;
}
#jquery-cookie-law-script #cookie-law-more-text-close {
	float: right;
	padding: 1px 10px;
	color: #fff;
	text-decoration: none;
	font-size: 15px
}
#jquery-cookie-law-script.light #cookie-law-more-text-close {
	color: #1BBD36
}


#prokrutka-cookie {
height: 100px; /* высота нашего блока */
width: 300px; /* ширина нашего блока */
background: #fff; /* цвет фона, белый */
border: 1px solid #C1C1C1; /* размер и цвет границы блока */
overflow-x: hidden; /* прокрутка по горизонтали */
overflow-y: scroll; /* прокрутка по вертикали */
}



#prokrutka-cookie-big {
height: 270px; /* высота нашего блока */
width: auto; /* ширина нашего блока */
background: #fff; /* цвет фона, белый */
border: 0px solid #C1C1C1; /* размер и цвет границы блока */
overflow-x: hidden; /* прокрутка по горизонтали */
overflow-y: scroll; /* прокрутка по вертикали */
}




.lb1 { margin: 2em;
}
[name ^= "highload"] { display: none;
}
[name ^= "highload"]+.lb1, [name ^= "highload"]+.lb1::before, [name ^= "highload"]+.lb1::after {
transition: all .3s;
}
[name ^= "highload"]+.lb1 {
display: inline-block;
position: relative;
width: 50px;
height: 22px;
border-radius: 22px;
cursor: pointer;
}
[name ^= "highload"]+.lb1::before {
display: block;
content: attr(data-offlabel);
position: absolute;
top: 0px;
right: 10px;
color: black;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
}
[name ^= "highload"]+.lb1::after {
border-radius: 50%;
content: '';
position: absolute;
top: 3px;
left: 3px;
width: 16px;
height: 16px;
background-color: white; }
[name ^= "highload"]:checked+.lb1::before {
content: attr(data-onlabel);
left: 12px;
right: auto;
color: #fff;
}
[name ^= "highload"]:checked+.lb1::after {
left: 32px;
background-color: #f7f7f7;
}
[name ^= "highload"]+.lb1 { background-color: #ccc;
}
[name ^= "highload"]:checked+.lb1 {
background-color: green;
}
[name ^= "highload"]:checked+.lb1::before {
color: #fff;
}






