.quick_menu {
  position: fixed;
  bottom: 31px;
  right: 31px;
  z-index: 101;
  width: 70px;
  height: 447px;
  background-image: url(../img/quick_menu.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 10px 0px 20px;
  border-radius: 10px;
}

#footer {
  background-color: #363636;

  width: 1920px;
  height: 344.5px;
}

#footer .container {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 53px;
  display: flex;
  justify-content: space-between;
}

#footer .container img {
  margin-bottom: 27.7px;
  width: 202.57px;
}

#footer .footer-info p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.03em;
  margin: 0;
  margin-bottom: 15px;
  display: flex;
}

#footer .footer-info p:last-child {
  margin-bottom: 0;
}

#footer .divider {
  margin: 0 12px;
  color: rgba(255, 255, 255, 0.5);
}
#footer .divider:nth-of-type(1) {
  margin: 0 17.5px;
}
#footer .divider:nth-of-type(2) {
  margin: 0 20px 0 14px;
}

#footer .btnWrap {
  margin-top: 70.8px;
  display: flex;
  gap: 20px;
}
#footer .btnWrap button {
  border: none;
  background-color: transparent;
}
#footer .btnWrap button a {
  text-decoration: underline;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 34px;
}

#footer .btnWrap p {
  margin-left: 39px;
  font-size: 14px;
  font-weight: 300;
  line-height: 34px;
  color: #b9b9b9;
}

#footer .footer-info2 label {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.05em;
  color: #fff;
  margin-bottom: 0;
}
#footer .footer-info2 h5 {
  font-size: 32px;
  font-weight: bold;
  color: #b4deff;
  margin-bottom: 29.5px;
  margin-top: 0;
  line-height: 100%;
}
#footer .footer-info2 .timeTable p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.05em;
  color: #ffffff;
  gap: 27px;
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}
#footer .footer-info2 .timeTable p span {
  color: #d5d5d5;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.05em;
  min-width: 53px;
}

.modal-footer div > a {
  font-size: 16px;
  text-decoration: none;
  color: #888;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.modal-footer .btn-primary {
  background-color: #558ed5;
}

footer {
background-color: #363636;
padding-top: 53px;
padding-bottom: 53.5px;
}
footer .container {

}
footer .container .info {

}
footer .container .info img {
    width: 202.57px;
    margin-bottom: 27.7px;
}
footer .container .info .adress p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 34px;
    color: #E5E5E5;
}
footer .container .info  .wrap {
    gap: 59px;
    margin-top: 70.8px;
}
footer .container .info  .wrap div {
    display: flex;
    align-items: center;
    gap: 20px;
}
footer .container .info .wrap a {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: -0.03em;
    line-height: 34px;
    color: #FFFFFF;
    text-decoration: underline!important;
}
footer .container .info  .wrap p {
    font-size: 14px;
    font-weight: 300;
    line-height: 34px;
    color: #B9B9B9;

}
footer .container .timeAndNumber {}
footer .container .timeAndNumber > span {
    font-style: 16px;
    font-weight: 400;
    letter-spacing: -0.05em;
    color: #FFFFFF;
}
footer .container .timeAndNumber h2 {
    font-size: 32px;
    font-weight: bold;
    color: #B4DEFF;
    margin-bottom: 29.5px;
}
footer .container .timeAndNumber ul li {
  margin-bottom: 19px
}
footer .container .timeAndNumber ul li p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.05em;
color: #fff;
      display: flex;
    align-items: center;
    gap: 27px;
}

footer .container .timeAndNumber ul li span {
    width: 53px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.05em;

    color: #D5D5D5;
}
footer .container .timeAndNumber ul li:nth-of-type(2) p {
color: #B4DEFF;
}
footer .container .timeAndNumber ul li:nth-of-type(2) p span {
color: #B4DEFF;
}

footer .container .timeAndNumber ul li:last-child {
    margin-bottom: 0;
}
footer .container .log {
  margin-bottom: 2.897vw;
}
footer .container .log a {
  color: #bfbfbf;
}
footer .container .log a:hover {
  color: #fff;
}
