*, :after, :before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: Montserrat, sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #333;
    position: relative;
    margin: 0;
}

ul {
    margin: 16px 0;
    padding-left: 20px;
}

a, a span {
    text-decoration: none !important;
    color: inherit;
    transition: .3s;
}

a:visited, a span:visited {
    color: inherit;
}

a:hover, a span:hover {
    color: #C70606;
    transition: .3s;
}

a:focus, a span:focus {
    outline: none;
}

a:active, a span:active {
    color: #7a0000;
}

.current_page_item {
    color: #C70606;
}

.uslugi li a,
p a,
.content a {
    color: #C70606;
}

.uslugi li a:hover,
p a:hover,
.content a:hover {
    color: rgb(139, 6, 6);
}

.row {
    display: flex;
    flex-direction: row;
}

.container {
    max-width: 1260px;
    padding: 0 20px;
    margin: 0 auto;
}

.content {
    padding: 230px 0 180px;
}

.breadcrumbs {
    margin-bottom: 50px;
    text-transform: capitalize;
    font-style: italic;
}

.mob-header {
    display: none;
}

.main-container {
    background: url("../img/main-back.png") no-repeat center;
    background-size: cover;
    color: white;
}

.header-container {
    position: absolute;
    width: 100%;
    color: white;
}

.page-header {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8869922969187675) 0%, rgba(0, 0, 0, 0.6348914565826331) 54%, rgba(0, 0, 0, 0) 100%);
}

.header {
    background: #0000006e;
}

.header .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
}

.header__info {
    display: flex;
    flex-direction: row;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

.header__info a {
    color: white;
}

.header__info > div {
    margin-right: 18px;
}

.header__info > div:nth-last-child(1) {
    margin: 0;
}

.header__info div a,
.header__info div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header__info div .icon {
    margin-right: 8px;
}

.header__menu {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    background: #0000006e;
}

.header__menu .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.logo {
    cursor: pointer;
}

.logo img {
    min-width: 224px;
}

.menu {
    list-style-type: none;
}

.header__menu .menu {
    text-transform: uppercase;
    padding: 10px 0;
}

.header__menu .menu li {
    display: inline-block;
    margin-right: 24px;
    cursor: pointer;
    transition: .3s;
}

.header__menu .menu .menu__link:hover {
    transition: .3s;
}

.menu-item-has-children > .sub-menu {
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    background: #000000;
    padding: 10px 0;
}

.sub-menu .sub-menu {
    margin-left: 167px;
    margin-top: -39px;
}

.menu-item-has-children:hover > .sub-menu {
    display: flex;
    flex-direction: column;
}

.menu-item-has-children:hover .sub-menu li {
    padding: 10px 20px 10px 20px
}

.header__menu .menu .menu__link img {
    padding-bottom: 2px;
}

.header__menu .menu .menu__link:nth-last-child(1) {
    margin-right: 0;
}

.header__menu .soc-links1 {
    border-left: 1px solid #FFFFFF;
    padding: 10px 0;
}

.header__menu .soc-links1 img {
    padding: 6px;
    margin-left: 30px;
    width: 30px;
}

.main__container-section {
    height: 900px;
    padding-top: 345px;
}

h1 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
}

.main-content h1 {
    max-width: 579px;
}

h2 {
    display: inline-block;
    padding-right: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    border-bottom: 1px solid #C70606;
    margin: 0 0 16px;
}

.uslugi-content h2 {
    border-bottom: none;
}

.content h1 {
    font-weight: 500;
}

h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 26px 0 18px;
}

p {
    margin: 0;
}

.button-consultation {
    background: #C70606;
    color: white !important;
    padding: 16px;
    width: 500px;
    margin-top: 17px;
    transition: .3s;
}

