@font-face {
    font-family: 'DIN Pro';
    src: url('font/DINPro-Black.eot');
    src: local('font/DIN Pro Light'), local('font/DINPro-Light'),
        url('font/DINPro-Light.eot?#iefix') format('embedded-opentype'),
        url('font/DINPro-Light.woff2') format('woff2'),
        url('font/DINPro-Light.woff') format('woff'),
        url('font/DINPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'DIN Pro';
    src: url('font/DINPro-Bold.eot');
    src: local('font/DIN Pro Bold'), local('font/DINPro-Bold'),
        url('font/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/DINPro-Bold.woff2') format('woff2'),
        url('font/DINPro-Bold.woff') format('woff'),
        url('font/DINPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@media (max-width: 1200px) {
   
}
@media (max-width: 567px) {

.ask-label > input, .ask-label > select, .ask-label > textarea {
    font-size: 14px !important;
    max-width: 50% !important;
    min-width: 50% !important;
}
.ask-label-soavtor1 > input, .ask-label-soavtor2 > input {
    font-size: 14px !important;
    max-width: 50% !important;
    min-width: 50% !important;
}
.add-soavtor, .delete-soavtor, .ask-submit {
    font-size: 14px !important;
}

.ask-hint {
    font-size: 13px !important;
}

.page-title-content h2 {
    font-size: 38px !important;
}
header {
    justify-content: center !important;
}
.ask-label > span, .ask-label-soavtor1 > span, .ask-label-soavtor2 > span {
    font-size: 14px !important;
}
.page-title-content a {
    font-size: 14px !important;
}
.page-title-content li {
    font-size: 14px !important;
}
.page-title-content ul {
    width: 215px !important;
}
.privacy-policy span  {
    font-size: 15px;
}
}

 
body {
    font-family: 'DIN Pro';
}
.ask-container {
    background: #f1f1f1;
    display: flex;
    flex-direction: column;
    font-family: 'DIN Pro';
    font-size: 20px;
    gap: 20px;
    margin: 0 auto;
    max-width: 1000px;
    padding: 40px;
}

.ask-label {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.ask-label-soavtor1 {
    display: none;
}
.ask-label-soavtor1 > input, .ask-label-soavtor2 > input {
    font-size: 20px;
    max-width: 60%;
    min-width: 60%;
    padding: 5px;
}
.ask-label-soavtor2 {
    display: none;
}
.delete-soavtor {
    display: none;
    align-self: center;
    margin-right: 17px;
}
.active {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.ask-label > input,
.ask-label > select,
.ask-label > textarea {
    font-size: 20px;
    max-width: 60%;
    min-width: 60%;
    padding: 5px;
}

.ask-label > select {
    cursor: pointer;
}

.ask-label > textarea {
    resize: vertical;
}

.add-soavtor, .delete-co-author, .ask-submit {
    cursor: pointer;
    font-size: 20px;
    padding: 5px;
}

.checkbox {
    width: 15px;
    height: 15px;
}

.ask-submit {
    width: 250px;
    height: 40px;
    background-color: #892422 !important;
    transition: all 0.3s;
    color: white;
    align-self: center;
}
.ask-container input[type=submit]:hover {
    background-color: #ca202e !important;
}
.ask-container input[disabled] {
    opacity: .6;
}
.ask-hint {
    color: #333333;
    font-size: 16px;
}

.success-message {
    background: linear-gradient(to right, limegreen, greenyellow);
    color: white;
    font-family: sans-serif;
    font-size: 20px;
    margin: 0 auto 40px;
    max-width: 1000px;
    padding: 20px 40px;
}

.error-message {
    background: linear-gradient(to right, red, orangered);
    color: white;
    font-family: sans-serif;
    font-size: 20px;
    margin: 0 auto 40px;
    max-width: 1000px;
    padding: 20px 40px;
}

header {
    background-color: #892422;
    color: var(--color-font-light-super);
    display: flex;
    align-items: center;
    padding: 0 40px;
    width: 100%;
    height: 108px;
    top: 0;
    position: relative;
    z-index: 99;
    margin-bottom: 40px;
}
tr {
    border-width: 1px 0;
    border-color: inherit;
    border-style: solid;
}
td {
    border-right: 1px solid black;
    text-align: center;
}
table{
    border-right: 1px solid black;
    border-left: 1px solid black ;
    caption-side: bottom;
    border-collapse: collapse;
    margin-left: 10px;
}
.page-title{
    width: 100%;
    height: 280px;
    background-image: url(./img/page-title-bg-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 40px;
}
.page-title-content {
    display: flex;
    margin-left: 40px;
    flex-direction: column;
}

.page-title-content ul {
    width: 235px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 10px;
}

.page-title-content li {
    color: white;
    font-size: 16px;
    font-weight: 300;
}
.page-title-content h2 {
    font-size: 50px;
    color: white;
    margin-bottom: 15px;
    font-weight: 700;
}
.page-title-content a {
    color: white;
    font-size: 16px;
    transition: 0.5s all
}
.page-title-content a:hover{
    color: #892422; 
  }
table.contenttable {
    width: 99%;
    margin: 0 auto !important;
}




.text-obr {
    padding: 0 40px;
    line-height: 30px;
}
.text-obr h2:nth-child(1) {
    margin-bottom: 25px;
}
.text-obr h2:nth-child(2) {
    margin-bottom: 10px;
    text-decoration: underline;
}
.text-obr h2 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.text-obr-ref {
    display: flex;
    flex-direction: column;
}
.text-obr-ref a {
    font-weight: 600;
    transition: all 0.5s;
    color: #6b6b6b;
}
.text-obr-ref a:hover {
    font-weight: 600;
    color: #892422;
}
.underline {
    text-decoration: underline; 
}