body {
    font-family: 'HelveticaNeueCyr';
    font-size: 17px;
    color: #000000;
    line-height: 1.57em;
    font-weight: 500;
}

body > svg {
    width: 0;
    height: 0;
    position: absolute
}

@media (min-width: 1300px) {
    .container {
        width: 1280px;
    }
}

.clearfix {
    display: block;
    content: "";
    clear: both;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ul {padding: 20px 30px 20px 10px;}

p,
h4 {
    margin: 0;
    margin-bottom: 10px;
}

.lr-item,
.material-item {
    text-align: center;
}

.lr-item h3 {
    margin-bottom: 10px;
}

.lr-header {
    background-color: #9a0c10;
    padding: 18px 0;
    background-image: url(../img/laser.jpg);
    background-position: top right;
    background-repeat: no-repeat;
}

.lr-nav {
    display: flex;
}

.lr-nav > li > a {
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

.lr-nav > li > a:hover {
    opacity: 0.8;
}

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

.header-container:after,
.header-container:before {
    display: none;
}

.lr-nav > li:not(:last-child) {
    margin-right: 25px;
}

.sub-menu {
    position: absolute;
    background: #fff;
    width: 230px;
    padding: 15px;
    display: none;
    opacity: 0;
    transition: all 0.3s ease;
    box-shadow: 0px 5px 19px rgba(0, 0, 0, 0.1);
    z-index: 100;

}

.lr-nav > li:hover .sub-menu {
    opacity: 1;
    display: block;
}

.sub-menu li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.sub-menu li {
    line-height: 14px;
    margin-bottom: 13px;
}

.sub-menu li a:hover{
    color: #9a0c10;
}

#bw-rmenu .sub-menu li{
    margin-bottom: 12px;
}

.up-icon {
    width: 15px;
    height: 10px;
    background: url(../img/up-icon.svg) center no-repeat;
    display: inline-block;
    margin-left: 8px;
}

.lr-footer {
    background: #e0e0e0;
    padding: 40px 0;
}

.footer-copi {
    font-size: 12px;
    color: #afafaf;
}

.footer-l {
    display: flex;
    align-items: center;
}

.footer-l .footer-img {
    margin-right: 15px;
    width: 128px;
    height: 36px;
}

.footer-l .footer-img img {
    width: 100%;
    height: auto;
}

.footer-line-info {
    font-size: 14px;
    color: #383838;
    font-weight: 500;
}

.footer-line-info p,
.footer-line-info p a {
    color: #383838;
    text-decoration: none;
}

.footer-line-info p {
    margin-bottom: 0;
}

.soz-link {
    display: flex;
    align-items: center;
}

.soz-link li a {
    border: 2px solid rgb(191, 191, 191);
    display: flex;
    width: 33px;
    height: 33px;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
}

.soz-link li a img {
    max-width: 17px;
}

.soz-link li a:hover {
    filter: invert(38%) sepia(36%) saturate(7499%) hue-rotate(337deg) brightness(58%) contrast(123%);


}

.soz-link li {
    margin-right: 7px;
    display: flex;
    align-items: center;
}

.soz-flex {
    display: flex;
    align-items: center;
}

.soz-flex span {
    color: #383838;
    margin-right: 15px;
    font-size: 14px;
}

.footer-container:after,
.footer-container:before {
    display: none;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-l {
    width: 235px;
}

.footer-r {
    width: calc(100% - 235px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-line-icon {
    margin-bottom: 5px;
    height: 26px;
}

.footer-line-icon img {
    height: 100%;
    width: auto;
}

.header-logo-en {
    width: 128px;
  
}

.header-logo img {
    width: auto;
    height: 100%;
}

.footer-line {
    margin-bottom: 30px;
    margin-right: 24px;
}

.footer-line.last {
    width: 100%;
    margin-bottom: 0;
}

.fl-phone {
    display: flex;
}


.fl-phone > span {
    margin-right: 8px;
}

.lr-feedback {
    background: #383838;
}

section {
    padding: 45px 0;
}

.lr-title {
    font-size: 30px;
    color: #383838;
    line-height: 1.3em;
    margin: 0;
    margin-bottom: 35px;
    font-weight: 600;
}

.feedback-top {
    display: flex;
    align-items: flex-start;
}

.lr-feedback .lr-title {
    color: #fff;
    margin-bottom: 0;
}

.feedback-sub-title {
    color: #9f9f9f;
    font-size: 20px;
    font-weight: 600;
}

.feedback-icon {
    margin-right: 25px;
}

.feedback-top {
    margin-bottom: 30px;
}

.feedback-input {
    background: #fff;
    border: none;
    height: 50px;
    border-radius: 3px;
    outline: none;
    padding-left: 120px;
    width: 100%;
    font-size: 14px;
}

.feedback-select-wrapper select {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 50px;
    opacity: 0;
}

.feedback-textarea {
    background: #fff;
    border: none;
    height: 50px;
    border-radius: 3px;
    outline: none;
    padding: 40px 16px 16px;
    width: 100%;
    font-size: 14px;
    height: 200px;
}
.feedback-select-label {

    /*overflow: hidden;*/
    display: block;
    background: #fff;
    border: none;
    /*height: 50px;*/
    border-radius: 3px;
    outline: none;
    padding-left: 10px;
    width: 100%;
    font-size: 14px;
    /*line-height: 50px;*/
    padding-right: 10px;
    border-right: 1px solid #ecebeb;
    min-width: 90px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
}
.feedback-select-wrapper {
    position: relative;
}

.feedback-label-textarea {
    font-size: 14px;
    color: #7b7b7b;
    position: absolute;
    left: 15px;
    top: 13px;
    padding-right: 10px;
    min-width: 90px;
}

.feedback-label {
    font-size: 14px;
    color: #7b7b7b;
    position: absolute;
    left: 15px;
    top: 13px;
    padding-right: 10px;
    border-right: 1px solid #ecebeb;
    min-width: 90px;
}

.feedback-label span {
    color: #fb3941;
}

.feedback-line {
    position: relative;
}

.wi-btn {
    color: #fff;
    width: 180px;
    height: 50px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    background: #9a0c10;
}

.wi-btn:focus{
    outline: none;
}

.feedback-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feedback-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
}

.feedback-row--reverse {
    flex-direction: row-reverse;
}

.w1 {
    width: 375px;
}

.w2 {
    width: 285px;
}

.red-bg {
    background: #770f12;
}

.red-bg .lr-title {
    color: #fff;
}

.services-icon {
    width: 122px;
    height: 122px;
    border-radius: 4px;
    background: #e41f25;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-title {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    line-height: 1.36em;
    padding-left: 30px;
}

.services-item {
    display: flex;
    align-items: center;
}

.services-r {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}

.services-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.services-l {
    display: flex;
    align-items: flex-start;
    width: 50%;
}

.services-list .lr-list {
    margin-left: 30px;
    padding-top: 40px;
    max-width: 210px;
}

.lr-list {
    color: #fff;
    font-weight: 400;
    font-size: 16px;

}

.lr-list li {
    position: relative;
    padding-left: 15px;
}

.lr-list li:after {
    width: 4px;
    height: 4px;
    content: "";
    position: absolute;
    left: 0;
    background: #bdbdbd;
    top: 11px;
}

.services-r .services-item:not(:nth-child(2)) {
    margin-right: 40px;
}

.link-wr {
    width: 100%;
    text-align: right;
}

.lr-link, .lr-text p a.lr-link {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    background-color: #9a0c10;
    background-image: url(../img/arr-right.svg);
    background-position: top 16px right 13px;
    background-repeat: no-repeat;
    padding: 14px 29px 14px 17px;
    line-height: 1em;
    border-radius: 3px;
    transition: all 0.3s;
}

.lr-link:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
}

.lr-services .services-r .services-item {
    margin-bottom: 64px;
}

.link-item {
    font-size: 18px;
    color: #383838;
    border-bottom: 1px solid #e41f25;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.5em;
    transition: all 0.3s;
}
.link-item-no-underline {
    font-size: 18px;
    color: #383838;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.5em;
    transition: all 0.3s;
}

.link-item:hover {
    text-decoration: none;
    color: #383838;
    border-bottom: 1px solid transparent;
}

.material-img {
    margin-bottom: 15px;
}

.material-img img {
    border-radius: 4px;
    width: auto;
    max-width: 100%;
}

.material-list {
    display: flex;
    margin: 0 -12px;
}

.material-col {
    padding: 0 12px;
    width: 16.6%;
}

.lr-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -37px;
}

.lr-col {
    width: 33.3%;
    padding: 0 37px;
    margin-bottom: 40px;
}

.lr-col-50 {
    width: 50%;
}
.lr-col-25 {
    width: 25%;
}
.lr-img img {
    border-radius: 4px;
    width: auto;
    max-width: 100%;
}

.lr-img a {
    display: inline-block;
    transition: all 0.3s;
}

.lr-img a:hover {
    opacity: 0.8;
}

.lr-img {
    margin-bottom: 15px;
}

.lr-pluses {
    background: #383838;
    padding: 0;
    margin-top: 50px;
}

.pluses-container:after,
.pluses-container:before {
    display: none;
}

.pluses-container {
    display: flex;
}

.pluse-title {
    color: #fff;
    width: 300px;
    display: flex;
    align-items: center;
    font-size: 20px;
    background: #626262;
    padding: 40px;
    margin-top: -50px;
    border-radius: 4px 4px 0 0;
    text-align: center;
}

.pluse-r {
    width: calc(100% - 300px);
    display: flex;
    padding-left: 80px;
    margin-top: -50px;
}

.pluse-title p {
    margin-bottom: 0;
    line-height: 1.5em;
}

.pluse-icon {
    width: 99px;
    height: 99px;
    border-radius: 4px;
    background: #e41f25;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.pluse-item {
    text-align: center;
    margin-bottom: 30px;
}

.pluse-item p {
    color: #fff;
    line-height: 1.5em;
    font-size: 16px;
}

.pluse-item {
    width: 33.3%;
    padding: 0 20px;
}

.grey-bg {
    background: #eeeeee;
}

.tabs-content {
    display: none;
    position: relative;
    margin-bottom: 20px;
}

.tabs-content.active {
    display: block;
}

.tabs-item {
    background: #bdbdbd;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    padding: 12px 25px;
    transition: all 0.3s;

}

.tabs-item:hover {
    opacity: 0.7;
}

.tabs-item.active {
    background: #e41f25;
}

.tabs-wr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.lr-line {
    background: #fff;
    padding: 50px 30px;
    width: calc(100% - 20px);
    position: relative;
    z-index: 10
}


.tabs-content:before {
    content: "";
    right: 0;
    bottom: -20px;
    width: 100%;
    background: #d8d8d8;
    height: 100%;
    width: calc(100% - 20px);
    position: absolute;
    z-index: 1;
    border-radius: 4px;
}

.tabs-slider-info {
    width: 360px;
}

.tabs-slider-info .tabs-slider-logo {
    margin-bottom: 20px;
}

.tabs-slider-info .link-item {
    font-size: 22px;
}

.tabs-slider-info .tabs-slider-title {
    margin-bottom: 15px;
}

.tabs-slider-title {
    color: #383838;
    font-size: 22px;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.5em;
}

.tabs-slider-text p {
    font-size: 16px;
    color: #383838;
}

.tabs-slider-video {
    max-width: 580px;
    width: 100%;
}

.tabs-slider-video img {
    width: auto;
    max-width: 100%;
}

.tabs-slider-video a {
    display: inline-block;
}

.tabs-slider-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tabs-slider {
    padding: 0 78px;
}

.tabs-slider .tabs-slider-logo img {
    width: auto;
    max-width: 100%;
}

.tabs-slider .owl-nav button.owl-prev,
.equipment-slider .owl-nav button.owl-prev,
.inner-slider .owl-nav button.owl-prev,
.clients-list .owl-nav button.owl-prev,
.btn-slid .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    background-color: #595959;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px;
    border-radius: 3px;
    background-image: url(../img/prev.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.tabs-slider .owl-nav button.owl-prev:focus,
.equipment-slider .owl-nav button.owl-prev:focus {
    outline: none;
}

.tabs-slider .owl-nav button.owl-next,
.equipment-slider .owl-nav button.owl-next,
.inner-slider .owl-nav button.owl-next,
.clients-list .owl-nav button.owl-next,
.btn-slid .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
    background-color: #595959;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
    border-radius: 3px;
    background-image: url(../img/next.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.tabs-slider .owl-nav button.owl-next:hover,
.tabs-slider .owl-nav button.owl-prev:hover,
.equipment-slider .owl-nav button.owl-next:hover,
.equipment-slider .owl-nav button.owl-prev:hover,
.inner-slider .owl-nav button.owl-next:hover,
.clients-list .owl-nav button.owl-prev:hover,
.btn-slid .owl-nav button.owl-prev:hover,
.btn-slid .owl-nav button.owl-next:hover {
    opacity: 0.8;
}

.tabs-slider .owl-nav button.owl-next:focus,
.equipment-slider .owl-nav button.owl-next:focus,
.inner-slider .owl-nav button.owl-next:focus,
.clients-list .owl-nav button.owl-next:focus,
.btn-slid .owl-nav button.owl-prev:focus,
.btn-slid .owl-nav button.owl-next:focus {
    outline: none;
}

.equipment-slider {
    padding: 0 80px;
}

.tabs-link-wr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 27px;
}

.lr-more {
    color: #383838;
    font-size: 14px;
    border: 2px solid #d8d8d8;
    text-decoration: none;
    padding: 10px 18px;
    font-weight: 600;
    margin-right: 13px;
    transition: all 0.3s;

}

.tabs-slider-text .lr-more {
    display: inline-block;
}

.lr-more:hover {
    background: #d8d8d8;
}

.lr-more:hover {
    text-decoration: none;
    color: #383838;
}

.lr-title span {
    font-size: 18px;
    color: #9a9797;
}

.equipment-img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
}

.equipment-img img {
    width: auto;
    max-width: 100%;
    max-height: 220px;
}


.equipment-item {
    background: #fff;
    padding: 20px 0;
    text-align: center;
    border-radius: 3px;
}

.equipment-text .link-item {
    font-size: 20px;
    margin-bottom: 15px;
}

.equipment-text p {
    font-size: 14px;
    line-height: 1.57em;
    color: #383838;
}

.equipment-text {
    padding: 0 30px;
}

.equipment-text-title {
    margin-bottom: 15px;
    min-height: 60px;
}

.lr-equipment .lr-title {
    margin-bottom: 15px;
}

.equipment-item {
    height: 100%;
}

.lr-equipment .owl-item {
    height: 492px;
}

.lr-promo {
    padding: 35px 0;
}

.promo-btns {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px;
}

.promo-btns-col {
    width: 33.3%;
    padding: 0 9px;
}

.promo-btns-item {
    background: #9a0c10;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    min-height: 80px;
    padding: 15px 15px 15px 100px;
    border-radius: 4px;
    transition: all 0.3s;
}

.promo-btns-item:hover {
    text-decoration: none;
    opacity: 0.8;
}

.promo-btns-item span {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #e41f25;
    display: inline;
}

.promo-btns-item.item1 {
    background-image: url(../img/promo-icon-btn/01.svg);
    background-position: center left 30px;
    background-repeat: no-repeat;
}

.promo-btns-item.item2 {
    background-image: url(../img/promo-icon-btn/02.svg);
    background-position: center left 30px;
    background-repeat: no-repeat;
}

.promo-btns-item.item3 {
    background-image: url(../img/promo-icon-btn/03.svg);
    background-position: center left 20px;
    background-repeat: no-repeat;
}

.promo-top {
    display: flex;
    justify-content: space-between;
}

.promo-news-line {
    width: 290px;
    text-align: center;
    border-radius: 4px;
    padding: 30px;
    position: relative;
    margin-bottom: -30px;
}

.promo-slider-line:after {
    content: "";
    right: -25px;
    bottom: 0px; /* -25px; */
    width: 100%;
    background: #d8d8d8;
    height: 95%;
    width: calc(100% - 20px);
    position: absolute;
    z-index: 1;
    border-radius: 4px;
}

.promo-news-line .lr-title {
    text-align: left;
    color: #7d7d7d;
    margin-bottom: 10px;
}

.promo-news-item .link-item {
    font-size: 16px;
}

.promo-news-img img {
    width: auto !important;
    max-width: 100%;
}

.promo-news-img {
    text-align: center;
    margin-bottom: 20px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lr-promo {
    background: linear-gradient(to top, #fff, #eeeeee);
}

.promo-slider-line {
    position: relative;
}

.promo-slider-line {
    width: calc(100% - 350px);
}

.promo-slider-item {
    min-height: 400px;
    padding: 40px;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}

.promo-slider-big {
    position: relative;
    z-index: 10;
}

.promo-top {
    margin-bottom: 45px;
}

.promo-slider-text {
    max-width: 425px;
}

.promo-slider-title {
    font-size: 30px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.t2 {
    color: #cbcaca;
    font-size: 18px;
    margin-bottom: 10px;
}

.t4 {
    color: #cbcaca;
    font-size: 16px;
    margin-bottom: 15px;
}

.promo-slider-text .lr-link {
    margin-top: 10px;
}

.t3 span {
    display: block;
    font-size: 14px;
}

.t3 {
    color: #e41f25;
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.slid-btns button.owl-dot {
    width: 6px;
    height: 6px;
    background: #e41f25;
    margin: 0 8px;
}

.slid-btns button.owl-dot.active {
    background: #d8d8d8;
}

.slid-btns button.owl-dot:focus {
    outline: none;
}

.slid-btns .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    background-color: rgba(56, 56, 56, 0.6);
    border-radius: 3px;
    background-image: url(../img/prev.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 5px;
}

.slid-btns .owl-nav button.owl-prev:focus {
    outline: none;
}

.slid-btns .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
    background-color: rgba(56, 56, 56, 0.6);
    border-radius: 3px;
    background-image: url(../img/next.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 5px;
}

.tabs-slider .owl-nav button.owl-next:hover {
    opacity: 0.8;
}

.slid-btns .owl-nav button.owl-next:focus {
    outline: none;
}

.slid-btns .owl-nav button {
    transition: all 0.3s;
}

.slid-btns .owl-nav button.owl-next:hover,
.slid-btns .owl-nav button.owl-prev:hover {
    background-color: rgba(56, 56, 56, 1);
}

.slid-btns .owl-dots {
    position: absolute;
    right: 20px;
    bottom: 30px;
}

.slid-btns .owl-nav {
    position: absolute;
    right: 182px;
    bottom: 16px;
}

.promo-news-slider.slid-btns .owl-nav,
.promo-news-slider.slid-btns .owl-dots {
    position: relative;
    right: auto;
    bottom: auto;
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.promo-news-slider.owl-carousel.owl-loaded {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.promo-news-slider .owl-stage-outer {
    width: 100%;
    margin-bottom: 25px;
}

.promo-news-slider.slid-btns .owl-nav button.owl-next {
    background: none;
    background-image: url(../img/right-arrow2.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
}

.promo-news-slider.slid-btns .owl-nav button.owl-prev {
    background: none;
    background-image: url(../img/right-arrow2.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    transform: scale(-1, 1)
}

.promo-slider-big .owl-nav button.owl-prev {
    transform: scale(-1, 1);
    background-image: url(../img/right-arrow-w.svg);
    background-size: 13px;
}

.promo-slider-big .owl-nav button.owl-next {
    background-image: url(../img/right-arrow-w.svg);
    background-size: 13px;
}


/* RMenu */

.bw-rmenu-toggle {
    display: none;
    cursor: pointer;
}

.bw-rmenu-toggle img {
    width: 30px;
    height: 30px;
}

@media(max-width: 768px) {
    .bw-rmenu-toggle {
        display: block;
    }
}

#bw-rmenu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    background: #9a0c10;
    transition: left .25s;
    overflow-y: auto;
}

#bw-rmenu.bw-hide {
    left: -100%;
}

#bw-rmenu.bw-show {
    left: 0;
}

#bw-rmenu > ul.nav {
    display: block;
    padding: 15px;
}

#bw-rmenu > ul.nav > li {
    display: block;
    width: 100%;
}

#bw-rmenu > ul.nav > li > a {
    padding: 15px 0;
    display: block;
    font-weight: bold;
    font-size: 24px;
    color: #1b7aba;
    text-align: center;
}

#bw-rmenu > ul.nav > li > a:hover {
    text-decoration: none;
    color: #dcf0fe;
}


#bw-rmenu .sub-menu {
    display: block;
    position: relative;
    background: none;
    margin-bottom: 10px;
    width: 100%;
    opacity: 1;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    display: none;
    transition: none;

}

#bw-rmenu ul {
    list-style: none;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
}

