

/* Start:/local/components/amega/form/templates/.default/style.css?17891048967847*/
.footer-form__title {
	font-weight: bold;
	font-size: 34px;
}

.footer-form__subtitle {
	font-size: 16px;
	margin-top: 16px;
}

.primary-form__image {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.primary-form__map {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.footer-form .form-control {
	border-radius: 0;
	height: 50px;
	padding: 13px 24px;
	border-color: #E3E4E5;
}

.footer-form .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #D7D8D8;
	background-color: transparent;
	border-width: 2px !important;
}

.footer-form .btn-brand-#919399 {
	border-radius: 4px !important
}

.footer-form .form-label {
	font-size: 16px;
}

.footer-form .form-check-input {
	background-color: #fcfcfc;
	border-color: #1B1C20;
}

.footer-form .form-check-input:focus {
	outline: none;
	box-shadow: none;
}

.footer-form .form-check-input:checked[type=checkbox] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%231B1C20' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.footer-form__file {
	color: #E2E2E4;
	transition: .3s;
	cursor: pointer;
	position: absolute;
	left: 24px;
	bottom: 5px;
}

.footer-form__file:hover {
	color: #DB1F35;
}

.primary-form__image img {
	width: 100%;
}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #919399 !important;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #919399 !important;
	opacity: 1;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #919399 !important;
	opacity: 1;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #919399 !important;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
	color: #919399 !important;
}

.form-control::placeholder {
	color: #919399 !important;
}

.city-dropdown {
	display: block;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	right: 0;
	max-height: 165px;
	overflow-y: auto;
	background: #FCFCFC;
	border: 1px solid #E3E4E5;
	z-index: 10;
	font-size: 16px;
	transition: .3s;
	padding: 24px;
	margin-top: -1px;
	box-shadow: 0px 5px 5px #00000052;
}

.city-dropdown.active {
	opacity: 1;
	pointer-events: auto;
}

.city-dropdown_list {
	border-bottom: 1px solid #E3E4E5;
	margin-bottom: 8px;
}

.city-dropdown_list li {
	margin-bottom: 8px;
}

.city-dropdown_list li:hover {
	cursor: pointer;
	color: #DB1F35;
}

.footer-form .btn-brand-red.none-target {
	background: #FADDE1 !important;
	border-color: #FADDE1 !important;
	opacity: 1;
}

.footer-form .btn {
	height: 50px;
	border-radius: 4px !important;
}

