:root {
  --black: #282828;
  --gray: #999595;
  --yellow: #f4cf87;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

li::marker {
  display: none;
}

ul {
  list-style-type: none;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
.no-boot ul {
  list-style: none;
  margin: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

button,
textarea,
input,
select {
  outline: none;
  border: none;
}

input:focus::placeholder {
  color: transparent;
}

button {
  cursor: pointer;
  transition: .3s ease;
}

button:hover {
  opacity: .8;
}

.center {
  text-align: center;
}

a[class$="btn"] {
  transition: all .3s ease;
}

a[class$="btn"]:hover {
  opacity: .8;
}

/* overall */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

span.req-dot {
  color: #f4cf87;
}

a.logout {
  color: var(--black);
  font-weight: 600;
  font-size: 20px;
}

.ajax {
  opacity: 0.5;
  cursor: no-drop;
}

html.ajax {
  opacity: 1;
}

html.ajax:after {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffffa1 url(../img/ajax.gif) no-repeat center center;
  top: 0;
}

.slick-disabled {
  opacity: 0.3 !important;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
  background: #fff;
  color: var(--black);
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body.overflowed {
  overflow: hidden;
}

.ms-container {
  max-width: 1680px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

/* header */

.header__upper {
  position: relative;
}

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

.header__upper--wrapper>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  cursor: pointer;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.header__upper {
  color: #fff;
  background: var(--black);
}

.header__upper--wrapper .header-catalog {
  transition: all .3s ease;
  background: var(--yellow);
  color: var(--black);
  padding-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
}

.header-catalog:hover {
  background: #F6D8A4;
}

.hamburger {
  margin: 0 20px !important;
  padding: 0 !important;
  width: 34px !important;
  height: 28px !important;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background: var(--black) !important;
  width: 34px !important;
  height: 4px !important;
}

.hamburger-inner:before {
  top: -10px !important;
}

.hamburger-inner:after {
  bottom: -10px !important;
}

.hamburger-box {
  width: 34px !important;
  height: 26px !important;
}

.hamburger-inner {
  margin-top: 0 !important;
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0 !important;
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0 !important;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0 !important;
}

.header-cabinet {
  margin-left: auto;
}

.header-cabinet span {
  white-space: nowrap;
}

.header__upper--wrapper>div>svg:first-child {
  margin-right: 15px;
}

.header-info {
  padding-left: 30px;
}

.header-info svg {
  margin-left: 5px;
}

.header-phone svg:nth-child(3) {
  margin-left: 10px;
}

.header-cabinet img {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

.header-cabinet {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.collapse {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  color: var(--black);
  padding: 15px 20px 15px 30px;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  z-index: 3;
}

.header-info:hover .info-collapse {
  display: block;
}

.info-collapse {
  font-size: 20px;
  border: 1px solid #dcdcdc;
  width: calc(100% - 30px);
  max-width: 313px;
  min-width: 265px;
  display: none;
}

.info-collapse li:first-child {
  padding: 0 0 15px;
}

.info-collapse li:last-child {
  padding: 15px 0 0;
}

.info-collapse li {
  padding: 15px 0;
}

.info-collapse li:hover {
  font-weight: normal;
  color: #f4cf87;
}

.info-collapse li:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}

.header-phone:hover .phone-collapse {
  display: block;
}

.phone-collapse {
  -webkit-box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.18);
  border-radius: 0px 5px 5px 5px;
  max-width: 257px;
  width: 100%;
  display: none;
  line-height: 40px;
  font-size: 22px;
}

.cart-phone .phone-collapse {
  left: auto;
  right: 0;
}

.phone-collapse span {
  font-weight: 600;
}

.inner-catalog {
  border: 1px solid #dcdcdc;
  padding: 15px 0;
  line-height: 25px;
  width: 100%;
  display: none;
}

.header-catalog:hover>.inner-catalog {
  display: block;
}

.inner-catalog>ul>li>a {
  position: relative;
  padding-left: 28px;
}

.inner-catalog>ul>li:first-child>a {
  margin: 0 0 15px;
}

.inner-catalog>ul>li:last-child>a {
  margin: 15px 0 0;
}

.inner-catalog>ul>li>a {
  margin: 15px 0;
}

.inner-catalog>ul>li {
  position: relative;
  -webkit-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
  padding: 0 20px;
}

.inner-catalog li:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}

.inner-catalog>ul>li a:hover {
  color: var(--yellow);
  font-weight: normal;
}

.inner-catalog li a {
  width: 100%;
  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;
}

.inner-catalog li img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 18px;
  height: auto;
}

.inner-catalog li .menu-arrow {
  margin-left: auto;
}

.inner-catalog-sub {
  position: absolute;
  top: -15px;
  left: 100%;
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 0 20px;
  min-width: 275px;
  display: none;
}

.inner-catalog li.complex:hover>.inner-catalog-sub {
  display: block;
}

.inner-catalog-sub li {
  padding: 15px 0;
  color: var(--black);
  font-weight: normal;
}

.inner-catalog-sub li a {
  padding-left: 9px;
}

/* mobile menu */

.header__menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 11px 15px;
  color: var(--black);
  width: 100%;
  background: #fff;
  display: none;
  z-index: 5;
}

.hidden {
  display: none;
}

.header__menu>ul .menu__first-cat .open-svg {
  display: none;
}

.header__menu li {
  cursor: pointer;
}

.header__menu>ul>li {
  padding: 10px 0;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  padding: 10px 0;
  border-top: 1px solid #848484;
  border-bottom: 1px solid #848484;
  margin-bottom: 20px;
}

.header__menu>ul .menu__first-cat .collapsed .open-svg {
  display: block;
}

.header__menu>ul .menu__first-cat .collapsed .closed-svg {
  display: none;
}

.menu-category {
  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;
}

.menu-category.collapsed {
  color: var(--yellow);
}

.svg-arrow svg {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.menu-category.collapsed .svg-arrow svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu-category.collapsed .svg-arrow svg path {
  stroke: var(--yellow);
}

.menu__first-cat {
  display: none;
}

.menu__first-cat>li a {
  position: relative;
  padding-left: 29px;
  width: 100%;
  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;
}

.menu__first-cat>li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu__first-cat>li:first-child {
  padding-top: 30px;
}

.menu__first-cat>li:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}

.menu__first-cat>li a img,
.menu__first-cat>li a svg:first-child,
.menu__first-cat>li a .open-svg {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu__first-cat>li a img {
  max-width: 21px;
}

.inner-menu-sub {
  display: none;
  margin-top: 10px;
}

.inner-menu-sub li {
  padding: 10px 0;
}

.inner-menu-sub li:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}

.inner-menu-sub.collapsed-body {
  border-top: 1px solid #848484;
}

.menu__first-cat .collapsed {
  font-weight: 700;
}

li.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  border: none !important;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  cursor: pointer;
  width: fit-content;
}

.current-lang {
  padding: 5px 7px;
  width: 48px;
  height: 30px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  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;
  outline: none;
  text-transform: uppercase;
}

.lang::after {
  content: "";
  width: 7px;
  height: 4px;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/little-arrow.svg);
  display: block;
}

