@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);

* {
    outline: 0
}

a:focus, a:hover {
    text-decoration: none
}

body {
    font-family: Roboto, sans-serif;
    font-weight: 300
}

.container {
    padding: 0
}

.row {
    margin-left: 0;
    margin-right: 0
}

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-xs-12 {
    padding: 0
}

p {
    margin: 0
}

.box-shadow {
    box-shadow: 0 0 10px 2px #e5e5e5
}

.button-xs-map-menu, .xs-toggle-menu, img.home_map_xs {
    display: none
}

h4.heading {
    text-align: center;
    font-size: 48px;
    margin: 0 0 20px 0;
    line-height: 1.2;
    font-weight: 700
}

h4.heading.news {
    font-size: 36px;
    font-weight: 300
}

.contact-heading .col-xs-12 p {
    line-height: 1;
    font-size: 48px;
    margin-bottom: 45px;
    font-weight: 700;
    text-align: center
}

.dynamic-map {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 2px #e5e5e5
}

.dynamic-map .tab-wrapper {
    display: flex;
    align-items: stretch;
    max-width: 1170px;
    margin: 0 auto;
    position: relative
}

.dynamic-map .tab-wrapper .tab-info {
    width: 900px
}

.dynamic-map .tab-wrapper .tab-info .map {
    display: none;
    height: 610px
}

.dynamic-map .tab-wrapper .tab-info .map.active {
    display: block
}

.dynamic-map .tab-wrapper .nav-w {
    padding-right: 13px;
    background: #f2f2f2
}

.dynamic-map .tab-wrapper ul.tab-nav {
    background: #f2f2f2;
    width: 270px;
    padding: 0;
    list-style: none;
    margin: 0;
    padding-left: 30px;
    padding-right: 14px;
    max-height: 610px;
    overflow: auto
}

.dynamic-map .tab-wrapper ul.tab-nav::-webkit-scrollbar-button {
    width: 1px;
    height: 0
}

.dynamic-map .tab-wrapper ul.tab-nav::-webkit-scrollbar-track {
    background-color: #bbb
}

.dynamic-map .tab-wrapper ul.tab-nav::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #333
}

.dynamic-map .tab-wrapper ul.tab-nav::-webkit-scrollbar-thumb:hover {
    background-color: #e30613
}

.dynamic-map .tab-wrapper ul.tab-nav::-webkit-resizer {
    width: 2px;
    height: 0
}

.dynamic-map .tab-wrapper ul.tab-nav::-webkit-scrollbar {
    width: 2px
}

.dynamic-map .tab-wrapper ul.tab-nav > li {
    cursor: pointer;
    line-height: 1;
    border-top: 1px solid #ddd;
    position: relative
}

.dynamic-map .tab-wrapper ul.tab-nav > li:first-child, .dynamic-map .tab-wrapper ul.tab-nav > li:nth-child(2) {
    border-top: none
}

.dynamic-map .tab-wrapper ul.tab-nav > li:before {
    content: "";
    position: absolute;
    left: -30px;
    top: -1px;
    height: 100%;
    width: 4px;
    border-left: 3px solid #e30613;
    z-index: 2;
    display: none
}

.dynamic-map .tab-wrapper ul.tab-nav > li.active:before {
    display: block
}

.dynamic-map .tab-wrapper ul.tab-nav > li span {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    line-height: 1;
    padding: 12px 0
}

.dynamic-map .tab-wrapper ul.tab-nav > li ul {
    display: none;
    padding: 0;
    list-style: none;
    margin: 0
}

.dynamic-map .tab-wrapper ul.tab-nav > li ul li {
    position: relative;
    padding-left: 17px;
    line-height: 1;
    border-top: 1px solid #ddd
}

.dynamic-map .tab-wrapper ul.tab-nav > li ul li u {
    text-decoration: none;
    display: block;
    width: 100%;
    line-height: 1;
    padding: 12px 0;
    font-size: 15px
}

.dynamic-map .tab-wrapper ul.tab-nav > li ul li u:hover {
    font-weight: 700
}

.dynamic-map .tab-wrapper ul.tab-nav > li ul li u.active {
    font-weight: 700
}

.dynamic-map .tab-wrapper ul.tab-nav > li ul li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    background: #f52e35;
    top: 50%;
    transform: translateY(-50%)
}

.dynamic-map .tab-wrapper ul.tab-nav > li.active ul {
    display: block
}

.dynamic-map .tab-wrapper .popup {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 2px #e5e5e5;
    position: absolute;
    z-index: 5;
    max-width: 360px;
    min-height: 350px;
    background: #fff;
    top: 30px;
    left: 30px;
    color: #333;
    padding: 25px 25px 40px 25px;
    display: none
}

.dynamic-map .tab-wrapper .popup.active {
    display: block
}

.dynamic-map .tab-wrapper .popup h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 8px 0
}

.dynamic-map .tab-wrapper .popup button.popup-close {
    padding: 0;
    background: 0;
    border: none;
    position: absolute;
    right: 24px;
    font-size: 25px;
    top: 23px;
    font-weight: 700;
    color: #e30613;
    outline: 0
}

.dynamic-map .tab-wrapper .popup button.popup-close:hover {
    color: red
}

.dynamic-map .tab-wrapper .popup b, .dynamic-map .tab-wrapper .popup > span {
    display: block;
    width: 100%
}

.dynamic-map .tab-wrapper .popup > span {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.5
}

.dynamic-map .tab-wrapper .popup b {
    font-weight: 700;
    font-size: 16px;
    padding-top: 4px;
    margin-bottom: 5px
}

.dynamic-map .tab-wrapper .popup p.flex-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    width: 100%;
    margin-bottom: 5px
}

.dynamic-map .tab-wrapper .popup p.flex-parent span {
    white-space: nowrap
}

.dynamic-map .tab-wrapper .popup ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0
}

.dynamic-map .tab-wrapper .popup ul li {
    font-size: 16px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px
}

.dynamic-map .tab-wrapper .popup ul li:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 9px;
    background: url(../img/check.png) no-repeat center;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.dynamic-map .tab-wrapper .popup a.more {
    display: inline-block;
    line-height: 40px;
    text-align: center;
    height: 40px;
    color: #fff;
    background: #e30613;
    font-size: 16px;
    font-weight: 700;
    min-width: 130px;
    padding: 0 25px;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: .2s;
    text-shadow: 0 0 0 #000
}

.dynamic-map .tab-wrapper .popup a.more:hover {
    text-shadow: 0 1px 4px #000
}

header {
    padding-top: 25px;
    margin-bottom: 30px
}

header .tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px
}

header .tools a.logo {
    display: inline-block
}

header .tools a.logo img {
    max-width: 100%
}

header .tools .year {
    display: flex;
    align-items: center
}

header .tools .year span {
    display: inline-block;
    font-size: 28px;
    color: #e30613;
    background: #f2f2f2;
    font-weight: 700;
    line-height: 50px;
    padding: 0 19px;
    border-radius: 10px;
    margin-right: 10px
}

header .tools .year p {
    font-size: 18px
}

header .tools .header-phones {
    min-width: 270px;
    width: 270px;
    position: relative;
    background: #fff
}

header .tools .header-phones > p {
    line-height: 45px;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 1px 27px 0 27px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    transition: .3s
}

header .tools .header-phones > p:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 6px;
    background: url(../img/arrow.png) no-repeat center;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s
}

header .tools .header-phones .phones {
    display: none;
    background: #fff;
    border: 2px solid #ddd;
    border-top: 0;
    padding: 27px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
    z-index: 2
}

header .tools .header-phones .phones p {
    margin-bottom: 5px
}

header .tools .header-phones .phones p a {
    font-size: 16px;
    color: #333;
    transition: .3s;
}

header .tools .header-phones .phones p a:hover {
    color: #e30613
}
header .tools .header-phones .phones p span {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 700
}
header .tools .header-phones:hover {
    box-shadow: 0 0 10px 2px #e5e5e5;
    border-radius: 10px
}

header .tools .header-phones:hover > p {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

header .tools .header-phones:hover > p:after {
    transform: translateY(-50%) rotate(180deg)
}
header .tools .header-phones:hover .phones {
    display: block;
}

header menu {
    background: #f2f2f2;
    padding: 0;
    margin: 0
}

header menu .primary-menu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: space-around
}

header menu .primary-menu > ul > li {
    font-size: 16px;
    font-weight: 700;
    position: relative
}

