.overaly {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
    left: 0;
    top: 0;
    background: #454A4F;
    opacity: .8;
}
.nmod {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3000;
}
.nmod_container {
    position: absolute;
    background-color: #E85222;
    width: 100%;
    max-width: 836px;
    min-height: 483px;
    left: 50%;
    margin-left: -417px;
    top: 169px;
    background: #E85222;
    border-radius: 20px;
    padding: 59px 76px;
    background-image: url('https://bracia.eu/wp-content/themes/theme/src/images/bracia_person.png');
    background-repeat: no-repeat;
    background-position: 95% bottom;
}
.ft__01 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.02em;
    color: #3E4347;
    margin-bottom: 40px;
}
.text-white {
    color: #fff;
}
.btn__black {
    border-radius: 5px;
    display: inline-block;
    width: 289.4px;
    height: 60px;
    background: #000;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #F2F9FF;
    padding-top: 15px;
    text-decoration: none;
    transition: all .2s;
}
.btn__black:hover {
    background: rgba(0, 0, 0, .7);
}
button.nmod_close {
    border: none;
    background: transparent;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 99999;
    transition: all .3s;
}
button.nmod_close:hover {
    cursor: pointer;
    opacity: .8;
}

@media(max-width: 837px){
    .nmod_container {
        width: calc(100% - 30px);
        left: 0;
        margin-left: 15px;
    }
    .btn__black {
        margin-top: 140px;
    }
    .ft__01 {
        margin-bottom: 27px;
    }
}
@media(max-width: 768px){
    .ft__01 {
        font-weight: 700;
        font-size: 26px;
        line-height: 30px;
        letter-spacing: -0.02em;
        color: #3E4347;
    }
    .nmod_container {
        padding: 44px 21px 20px;
        background-size: 280px;
        background-position: 105% bottom;
    }
}

@media(max-width: 480px){
    .ft__01 {
        font-weight: 700;
        font-size: 20px;
        line-height: 23px;
        letter-spacing: -0.02em;
        color: #3E4347;
    }
    .nmod_container {
        padding: 44px 21px 20px;
        background-size: 230px;
        background-position: 105% bottom;
    }
}



.home_7 .h7_wrapper {
    min-height: 348px;
    background: #EDF2F3;
    border-radius: 21px;
    margin-bottom: 40px;
    padding: 22px 41px;
    background-image: url('https://bracia.eu/wp-content/themes/theme/src/images/br_toilet.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 200px;
}
.ft__02 {
    font-family: 'Work Sans';
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.02em;
    color: #3E4347;
    margin-bottom: 15px;
}
.ft__03 {
    font-family: 'Work Sans';
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #3E4347;
}
.row,
.d-flex {
    display: flex;
}
.icoItem {
    position: relative;
    margin-right: 10px;
    padding-left: 22px;
    /*background: url('https://bracia.eu/wp-content/themes/theme/src/images/bull.svg') no-repeat left 1px;*/
}
.icoItem::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 16px;
    height: 16px;
    background: url('https://bracia.eu/wp-content/themes/theme/src/images/bull.svg') no-repeat center center;
}
.text-orange {
    color: #E85222;
}
.btn__green {
    width: 215px;
    height: 49px;
    background: #54AF3A;
    border-radius: 5px;
    font-family: 'Work Sans';
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #F2F9FF;
    display: inline-block;
    text-decoration: none;
    padding-top: 11px;
    transition: all .2s;
}
.btn__green:hover {
    background: rgba(84, 175, 58, .8);
}
.round_text {
    width: 261px;
    height: 261px;
    background: #E85222;
    border-radius: 50%;
    font-family: 'Work Sans';
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mb-3 {
    margin-bottom: 23px;
}
.d-flex-center {
    min-height: 304px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.col-7 {
    width: 60%;
}
.col-5 {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: start;
}
@media(min-width:768px){
    .md-none {
        display: none;
    }
}

@media(max-width:768px){
    .ft__02 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.02em;
        color: #3E4347;
    }
    .d-flex,
    .row {
        flex-direction: column;
    }
    .col-7,
    .col-5 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sm-none {
        display: none;
    }
    .home_7 .h7_wrapper {
        background-image: none;
        padding: 42px 25px;
    }
    .c5bg {
        background-image: url('https://bracia.eu/wp-content/themes/theme/src/images/br_toilet.png');
        background-repeat: no-repeat;
        background-position: 95% center;
        background-size: contain;
        margin: 15px 0;
    }
    .round_text {
        font-size: 20px;
        line-height: 23px;
        width: 200px;
        height: 200px;
        margin-right: 100px;
    }
    .icoItem {
        padding-left: 0;
    }
    .icoItem::before {
      position: relative;
      left: 0;
      top: 1px;
      width: 16px;
      height: 16px;
      background: url('https://bracia.eu/wp-content/themes/theme/src/images/bull.svg') no-repeat center center;
      display: inline-block;
      margin: 5px 5px -3px;
    }
    .text-xs-center {
        text-align: center;
    }
}

.blog_single ol {
	margin-top: 30px;
}
.blog_single ol li a {
	color: #3e4347!important;
}
ul.posts__list {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}
ul.posts__list li {
	margin-bottom: 8px;
}
ul.posts__list a {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: -0.25px;
	transition: color .3s ease-in-out;
}
ul.posts__list a:hover {
	text-decoration: underline;
}