/* ---- CSS des pages "produit" ---- */

/* -- Produit simple -- */

h1{
    margin-bottom: 15px;
    display: inline-block;
    font-size: 35px;
}

#ctaBlock{
    margin-top: 40px;
    display: block;
}

    #ctaBlock p{
        margin: 18px 0;
        margin-bottom: 23px;
        font-size: 15px;
    }

.blockLink+.blockLink{
    margin-left: 17px;
}

#assetsBlock{
    margin-top: 73px;
}

#iconAssetsBlock{
    width: 110px;
}

    #assetsBlock h2{
        margin-bottom: 30px;

    }
        #assetsBlock h2:first-letter{
           
            text-transform: capitalize;
        }

    #iconAssetsBlock .assetItself{
        width: 100%;
        border: 1px solid #dbdbdb;
        padding-bottom: 100%;
        position: relative;

        -webkit-border-radius: 55px;
        -moz-border-radius: 55px;
        border-radius: 55px;
    }

        #iconAssetsBlock .lineBetweenAssets{
            display: block;
            width: 1px;
            height: 49px;
            background-color: #dbdbdb;
            margin: auto;
        }

    .assetItself img{
        width: 46px;
        height: auto;
    }

    .assetText{
        display: block;
        height: 110px;
        margin-bottom: 56px;
        overflow: hidden;
    }

#assetsBlock .inlineBlockTop+.inlineBlockTop{
    width: 370px;
    margin-left: 21px;
}

    #assetsBlock .inlineBlockTop h3{
        margin-top: 4px;
    }

    #assetsBlock .inlineBlockTop+.inlineBlockTop p{
        font-size: 15px;
        line-height: 160%;
        text-align: justify;
    }

/* Partie du dessus, droite */

.halfTopProduct{
    float: right;
    text-align: center;

    width: -webkit-calc(100% - 633px);
    width: -moz-calc(100% - 633px);
    width: calc(100% - 633px);
    margin-left: 60px;
}

    .halfTopProduct+.halfTopProduct{
        width: 570px;
        margin-left: 0;
        text-align: left;
    }

.mainBlock{
    width: 75%;
    height: 0;
    padding-bottom: 72%;
    display: inline-block;
    position: relative;
    border: 1px solid #ebebeb;

    margin-top: 157px;

    transform: rotate(14deg) scale(1) skew(1deg) translate(0px);
    -webkit-transform: rotate(14deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(14deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(14deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(14deg) scale(1) skew(1deg) translate(0px);
}

    .correctionRotate{
        transform: rotate(-14deg) scale(1) skew(1deg) translate(0px);
        -webkit-transform: rotate(-14deg) scale(1) skew(1deg) translate(0px);
        -moz-transform: rotate(-14deg) scale(1) skew(1deg) translate(0px);
        -o-transform: rotate(-14deg) scale(1) skew(1deg) translate(0px);
        -ms-transform: rotate(-14deg) scale(1) skew(1deg) translate(0px);
    }

.productImage{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    margin: auto;

    max-width: 71%;
    height: auto;
}

.showSwitch, .decoration{
    position: absolute;
    top: -142px;
    right: -1px;

    text-decoration: none;
    text-align: center;

    display: block;
    width: 140px;
    height: 140px;
    border: 1px solid #ebebeb;
}

    .showSwitch+.showSwitch{
        right: -142px;
        top: -1px;
    }

    .showSwitch:hover, .showSwitch.selectedSwitch{
        background-color: #ccbaaa;
        border: 1px solid #ccbaaa;
    }

    .decoration{
        top: auto;
        bottom: -142px;
        right: auto;
        left: -1px;
        opacity: 0.9;
    }

        .decoration+.decoration, .moreSamples .decoration{
            bottom: -1px;
            top: 0;

            left: -142px;
        }

.patchworkSpan{
    width: 78px;
    height: 73px;
    background-image: url('https://www.mon-pave.fr/templates/interblocs/resources/patchworkSprite.png');
}

    .showSwitch:hover .patchworkSpan, .showSwitch.selectedSwitch .patchworkSpan{
        background-position: 78px 0;
    }

.blocSpan{
    width: 92px;
    height: 76px;
    background-image: url('https://www.mon-pave.fr/templates/interblocs/resources/blocSprite.png');
    background-position: 92px 0;

    transform: scale(0.82);
    -webkit-transform: scale(0.82);
    -moz-transform: scale(0.82);
    -o-transform: scale(0.82);
    -ms-transform: scale(0.82);
}

    .showSwitch:hover .blocSpan, .showSwitch.selectedSwitch .blocSpan{
        background-position: 0 0;
    }

.availableColor{
    position: absolute;
    right: -130px;
    bottom: -9px;

    width: 100px;
    height: 100px;
}

    .availableColor img{
        width: auto;
        height: auto;
        z-index: 20;
    }

    .availableColor+.availableColor{
        bottom: 111px;
    }

    .borderThing{
        width: 80%;
        height: 80%;
        border: 1px solid #dfdfdf;
    }

#moreColors{
    border: 1px solid #e6e6e6;
    text-align: center;
    width: 160px;
    height: 150px;
    display: block;

    position: absolute;
    right: -123px;
    bottom: -187px;
}

#moreColors, #moreColors *{
    text-decoration: none;
    font-size: 16px;
}

    #moreColors h3{
        width: 85%;
        height: 50px;
        line-height: 150%;
        font-size: 15px;
    }

    #moreColors h3{
        color: #ff510d;
    }

    #moreColors:hover{
        border: 1px solid #ccbaaa !important;
    }

        #moreColors:hover h3{
            color: #ff7211;
        }

