.max576 {
	display: none;
}

.text {
	line-height: 1.65;
}

.text>*:first-child {
	margin-top: 0;
}

.text>*:last-child {
	margin-bottom: 0;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	line-height: 1.3;
	font-weight: 500;
	margin-bottom: 0.8em;
}

.text .pic img {
	margin-bottom: 0 !important;
}

.text h1 {
	font-size: 2em;
}

.text h2 {
	font-size: 1.8em;
}

.text h3 {
	font-size: 1.6em;
}

.text h4 {
	font-size: 1.4em;
}

.text h5 {
	font-size: 1.2em;
}

.text h6 {
	font-size: 1.1em;
	margin-bottom: 0.5em;
}

 .panno-text h6 {
	font-weight: 400;
 }

.text h2,
.text h3,
.text h4 {
	margin-top: 1em;
}

.text h2:not(:first-child),
.text h3:not(:first-child),
.text h4:not(:first-child) {
	margin-top: 1.3em;
}

.text input {
	font-weight: 500;
}

.text hr {
	border: none;
	display: block;
	height: 2px;
	margin: 1.5rem 0;
	background: var(--clr-gray);
}

.text p,
.text>ul,
.text>ol,
.text q,
.text blockquote,
.text table,
.text img,
.text iframe {
	margin-bottom: 1.5rem;
}

.text p img,
.text p iframe,
.text p:last-childs {
	margin-bottom: 0 !important;
}

.text ol,
.text ul {
	margin-left: 1.5rem;
}

.text ul ul,
.text ul ol,
.text ol ul,
.text ol ol {
	margin-top: 0.8em;
}

.text ul {
	list-style: disc;
}

.text ul ul {
	list-style-type: circle;
}

.text ol {
	list-style-type: decimal;
}

.text li {
	margin-bottom: 0.8rem;
}

.text li::marker {
	color: var(--clr-accent);
}

.text li+li {
	margin-top: 0.2em;
}

