.warning-show {
  display: block;
  margin-bottom: 0;
  font-size: 11px;
}

#contact .flex-50 {
  display: flex;
  flex-direction: column;
  height: auto;
  flex: 1;
  margin: 0 25px;
}

#contacts-form .cont-btn-lblue {
  background: #1354ff;
  padding: 10px 16px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  transition: 0.2s all ease;
  border: none;
  border-radius: 5px;
}

#contacts-form .cont-btn-lblue:hover,
#contacts-form .cont-btn-lblue:focus {
  opacity: 0.7;
}

#contact .contact-wrap {
  padding: 7% 7% 0 7%;
}

select.placeholder-shown {
  font-size: 14px;
  line-height: 18px;
  color: #a9b5c6;
}
select.placeholder-hidden {
  font-size: 14px;
  line-height: 18px;
  color: #151317;
}

.contact-btn-error {
  background-color: grey;
}

.text-dropdown-wrap.aic {
  align-items: start;
}

.text-dropdown {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: height 0.2s ease-out;
  height: 320px;
}

.text-dropdown::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  background-color: inherit;
}

.text-dropdown:hover::after {
  display: none;
}

.text-dropdown .fa {
  position: absolute;
  display: block;
  bottom: 10px;
  left: 45%;
  z-index: 10;
  cursor: pointer;
  font-size: 20px;
}

.text-dropdown:hover .fa {
  display: none;
}

.text-dropdown .ins-cell-text {
  align-self: unset !important;
}
img.partner-logo-mob {
  display: none;
}
img.partner-logo {
  position: absolute;
  top: 30%;
  left: -115px;
  width: 230px;
}

img.partner-logo.logo-huk,
img.partner-logo.logo-axa,
img.partner-logo.logo-adac {
  position: absolute;
  top: 30%;
  left: -90px;
  width: 180px;
}

img.partner-logo.logo-background {
  background-color: white;
}

img.partner-logo.logo-background-padding {
  background-color: white;
  padding: 20px;
}

@media (max-width: 259px) {
  img.partner-logo-mob.logo-mob-huk {
    left: calc(50% - 40px);
    width: 80px;
    padding-top: 10px !important;
  }
  img.partner-logo-mob.logo-mob-adac,
  img.partner-logo-mob.logo-mob-axa,
  img.partner-logo-mob.logo-mob-huk {
    padding-top: 20px;
    left: calc(50% - 50px);
    width: 100px;
  }

  img.partner-logo-mob.logo-mob-zurich {
    display: block;
    position: absolute;
    bottom: auto;
    top: 0;
    left: calc(50% - 80px) !important;
    width: 160px !important;
  }

  img.partner-logo-mob {
    padding-top: 50px;
  }
  img.partner-logo-mob.logo-mob-upper {
    padding-top: 20px;
  }
}

@media (max-width: 490px) {
  img.partner-logo-mob.logo-mob-adac,
  img.partner-logo-mob.logo-mob-axa,
  img.partner-logo-mob.logo-mob-huk {
    padding-top: 20px;
    left: calc(50% - 50px);
    width: 100px;
  }

  img.partner-logo-mob.logo-mob-zurich {
    display: block;
    position: absolute;
    bottom: auto;
    top: 0;
    left: calc(50% - 80px) !important;
    width: 160px !important;
  }

  img.partner-logo-mob {
    padding-top: 50px;
  }
  img.partner-logo-mob.logo-mob-upper {
    padding-top: 20px;
  }
}

@media (min-width: 491px) and (max-width: 567px) {
  img.partner-logo-mob {
    padding-top: 100px;
  }

  img.partner-logo-mob.logo-mob-upper {
    padding-top: 50px;
  }

  img.partner-logo-mob.logo-mob-adac,
  img.partner-logo-mob.logo-mob-axa {
    display: block;
    position: absolute;
    bottom: auto;
    top: 0;
    left: calc(50% - 60px) !important;
    width: 120px !important;
    padding-top: 40px !important;
  }

  img.partner-logo-mob.logo-mob-huk {
    display: block;
    position: absolute;
    bottom: auto;
    top: 0;
    left: calc(50% - 50px) !important;
    width: 100px !important;
    padding-top: 40px !important;
  }

  img.partner-logo-mob.logo-mob-zurich {
    display: block;
    position: absolute;
    bottom: auto;
    top: 0;
    left: calc(50% - 80px) !important;
    width: 160px !important;
  }
}

