

/* Start:/local/templates/dromar_all/components/bitrix/news.list/banner.list/style.css?17746076594231*/
.banner_textWrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-width: 1170px;
    justify-content: center;
    padding: 0 20px;
}

@media screen and (max-width: 865px){
    .banner_textWrapper {

    }
}


@media screen and (max-width: 660px){
    .banner_textWrapper {

    }
}

.banner_block_text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 800px;
}

.banner_text_right {
    align-items: end;
    text-align: right;
}

.banner_title {
    font-size: 48px;
    line-height: initial;
	max-width: 66%;
}

@media screen and (max-width: 600px){
    .banner_title {
        font-size: 35px;
        text-shadow: 0 0 #000;
        z-index: 10;
    }
}

.banner_description {
    font-size: 26px;
    line-height: 36px;
    max-width: 550px;
    margin-bottom: 27px;
}

@media screen and (max-width: 600px){
    .banner_description {
        font-size: 24px;
        line-height: 30px;
        text-shadow: 0 0 #000;
        z-index: 10;
    }
}

.mySwiper-banners .swiper-slide:before {
    content: "";
    z-index: 2;
    display: block;
    background: #0000002e;
    width: 100%;
    height: 100%;
    position: absolute;
}

.mySwiper-banners .swiper-slide {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: bottom right;
}

@media screen and (max-width: 600px){
    .mySwiper-banners .swiper-slide {
        height: 760px;
    }
}

@media screen and (max-width: 600px){
    .mySwiper-banners .swiper-slide {
        height: 800px;
    }
}


@media screen and (max-width: 768px) {
    .banner_text {
        padding: 0 100px;
    }
}

@media screen and (max-width: 480px) {
    .banner_text {
        padding: 0 50px;
    }
}

.banner_button a {
    display: inline-block;
    padding: 15px;
    text-decoration: none;
    background: #e89114;
    color: #fff;
    border: 2px solid #ffffff;
    border-radius: 4px;
    font-size: 20px;
}

.banner_button a:hover {
    text-decoration: none;
    transition-duration: 0.2s;
    background: #fff;
    color: #e89114;
    border: 2px solid #e89114;
}

