

/* Start:/bitrix/templates/antika/css/form.css?17845323797508*/
:root {
--fsize:32px;
--green:#289103;
--red:#ff0000;
--white:#fff;
--gray:#BDBDBD;
--black:#1E1E1E;
--radius:0.833rem;
}

@media (max-width:1680px) {

:root {
--fsize:28px;
}

}

@media (max-width:1440px) {

:root {
--fsize:18px;
}

}

.bustlers-form {
background: transparent;
padding: 0;
border-radius: 0;
position: relative;
}

.bustlers-form_wbg {
background: none;
}

.bustlers-form__form-group {
position: relative;
margin-bottom: 1.389rem;
}

.bustlers-form__form-group_aph label {
position: absolute;
top: 0.944rem;
left: 0.556rem;
font-size: 0.889rem;
transition: all 0.2s ease;
pointer-events: none;
}

.success-animation {
background: var(--green);
}

.bustlers-form__form-group_aph input:focus + label,
.bustlers-form__form-group_aph input:hover + label,
.bustlers-form__form-group_aph input:not(:placeholder-shown) + label,
.bustlers-form__form-group_aph select:focus + label,
.bustlers-form__form-group_aph select:not(:placeholder-shown) + label,
.bustlers-form__form-group_aph textarea:focus + label,
.bustlers-form__form-group_aph textarea:hover + label {
top: 0.333rem;
left: 0.556rem;
font-size: 0.556rem;
color: #8B8B8B;
}

.error {
color: rgba(244,34,34,1);
transition: opacity 0.3s ease;
}

.bustlers-form input[type="text"], .bustlers-form input[type="tel"], .bustlers-form input[type="date"], .bustlers-form input[type="email"],  .bustlers-form select, .bustlers-form textarea {
height: 2.778rem;
background: #fff;
padding: 0 0.556rem;
width: calc(100% - 1.111rem);
border: 1px solid rgba(190, 163, 134, 0.3);
border-radius: 4px;
font-size: 1rem;
line-height: 0.5;
transition: all 0.3s ease;
}
.bustlers-form input[type="text"]:focus, .bustlers-form input[type="tel"]:focus, .bustlers-form input[type="date"]:focus, .bustlers-form input[type="email"]:focus,  .bustlers-form select:focus, .bustlers-form textarea:focus {
  outline: none;
  border-color: #BEA386;
  box-shadow: 0 0 0 3px rgba(190, 163, 134, 0.1);
}

.bustlers-form select, .bustlers-form textarea {
height: 5rem;
padding-top: 1rem;
}

.error-container input[type="text"], .error-container input[type="tel"], .error-containerinput[type="date"], .error-container input[type="email"], .error-container select {
transition: 300ms;
background: rgba(255, 0, 0, 0.2);
border: 1px solid rgba(255, 0, 0, 0.6);
}

.bustlers-form select {
width:100%;
}

.bustlers-form button[type="submit"] {
background: rgba(190, 163, 134, 1);
color: #fff;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
display: block;
padding: 15px 30px;
border-radius: 50px;
border: none;
text-decoration: none;
white-space: nowrap;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
box-shadow: 0 4px 15px rgba(190, 163, 134, 0.3);
}

.bustlers-form button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(190, 163, 134, 0.4);
}

.bustlers-form__radio-group {
display: flex;
flex-wrap: wrap;
}

.bustlers-form__radio-group .error {
width: 100%;
}

.bustlers-form__radio-input {
display: none;
}

.bustlers-form__radio-group-label {
font-size: 0.889rem;
margin-bottom: 0.222rem;
display: block;
}

.bustlers-form__radio-group-label-2 {
display: block;
width: 100%;
margin-bottom: 0.5rem;
}

.bustlers-form__radio {
margin-right: 0.889rem;
}

.bustlers-form__radio-label {
  display: flex;
  justify-content: start;
  align-items: center;
  align-content: center;
  gap: 0.333rem;
  font-size: 0.889rem;
  cursor: pointer;
  
}
.bustlers-form__radio-label-button {
  height: 1.1rem;
  width: 1.1rem;
  border: 1px solid rgba(190, 163, 134, 1);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background: #fdfaf7;
  transition: all 0.3s ease;
}
.bustlers-form__radio-label-button:after {
  content: "";
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translate(-50%, -50%) scale(0);
  background-color: rgba(190, 163, 134, 1);
  opacity: 0;
}
.bustlers-form__radio-input:checked + .bustlers-form__radio-label .bustlers-form__radio-label-button:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.bustlers-form__checkbox-group {
display: flex;
flex-wrap: wrap;
}

.bustlers-form__checkbox-group .error {
width: 100%;
}

.bustlers-form__checkbox {
margin-right: 0.333rem;
}

.bustlers-form__checkbox input[type="checkbox"] {
  display: none;
}

.bustlers-form__checkbox label {
  display: inline-block;
  padding: 0.444rem 0.889rem;
  margin-bottom: 0.222rem;
  cursor: pointer;
  border:1px solid var(--gray);
  border-radius: var(--radius);
}

.bustlers-form__checkbox input[type="checkbox"]:checked + label {
  background-color: var(--black);
  color: var(--white);
  border-color: var(--black);
}

.bustlers-form__success {
display: none;
justify-content: center;
align-items: center;
position: absolute;
width: 100%;
height: 100%;
z-index: 2;
top:0;
left: 0;
background: var(--white);
transition: 300ms;
}

.success-animation .bustlers-form__success {
display: flex;
}

.success-checkmark {
	width: 80px;
	
	.check-icon {
		width: 80px;
		height: 80px;
		position: relative;
		border-radius: 50%;
		box-sizing: content-box;
		border: 4px solid #4CAF50;
		
		&::before {
			top: 3px;
			left: -2px;
			width: 30px;
			transform-origin: 100% 50%;
			border-radius: 100px 0 0 100px;
		}
		
		&::after {
			top: 0;
			left: 30px;
			width: 60px;
			transform-origin: 0 50%;
			border-radius: 0 100px 100px 0;
			animation: rotate-circle 4.25s ease-in;
		}
		
		&::before, &::after {
			content: '';
			height: 100px;
			position: absolute;
			background: #FFFFFF;
			transform: rotate(-45deg);
		}
		
		.icon-line {
			height: 5px;
			background-color: #4CAF50;
			display: block;
			border-radius: 2px;
			position: absolute;
			z-index: 10;
			
			&.line-tip {
				top: 46px;
				left: 14px;
				width: 25px;
				transform: rotate(45deg);
				animation: icon-line-tip 0.75s;
			}
			
			&.line-long {
				top: 38px;
				right: 8px;
				width: 47px;
				transform: rotate(-45deg);
				animation: icon-line-long 0.75s;
			}
		}
		
		.icon-circle {
			top: -4px;
			left: -4px;
			z-index: 10;
			width: 80px;
			height: 80px;
			border-radius: 50%;
			position: absolute;
			box-sizing: content-box;
			border: 4px solid rgba(76, 175, 80, .5);
		}
		
		.icon-fix {
			top: 8px;
			width: 5px;
			left: 26px;
			z-index: 1;
			height: 85px;
			position: absolute;
			transform: rotate(-45deg);
			background-color: #FFFFFF;
		}
	}
}

@keyframes rotate-circle {
	0% {
		transform: rotate(-45deg);
	}
	5% {
		transform: rotate(-45deg);
	}
	12% {
		transform: rotate(-405deg);
	}
	100% {
		transform: rotate(-405deg);
	}
}

@keyframes icon-line-tip {
	0% {
		width: 0;
		left: 1px;
		top: 19px;
	}
	54% {
		width: 0;
		left: 1px;
		top: 19px;
	}
	70% {
		width: 50px;
		left: -8px;
		top: 37px;
	}
	84% {
		width: 17px;
		left: 21px;
		top: 48px;
	}
	100% {
		width: 25px;
		left: 14px;
		top: 45px;
	}
}

@keyframes icon-line-long {
	0% {
		width: 0;
		right: 46px;
		top: 54px;
	}
	65% {
		width: 0;
		right: 46px;
		top: 54px;
	}
	84% {
		width: 55px;
		right: 0px;
		top: 35px;
	}
	100% {
		width: 47px;
		right: 8px;
		top: 38px;
	}
}

.bustlers-form__success-text {
margin-left: 2.222rem;
}

.bustlers-form__success-text-title {
font-weight: 700;
font-size: 3rem;
margin-bottom: 0.167rem;
}

.bustlers-form__success-reset {
text-decoration: underline;
cursor: pointer;
font-size: 1rem;
}
/* End */


