

/* Start:/local/templates/autoprime/css/nprogress.css?17865284831532*/
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* End */


/* Start:/local/templates/autoprime/css/lib.css?17865284834750*/
/*куки окно*/
.old-site-container{
	padding-top: .75rem;
	padding-bottom: .75rem;
	background-color: #fff;
	font-size: .75rem;
	margin-bottom: .75rem;
	box-shadow: 3px 3px 10px #00000050;

}
.close-oldsite{
	cursor: pointer;
	max-width: 15px;
	opacity: .5;
	transition: .3s;
	cursor: pointer;

}
.close-oldsite:hover{
	opacity: 1;
}
.close-oldsite img{
	width: 100%;
	height: auto;
	display: block;
	max-width: 100%;
}

*{
	/*font-family: Arial;*/
	/*font-size: 1.19vw;*/ /*20px шрифт на 1680*/
	/*font-size: 20px;*/
}
.placeholder {
	color: #C4C4C4;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 24px;
	padding-bottom: 10px;
	transition: .3s;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
  not supported by any browser */
}
.input-block input:not([type="checkbox"]), .input-block textarea{				
	background: none;
	border: none;
	outline: none;
	width: 100%;
	color: #233568;
}
input:required + .placeholder:after, textarea:required + .placeholder:after{
	content: " *";
	color: #ff0000;
}
.input-block label {
	display: block;
	margin: 0;
}
.input-block {
	padding-top: 24px;
	padding-bottom: 10px;		
	font-size: 1.1rem;		
	position: relative;
	border-bottom: 1px solid #C4C4C4;
	margin-bottom: 2.5rem;
	transition: .3s;		
}
.input-block input:focus + .placeholder, .input-block textarea:focus + .placeholder, .input-block textarea + .placeholder, .input-block input.focus + .placeholder, .input-block.phone-input input + .placeholder, .input-block.date-input input + .placeholder {
	padding-top: 0;
	font-size: 0.7rem;
	padding-bottom: 0;
	height: auto;
}
.phone-code{
	margin-right: 15px;
	width: 33px;
	position: relative;
	cursor: pointer;
}
.phone-code__list{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	z-index: 100;
}
.phone-code__list .phone-code__item{
	order: 2;
}
.phone-code__list .phone-code__item.active{
	order: 1;
}
.vncode{
	margin-left: 5px;
	display: none;
}
.phone-code__item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	height: 1.65rem;
}
.phone-code__item.active .vncode{
	display: block;
}
.phone-code__list:not(.active) .phone-code__item:not(.active){
	display: none;
}

.phone-input label{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.input-block.active-block{
	border-bottom: 1px solid #60C6F2;
}


form input[type="submit"]{
	/*background: #C16239;
	border-radius: 200px;
	padding: 19px 37px;*/
	/*padding-bottom: 15px;*/
	/*border: none;
	font-size: 0.75rem;
	color: #fff;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	line-height: 1;*/
}
[type="file"]{
	/*display: none;*/
	width: 1px;
	height: 1px;
	opacity: 0;
	display: block;
}
.file-clip{
	margin-right: 1rem;
}
.file-clip img{
	width: 100%;
	height: auto;
	max-width: 16px;
}
.file-input{
	cursor: pointer;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: none!important;
}
.file-input label{
	cursor: pointer;
}
.date-input input{
	background: url(/local/templates/autoprime/css/img/calendar.svg)!important;
	background-position: 100% center!important;
	background-repeat: no-repeat!important;
}

::-webkit-calendar-picker-indicator{
	/*display: none;*/
	background: transparent;
	bottom: 0;
	color: transparent;
	cursor: pointer;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto
}
::-webkit-inner-spin-button{
	display: none;
}

.submit-block input{
	margin: auto;
	display: block;
}

.small-container{
	max-width: 600px;
	margin: auto;
}


/*видео*/

.video-container{
	position: relative;
	padding-bottom: 56%;
	width: 100%;	
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*копирование*/
.head-success-copy.show {
    transform: translate(0,0);
}
.head-success-copy {
    padding: 10px;
    background: #000;
    color: #fff;
    font-weight: 600;
    font-size: .8rem;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: .3s;
    z-index: 1000000000;
    transform: translate(0,-100%);
}

/* End */


/* Start:/local/templates/autoprime/components/bitrix/menu/top-menu/style.css?17865284832*/



/* End */


/* Start:/local/templates/autoprime/components/bitrix/menu/bottom-menu/style.css?17865284832*/



/* End */


/* Start:/local/templates/autoprime/styles.css?17865284831208*/
@media (max-width: 991px) {
	.product__card .product__details .product__btn span {
		font-size: 0.7rem;
	}
}

#ajax-load.loading {
	opacity: 0.8;
	position: relative;
}

#ajax-load.loading::before {
	display: block;
	content: "Зарежда се...";
   color: #fff;
   font-size: 32px;
   text-align: center;
   padding: 32px;
	position: absolute;
	top: -15px;
	left: -15px;
	width: calc(100% + 30px);
	height: calc(100% + 30px);
	backdrop-filter: blur(2px);
	z-index: 15;
	background-color: #00000050;
   border-radius: 32px;
}

