/*
    Theme Name: BRJ
    Version: 1.4.3
    Author: Semownia.pl (ms-m.pl) 
    Tags: Blank, HTML5, CSS3, Woocommerce, Compare
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* global box-sizing */

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}



/* html element 62.5% font-size for REM use */

body {
    font: 300 16px/1.4 'Montserrat', Arial, sans-serif;
    color: #000;
}



/* clear */

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}



/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

body {
    background-color: #fff;
}

.white_bg {
    background-color: #fff;
}

#to-scroll {
    position: relative;
    overflow-x: hidden;
}

.toogle-nav {
    display: none;
    width: 30px;
    position: relative;
    height: 30px;
    margin: 20px 20px 0 auto;
    padding: 5px;
    cursor: pointer;
}
.header .right .toogle-nav{
    width: 30px;
}
.toogle-nav span {
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #000;
}
.toogle-nav span:nth-of-type(1) {
    top: 0;
    left: 0;
    right: 0;
}
.toogle-nav span:nth-of-type(2) {
    top: 9px;
    left: 0;
    right: 0;
}
.toogle-nav span:nth-of-type(3) {
    top: 19px;
    left: 0;
    right: 0;
}
/* wrapper */

.wrapper {
    max-width: 1220px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}



/* header */

.header {
    height: 135px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.logo {
    width: 100%;
}

.header .right {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    /*     width: 100%; */
}

.header .right>* {
    width: 500px;
}

.header-contact {
    align-self: flex-start;
    text-align: right;
}

.header-contact a {
    font-weight: 300;
}

.header-contact p {
    display: inline-block;
    margin: 0 15px;
    font-weight: 600;
}

. .header-contact p:first-of-type {
    margin: 0 15px 0 0;
}

.header ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-item-has-children:hover .sub-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.header .sub-menu {
    position: absolute;
    flex-direction: column;
    text-align: center;
    width: 300px;
    right: 50%;
    transform: translate(50%, 1px);
    background-color: #fff;
    z-index: 9999;
    padding: 20px;
    display: none;
}

.header .sub-menu li {
    margin: 10px 5px 10px 5px;
}

.header .sub-menu li:first-of-type {
    margin: 10px 5px 10px 5px;
}

.header .sub-menu li:first-of-type a {
    margin: 10px 20px 10px 20px;
}

.menu-item-has-children {
    position: relative;
}

.header-contact {
    padding-left: 25px;
}


/* .header ul li:first-of-type {
    margin: 0 5px 0 0px;
}

.header ul li:first-of-type a {
    margin: 10px 20px 10px 0;
} */

.header ul li {
    margin: 0 5px;
    border-bottom: 1px solid transparent;
    transition: 0.3s all;
}

.header ul a {
    margin: 10px 20px;
    text-transform: uppercase;
}

.header ul li:hover {
    border-bottom: 1px solid #000000;
}

.intro-desctiption {
    z-index: 999;
    position: absolute;
    top: 30%;
    width: 630px;
    height: 210px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    max-width: 90%;
}

.intro-desctiption p {
    text-align: justify;
}

.arrow-scroll {
    margin-top: 10vh;
    cursor: pointer;
    animation: arrow_bottom 4s infinite;
    animation-timing-function: linear;
}

@keyframes arrow_bottom {
    0 {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-20px)
    }
    100% {
        transform: translateY(0)
    }
}

.intro-logo {
    margin-bottom: 5vh;
}



/* logo */

.logo {}

.logo-img {}



/* nav */

.nav {}



/* sidebar */

.sidebar {}



/* footer */

.footer {}

.video-wrapper {
    width: 100%;
    position: relative;
    height: calc(100vh - 170px);
}

.video-background {
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
}

.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-foreground {
        width: 300%;
        left: -100%;
    }
}



.wrapper-footer-info {
    background-color: #000000;
}

.wrapper-footer-info>.wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 45px 130px;
}

.footer-h3 {
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    margin: 0 0 10px;
}

.one-third {
    width: 33%;
}

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

.wrapper-footer-info .one-third a {
    color: #ffffff;
    transition: 0.3s all;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}

.wrapper-footer-info .one-third a:hover {
    color: #959292;
}

.wrapper-footer-company {
    background-color: #b7b7b7;
}

.wrapper-footer-company>.wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 45px 130px;
}

.wrapper-footer-company p {
    color: #ffffff;
    transition: 0.3s all;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
}

