@charset "UTF-8";
/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/
/* Examples (uncomment to use):*/
/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */
/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
/*Баннеры для сервисов*/

@font-face{
  font-family: FiraSans;
  src:         local("FiraSans"), url('/include/fonts/FiraSansExtraCondensed-Regular.ttf');
}
@font-face{
  font-family: Jura;
  src:         local("Jura"), url('/include/fonts/Jura-Regular.ttf');
}
@font-face{
  font-family: AlumniSans;
  src:         local("AlumniSans"), url('/include/fonts/AlumniSans-Regular.ttf');
}
@font-face{
  font-family: Steclo;
  src:         local("Steclo"), url('/include/fonts/Pepper Type - Steclo-ExtraLight.otf');
}
/*body{*/
/*  font-family: Jura;*/
/*  font-size: 1.7em!important;*/
/*}*/

.banners-content .intro-text {
  min-height: auto;
  padding: 15px;
  margin-bottom: 25px;
  color: #000;
  background-color: #ffffffcc; }

/*Баннеры для сервисов*/
.about-company-link-with-img img {
  max-width: 500px;
  width: 100%;
  border: 1px solid; }

/* баннеры с эффектом */
.buttons * {
  transition: all .5s ease; }

.buttons {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* .butWrap {
  position: relative;
  list-style: none;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-align-content: end;
  align-content: flex-end;
  width: 100%;
} */
/* Common style */
.butFrame {
  position: relative;
  overflow: hidden;
  margin: 5px;
  /*width:       24%;*/
  background: #111111;
  font-family: inherit;
  font-size: 1em;
  text-align: center;
  cursor: pointer; }

.butFrame img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 0.8;
  /*position:  absolute;*/ }

.buttons > .butHeading {
  clear: both;
  margin: 0;
  padding: 4em 1% 0;
  color: #484b54;
  font-weight: 800;
  font-size: 1.5em; }

#buttons > .butHeading:first-child {
  padding-top: 0em; }

.butFrame .butTextWrap {
  font-family: inherit;
  padding: 2em;
  color: #ffffff;
  /*text-transform:              uppercase;*/
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.butFrame .butTextWrap::before,
.butFrame .butTextWrap::after {
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.butFrame .butTextWrap,
.butFrame .butTextWrap > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Anchor will cover the whole item by default */
.butFrame .butTextWrap > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

.butFrame .butHeading {
  word-spacing: -0.15em;
  font-weight: 800;
  font-size: 18px;
  font-family: inherit; }

.butFrame .butHeading .butText {
  font-weight: 300; }

.butFrame .butHeading,
.butFrame p {
  margin: 0;
  color: #ffffff; }

.butFrame p {
  /*letter-spacing: 1px;*/
  font-size: 68.5%;
  font-family: inherit; }

/* EFFECT */
.butFrame img {
  opacity: 0.9;
  transition: opacity 0.35s;
  width: 100%;
  height: auto; }

.butFrame .butTextWrap::before,
.butFrame .butTextWrap::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

.butFrame .butTextWrap::before {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1); }

.butFrame .butTextWrap::after {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  box-sizing: border-box; }

.butFrame .butHeading {
  padding-top: 10%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0); }

.butFrame p {
  /*padding:            10px 2.5em;*/
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0); }

/* HOVER STYLES */
.butFrame:hover img {
  opacity: 0.4; }

.butFrame:hover .butTextWrap::before,
.butFrame:hover .butTextWrap::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.butFrame:hover .butHeading,
.butFrame:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Contracs */
a.contract{
	width: 30px;
	height: 30px;
	margin-left: 10px;
	margin-right: -10px;
	background: none!important;
	border: none!important;
}
.contract>img{
	width: 30px;
	height: 30px;
}
/* bot */
.justwidget--asst-pic{
  background-image: url('/images/icons/bot.jpg') !important;
}
.justwidget--asst-pic svg.justwidget--asst-pic_svg-desktop{
  opacity: 0!important;
}

/* сравнение железок */
.diff{
  background-image: url("/local/templates/aspro_next/images/merge.jpg");
  background-size: 40px;
  background-repeat: no-repeat;
  width: 45px;
  height: 38px;
  display: table;
  border: 1px solid #c93028;
  cursor: pointer;
  transition: all ease 0.5s;
}
.diff_on, diff_on:hover{
  background-image: url("/local/templates/aspro_next/images/merge2.jpg") !important;
}
.diff:hover{
  background-image: url("/local/templates/aspro_next/images/merge1.jpg");
}

/* MEDIA QUERIES */
@media all and (max-width: 950px) and (min-width: 701px) {
  .butFrame {
    display: block;
    width: 47%;
  }
}

@media all and (max-width: 700px) and (min-width: 0px) {
  .butFrame {
    display: block;
    width: 100%;
  }
}

/* новость */
.detail.news.fixed_wrapper .introtext, .detail.services .introtext {
  margin: 0;
  padding: 0; }

.detail.news.fixed_wrapper .btns, .detail.services .btns {
  margin: 10px 0 20px; }

/*Товар и заказ*/
.config-char-wrapper {
  padding-bottom: 30px;
  display: inline-block; }

/****************/
.edit-basket-item {
  padding: 0 3px; }

.edit-basket-item img {
  width: 25px;
  cursor: pointer; }

/****************/
.fixed-order-button {
  color: #ffffff !important;
  background: #a72821;
  padding: 8px 12px;
  border-radius: 2px;
  font-weight: bold;
  transition: background-color ease 0.5s; }

.separately-button {
  color: #ffffff !important;
  background: #a72821;
  padding: 0 4px;
  border: 1px solid #a72821;
  border-radius: 2px;
  text-align: center;
  font-size: 0.9em;
  white-space: nowrap;
  transition: background-color ease 0.5s; }

.fixed-order-button:hover, .separately-button:hover {
  color: #a72821 !important;
  background: #ffffff;
  border-color: #a72821; }

.print-hard-button {
  width: 160px;
  line-height: 35px;
  text-align: center;
  margin: 10px 0;
  color: #a72821;
  border: 1px solid #a72821;
  cursor: pointer;
  user-select: none;
  background-color: whitesmoke;
  border-radius: 5px;
  /*transition: background-color ease 0.5s;*/
  transition: 0.7s;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 10px;
}

.print-hard-button:hover {
  background: #a72821;
  color: whitesmoke; }

/* ************ */
.tooltip {
  visibility: hidden;
  z-index: 1;
  opacity: .40;
  width: auto;
  padding: 0px 20px;
  background: #333333;
  color: #ffffff;
  position: absolute;
  top: -140%;
  left: -25%;
  border-radius: 9px;
  white-space: nowrap;
  padding: 10px;
  transform: translateY(9px);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 3px rgba(56, 54, 54, 0.86); }

.tooltip::after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12.5px 0 12.5px;
  border-color: #333333 transparent transparent transparent;
  position: absolute;
  left: 40%; }

@keyframes odsoky {
  0% {
    transform: translateY(6px); }
  100% {
    transform: translateY(1px); } }