#bw-rmenu ul li > a {
    color: #fff;
}

#bw-rmenu ul li a {
    text-decoration: none;
    line-height: 1.23em;
    display: inline-block;
}

#bw-rmenu ul li {
    margin-bottom: 0;
}


#bw-rmenu > ul > li {
    border-bottom: 1px solid #f8f8f8;
}

#bw-rmenu > ul > li > a {
    padding: 11px 0;
    display: block;
    line-height: 1em;
    padding-top: 13px;
    position: relative;
}

#bw-rmenu > ul > li:hover .sub-menu {
    display: none;
}

.header-logo img {
    max-width: 150px;
}

#bw-rmenu .header-logo img {
    max-width: 100px;
}

#bw-rmenu .header-logo {
    top: 0;
    padding: 10px;
    text-align: center;
    display: block;

}

.top-menu-img {
    min-height: 77px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#bw-rmenu > ul > li {
    width: 100%;
    margin-right: 0;
}

#bw-rmenu > ul > li .up-icon {
    position: absolute;
    right: 0;
    background-size: 20px;
    width: 25px;
    height: 25px;
    margin-top: -4px;
}

#bw-rmenu .lr-nav > li:not(:last-child) {
    margin-right: 0;
}

.video-play {
    display: inline-block;
    position: relative;
    transition: all 0.3s;
}

