/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/BreadCrumbsComponent/block-bread-crumbs.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
/* 560 */
/* 670 */
/* 680 */
/* 820 */
/* 830 */
/* 920 */
/* 1000 */
/* 1060 */
/* 1160 */
/* 1200 */
/* 1340 */
/* 1360 */
/* 1400 */
/* 1440 */
/* 1500 */
/* 1520 */
/* 1550 */
/* 1580 */
/* 1600 */
.breadcrumbs {
  color: #e84225;
}
.breadcrumbs,
.breadcrumbs span,
.breadcrumbs a {
  display: inline-block;
  vertical-align: baseline;
  font-weight: 400;
  font-size: 0.73vw;
  color: #a9a9a8;
  line-height: 180%;
}
@media only screen and (max-width: 590px) {
  .breadcrumbs,
  .breadcrumbs span,
  .breadcrumbs a {
    font-size: 2.78vw;
  }
}
.breadcrumbs span.kb_title {
  color: #a9a9a8 !important;
}
.breadcrumbs span:hover {
  color: #e84225;
}

.kb_sep {
  margin: 0px 8px 0px 10px;
  padding-top: 2px;
}
@media only screen and (max-width: 590px) {
  .kb_sep {
    margin: 0 1.5vw 0 1.5vw;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/BlockBannerInComponent/banner-in.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
/* 560 */
/* 670 */
/* 680 */
/* 820 */
/* 830 */
/* 920 */
/* 1000 */
/* 1060 */
/* 1160 */
/* 1200 */
/* 1340 */
/* 1360 */
/* 1400 */
/* 1440 */
/* 1500 */
/* 1520 */
/* 1550 */
/* 1580 */
/* 1600 */
.blockBannerIn {
  min-height: 14.06vw;
  background-image: url(/public/images/bg-bann-in.edbcd3dfa351b7d99b95.jpg);
  padding: 6.25vw 0vw 2.6vw 0vw;
}
@media only screen and (max-width: 590px) {
  .blockBannerIn {
    min-height: 37.22vw;
    padding: 17.1vw 0vw 5.55vw 0vw;
  }
}

.pageTit {
  font-weight: 600;
  font-size: 2.5vw;
  color: #ffffff;
  margin-top: 1.04vw;
}
@media only screen and (max-width: 590px) {
  .pageTit {
    font-size: 7.22vw;
    margin-top: 2.2vw;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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;
}
/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/paginate.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
/* 560 */
/* 670 */
/* 680 */
/* 820 */
/* 830 */
/* 920 */
/* 1000 */
/* 1060 */
/* 1160 */
/* 1200 */
/* 1340 */
/* 1360 */
/* 1400 */
/* 1440 */
/* 1500 */
/* 1520 */
/* 1550 */
/* 1580 */
/* 1600 */
.wrapPagination {
  padding: 2.08vw 0vw;
}
@media only screen and (max-width: 590px) {
  .wrapPagination {
    padding: 5.55vw 0vw;
  }
}
.wrapPagination ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.52vw;
}
@media only screen and (max-width: 590px) {
  .wrapPagination ul {
    gap: 2.22vw;
  }
}
.wrapPagination ul li a,
.wrapPagination ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.18vw;
  height: 2.18vw;
  border-radius: 0.73vw;
  background-color: #f3f3f3;
  font-weight: 400;
  font-size: 0.78vw;
  color: #4b4e51;
}
@media only screen and (max-width: 590px) {
  .wrapPagination ul li a,
  .wrapPagination ul li span {
    width: 9.44vw;
    height: 9.44vw;
    border-radius: 3.33vw;
    font-size: 3.05vw;
  }
}
.wrapPagination ul li a.current,
.wrapPagination ul li span.current {
  background-color: #363636;
  color: #ffffff;
}
.wrapPagination ul li a:hover {
  background-color: #363636;
  color: #ffffff;
}
.wrapPagination ul li a:hover path {
  stroke: #ffffff;
}
/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/archive-services.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
/* 560 */
/* 670 */
/* 680 */
/* 820 */
/* 830 */
/* 920 */
/* 1000 */
/* 1060 */
/* 1160 */
/* 1200 */
/* 1340 */
/* 1360 */
/* 1400 */
/* 1440 */
/* 1500 */
/* 1520 */
/* 1550 */
/* 1580 */
/* 1600 */
.wrapServices {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.56vw;
  margin-top: 1.14vw;
}
@media only screen and (max-width: 590px) {
  .wrapServices {
    grid-template-columns: 100%;
    grid-gap: 4.44vw;
    margin-top: 5.55vw;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/scss/components/seo.scss ***!
  \****************************************************************************************************************************************************************************************************************************************/
/* 560 */
/* 670 */
/* 680 */
/* 820 */
/* 830 */
/* 920 */
/* 1000 */
/* 1060 */
/* 1160 */
/* 1200 */
/* 1340 */
/* 1360 */
/* 1400 */
/* 1440 */
/* 1500 */
/* 1520 */
/* 1550 */
/* 1580 */
/* 1600 */
.blockSeo {
  padding: 1.56vw 0 2.92vw 0;
  color: #363636;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-top: 6.25vw;
}
@media only screen and (max-width: 590px) {
  .blockSeo {
    padding: 5.5vw 0 8vw 0vw;
    margin-top: 22.22vw;
  }
}
.blockSeo h2 {
  font-weight: 500;
  font-size: 1.46vw;
  margin: 0.52vw 0 1.56vw 0;
}
@media only screen and (max-width: 590px) {
  .blockSeo h2 {
    font-size: 5vw;
    margin: 5.55vw 0vw;
  }
}
.blockSeo h2:first-child {
  margin-top: 0;
}
.blockSeo h3 {
  font-weight: 500;
  font-size: 1.1vw;
  margin: 0.52vw 0 1.56vw 0;
}
@media only screen and (max-width: 590px) {
  .blockSeo h3 {
    font-size: 4.44vw;
    margin: 4vw 0vw 2vw 0vw;
  }
}
.blockSeo p {
  font-weight: 400;
  font-size: 0.78vw;
  margin-bottom: 0.78vw;
  line-height: 160%;
}
@media only screen and (max-width: 590px) {
  .blockSeo p {
    font-size: 3.61vw;
    margin-bottom: 1.38vw;
  }
}
.blockSeo p:last-child {
  margin-bottom: 0;
}
.blockSeo ul {
  list-style-type: none;
  padding-left: 0.78vw;
  margin: 1.56vw 0;
}
@media only screen and (max-width: 590px) {
  .blockSeo ul {
    padding-left: 4vw;
    margin: 5.55vw 0;
  }
}
.blockSeo ul:last-child {
  margin-bottom: 0;
}
.blockSeo ul li {
  font-weight: 400;
  font-size: 0.78vw;
  position: relative;
  padding-left: 1.04vw;
}
@media only screen and (max-width: 590px) {
  .blockSeo ul li {
    font-size: 3.61vw;
    padding-left: 5.55vw;
  }
}
.blockSeo ul li:not(:last-child) {
  margin-bottom: 0.52vw;
}
@media only screen and (max-width: 590px) {
  .blockSeo ul li:not(:last-child) {
    margin-bottom: 3vw;
  }
}
.blockSeo ul li:before {
  content: " ";
  display: block;
  width: 0.41vw;
  height: 0.41vw;
  border-radius: 100%;
  background-color: #e84225;
  position: absolute;
  left: 0px;
  top: 0.3vw;
}
@media only screen and (max-width: 590px) {
  .blockSeo ul li:before {
    width: 2.22vw;
    height: 2.22vw;
    top: 1vw;
  }
}
/*!******************************************************************************************************************************************************************************************************************************!*\
  !*** 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/soci.scss ***!
  \******************************************************************************************************************************************************************************************************************************/
/* 560 */
/* 670 */
/* 680 */
/* 820 */
/* 830 */
/* 920 */
/* 1000 */
/* 1060 */
/* 1160 */
/* 1200 */
/* 1340 */
/* 1360 */
/* 1400 */
/* 1440 */
/* 1500 */
/* 1520 */
/* 1550 */
/* 1580 */
/* 1600 */
.soci {
  width: 2.08vw;
  height: 2.08vw;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  display: block;
}
@media only screen and (max-width: 590px) {
  .soci {
    width: 7.78vw;
    height: 7.78vw;
  }
}
.sociVk {
  background-image: url(/public/icons/soci-vk.a23a003b66ce9ffc0884.svg);
}
.sociVk:hover {
  background-image: url(/public/icons/soci-vk-active.d78e0b4bdee182ca3670.svg);
}
.sociOk {
  background-image: url(/public/icons/soci-ok.5d3a0307fb163fabb5fa.svg);
}
.sociOk:hover {
  background-image: url(/public/icons/soci-ok-active.e6321cabab6b0241f9b9.svg);
}
.sociTelegram {
  background-image: url(/public/icons/soci-telegram.35e8728128a4e6154a14.svg);
}
.sociTelegram:hover {
  background-image: url(/public/icons/soci-telegram-active.e790f66f9bbefe52f191.svg);
}
.sociWhatsapp {
  background-image: url(/public/icons/soci-whatsapp.50b0bf91e9c1bfcff0af.svg);
}
.sociWhatsapp:hover {
  background-image: url(/public/icons/soci-whatsapp-active.1aebdb9eb397383c35db.svg);
}
.soci:hover {
  cursor: pointer;
}

.wrapShare {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.04vw;
  padding-top: 1.56vw;
  border-top: 1px solid #dddddd;
}
@media only screen and (max-width: 590px) {
  .wrapShare {
    gap: 2.78vw;
    padding-top: 5.55vw;
    margin-top: 6vw;
  }
}
.wrapShare span {
  font-weight: 400;
  font-size: 0.78vw;
  color: #363636;
}
@media only screen and (max-width: 590px) {
  .wrapShare span {
    font-size: 3.61vw;
  }
}