/* Start:/bitrix/templates/antika/css/jquery.fancybox.min.css?178453237914143*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-iosfix{height:100%;left:0;overflow:hidden;position:fixed;width:100%}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100%;left:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s,visibility 0s linear .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s,visibility 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;text-align:center;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;height:100%;margin-right:-.25em;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--next{z-index:99995}.fancybox-slide--image{overflow:visible;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px 6px 0}.fancybox-slide--iframe{padding:44px 44px 0}.fancybox-content{background:#fff;display:inline-block;margin:0 0 6px;max-width:100%;overflow:auto;padding:0;padding:24px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;margin:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-drag .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--html .fancybox-content{margin-bottom:6px}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;margin:0;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff;height:calc(100% - 44px);margin-bottom:44px}.fancybox-iframe,.fancybox-video{background:transparent;border:0;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{vertical-align:top}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;cursor:pointer;display:inline-block;height:44px;margin:0;outline:none;padding:10px;transition:color .2s;vertical-align:top;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default}.fancybox-button svg{display:block;overflow:visible;position:relative;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:transparent;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--play svg path,.fancybox-button--share svg path,.fancybox-button--thumbs svg path{fill:currentColor}.fancybox-button--share svg path{stroke-width:1}.fancybox-navigation .fancybox-button{height:38px;opacity:0;padding:6px;position:absolute;top:50%;width:38px}.fancybox-show-nav .fancybox-navigation .fancybox-button{transition:opacity .25s,visibility 0s,color .25s}.fancybox-navigation .fancybox-button:after{content:"";left:-25px;padding:50px;position:absolute;top:-25px}.fancybox-navigation .fancybox-button--arrow_left{left:6px}.fancybox-navigation .fancybox-button--arrow_right{right:6px}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#555;cursor:pointer;height:44px;margin:0;padding:6px;position:absolute;right:0;top:0;width:44px;z-index:10}.fancybox-close-small svg{fill:transparent;opacity:.8;stroke:currentColor;stroke-width:1.5;transition:stroke .1s}.fancybox-close-small:focus{outline:none}.fancybox-close-small:hover svg{opacity:1}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small,.fancybox-slide--video .fancybox-close-small{color:#ccc;padding:5px;right:-12px;top:-44px}.fancybox-slide--iframe .fancybox-close-small:hover svg,.fancybox-slide--image .fancybox-close-small:hover svg,.fancybox-slide--video .fancybox-close-small:hover svg{background:transparent;color:#fff}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption{bottom:0;color:#fff;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-25px;z-index:-1}.fancybox-caption:after{border-bottom:1px solid hsla(0,0%,100%,.3);content:"";display:block;left:44px;position:absolute;right:44px;top:0}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;border:6px solid hsla(0,0%,39%,.5);border-radius:100%;border-top-color:#fff;height:60px;left:50%;margin:-30px 0 0 -30px;opacity:.6;padding:0;position:absolute;top:50%;width:60px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#fff;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li{background-position:50%;background-repeat:no-repeat;background-size:cover}.fancybox-thumbs>ul>li:before{border:4px solid #4ea7f9;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs .fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
/* End */


/* Start:/bitrix/templates/antika/css/owl.carousel.css?17845323794389*/
/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: none;
        touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/bitrix/templates/antika/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/bitrix/templates/antika/css/owl.theme.default.css?17845323791380*/
/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/* End */


/* Start:/bitrix/templates/antika/css/jquery.formstyler.css?17845323792175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/bitrix/templates/antika/css/jquery.formstyler.theme.css?178453237910227*/
.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 2px solid #B19572;
	cursor: pointer;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 8px;
	height: 4px;
	margin: 3px 0 0 3px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.jq-radio {
	border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-selectbox__select:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/bitrix/templates/antika/components/bitrix/menu/template1/style.min.css?1784532379490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/antika/components/bitrix/menu/template1/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/antika/components/bitrix/menu/footer-menu/style.min.css?1784532379490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/antika/components/bitrix/menu/footer-menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/antika/styles.css?178453237969615*/
html, body {
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0 !important;
  /* Ultimate Horizontal Scroll Prevention */
  overflow-x: hidden;
  max-width: 100vw;
}

a img {
  border: 0 none;
  outline: medium none;
}
a {
  color: #333;
  outline: medium none;
}
a:hover {
  text-decoration: none;
  color: rgb(153, 102, 51);
}
p, form, div, ul, li, ol, h1, h2, h3, h4, body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  font-family: 'Cuprum', sans-serif;
}

.wrap_logo img {
  image-rendering: optimizeSpeed;             /* Legal fallback */
  image-rendering: -moz-crisp-edges;          /* Firefox        */
  image-rendering: -o-crisp-edges;            /* Opera          */
  image-rendering: -webkit-optimize-contrast; /* Safari         */
  image-rendering: optimize-contrast;         /* CSS3 Proposed  */
  image-rendering: crisp-edges;               /* CSS4 Proposed  */
  image-rendering: pixelated;                 /* CSS4 Proposed  */
  -ms-interpolation-mode: nearest-neighbor;   /* IE8+           */
}

button, 
button:active, 
button:focus {
    outline: none !important;
    border-style: none;
}

.header__sticky {
    background: #FFFFFF;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.16);
    padding: 20px;
    width: 340px;
    position: fixed;
    bottom: 80px;
    right:20px;
    cursor: pointer;
    transition: 300ms;
    z-index: 6;
}

.header__sticky:hover {
    opacity: 0.8;
}

.header__sticky-head {
    display: flex;
}

.header__sticky-close {
    width: 17px;
    height: 17px;
    background: url(/img/form-close.svg) no-repeat;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.header__sticky-head-photo {
    width: 48px;
    height: 48px;
    background: url('/img/antika-manager.jpg');
    background-size: contain;
    margin-right: 10px;
}

.header__sticky-head-title {
    margin-top: 6px;
    width: calc(100% - 58px);
    padding-bottom: 8px;
}

.header__sticky-head-title-name {
    font-family: 'PT Serif';
    font-weight: 700;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    line-height: 20px;
}

.header__sticky-head-title-role {
    font-family: 'PT Sans Caption';
    font-size: 13px;
    color: #6B6B6B;
    letter-spacing: 0;
    line-height: 20px;
}

.header__sticky-head-text {
    font-family: 'PT Sans Caption';
    font-size: 14px;
    color: #6B6B6B;
    letter-spacing: 0;
    line-height: 22px;
}

.header__sticky-head-text-call {
    border-bottom: 1px solid #6B6B6B;
    cursor: pointer;
}

.header__sticky-head-text-wa {
    color: #25D366;
}

.header__sticky-head-text-tg {
    color: #0088CC;
}

.header__sticky_close .header__sticky-head-title-name, .header__sticky_close .header__sticky-head-title-role, .header__sticky_close .header__sticky-head-text {
    font-size: 0px;
}

.header__sticky_close .header__sticky-head-text, .header__sticky_close .header__sticky-close {
    display: none;
}

.header__sticky_close .header__sticky-head-title {
    margin-top: 0;
    padding-bottom: 0;
}

.header__sticky_close .header__sticky-head-photo {
    margin-right: 0;
}

.header__sticky_close .header__sticky-click {
    width: 50px;
    height: 50px;
    position: absolute;
    top:0px;
    left: 0px;
}

.header__sticky_close {
    width: auto;
    height: auto;
    padding: 2px;
    border-radius: 24px;
    overflow: hidden;
}

#upbutton {
  background: url("/img/up22.svg") no-repeat top left;
  height: 52px;
  width: 52px;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 999;
}

.spd_k {display:none;}

input, textarea {font-family: Arial, Helvetica, sans-serif;font-size:14px;}

h1 {font-size:23px;text-transform:uppercase;font-weight:bold;margin-bottom:30px;}

.width_wrap {max-width:1260px;margin:0 auto;padding:0 10px;min-width:300px;}

.cond_text a {color: rgb(153, 102, 51);}

.header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  gap: 20px;
  box-sizing: border-box;
}

.header__logo {
  flex-shrink: 0;
}

.header__logo img {
  max-width: 150px;
  height: auto;
  transition: transform 0.3s ease;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header__mobile-controls {
  display: flex;
  align-items: center;
  gap: 15px; /* Spacing between search and hamburger if both visible */
}

.header__nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: center; /* Center the menu Awwwards style */
  flex: 1;
}

.header__hamburger {
  display: none;
  background: none;
  border: none;
  width: 30px;
  height: 24px;
  position: relative;
  cursor: pointer;
  z-index: 1001;
  padding: 0;
}

.header__hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.header__hamburger span:nth-child(1) { top: 0px; }
.header__hamburger span:nth-child(2) { top: 10px; }
.header__hamburger span:nth-child(3) { top: 20px; }
.header__hamburger.is-active span:nth-child(1) { top: 10px; transform: rotate(135deg); }
.header__hamburger.is-active span:nth-child(2) { opacity: 0; left: -60px; }
.header__hamburger.is-active span:nth-child(3) { top: 10px; transform: rotate(-135deg); }

.header__menu ul {
  display: flex;
  gap: 30px;
  list-style: none;
}

.header__menu a {
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s;
}

.header__menu a:hover {
  color: rgb(153, 102, 51);
}

.header__controls {
  display: flex;
  align-items: center;
  gap: 30px;
  /* Awwwards touch: Elegant visual separator for contacts */
  padding-left: 30px;
  border-left: 1px solid rgba(190, 163, 134, 0.2);
  margin-left: 30px;
}

.header__search {
  position: relative;
}

.search-trigger-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.05); /* very soft border */
  background: #fdfaf7 url(/img/search-icon.svg) no-repeat center;
  background-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}

.search-trigger-btn:hover {
  background-color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(190, 163, 134, 0.15);
  border-color: rgba(190, 163, 134, 0.3);
}

