/* custom styles */

.inner {
    max-width: 1100px;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}
.itemnew {
    width: 25%;
    padding: 15px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    margin-top: 24px;
    overflow: visible;
}
.imgholder {
    position: relative;
}
.arr {
    position: absolute;
    top: 50%;
    margin-top: -38px;
    left: -53px;
    width: 76px;
    height: 76px;
    background: url(/upload/arr-green.png) no-repeat;
    z-index: 1;
}
.stages {
    margin: 500px 0 60px;
}

@media screen and (max-width: 520px){
.itemnew {
    width: 100%;
	}
.arr {
    display: none;
}
}

.header .items .logo img {
    max-width: 142px;
    max-height: 60px;
}

.tel2 {
    margin: 0px 0 0 5%;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.tel2::before {
    content: '';
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    top: 2px;
    background-image: url(../tel2.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 49% 50%;
}
.tel2 .item {
    display: block;
    font-family: 'Ubuntu', Arial, sans-serif;
    font-size: 1.15em;
    color: #fff;
    font-weight: 600;
}
.tel2 .item a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
footer .links .tel2 {
    margin: 2px 0 0 1.5%;
}

@media screen and (max-width: 1210px){
footer .links .tel2 {
    align-self: flex-start;
    margin-top: 0;
}
footer .links .tel {
    margin-top: 6px;
}
}
@media screen and (max-width: 780px){
.tel2 .item {
    font-size: 13px;
}
.tel .item {
    font-size: 13px;
}
}

@media screen and (max-width: 710px){
.header .items .tel2:before {
    display: none;
}
}

@media screen and (max-width:639px){
footer .links .tel2 {
    margin-top: -38px;
    margin-left: auto;
}
.tel2::before {
    width: 40px;
    height: 40px;
    background-size: 30px;
}
.header .items .logo {
    width: 14%;
}
}

@media screen and (max-width:400px){
.header .items .tel {
    position: fixed;
    margin-top: -15px;
    margin-left: 60%;
}
.header .items .tel2 {
    position: fixed;
    margin-top: 10px;
    margin-left: 60%;
}
}

.icon-stroy {
    background: url(/upload/11.png) no-repeat;
}

.icon-avtop {
    background: url(/upload/22.png) no-repeat;
}