section[data-section="section-1"] {
  padding-top: 20px;
}

.casco_info {
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background-color: #dbeafe;
  text-align: left;
}

.casco_info svg {
  margin-right: 10px;
}

.casco_info .casco_info_title {
  font-size: 16px;
  color: #374957;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 21px;
}

.casco_info .casco_info_text {
  font-weight: 400;
  font-size: 16px;
  color: rgba(55, 73, 87, 0.8);
  line-height: 22px;
}

#casco_no_price {
  display: none;
  margin-bottom: 70px;
}

.casco_info .casco_info_phone_inputs_icon {
  width: 40px;
  height: 40px;
  border: 1.5px solid #1e72e3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.casco_info_phone_inputs_list li {
  display: flex;
  align-items: flex-start;
  color: #374957;
}

.casco_info_phone_inputs_list li::before {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #1e72e3;
  display: block;
  margin-right: 5px;
  border-radius: 3px;
  flex-shrink: 0;
  margin-top: 11.2px;
}

.casco_info .casco_info_phone_inputs_icon svg {
  margin: 0;
}

.casco_calculator #back-button button {
  padding: 0;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: rgba(55, 73, 87, 0.6);
  border: 0;
}

.casco_calculator #back-button button,
.casco_calculator #back-button button:hover {
  background: transparent;
}

.casco_calculator #back-button button svg {
  margin-right: 10px;
}

.header_navigation_line img {
  width: 100%;
}

.drop_down_container {
  margin-top: 12px;
  width: 100%;
  position: relative;
}

.drop_down_block {
  margin-top: 3px;
}

.drop_down_title {
  font-size: 14px;
  line-height: 12px;
  color: #888888;
}

.select_car_container {
  display: flex;
}

.select_car_container .drop_down_container:first-child,
.select_car_container .drop_down_input_container:first-child {
  margin-right: 30px;
}

.flex_block {
  display: flex;
}

.flex_block .currency_drop_down {
  padding: 5px 15px;
  min-width: 72px;
}

.currency_drop_down svg {
  width: 15px;
  height: 15px;
}

.drop_down_container .casco_input {
  margin-top: 3px;
}

.drop_down_container.currency_drop_down_container {
  width: auto;
  margin-top: 0;
  margin-left: 10px;
  position: relative;
}

.drop_down_container .drop_down_no_image {
  padding: 0px;
}

.drop_down_no_image .drop_down_content_block {
  padding: 0 15px;
}

@media screen and (max-width: 599px) {
  .calculator_wrapper .calculator_header h1 {
    font-size: 24px;
  }
  .header_navigation_panel_container {
    width: 275px;
    margin: 20px auto 0 auto;
    position: relative;
    justify-content: space-between;
  }
  .header_navigation_line.header_navigation_line {
    position: absolute;
    width: 48px;
    min-width: auto;
  }
  .header_navigation_line:nth-child(2) {
    left: 69px;
  }
  .header_navigation_line:nth-child(4) {
    right: 53px;
    margin-right: 0;
  }
}
