.footer {
    margin-top: 50px;
    background: rgba(77, 94, 137, 0.88);
    width: 100%;
    height: 250px;
}

.footer_company_mobile {
    display: none;
}

.footer_row {
    justify-content: center;
    align-items: center;
}

.footer > .container > .no-gutters > .col p {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .footer {
        margin-top: 50px;
    }
    .text_plate {
        top: -10px;
        padding: 10px;
    }

    .tg-link-wrapper + .text_plate {
        padding: 10px 10px 25px;
    }
}

@media (max-width: 576px) {
    .logo_footer {
        padding-bottom: 0 !important;
        height: 100px;
    }
    .logo_footer img {
        padding-bottom: 0 !important;
    }
    .archive a, .archive p {
        text-align: right !important;
    }
    /*
    
    .archive {
        flex: 0 0 30% !important; 
    }
    
     */
    
    .footer_row {
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 520px) {
    .archive>div p:first-child {
        margin-bottom: 0;
    }
    .archive {
        margin-top: 16px;
    }
    .footer .no-gutters .col.logo_footer {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .footer .no-gutters .col.logo_footer img {
        top: 0;
        right: 0;
        left: 0;
    }
    .contact a:nth-child(2) {
        margin-bottom: 1rem;
    }
    .footer_company_mobile {
        display: block;
        opacity: 0.83;
        font-family: 'ErasDemiC';
        font-size: 0.95em;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: left;
        margin-top: 1.6em;
        color: rgba(1, 3, 38, 0.83);
    }
    .footer_company {
        display: none;
    }
    .archive a, .archive p {
        text-align: center !important;
    }
    .footer {
        height: 90%;
    }
    .contact {
        padding-left: 0 !important;
    }
    .text_plate {
        text-align: center !important;
        padding-bottom: 0;
    }

    .tg-link-wrapper + .text_plate {
        padding: 10px 10px 0;
    }
}

.footer .container {
    padding-bottom: 40px;
}

.logo_footer {
    text-align: center;
    padding-bottom: 25px;
}

.text_4 {
    opacity: 0.83;
    font-family: 'ErasDemiC';
    font-size: 0.95em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #020942;
}

.text_4 a {
    opacity: 0.8;
    font-family: 'ErasDemiC';
    font-size: 0.95em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000846;
    text-decoration: none;
    display: block;
}

.text_4 p {
    margin: 0;
    margin-bottom: 1.6rem;
}

.col-3 .text_4 {
    padding: 0;
}

.last_p {
    font-family: 'ErasDemiC';
    font-size: 1.1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    padding-top: 45px;
    color: #010326;
}

.text_5 {
    opacity: 0.79;
    font-family: ErasDemiC;
    font-size: 0.93em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: rgba(1, 3, 38, 0.79);
}

.text_6 {
    font-family: ErasMediumC;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: left;
    color: #010326;
    margin: 0;
}

a.text_6 {
    font-weight: 600;
    text-decoration: none;
    opacity: 0.8;
    display: block;
    color: #020942;
}

a.text_6:hover {
    color: #B65ABE;
}

.text_7 {
    opacity: 0.91;
    font-family: 'ErasDemiC';
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: rgba(255, 255, 255, 0.91);
}

.contact {
    padding-left: 16px;
    width: 250px;
}

.social {
    padding-bottom: 30px;
}


.text-danger{
    color:red;
    padding-top:5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.form_overlay_bkad {
    position: relative;
}

    .form_overlay_bkad:before {
        content: '';
        background: rgba(255,255,255,0.85);
        position: absolute;
        width: 100%;
        height: 100%;
        visibility: hidden;
        transition: 0.5s all ease;
        opacity: 0;
        z-index: 2;
    }

    .form_overlay_bkad.disabled:before {
        content: '';
        background: rgba(255,255,255,0.85);
        position: absolute;
        width: 100%;
        height: 100%;
        visibility: visible;
        transition: 0.5s all ease;
        opacity: 1;
        z-index: 2;
    }

.rf_btn.disabled {
    background: #bec6ce;
}

@media only screen and (min-width: 1025px) {
    .m-grid--desktop--small {
        padding: 0 20%;
    }
    .m-footer--full {
        margin-left: 0 !important;
        padding: 0 45%;
    }
}

@media only screen and (min-width: 768px) {
    .m-grid--desktop--small {
        padding: 0 20%;
    }

    .m-footer--full {
        margin-left: 0 !important;
        padding: 0 45%;
    }

    .request_forma__massmedia .request_info {
        padding-right: 207px;
        padding-left: 105px;
    }

    .request_forma__massmedia .request_info_block {
        width: 50%;
    }

    .request_forma__massmedia .ri_text:before {
        right: -32px;
    }
}

.modal-content .modal-body{
    padding:40px;
}

.news_content p a.link {
    font-weight: 500;
    color: #337ab7;
}

.modal-body p{
    text-indent:20px;
}

.topmenu ul li {
    text-align: start;
}

.logo img {
    width: 100px;
    height: auto;
}
@media (min-width: 768px){
    .modal-dialog.accreditaion{
        width:1000px;
    }
}

.press_photo_block {
    -webkit-box-shadow: 0 3px 6px 0 rgba(6,47,81,.1);
    -moz-box-shadow: 0 3px 6px 0 rgba(6,47,81,.1);
    box-shadow: 0 3px 6px 0 rgba(6,47,81,.1);
    margin-bottom: 30px
}

.pp_info {
    padding: 30px 20px
}
.pp_img img {
    width: 100%;
    height: auto
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
}

    .lightbox img {
        max-width: 90%;
        max-height: 80%;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

    .lightbox:target {
        outline: none;
        display: block
    }

.downloadphoto {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #e8f7fd url("/images/download-cloud.png") no-repeat center center;
    opacity: .5
}

.photo_gallery .pp_wp {
    padding: 0 12px
}

.press_photo {
    background: #e6e6e6;
    position: relative;
    margin-bottom: 24px
}

.pn_main_link
{
    margin-bottom:20px;
}

@media only screen and (max-width: 767px) {
    .header_row:before {
        content: none;
    }
}

.validation-summary-errors ul li {
    list-style-type: none;
    margin-bottom: 10px;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


.table_place {
    color: #ccc
}


.table_title1 {
    font: 24px 'Geometria';
    text-align: left;
    margin-bottom: 30px;
    background: url("../images/logo4.png") no-repeat right 0;
    height: 130px
}

.table_title2 {
	font: 24px 'Geometria';
	text-align: left;
	margin-bottom: 30px;
	/*height: 130px*/
}

.table_wp table {
    width: 100%;
}

    .table_wp table td {
        font: 16px 'Geometria';
        padding: 5px 10px 30px 10px;
    }

    .table_wp table .table_caption td {
        font: 18px 'Geometria';
    }

    .table_wp table .table_title td {
        font: 18px 'Geometria';
    }

.table_wp {
    width: 900px;
    margin: 0 auto;
}

    .table_wp table tr td:nth-child(1) {
        width: 20%;
    }

    .table_wp table tr td:nth-child(2) {
        width: 60%;
    }

    .table_wp table tr td:nth-child(3) {
        width: 20%;
    }

    .table_wp table td span {
        display: block;
    }

.table_wp {
    padding: 20px 0;
}
.tabBody {
    display: none;
    margin-top: 30px
}

.press_links a {
    font: 20px 'Geometria';
    color: #13498a;
    text-transform: none;
    opacity: .5;
    border-bottom: 3px solid rgba(255,255,255,0);
    padding-bottom: 8px
}

.press_links {
    margin-bottom: 50px;
    margin-top:50px;
}

.press_links a:hover {
    opacity: 1;
    border-bottom: 3px solid #b864a8
}

.press_links a.active {
    opacity: 1;
    border-bottom: 3px solid #b864a8;
	text-decoration: none;
}

p strong{
    font-weight: 600;
}