.widget.c-news.c-news-template-4{
  position: relative;
  padding: clamp(34px, 10vw, 64px) 0 clamp(26px, 10vw, 169px);
  opacity: 0;

  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}
.widget.c-news.c-news-template-4 .widget-header {
  overflow: hidden;
}
.widget.c-news.c-news-template-4 .widget-title{
  font-weight: 600;
  font-size: clamp(18px, 3.6vw, 28px);
  line-height: 150%;
  text-transform: uppercase;
  color: #232323;
}

.widget.c-news.c-news-template-4 .widget-content{
  margin: clamp(18px, 4vw, 68px) 0 0 0;
}

.widget.c-news.c-news-template-4 .line-container{
  margin: 0 0 0 18px;
}
.widget.c-news.c-news-template-4 .line-container span{
  display: block;
  height: 1px;
  background: #232323;
}

.widget.c-news.c-news-template-4 .widget-phone-container{
  display: flex;
  align-items: flex-start;
  margin: 0 0 31px;
}
.widget.c-news.c-news-template-4 .widget-phone-container:last-child{
  margin: 0;
}
.widget.c-news.c-news-template-4 .widget-phone-container svg{
  transform: translateY(6px);
}
.widget.c-news.c-news-template-4 .widget-phone-box{
  margin: 0 0 0 17px;
}
.widget.c-news.c-news-template-4 .widget-phones{
  background: #DEE0E5;
  border-radius: 2px;
  padding: 48px 48px 40px;
}

.widget.c-news.c-news-template-4 .widget-phone a{
  font-weight: 400;
  font-size: clamp(14px, 3vw, 20px);
  line-height: 150%;
  color: #232323;
  text-decoration: none;

  -webkit-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  -ms-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}
.widget.c-news.c-news-template-4 .widget-phone a:hover{
  color: #BDC9CD;
}
.widget.c-news.c-news-template-4 .widget-city{
  font-weight: 400;
  font-size: clamp(14px, 3vw, 20px);
  line-height: 150%;
  color: #424242;
}

.widget.c-news.c-news-template-4 .widget-address-container{
  display: flex;
  align-items: flex-start;
  margin: 0 0 31px;
}
.widget.c-news.c-news-template-4 .widget-address-container:last-child{
  margin: 0;
}
.widget.c-news.c-news-template-4 .widget-address-container svg{
  flex: 0 0 18px;
  margin: 0 17px 0 0;
  transform: translateY(3px);
}

.widget.c-news.c-news-template-4 .widget-addresses{
  border: 1px solid #232323;
  border-radius: 2px;
  padding: 47px 50px 40px;
  height: 100%;
}
.widget.c-news.c-news-template-4 .widget-address{
  font-weight: 400;
  font-size: clamp(14px, 3vw, 20px);
  line-height: 150%;
  color: #232323;
}

.widget.c-news.c-news-template-4 .widget-email{
  background: #BDC9CD;
  border-radius: 2px;
  padding: 48px 51px 42px;
}
.widget.c-news.c-news-template-4 .widget-email-container svg{
  margin: 0 17px 0 0;
}
.widget.c-news.c-news-template-4 .widget-email-container{
  display: flex;
}

.widget.c-news.c-news-template-4 .widget-email-container .widget-email-title{
  font-weight: 600;
  font-size: clamp(16px, 3.2vw, 22px);
  line-height: 130%;
  text-transform: uppercase;
  color: #232323;
}
.widget.c-news.c-news-template-4 .widget-email-container .email{
  font-weight: 400;
  font-size: clamp(14px, 3vw, 20px);
  line-height: 150%;
  color: #232323;
  text-decoration: none;

  -webkit-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  -ms-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}
.widget.c-news.c-news-template-4 .widget-email-container .email:hover{
  color: #fff;
}

.widget.c-news.c-news-template-4 .widget-addresses,
.widget.c-news.c-news-template-4 .widget-phones,
.widget.c-news.c-news-template-4 .widget-email{
  height: 100%;
}

@media all and (max-width: 500px) {
  .widget.c-news.c-news-template-4 .widget-phones{
    padding: 23px 22px;
  }
  .widget.c-news.c-news-template-4 .widget-content-wrapper{
    margin: 0;
  }
  .widget.c-news.c-news-template-4 .widget-wrapper{
    padding: 4px 0;
  }
  .widget.c-news.c-news-template-4 .widget-phone-container svg{
    transform: translateY(1px);
    flex: 0 0 14px;
  }
  .widget.c-news.c-news-template-4 .widget-phone-box{
    margin: 0 0 0 9px;
  }
  .widget.c-news.c-news-template-4 .widget-phone-container{
    margin: 0 0 16px;
  }
  .widget.c-news.c-news-template-4 .widget-address-container svg{
    flex: 0 0 12px;
    margin: 0 10px 0 0;
    transform: translateY(-3px);
  }
  .widget.c-news.c-news-template-4 .widget-addresses,
  .widget.c-news.c-news-template-4 .widget-email{
    padding: 22px;
  }
  .widget.c-news.c-news-template-4 .widget-address-container{
    margin: 0 0 19px;
  }
  .widget.c-news.c-news-template-4 .widget-email-container svg{
    width: 56px;
    display: flex;
    height: auto;
    /* margin: 9px 0 37px; */
  }
}

/*# sourceMappingURL=style.css.map */
