/*
Theme Name: Probau
Theme URI:
Description: Motyw strony
Author: RoxArt, DC
Author URI: https://roxart.pl/
Version: 1
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'Open Sans', sans-serif!important;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    min-height: 100vh;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html{
    margin-top: 0!important;
    scroll-behavior: smooth;
}

a:hover{
    text-decoration: none;
}

a {
    text-decoration: none;
}

body, html{
    height: 100%;
}

.header_top_bar {
    height: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header_container {
    position: relative;
    width: 100%;
}

.header_top_bar_languages {
    margin: 10px 5px 5px 5px;
}

.header_top_bar_lang {
    color: #808080;
    text-transform: uppercase;
}

.header_top_bar_languages > span {
    color: #808080;
}

.nav-item-phone {
    height: 100%;
    background-color: #1070D3;
}

.nav-item-phone > a {
    color: #fff;
}

.nav-item-phone > a:hover {
    color: #fff;
}

.header_top_bar_lang:hover {
    color: #1C2266;
}

.contact_page_container {
    max-width: 1170px;
    margin: 0 auto;
}

.active-lang {
    color: #1C2266;
}

.header_top_bar_contact {
    width: 50%;
    display: flex;
    justify-content: left;
}

.header_top_bar_contact_icons {
    display: flex;
    flex-direction: row;
    justify-content: left;
    margin-right: 28px;
}

.header_top_bar_contact_icons > a > img{
    display: block;
    margin: 5px;
    width: 21px;
    height: 21px;
}

header, section, .header_top_bar, .front_block, .firms_list{
    max-width: 1410px;
    width: 90%;
    margin: 0 auto;
}

.front_block {
}

.front_block_content{
    padding-top: calc(50% - 434px)
}

.front_block_title {
    font-width: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.front_block_text > p {
    font-size: 80px;
    color: #fff;
    font-weight: 300;
}

.firms_list_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 56px 0;
}

.slogans_list_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 180px;
    margin: 0 20px;
}

.slogan_description {
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    color: #232323;
    font-weight: bold;
}

.slogans_list_content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 87px 0;
}

.front_block_text > p > strong {
    font-size: 80px;
    color: #fff;
    font-weight: bold;
}

.header_menu{
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    top: 85px;
    height: 80px;
    margin: 0 auto;
    width: 100%;
}

.header_menu_contact {
    margin: 0 20px;
}

.navbar-logo {
    display: block;
    width: 140px;
    height: 140px;
}

.navbar-logo > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar{
    padding: 0;
    flex-wrap: nowrap;
}

.nav-item-phone {
    width: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-nav {
    height: 80px;
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1170px;
    width: 100%;
}

.header_menu_contact {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header_menu_contact {
    font-size: 16px;
}

.header_menu_contact > img {
    margin: 0 15px;
}

.wrapper {
    min-height: 100%;
}

.main_about_us {
    margin: 20px auto;
}

.header_menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in;
}

.header_top_bar_contact_email {
    margin: 7px 5px 5px 5px;
}

.header_top_bar_contact_icons > img:hover {
    cursor: pointer;
}

.header_top_bar_contact_email > a{
    font-size: 16px;
    color: #808080;
}

.header_top_bar_contact_email > a:hover {
    color: #1070D3;
}

footer {
    width: 100%;
    background-color: #060A38;
    position: relative;
    padding-bottom: 50px;
}

.footer_line {
    border: 1px solid #fff;
    opacity: 0.3;
}

.footer-nav > ul > li > a {
    color: #fff;
    opacity: 0.8;
    text-transform: uppercase;
}

.footer-nav > ul > li > a:hover {
    color: #1070D3;
}

.main-page-front-block {
    height: 600px;
    width: 100%;
    max-width: none;
}

.footer_container {
    padding: 55px 0 0 0;
}

.footer_contacts_left {
}

.break-line{

}

.footer_contact_phone {
    position: absolute;
    margin-left: 0;
    left: 0;
    padding: 0 35px 0 calc(18.5% - 108px);
}

.footer_contacts_left_header {
    color: #fff;
    opacity: 0.6;
    font-size: 16px;
    margin: 20px 0;
}

.footer_contact_phone {
    background-color: #1C2266;
    height: 60px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.footer_contact_phone_data > span, .lang_contact_slug {
    font-weight: 300;
    margin: 0 10px;
}

.footer_contact_phone_data {
    font-size: 20px;
    color: #fff;
}

.footer_contact_whatsup {
    width: 23px;
    height: 23px;
}

.footer_contact_whatsup > g > path {
    fill: #fff;
}

.footer_contact_phone_data_other {
    color: #fff;
    margin-top: 100px;
    font-size: 14px;
    font-weight: bold;
    opacity: 0.8;
}

.lang_contact_slug {
    opacity: 0.6;
    margin-left: 0;
    font-weight: lighter;
}

.footer_contacts {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer_contact_info {
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.footer_contact_info_content:first-child{
    margin-right: 30px;
}

.footer_contact_info_item{
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
    margin-bottom: 10px;
    font-weight: 600;
}

.footer_contact_info_item > a {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.footer_contacts_right{
    width: 30%;
}

.footer_contacts_right {
    width: 70%;
}

.nav-item {
    margin: 0 15px;
}

.nav-item > a {
    display: block;
    padding: 20px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #808080;
    text-transform: uppercase;
}

.nav-item > a:hover {
    color: #1070D3;
}

.firms_list_item {
    max-width: 166px;
    max-height: 56px;
}

.firms_list_item:hover img{
    filter: none;
}

.firms_list_item > img {
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
}

.slogan_description {

}

.footer-icon > a > svg path {
    fill: #fff;
}

.footer-nav .nav-item:first-child {
    margin-left: 0;
    padding-left: 0;
}

.footer-nav .nav-item a:first-child {
    margin-left: 0;
    padding-left: 0;
}

.header_dark {
    display: flex;
    flex-direction: row;
    justify-content: center;
    top: 0;
    height: 80px;
    margin: 0 auto;
    width: 100%;
    position: fixed;
    left: 0;
    background-color: #fff;
    box-shadow: 3px 3px 20px;
    z-index: 10;
}

.nav-bar-logo_dark {
    width: 80px;
    height: 80px;
}

.nav-item-phone_dark {
    position: absolute;
    right: 0;
    width: 24em;
    justify-content: left;
}

.main_about_us_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*flex-wrap: wrap;*/
}