.video-play:after {
    content: "";
    position: absolute;
    background: url(../img/play-bg.svg) center no-repeat;
    width: 109px;
    height: 75px;
    left: 50%;
    top: 50%;
    margin-left: -58px;
    margin-top: -36px;
}

.video-play:hover {
    opacity: 0.8;
}

.lr-breadcrumbs {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 34px;
    flex-wrap: wrap;
}

.lr-breadcrumbs li a {
    color: #999999;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.lr-breadcrumbs li:not(:last-child) {
    margin-right: 20px;
    position: relative;
}

.lr-breadcrumbs li:not(:last-child):after {
    position: absolute;
    width: 2px;
    height: 2px;
    background: #999999;
    content: "";
    right: -12px;
    border-radius: 50%;
    top: 13px;
}

.lr-inner,
.lr-promo {
    background-image: url(../img/promo2.png);
    background-position: top right;
    background-repeat: no-repeat;

        background: url(../img/inner-bg.png) top right no-repeat, linear-gradient(to top, #fff, #eeeeee);
}

.lr-breadcrumbs:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 290px;
    border-bottom: 1px solid #e41f25;

}

.lr-item-link,
.lr-item-title {
    text-align: left;
}

.lr-item-title {
    color: #383838;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0;
    margin-bottom: 12px;
}

.lr-item-title a {
    text-decoration: none;
    color: #383838;
    font-size: 22px;
    font-weight: 600;
    transition: all 0.3s;
}

.lr-item-title a:hover {
    color: #9a0c10;
}

.lr-item-link li a {
    text-decoration: none;
    color: #383838;
    font-size: 16px;
    border-bottom: 1px solid #e41f25;
    line-height: 1.5em;
    transition: all 0.3s;
}

.lr-item-link li a:hover {
    border-bottom: 1px solid transparent;
}

.lr-item-link li {
    margin-top: 8px;
}

.promo-inner-project {
    background-image: url(../img/promo-inner-project.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.promo-project-wr {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    padding: 45px;
    max-width: 600px;
}

.promo-project-wr .promo-project-img {
    margin-bottom: 20px;
}

.promo-project-wr p {
    color: #383838;
    line-height: 1.625em;
    font-weight: 500;
    margin-bottom: 20px;
}

.lr-text {
    font-size: 18px;
    color: #383838;
}

.uslugi-top .lr-text {
    padding-left: 67px;
}

.lr-text ul li {
    position: relative;
    padding-left: 10px;
   }

.lr-text ul  {
       margin-bottom: 20px;
}

.lr-text ul li:after {
    width: 4px;
    height: 4px;
    content: "";
    position: absolute;
    left: 0;
    background: #9a0c10;
    top: 11px;
}

.lr-text h4 {
    font-size: 18px;
}


.lr-text p {
    margin-bottom: 20px;
}

.lr-text p a{
    color:#383838;
    text-decoration: none;
    border-bottom: 1px solid #e41f25;
}

.lr-text li a{
    color:#383838;
    text-decoration: none;
    border-bottom: 1px solid #e41f25;
}

.lr-text p a:hover{
    border-bottom: none;
}

.lr-text p + ul,
.lr-text p + ol {
    margin-top: -15px;
    margin-bottom: 10px;
}

/* needs checking */
/* .lr-text p span {
    color: #9a0c10;
} */

.lr-text ol {
    counter-reset: item;
    padding-left: 0;
    list-style: none;
}

.lr-text ol li {
    position: relative;
}

.lr-text ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #9a0c10;
    font-weight: 600;
    margin-right: 5px;
}

.lr-reference {
    background: #d8d8d8;
}

.lr-reference .lr-link {
    min-width: 217px;
}

.reference-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.referance-text {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    padding-right: 15px;
    line-height: 1.24em;
}
.referance-text b{
    color: rgba(228, 31, 37, 1)
}

.referance-text a {
    color: #fff;
    border-bottom: 1px solid #ce2227;
    text-decoration: none;
    line-height: 1.24em;
}

.referance-text a:hover {
    border-bottom: none;
}

.referance-text span {
    display: block;
    font-size: 20px;
    font-weight: 400;
}

.flex-row {
    display: flex;
    margin: 0 -15px;

}

.flex-col {
    padding: 0 15px;
    width: 50%;
    padding-right: 20px;
}

.line-text h4 {
    margin-bottom: 20px;
    padding-top: 20px;
}

.inner-item .link-item {
    font-size: 20px;
}

.inner-item h4 {
    color: #383838;
    font-size: 18px;
    padding-top: 18px;
}

.inner-item p {
    font-size: 14px;
    padding-top: 8px;
    line-height: 1.57em;
}

.border .inner-item {
    border: 2px solid #eeeeee;
    border-radius: 4px;
}

.link-item-wr {
    padding: 15px 25px;
    min-height: 110px;
}

.link-item-wr p:last-child {
    margin-bottom: 0;
}

.inner-line-title {
    color: #383838;
    font-size: 26px;
    line-height: 1.24em;
    margin: 0;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
    padding-top: 55px;
}

.inner-line-title span{
        font-size: 18px;
    color: #9a9797;
}

.inner-line-title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 290px;
    border-bottom: 2px solid #e41f25;
}

