
section#raschet-proekta .container-raschet-proekta{
    width: 80%;
    margin: 0 auto;
}
#raschet-proekta .raschet-tile div{
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1c1c1b;
}
#raschet-proekta .raschet-tile.completed div{
    color: #907C4B;
}

#raschet-proekta .raschet-tile .tile-content{
    border: 2px solid #1c1c1b;
    position: absolute;
    padding: 55px 20px 40px 20px;
    width: calc(100% - 80px);
    left: 40px;
    height: calc(100% - 50px);
    top: 25px;
    display: grid;

}
#raschet-proekta .raschet-tile svg.tile-icon-completed{
    display: none;
}
#raschet-proekta .raschet-tile.completed svg.tile-icon-default{
    display: none;
}
#raschet-proekta .raschet-tile.available svg.tile-icon-default{
    display: inline-block;
}
#raschet-proekta .raschet-tile.completed svg.tile-icon-completed{
    display: inline-block;
}
#raschet-proekta .raschet-tile.completed.available svg.tile-icon-default{
    display: none;
}

#raschet-proekta .raschet-tile.available,
#raschet-proekta .raschet-tile.completed{
    cursor: pointer;
}
#raschet-proekta .raschet-tile div{
    filter: brightness(60%);
    /*color: rgba(255, 255, 255, 0.15);*/
    /*border-color: rgba(255, 255, 255, 0.15);*/
}
#raschet-proekta .raschet-tile.available div{
    filter: brightness(100%);
}
#raschet-proekta .raschet-tile.completed div {
    filter: brightness(90%);
    border-color: #907C4B;
}
#raschet-proekta .slider-progress-bar .main-bar,
#raschetPopup .slider-progress-bar .main-bar
{

    position: relative;
    width: 100%;
    background-color:#907C4B;
    height: 1px;
    margin: 0 auto;
    /*margin-bottom: 20px;*/
}
#raschet-proekta .current-slide,
#raschetPopup .current-slide
{
    height: 5px;
    background-color:#907C4B;
    position: absolute;
    margin-top: -2px;
}
#raschetPopup .current-slide{
    left:0;
}
#raschet-proekta .raschet-title{
font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 115%;
    /* or 28px */

    letter-spacing: 0.05em;

    color: #1c1c1b;
    padding: 50px 0;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
}
h1.raschet-title{
    margin-top: -90px;
    text-align: center;
}
h1.raschet-title span{
    color:white;
    font-family: "PFRegalDisplayPro";
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 115%;
    /* or 69px */


    letter-spacing: 0.05em;

}
#raschet-proekta  .col-tile{
    margin: 20px 0;
}
#raschetPopup .modal-dialog{
    max-width: 100%;
    height: 100%;
}
#raschetPopup .modal-body{
    padding: 0;
    background: #F4F2ED;
}
#raschetPopup #closeRaschet {
    position: absolute;
    z-index: 11;
    right: 40px;
    top: 30px;
    text-shadow:none;
    opacity: 1;
}
#raschetPopup .banner-col{
    height: fit-content;
}
#raschetPopup .banner-col img{
    height: 30vh;
}
#raschetPopup #closeRaschet span{
    font-size: 50px;
    font-weight: 300;
    color: #907c4b;
}
#raschetPopup #closeRaschet span:focus{
    outline: 0;
}
#raschetPopup .raschet-select .rachet-icon-title-block{
    display: inline-block;
    padding: 15px;
}
#raschetPopup .raschet-select .rachet-icon-title-block .icon-block{
    cursor: pointer;
    
}
#raschetPopup .raschet-select .rachet-icon-title-block .icon-block.selected{
    cursor:default;
    filter: invert(51%) sepia(33%) saturate(490%) hue-rotate(5deg) brightness(89%) contrast(91%);
}
#raschetPopup .raschet-select .rachet-icon-title-block .title-block{
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #907C4B;

    font-family: "PFRegalTextPro";
    color: #907C4B;
    margin-top: 30px;
}
#raschetPopup .raschet-select .icon-block{
    width: 118px;
    height: 118px;
    margin: 0 auto;
}
#raschetPopup .raschet-select .shtory-1{
    background: url("/media/theme/togas/couture/raschet/type-shtor/1.svg") no-repeat;
}
#raschetPopup .raschet-select .shtory-2{
    background: url("/media/theme/togas/couture/raschet/type-shtor/2.svg") no-repeat;
}
#raschetPopup .raschet-select .shtory-3{
    background: url("/media/theme/togas/couture/raschet/type-shtor/3.svg") no-repeat;
}
#raschetPopup .raschet-select .shtory-4{
    background: url("/media/theme/togas/couture/raschet/type-shtor/4.svg") no-repeat;
}
#raschetPopup .raschet-select .shtory-5{
    background: url("/media/theme/togas/couture/raschet/type-shtor/5.svg") no-repeat;
}
#raschetPopup .raschet-select .shtory-6{
    background: url("/media/theme/togas/couture/raschet/type-shtor/6.svg") no-repeat;
}
#raschetPopup .raschet-select .shtory-7{
    background: url("/media/theme/togas/couture/raschet/type-shtor/7.svg") no-repeat;
}
#raschetPopup .raschet-select .complect-1{
    background: url("/media/theme/togas/couture/raschet/complect/02-01.svg") no-repeat;
}
#raschetPopup .raschet-select .complect-2{
    background: url("/media/theme/togas/couture/raschet/complect/02-02.svg") no-repeat;
}
#raschetPopup .raschet-select .complect-3{
    background: url("/media/theme/togas/couture/raschet/complect/02-03.svg") no-repeat;
}
#raschetPopup .raschet-select .complect-4{
    background: url("/media/theme/togas/couture/raschet/complect/02-04.svg") no-repeat;
}
#raschetPopup .raschet-select .complect-5{
    background: url("/media/theme/togas/couture/raschet/complect/02-05.svg") no-repeat;
}
#raschetPopup .raschet-select .karniz-1{
    background: url("/media/theme/togas/couture/raschet/type-karniz/03-01.svg") no-repeat;
}
#raschetPopup .raschet-select .karniz-2{
    background: url("/media/theme/togas/couture/raschet/type-karniz/03-02.svg") no-repeat;
}
#raschetPopup .raschet-select .karniz-3{
    background: url("/media/theme/togas/couture/raschet/type-karniz/03-03.svg") no-repeat;
}
#raschetPopup .raschet-select .okno-1{
    background: url("/media/theme/togas/couture/raschet/razmer-okna/04-01.svg") no-repeat;
}
#raschetPopup .raschet-select .okno-2{
    background: url("/media/theme/togas/couture/raschet/razmer-okna/04-02.svg") no-repeat;
}
#raschetPopup .raschet-select .dlina-karniza-1{
    background: url("/media/theme/togas/couture/raschet/dlina-karniza/05-01.svg") no-repeat;
    background-size: contain;
}
#raschetPopup .raschet-select .dlina-karniza-2{
    background: url("/media/theme/togas/couture/raschet/dlina-karniza/05-02.svg") no-repeat;
    background-size: contain;
}
#raschetPopup .raschet-select .dlina-karniza-3{
    background: url("/media/theme/togas/couture/raschet/dlina-karniza/05-03.svg") no-repeat;
    background-size: contain;
}
#raschetPopup .raschet-select .dlina-karniza-4{
    background: url("/media/theme/togas/couture/raschet/dlina-karniza/05-04.svg") no-repeat;
    background-size: contain;
}
#raschetPopup .raschet-select .dlina-karniza-5{
    background: url("/media/theme/togas/couture/raschet/dlina-karniza/05-05.svg") no-repeat;
    background-size: contain;
}
#raschetPopup .raschet-select .vysota-potolka-1{
    background: url("/media/theme/togas/couture/raschet/vysota-potolka/06-02.svg") no-repeat;
    background-position: bottom;
}
#raschetPopup .raschet-select .vysota-potolka-2{
    background: url("/media/theme/togas/couture/raschet/vysota-potolka/06-01.svg") no-repeat;
    background-position: bottom;
}
#raschetPopup .raschet-select .vysota-potolka-3{
    background: url("/media/theme/togas/couture/raschet/vysota-potolka/06-03.svg") no-repeat;
    background-position: bottom;
}
.vysota-potolka input{
    margin-top: 40px;
}
.rachet-icon-title-block input {
    display: inline-block;
    background: transparent;
    margin-top: 30px;
    border: none;
}
.rachet-icon-title-block input:focus{
    outline: 0;
}
.rachet-icon-title-block .input-underline {
    border-bottom: 1px #DBD1BA solid;
    margin-top: 3px;
    width: 100%;
}
#raschetPopup .progress-controllers{
    margin-top: 100px;
}
#raschetPopup .progress-controllers div.raschet-prev,#raschetPopup .progress-controllers div.raschet-next,#raschetPopup .progress-controllers div.step-number{
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #907C4B;
    display: inline-block;
}
#raschetPopup .progress-controllers div.raschet-prev,#raschetPopup .progress-controllers div.raschet-next{
    cursor: pointer;
}
#raschetPopup .progress-controllers div.step-number {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.25em;
    padding: 0 30%;
}
#raschetPopup .progress-controllers div.raschet-prev svg,#raschetPopup .progress-controllers div.raschet-next svg,#raschetPopup .progress-controllers svg{
    vertical-align: bottom;
}

