/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.warranty_banner {
	position: relative;
	min-height: 600px;
	color: #1f1f1f;
}
.warranty_banner .container {
	/* position: relative; */
}
.warranty_banner__imgs {
	z-index: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}
.warranty_banner__imgs img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: 100%;
	   object-position: 100%;
}
.warranty_banner__img--pc {
	/* display: none; */
	user-select: none;
}
.warranty_banner__img--mobile {
	display: none;
	user-select: none;
}
.warranty_banner__container {
	z-index: 1;
	position: relative;
	padding-top: 56px;
}
.container {
	color: #1f1f1f;
}
.container p {
	color: #1f1f1f;
}
.warranty_banner_title {
	max-width: 457px;
}
.warranty_title_h2 {
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 42px;
}


.warranty_contacts {
	/* color: #1f1f1f; */
	background-color: #F6F6F6;
}
.warranty_contacts__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 32px;
	padding-top: 64px;
	padding-bottom: 64px;

}
.container {
}
.warranty_contacts__item {
	-ms-flex-preferred-size: calc(50% - 16px);
	    flex-basis: calc(50% - 16px);
}
.warranty_contacts__item_container {
	padding: 40px 48px;
	background-color: #fff;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.warranty_contacts__item--title {
}
.warranty_contacts__item_content {
}
.warranty_contacts__item_text {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	margin-top: 16px;
}
.warranty_contacts__item_phone.link_phone {
	font-size: 24px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: normal !important; 
	color: #082743 !important;
	margin-top: 24px;
	margin-bottom: 40px;
}
.warranty_contacts__item_phone.link_phone small {
	color: #082743 !important;
	font-size: 24px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: normal !important;  
	opacity: 1 !important;
}
.phone {
}
.btn {
}

.warranty_title_h3 {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal; 
}

.warranty_skills {
	margin-top: 80px;
	margin-bottom: 80px;;
}
.warranty_skills__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.container {
}
.warranty_skills__img-block {
	-ms-flex-preferred-size: 49%;
	    flex-basis: 49%;
	display: flex;
}
.warranty_skills__img {
	object-fit: cover;
}
.warranty_skills__text-block {
	-ms-flex-preferred-size: 46.5%;
	    flex-basis: 46.5%;
}
.warranty_skills__title {
	color: #082743;
	margin-bottom: 40px;
	margin-top: 8px;
	font-weight: 600;
}
.warranty_skills__text {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	color: #1f1f1f;
}

.warranty_skills__text p:first-child {
	margin-top:0;
}
.warranty_skills__text p {
	margin-top: 25px;
	margin-bottom: 25px;
}

.warranty_form {
	background-image: url('../img/family_bg.webp');
	/* background-size: 100% 100%; */
	background-size: cover;
  /* background-position-x: 100%; */
	background-position-x: 80%;
	padding-top: 66px;
	padding-bottom: 64px;
	background-repeat: no-repeat;
	position: relative;
}

.warranty_form a {
	color: #082743 !important;
}

.warranty_form a:hover {
	color: #082743 !important;
}

.warranty_form::before, .warranty_form::after {
	content: '';
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.warranty_form.warranty_loading::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 2;
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

.warranty_form.warranty_loading::after {
	position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  border: 10px solid #cecece;
  border-top: 10px solid #082743;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  content: '';
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.warranty_form__container {

}
#warranty_form {
	max-width: 633px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 16px;
	position: relative;
}



.row_3 input {
	width: calc(33% - 8px);
}
.row_2 input {
	width: calc(50% - 8px);
}
.row_1 input {
	width: 100%;
}
.warranty_form__row--final {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 24px;
}
.container {
}
.warranty_title_h2 {
}
.warranty_form__title {
	margin-top: 0;
	margin-bottom: 16px;
	max-width: 633px;
}
.warranty_form__description {
	margin-bottom: 40px;
	max-width: 633px;
	color: #545454;
	font-size: 18px; 
}
.warranty_form__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.warranty_form__row textarea {
	width: 100%;
	resize: none;
}


.warranty_form .checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	position: relative;
}

.btn--icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.btn--icon svg {
	margin-right: 8px;
}

.warranty_instructions_item__container {
	padding: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #F6F6F6;
}

.warranty_instructions__container {
	padding-top: 80px;
	padding-bottom: 80px;
}

.warranty_instructions_item__name {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal; 
	color: #1F1F1F;
}

.warranty_instructions_item__name span {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal; 
	color: #545454;
	margin-left: 12px;
}


#officeMap1 {
	height: 600px;
	overflow: hidden;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-area: 1 / 1 / 2 / 2;
}

.officeMap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1;
	grid-template-columns: 1;
	-ms-grid-rows: 1;
	grid-template-rows: 1;

}

.officeMap > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;

}

