#content_box {
  padding: 20px 0px 20px;
}
.right-bunners {
  padding: 30px 50px;
  float: none !important;
}
.connect_block-text {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  white-space: inherit;
  /* gap: 5px; */
}
.connect_block-text p {
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 22px;
  color: #1a1919;
  margin: 0 !important;
  max-width: 386px;
  width: 100%;
}
.box-servises-full .servises-full-line .col2-line {
  float: none;
  margin-left: 0;
  position: static;
}
.tarifs .box-servises-full .servises-full-line .col2-line {
  float: none;
}
.servises-full-line {
  display: flex !important;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 45px;
}
.connect_block-text .price {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #1a1919;
}
.connect_green__text,
.price.connect_green__price {
  color: rgba(180, 180, 180, 1) !important;
}

.connect_block-text .col2-line {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #1a1919;
}
.connect_block-text .col2-line.red-col2-line {
  color: #e4002b;
}
.price.connect_green__price .connect_green__month {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: rgba(180, 180, 180, 1) !important;
}
.section_form input {
  border: 2px solid #dee1e7;
  border-radius: 6px;
}
.select_order {
  border: 2px solid #dee1e7;
  border-radius: 6px;
  padding: 12px 18px;
  max-width: 248px;
  width: 100%;
  font-weight: 500;
  margin-top: 8px;
}
#small-dialog .box-toggle-map-list,
#map,
#list {
  border: 2px solid #dee1e7;
  border-radius: 6px;
  background: #dee1e7;
  margin-bottom: 24px;
}
.map_btns {
  display: flex;
  border: 2px solid #dee1e7;
  border-radius: 6px;
  background: #dee1e7;
  margin-bottom: 24px;
  max-width: 212px;
  width: 100%;
}
.news_point.news_point-btn {
  display: inline-block;
  width: 50%;
  position: relative;
  height: 100%;
  cursor: pointer;
  text-align: center;
  height: 40px;
  position: relative;
  background: #fff;
}
.news_point.news_point-btn.active-point {
  background: #dee1e7;
}
.news_point.news_point-btn > span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.label_tel {
  order: -1;
}
.col-sm-6.forms {
  max-width: 385px;
  width: 100%;
  padding: 0;
  -webkit-flex: none;
}
.box-list-botder ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.box-list-botder ul li > span {
  color: #e4002b;
  font-size: 18px;
  position: relative;
  top: 1px;
  font-weight: 500;
}
.class-text-desk {
  font-size: 12px !important;
}
.pakery-off {
  display: none !important;
}
.connect-to-amobile-btn.connect_btn__order {
  border-radius: 10px;
  max-width: 310px !important;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;

  color: #ffffff;
  background: #808080;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  margin: 0 auto;
}
.city-offices-list {
  background: #e3e3e3;
}
.col {
  padding-left: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.subtext {
  margin-bottom: 24px;
}
.grey-text--off {
  display: none;
}
.section_form.box-section {
  padding-bottom: 0;
}
.section_form .form_amobile {
  margin-bottom: 0;
}

/* radio */
.radio_group {
  display: flex;
  margin-bottom: 26px;
  align-items: center;
  justify-content: space-between;
  max-width: 385px;
  width: 100%;
}
.radio_sim-span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #1a1919;
  padding-left: 32px;
}
.castome_radio__label {
  display: block;
  position: relative;
  padding-left: 32px;
  font-weight: 500 !important;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.2px;
  color: #1a1919;
  cursor: pointer;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0.2px;
}

.castome_radio__label input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.castome_radio__label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
}

