@charset "utf-8";

.szkody_all{background:#fff;}
.szkody_all_i{background:#fff !important;}
.szkody_all .kontakt_bpl{display:none}
.new_form_buy .kup_own{min-width: 100%;}
.kup_own{
	float:inherit;
	display:inline-block;
}
.faq{
overflow: hidden;
background: rgb(249, 249, 249);
background: -moz-linear-gradient(90deg, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
background: -webkit-linear-gradient(90deg, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
background: linear-gradient(90deg, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9",endColorstr="#ffffff",GradientType=1);
}
.faq input{
    width: calc(100% - 4px);
    height: 55px;
    font-size: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 1px #ebebeb;
    display: block;
    padding: 0 20px;
	margin:0 2px;
    margin-bottom: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    -webkit-transition: box-shadow .1s linear;
    transition: box-shadow .1s linear;
	font-size:1em !important;
}
.faq input::-webkit-input-placeholder,
.faq input::-moz-placeholder,
.faq input:-ms-input-placeholder{color: #bbbbbb !important;font-size:.875em !important;}
.faq input:focus{
	box-shadow: 0px 4px 8px rgba(55,55,55,.35);
}
.faq .highlight {
    color: #d92525;
    text-decoration: underline;
}
.faq > ul{
	padding: 0;
    margin-bottom: 10px;	
}
.faq > ul > li{
/*	display:none; */
}
.faq > ul > li.is-active,
.faq > ul > li.js--autoshown{
	display:block;
}
.faq > ul > li:not( :first-child ){
}
.faq > ul > li{
    border: 1px solid #ebebeb;
    padding: 0;
    background: #fff;
    margin: 5px auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
}
.faq > ul > li:after{
	content: '\002B';
    color: #d92525;
    font-size: 1.4em;
    position: absolute;
    top: 12px;
    right: 10px;
}
.faq > ul > li.is-active:after {
    content: "\2212";
}
.faq > ul > li.is-hidden{
	display: none;
}
.faq > ul > li h2{
    font-size: 1.1em;
    font-weight: 700;
    width: 100%;
    height: 100%;
}
.faq > ul > li h2:hover,
.faq > ul > li h2:focus,
.faq > ul > li.is-active h2,
.faq > ul > li:target h2{
}
.faq > ul > li.is-active h2,
.faq > ul > li:target h2 {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 0;
}
.faq > ul > li > div{
	display: none;
}
.faq > ul > li.is-active > div,
.faq > ul > li:target > div,
.faq > ul > li.js--autoshown > div{
	display: block;
	margin-top: 10px;
	padding: 0 15px 15px 15px;
}
.faq > ul > li.is-active{
	box-shadow: 0px 4px 8px rgba(55,55,55,.1);
}
.faq__notfound{
	font-size: 20px;
	font-style: italic;
	display: none;
}
.faq__notfound p{
    border: 1px solid #d92525;
    background: #fff;
    font-size: .75em;
    padding: 15px;
    width: calc(100% - 4px);
    margin: 0 auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.faq__notfound.is-visible {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.container footer{
	color: #a1bdcb;
	margin-top: 40px;
}
.container footer a:hover,
.container footer a:focus{
	color: #5594b3;
}

.faq p strong {
	font-size: 1.2em;
    font-weight: 400;
    color: #373737;
    position: relative;
    margin: 20px 0 10px 0;
    display: inline-block;
	text-decoration:underline;
}
.faq ol {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}
.faq ol li {
    padding: 2px 5px 2px 35px;
    position: relative;
	line-height:1.4;
}
.faq ol li:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 2px;
    width: 8px;
    height: 8px;
    background: #d92525;
}
.faq li a{
	font-weight: 700;
    width: 100%;
    display: block;
    padding: 15px 25px 15px 15px;
}
.faq ol li a{
    display: contents;
}
.faq li a strong{
    background: #d92525;
    padding: 5px 10px;
    color: #fff;
	text-decoration:underline;
	font-weight:500;
}

.active_szkoda{
    margin: 0 !important;
    padding: 0 0 15px 0;
}
.active_szkoda a{
    text-decoration: underline;
    color: #d92525;
    font-weight: 500;
    letter-spacing: -.5px;
}

.zglos_szkode_on{
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.zglos_szkode_on a{
    margin-top: 15px;
}

.sz_kat_all{
	width:100%;
	margin:0;
	padding:0;
}

.desc_note{
    font-size: .725em;
    padding: 10px 5px;
    margin: 0;
    float: left;
    width: 100%;
    color: #a2a2a2;
    font-style: italic;
}
.szkody_kontakt li{
	margin-bottom:15px;
}
.szkody_kontakt li span{
    font-weight: 500;
    color: #d92525;
    margin-bottom: 5px;
    display: block;
    width: 100%;
}
.szkody_kontakt li b{
    color: #d92525;
    font-weight: 500;
}
.szkoda_ico{display:flex;}
.szkoda_ico a{
    width: calc(100% - 4px);
    display: block;
    text-align: center;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 15px;
	margin:2px;
    color: #373737;
    font-weight: 500;
    background: #fff;
}
.szkoda_ico svg{
    width: 140px;
    height: 140px;
}
.szkoda_ico a:hover{
    border: 1px solid #d92525;
}
.szkoda_ico p{
	padding: 10px;
    background: #fff;
	border-top:1px solid #ebebeb;
    margin-top: 15px;
}
.szkoda_ico a:hover p{background: #d92525; color:#fff; border-top:1px solid #d92525;}


h2.szkoda_h2{
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-top: 15px;
    min-height: 30px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
    width: 100%;
    border-bottom: solid 1px #bbbbbb;
    position: relative;
    z-index: 1;
    color: #373737;
    text-align: center;
    font-size: 1em;
    font-weight: 500;
}
.sp_arrow{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    width: 20px;
    z-index: 2;
    background-color: #fcfcfc;
}
.sp_arrow i{
    width: calc(50% + 5px);
    height: 1px;
    background: #bbbbbb;
    display: inline-block;
    float: left;
    transform: rotate(45deg);
    transform-origin: 0 0;
}
.sp_arrow i:last-child{
    transform: rotate(-45deg);
    transform-origin: 100% 0;
    float: right;
    margin-top: -1px;
}


.axa_sz p.plain_b b{
    font-weight: 700;
    color: #103184;
}
 
.l_szkody{
    text-align: left;
    margin-bottom: 15px;
}
.l_szkody img{
	width:50px;
}

.sz_info{
    font-size: .875em;
    background: #f0f4ff;
    color: #103184 !important;
    border-radius: 4px;
    text-align: center;
    padding: 10px;
    margin: 15px 0;
    border: 1px solid #b5c6f3;
}
.axa_sz .ico_szkody ul.ikona_direct li {
    width: calc(25% - 6px);
}
.axa_sz ul.ikona_direct li h2 span {
    color: #103194;
}
.axa_sz ul.ikona_direct li p {top: 35px;}
.axa_sz ul.ikona_direct li h2 {top: 25px;}
.axa_sz ul.ikona_direct li a .svg_bg {min-height: 50px;}

.axa_sz .active_szkoda a {
    color: #103184;
}
.axa_sz .faq li a strong {
    background: #103184;
}

.szkody_all .main_with_m ul li p b{
	font-weight:500;
	text-decoration:underline;
    min-height: 100vh;
}

.p0_hard{padding:0 !important;}
.szkoda_dokument{
	display:table-cell !important;
    background: #fff;
    padding: 10px 12px !important;
    border-radius: 4px;
    color: #d92525;
    font-weight: 500;
    border: 1px solid #d92525;
	text-decoration:none !important;
}
.szkoda_dokument:hover{
	background:#d92525;
	color:#fff;
}
.szkoda_dokument i{margin-right:5px;}

.nr_pol_no {
    opacity: .2;
    cursor: not-allowed !important;
    pointer-events: none;
}
.szkody_all .box_ubezp a {
    width: calc(33.33% - 10px);
}
@media (max-width: 800px) {
    .szkody_all .box_ubezp a {
        width: calc(50% - 10px);
    }
}
@media (max-width: 480px) {
    .szkody_all .box_ubezp a {
        width: 100%;
    }
}