.button-consultation a,
.button-consultation {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.button-consultation:hover {
    background: #E80B0B;
    color: white !important;
    transition: .3s;
}

.button-consultation a:hover {
    color: white !important;
}

.button-consultation a span:hover {
    color: white !important;
}

.button-consultation:active {
    background: #8F0202;
    transition: .3s;
}

.onas {
    padding: 80px 0;
}

.description {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
}

.uslugi {
    padding: 54px 0 24px;
    background: rgba(196, 196, 196, 0.2);
}

.uslugi .context {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 20px;
    margin-right: 86px;
    width: 315px;
}

.uslugi .context ul {
    margin-top: 40px;
}

.uslugi .context ul li {
    padding-bottom: 5px;
}

.slider-uslugi {
    width: 837px;
}

.slider-uslugi .item {
    width: 222px;
    margin-right: 44px;
}

.slider-uslugi .item:nth-last-child(1) {
    margin-right: 0;
}

.slick-dots li button:before {
    content: url("../img/dot.svg");
    opacity: .7;
}

.slick-dots li.slick-active button:before {
    content: url("../img/dot-active.svg");
    opacity: 1;
}

.item .item__link {
    width: 222px;
    height: 232px;
}

.item .item__link:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.slick-slide a:hover {
    opacity: .8;
    transition: .3s;
}

.slick-slide a:hover .item__link p {
    color: #C70606;
}

.button-consultation {
    cursor: pointer;
}

.button-consultation img {
    margin-left: 20px;
}

.zalivka-fundamenta {
    background: url("../img/zalivka-fundamenta.png") no-repeat center;
    background-size: cover;
}

.arenda-opalubki {
    background: url("../img/arenda-opalubki.png") no-repeat center;
    background-size: cover;
}

.monolitnie {
    background: url("../img/monolitnie.png") no-repeat center;
    background-size: cover;
}

.krovelnie {
    background: url("../img/krovelnie.png") no-repeat center;
    background-size: cover;
}

.stroitelstvo {
    background: url("../img/stroitelstvo.png") no-repeat center;
    background-size: cover;
}

.dom-iz-kirpicha {
    background: url("../img/dom-iz-kirpicha.png") no-repeat center;
    background-size: cover;
}

.dachnie {
    background: url("../img/dachnie.png") no-repeat center;
    background-size: cover;
}

.dom-iz-keramzita {
    background: url("../img/dom-iz-keramzita.png") no-repeat center;
    background-size: cover;
}

.garazhi {
    background: url("../img/garazhi.png") no-repeat center;
    background-size: cover;
}

.dom-iz-pen {
    background: url("../img/dom-iz-pen.png") no-repeat center;
    background-size: cover;
}

.dom-iz-gaz {
    background: url("../img/dom-iz-gaz.png") no-repeat center;
    background-size: cover;
}

.dom-iz-eco {
    background: url("../img/dom-iz-eco.png") no-repeat center;
    background-size: cover;
}

.pochemy-mi {
    padding: 80px 0;
}

.pochemy-mi__row {
    justify-content: space-between;
    flex-wrap: wrap;
}

.pochemy-mi__block {
    width: 295px;
    background: rgba(196, 196, 196, 0.1);
    padding: 20px;
}

.primer-rabot h2 {
    margin-bottom: 35px;
}

.primer-rabot .container .primer:nth-child(even) {
    flex-direction: row-reverse;
}

.primer-rabot .container .primer {
    display: flex;
    border: 1px solid #000000;
    margin-bottom: 60px;
}

.primer-rabot .container .primer:nth-last-child(1) {
    margin-bottom: 0;
}

.primer-img {
    width: 713px;
}

.primer-content {
    padding: 65px 37px;
}

.primer-content .heading {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
}

.primer-content .description {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    margin: 17px 0 34px;
}

.primer-content .description ul {
    font-weight: 400;
    margin-top: 20px;
}

.primer-content .button-consultation {
    max-width: 235px;
}

.primer-content .button-consultation:hover {
    color: white;
}

.proekti {
    margin-top: 80px;
}

.proekti h2 {
    margin-bottom: 35px;
}

.slider-proekti {
    margin-left: 80px;
}

.slider-proekti .item {
    margin-right: 52px;
    width: 295px;
    border: 1px solid #000000;
}

.slider-proekti .item .content {
    padding: 26px 14px 0 14px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

.slider-proekti .item .description {
    margin-top: 10px;
    color: #5F5656;
}

.button-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 62px;
    background: #000000;
    float: right;
}

.proekti .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 35px;
    margin-left: -20px;
}

