

/* Start:/local/templates/sunbay/components/bitrix/news.detail/tarif/style.css?175571559311993*/



.burger-menu {
	display: none;
	cursor: pointer;
}

.mobile-menu {
	width: 100%;
	position: absolute;
	top: 0;
	left: -100vw;
	height: 100dvh;
	background-color: rgba(24, 24, 24, 0.75);
	transition: left 1s ease-out;
}

.mobile-menu__inner {
	display: flex;
	flex-direction: column;
	width: 308px;
	background-color: var(--bg-primary);
	height: 100%;
}

.mobile-menu__header {
	display: flex;
	align-items: center;
	padding: 11px 0 24px 12px;
}

.mobile-menu__back {
	margin-right: 65px;
	cursor: pointer;
}

.mobile-menu__list {
	padding-left: 18px;
}

.mobile-menu__item {
	display: flex;
	line-height: 36px;
	align-items: center;
}

.mobile-menu__item a {
	color: var(--color-text-medium) !important;
	font-weight: 500;
}

.mobile-menu__footer {
	margin: auto 16px 24px;
}

.mobile-menu__item img {
	margin-right: 12px;
}

a.mobile-menu__tel {
	font-size: 20px;
	font-weight: 600;
	color: var(--color-primary) !important;
}

.mobile-menu__socials {
	display: flex;
	gap: 20px;
	margin-top: 12px;
}

.btn {
	display: inline-flex;
	align-items: center;
	background-color: var(--color-accent);
	color: var(--bg-primary);
	font-size: 16px;
	font-family: Inter, sans-serif;
	border-radius: 12px;
	letter-spacing: -0.5px;
	line-height: 54px;
	border-color: transparent;
	padding: 0 24px;
	border: 1px solid transparent;
	transition: 0.3s;
	cursor: pointer;
}

.btn:disabled,
.btn[disabled] {
	/*background-color: red !important;*/
	opacity: .7 !important;
	cursor: not-allowed !important;
}

.btn:hover:not([disabled]) {
	background-color: var(--bg-btn-hover);
}

.btn img {
	margin-left: 12px;
}

.btn.small {
	padding: 0 17px;
	display: inline-block;
	line-height: 42px;
	border-radius: 8px;
	max-height: 42px;
}

.btn.btn-lk,
.btn.btn-form {
	background-color: var(--bg-primary);
	border: 1px solid var(--color-accent);
	color: var(--color-accent);
	/* background-color: var(--bg-secondary); */
}

.btn:hover.btn-lk,
.btn:hover:not([disabled]).btn-form {
	color: var(--bg-primary);
	background-color: var(--bg-btn-hover);
	border-color: var(--bg-btn-hover);
}

.btn.btn-form {
	border: 1px solid transparent;

}