.main_about_us_left {
    max-width: 690px;
}

.main_about_us_left > h5 {
    color: #232323;
    font-size: 40px;
    text-align: left;
    font-weight: lighter;
    line-height: 60px;
    letter-spacing: 0.8px;
}

.main_about_text {
    margin-bottom: 50px;
}

.main_about_text > p {
    color: #232323;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    margin: 20px 0;
    line-height: 36px;
    letter-spacing: 0.38px;
}

.btn_blue {
    max-width: 370px;
    width: auto;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1.6px;
    text-align: center;
    padding: 19px 71px;
    background-color: #1C2266;
    transition: all 0.3s ease;
}

.btn_border {
    border: 2px #fff solid;
}

.btn_border:hover {
    border: 2px #1070D3 solid;
}

.btn_blue:hover {
    color: #fff;
    background-color: #1070D3;
}

.our_offer_header > h5 {
    text-align: center;
    color: #232323;
    font-size: 40px;
    font-weight: normal;
    line-height: 100px;
    letter-spacing: 0.8px;
}

.our_offer_header > p {
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    max-width: 652px;
    line-height: 36px;
    letter-spacing: 0.36px;
}

.hero-container {
    min-height: 450px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}

.hero_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 130px;
}

.hero_page_header {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 1.8px;
    text-align: center;
    font-weight: bold;
}

.hero_page_name {
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    font-weight: lighter;
}

.breadcrumbs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.breadcrumbs > li {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 20px;
    text-align: center;
    font-weight: normal;
    padding: 0 3px;
}

.bread-current {
    font-weight: normal;
}

.breadcrumbs > li > a {
    color: #fff;
    text-decoration: none;
}

.breadcrumbs > li > a:hover {
    color: #fff;
}

.separator {
    font-size: 26px;
}

.breadcrubs_container {
    margin-top: 90px;
}

.header_text_about {
    color: #232323;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 0.56px;
    text-align: left;
}

