/*contacts*/

.contacts-page {
  color: #000;
  font-family: 'Open Sans', 'Arial', sans-serif;
}

.contacts-page strong {
  display: block;
  font-size: 17px;
  line-height: 1;
  font-weight: 600;
  margin-top: 20px;
}

.contacts-page__h1
{
  margin-bottom: 30px;
}

.contacts-page__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts-page__grid-item {
  width: calc(50% - 40px);
  margin-bottom: 40px;
}

.contacts-page__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts-page__phones-inner {
  width: calc(50% - 20px);
}

.contacts-page__phones-title {
  font-size: 20px;
  color: #ff6333;
  font-weight: 700;
}

.contacts-page__phones p {
  margin-bottom: 10px;
}

.contacts-page__phones p:last-child {
  margin-bottom: 0;
}

.contacts-page__phones a {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-decoration:none;
}

.contacts-page__phones span {
  font-size: 17px;
}

.contacts-page__h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
}

.contacts-page__link {
  font-size: 17px;
  color: #0060a9;
  text-decoration: underline;
}

.contacts-page__emails ul {
  list-style: disc;
  padding-left: 20px;
}

.contacts-page__emails li {
  list-style: disc;
  line-height: 1.2;
  margin-bottom: 12px;
}

.contact-maps__item {
  border: 1px solid #d3d3d3;
}

.contact-maps__item-title {
  padding: 25px 30px;
  background: #f5f7f7;
  font-size: 24px;
  font-weight: 600;
  color: #0060a9;
}

.contact-maps__item-title--blue {
  color: #FFF;
  background: #0060a9;
}

.contact-maps__item-header {
  padding: 30px;
}

.contact-maps__item-adress {
  font-size: 18px;
  line-height: 1.2;
  color: #ff3c00;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-maps__item-image
{
	text-align:center;
}
.contact-maps__item-image img
{
	max-width:100%;
}
.contact-maps__item-links
{
	padding:20px 30px;
	font-size:16px;
}
.contact-maps__item-links a
{
	margin-right:20px;
	white-space:nowrap;
	text-decoration:none;
}
.contact-maps__item-links a:hover
{
	text-decoration:underline;
}

.contact-maps__item-time {
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.2;
  background: url('./ico-clock.png')no-repeat left top;
}

.contact-maps__item iframe {
  display: block;
  min-width: 100%;
  min-height: 355px;
}

.contacts-requisite {
  color: #000;
  margin-bottom: 70px;
}

.contacts-requisite__item {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}

/*---MEDIA---*/

/*----------------------------------------1399--*/

@media only screen and (max-width:1399px) {
  .contacts-page__grid-item {
    width: calc(50% - 20px);
  }
  .contact-maps__item-adress {
    min-height: 45px;
  }
}

/*----------------------------------------1023--*/

@media only screen and (max-width:1023px) {
  .contacts-page__grid-item {
    width: 100%;
  }
  .contact-maps__item-adress {
    min-height: initial;
  }
}

/*----------------------------------------739--*/

@media only screen and (max-width:739px) {
  .contacts-page__phones-inner {
    width: 100%;
  }
  .contact-maps__item-title {
    font-size: 20px;
  }
  .contact-maps__item-title,
  .contact-maps__item-header {
    padding: 15px;
  }
  .contact-maps__item iframe {
    min-height: 250px;
  }
  .contact-maps__item-adress {
    font-size: 16px;
  }

  .contact-maps__item-links
  {
    padding: 15px;
  }

  .contact-maps__item-time {
    background: url('./ico-clock.png')no-repeat 10px left;
  }
}
