@font-face {
    font-family: 'Montserrat-light';
    src: local('Montserrat Light'), local('Montserrat-Light'), url('/fonts/montserratlight.woff2') format('woff2'), url('/fonts/montserratlight.woff') format('woff'), url('/fonts/montserratlight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'Montserrat-regular';
    src: local('Montserrat'), local('Montserrat-Regular'), url('/fonts/montserrat.woff2') format('woff2'), url('/fonts/montserrat.woff') format('woff'), url('/fonts/montserrat.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-bold';
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url('/fonts/montserratbold.woff2') format('woff2'), url('/fonts/montserratbold.woff') format('woff'), url('/fonts/montserratbold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LucidaGrande';
    src: local('Lucida Grande'), local('LucidaGrande'), url('/fonts/LucidaGrande.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-medium';
    src: local('Montserrat Medium'), local('MontserratMedium');
    src: url('/fonts/Montserrat-Medium.eot');
    src: url('/fonts/Montserrat-Medium.woff2') format('woff2'),
    url('/fonts/Montserrat-Medium.woff') format('woff'),
    url('/fonts/Montserrat-Medium.ttf') format('truetype'),
    url('/fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-semiBold';
    src: local('Montserrat SemiBold'), local('MontserratSemiBold');
    src: url('/fonts/Montserrat-SemiBold.eot');
    src: url('/fonts/Montserrat-SemiBold.woff2') format('woff2'),
    url('/fonts/Montserrat-SemiBold.woff') format('woff'),
    url('/fonts/Montserrat-SemiBold.ttf') format('truetype'),
    url('/fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat-extraBold";
    src: local('Montserrat extraBold'), local('Montserrat ExtraBold');
    src: url('/fonts/Montserrat-ExtraBold.otf');
    src: url('/fonts/Montserrat-ExtraBold.woff2') format('woff2'),
    url('/fonts/Montserrat-ExtraBold') format('woff'),
    url('/fonts/Montserrat-ExtraBold') format('truetype'),
    url('/fonts/Montserrat-ExtraBold?#iefix') format('embedded-opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Montserrat-regular", sans-serif;
    position: relative;
    overflow-x: hidden;
    min-height: 100vh;
}
.no-radius {
    border-radius: 0!important;
}
[v-cloak] {
    display: none;
}


/*navbar*/
.navbar {
    height: 6.25rem;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /*overflow: hidden;*/
}

.products-block h2.h2-custom {
    font-size: 1.8rem;
    letter-spacing: -1px;
    padding-bottom: 0;
    color: #000;
    font-family: "Montserrat-regular", sans-serif;
    padding-top: 0;
}

.table-bordered.table-custom td, .table-custom.table-bordered th {
    border: 2px solid #000;
    font-size: .8em;
    letter-spacing: -0.5px;
    padding: 1.3rem 0.5rem;
}

.table-bordered.table-custom td:nth-child(2) {
    width: 26%;
}

.info-table {
    font-family: "Montserrat-light", sans-serif;
    font-size: 0.7rem;
}

table.table-custom {
    margin-bottom: 0.5rem;
}

.navbar.sticky-header {
    height: 4.25rem;
}

.navbar-nav > li.menu-right {
    position: inherit;
}

.navbar-nav > li, .navbar-filters > li {
    display: block;
    height: 6.25rem;
    padding: 0 1.25rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.navbar-filters > li {
    line-height: 6.25rem;
}

.dropdown-menu.subcategory-list.show {
    display: block;
}

.navbar.sticky-header .navbar-nav > li {
    height: 4.25rem;
}

.navbar .navbar-nav > li:hover, .navbar .navbar-nav > li.active:hover, .navbar-filters > li:hover, .navbar-filters > li.active:hover {
    background: #464855;
}

.navbar li.active, .navbar-filters li.active {
    background-color: #f2f3f7;
}

.navbar li#news_link.active {
    background: none;
}

.navbar .nav-item > a, .navbar-filters .filter-item > a {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: rgba(70, 72, 85, 0.5);
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
    padding: 0 1rem 0.5rem;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar .nav-item > a {
    height: 7rem;
}

.navbar.sticky-header .nav-item > a {
    height: 5rem;
}

.navbar li.nav-item:hover > a, .navbar li.nav-item.active:hover > a, .navbar-filters li.filter-item:hover > a, .navbar-filters li.filter-item.active:hover > a {
    color: #fff;
}

li.nav-search {
    padding: 0 1.85rem;
}

.site-error-container {
    width: 100%;
    height: calc(100vh - 147px);
    background-image: url("../images/error_bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -50px;
}

.site-error-wrap {
    position: relative;
}

.site-error {
    position: absolute;
    left: 40%;
    top: 30vh;
    max-width: 700px;
    width: 100%;
}

.site-error h1 {
    font-family: "Montserrat-bold", sans-serif;
    font-size: 36px;
    line-height: 1.39;
    letter-spacing: normal;
    color: #464855;
}

.site-error p {
    font-family: "Montserrat-light", sans-serif;
    font-size: 16px;
    line-height: 1.19;
    letter-spacing: normal;
    color: #6b6f82;
    padding: 10px 0 5px 0;
}

.navbar .nav-item.nav-search a {
    font-size: 1.375rem;
    outline: none;
}

.navbar .nav-item.nav-search i {
    width: 22px;
    height: 22px;
    background: url("/images/icons/search-nav.svg") no-repeat;
    display: block;
    vertical-align: unset;
}

.navbar li.nav-item.nav-search:hover > a i, .navbar li.nav-item.active.nav-search:hover > a i {
    background: url("/images/icons/search-active.svg") no-repeat;
}

.navbar .navbar-nav > li.orange-button {
    background: #eb7835;
    padding: 0 2.5rem;
}

.navbar .navbar-nav > li.orange-button:hover {
    background-color: #d66d1c;
}

.navbar-nav li.orange-button > a {
    color: #fff;
}

.popovers {
    display: none;
}

.dropdown-menu:not(.datepicker-dropdown) {
    display: none;
    border: none;
    border-top: 1.1875rem solid #343641;
    -webkit-box-shadow: 0 0 32px 0 rgba(12, 0, 51, 0.1);
    box-shadow: 0 0 32px 0 rgba(12, 0, 51, 0.1);
    top: 7rem;
    right: 0;
    left: auto;
    z-index: 2001;
    font-size: 1rem;
    border-radius: 0;
    margin: 0;
    padding: 0;
    min-width: 17.75rem;
    -webkit-transform: translate(25%, 0);
    -ms-transform: translate(25%, 0);
    -o-transform: translate(25%, 0);
    transform: translate(25%, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-nav > li.menu-right .nav-link {
    position: relative;
}

.navbar-nav > li.dropdown .caret, .navbar-filters > li.dropdown.show .caret-dropdown {
    display: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #343641;
    position: absolute;
    top: 6.5rem;
    left: 45%;
    margin-left: -5px;
    opacity: 1;
    width: 0;
    height: 0;
    z-index: 999;
}

.navbar-filters > li.dropdown .caret-dropdown {
    display: none;
}

.dropdown-menu > ul {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0;
}

.dropdownRoot .dropdown-item:focus, .dropdown-item:hover, .dropdownRoot .dropdown-item {
    background-color: transparent;
    padding: 0;
    min-width: 16.875rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
    width: auto;
}

.submenu-wrap {
    border-right: 0.5px solid #dadbdd;
    height: 100%;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.submenu-wrap:last-child {
    border: none;
}

.navbar li:hover a.dropdown-item {
    color: #fff;
    background: #aab0c6;
}

.menu-list li .title-menu-block {
    background-color: rgba(170, 176, 198, 0.15);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    min-height: 4.125rem;
}

.dropdownSection:first-child .menu-list li .title-menu-block {
    background-color: #f2f2f7;
}

.dropdownSection:first-child .menu-list li:hover .title-menu-block {
    background: transparent;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(70, 72, 85, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(70, 72, 85, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(70, 72, 85, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(70, 72, 85, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(70, 72, 85, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(70, 72, 85, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#494756', GradientType=0);
}

.dropdown-item:nth-child(1):hover .title-menu-block, .dropdown-item:nth-child(1) .title-menu .menu-block {
    background-color: rgb(70, 72, 84);
}

.dropdown-item:nth-child(2):hover .title-menu-block, .dropdown-item:nth-child(2) .title-menu .menu-block {
    background-color: #6b6f82;
}

.dropdown-item:nth-child(3):hover .title-menu-block, .dropdown-item:nth-child(3) .title-menu .menu-block {
    background-color: rgb(137, 142, 162);
}

.dropdown-item:nth-child(4):hover .title-menu-block, .dropdown-item:nth-child(4) .title-menu .menu-block {
    background-color: rgb(170, 176, 198);
    border-right: 0.5px solid transparent;
}

.resourcesGroup .dropdown-item:nth-child(1):hover .title-menu-block, .dropdown-item:nth-child(1) .title-menu .menu-block {
    border-right: 0.5px solid rgb(70, 72, 84);
}

.resourcesGroup .dropdown-item:nth-child(2):hover .title-menu-block, .dropdown-item:nth-child(2) .title-menu .menu-block {
    border-right: 0.5px solid #6b6f82;
}

.resourcesGroup .dropdown-item:nth-child(3):hover .title-menu-block, .dropdown-item:nth-child(3) .title-menu .menu-block {
    border-right: 0.5px solid rgb(137, 142, 162);
}

.resourcesGroup .dropdown-item:nth-child(4):hover .title-menu-block, .dropdown-item:nth-child(4) .title-menu .menu-block {
    border-right: 0.5px solid rgb(170, 176, 198);
}


.title-menu-block a.view-all {
    color: #898ea2;
    font-size: 0.5625rem;
    height: auto;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.79;
    font-family: "Montserrat-regular", sans-serif;
    padding: 0.3rem 2rem 0.5rem;
    display: block;
}

.dropdown-item:hover .title-menu-block a, .title-menu-block a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.title-menu-block {
    border-right: 0.5px solid #dadbdd;
}

.menu-list > ul li:hover .title-menu-block, .menu-list > ul li:last-child .title-menu-block {
    border: none;
}

.hasDropdown .nav-link:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .5em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-item .title-menu-block h3 {
    font-size: 1.125rem;
    margin-bottom: 0;
    color: #464855;
    font-family: "Montserrat-bold", sans-serif;
    text-transform: uppercase;
    padding: 1rem 2rem 0;
}

.dropdown-item:hover .title-menu-block h3 {
    color: #fff;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.subcategory-list {
    list-style-type: none;
    padding: 0 2rem 0;
    border-right: 0.5px solid #dadbdd;
    min-height: 20.5rem;
    height: 100%;
    background: #fff;
    overflow: auto;
    max-height: calc(100vh - 240px);
}

.menu-list > ul li:last-child .subcategory-list {
    border: none;
}

.subcategory-list li a, .navbar-nav .menu-list > li > a {
    color: #6b6f82;
    font-family: "Montserrat-light", sans-serif;
    font-size: 0.875rem;
    line-height: 34px;
}

.navbar-nav .dropdown-menu > li {
    padding: 0.3rem 2rem;
}

.productGroup .menu-list li:last-child .subcategory-list {
    -webkit-columns: 2;
    columns: 2;
}

.productGroup .dropdown-item .title-menu .menu-block {
    height: 11rem;
}

.productGroup .dropdown-item .title-menu .menu-block img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.subcategory-list li.line {
    height: 1.125rem;
    padding: 1.05rem 0;
}

.line span {
    border-top: 2px solid #eee;
    width: 2.125rem;
    display: block;
}

.subcategory-list li a.font-weight-bold {
    font-family: "Montserrat-bold", sans-serif;
}

/*banner*/
.banner-block {
    background-size: cover;
}

.main-banner-block {
    height: 49.75rem;
}

.main-carousel-carousel .banner-bg {
    background: url('/images/banner-img.jpg') no-repeat;
    background-size: cover;
}

.banner-shadow {
    background: url('/images/banner-overlay/bg.png') repeat-x;
    height: 100%;
    width: 100%;
    display: flex;
}

.banner-text {
    padding-top: 14.5rem;
    padding-bottom: 21.25rem;
}

.banner-text .title, .banner-text .descr,
.product-banner-block .title, .product-banner-block .descr {
    color: #fff;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}
.banner-btn {
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 14px 23px 0 rgba(12, 0, 51, 0.18);
    background-image: linear-gradient(109deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.48)); 
    border: solid 1px rgba(255, 255, 255, 0.07); 
    border-left-width: 0; 
    border-right-width: 0;
    padding: 0.9375rem; min-width: 270px;
    background-color: transparent;
}

/*banner*/


/*main block*/
.main-block {
    -webkit-box-shadow: 0 24px 32px 0 rgba(12, 0, 51, 0.1);
    box-shadow: 0 24px 32px 0 rgba(12, 0, 51, 0.1);
    padding-top: 12.125rem;
    padding-bottom: 10.375rem;
}

.title {
    font-family: "Montserrat-bold", sans-serif;
    color: #464855;
    font-size: 2.25rem;
}

.main-block .description {
    padding: 0 7.3rem;
}

.description p {
    color: #6b6f82;
    font-family: "Montserrat-light", sans-serif;
    font-size: 1.125rem;
}

.box {
    margin: 0 auto;
    height: 16.875rem;
    width: 21.25rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 2.5rem 1rem;
}

.box:hover {
    -webkit-box-shadow: 0 24px 32px 0 rgba(12, 0, 51, 0.1);
    box-shadow: 0 24px 32px 0 rgba(12, 0, 51, 0.1);
}

.box a:hover {
    text-decoration: none;
}

.descr, .seo-desc p {
    font-size: 0.875rem;
    color: #6b6f82;
    line-height: 1.750rem;
    letter-spacing: normal;
    font-family: "Montserrat-light", sans-serif;
}
.title a, .title a:hover {
    color: #464855;
}
.title-h4 {
    font-size: 1.125rem;
    line-height: 2rem;
    font-family: "Montserrat-bold", sans-serif;
    color: #464855;
}

.box .icon {
    width: 29px;
    height: 29px;
    margin: 0 auto 1.25rem;
    background-position: center center;
}

.box-container:nth-child(1) .icon {
    background: url('/images/icons/hydroshield.svg') no-repeat;
    background-size: 29px 29px;
}

.box-container:nth-child(2) .icon {
    background: url('/images/icons/pfframes.svg') no-repeat;
}

.box-container:nth-child(3) .icon {
    background: url('/images/icons/energyefficient.svg') no-repeat;
    background-size: 29px 29px;
}

.box-container:nth-child(4) .icon {
    background: url('/images/icons/lvl.svg') no-repeat;
    background-size: 25px 29px;
}

.box-container:nth-child(5) .icon {
    background: url('/images/icons/doorlite.svg') no-repeat;
    background-size: 29px 29px;
}

.box-container:nth-child(6) .icon {
    background: url('/images/icons/warranty-test.svg') no-repeat;
    background-size: 29px 29px;
}

.box-container:nth-child(1) .box:hover .icon {
    background: url('/images/icons/hydroshield_active.svg') no-repeat;
    background-size: 29px 29px;
}

.box-container:nth-child(2) .box:hover .icon {
    background: url('/images/icons/pfframes_active.svg') no-repeat;
    background-position: center;
    background-size: auto;
}

.box-container:nth-child(3) .box:hover .icon {
    background: url('/images/icons/energyefficient_active.svg') no-repeat;
    background-size: 29px 29px;
}

.box-container:nth-child(4) .box:hover .icon {
    background: url('/images/icons/lvl_active.svg') no-repeat;
    background-size: 25px 29px;
}

.box-container:nth-child(5) .box:hover .icon {
    background: url('/images/icons/doorlite_active.svg') no-repeat;
    background-size: 29px 29px;
}

.box-container:nth-child(6) .box:hover .icon {
    background: url('/images/icons/warranty-test_active.svg') no-repeat;
    background-size: 29px 29px;
}

.main-block .box .learn-more, .resources-wrap .box .learn-more {
    width: 7.25rem;
    height: 2.25rem;
    background-color: #ff4961;
    box-shadow: 0px 25px 25px 0 rgba(12, 0, 51, 0.1);
    color: #fff;
    border: none;
    font-size: 0.5625rem;
    font-family: "Montserrat-medium", sans-serif;
    border-radius: 3px;
    position: absolute;
    bottom: -1.15rem;
    left: 50%;
    margin-left: -3.67rem;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.main-block .box:hover .learn-more, .resources-wrap .box:hover .learn-more {
    opacity: 1;
}

/*video-block*/
.video-block {
    position: relative;
    background: url('/images/video-dummy-img.jpg');
    background-size: cover;
}

.video-description {
    color: #fff;
    padding: 8.25rem 4rem;
}

.video-description h2,
.video-description p {
    color: #fff;
    line-height: 2rem;
}

video {
    width: 100%;
}

/*testimonials-block*/
.testimonials-block {
    padding: 6.125rem 0 5.375rem;
    background: #fff;
}

.quote {
    color: #9da4ff;
    font-size: 2.5rem;
    line-height: 1;
}

.testimonials-text {
    font-size: 0.875rem;
    color: #6b6f82;
    line-height: 1.75rem;
    font-family: "LucidaGrande", sans-serif;
    letter-spacing: normal;
}

.arrow-testimonials-left {
    background: url('/images/icons/left.svg') no-repeat;
    width: 28px;
    height: 28px;
    display: inline-block;
}

.arrow-testimonials-right {
    background: url('/images/icons/right.svg') no-repeat;
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-left: 0.625rem;
}

.testimonials-carousel .owl-nav {
    text-align: right;
    margin-top: -2.5rem;
    position: relative;
    z-index: 1000;
}

.testimonials-carousel .owl-nav div {
    display: inline;
}

.testimonial-author p {
    color: #545cdd;
    font-size: 1rem;
    line-height: 1.75rem;
}

.testimonial-author span {
    font-size: 0.875rem;
    color: #898ea2;
    line-height: 1.75rem;
}

.testimonial-author::before {
    content: '';
    background: url('/images/line.svg') no-repeat;
    width: 3.125rem;
    height: 2px;
    display: block;
    margin-bottom: 1rem;
}


/*news*/
.news-block {
    background: #f7f9fc;
    padding: 5.625rem 0 6.25rem;
    position: relative;
}

.news-block::before {
    content: '';
    background-repeat: no-repeat;
    background-image: url('/images/testimonial-bg-shadow.png');
    background-image: -webkit-image-set(url('/images/testimonial-bg-shadow.webp') 1x);
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    width: 100%;
    height: 13.875rem;
    background-size: 100%;
}

.news-block .title {
    padding-bottom: 3rem;
}

.big-post {
    width: 45%;
}

.big-post img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.posts {
    width: 55%;
}

.category {
    font-family: "Montserrat-bold", sans-serif;
    font-size: 0.75rem;
    color: #898ea2;
    text-transform: uppercase;
    line-height: 2.4rem;
}

.big-post-descript {
    padding-top: 1rem;
}

.post-description {
    padding: 0 1.25rem;
}

.post-description .title-post, .big-post .title-post,
.post-description .title-post:hover, .big-post .title-post:hover {
    font-size: 1.125rem;
    line-height: 2rem;
    font-family: "Montserrat-bold", sans-serif;
    color: #464855;
    margin-bottom: 1rem;
}

.post {
    padding: 1.25rem 0;
    border-bottom: 2px solid #dbdde4;
}

.post-img {
    max-width: 9.5625rem;
    max-height: 9.5625rem;
    min-width: 9.5625rem;
    overflow: hidden;
}

.post-img img {
    width: auto;
    max-height: 100%;
    height: 153px;
    display: block;
    /*margin-left: -96px;*/
}

.post:first-child {
    padding-top: 0;
}

.post:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.post-description h4 {
    line-height: 1.125rem;
}


/*footer*/
footer {
    height: 29.1rem;
    background-color: #464855;
    font-family: "Montserrat-light", sans-serif;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer-menu {
    padding-top: 5rem;
}

.footer-menu a {
    color: #898ea2;
    font-size: 0.875rem;
    font-family: "Montserrat-light", sans-serif;
}

.footer-menu h5, .social a {
    color: #fff;
}

.footer-menu h5 {
    font-family: "Montserrat-bold", sans-serif;
    font-size: 1.125rem;
}

.footer-menu ul {
    list-style-type: none;
}

.footer-menu li {
    line-height: 1.75rem;
}

.social a {
    font-size: 1.125rem;
    width: 2.5rem;
    display: block;
    text-align: center;
}

.form-search input, .form-search input:focus, .input-group-prepend span, .input-group-btn button {
    height: 3rem;
    background-color: rgba(137, 142, 162, 0.18);
    border: solid 1px rgba(137, 142, 162, 0.5);
    box-shadow: none;
}

.form-search input, .form-search input:focus {
    border-right: none;
    border-left: none;
}

.form-search input {
    border-left: none;
    border-right: none;
    margin-top: 0;
    font-size: 0.875rem;
    color: #fff;
    font-family: "Montserrat-light", sans-serif;
}

.form-search input:focus, .form-search input:hover {
    color: #fff;
}

.form-search input::-webkit-input-placeholder {
    color: #fff;
}

.form-search input::-moz-placeholder {
    color: #fff;
}

.form-search input:-moz-placeholder {
    color: #fff;
}

.form-search input:-ms-input-placeholder {
    color: #fff;
}

.form-search .help-block {
    position: absolute;
    margin-top: 3.3rem;
}

.input-group-prepend span {
    border-right: none;
    border-radius: 8px;
    background: url('/images/search-footer.svg') no-repeat rgba(137, 142, 162, 0.18);
    background-position: 50%;
    padding-left: 1.5rem;
    background-size: 1rem 1rem;
}

.input-group-prepend {
    margin-right: 0;
}

.input-group-btn button {
    border-left: none;
    width: 2.5rem;
    border-radius: 0 8px 8px 0;
    background: url('/images/search-go.svg') no-repeat rgba(137, 142, 162, 0.18);
    background-size: 14px 9px;
    background-position: 50%;
}

.logo-footer {
    margin-top: 0.8rem;
}

.sec-footer {
    border-top: 1px solid rgba(237, 238, 244, 0.26);
}

.copyright {
    color: #898ea2;
    font-size: 0.75rem;
    margin-top: 1.7rem;
    font-family: "Montserrat-regular", sans-serif;
}

.copyright a {
    color: #898ea2;
}

.copyright a:hover {
    color: #f48024;
    text-decoration: none;
}

.second-menu {
    margin-top: 0;
}

.second-menu a {
    color: #fff;
    font-size: 0.75rem;
    font-family: "Montserrat-regular", sans-serif;
}

.second-menu li {
    margin: 0 1rem;
}

.second-menu li:before {
    content: "•";
    color: #fff;
    margin-right: 1.25rem;
}

.second-menu li:last-child {
    margin-right: 0;
}

.second-menu li:first-child:before {
    content: '';
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
}

/*footer*/

/*product page*/
.product-banner-block {
    height: 33rem;
    background: #eee;
}

.product-bg {
    background: url('/images/products-bg.jpg') no-repeat;
    background-size: cover;
}

.prod-banner-block {
    padding-top: 12.5rem;
}

.prod-banner-block .descr, .product-wrap .descr, .benefit-block p, .product-wrapper .descr {
    font-size: 0.875rem;
    line-height: 1.79;
}

.product-wrap .descr {
    padding-bottom: 2.5rem;
    margin: 0;
}

.products-block h2 {
    font-size: 1.25rem;
    font-family: "Montserrat-bold", sans-serif;
    color: #464855;
    padding-top: 1.875rem;
    padding-bottom: 1.25rem;
}

.products-block .col-xl-3, .products-block .col-xl-4 {
    height: auto;
    padding: 2.5rem 1.875rem;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #F4F4F4;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.products-block .row a .product-icon.icon-door {
    background: url('/images/icons/fiberglass.svg') no-repeat;
}

.products-block .row a:hover .product-icon.icon-door {
    background: url('/images/icons/fiberglass_active.svg') no-repeat;
}

.products-block .row a .product-icon.icon-specialty-door {
    background: url('/images/icons/specialty.svg') no-repeat;
}

.products-block .row a:hover .product-icon.icon-specialty-door {
    background: url('/images/icons/specialty_active.svg') no-repeat;
}

.products-block .row a .product-icon.icon-accessory {
    background: url('/images/icons/accessories.svg') no-repeat;
}

.products-block .row a:hover .product-icon.icon-accessory {
    background: url('/images/icons/accessories_active.svg') no-repeat;
}

.products-block .row a .product-icon.icon-glass {
    background: url('/images/icons/glass.svg') no-repeat;
}

.products-block .row a:hover .product-icon.icon-glass {
    background: url('/images/icons/glass_active.svg') no-repeat;
}

.products-block .row a .product-icon.icon-frame {
    background: url('/images/icons/door-icon.svg') no-repeat;
}

.products-block .row a:hover .product-icon.icon-frame {
    background: url('/images/icons/door-icon_active.svg') no-repeat;
}

.products-block .row a .product-icon.icon-plank {
    background: url('/images/icons/plank.svg') no-repeat;
}

.products-block .row a:hover .product-icon.icon-plank {
    background: url('/images/icons/plank_active.svg') no-repeat;
}

.products-block .row a .product-icon.icon-brush {
    background: url('/images/icons/brush.svg') no-repeat;
}

.products-block .row a:hover .product-icon.icon-brush {
    background: url('/images/icons/brush_active.svg') no-repeat;
}

.product-icon {
    width: 3rem;
    height: 3.125rem;
    display: block;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: #D6D6D6;
}

.products-block a:hover {
    -webkit-box-shadow: 0 0 50px 0 rgba(55, 59, 78, 0.15);
    -moz-box-shadow: 0 0 50px 0 rgba(55, 59, 78, 0.15);
    box-shadow: 0 0 50px 0 rgba(55, 59, 78, 0.15);
    text-decoration: none;
}

.products-block a:hover h2 {
    color: #f48024;
}

.products-block a:hover .product-icon {
    background: #f48024;

}

.prod-arrow, .product-wrapper.collapsed .prod-arrow {
    background: url("/images/icons/arrow.svg") no-repeat;
    width: 1.875rem;
    height: 1.875rem;
    position: absolute;
    bottom: 2.5rem;
    left: auto;
    right: 1.85rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-wrapper:hover .prod-arrow, .product-wrapper .prod-arrow {
    background: url('/images/icons/product-arr.svg') no-repeat;
}

.products-block a:hover .prod-arrow {
    background: url("/images/icons/arrow-prod-act.svg") no-repeat;
}

/*fiberglass-block*/
.fiberglass-block {
    background: url('/images/fiberglass-bg.jpg') no-repeat;
    background-size: cover;
}

.series-wrap {
    height: auto;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #F4F4F4;
    padding: 3.125rem 0 2.25rem 4.375rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.series-wrap h2, .title-door {
    font-size: 1.875rem;
    letter-spacing: normal;
    font-family: "Montserrat-bold", sans-serif;
    color: #464855;
}

.series-wrap .descr {
    letter-spacing: 0;
}

.series-wrap:hover, .product-wrapper.collapsed:hover, .product-wrapper, .product-wrapper:hover {
    -webkit-box-shadow: 0 0 50px 0 rgba(55, 59, 78, 0.15);
    -moz-box-shadow: 0 0 50px 0 rgba(55, 59, 78, 0.15);
    box-shadow: 0 0 50px 0 rgba(55, 59, 78, 0.15);
    text-decoration: none;
}

.product-wrapper.collapsed {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.series-wrap:hover h2 {
    color: #6471e3;
}

.series-wrap:hover .prod-arrow {
    background: url("/images/icons/arrow-active.svg") no-repeat;
}

.series-wrap .text-block {
    padding-top: 4rem;
}

.product-wrapper h2, .search-title h2 {
    font-size: 1.5625rem;
    font-family: "Montserrat-bold", sans-serif;
    padding-top: 3.125rem;
}

.product-wrapper h2 {
    padding-top: 1.125rem;
}

.product-wrapper.collapsed h2 {
    color: #464855;
}

/*rustic-block*/
.rustic-bg {
    background: url("/images/rustic-bg.png") no-repeat;
    background-size: cover;
}

.rustic-bg .banner-text {
    padding: 13.125rem 0;
}

.benefit-block {
    color: rgba(255, 255, 255, .7);
    border-top: 3px solid rgba(255, 255, 255, .3);
    min-height: 11.125rem;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.benefit-block .descr {
    color: rgba(255, 255, 255, .7);
}

.benefit-block:hover .descr, .benefit-block.active .descr {
    color: #fff;
}

.benefit-block.active, .benefit-block:hover, .benefit-block.active:hover {
    color: #fff;
    border-top: 3px solid #8a91ff;
    background: rgba(0, 0, 0, .5);
}

.benefit-block .icon {
    width: 1.25rem;
    height: 1.25rem;
    background: url('/images/icons/benefit-arr.png') no-repeat;
    display: block;
    margin: 1rem 0 1rem;
}

.benefit-block h5 {
    font-family: "Montserrat-bold", sans-serif;
}

.product-wrapper {
    height: 100%;
    padding: 2.5rem 1.875rem;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #F4F4F4;
    position: relative;
}

.product-wrapper .text-block {
    padding-left: 2.5rem;
}

.product-wrapper.collapsed:hover h2, .product-wrapper h2 {
    color: #8a91ff;
}

.accordion .collapse {
    position: relative;
}

.card-body {
    /*background-color: #fbfcff;*/
    -webkit-box-shadow: inset 0 0 35px 0 rgba(0, 0, 0, 0.11);
    box-shadow: inset 0 0 35px 0 rgba(0, 0, 0, 0.11);
    padding-top: 2.625rem;
    padding-bottom: 6.25rem;
    position: relative;
    z-index: 1000;
}

.glass-carousel {
    position: relative;
}

.glass-section {
    border-bottom: 1px solid rgba(200, 204, 222, 0.25);
}

.glass-section h6, .sidelites h6, .transoms h6, .grains-wrapper h6, .frames-accordion h6, .specification-filters h6 {
    font-size: 0.75rem;
    line-height: 2.08;
    color: #464855;
    padding-bottom: 1rem;
    font-family: 'Montserrat-semiBold', sans-serif;
}

.glass-block {
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 6rem;
    margin: 0 0.5rem;
    padding-bottom: 0.45rem;
    cursor: pointer;
}

.glass-carousel .owl-stage-outer {
    z-index: 3000;
}

.glass-carousel .owl-stage {
    margin: 0 auto;
}

.glass-block.active, .glass-block:hover, .glass-block.active:hover {
    opacity: 1;
}

.glass-block img {
    margin: 0 auto;
    height: 90px;
}

.title-glass {
    color: #72758a;
    line-height: 1.67;
    font-family: "Montserrat-medium", sans-serif;
    font-weight: 500;
    display: block;
    font-size: 0.75rem;
    padding-top: 0.75rem;
    white-space: nowrap;
}

.glass-block.active .title-glass, .glass-block:hover .title-glass, .glass-block.active:hover .title-glass {
    color: #f26429;
}

.glass-block.active img, .glass-block:hover img, .glass-block.active:hover img {
    -webkit-box-shadow: 0 15px 23px -2px rgba(166, 124, 100, 0.5);
    box-shadow: 0 15px 23px -2px rgba(166, 124, 100, 0.5);
}

.glass-carousel .owl-nav {
    position: relative;
    top: -7rem;
}

.glass-carousel .owl-prev {
    position: relative;
    left: -5.5rem;
    display: inline-block;
}

.glass-carousel .owl-next {
    position: absolute;
    left: auto;
    right: -4rem;
    display: inline-block;
}

.arrow-glass-left {
    background: url('/images/icons/glass-arrow-left.png') no-repeat;
    width: 2.0625rem;
    height: 2.0625rem;
    display: inline-block;
    margin-left: 0.625rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.arrow-glass-left:hover {
    background: url('/images/icons/glass-arrow-left-act.png') no-repeat;
}

.arrow-glass-right {
    background: url('/images/icons/glass-arrow-right.png') no-repeat;
    width: 2.0625rem;
    height: 2.0625rem;
    display: inline-block;
    margin-left: 0.625rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.arrow-glass-right:hover {
    background: url('/images/icons/glass-arrow-right-act.png') no-repeat;
}

.door-options-block, .door-options, .door-option, .glass-option {
    margin-top: 6rem;
    position: relative;
}

.door-options-block {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.select-door {
    position: relative;
    margin-right: 3.125rem;
}

.glass {
    position: absolute;
    top: 2.375rem;
    left: 3.45rem;
}

.door-types {
    flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column-reverse;
    width: 39px;
}

.door-types a {
    margin-top: 1.5625rem;
    cursor: pointer;
}

.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
}

.door-option {
    padding-left: 7.875rem;
    border-left: 1px solid rgba(200, 204, 222, 0.25);
}

.door-options {
    padding-left: 3.2rem;
    padding-right: 5rem;
    padding-bottom: 6.25rem;
    /*min-height: 30.25rem;*/
}

.door-options .descr {
    font-family: 'Montserrat-light', sans-serif;
    padding-top: 1.25rem;
}

.sidelites {
    margin-bottom: 5.5625rem;
}

.transoms-block {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.transoms-block img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.sidelites-block .title-glass, .transoms-block .title-glass {
    padding-top: 0.625rem;
}

.sidelites-block {
    display: inline-block;
}

.door-buttons {
    position: absolute;
    bottom: 0;
}

.door-buttons a, .guides-buttons a {
    width: 9.375rem;
    height: 2.625rem;
    border-radius: 5px;
    border: 1px solid #f48024;
    color: #f48024;
    font-family: "Montserrat-bold", sans-serif;
    font-size: 0.625rem;
    outline: none;
    text-align: center;
    background: transparent;
    margin-right: 1.125rem;
    line-height: 1.625rem;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.door-buttons a:hover, .door-buttons a.active, .guides-buttons a:hover, .btn-how-to-apply:hover {
    background: #f48024;
    color: #fff;
    text-decoration: none;
}

.door-options button {
    width: 7.5rem;
    height: 2.625rem;
    border: solid 1px #dcdcdc;
    background: #fff;
    color: #595a5c;
    font-size: 0.75rem;
    font-family: 'Montserrat-medium', sans-serif;
    margin-left: 0.75rem;
    border-radius: 5px;
    margin-bottom: 0.5rem;
}

.btn-how-to-apply {
    width: 9.375rem;
    height: 2.625rem;
    border: 1px solid #f48024;
    color: #f48024;
    text-decoration: none;
    font-family: "Montserrat-bold", sans-serif;
    font-size: 0.625rem;
    outline: none;
    text-align: center;
    background: #fff;
    margin-right: 1.125rem;
    line-height: 1.625rem;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 0.8rem 1.75rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.door-options .available-block {
    display: flex;
}

.door-options button {
    margin-left: 0;
    margin-right: 0.75rem;
}

.door-options .available-block .title-glass {
    margin-right: 1rem;
}

.door-options .available-block .block {
    /*display: flex;*/
    /*width: 100%;*/
    /*flex-wrap: wrap;*/
}

.available-block {
    padding: 1.375rem 0;
    border-bottom: 1px solid rgba(200, 204, 222, 0.25);
}

.download-file {
    color: #8a91ff;
    font-size: 0.75rem;
    margin: 1rem 0 1rem;
    display: block;
    font-family: 'Montserrat-medium', sans-serif;
}

.download-file:hover {
    text-decoration: none;
}

.download-file span {
    background: url("/images/icons/download-icon.svg") no-repeat;
    width: 0.9375rem;
    height: 0.6875rem;
    margin-right: 0.625rem;
    display: inline-block;
}

.benefit-popover {
    position: absolute;
    background: #d79d3f;
    border-radius: 50%;
    opacity: 0.4;
    width: 2rem;
    height: 2rem;
    background-position: 50% 50%;
    color: #fff;
    border: none;
    font-family: "Montserrat-bold", sans-serif;
    opacity: 0.5;
    font-size: 0.75rem;
    background-size: initial;
    z-index: 1070;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    outline: none;
    line-height: initial;
}

.door-example-wrap {
    position: absolute;
    right: 15rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.section-background {
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    filter: brightness(80%);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-block {
    position: relative;
}

.benefit-popover:hover {
    cursor: pointer;
}

.benefit-popover:hover, .benefit-popover:focus, .benefit-popover.active {
    outline: none;
    opacity: 1;
    font-size: 1rem;
}

.popover {
    width: 26.25rem;
    z-index: 1029;
    border: none;
    background: none;
}

.popover-body {
    /*width: 26.25rem;*/
    height: auto;
    padding: 1.875rem;
    font-family: "Montserrat-regular", sans-serif;
    font-size: 0.75rem;
    line-height: 2.08;
    color: #fff;

    border-radius: 5px;
    /* opacity: 0.5; */
    position: relative;
    /* -webkit-filter: blur(5px); */
    -moz-filter: blur(5px);
    /* filter: blur(5px); */
    /* opacity: 0.5; */
}

.popover:before {
    width: 100%;
    height: 100%;
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
    background: #ffffff;
    opacity: 0.25;
    border-radius: 5px;
    border: 1px #ccc solid;
}

.popover .arrow {
    display: none;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: -1.8rem;
    margin-top: 7.5rem;
}

/*glass page*/
.glass-bg {
    background: url("/images/glass-bg.jpg") no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 34.375rem;
}

.glass-bg .banner-text {
    margin: auto;
    padding: 0;
}

.glass-accordion .product-wrapper h2 {
    padding-top: 1.25rem;
}

.glass-accordion .door-options {
    padding-left: 6.5rem;
}

.accordions .collapse,
.accordions .card-body {
    width: 100%;
}

.color-scale {
    display: inline-table;
    margin-top: 3rem;
}

.color-scale span {
    height: 1.75rem;
    width: 1.6875rem;
    font-family: "Montserrat-bold", sans-serif;
    font-size: 0.5625rem;
    display: inline-block;
    color: transparent;
    line-height: 1.7rem;
    text-align: center;
}

.color-scale span:nth-child(2) {
    background-color: #f9efe9;
}

.color-scale span:nth-child(3) {
    background-color: #f6e2d4;
}

.color-scale span:nth-child(4) {
    background-color: #f4d5be;
}

.color-scale span:nth-child(5) {
    background-color: #f1c8a9;
}

.color-scale span:nth-child(6) {
    background-color: #efbb93;
}

.color-scale span:nth-child(7) {
    background-color: #edae7e;
}

.color-scale span:nth-child(8) {
    background-color: #eaa168;
}

.color-scale span:nth-child(9) {
    background-color: #e89453;
}

.color-scale span:nth-child(10) {
    background-color: #e5873d;
}

.color-scale span:nth-child(11) {
    background-color: #e37a28;
}

.color-scale span.active {
    color: #fff;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-box-shadow: 0 0 7px 0 rgba(111, 52, 0, 0.25);
    box-shadow: 0 0 7px 0 rgba(111, 52, 0, 0.25);
}

span.color-title {
    font-size: 0.625rem;
    color: #898ea2;
    line-height: 3.7;
    padding-right: 0.625rem;
    width: auto;
    text-transform: uppercase;
}

.door-series {
    border: 1px solid #eaecf4;
    border-radius: 5px;
    margin-bottom: 0.625rem;
}

.door-series a, .door-series a:hover {
    padding: 1rem 0.75rem;
    line-height: 1.08;
    display: block;
    font-size: 0.75rem;
    letter-spacing: normal;
    color: #464855;
    font-family: 'Montserrat-semiBold', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}

.accordions .card-body {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0.875rem 2rem 1.5rem;
    display: inline-table;
}

.door-series span:nth-child(2) {
    padding-left: 1rem;
}

.door-series span:first-child {
    border-top: .35em solid;
    border-right: .35em solid transparent;
    border-bottom: 0;
    border-left: .35em solid transparent;
    position: relative;
    top: 0.55rem;

}

.door-series .collapsed span:first-child {
    border-left: .35em solid;
    border-top: .35em solid transparent;
    border-right: 0;
    border-bottom: .35em solid transparent;
    display: inline-block;
    top: -1px;
    width: 0.55rem;
}

.glass-accordion .glass-block img {
    border: solid 1px #fff;
}

.glass-accordion .glass-block.active img, .glass-accordion .glass-block.active:hover img, .glass-accordion .glass-block:hover img {
    border: solid 1px #e37a28;
}

.glass-carousel .owl-nav.disabled {
    display: block;
    visibility: hidden;
}

.door-wrapper {
    width: 20%;
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0 0.5rem;
}

.door-wrapper img {
    max-width: 100%;
    height: auto;
}

.glass-accordion .door-wrap {
    min-height: 32rem;
}

.glass-option .accordions {
    overflow-y: auto;
    width: 100%;
    max-height: 26rem;
}

.accordions::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #eaecf4;
}

.accordions::-webkit-scrollbar {
    width: 8px;
    border-radius: 3px;
}

.accordions::-webkit-scrollbar-thumb {
    background-color: #cbced8;
    border-radius: 3px;
    width: 4px;
    border: 2px solid #eaecf4;
}

.bars-bg {
    background: #63554d;
    height: auto;
}

.bars-bg .banner-text {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.bars-accordion .product-wrapper {
    padding: 3.125rem 4.375rem;
}

.product-wrapper img {
    height: auto;
    margin: auto 0;
}

.bars-accordion .product-wrapper .text-block {
    padding-left: 4.375rem;
}

.bars-accordion .product-wrapper h2 {
    padding-top: 6.5rem;
}

.bars-accordion .door-options {
    padding-left: 5.4rem;
    padding-right: 0;
}

.bars-accordion .available-block {
    border-bottom: none;
}

.accessories-accordion .owl-carousel .owl-dot {
    height: 5rem;
    width: 5rem;
    border: solid 1px #eaeaea;
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.accessories-accordion > div.col-xl-3 {
    display: -ms-grid;
    display: grid;
}

.accessories-accordion .owl-carousel .owl-dot.active {
    -webkit-box-shadow: 0px 15px 16px 0 rgba(139, 67, 16, 0.25);
    box-shadow: 0px 15px 16px 0 rgba(139, 67, 16, 0.25);
    background-color: #fbfcff;
    border: solid 1px #f48024;
    opacity: 1;
}

.accessories-wrap .product-wrapper {
    height: 11.5rem;
}

.accessories-wrap .product-wrapper img {
    margin: auto 0;
}

.accessories-wrap .product-wrapper h2 {
    padding-top: 2.2rem;
}

.accessories-wrap .product-wrapper .text-block {
    padding-left: 1.875rem;
}

.accessories-bg {
    background: #8a91ff;
}

.accessories-bg .banner-text {
    padding-top: 11.5rem;
    padding-bottom: 0;
}

.shelf-accordion .product-wrapper h2 {
    padding-top: 2.125rem;
}

.prod-banner-block .descr, .banner-text .descr {
    letter-spacing: normal;
}

.cover-block {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.main_slider {
    position: absolute;
    bottom: -5.5rem;
}

.main_slider .title {
    font-weight: 700;
    font-size: 18px;
}

.main_slider .icon {
    margin-top: 0.5rem;
    width: 40px;
    height: 40px;
    margin-right: 1.5rem !important;
    float: left;
    background: #fff;
    background-size: contain;
    background-repeat: no-repeat;
}

.main_slider .block {
    position: relative;
    z-index: 1;
    min-height: 151px;
    max-width: 33rem;
    overflow: auto;
    cursor: pointer;
    padding: 2rem 3rem;
    border-radius: 8px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 8px 16px 0 rgba(12, 0, 51, 0.1);
    box-shadow: 0 8px 16px 0 rgba(12, 0, 51, 0.1);
}

.main_slider .block.active {
    z-index: 2;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 24px 32px 0 rgba(12, 0, 51, 0.1);
    box-shadow: 0 24px 32px 0 rgba(12, 0, 51, 0.1);
}

.main_slider .block.active:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 1px;
    left: 50%;
    margin-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0.5em solid black;
    border-color: transparent transparent #fff #fff;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.main_slider .block.active:after {
    content: '';
    position: absolute;
    height: 6px;
    border-radius: 8px;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 2px 0 0;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    background-size: 100% 100%;
    background-image: -webkit-gradient(linear, left, right, color-stop(1, rgb(138, 145, 255)), color-stop(1, transparent));
    background-image: -o-linear-gradient(left, rgb(138, 145, 255) 100%, transparent);
    background-image: -moz-linear-gradient(left, rgb(138, 145, 255) 100%, transparent);
    background-image: -webkit-linear-gradient(left, rgb(138, 145, 255) 100%, transparent);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, rgb(138, 145, 255)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgb(138, 145, 255) 100%, transparent 100%);
    background-image: -o-linear-gradient(left, rgb(138, 145, 255) 100%, transparent 100%);
    background-image: linear-gradient(to right, rgb(138, 145, 255) 100%, transparent 100%);
    background-repeat: no-repeat;
    -webkit-animation: right 12.1s ease-in-out forwards;
    -moz-animation: right 12.1s ease-in-out forwards;
    -o-animation: right 12.1s ease-in-out forwards;
    animation: right 12.1s ease-in-out forwards;
}

@-webkit-keyframes right {
    0% {
        background-size: 0% 100%;
    }

    100% {
        background-size: 100% 100%;
    }
}

@keyframes right {
    0% {
        background-size: 0% 100%;
    }

    100% {
        background-size: 100% 100%;
    }
}

.icon.date {
    background: url("/images/icons/calendar.svg") no-repeat;
    background-size: 40px 40px;
}

.icon.rustic {
    background: url("/images/icons/star.svg") no-repeat;
    background-size: 40px 38px;
}

.icon.blog {
    background: url("/images/icons/blog.svg") no-repeat;
    background-size: 35px 40px;
    width: 35px;
}

.icon.close {
    background: url("/images/icons/calendar.svg") no-repeat;
    background-size: 40px 40px;
}

.close-slide {
    position: absolute;
    right: 1.875rem;
    cursor: pointer;
}

.close-slide.icon.close-slide {
    background: url("/images/icons/close_slide.svg") no-repeat;
    background-size: 26px 25px;
    width: 26px;
    height: 25px;
    top: 3rem;
    z-index: 1000;
}

.btn-linear,
.btn-linear:hover {
    color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 14px 23px 0 rgba(12, 0, 51, 0.18);
    box-shadow: 0 14px 23px 0 rgba(12, 0, 51, 0.18);
    background-image: -webkit-linear-gradient(341deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.48));
    background-image: -o-linear-gradient(341deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.48));
    background-image: linear-gradient(109deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.48));
    border: solid 1px rgba(255, 255, 255, 0.07);
    border-left-width: 0;
    border-right-width: 0;
    padding: 0.9375rem;
    min-width: 270px;
}

.btn-linear:not(:disabled):not(.disabled).active,
.btn-linear:not(:disabled):not(.disabled):active,
.btn-linear:focus {
    color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 14px 23px 0 rgba(12, 0, 51, 0.18);
    box-shadow: 0 14px 23px 0 rgba(12, 0, 51, 0.18);
    border: solid 1px rgba(255, 255, 255, 0.07);
    border-left-width: 0;
    border-right-width: 0;
    background-image: -webkit-linear-gradient(341deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.48));
    background-image: -o-linear-gradient(341deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.48));
    background-image: linear-gradient(109deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.48));
}

.frames-accordion .door-options {
    padding-right: 1rem;
    padding-left: 0.5rem;
}

.frames-accordion .product-wrapper .descr {
    height: 4.6rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.frames-accordion .door, .frames-accordion .product-wrapper img {
    border: 1px solid rgba(200, 204, 222, 0.25);
}

.frames-accordion .door img {
    max-width: 25.625rem;
    max-height: 25.625rem;
}

.frames-accordion .product-wrapper img {
    border-radius: 0.5rem;
}

.frames-accordion .door-option {
    padding-left: 3.25rem;
    padding-right: 3rem;
    display: block;
}

.grains-wrap {
    padding-left: 3.2rem;
    padding-right: 5.4rem;
}

.frames-accordion .door-options {
    padding-left: 3.2rem;
    padding-right: 7.4rem;
    min-height: 22.625rem;
}

.frames-accordion .product-wrapper h2 {
    padding-top: 1.625rem;
}

.frames-accordion .door-option img {
    max-width: 100%;
    /*height: auto;*/
    width: auto;
}

.frames-accordion .accordions .door img {
    max-width: 100%;
    max-height: 100%;
    min-width: 1px !important;
}

.grains-wrapper a:hover {
    text-decoration: none;
}

.grains-wrapper {
    margin-bottom: 4.5rem;
    width: 100%;
    border-top: 1px solid rgba(200, 204, 222, 0.25);
}

.grains-wrapper img {
    border-radius: 0.7rem;
    width: 100%;
}

.grains-wrapper a {
    opacity: 0.5;
    width: 8.125rem;
    display: -ms-inline-grid;
    display: inline-grid;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.grains-wrapper a.active {
    opacity: 1;
}

.grains-wrapper .title-glass {
    white-space: inherit;
}

.map iframe {
    width: 100%;
    height: 100vh;
    max-height: 53.125rem;
    min-height: 22rem;
}

.map {
    padding: 0;
    max-height: 600px;
}

.dealer-section {
    padding: 0;
    margin: 0;
}

.radiobtn input {
    display: none;
}

.radiobtn {
    height: 1.875rem;
    width: 15.5rem;
}

.radiobtn .label {
    font-size: 0.625rem;
    font-family: 'Montserrat-semiBold', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: #c8c8cc;
    opacity: 0.72;
    width: 100%;
    display: block;
    height: 1.875rem;
    line-height: 1.875rem;
    cursor: pointer;
}

.radiobtn:first-child .label {
    border-radius: 0.5rem 0 0 0.5rem;
}

.radiobtn:last-child .label {
    border-radius: 0 0.5rem 0.5rem 0;
}

.radio:checked + .label, .radio:focus + .label, .radiobtn .label.active {
    background-color: #8f8ffd;
    -webkit-box-shadow: 0 5px 13px 0 rgba(55, 59, 78, 0.15);
    box-shadow: 0 5px 13px 0 rgba(55, 59, 78, 0.15);
    opacity: 1;
}

.link-tab {
    font-size: 0.625rem;
    font-family: 'Montserrat-semiBold', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: #c8c8cc;
    opacity: 0.72;
    width: 100%;
    display: block;
    height: 1.875rem;
    line-height: 1.875rem;
    cursor: pointer;
}

.link-tab:first-child {
    border-radius: 0.5rem 0 0 0.5rem;
}

.link-tab:last-child {
    border-radius: 0 0.5rem 0.5rem 0;
}

.link-tab.active {
    background-color: #8f8ffd;
    -webkit-box-shadow: 0 5px 13px 0 rgba(55, 59, 78, 0.15);
    box-shadow: 0 5px 13px 0 rgba(55, 59, 78, 0.15);
    opacity: 1;
}

#partnership_types .link-tab {
    font-size: 0.7rem;
    height: 2.6rem;
    line-height: 2.6rem;
}

#partnership_types .link-tab.active, #partnership_types a.link-tab:hover {
    color: #fff;
}

.nav-tabs {
    border: none;
}

.tab-content > .active {
    width: 100%;
}

.select-group {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.select-group select {
    border-radius: 0.5rem;
    border: solid 1px #dcdcdc;
    background: #fff;
    height: 3rem !important;
    padding: .375rem 1.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Montserrat-light", sans-serif;
    font-size: 0.875rem;
    color: #595a5c;
    line-height: 1.79;
    outline: none;
    margin-bottom: 2.75rem;
}

.select-group button {
    width: 3.6rem;
    height: 3rem;
    border-radius: 0.5rem;
    border: solid 1px #dcdcdc;
    background: rgba(220, 220, 220, 0.18);
}

.select-group div svg {
    position: absolute;
    right: 1.25rem;
    color: #595a5c;
    top: 1rem;
    font-size: 0.875rem;
}

.select-group div:not(.help-block) {
    position: relative;
}

.select-group .search-icon {
    margin: auto;
}

.input-field input, .input-field .input-group-prepend, .input-field button, .input-field input:focus {
    background: rgba(220, 220, 220, 0.18);
    border: solid 1px #dcdcdc;
    height: 3rem;
}

.input-field input[type="text"] {
    border-left: none;
    border-right: none;
    font-family: "Montserrat-light", sans-serif;
    font-size: 0.875rem;
    color: #595a5c;
    line-height: 1.79;
    background-clip: padding-box;
}

.input-field button {
    border-left: none;
    border-radius: 0 0.5rem 0.5rem 0;
    width: 2.5rem;
}

.input-field .input-group-prepend {
    border-right: none;
    border-radius: 0.5rem 0 0 0.5rem;
}

.input-field .input-group-prepend span {
    border: none;
    width: 2.2rem;
    height: 100%;
    background: url("/images/icons/search-icon-field.svg") no-repeat transparent;
    background-size: initial;
    background-position: center right;
}

.checkbox {
    display: none;
}

.checkbox-custom {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background-color: #fff;
    border: solid 2px #e0e0e0;
    color: #8f8ffd;
    font-size: 0.75rem;
    text-align: center;
}

.checkbox-custom svg {
    display: none;
}

.checkbox-custom,
.label {
    display: inline-block;
    vertical-align: middle;
}

.checkbox:checked + .checkbox-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 2px;
}

.checkbox:checked + .checkbox-custom svg {
    display: inherit;
    color: #8f8ffd;
    vertical-align: baseline;
    margin: auto;
}

.checkbox:checked + .checkbox-custom {
    border: solid 2px #8f8ffd;
}

.checkbox:checked + .checkbox-custom + .label {
    color: #8f8ffd;
}

.check-wrap .label {
    font-size: 0.875rem;
    font-family: 'Montserrat-medium', sans-serif;
    line-height: 2.64;
    color: #bdbdbd;
    margin-left: 0.315rem;
}

.check-wrap:last-child {
    margin-right: 0;
}

.select-group {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
}

.select-group .select2-selection--single {
    border-radius: 0.5rem !important;
    border: solid 1px #dcdcdc !important;
    background: #fff;
    height: 3rem !important;
    padding: .375rem 2.25rem .375rem 1.25rem !important;
    font-family: "Montserrat-light", sans-serif;
    font-size: 0.875rem !important;
    color: #595a5c !important;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border: none !important;
    height: 2.7rem !important;
    right: 0.75rem !important;
}

.select2-container--krajee .select2-selection--single {
    line-height: 2.3 !important;
}

.select2-container--krajee .select2-dropdown {
    border: solid 1px #dcdcdc !important;
}

.select-group > div:first-child {
    display: block;
    flex-grow: 2;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
}

.select-group .search-icon {
    margin: auto;
}

.select-group .form-group {
    margin-bottom: 4rem;
}

.button-search {
    width: 3.6rem;

}

.button-search button {
    height: 3rem;
    width: 100%;
    border-radius: 0.5rem;
    border: solid 1px #dcdcdc;
    background: rgba(220, 220, 220, 0.18);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.button-search button:hover {
    background: rgba(220, 220, 220, 0.38);
}

.search-icon {
    width: 0.875rem;
    height: 0.625rem;
    background: url('/images/icons/arrow-right-field.svg') no-repeat;
    background-size: contain;
    display: block;
    fill: #777779;
}

.map-description {
    background-color: #eeeeee;
    height: auto;
    min-height: 3.125rem;
    font-family: "Montserrat-medium", sans-serif;
    font-size: 0.75rem;
    color: #72758a;
    line-height: 1.6;
    text-align: center;
    margin-top: -0.4rem;
}

.map-description p {
    padding: 1rem;
}

.dealer-section {
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
}

.hidden {
    display: none !important;
}

.dealers-list .box:hover {
    -webkit-box-shadow: 0 0 50px 0 rgba(55, 59, 78, 0.15);
    box-shadow: 0 0 50px 0 rgba(55, 59, 78, 0.15);
}

.text-center.no-results-search.dealer {
    display: block;
}

#dealers-search-state > div:not(.text-center) {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.dealers-list .box, .employment-wrap .box, .literature-block .box {
    border: solid 1px #f0f0f0;
    margin: 0 0.25rem;
    height: auto;
    padding: 0;
    width: auto;
}

.dealers-list .box {
    /*overflow: hidden;*/
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    height: 100%;
    position: relative;
}

.dealers-list .box:hover::after, .dealer-map .box:hover::after, .employment-wrap .box::after {
    display: none;
}

.dealers-list .box:hover h2, .employment-wrap .box:hover h2 {
    color: #8a91ff;
}

.dealers-list .box h2, .employment-wrap .box h2, .specification-content h2, .literature-box h2 {
    font-size: 1.5625rem;
    font-family: "Montserrat-bold", sans-serif;
    color: #464855;
}

.employment-wrap .box > div {
    margin: auto;
    padding: 0 2.5rem;
}

.employment-page .box > div {
    height: 100%;
}

.dealers-list .box > div:not(.img-wrapper) {
    padding: 2.5rem;
    height: 100%;
}

.dealers-list .box > div.article-info {
    padding: 2.5rem 2.5rem 1rem 2.5rem;
    align-items: center;
    justify-content: space-between;
    height: auto;
}

div.article-info {
    padding: 2.5rem 0 1rem 0;
    align-items: center;
    justify-content: space-between;
    height: auto;
    width: 100%;
}

.posts div.article-info {
    padding-top: 0;
}

.posts .post-description {
    width: 100%;
}

.dealers-list p.descr {
    height: 3.2rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.contacts {
    margin: 0.5rem 0 0;
    height: 3.5rem;
}

.dealers-list .box a:not(.btn), .dealer-map .box a, .employment-wrap .box a {
    display: block;
    text-align: center;
    color: #414858;
    background: transparent;
    font-size: 0.625rem;
    text-transform: uppercase;
    height: 3.125rem;
    width: 100%;
    line-height: 3rem;
    border-top: solid 1px #f0f0f0;
    font-family: "Montserrat-bold", sans-serif;
}

.news.box a:not(.btn) {
    position: absolute;
    bottom: 0;
}

.dealers-list .box:hover a:not(.btn), .employment-wrap .box:hover a {
    color: #fff;
    background: #8a91ff;
}

.dealers-list svg {
    color: #414858;
    font-size: 1.125rem;
    vertical-align: text-top;
    margin-right: 0.625rem;
}

.dealers-list .box-container {
    margin-bottom: 2.5rem;
    min-height: 16rem;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
}

/*.dealers-list .box-container:first-child, .dealers-list .box-container.item:nth-child(2), .dealers-list .box-container.item:nth-child(3) {*/
/*}*/

.news-list-wrap {
    margin-top: 6.25rem;
}

.search-list.dealers-list .box-container {
    margin-bottom: 1.5rem;
    min-height: 13.125rem;
}

.search-list .box-container.item:first-child, .search-list .box-container.item:nth-child(2) {
    margin-top: 2.5rem;
}

.search-list .box-containe.item:nth-child(3) {
    margin-top: 0;
}

.dealers-list .box > div.news-title {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    color: #464855;
    line-height: 1.8rem;
    height: auto;
    padding: 0 2.5rem 1.5rem 2.5rem;
    margin-bottom: 3.125rem;
    font-weight: bold;
}
.search-category-title {
    border-bottom: 1px solid #e9ecef;
    margin-top: 15px;
}
.search-category-title h3 {
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 14px;
    padding: 12px 2.75rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0;
    text-transform: uppercase;
}
.cms-box-link {
    width: 100%;
    border-bottom: 1px solid #e9ecef;
}
.cms-box-link .search-icon {
   opacity: 0;
}
.cms-box-link a {
    padding: 0 2.75rem 0 2.75rem;
    font-family: "Montserrat-Bold", sans-serif;
    color: #464855;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}
.cms-box-link a:hover .search-icon  {
    opacity: 1;
}
.cms-box-link a:hover {
    background: #f4f3f6;
    text-decoration: none;
}
.article-date .fa-calendar {
    font-size: 18px;
    color: #8f8ffd;
    position: relative;
    vertical-align: text-bottom;
    margin-right: 0.425rem;
}

.article-date {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #6b6f82;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}

.category-btn.btn {
    font-family: "Montserrat", sans-serif;
    padding: 14px 15px 12px;
    border-radius: 10px;
    border: solid 1px #e2e3e9;
    background-color: #fbfcff;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #212529;
    text-transform: uppercase;
}

.category-btn.btn:hover {
    color: #8a91ff;
}

div.news-title .news-descr {
    margin-top: 10px;
    margin-bottom: 0;
    height: 56px;
    line-height: 1.4;
    overflow: hidden;
    font-size: 0.875rem;
    font-family: "Montserrat-light", sans-serif;
    font-weight: normal;
}

.news-descr p {
    margin-bottom: 0;
}

div.news-title .news-descr a {
    position: relative;
    bottom: auto;
}

.show-more {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 6.25rem;
}

.show-more button {
    width: 15.5rem;
    margin: auto;
    height: 2.625rem;
    text-align: center;
    color: #f48024;
    border: solid 1px #f48024;
    font-size: 0.625rem;
    line-height: 3.7;
    border-radius: 5px;
    background: transparent;
    font-family: "Montserrat-bold", sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.show-more button:hover, .show-more button:focus {
    background: #f48024;
    color: #fff;
}

.radiobtns {
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
}

.dealer-map {
    width: 20.625rem;
}

.dealer-map .box {
    width: 20.625rem;
    background-color: #fff;
}

.dealer-map .box h2 {
    font-size: 1.125rem;
    font-family: "Montserrat-bold", sans-serif;
    color: #464855;
}

.dealer-map .box .descr {
    font-size: 0.75rem;
    line-height: 2.08;
}

.dealer-map .box svg {
    font-size: 0.875rem;
    margin-right: 0.3rem;
    color: #414858;
}

.dealer-map .contacts {
    margin: 0.5rem 0 0;
}

.dealer-map .loc-icon {
    background: url('/images/icons/locate.svg') no-repeat;
    width: 1.625rem;
    height: 2.1875rem;
    background-size: contain;
    display: block;
    margin: auto;
    margin-bottom: 1.25rem;
}

.dealer-map.active .loc-icon {
    background: url('/images/icons/locate-act.svg') no-repeat;
    background-size: contain;
}

.dealer-map .box-container {
    display: none;
}

.dealer-map.active .box-container {
    display: block;
}

.dealer-map .box {
    height: auto;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.dealer-map .box:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dealer-map .box > div {
    padding: 1.5625rem 1.25rem 0;
}

.dealer-map .box a {
    height: 2.4375rem;
    line-height: 3.7;
}

.search-title h2 {
    padding-bottom: 1.5rem;
}

.search-title .input-field input::placeholder {
    font-size: 0.875rem;
    font-family: "Montserrat-light", sans-serif;
    color: #595a5c;
    font-style: normal !important;
    font-weight: 300;
}

.search-title .input-field input[type="text"] {
    font-family: "Montserrat-bold", sans-serif;
    font-weight: 600;
}

.search-title .help-block {
    position: absolute;
    top: 3.3rem;
}

.search-list .box h2 {
    font-size: 1.25rem;
    margin-bottom: 1.625rem;
    height: auto;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.search-list p.descr {
    line-height: 1.43;
    letter-spacing: normal;
    margin-bottom: 0;
    -webkit-line-clamp: 4;
}

.search-title .input-group-prepend i {
    font-size: 0.875rem;
    font-family: "Montserrat-light", sans-serif;
    color: #595a5c;
    line-height: 3rem;
    font-style: normal !important;
}

.search-title .input-group-prepend span {
    margin-right: 1rem;
}

.search-title form {
    width: 40.625rem;
}

.search-title .input-group {
    width: auto;
    padding: 0 .75rem;
}

.search-list p.descr {
    height: 5.25rem;
}

.guides-bg {
    background: url("/images/guides-bg.jpg") no-repeat;
    background-size: cover;
}

.guides-wrapper, .employment-wrap, .contact-us, .specification-content, .brochures-wrapper, .resources-wrap {
    padding: 6.25rem 0;
}

.updates-wrap {
    padding-bottom: 3.75rem;
}

.guides-wrapper .col-lg-4 {
    border-right: 1px solid #f1f2f4;
}

.guides-wrapper .col-lg-4:last-child {
    border: none;
}

.guides-wrapper h2 {
    font-family: "Montserrat-bold", sans-serif;
    font-size: 1.5625rem;
    color: #464855;
    line-height: 1.48;
    margin: 1.875rem 0;
}

.guides-list {
    list-style-type: none;
    padding: 0 1.5625rem;
    margin-bottom: 0;
}

.guides-list li {
    margin: 0;
    padding: 1.25rem 0;
    border-bottom: 1px solid #f1f2f4;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.guides-list li:hover {
    -webkit-box-shadow: 0 0 13px 0 rgba(55, 59, 78, 0.15);
    box-shadow: 0 0 13px 0 rgba(55, 59, 78, 0.15);
}

.guides-list li:first-child {
    border-top: 1px solid #f1f2f4;
}

.guides-list li a {
    color: #6b6f82;
    font-family: "Montserrat-medium", sans-serif;
    font-size: 0.875rem;
}

.guides-list li:hover a, .guides-list li:hover a:hover {
    color: #f48024;
    text-decoration: none;
}

.iframe-wrapper {
    width: 650px;
    height: 365px;
}

.guides-buttons {
    padding: 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 1.875rem;
}

.guides-buttons a {
    height: 50px;
    padding: 13px;
    line-height: 1.6;
    white-space: normal;
    font-size: 0.875rem;
    width: 350px;
}

.guides-buttons a:first-child {
    margin-right: 2.5rem;
}

.guides-buttons a:last-child {
    margin-right: 0;
}

.btn.focus, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.employment-wrap .box {
    height: 20rem;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.contact-us label[for], .testing-results-form label {
    font-size: 0.75rem;
    color: #464855;
    font-family: "Montserrat-semiBold", sans-serif;
    line-height: 2.08;
    letter-spacing: normal;
    text-transform: uppercase;
}

.contact-us input:not([type=checkbox]):not([type=radio]), .contact-us select {
    height: 3.125rem !important;
}

.testing-results-form .select2-container--krajee .select2-selection--single {
    height: auto !important;
}

.testing-results-form .select2-selection__rendered img {
    margin-right: 1rem;
}

.contact-us input, .contact-us select, .contact-us textarea, .testing-results-form .select2-container--krajee .select2-selection--single {
    border-radius: 5px;
    border: solid 1px #cfd4da;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 0.875rem;
    margin: 0;
    font-family: "Montserrat-regular", sans-serif;
    color: #464855;
}

.field-cutout_id .select2-container--krajee .select2-selection--single .select2-container--above, .field-cutout_id .select2-container--krajee .select2-selection--single .select2-container--below {
    height: 4.5rem !important;
}

.testing-results-form .select2-container--krajee .select2-selection__clear {
    top: -6px;
    right: -23px;
    font-size: 24px;
    cursor: pointer;
}

.contact-us input:not([type=checkbox]):not([type=radio]):focus, .contact-us select:focus, .contact-us textarea:focus, .testing-results-form .select2-container--krajee .select2-selection--single:focus {
    -webkit-box-shadow: 0 0 13px 0 rgba(55, 59, 78, 0.15);
    box-shadow: 0 0 13px 0 rgba(55, 59, 78, 0.15);
    border: solid 1px #b0b4b9;
}

.help-block {
    color: darkred;
    font-size: 0.75rem;
    font-family: "Montserrat-semiBold", sans-serif;
}

.contact-us .form-group {
    margin-bottom: 1.4rem;
}

.contact-us .form-group > input[type="hidden"] {
    margin-bottom: 0;
}

.contact-us .select-group div svg {
    top: 3.2rem;
}

.contact-us textarea {
    height: 16.125rem;
}

.btn-submit {
    background: #f48024;
    border: 1px solid #f48024;
    color: #fff;
    font-family: "Montserrat-bold", sans-serif;
    font-size: 0.625rem;
    height: 2.625rem;
    width: 11.625rem;
    text-align: center;
    float: right;
}

.base-button {
    line-height: 28px;
    float: none;
}

.base-button:hover {
    background-color: #d66d1c;
    color: #fff;
}

a.btn-submit.clear-float:hover {
    background-color: #d66d1c;
    color: #fff;
}

.btn-submit.clear-float {
    float: initial;
    line-height: 1.8rem;
}

.btn-submit:hover, .btn-submit:focus {
    background-color: #d66d1c;
}

.subtitle-guides span {
    font-weight: normal;
    font-family: "Montserrat-semiBold", sans-serif;
}

.contact-us h3, .subtitle-guides {
    font-family: "Montserrat-bold", sans-serif;
    font-size: 1.25rem;
    color: #464855;
    line-height: 1;
}

.contact-list svg {
    color: #c5c5c6;
    font-size: 1.25rem;
}

.contact-list p {
    font-family: "Montserrat-light", sans-serif;
    font-size: 1rem;
    color: #464855;
    line-height: 1.88;
    margin: 0;
}

p.title-contact {
    color: #18182f;
    font-size: 0.875rem;
    font-family: "Montserrat-semiBold", sans-serif;
    text-transform: uppercase;
    line-height: 1.79;
    letter-spacing: normal;
}

.contact-list > div {
    padding: 2rem 0;
    border-bottom: 1px solid #f1f2f4;
}

.contact-list > div:first-child {
    padding-top: 0;
}

.contact-list > div:last-child {
    border: none;
    padding-bottom: 0;
}

.contact-list a {
    font-size: 0.875rem;
    font-family: "Montserrat-light", sans-serif;
    text-decoration: underline;
    color: #6979de;
}

.contact-list a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.product-wrapper {
    height: 241px;
}

#door_style_list .product-wrapper {
    height: 330px;
}

.product-sub-wrapper {
    height: 100%;
}

.product-wrapper .text-block {
    overflow: hidden;
}

.product-wrapper .text-block:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2.2em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}

.planking-wrap {
    padding: 2.5rem 0 3.75rem;
}

.planking-wrap h1, .update-post h1 {
    font-size: 2.125rem;
    color: #464855;
    font-family: "Montserrat-bold", sans-serif;
    margin-bottom: 1rem;
}

.update-post, .update-post p, .update-post span {
    font-family: "Montserrat-light", sans-serif;
    color: #6b6f82;
    line-height: 1.75rem !important;
    font-size: 0.875rem;
}

.update-post h2, .update-post h3, .update-post h4,
.update-post h5, .update-post h6 {
    font-family: "Montserrat-bold", sans-serif;
    color: #464855;
}

.update-post .col-12 {
    overflow: auto;
}

.update-post-img {
    /*float: right;*/
}

.update-post a {
    color: #f48024;
}

.share-block {
    position: absolute;
    top: 6rem;
    width: 48px;
    padding: 0;
}

.share-block a {
    display: flex;
    float: none !important;
    color: #fff;
    text-align: center;
    width: 48px;
    height: 48px;
    margin-bottom: 0 !important;
}

.share-block span {
    margin: auto;
}

.share-block a img {
    margin: auto;
}

.addthis_button_facebook {
    background-color: #3b5998;
}

.addthis_button_twitter {
    background-color: #3190f6;
}

.share-block span, .subcategory-list li a.dropdown-header, .subcategory-list li a.dropdown-header:hover, .subcategory-list li a.dropdown-header:focus {
    font-family: "Montserrat-bold", sans-serif !important;
    text-transform: uppercase;
    font-size: 0.625rem;
}

.planking-wrap .descr {
    margin-bottom: 0;
}

.planking-wrap img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

#glasses_category .img-wrapper {
    min-width: 9.625rem;
    max-width: 9.625rem;
}

#glasses_category .product-wrapper .descr {
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 3.2rem;
    line-height: 1.79;
    -webkit-box-orient: vertical;
}

.img-wrapper {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.img-wrapper img {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.product-accordion .product-wrapper .img-wrapper {
    max-width: 5rem;
    max-height: 11rem;
    min-width: 5rem;
    min-height: 11rem;
}

.series-wrap .img-wrapper {
    margin-right: 4.375rem;
    max-width: 8.875rem;
    max-height: 23.125rem;
    min-width: 8.875rem;
    min-height: 15rem;
}

.series-wrap.big_icon .img-wrapper {
    min-width: 16rem;
}

.glass-accordion .img-wrapper {
    max-width: 10rem;
    max-height: 10.375rem;
    min-width: 10rem;
    min-height: 10.375rem;
}

.frames-accordion .img-wrapper {
    max-width: 10.125rem;
    max-height: 10.125rem;
    min-width: 10.125rem;
    min-height: 10.125rem;
}

#gmap0-map-canvas {
    width: 100% !important;
}

.no-results-search {
    padding: 1.75rem 0 2rem;
}

.no-results-search p.descr {
    height: 2.5rem;
}

.no-results-search p span {
    color: #8a91ff;
    text-decoration: underline;
}

.content-container {
    padding-bottom: 29rem;
    padding-top: 6.25rem;
}

.covid-wrapper.content-container {
    padding-bottom: 29rem;
    padding-top: 9.2rem;
}

.guides-tabs {
    margin: 3.125rem auto 6.25rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
}

.site-pages .guides-tabs {
    width: auto;
}

.resources-pages .guides-tabs {
    margin: 3.125rem auto 1.125rem;
}

.site-pages .guides-tabs li {
    width: auto;
}

.guides-tabs li {
    border: solid 1px #f1f2f4;
}

.guides-tabs li a {
    padding: 0.65rem 2.5rem;
    color: #6b6f82;
    font-size: 0.875rem;
    font-family: "Montserrat-medium", sans-serif;
}

.guides-tabs .nav-link {
    border: none;
    padding: 0.65rem 2.5rem;
}

.guides-tabs .nav-link.active {
    -webkit-box-shadow: 0 0 13px 0 rgba(55, 59, 78, 0.15);
    box-shadow: 0 0 13px 0 rgba(55, 59, 78, 0.15);
    color: #f48024;
}

.needed-block li {
    padding: 0.375rem 0;
    border-bottom: 1px solid #f1f2f7;
}

.needed-block li span {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 5px;
    background-color: #e37a28;
    font-family: "Montserrat-extraBold", sans-serif;
    font-size: 0.6875rem;
    color: #ffffff;
    margin-right: 1rem;
    display: inline-block;
    text-align: center;
    line-height: 1.9;
}

.step-block {
    border-bottom: 1px solid rgba(200, 204, 222, 0.25);
}

.step-block.none-border {
    border-bottom: none;
}

.step-block:last-child {
    border: none;
}

.step-block ol {
    padding-left: 1.25rem;
    color: #6b6f82;
    font-size: 0.875rem;
    text-align: center;
    font-family: "Montserrat-semiBold", sans-serif;
    margin-top: -0.3rem;
    margin-bottom: 0;
}

.step-block ol li {
    padding-left: 0.25rem;
    text-align: left;
}

.step-block li p {
    line-height: 1.64;
}

.second-coat {
    padding: 1.875rem 0;
}

.second-coat p:first-child {
    font-family: "Montserrat-semiBold", sans-serif;
}

.second-coat svg {
    margin-right: 0.625rem;
}

.step-block a {
    color: #f48024;
    text-decoration: underline;
}

.step-block a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.step-block b {
    font-family: "Montserrat-semiBold", sans-serif;
    letter-spacing: normal;
}

.guide-wrap {
    width: 100%;
}

.tabs-guide li {
    /*margin: 0 auto;*/
    /*width: 33.333%;*/
}

.img-guide {
    max-width: 150px;
    min-width: 150px;
}

.img-guide img {
    width: 100%;
    height: auto;
}

.measure-table td, .measure-table th {
    white-space: nowrap;
    padding: 0.5rem 1rem;
}

.measure-table {
    font-family: "Montserrat-light", sans-serif;
}

.spec-filters {
    background: #fbfcff;
    border-bottom: 1px solid #e2e3e9;
}

.spec-filters svg {
    color: rgba(70, 72, 85, 0.5);
}

.result-filter {
    border-bottom: 1px solid #e2e3e9;
}

.filtered-results li {
    border: 1px solid #e2e3e9;
    border-radius: 10px;
    background-color: #fbfcff;
    font-size: 0.625rem;
    font-family: "Montserrat-semiBold", sans-serif;
    text-transform: uppercase;
    padding: 0.6875rem 0.9375rem;
}

.delete-filter {
    color: rgba(107, 111, 130, 0.5);
    font-size: 1.25rem;
    vertical-align: sub;
    line-height: 0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.delete-filter:hover {
    color: rgba(107, 111, 130, 0.8);
    text-decoration: none;
}

.spec-filters form {
    flex-grow: 2;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    margin-right: 7.75rem;
}

.navbar-filters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    list-style-type: none;
}

.navbar-filters svg {
    margin-right: 0.625rem;
    font-size: 1rem;
    vertical-align: text-bottom;
}

.navbar-filters .filter-link:hover svg {
    color: #fff;
}

.series-filter {
    background: url("/images/icons/series-filter.svg") no-repeat;
    height: 1.375rem;
    width: 0.9375rem;
    margin-bottom: -0.25rem;
}

.navbar-filters li:first-child:hover .series-filter {
    background: url("/images/icons/series-filter-active.svg") no-repeat;
}

.navbar-filters .subcategory-list li:hover, .navbar-filters .subcategory-list li.active, .navbar-filters .subcategory-list li.active:hover {
    background: #f2f3f7;
}

.navbar-filters .subcategory-list li {
    padding: 0;
    margin-bottom: 3px;
}

.navbar-filters .subcategory-list {
    padding: 0;
    margin-top: 0.9rem;
    transform: translate(-50%, 6.2rem) !important;
}

.navbar-filters .subcategory-list li a {
    text-decoration: none;
    padding: 0.8125rem 1.875rem;
    width: 100%;
    line-height: 1;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.navbar-filters .subcategory-list li a span {
    font-family: "Montserrat-semiBold", sans-serif;
    margin-top: 0.1rem;
    font-size: 1.5rem;
    color: #6b6f82;
}

.spec-description {
    margin-left: 7.75rem;
    width: 100%;
}

.spec-description h2 {
    margin-top: 2.625rem;
    margin-bottom: 2.625rem;
}

.spec-description ul {
    list-style-type: none;
    padding-left: 0;
    /*margin-right: 2.875rem;*/
}

.spec-description h6 {
    font-family: "Montserrat-semiBold", sans-serif;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #464855;
}

.spec-description ul li a {
    font-family: "Montserrat-light", sans-serif;
    color: #6b6f82;
    font-size: 0.875rem;
    line-height: 1.93;
    white-space: pre-wrap;
}

.spec-description ul li a:hover {
    text-decoration: none;
    color: #eb7835;
}

.text-style-italic {
    font-style: italic;
}

.orange-text {
    color: #eb7835;
}

#faq h6 {
    cursor: pointer;
}

#faq h6.collapsed {
    color: #eb7835;
}

.specification-block {
    padding: 3.125rem 0;
    border-bottom: 1px solid #e2e3e9;
}

.specification-block:first-child {
    padding-top: 0;
}

.specification-block:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.spec-list > div {
    width: 25%;
}

.spec-filters h6 {
    white-space: nowrap;
}

.resources-wrap .icon {
    width: 45px;
    height: 35px;
    text-align: center;
}

.resources-wrap .icon.icon-literature {
    background: url('/images/icons/literature.svg') no-repeat;
    background-position: center;
}

.resources-wrap .icon.icon-specification {
    background: url('/images/icons/spec.svg') no-repeat;
    background-position: center;
}

.resources-wrap .icon.icon-warranty {
    background: url('/images/icons/warranty.svg') no-repeat;
    background-position: center;
}

.resources-wrap .icon.icon-testing {
    background: url('/images/icons/testing.svg') no-repeat;
    background-position: center;
}

.resources-wrap .box:hover .icon.icon-literature {
    background: url('/images/icons/literature-active.svg') no-repeat;
    background-position: center;
}

.resources-wrap .box:hover .icon.icon-specification {
    background: url('/images/icons/spec-active.svg') no-repeat;
    background-position: center;
}

.resources-wrap .box:hover .icon.icon-warranty {
    background: url('/images/icons/warranty-active.svg') no-repeat;
    background-position: center;
}

.resources-wrap .box:hover .icon.icon-testing {
    background: url('/images/icons/testing-active.svg') no-repeat;
    background-position: center;
}

.resources-wrap .icon.icon-contact {
    background: url('/images/icons/contacts.svg') no-repeat;
    background-position: center;
}

.resources-wrap .icon.icon-partner {
    background: url('/images/icons/partners.svg') no-repeat;
    background-position: center;
}
.resources-wrap .icon.icon-videos {
    background: url('/images/icons/videos.svg') no-repeat;
    background-position: center;
    background-size: 100%;
}

.resources-wrap .icon.icon-employment {
    background: url('/images/icons/employment.svg') no-repeat;
    background-position: center;
}

.resources-wrap .box:hover .icon.icon-contact {
    background: url('/images/icons/contacts_active.svg') no-repeat;
    background-position: center;
}

.resources-wrap .box:hover .icon.icon-partner {
    background: url('/images/icons/partners_active.svg') no-repeat;
    background-position: center;
}
.resources-wrap .box:hover .icon.icon-videos {
    background: url('/images/icons/videos-active.svg') no-repeat;
    background-position: center;
    background-size: 100%;
}

.resources-wrap .box:hover .icon.icon-employment {
    background: url('/images/icons/employment_active.svg') no-repeat;
    background-position: center;
}


.resources-wrap .icon.icon-how-to {
    background: url('/images/icons/resources/guides.svg') no-repeat;
    background-position: center;
}

.resources-wrap .box:hover .icon.icon-how-to {
    background: url('/images/icons/resources/guides_active.svg') no-repeat;
    background-position: center;
}

.resources-wrap .icon.icon-partnership {
    background: url('/images/icons/resources/partnership.svg') no-repeat;
    background-position: center;
}

.resources-wrap .box:hover .icon.icon-partnership {
    background: url('/images/icons/resources/partnership_active.svg') no-repeat;
    background-position: center;
}

.resources-wrap .icon.icon-product-resources {
    background: url('/images/icons/resources/product_resources.svg') no-repeat;
    background-position: center;
}

.resources-wrap .box:hover .icon.icon-product-resources {
    background: url('/images/icons/resources/product_resources_active.svg') no-repeat;
    background-position: center;

}

.resources-wrap .icon.icon-download-literature {
    background: url('/images/icons/resources/download-literature.svg') no-repeat;
    background-position: center;
}

.resources-wrap .box:hover .icon.icon-download-literature {
    background: url('/images/icons/resources/download-literature_active.svg') no-repeat;
    background-position: center;

}

.resources-wrap .icon.icon-employment-resource {
    background: url('/images/icons/resources/employment.svg') no-repeat;
    background-position: center;
}

.resources-wrap .box:hover .icon.icon-employment-resource {
    background: url('/images/icons/resources/employment_active.svg') no-repeat;
    background-position: center;
}

.resources-wrap .box {
    height: 18.875rem;
    width: auto;
    padding-top: 3.75rem;
}

.warranty-img img {
    max-width: 100%;
}

.updates-wrap .img-wrapper span {
    background-position: center;
    min-height: 253px;
    width: 100%;
    background-size: cover;
    display: block;
}

.updates-wrap .subtitle-guides {
    color: #fff;
}

.updates-wrap .img-wrapper {
    display: block;
    border-bottom: 1px solid #f0f0f0;
    max-height: 253px;
    height: 100%;
}

.updates-wrap > div {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.subcategory-list li a.dropdown-header, .subcategory-list li a.dropdown-header:hover, .subcategory-list li a.dropdown-header:focus {
    padding: 0;
    color: #464854;
}

.shelf-accordion .door-options-block {
    width: 22.75rem;
}

.select-door.door-carousel {
    width: 14.625rem;
    margin: 0;
    height: 30.25rem;
}

.owl-carousel.door-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    top: auto;
    right: -8.375rem;
}

.owl-carousel.door-carousel .owl-dot {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 1.5625rem;
}

.door-carousel .owl-item {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 30.25rem;
}

.door-carousel .door {
    margin: auto;
}

.door-carousel .owl-dots.disabled {
    display: block;
}

.result-data {
    width: 10rem;
}

a.site-search-item:hover {
    text-decoration: none;
}

.site-search-item .product-wrapper {
    border: 1px solid #F4F4F4;
}

.site-search-item .product-wrapper:hover .prod-arrow {
    background: url("/images/icons/arrow-active.svg") no-repeat;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.site-search-item .card-description {
    min-width: calc(100% - 100px);
    width: calc(100% - 84px);
    padding-right: 10px;
}

.site-search-item .color-scale span {
    height: 1.2rem;
    width: 1rem;
    line-height: 1.3rem;
}

.site-search-item .color-scale span.color-title {
    width: auto;
    height: auto;
}

.site-search-item .color-scale {
    display: inline-table;
    margin-top: 21px;
    width: 100%;
}

.selection-with-image {
    width: 100%;
}
.selection-with-image .selection-text-area, .selection-with-image .selection-image-wrap {
    height: 75px;
    line-height: 75px;
}
.selection-with-image .selection-image-wrap {
    width: 45px;
    display: flex;
    justify-content: center;
}
.select2-results__group {
    width: 100%;
}
.select2-results__option {
    flex-direction: column;
}

.select2-container--krajee .select2-results__option .select2-results__option {
    align-items: flex-start;
    width: 100%;
}
.select2-results__options {
    width: 100%;
}
.select2-container--krajee li.select2-results__option {
    align-items: flex-start;
}

/************** Preloader *************************/
.cssload-loader {
    position: absolute;
    left: calc(50% - 31px);
    top: 7rem;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    perspective: 780px;
}

.cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.cssload-inner.cssload-one {
    left: 0%;
    top: 0%;
    animation: cssload-rotate-one 1.15s linear infinite;
    -o-animation: cssload-rotate-one 1.15s linear infinite;
    -ms-animation: cssload-rotate-one 1.15s linear infinite;
    -webkit-animation: cssload-rotate-one 1.15s linear infinite;
    -moz-animation: cssload-rotate-one 1.15s linear infinite;
    border-bottom: 3px solid rgba(244, 128, 50, 0.68);
}

.cssload-inner.cssload-two {
    right: 0%;
    top: 0%;
    animation: cssload-rotate-two 1.15s linear infinite;
    -o-animation: cssload-rotate-two 1.15s linear infinite;
    -ms-animation: cssload-rotate-two 1.15s linear infinite;
    -webkit-animation: cssload-rotate-two 1.15s linear infinite;
    -moz-animation: cssload-rotate-two 1.15s linear infinite;
    border-right: 3px solid rgba(244, 128, 50, 0.97);
}

.cssload-inner.cssload-three {
    right: 0%;
    bottom: 0%;
    animation: cssload-rotate-three 1.15s linear infinite;
    -o-animation: cssload-rotate-three 1.15s linear infinite;
    -ms-animation: cssload-rotate-three 1.15s linear infinite;
    -webkit-animation: cssload-rotate-three 1.15s linear infinite;
    -moz-animation: cssload-rotate-three 1.15s linear infinite;
    border-top: 3px solid rgba(244, 128, 50, 0.32);
}

@keyframes cssload-rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-one {
    0% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-one {
    0% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-one {
    0% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-two {
    0% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-two {
    0% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-two {
    0% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-three {
    0% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-three {
    0% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-three {
    0% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

.preloader {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    background: rgba(247, 249, 252, 0.4);
}

/**
slider
 */
.owl-carousel .owl-item img#katz_roadshow_logo {
    width: 240px;
    margin-bottom: 20px;
}

.speaker {
    margin-bottom: 20px;
}

.speaker h3 {
    font-size: 24px;
    font-weight: normal;
}

.speaker .name {
    font-size: 14px;
    font-weight: 100;
    font-family: "Montserrat-light", sans-serif;
}

.speaker h3 {
    margin-bottom: 3px;
}

#list_shows {
    position: relative;
    top: -8px;
}

#list_shows h2 {
    font-size: 36px;
}

ul#events_list {
    padding: 0;
    margin: 0 0 20px 0;
}

ul#events_list li {
    list-style: none;
    font-size: 14px;
    font-family: "Montserrat-light", sans-serif;
    font-weight: 100;
    line-height: 30px;
}

ul#events_list li .date {
    width: 145px;
    display: inline-block;
}

ul#events_list li .place:before {
    content: '|';
    padding-right: 10px;
    display: inline-block;
}

#custom_slider_button {
    width: 270px;
    height: 58px;
    line-height: 58px;
    border-radius: 8px;
    color: #fff;
    background-color: #b10837;
    display: block;
    text-align: center;
    -webkit-transition: box-shadow 200ms; /* Safari */
    transition: box-shadow 200ms;
}

#custom_slider_button:hover {
    box-shadow: 0 14px 23px 0 rgba(12, 0, 51, 0.18);
    text-decoration: none;
}

.slider-button {
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 14px 23px 0 rgba(12, 0, 51, 0.05);
    background-image: linear-gradient(109deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.48));
    border: solid 1px rgba(255, 255, 255, 0.07);
    border-left-width: 0;
    border-right-width: 0;
    padding: 0.9375rem;
    min-width: 270px;
    background-color: transparent;
}

.slider-button:hover {
    box-shadow: 0 14px 23px 0 rgba(21, 21, 21, 0.35);
}

.switch-checkbox input[type=checkbox] {
    display: none;
}

.switch-checkbox.checked .checkbox-custom svg {
    display: inherit;
    color: #60656b;
    vertical-align: top;
    margin: auto;
    height: 100%;
}

.switch-checkbox .checkbox-custom {
    border: solid 1px #cfd4da;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.switch-checkbox label {
    margin-bottom: 0;
    margin-left: 0.5rem;
    vertical-align: middle;
}

#search_modal.modal {
    z-index: 2100;
}

#search_modal .modal-body {
    min-height: 12.25rem;
    padding: 0 0 2rem;
}

.pagination {
    width: 100%;
}

.pagination li a {
    padding: 0 0.75rem;
    color: #464855;
}

.pagination li:first-child a, .pagination li:last-child a {
    padding: 0;
}

.pagination li.active a {
    color: #8a91ff;
}

.unique-content {
    display: flex;
    flex-wrap: wrap;
}

.form-control:focus {
    box-shadow: none;
}

#modal-iframe-video .modal-body {
    padding: 0;
}

#modal-iframe-video .modal-header {
    border: none;
}

#modal-iframe-video .modal-content {
    background-color: transparent;
    border: none;
}

#modal-iframe-video button {
    position: absolute;
    right: -1.5rem;
    color: #fff;
    top: 0;
    z-index: 9999;
    font-size: 2rem;
}

button:focus {
    outline: none;
}

.literature-filter > div {
    position: absolute;
    right: 0;
    left: auto;
    z-index: 100;
}

.literature-block {
    position: relative;
    z-index: 1000;
}

.brochures-wrapper form {
    display: block;
    float: right;
    margin-top: 0.45rem;
}

.field-literaturesearch-category_ids span {
    border-radius: 10px;
    background-color: #c8c8cc;
    padding: 0.4rem 1.2rem;
    font-family: "Montserrat-semiBold", sans-serif;
    font-size: 0.625rem;
    color: #fff;
    margin-left: 1rem;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.field-literaturesearch-category_ids input[type="checkbox"]:checked + span {
    background-color: #f48024;
}

.field-literaturesearch-category_ids span.delete-filter {
    display: none;
}

.field-literaturesearch-category_ids input[type="checkbox"]:checked + span .delete-filter {
    display: inline-block;
    background: none;
    padding: 0;
    margin-left: 0.5rem;
    font-size: 1.25rem;
    vertical-align: sub;
}

.field-literaturesearch-category_ids input[type="checkbox"] {
    display: none;
}

.field-literaturesearch-category_ids input[type="checkbox"]:checked {

}

.literature-box {
    margin: 1.875rem;
    position: relative;
}

.literature-img {
    max-width: 12.5rem;
    min-width: 12.5rem;
    max-height: 16.25rem;
    min-height: 16.25rem;
    display: flex;
}

.literature-img img {
    margin: auto;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.literature-block .box-container {
    margin-bottom: 2.5rem;
}

.literature-block p.descr {
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 9.75rem;
    line-height: 1.79;
    -webkit-box-orient: vertical;
}

.literature-block .row {
    margin-top: 3.125rem;
}

.literature-block .row:first-child {
    margin-top: 0;
}

.main-banner-block .banner-text {
    margin: auto 0;
    padding: 0;
}

.main-banner-block .banner-bg {
    height: 100%;
    display: flex;
}

.main-banner-block .owl-item, .main-carousel,
.main-carousel .owl-stage-outer, .main-carousel .owl-stage {
    height: 100%;
}

.filtered-results {
    display: contents;
}

.door-series .door svg:not(:root) {
    max-width: 100%;
    height: auto;
    display: block;
}

.spec-img {
    min-width: 500px;
    display: flex;
}

.spec-img img {
    margin: 0 auto;
    align-self: flex-start;
}

.navbar a.view-all-link {
    font-family: 'Montserrat-regular';
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    width: 100%;
    background-color: #a1a5b5;
    display: none;
    text-transform: uppercase;
}

.img-hydroshield {
    float: left;
}

.img-hydroshield-small {
    float: right;
}

.arrow-list {
    padding-left: 1.25rem;
    color: #6b6f82;
    font-size: 0.875rem;
    font-family: "Montserrat-semiBold", sans-serif;
    margin-top: -0.3rem;
    margin-bottom: 0;
}

/*#entities_list.pf-door-frame {*/
/*padding: 2.8rem 0 0;*/
/*}*/
.navbar .navbar-nav > li#link_to_doorability {
    background: #464855;
    width: 170px;
    text-align: center;
}

.navbar .navbar-nav > li#link_to_doorability:hover {
    background: #141621;
}

.navbar .navbar-nav > li#link_to_doorability a {
    color: #fff;
    text-align: center;
    width: 170px;

}

.orange-counter {
    display: block;
}

.orange-counter.orange-counter-with-triangle {
    padding-bottom: 25px;
    position: relative;
}

.orange-counter .counter {
    background: #eb7835;
    height: 26px;
    width: 26px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 26px;
    position: relative;
    top: 4px;
}

.orange-counter-triangle {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    bottom: 11px;
    left: 6px;
    border-top: 10px solid #eb7835;
}

#door_info_wrap .orange-counter {
    position: absolute;
}

#door_info_wrap {
    position: relative;
}

.orange-counter-1 {
    top: 62%;
    left: 63%;
}

.orange-counter-2 {
    top: 55%;
    left: 8.25%;
}

.orange-counter-3 {
    top: -30px;
    left: 24%;
}

.orange-counter-4 {
    top: 10%;
    left: 12%;
}

.orange-counter-5 {
    top: 18%;
    left: 47%;
}


.navbar .navbar-nav > li#link_to_doorability a:hover {
    color: #fff;
}

.figure {
    display: block;
    margin: auto;
    text-align: center;
    font-size: 0.7rem;
    color: #6b6f82;
    font-weight: 100;
}

.figure img {
    max-width: 100%;
    width: auto;
}

.energy-img img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    display: block;
}

#entities_list:not(.decorative-doorlite) .glass-carousel img, #glasses_category .img-wrapper > img {
    border-radius: 10px;
}

.series-banner {
    height: 30rem;
    padding-top: 8.5rem;
    padding-bottom: 0;
}

.height-block {
    flex-wrap: wrap;
    clear: both;
}

.height-block span {
    font-family: "Montserrat-semiBold", sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    width: 50px;
    color: #464855;
}

.height-block svg {
    color: #b2b2b6;
    margin-right: 5px;
    font-size: 14px;
}

.select-glass {
    height: 25rem;
    display: flex;
}

.select-glass img {
    height: auto;
    width: auto;
    margin: auto;
    display: block;
    max-height: 100%;
}

.decorative-doorlite .product-sub-wrapper img {
    border-radius: 5px;
}


.door-options .specialities {
    position: relative;
    padding-bottom: 1rem;
}

.door-options .specialty-icon {
    width: 35px;
    height: 35px;
    margin-right: 5px;
}

.product-sub-wrapper .bottom-product {
    position: absolute;
    bottom: 2.6rem;
    margin-right: 65px;
}

.product-sub-wrapper .specialty-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.specialty-icon img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.series-filt .filter-item i {
    width: 1rem;
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.625rem;
}

.series-filt .filter-item:first-child i {
    background: url('/images/icons/filter/specialty.svg') no-repeat;
    background-position: center;
    height: 22px;
}

.series-filt .filter-item:first-child .filter-link:hover i {
    background: url('/images/icons/filter/specialty_active.svg') no-repeat;
    background-position: center;
    height: 22px;
}

.series-filt .filter-item:nth-child(2) .filter-link i {
    background: url('/images/icons/filter/panels.svg') no-repeat;
    background-position: center;
    height: 22px;
}

.series-filt .filter-item:nth-child(2) .filter-link:hover i {
    background: url('/images/icons/filter/panels_active.svg') no-repeat;
    background-position: center;
    height: 22px;
}

.series-filt .filter-item:nth-child(3) .filter-link i {
    background: url('/images/icons/filter/width.svg') no-repeat;
    background-position: center;
    height: 7px;
}

.series-filt .filter-item:nth-child(3) .filter-link:hover i {
    background: url('/images/icons/filter/width_active.svg') no-repeat;
    background-position: center;
    height: 7px;
}

.series-filt .filter-item:nth-child(4) .filter-link i {
    background: url('/images/icons/filter/height.svg') no-repeat;
    background-position: center;
    height: 16px;
}

.series-filt .filter-item:nth-child(4) .filter-link:hover i {
    background: url('/images/icons/filter/height_active.svg') no-repeat;
    background-position: center;
    height: 16px;
}

.dealers-list .dealer-box > div:not(.img-wrapper), .dealers-list .news-box > div:not(.img-wrapper) {
    padding: 2.1875rem;
}

.dealer-box p.descr {
    height: 3.31rem;
    -webkit-line-clamp: 2;
    line-height: 1.8;
}

.dealer-box .contacts {
    margin: 0;
}

.news-box .img-wrapper span {
    height: 250px;
    width: 100%;
    background-size: cover;
}

.news-box p.descr {
    height: auto;
}

.dealers-list .box > div.liter-box, .dealers-list .specific-box > div:not(.img-wrapper), .dealers-list div.door-box {
    padding: 1.25rem;
}

.liter-box .literature-img, .specific-box .img-wrapper {
    max-width: 130px;
    min-width: 130px;
    max-height: 168px;
    min-height: 168px;
    display: flex;
    overflow: hidden;
}

.door-box .img-wrapper {
    max-width: 130px;
    min-width: 130px;
    max-height: 180px;
    min-height: 180px;
    display: flex;
    overflow: hidden;
}

.door-box .img-wrapper img {
    max-height: 180px;
}

.liter-box .door-buttons {
    position: relative;
}

.door-box .prod-arrow, .product-wrapper.collapsed.door-box .prod-arrow, .glass-box .prod-arrow, .product-wrapper.collapsed.glass-box .prod-arrow {
    bottom: 1.25rem;
}

.door-box h2, .glass-box h2 {
    font-size: 1.25rem;
}

.dealers-list div.glass-box {
    padding: 2.375rem;
}

.search-list .glass-box p.descr {
    height: 1.25rem;
    line-height: 1.43;
    -webkit-line-clamp: 1;
}

.glass-box .img-wrapper {
    max-width: 95px;
    min-width: 95px;
    max-height: 95px;
    min-height: 95px;
    display: flex;
    overflow: hidden;
}

.out-of-stock, .dimension-block.active.out-of-stock {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.dimension-block.out-of-stock {
    cursor: default;
}

/*  Grid  */
.images-grid {
    display: grid;
    grid-template-columns: 22% 22% 22% 22%;
    grid-template-rows: auto;
    column-gap: 4%;
    row-gap: 15px;
}

.image-item-grid {
    justify-self: center;
    width: 100%;
}

.load-pdf {
    float: left;
    margin: 0 0 0 7px;
    position: relative;
    /*top: -2.5rem;*/
    line-height: 28px;
    height: 28px;
    background: #f48024;
    border: 1px solid #f48024;
    color: #fff;
    font-family: "Montserrat-bold", sans-serif;
    font-size: 0.625rem;
    height: 2.625rem;
    width: 11.625rem;
    text-align: center;
}

.load-pdf:hover {
    color: #fff;
}

#shopify-account-login h2, #shopify-account-recover h2, #shopify-account-register h2, #shopify-account-reset h2 {
    text-transform: uppercase;
    font-size: 34px;
    line-height: 1.24;
    color: #464855;
    word-break: break-word;
    font-family: 'Montserrat-bold', sans-serif;
}

#shopify-account-recover h2 + p, #shopify-account-reset h2 + p {
    margin-bottom: 40px;
    font-family: 'Montserrat-light', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
    text-align: center;
    color: #6b6f82;
}

#shopify-account-login form, #shopify-account-recover form, #shopify-account-register form, #shopify-account-reset form {
    margin-top: 40px;
}

#shopify-account-login, #shopify-account-recover, #shopify-account-reset {
    max-width: 542px;
    margin: 0 auto;
}

#shopify-account-register {
    max-width: 1080px;
    margin: 0 auto;
}

#shopify-account-login .form-group, #shopify-account-recover .form-group, #shopify-account-register .form-group, #shopify-account-reset .form-group {
    max-width: 560px;
    margin: 0 auto 30px;
}

#shopify-account-login label, #shopify-account-recover label, #shopify-account-register label, #shopify-account label, #shopify-account-reset label {
    font-family: 'Montserrat-semiBold', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    color: #464855;
    text-transform: uppercase;
}

#shopify-account .form-group {
    margin: 0 auto 30px;
}

#shopify-account-register .custom-control-label:before,
#shopify-account .custom-control-label:before,
#shopify-account .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after,
#shopify-account-register .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    top: 0;
}

#shopify-account .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after,
#shopify-account-register .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #f48024;
}

#shopify-account-login .form-control, #shopify-account-recover .form-control, #shopify-account-register .form-control, #shopify-account .form-control, #shopify-account-reset .form-control {
    height: 50px;
    border-radius: 5px;
    border: solid 1px #cfd4da;
    background-color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
}

#shopify-account-register input, #shopify-account input {
    height: 50px;
    border: solid 1px #cfd4da;
    background-color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
}

#shopify-account-recover, #shopify-account-reset {
    margin-top: 1.5rem;
}

#shopify-account-register button.country-selector__list__item, #shopify-account button.country-selector__list__item {
    color: #495057;
    font-family: "Montserrat-regular", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    width: 100%;
    padding: 10px;
    margin: 0;
    text-transform: inherit;
}

#shopify-account-register button.country-selector__list__item.selected, #shopify-account button.country-selector__list__item.selected {
    color: #ffffff;
}

#shopify-account .custom-control {
    z-index: 0;
}

#shopify-account .vue-recycle-scroller__item-wrapper, #shopify-account-register .vue-recycle-scroller__item-wrapper {
    margin-top: 10px;
}

