

/* Start:/local/templates/atm/template_styles.css?177395216228929*/
@font-face {
	font-family: 'HeliosCondBold'; 
	src: url('/local/templates/atm/font/helioscondbold.ttf'); 
}

.catalog-panel {
    margin-top: 25px;
}

.sort-fields.custom-sort {
    display: flex;
    padding:0px 10px 0px 40px;
}

.sort-fields .position-sort-name {
    width: 100%;
	max-width: 150px;
    text-align: center;
}

.sort-fields .position-sort-props {
    margin-left: 20px;
    text-align: center;
    min-width: 130px;
    /*margin-right: 8px;*/
}

.sort-fields .position-sort-name.active-sort .arrow-item svg {
    transform: rotate(180deg);
}

.sort-fields .position-sort-props.active-sort .arrow-item svg {
    transform: rotate(180deg);
}

.sort-fields .position-sort-price {
    margin-left: 30px;
    text-align: center;
    min-width: 90px;
   /* margin-right: 8px;*/
}

.sort-fields .position-sort-price.active-sort .arrow-item svg {
    transform: rotate(180deg);
}

.fixed-header-ready {
    z-index: 1250 !important;
}

.inner-page-catalog .catalog-head {justify-content: center;}
.inner-page-catalog .catalog-head .catalog-head__btn {
	width: calc(33.33% - 14px);
	flex: 0 0 calc(33.33% - 14px);
}
.inner-page-catalog .catalog-head .catalog-head__btn:nth-last-child(1) {margin-right: 0px;}
.catalog-no-grid .catalog-item-line-counter-counter-text {flex-direction: row}
.catalog-no-grid .catalog-item-line-counter-counter-text .catalog-item-line-counter-text {margin-top: 0px;}

.main-page-title {
	margin: 0 0 40px 0;
	font-family: Open Sans;
	font-size: 43px;
	font-weight: 700;
	line-height: 54px;
	text-align: center;
	background: #253746;
	color: #FFFFFF;
	padding: 15px 0;
}

@media (max-width: 767px){
	.sort-fields.custom-sort {display: none;}
	.catalog-head {flex-direction: column;}
	.inner-page-catalog .catalog-head .catalog-head__btn {
		margin-right: 0px; 
		width: 100%;
	}
	.inner-page .filter {margin: 0px;}
	.inner-page .filter .smartfilter .filter-body {padding: 0px;}
	.inner-page .filter .smartfilter .filter-body .groupSectionGrid {
		display: flex;
    	flex-direction: column;
	}
	.filter-head-mobile.btn.btn-default {
		background: #253746;
		color: #fff;
	}
	.filter .groupBody .filter-item, .filter .groupBody .filter-item .bx-filter-select-container, .filter .groupBody .filter-item .bx-filter-select-block,.filter .groupBody .filter-item .bx-filter-select-block .bx-filter-select-text {
		width: 100%;
	}
	.filter .groupBody .filter-item {
		margin: 0px;
		padding: 0px;
	}
	.smartfilter .bx-filter-select-arrow {top: calc(45%)}
	.filter .groupBody .bx-filter-block {width: 100%;}
	.filter .filter-item-mobile {
		background: #fff;
		box-shadow: none;
		margin-bottom: 0px;
	}
	.smartfilter .groupBody {min-height: auto;}
	.filterButtonFlex .submitButton,.filterButtonFlex .filter-clear {
		width: auto;
		margin: 0px;
	}
	.filterButtonFlex > div {min-width: auto;}
	.filterButtonFlex .submitButton .submit-filter-form {
		margin: 0px;
		padding: 11px 20px;
		height: auto;
		flex-direction: column;
	}
	.filterButtonFlex {justify-content: space-around;}
	.filter-clear svg {display: none;}
	.bx-filter-block .filter-item-mobile {padding: 0px;}
	.groupWrapper .groupBody {
		padding: 20px 18px;
	}
	.filterButtonFlex .submitButton .submit-filter-form .submit-filter-form > span {margin: 0px;}
	.inner-page .filter .filter-find {display: none;}
	.inner-page .filter .filterButtonFlex {
		padding-bottom: 20px;
		margin: 0px;
		justify-content: space-between;
	}
	.inner-page-catalog .toggle-button {
		margin: 0px;
		width: 100%;
    	justify-content: center;
	}
	.smartfilter .filter-body .groupName .groupNameBox {font-size: 18px;}
	.smartfilter .filter-body .groupWrapper {margin-bottom: 10px;}

	.main-page-title {
		font-size: 22px;
		line-height: 32px;
	}
}


