
.product__row .btn-primary{
	transition:all 0.3s linear;
}
.product__row .btn-primary:hover{
	background:#e67300 !important;
}

.main_action_div .btn-primary:hover {
    background: #e67300 !important;
}


.hidden{
	display:none;
}

@media screen and (max-width: 767px) {
	#js-modal-geo .modal__title{
		font-size: 14px;
	}
	
	#js-modal-geo .geo_top_level{
		font-size: 14px;
	}
	#js-modal-geo font{
		font-size: 14px;
	}
}

/*----------------- fonts ---------------------*/

@font-face {
    font-display: fallback;
  font-family: 'Century Gothic';
  src: url('/templates/expan/fonts/CenturyGothic.woff2') format('woff2'), url('/templates/expan/fonts/CenturyGothic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-display: fallback;
  font-family: 'Montserrat';
  src: url('/templates/expan/fonts/Montserrat-Regular.woff2') format('woff2'), url('/templates/expan/fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-display: fallback;
  font-family: 'Montserrat';
  src: url('/templates/expan/fonts/Montserrat-Bold.woff2') format('woff2'), url('/templates/expan/fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
    font-display: fallback;
  font-family: 'Montserrat';
  src: url('/templates/expan/fonts/Montserrat-SemiBold.woff2') format('woff2'), url('/templates/expan/fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
    font-display: fallback;
  font-family: 'Montserrat';
  src: url('/templates/expan/fonts/Montserrat-Medium.woff2') format('woff2'), url('/templates/expan/fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

/*----------------- global styles ---------------------*/

body {
  position: relative;
  width: 100%;
  min-width: 320px;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3;
  /*    overflow-x: hidden;*/
}

body.modal-open {
  overflow-y: hidden;
}

.container {
  max-width: 1260px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

a {
  color: #006dd9;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a:hover {
  color: #ff8000;
}

/*----------------- form ---------------------*/

.form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin: 0 0 7px;
  text-align: left;
  color: #222222;
  font-size: 13px;
  font-weight: 600;
}

.form-group input {
  width: 100%;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #95989a;
  background-color: #ffffff;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
}

.form-group textarea {
  width: 100%;
  min-height: 90px;
  border-radius: 4px;
  border: 1px solid #95989a;
  background-color: #ffffff;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  resize: vertical;
}

.form-group select {
  width: 100%;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #95989a;
  background-color: #ffffff;
  padding-left: 5px;
  font-size: 14px;
  font-weight: 400;
}

.pass-hide,
.reg-pass-hide {
  position: absolute;
  right: 0;
  top: 24px;
  width: 34px;
  height: 34px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url('/templates/expan/img/icons/hide.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pass-hide.visible,
.reg-pass-hide.visible {
  background-image: url('/templates/expan/img/icons/view.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
}

.form-checkbox {
  position: relative;
  margin-bottom: 10px;
}

.form-checkbox label {
  display: block;
  position: relative;
  padding-left: 25px;
  color: #0a0a0d;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.form-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #999999;
  background-color: #fff;
}

.form-checkbox input {
  display: none;
}

.form-checkbox input:checked + label::after {
  content: '';
  position: absolute;
  left: 2px;
  top: 4px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background: url('/templates/expan/img/icons/check.svg') center no-repeat;
  background-size: contain;
}

.form-file {
  position: relative;
}

.form-file input[type="file"] {
  display: none;
}

.form-file label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 44px;
  padding-left: 8px;
  border-radius: 4px;
  border: 1px solid rgba(160, 165, 179, 0.5);
  cursor: pointer;
}

.form-file label .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  margin-right: 19px;
  border-radius: 50%;
  background-color: #a0a5b3;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.form-file label .icon svg {
  width: 14px;
  height: 14px;
  margin: auto;
  fill: #fff;
}

.form-file label span {
  color: #222222;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.form-file label:hover .icon {
  background-color: #ff8000;
}

.form-file label:hover span {
  color: #ff8000;
}

.filename {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 44px;
  padding-left: 8px;
  border-radius: 4px;
  border: 1px solid rgba(160, 165, 179, 0.5);
}

.filename .icon {
  width: 22px;
  height: 26px;
  margin-right: 22px;
}

.filename .icon svg {
  width: 100%;
  height: 100%;
  fill: #222;
}

.filename span {
  color: #222222;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.filename.open {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}

.file-remove {
  position: absolute;
  right: 12px;
  top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  padding: 0;
  padding-left: 1px;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: rgba(254, 18, 21, 0.5);
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.file-remove svg {
  width: 10px;
  height: 10px;
  margin: auto;
  fill: #fff;
}

.file-remove:hover {
  background-color: #fe1215;
}

/*----------------- print ---------------------*/

/*----------------- header ---------------------*/

/*----------------- headerbar ---------------------*/

.headerbar {
  margin-bottom: 5px;
}

.headerbar__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.headerbar__logo {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: 210px;
  margin-right: auto;
}

.headerbar__location {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(16.666666666666668% - 30px);
}

.headerbar__orders {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(16.666666666666668% - 30px);
}

.headerbar__basket {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: 210px;
}

/*----- logo  ------*/

.logo {
  display: block;
  width: 200px;
}

.logo img {
  width: 100%;
  height: auto;
}

/*----- contacts  ------*/

/*----- footer  ------*/

.footer {
  padding-top: 65px;
  background-color: #111111;
}

/*----- footerbar  ------*/

.footerbar {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(132, 139, 157, 0.5);
}

.footerbar__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.footerbar__feedback {
  position: fixed;
  right: 35px;
  bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #ffffff;
  background-color: rgba(132, 139, 157, 0.75);
  z-index: 1000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footerbar__feedback:hover {
  background-color: rgba(83, 89, 104, 0.75);
}

.footerbar__feedback svg {
  width: 23px;
  height: 22px;
  margin: auto;
  fill: #dde1e9;
}

.footerbar .scrollup {
  position: fixed;
  right: 35px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #ffffff;
  background-color: rgba(132, 139, 157, 0.75);
  z-index: 1000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footerbar .scrollup:hover {
  background-color: rgba(83, 89, 104, 0.75);
}

.footerbar .scrollup svg {
  width: 23px;
  height: 13px;
  margin: auto;
  fill: #dde1e9;
}

/*----- bottom  ------*/

.bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
}

.bottom__copy {
  margin: 0;
  color: rgba(241, 244, 251, 0.5);
  font-size: 13px;
  font-weight: 400;
}

.bottom__dev {
  margin: 0;
  color: rgba(241, 244, 251, 0.5);
  font-size: 13px;
  font-weight: 400;
}

.bottom__dev a {
  color: rgba(241, 244, 251, 0.5);
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(241, 244, 251, 0.25);
  text-decoration-color: rgba(241, 244, 251, 0.25);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.bottom__dev a:hover {
  color: #fff;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
  text-decoration-color: rgba(255, 255, 255, 0.5);
}

.bottom__pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom__pay img {
  margin: 0 15px;
}

/*----- modal  ------*/

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

.modal {
  position: fixed;
  top: 50%;
  bottom: auto;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  width: 400px;
  max-height: 95vh;
  padding: 30px 25px 5px;
  border-radius: 4px;
  background: #fff;
  overflow-y: auto;
  z-index: 9999;
}

.modal__title {
  margin: 0 0 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfe1e6;
  color: #222222;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.25px;
  text-align: left;
}

.modal__btn {
  display: block;
  margin: 30px 0 20px;
  padding: 0;
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 4px;
  background-color: #ff8000;
  text-align: center;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.modal__btn:hover {
  background-color: #cc6600;
}

.modal__btn--blue {
  margin-top: 20px;
  background-color: #006dd9;
}

.modal__btn--blue:hover {
  color: #fff;
  background-color: #0053a6;
}

.modal__link {
  display: block;
  width: 135px;
  margin: 0 auto 35px;
  border-bottom: 1px dashed #222222;
  text-align: center;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
}

.modal__footer {
  padding-top: 1px;
  border-top: 1px solid #dfe1e6;
}

.modal__header {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dfe1e6;
}

.modal__header p {
  margin: 0 0 10px;
  text-align: left;
}

.modal__name {
  margin-right: 30px;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
}

.modal__art,
.modal__art:hover {
  color: #006dd9;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.56px;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(0, 109, 217, 0.5);
  text-decoration-color: rgba(0, 109, 217, 0.5);
}

.modal__txt {
  color: #222222;
  font-size: 13px;
  font-weight: 500;
}

.modal__footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
}

.modal__footer-row .modal__btn {
  width: 180px;
  margin: 0 15px 20px 0;
}

.modal__cansel {
  display: block;
  width: 120px;
  height: 40px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #f1f4fb;
  text-align: center;
}

.modal__cansel span {
  line-height: 40px;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
}

.modal__deliv {
  margin: 25px 0 15px;
  text-align: left;
  color: #222222;
  font-size: 13px;
  font-weight: 600;
}

.modal__deliv span {
  margin-left: 15px;
  font-size: 18px;
  font-weight: 700;
}

.modal .form-checkbox label::before {
  top: 1px;
}

.modal__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__price {
  margin: 0;
  color: #222222;
  font-size: 25px;
  font-weight: 700;
  white-space: nowrap;
}

.modal__qnt {
  width: 146px;
  margin-right: 50px;
}

.modal__qnt .quantity-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #95989a;
}

.modal__qnt .quantity-arrow-plus {
  cursor: pointer;
  outline: none;
  width: 36px;
  height: 100%;
  padding: 0;
  border: none;
  border-left: 1px solid #95989a;
  background: transparent;
}

.modal__qnt .quantity-arrow-plus img {
  width: 100%;
  height: 100%;
  -o-object-fit: none;
  object-fit: none;
}

.modal__qnt .quantity-arrow-plus:focus {
  outline: none;
}

.modal__qnt .quantity-arrow-minus {
  cursor: pointer;
  outline: none;
  width: 36px;
  height: 100%;
  padding: 0;
  border: none;
  border-right: 1px solid #95989a;
  background: transparent;
}

.modal__qnt .quantity-arrow-minus img {
  width: 100%;
  height: 100%;
  -o-object-fit: none;
  object-fit: none;
}

.modal__qnt .quantity-arrow-minus:focus {
  outline: none;
}

.modal__qnt .quantity-num {
  background-color: transparent;
  width: 70px;
  height: 100%;
  padding: 0;
  border: none;
  text-align: center;
  outline: none;
  color: #0a0a0d;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
}

.modal__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfe1e6;
}

.modal__big {
  max-width: 438px;
  height: 329px;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #a0a5b3;
  overflow: hidden;
}

.modal__img {
  display: none;
  width: 100%;
  height: 100%;
}

.modal__img.active {
  display: block;
}

.modal__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal__thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 310px;
  margin: 0 -6px;
}

.modal__thumbs a {
  display: block;
  width: calc(100% / 3 - 12px);
  height: 91px;
  margin: 0 6px 10px;
  border-radius: 4px;
  border: 2px solid #a0a5b3;
  opacity: 0.5;
}

.modal__thumbs a.active {
  border-color: #ff8000;
  opacity: 1;
}

.modal__thumbs a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 3px;
}

.modal__desc {
  padding-bottom: 30px;
}

.modal__desc h3 {
  margin: 0 0 12px;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
}

.modal__desc p {
  margin: 0 0 20px;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
}

.modal__desc p a {
  margin-left: 3px;
  color: #006dd9;
  font-weight: 500;
  text-decoration: underline;
}

.modal__desc p.bold {
  margin-bottom: 10px;
  font-weight: 600;
}

.modal__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
}

.modal__agree {
  display: block;
  width: 140px;
  height: 36px;
  border: none;
  border-radius: 4px;
  background-color: #ff8000;
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 36px;
  margin-right: 15px;
}

.modal__agree:hover {
  background-color: #cc6600;
  color: #fff;
}

.modal__cancel {
  display: block;
  width: 140px;
  height: 36px;
  border: none;
  border-radius: 4px;
  background-color: #f1f4fb;
  color: #222;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 36px;
}

.modal__cancel:hover {
  background-color: #c9d5f0;
  color: #222;
}

#js-modal-brand {
  width: 100%;
  max-width: 850px;
}

#js-modal-order {
  width: 1230px;
  padding: 40px 140px 40px 60px;
}

.close-btn,
.close-btn:hover,
.close-btn:focus {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 24px;
  height: 24px;
}

.close-btn svg,
.close-btn:hover svg,
.close-btn:focus svg {
  width: 100%;
  height: 100%;
  fill: #222;
}

/*----------------- top ---------------------*/

.top {
  margin-bottom: 30px;
  border-bottom: 1px solid #dfe1e6;
}

.top__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.top__left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(66.66666666666667% - 30px);
}

.top__right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.333333333333336% - 30px);
}

/*----------------- top-menu ---------------------*/

.top-menu {
  padding: 10px 0;
}

.top-menu ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-menu ul li a {
  color: #848b9d;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
  text-decoration-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.top-menu ul li a:hover {
  color: #6a7184;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0.4);
  text-decoration-color: rgba(0, 0, 0, 0.4);
}

/*----------------- login ---------------------*/

.login {
  max-width: 180px;
  margin-left: auto;
  padding: 10px 0;
  text-align: right;
}

.login a {
  display: inline-block;
  margin-right: 20px;
  color: #222222;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px dotted #111111;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.login a:hover {
  color: #006dd9;
  border-bottom-color: #006dd9;
}

/*----------------- location ---------------------*/

.location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.location svg {
  width: 23px;
  height: 34px;
  margin-right: 20px;
  fill: #fff;
  stroke: #222;
}

.location a {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px dotted #111111;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.location a:hover {
  color: #006dd9;
  border-bottom-color: #006dd9;
}

/*----------------- orders-link ---------------------*/

.orders-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2px;
}

.orders-link svg {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  fill: #222;
}

.orders-link a {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
}

/*----------------- top-basket ---------------------*/

.top-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*-webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;*/
  margin-top: 1px;
}

.top-basket__icon {
  position: relative;
  width: 34px;
  height: 30px;
  margin-right: 15px;
}

.top-basket__icon svg {
  width: 100%;
  height: 100%;
  fill: #222;
}

.top-basket__icon span {
  position: absolute;
  top: -5px;
  right: -5px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fd8119;
  text-align: center;
  line-height: 18px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}

.top-basket__sum {
  max-width: calc(100% - 49px);
}

.top-basket__sum p {
  margin: 0;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
}

.top-basket__sum p span:last-child {
  color: #fd8119;
}

/*----------------- search ---------------------*/

.search__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.search__inner {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(75% - 30px);
  margin-left: calc(25% + 15px);
  position: relative;
  z-index: 100;
}

.search__nav {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search__nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search__nav li {
  margin-right: 10px;
}

.search__nav li a {
  display: block;
  min-width: 165px;
  padding: 12px 35px;
  border-radius: 4px 4px 0 0;
  background-color: #f1f4fb;
  text-align: center;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.search__nav li a:hover {
  background-color: #dde4f5;
}

.search__nav li.active a,
.search__nav li.active:hover a {
  color: #ffffff;
  background-color: #006dd9;
}

.search__content {
  position: absolute;
  left: 0;
  top: 42px;
  width: 100%;
  min-height: 60px;
  background-color: #006dd9;
}

.search .search__tab {
  display: none;
  padding: 12px 25px;
}

.search .search__tab.active {
  display: block;
}

.search .search__tab form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search__input {
  max-width: 620px;
  width: calc(100% - 205px);
  height: 36px;
  margin-right: 25px;
  padding-left: 25px;
  border: none;
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 14px;
}

.search__btn {
  width: 180px;
  height: 36px;
  border: none;
  border-radius: 4px;
  background-color: #ff8000;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.search__btn:hover {
  background-color: #e67300;
}

/*----------------- navbar ---------------------*/

.navbar {
  position: relative;
  z-index: 10;
  height: 60px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.02);
  background-color: #222222;
}

/*----------------- menu ---------------------*/

.menu {
  position: relative;
  width: 315px;
}

.menu__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding-left: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.menu__toggle > span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

.menu__toggle.open {
  background-color: rgba(132, 139, 157, 0.2);
}

.menu__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 30px;
  height: 18px;
  margin-right: 35px;
}

.menu__icon span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
}

.menu__list {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #f1f4fb;
  z-index: 1000;
}

.menu__list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu__list > li > a {
  position: relative;
  z-index: 100;
  display: block;
  width: 315px;
  padding: 18px 20px;
  border: 1px solid #dfe1e6;
  border-top: none;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.menu__list > li > a.open {
  color: #ffffff;
  border-color: #848b9d;
  background-color: #848b9d;
}

/*----------------- second-menu ---------------------*/

.second-menu {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 100%;
  width: 310px;
  min-height: 100%;
  padding-bottom: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #848b9d;
}

.second-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.second-menu li a {
  display: block;
  padding: 12px 15px 12px 25px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
}

/*----------------- search-brand ---------------------*/

.search-brand {
  padding: 20px 5px;
}

.search-brand__nav {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 45px;
  padding-left: 30px;
}

.search-brand__nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-brand__nav li {
  margin-right: 60px;
}

.search-brand__nav li:last-child {
  margin-right: 0;
}

.search-brand__nav li a {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px dotted #ffffff;
}

.search-brand__nav li.active a {
  border-bottom: 2px solid #ffffff;
}

.search-brand__tab {
  display: none;
}

.search-brand__tab.active {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.search-brand__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
}

.search-brand__letter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-brand__letter span {
  width: 35px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}

.search-brand__letter ul {
  margin: 0;
  padding: 0;
  width: calc(100% - 35px);
}

.search-brand__letter ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-brand__letter ul li {
  margin-bottom: 10px;
}

.search-brand__letter ul li a {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}

/*----------------- banner ---------------------*/

.banner__carousel .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.banner__img {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(41.66666666666667% - 30px);
}

.banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: none;
  object-fit: none;
}

.banner__desc {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(58.333333333333336% - 30px);
  padding-left: 60px;
  padding-top: 90px;
  padding-bottom: 40px;
}

.banner__desc p {
  margin: 0 0 23px;
  color: #222222;
  font-size: 20px;
  font-weight: 500;
}

