/****************************calc styles************************************/
#wrapper {
	width: 1200px;
	margin: 20px auto 150px;
	padding: 0; }
#wrapper ::selection {
	background: #ffdd22; }
#wrapper h1 {
	text-align: center;
	font-size: 60px;
	color: #1c1e20;
	font-weight: bold;
	text-transform: uppercase; }
#wrapper .line {
	width: 180px;
	height: 3px;
	background: #ffdd22;
	margin: 10px auto 25px; }
#wrapper p {
	font-size: 14px;
	color: #808080;
	line-height: 1.5; }
#wrapper form .steps {
	width: 100%; }
#wrapper form .steps .siteType .caption {
	text-align: center;
	padding: 40px 0; }
#wrapper form .steps .siteType .caption .name {
	font-size: 36px;
	color: #1c1e20;
	padding-bottom: 15px; }
#wrapper form .steps .siteType .containerSiteType {
	padding-bottom: 30px; }
#wrapper form .steps .siteType .containerSiteType .col-xs-5ths,
#wrapper form .steps .siteType .containerSiteType .col-sm-5ths,
#wrapper form .steps .siteType .containerSiteType .col-md-5ths,
#wrapper form .steps .siteType .containerSiteType .col-lg-5ths {
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	width: 20%; }
#wrapper form .steps .siteType .containerSiteType .siteButton {
	height: 45px;
	background: white;
	border-radius: 5px;
	font-size: 16px;
	color: #1c1e20;
	line-height: 45px;
	cursor: pointer; }
#wrapper form .steps .siteType .containerSiteType .siteCard {
	background: #ffdd22; }
#wrapper form .steps .siteType .containerSiteContent {
	padding-bottom: 50px; }
#wrapper form .steps .siteType .containerSiteContent .siteContent {
	display: none; }
#wrapper form .steps .siteType .containerSiteContent .siteContent .text {
	line-height: 1.8;
	text-align: left;
	padding-left: 15px; }
#wrapper form .steps .mainInfo .caption h3.name {
	font-size: 36px;
	color: #1c1e20;
	padding: 20px 0; }
#wrapper form .steps .mainInfo .caption h4.name {
	font-size: 20px;
	color: #1c1e20;
	padding: 15px 0 15px 50px;
	font-weight: bold;
	text-align: left; }
#wrapper form .steps .mainInfo .infoItem {
	padding: 0 0 0 50px; }
#wrapper form .steps .mainInfo .infoItem input[type='radio'], #wrapper form .steps .mainInfo .infoItem input[type='checkbox'] {
	visibility: hidden; }
#wrapper form .steps .mainInfo .infoItem label {
	position: relative;
	font-size: 16px;
	color: #1c1e20;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 10px;
	cursor: pointer; }
#wrapper form .steps .mainInfo .infoItem label:before {
	content: '';
	position: absolute;
	top: 0;
	left: -20px;
	width: 18px;
	height: 18px;
	background: white;
	border-radius: 50%;
	border-left: 2px solid black;
	border-right: 2px solid white;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	-ms-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg); }
#wrapper form .steps .mainInfo .infoItem input[type="radio"]:checked ~ label:after, #wrapper form .steps .mainInfo .infoItem input[type="checkbox"]:checked ~ label:after {
	content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAnElEQVQ4T6WT0RFEMBRFjwooRUlUsFSihKUSLShlSzDXyMyTfWEifvKTc7x7k1QUflUhz1tBC3yA8Y1A8Ao0wJYrsLDSLzmCPxjoJOiASXmAOVGqC2uvBD+gPsHekSThINAEX/NnK7mFg0CrJ9lM20dh575LSltiLFE0HVUSthMEayy5hT1BHMcd22ZI3QNNogKHp7eSc5FcV7FgB7oXHpCNfQxtAAAAAElFTkSuQmCC");
	position: absolute;
	background: transparent;
	left: -16px;
	top: -2px; }
#wrapper form .steps .mainInfo .infoItem input[type="radio"]:checked ~ label:before, #wrapper form .steps .mainInfo .infoItem input[type="checkbox"]:checked ~ label:before {
	background: #ffdd22;
	border-color: #ffdd22; }
#wrapper form .steps .mainInfo .infoContent input[type='text'] {
	border-radius: 4px;
	border: 2px solid #1c1e20;
	background-color: rgba(255, 255, 255, 0);
	opacity: 0.4;
	width: 100px;
	height: 40px;
	margin-bottom: 10px;
	font-size: 16px;
	padding-left: 10px; }
#wrapper form .steps .mainInfo .infoContent input[type='text']:focus {
	opacity: 0.8;
	box-shadow: none;
	border-color: black;
	color: #000000; }
#wrapper form .steps .mainInfo .infoContent span {
	font-size: 16px;
	color: #1c1e20; }
#wrapper form .services .caption h3.name {
	font-size: 36px;
	color: #1c1e20;
	padding: 25px 0; }
#wrapper form .services .caption h4.name {
	font-size: 22px;
	color: #1c1e20;
	text-align: left;
	padding: 15px 0 15px 50px; }
#wrapper form .services .switch {
	padding: 0 0 0 50px; }
#wrapper form .services .switch .yes, #wrapper form .services .switch .no {
	width: 55px;
	height: 40px;
	border-radius: 5px;
	font-size: 16px;
	color: #1c1e20;
	line-height: 40px;
	cursor: pointer; }
#wrapper form .services .switch .yes {
	background: #ffdd22;
	border: 1px solid #ffdd22; }
#wrapper form .services .switch .no {
	border: 1px solid black;
	width: 60px;
	margin: 0 0 15px 5px; }
#wrapper form .services .choice {
	padding: 0 0 0 50px; }
#wrapper form .services .choice input[type='radio'], #wrapper form .services .choice input[type='checkbox'] {
	visibility: hidden; }
#wrapper form .services .choice label {
	position: relative;
	font-size: 16px;
	color: #1c1e20;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 10px;
	cursor: pointer; }
