#etf {
  min-width: 320px;
  font-size: 1.4rem;
  line-height: 1.42;
}

#etf .section {
  padding: 8rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#etf .wrapper {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 575px) {
  #etf .section {
    padding: 6rem 0;
  }
}

#etf #table {
  background: #183353;
}

#etf .stocks__title {
  margin: 0;
  margin-bottom: 1.8rem;
  font-size: 4rem;
  line-height: 1.05;
  font-weight: 300;
  color: #fff;
}

#etf .stocks__subtitle {
  font-size: 1.8rem;
  line-height: 1.22;
  color: #fff;
  opacity: 0.7;
}

#etf .stocks__header {
  margin-bottom: 3.9rem;
  text-align: center;
}

/*titles*/
#etf h2 {
  font-size: 4rem;
  color: #000;
  line-height: 1.05;
  font-weight: 300;
}

/*button*/
#etf .pretty__button {
  font-size: 2.2rem;
  line-height: 2rem;
  font-weight: 500;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  min-width: 28rem;
  padding: 2rem 2rem;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: 0 3px 1px 0 #cbced3;
  box-shadow: 0 3px 1px 0 #cbced3;
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
}

#etf .green__button {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#7fba2f),
    color-stop(#98c838),
    to(#7fba2f)
  );
  background: -o-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
  background: linear-gradient(to right, #7fba2f, #98c838, #7fba2f);
}

#etf .green__button:hover {
  background: #98c838;
}
#etf .button__holder {
	text-align: center;
}

#etf .award__button {

    text-align: center;
    box-shadow: 0 3px 1px 0 #cbced3;
      margin-top: -3rem;
    z-index: 4;
    position: relative;
}
#etf .bottom__button {
  margin-bottom: -13.3rem;
}

#etf .blue__button {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#015593),
    color-stop(#0361a7),
    to(#015593)
  );
  background: -o-linear-gradient(left, #015593, #0361a7, #015593);
  background: linear-gradient(to right, #015593, #0361a7, #015593);
}

#etf .blue__button:hover {
  background: #0361a7;
  color: #fff;
}




/*typicall__list*/
#etf .typicall__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/*banner*/
#etf #main {
  color: #fff;
  background-color: #131f32;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-align: center;
padding-bottom: 6rem;
}

html.webplossless #etf #main {
    background-image: url(images/main-bg.webp);
}

html.no-webplossless #etf #main {
    background-image: url(images/main-bg.jpg);
}


#etf .title-big {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.04;
  color: #fff;
  margin: 0 0 0.35em;
}

#etf .main__header_subtitle {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.33;
  display: inline-block;
  width: 80%;
  margin: 0rem;
}

#etf .main__content {
  padding: 6rem 0 6rem; 
}

#etf .main__content_item {
  -ms-flex-preferred-size: 19.5%;
  flex-basis: 19.5%;
}

#etf .main__content_img {
  display: inline-block;
  width: 80px;
  height: 93px;
background-repeat: no-repeat;
  background-image: url("images/icon_1.svg");
}

#etf .main__content_img-2 {
  background-image: url("images/icon_2.svg");
}

#etf .main__content_img-3 {
  background-image: url("images/icon_3.svg");
}

#etf .main__content_img-4 {
  background-image: url("images/icon_4.svg");
}

#etf .main__content_title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.11;
  margin: 3.4rem 0 2.2rem;
}

#etf .main__content_text {
  opacity: 0.8;
margin-bottom: 0;
}

@media (max-width: 1023px) {
  #etf .main__content {
    margin: 0;
    padding: 0;
  }

  #etf .main__content_item {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    margin-top: 3.6rem;
  }
}

