/*-------------------------------------------------------------------Module Блок - Домик с окнами*/
.window-choose {
    background: radial-gradient(circle at center, #e0e4e5 20%, #2fa3cc 100%);
    padding-top: 2rem;
}
.window-choose__wrap {
    max-width: 997px;
}
.plashka {
    display: inline-block;
    position: relative;
    width: 179px;
    height: 70px;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    background-color: #fff;
    box-shadow: 0 2px 2px #313131;
    border-radius: 20px;
    text-align: center;
    margin: 0 auto 54px;
}
.plashka p {
    -webkit-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
    vertical-align: -24px;
    font-weight: bold;
    display: inline-block;
}
.plashka-row .plashka p {
    font-size: 18px;
    margin-top: 10px;
    color: black;
}
.plashka .number-plashka {
    font: 23px "PTSansBold", sans-serif;
    font-weight: 600;
    color: #cc0000;
    -webkit-transform: skewX(28deg);
    -ms-transform: skewX(28deg);
    transform: skewX(28deg);
    display: block;
    text-shadow: 3px 0 3px #fff, -3px 0 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff, 0 -3px 3px #fff, 0 3px 3px #fff, -3px -3px 3px #fff, 3px 3px 3px #fff, 3px 0 3px #fff, -3px 0 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff, 0 -3px 3px #fff, 0 3px 3px #fff, -3px -3px 3px #fff, 3px 3px 3px #fff, 3px 0 3px #fff, -3px 0 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff, 0 -3px 3px #fff, 0 3px 3px #fff, -3px -3px 3px #fff, 3px 3px 3px #fff, 5px 5px 15px #000;
    position: absolute;
    right: -21px;
    top: 22px;
}
.plashka img {
    position: absolute;
    top: 14px;
    -webkit-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
}
.cottage-bg {
    background: url("/images/window-choose/cottage.png") center 0 no-repeat;
    min-height: 390px;
}
.cottage-bg .plus-box {
    float: left;
    width: 130px;
    height: 295px;
    position: relative;
}
.first-plus {
    margin: 0 0 0 50px;
}
.fourth-plus {
    margin: 0 30px 0 0;
}
.fifth-plus {
    /*width: 50px;*/
}
.cottage-bg .plus {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
}
#first-plus {
    left: auto;
    right: 0;
}
#second-plus {
    bottom: 54px;
    left: 60px;
}
#third-plus {
    bottom: -30px;
    left: 30px;
}
#fourth-plus {
    bottom: 63px;
    right: -44px;
    left: auto;
}
#fifth-plus {
    left: 50px;
}
.cottage-bg .opacity {
    position: relative;
    display: none;
    /*opacity: 0;*/
    width: 220px;
    z-index: 99;
    /*transition: all 0.3s;*/
}
.first-plus .opacity {
    margin: -61px 0 0 -77px;
}
.second-plus .opacity {
    margin: -120px 0 0 48px;
}
.third-plus .opacity {
    margin: -32px 0 0 18px;
}
.fourth-plus .opacity {
    margin: -125px 0 0 120px;
}
.fifth-plus .opacity {
    margin: -65px 0 0 37px;
}
.cottage-bg .opacity span {
    position: absolute;
    top: 50px;
    width: 100%;
    text-align: center;
    left: 0;
    color: #a90c00;
    transition: all 0.4s;
    text-transform: uppercase;
    font-weight: bold;
}
.cottage-bg .opacity[style="display: block;"] span {
    top: 70px;
}
.stamp {
    width: 247px;
    height: 230px;
    background: url(/images/window-choose/stamp.png) no-repeat;
    position: relative;
}
.cottage-bg .stamp {
    float: right;
    margin: 150px 0 0 -50px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.stamp-block {
    width: 105px;
    height: 105px;
    position: absolute;
    left: 13px;
    top: 5px;
}
.stamp-block p {
    text-align: center;
    font-size: 13px;
    margin-top: 35px;
    line-height: 19px;
    color: black;
}
.stamp-block span {
    display: block;
    color: #c00000;
    font: 26px "PTSansBold", sans-serif;
}
.stamp-blue {
    width: 96px;
    height: 51px;
    position: absolute;
    left: 121px;
    top: 29px;
}
.stamp-blue p {
    color: #fff;
    font: 18px "PTSansBold", sans-serif;
    line-height: 30px;
}
.stamp-blue span {
    display: block;
    font-size: 27px;
}
.stamp-price {
    min-height: 40px;
    position: absolute;
    top: 115px;
    left: 37px;
}
.stamp-price b {
    font: 23px "PTSansBold", sans-serif;
    font-weight: 600;
    color: #000;
}
.stamp-price p {
    font-size: 12px;
    color: #000;
    margin: 0;
}
.stamp a {
    color: #fff;
    background: #c00000;
    width: 198px;
    border-radius: 30px;
    text-align: center;
    padding: 5px 0;
    border: 2px solid #fff;
    position: absolute;
    bottom: 15px;
    left: 34px;
    font-size: 20px;
    font-variant: small-caps;
    box-shadow: 0 2px 2px #000;
    text-decoration: none;
}
/*------------------------------------------------------------------//Module Блок - Домик с окнами*/