@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1800px !important; }

  .headerBlock__slider .slide-item {
    background-position: center !important;
    background-size: cover !important; }

  .sUserContent__slider > div {
    display: grid !important;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr); }
    .sUserContent__slider > div .sUserContent__slide {
      width: 100% !important;
      margin-right: 0 !important; }

  .sUserContent__slide {
    margin-right: 0; } }
.swiper-pagination {
  bottom: 2px !important;
  height: 12px;
  line-height: 1; }
  .swiper-pagination span {
    width: 12px;
    height: 12px;
    margin: 0 8px !important;
    background: #094ABA;
    opacity: 0.1; }
    .swiper-pagination span.swiper-pagination-bullet-active {
      background: #C1CE40;
      opacity: 1; }

.profile-rev-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px; }
  .profile-rev-list .sCatalog__col {
    padding: 0; }

.sCard__rating-comment a {
  color: #333;
  text-decoration: underline; }
  .sCard__rating-comment a:hover {
    text-decoration: none; }

.sCatalog__filter-price {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px; }
  .sCatalog__filter-price input {
    width: 100%;
    height: 30px;
    color: #333;
    font-size: 14px;
    text-align: center;
    border: 1px solid rgba(32, 67, 143, 0.08);
    -webkit-appearance: none;
    -moz-appearance: textfield; }
    .sCatalog__filter-price input::placeholder {
      color: #333;
      font-size: 14px; }
    .sCatalog__filter-price input::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
      -moz-appearance: textfield; }
    .sCatalog__filter-price input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
      -moz-appearance: textfield; }

.list {
  display: flex;
  gap: 8px;
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none; }
  .list li {
    display: inline-block;
    border: 1px solid #edf0f6;
    cursor: pointe; }
    .list li.active {
      display: inline-block;
      border: 1px solid red; }

.list.color li {
  display: none;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  border-radius: 50%;
  border: none; }
  .list.color li.active {
    display: inline-block;
    border: 1px solid red; }

.aut-btns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 30px 0; }
  .aut-btns small {
    color: #0D4587;
    font-size: 14px;
    line-height: 1.2; }
  .aut-btns ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .aut-btns ul li {
      margin-right: 30px;
      line-height: 1; }
      .aut-btns ul li:last-child {
        margin-right: 0; }
      .aut-btns ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 36px;
        height: 36px;
        background: #D9D9D9;
        border-radius: 50%; }
        .aut-btns ul li a svg {
          max-width: 20px;
          height: auto; }

.colors-list.hide {
  display: none; }