.citata {
    margin-top: 80px;
}

.citata .container {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 60px;

}

.wpcf7-form-control-wrap {
    margin-top: 20px;
}

.sc {

    color: rgba(95, 86, 86, 0.1);
}

.sc-l {

}

.sc-r {
}

.form-project {
    padding: 76px 0 117px;
    background: url("../img/project-form@2x.png") no-repeat center;
    background-size: cover;
}

.form-project_without-back-img {
    /*background: #eeeeee;*/
    padding: 76px 40px 0;
}

.form-project .heading {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    border: none;
    margin-bottom: 12px;
}

.form-project .description {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    max-width: 462px;
}

form {
    display: flex;
    flex-direction: column;
    width: 580px;
    margin-top: 30px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"] {
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    padding: 14px 19px !important;
    border: none !important;
    width: 500px;
    margin-bottom: 15px !important;
    border-radius: 0 !important;
}

textarea {
    border: none;
    border-radius: 0;
    width: 500px;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    padding: 14px 19px !important;
}

.wpcf7-form input[type="checkbox"] {
    width: 15px;
}

.wpcf7-form input[type="submit"] {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: #C70606 !important;
    color: white !important;
    padding: 16px !important;
    width: 500px !important;
    margin-top: 17px !important;
    transition: .3s !important;
    border-radius: 0 !important;
}

form input[type="submit"]:hover {
    background: #E80B0B !important;
    color: white !important;
    transition: .3s !important;
}

form input[type="submit"]:active {
    background: #8F0202 !important;
    transition: .3s !important;
}

form input[type=checkbox] {
    border: 1px solid #000000 !important;
    background: rgba(196, 196, 196, 0.4) !important;
    width: 15px !important;
    height: 15px !important;
}

form .button {
    margin-top: 15px !important;
    border: none !important;
    cursor: pointer !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    width: 100% !important;
}

.form .description {
    max-width: none;
    margin-top: 10px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    border: 2px solid #C70606;
    font-size: 12px;
    margin-top: -30px;
}

.wpcf7 form.sent .wpcf7-response-output {
    margin-top: -20px;
    border-color: #46b45080;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: -10px;
}

.field-file__input {
    position: absolute;
    opacity: 0;
    top: 0;
    right: 100%;
}

.field-file__label {
    display: flex;
    align-items: center;
    margin: 0 0 12px 0;
    cursor: pointer;
}

.ili {
    margin-left: 70px;
}

.field-file__label img {
    width: 20px;
}

.etapi {
    padding: 100px 0;
}

.etapi h2 {
    margin-bottom: 35px;
}

.etapi .etapi-row {
    justify-content: space-between;
    flex-wrap: wrap;
}

.etapi .etapi__block {
    padding: 28px 18px;
    width: 234px;
    height: 189px;
    background: rgba(196, 196, 196, 0.2);
    margin-bottom: 10px;
}

.etapi .etapi__block:after {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 120px;
    line-height: 100%;
    text-align: center;
    color: white;
    position: absolute;
    margin-top: -60px;
}

.etapi .etapi__block:nth-child(1):after {
    content: '1';
    margin-left: 169px;
}

.etapi .etapi__block:nth-child(2):after {
    content: '2';
    margin-left: 154px;
}

.etapi .etapi__block:nth-child(3):after {
    content: '3';
    margin-left: 154px;
}

