body {
    color: #3e3e3e;
}
.pc-only{
    display: block;
}
.mobile-only{
    display: none;
}
#header .header-logo {
    margin: 0;
}
#header .custom-logo-link {
    display: block;
    width: 90px;
}
#header .custom-logo-link img {
    max-width: 100%;
    max-height: 100%;
}

#header .header-nav-top {
    justify-content: center;
}

#header .header-nav-top .nav > li > a {
    padding: 5px 20px;
    font-size: 1em;
    color: #777777;
    letter-spacing: inherit;
}
#header .header-nav-main .menu-location-mobile-menu {
    display: none;
}
#header .header-nav-main .collapse .social-icons {
    display: none;
}
#header .header-nav-main .hr {
    margin: -10px 0 10px 0;
}
#header .header-mobile__top-line{
    display: none;
}
#header .header-nav-main nav > ul > li > a {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

#header .header-container .block-buttons {
    display: none;
}
#header .header-container .block-buttons .block-phones-mobile__phones-dropdown{
    display: none;
}
#header .header-container .block-buttons .block-phones-mobile.show-phones .block-phones-mobile__toggler {
    content: url("../icons/times.svg");
}
#header .header-nav-bar .header-column .block-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
}
#header .header-nav-bar .social-icons{
    display: flex;
    gap: 5px;
}
#header .header-nav-bar .social-icons .social-icon{
    width: 39px;
    height: 38px;
}
#header .header-nav-bar .social-icons .social-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#footer .social-icons{
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}
#footer .social-icons .social-icon{
    width: 26px;
    height: 26px;
}
#footer .social-icons .social-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#header .header-container .block-buttons .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
    margin: 0;
    border: none;
}
#header .header-container .block-buttons .btn:not(:last-child) {
    margin-right: 10px;
}
#header .header-nav-bar .header-row {
    padding-top: 5px;
    padding-bottom: 5px;
}

#header .header-work-hours p{
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 0;
}
#header .header-addreses p{
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 0;
}
#header .block-phone-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.breadcrumb a {
    color: #3e3e3e;
}

.language-dropdown > a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
.language-dropdown > a > i {
    margin-left: 8px;
    margin-top: 2px;
}

.block-text .wp-block-columns {
    margin-left: -20px;
    margin-right: -20px;
}
.block-text .wp-block-columns .wp-block-column {
    padding-left: 20px;
    padding-right: 20px;
}

.block-text h1, .block-text h2, .block-text h3 {
    font-weight: bold;
    margin-bottom: 20px;
}
.block-text h1 {
    font-size: 32px;
    text-transform: uppercase;
}
.block-text h2 {
    font-size: 28px;
}
.block-text h3 {
    font-size: 22px;
}
.block-text p,
.block-text ul {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}
.block-text ul {
    list-style: none;
    padding-left: 10px;
}
.block-text ul > li {
}
.block-text ul > li:before {
    content: '\f00c';
    margin-right: 10px;
    font-family: 'Font Awesome 6 Free', sans-serif;
    font-weight: 900;
    color: #BDE200;
}

.block-image-bg {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    border: none;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.block-contact .title {
    font-size: 22px;
    font-weight: bold;
    color: #3e3e3e;
    margin-bottom: 10px;
}
.block-contact a {
    color: inherit;
    transition: all 0.3s;
}
.block-contact a:hover {
    color: #BDE200;
    text-decoration: none;
}

.navigation.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.navigation.pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
}
.navigation.pagination .nav-links > * {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    transition: all 0.3s;
    color: #062a4d;
}
.navigation.pagination .nav-links > span {
    background: #062a4d;
    color: #fff;
    border-color: #062a4d;
}
.navigation.pagination .nav-links > a {
}
.navigation.pagination .nav-links > a:hover {
    background: #eee;
    text-decoration: none;
}
.custom-table {
    width: 100%;
    border-collapse: collapse;
    margin: 35px 0;
    font-size: 15px;
    border: 2px solid #06294E
}
.custom-table__title{
	font-weight: 700;
	font-size: 28px;
	line-height: 100%;
	color: #062A4E
}
.custom-table thead th {
    background: #0d2d4d;
    color: #ffffff;
    padding: 25px 15px;
    border: 1px solid #fff;
    text-align: center;
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
}

/* .custom-table tr.section-header{
    background: #062A4E3B;
    
} */

.custom-table tr.section-header td{
    padding: 14px 0;
    text-align: center;
}
.custom-table tr.section-title td{
    font-family: Arial;
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}
.custom-table td {
    padding: 12px 15px;
    border: 1px solid #fff;
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    color: #062A4E;
}
.custom-table tr.section-title td {
    border: none;
    width: 100%;
    font-family: Arial;
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    color: #062A4E;
    text-align: center;
}

.custom-table tbody tr.even{
    background: #062A4E3B;
}
.custom-table tbody tr.odd{
    background: #F7F7F7;
}

.custom-table tbody tr:hover td {
    background: #e3edf7;
    transition: 0.2s;
}
.custom-table tr.white-row td {
    background: #ffffff !important;
}

.custom-table tr.dark-row td {
    background: #062A4E3B !important;
}

/* hover */
.custom-table tr.data-row:hover td {
    background: #e3edf7 !important;
}
.custom-table tbody tr.section-header:not(:first-of-type) {
    border-top: 3px solid #06294E;
}
.custom-table tr.table-break{
    border-top: 3px solid #062A4E;
}
.custom-table tr.table-break td {
    background: #fff;
    border: 2px solid #fff;
    line-height: 24px;
}

@media (max-width: 768px) {
    .custom-table-wrapper {
        display: block;
        overflow-x: auto;
    }
}
section.section-main .bg-image {
    background: url(/images/bg-main.jpg) no-repeat left center;
    background-size: contain;
}
section.section-main .background-image-wrapper {
    background: #385571;
}
section.section-main h1{
    font-size: 48px!important;
}


section.section-category-top,
section.section-text {
    background: #062A4D;
}

section.section-text .block-text h1,
section.section-text .block-text h2,
section.section-text .block-text h3,
section.section-text .block-text p,
section.section-text .block-text ul {
    color: #ddd;
}

