

/* Start:/resources-and-tools/tools-and-calculators/rockfacade-colours/assets/css/facade.css?175948218030269*/
@font-face {
    font-family: Avenir Next Cyr;
    src: url(/resources-and-tools/tools-and-calculators/rockfacade-colours/assets/css/../fonts/AvenirNextCyr-Medium.woff2) format("woff2"),url(/resources-and-tools/tools-and-calculators/rockfacade-colours/assets/css/../fonts/AvenirNextCyr-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Avenir Next Cyr;
    src: url(/resources-and-tools/tools-and-calculators/rockfacade-colours/assets/css/../fonts/AvenirNextCyr-Demi.woff2) format("woff2"),url(/resources-and-tools/tools-and-calculators/rockfacade-colours/assets/css/../fonts/AvenirNextCyr-Demi.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Avenir Next Cyr;
    src: url(/resources-and-tools/tools-and-calculators/rockfacade-colours/assets/css/../fonts/AvenirNextCyr-Bold.woff2) format("woff2"),url(/resources-and-tools/tools-and-calculators/rockfacade-colours/assets/css/../fonts/AvenirNextCyr-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

*, :after, :before {
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

#facade-page svg {
    stroke-width: 0;
}

.container{margin-bottom: 4rem;}
.container.download{margin-top:8rem;margin-bottom: 4rem;}

.facture-option{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.facture-options h6{
    padding-bottom: 0;
    margin-bottom: 0;
}
.facture-options{
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    margin-top: 0.5rem;
}
.facture-option img{
    margin-right: 1rem;
    margin-top: 2px;
    width: 17px;
}
.facture-option .active{
    color: var(--primary-color);
}
.facture-option:hover div{
    color: var(--primary-color);
}
.facture-option-img{
    display: flex;
}
.blue-text{
    color:#00638e;
}
.red-text{
    color:var(--primary-color);
}
.text-left{
    text-align: left!important;
}
.small-desc{
    font-size: 0.9rem;
    line-height: 1.2;
    color: var(--muted-text-color);
}
.colors-header{
    padding:4rem 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
}
.colors-header__left-block{
    width: 48%;
}
.colors-header__right-block{
    width: 47%;
    position: relative;
    font-size: calc((0.9vw + 0.7vh)/2);
}
.colors-header__h1{
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: 3rem;
}
.colors-header__desc{
    font-size: 1.5rem;
    line-height: 1.2;

}
.colors-header__building-main-img{
    border-radius: 10px;
    width: 100%; 
}
.colors-header__building{
    position: relative;
}
.building-main-block{
     position: relative;
}
.building-main-block.b1 .preview__svg{
    top: 0%;
    left: 19%;
    width: 79.3%;
}
.building-main-block.b2 .preview__svg{
    top: 27.3%;
    left: 10.2%;
    width: 79.4%;
}
.building-main-block.b3 .preview__svg{
    top: 7.5%;
    left: 13.5%;
    width: 79.4%;
}
.building-main-block.b4 .preview__svg{
    top: 20.2%;
    left: 8.4%;
    width: 89%;
}
.building-main-block.b5 .preview__svg{
    top: 5.9%;
    left: 8.4%;
    width: 91.1%;
}
.building-main-block.b6 .preview__svg{
    top: 21.5%;
    left: 2.45%;
    width: 94.7%;
}
.preview__svg {
    position: absolute;
}
.preview__svg, .preview__svg #st0, .preview__svg #st1, .preview__svg #st2, .preview__svg #st3 {
    opacity: .75;
    transition: all 0.3s ease-out;
}
.preview__svg #st0, .preview__svg #st1, .preview__svg #st2, .preview__svg #st3 {
    fill: inherit;
}
.colors-header__building-colors{
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    margin-top: 1rem;
    
}
.color-block{
    flex: 0 0 calc((100% - 1rem* 2)/ 3);
    position: relative;
    height: 50px;
    background: #e0e0e0;
    border-radius: 5px;
    transition: all 0.3s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.color-block-name{
    width: 100%;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.2em;
}
.building-header{
    margin-bottom: 5rem;
}
.building-header__h1{

}
.building-header__desc{
    font-size: 2.5rem;
    color:#3A4751;
}
.building-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
}
.building-block__left{
    width: 33%;
    padding-right: 4rem;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 2rem;
    flex-direction: column;
}

.building-block__right{
    width: 60%;
}

.color-info__block{
    display: flex;
    flex-wrap: nowrap;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
}
.color-info__title{
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.color-info__color-block{
    height: 100%;
    border-radius: 10px;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    print-color-adjust: exact;
}
.color-info__color-block:hover div{
    opacity: 1;
}
.color-info__color-block div{
    transition: all .4s ease;
    opacity: 0;
}
.info-main-color{
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}
.info-hex-color{
    font-size: 0.9rem;
    font-weight: 400;
    color: #464646;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
}
.info-rgb-color{
    font-size: 0.9rem;
    font-weight: 400;
    color: #464646;
    margin-bottom: 0.8rem;
}
.info-rnd{
    font-size: 0.9rem;
    font-weight: 400;
    color:var(--primary-color);
    cursor: pointer;
}

.title-block{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
}
.title-block__title{
    width: 50%;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    font-size: var(--font-size-ml);
}
.title-block__desc{
    width: 40%;
}

.facture-title-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
    align-items: center;
    column-gap: 2rem;
    flex-wrap: wrap;
}
.facture-title-block__title{
    line-height: 1;
    width: 55%;
    font-size: var(--font-size-ml);
}
.facture-title-block__desc{
    margin-top: 1rem;
    font-size: var(--font-size-m);
}

.tip{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all .4s ease;
    transform: translate(0%,-50%);
    font-size: 0.9rem!important;
}
.facture-square:hover .tip{
    opacity: 1;
    font-size: 0.9rem!important;
}

.facture-block__title{
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    flex-basis: 100%;
}
.facture-square-block{
    flex-basis: 40%;
}

.facture-block-items{
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 4rem;
}
.facture-block__item{
    flex: 0 0 calc((100% - 3rem * 2)/ 3);
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2rem;
    column-gap: 3rem;
    row-gap: 4rem;
}
.facture-block__content{
    display: flex;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 0.5rem;
    flex-wrap: wrap;
}
.facture-info{
    flex-basis: 50%;
}
.facture-info-desc{
    font-size: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    flex-basis: 100%;
}
.facture-square{
    width: 145px;
    height:145px;
    position: relative;
    cursor: pointer;
}
.facture-square img{
    border-radius: 5px;
    width: 100%;
}
.facture-square-bg{
    position: absolute;
    height: 100%;
    width: 100%;
    left:0;
    top:0;
    opacity: 0.65;
    border-radius: 5px;
}

.download-title-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
    align-items: center;
    column-gap: 2rem;
}

.download-block__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: left;
    margin-bottom: 1rem;
    align-items: center;
    column-gap: 3rem;
}

.building-module{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8rem;
}

.js-modal .modal__inner img {
    height: auto;
    max-width: 100%;
}

.download-title-block__title{
    line-height: 1;
    width: 45%;
    font-size: var(--font-size-ml);
}
.modal-panel{
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    margin-bottom: 3rem;
    align-items: end;
        align-items: center;
}
.modal-panel__item{
    flex: 0 0 calc((100% - 2rem * 2)/ 3);
    position: relative;
}
.modal-panel__item h3{
    line-height: 1;
    padding-bottom: 0;
        font-size: var(--font-size-ml);
}

.modal-panel .textfield input:not(:focus):placeholder-shown+span, .modal-panel .textfield textarea:not(:focus):placeholder-shown+span{
        top: 22px;
}

.modal-panel__item .select-react{
    margin: 0;
}
#modal-colors .modal__inner{
    max-height: 85vh;
    overflow: hidden;
}
#modal-colors .modal__body{
    padding: 0!important;
}
.no-results{
    font-size: 3rem;
    text-align: center;
    padding: 5rem 0;
}
.modal-colors{
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    grid-gap: 1rem;
    
}
.modal-block{
    overflow-x: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}.modal-block.facture{
    overflow-x: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.modal-color{
    aspect-ratio: 1 / 1;
    background: #f5f5f5;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 1rem 0;
    font-size: 0.9rem;
    flex: 1;
    position: relative;
    cursor: pointer;
}
.modal-facture{
    margin-bottom: 2.5rem;
}

.modal-factures {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    grid-gap: 2rem;
    margin-top:1rem;
}
.modal-facture-name{
    font-size: 0.8rem;
    margin-top: 0.5rem;
}
.modal-facture h4{
    font-size: var(--font-size-l);
}
.modal-facture-item {
    aspect-ratio: 1 / 1;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    font-size: 1.3rem;
    flex: 1;
    position: relative;
    cursor: pointer;
}
.modal-facture-item img{
    border-radius: 5px;
}
#modal-colors .select-react__single-value{
    line-height: 1.4;
}
#modal-colors .select-react__control{
    -ms-flex-align: center;
    align-items: center;
}
.modal-search{
    border: 0;
    line-height: 1.4;
    font-weight: 500;
    padding: 0;
    padding-block: 0px;
    margin: 0;
    outline: none;
}
.modal-select__option{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background: rgba(0,0,0,0);
    display: block;
    font-weight: 500;
    line-height: 1.15;
    padding: 2rem;
    -webkit-transition: background-color .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: background-color .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

}
.modal-select__option:hover{
    background-color: rgba(0,0,0,.031372549);
}
.download-block{
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2rem;
    column-gap: 3rem;
    row-gap: 4rem;
    padding: 3rem 4rem 2.5rem;
    background: #fff;
    margin-bottom: 8rem;
}
.download-block__item{
    flex: auto;
    position: relative;
}
.download-block__item-content{

}
.download-block__item-title{
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.building-module__building-grid{
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2rem;
    column-gap: 3rem;
    row-gap: 4rem;
}

.building-module__building{
    flex: 0 0 calc((100% - 3rem * 2)/ 3);
    position: relative;
    cursor: pointer;
}

.building-module__building a {
    color:#212121;
    text-decoration: none;
}

.building-module__building a:hover .building-module__building-name, .building-module__building a:hover{
    color:var(--primary-color);
    text-decoration: none!important;
}

.building-module__building-bg{
    aspect-ratio: 3 / 2;
    background: #f5f5f5;
    border-radius: 10px;
    background-size: cover;
}
.building-module__building-name{
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1rem;
    color: var(--main-text-color);
}
.building-module__building-desc {
    font-weight: 400;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    color: var(--muted-text-color);
}
.building-module__building-desc b{
    color: var(--main-text-color);
}

#pdf .typography-h2, #pdf .typography-h3,#pdf .typography-h4 {
    font-weight: 700;
    letter-spacing: -.02em;
}
#pdf .h4gray {
    font-family: Avenir Next Cyr,sans-serif;
    color: #494d51;
    font-weight: 500;
    padding-top: 0.5rem;
    font-size: 1.4rem;
    line-height: 1.2;
}
#pdf .typography-h2 {
    font-size: 1.4rem;
    padding-top: 0;
}
#pdf .typography-h3 {
    font-size: 1.5rem;
    padding-top: 0;
    padding-bottom: 1rem;
}
#pdf img{width: 100%;margin-top:0.5rem;}
#pdf .typography-h5 {
    font-size: 1rem;
    padding-top: 0;
    font-family: Avenir Next Cyr,sans-serif;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

