/*
Theme Name: Toru Fix
Author: Domeeniabi
*/

#rc-anchor-container{
	margin-bottom:30px;
}
/********************/
.blok-thumbnail {
    width: 100%;
    margin: 0px 0px 20px 0px;
}

.blok-thumbnail img {
    max-width: 100%;
    height: 100%;
}

.blok-meta-text-2 {
    margin: 0px 0px 0px 20px !important;
}

#breadcrumbs {
    color: #999;
}

#breadcrumbs a {
    color: #999;
}

#breadcrumbs a:hover {
    color: #FFB600;
}

.breadcrumb ul:before {
    content: 'You are here: ';
}

/***************************/
.main-menu .lang-menu:hover a::before {
    color: #ffb70000 !important;
}

.main-menu .lang-menu:hover a::after {
    width: 0px !important;
}

/***********************************/
.blok-thumbnail {
    position: relative;
}

/*
.date-post {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px 10px 10px 10px;
    background: #FFB600;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
}*/

.date-post-ru {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px!important;
    /* background: #FFB600;*/
    color: #999;
    font-weight: 500;
    font-size: 15px;
}

/************************/
.section-post {
    position: relative;
    width: 1920px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
}

.blok-post-contant {
    position: relative;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.h1 span {
    color: #000;
}

.h1-post {
    margin: 0px 0px 20px 0px;
}

.breadcrumbs-post {
    width: 100%;
    margin: 20px 0px 0px 0px;
    color: #999;
}

.blok-content {
    width: 100%;
    position: relative;
    margin: 30px 0px 60px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
}

.blok-content img {
    max-width: 100%;
}

.blok-content p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0px 0px 20px 0px;
}

.blok-content h4 {
    font-weight: 700;
    font-size: 20px;
    margin: 0px 0px 10px 0px;
}

.blok-content div {
    width: 100%;
    float: left;
    margin: 0px 10px 0px 0px;
}

.wp-caption-text {
    text-align: center;
}

.section-down {
    position: relative;
    width: 100%;
    height: 1px;
    background: #000;
}

@media (max-width: 1920px) {
    .section-post {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .blok-content p {
        font-size: 15px;
    }

    .blok-content h4 {
        font-size: 18px;
    }
}

@media (max-width: 700px) {
    .blok-content div {
        float: none;
        margin: 0px 0px 0px 0px;
    }


}

@media (max-width: 500px) {
    .wp-caption img {
        width: 350px !important;
        height: 100% !important;
    }
}

@media (max-width: 414px) {
    .section-post {
        overflow-x: hidden;
    }

    .wp-caption img {
        width: 370px !important;
    }

    .wp-caption {
        margin: 0px 0px 0px 0px !important;
    }
}

@media (max-width: 390px) {
    .wp-caption img {
        width: 350px !important;
    }
}

@media (max-width: 375px) {
    .wp-caption img {
        width: 333px !important;
    }
}

@media (max-width: 360px) {
    .wp-caption img {
        width: 320px !important;
    }
}

@media (max-width: 320px) {
    .wp-caption img {
        width: 280px !important;
    }
}

/********** 404 **************/
.section-one-404 {
    width: 1920px;
    height: 400px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    background-image: url(./img/slider-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-one-404-vnutr {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.521);
}

.h1-404 {
    margin: 0px 0px 0px 0px;
}

.h1-404-2 {
    margin: 0px 0px 30px 0px;
}

.button-404 {
    background: #FFB600;
    color: #fff;
    border-color: #FFB600;
}

.button-404:hover {
    background: #ddd;
    color: #FFB600;
}

@media (max-width: 1920px) {
    .section-one-404 {
        width: 100%;
    }
}


.usluga-3-blok-img{
	display:flex;
	flex-wrap:wrap;
}
.usluga-3-img{
	flex:0 0 100%;
}