*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  line-height: 16px;
  scroll-behavior: smooth;
  background-color: #F0F1F5;
}


body {
  font-family: 'Okta Neue';
  background-color: #F0F1F5;
  color: #000;
  position: relative;
}
.main {
  background-color: #F0F1F5;
}
.main.login {
  margin-bottom: 9.5rem;
}
.container.main {
  padding-left: 17px;
  padding-right: 15px;
}
.footer {
  padding: 2.3rem 0;
}
a {
  text-decoration: none;
}
h2 {
  font-family: 'Okta Neue';
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 3.2rem;
  margin-bottom: 2.4rem;
  padding-top: 6px;
  color: #000;  
  font-style: normal;
  letter-spacing: -0.5px;
}
.btn {
  width: 100%;
  text-align: center;
  color: #0068E3;
  font-family: 'Inter';
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  border-radius: 8px;
  display: inline-block;
  padding: 15px 10px 17px 10px;
  font-style: normal;
  background: rgba(0, 104, 227, 0.15);
}

.button {
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: 'Inter';
  font-weight: 600;
  font-size: 1.4rem;  
  font-style: normal;
  line-height: 1.6rem;
  letter-spacing: 0px;
  text-transform: uppercase;
  background-color: #008EFF;
  text-decoration: none;
  border: 0;
  border-radius: 5px;
  display: inline-block;
  padding: 20px;  
}
.button .spinner-border {
  width: 30px;
  height: 30px;
  margin-top: -10px;
}
.button.md {
  width: auto;
  padding: 15px 20px;
}
.button.rate {
  border-radius: 8px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.content-box {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 16px 2px;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.0rem;
  letter-spacing: 0px;
  color: #000;
  margin-top: 17px;
}
.content-box-h2 {
  color: #000;
  font-family: 'Okta Neue';
  font-weight: 700;
  font-size: 2.0rem;
  line-height: 2.4rem;
  letter-spacing: -0.25px;
  padding: 0;
  margin: 0;
}
.content-box-h2.mr {
  margin-bottom: 9px;
}
.content-box.tops {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 6px;
}
.footer-box {
  background-color: #fff;
  padding: 16px 0;
  position: fixed;
  left: 0;
  bottom: env(safe-area-inset-bottom, 0);
  right: 0;
  z-index: 100;
  border-top: 1px solid #ccc;
  padding-bottom: calc(16px + env(safe-area-inset-bottom, 0));
}

/**
TOP MAIN
*/
.top {
  padding: 8px 7px;
  background-color: #E3E8EF;
}
.top-block {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 5px;
}
.top-h1 {
  font-family: 'Okta Neue';
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 4.0rem;
  margin: 0 0 1.6rem 0;
  color: #000;
  font-style: normal;
  letter-spacing: -0.5px;
}
.top-h1 img {
  height: 1em;
  vertical-align: middle;
}
.top-desc {
  font-size: 1.6rem;
  font-weight: 400;
  color: #535E6B;
  font-family: 'Inter';
  font-style: normal;
  line-height: 2.7rem;
  letter-spacing: 0.25px;
}
.top .button {
  margin: 1.5rem 0 1.8rem;
}

/**
HEADER
*/
.header {
  background-color: #fff;
  padding-top: 20px;
}
.header-history {
  display: flex;
  justify-content: space-between;
  padding: 0 0 20px;
}
.header-history a {
  display: flex;
  text-decoration: none;
  color: #000;
  font-family: 'Okta Neue';
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.0rem;
  letter-spacing: 0px;
  position: relative;
}
.header-history a.product-favorite {
  margin-top: 3px;
}
.header-history-name {
  padding-left: 20px;
  color: #000;
  font-family: 'Okta Neue';
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.0rem;
  letter-spacing: 0px;
  position: relative;
}
.desktop-container .header-history-name {
  padding-left: 0px;
  font-size: 3.6rem;
  line-height: 4.0rem;
}
.desktop-container .header-history {
  padding: 0 0 25px;
}
.header-history-left_DEL {
  display: flex;
}
/*.header-history-name::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 0px;
  top: 17%;
  background-image: url('../img/back.png');
}*/
.header-history-breadcrumb {
  font-family: 'Okta Neue';
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.0rem;
  letter-spacing: 0px;
  color: #000;
  display: flex;
}
.header-history-breadcrumb img {
  margin-right: 25px;
}
a.header-history-lang {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.0rem;
  letter-spacing: 0px;
  color: #0068E3;
}

/**
MENU
*/
.mobile-menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Inter';
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #77818D;
}
.mobile-menu li {
  padding: 10px 0 15px;
}
.mobile-menu li.active,
.mobile-menu li:hover {
  border-bottom: 2px solid #000;
}
.mobile-menu li.active a,
.mobile-menu li:hover a {
  color: #000;
}
.mobile-menu li a {
  text-decoration: none;
  color: #77818D;
}

