/* startt */
body {
  padding: 0 !important;
}


.cart__li:first-child{
  margin-left: 20px;
}




.start__btn {
  font-family: "MuseoSansCyrl_700";
  text-align: center;
  border: 0;
  /* width: 25%; */
  display: inline-block;
  font-size: 16px;
  color: white;
  background-color: #213031;
  text-transform: uppercase;
  padding: 13px 30px;
  border-radius: 25px;
  box-shadow: inset 1px 1.732px 0px 0px rgba(147, 155, 158, 0.3), 0.749px 1.854px 0px 0px rgba(58, 79, 80, 0.3);
  transition: .3s all;
  cursor: pointer;
}
.start__btn:hover {
  color: #213031;
  background-color: white;
  transition: .3s all;
  cursor: pointer;
}

.start__btn-buy{
  margin-left: 15px;
  background-color: white;
  transition: .3s all;
  cursor: pointer;
  font-family: "MuseoSansCyrl_700";
  text-align: center;
  border: 0;
  display: inline-block;
  font-size: 16px;
  color: #213031;
  text-transform: uppercase;
  padding: 13px 72px;
  border-radius: 25px;
  box-shadow: 1px 1.732px 0px 0px rgba(147, 155, 158, 0.6), inset 0.749px 1.854px 0px 0px rgba(255, 220, 59, 0.3);
}

.start__btn-buy:hover {
  background-color: #213031;
  box-shadow: inset 1px 1.732px 0px 0px rgba(147, 155, 158, 0.3), 0.749px 1.854px 0px 0px rgba(58, 79, 80, 0.3);
  color: white;
  transition: .3s all;
  cursor: pointer;
}

