body {
    background: #fff;
    color: #000;
}
.header {
    color: #000;
}
a {
    color: #000;
}
.slider_home, .slider_home a {
    color: #fff;
}
.section-services .service {
    background: rgba(0, 0, 0, 0.2);
}
.section-benefits .name {
    color: #000;
	font-size: 1.5rem;
	font-weight: bold;
}
.text_logo {
    margin-left: 20px;
}
.heading {
    color: #fff;
}
.section-work .owl-carousel .owl-dots .owl-dot {
    background-color: #ccc;
}
.section-work .owl-carousel .owl-nav .owl-prev, .section-work .owl-carousel .owl-nav .owl-next {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.phone_header{align-items:center;}
.tel-phone a{text-decoration:none;}
.section-hero .recall {
    white-space: nowrap;
}
.slider_home .arr.--next {
    background-image: url(assets/img/icon-arr-right.svg);
}
.slider_home .arr.--prev {
    background-image: url(assets/img/icon-arr-right.svg);
    transform: rotate(180deg);
}
.slider_home .arr {
    min-width: 24px;
    width: 24px;
    height: 24px;
    background: 50% 50% no-repeat;
}
.slider_home.owl-carousel .owl-dots .owl-dot {
    transition: ease 0.6s ease 0.6s;
    min-width: 8px;
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    opacity: 0.6;
    margin: 0 6px;
    border-radius: 50%;
}
.slider_home.owl-carousel .owl-dots .owl-dot.active {
    opacity: 1;
    background-color: #00a9e0;
}
.slider_home.owl-carousel .owl-dots .owl-dot{
	 background-color: #ccc;
}
.slider_home.owl-carousel .owl-nav .owl-prev, .slider_home.owl-carousel .owl-nav .owl-next {
    transition: ease 0.6s;
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0;
    background: #FFFFFF;
    box-shadow: 0 100px 80px rgba(0, 0, 0, 0.07), 0 22.3363px 17.869px rgba(0, 0, 0, 0.0417275);
    text-align: center;
    color: #00a9e0;
    font-weight: 700;
    font-size: calc(1.325rem + 0.9vw);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    position: absolute;
    left: 40px;
}
.slider_home.owl-carousel .owl-nav .owl-prev, .slider_home.owl-carousel .owl-nav .owl-next{
	display:none !important;
}
.slider_home.owl-carousel .owl-nav .owl-next {
	left:auto;
	right:40px;
}
.slider_home.owl-carousel .owl-dots {
    text-align: center;
    line-height: 8px;
    margin: 30px 0 0;
}
.modal_footer {
    display: table;
    margin: 30px auto;
    width: 420px;
    max-width: 100%;
}
.modal_footer .modal-main {
    opacity: 1;
}
.section-work .info >a {
    padding: 10px;
    width: 100%;
    margin-top: 16px;
}
.image_rekl {
    width: 100%;
    height: 400px;
    background-size: cover !important;
    background-position: 50%;
    margin-bottom: 30px;
}
.rekl_text {
    font-weight: 500;
    font-size: calc(1.275rem + 0.3vw);
    line-height: 140%;
}
.go_to_map{
	cursor:pointer;
}
section.section-benefits.offset-top.offset-bottom {
    padding-top: 0px;
}
section.section-work.offset-top.offset-bottom {
    padding-top: 40px;
}
.text_agree {
    color: #000;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    line-height: 18px;
}
.section-services .service {
    height: 85%;
}
body .header .loc-addr {
    font-size: inherit;
    font-weight: inherit;
}
.section-hero .name {
    font-weight: 400;
}
.head:after{
	display:none;
}
.section-benefits .text {
    color: #000;
	font-size: 1.175rem;
	font-weight: 400;
}
}
section.section-photos.offset-top.offset-bottom {
    padding-top: 0px;
}
.header.its_footer {
    padding: 50px 0;
}
section.section-what.offset-top.offset-bottom {
    margin-bottom: 100px;
}
.btn {
    color: #000 !important;
}
.section-hero .hint {
    font-weight: 600;
    font-size: 52px;
    line-height: 63px;
}
.in_slider_images {
    width: 513px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px;
    gap: 20px;
}
.in_slider_images_item {
    background: #FFFFFF;
    border-radius: 20px;
    width: 157px;
    height: 112px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.in_slider_images_item img {
    width: auto !important;
    max-width: 100%;
}
.section-benefits .name:before{display:none;}
.double_blbl_slide {
    display: flex;
    gap: 30px 109px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.double_blbl_slide .in_slider_images {
    margin-bottom: 39px;
    margin-top: 23px;
}
.lr_block_for_slids_title {
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
}
.section-hero .mouse{display:none;}
.phone_block_slr a {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-decoration: none;
}
.services_hr {
    width: 100% !important;
    display: block;
}
.services_hr .head {
    margin-top: 30px;
}
.contacts-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .map-holder, .info-box {
        flex: 1;
        min-width: 300px;
        height: 400px;
        box-sizing: border-box;
    }

    .map-holder {
        border: 1px solid #ccc;
    }

    .info-box {
        padding: 20px;
        background: #f8f8f8;
        border: 1px solid #ddd;
    }

    .info-box .location, .info-box .telephone {
        margin-bottom: 20px;
    }

    .info-box .icons img {
        margin-right: 10px;
        height: 30px;
    }
@media (max-width: 1400px) {
	.double_blbl_slide {
		gap: 30px 30px;
	}
}
@media (max-width: 768px) {
.section-hero .mouse {
    display: none;
}
.owl-nav{display:none;}
.col-auto.ms-4.phone_header.d-flex {
    margin: 30px auto 0 !important;
    padding: 0;
    display: table !important;
    text-align: center;
}
.text_logo {
    display: none;
}
.section-services .service {
    height: 85%;
}
.in_slider_images{width:auto;}
}
.item .image {
	width: innerhit;
}
.item .image img {
	width: 100%;
}
.section-benefits .item {
	padding: 10px;
	min-height: 548px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1), 
                0px 0px 25px rgba(0, 0, 0, 0.05); /* мягкая тень вокруг */
}
.period {
	padding: 10px 0;
    font-weight: 300;
    font-size: 1rem;
}
.logo img {
	width: 100px;
}
.company_name_block {
	height: 60px;
    margin: 0 100px;
}
.company_name {
	margin: 15px 0;
}
.text-content {
	margin: 60px 0;
}