.icon-lk {
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

.input__wrapper {
	flex-grow: 1;
	position: relative;
}

.input__wrapper input,
.input__wrapper textarea {
	width: 100%;
	border-radius: 8px;
	background-color: var(--bg-btn-hover);
	color: var(--bg-primary);
	padding: 1px 44px 1px 16px;
	font-size: 16px;
	line-height: 40px;
	border: 1px solid transparent;
}

.input__wrapper input:focus,
.input__wrapper input:not(:placeholder-shown),
.input__wrapper textarea:focus {
	outline: none;
	background-color: transparent;
	border-color: var(--bg-primary);
}

.input__wrapper input::placeholder,
.input__wrapper textarea::placeholder {
	color: #EDEAf9;
}

.input__wrapper.error input,
.input__wrapper.error textarea {
	border-color: var(--color-error);
}

.input__wrapper.error span {
	display: inline-block;
	margin-top: 4px;
	font-size: 14px;
	color: var(--color-error);
}

textarea {
	font-family: Inter, sans-serif;
}

.email-icon {
	position: absolute;
	top: 12px;
	right: 16px;
}

.tarif h2 {
	margin-bottom: 32px;
}

.tarif__inner {
	display: flex;
	gap: 40px;
}

.tarif__left {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 10px;
	border-radius: 24px;

}

.tarif__img {
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}

.tarif__img img {
	width: 100%;
	object-fit: cover;
}

.tarif__sup-img {
	width: 68px;
	position: absolute;
	top: 20px;
	left: 20px;
}

.tarif__right {
	max-width: 33%;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 40px;
	color: var(--color-text-inverce);
}

.tarif__right p {
	margin: 20px 0;
	color: var(--color-text-inverce);
	opacity: 0.6;
}

.tarif__order {
	text-align: center;
	padding: 32px;
	background-color: var(--color-bg-brand-dark);
	border-radius: 24px;
}

.tarif__price {
	font-size: 40px;
	font-weight: 600;
}

.tarif__license {
	padding: 32px;
	background-color: var(--color-bg-brand-dark);
	border-radius: 24px;
}

.tarif__license p a {
	color: var(--bg-primary);
	opacity: 2;
}

.main-section {
	padding: 184px 0 60px;
	text-align: center;
}

.main-section__text {
	max-width: 550px;
	font-weight: 500;
	text-align: center;
	margin: 24px auto 40px;
	font-size: 16px;
	line-height: 22.4px;
	letter-spacing: -0.5px;
	color: var(--color-text-medium);
}

.main-section__img {
	margin-top: 64px;
}

.main-section__img img {
	width: 100%;
	object-fit: cover;
}

.offer {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.offer h2 {
	margin-bottom: 32px;
}

.offer__left {
	max-width: 560px;
}

.offer__right {
	max-width: 530px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.offer__item {
	display: flex;
}

.icon {
	min-width: 64px;
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-accent);
	border-radius: 50%;
	margin: 0 24px 24px 0;
}

.icon img {
	width: 40px;
	object-fit: cover;
}

.work,
.work p,
.approval__right p {
	color: var(--color-text-inverce);
}

.work h2 {
	margin-bottom: 32px;
}

.work p,
.approval__right p {
	opacity: 0.6;
}

.work__inner {
	padding: 60px;
	background-color: var(--color-bg-brand-dark);
	border-radius: 24px;
	display: flex;
}

.work__left {
	max-width: 550px;
}

.work__items {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.work__item {
	display: flex;
}

.number {
	min-width: 36px;
	height: 55px;
	display: flex;
	align-items: center;
	color: var(--color-bg-brand-light);
	font-size: 50px;
	font-weight: 700;
	justify-content: center;
	margin-right: 24px;
}

.work__right {
	margin-left: auto;
	position: relative;
}

.work__right img {
	position: absolute;
	right: 0;
	bottom: -140px;
}

.applications {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-top: 60px;
}

.application span {
	color: var(--color-primary);
}

.advantages {
	display: flex;
	justify-content: space-between;
}

.advantages__left {
	max-width: 706px;
	margin-right: 40px;
}

.advantages__right {
	min-width: 374px;
	padding-right: 15px;
	margin-left: auto;
}

.advantages__left h2 {
	margin-bottom: 32px;
}

.advantages__right-item {
	display: flex;
	align-items: center;
}

.advantages__right-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
}

.approval {
	background-color: #f3f5fa;
	color: var(--color-text-inverce);
}

.approval__inner {
	padding: 60px;
	background-color: var(--color-bg-brand-dark);
	border-radius: 24px;
	display: flex;
}

.approval__left {
	max-width: 490px;
}

.approval__right {
	max-width: 520px;
	margin-left: auto;
}

.approval__right p {
	margin: 0 0 28px;
}

.approval__form {
	display: flex;
	gap: 20px;
}

.questions {
	display: flex;
	gap: 40px;
}

.questions h2 {
	max-width: 510px;
}

.accordeon {
	max-width: 590px;
	margin-left: auto;
}

.accordeon-item__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	letter-spacing: -1px;
	padding: 24px 0;
	border-bottom: 1px solid var(--color-border-normal);
	cursor: pointer;
}

.accordeon-item__title span {
	min-width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: var(--color-accent);
	transform: rotate(0);
	transition: transform 0.5s ease-out;
	display: flex;
	align-content: center;
	justify-content: center;
	margin-left: 12px;
}

.accordeon-item__title.active {
	border-bottom: none;
}

.accordeon-item__title.active span {
	transform: rotate(180deg);
}

.accordeon-item__content {
	overflow: hidden;
	padding: 0;
	box-sizing: content-box;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	transition: max-height 0.5s ease-out,
	padding 0.5s ease-out,
	opacity 0.1s ease-out 0.5s,
	visibility 0.1s ease-out 0.5s;
}

.accordeon-item__content p {
	color: var(--color-secondary);
}

.accordeon-item__content.active {
	visibility: visible;
	opacity: 1;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--color-border-normal);
	transition: max-height 0.5s ease-out,
	padding 0.5s ease-out,
	opacity 0.1s ease-out;
}

.accordeon-item__content.active p {
	margin: 0;
}

.footer {
	background-color: var(--color-bg-brand-dark);
	/* background-color: var(--bg-secondary); */
}

.footer-top {
	display: flex;
	justify-content: space-between;
	padding: 100px 0;
	gap: 24px;
	flex-wrap: wrap;
}


.footer-top__col-one p {
	color: var(--color-text-inverce);
	padding: 12px 0 24px;
	opacity: 0.6;
}

.footer-menu li a {
	color: var(--color-text-inverce) !important;
	opacity: 0.6;
}

.footer-menu li:hover a {
	opacity: 1;
}

.footer__socials {
	display: flex;
	gap: 20px;
}

.footer-menu {
	flex-direction: column;
	gap: 12px;
}

.footer-menu li a.footer__tel {
	font-size: 24px;
	font-weight: 600;
	opacity: 1;
}

.footer__copyright {
	color: var(--color-text-inverce);
	opacity: 0.6;
	text-align: center;
	padding: 24px 0;
}


@media (max-width: 1200px) {
	.menu li {
		margin: 0 20px;
	}

	.approval__inner {
		flex-direction: column;
		gap: 24px;
	}

	.approval__left,
	.approval__right {
		max-width: 100%;
	}
}

@media (max-width: 1100px) {
	.tarif__inner {
		flex-direction: column;
	}

	.tarif__right {
		max-width: 100%;
	}
}