.q-style {
    width: 2em;
    height: auto;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 2px 0;
}

.catalog-tab-body .q-style {
    width: 25px;
	height: 25px;
}
.detail-calegories-list .category-detail-item {width: 100%;}
.category-toggle-button.active:before, .toggle-button-detail.active:before, .category-row-toggle-button.active:before, .row-toggle-button-detail.active:before {bottom: -50px;}
.detail-calegories-list.expanded, .detail-products-table.expanded {margin-top: 75px;}
.view-custom-row {margin-bottom: 30px;}
.view-custom-depth.view-depth-detail__isProducts {margin-top: 45px;}
.js-tabs.container_also .catalog-item-line.catalog-item-line-desktop .more_also_items {width: 20px;}
.js-tabs.container_also .catalog-item-line.catalog-item-line-desktop .catalog-item-line-picture-title {margin-left: 30px;}

.checkbox input[type=checkbox] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}

.checkbox {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 18px;
  font-size: 22px;
  user-select: none;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #D3D6D9;
  background: #E2E5E9;
    border-radius: 3px;
} 

.checkbox input:checked ~ .checkmark {
  background: #C8102E;
}

.checkbox .checkmark:after {
	top: 0;
	width: 5px;
	height: 10px;
	left: 5px;
	color: white;
	font-size: 15px;
	font-weight: 800;
}

.checkbox input:checked ~ .checkmark:after {
 content:'✓';
 position: absolute;
}
@media (max-width: 1540px) {
	/*.view-custom-row .main-block-row {
		overflow-x: auto;
		overflow-y: hidden;
	}*/
}
.breadcrumbs-wrap {flex-wrap: wrap;}
@media (min-width: 768px) and (max-width: 1200px) {
	.view-custom-row .catalog-item-line {width: 100% !important;}
}
.detail-products-table.expanded .js-tabs.container_also .catalog-item-line {margin-bottom: 0px;}
.lead-info-link.slick-active {z-index: 9999999 !important;}
.lead-info-slider {z-index: 99;}
#slick-lead-info .slick-dots {
    bottom: 15% !important;
    right: 10% !important;
}
.filter-item__checkbox {padding: 0px !important;}
.about-inner-group-info p {margin-bottom: 10px;}
@media(min-width: 1980px) {
	.lead-images-slide__picture {
		max-width: 100% !important;
		width: 100%;
	}
}

