.warning {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  justify-content: center;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  background-color: #f6f6f6;
  z-index: 1002;
}

.warning--active {
  display: flex;
  align-items: center;
}

.warning__text {
  margin-right: 30px;
}
button.warning__apply {
  width: 110px; 
  flex: 0 0 auto; 
  padding:10px 15px;   
}
@media (max-width:600px) {
  .warning--active {
    flex-direction: column;
    text-align: center;
  }
  button.warning__apply
  {
    margin-top: 15px;
  }
}
.warning__read {
  display: block;
  margin-left: 15px;
}
.footer {
  max-width: 100%;
  margin: 84px auto 0;
  /*background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#487bb4),
    to(#58989c)
  );
  background: -o-linear-gradient(left, #487bb4, #58989c);
  background: linear-gradient(90deg, #487bb4, #58989c);*/
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(88, 152, 156, 1) 69%,
    rgba(88, 152, 156, 1) 100%
  );
  height: 100px;
  position: relative;
}
.footer-logo {
  width: 100%;
  max-width: 200px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -27px;
}
.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-wrapper:nth-child(1) {
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-wrapper:nth-child(2) {
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.footer-wrapper .header-wrapper-inner.phone-button a {
  color: #fff;
}
.footer-wrapper .header-wrapper-inner.phone-button a::after {
  -webkit-animation: none;
  animation: none;
  background: #fff;
  /-webkit-transition: var(--trans);
  -o-transition: var(--trans);
  transition: var(--trans);
  background: url(/local/templates/infratest/css/../img/icons/phone-footer.svg)
    #fff;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-wrapper .header-wrapper-inner.phone-button a:hover::after {
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}
.footer-wrapper .header-wrapper-inner.phone-button a::before {
  background: url(../img/icons/phone-footer.svg) no-repeat center;
  display: none;
}
.social {
  display: inline-block;
  width: 35px;
  height: 35px;
  opacity: 0.5;
}
.social:hover {
  opacity: 1;
}
.social:not(:last-child) {
  margin-right: 15px;
}
.social.inst {
  background: url(../img/icons/instagram.svg) no-repeat center;
  background-size: contain;
}
.social.facebook {
  background: url(../img/icons/facebook.svg) no-repeat center;
  background-size: contain;
}
.social.youtube {
  background: url(../img/icons/youtube.svg) no-repeat center;
  background-size: contain;
}
.footer-wrapper p {
  color: #fff;
}

.footer-third {
  border-top: 1px solid #487bb4;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-third-body {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-third-inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.footer-third-inner a,
.footer-third-inner p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(130, 130, 130);
}

.footer-second {
  padding: 45px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-second-body {
  max-width: 1200px;
  margin: 0 auto;
  /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row; */
  display: grid;
  grid-template-columns: repeat(5, max-content);
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-second-inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  margin: 0 !important;
  justify-content: space-between;
}
.footer-second-inner a {
  display: block;
}
.footer-second-inner:last-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-second-wrapper {
  /* padding: 0 15px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-second-wrapper a {
  display: block;
}
.footer-second-wrapper:last-child {
  max-width: 400px;
}
.footer-second-wrapper:last-child p + p {
  margin: 10px 0 0 0;
}
.footer-second-wrapper a:not(:first-child) {
  margin-top: 10px;
}
.footer-wrapper .header-wrapper-inner.phone-button a {
  width: max-content;
  height: max-content;
}
@media screen and (max-width: 1200px) {
  .footer-second-body {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
    padding: 0 !important;
  }
  .footer-second-wrapper:last-child {
    max-width: 100%;
    grid-column: 1/3;
    text-align: left;
  }
  .footer-second-wrapper:nth-child(2),
  .footer-second-wrapper:nth-child(4) {
    text-align: right;
  }
}

@media screen and (max-width: 999px) {
  /* .footer-second-body {
    grid-template-columns: 1fr 1fr;
    gap: 30px 15px;
  }

  .footer-second-inner:nth-child(3) {
    grid-column: 1/3;
  } */
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 400px) {
  /* .footer-second-inner {
    display: block;
  }
  .footer-second-wrapper:nth-child(2) {
    text-align: left !important;
  } */
}