.con-tooltip {
  position: relative;
  background: #a72821;
  color: #ffffff !important;
  border: 1px solid #a72821;
  border-radius: 5px;
  padding: 0 20px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  cursor: pointer; }

.con-tooltip:hover {
  color:        #ffce35 !important;
  border-color: #a72821;
}
.con-tooltip-config #help:hover{
  font-size: 20px!important;
  left: 6px!important;
  transition: all 0.3s ease-in-out;
}

.con-tooltip:hover .tooltip {
  visibility: visible;
  transform: translateY(-10px);
  opacity: 0.7;
  transition: .3s linear;
  animation: odsoky 1s ease-in-out infinite alternate; }

.left-tooltip .tooltip {
  top: -50%;
  left: -500%; }

.top-left-tooltip .tooltip {
  top: -145%;
  left: -465%; }

.left-tooltip .tooltip::after {
  top: 32%;
  left: 95%;
  transform: rotate(-90deg); }

.top-left-tooltip .tooltip::after {
  top: 67%;
  left: 87%;
  transform: rotate(-55deg);
}
.top-left-tooltip .tooltip-config::after {
  top: 26px!important;
}

.top-left-tooltip .tooltip.edit::after {
  left: 90%;
}
.top-left-tooltip .tooltip-config.edit::after {
  left: 94% !important;
}

.left-tooltip:hover {
  transform: translateX(-6px); }

.top-left-tooltip:hover {
  transform: translateX(-6px); }

.config-question .chek-question{
  transition: all 0.2s ease-in-out;
  display: flex;
  width: 100%;
}
.diff_block .config-question .chek-question label{
  font-weight: normal;
  text-align: initial;
}

.config-question .chek-question:hover {
  background: #eeeeee; }

.config-question .chek-question:hover .con-tooltip {
  opacity: 1; }

/* ******** */
.lk-t-col {
  margin-left: 0px;
  margin-right: 0px;
  font-size: 14px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: 1px solid #f2f2f2;
  padding-top: 5px !important; }

/* ******** */
.toast {
  max-width: 350px;
  overflow: hidden;
  /*font-size: 0.875rem;*/
  color: white;
  background-color: rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-shadow: 3px 3px 3px rgba(6, 0, 0, 0.34);
  backdrop-filter: blur(10px);
  display: block;
  opacity: 0;
  position: relative;
  padding: 15px 0 15px 15px;
  overflow-wrap: break-word;
  word-break: break-word;
  transition: all 0.7s ease-in-out; }

.toast:not(:last-child) {
  margin-bottom: 0.75rem; }

.toast_show {
  opacity: 0.9;
  transition: all 0.7s; }

.toast__close {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  float: right;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.6;
  appearance: button;
  margin: 0;
  font-family: inherit;
  border-radius: 0; }

/* ******** */
.i_agree {
  display: contents !important; }

.i_agree:hover {
  text-decoration: underline; }

/* ******** */
.saveChecked-form {
  display: none; }

.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes slideDown {
  0% {
    transform: translateY(-100%); }
  50% {
    transform: translateY(8%); }
  65% {
    transform: translateY(-4%); }
  80% {
    transform: translateY(4%); }
  95% {
    transform: translateY(-2%); }
  100% {
    transform: translateY(0%); } }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%); }
  50% {
    -webkit-transform: translateY(8%); }
  65% {
    -webkit-transform: translateY(-4%); }
  80% {
    -webkit-transform: translateY(4%); }
  95% {
    -webkit-transform: translateY(-2%); }
  100% {
    -webkit-transform: translateY(0%); } }

/* ******** */
.errorGetChecked {
  color: #a72821;
  /*border: 1px solid #a72821;*/
  background: whitesmoke;
  /*padding: 4px 15px 9px 15px;*/
  margin-left: 10px;
  display: inline-flex;
  position: absolute;
  width: 323px;
  opacity: 0;
  height: 0;
  z-index: 99;
  line-height: unset !important;
  white-space: nowrap;
  bottom: 75px;
  right: 59px;
  transition: 0.7s; }

#getChecked {
  width: 190px;
  border: 1px solid whitesmoke;
  border-radius: 3px;
  line-height: 16px; }

.get-config {
  margin-bottom: 0 !important;
  position: absolute;
  bottom: 75px;
  background: whitesmoke !important;
  width: auto;
  border: 1px solid red !important;
  padding: 5px !important; }

.input-config-name {
  width: 300px !important;
  border: 1px solid !important;
  margin-right: 3px; }

/* ******** */
.goto-config {
  padding: 3px 10px;
  border: 1px solid black;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }

/* ******** */
a.modal-inline {
  border: none !important; }

.form_radio_btn {
  display: inline-block;
  margin-right: 10px; }

.form_radio_btn input[type=radio] {
  display: none; }

.form_radio_btn label {
  display: inline-block;
  cursor: pointer;
  padding: 0px 15px;
  line-height: 34px;
  border: 1px solid #999;
  border-radius: 6px;
  user-select: none;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease; }

