/*  equipment */
.c-equipment-title {
  color: var(--menu-main-color); 
}

.c-prices-details-with-cars .edys-gallery-wall-inner {
  grid-template-columns: 1fr 1fr;
}

.c-prices-details-with-cars-description-text-block.equipment {
  margin-bottom: 0;
}

@media screen and (max-width: 850px) {
  .c-equipment-title * {
    font-size: 32px !important;
  }
}

 @media screen and (max-width: 640px) {
  .c-equipment-title {
    line-height: 1.4em;
  }
   
  .c-equipment-title * {
    font-size: 26px !important;
  }
}

 @media screen and (max-width: 535px) {
  .c-equipment-title * {
    font-size: 22px !important;
  }
}

/* prices  */
.c-pices-page-main {
  background: linear-gradient(180deg, transparent 0%, transparent 5%, rgba(138, 157, 237, 0.35) 10%, var(--c-blue-color) 95%, var(--footer-body-background-color) 100%);
  padding: 0 15px;
}

.c-prices-modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  z-index: 200;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  padding: 42px 0;
}

.c-popup-close-icon {
  stroke: var(--white-color);
  position: fixed;
  right: 10px;
  top: 10px;
  transition: .3s;
  cursor: pointer;
  z-index: 4;
}

.c-popup-close-icon:hover {
  transform: scale(1.1);
}

.c-prices-modal img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: calc(100vh - 84px);
}

.c-prices-modal.show {
  opacity: 1;
  visibility: visible;
}

.c-prices-details {
  padding: 60px 0 0px;
}

.c-prices-details p {
  color: var(--menu-main-color);
}

.c-prices-details-with-cars {
  padding: 60px 0 130px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 70px 10px;
  color: var(--menu-main-color);
  align-items: center
}

.c-prices-details-with-cars-description-title {
  margin-bottom: 15px;
}

.c-prices-details-with-cars-price-text-block {
  margin-bottom: 15px;
}

.c-prices-details-with-cars-description-text-block {
  margin-bottom: 20px;
}

.c-prices-details-with-cars-description-list {
  list-style-type: square;
}

.c-prices-details-with-cars-description-list li {
  margin-left: 20px;
}

.c-prices-details-with-cars-description-list li::marker {
  color: var(--white-color);
}

.c-bottom-btns {
  display: flex;
  align-items: center;
  gap: 15px;
}

.c-car-params-btn {
  border: none;
  cursor: pointer;
}


.edys-gallery-area.edys-gallery-slider.edys-gallery-slider-aspect {
  padding-bottom: 0 !important;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}

.edys-gallery-slider .edys-gallery-slider-inner {
  display: flex;
  align-items: center;
}

.c-prices-details-with-cars a.edys-gallery-slider-item {
  cursor: auto;
}

.c-prices-details-with-cars a.edys-gallery-slider-item,
.edys-gallery-slider .edys-gallery-slider-scroll-crop {
  border-radius: 4px;
  /*height: 100%;*/
  height: auto !important;
  display: flex;
  align-items: center;
  flex: 1 0 100%;
}

.edys-gallery-slider .edys-gallery-slider-scroll-crop {
  overflow: hidden;
}

.edys-gallery-slider .edys-gallery-slider-scroll-crop a {
  /*box-shadow: 0 0 5px var(--white-color);*/
}

.c-prices-details-with-cars a.edys-gallery-slider-item img {
  cursor: pointer;
}

.edys-gallery-area.edys-gallery-slider.edys-gallery-slider-aspect {
  padding-bottom: 0;
}

/*.edys-gallery-slider .edys-gallery-slider-inner,*/
/*.edys-gallery-slider .edys-gallery-slider-scroll-crop {*/
/*  height: auto;*/
/*}*/

.c-prices-details-with-cars .edys-gallery-slider-next,
.c-prices-details-with-cars .edys-gallery-slider-prev {
  opacity: 1 !important;
  background: #bfbfbf;
  border-radius: 4px;
  box-shadow: -0px 0px 4px 0 rgba(0,0,0,.3);
  transition: .4s !important;
}

.c-prices-details-with-cars .edys-gallery-slider-next:hover,
.c-prices-details-with-cars .edys-gallery-slider-prev:hover {
  border-radius: 30%;
  box-shadow: -0px 0px 8px 0 rgba(0,0,0,.7);
}

.edys-gallery-slider .edys-gallery-slider-item img {
  height: auto !important;
  border-radius: 4px;
}

@media screen and (max-width: 870px) {
  .c-prices-details-with-cars {
    grid-template-columns: 1fr;
    justify-items: center;
    grid-gap: 35px 10px;
  }
  
  .c-prices-details-with-cars .c-prices-details-with-cars-section:not(:first-child) {
    margin-top: 30px;
  }
  
  .edys-gallery-area.edys-gallery-slider.edys-gallery-slider-aspect {
    width: 90%;
    margin: 32% 0;
  }
  
  .c-prices-details-with-cars-section.prices {
    width: 90%;
  }
}

@media screen and (max-width: 565px) {
  .c-equipment-title * {
    font-size: 32px;
  }
}

@media screen and (max-width: 545px) {
  .c-prices-details-with-cars-description-block * {
    font-size: 1.1rem !important;
  }
  
  .c-prices-details p {
    font-size: 16px;
  }
}

@media screen and (max-width: 455px) {
  .c-prices-details-with-cars .edys-gallery-wall-inner {
    grid-template-columns: 1fr;
  }
  
  .c-prices-details-with-cars-description-block * {
    font-size: 0.9rem !important;
  }
  
  .edys-gallery-area.edys-gallery-slider.edys-gallery-slider-aspect {
    width: 95%;
  }
  
  .c-prices-details p {
    font-size: 14px;
  }
  
  .c-prices-details-with-cars-section.prices {
    width: 95%;
  }
}

@media screen and (max-width: 370px) {
  .c-equipment-title * {
    font-size: 28px;
  }
}

@media screen and (max-width: 340px) {
  .c-prices-details-with-cars-description-block * {
    font-size: 0.7rem !important;
  }
  
  .edys-gallery-area.edys-gallery-slider.edys-gallery-slider-aspect {
    width: 99%;
  }
  
  .c-prices-details p {
    font-size: 12px;
  }
  
  .c-prices-details-with-cars-section.prices {
    width: 99%;
  }
}