@media (max-width: 991px) {
  #etf .main__content_item {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}

@media (max-width: 767px) {
  #etf .bottom__button {
    margin: 0;
  }

  #etf .main__header_subtitle {
    width: 100%;
  }

  #etf .main__content {
    margin: 0 0 5.2rem;
  }

  #etf .main__content_item {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  html[dir="rtl"] #etf .main__content_item {
    text-align: right;
  }

  #etf .main__content_img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin: 0 2rem 0 0;
  }

  html[dir="rtl"] #etf .main__content_img {
    margin: 0 0 0 2rem;
  }

  #etf .main__content_title {
    margin: 0 0 1.5rem;
  }

  #etf .main__content_text {
    margin: 0;
  }
}

@media (max-width: 575px) {
  #etf .main__content_title {
    word-break: break-word;
  }
  #etf .pretty__button {
    display: block;
  }
#etf h2 {
  font-size: 3.2rem;
}

#etf .stocks__title {
  font-size: 3.2rem;

}

  #etf .main__header_subtitle {
    font-size: 2.4rem;
  }

  #etf .main__content_item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

}

/*about*/
#etf #about {
  text-align: center;
}

#etf .about__title {
  margin: 0 0 4.5rem;
}

#etf .about__describe_text {
  color: #697d8c;
  margin-bottom: 2rem;
}

#etf .about__content .section {
  padding: 0;
}

#etf .about__content_title {
  font-size: 2.5rem;
  line-height: 1.08;
  font-weight: 500;
  color: #000;
  margin: 0;
}

#etf .umstel_quotes_widget .about__warning-special {
    display: none;
}


@media all and (max-width: 920px) {
#etf  .umstel_quotes_widget .button-red {
    margin-right: 1rem;
}
}

@media (max-width: 575px) {
  #etf .about__describe_text {
    text-align: left;
  }

  html[dir="rtl"] #etf .about__describe_text {
    text-align: right;
  }
}

/*trade*/
#etf #trade {
  background-color: #f2f5fb;
  position: relative;
}

#etf #trade::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat:  no-repeat;
  background-position: 50% 50%;
  left: 0;
  top: 0;
  background-size: auto 100%;
}

html.webplossless #etf #trade::before {
    background-image: url(images/trade-bg.webp);
}

html.no-webplossless #etf #trade::before {
    background-image: url(images/trade-bg.jpg);
}


html[dir="rtl"] #etf #trade::before {
  transform: scale(-1, 1);
  background-position: 40% 50%;
  background-size: auto 100%;
}

#etf .trade__content_holder {
  text-align: left;
  padding: 0;
  list-style: none;
  max-width: 55%;
  margin: 0;
  position: relative;
}

html[dir="rtl"] #etf .trade__content_holder {
  text-align: right;
}

#etf .trade__title {
  margin: 0 0 4.5rem;
}

#etf .trade__logo_holder {
  display: flex;
  align-items: center;
}

#etf .trade__logo {
  display: inline-block;
  height: 40px;
}

#etf .trade__logo-l {
   width: 253px;
   height: 38px;
   background: url(images/rstocktrader_blue.svg);
   margin-right: 2rem;
   background-repeat: no-repeat;
}

.terminals_list {
  text-align: center;
}

.terminals_list .terminals-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 3rem;
  background-repeat: no-repeat;
  cursor: pointer;
}

.terminals_list .terminals-icon:hover {
  color: #1378bf;
}

.terminals_list .terminals-icon.webtrader {
  width: 4rem;
  height: 3rem;
  background-position-x: 0;
  background-size: 3em 200%;
  background-image: url(images/wt_web.svg);
}

.terminals_list .terminals-icon.webtrader:hover {
  background-position-y: 100%;
}



#etf .trade__text {
  font-size: 1.8rem;
  color: #697d8c;
  line-height: 1.66;
  margin-top: 3.9rem;
  margin-bottom: 2.2rem;
}

#etf .trade__list {
  list-style: none;
  padding: 0;
  color: #7fba2f;
  margin: 0;
}

html[dir="rtl"] #etf .trade__list {
  text-align: right;
}