.form_radio_btn label:hover {
  color: #ffffff !important;
  background: #a72821 !important; }

/* Checked */
.form_radio_btn input[type=radio]:checked + label, .form_radio_btn label.checked {
  background: #f20000;
  color: white; }

/* Hover */
.form_radio_btn label:hover {
  color: #666; }

/* Disabled */
.form_radio_btn input[type=radio]:disabled + label {
  background: #cbc6c6;
  color: #666; }

.form_radio_btn input[type=radio]:disabled + label:hover {
  background: #cbc6c6 !important;
  color: #666 !important; }

.hard-header {
  border: 1px solid #848484;
  padding: 7px;
  border-radius: 7px;
  background: #f7f7f7; }

.hard-label {
  font-weight: normal; }

/*Товар и заказ*/
.adv_list.top .item .img_inner {
  border-radius: 0 !important; }

.dropdown-menu_custom, .dropdown-menu_custom li.has_img {
  padding: 0 !important;
  width: auto;
  flex: 1; }

.dropdown-menu_custom li.has_img {
  margin-bottom: 0 !important; }

.mega-menu table .dropdown-menu_custom li.has_img a {
  padding-left: 15px !important;
  padding-right: 15px !important;
  height: 90px;
  display: flex;
  align-items: center;
  background: transparent;
  border: 1px solid transparent !important;
  transition: background ease-out .07s; }

.mega-menu table .dropdown-menu_custom li.has_img a .menu_img {
  position: static !important;
  margin-right: 10px; }

.mega-menu table .dropdown-menu_custom li.has_img a:hover {
  background: #424f60 !important;
  color: #fff !important;
  border: 1px solid #424f60 !important;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
  border-radius: 3px; }

.config-block-heading span:not(.cd-popup-trigger){
  border-bottom: 2px solid #3C8812;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 17px;
  display: inline-block;
}

.diff_block{
  display: block;
  float: left;
  width: 400px;
}
.diff_block .config-block-heading span:not(.cd-popup-trigger){
  text-align: initial;
}

.config-question, .standart{
  margin-bottom: 20px;
  padding: 15px;
  border:1px solid #F2F2F2;
}

.config-block-heading{
  border-bottom:1px solid #F2F2F2;
  margin-bottom: 10px;
}

.config-question-heading span {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid #c93028;
  display: inline-block; }

.config-variants>div{
  text-align: left;
  align-items: flex-start;
}

.config-variants label {
  position: relative;
  display: flex;
  margin-right: 5px; }

.input-question {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.config-variants .checkmark, .config-variants .radiomark {
  margin-right: 5px;
  margin-top: 4px;
  cursor: pointer;
  border: 1px solid #cecece;
  /*#f2f2f2*/
  position: relative; }

.checkmark {
  height: 18px;
  width: 18px;
  min-width: 18px;
  background-color: #f7f7f7; }

.checkmark:after, .radiomark:after {
  content: "";
  position: absolute;
  display: none; }

.config-variants label .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.config-variants label .radiomark:after {
  /*top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;*/
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff; }

.config-variants label:hover input ~ .checkmark, .config-variants label:hover input ~ .radiomark {
  background-color: #ccc; }

.config-variants label input:checked ~ .checkmark, .config-variants label input:checked ~ .radiomark{
  background-color: #3c8812;
  border-color:     #3c8812;
}

.config-variants label input:checked ~ .checkmark:after, .container input:checked ~ .radiomark:after {
  display: block; }

.radiomark {
  height: 18px;
  width: 18px;
  min-width: 18px;
  background-color: #f7f7f7;
  border-radius: 50%; }

.sum-wrapper {
  float: left;
  line-height: 1;
  display: flex;
  align-items: baseline;
  font-size: 23px;
  padding: 15px; }

.sum {
  font-size: 32px;
  font-weight: bold; }

.calculation-count-wrapper {
  display: flex;
  background: #fff;
  border-radius: 5px;
  align-items: center;
  width: 84px;
  min-width: 84px;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-top: auto;
  margin-bottom: auto; }

.separately-wrapper {
  display: flex;
  background: #fff;
  width: 110px;
  margin: 2px; }

.calculation-count-minus:before, .calculation-count-plus:before {
  opacity: 0.7;
  display: inline-block;
  content: "";
  width: 24px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer; }

.calculation-count-minus:before {
  background: url(/bitrix/templates/aspro_next/images/ai.png) -80px -197px no-repeat; }

.calculation-count-plus:before {
  background: url(/bitrix/templates/aspro_next/images/ai.png) -54px -197px no-repeat; }

.calculation-count-minus:hover:before, .calculation-count-plus:hover:before {
  opacity: 1; }

.calculation-count {
  text-align: center;
  flex: 1;
  overflow: hidden;
  text-align: center; }

.hidden-question {
  display: none; }

.fixed-price-wrapper{
  justify-content: space-between;
  align-items:     center;
  position:        absolute;
  width:           100%;
  background:      #3c8812;
  color:           #ffffff;
  z-index:         10;
  bottom:          0;
  padding:         10px;
}

.fixed-price-wrapper2{
  display:         flex;
  justify-content: space-between;
  align-items:     center;
  width:           100%;
  background:      #3c8812;
  color:           #ffffff;
  z-index:         10;
  bottom:          0;
  padding:         10px;
}

.fixed-price-wrapper.show-custom{
  position: fixed;
  bottom:   0px;
  /*left: 0px;*/
}

.catalog_detail .item_main_info{
  margin: 0 0 60px;
}

@media (max-width: 991px){
  .fixed-price-wrapper.show-custom{
    /*top: 0;*/
  }
}

.fixed-price-wrapper.bottom{
  position: absolute;
  top:      unset;
  bottom:   0px;
  /*transition: .5s;*/
}

.fixed-price-name{
  font-size:    13px;
  font-weight:  bold;
  margin-right: 10px;
  width:        -webkit-fill-available;
}

.fixed-price-buy{
  /*display: flex;*/
  /*align-items: center;*/
}

.fixed-price-buy-price{
  font-size:   20px;
  margin:      0 10px;
  font-weight: bold;
  white-space: nowrap;
}

.fixed-price-buy-button, .fixed-reg-button{
  color:         #3c8812 !important;
  background:    #ffffff;
  padding:       8px 12px;
  border-radius: 3px;
  font-weight:   bold;
  border:        1px solid white;
  transition:    background-color ease 0.5s;
}

.fixed-price-buy-button:hover, .fixed-reg-button:hover{
  color:      #ffffff !important;
  background: #3c8812;
  border:     1px solid white;
}

.item_main_info {
  /*padding-top: 44px !important;*/ }

.bottom-line-total.with-product-time {
  justify-content: space-between;
  padding: 10px; }

.bottom-line-total {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* padding: 15px; */
  border: 2px solid #424f60;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  background: #424f60;
  color: #fff; }

.aki-clear-button-wrapper {
  padding: 5px; }

.aki-order-button, .aki-clear-button {
  display: block;
  text-align: center;
  color: #1c1c1c !important;
  background: #ffd300;
  transition: .2s;
  padding: 10px;
  border-radius: 2px;
  font-weight: bold; }

.aki-product-cons-time {
  font-size: 18px;
  font-weight: bold;
  padding: 5px; }

.bottom-line-total.with-product-time .flex-align-center {
  padding: 5px; }

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

.aki-cons-price-itog {
  align-items: baseline;
  white-space: nowrap; }

.aki-cons-price-itog, .aki-cons-price-one, .aki-cons-price-all {
  display: flex; }

.total-word {
  margin-right: 15px;
  font-size: 16px;
  font-weight: bold; }

.aki-cons-price-itog .value {
  font-size: 32px;
  font-weight: bold; }

.aki-cons-price-itog .ruble {
  font-size: 28px;
  margin-right: 5px; }

.ruble:before {
  content: "\f158";
  font-family: FontAwesome;
  margin-left: 5px; }

.aki-order-button, .aki-clear-button {
  display: block;
  text-align: center;
  color: #fff !important;
  background: #c93028;
  transition: .2s;
  padding: 10px;
  border-radius: 2px;
  font-weight: bold; }

.aki-order-button {
  margin-left: auto; }

.aki-buy-wrapper .btn {
  border: 0; }

.aki-product-cons-time .cd-popup {
  color: #555; }

@media (max-width: 991px) {
  .bottom-line-total.with-product-time .flex-align-center, .bottom-line-total.with-product-time {
    flex-wrap: wrap; } }

@media (max-width: 767px) {
  .aki-buy-wrapper .aki-clear-button-wrapper {
    order: 1; } }

/* MODAL POP UP */
.popup-form{
  padding: 30px;
}
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap; }

/* -------------------------------- 

Main components 

-------------------------------- */
.cd-popup-trigger {
  color: #fff;
  background: #c93028;
  width: 20px;
  display: inline-block;
  text-align: center;
  height: 20px;
  font-weight: bold;
  border-radius: 50%;
  line-height: 20px;
  cursor: pointer; }

/* -------------------------------- 

xpopup 

-------------------------------- */
.cd-popup {
  overflow: auto;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  /* 15% */
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  z-index: 999; }

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 8em auto;
  /* 4em auto*/
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: left;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 40px 30px 30px; }

.cd-popup-container p {
  padding: 3em 1em; }

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px; }

.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5; }

.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px; }

.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px; }

.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto; } }

.config-block-heading span:not(.cd-popup-trigger) {
  margin-right: 5px; }

/*vogood 2019 04 23*/
.fast-item-btn .fixed-price-wrapper {
  /* display: flex; */
  justify-content: unset;
  /* align-items: center; */
  position: relative;
  width: 100%;
  background: #3C8812;
  color: #fff;
  z-index: 10;
  bottom: 0;
  padding: 10px;
  display: block;
  max-width: 90%;
  margin: 20px 0;
  box-sizing: border-box; }

.fast-item-btn .fixed-price-buy-button {
  color: #449A14 !important;
  background: #ffffff;
  padding: 8px 12px;
  border-radius: 2px;
  font-weight: bold;
  transition: background-color ease 0.5s;
  /* max-width: 80%; */
  white-space: initial;
  text-align: center; }

#errors-info {
  margin-bottom: 10px;
  color: #ff0f02; }

.info-hint {
  font-weight: bold; }

.form-check-paytypes-flex._focus .form-check-paytype {
  border: solid #3C8812; }

.form-check-paytype.active {
  background: #3C8812;
  color: #fff; }

span.count-moduls {
  font-weight: 700; }

/*
.fixed-price-wrapper {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
}
*/
.add_infoBlock_itemCount_menu {
  margin-top: 4px;
  display: flex; }

.add_infoBlock_itemCount_menu .sys{
  width:            30px;
  /*height:      30px;*/
  /*line-height: 23px;*/
  text-align:       center;
  padding:          0px;
  /*font-size:   31px;*/
  color:            #449A14;
  border:           1px solid lightgray;
  cursor:           pointer;
  user-select:      none;
  background-color: white;
  border-radius:    2px;
  transition:       background-color ease 0.5s;
}

.add_infoBlock_itemCount_menu .sys:hover{
  background-color: #3C8812;
  color:            white;
  /*border:           1px solid #3C8812;*/
}

.add_infoBlock_itemCount_menu .sys_plus, .add_infoBlock_itemCount_menu .sys_plus:hover {
  border-left: none; }

.add_infoBlock_itemCount_menu .sys_minus, .add_infoBlock_itemCount_menu .sys_minus:hover {
  border-right: none;
  /*line-height: 28px;*/ }

.add_infoBlock_itemCount_menu .sys_value{
  width:         54px;
  height:        28px;
  border:        1px solid lightgray;
  text-align:    center;
  padding-right: 3px;
  color:         #449A14;
  font-weight:   bold;
}

.add_infoBlock_itemCount_menu .sys_minus {
  line-height: 20px; }

.price_info {
  font-size: 10px;
  margin: 0 5px;
  /*width: inherit;*/
  line-height: initial;
  /*border-top: 1px solid white;*/
  margin-top: 5px;
  /*padding-top: 5px;*/ }

.info_item .middle_info {
  float: right;
  overflow: visible;
  width: 100%;
  text-align: right; }

.delete_from_basket {
  width: 100%;
  display: block;
  background: beige;
  padding: 10px !important;
  margin: 0 10px;
  border: 1px solid #DEDEDE;
  border-radius: 7px; }

.delete_from_basket .yes_no {
  padding: 5px;
  border-radius: 5px; }

.client-service {
  display: grid; }

.client-service a:hover {
  text-decoration: underline !important;
  color: #ff0838; }

.order_create {
  width: 200px;
  margin-right: 30px;
  border-radius: 5px;
  margin-top: -30px; }

.order-unactive {
  color: #b4b4b4 !important;
  background: rgba(125, 7, 9, 0.65) !important;
  cursor: unset; }

.sale-order-list-change-payment:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 4px;
  width: 10px;
  height: 6px;
  background: url("/local/templates/aspro_next/images/arrows.png") 0px -161px no-repeat;
  z-index: 2; }

.sale-order-list-change-payment:hover {
  color: #333333; }

.sale-order-payment-change-pp-company-graf-container {
  margin-top: 10px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer; }

.sale-order-payment-change-pp-company-graf-container.select {
  border: 1px solid rgba(3, 16, 254, 0.35);
  background: rgba(16, 171, 255, 0.13);
  transition: all .5s; }

#current-pay {
  margin-left: 30px;
  font-weight: bold; }

#select-pay {
  border: 1px solid rgba(3, 16, 254, 0.35);
  background: rgba(16, 171, 255, 0.13);
  border-radius: 15px;
  display: flex;
  padding: 0 15px 0 15px; }

#order-payment-change {
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

#order-payment-change .closed {
  background: url(/local/templates/aspro_next/images/arrows.png) 0px -161px no-repeat;
  width: 10px;
  height: 10px;
  margin: 10px 0 0 10px;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

#order-payment-change .opened {
  background: url(/local/templates/aspro_next/images/arrows.png) 0px -158px no-repeat;
  width: 10px;
  height: 10px;
  margin: 10px 0 0 10px;
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.sale_order_full_table a {
  text-decoration: underline;
  font-weight: bold;
  padding: 0 10px 0 10px;
  background: rgba(41, 182, 15, 0.2); }

.sale_order_full_table img {
  width: unset !important; }

.pay-button {
  border-radius: 2px;
  /*margin: 0px 0 16px;*/
  padding: 7px 15px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  height: auto;
  text-shadow: none;
  border: 1px solid transparent;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  text-transform: none;
  text-decoration: none;
  color: white;
  background-color: #a72821; }

.pay-button:hover {
  color: white;
  background-color: #c12e26;
  border-color: white; }

.bx-soa-coupon {
  margin-left: auto;
  margin-right: 32px;
  display: flex;
  margin-top: 15px; }

.bx-soa-coupon-label {
  line-height: unset;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px; }

.bx-soa-coupon-block {
  width: 198px;
  border: 1px solid #f7f7f7; }

.bx-soa-coupon-input .send_btn {
  background-position: -21px -36px;
  position: absolute;
  font-size: 0px;
  text-indent: -9999px;
  width: 44px;
  height: 40px;
  background: #ddd url(/local/templates/aspro_next/images/ai.png) -19px -35px no-repeat;
  border-radius: 2px 2px 2px 2px;
  margin-left: 156px;
  margin-top: -39px;
  color: black; }

.coupon-ruble:before {
  content: "\f158";
  font-family: FontAwesome;
  margin-left: 3px;
  font-size: initial; }

.coupon-ruble {
  font-size: 28px;
  margin-right: 5px; }

#discount-block {
  display: none; }

.bx-soa-coupon-label label {
  margin-bottom: unset;
  font-weight: unset;
  margin-right: 7px; }

.top-block .top-block-item .inline-conf-show {
  padding: 0;
  border: none;
  padding: 14px 0 13px; }

.top-block .top-block-item .inline-conf-show i {
  font-size: 20px;
  vertical-align: -3px;
  line-height: 1; }

#mobileheader .inline-conf-show {
  border: none;
  background: none;
  padding: 0;
  top: 1px;
  position: relative; }

#mobileheader .inline-conf-show:hover {
  background: none; }

#mobileheader .inline-conf-show:hover i {
  color: #a72821; }

.inline-configurator-block.show {
  top: 0px; }

.inline-configurator-block.fixed {
  position: fixed;
  z-index: 997;
  background: #fff !important; }

.inline-configurator-block.fixed .search-wrapper {
  padding: 0px;
  display: inline-block;
  width: 100%; }

.inline-configurator-block.fixed .search-wrapper #title-search {
  padding: 14px 0px 15px; }

body .xzoom-source, body .xzoom-hidden, body .xzoom-preview {
  z-index: 995; }

.inline-configurator-block.fixed.big {
  background: #fff !important;
  top: -200px;
  z-index: 3000;
  transition-duration: 0.5s; }

.inline-configurator-block.fixed.big.show {
  top: 0px; }

.inline-configurator-block.fixed.big .search-wrapper #title-search {
  padding: 0px; }

.inline-configurator-block.fixed.big .search .search-input {
  padding: 0 100px 0 25px;
  font-size: 28px;
  height: 50px;
  background: none;
  border: none;
  border-radius: 0;
  margin-top: 24px;
  margin-bottom: 35px; }

.inline-configurator-block.fixed.big .search .search-button-div {
  top: 45px; }

.inline-configurator-block.fixed.big .search .btn-search {
  color: #fff;
  padding: 12px 25px;
  font-size: 1em;
  margin-top: -41px; }

.inline-configurator-block.fixed.big .search .close-block {
  min-width: 16px; }

.inline-configurator-block.with-close.fixed.big .search .close-block {
  top: 6px; }

/* inline-configurator-block  */
.inline-configurator-block {
  position: absolute;
  right: 0;
  top: -104px;
  width: 100%;
  z-index: 100;
  transition: all ease 0.3s; }

.inline-configurator-block .search-wrapper {
  border: none;
  padding: 7px 0; }

.inline-configurator-block.with-close .search .search-input-div {
  padding-right: 58px; }

.inline-configurator-block.show {
  background: #fff; }

.inline-configurator-block.with-close .search .btn-search {
  right: 58px; }

.inline-configurator-block.with-close:not(.big) .search .btn-search {
  background: none; }

.inline-configurator-block .search .close-block {
  display: none;
  height: 34px; }

.inline-configurator-block.with-close .search .close-block {
  display: block; }

.inline-configurator-block .close-block .close-icons {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  line-height: 14px;
  margin: -15px 0 0 -15px; }

.inline-configurator-block .close-block .close-icons {
  margin-top: -50px;
  min-width: 16px;
  min-height: 16px;
  line-height: 16px;
  background: #222 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZGF0YS1uYW1lPSJSb3VuZGVkIFJlY3RhbmdsZSAxMTQgY29weSA3IiBjbGFzcz0iY2xzLTEiIGQ9Ik0zNDAuNzEsMTQ0LjNsLTYuMy02LjMsNi4yOTMtNi4zYTEsMSwwLDAsMCwwLTEuNDE0LDAuOTgxLDAuOTgxLDAsMCwwLS42NjItMC4yODVIMzQxdjE1QTEsMSwwLDAsMCwzNDAuNzEsMTQ0LjNaTTMyNS4zLDEzMC4yODVhMSwxLDAsMCwwLDAsMS40MTRsNi4yOTMsNi4zLTYuMyw2LjNhMSwxLDAsMCwwLS4yODkuN1YxMzBoMC45NThBMC45NzksMC45NzksMCwwLDAsMzI1LjMsMTMwLjI4NVptLTAuMDA3LDE1LjQzYTAuOTg4LDAuOTg4LDAsMCwwLC42NjUuMjg1SDMyNXYtMC45OEExLDEsMCwwLDAsMzI1LjI4OSwxNDUuNzE1Wk0zMjYuMDQyLDEzMGgxMy45MTZhMC45ODEsMC45ODEsMCwwLDAtLjY2My4yODVsLTYuMyw2LjMtNi4zLTYuM0EwLjk4MSwwLjk4MSwwLDAsMCwzMjYuMDQyLDEzMFptMTMuOTI0LDE2SDMyNi4wMzRhMC45ODQsMC45ODQsMCwwLDAsLjY2NC0wLjI4NWw2LjMtNi4zMDYsNi4zLDYuMzA2QTAuOTg0LDAuOTg0LDAsMCwwLDMzOS45NjYsMTQ2Wm0wLjc0NC0uMjg1YTEsMSwwLDAsMCwuMjktMC43VjE0NmgtMC45NTRBMC45ODQsMC45ODQsMCwwLDAsMzQwLjcxLDE0NS43MTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzI1IC0xMzApIi8+Cjwvc3ZnPgo=) center center no-repeat; }

.inline-configurator-block .close-block .close-icons:hover {
  opacity: 0.8; }

@media (max-width: 950px) {
  .inline-configurator-block.fixed.big .search .search-input {
    font-size: 1vw; }
}

/*The good stuff*/
.tooltip-toggle, .tooltip-toggle-merge{
  cursor: pointer;
  position: relative;
}

/*Tooltip text container*/
.tooltip-toggle::before{
  position: absolute;
  top: -55px;
  left: -80px;
  background-color: #2b222a;
  border-radius: 5px;
  color: #ffffff;
  content: attr(aria-label);
  padding: 10px;
  text-transform: none;
  transition: all 0.5s ease;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
  width: max-content;
  z-index: 100;
}
.tooltip-toggle-config::before{
  top: -35px!important;
  left: -30px!important;
}
.tooltip-toggle-config::after{
  top: 9px!important;
  left: 30px!important;
}

.diff.tooltip-toggle::before{
  top: -47px;
}

/*Tooltip arrow*/
.tooltip-toggle::after{
  position: absolute;
  top: -12px;
  left: 9px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2b222a;
  content: " ";
  font-size: 0;
  line-height: 0;
  margin-left: -5px;
  width: 0;
}
.diff.tooltip-toggle::after{
  top: -4px;
}

/*Setting up the transition*/
.tooltip-toggle::before, .tooltip-toggle::after, .tooltip-toggle-merge::before, .tooltip-toggle-merge::after{
  color: #efefef;
  font-family: Tahoma, Verdana, monospace;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  text-align: center;
}

/*Triggering the transition*/
.tooltip-toggle:focus::before,
.tooltip-toggle:focus::after,
.tooltip-toggle:hover::before,
.tooltip-toggle:hover::after {
  opacity: 1;
  transition: all 0.75s ease;
}

#header .line-row{
  /*display: none;*/
  /*height:  0;*/
  /*border:  none;*/
}

#header .top-block.top-block-v1{
  /*display: none;*/
}

#header .logo-row{
  display: flex;
}