.banner__desc h2 {
  margin: 0 0 54px;
  color: #222222;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.banner__desc a {
  display: block;
  width: 240px;
  height: 44px;
  border-radius: 4px;
  background-color: #ff8000;
  text-align: center;
  line-height: 44px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.banner__desc a:hover {
  background-color: #e67300;
}

/*----------------- spares ---------------------*/

.spares {
  margin-bottom: 60px;
  padding: 80px 0 60px;
  background-color: #f1f4fb;
}

.spares__nav {
  margin-bottom: 25px;
  border-bottom: 1px solid #babfcc;
}

.spares__nav ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spares__nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.spares__nav ul li {
  margin-right: 60px;
}

.spares__nav ul li:last-child {
  margin-right: 0;
}

.spares__nav ul li a {
  position: relative;
  top: 2px;
  display: block;
  padding-bottom: 10px;
  border-bottom: 4px solid transparent;
  color: #222222;
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 400;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.spares__nav ul li a:hover {
  color: #ff8000;
}

.spares__nav ul li a .hidden {
  display: none;
}

.spares__nav ul li.active a {
  border-bottom-color: #ff8000;
  font-weight: 600;
}

.spares__content {
  padding-bottom: 20px;
}

.spares__tab {
  display: none;
}

.spares__tab.active {
  display: block;
}

/*----------------- spares-brand ---------------------*/

.spares-brand__nav {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 40px;
}

.spares-brand__nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.spares-brand__nav li {
  margin-right: 60px;
}

.spares-brand__nav li:last-child {
  margin-right: 0;
}

.spares-brand__nav li a {
  display: inline-block;
  color: #111111;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px dotted #111111;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.spares-brand__nav li a:hover {
  color: #ff8000;
}

.spares-brand__nav li.active a {
  color: #ff8000;
  border-bottom: none;
}

.spares-brand__tab {
  display: none;
}

.spares-brand__tab.active {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.spares-brand__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(16.666666666666668% - 30px);
}

.spares-brand__letter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spares-brand__letter span {
  width: 30px;
  color: #848b9d;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.spares-brand__letter ul {
  margin: 0;
  padding: 0;
  width: calc(100% - 30px);
}

.spares-brand__letter ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.spares-brand__letter ul li {
  margin-bottom: 10px;
}

.spares-brand__letter ul li a {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 109, 217, 0.25);
  color: #006dd9;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.spares-brand__letter ul li a:hover {
  color: #ff8000;
  border-bottom-color: rgba(255, 128, 0, 0.25);
}

/*----------------- related ---------------------*/

.related {
  margin-bottom: 40px;
}

.related__title {
  margin: 0 0 50px;
  color: #222222;
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 600;
}

.related__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.related__item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.333333333333336% - 30px);
  position: relative;
  min-height: 200px;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 4px;
  background-color: #f1f4fb;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.related__item:hover {
  background-color: #c9d5f0;
}

.related__item img {
  position: absolute;
  right: 23px;
  bottom: 30px;
  width: 91px;
  height: 82px;
  -o-object-fit: none;
  object-fit: none;
}

.related__item p {
  margin: 0 0 29px;
  color: #222222;
  font-size: 18px;
  font-weight: 700;
}

.related__item ul {
  margin: 0;
  padding: 0;
}

.related__item ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.related__item ul li {
  margin-bottom: 5px;
}

.related__item ul li a {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 109, 217, 0.25);
  color: #006dd9;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.related__item ul li a:hover {
  color: #ff8000;
  border-bottom-color: rgba(255, 128, 0, 0.25);
}

/*----------------- inst ---------------------*/

.inst {
  margin-bottom: 30px;
}

.inst__title {
  margin: 0 0 60px;
  color: #222222;
  font-size: 25px;
  font-weight: 600;
}

.inst__widget {
  padding-bottom: 30px;
}

.inst__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin: 0 -10px;
}

.inst__row img {
  width: 184px;
  height: 184px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 10px 20px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.02);
  border: 1px solid #e6e6e6;
}

.inst__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.inst__logo {
  width: 120px;
  height: 120px;
  margin-right: 42px;
}

.inst__nick {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
}

/*----------------- text ---------------------*/

.text {
  padding-bottom: 20px;
}

.text p {
  margin: 0 0 30px;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.text p.text__bold {
  font-size: 18px;
  font-weight: 700;
}

.text p.text__md {
  font-size: 18px;
  font-weight: 600;
}

.text h3 {
  position: relative;
  margin: 0 0 15px;
  padding-left: 25px;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
}

.text h3::after {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #ff8000;
}

/*----------------- info ---------------------*/

.info {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(41.66666666666667% - 30px);
  padding-right: 45px;
}

.info__contacts {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #4a4e57;
}

.info__txt {
  margin: 0 0 20px;
  color: rgba(241, 244, 251, 0.5);
  font-size: 14px;
  font-weight: 400;
}

.info__logo {
  display: block;
  width: 143px;
  height: 35px;
}

.info__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.info__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.info__tel svg {
  width: 13px;
  height: 12px;
  margin-right: 14px;
  fill: #ffffff;
}

.info__tel span {
  color: #f1f4fb;
  font-size: 25px;
  font-weight: 500;
}

.info__addr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.info__addr svg {
  width: 10px;
  height: 13px;
  fill: #ffffff;
  margin-right: 17px;
}

.info__addr address {
  color: #f1f4fb;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}

.info__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info__email svg {
  width: 13px;
  height: 9px;
  margin-right: 14px;
  fill: #ffffff;
}

.info__email span {
  color: #f1f4fb;
  font-size: 14px;
  font-weight: 400;
}

.info__feedback {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 290px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #888888;
}

.info__feedback svg {
  width: 24px;
  height: 23px;
  margin-right: 25px;
  fill: #888888;
}

.info__feedback span {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
}

.info__inst {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 290px;
  height: 50px;
  margin-bottom: 40px;
  border-radius: 4px;
  border: 1px solid #888888;
}

.info__inst svg {
  width: 24px;
  height: 24px;
  margin-right: 25px;
  fill: #888888;
}

.info__inst span {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
}

/*----------------- footer-menu ---------------------*/

.footer-menu {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(58.333333333333336% - 30px);
}

.footer-menu__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.footer-menu__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.333333333333336% - 30px);
}

.footer-menu__title {
  margin: 0 0 25px;
  color: #f1f4fb;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
}

.footer-menu__list {
  margin: 0;
  padding: 0;
}

.footer-menu__list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu__list li {
  margin-bottom: 10px;
}

.footer-menu__list li a {
  color: rgba(241, 244, 251, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer-menu__list li a:hover {
  color: #fff;
  text-decoration: underline;
}

/*----------------- header-mobile ---------------------*/

.header-mobile {
  display: none;
}

/*----------------- headerbar-mobile ---------------------*/

.headerbar-mobile {
  padding: 15px 0;
}

.headerbar-mobile__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 60px;
}

.headerbar-mobile__logo {
  width: 200px;
}

.headerbar-mobile__logo .logo {
  width: 100%;
}

.headerbar-mobile__toggle {
  width: 40px;
  height: 24px;
}

.headerbar-mobile__toggle a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.headerbar-mobile__toggle a span {
  width: 100%;
  height: 3px;
  background-color: #0a0a0d;
}

/*----------------- login-mobile ---------------------*/

.login-mobile {
  display: block;
  width: 40px;
  height: 40px;
}

.login-mobile svg {
  width: 100%;
  height: 100%;
  fill: #0a0a0d;
}

/*----------------- top-basket-mobile ---------------------*/

.top-basket-mobile {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
}

.top-basket-mobile svg {
  width: 100%;
  height: 100%;
  fill: #0a0a0d;
}

.top-basket-mobile span {
  position: absolute;
  top: -5px;
  right: -5px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fd8119;
  text-align: center;
  line-height: 18px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}

/*----------------- mobile-menu ---------------------*/

.overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9000;
}

.mobile-menu {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  z-index: 9900;
  background: #fff;
  padding: 75px 0 500px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.mobile-menu.open {
  left: 0;
}

.mobile-menu__close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 24px;
  height: 24px;
}

.mobile-menu__close svg {
  width: 100%;
  height: 100%;
  fill: #0a0a0d;
}

.mobile-menu__main {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #848b9d;
}

.mobile-menu__main li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-menu__main > li {
  border-top: 1px solid #dfe1e6;
}

.mobile-menu__main > li:first-child {
  border-top: none;
}

.mobile-menu__main > li > a {
  display: block;
  height: 54px;
  padding: 0 20px;
  color: #111111;
  font-size: 14px;
  font-weight: 700;
  line-height: 54px;
  text-transform: uppercase;
}

.mobile-menu__main > li > a.mobile-menu__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-menu__main > li > a.mobile-menu__toggle.open img {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.mobile-menu__dropdown {
  margin: 0;
  padding: 0;
  display: none;
  padding-left: 50px;
  border-top: 1px solid #dfe1e6;
}

.mobile-menu__dropdown li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-menu__dropdown li {
  border-top: 1px solid #dfe1e6;
}

.mobile-menu__dropdown li:first-child {
  border-top: none;
}

.mobile-menu__dropdown li a {
  display: block;
  height: 54px;
  color: #111111;
  font-size: 14px;
  font-weight: 500;
  line-height: 54px;
}

.mobile-menu__second {
  margin: 0;
  padding: 0;
}

.mobile-menu__second li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-menu__second > li {
  border-bottom: 1px solid #dfe1e6;
}

.mobile-menu__second > li > a {
  display: block;
  height: 54px;
  padding: 0 20px;
  color: #111111;
  font-size: 14px;
  font-weight: 500;
  line-height: 54px;
  text-transform: uppercase;
}

/*----------------- search-mobile ---------------------*/

.search-mobile {
  height: 50px;
  padding: 8px 0;
  background-color: #0a0a0d;
}

.search-mobile form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search-mobile__btn {
  width: 46px;
  height: 34px;
  background-color: #ff8000;
  border: none;
  cursor: pointer;
}

.search-mobile__btn svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.search-mobile__input {
  width: calc(100% - 216px);
  height: 34px;
  padding-left: 10px;
  border: none;
  background-color: #fff;
  font-size: 14px;
}

/*----------------- payment ---------------------*/

.payment {
  padding-bottom: 45px;
}

.payment__header {
  margin-bottom: 30px;
  padding: 50px 0 25px;
  background-color: #f1f4fb;
}

.payment__title {
  margin: 0 0 45px;
  text-align: center;
  color: #222222;
  font-size: 42px;
  font-weight: 400;
}

.payment__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.payment__nav a {
  margin: 0 35px;
  border-bottom: 1px dashed rgba(132, 139, 157, 0.5);
  color: #848b9d;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.payment__nav a:hover {
  color: #006dd9;
}

.payment__inner {
  max-width: 810px;
  margin: 0 auto;
}

.payment__section {
  padding: 30px 0;
}

.payment__section h3 {
  margin: 0 0 45px;
  color: #222222;
  font-size: 24px;
  font-weight: 500;
}

.payment__txt {
  margin: 0 0 30px;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
}

.payment__list {
  margin: 0;
  padding: 0;
}

.payment__list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.payment__list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 25px;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.payment__list li span {
  font-weight: 500;
}

.payment__list li:last-child {
  margin-bottom: 0;
}

.payment__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ff8000;
}

.payment__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  background-color: #fafafc;
  background-image: url('/templates/expan/img/icons/icon-warning.svg');
  background-position: 25px center;
  background-repeat: no-repeat;
  background-size: 83px 70px;
}

.payment__info p {
  margin: 0;
  color: #848b9d;
  font-size: 14px;
  font-weight: 400;
}

/*----------------- about ---------------------*/

.about {
  padding-bottom: 45px;
}

.about__header {
  margin-bottom: 30px;
  padding: 50px 0 25px;
  background-color: #f1f4fb;
}

.about__title {
  margin: 0 0 45px;
  text-align: center;
  color: #222222;
  font-size: 42px;
  font-weight: 400;
}

.about__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about__nav a {
  margin: 0 35px;
  border-bottom: 1px dashed rgba(132, 139, 157, 0.5);
  color: #848b9d;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.about__nav a:hover {
  color: #006dd9;
}

.about__inner {
  max-width: 810px;
  margin: 0 auto;
}

.about .about__txt {
  padding: 30px 0;
}

.about .about__txt p {
  margin: 0;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
}

.about__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100px;
  padding: 20px 50px 20px 150px;
  background-color: #fafafc;
  background-image: url('/templates/expan/img/icons/icon-warning.svg');
  background-position: 25px center;
  background-repeat: no-repeat;
  background-size: 83px 70px;
}

.about__info p {
  margin: 0!important;
  color: #848b9d;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.about__section {
  padding: 30px 0;
}

.about__section h3 {
  margin: 0 0 45px;
  color: #222222;
  font-size: 24px;
  font-weight: 500;
}

.about__section p {
  margin: 0 0 30px;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
}

.about__section p.bold {
  font-weight: 600;
}

.about__section > img {
  width: 100%;
  height: auto;
  margin: 45px 0;
}

.about__list {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.about__list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about__list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 25px;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.about__list li span {
  font-weight: 500;
}

.about__list li:last-child {
  margin-bottom: 0;
}

.about__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ff8000;
}

.about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.about__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.333333333333336% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 34px;
}

.about__col img {
  width: 31px;
  height: 31px;
  margin-right: 35px;
}

.about__col a {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 109, 217, 0.5);
  color: #006dd9;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.about__col a:hover {
  color: #ff8000;
  border-bottom-color: #ffcc99;
}

/*----------------- results ---------------------*/

.results {
  padding: 45px 0 80px;
}

.results__title {
  margin: 0 0 35px;
  color: #222222;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
}

.results__title span {
  font-weight: 400;
}

.results__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 0;
  background-color: #f1f4fb;
}

.results__header span {
  height: 27px;
  padding: 0 20px;
  border-right: 1px solid #dfe1e6;
  color: #222222;
  font-size: 11px;
  font-weight: 600;
  line-height: 27px;
}

.results__header span:first-child {
  width: 185px;
}

.results__header span:nth-child(2) {
  width: 170px;
}

.results__header span:nth-child(3) {
  width: calc(100% - 355px);
  border-right: none;
}

.results__header span.hidden {
  display: none;
  border-right: none;
}

.results__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 18px 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.results__item:hover {
  background-color: #f2f2f4;
}

.results__item span {
  padding: 0 20px;
}

.results__item span:first-child {
  width: 185px;
  color: #006dd9;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(0, 109, 217, 0.25);
  text-decoration-color: rgba(0, 109, 217, 0.25);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.results__item span:first-child:hover {
  color: #ff8000;
  -webkit-text-decoration-color: rgba(255, 128, 0, 0.25);
  text-decoration-color: rgba(255, 128, 0, 0.25);
}

.results__item span:nth-child(2) {
  width: 170px;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.52px;
  line-height: 14px;
}

.results__item span:nth-child(3) {
  width: calc(100% - 355px);
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
}

/*----------------- data ---------------------*/

.data {
  padding: 45px 0 70px;
}

.data__title {
  margin: 0 0 55px;
  color: #222222;
  font-size: 25px;
  font-weight: 600;
}

.data__inner {
  max-width: 680px;
}

.data__info {
  margin-bottom: 35px;
}

.data__info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 14px;
  color: #222222;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.data__info p span:first-child {
  width: 270px;
  font-weight: 400;
}

.data__info p span:last-child {
  width: calc(100% - 270px);
}

.data__info p:last-child {
  margin-bottom: 0;
}

.data__manager {
  margin-bottom: 50px;
}

.data__manager > p {
  margin: 0 0 20px;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
}

.data__card {
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #c9cbcc;
}

.data__name {
  margin: 0 0 15px;
  color: #222222;
  font-size: 13px;
  font-weight: 600;
}

.data__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.data__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
}

.data__col a,
.data__col p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 8px;
}

.data__col a svg,
.data__col p svg {
  width: 9px;
  height: 8px;
  margin-right: 7px;
  fill: #222222;
}

.data__col a span,
.data__col p span {
  color: #222222;
  font-size: 13px;
  font-weight: 400;
}

/*----------------- contact-person ---------------------*/

.contact-person {
  max-width: 387px;
}

.contact-person__title {
  margin: 0 0 30px;
  color: #222222;
  font-size: 20px;
  font-weight: 500;
}

.contact-person__btn {
  margin-top: 25px;
  width: 220px;
  height: 35px;
  border: none;
  border-radius: 4px;
  background-color: #ff8000;
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.contact-person__btn:hover {
  background-color: #cc6600;
}

/*----------------- private ---------------------*/

.private {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
}

.private__messages {
  width: 75px;
  height: 30px;
  margin: 5px 0;
  border-left: 1px solid #dfe1e6;
  border-right: 1px solid #dfe1e6;
}

.private__messages a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.private__messages a svg {
  width: 20px;
  height: 19px;
  margin: auto auto 2px;
  fill: #222222;
  stroke: #fff;
}

.private__messages a span {
  position: absolute;
  right: 17px;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fd8119;
  color: #ffffff;
  text-align: center;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
}

.private__info {
  position: relative;
  right: 1px;
  width: calc(100% - 75px);
}

.private__user {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 40px;
  padding: 0 15px 0 25px;
  cursor: pointer;
  z-index: 2100;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.private__user span {
  display: block;
  border-bottom: 1px dashed #222222;
  color: #181b2e;
  font-size: 14px;
  font-weight: 500;
}

.private__user svg {
  width: 8px;
  height: 5px;
  fill: #181b2e;
  stroke: #181b2e;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.private__user.open {
  border-color: #dfe1e6;
}

.private__user.open svg {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.private__hidden {
  display: none;
  position: absolute;
  top: 41px;
  left: 0;
  width: calc(100%);
  padding: 0 12px;
  background-color: #fff;
  z-index: 2000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #dfe1e6;
}

.private__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding-left: 15px;
  border-bottom: 1px solid #dfe1e6;
}

.private__data svg {
  width: 21px;
  height: 22px;
  margin-right: 35px;
  fill: #222;
}

.private__data p {
  border-bottom: 1px solid rgba(34, 34, 34, 0.5);
  color: #222222;
  font-size: 14px;
  font-weight: 500;
}

.private__orders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding-left: 15px;
  border-bottom: 1px solid #dfe1e6;
}

.private__orders svg {
  width: 22px;
  height: 21px;
  margin-right: 35px;
  fill: #222;
}

.private__orders p {
  margin-right: auto;
  border-bottom: 1px solid rgba(34, 34, 34, 0.5);
  color: #222222;
  font-size: 14px;
  font-weight: 500;
}

.private__orders span {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
}

.private__orders span:last-child {
  background-color: #006dd9;
}

.private__orders span:nth-last-child(2) {
  background-color: #00a862;
}

.private__balance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding-left: 15px;
  border-bottom: 1px solid #dfe1e6;
}

.private__balance svg {
  width: 21px;
  height: 21px;
  margin-right: 35px;
  fill: #222;
}

.private__balance p {
  border-bottom: 1px solid rgba(34, 34, 34, 0.5);
  color: #222222;
  font-size: 14px;
  font-weight: 500;
}

.private__balance span {
  margin-left: auto;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
}

.private__exit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding-left: 15px;
}

.private__exit svg {
  width: 22px;
  height: 22px;
  margin-right: 35px;
  fill: #222;
}

.private__exit p {
  border-bottom: 1px dashed rgba(34, 34, 34, 0.5);
  color: #222222;
  font-size: 14px;
  font-weight: 500;
}

/*----------------- private-mobile ---------------------*/

.private-mobile {
  position: relative;
  width: 40px;
  height: 40px;
}

.private-mobile__toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.private-mobile__toggle svg {
  width: 100%;
  height: 100%;
  fill: #0a0a0d;
}

.private-mobile__toggle span {
  position: absolute;
  top: -5px;
  right: -5px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fd8119;
  text-align: center;
  line-height: 18px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}

.private-mobile .private__info {
  display: none;
  position: absolute;
  top: 45px;
  left: 50%;
  width: 300px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #dfe1e6;
  z-index: 100;
}

.private-mobile .private__user {
  height: 50px;
  padding: 0 15px 0 25px;
  border: none;
  border-bottom: 1px solid #dfe1e6;
  cursor: default;
}

.private-mobile .private__user span {
  border: none;
  color: #181b2e;
  font-size: 14px;
  font-weight: 600;
}

.private-mobile .private__hidden {
  position: static;
  display: block;
  border: none;
  box-shadow: none;
}

/*----------------- search-select ---------------------*/

.search-select {
  position: relative;
}