.wrapper-footer-company .one-third a {
    color: #ffffff;
    transition: 0.3s all;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}

.wrapper-footer-company .one-third a:hover {
    color: #959292;
}

.wrapper-footer-copyright {
    background-color: #000000;
}

.wrapper-footer-copyright>.wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 10px 130px;
}

.wrapper-footer-copyright p {
    margin: 0;
    color: #d5d7d8;
}

.wpcf7-list-item-label .hide-accept-form {
    display: none;
}

.wpcf7-list-item-label {
    font-size: 12px;
    font-weight: 200;
}

.read-more-accept-form {
    cursor: pointer;
    font-weight: 400;
}

.read-more-accept-form .arrow-to {
    transition: 0.3s all;
    display: inline-block;
}

.read-more-accept-form:hover .arrow-to {
    transform: translateX(10px)
}

.form-row {
    width: 445px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.footer form .form-row:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}

.form-row .your-email input,
.form-row .your-name input {
    border: 2px solid #ffffff;
    padding: 30px 10px 30px 30px;
    font-size: 14px;
    transition: 0.3s all;
}

.form-row .wpcf7-submit {
    font-size: 14px;
    padding: 30px 0 30px 0;
    background-color: #000000;
    border: 2px solid #000000;
    color: #ffffff;
    transition: 0.3s all;
}

.form-row .wpcf7-submit:disabled {
    color: #000000;
    background-color: #939090;
    border: 2px solid #939090;
}

span.wpcf7-not-valid-tip {
    display: none;
}

.form-row .your-email .wpcf7-not-valid {
    border: 2px solid red;
}

.form-row .your-email {
    width: calc(100% - 140px);
}

.form-row .your-email input {
    max-width: 100%;
}

.form-row .your-name input,
.form-row .your-name {
    width: 100%;
}

.half .wpcf7-form {
    width: 445px;
    margin-left: auto;
}

.half .wpcf7-list-item {
    margin: 0;
}

.form-row .wpcf7-submit {
    width: 140px;
}

input:focus {
    outline: 0;
    border: 2px solid #000000;
}

.wrapper-fast-contact {
    background-color: rgba(183, 183, 183, 0.2);
}

.wrapper-fast-contact .form-row .your-email input,
.wrapper-fast-contact .form-row .your-name input,
.wrapper-fast-contact .form-row .your-tel input,
.wrapper-fast-contact .form-row .textarea-162 textarea{
    border: 2px solid #ffffff;
    padding: 20px 10px 20px 20px;
    font-size: 14px;
    transition: 0.3s all;
    width: 100%;
}
.wrapper-fast-contact .form-row .textarea-162 textarea{
    height: 120px;
}
.wrapper-fast-contact .form-row .your-email,
.wrapper-fast-contact .form-row .your-name,
.wrapper-fast-contact .form-row .your-tel,
.wrapper-fast-contact .form-row .textarea-162{
    width: 100%;
}
.wrapper-fast-contact .form-row .your-email {
    width: calc(100% - 140px);
}
.wrapper-fast-contact .form-row .wpcf7-submit{
    padding: 20px 0 20px 0;
}
.wrapper-fast-contact .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
}

.wrapper-fast-contact h2 {
    font-weight: 100;
    font-size: 75px;
    color: #b7b7b7;
    text-transform: uppercase;
}

.wrapper-fast-contact .half {
    width: 50%;
}

.wrapper-small {
    width: 1130px;
    margin: 0 auto;
    padding: 20px 0;
}

