footer{
  margin-top: auto;
  background: #F1F4F5;
}
.footer-top{
  padding: 8rem 0 11.2rem;
}
.footer-top-block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -1.2rem;
}
.footer-item{
  padding: 0 1.2rem;
  min-width: 27.2rem;
  max-width: 27.2rem;
}
.footer-info{
  min-width: 34rem;
  border-right: 1px solid var(--border-color);
}
.footer-logo{
  margin-bottom: 6.4rem;
}
.footer-logo:last-child{
  margin-bottom: 0;
}
.footer-logo img{
  max-width: 24.5rem;
  width: 100%;
  height: auto;
}
.footer-contact{
  margin-bottom: 2.8rem;
}
.footer-contact:last-child{
  margin-bottom: 0;
}
.footer-contact-icon{
  width: 2.8rem;
  margin-right: 0.8rem;
}
.footer-contact-text span{
  display: block;
  font-size: 1.4rem;
  line-height: 1.7rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0.6rem;
  color: var(--blue-extra-light);
}
.footer-contact-text a,
.footer-contact-text p{
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 120%;
  color: var(--blue-light);
}
.footer-contact-text a:hover{
  text-decoration: underline !important;
}
.footer-head{
  padding: 0.6rem 1rem;
  background: #D9E4F6;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  color: var(--blue);
  display: inline-flex;
  border-radius: 0.2rem;
  margin-bottom: 2.4rem;
}
.footer-head:last-child{
  margin-bottom: 0;
}
.footer-link li{
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  line-height: 140%;
}
.footer-link li:last-child{
  margin-bottom: 0;
}
.footer-link li a{
  color: var(--blue-light);
}
.footer-link li a:hover{
  text-decoration: underline !important;
}
.footer-bottom{
  background: var(--white);
  padding: 2.8rem 0;
}
.footer-bottom-block{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.4rem;
  line-height: 160%;
  color: var(--blue-extra-light);
}
.copytext{
  margin-right: 2rem;
}
.social ul{
  display: flex;
  align-items: center;
}
.social li{
  margin-right: 1.6rem;
}
.social li:last-child{
  margin-right: 0;
}
.social img{
  width: 1.8rem;
  height: 1.8rem;
}
.social img:hover{
  opacity: 0.8;
}
.designby{
  margin-left: auto;
}
.designby a{
  color: var(--blue-light);
  text-decoration: underline !important;
}
.designby a:hover{
  text-decoration: none !important;
}
.sticky-btn{
  position: fixed;
  z-index: 9;
  top: 27.2rem;
  right: 0;
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
}
.sticky-btn .btn{
  height: auto;
  padding: 2.7rem 0;
  width: 5.6rem;
  white-space: nowrap;
  border-radius: 0 0.4rem 0.4rem 0;
}
@media(min-width:1360px) and (max-width:1403.98px){
  .footer-top {
    padding: 7rem 0 9.2rem;
  }
  .footer-info {
    min-width: 32rem;
  }
  .footer-logo {
    margin-bottom: 5.6rem;
  }
  .footer-logo img {
    max-width: 21.5rem;
  }
  .footer-contact {
    margin-bottom: 2.4rem;
  }
  .footer-contact-text span {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .footer-contact-text a, 
  .footer-contact-text p {
    font-size: 2.6rem;
  }
  .footer-link li {
    margin-bottom: 1.4rem;
    font-size: 1.7rem;
  }
  .footer-bottom {
    padding: 2.4rem 0;
  }
  .sticky-btn .btn {
    padding: 2.4rem 0;
    width: 4rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .footer-top {
    padding: 7rem 0 9.2rem;
  }
  .footer-item {
    min-width: 22.2rem;
  }
  .footer-info {
    min-width: 31rem;
  }
  .footer-logo {
    margin-bottom: 5.6rem;
  }
  .footer-logo img {
    max-width: 20rem;
  }
  .footer-contact {
    margin-bottom: 2.4rem;
  }
  .footer-contact-icon {
    width: 2.6rem;
  }
  .footer-contact-text span {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .footer-contact-text a, 
  .footer-contact-text p {
    font-size: 2.5rem;
  }
  .footer-link li {
    margin-bottom: 1.3rem;
    font-size: 1.6rem;
  }
  .footer-bottom {
    padding: 2.4rem 0;
  }
  .sticky-btn .btn {
    padding: 2.4rem 0;
    width: 4.2rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .footer-top {
    padding: 6rem 0 8.2rem;
  }
  .footer-top-block {
    margin: 0 -0.8rem;
  }
  .footer-item {
    padding: 0 0.8rem;
    min-width: 17.2rem;
  }
  .footer-info {
    min-width: 25rem;
  }
  .footer-logo {
    margin-bottom: 4.8rem;
  }
  .footer-logo img {
    max-width: 18.5rem;
  }
  .footer-contact {
    margin-bottom: 2.4rem;
  }
  .footer-contact-icon {
    width: 2.4rem;
  }
  .footer-contact-text span {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .footer-contact-text a, 
  .footer-contact-text p {
    font-size: 2.2rem;
  }
  .footer-head {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
  .footer-link li {
    margin-bottom: 1.3rem;
    font-size: 1.4rem;
  }
  .footer-bottom {
    padding: 2.4rem 0;
  }
  .footer-bottom-block {
    font-size: 1.3rem;
  }
  .copytext {
    margin-right: 1.6rem;
  }
  .sticky-btn {
    top: 24.2rem;
  }
  .sticky-btn .btn {
    padding: 2.4rem 0;
    width: 4rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .footer-top {
    padding: 6rem 0 6.4rem;
  }
  .footer-top-block {
    margin: 0 -2.4rem;
  }
  .footer-item,
  .footer-info{
    min-width: 50%;
    padding: 0 2.4rem;
  }
  .footer-item:nth-child(n + 3){
    margin-top: 3.2rem;
  }
  .footer-logo img {
    max-width: 16.5rem;
  }
  .footer-logo {
    margin-bottom: 4rem;
  }
  .footer-contact {
    margin-bottom: 2.4rem;
  }
  .footer-contact-icon {
    width: 2.4rem;
  }
  .footer-contact-text span {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .footer-contact-text a, 
  .footer-contact-text p {
    font-size: 2.4rem;
  }
  .footer-head {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
  .footer-link li {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
  }
  .footer-bottom {
    padding: 2.4rem 0;
  }
  .footer-bottom-block {
    font-size: 1.2rem;
  }
  .copytext {
    margin-right: 1rem;
  }
  .social li {
    margin-right: 1rem;
  }
  .social img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .sticky-btn .btn {
    padding: 2rem 0;
    width: 4rem;
  }
}
@media(max-width:767.98px){
  .footer-top {
    padding: 4.8rem 0;
  }
  .footer-top-block {
    margin: 0;
  }
  .footer-item {
    padding: 0;
    min-width: 100% !important;
    margin-top: 3.2rem;
  }
  .footer-info {
    border-right: 0;
    margin-top: 0;
  }
  .footer-logo {
    margin-bottom: 3.2rem;
  }
  .footer-logo img {
    max-width: 16.5rem;
  }
  .footer-contact {
    margin-bottom: 2.4rem;
  }
  .footer-contact-icon {
    width: 2.4rem;
  }
  .footer-contact-text span {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  .footer-contact-text a, 
  .footer-contact-text p {
    font-size: 2.2rem;
  }
  .footer-head {
    font-size: 1.3rem;
    margin-bottom: 1.6rem;
  }
  .footer-link li {
    margin-bottom: 1.3rem;
    font-size: 1.5rem;
  }
  .footer-bottom {
    padding: 2rem 0;
  }
  .footer-bottom-block {
    font-size: 1.3rem;
  }
  .copytext {
    margin-right: 0;
    width: 100%;
    margin-bottom: 1rem;
  }
  .social li {
    margin-right: 1rem;
  }
  body:has(.sticky-btn) {
    padding-bottom: 6.9rem;
  }
  .sticky-btn {
    position: fixed;
    top: auto;
    right: 0;
    writing-mode: initial;
    transform: none;
    bottom: 0;
    width: 100%;
    border-top: 1px solid var(--border-color);
    background: var(--white);
    padding: 1rem 1.5rem;
  }
  .sticky-btn .btn {
    height: 4.8rem;
    padding: 0 2rem;
    width: 100%;
    white-space: nowrap;
    border-radius: 0.4rem;
  } 
}