#shopify-account-register .country-selector__label, #shopify-account .country-selector__label, #shopify-account .input-tel__label {
    color: #464855 !important;
    position: absolute;
    top: -23px;
    left: 0;
}

#edit-profile-form-input-phone-group > label, #register-form-input-phone-group > label {
    display: none !important;
}

#shopify-account-register #register-form-input-phone-group {
    margin-top: 23px;
}

#edit-profile-form-input-email-group + .row {
    margin-bottom: 20px;
}

.input-tel__label[data-v-e59be3b4] {
    position: absolute;
    top: -27px;
    cursor: pointer;
    left: 2px;
    opacity: 1;
}

#register-form-input-acceptsMarketing-group {
    margin: 0;
}

#shopify-account-register .country-selector.has-value .country-selector__input[data-v-46e105de], #shopify-account .country-selector.no-flags .country-selector__input[data-v-46e105de], #shopify-account .input-tel__input {
    padding-top: 0;
    font-size: 16px;
}

#shopify-account-login a.forgot-your-password, #shopify-account-recover a.forgot-your-password, #shopify-account-register a.forgot-your-password {
    font-family: "Montserrat-regular", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.29;
    text-align: right;
    color: #f48024;
    margin-bottom: 40px;
    display: block;
}

#shopify-account-login button, #shopify-account-recover button, #shopify-account-register button, #shopify-account button, #shopify-account-reset button {
    font-family: "Montserrat-bold", sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    width: 186px;
    height: 42px;
    margin: 0 auto 14px;
    text-transform: uppercase;
}

