footer{
  margin-top: auto;
  position: relative;
  background: var(--dark-black);
  padding: 4rem 0 8rem;
  overflow: hidden;
}
footer::before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 22.6rem);
  background: linear-gradient(178.43deg, rgba(15, 25, 39, 0) 53.56%, #0A1626 80.78%);
}
.contact-left{
  padding-left: 1.2rem;
}
.contact-left .subtitle {
  margin-top: 3.1rem;
}
.contact-list{
  margin-bottom: 5.8rem;
}
.contact-list:last-child{
  margin-bottom: 0;
}
.contact-item{
  margin-bottom: 1.3rem;
  align-items: flex-end;
}
.contact-item:last-child{
  margin-bottom: 0;
}
.contact-img{
  width: 11.6rem;
  height: 14.1rem;
  overflow: hidden;
  position: relative;
  text-align: right;
  margin-right: 5.7rem;
  padding: 0 0.1rem;
}
.contact-img::after{
  position: absolute;
  content: "";
  right: 0;
  bottom: 1px;
  width: 100%;
  height: 11.6rem;
  border: 1px solid var(--gold);
  border-radius: 0 1rem 0 1rem;
}
.contact-img img{
  position: relative;
  z-index: 1;
  max-height: 100%;
  max-width: 100%;
  border-radius: 0 0 0 1rem;
}
.contact-info{
  flex-grow: 1;
  padding-bottom: 1.2rem;
}
.contact-info h6{
  font-size: 2.2rem;
  line-height: 2rem;
  font-weight: normal;
  color: var(--dark-gold);
  margin-bottom: 1.8rem;
}
.contact-info h6:last-child{
  margin-bottom: 0;
}
.contact-info p,
.contact-info a{
  display: block;
  margin: 0;
  color: var(--white);
}
.contact-info a:hover{
  text-decoration: underline !important;
}
.footer-text{
  margin-bottom: 5.2rem;
}
.footer-text:last-child{
  margin-bottom: 0;
}
.footer-text p strong{
  color: var(--dark-gold);
}
.footer-text p span {
  margin-right: 0.7rem;
}
.footer-text p span:last-child{
  margin-right: 0;
}
.footer-text p:first-child br:nth-child(3) {
  display: none;
}
.contact-right{
  padding-left: 4rem;
}
.contact-box{
  width: calc(100% + 1.7rem);
  background: #15253B;
  padding: 3.1rem 2.9rem 4.9rem 4.6rem;
  border-radius: 0 3.2rem 0 3.2rem;
  margin-bottom: 7.6rem;
}
.contact-box:last-child{
  margin-bottom: 0;
}
.contact-box .subtitle{
  margin-bottom: 4.4rem;
}
.footer-block{
  position: relative;
  width: 100%;
  max-width: 49rem;
  min-height: 15.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 9.2rem;
  border: 1px solid var(--gold);
  padding: 1.8rem 3.1rem 2rem 6.6rem;
  border-radius: 0 3.2rem 0 3.2rem;
}
.footer-block-img{
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  left: -3.1rem;
  margin: auto 0;
  width: 6.2rem;
  height: 11.8rem;
}
.footer-block-img img{
  width: 100%;
  max-height: 100%;
  height: auto;
}
.footer-block-text{
  width: 100%;
}
.footer-block-text h4{
  text-transform: uppercase;
  color: var(--white);
  font-size: 3.6rem;
  line-height: 5.4rem;
  margin: 0;
  letter-spacing: 1.08px;
}
.footer-block-text h4:last-child{
  margin-bottom: 0;
}
.footer-block-text p{
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-transform: uppercase;
  color: var(--extra-light-gold);
  letter-spacing: 0.18px;
}
.footer-bottom{
  margin-top: 0.6rem;
}
.contact-top + .row .footer-bottom{
  margin-top: 9.8rem;
}
.footer-bottom > p{
  text-align: center;
  color: var(--white);
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.96px;
  font-weight: 200;
  margin-bottom: 1.2rem;
}
.footer-logo-outer{
  position: relative;
  text-align: center;
}
.footer-logo-outer::after,
.footer-logo-outer::before{
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0; 
  width: 49rem;
  height: 2.7rem;
  background-repeat: no-repeat;
}
.footer-logo-outer::before{
  left: 0;
  background-image: url(../images/footer-shape-left.png);
  background-position: center right;
}
.footer-logo-outer::after{
  right: 0;
  background-image: url(../images/footer-shape-right.png);
  background-position: center left;
}
.footer-logo{
  display: inline-block;
  padding: 0 1.7rem;
}
.footer-logo::after,
.footer-logo::before{
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  border: 1px solid var(--gold);
  background: #0A1626;
  border-radius: 0.2rem 0 0.2rem 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer-logo::after{
  left: 0;
}
.footer-logo::before{
  right: 0;
}
.footer-logo img{
  width: 12.5rem;
  height: auto;
  margin: 0 auto;
}
.footer-bottom-block{
  color: var(--white);
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: 0.78px;
  font-weight: 300;
}
.footer-bottom-left {
  padding-left: 1.4rem;
}
.footer-bottom-left p{
  margin: 0 1.3rem 0 0;
}
.social ul{
  display: flex;
  flex-wrap: wrap;
}
.social li{
  margin-right: 1.16rem;
}
.social li:last-child{
  margin-right: 0;
}
.social a{
  width: 2.8rem;
  height: 2.8rem;
  position: relative;
}
.social a::before{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0.13rem solid var(--gold);
  border-radius: 0 0.6rem 0 0.6rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.social a:hover::before{
  background: var(--gold);
}
.social a img{
  position: relative;
  z-index: 1;
}
.footer-nav{
  padding-right: 2.8rem;
}
.footer-nav ul{
  display: flex;
  align-items: center;
}
.footer-nav li{
  margin-right: 4.4rem;
}
.footer-nav li:last-child{
  margin-right: 0;
}
.footer-nav a{
  color: var(--white);
}
.footer-nav a:hover{
  text-decoration: underline !important;
}
@media(min-width:1200px) and (max-width:1215.98px){
  footer {
    padding: 4rem 0 6rem;
  }
  .contact-img {
    margin-right: 4.4rem;
  }
  .contact-box {
    width: 100%;
    padding: 3.1rem 2.4rem 4.9rem 3.4rem;
  }
  .footer-block {
    margin-left: 8rem;
  }
  .contact-top + .row .footer-bottom {
    margin-top: 8.8rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  footer {
    padding: 4rem 0 6rem;
  }
  .contact-left {
    padding-left: 0;
  }
  .contact-img {
    margin-right: 3.2rem;
  }
  .contact-right {
    padding-left: 3rem;
  }
  .contact-box {
    width: 100%;
    padding: 3.1rem 2.4rem 4.9rem 3.2rem;
    margin-bottom: 6.4rem;
  }
  .footer-block {
    max-width: 42rem;
    margin-left: 5.6rem;
  }
  .footer-block-text p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .contact-top + .row .footer-bottom {
    margin-top: 7.8rem;
  }
  .footer-logo-outer::after, 
  .footer-logo-outer::before {
    width: 38.5rem;
  }
  .footer-nav li {
    margin-right: 3.2rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  footer {
    padding: 4rem 0 6rem;
  }
  .contact-left {
    padding-left: 0;
  }
  .contact-left .subtitle {
    margin-top: 0;
  }
  .contact-list {
    margin-bottom: 4.8rem;
  }
  .footer-text {
    margin-bottom: 3.2rem;
  }
  .contact-right {
    padding-left: 0;
    margin: 4rem 0 0;
  }
  .contact-box .subtitle {
    margin-bottom: 3.2rem;
  }
  .contact-box {
    width: 100%;
    margin-bottom: 4.8rem;
  }
  .footer-block {
    margin-left: 11.2rem;
  }
  .contact-top + .row .footer-bottom {
    margin-top: 7.2rem;
  }
  .footer-logo-outer::after, 
  .footer-logo-outer::before {
    width: 27rem;
  }
  .footer-bottom-left {
    padding-left: 0;
  }
  .footer-nav {
    padding-right: 0;
  }
  .footer-nav li {
    margin-right: 2.4rem;
  }
  .sec-contact .hide{
    display: block;
  }
}
@media(max-width:767.98px){
  footer {
    padding: 3rem 0 3rem;
  }
  footer::before {
    height: 41.5rem;
  }
  footer .title,
  .contact-left{
    padding-left: 1rem;
  }
  .contact-left .subtitle {
    margin-top: 0;
    line-height: 3rem;
  }
  .contact-item {
    margin-bottom: 2.6rem;
    display: block !important;
  }
  .contact-img {
    margin-right: 0;
  }
  .contact-info {
    padding-bottom: 0;
    width: 100%;
    margin-top: 2.2rem;
  }
  .contact-list {
    margin-bottom: 5.5rem;
  }
  .footer-text {
    margin-bottom: 2.6rem;
  }
  .footer-text p:first-child br:nth-child(3) {
    display: block;
  }
  .contact-right {
    padding-left: 0;
    margin: 3.6rem -1.5rem 0;
  }
  .contact-box {
    width: 100%;
    padding: 3rem 2.5rem 5.2rem;
    margin-bottom: 2.9rem;
  }
  .contact-box .subtitle {
    margin-bottom: 3.5rem;
  }
  .footer-block {
    max-width: 100%;
    width: calc(100% - 6.2rem);
    min-height: 15.6rem;
    border: 1px solid var(--gold);
    padding: 1.1rem 2.8rem 2.2rem 6.3rem;
    margin-left: 4.7rem;
  }
  .footer-block-text h4 {
    font-size: 2.8rem;
    line-height: 4.4rem;
    letter-spacing: 0.84px;
  }
  .footer-block-text p {
    font-size: 1.6rem;
    line-height: 2.1rem;
    letter-spacing: 0.16px;
  }
  .footer-bottom {
    margin-top: 0;
  }
  .contact-top + .row .footer-bottom {
    margin-top: 4.9rem;
  }
  .footer-logo img {
    width: 8.5rem;
  }
  .footer-bottom > p {
    font-size: 1.2rem;
    letter-spacing: 0.72px;
    margin-bottom: 0.6rem;
  }
  .footer-logo-outer::after, 
  .footer-logo-outer::before {
    width: calc(50% - 5rem);
  }
  .footer-bottom-block {
    display: block;
    margin-top: 2.2rem;
    font-size: 1.2rem;
    letter-spacing: 0.72px;
  }
  .footer-bottom-left {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }
  .footer-bottom-left p {
    display: none;
  }
  .social {
    width: 100%;
  }
  .social ul {
    justify-content: center;
  }
  .footer-bottom-right {
    width: 100%;
    margin-top: 1.8rem;
  }
  .footer-nav {
    padding-right: 0;
    width: 100%;
  }
  .footer-nav ul {
    justify-content: center;
  }
  .footer-nav li {
    margin: 0 0.7rem;
  }
}