

/* Start:/local/templates/mhi/components/bitrix/news.list/mhi.contacts/style.css?16468198916831*/
.contacts__section {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contacts__section h1 {
    text-transform: uppercase;
    margin: 40px 0 45px;
}
.contacts__menu-container {
    margin: 30px auto;
    position: relative;
    cursor: pointer;
    min-width: 250px;
}
.contacts__menu-container::before,
.contacts__menu-container::after {
    content: '';
    position: absolute;
    top: 0;
    height: 35px;
    background: #fff;
    width: calc((100vw - 100%) / 2);;
    z-index: 3;
}
.contacts__menu-container::before {
    left: calc((100% - 100vw) / 2);
}
.contacts__menu-container::after {
    right: calc((100% - 100vw) / 2);
}
.contacts__menu-title {
    padding: 8px 22px 8px 12px;
    border-bottom: 1px solid #d81718;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    z-index: 3;
    background: #fff;
}
.contacts__menu-title::after {
    content: '';
    position: absolute;
    right: 4px;
    top: 12px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
}
.contacts__menu-wrapper {
    position: absolute;
    right: 0;
    left: 0;
    display: none;
    background: #fff;
    z-index: 2;
}
.contacts__menu-inner {
    padding: 20px 10px;
}
.opened .contacts__menu-wrapper {
    display: block;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.contacts__menu-item {
    font-size: 20px;
    line-height: 1.2em;
}
.contacts__menu-item:hover {
    font-weight: 700;
}
.contacts__menu-item + .contacts__menu-item {
    margin-top: 15px;
}
.contacts__container {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    margin: 10px 15px;
}
.contacts__wrapper {
    padding: 60px 40px;
}
.contacts__address {
    display: grid;
    grid-gap: 40px;
    position: relative;
}
.contacts__item {
    display: grid;
    grid-gap: 20px;
    text-align: left;
    cursor: pointer;
}
.contacts__item-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
}
.contacts__item-cell {
    position: relative;
    padding-left: 80px;
}
.contacts__item-label {
    position: absolute;
    left: 0;
    font-weight: 700;
}
.contacts__item-phone a {
    font-size: 20px;
    font-weight: 700;
    color: #d81718;
}
.contacts__socnets {
    margin-top: 60px;
}
.contacts__wrapper .socnets__addtext {
    text-align: left;
}
.contacts__wrapper .socnets__icons {
    margin: 20px auto 0 0;
}
#map {
    width: 100%;
    height: 400px;
}
.masked {
    position: relative;
}
.masked::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.balloon-point {
    color:#fff;
    width: 40px;
    padding-top: 9px;
    font: 700 20px/1.2em 'Brutal Type';
    text-align: center;
}

@media all and (min-width: 768px) {
    .contacts__section {
        margin-bottom: 180px;
    }
    .contacts__section h1 {
        width: 720px;
        margin: 0 auto 155px;
    }
    .contacts__menu-container {
        margin: 0;
        max-width: 400px;
        position: absolute;
        top: 138px;
        right: calc((100vw - 720px) / 2);
        text-align: center;
    }
    .contacts__menu-container::before,
    .contacts__menu-container::after {
        width: 30px;
    }
    .contacts__menu-container::before {
        left: -30px;
    }
    .contacts__menu-container::after {
        right: -30px;
    }
    #map {
        margin-top: 30px;
    }
    .contacts__wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 70px 50px;
    }
    .contacts__container {
        position: absolute;
        top: 190px;
        height: 550px;
        right: calc((100vw - 720px) / 2);
        width: 60%;
    }
    .contacts__wrapper .socnets__wrapper {
        flex-direction: column;
        justify-content: space-between;
    }
    .contacts__address-wrapper {
        max-height: 320px;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .contacts__address-wrapper::-webkit-scrollbar-track{
        border: 2px solid #d8d8d8;
        background-color: #d8d8d8;
        border-radius: 8px;
    }
    .contacts__address-wrapper::-webkit-scrollbar {
        height: unset;
        width: 6px;
        background-color: #d8d8d8;
        border-radius: 8px;
    }
    .contacts__address-wrapper::-webkit-scrollbar-thumb {
        border-radius: 6px;
        border: 2px solid #d81718; 
        background-color: #d81718;
    }
    .contacts__address-wrapper::-webkit-scrollbar:vertical {
        height: 6px;
        background-color: #d81718;
        border-radius: 8px;
    }
    .contacts__address-wrapper::-webkit-scrollbar:horizontal {
        display: none;
    }
    .contacts__address {
        padding-right: 15px;
        padding-bottom: 20px;
    }
}

@media all and (min-width: 992px) {
    .contacts__section {
        margin-bottom: 80px;
    }
    #map {
        height: 500px;
    }
    .contacts__section h1 {
        width: 940px;
        margin: 0 auto 105px;
    }
    .contacts__menu-container {
        right: calc((100vw - 940px) / 2);
        top: 158px;
    }
    .contacts__container {
        height: 570px;
        width: 50%;
        right: calc((100vw - 940px) / 2);
        top: 210px;
    }
    .become-dealer {
        margin-bottom: 100px;
    }
    .contacts__wrapper {
        padding: 80px 60px;
    }
}