#raschetPopup .progress-controllers .option-name {


    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.25em;
    text-transform: uppercase;

    /* main907C4B */

    color: #907C4B;
    font-family: "PFRegalTextPro";

}
#raschetPopup .raschet-container{
    margin: 0 auto;
    width: 90%;
    margin-top: 100px;
}
#raschetPopup .type-shtor,
#raschetPopup .complect,
#raschetPopup .karniz,
#raschetPopup .okno,
#raschetPopup .dlina-karniza,
#raschetPopup .vysota-potolka

{
    text-align: center;
}
.progress-status-bar{
    width: 35%;
    text-align: center;
    margin: 0 auto;
}
.progress-bar-block{
    margin-top: 30px;
}
.option-name{
    margin-top: 30px;
}
.raschet-select{
    display: none;
}
.raschet-select.active{
    display: block;
}
#raschetPopup .raschet-container.raschet-form{
    max-width: 450px;
    margin-top: 50px
}
#raschetPopup .raschet-container.raschet-form div{
    color: #1c1c1b;
}
#raschetPopup .raschet-container.raschet-form input{
    width: 100%;
    margin: 0 0 35px 0;
    border: 1px solid #1c1c1b;
    background: transparent;
    color: #1c1c1b;
    border-radius: 0;
    text-align: left;
    padding: 16px;
}
#raschetPopup .designer-button span {
    display: block;
    color: #fff;
}
#raschetPopup .designer-button span, #raschetPopup .designer-button div.button-text {
    font-family: "PFBagueSansPro";
    padding: 20px 40px 0 40px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
