@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter/Inter-VariableFont_opsz\,wght.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter/Inter-Italic-VariableFont_opsz\,wght.ttf') format('truetype');
	font-weight: 100 900;
	font-style: italic;
}

@font-face {
	font-family: 'Ubuntu';
	src: url('../fonts/Ubuntu/Ubuntu-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Ubuntu';
	src: url('../fonts/Ubuntu/Ubuntu-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Unbounded';
	src: url('../fonts/Unbounded/static/Unbounded-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Unbounded';
	src: url('../fonts/Unbounded/static/Unbounded-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

:root {
	--smoky-white: #F2F2F2;
	--dark-red-purple: #2B062A;
	--deep-red-purple: #3E133E;
	--white: #FFFFFF;
	--pink: #D02F7D;

	--pink-gray: #B499A6;
	--telegray: #8E8E8E;

	--faint-purple: #AE7994;
	--light-gray: #BFBFBF;

	--light-pink: #FFEDF6;

	--lighter-pink: #F14096;
}


body {
	--bg-color: var(--smoky-white);
	background-color: var(--smoky-white);

	--block-bg-color: var(--white);
	--block-text-color: var(--pink);
	--block-subtext-color: var(--telegray);
	--placeholder-color: var(--light-gray);

	--stype-text-color: var(--pink);
	--stype-subtext-color: var(--telegray); 

	--stype-teacher-text-color: var(--pink);
	--stype-teacher-subtext-color: var(--telegray); 

	--checkbox-inner-color: var(--white);
	--checkbox-label-color: var(--telegray);
}

body.gray {
	background-color: var(--smoky-white);
}

html.dark body {
	--bg-color: var(--dark-red-purple);
	background-color: var(--dark-red-purple);

	--block-bg-color: var(--deep-red-purple);
	--block-text-color: var(--white);
	--block-subtext-color: var(--pink-gray);
	--placeholder-color: var(--faint-purple);

	--stype-text-color: var(--pink);
	--stype-subtext-color: var(--white); 

	--stype-teacher-text-color: var(--white);
	--stype-teacher-subtext-color: var(--pink); 

	--checkbox-inner-color: var(--dark-red-purple);
	--checkbox-label-color: var(--faint-purple);
}

.page {
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}

.page-content-main {
	margin-top: -40px;
}

.page-content {
	padding: 20px;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	width: 100%;	
	max-width: 850px;
}
.header-caption {
	width: 8em;
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 110%;
	letter-spacing: -0.03em;		
	color: var(--block-text-color);
	padding-bottom: 20px;
}
.main-page-title-frame {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 500px;
	overflow: hidden;
	border-radius: 0 0 35px 35px;

	.rectangle {
		position: absolute;
		width: 100%;
		height: 500px;
		background: linear-gradient(88.75deg, var(--pink) 0%, #E7318F 100.36%), #D9D9D9;
	}

	.ellipse1,
	.ellipse2,
	.ellipse3,
	.ellipse4 {
		position: absolute;
		border-radius: 100%;
	}

	.ellipse1,
	.ellipse2 {
		width: 280px;
		height: 280px;
		filter: blur(150px);
	}

	.ellipse1 {
		left: -134px;
		top: 197px;
		background: var(--white);
	}

	.ellipse2 {
		right: -20px;
		top: -235px;
		background: rgba(255, 255, 255, 0.7);
	}

	.ellipse3,
	.ellipse4 {
		width: 244px;
		height: 244px;
		background: #E55AA0;
		filter: blur(50px);
	}

	.ellipse3 {
		left: 310px;
		top: -139px;
	}

	.ellipse4 {
		left: -150px;
		top: -169px;
	}

	.rectangle-bottom {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 250px;
		background: linear-gradient(180deg, rgba(208, 47, 125, 0) 0%, var(--pink) 51.1%);
		border-radius: 0 0 35px 35px;
	}

	img {
		position: absolute;
		height: auto;
	}

	.image1 {
		width: 350px;
		left: 55%;
		top: 100px;
		transform: translateX(-50%) rotate(40.5deg);
	}

	.image2 {
		width: 140px;
		right: -70px;
		top: 35px;
		filter: blur(1.7px);
		transform: rotate(-35.51deg);
	}

	.image3 {
		width: 95px;
		left: -20px;
		top: 30px;
		filter: blur(4.15px);
		transform: rotate(-127.37deg);
	}

	.main-page-textblock {
		position: absolute;
		bottom: 18px;
		left: 16px;
		right: 16px;
		font-size: 16px;
		text-align: left;
		margin: 0;

		.main-page-title {
			font-family: 'Unbounded';
			font-weight: 700;
			font-size: 30px;
			line-height: 60px;
			letter-spacing: -0.03em;
			color: var(--white);
		}

		.main-page-description {
			font-family: 'Inter';
			font-weight: 600;
			font-size: 14px;
			line-height: 130%;
			letter-spacing: -0.03em;
			color: var(--white);
		}
	}
}

.main-page-menu {
	margin-top: 20px;

	.menu-item {
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 20px 24px;
		gap: 20px;
		background: var(--block-bg-color);
		border-radius: 30px;
		margin: 0 16px 20px;
		width: calc(100% - 32px);
	}

	.icon {
		width: 48px;
		height: 51px;
		background-size: cover;
		flex-shrink: 0;
	}

	.text-group {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	.title {
		font-family: 'Unbounded';
		font-weight: 700;
		font-size: 16px;
		line-height: 20px;
		letter-spacing: -0.03em;
		color: var(--block-text-color);
	}

	.subtitle {
		font-family: 'Inter';
		font-weight: 600;
		font-size: 12px;
		line-height: 130%;
		color: var(--block-subtext-color);
	}
}

.action-caption {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: var(--block-text-color);
	flex: none;
	align-self: stretch;
	flex-grow: 0;

}

.subject-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	font-family: 'Unbounded', sans-serif;
	flex-direction: column;
	gap: 10px;	

	.flex-table {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		max-width: 800px;
	}

	.block {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		border-radius: 35px;
		background: linear-gradient(225deg, #F03897 0%, #CB116B 100%);
		width: 167px;
		height: 167px;
		box-sizing: border-box;
		overflow: hidden;
		flex: 1 1 auto;
	}

	.block::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: 35px;
		padding: 4px;
		background: linear-gradient(225deg, #FF50A9, #E42B88);
		-webkit-mask:
			linear-gradient(#fff 0 0) content-box,
			linear-gradient(#fff 0 0);
		-webkit-mask-composite: destination-out;
		mask-composite: exclude;
		z-index: 2;
	}

	.block.rectangular {
		width: 343px;
		height: 114px;
	}

	.block .ellipse {
		position: absolute;
		background: radial-gradient(50% 50% at 50% 50%, #D51C77 0%, #F03693 100%);
		z-index: 1;
		border-radius: 100%;
	}

	.ellipse.large {
		width: 98px;
		height: 98px;
		top: 65px;
		left: calc(50% - 98px / 2);
	}

	.ellipse.small {
		width: 40px;
		height: 40px;
	}

	.ellipse.small.left {
		left: calc(50% - 40px / 2 - 68.5px);
	}

	.ellipse.small.right {
		left: calc(50% - 40px / 2 + 69.5px);
	}

	.ellipse.small.top {
		top: 65px;
	}

	.ellipse.small.bottom {
		top: 105px;
	}

	.ellipse.small.extra-bottom {
		top: 144px;
	}

	.block.rectangular .ellipse.large {
		width: 90px;
		height: 90px;
		top: calc(50% - 90px / 2);
		left: calc(50% - 90px / 2 + 84.5px);
	}

	.block.rectangular .ellipse.small.left {
		left: calc(50% - 36px / 2 + 21.5px);
	}

	.block.rectangular .ellipse.small.right {
		left: calc(50% - 36px / 2 + 147.5px);
	}

	.block.rectangular .ellipse.small.top {
		top: calc(50% - 36px / 2 - 36px);
	}

	.block.rectangular .ellipse.small.center {
		top: calc(50% - 36px / 2);
	}

	.block.rectangular .ellipse.small.bottom {
		top: calc(50% - 36px / 2 + 36px);
	}

	.icon {
		position: absolute;
		width: 60px;
		height: 60px;
		top: 84px;
		left: calc(50% - 60px / 2);
		z-index: 1;
	}

	.block.rectangular .icon {
		width: 52px;
		height: 52px;
		top: 31px;
		left: calc(50% - 52px / 2 + 84.5px);
		z-index: 1;
	}

	.text {
		margin-right: 20px;
		position: absolute;
		top: 20px;
		color: var(--white);
		font-weight: 700;
		font-size: 16px;
		line-height: 18px;
		letter-spacing: -0.03em;
		z-index: 1;
		left: 20px;
		-webkit-hyphens: manual;
		-ms-hyphens: manual;
		hyphens: manual;
	}

	.flex-table .flex-row {
		display: flex;
		width: 100%;
		gap: 10px;
	}

	.flex-row.first {
		flex-wrap: nowrap;
	}

	.flex-row.first .block {
		flex: 1 1 auto;
	}

	.flex-row.pair {
		justify-content: space-between;
	}
}

.text-field-row {
	display: flex;
	gap: 10px;
	width: 100%;
}

@supports(-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
    --active: var(--block-text-color);
    --active-inner: var(--checkbox-inner-color);
    --focus: 2px rgba(39, 94, 254, .3);
    --border: var(--block-text-color);
    --background: var(--bg-color);
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 22px;
	height: 22px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 2px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background .3s, border-color .3s, box-shadow .2s;
    &:after {
      content: '';
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, .3s) var(--d-t-e, ease), opacity var(--d-o, .2s);
    }    
    &:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: .9;
      &:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
      }
      & + label {
        cursor: not-allowed;
      }
    }
    
    &:focus {
      outline: none;
    }
    &:not(.switch) {
      width: 22px;
      &:after {
        opacity: var(--o, 0);
      }
      &:checked {
        --o: 1;
      }
    }
    & + label {
      line-height: 21px;
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      margin-left: 4px;
	  font-family: 'Inter';
	  font-style: normal;
	  font-weight: 600;
	  font-size: 14px;
	  letter-spacing: -0.03em;
	  color: var(--checkbox-label-color);
    }
  }

  input[type='checkbox'] {
	&:checked {
		--b: var(--active);
		--bc: var(--active);
		--d-o: .3s;
		--d-t: .6s;
		--d-t-e: cubic-bezier(.2, .85, .32, 1.2);
	}
    &:not(.switch) {
      border-radius: 5px;
      &:after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 6px;
        top: 4px;
        transform: rotate(var(--r, 20deg));
      }
      &:checked {
        --r: 43deg;
      }
    }
  }
  input[type='radio'] {
    border-radius: 50%;
    &:after {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: var(--active);
      opacity: 0;
      transform: scale(var(--s, .7));
    }
    &:checked {
      --s: .5;
    }
  }
}

.input-field-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
	margin-bottom: 10px;

	.input-field-label {
		font-family: 'Inter', sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 130%;
		letter-spacing: -0.03em;
		color: var(--block-text-color);
		flex: none;
		align-self: stretch;
		flex-grow: 0;
		margin-bottom: 0px;
	}

	.checkbox-frequency-group {
		text-align: left;
		.checkbox-frequency-group-item {
			height: 35px;
		}
	}

	.radio-comisson-group {
		text-align: left;
		.radio-comisson-group-item {
			height: 35px;
		}
	}

	.text-field-wrapper {
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 16px;
		gap: 10px;
		height: 50px;
		width: 100%;
		background: var(--block-bg-color);
		border-radius: 50px;
	}

	.witharea {
		border-radius: 20px;
		height: auto;

		textarea:focus {
			outline: none
		}
		
		textarea {
			resize: none;
			width: 100%;
			border: none;
			font-family: 'Inter', sans-serif;
			font-style: normal;
			font-weight: 600;
			font-size: 14px;
			line-height: 130%;
			letter-spacing: -0.03em;
			color: var(--block-text-color);
			background: transparent;
		}
	}

	.text-field-input {
		flex: 1;
		width: 100%;
		height: 100%;
		border: none;
		outline: none;
		font-family: 'Inter', sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 130%;
		letter-spacing: -0.03em;
		color: var(--block-text-color);
		background: transparent;
	}

	.text-field-input::placeholder,
	textarea::placeholder {
		color: var(--placeholder-color);
	}

	input[type="text"], .input[contenteditable] {
		padding: 0;
	}

	.label-with-infobutton {
		display: flex;
		align-items: center;
	
		label {
			margin-bottom: 0;
		}
	
		.info-button {
			width: 24px;
            flex: none;
            padding: 0px 5px;
            margin: 0px 10px;
            font-size: 14px;
            background: var(--pink);
            color: white;
            height: 23px;
            font-family: 'Inter', sans-serif;
		}
	}
}

.button-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 100%; 
}

.button-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: 100%; 
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    flex: 1; 
	height: 48px;
    font-family: 'Unbounded', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.03em;
    border: none;
    border-radius: 50px;
    cursor: pointer;

	&:hover, 
	&:focus {
		text-decoration: none;
	}
}

.button.light {
    background: var(--block-bg-color);
    color: var(--block-text-color);
}

.button.pink {
    background: var(--pink);
    color: var(--white);
}

/*=========================================*/
/* Родительский контейнер */
.summary-container {
    position: relative; 
    width: 100%; 
    background: var(--block-bg-color);
    border-radius: 35px;
    padding: 20px; 
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    min-height: 168px;
	margin-bottom: 20px;
}

/* Фоновое изображение */
.summary-container-background-image {
	position: absolute;
    width: 260.92px;
    right: -101.92px;
    top: -7.7px;
    transform: rotate(-9.52deg);
    z-index: 0;
}

/* Заголовок */
.summary-container-title {
    position: relative; 
    font-family: 'Unbounded', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.03em;
    color: var(--block-text-color);
    z-index: 1; 
}

/* Текстовый блок */
.summary-container-text {
    position: relative; 
    margin-top: 8px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.03em;
    color: var(--placeholder-color);
    z-index: 1;
	max-width: calc(100% - 120px);
}
.class-container {
    margin: 0 auto;
    width: auto; 
    margin-left: -10px;
    margin-right: -10px; 
}

.class-container-flex {
    display: table;
    table-layout: fixed; 
    border-spacing: 10px 10px; 
    width: 100%;
}

.class-row {
    display: table-row;
}

.class-item-box {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
    border-radius: 35px;
    background: linear-gradient(225deg, #F03897 0%, #CB116B 100%);
    width: auto;
    height: 100px;
	aspect-ratio: 1 / 1;
    box-sizing: border-box;
    overflow: hidden;
}
.class-item-box::before {
    content: "";
    display: block; 
    padding-top: 100%; 
}
.class-item-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 35px;
    padding: 4px;
    background: linear-gradient(225deg, #FF50A9, #E42B88);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: 2;
    pointer-events: none;
}

.class-item-box .number {
	font-weight: 700;
	font-size: 40px;
	line-height: 44px;
	letter-spacing: -0.03em;
	color: var(--white);
	margin: 0;
}

.class-item-box .label {
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: -0.03em;
	color: var(--white);
}

/* ТИП экзамена*/

.subject-type-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 10px;
    width: auto;
	margin-top: 20px;
	margin-bottom: 20px;
  }

  .subject-type-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 24px;
    gap: 20px;
    isolation: isolate;
    width: 100%;
    height: 97px;
    background: var(--block-bg-color);
    border-radius: 30px;
    position: relative;
	overflow: hidden;
	justify-content: space-between;
  }

  .subject-type-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 180px;
    z-index: 0;
  }

  .subject-type-item-content-text {
    font-family: 'Unbounded', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.03em;

	.text {
		color: var(--stype-text-color);
	}

	.subtext {
		color: var(--stype-subtext-color);
	}

	&.teacher .text {
		color: var(--stype-teacher-text-color);
	}

	&.teacher .subtext {
		color: var(--stype-teacher-subtext-color);
	}
  }

  .subject-type-background-image {
    transform: rotate(5.7deg);
	width: 100px;
    z-index: 1;
	margin-right: -35px;
  }

  .subject-type-item:nth-child(2) .subject-type-background-imag {
    transform: rotate(15deg);

  }

  .subject-type-item:nth-child(3) .subject-type-background-imag {
    transform: rotate(1.8deg);
  }

  .error-message {
	font-family: 'Inter';
	font-weight: 600;
	font-size: 14px;
	line-height: 130%;

	text-align: left;
	color: var(--pink);
	margin-bottom: 10px;
	display: none;
}