.colors-list, .size-list {
  display: flex;
  gap: 5px;
  margin: 0 0 5px;
  padding: 0;
  list-style-type: none; }
  .colors-list li, .size-list li {
    line-height: 1; }
    .colors-list li label, .size-list li label {
      margin: 0;
      cursor: pointer; }
    .colors-list li label input, .size-list li label input {
      display: none; }
    .colors-list li label input:checked + span, .size-list li label input:checked + span {
      border-color: #333333; }
    .colors-list li label span, .size-list li label span {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 16px;
      height: 16px;
      color: #333333;
      font-size: 14px;
      line-height: 1;
      font-weight: 400;
      white-space: nowrap;
      border: 1px solid transparent;
      border-radius: 50%; }

.size-list {
  margin: 12px 0 13px; }
  .size-list li label span {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 32px;
    width: auto;
    height: 21px;
    padding: 0 5px;
    border: 1px solid #edf0f6;
    border-radius: 0; }

.action-cart {
  position: relative; }

.action-cart:hover .block_header_actions {
  animation: smooth-show 0.2s linear forwards;
  display: block; }

.simplebar-track {
  right: 5px; }

.simplebar-track.simplebar-vertical {
  width: 5px;
  background: 0 0; }

.simplebar-scrollbar {
  width: 5px;
  height: 120px; }

.simplebar-scrollbar::before {
  right: 0;
  left: 0;
  width: 5px;
  background: #E5E5E5; }

.block_header_actions {
  display: none;
  position: absolute;
  top: 100%;
  left: auto;
  right: -47px;
  min-width: 310px;
  max-width: 310px;
  margin-top: 12px;
  background: #ffff;
  border-radius: 5px;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
  z-index: 52; }
  .block_header_actions::before {
    content: "";
    position: absolute;
    top: -11px;
    right: 47px;
    width: 22px;
    height: 17px;
    background: url(../img/angle.svg);
    background-position: center;
    background-size: cover;
    z-index: 1; }
  .block_header_actions .items {
    max-height: 394px; }
    .block_header_actions .items .item {
      position: relative;
      display: flex;
      padding: 20px 45px 20px 20px;
      border-bottom: 1px solid #E9ECF2; }
      .block_header_actions .items .item:last-child {
        border-bottom: unset; }
      .block_header_actions .items .item .left {
        width: 75px;
        height: 95px; }
        .block_header_actions .items .item .left img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 5px; }
      .block_header_actions .items .item .right {
        width: calc(100% - 75px);
        padding-left: 15px; }
  .block_header_actions .close {
    position: absolute;
    top: 15px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer; }
  .block_header_actions .name {
    display: block;
    max-width: 155px;
    margin-bottom: 5px;
    color: #3A3A3A;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none; }
  .block_header_actions .prop ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .block_header_actions .prop ul li {
      display: flex;
      align-items: center;
      margin-bottom: 6px; }
      .block_header_actions .prop ul li.color label {
        width: 14px;
        height: 14px;
        border: 0.5px solid lightgrey;
        border-radius: 50%; }
      .block_header_actions .prop ul li small, .block_header_actions .prop ul li label {
        color: #3A3A3A;
        font-size: 14px;
        line-height: 1.2; }
      .block_header_actions .prop ul li label {
        margin-bottom: 0; }
      .block_header_actions .prop ul li small {
        margin-right: 7px; }

.sCard__price .prices .old{
  display: inline-block;
  margin-right: 5px;
  color: #3A3A3A;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: line-through;
}
  .block_header_actions .prices span {
    display: inline-block;
    margin-right: 5px;
    color: #3A3A3A;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: line-through; }
    .block_header_actions .prices span.new {
      color: #094ABA;
      font-size: 18px;
      font-weight: bold;
      text-decoration: unset; }
  .block_header_actions .total {
    background: #F2F4F9;
    padding: 15px 20px 20px; }
    .block_header_actions .total .sum {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 15px; }
      .block_header_actions .total .sum span {
        color: #3A3A3A;
        font-size: 15px;
        line-height: 1.2;
        font-weight: 600; }
      .block_header_actions .total .sum p {
        margin: 0;
        color: #094ABA;
        font-size: 18px;
        line-height: 1.2;
        font-weight: bold; }
    .block_header_actions .total .btns {
      width: 100%; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(39, 39, 39, 0.6);
  z-index: 10000; }

.btns {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding: 0 35px;
  color: #094ABA;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
  background: #D5E34D;
  border: 1px solid #D5E34D;
  border-radius: 5px;
  cursor: pointer; }
  .btns.defer {
    background: 0 0;
    border-color: rgba(32, 67, 143, 0.12); }

.btns:disabled {
  color: #000;
  opacity: 0.65; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 10004; }
  .modal .modal_wrap {
    position: relative;
    width: 100%;
    max-width: 566px;
    padding: 60px 60px 65px;
    background: #ffff;
    border-radius: 5px; }
    .modal .modal_wrap .close {
      position: absolute;
      top: 10px;
      right: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
      transition: 0.3s;
      cursor: pointer;
      z-index: 1000;}
      .modal .modal_wrap .close:hover svg path {
        fill-opacity: 1; }
      .modal .modal_wrap .close svg path {
        fill: #777777;
        fill-opacity: 0.9; }
    .modal .modal_wrap .form_check {
      margin-bottom: 20px; }
      .modal .modal_wrap .form_check input {
        display: none; }
      .modal .modal_wrap .form_check input:checked + label::before {
        border-color: #D5E34D;
        background: #D5E34D; }
      .modal .modal_wrap .form_check input:checked + label::after {
        opacity: 1;
        visibility: visible; }
      .modal .modal_wrap .form_check label {
        position: relative;
        padding: 3px 0 0 40px;
        color: #222222;
        font-size: 14px;
        line-height: 1.4;
        font-weight: normal; }
        .modal .modal_wrap .form_check label::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 24px;
          height: 24px;
          background: 0 0;
          border: 1px solid #E5E5E5;
          border-radius: 4px;
          transition: background 0.15s ease-in-out; }
        .modal .modal_wrap .form_check label::after {
          content: "";
          position: absolute;
          top: 4px;
          left: 4px;
          width: 16px;
          height: 16px;
          background: url(../img/check-form.svg);
          transition: all 0.15s ease-in-out;
          opacity: 0;
          visibility: hidden; }
        .modal .modal_wrap .form_check label a {
          color: #222222;
          text-decoration: underline; }
          .modal .modal_wrap .form_check label a:hover {
            text-decoration: none; }
    .modal .modal_wrap .form_row {
      position: relative;
      margin-bottom: 30px; }
      .modal .modal_wrap .form_row:last-child {
        margin-bottom: 0; }
      .modal .modal_wrap .form_row small {
        position: absolute;
        top: -6px;
        left: 13px;
        display: inline-block;
        padding: 0 4px;
        color: #777777;
        font-size: 14px;
        line-height: 1;
        background: #ffff; }
      .modal .modal_wrap .form_row textarea {
        width: 100%;
        height: 100px;
        padding: 16px;
        color: #777777;
        font-size: 14px;
        border: 1px solid #E5E5E5;
        border-radius: 4px;
        resize: none; }
        .modal .modal_wrap .form_row textarea::placeholder {
          color: #000;
          opacity: 1; }
      .modal .modal_wrap .form_row .file-label {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 70px;
        padding: 16px;
        color: #777777;
        font-size: 14px;
        font-weight: 400;
        border: 1px solid #E5E5E5;
        border-radius: 4px;
        transition: background 0.2s ease-in-out, border 0.2s ease-in-out; }
        .modal .modal_wrap .form_row .file-label:hover {
          border-color: #777777; }
        .modal .modal_wrap .form_row .file-label input {
          display: none; }
        .modal .modal_wrap .form_row .file-label p {
          display: flex;
          align-items: center;
          margin: 0; }
          .modal .modal_wrap .form_row .file-label p svg {
            margin-right: 10px; }
      .modal .modal_wrap .form_row .btns {
        width: 100%; }

#basket-adds .modal_wrap, #prop-adds .modal_wrap {
  max-width: 580px;
  padding: 0; }
  #basket-adds .modal_wrap h2, #prop-adds .modal_wrap h2 {
    padding: 60px 60px 20px;
    margin: 0;
    color: #094ABA;
    font-size: 23px;
    text-transform: uppercase; }
  #basket-adds .modal_wrap span.title, #prop-adds .modal_wrap span.title {
    display: block;
    margin: 0 0 15px;
    color: #094ABA;
    font-size: 23px; }
  #basket-adds .modal_wrap .top, #prop-adds .modal_wrap .top {
    padding: 0 60px 40px 60px; }
    #basket-adds .modal_wrap .top .columns, #prop-adds .modal_wrap .top .columns {
      display: flex; }
      #basket-adds .modal_wrap .top .columns .left, #prop-adds .modal_wrap .top .columns .left {
        width: 98px;
        height: 120px; }
        #basket-adds .modal_wrap .top .columns .left img, #prop-adds .modal_wrap .top .columns .left img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 5px; }
      #basket-adds .modal_wrap .top .columns .right, #prop-adds .modal_wrap .top .columns .right {
        width: calc(100% - 98px);
        padding-left: 25px; }
  #basket-adds .modal_wrap .bottom, #prop-adds .modal_wrap .bottom {
    padding: 25px 60px 59px;
    border-top: 1px solid #E9ECF2; }
  #basket-adds .modal_wrap .name, #prop-adds .modal_wrap .name {
    display: block;
    margin-bottom: 15px;
    color: #000000;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600; }
  #basket-adds .modal_wrap .prop ul, #prop-adds .modal_wrap .prop ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none; }
    #basket-adds .modal_wrap .prop ul li, #prop-adds .modal_wrap .prop ul li {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-right: 20px; }
      #basket-adds .modal_wrap .prop ul li:last-child, #prop-adds .modal_wrap .prop ul li:last-child {
        margin-right: 0; }
      #basket-adds .modal_wrap .prop ul li.size label, #prop-adds .modal_wrap .prop ul li.size label {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 39px;
        height: 32px;
        padding: 0 5px;
        color: #333333;
        font-size: 16px;
        border: 1px solid #edf0f6; }
      #basket-adds .modal_wrap .prop ul li.color label, #prop-adds .modal_wrap .prop ul li.color label {
        width: 20px;
        height: 20px;
        border: 0.5px solid lightgrey;
        border-radius: 50%; }
      #basket-adds .modal_wrap .prop ul li small, #prop-adds .modal_wrap .prop ul li small {
        color: #000000;
        font-size: 14px; }
  #basket-adds .modal_wrap .prop .size-list small, #prop-adds .modal_wrap .prop .size-list small {
    margin-right: 5px;
    color: #000000;
    font-size: 14px;
    line-height: 32px; }
  #basket-adds .modal_wrap .prop .size-list li, #prop-adds .modal_wrap .prop .size-list li {
    margin: 0; }
    #basket-adds .modal_wrap .prop .size-list li label span, #prop-adds .modal_wrap .prop .size-list li label span {
      min-width: 39px;
      height: 32px;
      font-size: 16px; }
  #basket-adds .modal_wrap .prop .colors-list small, #prop-adds .modal_wrap .prop .colors-list small {
    margin-right: 5px;
    color: #000000;
    font-size: 14px;
    line-height: 20px; }
  #basket-adds .modal_wrap .prop .colors-list li, #prop-adds .modal_wrap .prop .colors-list li {
    margin: 0; }
    #basket-adds .modal_wrap .prop .colors-list li label span, #prop-adds .modal_wrap .prop .colors-list li label span {
      width: 20px;
      height: 20px; }
  #basket-adds .modal_wrap .prop .colors-list.hide, #prop-adds .modal_wrap .prop .colors-list.hide {
    display: none; }
  #basket-adds .modal_wrap .prods-list, #prop-adds .modal_wrap .prods-list {
    margin: 0;
    padding: 0 0 24px;
    list-style-type: none; }
    #basket-adds .modal_wrap .prods-list li a, #prop-adds .modal_wrap .prods-list li a {
      display: block;
      text-decoration: none; }
      #basket-adds .modal_wrap .prods-list li a .images, #prop-adds .modal_wrap .prods-list li a .images {
        height: 170px;
        margin-bottom: 15px; }
        #basket-adds .modal_wrap .prods-list li a .images img, #prop-adds .modal_wrap .prods-list li a .images img {
          width: 100%;
          height: 100%;
          border-radius: 5px;
          object-fit: cover; }
      #basket-adds .modal_wrap .prods-list li a span, #prop-adds .modal_wrap .prods-list li a span {
        color: #000000;
        font-size: 16px;
        line-height: 1.2;
        font-weight: 600; }
      #basket-adds .modal_wrap .prods-list li a p, #prop-adds .modal_wrap .prods-list li a p {
        margin: 0;
        color: #094ABA;
        font-size: 18px;
        line-height: 1.2;
        font-weight: 600; }
  #basket-adds .modal_wrap .buttons, #prop-adds .modal_wrap .buttons {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    #basket-adds .modal_wrap .buttons .btns, #prop-adds .modal_wrap .buttons .btns {
      width: 100%; }
  #basket-adds .modal_wrap .buttons.mob, #prop-adds .modal_wrap .buttons.mob {
    display: none; }