.primary-form-grid {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.primary-form-field {
	margin-bottom: 32px;
}

.primary-form-field__label {
	margin-bottom: 8px;
}

.primary-form-field__input {
	border: 1px solid #E3E4E5;
	background: #FCFCFC;
	height: 50px;
	padding: 13px 24px;
	width: 100%;
	outline: #E3E4E5;
}

/* ==========================
   Загрузка карточки компании
========================== */

.footer-form__file-wrap {
	margin-bottom: 32px;
}

.footer-form__file-label {
	display: flex;
	align-items: center;
	gap: 8px;
	border: 1px solid #E3E4E5;
	background: #FCFCFC;
	height: 50px;
	padding: 13px 24px;
	width: 100%;
	cursor: pointer;
	transition: .3s;
}

.footer-form__file-label:hover {
	border-color: var(--color-primary-red);
}

.footer-form__file-icon {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	opacity: .6;
}

.footer-form__file-text {
	color: var(--color-primary-red);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.footer-form__file-input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
}

.footer-form__file-wrap .primary-form-field__label.is-error {
	color: var(--color-primary-red);
}

.footer-form__file-label.is-error {
	border-color: var(--color-primary-red);
}

.primary-form-field__textarea {
	height: 100px;
	resize: none;
}

.primary-form-field__input.is-error {
	border-color: #E2001A !important;
}

.primary-form-field__error {
	color: var(--color-primary-red);
	font-size: 14px;
	margin-top: 10px;
}

.primary-privacy {
	margin-top: 16px;
}

.primary-checkbox {
	display: flex;
	font-size: 12px;
	line-height: 130%;
	cursor: pointer;
	margin-bottom: 32px;
}

.primary-checkbox__link {
  display: contents;
}

.primary-checkbox input {
	opacity: 0;
	position: absolute;
}

.primary-checkbox input:checked + .primary-checkbox__marker {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5556 4.22222H6.44444C5.21714 4.22222 4.22222 5.21715 4.22222 6.44444V17.5556C4.22222 18.7829 5.21715 19.7778 6.44444 19.7778H17.5556C18.7829 19.7778 19.7778 18.7829 19.7778 17.5556V6.44444C19.7778 5.21714 18.7829 4.22222 17.5556 4.22222ZM6.44444 2C3.98985 2 2 3.98985 2 6.44444V17.5556C2 20.0102 3.98985 22 6.44444 22H17.5556C20.0102 22 22 20.0102 22 17.5556V6.44444C22 3.98985 20.0102 2 17.5556 2H6.44444Z' fill='%231B1C20'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.6485 7.37009C18.1172 7.86353 18.1172 8.66357 17.6485 9.15701L10.2 17L6.35147 12.9477C5.88284 12.4542 5.88284 11.6542 6.35147 11.1607C6.8201 10.6673 7.5799 10.6673 8.04853 11.1607L10.2 13.4261L15.9515 7.37009C16.4201 6.87664 17.1799 6.87664 17.6485 7.37009Z' fill='%231B1C20'/%3E%3C/svg%3E");
}

.primary-checkbox__marker {
	display: block;
	width: 24px;
	flex: 0 0 24px;
	height: 24px;
	margin-right: 10px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5556 4.22222H6.44444C5.21714 4.22222 4.22222 5.21715 4.22222 6.44444V17.5556C4.22222 18.7829 5.21715 19.7778 6.44444 19.7778H17.5556C18.7829 19.7778 19.7778 18.7829 19.7778 17.5556V6.44444C19.7778 5.21714 18.7829 4.22222 17.5556 4.22222ZM6.44444 2C3.98985 2 2 3.98985 2 6.44444V17.5556C2 20.0102 3.98985 22 6.44444 22H17.5556C20.0102 22 22 20.0102 22 17.5556V6.44444C22 3.98985 20.0102 2 17.5556 2H6.44444Z' fill='%231B1C20'/%3E%3C/svg%3E");
}

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

.privacy_box {
	color: #353842;
}

@media (max-width: 1684px) {
	.primary-form-grid {
		gap: 20px;
		grid-template-columns: 522px auto;
	}
}


@media (max-width: 1344px) {
	.primary-form-grid {
		padding-bottom: 150px;
	}

	.primary-form-field {
		margin-bottom: 20px;
	}

	.f-form__message {
		margin-bottom: 0;
	}

	.primary-form-field__input:not(.primary-form-field__textarea) {
		height: 39px;
	}

	.primary-privacy {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0;
	}

	.primary-checkbox {
		margin-bottom: 32px;
	}

	.footer-form__file-wrap {
		margin-bottom: 20px;
	}

	.footer-form__file-label {
		height: 39px;
	}

	#ml {
		font-size: 12px;
		min-height: auto;
	}

  .primary-form__map {
    max-height: 480px;
  }
}

@media (max-width: 1023px) {
	.primary-form-grid {
		padding-bottom: 140px;
	}
}

@media (max-width: 992px) {
  .primary-form-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
	.primary-form-grid {
		padding-bottom: 0;
		gap: 16px;
		grid-template-columns: 1fr;
	}

	.primary-form-field {
		margin-bottom: 16px;
	}

	.footer-form__file-wrap {
		margin-bottom: 16px;
	}

	.f-form__message {
		margin-bottom: 20px;
	}

	.primary-privacy {
		position: static;
		font-size: 10px;
	}

	#ml {
		font-size: 10px;
	}

  .primary-form__map {
    max-height: 400px;
    min-height: 350px;
  }
}
/* End */


/* Start:/parts/city-dropdown-list/style.css?1789104896487*/
.city-selector {
  position: relative;
}

.city-selector .primary-form-field__input {
  padding-right: 48px;
}

.city-dropdown-arrow {
  position: absolute;
  right: 16px;
  bottom: 13px;
  width: 28px;
  height: 28px;
  pointer-events: none;
  display: flex;
  transition: transform .2s ease;
}

.city-selector.is-open .city-dropdown-arrow {
  transform: rotate(180deg);
}

@media (max-width: 1344px) {
  .city-dropdown-arrow {
    width: 20px;
    height: 20px;
    bottom: 10px;
  }
}
/* End */


