.profile-page {
    margin-top: 55px;
    margin-bottom: 120px;;
}
.profile-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000004;
    margin-bottom: 40px;
}
.profile-links {
    padding: 20px;
    background: #fff;
    width: 396px;
    min-width: 396px;
    margin-right: 20px;
}
.profile-links a {
    padding: 24px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #647481;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.profile-links a:not(:last-child) {
    margin-bottom: 10px;
}
.profile-links a.active {
    color: #FFFFFF;
    background: #FF5714;
}
.profile-links a.active path {
    stroke: #FFFFFF;
}
.profile-mini-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000004;
    margin-bottom: 32px;
}
.profile-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.profile-form-item {
    margin-bottom: 40px !important;
}
.profile-form-item .confirm-btn {
    padding: 16px 36px;
    width: max-content;
    margin: 20px 0 0 auto;
}
.order-form-item  {
    background: #fff;
    padding: 20px;
}
.profile-addresses {
    padding-top: 20px;
    margin-bottom: 20px;
}
.profile-addresses > div:not(:last-child){
    margin-bottom: 8px;
}
.profile-add-address-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #4ECDC4;
    padding: 11px 26px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #647481;
}
.profile-add-address-btn svg{
    margin-right: 20px;
}
.profile-edit-address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #6876BB;
    padding: 14px 16px;
    border: 2px solid #6876BB;
}
.profile-edit-address svg {
    margin-right: 16px;
}
.trash-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
    margin-left: 20px;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.profile-toggle-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.profile-forms {
    width: 100%;
}
.order-form .order-form-item{
    padding: 0;
}
.order-form{
    margin-top: 20px;
}
.hidden {
    display: none;
}
.active-add-btn {
    background: #4ECDC4;
    color: #000004;
}
.active-add-btn path{
    stroke: #000004;
}
.active-edit-btn, .profile-edit-address:hover {
    background: #6876BB;
    color: #fff;
}
.active-edit-btn path, .profile-edit-address:hover path{
    stroke: #fff;
}
.search-product {
    background: #fff;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.search-product .input-item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.search-product input {
    position: relative;
    width: 204px;
    padding-left: 48px !important;
}
.search-product input[type='date']:after{
    content: url("../../images/cal.svg");
    left: 15px;
    right: unset;
    top: 13px;
}
::-webkit-calendar-picker-indicator {
    z-index: 1;
    width: 100%;
    height: 16px;
    opacity: 0;
    position: absolute;
    left: 14px;
    right: unset;
}
.prof-search {
    position: relative;
}
.prof-search button{
    position: absolute;
    z-index: 1;
    top: 13px;
    left: 15px;
}
.rotated {
    transform: rotate(180deg);
}
.profile-order-table {
    font-size: 14px;
    line-height: 17px;
    color: #000004;
}
.status {
    position: relative;
    padding-left: 16px;
}
.status:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #17BED0;
    border-radius: 100px;
    position: absolute;
    top: 2px;
    left: 0;
}
.done:before {
    background: #17BED0;
}
.accepted:before {
    background: #6FCF97;
}
.in-progress:before {
    background: #6876BB;
}
.canceled:before {
    background: #FB3640;
}
.thead {
    background: #DEDEE3;
    padding: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #647481;
    margin-bottom: 16px;
}
.tbody-item {
    margin-bottom: 16px;
    padding: 20px;
    background: #fff;
}
.tbody-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
}
.left, .tbody-mini-title {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #647481;
}
.right {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000004;
}
.tbody-mini-title {
    text-align: center;
    margin-bottom: 8px;
}
.tbody .flex-start {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mobile-prof-table {
    display: none;
}
.cards-txt{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000004;
    margin-bottom: 24px;
}
.cards {
    margin-bottom: 20px;
}
.add-card {
    width: 292px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cards-form-content, .single-card {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.cards-content {
    margin-bottom: 20px;
    max-width: 500px;
    width: 100%;
}
.card-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 16px 0;
}
.card-info .select {
    max-width: 100%;
}
.card-info > div:not(:last-child) {
    margin-right: 16px;
}
.additional-info {
    font-size: 12px;
    line-height: 24px;
    margin-top: 24px;
    letter-spacing: 0.01em;
    color: #647481;
}
.card-item {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #647481;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.card-descr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.card-item strong{
    color: #000004;
}
.card-item-name {
    display: block;
    margin-right: 16px;
    width: 130px;
}
.card-items > div:not(:last-child) {
    margin-bottom: 8px;
}
.card-items  {
    margin-left: 24px;
}
.main-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
input[type=radio] {
    cursor: pointer;
}
.add-new-card-btn {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.remove-favorite-product {
    display: block;
    margin: 0 0 9px auto;
}
.favorites-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    gap: 24px 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.mob-slider {
    display: none;
}
.counter-content input {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.comment-modal-content {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: fixed;
  top: 110px;
  z-index: 111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.content-modal {
  background: #fff;
  max-width: 708px;
  width: 100%;
  padding: 24px;
  margin: 0 auto;
}
.close-comment-modal {
  margin: 0 0 24px auto;
  display: block;
  cursor: pointer;
}
.comment-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.24px;
  text-align: center;
  margin-bottom: 24px;
  color: #000004
}
.star-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.56px;
  color: #000004;
  margin-bottom: 16px;
}
.comment-modal {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.3s;
  z-index: 111;
}
.show-modal {
  opacity: 0.2;
  visibility: visible;
}
.show-modal-content {
  opacity: 1;
  visibility: visible;
}

.container {
  background-image: url("https://www.toptal.com/designers/subtlepatterns/patterns/concrete-texture.png");
}

.rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
}
.right-txt {
  text-align: right;
}
.rating-0 {
  filter: grayscale(100%);
}

.rating > input {
  display: none;
}
.feedback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 0 24px;
}
.rating > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: .3s;
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}