.have-account {
    font-family: "Montserrat-regular", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.29;
    text-align: center;
    color: #464855;
    display: flex;
    justify-content: center;
}

.have-account a {
    margin-left: 3px;
}

svg.rounded-icon {
    width: 30px;
    height: 30px;
}

.b-sidebar-body .img-thumbnail {
    padding: 0;
    max-width: 111px;
    border-color: rgba(200, 204, 222, 0.25);
}

.line-items-wrap {
    padding: 25px;
    max-height: calc(100% - 215px);
    overflow-y: auto;
}

.line-items-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(120, 118, 118, 0.3);
    background-color: #F5F5F5;
}

.line-items-wrap::-webkit-scrollbar {
    width: 4px;
    background-color: gray;
}

.line-items-wrap::-webkit-scrollbar-thumb {
    background-color: gray;
}


.line-items-wrap .col-1 {
    flex: 0 0 30px;
    max-width: 30px;
    padding: 0;
}

.item-row {
    border-bottom: 1px solid #f0f1f6;
    padding-bottom: 25px;
    align-items: center;
}

.item-row h5 {
    font-family: "Montserrat-bold", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.22;
    color: #464855;
    margin-bottom: 10px;
}

.quantity-input button {
    padding: 6px 15px;
    border: solid 1px #dcdcdc;
    background-color: #f9f9f9;
    color: #777779 !important;
    font-size: 16px;
    height: 42px;
    width: 42px;
    font-weight: 300;
}

