
body {
    -webkit-tap-highlight-color: transparent;
}

/*** delete after develop */
/*** end delete ***********/
@font-face {
    font-family: 'LADAPragmatica';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/LADA_Pragmatica-Regular.otf');
}

@font-face {
    font-family: 'LADAPragmatica';
    font-style: italic;
    font-weight: normal;
    src: url('../fonts/LADA_Pragmatica-Italic.otf');
}

@font-face {
    font-family: 'LADAPragmatica';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/LADA_Pragmatica-Bold.otf');
}

@font-face {
    font-family: 'LADAPragmatica';
    font-style: italic;
    font-weight: bold;
    src: url('../fonts/LADA_Pragmatica-BoldItalic.otf');
}

@font-face {
    font-family: 'LADAPragmatica';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/PragmaticaLightC.otf');
}

@font-face {
    font-family: 'LADAPragmatica';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/PragmaticaLightC-Bold.otf');
}

body {
    font-family: LADAPragmatica, Roboto, sans-serif;
}

.footer {
    font-family: LADAPragmatica, Roboto, sans-serif;
    padding: 65px 0;
    background-color: #f7f8f8;
}

.footer a:hover {
    color: #e37639;
    cursor: pointer;
}
.footer-tel:hover{
text-decoration: none;
}

.footer__container {
    max-width: 1370px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footer-multiCol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer__content {
    flex: 0 0 50%;
    margin-bottom: 30px;
}

.footer__content:nth-child(2n) {
    flex: 0 0 45%;
}

.footer__content h4 {
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    text-transform: uppercase;
    user-select: none;
}

.footer__content h4 svg {
    display: none;
    transition: all 0.15s;
}

.footer__content ul {
    user-select: none;
}

.footer-content-right {
    display: flex;
}

.footer-content-right > div {
    flex: 0 0 50%;
}

.footer__list {
    list-style: none;
}

.footer__list li {
    margin-bottom: 10px;
}

.footer__list a {
    color: #848e98;
text-decoration: none;
}

.footer-columns {
    column-count: 3;
}

.footer-tel {
    display: inline-block;
    font-size: 36px;
    color: #4c5865;
    text-decoration:none;
}

.footer-copyright {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-copyright h4 {
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    text-transform: uppercase;
}

.footer-copyright p,
.footer-copyright span {
    font-size: 12px;
    line-height: 1.5;
    color: #a6adb5;
    margin-top: 7px;
}

.copyright__link {
    font-size: inherit;
    text-decoration: underline;
    display: inline;
    color: #a6adb5;
}

.footer-icons {
    display: flex;
    max-width: 235px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.footer-icons svg {
    fill: #66727d;
    height: 22px;
    width: auto;
}

.footer-icons a:hover svg {
    fill: #e37639;
}

@media screen and (max-width: 900px) {
    .footer {
        padding-top: 13px;
        padding-bottom: 33px;
    }
    .footer__content {
        flex: 0 0 100%;
        margin-bottom: 30px;
        margin-bottom: 0;
    }
    .footer__content:nth-child(2n) {
        flex: 0 0 100%;
        margin-top: 0;
    }
    .footer__content h4 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 69px;
    }
    .footer__content h4 svg {
        display: block;
    }
    .footer-content-right > div {
        flex: 0;
    }
    .footer__container {
        padding: 0 30px;
    }
    .footer-content-right {
        flex-direction: column;
    }
    .footer__list {
        display: none;
    }
    .footer__list.active {
        display: block;
        margin-bottom: 12px;
    }
    .footer__openCat {
        border-top: 1px solid #eaefef;
    }
    .footer__openCat.active svg {
        transform: scale(1, -1);
    }
    .no-border {
        border: 0;
    }
    .footer-tel {
        font-size: 30px;
        line-height: 26px;
        margin-bottom: 7px;
    }
    .footer-icons {
        margin-top: 7px;
    }
    .footer__content {
        margin-top: 15px;
    }
    .footer-copyright h4 {
        height: 40px;
    }
    a:hover {
        color: inherit;
    }
}

@media screen and (max-width: 600px) {
    .footer-columns {
        column-count: 2;
    }
}

@media screen and (max-width: 1420px) {
    .footer__container {
        max-width: 1100px;
    }
}
/*# sourceMappingURL=footer.css.map */
