:root {
  /* font sizes */
  --p3-button-size: 14px;
  --p2-button-size: 16px;
  --font-size-xl: 20px;
  --h4-title-size: 24px;
  --p6-small-text-size: 10px;
  --p4-text-size: 12px;
  --h3-title-size: 32px;
  --font-size-55xl: 74px;

  /* Colors */
  --system-secondary-content: #475a72;
  --system-gray-midle: #afafaf;
  --system-background: #fff;
  --base-main-blue: #0067e2;
  --system-content: #333;
  --system-gray: #ddd;
  --secondary-orange: #ff5924;
  --action-colors-green-label: #5dc22d;

  /* Gaps */
  --gap-9xs: 4px;
  --gap-5xs: 8px;
  --gap-sm: 14px;

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

  /* Border radiuses */
  --br-base: 16px;
  --br-5xs: 8px;
  --br-9xs: 4px;

  /* Effects */
  --form: 0px 14px 23px rgba(1, 7, 55, 0.08);
}
body { 
  font-family: 'Inter V', sans-serif;
}
.private_plan_tarif_img {
  position: absolute;
  top: calc(50% - 300px);
  left: calc(50% - 105px);
  width: 600px; 
  height: 600px; 
  object-fit: cover;
}
@media screen and (max-width: 768px) {
.private_plan_tarif_img {
  position: absolute;
  top: calc(50% - 275px);
  left: calc(50% - 75px);
  width: 550px; 
  height: 550px; 
  object-fit: cover;
}
}
.private_plan_tarif_desc1 {
  position: absolute;
  top: 67px;
  left: 12px;
  font-size: var(--font-size-55xl);
  letter-spacing: -0.05em;
  font-weight: 800;
}
.private_plan_tarif_desc2,
.private_plan_tarif_desc3 {
  position: absolute;
  top: 140px;
  left: 15px;
  line-height: 28px;
  font-weight: 600;
}
.private_plan_tarif_desc3 {
  top: 51px;
}
.private_plan_tags_desc {
  position: relative;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.private_plan_tags_green {
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: var(--br-9xs);
  background-color: var(--action-colors-green-label);
  height: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-5xs) var(--padding-xs);
  box-sizing: border-box;
  gap: var(--gap-9xs);
  font-size: var(--p4-text-size);
}
.private_plan_tags_orange {
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: var(--br-9xs);
  background-color: var(--secondary-orange);
  height: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-5xs) var(--padding-xs);
  box-sizing: border-box;
  gap: var(--gap-9xs);
  font-size: var(--p4-text-size);
}
.private_plan_tarif_template1 {
  border-radius: var(--br-base) var(--br-base) 0 0;
  background: linear-gradient(258.81deg, #003675, #0065db);
  height: 182px;
  overflow: hidden;
  flex-shrink: 0;
}
.private_plan_tarif_content_title,
.private_plan_tarif_content_title_desc,
.private_plan_tarif_template1 {
  align-self: stretch;
  position: relative;
}
.private_plan_tarif_content_title {
  letter-spacing: -0.01em;
  line-height: 36px;
  font-weight: 600;
}
.private_plan_tarif_content_title_desc {
  font-size: var(--p4-text-size);
}
.private_plan_tarif_title3 {
  background: url("/local/templates/is_new/assets/img/line.svg") no-repeat right;
  flex-shrink: 0;  
  position: relative;
  line-height: 28px;
}
.private_plan_tarif_price2 {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: var(--gap-9xs);
  z-index: 0;
}
.private_plan_tarif_price1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.private_plan_tarif_title1,
.private_plan_tarif_title2,
.private_plan_tarif_price1 {
  position: relative;
}
.private_plan_tarif_title1 {
  letter-spacing: -2px;
  line-height: 22px;
  font-weight: 600;
}
.private_plan_tarif_title2 {
  font-size: var(--p3-button-size);
  line-height: 16px;
  font-weight: 500;
  color: var(--system-secondary-content);
}
.private_plan_tarif_price3 {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: var(--gap-9xs);
  font-size: var(--h4-title-size);
  color: var(--secondary-orange);
}
.component-35-child {
  width: 62.5px;
  position: absolute;
  margin: 0 !important;
  top: 1.5px;
  left: 61.5px;
  height: 12px;
  object-fit: contain;
  z-index: 1;
}
.component-35 {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.private_plan_tarif_content_wrapper,
.private_plan_tarif_price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.private_plan_tarif_price {
  justify-content: flex-end;
  gap: var(--gap-5xs);
  font-size: var(--font-size-xl);
  color: var(--system-gray-midle);
}
.private_plan_tarif_content_wrapper {
  align-self: stretch;
  flex: 1;
  justify-content: space-between;
  padding: 0 var(--padding-xs) var(--padding-xs);
}
.private_plan_tarif_content,
.private_plan_tarif_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.private_plan_tarif_content {
  align-self: stretch;
  flex: 1;
  border-radius: 0 0 var(--br-base) var(--br-base);
  background-color: var(--system-background);
  box-shadow: var(--form);
  overflow: hidden;
  justify-content: flex-end;
  padding: var(--padding-xs);
  font-size: var(--h3-title-size);
  color: var(--system-content);
}
.private_plan_tarif_wrapper {
  width: 402px;
  border-radius: var(--br-base);
  border: 1px solid var(--system-gray-midle);
  box-sizing: border-box;
  height: 472px;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
.private_plan_tarif_wrapper {
  width: 402px;
  border-radius: var(--br-base);
  border: 1px solid var(--system-gray-midle);
  box-sizing: border-box;
  height: 500px;
  justify-content: flex-start;
}
}
.private_plan_tarif_template2 {
  align-self: stretch;
  position: relative;
  border-radius: var(--br-base) var(--br-base) 0 0;
  background: linear-gradient(257.16deg, #aeb9c8, #495b73);
  height: 182px;
  overflow: hidden;
  flex-shrink: 0;
}
.private_plan_tarif_content_desc_wrapper {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-5xs);
}
.private_plan_tarif_line {
  align-self: stretch;
  border-top: 1px solid var(--system-gray);
  box-sizing: border-box;
  height: 1px;
}

.private_plan_tarif_dop_title,
.private_plan_tarif_line {
  position: relative;
}
.private_plan_tarif_dop_title {
  flex: 1;
  font-size: 12px;
}
.private_plan_tarif_dop_desc,
.private_plan_tarif_dop_header {
  align-self: stretch;
}
.private_plan_tarif_dop_header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.private_plan_tarif_dop_desc {
  position: relative;
  font-size: var(--p6-small-text-size);
  line-height: 14px;
  color: var(--system-gray-midle);
}
.private_plan_tarif_content_desc,
.private_plan_tarif_dop,
.private_plan_tarif_dop_wrapper,
.private_plan_tarif_dop_text {
  display: flex;
  align-items: flex-start;
}
.private_plan_tarif_dop_text {
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 0 var(--padding-5xs);
  gap: var(--gap-5xs);
}
.private_plan_tarif_content_desc,
.private_plan_tarif_dop,
.private_plan_tarif_dop_wrapper {
  align-self: stretch;
}
.private_plan_tarif_dop_wrapper {
  flex-direction: row;
  justify-content: flex-start;
  gap: var(--gap-5xs);
}
.private_plan_tarif_content_desc,
.private_plan_tarif_dop {
  flex-direction: column;
  justify-content: flex-end;
}
.private_plan_tarif_dop {
  font-size: var(--p4-text-size);
  color: var(--system-secondary-content);
}
.private_plan_tarif_content_desc {
  gap: var(--gap-sm);
}
.private_plan_tarif_price6 {
  display: flex;
  align-items: flex-end;
  gap: var(--gap-9xs);
}
.private_plan_tarif_price5,
.private_plan_tarif_price6 {
  flex-direction: row;
  justify-content: flex-start;
}
.private_plan_tarif_price5 {
  display: flex;
  align-items: flex-end;
  gap: var(--gap-5xs);
  font-size: var(--h4-title-size);
}

.private_plan_tarif_template3 {
  align-self: stretch;
  position: relative;
  border-radius: var(--br-base) var(--br-base) 0 0;
  background: linear-gradient(71.44deg, #00162f 15.39%, #0067e2);
  height: 182px;
  overflow: hidden;
  flex-shrink: 0;
}
.private_plan_tarif {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  font-size: var(--h4-title-size);
  color: var(--system-background);
}

.private_plan_tarif_accordeon {
  position: relative;
  font-size: var(--p3-button-size);
  text-decoration: underline;
  letter-spacing: -0.04em;
  line-height: 17px;
  font-family: 'Inter V', sans-serif;
  color: var(--system-secondary-content) !important;
  background-color: white !important; 
  border: none !important;
  padding: 0 !important; 
}
/* Карусель */
.private_plan_main .owl-prev, 
.private_plan_main .owl-next, 
.private_plan_main .owl-prev:hover,
.private_plan_main .owl-next:hover {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -10px;
  border:none;
  background-color: transparent;
}
.private_plan_main .owl-prev {
  left: -25px;
  transform: translateY(-50%);
  background-image: url("/local/templates/is_new/assets/img/left.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  z-index: 999;
}
.private_plan_main .owl-prev:hover {
  left: -25px;
  transform: translateY(-50%);
  background-image: url("/local/templates/is_new/assets/img/lefthover.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  z-index: 999;
}
.private_plan_main .owl-next {
  right: -25px;
  transform: translateY(-50%);
  background-image: url("/local/templates/is_new/assets/img/right.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  z-index: 999;
}
.private_plan_main .owl-next:hover {
  right: -25px;
  transform: translateY(-50%);
  background-image: url("/local/templates/is_new/assets/img/righthover.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  z-index: 999;
}
.private_plan_main .owl-item {
  align-items: center;
  margin: auto;
  width: 30%;
  margin-top: 10px;
  margin-bottom: 30px;
}

.private_plan_main .owl-dots {
  position: relative;
  top: 50%;
  transform: translateY(-20px);
  z-index: 999;
}
.private_plan_main .owl-dots .owl-dot.active span {
  background-color: #004AA1 !important;
}
.private_plan_main .owl-dots .owl-dot span {
  background-color: #C6CDDB !important;
}
/* Фиксация размера области для CLS */
@media screen and (min-width: 768px) {
.private_plan_container {
min-height: 600px;
}
}
@media screen and (max-width: 768px) {
.private_plan_container {
min-height: 650px;
}
}