.inner-slider, .clients-list {
    padding: 0 80px;
}


.inner-line .link-wr {
    padding-top: 45px;
}

.inner-line {
    padding: 35px 0;
}

.inner-line:last-child {
    padding-bottom: 0;
}

.podbor-item img {
    width: auto;
    max-width: 100%;
}

.inner-line .tabs-link-wr {
    padding-top: 35px;
}

.podbor-list .material-col {
    padding: 0 6px;
}

.podbor-list {
    margin: 0 -6px;
}

.lr-title.title2 {
    margin-bottom: 0;
}

.lr-item p {
    font-size: 14px;
    line-height: 1.57em;
    padding-top: 10px;
}

.link-label {
    color: #737373;
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
}

.uslugi-top {
    margin-bottom: 60px;
}

.uslugi-top-img {
    text-align: center;
    margin-bottom: 25px;
}

.uslugi-top-img img {
    width: auto;
    max-width: 100%;
}

.all-price-uslugi h4 {
    font-size: 22px;
    color: #383838;
    padding-top: 20px;
}

.all-price-uslugi p {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.img-inner {
    width: auto;
    max-width: 100%;
    margin-bottom: 25px;
    border-radius: 4px;
}

.inner-row-line {
    /* border-bottom: 1px solid #dfdfdf; */
    padding: 40px 0;
}

.inner-row-line .lr-text p {
    margin-bottom: 15px;
}

.inner-row-line .lr-text h3 {
    font-size: 22px;
}

/* .inner-row-line-left {
    border-bottom: none;
    position: relative;
}

.inner-row-line-left::after {
    content: '';
    position: absolute;
    display: block;
    top: 100%;
    height: 1px;
    width: 50%;
    right: 0;
    background: #dfdfdf;
} */

.otrals-item {
    min-height: 440px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
}

.inner-row-slider {
    padding: 0 70px;
}

.otrals-item-min {
    min-height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
    border: 1px solid #f3eded;
    cursor: pointer;
}

.inner-row-slider-b.btn-slid .owl-nav button.owl-next {
    right: -70px;
}

.inner-row-slider-b.btn-slid .owl-nav button.owl-prev {
    left: -70px;
}

.inner-row-slider-b {
    margin-bottom: 18px;
}


.inner-row-slider-b .carousel-img-flex {
    visibility: hidden;
}

.slick-initialized.inner-row-slider-b .carousel-img-flex {
    visibility: visible;
}

.inner-row-slider-m .video-play:after {
    background-size: 40px;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    left: 50%;
    top: 50%;
}

.inner-row-slider-m .video-play,
.inner-row-slider-b .video-play {
    display: block;
}

.project-result img {
    border-radius: 4px;
    max-width: 306px;
}

.prim-ob-list .inner-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 5px;
    overflow: hidden;
}

.prim-ob-list .inner-item-img img {
    width: auto;
    max-height: 170px;
}

.primenenie-tabs .tabs-slider-video {
    max-width: 470px;
}

.primenenie-tabs .tabs-slider-info {
    width: 500px;
}

.primenenie-tabs .tabs-slider-video img {
    border-radius: 3px;
}

.clients-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.all-serv {
    min-width: 130px;
    text-align: center;
}

.advantages-obor-item h4 {
    font-size: 20px;
}

.advantages-obor-item p {
    font-size: 14px;
    line-height: 1.57em;
}

.advantages-obor-icon {
    margin-bottom: 15px;
}

.advantages-obor-icon img {
    max-width: 100%;
}

.po-logo img {
    width: auto;
    max-width: 100%;
}

.po-logo {
    margin-bottom: 15px;
}

.po-text p {
    color: #383838;
    font-size: 14px;
    margin-bottom: 25px;
}
.inner-project-info .po-text p {
    max-width: initial!important;
}

.po-text {
    margin-bottom: 30px;
}

.po-img {
    width: auto;
    max-width: 100%;
}

.sub-rec {
    font-size: 14px;
    line-height: 1.57em;
}

.user-rec {
    font-size: 14px;
    color: #7b7b7b;
}

.recomed-slider .inner-item-img img {
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.recomed-slider .inner-item-img {
    text-align: center;
    padding: 25px 10px 0 10px;
}

.recomed-slider .inner-item h4 {
    padding-top: 0;
    line-height: 1.24em;
}

.sub-rec {
    background: url(../img/rec-icon.svg) left top no-repeat;
    padding-left: 60px;
    margin-bottom: 10px;

}

.user-rec {
    position: absolute;
    bottom: 10px;
}

.recomed-slider .link-item-wr {
    padding: 15px;
    padding-bottom: 30px;
}

.recomed-slider .owl-item,
.recomed-slider .inner-item {
    height: 100%;
}

.left {
    text-align: left;
}

.left p {
    text-align: justify;
}

.inner-col-l {
    width: 210px;
}

.inner-col-r {
    width: calc(100% - 210px);
    padding-left: 35px;
}

.inner-row {
    display: flex;
    flex-wrap: wrap;
}

.inner-col-r .promo-slider-line {
    width: calc(100% - 30px);
    margin-bottom: 40px;
}

.border .equipment-item {
    border: 2px solid #eeeeee;
    border-radius: 4px;
}

.about-video-slider {
    padding: 0 80px;
    position: relative;
    margin-top: 35px;
}

.about-video-slider.btn-slid .owl-nav button.owl-prev {
    left: 0;
}

.about-video-slider.btn-slid .owl-nav button.owl-next {
    right: 0;
}

.menu-left {
    background: #fff;
    padding: 25px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.menu-inner a {
    color: #383838;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #e41f25;
}

.menu-inner a:hover {
    border-bottom: none;
}

.menu-inner li:not(:last-child) {
    margin-bottom: 15px;
}

.menu-inner li:after {
    background: #9a0c10
}

.inner-news-list .lr-col {
    width: 25%;
    padding: 0 30px;
}

.inner-news-list .lr-flex {
    margin: 0 -30px;
}

.inner-news-list .link-item {
    font-size: 16px;
}

.inner-news-img {
    background-position: center;
    background-repeat: no-repeat;
    height: 170px;
    background-size: cover;
    margin-bottom: 20px;
}

.about-structure-line h4 {
    font-size: 20px;
}

.about-structure-line {
    margin-bottom: 30px;
}

.about-uslugi-item .inner-line-title {
    padding-top: 0;
    margin-bottom: 20px;
}

.about-uslugi-item .inner-line-title:after {
    display: none;
}

.about-uslugi-icon {
    margin-bottom: 30px;
}


.about-uslugi {
    position: relative;
    padding-top: 60px;
    margin-top: 30px;
}

.about-uslugi:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 290px;
    border-bottom: 2px solid #e41f25;
}

.about-structure-img img {
    margin-bottom: 6px;
}

.about-structure-img {
    float: right;
    max-width: 448px;
    margin-left: 50px;
}

.about-structure-img img {
    width: auto;
    max-width: 100%;
}

.klaster-wr {
    background: #eeeeee;
    padding: 40px;
    border-radius: 4px;
}

.klaster-logo {
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: center;
}

.klaster-logo img {
    width: auto;
    max-width: 100%;
}

.klaster-text .klaster-link {
    color: #383838;
    font-size: 14px;
}

.klaster-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: flex-end;
}

