
@import "variables.css";

body {
  background-color: var(--light-gray);
}

.white{
  background-color: white;
  box-shadow: 12px 0 15px -4px rgba(190, 197, 206, 0.8), -12px 0 8px -4px rgba(190, 197, 206, 0.8);
}
.title {
  /* height: 100px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .name {
  width: 35%;
  font-size: calc(2rem + 0.390625vw);
  color: var(--body-color);
  line-height: 3rem;
  font-weight: 600;
} */



.content {
    padding: 2rem 5rem;
    background-color: var(--light-color);

}

.welcome {
  background-color: var(--main-color);
  background-position: center;
  background-size: cover;
}

.first {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 6rem;
  margin-top: 4.5rem;
}

.second {
  margin-bottom: -1.5rem;
}

.panel.default-open {
   height: auto;
   max-height: 2000px;
  overflow: visible;
  transition: none;
  }

#faq {
  /*max-width: 750px;*/
  margin: auto;
  padding: 15px 0;
  text-align: center;
}

section.faq {
  padding-top: 2em;
  padding-bottom: 3em;
}

#faq ul {
  text-align: left;
}
.transition,
p,
table,
ul li i:before,
ul li i:after {
  transition: all 0.3s;
}

#faq .no-select,
#faq h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}

#faq h1 {
  color: var(--main-color);
  margin-top: 1rem;
}

.vyplataVopros{
    font-size: var(--normal-font-size);
    color: var(--main-color);
    padding: 0.7rem 1rem;
    line-height: 1.4rem;
    font-weight: 600;

}
/*#faq h2 {*/
/*  color: var(--main-color);*/
/*  font-family: "hm_light", sans-serif;*/
/*  font-size: 20px;*/
/*  line-height: 34px;*/
/*  text-align: left;*/
/*  padding: 15px 15px 0;*/
/*  text-transform: none;*/
/*  font-weight: 300;*/
/*  letter-spacing: 1px;*/
/*  display: block;*/
/*  margin: 0;*/
/*  cursor: pointer;*/
/*  transition: 0.2s;*/
/*}*/

#faq p {
  /*color: #333;*/
  font-size: 14px;
  position: relative;
  overflow: hidden;
  /*max-height: 500px;*/
  will-change: max-height;
  contain: layout;
  display: inline-block;
  opacity: 1;
  transform: translate(0, 0);
  padding: 0 50px 0 15px;
  transition: 0.3s opacity, 0.6s max-height;
  hyphens: auto;
  z-index: 2;
}
#faq table {
  color: #333;
  text-align: left;
  font-size: 14px;
  line-height: 1.45;
  position: relative;
  overflow: hidden;
  /* max-height: 250px; */
  will-change: max-height;
  contain: layout;
  display: inline-block;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 0 0;
  transition: 0.3s opacity, 0.6s max-height;
  hyphens: auto;
  z-index: 2;
  border: none;
}
/*#faq a {*/
/*  color: #333;*/
/*  text-align: left;*/
/*  font-size: 14px;*/
/*  line-height: 1.45;*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*  max-height: 250px;*/
/*  will-change: max-height;*/
/*  contain: layout;*/
/*  display: inline-block;*/
/*  opacity: 1;*/
/*  transform: translate(0, 0);*/
/*  margin-top: 5px;*/
/*  margin-bottom: 15px;*/
/*  padding: 0 50px 0 15px;*/
/*  transition: 0.3s opacity, 0.6s max-height;*/
/*  hyphens: auto;*/
/*  z-index: 2;*/
/*}*/
#faq ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
#faq ul li {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  /*padding-bottom: 4px;*/
  /*padding-top: 18px;*/
  background: #fff;
  /*box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.1);*/
  -webkit-tap-highlight-color: transparent;
}
#faq ul li + li {
  margin-top: 15px;
}
#faq ul li:last-of-type {
  padding-bottom: 0;
}
#faq ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 28px;
  right: 15px;
}
#faq ul li i:before,
#faq ul li i:after {
  content: "";
  position: absolute;
  background-color: var(--main-color);
  width: 3px;
  height: 9px;
}
#faq ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
#faq ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
#faq ul li input[type="checkbox"] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  touch-action: manipulation;
}
#faq ul li input[type="checkbox"]:checked ~ h2 {
  color: #000;
}
#faq ul li input[type="checkbox"]:checked ~ p {
  /*margin-top: 0;*/
  max-height: 0;
  transition: 0.3s;
  opacity: 0;
  /*transform: translate(0, 50%);*/
}
#faq ul li input[type="checkbox"]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
#faq ul li input[type="checkbox"]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0.3em 0;
}

ul {
  padding: 0;
  list-style: none;
}

.accordion {
  background-color: white;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border: solid 1px var(--main-color);
  display: flex;
  justify-content: flex-start;
    border-radius: 1rem;
}


.accordion:hover {
  background-color: var(--light-gray);

}

 /*.accordion:hover .bank_img{
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}*/

.vopros::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  float: left;
  margin-right: 5px;
  background: url(/assets/img/svg/chat_blue.svg) center/contain no-repeat;
}

