blockquote,body,dd,dl,figure,h1,h2,h3,h4,h5,h6,ol,p,ul {
	margin: 0;
	padding: 0;
}

ol,ul {
	list-style: none;
}

cite {
	display: block;
}

a {
	text-decoration: none;
}

button {
	border: none;
	outline: none;
}

:root {
	--wrap: 20px;
	--wrap-top: 20px;
	--gap: 20px;
	--font-header: "Bebas Neue","Arial",sans-serif;
	--font-text: "Roboto","Arial",sans-serif;
	--font-size: 16px;
	--h2-size: 30px;
	--h4-size: 18px;
	--h5-size: 16px;
	--subtitle-size: 18px;
	--btn-size: 16px;
	--c-accent-h: 112;
	--c-accent-s: 100%;
	--c-accent-l: 36%;
	--c-accent: hsl(var(--c-accent-h),var(--c-accent-s),var(--c-accent-l));
	--c-accent-0: hsl(var(--c-accent-h),var(--c-accent-s),calc(var(--c-accent-l) + 5%));
	--c-accent-10: hsl(var(--c-accent-h),var(--c-accent-s),calc(var(--c-accent-l) - 5%));
	--c-accent-20: hsl(var(--c-accent-h),var(--c-accent-s),calc(var(--c-accent-l) - 10%));
	--c-base: #353637;
	--c-dark: #000;
	--c-light: #fff;
	--c-secondary: #b8c1cc;
	--c-grey: rgba(51,51,51,0.7490196078431373);
	--c-border: #0a59dc;
	--c-success: #1bc122;
	--c-error: #d90006;
	--bg: #fff;
	--bg-header: #fff;
	--bg-menu: #fff;
	--radius: 8px;
}

@media(min-width:428px) {
	:root {
		--h2-size: 36px;
		--subtitle-size: 24px;
	}
}

@media(min-width:680px) {
	:root {
		--font-size: 18px;
		--h2-size: 48px;
		--h4-size: 24px;
		--wrap-top: 35px;
	}
}

@media(min-width:980px) {
	:root {
		--grid-columns: 12;
		--wrap-top: 80px;
	}
}

html {
	font-family: var(--font-text);
	font-size: var(--font-size);
	font-weight: 400;
	line-height: 1.2;
	color: var(--c-base);
	letter-spacing: .5px;
}

.h2 {
	font-size: var(--h2-size);
	letter-spacing: .02em;
	text-transform: uppercase;
}

.h2,.h4 {
	font-family: var(--font-header);
	font-weight: 700;
	color: var(--c-dark);
}

.h4 {
	font-size: var(--h4-size);
}

.h5 {
	font-family: var(--font-text);
	font-size: var(--h5-size);
	font-weight: 700;
	color: var(--c-dark);
}

.subtitle {
	font-size: var(--subtitle-size);
	font-weight: 400;
}

.wrapper {
	padding-left: var(--wrap);
	padding-right: var(--wrap);
	margin-left: auto;
	margin-right: auto;
	max-width: 1360px;
	box-sizing: border-box;
}

.wrapper,html {
	min-width: 320px;
}

html {
	scroll-behavior: smooth;
	scrollbar-width: thin;
	background-color: var(--bg);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

img,picture {
	display: block;
}

img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

a {
	color: inherit;
}

.section {
	padding-top: var(--wrap-top);
	padding-bottom: var(--wrap-top);
}

.section--bg {
	--c-dark: #fff;
	--c-base: #fff;
	--c-grey: #fff;
}

.picture {
	display: block;
}

.picture__img {
	-o-object-fit: contain;
	object-fit: contain;
	height: 100%;
}

.btn,.picture__img {
	display: block;
	width: 100%;
}

.btn {
	font-weight: 500;
	font-size: var(--btn-size);
	padding: 15px 40px;
	color: var(--c-light);
	text-align: center;
	text-transform: uppercase;
	border-radius: var(--radius);
	background-color: var(--c-accent);
	box-sizing: border-box;
	cursor: pointer;
}

.btn,.btn--secondary {
	border: 2px solid var(--c-accent);
}

.btn--secondary {
	background-color: transparent;
	color: var(--c-dark);
}

.btn:focus,.btn:hover {
	color: var(--c-accent);
	background-color: var(--c-accent-hover);
	border: 2px solid var(--c-accent);
}

.btn:active {
	background-color: var(--c-accent-20,var(--c-accent));
	border: 2px solid var(--c-accent-20,var(--c-accent));
}

.icon {
	width: 2em;
	height: 2em;
	position: relative;
}

.icon--close,.icon--close-round {
	cursor: pointer;
	background: none;
}

.icon--close-round:after,.icon--close-round:before,.icon--close:after,.icon--close:before {
	position: absolute;
	content: "";
	width: 80%;
	height: 2px;
	top: 50%;
	right: 10%;
	border-radius: 5px;
	background-color: var(--c-icon,var(--c-base));
}

.icon--close-round:before,.icon--close:before {
	transform: rotate(45deg);
}

.icon--close-round:after,.icon--close:after {
	transform: rotate(-45deg);
}

.icon--close-round {
	background-color: var(--c-secondary);
	--c-icon: var(--c-light);
	border-radius: 50%;
}

.icon--notification {
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.5 9a7.5 7.5 0 11-15 0 7.5 7.5 0 0115 0zM18 9A9 9 0 110 9a9 9 0 0118 0zM9 3.75c.8 0 1.423.696 1.334 1.49l-.501 4.515a.838.838 0 01-1.666 0L7.666 5.24A1.343 1.343 0 019 3.75zm1.5 9a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z' fill='%23000' opacity='.5'/%3E%3C/svg%3E");
	width: 2em;
	height: 2em;
}

:root {
	--c-accent-h: 357;
	--c-accent-s: 91%;
	--c-accent-l: 62%;
	--bg-secondary: #eff0f2;
	--c-accent: #a8387b;
	--c-accent-hover: transparent;
}

.s-regular--bg {
	background: #f0f6fd;
}