.iq-catalog-table-flex-container {
    display: flex;
    flex-direction: column;
}
.iq-table-property-wrapper {display: flex;}
.iq-catalog-table-flex-container .catalog-item-line-title__text {margin-bottom: 20px;}
.bx-subscribe small {
	color: #dde6ed;
	margin-top: 10px;
}
.product-before.hidden {display: none;}
.header-active-link {
	background: #c8112f;
}
.filter {
    /* max-width: 1200px; */
    margin-left: auto;
    margin-right: auto;
}
.groupBody {min-height: auto !important;}
.catalog-item-picture-empty, .compare-item-picture-empty, .short-related-item-img-empty {padding: 30px;}
.cart-item.basket-items-list-item-container .cart-item-picture__img {width: 160px;}
.cart-order {
	position: sticky;
    top: 100px;
}
.favorite-item .catalog-item-info-price__new, .short-related-item .short-related-item-price__new {color: #000;}
.product-action-form .product-counter-text--red{margin-left: 30px;}
.catalog-item-line-hoard__item:hover path {fill: #fff}
.catalog-item-line .catalog-item-line-counter-text div {text-align: center;}
@media (min-width: 767px) {
	.catalog-content .catalog-no-grid .catalog-item-line-counter-counter-text {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.catalog-content .catalog-no-grid .catalog-item-line-counter-counter-text .catalog-item-line-counter-text {margin-top: 15px;}
	.catalog-content .сatalog-item-line-container-property {
		justify-content: normal;
		width: 85%;
	}
}
.product-empty-category {
	font-size: 30px;
	margin: 0 auto;
	width: 100%;
	color: #c8112f;
    text-align: center;
    font-weight: 800;
}

.view-depth-detail__title {font-family: 'Helios Cond Bold', Helvetica !important;}
.catalog-item-line-active-button a:hover .svg-heart-outside {fill: #c8102e}
#modal_notice {
	transform: scale(0.9);
}
#modal_notice .modal-section-title.h3-style-font {
	font-family: 'Helios Cond Bold', Helvetica, Arial, sans-serif;
	font-size: 36px;
    line-height: 1.25;
	font-weight: bold;
}
@media (max-width: 767px) {
	.catalog-select-grid.catalog-select-grid-responsive {display: block !important;}
	.catalog-item-line-counter-counter-text .product-counter-text--yellow {display: none;}
	.catalog-item-line.catalog-item-line-mobile .catalog-item-line-container .catalog-item-info {
		flex-direction: column;
        align-items: flex-start;
	}
	.catalog-item-line-container-line-1 {
		display: flex;
		width: 100%;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 10px;
	}
	.catalog-item-line-container-line-1 img {height: 75px;}
	.js-tabs .catalog-item-line-counter-counter-text .catalog-item-line-counter-text {display: none !important;}
	.catalog-item-line-container-line-2 .catalog-item-line-rating .catalog-item-line-title__rating {width: 110px !important;}
	.catalog-item-line-active-button .catalog-item-hoard__item {
		width: 32px !important;
        height: 32px !important;
	}
	.catalog-item-line-hoard__item-favorite svg {
		height: 18px !important;
		width: 18px !important;
	}
	.modal-success-btn {width: 100% !important;}
	body .product .product-action-form .product-counter-text {font-size: 14px !important;}
}
@media (max-width: 500px) {
	.catalog-item-line-container-line-1 img {height: 60px;}
	.catalog-item-line-container-line-2 .catalog-item-line-rating .catalog-item-line-title__rating {width: 90px !important;}
}
.mobile-menu-nav {
	margin-bottom: 60px;
}
.mobile-fixed-icon-menu, .mobile-fixed-icon-men-title {display: none;}
@media (max-width: 767px) {
	.mobile-menu.is-open {z-index: 9999 !important;}
	.header_fixed_mobile {
		position: fixed !important;
		top: 0px;
		width: 100%;
		z-index: 999 !important;
	}
	.mobile-fixed-icon-menu {
		display: block;
		background: #253746;
		position: fixed;
		padding: 10px 0;
		width: 100%;
		bottom: 0px;
		z-index: 9999;
	}
	.mobile-fixed-icon-menu-container {
		display: flex;
		align-items: center;
		justify-content: space-around;
        overflow-x: auto;
        height: 60px;
	}
	.mobile-fixed-icon-menu-container .header-panel__item {
		display: flex;
		flex-direction: column;
		align-content: center;
		align-items: center;
	}
	.mobile-fixed-icon-menu-container .mobile-fixed-icon-men-title {display: block;}
	.mobile-fixed-icon-menu-container .header-panel__item {margin: 0 10px !important;}
}
.modal-limit-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	color: #253746;
}
#modal_limit_basket_add {
	background-image: url('/local/templates/atm/img/mask-for-modal.png');
}
#modal_limit_basket_add .modal-limit-icon {
	margin-bottom: 20px;
}
@media (max-width: 1024px) {
	.feedback .feedback-map {height: 561px;}
}
@media (max-width: 1023px) and (min-width: 768px) {
	.short-catalog-item__info {
		min-height: 210px;
		padding-bottom: 50px;
	}
	.feedback .feedback-group {flex-direction: row !important;}
	.feedback-group .feedback-form {margin-bottom: 0px !important;}
	.feedback .feedback-map, .feedback .feedback-form {width: 49% !important;}
}
@media (max-width: 767px) {
	.lead {
		height: 450px !important;
        margin-bottom: 60px;
        overflow: hidden;
	}
	.lead-decor {display: none;}
	.lead-images {
		height: 350px !important;
		position: static !important;
	}
	.lead-info-slider {position: static !important;}
	.lead-info-slide-title {max-width: 100% !important;}
	#slick-lead-info .slick-dots {
		bottom: 45% !important;
   		right: 5% !important;
	}
	.about-head__desc {line-height: normal !important;}
}

@media (max-width: 480px) {
	.lead {
		height: 500px !important;
		margin-bottom: 20px;
	}

	.lead-info-slide-title {
		min-height: 70px;
	}
}

