

/* Start:/local/templates/index/showroom.css?17804909693598*/
h1{
	margin-bottom: 0px !important;
}
#showrooms{
	height:1300px;
}


#showrooms .area_tabs{

}
#showrooms .at_block{
	margin-bottom: 20px;
    text-align: center;
	display: grid;
	grid-template-columns: repeat(4, auto);
	justify-content: center;
	gap: 10px;
}

@media (max-width: 767px) {
	#showrooms .at_block {
		grid-template-columns: repeat(2, auto);
	}
}

#showrooms .at_tab {
	box-sizing: border-box;
	cursor: pointer;
	background: #fff;
	border: 1px solid #dbd6d6;
	border-radius: 40px;
	font-size: 16px;
	font-weight: bold;
	width: 170px!important;
	height: 40px;
	line-height: 40px;
	position: relative;
	width: auto;
	z-index: 1;
	text-align: center;
	color: #898989;
}

#showrooms .at_tab a{
	text-decoration: none;
} 

@media(max-width: 440px){
	#showrooms .at_tab{
		font-size: 14px;
	}
}

@media(max-width: 380px) {
	#showrooms .at_tab{
		width: 160px !important;
	}
}
/*@media(max-width: 440px){*/
/*	#showrooms .at_tab{*/
/*		font-size: 12px;*/
/*	}*/
/*}*/
/*@media(max-width: 380px){*/
/*	#showrooms .at_tab{*/
/*		font-size: 11px;*/
/*	}*/
/*}*/
/*@media(max-width: 340px){*/
/*	#showrooms .at_tab{*/
/*		font-size: 10px;*/
/*	}*/
/*}*/
/*@media(max-width: 320px){*/
/*	#showrooms .at_tab{*/
/*		font-size: 9px;*/
/*	}*/
/*}*/


#showrooms .area_tabs .sr_active{
	border-color: #ab76ae;
    background-color: #ab76ae;
}
#showrooms .area_tabs .sr_active a{
    color: white;
}

#showrooms .area_maps{
	height:730px;
	position: relative;
}
#showrooms .am_map_main{
	position: absolute;
	top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
}

#showrooms .am_map_info{
	position: relative;
    width: 100%;
    height: 50px;
    float: left;
}
#showrooms .ami_block {
    background-color: #fff;
    /* width: 25%; */
    width: 20%;
    /* height: 400px; */
    height: 450px;
    z-index: 10;
    padding: 20px;
    border-radius: 5px;
    float: left;
    /* margin: 20px 26px 50px; */
    margin: 20px 5px 50px;
    border: 2px solid #905792;
}



@media(max-width: 950px){

	#showrooms .ami_block{
		display: none;
	}	
}


#showrooms .am_room{	
	position: relative;
	width: 100%;
	height: 50%;
	background-color: black;
	opacity: 0.2;
	color: white;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
}
#showrooms .area_maps .sr_active{
	background-color: #9f79a1;
	opacity: 0.7;
}
#showrooms .am_map_room{
	height: 730px;
}

#showrooms .am_info {
    position: absolute;
    top: 90px;
    left: 20%;
    background-color: #fff;
    width: 400px;
    height: 400px;
    opacity: 0.9;
    padding: 20px;
}

#showrooms .am_info .map-h2 a {
	color: inherit;
	text-decoration: none;
}

@media(max-width: 1700px){
	#showrooms .am_info{
		left: 15%;
	}
}
@media(max-width: 1500px){
	#showrooms .am_info{
		left: 10%;
	}
}
@media(max-width: 1300px){
	#showrooms .am_info{
		left: 5%;
	}
}
@media(max-width: 1200px){
	#showrooms .am_info{
		left: 10%;
	}
}
@media(max-width: 550px){
	
	#showrooms .area_maps{
		height: 450px;
	}
	
	#showrooms .am_map_room{
		height: 450px;
	}
	#showrooms .am_info{
		position: relative;
		top: 0;
		left: 0;
	    width: 100%;
	    padding: 10px;
	    height: 470px;
	}
	#showrooms{
		height: 510px;
	}
	.print_link_contacts{
		display: none;
	}
}

#showrooms .am_info a{
	color: white;
}
#showrooms .am_info .map-p1 a{
	color: #905792;
}


.print_link_contacts{
	margin-top:-20px;
}


/* End */


/* Start:/contacts/contacts_redesign.css?17492206344134*/
.schemas {
    margin-top: 80px;
}

.schemas-tabs-header {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.schemas-tabs-header__item {
    height: 40px;
    min-width: 200px;
    font-size: 15px;
    color: #9d9d9d;
    border: 1px solid #dbd6d6;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.schemas-tabs-header__item._active, .schemas-tabs-header__item:hover {
    font-weight: bold;
    color: #905793;
}

#content_part .schema-block__title {
    font-size: 22px;
    color: #1c1c1c;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 0;
    text-align: center;
}

#content_part .schema-block__title .scheme_to {
    text-transform: uppercase;
    color: #905792;
}