#header .menu-row{
  width: auto;
  flex:  1;
}

#header .phone-container{
  padding-top: 30px;
  min-width:   200px;
}

#mobileheader .right-icons{
  /*display: none;*/
}


body .top_slider_wrapp{
  margin-bottom: 0;
  max-width:     1600px;
  margin-left:   -30px;
  margin-right:  -30px;
}

body .top_slider_wrapp .flexslider{
  height: auto;
}

body .top_slider_wrapp .flexslider .slides > li{
  background-size: cover;
  height:          auto;
}

body .top_slider_wrapp .flexslider .slides > li .wrapper_inner{
  padding-top: 31.25%;
}

body .top_slider_wrapp .flexslider .slides > li .wrapper_inner table{
  display: none;
}

.static-engineer-btn{
  margin-bottom: 20px;
  display:       none;
}

.floating-engineer-btn{
  position:         fixed;
  left:             0;
  top:              50%;
  z-index:          100;
  transform:        rotate(-90deg);
  transform-origin: 0 0;
  border-radius:    0 0 12px 12px;
  box-shadow:       0 2px 4px 1px rgba(35, 35, 35, 0.3);
  margin:           0;
}

@media (max-width: 767px) {
  .static-engineer-btn {
    display: block;
    width: 400px;
    max-width: 100%;
    padding: 10px 20px;
    margin-left: auto;
    margin-right: auto; }
  .floating-engineer-btn.on-main-page {
    display: none; } }

