footer #CorpInfo{
	padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 15px;
    border-top: 1px dotted #4d4d4d;
}
.navBar .conctact{
    width: 380px;
    height: 40px;
    position: absolute;
}
.navBar .conctact table{
	width:100%;
	height: 100%;
}
.navBar .conctact table div{
	display: inline-block;
	vertical-align: middle;
	color: white;
	font-family: 'Open Sans', sans-serif;
}
.navBar .conctact table div i{
	font-size: 25px;
    color: white;
    margin-right: 7px;
	font-family: FontAwesome;
}
.navBar .conctact table div a, .navBar .conctact table div a:hover, .navBar .conctact table div a:focus{
	color: white;
	text-decoration: none;
}
#m_p1{
	font-size: 20px;
}
#globalNavBar{
	top: 7px;
}
.blockVstup{
	width: 50px;
    height: 50px;
    background: #D11319;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-right: 20px;
    color: white;
}
.blockVstup.left{
	float: left;
	margin-right: 20px;
}
.blockVstup.right{
	float: right;
	margin-left: 20px;
}
.blockVstupCont{
	padding-top: 20px;
    padding-bottom: 20px;
}
.blockVstupCont.one{
	background: #F1F1F1;
}
.blockVstupCont.two{
	background: #E0E0E0;
}
#shemaImg{
	width: 100%;
	float: none;
	margin: auto;
	margin-bottom: 15px;
}
#shemaText h3{
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    text-transform: none;
	margin-bottom: 20px;
	font-size: 18px;
    line-height: 1.3;
	text-align: center;
}
#shemaImg img{
	width:100%;
	border-radius: 15px;
}
#MyData p{
	padding-bottom: 3px;
	line-height: 1.2;
}
#MyData a{
	color: white;
}
#m_p10{
	margin-top: 20px;
}
#btn_feedbackContact{
	margin-bottom: 10px;
}
.scrollUp{
	width: 50px;
    text-align: center;
    box-sizing: border-box;
    opacity: 0.9;
    position: fixed;
    right: 35px;
    bottom: 20px;
	-webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
	cursor: pointer;
}

.scrollUp:hover{
	opacity: 1;
}
.scrollUp:hover .content{
	background: #D11319;
}
.scrollUp:hover p{
	color: #D11319;
}

.scrollUp .content{
    height: 50px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.37);
    color: white;
    font-size: 30px;
    line-height: 1.5;
	-webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.scrollUp p{
	-webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
	font-size: 13px;
    padding: 0;
    margin: 0;
    position: relative;
    top: -3px;
}
#footerP{
	margin-bottom: 20px;
}
#footerP p{
    line-height: 0;
    padding-bottom: 5px;
}
#footerP img{
	width: 220px;
	height: 170px;
}
#m_p2{
	margin-bottom: 0;
    padding-bottom: 3px;
}
#m_p3{
	color: #D11319;
}


.team_img {
	width:171px;
	height:171px;
	position: relative;
	margin: 20px auto;
}

.team_img img{
	display: block;
	width:100%;
	height: 100%;
	margin: 0px auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid white;
}

.team_border {
	width: 100%;
	height: 100%;
	border-radius:50%;
	position: absolute;
    border-right: 5px solid #D11319;
    border-bottom: 5px solid #D11319;
	border-left: 5px solid white;
	border-top: 5px solid white;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
}

.team_border:hover {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
}

.social-icon-footer div{
	height: 48px;
	width: 48px;
	display: inline-block;
	margin-right: 10px;
}
.social-icon-footer a:hover{
	background: none;
}
.social-icon-footer{
	margin-top: 10px;
}
.social-icon-footer .facebook{
	background: url(../images/footer_icon/facebook.png);
}
.social-icon-footer .facebook:hover{
	background: url(../images/footer_icon/facebook1.png);
}
.social-icon-footer .twitter{
	background: url(../images/footer_icon/twitter-gray.png);
}
.social-icon-footer .twitter:hover{
	background: url(../images/footer_icon/twitter.png);
}
.social-icon-footer .google{
	background: url(../images/footer_icon/googleplus-gray.png);
}
.social-icon-footer .google:hover{
	background: url(../images/footer_icon/googleplus.png);
}