.text blockquote {
	font-style: italic;
	position: relative;
	padding: 1em 0 1em 2em;
	border-left: solid 3px var(--clr-accent);
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.text table {
	width: 100% !important;
	border-collapse: collapse;
	border-spacing: 0;
	/* overflow: hidden; */
}
.text table p {
	margin-bottom: 0;
}
.text table.price td:last-child {
	white-space: nowrap;
}

.text td,
.text th {
	padding: .8em 1.2em;
	vertical-align: top;
	width: auto !important;
	height: auto !important;
	border: 0 !important;
}

.text th {
	background: var(--clr-accent);
	color: #fff;
	font-weight: 600;
}

.text td:not(:last-child), .text th:not(:last-child) {
	border-right: solid 1px #828282 !important;
}

.text tr {
	height: auto !important;
}

.text tr:nth-child(2n+1) {
	background: #fafafa;
}
.text tr:not(:last-child) {
	border-bottom: solid 1px #828282 !important;
}

.text tr:nth-child(2n + 2):hover {
	background: #f7f7f7;
}

.text tr:nth-child(2n + 3):hover {
	background: #f7f7f7;
}

.text img,
.text iframe {
	max-width: 100%;
}

.text .fl {
	float: left;
	margin-right: 2rem;
}

.text .fr {
	float: right;
	margin-left: 2rem;
}

.text a {
	color: var(--clr-accent);
}

.text a:hover {
	color: var(--clr-accent-hover);
}

.text a:active {
	color: var(--clr-acent-active);
}

.away {
	background: #fff;
	text-align: center;
	padding: 20px 20px 35px;
	line-height: 160%;
}

.away-wrapper {
	margin: 50px auto;
}

.away__header {
	margin-bottom: 7px;
	font-weight: 500;
}

.away__browsers {
	padding: 20px 24px;
}

.away__browser {
	padding: 20px 20px 15px;
	margin: 0 10px;
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	border-radius: 4px;
}

.away__browser:hover {
	background: #fafafa;
}

.away__browser-ico {
	display: block;
	margin-bottom: 10px;
	width: 80px;
	height: 80px;
	background-image: url(../img/browsers.png);
}

.away__browser-ico.atom {
	background-position: 0 -400px;
}

.away__browser-ico.chrome {
	background-position: 0 -160px;
}

.away__browser-ico.firefox {
	background-position: 0 -80px;
}

.away__browser-ico.opera {
	background-position: 0 -240px;
}

.nofound {
	background-color: #fff;
	height: 100vh;
	color: var(--clr-text);
	padding: 1rem;
	text-align: center;
	line-height: 1;
	position: relative;
	z-index: 9999999999;
}

.nofound__title {
	font-weight: bold;
	font-size: 120px;
	margin-bottom: 30px;
	color: var(--clr-accent);
}

.nofound__desc {
	font-weight: 500;
	font-size: 26px;
}

.modal {
	display: none;
	width: 420px;
	background: #fff;
	padding: 2rem;
	cursor: default !important;
	border-radius: var(--border-radius-div);
}

.modal__fields {
	display: flex;
	flex-direction: column;
	gap: 1.6em;
}

.modal__bottom {
	margin-top: 2em;
	display: flex;
	flex-direction: column;
	gap: 1.5em;
}

.modal--big {
	width: var(--container);
}

.modal__header {
	margin-bottom: 1.1rem;
}

.modal__title {
	font-weight: 500;
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

.modal__description {
	color: var(--clr-darkgray);
	font-size: 1em;
}

.modal-visible {
	display: none;
	max-height: 400px;
}

.modal .modal-visible {
	display: block;
}

.modal-hidden {
	display: none;
}

.modal .input input {
	padding-top: 0;
	padding-bottom: 0.8rem;
	font-size: 1.1rem;
}

.modal .input input::placeholder {
	font-size: 1rem;
}

.modal .item {
	padding: 0.9em !important;
}

.modal .items {
	margin: -0.9em !important;
	width: auto !important;
}

.items_gap {
	gap: 2rem;
	margin-top: 1rem !important;
}

.item .line {
	height: 1px;
	background: #4A4A4A;
}

.modal .errors-form {
	margin-bottom: 2rem;
}

.modal form {
	margin-bottom: 0;
}

.form {
	position: relative;
}

.form.success .form__content {
	opacity: 0;
	visibility: hidden;
}

.form__content {
	position: relative;
	transition: opacity 0.3s;
}

.form__success {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	width: 100% !important;
	height: 100% !important;
}

.form__success.show {
	display: block;
}

.fsc-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	height: 100%;
}

.sm_title {
	font-size: 1.125rem !important;
}

.seo_item.item a {
	border: 1px solid transparent;
}

.seo_item.item:hover a {
	border-color: #DFDFDF;
}

.fsc-inner.horizontal {
	flex-direction: row;
	text-align: left;
	justify-content: flex-start;
}

.fsc-inner.horizontal .checkmark {
	margin-bottom: 0;
}

.fsc-inner.horizontal .fsc-img {
	margin-right: 1rem;
}

.fsc-inner.dark .checkmark__circle {
	fill: var(--clr-text);
}

.fsc-title {
	font-weight: 500;
	font-size: 1.3em;
	margin-bottom: 0.2em;
}

.fsc-desc {
	color: #f5f5f5;
}

.fsc-img {
	flex-shrink: 0;
}

.checkmark {
	width: 8em;
	height: 8em;
	border-radius: 50%;
	display: block;
	stroke-width: 3;
	stroke: #fff;
	stroke-miterlimit: 10;
	margin: 0 auto 20px;
	animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__circle {
	stroke-dasharray: 166;
	stroke-dashoffset: 166;
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke: var(--clr-accent);
	fill: none;
	animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
	transform-origin: 50% 50%;
	stroke-dasharray: 48;
	stroke-dashoffset: 48;
	animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.flex-container {
	display: flex;
	gap: 5em;
}

.flex-container .heading {
	width: 47%;
	align-items: flex-start;
	margin-bottom: 0;
}

.flex-container .seo__text {
	width: 80%;
}

@keyframes fill {
	100% {
		box-shadow: inset 0px 0px 0px 100px var(--clr-accent);
	}
}

@keyframes stroke {
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes scale {

	0%,
	100% {
		transform: none;
	}

	50% {
		transform: scale3d(1.1, 1.1, 1);
	}
}

@keyframes roll {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

nav a:hover {
	color: var(--clr-accent-hover) !important;
}

nav a:active {
	color: var(--clr-accent-active) !important;
}

.slider {
	width: 100%;
}

.slider-nav {
	display: flex;
	align-items: center;
}

.slider-nav.white .slider-arrow button::before {
	border-color: #fff;
}

.slider-nav.white .slider-nav__total {
	color: #fff;
}

.slider-nav.white .slider-nav__dots button::before {
	background: #fff;
}

.slider-nav--bottom {
	margin-top: 3rem;
}

.slider-nav--full .slider-nav__dots {
	width: 100%;
}

.slider-nav--full .slider-nav__dots li {
	width: 100%;
}

.slider-nav--full .slider-nav__arrows {
	width: 100%;
}

.slider-nav__arrows {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.slider-nav__total {
	font-size: 0.88rem;
	margin-right: 1.25rem;
	width: 1.25rem;
	font-weight: 500;
	flex-shrink: 0;
}

.slider-nav__dots ul {
	display: flex;
	align-items: center;
}

.slider-nav__dots li {
	display: block;
	width: 4rem;
	font-size: 0;
	margin-right: 0.6rem;
	height: 2rem;
}

.slider-nav__dots li:last-child {
	margin-right: 0 !important;
}

.slider-nav__dots li.slick-active button {
	opacity: 1;
}

.slider-nav__dots button {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

.slider-nav__dots button::before {
	content: '';
	display: block;
	left: 0;
	right: 0;
	height: 2px;
	background: var(--clr-text);
	top: 50%;
	margin-top: -1px;
}

.slider-arrow {
	display: block;
	width: 2rem;
	height: 2rem;
	position: relative;
	flex-shrink: 0;
}

.slider-arrow button {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}

.slider-arrow button::before {
	content: '';
	display: block;
	position: absolute;
	width: 60%;
	height: 60%;
	border-bottom: solid 2px var(--clr-text);
	border-left: solid 2px var(--clr-text);
	transform: rotate(45deg);
	transform-origin: center;
	left: 50%;
	top: 50%;
	margin-top: -30%;
	margin-left: -30%;
}

.slider-arrow.prev {
	margin-right: 0.5em;
}

.slider-arrow.next {
	margin-left: 0.5em;
}

.slider-arrow.next button {
	transform: scale(-1, 1);
}

.section {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.section.pt0 {
	padding-top: 0 !important;
}

.section.pt3 {
	padding-top: 19.875rem;
}

.section.pt2 {
	padding-top: 13.75rem;
}
.pt-sm {
	padding-top: 2.5rem;
}
.pt1 {
	padding-top: 7rem;
}

.border-top {
	border-top: 1px solid #f2f2f2;
}

.section.pb2 {
	padding-bottom: 8rem;
}

.section.pb0 {
	padding-bottom: 0 !important;
}

.section--min {
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
}

.section_dark {
	background: #333;
	color: #fff;
}

.section-info {
	display: flex;
	align-items: center;
}

.section-info__media {
	margin-left: 2.5rem;
}

.heading {
	margin-bottom: 3.75rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.heading__flex {
	display: flex;
	align-items: center;
}

.heading--min {
	margin-bottom: 2rem;
}

.heading__right {
	flex-shrink: 0;
	margin-left: 2rem;
}

.heading__right_flex {
	display: flex;
	gap: 1em;
}

.heading__right.alt {
	flex-shrink: 1;
}

.heading__left {
	max-width: 70%;
	min-width: 20%;
}

.heading__tag {
	font-weight: 500;
	color: var(--clr-accent);
}

.heading__date {
	display: block;
	margin-top: 1rem;
	color: var(--clr-darkgray);
}

.description {
	font-size: 1.25rem;
	color: var(--clr-darkgray);
	margin-top: 0.3em;
}

.mt0 {
	margin-top: 0 !important;
}
.mt3 {
	margin-top: clamp(1.875rem, 1.4013rem + 2.1656vw, 4rem);
}
.mb0 {
	margin-bottom: 0 !important;
}
.h2 {
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.2;
}

.h2_flex {
	display: flex;
	align-items: center;
	gap: 0.5em;
}

.show-more-info {
	width: 0.8em;
	margin-top: 0.1em;
}

.show-more-info:hover {
	opacity: 0.9;
}

.h33 {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
}

.form__subtitle {
	width: 80%;
}

.h44 {
	font-size: 1rem;
	margin-top: 1.8rem;
	line-height: 1.3;
}

.h55 {
	font-size: 1rem;
	margin-top: 1.25rem;
	line-height: 1.3;
}

.h3 {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.2;
}

.h2+.h4 {
	margin-top: 0.9rem;
}

.h4 {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.6;
}

.link:hover {
	color: var(--clr-accent-hover);
}

.dark--link {
	color: var(--clr-text);

}

.link--with-icon svg path {
	transition: all .3s;
}

.link--with-icon:hover svg path {
	fill: var(--clr-accent-hover);
}

.text-right {
	text-align: right;
}

.link:active {
	color: var(--clr-accent-active);
}

.link.full {
	color: var(--clr-accent);
}

.item-with-zoom:hover .image-zoom img {
	transform: scale(1.05);
}

.btn-with-circle {
	display: flex;
	align-items: center;
	font-size: 1.1rem;
	color: var(--clr-accent);
	transition: color 0.3s;
	width: fit-content;
}

.btn-with-circle .active {
	display: none;
}

.btn-with-circle.loading .btn-with-circle__ico:before,
.btn-with-circle.loading .btn-with-circle__ico:after {
	opacity: 1;
	visibility: visible;
}

.btn-with-circle.loading .btn-with-circle__ico .img {
	opacity: 0;
}

.btn-with-circle.is-active .active {
	display: inline;
}

.btn-with-circle.is-active .default {
	display: none;
}

.btn-with-circle__ico {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: var(--clr-accent);
	transition: background 0.3s;
}

.btn-with-circle__ico .img {
	width: 35%;
	transition: transform 0.3s;
}

.btn-with-circle__ico:before,
.btn-with-circle__ico:after {
	opacity: 0;
	visibility: hidden;
}

.btn-with-circle__ico:before {
	content: '';
	display: block;
	position: absolute;
	width: 70%;
	height: 70%;
	border-radius: 50%;
	top: 15%;
	left: 15%;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	border-left: solid 4px transparent;
	border-right: solid 4px transparent;
	animation: loadingOuter 4s infinite linear;
}

.btn-with-circle__ico:after {
	content: '';
	display: block;
	position: absolute;
	width: 40%;
	height: 40%;
	border-radius: 50%;
	left: 30%;
	top: 30%;
	border-left: solid 2px var(--clr-text);
	border-right: solid 2px var(--clr-text);
	border-top: solid 4px transparent;
	border-bottom: solid 4px transparent;
	animation: loadingInner 2s infinite linear;
}

.btn-with-circle__text {
	display: block;
	margin-left: 0.75rem;
	font-weight: 500;
	position: relative;
}

.btn-with-circle:hover {
	color: var(--clr-accent-hover);
}

.btn-with-circle:hover .btn-with-circle__ico {
	background: var(--clr-accent-hover);
}

.btn-with-circle:hover .btn-with-circle__ico .img {
	transform: scale(1.2);
}

.btn-with-circle:active {
	color: var(--clr-accent-active);
}

.btn-with-circle:active .btn-with-circle__ico {
	background: var(--clr-accent-active);
}

.btn-with-circle:active .btn-with-circle__ico .img {
	transform: scale(1.3);
}

.btn-with-circle--white .btn-with-circle__ico {
	background: #fff;
}

.btn-with-circle--white .btn-with-circle__ico .img {
	width: 30%;
	margin-left: 0.2em;
}

.btn-with-circle--white .btn-with-circle__text {
	color: #fff;
}

.btn-with-circle--white:hover .btn-with-circle__ico {
	background: #fafafa;
}

.btn-with-circle--white:hover .btn-with-circle__text {
	color: #fafafa;
}

.btn-with-circle--white:active .btn-with-circle__ico {
	background: whitesmoke;
}

.btn-with-circle--white:active .btn-with-circle__text {
	color: whitesmoke;
}

@keyframes loadingOuter {
	to {
		transform: rotate(360deg);
	}
}

@keyframes loadingInner {
	to {
		transform: rotate(-180deg);
	}
}

.text .btn {
	display: inline-block;
}

.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	background: var(--clr-accent);
	color: var(--clr-text) !important;
	border-radius: var(--border-radius);
	font-size: 1rem;
	padding: 0.9em 1.8em;
	font-weight: 500;
	border: solid 1px var(--clr-accent);
}

.btn:hover {
	background: var(--clr-accent-hover);
	border-color: var(--clr-accent-hover);
	color: var(--clr-text);
}

.btn:active {
	background: var(--clr-accent-active);
	border-color: var(--clr-accent-active);
	color: var(--clr-text);
}

.download_image:hover {
	background: var(--clr-accent) !important;
	border-color: var(--clr-accent-active);
	color: var(--clr-text);
}

.btn .img {
	width: 1em;
	margin-right: 1.3em;
}

.btn--ellipse {
	border-radius: 54px;
}

.btn-whith-icon {
	align-items: center;
	gap: 20px;
}

.btn--trans {
	background: transparent !important;
	border-color: var(--clr-text) !important;
}

.btn--trans:hover {
	background: rgba(218, 192, 142, 0.3) !important;
	color: var(--clr-text) !important;
}

.btn--trans:active {
	background: rgba(218, 192, 142, 0.5) !important;
}

.btn--trans.btn--white {
	color: #fff !important;
	border-color: #fff !important;
}

.btn--white {
	background: #fff;
	border-color: #fff;
	padding: 20px 32px;
	font-size: 1.25rem;
}

.btn--no_bg {
	padding: 0;
	border: none;
	background-color: transparent !important;
}

.btn--no_bg:hover {
	border: none;
	background-color: transparent !important;
	opacity: 0.8;
}

.btn--big {
	padding: 1em 4em;
}
.btn--lg {
	padding: 1em 4em;
}
.btn--sm {
	padding: 0.8em 2em;
}
.btn--full {
	width: 100%;
}

.btn:disabled {
	opacity: 0.5 !important;
	cursor: default;
}

.btn--black {
	background: #333333;
	border-color: #333333;
	color: #fff !important;
}

.btn--black:hover {
	background: var(--clr-darkgray) !important;
	border-color: var(--clr-darkgray) !important;
}

.close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.2rem;
	height: 1.2rem;
	position: relative;
	flex-shrink: 0;
}

.close span {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: block;
}

.close span:before,
.close span::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	background: var(--clr-text);
	transform-origin: center;
}

.close span::before {
	transform: rotate(45deg);
}

.close span::after {
	transform: rotate(-45deg);
}

.close:hover {
	opacity: 0.9;
}

.close:active {
	opacity: 0.8;
}

.scls {
	display: flex;
	align-items: center;
}

.scls a {
	margin-right: 1rem;
	height: 1rem;
}

.scls a:last-child {
	margin-right: 0 !important;
}

.bottom-center .container {
	display: flex;
	justify-content: center;
}

.pic {
	cursor: pointer;
}

.pic::before {
	width: 20%;
	height: 20%;
	margin-left: -10%;
	margin-top: -10%;
	left: 50%;
	top: 50%;
	background: var(--clr-text);
}

.pic::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: url(../img/ico/focus.svg) no-repeat center/contain;
	opacity: 0;
}

.pic:hover::before {
	opacity: 0.2;
	width: 50%;
	height: 50%;
	margin-left: 0;
	margin-top: 0;
	left: 25%;
	top: 25%;
}

.pic:hover::after {
	transform: scale(0.2);
	opacity: 1;
}

.checkbox {
	display: flex;
}

.checkbox input {
	display: none;
}

.checkbox input:checked+span::before {
	background-color: var(--clr-accent);
	background-image: url(../img/ico/check.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50% auto;
}

.checkbox input:checked+.checkbox__color::after {
	opacity: 1;
	background-color: transparent;
	background-image: url(../img/ico/check.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40% auto;
}

.checkbox input:checked+.checkbox__color--border::after {
	background-color: #ededed;
}

.checkbox span {
	display: flex;
	cursor: pointer;
	font-weight: 500;
}

.checkbox span::before {
	content: '';
	display: block;
	position: relative;
	flex-shrink: 0;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 3px;
	background-color: #dddddd;
	margin-top: -0.2rem;
	margin-right: 0.55rem;
	transition: background-color 0.3s;
}

.checkbox span:hover::before {
	background-color: #eaeaea;
}

.checkbox__color {
	display: block;
	border-radius: 50%;
	width: 2.44rem;
	height: 2.44rem;
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
}

.checkbox__color--border {
	border: solid 1px #DFDFDF;
}

.checkbox__color:hover::after {
	opacity: 0.2;
}

.checkbox__color::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #000;
	opacity: 0;
	transition: none;
}

.checkbox__color::before {
	display: none !important;
}

.input {
	position: relative;
}

.input.min {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	font-size: 1.1rem;
}

.input.min::placeholder {
	font-size: 1rem;
}

.input input {
	display: block;
	width: 100%;
	border-bottom: solid 2px var(--clr-text);
	font-size: 1.5rem;
	font-weight: 500;
	padding-bottom: 1.3rem;
	padding-top: 1.3rem;
}

.input input::placeholder {
	font-size: 1.13rem;
	font-weight: 100;
}
.input textarea::placeholder {
	font-size: 1.13rem;
	font-weight: 100;
}
.input input:focus {
	border-color: var(--clr-accent);
}

.input input:disabled {
	opacity: 0.4;
}

.file {
	font-size: 1.13rem;
	font-weight: 500;
}

.file input {
	display: none;
}

.file span {
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: color 0.3s;
}

.file span::before {
	content: '';
	width: 1.25rem;
	height: 1.25rem;
	background: url(../img/ico/screp.svg) no-repeat center/contain;
	flex-shrink: 0;
	margin-right: 0.8rem;
}

.file:hover span {
	color: var(--clr-accent-hover);
}

.file:active span {
	color: var(--clr-accent-active);
}

.slick-list,
.slick-track {
	display: flex;
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.3;
}

.agree {
	font-size: 0.8em;
	margin-top: -1em;
	margin-bottom: -1em;
}

.agree a {
	font-weight: 600;
}

.mail-only .agree {
	margin-top: 1.5em;
	margin-bottom: 0;
}

.input-list {
	position: absolute;
	z-index: 20;
	left: 0;
	top: 100%;
	width: 100%;
	overflow: hidden;
	display: block;
	font-size: 0.9em;
	background: #fff;
	font-weight: 500;
	color: var(--clr-darkgray);
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
}

.input-list__option {
	display: block;
	width: 100%;
	padding: 0.4em 0.8em;
	cursor: pointer;
	border-bottom: solid 1px var(--clr-gray);
	transition: background 0.3s, color 0.3s;
}

.input-list__option:hover {
	background: var(--clr-gray);
	color: var(--clr-text);
}

.input-list__option:last-child {
	border: none !important;
}