.quantity-input button:hover, .quantity-input button:focus {
    background-color: #e5e3e3;
}

.quantity-input button.disabled {
    background-color: #dddddd;
    border: solid 1px #dddddd;
}

.quantity-input input.form-control {
    width: 42px;
    padding: 0;
    height: 42px;
    background: #ffff;
    border-left: none;
    border-right: none;
    font-family: "Montserrat-regular", sans-serif;
    font-size: 14px;
    border-radius: 0;
}

.quantity-text {
    margin: 0 15px 0 0;
    font-family: 'Montserrat-regular', sans-serif;
    font-size: 14px;
    line-height: 1.29;
    color: #6b6f82;
}

.price-column {
    padding-right: 0;
}

.b-sidebar > .b-sidebar-body {
    background-color: #ffffff;
    overflow-y: hidden;
}

.summary .label, .summary .value {
    font-family: "Montserrat-bold", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.22;
    color: #464855;
    margin-bottom: 10px;
}

.b-sidebar#sidebar-cart > .b-sidebar-header {
    border: none;
    border-bottom: 1px solid #e9ecef;
    background: #ffffff;
    padding: 15px 20px;
}

.taxes-note {
    font-family: 'Montserrat-regular', sans-serif;
    font-size: 14px;
    line-height: 1.29;
    color: #6b6f82;
}