/* Block réalisation */

#realisationBlock{
    margin-top: 70px;
}

.containerRows{
    border-top: 27px solid #ae9b8d;
    border-bottom: 27px solid #ae9b8d;
    margin-top: -61px;
}

#realisationTitle{
    display: block;
    width: 360px;
    text-align: center;
    margin: auto;
    text-decoration: none;
}

    #realisationTitle span{
        text-transform: uppercase;
        color: #bfac9f;
        font-size: 16px;
        font-weight: 400;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        z-index: 10;
    }

    #realisationTitle img{
        display: inline-block;
        margin: 0 -24px;
        vertical-align: middle;
        position: relative;
        top: -24px;
    }

        #realisationTitle:hover img{
            top: -33px;
        }

.realisationRow{
    display: block;
    margin: 0;
    margin-bottom: -2px;
    width: 100%;
    height: 217px;
    overflow: hidden;
    white-space: nowrap;
}

    .realisationRow+.realisationRow a:first-child{
        margin-left: -200px;
    }

    .realisationRow a{
        margin: -4px;
        height: 230px;
        width: auto;
        vertical-align: top;
        display: inline-block;
    }

        .realisationRow a img{
            height: 230px;
            width: auto;
        }

/* - Block - */

#specsBlock{
    margin: 60px 0;
}

#fakeTable{
    margin-top: 20px;
}

    #fakeTable li{
        position: relative;
    }

.titleLine{
    padding: 13px;
    background-color: white;
    color: #8d8d8d;
    font-size: 16px;
    line-height: 21px;
    height: 100%;
    vertical-align: top;
    display: inline-block;
    width: 255px;
    margin-right: -3px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

    li:nth-child(even) .titleLine{
        background-color: #f6f3f1;
    }

.containerLines{
    display: inline-block;
    vertical-align: top;
    margin-left: 255px;
    width: -webkit-calc(100% - 256px);
    width: -moz-calc(100% - 256px);
    width: calc(100% - 256px);
}

 .containerLines span{
     padding: 13px;
     min-height: 48px;
     display: inline-block;
     width: 100%;
     border-left: 1px solid #e6e6e6;
     border-right: 1px solid #e6e6e6;

     color: #8d8d8d;
     font-size: 16px;

     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }

     li:first-child .containerLines span{
         border-top: 1px solid #e6e6e6;
     }

    li:last-child .containerLines span{
        border-bottom: 1px solid #e6e6e6;
    }

.ctaRight{
    text-align: right;
    margin-top: 25px;
}

/* -- Spécificités popup --*/

.containerChoix{
    border: 1px solid #cccccc;
    width: 105px;
    height: 105px;
    position: relative;
    margin-right: 25px;
    margin-top: 9px;
    display: inline-block;
}

    .containerChoix:last-child{
        margin-right: 0;
    }

    .containerChoix:hover{
        border: 1px solid #ff5d10;
        cursor: pointer;
    }

        .containerChoix img{
            max-width: 66px;
            height: auto;
        }

    .containerChoix .checkBlock{
        position: absolute;
        right: -2px;
        bottom: 10px;

        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
    }

.containerChoix label{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 300;
    cursor: pointer;
}

.popupItself#samplePart2 h3 {
    margin-bottom: 22px;
}