@media (max-width: 992px) {
	.btn.small.btn-lk {
		display: none;
	}

	.icon-lk {
		display: block;
	}

	.offer {
		display: block;
	}

	.offer__left {
		max-width: 100%;
		margin-bottom: 40px;
	}

	.offer__right {
		max-width: 100%;
	}

	.work__right {
		height: 747px;
	}

	.applications {
		grid-template-columns: repeat(2, 1fr);
	}

	.questions {
		flex-direction: column;
	}

	.questions h2 {
		max-width: 100%;
	}

	.our-services {
		flex-direction: column;
	}

	.our-services__left {
		max-width: 100%;
	}

	.our-services__right {
		text-align: center;
	}

}

@media (max-width: 768px) {
	h2 {
		font-size: 32px;
		line-height: 35px;
	}

	h3 {
		font-size: 20px;
		line-height: 24px;
		letter-spacing: -1px;
	}

	p {
		font-size: 14px;
		line-height: 19.6px;
	}

	.burger-menu {
		display: block;
	}

	.menu {
		display: none;
	}

	.header {
		padding: 11px 0;
	}

	.tarif__sup-img {
		width: 58px;
		top: 10px;
		left: 10px;
	}

	/* ================= */
	.main-section {
		padding: 120px 0 60px;
	}

	.main-section__inner {
		background-image: url(/local/templates/sunbay/components/bitrix/news.detail/tarif/./img/main-bg.png);
		background-size: auto;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.main-section__text {
		font-size: 14px;
	}

	.offer h2 {
		margin-bottom: 12px;
	}

	.work__inner,
	.approval__inner {
		padding: 24px;
	}

	.work__inner {
		flex-direction: column;
	}

	.work__right {
		width: 310px;
		height: 262px;
		margin: 36px auto 0;
	}

	.work__right img {
		position: static;
	}

	.applications {
		display: flex;
		flex-direction: column;
		gap: 24px;
		margin-top: 40px;
	}

	.advantages {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}

	.advantages__left h2 {
		margin-bottom: 0;
	}

	.advantages__right {
		margin-left: 0;
	}

	.advantages__right-icon {
		width: 24px;
		height: 24px;
	}

	.advantages__right-icon img {
		width: 70%;
		object-fit: cover;
	}

	.footer-top {
		display: flex;
		flex-direction: column;
		gap: 24px;
		flex-wrap: wrap;
		padding: 60px 0;
	}

	.footer-menu {
		padding-left: 0 !important;
	}

	.py-base {
		padding: 60px 0;
	}

	.icon {
		min-width: 48px;
		width: 48px;
		height: 48px;
	}

	.icon img {
		width: 30px;
	}

	.number {
		min-width: 32px;
		height: 48px;
		font-size: 44px;
	}
}

@media (max-width: 576px) {
	.btn {
		line-height: 42px;
		padding: 0 16px;
	}

	.logo {
		width: 164px;
	}

	.logo img {
		width: 100%;
		object-fit: cover;
	}

	.tarif__sup-img {
		width: 48px;
		top: 5px;
		left: 5px;
	}

	.work__right {
		width: 310px;
		height: 256px;
	}

	.work__right img {
		width: 100%;
		object-fit: cover;
		right: 8px;
	}

	.approval__form {
		flex-direction: column;
	}

	.our-services__right img {
		width: 100%;
		object-fit: contain;
	}

	.payment {
		grid-template-columns: 1fr;
	}
}
/* End */


/* Start:/local/components/sunbay/products.list/templates/.default/style.css?176182446341569*/

*,
h2,
h3,
h4 {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

:root {
    --bg-primary: #fff;
    --bg-secondary: #252525;
    --bg-form: #eff2f9;
    --color-primary: #111933;
    --color-accent: #8700ff;
    --color-secondary: #858faf;
    --color-error: #c93d3d;
    --color-text-medium: #485378;
    --color-text-inverce: #fff;
    --color-bg-brand-dark: #5e24ae;
    --color-bg-brand-light: #dbd1ff;
    --bg-btn-hover: #904fff;
    --color-border-normal: #b6bfd6;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: Inter, sans-serif;
    background-color: var(--bg-primary);
    color: var(--color-primary);
    overflow-x: hidden;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: var(--color-secondary);
}

#allrecords a {
    color: var(--color-secondary);
    text-decoration: none;
}

#allrecords a:hover {
    color: var(--color-accent);
}

h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
}

h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}

h4 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -1px;
}

p {
    margin: 12px 0 0;
    font-weight: 500;
    color: var(--color-secondary);
    letter-spacing: -0.5px;
    line-height: 22.4px;
}

table {
    border-collapse: collapse;
}

th {
    height: 40px;
    border-bottom: 1px solid #000;
}

tr {
    height: 40px;
}

td {
    padding: 10px;
    border-bottom: 1px solid var(--color-border-normal);
}

.mb-20 {
    margin-bottom: 20px
}

.py-base {
    padding: 100px 0;
}

.container {
    max-width: 1232px;
    width: 100%;
    /*padding: 0 16px;*/
    margin: 0 auto;
}

