/*
 * DISCLAIMER
 *
 * этот css редактируется в модуле fmmpcbuilder 
 */



/* ---- Main heading ---- */

.constructor-heading
{
    margin: 20px 0 50px;
    text-align: center;
    text-transform: uppercase;
}

.constructor-hr-h1
{
    display: none;
}
/* ------------------------ */




/* ---- Cover/main image ---- */

.constructor-container-header
{
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
}

.builder-cover
{
    padding: 0;
    border: none;
    border-radius: 55px;
    background-color: unset;
    cursor: initial !important;
    display: none !important;
}
/* ------------------------ */




/* ---- Main container/wrapper for all component blocks ---- */


#pcbuilder-component-container
{
    margin-top: -10px;
}


.constructor-container
{
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 120px;
}
/* ------------------------ */




/* ---- Component block (it holds all component items) ---- */

.component-block
{
    display: block;
    position: relative;
    margin: 0 auto 30px;
    padding: 15px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #00000010;
    border-radius: 20px;
    background-color: #fff;
}
/* ------------------------ */




/* ---- Items container/wrapper ---- */

.item-component
{
    position: relative;
    margin: 0 auto 20px !important;
    padding: 0;
    overflow: hidden;
    border: 1px solid #00000010;
    border-radius: 20px;
    box-shadow: 0 5px 10px 0 #00000005;
    transition: box-shadow 0.3s;
}

.item-component:hover
{
    box-shadow: 0 6px 12px 0 #00000010;
}




/* ------------------------ */




/* ---- Item left block/cover img ---- */