select::-ms-expand {
  display: none;
}

select.current-lang {
  /* for Firefox */
  -moz-appearance: none;
  /* for Safari, Chrome, Opera */
  -webkit-appearance: none;
}

select.current-lang::-ms-expand {
  display: none;
}

.header__main--wrapper {
  height: 144px;
  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;
  position: relative;
}

.header__logo {
  display: block;
  max-width: 240px;
}

.search-icon {
  display: none;
}

.header__search-bar {
  max-width: 825px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.header-form {
  position: relative;
}

.form-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-search {
  height: 100%;
  width: 100%;
  border: none;
  padding-left: 20px;
  font-size: inherit;
}

.input-wrapper {
  border: 1px solid #dcdcdc;
  border-right: 0;
  border-radius: 5px 0px 0px 5px;
  height: 68px;
  max-width: 657px;
  width: 100%;
  overflow: hidden;
}

.search-btn {
  width: 168px;
  height: 67px;
  border-radius: 0px 5px 0px 0px;
}

.search-btn button {
  width: 100%;
  height: 100%;
  text-align: center;
  background: var(--yellow);
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  border: none;
  cursor: pointer;
}

.header__tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
}

.header__tools select {
  width: 61px;
  height: 48px;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  outline: none;
}

.header__tools option {
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
}

.header__tools .lang {
  position: relative;
  cursor: pointer;
}

.header__tools .lang::after {
  width: 12px;
  height: 8px;
  background: url(../img/little-arrow.svg);
  background-size: cover;
}

.cart-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
}

.cart-items li:not(:last-child) {
  margin-right: 30px;
}

.cart-items li {
  transition: .3s ease;
}

.cart-items li:hover {
  opacity: .8;
}

.badghed {
  position: relative;
}

.badghed::after {
  content: attr(data-count);
  width: 23px;
  height: 23px;
  background: var(--yellow);
  position: absolute;
  top: -10px;
  right: -5px;
  border-radius: 50%;
  text-align: center;
  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;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #282828;
}

.cart-items li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.active .input-wrapper {}

.active .search-btn button {
  background: var(--yellow);
}

.form-collapse--body .autocomplete-suggestions {
  width: 100% !important;
  background: #f4f4f4;
  -webkit-box-shadow: 0px 7px 8px rgb(0 0 0 / 18%);
  box-shadow: 0px 7px 8px rgb(0 0 0 / 18%);
  border-radius: 0px 0px 5px 5px;
  max-height: unset !important;
}

.form-collapse--body img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

.item-img {
  width: 85px;
  height: 85px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85px;
  flex: 0 0 85px;
  background: #fff;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-collapse--body li {
  padding: 20px;
}

#np_city-relusts .form-collapse--body li {
  padding: 10px 20px;
}

.form-collapse--body li:hover {
  background: #ececec;
}

.form-collapse--body li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-text {
  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;
  margin-left: 26px;
}

.item-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.item-name {
  font-weight: 600;
  line-height: 25px;
  color: #282828;
}

.item-name strong {
  font-weight: 900;
}

.old-price {
  margin-right: 15px;
  line-height: 31px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #666666;
}

.new-price {
  font-weight: bold;
  font-size: 30px;
  line-height: 41px;
  color: #282828;
}

/* main */

/* slider */

.main__screen {
  position: relative;
}

.main__screen.is-desktop-banner .slider-img {
  aspect-ratio: 1920 / 771;
}

.main__screen.is-mobile-banner .slider-img {
  aspect-ratio: 1 / 1;
}

.main__slider--item .slider-img {
  width: 100%;
  overflow: hidden;
}

.main__slider--item .slider-img picture,
.main__slider--item .slider-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.main__slider--item .slider-img img {
  object-fit: cover;
}

.main__slider:not(.slick-initialized) {
  overflow: hidden;
}

.main__slider:not(.slick-initialized)>.main__slider--item {
  display: none;
}

.main__slider:not(.slick-initialized)>.main__slider--item:first-child {
  display: block;
}

.main__slider,
.main__slider--item {
  min-height: 200px;
}

@media (min-width: 768px) {

  .main__slider,
  .main__slider--item {
    min-height: 520px;
  }
}

.main__slider--item {
  position: relative;
}

.abs-arrow {
  position: absolute;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}

.arr-left {
  left: 20px;
}

.arr-right {
  right: 20px;
}

.slider__inner {
  /*   padding: 200px 0; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  height: 100%;
}

.slider-title {
  font-size: 56px;
  line-height: 76px;
  text-align: center;
}

.slider-subtitle {
  font-weight: 800;
  font-size: 65px;
  line-height: 94px;
  color: var(--yellow);
  text-align: center;
  text-transform: uppercase;
  margin: 15px 0 40px;
}

.slider-btn {
  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: 73px;
  width: 262.86px;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  background: #f4cf87;
  border-radius: 5px;
}

.slider-img {
  margin: 0;
  padding: 0;
  right: -25px;
  position: relative;
}

.slider__content {
  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;
  gap: 20px;
}

.row-offscreen-right {
  width: calc(100% + (100vw - 100%) / 2);
}

.main__slider {
  position: relative;
}

.main__slider .slick-dots {
  position: absolute;
  bottom: 26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slick-dots li button {
  display: none;
}

.main__slider .slick-dots li {
  color: transparent;
  border: 1px solid #000;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}

.main__slider .slick-dots li.slick-active {
  background: var(--yellow);
  width: 18px;
  height: 18px;
}

.main__slider .slick-dots li:not(:last-child) {
  margin-right: 21px;
}

/* about b;pcl */

.about__screen {
  margin: 50px 0 60px;
}

.about__wrapper {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 0 28px;
}

.about__wrapper .col-6 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 28px 0;
}

.about-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  margin-right: 30px;
}

.about-title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}

.about-desc {
  line-height: 25px;
  color: #666666;
}

/* tools block */

.tools__screen {
  margin: 60px 0;
}

.tools-item {
  position: relative;
  cursor: pointer;
  margin: 10px 0;
}

.tools-text {
  width: 100%;
  height: 57px;
  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;
  text-align: center;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: 6px;
  left: 0;
  background: #282828;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  border-radius: 5px;
}

.tools-item:hover img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.tools-item:hover .tools-text {
  background: var(--yellow);
  opacity: 0.6;
}

.tools-item:hover .tools-text span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--black);
  width: 100%;
}

/* auction */

.auction__screen {
  margin: 100px 0 80px;
}

.main__title {
  border-bottom: 1px solid #282828;
  margin-bottom: 40px;
}

.h1 {
  font-weight: bold;
  font-size: 56px;
  line-height: 76px;
}