.header {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    background-color: var(--bg-primary);
    z-index: 10;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.breadcrumbs {
    padding-top: 84px;
    display: flex;
    width: 100%;
}

.breadcrumbs li {
    display: inline;
}

.breadcrumbs li a {
    color: var(--color-primary);
}

.breadcrumbs li.active {
    color: var(--color-secondary);
}

.breadcrumbs img {
    display: inline-flex;
    margin: 0 16px;
}

.menu,
.footer-menu {
    display: flex;
}

.menu li {
    margin: 0 20px;
}

.menu li a,
.footer-menu li a {
    color: var(--color-secondary);
}

.menu li a:hover,
.futer-menu li a:hover {
    color: var(--color-accent);
}

.burger-menu {
    display: none;
    cursor: pointer;
}

.mobile-menu {
    width: 100%;
    position: absolute;
    top: 0;
    left: -100vw;
    height: 100dvh;
    background-color: rgba(24, 24, 24, 0.75);
    transition: left 1s ease-out;
}

.mobile-menu__inner {
    display: flex;
    flex-direction: column;
    width: 308px;
    background-color: var(--bg-primary);
    height: 100%;
}

.mobile-menu__header {
    display: flex;
    align-items: center;
    padding: 18px 0 24px 12px;
}

.mobile-menu__back {
    margin-right: 65px;
    cursor: pointer;
}

.mobile-menu__list {
    padding-left: 18px;
}

.mobile-menu__item {
    display: flex;
    line-height: 36px;
    align-items: center;
}

.mobile-menu__item a {
    color: var(--color-text-medium) !important;
    font-weight: 500;
}

.mobile-menu__footer {
    margin: auto 16px 24px;
}

.mobile-menu__item img {
    margin-right: 12px;
}

a.mobile-menu__tel {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-primary);
}

.mobile-menu__socials {
    display: flex;
    gap: 20px;
    margin-top: 12px;
}

.btn {
    display: inline-flex;
    align-items: center;
    background-color: var(--color-accent);
    color: #fff;
    /* color: var(--color-primary); */
    font-size: 16px;
    font-family: Inter, sans-serif;
    border-radius: 12px;
    letter-spacing: -0.5px;
    line-height: 54px;
    border-color: transparent;
    padding: 0 24px;
    border: 1px solid transparent;
    transition: 0.3s;
    cursor: pointer;
}

.btn:hover:not('disabled') {
    background-color: var(--bg-btn-hover);
}

.btn:disabled {
    opacity: 50%;
    cursor: auto;
}

.btn img {
    margin-left: 12px;
}

.btn.small {
    padding: 0 17px;
    line-height: 42px;
    border-radius: 8px;
    max-height: 42px;
    width: fit-content;
}

.btn.btn-lk,
.btn.btn-form {
    background-color: #fff;
    border: 1px solid var(--color-accent);
    color: var(--color-accent);
    /* background-color: var(--bg-secondary); */
}

.btn:hover.btn-lk,
.btn:hover.btn-form {
    color: #fff;
    background-color: var(--bg-btn-hover);
    border-color: var(--bg-btn-hover);
}

.btn.btn-form {
    border: 1px solid transparent;

}

.icon-lk {
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}


select,
input {
    border: 1px solid var(--color-accent);
    padding: 0 10px;
    height: 42px;
    border-radius: 8px;
}

.requisites-form input {
    width: 100%;

}

select:focus {
    outline: #5e24ae;
}

.input__wrapper {
    flex-grow: 1;
    position: relative;
}

.input__wrapper input,
.input__wrapper textarea {
    width: 100%;
    border-radius: 8px;
    color: var(--color-primary);
    padding: 1px 44px 1px 16px;
    font-size: 16px;
    line-height: 40px;
    border: 1px solid var(--color-accent);
}

.input__wrapper input:focus,
.input__wrapper input:not(:placeholder-shown),
.input__wrapper textarea:focus {
    outline: none;
}

.input__wrapper input::placeholder,
.input__wrapper textarea::placeholder {
    color: var(--color-text-medium);
}

.input__wrapper.error input,
.input__wrapper.error textarea {
    border-color: var(--color-error);
}

.input__wrapper.error span {
    display: inline-block;
    margin-top: 4px;
    font-size: 14px;
    color: var(--color-error);
}

textarea {
    font-family: Inter, sans-serif;
}

.radio-box.radio-box--search {
    display: flex;
    flex-direction: column;
}

.radio {
    padding: 16px;
    border: 1px solid var(--border-color);
    border-radius: 6px;
}

.custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-radio + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: var(--main-color);
}

.radio-box.radio-box--search .custom-radio + label {
    align-items: stretch;
}

.custom-radio + label .suplabel {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--muted-foreground-color);
}

.custom-radio + label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid var(--color-accent);
    border-radius: 50%;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center center;
}

.custom-radio:focus:not(:checked) + label::before {
    border-color: var(--text-color);
}

.custom-radio:checked + label::before {
    border-color: var(--color-accent);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='5' cy='5' r='4.5' fill='%235B21B6' stroke='%235B21B6'/%3e%3c/svg%3e");
}

