

/*
section.need_class_before{
    position: relative;
}
section.need_class_before::before{
    position:absolute;
    width: 100%;
    height:100%;
    z-index: 100;
    background:rgba(0,0,0,0.5);
}
section.need_class_before>div{
    position:relative;
    z-index: 200;
}
*/



p.dop_txt {
    margin: 0;
}

.font_phone, .font_phone * {
    font-size: 22px !important;
    padding: 10px;
}
.my_galery .bpgPhoto .boldPhotoBox img {
    width: 96%;
    display: block;
    margin: 0 auto;
    border: 1px solid #bbb;
}
.my_galery .gridItem {
    background: none !important;
}

.tilesWall  .gridItem{
    background: none !important;
}

p.copyLine {
    font-size: 11px;
    margin-top: 4px;
}
.need_class_before::before {
    content: '';
    position: absolute;
    width: 200%;
    top: -100px;
    left: -100px;
    height: 200%;
    background: rgb(51 36 0 / 60%) !important;
}
.btGridShare{
	display: none;
}
.need_class_before {
    position: relative;
    left: auto !important;
    overflow:hidden;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-response-output {
    border: none !important;
    text-align: left;
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
}
.nopa_top {
    margin-top: -80px;
}

.write-wrap {
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 1000;
    width: 66px;
    height: 66px;
    opacity: 0.8;
}
.write-wrap:hover{
    opacity: 1;
}
.write-wrap{
    width:66px;
    height: 66px;
    position: fixed;
    left: 25px;
    bottom: 35px;
    z-index: 1000;
}
.write-wrap .circle {
    border-radius: 50%;
    background-color: #fbbd02;
    width: 100px;
    height: 100px;
    margin: 0;
    position: absolute;
    bottom: -17px;
    right: auto;
    left: -17px;
    opacity: 0;
    z-index: 1000;
    animation: scaleIn 3s infinite cubic-bezier(.36, .11, .89, .32);
}
.write img {
    width: 44px;
    position: relative;
    margin: 10px 0px 0px 10px;
}
@keyframes scaleIn {
    from {
        transform: scale(.5, .5);
        opacity: .5;
    }
    to {
        transform: scale(2.5, 2.5);
        opacity: 0;
    }
}
.write img {
    width: 44px;
    position: relative;
    margin: 10px 0px 0px 10px;
}
.write {
    position: relative;
    z-index: 2000;
}
.btMenuHorizontal .menuPort nav {
    padding-left: 0 !important;
}
.btMenuHorizontal .menuPort li {
    margin: 0 12px 0 0 !important;
}
div#comments {
    display: none !important;
}
.video_top {
    padding: 10px;
    text-align: center;
    font-size: 20px;
    cursor:pointer;
}
.video_top img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}


body.btMenuHorizontal.btStickyHeaderActive .mainHeader .btLogoArea .logo img {
    height: 50px;
    margin: 5px 0 0 0;
}

.nf-error-wrap {
    display: none;
}

@media (max-width: 992px) {
    header.mainHeader {
        position: fixed !important;
    }
}