@media all and (min-width: 1200px) {
    .contacts__section {
        margin-bottom: 130px;
    }
    .contacts__section h1 {
        width: 1140px;
        margin: 0 auto 135px;
    }
    .contacts__menu-container {
        right: calc((100vw - 1140px) / 2);
        max-width: 600px;
        top: 128px;
        border-bottom: none;
    }
    .contacts__menu-title {
        display: none;
    }
    .contacts__menu-wrapper {
        position: relative;
        display: block;
    }
    .contacts__menu-inner {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }
    .contacts__menu-item {
        padding: 10px;
        margin-bottom: -1px;
        font-weight: 700;
        color: #c4c4c4;
        border-bottom: 1px solid #c4c4c4;
        margin-right: 15px;
    }
    .contacts__menu-item.active {
        font-weight: 700;
        border-bottom: 1px solid #d81718;
        color: #000;
    }
    .contacts__menu-item:last-child {
        margin-right: 0;
    }
    .contacts__menu-item + .contacts__menu-item {
        margin-top: 0;
        margin-left: 0;
    }
    .opened .contacts__menu-wrapper {
        box-shadow: none;
    }
    .contacts__container {
        width: 600px;
        right: calc((100vw - 1140px) / 2);
        top: 230px;
    }
    .contacts__wrapper {
        padding: 90px 70px;
    }
}


/* End */


/* Start:/local/templates/mhi/components/bitrix/news.list/mhi.socnets/style.css?1647519812949*/
.socnets__explain {
    font-size: 13px;
}
.socnets__icons {
    display: flex;
    justify-content: space-between;
    margin: 30px 15vw 0;
}
.socnets__icon {
    width: 40px;
    height: 40px;
    border-radius: 25px;
    background-repeat: no-repeat;
    background-position: center;
}
.icon__vkontakte {
    background-image: url('/images/svg/icon_vk.svg');
}
.icon__facebook {
    background-image: url('/images/svg/icon_fb.svg');
}
.icon__instagram {
    background-image: url('/images/svg/icon_inst.svg');
}
.icon__telegram {
    background-image: url('/images/svg/icon_tg.svg');
}

@media all and (min-width: 450px) {
    .socnets__icons {
        margin: 30px 25vw 0;
    }
}

@media all and (min-width: 768px) {
    .socnets__wrapper {
        display: flex;
    }
    .socnets__icons {
        margin: 0 0 0 40px;
    }
    .socnets__icon + .socnets__icon {
        margin-left: 20px;
    }
}

/* End */


/* Start:/local/templates/mhi/components/bitrix/main.userconsent.request/rperf/user_consent.css?17458639595473*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	z-index: 99999;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin-bottom: 20px;
	font-size: 30px;
	color: rgba(87, 87, 86, 1);
	font-weight: 700;
}

@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-header {
		font-size: 22px;
		text-align: left;
	}
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-buttons {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 20px;
	}
}


.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce {
	color: #333;
	font-size: 13px;
	line-height: 15px;
}

.main-user-consent-request-announce-link {
	cursor: pointer;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		width: 100%;
		max-width: 1140px;
		padding: 40px;
		border-radius: 20px;
	}

	.main-user-consent-request-popup-header {
		text-align: left;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}

	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}


.main-user-consent-request-popup-text {
	border: 0;
}


.main-user-consent-request-popup-text::-webkit-scrollbar {
	width: 10px;
	height: 100%;
	background: #fff;
	border: 1px solid rgba(181, 181, 181, 1);
	border-radius: 20px;
}


.main-user-consent-request-popup-text::-webkit-scrollbar-thumb {
	width: 10px;
	border-radius: 20px;
	background: rgba(181, 181, 181, 1);


}




.main-user-consent-request-popup-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	border-radius: 10px;
	min-width: 225px;
	font-size: 16px;
	font-weight: 700;
	margin-right: 30px;
	transition: 300ms;
	cursor: pointer;
}

.main-user-consent-request-popup-button:last-child {
	margin-right: 0;
}


@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-button {
		margin-right: 0;
		width: 100%;
	}
}


.main-user-consent-request-popup-button-acc {
	background: #009fe3;
	border: 1px solid #009fe3;

	color: #fff;
}

.main-user-consent-request-popup-button-acc:hover {
	background: rgba(0, 133, 190, 1);
	border: 1px solid rgba(0, 133, 190, 1);
}

.main-user-consent-request-popup-button-rej {
	border: 1px solid #009fe3;
	color: #009fe3;
	background: #fff;
}

.main-user-consent-request-popup-button-rej:hover {
	border: 1px solid rgba(0, 133, 190, 1);
	color: rgba(0, 133, 190, 1);
	background: #fff;

}


@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-text {
		height: calc(100vh - 292px);

		font-size: 16px;
	}
}
/* End */
/* /local/templates/mhi/components/bitrix/news.list/mhi.contacts/style.css?16468198916831 */
/* /local/templates/mhi/components/bitrix/news.list/mhi.socnets/style.css?1647519812949 */
/* /local/templates/mhi/components/bitrix/main.userconsent.request/rperf/user_consent.css?17458639595473 */