.accordion:after {
  /* content: "\002B";
  color: var(--main-color);
  font-weight: bold;
  float: right;
  margin-left: 5px; */
  content: "";

  width: 12px;
  height: 12px;
  background: url(/assets/img/svg/download.svg) center/contain no-repeat;
  float: right;
  margin-left: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.active:after {
  transform: rotate(180deg);
}

.panel {
  padding: 0 18px;
   margin: 1rem;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel-inner {
  padding: 1rem;
}

.likvid{
    display: flex;
    flex-direction: column;
}

img {
  vertical-align: middle;
  height: auto;
  width: 100%;
}

table,
td,
th {
  border: 1px solid #ddd;
  text-align: left;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  padding: 15px;
text-align: center;
}

@media (max-width: 991.98px) {
  .name {
    width: 100%;
    padding: 0 10px;
  }
}


.golovnoi{
  font-weight: 600;
margin: 0 auto;
}

.icon{
  width: 4%;
    padding: 1rem 0;
}

.nazvanie{
  margin: auto 0;
  width: 100%;
}

.bank_img{
  -webkit-transition: 0.6s ease-out;
	 -moz-transition: 0.6s ease-out;
	 transition: 0.6s ease-out;
}

.zakon{
  margin: 1rem 1rem;
}

.doc{
    /*box-shadow: rgb(0 0 0 / 16%) 0 3px 6px, rgb(0 0 0 / 23%) 0 3px 6px;*/
    margin: 1rem auto;
    width: 60%;
    border: 0.1rem solid var(--main-color);
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 1rem;
}
.txt{
    margin: auto 0;
    width: 80%;
}
.ikon2{
    width: 10%;
    margin: 1rem;
}

.hvr-sink{
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    /*box-shadow: 0 0 1px rgba(0,0,0,0);*/
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.vyplataCenter {
    font-size: var(--normal-font-size);
    color: var(--text-gray-color);
    padding: 0.7rem 1rem;
    line-height: 1.4rem;
    text-align: center;
}
.vyplataBig {
    text-align: center;
    /*font-size: var(--bigger-font-size);*/
    font-size: 2rem;
    color: var(--text-gray-color);
    padding-top: 1.5rem;
    padding-bottom: 0.7rem;
}
.vyplataList {
    font-size: var(--normal-font-size);
    color: var(--main-color);
    padding: 0.1rem 2rem;
    line-height: 1rem;
}




.accordion-menu {
    display: inline-block;
    position: relative;
    left: 50%;
    margin: 1rem 0;
    transform: translate(-50%, 0);
    max-width: 50rem;
    padding: 10px 20px 20px;
    border-radius: 5px;
}
h2 {
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    cursor: pointer;
    color: #6c6c6a;
}

.accordionU {
    list-style: none;
    perspective: 900;
    padding: 0 20px 10px;
    margin: 0;
    background-color: #fff;
    border-radius: 5px;
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(255, 255, 255, 0.19);*/
}
.accordionLi {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 18px;
    border-top: 1px dotted #dce7eb;
}
.accordionLi:nth-child(1) {
    border: none;
}
.accordionLi:nth-of-type(1) {
    animation-delay: 0.5s;
}
.accordionLi:nth-of-type(2) {
    animation-delay: 0.75s;
}
.accordionLi:nth-of-type(3) {
    animation-delay: 1s;
}
.accordionLi:last-of-type {
    padding-bottom: 0;
}
.accordionLi .arrow {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 16px;
    right: 0;
}
.accordionLi  .fas {
    color: var(--main-color);
    font-size: 15px;
    margin-right: 10px;
}
.accordionLi  .arrow:before, .accordionLi  .arrow:after {
    content: "";
    position: absolute;
    background-color: var(--main-color);
    width: 3px;
    height: 9px;
}
.accordionLi  .arrow:before {
    transform: translate(-2px, 0) rotate(45deg);
}
.accordionLi  .arrow:after {
    transform: translate(2px, 0) rotate(-45deg);
}
.accordionLi  input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}
.accordionLi  input[type=checkbox]:checked ~ p {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
}
.accordionLi  input[type=checkbox]:checked ~ .arrow:before {
    transform: translate(2px, 0) rotate(45deg);
}
.accordionLi  input[type=checkbox]:checked ~ .arrow:after {
    transform: translate(-2px, 0) rotate(-45deg);
}
.transition, p, .accordionLi  .arrow:before, .accordionLi  .arrow:after {
    transition: all 0.25s ease-in-out;
}
.flipIn, h1, .accordionLi  {
    animation: flipdown 0.5s ease both;
}
.no-select, h2 {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
}
@keyframes flipdown {
    0% {
        opacity: 0;
        transform-origin: top center;
        transform: rotateX(-90deg);
    }
    5% {
        opacity: 1;
    }
    80% {
        transform: rotateX(8deg);
    }
    83% {
        transform: rotateX(6deg);
    }
    92% {
        transform: rotateX(-3deg);
    }
    100% {
        transform-origin: top center;
        transform: rotateX(0deg);
    }
}


.withPhoto{
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.withPhoto h2 {
    color: var(--main-color);
    font-weight: bold;
}

.linkA{
    color: var(--main-gray);
}

.active.fade-left {
    animation: fade-left 1s ease-in;
}

.reveal {
    position: relative;
    opacity: 0;
}



@media (max-width: 430px) {

    .content{
        min-width: 95%;
        padding: 0 0;
    }

    .vyplata {
        min-width: 95%;
    }

    .panel {
        padding: 0 0;
    }

    .doc {
        min-width: 85%;
    }

    .contents {
        min-width: 97%;
    }

    .container .white {
        min-width: 97%;
    }
    #faq p {
        font-size: 7px;
        padding: 0 0;
        line-height: 12px;
    }
    .accordion {
        background-color: white;
        color: #444;
        cursor: pointer;
        padding: 7px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 7px;
        transition: 0.4s;
        border: solid 1px var(--main-color);
        display: flex;
        justify-content: flex-start;
        border-radius: 1rem;
    }
    #faq ul li {
        overflow: visible;
    }
}

























