/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/components/OtherServicesComponent/other-services.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
/* 560 */
/* 670 */
/* 680 */
/* 820 */
/* 830 */
/* 920 */
/* 1000 */
/* 1060 */
/* 1160 */
/* 1200 */
/* 1340 */
/* 1360 */
/* 1400 */
/* 1440 */
/* 1500 */
/* 1520 */
/* 1550 */
/* 1580 */
/* 1600 */
.blockOtherServices {
  padding: 5.2vw 0 4vw 0;
}

.wrapOtherServices {
  width: calc(100% + 10vw);
}
.wrapOtherServices .blService {
  width: 25.52vw;
  margin-right: 1.56vw;
}
/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/scss/components/bl-service.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
/* 560 */
/* 670 */
/* 680 */
/* 820 */
/* 830 */
/* 920 */
/* 1000 */
/* 1060 */
/* 1160 */
/* 1200 */
/* 1340 */
/* 1360 */
/* 1400 */
/* 1440 */
/* 1500 */
/* 1520 */
/* 1550 */
/* 1580 */
/* 1600 */
.blServiceIn {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 1.04vw;
  overflow: hidden;
}
@media only screen and (max-width: 590px) {
  .blServiceIn {
    border-radius: 5.55vw;
  }
}
.blServiceIn:hover .wrapBlServiceInfo {
  backdrop-filter: blur(15px);
}
.blServiceIn:hover .butBlService {
  opacity: 1;
}

.blServiceImg {
  width: 100%;
  aspect-ratio: 1.42/1;
  object-fit: cover;
}

.wrapBlServiceInfo {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  display: flex;
  align-items: flex-end;
  background: rgba(25, 25, 27, 0.3);
}

.blServiceInfo {
  width: 100%;
  padding: 2vw 1.56vw 1.56vw 1.56vw;
  background: linear-gradient(180deg, rgba(37, 39, 43, 0) 0%, #25272b 100%);
}
@media only screen and (max-width: 590px) {
  .blServiceInfo {
    padding: 5.55vw 4.44vw 4.44vw 4.44vw;
  }
}

.blServiceTit {
  font-weight: 500;
  font-size: 0.83vw;
  color: #ffffff;
  line-height: 140%;
}
@media only screen and (max-width: 590px) {
  .blServiceTit {
    font-size: 3.33vw;
  }
}

.butBlService {
  width: 10.42vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
  opacity: 0;
  transition: 0.5s;
}
@media only screen and (max-width: 590px) {
  .butBlService {
    width: 44.44vw;
  }
}
.butBlService:active {
  transform: translate3d(-50%, -50%, 0px);
}
/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/components/AsideComponent/aside.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
/* 560 */
/* 670 */
/* 680 */
/* 820 */
/* 830 */
/* 920 */
/* 1000 */
/* 1060 */
/* 1160 */
/* 1200 */
/* 1340 */
/* 1360 */
/* 1400 */
/* 1440 */
/* 1500 */
/* 1520 */
/* 1550 */
/* 1580 */
/* 1600 */
@media only screen and (max-width: 590px) {
  .asideCategories {
    margin-bottom: 5.55vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 2.78vw;
    padding-bottom: 5vw;
    align-items: center;
  }
}
.asideCategories > li {
  display: block;
  margin-bottom: 0.52vw;
  background-color: #ffffff;
  border-radius: 0.83vw;
  overflow: hidden;
  padding-right: 2.08vw;
  position: relative;
}
@media only screen and (max-width: 590px) {
  .asideCategories > li {
    margin-bottom: 0;
    flex-shrink: 0;
    border-radius: 8vw;
    max-width: 80vw;
  }
}
.asideCategories > li.active {
  background-color: #363636;
}
.asideCategories > li.active span {
  color: #ffffff;
}
.asideCategories > li.active.current > a > span {
  color: #e84225;
}
.asideCategories > li.active.hasChildren .arrSide {
  position: absolute;
  right: 1.04vw;
  top: 1.1vw;
  z-index: 2;
}
.asideCategories > li.active.hasChildren .arrSide:hover {
  cursor: pointer;
}
.asideCategories > li.active.hasChildren .arrSide:hover svg {
  stroke: #e84225;
}
.asideCategories > li.active.hasChildren.open .arrSide {
  transform: rotate(180deg);
}
.asideCategories > li.active.hasChildren.open .arrSide svg {
  stroke: #e84225;
}
.asideCategories > li.active.hasChildren.open .arrSide:hover svg {
  stroke: #a9a9a8;
}
.asideCategories > li span {
  display: block;
  width: 100%;
  height: auto;
  padding: 1.04vw;
  font-weight: 500;
  font-size: 0.83vw;
  color: #262626;
  position: relative;
}
@media only screen and (max-width: 590px) {
  .asideCategories > li span {
    height: auto;
    font-size: 3.61vw;
    padding: 2.5vw 5.13vw;
    border-radius: 2.22vw;
  }
}
.asideCategories > li span:hover {
  color: #e84225;
  cursor: pointer;
}
.asideCategories li span strong {
  font-size: 0.6vw;
  color: #a9a9a8;
  display: inline-block;
  vertical-align: super;
}
.asideCategories li.open .asideSubCategories {
  display: block;
}

.arrSide {
  position: absolute;
  right: 1vw !important;
  top: 1vw !important;
}
@media only screen and (max-width: 590px) {
  .arrSide {
    position: absolute;
    right: 5vw !important;
    top: 50% !important;
    transform: translate3d(0px, -50%, 0px);
  }
}

.asideSubCategories {
  display: none;
}
.asideSubCategories li {
  padding-left: 0.83vw;
}
.asideSubCategories li.current span {
  color: #e84225;
}