.summary-row .btn {
    font-family: "Montserrat-bold", sans-serif;
    font-size: 10px !important;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #ffffff;
    width: 186px;
    height: 42px;
    text-transform: uppercase;
}

.b-sidebar-footer {
    border-top: solid 1px #f0f1f6;
    background-color: #f9f9f9;
}

.cart-header {
    padding: 60px 0 30px;
    border-bottom: 1px solid #f0f1f6;
}

.cart-header h3 {
    font-family: "Montserrat-bold", sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    color: #464855;
}

.article-desc {
    border-bottom: 1px solid #e2e3e9;
}

.news-block-list-wrap h2 {
    font-family: "Montserrat-regular", sans-serif;
    height: 44px;
    line-height: 44px;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #464855;

}

#shopify-orders h2, #shopify-order h2, #shopify-addresses h2, #shopify-account h2 {
    font-family: "Montserrat-bold", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.23;
    color: #464855;
    margin-bottom: 30px;
    word-break: break-word;
}

#shopify-addresses .card {
    padding: 30px 30px 17px;
    position: relative;
    border: solid 1px #f0f0f0;
    background-color: #f9f9f9;
    min-height: 249px;
}

#shopify-addresses .card.default {
    background-color: #ffffff;
}

#shopify-addresses .close {
    position: absolute;
    top: 24px;
    right: 30px;
}