/**
BOX
*/
.box {
  border: 0.5px solid #00000026;
  padding: 12px 12px 30px 18px;
  border-radius: 16px;
  font-size: 1.6rem;
  line-height: 2.7rem;
  color: #000;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.25px;
}
.box.last {
  padding: 10px 12px 7px 18px;
  min-height: 143px;
}
.box-title {
  margin-top: 1.7rem;
}

/**
HOW
*/
.how {
  padding-top: 20px;
}
.how-container {
  position: relative;
  background-color: #fff;
  border-radius: 16px;
}
.how-block {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  position: relative;
  padding: 1.5rem 1.5rem 2.5rem;
  color: #000;
  font-family: 'Inter';
  font-style: normal;
  border-bottom: 1px solid #F0F1F5;
}
.how-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #DAE1E8;
  background-color: #fff;
  color: #535E6B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.0rem;
  flex-shrink: 0;
  z-index: 1;
  margin-right: 5px;
  font-style: normal;
  letter-spacing: 0px;
}
.how-title {
  font-weight: 700;
  color: #000;
  font-style: normal;
  letter-spacing: 0px;
  font-family: 'Okta Neue';
  font-size: 1.7rem;
  line-height: 2.0rem;
  letter-spacing: 0;
}
.how-desc {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #535E6B;
  margin-top: 4px;
  font-style: normal;
}

.how-container .how-block:last-child .how-number {
  border: 2px solid #008EFF;
}
.how-container .how-block:last-child .how-title {
  margin-top: 8px;
}

/**
MAIN SALE
*/
.sale {
  width: 100%;
  background-color: #F0F1F5;
  padding: 48px 0 35px 7px;
}
.sale h2 {
  margin-bottom: 10px;
}
.sale .btn {
  margin-bottom: 10px;
}
.sale-desc {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.25px;
  color: #535E6B;
  font-family: 'Inter';
  font-style: normal;
}
.sale-desc.alldocs {
  margin: 20px 5px 5px;
  text-transform: uppercase;
}

/**
MAIN DOCS
*/
.docs {
  border-radius: 5px;
  padding: 0;
}
.docs-title {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.25px;
  margin-top: 16px;
}
.docs .swiper {
  margin-bottom: 6px;
}


/**
QUESTION
*/
.question {
  background-color: #F0F1F5;
  padding: 0 0 20px;
}
.question h2 {
  margin-bottom: 13px;
  font-family: 'Okta Neue';
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 3.2rem;
  letter-spacing: 0;
  color: #000;
  font-style: Bold;
  letter-spacing: -0.5px;
}
.question .accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg width='5' height='5' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,0 10,0 5,7' fill='%23999'/%3E%3C/svg%3E");
    
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg width='5' height='5' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,0 10,0 5,7' fill='%23999'/%3E%3C/svg%3E");
}
.question-container {
  background-color: #fff;
  padding: 5px 0;
  border-radius: 8px;
}
.question-item {
  padding: 10px 17px;
  border-bottom: 1px solid #ccc;
}
.question-item:last-child {
  border-bottom: 0;
}
.question .accordion-button {
  background: none;
  font-family: 'Okta Neue';
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.0rem;
  border:0;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.question .accordion-button::after {
  background-size: 0.7rem;
  margin-top: 5px;
}
.question-body {
  color: #535E6B;
  font-family: 'Okta Neue';
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.0rem;
  margin: 0;
}


/**
SLIDER
*/
.swiper {
  width: 100%;
  margin: 15px 0 24px;
}
.swiper-slide.product {
  width: 75%;
  flex-shrink: 0;
  background: #fff;
  border-radius: 12px;
  font-size: 2.4rem;
  box-sizing: border-box;
}
.swiper-slide.product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide.docs {
  width: auto;
  border-radius:0;
  background: none;
}
.swiper-slide.docs img {
  border-radius: 8px;
}

.swiper.filterSwiper {
  width: 100%;
  padding: 0;
  margin: 16px 0 17px;
}
.filterSwiper .swiper-slide {
  width: auto !important;
}
.filter-link {
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 15px;
  color:#77818D;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.0rem;
  letter-spacing: 0px;
  text-align: center;
  position: relative;
  display: block;
}
.filter-link.active {
  color: #000;
}
.filter-link.clock,
.filter-link.win,
.filter-link.confirm,
.filter-link.close {
  padding: 12px 25px 12px 40px;
}
.filter-link.clock::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 10px;
  top: 14px;
  background-image: url('../img/detail/clock.svg');
}
.filter-link.win::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 10px;
  top: 14px;
  background-image: url('../img/detail/confirm.svg');
}
.filter-link.confirm::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 10px;
  top: 14px;
  background-image: url('../img/take.svg');
}
.filter-link.close::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 10px;
  top: 16px;
  background-image: url('../img/close.svg');
}