#samplePart3{
    height: 335px;
}

#samplePart3 h2{
    line-height: 120%;
}



/* Corrections post-intégration */

.innerPopup .inputContainer select {
    width: 384px !important;
}


/* Mode "plus de coloris" */

.moreSamples #moreColors{
    border: 1px solid #e6e6e6;
    text-align: center;
    width: 140px;
    height: 140px;
    display: block;

    position: absolute;
    right: -142px;
    bottom: -1px;
}

.moreSamples .availableColor{
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: inline-block;

    width: 106px;
    height: 105px;
    cursor: pointer;
}

    .moreSamples .availableColor:hover .borderThing{
        border: 1px solid #ccbaaa;
    }

    .moreSamples .availableColor img {
        width: 58px;
    }

.sampleBlock{
    text-align: right;
    position: absolute;
    right: -10px;

    top: -webkit-calc(100% + 14px);
    top: -moz-calc(100% + 14px);
    top: calc(100% + 14px);
}


/* Corrections bouton "Contactez-nous" */

.blockLink.contactUs{
    margin-left: 0;
}

    .blockLink.contactUs .fa{
        font-size: 22px;
        left: 12px;
    }

#ctaBlock p{
    line-height: 160%;
}

/* Duo input */

.halfInputContainer{
    display: inline-block;
    width: -webkit-calc(50% - 68px);
    width: -moz-calc(50% - 68px);
    width: calc(50% - 68px);
    margin-right: -4px;
    position: relative;
}

    .halfInputContainer.specialHalfInputContainer{
        width: -webkit-calc(40% - 68px);
        width: -moz-calc(40% - 68px);
        width: calc(40% - 68px);
    }

        .halfInputContainer.specialHalfInputContainer+.specialHalfInputContainer{
            width: -webkit-calc(60% - 68px);
            width: -moz-calc(60% - 68px);
            width: calc(60% - 68px);
        }

    .halfInputContainer input{
        width: 100%;
    }

/* Breadcrumb page */

#productBreadcrumb{
    position: relative;
    top: 3px;
    margin-left: 5px;
    border-bottom: 1px dashed #cbcbcb;
    padding-bottom: 11px;
    padding-right: 6px;
    display: inline-block;
}

#productBreadcrumb a{
    display: inline-block;
    padding: 5px 15px;
    font-size: 13px;
    text-decoration: none;
    position: relative;
    color: #c7a690;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

    #productBreadcrumb a span{
        display: inline-block;
        width: 6px;
        height: 6px;
        background-color: #c7a690;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -15px;

        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

        #productBreadcrumb a:hover span{
            background-color: #ff510d;
        }

    #productBreadcrumb a:hover{
        color: #ff510d;
    }

/* Liste spécificités techniques */

#specsDisplay .containerLines ul{
    padding-left: 16px;
}

#specsDisplay .containerLines ul li{
    margin-bottom: 20px;
    list-style-type: disc;
    line-height: 130%;
}

    #specsDisplay .containerLines ul li:last-child{
        margin-bottom: 0;
    }

.startPrice{
    color: #a99789;
    border: 1px solid #dab9a0;
    display: inline-block;
    padding: 14px 12px;
    margin-right: 17px;
}

    .startPrice span{
        color: #a99789;
    }

.htvaPrice{
    color: #a99789;
    margin-top: 23px;
    font-size: 14px;
    display: block;
}

#offerBlock{
    white-space: nowrap;
}