#wrapper form .services .choice label:before {
	content: '';
	position: absolute;
	top: 0;
	left: -20px;
	width: 18px;
	height: 18px;
	background: white;
	border-radius: 50%;
	border-left: 2px solid black;
	border-right: 2px solid white;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	-ms-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg); }
#wrapper form .services .choice input[type="radio"]:checked ~ label:after, #wrapper form .services .choice input[type="checkbox"]:checked ~ label:after {
	content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAnElEQVQ4T6WT0RFEMBRFjwooRUlUsFSihKUSLShlSzDXyMyTfWEifvKTc7x7k1QUflUhz1tBC3yA8Y1A8Ao0wJYrsLDSLzmCPxjoJOiASXmAOVGqC2uvBD+gPsHekSThINAEX/NnK7mFg0CrJ9lM20dh575LSltiLFE0HVUSthMEayy5hT1BHMcd22ZI3QNNogKHp7eSc5FcV7FgB7oXHpCNfQxtAAAAAElFTkSuQmCC");
	position: absolute;
	background: transparent;
	left: -16px;
	top: -2px; }
#wrapper form .services .choice input[type="radio"]:checked ~ label:before, #wrapper form .services .choice input[type="checkbox"]:checked ~ label:before {
	background: #ffdd22;
	border-color: #ffdd22; }
#wrapper form .services .right {
	padding-top: 8px; }
#wrapper form .services .right .price {
	font-weight: bold;
	font-size: 26px;
	color: #1c1e20; }
#wrapper form #programming{
	margin-bottom: 10px;
}

footer.footer {
    z-index: 999999;
	background: #1c1e20;
	clear: both;
	position: fixed;
	bottom: 0;
	width: 100%; }
footer.footer ::selection {
	background: #ffdd22; }
footer.footer .containerFooter {
	width: 1200px;
	margin: 0 auto;
	display: block;
	color: white; }
footer.footer .containerFooter .sumContainer {
	background: #ffdd22;
	color: black; 
	height: 120px;
}
footer.footer .containerFooter .sumContainer h5 {
	font-size: 16px;
	color: #1c1e20;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 0 0 0; }
footer.footer .containerFooter .sumContainer h2 {
	font-size: 36px;
	color: #1c1e20;
	font-weight: bold; }
footer.footer .containerFooter .sumContainer p {
	font-size: 18px;
	color: #1c1e20;
	text-transform: uppercase;
	font-weight: bold; }
footer.footer .containerFooter .mailContainer {
	padding: 20px 20px 0 50px; }
footer.footer .containerFooter .mailContainer input[type='email'] {
	width: 100%;
	height: 45px;
	font-size: 16px;
	color: rgba(28, 30, 32, 0.749);
	border-radius: 5px;
	border: 1px solid grey; }
footer.footer .containerFooter .mailContainer input[type='submit'] {
	margin-top: 15px;
	font-size: 16px;
	color: #ffdd22;
	border: 2px solid #ffdd22;
	background: #1c1e20;
	text-transform: uppercase;
	width: 170px;
	height: 40px;
	line-height: 35px;
	border-radius: 5px; }
footer.footer .containerFooter .mailContainer input[type='submit']:hover {
	border: 2px solid #ffdd22;
	background: #ffdd22;
	transition: 0.5s;
	color: black;
	font-weight: bold; }
footer.footer .containerFooter .sumMessage h5 {
	font-size: 18px;
	color: white;
	line-height: 1.5;
	height: 100px;
	padding-top: 30px; }

@media screen and (max-width: 991px) {
	#wrapper {
		width: 100%;
		overflow: hidden;
		margin-bottom: 20px; }
	#wrapper h1 {
		font-size: 40px; }
	#wrapper form .steps .siteType .containerSiteType .col-md-5ths {
		width: 100%; }
	#wrapper form .steps .mainInfo .caption h3.name {
		font-size: 32px; }

	footer.footer {
		position: static; }
	footer.footer .containerFooter {
		width: 100%; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
	#wrapper {
		overflow: hidden;
		margin-bottom: 150px;
		width: 100%; }
	#wrapper h1 {
		font-size: 40px; }
	#wrapper form .steps .siteType .containerSiteType .col-md-5ths {
		width: 100%; }
	#wrapper form .steps .mainInfo .caption h3.name {
		font-size: 32px; }

	footer.footer {
		position: fixed; }
	footer.footer .containerFooter {
		width: 100%; } }
@media screen and (min-width: 1200px) {
	#wrapper {
		margin-bottom: 150px; }
	#wrapper h1 {
		font-size: 40px; }
	#wrapper form .steps .mainInfo .caption h3.name {
		font-size: 32px; }

	footer.footer {
		position: fixed; } }

/**************************calc styles********************************/

