@keyframes iframe_append {
    0%{
      transform: scale(0);
    }
    100%{
      transform: scale(1);
    }
  }
  div.pwa-informer-wrap.flex-center iframe{
    display: none;
  }
  div.pwa-informer-wrap.flex-center iframe.iframe-animation-append{
    animation-name: iframe_append;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(.68,.65,.99,.83);
    display: flex !important;
  }
  div.pwa-informer-wrap{
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(0,0,0, 0.95);
    z-index: 111;
    padding: 16px 16px 0 16px;
  }
  div.pwa-informer-wrap.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11199;
  }
  @media (max-width: 991px) {
    div.pwa-informer-wrap.flex-center{
      align-items: flex-start;
    }
  }
  div.pwa-informer{
    width: 100%;
    border-radius: 6px;
    padding: 8px 24px 8px 24px;
    font-family: Roboto, 'Segoe UI', Tahoma, sans-serif;
    z-index: 111;
    color: white;
    font-size: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  div.pwa-informer p{
    margin-top: 6px;
    margin-bottom: 6px;
    line-height: 35px;
  }
  div.pwa-canvas{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  div#close-button{
    position: absolute;
    top: 32px;
    right: 32px;
    height: 32px;
    width: 32px;
    cursor: pointer;
    border-radius: 50%;
    color: white;
    filter: grayscale(1) brightness(2.0);
  }
  @media (max-width: 1100px){
    div.pwa-informer{
      font-size: 20px;
    }
    div.pwa-informer p{
      line-height: 25px;
    }
  }
  @media (max-width: 639px) {
    #fints-c469f85716b2e174 a.fints-elem .fints-elem__title{
      color: #222222;
      font-weight: 500;
      font-family: "Roboto", Arial, sans-serif;
      line-height: 22px;
      font-size: 18px;
    }
    #fints-c469f85716b2e174 a.fints-elem:nth-child(1){
      display: flex;
    }
    #fints-c469f85716b2e174 a.fints-elem:nth-child(3){
      display: none;
    }
  }
  @media (max-width: 468px){
  	#fints-c469f85716b2e174 .fints-block__row {
	    flex-direction: column;
	}
	#fints-c469f85716b2e174 .fints-elem__image{
		flex:none;
		width: 130px;
	}
	#fints-c469f85716b2e174 .fints-elem__image, #fints-c469f85716b2e174 .fints-elem__text{
		height: 98px;
	}
	#fints-c469f85716b2e174 .fints-elem__inner {
	    display: flex;
	    flex-direction: row;
	}
	#fints-c469f85716b2e174 .fints-elem__more{
		display: none;
	}
	#fints-c469f85716b2e174 a.fints-elem{
		background: #e8f7ff;
	}
/*    #fints-c469f85716b2e174 a.fints-elem:nth-child(2){
      display: none;
    }*/
    div.pwa-informer{
      flex-direction: column;
    }
/*    #fints-c469f85716b2e174 a.fints-elem{
      -webkit-flex: 1 1 100%;
      -moz-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
      -o-flex: 1 1 100%;
      flex: 1 1 100%;
    }*/
  } 
  #go-top-button{
    display: none !important;
  }
  div#ieu335656,div#L4727 {
    display: block;
  }
  #text iframe, #text p img:not(.aligncenter){max-width: 100%}
  #appenderInfInf h3 span {
    font-weight: 700;
        font-size: 18px;
    line-height: 1.3;
    font-style: normal;
    text-decoration: none;
    color: #222;
  }