@media (max-width: 1840px) {
    .tdt-footer {
        padding: 70px 25px 75px;
    }
}

@media (max-width: 1740px) {
    .tdt-footer .item {
        width: 18%;
    }
}

@media (max-width: 1670px) {
    .tdt-header {
        padding-left: 50px;
    }

    .tdt-header .header-top,
    #showUserMenu {
        padding-right: 35px;
    }
}

@media (max-width: 1600px) {
/*    .section-title {
        padding-left: 120px;
    }
*/

    .tdt-FAQ .inner {
        padding: 100px 50px 30px 50px;
    }

    .tdt-FAQ .single-FAQ .content p {
        padding-right: 0;
    }

    .tdt-FAQ .single-FAQ .content {
        padding: 25px 20px;
    }

    .tdt-find-unit .gray-area label,
    .tdt-find-unit .info .name {
        font-size: 1em;
    }
}

@media (max-width: 1577px) {
    .tdt-main-menu .main-menu li>a {
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media (max-width: 1500px) {
    .tdt-documents-forms .content .position {
        position: static;
        margin-left: auto;
    }

    .tdt-activity .container .item.active {
        padding: 28px 24px 20px 28px;
    }

    .tdt-FAQ .single-FAQ .content {
        padding: 25px 43px;
    }

    .tdt-documents-forms .show-documents form {
        justify-content: space-between;
    }

    .tdt-documents-forms .show-documents input,
    .tdt-documents-forms .show-documents select,
    .tdt-documents-forms .show-documents select option {
        min-width: 100%;
    }

    .tdt-find-unit .gray-area {
        padding: 50px 30px;
    }

    .tdt-find-unit .info li strong {
        width: 40%;
    }

    .tdt-find-unit .info .right {
        width: 60%;
    }

    .tdt-footer .item {
        width: 24%;
    }
}

@media (max-width: 1470px) {
    .tdt-main-menu .main-menu a::after {
        padding-left: 15px;
    }

    .tdt-header {
        padding-left: 25px;
    }

    .tdt-main-menu .main-menu a::after {
        padding-left: 10px;
    }
}

@media (max-width: 1430px) {
    .tdt-activity-more .items .item-expanded h4 {
        min-height: 111px;
    }

    .tdt-activity-more .items .item-expanded-read-more .btn-border-color {
        width: 100%;
    }

    .tdt-FAQ .inner {
        padding: 100px 30px 30px;
    }

    .tdt-FAQ .single-FAQ .content .btn-round-blue {
        padding: 6px 20px;
    }

    .tdt-footer .item {
        width: 30%;
        margin-bottom: 30px;
    }

    .tdt-footer .item:last-child {
        width: 65%;
    }

    .tdt-box-with-button .btn-border {
        margin-left: 0;
    }
}

@media (max-width: 1390px) {

    .tdt-header .header-top,
    #showUserMenu {
        padding-right: 15px;
    }

    .tdt-main-menu .main-menu a::after {
        display: none;
    }
}

@media (max-width: 1350px) {
    .tdt-news article.d-flex {
        display: block !important;
    }

    .tdt-news .d-flex .news-image {
        height: auto;
    }

    .tdt-news .news-description {
        width: 100% !important;
        padding: 47px 15px 14px 15px;
    }

    .tdt-news .btn-round-blue {
        margin-right: 13px;
    }

    .tdt-activity .container .item {
        width: calc(50% - 21px);
    }

    .tdt-activity-more .items .item-expanded h4 {
        min-height: 148px;
    }

    .tdt-find-unit {
        margin-top: 100px;
    }

    .tdt-home-slider .window {
        right: 55px;
    }

    .tdt-home-slider .section-title {
        font-size: 3.5em;
    }

    .tdt-home-slider .content .tdt-btn {
        font-size: 1.4em;
    }

    .tdt-btn {
        min-width: 500px;
    }
}

@media (max-width: 1210px) {
    .tdt-header {
        padding-left: 0;
    }
}

@media (max-width: 1199px) {
    .menu-btn {
        display: flex;
    }

    .tdt-main-menu .main-menu {
        display: none;
    }

    .tdt-main-menu .main-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 9999;
        background-color: white;
        width: 100;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .main-menu.active {
        display: flex;
    }

    .item.has-child {
        width: calc(100% - 60px);
        background-color: #F2F2F2;
    }

    .item.has-child:not(:last-child) {
        margin-bottom: 2px;
    }

    .item.has-child .title {
        position: relative;
        padding-left: 40px;
    }

    .item.has-child .title::before {
        content: '';
        position: absolute;
        top: calc(50% - 10px);
        left: 15px;
        width: 20px;
        height: 20px;
        background-image: url('../img/icons/about-tdt-icon.svg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .tdt-header {
        position: relative;
    }

    .tdt-menus {
        position: static;
    }

    .tdt-header .header-top .top-menu .logos,
    #toggle-wai {
        display: none;
    }

    .section-title {
        font-size: 2.6em;
        padding-left: 60px;
    }

    .tdt-header .header-bottom {
        position: static;
    }

    .tdt-header .header-bottom .tdt-main-menu ul {
        text-align: center;
        padding: 25px 0;
        background-color: #004077;
    }

    .tdt-header .header-bottom .tdt-main-menu ul li {
        display: block;
        padding: 10px 0;
        padding-right: 0;
    }

    .tdt-main-menu li::after {
        color: #fff;
    }

    .tdt-header .header-bottom .tdt-main-menu ul li a {
        color: #fff;
    }

    .tdt-competences .container {
        padding: 0;
    }

    .tdt-documents-forms .content {
        padding-left: 15px;
    }

    .tdt-activity-more .items .item-expanded {
        width: calc(50% - 21px);
    }

    .tdt-activity-more .items .item-expanded h4 {
        min-height: 92px;
    }

    .tdt-activity-more .items .item-expanded-read-more .btn-border-color {
        width: auto;
    }

    .tdt-FAQ .section-title {
        margin-bottom: 85px;
    }

    .tdt-find-unit {
        margin-top: 50px;
    }

    .tdt-find-unit .gray-area {
        width: 100%;
    }

    .tdt-find-unit .map {
        width: 100%;
        height: 400px;
    }

    .tdt-banner-child .banner-description {
        max-width: 100%;
    }

    .tdt-footer .item {
        width: 33%;
    }

    .tdt-footer .item:last-child {
        width: 67%;
    }

    .table-module .flex {
        display: block;
    }

    .table-module .right {
        padding: 10px 27px;
        margin-top: 10px;
    }

    .tdt-image-and-text .content .title {
        margin-top: 30px;
    }

    .tdt-timeline .section-heading {
        width: 100%;
        border-right: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .tdt-timeline .section-heading::after {
        content: none;
    }

    .tdt-timeline .tdt-content {
        border-right: 0;
        padding: 0 15px;
        margin-top: 0;
    }

    .tdt-timeline .text {
        margin-top: 30px;
    }

    .tdt-timeline .tdt-row .tdt-content {
        order: 2;
    }

    .tdt-timeline .tdt-row .date-heading {
        margin-top: 50px;
    }

    .tdt-timeline .tdt-row:nth-child(even) .date-heading {
        justify-content: flex-start;
        border-right: 0;
    }

    .tdt-timeline .date-heading .heading::before {
        content: none;
    }

    .tdt-home-slider .window {
        width: 100%;
        position: static;
        transform: none;
        margin-top: 680px;
        background-color: transparent;
        color: #004077;
        padding-top: 25px;
    }

    .tdt-home-slider .window a {
        color: #004077;
    }

    .tdt-home-slider .window .single-message .date,
    .tdt-home-slider .window .single-post .date {
        color: #004077;
    }

    .tdt-home-slider .window .single-message .date::before,
    .tdt-home-slider .window .single-post .date::before {
        background-color: #004077;
    }

    .tdt-home-slider .window .single-message .read-more,
    .tdt-home-slider .window .single-post .read-more {
        margin-top: 8px;
    }

    .tdt-single-article {
        margin-bottom: 50px;
    }

    .tdt-single-article figure {
        height: 500px;
        margin-bottom: 30px;
    }

    .tdt-single-article:nth-child(odd) .col-img {
        order: inherit;
    }

    .tdt-single-article .content {
        padding-left: 15px;
    }

    .tdt-single-article:nth-child(odd) .content {
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
    .advanced-search {
        margin-bottom: 50px;
    }

    .advanced-search .title {
        text-align: center;
    }

    .advanced-search form {
        max-width: 500px;
        margin: 0 auto;
    }

    .page-search-results .page-title {
        text-align: center;
        font-size: 1.7em;
    }

    .page-search-results article p {
        font-size: .8em;
    }

    .section-title {
        padding-left: 20px;
    }

    .container {
        max-width: 100%;
    }

    .tdt-competences .section-title {
        padding-left: 15px;
    }

    .tdt-activity .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .tdt-FAQ .single-FAQ .content {
        padding: 25px 20px;
    }

    .tdt-activity-more .items .item-expanded h4 {
        min-height: 148px;
    }

    .tdt-activity-more .items .item-expanded-read-more .btn-border-color {
        width: 100%;
    }

    .tdt-documents-forms .show-documents .tdt-col {
        width: 45%;
    }

    .tdt-find-unit .gray-area {
        padding: 30px 15px;
    }

    .tdt-find-unit .gray-area {
        background-image: none;
    }

    .tdt-find-unit .gray-area form,
    .tdt-find-unit .info {
        width: 100%;
    }

    .tdt-find-unit .info li strong,
    .tdt-find-unit .info li .right {
        width: 50%;
    }

    .tdt-banner-child .banner-description {
        max-width: 100%;
    }

    .tdt-footer .item,
    .tdt-footer .item:last-child {
        width: 50%;
    }

    .title-and-content-module h2,
    .conference-calendar-module h2 {
        max-width: 100%;
    }

    .tdt-box-with-button .btn-border {
        min-width: 100%;
    }

    .tdt-side-menu {
        max-width: none;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .search .inner .title {
        margin-bottom: 10px;
    }

    .tdt-competences .container .item {
        width: calc(50% - 30px);
    }

    .section-title {
        font-size: 2em;
    }

    .mt-section {
        margin-top: 70px;
    }

    .tdt-documents-forms .content p {
        text-align: center;
        max-width: 100%;
    }

    .tdt-documents-forms .content .position {
        margin-left: 0;
        text-align: center;
    }

    .tdt-documents-forms .content .position .btn-arrow-blue {
        width: 50%;
        height: 90px;
    }


    .tdt-news .news-image figure {
        margin-top: 32px;
    }

    .tdt-FAQ .inner {
        padding: 100px 15px 30px;
    }

    .tdt-FAQ .single-FAQ .content .btn-round-blue {
        padding: 6px 10px;
        margin-bottom: 15px;
    }

    .tdt-FAQ .help {
        margin-bottom: 32px;
    }

    .tdt-FAQ .inner .tdt-search input {
        min-width: 265px;
    }

    .tdt-FAQ .inner .tdt-search input,
    .tdt-FAQ .inner .tdt-search button {
        padding: 24px;
        font-size: 0.8em;
    }

    .tdt-FAQ .inner .tdt-search button {
        width: 90px;
    }

    .tdt-FAQ .arrow span {
        font-size: .8em;
    }

    .tdt-activity-more .items .item-expanded {
        width: 100%;
    }

    .tdt-activity-more .items .item-expanded h4 {
        min-height: 92px;
    }

    .tdt-activity-more .items .item-expanded-read-more .btn-border-color {
        width: auto;
    }

    .tdt-documents-forms .show-documents {
        display: block;
        min-height: 375px;
    }

    .tdt-documents-forms .show-documents form {
        flex-direction: column;
    }

    .tdt-documents-forms .show-documents .tdt-col {
        width: 100%;
        margin-top: 39px;
    }

    .show-documents-collapse .details {
        display: block;
        padding: 41px 15px 27px 15px;
    }

    .show-documents-collapse .details .text {
        padding: 0 15px;
    }

    .show-documents-collapse .details .arrow .btn-arrow-blue {
        width: 100%;
        margin-top: 32px;
    }

    .tdt-banner-child {
        min-height: auto;
        padding: 50px;
    }

    .tdt-banner-child .section-title {
        font-size: 2.5em;
    }

    .page-preview .tdt-col {
        padding-left: 15px;
    }

    .table-module .right {
        margin-left: 0;
    }

    .page-preview-header h1 {
        margin-left: 0;
    }

    .tdt-box-with-button {
        padding: 40px;
    }

    .page-content ul {
        padding-inline-start: 41px;
    }

    .table-module ul {
        padding-inline-start: 0;
    }

    .issues-module .position {
        top: 90%;
    }

    .position.prev {
        left: auto;
        right: 260px;
    }

    .tdt-home-slider .content .tdt-btn {
        font-size: 1.2em;
    }

    .tdt-home-slider .section-title {
        font-size: 3em;
    }

    .tdt-btn {
        min-width: 450px;
    }

    .tdt-btn img {
        width: 30px;
    }
}

@media (max-width: 575px) {
    .search .inner {
        padding: 10px;
    }

    .page-search-results .page-title {
        font-size: 1.5em;
    }

    .tdt-competences .container .item {
        width: calc(100% - 30px);
    }

    .tdt-documents-forms .content .position .btn-arrow-blue {
        width: 100%;
    }

    .tdt-FAQ .inner .tdt-search input {
        min-width: 235px;
        padding: 24px 15px;
    }

    .tdt-FAQ .inner .tdt-search button {
        width: 75px;
        padding: 24px 10px;
    }

    .tdt-FAQ .help {
        padding: 22px 32px;
    }

    .tdt-FAQ .arrow {
        flex-direction: column;
        align-items: center;
    }

    .tdt-FAQ .arrow span {
        padding-bottom: 20px;
        margin-right: 0;
        text-align: center;
    }

    .btn-arrow-blue {
        width: 100%;
        height: 85px;
    }

    .tdt-find-unit .info li strong,
    .tdt-find-unit .info li .right {
        width: 100%;
    }

    .tdt-banner-child .banner-description {
        text-align: left;
    }

    .tdt-banner-child .container {
        padding: 55px 15px;
    }

    .tdt-activity-more .items .item-expanded-read-more .btn-border-color {
        width: 100%;
    }

    .tdt-banner-child {
        padding: 50px 25px;
    }

    .tdt-banner-child .section-title {
        font-size: 1.5em;
        margin-bottom: 25px;
    }

    .tdt-banner-child p {
        font-size: 0.9em
    }

    .tdt-footer .item,
    .tdt-footer .item:last-child {
        width: 100%;
    }

    .tdt-footer {
        padding-top: 30px;
    }

    .tdt-footer .footer-middle {
        justify-content: center;
    }

    .tdt-footer .logotypes {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .table-module .table-header {
        padding: 25px;
    }

    .table-module .left {
        padding: 0 0 0 25px;
    }

    .table-module .right {
        padding: 10px 25px;
    }

    .page-preview-header,
    .what-category-module {
        padding: 20px;
    }

    .tdt-box-with-button li,
    .tdt-box-with-button li strong {
        display: block;
    }

    .tdt-box-with-button li strong {
        margin-bottom: 5px;
    }

    .tdt-box-with-button {
        padding: 20px;
    }

    .tdt-btn {
        min-width: 100%;
    }

    .tdt-btn img {
        width: 25px;
        right: 16px;
    }

    .tdt-home-slider .section-title {
        font-size: 2.5em;
    }

    .tdt-home-slider .content .tdt-btn {
        font-size: 1.1em;
    }

    .tdt-single-article figure {
        height: 300px;
    }
}

@media (max-width: 400px) {
    .tdt-btn {
        padding: 21px 42px;
    }
}

@media (max-width: 380px) {
    .section-title {
        font-size: 2.2em;
    }

/*    .tdt-activity .container .item {
        min-height: 200px;
    }*/

    .tdt-FAQ .help {
        padding: 22px 15px;
    }
}

@media (min-width: 1200px) {
    .container {
        /*max-width: 91%;*/
        max-width: 1740px;
    }

/*.show-documents .container, .show-documents-collapse .container {
    max-width: 81%;
}*/
}


/*from additional*/
@media only screen and (max-width: 1199px) {

	.desktopView{
		display:none !important;
	}
	
	#owl-news-3{
		display:none  !important;
	}
	
	#owl-news-4{
		display:block  !important;
	}
	
.section-title {
    padding-top: 30px!important;
	margin-bottom:20px!important;
	padding-left: 0px;
}
	
	
.tdt-main-menu .caret {
        width: 20px;
        height: 20px;
        display: inline-block;
        border: 10px solid transparent;
    }
	
.tdt-main-menu .caret.down{
        border-top-color: black;
				position:absolute;
	     right: 50px !important;
       margin-top: -45px;
    }
	

	
.tdt-news .news-image figure {
    margin-top: 0px;
}
#FAQ .section-title {
    padding-left: 90px;
	padding-bottom: 50px;
}
	.tdt-find-unit .section-title {
    padding-left: 50px;
}
}

@media only screen and (max-width: 600px) {

	
	.tdt-FAQ .single-FAQ .content ul {
    left: 0px;
}
	.tdt-FAQ .single-FAQ .question-link {
   padding-left:10px!important;
		padding-top: 35px;
}
	
.tdt-FAQ .single-FAQ .content ul {
    position: relative!important;
}
	
	#FAQ .section-title {
    padding-left: 40px;
}
	
	.tdt-activity {
    padding-bottom: 50px;
}
.mt-section {
    margin-top: 30px;
}
}

@media only screen and ( min-width: 768px) and ( max-width:991px ) {
.container {
    padding-right: 25px;
    padding-left: 25px;
}
	.tdt-find-unit .gray-area {
    padding: 30px 50px;
}
}

@media only screen and ( min-width: 2700px){
.container {
    max-width: 98%;
}
	.tdt-news {
    margin-left: 50px;
    margin-right: 50px;
}
	.tdt-documents-forms .container {
    max-width: 50%;
    margin-left: auto;
    margin-right:auto;
}
.tdt-FAQ .section-title {
    margin-left: 0px!important;
    text-align: center;
    padding-left: 0px!important;
}
	.tdt-find-unit .section-title {
    margin-left: 0px !important;
    text-align: center;
    padding-left: 0px !important;
}
}
.tdt-find-unit .gray-area{width: 100%; }

.contact_info {
    width: 65%;
	display: flex;
flex-wrap: wrap;
}

.tdt-find-unit .map {
    width: 45%;
    float: left;
	margin-top:-50px;
}

.tdt-find-unit .info {
    width: 55%;
    float: left;
}

.tdt-find-unit .gray-area form {width: 30%;}

.tdt-find-unit .gray-area {
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 80px;
}
@media only screen and ( min-width: 1501px){
.tdt-find-unit .info li strong {
    width: 35%;
}
.tdt-find-unit .info .right {
    width: 65%;
}
}

@media only screen and (max-width: 991px) {
.contact_info {
    width: 100%;
}

.tdt-find-unit .map {
  width: 100%;
	margin-top:0px;
		margin-right:-30px!important;
	margin-left:-30px!important;
}

.tdt-find-unit .info {
    width: 90%;
		margin-left:auto; margin-right:auto;
}
.tdt-find-unit .gray-area {
    padding-right: 30px;
    padding-left: 30px;
}
.tdt-find-unit .gray-area form {width: 90%; 	margin-left:auto; margin-right:auto;}

}
@media only screen and ( min-width: 601px) and ( max-width:767px ) {
.tdt-activity .container .item {
    width: 46%;
    float: left;
    margin-bottom: 10px!important;
}
	.tdt-activity .container .item .before-hover {
    top: 20px;
}
.tdt-activity .container .item {
min-height: 280px;}
}

.bg_faq{ background-color:#000000;}

@media only screen and (max-width: 767px) {
	.carousel-indicators {
    top: 330px;
		left: auto!important;
}

.tdt-page-header {
    min-height: 350px;
}
.tdt-home-slider figure.slide {
    width: 100%;
    min-height: 350Px;
}
.slide .section-title{ margin-top:20px!important; font-size:30px!important;}
	
.tdt-home-slider .window {
    margin-top: 370px;
}

.tdt-text-module ol {
    padding-left: 10px!important;
margin-top: 20px;
}

.tdt-text-module ol li {
    margin-left: 10px!important;
}
	
.tdt-main-menu .sub-menu-area li {
    background-color: #eaf0f9;
}
	.tdt-main-menu .sub-menu-area li a {
    background-color: #eaf0f9;
}
}

@media only screen and (max-width: 767px) {
.tdt-main-menu .sub-menu-area li {
    width: calc(50% - 20px);
}
.tdt-main-menu .sub-menu-area li .title::before {
background:none;
}
.tdt-main-menu .sub-menu-area li a span {
    margin-left: -30px;
}

.tdt-main-menu .sub-menu-area li a img {
    margin-right:30px;
}
.item.has-child .title:hover::before {
filter: brightness(0) invert(1);
}
}

@media only screen and (max-width: 450px) {
.tdt-main-menu .sub-menu-area li a span {
    font-size: 15px;
}
}

.slide_nav {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    z-index: 20;
    bottom: 6px;
    right: 570px;
}

.slide_nav > div {margin: 5px;}

.carousel-indicators {
    bottom: 10px!important;
}

.carousel-indicators li {
  border-radius: 25px;
  background: #ffffff;
  width: 8px;
  height: 8px; 
	border-top: none;
	border-bottom: none;
}

.carousel-indicators li.active {
  border-radius: 25px;
  background: #ffffff;
  padding: 2px; 
  width: 80px;
  height: 0px; 
	margin-top:2px;

}

@media only screen and (max-width: 450px) {
.tdt-page-header .title {
    font-size: 1em;
    margin-left: 0px;
	line-height: 21px;
	text-align:center;
}
.tdt-page-header .container-title::before {
left: -20px;
transform: scale(.4);
        visibility: hidden;
}
.tdt-page-header .container-title::before {
    top: calc(48% - 180px);
}
}


@media only screen and ( min-width: 451px) and ( max-width:767px ) {
.tdt-page-header .title {
    font-size: 2.5em;
    line-height: 50px;
	margin-left: 50px;
}

.tdt-page-header .container-title::before {
    left: 50px;
    transform: scale(.5);
    visibility: hidden;
}
}

.card {
    border:none!important;
	  border-radius: 0;
	background-color: #f2f2f2;
}
.card-header {
    border-bottom:none!important;
}

.faq_new h3{ margin-top:50px!important; margin-left:-20px!important; margin-bottom: 10px;}

@media only screen and (max-width: 767px) {
.tdt-FAQ-2-module .section-title{margin-bottom:60px!important; margin-top:10px!important;}


	.card .faq_new .content {
    margin-left: 15px!important;
    margin-right: 20px!important;
}
	.faq_new h3 {
    margin-left: 0px !important;
}
	.tdt-FAQ-2-module {
    margin-left: -46px;
}
	.tdt-FAQ-2-module .single-FAQ .content{ margin-left: 0px;
margin-right: 0px;}
}
.single-FAQ  .card-header i.fa-angle-down{
  margin-top: 60px !important;
}
.single-FAQ  .card-header i.fa-angle-up{
  margin-top: 60px !important;
}

@media only screen and (max-width:600px) {
.card-header ul{ width:100%!important;}

	.accordion > .card .card-header {
display: flex!important;
flex-wrap: wrap!important;
}
.accordion > .card .card-header .title{width: 100%!important;}
	

	.tdt-FAQ-2-module ul, .tdt-FAQ-2-module h3 {flex: none;}
	
.single-FAQ .card-header i.fa-angle-down {
    margin-top: 10px !important;
    width: 100%!important;
    text-align: right!important;
}

.single-FAQ .card-header i.fa-angle-up {
    margin-top: 10px !important;
    width: 100%!important;
    text-align: right!important;
}
.faq_new h3 {
    margin-top: 20px !important;
}
	
}
@media only screen and (max-width:450px) {
.accordion > .card .card-header .btn-round-blue{width: 100%!important;}
}

.carousel-indicators {
margin-right: 10px!important;
	
}

@media only screen and (max-width:1199px) {
.slide_nav{display: none;}
}

@media only screen and (min-width:1200px) {
.carousel-indicators {
    display: none;
}
	
	#owl-news-4{
		display:none !important;
	}
	
	#owl-news-3{
		display:block  !important;
	}
	
input.toggle-input {
  display: none !important;
	border:0px;
	width:0px;
	height:0px;
}
	
		
	.mobileView{
		display:none !important;
	}
	
}

