.accordeon .items-list{list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;margin:25px 15px;border:1px solid #f4f4f4;border-radius:4px;overflow:hidden}.accordeon .item-container{border-bottom:1px solid #f4f4f4}.accordeon .item-container:last-child{border-bottom:0}.accordeon .item__title{padding:1rem 2rem 1rem 1rem;background-color:#fff;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-family:Roboto;font-style:normal;font-weight:bold;font-size:16px;line-height:18px;color:#007cba;z-index:-1}.accordeon .item__title:after{display:inline-block;position:absolute;right:1rem;font-weight:bold;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.accordeon .check{display:none}.accordeon .item__content{padding:1rem;background-color:#fff;border-top:1px solid rgba(0,0,0,0.1);font-family:Roboto;font-style:normal;font-weight:normal;font-size:14px;line-height:140%;color:#4a5359}.accordeon .item__content strong{font-weight:bold}.accordeon .item__content table{border-collapse:unset;margin:0;padding:0;width:100%;table-layout:fixed;border:0;border-spacing:0}.accordeon .item__content table tr{padding:15px}.accordeon .item__content table th,.accordeon .item__content table td{padding:.625em;text-align:center}.accordeon .item__content table th{font-size:.85em;letter-spacing:.1em;text-transform:uppercase;background:#00c1ea;color:#fff;font-family:Roboto;font-style:normal;font-weight:bold;font-size:14px;line-height:140%}.accordeon .item__content table th:first-child{border-radius:5px 0px 0px 5px}.accordeon .item__content table th:last-child{border-radius:0px 5px 5px 0px}@media screen and (max-width:600px){.accordeon .item__content table thead{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.accordeon .item__content table tr{border-bottom:3px solid #ddd;display:block;margin-bottom:.625em}.accordeon .item__content table td{border-bottom:1px solid #ddd;display:flex;font-size:.8em;text-align:right;align-items:center;justify-content:space-between}.accordeon .item__content table td::before{content:attr(data-label);float:left;font-weight:bold;text-transform:uppercase}.accordeon .item__content table td:last-child{border-bottom:0}}.accordeon .check:checked ~ .item__title:after{opacity:.2;-webkit-transform:rotate(0);transform:rotate(0)}.accordeon .check:checked ~ .item__content{display:block}.accordeon a{color:#00c1ea}