

    html, body {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }


.footer p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.footer ul {
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.footer .img-fluid {
    max-width: 100%;
    height: auto;
}

.footer .container {
    width: 90%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .footer .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .footer .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .footer .container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .footer .container {
        max-width: 1140px;
    }
}

@media (min-width:1400px) {
    .footer .container {
        max-width: 1320px;
    }
}

.footer .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.footer .row>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.footer .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

@media (max-width:600px) {
  .footer-right-icon{
    scale: 0.8;
    margin-bottom: 6rem;
  }

}

@media (max-width:400px) {
    .footer-right-icon{
      scale: 0.6;
      margin-bottom: 4.4rem;
    }
    .footer .footer-bottom-link {
        width: 100%;
        justify-content: center;
    }
    .footer-bottom{
        text-align: center;
    }
  }

  @media (max-width:360px) {
    .footer-right-icon{
      scale: 1;
      margin-bottom: 0;
    }
  }

@media (min-width:360px) {
    .footer .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        width: 50%;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width:768px) {
    .footer  .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width:992px) {
    .footer .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .footer .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .footer .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width:1200px) {
    .footer .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
}


.footer .d-block {
    display: block!important;
}

.footer .d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.footer .justify-content-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}

.footer .align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}

.footer .mb-5 {
    margin-bottom: 3rem!important;
}

.footer .py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
}

@media (min-width:576px) {
    .footer .justify-content-sm-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important;
    }
    .footer .mb-sm-0 {
        margin-bottom: 0!important;
    }
}

@media (min-width:768px) {
    .footer .justify-content-md-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important;
    }
    .footer  .mb-md-0 {
        margin-bottom: 0!important;
    }
}

@media (min-width:992px) {
    .footer .justify-content-lg-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important;
    }
    .footer .mb-lg-0 {
        margin-bottom: 0!important;
    }
    .footer .mb-lg-5 {
        margin-bottom: 3rem!important;
    }
}




footer {
    display: block;
}




@media (prefers-reduced-motion:no-preference) {
     :root {
        scroll-behavior: smooth;
    }
}

html {
    font-size: 62.5%;
}

body {
    min-width: 320px;
    background: #fff;
    font-weight: 400;
    font-size: 1.6rem;
    color: #000;
}

.footer a {
    color: inherit;
    text-decoration: underline;
}

.footer a:hover {
    text-decoration: none;
}

.footer a[href^="tel"] {
    text-decoration: none;
}

.footer h5 {
    margin-bottom: calc(1.5em / 2);
}

.footer p,
.footer ul {
    margin-bottom: 1.5em;
}

.footer ul:last-child {
    margin-bottom: 0;
}



.footer {
    padding: 0;
    background: #575756;
    color: #fff;
    line-height: 1.5;
}

.footer h5 {
    font-weight: 600;
    font-size: 1.8rem;
    color: #afafae;
    letter-spacing: .1rem;
    text-transform: uppercase;
    line-height: 1;
}

.footer .socials {
    width: 100%;
    padding: 0;
}

.footer__inner {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer__logos {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

@media (min-width:992px) {
    .footer__logos {
        border-bottom: none;
    }
}

.footer__contacts p {
    margin-bottom: 2.6rem;
}

.footer__contacts a {
    margin-right: 1rem;
    margin-bottom: .2rem;
    margin-left: -.3rem;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.footer__contacts a svg {
    fill: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 1.5rem!important;
}

.footer__contacts a:hover {
    color: #afafae;
}

.footer__nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__nav a {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.footer__nav a svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    fill: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 1rem!important;
    margin-right: .3rem;
}

.footer__nav a:hover {
    color: #afafae;
    padding-left: .8rem;
}

.footer .footer-bottom-link li{
    margin: 5px 5px !important;
    font-weight: 200 !important;
}

.copyright {
    font-size: 1.4rem;
}

.copyright p {
    margin-bottom: 0;
}

.copyright ul {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
}

.copyright ul li {
    margin-right: .6rem;
    padding-right: .7rem;
    border-right: 1px solid #fff;
    line-height: 1;
}

.copyright ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.copyright ul li a {
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.copyright ul li a:hover {
    color: #afafae;
}

.credentials {
    font-size: 1.4rem;
}

.credentials a {
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.credentials a:hover {
    color: #afafae;
}

[class*="icon__"] {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    fill: #fff;
}
.footer-hr{
    height: 1px;
    border: none;
    background: #646363;
    position: relative;
    top: 2rem;
    margin-bottom: 2rem;
}

.footer .icon__phone,
.footer .icon__email {
    margin-right: .5rem;
    vertical-align: baseline;
    width: 1.7rem;
}

.socials {
    width: 100%;
}
          