.header-cart .basket_fly {
  display: none;
}

.news_akc_block .item {
  height: auto !important; }

@media (max-width: 767px) {
  .news_akc_block ul.items {
    display: flex; }
    .news_akc_block ul.items .item_block {
      margin-bottom: 0; }
      .news_akc_block ul.items .item_block .item {
        min-height: 100%; } }

body .start_promo .item {
  border-width: 8px;
  overflow: visible; }
  body .start_promo .item, body .start_promo .item.wide50 {
    width: 33.333%; }
  body .start_promo .item .wrap_tizer {
    display: none; }
  body .start_promo .item .img_block {
    border: 2px solid #FFF;
    transition: all 0.3s; }
  body .start_promo .item a {
    background: none; }
  body .start_promo .item:hover {
    z-index: 10; }
    body .start_promo .item:hover .img_block {
      transform: none;
      box-shadow: 0 5px 25px 0 rgba(18, 25, 38, 0.1); }

@media (max-width: 767px) {
  body .start_promo {
    margin-left: 15px !important;
    margin-right: 15px !important;
    width: auto; } }

@media (max-width: 600px) {
  body .start_promo .item, body .start_promo .item.wide50 {
    width: 100% !important;
    padding-bottom: 60% !important;
    margin-bottom: 15px; } }

