:root {
  /* font sizes */
  --policy-text-size: 9px;
  --link-text-size: 14px;
  --font-size: 16px;
  --p4-text-size: 12px;
  --h3-size: 32px;
  --mobile-size: 22px;

  /* Colors */
  --base-hover-main: #0058c1;
  --system-background: #fff;
  --secondary-orange: #ff5924;
  --action-colors-red: #f22e21;
  --system-gray-midle: #afafaf;
  --system-content: #333;
  --action-colors-green-label: #5dc22d;

  /* Gaps */
  --gap-8xl: 27px;
  --gap-5xl: 24px;
  --gap-5xs: 8px;
  --gap-9xs: 4px;

  /* Paddings */
  --padding-29xl: 48px;
  --padding-smi: 13px;
  --padding-13xl: 32px;
  --padding-xs: 12px;
  --padding-9xs: 4px;
  --padding-5xs: 8px;

  /* Border radiuses */
  --br-base: 16px;
  --br-5xs: 8px;
  --br-xs: 12px;
  --br-9xs: 4px;
}
body { 
  font-family: 'Inter V', sans-serif;
}
/* Зеленая плашка с выбранным товаром в форме */
.cctv_plan_tags_form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: var(--br-9xs);
  font-size: var(--p4-text-size);
  color: var(--system-background);
  background-color: var(--action-colors-green-label);
  height: auto;
  width: auto;
  padding: var(--padding-5xs) var(--padding-xs);
  gap: var(--gap-9xs);
  margin-bottom: 15px;
}
.form_b2c,
.form_b2c_wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.form_b2c_wrapper {
  flex: 1;
  border-radius: var(--br-base);
  background: linear-gradient(180deg, #0067E2 0%, #0058C1 100%);
  overflow: hidden;
  padding: var(--padding-13xl);
}
.form_b2c {
  position: relative;
  width: 100%;
  font-size: var(--h3-size);
  color: var(--system-background);
  font-family: 'Inter V', sans-serif;
  z-index: 1;
}
/* настройки кнопки формы */
.btn-danger, .btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #FF5924;
  border-color: #FF5924;
}
.btn-danger:hover {
  background-color: #FF6A3A;
  border-color: #FF6A3A;
}
.btn-danger:active,
.btn-danger.active,
.btn-danger:focus {
  background-color: #FF6A3A;
  border-color: #FF6A3A;
}
/* input форма с номером телефона */
.form-control.form-control-lg {
  font-size: var(--mobile-size);
  min-width: 100%;
  height: 50px;
}
.form_title {
  align-self: stretch;
  width: 500px; 
}
.form_title {
  line-height: 42px;
  font-weight: 600;
}
.form_inputs {
  width: 100%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.form_checkboxes {
  position: relative;
  line-height: 22px;
}
.form_checkboxes_wrapper {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-5xs);
}
/* Запрещаем выделять строки политики конфиденциальности */
.form-checkbox__row {
  -moz-user-select: none;
  -o-user-select:none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;  
}
.form_button_wrapper,
.form_b2c_parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index:1;
}
.form_button_wrapper {
  align-self: stretch;
  gap: var(--gap-5xl);
  font-size: var(--link-text-size);
}
/* размер шрифта блока конфиденциональной информации */
.form_checkboxes_wrapper {
  font-size: var(--policy-text-size);
  z-index:1;
  width: 80%;
}
.form_b2c_parent {
  flex: 1;
  gap: var(--gap-8xl);
}
.form_image_icon {
  position: absolute;
  height: 80%;
  width: 80%;
  top: 0%;
  right: 120%;
  overflow: hidden;
  object-fit: contain;
  z-index:0;
}
.form_image_wrapper {
  align-self: stretch;
  min-width: 70%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 0; 
}
.form_image {
  position: absolute;
  margin: 0 !important;
  top: -70px;
  right: -1669px;
  width: 1454px;
  height: 762px;
  z-index: 0;
}
/* Для мобильных убираем картинку из формы */
@media screen and (min-width: 0px) and (max-width: 767px) {
.form_image_wrapper {
  display: none;
}
.form_image {
  display: none;
}
.form_checkboxes_wrapper {
  font-size: var(--policy-text-size);
  z-index:1;
  width: 100%;
}
.form_title,
.label {
  align-self: stretch;
  position: relative;
  width: 100%;
}

.form_title {
  font-size: var(--mobile-size);
  line-height: 30px;
  width: 100%;
}
.form-control.form-control-lg {
  font-size: var(--mobile-size);
  width: 100%;
  height: 50px;
}
.btn-warning btn-lg {
  width: 100%;
  height: 50px;
}
}
/* Для планшетов сжимаем текст под формой и сохраняем изображение */
@media screen and (min-width: 767px) and (max-width: 1024px) {
/* размер шрифта блока конфиденциональной информации */
.form_checkboxes_wrapper {
  font-size: var(--policy-text-size);
  z-index:1;
  width: 60%;
}
}
/* Настройки модального окна bootstrap*/
.modal_left {
  float: left;
  width: 60%;
  padding: 5px;
}
.modal_right {
  float: right;
  width: 40%;
  padding: 5px;
}
.modal-header {
  border-bottom: none;
}
/* Фиксация размера области для CLS */
.form_container {
  min-height: 400px;
}
/* Переедет в основной css */
.new_is74_title_h3 {
  font-family: 'Inter V', sans-serif;
  font-size: var(--h3-size);
  color: var(--system-content);
  align-self: stretch;
  position: relative;
  letter-spacing: -0.01em;
  line-height: 36px;
  font-weight: 600;
}
.load_for_desktop {
visibility: hidden;
opacity: 0;
transition: opacity 0.5s;
}
