/*   
Theme Name: webfellixTemplate
Version: 1.0
Author: WebFellix
Author URI: http://webfellix.pro
*/


.content-project h3 {
    border-top: 1px solid #ccc;
    padding-top: 30px;
}

.home_slider .proect_dann li.metraz {
    width: 70px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #ffe100;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #2d2d2c;
    font-size: 1.25rem;
    font-weight: 700;
}

.content-project h2 {
    border-top: 1px solid #ccc;
    padding-top: 30px;
}

.home_block_category img {
    position: relative;
    z-index: 1;
    opacity: 0.85;
    object-fit: cover;
    transition: opacity 0.4s;
}

.header_bot nav ul li.current-menu-item a {
    color: #ffe100;
}

.stiker_slider .item .images img {
    object-fit: cover;
}

.row-full.home_big_block.margin_blocks {
    width: 100%;
    margin: 50px 0px !important;
    left: 0px !important;
}

.cover_img {
    width: 100%;
    object-fit: contain;
    height: 100%;
    background: #474a51;
}

a.image .cover_img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    background: #474a51;
}

img.cover_img.cover_img_front {
    background: transparent;
    padding-top: 20px;
}

hr.wp-block-separator {
    clear: both;
}

.wp-block-image img {
    max-width: 100%;
    height: auto;
}

ul.page-numbers {
    display: flex;
    justify-content: flex-end;
}

ul.page-numbers a {
    display: block;
    font-size: 1.5rem;
    text-decoration: None;
    color: #000;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border: 1px solid #FFFFFF;
}

ul.page-numbers span {
    display: block;
    font-size: 1.5rem;
    text-decoration: None;
    color: #9e9e9e;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border: 1px solid #FFFFFF;
}

ul.page-numbers {
    text-decoration: none;
    list-style-type: none;
}

ul.page-numbers a:hover, ul.page-numbers span:hover {
    border: 1px solid #ffe100;
}

.home_block_category.big.yellow img.cover_img {
    object-fit: cover;
}

.home_big_block {
    /* background: url(img/forall/Image/HomeBannerImg4-_2_.webp) center center no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover !Important;
    -moz-background-size: cover !Important;
    -o-background-size: cover !Important;
    background-size: cover !Important;*/
}

select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    height: 45px;
    padding-left: 15px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin: 0px;
    text-align: center;
    color: #e60606;
    font-weight: 600;
    border: 0px;
}

.footer_top .btn {
    font-size: 0.875rem;
    padding: 0rem 2rem;
    margin-top: 2rem;
    float: none;
    width: 100%;
    background: #ffe100;
}

input.wpcf7-not-valid {
    border: 1px solid #FF0000;
    background: #afafaf;
    color: #000;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    text-align: center;
    font-weight: 600;
}

span.wpcf7-not-valid-tip {
    display: none !important;
}

span.ajax-loader {
    display: none !important;
}

input#add_vopros_form_send {
    display: block;
    float: none;
    margin: 0 auto;
    clear: both;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
}









/* Hide the browser's default radio button */
.radiocust input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
span.wpcf7-list-item-label {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiocust:hover input~span.wpcf7-list-item-label {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiocust input:checked~span.wpcf7-list-item-label {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
span.wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiocust input:checked~span.wpcf7-list-item-label:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radiocust span.wpcf7-list-item-label:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.content-single table.wp-block-table td {
    border: 1px solid;
    padding: 10px;
}

.flex-news {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.flex-news-card {
    width: 31%;
    margin: 1%;
}

.flex-news-card-img a {
    width: 100%;
    height: 100%;
    max-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-news-card-img a img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 280px;
}

.flex-news-card a.flex-news-card-link {
    width: 100%;
    display: block;
    padding: 10px 0px;
    font-weight: 600;
    font-size: 16px !important;
}

.flex-news-card-text {
    font-size: 14px;
}

.screen-reader-response {
    display: none !important;
}

.wpcf7-response-output {
    display: none !important;
}

.title-bg {
    position: relative;
    width: 100%;
}

.title-bg img {
    width: 100%;
    min-height: 240px;
    object-fit: cover;
}

.title-bg h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    letter-spacing: 0.065em;
    color: #FFFFFF;
    position: absolute;
    top: 10%;
    left: 30px;
    z-index: 2;
    max-width: 450px;
}

.title-bg h1:before {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: 1px;
    width: 300px;
    height: 16px;
    background: #fee100;
    z-index: -1;
}

h2.sub-title-us {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    letter-spacing: 0.065em;
    color: #2D2D2C;
    margin-top: 70px;
    position: relative;
    margin-left: 10px;
}

h2.sub-title-us:before {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: 1px;
    width: 300px;
    height: 16px;
    background: #fee100;
    z-index: -1;
}

.page-content.page-content-us {
    column-width: 48%;
    column-count: 2;
    column-gap: 4%;
    margin-top: 50px;
}

.page-content.page-content-us p {
    margin-bottom: 20px;
    margin-top: 0px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
}

.cards-us {
    display: flex;
    flex-wrap: wrap;
}

.card-us p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #2D2D2C;
}

.card-us {
    width: 31%;
    margin: 20px 1%;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
    padding: 15px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.gal-post {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 1%;
}

ul.gal-post li {
    width: 32%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    aspect-ratio: 3 / 2;
}

ul.gal-post li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/***** MEDIA ****/
@media only screen and (max-width: 1200px) {}

@media screen and (max-width:960px) {
    .title-bg h1:before {
        content: "";
        display: block;
        position: absolute;
        left: 10px;
        top: 1px;
        width: 190px;
        height: 0px;
        background: #fee100;
        z-index: -1;
    }

    .title-bg img {
        width: 100%;
        min-height: 195px;
        object-fit: cover;
    }

}

@media screen and (max-width:960px) {
    ul.gal-post li {
        width: 49%;
    }
}

@media screen and (max-width:800px) {}

@media screen and (max-width:750px) {}

@media screen and (max-width:700px) {}

@media screen and (max-width:600px) {
    .flex-news-card {
        width: 100%;
        margin-bottom: 45px;
    }

    .flex-news {
        flex-wrap: wrap;
    }

    ul.gal-post li {
        width: calc(100% - 30px);
    }
}

@media screen and (max-width:550px) {}



@media screen and (max-width:520px) {}

@media screen and (max-width:450px) {}

@media screen and (max-width:400px) {}