html {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
}


body {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

sup {
    font-size: 0.7rem;
}

.container {
    max-width: 1366px;
    margin: 0 auto;
}

.header_container {
    padding-bottom: 2%;
    background-image: url("../img/bg.jpg");
    background-position: top;
    background-size: cover;
    color: white;

}

.header {
    max-width: 1366px;
    margin: 0 auto;
    padding: 20px;
}

.logo {
    padding-top: 40px;
    width: 30%;
}

.headertxt_title {
    padding-top: 20%;
    padding-bottom: 2%;
    font-size: 2rem;
    width: 40%;
    font-weight: 400;
    line-height: 1.2;
}

.headertxt_subtitle {
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 1.5rem;
    width: 60%;
    font-weight: 400;
    line-height: 1.2;
}

.headertxt_block {
    display: grid;
    grid-template-columns: 60% 1fr;
}
.headertxt_block_txt {
    padding-top: 15px;
    padding-right: 60px;
    text-align: justify;
}

.headertxt_blocktxt_txt {
    padding-top: 15px;
    padding-right: 60px;
    text-align: justify;
}

.headertxt_blocktxt_header {
    font-size: 2rem;
    font-weight: 600;
    color: #007A8A;
}

.headertxt_blockimg {
    align-content: center;
    text-align: right;
    padding-top: 40px;
    padding-left: 40px;
    background-image: url("../img/longidaza_pack.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.infographic_container {
    margin: 0 auto;
    padding: 0 20px 20px 20px;
}

.infographic {
    color: #3C3C3B;
}

.infographic_header {
    color: #E50043;
    font-size: 2rem;
    font-weight: 600;
    margin-top: 40px;
}

.infographic_subheader {
    text-align: left;
    color: #E50043;
    font-size: 1.3rem;
    font-weight: 600;
}


.infographic_txt {
    margin-top: 20px;
    text-align: justify;
    line-height: 1.5;
    font-size: 1rem;
}

.infographic_txt a {
    text-decoration: none;
    color: #3C3C3B;
}

.infographic_txt a:active {
    text-decoration: none;
    color: #3C3C3B;
}

.infographic_txt a:hover {
    text-decoration: underline;
    color: #3C3C3B;
}

.infographic_img {
    margin-top: 20px;
    text-align: center;
}

.infographic_img img {
    width: 70%;
}

.infographic_table {
    margin: 40px auto;
    line-height: 2;
}

.infographic_table thead {
    background: #E50043;
    color: white;
}

.infographic_table tr {
    height: 1.5rem;
}

.infographic_table_pad {
    padding: 0 20px;
    font-weight: 600;
}

.infographic_table_padmark {
    padding-left: 40px;

}

.infographic_table tbody tr:nth-of-type(odd) {
    background: #d7ecef;
}

.infographic_table td {

}

.infographic_table td:nth-of-type(2) {
    text-align: center;
    padding: 0 20px;
}

.infographic_table td:nth-of-type(3) {
    text-align: center;
    padding: 0 20px;
}

.infographic_video {
    text-align: center;
    background-color: black;
    margin-top: 20px;
}

.infographic_video video {
    width: 30%;
    padding-top: 3px;
}

.infographic_other {
    margin-top: 40px;
}

.infographic_files {
    font-size: 1rem;
    margin: 40px auto;
    display: grid;
    column-gap: 20px;
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}

.infographic_file {
    text-align: center;
}

.infographic_file a {
    color: #3C3C3B;
    text-wrap: balance;
}

.infographic_file img {
    width: 40%;
    margin-bottom: 10px;
}


.footer_container {
    padding: 40px 0;
    background-image: url("../img/footer_bg.jpg");
    background-position: center;
    background-size: cover;
}

.footer {
    color: white;
    max-width: 1366px;
    margin: 0 auto;
    padding: 20px;
}

.contact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 5%;
}

.contact_img {
    width: 60%;
}

.contact_data {
    font-size: 1.5rem;
    text-align: center;
}

.note {
    text-align: justify;
    font-size: 1rem;
    line-height: 1.5;
}

.contact_data a {
    color: white;
}

.contact_data a, a > span {
    position: relative;
    color: inherit;
    text-decoration: none;
    line-height: 1.2;
}

.contact_data a:before, a:after, a > span:before, a > span:after {
    content: '';
    position: absolute;
    transition: transform .5s ease;
}

.hov_link {
    display: inline-block;
    overflow: hidden;
}

.hov_link:before, .hov_link:after {
    right: 0;
    bottom: 0;
    background: white;
}

.hov_link:before {
    width: 100%;
    height: 2px;
    transform: translateX(-100%);
}

.hov_link:after {
    width: 2px;
    height: 100%;
    transform: translateY(100%);
}

.hov_link > span {
    display: block;
    padding: 20px;
}

.hov_link > span:before, .hov_link > span:after {
    left: 0;
    top: 0;
    background: white;
}

.hov_link > span:before {
    width: 100%;
    height: 2px;
    transform: translateX(100%);
}

.hov_link > span:after {
    width: 2px;
    height: 100%;
    transform: translateY(-100%);
}

.hov_link:hover:before, .hov_link:hover:after, .hov_link:hover > span:before, .hov_link:hover > span:after {
    transform: translate(0, 0);
}


#verify {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    transition: 500ms;
    font-family: "Roboto", sans-serif;
}

