@charset "UTF-8";
/**
 * Loading first in the style.scss & classic-editor.scss
 */
/**
 * General - https://wordpress.org/documentation/article/css/
 */
.page-content a,
.comments-area a {
    text-decoration: underline;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden !important;
}

.alignright {
    float: right;
    margin-left: 1rem;
}

.alignleft {
    float: left;
    margin-right: 1rem;
}

.aligncenter {
    clear: both;
    display: block;
    margin-inline: auto;
}

.alignwide {
    margin-inline: -80px;
}

.alignfull {
    margin-inline: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}

.alignfull img {
    width: 100vw;
}

.wp-caption {
    margin-block-end: 1.25rem;
    max-width: 100%;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    display: block;
    margin-inline: auto;
}

.wp-caption-text {
    margin: 0;
}

.gallery-caption {
    display: block;
    font-size: 0.8125rem;
    line-height: 1.5;
    margin: 0;
    padding: 0.75rem;
}

.pagination {
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
}

.sticky {
    position: relative;
    display: block;
}

.bypostauthor {
    font-size: inherit;
}

.hide {
    display: none !important;
}

.post-password-form p {
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.post-password-form [type=submit] {
    margin-inline-start: 3px;
}

/**
 * Utility styles
 */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eeeeee;
    clip: auto !important;
    clip-path: none;
    color: #333333;
    display: block;
    font-size: 1rem;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 12px 24px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/**
 * Post item in archive pages
 */
.post .entry-title a {
    text-decoration: none;
}

.post .wp-post-image {
    width: 100%;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 991px) {
    .post .wp-post-image {
        max-height: 400px;
    }
}

@media (max-width: 575px) {
    .post .wp-post-image {
        max-height: 300px;
    }
}

/**
 * Comments
 */
#comments .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.9em;
}

#comments .comment,
#comments .pingback {
    position: relative;
}

#comments .comment .comment-body,
#comments .pingback .comment-body {
    display: flex;
    flex-direction: column;
    padding-block-start: 30px;
    padding-block-end: 30px;
    padding-inline-start: 60px;
    padding-inline-end: 0;
    border-block-end: 1px solid #cccccc;
}

#comments .comment .avatar,
#comments .pingback .avatar {
    position: absolute;
    left: 0;
    border-radius: 50%;
    margin-inline-end: 10px;
}

html[dir=rtl] #comments .comment .avatar, body.rtl #comments .comment .avatar,
html[dir=rtl] #comments .pingback .avatar,
body.rtl #comments .pingback .avatar {
    left: auto;
    right: 0;
}

#comments .comment-meta {
    display: flex;
    justify-content: space-between;
    margin-block-end: 0.9rem;
}

#comments .reply,
#comments .comment-metadata {
    font-size: 11px;
    line-height: 1;
}

#comments .children {
    position: relative;
    list-style: none;
    margin: 0;
    padding-inline-start: 30px;
}

#comments .children li:last-child {
    padding-block-end: 0;
}

#comments ol.comment-list .children:before {
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
    line-height: 100%;
    content: "↪";
    position: absolute;
    top: 45px;
    left: 0;
    width: auto;
}

html[dir=rtl] #comments ol.comment-list .children:before, body.rtl #comments ol.comment-list .children:before {
    content: "↩";
    left: auto;
    right: 0;
}

@media (min-width: 768px) {
    #comments .comment-author,
    #comments .comment-metadata {
        line-height: 1;
    }
}

@media (max-width: 767px) {
    #comments .comment .comment-body {
        padding: 30px 0;
    }

    #comments .children {
        padding-inline-start: 20px;
    }

    #comments .comment .avatar {
        position: inherit;
        float: left;
    }

    html[dir=rtl] #comments .comment .avatar, body.rtl #comments .comment .avatar {
        float: right;
    }
}

/**
 * Responsive layouts
 */
.site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 100%;
}

@media (max-width: 575px) {
    .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
        padding-inline-start: 10px;
        padding-inline-end: 10px;
    }
}

@media (min-width: 576px) {
    .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
        max-width: 500px;
    }

    .site-header.header-full-width .header-inner {
        max-width: 100%;
    }

    .site-footer.footer-full-width .footer-inner {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
        max-width: 600px;
    }

    .site-header.header-full-width {
        max-width: 100%;
    }

    .site-footer.footer-full-width {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
        max-width: 800px;
    }

    .site-header.header-full-width {
        max-width: 100%;
    }

    .site-footer.footer-full-width {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
        max-width: 1140px;
    }

    .site-header.header-full-width {
        max-width: 100%;
    }

    .site-footer.footer-full-width {
        max-width: 100%;
    }
}

.site-header + .elementor {
    min-height: calc(100vh - 320px);
}


/**
 * Custom Cirrus
 */
div.bdt-prime-slider-skin-general .bdt-prime-slider-wrapper {
    max-width: 1580px;
}

main#content { /* header height */
    margin-top: -162px;
}

.site-header {
    z-index: 1;
}

div.contact_info {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    display: flex;
    gap: 63px;
}

div.contact_info > a, div.contact_info > span {
    position: relative;
}

div.contact_info > a:before {
    content: '';
    background: url('assets/images/mail.svg') no-repeat;
    display: inline-block;
    height: 14.1px;
    width: 20px;
    position: absolute;
    left: -27px;
    top: 5px;
}

div.contact_info > span:before {
    content: '';
    background: url('assets/images/clock.svg') no-repeat;
    display: inline-block;
    height: 17px;
    width: 17px;
    position: absolute;
    top: 3px;
    left: -31px;
}

div.bdt-btn-wrapper > a.bdt-slide-btn:after {
    content: '';
    background: url('assets/images/arrow-right.svg') no-repeat;;
    display: inline-block;
    height: 13px;
    width: 26px;
    position: absolute;
    right: 44px;
    top: 22px;
}

div.bdt-prime-slider-skin-general .bdt-slider-excerpt {
    margin: 0;
}

div.bdt-prime-slider-skin-general .bdt-prime-slider-desc {
    margin-top: 0;
}

div.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title {
    margin-bottom: 6px;
}