.klaster-text {
    width: calc(100% - 130px);
    padding-left: 23px;
}

.klaster-text p {
    margin-bottom: 10px;
}

.klaster-wr > h4 {
    margin-bottom: 30px;
}

.reviews-item {
    padding: 40px;
    border-radius: 4px;
    border: 2px solid #eeeeee;
}

.reviews-desk p:last-child {
    margin-bottom: 0;
}

.reviews-slider {
    padding: 0 70px;
}

.reviews-item {
    display: flex;
    flex-wrap: wrap;
}

.reviews-logo {
    width: 120px;
    text-align: center;
}

.reviews-slider .reviews-logo img {
    max-width: 100%;
    width: auto;
    display: inline-block;

}

.reviews-text {
    width: calc(100% - 120px);
    padding-left: 20px;
}

.reviews-desc {
    padding: 0 60px;
    position: relative;
}

.reviews-desc:after {
    content: "";
    position: absolute;
    background: url(../img/quotes1.svg) center no-repeat;
    width: 40px;
    height: 34px;
    top: 0;
    left: 0;
}

.reviews-desc:before {
    content: "";
    position: absolute;
    background: url(../img/quotes2.svg) center no-repeat;
    width: 40px;
    height: 34px;
    bottom: 0;
    right: 0;
}

.diplom-line .inner-line-title {
    padding-top: 0;
}

.diplom-line .inner-line-title:after {
    display: none;
}

.diplom-slider {
    padding: 0 70px;
}

.diplom-item {
    padding: 13px;
    border: 1px solid #eeeeee;
}

.diplom-slider a{
    display: inline-block;
}

.diplom-slider a:hover{
    opacity: 0.7;
}

.contacts-links li a{
    font-size: 16px;
    text-decoration: none;
    color:#7b7b7b;
    border-bottom: 1px dotted #7b7b7b;
    font-weight: 400;
    transition: all 0.3s;
}

.contacts-links li a:hover{
    border-bottom: none;
}


.contacts-links li {
    margin-bottom: 10px;
}

.contacts-inner .inner-col-l{
    width: 300px;
}

.contacts-inner .inner-col-r{
    width: calc(100% - 300px);
}

.office-line h4{
    color:#9a0c10;
    font-size: 16px;
    margin-bottom: 0;
}

.office-line p,
.departments-line p{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}

.office-line p a,
.departments-line p a{
    text-decoration: none;
    color:#383838;
    border-bottom: 1px solid #9a0c10;
}

.office-line {
    margin-bottom: 25px;
}

.office-title{
    color:#383838;
    font-size: 18px;
    line-height: 1.24em;
    font-weight: 700;
    margin-bottom: 30px;
}

.contacts-title-menu{
    text-align: center;
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.24em;
    border-bottom: 1px solid #eeeeee;
}

.departments-line{
     border-bottom: 1px solid #eeeeee;
    padding: 30px 0;
}

.departments-line a.driving-directions{
    color:#7b7b7b;
    text-decoration: none;
    border-bottom: 1px dotted #e41f25;
    font-size: 14px;
}

.departments-line h4{
    font-size: 18px;
}

.departments-line  .soz-link li a{
    background: #9a0c10;
    border-color:#9a0c10
}

.departments-line  .soz-link li a:hover{
    background: #e41f25;
    filter: none;
    border-color: #e41f25;
}

.departments-line  .soz-link{
    margin-top: 10px;
}

.departments-line:last-child{
    border-bottom: none;
}

.departments-wr .inner-line-title{
    margin-bottom: 0;
}

.contacts-feedback{
    background: #eeeeee;
    border-radius: 4px;
    padding: 40px;
}

.departments-wr{
    margin-bottom: 35px;
}

.contacts-feedback-title{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.24em;
}


.contacts-feedback-form .feedback-line{
    margin-bottom: 20px;
}

.contacts-feedback-form textarea{
    width: 100%;
    padding: 15px;
    border:none;
    resize: none;
    outline: none;
    font-size: 14px;
    height: 160px;
    margin-bottom: 15px;
}

.contacts-feedback-form .feedback-input{
    padding-left: 112px;
}

.contacts-feedback-btn{
    background: #9a0c10;
    border-radius: 4px;
    border:none;
    font-size: 14px;
    color:#fff;
        padding: 13px 24px;
    transition: all 0.3s;
}

.contacts-feedback-btn:hover{
    opacity: 0.8;
}

.contacts-feedback-btn:focus{
    outline: none;
}


.container-check  {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
    font-weight: 400;
    color:#7b7b7b;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

.container-check  input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container-check  .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
}


.container-check  input:checked ~ .checkmark {
  background-color: #fff;
}


.container-check  .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.container-check  input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
      left: 9px;
    top: 3px;
    width: 7px;
    height: 15px;
    border: solid #e41f25;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.feedback-form-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.office-map{
    margin-bottom: 20px;
}

.office-wr{
    margin-bottom: 60px;
}

.mess {
    font-size:16px;
    color:#7b7b7b;
    display: inline-block;
    margin-left: 15px;
       border-bottom: 0px; 
}

