.b-title-with-add {
    display: table;
    width: 100%;
}
b-title-with-add__left{
    text-align: left;
    display: table-cell;
}
.b-title-with-add__right {
    text-align: right;
    display: table-cell;
}

.b-read-more-wrapper {
    margin-bottom: 15px;
}

.icon-answer {
    float: left;
    width 50px;
}
html {
  -webkit-user-select: text;  /* Chrome 49+ */
  -moz-user-select: text;     /* Firefox 43+ */
  -ms-user-select: text;      /* No support yet */
  user-select: text;          /* Likely future */
}

.b-title {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
}
.b-title-black {
    font-weight: 400;
}
/*.b-title.b-title_bold {
    font-weight: 700;
}*/
.b-privileg {
    background-image: url('../img/privileg_new.jpg');
    position: relative;
}
.b-privileg:before {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .6);
}

.b-top-main {
    background-image: url('../img/top_new.jpg');
}

.b-main-screen {
    display: flex;
    align-items: center;
    /*margin-bottom: 250px;*/
}


.b-main-screen__right{
    background-color: white;
    width: 415px;
    max-width: 32%;
    margin-right:0;
    margin-left: auto;
    position: relative;
    display: none;
}


.b-main-screen__right .b-top-main__title{
    color: #77CE33;
}

.b-main-screen__text{
    color: white;
    font-size: 28px;
    line-height: 1.2;
}

/* styles 22.07.2020*/