#confirm-adds .modal_wrap {
  padding: 60px; }
  #confirm-adds .modal_wrap h2 {
    margin: 0;
    color: #094ABA;
    font-size: 23px;
    text-align: center;
    text-transform: uppercase; }

#rev-adds .modal_wrap {
  max-width: 580px;
  padding: 0; }
  #rev-adds .modal_wrap h2 {
    padding: 60px 60px 20px;
    margin: 0;
    color: #094ABA;
    font-size: 23px;
    text-transform: uppercase; }
  #rev-adds .modal_wrap .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 21px 60px;
    background: #F2F4F9; }
    #rev-adds .modal_wrap .top small {
      color: #222222;
      font-size: 14px;
      line-height: 1; }
  #rev-adds .modal_wrap .bottom {
    padding: 35px 60px 60px; }
  #rev-adds .modal_wrap .comfirm {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 60px;
    text-align: center;
    transform: translate(-50%, -50%); }
    #rev-adds .modal_wrap .comfirm h2 {
      margin-bottom: 15px;
      padding: 0; }
    #rev-adds .modal_wrap .comfirm p {
      margin-bottom: 25px; }
    #rev-adds .modal_wrap .comfirm .btns {
      min-width: 288px; }
  #rev-adds .modal_wrap .hide-form {
    opacity: 0;
    transition: opacity 0.3s, visibility 0s linear 0.3s; }
  #rev-adds .modal_wrap .rating-area {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 4px; }
    #rev-adds .modal_wrap .rating-area input {
      display: none; }
    #rev-adds .modal_wrap .rating-area input:checked ~ label svg path {
      fill: #D5E34D;
      fill-opacity: 1; }
    #rev-adds .modal_wrap .rating-area label {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 22px;
      height: 22px;
      cursor: pointer; }

