@import "nullstyle.css";
@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: 90%;
  /* margin-left: auto;
  margin-right: auto; */
  font-size: calc(2rem + 0.390625vw);
  color: var(--body-color);
  line-height: 3rem;
  font-weight: 600;
  padding-left: 10px;
}

/*.content {*/
/*  padding: 50px 0;*/
/*}*/

.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: 3rem;
}

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

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

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

.bigtext {
  width: 75%;
  /* display: flex;
  justify-content: center; */
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  font-size: var(--normal-font-size);
  line-height: 1.5;
}

.emph {
  margin-top: 2rem;
  background-color: var(--light-blue-color);
}
.emph2 {
  padding: 10px 15px;
  color: var(--light-color);
}

.chto {
  display: flex;
  justify-content: space-between;
}

.garant {
  padding: 0 1rem;
}

.tab {
    overflow: hidden;
}


.tablinks {
    background: transparent;
    color: var(--light-color);
    font-size: 18px;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    float: left;
    border: none;
    outline: none;
}

.question {
    width: 10%;
    font-size: 17px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.doc {
    box-shadow: rgb(0 0 0 / 16%) 0 3px 6px, rgb(0 0 0 / 23%) 0 3px 6px;
    margin: 1rem;
    width: 75%;
    border: 0.1rem solid var(--main-color);
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.hvr-sink {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.ikon2 {
    width: 10%;
    margin: 1rem;
}
.ikon2 img{
    width: 50%;
}
.doc .txt{
    margin: auto 0;
}
@media (max-width: 420px) {

    .tablinks {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        font-size: 11px;
    }
    .question {
        border-right: 0;
        border-bottom: 0;
    }

    .doc {
        margin: 0;
        width: 100%;
        margin-bottom: 10px;
    }
     .tablinks.active {
        background-color: #4B6BA1;
        border: 2px solid #bebebe;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        color: white;
    }
}
