footer {
  padding: 60px 0 30px;
  color: #fff;
  font-size: 18px;
  background: #FD5200; }
  footer .address {
    font-weight: bold; }
    footer .address img {
      -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1); }

.maps-footer {
  border-radius: 10px;
  max-width: 604px;
  width: 100%;
  height: 398px;
  overflow: hidden;
  margin: 0 0 0 auto; }
  .maps-footer iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px; }

.menu-shopping {
  font-size: 18px;
  font-weight: 500; }
  .menu-shopping__icon {
    width: 20px;
    min-width: 20px;
    margin: 0 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
  .menu-shopping li {
    margin: 0 0 32px; }
    .menu-shopping li:last-child {
      margin: 0; }
    .menu-shopping li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fff; }
      .menu-shopping li a:hover {
        color: #000; }
        .menu-shopping li a:hover .menu-shopping__icon {
          -webkit-filter: invert(1);
                  filter: invert(1); }

.menu-footer {
  font-size: 18px;
  font-weight: 500; }
  .menu-footer li {
    margin: 0 0 32px; }
    .menu-footer li:last-child {
      margin: 0; }
    .menu-footer li a {
      color: #fff; }
      .menu-footer li a:hover {
        color: #000; }

.footer-schedule {
  margin: 0 0 24px;
  font-size: 18px; }
  .footer-schedule strong {
    display: inline; }
  .footer-schedule:last-child {
    margin: 0; }
  .footer-schedule a {
    color: #fff; }
    .footer-schedule a:hover {
      color: #000; }

.eleven {
	margin-top: 20px;
	text-align: right !important; 
	width: 100%; 
	color: #fff; 
	font-size: 13px;
}
.eleven a {
	display: inline-block; 
	color: #fff;
	text-decoration: underline;
}

.modal-dialog {
  max-width: 1420px; }
  .modal-dialog .btn-close {
    position: absolute;
    padding: 0;
    z-index: 1;
    opacity: 1;
    right: 20px;
    top: 20px;
    cursor: pointer;
    margin: 0;
    width: 24px;
    height: 24px;
    background-size: 100%; }

.modal-content {
  border: none;
    border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  padding: 57px 50px 50px 42px; }
  .modal-content h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 36px;
    margin: 0 0 36px; }

.modal-body {
  padding: 0; }

.modal-advantages-content {
  max-width: 513px; }

.modal-advantages-image {
  width: 100%;
  height: 605px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .modal-advantages-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 30px; }

.modal-map {
  width: 100%;
  height: 605px;
  border-radius: 10px; }
  .modal-map iframe {
    border-radius: 10px;
    width: 100%;
    height: 100%; }

.modal-header .close {
  width: 53px;
  height: 53px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0px 15px 30px rgba(237, 28, 36, 0.2);
  box-shadow: 0px 15px 30px rgba(237, 28, 36, 0.2);
  background: #FD5101;
  border-radius: 5px;
  position: absolute;
  border: none;
  margin: 0;
  top: -28px;
  right: -28px;
  opacity: 1;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  }