@media (max-width: 767px) {
  .company_bottom_block h2 {
    margin-top: 0; } }

.floating-right-nav {
  position: fixed;
  width: 57px;
  background-color: #98a0a9;
  z-index: 100;
  right: 0;
  bottom: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-radius: 5px 0 0 5px;
  margin-bottom: -60px; }
  .floating-right-nav .item {
    margin-bottom: 1px; }
    .floating-right-nav .item a {
      display: flex;
      align-items: center;
      transition: all 0.3s;
      width: 57px;
      background-color: #3f4e61; }
      .floating-right-nav .item a:before {
        content: '';
        width: 57px;
        flex: 0 0 57px;
        display: block;
        height: 66px;
        background-position: center;
        background-repeat: no-repeat; }
      .floating-right-nav .item a .text {
        white-space: nowrap;
        /*overflow: hidden;*/
        color: #FFF; }
      .floating-right-nav .item a:hover {
        background-color: #d90900;
        border-radius: 5px 0 0 5px; }
    .floating-right-nav .item:first-child a {
      border-top-left-radius: 5px; }
    .floating-right-nav .item:last-child {
      margin-bottom: 0; }
      .floating-right-nav .item:last-child a {
        border-bottom-left-radius: 5px; }
    .floating-right-nav .item.basket a:before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNCA0LjAwMTQ2VjUuMjAxNDZIMTcuOFY3LjU3NjlMMTYuNDY4OCAxMS44MDE1SDYuMDIyNDVMNC41MjI0NSAxSDFWMi4ySDMuNDc3NTVMNC45Nzc1NSAxMy4wMDE1SDE3LjM0ODhMMTkgNy43NjE0OFY0LjAwMTQ2SDYuNFoiIGZpbGw9IndoaXRlIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuNiIvPgo8cGF0aCBkPSJNNy4wMzY4NiAxNC4yMTI5QzYuNDAwNTYgMTQuMjEzNiA1Ljc5MDUzIDE0LjQ2NjcgNS4zNDA2IDE0LjkxNjZDNC44OTA2NyAxNS4zNjY2IDQuNjM3NTggMTUuOTc2NiA0LjYzNjg2IDE2LjYxMjlDNC42MzY4NiAxNy4yNDk0IDQuODg5NzEgMTcuODU5OSA1LjMzOTggMTguMzA5OUM1Ljc4OTg5IDE4Ljc2IDYuNDAwMzQgMTkuMDEyOSA3LjAzNjg2IDE5LjAxMjlDNy42NzMzOCAxOS4wMTI5IDguMjgzODMgMTguNzYgOC43MzM5MSAxOC4zMDk5QzkuMTg0IDE3Ljg1OTkgOS40MzY4NiAxNy4yNDk0IDkuNDM2ODYgMTYuNjEyOUM5LjQzNjE0IDE1Ljk3NjYgOS4xODMwNiAxNS4zNjY2IDguNzMzMTIgMTQuOTE2NkM4LjI4MzE5IDE0LjQ2NjcgNy42NzMxNiAxNC4yMTM2IDcuMDM2ODYgMTQuMjEyOVYxNC4yMTI5Wk03LjAzNjg2IDE3LjgxMjlDNi43OTk1MiAxNy44MTI5IDYuNTY3NTEgMTcuNzQyNSA2LjM3MDE3IDE3LjYxMDdDNi4xNzI4MyAxNy40Nzg4IDYuMDE5MDMgMTcuMjkxNCA1LjkyODIgMTcuMDcyMUM1LjgzNzM4IDE2Ljg1MjggNS44MTM2MSAxNi42MTE2IDUuODU5OTEgMTYuMzc4OEM1LjkwNjIyIDE2LjE0NiA2LjAyMDUxIDE1LjkzMjIgNi4xODgzMyAxNS43NjQ0QzYuMzU2MTUgMTUuNTk2NSA2LjU2OTk3IDE1LjQ4MjMgNi44MDI3NSAxNS40MzU5QzcuMDM1NTIgMTUuMzg5NiA3LjI3NjgxIDE1LjQxMzQgNy40OTYwOCAxNS41MDQyQzcuNzE1MzUgMTUuNTk1MSA3LjkwMjc2IDE1Ljc0ODkgOC4wMzQ2MiAxNS45NDYyQzguMTY2NDggMTYuMTQzNSA4LjIzNjg2IDE2LjM3NTYgOC4yMzY4NiAxNi42MTI5QzguMjM2NDggMTYuOTMxIDguMTA5OTMgMTcuMjM2IDcuODg0OTcgMTcuNDYxQzcuNjYwMDEgMTcuNjg2IDcuMzU1IDE3LjgxMjUgNy4wMzY4NiAxNy44MTI5VjE3LjgxMjlaIiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjYiLz4KPHBhdGggZD0iTTE1LjQzNjkgMTQuMjEyOUMxNC44MDA2IDE0LjIxMzYgMTQuMTkwNSAxNC40NjY3IDEzLjc0MDYgMTQuOTE2NkMxMy4yOTA3IDE1LjM2NjYgMTMuMDM3NiAxNS45NzY2IDEzLjAzNjggMTYuNjEyOUMxMy4wMzY4IDE3LjI0OTQgMTMuMjg5NyAxNy44NTk5IDEzLjczOTggMTguMzA5OUMxNC4xODk5IDE4Ljc2IDE0LjgwMDMgMTkuMDEyOSAxNS40MzY5IDE5LjAxMjlDMTYuMDczNCAxOS4wMTI5IDE2LjY4MzggMTguNzYgMTcuMTMzOSAxOC4zMDk5QzE3LjU4NCAxNy44NTk5IDE3LjgzNjkgMTcuMjQ5NCAxNy44MzY5IDE2LjYxMjlDMTcuODM2MSAxNS45NzY2IDE3LjU4MyAxNS4zNjY2IDE3LjEzMzEgMTQuOTE2NkMxNi42ODMyIDE0LjQ2NjcgMTYuMDczMiAxNC4yMTM2IDE1LjQzNjkgMTQuMjEyOVYxNC4yMTI5Wk0xNS40MzY5IDE3LjgxMjlDMTUuMTk5NSAxNy44MTI5IDE0Ljk2NzUgMTcuNzQyNSAxNC43NzAyIDE3LjYxMDdDMTQuNTcyOCAxNy40Nzg4IDE0LjQxOSAxNy4yOTE0IDE0LjMyODIgMTcuMDcyMUMxNC4yMzc0IDE2Ljg1MjggMTQuMjEzNiAxNi42MTE2IDE0LjI1OTkgMTYuMzc4OEMxNC4zMDYyIDE2LjE0NiAxNC40MjA1IDE1LjkzMjIgMTQuNTg4MyAxNS43NjQ0QzE0Ljc1NjEgMTUuNTk2NSAxNC45NyAxNS40ODIzIDE1LjIwMjcgMTUuNDM1OUMxNS40MzU1IDE1LjM4OTYgMTUuNjc2OCAxNS40MTM0IDE1Ljg5NjEgMTUuNTA0MkMxNi4xMTUzIDE1LjU5NTEgMTYuMzAyOCAxNS43NDg5IDE2LjQzNDYgMTUuOTQ2MkMxNi41NjY1IDE2LjE0MzUgMTYuNjM2OSAxNi4zNzU2IDE2LjYzNjkgMTYuNjEyOUMxNi42MzY1IDE2LjkzMSAxNi41MDk5IDE3LjIzNiAxNi4yODUgMTcuNDYxQzE2LjA2IDE3LjY4NiAxNS43NTUgMTcuODEyNSAxNS40MzY5IDE3LjgxMjlWMTcuODEyOVoiIGZpbGw9IndoaXRlIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuNiIvPgo8L3N2Zz4K); }
    .floating-right-nav .item.basket a:hover {
      width: 135px; }

    .floating-right-nav .item.search a:before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjUgMTcuNUwxMy42MDQzIDEzLjU5NzNMMTcuNSAxNy41Wk0xNS43NjMyIDguMzgxNThDMTUuNzYzMiAxMC4zMzkzIDE0Ljk4NTUgMTIuMjE2OCAxMy42MDExIDEzLjYwMTFDMTIuMjE2OCAxNC45ODU1IDEwLjMzOTMgMTUuNzYzMiA4LjM4MTU4IDE1Ljc2MzJDNi40MjM4NiAxNS43NjMyIDQuNTQ2MzMgMTQuOTg1NSAzLjE2MjAxIDEzLjYwMTFDMS43Nzc3IDEyLjIxNjggMSAxMC4zMzkzIDEgOC4zODE1OEMxIDYuNDIzODYgMS43Nzc3IDQuNTQ2MzMgMy4xNjIwMSAzLjE2MjAxQzQuNTQ2MzMgMS43Nzc3IDYuNDIzODYgMSA4LjM4MTU4IDFDMTAuMzM5MyAxIDEyLjIxNjggMS43Nzc3IDEzLjYwMTEgMy4xNjIwMUMxNC45ODU1IDQuNTQ2MzMgMTUuNzYzMiA2LjQyMzg2IDE1Ljc2MzIgOC4zODE1OFY4LjM4MTU4WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==); }
    .floating-right-nav .item.search a:hover {
      width: 125px; }

    .floating-right-nav .item.settings a:before {
      background: none;
      content: "\f013";
      text-align: center;
      color: #FFF;
      font-family: FontAwesome;
      font-size: 24px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      display: flex;
      justify-content: center;
      align-items: center; }
    .floating-right-nav .item.settings a:hover {
      width: 185px;
      padding-left: 5px;
      padding-top: 5px;
    }

    .floating-right-nav .item.p_diff a:before {
      background-image: url('/local/templates/aspro_next/images/diff3.png');
      background-size: 40px;
      background-repeat: no-repeat;
    }
    .floating-right-nav .item.p_diff a:hover {
      width: 155px; }

    .floating-right-nav .item.login a:before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxNyAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjIyNzMgOC41SDE0LjU4NTJWMy4wOTA5MUMxNC41ODUyIDEuMzgzNjYgMTMuMjAxNiAwIDExLjQ5NDMgMEg1LjUwNTY4QzMuNzk4NDQgMCAyLjQxNDc3IDEuMzgzNjYgMi40MTQ3NyAzLjA5MDkxVjguNUgwLjc3MjcyN0MwLjM0NTMxMiA4LjUgMCA4Ljg0NTMxIDAgOS4yNzI3M1YxOC41NDU1QzAgMTguOTcyOSAwLjM0NTMxMiAxOS4zMTgyIDAuNzcyNzI3IDE5LjMxODJIMTYuMjI3M0MxNi42NTQ3IDE5LjMxODIgMTcgMTguOTcyOSAxNyAxOC41NDU1VjkuMjcyNzNDMTcgOC44NDUzMSAxNi42NTQ3IDguNSAxNi4yMjczIDguNVpNNC4xNTM0MSAzLjA5MDkxQzQuMTUzNDEgMi4zNDQ3NCA0Ljc1OTUyIDEuNzM4NjQgNS41MDU2OCAxLjczODY0SDExLjQ5NDNDMTIuMjQwNSAxLjczODY0IDEyLjg0NjYgMi4zNDQ3NCAxMi44NDY2IDMuMDkwOTFWOC41SDQuMTUzNDFWMy4wOTA5MVpNMTUuMjYxNCAxNy41Nzk1SDEuNzM4NjRWMTAuMjM4NkgxNS4yNjE0VjE3LjU3OTVaTTcuODIzODYgMTQuMjIzVjE1LjUwMjhDNy44MjM4NiAxNS42MDkxIDcuOTEwOCAxNS42OTYgOC4wMTcwNSAxNS42OTZIOC45ODI5NUM5LjA4OTIgMTUuNjk2IDkuMTc2MTQgMTUuNjA5MSA5LjE3NjE0IDE1LjUwMjhWMTQuMjIzQzkuMzc1NDcgMTQuMDc5OSA5LjUyNDI1IDEzLjg3NzIgOS42MDEwNiAxMy42NDQyQzkuNjc3ODggMTMuNDExMSA5LjY3ODc3IDEzLjE1OTcgOS42MDM2IDEyLjkyNjFDOS41Mjg0MyAxMi42OTI1IDkuMzgxMDggMTIuNDg4OCA5LjE4Mjc2IDEyLjM0NDNDOC45ODQ0NCAxMi4xOTk4IDguNzQ1MzkgMTIuMTIxOSA4LjUgMTIuMTIxOUM4LjI1NDYxIDEyLjEyMTkgOC4wMTU1NiAxMi4xOTk4IDcuODE3MjQgMTIuMzQ0M0M3LjYxODkyIDEyLjQ4ODggNy40NzE1NyAxMi42OTI1IDcuMzk2NCAxMi45MjYxQzcuMzIxMjMgMTMuMTU5NyA3LjMyMjEyIDEzLjQxMTEgNy4zOTg5MyAxMy42NDQyQzcuNDc1NzUgMTMuODc3MiA3LjYyNDUzIDE0LjA3OTkgNy44MjM4NiAxNC4yMjNWMTQuMjIzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==); }
    .floating-right-nav .item.login a:hover {
      width: 200px; }
    .floating-right-nav .item.profile a:before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE0IDE3Ij4NCjxkZWZzPg0KPHN0eWxlPi51c2Nscy0xe2ZpbGw6I0ZGRjtmaWxsLXJ1bGU6ZXZlbm9kZH08L3N0eWxlPg0KPC9kZWZzPg0KPHBhdGggY2xhc3M9InVzY2xzLTEiIGQ9Ik0xMy45NjksMTZhMSwxLDAsMSwxLTIsMEgxMS45MjdDMTEuNTc4LDE0LjMwNyw5LjUxOCwxMyw3LDEzcy00LjU3NSwxLjMtNC45MjQsM0gyLjAzMWExLDEsMCwwLDEtMiwwLDAuOTgzLDAuOTgzLDAsMCwxLC4xLTAuNDI0QzAuNywxMi45ODQsMy41NCwxMSw3LDExUzEzLjMzMiwxMywxMy44ODIsMTUuNmExLjAyMywxLjAyMywwLDAsMSwuMDM4LjE1OGMwLjAxNCwwLjA4Mi4wNDgsMC4xNTksMC4wNTgsMC4yNDNIMTMuOTY5Wk03LDEwYTUsNSwwLDEsMSw1LTVBNSw1LDAsMCwxLDcsMTBaTTcsMmEzLDMsMCwxLDAsMywzQTMsMywwLDAsMCw3LDJaIj48L3BhdGg+DQo8L3N2Zz4=); }
    .floating-right-nav .item.profile a:hover {
      width: 200px; }