.dropdown-option{
	display: flex;
	align-items: center;
}
.dropdown-option.active{
	display: flex !important; 
}
.dropdown-option.active:after {
	content: '';
	width: 12px;
	height: 12px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M7.414 6l4.293-4.293a1 1 0 00-1.414-1.414L6 4.586 1.707.293A1 1 0 10.293 1.707L4.586 6 .293 10.293a1 1 0 101.414 1.414L6 7.414l4.293 4.293a1 1 0 001.414-1.414L7.414 6z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	margin-left: auto;
	display: block;
}
/* End */


/* Start:/local/templates/autoprime/template_styles.css?178714954714857*/
html,body{font-size:1.1111111111vw;padding:0;margin:0;line-height:1.3}*{-webkit-box-sizing:border-box;box-sizing:border-box}:root{--black: #000;--white: #fff}::-webkit-scrollbar{width:.375rem;height:.375rem;-webkit-transition:.3s;transition:.3s}@media(max-width: 64rem){::-webkit-scrollbar{width:.1875rem;height:.1875rem}}::-webkit-scrollbar-track{border-radius:624.9375rem;--tw-bg-opacity: 1;background-color:rgb(242, 242, 242, var(--tw-bg-opacity));-webkit-transition:.3s;transition:.3s}::-webkit-scrollbar-thumb{border-radius:624.9375rem;--tw-bg-opacity: 1;background-color:rgb(204, 206, 210, var(--tw-bg-opacity));-webkit-transition:.3s;transition:.3s}::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(152, 155, 160, var(--tw-bg-opacity))}.dark-style ::-webkit-scrollbar-track{--tw-bg-opacity: 1;background-color:rgb(50, 50, 50, var(--tw-bg-opacity))}.dark-style ::-webkit-scrollbar-thumb{--tw-bg-opacity: 1;background-color:rgb(80, 80, 80, var(--tw-bg-opacity))}.dark-style ::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(114, 114, 114, var(--tw-bg-opacity))}a{text-decoration:none}.page{position:relative}.page header{position:sticky;top:0;left:0;width:100%}.page__catalog .collection__items-wrapper .collection__items-inner{display:grid}.page__catalog .collection__items-wrapper .element--wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.page__catalog .collection__items-wrapper .element--wrapper .product__card{width:100%}.page__catalog .collection-options{display:grid;grid-template-columns:repeat(5, 1fr)}.page__catalog .collection-options .selector__double{grid-column:span 2}.page__catalog .collection-options .filter__button-wrapper{grid-column:span 1/-1}.selector__item .custom-dropdown.disabled{opacity:.5;pointer-events:none;-webkit-filter:grayscale(1);filter:grayscale(1)}.product__card{display:block}.collection__filter-base .filter__base-inner h1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.625rem;margin-bottom:2.25rem;color:var(--color-text);font-weight:700;font-size:2.75rem;line-height:130%;margin-top:0}@media(max-width: 61.9375rem){.collection__filter-base .filter__base-inner h1{font-size:1.5rem}}.product__delivery-terms-title{margin-bottom:1em}.wrapper .about__hero h1,.wrapper .about__hero h2,.wrapper .about__hero h3{margin-bottom:1em}.wrapper .about__hero p{margin-top:0;margin-bottom:1em}.wrapper .about__hero ul,.wrapper .about__hero ol{padding-left:1.5em;margin-bottom:1em}.wrapper .about__hero ul li:not(:last-child),.wrapper .about__hero ol li:not(:last-child){margin-bottom:.5em}.wrapper .about__hero ul{list-style:disc}.wrapper .about__hero ol{list-style:decimal}@media(max-width: 61.9375rem){.header__top-inner{padding-left:1.5rem !important}}.header__logo{width:15rem !important}@media(max-width: 61.9375rem){.header__logo{margin:auto;width:9.3125rem !important}}.footer__logo{text-align:center}.footer__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer__bottom .footer__socials .footer__socials-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem;list-style:none;margin:0;padding:0}.footer__bottom .footer__socials .footer__socials-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:2rem;height:2rem;color:inherit;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.footer__bottom .footer__socials .footer__socials-link svg{width:100%;height:100%;fill:currentColor}.footer__bottom .footer__socials .footer__socials-link:hover{opacity:.7}.mobile-menu-prime{position:relative;color:#fff;width:2rem;height:2rem;cursor:pointer}@media(max-width: 61.9375rem){.mobile-menu-prime{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}}.mobile-menu-prime span{position:absolute;width:100%;height:.125rem;border-radius:.125rem;display:block;top:50%;left:50%;background-color:currentColor;-webkit-transition:.3s;transition:.3s}.mobile-menu-prime span:nth-child(1){translate:-50% calc(-50% - .5rem)}.mobile-menu-prime span:nth-child(2){translate:-50% calc(-50% - 0rem)}.mobile-menu-prime span:nth-child(3){translate:-50% calc(-50% + .5rem)}.mobile-menu-prime:hover{color:var(--color-primary)}.menu-v2{overflow:auto}.menu-v2 .close-menu-v2{position:absolute;top:2.5rem;right:2.5rem;z-index:5;color:#fff;width:2rem;height:2rem;cursor:pointer}.menu-v2 .close-menu-v2 span{position:absolute;width:100%;height:.125rem;border-radius:0;display:block;top:50%;left:50%;background-color:currentColor;-webkit-transition:.3s;transition:.3s}.menu-v2 .close-menu-v2 span:nth-child(1){translate:-50% -50%;rotate:45deg}.menu-v2 .close-menu-v2 span:nth-child(2){translate:-50% -50%;rotate:-45deg}.menu-v2 .close-menu-v2:hover{color:var(--color-primary)}.menu-v2{position:fixed;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(33, 33, 33, 0.85)));background:linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(33, 33, 33, 0.85) 100%);z-index:30000;-webkit-transition:.8s;transition:.8s;opacity:0;translate:0 -12.5rem;pointer-events:none}.menu-v2.active{opacity:1;translate:0 0rem;pointer-events:all;backdrop-filter:blur(0.3125rem)}.menu-v2 .menu-v2__inner{position:absolute;top:0;left:0;width:100%;height:100%;padding:2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}@media(max-width: 61.9375rem){.menu-v2 .menu-v2__inner{padding:1rem}}.menu-v2 .menu-v2__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0;max-width:93.75rem;margin-left:auto;margin-right:auto;width:100%}.menu-v2 .menu-v2__menu a{font-size:1.5rem;color:#fff;display:block;line-height:1.25;min-height:2em}@media(max-width: 61.9375rem){.menu-v2 .menu-v2__menu a{font-size:1rem}}.menu-v2 .menu-v2__menu a.mb32{margin-bottom:2rem}.menu-v2 .menu-v2__menu a.mt32{margin-top:2rem}.menu-v2 .menu-v2__menu a{-webkit-transition:translate .5s ease,color .5s ease;transition:translate .5s ease,color .5s ease}.menu-v2 .menu-v2__menu a:hover{translate:.625rem 0;color:var(--color-primary)}.menu-v2 .menu-v2__menu .title{color:#fff;font-size:1.25rem}@media(max-width: 61.9375rem){.menu-v2 .menu-v2__menu .title{font-size:1rem}}.menu-v2 .menu-v2__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:1rem;max-width:93.75rem;margin-left:auto;margin-right:auto;width:100%;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}@media(max-width: 61.9375rem){.menu-v2 .menu-v2__bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0px;padding-top:2rem;margin-bottom:2rem;border-top:.0625rem solid hsla(0,0%,100%,.5019607843)}}.menu-v2 .menu-v2__bottom .footer__socials-list{margin-top:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.menu-v2 .menu-v2__bottom .footer__socials-list .footer__socials-item{width:2.5rem}.menu-v2 .menu-v2__bottom .footer__socials-list .footer__socials-item svg path,.menu-v2 .menu-v2__bottom .footer__socials-list .footer__socials-item svg circle,.menu-v2 .menu-v2__bottom .footer__socials-list .footer__socials-item svg rect{-webkit-transition:.3s;transition:.3s;-webkit-transition-timing-function:cubic-bezier(0.25, 0.74, 0.22, 0.99);transition-timing-function:cubic-bezier(0.25, 0.74, 0.22, 0.99);will-change:all}.menu-v2 .menu-v2__bottom .footer__socials-list .footer__socials-item svg path[fill],.menu-v2 .menu-v2__bottom .footer__socials-list .footer__socials-item svg circle[fill],.menu-v2 .menu-v2__bottom .footer__socials-list .footer__socials-item svg rect[fill]{fill:currentColor}.menu-v2 .menu-v2__bottom .footer__socials-list .footer__socials-item svg path[stroke],.menu-v2 .menu-v2__bottom .footer__socials-list .footer__socials-item svg circle[stroke],.menu-v2 .menu-v2__bottom .footer__socials-list .footer__socials-item svg rect[stroke]{stroke:currentColor}.menu-v2 .menu-v2__bottom .footer__socials-list .footer__socials-item .footer__socials-link{width:100%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.menu-v2 .menu-v2__bottom .footer__socials-list .footer__socials-item .footer__socials-link svg{display:block;width:100%;height:auto;width:1.5rem}.menu-v2 .menu-v2__bottom a{font-size:1.5rem;color:#fff;display:block;line-height:1.25;min-height:2em}@media(max-width: 61.9375rem){.menu-v2 .menu-v2__bottom a{font-size:1rem}}.menu-v2 .menu-v2__bottom a{-webkit-transition:translate .5s ease,color .5s ease;transition:translate .5s ease,color .5s ease}.menu-v2 .menu-v2__bottom a:hover{translate:.625rem 0;color:var(--color-primary)}.menu-v2 .menu-v2__bottom .title{color:#fff;font-size:1.5rem}@media(max-width: 61.9375rem){.menu-v2 .menu-v2__bottom .title{font-size:1rem}}.menu-v2 .menu-v2__menu a,.menu-v2 .menu-v2__menu .title,.menu-v2 .menu-v2__bottom a,.menu-v2 .menu-v2__bottom .title{-webkit-transform:translateX(-1.25rem);transform:translateX(-1.25rem);-webkit-filter:blur(1.25rem);filter:blur(1.25rem);opacity:0}.menu-v2.active .menu-v2__menu a,.menu-v2.active .menu-v2__menu .title,.menu-v2.active .menu-v2__bottom a,.menu-v2.active .menu-v2__bottom .title{-webkit-animation:menu-v2-item-in .8s ease forwards;animation:menu-v2-item-in .8s ease forwards;-webkit-animation-delay:calc(400ms + 250ms*var(--index));animation-delay:calc(400ms + 250ms*var(--index))}@-webkit-keyframes menu-v2-item-in{from{-webkit-transform:translateX(-1.25rem);transform:translateX(-1.25rem);-webkit-filter:blur(1.25rem);filter:blur(1.25rem);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);-webkit-filter:blur(0);filter:blur(0);opacity:1}}@keyframes menu-v2-item-in{from{-webkit-transform:translateX(-1.25rem);transform:translateX(-1.25rem);-webkit-filter:blur(1.25rem);filter:blur(1.25rem);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);-webkit-filter:blur(0);filter:blur(0);opacity:1}}@media(prefers-reduced-motion: reduce){.menu-v2 .menu-v2__menu a,.menu-v2 .menu-v2__menu .title,.menu-v2 .menu-v2__bottom a,.menu-v2 .menu-v2__bottom .title{-webkit-animation:none !important;animation:none !important;-webkit-transform:none;transform:none;-webkit-filter:none;filter:none;opacity:1}.menu-v2 .menu-v2__menu a,.menu-v2 .menu-v2__bottom a{-webkit-transition:none;transition:none}}.floating-socials{position:fixed;top:50%;right:0;translate:0 -50%;z-index:300}.floating-socials .footer__socials-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}.floating-socials .footer__socials-list .footer__socials-item a{width:3.125rem;height:3.125rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#222}.floating-socials .footer__socials-list .footer__socials-item a svg path,.floating-socials .footer__socials-list .footer__socials-item a svg circle,.floating-socials .footer__socials-list .footer__socials-item a svg rect{-webkit-transition:.3s;transition:.3s;-webkit-transition-timing-function:cubic-bezier(0.25, 0.74, 0.22, 0.99);transition-timing-function:cubic-bezier(0.25, 0.74, 0.22, 0.99);will-change:all}.floating-socials .footer__socials-list .footer__socials-item a svg path[fill],.floating-socials .footer__socials-list .footer__socials-item a svg circle[fill],.floating-socials .footer__socials-list .footer__socials-item a svg rect[fill]{fill:currentColor}.floating-socials .footer__socials-list .footer__socials-item a svg path[stroke],.floating-socials .footer__socials-list .footer__socials-item a svg circle[stroke],.floating-socials .footer__socials-list .footer__socials-item a svg rect[stroke]{stroke:currentColor}.floating-socials .footer__socials-list .footer__socials-item a{color:#fff}.floating-socials .footer__socials-list .footer__socials-item a svg{width:1.5rem;height:auto;display:block}.floating-socials .footer__socials-list .footer__socials-item a:hover{color:var(--color-primary)}.floating-socials .floating-socials-phone{margin-top:1rem;width:3.125rem;height:3.125rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#222}.floating-socials .floating-socials-phone svg path,.floating-socials .floating-socials-phone svg circle,.floating-socials .floating-socials-phone svg rect{-webkit-transition:.3s;transition:.3s;-webkit-transition-timing-function:cubic-bezier(0.25, 0.74, 0.22, 0.99);transition-timing-function:cubic-bezier(0.25, 0.74, 0.22, 0.99);will-change:all}.floating-socials .floating-socials-phone svg path[fill],.floating-socials .floating-socials-phone svg circle[fill],.floating-socials .floating-socials-phone svg rect[fill]{fill:currentColor}.floating-socials .floating-socials-phone svg path[stroke],.floating-socials .floating-socials-phone svg circle[stroke],.floating-socials .floating-socials-phone svg rect[stroke]{stroke:currentColor}.floating-socials .floating-socials-phone{color:#fff;display:none}@media(max-width: 61.9375rem){.floating-socials .floating-socials-phone{display:-webkit-box;display:-ms-flexbox;display:flex}}.floating-socials .floating-socials-phone svg{width:1.5rem;height:auto;display:block}.floating-socials .floating-socials-phone:hover{color:var(--color-primary)}.footer-wrapper{position:relative}.footer-wrapper .animate-bg{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;background:rgba(0,0,0,.231372549);z-index:1}.footer-wrapper .animate-bg{position:absolute;inset:0;overflow:hidden;z-index:0;pointer-events:none}.footer-wrapper #footer-particles{display:block;width:100%;height:100%}.footer-wrapper .footer{position:relative;z-index:10;background:rgba(0,0,0,0)}/*# sourceMappingURL=template_styles.css.map */
/* End */
/* /local/templates/autoprime/css/nprogress.css?17865284831532 */
/* /local/templates/autoprime/css/lib.css?17865284834750 */
/* /local/templates/autoprime/components/bitrix/menu/top-menu/style.css?17865284832 */
/* /local/templates/autoprime/components/bitrix/menu/bottom-menu/style.css?17865284832 */
/* /local/templates/autoprime/styles.css?17865284831208 */
/* /local/templates/autoprime/template_styles.css?178714954714857 */