.header__contacts {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header__tels {
  display: flex;
  flex-direction: column;
}

.header__tel {
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.2;
  transition: color 0.3s ease;
}
.header__tel:hover {
  color: rgba(190, 163, 134, 1);
}

.header__tel_mob {
  font-size: 15px;
  color: #888;
  margin-top: 2px;
}

.header__btn {
  background: rgba(190, 163, 134, 1);
  color: #fff;
  font-family: 'Cuprum', sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding: 12px 24px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  transition: 0.3s ease;
  white-space: nowrap;
}

.header__btn:hover {
  background: #9c8266;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(190, 163, 134, 0.4);
}

.header__social {
  display: flex;
  gap: 10px;
}

.header__social-item img {
  width: 24px;
  height: 24px;
  transition: 0.3s ease;
}

.header__social-item:hover img {
  transform: scale(1.1);
}

.bx_catalog_line_img {
width: 260px;
height: 260px;
background-size: contain;
display: block;
background-repeat: no-repeat;
background-position: center center;
}

.left {float:left;}
.right {float:right;}

.slogan {color:#B19572;font-size:14px;padding:15px 0 0 10px;}

.menu {width:46%;padding:15px 0 0;}
.menu ul li {list-style-type:none;float:left;padding-left:5%;}
.menu ul li a {font-family:'Cuprum', sans-serif;text-decoration:none;font-size:20px;font-weight:bold;text-transform:uppercase;white-space:nowrap;}

.content {margin:30px 0;}
.ccc {clear:both;height:30px;}

.contacts {clear:both;padding:50px 0 0;}
.cont_form {background:#faf8f5 !important;}
.cont_form .alx_feed_back form {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.cont_form .alx_feed_back .afbf_item_pole {margin: 0px 0px 15px 0;}
.cont_form .alx_feed_back .afbf_item_pole:nth-child(3), .cont_form .alx_feed_back .afbf_item_pole:nth-child(4) {
width: calc(50% - 10px);
}
.cont_form .alx_feed_back .afbf_item_pole:nth-child(5) {width: 100%;}
.cont_form .alx_feed_back .afbf_pole_captcha {margin: 0px;}
.cont_form .alx_feed_back .afbf_submit_block {margin: 0px; text-align: center !important; width: 100%;}

.catalog_menu {
  list-style-type: none;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.02);
  padding: 10px 0;
  margin-bottom: 30px;
}
.catalog_menu li {
  list-style-type: none;
  position: relative;
}
.catalog_menu li a {
  display: block;
  padding: 12px 20px;
  font-family: 'Cuprum', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #444;
  text-decoration: none;
  text-transform: none; /* Убран грубый капс */
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  border-left: 3px solid transparent; /* Подготовка для ховера */
}
.catalog_menu li a:hover {
  background: rgba(190, 163, 134, 0.05); /* Легкий фон вместо глухого серого */
  color: rgba(190, 163, 134, 1);
  padding-left: 25px; /* Элегантный сдвиг вправо на hover */
  border-left-color: rgba(190, 163, 134, 1);
}
.catalog_menu li a.selected {
  font-weight: bold;
  color: #111;
  background: rgba(190, 163, 134, 0.08); /* Чуть более заметная подложка */
  border-left-color: rgba(190, 163, 134, 1);
  padding-left: 20px; /* Активный пункт не сдвигается */
}
.catalog_menu > li {
  border-bottom: 1px solid rgba(0,0,0,0.03); /* Тончайший разделитель */
}
.catalog_menu > li:last-child {
  border-bottom: none;
}
/* Пункт "Меню" для мобилок */
.catalog_menu > li:first-child.first_mobile {
  font-weight: 700;
  color: #111;
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.catalog_menu ul {display:none;}

.slider_main {
  height: 550px; 
  margin: 0;
}
.sl-item-main {
  height: 550px;
  position: relative;
  display: flex !important;
  align-items: center;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
}
.sl-item-main::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.1) 100%);
  z-index: 1;
}

.sl-item-main .width_wrap {
  position: relative;
  z-index: 2;
  width: 100%;
}

.inner-main-slider {
  color: #fff;
  padding: 0;
  width: 60%;
  max-width: 700px;
}
.main-slider-title {
  font-family: 'Cuprum', sans-serif;
  font-size: 56px;
  line-height: 1.15;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: none; /* Removed uppercase for premium look */
}
.main-slider-text {
  font-size: 18px;
  line-height: 1.5;
  padding: 0 0 30px 0;
  opacity: 0.95;
}
.inner-main-slider .big_but {
  white-space: nowrap;
  padding: 16px 36px;
  display: inline-block;
  width: auto;
  border-radius: 50px;
  transition: all 0.3s ease;
  background: rgba(190, 163, 134, 1);
  box-shadow: 0 4px 15px rgba(190, 163, 134, 0.4);
}
.inner-main-slider .big_but:hover {
  opacity: 1;
  background: #9c8266;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(190, 163, 134, 0.6);
}

.big_but:hover {opacity:0.8; color:#fff;}

.main-slider-wrap {position:relative;}

.slider_main .owl-nav,
.owl-nav111, .owl-nav222 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  pointer-events: none;
  z-index: 3;
  max-width: 100%;
  box-sizing: border-box;
}

.slider_main .owl-nav button,
.owl-nav111 button, .owl-nav222 button {
  pointer-events: auto;
  border: 0 none;
  padding: 0 !important;
  cursor: pointer;
  margin-top: 0;
  width: 56px;
  height: 56px;
  background: transparent !important;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.4) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: transparent !important; /* hide default text */
  font-size: 0 !important;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
  position: relative;
}

.slider_main .owl-nav button {
  margin: 0 40px;
}

.owl-nav111 button, .owl-nav222 button {
  position: absolute;
}
.owl-nav111 button.owl-prev, .owl-nav222 button.owl-prev { left: 20px; }
.owl-nav111 button.owl-next, .owl-nav222 button.owl-next { right: 20px; }

.slider_main .owl-nav button:hover,
.owl-nav111 button:hover, .owl-nav222 button:hover {
  background: #BEA386 !important;
  border-color: #BEA386 !important;
  transform: scale(1.05);
}

/* Base Arrow Tip */
.slider_main .owl-nav button::after,
.owl-nav111 button::after, .owl-nav222 button::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #BEA386;
  border-right: 1px solid #BEA386;
  position: absolute;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.slider_main .owl-nav button.owl-prev::after,
.owl-nav111 button.owl-prev::after, .owl-nav222 button.owl-prev::after {
  transform: rotate(-135deg);
  margin-left: 2px;
}
.slider_main .owl-nav button.owl-next::after,
.owl-nav111 button.owl-next::after, .owl-nav222 button.owl-next::after {
  transform: rotate(45deg);
  margin-right: 2px;
}

/* Expandable Arrow Line */
.slider_main .owl-nav button::before,
.owl-nav111 button::before, .owl-nav222 button::before {
  content: '';
  width: 0;
  height: 1px;
  /* background: #fff; */
  position: absolute;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}
.slider_main .owl-nav button.owl-prev::before,
.owl-nav111 button.owl-prev::before, .owl-nav222 button.owl-prev::before {
  right: 50%;
  margin-right: -4px;
}
.slider_main .owl-nav button.owl-next::before,
.owl-nav111 button.owl-next::before, .owl-nav222 button.owl-next::before {
  left: 50%;
  margin-left: -4px;
}

/* Hover States (Tip color and slide, line expand) */
.slider_main .owl-nav button:hover::after,
.owl-nav111 button:hover::after, .owl-nav222 button:hover::after {
  border-color: #333;
}
.slider_main .owl-nav button:hover::before,
.owl-nav111 button:hover::before, .owl-nav222 button:hover::before {
  width: 20px;
  opacity: 1;
}

.slider_main .owl-nav button.owl-prev:hover::after,
.owl-nav111 button.owl-prev:hover::after, .owl-nav222 button.owl-prev:hover::after {
  margin-left: -10px;
}
.slider_main .owl-nav button.owl-next:hover::after,
.owl-nav111 button.owl-next:hover::after, .owl-nav222 button.owl-next::after {
  margin-right: -10px;
}

.width_wrap .owl-carousel.slider2 {width:100%;} /* Expanded from 85% */

/* -------------------------------------------
   AWWWARDS STYLE OUR TEAM SLIDER (.slider2)
   ------------------------------------------- */
.slider2 .sl-item {
  display: flex;
  align-items: center;
  gap: 50px;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-sizing: border-box;
}

/* Image styling */
.slider2 .sl-img {
  flex-shrink: 0;
  width: 380px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: none !important;
  /* Added a wrapper for smooth mask / transform */
  position: relative;
  z-index: 10;
}
.slider2 .sl-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.slider2 .sl-item:hover .sl-img img {
  transform: scale(1.03);
}

/* Text Content */
.slider2 .sl-text {
  flex-grow: 1;
}
.slider2 .sl-title {
  font-family: 'Cuprum', sans-serif;
  font-size: 32px;
  color: #BEA386;
  font-weight: bold;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.slider2 .sl-op {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 30px;
  position: relative;
}
.slider2 .sl-op::before {
  content: "—";
  color: #BEA386;
  font-weight: bold;
  margin-right: 10px;
}
.slider2 .sl-fio {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  margin-bottom: 5px;
}
.slider2 .sl-dol {
  font-size: 14px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Modern Dots Pagination */
.slider2 .owl-dots {
  width: 100%;
  text-align: center;
  padding: 20px 0 50px 0;
}
.slider2 .owl-dots button span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #BEA386;
  margin: 0 6px;
  transition: all 0.3s ease;
}
.slider2 .owl-dots button.active span {
  background: #BEA386;
  transform: scale(1.2);
}

/* Custom CSS Arrows for Slider 2 */
.owl-nav222 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 100;
  display: flex !important;
  justify-content: space-between;
}
.slider2 .owl-nav {
  display: none !important; /* Hide native wrapper if any */
}
.owl-nav222 .owl-prev, .owl-nav222 .owl-next {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(190, 163, 134, 0.5) !important;
  border-radius: 50%;
  background: transparent !important;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.owl-nav222 .owl-prev { margin-left: -60px; }
.owl-nav222 .owl-next { margin-right: -60px; }

.owl-nav222 .owl-prev::before, .owl-nav222 .owl-next::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #BEA386 !important;
  border-left: 2px solid #BEA386 !important;
  transition: all 0.3s ease;
}
.owl-nav222 .owl-prev::before {
  transform: rotate(45deg);
  margin-left: 4px;
}
.owl-nav222 .owl-next::before {
  transform: rotate(-135deg);
  margin-right: 4px;
}
.owl-nav222 .owl-prev:hover, .owl-nav222 .owl-next:hover {
  border-color: #BEA386 !important;
  transform: scale(1.1);
}

