*{
    padding: 0;
    margin: 0;
    border: 0;
}
*,*:before,*:after{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:focus, :active{outline: none;}
a:focus, a:active{outline: none;}

nav,footer, header,aside{display: block;}

html,body{
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input, button, textarea{font-family: inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner{padding: 0;border: 0;}
a,a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size: inherit; font-weight: 400;}

body {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.flex {
    display: flex;
}

.justify-spb {
    justify-content: space-between;
}

.alignitems-center {
    align-items: center;
}

.wrapper {}
.container {
    max-width: 915px;
    margin: 0 auto;
}
.section__title {
    opacity: 0.9;
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}
.section__title:before {
    content: '';
    display: block;
    margin-right: 24px;
    width: 32px;
    height: 32px;
}

/*Header-Open*/
.header {
    padding: 17px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header__container, .content__container {
    max-width: 1128px;
    padding: 0 15px;
    margin: 0 auto;
}
.header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__left {
    display: flex;
    align-items: center;
}
.header__left-logo {}

.header__left-menu {
    margin-left: 65px;
    display: flex;
}
.header__left-menu__link {
    margin-right: 40px;
    display: block;
    /*opacity: 0.5;*/
    font-size: 18px;
    line-height: 24px;
    color: inherit;
    font-weight: 500;
    position: relative;
    color: #999;
    transition: all 0.3s ease 0s;
}
.header__left-menu__link:after {
    content: '';
    display: none;
    width: 100%;
    height: 4px;
    background: #F15045;
    border-radius: 100px 100px 0px 0px;
    position: absolute;
    bottom: -28px;
    opacity: 1;
}
.header__left-menu__link.active:after {
    display: block;
}
.header__left-menu__link.active {
    color: #F15045;
}
.header__left-menu__link:hover {
    color: #F15045;
}

.header__right {
    display: flex;
}
.header__right-info {
    opacity: 0.5;
    font-size: 18px;
    line-height: 24px;
    color: inherit;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.header__right-info:before {
    content: '';
    display: block;
    margin-right: 10px;
    width: 24px;
    height: 24px;
}
.header__right-info + .header__right-info {
    margin-left: 42px;
}
.header__right-info__location {}
.header__right-info__location:before {
    background: url(../img/header-location.svg) center no-repeat;
}
.header__right-info__phone:before {
    background: url(../img/header-call.svg) center no-repeat;
}
.header__right-info-mobile {
    display: none;
}
.header__burger {
    width: 40px;
    height: 30px;
    position: relative;
    z-index: 3;
    margin-left: 20px;
    display: none;
}
.header__burger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #999;
    transition: all 0.3s ease 0s;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header__burger:before,
.header__burger:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #999;
    position: absolute;
    left: 0;
    transition: all 0.3s ease 0s;
}
.header__burger:before {
    top: 0;
}
.header__burger:after {
    bottom: 0;
}

.header__burger.active span {
    transform: scale(0);
    background-color: #fff;
}
.header__burger.active:before {
    top: 14px;
    transform: rotate(45deg);
    background-color: #fff;
}
.header__burger.active:after {
    bottom: 14px;
    transform: rotate(-45deg);
    background-color: #fff;
}

.header__mobile {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 300px;
    z-index: 2;
    background-color: #999;
    padding: 130px 10px 10px 10px;
    transition: all 0.5s ease 0s;
}
.header__mobile.active {
    right: 0;
}
.header__mobile-nav {
    text-align: center;
}
.header__mobile-nav__link {
    display: block;
    color: #000;
    font-size: 32px;
    line-height: 36px;  
    margin-bottom: 30px;
    font-weight: 500;
}
.header__mobile-nav__link.active {
    color: #F15045;
}

/*Header-Close*/
.content_left {
    width: 728px;
    min-height: 600px;
    margin-right: 40px;
}

.content_right {
    width: 330px;
    margin-bottom: 35px;
}

.left-item {
    margin-top: 35px;
    padding: 20px 25px;
    border-radius: 16px;
    box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 16%), 0px 0px 1px rgb(0 0 0 / 40%);
}

.card-item {
    margin-bottom: 30px;
}

.card-left {
    margin-right: 25px;
}

.card-cover {
    width: 210px;
    height: 140px;
}

.card-cover a {
    display: block;
}

.card-cover img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
}

.card-title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}

.card-text {
    opacity: 0.7;
    font-size: 15px;
}

.card-title_link {
    color: #000;
}

.card-title_link:hover {
    color: #df4035;
}

.card-date {
    margin-bottom: 5px;
}

.card-date span {
    font-size: 12px;
    opacity: 0.5;
}

.hero__post-text {
    color: #222;
}

.hero__post-text img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 15px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.hero__post-text p {
    line-height: 24px;
    margin-bottom: 25px;
}

.hero__post-text h2, .hero__post-text h3, .hero__post-text h4 {
    font-size: 22px;
    margin-bottom: 15px;
}

.hero__post-text ol, .hero__post-text ul {
    margin-left: 40px;
    margin-bottom: 25px;
}

.hero__post-text ul li {
    list-style-type: disc;
}

.hero__post-text ul ul {
    margin-top: 7px;
    margin-left: 25px;
    margin-bottom: 10px;
}

.hero__post-text ol li, .hero__post-text ul li {
    margin-bottom: 15px;
}

.hero__post-text iframe {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
    border-radius: 15px;
}

.list_content-main {
    padding: 30px;
    border-radius: 15px;
    background: #f9f9f9;
    margin-bottom: 25px;
}

.list_content-title {
    font-size: 18px;
    margin-bottom: 18px;
    display: block;
}

.list_content-list {
    margin: 0!important;
}

.list_content-list li {
    list-style-type: none!important;
    margin-bottom: 10px!important;
}

.list_content-list li:last-child {
    margin-bottom: 0!important;
}

.list_content-list a {
    color: #222;
}

.list_content-list a:hover {
    border-bottom: 1px solid #222;
}

/*Links-Open*/
.links {
    margin: 27px 0;
}
.links__menu {
    display: flex;
    align-items: center;
}
.links__menu-link {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #999;
    display: flex;
    align-items: center;
}
.links__menu-link:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/links-arrow-active.svg) center no-repeat;
    margin-left: 10px;
}
.links__menu-link-branch:after {
    background: url(../img/arrow-notactive.svg) center no-repeat;
}
.links__menu-link:last-of-type:after {
    display: none;
}
.links__menu-link + .links__menu-link {
    margin-left: 10px;
}
.links__menu-link.active {
    color: #000;
}
/*Links-Close*/