.email-icon {
    position: absolute;
    top: 12px;
    right: 16px;
}

.our-services {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.our-services h2 {
    margin-bottom: 32px;
}

.our-services__left {
    max-width: 536px;
}
/*
.order {
	display: none;
}
*/
.offer {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.offer h2 {
    margin-bottom: 32px;
}

.offer__left {
    max-width: 560px;
}

.offer__right {
    max-width: 530px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.offer__item {
    display: flex;
}

.icon {
    min-width: 64px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-accent);
    border-radius: 50%;
    margin-right: 24px;
    /*margin: 0 24px 24px 0;*/
}

.icon img {
    width: 40px;
    object-fit: cover;
}

.number {
    min-width: 36px;
    height: 55px;
    display: flex;
    align-items: center;
    color: var(--color-bg-brand-light);
    font-size: 50px;
    font-weight: 700;
    justify-content: center;
    margin-right: 24px;
}

.applications {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
}

.application span {
    color: var(--color-primary);
}

.advantages {
    display: flex;
    justify-content: space-between;
}

.advantages__left {
    max-width: 706px;
    margin-right: 40px;
}

.advantages__right {
    min-width: 374px;
    padding-right: 15px;
    margin-left: auto;
}

.advantages__left h2 {
    margin-bottom: 32px;
}

.advantages__right-item {
    display: flex;
    align-items: center;
}

.advantages__right-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.approval {
    background-color: #f3f5fa;
    color: var(--color-text-inverce);
}

.approval__inner {
    padding: 60px;
    background-color: var(--color-bg-brand-dark);
    border-radius: 24px;
    display: flex;
}

.approval__left {
    max-width: 490px;
}

.approval__right {
    max-width: 520px;
    margin-left: auto;
}

.approval__right p {
    margin: 0 0 28px;
}

.approval__form {
    display: flex;
    gap: 20px;
}

.questions {
    display: flex;
    gap: 40px;
}

.questions h2 {
    max-width: 510px;
}

/*==================*/
.contacts {
    display: flex;
    gap: 40px;
}

.contacts h2 {
    margin-bottom: 32px;
}

.contacts__left {
    max-width: 530px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-right: auto;
}

.contacts__right {
    max-width: 540px;
    width: 100%;
    background-color: var(--bg-form);
    padding: 60px;
    border-radius: 24px;
}

.requisites__form {
    margin-top: 24px;
    display: none;
    flex-direction: column;
    gap: 12px;
}

.payment {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

/*==============================*/

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 60px 20px 30px;
    border-radius: 24px;
    box-shadow: 0 0 10px 0 rgba(135, 0, 255, 0.3);
    -webkit-box-shadow: 0 0 10px 0 rgba(135, 0, 255, 0.3);
    width: 100%;
    max-width: 643px;
    z-index: 1001;
}

.modal h2 {
    margin: 0 0 20px;
    font-size: 24px;
    color: #904fff;
    text-align: center;
}

.modal form {
    display: flex;
    flex-direction: column;
}

.form-group {
    margin-bottom: 30px;
    position: relative;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #555;
}

.form-group input {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #904fff;
    border-radius: 4px;
}

.form-group .password-toggle {
    position: absolute;
    top: 70%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 14px;
    color: #904fff;
}

.form-group .password-toggle:hover {
    color: #a774ff;
}

.modal form button {
    padding: 10px;
    font-size: 16px;
    color: #fff;
    background-color: #904fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 24px;
}

.modal form button:hover {
    background-color: #a774ff;
}

.close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    color: #aaa;
    cursor: pointer;
}

.close-modal:hover {
    color: #333;
}

.open-modal-btn {
    display: inline-block;
    margin: 20px auto;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #904fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}

.open-modal-btn:hover {
    background-color: #a774ff;
}
.fake-form {
    display: none;
    max-width: 500px;
    margin: 200px;
}

#getPdfInvoice {
    color: #fff!important;
    margin: auto;
    font-size: 20px;
}

.modal_invoice_title {
    vertical-align: middle;
    color: #000000;
    font-size: 30px;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-align: center;
}

.modal_invoice_content {
    margin-top: 15px;
    vertical-align: middle;
    color: #000000;
    font-size: 26px;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin: 30px auto;
}

.modal_invoice_content2 {
    vertical-align: middle;
    color: #000000;
    font-size: 24px;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin: 30px auto;
    max-width: 460px;
    text-align: center;
}

/*===========================================*/

.order div.accordeon {
    max-width: 100%!important;
    width: 100%!important;
    margin-left: auto;
}

.accordeon-item__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: -1px;
    padding: 24px 0;
    border-bottom: 1px solid var(--color-border-normal);
    cursor: pointer;
}

.accordeon-item__title span {
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--color-accent);
    transform: rotate(0);
    transition: transform 0.5s ease-out;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-left: 12px;
}

.accordeon-item__title.active {
    border-bottom: none;
}

.accordeon-item__title.active span {
    transform: rotate(180deg);
}