.left_catalog {
  width: 22%;
}
.right_catalog {width:75%; display: flex; flex-wrap: wrap;
}

.shm img {max-width:100%;}

.width_wrap .constructor_prop .owl-carousel {width:auto;}

.catalog_item {
  width: calc(33.333% - 14px);
  margin: 0 0 20px 0;
  background: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 4px 20px rgba(0,0,0,0.02);
  display: flex;
  flex-direction: column;
}
.catalog_item:hover {
  border-color: rgba(190, 163, 134, 0.4);
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.catalog_item-img-wrap {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fdfdfd; 
}
.catalog_item-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.catalog_item:hover .catalog_item-img {
  transform: scale(1.04);
}
.catalog_item img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.3s;
}

/* SECTION CARDS (.section_item) */
.section_item {
  width: calc(33.333% - 14px);
  margin: 0 0 20px 0;
  background: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 4px 20px rgba(0,0,0,0.02);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  overflow: hidden; /* for image scale */
}
.section_item:hover {
  border-color: rgba(190, 163, 134, 0.4);
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}
.section_item-img-wrap {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  background: #fdfdfd;
}
.section_item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.section_item:hover .section_item-img {
  transform: scale(1.06);
}
.section_item-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  flex-grow: 1;
  position: relative;
  z-index: 2;
  border-top: 1px solid #f5f5f5;
}
.section_item-title {
  font-family: 'Cuprum', serif;
  font-size: 24px;
  color: #111;
  margin: 0 0 10px 0;
  transition: color 0.3s ease;
}
.section_item:hover .section_item-title {
  color: rgba(190, 163, 134, 1);
}
.section_item-link {
  font-size: 13px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}
.section_item-link::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: rgba(190, 163, 134, 1);
  margin: 5px auto 0;
  transition: width 0.4s ease;
}
.section_item:hover .section_item-link {
  color: rgba(190, 163, 134, 1);
}
.section_item:hover .section_item-link::after {
  width: 100%;
}

.catalog_item-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.item_title {
  font-family: 'Cuprum', sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
  line-height: 1.3;
}
.item_title a {
  text-decoration: none;
  color: #111;
  transition: color 0.3s ease;
}
.item_title a:hover {
  color: rgba(190, 163, 134, 1);
}

.item_prev_text {
  font-size: 14px;
  color: #666;
  line-height: 1.45;
  margin-bottom: 8px;
}

