

/* Start:/local/templates/drilltech/components/bitrix/news.detail/product_detail/style.css?17682247576640*/
a[data-fancybox] img {
	cursor: zoom-in;
}

.fancybox__backdrop::after {
	content: "";
	position: absolute;
	width: 10%;
	height: 10%;
	filter: blur(2px);
	left: 50%;
	top: 50%;
	transform: scale(11);
	opacity: 0.3;
	background-image: var(--bg-image);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.fancybox__container {
	--fancybox-bg: #000;

	--fancybox-thumbs-width: 48px;
	--fancybox-thumbs-ratio: 1;

	--carousel-button-bg: rgb(91 78 76 / 74%);

	--carousel-button-svg-width: 24px;
	--carousel-button-svg-height: 24px;

	--carousel-button-svg-stroke-width: 2.5;
}

.fancybox__nav {
	--carousel-button-svg-width: 24px;
	--carousel-button-svg-height: 24px;
}

.fancybox__nav .carousel__button.is-prev {
	left: 20px;
}

.fancybox__nav .carousel__button.is-next {
	right: 20px;
}

.carousel__button.is-close {
	right: auto;
	top: 20px;
	right: 20px;
}

.fancybox__slide {
	padding: 8px 88px;
}

/* Thumbnails */
.fancybox__thumbs .carousel__slide {
	padding: 8px 8px 16px 8px;
}

.is-nav-selected::after {
	display: none;
}

.fancybox__thumb {
	border-radius: 6px;
	opacity: 0.4;
}

.fancybox__thumb:hover,
.is-nav-selected .fancybox__thumb {
	border-radius: 6px;
	opacity: 1;
}

.is-nav-selected .fancybox__thumb::after {
	display: none;
}


#download .carousel__button.is-close {
	left: auto;
	right: 5px;
	top: 5px;
	color: #333;
	background: transparent;
}

#download .terms-block {
	display: flex;
}

#download .terms-block div {
	margin-left: 5px;
}


#download input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
	   appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

#download input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
		  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

#download input[type=checkbox]:checked::before {
  transform: scale(1);
}

#download input[type=checkbox]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}

#download input[type=checkbox]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

/** Стили первого экрана **/
.catalog-detail {
	padding: 1rem 0;
}

.item-slider-wrapper {
	display: none;
}

.item-slider-wrapper-mobile {
	margin-bottom: 20px;
}

.slider-pagenavigation {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 21px;
}

.item-slider-wrapper-mobile .swiper-pagination-bullet {
	background: #ffcd11;
	width: 8px;
	height: 8px;
	opacity: 1;
	margin: 0;
}

.item-slider-wrapper-mobile .swiper-pagination-bullet-active {
	border: 2px solid #000;
	background: #fff;
	width: 10px;
	height: 10px;
}

.catalog-detail-image {
	margin-bottom: 20px;
}

.catalog-detail-image .catalog-detail-image__main {
	margin: 0;
}

.row .catalog-detail-buttons {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	margin-bottom: 20px;
}

.catalog-detail-actions .btn {
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #fff;
}

.catalog-detail-actions .btn_black {
	border: none;
	border-radius: 4px;
}

.catalog-detail-actions .btn_black:hover {
	background: #f58319;
	color: #fff;
}

.catalog-detail-stock-message {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
}

.icon-wrapper {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #ffcd11;
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon-wrapper.green {
	background: #2ac503;
}

.icon-wrapper .catalog-detail-inStock__icon {
	width: 24px;
	height: 24px;
	margin: 0;
}

.catalog-detail-inStock__value {
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #333;
	margin-left: 13px;
}

.wide .catalog-detail-tabs {
	padding-top: 0;
}

.nav-item {
	margin-top: 5px;
}

.catalog-detail-tabs .nav-tabs .nav-link.active {
	color: #333;
}

@media (min-width: 768px) {
	.catalog-detail {
		padding: 3rem 0;
	}

	.catalog-detail-image-wrapper {
		display: flex;
		max-height: 530px;
	}

	.item-slider-wrapper-mobile {
		display: none;
	}

	.item-slider-wrapper {
		display: flex;
		flex-direction: column;
		max-width: 150px;
		margin-right: 30px;
	}

	.item-slider-wrapper .auto-height-slide {
		height: auto !important;
	}


	.slider-controls-up {
		margin-bottom: 4px;
	}

	.slider-controls-down {
		margin-top: 4px;
	}

	.arrow-up, .arrow-down {
		width: 16px;
		height: 16px;
		margin: 0 auto;
		background-repeat: no-repeat;
		background-size: cover;
		background-image: url("/local/templates/drilltech/img/slider-arrow.png");
	}

	.arrow-up {
		transform: rotateX(180deg);
	}

	.catalog-detail-image {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 70%;
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.row .catalog-detail-buttons {
		width: 50%;
	}

	.catalog-detail-stock-message {
		justify-content: flex-start;
	}

	.catalog-detail-inStock__value {
		width: 75%;
		margin-left: 0;
	}
}

@media (min-width: 1200px) {
	.container.wide {
		max-width: 1250px;
	}

	.row .catalog-detail-buttons {
		width: 33.33333%;
	}
}

@media screen and (min-width: 1400px) {
	.container.wide {
		max-width: 1440px;
	}
}

/* brand-link */

.brand-link {
	box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.2);
	transition: ease all 300ms;
	padding: 4px 22px;
	border-radius: 10px;
	margin-top: 10px;
}

.brand-link:hover {
	box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.2);
	transition: box-shadow .3s ease-in-out;
}

.brand-link__wrap {
	display: flex;
	align-items: center;
}

.brand-link__link {
	margin-left: 25px;
}

.brand-link__link a {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #F58319;
	text-decoration: none;
}

/* brand-link end */

.catalog-detail-info__top-desc {
	font-size: 16px;
}
/* End */


/* Start:/local/templates/drilltech/components/bitrix/form/callback/bitrix/form.result.new/.default/style.css?1779724666868*/
.form_success {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 30px;
    padding: 0 40px;
}
.form_success .form-orange {
    color: #f58319;
    display: block;
}
.b24-form-field-agreement label.active:before, 
.b24-form-field-agreement label.active:before {
    background-image: url(/local/templates/drilltech/css/../img/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}

.captcha-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.captcha-block {
    display: flex;
    gap: 10px;
}

#callback-form-rent .captcha-block,
#drive .captcha-block,
#order .captcha-block {
   flex-direction: column;
}

@media (max-width: 768px) {
    .captcha-block {
        flex-direction: column;
    }

    .captcha-block .inputtext {
        width: 100%;
    }
}

/* End */
/* /local/templates/drilltech/components/bitrix/news.detail/product_detail/style.css?17682247576640 */
/* /local/templates/drilltech/components/bitrix/form/callback/bitrix/form.result.new/.default/style.css?1779724666868 */