.banner_form_block {
    background: rgb(217 217 217 / 80%);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.banner_form_block_inner {
    display: flex;
    gap: 10px;
    padding: 20px;
    justify-content: center;
}

.banner_form_block_inner form {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 760px){
    .banner_form_block_inner {
        flex-direction: column;
        align-items: center;
        padding: 5px;
    }
}

@media screen and (max-width: 640px){
    .banner_form_block_inner form {
        flex-direction: column;
        width: 100%;
    }
    .banner_form_block_inner form .block {
        width: 100%;
        margin-bottom: 10px;
    }
}

.banner_form_block .ah1 {
    display: flex;
    align-items: center;
    font-family: 'PFBeauSansPro-Bold', sans-sirif;
    font-size: 22px;
    line-height: 30px;
    color: #373737;
    padding-top: 6px;
}

.banner_form_block .ah1:after {
    content: '';
    position: absolute;
    right: 0;
    top: 6px;
    width: 50px;
    height: 50px;
    background: url(/local/templates/dromar_all/components/bitrix/news.list/banner.list/img/sprite.png) no-repeat -34px 0;
}

.banner_form_block form button {
    background: #444444;
    padding: 10px;
    color: #fff;
    border-radius: 4px;
    font-size: 20px;
    -webkit-box-shadow: -5px 25px 34px -19px rgba(68, 68, 68, 1);
    -moz-box-shadow: -5px 25px 34px -19px rgba(68, 68, 68, 1);
    box-shadow: -5px 25px 34px -19px rgba(68, 68, 68, 1);
}

@media screen and (max-width: 600px){
    .banner_form_block form button {

    }
}

.banner_form_block input {
    font-size: 16px;
    line-height: 19px;
    color: #444444;
    background: transparent;
    border-bottom: 2px solid #aaaaaa;
}

@media screen and (max-width: 660px){
    .swiper-banners-button-css {
        display: none !important;
    }
}
/* End */


/* Start:/local/templates/dromar_all/components/bitrix/news.list/main.advantages.list/style.css?1725141350557*/
.advantages_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.advantage_item {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    background: #f4f4f4;
    width: 230px;
    padding: 20px;
    gap: 15px;
}

.advantage_item h3 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.advantage_img {
    width: 100%;
    height: 250px;
}

.advantage_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advantage_description {
    text-align: center;
}

/* End */


/* Start:/local/templates/dromar_all/components/bitrix/news.list/services.block/style.css?172553997138*/
.title_services a {
    color: #444;
}
/* End */


/* Start:/local/templates/dromar_all/components/bitrix/news.list/press_center_list_all/style.css?1763418500865*/
.press_page {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.press_item {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    width: 340px;
    padding: 20px;
    gap: 15px;
    text-decoration: none !important;
}

.press_item:hover {
    opacity: 0.8;
}

.press_item h3 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.press_img {
    overflow: hidden;
    position: relative;
    padding-bottom: 58%;
}

.press_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.press_item i {
    text-align: right;
}

.press_textWrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.press_text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* End */


/* Start:/local/templates/dromar_all/components/bitrix/news.list/certificate_sliderAndPop/style.css?1773914294816*/
.mySwiper-certificate {
	padding: 0 25px; !important;
}

.mySwiper-certificate,
.mySwiper-certificate,
.certificate_item,
.swiper-certificate-button-css{
	box-sizing: border-box;
}

.swiper-certificate-button-css {
	--swiper-navigation-size: 30px;
	--swiper-navigation-color: #e89114;
	--swiper-navigation-top-offset: 55%;
	--swiper-navigation-sides-offset: 0;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide.certificate_item {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	width: 340px;
	padding: 20px;
	gap: 15px;
	height: 200px;
	align-items: center;
	justify-content: center;
}


.certificate_img {
	overflow: hidden;
	position: relative;
}

.certificate_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
/* End */


/* Start:/local/templates/dromar_all/components/bitrix/news.list/main.work.stages/style.css?17251413501055*/
.workStages_wrapper {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 15px;
	position: relative;
	margin-bottom: 30px;
}

.workStage {
	display: flex;
	width: 160px;
	height: 100%;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 10px;
	overflow: hidden;
	position: relative;
	padding: 10px;
	border: 1px #a6a6a6 solid;
	line-height: 40px;
}

.workStage_stage{
	text-transform: uppercase;
}

.workStage_img {

}

.workStage_img img {
	width: 80px;
	height: 80px;
}

.workStage_name{
	width: 100%;
	font-weight: bold;
	border-top: 1px #e89114 solid;
}

.workStage_description {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: opacity .1s;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter:blur(5px);
	color: white;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.workStage_description span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
/* End */


/* Start:/local/templates/dromar_all/components/bitrix/news.list/reviews.list/style.css?17277212771707*/
.reviews-list {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	gap: 15px;
	margin-bottom: 15px;
}

.reviews-list h2 {
	height: 30px;
	font-weight: bold;
	font-size: 50px;
	margin-bottom: 20px;
}

.reviews-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	border: 1px black solid;
	padding: 30px;
}

.review-head {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px black solid;
}

.review-name {
	font-weight: bold;
	font-size: 20px;
}

.swiper{
	width: 100%;
	height: 100%;
}

.mySwiper-reviews {
	padding: 0 25px; !important;
}

.swiper-reviews-button-css {
	--swiper-navigation-size: 30px;
	--swiper-navigation-color: #e89114;
	--swiper-navigation-top-offset: 60%;
	--swiper-navigation-sides-offset: 0;
}

.swiper-review-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
	/*min-height: 330px;*/
	border: 1px black solid;
	padding: 30px;
}

.swiper-review-head {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-top: 1px black solid;
}


.swiper-review-name {
	font-weight: bold;
	font-size: 20px;
}

.review {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;

	text-align: justify;

}

.review-text {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.review a {
	color: #e89114;
}

@media screen and (max-width: 1200px){

	.review-block-item {
		min-height: 390px;
	}
}

@media screen and (max-width: 800px){
	.review-block-item {
		min-height: 400px;
	}
}


@media screen and (max-width: 650px){

	.review-name {
		font-size: 18px;
	}

	.review-block-item {
		min-height: 300px;
	}
}
/* End */


/* Start:/local/templates/dromar_all/components/bitrix/news.list/ratings/style.css?17278839241104*/

a.rating_item:active, /* активная/посещенная ссылка */
a.rating_item:hover,  /* при наведении */
a.rating_item {
	text-decoration: none;
	color: black;
	cursor: pointer;
}

.rating_item {
	display: flex;
	justify-content: center;
	width:290px;
	gap: 10px;
}

.rating_mark {
	font-size: 50px;
	font-weight: bold;
	display: flex;
	align-items: center;
	color: #e89114;
}

.rating_text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 24px;
}

.rating_service {
	font-weight: bold;
}

.rating_reviewsSum {
	font-size: 18px;
}

.swiper{
	width: 100%;
	height: 100%;
}

.swiper-ratings-button-css {
	--swiper-navigation-size: 30px;
	--swiper-navigation-top-offset: 75%;
	--swiper-navigation-sides-offset: 0;
}

@media screen and (max-width: 800px){

	.rating_mark {
		font-size: 45px;
	}

	.rating_text {
		font-size: 22px;
	}

	.rating_reviewsSum {
		font-size: 16px;
	}
}


@media screen and (max-width: 600px){

	.rating_mark {
		font-size: 40px;
	}

	.rating_text {
		font-size: 20px;
	}

	.rating_reviewsSum {
		font-size: 14px;
	}
}


/* End */
/* /local/templates/dromar_all/components/bitrix/news.list/banner.list/style.css?17746076594231 */
/* /local/templates/dromar_all/components/bitrix/news.list/main.advantages.list/style.css?1725141350557 */
/* /local/templates/dromar_all/components/bitrix/news.list/services.block/style.css?172553997138 */
/* /local/templates/dromar_all/components/bitrix/news.list/press_center_list_all/style.css?1763418500865 */
/* /local/templates/dromar_all/components/bitrix/news.list/certificate_sliderAndPop/style.css?1773914294816 */
/* /local/templates/dromar_all/components/bitrix/news.list/main.work.stages/style.css?17251413501055 */
/* /local/templates/dromar_all/components/bitrix/news.list/reviews.list/style.css?17277212771707 */
/* /local/templates/dromar_all/components/bitrix/news.list/ratings/style.css?17278839241104 */