.search-select__input {
  width: 160px;
  height: 34px;
  margin-right: 10px;
  padding-left: 15px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 34px;
  background-color: #006dd9;
  background-image: url('/templates/expan/img/icons/triangle-down.png');
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 7px 4px;
  cursor: pointer;
}

.search-select__input.open {
  background-image: url('/templates/expan/img/icons/triangle-up.png');
}

.search-select__list {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  top: 34px;
  left: 0;
  z-index: 100;
  width: 320px;
  background-color: #006dd9;
}

.search-select__list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-select__list li {
  height: 54px;
  padding: 0 15px;
  border-bottom: 1px solid rgba(10, 10, 13, 0.2);
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 54px;
  cursor: pointer;
}

.search-select__list li:last-child {
  border-bottom: none;
}

/*----------------- pick ---------------------*/

.pick {
  display: none;
  margin-bottom: 35px;
}

.pick__inner {
  padding: 10px 10px 15px;
  background-color: #333333;
}

.pick__title {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.pick__txt {
  margin: 0 0 15px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.pick__input {
  width: 100%;
  height: 34px;
  margin-bottom: 10px;
  padding: 0 10px;
  border: none;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 400;
}

.pick__textarea {
  width: 100%;
  min-height: 75px;
  margin-bottom: 25px;
  padding: 10px;
  border: none;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  resize: vertical;
}

.pick__btn {
  display: block;
  width: 100%;
  max-width: 280px;
  height: 34px;
  margin: 0 auto;
  border: none;
  border-radius: 2px;
  background-color: #ff8000;
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24px;
}

/*----------------- breadcrumbs ---------------------*/

.breadcrumbs {
  margin: 40px 0;
}

.breadcrumbs ul {
  margin: 0;
  padding: 0;
}

.breadcrumbs ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs__item {
  display: inline-block;
  color: #222222;
  font-size: 25px;
  font-weight: 600;
}

.breadcrumbs__item a {
  color: #222222;
  font-weight: 400;
  text-decoration: underline;
}

.breadcrumbs__item::after {
  content: '\002F';
  padding: 0 5px 0 10px;
}

.breadcrumbs__item:last-child::after {
  display: none;
}

/*----------------- content ---------------------*/

.content {
  padding-bottom: 50px;
}

.content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.content__left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
}

.content__right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(75% - 30px);
}

/*----------------- filter ---------------------*/

.filter {
  width: 250px;
  padding: 25px 10px 10px;
  border: 1px solid #dfe1e6;
}

.filter__toggle {
  display: none;
  width: 100%;
  max-width: 300px;
  height: 40px;
  margin-bottom: 20px;
  border-radius: 4px;
  border: 1px solid #006cd9;
  color: #006dd9;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  background-color: #fff;
  cursor: pointer;
}

.filter__title {
  margin: 0 0 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  color: #0a0a0d;
  font-size: 16px;
  font-weight: 600;
}

.filter__item {
  margin-bottom: 50px;
}

.filter__item h4 {
  margin: 0 0 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e3e3e3;
  color: #0a0a0d;
  font-size: 12px;
  font-weight: 600;
}

.filter__hidden {
  display: none;
}

.filter__more {
  display: block;
  width: 92px;
  margin: 15px auto 0;
  color: #006dd9;
  font-size: 12px;
  font-weight: 500;
  border-bottom: 1px dashed #006dd9;
}

.filter__slider {
  margin: 23px 7px 30px;
}

.filter__slider.ui-widget.ui-widget-content {
  height: 3px;
  border: none;
  border-radius: 2px;
  background-color: #e3e3e3;
}

.filter__slider .ui-slider-range {
  top: -1px;
  height: 5px;
  background-color: #ff8000;
}

.filter__slider .ui-slider-handle {
  top: -7px;
  width: 17px;
  height: 17px;
  border: 3px solid #ff8000;
  border-radius: 50%;
  background-color: #ffffff;
}

.filter__inputs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filter__inputs input {
  position: relative;
  width: 100px;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #7b7b7b;
  background-color: #fff;
  text-align: center;
  color: #222222;
  font-size: 12px;
  font-weight: 500;
  /*            z-index: 100;*/
}

.filter__inputs::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background-color: #7b7b7b;
  /*            z-index: 1;*/
}

/*----------------- catalog ---------------------*/

.catalog {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #babfcc;
}

.catalog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 23px;
  padding-top: 7px;
}

.catalog__header p {
  margin: 0;
  color: #222222;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
}

.catalog__header select {
  width: 100%;
  max-width: 325px;
  height: 34px;
  padding-left: 5px;
  border-radius: 4px;
  border: 1px solid #95989a;
  background-color: #ffffff;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.catalog__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-left: -10px;
  margin-right: -10px;
}

/*----------------- card ---------------------*/

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(25% - 20px);
  margin: 0 10px 30px;
  padding: 20px 15px 15px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  border: 1px solid #dfe1e6;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.card:hover {
  border-color: #848b9d;
  background-color: rgba(241, 244, 251, 0.5);
}

.card__img {
  height: 112px;
  margin-bottom: 18px;
}

.card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.card__name {
  margin-bottom: 25px;
}

.card__name a {
  color: #006dd9;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(0, 109, 217, 0.5);
  text-decoration-color: rgba(0, 109, 217, 0.5);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.card__name a:hover {
  color: #ff8000;
  -webkit-text-decoration-color: rgba(255, 128, 0, 0.5);
  text-decoration-color: rgba(255, 128, 0, 0.5);
}

.card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 14px;
}

.card__info span {
  margin-right: 10px;
  color: #0a0a0d;
  font-size: 13px;
  font-weight: 400;
}

.card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.card__price {
  margin: 0;
  color: #0a0a0d;
  font-size: 18px;
  font-weight: 600;
}

.card__add-tobasket {
  display: block;
  width: 74px;
  height: 27px;
  border-radius: 4px;
  background-color: #ff8000;
  text-align: center;
  line-height: 27px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.card__add-tobasket:hover {
  color: #ffffff;
  background-color: #cc6600;
}

.card__add-tobasket svg {
  display: none;
}

.card .card__deliv p {
  margin: 0;
  color: #222222;
  font-size: 11px;
  font-weight: 500;
}

.card .card__deliv p span {
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
}

.card .card__deliv p.mob {
  display: none;
}

/*----------------- pagination ---------------------*/

.pagination {
  margin-bottom: 25px;
}

.pagination ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination ul li {
  margin: 0 2px;
}

.pagination ul li a {
  display: block;
  width: 25px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #111111;
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pagination ul li a:hover {
  color: #ff8000;
}

.pagination ul li.current a {
  background-color: #ff8000;
  color: #fff;
}

.pagination ul li.prev {
  margin-right: 20px;
}

.pagination ul li.prev a {
  width: 140px;
  height: 30px;
  background-color: #f1f4fb;
  line-height: 30px;
  color: #111111;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pagination ul li.prev a:hover {
  color: #ff8000;
}

.pagination ul li.prev a span {
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
}

.pagination ul li.next {
  margin-left: 20px;
}

.pagination ul li.next a {
  width: 140px;
  height: 30px;
  background-color: #f1f4fb;
  line-height: 30px;
  color: #111111;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pagination ul li.next a:hover {
  color: #ff8000;
}

.pagination ul li.next a span {
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
}

/*----------------- product ---------------------*/

.product {
  padding: 70px 0;
}

.product__header {
  display: none;
}

.product__back {
  margin-bottom: 20px;
  border-bottom: 1px solid #dfe1e6;
}

.product__back a {
  display: block;
  padding: 15px 0;
  text-align: center;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  background: url('/templates/expan/img/icons/chevron-left.svg') left center no-repeat;
  background-size: 20px;
}

.product__desig p {
  margin: 0 0 5px;
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.product__desig p:nth-child(2) {
  color: #0a0a0d;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.product__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.product__left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
}

.product__right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
}

.product__txt {
  margin: 0 0 10px;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
}

.product__name {
  margin: 0 0 30px;
  color: #222222;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.product__art {
  margin: 0 0 35px;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
}

.product__data {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
}

.product__data p {
  margin: 0 0 10px;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
}

.product__data p span {
  display: inline-block;
  width: 200px;
  font-weight: 400;
}

.product__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 55px;
}

.product__form .form-group {
  width: 325px;
}

.product__btn {
  width: 180px;
  height: 34px;
  margin-bottom: 20px;
  border: none;
  border-radius: 4px;
  background-color: #ff8000;
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product__btn:hover {
  background-color: #cc6600;
}

.product__warn {
  padding: 25px 25px 25px 150px;
  border: 1px solid #dfe1e6;
  background: url('/templates/expan/img/icons/icon-warning.svg') 25px 25px no-repeat;
  background-size: 83px 70px;
}

.product__txt-b {
  margin: 25px 0 10px;
  color: #222222;
  font-size: 13px;
  font-weight: 600;
}

.product__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 5px;
}

.product__link svg {
  width: 9px;
  height: 8px;
  margin-right: 7px;
  fill: #222;
}

.product__link a {
  color: #222222;
  font-size: 13px;
  font-weight: 400;
}

.product__link span {
  margin-left: 3px;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
}

/*----------------- gallery ---------------------*/

.gallery {
  padding-right: 105px;
}

.gallery__big {
  height: 400px;
  margin-bottom: 40px;
  text-align: center;
}

.gallery__img {
  display: none;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.gallery__img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.gallery__img.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.gallery__thumbs {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery__thumbs a {
  display: block;
  width: 85px;
  height: 85px;
  margin: 5px;
  border-radius: 4px;
  border: 1px solid #a0a5b3;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.gallery__thumbs a:hover {
  border-color: #ff8000;
}

.gallery__thumbs a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/*----------------- manufs ---------------------*/

.manufs {
  padding: 45px 0 25px;
}

.manufs__header {
  margin-bottom: 45px;
  border-bottom: 1px solid #babfcc;
}

.manufs__title {
  margin: 0 0 30px;
  color: #222222;
  font-size: 25px;
  font-weight: 600;
}

.manufs__section {
  max-width: 900px;
  margin-bottom: 20px;
  padding: 15px 15px 30px;
  border-radius: 4px;
  border: 1px solid #848b9d;
}

.manufs__section p {
  margin: 0 0 30px;
  color: #222222;
  font-size: 25px;
  font-weight: 600;
}

.manufs__section ul {
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.manufs__section ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.manufs__section ul li {
  margin-bottom: 10px;
}

.manufs__section ul li a {
  color: #006dd9;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.manufs__section ul li a:hover {
  color: #ff8000;
}

/*----------------- vendor ---------------------*/

.vendor {
  padding: 45px 0;
}

.vendor__header {
  margin-bottom: 45px;
  padding-bottom: 30px;
  border-bottom: 1px solid #babfcc;
}

.vendor__header p {
  margin: 0;
  font-size: 25px;
  line-height: 1.6;
}

.vendor__header p a {
  margin-right: 5px;
  color: #848b9d;
  font-weight: 400;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
}

.vendor__header p span {
  display: inline-block;
  color: #222222;
  font-weight: 600;
}

.vendor__list {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #babfcc;
}

.vendor__list ul {
  margin: 0;
  padding: 0;
}

.vendor__list ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vendor__list ul li {
  margin-bottom: 10px;
}

.vendor__list ul li a {
  color: #006dd9;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: underline;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.vendor__list ul li a:hover {
  color: #ff8000;
}

/*----------------- reg ---------------------*/

.reg {
  padding: 45px 0;
}

.reg__title {
  margin: 0 0 45px;
  color: #222222;
  font-size: 25px;
  font-weight: 600;
}

.reg__nav {
  margin-bottom: 25px;
  border-bottom: 1px solid #babfcc;
}

.reg__nav ul {
  margin: 0;
  padding: 0;
  position: relative;
  top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reg__nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reg__nav ul li {
  margin-right: 80px;
}

.reg__nav ul li:last-child {
  margin-right: 0;
}

.reg__nav ul li a {
  display: block;
  padding-bottom: 15px;
  border-bottom: 4px solid transparent;
  color: #222222;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.reg__nav ul li a:hover {
  color: #ff8000;
}

.reg__nav ul li a .mob {
  display: none;
}

.reg__nav ul li.active a {
  border-bottom-color: #ff8000;
  font-weight: 600;
}

.reg__txt {
  max-width: 610px;
  margin: 0 0 20px;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
}

.reg__txt--b {
  font-weight: 500;
}

.reg__txt a {
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
}

.reg__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.reg__left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(41.66666666666667% - 30px);
  border-right: 1px solid #dfe1e6;
}

.reg__right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(58.333333333333336% - 30px);
}

.reg__form {
  max-width: 390px;
}

.reg__section {
  margin-bottom: 40px;
}

.reg__section p {
  margin: 0 0 30px;
  color: #222222;
  font-size: 20px;
  font-weight: 500;
}

.reg__section .form-group {
  position: relative;
}

.reg__section .form-group label {
  font-weight: 400;
}

.reg__section .form-group label.error {
  margin-top: 4px;
  color: #fe1215;
  font-size: 12px;
  font-weight: 400;
}

.reg__section .form-group input.error {
  border-color: #fe1215;
}

.reg__section .form-group div.valid {
  display: none;
  position: absolute;
  right: -33px;
  top: 31px;
  width: 18px;
  height: 14px;
}

.reg__section .form-group div.valid img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.reg__btn {
  display: block;
  margin-left: auto;
  margin-bottom: 30px;
  width: 300px;
  height: 50px;
  border: none;
  border-radius: 4px;
  background-color: #ff8000;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.reg__btn:hover {
  background-color: #cc6600;
}

.reg__org {
  max-height: 390px;
  margin-bottom: 40px;
  border-radius: 4px;
  border: 1px solid #d2d1d6;
  overflow-y: auto;
}

.reg__org a {
  display: block;
  padding: 10px 50px 10px 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.reg__org a p {
  margin: 0;
  color: #222222;
  font-size: 13px;
}

.reg__org a p:first-child {
  font-weight: 600;
  text-transform: uppercase;
}

.reg__org a p:nth-child(2) {
  font-weight: 400;
}

.reg__org a p span {
  color: #ff8000;
  font-weight: 500;
}

.reg__org a:hover {
  background-color: #f2f2f4;
}

.reg__map {
  height: 280px;
}

.reg__popup {
  display: none;
  position: absolute;
  left: calc(100% + 15px);
  top: 5px;
  width: 380px;
  padding: 15px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  background-color: #ffffff;
  z-index: 10;
}

.reg__popup p {
  margin: 0;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.reg__success {
  max-width: 740px;
  margin-bottom: 100px;
}

.reg__success p:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 35px;
}

.reg__success p:first-child img {
  width: 18px;
  height: 14px;
  margin-right: 12px;
}

.reg__success p:first-child span {
  width: calc(100% - 30px);
  color: #00a862;
  font-size: 16px;
  font-weight: 600;
}

.reg__success p:nth-child(2) {
  margin: 0;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.reg__success p:nth-child(2) span {
  font-weight: 600;
}

/*----------------- result ---------------------*/

.result {
  padding: 45px 0 80px;
}

.result__title {
  margin: 0 0 35px;
  color: #222222;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
}

.result__title span {
  font-weight: 400;
}

.result__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.result__left {
  width: 250px;
}

.result__right {
  width: calc(100% - 285px);
}

.result__section {
  margin-bottom: 15px;
  padding: 25px 0 20px;
  border-bottom: 2px solid #f1f4fb;
}

.result__section:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.result__section h3 {
  margin: 0 0 20px;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
}

.result__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 15px;
  padding: 9px 60px 9px 0;
  background-color: #f1f4fb;
}

.result__header span {
  display: block;
  height: 26px;
  padding: 0 20px;
  text-align: center;
  line-height: 26px;
  color: #222222;
  font-size: 11px;
  font-weight: 600;
}

.result__header span:first-child {
  width: 120px;
  padding-left: 24px;
  text-align: left;
}

.result__header span:nth-child(2) {
  width: 132px;
}

.result__header span:nth-child(3) {
  width: 124px;
}

.result__header span:nth-child(4) {
  width: 128px;
}

.result__header span.result__sort {
  border-left: 1px solid #dfe1e6;
  cursor: pointer;
  background: url('/templates/expan/img/icons/arr-down.svg') right 20px center no-repeat;
  background-size: 7px;
}

/*----------------- best ---------------------*/

.best {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
}

.best__item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.333333333333336% - 30px);
  margin-bottom: 30px;
  border-radius: 4px;
  border: 1px solid #006dd9;
  background-color: #f1f4fb;
  overflow: hidden;
}

.best__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 50px;
  padding: 0 20px;
  background-color: #006dd9;
}

.best__header span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14px;
}

.best__header span:nth-child(2) {
  font-weight: 600;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

.best__info {
  padding: 25px 20px;
}

.best__first-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
}

.best__first-row a {
  margin-right: 20px;
  color: #006dd9;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.best__first-row a:hover {
  color: #ff8000;
}

.best__art {
  margin-right: auto;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.52px;
}

.best__price {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
}

.best__name {
  margin: 0 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dfe1e6;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
}

.best__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.best__footer p {
  margin: 0;
}

.best__footer p span {
  display: block;
  margin-bottom: 4px;
  color: #222222;
  font-size: 13px;
  font-weight: 600;
}

.best__footer p span:nth-child(2) {
  margin-bottom: 0;
  font-weight: 400;
}

.best__btn {
  display: block;
  width: 120px;
  height: 34px;
  border-radius: 4px;
  background-color: #ff8000;
  text-align: center;
  line-height: 34px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.best__btn:hover {
  color: #ffffff;
  background-color: #cc6600;
}

/*----------------- result-item ---------------------*/

.result-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 15px 0;
  border-radius: 4px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}



) .result-item:hover {
  border-color: #848b9d;
}

.result-item.open {
  border-color: #848b9d;
}

.result-item__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 382px;
}