#verify .window {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 450px;
    height: 280px;
    overflow: hidden;
    padding: 35px;
    margin-left: -270px;
    margin-top: -125px;
    background-color: #fff;
    border: 2px solid #E50043;
    box-sizing: border-box;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    transition: 500ms;
}

#verify .window span {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
}

#verify .window span.title {
    color: #E50043;
    font-size: 20px;
}

#verify .window button {
    border: 0;
    margin: 0;
    padding: 0;
    width: 48%;
    height: 60px;
    color: #fff;
    font-size: 1.2rem;
    background-color: #E50043;
    margin-top: 20px;
    transform: scale(1);
    transition: 0.2s;
}

#verify .window button.back {
    display: block;
    float: none;
    margin: auto;
    background-color: #fff;
    color: #E50043 !important;
    margin-top: 20px;
}

#verify .window button.yes {
    float: left;
}

#verify .window button.no {
    float: right;
}

#verify .window button:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    background-color: rgba(229, 0, 67, 0.78);
}

#verify .window button.back:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
}

#verify .window .underBox {
    position: absolute;
    width: 450px;
    height: 280px;
    padding: 70px 35px;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #E50043;
    transition: 500ms;
    box-sizing: border-box;
}

#verify .window .underBox * {
    color: #fff !important;
}

#verify.hidden {
    opacity: 0;
    visibility: hidden;
}

#verify.hidden .window {
    transform: scale(0.5);
}

#verify.under .window .underBox {
    top: 0;
}
@media screen and (max-width: 1279.98px) {
    .container {
        max-width: 1010px !important;
        padding: 0 40px !important;
    }
    .header {
        max-width: 1010px;
        padding: 0 40px;
    }
    .footer {
        max-width: 1010px;
        padding: 0 40px;
    }
}

@media screen and (max-width: 991.98px) {
    html {
        font-size: 18px;
    }
    .container {
        max-width: 720px !important;
        padding: 0 20px !important;
    }
    .header {
        max-width: 640px !important;
        padding: 0 20px !important;
    }
    .logo{
        width: 65% !important;
    }
    .headertxt_title {
        width: 100% !important;
    }
    .headertxt_subtitle {
        width: 100%;
        font-size: 1.5rem;
    }
    .headertxt_block {
        grid-template-columns: 1fr !important;
    }
    .headertxt_blockimg {
        padding: 0;
        height: 250px;
        margin-top: 40px;
    }
    .infographic_img img {
        width: 100%;
    }
    .infographic_table tr {
        height: 1rem;
    }
    .infographic_video video {
        width: 70%;
    }
    .infographic_files{
        grid-template-columns: 1fr;
        row-gap: 40px;
        font-size: 1rem;
    }
    .footer {
        max-width: 640px;
        padding: 0 20px;
    }
    .contact {
        grid-template-columns: 1fr;
        justify-items: center;
        row-gap: 20px;
    }
    .contact_data{
        font-size: 2rem;
    }
    #verify .window{
        margin-left: -240px;
    }
}

@media screen and (max-width: 575.98px) {
    html {
        font-size: 16px;
    }
    .container {
        max-width: 360px !important;
        padding: 0 10px !important;
    }
    .header {
        max-width: 360px !important;
        padding: 0 10px !important;
    }
    .headertxt_title {
        font-size: 2rem !important;
    }
    .infographic_header{
        font-size: 1.5rem;
    }
    .infographic_table {
        font-size: 0.6rem !important;
    }
    .footer {
        max-width: 360px;
        padding: 0 10px;
    }
    #verify .window{
        width: 315px;
        height: 315px;
        margin-left: -158px;
    }
    #verify .window .underBox {
        width: 315px;
        height: 315px;
    }
}