.h1 span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 40px;
}

.h1 span::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #f4cf87;
  z-index: 1;
}

.auction-img {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.auction-img img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/* auction slider */

.auction-item {
  width: calc(100% / 4);
  height: 664px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  padding-bottom: 20px;
  padding-top: 1px;
}

.auction-item:hover {
  border: 1px solid #f4cf87;
}

.auction-item .auction-tools svg:hover path {
  fill: var(--yellow);
  background: var(--yellow);
}

.auction-item .auction-tools .auction-tool:first-child:hover svg:first-child {
  display: none;
}

.auction-item .auction-tools .auction-tool:first-child:hover svg:last-child {
  display: block;
}

.auction-item:hover .info-auction-collapse {
  border-color: #f4cf87;
}

.auction-tools .auction-tool:first-child svg:last-child {
  display: none;
}

.auction-tools {
  position: absolute;
  top: 26px;
  right: 20px;
}

/* .auction-tool:first-child {
  margin-bottom: 13px;
}
 */

.auction-tool svg {
  height: 42px;
}

.auction-tool {
  height: 42px;
  position: relative;
}

.top-sales.active {
  background: #f3d6a1;
  border-radius: 0px 5px 5px 0px;
}

.auction-badges>.discount.active {
  width: 84px;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  background: #f3d6a1;
}

.new.active {
  background: #acf3a2;
}

.ending.active {
  background: #f2b29e;
}

.auction-badges>div {
  display: none;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 0px 5px 5px 0px;
  width: 100%;
  height: 57px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.auction-badges {
  width: fit-content;
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 16px;
}

.none-sales.active {
  background: #c3c3c3;
}

.auction-badges>div.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.auction-name {
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  margin: 15px 0 20px;
  padding: 0 20px;
  height: 50px;
}

.auction-rate {
  padding: 0 20px;
}

.auction-stars {
  margin-right: 15px;
}

.auction-stars img {
  width: 25px;
  height: 25px;
}

.auction-stars img:not(:last-child) {
  margin-right: 4px;
}

.accessories-item .auction-stars img {
  width: 15px;
  height: 15px;
}

.rate2 img {
  width: 45px;
  height: 45px;
  padding: 0px 20px;
  box-sizing: content-box;
}

.rate2 {
  margin-bottom: 10px;
}

.rate2_info {
  margin-bottom: 25px;
}

.rate2_info ul li {
  display: inline-block;
  width: 86px;
  font-size: 12px;
  text-align: center;
}

#np_city {
  display: none;
}

.auction-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  text-align: center;
}

.auction-reviews svg {
  margin-right: 15px;
}

.auction-reviews .comment a:hover {
  color: #f4cf87;
}

.auction-info {
  margin: 15px 0;
  position: relative;
  cursor: pointer;
}

.info-btn {
  margin: 0 20px;
  background: #f0f0f0;
  border-radius: 5px;
  height: 51px;
  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;
  width: 100%;
  padding: 0 15px;
}

.info-auction-collapse {
  display: none;
  background: #fff;
  position: absolute;
  top: 51px;
  left: -1px;
  padding: 20px;
  border-top: 0 !important;
  border: 1px solid #dcdcdc;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: calc(100% + 2px);
  z-index: 3;
}

.info-text {
  max-width: 275px;
}

.info-img {
  border: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 61px;
  flex: 0 0 61px;
  height: 61px;
}

.auction-price {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.auction-price-old {
  line-height: 25px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #666666;
}

.auction-price-new {
  font-weight: bold;
  font-size: 30px;
  line-height: 41px;
}

.info-price {
  font-weight: bold;
  font-size: 30px;
  line-height: 41px;
}

.auction-price-btn,
.info-buy {
  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;
  background: var(--yellow);
  border-radius: 5px;
  width: 61px;
  height: 61px;
  position: relative;
  transition: opacity .3s ease;
}

.auction-item:hover .auction-price-btn {
  opacity: .8;
}

.auction-price-btn.none-btn {
  width: 159px;
  height: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}

.auction-price-btn.none-btn span {
  font-size: 13px;
}

.info-items:not(:last-child) {
  margin-bottom: 15px;
}

.auction__slider .slick-slide {
  margin: 0 12px;
}

.auction__slider .slick-list {
  margin: 0 -12px;
}

.auction__slider .slick-list {
  overflow-x: clip;
  overflow-y: visible;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.auction-price-btn.active::after,
.info-buy.active::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/check.svg) no-repeat;
  background-size: cover;
  top: 7px;
  right: 8px;
}

.auction-tool.active:not(.is_wish)::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/check.svg) no-repeat;
  background-size: cover;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.auction-slider--wrapper {
  position: relative;
  z-index: 9;
}

.slider-arr__auction .arr-left {
  left: 15px;
}

.slider-arr__auction .arr-right {
  right: 15px;
}

.auction__slider .slick-dots {
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: -1;
}

.auction__slider .slick-dots li button {
  display: none;
}

.auction__slider .slick-dots li {
  color: transparent;
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #dcdcdc;
  cursor: pointer;
}

.auction__slider .slick-dots li.slick-active {
  background: var(--yellow);
  width: 18px;
  height: 18px;
}

.auction__slider .slick-dots li:not(:last-child) {
  margin-right: 21px;
}

.auction__slider {
  position: relative;
  margin-bottom: 100px;
}

/* brands */

.brands__wrapper {
  position: relative;
}

.brands-item {
  width: 255px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  height: 80px !important;
}

.brands-item:hover {
  border: 1px solid #f4cf87;
}

.brands-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.brands-item img {
  width: auto;
  height: auto;
  display: inline-block !important;
}

.brands__slider .slick-slide {
  margin: 0 15px;
}

.brands__slider .slick-list {
  margin: 0 -15px;
}

.slider-arr__brands .arr-left {
  left: 15px;
}

.slider-arr__brands .arr-right {
  right: 15px;
}

/* shop */

.shop__screen {
  margin: 80px 0 60px;
}

.main__subtitle {
  margin-bottom: 60px;
}

.h3 {
  font-weight: bold;
  font-size: 40px;
  line-height: 54px;
}

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

.shop-text {
  font-size: 22px;
  line-height: 150.68%;
}

.shop-text p:not(:last-child) {
  margin-bottom: 20px;
}

.shop-images {
  margin-left: 31px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 397px;
  flex: 0 0 397px;
}

.shop-img:first-child {
  margin-bottom: 19px;
}

/* subscribe */

.subscribe__screen {
  background: var(--black);
}

.subscribe__wrapper {
  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: 31px 0;
}

.subscribe__wrapper>div:not(:last-child) {
  margin-right: 30px;
}

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

.subscribe-email img {
  width: 112px;
  height: 90px;
  margin-right: 30px;
}

.email-text {
  font-size: 20px;
  line-height: 150.68%;
  color: #ffffff;
  max-width: 410px;
}

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