.result-item__brand {
  width: 205px;
  padding: 15px 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.result-item__brand a {
  margin-right: 10px;
  color: #006dd9;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.result-item__brand a:hover {
  color: #ff8000;
}

.result-item__brand span {
  color: #222222;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.52px;
}

.result-item__name {
  width: 177px;
  padding-right: 10px;
  padding-top: 15px;
}

.result-item__name p {
  margin: 0 0 10px;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
}

.result-item__photo {
  width: 15px;
  height: 15px;
  border-bottom: 1px dashed #006dd9;
}

.result-item__photo svg {
  width: 15px;
  height: 12px;
  fill: #006dd9;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.result-item__photo:hover svg {
  fill: #ff8000;
}

.result-item__list {
  width: calc(100% - 382px);
}

.result-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.result-item__row:hover {
  background-color: #f2f2f4;
}

.result-item__tocart {
  width: 60px;
}

.result-item__tocart a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 26px;
  margin: 0 auto;
  border-radius: 4px;
  border: 1px solid #dfe1e6;
  background-color: #f1f4fb;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.result-item__tocart a svg {
  width: 15px;
  height: 14px;
  margin: auto;
  fill: #222;
  opacity: 0.75;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.result-item__tocart a:hover {
  border-color: #ff8000;
  background-color: #ff8000;
}

.result-item__tocart a:hover svg {
  fill: #fff;
  opacity: 1;
}

.result-item__price {
  width: 128px;
  padding-right: 19px;
  text-align: right;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
}

.result-item__time {
  width: 124px;
  padding-right: 19px;
  text-align: right;
}

.result-item__time svg {
  position: relative;
  top: 3px;
  width: 12px;
  height: 13px;
  margin-right: 10px;
  fill: #006dd9;
}

.result-item__time a {
  color: #006dd9;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.result-item__time a:hover {
  color: #ff8000;
}

.result-item__av {
  width: 132px;
  padding-right: 20px;
  text-align: right;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
}

.result-item__info {
  width: 120px;
  padding-left: 24px;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.result-item__hidden {
  display: none;
}

.result-item__show,
.result-item__show:focus {
  display: inline-block;
  margin-top: 10px;
  margin-left: 24px;
  color: #006dd9;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.result-item__show:hover,
.result-item__show:focus:hover {
  color: #ff8000;
}

/*----------------- basket ---------------------*/

.basket {
  padding: 45px 0;
}

.basket__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

.basket__header span:first-child {
  margin-right: 24px;
  color: #222222;
  font-size: 25px;
  font-weight: 600;
}

.basket__header span:last-child {
  opacity: 0.25;
  color: #222222;
  font-size: 25px;
  font-weight: 500;
}

.basket__header img {
  position: relative;
  top: 2px;
  width: 117px;
  height: 11px;
  margin-right: 24px;
}

.basket__info {
  margin: 0 0 36px;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
}

.basket__info span {
  font-weight: 700;
}

.basket__upd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 82px;
  margin-bottom: 16px;
  padding: 0 60px 0 100px;
  background-color: rgba(255, 128, 0, 0.1);
  background-image: url('/templates/expan/img/icons/icon-warning.svg');
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 59px 50px;
}

.basket__upd p {
  width: calc(100% - 180px);
  margin: 0;
  padding-right: 20px;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
}

.basket__upd p span {
  display: block;
  font-weight: 700;
}

.basket__upd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
}

.basket__upd a img {
  width: 24px;
  height: 30px;
  margin-right: 14px;
}

.basket__upd a span {
  width: calc(100% - 38px);
  color: #006dd9;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.basket__upd a:hover span {
  color: #ff8000;
}

.basket__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.basket__warn {
  width: 680px;
  margin-top: 20px;
  padding: 25px 20px 25px 140px;
  border: 1px solid #dfe1e6;
  background: url('/templates/expan/img/icons/icon-warning.svg') 23px center no-repeat;
  background-size: 83px;
}

.basket__warn p {
  margin: 0 0 10px;
  color: #222222;
  font-size: 12px;
  font-weight: 600;
}

.basket__warn p:nth-child(2) {
  margin-bottom: 0;
  font-weight: 400;
}

.basket__right {
  width: 530px;
}

.basket__total {
  margin-bottom: 25px;
  border: 1px solid #dfe1e6;
  border-top: none;
  background-color: #f1f4fb;
}

.basket__total > div:first-child {
  padding: 16px 70px 16px 140px;
  border-bottom: 1px solid #dfe1e6;
}

.basket__total > div:first-child p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 5px;
}

.basket__total > div:first-child p:first-child span:first-child {
  color: #222222;
  font-size: 13px;
  font-weight: 500;
}

.basket__total > div:first-child p:first-child span:nth-child(2) {
  color: #222222;
  font-size: 16px;
  font-weight: 700;
}

.basket__total > div:first-child p:nth-child(2) {
  margin-bottom: 0;
}

.basket__total > div:first-child p:nth-child(2) span:first-child {
  color: #222222;
  font-size: 13px;
  font-weight: 500;
}

.basket__total > div:first-child p:nth-child(2) span:nth-child(2) {
  color: #222222;
  font-size: 13px;
  font-weight: 500;
}

.basket__sum {
  padding: 17px 70px 17px 140px;
}

.basket__sum p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  color: #222222;
  font-size: 13px;
  font-weight: 700;
}

.basket__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.basket__bottom > div:first-child {
  width: 190px;
}

.basket__bottom > div:first-child label {
  margin-bottom: 2px;
  color: #848b9d;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
}

.basket__bottom > div:first-child input {
  border: 1px solid #95989a;
  border-radius: 0;
}

.basket__bottom > div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 300px;
}

.basket__bottom > div:nth-child(2) .form-checkbox {
  margin-left: auto;
}

.basket__bottom > div:nth-child(2) .form-checkbox label a {
  text-decoration: underline;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.basket__bottom > div:nth-child(2) .form-checkbox label a:hover {
  color: #ff8000;
}

.basket__balance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 25px;
}

.basket__balance .form-checkbox {
  margin-bottom: 2px;
}

.basket__balance .form-checkbox label {
  color: rgba(34, 34, 34, 0.5);
}

.basket__balance .form-checkbox label .tooltip {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 12px;
  border-radius: 50%;
  background-color: #dfe1e6;
  color: #222222;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  line-height: 16px;
}

.basket__balance p {
  margin: 0;
  padding-right: 28px;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
}

.basket__btn {
  width: 100%;
  max-width: 300px;
  height: 50px;
  margin-bottom: 14px;
  border: none;
  border-radius: 4px;
  background-color: #ff8000;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.basket__btn:hover {
  background-color: #cc6600;
  color: #fff;
}

/*----------------- basket-table ---------------------*/

.basket-table {
  border-bottom: 1px solid #dfe1e6;
}

.basket-table__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 0;
  background-color: #f1f4fb;
}

.basket-table__header span {
  height: 27px;
  color: #222222;
  font-size: 11px;
  font-weight: 600;
  line-height: 27px;
}

.basket-table__header span:first-child {
  width: 32px;
}

.basket-table__header span:nth-child(2) {
  width: 120px;
  padding-left: 10px;
  border-right: 1px solid #dfe1e6;
}

.basket-table__header span:nth-child(3) {
  width: 164px;
  padding-left: 18px;
  border-right: 1px solid #dfe1e6;
}

.basket-table__header span:nth-child(4) {
  width: 366px;
  padding-left: 20px;
  border-right: 1px solid #dfe1e6;
}

.basket-table__header span:nth-child(5) {
  width: 173px;
  padding-left: 25px;
  border-right: 1px solid #dfe1e6;
}

.basket-table__header span:nth-child(6) {
  width: 173px;
  padding-left: 25px;
  border-right: 1px solid #dfe1e6;
}

.basket-table__header span:nth-child(7) {
  width: 200px;
  text-align: center;
}

.basket-table__checkbox {
  position: relative;
  padding-left: 9px;
  padding-top: 7px;
}

.basket-table__checkbox label {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #999999;
  background-color: #ffffff;
  cursor: pointer;
}

.basket-table__checkbox input {
  display: none;
}

.basket-table__checkbox input:checked + label {
  background-image: url('/templates/expan/img/icons/check.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

.basket-table__body {
  /*        border-bottom: 1px solid #dfe1e6;*/
}

.basket-table__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eeeff2;
}

.basket-table__row:last-child {
  border-bottom: none;
}

.basket-table__row.notav .basket-table__name a,
.basket-table__row.notav .basket-table__art a,
.basket-table__row.notav .basket-table__desc,
.basket-table__row.notav .basket-table__qnt {
  opacity: 0.5;
}

.basket-table__row.notav .basket-table__price span {
  display: none;
}

.basket-table__row.notav .basket-table__time span {
  background-color: rgba(255, 128, 0, 0.1);
}

.basket-table__check {
  width: 32px;
}

.basket-table__check .basket-table__checkbox {
  padding-top: 3px;
}

.basket-table__name {
  width: 120px;
  padding-left: 10px;
}

.basket-table__name a {
  color: #006dd9;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.basket-table__name a:hover {
  color: #ff8000;
}

.basket-table__art {
  width: 164px;
  padding-left: 18px;
}

.basket-table__art a {
  color: #006dd9;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.52px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.basket-table__art a:hover {
  color: #ff8000;
}

.basket-table__desc {
  width: 366px;
  padding-left: 20px;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
}

.basket-table__time {
  width: 173px;
  padding-left: 15px;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
}

.basket-table__time span {
  display: inline-block;
  padding: 5px 10px;
}

.basket-table__time span.new {
  background-color: rgba(255, 128, 0, 0.1);
}

.basket-table__time span.old {
  padding: 5px;
  color: #848b9d;
  font-size: 11px;
  text-decoration: line-through;
}

.basket-table__time i {
  display: none;
}

.basket-table__time svg {
  position: relative;
  top: 2px;
  width: 13px;
  height: 13px;
  fill: #222222;
}

.basket-table__qnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 173px;
  padding-left: 25px;
}

.basket-table__qnt i {
  display: none;
}

.basket-table__qnt .old {
  margin-left: 5px;
  color: #848b9d;
  font-size: 11px;
  font-weight: 500;
  text-decoration: line-through;
}

.basket-table__qnt .quantity-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #dfe1e6;
}

.basket-table__qnt .quantity-arrow-plus {
  cursor: pointer;
  outline: none;
  width: 28px;
  height: 100%;
  padding: 0;
  border: none;
  border-left: 1px solid #dfe1e6;
  background: transparent;
}

.basket-table__qnt .quantity-arrow-plus img {
  width: 10px;
  height: 10px;
  -o-object-fit: none;
  object-fit: none;
}

.basket-table__qnt .quantity-arrow-plus:focus {
  outline: none;
}

.basket-table__qnt .quantity-arrow-minus {
  cursor: pointer;
  outline: none;
  width: 28px;
  height: 100%;
  padding: 0;
  border: none;
  border-right: 1px solid #dfe1e6;
  background: transparent;
}

.basket-table__qnt .quantity-arrow-minus img {
  width: 10px;
  height: 10px;
  -o-object-fit: none;
  object-fit: none;
}

.basket-table__qnt .quantity-arrow-minus:focus {
  outline: none;
}

.basket-table__qnt .quantity-num {
  background-color: transparent;
  width: 44px;
  height: 100%;
  padding: 0;
  border: none;
  text-align: center;
  outline: none;
  color: #0a0a0d;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.28px;
}

.basket-table__qnt .quantity-num.new {
  background-color: rgba(255, 128, 0, 0.1);
}

.basket-table__price {
  width: 150px;
  padding-right: 10px;
  text-align: right;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
}

.basket-table__price i {
  display: none;
}

.basket-table__price span {
  display: inline-block;
  padding: 5px 10px;
}

.basket-table__price span.new {
  background-color: rgba(255, 128, 0, 0.1);
}

.basket-table__price span.old {
  padding: 5px;
  color: #848b9d;
  font-size: 11px;
  text-decoration: line-through;
}

.basket-table__menu {
  position: relative;
}

.basket-table__menu > span {
  position: absolute;
  right: -8px;
  top: 1px;
  display: block;
  width: 14px;
  height: 14px;
  padding-left: 1px;
  border-radius: 50%;
  background-color: #ff8000;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.basket-table__menu > a {
  display: block;
  width: 32px;
  height: 32px;
  padding-left: 16px;
}

.basket-table__menu > a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.basket-table__menu > a.del {
  padding-top: 11px;
}

.basket-table__menu > a.del svg {
  display: block;
  width: 10px;
  height: 10px;
  fill: #fe1215;
}

.basket-table__hid {
  display: none;
  position: absolute;
  top: -10px;
  right: -25px;
  z-index: 100;
  width: 240px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}

.basket-table__hid a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
  padding: 0 10px 0 16px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.basket-table__hid a.close {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.basket-table__hid a.close svg {
  width: 13px;
  height: 13px;
  fill: #222222;
}

.basket-table__hid a.search svg {
  width: 15px;
  height: 18px;
  margin-right: 20px;
  fill: #222222;
}

.basket-table__hid a.search span {
  color: #222222;
  font-size: 12px;
  font-weight: 500;
}

.basket-table__hid a.search:hover {
  background-color: #f2f2f4;
}

.basket-table__hid a.basket-del svg {
  width: 14px;
  height: 15px;
  margin-right: 21px;
  fill: #222222;
}

.basket-table__hid a.basket-del span {
  color: #222222;
  font-size: 12px;
  font-weight: 500;
}

.basket-table__hid a.basket-del:hover {
  background-color: #f2f2f4;
}

/*----------------- balance ---------------------*/

.balance {
  padding: 45px 0;
}

.balance__title {
  margin: 0 0 25px;
  color: #222222;
  font-size: 25px;
  font-weight: 600;
}

.balance__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 65px;
}

.balance__left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(41.66666666666667% - 30px);
}

.balance__right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(41.66666666666667% - 30px);
  margin-left: calc(16.666666666666668% + 15px);
}

.balance__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}

.balance__row p {
  margin: 0;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
}

.balance__row p .tooltip {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  border-radius: 50%;
  background-color: #dfe1e6;
  text-align: center;
  line-height: 16px;
  color: #222222;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
}

.balance__row a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(0, 109, 217, 0.5);
  text-decoration-color: rgba(0, 109, 217, 0.5);
}

.balance__row a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(255, 128, 0, 0.5);
  text-decoration-color: rgba(255, 128, 0, 0.5);
}

.balance__row:first-child p {
  font-weight: 700;
}

.balance__row:nth-child(2) {
  margin-bottom: 25px;
}

/*----------------- recharge ---------------------*/

.recharge {
  background-color: #f1f4fb;
}

.recharge__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #dfe1e6;
}

.recharge__header p {
  margin: 0;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
}

.recharge__header a {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px dashed #006dd9;
}

.recharge__header a:hover {
  border-bottom-color: #ff8000;
}

.recharge__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}

.recharge__form input {
  width: 235px;
  height: 34px;
  margin-right: 10px;
  padding-left: 14px;
  border-radius: 4px;
  border: 1px solid #95989a;
  background-color: transparent;
  font-size: 13px;
  font-weight: 400;
}

.recharge__form button {
  width: 180px;
  height: 34px;
  border: none;
  border-radius: 4px;
  background-color: #006dd9;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.recharge__form button:hover {
  background-color: #0053a6;
}

/*----------------- story ---------------------*/

.story {
  margin-bottom: 30px;
}

.story__title {
  margin: 0 0 40px;
  color: #222222;
  font-size: 20px;
  font-weight: 500;
}

.story__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.story__row form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.story__export {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 180px;
  height: 34px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #f1f4fb;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.story__export svg {
  width: 14px;
  height: 16px;
  margin-right: 13px;
  fill: #000000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.story__export span {
  display: inline-block;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px dashed #222222;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.story__export:hover {
  background-color: #dde4f5;
}

.story__export:hover svg {
  fill: #ff8000;
}

.story__export:hover span {
  color: #ff8000;
  border-bottom-color: #ff8000;
}

.story__select {
  width: 185px;
  margin-right: 10px;
}

.story__clndr {
  width: 235px;
  margin-right: 10px;
}

.story__clndr input {
  background: url('/templates/expan/img/icons/icon-clndr.svg') right 15px center no-repeat;
  background-size: 15px 16px;
  cursor: pointer;
}

.story__btn {
  width: 180px;
  height: 34px;
  margin-bottom: 20px;
  margin-left: 30px;
  border: none;
  border-radius: 4px;
  background-color: #ff8000;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.story__btn:hover {
  background-color: #cc6600;
}

.date-picker-wrapper .footer {
  display: none;
}

/*----------------- story-table ---------------------*/

.story-table {
  padding: 0 15px;
}

.story-table__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding: 9px 0;
  background-color: #f1f4fb;
}

.story-table__header span {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  padding: 5px 15px;
  color: #222222;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
}

.story-table__header span:first-child {
  width: calc(16.666666666666668% - 30px);
  padding-left: 0;
}

.story-table__header span:nth-child(2) {
  width: calc(33.333333333333336% - 30px);
  border-left: 1px solid #dfe1e6;
  border-right: 1px solid #dfe1e6;
}

.story-table__header span:nth-child(3) {
  width: calc(16.666666666666668% - 30px);
  padding-left: 0;
  padding-right: 25px;
  border-right: 1px solid #dfe1e6;
  text-align: right;
}

.story-table__header span:nth-child(4) {
  width: calc(16.666666666666668% - 30px);
  padding-right: 25px;
  border-right: 1px solid #dfe1e6;
  text-align: right;
}

.story-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding: 19px 0;
  border-bottom: 2px solid #f1f4fb;
}

.story-table__item:last-child {
  border-bottom: none;
}

.story-table__item > div {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
}

.story-table__item > div:first-child {
  width: calc(16.666666666666668% - 30px);
}

.story-table__item > div:first-child p {
  margin: 0;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
}

.story-table__item > div:first-child p span {
  color: #848b9d;
  font-weight: 400;
}

.story-table__item > div:nth-child(2) {
  width: calc(33.333333333333336% - 30px);
  padding: 0 15px;
}

.story-table__item > div:nth-child(2) p {
  margin: 0;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
}

.story-table__item > div:nth-child(3) {
  width: calc(16.666666666666668% - 30px);
  padding-right: 25px;
  text-align: right;
}

