/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Chrome */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin:0;
}

/* Opéra*/
/*input::-o-inner-spin-button,*/
/*input::-o-outer-spin-button {*/
    /*-o-appearance: none;*/
    /*margin:0*/
/*}*/
input:focus {
    outline: none;
}
input[type="text"] {
    outline-style: none;
}

/*.tableCt-form input::selection { background: transparent; }*/
/*.tableCt-form input::-moz-selection { background: transparent; }*/
/*.tableCt-form * {*/
    /*-moz-user-select: -moz-none !important;*/
    /*-o-user-select: none !important;*/
    /*-khtml-user-select: none !important;*/
    /*-webkit-user-select: none; !important;*/
    /*user-select: none !important;*/
/*}*/
.right{
    text-align: right;
}
.fileLoaded-ic:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 6px;
    left: 1px;
    right: 0;
    margin: auto;
    width: 15px;
    height: 25px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(46deg);
}
.fileLoaded-ic {
    width: 50px;
    height: 50px;
    background: #bcc1c4;
    border-radius: 100%;
    display: block;
    position: relative;
    margin: 0 auto 10px;
}
.modalLoad {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
    z-index: 99;
    display: flex;
}

.alertPopup{
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 100;
}
.dataRefresh-box {
    margin-bottom: calc(50vh - 100px);
}
.fileLoaded{
    margin-bottom: calc(50vh - 100px);
}
.alertPopup h4{

}
.alertPopup p{
    line-height: 1.5;
}
.alertPopup .btn{
    width: 120px;
    display: block;
    margin: auto;
    padding: 16px 10px;
    margin-top: 30px;
    text-align: center;
}
.alertPopup:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: auto;
}
.alertPopup-wrap{
    max-width: 450px;
    width: 90%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    background: #fff;
    padding: 50px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
.alertPopup-wrap.center{
    text-align: center;
}
.alertPopup.active{
    display: block;
}
.menuPl__link {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 30px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    color: #767778;
    font-size: 12px;
    max-width: 300px;
}

.menuPl__link.active {
    -webkit-box-shadow: inset 0px -2px 0px 0px #b6c200;
    -moz-box-shadow: inset 0px -2px 0px 0px #b6c200;
    box-shadow: inset 0px -2px 0px 0px #b6c200;
    color: #000;
}

.menuPl__link:hover {
    color: #000;
}
.menuTovar__title{
    display: none;
}
.menuPl {
    font-size: 0;
    margin-bottom: 60px;
    display: flex;
}

.flex1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.myData {
    max-width: 600px;
}

.myData input {
    width: 100%;
    margin-bottom: 40px;
}

.myData .flex1 input {
    width: calc(50% - 20px);
}

.myData .btn {
    width: 190px;
    margin-bottom: 0;
}

.contentPlp-wrap {
    padding-right: 300px;
}
.btn_company {
    margin-left: auto;
    margin-right: 0;
    display: table;
}

.btn_new_company {
    margin-left: auto;
    margin-right: 0;
    display: table;
}

.btn.min {
    width: 190px;

}
.btn{
    cursor: pointer;
}
.btn.right{
    margin-left: auto;
    margin-right: 0;
    display: table;
}

.pagecontent .pagemenu ul li {
    float: none;
    margin: 0;
}

.pagetitle .submenu li .icon.lock {
    background: url(/bitrix/templates/tasty/img/lock-ic.svg) no-repeat center;
    background-size: 25px;
}

.pagetitle .submenu li.active .icon.lock, .pagetitle .submenu li:hover .icon.lock {
    background-image: url(/bitrix/templates/tasty/img/lock-ic-active.svg);
}

.pagetitle .submenu li .icon.bag {
    background: url(/bitrix/templates/tasty/img/bag-ic.svg) no-repeat center;
    background-size: 25px;
}

.pagetitle .submenu li .icon.check {
    background: url(/bitrix/templates/tasty/img/check-ic2.svg) no-repeat center;
    background-size: 25px;
}
.pagetitle .submenu li .icon.pryce{
    background: url(/bitrix/templates/tasty/img/ic-8.svg) no-repeat center;
}
.pagetitle .submenu li .icon.blank{
    background: url(/bitrix/templates/tasty/img/ic-9.svg) no-repeat center;
}
.pagetitle .submenu li:hover .icon.pryce{
    background: url(/bitrix/templates/tasty/img/ic-8-2.svg) no-repeat center;
}
.pagetitle .submenu li:hover .icon.blank{
    background: url(/bitrix/templates/tasty/img/ic-9-2.svg) no-repeat center;
}
.submenu.br0 {
    border: 0px;
}

.pagetitle h1.indent {
    margin-bottom: 50px;
}
.personalPages .disabled-without-errors.has-validation-callback {
    margin-bottom: 50px;
}

.formrow__text {
    font-size: 12px;
    color: #919191;
}

.formrow__text span {
    background: url(/bitrix/templates/tasty/img/list-ic.svg) no-repeat center;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
}

.formrow.center {
    text-align: center;
}

.inputTip {
    position: relative;
}
.inputTip input.w1{

}
.inputTip input.w2{

}

.inputTip input {
    padding: 18px 22px 19px 68px;
    border: 1px solid #ccc;
    outline: none;
    color: #333;
}
.inputTip input.w5{
    padding-left: 101px;
}
.inputTip input.w3{
    padding-left: 81px;
}
.inputTip input.w4{
    padding-left: 80px;
}
.inputTip input {
    padding-left: 69px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.formrow.x2:last-child .inputTip input{
    padding-left: 80px;
}
.inputTip__text {
    position: absolute;
    font-size: 14px;
    color: #919191;
    left: 22px;
    height: 16px;
    line-height: 16px;
    top: 0;
    bottom: 2px;
    margin: auto;
}

/*form .formrow.x2 .input.email:nth-child(2) .inputTip__text {*/
    /*left: calc(22px + 15px);*/
/*}*/
.suggestions-addon[data-addon-type=clear]{
    background-size: 50% !important;
}
.formrow input::-webkit-input-placeholder {color:#919191;}
.formrow input::-moz-placeholder          {color:#919191;}/* Firefox 19+ */
.formrow input:-moz-placeholder           {color:#919191;}/* Firefox 18- */
.formrow input:-ms-input-placeholder      {color:#919191;}
.formrow.x2.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.formrow.x2.flex .select-wrap,
.formrow.x2.flex .input{
    width: calc(33.333% - 10px);
}
.formrow.x2.flex .select-wrap select{
    color: #333;
}
form .formrow.x2.flex:after{
    display: none;
}
form .formrow.x2.flex .input{
    width: calc(33.333% - 10px);
    padding: 0 !important;
}
.suggestions-input{
    padding-left: 22px !important;
}
.pagetitle .submenu li.stat > span i {
    font-style: normal;
    display: table-cell;
    vertical-align: middle;
    line-height: 14px;
}

.pagetitle .submenu li.stat > span {
    display: table;
    height: 40px;
    padding-left: 20px;
    color: #666 !important;
}

.clear {
    clear: both;
}

.tabMenu__link {
    display: block;
    font-size: 14px;
    color: #666666 !important;
    cursor: pointer;

    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 190px;
}

.tabMenu li.active .tabMenu__link {
    color: #000 !important;
}

.tabMenu li.active:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    display: block;
    background-image: url(/bitrix/templates/tasty/img/check-ic.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 11px;
    height: 9px;
}

.tabMenu li {
    margin: 0 !important;
    border-top: 1px solid #e5e5e5;
    padding: 26px 55px 26px 20px;
    position: relative;
    cursor: pointer;
}

.tabMenu li:last-child {
    border-bottom: 1px solid #e5e5e5;
}

.tabBox-item {
    display: none;
}

.tabBox input{
    background-color: #fff;
}

.tabBox-item.active {
    display: block;
}

.tabMenu {
    padding: 0 !important;
    margin-bottom: 40px !important;
}

.dt__number,
.dt__data,
.dt__price,
.dt__status,
.btnBr {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}


@media all and (min-width: 1500px) {
    .dt__number {
        width: 24%;
    }
    .dt__data{
        width: 18%;
    }
    .dt__price{
        width: 23%;
    }
    .dt__status{
        width: 16%;
    }

    .orderTable td:nth-child(1){
        width: 24.8%;
    }
    .orderTable td:nth-child(2){
        width: 19%;
    }
    .orderTable td:nth-child(3){
        width: 23.5%;
    }
    .orderTable td:nth-child(4){
        width: 18.3%;
    }
}

.dt__data {
    color: #999999;
}

.flexDt {
    display: flex;
    justify-content: space-between;
    padding-right: 120px !important;
    align-items: center;
}
.wrap.indent {
    margin-top: -50px;
    padding-bottom: 70px;
}
.passwordChange.min input{
    width: 100%;
    max-width: 570px;
    border: 1px solid #ccc;
}
.passwordChange.min .field{
    margin-bottom: 30px;
}
.passwordChange.min .field .field-title{
    margin-bottom: 5px;
    display: block;
}
.passwordChange{
    display: none;
}
.passwordChange.active{
    display: block;
}
.passwordChange input[type='password']{
    height: 50px;
    padding: 15px 25px;
    outline: none;
}
#openPc{
    cursor: pointer;
}
.btnBr {
    padding: 11px 15px;
    border: 1px solid #dddddd;
    text-align: center;
}

.btnBr:hover {
    color: #fff !important;
    background-color: #cedc00;
    border-color: #cedc00;
}

.ddInfo {
    display: block;
    margin-bottom: 20px;
}

.ddInfo span {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    padding-right: 15px;
    line-height: 1.6;
}

.ddInfo p {
    line-height: 1.6;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    color: #000;
}

.onBasis {
    display: block;
    font-size: 12px;
    color: #767778;
    line-height: 1.4;
}

.orderTable {
    /*max-width: 950px;*/
    max-width: 1025px;
    color: #000;
    min-width: 600px;
}
.table-wrap{
    width: 100%;
    overflow: auto;
}

.orderTable thead {
    color: #767778;
}

.orderTable td {
    padding: 5px 10px;
}
.accordion .orderTable td{
    padding-left: 0;
}
.orderTable thead td {
    padding: 0px 0;
}

.blackBtn {
    font-size: 12px;
    text-align: center;
    border: 2px solid #000;
    color: #000;
    /*text-transform: uppercase;*/
    padding: 16px;
    display: table;
    width: 100%;
}

.blackBtn:hover {
    color: #fff;
    background-color: #cedc00;
    border-color: #cedc00;
}

.missionTip-item {
    padding-left: 50px;
    padding-right: 25px;
    position: relative;
    width: 33%;
    display: inline-block;
    vertical-align: top;
}

.missionTip-item .ic1,
.missionTip-item .ic2,
.missionTip-item .ic3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
}

.missionTip-item .ic1 {
    background: url(/bitrix/templates/tasty/img/ic1.svg) no-repeat;
    background-size: contain;
}

.missionTip-item .ic2 {
    background: url(/bitrix/templates/tasty/img/ic2.svg) no-repeat;
    background-size: contain;
}

.missionTip-item .ic3 {
    background: url(/bitrix/templates/tasty/img/ic3.svg) no-repeat;
    background-size: contain;

}

.discountBox .ic4,
.discountBox .ic5,
.discountBox .ic6{
    width: 58px;
    height: 50px;
    display: block;
    margin-bottom: 25px;
}
.discountBox .ic4 {
    background: url(/bitrix/templates/tasty/img/ic4.svg) no-repeat;
    background-size: contain;
}

.discountBox .ic5 {
    background: url(/bitrix/templates/tasty/img/ic5.svg) no-repeat;
    background-size: contain;
}

.discountBox .ic6 {
    background: url(/bitrix/templates/tasty/img/ic6.svg) no-repeat;
    background-size: contain;
}
.discountBox h4{
    padding: 0;
    text-align: left;
    margin: 0 0 15px;
    font-weight: normal;
}
.discountBox p{
    color: #666666;
    margin-bottom: 0;
}
.discountBox {
    margin-bottom: 50px;
    display: block;
}

.missionTip {
    display: block;
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 25px 25px;
    position: relative;
    width: calc(100% + 58px);
    /*width: 1155px;*/
    margin-bottom: 80px;
}

.missionTip p {
    color: #666666;
    line-height: 1.9;
    margin-bottom: 0;
}

.missionTip:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 100%;
    left: 66%;

    /*width: 0;*/
    /*height: 0;*/
    /*border-bottom: 17px solid #ddd;*/
    /*border-left: 22px solid transparent;*/
    background-image: url("/bitrix/templates/tasty/img/triangle-ic.png");
    width: 22px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
}

/*.missionTip:after {*/
    /*content: '';*/
    /*position: absolute;*/
    /*display: block;*/
    /*bottom: calc(100% - 2px);*/
    /*left: calc(66% + -1px);*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-bottom: 17px solid #fff;*/
    /*border-left: 22px solid transparent;*/
/*}*/

.mission.pd5 {
    padding-bottom: 50px;
}
h2.indent {
    margin: 0 0 40px;
    font-size: 26px;
}

.priceInfo{
    display: flex;
    max-width: 950px;
    justify-content: space-between;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 20px 40px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.priceInfo p{
    color: #666666;
    display: inline-block;
    vertical-align: middle;
    margin: 0;

}
.priceInfo p span{
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    background-color: #bcc1c4;
    position: relative;
    background-image: url(/bitrix/templates/tasty/img/check-ic2.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 20px;
}
/*.priceInfo:after {*/
    /*content: '';*/
    /*position: absolute;*/
    /*display: block;*/
    /*bottom: 100%;*/
    /*left: calc(79% + 1px);*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-bottom: 15px solid #fff;*/
    /*border-left: 20px solid transparent;*/
/*}*/
.priceInfo:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 100%;
    left: 79%;
    /*width: 0;*/
    /*height: 0;*/
    /*border-bottom: 17px solid #ddd;*/
    /*border-left: 22px solid transparent;*/
    background-image: url("/bitrix/templates/tasty/img/triangle-ic.png");
    width: 22px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
}
.table__tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.table__td:nth-child(1){
    width: 25%;
}
.table__td:nth-child(2){
    width: 17%;
}
.table__td:nth-child(3){
    width: 20%;
}
.table__td:nth-child(4){
    width: 18%;
}
.table__td:nth-child(5){
    width: 20%;
}
.table__thead  .table__td{
    padding-bottom: 15px;
    color: #767778;
}
.table__tbody  .table__td{
    padding-bottom: 15px;
}
.table__tbody .table__tr:last-child .table__td{
    padding-bottom: 0;
}
.resultBox {
    border: 1px solid #dddddd;
    padding: 40px;
}
.resultBox .table__tr{
    border-bottom: 1px solid #dddddd;
}
.resultBox .table__tbody:last-child .table__tr{
    border-bottom: 0;
}
.resultBox .table__tbody .table__tr {
    padding: 15px 0;
}
.resultBox  br{
    display: none;
}

.resultLine {
    text-align: right;
    border: 1px solid #dddddd;
    margin-top: -1px;
}
.resultLine.flex{
    padding: 18px 115px 18px 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.resultLine.flex p {
    font-size: 14px;
    padding: 5px;
}
.resultLine p{
    line-height: 28px;
    width: auto;
    display: inline-block;
    margin: 0;
    font-size: 16px;
}
.resultLine {
    text-align: right;
    border: 1px solid #dddddd;
    margin-top: -1px;
    padding: 18px 115px 18px 20px;
}
.pagFlex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    margin-top: 50px;
}
.btn.min {
    text-align: center;
}
.pagFlex__link {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}
.enterBtn{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.enterBtn > a{
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    /*!*background-image: url(/bitrix/templates/tasty/img/enter-ic2.svg);*!*/
    background-image: url(../images/user-ic.svg);
    cursor: pointer;
    margin-left: 10px;

}

.header.inner  .enterBtn > a,
.mobilemenu .enterBtn > a {
    /*background-image: url(/bitrix/templates/tasty/img/user-03.svg);*/
    opacity: 0.6;
}

.header.fixed  .enterBtn > a,
.mobilemenu .enterBtn > a {
    background-image: url(../images/user-ic.svg);
    opacity: 0.6;
}
.header .mainmenu ul li.selected .enterBtn a:before{
    display: none;
}
.header .mainmenu ul li a{
    vertical-align: middle;
}
.enterBtn > a.active:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    margin: auto;
    display: none;
}
.enterPopup.active{
    display: block;
}
.header.inner .enterPopup{
    top: calc(50vh - 77px);
}
.enterPopup {
    /*top: calc(100% - 22px);*/
    /*left: calc(((100vw - 1600px) / 2) + 345px);*/
    top: calc(50vh - 175px);
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    width: 380px;
    position: absolute;
    background-color: #fff;
    padding: 35px 50px;
    -webkit-box-shadow:  0px 0 5px 7px rgba(0,0,0,0.01);
    -moz-box-shadow:  0px 0 5px 7px rgba(0,0,0,0.01);
    box-shadow: 0px 0 5px 7px rgba(0,0,0,0.01);
}
.forgetPassword{
    left: calc(((100vw - 1600px) / 2) + 345px);
}
.enterPopup__title{
    color: #515151;
    font-size: 16px;
    margin-bottom: 20px;
}
.login_error{
    font-size: 12px;
    color: red;
    margin-bottom: 20px;
}
.enterPopup__input {
    width: 100%;
    margin-bottom: 20px;
    padding: 11px 15px 9px !important;
    color: #000;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 0;
}
.radio-wrap input{
    display: none;
}
.radio-wrap label{
    font-size: 12px;
    color: #979797;
    margin-top: 1px;
    display: inline-block;
    vertical-align: top;
}
.radio-wrap label span{
    width: 13px;
    height: 13px;
    border: 1px solid #cacaca;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.radio-wrap input:checked ~ label span{
    background-image: url(/bitrix/templates/tasty/img/check-ic.png);
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
}
.radio-wrap {
    display: block;
    margin-bottom: 20px;
}
.enterPopup .blackBtn {
    border: 1px solid #332f2f;
    padding: 15px;
    /*background-color: rgba(0,0,0,0);*/
    width: 100%;
    margin-bottom: 14px;
    color: #666;
    color: #fff !important;
    z-index: 1;
    position: relative;
    font-size: 13px !important;
    font-weight: 600;
    background-color: #332f2f;
}
.enterPopup .enterPopup__link{
    color: #939393 ;
    max-width: 180px;
    display: inline-block;
    vertical-align: top;
    line-height: 1.4;
}
.enterPopup .enterPopup__link.center{
    display: table;
    margin: auto;
}
.enterPopup .enterPopup__link:hover{
    color: #9ba500;
}
/*.enterPopup .blackBtn:hover{*/
    /*background: #cedc00;*/
    /*border: 1px solid #cedc00;*/
/*}*/
.enterPopup .blackBtn:last-child{
    margin-bottom: 0;
}
.enterPopup .blackBtn:hover {
    border: 1px solid #474444;
    background: #474444;
}
font.errortext {
    color: #a90a0a;
}
.closeBtn{
    width: 11px;
    height: 11px;
    position: absolute;
    top: 22px;
    right: 22px;
    display: block;
    cursor: pointer;
    -moz-transform: rotate(45deg); /* Для Firefox */
    -ms-transform: rotate(45deg); /* Для IE */
    -webkit-transform: rotate(45deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Для Opera */
    transform: rotate(45deg);
}
.closeBtn:after{
    content: '';
    width: 1px;
    height: 100%;
    background-color: #686868;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.closeBtn:before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #686868;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
/*.enterPopup:before {*/
    /*content: '';*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-left: 10px solid transparent;*/
    /*border-right: 10px solid transparent;*/
    /*border-bottom: 10px solid #fff;*/
    /*position: absolute;*/
    /*bottom: 100%;*/
    /*left: 40px;*/
/*}*/
select {
    width: 100%;
    border: 1px solid #ccc;
    padding: 18px 22px 19px;
    outline: none;
    color: #939393 ;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select-wrap{
    position: relative;
}
.select-wrap:before{
    content: '';
    position: absolute;
    width: 12px;
    height: 7px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;

    background-image: url(/bitrix/templates/tasty/img/arr-select.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.pagetitle  .orderForm{
    margin-bottom: 40px;
}
.orderForm{
    display: none;
}
.orderForm.active{
    display: block;
}
option{
    font-size: 14px;
}

.confirmation {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 100;
    text-align: center;
}
.confirmation:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.confirmation-wrap{
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    background-color: #fff;
    border-radius: 5px;
    padding: 40px 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.07);
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
}
.ck {
    margin: 0 auto 20px;
    display: block;
    background-image: url(/bitrix/templates/tasty/img/ic-7.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 40px;
    height: 40px;
}
.forgetPassword{
    display: none;
    /*top: calc(100% - 40px);*/
    /*right: calc(((100vw - 1600px) / 2) + 457px);*/
    left: 0;
    right: 0;
    top: calc(50vh - 110px);
    margin: auto;
    width: 380px;
    position: absolute;
    background-color: #fff;
    padding: 35px 50px;
    -webkit-box-shadow: 0px 0 5px 7px rgba(0,0,0,0.01);
    -moz-box-shadow: 0px 0 5px 7px rgba(0,0,0,0.01);
    box-shadow: 0px 0 5px 7px rgba(0,0,0,0.01);
}
.forgetPassword.active{
    display: block;
}

.forgetPassword .blackBtn {
    border: 1px solid #000;
    padding: 15px;
    background-color: rgba(0,0,0,0);
    width: 140px;
    margin-bottom: 10px;
    background: #332F2F;
    border: 1px solid #332F2F;
    color: #fff;
}


.forgetPassword .blackBtn:hover{
    background: #474444;
    border: 1px solid #474444;
}



.enterBtn.open .forgetPassword{
    display: block;
}
.enterBtn.open .enterPopup{
    display: none;
}

/*.confirmation:after{*/
    /*content: '';*/
    /*background: #0b0b0b;*/
    /*opacity: 0.8;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*z-index: -1;*/
/*}*/
.loadBox {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: relative;
    display: block;
    margin: 0 auto 25px;
    border: 5px solid #f1f1f1; /* полупрозрачный цвет ставить не стоит, появляются ненужные линии */
    border-top-color: #cedc00;
    border-radius: 100%;
    -webkit-animation: loadingEl linear .7s infinite;
    animation: loadingEl linear .7s infinite;

}
.select-wrap.desNone{
    display: none;
}
.textareaPl {
    padding: 17px 22px 16px;
    min-height: 54px;
    border: 1px solid #ccc;
    color: #333;
    line-height: 1.4;
}
.blackBtn.desNone{
    display: none;
}
.table__close{
    display: none;
}
.table__gram{
    display: none;
}
.orderComment{
    display: none;
}

.linkMt{
    vertical-align: middle;
    min-width: 170px;
    text-align: center;
    height: 120px;
    display: inline-flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    cursor: pointer;
    margin-right: 10px;
    border: 1px solid rgba(0,0,0,0);
}

.linkMt.active{
    border: 1px solid #dddddd;
}
.linkMt__img{
    width: 70px;
    height: 55px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /*display: block;*/
    margin: 0 auto 0px;
    display: none;
}
.linkMt__img.ic1{
    background-image: url("/bitrix/templates/tasty/img/pellet-ic.svg");
}
.linkMt__img.ic2{
    background-image: url("/bitrix/templates/tasty/img/list-ic2.svg");
}
.linkMt__img.ic3{
    background-image: url("/bitrix/templates/tasty/img/washing-machine.svg");
}
.linkMt__text{
    position: relative;
    width: 100%;
    /*padding-right: 24px;*/
    /*min-height: 38px;*/
}
.linkMt__text > p{
    margin: 0;
    color: #999999;
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    max-width: calc(100% - 34px);
}
.linkMt__text > span{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #999999;
    color: #000;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    margin-left: 5px;
    /*margin-left: 10px;*/
    /*position: absolute;*/
    top: -3px;
}

.boxCt{
    display: none;
}
.boxCt.active{
    display: block;
}
.yourOrder-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.yourOrder-item p{
    color: #767778;
    font-size: 14px;
    margin: 0;
}
.yourOrder-item{
    margin-bottom: 5px;
}
.yourOrder {
    text-align: center;
    border: 1px solid #dddddd;
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 30px;

}
.yourOrder-h {
    border-bottom: 1px solid #dddddd;
    padding: 0 25px 15px;
}
.yourOrder-c {
    padding: 20px 25px 30px;
}
.resultYo{
    margin: 10px 0 0;
    font-size: 20px;
}
.yourOrder h2 {
    margin: 25px 0;
    font-weight: 500;
}
.toggleTab.desNone{
    display: none;
}
.btn.float {
    float: left;
    width: 100%;
    text-align: center;
}
.btn.float.resetBasket {
    margin-top: 15px;
}
.pagecontent  .noticeYo {
    float: left;
    font-size: 13px;
    color: #919191;
    line-height: 1.4;
    margin-top: 60px;
    margin-bottom: 0;
}
.accordion .tableCt input[type="number"] {
    background-color: #fff;
    border: 1px solid #ddd;
    height: 30px;
    padding: 0 2px;
}
.contentTovar .accordion > .item{
    margin-bottom: 15px;
}
.boxCt-item{
    margin-bottom: 30px;
}
.menuTovar {
    display: block;
    text-align: center;
    margin-bottom: 25px;
}
.contentTovar h2{
    margin: 0 0 20px;
}

.boxCt-item h2 {
    font-family: "GothamPro";
    font-size: 20px;
    font-weight: bold;
}

.tableCt a{
    color: #666;
}
.tableCt a:hover{
    color: #beca00;
}
.tableCt td,
.tableCt th {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 3px 15px;
    border: 1px solid #ddd !important;
}
.tableCt tbody tr td:nth-child(1),
.tableCt tbody tr td:nth-child(2){
    text-align: left;
}
.tableCt, .tableCt *{
    border-color: #ddd !important;
}
.contentTovar .accordion dd {
    padding-bottom: 0;
    padding-right: 0;
    margin: 0;
    overflow: auto;
}
.tableCt thead td,
.tableCt thead th{
    color: #000;
}
.boxCt.moreCt.active:last-child .tableCt thead th:last-child {
    max-width: 45px;
}
/*.boxCt.moreCt.active .tableCt td:first-child {*/
    /*width: 120px;*/
    /*text-align: center;*/
/*}*/

.boxCt.coffeCt .tableCt td:nth-last-child(8){
    width: 12%;
    text-align: center;
}
.boxCt.coffeCt .tableCt td:nth-last-child(7){
    width: 20%;
}
.boxCt.coffeCt .tableCt td:nth-last-child(6){
    width: 10%;
}
.boxCt.coffeCt .tableCt td:nth-last-child(5){
    width: 12%;
}
.boxCt.coffeCt .tableCt td:nth-last-child(4){
    width: 12%;
}
.boxCt.coffeCt .tableCt td:nth-last-child(3){
    width: 10%;
}
.boxCt.coffeCt .tableCt td:nth-last-child(2){
    width: 12%;
}
.boxCt.coffeCt .tableCt td:last-child{
    width: 12%;
}



.boxCt.moreCt.active:nth-child(2) .tableCt td:nth-child(1){
    width: 11%;
    text-align: center;
}
.boxCt.moreCt.active:nth-child(2) .tableCt td:nth-child(2){
    width: 55%;
}
.boxCt.moreCt.active:nth-child(2) .tableCt td:nth-child(3){
    width: 17%;
}
.boxCt.moreCt.active:nth-child(2) .tableCt td:last-child{
    width: 17%;
}


.boxCt.moreCt.active:nth-child(3) .tableCt td:nth-child(1){
    width: 11%;
    text-align: center;
}
.boxCt.moreCt.active:nth-child(3) .tableCt td:nth-child(2){
    width: 55%;
}
.boxCt.moreCt.active:nth-child(3) .tableCt td:nth-child(3){
    width: 17%;
}
.boxCt.moreCt.active:nth-child(3) .tableCt td:last-child{
    width: 17%;
}


.tableCt tr:first-child th:first-child{
    width: 33%;
}
.tableCt {
    border: #ddd;
    border-left: 0;
    border-right: 0;
    width: 100%;
    /*min-width: 1100px;*/
    min-width: 970px;
}
/*.boxCt.coffeCt .tableCt td:nth-last-child(8),*/
/*.boxCt.moreCt.active:nth-child(2) .tableCt td:nth-child(1){*/
    /*color: #000;*/
/*}*/
.tableCt td{
    color: #666666;
}
.tableCt input {
    width: 40px;
    text-align: center;
    border: 0;
    background-color: rgba(0,0,0,0);
    outline: none;
    color: #666666;
}

.tableCt input::-webkit-input-placeholder {color:#cccccc;}
.tableCt input::-moz-placeholder          {color:#cccccc;}/* Firefox 19+ */
.tableCt input:-moz-placeholder           {color:#cccccc;}/* Firefox 18- */
.tableCt input:-ms-input-placeholder      {color:#cccccc;}


.tableCt input::-webkit-outer-spin-button,
.tableCt input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.tableCt input[type='number'] {
    -moz-appearance:textfield;
}
.pagetitle .tableCt-form{
    max-width: 100%;
}
.tableCt-form  .blackBtn {
    max-width: 150px;
    padding: 6px;
    background-color: rgba(0,0,0,0);
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 30px;
    border: 1px solid;
}
.tableCt-form  .blackBtn:hover{
    background-color: #cedc00;
}
.tableCt.three th{
    width: 13%;
}
.contentTovar .accordion .item.active {
     border-color: #ddd;
    /*border-bottom: 0;*/
}
.sidemenu.flr{
    float: right;
}
.pagecontent ul.order li{
    margin: 0;
}
.pagecontent ul.br0{
    border-bottom: 0;
}
h1.desNone {
    display: none;
}
.pagetitle  .submenu.order li:last-child {
    border-bottom: 1px solid #eee;
}
.submenu.order {
    margin-bottom: 100px;
}
.deployLink{
    font-size: 14px;
    color: #000;
    position: relative;
    display: table;
    margin: 0 auto 0;
    cursor: pointer;
}
.deployLink.active span:nth-child(1){
       display: none;
}
.deployLink.active span:nth-child(2){
    display: inline-block;
}
.deployLink span{
    display: inline-block;
}
.deployLink span:nth-child(2){
       display: none;
}
.deployLink.active:after{
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-bottom: -3px;
}

.deployLink:hover{
    color: #000;
    opacity: 0.8;
}
.deployLink:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 6px;
    margin-left: 15px;
}
.makeOrder{
    display: none;
}

.makeOrder-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 10px;
    position: relative;
}
.makeOrder-item.active .makeOrder__text{
    color: #000;
}
.makeOrder__text.priceMo {
    text-align: center;
    font-size: 16px !important;
}
.makeOrder-item.active .makeOrder__open{
    background-color: #bbc1c4;
    color: #fff;
    background-image: url(/bitrix/templates/tasty/img/plus2.svg);
}
.makeOrder-item.active  .formOrder{
    display: block;
}
.makeOrder__text{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #666666;
    margin: 0;
}
.makeOrder .makeOrder__text{
    max-width: calc(100% - 80px);
}
.makeOrder__open{
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    border: 1px solid #bbc1c4;
    line-height: 30px;
    text-align: center;
    color: #bbc1c4;
    font-size: 26px;
    font-size: 0;
    background-image: url(/bitrix/templates/tasty/img/plus.svg);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat
;
}
.makeOrder__check{
    display: none;
    border-radius: 100%;
    border: 1px solid #bbc1c4;
    position: relative;
    width: 32px;
    height: 32px;
    margin-right: 5px;
}
.makeOrder__check:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    background-image: url(/bitrix/templates/tasty/img/check-ic.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 13px;
    height: 11px;
    opacity: 0.3;
}
.makeOrder__checkactive{
    display: inline-block;
    vertical-align: middle;
}
.formOrder {
    width: 100%;
    display: none;
    border: 1px solid #bbc1c4;
    padding: 25px 15px;
    margin-top: 15px;
}
.formOrder-item p {
    color: #767778;
    margin: 0;
    font-size: 12px;
}
.formOrder__select {
    padding: 7px 15px;
}
.formOrder-item {
    display: block;
    margin-bottom: 25px;
}
.quantity > div {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 25px;
    line-height: 32px;
    color: #767778;
}
.quantity {
    display: block;

}

.quantity input {
    width: calc(100% - 75px);
    text-align: center;
    border: 0;
    font-size: 14px;
    color: #000;
    display: inline-block;
    vertical-align: middle;

}
.quantity input, .quantity-empty input{
    background-color: #fff;
    border: 1px solid #ccc;
}
.quantity {
    border: 1px solid #ccc;
    padding: 5px 5px;
}

.quantity-empty > div {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 25px;
    line-height: 32px;
    color: #767778;
}
.quantity-empty {
    display: block;
}
.quantity-empty input {
    width: calc(100% - 75px);
    text-align: center;
    border: 0;
    font-size: 14px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
}
.quantity-empty {
    border: 1px solid #ccc;
    padding: 5px 5px;
}
.formOrder .blackBtn {
    background: rgba(0,0,0,0);
    border: 1px solid #000;
    text-transform: inherit;
    font-size: 14px;
    padding: 7px 0;
    margin-top: 40px;
    margin-bottom: 10px;
    display: block;
}
.rosBtn {
    font-size: 17px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.rosBtn ~ input{
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.emptyBtn {
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.ntMt2{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*width: 24px;*/
    /*height: 24px;*/
    /*border-radius: 100%;*/
    /*background-color: #999999;*/
    /*color: #000;*/
    /*font-size: 12px;*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*text-align: center;*/
    /*line-height: 24px;*/
    /*font-weight: normal;*/
    /*position: absolute;*/
    /*right: 80px;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*margin: auto;*/
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid #999999;
    color: #999;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    font-weight: normal;
    position: absolute;
    right: 80px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 29px;
}
@media all and (min-width: 994px) {
    .personalPages .sidemenu{
        position: sticky;
        position: -webkit-sticky;
        top: -100px;
    }
    .personalPages .pagetitle {
        overflow: unset;
    }
    .pagewrap.personalPages .pagetitle{
        overflow: hidden;
    }
    .personalPages ~ .pagination{
        padding-right: 290px;
    }
}

@-webkit-keyframes loadingEl {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loadingEl {
    100% {
        transform: rotate(360deg);
    }
}

.mobileTable{
    display: none;
}
#formAlert .alertPopup-wrap>p{
    text-align: center;
}
@media all and (max-width: 1500px) {
    .enterBtn > a {
        margin-left: 20px;
    }
    .enterPopup, .forgetPassword  {
        /*left: auto;*/
        /*left: 25%;*/
        /*right: 26%;*/
    }
    .header .golink span{
        font-size: 11px;
    }
    .header .mainmenu .phone b{
        font-size: 20px;
    }
    .header .mainmenu .phone a{
        font-size: 20px;
    }
}
@media all and (max-width: 1365px) {
    .header .golink img {
        margin-left: 0;
    }
}
@media all and (max-width: 1300px) {
    .resultLine.flex {
        padding: 18px 40px 18px 40px;
    }
    .table__td:nth-child(1){
        width: 32%;
    }
    .table__td:nth-child(2){
        width: 17%;
    }
    .table__td:nth-child(3){
        width: 17%;
    }
    .table__td:nth-child(4){
        width: 17%;
    }
    .table__td:nth-child(5){
        width: 17%;
    }
    .missionTip {
        padding: 25px 15px;

    }
    .missionTip-item {
        padding-left: 40px;
        padding-right: 15px;
    }
    .priceInfo {
        padding: 20px 15px;
    }
    .priceInfo p span {
        margin-right: 10px;
    }
    .priceInfo p{
        font-size: 11px;
    }
    .dt__number, .dt__data, .dt__price, .dt__status, .btnBr {
        font-size: 15px;
    }
}
@media all and (max-width: 1200px) {
    form .formrow.x2 .input {
        width: calc(50% - 15px);
    }
    form .formrow.x2 .input:nth-child(1) {
        padding-right: 0;
        margin-right: 30px;
    }
    .resultLine.flex {
        padding: 18px 20px 18px 20px;
    }
    .resultLine {
        padding: 18px 30px 18px 20px;
    }
    .missionTip-item {
        width: 100%;
        margin-bottom: 15px;
        min-height: 40px;
        padding-left: 50px;
    }
    .missionTip-item:last-child{
        margin-bottom: 0;
    }
    .missionTip{
        width: 100%;
    }
    .pagFlex{
        padding: 0 20px;
    }
    .dt__number, .dt__data, .dt__price, .dt__status, .btnBr {
        font-size: 13px;
    }

    .dt__data,
    .dt__price,
    .dt__status,
    .btnBr{
        display: none;
    }
    .accordion .item.active .dt__data,
    .accordion .item.active .dt__price,
    .accordion .item.active .dt__status,
    .accordion .item.active .btnBr{
        display: block;
        margin-top: 15px;
    }

    .personalPages .accordion {
        margin: 12px auto;
    }
    .accordion .item.active .btnBr {
        display: table;
    }
    .flexDt{
        display: block;

    }
    .accordion dt:after{
        top: 35px;
        margin: 0;
    }
    .formrow.x2.flex.mb{
        flex-wrap: wrap;
    }
    form .formrow.x2.flex.mb .input {
        width: calc(50% - 15px);
        padding: 0 !important;
    }
    form .formrow.x2.flex.mb .input:last-child{
        margin-top: 30px;
    }
}
@media all and (max-width: 993px) {
    .pagetitle h2 {
        margin: 0 0 20px;
        display: block;
        font-family: "GothamPro";
        font-size: 20px;
        font-weight: bold;
    }
    .yourOrder {
        padding-top: 20px;
    }
    .btn.float.resetBasket {
        margin-top: 0;
        margin-left: 15px;
    }
    .linkMt__text {
        min-height: auto;
    }
    .personalPages .container{
        padding: 0;
    }
    .personalPages .dt__name {
        font-weight: normal;
        max-width: calc(100% - 65px);
    }
    h1.tbletNone{
        display: none;
    }
    h1.desNone {
        display: block;
        width: 100%;
    }
    .submenu.order {
        order: 3;
        margin: 50px 0;
    }
    .menuTovar .linkMt__img,
    .menuTovar .linkMt__text > p{
        display: none;
    }
    .linkMt {
        border: 0;
        margin: 0;
        width: auto;
        height: auto;
        display: block;
    }
    .linkMt.active {
        border: 0;
    }
    .linkMt__text > span.open{
        display: block;
        top: 0;
        right: 50px;
        bottom: 0;
        margin: auto;
        position: absolute;
    }
    .linkMt__text > span{
        display: none;
        margin: 0;
    }
    .linkMt, .linkMt__text{
        position: initial;
    }
    .menuTovar{
        position: relative;
    }
    .contentTovar{
        margin-top: 40px;
    }
    .sidemenu.flr {
        display: flex;
        flex-wrap: wrap;
    }
    .noticeYo{
        display: none;
    }
    .personalPages .sidemenu{
        float: none;
        margin-left: 0;
        width: 100%;
    }
    .passwordChange {
        float: left;
        margin-top: 30px;
    }
    .passwordChange{
        width: 100%;
    }
    .passwordChange input[type='password'] {
        width: 50%;
    }
    .personalPages .pagetitle .submenu{
        float: left;
    }
    .personalPages .pagetitle .submenu{
        width: 100%;
        display: block;
        max-width: 100%;
        border-top: 1px solid #eee;
    }
    .sidemenu.mobNone{
        display: none;
    }
    .select-wrap.desNone {
        display: block;
        margin-bottom: 15px;
    }
    .personalPages .accordion dt {
        padding: 17px 20px;
    }
    .ntMt2{
        right: 50px;
    }
    .personalPages .accordion dt:after {
        content: '';
        display: block;
        position: absolute;
        width: 22px;
        height: 12px;
        background: url(/bitrix/templates/tasty/img/accarr.svg) no-repeat center;
        top: 22px;
        margin-top: 0px;
        right: 15px;
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);

        /*top: 0;*/
        /*bottom: 0;*/
        /*margin: auto !important;*/
    }
    .blackBtn.desNone {
        display: block;
        margin: 12px 0;
    }
    .personalPages .contentTovar .accordion .item.active {
        background: #fff;
        border-color: #f5f8f9;
        border: 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .personalPages .contentTovar .accordion .item{
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }
    .personalPages .contentTovar .boxCt-item .accordion .item .flexDt {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .personalPages .contentTovar .accordion .item.active{
        border-bottom: 1px solid #ddd;
        background-color: #f5f8f9;
    }

    .personalPages .contentTovar .boxCt-item .accordion .item .flexDt{
        transition: 0.5s;
    }
    .toggleTab.desNone, .inlineMb{
        /*display: inline-block;*/
        /*margin-left: 20px;*/
        display: table;
        margin-left: auto;
        margin-right: 0;
        width: 190px;

        
    }
    .tbFlex{
        display: flex;
        flex-wrap: wrap;
    }
    .personalPages .disabled-without-errors.has-validation-callback {
        margin-bottom: 0px;
    }


}
@media all and (max-width: 767px) {
    form .formrow.x2 .input:nth-child(1){
        margin-right: 0;
    }
    .toggleTab.desNone{
        margin-left: 0px;
        margin-top: 10px;
        width: 100%;
    }
    .personalPages .disabled-without-errors.has-validation-callback {
        margin-bottom: 0px;
    }
    .formrow.x2.flex .select-wrap, .formrow.x2.flex .input {
        width: calc(100%);
    }
    form .formrow.x2.flex .input{
        width: calc(50% - 15px);
    }
    form .formrow.x2.flex.mb .input {
        width: 100%;
        padding: 0 !important;
        margin-right: 0;
    }
    form .formrow.x2 .input {
        width: 100%;
    }
    form .formrow.x2.flex.mb .input:last-child{
        margin-top: 0px;
    }
    .btn.btn_new_company{
        width: 100%;
    }
    .pagetitle h2 {
        margin: 0 0 30px;
    }

    .orderTable{
        display: none;
    }
    .mobileTable{
        display: block;
        margin-bottom: 30px
    }
    .mobileTable:last-child{
        margin-bottom: 0;
    }
    .titleMt {
        display: block;
        width: 100%;
        font-size: 12px;
        color: #767778;
        margin-bottom: 15px;
    }
    .titleMt {
        display: block;

    }
    .nameMt{
        font-size: 14px;
        color: #000;
        line-height: 1.6;
    }
    .typeMt{
        display: block;
        font-size: 12px;
        color: #767778;
    }
    .contentMt {
        display: flex;
        align-items: start;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .massMt {
        line-height: 1.6;
        font-size: 14px;
        color: #000;
    }
    .footerMt {
        font-size: 14px;
        color: #000;
        line-height: 1.6;
        display: flex;
        align-items: center;
        justify-content: space-between;

    }



    .btn.float.resetBasket {
        margin-top: 0;
        margin-left: 0px;
    }
    .pagetitle h2{
        font-size: 18px;
    }
    .orderBtn-wrap {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .personalPages .orderBtn-wrap ~ form{
        width: 100%;
    }
    .tabBox .accordion dd{
        /*margin-left: 0;*/
        /*padding-right: 0;*/
        padding-bottom: 25px;
    }
    .ddInfo{
        margin-bottom: 0;
    }
    .ddInfo p{
        display: block;
    }
    .tableCt-form .blackBtn{
        margin-right: auto;
        width: 100%;
        max-width: 100%;
    }
    .boxCt.coffeCt .tableCt-form .blackBtn{
        display: none;
    }
    .personalPages .btn.min{
        width: 100%;
    }
    /*.personalPages .formrow .btn.min{*/
        /*margin-top: 20px;*/
    /*}*/
    .personalPages .boxCt-item .accordion .item.active .flexDt{
        border: 1px solid #ddd;
        border-top: 0px solid #ddd;

    }

    .personalPages .contentTovar .accordion .item.active > dd{
        padding: 15px 15px 0 15px;
        border-left: 1px solid #ddd;
        border-right: 1px solid  #ddd;
    }
    .tableCt{
        display: none;
    }
    .makeOrder{
        display: block;
    }
    .itemFo-wrap {
        display: flex;
        justify-content: space-between;
    }
    .itemFo {
        text-align: center;
        width: 45%;
    }

    .itemFo-text {
        margin: 0;
    }
    .itemFo-box {
        margin: 20px 0 0;
    }
    .itemFo-line {
        width: 1px;
        background: #bbc1c4;
    }
    .itemFo .quantity input {
        width: calc(100% - 60px);
    }
    .itemFo .quantity > div {
        width: 25px;
    }
    .pagecontent .itemFo p{
        font-size: 12px;
    }

    .makeOrder .ntMt2 {
        right: auto;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border: 1px solid #999999;
        background-color: transparent;
        color: #999999;
    }
    /*.makeOrder .makeOrder__text {*/
        /*max-width: calc(100% - 115px);*/
    /*}*/
    .pagecontent .boxCt.moreCt .makeOrder-item > .makeOrder__text.priceMo{
        max-width: calc(100% - 135px);
        margin-bottom: 0px;

    }
    .pagecontent .boxCt.moreCt .makeOrder-item > .makeOrder__text{
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px;
        letter-spacing: -0.2px;
        font-size: 13px;
    }
    .makeOrder .quantity-empty {
        max-width: 130px;
    }
    .pagFlex{
        padding: 0;
    }
    .discountBox p{
        margin-bottom: 20px;
    }
    .priceInfo {
        flex-wrap: wrap;
    }
    .priceInfo p {
        width: 50%;
        margin: 5px 0;
    }
    .enterPopup, .forgetPassword {
        left: 0;
        right: 0;
        max-width: calc(100% - 30px);
        padding: 20px;
        /*top: 15vh;*/
        z-index: 40;
        margin: auto;
    }
    .enterBtn > a {
        margin: 0 auto ;
    }
    .enterBtn {
        display: inline-block;
        vertical-align: middle;
        margin: -5px 0 0 20px;
        text-align: center;
    }
    .passwordChange input[type='password'] {
        width: 100%;
    }
    .pagetitle h1.indent {
        margin-bottom: 35px;
    }
    .wrap.indent {
        margin-top: -85px;
        padding-bottom: 55px;
    }
    .passwordChange.min .field {
        margin-bottom: 12px;
    }
    form .formrow.x2 .input.email:nth-child(2) .inputTip__text {
        left: 22px;
    }

    .formrow.mobNone{
        display: none;
    }
    .select-wrap.desNone{
        display: block;
        margin-bottom: 6px;
    }
    .select-wrap-none{
        display: none;
    }

    .dt__data,
    .dt__price,
    .dt__status,
    .btnBr{
        display: none;
    }
    .accordion .item.active .dt__data,
    .accordion .item.active .dt__price,
    .accordion .item.active .dt__status,
    .accordion .item.active .btnBr{
        display: block;
        margin-top: 10px;
    }
    .personalPages .ddInfo-item {
        line-height: 1;
        margin-bottom: 10px;
    }
    .personalPages .ddInfo-item span{
        font-size: 14px;
        color: #999999;
    }
    .personalPages .ddInfo p {
        font-size: 14px;
        line-height: 1.3;
    }
    .ddInfo-item:last-child {
        margin-bottom: 0px;
    }
    .personalPages .accordion {
        margin: 12px auto;
    }
    .accordion .item.active .btnBr {
        margin-top: 40px;
        margin-bottom: 20px;
        display: table;
        margin-left: auto;
        margin-right: auto;

    }
    .accordion .item .btnBr{
        font-size: 16px;
        padding: 9px 18px;
    }
    .flexDt{
        display: block;
        padding-right: 20px !important;

    }
    .missionTip:after {
        left: 0px;
        right: 0;
        margin: auto;
    }
    .missionTip:before {
        left: 0;
        right: 0;
        margin: auto;

    }
    .discountBox .ic4, .discountBox .ic5, .discountBox .ic6 {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .discountBox {
        text-align: center;
        margin-bottom: 15px;
    }
    .discountBox h4 {
        text-align: center;
    }
    .priceInfo:after{
        left: 31px;
    }
    .priceInfo:before{
        left: 30px;
    }
    .discountBox p{
        text-align: left;
    }
    .missionTip {
        width: calc(100% + 0px);
        margin-left: 0px;
        border-radius: 0;
        border-radius: 5px;
        margin-right: 0;
        margin-bottom: 60px;

    }
    .missionTip-item .ic1, .missionTip-item .ic2, .missionTip-item .ic3 {
        display: block;
        margin: 0 auto 15px;
        position: relative;
    }
    .missionTip-item {
        width: 100%;
        margin-bottom: 30px;
        min-height: 40px;
        padding: 0;
    }

    .resultBox{
        border-right: 0;
        border-left: 0;
        border: 0;
        width: 100%;
        margin-left: 0;
        padding: 20px 0 15px;
    }
    .regTable .table__thead .table__td {
        display: none;
    }
    .table__thead .table__td:nth-child(1) {
       display: block;
    }
    .table__thead .table__td {
        padding-bottom: 20px;
    }
    .table__close{
        width: 24px;
        height: 24px;
        border-radius: 100%;
        border: 1px solid #bdc2c5;
        position: absolute;
        top: 0;
        right: 0px;
        display: block;
        -moz-transform: rotate(45deg); /* Для Firefox */
        -ms-transform: rotate(45deg); /* Для IE */
        -webkit-transform: rotate(45deg); /* Для Safari, Chrome, iOS */
        -o-transform: rotate(45deg); /* Для Opera */
        transform: rotate(45deg);
    }
    .table__close:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-color: #bdc2c5;
        width: 60%;
        height: 1px;
    }
    .table__close:after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-color: #bdc2c5;
        width: 1px;
        height: 60%;
    }
    .table__td:nth-child(3){
        display: none;
    }
    .table__gram{
        display: inline;
    }
    .table__tr{
        display: block;
        font-size: 0;
        margin-bottom: 15px;
    }
    .table__tr:last-child{
        margin-bottom: 0;
    }
    .table__td:nth-child(1) {
        width: 100%;
        padding-right: 35px;
    }
    .table__td{
        font-size: 14px;
    }
    .table__td:nth-child(2),
    .table__td:nth-child(4),
    .table__td:nth-child(5){
        width: auto;
        display: inline-block;
        vertical-align: top;
    }
    .table__td:nth-child(4):before{
        content: 'х';
        display: inline-block;
        font-size: 14px;
        color: #000;
        margin: 0 20px;
    }
    .table__td:nth-child(5):before{
        content: '=';
        display: inline-block;
        font-size: 14px;
        color: #000;
        margin: 0 20px;
    }
    .table__tbody .table__tr:last-child .table__td{
        padding-bottom: 15px;
    }
    .resultLine {
        padding: 0;
        border: 0;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 40px;
    }
    .resultLine.flex{
        padding: 0;
    }
    .orderComment{
        display: block;
        width: 100%;
        height: 100px;
        padding: 20px;
    }
    .pagFlex {
        flex-wrap: wrap;
    }
    .pagFlex .pagFlex__link{
        order: 2;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .pagFlex .btn{
        order: 1;
        margin-bottom: 40px;
        width: 100%;
    }
    form .formrow.x2.flex .input{
        width: 100%;
        margin-bottom: 12px;
    }
}
@media all and (max-width: 500px) {

    .priceInfo p {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }
    .priceInfo p span {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    .resultLine.flex p {
        font-size: 16px;
        padding: 5px;
        width: 100%;
        text-align: left;
    }

}
/*.priceInfo p span:before{*/
    /*content: '';*/
  /**/
/*}*/


.confirmation-wrap.ck-ic:before {
    content: '';
    margin: 0 auto 20px;
    display: block;
    background-image: url(/bitrix/templates/tasty/img/ic-7.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 40px;
    height: 40px;
}

.confirmation-wrap.ck-ic{
    text-transform: none;
}
.error-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    background-color: #fff;
    border-radius: 5px;
    padding: 40px 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.07);
    font-size: 13px;
    color: #000;
    text-transform: none;
}
.error-wrap:before {
    content: '';
    margin: 0 auto 20px;
    display: block;
    background-image: url(/bitrix/templates/tasty/img/dagger-ic.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 40px;
    height: 40px;
}