/*----------------- results-slc ---------------------*/

.results-slc {
  padding: 45px 0;
}

.results-slc__title {
  margin: 0 0 35px;
  color: #222222;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
}

.results-slc__title span {
  margin-left: 5px;
  font-weight: 400;
}

/*----------------- select-table ---------------------*/

.select-table__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 0;
  background-color: #f1f4fb;
}

.select-table__header span {
  padding: 7px 15px;
  border-left: 1px solid #dfe1e6;
  color: #222222;
  font-size: 11px;
  font-weight: 600;
}

.select-table__header span:first-child {
  width: 140px;
  border-left: none;
}

.select-table__header span:nth-child(2) {
  width: 160px;
}

.select-table__header span:nth-child(3) {
  width: 175px;
}

.select-table__header span:nth-child(4) {
  width: 625px;
}

.select-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-bottom: 2px solid #f1f4fb;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.select-table__item:hover {
  background-color: #f2f2f4;
}

.select-table__item:hover span {
  color: #222222;
}

.select-table__item p {
  margin: 0;
  padding: 0 15px;
}

.select-table__item p:first-child {
  width: 140px;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.select-table__item p:nth-child(2) {
  width: 160px;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.52px;
  text-transform: uppercase;
}

.select-table__item p:nth-child(3) {
  width: 175px;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.select-table__item p:nth-child(4) {
  width: 625px;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
}

.select-table__item p:nth-child(5) {
  color: #222222;
  font-size: 13px;
  font-weight: 500;
}

.select-table__item p span {
  display: none;
}

/*----------------- parts ---------------------*/

.parts {
  padding: 45px 0;
}

.parts__header {
  margin-bottom: 50px;
}

.parts__title {
  margin: 0 0 20px;
  color: #222222;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
}

.parts__title span {
  margin-left: 5px;
  font-weight: 400;
}

.parts__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.parts__info p {
  margin: 0 20px 10px 0;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
}

.parts__info p span {
  margin-left: 3px;
  font-weight: 600;
}

.parts__nav {
  position: relative;
  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: 40px;
  border-bottom: 1px solid #babfcc;
}

.parts__nav ul {
  margin: 0;
  padding: 0;
  position: relative;
  top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.parts__nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.parts__nav ul li {
  margin-right: 80px;
}

.parts__nav ul li:last-child {
  margin-right: 0;
}

.parts__nav ul li a {
  display: block;
  padding-bottom: 15px;
  border-bottom: 4px solid transparent;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.parts__nav ul li a:hover {
  color: #ff8000;
}

.parts__nav ul li.active a {
  border-bottom-color: #ff8000;
  font-weight: 600;
}

.parts__nav form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 350px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #95989a;
  overflow: hidden;
}

.parts__nav form button {
  width: 34px;
  height: 100%;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.parts__nav form button svg {
  width: 20px;
  height: 20px;
  fill: #222222;
}

.parts__nav form input {
  width: calc(100% - 34px);
  height: 100%;
  border: none;
  padding-left: 10px;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
}

.parts__tab {
  display: none;
}

.parts__tab.active {
  display: block;
}

.parts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.parts__left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.333333333333336% - 30px);
  max-width: 354px;
}

.parts__right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(66.66666666666667% - 30px);
  padding-left: 20px;
}

/*----------------- parts-menu ---------------------*/

.parts-menu ul {
  margin: 0;
  padding: 0;
}

.parts-menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.parts-menu ul > li {
  margin-bottom: 2px;
}

.parts-menu ul > li > a {
  display: block;
  padding: 7px 10px 7px 25px;
  color: #222222;
  font-size: 12px;
  font-weight: 500;
  background-color: #f1f4fb;
  background-image: url('/content/files/images/icons/icons/arr-down-grey.png');
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 7px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.parts-menu ul > li > a:hover {
  background-color: #848b9d;
  color: #fff;
}

.parts-menu ul > li > a.toggle {
  background-image: url('/content/files/images/icons/icons/arr-down-grey.png');
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 7px;
}

.parts-menu ul > li > a.open {
  background-color: #848b9d;
  color: #fff;
}

.parts-menu ul > li > a.open.toggle {
  background-image: url('/content/files/images/icons/icons/arr-up-white.png');
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 7px;
}

/*----------------- parts-second ---------------------*/

ul.parts-second {
  display: none;
}

ul.parts-second > li {
  margin-left: 20px;
  margin-bottom: 0;
}

ul.parts-second > li > a {
  display: block;
  padding: 4px 5px 4px 20px;
  color: #222222;
  font-size: 12px;
  font-weight: 500;
  background-color: #fff;
  background-image: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

ul.parts-second > li > a:hover {
  background-color: #848b9d;
  color: #fff;
}

ul.parts-second > li > a.toggle {
  background-image: url('/content/files/images/icons/icons/arr-down-grey.png');
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 7px;
}

ul.parts-second > li > a.open {
  background-color: #848b9d;
  color: #fff;
}

ul.parts-second > li > a.open.toggle {
  background-image: url('/content/files/images/icons/icons/arr-up-white.png');
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 7px;
}

/*----------------- parts-rslt ---------------------*/

.parts-rslt {
  margin-bottom: 30px;
}

.parts-rslt__title {
  margin: 0 0 20px;
  color: #222222;
  font-size: 20px;
  font-weight: 500;
}

.parts-rslt__section {
  margin-bottom: 40px;
}

.parts-rslt__name {
  margin-bottom: 20px;
  padding: 11px 10px;
  background-color: #f1f4fb;
}

.parts-rslt__name p {
  margin: 0;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.parts-rslt__name p span {
  text-transform: none;
}

.parts-rslt__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.parts-rslt__img {
  width: 150px;
  height: 210px;
  margin-right: 20px;
  padding: 5px;
  border: 1px solid #848b9d;
  background-color: #ffffff;
}

.parts-rslt__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top center;
  object-position: top center;
}

.parts-rslt__info {
  width: calc(100% - 170px);
}

.parts-rslt__txt {
  margin: 0 0 18px;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
}

.parts-rslt__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 23px;
}

.parts-rslt__item p:first-child {
  width: 67px;
  margin: 0;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
}

.parts-rslt__item p:nth-child(2) {
  width: 495px;
  margin: 0;
}

.parts-rslt__item p:nth-child(2) a {
  color: #006dd9;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(0, 109, 217, 0.25);
  text-decoration-color: rgba(0, 109, 217, 0.25);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.parts-rslt__item p:nth-child(2) a:hover {
  color: #ff8000;
  -webkit-text-decoration-color: rgba(255, 128, 0, 0.25);
  text-decoration-color: rgba(255, 128, 0, 0.25);
}

.parts-rslt__item p:nth-child(3) {
  margin: 0;
}

.parts-rslt__item p:nth-child(3) a {
  color: #006dd9;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(0, 109, 217, 0.25);
  text-decoration-color: rgba(0, 109, 217, 0.25);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.parts-rslt__item p:nth-child(3) a:hover {
  color: #ff8000;
  -webkit-text-decoration-color: rgba(255, 128, 0, 0.25);
  text-decoration-color: rgba(255, 128, 0, 0.25);
}

/*----------------- contacts-info ---------------------*/

.contacts-info {
  margin-bottom: 75px;
  padding-top: 0px;
}

.contacts-info__title {
  margin: 0 0 50px;
  color: #222222;
  font-size: 25px;
  font-weight: 600;
}

.contacts-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.contacts-info__left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(58.333333333333336% - 30px);
}

.contacts-info__right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(41.66666666666667% - 30px);
}

.contacts-info__img {
  display: block;
  border-radius: 4px;
}

.contacts-info__tel-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.contacts-info__tel-lg svg {
  width: 10px;
  height: 10px;
  margin-right: 13px;
  margin-top: 5px;
  fill: #222222;
}

.contacts-info__tel-lg span {
  width: calc(100% - 23px);
  color: #222222;
  font-size: 14px;
  font-weight: 400;
}

.contacts-info__tel-lg span a {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
}

.contacts-info__office h3 {
  display: none;
  margin: 0 0 20px;
  color: #222;
  font-size: 14px;
  font-weight: 600;
}

.contacts-info__addr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.contacts-info__addr svg {
  width: 8px;
  height: 11px;
  margin-right: 15px;
  margin-top: 4px;
  fill: #222222;
}

.contacts-info__addr span {
  width: calc(100% - 23px);
  color: #222222;
  font-size: 14px;
  font-weight: 400;
}

.contacts-info__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.contacts-info__tel svg {
  width: 10px;
  height: 10px;
  margin-right: 13px;
  margin-top: 4px;
  fill: #222222;
}

.contacts-info__tel a {
  width: calc(100% - 23px);
  color: #222222;
  font-size: 14px;
  font-weight: 400;
}

.contacts-info__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.contacts-info__email svg {
  width: 10px;
  height: 8px;
  margin-right: 13px;
  margin-top: 6px;
  fill: #222222;
}

.contacts-info__email a {
  width: calc(100% - 23px);
  color: #222222;
  font-size: 14px;
  font-weight: 400;
}

.contacts-info__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.contacts-info__time svg {
  width: 11px;
  height: 11px;
  margin-right: 12px;
  margin-top: 4px;
  fill: #222222;
}

.contacts-info__time div {
  width: calc(100% - 23px);
  color: #222222;
  font-size: 14px;
  font-weight: 400;
}

.contacts-info__time div p {
  margin: 0 0 10px;
}

.contacts-info__time div p span {
  display: inline-block;
  width: 100px;
}

.contacts-info__details {
  margin-bottom: 20px;
}

.contacts-info__details h3 {
  margin: 0 0 20px;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
}

.contacts-info__details p {
  margin: 0 0 10px;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
}

/*----------------- points ---------------------*/

.points {
  padding-bottom: 50px;
}

.points__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.points__title {
  margin: 0 0 40px;
  color: #222222;
  font-size: 25px;
  font-weight: 600;
}

.points__map {
  height: 480px;
  margin-bottom: 40px;
}

.points__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.points__menu {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: 320px;
}

.points__menu ul {
  margin: 0;
  padding: 0;
}

.points__menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.points__menu ul li {
  margin-bottom: 2px;
}

.points__menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
  padding: 0 10px 0 20px;
  background-color: #f1f4fb;
  background-image: url('/content/files/images/icons/icons/arr-right-white.svg');
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 0;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
}

.points__menu ul li.active a {
  padding-left: 39px;
  color: #ffffff;
  font-weight: 500;
  background-color: #006dd9;
  background-size: 5px 7px;
}

.points__menu ul li.points__select {
  display: none;
}

.points__tabs {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 380px);
  padding-left: 30px;
}