.main_about_us_right > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.page-template-about-us .main_about_us_right > img {
    padding-right: 25px;
}
.about_us_why_us > p {
    text-align: center;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0.8px;
    font-weight: lighter;
}

.about_us_why_us > p strong {
    font-weight: bold;
}

.offer-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.offer-item {
    max-width: 100%;
    position: relative;
    margin: 20px 0;
    flex-basis: 49%;
}

.offer-item__wrapper {
    width: 100%;
    height: 100%;
}

.offer-item__wrapper > img {
    width: 100%;
    height: auto;
}
.realizations_page .offer-item__wrapper > img {
    width: 100%;
    height: auto;
    max-height: 270px;
    object-fit: cover;
}
.offer-item__mask {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    background-color: rgba(28, 34, 102, 1);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    letter-spacing: 0.6px;
    line-height: 40px;
    transition: all 0.3s ease;
}

.offer-item:hover .offer-item__mask {
    height: 100%;
    background-color: rgba(28, 34, 102, 0.7);
    color: #fff;
    text-decoration: none;
}
.page-template-realizations .offer-items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.page-template-realizations .offer-items .offer-item {
    margin: 0;
}
.contact_form_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

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

.contact_page {
    max-width: 1260px;
}

.contact_form_data_container {
    max-height: 307px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 60px;
    border-right: 2px solid #1070D3;
}

.contact_form_data > img {
    height: 55px;
    width: 55px;
}

.contact_form_data > p {
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.28px;
    margin-top: 7px;
}

.contact_form_data > p > p {
    margin: 0;
}

.contact_group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.contact_group_area {
    width: 100%;
}

.contact_group .contact_item:first-child {
    margin-right: 20px;
}

.contact_group label {
    font-size: 18px;
    text-align: left;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
}

.contact_group input {
    max-width: 390px;
    padding: 10px 0 10px 20px;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 20px;
    color: #232323;
    opacity: 0.5;
    margin-top: 5px;
}

.contact_group_area label {
    font-size: 18px;
    text-align: left;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
}

.contact_form_right {
    width: auto;
}

.submit_group {
    margin-top: 20px;
    flex-wrap: nowrap;
}

.submit-item span {
    margin: 0;
}

.contact_group_area textarea{
    width: 100%;
    padding: 10px 0 10px 20px;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 20px;
    color: #232323;
    opacity: 0.5;
    margin-top: 5px;
}

.phone_num {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.36px;
}

.contact_form_container {
    max-width: 1170px;
}

.contact_form_data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px 0;
    align-items: center;
    width: 210px;
    height: 158px;
}

.submit-item label span {
    color: #7D7A7D;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.84px;
    text-transform: none;
}

.submit-item label span a {
    text-decoration: underline;
    color: #7D7A7D;
}

.submit-item > .btn_blue {
    color: #fff;
    text-transform: uppercase;
    max-width: unset;
    padding: 20px 70px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1.6px;
    line-height: 22px;
    opacity: 1;
    border: none;
    box-shadow: none;
    font-weight: bold;
}

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

.contact_us_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: rgba(16, 112, 211, 0.04);
    align-items: center;
    min-height: 120px;
}


.contact_us_left , .contact_us_right {
    display: flex;
    align-items: center;
    padding: 30px 30px;
}

.contact_us_right > a {
    background-color: #1C2266;
    display: block;
    padding: 20px 70px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1.6px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    position:relative;
}

.contact_us_right > a:hover {
    background-color: #1070D3;
}

.contact_us_right {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
}

.contact_us_right > img {
    height: 77px;
    width: 77px;
    margin-left: -20px;
    z-index: 2;
}

.contact_us_left > p {
    color: #1C2266;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.6px;
}

.contact_data_container > h3 {
    width: 100%;
    text-align: left;
    font-size: 40px;
    letter-spacing: 0.8px;
}

.lang, .phone_num, .phone_text {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.38px;
}

.lang, .data_email {
    color: #1070D3;
}

.phone_num {
    font-weight: bold;
}