@media (max-width: 767px) {
	.short-catalog-grid {
		display: flex !important;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: start;
		grid-gap: 0px !important
	}
	.short-catalog-grid .short-catalog-item {width: 49%;}
}
@media (max-width: 2560px) and (min-width: 1980px) {
	.section-about-page {background-size: contain;}
}
@media (max-width: 400px) {
	.section-list .item-catalog .item-name {height: 100px;}
}
@media (max-width: 350px) {
	.h4-style-font {font-size: 18px !important;}
}
@media (max-width: 1360px) and (min-width: 1024px){
	.contacts .contacts-info {width: 45%;}
	.contacts .contacts-map {width: 54%;}
}
@media (max-width: 1600px) and (min-width: 1024px) {
	.branch .branch-map {width: 54%;}
	.branch .branch-form {width: 45%;} 
	.branch .branch-form .feedback-form {width: 100%;}
}
@media (max-width: 767px) {
	.catalog-item-info.catalog-item-info-dmp-mini img {max-width: 150px;}
	.contacts .contacts-info .contacts-info-item {margin-bottom: 15px !important;}
	.contacts .contacts-info .contacts-info-head {margin-bottom: 17px !important;}
	.contacts .contacts-map {height: auto !important;}
	.branch .branch-head {margin: 30px 0 !important;}
	.catalog-item-info-flex-container {
        display: flex;
        align-items: center;
        justify-content: flex-start;
	}
	.catalog-item-info-flex-container-title {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
	.catalog-item-info.catalog-item-info-dmp-mini {
		display: flex;
		flex-direction: row !important;
		justify-content: flex-start !important;
		align-items: center !important;
	}
	#modal_notice .modal-click-group {
		flex-direction: row-reverse;
        flex-wrap: nowrap;
	}
	#modal_notice .modal-section-title.h3-style-font {font-size: 22px !important;}
	#modal_notice .modal-click-group .modal-click-info {display: flex;}
	#modal_notice .modal-click-group .modal-click-info .modal-click-info__title {order: 1}
	#modal_notice .modal-click-group .modal-click-info .modal-click-info__price {order: 2}
	#modal_notice .modal-click-group .modal-click-info .product-counter {order: 3}
}
@media (max-width: 500px) {
	.catalog-item-info.catalog-item-info-dmp-mini img {max-width: 90px !important;}
	.section-list .item-catalog .item-name {line-height: normal;}
}
.product-action-form__counter .product-counter-text--yellow {margin-left: 30px;}
@media (max-width: 1023px) {
	.product-action-form__counter .product-counter-text--yellow {margin-left: 10px;}
}
@media (max-width: 850px) {
	.pa-2-order .row-flex {flex-direction: column;}
}
.cart-coupon .close-link {color: #e71336}
.order-person-policy {font-size: 12px !important;}
.order-person-group-2 {
	height: max-content;
    position: sticky;
	top: 85px;
}
.order-person-select__info {text-align: center;}
.header-mobile-only {
	display: none;
	top: -150px;
    transition: all .4s ease-in-out;
}
@media (max-width: 767px) {
	.title-search-result {
		width: 100% !important;
		left: 0 !important;
	}
	#scroll_top {bottom: 120px !important;}
	.feedback .feedback-group {
		flex-direction: row !important;
	}
	.feedback .feedback-map {
		margin: 0px !important;
	}
	.feedback-group .feedback-form {
		margin-bottom: 0px !important;
		padding: 30px !important;
	}
	.feedback-group .feedback-form,.feedback .feedback-map {width: 49% !important;}
 	.mobile-fixed-icon-menu-cart svg {
		width: 20px !important;
		height: 18px !important;
	}
	.header-mobile-only.header_fixed_mobile {
		display: block;
		top: 0px;
   		transition: top .8s ease-in-out;
	}
	.header-mobile-only .header-wrap {padding: 10px 0px;}
	.header-mobile-only {background: #253746;}
	.header-mobile-only .header-logo {position: static;}
	.header-mobile-only .header-wrap {
		align-items: center;
    	justify-content: space-between;
	}
	.header-mobile-only .header-mobile-menu__item {width: max-content;}
	.header-mobile-only #title-search {
		width: auto !important;
		margin: 0px !important;
	}
	.header-mobile-only .header-mobile-menu__item--red {
		padding: 8px 18px;
		border-radius: 3px;
	}
	.header-mobile-only .header-search {
		max-width: 145px !important;
		margin: 0px !important;
	}
	.mobile-catalog.is-open.fixed-active {top: 58px;}
	.feedback {
		background: url('/local/templates/atm/img/section_feedback/bg.png') no-repeat top left / cover !important;
	}
	.feedback::before {display: none !important;}
	.feedback .feedback-wrap {padding-bottom: 30px;}
	.feedback .feedback-map {
		max-height: 100%;
		height: auto !important;
		margin-right: 10px !important;
	}
	.pa-2-order-item-title {margin-top: 20px;}
	.bx-touch .bx_ordercart_order_pay_center {margin-bottom: 10px !important;}
	.order-complete-payment {max-width: 100% !important;}
	.order-page {padding-bottom: 0px !important;}
}
@media (max-width: 600px) {
	.feedback-group .feedback-form,.feedback .feedback-map {width: 100% !important;}
	.feedback .feedback-group {flex-direction: column-reverse !important;}
	.feedback-group .feedback-form {margin-bottom: 20px !important;}
}
@media (min-width: 2200px) {
	.lead-info-container {
		left: -250px;
	}
}

@media (min-width: 2050px)  and (max-width: 2200px){
	.lead-info-container {
		left: -100px;
	}
}
.product .product-action-form .product-counter-text--red, .product .product-action-form .product-counter-text--yellow {font-size: 16px;}
body .compare-grid-wrapper .compare-only-responsive {display: none !important;}
@media (max-width: 1399px) {
	body .compare-grid-wrapper .compare-only-responsive {
		display: flex !important;
        align-items: center;
        justify-content: center;
	}
	body .compare-grid-wrapper .compare-only-responsive .compare-add-wrap {padding: 50px !important;}
	.compare-only-desktop {display: none;}
	.compare-body-tab .container-grid {
		grid-template-columns: 25% 1fr;
	}
	.compare-info__switch__text span:nth-child(2) {margin-left: 0px !important}
}
.modal-click-info__title-mobile-only {display: none !important;}
@media (max-width: 768px) {
	.feedback .feedback-form__title {
		font-size: 18px !important;
	}
	.feedback .feedback-map {height: 415px !important;}
	.feedback .feedback-form__input {height: 40px !important;}
	.modal-click-info__title-desktop-only {display: none !important;}
	.modal-click-info__title-mobile-only {
		display: block !important;
		margin-bottom: 15px;
	}
	.compare-body-tab .container-grid {
		grid-template-columns: 50% 100%;
		overflow-x: auto;
	}
	.compare .compare-card {width: 100%;}
	.compare .compare-action-item {flex-direction: column;}
	.compare-info__switch__text span:nth-child(2) {margin: 0px !important}
}
@media (max-width: 767px) {
	.order-person-group-2 {
		bottom: 80px !important;
		top: auto !important;
		height: auto !important;
	}
	.order-person-group-2 .bx_ordercart_order_pay_center a {
		width: max-content;
		margin-left: auto;
        margin-right: auto;
	}
	.order-person-group-2 .order-person-select__head__value {font-size: 15px;}
	.short-catalog-grid .short-catalog-item .short-catalog-item__info__title {font-size: 15px;}
	.product .product-action-form .product-counter-text--red, .product .product-action-form .product-counter-text--yellow {font-size: 13px !important;}
}
.order-delivery-item-img {height: 90px;}
.branch-head-title {margin-bottom: 30px !important;}
@media (max-width: 1300px) {
	.contacts .contacts-map .ymaps-2-1-79-map, .contacts .contacts-map .ymaps-2-1-79-map {
		height: 100% !important;
	}
	.contacts .contacts-map {height: auto !important}
}
@media (max-width: 810px) and (min-width: 768px){
	.inner-page-catalog .catalog-select-grid.catalog-select-grid-responsive {display: flex !important}
}
.modal-section-default.modal-click {background-image: url('/local/templates/atm/img/section_modal/square.png') !important;}
@media (max-width: 1200px) {
	body .catalog .сatalog-item-line-container-property .catalog-item-line-properties, body .catalog .sort-fields .position-sort-props {
		max-width: auto !important;
		min-width: auto !important;
		word-break: normal !important;
	}
}

#section-delivery {
	width: 100%;
	margin-top: 30px;
	/*width: calc(100% - 380px);*/
}

