@charset "UTF-8";
.contact_section {
  min-height: 90vh;
  padding-top: 100px;
  padding-bottom: 80px;
  /*
  background: var(--blue-green-dark-gradient);
  */
  color: #FFFFFF;
}

.contact_section > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.contact_section > div:before,
.contact_section > div:after {
  display: none;
}

.contact_header {
  padding-bottom: 50px;
}

.contacts_info {
  padding-right: 40px;
}

.contacts_info div {
  padding-bottom: 30px;
}

.contacts_info div a,
.contacts_info div a:hover {
  color: inherit;
  text-decoration: none;
}

.contacts_info div a:hover {
  font-weight: 600;
}

.tabs {
  display: flex;
}

.tab_block:first-child {
  margin-right: 34px;
}

.tab_block {
  font-weight: normal;
  font-size: 24px;
  line-height: 44px;
  border-bottom: none;
  color: #FFFFFF;
  opacity: 0.4;
  cursor: pointer;
}

.tab_block.active {
  opacity: 1;
  border-bottom: 0.2px solid #FFFFFF;
}

#kazan_block {
  display: none;
}

.right_block-address {
  padding-bottom: 40px;
}

.right_block ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 170px;
  padding-left: 0;
}

.right_block ul li {
  width: 50%;
  padding-bottom: 20px;
  padding-right: 30px;
  list-style-type: none;
  cursor: pointer;
  white-space: nowrap;
}

.right_block ul li:hover {
  font-weight: 600;
}

.right_block ul li#active_point {
  color: #EB5757;
}

.right_block ul li:first-child#active_point {
  color: #FDA71A;
}

.right_block ul li:first-child:before {
  color: #FDA71A;
  content: "⬤";
  padding-right: 10px;
}

.right_block ul li:nth-child(2):before,
.right_block ul li:nth-child(3):before {
  color: #EB5757;
  content: "⬤";
  padding-right: 10px;
}

.right_block ul li:nth-child(4):before,
.right_block ul li:nth-child(5):before {
  background-image: url('/images/mck-image.png');
  background-size: 18px 18px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px; 
  height: 18px;
  content:"";
  margin-left: 2px;
  padding-right: 13px;
}

.map {
  width: 600px;
  height: 340px;
  margin: 16px 0;
}

.map #gmap {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 15px;
}

@media (max-width: 1024px) {
  .contact_section > div {
    flex-direction: column;
  }

  .contact_right {
    width: 100%;
  }

  .tab_block {
    font-size: 20px;
    line-height: 36px;
  }

  .right_block ul {
    max-height: 100%;
  }

  .map {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contact_section {
    padding-top: 24px;
    padding-bottom: 50px;
  }
}
@media (max-width: 425px) {
  .contact_section {
    padding-top: 24px;
    padding-bottom: 25px;
  }
}
@media (max-width: 375px) {
  .contact_section {
    padding-top: 24px;
  }
}
/*# sourceMappingURL=contact.scss.map */

/*# sourceMappingURL=contact.css.map */

.head_header.contact, footer.contact {
  background: transparent;
}

body {
  background: var(--blue-green-dark-gradient);
}