.subscribe-input {
  width: 362px;
  height: 67px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  margin-right: 30px;
}

.subscribe-input input {
  border: none;
  width: 100%;
  height: 100%;
  background: transparent;
  line-height: 25px;
  color: #dcdcdc;
  padding-left: 20px;
  font-size: inherit;
}

.subscribe-btn {
  width: 190px;
  height: 67px;
  background: #f4cf87;
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  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;
  cursor: pointer;
  border: none;
  transition: background .3s ease;
}

.subscribe-btn:hover {
  opacity: 1;
  background: #F6D8A4;
}

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

.subscribe-social p {
  font-size: 20px;
  line-height: 150.68%;
  color: #ffffff;
  margin-right: 30px;
}

.subscribe_info {
  color: var(--yellow);
  font-weight: 600;
}

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

.social img {
  height: 58px;
  width: 58px;
}

.social a:first-child img {
  margin-right: 20px;
}

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

/* footer */

.footer {
  background: #f2f2f2;
}

.footer__wrapper {
  padding: 40px 0;
}

.footer__wrapper .col-12 {
  margin: 20px 0;
}

.footer__list-first {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
}

.footer__list-first svg {
  display: none;
}

.footer__list li {
  font-size: 20px;
  line-height: 33px;
}

li.menu-item.active,
.list-coll li:hover {
  font-weight: bold;
}

.footer-logo {
  max-width: 100%;
  width: 230px;
  margin-bottom: 30px;
}

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

.logo__wrapper p {
  max-width: 255px;
}

/* catalog */

/* catalog section */

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs ul li:last-child {
  font-weight: bold;
  color: var(--yellow);
}

.catalog-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.catalog-title {
  line-height: 40px;
  margin-top: 10px;
}

.sort-select {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  border-radius: 5px;
  line-height: 25px;
  color: #282828;
  border: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}

.sort {
  width: 232px;
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 40px;
}

.sort::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/little-arrowB.svg);
  display: block;
  background-size: cover;
  z-index: 1;
}

.mono_select {
  font-size: 15px;
}

.warning {
  padding: 10px 15px;
  border-radius: 5px;
  margin: 10px 0px;
  text-align: center;
  font-weight: 600;
  border: 1px solid #DCDCDC;
}

.warning.no-center {
  text-align: left;
}

select::-ms-expand {
  display: none;
}

select.sort-select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Safari, Chrome, Opera */
  -webkit-appearance: none;
}

select.sort-select::-ms-expand {
  display: none;
}

.section-title {
  font-weight: bold;
  font-size: 56px;
  line-height: 76px;
  position: relative;
  padding-bottom: 40px;
}

.section-title::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #f4cf87;
  z-index: 1;
}

.filter__category {
  padding: 15px 0;
}

/* .filter__category--item:last-child {
  display: none;
} */

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

.catalog__inner--filter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  margin-right: 30px;
}

.catalog__inner--carts {
  width: calc(100% - 430px);
}

.catalog__items .auction-item {
  width: 385px;
  margin: 0 10px 20px;
  height: unset;
}

.filter__inner {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}

@media (min-width: 992px) {
  .filter__inner {
    max-height: 100vh;
    height: fit-content;
    overflow: auto;
  }
}

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

.back-btn {
  display: none;
}

.back-btn span {
  margin-left: 8px;
  text-decoration: underline;
}

.filter__category--title {
  margin: 0 20px 15px;
  padding: 20px 0 30px;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  border-bottom: 1px solid #dcdcdc;
}

.filter__price {
  padding: 0 15px;
}

.filter__item {
  padding: 4px 20px;
}

.filter__item:hover {
  background: #f2f2f2;
}

.filter__item label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */

.filter__item label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  cursor: pointer;
}

/* On mouse-over, add a grey background color */

.filter__item label:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.filter__item label input:checked~.checkmark {
  background: #2fb718;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.filter__item label input:checked~.checkmark:after {
  display: block;
}

.filter__item label .checkmark:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/checkbox.svg) no-repeat;
  background-size: cover;
  width: 13px;
  height: 10px;
}

.catalog__filter {
  width: 100%;
  background: var(--yellow);
  height: 40px;
  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;
  border-radius: 5px;
  display: none;
  cursor: pointer;
}

.filter-btn svg {
  margin-right: 7px;
}

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

.selected__filter--item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 104px;
  height: 47px;
  background: #f0f0f0;
  border-radius: 5px;
  line-height: 25px;
  color: #848484;
  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;
  padding: 0 10px;
  margin: 0 10px 20px;
  cursor: pointer;
}

.selected__filter--item span {
  margin-right: 30px;
}

.add-btn {
  max-width: 302px;
  width: 100%;
  height: 77px;
  margin: 0 auto;
  border: 1px solid #848484;
  border-radius: 5px;
  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;
  text-align: center;
  cursor: pointer;
}

.add-btn:hover {
  border: 1px solid var(--yellow);
}

.add-btn svg {
  margin-right: 10px;
}

.show_mt_10 .add-btn {
  margin-top: 20px;
}

.pagination__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-left {
  margin-right: 30px;
  cursor: pointer;
}

.pagination-right {
  margin-left: 30px;
  cursor: pointer;
}

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

.pagination__block li {
  transition: background .3s ease;
}

.pagination__block li:not(:last-child) {
  margin-right: 10px;
}

.pagination__block li a:hover {
  background: var(--yellow);
}

.pagination__block li a {
  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;
  text-align: center;
  width: 45px;
  height: 55px;
  background: #f2f2f2;
}

.pagination__block li.active a {
  background: var(--yellow);
  font-weight: bold;
}

.pagination__block li.active span {
  background: var(--yellow);
  font-weight: bold;
  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;
  text-align: center;
  width: 45px;
  height: 55px;
}

/* card */

/* card catalog */

.main__card--rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.card-rate img {
  width: 30px;
  height: 30px;
}

.card-rate img:not(:last-child) {
  margin-right: 4px;
}

.card__menu {
  margin: 30px 0;
  padding: 30px 15px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}

.card__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.card__menu a {
  padding: 0 15px;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  transition: color .3s ease;
}

.card__menu li:not(:last-child) a {
  border-right: 2px solid #ececec;
}

.card__menu li:hover a {
  color: var(--yellow);
}

.card__inner--block {
  margin: 20px 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.card__slider--wrapper {
  padding: 30px 0;
  max-width: 111px;
  position: relative;
  margin-right: 15px;
}

.card__slider img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.card-arr {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}

.card-left {
  top: -5px;
}

.card-right {
  bottom: -5px;
}

.card__slider .slick-slide {
  margin: 10px 0;
}

.card__slider .slick-slide {
  max-width: 100px;
  max-height: 100px;
  border: 1px solid #dcdcdc !important;
  border-radius: 5px;
  cursor: pointer;
  display: flex !important;
  align-content: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.card__slider .slick-list {
  margin: -10px 0;
}

.card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  margin-right: 30px;
}

.card__image {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  display: flex;
}

.card__image img {
  height: unset;
  max-height: 100%;
  max-width: 100%;
  width: unset;
  margin: auto;
  border-radius: 5px;
}

.card-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
}