.officeMapContent {
	max-width: 480px;
	width: 480px;
	/* position: absolute; */
	padding: 32px 48px;
	background: #fff;
	-webkit-box-shadow: 0px 4px 15px 1px rgba(0, 20, 40, 0.20);
	        box-shadow: 0px 4px 15px 1px rgba(0, 20, 40, 0.20);
}
.officeMapContainer {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-area: 1 / 1 / 2 / 2;
	z-index: 1;
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 0;
	position: relative;
	top: 50%;
}
.officeMapContainer__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.officeMapContent__container {
}
.officeMapContent__logo {
	max-width: 212px;
	margin-bottom: 24px;
	user-select: none;
}
.officeMapContent__address {
}
.officeMapContent__item {
}
.officeMapContent__item-title {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 27px;
	margin-bottom: 4px;
}
.officeMapContent__item-text {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	color: #545454;
}

.warranty_contacts__item_phone.link_phone:hover {
	color: #082743 !important;
}

.officeMapContent__item-text a {
	color: #545454;
}

.warranty_form__row .checkbox label {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal; 
	/* color: #848484; */
	color: #585858;
}

.dropzone-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
}

#myDropzone.dropzone {
	width: 100%;
	min-height: 120px;
	max-height: 120px;
	height: 120px;
	-webkit-box-shadow: 0px 4px 7px 1px #E6E6E6 inset;
	        box-shadow: 0px 4px 7px 1px #E6E6E6 inset;
	border-radius: 7px;
	border: 1px solid #E6E6E6;
	background: var(--white, #FFF); 
	padding: 0;
	transition: all .2s linear;
}

#myDropzone.dropzone:hover {
	outline: none !important;
  border-color: #3399ff !important;
  box-shadow: none !important;
}

#myDropzone.dropzone .dz-message {
	margin:38px;
	/* margin-top: auto;
	margin-bottom: auto; */
}

#myDropzone .request-gray-mess {
	color: #848484;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal; 
}

#myDropzone .request-link {
	color: #39F;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal; 
}
#myDropzone .request-link:hover {
	text-decoration: underline;
}

#myDropzone-previews {
	padding: 0;
	border:none;
	min-height: 35px;
	background: transparent;
	margin-top: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 12px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;

}
#myDropzone-previews .dz-preview .dz-image {
	display: none;
}
#myDropzone-previews .dz-preview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 148px;
	padding: 4px 8px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0; 
	border-radius: 8px;
	background:  #FFF; 
	min-height: 32px;
	margin:0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.dropzone .dz-preview .dz-details {
	opacity: 1;
}

#myDropzone-previews .dz-preview .dz-details .dz-size {
	display: none;
}

#myDropzone-previews .dz-preview .dz-details {
	padding: 6.5px 32px 6.5px 8px;
	z-index: 1;
	max-width: 125px;
	min-width: 125px;
	text-align: left;
}

#myDropzone-previews .dz-preview .dz-details .dz-filename span {
	padding: 1px;
}

#myDropzone-previews .dz-preview .dz-remove {
	z-index:19;
}

#myDropzone-previews .dz-preview .dz-details .dz-filename {
	z-index: 20;
	position: relative;
}
#myDropzone-previews .dz-preview .dz-details:hover {
	z-index: 20;
}
/* #myDropzone-previews .dz-preview .dz-details .dz-filename:not(:hover) {
	z-index: 1;
} */
#myDropzone-previews .dz-preview .dz-error-message {
	top: 100%;
	left: 5px;
}

#myDropzone-previews .dz-preview .dz-error-mark {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM10.2352 11.9424L7.46313 9.17035L9.2309 7.40258L12.003 10.1746L14.7122 7.46545L16.4799 9.23322L13.7707 11.9424L16.4799 14.6515L14.7121 16.4193L12.003 13.7102L9.23096 16.4822L7.4632 14.7144L10.2352 11.9424Z' fill='%23BB5014'/%3E%3C/svg%3E ");
	width: 24px;
	height: 24px;
	background-color: #fff;
	margin-left: -16px;
  margin-top: -13px;
	border-radius: 50%;
}
#myDropzone-previews .dz-preview .dz-error-mark svg {
	display: none;
}

#myDropzone-previews .dz-preview .dz-success-mark {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21ZM11.7682 15.6402L16.7682 9.64018L15.2318 8.35982L10.9328 13.5186L8.70711 11.2929L7.29289 12.7071L10.2929 15.7071L11.0672 16.4814L11.7682 15.6402Z' fill='%2314BB1B'/%3E%3C/svg%3E ");
	width: 24px;
	height: 24px;
	background-color: #fff;
	margin-left: -16px;
  margin-top: -13px;
	border-radius: 50%;
}
#myDropzone-previews .dz-preview .dz-success-mark svg {
	display: none;
}

#request-form__error-block {
	color: red;
}
#request-form__error-block .request-form__error {
	color: red;
	font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.request-form__block_hidden {
	display: none;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
	top: calc(100% - 14px);
}

.custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 2.5px;
	margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox:checked+label::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
  border-color: #b3d7ff;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
  background-color: #e9ecef;
}

.warranty_form__popup {
	position: fixed;
	width: 100%;
	display: flex;
	/* justify-content: center; */
	top: calc(100% + 20px);
	flex-direction: column;
	align-items: center;
	transition: top 0.3s ease-in-out;
	z-index: 999;
}
.warranty_form__popup.warranty_form__popup-show {
	top: calc(100% - 88px);
}