.story-table__item > div:nth-child(3) span {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.story-table__item > div:nth-child(3) span.red {
  color: #fe1215;
}

.story-table__item > div:nth-child(3) span.green {
  color: #00a862;
}

.story-table__item > div:nth-child(4) {
  width: calc(16.666666666666668% - 30px);
  padding-right: 25px;
  text-align: right;
}

.story-table__item > div:nth-child(4) span {
  color: #222222;
  font-size: 13px;
  font-weight: 500;
}

/*----------------- orders ---------------------*/

.orders {
  padding: 45px 0;
  /*    .container {
            
            .xxs-block({
                width: calc(100% + 20px);
                margin: 0 -10px;
                padding: 0 20px;
            });
        }*/
}

.orders__title {
  margin: 0 0 50px;
  color: #222222;
  font-size: 25px;
  font-weight: 600;
}

.orders__nav {
  margin-bottom: 45px;
  border-bottom: 1px solid #babfcc;
}

.orders__nav ul {
  margin: 0;
  padding: 0;
  position: relative;
  top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.orders__nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.orders__nav ul li {
  margin-right: 70px;
}

.orders__nav ul li:last-child {
  margin-right: 0;
}

.orders__nav ul li a {
  display: block;
  padding-bottom: 14px;
  border: 3px solid transparent;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.orders__nav ul li a span {
  color: #848b9d;
}

.orders__nav ul li a:hover {
  color: #ff8000;
}

.orders__nav ul li a:hover span {
  color: #ff8000;
}

.orders__nav ul li.current a,
.orders__nav ul li.current a:hover {
  border-bottom-color: #ff8000;
  color: #222222;
  font-weight: 600;
}

.orders__nav ul li.current a span,
.orders__nav ul li.current a:hover span {
  color: #848b9d;
}

.orders__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.orders__sort > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.orders__select {
  width: 185px;
  margin-right: 10px;
}

.orders__clndr {
  width: 235px;
  margin-right: auto;
}

.orders__clndr input {
  background: url('/templates/expan/img/icons/icon-clndr.svg') right 15px center no-repeat;
  background-size: 15px 16px;
  cursor: pointer;
}

.orders__btn {
  width: 180px;
  height: 34px;
  margin-bottom: 20px;
  margin-left: 30px;
  border: none;
  border-radius: 4px;
  background-color: #ff8000;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.orders__btn:hover {
  background-color: #cc6600;
}

.orders__search {
  width: 290px;
  height: 34px;
  margin-left: auto;
  border-radius: 4px;
  border: 1px solid #95989a;
  background-color: #ffffff;
  overflow: hidden;
}

.orders__search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
}

.orders__search form input {
  width: calc(100% - 34px);
  height: 100%;
  border: none;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 500;
}

.orders__search form button {
  width: 34px;
  height: 100%;
  padding: 7px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.orders__search form button svg {
  width: 20px;
  height: 20px;
  fill: #222222;
}

.orders__second-title {
  display: none;
}

/*----------------- orders-table ---------------------*/

.orders-table {
  margin-bottom: 30px;
  padding: 0 15px;
}

.orders-table__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 9px 0;
  background-color: #f1f4fb;
}

.orders-table__header span {
  padding: 5px 10px;
  border-right: 1px solid #dfe1e6;
  text-align: center;
  color: #222222;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
}

.orders-table__header span:first-child {
  width: 100px;
  padding-left: 20px;
  text-align: left;
}

.orders-table__header span:nth-child(2) {
  width: 245px;
  padding-left: 20px;
  text-align: left;
}

.orders-table__header span:nth-child(3) {
  width: 280px;
  padding-left: 20px;
  text-align: left;
}

.orders-table__header span:nth-child(4) {
  width: 200px;
  padding-left: 20px;
  text-align: left;
}

.orders-table__header span:nth-child(5) {
  width: 100px;
}

.orders-table__header span:nth-child(6) {
  width: 95px;
}

.orders-table__header span:nth-child(7) {
  width: 85px;
}

.orders-table__header span:nth-child(8) {
  width: 90px;
  border-right: none;
}

.orders-table__header span:nth-child(9) {
  width: 35px;
  border-right: none;
}

.orders-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 19px 0;
  border-bottom: 1px solid #f1f4fb;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.orders-table__item:hover {
  background-color: #f2f2f4;
}

.orders-table__item > div {
  text-align: center;
}

.orders-table__item > div:first-child {
  width: 100px;
  padding-left: 20px;
  text-align: left;
}

.orders-table__item > div:first-child span {
  color: #222222;
  font-size: 12px;
  font-weight: 400;
}

.orders-table__item > div:nth-child(2) {
  width: 245px;
  padding-left: 20px;
  text-align: left;
}

.orders-table__item > div:nth-child(2) p {
  margin: 0;
  font-size: 13px;
}

.orders-table__item > div:nth-child(2) p span {
  display: inline-block;
  margin-right: 5px;
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
}

.orders-table__item > div:nth-child(2) p a {
  display: inline-block;
  color: #006dd9;
  font-weight: 500;
  text-decoration: underline;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.orders-table__item > div:nth-child(2) p a:hover {
  color: #ff8000;
}

.orders-table__item > div:nth-child(3) {
  width: 280px;
  padding-left: 20px;
  text-align: left;
}

.orders-table__item > div:nth-child(3) span {
  color: #222222;
  font-size: 12px;
  font-weight: 400;
}

.orders-table__item > div:nth-child(4) {
  width: 200px;
  padding-left: 20px;
  text-align: left;
}

.orders-table__item > div:nth-child(4) p {
  margin: 0;
  font-size: 12px;
}

.orders-table__item > div:nth-child(4) p a {
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  font-weight: 500;
}

.orders-table__item > div:nth-child(4) p a.blue {
  color: #006dd9;
}

.orders-table__item > div:nth-child(4) p a.green {
  color: #00a862;
}

.orders-table__item > div:nth-child(4) p a.grey {
  color: #848b9d;
}

.orders-table__item > div:nth-child(4) p a.red {
  color: #fe1215;
}

.orders-table__item > div:nth-child(4) p a.black {
  color: #222222;
}

.orders-table__item > div:nth-child(4) p span {
  display: inline-block;
  color: #848b9d;
  font-weight: 400;
}

.orders-table__item > div:nth-child(5) {
  width: 100px;
}

.orders-table__item > div:nth-child(5) span {
  color: #222222;
  font-size: 13px;
  font-weight: 500;
}

.orders-table__item > div:nth-child(6) {
  width: 95px;
}

.orders-table__item > div:nth-child(6) span {
  color: #222222;
  font-size: 13px;
  font-weight: 500;
}

.orders-table__item > div:nth-child(7) {
  width: 85px;
}

.orders-table__item > div:nth-child(7) span {
  color: #222222;
  font-size: 13px;
  font-weight: 500;
}

.orders-table__item > div:nth-child(7) span i {
  display: none;
}

.orders-table__item > div:nth-child(8) {
  width: 90px;
}

.orders-table__item > div:nth-child(8) span {
  color: #222222;
  font-size: 13px;
  font-weight: 600;
}

.orders-table__item > div:nth-child(8) span i {
  display: none;
}

.orders-table__item > div:nth-child(9) {
  position: relative;
  width: 35px;
  padding-top: 6px;
}

.orders-table__item > div:nth-child(9) > span {
  position: absolute;
  right: 10px;
  top: -2px;
  display: block;
  width: 14px;
  height: 14px;
  padding-left: 1px;
  border-radius: 50%;
  background-color: #ff8000;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.orders-table__item > div:nth-child(9) > a {
  display: block;
  width: 16px;
  height: 11px;
}

.orders-table__item > div:nth-child(9) > a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.orders-table__item > div:nth-child(9) > a span {
  display: none;
}

.orders-table__hid {
  display: none;
  position: absolute;
  top: -10px;
  right: 0;
  z-index: 100;
  width: 240px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}

.orders-table__hid a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
  padding: 0 10px 0 16px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.orders-table__hid a.close {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.orders-table__hid a.close svg {
  width: 13px;
  height: 13px;
  fill: #222222;
}

.orders-table__hid a.link {
  position: relative;
}

.orders-table__hid a.link i {
  position: absolute;
  top: 2px;
  left: 24px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ff8000;
  text-align: center;
  line-height: 16px;
  color: #ffffff;
  font-style: normal;
  font-size: 11px;
  font-weight: 500;
}

.orders-table__hid a.link svg {
  width: 15px;
  height: 18px;
  margin-right: 20px;
  fill: #222222;
}

.orders-table__hid a.link span {
  color: #222222;
  font-size: 12px;
  font-weight: 500;
}

.orders-table__hid a.link:hover {
  background-color: #f2f2f4;
}

.orders-table__hid a.cansel svg {
  width: 14px;
  height: 15px;
  margin-right: 21px;
  fill: #222222;
}

.orders-table__hid a.cansel span {
  color: #222222;
  font-size: 12px;
  font-weight: 500;
}

.orders-table__hid a.cansel:hover {
  background-color: #f2f2f4;
}

.orders-table__hid a.tracking {
  display: none;
}

.orders-table__hid a.tracking svg {
  width: 16px;
  height: 16px;
  fill: #222222;
}

/*----------------- order-info ---------------------*/

.order-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.order-info__left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
}

.order-info__right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
}

.order-info .modal__title {
  margin-bottom: 35px;
  padding-bottom: 0;
  border-bottom: 0;
}

.order-info__data {
  margin-bottom: 30px;
}

.order-info__name {
  margin: 0 0 10px;
}

.order-info__name span:first-child {
  display: inline-block;
  width: 200px;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
}

.order-info__name span:nth-child(2) {
  color: #222222;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.order-info__name span:nth-child(2) a {
  margin-left: 5px;
  font-weight: 500;
  text-decoration: underline;
}

.order-info__time {
  margin: 0;
}

.order-info__time span:first-child {
  display: inline-block;
  width: 200px;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
}

.order-info__time span:nth-child(2) {
  color: #222222;
  font-size: 13px;
  font-weight: 600;
}

.order-info__cnts p {
  margin: 0 0 10px;
}

.order-info__cnts p span:first-child {
  display: inline-block;
  width: 200px;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
}

.order-info__cnts p span:nth-child(2) {
  color: #222222;
  font-size: 13px;
  font-weight: 500;
}

.order-info__cnts p a {
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
}

/*----------------- stages ---------------------*/

.stages {
  height: 430px;
  padding: 30px 30px 30px 60px;
  border-radius: 4px;
  border: 1px solid #d2d1d6;
  overflow-y: auto;
}

.stages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.stages__item:first-child .stages__num::before {
  display: none;
}

.stages__item:last-child .stages__num::after {
  display: none;
}

.stages__num {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 26px;
  border: 9px solid #fff;
  border-radius: 50%;
  background-color: #d2d1d6;
  text-align: center;
  line-height: 32px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

.stages__num::before {
  content: '';
  position: absolute;
  left: calc(50% - 3px);
  top: -34px;
  width: 6px;
  height: 35px;
  background-color: #d2d1d6;
}

.stages__num::after {
  content: '';
  position: absolute;
  left: calc(50% - 3px);
  bottom: -34px;
  width: 6px;
  height: 35px;
  background-color: #d2d1d6;
}

.stages__name {
  margin: 0;
  color: #95989a;
  font-size: 14px;
  font-weight: 500;
}

.stages__date {
  margin: 0;
  color: #222222;
  font-size: 12px;
  font-weight: 500;
}

.stages.blue .stages__item.active .stages__num {
  background-color: #006dd9;
  border-color: #7fb6ec;
}

.stages.blue .stages__item.active .stages__num::before,
.stages.blue .stages__item.active .stages__num::after {
  background-color: #006dd9;
}

.stages.blue .stages__item.active .stages__name {
  color: #006dd9;
}

.stages.grey .stages__item.active .stages__num {
  background-color: #848b9d;
  border-color: #c1c5ce;
}

.stages.grey .stages__item.active .stages__num::before,
.stages.grey .stages__item.active .stages__num::after {
  background-color: #848b9d;
}

.stages.grey .stages__item.active .stages__name {
  color: #848b9d;
}

.stages.red .stages__item.active .stages__num {
  background-color: #fe1215;
  border-color: #ff888a;
}

.stages.red .stages__item.active .stages__num::before,
.stages.red .stages__item.active .stages__num::after {
  background-color: #fe1215;
}

.stages.red .stages__item.active .stages__name {
  color: #fe1215;
}

.stages.green .stages__item.active .stages__num {
  background-color: #00a862;
  border-color: #80d4b0;
}

.stages.green .stages__item.active .stages__num::before,
.stages.green .stages__item.active .stages__num::after {
  background-color: #00a862;
}

.stages.green .stages__item.active .stages__name {
  color: #00a862;
}

.stages.black .stages__item.active .stages__num {
  background-color: #222;
  border-color: #919191;
}

.stages.black .stages__item.active .stages__num::before,
.stages.black .stages__item.active .stages__num::after {
  background-color: #222;
}

.stages.black .stages__item.active .stages__name {
  color: #222;
}

/*----------------- paid ---------------------*/

.paid {
  padding: 45px 0;
}

.paid__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.paid__title {
  margin: 0;
  color: #222222;
  font-size: 25px;
  font-weight: 600;
}

.paid__print {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  height: 40px;
  background-color: #f1f4fb;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.paid__print svg {
  width: 20px;
  height: 20px;
  margin-right: 25px;
  fill: #006dd9;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.paid__print span {
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
}

.paid__print:hover {
  background-color: #c9d5f0;
}

.paid__print:hover svg {
  fill: #ff8000;
}

.paid__load {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 140px;
  height: 40px;
  background-color: #f1f4fb;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.paid__load svg {
  width: 14px;
  height: 14px;
  margin-right: 15px;
  fill: #006dd9;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.paid__load span {
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
}

.paid__load:hover {
  background-color: #c9d5f0;
}

.paid__load:hover svg {
  fill: #ff8000;
}

.paid__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}

.paid__left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
}

.paid__right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
}

.paid__map {
  height: 240px;
}

.paid__info {
  margin-bottom: 30px;
}

.paid__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.paid__section > p {
  width: 170px;
  margin: 0;
  padding-right: 25px;
  color: #222222;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.13px;
  text-transform: uppercase;
  text-align: right;
  line-height: 22px;
}

.paid__txt {
  width: calc(100% - 170px);
  max-width: 285px;
}

.paid__txt p {
  margin: 0;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
}

.paid__txt p a {
  color: #222222;
}

/*----------------- paid-table ---------------------*/

.paid-table {
  margin-bottom: 60px;
}

.paid-table__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 13px;
}

.paid-table__header span {
  text-align: center;
  padding: 0 10px;
  color: #222222;
  font-size: 11px;
  font-weight: 500;
}

.paid-table__header span:first-child {
  width: 200px;
}

.paid-table__header span:nth-child(2) {
  width: 165px;
}

.paid-table__header span:nth-child(3) {
  width: 185px;
}

.paid-table__body {
  border-bottom: 1px solid #dfe1e6;
}

.paid-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #dfe1e6;
}

.paid-table__item span {
  padding: 0 10px;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.paid-table__item span:first-child {
  width: 45px;
}

.paid-table__item span:nth-child(2) {
  width: 100px;
  text-align: left;
  font-weight: 600;
}

.paid-table__item span:nth-child(3) {
  width: 145px;
  text-align: left;
  font-weight: 600;
}

.paid-table__item span:nth-child(4) {
  width: 390px;
  text-align: left;
}

.paid-table__item span:nth-child(5) {
  width: 200px;
}

.paid-table__item span:nth-child(6) {
  width: 165px;
}

.paid-table__item span:nth-child(7) {
  width: 185px;
}

.paid-table__item span i {
  display: none;
  font-style: normal;
}

.paid-table__footer {
  padding-top: 20px;
}

.paid-table__footer p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 65px;
  color: #222222;
  font-size: 13px;
  font-weight: 600;
}

.paid-table__footer p span:first-child {
  margin-right: 20px;
}

/*----------------- manager ---------------------*/

.manager {
  max-width: 600px;
  padding: 25px 25px 25px 150px;
  border: 1px solid #dfe1e6;
  background: url('/templates/expan/img/icons/icon-warning.svg') 25px 25px no-repeat;
  background-size: 83px 70px;
}

.manager__txt {
  margin: 0 0 10px;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
}

.manager__name {
  margin: 0 0 8px;
  color: #222222;
  font-size: 16px;
  font-weight: 700;
}

.manager__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
}

.manager__tel svg {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  fill: #222;
}

.manager__tel a {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
}

.manager__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 8px;
}

.manager__link svg {
  width: 10px;
  height: 11px;
  margin-right: 10px;
  fill: #222;
}

.manager__link span {
  color: #222222;
  font-size: 13px;
  font-weight: 400;
}

.manager__link a {
  color: #222222;
  font-size: 13px;
  font-weight: 400;
}

/*----------------- appeals ---------------------*/

.appeals {
  padding: 45px 0;
}

.appeals__title {
  margin: 0 0 45px;
  color: #222222;
  font-size: 25px;
  font-weight: 600;
}

.appeals .orders-table__header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.appeals .orders-table__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom-color: #eeeff2;
}

/*----------------- feedback ---------------------*/

.feedback {
  margin-bottom: 50px;
  padding: 25px 20px;
  background-color: #f1f4fb;
}

.feedback__title {
  margin: 0 0 19px;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
}

.feedback__form {
  max-width: 810px;
}

.feedback__form textarea {
  width: 100%;
  min-height: 75px;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #a0a5b3;
  background-color: #ffffff;
  resize: vertical;
}

.feedback__btn {
  width: 200px;
  height: 35px;
  border: none;
  border-radius: 4px;
  background-color: #ff8000;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.feedback__btn:hover {
  background-color: #cc6600;
}

.feedback__files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px 20px;
}

.feedback__files > div {
  width: calc(50% - 40px);
  margin: 0 20px 10px;
}

/*----------------- corrs ---------------------*/

.corrs {
  margin-bottom: 30px;
}

.corrs__title {
  margin: 0 0 30px;
  color: #222222;
  font-size: 20px;
  font-weight: 600;
}

.corrs__resp {
  max-width: 700px;
}

.corrs__resp .corrs__wrap {
  margin-bottom: 25px;
  padding: 25px 30px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  background-color: #ffffff;
}

.corrs__men {
  margin: 0 0 20px;
  color: #222222;
  font-size: 13px;
  font-weight: 600;
}

.corrs__txt {
  margin-bottom: 20px;
}

.corrs__txt p {
  margin: 0 0 20px;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.corrs__date {
  margin: 0;
  text-align: right;
  color: #222222;
  font-size: 12px;
  font-weight: 400;
}

.corrs__req {
  max-width: 700px;
  margin-left: auto;
}

.corrs__req .corrs__wrap {
  margin-bottom: 25px;
  padding: 25px 30px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  background-color: #f1f4fb;
}

.corrs__files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.corrs__files a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-right: 20px;
  margin-bottom: 25px;
  border-radius: 4px;
  border: 1px solid #a0a5b3;
}

.corrs__files a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.corrs__files a p {
  margin: 0;
  color: #a0a5b3;
  font-size: 13px;
  font-weight: 500;
}

.corrs__icon {
  width: 49px;
  height: 61px;
  margin-bottom: 10px;
}

.corrs__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/*----------------- returns ---------------------*/

.returns {
  padding: 45px 0;
}

.returns__title {
  margin: 0 0 45px;
  color: #222222;
  font-size: 25px;
  font-weight: 600;
}

.returns .orders-table__header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.returns .orders-table__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom-color: #eeeff2;
}

.returns__select {
  margin-bottom: 55px;
  padding-left: 20px;
}

.returns__subtitle {
  margin: 0 0 30px;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
}

.returns__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.returns__select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 450px;
  margin-right: 20px;
  padding: 15px 20px;
  border-radius: 4px;
  border: 1px solid rgba(160, 165, 179, 0.5);
}

.returns__select-item.active {
  background-color: #F1F4FB;
}

.returns__select-item.active .returns__desc p:first-child {
  color: #222222;
  text-decoration: none;
}

