* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
}

.container {
  max-width: 1240px;
  padding: 0 15px;
  margin: 0 auto;
}

.section-representatives {
  margin-top: 50px;
  margin-bottom: 50px;
}

.representatives-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f9f9;
  border-radius: 24px;
  padding: 50px 0 50px 50px;
}

.representatives-banner-img img {
  max-width: 600px;
  width: 100%;
}

.representatives-banner-desc {
  max-width: 450px;
}

.title-block {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;
  color: #383838;
  margin-bottom: 20px;
}

.representatives-text {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #545454;
  margin-bottom: 30px;
}

.block-btn {
  display: inline-block;
  line-height: 1.2;
  font-weight: 500;
  color: #ffffff;
  background: #fc8900;
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 24px;
}

.section-regions {
  background-image: url('../img/map.png');
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 333px;
  padding-top: 50px;
}

.title-regions {
  margin-bottom: 80px;
}

.footer{
 background: none !important;
}

.footer__desc, .footer__links a{
  color: rgb(51, 51, 51) !important;
}
.footer__list li a{
  color: #333333 !important;
}
.region-list {
  display: flex;
  justify-content: space-between;
}

.region-item {
  width: 30%;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  box-shadow: rgba(252, 137, 0) 0px 2px 22px;
  padding: 80px 20px;
  background-color: #fff;
}

.region-item-title {
  line-height: 1.2;
  font-weight: 700;
  color: #fc8900;
  font-size: 36px;
}

.region-item-text {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #545454;
}

.title-subtitle {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;
  color: #fc8900;
}

.ip {
  font-size: 24px;
  color: #545454;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}

.title-block-post {
  color: #dadada;
}

.direction-row {
  display: flex;
  padding-left: 50px;
  gap: 145px;
  margin-bottom: 50px;
}

.direction-title-block {
  font-size: 54px;
}

.direction-item {
  font-size: 24px;
  color: #545454;
  list-style-type: none;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}

.direction-item:before {
  content: "";
  position: absolute;
  background-image: url("../img/_group__20.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}

.directions-desk {
  padding: 50px;
  border-radius: 24px;
  border: 1px solid #fc8900;
  margin-bottom: 50px;
}

.directions-desk-text {
  font-size: 32px;
  color: #545454;
}

.color-orange {
  color: #fc8900 !important;
}

.direction-row-mdl {
  align-items: center;
}

.direction-btn {
  font-size: 54px;
  color: #fff;
  line-height: 1.2;
  font-weight: 600;
  background: #fc8900;
  border-radius: 24px;
  display: inline-block;
  padding: 6px 40px;
}

.contacts_block {
  padding: 50px;
  background: #f9f9f9;
  border-radius: 24px;
  display: flex;
  gap: 10%;
}

.contacts-item {
  line-height: 1.2;
  font-weight: 700;
  color: #383838;
  font-size: 32px;
  position: relative;
  padding-left: 40px;
  display: block;
  margin-bottom: 75px;
}

.contacts-item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

.contacts-addres:before {
  background-image: url(../img/_group__38.png);
}

.contacts-tel:before {
  background-image: url(../img/_group__36.png);
}

.contacts-mail:before {
  background-image: url(../img/mail_37.png);
}

.contacts-subtitle {
  font-size: 42px;
  margin-bottom: 20px;
}

.opening-hours-item {
  padding: 15px;
  background-color: #fff;
  border-radius: 24px;
  margin-bottom: 15px;
  text-align: center;
}

.opening-hours-item p {
  color: #383838;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}

.contacts-col-l {
  width: 60%;
}

.contacts-col-r {
  width: 30%;
}

.bread {
	width: 100%;
}