.big-title {
    font-size: 200px;
    font-weight: 100;
    color: #b7b7b7;
    padding: 40px 0;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.product_category_container .product_category {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    margin-bottom: 170px;
}

.br_moved_attr {
    display: none;
}

div.berocket_compare_box .berocket_compare_table td:first-of-type {
    text-align: left;
    max-width: 240px;
    font-weight: 600;
}

div.berocket_compare_box .berocket_compare_table td {
    padding: 5px 5px;
    border: 2px solid #606164;
}

.berocket_compare_box .berocket_compare_table img {
    padding: 10px 0 40px 0;
}

.berocket_compare_box .berocket_compare_table .br_stock_br_top_first_block td {
    border: 2px solid transparent;
    border-bottom: 2px solid #606164;
    font-size: 14px;
}

.berocket_compare_box .berocket_compare_table .br_stock_br_top_first_block .br_first_product {
    border-bottom: 2px solid transparent;
}

.berocket_compare_box .berocket_compare_table .br_product_hidden_first {
    border: 2px solid transparent;
    border-top: 2px solid transparent;
    border-bottom: 2px solid #606164;
    border-right: 2px solid #606164;
}

.br_stock2_cp_availability {
    display: none;
}

.br_stock_attributes {
    display: none;
}

.product_category_container .product_category:nth-of-type(odd) .product_category_description {
    order: 1;
}

.product_category_container .product_category:nth-of-type(odd) .product_category_img {
    order: 2;
}

.product_category_container .product_category:nth-of-type(even) .product_category_description {
    order: 2;
}

.product_category_container .product_category:nth-of-type(even) .product_category_img {
    order: 1;
}

.product_category_container .product_category:nth-of-type(odd) .product_category_description {
    padding: 40px 120px 40px 40px;
}

.product_category_container .product_category:nth-of-type(even) .product_category_description {
    padding: 40px 40px 40px 120px;
}

.product_category {
    position: relative;
}

.product_category_container .product_category:nth-child(odd)>*:nth-child(even) {
    opacity: 0;
}

.product_category_container .product_category:nth-child(odd)>*:nth-child(odd) {
    opacity: 0;
}

.product_category_container .product_category:nth-child(even)>*:nth-child(even) {
    opacity: 0;
}

.product_category_container .product_category:nth-child(even)>*:nth-child(odd) {
    opacity: 0;
}

.product_category_4 {
    opacity: 0;
}

.product_category_container .product_category.product_category_4>*:nth-child(even) {
    opacity: 1;
}

.product_category_container .product_category.product_category_4>*:nth-child(odd) {
    opacity: 1;
}

.product_category_description {
    width: 800px;
    box-shadow: 0 0 50px 24px rgba(183, 183, 183, 0.5)
}

.product_category_img_0 img {
    transform: translate(-90px, 90px);
}

.product_category_img_1 img {
    transform: translate(110px, 20px);
}

.product_category_img_2 img {
    transform: translate(-90px, -40px);
}

.product_category_2 {
    margin-bottom: 80px;
}

.product_category_img_3 img {
    transform: translate(40px, 80px);
}

.product_category_container .product_category_4 {
    width: 100%;
    box-shadow: 0 0 50px 24px rgba(183, 183, 183, 0.5);
    padding: 40px 40px 40px 40px;
    align-items: center;
}

.gellery.grid {
    display: flex;
    flex-wrap: wrap;
    /*     justify-content: center;  */
}

.gellery.grid a {
    width: calc(100% / 3);
    height: 320px;
    padding: 10px;
}

.gellery.grid a div {
    position: relative;
}

.gellery.grid a div:after {
    transition: 0.3s all;
}

.gellery.grid a div:before {
    transition: 0.3s all;
}

.gellery.grid .group1 div:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.gellery.grid .youtube div:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.gellery.grid .group1:hover div:before {
    opacity: 1;
}

.gellery.grid .youtube:hover div:before {
    opacity: 1;
}

.gellery.grid .group1 div:after {
    content: '';
    background: url('img/magnifying.png');
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.gellery.grid .youtube div:after {
    content: '';
    background: url('img/movie.png');
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.gellery.grid .group1:hover div:after {
    opacity: 1;
}

.gellery.grid .youtube:hover div:after {
    opacity: 1;
}


.gellery.grid img {
    height: 100%;
}

.product_category_container .product_category_4.product_category .product_category_description {
    box-shadow: 0 0 0 0;
    padding: 0;
}

.product_category_img_5 img {
    transform: translate(40px, 90px);
}

.read-more {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.read-more span {
    transition: 0.3s all;
    display: inline-block;
    font-weight: 900;
}

.read-more:hover span {
    transform: translateX(10px);
}

.product_category_description h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 36px;
}

#cboxLoadedContent {
    background-color: #000000;
}

#cboxCurrent {
    display: none;
}

.company-info-img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 70px 0;
}

.company-info {
    width: 690px;
}

.company-info p {
    font-size: 16px;
    color: #000000;
}

.company-info h1 .company {
    display: none;
}

.company-img {
    width: calc(100% - 720px);
    text-align: right;
}

.wrapper-xsmall {
    margin: 0 auto;
    width: 800px;
}

.company-ul {
    padding: 50px 0;
    background-color: #ebebeb;
}