@media(max-width: 1200px) {
  .profile-rev-list {
    grid-template-columns: repeat(4, 1fr); }

  .sUserContent__slider > div {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr); }

  .sUserContent__slide {
    width: 100% !important;
    margin-right: 0; } }
@media(max-width: 990px) {
  .profile-rev-list {
    grid-template-columns: repeat(3, 1fr); }

  .sUserContent__slider > div {
    grid-template-columns: repeat(2, 1fr); }

  .block_header_actions {
    position: fixed;
    top: unset;
    left: 50%;
    right: unset;
    bottom: 65px;
    min-width: 345px;
    transform: translate(-50%, 0); }
    .block_header_actions::before {
      display: none; }
    .block_header_actions::after {
      content: "";
      position: absolute;
      right: 102px;
      bottom: -11px;
      width: 22px;
      height: 17px;
      background: url(../img/angle2.svg);
      background-position: center;
      background-size: cover;
      z-index: -1; } }
@media(max-width: 768px) {
  .profile-rev-list {
    grid-template-columns: repeat(2, 1fr); }

  #basket-adds .modal_wrap, #prop-adds .modal_wrap, #confirm-adds .modal_wrap {
    max-width: unset;
    height: 100%;
    border-radius: 0; }
    #basket-adds .modal_wrap h2, #prop-adds .modal_wrap h2, #confirm-adds .modal_wrap h2 {
      padding-right: 30px;
      padding-left: 30px;
      font-size: 20px; }
    #basket-adds .modal_wrap .top, #prop-adds .modal_wrap .top, #confirm-adds .modal_wrap .top {
      padding: 0 30px 25px 30px; }

  #basket-adds .modal_wrap .prods-list li a .images {
    height: 207px;
    overflow: hidden; }
    #basket-adds .modal_wrap .prods-list li a .images img {
      height: auto; }

  #rev-adds .modal_wrap {
    max-width: unset;
    height: 100%;
    border-radius: 0; }
    #rev-adds .modal_wrap h2 {
      padding: 60px 30px 20px;
      font-size: 20px; }
    #rev-adds .modal_wrap .top {
      padding: 16px 30px; }
    #rev-adds .modal_wrap .bottom {
      padding: 30px; }
    #rev-adds .modal_wrap .rating-area label {
      width: 18px;
      height: 18px; }
    #rev-adds .modal_wrap .form_row small {
      font-size: 12px; }
    #rev-adds .modal_wrap .form_row .file-label {
      font-size: 12px; }
    #rev-adds .modal_wrap .comfirm p {
      line-height: 1.2; } }