.accordeon-item__content {
    overflow: hidden;
    padding: 0;
    box-sizing: content-box;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.5s ease-out,
    padding 0.5s ease-out,
    opacity 0.1s ease-out 0.5s,
    visibility 0.1s ease-out 0.5s;
}

.accordeon-item__content p {
    color: var(--color-secondary);
}

.accordeon-item__content.active {
    visibility: visible;
    opacity: 1;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--color-border-normal);
    transition: max-height 0.5s ease-out,
    padding 0.5s ease-out,
    opacity 0.1s ease-out;
}

.accordeon-item__content.active p {
    margin: 0;
}

.tabs__container {
    display: flex;
    border-bottom: 1px solid var(--color-accent);
    gap: 1px;
}

.tab__title {
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px solid var(--color-accent);
    border-bottom: none;
    color: var(--color-accent);
    cursor: pointer;
}

.active-tab {
    color: var(--color-accent);
    border-bottom: 2px solid var(--color-accent);
    background-color: var(--color-accent);
    color: var(--bg-primary);
}

.tab__content {
    margin: 20px 0;
}

.hidden-tab-content {
    display: none;
}

.payment-method {
    margin-top: 40px;
    display: none;
}

.footer {
    background-color: var(--color-bg-brand-dark);
}

.footer-top {
    display: flex;
    justify-content: space-between;
    padding: 100px 0;
    gap: 24px;
    flex-wrap: wrap;
}


.footer-top__col-one p {
    color: var(--color-text-inverce);
    padding: 12px 0 24px;
    opacity: 0.6;
}

.footer-menu li a {
    color: var(--color-text-inverce) !important;
    opacity: 0.6;
}

.footer-menu li:hover a {
    opacity: 1;
}

.footer__socials {
    display: flex;
    gap: 20px;
}

.footer-menu {
    flex-direction: column;
    gap: 12px;
}

.footer-menu li a.footer__tel {
    font-size: 24px;
    font-weight: 600;
    opacity: 1;
}

.footer__copyright {
    color: var(--color-text-inverce);
    opacity: 0.6;
    text-align: center;
    padding: 24px 0;
}

.agree-block {
    padding-top: 20px;
}

.agree-block a {
    display: inline-block;
    margin-left: 5px;
}


