@import "nullstyle.css";
@import "variables.css";

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

/*=============== WELCOME ===============*/
.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;
}

.title {
  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;
}

/*=============== TABS SUBTITLE ===============*/
.tabs {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin-top: -5rem;
  background-color: var(--light-color);
  border-bottom: 0.1rem solid var(--light-gray);
}

.tab__subtitle {
  /* width: 100%;
  padding: 1rem 5rem;
  margin: 0 3rem; */
  width: 12%;
  padding: 1rem 5rem;
  margin: 0 0.5rem;
  display: flex;
  justify-content: center;
}

.tab__subtitle:hover,
.active {
  border-bottom: 0.2rem solid var(--main-color);
}

.contents {
  padding: 3rem 6rem;
  background-color: var(--light-color);
}
.content p {
  font-size: 15px;
}

.quoutes-target {
  position: relative;
  font-family: "Montserrat", sans-serif;;
  font-weight: bold;
  font-style: italic;
  padding-left: 50px;
  padding-right: 40px;
  padding-top: 20px;
}
.quoutes-target_orange::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 35px;
  height: 25px;
  top: 20px;
  left: 0px;
  background: url(../svg/quoutes-orange.png);
  background-repeat: no-repeat;
  background-position: center;
}
.quoutes-target_orange::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 35px;
  height: 25px;
  bottom: 0px;
  right: 0px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url(../svg/quoutes-orange.png);
  background-repeat: no-repeat;
  background-position: center;
}
.box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem 0.5rem;
  margin-top: 3rem;
    margin-left: -10rem;
}
.organ {
  /* margin-top: 5rem; */
  width: 27%;
  display: block;
  margin: 3rem auto;
}

.organ .box2 {
  width: 22rem;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #9d9d9d;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 10px 15px;
}
.box2 p {
  font-style: italic;
}
.organ img {
  width: 22rem;
}
.box1 {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #9d9d9d;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 10px 15px;
}