header menu .primary-menu > ul > li > a, header menu .primary-menu > ul > li > span {
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    line-height: 50px;
    color: #000;
    box-shadow: inset 0 0 0 #e30613;
    transition: .3s;
    padding-left: 15px;
}

header menu .primary-menu > ul > li > a:hover, header menu .primary-menu > ul > li > span:hover {
    box-shadow: inset 0 -4px 0 #e30613
}

header menu .primary-menu > ul > li:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 6px;
    background: url(../img/arrow.png) no-repeat center;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    display: none
}

header menu .primary-menu > ul > li.parent:after {
    display: block
}

header menu .primary-menu > ul > li:hover > a {
    box-shadow: inset 0 -4px 0 #e30613
}

header menu .primary-menu > ul > li:hover:after {
    transform: translateY(-50%) rotate(180deg)
}

header menu .primary-menu > ul > li > ul {
    position: absolute;
    box-shadow: 0 6px 9px -4px #bbb5b5;
    left: 0;
    min-width: 300px;
    background: #fff;
    z-index: 5;
    top: 100%;
    padding: 0;
    margin: 0;
    font-size: 0;
    list-style: none;
    display: none
}

header menu .primary-menu > ul > li > ul > li {
    font-size: 16px;
    font-weight: 700
}

header menu .primary-menu > ul > li > ul > li > a {
    display: inline-block;
    width: 100%;
    line-height: 49px;
    padding-left: 26px;
    border-left: 4px solid transparent;
    color: #333;
    transition: .3s;
    line-height: normal;
    padding: 15px 0 15px 26px;
}

header menu .primary-menu > ul > li > ul > li > a:hover {
    background: #f2f2f2;
    border-color: #e30613
}

.home-cards {
    margin-bottom: 50px
}

.home-cards .col-md-6.left {
    padding-right: 15px
}

.home-cards .col-md-6.right {
    padding-left: 15px
}

.home-cards .card {
    height: 450px;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 2px #e5e5e5;
    position: relative
}

.home-cards .card .img-wrapper {
    width: 100%;
    border-radius: 10px;
    height: 350px;
    overflow: hidden
}

.home-cards .card .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
    border-radius: 10px
}

.home-cards .card p {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    left: -10px;
    bottom: 160px;
    line-height: 50px;
    padding-left: 40px;
    transition: .3s;
    padding-right: 33px;
    background: rgba(227, 6, 19, .78);
    border-radius: 0 10px 10px 0
}

.home-cards .card a.more {
    line-height: 50px;
    text-align: center;
    padding: 0 25px;
    min-width: 130px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    right: 0;
    bottom: 100px;
    background: rgba(0, 0, 0, .5);
    transition: .3s
}
.home-cards .card ul {
    list-style: none;
    padding: 5px 0px;
    text-align: center;
}
.home-cards .card ul li {
    display: inline-block;
    padding: 0 15px;
}
.home-cards .card ul li a {
    color: #000;
    font-size: 15px;
}
.home-cards .card ul li:hover a {
    text-decoration: underline;
}
.home-cards .card ul li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    /* background: url(../img/check.png) no-repeat center; */
    background: #e30613;
    margin: 7px 0 0 -10px;
    border-radius: 50px;
}

.home-cards .card a.more:hover {
    background: rgba(227, 6, 19, .78);
    text-shadow: 0 1px 4px #000
}

.home-cards .card:hover .img-wrapper img {
    transform: scale(1.05)
}

.home-cards .card:hover > p {
    left: 0
}

.home-cards .info-block {
    box-shadow: 0 0 10px 2px #e5e5e5;
    text-align: center;
    padding: 35px;
    border-radius: 10px
}

.home-cards .info-block p {
    font-size: 24px
}

.home-map {
    margin-bottom: 30px
}

.home-map h4.map-heading {
    margin-top: 0;
    font-size: 36px;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: 300
}

.home-map .addresses .popup {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 2px #e5e5e5;
    position: absolute;
    z-index: 5;
    min-width: 355px;
    min-height: 350px;
    background: #fff;
    top: 5px;
    right: 0;
    color: #333;
    padding: 25px 25px 40px 25px;
    display: none
}

.home-map .addresses .popup.active {
    display: block
}
.home-map .addresses .popup.city_6.active {
    top: -60px;
}
.home-map .addresses .popup.active.minsk_2 {
    top: 420px;
    padding: 10px 25px 10px 25px;
    min-height: 280px;
}

.home-map .addresses .popup h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 8px 0
}
.home-text-block {
    margin-top: 100px;
}
.home-map .addresses .popup button.popup-close {
    display: none;
    padding: 0;
    background: 0;
    border: none;
    position: absolute;
    right: 24px;
    font-size: 25px;
    top: 23px;
    font-weight: 700;
    color: #e30613;
    outline: 0
}

.home-map .addresses .popup button.popup-close:hover {
    color: red
}

.home-map .addresses .popup b, .home-map .addresses .popup > span {
    display: block;
    width: 100%
}

.home-map .addresses .popup > span {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.5
}

.home-map .addresses .popup b {
    font-weight: 700;
    font-size: 16px;
    padding-top: 4px;
    margin-bottom: 5px
}

.home-map .addresses .popup p.flex-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    width: 100%;
    margin-bottom: 5px
}

.home-map .addresses .popup p.flex-parent span {
    white-space: nowrap
}

.home-map .addresses .popup ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0
}

.home-map .addresses .popup ul li {
    font-size: 16px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px
}

.home-map .addresses .popup ul li:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 9px;
    background: url(../img/check.png) no-repeat center;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.home-map .addresses .popup a.more {
    display: inline-block;
    line-height: 40px;
    text-align: center;
    height: 40px;
    color: #fff;
    background: #e30613;
    font-size: 16px;
    font-weight: 700;
    min-width: 130px;
    padding: 0 25px;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: .2s;
    text-shadow: 0 0 0 #000
}

.home-map .addresses .popup a.more:hover {
    text-shadow: 0 1px 4px #000
}

.home-map .map-wrapper {
    max-width: 750px;
    position: relative
}

.home-map .map-wrapper img {
    max-width: 100%
}

.home-map .map-wrapper button[type=button] {
    position: absolute;
    font-size: 16px;
    font-weight: 700;
    padding: 35px 0 0 0;
    border: none;
    background: url(../img/pin1.png) no-repeat top center
}

.home-map .map-wrapper button[type=button].active {
    padding-top: 40px;
    background: url(../img/pin_active.png) no-repeat top center
}

.home-map .map-wrapper button[type=button].polock {
    top: 60px;
    left: 400px
}

.home-map .map-wrapper button[type=button].vitebsk {
    top: 102px;
    right: 180px
}

.home-map .map-wrapper button[type=button].orsha {
    top: 188px;
    right: 161px
}

.home-map .map-wrapper button[type=button].mogilev {
    top: 265px;
    right: 157px
}

.home-map .map-wrapper button[type=button].borisov {
    top: 227px;
    right: 290px
}

.home-map .map-wrapper button[type=button].molodechno {
    top: 221px;
    left: 270px
}

.home-map .map-wrapper button[type=button].minsk {
    top: 277px;
    left: 340px
}

.home-map .map-wrapper button[type=button].grodno {
    top: 299px;
    left: 71px
}

.home-map .map-wrapper button[type=button].baranovich {
    top: 366px;
    left: 200px
}

.home-map .map-wrapper button[type=button].soligorsk {
    top: 408px;
    left: 325px
}

.home-map .map-wrapper button[type=button].bobruysk {
    top: 360px;
    right: 233px
}

.home-map .map-wrapper button[type=button].brest {
    bottom: 70px;
    left: 52px
}

.home-map .map-wrapper button[type=button].pinsk {
    bottom: 73px;
    left: 228px
}

.home-map .map-wrapper button[type=button].mozir {
    bottom: 56px;
    right: 228px
}

.home-map .map-wrapper button[type=button].gomel {
    bottom: 110px;
    right: 97px
}

.home-text-block p {
    font-size: 16px;
    margin-bottom: 27px
}

footer {
    padding: 45px 0;
    background: #333;
    color: #fff;
    margin-top: 38px
}

footer a {
    color: #fff
}

footer .left {
    padding-left: 0;
    padding-top: 20px;
    padding-top: 7px
}

footer .col-md-5, footer .right {
    padding-right: 0;
    padding-top: 7px
}

footer .col-md-2, footer .links {
    padding-left: 20px
}

