.oznam {
    font-family: 'iReg';
    font-weight: 300;
    font-size: 1.2rem;
    margin: 100px 0;
	text-align: center;
    line-height: 1.5;
}

    .fa, .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0 0.35rem;
}
.noactive{
    display: none;
}
.active{
    display: flex;
}
span.number_page {
    font-size: 1.2rem;
    position: absolute;
    top: 18px;
    right: 0;
    color: gray;
}
h2{
    font-family: 'iBd';
    color: #000;
    font-size: 2.3rem;
}
.section-wrap {
    height: 400px;
    justify-content: center;
    align-items: center;
}
.section-wrap__content {
    width: 100%;
}
.form-control {
   
    background-color: #f2f2f2;
    border: 0;
    border-radius: 30px;
}
.control-label {
    color: #000;
    font-size: 1.2rem;
    font-family: 'iReg';
    text-align: left;
    padding-bottom: 10px;
    padding-left: 17px;
    font-weight: 300;
}
span.req {
    color: #f59b00;
    display: inline-block;
    margin-left: 0.25rem;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(https://www.termoteam.sk/wp-content/themes/termoteam/img/innogy_icon_arrow_down_01.svg)!important;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 10px;
    background-size: 6%;
}
.section-footer span {
    font-size: 0.95rem;
}

.section-footer {
    display: flex;
    align-items: center;
}
.footer-column {
    text-align: center;
    width: 33.3%;
    display: flex;
    position: relative;
    align-items: center;
}
.black_link {
    font-size: 0.98rem;
    color: black;
    text-decoration: underline;
}
.black_link:hover {
    
    color: black;
    text-decoration: underline;
}
.button-univer {
    width: 100%;
    max-width: 140px;
    display: block;
    border-radius: 30px;
    padding: 18px 10px;
    font-family: iMd, Tahoma, Verdana, Arial, Helvetica;
    background: #f59b00;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    transition: all 0.2s linear;
    outline: none;
    border: none;
    margin: 0 0 0 auto;
}
.button-univer-webc {
    width: 100%;
    display: block;
    border-radius: 30px;
    padding: 18px 10px;
    font-family: iMd, Tahoma, Verdana, Arial, Helvetica;
    background: #143c8c;
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    transition: all 0.2s linear;
    outline: none;
    border: none;
    margin: 0 auto 0 0;
}
.button-univer:hover {
    background: #d37400;
    cursor: pointer;
}
.button-univer-webc:hover {
    background: #0aabe1;
    cursor: pointer;
}
a:hover{
    color: white;
    text-decoration: none;
}
span.hover_tool {
    height: 22px;
    display: inline-flex;
    margin-left: 1rem;
    color: white;
    background: #00aae1;
    width: 22px;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
}
span.hover_tool:hover{
    cursor: pointer;
}
.data_tool {
    display: none;
    position: absolute;
    top: -30px;
    padding: 0.4rem 0.8rem;
    background: white;
    color: black;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    width: 42%;
    max-width: 142px;
    text-align: center;
}
.data_tool::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #d2d2d2;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: -8px;
    margin-left: -8px;
    left: 50%;
}
.form-control:focus{
    border: 1px solid #0000002e;
}
span.popis {
    display: block;
    padding-left: 17px;
    font-size: 0.8rem;
    color: #6b6b6b;
    line-height: 1.5;
}
a.sem_klik:hover{
    text-decoration: underline;
    color: black;
}

.check-row {
    display: flex;
    align-items: center;
    height: 45px;
}
.check-row-column {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 1.2rem;
}
.form-horizontal .checkbox, .form-horizontal .radio {
    height: 25px;
    min-height: auto;
    width: 25px;
    border-radius: 0;
}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}
.check-row-inline {
    display: flex;
    align-items: center;
}
.check-row-inline-column-first {
    width: 70%;
}
.check-row-inline-column-last {
    width: 30%;
}
.form-group {
    margin-bottom: 1rem;
    position: relative;
}
.error .error_text {
    color: red;
    padding-left: 15px;
    padding-top: 4px;
    font-size: 14px;
    display: inline-block;
}
.form-line.error label {
    color: inherit;
    font-family: inherit;
}
.form-control::placeholder {
    font-family: 'iReg', sans-serif;
    line-height: 1.5;
}
textarea{
    resize: none;
}
.data_tool_footer {
    display: none;
    position: absolute;
    top: -65px;
    padding: 0.4rem 0.8rem;
    background: white;
    color: black;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    width: 100%;
    max-width: 200px;
    text-align: center;
}
.data_tool_footer::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #d2d2d2;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: -8px;
    margin-left: -8px;
    left: 50%;
}
span.hover_tool:hover .data_tool_footer{
    display: block;
}
input[type="radio"]:hover{
    cursor: pointer;
}
.back {
    margin: 0 auto 0 0;
    background: lightgrey;
}
.back:hover {
    background: #aaaaaa;
    cursor: pointer;
}
.footer-column span.hover_tool{
    width: 28px;
}
@media only screen and (max-width: 700px){
    .form-warp-title{
        text-align: center;
    }
    span.number_page{
        position: relative;
    }
    .section-footer {
    text-align: center;
    display: block;
    align-items: center;
}
.footer-column {
    width: 100%;
    display: block;
    position: relative;
    align-items: center;
}
.button-univer{
    margin: 2rem auto;
}

.section-wrap {
    height: auto;
    justify-content: center;
    align-items: center;
    padding: 3rem 0;
}
.check-row-inline {
    display: block;
    text-align: center;
}
.check-row-inline-column-first {
    width: 100%;
}
.check-row-inline-column-last {
    width: 100%;
}
.button-univer-webc{
    width: 70%;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.footer-column span.hover_tool {
    width: 22px;
    margin-left: 0;
}
}
.data_tool.zakaznicke{
top: -192px;
width: 100%;
    max-width: 500px;
}
.data_tool.zakaznicke img{
    width: 100%;
}