@media(max-width: 620px) {
  #basket-adds .modal_wrap .prods-list li a .images {
    height: 200px; }
    #basket-adds .modal_wrap .prods-list li a .images img {
      height: 100%; } }
@media(max-width: 576px) {
  .sUserContent__slide {
    width: 100% !important; } }
@media(max-width: 440px) {
  .profile-rev-list {
    grid-template-columns: repeat(1, 1fr); }

  .btns {
    padding: 0 15px;
    font-size: 14px; } }
@media(max-width: 420px) {
  .swiper-pagination span {
    width: 8px;
    height: 8px;
    margin: 0 5px !important; }

  #basket-adds .modal_wrap .top .columns .left, #prop-adds .modal_wrap .top .columns .left {
    width: 83px;
    height: 102px; }
  #basket-adds .modal_wrap .top .columns .right, #prop-adds .modal_wrap .top .columns .right {
    width: calc(100% - 83px); }
  #basket-adds .modal_wrap .top .columns .name, #prop-adds .modal_wrap .top .columns .name {
    margin-bottom: 8px;
    font-size: 16px; }
  #basket-adds .modal_wrap .top .columns .prop ul, #prop-adds .modal_wrap .top .columns .prop ul {
    margin-bottom: 0; }
  #basket-adds .modal_wrap .top .columns .prop ul.size-list, #basket-adds .modal_wrap .top .columns .prop ul.colors-list, #prop-adds .modal_wrap .top .columns .prop ul.size-list, #prop-adds .modal_wrap .top .columns .prop ul.colors-list {
    position: relative;
    margin-bottom: 12px;
    padding-top: 26px; }
    #basket-adds .modal_wrap .top .columns .prop ul.size-list small, #basket-adds .modal_wrap .top .columns .prop ul.colors-list small, #prop-adds .modal_wrap .top .columns .prop ul.size-list small, #prop-adds .modal_wrap .top .columns .prop ul.colors-list small {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0;
      line-height: 19px; }
  #basket-adds .modal_wrap .top .columns .prop ul.colors-list, #prop-adds .modal_wrap .top .columns .prop ul.colors-list {
    margin-bottom: 5px;
    gap: 6px; }
  #basket-adds .modal_wrap .top .columns .buttons, #prop-adds .modal_wrap .top .columns .buttons {
    display: none; }
  #basket-adds .modal_wrap .bottom, #prop-adds .modal_wrap .bottom {
    padding: 0 30px 28px;
    border-top: 0px; }
  #basket-adds .modal_wrap span.title, #prop-adds .modal_wrap span.title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.2; }
  #basket-adds .modal_wrap .prods-list, #prop-adds .modal_wrap .prods-list {
    padding: 0 0 20px; }
    #basket-adds .modal_wrap .prods-list li a .images, #prop-adds .modal_wrap .prods-list li a .images {
      height: 120px;
      margin-bottom: 10px; }
    #basket-adds .modal_wrap .prods-list li a span, #prop-adds .modal_wrap .prods-list li a span {
      font-size: 14px; }
    #basket-adds .modal_wrap .prods-list li a p, #prop-adds .modal_wrap .prods-list li a p {
      font-size: 16px; }
  #basket-adds .modal_wrap .buttons.mob, #prop-adds .modal_wrap .buttons.mob {
    display: flex;
    margin-top: 25px; }

  .block_header_actions {
    min-width: 400px;
    max-width: unset; }

  .aut-btns ul li {
    margin-right: 15px; }

  #basket-adds .modal_wrap .prods-list li a .images img {
    object-fit: contain; } }