.points__tab {
  display: none;
}

.points__tab.active {
  display: block;
}

/*----------------- points-section ---------------------*/

.points-section__title {
  margin: 0 0 45px;
  color: #222222;
  font-size: 24px;
  font-weight: 500;
}

.points-section__item {
  margin-bottom: 50px;
  padding-bottom: 35px;
  padding-left: 26px;
  border-bottom: 1px solid #dfe1e6;
}

.points-section__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.points-section__name {
  position: relative;
  margin: 0 0 23px;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
}

.points-section__name::before {
  content: '';
  position: absolute;
  left: -26px;
  top: calc(50% - 3px);
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ff8000;
}

.points-section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  max-width: 640px;
  margin-bottom: 20px;
}

.points-section__left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(58.333333333333336% - 30px);
}

.points-section__right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(41.66666666666667% - 30px);
}

.points-section__addr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.points-section__addr svg {
  width: 8px;
  height: 11px;
  margin-right: 15px;
  margin-top: 4px;
  fill: #222222;
}

.points-section__addr span {
  width: calc(100% - 23px);
  color: #222222;
  font-size: 14px;
  font-weight: 400;
}

.points-section__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.points-section__tel svg {
  width: 10px;
  height: 10px;
  margin-right: 13px;
  margin-top: 4px;
  fill: #222222;
}