#specsDisplay h2 a{
    float: right;
    position: relative;
    top: -23px;
    font-weight: 400;
}

.fancyboxSpecial{
    color: white !important;
    text-decoration: none;
}

    .child a:not(.fancyboxSpecial){
        color: white !important;
    }

        .child a:hover:not(.fancyboxSpecial){
            color: #ff7211 !important;
        }

div.decoration{
    position: relative;
}

#colorisName span{
    display: block;
    line-height: 130%;
    height: 36px;
    padding: 0 17px;
    margin: auto;
    font-size: 15px;
    position: absolute;
    color: #A99789;
    left: 0;
    top: 4px;
    right: 0;
    bottom: 0;
}

/* Ajout du bouton de zoom */

#zoomButton{
    position: absolute;
    font-size: 18px;
    left: 17px;
    bottom: 17px;
    color: #ed440e !important;
}

    #zoomButton:hover{
        color: #f65f16 !important;
    }

/* -- Mediaqueries -- */

@media only screen and (max-width: 1600px){
    #assetsBlock .inlineBlockTop+.inlineBlockTop {
        width: 345px;
    }

    .halfTopProduct{
        width: -webkit-calc(100% - 587px);
        width: -moz-calc(100% - 587px);
        width: calc(100% - 587px);
        margin-left: 40px;
    }

    .halfTopProduct+.halfTopProduct {
        width: 546px;
    }

    .mainBlock{
        margin-top: 162px;
    }

    .showSwitch, .decoration{
        width: 115px;
        height: 115px;
        top: -117px;
    }

        .showSwitch+.showSwitch {
            right: -117px;
        }

    .decoration+.decoration, .moreSamples .decoration{
        left: -117px;
    }

    .decoration{
        top: auto;
        bottom: -117px;
    }

    .availableColor{
        height: 80px;
        width: 80px;
    }

        .availableColor img{
            max-width: 77px;
            max-height: 77px;
        }

    .availableColor{
        right: -100px;
    }

    .availableColor+.availableColor {
        bottom: 81px;
    }

    #moreColors{
        width: 146px;
        height: 137px;

        right: -93px;
        bottom: -167px;
    }

    #ctaBlock{
        margin-top: 30px;
    }

    #iconAssetsBlock {
        width: 108px;
    }

    #realisationBlock{
        margin-top: 20px;
    }

    .moreSamples #moreColors{
        width: 115px;
        height: 115px;
        right: -117px;
    }

    .moreSamples #moreColors h3{
        font-size: 13px;
        margin-top: 39px;
    }

    .moreSamples .availableColor {
        width: 87px;
        height: 87px;
    }

    .thisOfferBlock .blockLink, .startPrice{
        font-size: 15px;
    }

    h1{
        line-height: 130%;
        font-size: 33px;
    }

    .blocSpan {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -o-transform: scale(0.7);
        -ms-transform: scale(0.7);
    }

    #iconAssetsBlock .lineBetweenAssets{
        height: 44px;
    }

    .assetText{
        margin-bottom: 50px;
    }

    .containerRows {
        border-top: 24px solid #ae9b8d;
        border-bottom: 24px solid #ae9b8d;
    }

    #specsBlock {
        margin: 50px 0;
        margin-bottom: 60px;
    }

    #colorisName span{
        font-size: 14px;
        height: 37px;
        line-height: 136%;
    }

    #zoomButton{
        font-size: 17px;
        left: 16px;
        bottom: 16px;
    }
}