#shopify-addresses .btn {
    font-family: "Montserrat-bold", sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #ffffff;
    width: 186px;
    height: 42px;
    text-transform: uppercase;
}

#shopify-orders table th, #shopify-order table th {
    background: #f9f9f9;
    border-bottom: solid 1px #f0f0f0;
    border-top: solid 1px #f0f0f0;
    font-family: "Montserrat-semiBold", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    text-align: left;
    color: #464855;
    text-transform: uppercase;
    padding: 18px 24px;
    white-space: nowrap;
}

#shopify-orders table td, #shopify-order table td {
    background: #ffffff;
    border-bottom: solid 1px #f0f0f0;
    border-top: solid 1px #f0f0f0;
    font-family: 'Montserrat-regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    text-align: left;
    color: #6b6f82;
    padding: 24px;
}

#shopify-orders table td:last-child, #shopify-order table td:last-child {
    font-family: "Montserrat-semiBold", sans-serif;
    font-weight: 600;
}

#shopify-order tfoot td {
    background: #f9f9f9;
    border-bottom: solid 1px #f0f0f0;
    border-top: solid 1px #f0f0f0;
}

#shopify-order tfoot tr:last-child td {
    background: #ffffff;
    border-bottom: none;
    font-family: "Montserrat-bold", sans-serif;
    font-size: 18px;
    line-height: 1.22;
    color: #464855;
    white-space: nowrap;
}

.subtitle-name {
    font-family: "Montserrat-semiBold", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.29;
    color: #464855;
    margin-bottom: 30px;
}

#shopify-order .router-link-active, .back-link {
    font-family: 'Montserrat-regular', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.29;
}

#shopify-order .router-link-active:before, .back-link:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 20px;
    vertical-align: sub;
    background: url('../images/icons/angle-left-light.svg') no-repeat;
    margin-right: 5px;
}

.formulate-input {
    height: 50px;
}

#shopify-orders .address, #shopify-addresses .address, #shopify-order .address {
    font-family: 'Montserrat-regular', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.79;
    color: #6b6f82;
    margin-bottom: 30px;
}

#shopify-orders .col-xl-3 .name, #shopify-addresses .address .name, #shopify-order .col-xl-3 .name {
    font-family: "Montserrat-semiBold", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.29;
    color: #464855;
    margin: 0 0 10px;
}

#shopify-addresses .name {
    margin-bottom: 10px;
}

#shopify-orders .col-xl-3 .no-has-title, #shopify-order .col-xl-3 .no-has-title {
    padding: 0;
}

#shopify-orders .card, #shopify-order .card {
    border: none;
    background: #ffffff;
    padding: 0;
}

#shopify-orders .btn, #shopify-order .btn {
    font-family: "Montserrat-bold", sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 2.7;
    text-align: center;
    color: #ffffff;
    width: 100%;
    height: 42px;
    text-transform: uppercase;
}

#shopify-order .card > div:not(.address) {
    color: #464855;
}

.country-selector.input-country-selector.has-value.no-flags {
    height: 50px;
}

#shopify-account .vue-phone-number-input .select-country-container[data-v-19c9a1c7] {
    width: 230px;
    min-width: 230px;
    margin-right: 20px;
}

#shopify-account input {
    border-radius: 4px !important;
}

.country-selector__toggle[data-v-46e105de] {
    top: calc(50% - 14px);
}

.empty-cart {
    height: calc(100% - 320px);
}

.no-scroll {
    overflow: hidden;
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.select2-results__option, .select2-container--krajee .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
}

a.btn.btn-submit {
    color: #fff;
    line-height: 1.8rem;
    text-decoration: none;
}

a.btn.btn-submit:hover {
    color: #fff;
}

.categories-navigation {
    height: 6.4rem;
    align-items: center;
}

.categories-navigation label {
    font-family: "Montserrat-regular", sans-serif;
    margin-bottom: 0;
    margin-right: 1.2rem;
    font-size: 10px;
    color: #414858;
    font-weight: normal;
}

.categories-navigation .button {
    font-family: "Montserrat-regular", sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    color: #212529;
    margin: 0 8px 0 0;
    padding: 0 15px;
    border-radius: 10px;
    height: 39px;
    line-height: 39px;
    border: solid 1px #e2e3e9;
    background-color: #fbfcff;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}

.categories-navigation .button:hover, .categories-navigation .button.active {
    text-decoration: none;
    color: #fff;
    background: #f48024;
}

.categories-navigation-nav {
    height: 6.4rem;
    border-bottom: 1px solid #e2e3e9;
}

.breadcrumbs {
    height: 47px;
    border-bottom: 1px solid #e2e3e9;
}

.categories-navigation-nav-pad, .breadcrumbs-pad {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.breadcrumbs-list ol {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    align-items: center;
    height: 47px;
}

.breadcrumbs-list ol li {
    list-style: none;
}

.breadcrumbs-list ol li a {
    font-family: "Montserrat-regular", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    color: #444653;
    opacity: 0.5;
}

.breadcrumbs-list ol li a:hover {
    text-decoration: none;
    opacity: 1;
}

.breadcrumbs-list ol li.current a {
    opacity: 1;
}

.breadcrumbs-list li.current .breadcrumb-delimiter {
    opacity: 1;
}

.breadcrumbs-list li .breadcrumb-delimiter {
    font-size: 10px;
    padding: 0 0.5rem 0 0.75rem;
    position: relative;
    opacity: 0.5;
    top: -2px;
}

.share-sidebar-block .share-button {
    font-family: "Montserrat-regular", sans-serif;
    width: 171px;
    height: 42px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    font-stretch: normal;
}

.share-sidebar-block .share-more span, .subscribe-form-block h2 {
    font-family: "Montserrat-regular", sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #464855;
    text-transform: uppercase;
}

.share-sidebar-block .share-button:hover {
    text-decoration: none;
}

.share-sidebar-block .share-button span {
    margin-left: 0.5rem;
    color: #fff;
}

.article-sidebar {
    padding-top: 2.5rem;
}

.subscribe-form-block {
    padding-bottom: 1.5rem;
}

.subscribe-form-block .field-dynamicmodel-email {
    width: 100%;
    margin: 0;
}

.flex-baseline-space-between {
    align-items: end;
    justify-content: space-between;
}

.search-go {
    fill: #464855;
}

.subscribe-form-block .form-control {
    height: 50px;
    line-height: 50px;
    border-radius: 5px 0 0 5px;
    border: solid 1px #cfd4da;
    border-right: none;
}

.btn.subscribe-btn {
    background: #fff;
    border-radius: 0 5px 5px 0;
    border: solid 1px #cfd4da;
    border-left: none;
    height: 50px;
    line-height: 50px;
    padding: 0 12px;
    position: relative;
    top: 0;
}

.spec-description h6 a {
    color: #464855;
}

.spec-description h6 a:hover {
    color: #464855;
    text-decoration: none;
}

.video-wrapper img.video-preview-img {
    max-width: 100%!important;
}

#top_banner_desc a {
    color: #fff;
    text-decoration: underline;
}

.footer-description {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.subscribe-wrap {
    display: grid;
    grid-template-columns: 2fr 45%;
    padding: 0 1.28rem;
}
.subscribe-block {
    align-items: baseline;
}
.blog-subscribe-block {
    align-items: center;
}
.blog-subscribe-block h2 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.blog-subscribe-block .flex-baseline-space-between {
    align-items: start;
}
.subscribe-wrap .subscribe-form-block {
    display: flex;
    align-items: baseline;
}
.subscribe-wrap .subscribe-form-block form {
    width: 100%
}
.subscribe-wrap .subscribe-form-block h2 {
    margin-right: 10px;
    min-width: 245px;
    font-size: 14px;
    font-weight: normal;
}
.video-list-wrap {
    margin-top: 80px;
}
.video-title {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    color: #464855;
    line-height: 1.8rem;
    height: auto;
    margin: 14px 0 24px;
    display: block;
    font-weight: bold;
}
.video-title:hover {
    color: #464855;
    text-decoration: none;
}
.video-descr {
    margin-top: 10px;
    margin-bottom: 0;
    height: 40px;
    color: #6b6f82;
    line-height: 1.4;
    overflow: hidden;
    font-size: 0.875rem;
    font-family: "Montserrat-light", sans-serif;
    font-weight: normal;
}
.dealers-list .box-container {
    margin-bottom: 2.5rem;
    min-height: 330px;
}

.play-btn-sm {
    position: absolute;
    top: calc(50% - 63px);
    width: 100%;
}

.thumbnail-video .play-btn-sm {
    width: 3.5rem;
    bottom: 2.4rem;
    top: initial;
    left: 1.2rem;
}
.thumbnail-video .play-btn-sm img {
    width: 4.2rem;
}

.footer-subscriber-form h6 {
    color: #fff;
    font-size: 0.8rem;
}
.footer-subscriber-form .form-group {
    width: 100%;
}
.footer-subscriber-form  .help-block {
    color: #e18888;
}
.white {
    color: white!important;
}
.search-list .summary {
    display: none;
}
@media (min-width: 1921px) {
    .col-lg-10, .col-xl-10 {
        max-width: 1920px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .products-block, .series-block, .door-wrap, .bars-wrap, .page-shopify-content, .update-post {
        max-width: 1920px;
        margin: auto;
        padding: 0 20px 0 10px;
    }

    .navbar-brand {
        padding-left: 0 !important;
    }

    .navbar-brand img {
        padding-left: 0 !important;
    }

    .nav-wrapper {
        max-width: 1915px;
        padding-right: 25px;
        margin: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .accordion {
        max-width: 1920px;
        margin: auto !important;
        /*padding: 0 15px!important;*/
    }

    .product-wrapper, .series-wrap, .products-block .col-xl-3:first-child {
        border-left: 1px solid #F4F4F4;
        margin-left: -1px;
    }

    .spec-filters {
        background: #fff;
        padding-left: 15px;
    }

    .update-post .col-xl-10 {
        max-width: 935px;
        padding: 6.25rem 0 !important;
    }

    .update-post .col-xl-10.share-block {
        padding: 0 0 0 340px !important;
    }

    .catalog .product-wrapper-shop {
        border-left: 1px solid #F4F4F4;
        border-top: 1px solid #F4F4F4;
        margin-right: -3px;
    }

    .update-post .col-xl-10.blog-wrap {
        padding-bottom: 3.75rem !important;
    }

    .page-shopify-content {
        padding-right: 20px !important;
        padding-left: 10px !important;
    }

    .update-post .col-xl-10.link-to-list {
        padding-top: 0 !important;
    }

}


@media (min-width: 1200px) {
    #search_modal .modal-dialog, #modal-iframe-video .modal-dialog {
        max-width: 66.25rem;
    }

    .series-banner .text-block {
        flex: 0 0 700px !important;
        max-width: 700px !important;
    }
}

@media (max-width: 1740px) {
    .popover-body {
        width: 21.25rem;
        padding: 1.25rem;
    }

    .accessories-wrap .product-wrapper h2 {
        font-size: 1.25rem;
    }

    .main_slider .block {
        max-width: 28.75rem;
    }
}

@media (min-width: 1680px) {
    .video-description {
        padding: 10.125rem 6rem;
    }

    .products-block .col-xl-3, .products-block .col-xl-4 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

@media (max-width: 1680px) {
    .benefit-popover:nth-child(1) {
        left: 65.5rem;
    }

    .benefit-popover:nth-child(2) {
        left: 28.5rem;
    }

    .benefit-popover:nth-child(3) {
        top: 23.5rem;
        left: 56rem;
    }

    .benefit-popover:nth-child(4) {
        left: 51rem;
    }

    .benefit-block .icon {
        margin: 0.5rem 0;
    }

    .door-option {
        padding-left: 4.875rem;
    }

    .door-wrap {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        padding-right: 1rem !important;
    }

    .shelf-accordion .product-wrapper img {
        max-width: 10rem;
    }

    .frames-accordion .product-wrapper h2 {
        padding-top: 0;
    }

    .main-block .description {
        padding: 0 4rem;
    }

    .fullwidth-img img {
        max-width: 100%;
        width: auto;
    }
}

@media (max-width: 1680px) and (min-width: 1200px) {
    .clavos-accordion > .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .bars-wrap {
        -webkit-box-flex: 80%;
        -ms-flex: 80%;
        flex: 80%;
        max-width: 80%;
    }

    .navbar-filters > li {
        padding: 0 0.5rem;
    }
}

@media (max-width: 1520px) {
    .subscribe-wrap {
        display: grid;
        grid-template-columns: 100%;
    }
    .site-error-container {
        background-position-x: 45%;
    }

    .site-error {
        left: 40%;
    }
}

@media (max-width: 1200px) {
    .site-error-container {
        background: no-repeat;
    }

    .site-error {
        left: 0;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .site-error-container {
        padding: 0 10px;
    }
}

@media (max-width: 1580px) {
    .main-banner-block {
        height: 43.75rem;
    }

    .banner-text {
        padding-bottom: 15.25rem;
    }

    .play-btn.mt-xl-5 {
        margin: auto !important;
    }

    .series-wrap {
        padding: 3.125rem 0 2.25rem 2rem;
    }

    .series-wrap .img-wrapper {
        margin-right: 2rem;
    }

    .products-block .col-xl-2 {
        border-bottom: 1px solid #e5e5e5;
    }

    .rustic-bg {
        background-position: -8rem;
    }

    .popover-body {
        width: 19.25rem;
    }

    .benefit-popover:nth-child(1) {
        left: 55.5rem;
    }

    .benefit-popover:nth-child(2) {
        left: 20.5rem;
        top: 19.5rem;
    }

    .benefit-popover:nth-child(3) {
        left: 50rem;
    }

    .benefit-popover:nth-child(4) {
        left: 47rem;
    }

    .select-door {
        margin-right: 3rem;
    }

    .door-options {
        padding-left: 3.7rem;
        padding-right: 4.4rem;
    }

    .glass-accordion .product-wrapper h2 {
        padding-top: 0;
    }

    .glass-accordion .product-wrapper .text-block {
        padding-left: 1.5rem;
    }

    .bars-accordion .product-wrapper {
        padding: 3.125rem 1.875rem;
    }

    .bars-accordion .product-wrapper .text-block {
        padding-left: 2.5rem;
    }

    .accessories-wrap .product-wrapper h2 {
        font-size: 1.5625rem;
    }

    .main_slider .block {
        max-width: 25rem;
    }

    .main_slider .block.active {
        padding: 2.75rem 1.5rem;
    }

    .main_slider .block {
        padding: 2rem 1.5rem;;
    }

    .frames-accordion .door-options {
        padding-right: 3rem;
        padding-left: 3rem;
    }

    .grains-wrapper a {
        width: 7.125rem;
    }

    .box {
        width: auto;
    }

    .spec-description {
        margin-left: 4.75rem;
    }

    #glasses_category .img-wrapper {
        min-width: 7.625rem;
        max-width: 7.625rem;
    }

    .series-banner {
        height: 30rem;
        padding-bottom: 0;
    }
}

@media (max-width: 1580px) and (min-width: 1200px) {
    .products-block .col-xl-2 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.3% !important;
        flex: 0 0 33.3% !important;
        max-width: 33.3% !important;
    }

    .product-accordion > .col-xl-3, #entities_list > .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .accessories-wrap > .col-lg-4 {
        flex-basis: 33.333333% !important;
        -webkit-flex-basis: 33.333333% !important;
        -ms-flex-preferred-size: 33.333333% !important;
    }

    .accessories-wrap > .col-lg-6 {
        flex-basis: 50% !important;
        -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
    }

    .main-block > .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .inner-guides .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .inner-guides .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .spec-filters form {
        margin-right: 2.75rem;
    }

    .literature-box .ml-xl-5 {
        margin-left: 1rem !important;
    }

}

@media (max-width: 1450px) {
    .social a {
        width: 2rem;
    }

    .second-menu li {
        margin: 0 0.5rem;
    }

    .second-menu li:before {
        margin-right: 1rem;
    }

    .copyright {
        font-size: 0.65rem;
        margin-top: 1.9rem;
    }

    .video-description {
        padding: 6.25rem 0;
    }

    .box {
        margin: 0 1rem;
    }

    .series-wrap {
        height: 20rem;
    }

    .series-wrap .img-wrapper {
        margin-right: 1rem;
        max-width: 8.2rem;
        max-height: 19.5rem;
        min-width: 8.2rem;
        min-height: 15rem;
    }

    .series-wrap .text-block {
        padding-top: 0;
        margin: auto;
    }

    .rustic-bg {
        background-position: -11rem;
    }

    .benefit-popover:nth-child(1) {
        left: 52rem;
    }

    .benefit-popover:nth-child(2) {
        left: 18.5rem;
    }

    .benefit-popover:nth-child(3) {
        left: 48rem;
    }

    .benefit-popover:nth-child(4) {
        left: 45rem;
    }

    .select-door {
        margin-right: 1.5rem;
    }

    .glass-accordion .door-options {
        padding-left: 3rem;
        padding-right: 2.5rem;
    }

    .door-wrapper {
        width: 25%;
    }

    .glass-accordion .product-wrapper .descr {
        font-size: 0.8125rem;
    }

    .glass-accordion .product-wrapper h2 {
        font-size: 1.4rem;
    }

    .spec-img {
        max-width: 25rem;
        min-width: 25rem;
        display: initial;
    }

    .spec-img img {
        max-width: 100%;
        width: auto;
    }

    .series-wrap .descr {
        height: 7rem;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
}

@media (max-width: 1450px) and (min-width: 1200px) {
    .glass-accordion .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .glass-accordion .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.666667%;
        flex: 0 0 37.666667%;
        max-width: 37.666667%;
    }

    .frames-accordion > .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .frames-accordion .door-wrap {
        padding-left: 0 !important;
    }

    .frames-accordion .door-options .descr {
        padding-right: 0 !important;
    }

    .grains-wrapper a {
        margin-right: .5rem !important;
    }

    .cont-wrapper .col-xl-9, .brochures-wrapper .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .guides-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .guides-buttons a:first-child {
        margin-right: 1.5rem;
    }

    .employment-wrap.col-xl-10, .planking-wrap.col-xl-10,
    .specification-filters .col-xl-10, .specification-content .col-xl-10,
    .resources-wrap.col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .specification-filters h6.mr-4 {
        margin-right: .5rem !important;
    }

    .resources-wrap.px-xl-5 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .product-wrapper h2, .search-title h2 {
        font-size: 1.3rem;
    }

    .card-description {
        padding-right: 0;
    }

    .orders .col-xl-8 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .orders .col-xl-3 {
        margin-left: 0 !important;
    }

    #shopify-orders h2 {
        font-size: 24px;
    }

    #shopify-addresses .col-xl-3 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}

@media (max-width: 1350px) {
    .px-xl-5.descr {
        padding: 0 1rem !important;
    }

    .main-block .description {
        padding: 0;
    }

    .main-block {
        padding-bottom: 7.375rem;
    }

    .copyright {
        margin-top: 1.4rem;
    }

    .box {
        margin: 0;
    }

    .rustic-bg {
        background-position: -18rem;
    }

    .benefit-popover:nth-child(1) {
        left: 46rem;
    }

    .benefit-popover:nth-child(2) {
        left: 12.5rem;
        top: 21.5rem;
    }

    .benefit-popover:nth-child(3) {
        left: 42rem;
    }

    .benefit-popover:nth-child(4) {
        left: 39rem;
    }

    .benefits-block.col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .door-wrap, .bars-wrap {
        padding: 0 !important;
    }

    .card-body {
        padding: 2.625rem 0.5rem 6.25rem 1.25rem;
    }

    .glass-accordion .product-wrapper h2 {
        padding-top: 1.25rem;
    }

    .shelf-accordion .product-wrapper img {
        max-width: 8rem;
    }

    .frames-accordion .door {
        width: 100%;
    }

    .frames-accordion .door img {
        width: 100%;
    }

    .main_slider .block .descr {
        font-size: 0.75rem;
    }

    .iframe-wrapper {
        width: 545px;
        height: 306px;
    }
}

@media (max-width: 1366px) and (min-width: 1200px) {
    .glass-accordion .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 38.666667%;
        flex: 0 0 38.666667%;
        max-width: 38.666667%;
    }

    .glass-accordion > .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .frames-accordion .door-option.col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 17.666667%;
        flex: 0 0 17.666667%;
        max-width: 17.666667%;
    }

    .dealers-list .box-container.col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .navbar-filters .dropdown-menu {
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    #glasses_category .img-wrapper {
        min-width: 6.625rem;
        max-width: 6.625rem;
    }

    #door_style_list .col-xl-3 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-3.door-option {
        flex: 0 0 21%;
        max-width: 21%;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu.show {
        display: block !important;
    }

    .updates-wrap .box-container:nth-child(3) {
        margin-top: 0;
    }
}

@media (max-width: 1280px) and (min-width: 1200px) {
    .door-option {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 26%;
        flex: 0 0 26%;
        max-width: 26%;
        padding-left: 2.875rem;
    }

    .glass-accordion .door-options {
        padding-left: 2rem;
        padding-right: 1.5rem;
    }

    .bars-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }

    .clavos-accordion .product-wrapper h2 {
        font-size: 1.25rem;
    }

    .frames-accordion .door-option.col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 21.666667%;
        flex: 0 0 21.666667%;
        max-width: 21.666667%;
    }

    .box .descr.px-xl-3 {
        padding: 0 !important;
    }

    .frames-accordion .door-option.col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        padding-left: 2.25rem;
    }

    .frames-accordion .door-options-block.col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .navbar .dropdown:first-child .dropdown-item .title-menu .menu-block {
        height: 11rem;
    }

    .guides-wrapper, .brochures-wrapper .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .employment-wrap .box {
        height: 23rem;
    }

    .employment-page .box {
        height: 20rem;
    }

    .nav-tabs .nav-item {
        width: 50%;
        margin: auto;
    }

    .spec-filters .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .spec-filters form {
        margin-right: 0;
    }

    .main_slider .block {
        max-width: 23rem;
    }

    .main_slider .title {
        font-size: 17px;
    }

    span.color-title {
        display: block;
        text-align: left;
        margin-bottom: 10px;
    }
}