.container-ul {
    position: relative;
    padding-left: 150px;
}

.container-ul:before {
    content: '';
    height: calc(100% - 80px);
    width: 2px;
    background-color: #000000;
    margin-left: 75px;
    position: absolute;
    left: 0;
    margin: 40px 0 0 75px;
}

.container-ul .description {
    padding: 20px 0;
    opacity: 0;
}

.container-ul .description:before {
    content: '';
    left: 50px;
    border: 2px solid;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background-color: #EBEBEB;
    position: absolute;
    display: block;
    margin-top: 7px;
}

.description a {
    font-weight: 600;
    transition: 0.3s all;
}

.description a:hover {
    color: #000;
}

.container-half-compan-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    /*     align-items: center; */
    padding: 0 0 40px 0;
}

.container-half-company {
    padding: 60px 0;
}

.container-half-compan-row .img {
    width: 250px;
    padding-top: 50px;
    opacity: 0;
}

.container-half-compan-row .description {
    width: calc(100% - 270px);
    opacity: 0;
}

.subofert-big-title {
    font-size: 130px;
    line-height: 1;
    font-weight: 100;
    color: #b7b7b7;
    padding: 10px 0;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.container-half-company .container-half-compan-row:nth-of-type(odd) .description {
    padding-left: 20px;
    order: 2;
}

.container-half-company .container-half-compan-row:nth-of-type(even) .description {
    padding-right: 20px;
    order: 1;
}

.container-half-company .container-half-compan-row:nth-of-type(odd) .img {
    order: 1;
}

.container-half-company .container-half-compan-row:nth-of-type(even) .img {
    order: 2;
}

.container-products {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 150px 60px;
}

.sigle-product {
    width: calc(100% / 3);
    padding: 20px;
    transition: 0.3s all;
}

.sigle-product a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    display: block;
    padding: 20px;
    transition: 0.3s all;
    height: 100%;
    text-align: center;
    min-height: 302px;
}

.sigle-product a:hover {
    box-shadow: 0 0 14px -2px #000000;
}

.sigle-product a h2 {
    font-weight: 600;
    font-size: 18px;
}

.wrapper-products .big-title {
    line-height: 1;
    padding-bottom: 0;
}

h1 .company {
    display: none;
}

h1 img {
    display: block;
    padding-bottom: 30px;
}

.container-product-info h1:after {
    content: '';
    width: 47px;
    height: 2px;
    margin-top: 5px;
    background-color: #000000;
    display: block;
}

.title-section {
    font-size: 72px;
    font-weight: 100;
    color: #b7b7b7;
    padding: 40px 0;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    line-height: 1;
    padding-bottom: 0;
}