/**
PRODUCT CART LIST
*/
.product-sort {
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: bottom;
  color: #77818D;
}
.product-sort a {
  text-decoration: none;
  color: #008EFF;
}
.product-sort-name {
  padding-right: 23px;
}
.product-sort-name.asc {
  background: url(../img/sort_asc.png) right 4px no-repeat;
}
.product-sort-name.desc {
  background: url(../img/sort_desc.png) right 4px no-repeat;
}
.product-list .product {
  margin-bottom: 15px;
}
.product {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  width: 100%;
  font-size: 2.4rem;
  display: block;
}
.product-img {
  display: flex;
  height: 160px;
  overflow: hidden;
  position: relative;
}
.product-img-fixed {
  width: 57%;
  height: auto;
  object-fit: cover;
  flex-shrink: 0;
  margin-right: 1px;
}
.product-img-flex {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.product-content {
  padding: 1.0rem 1rem 0.2rem 1rem;
}
.product-name {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  height: 2rem;
}
.product-name span {
  max-width: 235px;
}
.product-name-link {
  text-decoration: none;
  color: #000;
  max-width: 300px;
  overflow: hidden;
}
.product-favorite {
  width: 21px;
  height: 18px;
  background: url(../img/hart.svg) 0 0 no-repeat;
  text-decoration: none;
  color:#77818D;
}
.product-favorite.add {
  background: url(../img/hart_active.svg) 0 0 no-repeat;
}
.product-price {
  font-family: 'Okta Neue';
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: -0.5px;
  margin-top: 5px;
  color: #000;
}
.product-myrate {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.0rem;
  letter-spacing: 0;
  color: #008EFF;
  margin:0 0 5px 0;
}
.product-separated {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.6rem;
  letter-spacing: 0px;
  color: #77818D;
  margin-top: 5px;
}
.product-separated span::after {
  content: "•";
  margin-left: 0.5em;
}
.product-separated span:last-child::after {
  content: "";
}
.product-separated span.product-viewed {
  display: flex;
  font-size: 14px;
}
.product-separated span.product-viewed div {
  margin-right: 5px;
}
.product-separated span.product-viewed img {
  width: 1.5rem;
}

.product hr {
  color:#DAE1E8;
  margin: 0.5rem 0 0.7rem;
}
.product-bottom {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.product-users {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.6rem;
  letter-spacing: 0px;
  display: inline-flex;
  align-items: center;
  color: #77818D;
  padding: 0px 0 0px 20px;
  position: relative;
}

.product-users::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 3px;
  top: 50%;
	background-image: url('../img/user.svg');
}
.product-users.rate::before {
  background-image: url('../img/calendar.svg');
}

.product-label {
  position: absolute;  
  border-radius: 6px;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.2rem;
  letter-spacing: 0.08px;
  display: inline-flex;
  align-items: center;
}
.product-label::before {
    content: "";
    position: absolute;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 3px;
    top: 50%;
}

.product-label.express {
  background: #5AAC00;
  color: #fff;
  bottom: 10px;
  left: 10px;
  padding: 5px 12px 5px 20px;
}
.product-label.express::before {    
    background-image: url('../img/label.svg');
}
.product-label.long {
  background:#0A1E61;
  color: #fff;
  bottom: 10px;
  left: 10px;
  padding: 5px 12px 5px 20px;
  
}
.product-label.long::before {
  background-image: url('../img/clock.svg');
}

.product-label.clock {
  background: #E3E8EF;
  color: #535E6B;
  padding: 5px 8px 5px 17px;
  top: 10px;
  left: 10px;
}
.product-label.clock::before {
    background-image: url('../img/label_clock.svg');
}

.product-label.status {
  background: #008EFF;
  color: #fff;
  padding: 5px 8px 5px 17px;
  top: 10px;
  left: 10px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
  letter-spacing: 0.1px;
}
.product-label.status::before {
  background-image: url('../img/clock_white.svg');
}

.product-label.red {
  background: #fce0e5;
  color: #EA324E;
  padding: 5px 8px 5px 17px;
  top: 10px;
  left: 10px;
}
.product-label.red::before {
  background-image: url('../img/label_red.svg');
}
.product-label.yellow {
  background: #fdf3d9;
  color: #F19C01;
  padding: 5px 8px 5px 17px;
  top: 10px;
  left: 10px;
}
.product-label.yellow::before {
  background-image: url('../img/label_yellow.svg');
}
.product-label.default {
  background: #fff;
  color: #000;
  padding: 5px 8px 5px 17px;
  top: 10px;
  left: 10px;
}
.product-label.default::before {
  background-image: url('../img/label_default.svg');
}

/*завершен*/
.product-label.status.labsF,
.product-label.status.labsP {
  background: #E3E8EF;
  color: #535E6B;
}
.product-label.status.labsF::before,
.product-label.status.labsP::before {
  background-image: url('../img/label_f.svg');
}

.product-label.status.labsC::before {
  background-image: url('../img/label_c.svg');
}
.product-label.status.labsS::before {
  background-image: url('../img/label_s.svg');
}
.product-label.status.labsD::before {
  background-image: url('../img/label_d.svg');
}
.product-label.status.labsK::before {
  background-image: url('../img/label_k.svg');
}

/**
FILTER PAGE
*/
.filter-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  width: 100%;
  margin-top: 15px;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.0rem;
  letter-spacing: 0;
}
.filter-box-btn {
  flex-grow: 1;
  background-color: #fff;
  width: 30%;
  text-align: center;
  padding: 12px 5px;
  box-sizing: border-box;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  color: #77818D;
}
.filter-box-btn.selected {
  color: #000;
}
.filter-box-btn.short {
  padding: 8px;
}
.filter-box-btn.active {
  background-color: #008EFF;
  color: #fff;
}
.filter-box-btn.flots {
  padding-left: 15px;
}
.filter-box-btn.flots input[type=checkbox] {
  display: none;
}
.filter-box-btn:last-child {
  flex-grow: 1.5;
}
.filter-box-btn.filters::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 10px;
  top: 35%;
  background-image: url('../img/filter.png');
}
.filter-box-btn.filters.enabled::before {
  background-image: url('../img/filter_active.png');
}
.filter-box-btn.town::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 13px;
  top: 33%;
  background-image: url('../img/bool.png');
}
.filter-box-btn.flots::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 5px;
  top: 35%;
  background-image: url('../img/express.png');
}