.availability {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #31aa52;
  margin-bottom: 15px;
}

.availability.gray {
  color: var(--gray);
}

.card-content>div:not(.availability):not(:last-child) {
  margin-bottom: 25px;
}

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

.card-prices {
  margin-right: 45px;
}

.card-prices .new-price {
  line-height: 30px;
}

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

.card-tools a:first-child {
  margin-right: 20px;
}

.card-tools a:hover path {
  fill: var(--yellow);
}

.card-tools a {
  display: block;
  position: relative;
  cursor: pointer;
}

.card-btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-subtitle {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 15px;
}

.counsultation-product {
  color: #848484;
}

.counsultation-product img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 10px;
}

.counsultation-product a {
  font-weight: 600;
  color: #000;
}

.modile_list {
  height: 370px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.modile_list-slider {
  height: 100%;
  width: 100%;
}

.modile_list-item {
  display: flex !important;
  height: 370px !important;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.modile_list img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.deliver-wrapper {
  padding: 15px 20px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}

.deliver-item p:first-child {
  font-weight: 600;
  position: relative;
  padding-left: 35px;
}

.deliver-item p:last-child {
  font-weight: 700;
}

.deliver-item {
  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;
}

.deliver-item:not(:last-child) {
  margin-bottom: 15px;
}

.deliver-item p img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

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

.payment-wrapper .img:hover {
  border: 2px solid #f4cf87;
}

.payment-wrapper .img:not(:last-child) {
  margin-right: 12px;
}

.payment-wrapper .img {
  cursor: pointer;
  width: 61px;
  height: 61px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-wrapper .img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.payment-wrapper>.img:hover .reveal-content {
  display: block;
}

.abs-it {
  position: absolute;
  top: -18px;
  left: 6%;
  width: 22px;
  height: 10px;
}

.reveal-content {
  position: absolute;
  top: 120%;
  left: -10px;
  width: 451px;
  max-width: 451px;
  padding: 10px 12px 12px;
  display: none;
  background: #FFFFFF;
  z-index: 2;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

.add-card-btn {
  width: 324px;
  height: 67px;
  background: var(--yellow);
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  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;
  text-align: center;
}

.add-card-btn svg {
  margin-left: 17px;
}

.credit-btn {
  width: 234px;
  height: 67px;
  border: 1px solid #282828;
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  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;
}

.click-btn {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #f4cf87;
  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;
}

.card-btn-row>a:not(:last-child) {
  margin-right: 20px;
}

.card-btn-row>a {
  margin-top: 10px;
}

.guarrantee-wrapper p {
  color: #848484;
}

.guarrantee-wrapper p:first-child {
  margin-bottom: 10px;
}

.slider-mob {
  display: none;
}

.breadcrumbs li[itemprop="itemListElement"]+li[itemprop="itemListElement"]::before {
  content: "/ ";
  margin: 0 .25rem;
}

.breadcrumbs .mobile-arrow svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.breadcrumbs .mobile-arrow {
  display: none;
}

.breadcrumbs li:hover {
  color: var(--yellow);
}

/* specs */

.device-title {
  font-weight: 700;
}

.specs__subtitle {
  margin-bottom: 40px;
}

.specs__subtitle h3 {
  font-weight: 600;
}

.feature-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.feature-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  margin: 20px;
  overflow: hidden;
}

.feature-img {
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.feature-content {
  margin-top: 20px;
}

.feature-name {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 20px;
  height: 55px;
}

.feature-text {
  min-height: 55px;
}

.specs__feature {
  margin-bottom: 100px;
}

@media (min-width: 768px) {

  .specs__accordion summary {
    pointer-events: none;
    cursor: default;
  }

  .specs__accordion summary::-webkit-details-marker,
  .specs__accordion summary::marker {
    display: none;
    content: none;
  }

  .specs__accordion>summary+* {
    display: block !important;
  }
}

/* spec table */

.table__inner {
  margin-bottom: 100px;
}

.table__inner td {
  width: 50%;
}

.table__inner table {
  width: 100%;
  height: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}

.table__inner table td {
  padding: 15px 30px;
}

.table__inner table td:first-child {
  font-weight: 700;
}

.table__inner table td:last-child {
  font-weight: 600;
}

.table__inner table td a {
  color: var(--yellow);
}

.table__inner table tr:nth-child(odd) {
  background: #f8f8f8;
}

/* specs complectation */

.specs__complectation {
  margin: 0 0 100px;
}

.complectation-item {
  border-radius: 5px;
  padding: 0 0 30px;
}

.complectation-img {
  margin-bottom: 20px;
}

.complectation-text {
  font-weight: bold;
  font-size: 20px;
}

/* specs accessories */

.specs__accessories {
  margin: 0 0 100px;
}

.accessories-inner {
  position: relative;
}

.accessories-inner .slick-slide {
  margin: 0 15px;
}

.accessories-inner .slick-list {
  margin: 0 -15px;
}

.accessories-item {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 0 15px;
  margin: 0 0 15px;
  overflow: hidden;
}

span.preorder_label {
  font-size: 16px;
  color: #F4CF87;
  font-weight: bold;
}

.accessories-img {
  width: 100%;
  height: 200px;
  text-align: center;
}

.accessories-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.accessories-title {
  font-weight: 600;
  margin: 20px 0;
  padding: 0 5px;
  text-align: center;
}

.accessories-tools {
  padding: 0 15px 15px;
  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;
}

/* specs  video */

.specs__video {
  margin: 0 0 100px;
}

.video-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.video-inner video {
  margin: 0 auto;
  z-index: 0;
  border-radius: 5px;
  cursor: pointer;
}

.video-inner iframe {
  margin: 0 auto;
  z-index: 0;
  border-radius: 5px;
  cursor: pointer;
}

.video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
}

/* question block */

.question__screen {
  margin: 30px 0 100px;
}

.question__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;
  margin-bottom: 10px;
}

.question__block {
  margin-bottom: 90px;
}

.question__action {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
  padding: 30px 30px 30px 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
}

.question__action:first-child .question-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 96px;
  flex: 0 0 96px;
  margin-right: 61px;
}

.question__action:last-child .question-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 152px;
  flex: 0 0 152px;
  margin-right: 61px;
}

.question-name {
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 22px;
}

.question-btn {
  width: 255px;
  height: 73px;
  background: #f4cf87;
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  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;
  text-align: center;
  cursor: pointer;
}

.question__people,
.question__reviews {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 20px 30px;
  margin-bottom: 20px;
}

.quest-name,
.repl-name,
.reviews-name {
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.quest-text,
.repl-text,
.reviews-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-left: 20%;
}

