* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "Stone Sans Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Stone Sans Regular"),
    url("../fonts/Stone-Sans-Regular.woff") format("woff");
}
@font-face {
  font-family: "Stone Sans Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Stone Sans Italic"),
    url("../fonts/Stone-Sans-Italic.woff") format("woff");
}
@font-face {
  font-family: "Stone Sans Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Stone Sans Bold"),
    url("../fonts/Stone-Sans-Bold.woff") format("woff");
}
@font-face {
  font-family: "Stone Sans Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Stone Sans Bold Italic"),
    url("../fonts/Stone-Sans-Bold-Italic.woff") format("woff");
}
@font-face {
  font-family: "Stone Sans Semi Bold Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Stone Sans Semi Bold Regular"),
    url("../fonts/Stone-Sans-Semi-Bold-Regular.woff") format("woff");
}
@font-face {
  font-family: "Stone Sans Semi Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Stone Sans Semi Bold Italic"),
    url("../fonts/Stone-Sans-Semi-Bold-Italic.woff") format("woff");
}
@font-face {
  font-family: "Roboto Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Roboto Medium"),
    url("../fonts/Roboto/Roboto-Medium-webfont.woff") format("woff");
}
@font-face {
  font-family: "Roboto Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Roboto Regular"),
    url("../fonts/Roboto/Roboto-Regular-webfont.woff") format("woff");
}
@font-face {
  font-family: "Roboto Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Roboto Bold"),
    url("../fonts/Roboto/roboto-bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto Light Italic";
  font-style: italic;
  font-weight: normal;
  src: local("Roboto Light Italic"),
    url("../fonts/Roboto/Roboto-Light-Italic-webfont.woff") format("woff");
}
@font-face {
  font-family: "Roboto Italic";
  font-style: italic;
  font-weight: normal;
  src: local("Roboto Italic"),
    url("../fonts/Roboto/Roboto-Italic-webfont.woff") format("woff");
}
.pTop20 {
  padding-top: 20px;
}
.pTop15 {
  padding-top: 15px;
}
.pTop10 {
  padding-top: 10px;
}
header.header-for-form {
  padding: 30px 30px 10px 30px;
  border-bottom: 1px solid #e6e8e9;
}
@media screen and (max-width: 991px) {
  header.header-for-form {
    padding: 20px;
  }
}
header.header-for-form .wrap-header-for-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  header.header-for-form .wrap-header-for-form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
header.header-for-form .wrap-header-for-form .wrap-logo a {
  text-decoration: none;
}
header.header-for-form .wrap-header-for-form .wrap-logo a img {
  width: 137px;
  height: 70px;
}
@media screen and (max-width: 991px) {
  header.header-for-form .wrap-header-for-form .wrap-logo a img {
    width: 80px;
    height: 40px;
  }
}
header.header-for-form .wrap-header-for-form .wrap-right-elements .languages {
  text-align: right;
}
@media screen and (max-width: 991px) {
  header.header-for-form .wrap-header-for-form .wrap-right-elements .languages {
    display: none;
  }
}
header.header-for-form
  .wrap-header-for-form
  .wrap-right-elements
  .languages
  .icon
  img {
  width: 30px;
  height: 30px;
}
header.header-for-form
  .wrap-header-for-form
  .wrap-right-elements
  .link-to-left {
  padding-top: 10px;
}
@media screen and (max-width: 991px) {
  header.header-for-form
    .wrap-header-for-form
    .wrap-right-elements
    .link-to-left {
    padding-top: 0px;
  }
}
header.header-for-form
  .wrap-header-for-form
  .wrap-right-elements
  .link-to-left
  a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
header.header-for-form
  .wrap-header-for-form
  .wrap-right-elements
  .link-to-left
  a
  svg,
header.header-for-form
  .wrap-header-for-form
  .wrap-right-elements
  .link-to-left
  a
  img {
  width: 32px;
}
@media screen and (max-width: 991px) {
  header.header-for-form
    .wrap-header-for-form
    .wrap-right-elements
    .link-to-left
    a
    svg,
  header.header-for-form
    .wrap-header-for-form
    .wrap-right-elements
    .link-to-left
    a
    img {
    width: 45px;
  }
}
header.header-for-form
  .wrap-header-for-form
  .wrap-right-elements
  .link-to-left
  a
  svg
  path,