@media (max-width: 1199px) {
    .door-example-wrap {
        display: none;
    }

    .popover {
        display: none;
    }

    body {
        font-size: 14px;
    }

    .main-block {
        padding-bottom: 5.375rem;
    }

    .big-post {
        width: 100%;
    }

    .posts {
        width: 100%;
    }

    .footer-menu h5 {
        text-align: center;
    }

    .footer-menu li {
        text-align: center;
    }

    .footer-menu ul {
        text-align: center;
    }

    .logo-footer {
        margin-top: 0;
    }

    footer {
        height: 41.1rem;
    }

    .content-container, .covid-wrapper.content-container {
        padding-bottom: 41rem;
    }

    .second-menu {
        width: 100%;
        order: 1;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 1;
        -ms-flex-order: 1;
    }

    .logo-footer {
        order: 2;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 2;
        -ms-flex-order: 2;
    }

    .copyright {
        order: 3;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 3;
        -ms-flex-order: 3;
        text-align: right;
        margin-top: 1.1rem;
    }

    .second-menu ul {
        text-align: center;
    }

    .product-banner-block {
        height: auto;
    }

    .prod-banner-block, .rustic-bg .banner-text, .accessories-bg .banner-text {
        padding: 6.5rem 0;
    }

    .rustic-bg {
        background-position: 0;
    }

    .benefit-popover {
        display: none;
    }

    .door-options button, .btn-how-to-apply {
        width: 5.7rem;
    }

    .available-block {
        padding-bottom: 0.875rem;
    }

    .door-options .descr {
        padding-top: 0.875rem;
        font-size: 0.75rem;
    }

    .door-options-block {
        justify-content: start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
    }

    .door-types {
        padding-left: 1rem;
    }

    .door-options {
        padding-left: 1.5rem;
        padding-right: 4rem;
        padding-bottom: 7rem;
    }

    .door-buttons .btn:nth-child(3) {
        width: 20rem;
    }

    .glass-accordion .door-options {
        padding-left: 0.5rem;
        padding-right: 1.5rem;
    }

    .door-wrapper {
        width: 33.3%;
    }

    .color-scale span {
        height: 1.3rem;
        width: 1.2rem;
        line-height: 1.3rem;
    }

    span.color-title {
        width: auto;
    }

    .main_slider .block {
        max-width: 20rem;
    }

    .main_slider .title {
        font-size: 14px;
    }

    .main_slider .descr {
        font-size: 14px;
    }

    .main_slider .icon {
        margin-top: 0.5rem;
        width: 30px;
        height: 30px;
    }

    .main_slider .block {
        padding: 2rem 1rem;
    }

    .main_slider .block.active {
        padding: 2rem 1rem;
    }

    .frames-accordion .door-options {
        padding-left: 1rem;
        min-height: 1px;
    }

    .grains-wrapper a {
        width: 5rem;
    }

    .frames-accordion .door-option {
        padding-left: 1.25rem;
    }

    .guides-buttons a:first-child {
        margin-right: 0.5rem;
    }

    .employment-wrap .box {
        height: 25rem;
    }

    .employment-page .box {
        height: 20rem;
    }

    .card-body {
        padding: 2.625rem 0.5rem 6.25rem 0.5rem;
    }

    .nav-tabs .nav-item {
        width: 50%;
        margin: auto;
    }

    .navbar-filters > li {
        height: 4.25rem;
    }

    .navbar-filters .filter-item > a {
        line-height: 4.25rem;
    }

    .navbar-filters > li.dropdown .caret-dropdown {
        top: 4.5rem;
    }

    .spec-filters form {
        margin-right: 0;
    }

    .spec-img {
        max-width: 15rem;
        min-width: 15rem;
    }

    .spec-description h2 {
        margin-top: 0;
    }

    .navbar-filters .dropdown-menu {
        margin-top: 0.8rem;
        top: 4.25rem;
        -webkit-transform: translateY(4.2rem) !important;
        -ms-transform: translateY(4.2rem) !important;
        transform: translateY(4.2rem) !important;
    }

    .navbar-filters > li.dropdown:hover .caret-dropdown {
        -webkit-transition: opacity 0s ease;
        -moz-transition: opacity 0s ease;
        -ms-transition: opacity 0s ease;
        -o-transition: opacity 0s ease;
        transition: opacity 0s ease;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .navbar-nav .dropdown:first-child .menu-block img {
        height: auto;
    }

    .navbar-nav .dropdown:first-child .dropdown-item .title-menu .menu-block {
        height: 9.4375rem;
    }

    .dropdown-item .title-menu h3 {
        font-size: 1rem;
    }

    .subcategory-list li a {
        font-size: 0.75rem;
        line-height: 30px;
    }

    .subcategory-list li.line {
        padding: 0.95rem 0;
    }

    .dropdown-item .title-menu h3, .title-menu a {
        padding: 0.35rem 1rem 0.25rem;
    }

    .navbar .dropdown-item:focus, .dropdown-item:hover, .navbar .dropdown-item {
        min-width: 13rem;
    }

    .select-door.door-carousel {
        margin-left: 2.5rem;
    }

    .search-title h2 {
        margin-top: 2.875rem;
    }

    .series-banner {
        padding-top: 6.5rem;
    }

    span.color-title {
        display: block;
        text-align: left;
        margin-bottom: 0px;
    }

    .benefit-block p {
        font-size: 0.75rem;
        line-height: 1.79;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu.show {
        display: block !important;
    }
}

@media (max-width: 1160px) {
    .navbar-nav > li {
        padding: 0 0.75rem;
    }

    li.orange-button {
        padding: 0 1.1rem;
    }

    .title {
        font-size: 2rem;
    }

    .description p {
        font-size: 1rem;
    }

    .product-wrapper .text-block {
        padding-left: 1rem;
    }

    .product-wrapper h2 {
        font-size: 1.3rem;
    }

    .door-types {
        padding-left: 0;
    }

    .accessories-wrap .product-wrapper h2 {
        font-size: 1.25rem;
        padding-top: 2.4rem;
    }

    .grains-wrapper a {
        margin-right: 1rem !important;
    }

    .box {
        padding: 2.5rem 0rem;
    }

    .contact-list > div {
        padding: 1.5rem 0;
    }

    .navbar .navbar-nav > li.orange-button {
        padding: 0 0.75rem;
    }

    .dropdown-item .title-menu-block h3 {
        font-size: 0.875rem;
    }

    .literature-block p.descr {
        -webkit-line-clamp: 5;
        height: 7.75rem;
    }
}

@media (max-width: 1200px) and (min-width: 991px) {
    .door-option {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 2.875rem;
    }

    .glass-option {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 36.333333%;
        flex: 0 0 36.333333%;
        max-width: 36.333333%;
    }

    .frames-accordion .door-option {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        max-width: 18%;
    }

    .navbar .dropdown:first-child .dropdown-item .title-menu .menu-block {
        height: 9rem;
    }

    .subcategory-list {
        padding: 0 2rem 0;
        min-height: 20.5rem;
        overflow: auto;
    }

    .dropdown-item .title-menu h3, .title-menu a {
        padding: 1rem 1rem 0;
    }

    .grains-wrap {
        padding-left: 1rem;
        padding-right: 3rem;
    }

    .liter-box .literature-img {
        max-width: 100px;
        min-width: 100px;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    #search_modal .modal-dialog, #modal-iframe-video .modal-dialog {
        max-width: 760px;
    }
}

@media (max-width: 1024px) {
    .navbar-nav > li.dropdown:hover .caret {
        display: none;
    }

    .select-door.door-carousel {
        margin-left: 0.5rem;
    }

    .img-hydroshield {
        float: none;
        margin: auto;
        display: block;
        text-align: center;
        max-width: 100%;
    }

    .img-hydroshield img, .img-hydroshield-small img {
        max-width: 100%;
        width: auto;
    }
}


/*@media (min-width: 991px) {*/
/*    .top {*/
/*        perspective: 17.75rem;*/
/*    }*/

/*    .cool > li {*/
/*        position: relative;*/
/*    }*/

/*    .cool > li .dropdown-menu {*/
/*        min-width: 17.75rem;*/
/*        display: block;*/
/*        visibility: hidden;*/
/*        opacity: 0;*/
/*    }*/

/*    .cool > li.trigger-enter-active .dropdown-menu {*/
/*        opacity: 1;*/
/*        display: block;*/
/*        visibility: visible;*/
/*    }*/

/*    .trigger-enter .dropdown-menu {*/
/*        display: block;*/
/*    }*/

/*    .trigger-enter-active .dropdown-menu {*/
/*        opacity: 1;*/
/*    }*/

/*    .dropdownBackground {*/
/*        width: 100px;*/
/*        height: 100px;*/
/*        border-top: 1.1875rem solid #343641;*/
/*        position: absolute;*/
/*        background: #fff;*/
/*        border-radius: 0;*/
/*        box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1),*/
/*        0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);*/
/*        transition: all 0.3s, opacity 0.1s, transform 0.2s;*/
/*        transform-origin: 50% 0;*/
/*        display: flex;*/
/*        justify-content: center;*/
/*        opacity: 0;*/
/*    }*/

/*    .dropdownBackground.open {*/
/*        opacity: 1;*/
/*    }*/
/*}*/

@media (max-width: 991px) {
    .content-container {
        padding-top: 4.25rem;
    }

    .covid-wrapper.content-container {
        padding-top: 6.25rem;
    }

    body.menu-open {
        overflow: hidden;
    }

    .navbar a.view-all-link {
        display: block;
    }

    .main-banner-block {
        height: 25rem;
        overflow: hidden;
    }

    .title-h4 {
        font-size: 1rem;
    }

    .play-btn.mt-xl-5 {
        height: 5rem;
    }

    .play-btn img {
        height: 100%;
    }

    .banner-text {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .navbar {
        border-bottom: 1px solid #eee;
        height: 4.25rem;
        z-index: 9999;
    }

    .collapse.show {
        display: block;
        background: #fff;
        z-index: 1000;
        margin-top: 1px;
    }

    .navbar-collapse.collapse.show {
        display: block;
        background: #fff;
        z-index: 9999;
        position: inherit;
        margin-top: 0;
        height: calc(100vh - 4.25rem);
        top: 4.25rem;
        left: 1rem;
        right: 0;
        width: calc(100% + 1rem);
        bottom: 0;
        overflow: auto;
    }

    .covid-wrapper .navbar-collapse.collapse.show {
        height: calc(100vh);
        top: 0;
        left: 0;
        width: calc(100%);
    }

    .navbar-nav > li {
        border-bottom: 1px solid #eee;
    }

    .navbar-nav li {
        padding: 0;
    }

    .navbar > a {
        padding: 1rem;
    }

    .navbar .nav-item > a {
        text-align: center;
        height: 4.25rem;
        display: block;
        line-height: 4.35rem;
    }

    .navbar .navbar-nav > li#link_to_doorability {
        width: 100%;
    }

    .navbar.sticky-header .nav-item > a {
        line-height: 4.25rem;
    }

    .nav-search a {
        padding: 0.65rem;
    }

    .dropdown-menu {
        border: none;
    }

    .navbar .nav-item.nav-search a {
        display: flex;
    }

    .navbar .nav-item.nav-search i {
        margin: auto;
    }

    .navbar li a.dropdown-item {
        border-bottom: 1px solid #e7e2e2;
        font-size: 0.75rem;
        line-height: 1rem;
        height: 3rem;
    }

    .dropdown-menu::before {
        border: none;
    }

    .navbar-nav li {
        display: block;
        height: auto;
    }

    .navbar a, .navbar a.navbar-brand {
        line-height: inherit;
    }

    .dropdown-menu {
        border-top: 1px solid #343641;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .dropdown-menu:not(.datepicker-dropdown) {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .navbar-collapse {
        background: rgb(255, 255, 255);
        margin-left: -1rem;
    }

    .dropdown:first-child .dropdown-menu li .title-menu-block, .dropdown:first-child .dropdown-item:hover .title-menu-block {
        background: rgba(170, 176, 198, 0.15);
    }

    .products-block h2, .series-wrap h2 {
        font-size: 1.6rem;
    }

    .rustic-bg {
        background-position: -35rem;
    }

    .benefit-block.active, .benefit-block:hover, .benefit-block.active:hover, .benefit-block {
        border-top: 1px solid #8a91ff;
    }

    .benefit-block {
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        /*background: rgba(0, 0, 0, 0.5);*/
        color: #fff;
        opacity: 1;
    }

    .benefit-block .descr {
        color: rgba(255, 255, 255, 1);
    }

    .benefit-block .icon {
        margin: 1.875rem 0 1.25rem;
    }

    .door-options-block {
        justify-content: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        margin: 4.375rem auto 0;
    }

    .title-glass, .title-door, .door-options .descr, .available-block, .download-file {
        text-align: center;
    }

    .door-options button, .btn-how-to-apply {
        width: 6.5rem;
        height: 2.25rem;
    }

    .door-buttons {
        position: relative;
        margin-top: 1.5rem;
    }

    .download-file {
        display: block;
        margin: 1rem 0 1rem;
    }

    .door-buttons .btn:nth-child(3) {
        width: 9.375rem;
    }

    .door-buttons {
        text-align: center;
    }

    .door-option {
        border-left: none;
        border-top: 1px solid rgba(200, 204, 222, 0.25);
        margin-top: 1.25rem;
        padding-left: 5.875rem;
    }

    .door-options, .glass-accordion .door-options, .bars-accordion .door-options {
        margin-top: 0.4rem;
        padding-left: 4.4rem;
        padding-right: 4.4rem;
        min-height: 1rem;
    }

    .glass-accordion .door-wrap {
        min-height: 1px;
        height: auto;
    }

    .sidelites, .transoms, .frames-accordion h6 {
        padding-top: 1rem;
        margin-top: 0;
    }

    .glass-section h6, .sidelites h6, .transoms h6, .grains-wrapper h6, .frames-accordion h6 {
        padding-bottom: 0.5rem;
    }

    .available-block {
        padding-top: 0.5rem;
        flex-direction: column;
        padding-bottom: 1.5rem;
    }

    .available-block span {
        margin-bottom: 1rem;
    }

    .color-scale {
        display: table;
        text-align: center;
        margin: 2rem auto 0;
    }

    .color-scale span {
        height: 1.75rem;
        width: 1.6875rem;
        line-height: 1.7rem;
    }

    span.color-title {
        width: auto;
        text-align: center;
    }

    .glass-option {
        padding-left: 2rem;
    }

    .door-wrapper {
        width: 20%;
    }

    .glass-option {
        margin-top: 3.25rem;
    }

    .glass-accordion .product-wrapper h2 {
        padding-top: 1.25rem;
    }

    .glass-bg .banner-text {
        padding: 6.5rem 0;
    }

    .product-banner-block {
        height: auto;
    }

    .accessories-wrap .product-wrapper h2 {
        font-size: 1.5625rem;
        padding-top: 2.2rem;
    }

    .frames-accordion .product-wrapper h2 {
        padding-top: 1.625rem;
    }

    .frames-accordion .select-door {
        margin-right: 0;
    }

    .frames-accordion .door-options {
        margin-top: 2.25rem;
        padding-left: 4.4rem !important;
        padding-right: 4.4rem;
        min-height: 1rem;
    }

    .frames-accordion .door-options .descr {
        padding-right: 0 !important;
        margin-right: 0 !important;
    }

    .grains-wrapper a {
        margin-right: 1rem !important;
    }

    .grains-wrapper img {
        max-width: 4.75rem;
    }

    .grains-wrapper {
        margin-bottom: 1rem;
        text-align: center;
        padding-left: 0;
    }

    .frames-accordion .door-option img {
        margin: auto;
        display: block;
    }

    .checkbox-custom, .label {
        display: block;
        margin: auto;
    }

    .cont-wrapper {
        padding: 3.125rem 0;
    }

    .box {
        padding: 2.5rem 1rem;
    }

    .main_slider {
        display: none;
    }

    .main-block {
        padding-top: 5rem;
    }

    .door-wrap .position-absolute {
        position: relative !important;
    }

    .navbar-nav > li.dropdown:hover .caret-dropdown {
        display: none;
    }

    .navbar-filters .dropdown-menu {
        border: 1px solid #eee;
        border-top: 10px solid #343641;
    }

    .dropdown-menu {
        border-top: 10px solid #343641;
    }

    .dropdown-menu > ul {
        display: block;
    }

    .title-menu .menu-block {
        display: none;
    }

    .dropdown-menu li .title-menu {
        background-color: rgba(93, 93, 93, 0.04);
    }

    .dropdown-item:nth-child(1):hover .title-menu, .dropdown-item:nth-child(1) .title-menu .menu-block,
    .dropdown-item:nth-child(2):hover .title-menu, .dropdown-item:nth-child(2) .title-menu .menu-block,
    .dropdown-item:nth-child(3):hover .title-menu, .dropdown-item:nth-child(3) .title-menu .menu-block,
    .dropdown-item:nth-child(4):hover .title-menu, .dropdown-item:nth-child(4) .title-menu .menu-block {
        background-color: rgba(170, 176, 198, 0.15);
    }

    .dropdown-item:hover .title-menu h3 {
        color: #464855;
    }

    .dropdown-item:hover .title-menu a {
        color: #898ea2;
    }

    .subcategory-list li a {
        padding: 0.5rem 0;
        display: block;
        line-height: 16px;
    }

    .navbar .dropdown-item:focus, .dropdown-item:hover, .navbar .dropdown-item {
        padding: 0;
        margin: 0;
        border: none;
        min-width: 1rem;
        background-color: rgba(93, 93, 93, 0.04)
    }

    .subcategory-list {
        min-height: 20.5rem;
        overflow: auto;
    }

    .guides-wrapper .col-lg-4:nth-child(2) {
        border: none;
    }

    .news-list-wrap {
        margin-top: 1.625rem;
    }

    .show-more {
        margin-top: 0;
        margin-bottom: 2.25rem;
    }

    .employment-wrap .box {
        height: 20rem;
    }

    .employment-wrap, .contact-us, .planking-wrap, .brochures-wrapper, .resources-wrap {
        padding: 1.625rem 0 2.5rem;
    }

    .resources-wrap {
        padding: 1.625rem 0 4.5rem;
    }

    .specification-content {
        padding: 3.125rem 0;
    }

    .planking-wrap img {
        max-width: 320px;
    }

    .measure-table td, .measure-table th {
        padding: 0.5rem 0.5rem;
    }

    .accordion .card-body {
        padding-bottom: 2.625rem;
    }

    .glass-carousel .owl-nav.disabled {
        height: 10px;
    }

    .door-options-block {
        margin: 1.5rem auto 1rem;
    }

    .glass-accordion .door-options-block {
        margin: 1.4rem auto 0.8rem;
    }

    .glass-option {
        margin-top: 1.8rem;
    }

    .spec-list {
        display: block;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .spec-list > div {
        width: 100%;
        display: inline-block;
    }

    .navbar-filters .subcategory-list:before {
        top: -1.2rem;
    }

    .update-post-img {
        float: none;
    }

    .subcategory-list {
        padding: 0 2rem 1rem;
        min-height: 1px;
        overflow: auto;
    }

    .navbar-nav .dropdown:first-child .dropdown-menu > ul li:last-child .subcategory-list li {
        width: auto;
    }

    .navbar-nav .dropdown:first-child .dropdown-menu > ul li:last-child .subcategory-list {
        -webkit-columns: 1;
        columns: 1;
    }

    .select-door.door-carousel {
        margin-left: 0;
    }

    .shelf-accordion .door-options-block {
        justify-content: start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
    }

    .search-title form {
        width: auto;
    }

    #search_modal.modal {
        z-index: 9999;
    }

    #search_modal .modal-body {
        padding: 0 1rem 1rem;
    }

    .literature-box .door-buttons {
        position: absolute;
    }

    .literature-block .row {
        margin-top: 0;
    }

    .switch-checkbox .checkbox-custom {
        display: inline-block;
    }

    .test-result-wrap {
        margin: 0;
        padding: 0;
    }

    .series-wrap .descr {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .glass-option .accordions {
        max-height: 100%;
    }

    .frames-accordion .door-option {
        max-height: 100%;
    }

    .grains-wrap {
        padding-left: 4.4rem;
        padding-right: 4.4rem;
    }

    .series-banner {
        height: 29.5rem;
        padding-bottom: 0;
        padding-top: 6rem;
    }

    .nav-item .dropdown-menu.show {
        display: block;
        transform: translate(0, 0);
    }

    .resources-wrap .box {
        height: 16.875rem;
    }

    .share-block {
        border-top: 1px solid #eee;
        position: relative;
        top: 0;
        width: auto;
        padding: 0;
    }

    .share-block a {
        display: inline-flex;
        float: left !important;
    }

    .employment-page .box > div {
        height: auto;
    }

    .iframe-wrapper {
        width: 515px;
        height: 290px;
    }

    .door-options .specialities {
        bottom: -0.5rem;
        text-align: center;
        display: block;
        position: relative;
    }

    .door-options {
        padding-bottom: 3.125rem;
    }

    .dropdownBackground {
        display: none;
    }

    /*.top {*/
    /*    width: 100%;*/
    /*    perspective: none;*/
    /*}*/
    #shopify-account-register a.forgot-your-password {
        max-width: 560px;
        margin: 0 auto 30px;
    }

    .shopify-navbar-item {
        height: 4.25rem;
    }

    #shopify-navbar a {
        padding: 3px 15px;
    }

    .list-categories {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

@media (max-width: 920px) and (min-width: 768px) {
    .glass-accordion > .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .clavos-accordion .product-wrapper img {
        max-width: 7rem;
    }

    .map-description {
        font-size: 0.625rem;
    }

    #search_modal .modal-dialog, #modal-iframe-video .modal-dialog {
        max-width: 760px;
    }

    .navbar-filters .dropdown-menu {
        width: auto;
        min-width: 13.5rem;
    }
}

@media (max-width: 768px) {

    .banner-shadow {
        background: url('/images/banner-overlay/md-bg.png') repeat-x;
    }

    .covid-wrapper.content-container {
        padding-top: 8.5rem;
    }

    .navbar .navbar-nav > li#link_to_doorability {
        width: 100%;
    }

    .banner-text {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .video-description h2 {
        font-size: 1rem;
        line-height: 2rem;
    }

    .video-description p {
        line-height: 1.5rem;
        font-size: 1rem;
    }

    .copyright {
        font-size: 0.5rem;
    }

    .box {
        height: 12.875rem;
    }

    .box:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .box::after {
        display: none;
    }

    .main-block {
        padding-top: 5.125rem;
    }

    .video-description {
        padding: 4.25rem 0;
    }

    .product-banner-block {
        height: auto;
    }

    .title-door {
        font-size: 1.5rem;
    }

    .benefit-block .icon {
        margin: 0.875rem 0;
    }

    .title-glass {
        font-size: 0.625rem;
    }

    .door-buttons a {
        width: 49%;
        margin-right: 0;
    }

    .door-buttons a:first-child {
        margin-right: 1%;
    }

    .benefit-block {
        height: auto;
    }

    .benefit-block h5 {
        font-size: 0.8125rem;
    }

    .benefit-block:hover .descr, .benefit-block .descr {
        font-size: 0.75rem;
    }

    .product-wrapper h2, .glass-accordion .product-wrapper h2, .bars-accordion .product-wrapper h2 {
        font-size: 1.125rem;
    }

    .product-wrapper .descr, .glass-accordion .product-wrapper .descr {
        font-size: 0.75rem;
    }

    .transoms-block {
        display: block;
    }

    .transoms-block div:first-child {
        margin-bottom: 1.25rem;
    }

    .accessories-wrap .product-wrapper h2 {
        font-size: 1.25rem;
        padding-top: 2.4rem;
    }

    .shelf-accordion .product-wrapper h2 {
        padding-top: 1.3rem;
    }

    .shelf-accordion .product-wrapper, .shelf-accordion .product-wrapper.collapsed {
        height: inherit;
        min-height: 1px;
    }

    .shelf-accordion .product-wrapper img {
        max-width: 8rem;
        max-height: 13rem;
    }

    .grains-wrapper a {
        margin-bottom: 1rem;
    }

    .guides-wrapper {
        padding: 2.125rem 0;
    }

    .grains-wrapper a {
        margin-right: 0.5rem !important;
        width: 4rem;
    }

    .search-title form {
        width: auto;
        margin: 0 3rem !important;
    }

    .map-description, .spec-filters h6, .specification-filters h6, .navbar-filters .filter-item > a {
        font-size: 0.625rem;
    }

    .guides-wrapper .col-lg-4 {
        border: none;
    }

    .contact-list > div {
        border: none;
    }

    .contact-list > div:first-child {
        padding-top: 1.5rem;
    }

    .select-group .form-group {
        margin-bottom: 0rem;
    }

    .guides-tabs {
        margin: 3.125rem auto 2.25rem;
    }

    .needed-block {
        margin: 0 auto 2rem;
        width: 15.5rem;
    }

    .needed-block h3 {
        text-align: center;
    }

    .needed-block img {
        margin: auto;
        display: block;
    }

    .guides-tabs li a {
        padding: 0 1.5rem;
    }

    .contact-us .select-group {
        margin-bottom: 1.4rem !important;
    }

    .product-banner-block {
        height: auto;
    }

    .prod-banner-block, .accessories-bg .banner-text, .banner-text, .bars-bg .banner-text {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }

    .covid-wrapper .prod-banner-block, .covid-wrapper .accessories-bg .banner-text, .covid-wrapper .banner-text, .covid-wrapper .bars-bg .banner-text {
        padding-top: 5.125rem;
        padding-bottom: 5.125rem;
    }

    .prod-banner-block .title, .cont-wrapper h2, .title, .search-title h2 {
        font-size: 1.25rem;
    }

    .no-results-search {
        padding: 2rem 0 3rem;
    }

    .prod-banner-block .descr, .cont-wrapper .descr, .dealers-list .descr, .employment-wrap .box p, .banner-text .descr, .spec-description ul li a, .literature-block .descr {
        font-size: 0.75rem;
        line-height: 1.5;
    }

    .spec-description h6 {
        font-size: 0.75rem;
    }

    .products-block h2, .series-wrap h2, .accessories-wrap .product-wrapper h2, .dealers-list .box h2, .employment-wrap .box h2, .spec-description h2, .update-post h1, .literature-block .box h2 {
        font-size: 1.125rem;
    }

    .main-block .box .learn-more, .resources-wrap .box .learn-more {
        opacity: 1;
        position: relative;
        margin: auto;
        bottom: 0.5rem;
        left: auto;
    }

    .navbar-filters .dropdown-menu {
        width: auto;
        min-width: 13.5rem;
    }

    .navbar-filters .filter-item:last-child ul {
        transform: translate(-70%, 3rem) !important;
    }

    .spec-img {
        max-width: 7.25rem;
        min-width: 7.25rem;
    }

    .filtered-results li {
        font-size: 0.5rem;
        padding: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .delete-filter {
        font-size: 0.9rem;
        line-height: 0.6rem;
    }

    .navbar-filters > li {
        height: 3rem;
        padding: 0;
        margin-right: 1.5rem;
    }

    .navbar-filters .filter-item > a {
        line-height: 3rem;
    }

    .navbar-filters .dropdown-menu {
        top: 3rem;
        -webkit-transform: translateY(3rem) !important;
        -ms-transform: translateY(3rem) !important;
        transform: translateY(3rem) !important;
    }

    .navbar-filters > li.dropdown:hover .caret-dropdown {
        top: 3.25rem;
    }

    .spec-filters form {
        margin-top: 0.9rem;
    }

    .specification-content {
        padding: 0 0 1.875rem;
    }

    .specification-block {
        padding: 4.5rem 0 1.875rem;
        position: relative;
    }

    .spec-description h2 {
        margin-bottom: 1.875rem;
        position: absolute;
        left: 0;
        margin-top: -3rem;
    }

    .specification-block:first-child {
        padding-top: 4.5rem;
    }

    .spec-description {
        margin-left: 1rem;
    }

    .spec-filters .row {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-filters > li.dropdown .caret-dropdown {
        top: 3.2rem;
    }

    .updates-wrap .img-wrapper img {
        width: 100%;
        margin-left: 0;
        height: auto;
    }

    /*.updates-wrap .box > div:not(.img-wrapper) {*/
    /*position: absolute;*/
    /*bottom: 35px;*/
    /*top: auto;*/
    /*width: calc(100% - 10px);*/
    /*height: 4.5rem;*/
    /*position: absolute;*/
    /*}*/
    .share-block {
        margin-top: 1.125rem;
        padding-top: 1.75rem;
    }

    .update-post-img img {
        max-width: 100%;
    }

    .literature-box .door-buttons a {
        width: 9.375rem;
    }

    .literature-img, .liter-box .literature-img {
        max-width: 6.25rem;
        min-width: 6.25rem;
        max-height: 8.125rem;
        min-height: 8.125rem;
        margin-right: 15px;
    }

    .literature-block p.descr {
        height: 6.5rem;
        margin-bottom: 0;
    }

    .literature-box .door-buttons {
        position: relative;
        margin-top: 10px;
    }

    .literature-box {
        margin: 1rem;
    }

    .literature-filter > div {
        position: relative;
        overflow: auto;
        text-align: center;
        margin: auto;
    }

    .brochures-wrapper form {
        float: none;
    }

    .literature-block .row:first-child {
        margin-top: 0.75rem;
    }

    .literature-block .box-container {
        margin-bottom: 1.25rem;
    }

    .literature-block .row {
        margin-top: 1.125rem;
    }

    .literature-box .door-buttons a, .liter-box .door-buttons a {
        width: 100%;
    }

    .literature-box .literature-desc, .liter-box p.literature-desc {
        margin-left: 7.25rem;
    }

    /*.main-banner-block {*/
    /*height: 14rem;*/
    /*}*/
    .door-buttons .btn:nth-child(3) {
        margin-top: 0 !important;
    }

    .series-banner {
        height: auto;
        padding-bottom: 5rem;
    }

    #shopify-account-login a.forgot-your-password, #shopify-account-recover a.forgot-your-password, #shopify-account-register a.forgot-your-password {
        max-width: 560px;
        margin: 0 auto 30px;
    }

    #shopify-account-register, #shopify-account-login, #shopify-account-recover, #shopify-account-reset {
        max-width: 100%;
        margin: 0 20px;
    }

    .cart-header {
        padding: 40px 0 15px;
    }

    .cart-header h3 {
        font-size: 20px;
    }

    .line-items-wrap {
        padding: 15px;
    }

    .line-items-wrap .col-md-6 {
        align-self: start;
    }

    .line-items-wrap .col-8 {
        margin-left: 160px !important;
    }

    .item-row {
        padding-bottom: 15px;
    }

    .item-row h5 {
        font-size: 16px;
    }

    .quantity-input input.form-control {
        width: 34px;
        padding: 0;
        height: 34px;
    }

    .quantity-input button {
        padding: 3px 6px;
        height: 34px;
        width: 32px;
        max-width: 32px;
    }

    .price-column {
        justify-content: flex-start;
        padding-left: 0 !important;
    }

    .price-column .value {
        margin-bottom: 0;
        margin-top: 15px;
    }

    .item-row .remove-column, .item-row .col-3 {
        position: absolute;
    }

    .item-row .col-3 {
        left: 45px;
    }

    .b-sidebar.b-sidebar-right {
        width: calc(100% - 20px) !important;
        margin: 10px;
        height: calc(100% - 20px);
        border-radius: 3px;
        border: solid 1px rgba(0, 0, 0, 0.2);
    }

    .b-sidebar-body .img-thumbnail {
        max-width: 97px;
    }

    .summary {
        padding: 15px;
    }

    .summary .label, .summary .value {
        margin: 0px 0 15px;
    }

    .taxes-note {
        margin-bottom: 15px;
        text-align: center;
    }

    .summary-row .btn {
        width: 100%;
        line-height: 3;
    }

    #shopify-account .vue-phone-number-input .select-country-container[data-v-19c9a1c7] {
        width: 120px;
        min-width: 120px;
    }

}