@media (min-width: 260px) and (max-width: 567px) {
  .btnmrg {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3%;
  }
  .ins-accordion {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
  }
  .ins-asp {
    aspect-ratio: 1 / 1;
  }
  .pad-img {
    padding: 10%;
  }
  .ins-bigtitle {
    font-size: 3rem;
    line-height: 4rem;
  }
  .flex-25 {
    display: flex;
    width: 100%;
    min-height: 265px;
    margin-bottom: 20px;
  }
  .flex-50 {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  #contacts .flex-50 {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin: 0 10px;
  }

  #contacts-form {
    width: 90%;
    padding-right: 0;
    margin: 0 auto;
  }

  #contacts-form h2 {
    text-align: center;
  }

  .contact-wrap {
    padding: 7% 7% 0 7%;
  }
}

@media (min-width: 568px) and (max-width: 991px) {
  .btnmrg {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
  }
  .ins-accordion {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
  }
  .ins-asp {
    aspect-ratio: 1 / 0.9;
  }
  .pad-img {
    padding: 10% 10% 0% 10%;
  }
  .ins-bigtitle {
    font-size: 4rem;
    line-height: 5rem;
  }
  .flex-25 {
    display: flex;
    width: 47%;
    margin: 1.5%;
    min-height: 265px;
  }
  .flex-50 {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  #contacts .flex-50 {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin: 0 25px;
  }
  #contacts-form {
    padding-right: 0;
    width: 70%;
    margin: 0 auto;
    margin-top: 0;
  }

  #contacts-form h2 {
    text-align: center;
  }

  .contact-wrap {
    padding: 7% 7% 0 7%;
  }

  img.partner-logo-mob {
    padding-top: 100px;
  }

  img.partner-logo-mob.logo-mob-upper {
    padding-top: 50px;
  }

  img.partner-logo-mob.logo-mob-adac,
  img.partner-logo-mob.logo-mob-axa {
    display: block;
    position: absolute;
    bottom: auto;
    top: 0;
    left: calc(50% - 60px) !important;
    width: 120px !important;
    padding-top: 40px !important;
  }

  img.partner-logo-mob.logo-mob-huk {
    display: block;
    position: absolute;
    bottom: auto;
    top: 0;
    left: calc(50% - 50px) !important;
    width: 100px !important;
    padding-top: 40px !important;
  }

  img.partner-logo-mob.logo-mob-zurich {
    display: block;
    position: absolute;
    bottom: auto;
    top: 0;
    left: calc(50% - 80px) !important;
    width: 160px !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .flex-50 {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  #contacts .flex-50 {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin: 0 15px;
  }

  #contacts-form {
    padding-right: 40px;
  }

  .contact-wrap {
    padding: 7%;
  }

  img.partner-logo {
    top: 28% !important;
  }
}

@media (min-width: 992px) {
  .ins-accordion {
    margin-left: 2%;
    margin-right: 5%;
  }
  .ins-asp {
    aspect-ratio: 2 / 1.41;
  }
  .pad-img {
    padding: 10% 0% 10% 50%;
  }
  .ins-bigtitle {
    font-size: 4.35rem;
    line-height: 5.5rem;
  }
  .flex-25 {
    display: flex;
    width: 23.5%;
    margin: 0.75%;
    min-height: 320px;
  }

  .flex-50 {
    display: flex;
    width: 50%;
    flex-direction: column;
    height: auto;
  }

  #contacts .flex-50 {
    display: flex;
    flex-direction: column;
    height: auto;
    flex: 1;
    margin: 0 25px;
  }
}
.change {
  transition: 0.2s all ease;
}
.change:hover {
  background-color: #1354ff;
  transition: 0.2s all ease;
}
.change2 {
  transition: 0.2s all ease;
}
.change2:hover {
  background-color: #ffc356;
  transition: 0.2s all ease;
}
.tab-content p {
  font-size: 1.65rem;
  font-weight: 400;
  color: #000 !important;
}
.tab-content li {
  font-size: 1.65rem;
  font-weight: 400;
  color: #000 !important;
}
.ins-list {
  list-style-type: none;
  padding-left: 0;
}
.tab input,
.tab-content {
  display: none;
}
.tab {
  font-weight: 700;
  font-size: 1.55rem;
  text-transform: none;
  color: #fff;
  background-color: #e9effe;
}
.tab-title {
  padding: 6%;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  background-color: #5483f7;
}
.tab-title::after {
  content: "+";
  float: right;
}
.tab-content {
  padding: 5% 7%;
}
.tab :checked + .tab-title {
  background-color: #5483f7;
  color: #fff;
}
.tab :checked + .tab-title::after {
  content: "−";
}
.tab :checked ~ .tab-content {
  display: block;
}
.ins-cont {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  margin-top: 5%;
}
.ins-text1 {
  padding: 5% 23% 15% 10%;
  position: relative;
}
@media (min-width: 60px) and (max-width: 992px) {
  .ins-text1 {
    padding: 25% 5% 15% 5%;
  }
  img.partner-logo {
    display: none;
  }
  img.partner-logo-mob {
    display: block;
    position: absolute;
    bottom: auto;
    top: 0;
    left: calc(50% - 100px);
    width: 200px;
  }
}

