.shop-phone {
    float: left;
    padding: 0px 15px;
    font: bold 20px/27px figtree;
    color: #1F2320;
    width: 205px;
}
.shop-phone .carret-down {
    text-align: center;
    cursor: pointer;
}
.shop-phone .carret-down .carret-down-img {
    width: 15px;
    height: 9px;
    margin-left: -22%;
    margin-top: -5px;
    cursor: pointer;
}
.header_contact_dropdown {
    display: none;
    position: absolute;
    z-index: 1000;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000029;
    padding: 10px 40px;
    padding-top: 25px;
    border-radius: 0px 0px 18px 18px;
    width: 521px;
    right: 18%;
    font-weight: 400;
    cursor: text;
}

.shop-phone-title {
    text-align: center;
    color: #000000;
    padding: 0px 50px;
    font: normal 22px/31px Figtree;
}
  @media (max-width: 992px) {
    .shop-phone {
      display: none; } }
  .shop-phone i {
    font-size: 21px;
    line-height: 21px;
    color: white;
    padding-right: 7px; }
  .shop-phone strong {
    font: normal 22px/30px figtree;
    color: #ffac06; }

#contact-link {
    float: left;
    display: flex;
    align-items: unset;
    height: 60px;
}
#contact-link a img.alsa-phone-icon {
    width: 55px;
    height: 53px;
}
.contact-list-content .phone {
    background: #f1efeb 0% 0% no-repeat padding-box;
    border-radius: 16px;
    height: 66px;
    margin-bottom: 15px;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0px 35px;
}
.contact-list-content {
    margin-bottom: 30px;
}
.contact-list-content .phone span.title {
    font: bold 20px/27px quatro;
    color: #000000;
}
.contact-list-content .phone .surfix {
    font: normal 16px/25px Figtree;
    color: #707070;
    margin-left: 20px;
}
.dropdown-content .form-title {
    font: normal 22px/31px Figtree;
}
.asla-telephone-form {
    padding: 15px 15px;
    background: #f1efeb 0% 0% no-repeat padding-box;
    border-radius: 16px;
}
.asla-telephone-form #telephone_input {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #cecece;
    border-radius: 10px;
    height: 52px;
    width: 275px;
    float: left;
    font: normal 18px/24px Figtree;
    color: #474964;
    padding-left: 20px;
}
.asla-telephone-form .form-group {
    margin-bottom: 0px;
}
.asla-telephone-form #submitTelephoneForm {
    background: #ffac06 0% 0% no-repeat padding-box;
    border-radius: 0px 10px 10px 0px;
    font: normal 600 18px/22px quatro;
    color: #ffffff;
    height: 52px;
    margin-left: -20px;
    text-transform: uppercase;
    border: 1px solid #ffac06;
}
  #contact-link a {
    display: block;
    color: red;
    font: 700 16px/18px "Roboto", sans-serif;
    padding: 0;
    text-transform: uppercase;
    cursor: pointer;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media (max-width: 479px) {
      #contact-link a {
        font-size: 12px; } }
    #contact-link a:hover, #contact-link a.active {
      color: #000;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }

@media (max-width: 992px) {
  #contact_block {
    margin-bottom: 20px; } }
#contact_block .label {
  display: none; }
#contact_block .block_content {
  color: #888888; }
#contact_block p {
  margin-bottom: 4px; }
#contact_block p.tel {
  font: 400 17px/21px Arial, Helvetica, sans-serif;
  color: #333333;
  margin-bottom: 6px; }
  #contact_block p.tel i {
    font-size: 25px;
    vertical-align: -2px;
    padding-right: 10px; }