div.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-sub-title .bdt-ps-sub-title {
    margin-bottom: 0;
}

div.bdt-prime-slider-skin-general .bdt-btn-wrapper {
    margin-top: 48px;
}

body.home h2.bdt-ps-sub-title:after, body.page-template-default:not(.home) h1:not(.nopseudo):after {
    content: '';
    background: url('assets/images/nowosci.svg') no-repeat;
    display: inline-block;
    height: 46px;
    width: 233px;
    position: absolute;
    right: -265px;
}

body.page-template-default:not(.home) h1:after {
    right: unset;
    top: -50px;
    left: 0;
}

body.page-template-default:not(.home) h1 {
    margin-bottom: 26px;
}

.site-navigation ul.menu li a {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.77;
}

.site-navigation ul.menu ul.sub-menu {
    border-top: 5px solid #F15A24;
}

.site-navigation ul.menu ul.sub-menu li a {
    height: 51px;
    border-bottom: 1px solid #333;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #333;
    text-transform: none;
    text-wrap: nowrap;
}

div.icons-block.e-con.e-flex {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

div.icons-block.e-con.e-flex > div.e-con-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 78px;
}

div.icons-block.e-con.e-flex > div.e-con-inner > div.elementor-widget-text-editor {
    min-width: 100%;
}

form.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
}

form.wpcf7-form > div.contact-details {
    flex: 1;
}

form.wpcf7-form > div.contact-form {
    flex: 2;
}

.cr-blue {
    color: #4A7CE2;
}

.cr-white {
    color: #fff;
}

.cr-orange {
    color: #F15A24;
}

.cr-black {
    color: #0D0D0C;
}

.cr-yellow {
    color: #EE886E;
}

table.wpdtSimpleTable td {
    font-size: 18px;
    font-weight: 600;
    border: none;
    height: 80px;
    text-align: center;
    vertical-align: middle;
}

table.wpdtSimpleTable th {
    height: 80px;
    text-align: center;
    background-color: #EE886E !important;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: none;
    vertical-align: middle;
}

table.wpdtSimpleTable tr > td:last-of-type {
    color: #EE886E !important;
}

table.wpdtSimpleTable td {
    background-color: unset !important;
    height: 65px !important;
}

table.wpdtSimpleTable tr:nth-child(even) {
    background-color: #F0F4FD !important;
}

table.wpdtSimpleTable tr:nth-child(odd) {
    background-color: #fff !important;
}

table.wpdtSimpleTable td,
table.wpdtSimpleTable th {
    padding: 5px !important;
}

h1 {
    color: #F15A24;
}

body.page-template-default div.top-banner {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 47.86%; /* (img-height / img-width * container-width) */
    position: relative;
}

body.page-template-default div.banner-top-text {
    position: absolute;
    top: 200px;
}

body.page-template-default div.banner-top-text div.elementor-widget-text-editor p {
    max-width: 700px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.77;
}

header.site-header {
    padding-top: 34px;
    height: 162px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

header.site-header .site-branding {
    flex: 1;
}

header.site-header > div.header-inner {
    position: relative;
    flex: 6;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

header .site-navigation ul#menu-menu-top > li:last-child {
    background: #4A7CE2;
    border: 1px solid #333333;
    padding: 10px 47px 10px 121px;
    margin-top: -13px;
    max-height: 59px;
}

header .site-navigation ul#menu-menu-top > li:last-child > a {
    position: relative;
    padding: 0;
    font-size: 22px;
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 800;
}

header .site-navigation ul#menu-menu-top > li:last-child > a:before {
    content: '';
    background: url('assets/images/phone-white.svg') no-repeat;
    display: inline-block;
    width: 32px;
    height: 27.88px;
    position: absolute;
    top: 4px;
    left: -54px;
    background-size: contain;
}

.site-navigation ul#menu-menu-top li a {
    padding: 8px 28px;
}

.site-navigation ul#menu-menu-top li a:hover {
    transition: 0.38s;
    color: #F15A24;
}

header .site-navigation, .site-navigation-toggle-holder {
    margin-top: 19px;
}

.container {
    max-width: 1580px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

div.bdt-prime-slider-skin-general ul.bdt-slideshow-items {
    min-height: 840px !important;
}

footer .footer-inner h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    color: #333;
    margin-top: 0;
    margin-bottom: 43px;
}

footer .site-navigation ul.menu li a {
    color: #333;
    text-transform: none;
    font-size: 16px;
    line-height: 1.77;
    font-weight: 400;
    padding: 0;
}

footer .site-navigation ul.menu li a:hover {
    color: #4A7CE2;
    font-weight: 500;
    transition: .3s;
}

footer .site-navigation ul.menu {
    flex-direction: column;
}

footer .site-navigation {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

footer ul {
    padding-left: 0;
    list-style: none;
}

.site-footer .footer-inner {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
}

.site-footer .footer-inner > div, .site-footer .footer-inner > nav {
    flex: 1;
}

.site-footer .footer-inner > div.site-branding {
    flex: 3;
    justify-content: flex-start;
    gap: 38px;
}

footer p.site-description {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    max-width: 400px;
}

footer#site-footer {
    padding-top: 78px;
    border-top: 1px solid #4A7CE2;
}

.site-footer .copyright {
    background: #242B32;
    margin-top: 72px
}

.site-footer .copyright > div.container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    height: 42px;
}

footer .site-navigation ul.menu li {
    margin-bottom: 10px;
}

.footer_info ul > li {
    padding-left: 38px;
    position: relative;
    margin-bottom: 14px;
}

.footer_info ul > li a:hover {
    color: #4A7CE2;
    font-weight: 600;
}

.footer_info ul > li:before {
    content: '';
    background: url('assets/images/mail-black.svg') no-repeat;
    display: inline-block;
    height: 19px;
    width: 27px;
    position: absolute;
    left: 0;
    bottom: 2.5px;
}

.footer_info ul > li:nth-child(2):before {
    content: '';
    background: url('assets/images/phone-black.svg') no-repeat;
    width: 27px;
    height: 27px;
    bottom: -3px;
}

.footer_info ul > li:nth-child(3):before {
    content: '';
    background: url('assets/images/clock-black.svg') no-repeat;
    bottom: 20px;
    width: 23px;
    height: 23px;
}