footer .col-md-2 a, footer .links a {
    border-bottom: 1px solid transparent
}

footer .col-md-2 a:hover, footer .links a:hover {
    color: #fff;
    border-color: #fff
}

footer .social {
    display: flex;
    align-items: center
}

footer .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    transition: .2s;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    margin-right: 15px;
    font-size: 19px;
    background: 0 0
}

footer .social a:focus, footer .social a:hover {
    color: #333;
    background: #fff;
    border-color: #fff
}

footer a.up, footer .up {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    transition: .2s;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: 0 0;
    position: absolute;
    right: 0;
    top: 7px;
    padding-bottom: 4px
}

footer .up:focus, footer .up:hover {
    color: #333;
    background: #fff;
    border-color: #fff
}

ul.breadcrumbs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    align-items: center;
    margin-bottom: 10px
}

ul.breadcrumbs li {
    font-size: 14px;
    margin-right: 20px;
    position: relative
}

ul.breadcrumbs li:after {
    content: "-";
    position: absolute;
    font-size: 14px;
    right: -12px;
    top: 2px;
    color: #333
}

ul.breadcrumbs li:last-child {
    margin-right: 0
}

ul.breadcrumbs li:last-child:after {
    display: none
}

ul.breadcrumbs li a {
    color: #333;
    transition: .3s;
    border-bottom: 1px solid #333
}

ul.breadcrumbs li a:hover {
    border-color: transparent
}

.contact-tab {
    margin-top: 50px;
    margin-bottom: 30px
}

.contact-tab .nav.nav-tabs {
    display: flex;
    border: none
}

.contact-tab .nav.nav-tabs li {
    width: 50%;
    float: none
}

.contact-tab .nav.nav-tabs li a {
    border: none;
    border-bottom: 1px solid #ddd;
    color: #333;
    padding-bottom: 25px
}

.contact-tab .nav.nav-tabs li a span {
    display: block;
    font-size: 48px;
    font-weight: 700
}

.contact-tab .nav.nav-tabs li a u {
    display: block;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700
}

.contact-tab .nav.nav-tabs li a:hover {
    background: 0 0
}

.contact-tab .nav.nav-tabs li.active a {
    box-shadow: inset 0 -4px 0 #e30613
}

.contact-tab .tab-content {
    min-height: 400px;
    padding-top: 30px
}

.contact-tab .tab-content .inside-tab-wrapper {
    display: flex;
    align-items: flex-start
}

.contact-tab .tab-content .inside-tab-wrapper ul.inside-tab-nav {
    list-style: none;
    background: #fff;
    padding: 25px 30px 25px 0;
    border-radius: 10px;
    box-shadow: 0 0 10px 2px #e5e5e5;
    min-width: 270px;
    margin-right: 30px
}

.contact-tab .tab-content .inside-tab-wrapper ul.inside-tab-nav li {
    font-size: 16px;
    font-weight: 700;
    margin: 8.5px 0;
    cursor: pointer;
    line-height: 1.3;
    border-left: 4px solid transparent;
    padding-left: 26px;
    transition: .3s
}

.contact-tab .tab-content .inside-tab-wrapper ul.inside-tab-nav li.active, .contact-tab .tab-content .inside-tab-wrapper ul.inside-tab-nav li:hover {
    border-left: 4px solid #e30613
}

.contact-tab .tab-content .inside-tab-wrapper .inside-tab-info {
    padding: 25px 0;
    background: #fff;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px 2px #e5e5e5
}

.contact-tab .tab-content .inside-tab-wrapper .inside-tab-info .wrapper {
    display: flex;
    align-items: stretch
}

.contact-tab .tab-content .inside-tab-wrapper .inside-tab-info .wrapper .left-col, .contact-tab .tab-content .inside-tab-wrapper .inside-tab-info .wrapper .right-col {
    width: 50%;
    border-right: 1px solid #ddd;
    padding: 0 30px
}

.contact-tab .tab-content .inside-tab-wrapper .inside-tab-info .wrapper .left-col p, .contact-tab .tab-content .inside-tab-wrapper .inside-tab-info .wrapper .right-col p, .contact-tab .tab-content .inside-tab-wrapper .inside-tab-info .wrapper .col-sm-12 p {
    margin-bottom: 13px;
    font-size: 16px
}

.contact-tab .tab-content .inside-tab-wrapper .inside-tab-info .wrapper .left-col p b, .contact-tab .tab-content .inside-tab-wrapper .inside-tab-info .wrapper .right-col p b, .contact-tab .tab-content .inside-tab-wrapper .inside-tab-info .wrapper .col-sm-12 p b {
    font-weight: 700;
    font-size: 18px
}

.contact-tab .tab-content .inside-tab-wrapper .inside-tab-info .wrapper .left-col > div, .contact-tab .tab-content .inside-tab-wrapper .inside-tab-info .wrapper .right-col > div, .contact-tab .tab-content .inside-tab-wrapper .inside-tab-info .wrapper .col-sm-12 > div {
    margin-bottom: 14px
}

.contact-tab .tab-content .inside-tab-wrapper .inside-tab-info .wrapper .left-col > div b, .contact-tab .tab-content .inside-tab-wrapper .inside-tab-info .wrapper .right-col > div b, .contact-tab .tab-content .inside-tab-wrapper .inside-tab-info .wrapper .col-sm-12 > div b {
    font-size: 18px
}

.contact-tab .tab-content .inside-tab-wrapper .inside-tab-info .wrapper .left-col > div div.flex-parent, .contact-tab .tab-content .inside-tab-wrapper .inside-tab-info .wrapper .right-col > div div.flex-parent, .contact-tab .tab-content .inside-tab-wrapper .inside-tab-info .wrapper .col-sm-12 > div div.flex-parent {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.contact-cards .title h4 {
    line-height: 1;
    font-size: 48px;
    margin-bottom: 25px;
    font-weight: 700;
    text-align: center
}

.contact-cards .col-md-4 {
    padding: 0 15px
}

.contact-cards .col-md-4 .popup {
    min-height: 425px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 2px #e5e5e5;
    width: 100%;
    background: #fff;
    color: #333;
    padding: 25px 25px 40px 25px;
    position: relative;
    margin-bottom: 30px
}

.contact-cards .col-md-4 .popup h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 8px 0;
    position: relative
}

.contact-cards .col-md-4 .popup h4:before {
    content: "";
    position: absolute;
    left: -25px;
    height: 100%;
    width: 4px;
    background: #e30613
}

.contact-cards .col-md-4 .popup button.popup-close {
    padding: 0;
    background: 0;
    border: none;
    position: absolute;
    right: 24px;
    font-size: 25px;
    top: 23px;
    font-weight: 700;
    color: #e30613;
    outline: 0
}

.contact-cards .col-md-4 .popup button.popup-close:hover {
    color: red
}

.contact-cards .col-md-4 .popup b, .contact-cards .col-md-4 .popup > span {
    display: block;
    width: 100%
}

.contact-cards .col-md-4 .popup > span {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.5
}

.contact-cards .col-md-4 .popup b {
    font-weight: 700;
    font-size: 16px;
    padding-top: 4px;
    margin-bottom: 5px
}

.contact-cards .col-md-4 .popup p.flex-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    width: 100%;
    margin-bottom: 5px
}

.contact-cards .col-md-4 .popup p.flex-parent span {
    white-space: nowrap
}

.contact-cards .col-md-4 .popup ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0
}

.contact-cards .col-md-4 .popup ul li {
    font-size: 16px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px
}

.contact-cards .col-md-4 .popup ul li:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 9px;
    background: url(../img/check.png) no-repeat center;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.contact-cards .col-md-4 .popup a.more {
    display: inline-block;
    line-height: 40px;
    text-align: center;
    height: 40px;
    color: #fff;
    background: #e30613;
    font-size: 16px;
    font-weight: 700;
    min-width: 130px;
    padding: 0 25px;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: .2s;
    text-shadow: 0 0 0 #000
}

.contact-cards .col-md-4 .popup a.more:hover {
    text-shadow: 0 1px 4px #000
}

.contact-cards .col-md-4.left {
    padding-left: 0
}

.contact-cards .col-md-4.right {
    padding-right: 0
}

.service-slider {
    margin-bottom: 30px
}

.service-slider .owl-carousel .item img {
    border-radius: 10px;
    box-shadow: 0 0 10px 2px #e5e5e5
}

.service-slider .owl-carousel .owl-nav {
    display: none
}

