.head_notice,
header,
.white_footer_cols_left_subtitle_social,
.white_footer_cols_right,
.white_footer_cols_left_subtitle_apps,
.white_footer .logo img,
.breadcrumbs {
  display: none !important;
}

.cover_image.strip {
  padding-top: 0;
}

body.page-template-template-blank.nopadding-from-top #site-wrap {
  padding-top: 0 !important;
}

.white_footer {
  min-height: 260px;
}

.white_footer .bcontainer {
  padding: 0 108px;
}

.white_footer_cols_left_subtitle_menu {
  margin: 18px 0 10px;
}

.legals_country_select {
  background: #F2F6F7;
  border-radius: 8px;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.legals_country_select .title {
  font-size: 22px;
  font-weight: 600;
}

.legals_country_select .dropdown {
  position: relative;
}

.legals_country_select .dropdown label {
  font-weight: 600;
  margin-bottom: 10px;
  display: Block;
}

.legals_country_select.hidden {
  opacity: 0;
  visibility: hidden;
}

.rc_solutions_select {
  width: 60%;
}

#terms-content {
  margin: 55px 0;
  min-height: 205px;
  word-break: break-word;
}

#terms-content.rtl {
  direction: rtl;
  font-family: 'Rubik', Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

#terms-content a {
  color: #2196f3;
  text-decoration: underline;
}

.select2-search--dropdown .select2-search__field {
  padding: 8px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 12px;
  height: 40px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.select2-selection__arrow b {
  display: none;
}

.select2-selection__arrow:after {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 16px;
  height: 16px;
  display: block;
  content: "";
  background: url("../images/down-small.svg");
  background-size: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.select2-container--open .select2-selection__arrow:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.select2-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 7px 7px 0 7px;
}

.select2-results__option {
  font-family: 'Public Sans', sans-serif;
  font-size: 16px;
  margin-bottom: 3px;
  padding: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
  color: #2196f3;
  position: relative;
}

.select2-container--default .select2-results__option--selected {
  position: relative;
  background-color: #ecf0f1 !important;
  border-radius: 4px;
}

.select2-container--default .select2-results__option--selected:before {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 7px;
  right: 7px;
  content: "";
  background: url("../images/icon-tick.svg");
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 1;
}

.rc_type_dropdown.hide {
  opacity: 0;
  pointer-events: none;
}

.rc_type_dropdown span.select2-container {
  top: 56px !important;
  left: 0;
}

@media (max-width: 1400px) {
  .white_footer .bcontainer {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .legals_country_select {
    padding: 20px;
  }

  .legals_country_select .title {
    font-size: 20px;
  }

  .rc_solutions_select {
    width: 100%;
  }
}