#otdeleniya_filter, #atm_filter {
    display: none;
}

.hero__table-body {
    width: 100%;
    border-spacing: 0;
}

.hero__table-head {
    padding: 12px 16px;
    background: #F15045;
    border-radius: 4px 4px 0px 0px;
}

.hero__table-head * {
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    padding: 12px 16px;
    text-align: left;
}

.hero__table-content tr {
    
}

.hero__table-content tr td {
    padding: 15px 20px;
}

.hero__table-content tr a {
    color: #000000;
    opacity: 0.7;
    text-decoration: none;
}

.hero__table-content tr a:hover {
    color: #2D9CDB;
    text-decoration: underline;
}

.hero__table-content .odd {
    background: #F5F5F5;
    border-radius: 0px 0px 4px 4px;
}

.currency__item {
    padding: 10px 15px;
    background: #F1F1F1;
    border-radius: 4px;
    margin-top: 10px;
}

.currency__item-title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    opacity: 0.9;
}

.currency__item-info {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    color: #000;
    opacity: 0.6;
}

.mgr-5 {
    margin-top: 5px;
}

.supp-side {
    margin-top: 22px;
}

.support__phone-tel {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #F15045;
    opacity: 0.9;
    margin-bottom: 4px;
    display: block;
}

.mb-20 {
    margin-bottom: 20px;
}

.support__phone-info {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    color: #000000;
    opacity: 0.6;
}

.left-links {
    margin-top: 35px;
}