.contact_data_item > h5 {
    font-size: 18px;
    text-align: left;
    letter-spacing: 0.36px;
    line-height: 38px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.contact_data_item > p {
    font-size: 18px;
    text-align: left;
    letter-spacing: 0.38px;
    line-height: 28px;
}

.contact_data_item {
    margin-right: 121px;
}

.contact_data_list {
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
}

.contact_data_item {
    margin-top: 30px;
    padding-left: 25px;
    border-left: 2px #1070D3 solid;
}

.contact_data_item:first-child {
    border-left: none;
}

.map_container {
    max-width: unset;
    width: 100%;
    height: 400px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.info_element_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    max-height: 600px;
    margin-bottom: 180px;
}

.info_element_left {
    background-image: url('img/info_element_bg.png');
    background-color: #1C2266;
    background-repeat: no-repeat;
    background-position-x: 50px;
    background-position-y: 100%;
    padding: 45px 0 0 200px;
    background-blend-mode: multiply;
}

.info_element_left > img {
}



.info_element {
    max-width: unset;
    width: 100%;
    background-color: #1C2266;
}

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

.info_element_right_content > h3 {
    color: #fff;
    line-height: 40px;
    letter-spacing: 0.8px;
    font-size: 40px;
}

.info_element_right_content {
    margin-left: 50px;
    max-width: 690px;
}

.info_element_right_content > p {
    margin: 40px 0;
    color: #fff;
    font-size: 18px;
    text-align: left;
    letter-spacing: 0.36px;
    line-height: 36px;
}

.how_work_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.big_num {
    color: #1070D3;
    font-size: 80px;
    line-height: 100px;
    letter-spacing: 1.6px;
    text-align: left;
    font-weight: bold;
    margin-right: 25px;
    margin-top: 10px;
}

.how_work_right > img {
    max-width: 570px;
    max-height: 602px;
}

.how_work_left {

}

.how_work_left_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.how_work_left_content > h3 {
    width: 100%;
    text-align: left;
    font-size: 40px;
    letter-spacing: 0.8px;
    margin-bottom: 25px;
}

.footer_credits_right {
    display: flex;
    flex-direction: column;
    justify-content: right;
}

.footer_credits_right > img {
    width: 105px;
    height: 16px;
    margin-left: 64%;
}

.how_we_work_item {
    display: flex;
    flex-direction: column;
    max-width: 570px;
    margin-bottom: 40px;
}

.how_we_work_item > p {
    font-size: 18px;
    letter-spacing: 0.36px;
    line-height: 36px;
}

.how_we_work_item > h5 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: left;
    letter-spacing: 0.4px;
    line-height: 40px;
    font-weight: bold;
}

.how_work_row {
    display: flex;
    flex-direction: row;
}

.product_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 440px;
    border: 1px solid #fff;
}

.product_item:hover {
    box-shadow: 3px 3px 20px #1070D326;
    border: 1px solid #F6FAFF;
}

.products_list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.products_list.see_also_list a {
    width: 24%;
    margin-bottom: 20px;
}

.tech_data li i {
    color: #1070D3;
    margin-right: 10px
}

.tech_data li {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.36px;
}

.product_item_tag {
    font-size: 14px;
    letter-spacing: 0.28px;
    text-align: left;
    line-height: 20px;
    color: #232323;
}

.product_item_tag:hover, .product_item_name {
    color: #232323;
}

.product_item_name {
    color: #232323;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0.38px;
    line-height: 38px;
}

.product_item_desc {
    padding-left: 31px;
}

.products_container {
    display: flex;
    flex-direction: row;
    /*flex-wrap: wrap;*/
    justify-content: center;
}

.products_content {
    display: flex;
    flex-direction: column;
}

.first_desc {
    max-width: 950px;
    text-align: left;
}

.first_desc > h3 {
    color: #232323;
    font-size: 40px;
    letter-spacing: 0.8px;
    text-align: left;
	/*line-height: 38px;*/
	padding-bottom: 2px;
}

.first_desc > .products_sub_header {
    margin: 20px 0;
    color: #232323;
    font-size: 18px;
    letter-spacing: 0.36px;
    line-height: 38px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
}

.first_desc > .products_text {
    color: #232323;
    font-size: 18px;
    letter-spacing: 0.36px;
    line-height: 38px;
    text-align: left;
}

.firm_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.firm_header > h2{
    color: #808080;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin: 5px 0;
}