.warranty_form__popup-item {
	padding: 12px 16px;
	background: #fff;
	border-radius: 8px; 
	box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.20);
}

.warranty_form__popup .warranty_form__popup-item--confirm {
	display: none;
}

.popup-item__container {
	display: flex;
	align-items: center;
}

.popup-item__container span {
	margin-left: 8px;
	margin-right: 24px;
}

.warranty_form__popup .warranty_form__popup-item--denied {
	display: none;
}

.close-popup {
	cursor: pointer;
}

a.link_phone:hover {
  color: #082743 !important;
}

.link_phone small {
	font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  color: #545454 !important; 
	opacity: 1 !important;
}

a.link_phone:hover small {
  color: #082743 !important;
}


@media(max-width: 1050px){
	.warranty_banner__imgs img {
		-o-object-position: 70%;
		   object-position: 70%;
	}
}

@media(max-width: 768px){
	.warranty_banner__img--mobile{
		display: block;
	}
	.warranty_banner__img--pc {
		display: none;
	}
	.warranty_banner {
		height: 500px;
		min-height: 500px;
	}
	.warranty_contacts__container {
		gap: 16px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.warranty_contacts__item {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	.warranty_title_h3 {
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: normal; 
	}
	.warranty_skills__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.warranty_skills__img {
		max-height: 712px;
		margin-bottom: 40px;
	}
	.warranty_skills__title {
		margin-bottom: 24px;
	}
	.warranty_skills {
		margin-bottom: 39px;
	}
	.warranty_form {
		background-image: none;
		background: #FBFBFB;
	}
	#warranty_form {
		widtH: 100%;
		max-width: 100%;
	}
	.warranty_instructions__container {
		padding-top: 64px;
  	padding-bottom: 64px;
	}
	.warranty_instructions__container .btn {
		width: 179px;
	}
	.warranty_instructions_item__name {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.warranty_instructions_item__name span {
		margin:0;
		margin-top:4px;
	}
	.warranty_form__row .btn {
		width: 100%;
	}
}

@media(max-width: 576px){
	#myDropzone.dropzone .dz-message {
		margin-left: 16px;
		margin-right: 16px;
	}
	#myDropzone.dropzone br {
		display: block;
	}
	#warranty_form input[type="text"] {
		width: 100%;
	}
	.warranty_form__row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 16px;
	}
	/* #myDropzone-previews {
		justify-content: space-around;
	} */
	.dropzone-row.warranty_form__row {
		gap: 0;
	}


	.row_2 input {
		width: 100%;
	}

	.container {
		padding: 0 16px;
	}
	.warranty_banner__container {
		padding-top: 32px;
	}
	.bx-breadcrumb {
		margin: 0;
	}
	.warranty_title_h2 {
		font-size: 24px; 
		line-height: 32px;
		margin-top: 16px;
	}
	.warranty_form {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.warranty_form__description {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
		margin-bottom: 24px;
	}
	.warranty_banner {
		height: 400px;
    min-height: 400px;
	}
	.warranty_banner__imgs img {
		-o-object-position: 79%;
		   object-position: 79%;
	}
	.warranty_contacts__container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.warranty_contacts__item_container {
		padding: 24px;
	}
	.warranty_title_h3 {
		font-size: 20px;
		line-height: normal; 
	}
	body br {
		display: initial;
	}
	.warranty_contacts__item_text {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
	}
	.warranty_contacts__item_phone.link_phone {
		font-size: 20px !important;
		font-style: normal !important;
		font-weight: 600 !important;
		line-height: normal !important;
		color: #082743 !important;  
		margin-bottom: 32px;
	}
	.warranty_contacts a.btn {
		width: 100%;
	}

	.warranty_skills {
		margin-top: 48px;
		margin-bottom: 	40px;
	}
	.warranty_skills__img {
    max-height: 330px;
    margin-bottom: 24px;
		width: 100%;
    object-fit: cover;
  }

	.warranty_skills__title {
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: normal; 
		margin-bottom: 16px;
		margin-top: 0px;
	}

	.warranty_instructions_item__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 24px;
		padding: 24px;
	}
	.warranty_instructions__container .btn {
		width: 100%;
	}
	.warranty_instructions_item__name {
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		align-self: flex-start; 
	}
	.warranty_instructions_item__name span {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;

	}
	.officeMap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;

	}
	.officeMapContent {
		-webkit-box-shadow: none;
		        box-shadow: none;
		padding: 0;
		padding-bottom: 24px;
	}
	.officeMapContent__item-title,.officeMapContent__item-text {
		font-size: 14px;
		line-height: 22px;

	}

	.officeMapContainer {
		height: initial;
  	position: initial;
  	top: initial;
	}
	#officeMap1 {
		height: 300px;
	}
	.warranty_instructions__container {
		padding-top: 40px;
		padding-bottom: 56px;
	}
}

@media(max-width: 500px){
	.warranty_form__popup.warranty_form__popup-show {
		top: calc(100% - 143px);
	}
}

.form_field:has(input[data-code="FORM_TYPE"]) {
    display: none;
}