#raschetPopup .submit {
    background-color: #907C4B;
    font-size: 0.85em;
    padding: 0 23px;
    color: #FFFFFF;
    border: none;
    margin-top: 14px;
}

#raschetPopup .designer-button {
    height: 55px;
    cursor: pointer;
    width: 212px;
}
#raschetPopup .raschet-form .upload-button-area input[type=file] {
    position: absolute;
    opacity: 0;
    width: 210px;
    cursor: pointer;
    left: 14px;
    height: 55px;
}
#raschetPopup .raschet-form input[type=text],
/*#raschetPopup .raschet-form input[type=email],*/
#raschetPopup .raschet-form textarea, #raschetPopup .raschet-form select, #raschetPopup .raschet-form .fake-button {
    border: 1px solid #907C4B;
    color: #907C4B;
}

form.form-area label.error{
    position: absolute;
    margin-top: -35px;
}
#raschetPopup .designer-button div.button-text {
    padding: 11px 30px 0 30px;
}
#raschetPopup .description-raschet{
    font-size: 14px;
}
.form-rachet-text-block .success-text{
    font-family: 'PFRegalTextPro';
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.05em;

    /* #fff */

    color: #1c1c1b;
margin-top: 20px;
}
.text-success-number{
    font-family: 'PFRegalTextPro';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.05em;

    /* main907C4B */

    color: #907C4B;
    transform: translateY(8px) translateX(-6%);
    padding: 0 16%;
    display: inline-block;

}
#raschetPopup .files-designers{
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */

    letter-spacing: 0.05em;

    /* #fff */

    color: #FFFFFF;

}
@media (max-width: 1600px) {
    #raschet-proekta .raschet-tile div{
        font-size: 26px;

    }
    #raschet-proekta .raschet-tile .tile-content{
        padding: 40px 20px 40px 20px;
    }

}
@media (max-width: 1400px) {
    #raschet-proekta .raschet-tile div{
        font-size: 20px;
    }
    #raschet-proekta .raschet-tile div svg{
        width: 30px;
    }
    .progress-status-bar {
        width: 50%;
    }
}
@media (max-width: 1200px) {
    h1.raschet-title span{
        font-size: 46px;
    }
    #raschet-proekta .raschet-tile div{
        font-size: 20px;
    }
    #raschet-proekta .raschet-tile div svg{
        width: 30px;
    }
    #raschet-proekta .raschet-title{
        font-size: 20px;
    }
    section#raschet-proekta .container-raschet-proekta{
        width: 90%;
    }
    .progress-status-bar {
        width: 75%;
    }

    }
@media (max-width: 767px) {
    #header-image{
        min-height: 200px;
        height: 200px;
    }
    #header-image img{
        min-height: 200px;
        height: 200px;
    }
    #raschet-proekta .raschet-tile .tile-content {
         padding: 10px 10px 10px 10px;
    }
    h1.raschet-title {
        margin-top: -65px;
    }
    h1.raschet-title span {
        font-size: 32px;
    }
    .progress-status-bar {
        width: 95%;
    }
    .text-success-number {
        font-size: 16px;
        vertical-align: super;
    }
    #raschetPopup .progress-controllers div.raschet-prev, #raschetPopup .progress-controllers div.raschet-next, #raschetPopup .progress-controllers div.step-number {
        font-size: 10px;
    }
    .form-rachet-text-block .success-text {
        font-size: 14px;
    }
    .border-divider svg{
        width:100%;
    }
    #raschetPopup .raschet-select .rachet-icon-title-block .icon-block{
        transform: scale(0.5);
    }
    #raschetPopup .raschet-select .rachet-icon-title-block .title-block {
        font-size: 10px;
        margin-top: 0;
    }
    #raschetPopup .raschet-select .rachet-icon-title-block {
        padding: 10px;
    }
    #raschetPopup .progress-controllers div.step-number {
        padding: 0 20%;
    }
    #raschetPopup .progress-controllers .option-name {
        font-size: 20px;
    }
    #raschetPopup{
        height: 100%;
    }
}
@media (max-width: 576px) {
    .text-success-number{
        padding: 0 5%;
}

}