.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  }
.comment-comment {
  margin-top: 24px;
}
.com-btns label {
  color: #000004;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.56px;
  margin: 0 16px 0 8px;
}
.com-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.com-btns input {
  height: 20px;
}
.save-comment {
  color:  #000004;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.18px;
  background: #4ECDC4;
  padding: 16px;
  transition: 0.3s;
  display: block;
  width: 275px;
}
.save-comment:hover {
  background: #88DDD7;
}
.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.desktop-table a, .status{
  white-space: nowrap;
}
.favorites-content .product-item {
  width: 292px !important;
}
@media (max-width: 1370px) {
    .profile-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .profile-page {
        margin-top: 32px;
        margin-bottom: 72px;
    }
    .profile-mini-title {
        font-size: 20px;
        margin-bottom: 24px;
    }
}
@media (max-width: 1115px) {
    .desktop-table {
        display: none;
    }
    .mobile-prof-table {
        display: block;
    }
    .product-item {
        width: auto;
    }
    .product-img img {
        width: 100%;
    }
    .mob-slider {
        display: block;
    }
    .favorites-content {
        display: none;
    }
    .profile-page-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .profile-links {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
  .comment-modal-content {
    position: static;
  }
  .feedback, .modal-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .right-txt, .star-title {
    text-align: center;
  }
  .feedback > div, .comment-title, .com-btns {
    margin-bottom: 16px;
  }
  .com-btns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .content-modal {
    max-width: 95%;
    margin: 24px auto 0;
  }
}
@media (max-width: 630px) {
    .profile-toggle-btns, .search-product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .profile-add-address-btn {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 16px;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .profile-edit-address{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .profile-edit-address, .flex {
        width: 100%;
    }
    .trash-btn {
        min-width: 56px;
    }
    .profile-title {
        font-size: 20px;
        margin-bottom: 24px;
    }
    .profile-mini-title {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .profile-form-item {
        margin-bottom: 24px !important;
    }
    .confirm-btn {
        width: 100% !important;
        display: block;
        text-align: center;
    }
    .search-product .input-item, .search-product input {
        width: 100%;
    }
    .search-product > div:first-child {
        margin-bottom: 16px;
    }
    .card-info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cards-txt {
        margin-bottom: 16px;
    }
    .cards {
        margin-bottom: 0;
    }
    .cards-form-content, .single-card {
        margin-bottom: 16px;
    }
    .card-info > div:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 46%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        margin-right: 16px !important;
        margin-bottom: 16px;
    }
    .card-info > div:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 16px;
    }
    .card-info > div:not(:last-child) {
        margin-right: 0;
    }
    .main-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .card-descr {
        margin-bottom: 16px;
    }

}
@media (max-width: 460px) {
    .card-info > div:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 45%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
    }
}
@media (max-width: 378px) {
    .card-info > div:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 44%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 44%;
        flex: 0 0 44%;
    }
}
@media (max-width: 336px) {
    .card-info > div:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 43%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 43%;
        flex: 0 0 43%;
    }
}