@media only screen and (max-width: 1450px){

    #topCoverPage h1 {
        font-size: 35px;
    }

    #topCoverPage h2{
        font-size: 21px;
    }

    #productBreadcrumb a{
        font-size: 12px;
        padding: 2px 11px;
    }

    #productBreadcrumb{
        top: -1px;
    }

    .titleLine, .containerLines, .containerLines li, .containerLines p{
        font-size: 14px;
    }

    #realisationTitle span{
        font-size: 14px;
        top: -11px;
    }

    h1{
        font-size: 30px;
        margin-bottom: 11px;
    }

    h2, h1.fakeH2 {
        font-size: 22px;
    }

    #ctaBlock p{
        font-size: 14px;
        margin: 16px 0;
        margin-bottom: 21px;
    }

    #specsBlock .blockLink, .productPage .blockLink{
        font-size: 14px;
    }

    #specsBlock .blockLink .fa, .productPage .blockLink .fa{
        font-size: 21px;
    }

    .assetItself img{
        width: 42px;
    }

    #iconAssetsBlock{
        width: 92px;
    }

    #assetsBlock .inlineBlockTop+.inlineBlockTop p{
        font-size: 14px;
        line-height: 155%;
    }

    .assetText{
        height: 105px;
        margin-bottom: 34px;
    }

    #realisationTitle img{
        width: 120px;
        height: auto;
        margin: 0 -21px;
    }

    .thisOfferBlock .blockLink, .startPrice{
        font-size: 14px;
    }

    .correctionRotate {
        transform: rotate(-14deg) scale(0.7) skew(1deg) translate(0px);
        -webkit-transform: rotate(-14deg) scale(0.7) skew(1deg) translate(0px);
        -moz-transform: rotate(-14deg) scale(0.7) skew(1deg) translate(0px);
        -o-transform: rotate(-14deg) scale(0.7) skew(1deg) translate(0px);
        -ms-transform: rotate(-14deg) scale(0.7) skew(1deg) translate(0px);
    }

        #moreColors .correctionRotate {
            transform: rotate(-14deg) scale(1) skew(1deg) translate(0px);
            -webkit-transform: rotate(-14deg) scale(1) skew(1deg) translate(0px);
            -moz-transform: rotate(-14deg) scale(1) skew(1deg) translate(0px);
            -o-transform: rotate(-14deg) scale(1) skew(1deg) translate(0px);
            -ms-transform: rotate(-14deg) scale(1) skew(1deg) translate(0px);
        }

    #iconAssetsBlock .lineBetweenAssets{
        height: 42px;
    }

    .containerRows {
        border-top: 21px solid #ae9b8d;
        border-bottom: 21px solid #ae9b8d;
    }

    #specsBlock {
        margin: 40px 0;
        margin-bottom: 50px;
    }

    #assetsBlock{
        margin-top: 50px;
    }

    #assetsBlock h2 {
        margin-bottom: 24px;
    }

    #colorisName span{
        font-size: 13px;
        height: 34px;
    }

    #colorisName .correctionRotate{
        transform: rotate(-14deg) scale(1) skew(1deg) translate(0px) !important;
        -webkit-transform: rotate(-14deg) scale(1) skew(1deg) translate(0px) !important;
        -moz-transform: rotate(-14deg) scale(1) skew(1deg) translate(0px) !important;
        -o-transform: rotate(-14deg) scale(1) skew(1deg) translate(0px) !important;
        -ms-transform: rotate(-14deg) scale(1) skew(1deg) translate(0px) !important;
    }

    #zoomButton{
        font-size: 16px;
        left: 15px;
        bottom: 15px;
    }
}

@media only screen and (max-width: 1270px){
    .halfTopProduct, #productBreadcrumb{
        position: relative;
        left: -40px;
    }
}