.container-product-info {
    padding-top: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.container-product-info>.description {
    width: calc(100% - 500px);
    padding-top: 30px;
}

.container-product-info>.product-img {
    width: 500px;
    text-align: center;
}

.wrapper-specification {
    width: 740px;
    margin: 0 auto;
}

.specification-table {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.specification-table>div {
    width: 50%;
    border: 1px solid;
    padding: 10px 20px 10px 15px;
    font-size: 14px;
}

.specification-table>div:first-of-type,
.specification-table>div:nth-of-type(2) {
    border-top: 2px solid;
}

.specification-table>div:last-of-type,
.specification-table>div:nth-last-of-type(2) {
    border-bottom: 2px solid;
}

.specification-table>div:nth-of-type(odd) {
    border-left: 2px solid;
}

.specification-table>div:nth-of-type(even) {
    border-right: 2px solid;
}

.specification-table>div p {
    margin: 0;
    line-height: 2;
}

.specification-name {
    font-weight: 600;
}

.comapre-back {
    text-align: center;
}

.brj_remove_compare_product_reload {
    border-bottom: 0!important;
    position: absolute;
    top: 0;
    right: 0;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
    text-align: center;
}

.specification-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-compare {
    font-size: 72px;
    font-weight: 100;
    color: #b7b7b7;
    padding: 40px 0;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    line-height: 1;
    padding-bottom: 0;
}

.br_compare_button2 {
    padding: 10px 0;
    background-color: #000000;
    color: #ffffff;
    width: 160px;
    transition: 0.3s all;
    text-align: center;
}

.br_compare_button2:hover {
    color: #000000;
    background-color: #939090;
}

.booklet {
    text-align: center;
    padding-top: 30px;
}

.booklet a {
    padding: 10px 20px;
    background-color: #000000;
    color: #ffffff;
    transition: 0.3s all;
}

.booklet a:hover {
    color: #000000;
    background-color: #939090;
}

.single-product .wrapper-products {
    padding-top: 40px;
}

.contact-page .intro-desctiption {
    width: 100%;
}

.contact-page .intro-desctiption {
    top: 20%;
}

.contact-form {
    padding-top: 280px;
}

.contact-form h2 {
    font-size: 36px;
    font-weight: 600;
    color: #b7b7b7;
    letter-spacing: 10px;
    text-transform: uppercase;
    text-align: center;
}

.contact-form h3 {
    font-size: 72px;
    font-weight: 300;
    letter-spacing: 20px;
    color: #b7b7b7;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0 50px;
}

.contact-page .big-title {
    color: #ffffff;
    letter-spacing: 32px;
    height: auto;
}

.contact-company {
    width: 210px;
    text-align: left;
}

.contact-company p {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    padding-top: 30px;
    margin-top: 0;
    margin-bottom: 0;
}

.contact-company a {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
}

.contact-company a:hover {
    text-decoration: underline;
}

.map {
    width: 740px;
    height: 350px;
}

.container-contact-info>.wrapper {
    background-color: #fff;
    padding: 90px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.container-form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0 90px;
    justify-content: space-around;
}

.container-form>div {
    width: 300px;
}

.container-form label {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    margin: 0px;
    display: block;
}

.container-form label br {
    display: none;
}

.container-form label span {
    width: 100%;
}

.container-form .zip_city {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.container-form .zip_city label:first-of-type {
    width: 110px;
}

.container-form .zip_city label:last-of-type {
    width: 170px;
}

.container-form input,
.container-form textarea,
.container-form select {
    background-color: #ebebeb;
    width: 100%;
    border: 0;
    padding: 10px 12px;
}

.contact-form .accept-form {
    padding: 20px 100px 0;
}

.contact-form input[type="submit"] {
    display: block;
    margin: 0 auto;
    font-size: 16px;
    padding: 15px 30px 15px 30px;
    background-color: #000000;
    border: 2px solid #000000;
    color: #ffffff;
    transition: 0.3s all;
}

.contact-form input[type="submit"]:disabled {
    color: #000000;
    background-color: #939090;
    border: 2px solid #939090;
}


.sidebar-compare{
    z-index: 999;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    letter-spacing: 0;
    display: none;
    /* width: 90px; */
    /* height: 40px; */
    left: 0;
    border: 1px solid;
    padding: 10px;
    background: #ffffff;
    box-shadow: 2px 2px 10px rgba(0,0,0,.3);

}
.sidebar-compare a{
    margin: auto;
    text-align: center;
}
.sidebar-compare.show{
    display: block;
}
.sidebar-compare a>*{
    margin: 0;
    padding: 0;
}
.sidebar-compare .number{
    font-size: 25px;
    line-height: 1;
}
.images-background{
    display: none;
    width: 100%;
    height: 100%;
}
.images-background>div{
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1260px) {
    .wrapper,
    .wrapper-small {
        width: 1000px;
    }
    .video-background {
        overflow: hidden;
    }
    .container-products {
        padding: 0 80px 60px;
    }
    .big-title {
        font-size: 150px;
    }
    .container-contact-info>.wrapper {
        padding: 50px;
    }
    .map {
        width: 650px;
    }
    .contact-page .big-title {
        letter-spacing: 22px;
    }
    .contact-form {
        padding-top: 240px;
    }
    .container-form {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .container-form>div {
        width: 45%;
    }
    .container-form>div:last-of-type {
        padding-top: 20px;
        width: 95%;
    }
    .contact-form h2 {
        letter-spacing: 5px;
    }
    .subofert-big-title{
        font-size: 80px;
    }
}

@media screen and (max-width: 1060px) {
    .wrapper,
    .wrapper-small {
        width: 850px;
    }
    .map {
        width: 500px;
    }
    .contact-form h3 {
        letter-spacing: 10px;
    }
    .wrapper-fast-contact h2 {
        font-size: 55px;
    }
    .one-third {
        padding: 0px 10px;
    }
    .company-info {
        width: 560px;
    }
    .company-img {
        width: calc(100% - 630px);
    }
    .container-product-info>.product-img {
        width: 500px;
    }
    .container-product-info>.description {
        width: 100%;
    }
    .header {
        height: 105px;
    }
    .video-wrapper {
        height: calc(100vh - 140px);
        min-height: 240px;
    }
    .intro-logo {
        width: 300px;
    }
    .form-row,
    .half .wpcf7-form {
        max-width: 100%;
    }
    .sigle-product {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 880px) {
    .wrapper,
    .wrapper-small,
    .wrapper-xsmall {
        width: 100%;
        padding: 0 20px;
    }
    .wrapper-fast-contact .wrapper {
        padding: 80px 20px;
    }
    .big-title {
        font-size: 120px;
    }
    .contact-page .big-title {
        letter-spacing: 15px;
    }
    .container-form{
        padding: 0;
    }
    .contact-form .accept-form {
        padding: 20px 0px 0;
    }


}

@media screen and (max-width: 850px) {
    .product_category_container .product_category {
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    .product_category_container .product_category:nth-of-type(odd) .product_category_img {
        order: 1;
    }
    .product_category_container .product_category:nth-of-type(odd) .product_category_description {
        order: 2;
    }
    .product_category_container .product_category:nth-child(odd)>*:nth-child(even) {
        width: 100%;
        text-align: center;
    }
    .product_category_container .product_category:nth-child(even)>*:nth-child(even) {
        width: 100%;
        text-align: center;
    }
    .product_category_container .product_category:nth-of-type(even) .product_category_description {
        padding: 40px 40px 40px 40px;
    }
    .product_category_container .product_category:nth-of-type(odd) .product_category_description {
        padding: 40px 40px 40px 40px;
    }
    .product_category_img_0 img {
        transform: inherit;
        display: block;
        margin: 0 auto;
    }
    .product_category_img_1 img {
        transform: inherit;
        display: block;
        margin: 0 auto;
    }
    .product_category_img_2 img {
        transform: translate(0, 30px);
        display: block;
        margin: 0 auto;
    }
    .product_category_img_3 img {
        transform: translate(0px, 0px);
        display: block;
        margin: 0 auto;
    }
    .product_category_img_5 img {
        transform: translate(0px, 0px);
        margin: 0 auto;
        display: block;
    }
    .company-info-img{
        flex-wrap: wrap;
    }
    .company-img{
        width: 100%;
        text-align: center;
    }
    .company-info{
        width: 100%;
    }
    .container-product-info{
        flex-wrap: wrap;
    }
    .container-product-info>.product-img{
        width: 100%;
    }
    .title-section {
        font-size: 62px;
    }
    .berocket_compare_table table{
        width: 750px;
    }
    .berocket_compare_table{
        padding: 0 0 40px;
    }
    .wrapper-fast-contact .wrapper{
        flex-wrap: wrap;
        padding: 20px 20px 60px;
    }

    .wrapper-fast-contact .half{
        width: 100%;
    }
    .form-row, .half .wpcf7-form{
        width: 100%;
    }
    .form-row .your-email input {
        width: 100%;
    }
    .wrapper-fast-contact h2{
        text-align: center;
    }
    .intro-logo{
        width: 220px;
    }
    .wrapper-footer-company>.wrapper,
    .wrapper-footer-info>.wrapper{
        padding: 45px 20px;
    }
    .wrapper-footer-copyright>.wrapper{
        padding: 10px 20px;
    }
    .header {
        height: 85px;
    }
    .logo-img {
        width: 120px;
    }
    .container-contact-info>.wrapper{
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 50px 20px;
    }
    .contact-company{
        width: 100%;
        padding-bottom: 40px;
    }
    .contact-company,
    .contact-company p{
        text-align: center;
    }
    .map{
        width: 100%;
    }
    .contact-form {
        padding-top: 590px;
    }
}
@media screen and (max-width: 780px) {
    .images-background{
        display: block;
    }
    .video-background{
        display: none;
    }
    .header .right .toogle-nav{
        display: block;
    }
    .header .right .nav{
        display: none;
        position: absolute;
        width: 100%;
        top: 83px;
        right: 0;
        background: #fff;
        z-index: 99999;
        text-align: center;
        padding: 10px;
        order: 3;
    }
    .header ul{
        flex-direction: column;
    }
    .header ul li {
        margin: 5px 5px;
    }   
    .header ul a {
        padding: 5px 50px;
    }
    .header .sub-menu{
        position: relative;
        flex-direction: column;
        text-align: center;
        width: auto;
        right: inherit;
        transform: inherit;
        background-color: #fff;
        z-index: 9999;
        padding: 0px;
        display: flex;
    }
    .header ul li.menu-item-has-children {
        margin: 5px 5px 0;
    }
    .header .sub-menu li:first-of-type{
        margin: 10px 5px 5px 5px
    }
    .header .sub-menu li{
         margin: 5px 5px;
    }
    .header ul li:hover{
        border-bottom: 1px solid transparent;
    }
    .big-title {
        font-size: 80px;
    }
    .wrapper-specification{
        max-width: 100%;
    }

}


@media screen and (max-height: 690px) and (max-width: 1260px) {
    .contact-form {
        padding-top: 220px;
    }
}
@media screen and (max-height: 640px)  {
    .contact-form {
        padding-top: 270px;
    }
}
@media screen and (max-height: 580px)  {
    .video-wrapper{
        height: 440px;
    }
}

@media screen and (max-width: 850px)  {
    .contact-form {
        padding-top: 590px;
    }
    .intro-desctiption{
        height: 70px; 
    }
}
@media screen and (max-width: 730px)  {
    .contact-form h3{
        font-size: 62px;
    }
    .container-form>div{
        width: 100%;
    }
    .container-form .zip_city{
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .container-form>div:nth-of-type(2){
        margin-top: 13px;
    }
    .container-form .zip_city label:first-of-type{
        width: 100%;
    }
    .container-form .zip_city label:last-of-type{
        width: 100%;
        margin-top: 13px;
    }
    .container-form>div:last-of-type{
        width: 100%;
    }
    .wrapper-fast-contact h2 {
        font-size: 45px;
    }
    .container-half-compan-row{
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .container-half-company .container-half-compan-row:nth-of-type(odd) .description{
        width: 100%;
        padding-left: 0;
    }
    .container-half-company .container-half-compan-row:nth-of-type(odd) .description{
        order: 1;
    }
    .container-half-company .container-half-compan-row:nth-of-type(even) .description{
        width: 100%;
        padding-right: 0;
    }
    .container-half-compan-row .img{
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .container-half-company .container-half-compan-row:nth-of-type(odd) .img{
        order: 2;
    }
    .container-half-company {
        padding: 40px 0;
    }
    .container-half-compan-row{
        padding-bottom: 0;
    }
    .container-products{
        padding: 0 30px 60px;
    }
    .title-compare{
        font-size: 50px;
    }
    .subofert-big-title {
        font-size: 60px;
    }
    .container-ul:before,
    .container-ul .description:before{
        content: unset;
    }
    .container-ul{
        padding-left: 0;
    }
    .container-ul .description {
        padding: 10px 0;
    }
    .header .right{
        max-width: 400px;
    }

}
@media screen and (max-width: 680px){
    .wrapper-footer-info>.wrapper,
    .wrapper-footer-company>.wrapper{
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .one-third{
        width: 100%;
        text-align: center;
        padding: 15px 10px;
    }
    .one-third li{
        margin: 8px 0;
    }
    .contact-form h3 {
        font-size: 40px;
    }
    .sigle-product{
        width: 100%;
        text-align: center;
    }
    .header-contact {
        padding-left: 0;
    }
}
@media screen and (max-width: 610px){
    .product_category_container .product_category_4{
        padding: 40px 0 0;
    }
    .product_category_container .product_category:nth-of-type(even) .product_category_description,
    .product_category_container .product_category:nth-of-type(odd) .product_category_description {
        padding: 20px 20px 20px 20px;
    }
    .header .right .header-contact{
        position: absolute;
        left: 0;
        width: 100%;
    }
    .header {
        height: 105px;
    }
    .contact-form h3 {
        letter-spacing: 0px;
    }
    .company-info-img{
        padding: 10px 0;
    }
}
@media screen and (max-width: 550px)  {
    .big-title {
        font-size: 50px;
    }
    .subofert-big-title {
        font-size: 40px;
    }
    .header {
        height: 145px;
    }
    .title-compare{
        word-wrap: break-word;
    }
}
@media screen and (max-width: 430px)  {
    .title-section {
        font-size: 50px;
    }
}
@media screen and (max-width: 390px)  {
    .header-contact a{
        font-size: 14px;
    }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #6e6b6b;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #6e6b6b;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #6e6b6b;
    color: #FFF;
    text-shadow: none;
}



/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.hidden {
    display: none;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}



/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* Blog */
.blog-page-title {
	background: rgba(12, 14, 22, 0.52);
    padding: 160px 0 20px;
	position: relative;
}

.blog-page-title .overlay {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    z-index: -1;
}

.blog-page-title .heading {
	font-size: 65px;
	color: #FFFFFF;
	text-align: center;
}

.blog-page-title #breadcrumbs,
.blog-page-title #breadcrumbs a, 
.blog-page-title #breadcrumbs span {
	font-size: 16px;
	line-height: 32px;
	color: #FFFFFF;
	text-align: center;
}

.p-140-60 {
	padding: 140px 0 60px;
}

.blog-wrapper .row {
	display: flex;
}

.blog-wrapper .col-md-8 {
	max-width: 70%;
	flex: 1 1 70%;
	padding: 0 10px;
}

.blog-wrapper .col-md-4 {
	max-width: 70%;
	flex: 1 1 30%;
	padding: 0 10px;
}

.blog-wrapper .widget {
    background-color: #F9F9F9;
    margin-bottom: 30px;
    padding: 10px 20px 10px 20px;
    position: sticky;
    top: 55px;
}

.blog-wrapper .widget h3 {
	font-size: 30px;
    line-height: 2;
	text-align: left;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none;
    padding-left: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li:not(:last-child) {
	margin-bottom: 10px;
}

.widget_recent_entries {
	margin-top: 20px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li a {
	text-decoration: none;
    color: unset;
    cursor: pointer;
    display: inline-block;
	transition: color 0.3s ease-in-out;
	cursor: pointer;
}

.wp-block-latest-posts.wp-block-latest-posts__list li a:hover {
	color: rgba(0,0,0, 0.7);
}

.tf-section.explore-our-work {
    padding: 101px 0 106px;
}

.blog-wrapper .title-section .subtitle {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 36px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
	margin: 0 0 20px 0;
}

.blog-wrapper .title-section .title {
	font-size: 55px;
	line-height: 1.09;
    color: #b7b7b7;
	margin: 0;
}

.justify-content-center {
	justify-content: center;
}

.explore-box {
	position: relative;
}

.blog-wrapper .splide {
	margin-top: 50px;
}

.explore-box .image {
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    overflow: hidden;
    position: relative;
    max-height: 320px;
	margin-bottom: 2px;
}

.blog-wrapper .splide__track {
	padding-bottom: 20px;
}

.explore-box .image img {
	transition: transform 0.3s ease-in-out;
}

.explore-box.effect .image:hover img {
	transform: scale(1.02);
}

.explore-box .content {
    z-index: 9;
    position: relative;
    margin-top: -25px;
    margin-right: 0;
    background: #f9f9f9;
    padding: 20px 20px 26px 30px;
}

.explore-box .post-categories {
	list-style-type: none;
	padding: 0;
}

@media(max-width: 992px) {
	.blog-wrapper .row {
		flex-direction: column;
		gap: 60px;
	}
	.blog-wrapper .col-md-8 {
		max-width: 100%;
		flex: 1 1 100%;
		padding: 0 15px;
	}

	.blog-wrapper .col-md-4 {
		max-width: 100%;
		flex: 1 1 100%;
		padding: 0 15px;
	}
	
	.tf-section.explore-our-work {
		padding: 50px 15px 50px 15px;
	}
	
	.blog-category-row .col-md-6 {
		width: 50% !important;
	}
}

@media(max-width: 768px) {
	.blog-page-title .heading {
		font-size: 32px;
	}
	
	.blog-wrapper .widget h3 {
		font-size: 25px;
	}
	
	.blog-wrapper .title-section .title {
		font-size: 32px;
	}
	
	.p-140-60 {
		padding: 50px 0 0px;
	}
	
	.blog-category-row .col-sm-12 {
		width: 100% !important;
	}
	
	.additional-text-home h2 {
		font-size: 26px !important;
	}
}


.blog-category-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	padding: 60px 0;
}


.blog-category-row .col-lg-4 {
	padding: 0 15px 0 15px;
	flex: 0 0 auto;
    width: 33.33333333%;
	margin-bottom: 70px;
}

.post-categories {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.additional-text-home {
	padding: 50px 0;
}


.additional-text-home h2 {
	text-transform: uppercase;
    font-weight: 600;
    font-size: 36px;
	color: #444444;
}

.additional-text-home h2:not(:first-child) {
	margin-top: 60px;
}