#pdf .color-info__block{
    flex-wrap: wrap;
}

#pdf .building-block__left-color-info{
    padding: 10px;
}

#pdf table {
    table-layout: fixed;
    width: 100%;
}
#pdf table tr:nth-child(2n+1) {
    background-color: #ffffff;
}

#pdf .color-info__title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: Avenir Next Cyr,sans-serif;
}
#pdf .info-main-color{
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-family: Avenir Next Cyr,sans-serif;
    letter-spacing: -.02em;
}
#pdf .color-info__color{
    width: 100%;
    height: 90px;
}
#pdf .h1{
    color:var(--primary-color);
    font-weight: bold;
    font-size: 2rem;
    padding: 0;
}
#pdf small b{
    font-family: Avenir Next Cyr,sans-serif;
    font-weight: 600;
}

#pdf .moreinfopdf{
    background: #f8f8f8;
    padding: 24px;
    margin-top: 3rem;
}

#pdf .moreinfo-container{
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2rem;
    column-gap: 3rem;
    row-gap: 4rem;
}
#pdf .moreinfo-item{
    flex: auto;
    position: relative;
} 


@media (max-width: 767px) {
    .colors-header, .colors-module{
        flex-wrap: wrap;
    }
    .colors-header__left-block,.colors-header__right-block, .colors-module__left-block, .colors-module__right-block {
        width: 100%;
    }
    .colors-module__right-block{
        padding: 0;
        margin-top:2rem;
    }
    .colors-header__right-block{
        font-size: 1rem;
        margin-top: 2rem;
    }
    .colors-header__colorblock-code {
        font-size: 1.2rem;
    }
    .colors-header__colorblock1 {   
        top: -4%;
        left: 15%;
        width: 110px;
        max-width: 110px;
        font-size: 1.4em;
    }
    .colors-header__colorblock2 {
        top: 40%;
        left: 75%;
        max-width: 100px;
        width: 100px;
        font-size: 1.2em;
    }
    .colors-header__colorblock3 {
        top: 78%;
        left: -6%;
        max-width: 90px;
        width: 90px;
        font-size: 1em;
    }
    .title-block{
        flex-wrap: wrap;
        row-gap: 1rem;

    }
    .title-block__title, .title-block__desc{
        width: 100%;
    }
    .download-title-block{
        flex-wrap: wrap;
        row-gap: 1rem;
    }
    .download-title-block__title, .download-title-block__desc{
        width: 100%;
    }
    .download-block__item{
        width: 100%;
        flex: auto;
    }
    .building-block{
        flex-wrap: wrap;
        row-gap: 3rem;
        flex-direction: column-reverse;
    }
    .building-block__right{
        width: 100%;
    }
    .building-block__left{
        width: 100%;
    }
    .color-info__title {
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
    }
    .info-main-color {
        font-size: 1.3rem;
        margin-bottom: 0.8rem;
    }
    .info-hex-color {
        font-size: 1.1rem;
        margin-bottom: 0.4rem;
    }
    .modal-panel__item.title{
        flex: auto;
        width: 100%;
    }
    .modal-panel__item h3{
        margin-top:0;
        margin-bottom: 1rem;
    }
    .building-module__building-name {
        font-size: 1.8rem;
        margin-top: 0.5rem;
    }
    .building-module__building-desc {
        font-size: 1.4rem;
        margin-top: 0.5rem;
    }

    .building-module__building-grid {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        row-gap: 3rem;
    }

    .building-module__building {
        flex: 0 0 calc((100% - 1rem * 2)/ 2);
        position: relative;
        cursor: pointer;
    }
    .facture-title-block__title{
        width: 100%;
    }
   
}