@media only screen and (max-width: 1230px){
    .showSwitch, .decoration{
        width: 95px;
        height: 95px;
        top: -97px;
    }

    .showSwitch+.showSwitch {
        right: -97px;
    }

    .decoration+.decoration, .moreSamples .decoration{
        left: -97px;
    }

    .decoration{
        top: auto;
        bottom: -97px;
    }

    .mainBlock {
        margin-top: 120px;
        width: 85%;
        padding-bottom: 80%;
    }

    .patchworkSpan, .blocSpan{
        transform: rotate(-14deg) scale(0.7) skew(1deg) translate(0px);
        -webkit-transform: rotate(-14deg) scale(0.7) skew(1deg) translate(0px);
        -moz-transform: rotate(-14deg) scale(0.7) skew(1deg) translate(0px);
        -o-transform: rotate(-14deg) scale(0.7) skew(1deg) translate(0px);
        -ms-transform: rotate(-14deg) scale(0.7) skew(1deg) translate(0px);
    }

    .availableColor{
        height: 66px;
        width: 60px;
    }

    .availableColor img{
        max-width: 59px;
        max-height: 59px;
    }

    .availableColor{
        right: -100px;
    }

    .availableColor+.availableColor {
        bottom: 65px;
    }

    #assetsBlock {
        margin-top: 42px;
    }

    #realisationBlock {
        margin-top: 25px;
    }

    .wrapper{
        overflow-x: hidden;
    }

    .moreSamples #moreColors{
        width: 95px;
        height: 95px;
        right: -97px;
    }

    .moreSamples #moreColors h3{
        font-size: 14px;
        margin-top: 41px;
    }

    .moreSamples .availableColor {
        width: 67px;
        height: 67px;
    }

        .moreSamples .availableColor img {
            width: 41px;
        }

    .moreSamples #moreColors h3{
        font-size: 12px;
        line-height: 145%;
        margin-top: 22px;
        margin-right: 11px;
    }

    #realisationTitle span{
        font-size: 13px;
        top: -16px;
    }

    h1{
        font-size: 27px;
    }

    .correctionRotate {
        transform: rotate(-14deg) scale(0.65) skew(1deg) translate(0px);
        -webkit-transform: rotate(-14deg) scale(0.65) skew(1deg) translate(0px);
        -moz-transform: rotate(-14deg) scale(0.65) skew(1deg) translate(0px);
        -o-transform: rotate(-14deg) scale(0.65) skew(1deg) translate(0px);
        -ms-transform: rotate(-14deg) scale(0.65) skew(1deg) translate(0px);
    }

        #moreColors .correctionRotate {
            transform: rotate(-14deg) scale(1) skew(1deg) translate(0px);
            -webkit-transform: rotate(-14deg) scale(1) skew(1deg) translate(0px);
            -moz-transform: rotate(-14deg) scale(1) skew(1deg) translate(0px);
            -o-transform: rotate(-14deg) scale(1) skew(1deg) translate(0px);
            -ms-transform: rotate(-14deg) scale(1) skew(1deg) translate(0px);
        }

    #assetsBlock .inlineBlockTop+.inlineBlockTop p{
        font-size: 13px;
    }

    #iconAssetsBlock .lineBetweenAssets{
        height: 41px;
    }

    #realisationTitle img{
        width: 110px;
        height: auto;
        margin: 0 -13px;
    }

    #testimonialContent{
        margin-bottom: 60px;
    }

    #specsDisplay .containerLines ul li {
        margin-bottom: 17px;
    }

    .titleLine{
        padding: 11px;
    }

    .containerLines span{
        padding: 11px;
        min-height: 44px;
    }

    #specsBlock .blockLink, .productPage .blockLink{
        font-size: 13px;
    }

    #assetsBlock h2{
        margin-bottom: 23px;
    }

    .assetItself img{
        width: 37px;
    }

    #iconAssetsBlock{
        width: 84px;
    }

    .assetText{
        height: 101px;
        margin-bottom: 28px;
    }

    .assetText:last-child{
        margin-bottom: 0;
    }

    #colorisName span {
        font-size: 13px;
        height: 33px;
        padding: 0 10px;
    }

    #zoomButton{
        font-size: 15px;
        left: 14px;
        bottom: 14px;
    }
}

@media only screen and (max-width: 1000px){
    .halfTopProduct{
        float: none;
        clear: both;
        margin: auto;
        width: 90%;
        margin-bottom: 30px;
        left: 0;
    }


    .halfTopProduct:first-child{
        margin-bottom: 20%;
        max-width: 400px;
    }

    .containerLines span {
        line-height: 140%;
    }

    .realisationRow a img, .realisationRow a{
        height: 180px;
    }

    .realisationRow{
        height: 177px;
    }

    #realisationTitle img{
        width: 110px;
        height: auto;
    }

    #realisationTitle{
        width: 300px;
    }

    .containerRows {
        border-top: 23px solid #ae9b8d;
        border-bottom: 23px solid #ae9b8d;
        margin-top: -42px;
    }

    .moreSamples .availableColor {
        width: 87px;
        height: 87px;
    }

        .moreSamples .availableColor img{
            width: 47px;
        }

    .moreSamples .mainBlock{
        margin-top: 85px;
        margin-bottom: 130px;
        left: -30px;
        width: 82%;
    }

    #productBreadcrumb{
        display: none;
    }

    h1{
        font-size: 25px;
    }

    #specsBlock .blockLink, .productPage .blockLink{
        font-size: 14px;
    }

    #realisationTitle img{
        width: 98px;
        margin: 0 -12px;
    }

    #realisationTitle span{
        font-size: 12px;
        top: -1px;
    }
}

