/*==========  footer  ==========*/
footer {
  color: #fff;
}

.footer-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  padding: 25px 54px;
  background: #004d73;
}

.subscribe-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  margin: 0 53px 0 0;
}
.subscribe-box__icon {
  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;
  margin: 0 23px 0 0;
  width: 61px;
}
.subscribe-box__text {
  max-width: 125px;
  width: 100%;
}

.form-subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 705px;
  width: 100%;
}

.form-subscribe__row {
  width: 100%;
  flex: none;
}
.form-subscribe__fields{
  display: flex;
  align-items: center;
}
.form-subscribe__agreement{
  margin-top: 10px;
}
.form-subscribe label {
  max-width: 545px;
  width: 100%;
  margin: 0;
}
.form-subscribe input {
  height: 50px;
  padding: 0 27px;
  border: none;
  border-radius: 3px 0 0 3px;
}
.form-subscribe button {
  border-radius: 0 3px 3px 0;
}

.footer-center {
  background-image: -webkit-gradient(
          linear,
          left top,
          left bottom,
          from(#0172ab),
          to(#018cbf)
  );
  background-image: linear-gradient(to bottom, #0172ab, #018cbf);
}

.footer-bottom {
  width: 100%;
  padding: 10px 19px 17px 34px;
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-center-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 100px 35px;
}

.footer-box {
  width: calc(20% - 30px);
}
.footer-box__title,
.footer-box h3 {
  padding: 0 0 10px;
  font-size: 23px;
  color: #fff;
  border-bottom: 1px solid #15a9e6;
  width: 100%;
  margin: 0 0 13px;
}

.footer-menu li {
  margin: 0 0 9px;
}
.footer-menu li:last-child {
  margin: 0;
}
.footer-menu li a {
  color: #fff;
}
.footer-menu li a:hover {
  color: #ffe14d;
}

.politics-link {
  margin: 0 auto;
}

.copyright-lines {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0 0;
  font-size: 12px;
}

.list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-social li {
  margin: 0 8px 0 0;
}
.list-social li:last-child {
  margin: 0;
}
.list-social li a {
  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;
  width: 23px;
  height: 23px;
}

.links-contacts {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  margin: 0 0 5px;
}
.links-contacts:last-child {
  margin: 0;
}
.links-contacts:hover {
  color: #ffe14d;
}
.links-contacts i,
.links-contacts img {
  margin: 0 8px 0 0;
  font-size: 15px;
}
.links-contacts img {
  max-width: 13px;
}

.schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 25px 0;
}
.schedule i {
  margin: 6px 8px 0 0;
}

/*==========  footer end  ==========*/
/*==========  modal  ==========*/
.modal-backdrop.show {
  opacity: 0.6;
}

.modal-dialog {
  max-width: 400px;
}

.modal-content {
  border: none;
  border-radius: 10px;
  background: #fff;
  padding: 30px 40px;
  position: relative;
}
.modal-content .box-text {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.11;
}
.modal-content form {
  margin: 18px 0 0;
  width: 100%;
}
.modal-content .form-search-location {
  margin: 0 0 28px;
}

.modal-header {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal-header .close {
  padding: 0;
  z-index: 1;
  opacity: 1;
  cursor: pointer;
  position: absolute;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 0;
  top: 10px;
  right: 10px;
  margin: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.modal-header .close img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.modal-header .close:hover {
  background: url("../img/close-popup-red.svg") no-repeat center;
  background-size: 100%;
}
.modal-header .close:hover img {
  display: none;
}

.modal-title {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  line-height: normal;
  font-size: 24px;
  color: #222;
}

.modal-body {
  padding: 0;
  margin: 17px 0 0;
  width: 100%;
}

.modal-location .modal-dialog {
  max-width: 560px;
}

.modal-location .modal-header {
  padding: 0 0 9px;
  border-bottom: 1px solid #c9c9c9;
}

.modal-location .modal-title {
  color: #00a4e5;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

.modal-location .modal-body {
  margin: 24px 0 0;
}

.form-search-location {
  position: relative;
  width: 100%;
  margin: 0 0 28px;
}
.form-search-location label {
  margin: 0;
}
.form-search-location input {
  border-radius: 10px;
  height: 36px;
  padding: 0 100px 0 15px;
  font-size: 16px;
}
.form-search-location input::-webkit-input-placeholder {
  color: #999;
}
.form-search-location input::-moz-placeholder {
  color: #999;
}
.form-search-location input::-ms-input-placeholder {
  color: #999;
}
.form-search-location input::placeholder {
  color: #999;
}
.form-search-location button {
  position: absolute;
  right: 0;
  top: 0;
  height: 36px;
  padding: 11px 32px;
}

.btn-clear-search {
  position: absolute;
  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;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 132px;
  background: #eee;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 8px;
}

/*==========  modal end  ==========*/