

/* Введите Ваш код CSS тут */








/*------АРЕНДА МАШИНЫ --------------------*/

.forrentcar {
  background-color: rgba(222, 222, 222, 0.39);
  border-top: 1px solid #dbaf28 !important;
  padding: 15px;background: #f3f3f3;
  border: 1px solid #e1e1e1;
  position: relative;
  clear: both;
  font-size: 14px;
}

.forrentcar .su-spoiler-content.su-clearfix {
    padding-left: 0px;
}

.center_text_block h2 {
    text-transform: uppercase;
    padding-bottom: 15px;
}




/*---------СОЦИАЛЬНЫЕ СЕТИ В ХЕДЕРЕ- УБИРАЕМ НЕ НУЖНЫЕ--------------------*/

.social ul li:nth-child(2) {
    display: none;
}

.social ul li:nth-child(3) {
    display: none;
}


.social ul li:nth-child(5) {
    display: none;
}



/*--------СОЦИАЛЬНЫЕ СЕТИ В ФУТЕРЕ - ДЕЛАЕМ НЕВИДИМЫМ ПОКА ЧТО НЕ НУЖНЫ  И ВЫРАВНИВАЕМ ПО ЦЕНТРУ-----------------*/



.social.footer_social.clear ul li:nth-child(2) {
	

	display:none;
}

.social.footer_social.clear ul li:nth-child(3) {
	

	display:none;
}

.social.footer_social.clear ul li:nth-child(5) {
	

	display:none;
}



.social.footer_social.clear {
text-align:center;
  

}

.social.footer_social.clear ul {
display:inline-block;
  

}


/*-----ЗАГОЛОВОК H2 и H3 ВНУТРИ КОНТЕНТА-----------------*/


.single_description_text h2 {

  padding-bottom: 10px;
    font-size: 20px;
  
}

.single_description_text h3 {
    font-size: 18px;
    padding-bottom: 9px;
    padding-top: 5px;
}



/*------ОТКЛЮЧАЕМ ПОКАЗ ФРАНЦУЗСКОЙ ВЕРСИИ - ПЕРЕКЛЮЧАТЕЛЬ--------------*/


.lang ul li:nth-child(3) {
    display: none;
}