.service-slider .owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 2;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%)
}

.service-slider .owl-carousel .owl-dots .owl-dot {
    margin: 0 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer
}

.service-slider .owl-carousel .owl-dots .owl-dot.active {
    background-color: #e30613
}

.service-text-block {
    margin-bottom: 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px 2px #e5e5e5;
    padding: 30px;
    text-align: center
}

.service-text-block p {
    margin-bottom: 22px;
    font-size: 18px
}

.service-text-block p:last-child {
    margin-bottom: 0
}

.service-text-block p b {
    font-size: 18px;
    font-weight: 700
}

.service-cards {
    padding: 45px 0 35px 0;
    background: #f2f2f2
}

.service-cards .col-md-6.left {
    padding-right: 15px
}

.service-cards .col-md-6.right {
    padding-left: 15px
}

.service-cards .card {
    background: #fff;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0 10px 2px #e5e5e5;
    height: 280px;
}

.service-cards .card img {
    width: 170px;
    min-width: 170px;
    height: 280px;
    min-height: 280px;
    object-fit: cover
}

.service-cards .card .info {
    position: relative;
    padding: 27px 25px
}

.service-cards .card .info > p {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 13px;
    line-height: 1.3
}

.service-cards .card .info span {
    display: block;
    font-size: 16px
}

.service-cards .card .info a.more {
    display: inline-block;
    color: #fff;
    background: #e30613;
    line-height: 40px;
    transition: .3s;
    padding: 0 26px;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 0 0 #000;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1
}

.service-cards .card .info a.more:hover {
    text-shadow: 0 1px 4px #000
}

.service-brands {
    padding-top: 45px;
    margin-bottom: 40px
}

.service-brands h4.heading {
    font-weight: 300;
    font-size: 36px
}

.service-brands .col-md-12 {
    padding-left: 100px;
    padding-right: 100px
}

.service-brands .owl-carousel .item .img-wrapper {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    cursor: pointer
}

.service-brands .owl-carousel .item .img-wrapper img {
    width: auto;
    max-width: 100%
}

.service-brands .owl-carousel .owl-nav .owl-prev button {
    height: 120px;
    width: 70px;
    border: 1px solid #ddd;
    border-radius: 10px;
    position: absolute;
    left: -100px;
    top: 0;
    background: #fff;
    font-size: 30px;
    font-weight: 700
}

.service-brands .owl-carousel .owl-nav .owl-next button {
    height: 120px;
    width: 70px;
    border: 1px solid #ddd;
    border-radius: 10px;
    position: absolute;
    right: -100px;
    top: 0;
    background: #fff;
    font-size: 30px;
    font-weight: 700
}

.service-brands .inf-wrapper {
    box-shadow: 0 0 10px 2px #e5e5e5;
    margin-top: 35px;
    padding: 35px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
    display: none
}

.service-brands .inf-wrapper.active {
    display: flex
}

.service-brands .inf-wrapper:before {
    content: "";
    position: absolute;
    border: 12px solid #fff;
    left: 50%;
    top: -11px;
    transform: translateX(-50%) rotate(45deg);
    box-shadow: -3px -4px 3px 0 #f3f3f3
}

.service-brands .inf-wrapper img {
    margin-right: 55px;
    max-width: 300px
}

.service-brands .inf-wrapper .right h4 {
    font-size: 30px;
    margin: 0 0 10px 0;
    line-height: 1.2;
    font-weight: 700
}

.service-brands .inf-wrapper .right p {
    font-size: 16px;
    margin-bottom: 25px
}

.service-brands .inf-wrapper .right p:last-child {
    margin-bottom: 0
}

.about-sec {
    margin-bottom: 45px
}

.about-sec .col-md-6 img {
    max-width: 100%;
    border-radius: 10px
}

.about-sec .col-md-6 .info {
    box-shadow: 0 0 10px 2px #e5e5e5;
    border-radius: 10px;
    padding: 27px;
    min-height: 349px
}

.about-sec .col-md-6 .info p {
    font-size: 18px;
    margin-bottom: 25px
}

.about-sec .col-md-6 .info p:last-child {
    margin-bottom: 0
}

.about-sec .col-md-6.left {
    padding-right: 15px
}

.about-sec .col-md-6.right {
    padding-left: 15px
}

.about-list {
    margin-bottom: 45px
}

.about-list ul {
    padding: 27px;
    margin: 0;
    list-style: none;
    box-shadow: 0 0 10px 2px #e5e5e5;
    border-radius: 10px
}

.about-list ul li {
    font-size: 16px;
    margin-bottom: 17px;
    padding-left: 25px;
    position: relative
}

.about-list ul li:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 9px;
    background: url(../img/check.png) no-repeat center;
    left: 0;
    top: 6px
}

.about-recourse {
    background: #f2f2f2;
    margin-top: 35px;
    padding: 45px 0;
    text-align: center
}

.about-recourse .imgs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px
}

.about-recourse .imgs img {
    margin: 0 15px;
    border-radius: 10px;
    width: 100px;
    height: 100px;
    object-fit: cover
}

.about-recourse p {
    font-size: 36px;
    margin-bottom: 10px
}

.about-recourse a.more {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    padding-left: 23px;
    padding-right: 23px;
    text-align: center;
    width: 130px;
    background: #e30613;
    font-weight: 700;
    border-radius: 10px;
    transition: .2s;
    text-shadow: 0 0 0 #000
}

.about-recourse a.more:hover {
    text-shadow: 0 1px 4px #000
}

footer.about {
    margin-top: 0
}

.table-app .apphead {
    padding: 15px 30px;
    background: #f2f2f2;
    border-radius: 10px;
    display: flex
}

.table-app .apphead p {
    font-size: 16px
}

.table-app .apphead p:nth-child(1) {
    width: 440px;
    margin-right: 25px
}

.table-app .apphead p:nth-child(2) {
    width: 190px;
    margin-right: 85px
}

.table-app .apphead p:nth-child(3) {
    width: 155px;
    margin-right: 45px
}

.table-app .t-row {
    padding: 30px;
    display: flex;
    border-bottom: 1px solid #ddd
}

.table-app .t-row > div {
    font-size: 16px
}

.table-app .t-row > div:nth-child(1) {
    width: 440px;
    margin-right: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.table-app .t-row > div:nth-child(1) p {
    font-size: 18px;
    font-weight: 700
}

.table-app .t-row > div:nth-child(1) img {
    border-radius: 10px;
    width: 170px;
    height: 170px;
    object-fit: cover;
    box-shadow: 0 0 10px 2px #e5e5e5
}

.table-app .t-row > div:nth-child(2) {
    width: 190px;
    margin-right: 85px
}

.table-app .t-row > div:nth-child(2) p {
    font-size: 18px;
    font-weight: 700
}

.table-app .t-row > div:nth-child(2) span {
    display: none
}

.table-app .t-row > div:nth-child(3) {
    width: 155px;
    margin-right: 45px
}

.table-app .t-row > div:nth-child(3) p {
    font-size: 18px
}

.table-app .t-row > div:nth-child(4) a {
    font-size: 18px;
    color: #333
}

.appleas-heading {
    margin-bottom: 25px;
    text-align: center
}

.appleas-heading p {
    font-size: 18px
}

.news-cards .col-md-6.left {
    padding-right: 15px
}

.news-cards .col-md-6.right {
    padding-left: 15px
}

.news-cards .card {
    background: #fff;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0 10px 2px #e5e5e5
}

.news-cards .card img {
    width: 270px;
    min-width: 270px;
    height: 285px;
    min-height: 285px;
    object-fit: cover
}

.news-cards .card .info {
    position: relative;
    padding: 27px 25px
}

.news-cards .card .info u {
    display: block;
    text-decoration: none;
    margin-bottom: 6px
}

.news-cards .card .info p {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2
}

.news-cards .card .info span {
    display: block;
    font-size: 16px
}

.news-cards .card .info a.more {
    display: inline-block;
    color: #fff;
    background: #e30613;
    line-height: 40px;
    transition: .3s;
    padding: 0 26px;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 0 0 #000;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1
}

.news-cards .card .info a.more:hover {
    text-shadow: 0 1px 4px #000
}

.news-cards ul.pager {
    margin-top: 0
}

.news-cards ul.pager li {
    margin: 0 4px
}

.news-cards ul.pager li:first-child a, .news-cards ul.pager li:last-child a {
    padding: 10px 14px 8px 14px;
    font-size: 14px
}

.news-cards ul.pager li a {
    color: #333;
    font-weight: 700;
    font-size: 16px;
    border-radius: 8px;
    border: 2px solid #ddd;
    padding: 8px 14px
}

.news-cards ul.pager li span {
    border: 2px solid #ddd;
    padding: 8px 14px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    background: #e30613;
    border-radius: 8px;
    border-color: #e30613
}

.filial-content {
    margin-bottom: 40px
}

.filial-content .col-md-8 {
    padding-right: 15px
}

.filial-content .col-md-8 .content {
    box-shadow: 0 0 10px 2px #e5e5e5;
    padding: 27px;
    border-radius: 10px
}

.filial-content .col-md-8 .content p {
    font-size: 16px;
    margin-bottom: 23px
}

.filial-content .col-md-8 .content p b {
    font-weight: 700
}

.filial-content .col-md-8 .content .imgs {
    /*
    display: flex;
    align-items: center;
    justify-content: space-between;
    */
    margin-bottom: 24px
}
.filial-content .col-md-8 .content .imgs a {
    display: inline-block;
    width: 220px;
    min-width: 220px;
    height: 160px;
    min-height: 160px;
    margin: 0 6px;
}
.filial-content .col-md-8 .content .imgs img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.filial-content .col-md-8 .content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 21px
}

