.contact-phone__drop-down {
  position: absolute !important;
  width: 280px;
  padding: 0;
  background-color: #fff;
  border-radius: 0px 0px 4px 4px;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
}

.contact-phone__drop-down-item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px 0 24px;
}
.contact-phone__drop-down-item:not(:first-of-type) {
  margin-top: 26px;
}
.contact-phone__drop-down-item:last-of-type {
  margin-bottom: 26px;
}
.contact-phone__drop-down-item > svg {
  position: absolute;
  top: 2px;
  left: 20px;
  fill: #BDBDBD;
}
.contact-phone__drop-down-item.contact-phone__drop-down-item--phone {
  margin-top: 20px;
}
.contact-phone__drop-down-item.contact-phone__drop-down-item--phone > svg {
  top: 6px;
}
.contact-phone__drop-down-item .contact-phone__link-phone {
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
}
.contact-phone__drop-down-item .contact-phone__link-phone:not(:first-of-type) {
  margin-top: 18px;
}
.contact-phone__drop-down-item a {
  padding-left: 27px;
  font-size: 14px;
  line-height: 21px;
  text-overflow: ellipsis;
  color: var(--main-color);
  white-space: nowrap;
  overflow: hidden;
}
.contact-phone__drop-down-item a:hover {
  color: var(--main-color-hover);
}
.contact-phone__drop-down-item p {
  padding-bottom: 0;
  padding-left: 27px;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.contact-phone__link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-phone__link-icon {
  margin-right: 10px;
}

.contact-phone__arrow-icon {
  margin-left: 8px;
}

.contact-phone__drop-down-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  margin-top: 34px;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  background-color: var(--main-color);
  border-radius: 0 4px 0 4px;
}
.contact-phone__drop-down-btn:hover {
  color: #fff;
  background-color: var(--main-color-hover);
}