@media only screen and ( min-width: 768px) and ( max-width:1199px ) {
.carousel-indicators {
	left: auto!important;
    top: 660px;
}
}
@media only screen and (min-width:1400px) {
.faq_new h3 {
    margin-top: 65px !important;
    margin-left: 0px !important;
}
.card-body {
min-height:100px;
}
}
@media only screen and (max-width: 600px) {
.tdt-header .header-top .top-menu{ display: none;}
	
.tdt-header .header-top {margin-bottom: 0px!important;}

.tdt-logo img{ max-width: 70%!important;}

.tdt-header{ padding:0px}

}

.page_all .tdt-page-header { min-height: 20px;}

.message img{object-fit:cover;     width: 100%;
}

.latest-messages-module .inner {
	padding-bottom:0px!important;
}

.space{ height:70px;}
.latest-messages-module .inner .btn-arrow-blue {
    width: 80px;
    height: 80px;
}

.date{
	font-size:16px;
	color: #072b6b;
	text-transform: uppercase;
	margin-bottom:10px;
	font-weight:500;
}


div.pp_default .pp_description {
   margin: 10px 50px 5px 0 !important;
}

/*.stop_play{ text-align:center; background-color:#FF0000; margin-top:500px;}*/

.stop_play {
    text-align: center;
    position: relative;
    float: none !important;
    width: 100%;
    margin-top: -30px;
}