.constructor-item-image
{
    display: block;
    float: left;
    overflow: hidden;
    width: 230px;
    min-width: 220px;
    aspect-ratio: 1/1;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.constructor-item-image .img-thumbnail
{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
}
/* ------------------------ */




/* ---- Item right block wrapper (all data/info container) ---- */

.constructor-item-info,
.constructor-selected-item
{
    max-width: 500px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 18px;
    box-sizing: border-box;
}

.constructor-selected-item
{

    
}

.constructor-item-info
{
  
}


/* ------------------------ */




/* ---- Item name & description ---- */

.constructor-item-name
{
    margin: 15px 0 8px;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
}

.constructor-item-desc
{
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
    color: #555;
    text-align: left;
}

.constructor-item-desc p
{
    margin-bottom: 0;
}
/* ------------------------ */




/* ---- Price ---- */

.constructor-item-price
{
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: bold;
    color: #518ffb;
}

.constructor-item-price .constructor-plus,
.constructor-item-price .constructor-item-price-formatted
{
    display: inline;
}

.constructor-item-price .constructor-plus
{
    padding-left;
    padding-right: 5px;
    font-size: 20px;
}
/* ------------------------ */



/* ---- Selected item ---- */

.component-selected-item,
.constructor-item-selected
{
    margin: 0 auto 20px !important;
    padding: 0;
    overflow: hidden;
    border: 2px solid #6aa0ff;
    border-radius: 20px;
    box-shadow: 0 6px 12px 0 #00000020;
    /* background-color: #f2fbff;*/
}

.component-selected-item:hover,
.constructor-item-selected:hover
{
    box-shadow: 0 6px 12px 0 #00000020;
}



.component-selected-item .item-subtotal
{
    display: none;
}
/* ------------------------ */




/* ---- Quantity selection ---- */

.constructor-selected-item-qty
{
    width: 100%;
    display: none;
}

.constructor-selected-item-qty .number-input
{
    display: block !important;
    width: 180px;
    margin: 0 auto;
    border: 2px solid #6aa0ff;
    border-radius: 20px;
}

.constructor-selected-item-qty .number-input__input
{
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: bold;
    border: none !important;
    background-color: unset !important;
}

.constructor-selected-item-qty .number-input__button--minus
{
    border: none !important;
    border-radius: unset;
    cursor: pointer;
}

.constructor-selected-item-qty .number-input__button--plus
{
    border: none !important;
    border-radius: unset;
    cursor: pointer;
}

.constructor-selected-item-qty .number-input__button::before
{
    height: 2px !important;
    background-color: #6aa0ff !important;
}

.constructor-selected-item-qty .number-input__button::after
{
    width: 2px !important;
    background-color: #6aa0ff !important;
}

.constructor-selected-item-qty .number-input__button:disabled
{
    opacity: 0.5 !important;
}
/* ------------------------ */




/* ---- Delete btn ---- */

.constructor-selected-cross
{
    display: block;
    width: 180px;
    margin: 20px auto;
    padding: 2px 8px;
    border: 2px solid #fa6328;
    border-radius: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #fa6328 !important;
    background: unset;
}
/* ------------------------ */




/* ---- Order add to card ---- */

.constructor-product-add-to-cart-new
{
    border: none;
    border-radius: unset;
    background: unset;
}


.constructor-order-btn-one-click
{
    display: block;
    width: 180px;
    margin: 0 auto;
    padding: 8px 0 11px;
    border-radius: 30px;
    border: none;
    background-color: #518ffb;
    box-shadow: 0 5px 10px 0 #00000020;
    font-weight: bold;
    color: #fafafa;
    cursor: pointer;
    transition: box-shadow 0.3s; 
}

.constructor-order-btn-one-click:hover
{
    box-shadow: 0 5px 10px 0 #00000035;
}
/* ------------------------ */










.component-block.component {
  box-shadow: none;
}
.component_title {
  color: #232323;
  font-size: 17px;
  text-transform: uppercase;
  background: #f2f2f2;
  padding: 6px;
}
.component-warning {
  border-width: 0px 0px 4px 0px;
  border-color: orange;
}
.component-block.component-required {
  border-bottom: 4px solid red;
}
.component-block.component-required p.alert-warning {
  border-left: 2px solid red;
}
.component-warning p {
  color: orange;
}

.component-success
{
    border-width: 0px 0px 4px 0px;
    border-color: #6eb165;
}

.component-warning, .component-success
{
    display: none;
}



.component-success p {
  color: green;
}
.wizard .component_title {
  background: none;
}
.component_descrption {
  color: #7a7a7a;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  padding: 1rem;
  border-bottom: 1px dashed #d4d4d4;
}
.component_products li {
  list-style: outside none none;
}
.component-block .component-summary-line .label {
  color: #555;
}
.component-item-thumbs .component_products li {
  clear: both;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
}

.component-item-thumbs hr
{
     display: none;
}

/*
.component-item-thumbs .component_products li:hover {
  box-shadow: 0 5px 10px 0 #00000010;
}
*/
















.product-add-to-cart .btn-primary
{
    display: block;
    width: 180px;
    margin: 0 auto;
    border-radius: 30px;
    border: none;
    background-color: #518ffb;
    box-shadow: 0 5px 10px 0 #00000020;
}

.product-add-to-cart .btn-primary:hover
{
    border: none;
    background-color: #518ffb;
}

.product-add-to-cart .btn-primary i
{
    display: none;
}



/*
.item-qty .number-input
{
    border: 1px solid #ddd;
    border-radius: 5px;
}

.item-qty .number-input__input
{
    font-weight: bold;
    border: none !important;
}

.item-qty .number-input__button
{
    border: none;
    border-radius: unset;
    cursor: pointer;
}

.item-qty .number-input__button--minus
{
    border-right: 1px solid #ddd;
}

.item-qty .number-input__button--plus
{
    border-left: 1px solid #ddd;
}
*/


/*
.item-qty .number-input
{
    width: 110px;
    border-bottom: 2px solid #6aa0ff;
}

.item-qty .number-input__input
{
    font-weight: bold;
    border: none !important;
}

.item-qty .number-input__button--minus
{
    border: none !important;
    border-radius: unset;
    cursor: pointer;
}

.item-qty .number-input__button--plus
{
    border: none !important;
    border-radius: unset;
    cursor: pointer;
}

.item-qty .number-input__button::before
{
    height: 2px !important;
    background-color: #6aa0ff !important;
}

.item-qty .number-input__button::after
{
    width: 2px !important;
    background-color: #6aa0ff !important;
}

.item-qty .number-input__button:disabled
{
    opacity: 0.5 !important;
}
*/






.component-selected-item .item-variants {

}
select.variant-selection,
select.selection_dropdown {
  background: #fff;
  border: 0 none;
  padding: 5px 10px;
  width: 100%;
}
.item-variant,
select.selection_dropdown {
  border-radius: 1px;
  box-shadow: 0 0 1px #303;
  overflow: hidden;
}
.item-required {
  color: #ff1800;
  float: right;
  font-weight: bold;
  text-transform: lowercase;
  font-size: 12px;
  margin-top: 5px;
}


.item-component.type_radio
{
    margin: 3px 0 0;
    float: left;
    cursor: pointer;
}
.component-item-thumbs .radio_selection {
  cursor: pointer;
  width: 100%;
}


.component-selection {
  display: inline-block;
  width: 100%;
}



.price-summary
{
    padding: 15px 10px 18px !important;
}







.price-summary .base-total,
.price-summary .items-total,
.price-summary .component-total
{
    padding: 0;
    overflow: hidden;
}

.price-summary .base-total span,
.price-summary .items-total span,
.price-summary .component-total span
{
    float: left;
    width: 50%;
    margin: 0 !important;
    padding: 10px 10px !important;
    box-sizing: border-box;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    color: #518ffb !important;
}

.price-summary .component-total span
{
    font-size: 17px;
}

.price-summary .base-total span:first-child,
.price-summary .items-total span:first-child,
.price-summary .component-total span:first-child
{
    padding-left: 0 !important;
    text-align: right;
    border-right: 2px solid #6aa0ff;
    font-weight: normal;
    color: #444 !important;
}

.price-summary .component-total span:first-child
{
    font-weight: bold;
    color: #777 !important;
}

.price-summary .component-total
{
    background: unset !important;
}


@media (max-width: 500px)
{  
    
    .price-summary .base-total span,
    .price-summary .items-total span,
    .price-summary .component-total span
    {
        width: 35%;
    }

    .price-summary .base-total span:first-child,
    .price-summary .items-total span:first-child,
    .price-summary .component-total span:first-child
    {
        width: 65%;
    }   
}



/*
.component-block.price-summary .component-summary-line,
.item-subtotal {
  padding: 0.5rem;
}
.component-block.price-summary .component-summary-line.component-total {
  background-color: #25b9d7;
}
.component-block.price-summary .component-summary-line.component-total .label,
.component-block.price-summary .component-summary-line.component-total .value {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
}
*/

.item-subtotal
{
  padding-bottom: 0;
  width: 100%;
}

.item-subtotal p
{
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    color: #777;
}

.align-right
{
  /* float: right; */
}

.disable-btn {
  opacity: 0.5;
  cursor: not-allowed !important;
}
.enable-btn {
  opacity: 0.5;
  cursor: pointer;
}
.selected-enter-active,
.selected-leave-active {
  transition: opacity 0.5s ease 0s;
}
.selected-enter,
.selected-leave-to {
  opacity: 0;
}
.global-loading {
  background: #fff url("../../views/img/cart-loader.gif") no-repeat scroll
    center center;
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
.component-loading {
  background: #fff url("../../views/img/comps.gif") no-repeat scroll center
    center;
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}


/**********************************************/
/*              Steps Wizard                  */
/**********************************************/

.wizard[data-v-c21d83ca] {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px dashed #d9d9d9;
  margin-bottom: 10px;
}
.wizard .wizard__body {
  background: none !important;
  border: 0px !important;
  border-radius: 0px !important;
  min-height: auto !important;
  padding-bottom: 5px !important;
}
.wizard .wizard__body__step {
  height: auto;
  padding: 0px !important;
}
.wizard .wizard__body__actions {
  background-color: #ffffff !important;
  border: 1px solid !important;
  margin-bottom: 5px;
  border-color: #e4e4e4 !important;
}
.wizard .wizard__next.final-step {
  display: none !important;
}
.wizard__step__label[data-v-c21d83ca] {
  color: #03a9f4 !important;
  border-bottom: 2px dashed #03a9f4;
  text-transform: uppercase !important;
}
.wizard__step__indicator[data-v-c21d83ca] {
  bottom: 20px !important;
}
.wizard__step.active.vgw-mobile[data-v-c21d83ca] {
  margin-top: 20px !important;
}

.wizard__body__actions[data-v-c21d83ca] {
  position: relative !important;
}
.wizard__body__actions a[data-v-c21d83ca] {
  width: 90px !important;
}

/**********************************************/
/*                 Accordion                  */
/**********************************************/

.beforeBorder {
  position: relative;
}
.beforeBorder:before {
  transition: opacity 0.1s linear, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.1s linear, transform 0.5s ease-in-out;
  transition: opacity 0.1s linear, transform 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  position: absolute;
  border-bottom: 2px solid #6aa0ff;
  content: "";
  width: 100%;
  left: 0;
  bottom: -1px;
}
.beforeBorder:not(:hover)::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
}
.Accordion {
  background: #fff;
  box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.Expander__trigger
{
    padding: 0.7rem 0.5rem;
    font-weight: bold;
    cursor: pointer;
}

.Expander__trigger.active
{
    border-bottom: 2px solid #6aa0ff;
}

.Expander__trigger-Icon
{
  transition: -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.Expander__trigger-Icon.open {
  stroke: #6495ed;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.Expander__body {
  padding: 20px 0;
}
.rightToLeft-enter-active {
  -webkit-animation: rightToLeft 0.5s;
  animation: rightToLeft 0.5s;
}
.rightToLeft-leave-active {
  animation: rightToLeft 0.5s reverse;
}
.leftToRight-enter-active {
  -webkit-animation: leftToRight 0.5s;
  animation: leftToRight 0.5s;
}
.leftToRight-leave-active {
  animation: leftToRight 0.5s reverse;
}
.bounceIn-enter-active {
  -webkit-animation: bounceIn 0.3s;
  animation: bounceIn 0.3s;
}
.bounceIn-leave-active {
  animation: bottomToTop 0.2s reverse;
}
.bottomToTop-enter-active {
  -webkit-animation: bottomToTop 0.5s forwards;
  animation: bottomToTop 0.5s forwards;
}
.bottomToTop-leave-active {
  animation: bottomToTop 0.5s reverse;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@-webkit-keyframes rightToLeft {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
  50% {
    -webkit-transform: translateX(-2em);
    transform: translateX(-2em);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes rightToLeft {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
  50% {
    -webkit-transform: translateX(-2em);
    transform: translateX(-2em);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes leftToRight {
  0% {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
  50% {
    -webkit-transform: translateX(2em);
    transform: translateX(2em);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes leftToRight {
  0% {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
  50% {
    -webkit-transform: translateX(2em);
    transform: translateX(2em);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes bottomToTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bottomToTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/**********************************************/
/*         Specific for PS 1.6.x              */
/**********************************************/
.ps_old .component-block .item-info .item-price {
  padding: 10px 0px 10px 0px;
}
.ps_old .component_title {
  margin-top: -5px;
}

/**********************************************/
/*         Specific for PS 1.7.x              */
/**********************************************/
.ps_new .component-item-thumbs .item-info.type_radio {
  width: auto;
  text-align: left;
}

/* grid view for thumbnails */



.item-component .type_thumbnail.grid {
  width: 25%;
  margin: 0px 15px 10px 15px;
  padding: 0px;
}
.ps_old .item-component.type_thumbnail.grid {
  margin: 0px 12px 10px 12px;
}
.item-component.type_thumbnail.grid .item-info .item-name {
  display: none;
}
.item-component.type_thumbnail.grid .item-image {
  display: block;
  float: none;
  text-align: center;
}
.item-component.type_thumbnail.grid .item-image .img-thumbnail {
  border: none;
}














/**********************************************/
/*         Responsive Meia Queries            */
/**********************************************/


/*
@media (min-width: 768px) and (max-width: 990px) {
  .ps_old .component-item-thumbs .item-info {
    width: 100%;
    padding-left: 0px;
  }

  .ps_old .item-component.type_thumbnail.grid {
    margin: 0px 6px 10px 6px;
  }
  .component-item-thumbs .item-info .item-variant .variant-selection {
    width: 100%;
  }
  .component-item-thumbs .item-info.type_radio {
    padding-left: 10px;
    max-width: 75%;
  }
  .component-block.price-summary .component-summary-line,
  .item-subtotal {
    padding: 0px;
  }
  .component-summary-line .label {
    padding: 5px;
    font-weight: normal;
  }
  .component-block.price-summary {
    padding: 0.5rem 0.5rem 0.5rem;
  }
  .ps_new .component-item-thumbs .item-image {
    width: 35%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ps_new .item-component.type_thumbnail.grid .item-image {
    width: 100%;
  }
  .item-component.type_thumbnail.grid {
    width: 40%;
    margin: 0px 10px 10px 10px;
    padding: 0px;
  }
}
@media (min-width: 414px) and (max-width: 570px) {
  .ps_new .component-item-thumbs .item-info {
    max-width: 65%;
  }
  .ps_new .component-item-thumbs .item-image {
    width: 35%;
  }
  .ps_new .item-component.type_thumbnail.grid .item-image {
    width: 100%;
  }

  .item-component.type_thumbnail.grid {
    width: 33%;
    margin: 0px 25px 10px 25px;
    padding: 0px;
  }
}
@media (max-width: 380px) {
  .ps_ld .component-item-thumbs .item-info {
    max-width: 60%;
  }
  .ps_new .component-item-thumbs .item-info {
    max-width: 55%;
  }
  .wizard .component-item-thumbs .item-info,
  .accordion .component-item-thumbs .item-info {
    max-width: 55%;
  }
  .item-component.type_thumbnail.grid {
    width: 35%;
    margin: 0px 18px 10px 18px;
    padding: 0px;
  }
}

*/

/**********************************************/
/* BMD-360: component groups slider           */
/**********************************************/

.top-slider-menu {
    margin: 10px auto 34px;
    overflow: hidden;
}

.top-slider-menu:not(.slick-initialized) {
    display: flex;
    justify-content: center;
}

.component-group-slide {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    min-height: 224px;
    padding: 6px 2px;
    border: 0;
    background: transparent;
    color: #555;
    cursor: pointer;
    text-align: center;
}

.component-group-slide:focus {
    outline: none;
}

.component-group-slide__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 112px;
    overflow: hidden;
    border: 2px solid #999;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.12);
    transition: width 0.3s ease, height 0.3s ease, border-color 0.3s ease;
}

.component-group-slide__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.component-group-slide__title {
    display: block;
    min-height: 40px;
    margin-top: 9px;
    overflow: hidden;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    transition: color 0.3s ease, font-size 0.3s ease;
    white-space: nowrap;
}

.top-slider-menu .slick-center .component-group-slide__image {
    width: 156px;
    height: 156px;
    border-color: #4f8ff7;
}

.top-slider-menu .slick-center .component-group-slide__title {
    color: #4f8ff7;
    font-size: 16px;
}

.top-slider-menu .slick-track {
    display: flex;
    align-items: flex-end;
}

.top-slider-menu .slick-slide {
    visibility: visible;
    padding-right: 0;
    padding-left: 0;
}

.top-slider-menu .slick-dots {
    position: static;
    display: flex !important;
    justify-content: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-slider-menu .slick-dots li {
    width: 13px;
    height: 13px;
    margin: 0;
}

.top-slider-menu .slick-dots button {
    display: block;
    width: 13px;
    height: 13px;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 50%;
    background: #c5d7fa;
    color: transparent;
    font-size: 0;
    cursor: pointer;
}

.top-slider-menu .slick-dots button::before {
    content: none;
}

.top-slider-menu .slick-dots .slick-active button {
    background: #4f8ff7;
}

#pcbuilder-component-container .component-group {
    display: none;
}

#pcbuilder-component-container .component-group.component-group--active {
    display: block;
}

.slick-slider
{
    margin-bottom: 0;
}



/*

.component_products ul:has(.grid)
{
    margin: 0 -1% 0 -1%;
}


.component_products ul:has(.grid) .constructor-item-selected
{
    box-shadow: 0 6px 12px 0 #00000040;
    transform: rotate(10deg);
    transition: transform 0.4s;
}


.grid
{
    width: 23.75% !important;
    margin-left: 1% !important;
}

.grid .constructor-item-image
{
    width: 100% !important;
    min-width: auto;
    margin-bottom: 0;
}

.grid .constructor-item-info
{
     display: none;
}
*/

.item-component.list::after
{
    content: "";
    display: block;
    float: right;
    width: 23px;
    height: 23px;
    border: 2px solid #6aa0ff;
    border-radius: 5px;
    position:absolute;
    bottom: 100px;
    right: 20px;
}

.constructor-item-selected.list::after
{
    content: "\2713";
    color: #fff;
    text-align: center;
    font-size: 27px;
    line-height: 17px;
    background-color: #6aa0ff;
}

@media (max-width: 800px)
{
    .constructor-item-selected.list::after
    {
        font-size: 20px;
        line-height: 18px;
    }
}


@media (max-width: 650px)
{
    .item-component.list::after
    {
        bottom: 20px;
    }
}





.component_products ul:has(.grid)
{
    margin-right: -1.5%;
}




.grid
{
    width: 31.83% !important;
    margin-right: 1.5% !important;
}

.grid .constructor-item-image
{
    width: 100% !important;
    min-width: auto;
    margin-bottom: 0;
}

.grid .constructor-item-info
{
     display: none;
}

.component_products ul:has(.grid) .constructor-item-selected
{
    position: relative;
    top: 10px;
    left: 2%;
    box-shadow: 0 6px 12px 0 #00000040;
    transform: rotate(10deg);
    transition: transform 0.4s;
    z-index: 1000;
}




@media (min-width: 801px)
{  
    .component_products ul:has(.grid) .item-component:nth-child(3n).constructor-item-selected
    {
        left: -1.5%;
    }
}


@media ((min-width: 501px) and (max-width: 800px))
{    
    .grid
    {
        width: 48.5% !important;
    }
      
    .component_products ul:has(.grid) .constructor-item-selected
    {
        top: 10px;
        left: 3%;
        width: 48% !important;
    }
    
    .component_products ul:has(.grid) .item-component:nth-child(2n).constructor-item-selected
    {
        left: -1.5%;
    }

}




@media (max-width: 500px)
{  
    .component_products ul:has(.grid)
    {
        margin-right: 0;
    }
    
    .grid
    {
        width: 100% !important;
        margin-right: 0 !important;
    }
    
    .component_products ul:has(.grid) .constructor-item-selected
    {
        top: 5px;
        left: 5%;
        width: 90% !important;
    }  
}





#component-6 .constructor-basic-kit-text
{
    visibility: hidden;
}

#component-6 .constructor-item-selected .constructor-basic-kit-text
{
    visibility: visible;
}


#component-16 .component-selected-item:first-child .constructor-remove-selected-button
{
    display: none;
}


#component-17 .component-selected-item:first-child .constructor-remove-selected-button
{
    display: none;
}

#component-18 .constructor-basic-kit-text
{
    visibility: hidden;
}

#component-18 .constructor-item-selected .constructor-basic-kit-text
{
    visibility: visible;
}

#component-19 .constructor-remove-selected-button
{
    display: block;
}


#component-20 .item-component:first-child .constructor-remove-selected-button
{
    display: none;
}






@media (max-width: 650px)
{
    .constructor-heading
    {
        margin: -10px 0 0;
    }
    
    .top-slider-menu .slick-dots
    {
        margin-top: -10px;
    }
    
    .slick-dotted
    {
        margin-bottom: 15px;
    }
    
    .constructor-container-header,
    .constructor-container
    {
         max-width: 500px;
    }

    .constructor-item-image
    {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .constructor-item-selected.list::after
    {
        font-size: 20px;
        line-height: 18px;
    }
}


@media (max-width: 650px)
{
    .item-component.list::after
    {
        bottom: 20px;
    }
}





.component_products ul:has(.grid)
{
    margin-right: -1.5%;
}




.grid
{
    width: 31.83% !important;
    margin-right: 1.5% !important;
}

.grid .constructor-item-image
{
    width: 100% !important;
    min-width: auto;
    margin-bottom: 0;
}

.grid .constructor-item-info
{
     display: none;
}

.component_products ul:has(.grid) .constructor-item-selected
{
    position: relative;
    top: 10px;
    left: 2%;
    box-shadow: 0 6px 12px 0 #00000040;
    transform: rotate(10deg);
    transition: transform 0.4s;
    z-index: 1000;
}




@media (min-width: 801px)
{  
    .component_products ul:has(.grid) .item-component:nth-child(3n).constructor-item-selected
    {
        left: -1.5%;
    }
}


@media ((min-width: 501px) and (max-width: 800px))
{    
    .grid
    {
        width: 48.5% !important;
    }
      
    .component_products ul:has(.grid) .constructor-item-selected
    {
        top: 10px;
        left: 3%;
        width: 48% !important;
    }
    
    .component_products ul:has(.grid) .item-component:nth-child(2n).constructor-item-selected
    {
        left: -1.5%;
    }

}




@media (max-width: 500px)
{  
    .component_products ul:has(.grid)
    {
        margin-right: 0;
    }
    
    .grid
    {
        width: 100% !important;
        margin-right: 0 !important;
    }
    
    .component_products ul:has(.grid) .constructor-item-selected
    {
        top: 5px;
        left: 5%;
        width: 90% !important;
    }  
}





#component-6 .constructor-basic-kit-text
{
    visibility: hidden;
}

#component-6 .constructor-item-selected .constructor-basic-kit-text
{
    visibility: visible;
}


#component-16 .component-selected-item:first-child .constructor-remove-selected-button
{
    display: none;
}


#component-17 .component-selected-item:first-child .constructor-remove-selected-button
{
    display: none;
}

#component-18 .constructor-basic-kit-text
{
    visibility: hidden;
}

#component-18 .constructor-item-selected .constructor-basic-kit-text
{
    visibility: visible;
}

#component-19 .constructor-remove-selected-button
{
    display: block;
}


#component-20 .item-component:first-child .constructor-remove-selected-button
{
    display: none;
}






@media (max-width: 650px)
{
    .constructor-heading
    {
        margin: -10px 0 0;
    }
    
    .top-slider-menu .slick-dots
    {
        margin-top: -10px;
    }
    
    .slick-dotted
    {
        margin-bottom: 15px;
    }
    
    .constructor-container-header,
    .constructor-container
    {
         max-width: 500px;
    }

    .constructor-item-image
    {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    
    .constructor-item-info
    {
        margin-bottom: 15px;
    }
    
    .constructor-item-name
    {
        margin: 7px 0 15px;
    }

    .Expander__trigger-Icon
    {
        margin: 0 -3px 0 -17px;
    }
}

@media (max-width: 499px) {
    .top-slider-menu {
        margin-right: -15px;
        margin-left: -15px;
    }

    .component-group-slide__image {
        width: 104px;
        height: 104px;
    }

    .top-slider-menu .slick-center .component-group-slide__image {
        width: 150px;
        height: 150px;
    }
}

/* ==========================================================================
   Constructor Sticky Price Bar & Navigation Buttons (ТЗ-1 & ТЗ-2) - Floating Pill
   ========================================================================== */

/*
.constructor-sticky-bar {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    width: calc(100% - 140px);
    max-width: 960px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16), 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 20px;
    padding: 12px 28px;
    z-index: 1030;
    opacity: 1;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease;
    pointer-events: auto;
}

.constructor-sticky-bar--hidden {
    transform: translateX(-50%) translateY(120%);
    opacity: 0;
    pointer-events: none;
}

.constructor-sticky-bar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

.constructor-sticky-bar__price-box {
    display: flex;
    flex-direction: column;
}

.constructor-sticky-bar__label {
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
}

.constructor-sticky-bar__value {
    font-size: 22px;
    font-weight: 700;
    color: #2195b2;
}

.constructor-sticky-bar__btn {
    background: #2195b2;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 12px 36px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(33, 149, 178, 0.35);
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

.constructor-sticky-bar__btn:hover {
    background: #1b7e97;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(33, 149, 178, 0.45);
}

.constructor-order-btn-one-click {
    transition: background 0.2s, transform 0.15s;
    cursor: pointer;
}

.constructor-order-btn-one-click:hover {
    opacity: 0.92;
    transform: translateY(-1px);
}

@media (max-width: 991px) {
    .constructor-sticky-bar {
        width: calc(100% - 40px);
        bottom: 15px;
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {
    .constructor-sticky-bar {
        left: 128px;
        right: 12px;
        width: auto;
        bottom: 55px;
        transform: translateY(0);
        padding: 10px 12px;
        border-radius: 16px;
    }
    .constructor-sticky-bar--hidden {
        transform: translateY(120%);
    }
    .constructor-sticky-bar__label {
        display: none;
    }
    .constructor-sticky-bar__value {
        font-size: 18px;
    }
    .constructor-sticky-bar__btn {
        padding: 10px 18px;
        font-size: 14px;
    }
}

*/

.constructor-sticky-bar
{
    position: fixed;
    width: 100%;
    max-width: 500px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    margin: 0;
    padding: 12px 28px;
    border: 1px solid #00000010;
    border-radius: 20px;
    box-shadow:  0 5px 10px 0 #00000010;
    background: #ffffff;
    z-index: 1030;
    opacity: 1;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease;
    pointer-events: auto;
}

.constructor-sticky-bar--hidden {
    transform: translateX(-50%) translateY(120%);
    opacity: 0;
    pointer-events: none;
}

.constructor-sticky-bar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

.constructor-sticky-bar__price-box {
    display: flex;
    flex-direction: column;
}

.constructor-sticky-bar__label {
    display: none;
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
}

.constructor-sticky-bar__value {
    font-size: 17px;
    font-weight: 700;
    color: #518ffb;
}

.constructor-sticky-bar__btn {
    width: 120px;
    border: none;
    border-radius: 30px;
    padding: 8px 0 11px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 5px 10px 0 #00000020;
    background: #518ffb;
    color: #fafafa;
    transition: box-shadow 0.3s;
}

.constructor-sticky-bar__btn:hover {
    box-shadow:  0 5px 10px 0 #00000035;
}

.constructor-order-btn-one-click {
    cursor: pointer;
}

.constructor-order-btn-one-click:hover {

}

@media (max-width: 991px)
{
    .constructor-sticky-bar
    {
        bottom: 15px;
        padding: 10px 20px;
    }
}

@media (max-width: 767px)
{
    .constructor-sticky-bar
    {
        max-width: 350px;
        padding: 10px 12px;
        border-radius: 16px;
    }

    .constructor-sticky-bar--hidden
    {
        transform: translateY(120%);
    }

    .constructor-sticky-bar__value
    {
        
    }

    .constructor-sticky-bar__btn
    {
        font-size: 14px;
    }
}

@media (max-width: 500px)
{
    .constructor-sticky-bar
    {
        max-width: 80vw;
    }

}


/* End BMD-360: component groups slider */