.products_box > a {
    color: #808080;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.products_box > a:hover {
    color: #1070D3;
}

.firm_header:hover .firm_header > h2 {
    color: #1070D3;
}

.product_main_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*flex-wrap: wrap;*/
}

.product_page_part1 {
    display: flex;
    flex-direction: row;
}

.submenu {
    width: 330px;
    background-color: #F6FAFF;
    margin-right: 40px;
    padding: 30px 0;
    height: auto;
    min-width: 300px;
}

.product_main_left {
    display: flex;
    flex-direction: column;
}

.usage_desc > h3 {
    text-align: left;
    line-height: 38px;
    letter-spacing: 0.36px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 40px;
}

.product_data_list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.product_data_item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 20px;
}

.firm_product {
    display: block;
}

.product_data_item_num {
    margin-bottom: 10px;
    width: 120px;
    height: 100px;
    color: #1070D3;
    display: flex;
    justify-content: center;
    font-size: 40px;
    align-items: center;
    line-height: 40px;
    text-align: center;
    font-weight: bolder;
    background-color: #F6FAFF;
}

/*Select product*/
.postid-430 .product_data_item:first-child .product_data_item_num{
    font-size: 30px;
    line-height: 34px;
}
.postid-474 .product_data_item:last-child .product_data_item_num{
    font-size: 30px;
    line-height: 34px;
}
.postid-432 .product_data_item:first-child .product_data_item_num{
    font-size: 16px;
    line-height: 20px;
}
/*****/
.product_data_item_desc {
    color: #808080;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.28px;
    max-width: 100px;
}
.tech_data {
    margin-top: 30px;
}

.usage_desc > p {
    max-width: 570px;
    text-align: left;
    line-height: 38px;
    letter-spacing: 0.38px;
    font-size: 18px;
}

.product_btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.product_btns > a {
    margin-right: 15px;
}

.product_btns > a:last-child {
    margin-right: 0;
}

.product_btns > .btn_blue {
    max-width: unset;
}

.firm_logo {
    width: 146px;
    height: 56px;
}

.ebay_link {
    max-width: 191px;
    max-height: 62px;
}

.product_main_img {
    max-width: 450px;
    height: 450px;
    width: 100%;
    height: auto;
    object-fit: contain;
    /*position: sticky;*/
    top: 100px;
    min-width: 353px;
}

.product_main_right > h3 {
    font-size: 14px;
    letter-spacing: 0.28px;
    text-align: left;
    line-height: 20px;
}

.product_main_right > h4 {
    font-size: 40px;
    letter-spacing: 0.8px;
    text-align: left;
    line-height: 110px;
    font-weight: bold;
}

.tech_data > h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
.products_variations {
    margin-top: 30px;
}
.products_variations h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
.products_variations_list {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.products_variations_item > img {
    max-width: 100%;
}

.products_variations_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
}

.products_variations_item > p {
    color: #707070;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 27px;
}

.product_main_container {
    max-width: 1050px;
}

.product_desc > p {
    max-width: unset;
}

.product_page_part2 {
    margin-top: 50px;
}

.product_page_part2 > img {
    width: 100%;
    height: 100%;
}

.product_page_part2 > h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    line-height: 38px;
    letter-spacing: 0.36px;
}

.product_page_part3 {
    font-size: 40px;
    letter-spacing: 0.8px;
    margin: 10px 0 0 30px;
    font-weight: bold;
    text-align: center;
}

.see_also_list {
    margin: 40px;
}

.products_content .product_item {
    width: 310px;
}

 .product_item > img {
    max-width: 310px;
    width: 100%;
    object-fit: cover;
    max-height: 275px;
}

 .realizations_country_list {
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     flex-wrap: wrap;
 }

 .realizations_country_item {
     max-width: 450px;
     margin: 10px;
 }

 .realizations_country_item > img {
     width: 100%;
     height: 100%;
 }

 .realizations_country {
     margin-bottom: 40px;
 }

 .realizations_country_container > h3 {
    font-size: 40px;
    letter-spacing: 0.8px;
     text-align: left;
     margin-left: 5px;
     margin-bottom: 50px;
 }

 .realizations {
     max-width: unset;
     width: 100%;
     margin-bottom: 100px;
 }

 .img_slide {
     max-height: 360px;
     width: 100%;
 }

 .realizations_btn {
     display: flex;
     justify-content: center;
     margin-top: 60px;
 }

 .realizations_text > h3 {
     font-size: 40px;
     text-align: center;
     letter-spacing: 0.8px;
 }

 .realizations_text > p {
     text-align: center;
    line-height: 36px;
     font-size: 18px;
     letter-spacing: 0.36px;
     max-width: 690px;
     margin: 30px auto;
 }

 .realizations_btn > a {
    max-width: 202px;
 }

