/*.productPageIns .asideNav{*/
/*display: none;*/
/*}*/
/*.topHeader .login .text, .personalAuth h3{*/
/*color:#ee3439;*/
/*}*/
/*.personalAuth h3{*/
/*text-align: center;*/
/*}*/
/*.topHeader .unregister {*/
/*top: 2px;*/
/*}*/
/*.topHeader .login{*/
/*top: 5px;*/
/*}*/
@font-face {
    font-family: 'fa-solid-900';
    font-style: normal;
    font-weight: 400;
    src: url(//servis.duddev.ru/local/templates/MakitaServis/webfonts/fa-solid-900.woff2) format('woff2');
    font-display: swap;
}

.checkoutDeliveryInfoItem .delivery, .checkoutDeliveryInfoItem.customer.deliveryCustomerInfo, .checkoutDeliveryInfoItem.customer.deliveryCompanyInfo {
    display: none;
}

.basket-checkout-block-btn .btn {
    display: inline-block;
}

#login.logged {
    color: #ee3439;
    cursor: pointer;
}

.error {
    color: #ee3439;
}

#login.logged p {
    text-decoration: none;
}

#login #exit {
    color: #bbbbbb;
}

#login #exit:hover {
    color: black;
}

input[type=text], input[type=submit], textarea {
    -webkit-appearance: none;
}

.toolStucturSlider {
    max-height: 1000px;
    height: 100%;
}

.toolBasketParent.show {
    bottom: 0;
    /*position: absolute;*/
    /*width: 100%;*/
}

.componentList table tr td {
    /* border: 1px solid black; */
    padding-left: 5px;
}

.componentList table tr:hover {
    background-color: rgb(253, 254, 179);
}

.componentList table tr td:last-child {
    padding-right: 5px;
    /* border-right: 1px solid black; */
    width: 10px;
}

.componentList table tr th {
    color: black;
    background-color: #bcdae2;
}

.componentListSingle.back {
    background-color: rgb(253, 254, 179);
}

.componentList table th {
    padding-left: 5px;
}

.to-basket-popup {
    height: 0;
    display: inline !important;
}

.article {
    color: black !important;
}
.table-row-popup{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
}
.table-row-popup .table-row-article{
    width:20%;
}
.table-row-popup .table-row-name{
    width:30%;
}
.table-row-popup .table-row-name a{
    text-decoration: none;
    color: #111111;
}
.table-row-popup .table-row-price{
    width:20%;
    display: flex;
    justify-content: flex-start;
}
.table-row-popup .table-row-price img{
    width:13px;
    height: 13px;
    margin-left: 10px;
}
.table-row-popup .table-row-buttons{
    width:30%;
    display: flex;
    justify-content: space-evenly;
}
.table-row-popup .table-row-buttons .buttons{
    margin-top: 0px !important;
}
.container-product-popup{
    border-bottom: solid 2px grey;
    padding-bottom: 5px;
}
.new-list-button{
    background: #fff !important;
    height: 20px;
    margin-top: 0px !important;
    margin-left: 5px !important;
    font-size: 11px !important;
    padding: 0px !important;
}
.new-list-button img{
    height: 20px;
    width: 20px;
}
.container-zamena{
    background-color: rgba(246, 246, 246, 1);
    min-height: 80px;
    border: #3333 1px solid;
    margin-top: 10px;
}

.container-zamena h3{
    width: 100%;
    /*text-align: center;*/
    color: #29b7c5;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: start;
    padding-left: 10px;
}

.container-zamena-product{
    padding-left: 10px;
}
.container-zamena .table-row-popup .table-row-buttons {
    display: none;
}
.addToBasketPopup .buttons {
    text-align: center;
}

.addToBasketPopup .input {
    text-align: center;
}

.tool-text {
    margin-top: 15px;
}

.componentList table tr td:nth-child(2) {
    /*width: 50px;*/
    white-space: nowrap;
    padding-right: 5px;
}

