.contact-btn{
    font-family: Geologica-ExtraBold;
    font-size: 1.1vw;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: black;
    opacity: 1;
    border: 0;
    background: 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{
    font-family: Geologica-Bold;
    font-size: 1vw;
    border-radius: 20px;
    padding-top: 1vw;
    padding-bottom: 1vw;
}

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

    .nav-link {
        font-family: Geologica-ExtraBold;
        font-size: 1.1vw;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: black;
        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: 3px;
        color: black;
        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: 3px;
        color: black;
        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: 3px;
        color: black;
        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: 3px;
        color: black;
        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: 3px;
        color: black;
        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: #ff2026;
}
.modal-send-btn{
    background-color: #FFCA00;
}

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


.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: #FFCA00;
    text-decoration: none;
    transition: all .07s ease-in-out;
}


.contact-btn:hover{
    opacity: 1;
    color: #FFCA00;
    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: #FFCA00 !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;
}









.help2 {
    font-family: Geologica;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1px;
    color: #141414;
}