.quest-date,
.repl-date,
.reviews-date {
  font-size: 14px;
  line-height: 19px;
  color: #848484;
}

.quest-row,
.repl-row,
.reviews-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.people-item>div:not(:last-child) {
  margin-bottom: 30px;
}

/* reveiw */

.review__title {
  text-align: center;
}

.review__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.review__form * {
  font-family: "Open Sans", sans-serif;
}

.review__inner {
  padding: 30px 144px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}

.review__form label {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
}

.form__review--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.input-form-wrapper {
  position: relative;
}

.input-form-wrapper .error {
  border: 1px solid #FF3434;
}

.error {
  border: 1px solid #FF3434 !important;
}

div.input-form-wrapper input,
div.input-form-wrapper select {
  height: 71px;
}

.input-form-wrapper input,
.input-form-wrapper select,
.form-textarea--wrapper textarea {
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 33px;
  /* border: none; */
  font-size: 18px;
  color: var(--black);
}

.form-textarea--wrapper textarea {
  padding-top: 10px;
}

.form-textarea--wrapper {
  /* border: 1px solid #dcdcdc; */
  /* -webkit-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.1); */
  /* box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.1); */
  border-radius: 5px;
  height: 205px;
  overflow: hidden;
}

.form-review--item {
  -webkit-box-flex: 0;
  flex: 1 0 0;
}

.form-review--item:first-child {
  margin-right: 15px;
}

.form-review--btn {
  width: 230px;
  height: 73px;
  background: #f4cf87;
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  border: none;
  margin-top: 20px;
  margin-left: auto;
}

.review__block {
  display: none;
}

select.review-select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Safari, Chrome, Opera */
  -webkit-appearance: none;
}

select.review-select::-ms-expand {
  display: none;
}

.select-wrapper::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/little-arrowB.svg);
  display: block;
  background-size: cover;
  z-index: 1;
}

/* models */

.models__screen {
  margin: 0 0 125px;
}

/* popups */

.popup__layout {
  position: fixed;
  display: none;
  z-index: 20;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding-right: 17px;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  overflow-x: hidden;
  overflow-y: auto;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.popup-window {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.18);
  border-radius: 5px;
  z-index: 21;
  display: none;
}

.popup__in_stock .h5 {
  padding-left: 30px;
  font-size: 18px;
  min-width: 400px;
  max-width: 100%;
}

.popup__massage .h5 {
  padding-left: 15px;
  font-size: 18px;
}

.popup__massage svg {
  width: 20px;
}

.popup__massage .popup-cross {
  top: 3px;
  right: 10px;
}

/* .popup-window.popup__credit {
  display: block;
} */

/* .popup__login {
  display: none;
} */

.popup-title {
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  font-weight: 800;
  font-size: 28px;
  line-height: 38px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dcdcdc;
}

.popup-content {
  padding: 30px 40px;
}

.popup-title span {
  padding-left: 40px;
  padding-bottom: 40px;
  position: relative;
}

.form-inner {
  width: 510px;
}

.popup-title span::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #f4cf87;
  z-index: 1;
}

.popup-cross {
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
}

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

.popup__input img {
  position: absolute;
  top: 17px;
  right: 20px;
  width: unset;
  height: unset;
  display: none;
}

.popup__input>.error+img {
  display: block;
}

.popup__input>.error+img+.input-warn {
  display: block;
}

.input__group .label {
  color: #848484;
  margin-bottom: 15px;
  display: block;
}

.popup__input {
  width: 100%;
  position: relative;
}

.popup__input input {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* login */

.form-separator {
  margin-right: 22px;
  margin-left: 32px;
}

.input-warn {
  color: #ff3434;
  margin-top: 15px;
  display: none;
}

.input__group:not(:last-child) {
  margin-bottom: 20px;
}

.popup__check label {
  padding-left: 40px;
}

.popup__check {
  position: relative;
  color: #848484;
}

.popup__check .checkmark {
  height: 21px;
  width: 21px;
}

.popup__check label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.popup__check label:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.popup__check label input:checked~.checkmark {
  background: #2fb718;
}

.popup__check label input:checked~.checkmark:after {
  display: block;
}

.popup__check label .checkmark:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/checkbox.svg) no-repeat;
  background-size: cover;
  width: 13px;
  height: 10px;
}

.remember-pass {
  font-weight: 600;
  text-align: right;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #848484;
}

.remember-row {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popup__form--btn {
  margin: 30px 0 5px;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  width: 100%;
  height: 67px;
  background: #f4cf87;
  border-radius: 5px;
}

.auth-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 297px;
  height: 67px;
  background: #f5f5f5;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.auth-btn svg {
  margin-right: 12px;
}

div.label {
  margin-bottom: 22px;
  color: #848484;
}

.auth-btn:nth-child(2) {
  margin-bottom: 15px;
  color: #1e559c;
}

.auth-btn:nth-child(3) {
  color: #3c79e6;
}

.form-separator>div {
  width: 1px;
  height: 45%;
  background: #dcdcdc;
}

.form-separator {
  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;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

a.register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #f4cf87;
  width: 510px;
  margin-top: 30px;
}

.form-condition {
  margin-top: 15px;
  color: #848484;
}

.form-condition p:not(:last-child) {
  margin-bottom: 15px;
}

.form-condition a {
  text-decoration: underline;
  color: #245699;
}

input[name="phone"]::-webkit-input-placeholder {
  font-weight: bold;
  color: var(--black);
}

input[name="phone"]::-moz-placeholder {
  font-weight: bold;
  color: var(--black);
}

input[name="phone"]:-ms-input-placeholder {
  font-weight: bold;
  color: var(--black);
}

input[name="phone"]::-ms-input-placeholder {
  font-weight: bold;
  color: var(--black);
}

input[name="phone"]::placeholder {
  font-weight: bold;
  color: var(--black);
}

/* credit */

.credit-inner {
  width: 1316px;
}

.credit-row {
  width: 100%;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.credit-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 47px;
  position: relative;
  height: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
}

.credit-row:nth-child(odd) {
  background: #F8F8F8;
}

.credit-col:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
}

.credit-col span {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}

.credit-col img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}

.choose-btn {
  max-width: 270px;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  width: 160px;
  height: 50px;
  background: #F4CF87;
  border-radius: 5px;
  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;
  text-align: center;
}

.credit-select {
  position: relative;
  width: 159px;
  height: 50px;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  margin-left: 15px;
  background: transparent;
}

.credit-select select {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background: transparent;
  font-size: 18px;
  line-height: 26px;
}

.credit-select select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Safari, Chrome, Opera */
  -webkit-appearance: none;
}

.credit-select select::-ms-expand {
  display: none;
}

.credit-select::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/little-arrowB.svg);
  display: block;
  background-size: cover;
  z-index: 1;
}