section.section-partner .owl-carousel .owl-nav.disabled {
    display: block;
}

section.section-blog-single .post-image img {
    height: auto;
    border-radius: 0;
}

.service-carousel .img-thumbnail {
    display: flex!important;
    justify-content: center;
    align-items: center;
    max-height: 400px;
}

.service-carousel .img-thumbnail {
    max-height: 700px;
}
.service-carousel .img-thumbnail img {
    width: auto;
}

.col-tiles > *:nth-child(even) {
    flex-direction: row-reverse;
}

.panel-contact {
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 9;
}
.panel-contact .item a {
    display: block;
    width: 50px;
    height: 50px;
    padding: 2px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    transition: all 0.3s;
}
.panel-contact .item a:hover {
    background: rgba(255, 255, 255, 0.6);
}
.panel-contact .item:not(:last-child) {
    margin-bottom: 10px;
}
.panel-contact .item a svg {
    width: 100%;
    height: 100%;
}
#footer .work-hours{
    margin-top: 20px;
}
#footer .work-hours p{
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #ffffff;
}
#footer .footer-copyright .work-hours p{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #909090;
}
.section-window-types-block{
    padding: 80px 0;
    background: #F7F7F7;
}
.section-header{
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #4F423E;
}
.section-header h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #4F423E;
}
.section-window-types-block .section-header{
    margin-bottom: 70px;
}
.section-window-types-block .row .col{
    width: calc(100% / 5);
}
.section-window-types-block .window-types-item .image{
    margin-bottom: 25px;
}
.section-window-types-block .window-types-item .image img{
    width: 100%;
    height: auto;
}
.section-window-types-block .window-types-item .header{
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #4F423E;
    margin-bottom: 4px;
}
.section-window-types-block .window-types-item .text{
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #4F423E;
}
.section-window-types-block .row{
    row-gap: 25px;
}
.section-plates-block.section-window-types-block{
    margin-bottom: 140px;
}
.section-block-tabs-table .section-header{
    margin-bottom: 25px;
}
.section-block-tabs-table{
    margin-bottom: 140px;
}
.section-block-tabs-table .section-block-tabs-table__tabs_wrapper{
    background: #062A4D;
    padding-top: 55px;
    margin-bottom: 70px;
}
.section-block-tabs-table__tabs{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.section-block-tabs-table__tabs .tab{
    width: calc((100% - 4 * 20px) / 4);
    letter-spacing: -1px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px solid #fff;
    padding: 20px ;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    transition: all .2s ease-in-out;
}
.section-block-tabs-table-3-tabs .section-block-tabs-table__tabs .tab{
    width: calc((100% - 4 * 20px) / 4);
    font-size: 18px;
    padding: 20px 15px;
}

.section-block-tabs-table-slider .section-block-tabs-table__tabs .tab {
    padding: 16px 10px;
    font-size: 16px;
}

.section-block-tabs-table__tabs .tab span{
    font-weight: 400;
}
.section-block-tabs-table__tabs .tab:hover,
.section-block-tabs-table__tabs .tab.active{
    cursor: pointer;
    box-shadow: 0px -10px 29.3px 0px #000000BA;
    background: #fff;
    color: #4F423E;
}
.section-block-tabs-table__tabs .tab:hover span{
    font-weight: 700;
}
.section-block-tabs-table__tabs .tab.active span{
    font-weight: 700;
}
.section-block-tabs-table__tabs_content .tab_content{
    opacity: 0;
    transition: all .2s ease-in-out;
    visibility: hidden;
    z-index: -1;
    position: relative;
    display: none;
    width: 100%;
}
.section-block-tabs-table__tabs_content .tab_content.active{
    z-index: 9;
    visibility: visible;
    opacity: 1;
    display: flex;
}
.section-block-tabs-table__tabs_content .tab_content .tab_content_inner{
    display: flex;
    width: 100%;
    column-gap: 100px;
}
.section-block-tabs-table__tabs_content .tab_content .tab_content_inner .image{
    width: calc(40% - 100px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.section-block-tabs-table__tabs_content .tab_content .tab_content_inner .image img{
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.section-block-tabs-table__tabs_content .tab_content .tab_content_inner .content{
    width: 60%;
}
.section-block-tabs-table__tabs_content .tab_content_header{
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #4F423E;
    margin-bottom: 40px;
}
.section-block-tabs-table__tabs_content .tab_content_table{
    width: 100%;
    background: #F7F7F7;
    padding-bottom: 30px;
}
.section-block-tabs-table__tabs_content .tab_content_table .inner_row{
    padding: 20px;
    display: flex;
    align-items: center;
}

.section-block-tabs-table__tabs_content .tab_content_table .inner_row:nth-of-type(even){
    background: #fff;
}
.section-block-tabs-table__tabs_content .tab_content_table .inner_row .table-col-1,
.section-block-tabs-table__tabs_content .tab_content_table .inner_row .table-col-2,
.section-block-tabs-table__tabs_content .tab_content_table .inner_row .table-col-3,
.section-block-tabs-table__tabs_content .tab_content_table .inner_row .table-col-4{
    width: 25%;
}
.section-block-tabs-table__tabs_content .tab_content_table .inner_row span {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #4F423E;
}
.section-block-tabs-table__tabs_content .tab_content_table .inner_row.header_row{
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #4F423E;
    background: #fff;
}
.section-block-tabs-table__tabs_content .tab_content_table .inner_row .table-col-1,
.section-block-tabs-table__tabs_content .tab_content_table .inner_row .table-col-2,
.section-block-tabs-table__tabs_content .tab_content_table .inner_row .table-col-3,
.section-block-tabs-table__tabs_content .tab_content_table .inner_row .table-col-4{
    text-align: center;
}
.section-block-tabs-table__tabs_content .tab_content_buttons{
    margin-top: 22px;
    padding-left: 20px;
}
.section-block-tabs-table__tabs_content .tab_content_buttons .btn{
    padding-left: 70px;
    padding-right: 70px;
    background: #06294E;
}

.section-block-tabs-table-1 .section-block-tabs-table__tabs .tab{
    width: calc((100% - 4 * 20px) / 4);
    font-size: 18px;
	line-height: 21px;
}
.section-block-tabs-table-1 .section-block-tabs-table__tabs_content .tab_content_table .inner_row .table-col-1,
.section-block-tabs-table-1 .section-block-tabs-table__tabs_content .tab_content_table .inner_row .table-col-2{
    width: 50%;
}
.section-block-tabs-table-1 .section-block-tabs-table__tabs_content .tab_content_header{
    margin-bottom: 0;
}
.section-block-tabs-table-1 .section-block-tabs-table__tabs_content .tab_content_top_text{
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #4F423E;
}
.section-block-tabs-table-1 .section-block-tabs-table__tabs_content .tab_content_table{
    margin-top: 30px;
}
.section-block-tabs-table-1 .section-block-tabs-table__tabs_content .tab_content_table_header{
    padding: 20px;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #4F423E;
}
.section-block-tabs-table-1 .section-block-tabs-table__tabs_content .tab_content_bottom_text{
    margin-top: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #4F423E;
}

.section-block-colors-gallery{
    margin-top: 50px;
}
.section-block-colors-gallery .section-header{
    margin-bottom: 30px;
}
.section-block-colors-gallery .block-colors-gallery-items{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.section-block-colors-gallery .block-colors-gallery-items .gallery-item{
    width: calc((100% - 60px) / 4);
    height: 160px;
    display: flex;
    overflow: hidden;
    align-items: flex-start;
}
.section-block-colors-gallery .block-colors-gallery-items .gallery-item.h-auto{
    height: auto;
}
.section-block-colors-gallery .block-colors-gallery-items .gallery-item img{
    width: 100%;
    height: auto;
}

.section-block-colors-gallery .block-colors-gallery-items.columns-5 .gallery-item{
    width: calc((100% - 80px) / 5);
}
.section-block-colors-gallery .block-colors-gallery-items.columns-6 .gallery-item{
    width: calc((100% - 100px) / 6);
}
.section-block-colors-gallery .block-colors-gallery-header{
    margin-bottom: 30px;
    text-align: center;
    background: #F7F7F7;
    padding: 22px 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    color: #4F423E;
}
.red{
    color: #E80505;
}
.section-block-prices-table{
    background: #F7F7F7;
    padding: 35px 0;
    margin-bottom: 50px;
}
.section-block-prices-table .section-header{
    margin-bottom: 45px;
}
.section-block-prices-table_items{
    display: flex;
    column-gap: 20px;
}
.section-block-prices-table_items .item{
    width: calc((100% - 80px) / 5);
    display: flex;
    flex-direction: column;
    padding: 8px 15px;
    background: #fff;
    border-radius: 8px;
}
.section-block-prices-table_items .item.item-names{
    background: none;
    padding: 0;
}
.section-block-prices-table_items .item  .rows{
    display: flex;
    flex-direction: column;
    row-gap: 7px;
    height: 100%;
}
.section-block-prices-table_items .item.item-names .rows .price_row{
    padding: 10px 15px;
    background: #fff;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #1E1E1E;
    display: flex;
    align-items: center;
}
.section-block-prices-table_items .item.item-names .item-top{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding: 8px 15px 0;
}
.section-block-prices-table_items .item.item-names .item-top .price_header_1 strong{
    font-weight: 700;
}
.section-block-prices-table_items .item.item-names .item-top .price_header_1{
    /*width: calc(50% - 10px);*/
    width: 100%;
    display: flex;
    border-radius: 8px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    row-gap: 12px;
    padding: 15px;
    min-height: 104px;
    background: #06294E;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
}
.section-block-prices-table_items .item .price_row_header{
    width: 100%;
    border-radius: 8px;
    min-height: 103px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin-bottom: 20px;
    background: #06294E;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}
.section-block-prices-table_items .item  .rows .price_row{
    min-height: 65px;
    padding: 10px 0;
    flex-shrink: 0;
}
.section-block-prices-table_items .item  .rows .price_row:last-of-type{
    height: 100%;
    flex-shrink: 1;
}
.section-block-prices-table_items .item:not(.item-names) .rows .price_row{
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #1E1E1E;
}
.section-block-prices-table_items .item:not(.item-names) .rows .price_row:not(:last-of-type):after{
    content: "";
    display: block;
    height: 1px;
    width: 90px;
    position: absolute;
    left: calc((100% - 90px) / 2);
    background: #D9D9D9;
    bottom: -2.5px;
}
.section-block-prices-table .tab_content_buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}
.section-block-prices-table .tab_content_buttons .btn{
    padding-left: 70px;
    padding-right: 70px;
}
.section-block-tabs-table-1  .section-block-tabs-table__tabs_content .tab_content_table .inner_row .table-col-2,
.section-block-tabs-table__tabs_content .tab_content_table .inner_row .table-col-1{
    text-align: left;
}
.section-block-image-chess{
    margin-top: 65px;
    margin-bottom: 65px;
    background: #F7F7F7;
}
.section-block-image-chess2{
    background: transparent;
}
.section-block-image-chess-items{
    display: flex;
    flex-direction: column;
}
.section-block-image-chess-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.section-block-image-chess-items .section-block-image-chess-item:nth-of-type(even) .image{
    order: 2;
}
.section-block-image-chess-item .image{
    width: calc(50% - 10px);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-block-image-chess-item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-block-image-chess-item .content{
    width: calc(50% - 10px);
    min-height: 320px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 60px 0;
}
.section-block-image-chess2 .section-block-image-chess-item .content{
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
}
.section-block-image-chess-item .content .header,
.section-block-image-chess-item .content .text{
    width: 100%;
}
.section-block-image-chess-items .section-block-image-chess-item:nth-of-type(odd) .content{
    padding-left: 60px;
}
.section-block-image-chess-item .content .header{
    font-weight: 900;
    font-size: 36px;
    line-height: 36px;
    color: #3E3E3E;
    margin-bottom: 25px;
}
.section-block-image-chess2-header {
    margin-top: 65px;
}
.section-block-image-chess2-header + .section-block-image-chess {
    margin-top: 0;
}
/*.section-block-chess2-header {
    font-weight: 900;
    font-size: 36px;
    line-height: 36px;
    color: #3E3E3E;
    margin-bottom: 25px;
}
.section-block-chess2-header > * {
    font-weight: 900;
    font-size: 36px;
    line-height: 36px;
    color: #3E3E3E;
}*/
.section-block-image-chess-item .content .text{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #4F423E;
}
.section-block-image-chess2 .section-block-image-chess-item .content .text *{
    font-size: 16px;
    line-height: 1.2;
    color: #3e3e3e;
}
.custom-h1{
    font-size: 22px;
}
.section-text-btn-image{
    margin-top: 70px;
    margin-bottom: 70px;
}
.section-text-btn-image .section-header{
    color: #3E3E3E;
    margin-bottom: 45px;
}
.section-text-btn-image .section-subheader{
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    color: #4F423E;
    margin-bottom: 20px
}
.section-text-btn-image .section-text{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #4F423E;
}
.section-text-btn-image .section-text-btn-image_items{
    margin-top: 15px;
}
.section-text-btn-image_items .item-text p,
.section-text-btn-image_items .item-text,
.section-text-btn-image_items .item-header{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #4F423E;
}
.section-text-btn-image_items .item-text ul{
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    background: #F7F7F7;
    border-radius: 8px;
    padding: 15px 45px;
}
.section-text-btn-image_items .item{
    margin-bottom: 33px;
}

.section-text-btn-image_items .item-bottom{
    display: flex;
    column-gap: 20px;
}
.section-text-btn-image_items .item-bottom > div:first-of-type{
    width: 25%;
    background: #00A335;
    border-radius: 8px;
    min-height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.section-text-btn-image_items .item-bottom > div:last-of-type{
    width: calc(75% - 20px);
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #4F423E;
}
.section-text-btn-image .section-text-btn-image_btns{
    display: flex;
    flex-direction: row-reverse;
    margin-top: 45px;
}
.section-text-btn-image .btn{
  padding: 10px 35px;
    font-size: 16px;
}
.section-text-btn-image .image img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.section-our-works .our-works-item a.img-thumbnail{
    border-radius: 0;
    border: none;
    padding: 0;
    aspect-ratio: 1.05 / 1;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-our-works .our-works-item a.img-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}
.section-our-works .owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 7px;
    width: 100%;
    margin-top: 35px;
}
.section-our-works .owl-dots .owl-dot{
    flex-shrink: 0;
}
.section-our-works .owl-dots .owl-dot span{
    background: #D9D9D9;
    width: 13px;
    height: 13px;
    line-height: 13px;
    border-radius: 50px;
    flex-shrink: 0;
    margin: 0;
}
.section-our-works .owl-dots .owl-dot:hover span,
.section-our-works .owl-dots .owl-dot.active span{
    background: #062A4D;
}
.section-window-types-block + .section-order-form-block{
    margin-top: 0 !important;
}
section.section.section-our-works{
    padding-top: 60px;
    padding-bottom: 100px;
    border-top: none;
}

.section-block-plates-4-row .section-header{
    margin-bottom: 30px;
}
.section-block-plates-4-row .block-plates-4-item .image{
    overflow: hidden;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-block-plates-4-row .block-plates-4-item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-block-plates-4-row .block-plates-4-item .header{
    margin-top: 28px;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    color: #4F423E;
}
.section-block-plates-4-row .block-plates-4-item .text{
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    margin-top: 4px;
    text-align: justify;
}

.section-block-plates-2-row{
    margin-bottom: 140px;
}
.section-block-plates-2-row .section-header{
    margin-bottom: 25px;
}
.section-block-plates-2-row .row{
    row-gap: 25px;
}
.section-block-plates-2-row .block-plates-2-item{
    display: flex;
    gap: 20px;
    background: #F7F7F7;
    padding: 35px 25px;
    align-items: center;
    height: 100%;
}
.section-block-plates-2-row .block-plates-2-item .image{
    aspect-ratio: 389 / 412;
    width: 45%;
    flex-shrink: 0;
}
.section-block-plates-2-row .block-plates-2-item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-block-plates-2-row .block-plates-2-item .header{
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    color: #4F423E;
    margin-bottom: 25px;
}
.section-block-plates-2-row .block-plates-2-item .text{
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #4F423E;
}
.additional-content-text-two-columns{
    column-count: 2;
    column-gap: 4%;
}
.additional-content-text-two-columns ul li{
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #777;
}

.rating {
    color: #9aa0ad;
    margin-top: 10px;
    margin-bottom: 10px;
}

.rating .stars {
    position: relative;
    white-space: nowrap;
    display: inline-block;
    color: #9aa0ad;
}

.stars__full {
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    top: 0px;
    left: 0px;
}

.stars__full i {
    color: #bde200;
}

.fa-star:before {
    content: "\f005";
}

.rating .rating-text {
    color: #fff;

}
@media (max-width: 1440px) {
    .section-block-tabs-table__tabs .tab{
        font-size: 18px;
        line-height: 20px;
        padding: 20px 12px;
    }
}
@media (max-width: 1400px) {

    #header .header-nav-top .nav > li > a{
        padding: 5px 10px;
    }
    .section-block-colors-gallery .block-colors-gallery-items .gallery-item{
        height: 120px;
    }
    .section-block-prices-table_items .item .price_row_header,
    .section-block-prices-table_items .item.item-names .item-top .price_header_1{
        font-size: 18px;
        line-height: 18px;
    }
    .section-block-plates-4-row .block-plates-4-item .image{
        height: 250px;
    }
    .section-block-plates-4-row .block-plates-4-item .text{
        font-size: 14px;
    }
    .section-block-plates-2-row .block-plates-2-item .image{
        width: 350px;
    }
    .section-block-plates-2-row .block-plates-2-item{
        column-gap: 50px;
    }
}
@media (max-width: 1368px) {
    .section-block-tabs-table__tabs_content .tab_content_header{
        font-size: 23px;
    }
    .section-block-tabs-table__tabs_content .tab_content_table .inner_row .table-col-1{
        width: 40%;
    }
    .section-block-tabs-table__tabs_content .tab_content_table .inner_row .table-col-2,
    .section-block-tabs-table__tabs_content .tab_content_table .inner_row .table-col-3,
    .section-block-tabs-table__tabs_content .tab_content_table .inner_row .table-col-4 {
        width: calc(60% / 3 );
    }
    .section-block-tabs-table__tabs .tab,
    .section-block-tabs-table-1 .section-block-tabs-table__tabs .tab{
        font-size: 17px;
    }
    .section-block-tabs-table__tabs .tab{
        padding: 20px 5px;
    }
}
@media (max-width: 1199px) {
    .section-window-types-block .row .col{
        width: calc(100% / 3);
        flex: unset;
    }
    .section-block-tabs-table__tabs_content .tab_content .tab_content_inner{
        flex-direction: column;
    }
    .section-block-tabs-table__tabs_content .tab_content .tab_content_inner .image{
        width: 100%;
        margin-bottom: 25px;
    }
    .section-block-tabs-table__tabs_content .tab_content .tab_content_inner .content{
        width: 100%;
    }
    .section-block-tabs-table__tabs .tab {
        font-size: 14px;
        line-height: 20px;
        padding: 20px 10px;
    }
    .section-block-colors-gallery .block-colors-gallery-items.columns-5 .gallery-item{
        width: calc((100% - 60px) / 4);
    }
    .section-block-colors-gallery .block-colors-gallery-items.columns-6 .gallery-item{
        width: calc((100% - 40px) / 3);
    }
    .section-block-plates-4-row .owl-dots{
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 7px;
        width: 100%;
        margin-top: 10px;
    }
    .section-block-plates-4-row .owl-dots .owl-dot{
        background: #D9D9D9;
        width: 13px;
        line-height: 13px;
        border-radius: 50px;
    }
    .section-block-plates-4-row .owl-dots .owl-dot.active{
        background: #062A4D;
    }
    .block-plates-4-row-carousel.owl-carousel .owl-nav button span{
        display: none;
    }
    .block-plates-4-row-carousel.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]{
        padding: 0;
        background: none;
        width: auto;
        height: auto;
    }
    .block-plates-4-row-carousel.owl-carousel .owl-nav button.owl-next:before,
    .block-plates-4-row-carousel.owl-carousel .owl-nav button.owl-prev:before{
        position: unset;
        color: #231F20;
        font-size: 25px;
        line-height: 25px;
    }
    .block-plates-4-row-carousel.owl-carousel .owl-nav button.owl-prev{
        left: -30px;
    }
    .block-plates-4-row-carousel.owl-carousel .owl-nav button.owl-next{
        right: -30px;
    }
}
@media (max-width: 991px) {
    #header .header-container .block-buttons .block-phones-mobile.show-phones .block-phones-mobile__phones-dropdown{
        display: flex;
        flex-direction: column;
        background: #fff;
        border-radius: 3px;
        position: absolute;
        padding: 25px 20px;
        right: 0px;
        top: calc(70% + 10px);
        width: 200px;
    }
    .pc-only{
        display: none;
    }
    .mobile-only{
        display: block;
    }
    #header .header-mobile__top-line{
        display: flex;
        justify-content: space-between;
        background: #06294E;
        align-items: center;
        padding: 9px 15px 5px 15px;
    }
    #header .header-mobile__top-line p{
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        color: #FFFFFF;
        margin-bottom: 0;
    }
    #footer .social-icons{
        justify-content: center;
    }
    #header .header-nav-main .collapse .social-icons{
        display: flex;
    }
    #header .header-nav-main .collapse .social-icons .social-icon{
        width: 28px;
        height: 28px;
    }
    #header .header-nav-bar .block-buttons .social-icons{
        display: none;
    }
    #header .header-nav-top {
        display: none;
    }
    #header .header-nav-main .menu-location-main-menu {
        display: none;
    }
    #header .header-nav-main .menu-location-mobile-menu {
        display: block;
    }
    #header .custom-logo-link {
        width: 70px;
    }
    #header .block-phone-list {
        display: none;
    }
    #header .header-container .block-buttons {
        display: flex;
    }
    #header .header-nav-bar .header-row {
        padding: 0;
    }
    #header .header-nav-bar .header-column .block-buttons {
        display: none;
    }
    #header .header-nav-bar .header-nav {
        min-height: 0!important;
    }
    #header .language-dropdown > a {
        font-size: 18px!important;
    }
    #header .block-buttons .dropdown-menu a {
        font-size: 16px;
        padding: 10px 30px;
        text-align: center;
    }
    #footer .logo {
        margin-bottom: 30px;
    }

    .panel-contact {
        position: fixed;
        bottom: 20px;
        right: 15px;
    }
    .home-images .custom-block-1:after {
        content: none;
        display: none;
    }
    .home-images .custom-block-1 h4 {
        top: initial;
        line-height: 1.5;
    }
    .home-images-main {
        display: none;
    }
    .block-image-bg {
        min-height: 300px;
    }

    .section-block-tabs-table__tabs_content .tab_content_header{
        display: none;
    }
    .section-block-tabs-table__tabs_content .tab_content {
        z-index: 9;
        visibility: visible;
        opacity: 1;
        display: flex;
        flex-direction: column;
    }
    .section-block-tabs-table__tabs_content_wrapper{
        background: #062A4D;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section-block-tabs-table__tabs_content .tab-accordion-toggle{
        width: 100%;
        padding: 20px;
        border: 1px solid #fff;
        border-radius: 8px;
        transition: all .2s ease-in-out;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        color: #fff;
    }
    .section-block-tabs-table__tabs_content .tab-accordion-toggle span{
        font-weight: 400;
    }
    .section-block-tabs-table__tabs_content .tab-accordion-toggle.active{
        background: #fff;
        color: #4F423E;
    }
    .section-block-tabs-table__tabs_content .tab-accordion-toggle.active + .tab_content_inner{
        display: flex;
    }
    .section-block-tabs-table__tabs_content .tab_content .tab_content_inner{
        margin-top: 12px;
        background: #fff;
        border-radius: 8px;
        margin-bottom: 18px;
        padding-top: 20px;
        padding-bottom: 20px;
        display: none;
    }
    .section-block-tabs-table__tabs_content .tab_content_buttons{
        display: flex;
        justify-content: center;
        width: 100%
    }
    .section-block-tabs-table__tabs_content{
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }
    .section-block-tabs-table-1 .section-block-tabs-table__tabs_content .tab_content_bottom_text,
    .section-block-tabs-table-1 .section-block-tabs-table__tabs_content .tab_content_top_text{
        padding-left: 20px;
        padding-right: 20px;
    }
    .section-block-colors-gallery .block-colors-gallery-items .gallery-item {
        height: 110px;
    }
    .section-block-prices-table_items .item.item-names .item-top .price_header_1{
        display: none;
    }
    .section-block-prices-table_header{
        display: flex;
        align-items: center;
        column-gap: 20px;
        margin-bottom: 8px;
    }
    .section-block-prices-table_header >div{
        display: flex;
        column-gap: 5px;
        align-items: center;
        justify-content: center;
        text-align: center;
        /*width: calc(50% - 10px);*/
        width: 100%;
        padding: 20px 0;
        background: #06294E;
        border-radius: 8px;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        color: #fff;
    }
    .section-block-prices-table_items{
        width: 100%;
        overflow-x: auto;
        overflow-y: visible;
        padding: 10px 0;
    }
    .section-block-prices-table_items .item{
        width: calc((100% - 40px) / 3);
        flex: none;
    }
    .section-block-prices-table_items .item.item-names .rows .price_row{
        border-radius: 0;
        background: none;
    }
    .section-block-prices-table_items .item{
        padding: 0;
    }
    .section-block-prices-table_items .item .price_row_header{
        background: none;
        border: 1px solid #06294E;
        color: #06294E;
        font-size: 14px;
        line-height: 14px;
        text-align: center;
        min-height: 56px;
    }
    .section-block-prices-table_items .item.item-names .item-top {
        min-height: 64px;
    }
    .section-block-prices-table_items .item:not(.item-names) .rows .price_row{
        min-height: 64px;
        font-size: 14px;
        line-height: 14px;
    }
    .section-block-prices-table_items .item:not(.item-names) .rows .price_row:not(:last-of-type):after,
    .section-block-prices-table_items .item:not(.item-names) .rows .price_row:after{
        display: none;
    }
    .section-block-prices-table_items .item:not(.item-names) .rows .price_row:not(:last-of-type){
        border-bottom: 1px solid #D9D9D9;
    }
    .section-block-prices-table_items .item.item-names .rows .price_row{
        padding: 0;
        font-size: 14px;
        line-height: 14px;
    }
    .section-block-prices-table_items .item.item-names{
        position: sticky;
        left: 0;
        background: #F7F7F7;
        z-index: 9;
        border-radius: 0;
    }
    .section-block-tabs-table__tabs_content .tab_content .tab_content_inner .image{
        padding: 0 20px;
    }
    .section-block-prices-table .section-header {
        margin-bottom: 20px;
    }
    .section-block-prices-table{
        margin-bottom: 35px;
    }
    .section-block-image-chess-item{
        flex-direction: column;
    }
    .section-block-image-chess-items .section-block-image-chess-item:nth-of-type(even) .image,
    .section-block-image-chess-item .image{
        width: 100%;
        height: 300px;
        order: unset;
    }
    .section-block-image-chess-item .content{
        width: 100%;
        padding: 60px 0;
    }
    .section-block-image-chess-items .section-block-image-chess-item:nth-of-type(odd) .content{
        padding: 60px 0;
    }
    .section-block-image-chess{
        padding-top: 60px;
    }
    .section-block-image-chess-items .section-block-image-chess-item:nth-of-type(odd) .content,
    .section-block-image-chess-items .section-block-image-chess-item .content{
        padding-top: 30px;
    }

    .section-block-plates-4-row .block-plates-4-item .header{
        margin-top: 25px;
    }
    .section-block-plates-2-row .block-plates-2-item .image{
        width: 40%;
    }
    .section-block-plates-2-row .block-plates-2-item{
        column-gap: 20px;
    }
}
@media (max-width: 767px) {
    .section-window-types-block .row .col{
        width: calc(100% / 2);
    }
    .section-window-types-block{
        padding: 40px 0;
    }
     .section-header {
         font-size: 28px;
         line-height: 28px;
     }
    .section-window-types-block .section-header{
        margin-bottom: 25px;
    }
    .section-window-types-block .window-types-item .image{
        margin-bottom: 12px;
    }
    .section-window-types-block .window-types-item .header{
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 18px;
    }
    .section-window-types-block .window-types-item .text{
        font-size: 16px;
        line-height: 16px;
    }

    .section-block-tabs-table__tabs_content .tab_content_table .inner_row{
        flex-direction: column;
    }
    .section-block-tabs-table__tabs_content .tab_content_table .inner_row .table-col-1, .section-block-tabs-table__tabs_content .tab_content_table .inner_row .table-col-2, .section-block-tabs-table__tabs_content .tab_content_table .inner_row .table-col-3, .section-block-tabs-table__tabs_content .tab_content_table .inner_row .table-col-4{
        width: 100%;
        display: flex;

    }
    .section-block-tabs-table__tabs_content .tab_content_table .inner_row div span{
        width: 50%;
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
    }
    .section-block-tabs-table__tabs_content .tab_content_table .inner_row div span:first-of-type{
        font-weight: 400;
        border-right: 1px solid #000;
    }
    .section-block-tabs-table__tabs_content .tab_content_table .inner_row div span{
        padding: 12px;
    }
    .section-block-tabs-table__tabs_content .tab_content_table{
        background: none;
        padding: 10px;
    }
    .section-block-tabs-table__tabs_content .tab_content_table .inner_row{
        border-radius: 8px;
        border: 1px solid #000;
        padding: 0;
    }
    .section-block-tabs-table__tabs_content .tab_content_table .inner_row div{
        padding: 0px;
    }
    .section-block-tabs-table__tabs_content .tab_content_table .inner_row div:not(:last-of-type){
        border-bottom: 1px solid #000;
    }
    .tab_content_slider_mob .owl-dots{
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 7px;
        width: 100%;
        margin-top: 10px;
    }
    .tab_content_slider_mob .owl-dots .owl-dot{
        background: #D9D9D9;
        width: 13px;
        line-height: 13px;
        border-radius: 50px;
    }
    .tab_content_slider_mob .owl-dots .owl-dot.active{
        background: #062A4D;
    }
    .tab_content_slider_mob.owl-carousel{
        margin-bottom: 0;
    }
    .section-block-tabs-table{
        margin-bottom: 50px;
    }
    .section-block-tabs-table-1 .section-block-tabs-table__tabs_content .tab_content_table_header{
        display: none;
    }
    .section-block-tabs-table-1 .section-block-tabs-table__tabs_content .tab_content_header{
        display: block;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 24px;
        line-height: 24px;
    }
    .section-block-tabs-table__tabs_content .tab_content_table{
        margin-top: 10px;
    }
    .section-block-tabs-table-1 .section-block-tabs-table__tabs_content .tab_content_bottom_text,
    .section-block-tabs-table-1 .section-block-tabs-table__tabs_content .tab_content_top_text{
        font-size: 14px;
        line-height: 14px;
    }
    .section-block-tabs-table-1 .section-block-tabs-table__tabs_content .tab_content_bottom_text{
        margin-top: 10px;
    }
    .section-block-tabs-table-1  .section-block-tabs-table__tabs_content .tab_content_table .inner_row,
    .section-block-tabs-table-1 .section-block-tabs-table__tabs_content .tab_content_table .inner_row div:not(:last-of-type){
        border: none;
        border-radius: 0;
        flex-direction: row;
    }

    .section-block-tabs-table-1 .section-block-tabs-table__tabs_content .tab_content_table .inner_row:not(:last-of-type)    {
        border-bottom: 1px solid #000;
    }
    .section-block-tabs-table-1 .section-block-tabs-table__tabs_content .tab_content_table_inner{
        border-radius: 8px;
        border: 1px solid #000;
        padding: 0;
        overflow: hidden;
    }
    .section-block-tabs-table-1  .section-block-tabs-table__tabs_content .tab_content_table .inner_row div span{
        width: 100%;
        border: none;
    }
    .section-block-tabs-table-1 .section-block-tabs-table__tabs_content .tab_content_table .inner_row div.table-col-1{
        border-right: 1px solid #000;
    }
    .section-block-tabs-table-1  .section-block-tabs-table__tabs_content .tab_content_table .inner_row{
        align-items: unset;
    }
    .section-block-colors-gallery .block-colors-gallery-items .gallery-item {
        height: 110px;
    }
    .section-block-colors-gallery .block-colors-gallery-header{
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .section-block-colors-gallery .section-header{
        margin-bottom: 20px;
    }
    .section-block-colors-gallery .block-colors-gallery-items {
        gap: 15px;
    }
    .section-block-colors-gallery .block-colors-gallery-items .gallery-item {
        height: 92px;
        border-radius: 8px;
        overflow: hidden;
        width: calc((100% - 15px) / 2);
    }
    .section-block-colors-gallery .block-colors-gallery-items.columns-6 .gallery-item ,
    .section-block-colors-gallery .block-colors-gallery-items.columns-5 .gallery-item {
        width: calc((100% - 30px) / 3);
        height: 55px;
    }

    .section-plates-block.section-window-types-block{
        margin-bottom: 50px;
    }
    .section-text-btn-image{
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .section-text-btn-image .section-header{
        margin-bottom: 25px;
    }
    .section-text-btn-image .image{
        margin-bottom: 25px;
    }
    .section-text-btn-image .section-subheader{
        font-size: 14px;
        line-height: 17px;
    }
    .section-text-btn-image_items .item-text p,
    .section-text-btn-image_items .item-text,
    .section-text-btn-image_items .item-header,
    .section-text-btn-image .section-text{
        font-size: 14px;
        line-height: 18px;
    }
    .section-text-btn-image_items .item-text ul{
        padding: 15px 30px;
    }
    .section-text-btn-image_items .item-bottom > div:first-of-type,
    .section-text-btn-image_items .item-bottom > div:last-of-type{
        font-size: 14px;
        line-height: 18px;
    }
    .section-text-btn-image_items .item-bottom > div:last-of-type{
        width: calc(72% - 20px);
    }
    .section-text-btn-image_items .item-bottom > div:first-of-type{
        text-align: center;
        width: 28%;
    }
    .section-text-btn-image_items .item{
        margin-bottom: 27px;
    }
    .section-text-btn-image .section-text-btn-image_btns{
        justify-content: center;
    }
    .section-text-btn-image .btn{
        padding: 12px 20px;
    }

    .section-our-works .carousel-half-full-width-wrapper > .owl-carousel{
        padding: 0 40px;
        width: 100%;
    }
    .section-our-works .carousel-half-full-width-wrapper > .owl-carousel .owl-stage-outer{
        padding-top: 0;
    }
    .section-our-works  .carousel-half-full-width-wrapper > .owl-carousel .owl-nav{
        position: unset;
    }
    .section-our-works .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]{
        position: absolute;
        margin: 0;
        left: 0;
        top: calc(50% - 15px);
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .section-our-works .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button.owl-next{
        left: auto;
        right: 0;
        justify-content: flex-end;
    }

    section.section.section-our-works {
        padding-top: 30px;
        padding-bottom: 80px;
        border-top: none;
    }
    .section-block-plates-2-row .block-plates-2-item{
        flex-direction: column-reverse;
        align-items: center;
    }
    .section-block-plates-2-row .block-plates-2-item .image{
        width: 70%;
    }
    .section-block-plates-2-row .block-plates-2-item .header{
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}
@media (max-width: 575px) {
    .home h1{
        font-size: 2em;
        line-height: 36px;
    }
    .rating {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #footer .row > * {

    }
    .home-images .h-min-300px {
        min-height: 200px;
    }
    .block-image-bg {
        min-height: 60vw;
    }

    .section-block-plates-4-row .block-plates-4-item .image{
        height: 170px;
    }
    .section-block-plates-4-row .block-plates-4-item .image img{
        min-width: 240px;
        width: calc(100% - 80px);
    }
    .block-plates-4-row-carousel.owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }
    .block-plates-4-row-carousel.owl-carousel .owl-nav button.owl-prev{
        left: 0;
    }
    .section-block-plates-4-row .section-header{
        text-align: center;
    }
    .block-plates-4-row-carousel.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]{
        transform: none;
        top: 85px;
    }
    .section-block-plates-4-row .owl-carousel .owl-nav{
        position: unset;
        transform: none;
    }
    .section-our-works .owl-dots{
        flex-wrap: wrap;
        gap: 5px;
    }
    .section-block-plates-2-row .section-header{
        margin-bottom: 0;
    }
    .section-block-plates-2-row .block-plates-2-item .image {
        width: 80%;
    }
}
@media (max-width: 480px) {
    #footer .logo {
        text-align: center;
    }
    .col-mob-full {
        text-align: center;
    }
    .section-window-types-block .window-types-item .header{
        min-height: 48px;
    }

}
@media (max-width: 375px) {
    .section-block-image-chess-item .content .header{
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .section-block-image-chess-item .content .text{
        font-size: 16px;
        line-height: 22px;
    }
    .section-block-image-chess-items .section-block-image-chess-item:nth-of-type(even) .image, .section-block-image-chess-item .image{
        height: 250px;
    }
}
@media (min-width: 481px) {
    #footer .collapse {
        display: block!important;
    }
}