.etapi .etapi__block:nth-child(4):after {
    content: '4';
    margin-left: 150px;
}

.etapi .etapi__block:nth-child(5):after {
    content: '5';
    margin-left: 155px;
}

.etapi__block h3 {
    margin: 0 0 14px;
}

.etapi__block .description {
    max-width: 172px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}


.otzivi-row {
    flex-wrap: wrap;
    justify-content: space-between;
}

.otzivi h2 {
    margin-bottom: 35px;
}

.otziv {
    width: 50%;
    max-width: 520px;
    padding-left: 40px;
    margin-bottom: 60px;
}

.otziv:before {
    content: '“';
    position: absolute;
    margin-left: -40px;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    color: #C70606;
}

.otziv .description {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

.otziv .name {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-top: 15px;
}

.poleznie-materiali {
    padding: 90px 0 100px;
}

.poleznie-materiali h2 {
    margin-bottom: 35px;
}

.slider-poleznie-materiali .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 303px;
    border: 1px solid #000000;
    background: #000000;
    margin-right: 120px;
}

.slider-poleznie-materiali .item:nth-last-child(1) {
    margin-right: 0;
}

.slider-poleznie-materiali .item .image {
    width: 100%;
    height: 330px;
}

.slider-poleznie-materiali .item .image img {
    width: 100%;
    height: 100%;
}

.slider-poleznie-materiali .item .heading {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    min-height: 80px;
    display: flex;
    align-items: center;
}

.poleznie-materiali-row {
    justify-content: space-between;
}

.slider-poleznie-materiali__paginator {
    display: flex;
    flex-direction: row;
}