/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	font-family: 'Open Sans', sans-serif;
	background: #FFf;
	margin-bottom: 100px;
	font-size: 100%;
}
html{
	position: relative;
	min-height: 100%;
	font-size: 100%;
}
body a{
	transition:0.5s all;.
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	text-decoration: none;
}
/*----start-container----*/
.container{
	width:95%;
	max-width: 1170px;
}
/*-----start-header----*/
header .logo{
	float: left;
}
header .logo h5{
	float: left;
	color: #616263;
	font-size: 14pt;
	font-weight: 300;
	border-left: 1px solid #616263;
	width: 145px;
	padding: 10px 0 10px 15px;
	margin: 5px 0 0 20px;
}
 .logo a{
	color: #303030;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 2.5em;
}
 .logo img{
	float: left;
}
 .logo a:hover{
	text-decoration:none;
}
 .logo320{
	display:none;
}

 .menuContact {
	position: relative;
	float: right;
}
 .menuContact li {
	display: inline-block;
	color: #6B6C6D;
	font-size: 12pt;
	margin-left: 20px;
}
.menuContact li a{
	color: #6B6C6D;
}
 .menuContact img {
	width: 20px;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

/*-----start-header----*/
.header{
}
.logo{
	float: left;
}
.logo h5{
	float: left;
	color: #616263;
	font-size: 14pt;
	font-weight: 300;
	border-left: 1px solid #616263;
	width: 145px;
	padding: 10px 0 10px 15px;
	margin: 5px 0 0 20px;
}
.logo a{
	color: #303030;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 2.5em;
}
.logo img{
	float: left;
}
.logo a:hover{
	text-decoration:none;
}
.logo320{
	display:none;
}

.menuContact {
	position: relative;
	float: right;
}
.menuContact li {
	display: inline-block;
	color: #6B6C6D;
	font-size: 12pt;
	margin-left: 20px;
}
.menuContact li a{
	color: #6B6C6D;
}
.menuContact img {
	width: 20px;
	vertical-align: middle;
	margin: 0 10px 0 0;
}


/*----navbar-nav----*/
.top-header{
	padding: 0.8em 0em;
	background-color: #1c1e20;
}
.top-nav ul li{
	border: 0;
}
.top-nav ul li a{
	color: white;
	padding: 0.2em 1.5em;
	font-size: 0.9em;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
}
.top-nav ul li a:first-child{
	padding: 0.2em 0 0 3em;
}
.top-nav ul li.active a,
.top-nav ul li a:hover{
	color:#ffdd22;
}
.logo a{
	display:block;
}
/* top-nav */
.top-nav:before,
.top-nav:after {
	content: " ";
	display: table;
}
.top-nav:after {
	clear: both;
}
nav {
	position: relative;
	float: right;
	height: 10px;
}
nav ul {
	padding: 0;
	float: right;
}
nav li {
	display: inline;
	float: left;
	position:relative;
}
nav a {
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav a:hover{
	text-decoration:none;
	color:#00A2C1;
}
nav a#pull {
	display: none;
}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 768px) {
	nav {
		height: auto;
		float:none;
	}
	nav ul {
		width: 100%;
		display: block;
		height: auto;
	}
	nav li {
		width: 100%;
		position: relative;
	}
	nav li a {
		border-bottom: 1px solid #eee;
	}
	nav a {
		text-align: left;
		width: 100%;
	}
}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 768px) {
	nav {
		height: auto;
		float:none;
	}
	nav ul {
		width: 100%;
		display: block;
		height: auto;
	}
	nav li {
		width: 100%;
		position: relative;
	}
	nav li a {
		border-bottom: 1px solid #eee;
	}
	nav a {
		text-align: left;
		width: 100%;
	}
}
/*Styles for screen 515px and lower*/
@media only screen and (max-width : 768px) {
	.top-nav ul li a:first-child {
		padding: 0.2em 0 0 0em;
	}
	nav {
		border-bottom: 0;
		float:none;
	}
	nav ul {
		display: none;
		height: auto;
		margin:0;
		background: #1c1e20;
	}
	nav a#pull {
		display: block;
		position: relative;
		color: #F26D7D;
		text-align: right;
		position: absolute;
		top:12px;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	nav a#pull img{
		margin-right:2%;
	}
	.top-nav ul li a {
		color: white;
		padding: 0em 0;
	}
}
/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav {
		float:none;
	}
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #EEE;
	}
}
/*---- banner ----*/
.banner{
    position: relative;
    background-color: #fd2;
    min-height: 680px;
    background-image: url(../images/mozgi.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center 140px;
}
.b{
	width: 50%;
}
.b1, .b2{
	float: left;
}
.b3, .b4{
	float: right;
}
.BoxAdv {
	margin: 0 auto;
	z-index: 10;
	position: relative;
	width: 170px;
	height: 170px;
	border-radius: 100px;
	background-color: #ffdd22;
	border: 2px solid #1c1e20;
}

.BoxAdv:hover{
	background-color: #1c1e20;
}
.BoxAdv:hover img{
	-webkit-filter: grayscale(0%);
	-webkit-filter: brightness(100%);
}
.BoxAdv img {
	-webkit-filter: grayscale(100%);
	-webkit-filter: brightness(0%);
}
.box1 img {
	margin: 55px 0 0 0;
}
.box4 img {
	margin: 30px 0 0 0;
}
.box3 img {
	margin: 30px 0 0 0;
}
.box2 img {
	margin: 30px 0 0 0;
}
.box4{
	margin: 170px 0 0 110px;
	float: left;
}
.b p{
	padding: 10px 0;
	color: black!important;
}
.box1 {
	width: 180px;
	height: 220px;
	margin: 60px 0 0 150px;
	text-align: center;
}
.box2{
	float: right;
	width: 180px;
	height: 220px;
	margin: 60px 80px 0 0;
}
.box3 {
	float: right;
	width: 180px;
	height: 220px;
	margin: 60px 130px 0 0;
	text-align: center;
}
.box4 {
	float: left;
	width: 180px;
	height: 220px;
	margin: 60px 0 0 90px;
	text-align: center;
}
/*----respoisnive-design----*/
@media (max-width:1366px){
	.container{
		width:95%;
	}
}
@media (max-width:1280px){
	.container{
		width:95%;
	}
	.banner {
		min-height: 560px;
	}
	.banner-info {
		margin-top: 12.5em;
	}
	.banner{
            position: relative;
		background-color: #ffdd22;
		min-height:640px;
		background-image: url(../images/mozgi.png);
		background-repeat: no-repeat;
		background-size: 42%;
		background-position: center 120px;
	}

}
@media (max-width:1051px){
	.ConteinerPorfolio{
		margin: 30px auto!important;
		position: relative!important;
		display: block!important;
	}
}

@media (max-width:1024px){
     .telefonnumre{
    display: block!important;
     }
	.hawWeCreate .BoxSiteInform{
		width: 100%!important;
	}
	.container{
		width:95%;
	}
	.banner {
		min-height: 560px;
	}
	.banner-info {
		margin-top: 12.5em;
	}
	.contact-map p, .contact-form p {
		font-size: 1.1em;
	}
	nav{
		height: auto;
	}
	.box1, .box2, .box3, .box4{
		margin: 20px auto!important;
		float: none;
	}
	.banner{
		background-image: none;
	}
	.MapsSite img{
		display: none;
	}
	.BoxImg{
		width: 100%!important;
		height: 250px!important;
		display: block;
		float: none;
	}
	.TextBlock{
		width: 100%!important;
		display: block;
		height: auto!important;
		min-height: 150px;
		overflow: hidden;
	}
	.TextBlock a{
		position: relative!important;
		float: right!important;
		right: 0!important;
		bottom: 0!important;
	}
	.Lb span{
		display: none!important;
	}
	.Rb span{
		display: none!important;
	}
	.IconBox{
		width: 49%!important;
	}
	.BoxAdvertising{
		display: none!important;
	}
	.BoxNews{
		width: 100% !important;
	}
	.Contact ul{
		margin: 0!important;
	}
	.Contact li img{
		display: block;
		margin: 0 auto!important;
	}
	.adr{
		margin-left: 0!important;}
	.tl{margin-left: 0!important;}
	.Contact h3{
		text-align: center;
		width: 100%;
	}
	.advantages .see{
		display: none;
	}
	.Contact li {
		margin-top: 10px;
	}
	.portfBox{
		width: 70%!important;
		margin: 20px auto;
		display: block!important;
	}
	.UslugiBox img {
		float: none!important;
		display: block;
		margin: 0 auto;
	}
	.UslugiBox ul {
		width: 369px;
		margin: 0 auto!important;
		display: block!important;
	}
	.UslugiBox input[type=submit] {
		top: 0!important;
		display: block;
		margin: 30px auto;
		position: relative;
		float: none !important;
	}
}

@media (max-width:768px){

	.languageMobile{
		display: block;
    }
	.AbotCompaniIndex .SiteIcon a{
		padding: 15px 5px!important;
	}
	.portfolio span {
		top: -15px!important;}
	.hawWeCreate span {
		top: -15px!important;}
    .portfolio span i{
    	top: -11px;
    }
    .hawWeCreate span i {
        top: -12px;
    }
	.menuContact{
		display: none;
	}
	.container{
		width:95%;
	}
	.banner {
		min-height: 480px;
	}
	.banner-info {
		margin-top: 9.5em;
	}
	.contact-map p, .contact-form p {
		font-size: 1.1em;
	}
	.head-one p {
		width: 90%;
	}
	.logo {
		margin-top: 0.1em;
	}
	nav a#pull {
		top: 10px;
	}
	.box1, .box2, .box3, .box4{
		margin: 20px auto!important;
		float: none;
	}
	.banner{
		background-image: none;
	}
}
@media (max-width:640px){
	.FooterMenu .menu{
		display: none;
	}
	.FooterMenu img{
		display: block;
		margin: 0 auto;
	}

	.container{
		width:80%;
	}
	.banner {
		min-height: 450px;
	}
	.banner-info {
		margin-top: 6.5em;
	}
	.contact-map p, .contact-form p {
		font-size: 1.1em;
	}
	.head-one p {
		width: 90%;
	}
	.logo {
		margin-top: 0.1em;
	}
}
@media (max-width:480px){
	.TextAbout{
		width: 100% !important;
	}
	.BlockAbout>img{
		display: block;
		margin: 0 auto;
		float: none!important;
		width: 300px!important;
	}
	.About h3 {
		margin: 40px 0 10px 0!important;
	}
	.SiteIcon .BoxIcon{
		width: 100% !important;
		margin: 20px auto!important;
	}
	.ListL{
		width: 100%!important;
	}
	.ListR{
		float: none!important;
		width: 100% !important;
	}
	.ListL div{
		width: 100%!important;
	}
	.ListR div{
		width: 100%!important;
	}
	.ListL li p{
		width: 80%!important;
	}
	.ListR li p {
		float: right;
		width: 90%!important;
	}
	.btnUslR{
		width: 290px!important;
		font-size: 13px!important;
	}

	.TextPrem{
		width: 100% !important;
	}
	.BlockPrem img{
		display: block!important;
		margin: 0 auto!important;
	}
	.principles{
		width: 100%!important;
	}
	.principlesText{
		width: 100%!important;
	}
	.principles img{
		margin: 0 auto;
		display: block;
		float: none!important;
	}

	.container{
		width:95%;
	}
	.banner {
		min-height: 380px;
	}
	.banner-info {
		margin-top: 4.5em;
	}
	.contact-map p, .contact-form p {
		font-size: 1.1em;
	}
	.head-one p {
		width: 90%;
	}
	.logo {
		margin-top: 0.1em;
	}
	nav a#pull {
		top: 10px;
	}
	.IconBox{
		width: 99%!important;
	}
	.portfBox{
		width: 90%!important;
		height: 200px!important;
		margin: 10px auto;
	}
}
@media (max-width:320px){
	.container{
		width:90%;
	}
	.banner {
		min-height:280px;
	}
	.banner-info {
		margin-top: 2.5em;
	}
	.contact-map p, .contact-form p {
		font-size: 1.1em;
	}
	.head-one p {
		width: 90%;
	}
	.logo {
		margin-top: 0.1em;
	}
	nav a#pull {
		top: 9px;
	}
	.BoxAdv {
		width: 120px!important;
		height: 120px!important;
	}
	.BoxAdv img{
		width: 80px;
		display: block;
		margin: 20px auto;
	}
	.box4{
		width: 120px;
		height: 160px;
	}
	.box3{
		width: 120px;
		height: 160px;
	}
	.box2{
		width: 120px;
		height: 160px;
	}
	.box1{
		width: 120px;
		height: 160px;
	}
	.TextBox{
		width: 260px;
		margin: 0 auto!important;
		cursor: default;
	}
	.btn{
		width: 100%!important;
		margin: 40px auto 0 auto!important;
		font-size: 20px!important;
	}
}
/*--//respoisnive-design----*/




