/****************************************
* Fonts
*/
@font-face {
  font-family: "Metrisch-Bold";
  src: url("../fonts/Metrisch//metrisch_bold-webfont.woff2") format("woff2"),
    url("../fonts/Metrisch/metrisch_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Metrisch-Book";
  src: url("../fonts/Metrisch/metrisch_book-webfont.woff2") format("woff2"),
    url("../fonts/Metrisch/metrisch_book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Metrisch-Light";
  src: url("../fonts/Metrisch/metrisch_light-webfont.woff2") format("woff2"),
    url("../fonts/Metrisch/metrisch_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Metrisch-Medium-Italic";
  src: url("../fonts/Metrisch/metrisch_medium_italic-webfont.woff2")
      format("woff2"),
    url("../fonts/Metrisch/metrisch_medium_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Metrisch-Medium";
  src: url("../fonts/Metrisch/metrisch_medium-webfont.woff2") format("woff2"),
    url("../fonts/Metrisch/metrisch_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Voyager-Heavy";
  src: url("../fonts/Voyager//voyager_heavy-webfont.woff2") format("woff2"),
    url("../fonts/Voyager//voyager_heavy-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Voyager-Light";
  src: url("../fonts/Voyager//voyager_light-webfont.woff2") format("woff2"),
    url("../fonts/Voyager//voyager_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/****************************************
* General
*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
}
body {
  height: 100vh;
  background-color: #fff;
  color: #295077;
  font-family: "Metrisch-Book";
}
/****************************************
* Bootstrap
*/
a:hover,
.btn:hover {
  color: gray;
  text-decoration: none;
}
.btn:focus,
button:focus {
  outline: none;
  box-shadow: none;
}
.idk_margin_left_25 {
  margin-left: 25px;
}
.idk_margin_top_20 {
  margin-top: 20px;
}
/****************************************
* Section Top-bar
*/
.idk_margin_top_100 {
  margin-top: 100px;
}
.idk_top-bar_mobile {
  width: 100%;
  display: flex;
  max-height: 40px;
  background-color: #295077;
  display: none;
}
.idk_top-bar {
  width: 100%;
  display: flex;
  max-height: 40px;
  background-color: #295077;
  display: none;
}
.idk_z-index {
  z-index: 99;
}
.idk_top-bar.position-absolute {
  display: flex;
  top: 42px;
  left: 0;
}
.idk_top-bar.position-absolute .idk_button {
  margin-top: 15.5px;
}
.idk_width_offset {
  max-width: 80%;
}
.idk_button {
  margin-top: 5px;
  border: 1.5px solid #fff;
  color: #fff;
  border-radius: 20px;
  width: 80% !important;
  max-height: 20px;
  text-align: center;
  background-color: transparent;
}
.idk_button p {
  font-size: 14px;
  margin-top: -5.5px;
  align-content: center;
  vertical-align: middle;
}
.idk_margin_left_rigth_250 {
  margin: 0 250px;
}
.idk_margin_left_right_250_175 {
  margin-right: 250px;
  margin-left: 175px;
}
/***************************************
* Nav bar - hamubrger
*/
.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}
.navbar-toggler span {
  display: block;
  background-color: #295077;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: auto;
  top: 15px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: auto;
  top: 15px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}
/***************************************
* Nav bar - Header
*/
header {
  overflow: hidden;
}
.idk_header_background {
  position: absolute;
  top: 0px;
  left: 0;
}
.idk_navbar_padding {
  padding: 25px 0 !important;
}
.idk_nav_logo {
  width: 100%;
  max-width: 270px;
}
.collapse.navbar-collapse {
  margin-top: -10px;
}
.idk_nav-item {
  margin-left: 40px;
  margin-bottom: 20px;
}
.idk_nav-link {
  font-family: "Metrisch-Medium";
  font-size: 18px;
  color: #295077;
  padding: 0 !important;
}
.idk_nav-item a.idk_nav-link span {
  font-family: "Voyager-Heavy";
  font-size: 15px;
  font-weight: bold;
}
/****************************************
* Sekcija #1 - Elisa for business
*/
.idk_margin_top_150 {
  margin-top: 150px;
}
h1.idk_title {
  font-size: 80px;
}
h1 {
  font-family: "Metrisch-Book";
}
h1 span {
  font-family: "Voyager-Heavy";
}
h5.idk_subtitle {
  font-size: 33px;
}
.idk_subtitle:after {
  content: "";
  position: absolute;
  border: 0.5px solid #295077;
  width: 846px;
  left: 150px;
  top: -15px;
}
h5 {
  font-family: "Metrisch-Medium-Italic";
}
/****************************************
* Sekcija #2 - Slider
*/
.idk_slider_background {
  min-height: 1030px;
  background: linear-gradient(
      0deg,
      rgba(41, 80, 119, 0.5),
      rgba(41, 80, 119, 0.5)
    ),
    url("../images/slider-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.idk_flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.idk_slide {
  position: relative;
  background: #fff;
  max-width: 1300px;
  max-height: 550px;
  padding: 130px;
  border: 1px solid #295077;
  border-radius: 30px;
  opacity: 0.5;
  margin-right: 125px;
}
.idk_slide.idk_slide_padding_offset {
  padding: 90px 130px;
}
.idk_slide.idk_slide_padding_offset_2 {
  padding: 90px 110px;
}
.idk_slide.one {
  background: #fff;
  max-width: 900px;
  padding: 100px 140px;
  border: 1px solid #295077;
  border-radius: 30px;
  opacity: 1;
  margin: 0 auto;
}
.idk_slide p a {
  color: #295077;
}
.idk_slide p a:hover {
  color: gray;
}
.idk_slide.one h2 {
  font-family: "Metrisch-Book";
}
.idk_slide.one h1 {
  font-size: 40px;
  font-family: "Metrisch-Bold";
}
.idk_slide.one h3 {
  font-family: "Metrisch-Bold";
}
.idk_slide.slick-slide.slick-current.slick-center {
  opacity: 1;
}
.idk_slide h2 {
  font-size: 25px;
  font-family: "Metrisch-Bold";
  vertical-align: bottom;
  margin-bottom: 0;
}
.idk_lines_before:before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 0.5rem;
  height: 5rem;
  background-color: #dadada;
}
.idk_lines_before:after {
  content: "";
  position: absolute;
  top: -2rem;
  left: -1rem;
  width: 0.5rem;
  height: 5rem;
  background-color: #295077;
}
.idk_padding_top_30 {
  padding-top: 30px;
}
.idk_padding_right_100 {
  padding-right: 100px;
}
.idk_padding_top_50 {
  padding-top: 50px;
}
.idk_slide p {
  font-family: "Metrisch-Medium";
  font-size: 15px;
  text-align: justify;
  line-height: 1;
}
/****************************************
* Slider navigation
*/
.idk_lg_nav {
  max-width: 76%;
  margin-bottom: -122px;
}
.idk_nav_link_tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #fff;
  width: 170px;
  height: 170px;
  border: 2px solid #295077;
  border-radius: 130px;
  padding: 0px;
  margin: auto;
}

/*Dražen - sjena kruga na hover*/

.nav-link.idk_nav.idk_nav_link_tab:hover{
    -webkit-box-shadow: inset 0px 0px 30px 0px #295077;
    box-shadow: inset 0px 0px 30px 0px #295077;
    transition: all 0.4s ease 0s;
}

/*Kraj - Dražen - sjena kruga na hover*/

.idk_nav_link_tab h6 {
  font-size: 1.15rem;
}
.idk_nav_link_tab.active {
  box-shadow: inset 0px 0px 20px #295077;
  outline: none;
}
.idk_nav {
  padding: 0;
  align-self: center;
}
.idk_padding_top_200 {
  padding-top: 200px;
}
a.idk_nav_link_tab {
  font-family: "Metrisch-Bold";
  color: #295077;
  text-decoration: none;
  outline: none;
}
a.idk_nav_link_tab h1 {
  font-family: "Voyager-Heavy";
}
.idk_middle_tab {
  width: 220px;
  height: 220px;
  border-radius: 200px;
}
.idk_nav_tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0;
}
.idk_nav_tab h3 {
  font-family: "Voyager-Heavy";
}
.idk_padding_top_200 {
  padding-top: 200px;
}
.idk_margin_top_50 {
  margin-top: 50px;
}
.idk_md_nav {
  display: none;
}
.idk_sm_nav {
  display: none;
}
/**************************
* Slider Navigation bootstrap
*/
.nav-tabs .nav-link.active {
  color: #295077;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link {
  border: none;
  margin: 0px 30px;
}
.nav-tabs .nav-link:focus {
  color: gray;
  border-color: transparent;
}
.nav-tabs.idk_nav_tabs {
  border: 0;
  justify-content: center;
  justify-content: space-evenly;
}
/****************************************
* Button Toggler
*/
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
.idk_toggler {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  background: #fff;
  top: -45px;
  width: 100px;
  height: 100px;
  border-radius: 100px;
}
.idk_toggler img {
  width: 50px;
  margin-bottom: 20px;
  animation: float 6s ease-in-out infinite;
}
.idk_toggler.active {
  transform: rotate(180deg);
}
.idk_toggler.active img {
  margin-bottom: 0;
  margin-top: 20px;
}
/****************************************
* Sekcija #3 - Call to action
*/
.idk_margin_top_200 {
  margin-top: 200px;
}
h3.idk_call_to_action_text {
  font-size: 33px;
  font-family: "Metrisch-Book";
}
.idk_call_to_action {
  color: #fff;
  background-color: #295077;
  min-width: 300px;
  border-radius: 20px;
  border: 1px solid #295077;
  padding: 0px;
}

/*Dražen - gumb na hover*/

.idk_call_to_action:hover{
  background-color: #fff;
  color: #295077!important;
  font-weight:bold;
  box-shadow: 0px 0px 20px 10px #295077;
  transition: all 0.8s ease 0s;
}

/*Kraj - Dražen - gumb na hover*/

.idk_call_to_action p {
  font-family: "Metrisch-Bold";
  margin: 0 !important;
  margin-top: 2px !important;
  padding: 2px 0px !important;
}
.idk_mobile {
  top: 130px;
  right: 130px;
}
/****************************************
* Footer
*/
footer {
  color: #fff;
  background-image: url("../images/footer.png");
  background-size: cover;
}
footer a {
  font-family: "Metrisch-Light";
  font-size: 14px;
  color: #fff;
}
footer h1 {
  font-family: "Voyager-Heavy";
  font-size: 45px;
}
footer h5 {
  font-family: "Metrisch-Light";
  font-size: 24px;
}
footer span {
  font-family: "Metrisch-Light";
  font-size: 17px;
}
/****************************************
* Footer - column 1
*/
.idk_logotip {
  max-width: 80px;
  color: #fff;
  padding-bottom: 15px;
}
.idk_padding_top_100 {
  padding-top: 100px;
}
.idk_margin_top_35 {
  margin-top: 35px;
}
.idk_app-links {
  max-width: 135px;
}
/****************************************
* Footer - column 2 & 3
*/
.idk_border_left_right:after {
  content: "";
  position: absolute;
  border: 0.5px solid #fff;
  height: 190px;
  right: 20px;
  top: 0;
}
.idk_line_height {
  line-height: 1.7;
}
.idk_margin_left_45 {
  margin-left: 45px;
}
.idk_border_left_right:before {
  content: "";
  position: absolute;
  border: 0.5px solid #fff;
  height: 190px;
  left: -55px;
}
.idk_border_right:after {
  content: "";
  position: absolute;
  border: 0.5px solid #fff;
  height: 190px;
  right: 0px;
  top: 0;
}
.idk_margin_top_20 {
  margin-top: 20px;
}
.idk_border_top {
  border-top: 0.5px solid #fff;
}
/****************************************
* Footer - socials
*/
footer .social-icons {
  margin-top: 0;
  text-align: center;
}
footer .social-icons {
  width: 100%;
  text-align: left;
}
footer .social-icons a {
  display: inline-block;
}
footer .social-icons a img {
  height: 30px;
  color: white;
}
footer .social-icons a:not(:last-child) {
  margin-left: 5px;
}
/****************************************
* SLICK ARROWS
*/

/*
Dražen - izmjenjen gumb za prethodno.
Niže se nalazi stari kod:

.prev {
  position: absolute;
  left: 0px;
  top: 225px;
  font-size: 50px;
  z-index: 99;
  opacity: 0.5;
  color: #dadada;
  box-shadow: inset 0px 0px 40px #111;
  font-size: 50px;
  border: 1px solid #dada;
  border-left: 1px solid #295077;
  border-radius: 0px 50px 50px 0px;
  height: 120px;
  background-color: #fff;
  width: 50px;
  z-index: 99;
  opacity: 0.5;
  color: #fff;
  display: none !important;
}*/

.prev {
  position: absolute;
  left: 0px;
  top: 225px;
  font-size: 50px;
  z-index: 99;
  opacity: 0.5;
  color: #dadada;
  box-shadow: inset 0px 0px 40px #295077;
  font-size: 50px;
  border: 1px solid #dada;
  border-left: 1px solid #295077;
  border-radius: 0px 50px 50px 0px;
  height: 80px;
  background-color: #fff;
  width: 40px;
  z-index: 99;
  opacity: 0.5;
  color: #fff;
  display: none !important;
}

/*Kraj - Dražen - izmjenjen gumb za prethodno.*/

/*
Dražen - izmjenjen gumb za sljedeće.
Niže se nalazi stari kod:

.next {
  position: absolute;
  top: 225px;
  left: auto;
  right: 0;
  box-shadow: inset 0px 0px 40px #111;
  font-size: 50px;
  border: 1px solid #dada;
  border-right: 1px solid #295077;
  border-radius: 50px 0px 0px 50px;
  height: 120px;
  background-color: #fff;
  width: 50px;
  z-index: 99;
  opacity: 0.5;
  color: #fff;
  display: none !important;
}

*/

.next {
  position: absolute;
  top: 225px;
  left: auto;
  right: 0;
  box-shadow: inset 0px 0px 40px #295077;
  font-size: 50px;
  border: 1px solid #dada;
  border-right: 1px solid #295077;
  border-radius: 50px 0px 0px 50px;
  height: 80px;
  background-color: #fff;
  width: 40px;
  z-index: 99;
  opacity: 0.5;
  color: #fff;
  display: none !important;
}

/*Kraj - Dražen - izmjenjen gumb za sljedeće.*/

.prev:hover,
.next:hover {
  opacity: 1;
}
.slick-slide {
  outline: none;
}
.slick-current .next,
.slick-current .prev {
  display: block !important;
}
/****************************************
* FAQ
*/
.idk_m0_faq{
  margin: 0;
}
.idk_plane_box{
  height: 400px;
    width: 900px;
    left: auto;
    right: 0px;
    overflow: hidden;
}
.idk_background_logo {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: auto;
  right: -55px;
  opacity: 0.2;
  width: 100%;
}
.idk_align_selft_flex-end {
  align-self: flex-end;
}
.idk_title_bold {
  font-family: "Metrisch-Bold";
}
.idk_faq .navbar-toggler:not(.collapsed) span:nth-child(1),
.idk_faq .navbar-toggler:not(.collapsed) span:nth-child(3) {
  top: 35px;
}
/****************************************
* Section Accordions
*/
.idk_card {
  border: 0;
}
.idk_card-header {
  box-shadow: 0px 0px 5px 0px #295077;
  background-color: #fff;
  padding: 20px 35px;
  /*Dražen - dodan transition*/
  transition: all 0.8s ease 0s;
}
.idk_card-header h5 {
  font-family: "Metrisch-Bold";
  color: #295077;
}
.idk_card-header h5 i {
  font-size: 50px;
  line-height: 0.4;
  float: right;
}
.card-body {
  margin-bottom: 10px;
}
.card-body p.idk_metrisch {
  color: #295077;
  font-size: 15px;
  font-family: "Metrisch-Medium";
}
.card-body p {
  color: #295077;
  font-size: 16px;
  font-family: "Calibri";
}
.card-body ol {
  margin-left: 15px;
}
.card-body ol li {
  color: #295077;
  font-size: 16px;
  font-family: "Calibri";
}
.card-body p a {
  color: #295077;
}
.card-body p.idk_medium_italic {
  font-family: Calibri;
  font-weight: 900;
}
.card.active i {
  transform: rotate(180deg);
}
.card.active > .idk_card-header {
  background-color: #295077;
  /*Dražen - dodan trasition*/
  transition: all 1.8s ease 0s;
}
.card.active > .idk_card-header h5 {
  color: #fff;
}
.accordion > .card {
  overflow: unset;
}
.accordion > .card .card-header {
  margin-bottom: 10px;
}
/****************************************
* HELP
*/
.idk_help_image{
  position:relative;
}
.idk_help_image::after{
  content: ">";
  border: 1px solid #295077;
  position: absolute;
  top: 50%;
  margin-left: 6%;
  padding: 0px 7px;
  border-radius: 50px;
}
.idk_help_image_or::after{
  content: "or";
  border: 1px solid #295077;
  position: absolute;
  margin-left: 10px;
  padding: 3px 7px;
  border-radius: 50px;
}
.idk_help_image.idk_cmr::after{
  margin-left: 2%;
}
.row.idk_margin_none_sm{
  margin: 0;
}
/****************************************
* Contact form
*/
.idk_contact_form {
  padding: 50px;
  box-shadow: 0px 0px 5px 0px #295077;
  background-color: #fff;
  border-radius: 20px;
}
.idk_contact_form h2 {
  font-family: "Metrisch-Bold";
  display: flex;
  align-self: center;
}
.idk_contact_form img {
  display: flex;
  align-self: center;
}
.idk_contact_form p {
  font-family: "Metrisch-Book";
  margin-bottom: 0.5rem;
}
.idk_contact_form p a {
  color: #295077;
}
.idk_contact_form hr {
  border-top: 1px solid #295077;
  width: 88.5%;
}
.form-control {
  border: solid 1px #295077;
  border-radius: 15px;
  color: gray;
  font-size: 20px;
  font-family: "Metrisch-Book";
  padding: 11px 15px;
}
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
}
.form-check-label {
  color: #295077;
  font-size: 13px;
}
.form-control::placeholder {
  opacity: 0.5;
}
.custom-control-label {
  font-family: "Metrisch-Book";
  font-size: 20px;
  color: #295077;
  text-align: left;
  line-height: 1;
  margin-left: 15px;
}
.custom-control-label a {
  color: #295077;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #295077;
}
.custom-control-label::after {
  position: absolute;
  top: -3px;
  left: -2.5rem;
  display: block;
  content: "";
  background: no-repeat 50%/50% 50%;
  border-radius: 10px;
  width: 20px;
  height: 20px;
}
.custom-control-label::before {
  top: -3px;
  left: -2.5rem;
}
.custom-checkbox .custom-control-label::before {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border-color: #295077;
}
.idk_contact_form_button {
  background-color: #295077;
  color: #fff;
  border-radius: 20px;
  width: 130px;
  font-size: 17px;
  line-height: 1;
}

/*Dražen - gumb send na hover*/

.idk_contact_form_button:hover{
  background-color: #fff;
  color: #295077!important;
  font-weight:bold;
  box-shadow: 0px 0px 20px 10px #295077;
  transition: all 0.8s ease 0s;
}

/*Kraj - Dražen - gumb send na hover*/

/****************************************
* Contact info
*/
hr {
  border-top: solid 1px #295077;
}
.idk_contact_info h1 {
  font-family: "Voyager-Heavy";
  letter-spacing: 20px;
  font-size: 28px;
}
.idk_contact_info p {
  font-family: "Metrisch-Book";
  font-size: 17px;
}
/****************************************
* Subscription
*/
.idk_subscription_cta {
  font-family: "Metrisch-Bold";
  font-size: 25px;
}
/****************************************
* Subscription popup
*/
.idk_overflow_hidden {
  overflow: hidden;
}
.idk_popup_background {
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.idk_popup_box {
  top: 25%;
  left: 0;
}
.idk_popup {
  z-index: 99;
}
.idk_popup .toast {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  background-color: #295077;
  padding: 0px 25px 25px 25px;
  box-shadow: unset;
}
.toast-header {
  background-color: #295077;
  color: #fff;
  text-align: center;
  padding: 2rem 0rem;
  display: flex;
}
.toast-header h6 {
  font-size: 3rem;
  text-align: center;
}
.toast-body {
  background-color: #fff;
  padding: 60px;
}
.toast-body h3 {
  font-family: "Metrisch-Bold";
  font-size: 38px;
}
.toast-body h5 {
  font-family: "Metrisch-Book";
  font-size: 28px;
}
.toast-body p {
  font-family: "Metrisch-Book";
  font-size: 16px;
  line-height: 1;
}
.idk_flex_box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.idk_flex_box img {
  width: 60px;
  height: 60px;
}
.idk_flex_box_column {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
.toast-body p.text-center {
  margin-top: 20px;
  padding: 0 50px;
}
.toast-footer {
  background: #dadada;
  padding: 15px 60px;
}
.idk_toast_button {
  padding: 0 50px;
  background-color: #fff;
  border: 1px solid #295077;
}
.idk_toast_button span {
  font-family: "Metrisch-Book";
  font-size: 16px;
  color: #295077;
  line-height: 1.5;
}
.dw_txt_legal {
    text-align: justify;
}

.dw_txt_legal a:link {
    font-weight: 700;
    text-decoration: underline;
    color:#295077;
    letter-spacing:1px;
}

.dw_txt_legal h4 {
    margin-top: 50px;
}

.dw_txt_legal h5 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
}

/*Dodano - Dra탑en*/

.dw_txt_legal ol{
    margin-left:50px;
    font-weight:bold;
}

.dw_txt_legal ul,
.row.idk_mobile_padding_20 ul{
    margin-left:50px;
}

.dw_txt_legal ol li{
    padding-left:10px;
}



/*Kraj - Dra탑en*/

/****************************************
* Responsvie
*/
@media (max-width: 2560px) {
  .nav-tabs .nav-link {
    margin: auto;
  }
}
@media (max-width: 1920px) {
  .nav-tabs .nav-link {
    margin: 0 30px;
  }
}
@media (max-width: 1800px) {
  .nav-tabs .nav-link {
    margin: 0 20px;
  }
}
@media (max-width: 1700px) {
  .nav-tabs .nav-link {
    margin: 0 15px;
  }
}
@media (max-width: 1670px) {
  .nav-tabs .nav-link {
    margin: 10px 15px;
  }
}
@media (max-width: 1600px) {
  .nav-tabs .nav-link {
    margin: 15px 5px;
  }
}
@media (max-width: 1585px) {
  .nav-tabs .nav-link {
    margin: 20px 0px;
  }
}
@media (max-width: 1450px) {
  .idk_margin_left_rigth_250,
  .idk_margin_left_right_250_175 {
    margin: 0px 100px;
  }
  .nav-tabs .nav-link {
    margin: 25px -5px;
  }
}
@media (max-width: 1400px) {
  .nav-tabs .nav-link {
    margin: 30px -15px;
  }
}
@media (max-width: 1400px) {
  .nav-tabs .nav-link {
    margin: 30px -10px;
  }
  .idk_lg_nav {
    max-width: 75%;
    margin-bottom: -115px;
  }
}
@media (max-width: 1320px) {
  .idk_slide {
    width: calc(100vw - 50px);
  }
}
@media (max-width: 1299px) {
  .idk_slide .idk_laptop {
    width: 120%;
    margin-top: 70px;
  }
  .tab-pane {
    padding-bottom: 20px;
  }
  .idk_slide,
  .idk_slide.one {
    max-height: 100%;
  }
  .idk_slider_background {
    min-height: 0px;
  }
  .idk_lg_nav {
    max-width: 100%;
  }
  .cls-1,
  .idk_lg_nav,
  .idk_sm_nav {
    display: none;
  }
  .idk_toggler {
    display: block;
  }
  .nav-tabs .nav-link {
    margin: 0;
  }
  .idk_nav_link_tab {
    margin: 0px 5px;
  }
  .nav-tabs.idk_nav_tabs {
    justify-content: center !important;
  }
  .nav-link {
    padding: 0;
  }
  a.idk_nav_link_tab h1 {
    font-size: 33px;
  }
  .idk_margin_top_tablet_50 {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .idk_subtitle:after {
    left: 60px;
  }
}
@media (max-width: 1199px) {
  .idk_slide h2 {
    font-size: 23px;
  }
  .idk_padding_top_30 {
    padding-top: 50px;
  }
}
@media (max-width: 1165px) {
  .idk_margin_left_rigth_250.idk_faq_none,
  .idk_margin_left_right_250_175.idk_faq_none {
    margin: 0 15px;
  }
}
@media (max-width: 1092px) {
  .idk_slide h2 {
    font-size: 19px;
  }
  .idk_lines {
    width: 5%;
  }
}
@media (max-width: 1000px) {
  .next {
    right: -23px;
    font-size: 30px;
    border: 1px solid #fff;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    opacity: 1;
    color: #295077;
    box-shadow: none;
  }
  .prev {
    left: -23px;
    font-size: 30px;
    border: 1px solid #fff;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    opacity: 1;
    color: #295077;
    box-shadow: none;
  }
  .prev,
  .next {
    top: 40%;
  }
}
@media (max-width: 991px) {
  .idk_help_image.idk_cmm::after{
    margin-left: 12%;
  }
  .idk_help_image_or::after{
    margin-left: 40%;
    top: 15px;
  }
  .idk_top-bar_mobile {
    display: block;
  }
  .idk_top-bar.position-absolute {
    display: none;
  }
  header {
    box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.6);
  }
  .idk_header_background {
    display: none;
  }
  .idk_nav-item {
    margin-bottom: 0px;
  }
  .idk_lines {
    width: auto;
  }
  .idk_margin_left_rigth_250,
  .idk_margin_left_right_250_175 {
    margin: 0px 50px;
  }
  h1.idk_title {
    font-size: 60px;
  }
  h5.idk_subtitle {
    font-size: 26px;
  }
  .idk_subtitle:after {
    left: 30px;
    width: 665px;
  }
  .idk_margin_left_90_tablet {
    margin-left: 90px;
  }
  .idk_border_left_right:before {
    left: 0px;
    height: 115px;
  }
  .idk_border_left_right:before,
  .idk_border_left_right:after,
  .idk_border_right:after {
    height: 115px;
  }
  .idk_slide,
  .idk_slide.one {
    max-height: 100%;
  }
  .idk_slide,
  .idk_slide.one,
  .idk_slide.idk_slide.idk_slide_padding_offset,
  .idk_slide.idk_slide.idk_slide_padding_offset_2 {
    padding: 50px 50px;
  }
  .idk_slide .idk_padding_right_100 {
    padding: 0;
  }
  .idk_slide .idk_laptop {
    width: 50%;
    margin: auto;
  }
  .idk_lg_nav {
    display: none;
  }
  .nav-tabs .nav-link,
  .idk_nav_link_tab {
    margin: 0 2.5px;
  }
  .idk_logotip {
    padding-bottom: 5px;
  }
  .idk_margin_top_150 {
    margin-top: 100px;
  }
  .btn.idk_call_to_action {
    width: 50% !important;
  }
  header.idk_faq_none {
    display: none;
  }
  .idk_navbar {
    width: 100%;
    padding: 1.5rem 1rem;
  }
  .header.idk_faq .navbar-nav {
    margin-top: 20px;
  }
  .idk_background_logo {
    position: absolute;
    z-index: -1;
    display: none;
    top: -85px;
    left: auto;
    right: -42px;
    opacity: 0.2;
    width: 55%;
  }
  .idk_back_icon {
    color: #295077;
    font-size: 30px;
  }
  .idk_help_image::after{
    margin-left: 1%;
  }
  .idk_help_dnone_md::after{
    display: none;
  }
}
@media (max-width: 930px) {
  .nav-tabs .nav-link,
  .idk_nav_link_tab {
    margin: 0 0.75px;
  }
}
@media (max-width: 895px) {
  .nav-tabs .nav-link,
  .idk_nav_link_tab {
    margin: 0 1.75px;
  }
  .idk_nav_link_tab {
    height: 150px;
    width: 150px;
  }
}
@media (max-width: 895px) {
  .nav-tabs .nav-link,
  .idk_nav_link_tab {
    margin: 0 0.75px;
  }
}
@media (max-width: 795px) {
  .idk_nav_link_tab {
    height: 125px;
    width: 125px;
  }
  a.idk_nav_link_tab h6 {
    font-size: 15px;
  }
  a.idk_nav_link_tab h1 {
    font-size: 22px;
  }
  .idk_nav_link_tab img {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .idk_help_image::after{
    margin-left: 2%;
  }
  .idk_margin_left_rigth_250,
  .idk_margin_left_right_250_175 {
    margin: 0px 10px;
  }
  h1.idk_title {
    font-size: 40px;
  }
  h5.idk_subtitle {
    font-size: 19px;
  }
  .idk_subtitle:after {
    left: 30px;
    width: 485px;
  }
  h3.idk_call_to_action_text {
    font-size: 33px;
  }
  .idk_margin_left_90_tablet {
    margin-left: 70px;
  }
  .idk_border_left_right:after {
    right: 0px;
  }
  .idk_popup_box {
    top: 20%;
    left: 0;
}
}
@media (max-width: 760px) {
  .idk_slide h2 {
    font-size: 20px;
  }
  .idk_slide h1 {
    font-size: 33px !important;
  }
  .idk_slide p {
    font-size: 14px;
  }
  .idk_slide h4 {
    font-size: 20px;
  }
}
@media (max-width: 756px) {
  .idk_lines_before:after {
    content: "";
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 0.4rem;
    height: 4rem;
    background-color: #295077;
  }
  .idk_lines_before:before {
    content: "";
    position: absolute;
    top: 2rem;
    left: 0.7rem;
    width: 0.4rem;
    height: 4rem;
    background-color: #dadada;
  }
}
@media (max-width: 704px) {
  .btn {
    font-size: 16px !important;
  }
  .idk_popup .toast {
    padding: 0px;
  }
  .toast-header {
    padding: 1rem 0rem;
  }
  .toast-body {
    padding: 30px;
  }
  .toast-body p {
    font-size: 14px;
  }
  .toast-body p.text-center {
    padding: 0 10px;
  }
  .toast-body h3 {
    font-size: 25px;
  }
  .toast-body h5 {
    font-size: 19px;
  }
}
@media (max-width: 674px) {
  .idk_slide h2 {
    font-size: 18px;
  }
  .idk_slide h1 {
    font-size: 30px !important;
  }
  .idk_slide p {
    font-size: 13.5px;
  }
  .idk_slide h4 {
    font-size: 17px;
  }
}
@media (max-width: 670px) {
  .idk_nav_link_tab {
    height: 100px;
    width: 100px;
  }
  a.idk_nav_link_tab h6 {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .idk_slide h3 {
    font-size: 24px;
  }
}
@media (max-width: 617px) {
  .idk_slide h2 {
    font-size: 15px;
  }
  .idk_slide h1 {
    font-size: 25px !important;
  }
  .idk_slide p {
    font-size: 13px;
  }
  .idk_slide,
  .idk_slide.idk_slide_padding_offset,
  .idk_slide.idk_slide_padding_offset_2 {
    padding: 90px;
  }
}
@media (max-width: 575px) {
  .idk_subtitle:after {
    left: 45px;
  }
  h3.idk_call_to_action_text {
    font-size: 28px;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .idk_navbar_padding {
    padding: 15px 0px !important;
  }
  .idk_mobile_padding_15 {
    padding: 0 15px;
  }
  .idk_mobile_padding_20 {
    padding: 20px 15px;
  }
  .idk_margin_top_35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .idk_mobile_margin_35 {
    margin: 35px 0px 0px 0px;
  }
  .idk_margin_left_90_tablet,
  .idk_margin_left_45 {
    margin: 0;
  }
  .idk_border_left_right:before,
  .idk_border_left_right:after,
  .idk_border_right:after {
    display: none;
  }
  .idk_border_right {
    border-top: 1px solid;
    margin-top: 20px;
  }
  .text-xs-center {
    text-align: center;
  }
  .idk_margin_top_20_mobile {
    margin-top: 20px;
  }
  .idk_slide,
  .idk_slide.one,
  .idk_slide.idk_slide_padding_offset,
  .idk_slide.idk_slide_padding_offset_2 {
    padding: 100px 50px;
  }
  .idk_mobile_padding_20 {
    padding: 30px;
  }
  .idk_card-header h5 {
    font-size: 18px;
  }
  .idk_card-header h5 i {
    font-size: 30px;
  }
  .idk_margin_top_150 {
    margin-top: 25px;
  }
  .idk_navbar {
    padding: 30px 45px;
  }
  .idk_title_bold {
    font-size: 2.5rem !important;
  }
  .idk_margin_top_20_mobile {
    margin-top: 20px;
  }
  .idk_popup_box {
    top: 15%;
    left: 0;
  }
}
@media (max-width: 550px) {
  .idk_subtitle:after {
    left: 30px;
    width: 475px;
  }
}
@media (max-width: 545px) {
  .idk_subtitle:after {
    left: 27px;
  }
  .idk_nav_link_tab {
    height: 75px;
    width: 75px;
  }
  a.idk_nav_link_tab h6 {
    font-size: 9px;
  }
  a.idk_nav_link_tab h1 {
    font-size: 15px;
  }
  .idk_nav_link_tab img {
    width: 55%;
  }
  .nav-tabs .nav-link,
  .idk_nav_link_tab {
    margin: 0 1.75px;
  }
  .idk_nav_link_tab.active {
    box-shadow: inset 0px 0px 10px #295077;
  }
  .idk_card-header h5 {
    font-size: 14px;
  }
  .idk_popup .toast {
    padding: 0px;
  }
  .toast-header {
    padding: 0.5rem 0rem;
  }
  .toast-body {
    padding: 15px;
  }
  .toast-body p {
    font-size: 14px;
  }
  .toast-body p.text-center {
    padding: 0 5px;
  }
  .toast-body h3 {
    font-size: 22px;
  }
  .toast-body h5 {
    font-size: 17px;
  }
}
@media (max-width: 530px) {
  .idk_subtitle:after {
    left: 25px;
  }
}
@media (max-width: 519px) {
  .idk_subtitle:after {
    left: 27px;
    width: 450px;
  }
  h5.idk_subtitle {
    font-size: 18px;
  }
}
@media (max-width: 505px) {
  .idk_subtitle:after {
    left: 26px;
  }
  .idk_card-header h5 {
    font-size: 15px;
  }
  .idk_overflow_hidden {
    overflow: unset;
  }
}
@media (max-width: 493px) {
  .idk_subtitle:after {
    left: 43px;
    width: 410px;
  }
  .idk_card-header {
    padding: 20px 20px;
  }
  h5.idk_subtitle {
    font-size: 16px;
  }
}
@media (max-width: 471px) {
  .idk_subtitle:after {
    left: 33px;
  }
  h1.idk_title {
    font-size: 27px;
  }
  h3.idk_call_to_action_text {
    font-size: 24px;
  }
  .idk_laptop_pic {
    width: 80%;
  }
  .idk_lines {
    width: 5px;
    height: 5%;
  }
  .idk_card-header h5 {
    font-size: 13px;
  }
  .toast-header h6 {
    font-size: 2rem;
  }
  .toast-body h5 {
    font-size: 14px;
  }
  .toast-body p {
    margin-top: 15px;
    font-size: 13px;
  }
  .toast-body h3 {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .idk_subtitle:after {
    left: 24px;
  }
}
@media (max-width: 440px) {
  .nav-tabs .nav-link,
  .idk_nav_link_tab {
    margin: 0 0.75px;
  }
  .idk_mobile_width_offset {
    width: 60%;
  }
  .idk_subtitle:after {
    left: 42px;
    width: 360px;
  }
  h5.idk_subtitle {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .idk_subtitle:after {
    left: 32px;
  }
  footer span {
    font-size: 15px;
  }
}
@media (max-width: 420px) {
  .nav-tabs .nav-link,
  .idk_nav_link_tab {
    margin: 0 0.5px;
  }
  a.idk_nav_link_tab h6 {
    font-size: 7px;
    margin-top: 6px;
  }
  .idk_nav_link_tab {
    height: 60px;
    width: 60px;
  }
  a.idk_nav_link_tab h1 {
    font-size: 13px;
  }
  .idk_padding_zero_mobile {
    padding: 0 !important;
  }
  .idk_card-header h5 {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .idk_subtitle:after {
    left: 23px;
  }
  .idk_slide h2 {
    font-size: 15px;
  }
  .idk_slide h1 {
    font-size: 20px !important;
  }
  .idk_slide p {
    font-size: 13px;
  }
  .btn.idk_call_to_action {
    min-width: 70%;
  }
}
@media (max-width: 390px) {
  .idk_subtitle:after {
    left: 30px;
    width: 335px;
  }
  h5.idk_subtitle {
    font-size: 13px;
  }
}
@media (max-width: 375px) {
  .idk_subtitle:after {
    left: 22px;
  }
  footer span {
    font-size: 13px;
  }
}
@media (max-width: 373px) {
  .idk_mobile_width_offset {
    width: 50%;
  }
}
@media (max-width: 365px) {
  .idk_padding_top_30 {
    padding-top: 70px;
  }
  .idk_slide h2 {
    font-size: 11px;
  }
  .idk_subtitle:after {
    left: 29px;
    width: 310px;
  }
  h5.idk_subtitle {
    font-size: 12px;
  }
  .idk_card-header h5 {
    font-size: 11px;
  }
}
@media (max-width: 356px) {
  .idk_subtitle:after {
    width: 300px;
  }
  h3.idk_call_to_action_text {
    font-size: 20px;
  }
  .idk_slide h3 {
    font-size: 20px;
  }
}
@media (max-width: 339px) {
  .idk_subtitle:after {
    width: 282px;
  }
  h5.idk_subtitle {
    font-size: 11px;
  }
}
@media (max-width: 329px) {
  .idk_subtitle:after {
    left: 25px;
  }
  footer span {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  h1.idk_title {
    font-size: 27px;
  }
  .idk_subtitle:after {
    left: 21px;
    width: 280px;
  }
  h3.idk_call_to_action_text {
    font-size: 20px;
  }
  .idk_laptop_pic {
    width: 80%;
  }
}