#file_loadBig{
    width: 218px !important;
    height: 40px !important;
    cursor: pointer;
    z-index: 55;
	width: 50%;
    float: left;
}
#file_loadBig .none{
	opacity: 0;
    height: 40px;
    position: absolute;
    z-index: 555;
	cursor: pointer;
}
#file_loadBig input[type="file"]{
    opacity: 0;
    position: absolute;
    width: 218px;
}
.back_file{
	width: 218px;
    height: 40px;
	position: absolute;
	background: url(../images/attach.png);
	cursor: pointer;
	
}
.switch_loading_02{
	width: 100%;
}
#smile-loading{
	font-size: 88px;
    color: #AB1010;
    margin-top: 10px;
}
.ShowAddDownFile button{
	width: 100% !important;
	cursor: auto;
}
.ShowAddDownFile button i{
	margin-right: 5px;
}
.btn.btn-light.white{
	color:white !important;
	outline: none;
	height: 41px !important;
}
.btn.btn-light.white:hover{
	color:#000000 !important;
}
#message-send-email1,#message-send-email2{
	margin-bottom: 0;
    padding-bottom: 10px;
    font-weight: 700;
}
.susses_loading_02.green{
	background: rgba(12, 171, 31, 0.83) !important;
    border: 1px solid #148622 !important;
	margin-bottom: 10px;
}
.susses_loading_02.green .icon i{
	top: 25px !important;
}
.susses_loading_02{
	background: #1797CF;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid #1481B1;
    color: white;
	margin-top: 15px;
}
.m_p120{
	text-align: center !important;
    margin-bottom: 10px !important;
    margin-top: 15px !important;
}

.susses_loading_02 .icon{
	display: inline-block;
    width: 20%;
    vertical-align: top;
}
.susses_loading_02 .icon i{
    font-size: 40px;
    position: relative;
    top: 35px;
}
.susses_loading_02 .text{
	display: inline-block;
	text-align: left;
	width: 75%;
}
.susses_loading_02 .text h3{
	padding-bottom: 0;
}
#errorModal{
    background: #DA0C0C;
    padding: 6px;
    border-radius: 3px;
    color: white;
    border: 1px solid #B30707;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.15);
}
#string_info_file{
	display: -webkit-inline-box;
    margin-bottom: 0;
    padding-bottom: 20px;
}
  @media (max-width: 767px) { 
	.navBar .conctact .two, .da-header{
		display: none !important;
	}
	section#prices .priceBox{
		height: inherit;
	}
	.scrollUp{
	    right: 25px;
		bottom: 10px;
	}
	h1{
		font-size: 25px;
	}
	h2{
		font-size: 22px;
	}
	#m_p5{
		font-size: 20px !important;
	}
	#m_p6{
		margin-top: 30px;
	}
	#m_p7{
		margin-bottom: 30px;
	}
		section {
		padding-top: 90px;
	}
	.box-modal {
		width: 100% !important;
	}
	.arcticmodalDiv img {
		width: 100%;
	}
	#video-youtube{
		height: 200px !important;
	}
	#file_loadBig{
		width: 100% !important;
		position: relative;
	}
	.back_file{
		width: 100%;
		background: url(../images/attach.png) no-repeat center center;
	}
  }
  
  
 
 
  @media (min-width: 768px) and (max-width: 979px) { 
	  section#prices .priceBox{
			height: 415px;
			border: 0px;
		}
		.navBar .conctact .two{
			display: none;
		}
		#file_loadBig{
			margin-left: 15px;
		}
		#m_p7{
			margin-bottom: 30px;
		}
		
  
  }
 
 
  @media (min-width: 980px) { 
	#shemaImg{
		margin-right: 25px;
		display:inline-block;
		margin-bottom: 0px;
		vertical-align: top;
	}
	#shemaText{
		display:inline-block;
		vertical-align: top;
		width: 60%;
	}
	#shemaText h3{
		text-align: left;
	}
	#shemaImg{
		width: 400px;
	}
	#btn_feedbackContact{
		width: 40% !important;
		margin-right: 15px;
		margin-bottom: 0px;
	}
	.ShowAddDownFile{
		float: left;
	}
  }