.points-section__tel a {
  width: calc(100% - 23px);
  color: #222222;
  font-size: 14px;
  font-weight: 400;
}

.points-section__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.points-section__email svg {
  width: 10px;
  height: 8px;
  margin-right: 13px;
  margin-top: 6px;
  fill: #222222;
}

.points-section__email a {
  width: calc(100% - 23px);
  color: #222222;
  font-size: 14px;
  font-weight: 400;
}

.points-section__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.points-section__time svg {
  width: 11px;
  height: 11px;
  margin-right: 12px;
  margin-top: 4px;
  fill: #222222;
}

.points-section__time div {
  width: calc(100% - 23px);
  color: #222222;
  font-size: 14px;
  font-weight: 400;
}

.points-section__time div p {
  margin: 0 0 10px;
}

.points-section__time div p span {
  display: inline-block;
  width: 100px;
}

.points-section__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.points-section__gallery a {
  width: 200px;
  height: 120px;
  border-radius: 4px;
  margin-right: 20px;
  margin-bottom: 15px;
  overflow: hidden;
}

.points-section__gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*----------------- yourpoint ---------------------*/

.yourpoint {
  padding: 45px 0 40px;
}

.yourpoint__title {
  margin: 0 0 30px;
  color: #222222;
  font-size: 25px;
  font-weight: 600;
}