.returns__icon {
  width: 48px;
  height: 48px;
  margin-right: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.returns__desc {
  width: calc(100% - 88px);
}

.returns__desc p:first-child {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
}

.returns__desc p:nth-child(2) {
  margin: 0;
  font-size: 13px;
  color: #848B9D;
}

.returns__form form {
  display: none;
}

.returns__section {
  position: relative;
  padding: 35px 20px;
}

.returns__section:nth-child(odd) {
  background-color: #F1F4FB;
}

.returns__section textarea {
  width: 100%;
  max-width: 900px;
  height: 75px;
  margin-bottom: 40px;
  padding: 10px;
  border: 1px solid #A0A5B3;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  resize: vertical;
}

.returns__section .form-checkbox label {
  font-size: 12px;
}

.returns__txt {
  max-width: 650px;
  margin: 0 0 25px;
  color: #222222;
  font-size: 14px;
}

.returns__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.returns__file {
  position: relative;
  width: 130px;
  height: 120px;
  margin: 0 20px 20px 0;
}

.returns__file label {
  position: relative;
  display: block;
  height: 100%;
  padding: 80px 10px 0;
  border: 1px solid #A0A5B3;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  color: #222222;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.returns__file label .icon {
  position: absolute;
  top: 22px;
  left: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #A0A5B3;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.returns__file label .icon svg {
  width: 20px;
  height: 20px;
  margin: auto;
  fill: #fff;
}

.returns__file label:hover {
  border-color: #FF8000;
}

.returns__file label:hover .icon {
  background-color: #FF8000;
}

.returns__file input {
  display: none;
}

.returns__img {
  display: none;
  position: absolute;
  z-index: 100;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: 70px;
}

.returns__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.returns__load {
  position: absolute;
  left: 510px;
  top: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 80px;
  padding-left: 24px;
  width: 240px;
  height: 34px;
  border-radius: 4px;
  background-color: #006DD9;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.returns__load:hover {
  background-color: #0053a6;
}

.returns__load svg {
  width: 17px;
  height: 17px;
  margin-right: 26px;
  fill: #fff;
}

.returns__load span {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.returns__btn {
  display: block;
  width: 300px;
  height: 50px;
  margin-top: 60px;
  margin-left: 20px;
  border: none;
  border-radius: 4px;
  background-color: #FF8000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.returns__btn:hover {
  background-color: #cc6600;
}

.returns__file-mob {
  display: none;
  width: calc(50% - 30px);
  margin: 0 15px 20px;
}

.returns__file-mob p {
  margin: 0 0 15px;
  color: #222222;
  font-size: 12px;
  font-weight: 700;
}

.returns__file-mob p span {
  font-weight: 500;
}

.returns__file-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -3px;
}

.returns__file-btns a {
  display: block;
  max-width: 145px;
  width: calc(50% - 6px);
  height: 34px;
  margin: 0 3px 10px;
  border-radius: 4px;
  background-color: #006DD9;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 12px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.returns__file-btns a:hover {
  background-color: #0053a6;
}

.returns .img-file {
  max-width: 145px;
  width: calc(50% - 6px);
  margin: 0 3px 10px;
}

.returns .img-file input {
  display: none;
}

.returns .img-file label {
  display: block;
  width: 100%;
  height: 34px;
  border-radius: 4px;
  background-color: #006DD9;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.returns .img-file label:hover {
  background-color: #0053a6;
}

.returns__file-name {
  font-size: 12px;
}

/*----------------- delivery ---------------------*/

.delivery {
  padding-bottom: 45px;
}

.delivery__header {
  margin-bottom: 75px;
  padding: 50px 0 25px;
  background-color: #f1f4fb;
}

.delivery__title {
  margin: 0 0 45px;
  text-align: center;
  color: #222222;
  font-size: 42px;
  font-weight: 400;
}

.delivery__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.delivery__nav a {
  margin: 0 35px 15px;
  border-bottom: 1px dashed rgba(132, 139, 157, 0.5);
  color: #848b9d;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.delivery__nav a:hover {
  color: #006dd9;
}

.delivery__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.delivery__sidebar {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.333333333333336% - 30px);
}

.delivery__main {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  /*width: calc(66.66666666666667% - 30px);*/
}

.delivery__menu {
  margin: 0;
  padding: 0;
}

.delivery__menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.delivery__menu li {
  margin-bottom: 15px;
}

.delivery__menu li a {
  color: #222222;
  font-size: 13px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.delivery__menu li a:hover {
  color: #ff8000;
}

.delivery__menu li.current a {
  padding-left: 17px;
  background: url('/templates/expan/img/icons/arr-right.svg') left center no-repeat;
  background-size: 7px 4px;
}

.delivery__menu li.current a:hover {
  color: #222222;
}

/*----------------- city ---------------------*/

.city__section {
  margin-bottom: 80px;
}

.city__title {
  margin: 0 0 45px;
  color: #222222;
  font-size: 24px;
  font-weight: 500;
}

.city__txt {
  margin: 0 0 40px;
  color: #222222;
  font-size: 14px;
}

.city__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 60px;
}

.city__info {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(41.66666666666667% - 30px);
  margin-bottom: 30px;
}

.city__map {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(58.333333333333336% - 30px);
  height: 240px;
  margin-bottom: 30px;
}

.city__name {
  position: relative;
  margin: 0 0 24px;
  padding-left: 25px;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
}

.city__name::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #FF8000;
}

.city__data {
  margin-bottom: 25px;
}

.city__data p {
  margin: 0 0 7px;
}

.city__data p svg {
  position: relative;
  top: 1px;
  width: 10px;
  height: 11px;
  margin-right: 15px;
  fill: #222222;
}

.city__data p span {
  color: #222222;
  font-size: 14px;
}

.city__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.city__time svg {
  position: relative;
  top: 3px;
  width: 11px;
  height: 10px;
  margin-right: 15px;
  fill: #222;
}

.city__time div {
  width: calc(100% - 26px);
}

.city__time div p {
  margin: 0 0 5px;
  color: #222;
  font-size: 14px;
}

.city__time div p span {
  display: inline-block;
  width: 115px;
}

.city__subtitle {
  margin: 0 0 40px;
}

.city__list {
  margin: 0;
  padding: 0;
}

.city__list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.city__list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 25px;
  color: #222;
  font-size: 14px;
}

.city__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ff8000;
}

/*----------------- del-stages ---------------------*/

.del-stages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
  padding-top: 40px;
}

.del-stages__item {
  width: calc(100% / 3);
  padding-right: 40px;
}

.del-stages__item:last-child .del-stages__num::after {
  display: none;
}

.del-stages__num {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  padding: 9px;
  border-radius: 50%;
  background-color: rgba(0, 109, 217, 0.5);
}

.del-stages__num span {
  display: block;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 32px;
  background-color: #006DD9;
}

.del-stages__num::after {
  content: '';
  position: absolute;
  top: 22px;
  left: 39px;
  width: 268px;
  height: 5px;
  background-color: #006DD9;
}

.del-stages__title {
  margin-bottom: 15px;
  padding-right: 30px;
  color: #006DD9;
  font-size: 14px;
  font-weight: 500;
}

.del-stages__txt {
  margin: 0;
  padding-left: 0;
  color: #222222;
  font-size: 13px;
  line-height: 1.45;
}

.del-stages ul.del-stages__txt {
  margin-left: 15px;
}

/*----------------- trans ---------------------*/

.trans {
  width: 670px;
  margin-left: 15px;
}

.trans__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 38px;
  padding: 0 10px;
  border-bottom: 1px solid #F1F4FB;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.trans__item:last-child {
  border-bottom: none;
}

.trans__item::before {
  content: '';
  position: absolute;
  left: -10px;
  top: calc(50% - 3px);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ff8000;
}

.trans__item:hover {
  background-color: #F2F2F4;
  border-bottom-color: transparent;
}

.trans__name {
  width: 230px;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
}

.trans__icon {
  width: 25px;
}

.trans__icon svg .sm-block {
  width: 19px;
}

.trans__calc {
  width: 80px;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 500;
}

/*----- selection  ------*/

.selection {
  padding: 45px 0;
}

.selection__title {
  margin: 0 0 50px;
  color: #222222;
  font-size: 25px;
  font-weight: 600;
}

.selection__nav {
  margin-bottom: 40px;
  border-bottom: 1px solid #babfcc;
}

.selection__nav ul {
  margin: 0;
  padding: 0;
  position: relative;
  top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.selection__nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.selection__nav ul li {
  margin-right: 80px;
}

.selection__nav ul li:last-child {
  margin-right: 0;
}

.selection__nav ul li a {
  display: block;
  padding-bottom: 15px;
  border-bottom: 4px solid transparent;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.selection__nav ul li a:hover {
  color: #ff8000;
}

.selection__nav ul li.active a {
  border-bottom-color: #ff8000;
  font-weight: 600;
}

.selection__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.selection__left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.333333333333336% - 30px);
}

.selection__right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.333333333333336% - 30px);
  margin-left: calc(33.333333333333336% + 15px);
}

.selection__tab {
  display: none;
}

.selection__tab.active {
  display: block;
}

.selection__add {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}

.selection__add p {
  margin: 0 0 25px;
  color: #222222;
  font-size: 20px;
  font-weight: 500;
}

.selection__toggle {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 300px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #006cd9;
  color: #006dd9;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.selection__toggle:hover {
  color: #ff8000;
}

.selection__info {
  position: absolute;
  top: 65px;
  left: calc(100% + 15px);
  width: 387px;
  padding: 16px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  background-color: #ffffff;
}

.selection__info p {
  margin: 0;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.selection__btn {
  width: 220px;
  height: 34px;
  border: none;
  border-radius: 4px;
  background-color: #ff8000;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.selection__btn:hover {
  background-color: #cc6600;
}

/*----- vin-search  ------*/

.vin-search {
  padding-left: 40px;
}

.vin-search__form {
  margin-bottom: 28px;
}

.vin-search__form p {
  margin: 0 0 12px;
  color: #222222;
  font-size: 13px;
  font-weight: 600;
}

.vin-search__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #95989a;
  overflow: hidden;
}

.vin-search__wrap button {
  width: 34px;
  height: 100%;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.vin-search__wrap button svg {
  width: 20px;
  height: 20px;
  fill: #222222;
}

.vin-search__wrap input {
  width: calc(100% - 34px);
  height: 100%;
  border: none;
  padding-left: 10px;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
}

.vin-search__txt {
  margin: 0 0 20px;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
}

.vin-search__txt-b {
  margin: 25px 0 10px;
  color: #222222;
  font-size: 13px;
  font-weight: 600;
}

.vin-search__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 5px;
}

.vin-search__link svg {
  width: 9px;
  height: 8px;
  margin-right: 7px;
  fill: #222;
}

.vin-search__link a {
  color: #222222;
  font-size: 13px;
  font-weight: 400;
}

.vin-search__link span {
  margin-left: 3px;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
}