.componentList table tr td:nth-child(4), .componentList table tr th:nth-child(4) {
    padding-left: 5px;
}

.componentList table tr td:nth-child(4) {
    width: 50px;
}

.btn {
    background: #26708d;
}

/* .addToBasketPopup {
    border: 1px solid #000000;
} 

.addToBasketPopup::before {
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
}
*/
.addToBasketPopup::before  {
    display: none;
}
.addToBasketPopup {
    border-radius: inherit;
    border: 2px solid #BCDAE3;
}



.addToBasketPopup input {
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-radius: 0;

}

.addToBasketPopup .minus {
    border-left: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-right: -4px;
    color: grey;
}

.addToBasketPopup .plus {
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-left: -4px;
}

.addToBasketPopup .plus, .addToBasketPopup .minus {
    font-size: 25px;
}

.componentListSingle:hover, .componentListSingle.showComponent, .componentListSingle.back {
    background: rgb(253, 254, 179);
}

.container-list {
    height: 100%;
    width: 74%;
}

.col-left, .col-middle, .col-right {
    display: inline-table;
    *display: inline;
}

.col-left {
    width: 25%;
}

.col-left div {
    margin-top: 20px;
}

.col-middle {
    width: 25%;
}

.col-middle div {
    margin-top: 20px;
}

.col-right {
    width: 25%;
}

.col-right div {
    margin-top: 20px;
}

.container-list a {
    color: #26708d;
    font-size: 18px;
    transition: all 0.2s ease-out;
}

.container-list a:hover {
    color: #ee3439;
}

#toolStructure .controls {
    width: 63%;
    display: flex;
}

.swiper-button-next {
    background-image: url(data:img/png;base64,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);
    outline: none;
    background-size: 80%;
}

.toolStucturSlider .swiper-button-prev {
    background-image: url(data:img/png;base64,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);
    transform: rotate(180deg);
    outline: none;
    background-size: 80%;
}

.sertificatesSlider .controls {
    width: 100%;
}

.text-danger {
    color: #ee3439;
}

.leftSectMenu {
    position: absolute;
    top: 0;
    left: -310px;
    width: 270px;
}

#addFile .checkoutContactInfo {
    margin-bottom: 18px;
}

.fileName {
    margin-bottom: 16px;
    display: none;
}

.fileNameOrder {
    display: none;
    margin-bottom: 20px;
}

.checkoutRadio.step2 .input {
    margin-bottom: 0;
}

.errorPrice {
    display: none;
    margin-left: 12px;
    align-self: center;
}

#map {
    width: 100%;
    height: 400px;
    margin-top: 10px;
}

.recipient-inn-error {
    color: red;
}
.green{
    color: green;

}
#addFile .inputFile {
    /*    width: auto;
        text-align: center;*/
}

.infoIcon {
    /* margin-right: 5px;
    float: right; */
}

.tooltip {
    position: relative;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    height: auto;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -38px;
    right: -10px;/*27.04.24*/
   /*left: 50; 27.04.24*/
    word-wrap: break-word;
}

.tooltip .tooltiptext:after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 90%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    z-index: 10;
}


.middle-name {
    margin: -13px auto auto auto;
    font-size: 16px;/*27.04.24*/
}


.componentListHeader th {
    /*border: 1px solid black;*/
    background-color: #bcdae2;
}

.basket-item-property-custom-value > hr {
    display: block;
    margin: 3px 0;
    max-width: 80%;
}


.infoIconPop {
    margin-right: 5px;
}

.tooltipPop {
    display: none;
    position: relative;
}

.tooltipPop .tooltiptextPop {
    visibility: hidden;
    width: 300px;
    background-color: black;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -37px;
    right: 161px;
}

.tooltipPop .tooltiptextPop:after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 96%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltipPop:hover .tooltiptextPop {
    visibility: visible;
}

.toolStucturSlider .swiper-button-disabled {
    display: none;
}

.checkboxReg {
    margin-top: 2px;
    height: auto !important;
}