.start__btn-block-buy{
  margin-top: 30px;
}



  /* BUY */


  .modal{
      opacity: 1;
  }

  .modal-dialog{
    width: 880px;
  }

  .form-control{
    height: 38px;
    box-shadow: none;
    padding: 10px 20px;
  }

  #modal-cart .buy__plan-type{
    padding: 0 10px;
    font-family: "MuseoSansCyrl_500";
  }

  #modal2 .modal-body{
    padding: 80px;
  }

  .close{
    position: absolute;
    top: 0;
    right: 0;
  }

  .buy__quantity-block-btn{
    width: 25%;
    height: 38px;
    border: 1px solid #dcdcdc;
    text-align: center;
    border-radius: 5px;
    background-color: #eee;
  }

  .buy__quantity-block-btn .quantity-this{
    display: block;
    padding-top: 8px;
  }


  .all_device_cards li{
    list-style: none;
  }

  .buy__device{
    display: flex;
    justify-content: space-between;
  }

  .buy__plan{
    width: 49%;
  }

  .buy__quantity{
    width: 23%;
    text-align: center;
    border-radius: 25px !important;
  }

  .buy__title-block{
    position: relative;
  }

  .buy__caption{
    margin: 0 auto;
    font-size: 30px;
    display: block;
    padding: 0 18px;
    width: 160px;
    position: relative;
  }

  .buy__caption:before{
    position: absolute;
    content: '';
    height: 70%;
    width: 3px;
    left: 0;
    top: 13%;
  }

  .buy__caption:after{
    position: absolute;
    content: '';
    height: 70%;
    width: 3px;
    right: 0;
    top: 13%;
  }

  .buy__desc{
    text-align: center;
    padding: 25px 0 0 0;
    font-size: 16px;
    padding: 20px;
  }

  .buy__form-group-two{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .buy__form-control-two{
    height: 50px;
    width: 49%;
    background-color: #fdfdfd;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
  }


  .buy__line-block{
    background-color: #dcdcdc;
    width: 100%;
    height: 1px;
    margin: 40px auto;
  }

  .buy__form-control{
    height: 50px;
    background-color: #fdfdfd;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
  }

  .buy__plan-type{
    width: 44%;
    height: 38px;
    background-color: #fdfdfd;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
  }

  .buy__quantity-block{
    width: 25%;
    height: 38px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    background-color: #fdfdfd;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
  }

  .buy__plus-btn{
    color: #213031;
    font-size: 18px;
    width: 60px;
    text-align: center;
    cursor: pointer;
    padding: 8px 0;
    font-family: "MuseoSansCyrl_700";
  }

  .buy__result-btn{
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    padding: 8px 30px;
    font-family: "MuseoSansCyrl_500";
    }

  .buy__minus-btn{
    color: #213031;
    font-family: "MuseoSansCyrl_700";
    font-size: 18px;
    width: 60px;
    text-align: center;
    cursor: pointer;
    padding: 8px 0;
  }

  .buy__add-btn{
    font-family: "MuseoSansCyrl_700";
    text-align: center;
    border: 0;
    width: 25%;
    display: inline-block;
    font-size: 16px;
    color: #213031;
    background-color: #ffcd00;
    text-transform: uppercase;
    padding: 13px 0px;
    border-radius: 25px;
    box-shadow: 1px 1.732px 0px 0px rgba(147, 155, 158, 0.6), inset 0.749px 1.854px 0px 0px rgba(255, 220, 59, 0.3);
    transition: .3s all;
    cursor: pointer;
  }

  .buy__add-btn:hover{
    box-shadow: inset 1px 1.732px 0px 0px rgba(147, 155, 158, 0.3), 0.749px 1.854px 0px 0px rgba(58, 79, 80, 0.3);
    transition: .3s all;
    color: white;
    text-decoration: none;
  }

  .buy__add-btn:focus{
    outline: none;
    text-decoration: none;
    color: white;
  }

  .buy__add-btn:active{
    outline: none;
  }



  .buy__delete-btn{
    font-family: "MuseoSansCyrl_700";
    border: 0;
    text-align: center;
    width: 25%;
    padding: 13px 0;
    background-color: #213031;
    display: block;
    border-radius: 36px;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s all;
    cursor: pointer;
    box-shadow: inset 1px 1.732px 0px 0px rgba(147, 155, 158, 0.3), 0.749px 1.854px 0px 0px rgba(58, 79, 80, 0.3);
  }

  .buy__delete-btn:hover{
    background-color: #ffcd00;
    color: #213031;
    box-shadow: 1px 1.732px 0px 0px rgba(147, 155, 158, 0.6), inset 0.749px 1.854px 0px 0px rgba(255, 220, 59, 0.3);
  }

  .buy__delete-btn:focus{
    outline: none;
  }

  .buy__total{
    font-family: "MuseoSansCyrl_700";
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 0px 0px 40px 0;
  }

  .buy__total-price{
    text-transform: uppercase;
    font-size: 16px;
  }

  .buy__btn-block{
    text-align: center;
  }

  .buy__btn-send{
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    padding: 13px 80px;
    border-radius: 25px;
    cursor: pointer;
    transition: .3s all;
    box-shadow: 0px 5px 19px 1px rgba(133, 133, 132, 0.25);
  }

  .buy__btn-send:hover{
    background-color: transparent;
    transition: .3s all;
  }

  .buy__btn-send:focus{
    outline: none;
  }
  .quantity-this{
    font-family: "MuseoSansCyrl_500";
  }










  /* CARTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT */



    .cart__select-country {
      font-family: "MuseoSansCyrl_500";
      color: #213031;
    }

    .cart__select-country option {
      padding: 5px;
      font-family: "MuseoSansCyrl_500";
      color: #213031;
    }




    .cart__modal-top-caption{
      text-align: center;
      font-size: 30px;
      position: relative;
      text-transform: uppercase;
      width: 160px;
      margin: 0 auto;
      color: #213031;
      font-family: "MuseoSansCyrl_700";
    }

      .cart__modal-top-caption:before{
        position: absolute;
        content: '';
        height: 70%;
        width: 3px;
        left: 0;
        top: 13%;
      }

      .cart__modal-top-caption:after{
        position: absolute;
        content: '';
        height: 70%;
        width: 3px;
        right: 0;
        top: 13%;
      }

    .cart__modal-top-desc{
      text-align: center;
      color: #959595;
      padding: 0 0 20px 0;
    }

    .cart__modal-dialog{
      margin-top: 10% !important;
    }

    .cart__nav{
      background-color: #213031;
      border-radius: 50px;
      box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
      margin: 20px 0px 40px 0px;
    }

    .cart__link{
      background-color: transparent;
      color: #a2a2a2;
      font-size: 14px;
      text-decoration: none;
      border: none !important;
      padding: 15px !important;
      font-family: "MuseoSansCyrl_500";
    }

      .cart__link-visible{
        display: none;
      }

      .cart__link:hover{
        text-decoration: none;
        border: none;
        color: white;
      }

    .cart__tab-content{
      margin: 0 0px 20px 0px !important;
    }

    .cart__thead{
      color: #383838;
    }

    .cart__tbody{
      color: #555555;
    }

    .cart__price{
      color: #f83454;
    }

    .cart__btn-block{
      margin: 0 0px 40px 20px;
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap;
    }

    .cart__btn{
      font-family: "MuseoSansCyrl_700";
      padding: 15px 20px;
      border: none;
      text-transform: uppercase;
      color: white;
      }

    .cart__shopping{
      border: 0;
      text-align: center;
      /* width: 100%; */
      padding: 13px 30px;
      background-color: #213031;
      display: block;
      border-radius: 36px;
      color: white;
      font-size: 16px;
      text-transform: uppercase;
      font-family: "MuseoSansCyrl_700";
      text-decoration: none;
      transition: .3s all;
      cursor: pointer;
      box-shadow: inset 1px 1.732px 0px 0px rgba(147, 155, 158, 0.3), 0.749px 1.854px 0px 0px rgba(58, 79, 80, 0.3);
    }

    .cart__shopping:hover{
      box-shadow: 1px 1.732px 0px 0px rgba(26,142,89,0.6), inset 0.749px 1.854px 0px 0px rgba(26,122,78,0.6);
    }

    .cart__shopping:focus{
      outline: none;
    }

    .cart__back{
      border: 0;
      text-align: center;
      /* width: 100%; */
      padding: 13px 76px;
      background-color: #383838;
      display: block;
      border-radius: 36px;
      color: white;
      font-size: 16px;
      text-transform: uppercase;
      font-family: "MuseoSansCyrl_700";
      text-decoration: none;
      transition: .3s all;
      cursor: pointer;
      box-shadow: inset 1px 1.732px 0px 0px rgba(147, 155, 158, 0.3), 0.749px 1.854px 0px 0px rgba(58, 79, 80, 0.3);
    }

    .cart__back:hover{
      box-shadow: 1px 1.732px 0px 0px rgba(26,142,89,0.6), inset 0.749px 1.854px 0px 0px rgba(26,122,78,0.6);
    }

    .cart__back:focus{
      outline: none;
    }

    .cart__checkout{
      background-color: #ffcd00;
      border: 0;
      text-align: center;
      /* width: 100%; */
      margin-left: 15px;
      padding: 13px 50px;
      display: block;
      border-radius: 36px;
      color: #213031;
      font-size: 16px;
      text-transform: uppercase;
      font-family: "MuseoSansCyrl_700";
      text-decoration: none;
      transition: .3s all;
      cursor: pointer;
      box-shadow: 1px 1.732px 0px 0px rgba(147, 155, 158, 0.6), inset 0.749px 1.854px 0px 0px rgba(255, 220, 59, 0.3);
    }

    .cart__checkout:hover{
      box-shadow: inset 1px 1.732px 0px 0px rgba(147, 155, 158, 0.3), 0.749px 1.854px 0px 0px rgba(58, 79, 80, 0.3);
      background-color: #383838;
      color: white;
    }

    .cart__checkout:focus{
      outline: none;
    }

    .cart__close-icon{
      width: 10px;
      height: 10px;
    }

    .cart__close{
      margin: 12px 20px 0 0;
      opacity: 1;
      transition: .3s all;
    }

      .cart__close:hover{
        transition: .3s all;
      }

      .cart__close:focus{
        outline: none;
      }

    .cart__close-td{
      transition: .3s all;
      opacity: 1;
    }

      .cart__close-td:hover{
        transition: .3s all;
      }

      .cart__close-td:focus{
        outline: none;
      }

    .cart__case-block{
      width: 49%;
    }

    .cart__customer-device{
      border-radius: 5px;
      width: 100%;
      background-color: #eee;
      padding: 11px 20px !important;
    }

    .cart__customer-total{
      padding: 8px 20px !important;
      border-radius: 5px;
      width: 100%;
      height: 38px;
      background-color: #eee;
    }

    .cart__customer-ul{
      width: 100%;
      padding: 0;
      margin: 0;
    }

    .cart__customer-li{
      width: 100%;
      list-style: none;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .cart__purchase-adress{
      margin: 20px 0 0 0;
      color: #383838;
      background-color: #eee;
      padding: 10px 20px;
      border-radius: 15px;
    }
    .cart__purchase-elements{
      margin: 20px 0 0 0;
      color: #383838;
      background-color: #e8e8e8;
      padding: 10px 20px;
      border-radius: 15px;
    }
    .cart__purchase-price{
      margin: 20px 0 0 0;
      display: flex;
      justify-content: space-between;
      border-radius: 15px;
    }
    .cart__purchase-price-caption{
      display: block;
      padding: 0;
      margin: 0;
    }
    .cart__purchase-price-money{
      padding: 0;
      margin: 0;
      display: block;
      color: white;
    }
  .cart__form .form-group input{
      border-radius: 5px;
      height: 38px;
      padding: 0px 20px 0 20px;
      font-family: "MuseoSansCyrl_500";
    }

    .cart__form-caption{
      padding: 20px 0 0 0;
      font-size: 18px;
      color: #383838;
    }

    .cart__line-block{
      width: 100%;
      height: 2px;
      background-color: #e8e8e8;
      margin: 40px 0;
    }

    .cart__row{
      width: 100%;
    }

    .cart__row-two{
      width: 100%;
      display: flex;
      justify-content: space-between;
    }

    .cart__form-group-two{
      width: 49%;
    }

    .cart__label-offers{
      font-weight: 300;
      transform: translateY(-12px);
      padding: 0;
      margin: 0;
      color: #383838;
      font-family: "MuseoSansCyrl_500";
    }

    .cart__modal-body{
      padding: 50px 80px 50px 80px;
    }

    .cart__select-payment{
      width: 100% !important;
      margin-bottom: 40px;
    }

    .cart__select-option{
      width: 100%;
    }





    .cart__type{
      display: block;
      margin-top: 2px;
      color: #f83b5a;
    }
      .cart__type:first-child{
        transform: translateY(1px);
      }
    .cart__type-minus{
      margin: 1px 0 0 0;
    }

    .cart__type-number{
      color: #383838;
    }

    .cart__type-header-ul{
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 10px 20px 10px 0;
      border-bottom: 2px solid #e8e8e8;
    }

    .cart__type-header-li{
      list-style: none;
      color: #383838;
      font-size: 18px;
      width: 23%;
    }

      .cart__type-header-li:first-child{
        width: 31%;
      }

    .cart__type-quantity{
      display: flex;
      justify-content: space-between;
      width: 100px;
      border: 1px solid #f0f0f0;
      border-radius: 20px;
    }
    .cart__type-quantity-plus{
      cursor: pointer;
      text-align: center;
      width: 30px;
      border-right: 1px solid #f0f0f0;
    }

    .cart__type-quantity-minus{
      cursor: pointer;
      text-align: center;
      width: 30px;
      border-left: 1px solid #f0f0f0;
    }
    .cart__type-body-ul{
      position: relative;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 10px 20px 10px 0;
      align-items: center;
      border-bottom: 1px solid #f0f0f0;
    }

    .cart__type-body-li{
      list-style: none;
      width: 23%;
      color: #555555;
    }
      .cart__type-body-li:first-child{
        width: 31%;
      }
    .cart__type-close{
      z-index: 100;
      position: absolute;
      top: 10px;
      right: 0;
      cursor: pointer;
    }

      .cart__type-close img{
        height: 10px;
        width: 10px;
      }

    .cart__main{
      list-style: none;
      padding: 0;
      margin: 0 0 20px 0;
    }

    .cart__customer-shipping{
      border-radius: 5px;
      width: 100%;
      height: 38px;
      background-color: #eee;
      padding: 8px 20px;
      margin-top: 15px;
      margin-bottom: 15px;
    }


    .cart__two-type-group{
      width: 48%;
    }

    .cart__row-inner-payment{
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .cart__form-two-payment{
      border-radius: 7px;
      height: 38px;
      font-family: "MuseoSansCyrl_500";
    }

    .vis_hidden{
      visibility: hidden;
    }

    .cart__payment-caption{
      padding: 20px 0 0 0;
      font-size: 18px;
      color: #383838;
    }

    .cart__caption-top-info{
      color: #898989;
      font-size: 16px;
      font-family: "MuseoSansCyrl_500";
      padding: 0 0 5px 0;
    }

    .cart__row{
      margin-bottom: 15px;
    }

    .cart__customer-total{
      padding: 10px 20px;
      color: #5f7c8a;
      font-family: "MuseoSansCyrl_500";
    }

    .cart__customer-device{
      padding: 10px 20px;
    }

    .cart__tab-content{
      margin: 0 25px 20px 25px;
    }

  .btn-group>.btn:first-child{
    height: 38px;
    border-radius: 5px;
    color: #555;
    padding: 8px 20px;
    border: 1px solid #ccc;
  }

  .bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover{
    height: 38px;
  }
  .msg-error{
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 16px;
    color: #f83454;
    font-family: "MuseoSansCyrl_500";
  }

  .cart__li.active .cart__link-visible{
    display: inline-block;
  }


  input[type=checkbox], input[type=radio]{
    margin: 0;
  }

  .form-control:focus{
   box-shadow: none;
 }

  .success{
    text-align: center;
    font-size: 16px;
    color: green;
    font-family: "MuseoSansCyrl_500";
  }


  #customer-info-device-name2{
    font-family: "MuseoSansCyrl_500";
  }

  #customer-info-total-price2{
    font-family: "MuseoSansCyrl_500";
  }

  #customer-info-shipping{
    font-family: "MuseoSansCyrl_500";
  }

  #customer-info-device-name{
    display: inline-block;
    font-family: "MuseoSansCyrl_500";
  }

  #customer-info-total-price{
    display: inline-block;
    font-family: "MuseoSansCyrl_500";
  }

  .btn-send-final{
    position: relative;
  }

  .btn-send-final .preloader{
    position: absolute;
    top: 13px;
    left: 49%;
  }

  .bootstrap-select.btn-group .dropdown-toggle .filter-option{
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
  }

  .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background-color: transparent;
    border: 0;
    color: white;
  }

  .nav>li>a:focus, .nav>li>a:hover{
    background-color: transparent !important;
  }

  .empty{
    text-transform: uppercase;
    text-align: center;
    font-family: "MuseoSansCyrl_700";
  }

  .displayNo{
    display: none;
  }

  .dropdown-submenu{
    cursor: pointer;
  }

  .disp-block{
    display: block !important;
  }

  .disp-block-two{
    display: block !important;
    left: 162px !important;
    top: 0 !important;
  }

  .dropdown-menu-two{
      position: absolute;
      left: 0;
      z-index: 1000;
      display: none;
      float: left;
      min-width: 160px;
      padding: 5px 10px;
      margin: 2px 0 0;
      font-size: 14px;
      text-align: left;
      list-style: none;
      background-color: #13120d;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: 1px solid #ccc;
      border: 1px solid rgba(0,0,0,.15);
      border-radius: 4px;
      -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
      box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

  .label{
    cursor: pointer !important;
  }

  .btn{
    box-shadow: none !important;
  }

  .btn-group>.btn:first-child{
    height: 36px;
    border: none !important;
    box-shadow: none !important;
  }

  .modal-img-close{
    margin: 20px;
  }


  .cart__modal-line-block{
      margin: 20px auto 40px;
      background-color: #ffcd00;
      width: 60px;
      height: 8px;
      border-radius: 4px;
}




/* THANKSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSsss */



  .cart__line-block-modal{
    height: 1px;
    background-color: #dcdcdc;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .thank__caption{
    margin: 30px auto 0px auto;
    font-size: 30px;
    color: #213031;
    display: block;
    width: 400px;
    position: relative;
    font-family: "MuseoSansCyrl_700";
  }

  .thank__caption:before{
    position: absolute;
    content: '';
    height: 70%;
    width: 3px;
    left: 0;
    top: 13%;
  }

  .thank__caption:after{
    position: absolute;
    content: '';
    height: 70%;
    width: 3px;
    right: 0;
    top: 13%;
  }

  .thank__desc{
    padding: 20px 0 0 0;
    color: #213031;
    font-size: 16px;
    font-family: "MuseoSansCyrl_500";
  }

  .thank__btn{
    margin: 30px auto;
    font-family: "MuseoSansCyrl_700";
    text-align: center;
    border: 0;
    display: inline-block;
    font-size: 16px;
    color: #213031;
    background-color: #ffcd00;
    text-transform: uppercase;
    padding: 13px 30px;
    border-radius: 25px;
    box-shadow: 1px 1.732px 0px 0px rgba(147, 155, 158, 0.6), inset 0.749px 1.854px 0px 0px rgba(255, 220, 59, 0.3);
    transition: .3s all;
    cursor: pointer;
  }
    .thank__btn:hover{
      box-shadow: inset 1px 1.732px 0px 0px rgba(147, 155, 158, 0.3), 0.749px 1.854px 0px 0px rgba(58, 79, 80, 0.3);
      transition: .3s all;
      color: white;
      text-decoration: none;
    }

    .thank__btn:focus{
      outline: none;
      text-decoration: none;
      color: white;
    }

  .thank__btn:active{
    outline: none;
  }

  .thank__modal-body{
    text-align: center;
}

input[type=checkbox], input[type=radio]{
  margin: 10px 0 0 0;
}