.item_size {
  margin: 0 0 15px;
  font-size: 13px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.item-bottom {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid rgba(0,0,0,0.05);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.item_price {
  font-family: 'Cuprum', sans-serif;
  font-size: 26px;
  color: #222;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
  position: relative;
  line-height: 1;
}
.item_price_discount {color: rgba(190, 163, 134, 1);}
.item_price-old {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  text-decoration: line-through;
  position: absolute;
  top: -18px;
  left: 0;
  font-family: Arial, sans-serif;
}

.item_link {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.item_link .item_link-btn {
  background: transparent;
  color: #222;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}
.item_link .item_link-btn::after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 1px;
  background: #222;
  margin-left: 12px;
  transition: width 0.3s ease, background 0.3s ease;
}
.catalog_item:hover .item_link .item_link-btn::after {
  width: 45px;
  background: rgba(190, 163, 134, 1);
}
.catalog_item:hover .item_link .item_link-btn {
  color: rgba(190, 163, 134, 1);
}

.catalog_item-top {
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.catalog_item-wa {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 10;
  flex-shrink: 0;
  margin-left: 15px;
}
.catalog_item-wa:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 15px rgba(0,0,0,0.12);
}
.wa__src {width: 18px; height: 18px; opacity: 0.6; transition: all 0.3s ease;}
.catalog_item-wa:hover .wa__src { filter: grayscale(0); opacity: 1; }

.item_doptext {clear:both;padding:12px 0 0;font-size:13px;font-style:italic;color:#888;height: auto; min-height: 20px;}

.paginator {margin:100px 0 0;text-align:center;font-family:'Cuprum', sans-serif;font-size:16px;}
.paginator .modern-page-current {color:#fff;background:#a89473;}
.paginator a, .paginator span {display:inline-block;border:1px solid #a89473;border-radius:5px;padding:2px 10px;font-weight:normal;margin:0 3px;text-decoration:none;}
.paginator a:hover {color:#333;background:#e3e3e3;}
.select_num {font-family:'Cuprum', sans-serif;font-size:16px;float:right;width:170px;margin-top:-26px;}
.select_num label {float:left;margin:2px 20px 0 0;font-weight:normal;}
.select_num .jq-selectbox__select {box-shadow:none;line-height:1;font-family:'Cuprum', sans-serif;font-size:16px;background:none;border:1px solid #a89473;border-radius:5px;padding:5px 10px;width:50px;height:auto;}
.select_num .jq-selectbox__trigger {border:0 none;width:40px;}
.select_num .jq-selectbox__trigger-arrow {border:0 none;width:100%;height:100%;background:url(/bitrix/templates/antika/images/select_ar.png) center no-repeat;position:relative;top:auto;right:auto;}
.select_num .jq-selectbox__select-text {padding-left:5px;}
.select_num .jq-selectbox__dropdown {background:none;border:1px solid #a89473;border-radius:5px;box-shadow:none;font-family:'Cuprum', sans-serif;font-size:16px;}
.select_num .jq-selectbox__dropdown li {padding-left:16px;}
.select_num .jq-selectbox li.selected, .select_num .jq-selectbox li:hover {background:#e3e3e3;color:#333;}

.catalog-pagination-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin: 100px 0 40px; /* added bottom margin */
  width: 100%;
}
.catalog-pagination-wrap .paginator {
  margin: 0;
  grid-column: 2;
}
.catalog-pagination-wrap .select_num {
  margin-top: 0;
  float: none;
  grid-column: 3;
  justify-self: end;
}
@media (max-width: 900px) {
  .catalog-pagination-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 60px 0 30px;
  }
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
background: rgba(190, 163, 134, 1) !important;
}

.bx-filter.bx-blue .bx-filter-section {background:rgba(242, 242, 242, 1)}

.footer {padding:20px 0;border-top:1px solid rgba(242, 242, 242, 1);clear:both;overflow:hidden;}
.copy {color:#999;text-align:center;padding:25px 0;background:#faf8f5;margin:0;}

/* Awwwards How We Work Grid (Replaced old absolutes) */
.how_work_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
  margin-bottom: 80px;
}
/* The main timeline pipeline (desktop) */
.how_work_grid::before {
  content: '';
  position: absolute;
  top: 75px; /* centers with icon */
  left: 16%;
  right: 16%;
  height: 2px;
  background: rgba(190, 163, 134, 0.3);
  z-index: 1;
}

/* Individual Step Card */
.hw-step {
  background: #fff;
  border-radius: 8px;
  padding: 35px 25px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 2; /* above timeline */
  border: 1px solid rgba(0,0,0, 0.03);
  box-shadow: 0 4px 15px rgba(0,0,0,0.02);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hw-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(190, 163, 134, 0.15);
}

/* Icon Wrap */
.hw-icon-wrap {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #BEA386;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 3;
  transition: transform 0.5s ease;
}
.hw-icon-wrap img {
  max-width: 45px;
  max-height: 45px;
  object-fit: contain;
}
.hw-step:hover .hw-icon-wrap {
  transform: scale(1.1);
  background: #fdfaf7;
}

/* Content */
.hw-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.hw-title {
  font-family: 'Cuprum', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  color: #BEA386;
  font-weight: bold;
  margin: 0 0 15px 0;
  letter-spacing: 0.5px;
}
.hw-text {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 25px;
}

/* Button override */
.hw-btn {
  margin-top: auto;
  display: inline-block;
  padding: 12px 30px;
  background: #BEA386;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(190, 163, 134, 0.4);
}
.hw-btn:hover {
  background: #a38768;
  box-shadow: 0 8px 20px rgba(190, 163, 134, 0.6);
  transform: translateY(-2px);
  color: #fff;
}
.t_b_b .jq-checkbox, .f_check .jq-checkbox {border:0 none;background:url(/bitrix/templates/antika/images/chb2.png) center no-repeat;width:20px;height:20px;}
.t_b_b .jq-checkbox.checked, .f_check .jq-checkbox.checked {background-image:url(/bitrix/templates/antika/images/chb.png);}
.t_b_b .jq-checkbox.checked .jq-checkbox__div, .f_check .jq-checkbox.checked .jq-checkbox__div {display:none;}
.t_b_b .left, .f_check .left {margin:5px 10px 0 0;}

.want_same {margin:35px 0 25px 0; width: 100%;}
.want_same h3 {font-family:'Cuprum', sans-serif;text-transform:uppercase;font-size:23px;margin-bottom:15px;font-weight:bold;}
.want_same .big_but {padding:25px 110px;box-sizing: border-box;width:38%;}

/* BREADCRUMBS (.product-breadcrumb) */
.product-breadcrumb {
  margin-bottom: 25px;
  font-family: 'Cuprum', sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.product-breadcrumb .bx-breadcrumb-item {
  display: inline-block;
  color: #666;
}
.product-breadcrumb .bx-breadcrumb-item a {
  color: rgba(190, 163, 134, 1);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.product-breadcrumb .bx-breadcrumb-item a:hover {
  opacity: 0.7;
}
.product-breadcrumb .bx-breadcrumb-item span:not(a) {
  color: #999;
}
.product-breadcrumb .bx-breadcrumb-item i {
  margin: 0 10px;
  color: #ccc;
  font-style: normal;
}

.item_images {width:45%;text-align:center;}
/* AWWWARDS PRODUCT GALLERY */
.product-gallery {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.product-gallery__main {
  width: 100%;
  background: #fdfdfd;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}
.product-gallery__main img {
  max-width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
  transition: transform 0.5s ease;
}
.product-gallery__main:hover img {
  transform: scale(1.02);
}
.product-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.product-gallery__thumbs a {
  display: block;
  background: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1;
}
.product-gallery__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
.product-gallery__thumbs a:hover img {
  opacity: 0.8;
}

.item_desc {width:52%;}
.item_desc .left {width:60%;}
.item_desc .right {width:38%;}
.item_desc .price {font-size:32px;color:rgba(190, 163, 134, 1);font-family: 'Cuprum', sans-serif;font-weight:bold;margin:0 0 10px 0;}
.text_desc, .not_offer {font-size:13px;color:#939393;margin-bottom:25px;}
.text_desc div {text-transform:uppercase;color:#B0946F;font-weight:bold;margin:0 0 10px 0;}
.item_desc .main_prop {font-size:13px;color:#939393;width:43%;margin-right:1%;}
.main_prop div {text-transform:uppercase;color:#B0946F;font-weight:bold;margin:20px 0 7px 0;}
.item_quest {
  background: rgba(190, 163, 134, 1);
  color: #fff;
  font-family: 'Cuprum', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
  padding: 18px 30px;
  width:100%;
  text-align:center;
  text-transform:uppercase;
  text-decoration:none;
  box-sizing: border-box;
  border-radius: 40px; /* Мягкие углы */
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 4px 15px rgba(190, 163, 134, 0.4);
}

.item_quest:hover {
  color:#fff;
  background: #a38768;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(190, 163, 134, 0.5);
}

.item_properties {
  margin-top: 40px;
}
.item_properties div {
  font-family: 'Cuprum', sans-serif;
  text-transform:uppercase;
  color: #111;
  font-size: 18px;
  font-weight:bold;
  margin:0 0 15px 0;
  letter-spacing: 0.5px;
}
.item_properties tr td {
  font-size:14px;
  color:#555;
  text-align:right;
  padding: 12px 5px;
  border-bottom: 1px solid rgba(0,0,0,0.05); /* Тонкая линия вместо зебры */
}
.item_properties tr td:first-child {
  text-align:left;
  font-weight: 600;
  color: #333;
}
.item_properties tr:last-child td {
  border-bottom: none;
}

.item_recomend h3 {margin:40px 0 25px 0;font-size:20px;}
.item_recomend .catalog_item {width: calc(25% - 15px);}

.block_title {font-family:'Cuprum', sans-serif;font-size:clamp(32px, 5vw, 44px);text-transform:uppercase;text-align:center;padding:50px 0 40px 0;}
.main_items .catalog_item {width: calc(25% - 20px);} 

.big_but {
  background: rgba(190, 163, 134, 1);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 10px 30px;   
  width:15%;
  text-align:center;
  text-transform:uppercase;
  text-decoration:none;
  border:0 none;
  border-radius: 50px;
transition: all 0.3s ease;
background: rgba(190, 163, 134, 1);
box-shadow: 0 4px 15px rgba(190, 163, 134, 0.4);
padding: 16px 36px;
}

.bx-filter .bx-filter-parameters-box-title span, .btn-link {color:#996633} 

.bx-filter.bx-blue .bx-ui-slider-pricebar-v,
.bx-filter.bx-blue .bx-ui-slider-pricebar-vd,
.bx-filter.bx-blue .btn-themes.bx-active, .bx-filter.bx-blue .btn-themes.focus, .bx-filter.bx-blue .btn-themes:active, .bx-filter.bx-blue .btn-themes:focus, .bx-filter.bx-blue .btn-themes:hover,
.bx-filter.bx-blue .btn-themes
 {background:rgba(190, 163, 134, 1); border:0 none}
 
.bx-filter .bx-filter-param-text {font-size:14px;}
.bx-filter .bx-filter-button-box {text-align:center;}

#call_form, #regards_text {display:none;padding:33px 21px 28px 21px;background:#E4E4E4;width:420px;font-family: Arial, Helvetica, sans-serif;}     
#call_form h3, #regards_text h3 {margin:0 0 50px 0;font-family:'Cuprum', sans-serif;font-size:28px;text-transform:uppercase;font-weight:bold;color:#996600;}
#regards_text h3 {margin:0;}
#call_form input[type=text], #call_form textarea {margin:0 0 20px 0;width:100%;padding:0 10px;height:42px;border:1px solid #ccc;box-sizing: border-box;}
#call_form .afbf_submit_block {
text-align: center !important;
}
#call_form .slam-easyform .col-xs-12 {
  width: 100%;
}
#alx_feed_back_FID1 .afbf_feedback_poles .afbf_btn {
text-align: center !important;
}
#call_form label {display:block;font-size:14px;color:#000;margin-bottom:15px;font-weight:bold;}
.conf_form div.f_check {width:9%;padding:5px 0 0;}
.conf_form div {width:90%;font-size:13px;}
.cont_form textarea {margin-bottom:20px;}
#call_form input[type=submit] {width:50%;}
input[type=submit]:hover {opacity:0.8;cursor:pointer;}
.c_b_b {width:30%;}
.c_b_b .big_but {width:100%;}
.t_b_b {width:67%;font-size:14px;}
.t_b_b img {margin-right:10px;}

/* -------------------------------------------
   AWWWARDS STYLE CONTACTS (.contacts)
   ------------------------------------------- */
.c_wrap_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.contact_item {
  background: #fff;
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid rgba(190, 163, 134, 0.15); /* Stronger gold border for SDR contrast */
  box-shadow: 0 6px 20px rgba(0,0,0,0.06); /* Stronger ambient drop shadow */
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.contact_item:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(190, 163, 134, 0.12);
}

.contact_icon {
  width: 50px;
  height: 50px;
  background: #fdfaf7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  transition: transform 0.4s ease, background 0.4s ease;
}
.contact_item:hover .contact_icon {
  transform: scale(1.1);
  background: rgba(190, 163, 134, 0.1);
}

.contact_inner {
  font-size: 18px;
  line-height: 1.5;
  color: #444;
}
.contact_inner a {
  text-decoration: none;
  color: #222;
  transition: color 0.3s ease;
}
.contact_item:hover .contact_inner a {
  color: #BEA386;
}
.contact_inner b {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}
/* Ensure the link wraps cleanly if wrapped inside item */
.contact_item > a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.catalog_menu li.active {background:#faf8f5;border-bottom: 1px solid rgba(190, 163, 134, 0.15);}
.catalog_menu li.active a {color:#000;}
.catalog_menu li ul {border-top: 2px solid #aaa;}

.content img {max-width:100%; height: auto !important;
}

/* -------------------------------------------
   AWWWARDS STYLE CONTACT FORM (.cont_form)
   ------------------------------------------- */
.cont_form label {
  margin-bottom: 15px; /* Give inputs some breathing room */
  font-weight: 400;
  color: #333;
}
.cont_s {width:48%;}
.cont_form input[type=text], .cont_form textarea {
  border: 1px solid rgba(190, 163, 134, 0.3); /* Subtle gold border instead of #ccc */
  padding: 15px; /* Larger hit area */
  width: 100%;
  box-sizing: border-box;
  resize: none;
  background: #fff; /* Off-white warm background */
  border-radius: 4px; /* Soft inputs */
  transition: all 0.3s ease;
  font-family: inherit;
  font-size: 15px;
}
.cont_form input[type=text]:focus, .cont_form textarea:focus {
  outline: none;
  border-color: #BEA386;
  box-shadow: 0 0 0 3px rgba(190, 163, 134, 0.1);
}

.cont_form {
  width: 50%;
  box-sizing: border-box;
  padding: 40px; /* More luxury padding */
  background: #fff; /* White card */
  border-radius: 8px; /* Match contacts cards */
  border: 1px solid rgba(190, 163, 134, 0.15); /* Match strong border */
  box-shadow: 0 6px 20px rgba(0,0,0,0.06); /* Match strong ambient shadow */
}
.cont_form_title {
  color: #BEA386; /* Premium gold */
  font-family: 'Cuprum', sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}

.portfolio-grid {
  column-count: 2;
  column-gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .portfolio-grid {
    column-count: 1;
  }
}

.portfolio-item {
  break-inside: avoid;
  margin-bottom: 30px;
  position: relative;
  -webkit-box-shadow: 6px 3px 15px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 6px 3px 15px 2px rgba(0,0,0,0.3);
  box-shadow: 6px 3px 15px 2px rgba(0,0,0,0.3);
}

.portfolio-item img {
  display: block;
  width: 100%;
  height: auto;
}

.portfolio-item:hover .wrap_port {display:block;cursor:pointer;}
.wrap_port {background:#000;opacity:0.8;position:absolute;top:0;left:0;width:100%;height:100%;display:none;}
.inner_port {color:#fff;position:absolute;bottom:0;left:0;width:100%;font-size:16px;box-sizing: border-box;padding:15px;}
.inner_port iframe {
  max-width: 100%; max-height: 230px !important; position:relative; top: 10px;
}
.inner_port h4 {font-size:21px;margin:0 0 10px;}

.owl-carousel.owl-drag .owl-item {
  opacity: 0;
}

.owl-carousel.owl-drag .owl-item.active {
  opacity: 1;
}

.gray {background:#faf8f5; clear:both;}
/* Testimonials Slider Awwwards Redesign */
.sl-item {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 20px 0;
}
.sl-img {
  width: 42%;
  max-width: 480px;
  margin: 0;
  border-radius: 4px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.08); /* Soft elegant shadow */
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.6s ease;
}
.sl-item:hover .sl-img {
  transform: scale(1.02);
  box-shadow: 0 20px 55px rgba(0,0,0,0.12);
}
.sl-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.sl-text {
  width: 58%;
  padding-right: 40px;
  position: relative;
}
.sl-title {
  font-family: 'Cuprum', sans-serif;
  font-size: 32px;
  color: #222;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 20px 0;
  letter-spacing: 0.5px;
}
.sl-op {
  font-size: 17px;
  line-height: 1.6;
  color: #555;
  position: relative;
  font-style: normal;
}
.sl-op::before {
  content: '“';
  font-size: 80px;
  font-family: Georgia, serif;
  color: rgba(190, 163, 134, 0.2);
  position: absolute;
  top: -30px;
  left: -25px;
  line-height: 1;
  z-index: -1;
}

.slider1 {
  padding-bottom: 60px; /* space for arrows */
}
/* Prevent Owl Carousel from clipping the shadow */
.slider1 .owl-stage-outer {
  padding: 30px;
  margin: -30px;
}

/* Slider Navigation Arrows (Sleek CSS lines) */
.slider1 .owl-nav {
  position: absolute;
  bottom: 0;
  left: calc(42% + 50px);
  display: flex;
  gap: 15px;
  align-items: center;
}
.slider1.owl-carousel .owl-nav button.owl-prev, 
.slider1.owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.1);
  background: transparent;
  position: relative;
  font-size: 0 !important; 
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  margin: 0;
  cursor: pointer;
  color: transparent !important;
}
.slider1.owl-carousel .owl-nav button.owl-prev::before,
.slider1.owl-carousel .owl-nav button.owl-next::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  transition: all 0.4s ease;
}
.slider1.owl-carousel .owl-nav button.owl-prev::before {
  left: 20px;
  transform: translateY(-50%) rotate(-135deg);
}
.slider1.owl-carousel .owl-nav button.owl-next::after {
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.slider1.owl-carousel .owl-nav button.owl-prev:hover,
.slider1.owl-carousel .owl-nav button.owl-next:hover {
  background: #fff;
  border-color: #BEA386;
  box-shadow: 0 4px 15px rgba(190, 163, 134, 0.2);
}
.slider1.owl-carousel .owl-nav button.owl-prev:hover::before {
  border-color: #BEA386;
  left: 17px;
}
.slider1.owl-carousel .owl-nav button.owl-next:hover::after {
  border-color: #BEA386;
  right: 17px;
}

.width_wrap .owl-carousel {width:90%;margin:0 auto;}

.sl-fio {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 5px 0;
  text-transform: uppercase;
  color: #111;
}
.sl-dol {
  font-size: 14px;
  text-transform: uppercase;
  color: #999;
}

.preims {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 0 0 60px 0;
}

.pr-item {
  box-sizing: border-box;
  text-align: center;
  width: calc(25% - 22.5px);
  padding: 40px 25px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0, 0.03);
  box-shadow: 0 4px 15px rgba(0,0,0,0.02);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pr-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(190, 163, 134, 0.15);
}
.pr-item p {
  margin: 25px 0 0;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  color: #444;
  font-weight: normal;
}
.pr-item img {
  border: none;
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08); /* slight float on the image itself */
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  display: block;
}
.pr-item:hover img {
  transform: scale(1.1) rotate(5deg);
}

.first_mobile {display:none;}

blockquote {border-left:9px solid rgba(177, 149, 114, 1);margin-left:0;padding-left:30px;font-size:18px;font-style:italic;}

.sl-nav-wrap {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.sl_itms_count {
  font-family: 'Cuprum', sans-serif;
  font-size: 20px;
  color: #aaa;
  position: static;
  display: flex;
  align-items: center;
  gap: 5px;
}

.sl_itms_count span {font-weight:bold;line-height:1;}
.sl_itms_count .cur_item_sl {color: #BEA386; font-size: 24px;}



.right_catalog-sort {
width: 100%; 
margin-bottom: 20px;
display: flex;
}

.catalog-sort__title {
margin-right: 10px;
}

/* Cleaned up old owl setup lines related to text font sizes */

.slider2 .owl-dots button span {display:inline-block;width:10px;height:10px;border-radius:50%;border:1px solid #aaa;margin:0 5px;}
.slider2 .owl-dots button.active span {background:#B19572}

.left_catalog .jq-checkbox {float:left;}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {margin:-3px 0 0 15px;}
.bx-filter .bx-filter-param-label {display:block;}

.slam-easyform .btn {
color: #fff !important;
background: #bea386 !important;
}

.slam-easyform .row {
display: flex;
flex-wrap: wrap;
}

.slam-easyform .col-xs-12 {
width: calc(50% - 10px);
}

.slam-easyform .row .col-xs-12:nth-child(3) {
width: 100%;
}

.search__block {
position: relative;
margin-left: 20px;
margin-right: 20px;
top:-10px;
}

#search_input {
height: 45px;
background: #F2F2F2;
width: 100%;
max-width: 80%;
padding: 0 10px;
}

#search_content {
max-height: 50vh;
overflow-y: scroll;
max-width: 80%;
position: absolute;
z-index: 5;
margin: 0;
padding: 0 10px;
}

#search_content .text {
display: block;
padding: 10px;
}

.top-search__nofound {
width: 100%;
padding: 10px;
}

.search-page {

}

.search-item {
display: flex;
flex-wrap: wrap;
text-decoration: none;
background: #F1F1F1;
padding: 20px 30px;
border: 1px solid rgba(204, 204, 204, 1);
margin-top: 15px;
}

.search-item__pic {
width: 200px;
}

.search-item__body {
width: calc(100% - 230px);
margin-left: 30px;
}

.search-item__body-title {
font-family: 'Cuprum', sans-serif;
font-size: 18px;
text-transform: uppercase;
font-weight: bold;
margin-bottom: 10px;
}

.search-item__body-text {
font-size: 14px;
opacity: .6;
}

.search-item__body__price {
font-family: 'Cuprum', sans-serif;
font-size: 16px;
font-weight: bold;
margin-top: 10px;
}

@media screen and (max-width: 1280px) {
  .hide_m1280 {display:none;}
  .contact_item {font-size:16px;}
}

@media screen and (max-width: 1240px) {
  .want_same .big_but {padding:2% 10%;}
}

@media screen and (max-width: 1230px) {
  .main_items .catalog_item {width: calc(33.333% - 20px);}
  .menu ul li a {font-size:18px;}
  .head_contacts .right p {font-size:20px;}
  .head_contacts .right a {padding:10px 25px;}
  .head_contacts {width:18%;}
  .contact_item {font-size:15px;}
}   

@media screen and (max-width: 1180px) {
  .menu ul li a {font-size:17px;}
  .menu ul li {padding-left:3%;}
  .menu {width:43%;}
  .head_contacts {width:21%;}
  .contact_item {padding:10px 15px;}  
  .catalog_item {width: calc(50% - 10px);}
  .item_title {font-size:21px;}
  .item_size {font-size:14px;}
}

@media screen and (max-width: 1100px) {
  .header__hamburger { display: block; }
  .header__nav-wrapper {
    position: fixed;
    top: 0;
    right: -10px;
    width: 300px;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 80px 20px 30px 20px;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    z-index: 1000;
    overflow-y: auto;
    /* High Performance Slider */
    visibility: hidden;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s linear;
  }
  .header__nav-wrapper.is-open {
    visibility: visible;
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0s linear;
  }
  .header__menu ul {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding: 0;
  }
  .header__controls {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 30px;
    gap: 20px;
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
  .header__controls .header__search {
    display: none; /* Hide the desktop search trigger in mobile menu */
  }
  .header__contacts { flex-direction: column; align-items: flex-start; gap: 20px; }
  body.no-scroll { overflow: hidden; }

  .item_title, .item_price {font-size:18px;}
  .item_size {font-size:14px;}
  .big_but {width:25%;}
  .left.wrap_logo {float:none;overflow:hidden;width:400px;margin:0 auto;}
  .t_b_b {font-size:11px;}
  .contacts .big_but {padding:10px 15px;}
  .search__block {
  margin-left: 0px;
  margin-right: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .contact_inner.ml {text-indent:-9999px;}
}

@media screen and (max-width: 1000px) {
  .hide1000 {display:none;}
  .want_same .big_but {padding:2% 8%;width:40%}
}

@media screen and (max-width: 980px) {
  /* How we work grid tablet */
  .how_work_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* Contacts grid tablet */
  .c_wrap_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .how_work_grid::before { display: none; } /* Hide horizontal line */
  .main_items .catalog_item {width: calc(50% - 10px);}
  .left.c_b_b {float:none;text-align:center;width:100%;}
  .left.c_b_b input {margin:0 auto 5px auto;width:40%;}
  .right.t_b_b {width:100%;float:none;}
  .slider1 .owl-nav {bottom:0;}
  .sl-item { gap: 30px; }
  .slider1 .owl-nav { left: calc(42% + 30px); }
  .sl-op {font-size:16px;}
  .sl-title {font-size:25px;}
  .sl-fio {font-size:16px;}
  .sl-dol {font-size:12px;}  
  .catalog_item {width: calc(50% - 10px);}
  .right_catalog {width:68%;}
  .left_catalog {width:29%;}
  .bx-filter {min-width:auto;}
  .t_b_b .left {margin:2px 10px 0 0;}
  .select_num {display:none;}
  
  /* Added for awwwards product cards */
  .catalog_item-img { height: 100%; }
  .catalog_item-content { padding: 15px 15px 0px 15px; }
  .item_title { font-size: 18px; height: 45px; }
}

@media screen and (max-width: 930px) {
  .contact_item {font-size:14px;padding:0 10px;height:80px;} 
}

@media screen and (max-width: 880px) {
  .contact_item {font-size:18px;padding:10px 15px; height: auto !important;} 
  .hide_m {display:none;}  
  .want_same .big_but {padding:2% 8%;width:45%}
  .dual_c_wrap, .dual_c_wrap_right {display:block;}
  .dual_c_wrap_right .contact_item {width:auto !important;}
  .contact_inner.ml {text-indent:0;}
}

@media screen and (max-width: 810px) {
  .main_items .catalog_item {width: calc(50% - 10px);}
  .menu ul li a {font-size:17px;}
  .menu ul li {padding-left:4%;}   
  .slider_main {height:400px;}
  .sl-item-main {height:400px;}  
}

@media screen and (max-width: 760px) {
  .map.left {width:100%;float:none;}
  .cont_form.right {float:none;width:100%;clear:both;}
  .cont_form_title {padding:10px 0 0;}
  .search__block {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  }
  
  .search-item {
  padding: 10px;
  }
  
  .search-item__pic {
  width: 60px;
  }
  
  .search-item__body {
  width: calc(100% - 80px);
  margin-left: 20px;
  text-align: left;
  }
  
  #search_input {
  max-width: calc(100% - 20px);
  }
  
  #search_content {
  max-width: calc(100% - 20px);
  }

}

@media screen and (max-width: 740px) {
  .main_items .catalog_item {width: calc(50% - 10px);}
  .big_but {width:30%;}
  .contact_inner.adr {padding-left:30px;}
  .want_same .big_but {padding:3% 8%;width:55%}
  /*.catalog_item {float:none;width:100%;}    */
  .slam-easyform .col-xs-12 {
    width: 100%;
  }

  .catalog_menu, .bx_sitemap {
    width: 100%;
    margin-bottom: 0;
  }

  .catalog_menu > li:first-child.first_mobile {
  border: 1px solid rgba(0, 0, 0, 0.05);
    background: #fdfaf7;
  }
}

@media screen and (max-width: 700px) {
  .menu.left {width:100%;float:none;text-align:center;}
  .menu.left li {float:none;display:inline-block;}
  .right.head_contacts {float:none;}
  .right.head_contacts div, .right.head_contacts p, .right.head_contacts a {display:inline-block;float:none;}
  .head_contacts {width:100%;text-align:center;margin:10px 0 0;}
  .right.head_contacts p {margin:0 15px;}
  .contact_item {font-size:14px;padding:0 10px;height:80px;}
  .catalog_item {width:100%;margin:0 auto 20px auto;float:none;}
  .item_link a {margin:0;}
  .right_catalog {width:60%;}
  .left_catalog {width:38%;}
   .main_items .catalog_item {width: calc(50% - 10px);}
   
  /* Added for awwwards product cards */
  .catalog_item-img { height: 100%; }
}

@media screen and (max-width: 600px) {
  .inner-main-slider .big_but {white-space: normal; width:100%; padding: 14px; box-sizing: border-box; text-align: center; }
  .inner-main-slider {width: 100%; padding: 0;}
  .want_same .big_but {padding:4% 8%;width:60%}
}

@media screen and (max-width: 560px) {
  .preims { flex-wrap: wrap; gap: 20px;}
  .pr-item {width: calc(50% - 10px); margin: 0; padding: 20px 10px;}
  .dual_c_wrap, .dual_c_wrap_right {width:auto;} 
  .c_wrap {display:block;}
  /* Re-adjusting slider widths */
}

@media screen and (max-width: 535px) {
  .want_same .big_but {padding:4% 8%;width:70%}
}

@media screen and (max-width: 500px) {
  .main_items .catalog_item {width: 100%;}
  .big_but {width:50%;}
  .menu ul li a {font-size:16px;}
}

@media screen and (max-width: 480px) {
  .menu ul li a {font-size:14px;}
  .head_contacts a {display:none !important;}  
  .head_contacts .tel {display: block !important;}
  .catalog_menu > li {display:none;}
  .catalog_menu .first_mobile  {display:block;}
  .left.left_catalog {width:100%;float:none;}
  .right_catalog {
    width: 95%;
    float: none;
    margin: 10px auto 0 auto;
  }
  .bx-filter {
  display: none;
  }
  h1 {margin-top:15px}
  .left.item_images {width:100%;margin-bottom:15px;float:none;}
  .right.item_desc {width:100%;float:none;}
  .item_desc > .left {width:100%;float:none;overflow:hidden;margin-bottom:20px;}
  .item_desc > .right  {width:100%;float:none;clear:both;}
  .want_same {text-align:center;}
  .want_same .big_but {width:100%;}
}

@media screen and (max-width: 440px) {
  .pr-item {width: 100%; margin: 0;}  
}

@media screen and (max-width: 400px) {
  .main_items .catalog_item {width:100%;}
  .block_title {font-size:36px;}
  .left.wrap_logo {width:300px;}
  .left.wrap_logo img {width:135px;}
  .slogan {font-size:13px;padding: 8px 0 0 5px;}
  .conf_form div.f_check {width:12%;padding:5px 0 0;}
  .conf_form div {width:87%;font-size:13px;}
  .slider_main .main-slider-title {font-size:35px;}
}

@media screen and (max-width: 360px) { 
  .left.cont_s, .right.cont_s {float:none;width:100%;}
  .left.cont_s {margin-bottom:20px;}
  .cont_form {height:auto;}
  /* Removed old contact adjust */
}

.stone-detail__info-prices-select {
border: 1px solid rgba(204, 204, 204, 1);
height: 36px;
font-size: 15px;
color: #333333;
letter-spacing: 0;
width: 100%;
max-width: 300px;
margin-bottom: 20px;
line-height: 24px;
padding: 0 10px;
position: relative;
background: #F1F1F1 url('/img/select.svg') 95% center no-repeat;
}

.stone-detail__info-prices-select option {
height: 64px;
width: 360px;
font-size: 15px;
color: #333333;
letter-spacing: 0;
line-height: 24px;
padding: 0 20px;
}

.stone-detail__info-prices-list {
padding-top: 40px;
padding-bottom: 40px;
}

.stone-detail__info-prices-list-item {
font-size: 23px;
color: #B0946F;
font-weight: bold;
margin: 0;
display: none;
}

.stone-detail__info-prices-list-item_active {
display: block;
}

.stone-detail__info-prices-list-item span {
font-size: 23px;
color: #B0946F;
margin: 0;
color: #7C7C7C;
letter-spacing: 0;
display: inline-block;
text-decoration: line-through;
margin-right: 16px;
}

.cat-wrap {
display: flex;
flex-wrap: wrap;
}

.footer__menu {
  background: #faf8f5;
  padding-bottom: 60px;
  padding-top: 50px;
}

.footer__menu .wrapper {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 10px;
  min-width: 300px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer__menu-col {
  width: calc(25% - 20px);
}

.footer__menu-title {
  padding-bottom: 15px;
  color: #BEA386;
  font-family: 'Cuprum', sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.footer__menu-block a {
  display: block;
  text-decoration: none;
  color: #555;
  margin-bottom: 10px;
  font-size: 15px;
  transition: all 0.3s ease;
}

.footer__menu-block a:hover {
  color: #BEA386;
  transform: translateX(4px);
}

@media (max-width:990px) {

.footer__menu-col {
width: calc(50% - 20px);
}

.footer__menu-block a {
display: block;
font-size: 12px;
text-decoration: none;
margin-bottom: 5px;
}

}

@media print {
    .header, #panel, .left_catalog, .right_catalog-sort, .item_link, .contacts, #footer, .copy { display: none !important; }
    h1 {
    display: none; width: 100% !important; color: #fff !important;
    }
    
        
    @page :first {
      margin: 0cm; /* Отступы для первой страницы */ 
     }
      
    @page {
      margin: 0; /* margin for each printed piece of paper */
      background: #BEA386 !important;
      -webkit-print-color-adjust: exact !important;
      print-color-adjust: exact !important;
      margin-top: 20px;
    }

    body {
        margin: 0; /* */
    }

    .content {margin: 0 !important;}
    .right_catalog {
    width: 100%;
    padding-top: 0px;
    }
    a[href]:after {
      content: "";
    }
    a:after{
        content: "" !important;
    }
    .header-left-top, .a-right-bottom, .time-right-bottom {
    display: none;
    }
    
    .cat-wrap  {
    display: block;
    }
    
    .catalog_item {
    margin: 0 10px 20px 10px;
    background: #fff !important;
    -webkit-print-color-adjust: exact !important;
    page-break-before: always !important;
    display: inline-block;
    width: calc(33% - 20px);
    height: calc(50vh - 50px);
    page-break-inside: avoid !important;
    }

}

@media screen and (max-width: 768px) {
  /* How we work grid mobile */
  .how_work_grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .how_work_grid::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 49px; /* align center with the 80px icon (left:20px edge roughly depending on padding) */
    width: 2px;
    height: 100%;
    background: rgba(190, 163, 134, 0.3);
    z-index: 1;
  }
  .hw-step {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
    padding: 25px;
    gap: 20px;
  }
  .hw-icon-wrap {
    margin-bottom: 0;
    flex-shrink: 0;
  }
  /* Contacts grid mobile */
  .c_wrap_grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .contact_item {
    padding: 20px 15px;
  }
  .slider_main { height: calc(100svh - 117px); min-height: 500px; }
  .sl-item-main { height: calc(100svh - 117px); min-height: 500px; align-items: flex-end; padding-bottom: 40px; }
  .sl-item-main::before {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 40%, rgba(0,0,0,0.85) 80%, rgba(0,0,0,0.95) 100%);
  }
  .inner-main-slider { width: 100%; padding-right: 70px; } /* Safe zone for floating widget */
  .main-slider-title { font-size: 34px; line-height: 1.2; margin-bottom: 12px; }
  .main-slider-text { font-size: 16px; padding: 0 0 20px 0; }
  .inner-main-slider .big_but { padding: 14px 24px; font-size: 15px; } /* Refined button */
  .slider_main .owl-nav { display: none !important; }
  .owl-nav111, .owl-nav222 { display: none !important; }
}

@media screen and (max-width: 480px) {
  .slider_main { height: calc(100svh - 117px); min-height: 480px; }
  .sl-item-main { height: calc(100svh - 117px); min-height: 480px; align-items: flex-end; padding-bottom: 30px; }
  .inner-main-slider { padding-right: 60px; } /* Adjusted safe zone for smaller screens */
  .main-slider-title { font-size: 28px; margin-bottom: 10px; }
  .main-slider-text { font-size: 15px; padding: 0 0 15px 0; }
  .inner-main-slider .big_but { width: max-content; padding: 14px 28px; } /* Premium auto-width button */
  .sl-item-main::before {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.9) 80%, rgba(0,0,0,1) 100%);
  }
}

.cat-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}  

@media screen and (max-width: 480px) {
  .catalog_item-img { height: 100%; }
  .catalog_item-content { padding: 15px; }
  .item_title { font-size: 18px; height: auto; }
  .item_price { font-size: 20px; }
  .item_link .item_link-btn { font-size: 11px; }
  
  /* added for slider1 testimonials */
  .sl-item { flex-direction: column; gap: 20px; align-items: flex-start; }
  .sl-img, .sl-text { width: 100%; padding-right: 0;}
  .slider1 .owl-nav { position: static; margin-top: 5px;}
  .slider1 { padding-bottom: 30px; }
}

/* 📱 BENTO GRID FOR CATALOG (max-width: 768px) */
@media screen and (max-width: 768px) {
  .right_catalog {  margin-top: 20px !important; }
  .right_catalog .cat-wrap {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important; /* tight bento gap */
    justify-content: space-between;
  }
  .right_catalog .catalog_item,
  .right_catalog .section_item {
    width: calc(50% - 5px) !important; /* Exactly 2 columns */
    margin: 0 0 15px 0 !important;
    float: none !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04) !important;
  }
  .right_catalog .catalog_item-img {
    height: 100% !important;
  }
  .right_catalog .section_item-img-wrap,
  .right_catalog .section_item-img {
    height: 180px !important; /* Optimized image height for 2 columns */
  }
  .right_catalog .catalog_item-content,
  .right_catalog .section_item-content {
    padding: 12px !important;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .right_catalog .item_title,
  .right_catalog .section_item-title {
    font-size: 14px !important;
    margin-bottom: 8px;
    line-height: 1.3;
  }
  .right_catalog .item_price,
  .right_catalog .section_item-price {
    font-size: 15px !important;
    margin-top: auto;
    margin-bottom: 10px;
  }
  .right_catalog .item_link,
  .right_catalog .section_item-link {
    display: flex;
    justify-content: center;
    margin-top: auto;
  }
  .right_catalog .item_link .item_link-btn,
  .right_catalog .section_item-btn {
    width: 100%;
    text-align: center;
    padding: 10px;
    padding-left: 0;;
    font-size: 12px !important;
    border-radius: 8px;
  }
  
  /* Fix flexbox overflow for content inside right_catalog (like .row in faq) */
  .right_catalog > * {
    min-width: 0;
    max-width: 100%;
  }
  .right_catalog img,
  .right_catalog iframe {
    max-width: 100%;
    height: auto;
  }
  .right_catalog .item_prev_text, 
  .right_catalog .item_doptext, 
  .right_catalog .item_size {
    display: none !important; /* Hide secondary info in bento grid */
  }
  .right_catalog .catalog_item-wa {
    display: flex !important;
    width: 32px !important;
    height: 32px !important;
    margin-left: 10px !important;
  }
  .right_catalog .catalog_item-wa .wa__src {
    width: 16px;
    height: 16px;
  }
}
/* -------------------------------------------
   AWWWARDS STYLE TOP FOOTER (.footer__top)
   ------------------------------------------- */
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid rgba(190, 163, 134, 0.2);
}

.footer__logo-block {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__logo-block img {
  width: 150px;
  max-width: 100%;
}
.footer__slogan {
  color: #B19572;
  font-size: 14px;
  line-height: 1.4;
  border-left: 1px solid rgba(190, 163, 134, 0.3);
  padding-left: 20px;
}

.footer__top-menu ul {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.footer__top-menu a {
  font-family: 'Cuprum', sans-serif;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
  transition: all 0.3s ease;
}
.footer__top-menu a:hover {
  color: #BEA386;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.footer__tel {
  font-size: 20px;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__tel:hover {
  color: #BEA386;
}
.footer__callback {
  font-size: 14px;
  color: #555;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.footer__callback:hover {
  color: #BEA386;
  text-decoration: none;
}
.footer__socials {
  display: flex;
  gap: 15px;
  margin-top: 5px;
}
.footer__social-item {
  display: inline-flex;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.footer__social-item:hover {
  transform: translateY(-3px) scale(1.1);
}
.footer__social-item img {
  width: 24px;
  height: 24px;
}
/* --- Mobile Queries for Awwwards Top Footer --- */
@media screen and (max-width: 990px) {
  .footer__top {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    padding: 30px 0;
  }
  .footer__logo-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }
  .footer__logo-block img {
    width: 130px;
  }
  .footer__slogan {
    border-left: none;
    border-top: 1px solid rgba(190, 163, 134, 0.3);
    padding-left: 0;
    padding-top: 15px;
  }
  .footer__top-menu ul {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .footer__contacts {
    align-items: center;
  }
}

/* --- AWWWARDS SPOTLIGHT SEARCH MODAL --- */
.spotlight-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15vh;
}

.spotlight-modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  z-index: 1;
}

.spotlight-modal__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.spotlight-modal__close {
  position: absolute;
  top: -50px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.spotlight-modal__close::before,
.spotlight-modal__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 2px;
  background: #333;
}
.spotlight-modal__close::before { transform: translate(-50%, -50%) rotate(45deg); }
.spotlight-modal__close::after { transform: translate(-50%, -50%) rotate(-45deg); }
.spotlight-modal__close:hover { transform: scale(1.1) rotate(90deg); }

.spotlight-input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(190, 163, 134, 0.3);
  font-family: 'Cuprum', sans-serif;
  font-size: 40px;
  color: #333;
  padding: 15px 0;
  outline: none;
  transition: border-color 0.3s ease;
}
.spotlight-input::placeholder { color: #ccc; }
.spotlight-input:focus { border-bottom-color: #BEA386; }

/* Spotlight Results Container */
#search_content {
  margin-top: 30px;
  max-height: 60vh;
  overflow-y: auto;
  padding-right: 15px; /* for scrollbar */
}
#search_content::-webkit-scrollbar { width: 6px; }
#search_content::-webkit-scrollbar-track { background: transparent; }
#search_content::-webkit-scrollbar-thumb { background: rgba(190, 163, 134, 0.3); border-radius: 4px; }

/* Overriding old ajax search results (.search-item) */
.spotlight-modal .search-item {
  display: flex !important;
  align-items: center;
  gap: 20px;
  background: #fff !important;
  padding: 20px !important;
  border-radius: 12px !important;
  margin-bottom: 20px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
  border: 1px solid rgba(190, 163, 134, 0.1) !important;
  text-decoration: none !important;
  float: none !important;
  width: 100% !important;
  box-sizing: border-box;
}
.spotlight-modal .search-item:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 15px 40px rgba(190, 163, 134, 0.2) !important;
  border-color: rgba(190, 163, 134, 0.4) !important;
}
.spotlight-modal .search-item__pic {
  width: 90px !important;
  height: 90px !important;
  flex-shrink: 0;
  float: none !important;
  margin: 0 !important;
  border: none !important;
}
.spotlight-modal .search-item__pic img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 8px !important;
}
.spotlight-modal .search-item__body {
  float: none !important;
  width: auto !important;
  flex-grow: 1;
}
.spotlight-modal .search-item__body-title {
  font-size: 22px !important;
  color: #333 !important;
  margin-bottom: 10px !important;
  font-weight: bold !important;
  font-family: 'Cuprum', sans-serif;
}
.spotlight-modal .search-item__body-text {
  font-size: 15px !important;
  color: #666 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.spotlight-modal .search-item__body__price {
  font-size: 18px !important;
  color: #BEA386 !important;
  font-weight: bold;
  margin-top: 10px;
}

@media screen and (max-width: 990px) {
  .spotlight-modal { padding-top: 10vh; }
  .spotlight-input { font-size: 28px; padding-right: 50px; }
  .spotlight-modal__close { 
    right: 20px; 
    top: 5px; /* Moved inside the input area to prevent overlap */
  }
}

/* End */
/* /bitrix/templates/antika/css/form.css?17845323797508 */
/* /bitrix/templates/antika/css/jquery.fancybox.min.css?178453237914143 */
/* /bitrix/templates/antika/css/owl.carousel.css?17845323794389 */
/* /bitrix/templates/antika/css/owl.theme.default.css?17845323791380 */
/* /bitrix/templates/antika/css/jquery.formstyler.css?17845323792175 */
/* /bitrix/templates/antika/css/jquery.formstyler.theme.css?178453237910227 */
/* /bitrix/templates/antika/components/bitrix/menu/template1/style.min.css?1784532379490 */
/* /bitrix/templates/antika/components/bitrix/menu/footer-menu/style.min.css?1784532379490 */
/* /bitrix/templates/antika/styles.css?178453237969615 */