.modal-panel__item .select__control{
        border-color: var(--border-color);
}

@media print {
    header, footer, .O1-1-header, .O2-footer, .globalClass_f403, .noprint { display: none; }
    .color-info__color-block{
        -webkit-print-color-adjust: exact;
        width:150px;

    }
}

.js-modal{
    opacity: 0;
    visibility: hidden;
}

.info-modal {
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.0784313725);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.0784313725);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    padding: 4rem 2rem 2rem;
    position: relative;
    text-align: left;
    width: 43rem;
}

#modal-colors .modal__body {
    padding: 0 !important;
}
.js-modal .modal--show {
    opacity: 1;
    visibility: visible;
}
@media screen and (min-width: 768px) {
    .js-modal .modal__body {
        padding-bottom: 10rem;
        padding-top: 10rem;
    }
}
.js-modal .modal__body {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    padding: 7.5rem 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
    visibility: hidden;
    width: 100%;
    z-index: 2001;
}

.js-modal .modal--show .modal__inner {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible;
    background: #fff;
}
.js-modal .modal__inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: auto;
    opacity: 0;
    position: relative;
    text-align: center;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1030;
}
.js-modal .modal__overlay {
    background: rgba(206, 206, 206, 0.9490196078);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.5s linear;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.5s linear;
    visibility: hidden;
    width: 100%;
    z-index: 2000;
}