.castome_radio__label input:checked ~ .checkmark {
  background-color: #e4002b;
}
.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.castome_radio__label input:checked ~ .checkmark::after {
  display: block;
}
.castome_radio__label .checkmark::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form_label {
  margin-bottom: 16px;
  display: block;
  width: 100%;
  font-weight: 700;
  color: #1a1919;
  font-size: 15px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: Brutal, sans-serif;
}
.form_label > sup {
  margin-left: 5px;
}
.form_file__img {
  position: absolute !important;
  display: inherit;
  top: 50%;
  left: 92% !important;
  height: 24px;
  transform: translateY(-50%);
  bottom: 0 !important;
}
input[type="file"] {
  display: none;
}
.form_file {
  border: 2px solid #dee1e7;
  display: flex;
  justify-content: end;
  align-items: center;
  line-height: 45px;
  border-radius: 6px;
  cursor: pointer;
  padding: 0 8px 0 20px;
  height: 45px;
  background: #fff;
  position: relative;
  margin-top: 8px;
}
.form_bottom-text {
  display: none;
  transition: all 0.3s;
}
#map {
  display: none;
  transition: all 0.3s;
}
.form_bottom-text.active {
  display: block;
  margin: 8px 0 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #9f9f9f;
}
/* form_tel */
.form_tel.active {
  display: inline-block;
  margin: 0 !important;
}
.form_tel {
  transition: all 0.3s;
  display: none;
}
/* selected_krash */
.tab_group__block.active {
  display: block;
}
.tab_group__block {
  display: none;
  transition: all 0.3s;
}
.selected_krash {
  transition: all 0.3s;
  display: block;
}
.krash_text-block {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-bottom: 8px;
}
.selected_krash_text {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #1a1919;
  margin: 0;
}
.selected_krash_text-bot {
  margin-bottom: 8px;
}
.selected_krash__content {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
}

.selectad_krash-btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #e4002b;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  height: auto;
}
.mob-selectad_krash-btn {
  display: none;
}
.section_form .form_amobile {
  margin-bottom: 0 !important;
}

/* new_connect */
#small-dialog {
  padding: 40px 40px 9px;
  background: #fff;
  border: none;
}
.connect_content {
  display: flex;
  justify-content: space-between;
}
.connect_title {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #1a1919;
  /*max-width: 330px;*/
  width: 100%;
  margin-bottom: 32px;
}
.connect_left__form {
  display: flex;
  flex-direction: column;
  max-width: 435px;
  width: 100%;
}
.connect_subtitle {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #e4002b;
  margin-bottom: 24px;
}
.connect_subtitle.active {
  display: none;
}
.connect_form {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 24px;
  padding-right: 24px;
}
.connect_form-label {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #1a1919;
  margin: 0 !important;
}
.connect_form-label > input {
  margin-top: 8px !important;
  margin-bottom: 0 !important;
  padding: 12px 19px;
}
#first-tab-group {
  max-width: 248px;
  width: 100%;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #1a1919;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.section_subtext {
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  color: #9f9f9f !important;
  margin-top: 8px !important;
  margin-bottom: 0 !important;
}
/* connect_right__form */
.connect_right__form {
  max-width: 528px;
  width: 100%;
}
.box-placemarks .box-place {
  padding: 14px 17px;
}
.box-top-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #1a1919;
}
.box-hide-map.new-box-hide-map {
  display: block;
  max-width: 525px;
  width: 100%;
}
.box-hide-map.new-box-hide-map.active {
  display: none;
}
#small-dialog .box-placemarks.box-placemarks-hiiden {
  min-height: 318px;
}
.box-placemarks .box-place {
  border-bottom: 1px solid #d1d1d1;
  padding: 20px;
  padding-right: 30px;
  /* height: 107px; */
  overflow: hidden;
}
.box-placemarks .box-place .bottom-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #9f9f9f;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
}
.box-placemarks .box-place .bottom-text span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1a1919;
  margin-top: 4px;
}
.bottom-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #9f9f9f;
}
.send {
  border-radius: 6px;
}
.news_point:active {
  border: none !important;
}
/* selected */
.select2-selection.select2-selection--single{
  border: 1.85039px solid #DEE1E7 !important;
  border-radius: 6px !important;
}
.error_validate_field_tel,
.error_validate_field_name,
.error_validate_field_email{
  position: relative !important;
}
@media screen and (max-width: 1200px) {
  .active-placemark {
    position: relative;
    overflow: hidden;
  }
  .active-placemark:before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    bottom: -564px;
    right: -318px;
    background: #e4002b;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  .box-placemarks.box-placemarks-hiiden {
    max-height: 427px !important;
    overflow-y: scroll !important;
    border-bottom: 1px solid #d1d1d1 !important;
  }
  .box-placemarks .placemarks-wrap > :not(:first-child) {
    opacity: 1 !important;
  }
}