@media(max-width: 400px) {
  .block_header_actions {
    min-width: 300px; }
    .block_header_actions::after {
      right: 152px; } }
@media(max-width: 350px) {
  #basket-adds .modal_wrap .prop ul, #prop-adds .modal_wrap .prop ul {
    flex-direction: column;
    gap: 8px; }

  #basket-adds .modal_wrap .prop ul.size-list, #basket-adds .modal_wrap .prop ul.colors-list {
    flex-direction: row;
    flex-wrap: wrap; }

  #prop-adds .modal_wrap .prop ul.size-list, #prop-adds .modal_wrap .prop ul.colors-list {
    flex-direction: row;
    flex-wrap: wrap; } }
@media(max-width: 320px) {
  .sUserContent__slider > div {
    grid-template-columns: repeat(1, 1fr); } }
.header .col {
  display: flex; }
  .header .col:last-child {
    justify-content: flex-end; }

.topLine__contacts {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-right: 80px; }

.sMap__address-list {
  padding-right: 0; }

#list {
  width: 100%;
  max-height: 720px;
  height: 720px;
  padding-right: 24px; }

@media(max-width: 1300px) {
  .topLine__contacts {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-right: auto; } }
@media(max-width: 996px) {
  #list {
    max-height: 340px; }

  .block_header_actions {
    display: none !important; } }
.form-wrap__input {
  height: 36px; }

.sSettings .tabs__caption {
  justify-content: flex-start;
  gap: 20px; }