.footer_info ul > li:nth-child(4):before {
    content: '';
    background: url('assets/images/pin-black.svg') no-repeat;
    width: 23px;
    height: 26px;
    bottom: 16px;
}

div.banner-contact {
    position: relative;
}

div.banner-contact div.contact-banner-details {
    position: absolute;
    background: #4A7CE2;
    color: #fff;
    height: 444px;
    top: 0;
    display: flex;
    width: 588px;
    padding-left: 79px;
    padding-top: 65px;
    z-index: 2;
    -webkit-box-shadow: 7px 9px 25px -12px rgba(0, 0, 0, 1);
    -moz-box-shadow: 7px 9px 25px -12px rgba(0, 0, 0, 1);
    box-shadow: 7px 9px 25px -12px rgba(0, 0, 0, 1);
}

div.banner-contact .contact-banner-details ul {
    list-style: none;
}

div.banner-contact .contact-banner-details li {
    color: #fff;
    font-size: 22px;
    line-height: 1.77;
    font-weight: bold;
    position: relative;
    margin-bottom: 42px;
}

div.banner-contact .contact-banner-details li:before {
    content: '';
    background: url('assets/images/phone-white.svg') no-repeat;
    background-size: contain !important;
    display: inline-block;
    height: 31.37px;
    width: 36px;
    position: absolute;
    left: 0;
    top: -32px;
}

div.banner-contact .contact-banner-details li:nth-child(2):before {
    background: url('assets/images/mail-white.svg') no-repeat;
    height: 23.93px;
    width: 34px;
}

div.banner-contact .contact-banner-details li:nth-child(3):before, div.banner-contact .contact-banner-details li:nth-child(4):before {
    background: url('assets/images/pin-white.svg') no-repeat;
    height: 42px;
    width: 28.47px;
}

div.banner-contact .call_us {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    width: 588px;
    height: 59px;
    line-height: 59px;
    padding: 0;
    text-align: center;
    top: -59px;
    background: #333333;
    margin: 0;
    left: 0;
}

div.banner-contact div.contact-banner-details:before {
    content: "";
    background: #ee886e;
    height: 100%;
    position: absolute;
    top: 29px;
    width: 29px;
    right: -29px;
    /*border-right: 1px solid #848484;*/
}

div.banner-contact div.contact-banner-details:after {
    content: "";
    background: #ee886e;
    height: 29px;
    position: absolute;
    bottom: -29px;
    width: 100%;
    left: 29px;
    /*border-bottom: 1px solid #848484;*/
}

ul.ul-cb {
    padding-left: 0;
    list-style: none;
    margin-top: 24px;
}

ul.ul-cb > li {
    padding-left: 55px;
}

ul.ul-cb > li {
    position: relative;
    line-height: 1.77;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 22px;
}

ul.ul-cb > li:before {
    content: '';
    background: url('assets/images/orange-checkbox.svg') no-repeat;
    display: inline-block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 5px;
    left: 0;
    background-size: contain;
}

.elementor-image-box-content {
    font-size: 18px;
    font-weight: 500;
}

.elementor-image-box-content h2 {
    margin-bottom: 24px;
}

.icons-block p {
    max-width: 900px;
    margin: 0 auto;
}

.icons-block .elementor-icon svg {
    width: 80px;
    height: 80px;
}

.icons-block .elementor-icon-box-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.54;
}

div.wpcf7 input, div.wpcf7 textarea {
    height: 55px;
    color: #374957;
    border: 1px solid #848484;
    background: #f8f8f8;
    font-size: 14px;
    border-radius: 0;
    padding-bottom: 0;
    padding-left: 28px;
    padding-top: 15px;
}

div.wpcf7 div.contact-form-details .col:nth-of-type(1) {
    margin-right: 32px;
}

div.wpcf7 textarea {
    min-height: 100%;
    height: 100%;
    font-size: 16px;
    resize: none;
    max-height: 212px;
}

div.wpcf7 label {
    position: relative;
    width: 100%;
    margin-bottom: 23px;
}

.wpcf7-not-valid-tip {
    font-size: 12px !important;
    margin-top: 2px;
    position: absolute;
}

div.wpcf7 span.label {
    color: #374957;
    font-size: 10px;
    position: absolute;
    top: 12px;
    z-index: 1;
    left: 30px;
}

div.wpcf7 div.contact-form-bottom span.wpcf7-list-item-label {
    font-size: 10px;
    color: #333333;
}

div.wpcf7 .contact-form-bottom input {
    height: auto;
    margin-right: 5px;
}

div.wpcf7 .contact-form-bottom input[type=submit], span.elementor-button-text,a.elementor-button {
    height: 58px;
    background: #F15A24;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 58px;
    font-size: 20px;
    border: none;
    border-radius: 0;
    position: relative;
    color: #fff;
    padding: 0 94px 0 58px;
    margin-right: 0;
}

div.wpcf7 .contact-form-bottom span.button-orange {
    position: relative;
}

div.wpcf7 .contact-form-bottom span.button-orange span.right-arrow {
    content: '';
    background: url('assets/images/arrow-white.svg') no-repeat;
    display: inline-block;
    width: 27px;
    height: 14px;
    position: absolute;
    top: 46px;
    right: 57px;
    background-size: contain;
}

a.elementor-button {
    padding: 0;
}

a.elementor-button:after {
    content: '';
    background: url('assets/images/arrow-white.svg') no-repeat;
    display: inline-block;
    width: 27px;
    height: 14px;
    position: absolute;
    top: 24px;
    right: 48px;
    background-size: contain;
}

.gallery-container .elementor-widget-button {
    display: flex;
    justify-content: center;
    margin-top: 55px !important;
    margin-bottom: 72px !important;
}

.wpcf7-spinner {
    display: none !important;
}

.row {
    display: flex;
}

.col {
    flex: 1;
}

.wpcf7 form.sent .wpcf7-response-output {
    min-width: 100%;
    order: -1;
    margin: 0 0 20px;
}

.contact-form-bottom > p {
    display: flex;
    justify-content: space-between;
}