.products_content .products_list {
    max-width: 950px;
}

.info_slider {
    margin: 50px 0 0 0;
    width: 100%;
}

.info_slider_item {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info_slider_text {
    max-width: 720px;
    text-align: center;

}

.info_slider_text > p {
    color: #232323;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.6px;
    line-height: 60px;
}

.swiper-pagination {
    bottom: 0;
}

.swiper-pagination-bullet {
    margin: 0 7px;
    width: 15px;
    height: 15px;
}

.footer_credits {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.footer_credits p, .footer_credits .footer_credits_left  {
    color: #FFFFFF;
    opacity: 0.4;
}

html {
    scroll-behavior: smooth;
}

.home_contact_form {
    max-width: unset;
    width: 100%;
    padding: 80px 0;
}

.home_contact_form > .contact_page {
    background-color: #fff;
    z-index: 2;
    padding: 40px 60px;
}

.home_contact_form > .contact_page > h3 {
    font-size: 40px;
    width: 100%;
    text-align: center;
    letter-spacing: 0.8px;
    margin-bottom: 30px;
}

/* Burger */

.burger {
    width: 30px;
    height: 23px;
    position: relative;
    padding: 0;
    background: none;
    border: 0;
    z-index: 99999;
    font-size: 0;
    color: transparent;

    display: none;
}

.burger:focus {
    outline: none;
}

.burger__line {
    display: block;
    width: 30px;
    height: 2px;
    margin: 3px 0;

    background-color: #fff;

    transition: transform 0.2s ease-out;
}

.burger_menu {
    display: block;
    background-color: #fff;
    z-index: 1000;
    height: 100vh;
    position: fixed;
    width: 0%;
    overflow: hidden;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
}

.burger_menu > .navbar {
    display: flex;
    background-color: #fff;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.burger__line:nth-child(1) {
    width: 20px;
    margin-left: auto;
}

.burger__line:nth-child(1),
.burger__line:nth-child(3) {
    transform-origin: right;
    transition: width 0.2s ease-out;
}

.burger.active .burger__line:nth-child(1),
.burger.active .burger__line:nth-child(3) {
    width: 0;
}

.burger.active .burger__line:nth-child(2),
.burger.active .burger__line:nth-child(4) {
    position: absolute;
    left: 0;
    top: 50%;

    transform-origin: center;
}

.burger.active .burger__line:nth-child(2) {
    transform: rotate(45deg);
}

.burger.active .burger__line:nth-child(4) {
    transform: rotate(-45deg);
}

.scroll_blocked {
    overflow: hidden;
}

.burger_dark {
    background-color: #000;
}


.fullwidth {
    width: 100%;
}

.dropdown_category {
    padding: 0 20px;
}

.category_header, .firm_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
    max-width: 300px;
    align-items: center;
}

.products_box {
    display: none;
    flex-direction: column;
    justify-content: left;
    padding-left: 20px;
}

.category_header {
    margin: 10px 0;
}

.category_header > h3 {
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 600;
}

.category_name {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
    max-width: 300px;
}

.category_name > h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}

.category_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
}

.firm_header > i {
    transform: rotate(180deg);
}

.category_content {
    display: none;
}

.visible{
    display: flex;
}

.category_name_angle{
    font-size: 25px;
    color: #1070D3;
    transform: rotate(180deg);
    padding: 12px 0;
    transition: all 0.3s ease;
}

.firm_container {
    display: none;
}

.visible_block {
    display: block;
}

.plus_icon {
    font-size: 14px;
    color: #1070D3;
}

.category_header > i {
    font-size: 18px;
    color: #1070D3;
}

