.header {
    background-image: url(../img/head_b.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 40px;

}
span {
    color: #000!important;
    font-family: Calibri!important;
    font-size: 2vw!important;
}
@media only screen and (max-width: 768px) {
	span {
	    color: #000!important;
	    font-family: Calibri!important;
	    font-size: 3vw!important;
	}
	.text {
		font-size: 4vw!important;
	}
}
.text-white {
	color: #fff!important;
}
.p{
	text-align: justify;
    font-size: 18px;
    text-indent: 42px;
    line-height: 1.2;
    font-family: Calibri!important;
    color: #000!important;
}
.pname {
	font-style: italic;
    float: right;
    font-size: 18px;
}
.plashka-black {
	position: relative;
	width:85%;
	border-top:10px solid #000;
	left: -70%;
	top: -13px;
}
.plashka-red {
	position: relative;
	width:100%;
	border-top:15px solid #9c232a;
	left: -70%;
	top: -13px;
}
.block-off {
	overflow: hidden;
}
.visitka {
	position: absolute;
	background-image: url(../img/logo/визитки.png);
}
.body-fon {
	background-image: url(../img/a484d165b-1024x683.jpg);
	background-position: center;
	background-size: cover;
}
.padding-no {
	padding-left: 0!important;
	padding-right: 0!important;
}
.company-fon {
	background-color: #fff;
	padding: 30px;
	padding-left: 60px!important;
	padding-right: 60px!important;
}
.footer-fon {
	background-color: #010101;
	color: #fff;
	padding: 30px;
	padding-left: 60px!important;
	padding-right: 60px!important;
}
.line-b1 {
	
}
.line-b2 {
	
}
.arrow-7 {
    margin: 30px;
}
.arrow-7 span {
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #337AB7;
    border-right: 5px solid #337AB7;
    transform: rotate(45deg);
    margin: -16px;
    animation: arrow-7 2s infinite;
}
.arrow-7 span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow-7 span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes arrow-7 {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}

.push {
  list-style: none;
  font-family: "Arial";
}
.push li {
  position: relative;
  padding: 20px 0 20px 40px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
}
.push li:before {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4F5151;
  content: "";
  left: 0;
  transition: .3s ease-in-out;
  top: 27px;
}
.push li:after {
  position: absolute;
  border-left: 1px dotted #4F5151;
  width: 1px;
  bottom: -12px;
  content: "";
  left: 3px;
  top: 48px;
}
.push li:hover:before{box-shadow: 0 0 0 10px rgba(0,0,0,.2)}
.push li:last-child:after {content: none;}