@media (max-width: 1200px) {
    .menu li {
        margin: 0 20px;
    }

    .approval__inner {
        flex-direction: column;
        gap: 24px;
    }

    .approval__left,
    .approval__right {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .btn.small.btn-lk {
        display: none;
    }

    .icon-lk {
        display: block;
    }

    .offer {
        display: block;
    }

    .offer__left {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .offer__right {
        max-width: 100%;
    }

    .applications {
        grid-template-columns: repeat(2, 1fr);
    }

    .questions {
        flex-direction: column;
    }

    .questions h2 {
        max-width: 100%;
    }

    .our-services {
        flex-direction: column;
    }

    .our-services__left {
        max-width: 100%;
    }

    .our-services__right {
        text-align: center;
    }

    .contacts {
        flex-direction: column;
    }

    .payment {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 768px) {
    h2 {
        font-size: 32px;
        line-height: 35px;
    }

    h3 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -1px;
    }

    p {
        font-size: 14px;
        line-height: 19.6px;
    }

    .burger-menu {
        display: block;
    }

    .header {
        padding: 11px 0;
    }

    .menu {
        display: none;
    }

    .breadcrumbs {
        padding-top: 60px;
    }

    /* ================= */
    .main-section {
        padding: 60px 0;
    }

    .main-section__inner {
        background-image: url(/local/components/sunbay/products.list/templates/.default/./img/main-bg.png);
        background-size: auto;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .main-section__text {
        font-size: 14px;
    }

    .offer h2 {
        margin-bottom: 12px;
    }

    .applications {
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-top: 40px;
    }

    .advantages {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .advantages__left h2 {
        margin-bottom: 0;
    }

    .advantages__right {
        margin-left: 0;
    }

    .advantages__right-icon {
        width: 24px;
        height: 24px;
    }

    .advantages__right-icon img {
        width: 70%;
        object-fit: cover;
    }

    .footer-top {
        display: flex;
        flex-direction: column;
        gap: 24px;
        flex-wrap: wrap;
        padding: 60px 0;
    }

    .footer-menu {
        padding-left: 0 !important;
    }

    .py-base {
        padding: 60px 0;
    }

    .icon {
        min-width: 48px;
        width: 48px;
        height: 48px;
    }

    .icon img {
        width: 30px;
    }

    .number {
        min-width: 32px;
        height: 48px;
        font-size: 44px;
    }
}

@media (max-width: 576px) {
    .btn {
        line-height: 42px;
        padding: 0 16px;
    }

    .btn.small {
        width: 100%;
        justify-content: center;
    }

    .logo {
        width: 164px;
    }

    .logo img {
        width: 100%;
        object-fit: cover;
    }

    .approval__form {
        flex-direction: column;
    }

    .our-services__right img {
        width: 100%;
        object-fit: contain;
    }

    .contacts__right {
        padding: 24px;
    }

    .payment {
        grid-template-columns: 1fr;
    }
}


/* =============== */

.checked label {
    font-size: 16px;
    line-height: 100%;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox + label {
    width: 250px;
    display: inline-flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
}

.custom-checkbox.w100 + label {
    width: 100%;
}

.custom-checkbox + label::before {
    left: 0;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #8700FF;
    border-radius: 6px;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox.error + label::before {
    border: 1px solid red;

}

.custom-checkbox:not(:disabled):active + label::before {
    border-color: #8700FF;
}

.custom-checkbox:focus:not(:checked) + label::before {
    border-color: #8700FF;
}

.custom-checkbox:checked + label::before {
    border-color: #8700FF;
    background-image: url(/images/tild6431-3663-4264-b563-663135353465__check.svg);
    background-size: 80%;
    background-position: 2px 3px;
}

/* =========== */


.form-group {
    margin-bottom: 10px;
}

.form-group label {
    margin-bottom: 4px;
    display: block;
    color: #020617;
    font-weight: 500;
}

.suggestions-nowrap {
    white-space: nowrap;
}

.suggestions-input {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.suggestions-input::-ms-clear {
    display: none;
}

.suggestions-wrapper {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: top;
    min-height: 1px;
    -webkit-text-size-adjust: 100%;
}

.suggestions-addon {
    display: none;
    opacity: 0;
    position: absolute;
}

.suggestions-addon[data-addon-type="spinner"] {
    background: rgba(255, 255, 255, 0.75) url("data:image/gif;base64,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") 50% 50% no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.suggestions-addon[data-addon-type="clear"] {
    background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=") 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
    opacity: 0.8;
}

.suggestions-addon[data-addon-type="clear"]:hover {
    opacity: 1;
}

.suggestions-suggestions {
    background: #fff;
    border: 1px solid #999;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    z-index: 9999;
    -webkit-text-size-adjust: 100%;
}

.suggestions-suggestions strong {
    font-weight: bold;
    color: #5e24ae;
}

.suggestions-suggestions.suggestions-mobile {
    border-style: none;
}

.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
    border-bottom: 1px solid #ddd;
}

.suggestions-suggestion {
    padding: 4px 4px;
    overflow: hidden;
}

.suggestions-suggestion:hover {
    background: #f7f7f7;
}

.suggestions-selected {
    background: #f0f0f0;
}

.suggestions-selected:hover {
    background: #f0f0f0;
}

.suggestions-hint {
    padding: 4px 4px;
    white-space: nowrap;
    overflow: hidden;
    color: #777;
    font-size: 85%;
}

.suggestions-constraints {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
}

.suggestions-constraints:empty {
    display: none !important;
}

.suggestions-constraints li {
    background: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: default;
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0 0.5em;
}

.suggestions-constraints li .suggestions-remove {
    height: 1em;
    width: 1em;
    display: inline-block;
    margin: 0 0 0 0.25em;
    background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=") 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
    opacity: 0.8;
}

.suggestions-constraints li .suggestions-remove:hover {
    opacity: 1;
}

.suggestions-constraints li span {
    vertical-align: middle;
}

.suggestions-subtext {
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.suggestions-subtext_inline {
    display: inline-block;
    min-width: 6em;
    vertical-align: bottom;
    margin: 0 0.5em 0 0;
}

.suggestions-subtext-delimiter {
    display: inline-block;
    width: 2px;
}

.suggestions-subtext_label {
    margin: 0 0 0 0.25em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 3px;
    background: #f5f5f5;
    font-size: 85%;
}

.suggestions-value[data-suggestion-status="LIQUIDATED"] {
    position: relative;
}

.suggestions-value[data-suggestion-status="LIQUIDATED"]:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    content: '';
}

#rec915982423 .t396__artboard {
    height: 550px;
}

#rec915982423 .t396__filter {
    height: 550px;
}

#rec915982423 .t396__carrier {
    height: 550px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec915982423 .t396__artboard, #rec915982423 .t396__filter, #rec915982423 .t396__carrier {
    }

    #rec915982423 .t396__filter {
    }

    #rec915982423 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec915982423 .t396__artboard, #rec915982423 .t396__filter, #rec915982423 .t396__carrier {
    }

    #rec915982423 .t396__filter {
    }

    #rec915982423 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec915982423 .t396__artboard, #rec915982423 .t396__filter, #rec915982423 .t396__carrier {
    }

    #rec915982423 .t396__filter {
    }

    #rec915982423 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec915982423 .t396__artboard, #rec915982423 .t396__filter, #rec915982423 .t396__carrier {
    }

    #rec915982423 .t396__filter {
    }

    #rec915982423 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec915982423 .tn-elem[data-elem-id="1743086136782"] {
    z-index: 3;
    top: 32px;
    left: calc(50% - 600px + 279px);
    width: 643px;
    height: 487px;
}

#rec915982423 .tn-elem[data-elem-id="1743086136782"] .tn-atom {
    border-width: 24px;
    border-radius: 24px 24px 24px 24px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec915982423 .tn-elem[data-elem-id="1743086582288"] {
    color: #000000;
    z-index: 4;
    top: 113px;
    left: calc(50% - 600px + 381px);
    width: 438px;
    height: auto;
}