.like-h3 {
    text-transform: none;
    font-weight: bold;
    font-size: 2.3em;
    line-height: 1.2em;
    margin: 0 0 33px 0;
    color: #3e3e3e;
}
.like-h4 {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 27px;
    margin: 0 0 14px 0;
    color: #3e3e3e;
}
.custom-block-1 .like-h4 {
    position: relative;
    top: -20px;
}
.custom-block-1.custom-block-1-bottom .like-h4 {
    top: 20px;
}
.modal-title.like-h4 {
    margin-bottom: 0;
    line-height: 1.5;
}
.partners-h4.like-h4 {
    padding: 0;
    margin: 0;
    color: #FFF;
}



.copyright_sprava img {
    width: 90px;
    margin-bottom: 2px;
}


.no-mb .section-our-works{
    margin-bottom: 0;
}
.no-mb + section.section-order-form-block {
    margin-top: 0 !important;
}

.wp-block-columns h2,
.wp-block-columns .h2,
.wp-block-columns h3,
.wp-block-columns .h3,
.wp-block-columns h4,
.wp-block-columns .h4 {
    color: #ddd;
}


body:where(.page-id-139, .page-id-432) .section-block-image-chess2 .section-block-image-chess-items > .section-block-image-chess-item:nth-child(1) > .image > img {
    object-fit: contain;
}
@media (min-width: 992px) {
    body:where(.page-id-139, .page-id-432) .section-block-image-chess2 .section-block-image-chess-items > .section-block-image-chess-item:nth-child(1) > .content > .text {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
    body:where(.page-id-139, .page-id-432) .section-block-image-chess2 .section-block-image-chess-items > .section-block-image-chess-item:nth-child(1) > .content .text > :last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 1400px) {
    body:where(.page-id-139, .page-id-432) .section-block-image-chess2 .section-block-image-chess-items > .section-block-image-chess-item:nth-child(1) > .content .text * {
        line-height: 1.6;
    }
}
@media (min-width: 1440px) {
    body:where(.page-id-139, .page-id-432) .section-block-image-chess2 .section-block-image-chess-items > .section-block-image-chess-item:nth-child(1) > .content .text * {
        line-height: 2;
    }
}

.text-dark.mb-3 .h2 {
    margin-bottom: 20px;
}

.section-window-types-block + .section-window-types-block {
    padding-top: 0;
    margin-top: -80px;
}

.page-id-493 .section-block-colors-gallery .block-colors-gallery-items .gallery-item,
.page-id-208 .section-block-colors-gallery .block-colors-gallery-items .gallery-item,
.page-id-206 .section-block-colors-gallery .block-colors-gallery-items .gallery-item,
.page-id-491 .section-block-colors-gallery .block-colors-gallery-items .gallery-item {
    height: auto;
    margin-bottom: 40px;
}

.page-id-493 .section-block-tabs-table__tabs_content .tab_content .tab_content_inner .image,
.page-id-208 .section-block-tabs-table__tabs_content .tab_content .tab_content_inner .image,
.page-id-206 .section-block-tabs-table__tabs_content .tab_content .tab_content_inner .image,
.page-id-491 .section-block-tabs-table__tabs_content .tab_content .tab_content_inner .image {
    width: 100%;
}

.page-id-493 .section-block-tabs-table__tabs_content .tab_content .tab_content_inner .service-carousel,
.page-id-208 .section-block-tabs-table__tabs_content .tab_content .tab_content_inner .service-carousel,
.page-id-206 .section-block-tabs-table__tabs_content .tab_content .tab_content_inner .service-carousel,
.page-id-491 .section-block-tabs-table__tabs_content .tab_content .tab_content_inner .service-carousel {
    width: calc(40% - 100px);
}

@media(max-width: 768px) {
    .page-id-493 .section-block-tabs-table__tabs_content .tab_content .tab_content_inner .service-carousel,
    .page-id-208 .section-block-tabs-table__tabs_content .tab_content .tab_content_inner .service-carousel,
    .page-id-206 .section-block-tabs-table__tabs_content .tab_content .tab_content_inner .service-carousel,
    .page-id-491 .section-block-tabs-table__tabs_content .tab_content .tab_content_inner .service-carousel {
        width: 100%;
    }
}