.modal--open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 95;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.modal--open .modal__overlay {
    opacity: 1;
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    visibility: visible;
    z-index: 2000;
}

.js-modal .modal__inner {
    max-width: 46.75rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}
.js-modal .modal__inner {
    margin-left: auto;
    margin-right: auto;
    min-width: 37.5rem;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .info-modal {
        padding: 5rem 3rem 3rem;
    }
}
@media screen and (min-width: 1200px) {
    .info-modal {
        width: 44rem;
    }
}




@media screen and (min-width: 768px) {
   .js-modal .modal__inner {
        max-width: 50rem;
        padding-left: 5.5rem;
        padding-right: 5.5rem;
    }
}

@media screen and (min-width: 992px) {
    .js-modal .modal__inner {
        max-width: 65rem;
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media screen and (min-width: 1200px) {
   .js-modal .modal__inner {
        max-width: 70rem;
        padding-left: 5rem;
        padding-right: 5rem;
    }
}

@media screen and (min-width: 768px) {
    .info-modal .modal__close {
        right: 1rem;
        top: 1rem;
    }
}
.info-modal .modal__close {
    border: none;
    margin: 0;
    right: 0;
    top: 0;
}
.js-modal .modal__close {
    -webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1031;
}
@media screen and (min-width: 1200px) {
    .js-modal .modal__close, .modal-multi-selector__close {
        margin-right: -70rem;
    }
}
@media screen and (min-width: 992px) {
    .js-modal .modal__close, .modal-multi-selector__close {
        margin-right: -58.5rem;
    }
}
@media screen and (min-width: 768px) {
    .js-modal .modal__close, .modal-multi-selector__close {
        margin-right: -42.5rem;
        top: 4rem;
    }
}
.js-modal .modal__close, .modal-multi-selector__close {
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    height: 2rem;
    right: 2rem;
    top: 2rem;
    width: 2rem;
    z-index: 10;
}
.js-modal .modal__close, .modal-multi-selector__close {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.modal__close {
    z-index: 9999 !important;
}

.js-modal .modal__close:after, .js-modal .modal__close:before, .modal-multi-selector__close:after, .modal-multi-selector__close:before {
    background: var(--primary-color);
    bottom: 0;
    content: "";
    display: block;
    height: 0.1rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    width: 1.76rem;
}
.js-modal .modal__close:after, .modal-multi-selector__close:after {
    -webkit-transform: translate3d(2.5px, -0.7125rem, 0) rotate(45deg);
    transform: translate3d(2.5px, -0.7125rem, 0) rotate(45deg);
    -webkit-transform: translate3d(2.5px, calc(-50% - 0.5875rem), 0) rotate(45deg);
    transform: translate3d(2.5px, calc(-50% - 0.5875rem), 0) rotate(45deg);
}
.js-modal .modal__close:before, .modal-multi-selector__close:before {
    -webkit-transform: translate3d(2.5px, 0.7125rem, 0) rotate(-45deg);
    transform: translate3d(2.5px, 0.7125rem, 0) rotate(-45deg);
    -webkit-transform: translate3d(2.5px, calc(50% + 0.5875rem), 0) rotate(-45deg);
    transform: translate3d(2.5px, calc(50% + 0.5875rem), 0) rotate(-45deg);
}





.toastjs-container{position:absolute;position:fixed;bottom:30px;left:30px;width:calc(100% - 60px);max-width:400px;transform:translateX(-150%);transition:transform 1s;z-index:100}.toastjs-container[aria-hidden=false]{transform:translateX(0)}.toastjs{background:#fff;padding:10px 15px 0;border-left-style:solid;border-left-width:5px;border-radius:4px;box-shadow:0 2px 5px 0 rgba(0,0,0,.2)}.toastjs.default{border-left-color:#AAA}.toastjs.success{border-left-color:#2ECC40}.toastjs.warning{border-left-color:#FF851B}.toastjs.danger{border-left-color:#FF4136}.toastjs-btn{background:#f0f0f0;padding:5px 10px;border:0;border-radius:4px;font-family:'Source Sans Pro',sans-serif;font-size:14px;display:inline-block;margin-right:10px;margin-bottom:10px;cursor:pointer}.toastjs-btn--custom{background:#323232;color:#fff}.toastjs-btn:focus,.toastjs-btn:hover{outline:0;box-shadow:0 2px 5px 0 rgba(0,0,0,.2)}
.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mt-6,.my-6{margin-top:4rem!important}.mt-7,.my-7{margin-top:5rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.mb-6,.my-6{margin-bottom:4rem!important}.mb-7,.my-7{margin-bottom:5rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}
/* End */
/* /resources-and-tools/tools-and-calculators/rockfacade-colours/assets/css/facade.css?175948218030269 */