.yourpoint__info {
  margin-bottom: 20px;
  padding: 35px 45px 30px;
  background-color: #f1f4fb;
}

.yourpoint__map {
  height: 480px;
}



@media screen and (max-width: 1279px) {
	.select-table__header span:first-child {
    width: 110px;
  }

  .select-table__header span:nth-child(2) {
    width: 125px;
  }

  .select-table__header span:nth-child(3) {
    width: 135px;
  }

  .select-table__header span:nth-child(4) {
    width: 460px;
  }

  .select-table__item p:first-child {
    width: 110px;
  }

  .select-table__item p:nth-child(2) {
    width: 125px;
  }

  .select-table__item p:nth-child(3) {
    width: 135px;
  }

  .select-table__item p:nth-child(4) {
    width: 460px;
  }

  .parts__left {
    width: calc(41.66666666666667% - 30px);
  }

  .parts__right {
    width: calc(58.333333333333336% - 30px);
  }

  .parts__right {
    padding-left: 0;
  }

  .parts-rslt__item p:first-child {
    width: 100%;
  }

  .parts-rslt__item p:nth-child(2) {
    width: 100%;
  }

  .points__menu {
    width: calc(33.333333333333336% - 30px);
  }

  .points__tabs {
    width: calc(66.66666666666667% - 30px);
  }

  .points__tabs {
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
	.select-table__header {
    display: none;
  }

  .select-table__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 0;
    margin-bottom: 15px;
    background-color: #f2f2f4;
    border-bottom: none;
  }

  .select-table__item p {
    padding: 5px 10px;
  }

  .select-table__item p:first-child {
    width: 100%;
  }

  .select-table__item p:nth-child(2) {
    width: 100%;
  }

  .select-table__item p:nth-child(3) {
    width: 100%;
  }

  .select-table__item p:nth-child(4) {
    width: 100%;
  }

  .select-table__item p:nth-child(5) {
    width: 100%;
  }

  .select-table__item p span {
    display: inline-block;
    margin-right: 10px;
    text-transform: none;
    font-weight: 600;
  }

  .parts__nav ul {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .parts__nav form {
    margin-bottom: 20px;
  }

  .contacts-info__left {
    width: calc(100% - 30px);
  }

  .contacts-info__right {
    display: none;
  }

  .points__map {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .points__row {
    margin-bottom: 30px;
  }

  .points__menu {
    width: calc(100% - 30px);
  }

  .points__menu {
    margin-bottom: 34px;
  }

  .points__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 320px;
    width: 100%;
    border: 1px solid #95989a;
    border-radius: 4px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-image: url('/content/files/images/icons/icons/arr-down.svg');
    background-position: right 10px top 15px;
    background-size: 7px 5px;
    overflow: hidden;
  }

  .points__menu ul li {
    display: none;
    margin-bottom: 0;
  }

  .points__menu ul li.points__all {
    display: none!important;
  }

  .points__menu ul li a {
    height: 34px;
    padding: 0 10px;
    background-color: transparent;
    font-size: 13px;
    font-weight: 500;
  }

  .points__menu ul li.active {
    display: block;
  }

  .points__menu ul li.active a {
    padding-left: 10px;
    color: #222222;
    background-color: transparent;
  }

  .points__menu ul li.points__select {
    display: block;
    cursor: pointer;
  }

  .points__tabs {
    width: calc(100% - 30px);
  }

  #all {
    display: none;
  }

  .yourpoint__info {
    padding: 25px 20px 30px;
  }
}

