body{font-family: 'Public Sans', sans-serif;; margin: 0;}
img{max-width: 100%;}
a, a:hover{text-decoration: none; color: inherit;}
p{margin-bottom: 0;}
.header{position: fixed; top: 0; width: 100%; z-index: 99; padding-bottom: 0; background: #000;}
.header.scroll{background-color: rgba(5, 1, 0, 0.9);}
.header__logo {height: 37px; margin-top: 17px; display: inline-block; vertical-align: top; position: relative; z-index: 2;}
.header__content{float: right; display: inline-block; margin-top: 0px;}
.header__content .menu{margin: 0; padding-left: 0;}
.header__content li {display: inline-block;}
.menu-menu_header-container, .menu-menu_header_en-container, .menu-menu_header_de-container{display: inline-block;}
.header__social{display: inline-block; padding-left: 0; margin-bottom: 0;}
.header__menu li a { color: #fff; font-size: 13px; line-height: 16px; padding: 10px 27px;}
.header__menu li a:hover{color: #fe5000;}
.header__social li a { color: #fe5000; font-size: 13px; line-height: 16px; padding: 10px 27px;}
.header__social li a:hover{color: #fff;}
.header__burger{display: none; width: 35px; height: 25px; position: absolute; right: 20px; top: 10px; margin: 0; cursor: pointer;
                     -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);
                     -webkit-transition: 0.3s, ease; -moz-transition: 0.3s, ease;  -o-transition: 0.3s, ease;  transition: 0.3s, ease;}
.header__burger span {display: block; position: absolute; height: 5px; width: 100%; background: #fe5000; opacity: 1; left: 0; border-radius: 3px;
                            -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);
                            -webkit-transition: 0.3s, ease; -moz-transition: 0.3s, ease;  -o-transition: 0.3s, ease;  transition: 0.3s, ease;}
.header__burger span:nth-child(1) {top: 0px;}
.header__burger span:nth-child(2) {top: 11px;}
.header__burger span:nth-child(3) {top: 22px;}
.header__burger.open span:nth-child(1) { top: 11px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); background-color: #db0022;}
.header__burger.open span:nth-child(2) { opacity: 0; left: -35px;}
.header__burger.open span:nth-child(3) {top: 11px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); background-color: #db0022}
.header__menu .sub-menu { height: 0; padding: 0; overflow: hidden; position: absolute; margin:0; width:100%; min-width:300px; text-align: center; background: #ffffff; transition: 300ms;}
.header__menu .sub-menu li{line-height: 34px; width: 100%; text-align: center;}
.header__menu .sub-menu li:last-of-type{border: none;}



.header__content .menu > li {
    padding: 24px 0;
}
.header__menu .menu > li.menu-item-has-children {
    position: relative;
}
.header__menu .menu .sub-menu li.menu-item-has-children {
    position: relative;
}
.header__menu .menu li.menu-item-has-children .sub-menu li {
    position: relative;
}
.header__menu .menu li.menu-item-has-children .sub-menu li a {
    position: relative;
}
.header__menu .sub-menu li.current_page_item > a {
    color: #fe5000 !important;
    font-weight: 600;
}
.header__menu .sub-menu li.current_page_item > a::after {
    border-bottom-color: #fe5000;
    border-right-color: #fe5000;
}
.header__menu .sub-menu li {
    border-bottom: none;
}
.header__menu .menu .sub-menu li a {
    width: 100%;
    display: block;
    color: #000;
    text-align: left;
}
.header__menu .menu .sub-menu li a:hover {
    color: #fe5000;
    font-weight: 600;
}
.header__menu .menu .sub-menu li.menu-item-has-children > a::after {
    position: absolute;
    content: '';
    right: 27px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
}
.header__menu .menu > li.menu-item-has-children .sub-menu li ul {
    position: relative;
    padding-left: 15px;
}
.header__menu .menu-item-bg a {
    background: #fe5000;
    text-transform: uppercase;
}
.header__menu .menu-item-bg a:hover {
    color: #000 !important;
}


@media (min-width:992px){
    /* .header__menu .sub-menu{margin-left: -17px;} */
    .header__menu .menu-item-has-children:hover > .sub-menu, .header__menu .menu-item-has-children:focus-within > .sub-menu{
        display: block; height: auto; opacity: 1;
    }
    .header__menu .menu > li.menu-item-has-children:hover > .sub-menu {
        margin-top: 24px;
        box-shadow: 0px 0px 50px #00000029;
    }
    .header__menu .menu > li.menu-item-has-children > .sub-menu > li:hover > a::after {
        transform: rotate(-135deg);
        top: calc(50% - 4px);
        border-bottom-color: #fe5000;
        border-right-color: #fe5000;
    }
}

.header__menu{display: inline-block;}
.language {display: inline-block; height: 38px; position: relative; width: 80px; text-align: center; z-index: 10;}
.language ul { position: absolute; left: 0; right: 0; top: 13px; padding-left: 0;}
.language li.current-lang{display: block;}
.language li{display: none; background-color: transparent; position: relative; font-size: 14px; font-weight: 500; text-transform: uppercase;}
.language li a{color: #fff; display: block; padding: 10px 0;}
.language:hover li, .language:focus-within li{display: block; border-radius: 0; background-color: transparent;}
.language:hover a{color: #fff;}
.language li:hover{background-color: transparent; border: 1px solid #fe5000;}
.language li:hover a{color: #fff;}
.language li.current-lang::after{display: block;}
.lang-item img { height: 14px; width: 21px;}
.language:hover .current-lang a::after{transform: rotateZ(90deg);}

.orange-button.cn-button.bootstrap{background-color: #fe5000;}
.hero{padding-top: 250px; background: no-repeat center/cover; height: 100vh;}
.top__box{width: 50%;}
.top__box h1{font-size: 70px; line-height: 72px; font-weight: 700; color: #fff;}
.top__box h3{font-size: 16px; line-height: 25px; color: #fff; margin-bottom: 54px;}
.top__buttons a{display: inline-block; width: 260px; line-height: 48px; font-size: 13px; text-align: center; text-transform: uppercase; letter-spacing: 2.6px; font-weight: 700; color: #fff;}
.top__buttons .orange{background-color: #fe5000; border: 1px solid #fe5000; margin-right: 30px;}
.top__buttons .orange:hover{background-color: #fff; color: #fe5000;}
.top__buttons .trans{background-color: transparent; border: 1px solid #fff;}
.top__buttons .trans:hover{background-color: #fff; color: #050100; border-color: #050100;}
.black{background-color: #050100; color: #fff; height: 700px;}
.black__title{font-size: 50px; line-height: 56px; max-width: 48%; font-weight: 700; padding-top: 76px; margin-bottom: 60px;}
.black__content{position: relative;}
.black__content:before{position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; width: 290px; height: 320px; background-image: url('../img/log.png'); background-repeat: no-repeat; content: ''; background-size: cover;}
.black__box{position: relative; padding-left: 50px; margin-bottom: 40px;}
.black__box:before{position: absolute; top: 5px; left: 25px; width: 16px; height: 16px; background-image: url('../img/check.png'); background-repeat: no-repeat; content: ''; background-size: cover;}
.bl__title{font-size: 22px; line-height: 20px; background-color: #050100; position: relative; z-index: 2;}
.black__box-left .bl__title:before{content: ''; position: absolute; top: 50%; left: 0; width: 117%; height: 1px; background-color: #fe5000; z-index: -1;}
.black__box-right .bl__title:before{content: ''; position: absolute; top: 50%; right: 114%; width: 20%; height: 1px; background-color: #fe5000; z-index: -1;}
.black__box-left .bl__title:after {content: ''; position: absolute; top: 98%; right: -25%; transform: rotate(45deg); width: 10%; height: 1px; background-color: #fe5000; z-index: -1;}
.black__box-right .bl__title:after {content: ''; position: absolute; top: 98%; left: -42%; transform: rotate(-45deg); width: 10%; height: 1px; background-color: #fe5000; z-index: -1;}
.bl__title span{background-color: #050100; z-index: 2; padding-right: 10px;}
.bl__text{font-size: 14px; line-height: 17px; margin-top: 10px;}
.black__more{display: inline-block; background-color: #fe5000; border: 1px solid #fe5000; width: 260px; line-height: 48px; font-size: 13px; text-align: center; text-transform: uppercase; letter-spacing: 2.6px; font-weight: 700; color: #fff; position: absolute; right: 40px; bottom: 40px;}
.black__more:hover{background-color: #fff; color: #fe5000;}
.black__more a{display: block;}

.offer{background-color: #fe5000; padding-bottom: 88px;}
.offer .black__title{color: #fff;}
.offer__item{background-color: #050100; height: 493px; position: relative; text-align: center; transition: 300ms;}
.offer__image{background: no-repeat center/cover; height: 196px; width: 100%;}
.offer__item:hover .offer__image{background-color: rgba(5, 1, 0, 0.8); background-blend-mode: multiply;}
.offer__text h3{font-size: 24px; line-height: 1; color: #fff; font-weight: 700; transition: 300ms; margin: 0 auto 20px; max-width: 78%; min-height: 48px;}
.offer__text{padding: 20px 12px; font-size: 14px; line-height: 19px; font-weight: 300; color: #fff; overflow: hidden; max-height: 244px; transition: 300ms;}
.offer__item:hover .offer__text{transform: translateY(-20px);}
.offer__item:hover .offer__text h3{color: #fe5000;}
.offer__item .button{display: none; background-color: #fe5000; border: 1px solid #fe5000; width: 80%; line-height: 48px; font-size: 13px; text-align: center; text-transform: uppercase; letter-spacing: 2.6px; font-weight: 700; color: #fff; position: absolute; right: 0; left: 0; margin: 0 auto; bottom: 18px; transition: 300ms;}
.offer__item .button:hover{background-color: #fff; color: #fe5000;}
.offer__item:hover .button{display: inline-block;}
.offer__content.owl-theme .owl-nav .owl-prev{position: absolute; top: 40%; left: -5%; background: #050100; width: 43px; height: 43px; margin: 0; border-radius: 50%;}
.offer__content.owl-theme .owl-nav .owl-next{position: absolute; top: 40%; right: -5%; background: #050100; width: 43px; height: 43px; margin: 0; border-radius: 50%;}
.offer__content.owl-theme .owl-nav .owl-next:hover, .offer__content.owl-theme .owl-nav .owl-prev:hover{background: #fff;}
.offer__content.owl-theme .owl-dots{background: transparent; padding: 10px 0;}
.offer__content.owl-theme .owl-dots .owl-dot{margin: 8px 0; zoom: 0.9;}
.offer__content.owl-theme .owl-dots .owl-dot span{background-color: #fff; border-radius: 50%;}
.offer__content.owl-theme .owl-dots .owl-dot span:hover, .offer__content.owl-theme .owl-dots .owl-dot.active span{background-color: #050100;}
.offer__content.owl-theme .owl-nav .owl-prev:after{position: absolute; top: 15px; right: 13px; content: ''; border-top: 2px solid #fff; border-right: 2px solid #fff; width: 11px; height: 11px; transform: rotate(-135deg);}
.offer__content.owl-theme .owl-nav .owl-next:after{position: absolute; top: 15px; left: 13px; content: ''; border-top: 2px solid #fff; border-left: 2px solid #fff; width: 11px; height: 11px; transform: rotate(135deg);}
.offer__content.owl-theme .owl-nav .owl-next:hover:after, .offer__content.owl-theme .owl-nav .owl-prev:hover:after{border-color: #050100;}

.icons{background-image: url('../img/kroki.jpg'); background-repeat: no-repeat; background-size: cover; text-align: center; padding: 100px 0 55px; background-color: rgba(5, 1, 0, 0.8); background-blend-mode: multiply;}
.icons__item span{display: block; font-size: 22px; line-height: 20px; font-weight: 700; color: #fff; width: 80%; margin: 20px auto 0;}
.icons__item{position: relative;}
.icons__item:before{position: absolute; content: ''; background-image: url('../img/arrow.png'); background-repeat: no-repeat; background-size: cover; width: 24px; height: 42px; top: 25%; left: -12px;}
.icons .col-12:first-of-type .icons__item:before{display: none;}
.icons__item img{max-width: 50px; max-height: 50px;}

.blog{background-color: #f2f2f2; padding: 54px 0 68px;}
.blog__title{font-size: 50px; line-height: 80px; font-weight: 700; color: #050100; margin-bottom: 68px;}
.blog__item{border: 1px solid #fe5000; padding: 28px 38px 80px; position: relative; transition: 300ms;}
.blog__name{display: block; font-size: 18px; line-height: 24px; min-height: 48px; letter-spacing: 1px; color: #050100; font-weight: 700; margin-bottom: 26px;}
.blog__excerpt{font-size: 14px; line-height: 25px; height: 125px; color: #747474; font-weight: 300; transition: 300ms;}
.blog__item .button{display: none; background-color: #fe5000; border: 1px solid #fe5000; width: 80%; line-height: 48px; font-size: 13px; text-align: center; text-transform: uppercase; letter-spacing: 2.6px; font-weight: 700; color: #fff; position: absolute; right: 0; left: 0; margin: 0 auto; bottom: 18px; transition: 300ms;}
.blog__item .button:hover{background-color: #fff; color: #fe5000;}
.blog__item:hover .blog__excerpt{transform: translateY(-20px);}
.blog__item:hover .button{display: inline-block;}
.blog__button{display: inline-block; width: 100%; line-height: 48px; font-size: 13px; text-align: center; text-transform: uppercase; letter-spacing: 2.6px; font-weight: 700; color: #050100; background-color: transparent; border: 1px solid #050100; margin-top: 50px;}
.blog__button:hover{background-color: #050100; color: #fff;}

.catalog{background-repeat: no-repeat; background-size: cover; text-align: center; padding: 55px 0; background-color: rgba(5, 1, 0, 0.8); background-blend-mode: multiply;}
.catalog h2{font-size: 50px; line-height: 72px; font-weight: 700; color: #fe5000;}
.catalog__text{margin-bottom: 10px; font-size: 13px; line-height: 25px; padding: 15px 0; display: block; letter-spacing: 2.6px; color: #d2d2d2; font-weight: 700; text-transform: uppercase;}
.catalog__form input[type='email']{width: 276px; font-size: 13px; line-height: 35px; color: #d2d2d2; padding: 0 14px; border: none;}
.catalog__form input[type='submit']{width: 114px; margin-left: 8px; font-size: 13px; line-height: 31px; letter-spacing: 2.6px; text-transform: uppercase; color: #fff; background-color: #fe5000; border: 1px solid #fe5000;}
.catalog__form input[type='submit']:hover{background-color: #fff; color: #fe5000;}

.seo{background-color: #f2f2f2; font-size: 13px; line-height: 25px; font-weight: 300; color: #747474; padding: 55px 0;}
.seo h5, .seo h6{font-size: 14px;}
.seo h4{font-size: 15px; font-weight: 400;}
.seo h3{font-size: 15px; font-weight: 500;}
.seo h2{font-size: 16px; font-weight: 500; margin-top: 6px;}
.seo h1{font-size: 16px; font-weight: 700; margin-top: 6px;}

footer{background-color: #050100; padding-top: 60px;}
.footer__menu{font-size: 12px; line-height: 35px; letter-spacing: 2.4px; color: #fff; text-transform: uppercase; font-weight: 700;}
.footer__menu ul{padding-left: 0;}
.footer__menu li{list-style: none;}
.footer__title{display: block; font-size: 12px; text-transform: uppercase; line-height: 25px; letter-spacing: 2.4px; color: #d2d2d2; font-weight: 700;}
.footer__text{font-size: 12px; line-height: 16px; color: #d2d2d2;}
.footer__social{margin-top: 22px; padding-left: 0;}
.footer__social li{display: inline-block; list-style: none;}
.footer__social a{display: inline-block; margin-right: 50px; text-transform: uppercase; font-size: 13px; line-height: 16px; font-weight: 700; color: #fe5000;}
.footer__logo{margin-bottom: 50px;}
.line{border-top: 1px solid #f2f2f2; text-align: right; margin-top: 30px;}
.line a{font-size: 12px; line-height: 80px; letter-spacing: 0.6px; color: #fe5000; text-transform: uppercase;}

.otop{background: no-repeat center/cover; padding-top: 126px; padding-bottom: 25px; background-color: rgba(90, 90, 90, 0.7); background-blend-mode: multiply;}
.otop h1{font-size: 70px; line-height: 85px; font-weight: 700; color: #fff; text-align: center;}
.osek1{background-color: #050100; padding-top: 70px; position: relative;}
.osek1 h2{font-size: 50px; line-height: 61px; font-weight: 700; color: #fff;}
.osek1__text{margin-top: 36px; font-size: 14px; line-height: 2; font-weight: 300; color: #fff;}
.osek1__text strong, .osek1__text b{font-weight: 700;}
.osek1__image{height: 510px; width: 90%; float: right; background: no-repeat center/cover; position: relative; z-index: 3;}
.whitebelt{background-color: #fff; position: absolute; bottom: -1px; width: 100%; height: 70px; z-index: 2;}
.osek{margin-top: 80px;}
.osek .row{margin-bottom: 80px;}
.osek h2{font-size: 50px; line-height: 61px; font-weight: 700; color: #050100;}
.osek__text{margin-top: 36px; font-size: 14px; line-height: 2; font-weight: 300; color: #050100;}
.osek__text strong, .osek1__text b{font-weight: 700;}
.osek__image{height: 510px; width: 100%; background: no-repeat center; background-size: contain;}
.osek ul{margin-top: 20px;}
.osek li{font-size: 22px; line-height: 40px; list-style-image: url(../img/check.svg);}
.mach{padding-bottom: 100px; position: relative;}
.mach__title h3{font-size: 50px; line-height: 61px; font-weight: 700; color: #050100;}
.mach__title span{font-size: 14px; line-height: 2; color: #050100;}
.mach__title{margin: 38px 0;}
.mach__image{background: no-repeat center/cover; height: 300px; position: relative; background-color: rgba(90, 90, 90, 0.7); background-blend-mode: multiply;}
.mach__image h4{position: absolute; left: 17px; bottom: 24px; font-size: 40px; line-height: 45px; color: #fff; font-weight: 700;}
.mach__text{font-size: 14px; line-height: 20px; color: #fff; font-weight: 300; margin: 24px;}
.mach:after{height: 50%; width: 100%; position: absolute; left: 0; bottom: 0; background-color: #fe5000; z-index: -1; content: '';}

.news{background-color: #f2f2f2; padding: 100px 0;}
.news__item{width: 812px; margin: 24px auto; border: 1px solid #fe5000;}
.news__image{background: no-repeat center/cover; height: 320px; width: 30%; display: inline-block; vertical-align: middle; margin-bottom: 0; margin-left: 1px;}
.news__text{padding: 50px; display: inline-block; width: 69%; vertical-align: middle;}
.news__title{font-size: 20px; line-height: 24px; letter-spacing: 1px; font-weight: 700; color: #050100; max-width: 90%;}
.news__excerpt{margin-top: 30px; font-size: 14px; line-height: 25px; font-weight: 300; color: #747474;}
.news__more{display: none;}
.news__more.active{display: block;}
.news__button{width: 345px; font-size: 13px; line-height: 50px; letter-spacing: 2.6px; font-weight: 700; color: #050100; border: 1px solid #050100; text-transform: uppercase; margin: 0 auto; display: block;}
.news__button.active{display: none;}
.news__button:hover{background-color: #050100; color: #fff;}
.news__date{font-size: 12px; line-height: 1.5; color: #d2d2d2;}
.news__text__button{border: 1px solid #fe5000; background-color: #fe5000; color: #fff; font-size: 12px; line-height: 36px; padding: 0 18px; float: right; margin-top: 10px;}
.news__text__button:hover{background-color: inherit; color: color: #050100;}
.single__page{padding: 100px 0;}
.single__page ul, .single__page ol{margin-top: 20px;}
.single__page ul li{font-size: 22px; line-height: 40px; list-style-image: url(../img/check.svg);}

.gallery{background-color: #050100; padding: 120px 0;}
.gallery .col-12{padding-right: 10px; padding-left: 10px;}
.gallery__photo{background: no-repeat center/contain; position: relative; width: 100%; height: 260px; display: block; margin-bottom: 20px}
.gallery__hover{display: none; background-color: rgba(254, 80, 0, 0.73); width: 100%; height: 100%; position: absolute; top: 0; left: 0; font-size: 14px; line-height: 20px; padding-bottom: 20px; color: #fff; text-align: center;}
.gallery__title{font-size: 22px; line-height: 20px; font-weight: 700; display: block;}
.gallery__hover.active{display: block;}
.gallery__text{position: absolute; bottom: 15px; left: 0; right: 0; margin: 0 auto;}

.about{background-color: #050100; padding-top: 80px; padding-bottom: 100px;}
.about .row{margin-top: 50px;}
.about__desc h4{font-size: 40px; line-height: 45px; font-weight: 700; color: #fe5000;}
.about__text{font-size: 14px; line-height: 28px; font-weight: 300; margin-top: 30px; color: #fff;}
.about__text b, .about__text strong{font-weight: 700;}
.about__image{width: 90%; height: 280px; position: absolute; top: 50%; transform: translateY(-50%); right: 0; background: no-repeat center/cover;}
.first .about__image{left: 0; right: auto;}

.steps{background: no-repeat center/cover; background-color: rgba(5, 1, 0, 0.8); background-blend-mode: multiply; padding: 100px 0;}
.steps__row{position: relative; padding-bottom: 70px; margin: 0 auto 60px; width: 775px;}
.steps__row:after{content: ''; border-right: 6px solid #fff; border-bottom: 6px solid #fff; width: 28px; height: 28px; border-radius: 4px; position: absolute; bottom: 0; left: 54px; transform: rotate(45deg);}
.steps__row:last-of-type:after{display: none;}
.steps__left{width: 19%; text-align: center; display: inline-block; vertical-align: middle;}
.steps__right{width: 71%; margin-left: 9%; display: inline-block; vertical-align: middle;}
.steps__desc h4{font-size: 22px; line-height: 30px; font-weight: 700; color: #fff;}
.steps__text{font-size: 14px; line-height: 2; font-weight: 300; color: #fff;}
.steps__text b, .steps__text strong{font-weight: 700;}
.steps__image{max-width: 40%; margin: 24px auto;}

.form{background-color: #f2f2f2; padding: 30px 0;}
.form h4{font-size: 22px; line-height: 30px; font-weight: 700; color: #050100; margin-bottom: 35px; text-align: center;}
.form input{width: 100%; background-color: #fff; margin-bottom: 14px; border: 1px solid #fe5000; padding: 14px 24px; font-size: 13px; line-height: 17px; color: #d2d2d2;}
.form textarea{width: 100%; height: 222px; background-color: #fff; margin-bottom: 14px; border: 1px solid #fe5000; padding: 14px 24px; font-size: 13px; line-height: 17px; color: #d2d2d2;}
.form__acc{font-size: 10px; color: #a8a8a8; display: block; position: relative; transform: translateY(-40px);}
.form__acc input[type=checkbox] {position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0;}
.form__acc span.wpcf7-list-item{padding-left: 25px;}
.checkmark {position: absolute; top: -10px; left: 0; height: 17px; width: 17px; background-color: #fff; border: 1px solid #fe5000;}
.mark{position: absolute; left: 5px; top: -4px; height: 0; width: 0; transform: rotate(45deg);}
input[type="checkbox"]:checked + span .checkmark .mark { height: 16px; width: 8px; border-bottom: 2px solid #fe5000; border-right: 2px solid #fe5000;}
.form__blue{ color: #fe5000; text-decoration: underline; position: relative; display: inline-block;}
.form__blue:hover{color: #fe5000;}
.form__blue:hover .form__rodo{display: block;}
.form__rodo{position: absolute; top: 200%; background-color: #fe5000; border-radius: 10px; padding: 12px; color: #fff; display: none; width: 150%;}
.form input[type=submit]{ width: auto; display: inline-block; padding: 8px 30px; background-color: #fe5000; border: 1px solid #fe5000; text-transform: uppercase; color: #fff; margin-top: 22px; float: right;}
.form input[type=submit]:hover{ background-color: #fff; color: #fe5000;}
.address{background-color: #fe5000; padding: 20px 0;}
.address__text{font-size: 14px; line-height: 25px; text-align: center; font-weight: 300;}
.address__text .name{font-weight: 700;}
.address span, .address a{display: block; color: #fff;}
.workers{background-color: #050100; padding-top: 76px;}
.workers__content{display: flex; flex-wrap: wrap; flex: 0 0 25%; justify-content: center;}
.workers__item{width: 200px; margin: 5px;}
.workers h3{font-size: 22px; line-height: 20px; color: #fff; font-weight: 700; text-align: center; margin-bottom: 35px;}
.workers__image{background: no-repeat center/contain; width: 90%; height: 200px; margin: 0 auto 14px;}
.workers__text{font-size: 14px; line-height: 25px; text-align: center; font-weight: 300;}
.workers__text .name{font-weight: 700;}
.workers span, .workers a{display: block; color: #fff;}
.contact__big{font-size: 50px; line-height: 80px; font-weight: 700; text-align: center; padding: 100px 0; color: #fff;}

.modal-content{background: no-repeat top/contain; color: #fff; padding: 0 20px 60px; position: relative;}
.modal__title{font-size: 55px; line-height: 1; font-weight: 700; margin-bottom: 20px; padding-top: 60px;}
.modal__text{font-size: 22px;}
.modal__text ul{margin-top: 20px;}
.modal__text li{font-size: 16px; line-height: 40px; list-style-image: url(../img/check.svg); font-weight: 700}
.modal__img{position: absolute; right: 40px; top: 20px; width: 50px;}
.close{color: #fe5000;}
.catalog__pp{color: #fff; font-size: 10px; max-width: 660px; margin: 10px auto 0;}
.catalog__pp a{color: #fe5000; font-weight: 700;}
.single__content{max-width: 750px; margin: 0 auto;}
.single__content img{margin: 20px 0 40px;}
.single__content h1, .single__content h2, .single__content h3, .single__content h4, .single__content h5{margin: 20px 0 10px;}
.social__ico{width: 30px; height: 30px;}
.social__ico svg{fill: #fe5000;}

@media(max-width: 1500px){
    .hero{padding-top: 30vh;}
    .offer__content{width: 80%; margin: 0 auto;}
    .offer__content.owl-theme .owl-nav .owl-prev{left: -7%;}
    .offer__content.owl-theme .owl-nav .owl-next{right: -7%;}
}
@media(max-width: 1199px){
    .header__content{margin-top: 15px;}
    .header__logo{width: 20%;}
    .header__menu li a, .header__social li a{padding-left: 20px; padding-right: 20px;}
	.language li a{padding-left: 0; padding-right: 0;}
    .top__box h1 {font-size: 60px; line-height: 62px;}
    .top__buttons a{width: 180px; font-size: 10px; letter-spacing: 1.6px;}
    .black__title {font-size: 42px; line-height: 46px;padding-top: 50px; margin-bottom: 30px;}
    .bl__title {font-size: 16px; margin-bottom: 0;}
    .bl__text{font-size: 12px; line-height: 14px; margin-top: 0;}
    .black__content:before{height: 220px; background-size: contain; background-position: center;}
    .black__box-left .bl__title:before{width: 130%;}
    .black__box-left .bl__title:after{top: 91%; right: -38%;}
    .black__box-right .bl__title:before{width: 38%; }
    .black__box-right .bl__title:after{top: 92%; left: -59%;}
    .black__more{width: 220px; bottom: 32px;}
    .offer__image{height: 130px;}
    .offer__text h3{font-size: 20px;}
    .offer__text{font-size: 12px; line-height: 16px; padding: 25px 10px;}
    .offer__item{height: 400px;}
    .offer__item .button{line-height: 38px;}
    .offer{padding-bottom: 0;}
    .blog__name {font-size: 16px; line-height: 20px; min-height: 40px; margin-bottom: 24px;}
    .blog__excerpt {font-size: 12px; line-height: 20px;}
    .blog__item{padding-bottom: 60px;}
    .blog__item .button{line-height: 34px;}
    .black{height: 460px;}
    .blog__title{font-size: 42px; line-height: 46px; margin-bottom: 20px;}
    .otop{padding-top: 14vh;}
    .otop h1{font-size: 45px;}
    .osek1 h2, .osek h2, .about__desc h4 {font-size: 30px; line-height: 1.5;}
    .osek1__text, .osek__text{line-height: 1.8;}
    .osek1__text{padding-bottom: 70px;}
    .osek1__image, .osek__image {height: 480px;}
    .osek li {font-size: 18px; line-height: 2;}
    .mach__image h4{font-size: 26px; line-height: 1.5;}
    .steps{padding: 40px 0;}
    .steps__row{width: 100%; margin-bottom: 20px; padding-bottom: 40px;}
    .steps__image {max-width: 30%;}
    .steps__row:after{left: 70px;}
}
@media(min-width: 1000px){
    .modal-dialog{max-width: 800px !important;}
}
@media(max-width: 991px){
    .header__burger{display: block; z-index: 99;}
    .bigcon{position: relative;}
    .header__logo{margin-top: 6px; margin-bottom: 0; width: 40%;}
    .header__menu{width: 100%; position: fixed; overflow: scroll; left: 0; right: 0; margin: 0 auto; top: -102vh; transition: 300ms; bottom: 0; background: #fff; width: 100%; height: calc(100vh - 40px); text-align: center; margin-top: 40px; padding-top: 5vh; display:flex; flex-direction: column;justify-content: space-evenly;}
    .header__menu li a {font-size: 18px; line-height: 1.8; padding: 0; display: block;}
    .header__menu .sub-menu li a{font-size: 14px; line-height: 1.8; border: none;}
    .header__content li, .header__social{display: block;}
    .header__menu.active{top: 0;}
    .header{padding-bottom: 0;background: #000;}
    .header__menu .sub-menu{position: relative; display: block;}
    .header__menu .sub-menu li{border: none;}
    .header__menu .sub-menu.open{height: auto;}

    .header__content .menu {
        max-width: 330px;
        margin: auto;
        height: 100%;
    }
    .header__menu .menu > li {
        padding: 12px 0;
    }
    .header__content .menu li a {
        color: #000;
    }
    .header__menu .menu > ul > li.menu-item-has-children {
        position: relative;
    }
    .header__menu .menu > li.menu-item-has-children > a {
        position: relative;
    }
    .header__menu .menu > li.menu-item-has-children > a::after {
        position: absolute;
        content: '';
        right: 27px;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        width: 8px;
        height: 8px;
        transform: rotate(315deg);
        top: calc(50% - 4px);
    }
    .header__menu .menu > li.parent-active-as-hover > a::after {
        content: none;
    }
    .header__menu .menu li.parent-active-as-hover>a::before {
        position: absolute;
        content: '';
        left: 27px;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        width: 8px;
        height: 8px;
        transform: rotate(135deg);
        top: calc(50% - 4px);
    }
    .header__menu .menu>li.menu-item-has-children>.sub-menu>li>a.active-href {
        text-align: center;
    }
    .header .header__menu .parent-active-as-hover>.sub-menu.active li a {
        text-align: center;
        padding: 8px 6px;
    }
    .header__menu .menu li.menu-item-has-children .sub-menu li:hover a.active-href::after {
        content: none;
    }


    .menu-menu_header-container {
        position: relative;
        min-height: 70vh;
    }
    .header__menu .menu li.parent-active-as-hover {
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
        background: #fff;
        height: 100%;
    }
    .header__menu .menu li.parent-active-as-hover > a {
        max-width: 330px;
        margin: auto;
        text-transform: uppercase;
        margin-bottom: 15px;
        position: relative;
    }
    .header .header__menu .parent-active-as-hover .sub-menu.active {
        display: block;
        height: auto;
        opacity: 1;
        margin: auto;
        width: 100%;
        max-width: 330px;
        overflow: visible;
    }


    .language {
        max-width: 330px;
        width: 100%;
        margin: auto;
    }
    .language ul {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .language ul li a {
        color: #000;
        font-size: 14px !important;
    }

    .top__box h1 {font-size: 46px; line-height: 52px;}
    .top__box {width: 60%;}
    .black {height: auto;}
    .black__box{margin-bottom: 16px; width: 50%;}
    .black__box-left .bl__title:before {width: 100%;}
    .black__box-right .bl__title:before{width: 100%; right: auto; left: 0;}
    .black__content:before{width: 100%; background-position: right;}
    .black__box-left .bl__title:after, .black__box-right .bl__title:after{display: none;}
    .black__more{width: 200px; right: 0;}
    .black__content{padding-bottom: 20px;}
    .offer__item {height: 350px;}
    .offer__content.owl-theme .owl-nav .owl-prev {left: -9%;}
    .offer__content.owl-theme .owl-nav .owl-next {right: -9%;}
    .icons__item span{font-size: 18px;}
    .blog__item{padding: 20px 18px 60px;}
    .blog__item .button{bottom: 6px; font-size: 11px; line-height: 30px;}
    .blog__name{min-height: 60px;}
    .blog__button{letter-spacing: 1.6px; font-size: 11px;}
    .catalog{padding: 6vh 0;}
    .catalog h2 {font-size: 32px; line-height: 1.6;}
    .catalog__text {font-size: 11px; line-height: 20px; letter-spacing: 1.6px;}
    .seo{font-size: 11px; line-height: 20px; padding: 30px 0;}
    footer{padding-top: 40px;}
    .footer__logo{margin-bottom: 30px;}
    .hero{position: relative; padding-top: 10vh; padding-bottom: 10vh; height: auto;}
    .hero:after{position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(5, 1, 0, 0.6); background-blend-mode: multiply;}
    .top__box{z-index: 2; position: relative;}
    .steps__row:after {left: 50px;}
    .news__item{width: auto;}
    .news__image{height: 0; padding-bottom: 40%;}
    .news__text{padding: 30px;}
    .news, .single__page{padding: 30px 0;}
    .checkmark{top: -28px;}
    .form__acc{transform: translateY(-65px);}
}
@media(max-width: 767px){
    .hero {background-position-x: 43%;}
	.hero:after{background-color: rgba(5, 1, 0, 0.2);}
    .top__box {width: 80%;}
    .black__box{padding-left: 30px;}
    .black__box:before{left: 0;}
    .offer__item {height: auto; padding-bottom: 30px; width: 80%; margin: 0 auto;}
    .icons{padding: 50px 0 0;}
    .icons__item span{margin-top: 10px; margin-bottom: 48px;}
    .icons__item:before{transform: rotate(90deg); top: -48px; left: 0; right: 0; margin: 0 auto;}
    .blog__item{width: 75%; padding-bottom: 30px; margin: 0 auto 20px;}
    .blog__name{min-height: inherit;}
    .blog__excerpt{height: auto;}
    .black__title{max-width: 100%;}
    .blog__button{margin: 10px auto 0; width: 75%; display: block;}
    .blog{padding: 40px 0;}
    .offer__item .button{display: block; margin-top: 10px; position: relative;}
    .blog__item .button{margin-top: 20px; display: block; position: relative;}
    .offer__item{padding-bottom: 0;}
    .blog__item:hover .button{display: block;}
    .osek1__image, .osek__image{height: 300px; width: 100%;}
    .mach:after {height: 75%;}
    .about__image{position: relative; width: 100%; top: 0; transform: translateY(0); height: 0; padding-bottom: 60%;}
    .steps__left, .steps__right{width: 100%; display: block; margin-left: 0;}
    .steps__row:after{left: 0; right: 0; margin: 0 auto;}
    .about{padding: 30px 0;}
    .steps__image {max-width: 20%;}
    .news__image{padding-bottom: 75%; width: 100%;}
    .news__text{width: 100%; padding: 10px;}
    .news__button{width: 100%;}
    .checkmark{top: 0px;}
    .form__acc{transform: translateY(0);}
    .contact__big {font-size: 30px; line-height: 30px; padding: 40px 0;}
}
@media(max-width: 575px){
    .header__logo{width: 70%; max-height: 34px;}
    .header__logo img{max-height: 100%;}
    .top__box {width: 100%;}
    .black__box{width: 100%;}
    .bl__title{background-color: inherit;}
    .bl__title:before{display: none !important;}
    .black__more{position: relative; margin: 60px auto 0; display: block; position: relative;}
    .catalog__form input[type='email']{margin-bottom: 10px;}
    .otop h1 {font-size: 25px; line-height: 2;}
    .osek1 h2, .osek h2, .mach__title h3, .about__desc h4{font-size: 22px;}
    .osek1__text, .osek__text{font-size: 12px; padding-bottom: 10px; margin-top: 20px;}
    .osek li{font-size: 14px;}
    .mach__text{margin-left: 0; margin-right: 0; font-size: 12px;}
    .mach__image h4{font-size: 22px;}
    .mach__image{height: 180px;}
    .black__content:before{display: none;}
}
@media(max-width: 500px){
    .top__box h3{margin-bottom: 20px;}
    .trans{margin-top: 20px;}
    .blog__title, .black__title{font-size: 36px;}
    .top__box h1 {font-size: 38px;}
    .offer__content, .offer__item{width: 100%;}
    .offer__content.owl-theme .owl-nav .owl-prev{top: 87%; left: 0;}
    .offer__content.owl-theme .owl-nav .owl-next{top: 87%; right: 0;}
    .blog__item{width: 85%;}
    .blog__button{width: 85%;}
}
@media(max-width: 400px){
    .blog__item{width: 100%;}
    .blog__button{width: 85%;}
    .catalog__form input[type='email'] {width: 100%; margin-bottom: 10px;}
}

.link-custom {letter-spacing: .6px;color: #fe5000;text-transform: uppercase;font-size: 12px;}
.link-container{display: flex;justify-content: space-around;flex-wrap:wrap;}

@media(max-width: 400px) {
    .line a {line-height: 1.5;}
}

.js_links {
    cursor: pointer;
}
.smaller_ul li {
    font-size: 17px;
}
b {
    font-weight:bold;
}

@media (max-width: 991px) {
.mach:after {
    background-color: #fff;
}
.mach__text{ color: #000; }
}

.link-section {
    display: flex;
    justify-content: center;
    margin: 1em 0;
    flex-wrap: wrap;
    row-gap: 20px;
}

.link-section a {
  
    padding: 1em 1.5em;
    background: #fe5000;
    text-align: center;
    color: white;
    margin: 0 1em;

}
.link-section-heading {
    text-align: center;
    margin: 20px 0 10px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
}

.local_offer_section {
    background-color: #fe5000;
    margin-top: 2rem;
}

.local_offer_header {
    color: #fff;
    text-align: center;
    padding-top: 1.2rem;
}

.local_offer {
    font-size: 10px;
    line-height: 18px !important;
    background-color: #fff;
    margin-top: 8px !important;
}

a.local_offer:hover {
    color: #fff !important;
    background-color: #000 !important;
}

.local_offer__active {
    color: #fff !important;
    background-color: #000 !important;
}

.r_offer {
    margin-bottom: 1rem;
}

@media(max-width: 767px) {
    .local_offer {
        line-height: 26px !important;
    }  
    .local_offer_section_main .r_offer {
        margin-bottom: -1.5rem;
    }
}

.local_offer_section_main {
    background-color: #fe5000;
}

.local_offer_section_main .local_offer {
    line-height: 38px !important;
}