.b-top-main__top {
    background: transparent;
    margin-bottom: 78px;
}
.b-header-main-menu {
    display: flex;
    justify-content: space-between;
}
.b-header-main-menu .b-menu__item {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.b-header-main-menu__right,
.b-header-main-menu__left {
    display: flex;
}
.b-header-main-menu .b-menu__cell {
    margin-right: 56px;
    display: block;
}
@media (max-width: 1200px) {
    .b-header-main-menu .b-menu__cell {
        margin-right: 28px;
    }
}
.b-header-main-menu .b-menu__cell:last-child {
    margin-right: 0;
}
.b-top-main {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.b-top-main__contacts-title {
    display: block;
    color: #77CE33;
    display: block;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 24px;
}
.b-top-main__contacts-wrap {
    display: none;
}
.b-top-main__contacts-data-wrap {
    margin-bottom: 24px;
    color: #fff;
}
.b-top-main__contacts-data-wrap * {
    color: #fff;
}
.b-top-main__contacts-data-wrap:last-child {
    margin-bottom: 0;
}
.b-btn-contacts {
    display: inline-flex;
    align-items: center;
    height: 48px;
    padding: 0 24px;
    color: #77CE33;
    background-color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: .25s background-color, .25s color;
}
.b-btn-contacts:hover {
    background-color: #77CE33;
    color: #fff;
}
.b-main-contacts-row {
    display: block;
    margin-bottom: 16px;
}
.b-main-contacts-row:last-child {
    margin-bottom: 0;
}
.b-main-contacts-row__title {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'PT Sans Narrow', sans-serif;
}
.b-main-contacts-row__item {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.b-menu__item.b-menu__item_logo {
    position: relative;
    padding-left: 54px;
    top: 10px;
}
.b-menu__item-logo {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}
.b-logo.b-top-main__logo {
    top: 18px;
}
.b-header__top {
    background: transparent;
}
.b-header {
    padding: 38px 0;
    min-height: 240px;
}
:not(.p-main) .b-header {
    background-image: url('../img/top_new_small.jpg');
}
.b-top-main__contacts-title {
    color: #77CE33;
}
.b-btn:after {
    filter: brightness(0%) invert(87%) sepia(76%) saturate(1179%) hue-rotate(32deg) brightness(92%) contrast(74%);
}
.b-footer__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.b-footer__new-logo {
    margin-right: 16px;
}
.b-footer__new-logo {
    width: 140px;
    margin-top: 6px;
    margin-bottom: 6px;
}
@media (min-width: 993px) {
    .b-top-main__contacts-wrap {
        display: block;
        position: absolute;
        right: 0;
        width: 360px;
        bottom: 0;
        padding: 120px 56px;
        /*backdrop-filter: blur(6px);*/
        backdrop-filter: blur(36px);
    }
    .b-top-main__logo {
        display: none;
    }
    .b-main-screen__left {
        padding-top: 120px;
    }
    .b-footer__new-logo {
        width: auto;
    }
}
@media (min-width: 1450px) {
    .b-top-main__contacts-wrap {
        padding-right: calc( (50vw - 1450px/2) + 56px );
        width: calc(360px + (50vw - 1450px/2) );
    }
}
@media (max-width: 992px) { 
    .b-header-main-menu {
        display: none;
        position: absolute;
        z-index: 11;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
    }
    .b-header-main-menu .b-menu__item {
        color: #000;
    }
    .b-header-main-menu .b-menu__cell {
        display: block;
    }
    .b-header-main-menu__right {
        display: block;
    }
    body .b-top-main {
        min-height: 240px;
        height: auto;
    }
    .b-top-main__top {
        margin-bottom: 34px;
    }
    .b-main-screen__content-logo {
        width: 80px;
        height: auto;
    }
    body .b-header__top-left-mobile,
    body .b-header__top-right-mobile {
        background-color: transparent;
    }
    body .b-hamburger span {
        background-color: #fff;
    }
    .b-header__ico-callback {
        filter: brightness(0) invert(1);
    }
    .b-top-main__container-mobile.open ~ .b-header-main-menu {
        display: block;
    }
    .b-menu__item-logo {
        display: none;
    }
    .b-menu__item.b-menu__item_logo {
        padding-left: 0;
    }
}
/* end styles 22.07.2020*/
@media (min-width: 640px) {
    .b-main-screen__text{
        color: white;
        font-size: 36px;
        line-height: 1.2;
    }
}
@media (min-width: 993px) {
    .b-main-screen__right{
        display: block;
    }
    .b-main-screen__text{
        font-size: 40px;
        max-width: 570px;
    }

    .b-top-main {
        padding-top: 38px;
        padding-bottom: 120px;
        min-height: 768px;
    }
    .b-main-screen__content-logo {
        margin-bottom: 16px;
    }
}
.b-header.fixed{
    background: none;
    position: fixed;
    left: 0;
    /*top: -100px;*/
    top: 0;
    transform: translateY(-100%);
    right: 0;
    z-index: 20;
    transition: 0.3s;
}
.b-header.fixed.act{
    top: 0px;
    transform: translateY(0);
}
.b-header.fixed .b-header__top{
    display: flex;
    margin: 0;
    background-color: white;
    box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.b-header.fixed .b-logo{
    position: static;
    display: inline-block;
    margin: 0;
}

.b-header.fixed .b-header__top-left{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    width: auto;
}
.b-header.fixed .b-menu{
    width: auto;
    display: none;
    background-color: white;
    margin-left: 10px;
}
.b-header.fixed .b-menu__cell{
    display: inline-block;
    padding: 0 20px;
}
.b-header.fixed .b-header__top-right{
    margin-right: 0;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    width: auto;
}
.b-header__phone-item{
    display: none;
    margin-right: 20px;
}
.b-header__phone-title{
    color: black;
    font-size: 14px;
    line-height: normal;
}
.b-header__phone{
    color: black;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    line-height: normal;
}
.b-header.fixed .b-header__top-right .b-btn{
    color:white;
    height: 100%;
    background-color: #77CE33;
    display: flex;
    align-items: center;
    padding: 0 30px;
    margin-left: 10px;
}
.b-header.fixed .b-header__top-right .b-btn:hover{
    opacity: 0.7;
}
.b-header.fixed .b-header__top-right .b-btn:after{
    position: static;
    display: inline-block;
    margin-left: 10px;
    filter: brightness(0) invert(1);
}
.b-header.fixed .b-hamburger{
    margin: 0 10px;
}
.b-menu-mobile-fixed{
    display: none;
}

.b-header.fixed .b-logo .b-header-menu__img {
    width: 65px;
}

@media (max-width: 992px) {
    .b-header.fixed > .b-container{
        padding: 0;
    }
    .b-top-main__container-mobile.open-fixed{
        position: fixed;
        top: 200px;
    }
    .b-menu-mobile-fixed.open{
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top: 98px;
        background-color: white;
    }
    .b-header.fixed .b-menu-mobile-fixed .b-menu__cell{
        padding: 10px 0;
        display: block;
        width: 100%;
        text-align: center;
    }
}
@media (min-width: 993px) {
    .b-header__phone-item{
        display: inline-block;
    }
    .b-header.fixed .b-menu{
        display: inline-block;
    }
}

@media (min-width: 1200px) {
    .b-header.fixed .b-menu__cell{
        padding: 0 30px;
    }
    .b-header.fixed .b-header__top-right .b-btn{
        padding: 0 41px;
        margin-left: 20px;
    }
    .b-header.fixed .b-menu{
        margin-left: 25px;
    }
}
@media (max-width: 639px){
    .b-main-news__col{
        width: 100%;
    }
    .b-main-news__col .b-article__left{
        display: block;
        margin-bottom: 10px;
    }
    .b-main-news__col .b-article__right{
        display: block;
        padding: 0;
    }
    .b-main-news__col .b-article__btn-wrap{
        left: 0;
    }
    .b-header.fixed .b-header__top-right .b-btn{
        width: 110px;
        text-align: center;
        padding: 0 10px;
    }
    .b-header.fixed .b-header__top-right .b-btn:after{
        display: none;
    }	    .a{        cursor: pointer;		color: #77CE33;    }
}
.glow-button {
  text-decoration: none;
  display: inline-block;
  padding: 15px 30px;
  margin: 10px 20px;
  border-radius: 10px;
  box-shadow: 0 0 40px 40px #77CE33 inset, 0 0 0 0 #77CE33;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  color: white;
  transition: .15s ease-in-out;
}
.glow-button:hover {
  box-shadow: 0 0 10px 0 #77CE33 inset, 0 0 10px 4px #77CE33;
  color: #77CE33;
}