.popup {
	display: none; 
	border-radius: 15px;
	position: fixed;
	text-align: left;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 30px);
	padding: 20px;
	background-color: white;
	z-index: 1000;
	max-width: 850px;

	p {
		margin: 0 0 20px 0;
		font-family: 'Inter';
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 130%;
		letter-spacing: -0.03em;
		color: #8E8E8E;
		flex: none;
		order: 0;
		align-self: stretch;
		flex-grow: 0;

	}

	
}

.popup button {
	margin: 0;		
	background-color: var(--light-pink);
	color: var(--pink);
	width: 100%;
}

html.dark .popup button {
	margin: 0;		
	background-color: var(--block-bg-color);
	color: var(--white);
	width: 100%;
}



.overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(6px);
	background-color: rgb(242 242 242 / 60%);
	z-index: 999;
}

.contact-container {
	width: 100%;
	max-width: 850px;
    border-radius: 35px 35px 0px 0px;
    padding: 40px 20px;
    background-image: url(../images/vector.svg), linear-gradient(225deg, #F03897 0%, #CB116B 100%);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center; 


	.contact-container-items {
		.input-field-label {
			color: var(--white);
		}
	}

	.contact-container-title {
		font-family: 'Unbounded';
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 130%;
		text-align: center;
		letter-spacing: -0.03em;
		color: #FFFFFF;
	}

	.contact-container-subtitle {
		font-family: 'Inter';
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 130%;
		text-align: center;
		letter-spacing: -0.03em;

		color: #FFFFFF;
	}

	.error-message {
		color: var(--white);
	}

	.button.light {
		background: var(--white);
		color: var(--pink);
	}

	.button.lightpink {
		background: var(--lighter-pink);
		color: var(--white);
	}

	.text-field-wrapper {
		background-color: var(--white);
	}

	.text-field-input {
		color: var(--pink);
	}

	.text-field-input::placeholder,
	textarea::placeholder {
		color: var(--light-gray);
	}
}

/*
html.dark body {
	--block-bg-color: var(--tg-theme-bg-color);
	--bg-color: #0f0f0f;
	--text-color: #fff;
	--page-hint-color: #9b9ba1;
	--hint-color: #64666d;
	--placeholder-color-color: #5d6163;
}
*/




/*:root {
	--color-red: #C7274D;
	--color-green: #1F8AA0;
	--color-gray: #A4A4A4;
	--color-black: #393939;
}


@font-face {
	font-family: 'Inter Variable';
	src: url('fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
	font-weight: 100 900;
	font-display: swap;
}

body {
	background-color: var(--header-color, var(--tg-theme-secondary-bg-color, #efefef));
	font-family: 'Inter Variable', sans-serif;
	align-items: center;
}

.skeleton-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: var(--tg-viewport-height, 100vh);
	transition: height .2s ease;
	background: linear-gradient(90deg, var(--tg-theme-bg-color), var(--tg-theme-secondary-bg-color), var(--tg-theme-bg-color));
	background-size: 200% 100%;
	background-position: 100% 50%;
	animation: gradientAnimation 2s ease-in-out infinite, pulseAnimation 1s infinite alternate;
	z-index: 9999;
}

.emoji {
	font-size: 4rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@keyframes gradientAnimation {
	0% {
		background-position: 100% 50%;
	}

	100% {
		background-position: -100% 50%;
	}
}

@keyframes pulseAnimation {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.2);
	}
}


.container {
	background-color: white;
	border-radius: 20px;
	padding: 20px;
}

.main-title {
	font-size: 34px;
	text-align: left;
	font-weight: 500;
	padding-bottom: 10px;
}

.color-red {
	color: var(--color-red);
}

.color-gray {
	color: var(--color-gray);
}

.color-green {
	color: var(--color-green);
}

.color-black {
	color: var(--color-black);
}

.button-container {
	display: flex;
	justify-content: center;
	gap: 15px;
	padding: 10px;
}

.button {
	flex: 1;
	font-size: 14px;
	position: relative;
	padding: 10px;
	text-decoration: none !important;
	color: white;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.button-description {
	font-size: 12px;
	color: black;
}

.button-red {
	background-color: white;
	border: 2px solid var(--color-red);
	font-weight: 400;
	color: var(--color-red);
}

.button-fill-red {
	background-color: var(--color-red);
	font-weight: 400;
	color: white;
}

.button-green {
	background-color: white;
	font-weight: 400;
	border: 2px solid var(--color-green);
	color: var(--color-green);
}

.button-fill-green {
	background-color: var(--color-green);
	font-weight: 400;
	color: white;
}

span.avoidwrap {
	display: inline-block;
}

h3 {
	text-align: left;
}

.summary-info {
    text-align: left;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    padding: 0.5em;
    font-size: 12px;
}

a:hover,a:focus {
    color: black;
}

label {
	font-weight: normal;
	text-align: left;
}

span.description-text {
	font-size: 14px;
}

.input-container {
    display: flex;
    gap: 10px; 
}

.input-group {
    display: flex;
    flex-direction: column; 
	width: 100%;
}

input[type="number"],
input[type="tel"] {
	padding: 8px;
    border-radius: 15px;
    background-color: white;
    border: 2px solid var(--color-red);
    color: var(--color-red);
	font-size: 16px;
	width: 100%;	
}

.error-message {
	font-size: 12px;
	text-align: left;
	color: red;
	margin-top: 10px;
	display: none;
}

.checkbox-frequency-group,
.checkbox-comission-group {
    text-align: left;
    padding: 8px;
}

.checkbox-frequency-group label,
.checkbox-comission-group label {
    display: block;
	margin-bottom: 10px;
}

.checkbox-frequency-group input[type="checkbox"],
.checkbox-comission-group input[type="checkbox"] {
    accent-color: var(--color-red);
    transform: scale(1.5);
	margin-right: 10px;
}

input[type="text"],
textarea {
    padding: 8px;
    border-radius: 15px;
    background-color: white;
    border: 2px solid var(--color-red);
    color: var(--color-red);
    margin: 0px;
}

.input-text-with-confirm {
    display: flex;
    gap: 15px;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus {
    outline: none
}

textarea {
	resize: none;
}

.popup {
	display: none; 
	border-radius: 15px;
	position: fixed;
	text-align: left;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 300px;
	padding: 20px;
	background-color: white;
	border: 1px solid #ccc;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;

	p {
		margin: 0 0 20px 0;
	}

	button {
		font-size: 12px;
		margin: 0;
	}
}
.overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
}



*/