.filial-content .col-md-8 .content ul li {
    font-size: 16px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px
}

.filial-content .col-md-8 .content ul li:last-child {
    margin-bottom: 0
}

.filial-content .col-md-8 .content ul li:before {
    content: "";
    position: absolute;
    background: url(../img/check.png) no-repeat center center;
    width: 12px;
    height: 9px;
    left: 0;
    top: 6px
}

.filial-content .col-md-8 .content h4 {
    margin: 0 0 20px 0;
    padding-top: 5px;
    font-size: 18px;
    font-weight: 700
}

.filial-content .col-md-4 {
    padding-left: 15px
}

.filial-content .col-md-4 .card {
    box-shadow: 0 0 10px 2px #e5e5e5;
    padding: 27px;
    border-radius: 10px
}

.filial-content .col-md-4 .card h4 {
    margin: 0 0 15px 0;
    font-size: 30px;
    font-weight: 700
}

.filial-content .col-md-4 .card p {
    font-size: 16px;
    margin-bottom: 15px
}

.filial-content .col-md-4 .card p b {
    font-size: 16px;
    font-weight: 700
}

.filial-content .col-md-4 .card p a {
    color: #333;
    display: inline-block
}

.filial-content .col-md-4 .card p a:hover {
    color: #000
}

.filial-content .col-md-4 .card p a:last-child {
    border-bottom: 1px solid #333;
    transition: .3s
}

.filial-content .col-md-4 .card p a:last-child:hover {
    border-color: transparent
}

.filial-content .col-md-4 .card p.flex-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0
}

.filial-content .col-md-4 .card b {
    font-size: 16px;
    font-weight: 700
}

.filial-content .col-md-4 .card > div {
    font-size: 16px;
    margin-bottom: 15px
}

.filial-content .col-md-4 .card > div b {
    font-size: 16px;
    font-weight: 700
}

.filial-content .col-md-4 .card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 21px;
    margin-top: 5px
}

.filial-content .col-md-4 .card ul li {
    font-size: 16px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 2px
}

.filial-content .col-md-4 .card ul li:last-child {
    margin-bottom: 0
}

.filial-content .col-md-4 .card ul li:before {
    content: "";
    position: absolute;
    background: url(../img/check.png) no-repeat center center;
    width: 12px;
    height: 9px;
    left: 0;
    top: 6px
}

.filial-list {
    margin-bottom: 10px
}

.filial-list h4.heading {
    font-size: 36px;
    font-weight: 300
}

.filial-list .row .col-md-6:nth-child(odd) {
    padding-right: 15px
}

.filial-list .row .col-md-6:nth-child(even) {
    padding-left: 15px
}

.filial-list .row .col-md-6 blockquote {
    padding: 22px 22px 22px 95px;
    box-shadow: 0 0 10px 2px #e5e5e5;
    border-radius: 10px;
    min-height: 120px;
    border: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    background: url(../img/c_check.png) no-repeat;
    background-position: 37px;
    margin-bottom: 30px
}

#filialMap {
    height: 400px
}

.main-post {
    margin-bottom: 20px
}

.main-post h4.heading {
    margin-bottom: 3px
}

.main-post p.subtitle {
    text-align: center;
    margin-bottom: 13px;
    font-size: 16px
}

.main-post .col-md-4 {
    padding-right: 15px
}

.main-post .col-md-4 .imgs img {
    width: 100%;
    height: 240px;
    border-radius: 10px;
    margin-bottom: 30px
}

.main-post .col-md-8 {
    padding-left: 15px
}

.main-post .col-md-8 p {
    font-size: 16px;
    margin-bottom: 25px
}

.main-post .col-md-8 blockquote {
    padding: 30px;
    padding-left: 99px;
    border: none;
    border-radius: 10px;
    font-size: 24px;
    background: url(../img/apo.png) no-repeat;
    background-color: #f2f2f2;
    background-position: 28px 35px;
    line-height: 1.3
}

footer .webernetic {
    margin: 15px 0 0 0;
}
footer {
    padding: 45px 0 25px 0;
}
.btn.btn_red {
    display: inline-block;
    color: #fff;
    background: #e30613;
    line-height: 40px;
    transition: .3s;
    padding: 0 26px;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 0 0 #000;
}
.hot_line {
    background: #333;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 5px 0 0 0;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
}

.nav-w .btn_close {
    background: #fff;
    color: #e30613;
    font-size: 20px;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 34px;
    border: solid;
    border-radius: 10px;
    display: none;
}

.navigation-bpi-custom{
    width: 100%;
}