/**
FORM
*/
.form-control,
.form-floating .form-control {
  width: 100%;
  height: 56px;
  gap: 16px;
  border-radius: 8px;
  padding-top: 18px;
  padding-right: 16px;
  padding-bottom: 18px;
  padding-left: 16px;
  background-color: #fff;
  border: 1px solid #fff;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.25px;
  color:#77818D;
  box-shadow: none;
  color: #000;
}
.form-auth .form-control,
.form-auth .form-floating  {
  background-color: #F0F1F5;
  border: 1px solid #F0F1F5;
  color: #000;
  border-radius: 8px;
}
.form-auth .form-control[readonly] {
  color: #AAB3BE;
}
.form-auth .form-prev {
  margin: -10px 0 0 20px;
  color: #77818D;
  font-size: 12px;
  line-height: 16px;
  font-family: 'Inter';
  font-weight: 500;
  letter-spacing: 0.25px;
}
 
.form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown), .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 2rem;
}
.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  padding-top: 0.7rem;
}

.form-floating > label {
  padding: 1.5rem .75rem 1.5rem 1.8rem;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.25px;
  color:#77818D;
}
.form-control:focus {
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: none;
}

/**
MODAL
*/
#commission .modal-content,
#sortModal .modal-content,
#townModal .modal-content {
  --bs-modal-border-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#commission .modal-dialog,
#sortModal .modal-dialog,
#townModal .modal-dialog{
  margin: 0;
}
.modal-dialog.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.modal-header {
  display: flex;
  justify-content: space-between;
  font-family: 'Okta Neue';
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 20px;
  border:0;
  padding: 1rem 0;
}
.modal-header.bid {
  justify-content: right;
  padding-right: 10px;
}
.modal-header a.modal-close {
  line-height: 1.6rem;
}
.modal-header.mleft {
  justify-content: start;
}
.modal-header.mleft .modal-header-title {
  margin-left: 30px;
}
.modal.show .modal-dialog.rate .modal-content {
  background-color: #F0F1F5;
}
.modal-header-left {
  display: flex;
}
.modal-header-left a {
  line-height: 1.6rem;
}
.modal-header-left .modal-header-title {
  margin-left: 20px;
}

.modal-header-right a {
  color: #008EFF;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0px;
  display: block;
  position: relative;
  padding-right: 2.5rem;
}
.modal-header-right a::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 0px;
  top: 5px;
  background-image: url('../img/reload.svg');
}