.poleznie-materiali-arrow {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.custom-next {
    background: url("../img/slider-arrow.svg") no-repeat center;
    background-size: cover;
    margin-left: 50px;
}

.custom-prev {
    background: url("../img/slider-arrow.svg") no-repeat center;
    background-size: cover;
    transform: rotate(180deg);
}


.slick-disabled {
    opacity: .5;
}

.kontakti {
    padding: 60px 0 70px;
    background: rgba(196, 196, 196, 0.4);
}

.kontakti h2 {
    margin-bottom: 50px;
}

.kontakti-row {
    justify-content: space-between;
}

.kontakti-content {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #5F5656;
}

.kontakti-content .row {
    margin-bottom: 20px;
}

.kontakti-content .row:nth-last-child(1) {
    margin-bottom: 0;
}

.kontakti-content img {
    margin-right: 10px;
}

.kontakti-content .social {
    margin-top: 30px;
}

.kontakti-content .social a {
    margin-right: 32px;
}

.kontakti-form .heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.kontakti-form .description {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.dannie-obrabotka {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
}

.page-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.heading-404 {
    font-size: 250px;
    line-height: 100%;
}

.page-404 .button {
    justify-content: center;
}

.description-404 {
    font-size: 26px;
    font-weight: 300;
}

footer {
}

.top-footer {
    background: black;
    padding: 58px 0 70px;
}

.footer-row {
    justify-content: space-between;
}

.top-footer .kontakti-content {
    color: white;
    margin-top: 40px;
}

.top-footer .column {
    padding-right: 15px;
}

.top-footer .column .heading {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #C70606;
    margin-bottom: 15px;
    border: none;
}

.top-footer .column .footer-link {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 10px;
    transition: .3s;
}

.top-footer .column .footer-link a:hover {
    color: #C70606;

    transition: .3s;
}

.top-footer .column .footer-link:nth-last-child(1) {
    margin-bottom: 0;
}

.bottom-footer {
    padding: 26px 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

/*//////////////////////////////for wp styles desk//////////////////////////////*/

.has-large-font-size {
    font-weight: 400 !important;
    font-size: 25px !important;
}

.wp-block-cover__inner-container .has-text-align-center {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
}

.wp-block-cover__background {
    background: none !important;
}

.fundament-vid-block {
    align-items: flex-start;
    min-height: 232px;
    padding: 28px;
}

.fundament-vid-block img {
    -webkit-filter: brightness(40%);
    filter: brightness(40%);
}

.fundament-vid-block:hover > img {

    filter: none;
}

.fundament-vid-block:hover {
    cursor: pointer;
}

.fundament-vid-block:hover img {
    border: 3px solid #c70606;

}

.fundament-vid-block img {
    border-radius: 30px;
    border: 2px solid white;
}

.fundament-price-table tr:nth-child(1) {
    background: #c70606 !important;
    color: white;
}

.fundament-price-table td {
    padding: 14px;
}

.wp-custom-button {
    padding: 0;
    max-width: 235px;
}

.wp-custom-button a {
    font-size: inherit;
    background: none;
    padding: 16px;
}

.primer-border {
    border: 1px solid #000000;
    margin-bottom: 60px;
}

.primer-border img,
.primer-border .wp-block-image {
    width: 100%;
    margin: 0;
}

/*.is-layout-flex:nth-child(2n) > div:nth-child(1){*/
/*    margin-left: 20px;*/
/*}*/

/*//////////////////////////////for wp styles desk end//////////////////////////////*/
.close {
    display: none;
}

.body-overflow {
    overflow: hidden;
}

@media (max-width: 1219px) {
    .pochemy-mi__block {
        margin-top: 20px;
    }
}

@media (max-width: 1209px) {
    .etapi .etapi-row {
        justify-content: flex-start;
    }

    .etapi .etapi__block {
        margin-right: 10px;
    }
}

@media (max-width: 1200px) {
    .header__info {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .header__info > div {
        margin: 0 0 10px 20px;
    }

    .header__info > div:nth-last-child(1) {
        margin: 0 0 10px 20px;
    }

    .header__info div a, .header__info div {
        justify-content: flex-end;
    }

    .pochemy-mi__block {
        width: 260px;
    }

    .slider-uslugi {
        width: 70%;
    }

    .primer-img {
        width: 50%;
    }
}

@media (max-width: 1080px) {

}

@media (max-width: 1062px) {
    .header__menu .menu .menu__link {
        margin: 10px 20px 10px 0;
    }
}

@media (max-width: 991px) {
    .primer-rabot .container .primer:nth-child(even) {
        display: flex;
        flex-direction: column;
    }

    .primer {
        display: flex;
        flex-direction: column;
    }

    .primer-img {
        width: 100%;
    }

    .slider-poleznie-materiali .item {
        margin-right: 40px;
    }

    .kontakti-row {
        flex-direction: column;
    }

    .kontakti-form {
        margin-top: 40px;
    }

    .wpcf7-form textarea {
        width: 100%;
    }

    .footer-row {
        flex-wrap: wrap;
    }

    .top-footer .column:nth-child(1) {
        width: 100%;
    }

    .column {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .header-container {
        display: none;
    }

    .mob-header {
        background: linear-gradient(180deg, #000000 15.64%, rgba(0, 0, 0, 0) 100.9%);
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: space-between;
        position: absolute;
    }

    .mob-logo {
        margin-top: 17px;
        margin-left: 24px;
    }

    .mob-logo img {
        width: 224px;
    }

    .burger {
        margin-right: 26px;
        margin-top: 30px;
        cursor: pointer;
        height: 28px;
    }

    .burger .line {
        width: 44px;
        height: 3px;
        background: white;
        margin-bottom: 4px;
    }

    .header .container {
        padding: 0;
    }

    .active-header {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        align-items: flex-start;
        background: black !important;
        color: white;
        height: 100vh;
        transition: 5s all;
        padding-top: 20px;
        overflow: auto;
    }

    .header__menu {
        border: none;
    }

    .header__menu .soc-links1 {
        border: none;
    }

    .header__menu .container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .header__menu .menu li {
        display: flex;
        margin-bottom: 20px;
    }

    .header__menu .soc-links1 img {
        margin-right: 30px;
        margin-left: 0;
    }

    .header__info {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .header__info > div {
        margin: 0 0 20px 20px;
    }

    .logo {
        display: none;
    }

    .close {
        display: flex;
        position: absolute;
        right: 20px;
        top: 25px;
        width: 28px;
        cursor: pointer;
    }

    .close svg {
        display: block;
        width: 25px;
    }

    .close svg line {
        stroke: #C70606;
        stroke-width: 10;
    }

    .uslugi .row {
        flex-direction: column;
    }

    .slider-uslugi {
        width: 100%;
        margin-top: 50px;
    }
}

@media (max-width: 576px) {
    .content {
        padding: 140px 0;
    }

    .button-consultation a, .button-consultation {
        max-width: 100%;
    }

    .main__container-section {
        height: 900px;
        max-height: 100vh;
        padding-top: 212px;
    }

    .onas {
        padding: 50px 0;
    }

    .slider-uslugi .item {
        width: 158px;
        margin-right: 20px;
    }

    .item .item__link {
        width: 158px;
        height: 166px;
    }

    .item .item__link:nth-child(1) {
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
    }

    .pochemy-mi__block {
        width: 100%;
    }

    .primer-content {
        padding: 35px 20px;
    }

    .slider-proekti {
        margin-left: 20px;
    }

    .slider-proekti .item {
        margin-right: 36px;
        width: 260px;
    }

    .sc {
        font-weight: 700;
        font-size: 92px;
        line-height: 173%;
    }

    .wpcf7-form input[type="text"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"] {
        width: 100%;
    }

    form {
        width: 100%;
    }

    .wpcf7-form input[type="submit"] {
        width: 100% !important;
    }

    .etapi .etapi__block {
        width: 100%;
    }

    .etapi .etapi__block:after {
        right: 23px;
    }

    .otziv {
        width: 100%;
    }

    .form-project_without-back-img {
        padding: 29px 10px 0;

    }
}

.breadcrumbs {
    text-transform: none !important;
}

#breadcrumb ul {
    padding: 0;
    margin: 0;
}

#breadcrumb ul span.delimiter {
    margin: 0 5px 0 5px;
}

#breadcrumb ul li {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.okompanii-content {
    padding-bottom: 0;
}

.okompanii-content h3 {
    font-size: 29px;
}

.okompanii-uslugi .slider-uslugi {
    width: 100%;
}

.contacts-content {
    padding-bottom: 0;
}

.page-portfolio .header-container {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8869922969187675) 0%, rgba(0, 0, 0, 0.6348914565826331) 54%, rgba(0, 0, 0, 0) 100%);
}

.page-portfolio .wp-block-image {
    margin-bottom: 0;
}

.page-portfolio .wp-block-image img {
    border-bottom: 8px solid #C70606;
    width: 100%
}

.page-portfolio .wp-block-image img:hover {
    filter: brightness(80%)

}

.page-portfolio .wp-block-column p {
    padding: 20px 0;
    background: rgba(196, 196, 196, 0.1);
}

.page-portfolio_page .header-container {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8869922969187675) 0%, rgba(0, 0, 0, 0.6348914565826331) 54%, rgba(0, 0, 0, 0) 100%);
}