#rec915982423 .tn-elem[data-elem-id="1743086582288"] .tn-atom {
    vertical-align: middle;
    color: #000000;
    font-size: 30px;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec915982423 .tn-elem[data-elem-id="1743086658091"] {
    color: #000000;
    z-index: 5;
    top: 189px;
    left: calc(50% - 600px + 359px);
    width: 494px;
    height: auto;
}

#rec915982423 .tn-elem[data-elem-id="1743086658091"] .tn-atom {
    vertical-align: middle;
    color: #000000;
    font-size: 26px;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec915982423 .tn-elem[data-elem-id="1743086743996"] {
    color: #000000;
    text-align: center;
    z-index: 6;
    top: 299px;
    left: calc(50% - 600px + 380px);
    width: 464px;
    height: auto;
}

#rec915982423 .tn-elem[data-elem-id="1743086743996"] .tn-atom {
    vertical-align: middle;
    color: #000000;
    font-size: 24px;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec915982423 .tn-elem[data-elem-id="1743599826527"] {
    color: #ffffff;
    text-align: center;
    z-index: 7;
    top: 237px;
    left: calc(50% - 600px + 499px);
    width: 200px;
    height: 55px;
}

#rec915982423 .tn-elem[data-elem-id="1743599826527"] .tn-atom {
    color: #ffffff;
    font-size: 20px;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 30px 30px 30px 30px;
    background-color: #8700ff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

@media (hover),(min-width: 0\0
) {
    #rec915982423 .tn-elem[data-elem-id="1743599826527"] .tn-atom:hover {
        background-color: #904fff;
        background-image: none;
    }
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec915982423 .tn-elem[data-elem-id="1743602867498"] {
    z-index: 9;
    top: 70px;
    left: calc(50% - 600px + 852px);
    width: 36px;
    height: 2px;
}

#rec915982423 .tn-elem[data-elem-id="1743602867498"] .tn-atom {
    border-radius: 0px 0px 0px 0px;
    opacity: 0.55;
    background-color: #000000;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec915982423 .tn-elem[data-elem-id="1743602867498"] .tn-atom {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 1199px) {
    #rec915982423 .tn-elem[data-elem-id="1743602867498"] {
    }
}

@media screen and (max-width: 959px) {
    #rec915982423 .tn-elem[data-elem-id="1743602867498"] {
    }
}

@media screen and (max-width: 639px) {
    #rec915982423 .tn-elem[data-elem-id="1743602867498"] {
    }
}

@media screen and (max-width: 479px) {
    #rec915982423 .tn-elem[data-elem-id="1743602867498"] {
    }
}

#rec915982423 .tn-elem[data-elem-id="1743602942784"] {
    z-index: 10;
    top: 70px;
    left: calc(50% - 600px + 852px);
    width: 36px;
    height: 2px;
}

#rec915982423 .tn-elem[data-elem-id="1743602942784"] .tn-atom {
    border-radius: 0px 0px 0px 0px;
    background-color: #000000;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec915982423 .tn-elem[data-elem-id="1743602942784"] .tn-atom {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

@media screen and (max-width: 1199px) {
    #rec915982423 .tn-elem[data-elem-id="1743602942784"] {
    }
}

@media screen and (max-width: 959px) {
    #rec915982423 .tn-elem[data-elem-id="1743602942784"] {
    }
}

@media screen and (max-width: 639px) {
    #rec915982423 .tn-elem[data-elem-id="1743602942784"] {
    }
}

@media screen and (max-width: 479px) {
    #rec915982423 .tn-elem[data-elem-id="1743602942784"] {
    }
}

#rec915982423 .tn-elem[data-elem-id="1743601779589"] {
    z-index: 11;
    top: 52px;
    left: calc(50% - 600px + 850px);
    width: 40px;
    height: 40px;
}

#rec915982423 .tn-elem[data-elem-id="1743601779589"] .tn-atom {
    border-radius: 0px 0px 0px 0px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec915982423 .tn-elem[data-elem-id="1743601779589"] {
    }
}

@media screen and (max-width: 959px) {
    #rec915982423 .tn-elem[data-elem-id="1743601779589"] {
    }
}

@media screen and (max-width: 639px) {
    #rec915982423 .tn-elem[data-elem-id="1743601779589"] {
    }
}

@media screen and (max-width: 479px) {
    #rec915982423 .tn-elem[data-elem-id="1743601779589"] {
    }
}

.order .input__wrapper input:focus,
.order .input__wrapper input:not(:placeholder-shown),
.order .input__wrapper textarea:focus {
    outline: none;
    border-color: var(--color-accent);
}

.order .input__wrapper input,.order .input__wrapper textarea {
    width: 100%;
    border-radius: 8px;
    color: var(--color-primary);
    padding: 1px 44px 1px 16px;
    font-size: 16px;
    line-height: 40px;
    border: 1px solid var(--color-accent);
    border-color: var(--color-accent);
}
/* End */
/* /local/templates/sunbay/components/bitrix/news.detail/tarif/style.css?175571559311993 */
/* /local/components/sunbay/products.list/templates/.default/style.css?176182446341569 */
