.container .section__head {
  margin-bottom: 0;
}

.dragmet_first_block {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 600px;
  position: relative;
}
.dragmet_first_block .card h5 {
  font-size: 22px;
}
.dragmet_first_block .card .form-label {
  color: #777;
  font-size: 14px;
}
.dragmet_first_block .btn_new23 {
  font-weight: normal;
  width: 100%;
}
.dragmet_first_block #total_price {
  font-weight: bold;
  font-size: 1.15em;
}
.dragmet_first_block .total_price_wr {
  white-space: nowrap;
}
.dragmet_first_block .haserror {
  border: 1px solid #d22;
}
.dragmet_first_block .bg_elements {
  width: 100%;
  height: 600px;
  display: flex;
}
.dragmet_first_block .bg_elements.have_hovered_elem .elem {
  width: 10%;
}
.dragmet_first_block .bg_elements .elem {
  flex: 0 0 auto;
  width: 12.5%;
  overflow: hidden;
  position: relative;
  height: 100%;
  transition: all 1s ease;
}
.dragmet_first_block .bg_elements .elem img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  max-width: initial;
}
.dragmet_first_block .bg_elements .elem.first img {
  left: 0;
  transform: translate(-10%, -50%);
}
.dragmet_first_block .bg_elements .elem.last img {
  right: 0;
  transform: translate(-74%, -50%);
}
.dragmet_first_block .bg_elements .elem.is_hovered {
  width: 30%;
}
.dragmet_first_block .contacts_actions {
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  padding: 25px 25px;
  text-align: center;
  box-shadow: 0 0 20px 3px #c18010;
  background: #fff;
  width: 300px;
  left: 50%;
  transform: translate(-50%, -25%) skewX(-10deg);
}
@media (max-width: 360px) {
  .dragmet_first_block .contacts_actions {
    width: 254px;
  }
}
.dragmet_first_block .contacts_actions svg {
  width: 25px;
  height: 25px;
}
.dragmet_first_block .contacts_actions .phone {
  transform: skewX(10deg);
}
.dragmet_first_block .contacts_actions .phone span {
  font-size: 20px;
}
.dragmet_first_block .contacts_actions .phone a {
  color: inherit;
  font-size: 24px;
  font-weight: bold;
}
.dragmet_first_block .contacts_actions .delim {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #ccc;
  margin: 5px 0;
}
.dragmet_first_block .contacts_actions .whatsapp {
  transform: skewX(10deg);
}
.dragmet_first_block .contacts_actions .corner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #fcb53b;
}
.dragmet_first_block .contacts_actions .corner_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fcb53b;
}

.anchor_nav_1 {
  text-align: center;
}
.anchor_nav_1 .delimer {
  display: inline-block;
  padding: 0 15px;
  color: #ccc;
}
.anchor_nav_1 a {
  text-decoration: none;
  border-bottom: 1px dashed;
  color: #484848;
}
