.contact-btn{
    border: none;
    background-color: inherit;
    font-size: 16px;
    cursor: pointer;
    color: #F53232;
    font-family: Geologica-Bold;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 80px;
    text-decoration: none;
}

.footer_address_text {
    font-family: Geologica;
    /*color: #141414;*/
    background: #fff;
    font-size: 1.1vw;
    letter-spacing: .2rem;
    word-spacing: .2rem;

    padding-top: 3vw;
    padding-left: 3vw;
    border-radius: 15px;
}

.footer_button{
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-family: Geologica-Light;
    font-size: 20px;
    color: white;
    padding: 5px 10px;
    border-radius: 25px;
    letter-spacing: 1px;
    background-color: #F53232;
    border: 0px;
}

@media (min-width: 1346px) {
    .pt-switcher{
        padding-top: 1.5rem;
    }

    .nav-link {
        font-family: Geologica-Regular;
        font-size: 1.1vw;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #283750;
        opacity: 1;
    }

    .header_info {
        background-color: #FFCA00;
        width: 35rem;
        margin-top: 5rem;
        margin-left: auto;
        margin-right: 3rem;
        border: unset;
        padding: 1rem;
    }
    .header_info > .card-body > .card-title {

        font-family: Tektur;
        font-size: 2.5rem;
        color: #141414;
        letter-spacing: 1px;
        line-height: 1.5;
    }
    /*IMG BLOCS*/
    .img_block_header {
        background-color: #b0b3b4;
        font-size: 3vw;
        font-family: Tektur;
    }

    .img_block_header_link {
        font-family: Geologica-ExtraBold;
        font-size: 1.5vw;
        font-weight: bold;
        text-decoration: underline;
        letter-spacing: 1px;
        vertical-align: middle;
        color: #141414;
        text-transform: uppercase;
        text-align: right;
        border: none;
    }

    .img_block_description_part {
        font-family: Geologica;
        color: #141414;
        background: #fff;
        padding: 1.5rem;
        border-radius: 15px;
        width: 23.95%;
        font-size: .9rem;
        letter-spacing: 1px;
        word-spacing: 8px;
    }

    .img_block_description_part_icon {
        font-family: Geologica;
        color: #141414;
        background: #fff;
        padding: 1.5rem;
        border-radius: 15px;
    }

    .img_block_big_img {
        width: 75.2%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-radius: 15px;
    }

    .img_block_big_img_left {
        width: 75.3%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-radius: 0 15px 15px 0;
    }

    /* News block */
    .news_block_zag {
        /*margin-top: 15px;*/
        /*margin-left: 25px;*/

        font-family: Tektur;
        color: #141414;
        background: #fff;
        font-size: 2vw;
        letter-spacing: .2rem;
        word-spacing: .2rem;
    }

    .link-arrow{
        height: 36px;
    }

    .footer-block-img-min-height{
        min-height: 300px;
    }

    .block-min-height-300{
        min-height: 300px;
    }

    .block-min-height-400{
        min-height: 400px;
    }

    .block-min-height-650{
        min-height: 650px;
    }

    /*    PROJECT  */
    .project{
        width: 80%;
        margin-top: 50%;
    }
    .project-row{
        min-height: 750px;
    }
    .project > .card-body > .card-title {

        position: relative;
        width: 100%;
        height: 70px;
        margin-top: 20px;
        text-decoration: none;
        font-family: Tektur;
        font-size: 3.5rem;
        color: #141414;
        letter-spacing: 3px;
        text-align: left;
    }

    .project > .card-body > .card-subtitle{
        width: 50%;
    }
}
@media (min-width: 1024px) and (max-width: 1345px) {
    .pt-switcher{
        padding-top: 0.2rem;
    }
    .nav-link {
        font-family: Geologica-ExtraBold;
        font-size: 1.2vw;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #283750;
        opacity: 1;
    }

    .header_info {
        background-color: #FFCA00;
        width: 30rem;
        margin-top: 5rem;
        margin-left: auto;
        margin-right: 6rem;
        border: unset;
        padding: 1rem;
    }
    .header_info > .card-body > .card-title {

        font-family: Tektur;
        font-size: 3rem;
        color: #141414;
        letter-spacing: 1px;
        line-height: 1.5;
    }
    /*IMG BLOCS*/
    .img_block_header {
        background-color: #b0b3b4;
        font-size: 3vw;
        font-family: Tektur;
    }

    .img_block_header_link {
        font-family: Geologica-ExtraBold;
        font-size: 1.5vw;
        font-weight: bold;
        text-decoration: underline;
        letter-spacing: 1px;
        vertical-align: middle;
        color: #141414;
        text-transform: uppercase;
        text-align: right;
    }

    .img_block_description_part {
        font-family: Geologica;
        color: #141414;
        background: #fff;
        padding: 1.5rem;
        border-radius: 15px;
        width: 23.7%;
        font-size: .8rem;
        letter-spacing: 1px;
        word-spacing: 8px;
    }

    .img_block_description_part_icon {
        font-family: Geologica;
        color: #141414;
        background: #fff;
        padding: 1.5rem;
        border-radius: 15px;
    }

    .img_block_big_img {
        width: 75.2%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-radius: 15px;
    }

    .img_block_big_img_left {
        width: 75.4%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-radius: 0 15px 15px 0;
    }

    /* News block */
    .news_block_zag {
        margin-top: 20px;

        font-family: Tektur;
        color: #141414;
        background: #fff;
        font-size: 2vw;
        letter-spacing: .2rem;
        word-spacing: .2rem;
    }

    .link-arrow{
        height: 36px;
    }

    .footer-block-img-min-height{
        min-height: 300px;
    }

    /*    PROJECT  */
    .project{
        width: 80%;
        margin-top: 50%;
    }
    .project-row{
        min-height: 750px;
    }
    .project > .card-body > .card-title {

        position: relative;
        width: 100%;
        height: 70px;
        margin-top: 20px;
        text-decoration: none;
        font-family: Tektur;
        font-size: 3.5rem;
        color: #141414;
        letter-spacing: 3px;
        text-align: left;
    }

    .project > .card-body > .card-subtitle{
        width: 50%;
    }
}
@media (min-width: 992px) and (max-width: 1023px) {
    .pt-switcher{
        padding-top: 0.6rem;
    }
    .pt-news-switcher{
        padding-top: 0rem;
    }
    .pt-switcher{
        padding-top: 0.6rem;
    }
    .nav-link {
        font-family: Geologica-ExtraBold;
        font-size: 1.2vw;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #283750;
        opacity: 1;
    }

    .header_info {
        background-color: #FFCA00;
        width: 30rem;
        margin-top: 5rem;
        margin-left: auto;
        margin-right: 6rem;
        border: unset;
        padding: 1rem;
    }
    .header_info > .card-body > .card-title {

        font-family: Tektur;
        font-size: 3rem;
        color: #141414;
        letter-spacing: 1px;
        line-height: 1.5;
    }
    /*IMG BLOCS*/
    .img_block_header {
        background-color: #b0b3b4;
        font-size: 4vw;
        font-family: Tektur;
    }

    .img_block_header_link {
        font-family: Geologica-ExtraBold;
        font-size: 2vw;
        font-weight: bold;
        text-decoration: underline;
        letter-spacing: 1px;
        vertical-align: middle;
        color: #141414;
        text-transform: uppercase;
        text-align: right;
    }

    .img_block_description_part {
        font-family: Geologica;
        color: #141414;
        background: #fff;
        padding: 1.5rem;
        border-radius: 15px;
        width: 35%;
        font-size: .8rem;
        letter-spacing: 1px;
        word-spacing: 8px;
    }

    .img_block_description_part_icon {
        font-family: Geologica;
        color: #141414;
        background: #fff;
        padding: 1.5rem;
        border-radius: 15px;
    }

    .img_block_big_img {
        width: 64.1%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-radius: 15px;
    }

    .img_block_big_img_left {
        width: 64.1%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-radius: 0 15px 15px 0;
    }

    /* News block */
    .news_block_zag {
        margin-top: 20px;

        font-family: Tektur;
        color: #141414;
        background: #fff;
        font-size: 2vw;
        letter-spacing: .2rem;
        word-spacing: .2rem;
    }

    .link-arrow{
        height: 25px;
    }

    .footer-block-img-min-height{
        min-height: 300px;
    }

/*    PROJECT  */
    .project{
        width: 80%;
        margin-top: 50%;
    }
    .project-row{
        min-height: 750px;
    }
    .project > .card-body > .card-title {

        position: relative;
        width: 100%;
        height: 70px;
        margin-top: 20px;
        text-decoration: none;
        font-family: Tektur;
        font-size: 3.5rem;
        color: #141414;
        letter-spacing: 3px;
        text-align: left;
    }

    .project > .card-body > .card-subtitle{
        width: 50%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .pt-switcher{
        padding-top: 0.6rem;
    }
    .nav-link {
        font-family: Geologica-ExtraBold;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #283750;
        opacity: 1;
    }

    .navbar-collapse{
        z-index: 1000;
        background: #fff;
        text-align: center;
        border-radius: 15px;
        box-shadow: #4444 0px 1px 10px 5px;
    }
    .navbar-collapse > .d-flex{
        display: inline-block !important;
    }
    .header_info {
        background-color: #FFCA00;
        margin-top: 5rem;
        margin-left: 6rem;
        border: unset;
        padding: 1rem;
    }
    .header_info > .card-body > .card-title {

        font-family: Tektur;
        font-size: 2rem;
        color: #141414;
        letter-spacing: 1px;
        line-height: 1.5;
    }

    /*IMG BLOCS*/
    .img_block_header {
        background-color: #b0b3b4;
        font-size: 4vw;
        font-family: Tektur;
    }

    .img_block_header_link {
        font-family: Geologica-ExtraBold;
        font-size: 2vw;
        font-weight: bold;
        text-decoration: underline;
        letter-spacing: 1px;
        vertical-align: middle;
        color: #141414;
        text-transform: uppercase;
        text-align: right;
    }

    .img_block_description_part {
        font-family: Geologica;
        color: #141414;
        background: #fff;
        padding: 1.5rem;
        border-radius: 15px;
        width: 35%;
        font-size: .8rem;
        letter-spacing: 1px;
        word-spacing: 8px;
    }

    .img_block_description_part_icon {
        font-family: Geologica;
        color: #141414;
        background: #fff;
        padding: 1.5rem;
        border-radius: 15px;
    }

    .img_block_big_img {
        width: 62.3%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-radius: 15px;
    }

    .img_block_big_img_left {
        width: 60.7%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-radius: 0 15px 15px 0;
    }

    /* News block */
    .news_block_zag {
        margin-top: 20px;

        font-family: Tektur;
        color: #141414;
        background: #fff;
        font-size: 2.5vw;
        letter-spacing: .2rem;
        word-spacing: .2rem;
    }

    .link-arrow{
        height: 36px;
    }

    .footer-block-img-min-height{
        min-height: 300px;
    }


}
@media (max-width: 767px) {
    .pt-switcher{
        padding-top: 0.6rem;
    }
    .img-arrow{
        height: 25px;
    }
    .pt-projects{
        padding-top: 0.6rem;
    }
    .pt-news-switcher{
        padding-top: 0rem;
    }
    .pt-services-switcher{
        padding-top: 0.4rem;
    }
    .nav-link {
        font-family: Geologica-ExtraBold;
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #283750;
        opacity: 1;
    }

    .navbar-collapse{
        z-index: 1000;
        background: #fff;
        text-align: center;
        border-radius: 15px;
        box-shadow: #4444 0px 1px 10px 5px;
    }
    .navbar-collapse > .d-flex{
        display: inline-block !important;
    }
    .header_info {
        background-color: #FFCA00;
        margin-top: 3.5rem;
        margin-left: 5rem;
        border: unset;
        padding: 1rem;
    }
    .header_info > .card-body > .card-title {

        font-family: Tektur;
        font-size: 8vw;
        color: #141414;
        letter-spacing: 1px;
        line-height: 1.5;
    }

    .img_block_header {
        background-color: #b0b3b4;
        font-size: 3.5vw;
        font-family: Tektur;
    }

    .img_block_header_link {
        font-family: Geologica-ExtraBold;
        font-size: 2.5vw;
        font-weight: bold;
        text-decoration: underline;
        letter-spacing: 1px;
        vertical-align: middle;
        color: #141414;
        text-transform: uppercase;
        text-align: right;
    }

    .img_block_description_part {
        font-family: Geologica;
        color: #141414;
        background: #fff;
        padding: 1.5rem;
        border-radius: 15px;
        font-size: .8rem;
        letter-spacing: 1px;
        word-spacing: 8px;
    }

    .img_block_description_part_icon {
        font-family: Geologica;
        color: #141414;
        background: #fff;
        padding: 1.5rem;
        border-radius: 15px;
    }

    .img_block_big_img {
        min-height: 20rem;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-radius: 15px;
    }

    .img_block_big_img_left {
        min-height: 20rem;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-radius: 15px 15px;
    }

    /* News block */
    .news_block_zag {

        font-family: Tektur;
        color: #141414;
        background: #fff;
        font-size: 5vw;
        letter-spacing: .2rem;
        word-spacing: .2rem;
    }

    .link-arrow{
        height: 25px;
    }

    .contact-btn{
        font-size: 15px;
    }

    .contact-us{
        font-size: 10px;
    }



    .footer_address_text {
        font-size: 3vw;
    }

    .footer-block-img-min-height{
        max-height: 150px;
    }

    .footer_button{
        font-family: Geologica-Bold;
        font-size: 2vw;
        border-radius: 20px;
        padding-top: 1vw;
        padding-bottom: 1vw;
    }

    /* PROJECTS */
    .project > .card-body > .card-title {

        position: relative;

        margin-top: 20px;
        text-decoration: none;
        font-family: Tektur;
        font-size: .8rem;
        color: #141414;
        letter-spacing: 3px;
        text-align: left;
    }

}
@media (max-width: 536px) {
    .pt-switcher{
        padding-top: 0.6rem;
    }
    .img-arrow{
        height: 25px;
    }
    .pt-projects{
        padding-top: 0.9rem;
    }
    .pt-news-switcher{
        padding-top: 0.2rem;
    }
    .pt-services-switcher{
        padding-top: 0.8rem;
    }
    .nav-link {
        font-family: Geologica-ExtraBold;
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #283750;
        opacity: 1;
    }

    .navbar-collapse{
        z-index: 1000;
        background: #fff;
        text-align: center;
        border-radius: 15px;
        box-shadow: #4444 0px 1px 10px 5px;
    }
    .navbar-collapse > .d-flex{
        display: inline-block !important;
    }
    .header_info {
        background-color: #FFCA00;
        margin-top: 3.5rem;
        margin-left: 5rem;
        border: unset;
        padding: 1rem;
    }
    .header_info > .card-body > .card-title {

        font-family: Tektur;
        font-size: 8vw;
        color: #141414;
        letter-spacing: 1px;
        line-height: 1.5;
    }

    .img_block_header {
        background-color: #b0b3b4;
        font-size: 3.5vw;
        font-family: Tektur;
    }

    .img_block_header_link {
        font-family: Geologica-ExtraBold;
        font-size: 2.5vw;
        font-weight: bold;
        text-decoration: underline;
        letter-spacing: 1px;
        vertical-align: middle;
        color: #141414;
        text-transform: uppercase;
        text-align: right;
    }

    .img_block_description_part {
        font-family: Geologica;
        color: #141414;
        background: #fff;
        padding: 1.5rem;
        border-radius: 15px;
        font-size: .8rem;
        letter-spacing: 1px;
        word-spacing: 8px;
    }

    .img_block_description_part_icon {
        font-family: Geologica;
        color: #141414;
        background: #fff;
        padding: 1.5rem;
        border-radius: 15px;
    }

    .img_block_big_img {
        min-height: 20rem;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-radius: 15px;
    }

    .img_block_big_img_left {
        min-height: 20rem;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-radius: 15px 15px;
    }

    /* News block */
    .news_block_zag {

        font-family: Tektur;
        color: #141414;
        background: #fff;
        font-size: 5vw;
        letter-spacing: .2rem;
        word-spacing: .2rem;
    }

    .link-arrow{
        height: 25px;
    }

    .contact-btn{
        font-size: 15px;
    }

    .contact-us{
        font-size: 10px;
    }



    .footer_address_text {
        font-size: 3vw;
    }

    .footer-block-img-min-height{
        max-height: 150px;
    }

    .footer_button{
        font-family: Geologica-Bold;
        font-size: 2vw;
        border-radius: 20px;
        padding-top: 1vw;
        padding-bottom: 1vw;
    }

    /* PROJECTS */
    .project > .card-body > .card-title {

        position: relative;

        margin-top: 20px;
        text-decoration: none;
        font-family: Tektur;
        font-size: .8rem;
        color: #141414;
        letter-spacing: 3px;
        text-align: left;
    }

}

/* NO MEDIA RELATIVE*/
.modal-close-btn{
    background-color: #283750;
}
.modal-send-btn{
    background-color: #F53232;
}

.modal-close-btn:hover{
    background-color: #555F6E;
}
.modal-send-btn:hover{
    background-color: #555F6E;
}


.map-arrow{
    height: 15px;
    margin-left: 10px;
    margin-top: -7px;
}

.slide-class{
    display: none;
}

.project-row{
    display: none;
}

.project-row-v{
    display: inline-flex;
}

.img_block_header_link {
    border: none;
}

.prj_link {
    font-family: Geologica-ExtraBold;
    font-size: 2.5vw;
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 1px;
    vertical-align: middle;
    color: #141414;
    text-align: right;
    border: none;
}

.img_block_description_part2 {
    font-family: Geologica;
    color: #141414;
    background: #fff;
    padding: 1.5rem;
    font-size: .9rem;
    letter-spacing: 1px;
    word-spacing: 8px;
}

.news_block_zag {
    margin-top: 15px;
    margin-left: 25px;
}



.footer_block_img {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 15px 0 0 15px;
}



nav-link:focus, .nav-link:hover {
    opacity: 1;
    color: #F53232;
    text-decoration: none;
    font-weight: bold;
    transition: all .07s ease-in-out;
}


.contact-btn:hover{
    opacity: 1;
    color: #F53232;
    font-weight: bold;
    text-decoration: none;
    transition: all .07s ease-in-out;
    border: 0;
    background: none;
}

.contact-btn::-moz-focus-inner{
    border: 0;
    background: none;
}
.contact-btn::-moz-focus-outer{
    border: 0;
    background: none;
}

#navbarSupportedContent
.collapse .show{
    background-color: #F53232 !important;
}



.header_info > .card-body > .card-subtitle {
    font-family: Geologica;
    color: #141414;
    letter-spacing: 1px;
    font-size: 1rem;
    word-spacing: 8px;
    line-height: 1.5;
}

.header_info > .card-body > .card-text {
    font-family: Geologica;
    color: #141414;
    letter-spacing: 1px;
    font-size: 1rem;
    word-spacing: 8px;
    line-height: 1.5;
}








.help {
    font-family: Geologica-SemiBold;
    font-size: 25px;
    letter-spacing: 1px;
    top: 200px;
    line-height: 30px;
    color: #283750;
}

    .help2 {
    font-family: Geologica;
    font-size: 15px;
    letter-spacing: 1px;
    color: #555F6E;
}

.red-button-az{
    display: table-cell;
    background-image: url("img/red_button_az.png");
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    width: 70px;
    min-width: 70px;
    max-width: 70px;
    height: 35px;
    min-height:35px;
    max-height:35px;
}

.red-button-az:hover{
    background-image: url("img/red_button_en.png");
    background-repeat: no-repeat;
    background-size: contain;

    display: table-cell;
}
.pic{
    background-image: url("img/top.png");
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
    /*max-width: 950px;*/
    /*width: 950px;*/
}
.text-main{
    display: table-cell;
    color: #283750;
    vertical-align: bottom;
    padding-left: 100px;
    font-weight: bold;
    font-family: Geologica-Regular;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 35px;
    height: 100%;
}
.nmcity{
    color: #283750;
    font-family: Geologica-Regular;
    font-size: 23px;
    letter-spacing: 1px;
    line-height: 25px;
    height: 100%;
}
.loc-pic{
    height: 40px;
    width: 35px;
}

.txt-about{
    display: table-cell;
    color: #283750;
    vertical-align: bottom;
    padding-top: 50px;
    padding-left: 10px;

    font-weight: bold;
    font-family: Geologica-Bold;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 30px;
    height: 100%;
}
.blck-left{
    padding-left: 10px;
    margin-top: 20px;
    font-family: Geologica;
    font-size: 15px;
    letter-spacing: 1px;
    /*padding-right: 50px;*/
    color: #283750;
}
.blck-right{
    margin-top: 130px;
    font-family: Geologica;
    font-size: 15px;
    letter-spacing: 1px;
    padding-left: 0;
    color: #283750;
}

.number-left {
    display: table-cell;
    color: #283750;
    vertical-align: bottom;
    padding-left: 90px;
    font-family: Geologica-Light;
    font-size: 100px;
    height: 100%;
}

.text01{
    color: #283750;
    margin-left: 0px;
    font-family: Geologica-SemiBold;
    text-align: left;
    font-size: 20px;
    margin-top: 40px;
}
.services-description1{
    margin-left: 70px;
    margin-top: 10px;
    font-family: Geologica-Light;
    font-size: 15px;
    letter-spacing: 1px;
    padding-right: 50px;
    margin-left: 0;
}
.img-services1{
    background-image: url("img/services1.png");
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
}
.img-services2{
    background-image: url("img/services2.png");
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
}
.img-services3{
    background-image: url("img/services3.png");
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
}
.img-services4{
    background-image: url("img/services4.png");
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
}
.text-footer {
    font-family: Geologica-Light;
    color: #FFFFFF;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 25px;
}

.Divbg1{
    background-image: url("img/boxes_TOP_300x500_w01.png");
    background-size: contain;
    background-origin: content-box;
    padding: 15px;

    /*min-width: 300px;*/
    height: 500px;
    min-height:500px;
    background-repeat: no-repeat;
    /*margin-right: 25px;*/

}
.Divbg1:hover{
    background-image: url("img/boxes_TOP_300x500_d01.png");
}

.Divbg2{
    background-image: url("img/boxes_TOP_300x500_w02.png");
    background-size: contain;
    background-origin: content-box;
    padding: 15px;
    /*min-width: 300px;*/
    height: 500px;
    min-height:500px;
    background-repeat: no-repeat;
    /*margin-right: 25px;*/

}
.Divbg2:hover{
    background-image: url("img/boxes_TOP_300x500_d02.png");
}

.Divbg3{
    background-image: url("img/boxes_TOP_300x500_w03.png");
    background-size: contain;
    background-origin: content-box;
    padding: 15px;
    /*min-width: 300px;*/
    height: 500px;
    min-height:500px;
    background-repeat: no-repeat;
    /*margin-right: 25px;*/

}
.Divbg3:hover{
    background-image: url("img/boxes_TOP_300x500_d03.png");
}

.Divbg4{
    background-image: url("img/boxes_TOP_300x500_w04.png");
    background-size: contain;
    background-origin: content-box;
    padding: 15px;
    /*min-width: 300px;*/
    height: 500px;
    min-height:500px;
    background-repeat: no-repeat;
    /*margin-right: 25px;*/

}
.Divbg4:hover{
    background-image: url("img/boxes_TOP_300x500_d04.png");
}


.text-news{
    display: table-cell;
    color: #283750;
    vertical-align: bottom;
    padding-top: 90px;
    padding-left: 100px;
    font-weight: bold;
    font-family: Geologica-Bold;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 30px;
    height: 100%;
}

.news-img-right1{
    height: 380px;
    background-image: url("img/news_380x750.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 80%;
    margin-top: 168px;
    min-width: 350px;
    max-width: 550px;
}

.data{
    color: #283750;
    margin-top: 20px;
    font-family: Geologica-Bold;
    font-weight: bold;
    font-size: 20px;
    padding-left: 10px;
}

.text{
    padding-left: 10px;
    margin-top: 30px;
    font-family: Geologica-SemiBold;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #283750;
}