.contact-form-bottom .wpcf7-list-item {
    margin-left: 0;
    margin-right: 20px;
}

.gallery {
/*    display: grid !important;
    grid-template-areas:
            "a b e e"
            "c d e e";*/
    /*max-height: 540px;*/
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    overflow: hidden;
}

.elementor-image-gallery .gallery-columns-3 div.gallery-item {
}

.gallery figure {
    /*max-width: unset !important;*/
    max-width: calc(33.33% - 2px) !important;
}

.gallery figure:nth-child(1) {
    grid-area: a;
}

.gallery figure:nth-child(2) {
    grid-area: b;
}

.gallery figure:nth-child(3) {
    grid-area: c;
}

.gallery figure:nth-child(4) {
    grid-area: d;
}

.gallery figure:nth-child(5) {
    grid-area: e;
}

div.elementor-image-gallery {
    /*max-height: 544px;*/
    padding-bottom: 80px;
}

.gallery .gallery-item img {
    margin: 0 !important;
    min-width: 100%;
    min-height: 100%;
}

.gallery .gallery-icon {
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.gallery figure {

}

.gallery figure:nth-child(5) {
    max-height: unset;
}

.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover, .bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover {
    background: #F15A24 !important;
    border-color: #F15A24 !important;
}

div.icons-block.e-con.e-flex > div.e-con-inner {
    padding-bottom: 140px;
}

#contact_us.e-con.e-flex > .e-con-inner {
    padding-bottom: 140px;
}

#o_firmie.e-con.e-flex > .e-con-inner {
    padding-bottom: 80px;
    padding-top: 114px;
}

.btn-orange {
    height: 58px;
    background: #F15A24;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 58px;
    font-size: 20px;
    border: none;
    border-radius: 0;
    position: relative;
    color: #fff !important;
    padding: 0 94px 0 58px;
    margin-right: 0;
}

.btn-orange:before {
    content: '';
    background: url('assets/images/arrow-white.svg') no-repeat;
    display: inline-block;
    width: 27px;
    height: 14px;
    position: absolute;
    top: 22px;
    right: 20px;
    background-size: contain;
}

.full-width-text-container .elementor-image-box-content p {
    margin-bottom: 24px;
}

.full-width-text-container .elementor-image-box-content h3 {
    margin-bottom: 8px;
}

.full-width-text-container .elementor-image-box-img img {
    min-width: 100%;
    max-height: 687px;
}

p:empty {
    display: none;
}

.font-52-900-70 {
    font-size: 52px;
    font-weight: 900;
    line-height: 70px;
}

font-26-700-32 {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
}

.contact-image {
    padding-bottom: 84px;
}

.contact-image form.wpcf7-form > div.contact-form {
    max-width: 750px;
    align-self: flex-end;
    margin-left: auto;
    min-height: 500px;
}

div.banner-contact.contact-image div.elementor-shortcode {
    position: relative;
}

div.banner-contact.contact-image div.elementor-shortcode:before {
    content: '';
    background: url('assets/images/contact-bg.png') no-repeat;
    display: inline-block;
    width: 100%;
    position: absolute;
    top: -321px;
    height: 276px;
    right: 0;
    background-size: cover;
}

div.banner-contact.contact-image div.contact-banner-details {
    top: -262px;
    height: 730px;
    padding-top: 170px;
    padding-left: 42px;
}

div.banner-contact.contact-image .call_us {
    height: 185px;
    line-height: 185px;
    font-size: 50px;
    font-weight: 600;
}

div.banner-contact.contact-image div.contact-banner-details:before {
    top: 153px;
    height: 605px;
}

.price-list-container {
    padding-bottom: 160px;
}

div.container.banner-contact {
    padding-top: 290px;
    position: relative;
}

div.container.banner-contact .elementor-widget-text-editor {
    position: absolute;
    top: 56px;
}

div.container.banner-contact .elementor-widget-text-editor h3 {
    margin: 0;
}

div.container.banner-contact > .e-con-inner {
    position: static;
}

.three-columns-text .e-con-inner {
    flex-wrap: wrap !important;
    flex-direction: row !important;
}

.three-columns-text .e-con-inner .elementor-widget-heading {
    min-width: 100%;
    border-bottom: 2px solid #f15a24;
    padding-bottom: 17px;
}

.three-columns-text .e-con-inner .elementor-widget-text-editor {
    width: 33.33%;
}

.three-columns-text .e-con-inner .elementor-widget-text-editor h4 {
    font-size: 18px;
    line-height: 1.77;
    font-weight: 600;
    margin-top: 31px;
    margin-bottom: 23px;
}

.three-columns-text .e-con-inner .elementor-widget-text-editor ul {
    font-size: 16px;
    line-height: 1.77;
    padding-left: 15px;
}

.icons-blue-list {
    max-height: 258px;
}

.icons-blue-list .e-con-inner {
    padding-top: 47px !important;
    padding-bottom: 44px !important;
    justify-content: center !important;
    row-gap: 20px !important;
}

.icons-blue-list .e-con-inner h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.29;
    margin-bottom: 10px;
    margin-top: 10px;
}

.icons-blue-list .e-con-inner .elementor-icon svg {
    width: 65px;
    height: 65px;
}

.icons-blue-list .e-con-inner ul {
    font-size: 22px;
    color: #fff;
    padding-left: 0;
    list-style: inside;
}

.full-width-text-container {
    padding-left: 11% !important;
}

.full-width-text-container div.elementor-image-box-content {
    max-width: 700px;
    margin-right: 15px;
}

.full-width-text-container div.elementor-image-box-content h2 {
    font-size: 60px;
    line-height: 1.22;
    margin-bottom: 35px;
}

.full-width-text-container div.elementor-image-box-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 32px;
}

.full-width-text-container.full-width-text-container-left {
    padding-left: 0 !important;
}

.full-width-text-container-left.full-width-text-container div.elementor-image-box-content {
    max-width: unset;
}

.full-width-text-container-left.full-width-text-container .elementor-image-box-img img,
body.page-template-default:not(.home) .full-width-text-container .elementor-image-box-img img{
    min-width: 100%;
    max-height: 608px;
    min-height: 608px;
    object-fit: contain;
}