.inlineForget {
    display: flex;
    float: right;
}

.inlineRemember {
    float: left;
    display: flex;
    width: 110px;
}

.forgetPassLink {
    margin-top: 0;
    padding-right: 5px;
}

.linksReg {
    margin-top: 16px;
    margin-bottom: 50px;
}

.popupFormTitleForgetPass {
    margin-bottom: 15px;
}

.bx-authform-formgroup-container {
    margin-bottom: 0;
}

.orForgetPass {
    margin-top: 15px;
    margin-bottom: 15px;
}

.choose-map-noauth {
    margin-bottom: 15px;
}

.ur-need-reg {
    margin-top: 30px;
}

.checkoutStepsNav ul li.active {
    background: #58b8c6;
}

.headerBot nav a:last-child {
    padding-top: 10px;
}

.titleAddr {
    text-align: center;
}

.addr {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btnAddr {
    display: flex;
    place-content: center;
}

.secondBtnAddr {
    margin-left: 20px;
}
/*25.03.24-*/
/*.componentList table tr th:first-child {
    width: 40px;
}

.componentList table tr th:nth-child(2) {
    width: 105px;
}

.componentList table tr th:nth-child(4) {
    width: 70px;
}

.componentList table tr th:nth-child(5) {
    width: 17px;
}

.componentList table tr th:nth-child(3) {
    width: 37%;
}*/
.componentList table tr th:first-child {
    width: 7%;
}
.componentList table tr th:nth-child(2) {
    width: 14%;
}
.componentList table tr th:nth-child(3) {
    width: 34%;
}
.componentList table tr th:nth-child(4) {
    width: 16%;
}
.componentList table tr th:nth-child(5) {
    width: 12%;
}
.componentList table tr th:nth-child(6) {
    width: 20%;
}
/*-25.03.24*/
.componentList table tr td:nth-child(3) {
    word-break: break-word;
}

.componentList table {
    width: 100%;
    cellspacing: "0";
    table-layout: fixed;
}

.componentList table tr td:nth-child(4){
    text-align: center;
}

.g-captcha-reg {
    margin-top: 25px;
}

.componentList .componentListIns .addToBasketPopup {
    /*width: 485px !important;25.03.24*/
    width: max-content;/*25.03.24*/
}
@media (max-width: 600px) {
    .componentList .componentListIns .addToBasketPopup {
        /*width: 400px !important;25.03.24*/
    }
    .container-zamena h3{
        font-size: 18px;
    }
    .container-zamena .table-row-popup{
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        align-items: start;
        font-size: 16px;
    }
    .container-zamena .table-row-popup .table-row-article {
        width: auto;
    }
    .container-zamena .table-row-name {
        width: auto;
        padding: 10px 0px;
        font-size: 16px;
        font-weight: 600;
    }
    .container-zamena .table-row-price {
        width: auto;
        font-size: 16px;
    }
    .container-zamena .table-row-popup .table-row-article{
        font-size: 14px;
    }
    .container-zamena .table-row-popup .table-row-buttons {
        /*width: auto;
        padding: 10px 0px;*/
        display: none;
    }
    .container-zamena .table-row-popup .table-row-buttons .inputControls {
        margin-right: 10px;
    }
}

.sub-main-button{
    background: #ee3439;
    color: white;
    padding: 5px;
    border-radius: 5px;
    margin-top: 10px;
    display: block;
    cursor: pointer;
}
.containerSubsModal{
    text-align: center;
    width: 80%;
    padding-left: 10px;
}
.container-sub-button .sub-button-mini{
    cursor: pointer;
    /*margin-top: 5px;*/
    display: block;
    height: 32px;/*27.04.24*/
    width: 32px;/*27.04.24*/
    background: none;
    border: none;
    background: url(/local/templates/MakitaServis/images/icons/catalog/колокольчик_new.png) 100% 100% / 100% 100% no-repeat;
}
.container-sub-button.active .sub-button-mini{
    display: block;
    height: 30px;/*27.04.24*/
    width: 30px;/*27.04.24*/
    background: none;
    border: none;
    background: url(/local/templates/MakitaServis/images/icons/catalog/колокольчик_on_new.png) 100% 100% / 100% 100% no-repeat;
}


/* .table-block .componentList table tr th {
    background: #1f839f2b;
}
.componentList table tr:hover {
    background-color: #1f839f2b;
}
.table-block  .componentListHeader th {
    border: none;
}
.table-block  .componentList table tr th {
    padding: 20px 0;
}

.container-product-popup div:first-child .table-row-name,
.container-product-popup div:first-child .table-row-article,
.container-product-popup div:first-child .table-row-price,
.container-product-popup div:first-child .table-row-buttons{
    color: #202020;
    font-weight: bold;
    font-size: 20px;
    opacity: 1;
}
.container-product-popup div:last-child .table-row-name,
.container-product-popup div:last-child .table-row-article,
.container-product-popup div:last-child .table-row-price,
.container-product-popup div:last-child .table-row-buttons{
    color: #202020;
    font-weight: normal;
    font-size: 17px;
    opacity: 1;
}
.table-row-buttons .buttons button.new-list-button {
    border: 1px solid #1F839F;
    border-radius: 0px;
    font-size: 15px !important;
    padding: 8px 15px !important;
    background: #1f849f !important;
    height: auto;
    margin-top: 0px !important;
    margin-left: 0 !important;
   
}
.inputControls {
    font-size: 15px !important;
    padding: 8px 15px !important;
}
.table-row-popup .table-row-buttons {
    width: 40%;
}
.addToBasketPopup .minus,
.addToBasketPopup input,
.addToBasketPopup .plus {
    border-radius: inherit;
    font-weight: bold;
    border: 1px solid #bcdae3;
    font-size: 15px !important;
    padding: 8px 15px !important;
}
.addToBasketPopup .plus, 
.addToBasketPopup .minus {
    width: auto;
    height: auto;
}
.inputControls {
    padding: 0 !important;
}
.container-product-popup {
    border-bottom: solid 2px white;
}
.addToBasketPopup input {
    width: 50px;
    height: auto;
}
.table-row-popup .table-row-article {
    width: 18%;
}
.table-row-popup .table-row-name a {
    max-width: 160px;
    display: block;
}

.addToBasketPopup {
    margin-top: 40px;
    transform: translateX(-93%);
} */

/*кнопки*/
.btn-done {
    border: 2px solid #BCDAE3;
    color: #fff;
    font-weight: 500;
    font-size: 14px;/*27.04.24*/
    background: #1F839F;
    padding: 4px 4px;
    cursor: pointer;
}
.btn-change {
    border: 2px solid #ffe794;
    color: #fff;
    font-weight: 500;
    font-size: 14px;/*27.04.24*/
    background: #FFC700;
    padding: 4px 4px;/*27.04.24*/
    cursor: pointer;
}
.done-no {
    border: 2px solid #ffa9ab;
    color: #fff;
    font-weight: 500;
    font-size: 14px;/*27.04.24*/
    background: #EE3439;
    padding: 4px 8px;/*27.04.24*/
    cursor: pointer;
}
@media (max-width: 1220px) {
    .done-no {
        padding: 4px 4px;
    }
}
@media (max-width: 1179px) {
    .btn-done, .btn-change, .done-no {
        font-size: 12px;
    }
    .container-sub-button .sub-button-mini{
        height: 30px;/*27.04.24*/
        width: 30px;/*27.04.24*/
    }
}
@media (max-width: 1129px) {
    .btn-done, .btn-change, .done-no {
        font-size: 14px;
    }
    .container-sub-button .sub-button-mini{
        height: 32px;/*27.04.24*/
        width: 32px;/*27.04.24*/
    }
    .done-no {
        padding: 4px 20px; /*27.04.24*/
    }

}
.btn-group {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  
.btn-group .btn-open {
    margin: 0 10px;
}
  
.modal-form {
    overflow: hidden !important;
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    align-items: center;
    justify-content: center;
}
.modal-form__close-btn {
    top: 20px;
}
.modal-form__close-btn {
    right: 20px;
    position: absolute;
    display: block;
    height: 15px;
    width: 15px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 12.455L10.0468 7.5009L14.9982 2.54771L12.4532 0L7.4991 4.95319L2.54591 0L0 2.54771L4.95139 7.5009L0 12.4541L2.54771 15L7.4991 10.0468L12.4505 15L15 12.455Z' fill='%23202020' fill-opacity='0.5'/%3E%3C/svg%3E");
}
.modal-form__close-btn :hover,
.modal-form__close-btn :focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal-form__inner{
    display: none;
}
.modal-form__content {
   position: relative;
   margin: 35% auto;
   background: #fff;
   max-width: 650px;
}
.modal-form__content.modal-content-modal-form3 {
    max-width: 560px;
}
.modal-form__content.modal-content-modal-form1 {
    padding: 15px 20px;
    border: 2px solid #BCDAE3;
    box-shadow: 0px 0px 6px 2px rgb(208 208 208 / 87%);
} 
.modal-form__content.modal-content-modal-form3 {
    padding: 15px 20px;
    border: 2px solid #ffa9ab;
    background: #fff1f1;
    box-shadow: 0px 0px 6px 2px rgb(208 208 208 / 87%);
}
.modal-form__content.modal-content-modal-form2 {
    padding: 0;
    border: 2px solid #ffe99d;
    box-shadow: 0px 0px 6px 2px rgb(208 208 208 / 87%);
} 
.modal-content-modal-form2 .modal-form__change .modal-form__inner-bottom  {
    padding: 15px 20px;
    background:#ddac0014;
}
.modal-form__inner-top .modal-form__col:first-child,
.modal-form__inner-bottom .modal-form__col:first-child {
    margin-bottom: 20px;
}
.modal-content-modal-form2 .modal-form__change .modal-form__inner-top {
    padding: 15px 20px;
}
.modal-form__inner.active {
    gap: 20px;
    flex-direction: column;
    display: flex;
}
.modal-form__col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-form__col .modal-form__title {
    color: #202020;
    font-weight: bold;
    font-size: 14px;

}
.modal-form__col .modal-form__desk { 
    color: #202020;
    font-weight: normal;
    font-size: 14px;
    overflow-wrap: normal;
    /*padding-left: 20px;*/
}

.modal-form__change .modal-form__inner-top .modal-form__col .modal-form__desk {
    color: #20202073;
}

.modal-form__col .modal-form__title:nth-child(1), 
.modal-form__col .modal-form__desk:nth-child(1) {
    width: 130px;
}

.modal-form__col .modal-form__title:nth-child(2), 
.modal-form__col .modal-form__desk:nth-child(2) {
    width: 200px;
}

.modal-form__col .modal-form__title:nth-child(3), 
.modal-form__col .modal-form__desk:nth-child(3) {
    width: 100px;
}

.modal-form__col .modal-form__title:nth-child(4), 
.modal-form__col .modal-form__desk:nth-child(4) {
    width: 315px;
    display: flex;
    gap: 10px;
}
.modal-form__col .modal-form__title:nth-child(4) span {
    padding-left: 40px;
}
.modal-form__title-too {
    color: #20202073;
}
.modal-form__col .modal-form__inner-bottom .modal-form__title:nth-child(4) span:last-child {
    color: #d2d2d2;
}
.modal-form__btn-group {
    display: flex;
    border: 2px solid #bcdae3;
}
.modal-form__btn-group button {
    box-sizing: border-box;
    margin: 0;
    background: none;
    font-weight: bold;
    border: none;
    font-size: 16px;
    padding: 5px 10px;
}
.modal-form__btn-group input {
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    font-weight: bold;
    border: none;
    border-right: 2px solid #bcdae3;
    border-left: 2px solid #bcdae3;
    font-size: 15px;
    padding: 5px 10px;
    max-width: 78px;
}
.modal-form__change .modal-form__btn-group input {
    background: #ddac0005;   
}
.modal-form__btn-group button:focus,
.modal-form__btn-group button:hover,
.modal-form__btn-group input:focus,
.modal-form__btn-group input:hover {
    outline: none;
}
.modal-form__btn {
    border: 2px solid #BCDAE3;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    background: #1F839F;
    padding: 5px 15px;
    cursor: pointer;
}
.modal-form__change .modal-form__inner-top .modal-form__btn {
    border: 2px solid #ffa9ab;
    background: #EE3439;
}
.modal-form__no .modal-form__no-title {
    color: #202020;
    font-weight: bold;
    font-size: 14px;
}
.modal-form__email-field {
    border: 2px solid #fd8b8d;
    background-color: white;
    outline: none;
    min-width: 349px;
    padding: 14px 20px;
    font-size: 19px;
    font-weight: 400;
}


input.modal-form__email-field[type="text"] { 
    color: #20202091;
}
input.modal-form__email-field[type="text"]::-webkit-input-placeholder {
    color: #20202091;
} 
input.modal-form__email-field[type="text"]::-moz-placeholder {
    color: #20202091;
}

.modal-form__no-btn-group {
    display: flex;
    gap: 10px;
}
.modal-form__desk-mobil {
    display: none;
}
.modal-form__btn-row {
    justify-content: space-between;
    display: flex;
    width: 100%;
}


@media (max-width: 1100px) { 
    .modal-form__col .modal-form__title {
        font-size: 14px;
    }
    .modal-form__col .modal-form__desk {
        font-size: 14px;
    }
    .modal-form__btn {
        font-size: 14px;
    }
    .modal-form__content { 
        max-width: 650px;
    }
    .modal-form__no .modal-form__no-title {
        font-size: 14px;
    }
    .modal-form__email-field {
        font-size: 14px;
    }
}

@media (max-width: 730px) {
    .modal-form__content.modal-content-modal-form3 {
        width: 100%;
        max-width: 490px;
    }
    .modal-form__no .modal-form__no-title {
        font-size: 14px;
    }
    .modal-form__email-field {
        /* min-width: 100%; */
    }
    .modal-form__no-btn-group {
        flex-wrap: wrap;
    }
    .modal-form__btn {
        width: 100%; 
    }
    .modal-form__inner.active {
        gap: 15px; 
    }
    .modal-form__content.modal-content-modal-form3 {
        padding: 10px; 
    }
    .modal-form__email-field {
        padding: 9px 14px;
    }
    .modal-form__content {
        max-width: 310px;
    }
    .modal-form__col .modal-form__desk {
        padding-left: 0px;
    }
    .modal-form__col .modal-form__title:nth-child(1), 
    .modal-form__col .modal-form__desk:nth-child(1) {
        width: 80px;
    }

    .modal-form__col .modal-form__title:nth-child(2), 
    .modal-form__col .modal-form__desk:nth-child(2) {
        width: 130px;
    }

    .modal-form__col .modal-form__title:nth-child(3), 
    .modal-form__col .modal-form__desk:nth-child(3) {
        width: 60px;
    }
    .modal-form__col .modal-form__desk {
        font-size: 14px;
    }
    .modal-form__col .modal-form__title {
        font-size: 14px;
    }
    .modal-form__content.modal-content-modal-form2 .modal-form__inner-top .modal-form__col:first-child .modal-form__title:last-child  {
        display: none;
    }
    .modal-form__content.modal-content-modal-form2 .modal-form__inner-top .modal-form__col:last-child .modal-form__desk:nth-child(4)  {
        width: 100%;
        margin-top: 10px;
    }
    .modal-form__col {
        flex-wrap: wrap;
    }
    .modal-form__inner-top .modal-form__col:first-child {
        margin-bottom: 10px;
    }
    .modal-form__btn {
        font-size: 14px;
    }
    .modal-content-modal-form2 .modal-form__change .modal-form__inner-top {
        padding: 10px 10px;
    }
    .modal-content-modal-form2 .modal-form__change .modal-form__inner-bottom {
        padding: 10px 10px; 
    }
    .modal-form__close-btn {
        top: 10px;
    }
    .modal-form__close-btn {
        right: 5px; 
    }
    .modal-form__done .modal-form__col:first-child .modal-form__title:last-child {
        display: none;
    }
    .modal-form__btn-group button {
        font-size: 14px;
        padding: 6px 10px;
    }
    .modal-form__btn-group input {
        font-size: 14px;
        padding: 4px 10px;
    }
    .modal-form__col {
        gap: 10px 0;
    }
    .modal-form__inner.active {
        gap: 10px;
    }
    .modal-form__content.modal-content-modal-form1 {
        padding: 10px 10px; 
    }
    .modal-form__col .modal-form__desk:nth-child(4) {
        gap: 10px;
    }
    .modal-form__col .modal-form__desk:nth-child(4) {
        flex-direction: column;
    }
    .modal-form__desk-mobil {
        display: block;
    }
    .modal-form__col .modal-form__title:nth-child(4) {
        display: none;
    }
    .modal-form__title-one {
        color: #202020;
        font-weight: bold;
    }
    .modal-form__btn-row {
        gap: 10px;
    }
    .modal-form__desk-mobil {
        display: flex;
        justify-content: space-between;
    }
    .done-no {
        padding: 6px 6px; /*27.04.24*/
    }
}

.rightSide .addToBasketPopup {
    transform: translateX(-90%);
}
.addToBasketPopup {
    transform: translateX(0%);
}


@media (min-width: 1201px) and (max-width: 1268px) {
    .toolStucturSlider .swiper-slide{
        height: max-content !important;
    }
}
@media (min-width: 600px) and (max-width: 1099px) {
    .leftSide{
        margin-top: 0 !important;
    }
    .productPage .basket{
        margin-top: 0 !important;
    }
}

.componentList table tr,.componentList table tr td{
    border: solid 1px #202020 !important
}
.componentList table tr th {
    border: solid 1px #202020 !important
}
.componentList table tr th{
    text-align: center !important;
    font-weight: normal !important;
    color: white;
    background: #1F839F;
}
.componentList table tr td:first-child{
    text-align: center !important;
    padding-left: 0px;
    background: rgba(31, 131, 159, 0.2);
}
.componentList table tr td:nth-child(4){
    text-align: center !important;
}

.form-sub-main{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-top: 20px;
    font-size: 16px;
}
.form-sub-main input{
    width: 100%;
        border: 2px solid #0087ff;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
        text-transform: uppercase;
        transition: all 0.2s ease-out;
        padding: 10px;
        margin-right: 10px;
}
.form-sub-main button{
    width: 100%;
        border: none;
        background: #26708d;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
        text-transform: uppercase;
        transition: all 0.2s ease-out;
        padding: 10px;
}

.container-sub-button .sub-button-mini{
    height: 16px !important;
    width: 16px !important;
    background: url(/local/templates/MakitaServis_new/images/icons/new-catalog/kolokol.png) 100% 100% / 100% 100% no-repeat !important;
}
.container-sub-button.active .sub-button-mini{
    background: url(/local/templates/MakitaServis_new/images/icons/new-catalog/kolokol-active.png) 100% 100% / 100% 100% no-repeat !important;
    
}

.btn-open{
    width: 100%;
}
.btn-done{
    background: none !important;
    border: none !important;
}
.btn-change{
    background: none !important;
    border: none !important;
}
.done-no{
    background: none !important;
    border: none !important;
}
.quantityTable-icons-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.done-btn-js{
    width: 17px;
    padding: 0 !important;
}
.done-btn-js img{
    height: 16px;
    width: 16px;
    position: relative;
    top: 2px;
}
.modal-form__desk a{
    text-decoration: none;
    color: #202020;
}