.sOrders__action-dropdown.show-panel {
  position: relative;
  top: unset;
  left: unset;
  opacity: 1;
  visibility: visible;
  display: block;
  max-width: 120px;
  pointer-events: unset; }
  .sOrders__action-dropdown.show-panel .js-pay-order-list {
    background-color: #aebf06; }

.rev-prev, .rev-next {
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-top: 0;
  background: #F2F4F7;
  border-radius: 50%;
  transform: translate(0, -50%);
  z-index: 2; }
  .rev-prev svg, .rev-next svg {
    width: 11px;
    height: 17px; }
    .rev-prev svg path, .rev-next svg path {
      fill: #0D4587; }
  .rev-prev::after, .rev-next::after {
    display: none; }

.rev-prev {
  left: -10px; }

.rev-next {
  right: -10px; }

.date-ship {
  display: block;
  margin-bottom: 6px;
  color: #777777;
  font-size: 14px;
  line-height: 1.2; }

.rate-list {
  display: flex;
  gap: 5px;
  margin: 6px 0 0;
  padding: 0;
  list-style-type: none; }
  .rate-list li {
    line-height: 1; }
    .rate-list li.active svg path {
      fill: #D5E34D;
      fill-opacity: 1; }
    .rate-list li svg {
      width: 20px;
      height: 20px; }

.rev-photo {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .rev-photo li {
    height: 130px;
    border-radius: 5px;
    overflow: hidden; }
    .rev-photo li img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.rev-block {
  margin-top: 70px; }
  .rev-block h2 {
    margin-bottom: 20px; }
  .rev-block .info .back {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #333333;
    font-size: 14px;
    text-decoration: none; }
    .rev-block .info .back svg {
      width: 20px;
      height: 20px;
      margin-right: 15px; }
  .rev-block .info .prod {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; }
  .rev-block .info .tov {
    display: flex; }
    .rev-block .info .tov .left {
      width: 100%;
      max-width: 80px;
      height: 90px; }
      .rev-block .info .tov .left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px; }
    .rev-block .info .tov .right {
      width: calc(100% - 80px);
      padding-left: 20px; }
      .rev-block .info .tov .right .title {
        display: block;
        color: #333333;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.2;
        white-space: nowrap; }
      .rev-block .info .tov .right .rate {
        display: flex;
        align-items: center;
        margin: 10px 0; }
        .rev-block .info .tov .right .rate svg {
          width: 16px;
          height: 17px;
          margin-top: -4px;
          margin-right: 7px; }
        .rev-block .info .tov .right .rate span {
          display: inline-flex;
          align-items: center;
          margin-right: 15px;
          color: #333333;
          font-size: 14px;
          line-height: 1; }
        .rev-block .info .tov .right .rate small {
          color: #333333;
          font-size: 14px;
          line-height: 1; }
      .rev-block .info .tov .right .prices {
        display: flex;
        align-items: flex-end;
        gap: 10px; }
        .rev-block .info .tov .right .prices p {
          margin: 0;
          color: #094ABA;
          font-size: 18px;
          font-weight: 700;
          line-height: 1.2; }
          .rev-block .info .tov .right .prices p.old {
            color: #3A3A3A;
            font-size: 14px;
            font-weight: 400;
            text-decoration: line-through; }
  .rev-block .info .buttons {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: #F2F4F9;
    border-radius: 5px; }
    .rev-block .info .buttons .btns {
      gap: 16px;
      max-width: unset;
      min-width: 194px;
      height: 50px;
      font-size: 16px;
      white-space: nowrap; }
      .rev-block .info .buttons .btns svg {
        width: 20px;
        height: 20px; }
    .rev-block .info .buttons .fav {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 24px;
      height: 24px; }
      .rev-block .info .buttons .fav svg {
        width: 100%;
        height: 100%; }
  .rev-block .gallery {
    position: relative;
    margin-bottom: 50px; }
  .rev-block .rev-list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .rev-block .rev-list li.rev-list_item {
      margin-bottom: 25px; }
      .rev-block .rev-list li.rev-list_item:last-child {
        margin-bottom: 0; }
        .rev-block .rev-list li.rev-list_item:last-child .bottom::after {
          display: none; }
      .rev-block .rev-list li.rev-list_item .top {
        display: flex;
        justify-content: space-between; }
      .rev-block .rev-list li.rev-list_item .bottom {
        position: relative;
        padding: 11px 0 35px 80px; }
        .rev-block .rev-list li.rev-list_item .bottom::after {
          content: "";
          position: absolute;
          right: 0;
          bottom: 0;
          width: calc(100% - 80px);
          height: 1px;
          background: #EDF0F6; }
      .rev-block .rev-list li.rev-list_item .profile {
        display: flex;
        align-items: center;
        gap: 20px; }
        .rev-block .rev-list li.rev-list_item .profile .images {
          max-width: 60px; }
          .rev-block .rev-list li.rev-list_item .profile .images img {
            width: 60px;
            height: 60px;
            object-fit: cover;
            border-radius: 50%; }
        .rev-block .rev-list li.rev-list_item .profile .text {
          display: flex;
          flex-direction: column; }
      .rev-block .rev-list li.rev-list_item .name {
        display: block;
        margin-bottom: 6px;
        color: #333333;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.2; }
      .rev-block .rev-list li.rev-list_item .date {
        color: #777777;
        font-size: 14px;
        line-height: 1.2; }
      .rev-block .rev-list li.rev-list_item p {
        margin: 0 0 20px;
        color: #333333;
        font-size: 16px;
        line-height: 26px; }
        .rev-block .rev-list li.rev-list_item p:last-child {
          margin-bottom: 0; }
      .rev-block .rev-list li.rev-list_item .rate {
        margin-top: 4px; }
        .rev-block .rev-list li.rev-list_item .rate span.active svg path {
          fill: #D5E34D;
          fill-opacity: 1; }
        .rev-block .rev-list li.rev-list_item .rate span svg {
          width: 20px;
          height: 20px; }
      .rev-block .rev-list li.rev-list_item .photo-mini {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .rev-block .rev-list li.rev-list_item .photo-mini li a {
          display: block;
          width: 110px;
          height: 80px; }
          .rev-block .rev-list li.rev-list_item .photo-mini li a img {
            max-width: 100%;
            max-height: 100%;
            object-fit: cover;
            border-radius: 5px; }

@media(max-width: 996px) {
  .rev-block .info .prod {
    align-items: flex-start;
    flex-direction: column; }
  .rev-block .info .tov {
    width: 100%; }
  .rev-block .info .buttons {
    width: 100%;
    margin-top: 20px; } }
@media(max-width: 768px) {
  .rev-prev, .rev-next {
    display: none; }

  .rev-photo li {
    height: 87px; }

  .rate-list li svg {
    width: 16px;
    height: 16px; }

  .rev-block .info .prod {
    margin-bottom: 30px; }
  .rev-block .info .tov .right {
    padding-left: 15px; }
    .rev-block .info .tov .right .title {
      font-size: 16px; }
  .rev-block .info .buttons {
    gap: 15px;
    padding: 0;
    background: 0 0; }
    .rev-block .info .buttons .btns {
      width: calc(100% - 35px);
      min-width: unset;
      height: 35px;
      font-size: 16px; }
    .rev-block .info .buttons .fav {
      width: 20px;
      height: 20px; }

  .rev-block .rev-list li.rev-list_item {
    margin-bottom: 17px; }
    .rev-block .rev-list li.rev-list_item .profile {
      gap: 12px; }
      .rev-block .rev-list li.rev-list_item .profile .images {
        max-width: 40px; }
        .rev-block .rev-list li.rev-list_item .profile .images img {
          width: 100%;
          height: 100%; }
    .rev-block .rev-list li.rev-list_item .name {
      font-size: 14px; }
    .rev-block .rev-list li.rev-list_item .top {
      align-items: flex-start; }
    .rev-block .rev-list li.rev-list_item .bottom {
      padding: 12px 0 23px; }
      .rev-block .rev-list li.rev-list_item .bottom::after {
        width: 100%; }
    .rev-block .rev-list li.rev-list_item p {
      margin-bottom: 15px;
      font-size: 14px;
      line-height: 22px; }
    .rev-block .rev-list li.rev-list_item .rate {
      margin-top: -5px; }
      .rev-block .rev-list li.rev-list_item .rate span svg {
        width: 16px;
        height: 16px; }
    .rev-block .rev-list li.rev-list_item .photo-mini li a {
      width: 96px;
      height: 70px; } }

/*# sourceMappingURL=module.css.map */