.full-width-text-container-left.full-width-text-container li::marker {
    color: #F15A24;
}

.full-width-text-container-left.full-width-text-container li {
    margin-bottom: 10px;
}

ul li.bc-additional {
    font-size: 13px;
    list-style: none;
    position: relative;
}

ul li.bc-additional:before {
    content: '+' !important;
}

/* .container.attachment-container .e-con-inner {
    display: grid !important;
    grid-template-areas:
            "a a a"
            "b c c"
            "d e e" !important;
} */

.container.attachment-container .elementor-image-box-content {
    display: flex;
    flex-direction: column-reverse;
}

.container.attachment-container .elementor-image-box-content span.elementor-image-box-title {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    background: #fff;
    color: #333333;
    position: relative;
    /* padding-left: 26px; */
}

/* .container.attachment-container .elementor-image-box-content span.elementor-image-box-title:after {
    content: '';
    background: url('assets/images/pdf.svg') no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 19px;
    left: 26px;
    background-size: contain;
} */

.container.attachment-container .elementor-image-box-wrapper .elementor-image-box-img {
    width: 100% !important;
    margin-bottom: 0 !important;
}

.container.attachment-container .elementor-image-box-content p.elementor-image-box-description {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.77;
    margin-bottom: 22px;
    margin-top: 14px;
}

.container.attachment-container .e-con-inner > div:nth-child(1) {
    grid-area: a;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
}

.container.attachment-container .e-con-inner > div:nth-child(1) h3,
.container.attachment-container .e-con-inner > div:nth-child(1) h2 {
    min-width: 100%;
}

.container.attachment-container .e-con-inner > div:nth-child(1) > div.icon-wrapper {
    max-width: 50%;
    width: 50%;
    padding-left: 103px;
    position: relative;
}

.container.attachment-container .e-con-inner > div:nth-child(1) > div.icon-wrapper:after {
    content: '';
    background: url('assets/images/home-black.svg') no-repeat;
    display: inline-block;
    width: 62px;
    height: 62px;
    position: absolute;
    top: 20px;
    left: 0;
    background-size: contain;
}

.container.attachment-container .e-con-inner > div:nth-child(1) > div.icon-wrapper:nth-of-type(2):after {
    content: '';
    background: url('assets/images/lock-black.svg') no-repeat;
    display: inline-block;
    width: 62px;
    height: 62px;
    position: absolute;
    top: 20px;
    left: 0;
    background-size: contain;
}

.container.attachment-container .e-con-inner > div:nth-child(1) > div.icon-wrapper {

}

.container.attachment-container .e-con-inner .plany-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding-top: 0;
    gap: 20px;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .container.attachment-container .e-con-inner .plany-container {
        grid-template-columns: repeat(3, 1fr);
    }
    
}
@media screen and (max-width: 575px) {
    .container.attachment-container .e-con-inner .plany-container {
        grid-template-columns: repeat(2, 1fr);
    }
    
}
/* 
.container.attachment-container .e-con-inner > div:nth-child(4) {
    grid-area: d;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    flex-direction: column;
}

.container.attachment-container .e-con-inner > div:nth-child(2) h5 {
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 1.77;
    margin-top: 80px;
}

.container.attachment-container .e-con-inner > div:nth-child(4) h5 {
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 1.77;
    margin-top: 80px;
}

.container.attachment-container .e-con-inner > div:nth-child(2) p {
    font-size: 18px;
    margin: 0;
    line-height: 1.77;
}

.container.attachment-container .e-con-inner > div:nth-child(4) p {
    font-size: 18px;
    margin: 0;
    line-height: 1.77;
}

.container.attachment-container .e-con-inner > div:nth-child(3) {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding-top: 0;
    gap: 20px;
    margin-bottom: 50px;
}

.container.attachment-container .e-con-inner > div:nth-child(5) {
    grid-area: e;
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding-top: 0;
    gap: 20px;
    margin-bottom: 50px;
} */

.container.attachment-container div.icon-wrapper ul {
    padding-left: 0;
    list-style-position: inside;
}

.container.attachment-container.e-con.e-flex > .e-con-inner {
    padding-top: 53px !important;
    padding-bottom: 96px;
}

.container.office-container h2, .container.office-container p {
    color: #fff;
}

.container.office-container h2 {
    max-width: 500px;
}

.container.office-container p  {
    max-width: 360px;
    margin-top: -6px;
}

.container.office-container figure.elementor-image-box-img {
   width: 100% !important;
   margin: 0 !important;
}

.container.office-container figure.elementor-image-box-img img {
   margin: 0 !important;
}

.container.office-container p.elementor-image-box-description {
    background: #EE886E;
    display: flex;
    flex-direction: column;
}

.container.office-container p.elementor-image-box-description span {
    text-transform: uppercase;
    height: 52px;
    line-height: 52px;
    font-weight: 600;
    border-bottom: 1px solid #fff;
}

.container.office-container p.elementor-image-box-description a {
    height: 87px;
    font-weight: 600;
    line-height: 87px;
    position: relative;
}

.container.office-container p.elementor-image-box-description a:before {
    content: '';
    background: url('assets/images/phone-white.svg') no-repeat;
    display: inline-block;
    width: 26px;
    height: 27.88px;
    position: absolute;
    top: 20px;
    left: 19px;
    background-size: contain;
}

.three-columns-text .e-con-inner {
    padding-top: 0 !important;
    padding-bottom: 86px !important;
}

.container.map-container h3 {
    color: #F15A24;
    margin-bottom: 25px;
}

.container.map-container .e-con-inner {
    padding-top: 55px !important;
    padding-bottom: 130px !important;
}

.container.office-container div.e-con-inner {
    padding-top: 45px !important;
    padding-bottom: 93px !important;
}

.container.office-container div.elementor-widget-image-box {
    margin-top: -110px;
}

div.banner-contact div.wpcf7 input, div.banner-contact div.wpcf7 textarea {
    background: #fff;
}

.full-width-text-container div.elementor-image-box-content ul {
    padding-left: 13px;
}