.portfolio .arrow{
	z-index: 200;
	width: 50px;
	height: 50px;
	border-radius: 30px;
	display: block;
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -30px;
	background-color: #ffdd22;
	background-repeat: no-repeat;
	background-position: center 25px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAA80lEQVRIS+2V3w2CMBCHf4cD+G7BdAMdwRHcQJ3AuAEj6AaM4gi4AQnpuw4gNW2EaKV/gPBgAs9339e76xXCyB+NzMck8HaYFgnfRsBRArkoi5M3IyCAxfxMhFUFXChe8juAucqTEpkoi0MAwxrCEp4RYfcOuBNLeK5sdcYQiQFXB74RY3xNM1zrKvpWYsIBPOQTG31Nh0pscCGKvNmDvhIXXB3+a9G6SnzwH0GXdoXAWwUhklC4VeCS6CTC/mMR9G1RA21bDudj1zYTA+KEOyuoQQ6JFx4ksLQrCB4saCQRUr3pFVJbz805TD8c78v+/y16AYqznbfR03s2AAAAAElFTkSuQmCC');
}
.AbotCompaniIndex{
	position: relative;
	width: 100%;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: 100%;
	background-color: #1c1e20;
}
.AbotCompaniIndex p{
	color: white;
	font-weight: 100;
}
.AbotCompaniIndex span{
	top: -10px;
	position: relative;
	width: 100%;
	height: 30px;
	display: block;
	background-image: url(../images/bg-1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.AbotCompaniIndex h1{
	margin: 20px 0;
	color: #ffdd22;
	font-size: 55px;
	font-weight: 300;
}
/*.last{*/
/*width: 1170px;*/
/*margin: 0 auto;*/
/*}*/
.ConteinerPorfolio {
	vertical-align: top;
	position: relative;
	margin-right: 25px;
	margin-top: 60px;
	display: inline-block;
	width: 270px;
	height: 270px;
	border-radius: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	font-size: 17px;
	color: white;
}
.ConteinerPorfolio h4{
	padding: 100px 0 5px 0;
	color: #ffdd22;
	font-weight: 300;
	font-size: 25px;
}
.ConteinerPorfolio a{
	position: absolute;
	top: 120px;
	right: 65px;
	color: #ffdd22;
	border: 1px solid #ffdd22;
	border-radius: 5px;
	text-align: center;
	padding: 5px 25px 5px 25px;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
}
.ConteinerPorfolio a:hover{
	color: black;
	background-color: #ffdd22;
}
.ConteinerPorfolio:hover a{
	opacity: 1;
}
.ConteinerPorfolio:hover p{
	opacity: 0;
}
.ConteinerPorfolio:hover h4{
	opacity: 0;
}
.ConteinerPorfolio h4, p{
	opacity: 1;
	z-index: 100;
	position: relative;
	cursor: default;
}
.BoxAdv p{
	padding: 7px 0;
}
.hover{
	border-radius: 50%;
	width: 270px;
	height: 270px;
	background-color: black;
	position: absolute;
	left: 0;
	opacity: 0.5;
	z-index: 20;
}
.btn{
	text-transform: uppercase;
	width: 320px;
	margin: 60px auto 0px auto;
	display: block;
	color: #1c1e20;
	border: 1px solid #1c1e20;
	padding: 10px 30px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
}
.btn:hover{
	color: white;
	background-color: #1c1e20;
}
.MapsSite{
	width: 100%;
	position: relative;
	background-color: #1c1e20;
	padding-bottom: 20px;
}
.TextBox{
	margin: 40px 40px 0 0;
	display: inline-block;
	width: 270px;
	height: 185px;
	color: #999a9a;
}
.TextBox .title{
	height: 40px;
	margin: 10px 0;
	text-transform: uppercase;
	color: #ffdd22;
	font-size: 20px;
	border: none!important;
	border-bottom: dashed 1px #ffdd22!important;
}
.TextBox li{
	list-style-type: none;
	margin-top: 10px;
	cursor: default;
}
.TextBox li:hover{
	color: white;
}
.TextBox .title:hover{
	color: #ffdd22;
}
.MapsSite img{
	float: right;
	width: 230px;
	height: auto;
	z-index: 9999999;
}
.FooterMenu {
	overflow: hidden;
	width: 100%;
	height: 75px;
	padding-top: 5px;
	position: relative;
	background-color: #ffdd22;
	z-index: 4;
}
footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}
.FooterMenu img{
	-webkit-filter: grayscale(100%);
	-webkit-filter: brightness(0%);
}
.FooterMenu .menu{
	margin-top: 30px;
	float: right;
}
.FooterMenu .menu li{
	display: inline-block;
	font-size: 16px;
	margin-left: 30px;

}
.FooterMenu .menu a{
	color: black;
}
.FooterMenu .menu li:hover{
	border-bottom: 1px solid black;
}
.advantages .see {
    position: absolute;
    bottom: 30px;
    color: #1c1e20;
    text-align: center;
    font-size: 22pt;
    padding: 5px 10px;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    z-index: 300;
}
.Blog {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.Blog h1{
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 600;
	border-bottom: 3px solid #ffdd22;
	width: 150px;
	margin: 30px auto;
	padding: 0 0 5px 0;
}
.BoxNews{
	width: 75%;
	margin: 10px auto;
	overflow: hidden;
}
.BlockNews{
	width: 100%;
	margin: 10px auto;
	overflow: hidden;
}
.BoxImg{
	width: 65%;
	height: 350px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.Lb{
	float: left;
}
.Lb span{
	float: right;
	margin: 22px -35px 0 0;
	display: block;
	width: 50px;
	height: 50px;
	background-color: #1c1e20;
	-moz-transform: rotate(45deg);  /* Firefox */
	-o-transform: rotate(45deg);  /* Opera */
	-webkit-transform: rotate(45deg);  /* Safari y Chrome */
}
.Rb span{
	float: left;
	margin: 22px 0 0 -35px;
	display: block;
	width: 50px;
	height: 50px;
	background-color: #1c1e20;
	-moz-transform: rotate(45deg);  /* Firefox */
	-o-transform: rotate(45deg);  /* Opera */
	-webkit-transform: rotate(45deg);  /* Safari y Chrome */
}
.Rb{
	float: right;
}
.TextBlock{
	position: relative;
	font-size: 1em;
	color: white;
	display: inline-block;
	width: 35%;
	height: 350px;
	padding: 10px 20px 20px 20px;
	background-color: #1c1e20;
	font-weight: 300;
}
.TextBlock h4{
	color: #ffdd22;
	font-size: 22px;
	margin-bottom: 15px;
}
.TextBlock a{
	color: white;
	position: absolute;
	bottom: 20px;
	right: 20px;
	border: 1px solid white;
	padding: 5px 10px 5px 10px;
}
.AboutUs h1{
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 600;
	border-bottom: 3px solid #ffdd22;
	width: 150px;
	margin: 30px auto;
	padding: 0 0 5px 0;
}
.AboutUs{
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 0 10px 0;
}
.AboutUs h3{
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
	margin: 50px auto;
}
.IconBox{
	width: 24%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 20px 0 60px 0;
}
.IconBox p{
	margin: 10px 0;
	font-weight: bold;
}
.Icon{
	width: 200px;
	height: 200px;
	margin: 0 auto;
	background-color: #ffdd22;
	border-radius: 100px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: 60%;
}
.Ico1{
	background-image: url(../images/ico-1.png);
	background-position: center center;
}
.Ico2{
	background-image: url(../images/ico-2.png);
	background-position: center center;
}
.Ico3{
	background-image: url(../images/ico-3.png);
	background-position: center center;
}
.Ico4{
	background-image: url(../images/ico-4.png);
	background-position: center center;
}
.NewsFull{
	width: 100%;
	overflow: auto;
	position: relative;
	margin: 40px auto;
}
.BoxNews{
	display: inline-block;
	width: 75%;
	overflow: hidden;
	float: left;
}
.BoxNews img{
	width: 100%;
}
.BoxNews h3{
	font-size: 30px;
}
.BoxNews p{
	margin: 30px auto;
}
.BoxAdvertising{
	margin: 20px auto;
	display: inline-block;
	width: 25%;
	position: relative;
}
.PrewImg{
	width: 100%;
	height: 300px;
	margin: 0 auto;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.bannerAdv{
	float: right;
	width: 270px;
	height: 350px;
	background-color: #ffdd22;
}
.BoxNews span{
	color: #9e9e9e;
	margin-top: 5px;
	display: inline-block;
}
.OldNews{
	float: right;
	width: 270px;
	padding: 0 5px;
	overflow: hidden;
	color: #9e9e9e;
	padding-bottom: 10px;
	border-bottom: dashed 1px #d4d4d4;

}
.OldNews h4{
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 3px;
	color: #606060;
}
.OldNews h4:hover{
	color: black;
}
.OldNews span{
	font-size: 15px;
	font-weight: 400;
}
.subscription{
	width: 100%;
	overflow: hidden;
	padding-bottom: 30px;
}
.subscription h3{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	margin: 15px auto;
}
.subscription input{
	padding: 7px;
	width: 240px;
	outline: none;
}
.subscription input[type=submit]{
	text-transform: uppercase;
	padding: 9px 7px;
	width: 160px;
	color: black;
	border: 0;
	background-color: #ffdd22;
	outline: none;
	font-weight: bold;
	margin-top: 10px;
}
.subscription input[type=submit]:hover{
	color: white;
	background-color: #1c1e20;
}
.Contact{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.Contact h1{
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 600;
	border-bottom: 3px solid #ffdd22;
	width: 220px;
	margin: 30px auto 20px auto;
	padding: 0 0 5px 0;
}
.Contact p{}

.Contact li{
	list-style-type: none;
	margin-top: 70px;
}
.Contact ul{
	margin-top: 40px;
	margin-left: 10%;
	padding: 0;
}
.Contact li img{
	margin-right: 30px;
	vertical-align: top;
}

.Contact h3{
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
	line-height: 25px;
}
.Contact h3 span{
	font-size: 14px;
	margin: 0;
}
.adr{
	margin-left: 100px;
}
.tl{
	margin-left: 155px;
}
.Portfolio{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.Portfolio h1{
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 600;
	border-bottom: 3px solid #ffdd22;
	width: 260px;
	margin: 30px auto 20px auto;
	padding: 0 0 5px 0;
}
.portfBox{
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.box-1{
	width: 69%;
	height: 350px;
	display: inline-block;
	position: relative;
}
.box-2{
	width: 30%;
	height: 350px;
	display: inline-block;
	position: relative;
}
.box-3{
	width: 32.9%;
	height: 350px;
	display: inline-block;
	position: relative;
}
.Uslugi{
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 100px;
}
.Uslugi h1{
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 600;
	border-bottom: 3px solid #ffdd22;
	width: 160px;
	margin: 30px auto 20px auto;
	padding: 0 0 5px 0;
}
.UslugiBox{
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #d6d6d7;
}
.UslugiBox h2{
	margin-bottom: 20px;
}
.UslugiBox p{
	margin-bottom: 50px;
}
.UslugiBox ul{
	display: inline-block;
	margin: 0 0 0 40px;
}
.UslugiBox li{
	list-style-type: none;
	text-transform: uppercase;
	margin-top: 10px;
}
.UslugiBox li h3{
	font-size: 20px;
	margin: 20px 20px 20px 0;
}
.UslugiBox li span{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #ffdd22;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.UslugiBox img{
	float: left;
}
.UslugiBox input[type=submit]{
	position: relative;
	top: -60px;
	float: right;
	padding: 5px;
	background-color: #ffdd22;
	color: black;
	border: none;
	outline: none;
	border-radius: 5px;
	width: 250px;
	height: 40px;
	text-transform: uppercase;
	font-size: 15px;
}
.UslugiBox input[type=submit]:hover{
	background-color: black;
	color: white;
}
.overlay-content:hover{
	opacity: 1;
}
.overlay-content:hover .info>.title{
	opacity: 1;
}
.overlay-content:hover .info>.categories{
	opacity: 1;
}
.overlay-content:hover .action>a {
	opacity: 1;
}
.overlay-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, .60);
	opacity: 0;
	transition: all .15s ease-in-out;
}
.overlay-content .info {
    width: 100%;
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
}
.overlay-content .info>.title {
	font-size: 1.285em;
	font-weight: 400;
	margin: 0 0 15px;
	text-transform: uppercase;
	-webkit-transform: translateY(-150%);
	transform: translateY(-150%);
	opacity: 0;
	transition: all .2s ease-in-out;
	transition-delay: .2s;
}
.overlay-content .info>.categories {
	font-weight: 400;
	-webkit-transform: translateY(-150%);
	transform: translateY(-150%);
	opacity: 0;
	transition: all .2s ease-in-out;
	transition-delay: .3s;
}
.overlay-content>.action {
	position: absolute;
	bottom: 55px;
	right: 15px;
}
.overlay-content>.action>a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #FFF;
	color: #000;
	border-radius: 50%;
	position: relative;
	margin: 5px;
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	transition: all .2s ease-in-out;
	transition-delay: .4s;
}

/* Стили модального окна */

.modal-header h2 {
	color: #555;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
}
/* кнопка закрытия окна */
.modal .btn-close {
	color: #aaa;
	cursor: pointer;
	font-size: 30px;
	text-decoration: none;
	position: absolute;
	right: 5px;
	top: -7px;
}
.modal .btn-close:hover {
	color: red;
}
/* слой затемнения */
.modal-wrap:before {
	content: "";
	display: none;
	background: rgba(0, 0, 0, .3);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 101;
}
.modal-overlay {
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 102;
}
/* активация слоя затемнения и модального блока */
.modal-open:checked ~ .modal-wrap:before,
.modal-open:checked ~ .modal-wrap .modal-overlay {
	display: block;
}
.modal-open:checked ~ .modal-wrap .modal-dialog {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	top: 20%;
}
/* элементы модального окна */
.modal-dialog {
	background: #fefefe;
	border: none;
	border-radius: 3px;
	position: fixed;
	width: 80%;
	max-width: 500px;
	left: 50%;
	top: -100%;
	-webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
	-moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
	box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
	-webkit-transform: translate(-50%, -500%);
	-ms-transform: translate(-50%, -500%);
	-o-transform: translate(-50%, -500%);
	transform: translate(-50%, -500%);
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	z-index: 103;
}
.modal-body {
	padding: 20px;
}
.modal-body p {
	margin: 0;
}
.modal-header h3{
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
}
.modal-header{
	padding: 20px 20px 0 20px;
}
/* кнопки */
.btn-primary {
	background: #428bca;
	border-color: #357ebd;
	color: #fff;
}
.btn-primary:hover{
	background: #66A1D3;
}
.modal-body input{
	width: 100%;
	height: 10px;
	padding: 20px 10px;
	margin-bottom: 10px;
	outline: none;
	border-radius: 3px;
	font-size: 17px;
	border: 1px solid #d9d9d9;
}
.modal-body textarea{
	border-radius: 3px;
	padding: 10px 10px;
	outline: none;
	margin: 0 auto;
	width: 100%;
	min-width: 430px;
	height: 120px;
	font-size: 17px;
	min-height: 100px;
	border-color: #d9d9d9;
	resize:none;
}
.modal-body input[type=submit]{
	border-radius: 3px;
	width: 230px;
	margin: 5px auto;
	display: block;
	background-color: #ffdd22;
	border-radius: 0;
	color: white;
	height: 60px;
	text-transform: uppercase;
	border: 0;
}
.modal-body input[type=submit]:hover{
	background-color: black;
}
.modal-header p{
	color: #1E3C50;
}


.About h1{
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 600;
	margin: 30px auto 0 auto;
	padding: 0 0 5px 0;
}
.lineBottom{display: block; width: 150px; height: 2px; margin: 10px auto; background: #fd2;}
.About h3{
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	padding: 0 0 5px 0;
}
.About h4{
	font-weight: bold;
	font-size: 23px;
	color: #fd2;
}
.BlockAbout{
	width: 100%;
	overflow: hidden;
}
.BlockAbout>img{ width: 40%; }
.TextAbout{
	font-weight: 500;
	width: 60%;
	float: left;
}
.BlockAbout>.TextAbout>h3{
	text-transform: uppercase;
	color: #ffdd22;
	font-size: 20px;
	text-align: left;
}
.BlockPrem{
	overflow: hidden;
	margin: 30px 0;
	width: 100%;
	position: relative;
}
.TextPrem{
	float: right;
	width: 85%;
}
.TextPrem h5{
	font-weight: bold;
	font-size: 21px;
}
.BlockPrem img{    margin-left: 65px;
	width: 70px; margin-top: 10px;}
.principles {
	width: 49%;
	vertical-align: top;
	overflow: hidden;
	padding: 20px 0;
}
.principlesText{
	float: right;
	width: 75%;
}
.principlesText h6>i{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #ffdd22;
	display: inline-block;
	margin-left: -25px;
	margin-right: 10px;
}
.principlesText h6{font-size: 17px; font-weight: 700}
.principlesText p{font-size: 15px;}

.b2 .principlesText{
	width: 60%;
}
.b3-1 .principlesText{
	width: 55%;
}
.About .b1 p{width: 330px;}
.About .b2 p{width: 370px;}
.About .b3-1 p{width: 370px;}
.About .b4 p{width: 370px;}
.principlesText {margin-right: 15px; margin-top: 40px;}
.lineBottom{margin: 20px auto;}
.ftr-conact h4{font-weight: 300;}

.SiteIcon{
	text-align: center;
}
.SiteIcon .BoxIcon{
	text-transform: uppercase;
	margin: 40px;
	width: 300px;
	display: inline-block;
}
.SiteIcon .BoxIcon img{
	width: 100px;
	display: block;
	margin: 0 auto;
}
.SiteIcon .BoxIcon p{
	padding: 20px 0;
	font-size: 18px;
}
.ListLR{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ListL{
	margin-top: 30px;
	float: left;
	position: relative;
	z-index: 10;
	overflow: hidden;
	width: 52%;
	background-color: #2c2e30;
	padding: 30px 10px;
}
.ListL ul{
	padding-left: 15px;
}
.ListL li{
	list-style-type: none;
	color: white;
	margin-top: 35px;
}
.ListL li p{
	float: right;
	width: 510px;
}
.ListL li>i{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #ffdd22;
	vertical-align: middle;
}
.ListL div{
	width: 570px;
}
.ListL h4{
	color: white;
}
.ListR h4{
	color: #2c2e30;
	margin-left: 20px;
}
.ListR{
	float: right;
	position: relative;
	z-index: 9;
	overflow: hidden;
	width: 48%;
	background-color: #ffdd22;
	padding: 30px 10px 10px 10px;
}
.ListR ul{
	padding-left: 15px;
}
.ListR li{
	list-style-type: none;
	color: #2c2e30;
	margin-top: 15px;
}
.ListR li p{
	float: right;
	width: 510px;
}
.ListR li>i{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #2c2e30;
	vertical-align: middle;
}
.ListR div{
	width: 570px;
}
.btnUslR{
	width: 420px;
	height: 55px;
	display: block;
	margin: 30px auto;
	position: relative;
	padding: 15px 40px;
	background-color: #fd2;
	color: #000;
	border: none;
	outline: none;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}
.btnUslR:hover{
	color: white;
	background-color: #2c2e30;
}
.About h3{
	margin: 40px 0;
}
.SMM h3{
	margin: 40px 0;
	text-align: center;
}
.SMM .ListLR .ListL li{
	margin-top: 15px;
}
.BlockAbout{
	margin-bottom: 30px;
}
.PortBoxIc{
	display: inline-block;
	width: 260px;
	text-align: center;
}

.AbotCompaniIndex .SiteIcon .BoxIcon{
	width: 230px;
	margin: 40px 25px;
	vertical-align: top;
}
.AbotCompaniIndex .SiteIcon .BoxIcon p{
	text-transform: none;
	font-size: 17px;
	margin-top: 15px;
}
.AbotCompaniIndex .SiteIcon a{
	border-radius: 3px;
	padding: 15px 40px;
	border: 1px solid #ffdd22;
	color: #ffdd22;
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0;
	display: inline-block;
}
.AbotCompaniIndex .SiteIcon{
	padding-bottom: 30px;
}
.portfolio{
	background-color: #ffdd22;
	background-image: url(../images/icon-bg.png);
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding-bottom: 60px;
}
.portfolio span{
	top: 0;
	position: relative;
	width: 100%;
	height: 37px;
	display: block;
	background-image: url(../images/bg-2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.hawWeCreate{
	background-color: #1c1e20;
	overflow: hidden;
	position: relative;
	font-weight: 300;
	padding-bottom: 60px;
	color: white;
}
.hawWeCreate span{
	top: 0;
	position: relative;
	width: 100%;
	height: 37px;
	display: block;
	background-image: url(../images/bg-1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.hawWeCreate h1{
	color: #ffdd22;
	text-align: center;
	margin: 30px 0;
}

.hawWeCreate .BoxSiteInform{
	width: 49.5%;
	display: inline-block;
	margin: 20px 0;
}
.hawWeCreate .BoxSiteInform ul{
	margin-left: 10px;
        top: -30px;
    padding-left: 60px;
    position: relative;
}
.hawWeCreate .BoxSiteInform p{
	display: inline-block;
	background-color: #ffdd22;
	border-radius: 50%;
	color: #1c1e20;
	width: 35px;
	height: 35px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
.hawWeCreate .BoxSiteInform li{
	list-style-type: none;
	margin-top: 10px;
}
.hawWeCreate .BoxSiteInform li i{
	display: inline-block;
	width: 11px;
	height: 11px;
	background-color: #ffdd22;
	vertical-align: middle;
	margin-right: 10px;
}
.hawWeCreate .btn{
	text-transform: uppercase;
	width: 320px;
	margin: 60px auto 0px auto;
	display: block;
	color: #1c1e20;
	background-color: #ffdd22;
	padding: 10px 30px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
}
.btn:hover{
	color: #ffdd22;
	background-color: #1c1e20;
}


.hawWeCreate span i{
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	margin: 0 auto;
	top: -25px;
	background-color: #1c1e20;
	position: relative;

}
.hawWeCreate span i img{
	margin: 20px auto;
}
    
.hawWeCreate span i{
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	margin: 0 auto;
	top: -25px;
	background-color: #ffdd22;
	position: relative;
}
.hawWeCreate span i img{
	    left: 10px;
    margin: 20px auto;
    position: relative;

}
.portfolio span i img{
	margin: 20px auto;
}
.portfolio span i{
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	margin: 0 auto;
	top: -25px;
	background-color: #1c1e20;
	position: relative;
}
    
    
    
    .AbotCompaniIndex span i{
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	margin: 0 auto;
	top: -25px;
	background-color: #ffdd22;
	position: relative;

}
.AbotCompaniIndex span i img{
	    left: 10px;
    margin: 20px auto;
    position: relative;

}
	.languageMobile{
		display: none;
    }
    
    
    
    
    