.page-contacts .header-container {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8869922969187675) 0%, rgba(0, 0, 0, 0.6348914565826331) 54%, rgba(0, 0, 0, 0) 100%);
}

.page-contacts .social img {
    margin: 20px 20px 0 0;
}

.page-contacts .wp-block-column > figure img {
    max-width: 60px;
    float: right;
}

.page-contacts .is-layout-flex:nth-child(2n) > div:nth-child(1) {
    margin: auto;
}

@media (max-width: 781px) {
    .page-contacts .wp-block-column > figure img {
        float: left;
    }
}

.page-contacts iframe {
    width: 100%;
}

.uslugi-content .header-container {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8869922969187675) 0%, rgba(0, 0, 0, 0.6348914565826331) 54%, rgba(0, 0, 0, 0) 100%);
}

.page-uslugi-template .header-container {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8869922969187675) 0%, rgba(0, 0, 0, 0.6348914565826331) 54%, rgba(0, 0, 0, 0) 100%);
}

.okompanii-uslugi .context {
    width: 100%;
    margin-bottom: 40px;
}

.uslugi-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.uslugi-row .item {
    margin-bottom: 42px;
}

.uslugi-row .item .item__link:nth-child(1) {
    margin: 0;
}

.page-about .etapi {
    padding-top: 0;
}

