
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'),
    url('../fonts/roboto-v19-cyrillic_cyrillic-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/roboto-v19-cyrillic_cyrillic-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Italic'), local('Roboto-Italic'),
    url('../fonts/roboto-v19-cyrillic_cyrillic-ext_latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/roboto-v19-cyrillic_cyrillic-ext_latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


body, body.theme-v3{
    margin: 0;
    padding: 0;
    color: #54575E;
    font-family: 'Roboto', Fallback, sans-serif;
}


.theme-v3 a{
    text-decoration: none;
}


@media (min-width:1450px) {
    .container {
        max-width:1430px;
    }
}



/*footer*/

footer {
    background-color: #343A40;
    padding: 19px 0;
    /*    margin-top:12px;*/
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-logo-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer-logo-link {
    width:136px;
    margin-right: 24px;
}

.footer-logo-link img {
    float:left;
    width: 100%;
}

.copyright {
    font-size: 13px;
    color: #868E96;
    line-height: 20px;
    max-width: 240px;
}

/*.footer-menu {*/
/*    list-style: none;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    margin-right: 40px;*/
/*}*/

/*.footer-menu li {*/
/*    margin: 0 22px;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/

/*.footer-menu li a {*/
/*    font-size: 13px;*/
/*    color: #FFFFFF;*/
/*    line-height: 24px;*/
/*}*/

.footer-soc-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer-phone  {
    margin-right: 28px;
}

.footer-phone span {
    display: block;
    font-size: 13px;
    color: #868E96;
    line-height: 20px;
}

.footer-phone a {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    font-weight: bold;
}

.footer-soc-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer-soc-list a {
    width:24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:16px;
}

.footer-soc-list a:last-child{
    margin-right: 0;
}

.footer-soc-list a img {
    width: 100%;
}


@media (max-width:768px) {
    .footer-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .copyright {
        max-width: 100%;
    }

    .footer-soc-block {
        order:1;
        margin-bottom: 17px;
    }

    .footer-menu {
        margin: 5px 0 15px;
        order:2;
    }

    .footer-logo-block {
        order:3;
    }

    .footer-soc-block .footer-phone {
        margin-bottom: 14px;
    }

}

.theme-v3{
    line-height: 24px;
}



.theme-v3 hr{
    margin:40px 0;
    border-top:1px dotted #C9CBCD;
}

.theme-v3 h2{
    margin-bottom: 38px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 12px;
    color: #54575E;
}


.theme-v3 .link-button{
    color: #9B9B9B;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
}

.theme-v3 .link-button + .link-button{
    margin-left: 20px;
}

.theme-v3 .link-button:hover{ color: #2D9CDB; }

.icon-v3{
    fill: #676767;
}

.icon-v3--20{
    max-width: 20px;
    max-height: 20px;
}


.icon-button-20{
    height: 30px;
    width: 30px;
    cursor: pointer;
    padding: 5px;
}

.icon-button-20:hover{ fill: #C4C4C4; }