.ins-h6 {
  background-color: #d0e9f3;
  border-radius: 50px;
  padding: 2% 7%;
  color: #76bbd9 !important;
}
.ins-img1 {
  background-image: url(/content/insurance/ins-img_1.jpg);
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: top center;
  min-height: 550px;
  position: relative;
}
.ins-img2 {
  padding: 0% 7%;
}
.ins-text-fs {
  letter-spacing: 0px;
  line-height: 2;
  font-size: 1.8rem;
  margin: 20px 0 0;
}
.ins-text-fs p {
  color: #000 !important;
}
.ins-text-fs p strong {
  font-family: "Lato Bold", sans-serif;
  font-weight: bold;
}
.ins-text-fs li strong {
  font-family: "Lato Bold", sans-serif;
  font-weight: bold;
}
.ins-title-fs {
  font-size: 3.5rem;
  font-family: "Red Hat Display", sans-serif;
  line-height: 7rem;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  padding-left: 40px;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 96%,
    rgba(19, 84, 255, 1) 96%
  );
}
.aic {
  align-items: center;
}
.hmbut {
  max-width: 250px;
  margin-top: 5%;
  color: white;
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  border-radius: 10px;
}
.ylbut {
  background-color: #ffb838;
}
.ins-cell-1 {
  background-image: url(/content/insurance/ins-cell_1.jpg);
  background-position: 50% 50%;
  background-size: cover;
}
.ins-cell-2 {
  background-image: url(/content/insurance/ins-cell_2.jpg);
  background-position: 50% 50%;
  background-size: cover;
}
.ins-cell-3 {
  background-image: url(/content/insurance/ins-cell_3.jpg);
  background-position: 50% 50%;
  background-size: cover;
}
.ins-cell-4 {
  background-image: url(/content/insurance/ins-cell_4.jpg);
  background-position: 50% 50%;
  background-size: cover;
}
.ins-cell-text {
  padding: 7% 8%;
  display: flex;
  flex-direction: column;
  align-self: center;
}
.ins-cell-text h5 {
  font-size: 1.7rem;
}
.ins-cell-text p {
  font-size: 1.4rem;
  line-height: 1.6;
  font-style: italic;
}
.ins-tac {
  text-align: center;
}
.ins-bkg {
  display: block;
  width: calc(100vw - 20px);
  margin-left: calc(-50vw + 50% + 10px);
  background-color: #e1eafa;
}
.ins-video {
  background-color: #000;
  max-width: 768px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  margin-bottom: 5%;
}
.ins-blockquote {
  font-size: 1.8rem;
  font-style: italic;
  padding-left: 4%;
  border-width: 4px;
  margin-top: 5%;
  margin-bottom: 0;
  border-color: #1354ff;
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-style: solid;
}
.ins-blockquote li strong {
  font-family: "Lato Bold", sans-serif;
  font-weight: bold;
}
.ins-inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
html {
  scroll-behavior: smooth;
}
ol li::marker {
  font-weight: bold;
  font-family: "Lato Bold", sans-serif;
}

.contact-wrap {
  padding: 7%;
}

.ins-img2 .button-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