.tabs-materialy .tabs-slider .owl-item img{
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.tabs-materialy .tabs-slider .owl-item {
    text-align: center;
}

.table-materialy{
    width: 100%;

}

.table-materialy{
    font-size: 14px;

}

.table-materialy th{
    color:#7b7b7b;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    vertical-align: top;
    padding: 5px 10px;
    padding-bottom: 25px;
    border-bottom: 2px solid #dfdfdf;
}

.table-materialy td{
    vertical-align: top;
    padding: 8px 10px;
    border-right: 1px solid #dfdfdf;
}

.table-materialy td:last-child{
    border-right: none;
}

.materialy-link{
    color:#383838;
    border-bottom: 1px dotted #e41f25;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}

.materialy-link:hover{
    text-decoration: none;
    color:#383838;
    border-color: transparent;
}

.border-none td{
    padding: 20px 0;
}

.plastik-img img{
    width: auto;
    max-width: 100%;
}

.table-responsive{
    overflow-x:auto
}

.plastic-logo{
    text-align: center;
    margin-bottom: 25px;
}

.plastic-logo img{
    width: auto;
    max-width: 100%;
}

.uslugi-mail a,
.uslugi-phone a{
    color:#6b6969;
    text-decoration: none;
}

.all-uslugi-contacts{
    display: inline-block;
    margin-bottom: 15px;
    color:#000;
}

.all-uslugi-contacts:hover{
    text-decoration: none;
    color:#ce2227;
}

@media (max-width: 1300px) {
    .lr-nav > li:not(:last-child) {
        margin-right: 13px;
    }

    .pluse-r {
        padding-left: 0;
    }

    .services-r .services-item:not(:nth-child(2)) {
        margin-right: 3px;
    }

    .services-title {
        padding-left: 15px;
    }

    .w1 {
        width: 310px;
    }

    .tabs-slider-info {
        width: 35%;
        padding-right: 15px;
    }

    .tabs-slider-video {
        width: 65%;
    }

    .tabs-slider {
        padding: 0 60px;
    }
}

@media (max-width: 1199px) {
    .lr-nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .promo-btns-item {
        min-height: 109px;
    }

    .lr-col {
        padding: 0 20px;
    }

    .lr-flex {
        margin: 0 -20px;
    }

    .services-l {
        flex-wrap: wrap;

    }

    .services-list .lr-list {
        padding-top: 15px;
    }

    .w1 {
        width: 230px;
    }

    .w2 {
        width: 272px;
    }

    .promo-btns-item span {
        border-bottom: none;
    }

    .video-play:after {
        background-size: 60px;
    }

    .otrals-item {
        min-height: 300px;
    }

    .otrals-item-min {
        min-height: 55px;
    }
    .inner-news-list .lr-col{
        width: 33.3%;
    }

    .about-structure-img{
        max-width: 250px;
    }
    .klaster-logo{
        width: 80px;
height: 80px;
        padding: 5px;
    }
    .klaster-text{
        width: calc(100% - 80px);
    }
    .contacts-feedback-form .col-md-4,
    .contacts-feedback-form .col-md-8{
        width: 100%;
    }
}

@media (max-width: 991px) {
    .promo-slider-line {
        width: 100%;
    }

    .promo-news-line {
        width: 100%;
    }

    .promo-top,
    .pluses-container {
        flex-wrap: wrap;
    }

    .promo-btns-item {
        font-size: 16px;
    }

    .pluse-title,
    .pluse-r {
        width: 100%;
    }

    .pluse-r {
        margin-top: 30px;
        ;
    }

    .material-col {
        width: 33.3%;
        margin-bottom: 25px;
    }

    .material-list,
    .feedback-form {
        flex-wrap: wrap;
    }

    .w1,
    .w2 {
        width: 100%;
    }

    .feedback-line {
        margin-bottom: 15px;
    }

    .feedback-form .wi-btn {
        margin: 0 auto;
    }

    .tabs-slider-info .link-item {
        font-size: 18px;
    }

    .tabs-slider-text p {
        font-size: 14px;
    }

    .lr-line {
        padding: 15px;
    }

    .flex-col {
        padding-right: 15px;
    }


    .material-inner .lr-item {
        margin-bottom: 30px;
    }

    .lr-img {
        margin-bottom: 10px;
    }

    .uslugi-top .lr-text {
        padding-left: 0;
    }

    .lr-item-title {
        font-size: 18px;
    }

    .otrals-item-min {
        min-height: 100px;
    }
    .inner-col-r{
        width: 100%;
        padding-left: 0;
    }
    .inner-col-l{
        width: 100%;
        margin-bottom: 35px;
    }

    .contacts-inner .inner-col-l{
        width: 100%;
    }
    .contacts-inner .inner-col-r{
        width: 100%;
    }
    .table-materialy th{
        padding-bottom: 10px;
    }
    .border-none td{
        padding: 8px 0;
    }
}

@media (max-width: 768px) {
    .promo-slider-line:after {
        right: -10px;
        bottom: -10px;
    }

    .header-menu {
        display: none;
    }

    .equipment-slider {
        padding: 0 50px;
    }

    .lr-flex {
        margin: 0 -15px;
    }

    .lr-col {
        padding: 0 15px;
    }

    .promo-btns-col {
        width: 100%;
        margin-bottom: 15px;
    }

    .tabs-slider-item {
        flex-wrap: wrap;
    }

    .tabs-slider-info {
        width: 100%;
    }

    .tabs-slider-video {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .lr-item-title {
        font-size: 18px;
    }

    .referance-text {
        font-size: 18px;
    }

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

    .flex-col {
        width: 100%;
    }

    .inner-slider, .clients-list {
        padding: 0 45px;
    }

    .inner-item .link-item {
        font-size: 18px;
    }

    .inner-row-slider {
        padding: 0 40px;
    }

    .inner-row-slider-b.btn-slid .owl-nav button.owl-prev {
        left: -40px;
    }

    .inner-row-slider-b.btn-slid .owl-nav button.owl-next {
        right: -40px;
    }
    .inner-news-list .lr-col{
        width: 50%;
    }
    .inner-news-img{
        margin-bottom: 10px;
    }
    .about-uslugi-icon{
        margin-bottom: 15px;
    }
    .reviews-text{
        width: 100%;
        padding-left: 0;
    }

    .reviews-logo{
        margin-bottom: 15px;
    }
    .about-structure-img{
        display: none;
    }
    .about-video-slider.btn-slid .owl-nav button.owl-prev{
        left: 0;
    }
    .about-video-slider.btn-slid .owl-nav button.owl-next{
        right: 0;
    }
    .inner-col-r .promo-slider-line{
        width: calc(100% - 15px);
    }
    .inner-news-list .lr-flex{
        margin: 0 -15px;
    }
    .inner-news-list .lr-col{
        padding: 0 15px;
    }
    .contacts-feedback{
        padding: 20px 15px;
    }
}

@media (max-width: 560px) {

    .header-top_line-cities {
        display: none;
    }

    .footer-container,
    .pluse-r,
    .services-list {
        flex-wrap: wrap;
    }

    .material-col,
    .lr-col {
        width: 50%;
    }

    .pluse-item {
        width: 100%;
    }

    .tabs-item {
        width: 100%;
        margin-right: 0;
        padding: 7px 9px;
    }

    .lr-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .material-img {
        margin-bottom: 8px;
    }

    .link-item {
        font-size: 16px;
    }

    .services-l,
    .services-r {
        width: 100%;
    }

    .services-icon {
        width: 60px;
        height: 60px;
    }

    .services-icon img {
        max-height: 50px;
        max-width: 50px;
    }

    .lr-services .services-r .services-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .services-title {
        font-size: 17px;
    }

    .services-list .lr-list {

        margin-bottom: 20px;
    }

    .footer-l {
        width: 100%;
        margin-bottom: 15px;
    }

    .footer-line {
        margin-bottom: 15px;
    }

    .footer-r {
        width: 100%;
    }

    .tabs-item {
        margin-bottom: 3px;
    }

    .tabs-link-wr {
        flex-wrap: wrap;
    }

    .lr-more {
        margin: 5px 0;
        margin-right: 5px;
        display: inline-block;
        padding: 2px 18px;
    }

    .feedback-sub-title {
        font-size: 16px;
    }

    section {
        padding: 30px 0;
    }

    .pluse-title {
        padding: 30px 15px;
        font-size: 16px;
    }

    .equipment-item {
        padding: 10px 0;
    }

    .promo-slider-title {
        font-size: 20px;
    }

    .promo-slider-text .t2 {
        color: #ffffff;
    }

    .t2 {
        font-size: 16px;
    }

    .promo-slider-item {
        position: relative;
        min-height: 440px; /* 450px; */
        padding: 30px 15px;
        padding-bottom: 70px;
        background-position: center right;
      }

    .promo-slider-item::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .promo-slider-text {
        position: relative;
        z-index: 2;
    }

    .equipment-text {
        padding: 0 15px;
    }

    .tabs-slider {
        padding: 0 40px;
    }

    .tabs-slider-text p {
        line-height: 1.3em;
    }

    .inner-line .link-wr {
        padding-top: 20px;
    }

    .inner-line-title {
        padding-top: 30px;
        font-size: 22px;
    }

    .lr-col {
        margin-bottom: 30px;
    }

    .lr-item-title {
        margin-bottom: 8px;
    }

    .lr-breadcrumbs {
        margin-bottom: 20px;
    }

    .otrals-item {
        min-height: 200px;
    }

    .clients-list img {
        max-width: 80px;
    }
    .klaster-wr{
        padding: 20px 15px;
    }
    .inner-news-list .lr-col{
        width: 100%;
    }
    .about-video-slider{
        padding: 0 60px;
    }
    .container-check  {

    line-height: 1.24em;
}
}



@media (max-width: 400px) {
    .lr-col {
        width: 100%;
    }

    .material-col {
        padding: 0 6px;
    }

    .material-list {
        margin: 0 -6px;
    }
    .promo-slider-item {
    min-height: 520px;
}

    body {
        min-width: 320px;
    }

    .reference-wrapper {
        flex-wrap: wrap;

    }

    .referance-text {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .otrals-item-min {
        min-height: 60px;
    }
    .feedback-form-bottom{
        flex-wrap: wrap;
    }

    .feedback-form-bottom .container-check{
        margin-bottom: 20px;
        padding-top: 6px;
    }
}

/*popup*/
.lr-modal{
    max-width: 400px;
    position: relative;
    margin: 0 auto;
    background:rgb(110, 110, 110, 0.7);
    padding: 40px 40px;
    border-radius: 4px;
}

.lr-modal-video {
    max-width: 630px;
    width: 100%;
}

.lr-modal .feedback-form{
    flex-wrap: wrap;
    justify-content: center;
}

.lr-modal .feedback-col{
    width: 100%;
    margin-bottom: 15px;
}

.lr-modal  .mfp-close{
    color:#fff;
}

.lr-modal .wi-btn{
    width: 100%;
}

.lr-modal .wi-btn:hover{
    opacity: 0.8;
}

.lr-link:active,
.lr-link:focus{
    color:#fff;
}


@media (max-width: 560px) {
    .lr-modal .feedback-col{
    width: 100%;
    margin-bottom: 15px;
}
     .lr-modal .feedback-line{
        margin-bottom: 0;
    }
    .lr-modal{
        padding: 40px 15px;
    }
}

.bright-text {
    color: white;
}
.lr-modal h2, .lr-modal h3 {
    color: white;
}
.go-to-top {
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    left: 20px;
    height: 36px;
    width: 36px;
    display: block;
    border: 3px solid #626262;
    background: #fff;
}
.go-to-top i{
    color: #626262;
}
.center-announce {
    text-align: center!important;
}
/*dop style 01/11/19*/

.lr-header {
    background-color: rgb(216, 216, 216);
    padding: 0px 0;
    background-image: url(../img/laser2.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.promo-btns-item {
    background-color: rgb(111, 111, 110)
}

.promo-btns-item span {
    border-bottom: 1px solid rgb(165, 165, 165);
}

.promo-btns-item:hover {
    opacity: 1;
    background-color: rgb(228, 36, 40)
}

.lr-link,
.lr-text p a.lr-link,
.wi-btn {
    background-color: rgb(228, 36, 40)
}

.promo-news-line .lr-title {
    text-align: center;
    color: rgb(227, 0, 15)
}

.lr-header .lr-nav > li > a:hover {
    background-color: rgb(228, 36, 40);
}

.lr-header .lr-nav > li > a {
    padding: 23px 13px;
    font-size: 16px;
    color:#000;
    font-weight: 400;
}

.lr-header .lr-nav > li:not(:last-child) {
    margin-right: 0;
}

.lr-header .lr-nav > li:hover > a,  .lr-header .lr-nav > li.active > a{
    background-color: rgb(228, 36, 40);
    color:#fff;
}

.lr-header .sub-menu li a {
    display: block;
    background-color: rgb(216, 216, 216);
    padding: 13px 15px;
}

.lr-header .sub-menu li a:hover {
    background: #fff;
    color: #000;
}

.lr-header .sub-menu li {
    margin-bottom: 0;
}

.lr-header .sub-menu {
    padding: 0;
    box-shadow: none;
}


.red-bg{
    background: rgb(80, 80, 80);
}

.header-top{
    padding: 10px 0;
    font-size: 15px;
    color:#fff;
    background: rgb(111, 111, 110);
    font-weight: 400;

}

.lr-header .lr-nav > li > a .up-icon{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='10px'%3e%3cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='2px' stroke-linecap='square' stroke-linejoin='miter' fill='none' d='M2.263,3.484 L7.000,8.000 L11.737,3.484 '/%3e%3c/svg%3e");
}

.lr-header .lr-nav > li.active > a .up-icon{
    filter: invert(1);
}

.lr-header .lr-nav > li:hover > a .up-icon{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='10px'%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2px' stroke-linecap='square' stroke-linejoin='miter' fill='none' d='M2.263,3.484 L7.000,8.000 L11.737,3.484 '/%3e%3c/svg%3e");
}

@media (max-width: 768px) {
    .lr-header{
        padding: 10px 0;
    }
}
.tabs-content .lr-line{
    overflow:hidden;
    height: 365px;
}
.lr-tabs .owl-item {
    opacity: 0;
}
a.red-link {
    color: rgb(227, 0, 15);
}
.red-line-title {
    display:block;
    position: relative;
    padding-top: 55px;
}
.red-line-title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 290px;
    border-bottom: 2px solid #e41f25;
}
.news-preview {
    height: 225px;
    line-height:225px
}
.tabs-slider-text ul{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}
.tabs-slider-text ul li {
    position: relative;
    padding-left: 10px;
    font-size: 16px;
    color: #383838;
}
.tabs-slider-text ul li:after {
    width: 4px;
    height: 4px;
    content: "";
    position: absolute;
    left: 0;
    background: #9a0c10;
    top: 9px;
}
.clients-list .owl-item {
    float: left;
    text-align: center;
}
.clients-list  .owl-item img {
    width: auto;
    display: inline-block;
}
.clients-list.owl-loaded{
    position: relative;
    overflow: hidden;
}
.owl-stage-outer .owl-stage {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.owl-stage-align-top .owl-stage-outer .owl-stage{
    align-items: flex-start!important;
}

.lr-header > .open-link{
    position: absolute;
}

/*.dop-style14022020*/

.result-search-item {
    position: relative;
    padding-left: 15px;
    margin-bottom: 20px;
}

.map-clients-info li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
}

.result-search-item:after,
.map-clients-info li:after{
    width: 4px;
    height: 4px;
    content: "";
    position: absolute;
    left: 0;
    background: #9a0c10;
    top: 8px;
}

.result-search-company {
    color:#9a0c10;
    font-weight: 600;
}

.result-search-line{
    background: rgb(216, 216, 216);
    padding: 30px;
    border-radius: 3px;
}

.result-search-btn{
    width: 55px;
    height: 55px;
    background-color: rgb(154, 12, 16);
    border:none;
    border-radius: 3px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19px' height='19px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M18.132,17.217 L16.717,18.632 L13.111,15.025 C9.973,17.460 5.457,17.271 2.575,14.389 C-0.549,11.265 -0.549,6.200 2.575,3.075 C5.700,-0.049 10.765,-0.049 13.889,3.075 C16.771,5.957 16.960,10.473 14.525,13.611 L18.132,17.217 ZM12.475,4.490 C10.132,2.146 6.333,2.146 3.990,4.490 C1.646,6.833 1.646,10.632 3.990,12.975 C6.333,15.318 10.132,15.318 12.475,12.975 L12.475,12.975 C14.818,10.632 14.818,6.833 12.475,4.490 Z'/%3e%3c/svg%3e");
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s;
}

.result-search-btn:hover{
    opacity: 0.7;
    background-color: rgb(228, 36, 40);
}

.result-search-label{
    font-size: 14px;
    color:#7b7b7b;
    position: absolute;
    top:15px;
    left: 10px;
    border-right: 1px solid #bebebe;
    padding-right: 13px;
}

.result-search-input{
    height: 55px;
    border:none;
    outline: none;
    border-radius: 3px;
    font-size: 14px;
    width: 100%;
    padding: 0 15px 0 80px;
}

.result-search-input::-webkit-input-placeholder {color:#bebebe;}
.result-search-input::-moz-placeholder          {color:#bebebe;}/* Firefox 19+ */
.result-search-input:-moz-placeholder           {color:#bebebe;}/* Firefox 18- */
.result-search-input:-ms-input-placeholder      {color:#bebebe;}

.result-search-wr {
    position: relative;
    width: calc(100% - 70px);
}

.result-search-line{
    display: flex;
    justify-content: space-between;
}

.result-search-line{
    margin-bottom: 50px;
}

#clients-map{
    width: 100%;
    height: 445px;
}

.map-clients-info{
    font-family: 'HelveticaNeueCyr';
    font-size: 16px;
}

.map-clients-info a,
.clients-link{
    border-bottom: 1px solid rgb(228, 36, 40);
    color: #000;
    text-decoration: none;
}

.clients-link:hover{
    text-decoration: none;
    color:#9a0c10;
}

.clients-map-line{
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .result-search-line{
        padding: 15px;
        margin-bottom: 25px;
    }
    #clients-map{
        height: 300px;
    }
    .clients-map-line{
        margin-bottom: 0;
    }
}

.lr-header > .open-link{
    position: absolute;
}
.main-page-equipment.lr-equipment .owl-item {
    height: 360px;
}
.main-page-equipment.lr-equipment .owl-item .equipment-text-title {
    min-height: 30px;
}
.request_example{
    padding-top: 0!important;
    padding-bottom: 20px;
}
.description {
    margin-top: 20px;
}
.owl-stage-outer .owl-stage{
    align-items: flex-start;
}
.rs-pag li{
    display: inline-block;
    padding: 5px;
}
.pag_item.active a{
    color: #9a0c10;
}
.tabs-slider-info {
    padding-left: 5px;
}
.our-clients-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}
.our-clients-img img {
    max-width: 185px;
}
.our-clients-slider .owl-dots {
    display: none;
}
.lr-header .lr-nav > li.search-toggle > a:hover {
    background: #e31e26;
    opacity: 0.8;
}
.lr-header .lr-nav > li.search-toggle a{
    color: white;
    background: #e31e26;
    border-radius: 50%;
    display: inline-block;
    width: 38px;
    height: 38px;
    padding: 0;
    line-height: 38px;
    text-align: center;
    margin-top: 15px;
    margin-left: 10px;
}
.mfp-bg.white {
    background: #ffffff;
    opacity: 0.95;
}
#lr-popup-search {
    background: #eeeeee;
    max-width: 1140px;
    padding-top: 80px;
    padding-bottom: 90px;
}
#lr-popup-search .form-group{
    display: flex;
}
#lr-popup-search .form-group .wi-btn {
    margin-left: 40px;
    width: 120px;
}
#lr-popup-search .mfp-close {
    background: #d8d8d8;
    color: black;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 37px;
    margin-right: 20px;
    margin-top: 20px;
}
#lr-popup-search label {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}
#lr-popup-search .feedback-input {
    padding-left: 20px;
}
#lr-popup-search button {
    background: #9b0b10;
}
.seach-page-link {
    font-size: 22px;
}
.seach-page-description {
    margin-bottom: 20px;
}
.seach-page-description p {
    margin:0;
}
.seach-page.pag_list {

}
.torch-news-date {
    color: rgb(228, 36, 40);
    margin-bottom: 25px;
}
.video-gallery .inner-line:first-child .inner-line-title{
    padding-top: 0;
}
.video-gallery .inner-line:first-child .inner-line-title:after{
    border: none;
}
.owl-prev.disabled,
.owl-next.disabled {
    opacity: 0.3;
}
.image-wrapper {
    height: 168px;
    width: 224px;
    overflow: hidden;
    text-align: center;
    line-height: 168px;
}
.fixed-social-media .soz-link {
    flex-direction: column;
}
.fixed-social-media .soz-link a {
    background-color: rgb(228, 36, 40);
    color: white;
    border: none;
    margin: 1px;
}
.fixed-social-media .soz-link a:hover {
    border: none;
    margin: 1px;
    filter: none;
}
.fixed-social-media .soz-link a img{
     filter: brightness(3);
 }