@media screen and (max-width: 1075px) {
  .connect_content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
  }
  .connect_title {
    margin: 0 auto 24px;
    text-align: center;
  }
  .connect_left__form {
    max-width: 528px;
    width: 100%;
  }
  .connect_form {
    padding: 0;
  }
  .krash_text-block {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  .selectad_krash-btn {
    display: none;
  }
  .mob-selectad_krash-btn {
    display: block;
  }
  #small-dialog .points-order-text p {
    flex-direction: column;
    align-items: inherit;
  }
  .col-sm-6.pakety_captcha {
    max-width: 310px !important;
    width: 100%;
  }
  .btn_class_bg.btn_class_bg_return.connect-to-amobile-btn {
    margin: 0 !important;
  }
  .section_form .point-text {
    font-size: 18px;
    font-weight: 700;
  }
  .box-servises-full p {
    font-size: 16px;
    font-weight: 700;
  }
  .select_blocks {
    display: block !important;
  }
  .select_order {
    display: block;
  }
  .col-sm-6 {
    padding: 0 15px !important;
  }
}
@media screen and (max-width: 800px) {
  .right-bunners {
    max-width: 100% !important;
  }
  .btn_class_bg.btn_class_bg_return.connect-to-amobile-btn.connect-to-amobile-btn {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 776px) {
  .row {
    margin: 0 !important;
  }
  #small-dialog .points-order-text p .price {
    float: none;
    font-size: 18px;
  }
  #small-dialog .points-order-text p {
    gap: 10px;
    font-size: 18px;
    flex-direction: column;
    align-items: baseline;
  }
  .box-servises-full .h3,
  .box-servises-full p {
    text-align: inherit;
  }
  .grey-text .text_margin_none .class-text-desk {
    padding-left: 15px;
  }
  .box-servises-full .servises-full-line {
    padding: 18px 30px 18px 15px;
  }
  .col-sm__form {
    padding: 0 !important;
  }
  #small-dialog .box-toggle-map-list {
    display: block;
  }
  .section_form .tabs {
    margin-bottom: 10px;
  }
  .select_order {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {


  #small-dialog .points-order-text p {
    gap: 10px;
    font-size: 18px;
  }
  .box-servises-full .h3,
  .box-servises-full p {
    text-align: inherit;
  }
  h2.h2.text-center {
    font-size: 20px;
  }
  .col_mob {
    padding: 0 !important;
  }
  .form_file__img {
    left: 87% !important;
  }
  .box-servises-full .servises-full-line {
    padding: 18px 15px;
    text-align: center;
  }
  .sum {
    align-items: center !important;
  }
  .btn_class_bg.btn_class_bg_return.connect-to-amobile-btn {
    font-size: 18px;
  }
  .point-text {
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .form_file__img {
    left: 87% !important;
  }
  .connect-office-list {
    text-align: center;
  }
}

@media screen and (max-width: 457px) {
  #content_box {
    padding: 20px 24px;
  }
  .connect_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
  }
  .connect_subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
  }
  .connect_form {
    gap: 12px;
    margin-bottom: 12px;
  }
  .connect_block-text {
    gap: 5px;
  }
  .servises-full-line {
    gap: 12px;
  }
  .connect_block-text p {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 20px;
    max-width: 160px;
    width: 100%;
  }
  .wrap-mob-margin {
    width: 100% !important;
    padding: 0 !important;
  }
  .connect_block-text .col2-line {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
  }
  #small-dialog .box-placemarks.box-placemarks-hiiden {
    min-height: 440px !important;
  }
  .form_file__img {
    left: 85% !important;
  }
  .btn_class_bg.btn_class_bg_return.connect-to-amobile-btn {
    font-size: 13px;
  }
  #small-dialog .box-placemarks.box-placemarks-hiiden {
    min-height: 380px !important;
  }
}
@media screen and (max-width: 419px) {
  #small-dialog .box-placemarks.box-placemarks-hiiden {
    min-height: 450px !important;
  }
}