/* Start:/parts/map/map.css?17072203335478*/
.map_area {
    fill: #A6A8AE;
    transition: .15s;
}
.map_area .map_star{
    fill: #DB1E34;
    transition: .15s;
}
.map_area:hover{
    fill: #C7CACF;
    cursor: pointer;
}
.map_area.active {
    fill: #DB1E34;
}
.map_area.active .map_star{
    fill: #FFFFFF;
}
.map_content{
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.map_dealers{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.map_dealers span{
    font-size: 16px;
    pointer-events: auto;
    margin-bottom: 2rem;
}
.map_dealers span:hover,.map_dealers span.active{
    color: #DB1E34;
    cursor: pointer;
}
.map_dealers span.active{
    cursor: default;
}
#map_dealer{
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
}
#map_dealer svg{
    width: 1920px;
    transform: none;
}
.map_cards_dealers{
    position: absolute;
    top: 52.5%;
    left: 0;
    width: 100%;
    pointer-events: none;
}
.map_cards_dealers>.container{
    max-width: 1050px;
    padding: 0;
}
.map_card li{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    pointer-events: auto;
    width: 100%;
    max-width: 500px;
    background: rgba(165,168,174,.25);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 2rem;
    transition: .15s;
    transform: translateY(-50%);
}
.map_card li.active{
    display: block;
}
.map_card li img{
    border-radius: 8px;
}
.map_card li::before{
    opacity: .2;
    pointer-events: none;
    content: "";
    position: absolute;
    bottom: 0;
    right: -5%;
    top: 15%;
    background-image: url(/parts/map/img/amega.svg);
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: 30% 95%;
    background-position: bottom right;
}
.dealer_title{
    font-weight: bold;
    font-size: 20px;
}
.dealer_name{
    font-size: 24px;
}
.dealer_phone{
    pointer-events: auto;
    font-size: 18px;
}
.legenda_box{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 75%;
    width: 100%;
    max-width: 1050px;
}
.map_slider{
    display: none;
}
@media (max-width: 1199px){
    .map_dealers span{
        font-size: 14px;
    }
    .map_cards_dealers>.container, .legenda_box{
        max-width: 940px;
    }
    .legenda_start{
        left: 10.56%;
    }
    .map_card li{
        max-width: 480px;
    }
    .dealer_title{
        font-size: 18px;
    }
}
@media (max-width: 991px){
    .map_cards_dealers>.container, .legenda_box {
        max-width: 695px;
    }
    .legenda_box{
        top: 25%;
    }
    .map_cards_dealers{
        position: relative;
        top: auto;
        left: auto;
    }
    .map_dealers{
        display: none;
    }
    #map_dealer{
        flex-direction: column;
        overflow: visible;
    }
    .map_svg{
        overflow: hidden;
        width: 100%;
    }
    .map_slider{
        display: block;
        height: 60px;
        pointer-events: auto;
    }
    .map_slider::before,.map_slider::after{
        content: "";
        pointer-events: none;
        width: 40px;
        height: 100%;
        background: linear-gradient(to right,rgba(255,255,255,1), rgba(255,255,255,0));
        position: absolute;
        left: 0;
        top: 0;
        z-index: 5;
    }
    .map_slider::after{
        background: linear-gradient(to left,rgba(255,255,255,1), rgba(255,255,255,0));
        left: auto;
        right: 0;
    }
    .map_slider .swiper-slide{
        position: relative;
    }
    .map_slider .swiper-slide span{
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 2.4vw;
        white-space: nowrap;
        transition: .2s;
    }
    .map_slider .swiper-slide.swiper-slide-prev span{
        opacity: 1;
        font-size: 2.4vw;
    }
    .map_slider .swiper-slide.swiper-slide-next span{
        opacity: 1;
        font-size: 2.4vw;
    }
    .map_slider .swiper-slide.swiper-slide-active span{
        opacity: 1;
        font-size: 4vw;
        font-weight: bold;
    }
    #map_dealer .swiper-nav svg{
        width: 12px;
        height: 20px;
    }
    #map_dealer svg{
        transform: translateX(-20%);
    }
    .map_card li {
        position: relative;
        left: auto;
        top: auto;
        color: #FFFFff;
        max-width: 100%;
        background-color: rgba(219, 31, 53, 1);
    }
    .map_card li a{
        color: #fff;
    }
}
@media (max-width: 767px){
    .map_cards_dealers>.container, .legenda_box {
        padding: 0 .8rem;
    }
}

@media (max-width: 575px){
    .dealer_title{
        font-size: 16px;
        max-width: 100%;
    }
    .dealer_name{
        font-size: 15px;
    }
    .dealer_phone{
        font-size: 14px;
    }
    .dealer_description{
        font-size: 12px;
    }
    .map_card img {
        max-width: 80px;
    }
    .map_card li{
        padding: 1.5rem;
        transform: translateY(-230px);
    }
    #map_dealer svg{
        transform: translateX(-23%);
        width: 1500px;
    }
}
/* End */
/* /local/components/amega/form/templates/.default/style.css?17891048967847 */
/* /parts/city-dropdown-list/style.css?1789104896487 */
/* /parts/map/map.css?17072203335478 */
