.border__shadow {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}
.border__shadow:hover {
  box-shadow: 0px 1px 6px rgba(0, 85, 134, 0.4);
}
.vendors-carousel {
  width: 1240px;
  margin: 0 auto;
  margin-bottom:10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.vendors-carousel-item_anchor,.vendors-carousel-item_anchor:visited {
  display: flex;
  width: 100px;
  height: 35px;
  margin-bottom: 10px;
  justify-content: center;
  padding: 15px;
  align-items: center;
}
.vendors-carousel-item_image {
  max-width: 110px;
}
footer {
  margin-top: 10px;
  /*font-family: 'Open Sans';*/
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
}
.footer {
  background: #005586;
}
.footer_wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0px 30px;
  box-sizing: border-box;
  background: #005586;
}
.footer_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer_row__baseline {
	align-items: baseline;
}
.footer_row__baseline > div {
	margin-bottom: 30px;
}
.footer_column {
  padding: 0 10px;
  box-sizing: border-box;
  width: auto;
  max-width: 295px;
  margin-top: 30px;
}
.footer_column:last-child {
  padding-right: 0;
}
.footer_column.footer_column_last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer_column_item {
  padding-bottom:30px;
}
.footer_column_item:last-child {
  padding-bottom:0px;
}
.footer_column_item_title {
  font-weight: bold;
  font-size: 18px;
  line-height: 19px;
  padding-left: 30px;
  margin-bottom:12px;
}
.footer_column_item_title.with-icon {
  padding-left: 0px;
}
.footer_column_item_title_text-with-icon {
	vertical-align: middle;
}
.footer_column_item_content {
  padding-left: 30px;
  font-size: 12px;
}

@media (max-width: 650px) {
  .footer_column_item_content.footer-phone {
    font-size: 16px;
  }
}

.footer_column_item_content a {
	color: white;
	text-decoration: none; }

.title_icon {
  padding-right: 10px;
  vertical-align: middle;
}
.footer_complex {
  margin-bottom: 16px;
}
.footer_complex:last-child {
  margin-bottom: 0px;
}
.footer_complex_name_link, .footer_complex_name_link:visited {
  color: #ffffff;
  text-decoration: none;
  vertical-align: middle;
}
.footer_complex_name_link:hover {
  text-decoration: underline;
  color: #ffffff;
}
.footer_complex_metro-circle {
  display: inline-block;
  width:8px;
  height:8px;
  margin: 0 5px;
  background-color: #0075FF;
  border-radius: 25px;
  line-height: 7px;
}
.footer_complex_metro-circle__yellow {
  display: inline-block;
  width:8px;
  height:8px;
  margin: 0 5px;
  background-color: #cac200;
  border-radius: 25px;
  line-height: 7px;
}
.footer_complex_metro-circle__green {
  display: inline-block;
  width:8px;
  height:8px;
  margin: 0 5px;
  background-color: #159300;
  border-radius: 25px;
  line-height: 7px;
}
.footer_complex_metro-circle__violet {
  display: inline-block;
  width:8px;
  height:8px;
  margin: 0 5px;
  background-color: #F582FF;
  border-radius: 25px;
  line-height: 7px;
}
.footer_complex_adress {
  margin-left: 22px;
}
.footer_column_item_content_link-block {
  margin-bottom: 15px;
}
.footer_column_item_content_link-block-item, .footer_column_item_content_link-block-item:visited {
  text-decoration: none;
  color: #ffffff;
}
.footer_column_item_content_link-block-item:hover {
  text-decoration: underline;
  color: #ffffff;
}
.payments-types_carousel {
  align-self: flex-end;
}
.footer-claimer {
  margin: 10px 0;
  font-size: 12px;
  color: #373737;
  text-align: center;
}
.social-links {
  /*margin-bottom: 25px;*/
}
.social-links-item {
  padding-right: 25px;
}
.social-links-item:last-child {
  padding-right: 0;
}
.content-partners {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 1240px;
  margin-bottom: 15px;
  flex-wrap: wrap; }
  .content-partners a{
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
  }


.content-partners-link {
  padding: 0 10px;
  margin-bottom: 10px; }

.content-partners-title {
  margin: 35px auto 20px;
  padding: 0px 10px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #212121;
  max-width: 1240px; }
@media all and (max-width: 768px) {

}

.footer-whatsapp, .footer-phone{
  font-size: 16px;
}