.navigation-bpi-custom ul.page-numbers{
    padding: 0;
    list-style-type: none;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.navigation-bpi-custom ul.page-numbers li{
    margin: 0 5px;
}

.navigation-bpi-custom ul.page-numbers li a{
    color: #fff;
    background: #e30613;
    transition: .3s;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 0 0 #000;
}

.navigation-bpi-custom ul.page-numbers li .current{
    color: #fff;
    background: rgba(227, 6, 19, 0.4);;
    transition: .3s;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 0 0 #000;
}

.navigation-bpi-custom ul.page-numbers li a:hover{
    text-shadow: 0 1px 4px #000;
}

@media (max-width: 1199px) {
    .home-map .addresses .popup button.popup-close {
        display: block
    }

    footer .social a {
        margin-right: 10px
    }

    .news-cards .card img {
        width: 170px;
        min-width: 170px
    }

    .filial-list .row .col-md-6 blockquote br {
        display: none
    }

    .filial-content .col-md-8 .content .imgs img {
        min-width: 180px;
        width: 180px
    }

    .filial-content .col-md-4 .card, .filial-content .col-md-8 .content {
        padding: 20px
    }
}

@media (max-width: 991px) {
    .col-xs-12, .home-cards .col-md-6.left, .home-cards .col-md-6.right, header .tools {
        padding-left: 15px;
        padding-right: 15px
    }

    section.c-map {
        padding-left: 15px;
        padding-right: 15px
    }

    .col-xs-12.dynamic-map {
        padding-left: 0;
        padding-right: 0
    }

    .home-map .addresses .popup {
        right: 15px
    }

    header .tools .header-phones {
        min-width: 100px;
        width: 100px
    }

    header .tools .header-phones > p span {
        display: none
    }

    header .tools .header-phones > p {
        height: 45px;
        background: url(../img/phone.png) no-repeat 27px
    }

    header .tools .year span {
        white-space: nowrap
    }

    header .tools a.logo {
        width: 300px;
        margin-right: 43px
    }

    header .tools .header-phones .phones {
        width: 259px;
        right: 0;
        left: auto;
        border-top: 2px solid #ddd;
        top: 96%
    }

    .home-cards .card {
        height: 300px
    }

    .home-cards .info-block p br {
        display: none
    }

    footer .col-md-4.left {
        padding-left: 15px
    }

    footer .col-md-3.right {
        padding-left: 15px
    }

    footer .col-md-2, footer .col-md-3.links {
        display: none
    }

    footer .col-sm-6 {
        display: block;
        font-size: 14px;
        padding-top: 10px;
        padding-left: 15px
    }

    footer a.up, footer .up {
        right: 15px;
        top: 20px;
    }

    footer .col-sm-12 {
        padding-top: 20px
    }

    .dynamic-map .tab-wrapper ul.tab-nav {
        width: 235px
    }

    .dynamic-map .tab-wrapper .popup {
        top: 10px;
        left: 10px
    }

    .contact-tab .nav.nav-tabs li a u {
        max-width: 225px;
        line-height: 1.2
    }

    .contact-tab .tab-content .inside-tab-wrapper .inside-tab-info .wrapper {
        flex-direction: column
    }

    .contact-tab .tab-content .inside-tab-wrapper .inside-tab-info .wrapper .left-col, .contact-tab .tab-content .inside-tab-wrapper .inside-tab-info .wrapper .right-col {
        border-right: none;
        width: 100%;
        padding: 27px 0
    }

    .contact-tab .tab-content .inside-tab-wrapper .inside-tab-info {
        padding: 0 27px
    }

    .contact-tab .tab-content .inside-tab-wrapper .inside-tab-info .wrapper .left-col {
        border-bottom: 1px solid #ddd
    }

    .contact-cards .col-md-4, .contact-cards .col-md-4.left, .contact-cards .col-md-4.right {
        padding-left: 15px;
        padding-right: 15px
    }

    .contact-tab .tab-content .inside-tab-wrapper .inside-tab-info .wrapper .left-col p:last-child, .contact-tab .tab-content .inside-tab-wrapper .inside-tab-info .wrapper .right-col p:last-child {
        margin-bottom: 0
    }

    .service-slider .owl-carousel .item img {
        height: 350px;
        object-fit: cover
    }

    .service-cards .col-md-6.left, .service-cards .col-md-6.right {
        padding-left: 15px;
        padding-right: 15px
    }

    .service-brands .inf-wrapper.active {
        align-items: flex-start
    }

    .service-brands .inf-wrapper img {
        margin-right: 20px
    }

    .about-sec .col-md-6.left {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px
    }

    .about-sec .col-md-6 img {
        border-radius: 10px;
        width: 100%;
        height: 350px;
        object-fit: cover
    }

    .about-sec .col-md-6.right {
        padding-left: 15px;
        padding-right: 15px
    }

    .about-sec .col-md-6 .info {
        min-height: auto
    }

    .about-sec {
        margin-bottom: 20px
    }

    .about-sec .col-md-6 img {
        height: 180px
    }

    .about-sec .col-md-6 .info p {
        font-size: 16px;
        margin-bottom: 8px
    }

    .about-list ul {
        padding: 20px
    }

    .about-list ul li {
        font-size: 15px;
        margin-bottom: 8px
    }

    .about-recourse p {
        font-size: 30px;
        line-height: 1.3
    }

    .about-recourse .imgs img {
        margin: 0 4px;
        width: 90px;
        height: 90px
    }

    .table-app .apphead {
        display: none
    }

    .table-app .t-row > div:nth-child(3) {
        margin-right: 0;
        display: none
    }

    .table-app .t-row > div:nth-child(4) {
        margin-right: 0;
        display: none
    }

    .table-app .t-row > div:nth-child(2) {
        margin-right: 0
    }

    .table-app .t-row > div:nth-child(2) span {
        display: block;
        font-size: 18px;
        margin-bottom: 6px;
        margin-top: 6px
    }

    .table-app .t-row > div:nth-child(2) span a {
        color: #333
    }

    .appleas-heading p br {
        display: none
    }

    .news-cards .col-md-6.left, .news-cards .col-md-6.right {
        padding-left: 15px;
        padding-right: 15px
    }

    .news-cards .card img {
        width: 270px;
        min-width: 270px
    }

    .filial-content .col-md-4, .filial-content .col-md-8, .filial-list .row .col-md-6:first-child, .filial-list .row .col-md-6:last-child {
        padding-right: 15px;
        padding-left: 15px
    }

    .filial-content .col-md-4 blockquote, .filial-content .col-md-8 blockquote, .filial-list .row .col-md-6:first-child blockquote, .filial-list .row .col-md-6:last-child blockquote {
        margin-bottom: 20px
    }

    .filial-content .col-md-4 {
        margin-top: 25px
    }

    .filial-content .col-md-4 .xs-wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: space-between
    }

    .filial-content .col-md-4 .card p.flex-parent span:first-child {
        margin-right: 10px
    }

    .filial-content .col-md-8 .content .imgs img {
        width: 215px;
        min-width: 215px
    }

    .main-post .col-md-4 {
        padding-left: 15px
    }

    .main-post .col-md-8 {
        padding-right: 15px
    }

    .main-post .col-md-4 .imgs {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%
    }

    .main-post .col-md-4 .imgs img {
        width: 350px;
        margin-bottom: 20px
    }

    .main-post .col-md-8 blockquote, .main-post .col-md-8 p {
        margin-bottom: 20px
    }

    .main-post {
        margin-bottom: 0
    }
    .hot_line {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .nav-w .btn_close {
        display: block;
    }
    img.home_map {
        display: none
    }

    img.home_map_xs {
        display: block;
        width: 290px;
        height: 251px;
        margin: 0 auto
    }

    .home-map .map-wrapper button[type=button] {
        font-size: 10px;
        background-size: 16px;
        padding-top: 15px
    }

    .home-map .map-wrapper button[type=button].active {
        background-size: 19px;
        padding-top: 20px
    }

    .home-map .map-wrapper {
        width: 290px;
        margin: 0 auto
    }

    .home-map .map-wrapper button[type=button].polock {
        top: 15px;
        left: 140px
    }

    .home-map .map-wrapper button[type=button].vitebsk {
        top: 32px;
        right: 62px
    }

    .home-map .map-wrapper button[type=button].orsha {
        top: 71px;
        right: 62px
    }

    .home-map .map-wrapper button[type=button].mogilev {
        top: 103px;
        right: 53px
    }

    .home-map .map-wrapper button[type=button].borisov {
        top: 85px;
        right: 108px
    }

    .home-map .map-wrapper button[type=button].molodechno {
        top: 85px;
        left: 84px
    }

    .home-map .map-wrapper button[type=button].minsk {
        top: 114px;
        left: 120px
    }

    .home-map .map-wrapper button[type=button].grodno {
        top: 119px;
        left: 7px
    }

    .home-map .map-wrapper button[type=button].baranovich {
        top: 148px;
        left: 58px
    }

    .home-map .map-wrapper button[type=button].soligorsk {
        top: 164px;
        left: 108px
    }

    .home-map .map-wrapper button[type=button].bobruysk {
        top: 145px;
        right: 83px
    }

    .home-map .map-wrapper button[type=button].brest {
        bottom: 20px;
        left: 8px
    }

    .home-map .map-wrapper button[type=button].pinsk {
        bottom: 22px;
        left: 76px
    }

    .home-map .map-wrapper button[type=button].mozir {
        bottom: 18px;
        right: 82px
    }

    .home-map .map-wrapper button[type=button].gomel {
        bottom: 39px;
        right: 29px
    }

    .home-map .addresses .popup {
        padding: 15px 15px 40px 15px;
        width: 260px;
        min-width: 260px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        z-index: 6
    }

    .home-map .addresses .popup p.flex-parent {
        flex-direction: column;
        align-items: flex-start
    }

    .home-map .addresses .popup button.popup-close {
        top: 14px;
        right: 15px
    }

    .map-xs-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 5;
        background: rgba(0, 0, 0, .5);
        display: none
    }

    .map-xs-overlay.active {
        display: block
    }

    .home-cards .info-block p {
        font-size: 18px
    }

    header {
        padding-top: 13px;
        margin-bottom: 13px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        max-width: 310px;
        margin-left: auto;
        margin-right: auto
    }

    header .tools {
        margin-bottom: 2px;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
        align-items: flex-start
    }

    header .tools a.logo {
        width: auto;
        max-width: 290px;
        margin-right: 0;
        margin-bottom: 10px
    }

    header .tools .year p {
        max-width: 170px
    }

    header .tools .year {
        margin-bottom: 10px
    }

    header menu .primary-menu > ul {
        flex-direction: column;
        align-items: flex-start
    }

    header menu .primary-menu > ul > li {
        border-bottom: 1px solid #ddd;
        width: 100%
    }

    header menu .primary-menu > ul > li:last-child {
        border: none
    }

    header menu .primary-menu > ul > li:after {
        right: 15px
    }

    .col-xs-12.primary-menu {
        padding-left: 0;
        padding-right: 0
    }

    header menu .primary-menu > ul > li > a {
        line-height: 40px;
        width: 100%;
        text-align: left;
        padding-left: 15px
    }

    header menu {
        border-radius: 10px;
        display: none;
        position: absolute;
        z-index: 5;
        width: 275px;
        top: 107%
    }

    header menu.active {
        display: block
    }

    header .tools .header-phones .phones {
        width: 275px
    }

    header menu .primary-menu > ul > li > ul {
        width: 100%;
        min-width: 100%;
        position: static
    }

    header menu .primary-menu > ul > li:after {
        top: 20px
    }

    .xs-toggle-menu {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 165px;
        border: none;
        background: url(../img/burger_menu.png) no-repeat center center;
        background-color: #f2f2f2;
        height: 44px;
        border-radius: 10px
    }

    .xs-toggle-menu.active {
        background: url(../img/x_menu.png) no-repeat center center;
        background-color: #f2f2f2
    }

    header .tools .header-phones {
        margin-left: 175px
    }

    header .tools .year span {
        margin-right: 7px
    }

    .home-cards .card {
        height: 180px
    }

    .home-cards .card p {
        font-size: 18px;
        line-height: 40px;
        bottom: 52px;
        padding-right: 13px;
        padding-left: 18px
    }

    .home-cards .card a.more {
        line-height: 40px
    }

    .home-cards {
        margin-bottom: 30px
    }

    .home-text-block p {
        font-size: 15px
    }

    footer {
        padding: 20px 0
    }

    .contact-heading .col-xs-12 p {
        font-size: 36px;
        margin-bottom: 15px
    }

    .dynamic-map .tab-wrapper .nav-w {
        position: absolute;
        z-index: 6;
        border-radius: 10px;
        overflow: hidden;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        display: none
    }

    .dynamic-map .tab-wrapper .nav-w.active {
        display: block
    }

    .button-xs-map-menu {
        display: block;
        position: absolute;
        z-index: 4;
        right: 20px;
        top: 20px;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background: url(../img/burger_menu.png) no-repeat center center;
        background-color: #fff;
        border: none;
        box-shadow: 0 0 10px 2px #e5e5e5
    }

    .dynamic-map .tab-wrapper .tab-info .map {
        height: 490px
    }

    .dynamic-map .tab-wrapper ul.tab-nav {
        max-height: 485px
    }

    .dynamic-map .tab-wrapper .popup {
        z-index: 8;
        padding: 15px 15px 40px 15px;
        min-width: 265px
    }

    .dynamic-map .tab-wrapper .popup h4 {
        font-size: 24px
    }

    .dynamic-map .tab-wrapper .popup p.flex-parent {
        flex-direction: column;
        align-items: flex-start
    }

    .dynamic-map .tab-wrapper .popup {
        top: 0;
        left: 50%;
        transform: translateX(-50%)
    }

    /*корректировка */
    .dynamic-map .tab-wrapper{
        height: 555px;
    }

    .dynamic-map .tab-wrapper .popup button.popup-close {
        right: 16px;
        top: 8px
    }

    .contact-tab .nav.nav-tabs {
        flex-direction: column
    }

    .contact-tab .nav.nav-tabs li a {
        border-bottom: none;
        border-left: 1px solid #ddd;
        padding: 0;
        padding-left: 16px;
        border-radius: 0;
        width: 100%
    }

    .contact-tab .nav.nav-tabs li.active a {
        box-shadow: inset 4px 0 0 #e30613
    }

    .contact-tab .nav.nav-tabs li a span {
        font-size: 36px
    }

    .contact-tab .nav.nav-tabs li a u {
        font-size: 24px
    }

    .contact-tab .nav.nav-tabs li {
        width: 100%
    }

    .contact-tab .tab-content .inside-tab-wrapper {
        flex-direction: column
    }

    .contact-tab .tab-content .inside-tab-wrapper ul.inside-tab-nav {
        margin-right: 0;
        margin-bottom: 30px;
        min-width: 100%
    }

    .contact-cards .title h4 {
        font-size: 29px
    }

    .contact-cards .col-md-4 .popup p.flex-parent {
        flex-direction: column;
        align-items: flex-start
    }

    .contact-tab .tab-content {
        padding-top: 20px
    }

    h4.heading {
        font-size: 36px
    }

    .service-slider .owl-carousel .item img {
        height: 200px
    }

    .service-slider .owl-carousel .owl-dots {
        bottom: 15px
    }

    .service-text-block {
        padding: 15px;
        margin-bottom: 0
    }

    .service-slider {
        margin-bottom: 15px
    }

    .service-text-block p {
        margin-bottom: 10px;
        font-size: 16px
    }

    .service-text-block p b {
        font-size: 16px
    }

    .service-cards {
        padding: 20px 0 5px 0
    }

    .service-cards .card {
        margin-bottom: 20px
    }

    .service-cards .card {
        flex-direction: column
    }

    .service-cards .card img {
        width: 100%;
        height: 150px;
        object-fit: cover
    }

    .service-cards .card .info {
        padding: 18px 25px 45px 25px
    }

    .service-brands .inf-wrapper {
        padding: 20px;
        flex-direction: column
    }

    .service-brands .inf-wrapper img {
        margin-right: 0;
        margin-bottom: 20px;
        max-width: 100%
    }

    .service-brands .inf-wrapper .right h4 {
        font-size: 24px
    }

    .service-brands .inf-wrapper .right p {
        font-size: 15px;
        margin-bottom: 10px
    }

    .service-brands .col-md-12 {
        padding-left: 80px;
        padding-right: 80px
    }

    .service-brands .owl-carousel .owl-nav .owl-prev button {
        width: 55px;
        left: -67px
    }

    .service-brands .owl-carousel .owl-nav .owl-next button {
        width: 55px;
        right: -67px
    }

    .appleas-heading p {
        font-size: 16px
    }

    .table-app .t-row > div:nth-child(1) {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px
    }

    .table-app .t-row {
        flex-direction: column;
        text-align: center
    }

    .table-app .t-row > div:nth-child(2) {
        width: 100%
    }

    .table-app .t-row > div:nth-child(1) p {
        margin-bottom: 5px
    }

    .table-app .t-row > div:nth-child(2) span {
        margin-top: 2px;
        margin-bottom: 2px
    }

    .table-app .t-row {
        padding: 20px
    }

    .table-app .t-row:nth-child(2) {
        border-top: 1px solid #ddd
    }

    ul.breadcrumbs {
        flex-wrap: wrap
    }

    .news-cards .card {
        flex-direction: column
    }

    .news-cards .card img {
        width: 100%;
        min-width: 100%;
        object-fit: cover;
        min-height: 185px;
        height: 185px
    }

    .news-cards .card .info {
        padding: 15px 15px 45px 15px
    }

    .news-cards ul.pager li {
        margin: 0
    }

    .contact-cards .col-md-4 .popup {
        margin-bottom: 20px
    }

    .filial-content .col-md-8 .content .imgs img {
        display: none
    }

    .filial-content .col-md-8 .content .imgs img:first-child {
        display: block;
        width: 100%;
        min-width: 100%;
        height: 180px;
        min-height: 180px
    }

    .filial-content .col-md-8 .content p, .filial-content .col-md-8 .content ul, .filial-content .col-md-8 .content ul li {
        font-size: 15px;
        margin-bottom: 5px;
        margin-top: 5px
    }

    .filial-content .col-md-8 .content h4 {
        font-size: 16px
    }

    .filial-content .col-md-4 .xs-wrapper {
        flex-direction: column
    }

    .filial-content .col-md-4 .card, .filial-content .col-md-8 .content {
        padding: 10px
    }

    .filial-content .col-md-4 .card h4 {
        font-size: 24px;
        margin-bottom: 2px
    }

    .filial-content .col-md-4 .card p {
        font-size: 15px;
        margin-bottom: 5px
    }

    .filial-content .col-md-4 .card p b {
        font-size: 15px
    }

    .filial-content .col-md-4 .card b, .filial-content .col-md-4 .card ul li, .filial-content .col-md-4 .card > div {
        font-size: 15px;
        margin-bottom: 5px
    }

    .filial-list .row .col-md-6 blockquote {
        padding: 10px 10px 10px 70px
    }

    .filial-list .row .col-md-6 blockquote {
        background-position: 18px 19px;
        font-size: 16px
    }

    .main-post .col-md-4 .imgs {
        flex-direction: column
    }

    .main-post .col-md-4 .imgs img {
        width: 100%;
        height: 200px;
        object-fit: cover
    }

    .main-post .col-md-8 p {
        font-size: 15px
    }

    .main-post .col-md-8 blockquote {
        font-size: 18px;
        padding: 10px;
        padding-top: 65px;
        background-position: 12px 20px
    }
    .service-cards .card {
        height: auto;
    }
}