.attention-custom-block {
    border-radius: 10px;
    border: 1px solid rgba(21, 21, 18, 0.34);
    background: rgba(220, 219, 219, 0.42);
    padding: 24px;
}

.attention-custom-block:before {
    content: url("https://glavmonolit.by/wp-content/uploads/2023/10/star-1.png");
}

@media (min-width: 782px) {
    .lwptoc {
        margin-top: -10px !important;
    }
}


.lwptoc_i {
    border-radius: 10px;
}

.lwptoc_title {
    font-size: 21px;
}

.lwptoc_item {
    font-size: 16px;
}

.sample-posts {
    margin-top: 64px;
}

.sample-posts h3 {
    margin-bottom: 40px;
}

.posts {
    flex-wrap: wrap;
    gap: 20px;
}

.post {
    width: 100%;
    max-width: 380px;
}

a .post:hover {
    opacity: .9;
}

.post img {
    height: 260px;
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.post .post-title {
    border-top: 10px solid #C70606;
    margin-top: -7px;
    background: rgba(217, 217, 217, 0.20);
    padding: 14px;
    font-size: 16px;
    font-weight: 400;
    min-height: 86px;
    text-align: center;
}

.all-posts {
    margin-top: 100px;
}

@media (max-width: 576px) {
    .post img {
        height: auto;
        width: 100%;
        border-radius: 10px 10px 0 0;
    }

    .posts {
        justify-content: center;
        margin-top: 48px;
    }

}

.video {
    margin: 80px 0;
}
.video .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}
.video iframe {
    width: calc(50% - 16px);
    height: 300px;

}

@media (max-width: 576px) {
    .video iframe {
        width: 100%;
        height: 370px;
    }
}

.breadcrumbs a {
    color: inherit;
}

.sub-menu {
    margin-left: -10px;
    margin-top: -6px;
}

.dashicons:before{
    font-family: dashicons;
}

.wp-block-spacer .aagb_accordion_6ed8e330-f91f-4ba7-b554-a034774d783c .aagb__accordion_active{
    border-color: #C70606 !important;
}
.wp-block-spacer .aagb_accordion_6ed8e330-f91f-4ba7-b554-a034774d783c .aagb__accordion_body--show{
    border-color: #C70606 !important;
}

.faq-content .wp-block-group {
    color: #333333;
    background-color: #dcdbdb;
    padding: 30px 20px 30px 20px;
    border-radius: 20px 20px 0 0;
}

.faq-content p.description {
    padding: 30px 20px;
    border: 1px solid #DCDBDB;
    border-radius: 0 0 20px 20px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 140%;
}
.faq-content .wp-block-columns figure{
    margin: 0;
}
.faq-content .wp-block-columns p{
    margin-bottom: 0;
    border: none;
    padding: 0;
}
.faq-content .wp-block-columns {
    padding: 30px 20px;
    border: 1px solid #DCDBDB;
    border-radius: 0 0 20px 20px;
    margin-bottom: 20px;
}

.blog .post-title,
.sample-posts .post-title {
    color: #333;
}
.blog .post:hover .post-title,
.sample-posts .post:hover .post-title {
    color: #C70606;
}