@media screen and (max-width: 1279px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    width: 990px;
  }

  #js-modal-order {
    width: 98%;
    padding-right: 60px;
  }

  .search__nav li a {
    min-width: 1px;
  }

  .search-brand__nav {
    padding-left: 0;
  }

  .search-brand__nav li {
    margin-right: 30px;
  }

  .banner__img img {
    height: 400px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .banner__desc h2 {
    font-size: 36px;
  }

  .spares-brand__letter ul li a {
    display: inline;
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(0, 109, 217, 0.25);
    text-decoration-color: rgba(0, 109, 217, 0.25);
  }

  .related__item img {
    right: 18px;
    bottom: 18px;
    width: 80px;
    height: 74px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .private__messages {
    width: 50px;
  }

  .private__messages a span {
    right: 5px;
  }

  .private__info {
    width: calc(100% - 50px);
  }

  .private__user {
    padding-left: 15px;
  }

  .content__left {
    width: calc(33.333333333333336% - 30px);
  }

  .content__right {
    width: calc(66.66666666666667% - 30px);
  }

  .card {
    width: calc(100% / 3 - 20px);
  }

  .gallery {
    padding-right: 0;
  }

  .reg__form {
    width: 340px;
  }

  .result__header span:first-child {
    display: none;
  }

  .best__header {
    padding: 0 15px;
  }

  .best__info {
    padding: 15px;
  }

  .best__btn {
    width: 100px;
  }

  .result-item__left {
    position: relative;
    width: 230px;
  }

  .result-item__brand {
    width: 100%;
    margin-bottom: 5px;
  }

  .result-item__name {
    width: 100%;
    padding-top: 0;
    padding-left: 10px;
  }

  .result-item__list {
    width: calc(100% - 230px);
  }

  .result-item__info {
    display: none;
  }

  .basket__upd {
    padding: 0 30px 0 100px;
  }

  .basket__warn {
    width: 465px;
    padding-left: 100px;
    background-position: 15px 25px;
    background-size: 65px;
  }

  .basket__right {
    width: 465px;
  }

  .basket__total > div:first-child {
    padding-left: 70px;
  }

  .basket__sum {
    padding-left: 70px;
  }

  .basket__bottom > div:first-child {
    width: 200px;
  }

  .basket__bottom > div:nth-child(2) {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .basket__bottom > div:nth-child(2) .form-checkbox {
    margin-left: 0;
  }

  .basket__balance {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .basket-table__header span:first-child {
    width: 20px;
  }

  .basket-table__header span:nth-child(2) {
    width: 100px;
    padding: 0 5px;
  }

  .basket-table__header span:nth-child(3) {
    width: 128px;
    padding: 0 5px;
  }

  .basket-table__header span:nth-child(4) {
    width: 284px;
    padding: 0 5px;
  }

  .basket-table__header span:nth-child(5) {
    width: 138px;
    padding: 0 5px;
  }

  .basket-table__header span:nth-child(6) {
    width: 138px;
    padding: 0 5px;
  }

  .basket-table__header span:nth-child(7) {
    width: 153px;
    padding: 0 5px;
    text-align: left;
  }

  .basket-table__checkbox {
    padding-left: 3px;
  }

  .basket-table__row.notav .basket-table__time span {
    background-color: transparent;
  }

  .basket-table__check {
    width: 20px;
  }

  .basket-table__name {
    width: 100px;
    padding: 0 5px;
  }

  .basket-table__art {
    width: 128px;
    padding: 0 5px;
  }

  .basket-table__desc {
    width: 284px;
    padding: 0 5px;
  }

  .basket-table__time {
    width: 138px;
    padding: 0 5px;
  }

  .basket-table__time span {
    padding: 0;
  }

  .basket-table__time span.new {
    background-color: transparent;
  }

  .basket-table__time span.old {
    display: none;
  }

  .basket-table__qnt {
    width: 138px;
    padding: 0 5px;
  }

  .basket-table__qnt .old {
    display: none;
  }

  .basket-table__qnt .quantity-num.new {
    background-color: transparent;
  }

  .basket-table__price {
    width: 105px;
    padding: 0 5px;
    text-align: left;
  }

  .basket-table__price span {
    padding: 0;
  }

  .basket-table__price span.new {
    background-color: transparent;
  }

  .basket-table__price span.old {
    display: none;
  }

  .basket-table__hid {
    right: -10px;
  }

  .balance__left {
    width: calc(50% - 30px);
  }

  .balance__right {
    width: calc(50% - 30px);
  }

  .balance__right {
    margin-left: calc(0% + 15px);
  }

  .story-table__header span:nth-child(3) {
    width: calc(25% - 30px);
  }

  .story-table__header span:nth-child(4) {
    width: calc(25% - 30px);
  }

  .story-table__header span:nth-child(4) {
    border-right: none;
  }

  .story-table__item > div:nth-child(3) {
    width: calc(25% - 30px);
  }

  .story-table__item > div:nth-child(4) {
    width: calc(25% - 30px);
  }

  .orders-table__item > div:first-child {
    width: 78px;
    padding-left: 0;
    text-align: center;
  }

  .orders-table__item > div:nth-child(2) {
    width: 188px;
    padding-right: 10px;
  }

  .orders-table__item > div:nth-child(3) {
    width: 214px;
    padding-right: 10px;
  }

  .orders-table__item > div:nth-child(4) {
    width: 155px;
    padding-right: 10px;
  }

  .orders-table__item > div:nth-child(5) {
    width: 79px;
  }

  .orders-table__item > div:nth-child(6) {
    width: 75px;
  }

  .orders-table__item > div:nth-child(7) {
    width: 68px;
  }

  .orders-table__item > div:nth-child(8) {
    width: 71px;
  }

  .orders-table__item > div:nth-child(9) {
    width: 31px;
  }

  .paid-table__header span:first-child {
    width: 155px;
  }

  .paid-table__header span:nth-child(2) {
    width: 129px;
  }

  .paid-table__header span:nth-child(3) {
    width: 144px;
  }

  .delivery__nav a {
    margin: 0 15px 15px;
  }

  .delivery__sidebar {
    width: calc(25% - 30px);
  }

  .delivery__main {
    width: calc(75% - 30px);
  }

  .del-stages__num::after {
    width: 220px;
  }

  .del-stages__title {
    padding-right: 0;
  }

  .selection__left {
    width: calc(41.66666666666667% - 30px);
  }

  .selection__right {
    width: calc(41.66666666666667% - 30px);
  }

  .selection__right {
    margin-left: calc(16.666666666666668% + 15px);
  }

  .selection__info {
    position: static;
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    box-shadow: none;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    width: 760px;
  }

  .header {
    display: none;
  }

  .footer {
    padding-top: 45px;
  }

  .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom__copy {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .bottom__dev {
    font-size: 12px;
  }

  .bottom__pay {
    position: absolute;
    top: -50px;
  }

  .modal__thumbs {
    width: 280px;
  }

  .modal__thumbs a {
    height: 81px;
  }

  #js-modal-order {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    overflow-x: hidden;
  }

  .navbar {
    display: none;
  }

  .banner {
    display: none;
  }

  .spares-brand__col {
    width: calc(33.333333333333336% - 30px);
  }

  .spares-brand__col:nth-child(even) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .related__item {
    width: calc(50% - 30px);
  }

  .text h3::after {
    top: 4px;
  }

  .info {
    width: calc(100% - 30px);
  }

  .info {
    padding-right: 0;
  }

  .info__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: none;
  }

  .info__txt {
    display: none;
  }

  .info__logo {
    display: none;
  }

  .info__addr svg {
    margin-right: 10px;
    fill: #888;
  }

  .info__addr address {
    color: #888;
  }

  .info__email {
    margin-bottom: 30px;
  }

  .info__email svg {
    margin-right: 10px;
    fill: #888;
  }

  .info__email span {
    color: #888;
  }

  .info__feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .info__inst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-menu {
    display: none;
  }

  .header-mobile {
    display: block;
  }

  .payment__inner {
    padding: 0 15px;
  }

  .payment__info {
    padding: 0 15px;
  }

  .about__nav a {
    margin: 0 15px 20px;
  }

  .about__inner {
    padding: 0 15px;
  }

  .content__left {
    width: calc(100% - 30px);
  }

  .content__right {
    width: calc(100% - 30px);
  }

  .filter {
    display: none;
    width: 100%;
    max-width: 300px;
    margin-bottom: 30px;
  }

  .filter__toggle {
    display: block;
  }

  .product__left {
    width: calc(100% - 30px);
  }

  .product__right {
    width: calc(100% - 30px);
  }

  .gallery {
    margin-bottom: 40px;
  }

  .reg__left {
    width: calc(100% - 30px);
  }

  .reg__left {
    border-right: none;
  }

  .reg__right {
    display: none;
  }

  .reg__form {
    width: 100%;
    max-width: 390px;
    padding-right: 20px;
  }

  .reg__section .form-group div.valid {
    right: -22px;
    width: 15px;
    height: 12px;
  }

  .result__left {
    width: 100%;
  }

  .result__right {
    width: 100%;
  }

  .best__item {
    width: calc(100% - 30px);
  }

  .result-item__left {
    width: 286px;
  }

  .result-item__list {
    width: calc(100% - 286px);
  }

  .basket__footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .basket__warn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }

  .basket__right {
    width: 100%;
  }

  .basket__bottom > div:nth-child(2) {
    width: 50%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .basket__balance {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .basket-table__header {
    display: none;
  }

  .basket-table__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .basket-table__check {
    width: 32px;
    margin-bottom: 10px;
  }

  .basket-table__name {
    width: 120px;
    margin-bottom: 10px;
  }

  .basket-table__art {
    width: 164px;
    margin-bottom: 10px;
  }

  .basket-table__desc {
    margin-bottom: 10px;
  }

  .basket-table__time {
    width: 30%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 37px;
  }

  .basket-table__time i {
    display: inline-block;
    margin-right: 5px;
    color: #222222;
    font-style: normal;
  }

  .basket-table__qnt {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 40%;
  }

  .basket-table__qnt i {
    display: inline-block;
    margin-right: 5px;
    color: #222222;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
  }

  .basket-table__price {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 30%;
  }

  .basket-table__price i {
    display: inline-block;
    margin-right: 5px;
    color: #222222;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
  }

  .basket-table__menu {
    width: 26px;
    margin-left: auto;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .basket-table__menu > span {
    top: -2px;
  }

  .basket-table__menu > a {
    width: 100%;
    height: 26px;
    padding-left: 10px;
  }

  .basket-table__menu > a.del {
    padding-top: 0;
  }

  .balance__left {
    width: calc(66.66666666666667% - 30px);
  }

  .balance__right {
    width: calc(66.66666666666667% - 30px);
  }

  .story__btn {
    margin-left: 0;
  }

  .orders__nav ul li {
    margin-right: 40px;
  }

  .orders__sort > form {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .orders__btn {
    margin-left: 0;
  }

  .orders__search {
    width: 100%;
  }

  .orders-table__header {
    display: none;
  }

  .orders-table__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-bottom: none;
    padding: 19px 15px 9px;
    background-color: #f1f4fb;
  }

  .orders-table__item > div {
    margin-bottom: 10px;
  }

  .orders-table__item > div:first-child {
    width: 50%;
    text-align: left;
  }

  .orders-table__item > div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
    padding: 0;
  }

  .orders-table__item > div:nth-child(2) p a {
    color: #222222;
    font-weight: 600;
    text-decoration: none;
  }

  .orders-table__item > div:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
    padding: 0;
  }

  .orders-table__item > div:nth-child(4) {
    -ms-flex-item-align: end;
    align-self: end;
    width: 50%;
    margin-left: auto;
    padding: 0;
  }

  .orders-table__item > div:nth-child(5) {
    display: none;
  }

  .orders-table__item > div:nth-child(6) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfe1e6;
    text-align: left;
  }

  .orders-table__item > div:nth-child(6) span {
    font-weight: 600;
  }

  .orders-table__item > div:nth-child(7) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
    text-align: left;
  }

  .orders-table__item > div:nth-child(7) span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 300px;
    padding-right: 30px;
  }

  .orders-table__item > div:nth-child(7) span i {
    display: inline-block;
    font-style: normal;
  }

  .orders-table__item > div:nth-child(8) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
    text-align: left;
  }

  .orders-table__item > div:nth-child(8) span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 300px;
    padding-right: 30px;
    font-weight: 500;
  }

  .orders-table__item > div:nth-child(8) span i {
    display: inline-block;
    font-style: normal;
  }

  .orders-table__item > div:nth-child(9) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .orders-table__item > div:nth-child(9) > span {
    right: 7px;
    top: 10px;
  }

  .orders-table__item > div:nth-child(9) > a {
    width: 100%;
    height: 34px;
    border-radius: 4px;
    border: 1px solid #006dd9;
    text-align: center;
    background: url('/templates/expan/img/icons/icon-menu-blue.svg') right 15px center no-repeat;
    background-size: 16px 11px;
  }

  .orders-table__item > div:nth-child(9) > a img {
    display: none;
  }

  .orders-table__item > div:nth-child(9) > a span {
    display: inline-block;
    line-height: 32px;
    color: #006dd9;
    font-size: 12px;
    font-weight: 500;
  }

  .orders-table__hid {
    top: 5px;
    width: 100%;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid #006dd9;
    box-shadow: none;
  }

  .orders-table__hid a {
    height: 42px;
    padding: 0;
    border-bottom: 1px solid #dfe1e6;
  }

  .orders-table__hid a:last-child {
    border-bottom: none;
  }

  .orders-table__hid a.close {
    border-bottom: none;
  }

  .orders-table__hid a.link i {
    top: 4px;
    left: 7px;
  }

  .orders-table__hid a.tracking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .order-info__left {
    width: calc(100% - 30px);
  }

  .order-info__right {
    width: calc(100% - 30px);
  }

  .stages {
    height: auto;
    margin-bottom: 80px;
    margin-top: 30px;
  }

  .stages__item:last-child {
    margin-bottom: 0;
  }

  .paid__print {
    display: none;
  }

  .paid__load {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .paid__left {
    width: calc(100% - 30px);
  }

  .paid__right {
    width: calc(100% - 30px);
  }

  .paid__map {
    height: 360px;
  }

  .paid-table__header {
    display: none;
  }

  .paid-table__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0 5px;
  }

  .paid-table__item span {
    text-align: left;
    margin-bottom: 5px;
    padding: 0;
  }

  .paid-table__item span:nth-child(4) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }

  .paid-table__item span:nth-child(5) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
  }

  .paid-table__item span:nth-child(6) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
  }

  .paid-table__item span:nth-child(7) {
    width: 70px;
    font-weight: 600;
    margin-left: auto;
  }

  .paid-table__item span i {
    display: inline-block;
  }

  .manager {
    margin: 0 auto;
  }

  .corrs__resp {
    max-width: 500px;
  }

  .corrs__req {
    max-width: 500px;
  }

  .returns__select-item {
    width: 300px;
    padding: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .returns__icon {
    width: 38px;
    height: 38px;
    margin-right: 25px;
  }

  .returns__desc {
    width: calc(100% - 63px);
  }

  .returns__desc p:first-child {
    font-size: 12px;
  }

  .returns__desc p:nth-child(2) {
    font-size: 10px;
  }

  .returns__load {
    position: static;
    margin: 20px 0 35px;
  }

  .delivery__sidebar {
    display: none;
  }

  .delivery__main {
    width: calc(100% - 30px);
  }

  .selection__left {
    width: calc(50% - 30px);
  }

  .selection__right {
    width: calc(50% - 30px);
  }

  .selection__right {
    margin-left: calc(0% + 15px);
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    width: 660px;
  }

  .payment__info {
    padding-left: 100px;
    padding-right: 0;
    background-position: left center;
  }

  .about__info {
    padding-left: 100px;
    padding-right: 0;
    background-position: left center;
  }

  .data__info p {
    display: block;
  }

  .data__info p span:first-child {
    width: auto;
    margin-right: 15px;
  }

  .data__info p span:last-child {
    width: auto;
  }

  .vendor__list ul li {
    margin-bottom: 15px;
  }

  .result__header {
    display: none;
  }

  .basket-table__name {
    width: 100px;
  }

  .basket-table__art {
    width: 150px;
  }

  .balance__left {
    width: calc(75% - 30px);
  }

  .balance__right {
    width: calc(75% - 30px);
  }

  .story__clndr {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .story__btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .returns__select-item {
    margin: 0 auto 15px;
  }

  .returns__photos {
    margin: 0 -15px;
    padding: 0 15px;
  }

  .returns__file {
    /*            display: none; */
  }

  .returns__file-mob {
    /*            display: block; */
  }

  .city__info {
    width: calc(100% - 30px);
  }

  .city__map {
    width: calc(100% - 30px);
  }

  .del-stages__num::after {
    width: 200px;
  }

  .trans {
    width: 100%;
  }

  .vin-search {
    padding-left: 0;
  }
}

@media screen and (max-width: 666px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    width: 560px;
  }

  .footerbar__feedback {
    right: 10px;
    width: 40px;
    height: 40px;
  }

  .footerbar .scrollup {
    right: 10px;
    bottom: 40px;
    width: 40px;
    height: 40px;
  }

  .spares {
    margin-bottom: 40px;
    padding: 30px 0 0;
    background-color: #fff;
  }

  .spares__nav ul li {
    margin-right: 25px;
  }

  .spares__nav ul li a {
    font-size: 16px;
  }

  .spares__nav ul li a {
    font-size: 14px;
  }

  .spares-brand__nav {
    margin-bottom: 20px;
  }

  .spares-brand__nav li {
    margin-right: 25px;
  }

  .spares-brand__nav li a {
    font-size: 12px;
  }

  .spares-brand__letter ul li a {
    font-size: 12px;
  }

  .related__title {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .related__item {
    min-height: 145px;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    border: 1px solid rgba(160, 165, 179, 0.5);
  }

  .related__item img {
    right: 10px;
    bottom: 10px;
    width: 71px;
    height: 67px;
  }

  .related__item p {
    margin-bottom: 18px;
    font-size: 16px;
  }

  .related__item ul li a {
    font-size: 12px;
  }

  .inst__title {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .inst__row {
    margin: 0 -5px;
  }

  .inst__row img {
    width: 140px;
    height: 140px;
    margin: 0 5px 10px;
  }

  .inst__header {
    margin-bottom: 20px;
  }

  .inst__logo {
    margin-right: 20px;
  }

  .text p {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
  }

  .text p.text__bold {
    font-size: 12px;
    line-height: 20px;
  }

  .text p.text__md {
    font-size: 12px;
    line-height: 20px;
  }

  .text h3 {
    font-size: 12px;
    line-height: 20px;
  }

  .about__col {
    width: calc(50% - 30px);
  }

  .results__title {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: normal;
  }

  .results__header {
    margin: 0 -15px;
  }

  .results__header span {
    display: none;
  }

  .results__header span.hidden {
    display: block;
    padding: 0 15px;
  }

  .results__item {
    margin: 0 -15px;
    padding: 15px 15px 12px;
    border-bottom: 1px solid #dfe1e6;
  }

  .results__item span {
    padding: 0;
  }

  .results__item span:first-child {
    width: auto;
    margin-right: 10px;
    font-size: 12px;
    text-decoration: none;
  }

  .results__item span:nth-child(2) {
    width: auto;
    font-size: 12px;
  }

  .results__item span:nth-child(3) {
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
    color: #848b9d;
    font-weight: 400;
  }

  .breadcrumbs__item {
    font-size: 16px;
  }

  .filter {
    margin-left: auto;
    margin-right: auto;
  }

  .filter__toggle {
    margin-left: auto;
    margin-right: auto;
  }

  .catalog__header select {
    width: 250px;
  }

  .card {
    width: calc(50% - 20px);
  }

  .manufs__section ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .reg {
    padding: 30px 0;
  }

  .reg__title {
    margin-bottom: 25px;
    font-size: 16px;
  }

  .reg__nav ul li {
    margin-right: 30px;
  }

  .reg__nav ul li a {
    padding-bottom: 10px;
    font-size: 14px;
  }

  .reg__nav ul li a .desc {
    display: none;
  }

  .reg__nav ul li a .mob {
    display: block;
  }

  .reg__section p {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .reg__btn {
    width: 290px;
  }

  .reg__success p:first-child span {
    font-size: 14px;
  }

  .reg__success p:nth-child(2) {
    font-size: 12px;
  }

  .result__title {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: normal;
  }

  .result-item__left {
    width: 100%;
    margin-bottom: 20px;
  }

  .result-item__list {
    width: 100%;
  }

  .result-item__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .result-item__tocart a {
    border-color: #ff8000;
    background-color: #ff8000;
  }

  .result-item__tocart a svg {
    fill: #fff;
    opacity: 1;
  }

  .result-item__show,
  .result-item__show:focus {
    display: block;
    width: 290px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid rgba(0, 109, 217, 0.5);
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    text-align: center;
    line-height: 38px;
  }

  .basket {
    padding: 30px 0;
  }

  .basket__header {
    margin-bottom: 20px;
  }

  .basket__header span:first-child {
    margin-right: 8px;
    font-size: 16px;
  }

  .basket__header span:last-child {
    font-size: 16px;
  }

  .basket__header img {
    top: 1px;
    width: 41px;
    -o-object-position: right center;
    object-position: right center;
    -o-object-fit: none;
    object-fit: none;
    margin-right: 10px;
  }

  .basket__info {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .basket__upd {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding: 15px 10px;
    background-position: 10px 24px;
    background-size: 47px 40px;
  }

  .basket__upd p {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 0 0 70px;
    font-size: 12px;
  }

  .basket__upd a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 300px;
    height: 40px;
    margin: 0 auto;
    border-radius: 4px;
    border: 1px solid #006dd9;
  }

  .basket__upd a img {
    width: 18px;
    height: 22px;
    margin-right: 25px;
  }

  .basket__upd a span {
    width: auto;
    text-decoration: none;
    font-size: 12px;
  }

  .basket-table__name {
    width: auto;
    margin-right: 15px;
  }

  .basket-table__name a {
    font-size: 12px;
  }

  .basket-table__art {
    width: auto;
    margin-right: auto;
  }

  .basket-table__art a {
    font-size: 12px;
    color: #222;
  }

  .basket-table__desc {
    width: 100%;
    padding-left: 37px;
    font-size: 12px;
  }

  .basket-table__time {
    font-size: 12px;
  }

  .basket-table__qnt i {
    font-size: 12px;
  }

  .basket-table__price i {
    font-size: 12px;
  }

  .basket-table__menu {
    position: absolute;
    top: 15px;
    right: 3px;
  }

  .balance__left {
    width: calc(83.33333333333334% - 30px);
  }

  .balance__right {
    width: calc(83.33333333333334% - 30px);
  }

  .date-picker-wrapper {
    left: auto!important;
    right: 15px!important;
  }

  .story-table__header {
    display: none;
  }

  .story-table__item > div:first-child {
    width: calc(25% - 30px);
  }

  .story-table__item > div:first-child p {
    font-size: 12px;
  }

  .story-table__item > div:nth-child(2) {
    width: calc(41.66666666666667% - 30px);
  }

  .story-table__item > div:nth-child(2) {
    padding: 0;
  }

  .story-table__item > div:nth-child(2) p {
    font-size: 12px;
  }

  .story-table__item > div:nth-child(3) {
    width: calc(16.666666666666668% - 30px);
  }

  .story-table__item > div:nth-child(3) {
    padding: 0;
  }

  .story-table__item > div:nth-child(3) span {
    font-size: 12px;
  }

  .story-table__item > div:nth-child(4) {
    width: calc(16.666666666666668% - 30px);
  }

  .story-table__item > div:nth-child(4) {
    padding: 0;
  }

  .story-table__item > div:nth-child(4) span {
    font-size: 12px;
  }

  .orders__nav ul li a {
    padding-bottom: 8px;
    font-size: 12px;
  }

  .orders__sort > form {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .orders__select {
    margin-right: 0;
  }

  .orders__clndr {
    margin-right: 0;
  }

  .orders__btn {
    width: 300px;
    margin: 0 auto;
  }

  .orders__second-title {
    display: block;
    margin: 0 0 23px;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
  }

  .orders-table__item > div:first-child {
    width: auto;
    margin-right: auto;
  }

  .orders-table__item > div:nth-child(2) {
    width: 100%;
  }

  .orders-table__item > div:nth-child(3) {
    width: 100%;
  }

  .orders-table__item > div:nth-child(4) {
    width: auto;
    margin-left: auto;
  }

  .orders-table__item > div:nth-child(7) {
    width: 100%;
  }

  .orders-table__item > div:nth-child(8) {
    width: 100%;
  }

  .feedback__files > div {
    width: calc(100% - 40px);
  }

  .del-stages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .del-stages__num {
    margin-bottom: 0;
    margin-right: 25px;
  }

  .del-stages__num::after {
    top: 39px;
    left: 23px;
    width: 5px;
    height: 100px;
  }

  .del-stages__desc {
    width: calc(100% - 75px);
  }

  .trans__item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .trans__name {
    width: auto;
    margin-right: 25px;
  }

  .trans__icon {
    width: auto;
    margin-right: 10px;
  }

  .trans__calc {
    width: auto;
    margin-left: auto;
  }

  .selection__nav ul li {
    margin-right: 30px;
  }

  .selection__nav ul li a {
    padding-bottom: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 567px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    width: 410px;
  }

  .modal__title {
    font-size: 18px;
  }

  #js-modal-order {
    padding: 40px;
  }

  .spares-brand__col {
    width: calc(50% - 30px);
  }

  .spares-brand__col:nth-child(even) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .spares-brand__col:nth-child(2),
  .spares-brand__col:nth-child(5) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .spares-brand__col:nth-child(3),
  .spares-brand__col:nth-child(6) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .related__item {
    width: calc(100% - 30px);
  }

  .headerbar-mobile {
    padding: 0;
  }

  .headerbar-mobile__logo {
    width: 122px;
  }

  .headerbar-mobile__logo .logo img:first-child {
    margin-bottom: 0;
  }

  .headerbar-mobile__logo .logo img:nth-child(2) {
    display: none;
  }

  .headerbar-mobile__toggle {
    width: 30px;
    height: 19px;
  }

  .login-mobile {
    width: 26px;
    height: 26px;
  }

  .top-basket-mobile {
    width: 27px;
    height: 24px;
  }

  .search-mobile__input {
    width: calc(100% - 161px);
  }

  .payment__header {
    margin-bottom: 0;
    padding: 25px 0;
  }

  .payment__title {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .payment__nav a {
    margin: 0 15px 20px;
  }

  .payment__section {
    padding: 20px 0;
  }

  .payment__section h3 {
    margin-bottom: 25px;
    font-size: 18px;
  }

  .about__header {
    margin-bottom: 0;
    padding: 25px 0;
  }

  .about__title {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .about__section {
    padding: 20px 0;
  }

  .about__section h3 {
    margin-bottom: 25px;
    font-size: 18px;
  }

  .about__section > img {
    display: none;
  }

  .about__col {
    width: calc(100% - 30px);
  }

  .data__col {
    width: calc(100% - 30px);
  }

  .private-mobile {
    position: static;
    width: 60px;
    height: 60px;
    background-color: transparent;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .private-mobile__toggle svg {
    width: 25px;
    height: 25px;
    margin: auto;
  }

  .private-mobile__toggle span {
    top: 13px;
    right: 7px;
  }

  .private-mobile__toggle.open {
    background-color: #f1f4fb;
  }

  .private-mobile .private__info {
    top: 60px;
  }

  .search-select__input {
    width: 110px;
    margin-right: 5px;
    background-position: right 10px center;
  }

  .pick {
    display: block;
  }

  .catalog__header {
    display: none;
  }

  .catalog__header p {
    margin-bottom: 15px;
  }

  .catalog__row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .card {
    width: calc(50% - 10px);
    margin: 0 5px 20px;
    padding: 10px;
  }

  .card__img {
    height: 76px;
    margin-bottom: 12px;
  }

  .card__name {
    margin-bottom: 5px;
  }

  .card__name a {
    font-size: 11px;
    font-weight: 600;
  }

  .card__info {
    margin-bottom: 7px;
  }

  .card__info span {
    font-size: 12px;
    margin-right: 0;
  }

  .card__info img {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .card__row {
    margin-bottom: 8px;
  }

  .card__price {
    font-size: 14px;
    font-weight: 600;
  }

  .card__add-tobasket {
    width: 46px;
    height: 28px;
  }

  .card__add-tobasket svg {
    display: block;
    width: 18px;
    height: 28px;
    margin: auto;
    fill: #fff;
  }

  .card__add-tobasket span {
    display: none;
  }

  .card .card__deliv p.desc {
    display: none;
  }

  .card .card__deliv p.mob {
    display: block;
  }

  .pagination ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pagination ul li.prev {
    margin-right: 10px;
  }

  .pagination ul li.prev a {
    width: 25px;
    height: 25px;
    line-height: 22px;
    font-size: 11px;
  }

  .pagination ul li.prev a span {
    display: none;
  }

  .pagination ul li.next {
    margin-left: 10px;
  }

  .pagination ul li.next a {
    width: 25px;
    height: 25px;
    line-height: 22px;
    font-size: 11px;
  }

  .pagination ul li.next a span {
    display: none;
  }

  .product__data p span {
    width: auto;
  }

  .result-item {
    border: none;
  }

  .result-item__photo {
    position: absolute;
    top: 15px;
    right: 10px;
  }

  .basket__warn {
    padding: 20px 10px 20px 75px;
    background-position: 10px 20px;
    background-size: 47px 40px;
  }

  .basket__total > div:first-child {
    padding: 15px;
  }

  .basket__sum {
    padding: 15px;
  }

  .basket__bottom > div:nth-child(2) {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .basket__bottom > div:nth-child(2) .form-checkbox label {
    font-size: 12px;
  }

  .basket__balance .form-checkbox label {
    font-size: 12px;
  }

  .basket__balance p {
    font-size: 12px;
  }

  .basket-table__time {
    width: 40%;
    margin-bottom: 10px;
  }

  .basket-table__qnt {
    width: 60%;
    margin-bottom: 10px;
  }

  .basket-table__price {
    width: 100%;
    padding-left: 37px;
  }

  .balance {
    padding-top: 0;
  }

  .balance__title {
    margin: 0;
    padding: 30px 15px 20px;
    background-color: #f1f4fb;
    font-size: 16px;
  }

  .balance__header {
    margin-bottom: 30px;
    background-color: #f1f4fb;
  }

  .balance__left {
    width: calc(100% - 30px);
  }

  .balance__right {
    width: calc(100% - 30px);
  }

  .balance__row p {
    font-size: 13px;
  }

  .balance__row a {
    font-size: 13px;
  }

  .recharge {
    padding-top: 15px;
    border-top: 1px solid #dfe1e6;
  }

  .recharge__header {
    padding: 0 0 10px;
    border-bottom: none;
  }

  .recharge__form {
    padding: 0 0 15px;
  }

  .story__title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
  }

  .story__row form {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-right: 0;
  }

  .story__export {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .story__select {
    width: 140px;
    margin-right: 0;
  }

  .story__clndr {
    width: 100%;
    max-width: 300px;
    margin-right: 0;
  }

  .story__btn {
    width: 100%;
    max-width: 300px;
  }

  .date-picker-wrapper {
    left: 10px!important;
    right: 10px!important;
    overflow-x: auto;
  }

  .story-table__item {
    padding: 15px 0 0;
    border-top: 1px solid #dfe1e6;
    border-bottom: none;
  }

  .story-table__item:last-child {
    border-bottom: 1px solid #dfe1e6;
  }

  .story-table__item > div:nth-child(3) {
    width: calc(33.333333333333336% - 30px);
  }

  .story-table__item > div:nth-child(3) {
    position: relative;
    bottom: 3px;
  }

  .story-table__item > div:nth-child(4) {
    width: calc(100% - 30px);
  }

  .story-table__item > div:nth-child(4) {
    position: relative;
    bottom: 18px;
  }

  .orders {
    padding-top: 0;
  }

  .orders__title {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 24px;
    font-size: 16px;
  }

  .orders__nav {
    overflow-x: auto;
  }

  .orders__nav ul {
    width: 530px;
    top: 0;
  }

  .orders__select {
    width: 120px;
  }

  .orders__clndr {
    width: 165px;
  }

  .order-info__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .order-info__name span:first-child {
    width: auto;
  }

  .order-info__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .order-info__time span:first-child {
    width: auto;
  }

  .order-info__cnts p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .order-info__cnts p span:first-child {
    width: auto;
  }

  .stages {
    padding: 0;
    border: none;
  }

  .paid__header {
    margin-bottom: 15px;
  }

  .paid__title {
    font-size: 16px;
  }

  .paid__section > p {
    width: 145px;
    font-size: 12px;
  }

  .paid__txt {
    width: calc(100% - 145px);
  }

  .paid__txt p {
    font-size: 12px;
  }

  .paid-table__item span {
    font-size: 12px;
  }

  .paid-table__item span:first-child {
    width: 21px;
  }

  .paid-table__item span:nth-child(2) {
    width: auto;
    margin-right: 10px;
  }

  .paid-table__item span:nth-child(3) {
    width: auto;
    margin-right: 10px;
  }

  .paid-table__item span:nth-child(7) {
    width: auto;
  }

  .paid-table__footer p {
    padding-right: 0;
  }

  .manager {
    padding: 18px 15px;
    background-position: 15px 12px;
    background-size: 47px 40px;
  }

  .manager__txt {
    margin-left: 70px;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .appeals {
    padding: 30px 0;
  }

  .appeals__title {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .corrs__title {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .corrs__resp {
    width: 90%;
  }

  .corrs__req {
    width: 90%;
  }

  .corrs__files a {
    width: 84px;
    height: 84px;
    margin-right: 10px;
    margin-bottom: 15px;
  }

  .corrs__files a p {
    font-size: 11px;
  }

  .corrs__icon {
    width: 34px;
    height: 42px;
    margin-bottom: 5px;
  }

  .returns {
    padding: 30px 0;
  }

  .returns__title {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .returns__select {
    padding-left: 10px;
  }

  .returns__subtitle {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .returns__section {
    padding: 20px 10px;
  }

  .returns__section textarea {
    height: 140px;
    margin-bottom: 20px;
  }

  .returns__txt {
    font-size: 12px;
  }

  .returns__load {
    padding: 0;
    background-color: transparent;
  }

  .returns__load:hover {
    background-color: transparent;
  }

  .returns__load svg {
    width: 14px;
    height: 14px;
    margin-right: 13px;
    fill: #006DD9;
  }

  .returns__load span {
    color: #006DD9;
    text-decoration: underline;
    -webkit-text-decoration-style: dashed;
    text-decoration-style: dashed;
  }

  .returns__file-mob {
    width: 300px;
  }

  .delivery__header {
    margin-bottom: 10px;
    padding: 25px 0;
    background-color: transparent;
  }

  .delivery__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
  }

  .delivery__nav {
    width: 300px;
    height: auto;
    margin: 0;
    border: 1px solid #95989A;
    border-radius: 4px;
    background-color: #fff;
  }

  .delivery__nav a {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: none;
    width: 100%;
    height: 34px;
    margin: 0;
    padding: 0 10px;
    border-bottom: none;
    line-height: 34px;
    font-size: 13px;
    -webkit-transition: none;
    transition: none;
  }

  .delivery__nav a.current {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    display: block;
    background: url('/templates/expan/img/icons/arr-down.svg') right 10px center no-repeat;
    background-size: 7px 4px;
  }

  .city__section {
    margin-bottom: 30px;
  }

  .city__title {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
  }

  .city__txt {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .city__row {
    margin-bottom: 30px;
  }

  .city__map {
    margin-bottom: 0;
  }

  .city__name {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .city__data p span {
    font-size: 12px;
  }

  .city__time div p {
    font-size: 12px;
  }

  .city__time div p span {
    width: 100px;
  }

  .city__subtitle {
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 600;
  }

  .city__list li {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .del-stages__num {
    width: 40px;
    height: 40px;
    padding: 7px;
  }

  .del-stages__num span {
    font-size: 12px;
    line-height: 26px;
  }

  .del-stages__num::after {
    top: 30px;
    left: 18px;
    height: 140px;
  }

  .del-stages__title {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .del-stages__txt {
    font-size: 12px;
  }

  .trans__name {
    font-size: 12px;
  }

  .trans__calc {
    font-size: 10px;
  }

  .selection__left {
    width: calc(100% - 30px);
  }

  .selection__left {
    max-width: 300px;
    margin-bottom: 40px;
  }

  .selection__right {
    width: calc(100% - 30px);
  }

  .selection__right {
    max-width: 300px;
  }
}

@media screen and (max-width: 413px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    width: 370px;
  }

  .modal {
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border-radius: 0;
    max-height: 100vh;
    padding: 30px 10px;
  }

  .modal__footer-row .modal__btn {
    width: 170px;
  }

  .modal__cansel {
    width: 110px;
  }

  .modal__big {
    height: 250px;
  }

  .modal__thumbs {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .modal__thumbs a {
    width: 55px;
    height: 55px;
  }

  #js-modal-order {
    padding: 30px 10px;
  }

  .product__name {
    font-size: 20px;
  }

  .product__form .form-group {
    width: 100%;
  }

  .product__warn {
    padding: 15px;
    background: none;
  }

  .gallery__big {
    height: 300px;
  }

  .manufs__title {
    font-size: 20px;
  }

  .manufs__section ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .vendor__header p {
    font-size: 20px;
  }

  .best__item {
    margin-bottom: 15px;
  }

  .best__header {
    height: 42px;
  }

  .best__header span {
    font-size: 12px;
  }

  .best__footer p span {
    font-size: 12px;
  }

  .best__btn {
    width: 92px;
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }

  .result-item {
    margin-bottom: 10px;
    padding-top: 0;
    border-radius: 0;
    background-color: #f1f4fb;
  }

  .result-item__left {
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #babfcc;
  }

  .result-item__row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 30px;
    padding-right: 10px;
    border-top: 1px solid #dfe1e6;
  }

  .result-item__row:first-child {
    border-top: none;
  }

  .result-item__price {
    width: 110px;
    font-size: 13px;
    padding-right: 10px;
  }

  .result-item__time {
    padding-right: 10px;
  }

  .result-item__time a {
    font-size: 12px;
  }

  .result-item__av {
    padding-right: 10px;
    font-size: 12px;
  }

  .basket__balance .form-checkbox label {
    display: block;
    width: 270px;
  }

  .basket-table__time {
    width: 100%;
  }

  .basket-table__qnt {
    width: 100%;
    padding-left: 37px;
  }

  .recharge {
    position: relative;
    padding-bottom: 35px;
  }

  .recharge__header p {
    font-size: 12px;
    font-weight: 600;
  }

  .recharge__header a {
    position: absolute;
    left: 50%;
    bottom: 15px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .recharge__form input {
    width: 160px;
    margin-right: 8px;
  }

  .recharge__form button {
    width: 120px;
    font-size: 12px;
  }

  .story-table__item > div:first-child p {
    margin-right: -20px;
  }

  .story-table__item > div:nth-child(2) p {
    margin-right: -35px;
  }

  .orders__clndr input {
    padding-left: 5px;
    font-size: 12px;
    background-position: right 5px center;
  }

  .order-info__name span:first-child {
    font-size: 12px;
  }

  .order-info__name span:nth-child(2) {
    font-size: 12px;
  }

  .order-info__time span:first-child {
    font-size: 12px;
  }

  .order-info__time {
    font-size: 12px;
  }

  .order-info__cnts p span:first-child {
    font-size: 12px;
  }

  .order-info__cnts p span:nth-child(2) {
    font-size: 12px;
  }

  .order-info__cnts p a {
    font-size: 12px;
  }

  .stages__num {
    width: 40px;
    height: 40px;
    border-width: 7px;
    font-size: 12px;
    line-height: 26px;
  }

  .stages__name {
    font-size: 12px;
  }

  .selection {
    padding: 30px 0;
  }

  .selection__title {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .selection__nav {
    margin-bottom: 20px;
    border-bottom: none;
  }

  .selection__nav ul li a {
    padding-bottom: 0;
    border-bottom: none;
    color: #111111;
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
    -webkit-text-decoration-style: dashed;
    text-decoration-style: dashed;
  }

  .selection__nav ul li.active a {
    color: #ff8000;
    font-weight: 500;
    text-decoration: none;
  }

  .selection__add {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .selection__add p {
    display: none;
  }

  .selection__add .form-group {
    display: none;
  }

  .selection__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .selection__info {
    display: none;
  }

  .selection__btn {
    width: 300px;
    height: 40px;
  }

  .vin-search__txt {
    font-size: 12px;
  }

  .vin-search__txt-b {
    font-size: 12px;
  }

  .vin-search__link a {
    font-size: 12px;
  }

  .vin-search__link span {
    font-size: 12px;
  }
}

@media screen and (max-width: 374px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    width: 320px;
    padding-left: 0;
    padding-right: 0;
  }

  .footerbar__row {
    margin: 0;
  }

  .overlay {
    background: #fff;
  }

  .spares__nav {
    margin-left: 10px;
    margin-right: 10px;
  }

  .spares__nav ul li a .visible {
    display: none;
  }

  .spares__nav ul li a .hidden {
    display: inline;
  }

  .spares__content {
    margin-left: 10px;
    margin-right: 10px;
  }

  .spares-brand__tab.active {
    margin: 0 -5px;
  }

  .spares-brand__col {
    width: calc(50% - 10px);
    margin: 0 5px;
  }

  .related__title {
    margin-left: 10px;
    margin-right: 10px;
  }

  .related__row {
    margin-left: 10px;
    margin-right: 10px;
  }

  .related__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .inst__title {
    margin-left: 10px;
    margin-right: 10px;
  }

  .inst__widget {
    margin-left: 10px;
    margin-right: 10px;
  }

  .inst__row {
    margin-left: 0;
    margin-right: 0;
  }

  .text .container {
    padding: 0 10px;
  }

  .info {
    width: 100%;
    margin: 0;
  }

  .headerbar-mobile .container {
    padding: 0 10px;
  }

  .about__inner {
    padding: 0 10px;
  }

  .about__row {
    margin: 0 -10px;
  }

  .about__col {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .results__title {
    margin-left: 10px;
    margin-right: 10px;
  }

  .results__header {
    margin-left: 0;
    margin-right: 0;
  }

  .results__item {
    margin: 0;
    padding: 15px 10px 12px;
  }

  .data .container {
    padding: 0 10px;
  }

  .breadcrumbs ul {
    margin-left: 10px;
    margin-right: 10px;
  }

  .content .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content__row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .content__left {
    width: calc(100% - 20px);
    margin: 0 10px;
  }

  .content__right {
    width: calc(100% - 20px);
    margin: 0 10px;
  }

  .product {
    padding: 0;
  }

  .product__header {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 10px;
    background-color: #f1f4fb;
  }

  .product__back a {
    margin-left: 10px;
    margin-right: 10px;
  }

  .product__desig .container {
    padding: 0 10px;
  }

  .product__row {
    margin: 0;
  }

  .product__left {
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }

  .product__right {
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }

  .product__form {
    margin-bottom: 30px;
  }

  .product__btn {
    width: 290px;
    height: 40px;
    margin: 0 auto;
  }

  .product__warn {
    margin: -10px;
    padding: 20px 10px 25px;
    border: none;
    background-color: #f1f4fb;
  }

  .gallery__big {
    height: 240px;
  }

  .gallery__thumbs a {
    width: 55px;
    height: 55px;
  }

  .manufs .container {
    padding: 0 10px;
  }

  .vendor .container {
    padding: 0 10px;
  }

  .reg__title {
    margin-left: 10px;
    margin-right: 10px;
  }

  .reg__nav {
    margin-left: 10px;
    margin-right: 10px;
  }

  .reg__txt {
    margin-left: 10px;
    margin-right: 10px;
  }

  .reg__row {
    margin: 0;
  }

  .reg__left {
    width: 100%;
    margin: 0 10px;
  }

  .reg__success {
    margin-left: 10px;
    margin-right: 10px;
  }

  .result__title {
    margin-left: 10px;
    margin-right: 10px;
  }

  .result__section h3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .best {
    margin-left: 0;
    margin-right: 0;
  }

  .best__item {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .basket .container {
    width: 100%;
    padding: 0 10px;
  }

  .basket__upd {
    margin-left: -10px;
    margin-right: -10px;
  }

  .basket__total {
    margin-left: -10px;
    margin-right: -10px;
    border-left: none;
    border-right: none;
  }

  .basket__total > div:first-child {
    padding: 15px 10px;
  }

  .basket__total > div:first-child p:first-child span:first-child {
    font-size: 12px;
  }

  .basket__total > div:first-child p:nth-child(2) span:first-child {
    font-size: 12px;
  }

  .basket__total > div:first-child p:nth-child(2) span:nth-child(2) {
    font-size: 12px;
  }

  .basket__sum {
    padding: 15px 10px;
  }

  .basket__sum p {
    font-size: 12px;
    font-weight: 600;
  }

  .basket-table {
    margin-left: -10px;
    margin-right: -10px;
  }

  .basket-table__row {
    padding: 10px;
  }

  .basket-table__hid {
    right: -2px;
    top: 15px;
    width: 300px;
  }

  .balance__title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .balance__header {
    margin-left: 0;
    margin-right: 0;
  }

  .balance__left {
    width: 100%;
    margin: 0 10px;
  }

  .balance__right {
    width: 100%;
    margin: 0 10px;
  }

  .story {
    padding-left: 10px;
    padding-right: 10px;
  }

  .story__row form {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .story-table {
    padding: 0;
  }

  .story-table__item {
    margin-left: -10px;
    margin-right: -10px;
  }

  .orders__title {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f1f4fb;
  }

  .orders__nav {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f1f4fb;
    margin-bottom: 0;
  }

  .orders__sort {
    padding-left: 10px;
    padding-right: 10px;
  }

  .orders__sort > form {
    width: 320px;
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #f1f4fb;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .orders-table {
    padding-left: 10px;
    padding-right: 10px;
  }

  .orders-table__item {
    margin-left: -10px;
    margin-right: -10px;
  }

  .paid .container {
    width: 100%;
    padding: 0 10px;
  }

  .paid__row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .paid__left {
    width: 100%;
    margin: 0;
  }

  .paid__right {
    width: 100%;
    margin: 0;
  }

  .paid__info {
    padding: 30px 10px 10px;
    margin-bottom: 0;
    background-color: #f1f4fb;
  }

  .paid__section {
    margin-bottom: 20px;
  }

  .appeals__title {
    margin-left: 10px;
    margin-right: 10px;
  }

  .feedback {
    padding: 20px 10px;
  }

  .feedback__btn {
    width: 300px;
  }

  .feedback__files {
    margin-left: 0;
    margin-right: 0;
  }

  .feedback__files > div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .corrs__title {
    margin-left: 10px;
  }

  .corrs__resp {
    width: 300px;
  }

  .corrs__req {
    width: 300px;
  }

  .returns__title {
    margin-left: 10px;
    margin-right: 10px;
  }

  .returns__select {
    padding: 0 10px;
  }

  .returns__section {
    margin-left: -15px;
    margin-right: -15px;
  }

  .returns__btn {
    height: 40px;
    margin-top: 40px;
    margin-left: -5px;
    font-size: 12px;
    font-weight: 400;
  }

  .delivery .container {
    width: 100%;
    padding: 0 10px;
  }

  .delivery__row {
    margin: 0;
  }

  .delivery__main {
    width: 100%;
    margin: 0;
  }

  .trans {
    margin-left: 0;
    padding-left: 5px;
  }

  .trans__item {
    padding: 0;
  }

  .selection__title {
    padding: 0 10px;
  }

  .selection__nav {
    padding: 0 10px;
  }

  .selection__content {
    margin: 0;
  }

  .selection__left {
    width: 100%;
    max-width: 100%;
    margin: 0 0 40px;
    padding: 0 10px;
  }

  .selection__right {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 10px;
  }
}

@media print {
  .top {
    display: none;
  }

  .search {
    display: none;
  }

  .location {
    display: none;
  }

  .orders-link {
    display: none;
  }

  .top-basket {
    display: none;
  }

  .navbar {
    display: none;
  }

  .paid__print {
    display: none;
  }

  .footer {
    display: none;
  }

  .paid-table__header {
    padding-left: 520px;
  }

  .manager {
    padding: 25px;
    background: none;
  }
}









/*  ПРОЦЕНКА  */
.next_page_btn{
    display: block;
    width: 290px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid rgba(0, 109, 217, 0.5);
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    text-align: center;
    line-height: 38px;
}
















