.popup-tg-subscribe {
    font-size: 14px;
    padding: 12px;
    color: #29652a;
    font-family: 'Customan bold';
}

.popup-tg-title {
    font-size:20px;
    padding:12px;
    color:#345934;
}

.social-icon-rt
 {
	width:75px;
	height:75px;
  	background-image:url('https://customan.ru/images/rutube.png');
  	background-size:cover;
}

.social-icon-yt {
	width:75px;
	height:75px;
  	background-image:url('https://customan.ru/images/youtube.png');
  	background-size:cover;
}
.social-icon-ig {
	width:75px;
	height:75px;
  	background-image:url('https://customan.ru/images/instagram.png');
  	background-size:cover;
}
.social-icon-tg {
	width:75px;
	height:75px;
  	background-image:url('https://customan.ru/images/telegram.png');
  	background-size:cover;
  
  }

.article-content li {
    padding-left: 20px !important;
    position: relative;
    margin-bottom: 1em !important;
}

.gap-45 {
    margin-top:45px;
}

.wrong-span {
    color:#ff0000;
}

.repair h2 {
    margin:75px 0 20px 0;
}

.repair .list {
    margin-bottom:25px;
}

.repair .list li {
    list-style:none;
}

.repair .list li span {
    font-weight:bolder;
}

.warning-block {
    background-color:#ffcfd1;
    color:#d51820;
    border-radius:4px;
    padding:10px;
    font-weight:bolder;
    margin:25px 0;
}

.warning-block span {
    display:block;
    margin:10px 0;
}

.information-block {
    background-color:#c9ffc4;
    color:#0c661c;
    border-radius:4px;
    padding:10px;
    font-weight:bolder;
    margin:25px 0;
}

.information-block span {
    display:block;
    margin:10px 0;
}

.audi-mmi-button {
    padding:3px 7px;
    color:#fff;
    background-color:#d51820;
    border-radius:4px;
}

.audi-mmi-green {
    padding:3px 7px;
    color:#22cb22;
    background-color:#000;
    border-radius:4px;
}



.propeller {
    width:35px;
    height:35px;
    animation: propeller 2s infinite linear;
    background-image:url(../../../../images/propeller4.png);
    background-size:cover;
}
@keyframes propeller {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}

.header-container {
    background-color:#fff;
}

.slider-wrap {
    padding:40px 25px;
    min-height:700px;
    background-color:#ff6200;
    background-image:url(../../../../images/mainbg.jpg);
    background-size:cover;
}

.slider-1 {
    background-color:rgba(0, 0, 0, .5);
    border-radius:24px;
    min-height:620px;
}

.slider-1 h1, .slider-1 h2 {
    color:#fff;
}