.header-bubble{
  background-color: #e31235;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8rem;
  position: absolute;
  box-sizing: border-box;
  min-width: 1.8rem;
  height: 1.8rem;
  padding: 0 .3rem;
  border: .1rem solid #fff;
  border-radius: 10rem;
  top: 200px;
}

body .catalog_section_list.items.row {
  margin-left: -15px;
  margin-right: -15px; }

body .catalog_section_list .item_block {
  padding: 0 15px;
  margin: 0 0 30px; }

body .catalog_section_list .section_item {
  padding: 0 0 59%;
  position: relative; }
  body .catalog_section_list .section_item .desc {
    display: none; }
  body .catalog_section_list .section_item .image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    width: auto;
    height: auto; }
    body .catalog_section_list .section_item .image img {
      width: 100%;
      height: 100%;
      max-width: none;
      max-height: none;
      object-fit: contain; }

body .catalog_section_list .section_item .name{
  position:         absolute;
  background-color: #46A22A;
  color:            #ffffff;
  bottom:           0px;
  left:             0;
  border-radius:    0 10px 0 0;
}

body .catalog_section_list .section_item .name a{
  display: block;
  padding: 10px 15px 10px 30px;
  color:   #ffffff !important;
}

body .catalog_section_list .section_item .name a span{
  color: #ffffff !important;
}