.tdt-single-article .single-title{
	font-size:38px !important;
	font-weight:500 !important;
}

.post_date{
	text-transform:uppercase !important;
	margin-bottom:20px;
	font-size:20px !important;
  color:#072B6B;
}

/* pagination */

ul.tdt_pagination {
	display:inline-block;
	width:auto;
	text-align:center;
	margin:40px 95px 0 0;
	list-style-type:none;
}

	ul.tdt_pagination li {
		display:inline-block;
		width:auto;
		padding:0;
		margin:0;
		list-style-type:none;
		color:#004077;
		font-size:16px;
		font-weight:500;
		margin-right:5px;
	}
	
	.fa-chevron-left, .fa-chevron-right  {
		font-size:26px;
		font-weight:600;
		position:relative;
		top:3px;
	}
	
	ul.tdt_pagination li:first-child {
		margin-right:10px;
	}

	ul.tdt_pagination li:last-child {
		margin-left:10px;
	}
	
	ul.tdt_pagination li a {
		font-size:16px;
		color:#004077;
	}
	
	ul.tdt_pagination li.active, ul.tdt_pagination li.active a {
		font-size:22px;
	}

ul.tdt_pagination li::before {
    content: '';
     position: relative;
}

.job_left{ width:40%; float: left;}
.job_right{width:60%; float: left; background-color: #F2F2F2;
padding: 20px 25px; margin-bottom:20px;}