.fixed-social-media {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 99;
}
#lr-popup-with-city {
    max-width: 840px;
}
#lr-popup-with-city .row{
    width: 100%;
}
#lr-popup-with-city .yandex-map-wrapper{
    width: 100%;
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    border-radius: 5px;
}
#lr-popup-with-city .yandex-map{
    height: 350px;
}
#lr-popup-with-city .feedback-col-map-form{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
#lr-popup-with-city .feedback-col-map-col{
    height: 100%;
}
.promo-btns {
    opacity: 0;
    transition: opacity 300ms;
}

.carousel-img-flex {
    display: flex;
    align-items: center;
    min-height: 320px;
}

.carousel-img-flex .otrals-item {
    min-height: auto;
}
.header-top_line {
    display: flex;
    justify-content: space-between;
}
.header-top_line a{
    color: white;
}

.video-wr,
.embed-responsive {
  overflow: hidden;
  padding-top: 75%;
  position: relative;
}

.embed-responsive-16by9 {
    padding-top: 56.25%;
}

.video-wr iframe,
.video-wr > p,
.embed-responsive iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

.ramka-video-8 { 
   background: #E8E8E8; 
   padding: 20px; 
   border-radius: 8px;
   margin-bottom: 30px;
}

.ramka-foto-10 { 
   background: #E8E8E8; 
   padding: 10px; 
   border-radius: 8px;

}