#content_part .schema-block__subtitle {
    font-size: 16px;
    color: #7c7c7c;
    text-align: center;
}

.schemas-tabs-body__item {
    display: none;
}

.schemas-tabs-body__item._active {
    display: block;
}

.schema-block__content a {
    display: block;
}

.schema-block__content img {
    width: 100%;
}

.schema-block__content {
    border: 1px solid #dbd6d6;
    border-top: 4px solid #905792;
    padding: 20px;
    margin-top: 30px;
}

.sdek-map {
    margin-top: 80px;
}

#content_part .sdek-map__title {
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 40px;
}

.sdek-map .region_name {
    color: #ab76ae;
}

.feedback {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 90px;
    margin-bottom: 90px;
}

.feedback__info {
    background: #efefef;
    padding: 80px 40px;
    border-radius: 5px;
}

.feedback__item {
    max-width: 560px;
}

.feedback__item:not(:last-child) {
    margin-bottom: 90px;
}

.feedback__item-title {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.feedback__item-text {
    font-size: 14px;
    color: #838383;
}

.feedback__form {
    padding-left: 30px;
}

.feedback__form #form_k form {
    width: 100%;
}

.feedback__form .form_block {
    text-align: left;
}

#showrooms .at_tab {
    margin: 5px 10px!important;
    min-width: 200px;
}

#showrooms .at_tab a {
    color: #9d9d9d;
    font-weight: normal;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#showrooms .area_tabs .at_tab.sr_active {
    background-color: #fff;
    border-color: #dbd6d6;
}

#showrooms .area_tabs .at_tab.sr_active a {
    font-weight: bold;
    color: #905793;
}

#showrooms .am_map_info .center {
    width: 100%!important;
    max-width: 1840px!important;
    gap: 20px;
    padding: 0 20px;
}

#showrooms .main-reviews {
    width: 760px;
}

#showrooms .main-showrooms {
    flex: 1;
}

.main-showrooms .ami_block .is_site,
.main-showrooms .ami_block .is_email,
.main-showrooms .ami_block .is_phone {
    width: 33%;
}

#content_part .container {
    width: unset!important;
    max-width: 1840px;
    padding: 0 20px!important;
}

@media (max-width: 1600px) {
    #showrooms .main-reviews {
        flex: 1;
        width: auto;
    }
    #showrooms .main-showrooms {
        width: auto;
    }
}

@media (max-width: 1200px) {
    .feedback__item:not(:last-child) {
        margin-bottom: 50px;
    }
    .feedback__item-title {
        margin-bottom: 10px;
    }
}

@media (max-width: 1000px) {
    .feedback {
        grid-template-columns: 1fr;
    }

    .feedback .form_block {
        margin-top: 50px;
    }

    .feedback__form {
        padding-left: 0;
    }
}

@media (max-width: 950px) {
    #showrooms .main-showrooms {
        display: none;
    }

    #showrooms .main-reviews {
        max-width: 760px;
    }
}

@media (max-width: 900px) {
    #content_part .print_link_contacts {
        position: relative;
        margin-top: 0;
        right: unset;
        display: block;
        float: right;
    }
}

@media (max-width: 400px) {
    .feedback__item-title {
        font-size: 20px;
    }

    .feedback__info {
        padding: 80px 30px;
    }
}



/* End */


/* Start:/bitrix/templates/mosoboi_ad/components/bitrix/main.feedback/contacts_redesign/style.css?17491926551121*/
.notetext {
	color: green;
}

.errortext {
	color: red;
}

.captcha {
	margin: 2px;
}

.field-button {
	margin-left: 150px;
}

#form_k .form-bottom  .agreement_text {
	font-size: 14px;
	line-height: 1;
	margin: 0;
	width: auto;
}

#form_k input.error, #form_k textarea.error {
	border-color: red;
}

#form_k .form-bottom {
	display: flex;
	align-items: center;
	margin-top: 25px;
}

#form_k .form_k_sub {
	margin-right: 25px;
}

.captcha-container {
	display: flex;
	margin-top: 25px;
	gap: 30px;
}

.captcha-input {
	width: 250px;
	box-sizing: border-box;
}

.feedback__form .captcha_block {
	width: 250px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	padding: 0;
}

.feedback__form .form_block .block_info {
	margin: 30px 0;
	line-height: 1.3;
}

.feedback__form #contacts_form h2 {
	padding: 0;
	margin: 0;
}

@media (max-width: 400px) {
	.captcha-container {
		flex-direction: column-reverse;
		gap: 10px;
	}

	.feedback__form .captcha_block {
		width: 100%;
	}

	#form_k .form-bottom {
		flex-direction: column-reverse;
	}

	#form_k .form-bottom .agreement_text {
		margin-bottom: 25px;
	}
}


/* End */
/* /local/templates/index/showroom.css?17804909693598 */
/* /contacts/contacts_redesign.css?17492206344134 */
/* /bitrix/templates/mosoboi_ad/components/bitrix/main.feedback/contacts_redesign/style.css?17491926551121 */