#section-delivery .order-delivery {
	display: flex;
	flex-wrap: wrap;
	gap: 10px; /* Расстояние между элементами */	
}

#section-delivery .order-delivery-item {
	flex: 0 1 calc(25% - 10px); /* 25% ширины минус отступы */
	box-sizing: border-box;
	margin-right: 0;
}

@media screen and (max-width: 1279px) {
	#section-delivery {
		width: 100%;
	}
}
#subscribe_success .mfp-close {display: none;}



/* AJAX CUSTOM PRELOADER */
#win8_wrapper{
    display: none;
    background: #000;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}
.windows8 {
    /*position: relative;
    width: 50px;
    height:50px;
    margin:auto;*/
    width: 50px;
    height: 50px;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

.windows8 .wBall {
    position: absolute;
    width: 47px;
    height: 47px;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 3.3225s infinite;
    -o-animation: orbit 3.3225s infinite;
    -ms-animation: orbit 3.3225s infinite;
    -webkit-animation: orbit 3.3225s infinite;
    -moz-animation: orbit 3.3225s infinite;
}

.windows8 .wBall .wInnerBall{
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgb(255,255,255);
    left:0px;
    top:0px;
    border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.windows8 #wBall_1 {
    animation-delay: 0.726s;
    -o-animation-delay: 0.726s;
    -ms-animation-delay: 0.726s;
    -webkit-animation-delay: 0.726s;
    -moz-animation-delay: 0.726s;
}

.windows8 #wBall_2 {
    animation-delay: 0.143s;
    -o-animation-delay: 0.143s;
    -ms-animation-delay: 0.143s;
    -webkit-animation-delay: 0.143s;
    -moz-animation-delay: 0.143s;
}

