.display_none{
    display: none;
}
.filtr__drop{
    width: unset;
}
.footer__inner{
    margin: 20px auto 0 auto;
}
.footer--index .footer__inner {
    margin: 0 auto;
}
.bg__image {
    background-image: unset;
    right: 0;
}
/*add default style*/
a {
    text-decoration: underline;
    color: #ED3737;
    -webkit-transition: color .3s;
    transition: color .3s;
}
a :hover {
    color: #dd1414;
}

.partners_items .i-project__image{
    background-repeat: no-repeat;
}
.partners_items .i-project__image{
    background-size: contain;
}
.sert-list .material{
    width: 100%;
}
.projects__filter_menu{
    background-color: unset;
    padding: 0;
}
.projects__filter_menu.w-menu::before {
    background-image: unset;
    left: 0;
    top: 0;
}
.i-project__image-wrapper {
    flex-shrink: 0;
}
.side-news__text {
    max-height: 112px;
    overflow: hidden;
}
.gn-item__content ul li {
    position: relative;
    line-height: 24px;
    /*margin-bottom: 10px;*/
    margin-bottom: 22px;
    font-size: 16px;
    margin-top: 0;
    line-height: 24px;
    font-family: 'roboto';
    font-weight: 300;
    list-style-type: none;
}
.gn-item__content ul li::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #B91414;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.gn-item__content_custom ul li {
    position: relative;
    line-height: 24px;
    margin-bottom: 22px;
    font-size: 16px;
    margin-top: 0;
    line-height: 24px;
    font-family: 'roboto';
    font-weight: 300;
    list-style-type: none;
}
.gn-item__content_custom ul li::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #B91414;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.gn-item__image-wrapper{
    position: relative;
}
.gn-item__image-wrapper:after{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 10px;
    left: auto;
    width: 90%;
    top: 80%;
    max-width:190px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
}
.g-news__archive-item-image{
    position: relative;
}
.g-news__archive-item-image:after{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 26px;
    right: 10px;
    left: auto;
    width: 87%;
    top: 80%;
    max-width:140px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
}
.g-news__archive-items{
    flex-wrap: wrap;
}
.g-news__archive.section_archive .g-news__archive-item{
    flex: 0 0 16%;
    align-items: center;
    padding-bottom: 20px;
}
.book-wrapper{
    /*display: none;*/
}
.popup__container_book {
    position: relative;
    width: 100%;
    max-width: 540px;
    padding: 40px;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.popup__container_book .popup-body .popup__title {
    margin-bottom: 0;
}
.popup__container_book .input-area {
    margin-bottom: 10px;
}
.popup__container_book .default-input {
    padding: 10px 15px;
}
.popup__container_book .checkbox label:hover {
    color: #000;
}
.popup__container_book .input-name {
    margin-bottom: 3px;
}
.popup__container_book .input-name:last-child {
    margin-bottom: 0;
}
.popup__container_book .button {
    margin-top: 15px;
}
.customer__image {
    overflow: hidden;
    width: 240px;
    height: 240px;
    background-size: contain;
    background-position: center;
    margin-bottom: 35px;
    background-repeat: no-repeat;
}

.project__gallery-slide{
    justify-content: center;
    display: flex;
    align-items: center;
}
 .owl-carousel .owl-item .project__gallery-slide img {
    width: auto;
    max-height: 550px;
    text-align: center;
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.bg__image{
    right:58%;
    background-position: center;
}
.w-menu__link_center{
    text-align: center;
}
.cancel_send{
    color: #ffffff;
    background-color: #cccccc;
    border-color: #cccccc;
}
.cancel_send:hover{
    color: #ffffff;
    background-color: #cccccc;
    border-color: #cccccc;
}
body{
    font-size: 16px;
}
.i-news:hover .i-news__image {
    -webkit-transform: unset;
    transform: unset;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.i-news{
    transition: all 0s;
}
.i-news, .i-news__image, .i-project, .i-project__image {
    transition: all 0s;
}
.ways__inner {
    padding-top: 30px;
}
.i-project:hover .i-project__image {
    -webkit-transform: unset;
    transform: unset;
    -webkit-filter: unset;
    filter: unset;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.partners_items .i-project__image-wrapper {
    padding: 0 145px;
    box-sizing: border-box;
}
.pagination__page.is-active{
    color: #B91414;
}
.lb-data {
    margin-top: 0;
}
.quest__form-main .captcha{
    padding: 0 0 10px 0;
    display: flex;
    flex-direction: column;
}
.captcha-body{
    display: flex;
    flex-direction: row;
}
.quest__form-main  .captcha-title{
    text-align: center;
}
.default-input_captcha_img img{
    height: 100%;
}
.default-input_captcha{
    width: 49%;
    padding-left: 1%;
}
.default-input_captcha_img{
    width: 49%;
    padding-right: 1%;
}
.footer--index .footer__inner{
    border-top: 1px solid #eee;
}
.no_results{
    width: 100%;
}
.i-news__link_info{
    font-style:italic;
}
.footer--index-custom .footer__inner{
    border: 0;
}


.footer--index .footer__inner {
    padding-right: 40px;
}
.i-building-row {
    padding-right: 0;
}
.index__title-text {
    padding-left: 0;
}
.index {
    margin: 0 auto;
    max-width: 1520px;
    padding: 0 40px;
}
.bg__slider .bg__img{
    right:58%;
    width: 58%;
    background-position: center;
}
.pc-content ul{
    padding-left: 25px;
}
.manager{
    flex: 0 0 30%;
    position: relative;
}
.manager__link {
    position: absolute;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
}
.manager__rank{
    max-width: 100%;
}
.i-new__text a{
    color:#000000;
}
.i-new__text a:hover{
    color: #dd1414;
}
.i-news__image{
    background-repeat: no-repeat;
    background-size: contain;
}
.pc-content h3, .r-content h3{
    font-weight: 700;
}
#SCBbuttonMain {
    position: fixed;
    left: 40px;
    bottom: 63px;
    width: 100px;
    height: 100px;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    opacity: 0.9;
    z-index: 9999997;
}

/*Feedback button*/

#SCBbuttonMain:hover {
    opacity: 1 !important;
}
.scb_bg_puls {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    border-radius: 100% !important;
    border: 2px solid #dd1414;
    background-color: #ed3736;
    /* opacity: .75 !important; */
    -webkit-animation: scb_bg_puls_anime 2.5s infinite ease-in-out;
    animation: scb_bg_puls_anime 2.5s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 16776001;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
.scb_but_img {
    position: absolute;
    width: 60%;
    height: 60%;
    left: 20%;
    top: 20%;
    background: no-repeat center center;
    background-color: #ed3736;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    border-radius: 100% !important;
    border: 2px solid #FFFFFF;
    opacity: .8;
    z-index: 16776002;
}
@-webkit-keyframes scb_bg_puls_anime {
    0% {
        transform: /*rotate(0deg) */scale(0.7) skew(1deg);
        -webkit-transform: /*rotate(0deg) */scale(0.7) skew(1deg);
        -ms-transform: /*rotate(0deg) */scale(0.7) skew(1deg);
        -o-transform: /*rotate(0deg)*/ scale(0.7) skew(1deg);
        -moz-transform: /*rotate(0deg)*/ scale(0.7) skew(1deg);
        opacity: .2;
        -moz-transform-origin: 50% 50%;
    }
    50% {
        transform: /*rotate(0deg)*/ scale(1) /*skew(1deg)*/;
        -webkit-transform: /*rotate(0deg)*/ scale(1) /*skew(1deg)*/;
        -ms-transform: rotate(0deg) scale(1) /*skew(1deg)*/;
        -o-transform: rotate(0deg) scale(1) /*skew(1deg)*/;
        -moz-transform: rotate(0deg) scale(1) /*skew(1deg)*/;
        opacity: .2;
    }
    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -ms-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}
@keyframes scb_bg_puls_anime {
    0% {
        -webkit-transform: /*rotate(0deg)*/ scale(0.7) skew(1deg);
        -moz-transform: /*rotate(0deg)*/ scale(0.7) skew(1deg);
        -ms-transform: /*rotate(0deg)*/ scale(0.7) skew(1deg);
        -o-transform: /*rotate(0deg)*/ scale(0.7) skew(1deg);
        transform: /*rotate(0deg)*/ scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -webkit-transform: /*rotate(0deg)*/ scale(1) /*skew(1deg)*/;
        -moz-transform: /*rotate(0deg)*/ scale(1) /*skew(1deg)*/;
        -ms-transform: /*rotate(0deg)*/ scale(1) /*skew(1deg)*/;
        -o-transform: /*rotate(0deg)*/ scale(1) /*skew(1deg)*/;
        transform: /*rotate(0deg)*/ scale(1) /*skew(1deg)*/;
        opacity: .2;
    }
    100% {
        -webkit-transform: /*rotate(0deg)*/ scale(0.7) skew(1deg);
        -moz-transform: /*rotate(0deg)*/ scale(0.7) skew(1deg);
        -ms-transform: /*rotate(0deg)*/ scale(0.7) skew(1deg);
        -o-transform: /*rotate(0deg)*/ scale(0.7) skew(1deg);
        transform: /*rotate(0deg)*/ scale(0.7) skew(1deg);
        opacity: .2;
    }
}


.webform {
    display: table;
    border-collapse: collapse;
}
.webform__item {
    display: table-row;
}
.webform__item_th {
    padding-bottom: 10px;
}
.webform__field {
    display: table-cell;
    padding: 10px;
    border: 1px dashed #8c8c8c;
}
.webform__name {

}
.webform__value {
    font-weight: 500;
    text-align: center;
}

/* End */