@media only screen and (max-width: 720px){
    .mainBlock {
        margin-top: 78px;
    }

    h1{
        font-size: 23px;
    }

    .correctionRotate {
        transform: rotate(-14deg) scale(0.6) skew(1deg) translate(0px);
        -webkit-transform: rotate(-14deg) scale(0.6) skew(1deg) translate(0px);
        -moz-transform: rotate(-14deg) scale(0.6) skew(1deg) translate(0px);
        -o-transform: rotate(-14deg) scale(0.6) skew(1deg) translate(0px);
        -ms-transform: rotate(-14deg) scale(0.6) skew(1deg) translate(0px);
    }

    #moreColors .correctionRotate {
        transform: rotate(-14deg) scale(1) skew(1deg) translate(0px);
        -webkit-transform: rotate(-14deg) scale(1) skew(1deg) translate(0px);
        -moz-transform: rotate(-14deg) scale(1) skew(1deg) translate(0px);
        -o-transform: rotate(-14deg) scale(1) skew(1deg) translate(0px);
        -ms-transform: rotate(-14deg) scale(1) skew(1deg) translate(0px);
    }
}

@media only screen and (max-width: 630px){
    #offerBlock{
        white-space: normal;
    }
}

@media only screen and (max-width: 610px){
    .decoration{
        display: none;
    }

    .halfTopProduct:first-child{
        left: -44px;
    }

    .titleLine{
        width: 190px;
    }

    .containerLines{
        margin-left: 190px;
    }

    .containerLines{
        width: -webkit-calc(100% - 191px);
        width: -moz-calc(100% - 191px);
        width: calc(100% - 191px);
    }

        .containerLines span{
            min-height: 68px;
        }
}

@media only screen and (max-width: 600px){
    .innerPopup .inputContainer select{
        width: 208px !important;
    }

    .halfInputContainer, .halfInputContainer input{
        width: 100% !important;
        margin-bottom: 3px;
    }

    .halfInputContainer .requiredField{
        top: 20px;
    }
}

@media only screen and (max-width: 550px){
    #specsBlock h2 a{
        display: none !important;
    }
}

