

/* Start:/local/components/rms/user.personal/templates/main/style.css?175139026818657*/
.tmpRowHide{
    display: none;
}
.err{
	border: 1px solid #f00;
}
/*Левое меню*/

.left-wrapper-menu{
    width: 274px;
    margin: 24px 16px 24px 0;
}

.left-wrapper-menu ul{
    margin: 0 0 0 -5px;
    padding: 10px 0 10px 10px;
    border-left: 5px solid #d9dcda;
}

.left-wrapper-menu li{
    list-style: none;
}

li.left-wrapper-menu-item{
    text-transform: uppercase;
    margin-bottom: 55px;
    position: relative;
    line-height: 18px;
}

li.left-wrapper-menu-item:last-child{
    margin-bottom: 0;
}

li.left-wrapper-menu-item a{
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #d9dcda;
}

li.left-wrapper-menu-item.active a{
    color: #002f3d;
}

li.left-wrapper-menu-item a:hover{
    text-decoration: none;
}

li.left-wrapper-menu-item:before{
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    border: 3px solid #d9dcda;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #fff;
    position: absolute;
    top: 49%;
    left: -19px;
    transform: translateY(-49%);
    -ms-transform: translateY(-49%);
    -webkit-transform: translateY(-49%);
}

li.left-wrapper-menu-item.active:before{
    border: 3px solid #002f3d;
}

/*Левое меню - конец*/

/*Страница "Подбор насосного оборудования"*/

.page-content-block{
    width: Calc(100% - 290px);
    margin-top: 24px;
}

.page-content-block-title{
    font-size: 17px;
    font-weight: bold;
    color: #002f3d;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.page-content-block-text{
    color: #002f3d;
    margin-bottom: 12px;
}

.page-content-block-parameters{
    margin-bottom: 20px;
}

.page-content-block-parameters-row{
    width: 100%;
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}

.page-content-block-parameters-row:first-child .page-content-block-parameter{
    min-height: 214px;
}

.page-content-block-parameters-row:nth-child(2) .page-content-block-parameter{
    min-height: 225px;
}

.page-content-block-parameters-left{
    width: Calc(45% - 5px);
}

.page-content-block-parameter{
    padding: 8px;
    background: #ebecec;
}

.page-content-block-parameter-title{
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #002f3d;
    margin-bottom: 10px;
}

.page-content-block-parameter ul{
    margin: 0;
    padding-left: 10px;
    line-height: 20px;
}

.page-content-block-parameter-row{
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    list-style: none;
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 8px;
}

.page-content-block-parameter-row:last-child{
    margin-bottom: 0;
}


.page-content-block-parameter-row .name{
    width: Calc(100% - 118px);
    position: relative;
}

.page-content-block-parameter-row .data-text{
    width: 110px;
    margin-left: 8px;
}

.page-content-block-parameter-row .data-text-row{
    width: 100%;
    height: 22px;
    display: block;
    outline: none;
}

.page-content-block-parameter-row textarea.data-text-row{
    resize: vertical;
    overflow: auto;
    min-height: 22px;
}

.page-content-block-parameter-row .name-tip-icon{
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    position: absolute;
    top: -7px;
    right: 0;
    border: 1px solid red;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    cursor: pointer;
}

.page-content-block-parameter-row .name-tip-icon:before{
    content: "?";
    display: block;
    font-size: 9px;
    color: red;
    font-weight: bold;
    line-height: 9px;
    width: 2px;
    height: 9px;
    position: absolute;
    top: Calc((100% - 9px)/2);
    left: Calc((100% - 2px)/2);
}

.page-content-block-parameter-row .name-tip-desc{
    width: 165px;
    height: auto;
    display: none;
    padding: 8px;
    background: #fff;
    font-size: 13px;
    line-height: 15px;
    border-radius: 4px;
    position: absolute;
    z-index: 99;
    top: -14px;
    left: -10px;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.08);
}