.windows8 #wBall_3 {
    animation-delay: 0.2865s;
    -o-animation-delay: 0.2865s;
    -ms-animation-delay: 0.2865s;
    -webkit-animation-delay: 0.2865s;
    -moz-animation-delay: 0.2865s;
}

.windows8 #wBall_4 {
    animation-delay: 0.4295s;
    -o-animation-delay: 0.4295s;
    -ms-animation-delay: 0.4295s;
    -webkit-animation-delay: 0.4295s;
    -moz-animation-delay: 0.4295s;
}

.windows8 #wBall_5 {
    animation-delay: 0.583s;
    -o-animation-delay: 0.583s;
    -ms-animation-delay: 0.583s;
    -webkit-animation-delay: 0.583s;
    -moz-animation-delay: 0.583s;
}



@keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin:0%;
    }

    30% {
        opacity: 1;
        transform:rotate(410deg);
        animation-timing-function: ease-in-out;
        origin:7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin:30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin:39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin:70%;
    }

    76% {
        opacity: 0;
        transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin:0%;
    }

    30% {
        opacity: 1;
        -o-transform:rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin:7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin:30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin:39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin:70%;
    }

    76% {
        opacity: 0;
        -o-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin:0%;
    }

    30% {
        opacity: 1;
        -ms-transform:rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin:7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin:30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:70%;
    }

    76% {
        opacity: 0;
        -ms-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:0%;
    }

    30% {
        opacity: 1;
        -webkit-transform:rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin:7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:70%;
    }

    76% {
        opacity: 0;
        -webkit-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0%;
    }

    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }

    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}
/* AJAX CUSTOM PRELOADER END */

.tax-text {
	font-size: 14px;
    color: #8299ad;
    font-weight: 400;
}
.product-price-wrapper {
	display: flex;
	flex-direction: column;
    flex-wrap: wrap;
}
.modal-section-reg.disOffsetTop {
	margin-top: 5px;
}
@media (max-width: 1025px) and (min-width: 768px) {
	#section-delivery .order-delivery-item {
		flex: auto;
		width: 30%;
	}
}
@media (max-width: 767px) {
	.cart-content-total .tax-text {width: 100%;}
}

/* @media (min-width: 767px) {
	.inner-page-catalog .catalog-head {justify-content: space-evenly !important;}
	.catalog .catalog-head__btn {margin-right: 0px !important;}
} */

@media (min-width: 767px) {
	.inner-page-catalog .catalog-head {justify-content: flex-start !important;align-items: flex-start;gap: 10px 20px;}
	.catalog .catalog-head__btn {margin-right: 0px !important;}
}

@media (max-width: 1023px) {
	.tax-text {font-size: 12px;}
}

.catalog-item-line-desktop .catalog-item-line-counter-counter-text .tax-text {display: none;}
@media (max-width: 1279px) {
	.catalog-item-info__bottom .catalog-item-info-price {flex-direction: column;}
}
@media (max-width: 1030px) {
.catalog-item-line-desktop .catalog-item-line-counter-counter-text .tax-text {display: block;}
}
.groupName {cursor: pointer;}
/* End */
/* /local/templates/atm/template_styles.css?177395216228929 */