@media (max-width: 768px) and (min-width: 576px) {
    #search_modal .modal-dialog, #modal-iframe-video .modal-dialog {
        max-width: 550px;
    }
}

@media (max-width: 576px) {
    .main-block {
        padding-top: 5rem;
        padding-bottom: 4rem;
    }

    .box {
        padding: 1rem 0rem;
    }

    .testimonials-block {
        padding: 5rem 0 4rem;
    }

    .quote {
        color: #9da4ff;
        font-size: 0.75rem;
    }

    .owl-nav {
        text-align: center;
        margin-top: 1.5rem;
    }

    .posts {
        display: none;
    }

    .news-block {
        padding: 5rem 0 2rem;
    }

    .copyright {
        margin-top: 0.7rem;
    }

    .series-wrap .descr {
        letter-spacing: 0;
        font-size: 0.75rem;
        line-height: 1.67;
        height: 5.2rem;
    }

    .series-wrap {
        height: 16.25rem;
        padding: 1.25rem 0 1.25rem 2rem;
    }

    .series-wrap .img-wrapper {
        max-width: 5rem;
        max-height: 13.625rem;
        min-width: 5rem;
        min-height: 13.625rem;
    }

    .series-wrap .text-block {
        padding-top: 3.25rem;
        margin: 0;
    }

    .door {
        height: 24rem;
    }

    .door img, .glass img {
        max-height: 100%;
    }

    .glass {
        top: 1.9rem;
        left: 2.9rem;
        height: 11.2rem;
    }

    .door-options, .glass-accordion .door-options, .bars-accordion .door-options, .frames-accordion .door-options {
        padding-left: 1rem;
        padding-right: 0.75rem;
    }

    .door-options .descr {
        line-height: 1.25rem;
    }

    .door-options button, .btn-how-to-apply {
        width: 5.3rem;
        /*margin-left: 0.5rem;*/
    }

    .door-buttons a {
        width: 48%;
    }

    .door-buttons .btn:nth-child(3) {
        width: 98%;
    }

    .glass-section h6, .sidelites h6, .transoms h6 {
        font-size: 0.625rem;
    }

    .door-option {
        padding-left: 2rem;
    }

    .door-series .door {
        height: auto;
    }

    .glass-block {
        width: 4.5rem;
        margin: 0 auto;
    }

    .glass-carousel .owl-prev {
        left: -14rem;
    }

    .arrow-glass-left, .arrow-glass-right, .arrow-glass-left:hover, .arrow-glass-right:hover {
        width: 1.5rem;
        height: 1.5rem;
        background-size: cover;
    }

    .glass-carousel .owl-next {
        right: -3rem;
    }

    .color-scale span {
        height: 1.3rem;
        width: 1.2rem;
        line-height: 1.3rem;
    }

    span.color-title {
        width: auto;
    }

    .door-wrapper {
        width: 25%;
    }

    .glass-accordion .product-wrapper, .frames-accordion .product-wrapper {
        height: auto;
    }

    .glass-accordion .img-wrapper, .frames-accordion .img-wrapper {
        margin: auto;
        max-width: 6rem;
        max-height: 6.375rem;
        min-width: 6rem;
        min-height: 6.375rem;
    }

    .glass-accordion .prod-arrow,
    .glass-accordion .product-wrapper.collapsed .prod-arrow,
    .frames-accordion .prod-arrow,
    .frames-accordion .product-wrapper.collapsed .prod-arrow {
        position: relative;
        bottom: 0;
        left: auto;
        right: auto;
        margin: auto;
        display: block;
        text-align: center;
    }

    .glass-accordion .product-wrapper .text-block, .frames-accordion .product-wrapper .text-block {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        text-align: center;
    }

    .bars-accordion .product-wrapper h2 {
        padding-top: 3.5rem;
    }

    .frames-accordion .door {
        height: auto;
    }

    .dealers-list .box > div:not(.img-wrapper) {
        padding: 1.5625rem 1.875rem;
    }

    .dealers-list .box-container {
        margin-bottom: 0.75rem;
    }

    .show-more button {
        width: 100%;
    }

    .frames-accordion .door-options {
        padding-left: 1rem !important;
    }

    .search-title .input-group-prepend i {
        display: none;
    }

    .dropdown-item .title-menu h3 {
        font-size: 0.875rem;
    }

    .dealers-list p.descr {
        height: 2.5rem;
    }

    .contacts {
        height: auto;
    }

    .search-list .box h2 {
        height: auto;
    }

    .search-list p.descr {
        height: auto;
    }

    .employment-wrap .box {
        height: auto;
        min-height: 15rem;
    }

    .btn-submit {
        width: 100%;
    }

    .subtitle-guides {
        font-size: 0.875rem;
    }

    .nav-tabs .nav-item {
        display: block;
        width: 100%;
    }

    .step-block .d-flex {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .step-block .d-flex img {
        margin: 0 auto;
        display: block;
    }

    .step-block .d-flex .mr-4 {
        margin-right: 0 !important;
    }

    .img-guide {
        display: block;
        margin: 0 auto 1rem;
    }

    .step-block .d-flex .img-guide.mr-4 {
        margin-right: auto !important;
    }

    .search-title form {
        margin: 0 !important;
    }

    .glass-carousel .owl-nav.disabled {
        margin-top: 0;
    }

    .close-slide.icon.close-slide {
        top: 1rem;
        right: 1rem;
    }

    .dealers-list .box-container {
        min-height: 1px;
    }

    .cont-wrapper {
        padding: 3.125rem 0 1.25rem;
    }

    #dealers-search-map > div {
        height: 500px !important;
    }

    .no-results-search p.descr {
        margin-bottom: 1rem;
    }

    .content-container, .covid-wrapper.content-container {
        /*padding-bottom: 1rem;*/
        padding-bottom: 0;
    }

    footer {
        height: auto;
        position: relative;
    }

    .door-carousel .owl-item, .select-door.door-carousel {
        height: 24rem;
    }

    .owl-carousel.door-carousel .owl-dots {
        right: -4.375rem;
    }

    .select-door.door-carousel {
        width: 17.75rem;
    }

    #search_modal.modal {
        z-index: 9999;
    }

    .field-literaturesearch-category_ids label {
        width: 49%;
    }

    .field-literaturesearch-category_ids label > span {
        width: 100%;
        display: block;
        margin-left: 0;
        padding: 0.4rem 0.5rem;
    }

    .field-literaturesearch-category_ids input[type="checkbox"]:checked + span .delete-filter {
        line-height: 0.6;
    }

    .img-hydroshield-small {
        float: none;
        display: block;
        margin: auto;
        text-align: center;
    }

    .grains-wrap {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .resources-wrap .box {
        height: 14.875rem;
    }

    .frames-accordion .product-sub-wrapper {
        flex-direction: column;
        width: 100%;
    }

    .frames-accordion .product-wrapper .descr {
        height: auto;
    }

    .iframe-wrapper {
        width: 315px;
        height: 177px;
    }

    .blog-subscribe-block {
        align-items: flex-start;
    }
    .blog-subscribe-block h2 {
        margin-bottom: 1rem!important;
    }
}

@media (max-width: 767px) {
    .products-block .col-xl-3, .products-block .col-xl-4, .series-wrap, .product-wrapper {
        border-right: none;
    }

    .filters-wrap > div:first-child {
        padding-bottom: 1rem;
        border-bottom: 1px solid #e2e3e9;
    }

    .filters-wrap {
        width: 100%;
    }

    .pf-door-frame .title {
        margin-top: 25px;
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .title-glass {
        font-size: 0.525rem;
    }

    .glass-carousel .owl-prev {
        left: -65%;
    }

    .bars-accordion .product-wrapper {
        height: 18.5rem;
    }

    .bars-accordion .product-wrapper img {
        max-height: 100%;
    }

    .navbar-filters > li {
        margin-right: 0.3rem;
    }

    .video-description {
        padding: 3.25rem 0;
    }

    .main-block .box {
        height: auto;
    }

    .guides-buttons a {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 380px) {
    .covid-wrapper.content-container {
        padding-top: 9.2rem;
    }

    .sidelites, .transoms {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sidelites h6, .transoms h6, .transoms-block p {
        text-align: center !important;
    }

    .transoms-block img, .sidelites-block {
        margin: 0 auto;
    }

    .glass-block {
        width: 3.5rem;
    }

    .glass-carousel .owl-nav {
        top: -6.5rem;
    }

    .door-wrapper {
        width: 33.3%;
    }

    .bars-accordion .door {
        height: 17rem;
    }

    .shelf-accordion .product-wrapper img {
        max-width: 5rem;
    }

    .guides-buttons {
        padding: 0;
    }

    .navbar-filters > li {
        margin-right: 0.15rem;
    }

    .select-door.door-carousel {
        width: 15.75rem;
    }

    .shelf-accordion .door-options-block {
        justify-content: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
    }

    .door-carousel .door {
        margin: 0;
    }

    .owl-carousel.door-carousel .owl-dots {
        right: -2rem;
    }

    .iframe-wrapper {
        width: 260px;
        height: 145px;
    }
}

@media (max-width: 340px) {
    .series-wrap .text-block {
        padding-top: 1rem;
    }

    .door-option {
        padding-left: 0;
        text-align: center;
        margin: 1.25rem auto 0;
    }

    .door-options button, .btn-how-to-apply {
        width: 5rem;
    }

    .color-scale span {
        height: 1rem;
        width: 1rem;
        line-height: 1rem;
    }

    span.color-title {
        width: auto;
    }

    .glass-accordion .product-wrapper, .frames-accordion .product-wrapper {
        height: auto;
        padding: 1.5rem 0.875rem;
    }

    .dealer-map {
        width: 98%;
        margin-right: 1%;
        margin-left: 1%;
    }

    .check-wrap .label {
        font-size: 0.65rem;
    }

    .frames-accordion .door-option {
        padding-right: 1.25rem !important;
    }

    .dropdown-menu > ul li:last-child .subcategory-list li {
        width: 6.6rem;
    }

    .planking-wrap img {
        max-width: 280px;
        margin: auto;
    }

}

@media (max-height: 900px) and (min-width: 992px) {
    .dropdown-menu > ul {
        height: calc(100vh - 11rem);
        display: -webkit-box;
        overflow-y: auto;
    }

    .navbar .dropdown-item:focus, .dropdown-item:hover, .navbar .dropdown-item {
        overflow: initial;
    }

    .navbar-nav > li:nth-child(4) .subcategory-list {
        min-height: 38.5rem;
    }

    .dropdown-menu > ul::-webkit-scrollbar-track {
        border-radius: 3px;
        background-color: #eaecf4;
    }

    .dropdown-menu > ul::-webkit-scrollbar {
        width: 4px;
        border-radius: 3px;
    }

    .dropdown-menu > ul::-webkit-scrollbar-thumb {
        background-color: #cbced8;
        border-radius: 3px;
        width: 4px;
    }
}