.s-heading{
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.contact-view-icons{
    display: flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.contact-view-icons button{
    display: flex;
    align-items: center;
    margin-left: 12px;
}

.contact-view-icons button:first-child{
    margin-left: 0;
}

.contact-view-button{
    text-transform: lowercase;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    transition: .3s ease;
}

.contact-view-icon{
    width: 24px;
    height: 24px;
    display: block;
    border: none;
    margin-right: 5px;

}

.list-icon{
    background: url(../img/icons/list-icon.svg) center no-repeat;
    background-size: contain;
    transition: .3s ease;
}

.map-icon{
    background: url(../img/icons/map-icon.svg) center no-repeat;
    background-size: contain;
    transition: .3s ease;
}

.contact-view-button:hover{
    color: #FE0B14;
}

.contact-view-button:hover, .contact-view-button:focus, .contact-view-button--active{
    color: #FE0B14;
}

.contact-view-button:hover .map-icon, .contact-view-button:focus .map-icon, .contact-view-button--active .map-icon{
    background: url(../img/icons/map-icon-active.svg) center no-repeat;
    background-size: contain;
}

.contact-view-button:hover .list-icon, .contact-view-button:focus .list-icon, .contact-view-button--active .list-icon{
    background: url(../img/icons/list-icon-active.svg) center no-repeat;
    background-size: contain;
}




.s-placemark{
    background: url(../img/icons/map/pin1.png) center no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    margin-left: -16px;
    margin-top: -16px;
}

.s-placemark--active{
    background: url(../img/icons/map/pin-selected.png) center no-repeat;
    width: 60px;
    height: 60px;
    background-size: contain;
    margin-left: -30px;
    margin-top: -30px;
}

@keyframes show-big-placemark {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes show-small-placemark {
    0% {
        transform: scale(1);
        background-image: url('../img/icons/map/pin-selected.png');
        width: 60px;
        height: 60px;
        margin-left: -30px;
        margin-top: -30px
    }
    100% {
        transform: scale(0);
        background-image: url('../img/icons/map/pin-selected.png');
    }
}

.accordion-item{
    padding: 10px 14px;
    border: 1px solid #CCCCCC;
    margin-top: 16px;
    border-radius: 8px;
}

.accordion-item__title{
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    padding-right: 40px;

}

.accordion-item__title span{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.accordion-item__toggle{
    text-align: left;
    display: block;
    width: 100%;
    outline: none;
    background: none;
    position: relative;
    transition: .3s ease;
}

.accordion-item__toggle:hover{
    color: #FE0B14;
}

.accordion-item__toggle:after{
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    background: url(../img/icons/dropdown-contacts.svg) center no-repeat;
    background-size: contain;
    width: 13px;
    transform: translate(0, -50%);
    height: 8px;
    transition: .3s ease;
}

.accordion-item--active .accordion-item__toggle:after{
    transform: translate(0, -50%) rotate(180deg);
}

.accordion-item__content{
    display: none;
    /*    background: #F9F9F9;
        padding: 10px 12px;
        border-radius: 4px;
        margin-top: 6px;*/
}

.accordion-item__content b{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.accordion-item__content p{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
}



.accordion-item__content p.flex-parent{
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    position: relative;
}

.accordion-item__content p.flex-parent span{
    display: block;
    background: #F9F9F9;
    z-index: 2;
}

.accordion-item__content p.flex-parent span.dotted{
    position: absolute;
    top: 0;
    background: none;
    border-bottom: 1px dotted #333333;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
}

.accordion-item__activities{
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.accordion-item__activities li{
    width: 50%;
    font-size: 16px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
}

.accordion-item__activities li:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 9px;
    background: url(../img/check.png) no-repeat center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-item__flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 16px;
}

.accordion-item__flex:first-child{
    margin-top: 0;
}

.accordion-item__time{
    width: calc(50% - 27px);
}

.accordion-item__contacts{
    width: calc(50% - 27px);
}

.accordion-item__more{
    display: inline-block;
    line-height: 40px;
    text-align: center;
    height: 40px;
    color: #fff;
    background: #e30613;
    font-size: 16px;
    font-weight: 700;
    min-width: 130px;
    padding: 0 25px;
    /* position: absolute; */
    right: 0;
    /* bottom: 0; */
    transition: .2s;
    text-shadow: 0 0 0 #000;
    margin-top: 30px;
}

.accordion-item__more:hover{
    color: #ffffff;
    text-shadow: 0 1px 4px #000;
}

@media (max-width: 767px){
    .accordion-item__time{
        width: 100%;
    }

    .accordion-item__contacts{
        width: 100%;
        margin-top: 16px;
    }

    .contact-view-button span:last-child{
        display: none;
    }

    .contact-view-icons button{
        align-items: flex-start;
    }

    .accordion-item__title{
        font-size: 24px;
    }

    .accordion-item__title span{
        font-size: 16px;
    }
}

.office-accordion__title{
    margin-top: 16px;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
}

.office-accordion-item{
    background: #F9F9F9;
    padding: 10px 12px;
    border-radius: 4px;
    margin-top: 6px;
}

.office-accordion-item__content{
    display: none;
    padding-top: 20px;
}

.office-accodrion-item__title{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    padding: 4px 40px 4px 0;
}

.office-accordion-item .col-sm-12{
    float: unset;
}

.office-accordion__toggle{
    width: 100%;
    position: relative;
    text-align: left;
    transition: .3s ease;
}

.office-accordion__toggle:hover{
    color: #FE0B14;
}

.office-accordion__toggle:after{
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    background: url(../img/icons/dropdown-contacts.svg) center no-repeat;
    background-size: contain;
    width: 13px;
    transform: translate(0, -50%);
    height: 8px;
    transition: .3s ease;
}

.office-accordion-item--active .office-accordion__toggle:after{
    transform: translate(0, -50%) rotate(180deg);
}

.office-accordion-item--active .office-accodrion-item__title{
    color: #FE0B14;
}

.office-accordion-item__content p{
    margin-bottom: 16px;
}

li.parent > ul.dropdown-menu > li.parent > ul.dropdown-menu{
    box-shadow: none;
    position: relative;
    width: 100%;
    background: transparent;
    padding-left: 30px;
}

li.parent > ul.dropdown-menu > li.parent > ul.dropdown-menu > li{
    position: relative;
}


li.parent > ul.dropdown-menu > li.parent > ul.dropdown-menu > li:hover{
    border-color: transparent;
    box-shadow: none;
}

li.parent > ul.dropdown-menu > li.parent > ul.dropdown-menu > li > a{
    transition: .3s ease;
}

li.parent > ul.dropdown-menu > li.parent > ul.dropdown-menu > li:hover > a{
    border-color: transparent;
    box-shadow: none;
    color: #FE0B14;
}

li.parent > ul.dropdown-menu > li.parent > ul.dropdown-menu > li:after{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    background: #f52e35;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-item__top{
    background: #F9F9F9;
    padding: 26px 12px;
    border-radius: 4px;
    margin-top: 6px;
}

.dynamic-map .tab-wrapper ul.tab-nav > li a {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    line-height: 1;
    padding: 12px 0
}

.dynamic-map .tab-wrapper ul.tab-nav > li a:hover{
    color: #FE0B14;
}

@media (min-width: 967px){
    .dynamic-map .tab-wrapper .popup.active.right{
        left: unset;
        right: 313px;
    }
}

.contact-accordion button, .s-heading button{
    border: none;
    background: none;
}

.contact-accordion a:not(.accordion-item__more){
    display: inline-block;
    line-height: 1.1;
    color: #333;
    border-bottom: 1px solid transparent;
    transition: .2s;
}

.s-heading .heading{
    line-height: 1;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
}

.sub-menu .sub-menu{
    list-style: none;
    padding: 0;
}

.sub-menu .sub-menu li{
    padding-left: 50px;
    position: relative;
}

.sub-menu .sub-menu li:after{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 35px;
    background: #f52e35;
    top: 50%;
    transform: translateY(-50%);
}

.sub-menu .sub-menu li a{
    color: #333333;
}