.page-content-block-parameter-row .name-tip-desc.active{
    display: block;
}

.page-content-block-parameter-row .name-tip-desc:before{
    content: '';
    display: block;
    border-left: 4px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    height: 0;
    position: absolute;
    width: 0;
    left: 100%;
    top: 6px;
}

.page-content-block-parameter-row .name-tip-desc .close-icon{
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

.page-content-block-parameter-row .name-tip-desc .close-icon img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.page-content-block-parameter-row .name-tip-desc .name-tip-desc-text{
    width: Calc(100% - 8px);
}

.page-content-block-parameters-right{
    width: Calc(55% - 5px);
}

.page-content-block-parameters-right .double{
    width: 100%;
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.double .page-content-block-parameter{
    width: Calc(50% - 5px);
}

.double .page-content-block-parameter-row{
    margin-bottom: 5px;
}

.double .page-content-block-parameter-row:last-child{
    margin-bottom: 0;
}

.page-content-block-parameter-row label{
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0;
}

.double .page-content-block-parameter-row label{
    margin-right: 10px;
}

.page-content-block-parameter-row label input[type=checkbox]{
    width: 14px;
    height: 14px;
    margin: 0;
}

.page-content-block-parameter-row label .name{
    width: Calc(100% - 18px);
    margin-right: 4px;
}

.page-content-block-parameter-row-left,
.page-content-block-parameter-row-right{
    width: Calc(50% - 5px);
}

.page-content-block-parameter-row-left{
    padding-right: 20px;
}

.page-content-block-parameter-row-right{
    padding-right: 10px;
}

.page-content-block-parameter-row-left .name,
.page-content-block-parameter-row-right .name{
    width: 100%;
}

.page-content-block-parameter-row .parameter-row-options{
    max-width: 133px;
    margin-top: 10px;
    float: right;
    clear: both;
}

.parameter-row-options label{
    margin-bottom: 4px;
}

.page-content-block-btn{
    width: 100%;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

.page-content-block-btn .calculate-btn,
.page-content-block-btn .reset-btn
{
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    border: 2px solid #002f3d;
    background: #fff;
}

.page-content-block-btn .calculate-btn{
    margin-right: 8px;
    padding: 0 20px;
    background: #002f3d;
    color: #fff;
}

.page-content-block-btn .calculate-btn:hover{
    color: #002f3d;
    background: #fff;
}

.page-content-block-btn .reset-btn{
    padding: 0 8px;
    color: #002f3d;
}

.page-content-block-btn .reset-btn:hover{
    background: #002f3d;
    color: #fff;
}

.page-content-block-btn .calculate-btn span{
    text-transform: uppercase;
}

/*Страница "Подбор насосного оборудования" - конец*/

/*Страница "Результаты расчетов"*/

.page-content-block-rows ul{
    margin: 0;
    padding: 0;
}

.page-content-block-rows ul li{
    list-style: none;
}

.page-content-block-row {
    width: 100%;
    min-height: 26px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    font-size: 17px;
}

.page-content-block-row:nth-child(even){
    background: #f6f6f5;
    color: #002f3d;
}

.page-content-block-row:nth-child(odd){
    background: #e8e8e7;
    color: #002f3d;
}

.page-content-block-row:first-child{
    background: #002f3d;
    color: #fff;
}

.page-content-block-row .create{
    width: 110px;
    text-align: left;
}

.page-content-block-row .result{
    width: 100px;
    text-align: left;
}

.page-content-block-row .name{
    width: Calc(100% - 226px);
    max-width: 330px;
    margin: 0 8px;
    text-align: left;
}

/*Страница "Результаты расчетов" - конец*/

/*Страница "Акции и новости"*/

.page-content-block-items{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.page-content-block-item{
    width: 100%;
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.page-content-block-item:last-child{
    margin-bottom: 0;
}

.page-content-block-item-title{
    width: 100%;
    display: block;
    padding: 8px;
    color: #fff;
    background: #002f3d;
    text-transform: uppercase;
    cursor: pointer;
}

.page-content-block-item-desc{
    width: 100%;
    min-height: 72px;
    display: none;
    padding: 8px;
    background: #ebecec;
    color: #002f3d;
}

/*Страница "Акции и новости" - конец*/

/*Страница "Ваша учетная запись"*/

.page-content-block-data-rows{
    width: 100%;
    display: block;
    margin-bottom: 50px;
}

.page-content-block-data-rows ul{
    margin: 0;
    padding: 0 0 0 8px;
}

.page-content-block-data-rows ul li{
    width: 100%;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 18px;
    font-size: 17px;
    list-style: none;
}

.page-content-block-data-rows ul li:last-child{
    margin-bottom: 0;
}

li .data-row-info{
    width: 260px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-right: 8px;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

li .data-row-info input{
    margin-top: -3px;
    display: block;
}

li .data-row-info .name{
    width: auto;
    margin-right: 6px;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    color: #002f3d;
}

li .data-row-btn{
    width: Calc(100% - 268px);
    font-size: 14px;
}

li .data-row-btn a{
    color: #005ede;
}

li .data-row-btn a:hover,
.change-password-btn a:hover
{
    text-decoration: none;
}

.change-password-btn{
    font-weight: bold;
    font-size: 17px;
    padding-left: 8px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.change-password-btn a{
    color: #002f3d;
}
/*Страница "Ваша учетная запись" - конец*/

/*Старница "Задать вопрос"*/

.page-content-block-faq-item{
    width: 100%;
    display: block;
    margin-bottom: 30px;
    padding: 8px;
    background: #ebecec;
    color: #002f3d;
}

.page-content-block-faq-item:last-child{
    margin-bottom: 0;
}

.page-content-block-faq-item .faq-item-title{
    margin-bottom: 10px;
}

.page-content-block-faq-item .faq-item-answer{
    display: none;
    margin: 20px 0;
}

.page-content-block-faq-item .faq-item-btn{
    font-style: italic;
    margin: 20px 0 4px 0;
    cursor: pointer;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
}

.page-content-block-faq-form{
    width: 100%;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin: 30px 0;
    font-size: 14px;
    line-height: 20px;
    color: #002f3d;
}

.page-content-block-faq-form .faq-form-left{
    width: 40%;
    margin-right: 16px;
}

.page-content-block-faq-form .faq-form-right{
    width: Calc(60% - 16px);
}

.faq-form-right-result{
    color: red;
    font-weight: bold;
}

.faq-form-right form.feedback-form{
    padding: 12px 8px;
    background: #ebecec;
}

.feedback-form-row{
    margin-bottom: 16px;
}

.feedback-form-row:last-child{
    margin-bottom: 0;
}

.feedback-form-row-label{
    margin-bottom: 4px;
}

form.feedback-form:not(#search) textarea,
form.feedback-form:not(#search) input{
    width: 100%;
    outline: none;
    background: #fff;
    border-radius: 2px;
    border: 1px solid rgb(118, 118, 118);
    font-size: 14px;
    line-height: 20px;
}

form.feedback-form:not(#search) textarea{
    min-height: 110px;
    padding: 0 5px;
    resize: vertical;
}

.feedback-form-btn{
    width: 100px;
    height: 24px;
    display: block;
    margin: 18px 0 6px auto;
    padding: 6px 0;
    font-size: 14px;
    line-height: 14px;
    background: #002f3d;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: 0;
}

/*Старница "Задать вопрос" - конец*/


/*адаптив*/

@media (max-width: 1100px){

    body{
        min-width: fit-content;
    }

    /*Страница "Подбор насосного оборудования"*/

    .page-content-block-parameters-row{
        display: block;
    }

    .page-content-block-parameters-left,
    .page-content-block-parameters-right
    {
        width: 100%;
    }

    .page-content-block-parameters-left{
        margin-bottom: 10px;
    }

    .page-content-block-parameter{
        min-height: auto !important;
    }

    .double .page-content-block-parameter{
        min-height: 182px !important;
    }

    .double .page-content-block-parameter-row label{
        margin-right: 0;
    }

    .page-content-block-parameter-row-left{
        padding-right: 10px;
    }

    .page-content-block-parameter-row-right{
        padding-right: 0;
    }

    .page-content-block-parameter-row .name{
        width: 170px;
    }

    .page-content-block-parameter-row .data-text{
        width: Calc(100% - 178px);
    }

    .page-content-block-parameter-row label{
        justify-content: flex-start;
    }

    .page-content-block-parameter-row label .name{
        max-width: 300px;
    }

    /*Страница "Подбор насосного оборудования" - конец*/

}

@media (max-width: 900px){

    /*левое меню*/

    .left-wrapper-menu{
        width: 100%;
        margin: 24px 0;
        float: unset;
    }

    .left-wrapper-menu ul{
        width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        margin: 0;
        padding: 0 0 10px;
        border-left: none;
        border-bottom: 5px solid #d9dcda;
    }

    li.left-wrapper-menu-item{
        margin-bottom: 0;
        max-width: 190px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
    }

    li.left-wrapper-menu-item:before{
        bottom: -19px;
        top: unset;
        left: 50%;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    li.left-wrapper-menu-item a{
        font-size: 14px;
        line-height: 15px;
        text-align: center;
    }

    /*левое меню - конец*/


    /*Страница "Подбор насосного оборудования" - конец*/

    .page-content-block{
        width: 100%;
        margin-top: 16px;
    }

    .page-content-block-parameter-row label .name{
        max-width: 389px;
    }

    /*Страница "Подбор насосного оборудования" - конец*/

    /*Страница "Результаты расчетов"*/

    .page-content-block-rows{
        margin-bottom: 40px;
    }

    /*Страница "Результаты расчетов" - конец*/

}

@media (max-width: 767px){

    /*Страница "Подбор насосного оборудования"*/

    .page-content-block-parameter-row label .name{
        max-width: 299px;
    }

    /*Страница "Подбор насосного оборудования" - конец*/
}

@media (max-width: 425px){

    /*Страница "Подбор насосного оборудования"*/

    .page-content-block-parameters-right .double{
        display: block;
    }

    .double .page-content-block-parameter{
        width: 100%;
        min-height: 100%;
        margin-bottom: 10px;
    }

    .double .page-content-block-parameter:last-child{
        margin-bottom: 0;
    }

    li.left-wrapper-menu-item a{
        font-size: 13px;
        line-height: 15px;
    }

    .page-content-block-btn{
        display: block;
        height: 100%;
    }

    .page-content-block-btn .calculate-btn,
    .page-content-block-btn .reset-btn{
        width: 100%;
        height: 26px;
    }

    .page-content-block-btn .calculate-btn{
        margin: 0 0 10px 0;
    }

    /*Страница "Подбор насосного оборудования" - конец*/

    /*Страница "Результаты расчетов"*/

    .page-content-block-row{
        font-size: 14px;
        line-height: 20px;
    }

    .page-content-block-row .create{
        width: 90px;
    }

    .page-content-block-row .name{
        width: Calc(100% - 185px);
        margin: 0 10px;
    }

    .page-content-block-row .result{
        width: 75px;
    }

    /*Страница "Результаты расчетов" - конец*/

    /*Старница "Задать вопрос"*/

    .page-content-block-faq-form{
        display: block;
    }

    .page-content-block-faq-form .faq-form-left,
    .page-content-block-faq-form .faq-form-right{
        width: 100%;
    }

    .page-content-block-faq-form .faq-form-left{
        margin: 0 0 18px 0;
    }

    /*Старница "Задать вопрос" - конец*/
}

/*адаптив - конец*/
/* End */
/* /local/components/rms/user.personal/templates/main/style.css?175139026818657 */
