
/*************************************************************************************************************************
 *	
 *	
 *	Îñíîâíûå ñòèëè ñàéòà
 *	
 *	
 *	
 *	
 *************************************************************************************************************************/

fieldset {
  border-radius: 3px;
  margin: 14px auto;
  border: 1px solid var(--grey);
}
legend {
  margin: 0 5px;
  color: var(--dark-grey);
}

.nkm-contact-main{
  max-width: 1140px;
  margin: 10px auto;
}
.nkm-contact-left {
  max-width: 847px;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  padding-left: 20px;
}
.nkm-contact-left h1 {
  margin: 10px 0 30px;
}
.nkm-contact-left h4 {
  margin-bottom: 15px;
}
.nkm-contact-left h5 {
  margin: 15px 0;
  font-size: 16px;
}
.nkm-contact-left b {
 font-weight: 500;
 color: #000;
}

.nkm-contact-right {
  width: 263px;
  padding-top: 45px;
}
.nkm-contact-right div {
  padding: 10px;
  border: 1px solid #A0A0A0;
  border-bottom: 0;
}
.nkm-contact-right div:last-of-type {
  border-bottom: 1px solid #A0A0A0;
}
.nkm-contact-right div.normal {
  cursor: pointer;
  font-size: 16px;
  background-color: #fff;
}
.nkm-contact-right div.normal:hover {
  background-color: #ffbb56;
}
.nkm-contact-right div.head {
  cursor: default;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  background-color: #EDEDED;
}


#contact-map {
  width: 100%;
  height: 400px;
  margin: 20px 0;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
}

.nkm-contact-sel {
  display: none;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
  padding: 7px 0;
  background-color: #EDEDED;
  margin: 10px 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}

/****************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************/
/***************************************************                                                            *************************************************************/
/***************************************************                ÇÀÂÈÑÈÌÎÑÒÈ ÎÒ ÐÀÇÐÅØÅÍÈß                   *************************************************************/
/***************************************************                                                            *************************************************************/
/****************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************/

@media(max-width: 1150px) {
  .nkm-contact-right {
    display: none;
  }
  .nkm-contact-sel {
    display: flex;
  }
  .nkm-contact-left {
    max-width: 100%;
  }
}
