.napr-item-border-align-center {
	align-items: center;
}

.napr-item-border_grad-097DC0-FFBA00 {
    border: 2px solid transparent;
    border-image-source: linear-gradient(270deg, #097DC0 1.03%, #FFBA00 100%);
    border-image-slice: 1;
    padding: 2px 14px;
    display: flex;
    margin-bottom: 15px;
    min-height: 50px;
    align-items: center;
}

.tabs_container .tab_content .napr-item-border_grad-097DC0-FFBA00 p {
	font-family: 'Spectral';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    margin-bottom: 0;
}

h3.h3_line_top-bottom {    
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: none;
    margin-bottom: 30px;
    font-family: 'Spectral';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 115%;
    letter-spacing: 0.05em;
    color: #000;
    text-transform: uppercase;
    max-width: 70%;
}

h3.h3_line_top-bottom:after {
    content: '';
    display: block;
    margin-top: 1em;
    border: 2px solid;
    border-image-source: linear-gradient(270deg, #097DC0 1.03%, #FFBA00 100%);
    border-image-slice: 1;
    width: 140%;
    margin-bottom: 30px;
}

h3.h3_line_top-bottom:before {
    content: '';
    display: block;
    margin-bottom: 1em;
    border: 2px solid;
    border-image-source: linear-gradient(270deg, #097DC0 1.03%, #FFBA00 100%);
    border-image-slice: 1;
    width: 110%;
}

.tabs_container {
	display: flex;
    flex-direction: row;
}

.tabs_container .tab {
	width: 30%;
}

button .tab_number {
    font-family: 'Spectral';
    font-style: normal;
    font-weight: 700;
    font-size: 39px;
    line-height: 103.4%;
    background: linear-gradient(180deg, rgba(9, 125, 192, 0.2) 0%, rgba(69, 81, 88, 0.2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    min-height: 50px;
	height: max-content;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

button .tab_text {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    line-height: 103.4%;
    color: #000000cc;
    display: flex;
    align-items: center;
	width: 80%;
	border-left: 1px solid;
    border-image-source: linear-gradient(180deg, rgba(9, 125, 192, 0.2) 0%, rgba(69, 81, 88, 0.2) 100%);
    border-image-slice: 1;
    padding: 3px 10px 3px 20px;
    min-height: 50px;
    height: max-content;
    font-size: 16px;
}

.btn-end button .tab_text {
    border-left: 0px solid;
    padding: 3px 10px 3px 0px; 
    border-top: 0;
}

.tab button {
    padding: 0;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, rgba(9, 125, 192, 0.2) 0%, rgba(69, 81, 88, 0.2) 100%);
    border-image-slice: 1;
    background-color: #fff;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    transition: 0.5s;
}

.tab button:hover {
	border: 1px solid;
    border-image-source: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    border-image-slice: 1;
    transition: 0.5s;
}

.tab button:hover .tab_number {
    background: #097DC0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.tab button:hover .tab_text {
	border-left: 1px solid;
    border-image-source: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    border-image-slice: 1;
    background: #097DC0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.tab .btn-end button {
    border-image-source: linear-gradient(180deg, rgba(9, 125, 192, 0.4) 0%, rgba(69, 81, 88, 0.4) 100%);
    transition: 0.5s;
}

.tab .btn-end button:hover {
    border-image-source: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    border-image-slice: 1;
    transition: 0.5s;
}

.tab .btn-end button:hover .tab_text {
	border-left: 0px solid;
	border-top: 0;
}

.tab button.active {
	border: 3px solid;
    border-image-source: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    border-image-slice: 1;
}

.tab button.active .tab_number {
    font-family: 'Spectral';
    font-style: normal;
    font-weight: 700;
    font-size: 39px;
    line-height: 103.4%;
    background: #097DC0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
	height: max-content;
}

.tab button.active .tab_text {
    font-family: 'Raleway';
    font-style: normal;
    line-height: 103.4%;
    display: flex;
    align-items: center;
    border-image-source: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    border-image-slice: 1;
    border-left: 3px solid;
    font-weight: 500;
    font-size: 16px;
    background: #097DC0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    min-height: 50px;
    height: max-content;
    padding: 3px 10px 3px 20px;
    width: 80%;
}

.tab .btn-end button.active .tab_text {
    border-left: 0px solid;
    border-top: 0px solid;
    padding: 3px 10px 3px 0px;
}

.tab_content {
 	width: 70%;
    margin-left: 15px;
	margin-bottom: 60px;
}

.tabcontent {
    width: unset;
    border-left: none;
    padding: 38px 38px 48px 38px;
    margin-bottom: 30px;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, rgb(9 124 190 / 20%) 0%, hsl(202deg 12% 31% / 20%) 100%);
    border-image-slice: 1;
}

@media screen and (max-width: 767px) {
	.tabs_container {
		display: flex;
    	flex-direction: column;
	}

	.tab_content {
		width: unset;
    	margin-left: 0;
	}

	.tabs_container .tab {
		width: 100%;
	}

	.btn-end button .tab_number {
	    padding: 0px 10px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.tab button {
	    flex-direction: column;
	}

	button .tab_number {
	    min-height: auto;
	    height: auto;
	    width: 100%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    padding: 10px 0px;
	}

	.btn-end button .tab_number {
	    padding: 10px 0px;
	}

	.tab button.active .tab_number {
	    min-height: auto;
	    width: 100%;
	}

	.tab button:hover .tab_text {
		border-top: 1px solid;
	    border-image-source: linear-gradient(180deg, #097DC0 0%, #455158 100%);
	    border-image-slice: 1;
	    background: #097DC0;
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent;
	    background-clip: text;
	    text-fill-color: transparent;
	    border-left: 0;
	}

	.tab .btn-end button:hover .tab_text {
	    border-left: 0px solid;
	    border-top: 0;
	    margin-bottom: 10px;
	    width: 100%;
	    padding: 0;
	}

	button .tab_text {
	    display: flex;
	    align-items: center;
	    min-height: auto;
	    height: auto;
	    width: 90%;
	    border-left: 0;
	    border-top: 1px solid;
    	border-image-source: linear-gradient(180deg, rgba(9, 125, 192, 0.2) 0%, rgba(69, 81, 88, 0.2) 100%);
    	border-image-slice: 1;
	    padding: 15px 5% 15px 5%;
	    justify-content: center;
	    text-align: center;
   		border-top: 1px solid;
	}

	.tab .btn-end button .tab_text {
	    border-left: 0px solid;
	    border-top: 0;
	    margin-bottom: 10px;
	    width: 100%;
	    padding: 0;
	}

	.tab button.active .tab_text {
	    align-items: center;
	    border-image-source: linear-gradient(180deg, #097DC0 0%, #455158 100%);
	    border-image-slice: 1;
	    border-left: 0;
	    min-height: auto;
	    height: max-content;
	    padding: 15px 6% 15px 6%;
	    width: 88%;
	    border-top: 1px solid;
	}
}


.btn-end {
	margin-top: 60px;
}

.main-section .main-content-section ul li.d-select__item {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    list-style-type: square;
    margin-top: 0px;
}

.tab_content .tablinks {
    padding: 0;
    width: 60%;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    border: 2px solid;
    border-image-source: linear-gradient(270deg, #097DC0 1.03%, #FFBA00 100%);
    border-image-slice: 1;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.tabs-contaiter .tabs-container-links p.tab-atricle {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0%;
    background: #ffffff;
    color: #898989;
    border-top: 1px solid #c3c3c3;
    border-radius: 20px 20px 20px 20px;
    padding: 15px 15px;
    border-bottom: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
    line-height: 103.4%;
}

.tab_content .button_container .tablinks:first-child {
    width: 100%;
    margin-bottom: 10px;
}

.tab_content .button_container .tablinks:not(:first-child) {
	width: 100%;
    margin-bottom: 30px;
}

.tab_content button.tablinks .tab_number {
    font-family: 'Spectral';
    font-style: normal;
    font-weight: 700;
    font-size: 39px;
    line-height: 103.4%;
    color: #097DC0;
    min-height: 62px;
    height: max-content;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.tab_content button.tablinks .tab_text {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 103.4%;
    color: #000000cc;
    display: flex;
    align-items: center;
    min-height: 62px;
    height: max-content;
    width: auto;
    border-left: 0;
    padding: 5px 10px 5px 0px;
    border: 0;
}

.tab_content .button_container button.tablinks .tab_text {
    padding: 10px 15px 10px 15px;
}

.tabs-container-links {
	display: flex;
    flex-direction: row;
}

.tabs-container-links .tab-atricle {
    display: inline-block;
    padding: 15px 25px;
    background: #ffffff;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.tabs-container-links .tab-atricle:not(:first-child) {
    margin-left: 2%;
}


.tabs-contaiter .tabs-container-links p.tab-atricle.active {
    border: 1px solid #007ec4;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 103.4%;
    margin-bottom: -01%;
    background: #ffffff;
    color: #363636;
    border-bottom: 2px solid #097dc0;
    border-radius: 20px 20px 20px 20px;
    padding: 10px 15px;
    border-top: 1px solid #097dc0;
    border-right: 1px solid #097dc0;
    border-left: 1px solid #097dc0;
}

.tabs_container .tab-source.active {
    display: block;
    margin-top: -15px;
    padding: 45px 50px 20px;
    border: 2px solid #097dc0;
    font-size: 16px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    margin-right: -39px;
    margin-left: -39px;
}

.priem-item-2 {
    background-image: -webkit-gradient(linear,left bottom,left top,from(#0a8ba7),color-stop(#009cbd),color-stop(#009bbb),color-stop(#00add2),to(#00a0c1)) !important;
    background-image: -o-linear-gradient(bottom,#0a8ba7,#009cbd,#009bbb,#00add2,#00a0c1) !important;
    background-image: linear-gradient(0deg,#0a8ba7,#009cbd,#009bbb,#00add2,#00a0c1) !important;
}

.tabs_container .tab_content .tabcontent ul li {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    list-style-type: square;
    margin-top: 0px;
}

div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

section.displaynone {
	display: none;
}

@media (min-width: 1200px) {
	.button_container {
		display: flex;
    	flex-direction: row;
	}

	.button_container .tablinks:not(:first-child) {
		margin-left: 1%;
	}

	.tab_content .button_container .tablinks:first-child {
	    width: 100%;
	    margin-bottom: 30px;
	}
}

.accordion {
	display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 28px;
}

.accordion__item {
  	margin-bottom: 1rem;
}

.accordion__header {
  	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1rem;
    color: #000;
    font-weight: 400;
    cursor: pointer;
    transition: background-color 0.2s ease-out;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    border-image-slice: 1;
    font-size: 16px;
    transition: 0.2s;
}

.accordion__header::after {
  	flex-shrink: 0;
  	width: 1.25rem;
  	height: 1.25rem;
  	margin-left: auto;
  	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  	background-repeat: no-repeat;
  	background-size: 1.25rem;
  	content: "";
  	transition: transform 0.2s ease-out;
  	-webkit-filter: invert(100%);
  	filter: invert(100%);
}

.accordion__item_show .accordion__header {
	border: 1px solid #097dc0;
    background: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    border-radius: 10px 10px 0px 0px;
}

.accordion__item_show .accordion__header::after,
.accordion__item_slidedown .accordion__header::after {
  	transform: rotate(-180deg);
  	-webkit-filter: invert(100%);
    filter: invert(100%);
}

.accordion__header:hover {
  	cursor: pointer;
  	font-weight: 600;
  	background: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.accordion__content {
  	padding: 20px 40px;
    background: #fff;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
  	display: none;
}

.accordion__body {
	padding-top: 20px;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    border-image-slice: 1;
    margin-top: 10px;
}

.accordion__content .tabs-contaiter .tab-source.active {
    display: block;
    margin-top: -15px;
    padding: 45px 50px 20px;
    border: none;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    border-image-slice: 1;
    font-size: 16px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    margin-right: -41px;
    margin-left: -41px;
}

.accordion__content .tabs-container-links {
	display: flex;
    flex-direction: row;
    margin-left: -30px;
}

.accordion__content .tabs-container-links .tab-atricle {
    display: inline-block;
    padding: 15px 25px;
    background: #ffffff;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.accordion__content .tabs-container-links .tab-atricle:not(:first-child) {
    margin-left: 0.5%;
}


.accordion__content .tabs-contaiter .tabs-container-links p.tab-atricle.active {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 103.4%;
    margin-bottom: 0%;
    background: #ffffff;
    color: #363636;
    border-bottom: 2px solid #097dc0;
    border-radius: 20px 20px 20px 20px;
    padding: 10px 15px;
    border-top: 1px solid #097dc0;
    border-right: 1px solid #097dc0;
    border-left: 1px solid #097dc0;
}

.accordion__content .tabs-contaiter .tabs-container-links p.tab-atricle {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
    background: #ffffff;
    color: #898989;
    border-top: 1px solid #c3c3c3;
    border-radius: 20px;
    padding: 15px 15px;
    border-bottom: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
    line-height: 103.4%;
}

.tabs_container .tab_content p.hr {
    font-family: 'Spectral';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    color: #484848;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 30px;
}

p.hr:after {
    content: '';
    display: block;
    margin-top: 0.5em;
    border: 2px solid;
    border-image-source: linear-gradient(270deg, #097DC0 1.03%, #FFBA00 100%);
    border-image-slice: 1;
}

#accordion .margin-bottom {
    margin-bottom: 40px;
}

.tab-source ul li a:visited,
.tab-source ul li a:link {
    color: #2a2a2a;
}

table ul {
        margin-left:15px;
    }

    .priem {
        display: flex;
        flex-direction: column;
        width: 80%;
        margin: 0 auto;
    }

    .VSTYP_ISP_DOC ol {
        list-style: disc;
    }

    .VSTYP_ISP_DOC ol li {
        margin-left: 40px;
    }

    .blockquote-4 {
        position: relative;
        font-size: 16px;
        border: 2px solid #007ec4;
        border-radius: 20px;
        padding: 25px;
        width: 80%;
        display: flex;
        margin: 0 auto;
        justify-content: center;
        margin-bottom: 50px;
    }
    .blockquote-4 a {
            color: #333333;
    }
    .fancybox-stage .word-prikaz .tabs-contaiter a {
            color: black;
    }

.contact {
	border: 2px solid;
    border-image-source: linear-gradient(270deg, #097DC0 1.03%, #FFBA00 100%);
    border-image-slice: 1;
    padding: 25px 20px 5px 20px;
}

.contact h5, .work-time h5 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    color: #000000;
    margin-bottom: 25px;
}

.work-time .work_contact_text .contact_name p a {
	color: #097dc0;
}

.contact_text {
    display: flex;
    flex-direction: row;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #1B1B1B;
}

.contact_text:not(:last-child) {
    margin-bottom: 10px;
}

.work-time .work_contact_text .contact_name p {
	font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #1B1B1B;
}

.contact_bold {
    font-weight: 600;
    margin-right: 10px;
}

.work-time {
    border: 1px solid;
    border-image-source: linear-gradient(270deg, #097DC0 1.03%, #FFBA00 100%);
    max-height: 350px;
    border-image-slice: 1;
    padding: 25px 20px 5px 20px !important;
    width: 100%;
    max-height: max-content;	
}

.work_contact_text:not(:last-child) {
    margin-bottom: 10px;
}

.work_contact_text:last-child {
    margin-bottom: 20px;
}

.work_contact_text {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #1B1B1B;
    display: flex;
}

.work_contact_text .col-6:not(:last-child),
.work_contact_text .col-12:not(:last-child),
.work_contact_text .col-md-5:not(:last-child),
.work_contact_text .col-md-6:not(:last-child),
.work_contact_text .col-md-7:not(:last-child) {
	margin-bottom: 20px;
}

.flex {
	display: flex;
	margin-bottom: 12px;
}

#tab_8 button.tablinks .tab_number {
    font-family: 'Spectral';
    font-style: normal;
    font-weight: 700;
    font-size: 39px;
    line-height: 103.4%;
    color: #097DC0;
    min-height: 62px;
    height: max-content;
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

#tab_8 button.tablinks .tab_number img {
    width: 100%;
}

.accordion__content .tabs-contaiter hr {
	color: #d3e1ea;
    background-color: #d3e1ea;
    border: 0 none;
    height: 1px;
}

.align_center {
	text-align: center;
}

.accordion__content .blockquote-4 {
	width: 90%;
}

.accordion__content .blockquote-4 p {
	padding: 5px;
	margin-bottom: 0 !important;
}

.accordion__content .blockquote-4 p a {
	color: #2e2e2e !important;
}

@media screen and (max-width: 767px) {
	.accordion__content .doc_item .pdf_icon,
	.tab-source.active .doc_item .pdf_icon,
	.accordion__content .doc_item .doc_icon,
	.tab-source.active .doc_item .doc_icon {
	    width: 30px;
	}

	.accordion__content .doc_item:first-child,
	.accordion__content .doc_item:not(:first-child),
	.tab-source.active .doc_item:first-child,
	.tab-source.active .doc_item:not(:first-child) {
		display: flex;
    	flex-direction: column;
    	padding-top: 25px;
	}
	.accordion__content .doc_item a.link_doc,
	.tab-source.active .doc_item a.link_doc {
		padding: 0px 12px 0px 10px;
	}

	.accordion__content .doc_item .link_docs a p,
	.tab-source.active .doc_item .link_docs a p {
	    text-align: center;
	    margin-bottom: 20px;
	}

	.accordion__content .blockquote-4 {
	    flex-direction: column;
	    width: 77%;
	}

	.accordion__content .tabs-container-links,
	.tabs-container-links {
	    flex-direction: column;
	    margin-left: 0;
	}

	.accordion__content .tabs-contaiter .tabs-container-links p.tab-atricle.active,
	.tabs-contaiter .tabs-container-links p.tab-atricle.active {
	    margin-bottom: 4%;
	}

	.accordion__content .tabs-contaiter .tabs-container-links p.tab-atricle,
	.tabs-contaiter .tabs-container-links p.tab-atricle {
	    background: #ffffff;
	    color: #898989;
	    border-bottom: 2px solid #c3c3c3;
	    border-radius: 20px 20px 20px 20px;
	    padding: 10px 15px;
	    border-top: 1px solid #c3c3c3;
	    border-right: 1px solid #c3c3c3;
	    border-left: 1px solid #c3c3c3;
	    margin-bottom: 4%

	}

	.tab_content .tablinks {
		width: 100%;
	}

	.accordion__content .tabs-contaiter .tab-source.active {
		padding: 45px 20px 20px;
	    margin-right: -21px;
	    margin-left: -21px;
	    margin-top: -30px;
	}

	.tabs_container .tab_content .napr-item-border_grad-097DC0-FFBA00 p {
		padding: 10px;
	}

	.accordion__content,
	.tabcontent {
	    padding: 20px 20px;
	}

	.content_block {
    	display: grid;
	}

	.tabs_container .tab-source.active {
		padding: 45px 20px 20px;
		margin-right: -20px;
    	margin-left: -20px;
    	margin-top: -30px;
	}
}

.accordion__content .tabs-contaiter .tab-source ul {
	margin-top: 20px;
}

.tabcontent ul li a {
	color: #1e1e1e;
}