.credit-text {
  margin-top: 40px;
  padding: 0 30px 30px;
}

.credit-text p:first-child {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 15px;
}

.credit-price {
  font-size: 22px;
  line-height: 25px;
}

.credit-price span {
  font-size: 30px;
  line-height: 40px;
}

/*  popup vlivk */

.popup__click .popup-cross {
  top: 15px;
  right: 20px;
}

.popup__click .popup-cross svg {
  width: 21px;
  height: 22px;
}

.popup__click .form-inner {
  width: 444px;
}

/* cart page */

/* cart header */

.cart-phone {
  font-weight: 600;
  position: relative;
}

.cart-phone br {
  display: none;
}

.cart-phone a {
  font-size: 17px;
  line-height: 30px
}

/* cart body */

.cart__inner {
  margin: 0 0 100px;
}

.cart__title--text {
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  padding-bottom: 40px;
}

.cart__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;
}

.cart__body {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 74.5%;
  flex: 0 0 74.5%;
}

.cart__sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
}

.is-order-page .cart__sidebar {
  flex: 0 0 30%;
}

.is-order-page .cart__body {
  flex: 0 0 68%;
}

.cart-body--item,
.cart__sidebar--inner {
  width: 100%;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
}

.cart__sidebar--inner {
  padding: 20px;
  position: sticky;
  top: 10px;
}

.cart-body--item {
  padding: 15px;
  position: relative;
}

.cart-delete {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.cart-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-content.order_block {}

.cart-content.order_block .cart-col:first-child {
  flex: 0 0 80%;
  margin: 0;
}

.cart-content.order_block .cart-col:last-child {
  flex: 0 0 20%;
  margin: 0;
  text-align: end;
}

.cart-delete svg {
  width: 40px;
  height: 40px;
}

.cart-img {
  width: 213px;
  height: 203px;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.cart-body--item .info-btn {
  margin: 0;
}

.info-btn.active svg {
  transform: rotate(180deg);
}

.info-btn svg {
  transition: transform .3s ease;
}

.cart-body--item .auction-info {
  margin: auto 0 0;
  width: 100%;
}

.cart-col {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.cart-name {
  font-size: 36px;
  line-height: 40px;
}

.cart-col:not(first-child) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cart-count--input {
  width: 125px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-count--input input {
  width: 60px;
  text-align: center;
  border-right: none;
  border-left: none;
}

.cart-count--input .button {
  width: 33px;
  background: #fff;
  display: block;
  text-align: center;
  cursor: pointer;
}

.cart-count--input>* {
  border: 1px solid #DCDCDC;
}

.cart-col:last-child {
  padding-right: 90px;
}

.cart-sidebar--title {
  font-size: 36px;
  line-height: 49px;
  font-weight: bold;
  margin-bottom: 20px;
}

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

.sidebar-row:first-child {
  margin-bottom: 15px;
}

.sidebar-row span:last-child {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  text-align: right;
}

.sidebar-row span:first-child {
  font-size: 20px;
  line-height: 27px;
}

.is-order-page .sidebar-row {
  margin-bottom: 15px;
}

.is-order-page .sidebar-row span:first-child {
  padding-right: 10px;
}

.is-order-page .sidebar-row span {
  width: auto;
}

.cart-sidebar--inner hr {
  height: 1px;
  width: 100%;
  background: #DCDCDC;
  margin: 30px 0;
}

.cart-sidebar--btn {
  width: 357px;
  height: 67px;
  background: #F4CF87;
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  margin: 30px auto 15px;
  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;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  line-height: 27px;
}

.cart-sidebar--inner p {
  font-size: 16px;
  line-height: 22px;
}

.cart-sidebar--inner p a {
  text-decoration: underline;
  color: var(--yellow);
}

.cart-body--item {
  margin-bottom: 30px;
}

.auction-info.m-info {
  display: none;
}

/* cart collapse */

.cart-collapse--item {
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  margin-bottom: 100px;
}

.cart-collapse-btn {
  height: 83px;
  background: #F0F0F0;
  border-radius: 5px 5px 0 0;
  position: relative;
  padding: 0 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  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;
  cursor: pointer;
}

.cart-collapse-btn svg {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.cart-collapse-block {
  padding: 30px 30px 15px;
  display: none;
}

.cart-collapse-block .accessories-item {
  margin-bottom: 15px;
  padding: 0;
}

.cart-collapse-block .accessories-title {
  font-size: 22px;
  line-height: 27px;
}

.cart-collapse-block .auction-rate {
  margin: 10px 0;
}

.cart-collapse-btn.collapsed svg {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

/* cart contact */

.cart-contacts {
  margin-bottom: 80px;
}

.input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.cart-contacts .input-row>div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
}

.cart-contacts .input-row .input__group label {
  color: var(--black);
  font-weight: 600;
}

/*  cart delivery */

.cart-delivery {
  margin-bottom: 100px;
}

.delivery-title .h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.delivery-title svg {
  margin: 0 27px;
}

.delivery-title a {
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #F4CF87;
}

#city-name-here {
  font-weight: 600;
  color: #F4CF87;
}

.cart-delivery--item {
  padding: 30px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
}

.cart-delivery--item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.checkbox-cart--wrapper {
  position: relative;
  width: 34px;
  height: 34px;
  border: 2px solid #282828;
  border-radius: 50%;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34px;
  flex: 0 0 34px;
}

.checkbox-cart--wrapper input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
}

.active.cart-delivery--item {
  border: 1px solid #F4CF87;
}

.active.cart-delivery--item .checkbox-cart--wrapper::after {
  background: #F4CF87;
}

.checkbox-cart--wrapper::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  z-index: 2;
}

.cart-delivery-price {
  margin-left: auto;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 155px;
  justify-content: center;
  text-align: center;
}

.cart-delivery-title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}

.cart-delivery-text {
  font-size: 16px;
  line-height: 22px;
  color: #848484;
}

.cart-delivery--item:nth-child(3) .cart-delivery-title {
  margin-bottom: 30px;
}

.cart-delivery--item .input-row {
  margin-bottom: 0;
  margin-left: 64px;
}

.cart-delivery--item .input__group:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
}

.cart-delivery--item .input__group:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24.5%;
  flex: 0 0 24.5%;
}

.cart-delivery--item .input__group:nth-child(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24.5%;
  flex: 0 0 24.5%;
}

.cart-delivery--item .block_more {
  display: none;
}

.active.cart-delivery--item .block_more {
  display: block;
}

.cart-delivery--content {
  width: 100%;
}

.delivery__scheme--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#map1 {
  display: none;
}

.cart-delivery--item__select {
  width: 100%;
  height: 63px;
  background: #F0F0F0;
  border-radius: 5px;
  position: relative;
  padding: 0 20px;
  margin: 30px 0;
}

.cart-delivery--item__select select {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  font-size: 18px;
  line-height: 25px;
  color: #282828;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.delivery-select select::-ms-expand {
  display: none;
}