.btn-red {
    color: #fff;
    display: block;
    text-align: center;
    padding: 7px 0;
    border-radius: 5px;
    background: #F15045;
}

.btn-red:hover {
    background: #db483e;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.convert__currency-title {
    margin-bottom: 10px;
}

.convert__input {
    width: 100%;
    background: #F1F1F1;
    border-radius: 4px;
    padding: 10px;
}

#ymap, #map {
    height: 400px;
    display: inline-block;
    width: 100%;
}

/*Hero-Open*/

.hero {
    margin-bottom: 48px;
}
.hero__top {
    margin-bottom: 32px;
}
.hero__top-title {
    opacity: 0.9;
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 16px;
}
.hero__top-text {
    opacity: 0.7;
}

.hero__top-text p {
    margin-bottom: 20px;
}


.hero__requisites {
    background: #FFFFFF;
    box-shadow: 0px 12px 12px -6px rgba(0, 0, 0, 0.16), 0px 0px 1px rgba(0, 0, 0, 0.4);
    border-radius: 16px;
    padding: 32px 24px;
}
.hero__requisites-title:before {
    background: url(../img/title-icon01.svg) center no-repeat;
}
.hero__requisites-list {
    list-style: none;
    margin-left: 60px;
    margin-right: 60px;
}
.hero__requisites-list-border {
    border-bottom: 1px solid #999;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.hero__requisites-list__item {
    opacity: 0.8;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.hero__requisites-list__item:before {
    content: '';
    display: block;
    border-radius: 50%;
    background: #F15045;
    width: 8px;
    height: 8px;
    margin-right: 10px;
}
.hero__requisites-list__item-1:before {
    background: url(../img/requisites-1.svg) center no-repeat;
    width: 16px;
    height: 16px;
}
.hero__requisites-list__item-2:before {
    background: url(../img/requisites-2.svg) center no-repeat;
    width: 16px;
    height: 16px;
}
.hero__requisites-list__item-3:before {
    background: url(../img/requisites-3.svg) center no-repeat;
    width: 16px;
    height: 16px;
}
.hero__requisites-list__item-4:before {
    background: url(../img/requisites-4.svg) center no-repeat;
    width: 16px;
    height: 16px;
}
.hero__requisites-list__item-5:before {
    background: url(../img/requisites-5.svg) center no-repeat;
    width: 16px;
    height: 16px;
}
.hero__requisites-list__item span {
    display: block;
    font-weight: 500;
    margin-right: 5px;
}

.hero__categories {
    background: #F8D4D2;
    border-radius: 8px;
    max-width: 725px;
    margin: 0 auto;
    position: relative;
    padding: 16px 20px;
    margin-bottom: 32px;
}
.hero__categories-title {
    opacity: 0.8;
    font-weight: 500;
    margin-bottom: 10px;
}
.hero__categories-list {
    counter-reset: counter;
}
.hero__categories-item {
    opacity: 0.7;
}
.hero__categories-item:before {
    content: '' counter(counter);
    counter-increment: counter;
    border-radius: 50%;
    background: #F15045;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    padding: 3px 9px;
    margin-right: 17px;
}

.hero__schedule {
    margin: 0 60px;
}
.hero__schedule-title {
    opacity: 0.8;
    font-weight: 500;
    margin-bottom: 12px;
}
.hero__schedule-time {
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F15045;
    padding: 14px 0;
    border-radius: 6px;
}
.hero__schedule-time:before {
    content: '';
    display: block;
    background: url(../img/clock.svg) center no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
/*Hero-Close*/

/*Card-Open*/

.cards {
    margin-bottom: 48px;
}
.cards__title {
    font-size: 32px;
    line-height: 46px;
    opacity: 0.9;
    margin-bottom: 14px;
}
.cards__items {}
.cards__item {
    background: #FFFFFF;
    box-shadow: 0px 12px 12px -6px rgba(0, 0, 0, 0.16), 0px 0px 1px rgba(0, 0, 0, 0.4);
    border-radius: 16px;
    margin-bottom: 35px;
    padding: 32px 32px 22px 32px;
}
.cards__item:last-child {
    margin-bottom: 0;
}
.cards__item-wrapper {
    display: flex;
    justify-content: space-between;
}
.cards__item-img {
    flex-basis: 35%;
    margin-right: 32px;
}
.cards__item-img img {
    display: block;
    max-width: 100%;
    width: 100%;
}
.cards__item-content {
    flex-basis: 65%;
}
.cards__item-content__title {
    opacity: 0.9;
    font-size: 26px;
    line-height: 38px;
    font-weight: 500;
    text-decoration: underline;
    color: inherit;
}
.cards__item-content__subtitle {
    opacity: 0.7;
    line-height: 20px;
    margin-top: 6px;
    margin-bottom: 24px;
}
.cards__item-content__wrapper {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 27px;
}
.cards__item-content__item {}
.cards__item-content__item-number {
    color: #F15045;
    margin-bottom: 4px;
}
.cards__item-content__item-text {
    opacity: 0.7;
    line-height: 20px;
}
.cards__item-btn {
    margin-left: auto;
    max-width: 150px;
    width: 100%;
    margin-top: 22px;
}
.cards__item-btn a{
    display: block;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    background: #F15045;
    border-radius: 6px;
    transition: all 0.3s ease 0s;
}
.cards__item-btn a:hover {
    background: #9B221C;
}
/*Card-Close*/

/*Services-Open*/

.services {
    padding-bottom: 70px;
}
.services__content {
    background: #FFFFFF;
    box-shadow: 0px 12px 12px -6px rgba(0, 0, 0, 0.16), 0px 0px 1px rgba(0, 0, 0, 0.4);
    border-radius: 16px;
    padding: 32px 24px;
}
.services__content-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-left: 60px;
}
.services__content-title:before {
    background: url(../img/title-icon04.svg) center no-repeat;
}
.services__content-list {
    counter-reset: counter;
    flex-basis: 50%;
}
.services__content-list__item {
    opacity: 0.7;
    margin-bottom: 20px;
}
.services__content-list__item:before {
    content: '' counter(counter);
    counter-increment: counter;
    border: 1px solid #F15045;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    border-radius: 50%;
    margin-right: 12px;
    padding: 3px 9px;
}
/*Services-Close*/

/*Footer-Open*/

.footer {
    padding: 48px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.footer__top-links {}
.footer__top-links__item {
    opacity: 0.6;
    text-decoration: underline;
    color: inherit;
}
.footer__top-links__item + .footer__top-links__item {
    margin-left: 32px;
}
.footer__top-socials {
    display: flex;
    align-items: center;
}
.footer__top-socials__item {
    display: block;
}
.footer__top-socials__item + .footer__top-socials__item {
    margin-left: 25px;
}
.footer__text {
    opacity: 0.6;
    line-height: 20px;
    max-width: 600px;
}

.list-items {
    margin-top: 20px;
}

.list-items .card-left, .list-items .card-right {
    width: 50%;
}

.list-items .card-cover.card-cover-big {
    width: 100%;
    height: 100%;
    max-height: 260px;
    margin-bottom: 20px;
}

.list-items .card-cover.card-cover-big * {
    height: 100%;
}

.list-items .card-cover.card-cover-min {
    width: 120px;
    height: 68px;
    margin-right: 20px;
}

.list-items .card-cover.card-cover-min a {
    width: 120px;
}

.list-items .card-title-min {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
}

.card-itms {
    margin-bottom: 19px;
}

.list-items .card-item {
    margin-bottom: 0;
}

.list-items .card-right .card-itms:last-child {
    margin-bottom: 0;
}

.navigation {

}

.navigation li {
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 16%), 0px 0px 1px rgb(0 0 0 / 40%);
}

.navigation span, .navigation a {
    font-size: 16px;
    line-height: 23px;
    color: #F15045;
    padding: 12px 20px;
    display: inline-block;
}

.navigation span {
    color: #000!important;
}

.navigation li.nav-a:hover {
    background: #F15045;
}

.navigation li.nav-a:hover a {
    color: #fff;
}

.navigation li svg {
    width: 17px;
    height: 17px;
    margin-bottom: -3px;
    display: inline-block;
}

.navigation li.nav-a:hover svg path {
    fill: #fff;
}

@media (max-width: 1024px) {
    .header__container, .content__container {
        max-width: 100%;
        display: block;
    }

    .content_left {
        width: 100%;
        margin-right: 0;
    }

    .content_right {
        width: 100%;
    }

    .header__wrapper, .header__left, .header__left-menu {
        display: block;
    }

    .header__left-logo {
        display: block;
        width: 100%;
    }

    .header__left-menu {
        margin-left: 0;
        margin-top: 30px;
        overflow: hidden;
    }

    .header__left-menu__link {
        float: left;
        margin: 10px 19px;
    }

    .header__right {
        float: right;
        margin-top: -36px;
    }
}

@media (max-width: 800px) {
    .header__left-menu {
        display: none;
    }
    .header__burger {
        display: block;
    }
    .links {
        margin: 10px 0 20px 0;
    }
    .services__content-wrapper {
        margin-left: 0;
    }
}

@media (max-width: 720px)
{
    .list-items .card-item {
        display: block;
    }

    .list-items .card-left {
        margin-bottom: 30px;
    }

    .list-items .card-left, .list-items .card-right {
        width: 100%;
    }

    .list-items .card-cover.card-cover-big {
        max-height: 100%;
    }
}

@media (max-width: 680px) {
    .hero__requisites-list {
        margin-left: 0;
    }
    .section__title,
    .hero__top-title {
        font-size: 25px;
        line-height: 32px;
    }
    .section__title:before {
        margin-right: 10px;
    }
    .hero__requisites-list__item {
        display: block;
        position: relative;
        padding-left: 20px;
        margin-bottom: 8px;
    }
    .hero__requisites-list {
        margin-right: 0;
    }
    .hero__requisites-list__item:before {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        /*display: none;*/
    }
    .hero__requisites {
        padding: 20px 10px;
    }
    .hero__top {
        margin-bottom: 15px;
    }
    .cards__item-wrapper {
        display: block;
    }
    .cards__item-img {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .cards__title {
        font-size: 25px;
        line-height: 32px;
    }
    .services__content-wrapper {
        display: block;
        margin-top: 0;
    }
    .services {
        padding-bottom: 40px;
    }
    .footer__top {
        flex-direction: column;
        align-items: center;
    }
    .footer__top-links {
        margin-bottom: 20px;
    }
    .footer__text {
        text-align: center;
        margin: 0 auto;
    }
    .footer {
        padding: 20px 0;
    }
    .links__menu {
        flex-wrap: wrap;
    }
    .links__menu-link:nth-child(3) {
        flex-basis: 100%;
        margin-left: 0;
    }
    .hero__schedule {
        margin: 0;
    }
}

@media (max-width: 500px) {
    .header__right-info-mobile {
        display: flex;
        opacity: 1;
        justify-content: center;
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 30px;
        font-weight: 500;
    }
    .header__right-info + .header__right-info {
        margin-left: 0;
    }
    .header__right-info-desctop {
        display: none;
    }
    .header__mobile {
        width: 100%;
    }
    .header__mobile-nav__link {
        font-size: 25px;
        line-height: 32px;
    }
    .section__title:before {
        display: none;
    }
    .cards__item-content__wrapper {
        display: block;
    }
    .cards__item-content__item {
        margin-bottom: 10px;
    }
    .cards__item-content__item:last-child {
        margin-bottom: 0;
    }
    .cards__item-btn {
        max-width: 100%;
    }
    .cards__item {
        padding: 20px;
    }
    .cards__item-content__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .services__content {
        padding: 20px;
    }
    .footer__top-links__item {
        display: block;
    }
    .footer__top-links__item + .footer__top-links__item {
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
    }
    .hero__categories-item:before {
        display: block;
        width: 24px;
        height: 24px;
    }
}