.box1 p {
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.box1 h1 {
  font-size: 17px;
}
.contentt {
  padding: 3rem;
  background-color: var(--light-color);
  /* display: flex;
  justify-content: space-between; */
}

.unvisible {
  display: none;
}

.subTabs {
  width: 30%;
  padding: 3rem;
}

.subTab {
  padding: 1rem;
}

.subTab-active {
  border-left: 0.2rem solid var(--main-color);
  color: var(--main-color);
}

.subContents {
  width: 70%;
  padding: 3rem;
}
.orarrow{
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: auto 0;
}

.etap{
  display: flex;
  margin-left: 1rem;
}

.bank{
  padding: 1rem 1rem;
  display: flex;
  flex-direction: column;
}

.rowb{
display: flex;
float: left;
}

.bank1{
  width: 30%;
  height: 6rem;
  text-align: center;
  margin: 1rem 1rem;
}
.bank1 img{
  height: 100%;
  padding: 1rem 1rem;
}

.bank2{
    width: 40%;
    height: 6rem;
    text-align: center;
    margin: 1rem 1rem;
    margin: auto;
    border: 2px solid transparent;
    text-align: center;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: 500ms ease;
}
.bank2 img{
    height: 100%;
    padding: 1rem 1rem;
}
.bank2:before {
    position: absolute;
    content: '';
    background: #fff;
    transition: 100ms width ease 300ms;
    -web-kit-transition: 100ms width ease 300ms;
}
.bank2:after {
    position: absolute;
    content: '';
    background: #fff;
    transition: 100ms height ease 200ms;
    -web-kit-transition: 100ms height ease 200ms;
}
.bank2 img::after {
    position: absolute;
    width: 0;
    height: 2px;
    content: '';
    background: #fff;

    transition: 100ms width ease 100ms;
    -web-kit-transition: 100ms width ease 100ms;
}
.bank2 img::before {
    position: absolute;
    width: 2px;
    height: 0;
    content: '';
    background: #fff;
    bottom: -2px;
    left: -2px;
    transition: 100ms height ease 0ms;
    -web-kit-transition: 100ms height ease 0ms;
}
.bank2:hover {
    border-color: #08151b;
    /* background: #0f2834; */
}
.bank2:hover:before {
    width: 30%;
    transition: 100ms width ease 0ms;
    -web-kit-transition: 100ms width ease 0ms;
}
.bank2:hover:after {
    height: 6rem;
    transition: 100ms height ease 100ms;
    -web-kit-transition: 100ms height ease 100ms;
}
.bank2:hover .bank1 img:after {
    width: 30%;
    transition: 100ms width ease 200ms;
    -web-kit-transition: 100ms width ease 200ms;
}
.bank2hover .bank1 img:before {
    height: 6rem;
    transition: 100ms height ease 300ms;
    -web-kit-transition: 100ms height ease 300ms;
}



.bank1 {

  /* background: #3084ac; */
  margin: auto;
  border: 2px solid transparent;
  text-align: center;
  color: #fff;
  position: relative;
  cursor: pointer;
  transition: 500ms ease;
}
.bank1:before {
  position: absolute;
  content: '';
  background: #fff;
  transition: 100ms width ease 300ms;
  -web-kit-transition: 100ms width ease 300ms;
}
.bank1:after {
  position: absolute;
  content: '';
  background: #fff;
  transition: 100ms height ease 200ms;
  -web-kit-transition: 100ms height ease 200ms;
}
.bank1 img::after {
  position: absolute;
  width: 0;
  height: 2px;
  content: '';
  background: #fff;

  transition: 100ms width ease 100ms;
  -web-kit-transition: 100ms width ease 100ms;
}
.bank1 img::before {
  position: absolute;
  width: 2px;
  height: 0;
  content: '';
  background: #fff;
  bottom: -2px;
  left: -2px;
  transition: 100ms height ease 0ms;
  -web-kit-transition: 100ms height ease 0ms;
}
.bank1:hover {
  border-color: #08151b;
  /* background: #0f2834; */
}
.bank1:hover:before {
  width: 30%;
  transition: 100ms width ease 0ms;
  -web-kit-transition: 100ms width ease 0ms;
}
.bank1:hover:after {
  height: 6rem;
  transition: 100ms height ease 100ms;
  -web-kit-transition: 100ms height ease 100ms;
}
.bank1:hover .bank1 img:after {
  width: 30%;
  transition: 100ms width ease 200ms;
  -web-kit-transition: 100ms width ease 200ms;
}
.bank1:hover .bank1 img:before {
  height: 6rem;
  transition: 100ms height ease 300ms;
  -web-kit-transition: 100ms height ease 300ms;
}



.vyplataCenter {
    font-size: var(--normal-font-size);
    color: var(--text-gray-color);
    padding: 0.7rem 1rem;
    line-height: 1.4rem;
    text-align: center;
}


@media (max-width: 991.98px){
  .container {
      max-width: calc(100vw - 20%);
  }

  .tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tab__subtitle {
  width: 39vw;
  height: 4rem;
  }
}

.box2 p{
    text-align: center;
}


.refunds-resume {
    background-color: #eff2f4;
    padding: 40px 15px 45px 30px;
    margin: 2rem 0;
}
@media (max-width: 430px) {

    .contents {
        padding: 0 0 ;
    }
}

.doc-download-link {
        display: flex;
        align-items: center;
        border: 1px solid #e8e8e8;
        border-radius: 8px;
        padding: 1rem;
        margin-bottom: 12px;
        background: #fafbfc;
        width: 100%;
        max-width: 100%;
        text-decoration: none !important;
        transition: box-shadow 0.2s, border 0.2s;
        position: relative;
        box-sizing: border-box;
    }
    .doc-download-link:hover {
        border-color: #9ca7c1;
        box-shadow: 0 2px 10px rgba(32,56,115,0.08);
        background: #f1f4fa;
        text-decoration: none !important;
    }
    .doc-download-icon {
        margin-right: 1rem;
        flex-shrink: 0;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .doc-download-icon img {
        width: 36px;
        height: 36px;
        background: #fff;
        display: block;
    }
    .doc-download-content {
        flex: 1 1 auto;
        min-width: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .doc-download-title {
        font-weight: 500;
        color: #222;
        white-space: nowrap;
        flex: 1 1 auto;
        text-overflow: ellipsis;
        font-size: 1em;
        margin-right: 12px;
        max-width: 85%;
        display: block;
    }
    .doc-download-meta {
        margin-left: auto;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .doc-download-format {
        color: #556;
        font-size: 0.95em;
        border: 1px solid #b5b5b5;
        border-radius: 4px;
        padding: 2px 8px;
        background: #f5f7fa;
        letter-spacing: 1px;
        min-width: 45px;
        text-align: center;
    }
    .doc-download-format-size {
        display: flex;
        align-items: center;
        gap: 6px;
        background: #f5f7fa;
        border: 1px solid #b5b5b5;
        border-radius: 4px;
        padding: 2px 8px;
        font-size: 0.95em;
        color: #556;
        font-weight: 500;
      letter-spacing: 1px;
    }
    .doc-download-size {
        color: #7c7c7c;
        font-size: 0.95em;
        min-width: 60px;
        font-weight: 400;
        text-align: right;
    }
    
    @media (max-width: 600px) {
        .doc-download-title { max-width: 100px; font-size: 0.95em;}
        .doc-download-link { padding: 0.7rem 0.4rem; }
        .doc-download-content {
        flex-direction: column;
        align-items: flex-start;
    }
    }