#etf .trade__list_item {
  color: #697d8c;
  font-size: 1.4rem;
  line-height: 3rem;
  padding-left: 2rem;
  position: relative;
}

html[dir="rtl"] #etf .trade__list_item {
  padding: 0 2rem 0 0;
}

#etf .trade__list_item::before {
  content: "\2022";
  color: #7fba2f;
  font-size: 3rem;
  vertical-align: middle;
  position: absolute;
  left: 0.2rem;
}

html[dir="rtl"] #etf .trade__list_item::before {
  left: auto;
  right: 0.2rem;
}

#etf #trade .button__holder {
 margin: 3.9rem 0 0 0;
    text-align: left;
}

:lang(en) #etf #trade .button__holder {
    display: flex;
    align-items: center;
}

:lang(hr) #etf #trade .button__holder {
    display: flex;
    align-items: center;
}

:lang(hu) #etf #trade .button__holder {
    display: flex;
    align-items: center;
}

html[dir="rtl"] #etf #trade .button__holder {
  margin: 3.9rem 0 0 0;
  text-align: right;
}



#etf #trade .pretty__button {
  font-size: 1.8rem;
  padding: 2rem 4.7rem;
}

#etf .trade__link {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #0578be;
  font-weight: 500;
  margin-left: 4.4rem;
  vertical-align:middle;
  display: inline-block;
}

html[dir="rtl"] #etf .trade__link {
  margin: 0 4.4rem 0 0;
}

#etf .trade__link:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
:lang(hu) #etf .trade__content_holder {
    max-width: 62%;
}

:lang(hu)  #etf #trade::before {
    background-position: 39% 50%;
}

  
  #etf #trade .green__button {
margin-bottom: 2rem;
  }

  #etf .trade__link {
    margin-left: 9rem;
  }


}


@media (max-width: 834px) {

:lang(hr) #etf #trade .button__holder {
    flex-direction: column;
}
:lang(hr)  #etf #trade .green__button {
margin-bottom: 2rem;
  }
:lang(hu)  #etf #trade .green__button {
margin-bottom: 2rem;
  }
:lang(hu) #etf #trade::before {
    background-position: 48% 50%;
}



:lang(hu) #etf #trade .button__holder {
    flex-direction: column;
}

  html[dir="rtl"] #etf #trade::before {
    background-position: 51% 50%;
}

  #etf #trade .button__holder {
    margin: 3.9rem 0 0 0;
    text-align: center;
    max-width: 28rem;

}

:lang(en) #etf #trade .button__holder {
flex-direction: column;
}


html[dir="rtl"]   #etf #trade .button__holder {
  margin: 3.9rem 0 0 0;
  text-align: center;
  max-width: 28rem;
}


  #etf #trade .green__button {
margin-bottom: 2rem;
  }

  #etf .trade__link {
    margin-left: 0rem;
  }

  html[dir="rtl"] #etf .trade__link {
    margin: 0rem;
}
}


@media (max-width: 767px) {
:lang(hu) #etf .trade__content_holder {
    max-width: 100%;
}
:lang(hu) #etf #trade::before {
    background-position: 44% 50%;
}
  #etf #trade::before {
    background-position: 0 50%;
  }

  #etf #trade .pretty__button {
    margin-bottom: 2rem;
  }

  #etf .trade__content_holder {
    max-width: 100%;
  }
  
#etf #trade .pretty__button {
margin-bottom: 2rem;
}
}

@media (max-width: 575px) {
  #etf #trade .button__holder {
    text-align: center;
max-width: 100%;
  }
html[dir="rtl"] #etf #trade::before {
    background-position: 41% 50%;
}
  #etf .trade__link {
     margin-left: 0rem;
  }

  html[dir="rtl"] #etf .trade__link,
  #etf .trade__link {
    margin: 0;
  }

#etf .trade__logo-l {
background-size: 98%;
}

}

#etf #faq {
background-color: #ffffff;
}