.cart-delivery--item__select::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/little-arrowB.svg);
  display: block;
  background-size: cover;
  z-index: 1;
}

.delivery__scheme--inner ul {
  width: 340px;
}

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

.scheme-item:not(:last-child) {
  margin-bottom: 15px;
}

.scheme-item .day {
  text-align: start;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}

.scheme-item .hours {
  text-align: end;
  font-size: 22px;
  line-height: 30px;
}

.map {
  width: 50%;
  border-radius: 5px;
  overflow: hidden;
  min-height: 250px;
}

.map img {
  height: unset;
}

.cart-payment--item {
  padding: 24px 16px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
}

.cart-payment--item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.active.cart-payment--item {
  border: 1px solid #F4CF87;
}

.active.cart-payment--item .checkbox-cart--wrapper::after {
  background: #F4CF87;
}

/* comparison */

.comparison__screen {
  margin-bottom: 60px;
}

.comparison__screen .auction-tool.active::after {
  display: none;
}

.outline-btn {
  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: 235px;
  height: 67px;
  border: 1px solid #282828;
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
}

.outline-btn svg {
  margin-right: 10px;
}

.comparison__screen .auction-tools .auction-tool:first-child svg:last-child {
  display: block;
}

.comparison__screen .auction-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31.9%;
  flex: 0 0 31.9%;
}

.comparison__screen .auction-item:nth-child(n + 3) {
  margin-right: 0;
}

.comparison__screen .catalog__inner {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/*  comparison table */

.table__screen {
  margin-bottom: 100px;
}

.table__wrapper {
  border-top: 1px solid #DCDCDC;
}

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

.table__main--col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table__main--col span {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  max-width: 197px;
}

.table-ellipse {
  width: 50px;
  height: 50px;
  background: #F4CF87;
  border-radius: 50%;
  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-right: 25px;
}

.table-ellipse img {
  width: 30px;
  height: 30px;
}

.ms-pt {
  padding-top: 50px;
}

.table__mobile--type,
.table__mobile--title {
  display: none;
}

.table__mobile--row {
  width: calc(100% - 440px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table__striped--col {
  background: #F8F8F8;
}

.table__brief--col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31.9%;
  flex: 0 0 31.9%;
}

.table__com--col {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35.9%;
  flex: 0 0 35.9%;
}

.table--inner-col {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
}

.table--inner-col {
  padding-right: 20px;
  padding-left: 20px;
}

.table__main--col span.table-title {
  max-width: 300px;
}

.table-complectation {
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 50px;
}

.table--inner-col>a {
  width: 100%;
  max-width: 324px;
  margin-left: auto;
  margin-right: auto;
}

.table--inner-col>a:first-child {
  margin-bottom: 20px;
}

.mobile-comparison {
  display: none;
}

.comparison-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.com-img {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

.com-name {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}

.com-avail {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}

.com-content {
  margin-right: 40px;
}

.com-content .auction-price--text {
  margin: 20px 0 10px;
}

.available-m .com-avail {
  color: #31AA52;
}

.non-available .com-avail {
  color: #848484;
}

.ending-m .com-avail {
  color: #EB4132;
}

.com-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
}

.com-btn a:first-child {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* contacts */

.contacts__screen {
  margin-bottom: 100px;
}

.contacts__form {
  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;
}

.contacts-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
}

.order_block .contacts-column:first-child {
  flex: 0 0 40%;
}

.order_block .contacts-column:last-child {
  flex: 0 0 58%;
}

.order_block .quest-text {
  margin: 0;
}

.order_block .quest-date {
  margin: 0 0 5px 0;
  font-size: 15px;
}

.order_block .quest-date a {
  color: #f4cf87;
  font-weight: bold;
}

.order_block .quest-date a:hover {
  color: var(--black);
}

.order_block .answer-text {
  margin-left: 25px;
  margin-top: 15px;
}

.order_block .answer-text .answer {
  font-weight: 600;
}

.comments__user-item {
  margin-bottom: 35px;
}

.contacts-column table {
  width: 100%;
  text-align: left;
}

.contacts-column table a {
  color: #f4cf87;
  font-weight: bold;
}

.contacts-column table th,
.contacts-column table td {
  padding: 10px;
}

.contacts-column table a:hover {
  color: var(--black);
}

.contacts__form .input-row,
.contacts__form .input__group {
  width: 100%;
}

.contacts__form label,
.contacts__form .label {
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: var(--black);
}

.contacts__form .form-textarea {
  margin-bottom: 30px;
}

.contacts-label label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
}

.contacts-label label a {
  text-decoration: unset;
  color: var(--yellow);
}

/* Hide the browser's default checkbox */

.contacts-label label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
}

/* On mouse-over, add a grey background color */

.contacts-label label:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.contacts-label label input:checked~.checkmark {
  background: #2fb718;
}

.contacts-label label input:checked~.checkmark:after {
  display: block;
}

.contacts-label label .checkmark:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/checkbox.svg) no-repeat;
  background-size: cover;
  width: 13px;
  height: 10px;
}

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

.captcha-block {
  font-weight: 600;
  margin-right: 20px;
  color: #bb954c;
  font-size: 20px;
}

.contacts-captcha input {
  width: 140px;
  height: 43px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  -webkit-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 0px 20px;
}

.contacts__form--btn {
  margin-top: 25px;
  width: 230px;
  height: 73px;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  background: #F4CF87;
  border-radius: 5px;
  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;
}

.contacts-column .specs__subtitle {
  margin-bottom: 20px;
}

.contacts-column .specs__subtitle h3 {
  font-weight: bold;
}

.contacts__content:not(:last-child) {
  margin-bottom: 30px;
}

.contacts__content--title {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  padding-left: 21px;
  position: relative;
  color: #282828;
  margin-bottom: 15px;
}

.contacts__content--title svg {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contacts__content--inner p {
  margin-bottom: 15px;
}

.contacts__content--inner p:nth-child(2) {
  margin-bottom: 25px;
}

.contacts-column .input-form-wrapper input {
  -webkit-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.1);
}

/*  map  */

#map {
  margin-bottom: 80px;
  width: 100%;
  height: 529px;
  border-radius: 5px;
}

/* new  */

.card-tools a.active::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/check.svg) no-repeat;
  background-size: cover;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.card-tools a:first-child:hover svg:first-child {
  display: none;
}

.card-tools a:first-child:hover svg:last-child {
  display: block;
}

/* .card-tools a:first-child svg:last-child {
  margin-right: 15px;
} */

.card-tools a:first-child svg:last-child {
  display: none;
}

.card-tools a.active path {
  fill: var(--yellow);
}

/* .card-tools a.active:first-child svg:last-child {
  display: block;
}
.card-tools a.active:first-child svg:first-child {
  display: none;
} */

.ui-effects-transfer.transfer_class {
  z-index: 9;
}