.category_header_angle {
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.not_rotated {
    transition: all 0.3s ease;
    transform: rotate(0deg);
}

.active_burger {
    z-index: 9999;
}

.active_line {
    background-color: black;
}

/*product additional section*/
.image-section {
    max-width: 64%;
    margin-right: 0;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 40px;
}
.image-item {
    display: flex;
    align-items: center;
}
.image-item img {
    max-width: 300px;
    height: auto;
    margin-right: 20px;
}

.image-item h3 {
    color: #232323;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.36px;
    margin-bottom: 20px;
}
.image-item p {
    color: #232323;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.36px;
    line-height: 38px;
}
/*****SUBMENU**************/
.submenu_window {
    background-color: #FFF;
    position: fixed;
    width: 100%;
    top: 0;
    left: auto;
    right: auto;
    max-width: 1170px;
    margin-left: 138px;
    padding: 40px 50px;
    display: none;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}
.header_menu.header_dark .submenu_window.show {
    top: 80px;
}
.submenu_window.show{
    display: flex;
    opacity: 1;
    top: 172px;
    visibility: visible;
}
.col-left {
    width: 62%;
}
.col-right {
    width: 18%;
    margin-left: 10%;
}
p.submenu-title {
    color: #1070D3;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 700;
}
.submenu-item {
    display: flex;
    padding-top: 30px;
    justify-content: space-between;
}
.firm_title h2 {
    color: #808080;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
}
ul.submenu-item-container {
    display: flex;
    flex-direction: column;
}
a.products_list_item {
    color: #808080;
    font-size: 14px;
    line-height: 20px;
    margin: 3px 0;
}
a.products_list_item:hover{
    color: #1070D3;
}

.nav-item.has-submenu:hover .submenu-window{
    display: flex !important;
}
/**************************/
/*update 16.12*/
.realizations_country_item img {
    max-width: 100%;
    height: auto;
}
.realizations_country_item{
    margin: 0;
}
.realizations_country_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.realizations .img_slide {
    object-fit: cover;
    height: 300px;
}
@media (max-width: 1730px) {
    /*
    .offer-items {
        justify-content: center;
    } */
}

@media (max-width: 1620px) {
    .main_about_us_left {
        margin-bottom: 60px;
    }

    .main_about_us_container {
        justify-content: center;
    }
    .image-section {
        max-width: 100%;
    }
}
@media (max-width: 1570px) {
    .how_work_container {
        justify-content: center;
    }

    .how_work_right {
        margin-top: 40px;
    }
    .front_block_content {
        padding-top: calc(50% - 290px);
    }
    .submenu_window{
        width: 81%;
        left: 58px;
    }
}
@media (max-width: 1400px) {
    .offer-item__mask{
        font-size: 25px;
        padding: 0 15px;
        line-height: 25px;
    }
}
@media (max-width: 1350px) {
    .footer_contacts {
        flex-direction: column;
        justify-content: center;
    }

    .footer_contacts_right {
        width: 100%;
    }

    .footer-nav > ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .header_menu > .navbar-nav > .navbar > li {
        display: none;
    }

    .header_menu > .navbar-nav {
        background-color: transparent;
    }

    .header_menu {
        justify-content: space-between;
    }

    .header_menu > .navbar-nav > .navbar {
        width: 100%;
    }

    .header_menu{
        width: 100%;
    }

    #navToggle{
        display: block;
    }

    .nav-item-phone {
        display: none;
    }

    .header_dark {
        padding: 0 40px;
    }
    .product_main_content, .main_about_us_container {
        flex-wrap: wrap;
    }
    
}