.icons-blue-list ul {
    list-style: none !important;
    padding: 0;
}

.icons-blue-list ul li:before
{
    content: "\2022";
    margin-right: 10px;
}

.icons-blue-list ul li
{
    content: "\2022";
    margin-right: 10px;
    text-wrap: nowrap;
}


.price-list-container.container {
    padding-top: 93px;
    padding-bottom: 80px;
}

.price-list-container.container div.e-con-inner {
    padding: 0 !important;
}

main#content {
    overflow-x: hidden;
}

@media (min-width: 1521px) and (max-width: 1601px) {
    .contact-image form.wpcf7-form > div.contact-form {
        padding-right: 20px;
    }
}

@media (min-width: 1367px) {
    .contact-image form.wpcf7-form > div.contact-form {
        max-width: calc(100% - 640px);
    }
}

@media (min-width: 1521px) {
    .icons-blue-list {
        margin-top: -225px !important;
    }

    div.bdt-prime-slider-skin-general .bdt-prime-slider-wrapper {
        margin-top: 145px !important;
    }
}

@media (min-width: 768px) {
    div.wpdt-c.wpDataTableContainerSimpleTable.wdtscroll table.wpdtSimpleTable {
        width: 100% !important;
    }
}

@media (max-width: 1520px) {
    .full-width-text-container {
        padding-left: 20px !important;
    }
    div.bdt-prime-slider-skin-general .bdt-prime-slider-wrapper {
        margin-top: 145px !important;
    }

    .site-navigation ul#menu-menu-top li a {
        padding: 8px 14px;
    }

    header .site-navigation ul#menu-menu-top > li:last-child {
        padding: 10px 16px 10px 61px;
        margin-left: 4px;
    }

    header .site-navigation ul#menu-menu-top > li:last-child > a:before {
        left: -43px;
    }

    header.site-header {
        padding-left: 0;
        padding-right: 0;
        margin: 0 20px;
    }

    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin: 0 auto;
        max-width: 1400px;
    }

    div.bdt-prime-slider-skin-general ul.bdt-slideshow-items {
        min-height: 740px !important;
    }

    div.bdt-prime-slider-skin-general .bdt-prime-slider-wrapper {
        margin-top: 145px !important;
    }
}

@media (max-width: 1366px) {
    .site-navigation ul#menu-menu-top li a {
        padding: 8px 8px;
        font-size: 1rem;
    }

    header .site-navigation ul#menu-menu-top > li:last-child > a {
        font-size: 1.1rem;
        margin-left: 12px;
    }

    div.contact_info {
        font-size: 0.8rem;
    }

    a.custom-logo-link {
        max-width: 13%;
        position: absolute;
        left: 0;
    }

    body.home h2.bdt-ps-sub-title:after, body.page-template-default:not(.home) h1:not(.nopseudo):after {
        right: unset;
        left: 0;
        top: -50px;
    }

    div.bdt-prime-slider-skin-general ul.bdt-slideshow-items {
        min-height: 600px !important;
    }

    div.bdt-prime-slider-skin-general .bdt-prime-slider-wrapper {
        margin-top: 80px !important;
    }

    .elementor-image-box-content {
        font-size: 16px;
    }

    ul.ul-cb > li {
        font-size: 18px;
        padding-left: 40px;
    }

    ul.ul-cb > li:before {
        width: 24px;
    }

    .site-footer .footer-inner > div.site-branding {
        flex: 2 !important;
        justify-content: flex-start;
        position: relative;
    }

    footer a.custom-logo-link {
        position: static;
    }

    footer p.site-description {
        max-width: 320px;
    }
}

@media (max-width: 1024px) {
    div.contact_info {
        display: none;
    }

    .site-navigation-toggle-holder {
        margin-top: 0;
    }

    .site-navigation-toggle-holder .site-navigation-toggle {
        color: #fff !important;
        background-color: rgba(255, 255, 255, .09) !important;
    }

    .site-navigation-toggle-holder {
        scale: 1.4;
    }

    a.custom-logo-link {
        max-width: 28%;
        z-index: 10;
    }

    nav.site-navigation-dropdown ul.menu > li:last-of-type a {
        background: #4A7CE2 !important;
        color: #fff !important;
        font-weight: 600;
        position: relative;
        padding-left: 56px;
    }

    nav.site-navigation-dropdown ul.menu > li:last-of-type a:before {
        content: '';
        background: url('assets/images/phone-white.svg') no-repeat;
        display: inline-block;
        width: 26px;
        height: 27.88px;
        position: absolute;
        top: 20px;
        left: 19px;
        background-size: contain;
    }

    li.menu-item-has-children {
        position: relative !important;
    }

    .site-navigation-dropdown ul.menu {
        max-width: 100vw;
    }

    li.menu-item-has-children:before {
        content: '';
        background: url('assets/images/arrow-menu-black.svg') no-repeat;
        display: inline-block;
        height: 7px;
        width: 10px;
        position: absolute;
        right: 20px;
        top: 28px;
        transform: rotate(180deg);
        transition: .4s;
    }

    li.menu-item-has-children.elementor-active:before {
        transform: rotate(0deg);
    }

    body.home h2.bdt-ps-sub-title:after, body.page-template-default:not(.home) h1:after {
        scale: 0.5;
    }

    div.bdt-prime-slider-skin-general ul.bdt-slideshow-items {
        min-height: 500px !important;
    }

    div.bdt-prime-slider-skin-general .bdt-prime-slider-wrapper {
        margin-top: 120px !important;
    }

    div.bdt-btn-wrapper > a.bdt-slide-btn {
        padding: 11px 55px 11px 44px;
    }

    div.bdt-btn-wrapper > a.bdt-slide-btn:after {
        width: 19px;
        position: absolute;
        right: 11px;
        top: 18px;
        background-size: contain;
    }

    .site-footer .footer-inner>div.site-branding {
        flex: 1 !important;
        margin-right: 10px !important;
    }
}

