.section{
	overflow-x:hidden;
}
.info-own__header h2{
	margin: 0;
	font-size: 40px;
	line-height: 48px;
	color: #211f23;
	font-family: "SFProExpanded", sans-serif;
	letter-spacing: .8px;
	font-weight: 600;
}
.info-own__header p{
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -.14px;
	text-transform: uppercase;
	color: #211f23;
	font-family: "JetBrainsMono", Arial, sans-serif;
}
@media (max-width: 1239px) {
	.info-own__header h2{
		font-size: 26px;
		line-height: 28px;
		letter-spacing: .52px;
	}
}

.block-quote h3 {
	margin: 0;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: .48px;
	font-family: "SFProExpanded", sans-serif;
	font-weight: 540;
	color: #fff;
	text-align: center;
}
.block-quote p {
	font-size: 11px;
	line-height: 14px;
	font-weight: 400;
	letter-spacing: -.22px;
	text-transform: uppercase;
	font-family: "JetBrainsMono", Arial, sans-serif;
	color: #fff;
}
div.achievements-list{
	display:block;
}
div.achievements-list > ul{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
@media (max-width: 1239px) {
	div.achievements-list > ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
}
@media (max-width: 767px) {
	div.achievements-list > ul {
		grid-template-columns: repeat(1, 1fr);
		gap: 48px;
	}
}
div.achievements-list > ul > li {
	display: grid;
	justify-content: start;
	justify-items: start;
	gap: 12px;
}
div.achievements-list > ul > li > p:first-child {
	display: inline-flex;
	align-items: start;
	font-size: 64px;
	line-height: 64px;
	color: #000;
	letter-spacing: -1.28px;
	font-family: "SFProExpanded", sans-serif;
	font-weight: 700;
}
div.achievements-list > ul > li > p:first-child > span {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -.18px;
}
div.achievements-list > ul > li > p:nth-child(2) {
	font-size: 12px;
	line-height: 16px;
	color: #756f7c;
	letter-spacing: -.12px;
	text-transform: uppercase;
}

.auth__wrapper{
	width:750px;
	max-width:100%;
}


.table-sizes-persons {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}
.table-sizes-persons .table-sizes-person {
	text-align: center;
	width: calc(100% / 3);
}
.table-sizes-persons .table-sizes-person .table-sizes-person-title {
	font-size: 16px;
}
.table-sizes-persons .table-sizes-person p {
	padding: 10px 15px 0 15px;
}

@media (max-width: 767px) {
	.table-sizes-persons .table-sizes-person {
		width: 100%;
		margin-bottom: 20px;
	}
}



[data-role="rating"] {
	display: flex;
	color: black;
}

[data-role="rating"] .icon {
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	height: 1.125rem;
	width: 1.125rem;
}
[data-role="rating"] .icon:not(:last-child) {
	margin-right: 2px;
}
[data-role="rating"] .icon[data-state="filled"] svg {
	fill: black;
}

.slide-hidden{display:none;}

.footer__image {
	width: clamp(114px, 20.6vw, 320px);
}
.has-error .is-invalid {
	margin-top: 5px;
	color: #D0021B;
	width:100%;
}

.checkbox__input.is-invalid+.checkbox__icon {
	border-color: #D0021B;
}


.btn-download-price {
	display: block;
	border-radius: 100px;
	box-shadow: 0 4px 9px rgba(111, 111, 111, .45);
	position: fixed;
	bottom: 5px;
	right: 100px;
	height: 40px;
	width: 192px;
	color: #fff;
	z-index: 2;
	background: url(../img/a_download.png) no-repeat 10px 10px;
	font-size: 14px;
	text-align: left;
	padding-left: 45px;
	text-shadow: 0 1px 1px #555;
	line-height: 1;
	cursor: pointer;
	overflow: hidden;
	transform-origin: 50% 50% 0;
	box-sizing: border-box;
	background-color: #1e2e38;
	top: 50%;
	margin-top: -20px;
	right: -72px;
	transform: rotate(-90deg);
}
.btn-download-price > span {
	line-height: 39px;
	color: #fff;
	font-weight: 600;
}


.chips__link.is_spec{
	background-color: #48091a;
	color: #fff;
}




.topb-block {
	padding: 32px;
	background: #F3F3F3;
	display: flex;
	flex-wrap: wrap;
	margin-top: 24px;
}
.topb-date {
	display: flex;
	width: 54%;
}
.topb-date-text {
	font-size: 16px;
	line-height: 140%;
	color: #666;
	width: calc(46% - 20px);
	margin-left: 20px;
}
.topb-date-item {
	padding: 20px;
	background: #FFF;
	display: flex;
	align-items: center;
	width: 100%;
}
.topb-date-item+.topb-date-item {
	margin-left: 20px;
}
.topb-date-container {
	display: flex;
	flex-direction: column;
	margin-left: 20px;
}
.topb-date-title {
	font-size: 22px;
	line-height: 120%;
	color: #202020;
	text-transform: uppercase;
	font-weight: 700;
}
.topb-date-description {
	margin-top: 4px;
	font-size: 16px;
	line-height: 120%;
	color: #666;
}
@media screen and (max-width: 1200px) {
	.topb-date {
		width: 100%;
	}
	.topb-date-text {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.topb-date {
		flex-direction: column;
	}
	.topb-date-item+.topb-date-item {
		margin-top: 16px;
		margin-left: 0;
	}
}

.middleb {
	margin-top: 60px;
}
.middleb-row{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.leftb-left {
	width: calc(65% - 60px);
}
.rightb-right {
	display: flex;
	flex-direction: column;
	background: #F3F3F3;
	padding: 32px;
	margin-left: 60px;
	width: 35%;
}
.leftb__title {
	font-size: 32px;
	line-height: 110%;
	color: #202020;
	display: flex
	;
	align-items: center;
	margin-bottom: 16px;
}
.leftb-description--wr {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
}
.leftb-description--wr .wrgrey {
	color: #8F8F8F;
	margin-top: 10px;
	display: block;
}

.rightb-title {
	font-size: 22px;
	line-height: 120%;
}
.rightb-body {
	margin-top: 20px;
	background: #FFF;
	display: flex;
	flex-direction: column;
	padding: 16px;
}
.rightb-sub-title {
	display: flex;
	font-weight: 700;
	font-size: 16px;
	color: #202020;
	line-height: 16px;
	align-items: center;
}
.rightb-icon {
	margin-right: 8px;
	width: 16px;
	height: 16px;
}

.rightb-right ol, .rightb-text {
	line-height: 140%;
	color: #666;
	font-size: 16px;
}
.rightb-text {
	margin-top: 8px;
}
.rightb-right ol {
	margin: 8px 0 0;
	padding: 0 0 0 22px;
	list-style: none;
	counter-reset: li;
}
.rightb-right ol li {
	list-style:none;
	position: relative;
	margin-top: 12px;
}



.rightb-right ol li:before{
	content: counters(li, ".") ". ";
	counter-increment: li;
}
.rightb-right ol li:before {
	color: #D41B26;
	font-weight: 700;
	position: absolute;
	left: -22px;
}
@media screen and (max-width: 1200px) {
	.rightb-right {
		padding: 24px;
		order: 1;
		width: 100%;
		margin-left: 0;
	}
	.leftb-left {
		order: 2;
		width: 100%;
	}
}


.bottomb {
	padding-top: 60px;
	margin-top: 60px;
	border-top: 1px solid #DEDEDE;
	display: flex;
	align-items:center;
}
.bottomb-body {
	display: flex;
	flex-direction: column;
	position: relative;
	margin-right: 20px;
	padding-left: 66px;
}
.bottomb-title {
	font-size: 22px;
	line-height: 110%;
	text-transform: uppercase;
	color: #202020;
}
.bottomb-icon {
	width: 54px;
	height: 54px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.bottomb-description {
	margin-top: 4px;
	font-size: 18px;
	line-height: 120%;
	color: #666;
}
.bottomb-description a {
	font-weight: 700;
	color: #D41B26;
	white-space:nowrap;
}
.bottomb-btn {
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	min-width: 300px;
	height: 52px;
	margin-left: auto;
	color: #FFF;
	background: #D41B26;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	white-space: nowrap;
	flex-shrink: 0;
}
.bottomb-btn img {
	margin-right: 10px;
}
@media screen and (max-width: 989px) {
	.bottomb {
		padding-top: 40px;
		flex-direction: column;
	}
	.bottomb-title {
		font-size: 22px;
		line-height: 32px;
		padding-left: 40px;
	}
	.bottomb-icon {
		width: 32px;
		height: 32px;
		top: 0;
		transform: none;
	}
	.bottomb-body {
		margin-right: 0;
		padding-left: 0;
	}
	.bottomb-btn {
		margin-top: 12px;
		margin-left: 0;
	}

}
@media (max-width: 767px) {
	.bottomb-btn {
		margin-top: 20px;
		width: 100%;
		min-width: auto;
	}
}
/*#form-421{
	display: grid;
	grid-template-columns: 1fr;
	gap: 15px;
	margin-top:20px;
}
@media(min-width:768px){
	#form-421{
		grid-template-columns: 1fr 1fr;
	}
	.field-name,
	.field-item,
	.form-group.small{
		grid-column-start: 1;
		grid-column-end: 3;
	}
}*/
@media(max-width:767px){
	.form__cells[data-column="2"]{grid-template-columns:1fr}
	.form__cells[data-column="3"]{grid-template-columns:1fr}
}



/* about */
/*---------------------------------------*/
/*                 About                 */
/*---------------------------------------*/
.page-about {
	--bs-gutter-x: 0;
	--bs-gutter-y: 0;
}
.page-about .container{
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
}
.page-about .row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;

	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.page-about .about-row {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px;
}

.page-about .about-row:last-of-type {
	margin-bottom: 0;
}

.page-about .about-row .section-title {
	position: relative;
	width: 100%;
}

.page-about .about-row .section-title:before {
	content: '';
	position: absolute;
	top: -70px;
	left: -65px;
	width: 320px;
	height: 340px;
	background: #E5ECF0;
	z-index: -1;
}

.page-about .about-row .section-title h2 {
	font-size: 30px;
	font-family: "Geometria";
}

.page-about .about-row-start {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.page-about .about-content {
	width: calc(50% - 50px);
}

.page-about .about-content h3,
.page-about .about-content h1 {
	margin-bottom: 30px;
	font-size: 30px;
	font-family: "Geometria";
}

.page-about .about-content p {
	margin-bottom: 15px;
	font-size: 16px;
}

.page-about .about-content ul li {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 500;
}

.page-about .about-content-long {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(70% - 50px);
}

.page-about .about-content-long .inner-block {
	width: calc(50% - 30px);
	margin-right: auto;
}

.page-about .about-content-long .inner-block h4 {
	margin-bottom: 20px;
	font-family: "Geometria";
	font-size: 20px;
	font-weight: 700;
}

.page-about .about-content-long .inner-block p {
	margin-bottom: 60px;
}

.page-about .about-image {
	width: 30%;
	margin-left: auto;
}

.page-about .about-content-fluid {
	width: 100%;
}

.page-about .about-content-map {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	margin-top: 40px;
}

.page-about .about-content-map img {
	margin-bottom: 30px;
}

.page-about .about-content-map .info-block {
	width: calc(25% - 30px);
	margin-bottom: 30px;
}

.page-about .about-content-map .info-block h4 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
}

@media (min-width: 992px) and (max-width: 1280px) {
	.page-about .about-content-map .info-block {
		width: calc(100% / 3 - 30px);
		margin-right: 30px;
	}
}

@media (min-width: 767px) and (max-width: 992px) {
	.page-about .about {
		padding: 70px 15px 0 15px;
	}

	.page-about .row {
		width: initial;
	}

	.page-about .about-row {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 20px;
	}

	.page-about .about-content {
		width: 100%;
	}

	.page-about .about-content h3 {
		margin-top: 0 !important;
	}

	.page-about .about-first-image {
		height: 400px;
		margin: 20px 0;
		text-align: center;
	}

	.page-about .about-first-image img {
		height: 100%;
		object-fit: cover;
		object-position: top;
	}

	.page-about .about-image {
		display: none;
	}

	.page-about .about-content-map .info-block {
		width: calc(50% - 30px);
	}
}

@media (max-width: 767px) {
	.page-about .about {
		padding: 70px 15px 0 15px;
	}

	.page-about .row {
		width: initial;
	}

	.page-about .about-row {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 20px;
	}

	.page-about .about-content {
		width: 100%;
	}

	.page-about .about-content h3 {
		margin-top: 0 !important;
	}

	.page-about .about-content-long .inner-block {
		width: 100%;
	}

	.page-about .about-first-image {
		height: 400px;
		margin: 20px 0;
		text-align: center;
	}

	.page-about .about-first-image img {
		height: 100%;
		object-fit: cover;
		object-position: top;
	}

	.page-about .about-image {
		width: 100%;
	}

	.page-about .about-content-map img {
		display: none;
	}

	.page-about .about-content-map .info-block {
		width: 100%;
	}
}

.help-list__item.help-item-1978 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}
@media (max-width: 1239px) {
	.help-list__item.help-item-1978 {
		grid-template-columns: 1fr 1fr;
	}
	.help-list__item.help-item-1978 .cell-card {
		max-width: 100%;
	}
	.help-list__item.help-item-1978 .cell-card:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}
}
@media (max-width: 650px) {
	.help-list__item.help-item-1978 {
		grid-template-columns: 1fr;
	}
}

.help-list__item.help-item-1992,
{
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
}
.help-list__item.help-item-1992 .help-list__item-block{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: calc(100% / 3 - 30px);
}
@media (max-width: 767px) {
	.help-list__item.help-item-1992 .help-list__item-block{
		width: 100%;
	}
}



.table-sizes-persons {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.table-sizes-persons .table-sizes-person {
	text-align: center;
	width: calc(100% / 3);
}

.table-sizes-persons .table-sizes-person .table-sizes-person-title {
	font-size: 16px;
}

.table-sizes-persons .table-sizes-person p {
	padding: 10px 15px 0 15px;
}

.table-sizes-table-wrap {
	margin-top: 20px;
}

.table-sizes-table-wrap b {
	display: block;
	margin-bottom: 10px;
}

.table-sizes-table-wrap table {
	width: 100%;
}

.table-sizes-table table {
	margin-bottom: 20px;
}

.table-sizes-table th,
.table-sizes-table td {
	padding: 10px;
	color: #fff;
	font-size: 14px;
	text-align: left;
	background: #1e2f38;
	border: 1px solid #fff;
}

@media(min-width:768px){
	.form__cells.delivery-list[data-type=row] > .form__cell{
		width:calc(50% - 16px)
	}
}

[data-role="map"] {
	height: 300px;
}

.card__title{
	max-width:200px;
}
@media(max-width:767px){
	.card__title{
		max-width:165px;
	}
}