@media (max-width: 1250px) {
    .contact_form_left {
        width: 100%;
    }

    .contact_form_container {
        justify-content: center;
    }

    .contact_form_data_container {
        max-width: unset;
        flex-direction: row;
        justify-content: space-between;
        border-right: none;
        border-bottom: 2px #1070D3 solid;
        padding-right: 0;
        padding-bottom: 15px;
        margin-bottom: 30px;
        width: 100%;
        justify-content: space-evenly;
    }
    
    .product_main_right {
        width: 100%;
    }
    .submenu {
        min-width: 270px;
    }
    .products_list.see_also_list a {
        width: 45%;
    }
    .product_item{
        height: auto;
    }
    section{
        width: 92%;
    }
    .page-template-realizations .offer-items {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
}


@media (max-width: 1050px) {
    .contact_group {
        justify-content: center;
    }

    .contact_group .contact_item:first-child {
        margin: 0;
    }

    .contact_group input {
        max-width: unset;
        width: 100%;
    }

    .contact_data_list {
        flex-direction: column;
        justify-content: center;
    }

    .contact_data_item > h5 {
        text-align: center;
    }

    .contact_data_item > p {
        text-align: center;
    }

    .contact_data_item {
        margin-right: 0;
        border-left: none;
        padding-left: 0;
        border-bottom: 2px #1070D3 solid;
        padding-bottom: 30px;
    }

    .contact_data_item:last-child {
        border-bottom: none;
    }

    .info_element_left {
        display: none;
    }

    .info_element_container {
        padding: 50px 0;
    }
}

@media (max-width: 900px) {
    .front_block_content {
        padding-top: calc(50% - 90px);
    }

    .main-page-front-block > div {
        background-size: cover!important;
    }
    .image-item {
        flex-direction: column;
    }
    .product_page_part1 {
        flex-direction: column;
    }
    .submenu {
        margin-bottom: 50px;
    }
    .firm_header > h2 {
        margin: 8px 0;
    }
    .products_box > a {
        margin: 3px 0;
    }
    .footer_credits_right {
        flex-direction: row-reverse;
        margin-top: 20px;
    }
    .footer_credits_right > img {
        margin-left: 5px;
    }
    .offer-item__wrapper > img {
        min-height: 223px;
        object-fit: cover;
    }
}
/*
@media (max-width: 900px) {
    .front_block_content {
        padding-top: calc(50%);
    }
}
*/
@media (max-width:  768px){
    .products_container {
        flex-wrap: wrap;
    }
    .info_element_right_content {
        margin-left: 20px;
        margin-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .realizations_country_list {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .page-template-realizations .offer-items {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .offer-item {
        max-width: 100%;
        flex-basis: 100%;
    }

}
@media (max-width: 590px) {
    .header_top_bar_contact {
        display: none;
    }
    
    .header_top_bar_languages {
        justify-content: right;
    }
    .product_btns {
        flex-direction: column;
    }
    .product_btns > a:last-child {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .submenu {
        width: 100%;
        margin-right: 0
    }
    .category_name, .category_header, .firm_header {
        max-width: 100%;
    }
    .product_data_list {
        justify-content: space-around;
    }
    .products_list.see_also_list a {
        width: 100%;
    }
    .product_item {
        align-items: center;
    }
    .product_page_part3 {
        margin-left: 0;
    }
    .product_item_desc {
        padding-left: 0;
    }
    .footer_credits, .footer_credits_right {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .footer_credits_right > img {
        margin-left: 0;
        margin-top: 20px;
    }
    .products_variations_item {
        width: 90%;
    }
    .how_work_right > img {
        max-width: 100%;
        max-height: 100%;
    }
    .front_block_content {
        padding-top: 171px;
    }
    .offer-item__wrapper > img {
        object-fit: cover;
        min-height: 160px;
    }
    .contact_group {
        flex-wrap: wrap;
    }
    .contact_group .wpcf7-list-item input{
        width: auto;
    }
    .submit-item span {
        margin-bottom: 20px;
    }
    .footer_contact_phone {
        padding-left: 15px;
    }
}

@media (max-width: 430px) {
    .firms_list_content {
        justify-content: center;
    }
    .realizations_country_list {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .footer_contact_info {
        flex-wrap: wrap;
        justify-content: left;
    }

    .footer_contact_info_content {
        margin-right: 0!important;
        margin-top: 10px;
    }
    .realizations_country_list {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .footer-nav > ul {
        justify-content: left;
    }

    .nav-item {
        margin-left: 0;
    }

    .footer_credits_right {
        margin-top: 20px;
    }

    .info_element_container {
        max-height: none;
    }

    .info_element_right_content > a {
        margin: 0 auto;
        display: block;
        padding: 19px 27px;
    }

    .info_element_right_content {
        margin-left: 0;
        margin: 0 10px;
    }
    .front_block_text > p {
        font-size: 66px;
    }
}