.contacts-map {
  margin-top: 90px;
  margin-bottom: 100px;
}
.top-contacts-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.choose-view-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.choose-view-kind {
  margin-left: 10px;
  font-size: 14px;
  position: relative;
  height: 50px;
  line-height: 48px;
  text-align: center;
  width: 115px;
  position: relative;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid var(--brown);
}
.choose-view-kind.active {
  background-color: var(--brown);
  color: var(--light-beige);
}
.choose-view-wrap .choose-view-kind:first-child {
  margin-left: 0;
}
.contacts-tab {
  display: none;
}
.contacts-tab.active {
  display: block;
}
.contacts-list {
  margin-top: 35px;
}
.contacts-list tr {
  border-bottom: 1px solid #cebcb1;
}
.contacts-list tr:last-child {
  border-bottom: none;
}
.contacts-list td {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 14px;
  line-height: 1.4;
}
.contacts-list tr:first-child td {
  padding-top: 0;
}
.contacts-list-nmbr {
  text-align: left;
  width: 50px;
}
.contacts-list-name {
  text-align: left;
  font-weight: 600;
  padding-right: 50px;
  max-width: 200px;
}
.contacts-list-addr {
  text-align: left;
  padding-right: 50px;
  max-width: 350px;
}
.contacts-list-addr > div {
  margin-bottom: 10px;
}
.contacts-list-addr > div:last-child {
  margin-bottom: 0;
}
.contacts-list-assort {
  text-align: left;
  padding-right: 50px;
  max-width: 200px;
}
.contacts-list-assort p {
  margin-bottom: 10px;
}
.contacts-list-assort p:last-child {
  margin-bottom: 0;
}
.contacts-list-addr .table-phone {
  white-space: nowrap;
}
.contacts-list-timetable {
  text-align: right;
  font-size: 16px;
  white-space: nowrap;
}
.contacts-list-timetable > div {
  margin-bottom: 10px;
}
.contacts-list-timetable > div:last-child {
  margin-bottom: 0;
}
.e-new-catalogue-category {
  font-size: 14px;
  color: #423f52;
  font-weight: 600;
  width: 409px;
  float: none;
  position: relative;
}
.e-new-category-act {
  display: flex;
  align-items: center;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 50px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  background-color: var(--brown);
  padding-left: 20px;
  cursor: pointer;
  z-index: 2;
  width: 409px;
  color: var(--light-beige);
  font-size: 14px;
}
.e-new-act-label {
  margin-right: 5px;
  white-space: nowrap;
  color: #cbc2b6;
}
.e-new-category-act-hover .e-new-act-label {
  color: var(--light-brown);
}
.e-new-act-name {
  color: var(--light-beige);
  margin-right: 38px;
  font-weight: 600;
}
.e-new-category-act-hover .e-new-act-name {
  color: var(--light-brown);
}
.e-new-category-act > i {
  font-size: 12px;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 42px;
  text-align: center;
  background-color: var(--light-beige);
  color: var(--brown);
  cursor: pointer;
  right: 4px;
  top: 4px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--light-beige);
}
.e-new-category-act > i:hover {
  color: #fff;
  background-color: var(--brown);
  border-color: #fff;
}
.e-new-category-wrap {
  background-color: var(--white-beige);
  position: absolute;
  top: 20px;
  z-index: 3;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 0 20px 0;
  display: none;
  border: 1px solid var(--brown);
  width: 409px;
}
.e-new-category-wrap > div {
  display: flex;
  width: 100%;
  padding: 0 20px;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.e-new-category-wrap > div > ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.e-new-category-wrap li {
  color: var(--brown);
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding: 0;
  line-height: 1;
  margin-bottom: 10px;
}
.e-new-category-wrap li:hover {
  color: #cbc2b6;
}
.e-new-category-wrap li.active {
  font-weight: 700;
}
.e-new-category-wrap li.active:hover {
  color: var(--brown);
}

.e-new-category-act-hover {
  background-color: var(--light-beige);
  color: var(--brown);
  border-color: var(--light-beige);
  border: 1px solid var(--brown);
  position: relative;
  z-index: 4;
}
.e-new-category-act-hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  top: 0;
  left: 0px;
  z-index: -1;
  background-color: var(--white-beige);
}
.e-new-category-act-hover:after {
  content: "";
  position: absolute;
  width: calc(100% - 35px);
  left: 20px;
  top: 100%;
  margin-top: 2px;
  background-color: var(--brown);
  height: 1px;
}
.contacts-map-wrap {
  position: relative;
}
.contacts-map-item {
  width: 100%;
  height: 470px;
  content: "";
  background-color: var(--light-brown);
}
.contacts-map-list {
  position: absolute;
  width: 320px;
  height: 410px;
  top: 50%;
  margin-top: -205px;
  left: 30px;
  background-color: var(--white-beige);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.28);
  z-index: 1;
}
#map {
  height: 100%;
}
.dealer-item {
  display: flex;
  padding: 10px 20px 15px;
  font-size: 14px;
  color: var(--old-brown);
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.4;
}
.dealer-item.active {
  background-color: var(--brown);
  color: var(--white-beige);
}
.dealer-item.active:hover {
  color: var(--white-beige);
}
.dealer-item:hover {
  color: var(--brown);
}
.dealer-item:first-child {
  padding-top: 20px;
}
.dealer-item:last-child {
  padding-bottom: 20px;
}
.dealer-item-number {
  margin-right: 20px;
}
.dealer-item-organization {
  font-weight: 600;
  margin-bottom: 10px;
}
#map [class*="default-cluster"] > ymaps {
  color: var(--white-beige);
}
#map [class*="balloon__tail"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: -18px;
}
#map [class*="balloon__tail"]:after {
  background: var(--white-beige);
}
#map [class*="balloon_layout_normal"] {
  padding: 0 0 1px;
  -webkit-box-shadow: 0 0 12px 0 rgba(66, 43, 32, 0.07);
  -moz-box-shadow: 0 0 12px 0 rgba(66, 43, 32, 0.07);
  box-shadow: 0 0 12px 0 rgba(66, 43, 32, 0.07);
}
#map [class*="balloon__layout"] {
  background: var(--white-beige);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#map [class*="balloon__content"] {
  background: transparent;
  padding: 0px;
}
#map [class*="balloon__close"] + [class*="balloon__content"] {
  margin-right: 0;
}
.map-info-window {
  max-width: 300px;
  font-size: 14px;
  font-family: var(--mont);
  padding-bottom: 15px;
  color: var(--brown);
}
.map-info-window > div {
  padding: 0 15px;
  margin-bottom: 10px;
}
.map-info-window > .point-name {
  background-color: var(--brown);
  padding: 10px 25px 10px 15px;
  color: var(--white-beige);
  font-weight: 600;
  margin-bottom: 15px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#map [class*="balloon__close-button"] {
  background: none;
  font-family: "icomoon" !important;
  width: 14px;
  height: 14px;
  color: var(--white-beige);
  margin-top: 5px;
  margin-right: 5px;
  opacity: 0.6;
  font-size: 14px;
}
#map [class*="balloon__close-button"]:before {
  content: "\e912";
}
.point-tc {
  text-transform: uppercase;
}
.main-contacts {
  margin-top: 35px;
}
.main-contacts-cont {
  display: flex;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  overflow: hidden;
  background: var(--brown);
  padding-left: 110px;
}
.cont-first-screen-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 140%;
  color: var(--light-beige);
}
  .cont-first-screen-img img {
    height: 500px;
    width: auto;
  }
   .cont-first-screen-img {
    width: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.show-room {
  margin-bottom: 50px;
}
.main-cont-item span {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
.add-contacts {
  margin-top: 90px;
}
.add-contacts-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
.add-contacts-cont > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
gap: 40px;
}
.add-cont-item {
  margin-bottom: 40px;
}
.add-cont-item:last-child {
  margin-bottom: 0;
}
.main-contacts-mail a {
  font-weight: 600;
  color: var(--brown);
  display: block;
}
.add-contacts i {
  font-size: 32px;
}
.add-contacts a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: table;
  color: var(--brown);
}
.add-contacts a:hover {
  color: var(--light-brown);
}
.main-contacts-phones a {
  font-weight: 600;
  margin-bottom: 10px;
  display: table;
}
.add-cont-icons {
  display: flex;
}
.add-cont-icons a {
  margin-right: 10px;
}
.add-cont-item.messengers .semibold {
  margin-bottom: 10px;
}
.main-contacts-social span {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-contacts-social a {
  margin-bottom: 10px;
}
.semibold {
  font-weight: 600;
}
.online-shops {
  margin-top: 75px;
}
.online-shops h2 {
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  margin-top: 20px;
}
.online-shops h2:first-child {
  margin-top: 0;
}
.online-shop-item a {
  color: var(--brown);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: table;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.online-shop-item a:hover {
  color: #cbc2b6;
}
.online-shop-item a i {
  font-size: 12px;
  margin-right: 10px;
}
.mob-cont-wrap {
  width: 100%;
}
.mob-cont-title {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 38px;
  font-size: 16px;
  font-weight: 600;
  background-color: #f3f3f3;
  padding: 0 20px;
}
.mob-cont-title i {
  font-size: 10px;
}
.mob-cont {
  width: 100%;
  display: block;
}
.mob-cont-wrap.active .mob-cont-title {
  background-color: #fff;
}
.mob-cont-wrap.active .mob-cont-title i:before {
  content: "\e916";
}
.main-contacts-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.main-contacts-cont-wrap {
  width: 100%;
  min-width: 430px;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.main-contacts-cont .mob-cont > div {
  display: flex;
  justify-content: space-between;
}
.main-contacts-cont .plyr__poster {
  -webkit-background-size: cover;
  background-size: cover;
}
.first-column {
  margin-bottom: 37px;
}
.contacts-title-container {
  display: none;
}
.product-video-not-supported {
  background-color: #fff;
  margin: 20px 20px 0;
  padding: 20px;
  font-size: 16px;
}
.product-video-not-supported a {
  color: var(--brown);
  text-decoration: underline;
}
.dealer-item-assort {
  margin-top: 10px;
  color: var(--brown);
  font-size: 12px;
  opacity: 0.4;
}
.dealer-item.active .dealer-item-assort {
  color: var(--white-beige);
}
.point-assort {
  color: var(--brown);
  opacity: 0.4;
  font-size: 12px;
}
@media screen and (max-width: 1500px) {
  .contacts-map-item {
    height: 440px;
  }
  .contacts-map-list {
    height: 380px;
    margin-top: -200px;
  }
}
@media screen and (max-width: 1350px) {
  .main-contacts-cont {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .main-contacts-cont {
    padding: 0;
  }
  .cont-first-screen-txt {
    padding-left: 40px;
  }
  .cont-first-screen-img {
    width: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cont-first-screen-img img {
    height: 500px;
    width: auto;
  }
  .cont-title {
    font-size: 24px;
  }
  .main-contacts {
    font-size: 14px;
  }
  .add-contacts {
    margin-top: 50px;
    font-size: 14px;
  }
  .add-contacts-cont {
    max-width: 100%;
    padding: 0 10%;
  }
  .main-contacts-mail {
    margin-right: 12%;
  }
  .contacts-list td {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contacts-list-name {
    padding-right: 20px;
  }
  .contacts-list-assort {
    padding-right: 20px;
  }
  .contacts-list-addr {
    padding-right: 20px;
  }
  .contacts-list-timetable {
    white-space: unset;
  }
}
@media screen and (max-width: 1050px) {
  .cont-first-screen-txt {
    width: 50%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cont-first-screen-img {
    width: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .add-contacts-cont {
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 800px) {
  .cont-title {
    display: none;
  }
  .main-contacts {
    font-size: 16px;
    margin-top: 0;
  }
  .main-contacts .container {
    padding: 0;
  }
  .main-contacts-cont {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    flex-direction: column-reverse;
  }
  .cont-first-screen-txt {
    width: 100%;
    padding: 50px 20px 70px;
  }
  .cont-first-screen-img {
    width: 100%;
    height: 380px;
  }
  .cont-first-screen-img img {
    width: 100%;
    -webkit-height: fit-content;
    -moz-height: fit-content;
    height: fit-content;
    min-height: 100%;
  }
  .show-room {
    margin-bottom: 30px;
  }
  .add-contacts-cont {
    padding: 0;
  }
  .main-contacts-mail {
    margin-right: 10%;
  }
  .contacts-map {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .contacts-tab[data-val="list"] {
    overflow-x: scroll;
    width: calc(100% + 44px);
    margin-left: -22px;
    padding-left: 22px;
  }
  .contacts-list-timetable {
    padding-right: 22px;
  }
}
@media screen and (max-width: 700px) {
  .main-contacts-mail {
    margin-right: 0;
    order: 3;
  }
  .add-contacts-cont {
    flex-direction: column;
  }
  .main-contacts-phones {
    order: 1;
  }
  .add-contacts-cont > div.main-contacts-social {
    order: 2;
    flex-direction: row;
    justify-content: flex-start;
  }
  .main-contacts-social .add-cont-item:first-child {
    margin-right: 40px;
  }
  .add-cont-item:last-child {
    margin-bottom: 40px;
  }
  .contacts-map-list {
    display: none;
  }
  .top-contacts-panel {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .choose-reg-wrap {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .cont-first-screen-img {
    height: 270px;
  }
  .main-contacts {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .main-contacts-cont-wrap {
    min-width: auto;
  }
  .contacts-map-wrap {
    width: calc(100% + 44px);
    margin-left: -22px;
  }
  .choose-reg-wrap {
    width: 100%;
  }
  .e-new-catalogue-category {
    max-width: 100%;
  }
  .e-new-category-act {
    max-width: 100%;
  }
  .e-new-category-wrap {
    max-width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .cont-first-screen-img img {
    width: auto;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
  }
  .cont-first-screen-txt {
    padding: 20px 20px 40px;
  }
  .add-contacts {
    margin-top: 40px;
  }
  .map-info-window {
    max-width: 400px;
  }
}