.job_right1{width:60%; float: left; margin-bottom: 20px;}

.job_right a{
font-size: .9em;
display: block;
color: #072B6B;
margin-top: 20px;
}

.job_offer{
	padding: 10px;
	border: 2px solid #f2f2f2;
		padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.job_offer h3{
	font-size: 23px;
}

.job_but{text-align: right;}
.job_but .btn-arrow-blue{		width:70px; height:70px; margin-top: -30px;}

@media only screen and (max-width: 600px) {
.job_left{ width:100%;}
.job_right{width:100%; }
.job_right1{width:100%;}
}

.job_main{ background-color:#F2F2F2;}

.job_main h3{
	font-size: 23px;
}

.job_main {
    background-color: #F2F2F2;
    margin-left: -15px;
    margin-right: -15px;
	width:98%;
}
.job_main_title{ background-color:#F2F2F2; padding:10px; font-weight: 600;
font-size:21px; margin-top:20px; margin-bottom:20px; margin-left: -15px;
width: 98%;}

ul.job_offer1  {padding-left: 20px!important;}




@media only screen and (max-width: 991px) {
.job_main {
	width:100%;
}
.job_main_title{
width: 100%;}
}



.bx-wrapper .bx-pager.bx-default-pager a {
  border-radius: 30px!important;
  background: #cccccc!important;
  width: 8px!important;
  
	border-top: none!important;
	border-bottom: none!important;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  border-radius: 25px!important;
  background: #004077!important;
  padding: 2px!important; 
  width: 100px!important;
	margin-top:2px!important;
}

@media only screen and (max-width: 991px) {
ul.tdt_pagination {
    margin: 40px 0px 0 0!important;
}
	.tdt-side-menu {
    margin-top: 30px!important;
}
}

.latest-messages-module .col-xl-4{background-color: #ffffff !important;}

.latest-messages-module .inner {
	height: auto!important;}

.advanced-search select{background: url(http://tdt.pl/wp-content/uploads/2020/10/down_arrow.png) no-repeat right!important;
-webkit-appearance: none!important;
background-position-x: 95%!important;}

.tdt-box-with-button li strong {
	min-width:220px!important;
	
}
.tdt-box-with-button li { justify-content:left!important;
	

}

.box_href{
	cursor:pointer !important;
}

.tdt-certificate .position a {
    width: 102px;
    height: 102px;
}
.tdt-certificate .position {
    position: absolute;
    top: 37%;
}

.tdt-side-menu .children  {
	
	padding-left:0px;
}

.tdt-side-menu .children .children {
	
	padding-left:15px;
}

@media only screen and (min-width: 441px) {
.tdt-box-with-button .btn-blue {
	
	padding-right:80px;
}
}

@media only screen and (max-width: 767px) {
/*.tdt-side-menu {
	display:none;
}*/
	
	.btn-round-blue {
margin-bottom:20px!important;
}
	
.tdt-category-module .category-area {
    margin-left: 10px!important;
}

.tdt-category-module::after {
 background-size: 50px 50px;
right: 10px;
bottom: 20%;
}

.tdt-category-module .title {
font-size: 1.5em;
}
	
.page-content ul {
 /*padding-inline-start: 25px !important;*/
	padding-left:25px!important;
    margin-top: 20px!important;
}

.page-content ul ul li::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 30px;
    top: 10px;
    left: -25px;
	border: 2px solid #004077;
	background-color:#FFFFFF;
}	
.page-content li::before {
    left: -25px;
}
	
.to-download-module .page-content ul li {
    margin-left: 0px !important;
}
	
	.title-and-content-module .title{ width: 100%!important;
max-width:100%!important;}
	
	.tdt-border-box .inner ul {
    margin-left: 30px!important;
}
	
.page-content ul ul li::before {
	list-style-position: inside!important;
	list-style-type: circle!important;
	}

	
.small-circle {
    min-width: 50px!important;
    height: 50px!important;
    border-radius: 50%!important;
width: 50px!important;
}

	
.module-rotate-title { display:none!important;}

.tdt-page-preview .tdt-col {
    padding-left: 20px!important;
    width: 100%!important;
}
	
	
.tdt-breadcrumb {
 width: 100%!important;
overflow-x: auto; 
overflow-y: hidden; 
white-space: nowrap; margin-right:20px;}
	

.tdt-issues-module .position {

top: auto;
    padding-top: 20px;
}

	.tdt-issues-module .single-issue img {
    margin-top: 20px;
    margin-bottom: 10px;
}
	
	.tdt-issues-module .bx-wrapper {
    margin-bottom: 70px;
}
	
	.tdt-issues-module{
		padding-left:0px;
	}
	
    
    .tdt-issues-module .single-issue p {
    margin-bottom: 0;
    margin-top: 0px!important;
    font-size: 0.56em;
    line-height: 15px;
}
.tdt-issues-module .single-issue {
    
    padding: 10px!important;
  
}
	
	.tdt-issues-module .single-issue h3 {
		min-height:10px!important;
		margin-bottom: 10px!important;
		     line-height: 1.5!important;
}
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right:30px!important;
	
}

.tdt-certificate .bx-pager {
	    text-align: right!important;
	width:60%!important;
}
.tdt-certificate .bx-controls-auto {
	    right:30px!important;
}

.history_bg .bx-viewport{
	overflow:hidden!important;
}

.history_bg .bs-wizard{
	margin-top:30px !important;
	background-color: #f2f2f2;
}

.history_bg .bx-viewport {    
    background-color: #ffffff;
}

.history_bg .bs-wizard-step{
	height:150px;
}


.history_bg .bx-wrapper .bx-pager{
	text-align:right !important;
}

.history_bg .bx-wrapper{
	max-width:100% !important;
}

.history_bg {
	
 background-color: #FFFFFF!important;
	padding-left:0px!important;
}


.tdt-find-unit .map .btn-blue{
	
	padding: 10px 40px 10px 40px!important;
}
.tdt-find-unit .map .btn-blue img { 
max-width: 80%!important;
	
}


.bs-wizard > .bs-wizard-step .bs-wizard-info.active {
margin-right: 60px;
}


@media only screen and (max-width: 767px) {
.bs-wizard > .bs-wizard-step .bs-wizard-info.active {
    color: #fff;
    margin-right: 60px;
}

.history_bg {
    background-color: #c6cedc!important;
    padding-left: 0px!important;
}

}

@media only screen and (max-width: 767px){
.bs-wizard {
    background-color: #c6cedc!important;
}
	
	.history_bg {
    background-color: #FFFFFF!important;
		margin-left:0px!important;
}
}

@media only screen and (max-width: 600px){
.bx-wrapper {
    margin-bottom: 10px!important;
}
}

@media only screen and ( min-width:300px) and ( max-width:399px ) {
.tdt-page-header .title {
    font-size: 1em;
    margin-left: 0px;
    line-height: 22px;
    text-align: center;
}
}

@media only screen and ( min-width:300px) and ( max-width:350px ) {
.tdt-page-header .container-title::before {
    left: -80px;
    transform: scale(.4);
}
}

@media only screen and ( min-width:351px) and ( max-width:399px ) {
.tdt-page-header .container-title::before {
    left: -60px;
    transform: scale(.4);
}
}

@media only screen and (max-width: 767px){
.tdt-issues-module .single-issue {
    padding: 20px !important;
}
.tdt-issues-module .bx-viewport {
    padding-left: 10px!important;
	/*min-height: 320px;*/
}
.tdt-issues-module .position {
    top: auto;
    padding-top: 20px!important;
}
.position.prev {
    left: 20px!important;
}

.bx-wrapper .bx-controls-auto {bottom: -40px!important;}

	.position.next {
    right: 115px!important;
}
.tdt-certificate .content {
	font-size: 17px!important;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 35px;
}
}

@media only screen and (max-width: 450px){
.tdt-issues-module .single-issue {
    padding: 20px !important;
    width: 250px !important;
}
	.tdt-issues-module .bx-viewport {
    padding-left: 10px !important;

}
}
@media only screen and ( min-width: 601px) and ( max-width:767px ) {
.tdt-issues-module .position a{
  height: 60px;
}
}

@media only screen and (max-width: 600px) {
.tdt-issues-module .position a{
  height: 40px;
}
}


@media only screen and (max-width: 450px) {
.helper-area {
    width: 95%!important;}
}
.tdt-table-contacts-phone .title-email::before{
    margin-top: 2px;
    height: 28px!important;
    background-size: 30px 28px!important;
}

.tdt-table-contacts-list .item .left{
	
	    font-weight: 600!important;
}


@media only screen and (max-width: 767px) {
.power_search {padding:30px;}
}

@media only screen and (max-width: 600px) {
.power_search_box .job_left {width: 100%!important;}

.power_search_box .job_right1 {width: 100%!important;}
	
.power_search_btn {width: 100%!important;}

.power_search input {
    width: 100%!important;
    margin-bottom: 10px;
}
	.tdt-footer {
    margin-top: 30px;
}
}

@media only screen and (max-width: 991px) {
	.power_search_btn {
    width: 45%!important;
}
}
@media only screen and ( min-width: 768px) and ( max-width:991px ) {
.power_search_box .job_left {width: 100%!important;}

.power_search_box .job_right1 {width: 100%!important;}
}


@media only screen and (max-width: 767px) {
.tdt-category-module {
margin-top: 30px!important;
}
	
.tdt-FAQ-2-module {
   margin-left: 0px!important;
}
	
}


.news-slider .col-md-6, .col-xl-4{
	margin-left:0px !important;
	margin-right:0px !important;
	padding-left:10px !important;
	padding-right:10px !important;
	
}

.tdt-main-menu .sub-menu-area .sub-menu-top2 a{ color:#004077; padding-top:10px; padding-bottom:10px; width:100%; display: inline-block;}

.tdt-main-menu .sub-menu-area .sub-menu-top2 a:hover{color:#FFFFFF;}


.tdt-main-menu .sub-menu-area .sub-menu-top2 {background-color: #eaf0f9;margin-top:-20px;}


.tdt-main-menu .sub-menu-area .sub-menu-top2:hover::before {
-webkit-filter: invert(100%) sepia(100%) saturate(7484%) hue-rotate(180deg) brightness(108%) contrast(200%) !important;}

@media only screen and (max-width: 1199px) {
.item.has-child .title {
    position: relative;
    padding-left: 40px;
    width: 100%;
}
.tdt-main-menu .sub-menu-area .sub-menu-top2 {
    background-color: #eaf0f9;
    margin-top: -20px;
    margin-left: 10px;
    margin-right: 10px;
	  cursor: pointer;
}
.tdt-main-menu .sub-menu-area .sub-menu-top2:hover {
    background-color: #004077; color:#fff;
}
}

@media only screen and (max-width: 450px) {
.btn-arrow-left-blue::before {
left: 20px;
background-size: 30px;
top: 40px;
}
.btn-arrow-left-blue {
    text-align: left;
    padding-left: 70px;
}
}
@media only screen and (max-width: 767px) {
.tablepress {
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
margin-right: 20px;
display: block;

}
}

 /*Downloaded from https://www.codeseek.co/bootstrapped/owl-carousel-2-equal-heights-css-only-XKyjpP */
/* Equal Heights for OwlCarousel 2 */
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.owl-carousel .caption {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.owl-carousel .flex-text {
  flex-grow: 1;
}
.owl-carousel .thumbnail {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
}

.navbar-brand {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  margin-left: 0px !important;
}

#owl-news-4 .thumbnail.item, 
#owl-news-3 .thumbnail.item, #owl-demo-2 .thumbnail.item{
 background-color: #F2F2F2 !important;
}

.owl-nav{
 display:none !important;
}

.owl-dots{
 margin-top:20px;;
}

.owl-dot.active span {
    border-radius: 25px!important;
    background: #004077!important;
    width: 100px!important;
}




@media only screen and (max-width: 400px) {
.tdt-breadcrumb .breadcrumb-icon {
    background-size: 10px 15px;
    display: table;
    margin-top: 3px;
}
}

.owl-theme .owl-dots .owl-dot span {
    width: 20px!important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 20px !important;
}

.bx-wrapper .bx-pager{
    position: relative!important;
    bottom: 0px!important;
    width: 100%;
}

.tdt-activity .menu-i {
    display: none!important;
}


.tdt-activity .issues-menu-item > .children > .page_item {
    background-image: url(http://tdt.pl/wp-content/uploads/2020/10/arrow-2.png);
    background-repeat: no-repeat;
    background-position: right 20px;
    padding-right: 25px;
}

.tdt-activity .issues-menu-item > .children > ul{margin-top:10px;}

 #map_new {
        height: 100%;
      }
.selectdiv {
  position: relative;
  float: left;
	margin-bottom: 20px;
	width: 100%;
}

.selectdiv:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #004077;
    right: 11px;
    top: 6px;
    height: 34px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

select::-ms-expand {
display: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  float: right;
  margin: 5px 0px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 15px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #fff;
  -ms-word-break: normal;
  word-break: normal;
}

.selectdiv select:focus {
  outline:none;
  border: 1px solid #a0a0a0;
}

.tdt-find-unit .gray-area label {
    width: 100%;
}

.railarea tbody tr:first-child td {
       border-top: 1px solid #000;
}

.railarea tbody td, .tablepress tfoot th {
    border: 1px solid #000;
}
.page-content .railarea li::before{
left: -25px;
}

.tdt-main-menu .main-menu li a.noarrow::after {
    display: none;
}

.tdt-main-menu .main-menu li a.noicon::before{
display: none;
}


@media only screen and (max-width: 1199px) {	
.tdt-main-menu .main-menu li a.title::before{
content: url('http://tdt.pl/wp-content/themes/tdt/img/arrow-bottom.svg');
background-image: none;
margin-top: -6px;
}

.tdt-main-menu .sub-menu-area li a.title::before{
display:none;
}
}
@media only screen and ( min-width: 992px) and ( max-width:1199px ) {
.tdt-main-menu .sub-menu-area li a img {
    margin-left: -20px!important;
}
}
.tdt-header .header-top .top-menu li {
    display: inline-flex!important;
}

.tdt-header .header-top .top-menu .logos .bip {
    margin-left: 20px!important;
    margin-right: 10px!important;
}

@media only screen and (max-width: 767px){
.tdt-footer {
    background-color: #F2F2F2!important;
}
}

#showUserMenu {
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
height: 76px;
width: 62px;
padding-right: 10px!important;	
	
}

.page-id-313 .col-md-3 {
	
	display:none;
}

.semantic_ui .ui.table:not(.inverted) thead th{
 color:#072b6b !important;
}


.semantic_ui .ui.selectable.table tbody tr:hover, .semantic_ui .ui.table tbody tr td.selectable:hover {
   color:#072b6b !important;
}

.semantic_ui .ui.selectable.table tbody tr, .semantic_ui .ui.table tbody tr td{
   color:#072b6b !important;
}

.semantic_ui .ui.table:not(.inverted) thead tr.footable-header th {
    background: #d9edf7 !important;
    color:#072b6b !important;
}

.semantic_ui .ui.table:not(.inverted) thead tr.footable-header th:hover {
    background: #479cdb !important;
   }


.semantic_ui .footable-filtering th{
    background: #fff !important;
    color:#072b6b !important;
}

.foo-table li::before{
	content:'';
	display:none;	
}
.footable .form-control{
	border-radius:0px !important;
	border-color:#072b6b !important;	
	color:#072b6b !important;
	font-size:21px  !important;
	
}

.foo-table select.nt_pager_selection{
		border-color:#072b6b !important;	
	color:#072b6b !important;
	font-size:21px  !important;
	border-radius:0px !important;
	    height: 44px !important;
}

.footable .btn-primary{
	background-color:#072b6b !important;
	border-radius:0px !important;
	border:2px solid #072b6b !important;
}

.footable .btn-default.dropdown-toggle{
	border-radius:0px !important;
	border-color:#072b6b !important;
}

.semantic_ui .ui.table{
	border:0px !important;
}

.footable .pagination>.disabled>a, .footable .pagination>.disabled>a:focus, .footable .pagination>.disabled>a:hover, .footable .pagination>.disabled>span, .footable .pagination>.disabled>span:focus, .footable .pagination>.disabled>span:hover{
	border-radius:0px !important;
	border-color:#072b6b !important;
	color:#072b6b !important;
}

.footable .pagination>li>a, .footable .pagination>li>span{
	border-radius:0px !important;
	border-color:#072b6b !important;
	color:#072b6b !important;
}

.footable-pagination-wrapper ul.pagination li:last-child{
	margin-left:20px;
}

.ninja_table_pro.nt_search_full_width .form-group.footable-filtering-search {
    width: 360px!important;
}

@media only screen and (max-width: 767px) {
.ninja_table_pro.nt_search_full_width .form-group.footable-filtering-search {
    width: 91%!important;
}
}

@media (max-width: 340px) {
.position.next {
    right: 40px !important;
}
.tdt-issues-module .position a {
    height: 40px!important;
    width: 50px;
}

.bx-wrapper .bx-controls-auto {
    bottom: -40px !important;
    right: -10px!important;
}
}