.bnr {
    /* padding: 0 1.5rem; */
    /* min-height: 500px; */
    /* position: relative; */
}

.bnr__inner {
    display: flex;
    align-items: center;
    padding: 80px 0;
    position: relative;
    z-index: 3;
}

.bnr__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.bnr__bg img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: contain;
}

.bnr__bg:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0,0,0,0.5);
}

.bnr__tx {
    width: 50%;
    padding-right: 30px;
    box-sizing: border-box;
}

.bnr__img {
    width: 50%;
}

.bnr__title {
    margin-bottom: 25px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 45px;
    line-height: 130%;
}


.bnr__tx p {
    margin-bottom: 30px;
    color: #FFFFFF;
}

.bnr__btn {
    padding: 10px 20px;
    display: inline-block;
    background: #4B98E6;
    color: #FFFFFF!important;
    transition: 0.3s;
}

.bnr__btn:hover {
    opacity: 0.95;
}

.tabs {
    padding-right: 20px;
    width: 35%;
    margin-bottom: 20px;
}

.tabs li {
    width: 50%;
    padding: 10px;
    font-size: 20px;
    box-sizing: border-box;
    background: #e8eff7;
    border-right: 2px solid #FFFFFF;
    text-align: center;
    cursor: pointer;
}

.tabs li:last-of-type {
    border-left: 2px solid #FFFFFF;
    border-right: none;
}

.tabs li.active {
    color: #FFFFFF;
    background: #4B98E6;
}

.tab_content {
    display: none;
}

.tab_content.active {
    display: block;
}

.cnt {

}

.cnt__inner {

}

.cnt__holder {
    display: flex;
}

.cnt__l {
    width: 35%;
    padding-right: 20px;
    box-sizing: border-box;
}

.cnt__r {
    width: 65%;
    position: relative;
    overflow: hidden;
}

.cnt__r > div {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.cnt__img {
    margin-bottom: 20px;
    height: 120px;
    position: relative;
    overflow: hidden;
}

.cnt__img img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: cover;
}

.cnt__tel {
    color: #000000;
    font-size: 25px;
    font-weight: 700;
    transition: 0.3s;
    line-height: 120%;
}

.cnt__tel:hover {
    color: #4B98E6;
}

.cnt__address {
    font-size: 14px;
    margin-top: 5px;
    color: #4B98E6;
}

.cnt__time {
    margin-top: 5px;
    font-size: 14px;
    color: #000000;
}

.cnt__inf {
    margin-top: 20px;
    padding: 20px;
    color: #000000;
    font-size: 14px;
    background: #e8eff7;
    border-radius: 10px;
}

.cnt__btn {
    margin-top: 35px;
    padding: 10px 20px;
    display: block;
    width: 100%;
    font-weight: 500;
    background: #4B98E6;
    color: #FFFFFF!important;
    transition: 0.3s;
    text-align: center;
}

.cnt__btn:hover {
    opacity: 0.9;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next {
    right: 0 !important;
    padding-right: 30px;
}

.swiper-button-prev {
    left: 0 !important;
    padding-left: 30px;
}

.swiper-button-prev {
    left: 57px !important;
}
.swiper-button-next {
    right: 57px !important;
}

.homeSlider  .swiper .swiper-pagination {
    bottom: 20px;
}

.homeSlider  .swiper .swiper-pagination .swiper-pagination-bullet {
    border: 2px solid white;
}

.homeSlider  .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}

.homeSlider  .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 13px !important;
    height: 13px !important;
}

.homeSlider  .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px !important;
    height: 16px !important;
}

.custom-arrows {
    position: absolute;
    z-index: 100;
    width: 70px;
    height: 70px;
    top: 50%;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
    cursor: pointer;
}

.custom-arrows svg path {
    stroke: white;
    width: 20px;
    transition: 0.2s;
}

.custom-arrows:hover {
    background-color: #074C98;
}

.custom-arrows:hover svg path {
    /* stroke: #074C98; */
}

.swiper-button-prev-custom {
    left: 2%;
}

.swiper-button-next-custom {
    right: 2%;
}

.header__call-btn {
    background-color: #4470C7;
    color: #fff;
    padding: 10px 20px;
}

.header {
    padding: 20px 0 20px 0px;
}

.cnt__mail {
    margin-top: 5px;
    display: block;
}

a.header__call-btn:hover {
    color: #fff;
    opacity: 0.9;
}

@media (min-width: 1440px) {
    .dev_sustom #navbar {
        background: transparent;        
        width: 100%;
        display: flex;
        justify-content: center;
        z-index: 2;
    }

    .main-page-header {
        position: absolute;
    }

    .dev_sustom .main-page-header .header__container {
        position: absolute;
        padding: 12px;
    }

    .dev_sustom .header__container {
        background-color: #fff;
        padding: 7px 0;
        position: relative;
        width: 100%;
        /* max-width: 1120px; */
    }

    .bnr__inner {
        padding-top: 200px;
    }

    .menu__link:not(:last-child) {
        margin-right: 30px;
    }

    .header__container .menu {
        /* padding-right: 180px; */
        padding-right: 0;
        display: flex;
        align-items: center;
    }

    .header__logo {
        margin-bottom: 0;
    }
} 

@media (max-width: 1199px) {
    .cnt__inner {
        padding-bottom: 5rem;
    }
}

@media (max-width: 991px) {
    /* .bnr {
        min-height: 430px;
    } */
    .custom-arrows {
        display: none !important;
    }

    .header__call {
        top: 0;
    }

    .bnr__inner {
        display: block;
        padding: 40px 0;
    }

    .bnr__tx {
        width: 100%;
        padding-right: 0;
    }

    .bnr__img {
        width: 100%;
        margin-top: 20px;
    }

    .bnr__title {
        font-size: 30px;
    }

    .cnt__holder {
        display: block;
    }

    .cnt__img {
        height: 150px;
    }

    .cnt__l {
        width: 100%;
        padding-right: 0;
    }

    .cnt__r {
        width: 100%;
        height: 350px;
        margin-top: 20px;
    }

    .tabs {
        width: 100%;
        padding-right: 0;
    }

    .tabs li {
        font-size: 16px;
    }

    .main-page-header {
        padding: 10px;
    }

    #navbar {
        padding: 10px;
    }
}



/* АДАПТИВ СТРЕЛОК */


@media screen and (max-width: 1350px) {
    .custom-arrows {
        position: absolute;
        z-index: 100;
        width: 125px;
        height: 35px;
        top: auto;
        bottom: 10px;
        border: 2px solid white;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.2s;
        cursor: pointer;
    }
    
    .custom-arrows svg path {
        stroke: white;
        width: 20px;
        transition: 0.2s;
    }
    
    .custom-arrows:hover {
        background-color: #074C98;
    }
    
    .custom-arrows:hover svg path {
        /* stroke: #074C98; */
    }
    
    .swiper-button-prev-custom {
        left: 2%;
    }
    
    .swiper-button-next-custom {
        right: 2%;
    }
}