.form-group.field-cooperate-verifycode > .control-label {
    display: none;
}

header {
    z-index: 999;
    padding: 25px 0;
}

.filter.transform-top {
    position: relative;
    z-index: 200;
}

.top-panel.page {
    min-height: 555px;
}

.top-panel .top-slider .swiper-slide .content .title {
    font-size: 50px;
    line-height: 68px;
    margin-top: 50px;
}

.top-panel .top-slider .swiper-slide .content .subtitle {
    font-size: 22px;
    line-height: 44px;
}

.top-panel .top-panel-title {
    line-height: 75px;
}

.breadcrumb-item.active {
    color: #fff;
}

.header-top {
    z-index: 200;
}

.header-top .wrapper .social-list {
    margin-right: 0px;
}

header.fixed {
    padding: 10px 0;
}

.branch-card {
    min-height: 150px;
}

.img-list img {
    min-height: 250px;
}

.call-to-action ul li {
    position: relative;
    padding-left: 20px;
}

.call-to-action ul li::before {
    position: absolute;
    content: '';
    top: 6px;
    left: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/svg/check_white.svg);
}

.paragraph {
    position: relative;
    z-index: 100;
}

.form-input .help-block, .form-group .help-block {
    color: #B71415;
}

.about-us-card .img-block img {
    object-fit: cover;
    object-position: top;
}

.branches-list {
    padding-top: 50px
}

.informaition-box img {
    width: 100% !important;
    object-fit: cover;
    border-radius: 12px;
}

.myMap iframe {
    margin: 50px 0;
    width: 100% !important;
    height: 480px !important
}

@media (max-width: 992px) {
    .myMap iframe {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (max-width: 768px) {
    .myMap iframe {
        margin: 0
    }
}

.min-height-50 {
    min-height: 500px;
}