/* specials */

.lr-specials-block {
    /* background-color: rgb(111, 111, 110); */
    padding: 0;
    margin-top: 40px;
    margin-bottom: 55px;
    width: 50vw;
    margin-left: 50%;
}

.lr-specials-block-inner {
    width: 100vw;
    background-color: rgb(111, 111, 110);
    margin-left: -100%;
}

.lr-specials-block-inner .container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 135px;
}

.lr-specials-icon-wr {
    position: absolute;
    display: flex;
    padding: 15px;
    height: 150%;
    width: 8%;
    max-height: 150px;
    min-width: 85px;
    left: 0;
    top: -25px;
    background-color: rgb(228, 36, 40);
}

.lr-specials-icon {
    width: 53px;
    height: 66px;
    margin: auto;
}

.lr-specials-text-wr {
    color: #ffffff;
    max-width: 80%;
    margin-left: auto;
    line-height: 23px;
    font-weight: normal;
    font-size: 15px;
}

.lr-specials-btn-wr {
    margin-left: auto;
    /* margin-bottom: 15px; */
}

/* @media screen and (max-width: 630px) {
    .lr-specials-btn-wr {
        min-width: 267px;
    }
} */

.lr-download-link {
    padding: 14px 25px 14px 25px;
}

.lr-specials-text-wr p {
    margin-bottom: 0;
}

.lr-specials-text-wr p:last-child {
    margin-bottom: 15px;
}

.inner-item {
    background-color: #ffffff;
}

.lr-line-title {
    position: relative;
}

.lr-line-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 290px;
    border-bottom: 2px solid #e41f25;
}

/* webinars form */

.webinars-form .feedback-line {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    background: #fff;
    height: 50px;
    border-radius: 3px;
    outline: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.webinars-form .feedback-label {
    position: static;
    font-size: 14px;
    color: #7b7b7b;
    padding-right: 10px;
    padding-left: 15px;
    border-right: 1px solid #ecebeb;
    min-width: 100px;
    white-space: nowrap;
}

.webinars-form .feedback-input {
    padding-left: 10px;
    width: 100%;
    flex-shrink: 33;
}

.webinars-form .contacts-feedback-btn {
    padding: 13px 48px;
    margin: auto;
}

@media screen and (max-width: 770px) {
    .webinars-form .feedback-label {
        max-width: 170px;
        line-height: 20px;
        white-space: normal;
    }
}

.tabs-slider-slide p {
    padding: 10px;
}

.news-list {
    padding-left: 0;
}

.lr-img-card {
    background-color: #ffffff;
}

/* section + .inner-project-info {
    padding: 0;
}


section + .inner-project-info:last-child {
    padding-bottom: 45px;
} */

.lr-inner--no-overflow,
.inner-project-info--no-overflow {
    overflow: hidden;
}

.grey-bg-wide {
    position: relative;
    z-index: 10;
    padding-bottom: 35px;
}

.lr-title.grey-bg-wide {
    padding-top: 35px;
    margin-top: 20px;
    margin-bottom: 0;
}

.lr-title.grey-bg-wide::after {
    height: 105%;
}

.grey-bg-wide::after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 200vw;
    top: 0;
    left: -50vw;
    background-color: #eeeeee;
    z-index: -1;
}

.inner-col-r img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.inner-col-r--wide .inner-col-r {
    width: 100%;
}

.owl-carousel .carousel-img-flex .otrals-item {
    width: 100%;
}

@media (max-width: 560px) {
    .fixed-social-media {
        top: 83%;
    }

    .promo-slider-text ul {
        color: #ffffff;
    }
}
.inner-row-slider-b .slick-track img {
    width: 100%;
}
.slick-track {
    display: flex;
}
.slick-prev.slick-arrow{
    border: none;
    text-indent: -100px;
    overflow: hidden;
    left: 0;
    width: 35px;
    height: 35px;
    background-color: #595959;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    border-radius: 3px;
    background-image: url(../img/prev.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.slick-next.slick-arrow{
    border: none;
    text-indent: -100px;
    overflow: hidden;
    right: 0;
    width: 35px;
    height: 35px;
    background-color: #595959;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    border-radius: 3px;
    background-image: url(../img/next.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.slick-list.draggable{
    overflow: hidden;
}
.background-carousel {
    width: 470px;
    height: 300px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.mfp-bg {
    opacity: .3;
}

.header-lang {
    margin-left: auto;
    margin-right: 25px;
}

.header-lang:hover .header-lang__sub-menu {
    display: block;
    opacity: 1;
    width: 90px;
}

.header-lang__current {
    margin: 0;
    display: flex;
    flex-direction: row;
}

.header-lang__current-flag {
    width: 40px;
    height: 26px;
    margin-right: 10px;
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

.feedback-row--mobile {
    display: none;
}

.wi-btn--desktop {
    display: block;
}

.feedback-captcha-popup {
    display: none; 
    position: fixed;
    z-index: 100;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(80, 80, 80);
}

.feedback-captcha-popup-wr {
    margin-bottom: 15px;
}

.feedback-captcha-popup-text {
    color: #ffffff;
    text-align: center;
}

.equipment-item h3 {
    margin: 0;
}
span.js-select-lang {
    color: #999;
}

.feedback-col-map-form .g-recaptcha iframe {
    width: 226px !important;
    margin-top: 7px;
}

@media screen and (max-width: 768px) {
    .header-old-site-link {
        display: none;
    }    

    .feedback-row {
        flex-direction: column;
    }
    .feedback-row--mobile {
        display: block;
    }

    .wi-btn--desktop {
        display: none;
    }
}
.blok-horizontal{
	display: flex;
    flex-direction: row;
	align-items: flex-start;
}
.blok-horizontal .img {
	width: 45%;
	margin-right:5%;
	background: #E8E8E8;
    padding: 10px;
    border-radius: 8px;
}
.blok-horizontal .text {
	font-size: 14px;
	line-height: 1.57em;
	width:50%
}
.blok-horizontal .img img{
	max-height:100%;
	max-width:100%
}

#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p{
    margin: 0;
    font-size: 1.5rem;
    text-align: left;
    color:  #383838;
}

.cookie_accept{
    width:20%;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}
.btn-primary {background: #D35247;}
.btn {
    color: #fff;
    text-decoration: none;
    background: #ec1c24;
    border-radius: 4px;
    padding: 10px 25px;
    min-width: 140px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    border: none;}