@media only screen and (max-width: 520px){
    .showSwitch, .decoration{
        width: 70px;
        height: 70px;
        top: -72px;
    }

    .showSwitch+.showSwitch {
        right: -72px;
    }

    .halfTopProduct:first-child{
        left: -36px;
    }

    #moreColors h3{
        font-size: 14px;
        height: 42px;
    }

    #moreColors {
        width: 126px;
        height: 110px;
        right: -93px;
        bottom: -144px;
    }

    .patchworkSpan, .blocSpan {
        transform: rotate(-14deg) scale(0.6) skew(1deg) translate(0px);
        -webkit-transform: rotate(-14deg) scale(0.6) skew(1deg) translate(0px);
        -moz-transform: rotate(-14deg) scale(0.6) skew(1deg) translate(0px);
        -o-transform: rotate(-14deg) scale(0.6) skew(1deg) translate(0px);
        -ms-transform: rotate(-14deg) scale(0.6) skew(1deg) translate(0px);

        top: 1px !important;
        left: -5px !important;
    }

    .availableColor {
        height: 55px;
        width: 55px;
        right: -76px;
    }

        .availableColor+.availableColor {
            bottom: 51px;
        }

    .availableColor img {
        max-width: 49px;
        max-height: 49px;
    }

    .halfTopProduct:first-child {
        margin-bottom: 215px;
    }

    .halfTopProduct+.halfTopProduct{
        width: 100%;
    }

    .blockLink, .blockLink+.blockLink{
        margin-left: 0;
        margin-bottom: 25px;
    }

    #assetsBlock {
        margin-top: 26px;
    }

    .mainBlock{
        margin-top: 60px;
    }

    #iconAssetsBlock {
        width: 120px;
        margin: auto;
        display: block !important;
        margin-bottom: 30px;
    }

        #iconAssetsBlock .assetItself{
            -webkit-border-radius: 60px;
            -moz-border-radius: 60px;
            border-radius: 60px;
        }

    #assetsBlock .inlineBlockTop+.inlineBlockTop{
        margin-left: 0;
        width: 100%;
    }

    .assetText{
        height: auto !important;
    }

    #realisationBlock {
        margin-top: 40px;
    }

    .realisationRow, .realisationRow *{
        height: auto !important;
        width: 100% !important;
        white-space: normal;
        margin-left: 0 !important;
    }

    .titleLine, .containerLines{
        display: block;
        width: 100%;
        position: relative;
        margin: 0;
        border: 1px solid #dfdfdf;
        border-bottom: none !important;
    }

        .containerLines{
            width: -webkit-calc(100% - 2px);
            width: -moz-calc(100% - 2px);
            width: calc(100% - 2px);
        }

        .titleLine{
            background-color: #f6f3f1;
        }
        
        .containerLines{
            background-color: white !important;
        }

        li .containerLines span{
            border: none !important;
        }

    li:last-child .containerLines{
        border-bottom: 1px solid #dfdfdf !important;
    }

    .moreSamples #moreColors{
        width: 70px;
        height: 70px;
        right: -72px;
    }

        .moreSamples #moreColors h3{
            font-size: 11px;
            margin-top: 12px;
            margin-right: 8px;
        }

    .moreSamples .availableColor {
        width: 60px;
        height: 60px;
    }

        .moreSamples .availableColor img{
            width: 36px;
            height: auto;
        }

        .moreSamples .availableColor+.availableColor+.availableColor+.availableColor+.availableColor+.availableColor+.availableColor{
            display: none;
        }

    .halfTopProduct:first-child {
        margin-bottom: 172px;
    }

    h1{
        font-size: 25px;
        line-height: 135%;
    }

    .moreSamples .mainBlock{
        margin-bottom: 87px;
        margin-top: 65px;
    }

    .correctionRotate {
        transform: rotate(-14deg) scale(0.5) skew(1deg) translate(0px);
        -webkit-transform: rotate(-14deg) scale(0.5) skew(1deg) translate(0px);
        -moz-transform: rotate(-14deg) scale(0.5) skew(1deg) translate(0px);
        -o-transform: rotate(-14deg) scale(0.5) skew(1deg) translate(0px);
        -ms-transform: rotate(-14deg) scale(0.5) skew(1deg) translate(0px);
    }

    #moreColors .correctionRotate {
        transform: rotate(-14deg) scale(1) skew(1deg) translate(0px);
        -webkit-transform: rotate(-14deg) scale(1) skew(1deg) translate(0px);
        -moz-transform: rotate(-14deg) scale(1) skew(1deg) translate(0px);
        -o-transform: rotate(-14deg) scale(1) skew(1deg) translate(0px);
        -ms-transform: rotate(-14deg) scale(1) skew(1deg) translate(0px);
    }

    .blocSpan{
        left: -10px !important;
    }

    #iconAssetsBlock .lineBetweenAssets{
        height: 32px;
    }

    #assetsBlock h2{
        margin-bottom: 21px;
        text-align: center;
    }

    .containerLines span{
        min-height: 0;
    }
}

@media only screen and (max-width: 400px){
    .startPrice{
        display: block;
        margin-bottom: 17px;
        width: 125px;
        text-align: center;
    }

    #realisationTitle img{
        width: 82px;
        top: -18px;
        margin: 0 -12px;
    }

    #realisationTitle span{
        font-size: 11px;
        top: -8px;
    }

    .containerRows {
        border-top: 16px solid #ae9b8d;
        border-bottom: 16px solid #ae9b8d;
    }

    #specsBlock{
        margin-bottom: 15px;
    }
}