@media (min-width: 769px) and (max-width: 1366px) {
    div.banner-contact.contact-image div.contact-banner-details {
        padding-left: 22px;
    }
    body:not(.home) .banner-contact div.contact-banner-details {
        width: 320px;
    }
    .contact-image form.wpcf7-form > div.contact-form {
        max-width: calc(100% - 370px);
    }
    div.wpcf7 .contact-form-bottom input[type=submit], span.elementor-button-text, a.elementor-button {
        font-size: 12px;
        padding: 0 70px 0 30px;
    }
    div.wpcf7 .contact-form-bottom span.button-orange span.right-arrow {
        right: 27px;
    }
}

@media (min-width: 769px) {
    div.banner-contact .contact-banner-details li:before {
        top: unset;
        left: -45px;
    }
}

@media (max-width: 768px) {
    .site-navigation-dropdown {
        position: fixed !important;
        top: 140px;
    }

    .site-navigation-toggle-holder {
        padding-right: 0 !important;
    }

    /*  div.bdt-prime-slider-skin-general .bdt-slideshow-item .bdt-ps-slide-img {
      background-size: contain;
    }*/
    body.home h2.bdt-ps-sub-title:after, body.page-template-default:not(.home) h1:after {
        scale: 0.4;
    }

    div.bdt-prime-slider-skin-general ul.bdt-slideshow-items {
        min-height: 400px !important;
    }

    div.bdt-prime-slider-skin-general .bdt-prime-slider-wrapper {
        margin-top: 130px !important;
    }

    a.custom-logo-link {
        max-width: 100px;
    }

    .site-footer .footer-inner>div.site-branding {

    }
    footer p.site-description {
        max-width: unset;
        text-align: left;
    }
    .site-footer .footer-inner>div.site-branding {
        margin-right: unset !important;
        gap: 0;
    }

    div.footer-inner > div, div.footer-inner > nav {
        min-width: 100% !important;
    }
    .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .site-footer .footer-inner>div.site-branding img {
        margin-bottom: 10px;
    }
    footer#site-footer {
        padding-top: 24px;
    }
    footer .footer-inner .site-navigation {
        text-align: left !important;
    }
    footer .footer-inner h3 {
        margin-bottom: 6px;
        margin-top: 6px;
        font-size: 14px;
        line-height: 2;
    }
    footer p.site-description {
        font-size: 12px;
    }
    footer .site-navigation ul.menu li a,.footer_info ul > li {
        font-size: 14px;
        line-height: 2;
    }

    div.footer-inner h3 {
        position: relative;
        width: 100%;
    }

    div.footer-inner h3:before {
        content: "";
        background: url(assets/images/arrow-menu-black.svg) no-repeat;
        display: inline-block;
        height: 7px;
        width: 10px;
        position: absolute;
        right: 0;
        top: 12px;
        transform: rotate(180deg);
        transition: .4s;
    }

    .footer_info ul > li:before {
        background-size: contain !important;
        width: 20px !important;
    }

    .site-footer .copyright>div.container {
        font-size: 13px;
    }

    .footer-inner .collapsed ul {
        display: none !important;
        transition: .4s;
    }
    .footer-inner ul {

    }
    .site-footer .copyright {
        margin-top: 24px;
    }

    #o_firmie.e-con.e-flex>.e-con-inner {
        padding-top: 36px;
    }

    ul.ul-cb>li {
        font-size: 14px;
    }

    ul.ul-cb>li:before {
        width: 20px;
        top: 2px;
    }

    ul.ul-cb>li {
        padding-left: 32px;
    }

    #o_firmie.e-con.e-flex>.e-con-inner {
        padding-bottom: 24px;
    }

    .elementor-image-box-content {
        font-size: 14px;
    }

    div.icons-block.e-con.e-flex>div.e-con-inner {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    div.elementor-widget-text-editor {
        font-size: 14px;
    }

    .icons-block .elementor-icon-box-title {
        font-size: 14px;
    }

    .icons-block .elementor-icon svg {
        width: 55px;
        height: 55px;
    }
    div.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon {
        margin-bottom: 12px;
    }
    div.icons-block.e-con.e-flex>div.e-con-inner {
        gap: 10px !important;
    }

    div.wpcf7 div.contact-form-details .col:nth-of-type(1) {
        margin-right: 0;
    }
    .row {
        flex-wrap: wrap;
    }
    .row > .col {
        min-width: 100%;
    }
    .wpcf7-form-control-wrap {
        min-width: 100%;
    }
    div.wpcf7 textarea {
        max-height: 160px;
    }
    .contact-form-bottom>p, form.wpcf7-form>div.contact-details {
        flex-wrap: wrap;
        min-width: 100% !important;
        width: 100% !important;
    }
    div.e-con.e-flex:not(.e-con-full) {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    div.banner-contact .call_us {
        position: static;
        width: auto;
    }
    div.banner-contact div.contact-banner-details {
        position: static;
        width: auto;
        height: auto;
        padding-left: 0;
        display: flex;
        flex-direction: column;
        padding-top: 0;
        min-width: 100%;
    }
    div.banner-contact.contact-image div.contact-banner-details {
        padding: 0;
        height: auto;
        margin-top: 12px;
    }
    div.container.banner-contact>.e-con-inner {
        padding-top: 0 !important;
    }
    div.banner-contact div.contact-banner-details:before {
        display: none;
    }
    div.banner-contact.contact-image .call_us {
        font-size: 20px;
        height: 60px;
        line-height: 60px;
    }
    div.banner-contact .contact-banner-details li:before {
        top: 4px !important;
        width: 24px !important;
    }
    div.banner-contact .contact-banner-details li {
        margin-bottom: 12px;
    }
    div.banner-contact .contact-banner-details li:nth-child(2) {
        display: flex;
        gap: 24px;
        flex-direction: column;
    }
    div.banner-contact .contact-banner-details ul {
        padding: 0 24px !important;
    }
    div.banner-contact .contact-banner-details li {
        font-size: 16px;
        padding-left: 48px;
    }
    div.banner-contact .contact-banner-details li:nth-child(2):before {
        top: 8px !important;
        width: 20px !important;
    }
    div.banner-contact .contact-banner-details li:nth-child(3):before, 
    div.banner-contact .contact-banner-details li:nth-child(4):before {
        top: 10px !important;
        height: 26px !important;
    }
    div.banner-contact div.contact-banner-details:after {
        display: none !important;
    }
    div.banner-contact .contact-banner-details ul {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    div.banner-contact {
        min-height: auto !important;
        padding-bottom: 48px !important;
    }
    #contact_us.e-con.e-flex>.e-con-inner {
        padding-bottom: 48px !important;
    }
    .full-width-text-container div.elementor-image-box-content h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .full-width-text-container div.elementor-image-box-content h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .e-con.e-flex.full-width-text-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .btn-orange,div.wpcf7 .contact-form-bottom input[type=submit] {
        height: 40px !important;
        line-height: 40px !important;
        font-size: 14px !important;
    }
    .btn-orange:before {
        width: 16px;
        top: 17px;
    }
    div.wpcf7 .contact-form-bottom span.button-orange span.right-arrow {
        top: 40px;
        right: 30px;
        width: 16px;
    }
    body.page-template-default div.banner-top-text {
        top: 100px;
    }
    header.site-header {
        margin: 0 10px;
    }
    .icons-blue-list .e-con-inner {
        gap: 10px !important;
        flex-wrap: wrap !important;
    }
    div.e-con.e-flex:not(.e-con-full) {
        max-height: unset;
    }
    .icons-blue-list .e-con-inner h3 {
        font-size: 14px;
    }
    .icons-blue-list .e-con-inner ul {
        font-size: 14px;
    }
    .icons-blue-list .e-con-inner .elementor-icon svg {
        width: 32px;
        height: 32px;
    }
    body.page-template-default div.banner-top-text div.elementor-widget-text-editor p {
        font-size: 14px;
    }
    body.page-template-default div.top-banner {
        padding-top: 75%;
    }
    body.page-template-default:not(.home) h1 {
        position: relative;
    }
    body.page-template-default:not(.home) h1:after {
        right: -15px;
        left: unset;
        display: none;
    }
    body.page-template-default:not(.home) .full-width-text-container .elementor-image-box-img img {
        min-height: unset;
    }
    .container.attachment-container .e-con-inner>div:nth-child(1)>div.icon-wrapper {
        max-width: 100%;
        min-width: 100%;
    }
    .container.attachment-container .e-con-inner>div:nth-child(1)>div.icon-wrapper:after,
    .container.attachment-container .e-con-inner>div:nth-child(1)>div.icon-wrapper:nth-of-type(2):after {
        width: 46px;
        height: 46px;
    }
    .container.attachment-container .e-con-inner>div:nth-child(1)>div.icon-wrapper {
        padding-left: 70px;
    }
    .full-width-text-container-left.full-width-text-container div.elementor-image-box-content {
        padding-bottom: 36px;
    }
    .three-columns-text .e-con-inner .elementor-widget-text-editor {
        width: 100%;
        min-width: 100%;
    }
    .container.attachment-container .e-con-inner {
        display: flex !important;
        flex-direction: column;
    }
    .container.attachment-container .e-con-inner>div:nth-child(2) p {
        font-size: 14px;
    }
    .container.attachment-container .elementor-image-box-content p.elementor-image-box-description {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .container.attachment-container .elementor-image-box-content span.elementor-image-box-title {
        font-size: 14px;
        height: 32px;
        line-height: 32px;
    }
    .container.attachment-container .elementor-image-box-content span.elementor-image-box-title:after {
        top: 10px;
        left: 10px;
    }
    .container.attachment-container.e-con.e-flex>.e-con-inner,.price-list-container.container {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }
    .container.attachment-container .e-con-inner>div:nth-child(2) h5 {
        margin-top: 24px !important;
    }
    table tbody > tr > td, table th {
        font-size: 12px !important;
    }
    div.banner-contact.contact-image div.elementor-shortcode:before {
        display: none;
    }
    div.container.banner-contact {
        padding-top: 24px;
        padding-bottom: 24px !important;
    }
    .contact-image form.wpcf7-form>div.contact-form {
        margin-top: 24px;
    }
    div.container.banner-contact .elementor-widget-text-editor {
        position: static;
    }
    .gallery-container {
        padding-bottom: 36px !important;
    }
    .three-columns-text .e-con-inner .elementor-widget-text-editor h4 {
        font-size: 16px;
        margin-top: 12px;
        margin-bottom: 8px;
    }
    .three-columns-text .e-con-inner .elementor-widget-text-editor ul {
        font-size: 14px;
    }
    .container.map-container .e-con-inner {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }
    .container.office-container p {
        max-width: unset;
    }
    .container.office-container div.elementor-widget-image-box {
        margin-top: 0;
        width: unset;
        max-width: calc(50% - 12px) !important;
    }
    .container.office-container div.e-con-inner {
        display: flex;
        gap: 12px;
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }
    .container.office-container p.elementor-image-box-description span {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .container.office-container p.elementor-image-box-description a {
        height: 55px;
        line-height: 55px;
        font-size: 14px;
    }
    .container.office-container p.elementor-image-box-description a:before {
        display: none;
    }
    div.footer-inner nav.site-navigation:not(.collapsed) h3:before,div.footer-inner div.footer_info:not(.collapsed) h3:before {
        transform: rotate(0deg);
        transition: 0.4s;
    }
    .site-footer .footer-inner .site-navigation ul.menu {
        transition: .4s
    }
    div.e-con.e-flex>.e-con-inner {
        padding-bottom: 24px;
        padding-top: 24px;
    }
    .three-columns-text .e-con-inner {
        padding-bottom: 24px !important;
    }
    .bdt-prime-slider-skin-general .bdt-prime-slider-next,
    .bdt-prime-slider-skin-general .bdt-prime-slider-previous {
        margin-bottom: 52px !important;
    }
    div.elementor-image-gallery {
        padding: 0 !important;
    }
    .icons-blue-list .e-con-inner {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .container.banner-top-text {
        margin-top: 70px;
    }
}


@media (max-width: 440px) {
    div.bdt-prime-slider-skin-general .bdt-prime-slider-wrapper {
        margin-top: 65px !important;
    }

    a.custom-logo-link {
        max-width: 80px;
    }

    div.footer-inner h3:before {
        background-size: contain;
        width: 8px;
    }
}