.modal-content-box {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.0rem;
  letter-spacing: 0;

}

.modal-title {
  font-family: 'Okta Neue';
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 3.2rem;
  letter-spacing: -0.5px;
}
.modal-subtext {
  font-family: 'Okta Neue';
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.25px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.modal-subtitle {
  margin: 30px 0 10px;
  color: #000;
  font-family: 'Okta Neue';
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.25px;
}
.modal-error {
  padding: 15px 0;
}
.modal-body .button {
  width: 100%;
  height: 48px;
  gap: 8px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1rem;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-top: 4px;
}
.form-auth .button {
  margin-top: 20px;
}
.modal-body .button.cancel-bit {
  color: #0068E3;
  background-color: #d9e9fb;
}
.modal-confirm {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0.25px;
  margin-top: 11px;
  color: #535E6B;
}
.modal-confirm a {
  color:  #008EFF;
}
.modal-body .form-auth {
  margin-top: 1.5rem;
}
.modal-complete {
  margin-top: 2.0rem;
  margin-bottom: 3.0rem;
}
.modal-desc {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.25px;
  vertical-align: middle;
  color: #77818D;
  margin: 10px 0 20px;
}
.modal-input-item {
  color: #3F4E60;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  margin-top: 15px;
  cursor: pointer;
  display: block;
}
.modal-input-item input {
  display: none;
}
#sortModal input:checked + span,
#sortModal a.active {
  color: #008EFF;
  display: inline-block;
  width: 100%;
  position: relative;
}
#sortModal input:checked + span::after,
#sortModal a.active::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 7px;
  top: 2px;
  background-image: url('../img/sort_select.png');
}
#sortModal .modal-body,
#townModal .modal-body {
  padding-bottom: 30px;
}
#sortModal .modal-input-item,
#townModal .modal-input-item {
  margin-top: 25px;
}

.modal-filter-link {
  background-color: #fff;
  text-align: center;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: #77818D;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  display: block;
  width: 100%;
}
.modal-filter-link.express,
.modal-filter-link.long {
  cursor: pointer;
}
.modal-filter-link input[type=checkbox] {
  display: none;
}
.modal-filter-link input:checked + span {
  color: #000;
}
.modal-filter-link.long {
  padding-left: 30px;
}
.modal-filter-link.express::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 15px;
  top: 35%;
  background-image: url('../img/express.png');
}
.modal-filter-link.long::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 15px;
  top: 32%;
  background-image: url('../img/clock2.svg');
}
.modal-filter-row {
  margin-top: 12px;
}
.modal-filter-row input[type=number].left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.modal-filter-row input[type=number].right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-filter-row-title {
  color:#77818D;
  font-family: 'Inter';
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.modal-input-item.select::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 10px;
  top: 35%;
  background-image: url('../img/select.svg');
}
.modal-input-item a {
  text-decoration: none;
  color: #3F4E60;
}

.modal-box-count {
  position: relative;
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-right: 60px; /* место под кнопки */
  width: 100%;
  margin-top: 12px;
}
.modal-box-count.bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-top: 1px;
}

.modal-box-count input[type="number"] {
  border: none;
  background: transparent;
  padding: 10px 12px;
  width: 100%;
  font-size: 16px;
  border-radius: 12px;
  outline: none;
  appearance: textfield;
  color: #000;
}

.modal-box-count .btn {
  position: absolute;
  right: 0;
  height: 100%;
  width: 30px;
  border: none;
  background: none;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  transition: background 0.2s ease;
}

.modal-box-count .minus {
  right: 30px;
  background: url(../img/minus.svg) 0 15px no-repeat;
}

.modal-box-count .plus {
  right: 0;
  background: url(../img/plus.svg) 0 15px no-repeat;
}
.modal-footer-btn {
  background-color: #fff;
  padding: 1.6rem 1.0rem;
  border-top: 1px solid #ccc;
}




/**
EMPTY PAGE
*/
.content-empty {
  display: flex;
  margin: 0 7px;
  align-items: center;
  justify-content: left;
  height: 78vh;
}
.content-empty img {
  margin-left: 0px;
  margin-bottom: 20px;
}
.empty-title {
  font-family: 'Okta Neue';
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.empty-desc {
  font-family: 'Okta Neue';
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
  color: #535E6B;
}



/* Медиа-запросы */
@media (max-width: 370px) {
  .mobile-menu {
    font-size: 1.3rem;
  }
}


@media (max-width: 591px) {
  .desktop-container .header-history-name {
    padding-left: 10px;
    font-size: 1.7rem;
    line-height: 2.0rem;
  }
}