@media (max-width: 650px) {
  body .catalog_section_list.items.row {
    margin-left: -5px;
    margin-right: -5px; }
  body .catalog_section_list .item_block {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px; }
  body .catalog_section_list .section_item .name {
    margin-right: 10px; }
    body .catalog_section_list .section_item .name a {
      padding: 5px 10px;
      word-break: break-word; }
      body .catalog_section_list .section_item .name a span {
        font-weight: 500;
        font-size: 14px; } }

@media (max-width: 480px) {
  body .catalog_section_list .item_block {
    width: 100%; } }

.personal_wrapper .orders_wrapper .sale-order-list-container{
	overflow: hidden;
}


.tooltip-config::after{
  border-color: #151515 transparent transparent transparent!important;
}

.aki-order-paytype-item, .pay-type-props{
  display: none;
}
.active{
  display: block;
}
.basket-item-timer{
  display: none;
}
.con-tooltip {
  /*position: relative;*/
  background: unset;
  color: unset;
  border: unset;
  border-radius: unset;
  padding: unset;
  /*display: inline-block;*/
  /*transition: all 0.3s ease-in-out;*/
  opacity: unset;
  /*cursor: pointer;*/
}
.tooltip::after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12.5px 0 12.5px;
  border-color: #f50611 transparent transparent transparent;
  position: absolute;
  left: 55%;
  top: 80%;
}

.load-wrapp {
  position: absolute;
  z-index: 100;
  top: 30%;
  left: 50%;
  /*   margin-left:-200px;*/
  /*   margin-top:-100px;*/
  width: 100px;
  height: 100px;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  /*background-color: #d8d8d8;*/
  transition: opacity .5s ease-in;
  opacity: 0;
}
.load-wrapp:last-child {
  /*  margin-right: 0;*/
}
.ring-2 {
  position: absolute;
  width: 45px;
  height: 45px;
  border: 4px solid #4b9cdb;
  border-radius: 100%;
  overflow:visible;
  position:absolute;
  left:55%;
  top:55%;
  margin-left:-27px;
  margin-top:-30px;

}
.ball-holder {
  position: absolute;
  width: 12px;
  height: 45px;
  left: 17px;
  top: 0px;
}
.ball {
  position: absolute;
  top: -11px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #4282b3;
}
.load-5 .ball-holder {
  animation: loadingE 1.3s linear infinite;
}

/*body .flex-direction-nav li, body .flexslider li{
	padding: 0 10px;
}*/