header.header-for-form
  .wrap-header-for-form
  .wrap-right-elements
  .link-to-left
  a
  img
  path {
  fill: #000091;
}
header.header-for-form
  .wrap-header-for-form
  .wrap-right-elements
  .link-to-left
  a
  span {
  display: block;
  padding-left: 10px;
  color: #687074;
  font-family: "Roboto Medium";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
@media screen and (max-width: 991px) {
  header.header-for-form
    .wrap-header-for-form
    .wrap-right-elements
    .link-to-left
    a
    span {
    display: none;
  }
}
header.header-for-form
  .wrap-header-for-form
  .wrap-right-elements
  .link-to-left
  a:hover
  span {
  color: #000091;
}
footer.footer {
  background: #000091;
  padding: 40px 0;
}
footer.footer .wrap-footer .top-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer.footer .wrap-footer .top-footer ul li {
  margin-right: 45px;
}
@media screen and (max-width: 767px) {
  footer.footer .wrap-footer .top-footer ul li {
    margin-right: 30px;
  }
}
footer.footer .wrap-footer .top-footer ul li:last-child {
  margin-right: 0 !important;
}
footer.footer .wrap-footer .top-footer ul li a {
  color: #ffffff;
  font-family: "Roboto Regular";
  font-size: 12px;
  letter-spacing: 0;
  line-height: 15px;
  padding-top: 22px;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  opacity: 1;
  text-decoration: none;
}
footer.footer .wrap-footer .top-footer ul li a:hover {
  opacity: 0.7;
}
footer.footer .wrap-footer .bottom-footer {
  color: #ffffff;
  font-family: "Roboto Regular";
  font-size: 12px;
  letter-spacing: 0;
  line-height: 15px;
  padding-top: 22px;
}
.container-width-form {
  max-width: 1210px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .container-width-form {
    padding: 0 20px;
  }
}
.wrap-checkout-form-steps {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #687074;
}
.wrap-checkout-form-steps .wrap-half-sectons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wrap-checkout-form-steps .wrap-half-sectons > * {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .wrap-checkout-form-steps .wrap-half-sectons > * {
    width: 100%;
  }
}
.wrap-checkout-form-steps .wrap-with-small-secton-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wrap-checkout-form-steps .wrap-with-small-secton-right .left-part-item {
  width: calc(100% - 84px - 20px);
}
@media screen and (max-width: 767px) {
  .wrap-checkout-form-steps .wrap-with-small-secton-right .left-part-item {
    width: 100%;
  }
}
.wrap-checkout-form-steps .wrap-with-small-secton-right .right-part-item {
  width: 84px;
}
@media screen and (max-width: 767px) {
  .wrap-checkout-form-steps .wrap-with-small-secton-right .right-part-item {
    width: 100%;
  }
}
.wrap-checkout-form-steps .bottom-navigation-buttons {
  padding-top: 44px;
}
.wrap-checkout-form-steps .bottom-navigation-buttons .wrapp-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .wrap-checkout-form-steps .bottom-navigation-buttons .wrapp-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .wrap-checkout-form-steps
    .bottom-navigation-buttons
    .wrapp-button
    .left-link {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.wrap-checkout-form-steps
  .bottom-navigation-buttons
  .wrapp-button
  .left-link
  a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #687074;
  font-family: "Roboto Medium";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 100%;
  text-decoration: none;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
@media screen and (max-width: 767px) {
  .wrap-checkout-form-steps
    .bottom-navigation-buttons
    .wrapp-button
    .left-link
    a {
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.wrap-checkout-form-steps
  .bottom-navigation-buttons
  .wrapp-button
  .left-link
  a
  svg
  path {
  fill: #000091;
}
.wrap-checkout-form-steps
  .bottom-navigation-buttons
  .wrapp-button
  .left-link
  a
  span {
  display: inline-block;
  padding-left: 13px;
}
.wrap-checkout-form-steps
  .bottom-navigation-buttons
  .wrapp-button
  .left-link
  a:hover {
  color: #000091;
}
@media screen and (max-width: 767px) {
  .wrap-checkout-form-steps
    .bottom-navigation-buttons
    .wrapp-button
    .right-link {
    width: 100%;
  }
}
.wrap-checkout-form-steps
  .bottom-navigation-buttons
  .wrapp-button
  .right-link
  a,
.wrap-checkout-form-steps
  .bottom-navigation-buttons
  .wrapp-button
  .right-link
  button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .wrap-checkout-form-steps
    .bottom-navigation-buttons
    .wrapp-button
    .right-link
    a,
  .wrap-checkout-form-steps
    .bottom-navigation-buttons
    .wrapp-button
    .right-link
    button {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.wrap-checkout-form-steps
  .bottom-navigation-buttons
  .wrapp-button
  .right-link
  a.style-submit,
.wrap-checkout-form-steps
  .bottom-navigation-buttons
  .wrapp-button
  .right-link
  button.style-submit {
  padding: 12.5px 33px;
  background: #82af32;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  border: none;
  font-family: "Roboto Medium";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 100%;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.wrap-checkout-form-steps
  .bottom-navigation-buttons
  .wrapp-button
  .right-link
  a.style-submit
  svg
  path,
.wrap-checkout-form-steps
  .bottom-navigation-buttons
  .wrapp-button
  .right-link
  button.style-submit
  svg
  path {
  fill: #fff;
}
.wrap-checkout-form-steps
  .bottom-navigation-buttons
  .wrapp-button
  .right-link
  a.style-submit
  span,
.wrap-checkout-form-steps
  .bottom-navigation-buttons
  .wrapp-button
  .right-link
  button.style-submit
  span {
  display: inline-block;
  padding-right: 13px;
}
.wrap-checkout-form-steps
  .bottom-navigation-buttons
  .wrapp-button
  .right-link
  a.style-submit:hover,
.wrap-checkout-form-steps
  .bottom-navigation-buttons
  .wrapp-button
  .right-link
  button.style-submit:hover {
  background: #4f7c00;
}
.wrap-checkout-form-steps
  .bottom-navigation-buttons
  .wrapp-button
  .right-link
  a.disabled,
.wrap-checkout-form-steps
  .bottom-navigation-buttons
  .wrapp-button
  .right-link
  a:disabled,
.wrap-checkout-form-steps
  .bottom-navigation-buttons
  .wrapp-button
  .right-link
  button.disabled,
.wrap-checkout-form-steps
  .bottom-navigation-buttons
  .wrapp-button
  .right-link
  button:disabled {
  color: #687074;
  background: #b5babd !important;
}
.wrap-checkout-form-steps
  .bottom-navigation-buttons
  .wrapp-button
  .right-link
  a.disabled
  svg
  path,
.wrap-checkout-form-steps
  .bottom-navigation-buttons
  .wrapp-button
  .right-link
  a:disabled
  svg
  path,
.wrap-checkout-form-steps
  .bottom-navigation-buttons
  .wrapp-button
  .right-link
  button.disabled
  svg
  path,
.wrap-checkout-form-steps
  .bottom-navigation-buttons
  .wrapp-button
  .right-link
  button:disabled
  svg
  path {
  fill: #687074;
}
.wrap-checkout-form-steps .qr-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
}
.wrap-checkout-form-steps .qr-block img {
  width: 32px;
  height: 32px;
  position: relative;
  top: 4px;
}
.wrap-checkout-form-steps .qr-block .text-info {
  width: calc(100% - 32px - 18px);
  color: #687074;
  font-family: "Roboto Regular";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 21px;
}
@media screen and (max-width: 991px) {
  .wrap-checkout-form-steps .qr-block .text-info {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 21px;
  }
}
.wrap-checkout-form-steps .wrapp-input {
  position: relative;
  margin-bottom: 16px;
}
.wrap-checkout-form-steps .wrapp-input:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .wrap-checkout-form-steps .wrapp-input:last-child {
    margin-bottom: 16px;
  }
}
.wrap-checkout-form-steps .wrapp-input label {
  font-family: "Roboto Regular";
  font-size: 15px;
  letter-spacing: 0;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  position: absolute;
  top: 20px;
  left: 12px;
  color: #9ca3a7;
}
.wrap-checkout-form-steps .wrapp-input .helper-text {
  font-family: "Roboto Regular";
  font-size: 12px;
  padding-top: 3px;
  padding-left: 12px;
  color: #d71b3a;
  display: none;
}
@media screen and (max-width: 991px) {
  .wrap-checkout-form-steps .wrapp-input .helper-text {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 18px;
  }
}
.wrap-checkout-form-steps .wrapp-input input {
  font-family: "Roboto Regular";
  font-size: 15px;
  height: 60px;
  width: 100%;
  color: #4f5457;
  padding-top: 18px;
  padding-right: 12px;
  padding-left: 12px;
  border: 1px solid #9ca3a7;
  border-radius: 4px;
  outline: none;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
@media screen and (max-width: 991px) {
  .wrap-checkout-form-steps .wrapp-input input {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 18px;
  }
}
.wrap-checkout-form-steps .wrapp-input.focesed label {
  top: 7px;
  left: 12px;
  font-size: 12px;
}
.wrap-checkout-form-steps .wrapp-input.focus-border input {
  border: 1px solid #000091 !important;
}
@media screen and (max-width: 991px) {
  .wrap-checkout-form-steps .wrapp-input.focus-border input {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 18px;
  }
}
.wrap-checkout-form-steps .wrapp-input.error-element input {
  border: 1px solid #d71b3a;
  color: #d71b3a;
  padding-right: 55px;
}
.wrap-checkout-form-steps .wrapp-input.error-element .helper-text {
  display: block;
}
.wrap-checkout-form-steps .wrapp-input.error-element label {
  color: #d71b3a;
}
.wrap-checkout-form-steps .wrapp-input.error-element:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/frach-icon-error.svg) no-repeat 50% 50%;
  position: absolute;
  top: 17px;
  right: 15px;
}
.wrap-checkout-form-steps .wrapp-input.success-element input {
  padding-right: 55px;
}
.wrap-checkout-form-steps .wrapp-input.success-element:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/frach-icon-check.svg) no-repeat 50% 50%;
  position: absolute;
  top: 17px;
  right: 15px;
}
.wrap-checkout-form-steps .wrapp-input.with-background {
  padding-right: 73px;
  background: url(../img/back-card-tmp.PNG) no-repeat 100% 12px;
}
.wrap-checkout-form-steps .wrapp-input-checkbox {
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrap-checkout-form-steps .wrapp-input-checkbox label {
  padding-left: 32px;
  min-height: 26px;
  position: relative;
  display: block;
  color: #687074;
  font-family: "Roboto Regular";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 21px;
  padding-top: 2px;
}
@media screen and (max-width: 991px) {
  .wrap-checkout-form-steps .wrapp-input-checkbox label {
    font-size: 15px;
  }
}
.wrap-checkout-form-steps .wrapp-input-checkbox label:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 2px;
  border: 1px solid #000091;
  cursor: pointer;
}
.wrap-checkout-form-steps .wrapp-input-checkbox label a {
  color: #000091;
  text-decoration: underline;
}
.wrap-checkout-form-steps .wrapp-input-checkbox input[type="checkbox"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: -1000px;
}
.wrap-checkout-form-steps
  .wrapp-input-checkbox
  input[type="checkbox"]:checked
  + label:before {
  background: url(../img/frach-icon-check.svg) no-repeat center/80%;
}
.wrap-checkout-form-steps .wrapp-input-checkbox.error-element label:before {
  border: 1px solid #d71b3a;
}
.wrap-checkout-form-steps .wrap-select {
  position: relative;
  margin-bottom: 16px;
  min-height: 60px;
  background: #fff;
}
.wrap-checkout-form-steps .wrap-select label {
  position: absolute;
  font-family: "Roboto Regular";
  font-size: 15px;
  line-height: 18px;
  top: 20px;
  left: 12px;
  color: #9ca3a7;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.wrap-checkout-form-steps .wrap-select label.checked-select {
  top: 7px;
  left: 12px;
  font-size: 12px;
}
.wrap-checkout-form-steps .wrap-select .nice-select {
  height: 60px;
  border-radius: 4px;
  border: 1px solid #9ca3a7;
  padding-right: 55px;
  font-family: "Roboto Regular";
  font-size: 15px;
  line-height: 18px;
  color: #4f5457;
  padding-left: 12px;
  padding-top: 30px;
  background: none;
}
.wrap-checkout-form-steps .wrap-select .nice-select:after {
  content: "";
  width: 19px;
  height: 10px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  border: none;
  background: url(../img/frach-icon-chevron-down.svg) no-repeat 50% 50%/100%;
}
.wrap-checkout-form-steps .wrap-select .nice-select.open {
  border: 1px solid #000091 !important;
}
.wrap-checkout-form-steps .wrap-select .nice-select.open:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wrap-checkout-form-steps .wrap-select .nice-select .list {
  overflow-y: scroll;
  max-height: 120px;
  left: -1px !important;
  right: -1px !important;
}
.wrap-checkout-form-steps .wrap-select .nice-select .list li:first-child {
  height: 0;
  min-height: 0;
}
.wrap-checkout-form-steps .wrap-select .nice-select .list li.selected {
  background: #00003a !important;
  color: #fff;
  font-weight: 400;
}
.wrap-checkout-form-steps .wrap-select .helper-text {
  font-family: "Roboto Regular";
  font-size: 12px;
  top: 3px;
  padding-left: 12px;
  color: #d71b3a;
  display: none;
}
.wrap-checkout-form-steps .wrap-select.error-element label {
  color: #d71b3a;
}
.wrap-checkout-form-steps .wrap-select.error-element .helper-text {
  display: block;
}
.wrap-checkout-form-steps .wrap-select.error-element .nice-select {
  border: 1px solid #d71b3a;
}
.wrap-checkout-form-steps .wrap-select.error-element .nice-select .current {
  color: #d71b3a;
}
.wrap-checkout-form-steps .wrap-select.error-element .nice-select:after {
  content: "";
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  border: none;
  width: 24px;
  height: 24px;
  background: url(../img/frach-icon-error.svg) no-repeat 50% 50%;
  top: 38%;
}
.wrap-checkout-form-steps .wrap-select.error-element.open:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.wrap-checkout-form-steps .part-left {
  border-right: 1px solid #e6e8e9;
  padding: 60px 60px 60px 0px;
  width: calc(100% - 350px);
}
@media screen and (max-width: 991px) {
  .wrap-checkout-form-steps .part-left {
    border: none;
    padding: 40px 0px 60px 0px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.wrap-checkout-form-steps .part-left .checkout-form-steps-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .wrap-checkout-form-steps .part-left .checkout-form-steps-titles {
    display: none;
  }
}
.wrap-checkout-form-steps .part-left .checkout-form-steps-titles ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wrap-checkout-form-steps .part-left .checkout-form-steps-titles ul li {
  position: relative;
  padding-right: 20px;
  margin-right: 8px;
  font-family: "Roboto Medium";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
}
.wrap-checkout-form-steps .part-left .checkout-form-steps-titles ul li:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 5px;
  background: url(../img/frach-icon-chevron-down-grey.svg) no-repeat 50% 50% /
    auto 12px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.wrap-checkout-form-steps
  .part-left
  .checkout-form-steps-titles
  ul
  li:last-child:after {
  display: none;
  padding-right: 0px;
  margin-right: 0px;
}
.wrap-checkout-form-steps .part-left .checkout-form-steps-titles ul li span,
.wrap-checkout-form-steps .part-left .checkout-form-steps-titles ul li a {
  display: block;
  text-decoration: none;
  color: #687074;
}
.wrap-checkout-form-steps
  .part-left
  .checkout-form-steps-titles
  ul
  li.curent-step
  a {
  color: #000091;
}
.wrap-checkout-form-steps .part-left h1 {
  font-family: "Stone Sans Semi Bold Italic";
  color: #687074;
  font-size: 38px;
  letter-spacing: -1px;
  line-height: 47px;
  padding-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .wrap-checkout-form-steps .part-left h1 {
    font-size: 28px;
    letter-spacing: -0.74px;
    line-height: 34px;
  }
}
.wrap-checkout-form-steps .part-left h3 {
  padding-bottom: 20px;
  font-family: "Stone Sans Semi Bold Italic";
  font-size: 26px;
  letter-spacing: 0;
  line-height: 33px;
}
@media screen and (max-width: 991px) {
  .wrap-checkout-form-steps .part-left h3 {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 23px;
  }
}
.wrap-checkout-form-steps .part-left .part-form.part-2 {
  padding-top: 44px;
}
.wrap-checkout-form-steps .part-right {
  padding: 140px 0px 60px 60px;
  width: 350px;
}
@media screen and (max-width: 991px) {
  .wrap-checkout-form-steps .part-right {
    width: calc(100% + 40px);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background-color: #f1f1f1;
    margin: 0 -20px;
    padding: 18px 20px 18px 20px;
  }
}
.wrap-checkout-form-steps .part-right .title-toggle-mobile-section {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wrap-checkout-form-steps
  .part-right
  .title-toggle-mobile-section
  .title-toggle {
  display: block;
  position: relative;
  max-width: calc(100% - 100px);
}
.wrap-checkout-form-steps
  .part-right
  .title-toggle-mobile-section
  .title-toggle:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  top: 6px;
  width: 19px;
  height: 10px;
  right: -25px;
  transition: all 200ms;
  background: url(../img/frach-icon-chevron-down.svg) no-repeat 50% 50%/100%;
}
.wrap-checkout-form-steps
  .part-right
  .title-toggle-mobile-section.open
  .title-toggle:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wrap-checkout-form-steps
  .part-right
  .title-toggle-mobile-section
  .price-toggle {
  width: 80px;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .wrap-checkout-form-steps .part-right .title-toggle-mobile-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Roboto Light Italic";
    padding: 0px 0;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 23px;
    color: #000091;
    cursor: pointer;
  }
}
@media screen and (min-width: 992px) {
  .wrap-checkout-form-steps .part-right .wrap-right-content-to-hight {
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  .wrap-checkout-form-steps .part-right .wrap-right-content-to-hight {
    display: none;
    padding-top: 38px;
  }
}
.wrap-checkout-form-steps .part-right h3 {
  padding-bottom: 20px;
  font-family: "Stone Sans Semi Bold Italic";
  font-size: 26px;
  letter-spacing: 0;
  line-height: 33px;
}
@media screen and (max-width: 991px) {
  .wrap-checkout-form-steps .part-right h3 {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 23px;
  }
}
.wrap-checkout-form-steps .part-right .title-right-sbr {
  color: #687074;
  font-family: "Roboto Bold";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 21px;
  padding-bottom: 6px;
}
@media screen and (max-width: 991px) {
  .wrap-checkout-form-steps .part-right .title-right-sbr {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 21px;
  }
}
.wrap-checkout-form-steps .part-right .parking-price {
  color: #000091;
  font-family: "Roboto Light Italic";
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .wrap-checkout-form-steps .part-right .parking-price {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 23px;
  }
}
.wrap-checkout-form-steps .part-right .parking-time {
  color: #687074;
  font-family: "Roboto Regular";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 21px;
}
@media screen and (max-width: 991px) {
  .wrap-checkout-form-steps .part-right .parking-time {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 21px;
  }
}
.wrap-checkout-form-steps .part-right .form-code {
  padding-top: 24px;
}
.wrap-checkout-form-steps
  .part-right
  .form-code
  .wrapp-input.button-right-icon
  .button-to-right {
  width: 55px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}
.wrap-checkout-form-steps
  .part-right
  .form-code
  .wrapp-input.button-right-icon
  .button-to-right
  .toright-icon {
  width: 55px;
  height: 60px;
  background: url(../img/frach-icon-chevron-down.svg) no-repeat 50% 50%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.wrap-checkout-form-steps
  .part-right
  .form-code
  .wrapp-input.button-right-icon
  .button-to-right
  input[type="reset"] {
  display: none;
  cursor: pointer;
  border: none !important;
  width: 55px;
  height: 60px;
  background: url(../img/frach-icon-close.svg) no-repeat 50% 50%;
}
.wrap-checkout-form-steps
  .part-right
  .form-code
  .wrapp-input.button-right-icon
  .button-to-right.show
  .toright-icon {
  display: none;
}
.wrap-checkout-form-steps
  .part-right
  .form-code
  .wrapp-input.button-right-icon
  .button-to-right.show
  input[type="reset"] {
  display: block;
}
.wrap-checkout-form-steps .part-right .decor-block-right-sidebar {
  margin-top: 24px;
  height: 4px;
  border-top: 1px solid #ced1d3;
  border-bottom: 1px solid #ced1d3;
  margin-bottom: 24px;
}
.wrap-checkout-form-steps .part-right .prise-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wrap-checkout-form-steps .part-right .prise-count .price {
  color: #687074;
  font-family: "Roboto Italic";
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 23px;
}
@media screen and (max-width: 991px) {
  .wrap-checkout-form-steps .part-right .prise-count .price {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 23px;
  }
}
.wrap-checkout-form-steps .part-right .final-price {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wrap-checkout-form-steps .part-right .final-price .price-f {
  color: #000091;
  font-family: "Stone Sans Semi Bold Italic";
  font-size: 26px;
  letter-spacing: 0;
  line-height: 33px;
}
@media screen and (max-width: 991px) {
  .wrap-checkout-form-steps .part-right .final-price .price-f {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 23px;
  }
}
.wrap-checkout-form-steps .part-right .bottom-description {
  padding-top: 5px;
  text-align: right;
  color: #687074;
  font-family: "Roboto Regular";
  font-size: 12px;
  letter-spacing: 0;
  line-height: 15px;
}
@media screen and (max-width: 991px) {
  .wrap-checkout-form-steps .part-right .bottom-description {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
  }
}
.wrap-checkout-form-steps .info-current-text {
  color: #687074;
  font-family: "Roboto Regular";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 21px;
}
.wrap-checkout-form-steps .title-left-sbr {
  color: #687074;
  font-family: "Roboto Bold";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 21px;
  padding-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .wrap-checkout-form-steps .title-left-sbr {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 21px;
  }
}
.wrap-checkout-form-steps .padding-sections {
  padding-top: 50px;
}
.wrap-checkout-form-steps .block-control-radio {
  border: 1px solid #9ca3a7;
  margin-bottom: 6px;
}
.wrap-checkout-form-steps .block-control-radio .top-functional {
  position: relative;
  padding: 18px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}
.wrap-checkout-form-steps
  .block-control-radio
  .top-functional
  .radio-toggle
  label {
  width: 24px;
  height: 24px;
  border: 1px solid #9ca3a7;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  position: relative;
}
.wrap-checkout-form-steps
  .block-control-radio
  .top-functional
  .radio-toggle
  label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  top: 6px;
  left: 6px;
  position: absolute;
  background: #fff;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  position: relative;
  border-radius: 50%;
}
.wrap-checkout-form-steps
  .block-control-radio
  .top-functional
  .radio-toggle
  span.title {
  color: #687074;
  font-family: "Roboto Bold";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 21px;
  position: relative;
  top: -30px;
  left: 40px;
}
.wrap-checkout-form-steps
  .block-control-radio
  .top-functional
  .radio-toggle
  input[type="radio"] {
  position: absolute;
  top: -500px;
  left: -500px;
}
.wrap-checkout-form-steps
  .block-control-radio
  .top-functional
  .radio-toggle
  input[type="radio"]:checked
  + label {
  border: 1px solid #000091;
}
.wrap-checkout-form-steps
  .block-control-radio
  .top-functional
  .radio-toggle
  input[type="radio"]:checked
  + label:after {
  background: #000091;
}
.wrap-checkout-form-steps .block-control-radio .top-functional .list-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
}
.wrap-checkout-form-steps .block-control-radio .top-functional .list-logos ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.wrap-checkout-form-steps
  .block-control-radio
  .top-functional
  .list-logos
  ul
  li {
  margin-left: 5px;
}
.wrap-checkout-form-steps
  .block-control-radio
  .top-functional
  .list-logos
  ul
  li:first-child {
  margin-left: 0;
}
.wrap-checkout-form-steps
  .block-control-radio
  .top-functional
  .list-logos
  ul
  li
  img {
  display: block;
  width: 44px;
  height: 25px;
}
.wrap-checkout-form-steps .block-control-radio .hidden-form-paysistems {
  display: none;
  padding: 0 20px 20px 20px;
}
.wrap-checkout-form-steps .titles-info {
  text-align: center;
}
.wrap-checkout-form-steps .titles-info .image-top {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 50%;
  background: #82af32;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.wrap-checkout-form-steps .titles-info h1 {
  padding-bottom: 5px;
}
.wrap-checkout-form-steps .description-step-4 {
  color: #687074;
  font-family: "Roboto Italic";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 23px;
}
.wrap-checkout-form-steps .description-step-4 span {
  color: #000091;
}
.wrap-checkout-form-steps .body-text {
  padding-top: 40px;
}
.wrap-checkout-form-steps .body-text p {
  color: #687074;
  font-family: "Roboto Regular";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.wrap-checkout-form-steps .body-text p a {
  color: #000091;
  text-decoration: underline;
}
.wrap-checkout-form-steps .bottom-buttons {
  padding-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wrap-checkout-form-steps .bottom-buttons a {
  height: 45px;
  padding: 0 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Roboto Medium";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  margin-top: 20px;
  margin-right: 20px;
  background: #000091;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
@media screen and (max-width: 767px) {
  .wrap-checkout-form-steps .bottom-buttons a {
    width: 100%;
    margin-right: 0;
  }
}
.wrap-checkout-form-steps .bottom-buttons a:hover {
  background: #000074;
}
.wrap-checkout-form-steps .bottom-buttons a svg {
  margin-right: 8px;
  fill: #fff;
}
.part-bottom {
  border-top: 1px solid #e6e8e9;
  padding: 60px 0;
}
.part-bottom .wrap-green {
  background: #82af32;
  padding: 30px 50px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .part-bottom .wrap-green {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 20px;
  }
}
.part-bottom .wrap-green .text-info {
  padding-left: 50px;
}
@media screen and (max-width: 991px) {
  .part-bottom .wrap-green .text-info {
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }
}
.part-bottom .wrap-green .text-info .top-text {
  font-family: "Stone Sans Semi Bold Italic";
  font-size: 26px;
  letter-spacing: 0;
  line-height: 33px;
}
@media screen and (max-width: 991px) {
  .part-bottom .wrap-green .text-info .top-text {
    font-size: 28px;
  }
}
.part-bottom .wrap-green .text-info .bottom-text {
  font-family: "Roboto Italic";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 23px;
}
@media screen and (max-width: 991px) {
  .part-bottom .wrap-green .text-info .bottom-text {
    font-size: 15px;
    padding-bottom: 35px;
  }
}
.part-bottom .wrap-green a.button-stile {
  height: 45px;
  padding: 0 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #000091;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Roboto Medium";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  background: #fff;
  text-align: center;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.part-bottom .wrap-green a.button-stile:hover {
  color: #fff;
  background: #000091;
}
.popup-success {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}
@media screen and (max-width: 500px) {
  .popup-success {
    overflow-y: scroll;
  }
}
.popup-success.close {
  display: none;
  cursor: pointer;
}
.popup-success .bg-close {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.2;
  cursor: pointer;
}
.popup-success .body-popup {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 25;
  width: 100%;
  max-width: 650px;
  min-height: 404px;
  padding: 50px 25px;
}
.popup-success .body-popup .wrap-content-popup {
  width: 100%;
  text-align: center;
}
.popup-success .body-popup .wrap-content-popup .icon-element img {
  width: 48px;
}
.popup-success .body-popup .wrap-content-popup .title-top {
  padding-top: 22px;
  font-family: "Roboto Bold";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 21px;
  color: #000091;
}
.popup-success .body-popup .wrap-content-popup .description-bottom {
  color: #687074;
  font-family: "Roboto Regular";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 21px;
}
.container-width-form.formulat-veitragen .radio-checked {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container-width-form.formulat-veitragen .radio-checked.top-check {
  padding-bottom: 48px;
}
.container-width-form.formulat-veitragen .radio-checked.bottom-check {
  padding-bottom: 15px;
}
.container-width-form.formulat-veitragen .radio-checked .radio-toggle {
  padding-right: 20px;
}
.container-width-form.formulat-veitragen .radio-checked .radio-toggle label {
  position: relative;
  height: 24px;
  padding-left: 35px;
  display: block;
  cursor: pointer;
}
.container-width-form.formulat-veitragen
  .radio-checked
  .radio-toggle
  label:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #9ca3a7;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  position: absolute;
  left: 0;
  top: 0;
}
.container-width-form.formulat-veitragen
  .radio-checked
  .radio-toggle
  label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  top: 8px;
  left: 8px;
  position: absolute;
  background: #fff;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  position: absolute;
  border-radius: 50%;
}
.container-width-form.formulat-veitragen
  .radio-checked
  .radio-toggle
  span.title {
  color: #687074;
  font-family: "Roboto Bold";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 21px;
  padding-top: 4px;
  display: block;
}
.container-width-form.formulat-veitragen
  .radio-checked
  .radio-toggle
  input[type="radio"] {
  position: absolute;
  top: -500px;
  left: -500px;
}
.container-width-form.formulat-veitragen
  .radio-checked
  .radio-toggle
  input[type="radio"]:checked
  + label:before {
  border: 1px solid #000091;
}
.container-width-form.formulat-veitragen
  .radio-checked
  .radio-toggle
  input[type="radio"]:checked
  + label:after {
  background: #000091;
}
.container-width-form.formulat-veitragen .bottom-text-formularz {
  padding-top: 100px;
  color: #687074;
  font-family: "Roboto Regular";
  font-size: 12px;
  letter-spacing: 0;
  line-height: 15px;
}
@media screen and (max-width: 991px) {
  .container-width-form.formulat-veitragen .bottom-text-formularz {
    padding-top: 60px;
  }
}
.container-width-form.formulat-veitragen .wrap-column-final-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.container-width-form.formulat-veitragen .wrap-column-final-info .item {
  width: calc(50% - 15px);
}
@media screen and (max-width: 991px) {
  .container-width-form.formulat-veitragen .wrap-column-final-info .item {
    width: 100%;
  }
  .container-width-form.formulat-veitragen
    .wrap-column-final-info
    .item:last-child {
    padding-top: 44px;
  }
}

.frach-m-text__rte-wrapper a:focus-visible {
  border-radius: 2px;
  outline: 2px solid #000091 !important;
  outline-offset: 2px;
  position: relative;
  z-index: 10000;
}

.product-box__button:focus-visible {
  border-radius: 2px;
  outline: 2px solid #000091 !important;
  outline-offset: 2px;
  position: relative;
  z-index: 10000;
}

.frach-m-page-footer__social {
  overflow: visible !important;
}

.frach-m-page-footer__social-link a:focus-visible {
  border-radius: 2px;
  outline: 2px solid #fff !important;
  outline-offset: 2px;
  position: relative;
  z-index: 10000;
}

.product-box__content {
  overflow: visible !important;
}
