/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/documents.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
/* 560 */
/* 670 */
/* 680 */
/* 820 */
/* 830 */
/* 920 */
/* 1000 */
/* 1060 */
/* 1160 */
/* 1200 */
/* 1340 */
/* 1360 */
/* 1400 */
/* 1440 */
/* 1500 */
/* 1520 */
/* 1550 */
/* 1580 */
/* 1600 */
.documentsLine {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4vw 1.04vw;
  border-radius: 20px;
  border: 1px solid #cacaca;
  margin-bottom: 1.04vw;
}
@media only screen and (max-width: 590px) {
  .documentsLine {
    padding: 2.77vw 4.44vw;
    margin-bottom: 5.55vw;
  }
}
.documentsLineLeft {
  display: flex;
  align-items: center;
  gap: 1.04vw;
}
@media only screen and (max-width: 590px) {
  .documentsLineLeft {
    gap: 3.33vw;
  }
}
.documentsLine:hover {
  background-color: #ededed;
}
.documentsIcoFile img {
  width: 2.08vw;
}
@media only screen and (max-width: 590px) {
  .documentsIcoFile img {
    width: 8.33vw;
  }
}
.documentsDownload {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.42vw;
}
@media only screen and (max-width: 590px) {
  .documentsDownload {
    gap: 0;
  }
}
.documentsDownload span {
  font-size: 0.73vw;
  color: #4b4e51;
}
@media only screen and (max-width: 590px) {
  .documentsDownload span {
    display: none;
  }
}
@media only screen and (max-width: 590px) {
  .documentsDownload svg {
    width: 5vw;
  }
}
.documentsDownload:hover span {
  color: #e84225;
}
.documentsDownload:hover svg {
  stroke: #e84225;
}

.documentsInfoFileName {
  font-weight: 400;
  font-size: 0.83vw;
  color: #363636;
  margin-bottom: 0.2vw;
}
@media only screen and (max-width: 590px) {
  .documentsInfoFileName {
    font-size: 3.61vw;
    margin-bottom: 1vw;
  }
}
.documentsInfoFileSize {
  font-weight: 600;
  font-size: 0.67vw;
  color: #a9a9a8;
}
@media only screen and (max-width: 590px) {
  .documentsInfoFileSize {
    font-size: 2.77vw;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/page-documents.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/* 560 */
/* 670 */
/* 680 */
/* 820 */
/* 830 */
/* 920 */
/* 1000 */
/* 1060 */
/* 1160 */
/* 1200 */
/* 1340 */
/* 1360 */
/* 1400 */
/* 1440 */
/* 1500 */
/* 1520 */
/* 1550 */
/* 1580 */
/* 1600 */
.pageDocumentTit {
  font-size: 1.56vw;
  font-weight: 600;
  color: #363636;
  margin-bottom: 2.08vw;
}
@media only screen and (max-width: 590px) {
  .pageDocumentTit {
    font-size: 5vw;
    margin-bottom: 5.55vw;
  }
}

.documentText {
  margin-bottom: 1.56vw;
}
@media only screen and (max-width: 590px) {
  .documentText {
    margin-bottom: 5.55vw;
  }
}
.documentText,
.documentText p {
  font-weight: 400;
  font-size: 0.78vw;
  line-height: 180%;
}
@media only screen and (max-width: 590px) {
  .documentText,
  .documentText p {
    font-size: 3.61vw;
  }
}
.documentText p {
  margin-bottom: 0.36vw;
}
@media only screen and (max-width: 590px) {
  .documentText p {
    margin-bottom: 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/components/BlockLoginComponent/block-login.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
/* 560 */
/* 670 */
/* 680 */
/* 820 */
/* 830 */
/* 920 */
/* 1000 */
/* 1060 */
/* 1160 */
/* 1200 */
/* 1340 */
/* 1360 */
/* 1400 */
/* 1440 */
/* 1500 */
/* 1520 */
/* 1550 */
/* 1580 */
/* 1600 */
.blockLogin {
  width: 100%;
  height: auto;
  background-color: #ededed;
  border-radius: 20px;
  padding: 1.56vw 2.08vw;
  display: flex;
  justify-content: space-between;
  gap: 1.56vw;
  align-items: center;
}
@media only screen and (max-width: 590px) {
  .blockLogin {
    padding: 5.55vw;
    gap: 4.44vw;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (max-width: 590px) {
  .blockLoginText {
    width: 100%;
  }
}
.blockLoginText p {
  font-weight: 600;
  font-size: 0.78vw;
  color: #363636;
}
@media only screen and (max-width: 590px) {
  .blockLoginText p {
    font-size: 3.61vw;
    line-height: 180%;
  }
}
.blockLoginBut {
  width: 10.4vw;
}
@media only screen and (max-width: 590px) {
  .blockLoginBut {
    width: 55.55vw;
  }
}
