/*
 * Copyright (c) 2020. sandysman@mail.ru Martynov A.V.
 */
.faq_name {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  /* identical to box height, or 123% */
  letter-spacing: 0.02em;
  color: #000000;
  padding-bottom: 30px;
}
.active_napr {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  outline: none;
  /* or 137% */
  letter-spacing: 0.02em;
  color: #2D313D;
  padding: 18px;
  margin-bottom: 10px;
  background: #FCFCFC;
  border: 1px solid #D9DFEE !important;
  border-bottom: 4px solid #00A84E !important;
}
.napr {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height, or 137% */
  letter-spacing: 0.02em;
  color: #2D313D;
  padding: 18px;
  margin-bottom: 10px;
}
.left_bar {
  width: 100%;
  max-width: 362px;
}
.hide {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}
.accordion {
  background: #fff;
  width: 100%;
  max-width: 745px;
  flex-wrap: wrap;
}
.accordion-item {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 24px;
}
.accordion-label {
  width: 100%;
  display: block;
  font-size: 18px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height, or 137% */
  letter-spacing: 0.02em;
  color: #000000;
}
.accordion-label:hover {
  cursor: pointer;
}
.unactlabel:after {
  content: '';
  /* position: absolute; */
  height: 23px;
  width: 23px;
  /* top: 22px; */
  /* left: 12px; */
  display: inline-block;
  background: url(img/faq_arrow.png);
  z-index: 9999;
  float: right;
}
.actlabel:after {
  content: '';
  /* position: absolute; */
  height: 23px;
  width: 23px;
  /* top: 22px; */
  /* left: 12px; */
  display: inline-block;
  background: url(img/faq_arrow.png);
  z-index: 9999;
  float: right;
  -webkit-transform: rotate(-90deg);
  /* Chrome y Safari */
  -moz-transform: rotate(-90deg);
  /* Firefox */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  /* Internet Explorer */
  -o-transform: rotate(-90deg);
  /* Opera */
}
input[type=checkbox]:checked ~ .accordion-label:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion-child {
  margin: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  height: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}
input[type=checkbox]:checked ~ .accordion-child {
  margin: 0 -20px 15px -20px;
  background: #fff;
  padding: 30px;
  height: auto;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.faq_column {
  display: flex;
  flex-wrap: wrap;
}
.faq-list {
  padding-left: 78px;
}
@media (min-width: 1024px) {
  .main_top-hide {
    display: none;
  }
}
@media (max-width: 1024px) {
  .naprav_list {
    display: none;
  }
  .faq-list {
    padding-left: 0px;
  }
  .main_top-hide {
    max-width: 590px;
    padding-bottom: 78px;
    display: block;
  }
  .top-hide-text:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 17px;
    transform: translateY(-50%) rotate(45deg);
    width: 5px;
    height: 5px;
    border: 2px solid #536B96;
    border-top: 0;
    border-left: 0;
  }
  .left_bar {
    padding-top: 75px;
  }
}
.top-hide-text {
  max-width: 590px;
}
.pagin {
  padding-bottom: 80px !important;
  margin-top: 20px !important;
}
.napr:hover {
  border-bottom: 4px solid #00A84E !important;
}
.napr {
  outline: none;
}
.table_more {
  padding-left: 28px !important;
}
.table_more:before {
  content: "";
  width: 50px;
  height: 25px;
  position: absolute;
  left: auto !important;
  background: url(/img/more.png);
  z-index: 1;
  transition: transform 0.1s linear;
  background-repeat: no-repeat;
  margin-top: -3px;
  margin-left: -2% !important;
}
@media (max-width: 600px) {
  .table_more:before {
    left: 30px !important;
  }
}
.visib {
  display: block !important;
}
.faq-list {
  display: none;
}
