.basket {
  background: white;
  margin-top: -67px;
  padding-bottom: 0px;
  padding: 30px;
  color: #244873;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  line-height: 161%;
  font-size: 13px; }
  .basket__list {
    margin-top: 30px;
    background: #e0e5ee; }
  .basket__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid #11253d; }
    .basket__item:last-child {
      border-bottom: none; }
    .basket__item .bold {
      font-family: Noto Sans Display;
      font-style: normal;
      font-weight: 900; }
    .basket__item .img, .basket__item .name, .basket__item .amount {
      margin-right: 10px; }
    .basket__item .del {
      cursor: pointer; }
  .basket__btn {
    margin: 10px 0;
    cursor: pointer;
    display: none; }
  .basket__delivery .tab-wrapper .tab-labels .tab-label {
    width: 50%;
    padding: 10px;
    border: 1px solid #11253d;
    margin-right: 10px;
    text-align: center;
    font-family: Noto Sans Display;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 150%;
    transition: 0.3s; }
    .basket__delivery .tab-wrapper .tab-labels .tab-label:last-child {
      margin-right: 0; }
    .basket__delivery .tab-wrapper .tab-labels .tab-label:hover {
      background: #244873;
      color: #fff; }
    .basket__delivery .tab-wrapper .tab-labels .tab-label.active {
      background: #244873;
      color: #fff; }
    .basket__delivery .tab-wrapper .tab-contents .tab-content {
      margin-top: 20px; }
    .basket__delivery .tab-wrapper .tab-contents .tab-content .informaiton {
      padding: 20px 0px;
      font-family: Noto Sans Display;
      font-style: normal;
      font-weight: 900;
      font-size: 14px;
      line-height: 150%; }
    .basket__delivery .tab-wrapper .tab-contents .tab-content .basket__form {
      width: 100%; }
  .basket__agree {
    display: flex;
    align-items: center;
    justify-content: center; }
    .basket__agree-btn {
      font-family: Noto Sans Display;
      text-transform: uppercase;
      font-style: normal;
      font-weight: 900;
      font-size: 16px;
      margin-left: 10px;
      padding: 30px 0px;
      color: #244873; }
    .basket__agree-btn .personal-link {
      transition: 0.3s; }
    .basket__agree-btn .personal-link:hover {
      color: #fb3d4e; }
    .basket__agree-close {
      color: red; }
    .basket__agree-open {
      display: none; }
  .basket__disclaimer {
    margin-top: 15px;
    width: 100%;
    text-align: center;
    opacity: 0.5;
    font-family: Noto Sans Display;
    font-size: 17px;
    line-height: 130%;
    color: #244873; }

.checks-basket {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #8aa5c6;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: inherit !important;
  left: 0 !important;
  cursor: pointer;
  flex-shrink: 0; }
  .checks-basket.active-list {
    background: url("../themes/rugby/assets/img/svg/checkmar.svg") center no-repeat, #4639ae;
    border: none; }

.active-list {
  display: grid; }

.close-list {
  display: none; }

.basket-title {
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 150%;
  padding: 20px;
  margin-bottom: 10px;
  color: #244873;
  text-align: center;
  background: #fff; }
  .basket-title--other {
    background: #e0e5ee; }

.info {
  display: none;
  text-align: center;
  font-size: 16px; }
  .info.hide {
    display: block; }

.none {
  display: none; }

.labels-block {
  margin-top: 40px;
  padding: 30px; }
  .labels-block .basket__delivery {
    background: #e0e5ee;
    padding: 10px; }

.basket-input {
  height: 35px;
  padding: 5px 15px;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.03em;
  border: 1px solid #244873;
  color: #244873;
  outline: none; }

.basket-textarea {
  resize: none;
  height: 110px;
  padding: 15px; }

.check-block {
  display: flex; }
  .check-block .label-radio {
    padding: 10px;
    border: 1px solid #11253d;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin-right: 20px;
    cursor: pointer;
    font-family: Noto Sans Display;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 150%; }
    .check-block .label-radio:last-child {
      margin-right: 0; }
    .check-block .label-radio input {
      height: 0;
      width: 0; }
    .check-block .label-radio.checked {
      background: #244873;
      color: #fff; }

.calculate-cost {
  margin-top: 30px;
  cursor: pointer; }

.samovivoz p {
  text-align: center;
  font-family: Noto Sans Display;
  font-size: 17px; }

.cdek-delivery-widget {
  width: 100%; }

.result {
  display: flex;
  align-items: center; }
  .result__block {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 10px; }
    .result__block--last {
      align-items: flex-end; }
    .result__block p {
      font-style: normal;
      font-weight: 900;
      font-size: 13px;
      margin-bottom: 10px;
      color: #244873; }
    .result__block p .result__info {
      font-family: Noto Sans Display; }

.pay-btn {
  cursor: pointer;
  display: none;
  margin-top: 20px;
  background: #4639ae; }
  .pay-btn:hover {
    background: #fb3d4e; }

.make-order {
  cursor: pointer; }

.on {
  display: block; }

.error-msg {
  display: flex;
  align-items: center;
  justify-content: center;
  color: red;
  font-size: 20px;
  font-weight: bold; }

.basket-shop {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px; }
  .basket-shop__item {
    margin-right: 10px; }
    .basket-shop__item::last-child {
      margin-right: 0; }
    .basket-shop__item a {
      font-family: Noto Sans Display;
      font-style: normal;
      font-weight: 900;
      font-size: 14px;
      color: #00c38d;
      text-transform: uppercase;
      transition: 0.3s; }
    .basket-shop__item a:hover {
      color: #fb3d4e; }
  @media screen and (max-width: 900px) {
  .basket-shop {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .basket-shop .basket-shop__item {
      margin-right: 0; } }