@media screen and (max-width: 767px) {
	.parts__left {
    width: calc(100% - 30px);
  }

  .parts__left {
    margin-bottom: 40px;
  }

  .parts__right {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 666px) {
	.parts__nav ul li {
    margin-right: 30px;
  }

  .parts__nav ul li a {
    padding-bottom: 10px;
    font-size: 14px;
  }

  .points-section__left {
    width: calc(100% - 30px);
  }

  .points-section__right {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 567px) {
	.results-slc {
    padding: 30px 0;
  }

  .results-slc__title {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .select-table__item p:first-child {
    font-size: 12px;
  }

  .select-table__item p:nth-child(2) {
    font-size: 12px;
  }

  .select-table__item p:nth-child(3) {
    font-size: 12px;
  }

  .select-table__item p:nth-child(4) {
    font-size: 12px;
  }

  .select-table__item p:nth-child(5) {
    font-size: 12px;
  }

  .parts {
    padding: 30px 0;
  }

  .parts__header {
    margin-bottom: 30px;
  }

  .parts__title {
    font-size: 16px;
  }

  .parts-rslt__title {
    font-size: 16px;
  }

  .contacts-info {
    padding-top: 0px;
    padding-bottom: 40px;
    margin-bottom: 0;
  }

  .contacts-info__title {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .contacts-info__tel-lg svg {
    display: none;
  }

  .contacts-info__tel-lg span {
    font-size: 12px;
  }

  .contacts-info__tel-lg span a {
    display: block;
    color: #006dd9;
    font-size: 20px;
    font-weight: 700;
  }

  .contacts-info__office h3 {
    display: block;
  }

  .contacts-info__addr {
    margin-bottom: 5px;
  }

  .contacts-info__addr span {
    font-size: 12px;
    font-weight: 500;
  }

  .contacts-info__tel {
    margin-bottom: 5px;
  }

  .contacts-info__tel a {
    font-size: 12px;
    font-weight: 500;
  }

  .contacts-info__email {
    margin-bottom: 15px;
  }

  .contacts-info__email a {
    font-size: 12px;
    font-weight: 500;
  }

  .contacts-info__time div {
    font-size: 12px;
    font-weight: 500;
  }

  .contacts-info__time div p {
    margin-bottom: 5px;
  }

  .contacts-info__details h3 {
    font-size: 14px;
  }

  .contacts-info__details p {
    font-size: 12px;
    font-weight: 500;
  }

  .points {
    position: relative;
    padding: 25px 0 505px;
    background-color: #f1f4fb;
  }

  .points__title {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .points__map {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    margin-bottom: 0;
  }

  .points-section__title {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .points-section__item {
    padding-left: 0;
  }

  .points-section__name {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .points-section__name::before {
    display: none;
  }

  .points-section__addr {
    margin-bottom: 5px;
  }

  .points-section__addr span {
    font-size: 12px;
    font-weight: 500;
  }

  .points-section__tel {
    margin-bottom: 5px;
  }

  .points-section__tel a {
    font-size: 12px;
    font-weight: 500;
  }

  .points-section__email a {
    font-size: 12px;
    font-weight: 500;
  }

  .points-section__time div {
    font-size: 12px;
    font-weight: 500;
  }

  .points-section__time div p {
    margin-bottom: 5px;
  }

  .points-section__gallery a {
    display: none;
    width: 300px;
    height: 147px;
    margin-right: 0;
  }

  .points-section__gallery a:first-child {
    display: block;
  }

  .yourpoint {
    position: relative;
    padding: 30px 0 505px;
  }

  .yourpoint__title {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .yourpoint__info {
    padding-left: 15px;
    padding-right: 15px;
  }

  .yourpoint__map {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 25px;
  }
}

@media screen and (max-width: 413px) {
	.parts__nav {
    margin-bottom: 20px;
  }

  .parts__nav ul li a {
    font-size: 12px;
  }

  .parts__nav ul li.active a {
    font-weight: 500;
  }

  .parts__nav form {
    width: 100%;
  }

  .parts__row {
    margin: 0;
  }

  .parts__left {
    width: 100%;
    margin: 0 0 40px;
  }

  .parts__right {
    width: 100%;
    margin: 0 10px;
  }

  .parts-rslt__info {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 374px) {
	.results-slc__title {
    margin-left: 10px;
    margin-right: 10px;
  }

  .parts__title {
    margin-left: 10px;
    margin-right: 10px;
  }

  .parts__info {
    margin-left: 10px;
    margin-right: 10px;
  }

  .parts__nav {
    padding: 0 10px;
  }

  .contacts-info__title {
    padding: 0 10px;
  }

  .contacts-info__row {
    margin: 0;
    padding: 0 10px;
  }

  .contacts-info__left {
    width: 100%;
    margin: 0;
  }

  .points__title {
    padding: 0 10px;
  }

  .points__row {
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
  }

  .points__menu {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .points__tabs {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .yourpoint__title {
    padding: 0 10px;
  }

  .yourpoint__info {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}